diff --git a/tree_sitter_v/grammar.cjs b/tree_sitter_v/grammar.cjs index 736fed31..be57eb7a 100644 --- a/tree_sitter_v/grammar.cjs +++ b/tree_sitter_v/grammar.cjs @@ -574,7 +574,13 @@ module.exports = grammar({ ), type_parameters: ($) => - prec.dynamic(2, seq(token.immediate("["), comma_sep1($.plain_type), "]")), + prec.dynamic( + 2, + choice( + seq(token.immediate("["), comma_sep1($.plain_type), "]"), + seq(token.immediate("<"), comma_sep1($.plain_type), ">"), + ), + ), argument_list: ($) => seq( diff --git a/tree_sitter_v/src/grammar.json b/tree_sitter_v/src/grammar.json index d63f0d69..c3d24351 100644 --- a/tree_sitter_v/src/grammar.json +++ b/tree_sitter_v/src/grammar.json @@ -2609,43 +2609,89 @@ "type": "PREC_DYNAMIC", "value": 2, "content": { - "type": "SEQ", + "type": "CHOICE", "members": [ - { - "type": "IMMEDIATE_TOKEN", - "content": { - "type": "STRING", - "value": "[" - } - }, { "type": "SEQ", "members": [ { - "type": "SYMBOL", - "name": "plain_type" + "type": "IMMEDIATE_TOKEN", + "content": { + "type": "STRING", + "value": "[" + } }, { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "SYMBOL", - "name": "plain_type" + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "plain_type" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SYMBOL", + "name": "plain_type" + } + ] } - ] - } + } + ] + }, + { + "type": "STRING", + "value": "]" } ] }, { - "type": "STRING", - "value": "]" + "type": "SEQ", + "members": [ + { + "type": "IMMEDIATE_TOKEN", + "content": { + "type": "STRING", + "value": "<" + } + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "plain_type" + }, + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SYMBOL", + "name": "plain_type" + } + ] + } + } + ] + }, + { + "type": "STRING", + "value": ">" + } + ] } ] } diff --git a/tree_sitter_v/src/parser.c b/tree_sitter_v/src/parser.c index 48d17951..c4a36cda 100644 --- a/tree_sitter_v/src/parser.c +++ b/tree_sitter_v/src/parser.c @@ -14,8 +14,8 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 4735 -#define LARGE_STATE_COUNT 1598 +#define STATE_COUNT 4806 +#define LARGE_STATE_COUNT 1603 #define SYMBOL_COUNT 352 #define ALIAS_COUNT 1 #define TOKEN_COUNT 138 @@ -3446,43 +3446,43 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [107] = 104, [108] = 108, [109] = 106, - [110] = 104, + [110] = 106, [111] = 106, [112] = 108, [113] = 104, - [114] = 108, - [115] = 106, + [114] = 104, + [115] = 108, [116] = 104, - [117] = 106, + [117] = 108, [118] = 108, [119] = 106, - [120] = 104, - [121] = 104, - [122] = 108, + [120] = 108, + [121] = 106, + [122] = 106, [123] = 108, [124] = 104, [125] = 106, - [126] = 108, - [127] = 104, - [128] = 108, + [126] = 106, + [127] = 106, + [128] = 104, [129] = 104, - [130] = 106, + [130] = 108, [131] = 108, - [132] = 108, - [133] = 106, - [134] = 104, - [135] = 106, + [132] = 104, + [133] = 108, + [134] = 108, + [135] = 104, [136] = 108, - [137] = 108, + [137] = 104, [138] = 106, [139] = 106, [140] = 106, [141] = 104, [142] = 108, [143] = 143, - [144] = 143, + [144] = 144, [145] = 143, - [146] = 146, + [146] = 143, [147] = 143, [148] = 143, [149] = 143, @@ -3515,1326 +3515,1326 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [176] = 174, [177] = 177, [178] = 178, - [179] = 178, - [180] = 174, + [179] = 177, + [180] = 178, [181] = 174, - [182] = 177, - [183] = 177, + [182] = 178, + [183] = 174, [184] = 177, - [185] = 174, + [185] = 177, [186] = 178, [187] = 177, - [188] = 177, - [189] = 174, + [188] = 174, + [189] = 178, [190] = 178, - [191] = 177, - [192] = 177, + [191] = 174, + [192] = 174, [193] = 174, - [194] = 178, - [195] = 178, - [196] = 174, - [197] = 178, + [194] = 174, + [195] = 174, + [196] = 177, + [197] = 177, [198] = 178, [199] = 178, [200] = 177, [201] = 177, [202] = 178, [203] = 178, - [204] = 178, - [205] = 174, - [206] = 174, - [207] = 174, - [208] = 177, + [204] = 177, + [205] = 178, + [206] = 178, + [207] = 177, + [208] = 174, [209] = 177, - [210] = 210, + [210] = 62, [211] = 211, [212] = 212, - [213] = 61, - [214] = 214, - [215] = 215, - [216] = 64, - [217] = 62, - [218] = 65, - [219] = 66, + [213] = 213, + [214] = 65, + [215] = 64, + [216] = 61, + [217] = 66, + [218] = 218, + [219] = 219, [220] = 63, [221] = 221, - [222] = 221, + [222] = 222, [223] = 223, - [224] = 224, - [225] = 223, - [226] = 223, - [227] = 224, + [224] = 223, + [225] = 225, + [226] = 226, + [227] = 227, [228] = 228, - [229] = 221, + [229] = 229, [230] = 228, - [231] = 221, - [232] = 223, - [233] = 228, + [231] = 231, + [232] = 228, + [233] = 223, [234] = 234, - [235] = 228, - [236] = 236, - [237] = 224, - [238] = 223, - [239] = 221, - [240] = 221, - [241] = 228, - [242] = 224, - [243] = 221, - [244] = 224, - [245] = 234, + [235] = 234, + [236] = 228, + [237] = 223, + [238] = 234, + [239] = 228, + [240] = 223, + [241] = 241, + [242] = 223, + [243] = 223, + [244] = 234, + [245] = 228, [246] = 228, - [247] = 228, - [248] = 221, - [249] = 223, + [247] = 234, + [248] = 231, + [249] = 234, [250] = 228, - [251] = 223, - [252] = 223, - [253] = 223, - [254] = 223, - [255] = 223, - [256] = 228, - [257] = 224, - [258] = 223, - [259] = 223, - [260] = 221, - [261] = 261, + [251] = 228, + [252] = 228, + [253] = 228, + [254] = 231, + [255] = 231, + [256] = 256, + [257] = 228, + [258] = 258, + [259] = 231, + [260] = 234, + [261] = 228, [262] = 223, - [263] = 223, + [263] = 263, [264] = 264, - [265] = 265, - [266] = 223, - [267] = 228, - [268] = 221, - [269] = 228, - [270] = 224, - [271] = 221, - [272] = 224, - [273] = 228, - [274] = 224, - [275] = 221, - [276] = 223, - [277] = 223, - [278] = 224, - [279] = 223, + [265] = 234, + [266] = 228, + [267] = 267, + [268] = 234, + [269] = 231, + [270] = 223, + [271] = 231, + [272] = 223, + [273] = 234, + [274] = 228, + [275] = 223, + [276] = 228, + [277] = 234, + [278] = 223, + [279] = 279, [280] = 280, - [281] = 228, - [282] = 221, - [283] = 223, - [284] = 224, - [285] = 223, - [286] = 224, - [287] = 224, - [288] = 223, - [289] = 289, - [290] = 290, - [291] = 290, - [292] = 292, + [281] = 231, + [282] = 282, + [283] = 234, + [284] = 228, + [285] = 285, + [286] = 231, + [287] = 228, + [288] = 231, + [289] = 228, + [290] = 231, + [291] = 234, + [292] = 223, [293] = 293, - [294] = 294, + [294] = 228, [295] = 295, [296] = 296, - [297] = 297, - [298] = 298, - [299] = 295, - [300] = 296, - [301] = 301, - [302] = 290, - [303] = 303, - [304] = 294, - [305] = 293, - [306] = 296, - [307] = 295, - [308] = 293, - [309] = 296, - [310] = 296, - [311] = 311, - [312] = 312, - [313] = 313, - [314] = 289, - [315] = 295, - [316] = 295, - [317] = 293, - [318] = 296, - [319] = 294, - [320] = 293, - [321] = 295, - [322] = 296, - [323] = 295, - [324] = 290, - [325] = 293, + [297] = 226, + [298] = 231, + [299] = 231, + [300] = 228, + [301] = 228, + [302] = 302, + [303] = 302, + [304] = 304, + [305] = 305, + [306] = 306, + [307] = 307, + [308] = 308, + [309] = 302, + [310] = 310, + [311] = 307, + [312] = 302, + [313] = 304, + [314] = 305, + [315] = 307, + [316] = 306, + [317] = 306, + [318] = 307, + [319] = 305, + [320] = 304, + [321] = 306, + [322] = 304, + [323] = 305, + [324] = 302, + [325] = 307, [326] = 326, - [327] = 294, - [328] = 293, - [329] = 295, - [330] = 296, - [331] = 331, - [332] = 290, - [333] = 290, - [334] = 313, - [335] = 294, - [336] = 290, - [337] = 293, - [338] = 295, - [339] = 290, - [340] = 290, - [341] = 296, - [342] = 342, - [343] = 290, - [344] = 294, - [345] = 290, - [346] = 290, - [347] = 296, - [348] = 296, - [349] = 294, - [350] = 295, - [351] = 295, - [352] = 293, - [353] = 353, - [354] = 354, - [355] = 313, - [356] = 296, - [357] = 293, - [358] = 290, - [359] = 296, - [360] = 296, - [361] = 294, - [362] = 313, - [363] = 363, - [364] = 294, - [365] = 296, - [366] = 294, - [367] = 367, - [368] = 296, - [369] = 289, - [370] = 296, - [371] = 294, - [372] = 290, - [373] = 373, - [374] = 290, + [327] = 302, + [328] = 306, + [329] = 306, + [330] = 310, + [331] = 308, + [332] = 326, + [333] = 307, + [334] = 305, + [335] = 304, + [336] = 307, + [337] = 306, + [338] = 338, + [339] = 305, + [340] = 306, + [341] = 304, + [342] = 302, + [343] = 307, + [344] = 304, + [345] = 306, + [346] = 306, + [347] = 306, + [348] = 305, + [349] = 307, + [350] = 307, + [351] = 307, + [352] = 307, + [353] = 307, + [354] = 302, + [355] = 302, + [356] = 307, + [357] = 308, + [358] = 305, + [359] = 304, + [360] = 310, + [361] = 302, + [362] = 307, + [363] = 306, + [364] = 307, + [365] = 302, + [366] = 305, + [367] = 304, + [368] = 307, + [369] = 307, + [370] = 306, + [371] = 302, + [372] = 307, + [373] = 306, + [374] = 307, [375] = 375, - [376] = 296, - [377] = 296, - [378] = 293, - [379] = 289, - [380] = 294, - [381] = 296, - [382] = 296, - [383] = 295, - [384] = 296, - [385] = 293, - [386] = 342, - [387] = 387, - [388] = 388, + [376] = 310, + [377] = 308, + [378] = 378, + [379] = 379, + [380] = 305, + [381] = 304, + [382] = 304, + [383] = 305, + [384] = 306, + [385] = 307, + [386] = 305, + [387] = 307, + [388] = 304, [389] = 389, [390] = 390, [391] = 391, - [392] = 387, - [393] = 389, - [394] = 387, + [392] = 391, + [393] = 390, + [394] = 394, [395] = 395, - [396] = 396, - [397] = 387, - [398] = 387, - [399] = 389, - [400] = 387, - [401] = 401, - [402] = 387, - [403] = 403, - [404] = 387, - [405] = 405, - [406] = 387, - [407] = 403, - [408] = 387, - [409] = 387, - [410] = 387, - [411] = 387, - [412] = 388, - [413] = 387, - [414] = 388, - [415] = 388, - [416] = 416, - [417] = 388, - [418] = 403, - [419] = 342, - [420] = 388, - [421] = 388, - [422] = 389, + [396] = 389, + [397] = 390, + [398] = 398, + [399] = 399, + [400] = 389, + [401] = 391, + [402] = 391, + [403] = 389, + [404] = 404, + [405] = 390, + [406] = 406, + [407] = 407, + [408] = 391, + [409] = 389, + [410] = 410, + [411] = 410, + [412] = 412, + [413] = 404, + [414] = 389, + [415] = 390, + [416] = 389, + [417] = 417, + [418] = 391, + [419] = 389, + [420] = 389, + [421] = 390, + [422] = 391, [423] = 423, - [424] = 388, - [425] = 425, - [426] = 388, - [427] = 387, - [428] = 388, - [429] = 403, - [430] = 388, + [424] = 424, + [425] = 404, + [426] = 426, + [427] = 391, + [428] = 389, + [429] = 389, + [430] = 391, [431] = 389, - [432] = 388, - [433] = 389, - [434] = 388, - [435] = 387, + [432] = 389, + [433] = 404, + [434] = 391, + [435] = 391, [436] = 436, - [437] = 437, - [438] = 438, - [439] = 439, - [440] = 436, - [441] = 437, - [442] = 442, - [443] = 438, + [437] = 389, + [438] = 426, + [439] = 391, + [440] = 391, + [441] = 389, + [442] = 389, + [443] = 326, [444] = 444, [445] = 445, [446] = 446, [447] = 447, - [448] = 444, - [449] = 439, + [448] = 448, + [449] = 449, [450] = 450, [451] = 451, [452] = 452, - [453] = 452, - [454] = 451, - [455] = 439, + [453] = 453, + [454] = 454, + [455] = 455, [456] = 456, [457] = 457, - [458] = 445, - [459] = 459, - [460] = 452, + [458] = 454, + [459] = 326, + [460] = 460, [461] = 461, [462] = 462, [463] = 463, - [464] = 444, - [465] = 437, - [466] = 466, - [467] = 342, + [464] = 464, + [465] = 455, + [466] = 454, + [467] = 467, [468] = 468, - [469] = 438, - [470] = 461, - [471] = 436, - [472] = 466, - [473] = 473, - [474] = 468, - [475] = 473, - [476] = 476, - [477] = 477, - [478] = 439, - [479] = 451, - [480] = 476, - [481] = 466, - [482] = 452, - [483] = 342, - [484] = 450, - [485] = 468, - [486] = 445, - [487] = 487, - [488] = 463, - [489] = 437, - [490] = 463, - [491] = 477, - [492] = 466, - [493] = 493, - [494] = 494, - [495] = 342, - [496] = 468, - [497] = 497, - [498] = 437, - [499] = 445, - [500] = 438, - [501] = 501, - [502] = 461, - [503] = 477, - [504] = 466, - [505] = 444, - [506] = 493, - [507] = 494, - [508] = 452, - [509] = 473, - [510] = 468, - [511] = 461, - [512] = 497, - [513] = 451, - [514] = 439, - [515] = 437, - [516] = 436, - [517] = 439, - [518] = 451, - [519] = 473, - [520] = 477, + [469] = 467, + [470] = 454, + [471] = 471, + [472] = 472, + [473] = 326, + [474] = 455, + [475] = 468, + [476] = 472, + [477] = 471, + [478] = 467, + [479] = 479, + [480] = 479, + [481] = 481, + [482] = 482, + [483] = 483, + [484] = 484, + [485] = 467, + [486] = 486, + [487] = 454, + [488] = 486, + [489] = 471, + [490] = 472, + [491] = 491, + [492] = 455, + [493] = 468, + [494] = 455, + [495] = 326, + [496] = 454, + [497] = 455, + [498] = 326, + [499] = 467, + [500] = 454, + [501] = 471, + [502] = 472, + [503] = 326, + [504] = 455, + [505] = 468, + [506] = 506, + [507] = 482, + [508] = 454, + [509] = 472, + [510] = 510, + [511] = 482, + [512] = 512, + [513] = 513, + [514] = 510, + [515] = 515, + [516] = 482, + [517] = 486, + [518] = 518, + [519] = 326, + [520] = 455, [521] = 521, - [522] = 439, - [523] = 451, - [524] = 466, - [525] = 493, - [526] = 494, - [527] = 342, - [528] = 468, - [529] = 497, - [530] = 530, - [531] = 452, - [532] = 439, - [533] = 451, - [534] = 452, - [535] = 445, - [536] = 444, - [537] = 461, - [538] = 445, - [539] = 473, - [540] = 444, - [541] = 445, - [542] = 463, - [543] = 477, - [544] = 466, - [545] = 493, - [546] = 452, - [547] = 445, - [548] = 444, - [549] = 494, - [550] = 461, - [551] = 473, - [552] = 342, - [553] = 468, - [554] = 437, - [555] = 497, - [556] = 436, - [557] = 557, - [558] = 501, - [559] = 497, - [560] = 468, - [561] = 461, - [562] = 456, - [563] = 439, - [564] = 451, - [565] = 444, - [566] = 473, - [567] = 461, - [568] = 463, - [569] = 569, - [570] = 473, - [571] = 447, - [572] = 494, - [573] = 462, - [574] = 436, - [575] = 497, - [576] = 493, - [577] = 466, - [578] = 477, - [579] = 468, - [580] = 342, - [581] = 494, - [582] = 463, - [583] = 462, - [584] = 493, - [585] = 466, - [586] = 477, - [587] = 466, - [588] = 493, - [589] = 494, - [590] = 438, - [591] = 342, - [592] = 468, - [593] = 497, - [594] = 439, - [595] = 437, + [522] = 468, + [523] = 523, + [524] = 395, + [525] = 449, + [526] = 526, + [527] = 467, + [528] = 454, + [529] = 471, + [530] = 472, + [531] = 326, + [532] = 455, + [533] = 468, + [534] = 449, + [535] = 510, + [536] = 536, + [537] = 521, + [538] = 538, + [539] = 452, + [540] = 523, + [541] = 452, + [542] = 542, + [543] = 543, + [544] = 544, + [545] = 460, + [546] = 449, + [547] = 449, + [548] = 479, + [549] = 460, + [550] = 479, + [551] = 551, + [552] = 552, + [553] = 553, + [554] = 551, + [555] = 555, + [556] = 467, + [557] = 454, + [558] = 471, + [559] = 472, + [560] = 560, + [561] = 561, + [562] = 326, + [563] = 455, + [564] = 564, + [565] = 468, + [566] = 510, + [567] = 567, + [568] = 568, + [569] = 479, + [570] = 570, + [571] = 486, + [572] = 526, + [573] = 573, + [574] = 564, + [575] = 486, + [576] = 576, + [577] = 482, + [578] = 445, + [579] = 482, + [580] = 449, + [581] = 486, + [582] = 479, + [583] = 583, + [584] = 573, + [585] = 585, + [586] = 460, + [587] = 452, + [588] = 523, + [589] = 521, + [590] = 510, + [591] = 467, + [592] = 592, + [593] = 454, + [594] = 471, + [595] = 472, [596] = 596, [597] = 597, - [598] = 463, - [599] = 497, + [598] = 544, + [599] = 326, [600] = 600, - [601] = 452, - [602] = 445, - [603] = 444, - [604] = 461, - [605] = 473, - [606] = 439, - [607] = 473, - [608] = 451, + [601] = 455, + [602] = 468, + [603] = 449, + [604] = 467, + [605] = 454, + [606] = 471, + [607] = 510, + [608] = 455, [609] = 468, - [610] = 342, - [611] = 457, - [612] = 557, - [613] = 494, - [614] = 493, - [615] = 452, - [616] = 466, - [617] = 477, - [618] = 445, - [619] = 473, - [620] = 444, - [621] = 461, - [622] = 473, - [623] = 477, - [624] = 461, - [625] = 461, - [626] = 466, - [627] = 447, - [628] = 493, - [629] = 494, - [630] = 342, - [631] = 468, - [632] = 466, - [633] = 497, - [634] = 444, - [635] = 445, - [636] = 452, - [637] = 451, - [638] = 439, - [639] = 462, - [640] = 451, - [641] = 451, - [642] = 497, - [643] = 452, - [644] = 445, - [645] = 494, - [646] = 444, - [647] = 493, - [648] = 477, - [649] = 461, - [650] = 473, - [651] = 439, - [652] = 473, - [653] = 451, - [654] = 468, - [655] = 342, - [656] = 452, - [657] = 445, - [658] = 466, - [659] = 461, - [660] = 444, - [661] = 477, - [662] = 466, - [663] = 444, - [664] = 493, - [665] = 445, - [666] = 494, - [667] = 446, - [668] = 452, - [669] = 451, - [670] = 439, - [671] = 438, - [672] = 461, - [673] = 342, - [674] = 473, - [675] = 468, - [676] = 497, - [677] = 439, - [678] = 451, - [679] = 452, - [680] = 445, - [681] = 444, - [682] = 461, - [683] = 439, - [684] = 597, - [685] = 451, - [686] = 452, - [687] = 473, - [688] = 445, - [689] = 444, - [690] = 461, - [691] = 473, - [692] = 436, - [693] = 436, - [694] = 439, - [695] = 451, - [696] = 462, - [697] = 442, - [698] = 439, - [699] = 477, - [700] = 466, - [701] = 493, - [702] = 438, - [703] = 451, - [704] = 494, - [705] = 342, - [706] = 468, - [707] = 497, - [708] = 708, - [709] = 452, - [710] = 445, - [711] = 452, - [712] = 445, - [713] = 444, - [714] = 461, - [715] = 444, - [716] = 473, - [717] = 461, - [718] = 473, - [719] = 463, - [720] = 463, - [721] = 497, - [722] = 473, - [723] = 437, - [724] = 468, - [725] = 477, - [726] = 466, - [727] = 497, - [728] = 493, - [729] = 468, - [730] = 342, - [731] = 494, - [732] = 493, - [733] = 494, - [734] = 734, - [735] = 342, - [736] = 466, + [610] = 610, + [611] = 326, + [612] = 472, + [613] = 449, + [614] = 472, + [615] = 471, + [616] = 616, + [617] = 454, + [618] = 482, + [619] = 467, + [620] = 486, + [621] = 468, + [622] = 479, + [623] = 455, + [624] = 624, + [625] = 326, + [626] = 472, + [627] = 627, + [628] = 326, + [629] = 455, + [630] = 467, + [631] = 454, + [632] = 471, + [633] = 472, + [634] = 468, + [635] = 326, + [636] = 471, + [637] = 454, + [638] = 455, + [639] = 468, + [640] = 513, + [641] = 467, + [642] = 468, + [643] = 576, + [644] = 644, + [645] = 472, + [646] = 646, + [647] = 471, + [648] = 648, + [649] = 649, + [650] = 467, + [651] = 455, + [652] = 460, + [653] = 326, + [654] = 654, + [655] = 454, + [656] = 471, + [657] = 551, + [658] = 567, + [659] = 482, + [660] = 452, + [661] = 573, + [662] = 662, + [663] = 576, + [664] = 551, + [665] = 467, + [666] = 666, + [667] = 454, + [668] = 668, + [669] = 471, + [670] = 521, + [671] = 671, + [672] = 672, + [673] = 673, + [674] = 674, + [675] = 482, + [676] = 472, + [677] = 486, + [678] = 326, + [679] = 455, + [680] = 479, + [681] = 468, + [682] = 567, + [683] = 523, + [684] = 460, + [685] = 521, + [686] = 482, + [687] = 512, + [688] = 486, + [689] = 521, + [690] = 460, + [691] = 573, + [692] = 576, + [693] = 693, + [694] = 484, + [695] = 551, + [696] = 452, + [697] = 567, + [698] = 698, + [699] = 699, + [700] = 523, + [701] = 567, + [702] = 702, + [703] = 467, + [704] = 454, + [705] = 521, + [706] = 523, + [707] = 471, + [708] = 472, + [709] = 326, + [710] = 455, + [711] = 468, + [712] = 712, + [713] = 713, + [714] = 714, + [715] = 573, + [716] = 576, + [717] = 551, + [718] = 718, + [719] = 567, + [720] = 720, + [721] = 721, + [722] = 467, + [723] = 479, + [724] = 573, + [725] = 576, + [726] = 551, + [727] = 567, + [728] = 510, + [729] = 729, + [730] = 730, + [731] = 467, + [732] = 732, + [733] = 733, + [734] = 460, + [735] = 735, + [736] = 454, [737] = 737, - [738] = 468, - [739] = 497, - [740] = 477, - [741] = 342, - [742] = 494, - [743] = 493, - [744] = 466, - [745] = 462, - [746] = 477, - [747] = 497, - [748] = 473, - [749] = 462, - [750] = 750, - [751] = 461, - [752] = 444, - [753] = 445, - [754] = 600, - [755] = 438, - [756] = 452, - [757] = 462, - [758] = 494, - [759] = 493, - [760] = 477, - [761] = 468, - [762] = 436, - [763] = 477, - [764] = 342, - [765] = 466, - [766] = 463, - [767] = 437, - [768] = 438, - [769] = 436, - [770] = 462, - [771] = 462, - [772] = 477, - [773] = 597, - [774] = 466, - [775] = 493, - [776] = 494, - [777] = 342, - [778] = 468, - [779] = 497, - [780] = 466, - [781] = 462, - [782] = 451, - [783] = 439, - [784] = 597, - [785] = 493, - [786] = 750, - [787] = 597, - [788] = 459, - [789] = 597, - [790] = 494, - [791] = 439, - [792] = 792, - [793] = 463, - [794] = 342, - [795] = 597, - [796] = 437, - [797] = 438, - [798] = 597, - [799] = 436, - [800] = 468, - [801] = 436, - [802] = 451, - [803] = 477, - [804] = 466, - [805] = 487, - [806] = 497, - [807] = 497, - [808] = 468, - [809] = 493, - [810] = 463, - [811] = 494, - [812] = 342, - [813] = 342, - [814] = 439, - [815] = 462, - [816] = 494, - [817] = 597, - [818] = 493, - [819] = 477, - [820] = 466, - [821] = 493, - [822] = 494, - [823] = 342, - [824] = 468, - [825] = 497, - [826] = 451, - [827] = 597, - [828] = 452, + [738] = 471, + [739] = 472, + [740] = 740, + [741] = 326, + [742] = 455, + [743] = 743, + [744] = 468, + [745] = 454, + [746] = 576, + [747] = 452, + [748] = 573, + [749] = 672, + [750] = 576, + [751] = 551, + [752] = 752, + [753] = 753, + [754] = 567, + [755] = 755, + [756] = 756, + [757] = 757, + [758] = 758, + [759] = 521, + [760] = 760, + [761] = 523, + [762] = 449, + [763] = 573, + [764] = 452, + [765] = 460, + [766] = 766, + [767] = 521, + [768] = 457, + [769] = 769, + [770] = 510, + [771] = 771, + [772] = 772, + [773] = 773, + [774] = 467, + [775] = 454, + [776] = 776, + [777] = 471, + [778] = 472, + [779] = 326, + [780] = 455, + [781] = 468, + [782] = 782, + [783] = 783, + [784] = 471, + [785] = 479, + [786] = 486, + [787] = 482, + [788] = 551, + [789] = 671, + [790] = 452, + [791] = 523, + [792] = 567, + [793] = 521, + [794] = 460, + [795] = 795, + [796] = 521, + [797] = 521, + [798] = 523, + [799] = 799, + [800] = 452, + [801] = 460, + [802] = 482, + [803] = 479, + [804] = 452, + [805] = 326, + [806] = 486, + [807] = 482, + [808] = 486, + [809] = 573, + [810] = 810, + [811] = 449, + [812] = 523, + [813] = 576, + [814] = 814, + [815] = 521, + [816] = 570, + [817] = 551, + [818] = 510, + [819] = 521, + [820] = 567, + [821] = 523, + [822] = 467, + [823] = 452, + [824] = 454, + [825] = 471, + [826] = 472, + [827] = 326, + [828] = 460, [829] = 829, - [830] = 597, - [831] = 452, - [832] = 468, - [833] = 437, - [834] = 497, - [835] = 597, - [836] = 438, - [837] = 597, - [838] = 436, - [839] = 445, - [840] = 438, - [841] = 445, - [842] = 444, - [843] = 462, - [844] = 444, - [845] = 461, - [846] = 477, - [847] = 847, - [848] = 848, - [849] = 849, - [850] = 850, - [851] = 851, - [852] = 852, + [830] = 455, + [831] = 468, + [832] = 479, + [833] = 479, + [834] = 834, + [835] = 835, + [836] = 836, + [837] = 460, + [838] = 479, + [839] = 452, + [840] = 523, + [841] = 573, + [842] = 576, + [843] = 551, + [844] = 567, + [845] = 845, + [846] = 846, + [847] = 452, + [848] = 523, + [849] = 449, + [850] = 521, + [851] = 460, + [852] = 452, [853] = 853, [854] = 854, - [855] = 855, - [856] = 856, - [857] = 857, - [858] = 858, + [855] = 523, + [856] = 573, + [857] = 510, + [858] = 576, [859] = 859, [860] = 860, [861] = 861, - [862] = 862, - [863] = 863, + [862] = 486, + [863] = 467, [864] = 864, - [865] = 865, - [866] = 866, - [867] = 867, + [865] = 454, + [866] = 460, + [867] = 482, [868] = 868, [869] = 869, - [870] = 870, - [871] = 871, - [872] = 872, - [873] = 873, - [874] = 874, - [875] = 875, - [876] = 876, - [877] = 877, - [878] = 878, - [879] = 879, - [880] = 880, - [881] = 881, - [882] = 882, - [883] = 883, - [884] = 884, + [870] = 471, + [871] = 521, + [872] = 523, + [873] = 452, + [874] = 460, + [875] = 472, + [876] = 521, + [877] = 452, + [878] = 521, + [879] = 326, + [880] = 523, + [881] = 479, + [882] = 486, + [883] = 482, + [884] = 521, [885] = 885, - [886] = 886, - [887] = 887, - [888] = 888, - [889] = 889, - [890] = 890, - [891] = 891, - [892] = 892, - [893] = 893, - [894] = 894, - [895] = 708, - [896] = 896, - [897] = 897, + [886] = 455, + [887] = 468, + [888] = 521, + [889] = 523, + [890] = 472, + [891] = 551, + [892] = 452, + [893] = 460, + [894] = 766, + [895] = 523, + [896] = 452, + [897] = 460, [898] = 898, - [899] = 899, - [900] = 900, - [901] = 901, - [902] = 902, + [899] = 486, + [900] = 479, + [901] = 486, + [902] = 482, [903] = 903, - [904] = 904, - [905] = 905, - [906] = 906, - [907] = 907, - [908] = 908, - [909] = 909, - [910] = 910, - [911] = 911, - [912] = 912, - [913] = 913, - [914] = 914, - [915] = 915, - [916] = 916, - [917] = 917, - [918] = 918, - [919] = 919, - [920] = 920, - [921] = 921, - [922] = 922, - [923] = 923, - [924] = 924, - [925] = 925, - [926] = 926, - [927] = 927, - [928] = 928, - [929] = 929, - [930] = 930, + [904] = 567, + [905] = 482, + [906] = 479, + [907] = 479, + [908] = 486, + [909] = 482, + [910] = 486, + [911] = 479, + [912] = 460, + [913] = 573, + [914] = 452, + [915] = 523, + [916] = 455, + [917] = 576, + [918] = 567, + [919] = 460, + [920] = 457, + [921] = 479, + [922] = 468, + [923] = 468, + [924] = 455, + [925] = 452, + [926] = 449, + [927] = 460, + [928] = 479, + [929] = 486, + [930] = 510, [931] = 931, - [932] = 932, - [933] = 893, - [934] = 889, - [935] = 908, - [936] = 936, - [937] = 937, - [938] = 938, - [939] = 939, + [932] = 472, + [933] = 523, + [934] = 486, + [935] = 523, + [936] = 486, + [937] = 482, + [938] = 931, + [939] = 521, [940] = 940, - [941] = 941, + [941] = 672, [942] = 942, - [943] = 943, - [944] = 944, + [943] = 510, + [944] = 449, [945] = 945, - [946] = 946, - [947] = 947, - [948] = 948, - [949] = 889, - [950] = 893, + [946] = 510, + [947] = 757, + [948] = 671, + [949] = 949, + [950] = 950, [951] = 951, - [952] = 952, - [953] = 953, - [954] = 954, - [955] = 955, - [956] = 956, + [952] = 482, + [953] = 467, + [954] = 454, + [955] = 471, + [956] = 482, [957] = 957, [958] = 958, - [959] = 303, - [960] = 373, - [961] = 363, - [962] = 962, - [963] = 354, - [964] = 297, - [965] = 292, - [966] = 353, - [967] = 65, - [968] = 301, - [969] = 62, - [970] = 311, - [971] = 312, - [972] = 63, - [973] = 973, - [974] = 66, - [975] = 64, - [976] = 367, - [977] = 326, - [978] = 978, - [979] = 979, - [980] = 980, - [981] = 981, - [982] = 311, - [983] = 301, - [984] = 363, - [985] = 367, - [986] = 391, - [987] = 390, - [988] = 303, - [989] = 353, - [990] = 297, - [991] = 312, - [992] = 501, - [993] = 596, - [994] = 521, - [995] = 501, - [996] = 557, - [997] = 569, - [998] = 557, - [999] = 893, - [1000] = 859, - [1001] = 906, - [1002] = 907, - [1003] = 885, - [1004] = 955, - [1005] = 863, - [1006] = 905, - [1007] = 904, - [1008] = 883, - [1009] = 869, - [1010] = 865, - [1011] = 708, - [1012] = 858, - [1013] = 879, - [1014] = 855, - [1015] = 852, - [1016] = 877, - [1017] = 871, - [1018] = 938, - [1019] = 870, - [1020] = 851, - [1021] = 940, - [1022] = 918, - [1023] = 897, - [1024] = 894, - [1025] = 922, - [1026] = 901, - [1027] = 868, - [1028] = 860, - [1029] = 849, - [1030] = 920, - [1031] = 932, - [1032] = 930, - [1033] = 924, - [1034] = 923, - [1035] = 848, - [1036] = 902, - [1037] = 900, - [1038] = 937, - [1039] = 919, - [1040] = 867, - [1041] = 853, - [1042] = 888, - [1043] = 927, - [1044] = 926, - [1045] = 880, - [1046] = 891, - [1047] = 942, - [1048] = 944, - [1049] = 854, - [1050] = 954, - [1051] = 953, - [1052] = 850, - [1053] = 856, - [1054] = 857, - [1055] = 952, - [1056] = 941, - [1057] = 917, - [1058] = 914, - [1059] = 898, - [1060] = 896, - [1061] = 908, - [1062] = 912, - [1063] = 910, - [1064] = 909, - [1065] = 890, - [1066] = 884, - [1067] = 943, - [1068] = 911, - [1069] = 956, - [1070] = 916, - [1071] = 915, - [1072] = 866, - [1073] = 913, - [1074] = 847, - [1075] = 862, - [1076] = 861, - [1077] = 945, - [1078] = 875, - [1079] = 893, - [1080] = 876, - [1081] = 872, - [1082] = 939, - [1083] = 921, - [1084] = 903, - [1085] = 899, - [1086] = 889, - [1087] = 887, - [1088] = 886, - [1089] = 892, - [1090] = 864, - [1091] = 882, - [1092] = 881, - [1093] = 878, - [1094] = 908, - [1095] = 951, - [1096] = 936, - [1097] = 874, - [1098] = 873, - [1099] = 889, - [1100] = 948, - [1101] = 892, - [1102] = 931, - [1103] = 946, - [1104] = 947, - [1105] = 925, - [1106] = 708, - [1107] = 929, - [1108] = 928, - [1109] = 66, - [1110] = 63, - [1111] = 65, - [1112] = 64, - [1113] = 62, - [1114] = 64, - [1115] = 62, - [1116] = 66, - [1117] = 63, - [1118] = 66, - [1119] = 65, - [1120] = 64, - [1121] = 62, - [1122] = 1122, - [1123] = 63, - [1124] = 65, - [1125] = 64, - [1126] = 62, - [1127] = 66, - [1128] = 297, - [1129] = 353, - [1130] = 312, - [1131] = 301, - [1132] = 303, - [1133] = 1133, - [1134] = 354, - [1135] = 363, - [1136] = 367, - [1137] = 373, - [1138] = 1138, - [1139] = 292, - [1140] = 311, - [1141] = 63, - [1142] = 63, - [1143] = 908, - [1144] = 63, - [1145] = 390, - [1146] = 65, - [1147] = 1147, - [1148] = 64, - [1149] = 66, - [1150] = 391, - [1151] = 62, + [959] = 282, + [960] = 258, + [961] = 66, + [962] = 263, + [963] = 65, + [964] = 63, + [965] = 264, + [966] = 279, + [967] = 267, + [968] = 968, + [969] = 969, + [970] = 241, + [971] = 62, + [972] = 285, + [973] = 293, + [974] = 227, + [975] = 229, + [976] = 295, + [977] = 64, + [978] = 229, + [979] = 279, + [980] = 227, + [981] = 267, + [982] = 263, + [983] = 983, + [984] = 984, + [985] = 985, + [986] = 293, + [987] = 295, + [988] = 988, + [989] = 378, + [990] = 375, + [991] = 282, + [992] = 426, + [993] = 426, + [994] = 410, + [995] = 394, + [996] = 399, + [997] = 410, + [998] = 444, + [999] = 864, + [1000] = 931, + [1001] = 799, + [1002] = 846, + [1003] = 699, + [1004] = 447, + [1005] = 795, + [1006] = 845, + [1007] = 782, + [1008] = 776, + [1009] = 773, + [1010] = 769, + [1011] = 758, + [1012] = 756, + [1013] = 610, + [1014] = 672, + [1015] = 671, + [1016] = 949, + [1017] = 854, + [1018] = 836, + [1019] = 835, + [1020] = 698, + [1021] = 693, + [1022] = 810, + [1023] = 950, + [1024] = 951, + [1025] = 648, + [1026] = 446, + [1027] = 568, + [1028] = 538, + [1029] = 555, + [1030] = 536, + [1031] = 506, + [1032] = 491, + [1033] = 483, + [1034] = 450, + [1035] = 451, + [1036] = 453, + [1037] = 714, + [1038] = 868, + [1039] = 395, + [1040] = 743, + [1041] = 869, + [1042] = 783, + [1043] = 885, + [1044] = 898, + [1045] = 461, + [1046] = 462, + [1047] = 733, + [1048] = 903, + [1049] = 395, + [1050] = 732, + [1051] = 730, + [1052] = 729, + [1053] = 720, + [1054] = 463, + [1055] = 772, + [1056] = 942, + [1057] = 718, + [1058] = 713, + [1059] = 945, + [1060] = 814, + [1061] = 771, + [1062] = 464, + [1063] = 481, + [1064] = 555, + [1065] = 552, + [1066] = 553, + [1067] = 702, + [1068] = 560, + [1069] = 561, + [1070] = 585, + [1071] = 861, + [1072] = 592, + [1073] = 596, + [1074] = 668, + [1075] = 448, + [1076] = 597, + [1077] = 666, + [1078] = 940, + [1079] = 662, + [1080] = 644, + [1081] = 456, + [1082] = 760, + [1083] = 671, + [1084] = 755, + [1085] = 721, + [1086] = 753, + [1087] = 752, + [1088] = 853, + [1089] = 600, + [1090] = 616, + [1091] = 624, + [1092] = 627, + [1093] = 583, + [1094] = 543, + [1095] = 646, + [1096] = 834, + [1097] = 829, + [1098] = 649, + [1099] = 931, + [1100] = 515, + [1101] = 518, + [1102] = 654, + [1103] = 673, + [1104] = 859, + [1105] = 674, + [1106] = 860, + [1107] = 672, + [1108] = 735, + [1109] = 65, + [1110] = 62, + [1111] = 64, + [1112] = 63, + [1113] = 66, + [1114] = 62, + [1115] = 64, + [1116] = 65, + [1117] = 66, + [1118] = 63, + [1119] = 62, + [1120] = 65, + [1121] = 64, + [1122] = 66, + [1123] = 1123, + [1124] = 64, + [1125] = 62, + [1126] = 65, + [1127] = 63, + [1128] = 1128, + [1129] = 264, + [1130] = 229, + [1131] = 227, + [1132] = 263, + [1133] = 241, + [1134] = 293, + [1135] = 258, + [1136] = 1136, + [1137] = 282, + [1138] = 279, + [1139] = 295, + [1140] = 267, + [1141] = 66, + [1142] = 62, + [1143] = 931, + [1144] = 375, + [1145] = 64, + [1146] = 1146, + [1147] = 63, + [1148] = 62, + [1149] = 65, + [1150] = 378, + [1151] = 65, [1152] = 66, - [1153] = 64, - [1154] = 65, - [1155] = 1147, - [1156] = 62, - [1157] = 65, - [1158] = 501, - [1159] = 557, - [1160] = 596, - [1161] = 557, - [1162] = 569, - [1163] = 501, - [1164] = 521, - [1165] = 881, - [1166] = 902, - [1167] = 874, - [1168] = 938, - [1169] = 937, - [1170] = 927, - [1171] = 926, - [1172] = 859, - [1173] = 872, - [1174] = 876, - [1175] = 898, - [1176] = 896, - [1177] = 875, - [1178] = 890, - [1179] = 884, - [1180] = 913, - [1181] = 915, - [1182] = 916, - [1183] = 956, - [1184] = 943, - [1185] = 866, - [1186] = 847, - [1187] = 862, - [1188] = 861, - [1189] = 909, - [1190] = 910, - [1191] = 912, - [1192] = 914, - [1193] = 917, - [1194] = 941, - [1195] = 873, - [1196] = 952, - [1197] = 953, - [1198] = 954, - [1199] = 945, - [1200] = 944, - [1201] = 942, - [1202] = 864, - [1203] = 891, - [1204] = 921, - [1205] = 858, - [1206] = 880, - [1207] = 903, - [1208] = 901, - [1209] = 922, - [1210] = 708, - [1211] = 929, - [1212] = 851, - [1213] = 852, - [1214] = 855, - [1215] = 906, - [1216] = 928, - [1217] = 931, - [1218] = 899, - [1219] = 887, - [1220] = 886, - [1221] = 882, - [1222] = 878, - [1223] = 888, - [1224] = 908, - [1225] = 900, - [1226] = 907, - [1227] = 848, - [1228] = 923, - [1229] = 924, - [1230] = 849, - [1231] = 860, - [1232] = 868, - [1233] = 892, - [1234] = 870, - [1235] = 871, - [1236] = 877, - [1237] = 865, - [1238] = 879, - [1239] = 946, - [1240] = 947, - [1241] = 911, - [1242] = 869, - [1243] = 948, - [1244] = 883, - [1245] = 889, - [1246] = 893, - [1247] = 925, - [1248] = 885, - [1249] = 904, - [1250] = 894, - [1251] = 897, - [1252] = 905, - [1253] = 857, - [1254] = 856, - [1255] = 850, - [1256] = 854, - [1257] = 853, - [1258] = 951, - [1259] = 867, - [1260] = 919, - [1261] = 920, - [1262] = 930, - [1263] = 932, - [1264] = 939, - [1265] = 940, - [1266] = 918, - [1267] = 863, - [1268] = 955, - [1269] = 936, - [1270] = 354, - [1271] = 363, - [1272] = 367, - [1273] = 373, - [1274] = 297, - [1275] = 292, - [1276] = 353, - [1277] = 303, - [1278] = 301, - [1279] = 311, - [1280] = 312, - [1281] = 1281, - [1282] = 908, - [1283] = 390, - [1284] = 391, + [1153] = 1146, + [1154] = 63, + [1155] = 64, + [1156] = 66, + [1157] = 426, + [1158] = 426, + [1159] = 410, + [1160] = 394, + [1161] = 410, + [1162] = 399, + [1163] = 444, + [1164] = 63, + [1165] = 654, + [1166] = 610, + [1167] = 560, + [1168] = 561, + [1169] = 835, + [1170] = 585, + [1171] = 836, + [1172] = 592, + [1173] = 596, + [1174] = 771, + [1175] = 597, + [1176] = 829, + [1177] = 600, + [1178] = 616, + [1179] = 624, + [1180] = 834, + [1181] = 506, + [1182] = 536, + [1183] = 931, + [1184] = 864, + [1185] = 699, + [1186] = 538, + [1187] = 854, + [1188] = 868, + [1189] = 646, + [1190] = 568, + [1191] = 743, + [1192] = 733, + [1193] = 732, + [1194] = 649, + [1195] = 949, + [1196] = 730, + [1197] = 860, + [1198] = 940, + [1199] = 859, + [1200] = 627, + [1201] = 721, + [1202] = 729, + [1203] = 553, + [1204] = 456, + [1205] = 673, + [1206] = 720, + [1207] = 718, + [1208] = 648, + [1209] = 448, + [1210] = 674, + [1211] = 861, + [1212] = 713, + [1213] = 552, + [1214] = 810, + [1215] = 693, + [1216] = 869, + [1217] = 698, + [1218] = 447, + [1219] = 945, + [1220] = 756, + [1221] = 758, + [1222] = 735, + [1223] = 481, + [1224] = 752, + [1225] = 846, + [1226] = 769, + [1227] = 773, + [1228] = 753, + [1229] = 950, + [1230] = 776, + [1231] = 518, + [1232] = 782, + [1233] = 515, + [1234] = 555, + [1235] = 464, + [1236] = 795, + [1237] = 799, + [1238] = 814, + [1239] = 668, + [1240] = 666, + [1241] = 662, + [1242] = 755, + [1243] = 702, + [1244] = 951, + [1245] = 644, + [1246] = 783, + [1247] = 885, + [1248] = 491, + [1249] = 845, + [1250] = 898, + [1251] = 483, + [1252] = 543, + [1253] = 903, + [1254] = 450, + [1255] = 395, + [1256] = 451, + [1257] = 453, + [1258] = 760, + [1259] = 672, + [1260] = 671, + [1261] = 942, + [1262] = 714, + [1263] = 461, + [1264] = 583, + [1265] = 462, + [1266] = 853, + [1267] = 772, + [1268] = 463, + [1269] = 446, + [1270] = 258, + [1271] = 241, + [1272] = 1272, + [1273] = 227, + [1274] = 229, + [1275] = 295, + [1276] = 293, + [1277] = 282, + [1278] = 267, + [1279] = 279, + [1280] = 264, + [1281] = 263, + [1282] = 375, + [1283] = 378, + [1284] = 931, [1285] = 1285, - [1286] = 923, - [1287] = 909, - [1288] = 63, - [1289] = 557, - [1290] = 501, - [1291] = 859, - [1292] = 1292, - [1293] = 1293, - [1294] = 521, - [1295] = 557, - [1296] = 596, - [1297] = 910, - [1298] = 912, - [1299] = 569, - [1300] = 924, - [1301] = 848, - [1302] = 501, - [1303] = 856, - [1304] = 868, - [1305] = 875, - [1306] = 911, - [1307] = 951, - [1308] = 926, - [1309] = 881, - [1310] = 927, - [1311] = 936, - [1312] = 882, - [1313] = 886, - [1314] = 887, - [1315] = 899, - [1316] = 903, - [1317] = 948, - [1318] = 913, - [1319] = 931, - [1320] = 921, - [1321] = 929, - [1322] = 928, - [1323] = 915, - [1324] = 916, - [1325] = 956, - [1326] = 943, - [1327] = 937, - [1328] = 938, - [1329] = 925, - [1330] = 945, - [1331] = 947, - [1332] = 893, - [1333] = 946, - [1334] = 914, - [1335] = 917, - [1336] = 941, - [1337] = 952, - [1338] = 889, - [1339] = 872, - [1340] = 876, - [1341] = 898, - [1342] = 953, - [1343] = 954, - [1344] = 896, - [1345] = 1345, - [1346] = 944, - [1347] = 908, - [1348] = 708, - [1349] = 942, - [1350] = 891, - [1351] = 874, - [1352] = 857, - [1353] = 880, - [1354] = 850, - [1355] = 854, - [1356] = 853, - [1357] = 867, - [1358] = 919, - [1359] = 920, - [1360] = 930, - [1361] = 932, - [1362] = 878, - [1363] = 905, - [1364] = 940, - [1365] = 888, - [1366] = 918, - [1367] = 890, - [1368] = 892, - [1369] = 900, - [1370] = 897, - [1371] = 902, - [1372] = 894, - [1373] = 64, - [1374] = 849, - [1375] = 860, - [1376] = 904, - [1377] = 66, - [1378] = 861, - [1379] = 885, - [1380] = 862, - [1381] = 847, - [1382] = 870, - [1383] = 871, - [1384] = 877, - [1385] = 866, - [1386] = 884, - [1387] = 879, - [1388] = 1388, - [1389] = 65, - [1390] = 883, - [1391] = 62, - [1392] = 869, - [1393] = 865, - [1394] = 858, - [1395] = 939, - [1396] = 863, - [1397] = 955, - [1398] = 855, - [1399] = 907, - [1400] = 864, - [1401] = 906, - [1402] = 873, - [1403] = 901, - [1404] = 922, - [1405] = 852, - [1406] = 851, - [1407] = 62, + [1286] = 444, + [1287] = 491, + [1288] = 1288, + [1289] = 426, + [1290] = 721, + [1291] = 814, + [1292] = 66, + [1293] = 799, + [1294] = 795, + [1295] = 483, + [1296] = 1296, + [1297] = 399, + [1298] = 410, + [1299] = 426, + [1300] = 394, + [1301] = 410, + [1302] = 506, + [1303] = 451, + [1304] = 583, + [1305] = 718, + [1306] = 1306, + [1307] = 447, + [1308] = 945, + [1309] = 456, + [1310] = 448, + [1311] = 949, + [1312] = 1312, + [1313] = 515, + [1314] = 518, + [1315] = 836, + [1316] = 702, + [1317] = 714, + [1318] = 854, + [1319] = 720, + [1320] = 729, + [1321] = 869, + [1322] = 730, + [1323] = 732, + [1324] = 942, + [1325] = 861, + [1326] = 644, + [1327] = 903, + [1328] = 898, + [1329] = 885, + [1330] = 783, + [1331] = 733, + [1332] = 931, + [1333] = 835, + [1334] = 662, + [1335] = 940, + [1336] = 63, + [1337] = 782, + [1338] = 776, + [1339] = 773, + [1340] = 769, + [1341] = 65, + [1342] = 64, + [1343] = 62, + [1344] = 829, + [1345] = 758, + [1346] = 756, + [1347] = 834, + [1348] = 713, + [1349] = 610, + [1350] = 860, + [1351] = 859, + [1352] = 698, + [1353] = 853, + [1354] = 693, + [1355] = 743, + [1356] = 846, + [1357] = 648, + [1358] = 845, + [1359] = 446, + [1360] = 772, + [1361] = 771, + [1362] = 760, + [1363] = 755, + [1364] = 868, + [1365] = 951, + [1366] = 699, + [1367] = 753, + [1368] = 864, + [1369] = 568, + [1370] = 555, + [1371] = 538, + [1372] = 666, + [1373] = 536, + [1374] = 752, + [1375] = 735, + [1376] = 810, + [1377] = 450, + [1378] = 395, + [1379] = 453, + [1380] = 674, + [1381] = 673, + [1382] = 654, + [1383] = 649, + [1384] = 646, + [1385] = 461, + [1386] = 462, + [1387] = 463, + [1388] = 543, + [1389] = 668, + [1390] = 464, + [1391] = 672, + [1392] = 627, + [1393] = 481, + [1394] = 671, + [1395] = 624, + [1396] = 616, + [1397] = 552, + [1398] = 553, + [1399] = 560, + [1400] = 561, + [1401] = 950, + [1402] = 585, + [1403] = 600, + [1404] = 592, + [1405] = 597, + [1406] = 596, + [1407] = 65, [1408] = 64, - [1409] = 66, - [1410] = 63, - [1411] = 521, - [1412] = 63, - [1413] = 62, - [1414] = 1414, - [1415] = 1415, - [1416] = 1416, - [1417] = 946, - [1418] = 947, - [1419] = 1419, - [1420] = 908, + [1409] = 62, + [1410] = 444, + [1411] = 66, + [1412] = 66, + [1413] = 931, + [1414] = 62, + [1415] = 951, + [1416] = 950, + [1417] = 65, + [1418] = 64, + [1419] = 63, + [1420] = 1420, [1421] = 1421, [1422] = 1422, - [1423] = 66, - [1424] = 1424, - [1425] = 64, - [1426] = 65, - [1427] = 847, - [1428] = 1428, - [1429] = 948, + [1423] = 1423, + [1424] = 63, + [1425] = 1425, + [1426] = 1426, + [1427] = 1427, + [1428] = 666, + [1429] = 743, [1430] = 1430, - [1431] = 896, + [1431] = 729, [1432] = 1432, - [1433] = 890, - [1434] = 899, - [1435] = 1435, - [1436] = 903, - [1437] = 911, - [1438] = 884, - [1439] = 931, - [1440] = 1440, - [1441] = 1441, - [1442] = 1442, - [1443] = 921, - [1444] = 945, + [1433] = 1433, + [1434] = 1434, + [1435] = 835, + [1436] = 834, + [1437] = 543, + [1438] = 829, + [1439] = 810, + [1440] = 940, + [1441] = 644, + [1442] = 662, + [1443] = 515, + [1444] = 518, [1445] = 1445, - [1446] = 1446, - [1447] = 1447, - [1448] = 65, - [1449] = 1449, + [1446] = 864, + [1447] = 949, + [1448] = 668, + [1449] = 868, [1450] = 1450, - [1451] = 936, + [1451] = 1451, [1452] = 1452, [1453] = 1453, - [1454] = 887, - [1455] = 1455, - [1456] = 878, - [1457] = 929, - [1458] = 928, - [1459] = 1459, - [1460] = 1460, + [1454] = 714, + [1455] = 713, + [1456] = 1456, + [1457] = 861, + [1458] = 583, + [1459] = 836, + [1460] = 720, [1461] = 1461, - [1462] = 866, - [1463] = 927, - [1464] = 926, - [1465] = 898, - [1466] = 925, - [1467] = 886, + [1462] = 733, + [1463] = 1463, + [1464] = 1464, + [1465] = 1465, + [1466] = 1466, + [1467] = 1467, [1468] = 1468, [1469] = 1469, [1470] = 1470, - [1471] = 882, - [1472] = 862, - [1473] = 1473, - [1474] = 937, - [1475] = 938, + [1471] = 1471, + [1472] = 1472, + [1473] = 732, + [1474] = 1474, + [1475] = 730, [1476] = 1476, - [1477] = 1477, + [1477] = 718, [1478] = 1478, [1479] = 1479, - [1480] = 861, - [1481] = 951, - [1482] = 1482, - [1483] = 881, - [1484] = 1484, + [1480] = 1480, + [1481] = 1481, + [1482] = 945, + [1483] = 66, + [1484] = 854, [1485] = 1485, [1486] = 1486, [1487] = 1487, [1488] = 1488, [1489] = 1489, [1490] = 1490, - [1491] = 1491, - [1492] = 858, + [1491] = 63, + [1492] = 1492, [1493] = 1493, [1494] = 1494, [1495] = 1495, [1496] = 1496, [1497] = 1497, - [1498] = 1498, + [1498] = 65, [1499] = 1499, [1500] = 1500, [1501] = 1501, @@ -4845,7 +4845,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1506] = 1506, [1507] = 1507, [1508] = 1508, - [1509] = 63, + [1509] = 1509, [1510] = 1510, [1511] = 1511, [1512] = 1512, @@ -4862,7 +4862,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1523] = 1523, [1524] = 1524, [1525] = 1525, - [1526] = 501, + [1526] = 1526, [1527] = 1527, [1528] = 1528, [1529] = 1529, @@ -4873,12 +4873,12 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1534] = 1534, [1535] = 1535, [1536] = 1536, - [1537] = 1537, + [1537] = 627, [1538] = 1538, [1539] = 1539, [1540] = 1540, [1541] = 1541, - [1542] = 1542, + [1542] = 66, [1543] = 1543, [1544] = 1544, [1545] = 1545, @@ -4890,10 +4890,10 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1551] = 1551, [1552] = 1552, [1553] = 1553, - [1554] = 1554, + [1554] = 426, [1555] = 1555, [1556] = 1556, - [1557] = 1557, + [1557] = 410, [1558] = 1558, [1559] = 1559, [1560] = 1560, @@ -4903,8 +4903,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1564] = 1564, [1565] = 1565, [1566] = 1566, - [1567] = 1567, - [1568] = 557, + [1567] = 62, + [1568] = 64, [1569] = 1569, [1570] = 1570, [1571] = 1571, @@ -4917,1902 +4917,1902 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1578] = 1578, [1579] = 1579, [1580] = 1580, - [1581] = 63, - [1582] = 66, - [1583] = 62, - [1584] = 64, - [1585] = 65, - [1586] = 1586, - [1587] = 65, + [1581] = 1581, + [1582] = 1582, + [1583] = 1583, + [1584] = 1584, + [1585] = 1585, + [1586] = 63, + [1587] = 63, [1588] = 1588, [1589] = 1589, - [1590] = 65, + [1590] = 1590, [1591] = 1591, - [1592] = 1592, - [1593] = 926, - [1594] = 911, - [1595] = 938, - [1596] = 937, - [1597] = 927, - [1598] = 911, - [1599] = 937, - [1600] = 938, - [1601] = 927, - [1602] = 926, - [1603] = 938, - [1604] = 911, - [1605] = 1605, - [1606] = 937, - [1607] = 927, - [1608] = 926, - [1609] = 926, - [1610] = 911, - [1611] = 927, - [1612] = 938, - [1613] = 937, - [1614] = 367, - [1615] = 303, - [1616] = 301, - [1617] = 363, - [1618] = 311, - [1619] = 312, - [1620] = 297, - [1621] = 298, - [1622] = 373, - [1623] = 261, - [1624] = 354, - [1625] = 353, - [1626] = 292, - [1627] = 501, - [1628] = 236, - [1629] = 557, - [1630] = 391, - [1631] = 390, - [1632] = 881, - [1633] = 925, - [1634] = 928, - [1635] = 929, - [1636] = 931, - [1637] = 936, - [1638] = 292, - [1639] = 878, - [1640] = 326, - [1641] = 896, - [1642] = 596, - [1643] = 882, - [1644] = 886, - [1645] = 297, - [1646] = 908, - [1647] = 887, - [1648] = 353, - [1649] = 303, - [1650] = 301, - [1651] = 311, - [1652] = 312, - [1653] = 899, - [1654] = 903, - [1655] = 921, - [1656] = 861, - [1657] = 862, - [1658] = 1658, - [1659] = 847, - [1660] = 866, - [1661] = 884, - [1662] = 1662, - [1663] = 890, - [1664] = 708, - [1665] = 898, - [1666] = 521, - [1667] = 792, - [1668] = 892, - [1669] = 569, - [1670] = 1662, - [1671] = 354, - [1672] = 363, - [1673] = 367, - [1674] = 373, - [1675] = 792, - [1676] = 865, - [1677] = 854, - [1678] = 932, - [1679] = 857, - [1680] = 951, - [1681] = 856, - [1682] = 850, - [1683] = 909, - [1684] = 853, - [1685] = 867, - [1686] = 557, - [1687] = 919, - [1688] = 920, - [1689] = 880, - [1690] = 501, - [1691] = 908, - [1692] = 930, - [1693] = 939, - [1694] = 940, - [1695] = 910, - [1696] = 918, - [1697] = 897, - [1698] = 894, - [1699] = 708, - [1700] = 893, - [1701] = 912, - [1702] = 876, - [1703] = 889, - [1704] = 914, - [1705] = 885, - [1706] = 891, - [1707] = 869, - [1708] = 875, - [1709] = 943, - [1710] = 956, - [1711] = 916, - [1712] = 952, - [1713] = 877, - [1714] = 948, - [1715] = 953, - [1716] = 954, - [1717] = 944, - [1718] = 915, - [1719] = 855, - [1720] = 852, - [1721] = 874, - [1722] = 851, - [1723] = 708, - [1724] = 922, - [1725] = 390, - [1726] = 864, - [1727] = 391, - [1728] = 947, - [1729] = 901, - [1730] = 906, - [1731] = 917, - [1732] = 907, - [1733] = 955, - [1734] = 873, - [1735] = 863, - [1736] = 942, - [1737] = 905, - [1738] = 858, - [1739] = 883, - [1740] = 913, - [1741] = 946, - [1742] = 879, - [1743] = 941, - [1744] = 945, - [1745] = 871, - [1746] = 870, - [1747] = 904, - [1748] = 889, - [1749] = 893, - [1750] = 868, - [1751] = 860, - [1752] = 859, - [1753] = 849, - [1754] = 924, - [1755] = 923, - [1756] = 848, - [1757] = 902, - [1758] = 900, - [1759] = 872, - [1760] = 888, - [1761] = 927, - [1762] = 292, - [1763] = 236, - [1764] = 292, - [1765] = 353, - [1766] = 303, - [1767] = 373, - [1768] = 301, - [1769] = 367, - [1770] = 363, - [1771] = 354, - [1772] = 708, - [1773] = 311, - [1774] = 312, - [1775] = 908, - [1776] = 892, - [1777] = 236, - [1778] = 354, - [1779] = 363, - [1780] = 367, - [1781] = 373, - [1782] = 911, - [1783] = 569, - [1784] = 926, - [1785] = 303, - [1786] = 297, - [1787] = 521, - [1788] = 297, - [1789] = 1789, - [1790] = 301, - [1791] = 938, - [1792] = 937, - [1793] = 596, - [1794] = 312, - [1795] = 311, - [1796] = 353, - [1797] = 847, - [1798] = 870, - [1799] = 932, - [1800] = 872, - [1801] = 859, - [1802] = 951, - [1803] = 930, - [1804] = 920, - [1805] = 919, - [1806] = 936, - [1807] = 948, - [1808] = 931, - [1809] = 942, - [1810] = 326, - [1811] = 326, - [1812] = 929, - [1813] = 928, - [1814] = 925, - [1815] = 891, - [1816] = 297, - [1817] = 944, - [1818] = 947, - [1819] = 946, - [1820] = 367, - [1821] = 908, - [1822] = 918, - [1823] = 880, - [1824] = 875, - [1825] = 1825, - [1826] = 893, - [1827] = 878, - [1828] = 889, - [1829] = 897, - [1830] = 894, - [1831] = 881, - [1832] = 882, - [1833] = 885, - [1834] = 886, - [1835] = 869, - [1836] = 865, - [1837] = 856, - [1838] = 855, - [1839] = 852, - [1840] = 851, - [1841] = 922, - [1842] = 901, - [1843] = 906, - [1844] = 907, - [1845] = 955, - [1846] = 887, - [1847] = 905, - [1848] = 899, - [1849] = 903, - [1850] = 391, - [1851] = 390, - [1852] = 921, - [1853] = 904, - [1854] = 954, - [1855] = 883, - [1856] = 879, - [1857] = 557, - [1858] = 858, - [1859] = 877, - [1860] = 945, - [1861] = 953, - [1862] = 871, - [1863] = 864, - [1864] = 867, - [1865] = 853, - [1866] = 854, - [1867] = 861, - [1868] = 862, - [1869] = 391, - [1870] = 868, - [1871] = 866, - [1872] = 913, - [1873] = 860, - [1874] = 849, - [1875] = 884, - [1876] = 501, - [1877] = 924, - [1878] = 850, - [1879] = 923, - [1880] = 848, - [1881] = 857, - [1882] = 902, - [1883] = 890, - [1884] = 876, - [1885] = 915, - [1886] = 896, - [1887] = 898, - [1888] = 363, - [1889] = 873, - [1890] = 916, - [1891] = 952, - [1892] = 557, - [1893] = 874, - [1894] = 353, - [1895] = 956, - [1896] = 893, - [1897] = 889, - [1898] = 501, - [1899] = 303, - [1900] = 301, - [1901] = 943, - [1902] = 909, - [1903] = 312, - [1904] = 910, - [1905] = 912, - [1906] = 311, - [1907] = 940, - [1908] = 390, - [1909] = 939, - [1910] = 888, - [1911] = 863, - [1912] = 900, - [1913] = 941, - [1914] = 914, - [1915] = 917, - [1916] = 596, - [1917] = 326, - [1918] = 973, - [1919] = 521, - [1920] = 569, - [1921] = 326, - [1922] = 1922, - [1923] = 521, - [1924] = 569, - [1925] = 596, - [1926] = 326, - [1927] = 857, - [1928] = 940, - [1929] = 944, - [1930] = 945, - [1931] = 928, - [1932] = 947, - [1933] = 946, - [1934] = 954, - [1935] = 953, - [1936] = 925, - [1937] = 902, - [1938] = 900, - [1939] = 1939, - [1940] = 897, - [1941] = 894, - [1942] = 896, - [1943] = 952, - [1944] = 926, - [1945] = 941, - [1946] = 955, - [1947] = 917, - [1948] = 914, - [1949] = 937, - [1950] = 885, - [1951] = 918, - [1952] = 857, - [1953] = 928, - [1954] = 850, - [1955] = 873, - [1956] = 856, - [1957] = 912, - [1958] = 929, - [1959] = 910, - [1960] = 892, - [1961] = 909, - [1962] = 940, - [1963] = 869, - [1964] = 865, - [1965] = 858, - [1966] = 878, - [1967] = 916, - [1968] = 939, - [1969] = 855, - [1970] = 852, - [1971] = 881, - [1972] = 851, - [1973] = 942, - [1974] = 853, - [1975] = 861, - [1976] = 922, - [1977] = 943, - [1978] = 956, - [1979] = 867, - [1980] = 901, - [1981] = 858, - [1982] = 932, - [1983] = 882, - [1984] = 906, - [1985] = 915, - [1986] = 907, - [1987] = 936, - [1988] = 930, - [1989] = 955, - [1990] = 948, - [1991] = 894, - [1992] = 913, - [1993] = 920, - [1994] = 944, - [1995] = 897, - [1996] = 951, - [1997] = 936, - [1998] = 919, - [1999] = 863, - [2000] = 886, - [2001] = 942, - [2002] = 905, - [2003] = 887, - [2004] = 904, - [2005] = 899, - [2006] = 903, - [2007] = 889, - [2008] = 889, - [2009] = 893, - [2010] = 893, - [2011] = 929, - [2012] = 919, - [2013] = 901, - [2014] = 867, - [2015] = 945, - [2016] = 927, - [2017] = 853, - [2018] = 922, - [2019] = 883, - [2020] = 898, - [2021] = 879, - [2022] = 848, - [2023] = 891, - [2024] = 923, - [2025] = 918, - [2026] = 854, - [2027] = 931, - [2028] = 850, - [2029] = 864, - [2030] = 859, - [2031] = 920, - [2032] = 872, - [2033] = 921, - [2034] = 856, - [2035] = 877, - [2036] = 902, - [2037] = 873, - [2038] = 863, - [2039] = 874, - [2040] = 880, - [2041] = 875, - [2042] = 871, - [2043] = 849, - [2044] = 921, - [2045] = 924, - [2046] = 931, - [2047] = 862, - [2048] = 870, - [2049] = 892, - [2050] = 855, - [2051] = 868, - [2052] = 903, - [2053] = 899, - [2054] = 913, - [2055] = 887, - [2056] = 893, - [2057] = 925, - [2058] = 886, - [2059] = 882, - [2060] = 889, - [2061] = 854, - [2062] = 943, - [2063] = 883, - [2064] = 947, - [2065] = 885, - [2066] = 852, - [2067] = 909, - [2068] = 910, - [2069] = 912, - [2070] = 881, - [2071] = 2071, - [2072] = 876, - [2073] = 914, - [2074] = 917, - [2075] = 941, - [2076] = 952, - [2077] = 946, - [2078] = 889, - [2079] = 939, - [2080] = 893, - [2081] = 953, - [2082] = 954, - [2083] = 851, - [2084] = 900, - [2085] = 869, - [2086] = 865, - [2087] = 874, - [2088] = 864, - [2089] = 891, - [2090] = 888, - [2091] = 875, - [2092] = 880, - [2093] = 911, - [2094] = 2094, - [2095] = 861, - [2096] = 948, - [2097] = 862, - [2098] = 847, - [2099] = 908, - [2100] = 860, - [2101] = 847, - [2102] = 859, - [2103] = 888, - [2104] = 866, - [2105] = 872, - [2106] = 708, - [2107] = 892, - [2108] = 878, - [2109] = 884, - [2110] = 708, - [2111] = 866, - [2112] = 848, - [2113] = 923, - [2114] = 924, - [2115] = 849, - [2116] = 860, - [2117] = 868, - [2118] = 908, - [2119] = 876, - [2120] = 908, - [2121] = 908, - [2122] = 951, - [2123] = 870, - [2124] = 871, - [2125] = 877, - [2126] = 898, - [2127] = 896, - [2128] = 879, - [2129] = 708, - [2130] = 908, - [2131] = 890, - [2132] = 890, - [2133] = 932, - [2134] = 930, - [2135] = 904, - [2136] = 905, - [2137] = 884, - [2138] = 907, - [2139] = 915, - [2140] = 906, - [2141] = 916, - [2142] = 956, - [2143] = 938, - [2144] = 292, - [2145] = 2145, - [2146] = 354, - [2147] = 373, - [2148] = 391, - [2149] = 390, + [1592] = 864, + [1593] = 1593, + [1594] = 868, + [1595] = 834, + [1596] = 829, + [1597] = 714, + [1598] = 864, + [1599] = 868, + [1600] = 714, + [1601] = 829, + [1602] = 834, + [1603] = 1603, + [1604] = 829, + [1605] = 864, + [1606] = 868, + [1607] = 714, + [1608] = 829, + [1609] = 714, + [1610] = 834, + [1611] = 868, + [1612] = 834, + [1613] = 864, + [1614] = 279, + [1615] = 222, + [1616] = 256, + [1617] = 267, + [1618] = 258, + [1619] = 264, + [1620] = 263, + [1621] = 282, + [1622] = 227, + [1623] = 241, + [1624] = 293, + [1625] = 295, + [1626] = 229, + [1627] = 378, + [1628] = 426, + [1629] = 221, + [1630] = 410, + [1631] = 375, + [1632] = 518, + [1633] = 444, + [1634] = 394, + [1635] = 718, + [1636] = 835, + [1637] = 285, + [1638] = 555, + [1639] = 836, + [1640] = 720, + [1641] = 854, + [1642] = 713, + [1643] = 810, + [1644] = 406, + [1645] = 729, + [1646] = 861, + [1647] = 295, + [1648] = 743, + [1649] = 293, + [1650] = 931, + [1651] = 282, + [1652] = 730, + [1653] = 263, + [1654] = 732, + [1655] = 515, + [1656] = 1656, + [1657] = 395, + [1658] = 264, + [1659] = 543, + [1660] = 406, + [1661] = 241, + [1662] = 267, + [1663] = 227, + [1664] = 583, + [1665] = 229, + [1666] = 644, + [1667] = 662, + [1668] = 666, + [1669] = 733, + [1670] = 668, + [1671] = 258, + [1672] = 279, + [1673] = 399, + [1674] = 1656, + [1675] = 561, + [1676] = 654, + [1677] = 755, + [1678] = 760, + [1679] = 771, + [1680] = 772, + [1681] = 446, + [1682] = 845, + [1683] = 846, + [1684] = 1684, + [1685] = 853, + [1686] = 453, + [1687] = 860, + [1688] = 699, + [1689] = 426, + [1690] = 410, + [1691] = 931, + [1692] = 859, + [1693] = 753, + [1694] = 752, + [1695] = 735, + [1696] = 378, + [1697] = 375, + [1698] = 674, + [1699] = 673, + [1700] = 672, + [1701] = 671, + [1702] = 649, + [1703] = 646, + [1704] = 627, + [1705] = 671, + [1706] = 672, + [1707] = 395, + [1708] = 624, + [1709] = 616, + [1710] = 600, + [1711] = 597, + [1712] = 596, + [1713] = 592, + [1714] = 869, + [1715] = 585, + [1716] = 560, + [1717] = 553, + [1718] = 456, + [1719] = 448, + [1720] = 447, + [1721] = 945, + [1722] = 552, + [1723] = 702, + [1724] = 395, + [1725] = 942, + [1726] = 481, + [1727] = 464, + [1728] = 463, + [1729] = 462, + [1730] = 461, + [1731] = 758, + [1732] = 903, + [1733] = 898, + [1734] = 451, + [1735] = 450, + [1736] = 885, + [1737] = 783, + [1738] = 483, + [1739] = 491, + [1740] = 951, + [1741] = 814, + [1742] = 799, + [1743] = 795, + [1744] = 950, + [1745] = 506, + [1746] = 536, + [1747] = 538, + [1748] = 782, + [1749] = 776, + [1750] = 773, + [1751] = 949, + [1752] = 568, + [1753] = 648, + [1754] = 940, + [1755] = 693, + [1756] = 769, + [1757] = 721, + [1758] = 698, + [1759] = 610, + [1760] = 756, + [1761] = 399, + [1762] = 263, + [1763] = 227, + [1764] = 264, + [1765] = 229, + [1766] = 258, + [1767] = 279, + [1768] = 267, + [1769] = 282, + [1770] = 293, + [1771] = 295, + [1772] = 395, + [1773] = 931, + [1774] = 555, + [1775] = 221, + [1776] = 714, + [1777] = 264, + [1778] = 394, + [1779] = 221, + [1780] = 263, + [1781] = 279, + [1782] = 258, + [1783] = 267, + [1784] = 241, + [1785] = 282, + [1786] = 293, + [1787] = 229, + [1788] = 227, + [1789] = 295, + [1790] = 241, + [1791] = 829, + [1792] = 834, + [1793] = 444, + [1794] = 868, + [1795] = 1795, + [1796] = 864, + [1797] = 585, + [1798] = 942, + [1799] = 644, + [1800] = 662, + [1801] = 666, + [1802] = 668, + [1803] = 375, + [1804] = 378, + [1805] = 783, + [1806] = 945, + [1807] = 456, + [1808] = 861, + [1809] = 721, + [1810] = 713, + [1811] = 799, + [1812] = 718, + [1813] = 720, + [1814] = 860, + [1815] = 859, + [1816] = 853, + [1817] = 846, + [1818] = 845, + [1819] = 729, + [1820] = 446, + [1821] = 730, + [1822] = 772, + [1823] = 771, + [1824] = 760, + [1825] = 755, + [1826] = 753, + [1827] = 752, + [1828] = 735, + [1829] = 674, + [1830] = 673, + [1831] = 949, + [1832] = 732, + [1833] = 654, + [1834] = 649, + [1835] = 646, + [1836] = 624, + [1837] = 616, + [1838] = 600, + [1839] = 597, + [1840] = 596, + [1841] = 592, + [1842] = 733, + [1843] = 854, + [1844] = 561, + [1845] = 560, + [1846] = 553, + [1847] = 552, + [1848] = 885, + [1849] = 293, + [1850] = 481, + [1851] = 464, + [1852] = 795, + [1853] = 702, + [1854] = 463, + [1855] = 462, + [1856] = 461, + [1857] = 1857, + [1858] = 583, + [1859] = 295, + [1860] = 543, + [1861] = 743, + [1862] = 448, + [1863] = 814, + [1864] = 940, + [1865] = 453, + [1866] = 451, + [1867] = 450, + [1868] = 898, + [1869] = 515, + [1870] = 483, + [1871] = 491, + [1872] = 506, + [1873] = 536, + [1874] = 229, + [1875] = 538, + [1876] = 518, + [1877] = 627, + [1878] = 227, + [1879] = 568, + [1880] = 378, + [1881] = 648, + [1882] = 263, + [1883] = 693, + [1884] = 282, + [1885] = 285, + [1886] = 869, + [1887] = 698, + [1888] = 610, + [1889] = 426, + [1890] = 699, + [1891] = 756, + [1892] = 758, + [1893] = 836, + [1894] = 285, + [1895] = 279, + [1896] = 769, + [1897] = 426, + [1898] = 951, + [1899] = 447, + [1900] = 950, + [1901] = 903, + [1902] = 810, + [1903] = 671, + [1904] = 672, + [1905] = 835, + [1906] = 773, + [1907] = 410, + [1908] = 776, + [1909] = 671, + [1910] = 672, + [1911] = 410, + [1912] = 782, + [1913] = 931, + [1914] = 375, + [1915] = 267, + [1916] = 394, + [1917] = 969, + [1918] = 285, + [1919] = 285, + [1920] = 444, + [1921] = 285, + [1922] = 399, + [1923] = 394, + [1924] = 444, + [1925] = 399, + [1926] = 1926, + [1927] = 699, + [1928] = 885, + [1929] = 733, + [1930] = 743, + [1931] = 951, + [1932] = 950, + [1933] = 810, + [1934] = 835, + [1935] = 836, + [1936] = 854, + [1937] = 945, + [1938] = 949, + [1939] = 671, + [1940] = 729, + [1941] = 447, + [1942] = 672, + [1943] = 861, + [1944] = 940, + [1945] = 730, + [1946] = 732, + [1947] = 733, + [1948] = 743, + [1949] = 713, + [1950] = 951, + [1951] = 950, + [1952] = 810, + [1953] = 835, + [1954] = 555, + [1955] = 836, + [1956] = 671, + [1957] = 627, + [1958] = 672, + [1959] = 854, + [1960] = 949, + [1961] = 395, + [1962] = 555, + [1963] = 931, + [1964] = 861, + [1965] = 931, + [1966] = 940, + [1967] = 931, + [1968] = 518, + [1969] = 515, + [1970] = 718, + [1971] = 543, + [1972] = 720, + [1973] = 644, + [1974] = 662, + [1975] = 666, + [1976] = 668, + [1977] = 945, + [1978] = 713, + [1979] = 718, + [1980] = 720, + [1981] = 729, + [1982] = 730, + [1983] = 395, + [1984] = 583, + [1985] = 666, + [1986] = 662, + [1987] = 644, + [1988] = 583, + [1989] = 543, + [1990] = 668, + [1991] = 515, + [1992] = 447, + [1993] = 518, + [1994] = 853, + [1995] = 846, + [1996] = 772, + [1997] = 771, + [1998] = 760, + [1999] = 699, + [2000] = 561, + [2001] = 755, + [2002] = 753, + [2003] = 752, + [2004] = 674, + [2005] = 673, + [2006] = 869, + [2007] = 714, + [2008] = 671, + [2009] = 672, + [2010] = 450, + [2011] = 616, + [2012] = 600, + [2013] = 597, + [2014] = 596, + [2015] = 451, + [2016] = 560, + [2017] = 829, + [2018] = 834, + [2019] = 481, + [2020] = 864, + [2021] = 868, + [2022] = 536, + [2023] = 721, + [2024] = 538, + [2025] = 672, + [2026] = 456, + [2027] = 448, + [2028] = 702, + [2029] = 456, + [2030] = 721, + [2031] = 448, + [2032] = 942, + [2033] = 624, + [2034] = 395, + [2035] = 931, + [2036] = 903, + [2037] = 898, + [2038] = 732, + [2039] = 783, + [2040] = 814, + [2041] = 702, + [2042] = 931, + [2043] = 799, + [2044] = 795, + [2045] = 903, + [2046] = 898, + [2047] = 885, + [2048] = 483, + [2049] = 491, + [2050] = 506, + [2051] = 648, + [2052] = 536, + [2053] = 869, + [2054] = 942, + [2055] = 538, + [2056] = 758, + [2057] = 860, + [2058] = 859, + [2059] = 853, + [2060] = 846, + [2061] = 845, + [2062] = 783, + [2063] = 446, + [2064] = 772, + [2065] = 771, + [2066] = 760, + [2067] = 814, + [2068] = 799, + [2069] = 795, + [2070] = 755, + [2071] = 753, + [2072] = 752, + [2073] = 782, + [2074] = 776, + [2075] = 773, + [2076] = 769, + [2077] = 735, + [2078] = 568, + [2079] = 674, + [2080] = 671, + [2081] = 654, + [2082] = 453, + [2083] = 758, + [2084] = 756, + [2085] = 673, + [2086] = 610, + [2087] = 693, + [2088] = 654, + [2089] = 649, + [2090] = 860, + [2091] = 693, + [2092] = 649, + [2093] = 646, + [2094] = 648, + [2095] = 698, + [2096] = 627, + [2097] = 624, + [2098] = 616, + [2099] = 600, + [2100] = 859, + [2101] = 597, + [2102] = 596, + [2103] = 592, + [2104] = 845, + [2105] = 568, + [2106] = 769, + [2107] = 446, + [2108] = 735, + [2109] = 555, + [2110] = 585, + [2111] = 773, + [2112] = 506, + [2113] = 491, + [2114] = 483, + [2115] = 450, + [2116] = 451, + [2117] = 453, + [2118] = 561, + [2119] = 560, + [2120] = 553, + [2121] = 552, + [2122] = 610, + [2123] = 461, + [2124] = 462, + [2125] = 463, + [2126] = 776, + [2127] = 698, + [2128] = 464, + [2129] = 481, + [2130] = 782, + [2131] = 756, + [2132] = 646, + [2133] = 2133, + [2134] = 552, + [2135] = 553, + [2136] = 464, + [2137] = 585, + [2138] = 463, + [2139] = 592, + [2140] = 462, + [2141] = 461, + [2142] = 2142, + [2143] = 2143, + [2144] = 2144, + [2145] = 264, + [2146] = 241, + [2147] = 258, + [2148] = 375, + [2149] = 378, [2150] = 2150, - [2151] = 908, - [2152] = 2152, - [2153] = 557, - [2154] = 2154, - [2155] = 2155, - [2156] = 557, - [2157] = 501, - [2158] = 501, - [2159] = 521, - [2160] = 569, - [2161] = 2161, - [2162] = 2162, - [2163] = 501, - [2164] = 2164, - [2165] = 596, - [2166] = 557, - [2167] = 940, - [2168] = 882, - [2169] = 912, - [2170] = 943, - [2171] = 910, - [2172] = 915, - [2173] = 909, - [2174] = 956, - [2175] = 951, - [2176] = 2176, - [2177] = 857, - [2178] = 2178, - [2179] = 913, - [2180] = 936, - [2181] = 856, - [2182] = 952, - [2183] = 908, - [2184] = 898, - [2185] = 896, - [2186] = 292, - [2187] = 850, - [2188] = 914, - [2189] = 917, - [2190] = 941, - [2191] = 911, - [2192] = 890, - [2193] = 875, - [2194] = 367, - [2195] = 854, - [2196] = 953, - [2197] = 884, - [2198] = 954, - [2199] = 944, - [2200] = 942, - [2201] = 864, - [2202] = 891, - [2203] = 373, - [2204] = 880, - [2205] = 893, - [2206] = 874, - [2207] = 889, - [2208] = 853, - [2209] = 867, - [2210] = 866, - [2211] = 847, - [2212] = 862, - [2213] = 861, - [2214] = 938, - [2215] = 937, - [2216] = 927, - [2217] = 926, - [2218] = 2218, - [2219] = 888, - [2220] = 2220, - [2221] = 900, - [2222] = 948, - [2223] = 931, - [2224] = 902, - [2225] = 354, - [2226] = 919, - [2227] = 363, - [2228] = 848, - [2229] = 920, - [2230] = 945, - [2231] = 923, - [2232] = 873, - [2233] = 876, - [2234] = 312, - [2235] = 311, - [2236] = 301, - [2237] = 921, - [2238] = 303, - [2239] = 353, - [2240] = 903, - [2241] = 899, - [2242] = 887, - [2243] = 886, - [2244] = 916, - [2245] = 872, - [2246] = 881, - [2247] = 297, - [2248] = 878, - [2249] = 859, - [2250] = 930, - [2251] = 924, - [2252] = 849, - [2253] = 860, - [2254] = 929, - [2255] = 868, - [2256] = 932, - [2257] = 858, - [2258] = 2258, - [2259] = 870, - [2260] = 871, - [2261] = 877, - [2262] = 879, - [2263] = 883, - [2264] = 928, - [2265] = 904, - [2266] = 905, - [2267] = 863, - [2268] = 955, - [2269] = 907, - [2270] = 906, - [2271] = 901, - [2272] = 922, - [2273] = 851, - [2274] = 852, - [2275] = 855, - [2276] = 946, - [2277] = 947, - [2278] = 865, - [2279] = 925, - [2280] = 869, - [2281] = 885, - [2282] = 894, - [2283] = 897, - [2284] = 918, - [2285] = 939, - [2286] = 708, + [2151] = 444, + [2152] = 410, + [2153] = 426, + [2154] = 931, + [2155] = 426, + [2156] = 410, + [2157] = 394, + [2158] = 2158, + [2159] = 399, + [2160] = 864, + [2161] = 860, + [2162] = 752, + [2163] = 448, + [2164] = 735, + [2165] = 674, + [2166] = 673, + [2167] = 654, + [2168] = 649, + [2169] = 456, + [2170] = 2170, + [2171] = 624, + [2172] = 616, + [2173] = 263, + [2174] = 600, + [2175] = 279, + [2176] = 267, + [2177] = 282, + [2178] = 293, + [2179] = 295, + [2180] = 597, + [2181] = 596, + [2182] = 592, + [2183] = 585, + [2184] = 561, + [2185] = 560, + [2186] = 258, + [2187] = 945, + [2188] = 518, + [2189] = 515, + [2190] = 552, + [2191] = 771, + [2192] = 481, + [2193] = 464, + [2194] = 854, + [2195] = 543, + [2196] = 241, + [2197] = 859, + [2198] = 853, + [2199] = 463, + [2200] = 583, + [2201] = 462, + [2202] = 461, + [2203] = 845, + [2204] = 699, + [2205] = 410, + [2206] = 861, + [2207] = 931, + [2208] = 453, + [2209] = 2209, + [2210] = 451, + [2211] = 450, + [2212] = 644, + [2213] = 662, + [2214] = 666, + [2215] = 668, + [2216] = 483, + [2217] = 491, + [2218] = 506, + [2219] = 702, + [2220] = 536, + [2221] = 846, + [2222] = 538, + [2223] = 447, + [2224] = 2224, + [2225] = 721, + [2226] = 940, + [2227] = 755, + [2228] = 568, + [2229] = 760, + [2230] = 646, + [2231] = 753, + [2232] = 553, + [2233] = 836, + [2234] = 835, + [2235] = 2235, + [2236] = 648, + [2237] = 229, + [2238] = 672, + [2239] = 713, + [2240] = 671, + [2241] = 693, + [2242] = 718, + [2243] = 720, + [2244] = 729, + [2245] = 730, + [2246] = 732, + [2247] = 772, + [2248] = 733, + [2249] = 869, + [2250] = 743, + [2251] = 698, + [2252] = 446, + [2253] = 942, + [2254] = 903, + [2255] = 426, + [2256] = 810, + [2257] = 610, + [2258] = 756, + [2259] = 758, + [2260] = 227, + [2261] = 627, + [2262] = 868, + [2263] = 949, + [2264] = 2264, + [2265] = 769, + [2266] = 773, + [2267] = 776, + [2268] = 782, + [2269] = 264, + [2270] = 834, + [2271] = 829, + [2272] = 795, + [2273] = 799, + [2274] = 814, + [2275] = 783, + [2276] = 885, + [2277] = 898, + [2278] = 951, + [2279] = 950, + [2280] = 714, + [2281] = 227, + [2282] = 2282, + [2283] = 410, + [2284] = 378, + [2285] = 293, + [2286] = 229, [2287] = 2287, - [2288] = 2288, - [2289] = 311, - [2290] = 301, - [2291] = 363, - [2292] = 501, - [2293] = 303, - [2294] = 353, - [2295] = 297, - [2296] = 2296, - [2297] = 557, - [2298] = 391, - [2299] = 390, - [2300] = 2300, - [2301] = 367, - [2302] = 312, - [2303] = 892, - [2304] = 569, - [2305] = 312, - [2306] = 596, - [2307] = 326, - [2308] = 297, - [2309] = 292, - [2310] = 373, - [2311] = 367, - [2312] = 363, - [2313] = 353, - [2314] = 303, - [2315] = 301, - [2316] = 354, - [2317] = 2317, - [2318] = 521, - [2319] = 311, - [2320] = 944, - [2321] = 945, - [2322] = 948, - [2323] = 931, - [2324] = 854, - [2325] = 857, - [2326] = 856, - [2327] = 850, - [2328] = 2288, - [2329] = 2296, - [2330] = 879, - [2331] = 853, - [2332] = 929, - [2333] = 884, - [2334] = 390, - [2335] = 391, - [2336] = 859, - [2337] = 557, - [2338] = 872, - [2339] = 867, - [2340] = 876, - [2341] = 873, - [2342] = 936, - [2343] = 919, - [2344] = 928, - [2345] = 920, - [2346] = 925, - [2347] = 875, - [2348] = 930, - [2349] = 932, - [2350] = 913, - [2351] = 939, + [2288] = 295, + [2289] = 426, + [2290] = 375, + [2291] = 2291, + [2292] = 555, + [2293] = 282, + [2294] = 267, + [2295] = 279, + [2296] = 263, + [2297] = 2297, + [2298] = 2298, + [2299] = 2299, + [2300] = 395, + [2301] = 2301, + [2302] = 267, + [2303] = 285, + [2304] = 2304, + [2305] = 229, + [2306] = 227, + [2307] = 399, + [2308] = 258, + [2309] = 295, + [2310] = 293, + [2311] = 2311, + [2312] = 241, + [2313] = 2313, + [2314] = 282, + [2315] = 279, + [2316] = 264, + [2317] = 263, + [2318] = 394, + [2319] = 444, + [2320] = 931, + [2321] = 649, + [2322] = 732, + [2323] = 654, + [2324] = 671, + [2325] = 672, + [2326] = 673, + [2327] = 674, + [2328] = 735, + [2329] = 699, + [2330] = 375, + [2331] = 378, + [2332] = 752, + [2333] = 753, + [2334] = 755, + [2335] = 760, + [2336] = 771, + [2337] = 518, + [2338] = 515, + [2339] = 772, + [2340] = 845, + [2341] = 846, + [2342] = 853, + [2343] = 859, + [2344] = 543, + [2345] = 860, + [2346] = 426, + [2347] = 585, + [2348] = 583, + [2349] = 561, + [2350] = 560, + [2351] = 553, [2352] = 940, - [2353] = 915, - [2354] = 947, - [2355] = 946, - [2356] = 918, - [2357] = 897, - [2358] = 2358, - [2359] = 894, - [2360] = 893, - [2361] = 889, - [2362] = 885, - [2363] = 869, - [2364] = 865, - [2365] = 958, - [2366] = 858, - [2367] = 855, - [2368] = 501, - [2369] = 852, - [2370] = 851, - [2371] = 908, - [2372] = 922, - [2373] = 892, - [2374] = 878, - [2375] = 881, - [2376] = 901, - [2377] = 956, - [2378] = 882, - [2379] = 886, - [2380] = 887, - [2381] = 899, - [2382] = 906, - [2383] = 903, - [2384] = 907, - [2385] = 951, - [2386] = 955, - [2387] = 943, - [2388] = 908, - [2389] = 921, - [2390] = 864, - [2391] = 863, - [2392] = 905, - [2393] = 890, - [2394] = 904, - [2395] = 909, - [2396] = 874, - [2397] = 883, - [2398] = 910, - [2399] = 912, - [2400] = 914, - [2401] = 917, - [2402] = 941, - [2403] = 952, - [2404] = 953, - [2405] = 916, - [2406] = 708, - [2407] = 861, - [2408] = 954, - [2409] = 862, - [2410] = 847, - [2411] = 866, - [2412] = 877, - [2413] = 871, - [2414] = 870, - [2415] = 868, - [2416] = 942, - [2417] = 860, - [2418] = 849, - [2419] = 924, - [2420] = 923, - [2421] = 848, - [2422] = 902, - [2423] = 900, - [2424] = 896, - [2425] = 888, - [2426] = 880, - [2427] = 891, - [2428] = 898, - [2429] = 2429, - [2430] = 892, - [2431] = 2429, - [2432] = 708, - [2433] = 962, - [2434] = 297, - [2435] = 353, - [2436] = 303, - [2437] = 301, - [2438] = 311, - [2439] = 312, - [2440] = 2429, - [2441] = 2429, - [2442] = 2429, - [2443] = 596, - [2444] = 908, - [2445] = 708, - [2446] = 2429, - [2447] = 363, - [2448] = 367, - [2449] = 2429, - [2450] = 312, - [2451] = 311, - [2452] = 301, - [2453] = 2429, - [2454] = 2429, - [2455] = 367, - [2456] = 303, - [2457] = 521, - [2458] = 353, - [2459] = 2429, - [2460] = 569, - [2461] = 363, - [2462] = 2429, - [2463] = 2429, - [2464] = 2429, - [2465] = 892, - [2466] = 973, - [2467] = 297, - [2468] = 939, - [2469] = 869, - [2470] = 877, - [2471] = 871, - [2472] = 870, - [2473] = 868, - [2474] = 860, - [2475] = 849, - [2476] = 924, - [2477] = 923, - [2478] = 848, - [2479] = 874, - [2480] = 908, - [2481] = 981, - [2482] = 902, - [2483] = 900, - [2484] = 301, - [2485] = 980, - [2486] = 888, - [2487] = 979, - [2488] = 878, - [2489] = 354, - [2490] = 881, - [2491] = 978, - [2492] = 882, - [2493] = 363, - [2494] = 367, - [2495] = 928, - [2496] = 946, - [2497] = 947, - [2498] = 373, - [2499] = 886, - [2500] = 887, - [2501] = 303, - [2502] = 883, - [2503] = 899, - [2504] = 903, - [2505] = 880, - [2506] = 921, - [2507] = 925, - [2508] = 904, - [2509] = 905, - [2510] = 64, - [2511] = 864, - [2512] = 942, - [2513] = 66, - [2514] = 62, - [2515] = 863, - [2516] = 353, - [2517] = 297, - [2518] = 944, - [2519] = 945, - [2520] = 954, - [2521] = 312, - [2522] = 2522, - [2523] = 953, - [2524] = 952, + [2353] = 552, + [2354] = 2291, + [2355] = 446, + [2356] = 481, + [2357] = 596, + [2358] = 464, + [2359] = 597, + [2360] = 644, + [2361] = 662, + [2362] = 666, + [2363] = 668, + [2364] = 600, + [2365] = 463, + [2366] = 462, + [2367] = 861, + [2368] = 410, + [2369] = 461, + [2370] = 453, + [2371] = 2371, + [2372] = 451, + [2373] = 616, + [2374] = 730, + [2375] = 483, + [2376] = 491, + [2377] = 506, + [2378] = 536, + [2379] = 945, + [2380] = 538, + [2381] = 949, + [2382] = 2298, + [2383] = 854, + [2384] = 568, + [2385] = 592, + [2386] = 713, + [2387] = 555, + [2388] = 648, + [2389] = 718, + [2390] = 720, + [2391] = 729, + [2392] = 450, + [2393] = 646, + [2394] = 721, + [2395] = 733, + [2396] = 698, + [2397] = 743, + [2398] = 869, + [2399] = 610, + [2400] = 395, + [2401] = 756, + [2402] = 758, + [2403] = 769, + [2404] = 773, + [2405] = 456, + [2406] = 448, + [2407] = 693, + [2408] = 447, + [2409] = 702, + [2410] = 836, + [2411] = 776, + [2412] = 782, + [2413] = 835, + [2414] = 795, + [2415] = 799, + [2416] = 624, + [2417] = 627, + [2418] = 814, + [2419] = 783, + [2420] = 931, + [2421] = 885, + [2422] = 898, + [2423] = 903, + [2424] = 958, + [2425] = 951, + [2426] = 950, + [2427] = 942, + [2428] = 810, + [2429] = 555, + [2430] = 229, + [2431] = 2431, + [2432] = 395, + [2433] = 444, + [2434] = 2431, + [2435] = 2431, + [2436] = 2431, + [2437] = 295, + [2438] = 293, + [2439] = 282, + [2440] = 279, + [2441] = 263, + [2442] = 293, + [2443] = 2431, + [2444] = 267, + [2445] = 295, + [2446] = 931, + [2447] = 229, + [2448] = 2431, + [2449] = 263, + [2450] = 282, + [2451] = 2431, + [2452] = 2431, + [2453] = 267, + [2454] = 2431, + [2455] = 395, + [2456] = 2431, + [2457] = 399, + [2458] = 279, + [2459] = 555, + [2460] = 968, + [2461] = 969, + [2462] = 227, + [2463] = 227, + [2464] = 2431, + [2465] = 2431, + [2466] = 2431, + [2467] = 394, + [2468] = 672, + [2469] = 702, + [2470] = 662, + [2471] = 644, + [2472] = 783, + [2473] = 885, + [2474] = 671, + [2475] = 672, + [2476] = 898, + [2477] = 903, + [2478] = 957, + [2479] = 984, + [2480] = 985, + [2481] = 988, + [2482] = 983, + [2483] = 2483, + [2484] = 666, + [2485] = 942, + [2486] = 627, + [2487] = 931, + [2488] = 583, + [2489] = 860, + [2490] = 258, + [2491] = 395, + [2492] = 869, + [2493] = 543, + [2494] = 859, + [2495] = 229, + [2496] = 227, + [2497] = 853, + [2498] = 846, + [2499] = 845, + [2500] = 241, + [2501] = 555, + [2502] = 940, + [2503] = 515, + [2504] = 446, + [2505] = 518, + [2506] = 448, + [2507] = 456, + [2508] = 772, + [2509] = 771, + [2510] = 760, + [2511] = 2483, + [2512] = 755, + [2513] = 753, + [2514] = 721, + [2515] = 752, + [2516] = 735, + [2517] = 861, + [2518] = 674, + [2519] = 673, + [2520] = 654, + [2521] = 949, + [2522] = 649, + [2523] = 646, + [2524] = 854, [2525] = 2525, - [2526] = 941, - [2527] = 917, - [2528] = 914, - [2529] = 892, - [2530] = 912, - [2531] = 910, - [2532] = 955, - [2533] = 909, - [2534] = 861, - [2535] = 862, - [2536] = 847, - [2537] = 866, - [2538] = 858, - [2539] = 943, - [2540] = 956, - [2541] = 916, - [2542] = 893, - [2543] = 889, - [2544] = 915, - [2545] = 907, - [2546] = 929, - [2547] = 906, - [2548] = 913, - [2549] = 901, - [2550] = 884, - [2551] = 708, - [2552] = 2525, - [2553] = 922, - [2554] = 311, - [2555] = 851, - [2556] = 852, - [2557] = 873, - [2558] = 855, - [2559] = 292, - [2560] = 931, - [2561] = 957, - [2562] = 890, - [2563] = 908, - [2564] = 893, - [2565] = 865, - [2566] = 875, - [2567] = 889, - [2568] = 879, - [2569] = 896, - [2570] = 898, - [2571] = 876, - [2572] = 872, - [2573] = 948, - [2574] = 885, - [2575] = 894, - [2576] = 897, - [2577] = 936, - [2578] = 859, - [2579] = 918, - [2580] = 940, - [2581] = 857, - [2582] = 891, - [2583] = 932, - [2584] = 930, - [2585] = 856, - [2586] = 920, - [2587] = 919, - [2588] = 867, - [2589] = 951, - [2590] = 853, - [2591] = 854, - [2592] = 850, - [2593] = 297, - [2594] = 367, - [2595] = 312, - [2596] = 311, - [2597] = 363, - [2598] = 301, - [2599] = 367, - [2600] = 363, - [2601] = 303, - [2602] = 893, - [2603] = 889, - [2604] = 501, - [2605] = 958, - [2606] = 557, - [2607] = 353, - [2608] = 297, - [2609] = 312, - [2610] = 311, - [2611] = 391, - [2612] = 2612, - [2613] = 390, - [2614] = 301, - [2615] = 973, - [2616] = 303, - [2617] = 353, - [2618] = 958, - [2619] = 363, - [2620] = 367, - [2621] = 312, - [2622] = 311, - [2623] = 301, - [2624] = 303, - [2625] = 353, - [2626] = 297, - [2627] = 892, + [2526] = 624, + [2527] = 616, + [2528] = 600, + [2529] = 597, + [2530] = 592, + [2531] = 836, + [2532] = 668, + [2533] = 585, + [2534] = 835, + [2535] = 561, + [2536] = 560, + [2537] = 553, + [2538] = 552, + [2539] = 810, + [2540] = 481, + [2541] = 950, + [2542] = 951, + [2543] = 814, + [2544] = 799, + [2545] = 464, + [2546] = 463, + [2547] = 447, + [2548] = 462, + [2549] = 461, + [2550] = 453, + [2551] = 451, + [2552] = 450, + [2553] = 483, + [2554] = 491, + [2555] = 506, + [2556] = 536, + [2557] = 538, + [2558] = 568, + [2559] = 295, + [2560] = 795, + [2561] = 264, + [2562] = 782, + [2563] = 720, + [2564] = 776, + [2565] = 293, + [2566] = 282, + [2567] = 267, + [2568] = 773, + [2569] = 769, + [2570] = 279, + [2571] = 263, + [2572] = 743, + [2573] = 733, + [2574] = 732, + [2575] = 758, + [2576] = 730, + [2577] = 729, + [2578] = 596, + [2579] = 718, + [2580] = 648, + [2581] = 713, + [2582] = 693, + [2583] = 698, + [2584] = 699, + [2585] = 931, + [2586] = 945, + [2587] = 610, + [2588] = 671, + [2589] = 756, + [2590] = 282, + [2591] = 267, + [2592] = 375, + [2593] = 958, + [2594] = 62, + [2595] = 64, + [2596] = 378, + [2597] = 65, + [2598] = 295, + [2599] = 293, + [2600] = 2600, + [2601] = 282, + [2602] = 267, + [2603] = 229, + [2604] = 279, + [2605] = 263, + [2606] = 969, + [2607] = 426, + [2608] = 229, + [2609] = 227, + [2610] = 410, + [2611] = 671, + [2612] = 672, + [2613] = 263, + [2614] = 958, + [2615] = 279, + [2616] = 267, + [2617] = 282, + [2618] = 229, + [2619] = 293, + [2620] = 295, + [2621] = 227, + [2622] = 295, + [2623] = 293, + [2624] = 263, + [2625] = 279, + [2626] = 227, + [2627] = 2627, [2628] = 2628, [2629] = 2629, - [2630] = 2628, - [2631] = 2631, - [2632] = 2632, - [2633] = 973, - [2634] = 2628, - [2635] = 521, - [2636] = 326, - [2637] = 2632, - [2638] = 2632, - [2639] = 2628, - [2640] = 2632, - [2641] = 2628, - [2642] = 2628, - [2643] = 2632, - [2644] = 2632, - [2645] = 2628, - [2646] = 326, - [2647] = 908, - [2648] = 2628, - [2649] = 2649, - [2650] = 2632, + [2630] = 2630, + [2631] = 931, + [2632] = 2630, + [2633] = 969, + [2634] = 2627, + [2635] = 2635, + [2636] = 285, + [2637] = 285, + [2638] = 2630, + [2639] = 2630, + [2640] = 2627, + [2641] = 2627, + [2642] = 399, + [2643] = 395, + [2644] = 555, + [2645] = 2630, + [2646] = 285, + [2647] = 2627, + [2648] = 2627, + [2649] = 444, + [2650] = 2630, [2651] = 2651, - [2652] = 2632, - [2653] = 2653, - [2654] = 2628, - [2655] = 569, - [2656] = 2632, - [2657] = 596, - [2658] = 2632, - [2659] = 2628, - [2660] = 2628, - [2661] = 2632, - [2662] = 2632, - [2663] = 326, - [2664] = 708, - [2665] = 2628, - [2666] = 2628, - [2667] = 897, - [2668] = 2668, - [2669] = 873, - [2670] = 875, - [2671] = 942, - [2672] = 864, + [2652] = 2652, + [2653] = 2627, + [2654] = 2630, + [2655] = 2630, + [2656] = 2630, + [2657] = 2630, + [2658] = 2627, + [2659] = 2627, + [2660] = 2627, + [2661] = 2630, + [2662] = 2627, + [2663] = 2630, + [2664] = 2630, + [2665] = 394, + [2666] = 2627, + [2667] = 506, + [2668] = 285, + [2669] = 2669, + [2670] = 553, + [2671] = 552, + [2672] = 2672, [2673] = 2673, - [2674] = 859, - [2675] = 2673, + [2674] = 2672, + [2675] = 295, [2676] = 2676, - [2677] = 2677, - [2678] = 2673, - [2679] = 2676, - [2680] = 2668, - [2681] = 2677, - [2682] = 913, - [2683] = 892, - [2684] = 900, - [2685] = 2677, - [2686] = 902, - [2687] = 943, - [2688] = 2668, - [2689] = 909, - [2690] = 883, - [2691] = 2691, - [2692] = 863, - [2693] = 955, - [2694] = 910, - [2695] = 2677, - [2696] = 901, - [2697] = 922, - [2698] = 851, - [2699] = 852, - [2700] = 855, - [2701] = 912, - [2702] = 2677, - [2703] = 2673, - [2704] = 914, - [2705] = 894, - [2706] = 2706, - [2707] = 2668, - [2708] = 917, - [2709] = 940, - [2710] = 939, - [2711] = 932, - [2712] = 930, - [2713] = 920, - [2714] = 919, - [2715] = 2676, - [2716] = 854, - [2717] = 850, - [2718] = 941, - [2719] = 326, - [2720] = 952, - [2721] = 953, - [2722] = 954, - [2723] = 898, - [2724] = 896, - [2725] = 874, - [2726] = 891, - [2727] = 880, - [2728] = 363, - [2729] = 890, - [2730] = 367, - [2731] = 888, - [2732] = 391, - [2733] = 390, - [2734] = 884, - [2735] = 2668, - [2736] = 2673, - [2737] = 866, - [2738] = 847, - [2739] = 862, - [2740] = 861, - [2741] = 945, - [2742] = 2676, - [2743] = 2677, - [2744] = 921, - [2745] = 2676, - [2746] = 903, - [2747] = 899, - [2748] = 887, - [2749] = 886, - [2750] = 882, - [2751] = 892, - [2752] = 881, - [2753] = 2676, - [2754] = 878, - [2755] = 2755, - [2756] = 557, - [2757] = 2668, - [2758] = 501, - [2759] = 946, - [2760] = 947, - [2761] = 925, - [2762] = 2673, - [2763] = 2673, - [2764] = 928, - [2765] = 929, - [2766] = 858, - [2767] = 931, - [2768] = 948, - [2769] = 2668, - [2770] = 956, - [2771] = 936, - [2772] = 916, - [2773] = 915, - [2774] = 951, - [2775] = 848, - [2776] = 708, + [2677] = 2672, + [2678] = 2669, + [2679] = 555, + [2680] = 538, + [2681] = 2681, + [2682] = 536, + [2683] = 2672, + [2684] = 646, + [2685] = 464, + [2686] = 463, + [2687] = 462, + [2688] = 461, + [2689] = 649, + [2690] = 481, + [2691] = 2669, + [2692] = 2681, + [2693] = 453, + [2694] = 560, + [2695] = 561, + [2696] = 451, + [2697] = 450, + [2698] = 596, + [2699] = 597, + [2700] = 600, + [2701] = 616, + [2702] = 624, + [2703] = 654, + [2704] = 483, + [2705] = 491, + [2706] = 2672, + [2707] = 673, + [2708] = 674, + [2709] = 735, + [2710] = 410, + [2711] = 752, + [2712] = 753, + [2713] = 755, + [2714] = 760, + [2715] = 771, + [2716] = 772, + [2717] = 2669, + [2718] = 846, + [2719] = 853, + [2720] = 555, + [2721] = 2672, + [2722] = 2672, + [2723] = 2681, + [2724] = 2672, + [2725] = 2672, + [2726] = 2672, + [2727] = 699, + [2728] = 568, + [2729] = 2729, + [2730] = 2681, + [2731] = 2681, + [2732] = 446, + [2733] = 2733, + [2734] = 721, + [2735] = 2669, + [2736] = 375, + [2737] = 378, + [2738] = 845, + [2739] = 2681, + [2740] = 859, + [2741] = 860, + [2742] = 648, + [2743] = 2629, + [2744] = 2672, + [2745] = 2681, + [2746] = 2672, + [2747] = 693, + [2748] = 2669, + [2749] = 448, + [2750] = 698, + [2751] = 2751, + [2752] = 263, + [2753] = 279, + [2754] = 293, + [2755] = 267, + [2756] = 2669, + [2757] = 2669, + [2758] = 282, + [2759] = 282, + [2760] = 2760, + [2761] = 267, + [2762] = 984, + [2763] = 279, + [2764] = 610, + [2765] = 756, + [2766] = 758, + [2767] = 263, + [2768] = 627, + [2769] = 293, + [2770] = 295, + [2771] = 592, + [2772] = 2669, + [2773] = 769, + [2774] = 773, + [2775] = 776, + [2776] = 782, [2777] = 2777, - [2778] = 923, - [2779] = 924, - [2780] = 849, - [2781] = 860, - [2782] = 868, - [2783] = 2673, - [2784] = 2676, - [2785] = 2668, - [2786] = 708, - [2787] = 870, - [2788] = 2677, - [2789] = 871, - [2790] = 877, - [2791] = 879, - [2792] = 2677, - [2793] = 2668, - [2794] = 2677, - [2795] = 876, - [2796] = 872, - [2797] = 2668, - [2798] = 2673, - [2799] = 2676, - [2800] = 904, - [2801] = 905, - [2802] = 2802, - [2803] = 857, - [2804] = 856, - [2805] = 297, - [2806] = 2677, - [2807] = 853, - [2808] = 2653, - [2809] = 2809, - [2810] = 353, - [2811] = 2668, - [2812] = 2812, - [2813] = 303, - [2814] = 867, - [2815] = 312, - [2816] = 301, - [2817] = 892, - [2818] = 2676, - [2819] = 311, - [2820] = 312, - [2821] = 311, - [2822] = 908, - [2823] = 2676, - [2824] = 944, - [2825] = 918, - [2826] = 907, - [2827] = 708, - [2828] = 2676, - [2829] = 301, - [2830] = 2677, - [2831] = 303, - [2832] = 981, - [2833] = 353, - [2834] = 297, - [2835] = 908, - [2836] = 908, - [2837] = 906, - [2838] = 2838, - [2839] = 2677, - [2840] = 2673, - [2841] = 885, - [2842] = 2673, - [2843] = 869, - [2844] = 892, - [2845] = 865, - [2846] = 708, - [2847] = 363, - [2848] = 367, - [2849] = 2676, + [2778] = 518, + [2779] = 515, + [2780] = 395, + [2781] = 2681, + [2782] = 543, + [2783] = 583, + [2784] = 585, + [2785] = 229, + [2786] = 644, + [2787] = 662, + [2788] = 666, + [2789] = 668, + [2790] = 945, + [2791] = 227, + [2792] = 447, + [2793] = 713, + [2794] = 718, + [2795] = 720, + [2796] = 729, + [2797] = 730, + [2798] = 732, + [2799] = 733, + [2800] = 743, + [2801] = 795, + [2802] = 951, + [2803] = 950, + [2804] = 810, + [2805] = 835, + [2806] = 836, + [2807] = 854, + [2808] = 949, + [2809] = 799, + [2810] = 814, + [2811] = 861, + [2812] = 940, + [2813] = 395, + [2814] = 783, + [2815] = 456, + [2816] = 555, + [2817] = 2817, + [2818] = 942, + [2819] = 2681, + [2820] = 426, + [2821] = 2669, + [2822] = 2681, + [2823] = 555, + [2824] = 2681, + [2825] = 931, + [2826] = 885, + [2827] = 898, + [2828] = 395, + [2829] = 869, + [2830] = 702, + [2831] = 903, + [2832] = 2669, + [2833] = 931, + [2834] = 931, + [2835] = 395, + [2836] = 2669, + [2837] = 2672, + [2838] = 227, + [2839] = 229, + [2840] = 2681, + [2841] = 2841, + [2842] = 2841, + [2843] = 2843, + [2844] = 2844, + [2845] = 2845, + [2846] = 1288, + [2847] = 671, + [2848] = 672, + [2849] = 2844, [2850] = 2850, - [2851] = 2677, - [2852] = 2676, - [2853] = 2676, - [2854] = 2854, - [2855] = 2673, - [2856] = 2668, - [2857] = 596, - [2858] = 2858, + [2851] = 2841, + [2852] = 2844, + [2853] = 2844, + [2854] = 2841, + [2855] = 2841, + [2856] = 2841, + [2857] = 2844, + [2858] = 2844, [2859] = 2859, - [2860] = 2858, - [2861] = 2858, - [2862] = 2862, - [2863] = 2858, - [2864] = 1293, - [2865] = 2858, + [2860] = 2860, + [2861] = 2844, + [2862] = 394, + [2863] = 1926, + [2864] = 2844, + [2865] = 2841, [2866] = 2866, - [2867] = 569, - [2868] = 2858, - [2869] = 1922, - [2870] = 2859, - [2871] = 2858, - [2872] = 2872, - [2873] = 2858, - [2874] = 2874, - [2875] = 2858, - [2876] = 2876, - [2877] = 2858, - [2878] = 2858, - [2879] = 893, - [2880] = 2858, - [2881] = 889, - [2882] = 2859, - [2883] = 2858, - [2884] = 864, - [2885] = 942, - [2886] = 894, - [2887] = 2887, - [2888] = 64, - [2889] = 2889, - [2890] = 872, - [2891] = 855, - [2892] = 2889, - [2893] = 852, - [2894] = 851, - [2895] = 64, - [2896] = 2889, - [2897] = 897, - [2898] = 66, - [2899] = 2889, - [2900] = 2145, - [2901] = 2889, - [2902] = 876, - [2903] = 858, - [2904] = 940, - [2905] = 939, - [2906] = 2889, - [2907] = 930, - [2908] = 922, - [2909] = 901, - [2910] = 920, - [2911] = 955, - [2912] = 62, - [2913] = 863, - [2914] = 883, - [2915] = 915, - [2916] = 2889, - [2917] = 2889, - [2918] = 902, - [2919] = 919, - [2920] = 2889, - [2921] = 854, - [2922] = 900, - [2923] = 62, - [2924] = 66, - [2925] = 2889, - [2926] = 944, - [2927] = 850, - [2928] = 932, - [2929] = 2889, - [2930] = 2889, - [2931] = 2889, - [2932] = 916, - [2933] = 956, - [2934] = 2934, - [2935] = 1345, - [2936] = 2936, - [2937] = 1345, - [2938] = 1388, - [2939] = 1345, - [2940] = 1292, - [2941] = 1292, - [2942] = 1345, - [2943] = 2936, - [2944] = 2934, - [2945] = 2934, - [2946] = 1388, - [2947] = 1388, - [2948] = 1345, - [2949] = 1292, - [2950] = 1292, - [2951] = 1388, - [2952] = 1345, - [2953] = 1292, - [2954] = 1388, - [2955] = 2934, - [2956] = 2936, - [2957] = 1345, - [2958] = 1292, - [2959] = 1388, - [2960] = 1345, - [2961] = 1292, - [2962] = 1292, - [2963] = 2934, - [2964] = 1388, - [2965] = 2934, - [2966] = 2936, - [2967] = 1345, - [2968] = 1388, - [2969] = 1292, - [2970] = 1292, - [2971] = 1345, - [2972] = 1388, - [2973] = 2934, - [2974] = 2936, - [2975] = 2934, - [2976] = 1292, - [2977] = 1388, - [2978] = 1345, - [2979] = 2936, - [2980] = 1292, - [2981] = 2936, - [2982] = 1388, - [2983] = 1388, - [2984] = 1388, - [2985] = 1388, - [2986] = 1292, - [2987] = 2934, - [2988] = 2936, - [2989] = 2936, - [2990] = 2934, - [2991] = 2934, - [2992] = 2936, - [2993] = 1345, - [2994] = 2936, - [2995] = 1292, - [2996] = 1345, - [2997] = 1292, - [2998] = 1388, - [2999] = 1345, - [3000] = 1292, - [3001] = 1388, - [3002] = 2934, - [3003] = 1345, - [3004] = 1345, - [3005] = 2936, + [2867] = 2841, + [2868] = 2841, + [2869] = 2841, + [2870] = 2870, + [2871] = 2871, + [2872] = 2860, + [2873] = 399, + [2874] = 2844, + [2875] = 2841, + [2876] = 2844, + [2877] = 2841, + [2878] = 2844, + [2879] = 2844, + [2880] = 2841, + [2881] = 2860, + [2882] = 2841, + [2883] = 2844, + [2884] = 2884, + [2885] = 2884, + [2886] = 561, + [2887] = 2884, + [2888] = 2884, + [2889] = 674, + [2890] = 616, + [2891] = 2884, + [2892] = 627, + [2893] = 64, + [2894] = 673, + [2895] = 597, + [2896] = 600, + [2897] = 538, + [2898] = 752, + [2899] = 753, + [2900] = 755, + [2901] = 760, + [2902] = 771, + [2903] = 596, + [2904] = 2144, + [2905] = 2884, + [2906] = 448, + [2907] = 62, + [2908] = 772, + [2909] = 65, + [2910] = 456, + [2911] = 846, + [2912] = 2884, + [2913] = 2884, + [2914] = 2884, + [2915] = 853, + [2916] = 624, + [2917] = 2884, + [2918] = 898, + [2919] = 885, + [2920] = 610, + [2921] = 2884, + [2922] = 560, + [2923] = 536, + [2924] = 869, + [2925] = 2884, + [2926] = 2884, + [2927] = 903, + [2928] = 481, + [2929] = 698, + [2930] = 2930, + [2931] = 2930, + [2932] = 1306, + [2933] = 1312, + [2934] = 1306, + [2935] = 1306, + [2936] = 1312, + [2937] = 1296, + [2938] = 1296, + [2939] = 1296, + [2940] = 1306, + [2941] = 1296, + [2942] = 1312, + [2943] = 2930, + [2944] = 1296, + [2945] = 1306, + [2946] = 1296, + [2947] = 1312, + [2948] = 2948, + [2949] = 1312, + [2950] = 1296, + [2951] = 2948, + [2952] = 2930, + [2953] = 2930, + [2954] = 1306, + [2955] = 1312, + [2956] = 1306, + [2957] = 2948, + [2958] = 1296, + [2959] = 1312, + [2960] = 2948, + [2961] = 2930, + [2962] = 1312, + [2963] = 1312, + [2964] = 1296, + [2965] = 62, + [2966] = 2948, + [2967] = 2948, + [2968] = 2968, + [2969] = 2948, + [2970] = 1306, + [2971] = 2930, + [2972] = 65, + [2973] = 64, + [2974] = 2948, + [2975] = 1296, + [2976] = 1312, + [2977] = 1306, + [2978] = 2930, + [2979] = 2930, + [2980] = 2948, + [2981] = 2948, + [2982] = 1312, + [2983] = 1306, + [2984] = 1296, + [2985] = 2930, + [2986] = 1306, + [2987] = 1312, + [2988] = 1296, + [2989] = 1306, + [2990] = 1306, + [2991] = 1312, + [2992] = 1296, + [2993] = 1296, + [2994] = 2930, + [2995] = 2930, + [2996] = 2948, + [2997] = 1296, + [2998] = 1312, + [2999] = 1306, + [3000] = 1312, + [3001] = 2948, + [3002] = 1312, + [3003] = 1296, + [3004] = 1306, + [3005] = 1306, [3006] = 3006, [3007] = 3006, [3008] = 3008, [3009] = 3009, - [3010] = 3010, + [3010] = 3009, [3011] = 3011, - [3012] = 3011, - [3013] = 3013, - [3014] = 3013, - [3015] = 3015, - [3016] = 3011, + [3012] = 3008, + [3013] = 3009, + [3014] = 3014, + [3015] = 3009, + [3016] = 3016, [3017] = 3017, - [3018] = 3013, - [3019] = 3011, - [3020] = 3013, - [3021] = 3011, - [3022] = 3013, - [3023] = 3013, - [3024] = 3024, - [3025] = 3025, - [3026] = 3011, - [3027] = 3011, - [3028] = 3013, - [3029] = 3013, - [3030] = 3013, - [3031] = 3031, - [3032] = 3011, - [3033] = 3013, - [3034] = 3013, - [3035] = 3013, - [3036] = 3011, - [3037] = 3037, - [3038] = 3011, - [3039] = 3011, - [3040] = 3011, - [3041] = 3011, - [3042] = 3011, - [3043] = 1589, - [3044] = 3013, - [3045] = 3013, + [3018] = 3009, + [3019] = 3019, + [3020] = 3008, + [3021] = 3021, + [3022] = 3008, + [3023] = 3008, + [3024] = 3008, + [3025] = 3009, + [3026] = 3008, + [3027] = 3009, + [3028] = 3008, + [3029] = 1590, + [3030] = 3008, + [3031] = 3009, + [3032] = 3032, + [3033] = 3009, + [3034] = 3009, + [3035] = 3008, + [3036] = 3008, + [3037] = 3009, + [3038] = 3009, + [3039] = 3039, + [3040] = 3009, + [3041] = 3009, + [3042] = 3009, + [3043] = 3008, + [3044] = 3008, + [3045] = 3008, [3046] = 3046, - [3047] = 3046, + [3047] = 3008, [3048] = 3048, [3049] = 3049, [3050] = 3050, - [3051] = 3048, + [3051] = 3051, [3052] = 3052, [3053] = 3049, - [3054] = 3052, + [3054] = 3054, [3055] = 3055, [3056] = 3056, - [3057] = 3049, - [3058] = 3046, - [3059] = 3056, + [3057] = 3057, + [3058] = 3048, + [3059] = 3059, [3060] = 3060, - [3061] = 3048, - [3062] = 3052, - [3063] = 3050, - [3064] = 3048, - [3065] = 3055, - [3066] = 3066, - [3067] = 3055, - [3068] = 3068, - [3069] = 3060, - [3070] = 3046, - [3071] = 3060, - [3072] = 3072, - [3073] = 3073, - [3074] = 3068, - [3075] = 3052, - [3076] = 3073, - [3077] = 3072, - [3078] = 3055, - [3079] = 3052, - [3080] = 3048, - [3081] = 3081, - [3082] = 3073, - [3083] = 3046, - [3084] = 3084, - [3085] = 3068, - [3086] = 3056, - [3087] = 3060, - [3088] = 3088, - [3089] = 3089, - [3090] = 3081, - [3091] = 3081, - [3092] = 3066, - [3093] = 3089, - [3094] = 3068, - [3095] = 3049, - [3096] = 3055, - [3097] = 3081, - [3098] = 3060, + [3061] = 3055, + [3062] = 3048, + [3063] = 3057, + [3064] = 3064, + [3065] = 3060, + [3066] = 3051, + [3067] = 3059, + [3068] = 3048, + [3069] = 3057, + [3070] = 3070, + [3071] = 3071, + [3072] = 3051, + [3073] = 3057, + [3074] = 3074, + [3075] = 3070, + [3076] = 3060, + [3077] = 3077, + [3078] = 3078, + [3079] = 3050, + [3080] = 3051, + [3081] = 3056, + [3082] = 3049, + [3083] = 3056, + [3084] = 3050, + [3085] = 3055, + [3086] = 3055, + [3087] = 3048, + [3088] = 3049, + [3089] = 3049, + [3090] = 3059, + [3091] = 3056, + [3092] = 3056, + [3093] = 3052, + [3094] = 3059, + [3095] = 3052, + [3096] = 3096, + [3097] = 3049, + [3098] = 3055, [3099] = 3060, - [3100] = 3081, - [3101] = 3055, - [3102] = 3049, - [3103] = 3073, - [3104] = 3066, - [3105] = 3048, - [3106] = 3072, - [3107] = 3049, - [3108] = 3088, - [3109] = 3072, - [3110] = 3068, - [3111] = 3050, - [3112] = 3084, - [3113] = 3052, - [3114] = 3046, - [3115] = 3056, - [3116] = 3066, - [3117] = 3066, - [3118] = 3046, - [3119] = 3052, + [3100] = 3049, + [3101] = 3051, + [3102] = 3051, + [3103] = 3074, + [3104] = 3104, + [3105] = 3050, + [3106] = 3070, + [3107] = 3064, + [3108] = 3050, + [3109] = 3052, + [3110] = 3055, + [3111] = 3070, + [3112] = 3056, + [3113] = 3048, + [3114] = 3074, + [3115] = 3059, + [3116] = 3116, + [3117] = 3052, + [3118] = 3071, + [3119] = 3064, [3120] = 3048, - [3121] = 3073, - [3122] = 3122, - [3123] = 3068, - [3124] = 3056, - [3125] = 3081, + [3121] = 3057, + [3122] = 3051, + [3123] = 3050, + [3124] = 3070, + [3125] = 3060, [3126] = 3060, - [3127] = 3073, - [3128] = 3073, - [3129] = 3056, - [3130] = 3049, - [3131] = 3046, - [3132] = 3050, - [3133] = 3048, - [3134] = 3049, - [3135] = 3084, + [3127] = 3060, + [3128] = 3128, + [3129] = 3071, + [3130] = 3060, + [3131] = 3060, + [3132] = 3057, + [3133] = 3056, + [3134] = 3074, + [3135] = 3071, [3136] = 3055, - [3137] = 3088, - [3138] = 3089, - [3139] = 3060, - [3140] = 3056, - [3141] = 3066, - [3142] = 3073, - [3143] = 3072, - [3144] = 3052, - [3145] = 3068, - [3146] = 3081, + [3137] = 3064, + [3138] = 3060, + [3139] = 3056, + [3140] = 3049, + [3141] = 3055, + [3142] = 3051, + [3143] = 3056, + [3144] = 3049, + [3145] = 3051, + [3146] = 3055, [3147] = 3049, - [3148] = 3055, - [3149] = 3046, - [3150] = 3068, - [3151] = 3066, - [3152] = 3060, - [3153] = 3055, - [3154] = 3049, - [3155] = 3055, - [3156] = 3060, - [3157] = 3157, - [3158] = 3084, - [3159] = 3055, - [3160] = 3060, - [3161] = 3049, - [3162] = 3162, - [3163] = 3056, - [3164] = 3049, - [3165] = 3073, - [3166] = 3052, - [3167] = 3048, - [3168] = 3052, - [3169] = 3046, - [3170] = 3052, - [3171] = 3046, - [3172] = 3048, - [3173] = 3072, - [3174] = 3072, - [3175] = 3088, + [3148] = 3050, + [3149] = 3050, + [3150] = 3077, + [3151] = 3078, + [3152] = 3070, + [3153] = 3057, + [3154] = 3070, + [3155] = 3060, + [3156] = 3156, + [3157] = 3048, + [3158] = 3077, + [3159] = 3078, + [3160] = 3059, + [3161] = 3059, + [3162] = 3048, + [3163] = 3077, + [3164] = 3078, + [3165] = 3077, + [3166] = 3070, + [3167] = 3050, + [3168] = 3078, + [3169] = 3060, + [3170] = 3077, + [3171] = 3051, + [3172] = 3057, + [3173] = 3049, + [3174] = 3055, + [3175] = 3070, [3176] = 3050, - [3177] = 3089, - [3178] = 3084, - [3179] = 3088, - [3180] = 3084, - [3181] = 3073, - [3182] = 3056, - [3183] = 3066, - [3184] = 3073, - [3185] = 3072, - [3186] = 3046, - [3187] = 3081, - [3188] = 3056, - [3189] = 3088, - [3190] = 3089, - [3191] = 3068, - [3192] = 3060, - [3193] = 3048, - [3194] = 3052, - [3195] = 3055, - [3196] = 3073, - [3197] = 3084, - [3198] = 3050, - [3199] = 3049, - [3200] = 3088, - [3201] = 3089, - [3202] = 3162, - [3203] = 3055, - [3204] = 3072, - [3205] = 3046, - [3206] = 3068, - [3207] = 3055, - [3208] = 3089, - [3209] = 3066, - [3210] = 3089, - [3211] = 3048, - [3212] = 3052, - [3213] = 3088, - [3214] = 3081, - [3215] = 3084, - [3216] = 3066, - [3217] = 3048, - [3218] = 3060, - [3219] = 3052, - [3220] = 3066, - [3221] = 3050, - [3222] = 3068, - [3223] = 3072, - [3224] = 3056, - [3225] = 3046, - [3226] = 3048, - [3227] = 3068, - [3228] = 3068, - [3229] = 3073, - [3230] = 3052, - [3231] = 3048, - [3232] = 3068, - [3233] = 3052, - [3234] = 3049, - [3235] = 3081, - [3236] = 3050, - [3237] = 3055, - [3238] = 3056, - [3239] = 3239, - [3240] = 3060, - [3241] = 3052, - [3242] = 3073, - [3243] = 3050, - [3244] = 3072, - [3245] = 3089, - [3246] = 3048, - [3247] = 3088, - [3248] = 3066, - [3249] = 3066, - [3250] = 3084, - [3251] = 3056, - [3252] = 3073, - [3253] = 3072, - [3254] = 3254, - [3255] = 3046, - [3256] = 3081, - [3257] = 3081, - [3258] = 3258, - [3259] = 3048, - [3260] = 3052, - [3261] = 3072, - [3262] = 3056, - [3263] = 3089, - [3264] = 3088, - [3265] = 3072, - [3266] = 3066, - [3267] = 3162, - [3268] = 3072, - [3269] = 3056, - [3270] = 3084, - [3271] = 3271, - [3272] = 3048, - [3273] = 3052, - [3274] = 3052, - [3275] = 3048, - [3276] = 3081, - [3277] = 3048, - [3278] = 3060, - [3279] = 3084, - [3280] = 3055, - [3281] = 3088, - [3282] = 3089, - [3283] = 3049, - [3284] = 3050, - [3285] = 3049, - [3286] = 3081, - [3287] = 3052, - [3288] = 3050, - [3289] = 3048, - [3290] = 3048, - [3291] = 3050, - [3292] = 3292, - [3293] = 3060, - [3294] = 3050, - [3295] = 3068, - [3296] = 3066, - [3297] = 3046, - [3298] = 3052, - [3299] = 3066, - [3300] = 3081, - [3301] = 3050, - [3302] = 3072, - [3303] = 3073, - [3304] = 3304, - [3305] = 3084, - [3306] = 3068, + [3177] = 3051, + [3178] = 3178, + [3179] = 3078, + [3180] = 3056, + [3181] = 3064, + [3182] = 3057, + [3183] = 3052, + [3184] = 3048, + [3185] = 3059, + [3186] = 3059, + [3187] = 3060, + [3188] = 3057, + [3189] = 3189, + [3190] = 3071, + [3191] = 3050, + [3192] = 3051, + [3193] = 3056, + [3194] = 3055, + [3195] = 3064, + [3196] = 3074, + [3197] = 3071, + [3198] = 3128, + [3199] = 3048, + [3200] = 3104, + [3201] = 3074, + [3202] = 3059, + [3203] = 3078, + [3204] = 3074, + [3205] = 3077, + [3206] = 3071, + [3207] = 3064, + [3208] = 3052, + [3209] = 3060, + [3210] = 3049, + [3211] = 3050, + [3212] = 3055, + [3213] = 3056, + [3214] = 3070, + [3215] = 3051, + [3216] = 3077, + [3217] = 3078, + [3218] = 3052, + [3219] = 3050, + [3220] = 3070, + [3221] = 3070, + [3222] = 3050, + [3223] = 3052, + [3224] = 3051, + [3225] = 3059, + [3226] = 3049, + [3227] = 3070, + [3228] = 3057, + [3229] = 3074, + [3230] = 3230, + [3231] = 3055, + [3232] = 3071, + [3233] = 3064, + [3234] = 3077, + [3235] = 3052, + [3236] = 3055, + [3237] = 3049, + [3238] = 3078, + [3239] = 3055, + [3240] = 3057, + [3241] = 3056, + [3242] = 3052, + [3243] = 3049, + [3244] = 3048, + [3245] = 3052, + [3246] = 3057, + [3247] = 3056, + [3248] = 3064, + [3249] = 3074, + [3250] = 3071, + [3251] = 3071, + [3252] = 3064, + [3253] = 3078, + [3254] = 3051, + [3255] = 3050, + [3256] = 3070, + [3257] = 3059, + [3258] = 3078, + [3259] = 3077, + [3260] = 3077, + [3261] = 3074, + [3262] = 3048, + [3263] = 3077, + [3264] = 3078, + [3265] = 3128, + [3266] = 3051, + [3267] = 3050, + [3268] = 3104, + [3269] = 3077, + [3270] = 3078, + [3271] = 3070, + [3272] = 3078, + [3273] = 3077, + [3274] = 3057, + [3275] = 3059, + [3276] = 3048, + [3277] = 3057, + [3278] = 3064, + [3279] = 3071, + [3280] = 3060, + [3281] = 3060, + [3282] = 3048, + [3283] = 3074, + [3284] = 3048, + [3285] = 3052, + [3286] = 3078, + [3287] = 3077, + [3288] = 3077, + [3289] = 3078, + [3290] = 3077, + [3291] = 3052, + [3292] = 3059, + [3293] = 3078, + [3294] = 3294, + [3295] = 3074, + [3296] = 3078, + [3297] = 3077, + [3298] = 3057, + [3299] = 3078, + [3300] = 3077, + [3301] = 3071, + [3302] = 3052, + [3303] = 3064, + [3304] = 3056, + [3305] = 3055, + [3306] = 3049, [3307] = 3056, - [3308] = 3088, - [3309] = 3089, - [3310] = 3081, - [3311] = 3311, - [3312] = 3311, - [3313] = 3311, - [3314] = 3314, - [3315] = 3311, - [3316] = 3311, + [3308] = 3078, + [3309] = 3077, + [3310] = 3059, + [3311] = 3077, + [3312] = 3078, + [3313] = 3070, + [3314] = 3077, + [3315] = 3059, + [3316] = 3078, [3317] = 3317, - [3318] = 3311, - [3319] = 3311, + [3318] = 3318, + [3319] = 3318, [3320] = 3320, - [3321] = 3311, - [3322] = 3311, - [3323] = 3311, - [3324] = 3311, - [3325] = 3325, - [3326] = 3311, - [3327] = 3327, - [3328] = 938, - [3329] = 937, - [3330] = 927, - [3331] = 926, - [3332] = 911, - [3333] = 1122, - [3334] = 927, - [3335] = 938, - [3336] = 937, - [3337] = 3337, - [3338] = 3338, - [3339] = 3339, - [3340] = 911, - [3341] = 3341, - [3342] = 926, - [3343] = 1428, - [3344] = 3344, - [3345] = 1122, + [3321] = 3318, + [3322] = 3318, + [3323] = 3323, + [3324] = 3318, + [3325] = 3318, + [3326] = 3326, + [3327] = 3318, + [3328] = 3318, + [3329] = 3318, + [3330] = 3318, + [3331] = 3318, + [3332] = 3318, + [3333] = 3333, + [3334] = 864, + [3335] = 829, + [3336] = 714, + [3337] = 868, + [3338] = 834, + [3339] = 1123, + [3340] = 864, + [3341] = 834, + [3342] = 829, + [3343] = 714, + [3344] = 868, + [3345] = 3345, [3346] = 3346, - [3347] = 1122, - [3348] = 2162, - [3349] = 1422, - [3350] = 1416, + [3347] = 3347, + [3348] = 3348, + [3349] = 3349, + [3350] = 1434, [3351] = 3351, - [3352] = 3352, - [3353] = 3352, - [3354] = 3352, + [3352] = 1123, + [3353] = 2209, + [3354] = 1123, [3355] = 3355, - [3356] = 2258, - [3357] = 3352, - [3358] = 2287, - [3359] = 3359, - [3360] = 2300, - [3361] = 3361, + [3356] = 1422, + [3357] = 3355, + [3358] = 3355, + [3359] = 2282, + [3360] = 3360, + [3361] = 3355, [3362] = 3362, - [3363] = 3363, + [3363] = 1420, [3364] = 3364, [3365] = 3365, - [3366] = 3366, - [3367] = 3367, - [3368] = 3367, + [3366] = 950, + [3367] = 444, + [3368] = 951, [3369] = 3369, - [3370] = 3367, - [3371] = 3369, - [3372] = 3369, - [3373] = 3367, + [3370] = 2304, + [3371] = 2311, + [3372] = 931, + [3373] = 3373, [3374] = 3374, - [3375] = 3369, - [3376] = 3367, - [3377] = 3367, - [3378] = 908, - [3379] = 3369, - [3380] = 3366, - [3381] = 3367, - [3382] = 3366, - [3383] = 3369, - [3384] = 3369, - [3385] = 3369, - [3386] = 3369, - [3387] = 3367, - [3388] = 3367, - [3389] = 521, - [3390] = 3369, - [3391] = 3367, - [3392] = 3367, + [3375] = 3375, + [3376] = 3375, + [3377] = 3374, + [3378] = 3375, + [3379] = 3375, + [3380] = 3375, + [3381] = 3374, + [3382] = 3374, + [3383] = 3374, + [3384] = 3374, + [3385] = 3375, + [3386] = 3386, + [3387] = 3375, + [3388] = 3374, + [3389] = 3389, + [3390] = 3390, + [3391] = 3391, + [3392] = 3375, [3393] = 3393, - [3394] = 3366, - [3395] = 3369, - [3396] = 3369, - [3397] = 3397, - [3398] = 3398, - [3399] = 3369, - [3400] = 3400, - [3401] = 3401, - [3402] = 3402, - [3403] = 3367, - [3404] = 946, - [3405] = 3405, - [3406] = 3367, - [3407] = 947, - [3408] = 3369, - [3409] = 3367, - [3410] = 948, - [3411] = 3411, - [3412] = 945, - [3413] = 3413, - [3414] = 951, - [3415] = 3415, - [3416] = 3416, - [3417] = 3417, - [3418] = 881, - [3419] = 862, - [3420] = 884, - [3421] = 921, - [3422] = 928, + [3394] = 3394, + [3395] = 3395, + [3396] = 3374, + [3397] = 3375, + [3398] = 3374, + [3399] = 3399, + [3400] = 3386, + [3401] = 3375, + [3402] = 3386, + [3403] = 3374, + [3404] = 3374, + [3405] = 3374, + [3406] = 3406, + [3407] = 3375, + [3408] = 3408, + [3409] = 3375, + [3410] = 3374, + [3411] = 3386, + [3412] = 3412, + [3413] = 3375, + [3414] = 3374, + [3415] = 3375, + [3416] = 3374, + [3417] = 3375, + [3418] = 945, + [3419] = 3419, + [3420] = 949, + [3421] = 3421, + [3422] = 940, [3423] = 3423, [3424] = 3424, - [3425] = 861, - [3426] = 931, - [3427] = 887, - [3428] = 890, - [3429] = 929, - [3430] = 936, - [3431] = 886, - [3432] = 3432, - [3433] = 847, - [3434] = 903, - [3435] = 866, - [3436] = 882, - [3437] = 925, - [3438] = 896, - [3439] = 878, - [3440] = 899, - [3441] = 3441, - [3442] = 898, - [3443] = 3443, - [3444] = 3444, - [3445] = 3445, + [3425] = 3425, + [3426] = 3426, + [3427] = 662, + [3428] = 3428, + [3429] = 810, + [3430] = 836, + [3431] = 835, + [3432] = 644, + [3433] = 515, + [3434] = 666, + [3435] = 668, + [3436] = 3436, + [3437] = 543, + [3438] = 713, + [3439] = 854, + [3440] = 3440, + [3441] = 732, + [3442] = 730, + [3443] = 743, + [3444] = 583, + [3445] = 733, [3446] = 3446, - [3447] = 3446, - [3448] = 874, - [3449] = 3446, - [3450] = 3450, - [3451] = 3446, - [3452] = 3446, - [3453] = 3446, - [3454] = 3446, - [3455] = 3446, - [3456] = 3446, - [3457] = 3446, - [3458] = 3458, - [3459] = 3446, - [3460] = 3446, - [3461] = 3461, - [3462] = 3462, - [3463] = 3463, + [3447] = 861, + [3448] = 718, + [3449] = 518, + [3450] = 720, + [3451] = 729, + [3452] = 3452, + [3453] = 3453, + [3454] = 3454, + [3455] = 3454, + [3456] = 3456, + [3457] = 3454, + [3458] = 3454, + [3459] = 3459, + [3460] = 3454, + [3461] = 3454, + [3462] = 3454, + [3463] = 3454, [3464] = 3464, - [3465] = 3465, + [3465] = 699, [3466] = 3466, - [3467] = 3467, - [3468] = 3468, - [3469] = 3469, + [3467] = 3454, + [3468] = 3454, + [3469] = 3454, [3470] = 3470, - [3471] = 3471, + [3471] = 3454, [3472] = 3472, [3473] = 3473, [3474] = 3474, [3475] = 3475, - [3476] = 3476, + [3476] = 444, [3477] = 3477, [3478] = 3478, [3479] = 3479, @@ -6821,1256 +6821,1327 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3482] = 3482, [3483] = 3483, [3484] = 3484, - [3485] = 3485, - [3486] = 3485, + [3485] = 931, + [3486] = 3486, [3487] = 3487, [3488] = 3488, - [3489] = 3485, - [3490] = 3487, - [3491] = 3484, - [3492] = 3484, - [3493] = 3487, - [3494] = 3485, - [3495] = 3487, + [3489] = 3489, + [3490] = 3490, + [3491] = 3491, + [3492] = 3492, + [3493] = 3493, + [3494] = 3494, + [3495] = 3494, [3496] = 3496, - [3497] = 3484, - [3498] = 3485, + [3497] = 3494, + [3498] = 3498, [3499] = 3499, - [3500] = 3500, - [3501] = 3484, - [3502] = 3502, - [3503] = 3487, - [3504] = 3484, - [3505] = 3484, - [3506] = 3506, - [3507] = 3487, - [3508] = 3484, - [3509] = 3487, + [3500] = 3499, + [3501] = 3494, + [3502] = 951, + [3503] = 3503, + [3504] = 3504, + [3505] = 3505, + [3506] = 3499, + [3507] = 3505, + [3508] = 3508, + [3509] = 3494, [3510] = 3510, - [3511] = 3487, - [3512] = 3485, - [3513] = 3487, - [3514] = 3487, - [3515] = 3515, - [3516] = 3485, - [3517] = 3517, - [3518] = 3485, - [3519] = 3485, - [3520] = 3485, + [3511] = 3511, + [3512] = 950, + [3513] = 3505, + [3514] = 3514, + [3515] = 3494, + [3516] = 3505, + [3517] = 3505, + [3518] = 3494, + [3519] = 3519, + [3520] = 3520, [3521] = 3521, - [3522] = 3522, - [3523] = 3484, - [3524] = 3484, - [3525] = 3487, + [3522] = 3499, + [3523] = 3505, + [3524] = 3524, + [3525] = 3499, [3526] = 3526, - [3527] = 3485, - [3528] = 3528, - [3529] = 3529, - [3530] = 3530, - [3531] = 3485, - [3532] = 3484, + [3527] = 3505, + [3528] = 3494, + [3529] = 3499, + [3530] = 3494, + [3531] = 3499, + [3532] = 3499, [3533] = 3533, [3534] = 3534, - [3535] = 3535, - [3536] = 3536, - [3537] = 3487, - [3538] = 3484, - [3539] = 3539, - [3540] = 3540, - [3541] = 3541, - [3542] = 3542, - [3543] = 3540, + [3535] = 3499, + [3536] = 3505, + [3537] = 3505, + [3538] = 3494, + [3539] = 3499, + [3540] = 3499, + [3541] = 3499, + [3542] = 3494, + [3543] = 3505, [3544] = 3544, - [3545] = 3542, + [3545] = 3545, [3546] = 3546, - [3547] = 3547, - [3548] = 3548, - [3549] = 3539, - [3550] = 1422, + [3547] = 3505, + [3548] = 3505, + [3549] = 3549, + [3550] = 3494, [3551] = 3551, - [3552] = 3551, - [3553] = 3548, - [3554] = 3542, - [3555] = 3547, - [3556] = 3546, - [3557] = 3544, - [3558] = 3551, - [3559] = 3559, - [3560] = 3548, - [3561] = 3561, - [3562] = 3547, - [3563] = 3546, - [3564] = 3540, - [3565] = 3539, - [3566] = 1421, - [3567] = 908, - [3568] = 3568, - [3569] = 1424, - [3570] = 3570, + [3552] = 3552, + [3553] = 3553, + [3554] = 3554, + [3555] = 3555, + [3556] = 3554, + [3557] = 3553, + [3558] = 3555, + [3559] = 3553, + [3560] = 3554, + [3561] = 3552, + [3562] = 3562, + [3563] = 3563, + [3564] = 3564, + [3565] = 3565, + [3566] = 3555, + [3567] = 3553, + [3568] = 3554, + [3569] = 3562, + [3570] = 3563, [3571] = 3571, - [3572] = 3540, - [3573] = 3546, - [3574] = 3547, - [3575] = 3548, - [3576] = 3551, - [3577] = 3539, - [3578] = 3540, - [3579] = 3544, - [3580] = 3542, - [3581] = 521, - [3582] = 3546, - [3583] = 3551, - [3584] = 3547, - [3585] = 3546, - [3586] = 3547, - [3587] = 3548, - [3588] = 3551, - [3589] = 3540, - [3590] = 3548, - [3591] = 3548, - [3592] = 3551, - [3593] = 3542, - [3594] = 3539, - [3595] = 3544, - [3596] = 3544, - [3597] = 3539, - [3598] = 3544, - [3599] = 3542, - [3600] = 3539, - [3601] = 3539, - [3602] = 3540, - [3603] = 3544, - [3604] = 3542, - [3605] = 3540, - [3606] = 3544, - [3607] = 3542, - [3608] = 3544, - [3609] = 3540, - [3610] = 3539, - [3611] = 3542, - [3612] = 3547, - [3613] = 3542, - [3614] = 3544, - [3615] = 3540, - [3616] = 3539, - [3617] = 3551, - [3618] = 3548, - [3619] = 3547, - [3620] = 3546, - [3621] = 3546, - [3622] = 3622, - [3623] = 3551, - [3624] = 3548, - [3625] = 3547, - [3626] = 3626, - [3627] = 3546, - [3628] = 3628, - [3629] = 3551, - [3630] = 3548, - [3631] = 3539, - [3632] = 3540, - [3633] = 3547, - [3634] = 3544, - [3635] = 3542, - [3636] = 1455, - [3637] = 3546, - [3638] = 1446, - [3639] = 3639, - [3640] = 1416, - [3641] = 3551, - [3642] = 3548, - [3643] = 3547, - [3644] = 3546, - [3645] = 3539, - [3646] = 3540, - [3647] = 3544, - [3648] = 3542, - [3649] = 3546, - [3650] = 3547, - [3651] = 3548, - [3652] = 3551, - [3653] = 3653, - [3654] = 3654, - [3655] = 3655, - [3656] = 3656, - [3657] = 3657, - [3658] = 3657, - [3659] = 3659, - [3660] = 3660, - [3661] = 3661, - [3662] = 3662, - [3663] = 3663, - [3664] = 3664, - [3665] = 1428, + [3572] = 3572, + [3573] = 3564, + [3574] = 3565, + [3575] = 3564, + [3576] = 3565, + [3577] = 3563, + [3578] = 3562, + [3579] = 3565, + [3580] = 3564, + [3581] = 3581, + [3582] = 3582, + [3583] = 3552, + [3584] = 3552, + [3585] = 1422, + [3586] = 3562, + [3587] = 3552, + [3588] = 3555, + [3589] = 3562, + [3590] = 3555, + [3591] = 3563, + [3592] = 1423, + [3593] = 3564, + [3594] = 3553, + [3595] = 3553, + [3596] = 3596, + [3597] = 949, + [3598] = 3565, + [3599] = 3552, + [3600] = 3563, + [3601] = 3601, + [3602] = 3564, + [3603] = 3565, + [3604] = 3604, + [3605] = 3552, + [3606] = 3555, + [3607] = 3607, + [3608] = 3555, + [3609] = 3553, + [3610] = 3554, + [3611] = 3562, + [3612] = 3554, + [3613] = 3563, + [3614] = 3553, + [3615] = 3555, + [3616] = 3564, + [3617] = 3565, + [3618] = 3552, + [3619] = 3619, + [3620] = 1426, + [3621] = 1432, + [3622] = 1433, + [3623] = 3554, + [3624] = 3553, + [3625] = 3565, + [3626] = 3564, + [3627] = 3563, + [3628] = 3562, + [3629] = 3555, + [3630] = 940, + [3631] = 3565, + [3632] = 3562, + [3633] = 3563, + [3634] = 3564, + [3635] = 3552, + [3636] = 3564, + [3637] = 3565, + [3638] = 1420, + [3639] = 3565, + [3640] = 3563, + [3641] = 3564, + [3642] = 3642, + [3643] = 3554, + [3644] = 3553, + [3645] = 3562, + [3646] = 3555, + [3647] = 3552, + [3648] = 3562, + [3649] = 3563, + [3650] = 3564, + [3651] = 3565, + [3652] = 3563, + [3653] = 3562, + [3654] = 3552, + [3655] = 3555, + [3656] = 3553, + [3657] = 3554, + [3658] = 3554, + [3659] = 3552, + [3660] = 3555, + [3661] = 3553, + [3662] = 3554, + [3663] = 3562, + [3664] = 3554, + [3665] = 3563, [3666] = 3666, - [3667] = 3667, + [3667] = 713, [3668] = 3668, - [3669] = 3669, + [3669] = 1434, [3670] = 3670, - [3671] = 3671, + [3671] = 836, [3672] = 3672, [3673] = 3673, [3674] = 3674, - [3675] = 3675, - [3676] = 3676, + [3675] = 518, + [3676] = 515, [3677] = 3677, - [3678] = 3678, + [3678] = 835, [3679] = 3679, - [3680] = 3661, + [3680] = 3680, [3681] = 3681, [3682] = 3682, - [3683] = 3683, - [3684] = 3684, + [3683] = 854, + [3684] = 810, [3685] = 3685, [3686] = 3686, [3687] = 3687, [3688] = 3688, - [3689] = 3689, + [3689] = 543, [3690] = 3690, [3691] = 3691, [3692] = 3692, [3693] = 3693, [3694] = 3694, [3695] = 3695, - [3696] = 1554, - [3697] = 1555, - [3698] = 1558, - [3699] = 3695, - [3700] = 3687, - [3701] = 3695, - [3702] = 1559, - [3703] = 3703, - [3704] = 1562, - [3705] = 3695, - [3706] = 3706, - [3707] = 3703, - [3708] = 3687, + [3696] = 583, + [3697] = 3677, + [3698] = 3698, + [3699] = 3699, + [3700] = 3672, + [3701] = 743, + [3702] = 733, + [3703] = 732, + [3704] = 730, + [3705] = 729, + [3706] = 720, + [3707] = 718, + [3708] = 3708, [3709] = 3709, - [3710] = 3710, - [3711] = 3690, - [3712] = 1567, - [3713] = 3709, - [3714] = 3688, + [3710] = 945, + [3711] = 3711, + [3712] = 666, + [3713] = 668, + [3714] = 3714, [3715] = 3715, - [3716] = 3695, - [3717] = 3709, - [3718] = 1498, - [3719] = 3688, - [3720] = 3690, - [3721] = 3687, - [3722] = 3695, + [3716] = 861, + [3717] = 644, + [3718] = 662, + [3719] = 3719, + [3720] = 3720, + [3721] = 3721, + [3722] = 1564, [3723] = 3723, - [3724] = 3724, + [3724] = 1551, [3725] = 3725, - [3726] = 3706, + [3726] = 3726, [3727] = 3727, - [3728] = 3728, - [3729] = 3687, - [3730] = 3709, - [3731] = 1531, - [3732] = 3703, - [3733] = 3687, - [3734] = 1560, - [3735] = 1541, - [3736] = 1538, - [3737] = 3737, - [3738] = 3738, - [3739] = 3695, - [3740] = 3740, - [3741] = 3709, - [3742] = 3742, - [3743] = 3695, - [3744] = 3687, - [3745] = 3709, - [3746] = 3695, - [3747] = 3690, - [3748] = 3688, - [3749] = 3749, - [3750] = 3750, - [3751] = 1529, - [3752] = 3752, - [3753] = 3753, - [3754] = 3687, - [3755] = 3706, - [3756] = 3706, - [3757] = 3757, - [3758] = 3709, - [3759] = 3759, - [3760] = 3690, - [3761] = 3688, - [3762] = 3690, - [3763] = 3688, - [3764] = 3690, - [3765] = 1523, - [3766] = 1522, - [3767] = 1519, - [3768] = 1565, - [3769] = 3703, - [3770] = 3703, - [3771] = 3771, - [3772] = 3706, - [3773] = 3703, - [3774] = 3774, - [3775] = 3688, - [3776] = 3776, - [3777] = 3703, - [3778] = 3687, - [3779] = 3706, + [3728] = 3727, + [3729] = 1545, + [3730] = 3730, + [3731] = 3731, + [3732] = 3732, + [3733] = 3733, + [3734] = 3734, + [3735] = 1544, + [3736] = 1543, + [3737] = 1539, + [3738] = 3726, + [3739] = 1536, + [3740] = 1523, + [3741] = 1518, + [3742] = 3730, + [3743] = 1496, + [3744] = 3726, + [3745] = 3730, + [3746] = 3746, + [3747] = 3732, + [3748] = 3726, + [3749] = 3727, + [3750] = 3732, + [3751] = 3727, + [3752] = 1585, + [3753] = 3730, + [3754] = 3726, + [3755] = 1574, + [3756] = 3730, + [3757] = 3726, + [3758] = 3758, + [3759] = 3730, + [3760] = 3726, + [3761] = 3721, + [3762] = 3762, + [3763] = 3730, + [3764] = 3764, + [3765] = 3726, + [3766] = 3723, + [3767] = 3727, + [3768] = 3768, + [3769] = 3769, + [3770] = 3770, + [3771] = 3730, + [3772] = 3772, + [3773] = 3773, + [3774] = 3727, + [3775] = 3775, + [3776] = 3726, + [3777] = 3723, + [3778] = 3778, + [3779] = 3730, [3780] = 3780, - [3781] = 3703, - [3782] = 3782, + [3781] = 3726, + [3782] = 3732, [3783] = 3783, - [3784] = 3695, - [3785] = 3706, - [3786] = 3706, + [3784] = 3723, + [3785] = 3785, + [3786] = 3730, [3787] = 3787, - [3788] = 3709, - [3789] = 3709, - [3790] = 3703, - [3791] = 3688, - [3792] = 3690, - [3793] = 3793, - [3794] = 3695, - [3795] = 3795, - [3796] = 1557, - [3797] = 3797, - [3798] = 3687, - [3799] = 3799, - [3800] = 3800, - [3801] = 3688, - [3802] = 3690, - [3803] = 3803, + [3788] = 1579, + [3789] = 3789, + [3790] = 3730, + [3791] = 1582, + [3792] = 3792, + [3793] = 1488, + [3794] = 1580, + [3795] = 3730, + [3796] = 3721, + [3797] = 3764, + [3798] = 3721, + [3799] = 3764, + [3800] = 3726, + [3801] = 3721, + [3802] = 3723, + [3803] = 3727, [3804] = 3804, - [3805] = 3706, - [3806] = 3806, - [3807] = 3709, - [3808] = 3709, - [3809] = 1493, - [3810] = 3690, - [3811] = 3703, + [3805] = 1565, + [3806] = 3764, + [3807] = 3764, + [3808] = 3808, + [3809] = 3732, + [3810] = 3721, + [3811] = 3811, [3812] = 3812, [3813] = 3813, - [3814] = 3709, + [3814] = 3732, [3815] = 3815, - [3816] = 3816, - [3817] = 3706, - [3818] = 3818, - [3819] = 3688, + [3816] = 3723, + [3817] = 3817, + [3818] = 3723, + [3819] = 3819, [3820] = 3820, - [3821] = 3709, + [3821] = 3727, [3822] = 3822, - [3823] = 3823, + [3823] = 3732, [3824] = 3824, [3825] = 3825, - [3826] = 3826, - [3827] = 3827, - [3828] = 3774, - [3829] = 3703, - [3830] = 3709, - [3831] = 3690, - [3832] = 3706, - [3833] = 3709, - [3834] = 3688, - [3835] = 3835, - [3836] = 3687, - [3837] = 3695, - [3838] = 3838, - [3839] = 3706, - [3840] = 3840, - [3841] = 3706, - [3842] = 3771, - [3843] = 3690, + [3826] = 3820, + [3827] = 3732, + [3828] = 3828, + [3829] = 3787, + [3830] = 3830, + [3831] = 3732, + [3832] = 3764, + [3833] = 3833, + [3834] = 3834, + [3835] = 3723, + [3836] = 3764, + [3837] = 3721, + [3838] = 3726, + [3839] = 3764, + [3840] = 3721, + [3841] = 3841, + [3842] = 3842, + [3843] = 3843, [3844] = 3844, - [3845] = 3703, - [3846] = 3688, - [3847] = 3688, - [3848] = 3690, - [3849] = 3849, - [3850] = 3687, - [3851] = 3709, - [3852] = 3776, - [3853] = 3853, - [3854] = 3854, - [3855] = 3855, + [3845] = 3723, + [3846] = 3846, + [3847] = 3732, + [3848] = 3848, + [3849] = 3727, + [3850] = 3846, + [3851] = 3851, + [3852] = 3732, + [3853] = 3723, + [3854] = 3764, + [3855] = 3721, [3856] = 3856, [3857] = 3857, - [3858] = 3858, - [3859] = 3856, - [3860] = 3854, + [3858] = 3732, + [3859] = 3732, + [3860] = 3860, [3861] = 3861, [3862] = 3862, - [3863] = 3856, - [3864] = 3864, - [3865] = 3864, - [3866] = 3854, - [3867] = 874, - [3868] = 3854, - [3869] = 3864, - [3870] = 3864, - [3871] = 3871, - [3872] = 3872, - [3873] = 3861, - [3874] = 3874, - [3875] = 3875, - [3876] = 3861, - [3877] = 3877, - [3878] = 1421, - [3879] = 3879, - [3880] = 3880, - [3881] = 3881, + [3863] = 3723, + [3864] = 3723, + [3865] = 3764, + [3866] = 3721, + [3867] = 3867, + [3868] = 3721, + [3869] = 3764, + [3870] = 3870, + [3871] = 3732, + [3872] = 3723, + [3873] = 3873, + [3874] = 3727, + [3875] = 1584, + [3876] = 3732, + [3877] = 3727, + [3878] = 3878, + [3879] = 3721, + [3880] = 3764, + [3881] = 3727, [3882] = 3882, [3883] = 3883, - [3884] = 3884, + [3884] = 3721, [3885] = 3885, - [3886] = 3886, - [3887] = 3871, + [3886] = 3732, + [3887] = 3764, [3888] = 3888, - [3889] = 3874, - [3890] = 3862, - [3891] = 3875, + [3889] = 3889, + [3890] = 3890, + [3891] = 3891, [3892] = 3892, - [3893] = 3888, - [3894] = 1422, - [3895] = 3858, - [3896] = 3881, - [3897] = 3864, - [3898] = 3881, - [3899] = 3886, - [3900] = 3883, - [3901] = 3875, - [3902] = 3864, + [3893] = 3893, + [3894] = 3893, + [3895] = 699, + [3896] = 1423, + [3897] = 3897, + [3898] = 3898, + [3899] = 3893, + [3900] = 3891, + [3901] = 1426, + [3902] = 3902, [3903] = 3903, - [3904] = 3888, - [3905] = 3874, - [3906] = 3871, + [3904] = 3893, + [3905] = 3905, + [3906] = 3892, [3907] = 3907, - [3908] = 3883, - [3909] = 3888, - [3910] = 3864, - [3911] = 3858, - [3912] = 3862, + [3908] = 3908, + [3909] = 3909, + [3910] = 3909, + [3911] = 1422, + [3912] = 3912, [3913] = 3913, - [3914] = 3856, - [3915] = 3854, - [3916] = 3861, - [3917] = 3917, - [3918] = 3861, + [3914] = 3914, + [3915] = 3890, + [3916] = 3914, + [3917] = 3890, + [3918] = 3918, [3919] = 3919, - [3920] = 3854, - [3921] = 3888, - [3922] = 3856, + [3920] = 3920, + [3921] = 3889, + [3922] = 3922, [3923] = 3923, - [3924] = 3862, - [3925] = 3883, - [3926] = 3886, - [3927] = 3871, - [3928] = 3858, - [3929] = 3862, - [3930] = 3888, - [3931] = 3858, - [3932] = 1416, - [3933] = 3874, - [3934] = 3875, - [3935] = 1422, - [3936] = 3936, - [3937] = 3937, - [3938] = 3938, - [3939] = 1421, - [3940] = 3856, - [3941] = 3854, - [3942] = 3861, - [3943] = 3943, - [3944] = 3881, - [3945] = 3883, - [3946] = 3862, - [3947] = 3864, - [3948] = 3858, - [3949] = 3886, + [3924] = 3923, + [3925] = 1420, + [3926] = 3919, + [3927] = 3898, + [3928] = 3893, + [3929] = 3891, + [3930] = 3892, + [3931] = 2209, + [3932] = 3890, + [3933] = 3933, + [3934] = 3907, + [3935] = 3935, + [3936] = 1420, + [3937] = 3914, + [3938] = 3908, + [3939] = 3912, + [3940] = 3913, + [3941] = 3909, + [3942] = 3907, + [3943] = 3909, + [3944] = 3908, + [3945] = 3945, + [3946] = 3920, + [3947] = 3914, + [3948] = 3890, + [3949] = 3362, [3950] = 3950, - [3951] = 3951, - [3952] = 3888, - [3953] = 3953, - [3954] = 3954, + [3951] = 3912, + [3952] = 3920, + [3953] = 3913, + [3954] = 3889, [3955] = 3955, - [3956] = 3888, - [3957] = 3881, - [3958] = 3886, - [3959] = 3871, - [3960] = 3886, - [3961] = 3883, - [3962] = 3864, - [3963] = 3883, - [3964] = 3881, - [3965] = 3874, - [3966] = 3875, - [3967] = 3967, + [3956] = 3360, + [3957] = 3898, + [3958] = 3958, + [3959] = 1426, + [3960] = 1423, + [3961] = 3893, + [3962] = 3920, + [3963] = 3889, + [3964] = 3893, + [3965] = 3893, + [3966] = 3893, + [3967] = 3909, [3968] = 3968, - [3969] = 1424, - [3970] = 3864, - [3971] = 3971, - [3972] = 1422, - [3973] = 3973, - [3974] = 3871, - [3975] = 3875, - [3976] = 3881, - [3977] = 3874, - [3978] = 3886, - [3979] = 3886, - [3980] = 3883, - [3981] = 3871, - [3982] = 3858, - [3983] = 3862, - [3984] = 3984, - [3985] = 3985, - [3986] = 3986, - [3987] = 3856, - [3988] = 3875, - [3989] = 3874, - [3990] = 3871, - [3991] = 3991, - [3992] = 3861, - [3993] = 3993, - [3994] = 3861, - [3995] = 3888, - [3996] = 3854, - [3997] = 3871, - [3998] = 3998, - [3999] = 3856, - [4000] = 3861, - [4001] = 3886, - [4002] = 3883, - [4003] = 3862, - [4004] = 3854, - [4005] = 3874, - [4006] = 3875, - [4007] = 3856, - [4008] = 1421, - [4009] = 3679, - [4010] = 3677, - [4011] = 3858, - [4012] = 3881, - [4013] = 4013, - [4014] = 3862, - [4015] = 3675, - [4016] = 3858, - [4017] = 3684, - [4018] = 3864, - [4019] = 4019, - [4020] = 4020, - [4021] = 3881, - [4022] = 3875, - [4023] = 3874, - [4024] = 3888, - [4025] = 3858, - [4026] = 3871, - [4027] = 4027, - [4028] = 3886, - [4029] = 3861, - [4030] = 3858, - [4031] = 3862, - [4032] = 3854, - [4033] = 3862, - [4034] = 3856, - [4035] = 3883, - [4036] = 4036, + [3969] = 3914, + [3970] = 3909, + [3971] = 3890, + [3972] = 3914, + [3973] = 3923, + [3974] = 3889, + [3975] = 3920, + [3976] = 3923, + [3977] = 3919, + [3978] = 3919, + [3979] = 3979, + [3980] = 3980, + [3981] = 3890, + [3982] = 3923, + [3983] = 3890, + [3984] = 3919, + [3985] = 3919, + [3986] = 3923, + [3987] = 3914, + [3988] = 3898, + [3989] = 3891, + [3990] = 3892, + [3991] = 3923, + [3992] = 3919, + [3993] = 3909, + [3994] = 3891, + [3995] = 3892, + [3996] = 3913, + [3997] = 3997, + [3998] = 3912, + [3999] = 3999, + [4000] = 3907, + [4001] = 3908, + [4002] = 3912, + [4003] = 3913, + [4004] = 3920, + [4005] = 3908, + [4006] = 3889, + [4007] = 3907, + [4008] = 3908, + [4009] = 3907, + [4010] = 3923, + [4011] = 3919, + [4012] = 4012, + [4013] = 3893, + [4014] = 3912, + [4015] = 3913, + [4016] = 3893, + [4017] = 3898, + [4018] = 3889, + [4019] = 3898, + [4020] = 3891, + [4021] = 3892, + [4022] = 3909, + [4023] = 3891, + [4024] = 3892, + [4025] = 3920, + [4026] = 3889, + [4027] = 3914, + [4028] = 3890, + [4029] = 4029, + [4030] = 4030, + [4031] = 1422, + [4032] = 3898, + [4033] = 4033, + [4034] = 3892, + [4035] = 3891, + [4036] = 3889, [4037] = 4037, - [4038] = 3874, - [4039] = 3881, - [4040] = 3883, - [4041] = 3886, - [4042] = 3856, - [4043] = 3854, - [4044] = 3861, - [4045] = 4045, - [4046] = 3864, - [4047] = 3875, - [4048] = 3856, - [4049] = 3854, - [4050] = 3888, - [4051] = 3874, - [4052] = 3883, - [4053] = 3861, - [4054] = 3886, - [4055] = 3858, - [4056] = 3871, - [4057] = 3888, - [4058] = 3862, - [4059] = 3875, - [4060] = 1416, - [4061] = 3871, - [4062] = 3861, - [4063] = 3864, - [4064] = 3854, - [4065] = 1416, - [4066] = 4066, - [4067] = 3874, - [4068] = 3875, - [4069] = 3856, - [4070] = 3871, - [4071] = 3881, - [4072] = 3874, - [4073] = 3875, - [4074] = 3881, - [4075] = 3856, - [4076] = 3854, - [4077] = 3351, - [4078] = 3881, - [4079] = 4079, - [4080] = 3861, - [4081] = 4081, - [4082] = 3875, - [4083] = 3874, + [4038] = 3920, + [4039] = 3920, + [4040] = 4040, + [4041] = 4041, + [4042] = 3923, + [4043] = 3919, + [4044] = 3898, + [4045] = 3909, + [4046] = 3891, + [4047] = 3892, + [4048] = 3893, + [4049] = 3919, + [4050] = 3923, + [4051] = 3914, + [4052] = 3890, + [4053] = 3907, + [4054] = 3907, + [4055] = 1420, + [4056] = 3908, + [4057] = 3898, + [4058] = 3908, + [4059] = 3715, + [4060] = 3719, + [4061] = 4061, + [4062] = 3891, + [4063] = 1422, + [4064] = 3912, + [4065] = 3709, + [4066] = 3913, + [4067] = 3711, + [4068] = 3898, + [4069] = 1426, + [4070] = 4070, + [4071] = 4071, + [4072] = 4072, + [4073] = 3920, + [4074] = 3889, + [4075] = 3912, + [4076] = 3913, + [4077] = 4077, + [4078] = 4078, + [4079] = 3893, + [4080] = 3923, + [4081] = 3919, + [4082] = 4082, + [4083] = 4083, [4084] = 4084, - [4085] = 3881, - [4086] = 3355, - [4087] = 3888, - [4088] = 3871, - [4089] = 2162, - [4090] = 4090, - [4091] = 1424, - [4092] = 3864, - [4093] = 4093, - [4094] = 4094, - [4095] = 3679, + [4085] = 4085, + [4086] = 3909, + [4087] = 4087, + [4088] = 3914, + [4089] = 3892, + [4090] = 3890, + [4091] = 4091, + [4092] = 3898, + [4093] = 3891, + [4094] = 3892, + [4095] = 4095, [4096] = 4096, - [4097] = 2258, - [4098] = 4098, + [4097] = 4097, + [4098] = 3913, [4099] = 4099, - [4100] = 4100, - [4101] = 4101, - [4102] = 4102, + [4100] = 3912, + [4101] = 3907, + [4102] = 3908, [4103] = 4103, - [4104] = 4104, - [4105] = 4105, - [4106] = 4106, - [4107] = 4107, - [4108] = 4108, - [4109] = 4109, + [4104] = 3920, + [4105] = 3889, + [4106] = 3908, + [4107] = 3907, + [4108] = 3890, + [4109] = 3914, [4110] = 4110, - [4111] = 4111, - [4112] = 4112, - [4113] = 4113, - [4114] = 4101, - [4115] = 4096, - [4116] = 4096, - [4117] = 4117, - [4118] = 4096, - [4119] = 4103, - [4120] = 3677, - [4121] = 4121, - [4122] = 4113, - [4123] = 4123, - [4124] = 4108, - [4125] = 4125, - [4126] = 4099, - [4127] = 4112, - [4128] = 4094, - [4129] = 4129, - [4130] = 4107, - [4131] = 4131, - [4132] = 1557, - [4133] = 4121, - [4134] = 4101, - [4135] = 4111, - [4136] = 4099, - [4137] = 4103, - [4138] = 4138, - [4139] = 4109, - [4140] = 4104, - [4141] = 4100, - [4142] = 4113, - [4143] = 4107, - [4144] = 4144, - [4145] = 4106, - [4146] = 4104, - [4147] = 4100, - [4148] = 3684, - [4149] = 4113, - [4150] = 4150, - [4151] = 4151, - [4152] = 3675, - [4153] = 4153, - [4154] = 4104, - [4155] = 3677, - [4156] = 3675, - [4157] = 3679, - [4158] = 4123, - [4159] = 4104, - [4160] = 4160, - [4161] = 4106, + [4111] = 3907, + [4112] = 3908, + [4113] = 3893, + [4114] = 3909, + [4115] = 3889, + [4116] = 3920, + [4117] = 3923, + [4118] = 3912, + [4119] = 3913, + [4120] = 3919, + [4121] = 3908, + [4122] = 3907, + [4123] = 3898, + [4124] = 3898, + [4125] = 3891, + [4126] = 4126, + [4127] = 4127, + [4128] = 3920, + [4129] = 3920, + [4130] = 3889, + [4131] = 3913, + [4132] = 3912, + [4133] = 3892, + [4134] = 4134, + [4135] = 3908, + [4136] = 3913, + [4137] = 3907, + [4138] = 3892, + [4139] = 3912, + [4140] = 3891, + [4141] = 3893, + [4142] = 3898, + [4143] = 4143, + [4144] = 3907, + [4145] = 3908, + [4146] = 3909, + [4147] = 3909, + [4148] = 3889, + [4149] = 3920, + [4150] = 3913, + [4151] = 3912, + [4152] = 3912, + [4153] = 3913, + [4154] = 3908, + [4155] = 3907, + [4156] = 3892, + [4157] = 3891, + [4158] = 3898, + [4159] = 3889, + [4160] = 3914, + [4161] = 4161, [4162] = 4162, - [4163] = 4109, - [4164] = 4113, - [4165] = 4100, - [4166] = 4123, - [4167] = 4108, - [4168] = 4108, - [4169] = 3679, - [4170] = 3677, - [4171] = 4104, - [4172] = 3675, - [4173] = 4111, - [4174] = 3684, - [4175] = 4099, - [4176] = 4111, - [4177] = 4106, - [4178] = 4109, - [4179] = 4109, - [4180] = 4111, - [4181] = 4121, - [4182] = 4182, - [4183] = 4183, - [4184] = 4184, - [4185] = 4112, - [4186] = 4106, - [4187] = 4187, - [4188] = 3684, - [4189] = 4104, - [4190] = 4094, - [4191] = 4108, - [4192] = 4123, - [4193] = 4106, - [4194] = 4096, - [4195] = 4113, - [4196] = 4196, + [4163] = 4163, + [4164] = 4164, + [4165] = 4165, + [4166] = 4166, + [4167] = 4167, + [4168] = 4168, + [4169] = 3711, + [4170] = 4166, + [4171] = 4171, + [4172] = 1488, + [4173] = 4173, + [4174] = 3709, + [4175] = 4173, + [4176] = 4173, + [4177] = 4177, + [4178] = 4178, + [4179] = 4179, + [4180] = 4168, + [4181] = 4173, + [4182] = 4171, + [4183] = 4178, + [4184] = 4161, + [4185] = 4173, + [4186] = 1580, + [4187] = 4173, + [4188] = 4188, + [4189] = 4189, + [4190] = 3715, + [4191] = 4191, + [4192] = 4192, + [4193] = 4173, + [4194] = 4173, + [4195] = 4191, + [4196] = 4173, [4197] = 4197, - [4198] = 4108, - [4199] = 4123, - [4200] = 4113, - [4201] = 4100, - [4202] = 4101, - [4203] = 4107, - [4204] = 4109, + [4198] = 4173, + [4199] = 4197, + [4200] = 4200, + [4201] = 4201, + [4202] = 4202, + [4203] = 4173, + [4204] = 4191, [4205] = 4205, - [4206] = 4111, - [4207] = 4101, - [4208] = 4103, - [4209] = 4111, - [4210] = 4107, - [4211] = 4103, - [4212] = 4107, - [4213] = 4213, - [4214] = 4101, - [4215] = 4099, - [4216] = 4109, - [4217] = 4121, - [4218] = 4218, - [4219] = 4103, - [4220] = 4100, - [4221] = 4113, - [4222] = 4123, - [4223] = 4096, - [4224] = 4106, - [4225] = 3684, - [4226] = 4107, - [4227] = 4112, - [4228] = 4205, - [4229] = 4111, - [4230] = 4230, - [4231] = 4197, - [4232] = 4109, - [4233] = 3675, - [4234] = 4187, - [4235] = 4106, - [4236] = 4104, - [4237] = 3684, - [4238] = 3677, - [4239] = 3675, - [4240] = 4240, - [4241] = 4104, - [4242] = 3677, - [4243] = 3679, - [4244] = 3679, - [4245] = 4096, - [4246] = 4096, + [4206] = 4191, + [4207] = 4200, + [4208] = 3719, + [4209] = 4164, + [4210] = 4161, + [4211] = 4201, + [4212] = 3715, + [4213] = 4178, + [4214] = 3715, + [4215] = 3719, + [4216] = 4178, + [4217] = 3709, + [4218] = 4165, + [4219] = 4201, + [4220] = 4168, + [4221] = 4221, + [4222] = 4222, + [4223] = 4171, + [4224] = 4224, + [4225] = 3711, + [4226] = 4166, + [4227] = 4164, + [4228] = 4178, + [4229] = 4164, + [4230] = 4202, + [4231] = 4167, + [4232] = 2282, + [4233] = 4202, + [4234] = 4188, + [4235] = 4235, + [4236] = 4163, + [4237] = 4188, + [4238] = 4238, + [4239] = 4239, + [4240] = 4168, + [4241] = 4241, + [4242] = 4242, + [4243] = 4243, + [4244] = 4244, + [4245] = 4245, + [4246] = 4165, [4247] = 4247, - [4248] = 4100, - [4249] = 4100, - [4250] = 4250, - [4251] = 4251, - [4252] = 4112, - [4253] = 4253, - [4254] = 4099, - [4255] = 4121, - [4256] = 4099, - [4257] = 4094, - [4258] = 4258, - [4259] = 4259, - [4260] = 4094, - [4261] = 4121, - [4262] = 4262, - [4263] = 4103, - [4264] = 4112, - [4265] = 4112, - [4266] = 4266, + [4248] = 4178, + [4249] = 4165, + [4250] = 1585, + [4251] = 4245, + [4252] = 4171, + [4253] = 4165, + [4254] = 4244, + [4255] = 4173, + [4256] = 4171, + [4257] = 4245, + [4258] = 3709, + [4259] = 4165, + [4260] = 4161, + [4261] = 4201, + [4262] = 4191, + [4263] = 4202, + [4264] = 4163, + [4265] = 4164, + [4266] = 4168, [4267] = 4267, - [4268] = 4258, - [4269] = 4100, - [4270] = 3679, - [4271] = 3677, - [4272] = 4108, - [4273] = 4101, - [4274] = 4104, - [4275] = 3675, - [4276] = 3684, - [4277] = 4106, - [4278] = 4109, - [4279] = 4096, - [4280] = 4121, - [4281] = 4281, - [4282] = 4113, - [4283] = 4123, - [4284] = 4284, - [4285] = 4285, - [4286] = 4111, - [4287] = 4108, - [4288] = 4099, - [4289] = 4108, - [4290] = 4094, - [4291] = 4123, - [4292] = 4267, - [4293] = 4113, - [4294] = 4108, - [4295] = 4123, - [4296] = 4113, - [4297] = 4100, - [4298] = 4094, - [4299] = 4111, - [4300] = 4300, - [4301] = 4103, - [4302] = 4302, - [4303] = 4109, - [4304] = 4094, - [4305] = 4107, - [4306] = 4101, - [4307] = 4106, - [4308] = 3679, - [4309] = 3684, - [4310] = 4113, + [4268] = 4167, + [4269] = 3715, + [4270] = 4167, + [4271] = 4188, + [4272] = 4272, + [4273] = 4273, + [4274] = 4274, + [4275] = 3711, + [4276] = 4191, + [4277] = 4202, + [4278] = 4166, + [4279] = 3711, + [4280] = 4161, + [4281] = 3709, + [4282] = 4178, + [4283] = 3715, + [4284] = 4188, + [4285] = 4163, + [4286] = 4168, + [4287] = 4201, + [4288] = 3719, + [4289] = 4244, + [4290] = 3715, + [4291] = 3719, + [4292] = 4191, + [4293] = 4188, + [4294] = 4171, + [4295] = 4167, + [4296] = 4201, + [4297] = 4297, + [4298] = 4164, + [4299] = 4202, + [4300] = 4201, + [4301] = 4178, + [4302] = 4247, + [4303] = 4173, + [4304] = 4165, + [4305] = 4245, + [4306] = 4191, + [4307] = 4307, + [4308] = 4165, + [4309] = 3715, + [4310] = 3719, [4311] = 4311, - [4312] = 3677, - [4313] = 4123, - [4314] = 4108, - [4315] = 3675, - [4316] = 4104, - [4317] = 4101, - [4318] = 4103, - [4319] = 4111, - [4320] = 4109, - [4321] = 4106, - [4322] = 3684, - [4323] = 3675, - [4324] = 4104, - [4325] = 4104, + [4312] = 4312, + [4313] = 4313, + [4314] = 4188, + [4315] = 4315, + [4316] = 4244, + [4317] = 3709, + [4318] = 4171, + [4319] = 4166, + [4320] = 4161, + [4321] = 3715, + [4322] = 4178, + [4323] = 4161, + [4324] = 3719, + [4325] = 4325, [4326] = 4326, - [4327] = 3677, + [4327] = 4327, [4328] = 4328, - [4329] = 3679, - [4330] = 4107, - [4331] = 4331, - [4332] = 4332, - [4333] = 4100, + [4329] = 3709, + [4330] = 4245, + [4331] = 4178, + [4332] = 3711, + [4333] = 4163, [4334] = 4334, - [4335] = 3675, - [4336] = 4336, - [4337] = 4337, - [4338] = 3677, - [4339] = 3679, - [4340] = 3684, - [4341] = 4099, - [4342] = 4099, + [4335] = 4161, + [4336] = 3711, + [4337] = 4166, + [4338] = 4163, + [4339] = 4166, + [4340] = 4167, + [4341] = 4166, + [4342] = 3709, [4343] = 4343, - [4344] = 4121, - [4345] = 4345, - [4346] = 4106, - [4347] = 4112, - [4348] = 4094, - [4349] = 4121, - [4350] = 4096, - [4351] = 4351, - [4352] = 4352, - [4353] = 4100, - [4354] = 4103, - [4355] = 4355, - [4356] = 4109, - [4357] = 4111, - [4358] = 4099, - [4359] = 4094, - [4360] = 4112, - [4361] = 4121, - [4362] = 4362, - [4363] = 4107, - [4364] = 4101, - [4365] = 4096, - [4366] = 4099, - [4367] = 4094, - [4368] = 4099, - [4369] = 4121, - [4370] = 4370, - [4371] = 4371, - [4372] = 4121, - [4373] = 4094, - [4374] = 4374, - [4375] = 4112, - [4376] = 4112, - [4377] = 4103, - [4378] = 4105, - [4379] = 4107, - [4380] = 4101, - [4381] = 4094, - [4382] = 4382, - [4383] = 1522, - [4384] = 4096, - [4385] = 1519, - [4386] = 4112, - [4387] = 4103, - [4388] = 4113, - [4389] = 4123, - [4390] = 4108, - [4391] = 4391, - [4392] = 4107, - [4393] = 4101, - [4394] = 4111, - [4395] = 4395, - [4396] = 4109, - [4397] = 4113, - [4398] = 4106, - [4399] = 4123, - [4400] = 3684, - [4401] = 4401, - [4402] = 3675, - [4403] = 4104, - [4404] = 3677, - [4405] = 3679, - [4406] = 4406, - [4407] = 4100, - [4408] = 4408, + [4344] = 3711, + [4345] = 4171, + [4346] = 4166, + [4347] = 3711, + [4348] = 4166, + [4349] = 4349, + [4350] = 4350, + [4351] = 4167, + [4352] = 3709, + [4353] = 4353, + [4354] = 4178, + [4355] = 4163, + [4356] = 4171, + [4357] = 4161, + [4358] = 4167, + [4359] = 4163, + [4360] = 4360, + [4361] = 4178, + [4362] = 4188, + [4363] = 4363, + [4364] = 4168, + [4365] = 4365, + [4366] = 4168, + [4367] = 4367, + [4368] = 4191, + [4369] = 4171, + [4370] = 4167, + [4371] = 4201, + [4372] = 3719, + [4373] = 4164, + [4374] = 4202, + [4375] = 4244, + [4376] = 4245, + [4377] = 4377, + [4378] = 4165, + [4379] = 4379, + [4380] = 4245, + [4381] = 4381, + [4382] = 4244, + [4383] = 4244, + [4384] = 4384, + [4385] = 4385, + [4386] = 4191, + [4387] = 4165, + [4388] = 4238, + [4389] = 4163, + [4390] = 4390, + [4391] = 4163, + [4392] = 4167, + [4393] = 4239, + [4394] = 4241, + [4395] = 4188, + [4396] = 4166, + [4397] = 3711, + [4398] = 4398, + [4399] = 4399, + [4400] = 4191, + [4401] = 4188, + [4402] = 4402, + [4403] = 4164, + [4404] = 4202, + [4405] = 4167, + [4406] = 3709, + [4407] = 4168, + [4408] = 4244, [4409] = 4409, [4410] = 4410, - [4411] = 4411, + [4411] = 4201, [4412] = 4412, - [4413] = 4413, - [4414] = 4414, - [4415] = 4415, - [4416] = 4409, - [4417] = 4417, + [4413] = 4178, + [4414] = 3719, + [4415] = 3719, + [4416] = 4201, + [4417] = 3715, [4418] = 4418, - [4419] = 4419, - [4420] = 4414, - [4421] = 4415, - [4422] = 4417, - [4423] = 4409, + [4419] = 4201, + [4420] = 4201, + [4421] = 4245, + [4422] = 4165, + [4423] = 4178, [4424] = 4424, - [4425] = 4425, - [4426] = 4414, - [4427] = 4415, - [4428] = 4417, - [4429] = 4429, - [4430] = 4430, - [4431] = 4431, - [4432] = 4432, + [4425] = 3715, + [4426] = 3719, + [4427] = 3709, + [4428] = 4202, + [4429] = 4201, + [4430] = 4164, + [4431] = 4166, + [4432] = 4164, [4433] = 4433, - [4434] = 4434, - [4435] = 4435, - [4436] = 4436, - [4437] = 4437, - [4438] = 4438, + [4434] = 4178, + [4435] = 4163, + [4436] = 4167, + [4437] = 4168, + [4438] = 4202, [4439] = 4439, - [4440] = 4440, - [4441] = 4441, - [4442] = 4408, - [4443] = 4443, - [4444] = 4409, - [4445] = 4417, - [4446] = 4415, - [4447] = 4414, - [4448] = 4415, - [4449] = 4417, - [4450] = 4414, - [4451] = 4451, - [4452] = 4452, - [4453] = 4408, - [4454] = 4441, - [4455] = 4439, - [4456] = 4451, - [4457] = 4457, - [4458] = 4458, - [4459] = 4459, - [4460] = 4409, + [4440] = 4191, + [4441] = 4188, + [4442] = 4442, + [4443] = 4202, + [4444] = 4444, + [4445] = 4202, + [4446] = 4188, + [4447] = 4164, + [4448] = 4448, + [4449] = 4449, + [4450] = 4450, + [4451] = 4161, + [4452] = 4244, + [4453] = 4166, + [4454] = 4163, + [4455] = 4165, + [4456] = 4165, + [4457] = 4171, + [4458] = 4245, + [4459] = 4245, + [4460] = 4161, [4461] = 4461, - [4462] = 4437, - [4463] = 4436, - [4464] = 4411, - [4465] = 4409, - [4466] = 4435, - [4467] = 4433, - [4468] = 4414, - [4469] = 4415, - [4470] = 4417, - [4471] = 4471, - [4472] = 4413, - [4473] = 4412, - [4474] = 4434, - [4475] = 4475, - [4476] = 4476, - [4477] = 4477, + [4462] = 4167, + [4463] = 4171, + [4464] = 4244, + [4465] = 4168, + [4466] = 4168, + [4467] = 4165, + [4468] = 4161, + [4469] = 4163, + [4470] = 3711, + [4471] = 4165, + [4472] = 4245, + [4473] = 4244, + [4474] = 4244, + [4475] = 4245, + [4476] = 4164, + [4477] = 4191, [4478] = 4478, - [4479] = 4436, - [4480] = 4480, - [4481] = 4413, - [4482] = 4411, + [4479] = 4479, + [4480] = 4478, + [4481] = 4481, + [4482] = 4482, [4483] = 4483, - [4484] = 4425, - [4485] = 4430, - [4486] = 4409, - [4487] = 4411, - [4488] = 4413, - [4489] = 4414, - [4490] = 4415, - [4491] = 4417, + [4484] = 4479, + [4485] = 4485, + [4486] = 4486, + [4487] = 4487, + [4488] = 4488, + [4489] = 4489, + [4490] = 4490, + [4491] = 4491, [4492] = 4492, - [4493] = 4412, + [4493] = 4493, [4494] = 4494, - [4495] = 4412, + [4495] = 4495, [4496] = 4496, - [4497] = 4433, - [4498] = 4435, - [4499] = 4433, - [4500] = 4430, - [4501] = 4436, - [4502] = 4432, - [4503] = 4437, - [4504] = 4417, - [4505] = 4415, - [4506] = 4439, - [4507] = 4409, - [4508] = 4414, - [4509] = 4441, - [4510] = 4414, - [4511] = 4415, - [4512] = 4417, - [4513] = 4408, - [4514] = 4425, - [4515] = 4409, - [4516] = 4451, - [4517] = 4451, - [4518] = 4518, + [4497] = 4497, + [4498] = 4485, + [4499] = 4496, + [4500] = 4500, + [4501] = 4487, + [4502] = 4488, + [4503] = 4489, + [4504] = 4504, + [4505] = 4479, + [4506] = 4490, + [4507] = 4483, + [4508] = 4495, + [4509] = 4492, + [4510] = 4494, + [4511] = 4495, + [4512] = 4485, + [4513] = 4513, + [4514] = 4494, + [4515] = 4487, + [4516] = 4488, + [4517] = 4489, + [4518] = 4496, [4519] = 4519, - [4520] = 4434, + [4520] = 4492, [4521] = 4521, [4522] = 4522, [4523] = 4523, [4524] = 4524, - [4525] = 4434, - [4526] = 4451, - [4527] = 4436, - [4528] = 4409, - [4529] = 4425, - [4530] = 4408, - [4531] = 4414, - [4532] = 4415, - [4533] = 4417, - [4534] = 4534, - [4535] = 4435, - [4536] = 4441, - [4537] = 4439, + [4525] = 4478, + [4526] = 4526, + [4527] = 4478, + [4528] = 4528, + [4529] = 4529, + [4530] = 4485, + [4531] = 4531, + [4532] = 4532, + [4533] = 4487, + [4534] = 4488, + [4535] = 4489, + [4536] = 4536, + [4537] = 4537, [4538] = 4538, - [4539] = 4425, - [4540] = 4425, - [4541] = 4541, - [4542] = 4542, - [4543] = 4430, - [4544] = 4425, - [4545] = 4545, - [4546] = 4436, - [4547] = 4437, - [4548] = 4548, - [4549] = 4409, - [4550] = 4434, - [4551] = 4437, - [4552] = 4414, - [4553] = 4415, - [4554] = 4417, - [4555] = 4425, - [4556] = 4556, - [4557] = 4435, - [4558] = 4433, - [4559] = 4412, - [4560] = 4560, - [4561] = 4413, - [4562] = 4430, - [4563] = 4411, - [4564] = 4411, - [4565] = 4413, - [4566] = 4409, - [4567] = 4430, - [4568] = 4414, - [4569] = 4415, - [4570] = 4417, - [4571] = 4412, - [4572] = 4417, - [4573] = 4433, - [4574] = 4409, - [4575] = 4417, - [4576] = 4435, - [4577] = 4425, - [4578] = 4415, - [4579] = 4436, - [4580] = 4580, - [4581] = 4414, - [4582] = 4582, + [4539] = 4531, + [4540] = 4485, + [4541] = 4532, + [4542] = 4487, + [4543] = 4488, + [4544] = 4489, + [4545] = 4483, + [4546] = 4546, + [4547] = 4496, + [4548] = 4531, + [4549] = 4549, + [4550] = 4550, + [4551] = 4493, + [4552] = 4546, + [4553] = 4532, + [4554] = 4504, + [4555] = 4555, + [4556] = 4485, + [4557] = 4489, + [4558] = 4488, + [4559] = 4487, + [4560] = 4488, + [4561] = 4489, + [4562] = 4487, + [4563] = 4563, + [4564] = 4563, + [4565] = 4563, + [4566] = 4563, + [4567] = 4485, + [4568] = 4490, + [4569] = 4531, + [4570] = 4479, + [4571] = 4571, + [4572] = 4504, + [4573] = 4546, + [4574] = 4493, + [4575] = 4483, + [4576] = 4576, + [4577] = 4485, + [4578] = 4478, + [4579] = 4579, + [4580] = 4487, + [4581] = 4488, + [4582] = 4489, [4583] = 4583, - [4584] = 4437, - [4585] = 4585, - [4586] = 4430, - [4587] = 4439, - [4588] = 4441, - [4589] = 4408, - [4590] = 4425, - [4591] = 4523, - [4592] = 4451, - [4593] = 4430, - [4594] = 4594, - [4595] = 4434, - [4596] = 4433, - [4597] = 4430, - [4598] = 4425, - [4599] = 4425, - [4600] = 4409, - [4601] = 4451, - [4602] = 4425, - [4603] = 4408, - [4604] = 4441, - [4605] = 4439, - [4606] = 4437, - [4607] = 4411, - [4608] = 4430, - [4609] = 4609, - [4610] = 4433, - [4611] = 4412, - [4612] = 4413, - [4613] = 4613, - [4614] = 4413, - [4615] = 4430, - [4616] = 4411, - [4617] = 4413, - [4618] = 4425, - [4619] = 4425, - [4620] = 4433, - [4621] = 2287, - [4622] = 4451, - [4623] = 4435, - [4624] = 4624, - [4625] = 4436, - [4626] = 4626, - [4627] = 4408, - [4628] = 4441, - [4629] = 4437, - [4630] = 4451, - [4631] = 4439, - [4632] = 4439, - [4633] = 4441, - [4634] = 4408, - [4635] = 4441, - [4636] = 4437, - [4637] = 4436, - [4638] = 4518, - [4639] = 4439, - [4640] = 4451, - [4641] = 4435, - [4642] = 4433, - [4643] = 4412, - [4644] = 4437, - [4645] = 4413, - [4646] = 4411, - [4647] = 4436, - [4648] = 4425, - [4649] = 4435, - [4650] = 4650, - [4651] = 4433, - [4652] = 4412, - [4653] = 4653, - [4654] = 4434, - [4655] = 4413, - [4656] = 4411, - [4657] = 4657, - [4658] = 4425, - [4659] = 4659, - [4660] = 4430, - [4661] = 4430, - [4662] = 4425, - [4663] = 4430, - [4664] = 4411, - [4665] = 4434, - [4666] = 4411, - [4667] = 4412, - [4668] = 4668, - [4669] = 4433, - [4670] = 2300, - [4671] = 4671, - [4672] = 4435, - [4673] = 4436, - [4674] = 4451, - [4675] = 4437, - [4676] = 4412, - [4677] = 4408, - [4678] = 4441, - [4679] = 4439, - [4680] = 4439, - [4681] = 4408, - [4682] = 4437, - [4683] = 4436, - [4684] = 4523, - [4685] = 4519, - [4686] = 4686, - [4687] = 4435, - [4688] = 4686, - [4689] = 4523, - [4690] = 4451, - [4691] = 4433, - [4692] = 4412, - [4693] = 4523, - [4694] = 4413, - [4695] = 4411, + [4584] = 4532, + [4585] = 4531, + [4586] = 4563, + [4587] = 4587, + [4588] = 4588, + [4589] = 4589, + [4590] = 4483, + [4591] = 4591, + [4592] = 4504, + [4593] = 4493, + [4594] = 4546, + [4595] = 4546, + [4596] = 4532, + [4597] = 4597, + [4598] = 4485, + [4599] = 4492, + [4600] = 4479, + [4601] = 4487, + [4602] = 4488, + [4603] = 4489, + [4604] = 4490, + [4605] = 4531, + [4606] = 4496, + [4607] = 4607, + [4608] = 4478, + [4609] = 4483, + [4610] = 4492, + [4611] = 4483, + [4612] = 4489, + [4613] = 4496, + [4614] = 4563, + [4615] = 4483, + [4616] = 4589, + [4617] = 4495, + [4618] = 4488, + [4619] = 4485, + [4620] = 4493, + [4621] = 4494, + [4622] = 4487, + [4623] = 4488, + [4624] = 4489, + [4625] = 4532, + [4626] = 4487, + [4627] = 4489, + [4628] = 4488, + [4629] = 4494, + [4630] = 4487, + [4631] = 4490, + [4632] = 4632, + [4633] = 4479, + [4634] = 4485, + [4635] = 4504, + [4636] = 4485, + [4637] = 4504, + [4638] = 4487, + [4639] = 4488, + [4640] = 4489, + [4641] = 4546, + [4642] = 4642, + [4643] = 4493, + [4644] = 4485, + [4645] = 4489, + [4646] = 4483, + [4647] = 4647, + [4648] = 4485, + [4649] = 4649, + [4650] = 4490, + [4651] = 4493, + [4652] = 4652, + [4653] = 4504, + [4654] = 4654, + [4655] = 4492, + [4656] = 4485, + [4657] = 4490, + [4658] = 4479, + [4659] = 4563, + [4660] = 4546, + [4661] = 4563, + [4662] = 4662, + [4663] = 4504, + [4664] = 4479, + [4665] = 4563, + [4666] = 4666, + [4667] = 4494, + [4668] = 4495, + [4669] = 4563, + [4670] = 4490, + [4671] = 4662, + [4672] = 4672, + [4673] = 4563, + [4674] = 4496, + [4675] = 4675, + [4676] = 4495, + [4677] = 4531, + [4678] = 4483, + [4679] = 4563, + [4680] = 4493, + [4681] = 4494, + [4682] = 4682, + [4683] = 4483, + [4684] = 4483, + [4685] = 4478, + [4686] = 4494, + [4687] = 4495, + [4688] = 4495, + [4689] = 4546, + [4690] = 4563, + [4691] = 4496, + [4692] = 4493, + [4693] = 4492, + [4694] = 4492, + [4695] = 4695, [4696] = 4696, - [4697] = 4523, - [4698] = 4434, - [4699] = 4434, - [4700] = 4430, - [4701] = 4523, - [4702] = 4434, - [4703] = 4425, - [4704] = 4704, - [4705] = 4523, - [4706] = 4706, - [4707] = 4707, - [4708] = 4425, - [4709] = 4523, - [4710] = 4441, - [4711] = 4430, - [4712] = 4712, - [4713] = 4523, - [4714] = 4714, - [4715] = 4434, - [4716] = 4408, - [4717] = 4523, - [4718] = 4718, - [4719] = 4441, + [4697] = 4478, + [4698] = 4478, + [4699] = 4492, + [4700] = 4496, + [4701] = 4531, + [4702] = 4532, + [4703] = 4546, + [4704] = 4495, + [4705] = 4494, + [4706] = 4642, + [4707] = 4483, + [4708] = 4708, + [4709] = 4563, + [4710] = 4490, + [4711] = 4490, + [4712] = 4479, + [4713] = 4483, + [4714] = 4495, + [4715] = 4494, + [4716] = 4563, + [4717] = 4496, + [4718] = 4492, + [4719] = 4563, [4720] = 4720, - [4721] = 4523, + [4721] = 4504, [4722] = 4722, - [4723] = 4451, - [4724] = 4724, - [4725] = 4408, - [4726] = 4441, - [4727] = 4439, - [4728] = 4437, - [4729] = 4436, - [4730] = 4435, - [4731] = 4433, - [4732] = 4439, - [4733] = 4412, - [4734] = 4413, + [4723] = 4723, + [4724] = 4483, + [4725] = 4725, + [4726] = 4726, + [4727] = 4493, + [4728] = 2304, + [4729] = 4729, + [4730] = 4492, + [4731] = 4532, + [4732] = 4493, + [4733] = 4531, + [4734] = 4531, + [4735] = 4735, + [4736] = 4483, + [4737] = 4532, + [4738] = 4478, + [4739] = 4739, + [4740] = 4740, + [4741] = 4504, + [4742] = 4742, + [4743] = 4563, + [4744] = 4744, + [4745] = 4479, + [4746] = 4490, + [4747] = 4492, + [4748] = 4748, + [4749] = 4563, + [4750] = 4750, + [4751] = 4647, + [4752] = 4748, + [4753] = 4496, + [4754] = 4495, + [4755] = 4662, + [4756] = 4494, + [4757] = 4493, + [4758] = 4546, + [4759] = 4532, + [4760] = 4662, + [4761] = 4546, + [4762] = 4563, + [4763] = 4494, + [4764] = 4662, + [4765] = 4765, + [4766] = 4504, + [4767] = 4546, + [4768] = 4662, + [4769] = 4495, + [4770] = 4479, + [4771] = 4490, + [4772] = 4662, + [4773] = 4478, + [4774] = 4493, + [4775] = 4494, + [4776] = 4662, + [4777] = 4777, + [4778] = 4495, + [4779] = 4779, + [4780] = 4662, + [4781] = 4532, + [4782] = 4479, + [4783] = 4492, + [4784] = 4662, + [4785] = 4785, + [4786] = 4478, + [4787] = 4496, + [4788] = 4662, + [4789] = 2311, + [4790] = 4531, + [4791] = 4791, + [4792] = 4662, + [4793] = 4490, + [4794] = 4479, + [4795] = 4492, + [4796] = 4796, + [4797] = 4531, + [4798] = 4532, + [4799] = 4478, + [4800] = 4504, + [4801] = 4563, + [4802] = 4504, + [4803] = 4531, + [4804] = 4532, + [4805] = 4805, }; static inline bool sym_rune_literal_character_set_1(int32_t c) { @@ -8171,13 +8242,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { switch (state) { case 0: if (eof) ADVANCE(258); - if (lookahead == '!') ADVANCE(332); - if (lookahead == '"') ADVANCE(847); - if (lookahead == '#') ADVANCE(706); - if (lookahead == '$') ADVANCE(353); + if (lookahead == '!') ADVANCE(336); + if (lookahead == '"') ADVANCE(851); + if (lookahead == '#') ADVANCE(710); + if (lookahead == '$') ADVANCE(357); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(343); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); if (lookahead == '*') ADVANCE(301); @@ -8186,52 +8257,52 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(298); if (lookahead == '.') ADVANCE(274); if (lookahead == '/') ADVANCE(303); - if (lookahead == '0') ADVANCE(676); - if (lookahead == ':') ADVANCE(326); + if (lookahead == '0') ADVANCE(680); + if (lookahead == ':') ADVANCE(330); if (lookahead == ';') ADVANCE(272); - if (lookahead == '<') ADVANCE(322); + if (lookahead == '<') ADVANCE(323); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '@') ADVANCE(677); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '@') ADVANCE(681); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); if (lookahead == '\\') ADVANCE(238); - if (lookahead == ']') ADVANCE(324); - if (lookahead == '^') ADVANCE(337); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(700); + if (lookahead == ']') ADVANCE(328); + if (lookahead == '^') ADVANCE(341); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(290); if (lookahead == '}') ADVANCE(284); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(256) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(392); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(396); END_STATE(); case 1: - if (lookahead == '\n') ADVANCE(357); + if (lookahead == '\n') ADVANCE(361); END_STATE(); case 2: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); - if (lookahead == '"') ADVANCE(847); + if (lookahead == '!') ADVANCE(336); + if (lookahead == '"') ADVANCE(851); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(178); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(344); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); @@ -8239,45 +8310,45 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(276); if (lookahead == '/') ADVANCE(302); - if (lookahead == '0') ADVANCE(388); - if (lookahead == ':') ADVANCE(325); + if (lookahead == '0') ADVANCE(392); + if (lookahead == ':') ADVANCE(329); if (lookahead == ';') ADVANCE(272); - if (lookahead == '<') ADVANCE(307); + if (lookahead == '<') ADVANCE(324); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '@') ADVANCE(678); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '@') ADVANCE(682); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(700); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); if (lookahead == '}') ADVANCE(284); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || lookahead == ' ') SKIP(3) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 3: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); - if (lookahead == '"') ADVANCE(847); + if (lookahead == '!') ADVANCE(336); + if (lookahead == '"') ADVANCE(851); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(178); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(344); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); @@ -8285,45 +8356,45 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(276); if (lookahead == '/') ADVANCE(302); - if (lookahead == '0') ADVANCE(388); - if (lookahead == ':') ADVANCE(325); + if (lookahead == '0') ADVANCE(392); + if (lookahead == ':') ADVANCE(329); if (lookahead == ';') ADVANCE(272); if (lookahead == '<') ADVANCE(307); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '@') ADVANCE(678); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(700); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '@') ADVANCE(682); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); if (lookahead == '}') ADVANCE(284); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || lookahead == ' ') SKIP(3) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 4: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); - if (lookahead == '"') ADVANCE(847); + if (lookahead == '!') ADVANCE(336); + if (lookahead == '"') ADVANCE(851); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(175); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(344); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); @@ -8331,44 +8402,44 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(279); if (lookahead == '/') ADVANCE(302); - if (lookahead == '0') ADVANCE(388); + if (lookahead == '0') ADVANCE(392); if (lookahead == ';') ADVANCE(272); - if (lookahead == '<') ADVANCE(307); + if (lookahead == '<') ADVANCE(324); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '@') ADVANCE(678); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '@') ADVANCE(682); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(700); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); if (lookahead == '}') ADVANCE(284); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || lookahead == ' ') SKIP(5) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 5: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); - if (lookahead == '"') ADVANCE(847); + if (lookahead == '!') ADVANCE(336); + if (lookahead == '"') ADVANCE(851); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(175); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(344); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); @@ -8376,42 +8447,42 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(279); if (lookahead == '/') ADVANCE(302); - if (lookahead == '0') ADVANCE(388); + if (lookahead == '0') ADVANCE(392); if (lookahead == ';') ADVANCE(272); if (lookahead == '<') ADVANCE(307); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '@') ADVANCE(678); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(700); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '@') ADVANCE(682); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); if (lookahead == '}') ADVANCE(284); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || lookahead == ' ') SKIP(5) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 6: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -8419,21 +8490,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(298); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(303); - if (lookahead == ':') ADVANCE(326); - if (lookahead == '<') ADVANCE(306); + if (lookahead == ':') ADVANCE(330); + if (lookahead == '<') ADVANCE(323); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(337); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); + if (lookahead == '^') ADVANCE(341); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(290); if (lookahead == '}') ADVANCE(284); @@ -8443,11 +8514,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 7: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -8455,16 +8526,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(298); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(303); - if (lookahead == ':') ADVANCE(326); - if (lookahead == '<') ADVANCE(306); + if (lookahead == ':') ADVANCE(330); + if (lookahead == '<') ADVANCE(323); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(337); + if (lookahead == '^') ADVANCE(341); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -8472,10 +8543,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '|') ADVANCE(290); if (lookahead == '}') ADVANCE(284); if (lookahead == '\t' || @@ -8484,11 +8555,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 8: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -8496,21 +8567,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(298); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(303); - if (lookahead == ':') ADVANCE(326); + if (lookahead == ':') ADVANCE(330); if (lookahead == '<') ADVANCE(306); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(337); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(341); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(290); if (lookahead == '}') ADVANCE(284); @@ -8520,11 +8591,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 9: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -8532,16 +8603,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(298); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(303); - if (lookahead == ':') ADVANCE(326); + if (lookahead == ':') ADVANCE(330); if (lookahead == '<') ADVANCE(306); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(337); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(341); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -8549,10 +8620,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '|') ADVANCE(290); if (lookahead == '}') ADVANCE(284); if (lookahead == '\t' || @@ -8561,11 +8632,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 10: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -8574,20 +8645,20 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(303); if (lookahead == ':') ADVANCE(166); - if (lookahead == '<') ADVANCE(308); + if (lookahead == '<') ADVANCE(325); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(337); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); + if (lookahead == '^') ADVANCE(341); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(290); if (lookahead == '}') ADVANCE(284); @@ -8597,11 +8668,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 11: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -8610,15 +8681,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(303); if (lookahead == ':') ADVANCE(166); - if (lookahead == '<') ADVANCE(308); + if (lookahead == '<') ADVANCE(325); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(337); + if (lookahead == '^') ADVANCE(341); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -8626,10 +8697,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '|') ADVANCE(290); if (lookahead == '}') ADVANCE(284); if (lookahead == '\t' || @@ -8638,11 +8709,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 12: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -8654,17 +8725,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '<') ADVANCE(308); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(337); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(341); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(290); if (lookahead == '}') ADVANCE(284); @@ -8674,11 +8745,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 13: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -8690,12 +8761,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '<') ADVANCE(308); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(337); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(341); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -8703,10 +8774,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '|') ADVANCE(290); if (lookahead == '}') ADVANCE(284); if (lookahead == '\t' || @@ -8715,11 +8786,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 14: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); if (lookahead == '*') ADVANCE(300); @@ -8729,20 +8800,20 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '.') ADVANCE(275); if (lookahead == '/') ADVANCE(302); if (lookahead == ';') ADVANCE(272); - if (lookahead == '<') ADVANCE(309); + if (lookahead == '<') ADVANCE(326); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(91); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); if (lookahead == '}') ADVANCE(284); @@ -8752,11 +8823,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 15: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); if (lookahead == '*') ADVANCE(300); @@ -8766,15 +8837,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '.') ADVANCE(275); if (lookahead == '/') ADVANCE(302); if (lookahead == ';') ADVANCE(272); - if (lookahead == '<') ADVANCE(309); + if (lookahead == '<') ADVANCE(326); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(91); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(336); + if (lookahead == '^') ADVANCE(340); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -8782,10 +8853,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); if (lookahead == '}') ADVANCE(284); @@ -8795,11 +8866,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 16: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); if (lookahead == '*') ADVANCE(300); @@ -8812,17 +8883,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '<') ADVANCE(309); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(91); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); if (lookahead == '}') ADVANCE(284); @@ -8832,11 +8903,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 17: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); if (lookahead == '*') ADVANCE(300); @@ -8849,12 +8920,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '<') ADVANCE(309); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(91); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(336); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(340); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -8862,10 +8933,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); if (lookahead == '}') ADVANCE(284); @@ -8875,11 +8946,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 18: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(177); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -8887,16 +8958,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(298); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(303); - if (lookahead == ':') ADVANCE(326); - if (lookahead == '<') ADVANCE(306); + if (lookahead == ':') ADVANCE(330); + if (lookahead == '<') ADVANCE(323); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(337); + if (lookahead == '^') ADVANCE(341); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -8904,10 +8975,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '|') ADVANCE(290); if (lookahead == '}') ADVANCE(284); if (lookahead == '\t' || @@ -8916,11 +8987,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 19: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(177); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -8928,16 +8999,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(298); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(303); - if (lookahead == ':') ADVANCE(326); + if (lookahead == ':') ADVANCE(330); if (lookahead == '<') ADVANCE(306); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(337); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(341); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -8945,10 +9016,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '|') ADVANCE(290); if (lookahead == '}') ADVANCE(284); if (lookahead == '\t' || @@ -8957,11 +9028,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 20: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(177); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -8970,15 +9041,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(303); if (lookahead == ':') ADVANCE(166); - if (lookahead == '<') ADVANCE(308); + if (lookahead == '<') ADVANCE(325); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(337); + if (lookahead == '^') ADVANCE(341); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -8986,10 +9057,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '|') ADVANCE(290); if (lookahead == '}') ADVANCE(284); if (lookahead == '\t' || @@ -8998,11 +9069,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 21: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(177); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -9014,12 +9085,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '<') ADVANCE(308); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(337); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(341); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -9027,10 +9098,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '|') ADVANCE(290); if (lookahead == '}') ADVANCE(284); if (lookahead == '\t' || @@ -9039,11 +9110,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 22: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(177); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); if (lookahead == '*') ADVANCE(300); @@ -9053,15 +9124,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '.') ADVANCE(275); if (lookahead == '/') ADVANCE(302); if (lookahead == ';') ADVANCE(272); - if (lookahead == '<') ADVANCE(309); + if (lookahead == '<') ADVANCE(326); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(91); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(336); + if (lookahead == '^') ADVANCE(340); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -9069,10 +9140,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '|') ADVANCE(291); if (lookahead == '}') ADVANCE(284); if (lookahead == '\t' || @@ -9081,11 +9152,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 23: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(177); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); if (lookahead == '*') ADVANCE(300); @@ -9098,12 +9169,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '<') ADVANCE(309); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(91); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(336); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(340); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -9111,10 +9182,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '|') ADVANCE(291); if (lookahead == '}') ADVANCE(284); if (lookahead == '\t' || @@ -9123,11 +9194,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 24: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(192); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -9135,14 +9206,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(298); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(303); - if (lookahead == ':') ADVANCE(326); + if (lookahead == ':') ADVANCE(330); if (lookahead == ';') ADVANCE(272); - if (lookahead == '<') ADVANCE(306); + if (lookahead == '<') ADVANCE(323); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(337); + if (lookahead == '^') ADVANCE(341); if (lookahead == 'a') ADVANCE(201); if (lookahead == 'i') ADVANCE(198); if (lookahead == 'o') ADVANCE(200); @@ -9155,11 +9226,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 25: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(192); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -9167,14 +9238,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(298); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(303); - if (lookahead == ':') ADVANCE(326); + if (lookahead == ':') ADVANCE(330); if (lookahead == ';') ADVANCE(272); if (lookahead == '<') ADVANCE(306); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(337); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(341); if (lookahead == 'a') ADVANCE(201); if (lookahead == 'i') ADVANCE(198); if (lookahead == 'o') ADVANCE(200); @@ -9187,11 +9258,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 26: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(192); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -9201,12 +9272,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '/') ADVANCE(303); if (lookahead == ':') ADVANCE(166); if (lookahead == ';') ADVANCE(272); - if (lookahead == '<') ADVANCE(308); + if (lookahead == '<') ADVANCE(325); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(337); + if (lookahead == '^') ADVANCE(341); if (lookahead == 'a') ADVANCE(201); if (lookahead == 'i') ADVANCE(198); if (lookahead == 'o') ADVANCE(200); @@ -9219,11 +9290,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 27: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(192); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -9236,9 +9307,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '<') ADVANCE(308); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(337); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(341); if (lookahead == 'a') ADVANCE(201); if (lookahead == 'i') ADVANCE(198); if (lookahead == 'o') ADVANCE(200); @@ -9251,11 +9322,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 28: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(192); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); if (lookahead == '*') ADVANCE(300); @@ -9264,14 +9335,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(302); - if (lookahead == ':') ADVANCE(325); + if (lookahead == ':') ADVANCE(329); if (lookahead == ';') ADVANCE(272); - if (lookahead == '<') ADVANCE(309); + if (lookahead == '<') ADVANCE(326); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(336); + if (lookahead == '^') ADVANCE(340); if (lookahead == 'a') ADVANCE(201); if (lookahead == 'i') ADVANCE(198); if (lookahead == 'o') ADVANCE(200); @@ -9284,11 +9355,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 29: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(192); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); if (lookahead == '*') ADVANCE(300); @@ -9297,14 +9368,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(302); - if (lookahead == ':') ADVANCE(325); + if (lookahead == ':') ADVANCE(329); if (lookahead == ';') ADVANCE(272); if (lookahead == '<') ADVANCE(309); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(336); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(340); if (lookahead == 'a') ADVANCE(201); if (lookahead == 'i') ADVANCE(198); if (lookahead == 'o') ADVANCE(200); @@ -9317,11 +9388,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 30: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(331); - if (lookahead == '"') ADVANCE(847); + if (lookahead == '!') ADVANCE(335); + if (lookahead == '"') ADVANCE(851); if (lookahead == '$') ADVANCE(178); - if (lookahead == '&') ADVANCE(338); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(342); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(292); @@ -9329,43 +9400,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(296); if (lookahead == '.') ADVANCE(279); if (lookahead == '/') ADVANCE(95); - if (lookahead == '0') ADVANCE(388); + if (lookahead == '0') ADVANCE(392); if (lookahead == ';') ADVANCE(272); if (lookahead == '<') ADVANCE(150); - if (lookahead == '?') ADVANCE(329); - if (lookahead == '@') ADVANCE(678); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_4(lookahead)) ADVANCE(700); + if (lookahead == '?') ADVANCE(333); + if (lookahead == '@') ADVANCE(682); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_4(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '}') ADVANCE(284); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || lookahead == ' ') SKIP(30) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 31: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(331); + if (lookahead == '!') ADVANCE(335); if (lookahead == '$') ADVANCE(179); - if (lookahead == '&') ADVANCE(338); + if (lookahead == '&') ADVANCE(342); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(95); if (lookahead == '<') ADVANCE(321); - if (lookahead == '?') ADVANCE(329); + if (lookahead == '?') ADVANCE(333); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || @@ -9373,8 +9444,8 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('n' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'm') ADVANCE(699); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'm') ADVANCE(703); if (lookahead == '}') ADVANCE(284); if (lookahead == '\t' || lookahead == ' ') SKIP(32) @@ -9382,26 +9453,26 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 32: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(331); + if (lookahead == '!') ADVANCE(335); if (lookahead == '$') ADVANCE(179); - if (lookahead == '&') ADVANCE(338); + if (lookahead == '&') ADVANCE(342); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(95); - if (lookahead == '?') ADVANCE(329); + if (lookahead == '?') ADVANCE(333); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'l') || ('n' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'm') ADVANCE(699); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'm') ADVANCE(703); if (lookahead == '}') ADVANCE(284); if (lookahead == '\t' || lookahead == ' ') SKIP(32) @@ -9409,27 +9480,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 33: if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(331); + if (lookahead == '!') ADVANCE(335); if (lookahead == '$') ADVANCE(179); - if (lookahead == '&') ADVANCE(338); + if (lookahead == '&') ADVANCE(342); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '/') ADVANCE(95); if (lookahead == ';') ADVANCE(272); if (lookahead == '=') ADVANCE(287); - if (lookahead == '?') ADVANCE(329); + if (lookahead == '?') ADVANCE(333); if (lookahead == '@') ADVANCE(91); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'l') || ('n' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'm') ADVANCE(699); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'm') ADVANCE(703); if (lookahead == '}') ADVANCE(284); if (lookahead == '\t' || lookahead == ' ') SKIP(33) @@ -9441,19 +9512,19 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == ',') ADVANCE(283); if (lookahead == '.') ADVANCE(153); if (lookahead == '/') ADVANCE(95); - if (lookahead == ':') ADVANCE(325); + if (lookahead == ':') ADVANCE(329); if (lookahead == ';') ADVANCE(272); if (lookahead == '=') ADVANCE(287); if (lookahead == '@') ADVANCE(91); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); if (lookahead == '{') ADVANCE(282); if (lookahead == '}') ADVANCE(284); if (lookahead == '\t' || @@ -9466,17 +9537,18 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(95); if (lookahead == ';') ADVANCE(272); + if (lookahead == '<') ADVANCE(321); if (lookahead == '=') ADVANCE(287); if (lookahead == '@') ADVANCE(91); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); if (lookahead == '{') ADVANCE(282); if (lookahead == '}') ADVANCE(284); if (lookahead == '\t' || @@ -9491,28 +9563,28 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == ';') ADVANCE(272); if (lookahead == '=') ADVANCE(287); if (lookahead == '@') ADVANCE(91); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); if (lookahead == '{') ADVANCE(282); if (lookahead == '}') ADVANCE(284); if (lookahead == '\t' || lookahead == ' ') SKIP(36) END_STATE(); case 37: - if (lookahead == '!') ADVANCE(332); - if (lookahead == '"') ADVANCE(847); + if (lookahead == '!') ADVANCE(336); + if (lookahead == '"') ADVANCE(851); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(178); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(344); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); @@ -9520,45 +9592,45 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(279); if (lookahead == '/') ADVANCE(302); - if (lookahead == '0') ADVANCE(388); - if (lookahead == ':') ADVANCE(325); + if (lookahead == '0') ADVANCE(392); + if (lookahead == ':') ADVANCE(329); if (lookahead == ';') ADVANCE(272); - if (lookahead == '<') ADVANCE(307); + if (lookahead == '<') ADVANCE(324); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '@') ADVANCE(678); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '@') ADVANCE(682); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == ']') ADVANCE(324); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(700); + if (lookahead == ']') ADVANCE(328); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(38) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 38: - if (lookahead == '!') ADVANCE(332); - if (lookahead == '"') ADVANCE(847); + if (lookahead == '!') ADVANCE(336); + if (lookahead == '"') ADVANCE(851); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(178); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(344); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); @@ -9566,45 +9638,45 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(279); if (lookahead == '/') ADVANCE(302); - if (lookahead == '0') ADVANCE(388); - if (lookahead == ':') ADVANCE(325); + if (lookahead == '0') ADVANCE(392); + if (lookahead == ':') ADVANCE(329); if (lookahead == ';') ADVANCE(272); if (lookahead == '<') ADVANCE(307); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '@') ADVANCE(678); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == ']') ADVANCE(324); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(700); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '@') ADVANCE(682); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == ']') ADVANCE(328); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(38) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 39: - if (lookahead == '!') ADVANCE(332); - if (lookahead == '"') ADVANCE(847); + if (lookahead == '!') ADVANCE(336); + if (lookahead == '"') ADVANCE(851); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(175); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(344); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); @@ -9612,43 +9684,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(279); if (lookahead == '/') ADVANCE(302); - if (lookahead == '0') ADVANCE(388); - if (lookahead == '<') ADVANCE(307); + if (lookahead == '0') ADVANCE(392); + if (lookahead == '<') ADVANCE(324); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '@') ADVANCE(678); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '@') ADVANCE(682); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == ']') ADVANCE(324); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(700); + if (lookahead == ']') ADVANCE(328); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(40) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 40: - if (lookahead == '!') ADVANCE(332); - if (lookahead == '"') ADVANCE(847); + if (lookahead == '!') ADVANCE(336); + if (lookahead == '"') ADVANCE(851); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(175); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(344); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); @@ -9656,41 +9728,41 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(279); if (lookahead == '/') ADVANCE(302); - if (lookahead == '0') ADVANCE(388); + if (lookahead == '0') ADVANCE(392); if (lookahead == '<') ADVANCE(307); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '@') ADVANCE(678); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == ']') ADVANCE(324); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(700); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '@') ADVANCE(682); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == ']') ADVANCE(328); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(40) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 41: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -9698,37 +9770,37 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(298); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(303); - if (lookahead == '0') ADVANCE(395); - if (lookahead == ':') ADVANCE(326); + if (lookahead == '0') ADVANCE(399); + if (lookahead == ':') ADVANCE(330); if (lookahead == ';') ADVANCE(272); - if (lookahead == '<') ADVANCE(306); + if (lookahead == '<') ADVANCE(323); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(337); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); + if (lookahead == '^') ADVANCE(341); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(290); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(42) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(392); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(396); END_STATE(); case 42: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -9736,37 +9808,37 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(298); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(303); - if (lookahead == '0') ADVANCE(395); - if (lookahead == ':') ADVANCE(326); + if (lookahead == '0') ADVANCE(399); + if (lookahead == ':') ADVANCE(330); if (lookahead == ';') ADVANCE(272); if (lookahead == '<') ADVANCE(306); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(337); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(341); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(290); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(42) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(392); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(396); END_STATE(); case 43: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -9774,16 +9846,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(298); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(303); - if (lookahead == ':') ADVANCE(325); - if (lookahead == '<') ADVANCE(306); + if (lookahead == ':') ADVANCE(329); + if (lookahead == '<') ADVANCE(323); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(337); + if (lookahead == '^') ADVANCE(341); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -9791,10 +9863,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(290); if (lookahead == '\t' || @@ -9803,11 +9875,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(44) END_STATE(); case 44: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -9815,16 +9887,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(298); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(303); - if (lookahead == ':') ADVANCE(325); + if (lookahead == ':') ADVANCE(329); if (lookahead == '<') ADVANCE(306); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(337); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(341); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -9832,10 +9904,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(290); if (lookahead == '\t' || @@ -9844,11 +9916,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(44) END_STATE(); case 45: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -9858,20 +9930,20 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '/') ADVANCE(303); if (lookahead == ':') ADVANCE(166); if (lookahead == ';') ADVANCE(272); - if (lookahead == '<') ADVANCE(308); + if (lookahead == '<') ADVANCE(325); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(337); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); + if (lookahead == '^') ADVANCE(341); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(290); if (lookahead == '\t' || @@ -9880,11 +9952,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(47) END_STATE(); case 46: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -9894,15 +9966,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '/') ADVANCE(303); if (lookahead == ':') ADVANCE(166); if (lookahead == ';') ADVANCE(272); - if (lookahead == '<') ADVANCE(308); + if (lookahead == '<') ADVANCE(325); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(337); + if (lookahead == '^') ADVANCE(341); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -9910,10 +9982,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(290); if (lookahead == '\t' || @@ -9922,11 +9994,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(48) END_STATE(); case 47: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -9939,17 +10011,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '<') ADVANCE(308); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(337); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(341); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(290); if (lookahead == '\t' || @@ -9958,11 +10030,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(47) END_STATE(); case 48: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -9975,12 +10047,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '<') ADVANCE(308); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(337); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(341); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -9988,10 +10060,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(290); if (lookahead == '\t' || @@ -10000,11 +10072,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(48) END_STATE(); case 49: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); if (lookahead == '*') ADVANCE(300); @@ -10013,23 +10085,23 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(277); if (lookahead == '/') ADVANCE(302); - if (lookahead == ':') ADVANCE(326); + if (lookahead == ':') ADVANCE(330); if (lookahead == ';') ADVANCE(272); - if (lookahead == '<') ADVANCE(309); + if (lookahead == '<') ADVANCE(326); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == ']') ADVANCE(324); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); + if (lookahead == ']') ADVANCE(328); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); if (lookahead == '}') ADVANCE(284); @@ -10039,11 +10111,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(51) END_STATE(); case 50: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); if (lookahead == '*') ADVANCE(300); @@ -10052,18 +10124,18 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(277); if (lookahead == '/') ADVANCE(302); - if (lookahead == ':') ADVANCE(326); + if (lookahead == ':') ADVANCE(330); if (lookahead == ';') ADVANCE(272); - if (lookahead == '<') ADVANCE(309); + if (lookahead == '<') ADVANCE(326); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == ']') ADVANCE(324); - if (lookahead == '^') ADVANCE(336); + if (lookahead == ']') ADVANCE(328); + if (lookahead == '^') ADVANCE(340); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -10071,10 +10143,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); if (lookahead == '}') ADVANCE(284); @@ -10084,11 +10156,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(52) END_STATE(); case 51: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); if (lookahead == '*') ADVANCE(300); @@ -10097,23 +10169,23 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(277); if (lookahead == '/') ADVANCE(302); - if (lookahead == ':') ADVANCE(326); + if (lookahead == ':') ADVANCE(330); if (lookahead == ';') ADVANCE(272); if (lookahead == '<') ADVANCE(309); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == ']') ADVANCE(324); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == ']') ADVANCE(328); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); if (lookahead == '}') ADVANCE(284); @@ -10123,11 +10195,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(51) END_STATE(); case 52: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); if (lookahead == '*') ADVANCE(300); @@ -10136,18 +10208,18 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(277); if (lookahead == '/') ADVANCE(302); - if (lookahead == ':') ADVANCE(326); + if (lookahead == ':') ADVANCE(330); if (lookahead == ';') ADVANCE(272); if (lookahead == '<') ADVANCE(309); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == ']') ADVANCE(324); - if (lookahead == '^') ADVANCE(336); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == ']') ADVANCE(328); + if (lookahead == '^') ADVANCE(340); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -10155,10 +10227,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); if (lookahead == '}') ADVANCE(284); @@ -10168,11 +10240,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(52) END_STATE(); case 53: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); @@ -10181,20 +10253,20 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '.') ADVANCE(274); if (lookahead == '/') ADVANCE(302); if (lookahead == ':') ADVANCE(166); - if (lookahead == '<') ADVANCE(309); + if (lookahead == '<') ADVANCE(326); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); if (lookahead == '\t' || @@ -10203,11 +10275,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(54) END_STATE(); case 54: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); @@ -10219,17 +10291,17 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '<') ADVANCE(309); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_3(lookahead)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_3(lookahead)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); if (lookahead == '\t' || @@ -10238,11 +10310,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(54) END_STATE(); case 55: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); @@ -10250,15 +10322,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(274); if (lookahead == '/') ADVANCE(302); - if (lookahead == '<') ADVANCE(309); + if (lookahead == '<') ADVANCE(326); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(336); + if (lookahead == '^') ADVANCE(340); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -10266,10 +10338,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); if (lookahead == '\t' || @@ -10278,11 +10350,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(56) END_STATE(); case 56: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); @@ -10293,12 +10365,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '<') ADVANCE(309); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(336); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(340); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -10306,10 +10378,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); if (lookahead == '\t' || @@ -10318,27 +10390,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(56) END_STATE(); case 57: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(302); - if (lookahead == ':') ADVANCE(325); - if (lookahead == '<') ADVANCE(307); + if (lookahead == ':') ADVANCE(329); + if (lookahead == '<') ADVANCE(324); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(336); + if (lookahead == '^') ADVANCE(340); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -10346,10 +10418,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '|') ADVANCE(291); if (lookahead == '\t' || lookahead == '\n' || @@ -10357,27 +10429,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(58) END_STATE(); case 58: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(179); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(302); - if (lookahead == ':') ADVANCE(325); + if (lookahead == ':') ADVANCE(329); if (lookahead == '<') ADVANCE(307); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(336); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(340); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -10385,10 +10457,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '|') ADVANCE(291); if (lookahead == '\t' || lookahead == '\n' || @@ -10396,11 +10468,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(58) END_STATE(); case 59: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(177); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -10408,16 +10480,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(298); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(303); - if (lookahead == ':') ADVANCE(325); - if (lookahead == '<') ADVANCE(306); + if (lookahead == ':') ADVANCE(329); + if (lookahead == '<') ADVANCE(323); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(337); + if (lookahead == '^') ADVANCE(341); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -10425,10 +10497,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(290); if (lookahead == '\t' || @@ -10437,11 +10509,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(60) END_STATE(); case 60: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(177); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -10449,16 +10521,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(298); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(303); - if (lookahead == ':') ADVANCE(325); + if (lookahead == ':') ADVANCE(329); if (lookahead == '<') ADVANCE(306); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(337); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(341); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -10466,10 +10538,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(290); if (lookahead == '\t' || @@ -10478,11 +10550,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(60) END_STATE(); case 61: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(177); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -10492,15 +10564,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '/') ADVANCE(303); if (lookahead == ':') ADVANCE(166); if (lookahead == ';') ADVANCE(272); - if (lookahead == '<') ADVANCE(308); + if (lookahead == '<') ADVANCE(325); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(337); + if (lookahead == '^') ADVANCE(341); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -10508,10 +10580,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(290); if (lookahead == '\t' || @@ -10520,11 +10592,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(62) END_STATE(); case 62: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(177); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -10537,12 +10609,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '<') ADVANCE(308); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(337); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(341); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -10550,10 +10622,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(290); if (lookahead == '\t' || @@ -10562,11 +10634,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(62) END_STATE(); case 63: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(177); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); if (lookahead == '*') ADVANCE(300); @@ -10575,18 +10647,18 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(277); if (lookahead == '/') ADVANCE(302); - if (lookahead == ':') ADVANCE(326); + if (lookahead == ':') ADVANCE(330); if (lookahead == ';') ADVANCE(272); - if (lookahead == '<') ADVANCE(309); + if (lookahead == '<') ADVANCE(326); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == ']') ADVANCE(324); - if (lookahead == '^') ADVANCE(336); + if (lookahead == ']') ADVANCE(328); + if (lookahead == '^') ADVANCE(340); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -10594,10 +10666,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); if (lookahead == '}') ADVANCE(284); @@ -10607,11 +10679,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(64) END_STATE(); case 64: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(177); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); if (lookahead == '*') ADVANCE(300); @@ -10620,18 +10692,18 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(277); if (lookahead == '/') ADVANCE(302); - if (lookahead == ':') ADVANCE(326); + if (lookahead == ':') ADVANCE(330); if (lookahead == ';') ADVANCE(272); if (lookahead == '<') ADVANCE(309); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == ']') ADVANCE(324); - if (lookahead == '^') ADVANCE(336); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == ']') ADVANCE(328); + if (lookahead == '^') ADVANCE(340); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -10639,10 +10711,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); if (lookahead == '}') ADVANCE(284); @@ -10652,11 +10724,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(64) END_STATE(); case 65: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(177); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); @@ -10664,15 +10736,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(274); if (lookahead == '/') ADVANCE(302); - if (lookahead == '<') ADVANCE(309); + if (lookahead == '<') ADVANCE(326); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(336); + if (lookahead == '^') ADVANCE(340); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -10680,10 +10752,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); if (lookahead == '\t' || @@ -10692,11 +10764,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(66) END_STATE(); case 66: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(177); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); @@ -10707,12 +10779,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '<') ADVANCE(309); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(336); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(340); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -10720,10 +10792,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); if (lookahead == '\t' || @@ -10732,27 +10804,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(66) END_STATE(); case 67: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(177); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(302); - if (lookahead == ':') ADVANCE(325); - if (lookahead == '<') ADVANCE(307); + if (lookahead == ':') ADVANCE(329); + if (lookahead == '<') ADVANCE(324); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(336); + if (lookahead == '^') ADVANCE(340); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -10760,10 +10832,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '|') ADVANCE(291); if (lookahead == '\t' || lookahead == '\n' || @@ -10771,27 +10843,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(68) END_STATE(); case 68: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(177); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(302); - if (lookahead == ':') ADVANCE(325); + if (lookahead == ':') ADVANCE(329); if (lookahead == '<') ADVANCE(307); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(336); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(340); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('b' <= lookahead && lookahead <= 'h') || @@ -10799,10 +10871,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'o') ADVANCE(694); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'o') ADVANCE(698); if (lookahead == '|') ADVANCE(291); if (lookahead == '\t' || lookahead == '\n' || @@ -10810,11 +10882,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(68) END_STATE(); case 69: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(193); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -10824,12 +10896,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '/') ADVANCE(303); if (lookahead == ':') ADVANCE(166); if (lookahead == ';') ADVANCE(272); - if (lookahead == '<') ADVANCE(308); + if (lookahead == '<') ADVANCE(325); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(337); + if (lookahead == '^') ADVANCE(341); if (lookahead == 'a') ADVANCE(201); if (lookahead == 'i') ADVANCE(198); if (lookahead == 'o') ADVANCE(200); @@ -10841,11 +10913,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(70) END_STATE(); case 70: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(193); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -10858,9 +10930,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '<') ADVANCE(308); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(337); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(341); if (lookahead == 'a') ADVANCE(201); if (lookahead == 'i') ADVANCE(198); if (lookahead == 'o') ADVANCE(200); @@ -10872,11 +10944,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(70) END_STATE(); case 71: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(192); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -10884,13 +10956,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(298); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(303); - if (lookahead == ':') ADVANCE(326); - if (lookahead == '<') ADVANCE(306); + if (lookahead == ':') ADVANCE(330); + if (lookahead == '<') ADVANCE(323); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(337); + if (lookahead == '^') ADVANCE(341); if (lookahead == 'a') ADVANCE(201); if (lookahead == 'i') ADVANCE(198); if (lookahead == 'o') ADVANCE(200); @@ -10902,11 +10974,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(72) END_STATE(); case 72: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(192); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); + if (lookahead == '&') ADVANCE(343); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -10914,13 +10986,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(298); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(303); - if (lookahead == ':') ADVANCE(326); + if (lookahead == ':') ADVANCE(330); if (lookahead == '<') ADVANCE(306); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(337); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(341); if (lookahead == 'a') ADVANCE(201); if (lookahead == 'i') ADVANCE(198); if (lookahead == 'o') ADVANCE(200); @@ -10932,11 +11004,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(72) END_STATE(); case 73: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(192); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); if (lookahead == '*') ADVANCE(300); @@ -10945,15 +11017,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(277); if (lookahead == '/') ADVANCE(302); - if (lookahead == ':') ADVANCE(326); + if (lookahead == ':') ADVANCE(330); if (lookahead == ';') ADVANCE(272); - if (lookahead == '<') ADVANCE(309); + if (lookahead == '<') ADVANCE(326); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '[') ADVANCE(320); - if (lookahead == ']') ADVANCE(324); - if (lookahead == '^') ADVANCE(336); + if (lookahead == ']') ADVANCE(328); + if (lookahead == '^') ADVANCE(340); if (lookahead == 'a') ADVANCE(201); if (lookahead == 'i') ADVANCE(198); if (lookahead == 'o') ADVANCE(200); @@ -10966,11 +11038,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(74) END_STATE(); case 74: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(192); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); if (lookahead == '*') ADVANCE(300); @@ -10979,15 +11051,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(277); if (lookahead == '/') ADVANCE(302); - if (lookahead == ':') ADVANCE(326); + if (lookahead == ':') ADVANCE(330); if (lookahead == ';') ADVANCE(272); if (lookahead == '<') ADVANCE(309); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '[') ADVANCE(334); - if (lookahead == ']') ADVANCE(324); - if (lookahead == '^') ADVANCE(336); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '[') ADVANCE(338); + if (lookahead == ']') ADVANCE(328); + if (lookahead == '^') ADVANCE(340); if (lookahead == 'a') ADVANCE(201); if (lookahead == 'i') ADVANCE(198); if (lookahead == 'o') ADVANCE(200); @@ -11000,11 +11072,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(74) END_STATE(); case 75: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(192); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); @@ -11014,13 +11086,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '/') ADVANCE(302); if (lookahead == ':') ADVANCE(166); if (lookahead == ';') ADVANCE(272); - if (lookahead == '<') ADVANCE(309); + if (lookahead == '<') ADVANCE(326); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '[') ADVANCE(320); - if (lookahead == ']') ADVANCE(324); - if (lookahead == '^') ADVANCE(336); + if (lookahead == ']') ADVANCE(328); + if (lookahead == '^') ADVANCE(340); if (lookahead == 'a') ADVANCE(201); if (lookahead == 'i') ADVANCE(198); if (lookahead == 'o') ADVANCE(200); @@ -11032,11 +11104,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(76) END_STATE(); case 76: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(192); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); @@ -11049,10 +11121,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '<') ADVANCE(309); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '[') ADVANCE(334); - if (lookahead == ']') ADVANCE(324); - if (lookahead == '^') ADVANCE(336); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '[') ADVANCE(338); + if (lookahead == ']') ADVANCE(328); + if (lookahead == '^') ADVANCE(340); if (lookahead == 'a') ADVANCE(201); if (lookahead == 'i') ADVANCE(198); if (lookahead == 'o') ADVANCE(200); @@ -11064,11 +11136,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(76) END_STATE(); case 77: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(192); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); @@ -11076,13 +11148,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(302); - if (lookahead == ':') ADVANCE(325); - if (lookahead == '<') ADVANCE(307); + if (lookahead == ':') ADVANCE(329); + if (lookahead == '<') ADVANCE(324); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); + if (lookahead == '?') ADVANCE(334); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(336); + if (lookahead == '^') ADVANCE(340); if (lookahead == 'a') ADVANCE(201); if (lookahead == 'i') ADVANCE(198); if (lookahead == 'o') ADVANCE(200); @@ -11094,11 +11166,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(78) END_STATE(); case 78: - if (lookahead == '!') ADVANCE(332); + if (lookahead == '!') ADVANCE(336); if (lookahead == '#') ADVANCE(181); if (lookahead == '$') ADVANCE(192); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); + if (lookahead == '&') ADVANCE(344); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); @@ -11106,13 +11178,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(302); - if (lookahead == ':') ADVANCE(325); + if (lookahead == ':') ADVANCE(329); if (lookahead == '<') ADVANCE(307); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(336); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(340); if (lookahead == 'a') ADVANCE(201); if (lookahead == 'i') ADVANCE(198); if (lookahead == 'o') ADVANCE(200); @@ -11124,11 +11196,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(78) END_STATE(); case 79: - if (lookahead == '!') ADVANCE(331); - if (lookahead == '"') ADVANCE(847); + if (lookahead == '!') ADVANCE(335); + if (lookahead == '"') ADVANCE(851); if (lookahead == '$') ADVANCE(178); - if (lookahead == '&') ADVANCE(338); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(342); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); if (lookahead == '*') ADVANCE(300); @@ -11137,70 +11209,70 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(296); if (lookahead == '.') ADVANCE(276); if (lookahead == '/') ADVANCE(95); - if (lookahead == '0') ADVANCE(388); - if (lookahead == ':') ADVANCE(325); + if (lookahead == '0') ADVANCE(392); + if (lookahead == ':') ADVANCE(329); if (lookahead == ';') ADVANCE(272); if (lookahead == '<') ADVANCE(150); - if (lookahead == '?') ADVANCE(329); - if (lookahead == '@') ADVANCE(678); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == ']') ADVANCE(324); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_4(lookahead)) ADVANCE(700); + if (lookahead == '?') ADVANCE(333); + if (lookahead == '@') ADVANCE(682); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == ']') ADVANCE(328); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_4(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '}') ADVANCE(284); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(79) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 80: - if (lookahead == '!') ADVANCE(331); - if (lookahead == '"') ADVANCE(847); + if (lookahead == '!') ADVANCE(335); + if (lookahead == '"') ADVANCE(851); if (lookahead == '$') ADVANCE(178); - if (lookahead == '&') ADVANCE(338); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(342); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(292); if (lookahead == '-') ADVANCE(296); if (lookahead == '.') ADVANCE(278); if (lookahead == '/') ADVANCE(95); - if (lookahead == '0') ADVANCE(388); + if (lookahead == '0') ADVANCE(392); if (lookahead == '<') ADVANCE(150); - if (lookahead == '?') ADVANCE(329); - if (lookahead == '@') ADVANCE(678); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_4(lookahead)) ADVANCE(700); + if (lookahead == '?') ADVANCE(333); + if (lookahead == '@') ADVANCE(682); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_4(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(80) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 81: - if (lookahead == '!') ADVANCE(331); + if (lookahead == '!') ADVANCE(335); if (lookahead == '$') ADVANCE(179); - if (lookahead == '&') ADVANCE(338); + if (lookahead == '&') ADVANCE(342); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); if (lookahead == '*') ADVANCE(300); @@ -11208,20 +11280,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '.') ADVANCE(275); if (lookahead == '/') ADVANCE(95); if (lookahead == '<') ADVANCE(321); - if (lookahead == '=') ADVANCE(287); - if (lookahead == '?') ADVANCE(329); + if (lookahead == '>') ADVANCE(311); + if (lookahead == '?') ADVANCE(333); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); + if (lookahead == ']') ADVANCE(328); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'l') || ('n' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'm') ADVANCE(699); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'm') ADVANCE(703); if (lookahead == '{') ADVANCE(282); if (lookahead == '\t' || lookahead == '\n' || @@ -11229,29 +11302,30 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(82) END_STATE(); case 82: - if (lookahead == '!') ADVANCE(331); + if (lookahead == '!') ADVANCE(335); if (lookahead == '$') ADVANCE(179); - if (lookahead == '&') ADVANCE(338); + if (lookahead == '&') ADVANCE(342); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); if (lookahead == '*') ADVANCE(300); if (lookahead == ',') ADVANCE(283); if (lookahead == '.') ADVANCE(275); if (lookahead == '/') ADVANCE(95); - if (lookahead == '=') ADVANCE(287); - if (lookahead == '?') ADVANCE(329); + if (lookahead == '>') ADVANCE(311); + if (lookahead == '?') ADVANCE(333); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == ']') ADVANCE(328); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'l') || ('n' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'm') ADVANCE(699); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'm') ADVANCE(703); if (lookahead == '{') ADVANCE(282); if (lookahead == '\t' || lookahead == '\n' || @@ -11259,9 +11333,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(82) END_STATE(); case 83: - if (lookahead == '!') ADVANCE(331); + if (lookahead == '!') ADVANCE(335); if (lookahead == '$') ADVANCE(179); - if (lookahead == '&') ADVANCE(338); + if (lookahead == '&') ADVANCE(342); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); if (lookahead == '*') ADVANCE(300); @@ -11269,20 +11343,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '.') ADVANCE(153); if (lookahead == '/') ADVANCE(95); if (lookahead == '=') ADVANCE(287); - if (lookahead == '?') ADVANCE(329); + if (lookahead == '>') ADVANCE(311); + if (lookahead == '?') ADVANCE(333); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == ']') ADVANCE(324); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == ']') ADVANCE(328); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'l') || ('n' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'm') ADVANCE(699); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'm') ADVANCE(703); if (lookahead == '{') ADVANCE(282); if (lookahead == '\t' || lookahead == '\n' || @@ -11302,15 +11377,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(312); if (lookahead == '@') ADVANCE(91); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -11318,7 +11393,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 85: if (lookahead == '!') ADVANCE(164); - if (lookahead == '$') ADVANCE(354); + if (lookahead == '$') ADVANCE(358); if (lookahead == '%') ADVANCE(304); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); @@ -11328,33 +11403,33 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(296); if (lookahead == '.') ADVANCE(275); if (lookahead == '/') ADVANCE(302); - if (lookahead == '0') ADVANCE(395); - if (lookahead == ':') ADVANCE(325); - if (lookahead == '<') ADVANCE(323); + if (lookahead == '0') ADVANCE(399); + if (lookahead == ':') ADVANCE(329); + if (lookahead == '<') ADVANCE(327); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(312); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == ']') ADVANCE(324); + if (lookahead == ']') ADVANCE(328); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); if (lookahead == '{') ADVANCE(282); if (lookahead == '}') ADVANCE(284); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(86) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(392); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(396); END_STATE(); case 86: if (lookahead == '!') ADVANCE(164); - if (lookahead == '$') ADVANCE(354); + if (lookahead == '$') ADVANCE(358); if (lookahead == '%') ADVANCE(304); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); @@ -11364,40 +11439,40 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(296); if (lookahead == '.') ADVANCE(275); if (lookahead == '/') ADVANCE(302); - if (lookahead == '0') ADVANCE(395); - if (lookahead == ':') ADVANCE(325); + if (lookahead == '0') ADVANCE(399); + if (lookahead == ':') ADVANCE(329); if (lookahead == '<') ADVANCE(310); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(312); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == ']') ADVANCE(324); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == ']') ADVANCE(328); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); if (lookahead == '{') ADVANCE(282); if (lookahead == '}') ADVANCE(284); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(86) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(392); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(396); END_STATE(); case 87: - if (lookahead == '"') ADVANCE(847); + if (lookahead == '"') ADVANCE(851); if (lookahead == '$') ADVANCE(179); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '.') ADVANCE(215); if (lookahead == '/') ADVANCE(95); - if (lookahead == '0') ADVANCE(388); + if (lookahead == '0') ADVANCE(392); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || lookahead == 'a' || @@ -11406,105 +11481,105 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('s' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(87) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 88: - if (lookahead == '"') ADVANCE(847); + if (lookahead == '"') ADVANCE(851); if (lookahead == '$') ADVANCE(203); - if (lookahead == '/') ADVANCE(478); + if (lookahead == '/') ADVANCE(482); if (lookahead == '\\') ADVANCE(238); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(531); - if (lookahead != 0) ADVANCE(536); + lookahead == ' ') ADVANCE(535); + if (lookahead != 0) ADVANCE(540); END_STATE(); case 89: - if (lookahead == '"') ADVANCE(847); - if (lookahead == '/') ADVANCE(616); + if (lookahead == '"') ADVANCE(851); + if (lookahead == '/') ADVANCE(620); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(669); + lookahead == ' ') ADVANCE(673); if (lookahead != 0 && - lookahead != '\\') ADVANCE(674); + lookahead != '\\') ADVANCE(678); END_STATE(); case 90: if (lookahead == '$') ADVANCE(179); if (lookahead == '.') ADVANCE(273); if (lookahead == '/') ADVANCE(95); - if (lookahead == '0') ADVANCE(676); + if (lookahead == '0') ADVANCE(680); if (lookahead == '>') ADVANCE(311); if (lookahead == '@') ADVANCE(92); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == ']') ADVANCE(324); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == ']') ADVANCE(328); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); if (lookahead == '}') ADVANCE(284); if (lookahead == '+' || - lookahead == '-') ADVANCE(675); + lookahead == '-') ADVANCE(679); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(90) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(392); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(396); END_STATE(); case 91: if (lookahead == '$') ADVANCE(179); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(845); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(849); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); END_STATE(); case 92: if (lookahead == '$') ADVANCE(179); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); END_STATE(); case 93: if (lookahead == '$') ADVANCE(203); - if (lookahead == '\'') ADVANCE(848); - if (lookahead == '/') ADVANCE(409); + if (lookahead == '\'') ADVANCE(852); + if (lookahead == '/') ADVANCE(413); if (lookahead == '\\') ADVANCE(238); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(462); - if (lookahead != 0) ADVANCE(467); + lookahead == ' ') ADVANCE(466); + if (lookahead != 0) ADVANCE(471); END_STATE(); case 94: - if (lookahead == '\'') ADVANCE(848); - if (lookahead == '/') ADVANCE(547); + if (lookahead == '\'') ADVANCE(852); + if (lookahead == '/') ADVANCE(551); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(600); + lookahead == ' ') ADVANCE(604); if (lookahead != 0 && - lookahead != '\\') ADVANCE(605); + lookahead != '\\') ADVANCE(609); END_STATE(); case 95: if (lookahead == '*') ADVANCE(97); @@ -11513,7 +11588,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 96: if (lookahead == '*') ADVANCE(97); if (lookahead == '/') ADVANCE(270); - if (lookahead == '=') ADVANCE(375); + if (lookahead == '=') ADVANCE(379); END_STATE(); case 97: if (lookahead == '*') ADVANCE(156); @@ -11779,10 +11854,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '/') ADVANCE(117); END_STATE(); case 150: - if (lookahead == '-') ADVANCE(342); + if (lookahead == '-') ADVANCE(346); END_STATE(); case 151: - if (lookahead == '-') ADVANCE(342); + if (lookahead == '-') ADVANCE(346); if (lookahead == '<') ADVANCE(170); END_STATE(); case 152: @@ -11803,7 +11878,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '_') ADVANCE(222); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(387); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(391); END_STATE(); case 156: if (lookahead == '/') ADVANCE(269); @@ -11821,23 +11896,23 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(158) END_STATE(); case 159: - if (lookahead == '/') ADVANCE(786); + if (lookahead == '/') ADVANCE(790); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') ADVANCE(839); + lookahead == ' ') ADVANCE(843); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(844); + lookahead != '}') ADVANCE(848); END_STATE(); case 160: - if (lookahead == '/') ADVANCE(714); + if (lookahead == '/') ADVANCE(718); if (lookahead == '\t' || - lookahead == ' ') ADVANCE(770); + lookahead == ' ') ADVANCE(774); if (lookahead == '\n' || lookahead == '\r') SKIP(158) if (lookahead != 0 && - lookahead != '\\') ADVANCE(775); + lookahead != '\\') ADVANCE(779); END_STATE(); case 161: if (lookahead == '/') ADVANCE(101); @@ -11858,36 +11933,36 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '=') ADVANCE(316); END_STATE(); case 165: - if (lookahead == '=') ADVANCE(376); + if (lookahead == '=') ADVANCE(380); END_STATE(); case 166: - if (lookahead == '=') ADVANCE(386); + if (lookahead == '=') ADVANCE(390); END_STATE(); case 167: if (lookahead == '=') ADVANCE(315); END_STATE(); case 168: - if (lookahead == '=') ADVANCE(384); + if (lookahead == '=') ADVANCE(388); END_STATE(); case 169: - if (lookahead == '=') ADVANCE(381); + if (lookahead == '=') ADVANCE(385); END_STATE(); case 170: - if (lookahead == '=') ADVANCE(377); + if (lookahead == '=') ADVANCE(381); END_STATE(); case 171: - if (lookahead == '=') ADVANCE(378); + if (lookahead == '=') ADVANCE(382); if (lookahead == '>') ADVANCE(172); END_STATE(); case 172: - if (lookahead == '=') ADVANCE(379); + if (lookahead == '=') ADVANCE(383); END_STATE(); case 173: if (lookahead == '>') ADVANCE(171); END_STATE(); case 174: - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'd') || @@ -11896,14 +11971,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('j' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'e') ADVANCE(689); - if (lookahead == 'f') ADVANCE(692); - if (lookahead == 'i') ADVANCE(688); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'e') ADVANCE(693); + if (lookahead == 'f') ADVANCE(696); + if (lookahead == 'i') ADVANCE(692); END_STATE(); case 175: - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'd') || @@ -11911,13 +11986,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('j' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'e') ADVANCE(689); - if (lookahead == 'i') ADVANCE(688); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'e') ADVANCE(693); + if (lookahead == 'i') ADVANCE(692); END_STATE(); case 176: - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'e') || @@ -11926,76 +12001,76 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('j' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'f') ADVANCE(692); - if (lookahead == 'i') ADVANCE(688); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'f') ADVANCE(696); + if (lookahead == 'i') ADVANCE(692); END_STATE(); case 177: - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'd') || ('f' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'e') ADVANCE(689); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'e') ADVANCE(693); END_STATE(); case 178: - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'h') || ('j' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'i') ADVANCE(688); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'i') ADVANCE(692); END_STATE(); case 179: - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); END_STATE(); case 180: - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'J') ADVANCE(688); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); END_STATE(); case 181: - if (lookahead == '[') ADVANCE(363); + if (lookahead == '[') ADVANCE(367); END_STATE(); case 182: if (lookahead == '_') ADVANCE(209); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(391); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(395); END_STATE(); case 183: if (lookahead == '_') ADVANCE(207); if (lookahead == '0' || - lookahead == '1') ADVANCE(393); + lookahead == '1') ADVANCE(397); END_STATE(); case 184: if (lookahead == '_') ADVANCE(221); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(394); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(398); END_STATE(); case 185: - if (lookahead == '`') ADVANCE(398); + if (lookahead == '`') ADVANCE(402); END_STATE(); case 186: - if (lookahead == '`') ADVANCE(398); + if (lookahead == '`') ADVANCE(402); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(210); END_STATE(); case 187: @@ -12011,7 +12086,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'e') ADVANCE(187); END_STATE(); case 191: - if (lookahead == 'e') ADVANCE(333); + if (lookahead == 'e') ADVANCE(337); END_STATE(); case 192: if (lookahead == 'e') ADVANCE(196); @@ -12021,27 +12096,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'i') ADVANCE(195); END_STATE(); case 194: - if (lookahead == 'e') ADVANCE(366); + if (lookahead == 'e') ADVANCE(370); END_STATE(); case 195: - if (lookahead == 'f') ADVANCE(364); + if (lookahead == 'f') ADVANCE(368); END_STATE(); case 196: if (lookahead == 'l') ADVANCE(202); END_STATE(); case 197: - if (lookahead == 'n') ADVANCE(373); - if (lookahead == 's') ADVANCE(370); + if (lookahead == 'n') ADVANCE(377); + if (lookahead == 's') ADVANCE(374); END_STATE(); case 198: - if (lookahead == 'n') ADVANCE(371); - if (lookahead == 's') ADVANCE(368); + if (lookahead == 'n') ADVANCE(375); + if (lookahead == 's') ADVANCE(372); END_STATE(); case 199: if (lookahead == 'o') ADVANCE(189); END_STATE(); case 200: - if (lookahead == 'r') ADVANCE(355); + if (lookahead == 'r') ADVANCE(359); END_STATE(); case 201: if (lookahead == 's') ADVANCE(280); @@ -12050,12 +12125,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 's') ADVANCE(194); END_STATE(); case 203: - if (lookahead == '{') ADVANCE(846); + if (lookahead == '{') ADVANCE(850); END_STATE(); case 204: if (lookahead == '+' || lookahead == '-') ADVANCE(217); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(396); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(400); END_STATE(); case 205: if (lookahead == 'P' || @@ -12074,15 +12149,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 207: if (lookahead == '0' || - lookahead == '1') ADVANCE(393); + lookahead == '1') ADVANCE(397); END_STATE(); case 208: if (lookahead == '8' || lookahead == '9') ADVANCE(154); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(389); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(393); END_STATE(); case 209: - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(391); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(395); END_STATE(); case 210: if (('0' <= lookahead && lookahead <= '7')) ADVANCE(185); @@ -12091,22 +12166,22 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('0' <= lookahead && lookahead <= '7')) ADVANCE(210); END_STATE(); case 212: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(392); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(396); END_STATE(); case 213: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(357); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(361); END_STATE(); case 214: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 215: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(397); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(401); END_STATE(); case 216: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(154); END_STATE(); case 217: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(396); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(400); END_STATE(); case 218: if (sym_rune_literal_character_set_1(lookahead)) ADVANCE(185); @@ -12119,7 +12194,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 219: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(357); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(361); END_STATE(); case 220: if (('0' <= lookahead && lookahead <= '9') || @@ -12129,12 +12204,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 221: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(394); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(398); END_STATE(); case 222: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(387); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(391); END_STATE(); case 223: if (('0' <= lookahead && lookahead <= '9') || @@ -12212,7 +12287,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); END_STATE(); case 238: if (lookahead != 0 && @@ -12222,12 +12297,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { (lookahead < '0' || '9' < lookahead) && lookahead != 'U' && lookahead != 'u' && - lookahead != 'x') ADVANCE(357); + lookahead != 'x') ADVANCE(361); if (lookahead == '\r') ADVANCE(1); - if (lookahead == 'U') ADVANCE(359); - if (lookahead == 'u') ADVANCE(361); - if (lookahead == 'x') ADVANCE(360); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(358); + if (lookahead == 'U') ADVANCE(363); + if (lookahead == 'u') ADVANCE(365); + if (lookahead == 'x') ADVANCE(364); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(362); END_STATE(); case 239: if (lookahead != 0 && @@ -12254,13 +12329,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (eof) ADVANCE(258); if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); - if (lookahead == '"') ADVANCE(847); - if (lookahead == '#') ADVANCE(706); + if (lookahead == '!') ADVANCE(336); + if (lookahead == '"') ADVANCE(851); + if (lookahead == '#') ADVANCE(710); if (lookahead == '$') ADVANCE(176); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(343); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -12268,46 +12343,46 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(298); if (lookahead == '.') ADVANCE(279); if (lookahead == '/') ADVANCE(303); - if (lookahead == '0') ADVANCE(388); - if (lookahead == ':') ADVANCE(326); + if (lookahead == '0') ADVANCE(392); + if (lookahead == ':') ADVANCE(330); if (lookahead == ';') ADVANCE(272); - if (lookahead == '<') ADVANCE(306); + if (lookahead == '<') ADVANCE(323); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '@') ADVANCE(677); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '@') ADVANCE(681); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(337); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(700); + if (lookahead == '^') ADVANCE(341); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(290); if (lookahead == '}') ADVANCE(284); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || lookahead == ' ') SKIP(245) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 245: if (eof) ADVANCE(258); if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); - if (lookahead == '"') ADVANCE(847); - if (lookahead == '#') ADVANCE(706); + if (lookahead == '!') ADVANCE(336); + if (lookahead == '"') ADVANCE(851); + if (lookahead == '#') ADVANCE(710); if (lookahead == '$') ADVANCE(176); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(343); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -12315,46 +12390,46 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(298); if (lookahead == '.') ADVANCE(279); if (lookahead == '/') ADVANCE(303); - if (lookahead == '0') ADVANCE(388); - if (lookahead == ':') ADVANCE(326); + if (lookahead == '0') ADVANCE(392); + if (lookahead == ':') ADVANCE(330); if (lookahead == ';') ADVANCE(272); if (lookahead == '<') ADVANCE(306); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '@') ADVANCE(677); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(337); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(700); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '@') ADVANCE(681); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(341); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(290); if (lookahead == '}') ADVANCE(284); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || lookahead == ' ') SKIP(245) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 246: if (eof) ADVANCE(258); if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); - if (lookahead == '"') ADVANCE(847); - if (lookahead == '#') ADVANCE(706); + if (lookahead == '!') ADVANCE(336); + if (lookahead == '"') ADVANCE(851); + if (lookahead == '#') ADVANCE(710); if (lookahead == '$') ADVANCE(176); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(344); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); @@ -12362,43 +12437,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(279); if (lookahead == '/') ADVANCE(302); - if (lookahead == '0') ADVANCE(388); - if (lookahead == '<') ADVANCE(307); + if (lookahead == '0') ADVANCE(392); + if (lookahead == '<') ADVANCE(324); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '@') ADVANCE(677); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '@') ADVANCE(681); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(700); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || lookahead == ' ') SKIP(247) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 247: if (eof) ADVANCE(258); if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); - if (lookahead == '"') ADVANCE(847); - if (lookahead == '#') ADVANCE(706); + if (lookahead == '!') ADVANCE(336); + if (lookahead == '"') ADVANCE(851); + if (lookahead == '#') ADVANCE(710); if (lookahead == '$') ADVANCE(176); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(344); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); @@ -12406,43 +12481,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(279); if (lookahead == '/') ADVANCE(302); - if (lookahead == '0') ADVANCE(388); + if (lookahead == '0') ADVANCE(392); if (lookahead == '<') ADVANCE(307); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '@') ADVANCE(677); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(700); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '@') ADVANCE(681); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || lookahead == ' ') SKIP(247) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 248: if (eof) ADVANCE(258); if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); - if (lookahead == '"') ADVANCE(847); - if (lookahead == '#') ADVANCE(706); + if (lookahead == '!') ADVANCE(336); + if (lookahead == '"') ADVANCE(851); + if (lookahead == '#') ADVANCE(710); if (lookahead == '$') ADVANCE(174); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(343); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -12450,44 +12525,44 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(298); if (lookahead == '.') ADVANCE(279); if (lookahead == '/') ADVANCE(303); - if (lookahead == '0') ADVANCE(388); + if (lookahead == '0') ADVANCE(392); if (lookahead == ':') ADVANCE(166); - if (lookahead == '<') ADVANCE(306); + if (lookahead == '<') ADVANCE(323); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '@') ADVANCE(677); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '@') ADVANCE(681); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(337); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(700); + if (lookahead == '^') ADVANCE(341); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(290); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || lookahead == ' ') SKIP(249) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 249: if (eof) ADVANCE(258); if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); - if (lookahead == '"') ADVANCE(847); - if (lookahead == '#') ADVANCE(706); + if (lookahead == '!') ADVANCE(336); + if (lookahead == '"') ADVANCE(851); + if (lookahead == '#') ADVANCE(710); if (lookahead == '$') ADVANCE(174); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(343); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(294); @@ -12495,44 +12570,44 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(298); if (lookahead == '.') ADVANCE(279); if (lookahead == '/') ADVANCE(303); - if (lookahead == '0') ADVANCE(388); + if (lookahead == '0') ADVANCE(392); if (lookahead == ':') ADVANCE(166); if (lookahead == '<') ADVANCE(306); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '@') ADVANCE(677); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(337); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(700); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '@') ADVANCE(681); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(341); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(290); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || lookahead == ' ') SKIP(249) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 250: if (eof) ADVANCE(258); if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); - if (lookahead == '"') ADVANCE(847); - if (lookahead == '#') ADVANCE(706); + if (lookahead == '!') ADVANCE(336); + if (lookahead == '"') ADVANCE(851); + if (lookahead == '#') ADVANCE(710); if (lookahead == '$') ADVANCE(174); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(344); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); @@ -12540,43 +12615,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(279); if (lookahead == '/') ADVANCE(302); - if (lookahead == '0') ADVANCE(388); - if (lookahead == '<') ADVANCE(307); + if (lookahead == '0') ADVANCE(392); + if (lookahead == '<') ADVANCE(324); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '@') ADVANCE(677); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '@') ADVANCE(681); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(700); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || lookahead == ' ') SKIP(251) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 251: if (eof) ADVANCE(258); if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(332); - if (lookahead == '"') ADVANCE(847); - if (lookahead == '#') ADVANCE(706); + if (lookahead == '!') ADVANCE(336); + if (lookahead == '"') ADVANCE(851); + if (lookahead == '#') ADVANCE(710); if (lookahead == '$') ADVANCE(174); if (lookahead == '%') ADVANCE(304); - if (lookahead == '&') ADVANCE(340); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(344); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(293); @@ -12584,43 +12659,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(297); if (lookahead == '.') ADVANCE(279); if (lookahead == '/') ADVANCE(302); - if (lookahead == '0') ADVANCE(388); + if (lookahead == '0') ADVANCE(392); if (lookahead == '<') ADVANCE(307); if (lookahead == '=') ADVANCE(167); if (lookahead == '>') ADVANCE(314); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '@') ADVANCE(677); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_2(lookahead)) ADVANCE(700); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '@') ADVANCE(681); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_2(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(291); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || lookahead == ' ') SKIP(251) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 252: if (eof) ADVANCE(258); if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(331); - if (lookahead == '"') ADVANCE(847); - if (lookahead == '#') ADVANCE(705); + if (lookahead == '!') ADVANCE(335); + if (lookahead == '"') ADVANCE(851); + if (lookahead == '#') ADVANCE(709); if (lookahead == '$') ADVANCE(176); if (lookahead == '%') ADVANCE(165); - if (lookahead == '&') ADVANCE(341); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(345); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(301); if (lookahead == '+') ADVANCE(295); @@ -12628,40 +12703,40 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(299); if (lookahead == '.') ADVANCE(279); if (lookahead == '/') ADVANCE(96); - if (lookahead == '0') ADVANCE(388); + if (lookahead == '0') ADVANCE(392); if (lookahead == ':') ADVANCE(166); if (lookahead == '<') ADVANCE(151); if (lookahead == '=') ADVANCE(287); if (lookahead == '>') ADVANCE(173); - if (lookahead == '?') ADVANCE(329); - if (lookahead == '@') ADVANCE(677); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(337); - if (sym_identifier_character_set_4(lookahead)) ADVANCE(700); + if (lookahead == '?') ADVANCE(333); + if (lookahead == '@') ADVANCE(681); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(341); + if (sym_identifier_character_set_4(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(168); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || lookahead == ' ') SKIP(252) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 253: if (eof) ADVANCE(258); if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(331); - if (lookahead == '"') ADVANCE(847); - if (lookahead == '#') ADVANCE(705); + if (lookahead == '!') ADVANCE(335); + if (lookahead == '"') ADVANCE(851); + if (lookahead == '#') ADVANCE(709); if (lookahead == '$') ADVANCE(176); - if (lookahead == '&') ADVANCE(338); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(342); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); if (lookahead == '*') ADVANCE(300); @@ -12670,112 +12745,112 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(296); if (lookahead == '.') ADVANCE(279); if (lookahead == '/') ADVANCE(95); - if (lookahead == '0') ADVANCE(388); + if (lookahead == '0') ADVANCE(392); if (lookahead == ';') ADVANCE(272); if (lookahead == '<') ADVANCE(150); - if (lookahead == '?') ADVANCE(329); - if (lookahead == '@') ADVANCE(677); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_4(lookahead)) ADVANCE(700); + if (lookahead == '?') ADVANCE(333); + if (lookahead == '@') ADVANCE(681); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_4(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(289); if (lookahead == '}') ADVANCE(284); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || lookahead == ' ') SKIP(253) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 254: if (eof) ADVANCE(258); if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(331); - if (lookahead == '"') ADVANCE(847); - if (lookahead == '#') ADVANCE(705); + if (lookahead == '!') ADVANCE(335); + if (lookahead == '"') ADVANCE(851); + if (lookahead == '#') ADVANCE(709); if (lookahead == '$') ADVANCE(176); - if (lookahead == '&') ADVANCE(338); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(342); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(292); if (lookahead == '-') ADVANCE(296); if (lookahead == '.') ADVANCE(279); if (lookahead == '/') ADVANCE(95); - if (lookahead == '0') ADVANCE(388); + if (lookahead == '0') ADVANCE(392); if (lookahead == '<') ADVANCE(150); - if (lookahead == '?') ADVANCE(329); - if (lookahead == '@') ADVANCE(677); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(320); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_4(lookahead)) ADVANCE(700); + if (lookahead == '?') ADVANCE(333); + if (lookahead == '@') ADVANCE(681); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_4(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(289); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || - lookahead == ' ') SKIP(255) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + lookahead == ' ') SKIP(254) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 255: if (eof) ADVANCE(258); if (lookahead == '\n') ADVANCE(259); if (lookahead == '\r') ADVANCE(260); - if (lookahead == '!') ADVANCE(331); - if (lookahead == '"') ADVANCE(847); - if (lookahead == '#') ADVANCE(705); + if (lookahead == '!') ADVANCE(335); + if (lookahead == '"') ADVANCE(851); + if (lookahead == '#') ADVANCE(709); if (lookahead == '$') ADVANCE(176); - if (lookahead == '&') ADVANCE(338); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(342); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(292); if (lookahead == '-') ADVANCE(296); if (lookahead == '.') ADVANCE(279); if (lookahead == '/') ADVANCE(95); - if (lookahead == '0') ADVANCE(388); - if (lookahead == '<') ADVANCE(150); - if (lookahead == '?') ADVANCE(329); - if (lookahead == '@') ADVANCE(677); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_4(lookahead)) ADVANCE(700); + if (lookahead == '0') ADVANCE(392); + if (lookahead == '<') ADVANCE(322); + if (lookahead == '?') ADVANCE(333); + if (lookahead == '@') ADVANCE(681); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(320); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_4(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(289); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || - lookahead == ' ') SKIP(255) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + lookahead == ' ') SKIP(254) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 256: if (eof) ADVANCE(258); - if (lookahead == '!') ADVANCE(332); - if (lookahead == '"') ADVANCE(847); - if (lookahead == '#') ADVANCE(706); - if (lookahead == '$') ADVANCE(353); + if (lookahead == '!') ADVANCE(336); + if (lookahead == '"') ADVANCE(851); + if (lookahead == '#') ADVANCE(710); + if (lookahead == '$') ADVANCE(357); if (lookahead == '%') ADVANCE(305); - if (lookahead == '&') ADVANCE(339); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(343); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); if (lookahead == ')') ADVANCE(286); if (lookahead == '*') ADVANCE(301); @@ -12784,79 +12859,80 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '-') ADVANCE(298); if (lookahead == '.') ADVANCE(274); if (lookahead == '/') ADVANCE(303); - if (lookahead == '0') ADVANCE(676); - if (lookahead == ':') ADVANCE(326); + if (lookahead == '0') ADVANCE(680); + if (lookahead == ':') ADVANCE(330); if (lookahead == ';') ADVANCE(272); if (lookahead == '<') ADVANCE(306); if (lookahead == '=') ADVANCE(288); if (lookahead == '>') ADVANCE(313); - if (lookahead == '?') ADVANCE(330); - if (lookahead == '@') ADVANCE(677); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); + if (lookahead == '?') ADVANCE(334); + if (lookahead == '@') ADVANCE(681); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); if (lookahead == '\\') ADVANCE(238); - if (lookahead == ']') ADVANCE(324); - if (lookahead == '^') ADVANCE(337); - if (sym_identifier_character_set_1(lookahead)) ADVANCE(700); + if (lookahead == ']') ADVANCE(328); + if (lookahead == '^') ADVANCE(341); + if (sym_identifier_character_set_1(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'a') ADVANCE(696); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'i') ADVANCE(686); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'o') ADVANCE(694); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'a') ADVANCE(700); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'i') ADVANCE(690); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'o') ADVANCE(698); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '|') ADVANCE(290); if (lookahead == '}') ADVANCE(284); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(256) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(392); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(396); END_STATE(); case 257: if (eof) ADVANCE(258); - if (lookahead == '!') ADVANCE(331); - if (lookahead == '"') ADVANCE(847); - if (lookahead == '#') ADVANCE(705); + if (lookahead == '!') ADVANCE(335); + if (lookahead == '"') ADVANCE(851); + if (lookahead == '#') ADVANCE(709); if (lookahead == '$') ADVANCE(176); - if (lookahead == '&') ADVANCE(338); - if (lookahead == '\'') ADVANCE(848); + if (lookahead == '&') ADVANCE(342); + if (lookahead == '\'') ADVANCE(852); if (lookahead == '(') ADVANCE(285); + if (lookahead == ')') ADVANCE(286); if (lookahead == '*') ADVANCE(300); if (lookahead == '+') ADVANCE(292); if (lookahead == ',') ADVANCE(283); if (lookahead == '-') ADVANCE(296); if (lookahead == '.') ADVANCE(279); if (lookahead == '/') ADVANCE(95); - if (lookahead == '0') ADVANCE(388); + if (lookahead == '0') ADVANCE(392); if (lookahead == ';') ADVANCE(272); if (lookahead == '<') ADVANCE(150); if (lookahead == '>') ADVANCE(311); - if (lookahead == '?') ADVANCE(329); - if (lookahead == '@') ADVANCE(677); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(334); - if (lookahead == ']') ADVANCE(324); - if (lookahead == '^') ADVANCE(336); - if (sym_identifier_character_set_4(lookahead)) ADVANCE(700); + if (lookahead == '?') ADVANCE(333); + if (lookahead == '@') ADVANCE(681); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(338); + if (lookahead == ']') ADVANCE(328); + if (lookahead == '^') ADVANCE(340); + if (sym_identifier_character_set_4(lookahead)) ADVANCE(704); if (lookahead == '`') ADVANCE(243); - if (lookahead == 'c') ADVANCE(679); - if (lookahead == 'j') ADVANCE(698); - if (lookahead == 'm') ADVANCE(699); - if (lookahead == 'r') ADVANCE(680); + if (lookahead == 'c') ADVANCE(683); + if (lookahead == 'j') ADVANCE(702); + if (lookahead == 'm') ADVANCE(703); + if (lookahead == 'r') ADVANCE(684); if (lookahead == '{') ADVANCE(282); if (lookahead == '}') ADVANCE(284); - if (lookahead == '~') ADVANCE(335); + if (lookahead == '~') ADVANCE(339); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(257) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); case 258: ACCEPT_TOKEN(ts_builtin_sym_end); @@ -12941,7 +13017,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 274: ACCEPT_TOKEN(anon_sym_DOT); - if (lookahead == '.') ADVANCE(704); + if (lookahead == '.') ADVANCE(708); END_STATE(); case 275: ACCEPT_TOKEN(anon_sym_DOT); @@ -12950,20 +13026,20 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 276: ACCEPT_TOKEN(anon_sym_DOT); if (lookahead == '.') ADVANCE(152); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(397); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(401); END_STATE(); case 277: ACCEPT_TOKEN(anon_sym_DOT); - if (lookahead == '.') ADVANCE(703); + if (lookahead == '.') ADVANCE(707); END_STATE(); case 278: ACCEPT_TOKEN(anon_sym_DOT); - if (lookahead == '.') ADVANCE(703); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(397); + if (lookahead == '.') ADVANCE(707); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(401); END_STATE(); case 279: ACCEPT_TOKEN(anon_sym_DOT); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(397); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(401); END_STATE(); case 280: ACCEPT_TOKEN(anon_sym_as); @@ -12976,7 +13052,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); END_STATE(); case 282: ACCEPT_TOKEN(anon_sym_LBRACE); @@ -13005,51 +13081,51 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 290: ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '=') ADVANCE(384); - if (lookahead == '|') ADVANCE(352); + if (lookahead == '=') ADVANCE(388); + if (lookahead == '|') ADVANCE(356); END_STATE(); case 291: ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '|') ADVANCE(352); + if (lookahead == '|') ADVANCE(356); END_STATE(); case 292: ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); case 293: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(327); + if (lookahead == '+') ADVANCE(331); END_STATE(); case 294: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(327); - if (lookahead == '=') ADVANCE(382); + if (lookahead == '+') ADVANCE(331); + if (lookahead == '=') ADVANCE(386); END_STATE(); case 295: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '=') ADVANCE(382); + if (lookahead == '=') ADVANCE(386); END_STATE(); case 296: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 297: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(328); + if (lookahead == '-') ADVANCE(332); END_STATE(); case 298: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(328); - if (lookahead == '=') ADVANCE(383); + if (lookahead == '-') ADVANCE(332); + if (lookahead == '=') ADVANCE(387); END_STATE(); case 299: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '=') ADVANCE(383); + if (lookahead == '=') ADVANCE(387); END_STATE(); case 300: ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); case 301: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '=') ADVANCE(374); + if (lookahead == '=') ADVANCE(378); END_STATE(); case 302: ACCEPT_TOKEN(anon_sym_SLASH); @@ -13060,35 +13136,35 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(anon_sym_SLASH); if (lookahead == '*') ADVANCE(97); if (lookahead == '/') ADVANCE(270); - if (lookahead == '=') ADVANCE(375); + if (lookahead == '=') ADVANCE(379); END_STATE(); case 304: ACCEPT_TOKEN(anon_sym_PERCENT); END_STATE(); case 305: ACCEPT_TOKEN(anon_sym_PERCENT); - if (lookahead == '=') ADVANCE(376); + if (lookahead == '=') ADVANCE(380); END_STATE(); case 306: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '-') ADVANCE(342); - if (lookahead == '<') ADVANCE(344); + if (lookahead == '-') ADVANCE(346); + if (lookahead == '<') ADVANCE(348); if (lookahead == '=') ADVANCE(317); END_STATE(); case 307: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '-') ADVANCE(342); - if (lookahead == '<') ADVANCE(343); + if (lookahead == '-') ADVANCE(346); + if (lookahead == '<') ADVANCE(347); if (lookahead == '=') ADVANCE(317); END_STATE(); case 308: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(344); + if (lookahead == '<') ADVANCE(348); if (lookahead == '=') ADVANCE(317); END_STATE(); case 309: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(343); + if (lookahead == '<') ADVANCE(347); if (lookahead == '=') ADVANCE(317); END_STATE(); case 310: @@ -13105,12 +13181,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 313: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(318); - if (lookahead == '>') ADVANCE(345); + if (lookahead == '>') ADVANCE(349); END_STATE(); case 314: ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(318); - if (lookahead == '>') ADVANCE(346); + if (lookahead == '>') ADVANCE(350); END_STATE(); case 315: ACCEPT_TOKEN(anon_sym_EQ_EQ); @@ -13135,123 +13211,143 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 322: ACCEPT_TOKEN(anon_sym_LT2); - if (lookahead == '-') ADVANCE(342); - if (lookahead == '<') ADVANCE(344); - if (lookahead == '=') ADVANCE(317); + if (lookahead == '-') ADVANCE(346); END_STATE(); case 323: ACCEPT_TOKEN(anon_sym_LT2); + if (lookahead == '-') ADVANCE(346); + if (lookahead == '<') ADVANCE(348); if (lookahead == '=') ADVANCE(317); END_STATE(); case 324: - ACCEPT_TOKEN(anon_sym_RBRACK); + ACCEPT_TOKEN(anon_sym_LT2); + if (lookahead == '-') ADVANCE(346); + if (lookahead == '<') ADVANCE(347); + if (lookahead == '=') ADVANCE(317); END_STATE(); case 325: - ACCEPT_TOKEN(anon_sym_COLON); + ACCEPT_TOKEN(anon_sym_LT2); + if (lookahead == '<') ADVANCE(348); + if (lookahead == '=') ADVANCE(317); END_STATE(); case 326: - ACCEPT_TOKEN(anon_sym_COLON); - if (lookahead == '=') ADVANCE(386); + ACCEPT_TOKEN(anon_sym_LT2); + if (lookahead == '<') ADVANCE(347); + if (lookahead == '=') ADVANCE(317); END_STATE(); case 327: - ACCEPT_TOKEN(anon_sym_PLUS_PLUS); + ACCEPT_TOKEN(anon_sym_LT2); + if (lookahead == '=') ADVANCE(317); END_STATE(); case 328: - ACCEPT_TOKEN(anon_sym_DASH_DASH); + ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 329: - ACCEPT_TOKEN(anon_sym_QMARK); + ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 330: - ACCEPT_TOKEN(anon_sym_QMARK); - if (lookahead == '.') ADVANCE(362); + ACCEPT_TOKEN(anon_sym_COLON); + if (lookahead == '=') ADVANCE(390); END_STATE(); case 331: - ACCEPT_TOKEN(anon_sym_BANG); + ACCEPT_TOKEN(anon_sym_PLUS_PLUS); END_STATE(); case 332: + ACCEPT_TOKEN(anon_sym_DASH_DASH); + END_STATE(); + case 333: + ACCEPT_TOKEN(anon_sym_QMARK); + END_STATE(); + case 334: + ACCEPT_TOKEN(anon_sym_QMARK); + if (lookahead == '.') ADVANCE(366); + END_STATE(); + case 335: + ACCEPT_TOKEN(anon_sym_BANG); + END_STATE(); + case 336: ACCEPT_TOKEN(anon_sym_BANG); if (lookahead == '=') ADVANCE(316); if (lookahead == 'i') ADVANCE(197); END_STATE(); - case 333: + case 337: ACCEPT_TOKEN(anon_sym_json_DOTdecode); END_STATE(); - case 334: + case 338: ACCEPT_TOKEN(anon_sym_LBRACK2); END_STATE(); - case 335: + case 339: ACCEPT_TOKEN(anon_sym_TILDE); END_STATE(); - case 336: + case 340: ACCEPT_TOKEN(anon_sym_CARET); END_STATE(); - case 337: + case 341: ACCEPT_TOKEN(anon_sym_CARET); - if (lookahead == '=') ADVANCE(385); + if (lookahead == '=') ADVANCE(389); END_STATE(); - case 338: + case 342: ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); - case 339: + case 343: ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(351); - if (lookahead == '=') ADVANCE(380); - if (lookahead == '^') ADVANCE(350); + if (lookahead == '&') ADVANCE(355); + if (lookahead == '=') ADVANCE(384); + if (lookahead == '^') ADVANCE(354); END_STATE(); - case 340: + case 344: ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(351); - if (lookahead == '^') ADVANCE(349); + if (lookahead == '&') ADVANCE(355); + if (lookahead == '^') ADVANCE(353); END_STATE(); - case 341: + case 345: ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '=') ADVANCE(380); + if (lookahead == '=') ADVANCE(384); if (lookahead == '^') ADVANCE(169); END_STATE(); - case 342: + case 346: ACCEPT_TOKEN(anon_sym_LT_DASH); END_STATE(); - case 343: + case 347: ACCEPT_TOKEN(anon_sym_LT_LT); END_STATE(); - case 344: + case 348: ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '=') ADVANCE(377); + if (lookahead == '=') ADVANCE(381); END_STATE(); - case 345: + case 349: ACCEPT_TOKEN(anon_sym_GT_GT); - if (lookahead == '=') ADVANCE(378); - if (lookahead == '>') ADVANCE(348); + if (lookahead == '=') ADVANCE(382); + if (lookahead == '>') ADVANCE(352); END_STATE(); - case 346: + case 350: ACCEPT_TOKEN(anon_sym_GT_GT); - if (lookahead == '>') ADVANCE(347); + if (lookahead == '>') ADVANCE(351); END_STATE(); - case 347: + case 351: ACCEPT_TOKEN(anon_sym_GT_GT_GT); END_STATE(); - case 348: + case 352: ACCEPT_TOKEN(anon_sym_GT_GT_GT); - if (lookahead == '=') ADVANCE(379); + if (lookahead == '=') ADVANCE(383); END_STATE(); - case 349: + case 353: ACCEPT_TOKEN(anon_sym_AMP_CARET); END_STATE(); - case 350: + case 354: ACCEPT_TOKEN(anon_sym_AMP_CARET); - if (lookahead == '=') ADVANCE(381); + if (lookahead == '=') ADVANCE(385); END_STATE(); - case 351: + case 355: ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); - case 352: + case 356: ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); - case 353: + case 357: ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'd') || @@ -13260,27 +13356,27 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('j' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'e') ADVANCE(689); - if (lookahead == 'f') ADVANCE(692); - if (lookahead == 'i') ADVANCE(688); - if (lookahead == '{') ADVANCE(846); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'e') ADVANCE(693); + if (lookahead == 'f') ADVANCE(696); + if (lookahead == 'i') ADVANCE(692); + if (lookahead == '{') ADVANCE(850); END_STATE(); - case 354: + case 358: ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); END_STATE(); - case 355: + case 359: ACCEPT_TOKEN(anon_sym_or); END_STATE(); - case 356: + case 360: ACCEPT_TOKEN(anon_sym_or); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -13288,43 +13384,43 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); END_STATE(); - case 357: + case 361: ACCEPT_TOKEN(sym_escape_sequence); END_STATE(); - case 358: + case 362: ACCEPT_TOKEN(sym_escape_sequence); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(213); END_STATE(); - case 359: + case 363: ACCEPT_TOKEN(sym_escape_sequence); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(234); END_STATE(); - case 360: + case 364: ACCEPT_TOKEN(sym_escape_sequence); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(219); END_STATE(); - case 361: + case 365: ACCEPT_TOKEN(sym_escape_sequence); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(227); END_STATE(); - case 362: + case 366: ACCEPT_TOKEN(anon_sym_QMARK_DOT); END_STATE(); - case 363: + case 367: ACCEPT_TOKEN(anon_sym_POUND_LBRACK); END_STATE(); - case 364: + case 368: ACCEPT_TOKEN(anon_sym_DOLLARif); END_STATE(); - case 365: + case 369: ACCEPT_TOKEN(anon_sym_DOLLARif); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -13332,12 +13428,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); END_STATE(); - case 366: + case 370: ACCEPT_TOKEN(anon_sym_DOLLARelse); END_STATE(); - case 367: + case 371: ACCEPT_TOKEN(anon_sym_DOLLARelse); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -13345,12 +13441,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); END_STATE(); - case 368: + case 372: ACCEPT_TOKEN(anon_sym_is); END_STATE(); - case 369: + case 373: ACCEPT_TOKEN(anon_sym_is); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -13358,15 +13454,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); END_STATE(); - case 370: + case 374: ACCEPT_TOKEN(anon_sym_BANGis); END_STATE(); - case 371: + case 375: ACCEPT_TOKEN(anon_sym_in); END_STATE(); - case 372: + case 376: ACCEPT_TOKEN(anon_sym_in); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -13374,51 +13470,51 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); END_STATE(); - case 373: + case 377: ACCEPT_TOKEN(anon_sym_BANGin); END_STATE(); - case 374: + case 378: ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); - case 375: + case 379: ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); - case 376: + case 380: ACCEPT_TOKEN(anon_sym_PERCENT_EQ); END_STATE(); - case 377: + case 381: ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); - case 378: + case 382: ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); - case 379: + case 383: ACCEPT_TOKEN(anon_sym_GT_GT_GT_EQ); END_STATE(); - case 380: + case 384: ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); - case 381: + case 385: ACCEPT_TOKEN(anon_sym_AMP_CARET_EQ); END_STATE(); - case 382: + case 386: ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); - case 383: + case 387: ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); - case 384: + case 388: ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); - case 385: + case 389: ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); - case 386: + case 390: ACCEPT_TOKEN(anon_sym_COLON_EQ); END_STATE(); - case 387: + case 391: ACCEPT_TOKEN(sym_int_literal); if (lookahead == '.') ADVANCE(206); if (lookahead == 'P' || @@ -13426,9 +13522,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '_') ADVANCE(222); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(387); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(391); END_STATE(); - case 388: + case 392: ACCEPT_TOKEN(sym_int_literal); if (lookahead == '.') ADVANCE(215); if (lookahead == 'B' || @@ -13442,9 +13538,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '_') ADVANCE(208); if (lookahead == '8' || lookahead == '9') ADVANCE(154); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(389); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(393); END_STATE(); - case 389: + case 393: ACCEPT_TOKEN(sym_int_literal); if (lookahead == '.') ADVANCE(215); if (lookahead == 'E' || @@ -13452,40 +13548,40 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '_') ADVANCE(208); if (lookahead == '8' || lookahead == '9') ADVANCE(154); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(389); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(393); END_STATE(); - case 390: + case 394: ACCEPT_TOKEN(sym_int_literal); if (lookahead == '.') ADVANCE(215); if (lookahead == 'E' || lookahead == 'e') ADVANCE(204); if (lookahead == '_') ADVANCE(214); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(390); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(394); END_STATE(); - case 391: + case 395: ACCEPT_TOKEN(sym_int_literal); if (lookahead == '_') ADVANCE(209); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(391); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(395); END_STATE(); - case 392: + case 396: ACCEPT_TOKEN(sym_int_literal); if (lookahead == '_') ADVANCE(212); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(392); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(396); END_STATE(); - case 393: + case 397: ACCEPT_TOKEN(sym_int_literal); if (lookahead == '_') ADVANCE(207); if (lookahead == '0' || - lookahead == '1') ADVANCE(393); + lookahead == '1') ADVANCE(397); END_STATE(); - case 394: + case 398: ACCEPT_TOKEN(sym_int_literal); if (lookahead == '_') ADVANCE(221); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(394); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(398); END_STATE(); - case 395: + case 399: ACCEPT_TOKEN(sym_int_literal); if (lookahead == 'B' || lookahead == 'b') ADVANCE(183); @@ -13494,481 +13590,445 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'X' || lookahead == 'x') ADVANCE(184); if (lookahead == '_') ADVANCE(209); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(391); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(395); END_STATE(); - case 396: + case 400: ACCEPT_TOKEN(sym_float_literal); if (lookahead == '_') ADVANCE(217); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(396); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(400); END_STATE(); - case 397: + case 401: ACCEPT_TOKEN(sym_float_literal); if (lookahead == 'E' || lookahead == 'e') ADVANCE(204); if (lookahead == '_') ADVANCE(215); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(397); - END_STATE(); - case 398: - ACCEPT_TOKEN(sym_rune_literal); - END_STATE(); - case 399: - ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(467); - if (lookahead == '/') ADVANCE(414); - if (lookahead != 0 && - lookahead != '$' && - lookahead != '\'' && - lookahead != '\\') ADVANCE(399); - END_STATE(); - case 400: - ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(467); - if (lookahead == '/') ADVANCE(436); - if (lookahead != 0 && - lookahead != '$' && - lookahead != '\'' && - lookahead != '\\') ADVANCE(433); - END_STATE(); - case 401: - ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(467); - if (lookahead == '/') ADVANCE(399); - if (lookahead != 0 && - lookahead != '$' && - lookahead != '\'' && - lookahead != '\\') ADVANCE(399); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(401); END_STATE(); case 402: - ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(467); - if (lookahead == '/') ADVANCE(437); - if (lookahead != 0 && - lookahead != '$' && - lookahead != '\'' && - lookahead != '\\') ADVANCE(412); + ACCEPT_TOKEN(sym_rune_literal); END_STATE(); case 403: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(467); + if (lookahead == '*') ADVANCE(471); + if (lookahead == '/') ADVANCE(418); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(465); + lookahead != '\\') ADVANCE(403); END_STATE(); case 404: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(467); + if (lookahead == '*') ADVANCE(471); + if (lookahead == '/') ADVANCE(440); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(411); + lookahead != '\\') ADVANCE(437); END_STATE(); case 405: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(467); + if (lookahead == '*') ADVANCE(471); + if (lookahead == '/') ADVANCE(403); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(399); + lookahead != '\\') ADVANCE(403); END_STATE(); case 406: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(463); - if (lookahead == '/') ADVANCE(415); + if (lookahead == '*') ADVANCE(471); + if (lookahead == '/') ADVANCE(441); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(406); + lookahead != '\\') ADVANCE(416); END_STATE(); case 407: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(463); + if (lookahead == '*') ADVANCE(471); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(407); + lookahead != '\\') ADVANCE(469); END_STATE(); case 408: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(463); + if (lookahead == '*') ADVANCE(471); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(406); + lookahead != '\\') ADVANCE(415); END_STATE(); case 409: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(410); - if (lookahead == '/') ADVANCE(466); + if (lookahead == '*') ADVANCE(471); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(467); + lookahead != '\\') ADVANCE(403); END_STATE(); case 410: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(401); - if (lookahead == '/') ADVANCE(407); + if (lookahead == '*') ADVANCE(467); + if (lookahead == '/') ADVANCE(419); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(408); + lookahead != '\\') ADVANCE(410); END_STATE(); case 411: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(405); - if (lookahead == '/') ADVANCE(419); + if (lookahead == '*') ADVANCE(467); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(421); + lookahead != '\\') ADVANCE(411); END_STATE(); case 412: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(405); - if (lookahead == '/') ADVANCE(432); + if (lookahead == '*') ADVANCE(467); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(420); + lookahead != '\\') ADVANCE(410); END_STATE(); case 413: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(405); - if (lookahead == '/') ADVANCE(447); + if (lookahead == '*') ADVANCE(414); + if (lookahead == '/') ADVANCE(470); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(448); + lookahead != '\\') ADVANCE(471); END_STATE(); case 414: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(416); - if (lookahead == '/') ADVANCE(414); + if (lookahead == '*') ADVANCE(405); + if (lookahead == '/') ADVANCE(411); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(399); + lookahead != '\\') ADVANCE(412); END_STATE(); case 415: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(416); - if (lookahead == '/') ADVANCE(415); + if (lookahead == '*') ADVANCE(409); + if (lookahead == '/') ADVANCE(423); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(406); + lookahead != '\\') ADVANCE(425); END_STATE(); case 416: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(417); - if (lookahead == '/') ADVANCE(467); + if (lookahead == '*') ADVANCE(409); + if (lookahead == '/') ADVANCE(436); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(404); + lookahead != '\\') ADVANCE(424); END_STATE(); case 417: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(417); - if (lookahead == '/') ADVANCE(411); + if (lookahead == '*') ADVANCE(409); + if (lookahead == '/') ADVANCE(451); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(411); + lookahead != '\\') ADVANCE(452); END_STATE(); case 418: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(417); - if (lookahead == '/') ADVANCE(399); + if (lookahead == '*') ADVANCE(420); + if (lookahead == '/') ADVANCE(418); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(402); + lookahead != '\\') ADVANCE(403); END_STATE(); case 419: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(426); + if (lookahead == '*') ADVANCE(420); if (lookahead == '/') ADVANCE(419); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(461); + lookahead != '\\') ADVANCE(410); END_STATE(); case 420: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(426); - if (lookahead == '/') ADVANCE(432); + if (lookahead == '*') ADVANCE(421); + if (lookahead == '/') ADVANCE(471); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(460); + lookahead != '\\') ADVANCE(408); END_STATE(); case 421: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(426); - if (lookahead == '/') ADVANCE(420); + if (lookahead == '*') ADVANCE(421); + if (lookahead == '/') ADVANCE(415); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(460); + lookahead != '\\') ADVANCE(415); END_STATE(); case 422: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(424); - if (lookahead == '/') ADVANCE(467); + if (lookahead == '*') ADVANCE(421); + if (lookahead == '/') ADVANCE(403); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(422); + lookahead != '\\') ADVANCE(406); END_STATE(); case 423: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(424); - if (lookahead == '/') ADVANCE(414); + if (lookahead == '*') ADVANCE(430); + if (lookahead == '/') ADVANCE(423); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(423); + lookahead != '\\') ADVANCE(465); END_STATE(); case 424: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(424); - if (lookahead == '/') ADVANCE(403); + if (lookahead == '*') ADVANCE(430); + if (lookahead == '/') ADVANCE(436); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(422); + lookahead != '\\') ADVANCE(464); END_STATE(); case 425: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(424); - if (lookahead == '/') ADVANCE(411); + if (lookahead == '*') ADVANCE(430); + if (lookahead == '/') ADVANCE(424); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(459); + lookahead != '\\') ADVANCE(464); END_STATE(); case 426: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(424); - if (lookahead == '/') ADVANCE(399); + if (lookahead == '*') ADVANCE(428); + if (lookahead == '/') ADVANCE(471); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(423); + lookahead != '\\') ADVANCE(426); END_STATE(); case 427: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(424); - if (lookahead == '/') ADVANCE(400); + if (lookahead == '*') ADVANCE(428); + if (lookahead == '/') ADVANCE(418); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(423); + lookahead != '\\') ADVANCE(427); END_STATE(); case 428: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(424); - if (lookahead == '/') ADVANCE(437); + if (lookahead == '*') ADVANCE(428); + if (lookahead == '/') ADVANCE(407); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(460); + lookahead != '\\') ADVANCE(426); END_STATE(); case 429: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(422); - if (lookahead == '/') ADVANCE(465); + if (lookahead == '*') ADVANCE(428); + if (lookahead == '/') ADVANCE(415); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(449); + lookahead != '\\') ADVANCE(463); END_STATE(); case 430: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(422); - if (lookahead == '/') ADVANCE(414); + if (lookahead == '*') ADVANCE(428); + if (lookahead == '/') ADVANCE(403); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(423); + lookahead != '\\') ADVANCE(427); END_STATE(); case 431: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(422); - if (lookahead == '/') ADVANCE(436); + if (lookahead == '*') ADVANCE(428); + if (lookahead == '/') ADVANCE(404); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(450); + lookahead != '\\') ADVANCE(427); END_STATE(); case 432: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(443); - if (lookahead == '/') ADVANCE(432); + if (lookahead == '*') ADVANCE(428); + if (lookahead == '/') ADVANCE(441); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(460); + lookahead != '\\') ADVANCE(464); END_STATE(); case 433: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(435); - if (lookahead == '/') ADVANCE(414); + if (lookahead == '*') ADVANCE(426); + if (lookahead == '/') ADVANCE(469); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(434); + lookahead != '\\') ADVANCE(453); END_STATE(); case 434: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(435); - if (lookahead == '/') ADVANCE(441); + if (lookahead == '*') ADVANCE(426); + if (lookahead == '/') ADVANCE(418); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(438); + lookahead != '\\') ADVANCE(427); END_STATE(); case 435: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(435); - if (lookahead == '/') ADVANCE(464); + if (lookahead == '*') ADVANCE(426); + if (lookahead == '/') ADVANCE(440); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(439); + lookahead != '\\') ADVANCE(454); END_STATE(); case 436: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(445); - if (lookahead == '/') ADVANCE(414); + if (lookahead == '*') ADVANCE(447); + if (lookahead == '/') ADVANCE(436); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(434); + lookahead != '\\') ADVANCE(464); END_STATE(); case 437: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(418); - if (lookahead == '/') ADVANCE(432); + if (lookahead == '*') ADVANCE(439); + if (lookahead == '/') ADVANCE(418); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(420); + lookahead != '\\') ADVANCE(438); END_STATE(); case 438: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(454); - if (lookahead == '/') ADVANCE(441); + if (lookahead == '*') ADVANCE(439); + if (lookahead == '/') ADVANCE(445); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(451); + lookahead != '\\') ADVANCE(442); END_STATE(); case 439: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(454); - if (lookahead == '/') ADVANCE(464); + if (lookahead == '*') ADVANCE(439); + if (lookahead == '/') ADVANCE(468); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(454); + lookahead != '\\') ADVANCE(443); END_STATE(); case 440: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(454); - if (lookahead == '/') ADVANCE(419); + if (lookahead == '*') ADVANCE(449); + if (lookahead == '/') ADVANCE(418); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(456); + lookahead != '\\') ADVANCE(438); END_STATE(); case 441: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(442); - if (lookahead == '/') ADVANCE(414); + if (lookahead == '*') ADVANCE(422); + if (lookahead == '/') ADVANCE(436); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(423); + lookahead != '\\') ADVANCE(424); END_STATE(); case 442: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(444); - if (lookahead == '/') ADVANCE(467); + if (lookahead == '*') ADVANCE(458); + if (lookahead == '/') ADVANCE(445); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(425); + lookahead != '\\') ADVANCE(455); END_STATE(); case 443: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(444); - if (lookahead == '/') ADVANCE(399); + if (lookahead == '*') ADVANCE(458); + if (lookahead == '/') ADVANCE(468); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(428); + lookahead != '\\') ADVANCE(458); END_STATE(); case 444: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(444); - if (lookahead == '/') ADVANCE(413); + if (lookahead == '*') ADVANCE(458); + if (lookahead == '/') ADVANCE(423); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(459); + lookahead != '\\') ADVANCE(460); END_STATE(); case 445: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); if (lookahead == '*') ADVANCE(446); - if (lookahead == '/') ADVANCE(464); + if (lookahead == '/') ADVANCE(418); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(440); + lookahead != '\\') ADVANCE(427); END_STATE(); case 446: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(446); - if (lookahead == '/') ADVANCE(419); + if (lookahead == '*') ADVANCE(448); + if (lookahead == '/') ADVANCE(471); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(447); + lookahead != '\\') ADVANCE(429); END_STATE(); case 447: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(452); - if (lookahead == '/') ADVANCE(419); + if (lookahead == '*') ADVANCE(448); + if (lookahead == '/') ADVANCE(403); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(458); + lookahead != '\\') ADVANCE(432); END_STATE(); case 448: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(452); - if (lookahead == '/') ADVANCE(420); + if (lookahead == '*') ADVANCE(448); + if (lookahead == '/') ADVANCE(417); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(457); + lookahead != '\\') ADVANCE(463); END_STATE(); case 449: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(453); - if (lookahead == '/') ADVANCE(467); + if (lookahead == '*') ADVANCE(450); + if (lookahead == '/') ADVANCE(468); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(454); + lookahead != '\\') ADVANCE(444); END_STATE(); case 450: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(453); - if (lookahead == '/') ADVANCE(414); + if (lookahead == '*') ADVANCE(450); + if (lookahead == '/') ADVANCE(423); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && @@ -13976,613 +14036,613 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 451: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(453); - if (lookahead == '/') ADVANCE(441); + if (lookahead == '*') ADVANCE(456); + if (lookahead == '/') ADVANCE(423); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(451); + lookahead != '\\') ADVANCE(462); END_STATE(); case 452: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(453); - if (lookahead == '/') ADVANCE(430); + if (lookahead == '*') ADVANCE(456); + if (lookahead == '/') ADVANCE(424); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(451); + lookahead != '\\') ADVANCE(461); END_STATE(); case 453: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(453); - if (lookahead == '/') ADVANCE(429); + if (lookahead == '*') ADVANCE(457); + if (lookahead == '/') ADVANCE(471); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(454); + lookahead != '\\') ADVANCE(458); END_STATE(); case 454: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(453); - if (lookahead == '/') ADVANCE(464); + if (lookahead == '*') ADVANCE(457); + if (lookahead == '/') ADVANCE(418); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(454); + lookahead != '\\') ADVANCE(455); END_STATE(); case 455: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(453); - if (lookahead == '/') ADVANCE(431); + if (lookahead == '*') ADVANCE(457); + if (lookahead == '/') ADVANCE(445); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(451); + lookahead != '\\') ADVANCE(455); END_STATE(); case 456: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(455); - if (lookahead == '/') ADVANCE(419); + if (lookahead == '*') ADVANCE(457); + if (lookahead == '/') ADVANCE(434); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(458); + lookahead != '\\') ADVANCE(455); END_STATE(); case 457: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(455); - if (lookahead == '/') ADVANCE(432); + if (lookahead == '*') ADVANCE(457); + if (lookahead == '/') ADVANCE(433); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(457); + lookahead != '\\') ADVANCE(458); END_STATE(); case 458: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(455); - if (lookahead == '/') ADVANCE(420); + if (lookahead == '*') ADVANCE(457); + if (lookahead == '/') ADVANCE(468); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(457); + lookahead != '\\') ADVANCE(458); END_STATE(); case 459: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(427); - if (lookahead == '/') ADVANCE(419); + if (lookahead == '*') ADVANCE(457); + if (lookahead == '/') ADVANCE(435); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(461); + lookahead != '\\') ADVANCE(455); END_STATE(); case 460: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(427); - if (lookahead == '/') ADVANCE(432); + if (lookahead == '*') ADVANCE(459); + if (lookahead == '/') ADVANCE(423); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(460); + lookahead != '\\') ADVANCE(462); END_STATE(); case 461: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '*') ADVANCE(427); - if (lookahead == '/') ADVANCE(420); + if (lookahead == '*') ADVANCE(459); + if (lookahead == '/') ADVANCE(436); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(460); + lookahead != '\\') ADVANCE(461); END_STATE(); case 462: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '/') ADVANCE(409); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(462); + if (lookahead == '*') ADVANCE(459); + if (lookahead == '/') ADVANCE(424); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(467); + lookahead != '\\') ADVANCE(461); END_STATE(); case 463: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '/') ADVANCE(467); + if (lookahead == '*') ADVANCE(431); + if (lookahead == '/') ADVANCE(423); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(467); + lookahead != '\\') ADVANCE(465); END_STATE(); case 464: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '/') ADVANCE(467); + if (lookahead == '*') ADVANCE(431); + if (lookahead == '/') ADVANCE(436); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(422); + lookahead != '\\') ADVANCE(464); END_STATE(); case 465: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '/') ADVANCE(467); + if (lookahead == '*') ADVANCE(431); + if (lookahead == '/') ADVANCE(424); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(435); + lookahead != '\\') ADVANCE(464); END_STATE(); case 466: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); - if (lookahead == '\n' || - lookahead == '\r') ADVANCE(467); + if (lookahead == '/') ADVANCE(413); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(466); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(466); + lookahead != '\\') ADVANCE(471); END_STATE(); case 467: ACCEPT_TOKEN(aux_sym_c_string_literal_token1); + if (lookahead == '/') ADVANCE(471); if (lookahead != 0 && lookahead != '$' && lookahead != '\'' && - lookahead != '\\') ADVANCE(467); + lookahead != '\\') ADVANCE(471); END_STATE(); case 468: - ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(536); - if (lookahead == '/') ADVANCE(483); + ACCEPT_TOKEN(aux_sym_c_string_literal_token1); + if (lookahead == '/') ADVANCE(471); if (lookahead != 0 && - lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(468); + lookahead != '\'' && + lookahead != '\\') ADVANCE(426); END_STATE(); case 469: - ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(536); - if (lookahead == '/') ADVANCE(505); + ACCEPT_TOKEN(aux_sym_c_string_literal_token1); + if (lookahead == '/') ADVANCE(471); if (lookahead != 0 && - lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(502); + lookahead != '\'' && + lookahead != '\\') ADVANCE(439); END_STATE(); case 470: - ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(536); - if (lookahead == '/') ADVANCE(468); + ACCEPT_TOKEN(aux_sym_c_string_literal_token1); + if (lookahead == '\n' || + lookahead == '\r') ADVANCE(471); if (lookahead != 0 && - lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(468); + lookahead != '\'' && + lookahead != '\\') ADVANCE(470); END_STATE(); case 471: - ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(536); - if (lookahead == '/') ADVANCE(506); + ACCEPT_TOKEN(aux_sym_c_string_literal_token1); if (lookahead != 0 && - lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(481); + lookahead != '\'' && + lookahead != '\\') ADVANCE(471); END_STATE(); case 472: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(536); + if (lookahead == '*') ADVANCE(540); + if (lookahead == '/') ADVANCE(487); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(534); + lookahead != '\\') ADVANCE(472); END_STATE(); case 473: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(536); + if (lookahead == '*') ADVANCE(540); + if (lookahead == '/') ADVANCE(509); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(480); + lookahead != '\\') ADVANCE(506); END_STATE(); case 474: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(536); + if (lookahead == '*') ADVANCE(540); + if (lookahead == '/') ADVANCE(472); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(468); + lookahead != '\\') ADVANCE(472); END_STATE(); case 475: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(532); - if (lookahead == '/') ADVANCE(484); + if (lookahead == '*') ADVANCE(540); + if (lookahead == '/') ADVANCE(510); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(475); + lookahead != '\\') ADVANCE(485); END_STATE(); case 476: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(532); + if (lookahead == '*') ADVANCE(540); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(476); + lookahead != '\\') ADVANCE(538); END_STATE(); case 477: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(532); + if (lookahead == '*') ADVANCE(540); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(475); + lookahead != '\\') ADVANCE(484); END_STATE(); case 478: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(479); - if (lookahead == '/') ADVANCE(535); + if (lookahead == '*') ADVANCE(540); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(536); + lookahead != '\\') ADVANCE(472); END_STATE(); case 479: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(470); - if (lookahead == '/') ADVANCE(476); + if (lookahead == '*') ADVANCE(536); + if (lookahead == '/') ADVANCE(488); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(477); + lookahead != '\\') ADVANCE(479); END_STATE(); case 480: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(474); - if (lookahead == '/') ADVANCE(488); + if (lookahead == '*') ADVANCE(536); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(490); + lookahead != '\\') ADVANCE(480); END_STATE(); case 481: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(474); - if (lookahead == '/') ADVANCE(501); + if (lookahead == '*') ADVANCE(536); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(489); + lookahead != '\\') ADVANCE(479); END_STATE(); case 482: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(474); - if (lookahead == '/') ADVANCE(516); + if (lookahead == '*') ADVANCE(483); + if (lookahead == '/') ADVANCE(539); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(517); + lookahead != '\\') ADVANCE(540); END_STATE(); case 483: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(485); - if (lookahead == '/') ADVANCE(483); + if (lookahead == '*') ADVANCE(474); + if (lookahead == '/') ADVANCE(480); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(468); + lookahead != '\\') ADVANCE(481); END_STATE(); case 484: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(485); - if (lookahead == '/') ADVANCE(484); + if (lookahead == '*') ADVANCE(478); + if (lookahead == '/') ADVANCE(492); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(475); + lookahead != '\\') ADVANCE(494); END_STATE(); case 485: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(486); - if (lookahead == '/') ADVANCE(536); + if (lookahead == '*') ADVANCE(478); + if (lookahead == '/') ADVANCE(505); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(473); + lookahead != '\\') ADVANCE(493); END_STATE(); case 486: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(486); - if (lookahead == '/') ADVANCE(480); + if (lookahead == '*') ADVANCE(478); + if (lookahead == '/') ADVANCE(520); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(480); + lookahead != '\\') ADVANCE(521); END_STATE(); case 487: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(486); - if (lookahead == '/') ADVANCE(468); + if (lookahead == '*') ADVANCE(489); + if (lookahead == '/') ADVANCE(487); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(471); + lookahead != '\\') ADVANCE(472); END_STATE(); case 488: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(495); + if (lookahead == '*') ADVANCE(489); if (lookahead == '/') ADVANCE(488); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(530); + lookahead != '\\') ADVANCE(479); END_STATE(); case 489: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(495); - if (lookahead == '/') ADVANCE(501); + if (lookahead == '*') ADVANCE(490); + if (lookahead == '/') ADVANCE(540); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(529); + lookahead != '\\') ADVANCE(477); END_STATE(); case 490: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(495); - if (lookahead == '/') ADVANCE(489); + if (lookahead == '*') ADVANCE(490); + if (lookahead == '/') ADVANCE(484); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(529); + lookahead != '\\') ADVANCE(484); END_STATE(); case 491: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(493); - if (lookahead == '/') ADVANCE(536); + if (lookahead == '*') ADVANCE(490); + if (lookahead == '/') ADVANCE(472); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(491); + lookahead != '\\') ADVANCE(475); END_STATE(); case 492: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(493); - if (lookahead == '/') ADVANCE(483); + if (lookahead == '*') ADVANCE(499); + if (lookahead == '/') ADVANCE(492); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(492); + lookahead != '\\') ADVANCE(534); END_STATE(); case 493: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(493); - if (lookahead == '/') ADVANCE(472); + if (lookahead == '*') ADVANCE(499); + if (lookahead == '/') ADVANCE(505); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(491); + lookahead != '\\') ADVANCE(533); END_STATE(); case 494: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(493); - if (lookahead == '/') ADVANCE(480); + if (lookahead == '*') ADVANCE(499); + if (lookahead == '/') ADVANCE(493); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(528); + lookahead != '\\') ADVANCE(533); END_STATE(); case 495: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(493); - if (lookahead == '/') ADVANCE(468); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '/') ADVANCE(540); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(492); + lookahead != '\\') ADVANCE(495); END_STATE(); case 496: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(493); - if (lookahead == '/') ADVANCE(469); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '/') ADVANCE(487); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(492); + lookahead != '\\') ADVANCE(496); END_STATE(); case 497: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(493); - if (lookahead == '/') ADVANCE(506); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '/') ADVANCE(476); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(529); + lookahead != '\\') ADVANCE(495); END_STATE(); case 498: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(491); - if (lookahead == '/') ADVANCE(534); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '/') ADVANCE(484); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(518); + lookahead != '\\') ADVANCE(532); END_STATE(); case 499: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(491); - if (lookahead == '/') ADVANCE(483); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '/') ADVANCE(472); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(492); + lookahead != '\\') ADVANCE(496); END_STATE(); case 500: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(491); - if (lookahead == '/') ADVANCE(505); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '/') ADVANCE(473); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(519); + lookahead != '\\') ADVANCE(496); END_STATE(); case 501: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(512); - if (lookahead == '/') ADVANCE(501); + if (lookahead == '*') ADVANCE(497); + if (lookahead == '/') ADVANCE(510); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(529); + lookahead != '\\') ADVANCE(533); END_STATE(); case 502: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(504); - if (lookahead == '/') ADVANCE(483); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '/') ADVANCE(538); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(503); + lookahead != '\\') ADVANCE(522); END_STATE(); case 503: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(504); - if (lookahead == '/') ADVANCE(510); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '/') ADVANCE(487); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(507); + lookahead != '\\') ADVANCE(496); END_STATE(); case 504: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(504); - if (lookahead == '/') ADVANCE(533); + if (lookahead == '*') ADVANCE(495); + if (lookahead == '/') ADVANCE(509); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(508); + lookahead != '\\') ADVANCE(523); END_STATE(); case 505: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(514); - if (lookahead == '/') ADVANCE(483); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '/') ADVANCE(505); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(503); + lookahead != '\\') ADVANCE(533); END_STATE(); case 506: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(487); - if (lookahead == '/') ADVANCE(501); + if (lookahead == '*') ADVANCE(508); + if (lookahead == '/') ADVANCE(487); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(489); + lookahead != '\\') ADVANCE(507); END_STATE(); case 507: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(523); - if (lookahead == '/') ADVANCE(510); + if (lookahead == '*') ADVANCE(508); + if (lookahead == '/') ADVANCE(514); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(520); + lookahead != '\\') ADVANCE(511); END_STATE(); case 508: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(523); - if (lookahead == '/') ADVANCE(533); + if (lookahead == '*') ADVANCE(508); + if (lookahead == '/') ADVANCE(537); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(523); + lookahead != '\\') ADVANCE(512); END_STATE(); case 509: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(523); - if (lookahead == '/') ADVANCE(488); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '/') ADVANCE(487); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(525); + lookahead != '\\') ADVANCE(507); END_STATE(); case 510: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(511); - if (lookahead == '/') ADVANCE(483); + if (lookahead == '*') ADVANCE(491); + if (lookahead == '/') ADVANCE(505); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(492); + lookahead != '\\') ADVANCE(493); END_STATE(); case 511: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(513); - if (lookahead == '/') ADVANCE(536); + if (lookahead == '*') ADVANCE(527); + if (lookahead == '/') ADVANCE(514); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(494); + lookahead != '\\') ADVANCE(524); END_STATE(); case 512: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(513); - if (lookahead == '/') ADVANCE(468); + if (lookahead == '*') ADVANCE(527); + if (lookahead == '/') ADVANCE(537); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(497); + lookahead != '\\') ADVANCE(527); END_STATE(); case 513: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(513); - if (lookahead == '/') ADVANCE(482); + if (lookahead == '*') ADVANCE(527); + if (lookahead == '/') ADVANCE(492); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(528); + lookahead != '\\') ADVANCE(529); END_STATE(); case 514: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); if (lookahead == '*') ADVANCE(515); - if (lookahead == '/') ADVANCE(533); + if (lookahead == '/') ADVANCE(487); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(509); + lookahead != '\\') ADVANCE(496); END_STATE(); case 515: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(515); - if (lookahead == '/') ADVANCE(488); + if (lookahead == '*') ADVANCE(517); + if (lookahead == '/') ADVANCE(540); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(516); + lookahead != '\\') ADVANCE(498); END_STATE(); case 516: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(521); - if (lookahead == '/') ADVANCE(488); + if (lookahead == '*') ADVANCE(517); + if (lookahead == '/') ADVANCE(472); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(527); + lookahead != '\\') ADVANCE(501); END_STATE(); case 517: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(521); - if (lookahead == '/') ADVANCE(489); + if (lookahead == '*') ADVANCE(517); + if (lookahead == '/') ADVANCE(486); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(526); + lookahead != '\\') ADVANCE(532); END_STATE(); case 518: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(522); - if (lookahead == '/') ADVANCE(536); + if (lookahead == '*') ADVANCE(519); + if (lookahead == '/') ADVANCE(537); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(523); + lookahead != '\\') ADVANCE(513); END_STATE(); case 519: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(522); - if (lookahead == '/') ADVANCE(483); + if (lookahead == '*') ADVANCE(519); + if (lookahead == '/') ADVANCE(492); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && @@ -14590,1249 +14650,1285 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 520: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(522); - if (lookahead == '/') ADVANCE(510); + if (lookahead == '*') ADVANCE(525); + if (lookahead == '/') ADVANCE(492); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(520); + lookahead != '\\') ADVANCE(531); END_STATE(); case 521: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(522); - if (lookahead == '/') ADVANCE(499); + if (lookahead == '*') ADVANCE(525); + if (lookahead == '/') ADVANCE(493); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(520); + lookahead != '\\') ADVANCE(530); END_STATE(); case 522: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(522); - if (lookahead == '/') ADVANCE(498); + if (lookahead == '*') ADVANCE(526); + if (lookahead == '/') ADVANCE(540); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(523); + lookahead != '\\') ADVANCE(527); END_STATE(); case 523: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(522); - if (lookahead == '/') ADVANCE(533); + if (lookahead == '*') ADVANCE(526); + if (lookahead == '/') ADVANCE(487); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(523); + lookahead != '\\') ADVANCE(524); END_STATE(); case 524: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(522); - if (lookahead == '/') ADVANCE(500); + if (lookahead == '*') ADVANCE(526); + if (lookahead == '/') ADVANCE(514); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(520); + lookahead != '\\') ADVANCE(524); END_STATE(); case 525: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(524); - if (lookahead == '/') ADVANCE(488); + if (lookahead == '*') ADVANCE(526); + if (lookahead == '/') ADVANCE(503); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(527); + lookahead != '\\') ADVANCE(524); END_STATE(); case 526: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(524); - if (lookahead == '/') ADVANCE(501); + if (lookahead == '*') ADVANCE(526); + if (lookahead == '/') ADVANCE(502); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(526); + lookahead != '\\') ADVANCE(527); END_STATE(); case 527: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(524); - if (lookahead == '/') ADVANCE(489); + if (lookahead == '*') ADVANCE(526); + if (lookahead == '/') ADVANCE(537); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(526); + lookahead != '\\') ADVANCE(527); END_STATE(); case 528: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '/') ADVANCE(488); + if (lookahead == '*') ADVANCE(526); + if (lookahead == '/') ADVANCE(504); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(530); + lookahead != '\\') ADVANCE(524); END_STATE(); case 529: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '/') ADVANCE(501); + if (lookahead == '*') ADVANCE(528); + if (lookahead == '/') ADVANCE(492); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(529); + lookahead != '\\') ADVANCE(531); END_STATE(); case 530: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '/') ADVANCE(489); + if (lookahead == '*') ADVANCE(528); + if (lookahead == '/') ADVANCE(505); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(529); + lookahead != '\\') ADVANCE(530); END_STATE(); case 531: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '/') ADVANCE(478); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(531); + if (lookahead == '*') ADVANCE(528); + if (lookahead == '/') ADVANCE(493); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(536); + lookahead != '\\') ADVANCE(530); END_STATE(); case 532: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '/') ADVANCE(536); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '/') ADVANCE(492); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(536); + lookahead != '\\') ADVANCE(534); END_STATE(); case 533: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '/') ADVANCE(536); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '/') ADVANCE(505); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(491); + lookahead != '\\') ADVANCE(533); END_STATE(); case 534: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '/') ADVANCE(536); + if (lookahead == '*') ADVANCE(500); + if (lookahead == '/') ADVANCE(493); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(504); + lookahead != '\\') ADVANCE(533); END_STATE(); case 535: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); - if (lookahead == '\n' || - lookahead == '\r') ADVANCE(536); + if (lookahead == '/') ADVANCE(482); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(535); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(535); + lookahead != '\\') ADVANCE(540); END_STATE(); case 536: ACCEPT_TOKEN(aux_sym_c_string_literal_token2); + if (lookahead == '/') ADVANCE(540); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '\\') ADVANCE(536); + lookahead != '\\') ADVANCE(540); END_STATE(); case 537: - ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(605); - if (lookahead == '/') ADVANCE(552); + ACCEPT_TOKEN(aux_sym_c_string_literal_token2); + if (lookahead == '/') ADVANCE(540); if (lookahead != 0 && - lookahead != '\'' && - lookahead != '\\') ADVANCE(537); + lookahead != '"' && + lookahead != '$' && + lookahead != '\\') ADVANCE(495); END_STATE(); case 538: - ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(605); - if (lookahead == '/') ADVANCE(574); + ACCEPT_TOKEN(aux_sym_c_string_literal_token2); + if (lookahead == '/') ADVANCE(540); if (lookahead != 0 && - lookahead != '\'' && - lookahead != '\\') ADVANCE(571); + lookahead != '"' && + lookahead != '$' && + lookahead != '\\') ADVANCE(508); END_STATE(); case 539: - ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(605); - if (lookahead == '/') ADVANCE(537); + ACCEPT_TOKEN(aux_sym_c_string_literal_token2); + if (lookahead == '\n' || + lookahead == '\r') ADVANCE(540); if (lookahead != 0 && - lookahead != '\'' && - lookahead != '\\') ADVANCE(537); + lookahead != '"' && + lookahead != '$' && + lookahead != '\\') ADVANCE(539); END_STATE(); case 540: - ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(605); - if (lookahead == '/') ADVANCE(575); + ACCEPT_TOKEN(aux_sym_c_string_literal_token2); if (lookahead != 0 && - lookahead != '\'' && - lookahead != '\\') ADVANCE(550); + lookahead != '"' && + lookahead != '$' && + lookahead != '\\') ADVANCE(540); END_STATE(); case 541: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(605); + if (lookahead == '*') ADVANCE(609); + if (lookahead == '/') ADVANCE(556); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(603); + lookahead != '\\') ADVANCE(541); END_STATE(); case 542: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(605); + if (lookahead == '*') ADVANCE(609); + if (lookahead == '/') ADVANCE(578); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(549); + lookahead != '\\') ADVANCE(575); END_STATE(); case 543: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(605); + if (lookahead == '*') ADVANCE(609); + if (lookahead == '/') ADVANCE(541); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(537); + lookahead != '\\') ADVANCE(541); END_STATE(); case 544: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(601); - if (lookahead == '/') ADVANCE(553); + if (lookahead == '*') ADVANCE(609); + if (lookahead == '/') ADVANCE(579); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(544); + lookahead != '\\') ADVANCE(554); END_STATE(); case 545: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(601); + if (lookahead == '*') ADVANCE(609); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(545); + lookahead != '\\') ADVANCE(607); END_STATE(); case 546: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(601); + if (lookahead == '*') ADVANCE(609); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(544); + lookahead != '\\') ADVANCE(553); END_STATE(); case 547: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(548); - if (lookahead == '/') ADVANCE(604); + if (lookahead == '*') ADVANCE(609); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(605); + lookahead != '\\') ADVANCE(541); END_STATE(); case 548: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(539); - if (lookahead == '/') ADVANCE(545); + if (lookahead == '*') ADVANCE(605); + if (lookahead == '/') ADVANCE(557); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(546); + lookahead != '\\') ADVANCE(548); END_STATE(); case 549: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(543); - if (lookahead == '/') ADVANCE(557); + if (lookahead == '*') ADVANCE(605); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(559); + lookahead != '\\') ADVANCE(549); END_STATE(); case 550: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(543); - if (lookahead == '/') ADVANCE(570); + if (lookahead == '*') ADVANCE(605); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(558); + lookahead != '\\') ADVANCE(548); END_STATE(); case 551: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(543); - if (lookahead == '/') ADVANCE(585); + if (lookahead == '*') ADVANCE(552); + if (lookahead == '/') ADVANCE(608); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(586); + lookahead != '\\') ADVANCE(609); END_STATE(); case 552: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(554); - if (lookahead == '/') ADVANCE(552); + if (lookahead == '*') ADVANCE(543); + if (lookahead == '/') ADVANCE(549); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(537); + lookahead != '\\') ADVANCE(550); END_STATE(); case 553: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(554); - if (lookahead == '/') ADVANCE(553); + if (lookahead == '*') ADVANCE(547); + if (lookahead == '/') ADVANCE(561); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(544); + lookahead != '\\') ADVANCE(563); END_STATE(); case 554: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(555); - if (lookahead == '/') ADVANCE(605); + if (lookahead == '*') ADVANCE(547); + if (lookahead == '/') ADVANCE(574); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(542); + lookahead != '\\') ADVANCE(562); END_STATE(); case 555: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(555); - if (lookahead == '/') ADVANCE(549); + if (lookahead == '*') ADVANCE(547); + if (lookahead == '/') ADVANCE(589); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(549); + lookahead != '\\') ADVANCE(590); END_STATE(); case 556: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(555); - if (lookahead == '/') ADVANCE(537); + if (lookahead == '*') ADVANCE(558); + if (lookahead == '/') ADVANCE(556); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(540); + lookahead != '\\') ADVANCE(541); END_STATE(); case 557: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(564); + if (lookahead == '*') ADVANCE(558); if (lookahead == '/') ADVANCE(557); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(599); + lookahead != '\\') ADVANCE(548); END_STATE(); case 558: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(564); - if (lookahead == '/') ADVANCE(570); + if (lookahead == '*') ADVANCE(559); + if (lookahead == '/') ADVANCE(609); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(598); + lookahead != '\\') ADVANCE(546); END_STATE(); case 559: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(564); - if (lookahead == '/') ADVANCE(558); + if (lookahead == '*') ADVANCE(559); + if (lookahead == '/') ADVANCE(553); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(598); + lookahead != '\\') ADVANCE(553); END_STATE(); case 560: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(562); - if (lookahead == '/') ADVANCE(605); + if (lookahead == '*') ADVANCE(559); + if (lookahead == '/') ADVANCE(541); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(560); + lookahead != '\\') ADVANCE(544); END_STATE(); case 561: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(562); - if (lookahead == '/') ADVANCE(552); + if (lookahead == '*') ADVANCE(568); + if (lookahead == '/') ADVANCE(561); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(561); + lookahead != '\\') ADVANCE(603); END_STATE(); case 562: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(562); - if (lookahead == '/') ADVANCE(541); + if (lookahead == '*') ADVANCE(568); + if (lookahead == '/') ADVANCE(574); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(560); + lookahead != '\\') ADVANCE(602); END_STATE(); case 563: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(562); - if (lookahead == '/') ADVANCE(549); + if (lookahead == '*') ADVANCE(568); + if (lookahead == '/') ADVANCE(562); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(597); + lookahead != '\\') ADVANCE(602); END_STATE(); case 564: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(562); - if (lookahead == '/') ADVANCE(537); + if (lookahead == '*') ADVANCE(566); + if (lookahead == '/') ADVANCE(609); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(561); + lookahead != '\\') ADVANCE(564); END_STATE(); case 565: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(562); - if (lookahead == '/') ADVANCE(538); + if (lookahead == '*') ADVANCE(566); + if (lookahead == '/') ADVANCE(556); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(561); + lookahead != '\\') ADVANCE(565); END_STATE(); case 566: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(562); - if (lookahead == '/') ADVANCE(575); + if (lookahead == '*') ADVANCE(566); + if (lookahead == '/') ADVANCE(545); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(598); + lookahead != '\\') ADVANCE(564); END_STATE(); case 567: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(560); - if (lookahead == '/') ADVANCE(603); + if (lookahead == '*') ADVANCE(566); + if (lookahead == '/') ADVANCE(553); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(587); + lookahead != '\\') ADVANCE(601); END_STATE(); case 568: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(560); - if (lookahead == '/') ADVANCE(552); + if (lookahead == '*') ADVANCE(566); + if (lookahead == '/') ADVANCE(541); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(561); + lookahead != '\\') ADVANCE(565); END_STATE(); case 569: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(560); - if (lookahead == '/') ADVANCE(574); + if (lookahead == '*') ADVANCE(566); + if (lookahead == '/') ADVANCE(542); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(588); + lookahead != '\\') ADVANCE(565); END_STATE(); case 570: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(581); - if (lookahead == '/') ADVANCE(570); + if (lookahead == '*') ADVANCE(566); + if (lookahead == '/') ADVANCE(579); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(598); + lookahead != '\\') ADVANCE(602); END_STATE(); case 571: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(573); - if (lookahead == '/') ADVANCE(552); + if (lookahead == '*') ADVANCE(564); + if (lookahead == '/') ADVANCE(607); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(572); + lookahead != '\\') ADVANCE(591); END_STATE(); case 572: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(573); - if (lookahead == '/') ADVANCE(579); + if (lookahead == '*') ADVANCE(564); + if (lookahead == '/') ADVANCE(556); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(576); + lookahead != '\\') ADVANCE(565); END_STATE(); case 573: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(573); - if (lookahead == '/') ADVANCE(602); + if (lookahead == '*') ADVANCE(564); + if (lookahead == '/') ADVANCE(578); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(577); + lookahead != '\\') ADVANCE(592); END_STATE(); case 574: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(583); - if (lookahead == '/') ADVANCE(552); + if (lookahead == '*') ADVANCE(585); + if (lookahead == '/') ADVANCE(574); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(572); + lookahead != '\\') ADVANCE(602); END_STATE(); case 575: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(556); - if (lookahead == '/') ADVANCE(570); + if (lookahead == '*') ADVANCE(577); + if (lookahead == '/') ADVANCE(556); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(558); + lookahead != '\\') ADVANCE(576); END_STATE(); case 576: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(592); - if (lookahead == '/') ADVANCE(579); + if (lookahead == '*') ADVANCE(577); + if (lookahead == '/') ADVANCE(583); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(589); + lookahead != '\\') ADVANCE(580); END_STATE(); case 577: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(592); - if (lookahead == '/') ADVANCE(602); + if (lookahead == '*') ADVANCE(577); + if (lookahead == '/') ADVANCE(606); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(592); + lookahead != '\\') ADVANCE(581); END_STATE(); case 578: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(592); - if (lookahead == '/') ADVANCE(557); + if (lookahead == '*') ADVANCE(587); + if (lookahead == '/') ADVANCE(556); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(594); + lookahead != '\\') ADVANCE(576); END_STATE(); case 579: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(580); - if (lookahead == '/') ADVANCE(552); + if (lookahead == '*') ADVANCE(560); + if (lookahead == '/') ADVANCE(574); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(561); + lookahead != '\\') ADVANCE(562); END_STATE(); case 580: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(582); - if (lookahead == '/') ADVANCE(605); + if (lookahead == '*') ADVANCE(596); + if (lookahead == '/') ADVANCE(583); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(563); + lookahead != '\\') ADVANCE(593); END_STATE(); case 581: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(582); - if (lookahead == '/') ADVANCE(537); + if (lookahead == '*') ADVANCE(596); + if (lookahead == '/') ADVANCE(606); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(566); + lookahead != '\\') ADVANCE(596); END_STATE(); case 582: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(582); - if (lookahead == '/') ADVANCE(551); + if (lookahead == '*') ADVANCE(596); + if (lookahead == '/') ADVANCE(561); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(597); + lookahead != '\\') ADVANCE(598); END_STATE(); case 583: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); if (lookahead == '*') ADVANCE(584); - if (lookahead == '/') ADVANCE(602); + if (lookahead == '/') ADVANCE(556); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(578); + lookahead != '\\') ADVANCE(565); END_STATE(); case 584: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(584); - if (lookahead == '/') ADVANCE(557); + if (lookahead == '*') ADVANCE(586); + if (lookahead == '/') ADVANCE(609); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(585); + lookahead != '\\') ADVANCE(567); END_STATE(); case 585: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(590); - if (lookahead == '/') ADVANCE(557); + if (lookahead == '*') ADVANCE(586); + if (lookahead == '/') ADVANCE(541); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(596); + lookahead != '\\') ADVANCE(570); END_STATE(); case 586: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(590); - if (lookahead == '/') ADVANCE(558); + if (lookahead == '*') ADVANCE(586); + if (lookahead == '/') ADVANCE(555); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(595); + lookahead != '\\') ADVANCE(601); END_STATE(); case 587: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(591); - if (lookahead == '/') ADVANCE(605); + if (lookahead == '*') ADVANCE(588); + if (lookahead == '/') ADVANCE(606); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(592); + lookahead != '\\') ADVANCE(582); END_STATE(); case 588: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(591); - if (lookahead == '/') ADVANCE(552); + if (lookahead == '*') ADVANCE(588); + if (lookahead == '/') ADVANCE(561); if (lookahead != 0 && lookahead != '\'' && lookahead != '\\') ADVANCE(589); END_STATE(); case 589: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(591); - if (lookahead == '/') ADVANCE(579); + if (lookahead == '*') ADVANCE(594); + if (lookahead == '/') ADVANCE(561); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(589); + lookahead != '\\') ADVANCE(600); END_STATE(); case 590: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(591); - if (lookahead == '/') ADVANCE(568); + if (lookahead == '*') ADVANCE(594); + if (lookahead == '/') ADVANCE(562); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(589); + lookahead != '\\') ADVANCE(599); END_STATE(); case 591: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(591); - if (lookahead == '/') ADVANCE(567); + if (lookahead == '*') ADVANCE(595); + if (lookahead == '/') ADVANCE(609); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(592); + lookahead != '\\') ADVANCE(596); END_STATE(); case 592: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(591); - if (lookahead == '/') ADVANCE(602); + if (lookahead == '*') ADVANCE(595); + if (lookahead == '/') ADVANCE(556); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(592); + lookahead != '\\') ADVANCE(593); END_STATE(); case 593: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(591); - if (lookahead == '/') ADVANCE(569); + if (lookahead == '*') ADVANCE(595); + if (lookahead == '/') ADVANCE(583); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(589); + lookahead != '\\') ADVANCE(593); END_STATE(); case 594: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(593); - if (lookahead == '/') ADVANCE(557); + if (lookahead == '*') ADVANCE(595); + if (lookahead == '/') ADVANCE(572); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(596); + lookahead != '\\') ADVANCE(593); END_STATE(); case 595: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(593); - if (lookahead == '/') ADVANCE(570); + if (lookahead == '*') ADVANCE(595); + if (lookahead == '/') ADVANCE(571); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(595); + lookahead != '\\') ADVANCE(596); END_STATE(); case 596: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(593); - if (lookahead == '/') ADVANCE(558); + if (lookahead == '*') ADVANCE(595); + if (lookahead == '/') ADVANCE(606); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(595); + lookahead != '\\') ADVANCE(596); END_STATE(); case 597: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(565); - if (lookahead == '/') ADVANCE(557); + if (lookahead == '*') ADVANCE(595); + if (lookahead == '/') ADVANCE(573); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(599); + lookahead != '\\') ADVANCE(593); END_STATE(); case 598: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(565); - if (lookahead == '/') ADVANCE(570); + if (lookahead == '*') ADVANCE(597); + if (lookahead == '/') ADVANCE(561); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(598); + lookahead != '\\') ADVANCE(600); END_STATE(); case 599: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '*') ADVANCE(565); - if (lookahead == '/') ADVANCE(558); + if (lookahead == '*') ADVANCE(597); + if (lookahead == '/') ADVANCE(574); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(598); + lookahead != '\\') ADVANCE(599); END_STATE(); case 600: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '/') ADVANCE(547); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(600); + if (lookahead == '*') ADVANCE(597); + if (lookahead == '/') ADVANCE(562); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(605); + lookahead != '\\') ADVANCE(599); END_STATE(); case 601: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '/') ADVANCE(605); + if (lookahead == '*') ADVANCE(569); + if (lookahead == '/') ADVANCE(561); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(605); + lookahead != '\\') ADVANCE(603); END_STATE(); case 602: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '/') ADVANCE(605); + if (lookahead == '*') ADVANCE(569); + if (lookahead == '/') ADVANCE(574); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(560); + lookahead != '\\') ADVANCE(602); END_STATE(); case 603: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '/') ADVANCE(605); + if (lookahead == '*') ADVANCE(569); + if (lookahead == '/') ADVANCE(562); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(573); + lookahead != '\\') ADVANCE(602); END_STATE(); case 604: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); - if (lookahead == '\n' || - lookahead == '\r') ADVANCE(605); + if (lookahead == '/') ADVANCE(551); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(604); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(604); + lookahead != '\\') ADVANCE(609); END_STATE(); case 605: ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); + if (lookahead == '/') ADVANCE(609); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(605); + lookahead != '\\') ADVANCE(609); END_STATE(); case 606: - ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(674); - if (lookahead == '/') ADVANCE(621); + ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); + if (lookahead == '/') ADVANCE(609); if (lookahead != 0 && - lookahead != '"' && - lookahead != '\\') ADVANCE(606); + lookahead != '\'' && + lookahead != '\\') ADVANCE(564); END_STATE(); case 607: - ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(674); - if (lookahead == '/') ADVANCE(643); + ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); + if (lookahead == '/') ADVANCE(609); if (lookahead != 0 && - lookahead != '"' && - lookahead != '\\') ADVANCE(640); + lookahead != '\'' && + lookahead != '\\') ADVANCE(577); END_STATE(); case 608: - ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(674); - if (lookahead == '/') ADVANCE(606); + ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); + if (lookahead == '\n' || + lookahead == '\r') ADVANCE(609); if (lookahead != 0 && - lookahead != '"' && - lookahead != '\\') ADVANCE(606); + lookahead != '\'' && + lookahead != '\\') ADVANCE(608); END_STATE(); case 609: - ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(674); - if (lookahead == '/') ADVANCE(644); + ACCEPT_TOKEN(aux_sym_raw_string_literal_token1); if (lookahead != 0 && - lookahead != '"' && - lookahead != '\\') ADVANCE(619); + lookahead != '\'' && + lookahead != '\\') ADVANCE(609); END_STATE(); case 610: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(674); + if (lookahead == '*') ADVANCE(678); + if (lookahead == '/') ADVANCE(625); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(672); + lookahead != '\\') ADVANCE(610); END_STATE(); case 611: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(674); + if (lookahead == '*') ADVANCE(678); + if (lookahead == '/') ADVANCE(647); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(618); + lookahead != '\\') ADVANCE(644); END_STATE(); case 612: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(674); + if (lookahead == '*') ADVANCE(678); + if (lookahead == '/') ADVANCE(610); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(606); + lookahead != '\\') ADVANCE(610); END_STATE(); case 613: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(670); - if (lookahead == '/') ADVANCE(622); + if (lookahead == '*') ADVANCE(678); + if (lookahead == '/') ADVANCE(648); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(613); + lookahead != '\\') ADVANCE(623); END_STATE(); case 614: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(670); + if (lookahead == '*') ADVANCE(678); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(614); + lookahead != '\\') ADVANCE(676); END_STATE(); case 615: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(670); + if (lookahead == '*') ADVANCE(678); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(613); + lookahead != '\\') ADVANCE(622); END_STATE(); case 616: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(617); - if (lookahead == '/') ADVANCE(673); + if (lookahead == '*') ADVANCE(678); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(674); + lookahead != '\\') ADVANCE(610); END_STATE(); case 617: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(608); - if (lookahead == '/') ADVANCE(614); + if (lookahead == '*') ADVANCE(674); + if (lookahead == '/') ADVANCE(626); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(615); + lookahead != '\\') ADVANCE(617); END_STATE(); case 618: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(612); - if (lookahead == '/') ADVANCE(626); + if (lookahead == '*') ADVANCE(674); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(628); + lookahead != '\\') ADVANCE(618); END_STATE(); case 619: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(612); - if (lookahead == '/') ADVANCE(639); + if (lookahead == '*') ADVANCE(674); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(627); + lookahead != '\\') ADVANCE(617); END_STATE(); case 620: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(612); - if (lookahead == '/') ADVANCE(654); + if (lookahead == '*') ADVANCE(621); + if (lookahead == '/') ADVANCE(677); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(655); + lookahead != '\\') ADVANCE(678); END_STATE(); case 621: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(623); - if (lookahead == '/') ADVANCE(621); + if (lookahead == '*') ADVANCE(612); + if (lookahead == '/') ADVANCE(618); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(606); + lookahead != '\\') ADVANCE(619); END_STATE(); case 622: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(623); - if (lookahead == '/') ADVANCE(622); + if (lookahead == '*') ADVANCE(616); + if (lookahead == '/') ADVANCE(630); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(613); + lookahead != '\\') ADVANCE(632); END_STATE(); case 623: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(624); - if (lookahead == '/') ADVANCE(674); + if (lookahead == '*') ADVANCE(616); + if (lookahead == '/') ADVANCE(643); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(611); + lookahead != '\\') ADVANCE(631); END_STATE(); case 624: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(624); - if (lookahead == '/') ADVANCE(618); + if (lookahead == '*') ADVANCE(616); + if (lookahead == '/') ADVANCE(658); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(618); + lookahead != '\\') ADVANCE(659); END_STATE(); case 625: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(624); - if (lookahead == '/') ADVANCE(606); + if (lookahead == '*') ADVANCE(627); + if (lookahead == '/') ADVANCE(625); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(609); + lookahead != '\\') ADVANCE(610); END_STATE(); case 626: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(633); + if (lookahead == '*') ADVANCE(627); if (lookahead == '/') ADVANCE(626); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(668); + lookahead != '\\') ADVANCE(617); END_STATE(); case 627: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(633); - if (lookahead == '/') ADVANCE(639); + if (lookahead == '*') ADVANCE(628); + if (lookahead == '/') ADVANCE(678); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(667); + lookahead != '\\') ADVANCE(615); END_STATE(); case 628: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(633); - if (lookahead == '/') ADVANCE(627); + if (lookahead == '*') ADVANCE(628); + if (lookahead == '/') ADVANCE(622); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(667); + lookahead != '\\') ADVANCE(622); END_STATE(); case 629: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(631); - if (lookahead == '/') ADVANCE(674); + if (lookahead == '*') ADVANCE(628); + if (lookahead == '/') ADVANCE(610); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(629); + lookahead != '\\') ADVANCE(613); END_STATE(); case 630: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(631); - if (lookahead == '/') ADVANCE(621); + if (lookahead == '*') ADVANCE(637); + if (lookahead == '/') ADVANCE(630); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(630); + lookahead != '\\') ADVANCE(672); END_STATE(); case 631: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(631); - if (lookahead == '/') ADVANCE(610); + if (lookahead == '*') ADVANCE(637); + if (lookahead == '/') ADVANCE(643); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(629); + lookahead != '\\') ADVANCE(671); END_STATE(); case 632: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(631); - if (lookahead == '/') ADVANCE(618); + if (lookahead == '*') ADVANCE(637); + if (lookahead == '/') ADVANCE(631); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(666); + lookahead != '\\') ADVANCE(671); END_STATE(); case 633: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(631); - if (lookahead == '/') ADVANCE(606); + if (lookahead == '*') ADVANCE(635); + if (lookahead == '/') ADVANCE(678); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(630); + lookahead != '\\') ADVANCE(633); END_STATE(); case 634: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(631); - if (lookahead == '/') ADVANCE(607); + if (lookahead == '*') ADVANCE(635); + if (lookahead == '/') ADVANCE(625); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(630); + lookahead != '\\') ADVANCE(634); END_STATE(); case 635: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(631); - if (lookahead == '/') ADVANCE(644); + if (lookahead == '*') ADVANCE(635); + if (lookahead == '/') ADVANCE(614); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(667); + lookahead != '\\') ADVANCE(633); END_STATE(); case 636: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(629); - if (lookahead == '/') ADVANCE(672); + if (lookahead == '*') ADVANCE(635); + if (lookahead == '/') ADVANCE(622); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(656); + lookahead != '\\') ADVANCE(670); END_STATE(); case 637: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(629); - if (lookahead == '/') ADVANCE(621); + if (lookahead == '*') ADVANCE(635); + if (lookahead == '/') ADVANCE(610); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(630); + lookahead != '\\') ADVANCE(634); END_STATE(); case 638: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(629); - if (lookahead == '/') ADVANCE(643); + if (lookahead == '*') ADVANCE(635); + if (lookahead == '/') ADVANCE(611); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(657); + lookahead != '\\') ADVANCE(634); END_STATE(); case 639: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(650); - if (lookahead == '/') ADVANCE(639); + if (lookahead == '*') ADVANCE(635); + if (lookahead == '/') ADVANCE(648); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(667); + lookahead != '\\') ADVANCE(671); END_STATE(); case 640: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(642); - if (lookahead == '/') ADVANCE(621); + if (lookahead == '*') ADVANCE(633); + if (lookahead == '/') ADVANCE(676); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(641); + lookahead != '\\') ADVANCE(660); END_STATE(); case 641: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(642); - if (lookahead == '/') ADVANCE(648); + if (lookahead == '*') ADVANCE(633); + if (lookahead == '/') ADVANCE(625); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(645); + lookahead != '\\') ADVANCE(634); END_STATE(); case 642: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(642); - if (lookahead == '/') ADVANCE(671); + if (lookahead == '*') ADVANCE(633); + if (lookahead == '/') ADVANCE(647); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(646); + lookahead != '\\') ADVANCE(661); END_STATE(); case 643: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(652); - if (lookahead == '/') ADVANCE(621); + if (lookahead == '*') ADVANCE(654); + if (lookahead == '/') ADVANCE(643); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(641); + lookahead != '\\') ADVANCE(671); END_STATE(); case 644: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(625); - if (lookahead == '/') ADVANCE(639); + if (lookahead == '*') ADVANCE(646); + if (lookahead == '/') ADVANCE(625); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(627); + lookahead != '\\') ADVANCE(645); END_STATE(); case 645: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(661); - if (lookahead == '/') ADVANCE(648); + if (lookahead == '*') ADVANCE(646); + if (lookahead == '/') ADVANCE(652); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(658); + lookahead != '\\') ADVANCE(649); END_STATE(); case 646: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(661); - if (lookahead == '/') ADVANCE(671); + if (lookahead == '*') ADVANCE(646); + if (lookahead == '/') ADVANCE(675); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(661); + lookahead != '\\') ADVANCE(650); END_STATE(); case 647: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(661); - if (lookahead == '/') ADVANCE(626); + if (lookahead == '*') ADVANCE(656); + if (lookahead == '/') ADVANCE(625); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(663); + lookahead != '\\') ADVANCE(645); END_STATE(); case 648: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(649); - if (lookahead == '/') ADVANCE(621); + if (lookahead == '*') ADVANCE(629); + if (lookahead == '/') ADVANCE(643); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(630); + lookahead != '\\') ADVANCE(631); END_STATE(); case 649: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(651); - if (lookahead == '/') ADVANCE(674); + if (lookahead == '*') ADVANCE(665); + if (lookahead == '/') ADVANCE(652); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(632); + lookahead != '\\') ADVANCE(662); END_STATE(); case 650: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(651); - if (lookahead == '/') ADVANCE(606); + if (lookahead == '*') ADVANCE(665); + if (lookahead == '/') ADVANCE(675); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(635); + lookahead != '\\') ADVANCE(665); END_STATE(); case 651: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(651); - if (lookahead == '/') ADVANCE(620); + if (lookahead == '*') ADVANCE(665); + if (lookahead == '/') ADVANCE(630); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(666); + lookahead != '\\') ADVANCE(667); END_STATE(); case 652: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); if (lookahead == '*') ADVANCE(653); - if (lookahead == '/') ADVANCE(671); + if (lookahead == '/') ADVANCE(625); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(647); + lookahead != '\\') ADVANCE(634); END_STATE(); case 653: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(653); - if (lookahead == '/') ADVANCE(626); + if (lookahead == '*') ADVANCE(655); + if (lookahead == '/') ADVANCE(678); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(654); + lookahead != '\\') ADVANCE(636); END_STATE(); case 654: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(659); - if (lookahead == '/') ADVANCE(626); + if (lookahead == '*') ADVANCE(655); + if (lookahead == '/') ADVANCE(610); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(665); + lookahead != '\\') ADVANCE(639); END_STATE(); case 655: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(659); - if (lookahead == '/') ADVANCE(627); + if (lookahead == '*') ADVANCE(655); + if (lookahead == '/') ADVANCE(624); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(664); + lookahead != '\\') ADVANCE(670); END_STATE(); case 656: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(660); - if (lookahead == '/') ADVANCE(674); + if (lookahead == '*') ADVANCE(657); + if (lookahead == '/') ADVANCE(675); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(661); + lookahead != '\\') ADVANCE(651); END_STATE(); case 657: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(660); - if (lookahead == '/') ADVANCE(621); + if (lookahead == '*') ADVANCE(657); + if (lookahead == '/') ADVANCE(630); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(658); END_STATE(); case 658: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(660); - if (lookahead == '/') ADVANCE(648); + if (lookahead == '*') ADVANCE(663); + if (lookahead == '/') ADVANCE(630); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(658); + lookahead != '\\') ADVANCE(669); END_STATE(); case 659: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(660); - if (lookahead == '/') ADVANCE(637); + if (lookahead == '*') ADVANCE(663); + if (lookahead == '/') ADVANCE(631); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(658); + lookahead != '\\') ADVANCE(668); END_STATE(); case 660: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(660); - if (lookahead == '/') ADVANCE(636); + if (lookahead == '*') ADVANCE(664); + if (lookahead == '/') ADVANCE(678); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(661); + lookahead != '\\') ADVANCE(665); END_STATE(); case 661: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(660); - if (lookahead == '/') ADVANCE(671); + if (lookahead == '*') ADVANCE(664); + if (lookahead == '/') ADVANCE(625); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(661); + lookahead != '\\') ADVANCE(662); END_STATE(); case 662: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(660); - if (lookahead == '/') ADVANCE(638); + if (lookahead == '*') ADVANCE(664); + if (lookahead == '/') ADVANCE(652); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(658); + lookahead != '\\') ADVANCE(662); END_STATE(); case 663: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(662); - if (lookahead == '/') ADVANCE(626); + if (lookahead == '*') ADVANCE(664); + if (lookahead == '/') ADVANCE(641); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(665); + lookahead != '\\') ADVANCE(662); END_STATE(); case 664: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(662); - if (lookahead == '/') ADVANCE(639); + if (lookahead == '*') ADVANCE(664); + if (lookahead == '/') ADVANCE(640); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(664); + lookahead != '\\') ADVANCE(665); END_STATE(); case 665: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(662); - if (lookahead == '/') ADVANCE(627); + if (lookahead == '*') ADVANCE(664); + if (lookahead == '/') ADVANCE(675); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(664); + lookahead != '\\') ADVANCE(665); END_STATE(); case 666: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(634); - if (lookahead == '/') ADVANCE(626); + if (lookahead == '*') ADVANCE(664); + if (lookahead == '/') ADVANCE(642); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(668); + lookahead != '\\') ADVANCE(662); END_STATE(); case 667: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(634); - if (lookahead == '/') ADVANCE(639); + if (lookahead == '*') ADVANCE(666); + if (lookahead == '/') ADVANCE(630); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(667); + lookahead != '\\') ADVANCE(669); END_STATE(); case 668: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '*') ADVANCE(634); - if (lookahead == '/') ADVANCE(627); + if (lookahead == '*') ADVANCE(666); + if (lookahead == '/') ADVANCE(643); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(667); + lookahead != '\\') ADVANCE(668); END_STATE(); case 669: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '/') ADVANCE(616); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(669); + if (lookahead == '*') ADVANCE(666); + if (lookahead == '/') ADVANCE(631); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(674); + lookahead != '\\') ADVANCE(668); END_STATE(); case 670: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '/') ADVANCE(674); + if (lookahead == '*') ADVANCE(638); + if (lookahead == '/') ADVANCE(630); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(674); + lookahead != '\\') ADVANCE(672); END_STATE(); case 671: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '/') ADVANCE(674); + if (lookahead == '*') ADVANCE(638); + if (lookahead == '/') ADVANCE(643); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(629); + lookahead != '\\') ADVANCE(671); END_STATE(); case 672: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '/') ADVANCE(674); + if (lookahead == '*') ADVANCE(638); + if (lookahead == '/') ADVANCE(631); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(642); + lookahead != '\\') ADVANCE(671); END_STATE(); case 673: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); - if (lookahead == '\n' || - lookahead == '\r') ADVANCE(674); + if (lookahead == '/') ADVANCE(620); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(673); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(673); + lookahead != '\\') ADVANCE(678); END_STATE(); case 674: ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); + if (lookahead == '/') ADVANCE(678); if (lookahead != 0 && lookahead != '"' && - lookahead != '\\') ADVANCE(674); + lookahead != '\\') ADVANCE(678); END_STATE(); case 675: - ACCEPT_TOKEN(aux_sym_format_specifier_token2); + ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); + if (lookahead == '/') ADVANCE(678); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '\\') ADVANCE(633); END_STATE(); case 676: + ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); + if (lookahead == '/') ADVANCE(678); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '\\') ADVANCE(646); + END_STATE(); + case 677: + ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); + if (lookahead == '\n' || + lookahead == '\r') ADVANCE(678); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '\\') ADVANCE(677); + END_STATE(); + case 678: + ACCEPT_TOKEN(aux_sym_raw_string_literal_token2); + if (lookahead != 0 && + lookahead != '"' && + lookahead != '\\') ADVANCE(678); + END_STATE(); + case 679: + ACCEPT_TOKEN(aux_sym_format_specifier_token2); + END_STATE(); + case 680: ACCEPT_TOKEN(anon_sym_0); if (lookahead == 'B' || lookahead == 'b') ADVANCE(183); @@ -15841,58 +15937,58 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'X' || lookahead == 'x') ADVANCE(184); if (lookahead == '_') ADVANCE(209); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(391); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(395); END_STATE(); - case 677: + case 681: ACCEPT_TOKEN(anon_sym_AT); if (lookahead == '$') ADVANCE(179); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); - if (lookahead == '[') ADVANCE(845); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); + if (lookahead == '[') ADVANCE(849); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); END_STATE(); - case 678: + case 682: ACCEPT_TOKEN(anon_sym_AT); if (lookahead == '$') ADVANCE(179); - if (lookahead == 'C') ADVANCE(681); - if (lookahead == 'J') ADVANCE(684); + if (lookahead == 'C') ADVANCE(685); + if (lookahead == 'J') ADVANCE(688); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); END_STATE(); - case 679: + case 683: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(849); - if (lookahead == '\'') ADVANCE(850); + if (lookahead == '"') ADVANCE(853); + if (lookahead == '\'') ADVANCE(854); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); END_STATE(); - case 680: + case 684: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(851); - if (lookahead == '\'') ADVANCE(852); + if (lookahead == '"') ADVANCE(855); + if (lookahead == '\'') ADVANCE(856); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); END_STATE(); - case 681: + case 685: ACCEPT_TOKEN(sym_identifier); if (lookahead == '.') ADVANCE(180); if (('0' <= lookahead && lookahead <= '9') || @@ -15901,9 +15997,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); END_STATE(); - case 682: + case 686: ACCEPT_TOKEN(sym_identifier); if (lookahead == '.') ADVANCE(237); if (('0' <= lookahead && lookahead <= '9') || @@ -15912,9 +16008,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); END_STATE(); - case 683: + case 687: ACCEPT_TOKEN(sym_identifier); if (lookahead == '.') ADVANCE(188); if (('0' <= lookahead && lookahead <= '9') || @@ -15923,37 +16019,37 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); END_STATE(); - case 684: + case 688: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'S') ADVANCE(682); + if (lookahead == 'S') ADVANCE(686); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); END_STATE(); - case 685: + case 689: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '[') ADVANCE(701); + if (lookahead == '[') ADVANCE(705); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); END_STATE(); - case 686: + case 690: ACCEPT_TOKEN(sym_identifier); - if (sym_identifier_character_set_5(lookahead)) ADVANCE(700); - if (lookahead == 'n') ADVANCE(372); - if (lookahead == 's') ADVANCE(369); + if (sym_identifier_character_set_5(lookahead)) ADVANCE(704); + if (lookahead == 'n') ADVANCE(376); + if (lookahead == 's') ADVANCE(373); END_STATE(); - case 687: + case 691: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -15962,10 +16058,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('f' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'e') ADVANCE(367); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'e') ADVANCE(371); END_STATE(); - case 688: + case 692: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -15974,10 +16070,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('g' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'f') ADVANCE(365); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'f') ADVANCE(369); END_STATE(); - case 689: + case 693: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -15986,10 +16082,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('m' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'l') ADVANCE(697); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'l') ADVANCE(701); END_STATE(); - case 690: + case 694: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -15998,10 +16094,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('o' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'n') ADVANCE(683); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'n') ADVANCE(687); END_STATE(); - case 691: + case 695: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -16010,10 +16106,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'o') ADVANCE(690); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'o') ADVANCE(694); END_STATE(); - case 692: + case 696: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -16022,10 +16118,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('p' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'o') ADVANCE(695); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'o') ADVANCE(699); END_STATE(); - case 693: + case 697: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -16034,10 +16130,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('q' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'p') ADVANCE(685); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'p') ADVANCE(689); END_STATE(); - case 694: + case 698: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -16046,10 +16142,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('s' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'r') ADVANCE(356); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'r') ADVANCE(360); END_STATE(); - case 695: + case 699: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -16058,10 +16154,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('s' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'r') ADVANCE(702); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'r') ADVANCE(706); END_STATE(); - case 696: + case 700: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -16070,10 +16166,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('t' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); if (lookahead == 's') ADVANCE(281); END_STATE(); - case 697: + case 701: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -16082,10 +16178,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('t' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 's') ADVANCE(687); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 's') ADVANCE(691); END_STATE(); - case 698: + case 702: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -16094,10 +16190,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('t' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 's') ADVANCE(691); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 's') ADVANCE(695); END_STATE(); - case 699: + case 703: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -16105,10 +16201,10 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('b' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); - if (lookahead == 'a') ADVANCE(693); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); + if (lookahead == 'a') ADVANCE(697); END_STATE(); - case 700: + case 704: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -16116,12 +16212,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); END_STATE(); - case 701: + case 705: ACCEPT_TOKEN(anon_sym_map_LBRACK); END_STATE(); - case 702: + case 706: ACCEPT_TOKEN(anon_sym_DOLLARfor); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -16129,1199 +16225,1199 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z') || lookahead == 181 || (913 <= lookahead && lookahead <= 937) || - (945 <= lookahead && lookahead <= 969)) ADVANCE(700); + (945 <= lookahead && lookahead <= 969)) ADVANCE(704); END_STATE(); - case 703: + case 707: ACCEPT_TOKEN(anon_sym_DOT_DOT); END_STATE(); - case 704: + case 708: ACCEPT_TOKEN(anon_sym_DOT_DOT); if (lookahead == '.') ADVANCE(319); END_STATE(); - case 705: + case 709: ACCEPT_TOKEN(anon_sym_POUND); END_STATE(); - case 706: + case 710: ACCEPT_TOKEN(anon_sym_POUND); - if (lookahead == '[') ADVANCE(363); + if (lookahead == '[') ADVANCE(367); END_STATE(); - case 707: + case 711: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(775); - if (lookahead == '/') ADVANCE(722); + if (lookahead == '*') ADVANCE(779); + if (lookahead == '/') ADVANCE(726); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(161); - if (lookahead != 0) ADVANCE(707); + if (lookahead != 0) ADVANCE(711); END_STATE(); - case 708: + case 712: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(775); - if (lookahead == '/') ADVANCE(750); + if (lookahead == '*') ADVANCE(779); + if (lookahead == '/') ADVANCE(754); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(126); - if (lookahead != 0) ADVANCE(748); + if (lookahead != 0) ADVANCE(752); END_STATE(); - case 709: + case 713: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(775); - if (lookahead == '/') ADVANCE(707); + if (lookahead == '*') ADVANCE(779); + if (lookahead == '/') ADVANCE(711); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(161); - if (lookahead != 0) ADVANCE(707); + if (lookahead != 0) ADVANCE(711); END_STATE(); - case 710: + case 714: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(775); - if (lookahead == '/') ADVANCE(753); + if (lookahead == '*') ADVANCE(779); + if (lookahead == '/') ADVANCE(757); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(103); - if (lookahead != 0) ADVANCE(721); + if (lookahead != 0) ADVANCE(725); END_STATE(); - case 711: + case 715: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(775); + if (lookahead == '*') ADVANCE(779); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(242); - if (lookahead != 0) ADVANCE(772); + if (lookahead != 0) ADVANCE(776); END_STATE(); - case 712: + case 716: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(775); + if (lookahead == '*') ADVANCE(779); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(161); - if (lookahead != 0) ADVANCE(707); + if (lookahead != 0) ADVANCE(711); END_STATE(); - case 713: + case 717: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(775); + if (lookahead == '*') ADVANCE(779); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(102); - if (lookahead != 0) ADVANCE(719); + if (lookahead != 0) ADVANCE(723); END_STATE(); - case 714: + case 718: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(718); - if (lookahead == '/') ADVANCE(774); + if (lookahead == '*') ADVANCE(722); + if (lookahead == '/') ADVANCE(778); if (lookahead != 0 && lookahead != '\n' && lookahead != '\r' && - lookahead != '\\') ADVANCE(775); + lookahead != '\\') ADVANCE(779); END_STATE(); - case 715: + case 719: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(773); - if (lookahead == '/') ADVANCE(723); + if (lookahead == '*') ADVANCE(777); + if (lookahead == '/') ADVANCE(727); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(98); - if (lookahead != 0) ADVANCE(715); + if (lookahead != 0) ADVANCE(719); END_STATE(); - case 716: + case 720: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(773); + if (lookahead == '*') ADVANCE(777); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(99); - if (lookahead != 0) ADVANCE(716); + if (lookahead != 0) ADVANCE(720); END_STATE(); - case 717: + case 721: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(773); + if (lookahead == '*') ADVANCE(777); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(98); - if (lookahead != 0) ADVANCE(715); + if (lookahead != 0) ADVANCE(719); END_STATE(); - case 718: + case 722: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(709); - if (lookahead == '/') ADVANCE(716); + if (lookahead == '*') ADVANCE(713); + if (lookahead == '/') ADVANCE(720); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(100); - if (lookahead != 0) ADVANCE(717); + if (lookahead != 0) ADVANCE(721); END_STATE(); - case 719: + case 723: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(712); - if (lookahead == '/') ADVANCE(727); + if (lookahead == '*') ADVANCE(716); + if (lookahead == '/') ADVANCE(731); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(112); - if (lookahead != 0) ADVANCE(729); + if (lookahead != 0) ADVANCE(733); END_STATE(); - case 720: + case 724: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(712); - if (lookahead == '/') ADVANCE(755); + if (lookahead == '*') ADVANCE(716); + if (lookahead == '/') ADVANCE(759); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(140); - if (lookahead != 0) ADVANCE(756); + if (lookahead != 0) ADVANCE(760); END_STATE(); - case 721: + case 725: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(712); - if (lookahead == '/') ADVANCE(743); + if (lookahead == '*') ADVANCE(716); + if (lookahead == '/') ADVANCE(747); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(111); - if (lookahead != 0) ADVANCE(728); + if (lookahead != 0) ADVANCE(732); END_STATE(); - case 722: + case 726: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(724); - if (lookahead == '/') ADVANCE(722); + if (lookahead == '*') ADVANCE(728); + if (lookahead == '/') ADVANCE(726); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(161); - if (lookahead != 0) ADVANCE(707); + if (lookahead != 0) ADVANCE(711); END_STATE(); - case 723: + case 727: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(724); - if (lookahead == '/') ADVANCE(723); + if (lookahead == '*') ADVANCE(728); + if (lookahead == '/') ADVANCE(727); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(98); - if (lookahead != 0) ADVANCE(715); + if (lookahead != 0) ADVANCE(719); END_STATE(); - case 724: + case 728: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(725); - if (lookahead == '/') ADVANCE(775); + if (lookahead == '*') ADVANCE(729); + if (lookahead == '/') ADVANCE(779); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(241); - if (lookahead != 0) ADVANCE(713); + if (lookahead != 0) ADVANCE(717); END_STATE(); - case 725: + case 729: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(725); - if (lookahead == '/') ADVANCE(719); + if (lookahead == '*') ADVANCE(729); + if (lookahead == '/') ADVANCE(723); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(102); - if (lookahead != 0) ADVANCE(719); + if (lookahead != 0) ADVANCE(723); END_STATE(); - case 726: + case 730: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(725); - if (lookahead == '/') ADVANCE(707); + if (lookahead == '*') ADVANCE(729); + if (lookahead == '/') ADVANCE(711); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(163); - if (lookahead != 0) ADVANCE(710); + if (lookahead != 0) ADVANCE(714); END_STATE(); - case 727: + case 731: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(735); - if (lookahead == '/') ADVANCE(727); + if (lookahead == '*') ADVANCE(739); + if (lookahead == '/') ADVANCE(731); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(122); - if (lookahead != 0) ADVANCE(739); + if (lookahead != 0) ADVANCE(743); END_STATE(); - case 728: + case 732: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(735); - if (lookahead == '/') ADVANCE(743); + if (lookahead == '*') ADVANCE(739); + if (lookahead == '/') ADVANCE(747); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(121); - if (lookahead != 0) ADVANCE(738); + if (lookahead != 0) ADVANCE(742); END_STATE(); - case 729: + case 733: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(735); - if (lookahead == '/') ADVANCE(728); + if (lookahead == '*') ADVANCE(739); + if (lookahead == '/') ADVANCE(732); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(121); - if (lookahead != 0) ADVANCE(738); + if (lookahead != 0) ADVANCE(742); END_STATE(); - case 730: + case 734: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(732); - if (lookahead == '/') ADVANCE(775); + if (lookahead == '*') ADVANCE(736); + if (lookahead == '/') ADVANCE(779); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(119); - if (lookahead != 0) ADVANCE(730); + if (lookahead != 0) ADVANCE(734); END_STATE(); - case 731: + case 735: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(732); - if (lookahead == '/') ADVANCE(722); + if (lookahead == '*') ADVANCE(736); + if (lookahead == '/') ADVANCE(726); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(114); - if (lookahead != 0) ADVANCE(731); + if (lookahead != 0) ADVANCE(735); END_STATE(); - case 732: + case 736: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(732); - if (lookahead == '/') ADVANCE(711); + if (lookahead == '*') ADVANCE(736); + if (lookahead == '/') ADVANCE(715); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(119); - if (lookahead != 0) ADVANCE(730); + if (lookahead != 0) ADVANCE(734); END_STATE(); - case 733: + case 737: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(732); - if (lookahead == '/') ADVANCE(719); + if (lookahead == '*') ADVANCE(736); + if (lookahead == '/') ADVANCE(723); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(120); - if (lookahead != 0) ADVANCE(737); + if (lookahead != 0) ADVANCE(741); END_STATE(); - case 734: + case 738: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(732); - if (lookahead == '/') ADVANCE(708); + if (lookahead == '*') ADVANCE(736); + if (lookahead == '/') ADVANCE(712); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(114); - if (lookahead != 0) ADVANCE(731); + if (lookahead != 0) ADVANCE(735); END_STATE(); - case 735: + case 739: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(732); - if (lookahead == '/') ADVANCE(707); + if (lookahead == '*') ADVANCE(736); + if (lookahead == '/') ADVANCE(711); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(114); - if (lookahead != 0) ADVANCE(731); + if (lookahead != 0) ADVANCE(735); END_STATE(); - case 736: + case 740: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(732); - if (lookahead == '/') ADVANCE(753); + if (lookahead == '*') ADVANCE(736); + if (lookahead == '/') ADVANCE(757); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(121); - if (lookahead != 0) ADVANCE(738); + if (lookahead != 0) ADVANCE(742); END_STATE(); - case 737: + case 741: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(734); - if (lookahead == '/') ADVANCE(727); + if (lookahead == '*') ADVANCE(738); + if (lookahead == '/') ADVANCE(731); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(122); - if (lookahead != 0) ADVANCE(739); + if (lookahead != 0) ADVANCE(743); END_STATE(); - case 738: + case 742: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(734); - if (lookahead == '/') ADVANCE(743); + if (lookahead == '*') ADVANCE(738); + if (lookahead == '/') ADVANCE(747); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(121); - if (lookahead != 0) ADVANCE(738); + if (lookahead != 0) ADVANCE(742); END_STATE(); - case 739: + case 743: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(734); - if (lookahead == '/') ADVANCE(728); + if (lookahead == '*') ADVANCE(738); + if (lookahead == '/') ADVANCE(732); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(121); - if (lookahead != 0) ADVANCE(738); + if (lookahead != 0) ADVANCE(742); END_STATE(); - case 740: + case 744: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(730); - if (lookahead == '/') ADVANCE(772); + if (lookahead == '*') ADVANCE(734); + if (lookahead == '/') ADVANCE(776); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(136); - if (lookahead != 0) ADVANCE(757); + if (lookahead != 0) ADVANCE(761); END_STATE(); - case 741: + case 745: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(730); - if (lookahead == '/') ADVANCE(722); + if (lookahead == '*') ADVANCE(734); + if (lookahead == '/') ADVANCE(726); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(114); - if (lookahead != 0) ADVANCE(731); + if (lookahead != 0) ADVANCE(735); END_STATE(); - case 742: + case 746: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(730); - if (lookahead == '/') ADVANCE(750); + if (lookahead == '*') ADVANCE(734); + if (lookahead == '/') ADVANCE(754); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(132); - if (lookahead != 0) ADVANCE(759); + if (lookahead != 0) ADVANCE(763); END_STATE(); - case 743: + case 747: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(745); - if (lookahead == '/') ADVANCE(743); + if (lookahead == '*') ADVANCE(749); + if (lookahead == '/') ADVANCE(747); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(121); - if (lookahead != 0) ADVANCE(738); + if (lookahead != 0) ADVANCE(742); END_STATE(); - case 744: + case 748: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(746); - if (lookahead == '/') ADVANCE(775); + if (lookahead == '*') ADVANCE(750); + if (lookahead == '/') ADVANCE(779); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(117); - if (lookahead != 0) ADVANCE(733); + if (lookahead != 0) ADVANCE(737); END_STATE(); - case 745: + case 749: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(746); - if (lookahead == '/') ADVANCE(707); + if (lookahead == '*') ADVANCE(750); + if (lookahead == '/') ADVANCE(711); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(118); - if (lookahead != 0) ADVANCE(736); + if (lookahead != 0) ADVANCE(740); END_STATE(); - case 746: + case 750: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(746); - if (lookahead == '/') ADVANCE(720); + if (lookahead == '*') ADVANCE(750); + if (lookahead == '/') ADVANCE(724); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(120); - if (lookahead != 0) ADVANCE(737); + if (lookahead != 0) ADVANCE(741); END_STATE(); - case 747: + case 751: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(747); - if (lookahead == '/') ADVANCE(771); + if (lookahead == '*') ADVANCE(751); + if (lookahead == '/') ADVANCE(775); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(141); - if (lookahead != 0) ADVANCE(767); + if (lookahead != 0) ADVANCE(771); END_STATE(); - case 748: + case 752: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(747); - if (lookahead == '/') ADVANCE(722); + if (lookahead == '*') ADVANCE(751); + if (lookahead == '/') ADVANCE(726); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(125); - if (lookahead != 0) ADVANCE(749); + if (lookahead != 0) ADVANCE(753); END_STATE(); - case 749: + case 753: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(747); - if (lookahead == '/') ADVANCE(754); + if (lookahead == '*') ADVANCE(751); + if (lookahead == '/') ADVANCE(758); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(142); - if (lookahead != 0) ADVANCE(769); + if (lookahead != 0) ADVANCE(773); END_STATE(); - case 750: + case 754: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(751); - if (lookahead == '/') ADVANCE(722); + if (lookahead == '*') ADVANCE(755); + if (lookahead == '/') ADVANCE(726); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(125); - if (lookahead != 0) ADVANCE(749); + if (lookahead != 0) ADVANCE(753); END_STATE(); - case 751: + case 755: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(752); - if (lookahead == '/') ADVANCE(771); + if (lookahead == '*') ADVANCE(756); + if (lookahead == '/') ADVANCE(775); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(143); - if (lookahead != 0) ADVANCE(768); + if (lookahead != 0) ADVANCE(772); END_STATE(); - case 752: + case 756: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(752); - if (lookahead == '/') ADVANCE(727); + if (lookahead == '*') ADVANCE(756); + if (lookahead == '/') ADVANCE(731); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(138); - if (lookahead != 0) ADVANCE(755); + if (lookahead != 0) ADVANCE(759); END_STATE(); - case 753: + case 757: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(726); - if (lookahead == '/') ADVANCE(743); + if (lookahead == '*') ADVANCE(730); + if (lookahead == '/') ADVANCE(747); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(111); - if (lookahead != 0) ADVANCE(728); + if (lookahead != 0) ADVANCE(732); END_STATE(); - case 754: + case 758: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(744); - if (lookahead == '/') ADVANCE(722); + if (lookahead == '*') ADVANCE(748); + if (lookahead == '/') ADVANCE(726); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(114); - if (lookahead != 0) ADVANCE(731); + if (lookahead != 0) ADVANCE(735); END_STATE(); - case 755: + case 759: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(761); - if (lookahead == '/') ADVANCE(727); + if (lookahead == '*') ADVANCE(765); + if (lookahead == '/') ADVANCE(731); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(146); - if (lookahead != 0) ADVANCE(766); + if (lookahead != 0) ADVANCE(770); END_STATE(); - case 756: + case 760: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(761); - if (lookahead == '/') ADVANCE(728); + if (lookahead == '*') ADVANCE(765); + if (lookahead == '/') ADVANCE(732); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(145); - if (lookahead != 0) ADVANCE(765); + if (lookahead != 0) ADVANCE(769); END_STATE(); - case 757: + case 761: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(762); - if (lookahead == '/') ADVANCE(775); + if (lookahead == '*') ADVANCE(766); + if (lookahead == '/') ADVANCE(779); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(130); - if (lookahead != 0) ADVANCE(758); + if (lookahead != 0) ADVANCE(762); END_STATE(); - case 758: + case 762: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(762); - if (lookahead == '/') ADVANCE(771); + if (lookahead == '*') ADVANCE(766); + if (lookahead == '/') ADVANCE(775); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(130); - if (lookahead != 0) ADVANCE(758); + if (lookahead != 0) ADVANCE(762); END_STATE(); - case 759: + case 763: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(762); - if (lookahead == '/') ADVANCE(722); + if (lookahead == '*') ADVANCE(766); + if (lookahead == '/') ADVANCE(726); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(131); - if (lookahead != 0) ADVANCE(760); + if (lookahead != 0) ADVANCE(764); END_STATE(); - case 760: + case 764: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(762); - if (lookahead == '/') ADVANCE(754); + if (lookahead == '*') ADVANCE(766); + if (lookahead == '/') ADVANCE(758); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(131); - if (lookahead != 0) ADVANCE(760); + if (lookahead != 0) ADVANCE(764); END_STATE(); - case 761: + case 765: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(762); - if (lookahead == '/') ADVANCE(741); + if (lookahead == '*') ADVANCE(766); + if (lookahead == '/') ADVANCE(745); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(131); - if (lookahead != 0) ADVANCE(760); + if (lookahead != 0) ADVANCE(764); END_STATE(); - case 762: + case 766: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(762); - if (lookahead == '/') ADVANCE(740); + if (lookahead == '*') ADVANCE(766); + if (lookahead == '/') ADVANCE(744); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(130); - if (lookahead != 0) ADVANCE(758); + if (lookahead != 0) ADVANCE(762); END_STATE(); - case 763: + case 767: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(762); - if (lookahead == '/') ADVANCE(742); + if (lookahead == '*') ADVANCE(766); + if (lookahead == '/') ADVANCE(746); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(131); - if (lookahead != 0) ADVANCE(760); + if (lookahead != 0) ADVANCE(764); END_STATE(); - case 764: + case 768: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(763); - if (lookahead == '/') ADVANCE(727); + if (lookahead == '*') ADVANCE(767); + if (lookahead == '/') ADVANCE(731); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(146); - if (lookahead != 0) ADVANCE(766); + if (lookahead != 0) ADVANCE(770); END_STATE(); - case 765: + case 769: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(763); - if (lookahead == '/') ADVANCE(743); + if (lookahead == '*') ADVANCE(767); + if (lookahead == '/') ADVANCE(747); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(145); - if (lookahead != 0) ADVANCE(765); + if (lookahead != 0) ADVANCE(769); END_STATE(); - case 766: + case 770: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(763); - if (lookahead == '/') ADVANCE(728); + if (lookahead == '*') ADVANCE(767); + if (lookahead == '/') ADVANCE(732); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(145); - if (lookahead != 0) ADVANCE(765); + if (lookahead != 0) ADVANCE(769); END_STATE(); - case 767: + case 771: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(758); - if (lookahead == '/') ADVANCE(771); + if (lookahead == '*') ADVANCE(762); + if (lookahead == '/') ADVANCE(775); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(130); - if (lookahead != 0) ADVANCE(758); + if (lookahead != 0) ADVANCE(762); END_STATE(); - case 768: + case 772: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(758); - if (lookahead == '/') ADVANCE(727); + if (lookahead == '*') ADVANCE(762); + if (lookahead == '/') ADVANCE(731); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(144); - if (lookahead != 0) ADVANCE(764); + if (lookahead != 0) ADVANCE(768); END_STATE(); - case 769: + case 773: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '*') ADVANCE(758); - if (lookahead == '/') ADVANCE(754); + if (lookahead == '*') ADVANCE(762); + if (lookahead == '/') ADVANCE(758); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(131); - if (lookahead != 0) ADVANCE(760); + if (lookahead != 0) ADVANCE(764); END_STATE(); - case 770: + case 774: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '/') ADVANCE(714); + if (lookahead == '/') ADVANCE(718); if (lookahead == '\t' || - lookahead == ' ') ADVANCE(770); + lookahead == ' ') ADVANCE(774); if (lookahead != 0 && lookahead != '\n' && lookahead != '\r' && - lookahead != '\\') ADVANCE(775); + lookahead != '\\') ADVANCE(779); END_STATE(); - case 771: + case 775: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '/') ADVANCE(775); + if (lookahead == '/') ADVANCE(779); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(119); - if (lookahead != 0) ADVANCE(730); + if (lookahead != 0) ADVANCE(734); END_STATE(); - case 772: + case 776: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '/') ADVANCE(775); + if (lookahead == '/') ADVANCE(779); if (lookahead == '\n' || lookahead == '\r' || lookahead == '\\') ADVANCE(124); - if (lookahead != 0) ADVANCE(747); + if (lookahead != 0) ADVANCE(751); END_STATE(); - case 773: + case 777: ACCEPT_TOKEN(aux_sym_hash_statement_token1); - if (lookahead == '/') ADVANCE(775); + if (lookahead == '/') ADVANCE(779); if (lookahead != 0 && lookahead != '\n' && lookahead != '\r' && - lookahead != '\\') ADVANCE(775); + lookahead != '\\') ADVANCE(779); END_STATE(); - case 774: + case 778: ACCEPT_TOKEN(aux_sym_hash_statement_token1); if (lookahead == '\\') ADVANCE(270); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(774); + lookahead != '\r') ADVANCE(778); END_STATE(); - case 775: + case 779: ACCEPT_TOKEN(aux_sym_hash_statement_token1); if (lookahead != 0 && lookahead != '\n' && lookahead != '\r' && - lookahead != '\\') ADVANCE(775); - END_STATE(); - case 776: - ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(844); - if (lookahead == '/') ADVANCE(791); - if (lookahead != 0 && - lookahead != '{' && - lookahead != '}') ADVANCE(776); - END_STATE(); - case 777: - ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(844); - if (lookahead == '/') ADVANCE(813); - if (lookahead != 0 && - lookahead != '{' && - lookahead != '}') ADVANCE(810); - END_STATE(); - case 778: - ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(844); - if (lookahead == '/') ADVANCE(776); - if (lookahead != 0 && - lookahead != '{' && - lookahead != '}') ADVANCE(776); - END_STATE(); - case 779: - ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(844); - if (lookahead == '/') ADVANCE(814); - if (lookahead != 0 && - lookahead != '{' && - lookahead != '}') ADVANCE(789); + lookahead != '\\') ADVANCE(779); END_STATE(); case 780: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(844); + if (lookahead == '*') ADVANCE(848); + if (lookahead == '/') ADVANCE(795); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(842); + lookahead != '}') ADVANCE(780); END_STATE(); case 781: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(844); + if (lookahead == '*') ADVANCE(848); + if (lookahead == '/') ADVANCE(817); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(788); + lookahead != '}') ADVANCE(814); END_STATE(); case 782: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(844); + if (lookahead == '*') ADVANCE(848); + if (lookahead == '/') ADVANCE(780); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(776); + lookahead != '}') ADVANCE(780); END_STATE(); case 783: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(840); - if (lookahead == '/') ADVANCE(792); + if (lookahead == '*') ADVANCE(848); + if (lookahead == '/') ADVANCE(818); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(783); + lookahead != '}') ADVANCE(793); END_STATE(); case 784: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(840); + if (lookahead == '*') ADVANCE(848); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(784); + lookahead != '}') ADVANCE(846); END_STATE(); case 785: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(840); + if (lookahead == '*') ADVANCE(848); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(783); + lookahead != '}') ADVANCE(792); END_STATE(); case 786: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(787); - if (lookahead == '/') ADVANCE(843); + if (lookahead == '*') ADVANCE(848); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(844); + lookahead != '}') ADVANCE(780); END_STATE(); case 787: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(778); - if (lookahead == '/') ADVANCE(784); + if (lookahead == '*') ADVANCE(844); + if (lookahead == '/') ADVANCE(796); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(785); + lookahead != '}') ADVANCE(787); END_STATE(); case 788: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(782); - if (lookahead == '/') ADVANCE(796); + if (lookahead == '*') ADVANCE(844); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(798); + lookahead != '}') ADVANCE(788); END_STATE(); case 789: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(782); - if (lookahead == '/') ADVANCE(809); + if (lookahead == '*') ADVANCE(844); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(797); + lookahead != '}') ADVANCE(787); END_STATE(); case 790: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(782); - if (lookahead == '/') ADVANCE(824); + if (lookahead == '*') ADVANCE(791); + if (lookahead == '/') ADVANCE(847); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(825); + lookahead != '}') ADVANCE(848); END_STATE(); case 791: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(793); - if (lookahead == '/') ADVANCE(791); + if (lookahead == '*') ADVANCE(782); + if (lookahead == '/') ADVANCE(788); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(776); + lookahead != '}') ADVANCE(789); END_STATE(); case 792: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(793); - if (lookahead == '/') ADVANCE(792); + if (lookahead == '*') ADVANCE(786); + if (lookahead == '/') ADVANCE(800); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(783); + lookahead != '}') ADVANCE(802); END_STATE(); case 793: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(794); - if (lookahead == '/') ADVANCE(844); + if (lookahead == '*') ADVANCE(786); + if (lookahead == '/') ADVANCE(813); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(781); + lookahead != '}') ADVANCE(801); END_STATE(); case 794: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(794); - if (lookahead == '/') ADVANCE(788); + if (lookahead == '*') ADVANCE(786); + if (lookahead == '/') ADVANCE(828); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(788); + lookahead != '}') ADVANCE(829); END_STATE(); case 795: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(794); - if (lookahead == '/') ADVANCE(776); + if (lookahead == '*') ADVANCE(797); + if (lookahead == '/') ADVANCE(795); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(779); + lookahead != '}') ADVANCE(780); END_STATE(); case 796: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(803); + if (lookahead == '*') ADVANCE(797); if (lookahead == '/') ADVANCE(796); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(838); + lookahead != '}') ADVANCE(787); END_STATE(); case 797: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(803); - if (lookahead == '/') ADVANCE(809); + if (lookahead == '*') ADVANCE(798); + if (lookahead == '/') ADVANCE(848); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(837); + lookahead != '}') ADVANCE(785); END_STATE(); case 798: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(803); - if (lookahead == '/') ADVANCE(797); + if (lookahead == '*') ADVANCE(798); + if (lookahead == '/') ADVANCE(792); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(837); + lookahead != '}') ADVANCE(792); END_STATE(); case 799: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(801); - if (lookahead == '/') ADVANCE(844); + if (lookahead == '*') ADVANCE(798); + if (lookahead == '/') ADVANCE(780); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(799); + lookahead != '}') ADVANCE(783); END_STATE(); case 800: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(801); - if (lookahead == '/') ADVANCE(791); + if (lookahead == '*') ADVANCE(807); + if (lookahead == '/') ADVANCE(800); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(800); + lookahead != '}') ADVANCE(842); END_STATE(); case 801: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(801); - if (lookahead == '/') ADVANCE(780); + if (lookahead == '*') ADVANCE(807); + if (lookahead == '/') ADVANCE(813); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(799); + lookahead != '}') ADVANCE(841); END_STATE(); case 802: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(801); - if (lookahead == '/') ADVANCE(788); + if (lookahead == '*') ADVANCE(807); + if (lookahead == '/') ADVANCE(801); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(836); + lookahead != '}') ADVANCE(841); END_STATE(); case 803: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(801); - if (lookahead == '/') ADVANCE(776); + if (lookahead == '*') ADVANCE(805); + if (lookahead == '/') ADVANCE(848); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(800); + lookahead != '}') ADVANCE(803); END_STATE(); case 804: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(801); - if (lookahead == '/') ADVANCE(777); + if (lookahead == '*') ADVANCE(805); + if (lookahead == '/') ADVANCE(795); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(800); + lookahead != '}') ADVANCE(804); END_STATE(); case 805: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(801); - if (lookahead == '/') ADVANCE(814); + if (lookahead == '*') ADVANCE(805); + if (lookahead == '/') ADVANCE(784); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(837); + lookahead != '}') ADVANCE(803); END_STATE(); case 806: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(799); - if (lookahead == '/') ADVANCE(842); + if (lookahead == '*') ADVANCE(805); + if (lookahead == '/') ADVANCE(792); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(826); + lookahead != '}') ADVANCE(840); END_STATE(); case 807: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(799); - if (lookahead == '/') ADVANCE(791); + if (lookahead == '*') ADVANCE(805); + if (lookahead == '/') ADVANCE(780); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(800); + lookahead != '}') ADVANCE(804); END_STATE(); case 808: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(799); - if (lookahead == '/') ADVANCE(813); + if (lookahead == '*') ADVANCE(805); + if (lookahead == '/') ADVANCE(781); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(827); + lookahead != '}') ADVANCE(804); END_STATE(); case 809: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(820); - if (lookahead == '/') ADVANCE(809); + if (lookahead == '*') ADVANCE(805); + if (lookahead == '/') ADVANCE(818); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(837); + lookahead != '}') ADVANCE(841); END_STATE(); case 810: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(812); - if (lookahead == '/') ADVANCE(791); + if (lookahead == '*') ADVANCE(803); + if (lookahead == '/') ADVANCE(846); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(811); + lookahead != '}') ADVANCE(830); END_STATE(); case 811: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(812); - if (lookahead == '/') ADVANCE(818); + if (lookahead == '*') ADVANCE(803); + if (lookahead == '/') ADVANCE(795); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(815); + lookahead != '}') ADVANCE(804); END_STATE(); case 812: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(812); - if (lookahead == '/') ADVANCE(841); + if (lookahead == '*') ADVANCE(803); + if (lookahead == '/') ADVANCE(817); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(816); + lookahead != '}') ADVANCE(831); END_STATE(); case 813: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(822); - if (lookahead == '/') ADVANCE(791); + if (lookahead == '*') ADVANCE(824); + if (lookahead == '/') ADVANCE(813); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(811); + lookahead != '}') ADVANCE(841); END_STATE(); case 814: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(795); - if (lookahead == '/') ADVANCE(809); + if (lookahead == '*') ADVANCE(816); + if (lookahead == '/') ADVANCE(795); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(797); + lookahead != '}') ADVANCE(815); END_STATE(); case 815: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(831); - if (lookahead == '/') ADVANCE(818); + if (lookahead == '*') ADVANCE(816); + if (lookahead == '/') ADVANCE(822); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(828); + lookahead != '}') ADVANCE(819); END_STATE(); case 816: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(831); - if (lookahead == '/') ADVANCE(841); + if (lookahead == '*') ADVANCE(816); + if (lookahead == '/') ADVANCE(845); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(831); + lookahead != '}') ADVANCE(820); END_STATE(); case 817: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(831); - if (lookahead == '/') ADVANCE(796); + if (lookahead == '*') ADVANCE(826); + if (lookahead == '/') ADVANCE(795); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(833); + lookahead != '}') ADVANCE(815); END_STATE(); case 818: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(819); - if (lookahead == '/') ADVANCE(791); + if (lookahead == '*') ADVANCE(799); + if (lookahead == '/') ADVANCE(813); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(800); + lookahead != '}') ADVANCE(801); END_STATE(); case 819: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(821); - if (lookahead == '/') ADVANCE(844); + if (lookahead == '*') ADVANCE(835); + if (lookahead == '/') ADVANCE(822); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(802); + lookahead != '}') ADVANCE(832); END_STATE(); case 820: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(821); - if (lookahead == '/') ADVANCE(776); + if (lookahead == '*') ADVANCE(835); + if (lookahead == '/') ADVANCE(845); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(805); + lookahead != '}') ADVANCE(835); END_STATE(); case 821: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(821); - if (lookahead == '/') ADVANCE(790); + if (lookahead == '*') ADVANCE(835); + if (lookahead == '/') ADVANCE(800); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(836); + lookahead != '}') ADVANCE(837); END_STATE(); case 822: ACCEPT_TOKEN(aux_sym__content_block_token1); if (lookahead == '*') ADVANCE(823); - if (lookahead == '/') ADVANCE(841); + if (lookahead == '/') ADVANCE(795); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(817); + lookahead != '}') ADVANCE(804); END_STATE(); case 823: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(823); - if (lookahead == '/') ADVANCE(796); + if (lookahead == '*') ADVANCE(825); + if (lookahead == '/') ADVANCE(848); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(824); + lookahead != '}') ADVANCE(806); END_STATE(); case 824: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(829); - if (lookahead == '/') ADVANCE(796); + if (lookahead == '*') ADVANCE(825); + if (lookahead == '/') ADVANCE(780); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(835); + lookahead != '}') ADVANCE(809); END_STATE(); case 825: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(829); - if (lookahead == '/') ADVANCE(797); + if (lookahead == '*') ADVANCE(825); + if (lookahead == '/') ADVANCE(794); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(834); + lookahead != '}') ADVANCE(840); END_STATE(); case 826: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(830); - if (lookahead == '/') ADVANCE(844); + if (lookahead == '*') ADVANCE(827); + if (lookahead == '/') ADVANCE(845); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(831); + lookahead != '}') ADVANCE(821); END_STATE(); case 827: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(830); - if (lookahead == '/') ADVANCE(791); + if (lookahead == '*') ADVANCE(827); + if (lookahead == '/') ADVANCE(800); if (lookahead != 0 && lookahead != '{' && lookahead != '}') ADVANCE(828); END_STATE(); case 828: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(830); - if (lookahead == '/') ADVANCE(818); + if (lookahead == '*') ADVANCE(833); + if (lookahead == '/') ADVANCE(800); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(828); + lookahead != '}') ADVANCE(839); END_STATE(); case 829: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(830); - if (lookahead == '/') ADVANCE(807); + if (lookahead == '*') ADVANCE(833); + if (lookahead == '/') ADVANCE(801); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(828); + lookahead != '}') ADVANCE(838); END_STATE(); case 830: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(830); - if (lookahead == '/') ADVANCE(806); + if (lookahead == '*') ADVANCE(834); + if (lookahead == '/') ADVANCE(848); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(831); + lookahead != '}') ADVANCE(835); END_STATE(); case 831: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(830); - if (lookahead == '/') ADVANCE(841); + if (lookahead == '*') ADVANCE(834); + if (lookahead == '/') ADVANCE(795); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(831); + lookahead != '}') ADVANCE(832); END_STATE(); case 832: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(830); - if (lookahead == '/') ADVANCE(808); + if (lookahead == '*') ADVANCE(834); + if (lookahead == '/') ADVANCE(822); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(828); + lookahead != '}') ADVANCE(832); END_STATE(); case 833: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(832); - if (lookahead == '/') ADVANCE(796); + if (lookahead == '*') ADVANCE(834); + if (lookahead == '/') ADVANCE(811); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(835); + lookahead != '}') ADVANCE(832); END_STATE(); case 834: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(832); - if (lookahead == '/') ADVANCE(809); + if (lookahead == '*') ADVANCE(834); + if (lookahead == '/') ADVANCE(810); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(834); + lookahead != '}') ADVANCE(835); END_STATE(); case 835: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(832); - if (lookahead == '/') ADVANCE(797); + if (lookahead == '*') ADVANCE(834); + if (lookahead == '/') ADVANCE(845); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(834); + lookahead != '}') ADVANCE(835); END_STATE(); case 836: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(804); - if (lookahead == '/') ADVANCE(796); + if (lookahead == '*') ADVANCE(834); + if (lookahead == '/') ADVANCE(812); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(838); + lookahead != '}') ADVANCE(832); END_STATE(); case 837: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(804); - if (lookahead == '/') ADVANCE(809); + if (lookahead == '*') ADVANCE(836); + if (lookahead == '/') ADVANCE(800); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(837); + lookahead != '}') ADVANCE(839); END_STATE(); case 838: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '*') ADVANCE(804); - if (lookahead == '/') ADVANCE(797); + if (lookahead == '*') ADVANCE(836); + if (lookahead == '/') ADVANCE(813); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(837); + lookahead != '}') ADVANCE(838); END_STATE(); case 839: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '/') ADVANCE(786); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') ADVANCE(839); + if (lookahead == '*') ADVANCE(836); + if (lookahead == '/') ADVANCE(801); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(844); + lookahead != '}') ADVANCE(838); END_STATE(); case 840: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '/') ADVANCE(844); + if (lookahead == '*') ADVANCE(808); + if (lookahead == '/') ADVANCE(800); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(844); + lookahead != '}') ADVANCE(842); END_STATE(); case 841: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '/') ADVANCE(844); + if (lookahead == '*') ADVANCE(808); + if (lookahead == '/') ADVANCE(813); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(799); + lookahead != '}') ADVANCE(841); END_STATE(); case 842: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '/') ADVANCE(844); + if (lookahead == '*') ADVANCE(808); + if (lookahead == '/') ADVANCE(801); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(812); + lookahead != '}') ADVANCE(841); END_STATE(); case 843: ACCEPT_TOKEN(aux_sym__content_block_token1); - if (lookahead == '\n' || - lookahead == '\r') ADVANCE(844); + if (lookahead == '/') ADVANCE(790); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') ADVANCE(843); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(843); + lookahead != '}') ADVANCE(848); END_STATE(); case 844: ACCEPT_TOKEN(aux_sym__content_block_token1); + if (lookahead == '/') ADVANCE(848); if (lookahead != 0 && lookahead != '{' && - lookahead != '}') ADVANCE(844); + lookahead != '}') ADVANCE(848); END_STATE(); case 845: - ACCEPT_TOKEN(anon_sym_AT_LBRACK); + ACCEPT_TOKEN(aux_sym__content_block_token1); + if (lookahead == '/') ADVANCE(848); + if (lookahead != 0 && + lookahead != '{' && + lookahead != '}') ADVANCE(803); END_STATE(); case 846: - ACCEPT_TOKEN(sym___dolcbr); + ACCEPT_TOKEN(aux_sym__content_block_token1); + if (lookahead == '/') ADVANCE(848); + if (lookahead != 0 && + lookahead != '{' && + lookahead != '}') ADVANCE(816); END_STATE(); case 847: - ACCEPT_TOKEN(sym___double_quote); + ACCEPT_TOKEN(aux_sym__content_block_token1); + if (lookahead == '\n' || + lookahead == '\r') ADVANCE(848); + if (lookahead != 0 && + lookahead != '{' && + lookahead != '}') ADVANCE(847); END_STATE(); case 848: - ACCEPT_TOKEN(sym___single_quote); + ACCEPT_TOKEN(aux_sym__content_block_token1); + if (lookahead != 0 && + lookahead != '{' && + lookahead != '}') ADVANCE(848); END_STATE(); case 849: - ACCEPT_TOKEN(sym___c_double_quote); + ACCEPT_TOKEN(anon_sym_AT_LBRACK); END_STATE(); case 850: - ACCEPT_TOKEN(sym___c_single_quote); + ACCEPT_TOKEN(sym___dolcbr); END_STATE(); case 851: - ACCEPT_TOKEN(sym___r_double_quote); + ACCEPT_TOKEN(sym___double_quote); END_STATE(); case 852: + ACCEPT_TOKEN(sym___single_quote); + END_STATE(); + case 853: + ACCEPT_TOKEN(sym___c_double_quote); + END_STATE(); + case 854: + ACCEPT_TOKEN(sym___c_single_quote); + END_STATE(); + case 855: + ACCEPT_TOKEN(sym___r_double_quote); + END_STATE(); + case 856: ACCEPT_TOKEN(sym___r_single_quote); END_STATE(); default: @@ -18091,8 +18187,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [168] = {.lex_state = 79}, [169] = {.lex_state = 79}, [170] = {.lex_state = 79}, - [171] = {.lex_state = 80}, - [172] = {.lex_state = 79}, + [171] = {.lex_state = 79}, + [172] = {.lex_state = 80}, [173] = {.lex_state = 79}, [174] = {.lex_state = 79}, [175] = {.lex_state = 79}, @@ -18130,38 +18226,38 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [207] = {.lex_state = 79}, [208] = {.lex_state = 79}, [209] = {.lex_state = 79}, - [210] = {.lex_state = 79}, + [210] = {.lex_state = 246}, [211] = {.lex_state = 79}, [212] = {.lex_state = 79}, - [213] = {.lex_state = 30}, - [214] = {.lex_state = 79}, - [215] = {.lex_state = 79}, - [216] = {.lex_state = 246}, + [213] = {.lex_state = 79}, + [214] = {.lex_state = 246}, + [215] = {.lex_state = 246}, + [216] = {.lex_state = 30}, [217] = {.lex_state = 246}, - [218] = {.lex_state = 246}, - [219] = {.lex_state = 246}, + [218] = {.lex_state = 79}, + [219] = {.lex_state = 79}, [220] = {.lex_state = 246}, - [221] = {.lex_state = 79}, - [222] = {.lex_state = 79}, + [221] = {.lex_state = 244}, + [222] = {.lex_state = 244}, [223] = {.lex_state = 79}, [224] = {.lex_state = 79}, [225] = {.lex_state = 79}, [226] = {.lex_state = 79}, - [227] = {.lex_state = 79}, + [227] = {.lex_state = 244}, [228] = {.lex_state = 79}, - [229] = {.lex_state = 79}, + [229] = {.lex_state = 244}, [230] = {.lex_state = 79}, [231] = {.lex_state = 79}, [232] = {.lex_state = 79}, [233] = {.lex_state = 79}, [234] = {.lex_state = 79}, [235] = {.lex_state = 79}, - [236] = {.lex_state = 244}, + [236] = {.lex_state = 79}, [237] = {.lex_state = 79}, [238] = {.lex_state = 79}, [239] = {.lex_state = 79}, [240] = {.lex_state = 79}, - [241] = {.lex_state = 79}, + [241] = {.lex_state = 244}, [242] = {.lex_state = 79}, [243] = {.lex_state = 79}, [244] = {.lex_state = 79}, @@ -18176,18 +18272,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [253] = {.lex_state = 79}, [254] = {.lex_state = 79}, [255] = {.lex_state = 79}, - [256] = {.lex_state = 79}, + [256] = {.lex_state = 244}, [257] = {.lex_state = 79}, - [258] = {.lex_state = 79}, + [258] = {.lex_state = 244}, [259] = {.lex_state = 79}, [260] = {.lex_state = 79}, - [261] = {.lex_state = 244}, + [261] = {.lex_state = 79}, [262] = {.lex_state = 79}, - [263] = {.lex_state = 79}, - [264] = {.lex_state = 79}, + [263] = {.lex_state = 244}, + [264] = {.lex_state = 244}, [265] = {.lex_state = 79}, [266] = {.lex_state = 79}, - [267] = {.lex_state = 79}, + [267] = {.lex_state = 244}, [268] = {.lex_state = 79}, [269] = {.lex_state = 79}, [270] = {.lex_state = 79}, @@ -18199,139 +18295,139 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [276] = {.lex_state = 79}, [277] = {.lex_state = 79}, [278] = {.lex_state = 79}, - [279] = {.lex_state = 79}, + [279] = {.lex_state = 244}, [280] = {.lex_state = 79}, [281] = {.lex_state = 79}, - [282] = {.lex_state = 79}, + [282] = {.lex_state = 244}, [283] = {.lex_state = 79}, [284] = {.lex_state = 79}, - [285] = {.lex_state = 79}, + [285] = {.lex_state = 244}, [286] = {.lex_state = 79}, [287] = {.lex_state = 79}, [288] = {.lex_state = 79}, [289] = {.lex_state = 79}, [290] = {.lex_state = 79}, [291] = {.lex_state = 79}, - [292] = {.lex_state = 244}, - [293] = {.lex_state = 80}, + [292] = {.lex_state = 79}, + [293] = {.lex_state = 244}, [294] = {.lex_state = 79}, - [295] = {.lex_state = 80}, + [295] = {.lex_state = 244}, [296] = {.lex_state = 79}, - [297] = {.lex_state = 244}, - [298] = {.lex_state = 244}, - [299] = {.lex_state = 80}, + [297] = {.lex_state = 79}, + [298] = {.lex_state = 79}, + [299] = {.lex_state = 79}, [300] = {.lex_state = 79}, - [301] = {.lex_state = 244}, + [301] = {.lex_state = 79}, [302] = {.lex_state = 79}, - [303] = {.lex_state = 244}, - [304] = {.lex_state = 79}, + [303] = {.lex_state = 79}, + [304] = {.lex_state = 80}, [305] = {.lex_state = 80}, [306] = {.lex_state = 79}, - [307] = {.lex_state = 80}, - [308] = {.lex_state = 80}, + [307] = {.lex_state = 79}, + [308] = {.lex_state = 79}, [309] = {.lex_state = 79}, [310] = {.lex_state = 79}, - [311] = {.lex_state = 244}, - [312] = {.lex_state = 244}, - [313] = {.lex_state = 79}, - [314] = {.lex_state = 79}, - [315] = {.lex_state = 80}, - [316] = {.lex_state = 80}, - [317] = {.lex_state = 80}, + [311] = {.lex_state = 79}, + [312] = {.lex_state = 79}, + [313] = {.lex_state = 80}, + [314] = {.lex_state = 80}, + [315] = {.lex_state = 79}, + [316] = {.lex_state = 79}, + [317] = {.lex_state = 79}, [318] = {.lex_state = 79}, - [319] = {.lex_state = 79}, + [319] = {.lex_state = 80}, [320] = {.lex_state = 80}, - [321] = {.lex_state = 80}, - [322] = {.lex_state = 79}, + [321] = {.lex_state = 79}, + [322] = {.lex_state = 80}, [323] = {.lex_state = 80}, [324] = {.lex_state = 79}, - [325] = {.lex_state = 80}, - [326] = {.lex_state = 244}, + [325] = {.lex_state = 79}, + [326] = {.lex_state = 79}, [327] = {.lex_state = 79}, - [328] = {.lex_state = 80}, - [329] = {.lex_state = 80}, + [328] = {.lex_state = 79}, + [329] = {.lex_state = 79}, [330] = {.lex_state = 79}, [331] = {.lex_state = 79}, [332] = {.lex_state = 79}, [333] = {.lex_state = 79}, - [334] = {.lex_state = 79}, - [335] = {.lex_state = 79}, + [334] = {.lex_state = 80}, + [335] = {.lex_state = 80}, [336] = {.lex_state = 79}, - [337] = {.lex_state = 80}, - [338] = {.lex_state = 80}, - [339] = {.lex_state = 79}, + [337] = {.lex_state = 79}, + [338] = {.lex_state = 79}, + [339] = {.lex_state = 80}, [340] = {.lex_state = 79}, - [341] = {.lex_state = 79}, + [341] = {.lex_state = 80}, [342] = {.lex_state = 79}, [343] = {.lex_state = 79}, - [344] = {.lex_state = 79}, + [344] = {.lex_state = 80}, [345] = {.lex_state = 79}, [346] = {.lex_state = 79}, [347] = {.lex_state = 79}, - [348] = {.lex_state = 79}, + [348] = {.lex_state = 80}, [349] = {.lex_state = 79}, - [350] = {.lex_state = 80}, - [351] = {.lex_state = 80}, - [352] = {.lex_state = 80}, - [353] = {.lex_state = 244}, - [354] = {.lex_state = 244}, + [350] = {.lex_state = 79}, + [351] = {.lex_state = 79}, + [352] = {.lex_state = 79}, + [353] = {.lex_state = 79}, + [354] = {.lex_state = 79}, [355] = {.lex_state = 79}, [356] = {.lex_state = 79}, - [357] = {.lex_state = 80}, - [358] = {.lex_state = 79}, - [359] = {.lex_state = 79}, + [357] = {.lex_state = 79}, + [358] = {.lex_state = 80}, + [359] = {.lex_state = 80}, [360] = {.lex_state = 79}, [361] = {.lex_state = 79}, [362] = {.lex_state = 79}, - [363] = {.lex_state = 244}, + [363] = {.lex_state = 79}, [364] = {.lex_state = 79}, [365] = {.lex_state = 79}, - [366] = {.lex_state = 79}, - [367] = {.lex_state = 244}, + [366] = {.lex_state = 80}, + [367] = {.lex_state = 80}, [368] = {.lex_state = 79}, [369] = {.lex_state = 79}, [370] = {.lex_state = 79}, [371] = {.lex_state = 79}, [372] = {.lex_state = 79}, - [373] = {.lex_state = 244}, + [373] = {.lex_state = 79}, [374] = {.lex_state = 79}, - [375] = {.lex_state = 79}, + [375] = {.lex_state = 244}, [376] = {.lex_state = 79}, [377] = {.lex_state = 79}, - [378] = {.lex_state = 80}, + [378] = {.lex_state = 244}, [379] = {.lex_state = 79}, - [380] = {.lex_state = 79}, - [381] = {.lex_state = 79}, - [382] = {.lex_state = 79}, + [380] = {.lex_state = 80}, + [381] = {.lex_state = 80}, + [382] = {.lex_state = 80}, [383] = {.lex_state = 80}, [384] = {.lex_state = 79}, - [385] = {.lex_state = 80}, - [386] = {.lex_state = 79}, + [385] = {.lex_state = 79}, + [386] = {.lex_state = 80}, [387] = {.lex_state = 79}, - [388] = {.lex_state = 79}, + [388] = {.lex_state = 80}, [389] = {.lex_state = 79}, - [390] = {.lex_state = 244}, - [391] = {.lex_state = 244}, + [390] = {.lex_state = 79}, + [391] = {.lex_state = 79}, [392] = {.lex_state = 79}, [393] = {.lex_state = 79}, - [394] = {.lex_state = 79}, - [395] = {.lex_state = 79}, + [394] = {.lex_state = 248}, + [395] = {.lex_state = 244}, [396] = {.lex_state = 79}, [397] = {.lex_state = 79}, [398] = {.lex_state = 79}, - [399] = {.lex_state = 79}, + [399] = {.lex_state = 248}, [400] = {.lex_state = 79}, [401] = {.lex_state = 79}, [402] = {.lex_state = 79}, [403] = {.lex_state = 79}, [404] = {.lex_state = 79}, [405] = {.lex_state = 79}, - [406] = {.lex_state = 79}, + [406] = {.lex_state = 244}, [407] = {.lex_state = 79}, [408] = {.lex_state = 79}, [409] = {.lex_state = 79}, - [410] = {.lex_state = 79}, - [411] = {.lex_state = 79}, + [410] = {.lex_state = 248}, + [411] = {.lex_state = 244}, [412] = {.lex_state = 79}, [413] = {.lex_state = 79}, [414] = {.lex_state = 79}, @@ -18346,7 +18442,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [423] = {.lex_state = 79}, [424] = {.lex_state = 79}, [425] = {.lex_state = 79}, - [426] = {.lex_state = 79}, + [426] = {.lex_state = 244}, [427] = {.lex_state = 79}, [428] = {.lex_state = 79}, [429] = {.lex_state = 79}, @@ -18358,33 +18454,33 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [435] = {.lex_state = 79}, [436] = {.lex_state = 79}, [437] = {.lex_state = 79}, - [438] = {.lex_state = 79}, + [438] = {.lex_state = 248}, [439] = {.lex_state = 79}, [440] = {.lex_state = 79}, [441] = {.lex_state = 79}, [442] = {.lex_state = 79}, [443] = {.lex_state = 79}, - [444] = {.lex_state = 79}, + [444] = {.lex_state = 244}, [445] = {.lex_state = 79}, - [446] = {.lex_state = 79}, - [447] = {.lex_state = 79}, - [448] = {.lex_state = 79}, + [446] = {.lex_state = 244}, + [447] = {.lex_state = 244}, + [448] = {.lex_state = 244}, [449] = {.lex_state = 79}, - [450] = {.lex_state = 79}, - [451] = {.lex_state = 79}, + [450] = {.lex_state = 244}, + [451] = {.lex_state = 244}, [452] = {.lex_state = 79}, - [453] = {.lex_state = 79}, + [453] = {.lex_state = 244}, [454] = {.lex_state = 79}, [455] = {.lex_state = 79}, - [456] = {.lex_state = 79}, + [456] = {.lex_state = 244}, [457] = {.lex_state = 79}, [458] = {.lex_state = 79}, [459] = {.lex_state = 79}, [460] = {.lex_state = 79}, - [461] = {.lex_state = 79}, - [462] = {.lex_state = 79}, - [463] = {.lex_state = 79}, - [464] = {.lex_state = 79}, + [461] = {.lex_state = 244}, + [462] = {.lex_state = 244}, + [463] = {.lex_state = 244}, + [464] = {.lex_state = 244}, [465] = {.lex_state = 79}, [466] = {.lex_state = 79}, [467] = {.lex_state = 79}, @@ -18401,9 +18497,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [478] = {.lex_state = 79}, [479] = {.lex_state = 79}, [480] = {.lex_state = 79}, - [481] = {.lex_state = 79}, + [481] = {.lex_state = 244}, [482] = {.lex_state = 79}, - [483] = {.lex_state = 79}, + [483] = {.lex_state = 244}, [484] = {.lex_state = 79}, [485] = {.lex_state = 79}, [486] = {.lex_state = 79}, @@ -18411,7 +18507,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [488] = {.lex_state = 79}, [489] = {.lex_state = 79}, [490] = {.lex_state = 79}, - [491] = {.lex_state = 79}, + [491] = {.lex_state = 244}, [492] = {.lex_state = 79}, [493] = {.lex_state = 79}, [494] = {.lex_state = 79}, @@ -18421,12 +18517,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [498] = {.lex_state = 79}, [499] = {.lex_state = 79}, [500] = {.lex_state = 79}, - [501] = {.lex_state = 244}, + [501] = {.lex_state = 79}, [502] = {.lex_state = 79}, [503] = {.lex_state = 79}, [504] = {.lex_state = 79}, [505] = {.lex_state = 79}, - [506] = {.lex_state = 79}, + [506] = {.lex_state = 244}, [507] = {.lex_state = 79}, [508] = {.lex_state = 79}, [509] = {.lex_state = 79}, @@ -18435,16 +18531,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [512] = {.lex_state = 79}, [513] = {.lex_state = 79}, [514] = {.lex_state = 79}, - [515] = {.lex_state = 79}, + [515] = {.lex_state = 244}, [516] = {.lex_state = 79}, [517] = {.lex_state = 79}, - [518] = {.lex_state = 79}, + [518] = {.lex_state = 244}, [519] = {.lex_state = 79}, [520] = {.lex_state = 79}, - [521] = {.lex_state = 244}, + [521] = {.lex_state = 79}, [522] = {.lex_state = 79}, [523] = {.lex_state = 79}, - [524] = {.lex_state = 79}, + [524] = {.lex_state = 244}, [525] = {.lex_state = 79}, [526] = {.lex_state = 79}, [527] = {.lex_state = 79}, @@ -18456,14 +18552,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [533] = {.lex_state = 79}, [534] = {.lex_state = 79}, [535] = {.lex_state = 79}, - [536] = {.lex_state = 79}, + [536] = {.lex_state = 244}, [537] = {.lex_state = 79}, - [538] = {.lex_state = 79}, + [538] = {.lex_state = 244}, [539] = {.lex_state = 79}, [540] = {.lex_state = 79}, [541] = {.lex_state = 79}, [542] = {.lex_state = 79}, - [543] = {.lex_state = 79}, + [543] = {.lex_state = 244}, [544] = {.lex_state = 79}, [545] = {.lex_state = 79}, [546] = {.lex_state = 79}, @@ -18472,24 +18568,24 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [549] = {.lex_state = 79}, [550] = {.lex_state = 79}, [551] = {.lex_state = 79}, - [552] = {.lex_state = 79}, - [553] = {.lex_state = 79}, + [552] = {.lex_state = 244}, + [553] = {.lex_state = 244}, [554] = {.lex_state = 79}, - [555] = {.lex_state = 79}, + [555] = {.lex_state = 244}, [556] = {.lex_state = 79}, - [557] = {.lex_state = 248}, - [558] = {.lex_state = 248}, + [557] = {.lex_state = 79}, + [558] = {.lex_state = 79}, [559] = {.lex_state = 79}, - [560] = {.lex_state = 79}, - [561] = {.lex_state = 79}, + [560] = {.lex_state = 244}, + [561] = {.lex_state = 244}, [562] = {.lex_state = 79}, [563] = {.lex_state = 79}, [564] = {.lex_state = 79}, [565] = {.lex_state = 79}, [566] = {.lex_state = 79}, [567] = {.lex_state = 79}, - [568] = {.lex_state = 79}, - [569] = {.lex_state = 248}, + [568] = {.lex_state = 244}, + [569] = {.lex_state = 79}, [570] = {.lex_state = 79}, [571] = {.lex_state = 79}, [572] = {.lex_state = 79}, @@ -18503,24 +18599,24 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [580] = {.lex_state = 79}, [581] = {.lex_state = 79}, [582] = {.lex_state = 79}, - [583] = {.lex_state = 79}, + [583] = {.lex_state = 244}, [584] = {.lex_state = 79}, - [585] = {.lex_state = 79}, + [585] = {.lex_state = 244}, [586] = {.lex_state = 79}, [587] = {.lex_state = 79}, [588] = {.lex_state = 79}, [589] = {.lex_state = 79}, [590] = {.lex_state = 79}, [591] = {.lex_state = 79}, - [592] = {.lex_state = 79}, + [592] = {.lex_state = 244}, [593] = {.lex_state = 79}, [594] = {.lex_state = 79}, [595] = {.lex_state = 79}, - [596] = {.lex_state = 248}, - [597] = {.lex_state = 79}, + [596] = {.lex_state = 244}, + [597] = {.lex_state = 244}, [598] = {.lex_state = 79}, [599] = {.lex_state = 79}, - [600] = {.lex_state = 79}, + [600] = {.lex_state = 244}, [601] = {.lex_state = 79}, [602] = {.lex_state = 79}, [603] = {.lex_state = 79}, @@ -18530,13 +18626,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [607] = {.lex_state = 79}, [608] = {.lex_state = 79}, [609] = {.lex_state = 79}, - [610] = {.lex_state = 79}, + [610] = {.lex_state = 244}, [611] = {.lex_state = 79}, - [612] = {.lex_state = 244}, + [612] = {.lex_state = 79}, [613] = {.lex_state = 79}, [614] = {.lex_state = 79}, [615] = {.lex_state = 79}, - [616] = {.lex_state = 79}, + [616] = {.lex_state = 244}, [617] = {.lex_state = 79}, [618] = {.lex_state = 79}, [619] = {.lex_state = 79}, @@ -18544,10 +18640,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [621] = {.lex_state = 79}, [622] = {.lex_state = 79}, [623] = {.lex_state = 79}, - [624] = {.lex_state = 79}, + [624] = {.lex_state = 244}, [625] = {.lex_state = 79}, [626] = {.lex_state = 79}, - [627] = {.lex_state = 79}, + [627] = {.lex_state = 244}, [628] = {.lex_state = 79}, [629] = {.lex_state = 79}, [630] = {.lex_state = 79}, @@ -18564,17 +18660,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [641] = {.lex_state = 79}, [642] = {.lex_state = 79}, [643] = {.lex_state = 79}, - [644] = {.lex_state = 79}, + [644] = {.lex_state = 244}, [645] = {.lex_state = 79}, - [646] = {.lex_state = 79}, + [646] = {.lex_state = 244}, [647] = {.lex_state = 79}, - [648] = {.lex_state = 79}, - [649] = {.lex_state = 79}, + [648] = {.lex_state = 244}, + [649] = {.lex_state = 244}, [650] = {.lex_state = 79}, [651] = {.lex_state = 79}, [652] = {.lex_state = 79}, [653] = {.lex_state = 79}, - [654] = {.lex_state = 79}, + [654] = {.lex_state = 244}, [655] = {.lex_state = 79}, [656] = {.lex_state = 79}, [657] = {.lex_state = 79}, @@ -18582,19 +18678,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [659] = {.lex_state = 79}, [660] = {.lex_state = 79}, [661] = {.lex_state = 79}, - [662] = {.lex_state = 79}, + [662] = {.lex_state = 244}, [663] = {.lex_state = 79}, [664] = {.lex_state = 79}, [665] = {.lex_state = 79}, - [666] = {.lex_state = 79}, + [666] = {.lex_state = 244}, [667] = {.lex_state = 79}, - [668] = {.lex_state = 79}, + [668] = {.lex_state = 244}, [669] = {.lex_state = 79}, [670] = {.lex_state = 79}, - [671] = {.lex_state = 79}, - [672] = {.lex_state = 79}, - [673] = {.lex_state = 79}, - [674] = {.lex_state = 79}, + [671] = {.lex_state = 244}, + [672] = {.lex_state = 244}, + [673] = {.lex_state = 244}, + [674] = {.lex_state = 244}, [675] = {.lex_state = 79}, [676] = {.lex_state = 79}, [677] = {.lex_state = 79}, @@ -18613,35 +18709,35 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [690] = {.lex_state = 79}, [691] = {.lex_state = 79}, [692] = {.lex_state = 79}, - [693] = {.lex_state = 79}, + [693] = {.lex_state = 244}, [694] = {.lex_state = 79}, [695] = {.lex_state = 79}, [696] = {.lex_state = 79}, [697] = {.lex_state = 79}, - [698] = {.lex_state = 79}, - [699] = {.lex_state = 79}, + [698] = {.lex_state = 244}, + [699] = {.lex_state = 244}, [700] = {.lex_state = 79}, [701] = {.lex_state = 79}, - [702] = {.lex_state = 79}, + [702] = {.lex_state = 244}, [703] = {.lex_state = 79}, [704] = {.lex_state = 79}, [705] = {.lex_state = 79}, [706] = {.lex_state = 79}, [707] = {.lex_state = 79}, - [708] = {.lex_state = 244}, + [708] = {.lex_state = 79}, [709] = {.lex_state = 79}, [710] = {.lex_state = 79}, [711] = {.lex_state = 79}, [712] = {.lex_state = 79}, - [713] = {.lex_state = 79}, - [714] = {.lex_state = 79}, + [713] = {.lex_state = 244}, + [714] = {.lex_state = 244}, [715] = {.lex_state = 79}, [716] = {.lex_state = 79}, [717] = {.lex_state = 79}, - [718] = {.lex_state = 79}, + [718] = {.lex_state = 244}, [719] = {.lex_state = 79}, - [720] = {.lex_state = 79}, - [721] = {.lex_state = 79}, + [720] = {.lex_state = 244}, + [721] = {.lex_state = 244}, [722] = {.lex_state = 79}, [723] = {.lex_state = 79}, [724] = {.lex_state = 79}, @@ -18649,13 +18745,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [726] = {.lex_state = 79}, [727] = {.lex_state = 79}, [728] = {.lex_state = 79}, - [729] = {.lex_state = 79}, - [730] = {.lex_state = 79}, + [729] = {.lex_state = 244}, + [730] = {.lex_state = 244}, [731] = {.lex_state = 79}, - [732] = {.lex_state = 79}, - [733] = {.lex_state = 79}, + [732] = {.lex_state = 244}, + [733] = {.lex_state = 244}, [734] = {.lex_state = 79}, - [735] = {.lex_state = 79}, + [735] = {.lex_state = 244}, [736] = {.lex_state = 79}, [737] = {.lex_state = 79}, [738] = {.lex_state = 79}, @@ -18663,24 +18759,24 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [740] = {.lex_state = 79}, [741] = {.lex_state = 79}, [742] = {.lex_state = 79}, - [743] = {.lex_state = 79}, + [743] = {.lex_state = 244}, [744] = {.lex_state = 79}, [745] = {.lex_state = 79}, [746] = {.lex_state = 79}, [747] = {.lex_state = 79}, [748] = {.lex_state = 79}, - [749] = {.lex_state = 79}, + [749] = {.lex_state = 244}, [750] = {.lex_state = 79}, [751] = {.lex_state = 79}, - [752] = {.lex_state = 79}, - [753] = {.lex_state = 79}, + [752] = {.lex_state = 244}, + [753] = {.lex_state = 244}, [754] = {.lex_state = 79}, - [755] = {.lex_state = 79}, - [756] = {.lex_state = 79}, + [755] = {.lex_state = 244}, + [756] = {.lex_state = 244}, [757] = {.lex_state = 79}, - [758] = {.lex_state = 79}, + [758] = {.lex_state = 244}, [759] = {.lex_state = 79}, - [760] = {.lex_state = 79}, + [760] = {.lex_state = 244}, [761] = {.lex_state = 79}, [762] = {.lex_state = 79}, [763] = {.lex_state = 79}, @@ -18689,37 +18785,37 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [766] = {.lex_state = 79}, [767] = {.lex_state = 79}, [768] = {.lex_state = 79}, - [769] = {.lex_state = 79}, + [769] = {.lex_state = 244}, [770] = {.lex_state = 79}, - [771] = {.lex_state = 79}, - [772] = {.lex_state = 79}, - [773] = {.lex_state = 79}, + [771] = {.lex_state = 244}, + [772] = {.lex_state = 244}, + [773] = {.lex_state = 244}, [774] = {.lex_state = 79}, [775] = {.lex_state = 79}, - [776] = {.lex_state = 79}, + [776] = {.lex_state = 244}, [777] = {.lex_state = 79}, [778] = {.lex_state = 79}, [779] = {.lex_state = 79}, [780] = {.lex_state = 79}, [781] = {.lex_state = 79}, - [782] = {.lex_state = 79}, - [783] = {.lex_state = 79}, + [782] = {.lex_state = 244}, + [783] = {.lex_state = 244}, [784] = {.lex_state = 79}, [785] = {.lex_state = 79}, [786] = {.lex_state = 79}, [787] = {.lex_state = 79}, [788] = {.lex_state = 79}, - [789] = {.lex_state = 79}, + [789] = {.lex_state = 244}, [790] = {.lex_state = 79}, [791] = {.lex_state = 79}, - [792] = {.lex_state = 244}, + [792] = {.lex_state = 79}, [793] = {.lex_state = 79}, [794] = {.lex_state = 79}, - [795] = {.lex_state = 79}, + [795] = {.lex_state = 244}, [796] = {.lex_state = 79}, [797] = {.lex_state = 79}, [798] = {.lex_state = 79}, - [799] = {.lex_state = 79}, + [799] = {.lex_state = 244}, [800] = {.lex_state = 79}, [801] = {.lex_state = 79}, [802] = {.lex_state = 79}, @@ -18730,11 +18826,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [807] = {.lex_state = 79}, [808] = {.lex_state = 79}, [809] = {.lex_state = 79}, - [810] = {.lex_state = 79}, + [810] = {.lex_state = 244}, [811] = {.lex_state = 79}, [812] = {.lex_state = 79}, [813] = {.lex_state = 79}, - [814] = {.lex_state = 79}, + [814] = {.lex_state = 244}, [815] = {.lex_state = 79}, [816] = {.lex_state = 79}, [817] = {.lex_state = 79}, @@ -18749,14 +18845,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [826] = {.lex_state = 79}, [827] = {.lex_state = 79}, [828] = {.lex_state = 79}, - [829] = {.lex_state = 79}, + [829] = {.lex_state = 244}, [830] = {.lex_state = 79}, [831] = {.lex_state = 79}, [832] = {.lex_state = 79}, [833] = {.lex_state = 79}, - [834] = {.lex_state = 79}, - [835] = {.lex_state = 79}, - [836] = {.lex_state = 79}, + [834] = {.lex_state = 244}, + [835] = {.lex_state = 244}, + [836] = {.lex_state = 244}, [837] = {.lex_state = 79}, [838] = {.lex_state = 79}, [839] = {.lex_state = 79}, @@ -18765,139 +18861,139 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [842] = {.lex_state = 79}, [843] = {.lex_state = 79}, [844] = {.lex_state = 79}, - [845] = {.lex_state = 79}, - [846] = {.lex_state = 79}, - [847] = {.lex_state = 244}, - [848] = {.lex_state = 244}, - [849] = {.lex_state = 244}, - [850] = {.lex_state = 244}, - [851] = {.lex_state = 244}, - [852] = {.lex_state = 244}, + [845] = {.lex_state = 244}, + [846] = {.lex_state = 244}, + [847] = {.lex_state = 79}, + [848] = {.lex_state = 79}, + [849] = {.lex_state = 79}, + [850] = {.lex_state = 79}, + [851] = {.lex_state = 79}, + [852] = {.lex_state = 79}, [853] = {.lex_state = 244}, [854] = {.lex_state = 244}, - [855] = {.lex_state = 244}, - [856] = {.lex_state = 244}, - [857] = {.lex_state = 244}, - [858] = {.lex_state = 244}, + [855] = {.lex_state = 79}, + [856] = {.lex_state = 79}, + [857] = {.lex_state = 79}, + [858] = {.lex_state = 79}, [859] = {.lex_state = 244}, [860] = {.lex_state = 244}, [861] = {.lex_state = 244}, - [862] = {.lex_state = 244}, - [863] = {.lex_state = 244}, + [862] = {.lex_state = 79}, + [863] = {.lex_state = 79}, [864] = {.lex_state = 244}, - [865] = {.lex_state = 244}, - [866] = {.lex_state = 244}, - [867] = {.lex_state = 244}, + [865] = {.lex_state = 79}, + [866] = {.lex_state = 79}, + [867] = {.lex_state = 79}, [868] = {.lex_state = 244}, [869] = {.lex_state = 244}, - [870] = {.lex_state = 244}, - [871] = {.lex_state = 244}, - [872] = {.lex_state = 244}, - [873] = {.lex_state = 244}, - [874] = {.lex_state = 244}, - [875] = {.lex_state = 244}, - [876] = {.lex_state = 244}, - [877] = {.lex_state = 244}, - [878] = {.lex_state = 244}, - [879] = {.lex_state = 244}, - [880] = {.lex_state = 244}, - [881] = {.lex_state = 244}, - [882] = {.lex_state = 244}, - [883] = {.lex_state = 244}, - [884] = {.lex_state = 244}, + [870] = {.lex_state = 79}, + [871] = {.lex_state = 79}, + [872] = {.lex_state = 79}, + [873] = {.lex_state = 79}, + [874] = {.lex_state = 79}, + [875] = {.lex_state = 79}, + [876] = {.lex_state = 79}, + [877] = {.lex_state = 79}, + [878] = {.lex_state = 79}, + [879] = {.lex_state = 79}, + [880] = {.lex_state = 79}, + [881] = {.lex_state = 79}, + [882] = {.lex_state = 79}, + [883] = {.lex_state = 79}, + [884] = {.lex_state = 79}, [885] = {.lex_state = 244}, - [886] = {.lex_state = 244}, - [887] = {.lex_state = 244}, - [888] = {.lex_state = 244}, - [889] = {.lex_state = 244}, - [890] = {.lex_state = 244}, - [891] = {.lex_state = 244}, - [892] = {.lex_state = 244}, - [893] = {.lex_state = 244}, - [894] = {.lex_state = 244}, - [895] = {.lex_state = 244}, - [896] = {.lex_state = 244}, - [897] = {.lex_state = 244}, + [886] = {.lex_state = 79}, + [887] = {.lex_state = 79}, + [888] = {.lex_state = 79}, + [889] = {.lex_state = 79}, + [890] = {.lex_state = 79}, + [891] = {.lex_state = 79}, + [892] = {.lex_state = 79}, + [893] = {.lex_state = 79}, + [894] = {.lex_state = 79}, + [895] = {.lex_state = 79}, + [896] = {.lex_state = 79}, + [897] = {.lex_state = 79}, [898] = {.lex_state = 244}, - [899] = {.lex_state = 244}, - [900] = {.lex_state = 244}, - [901] = {.lex_state = 244}, - [902] = {.lex_state = 244}, + [899] = {.lex_state = 79}, + [900] = {.lex_state = 79}, + [901] = {.lex_state = 79}, + [902] = {.lex_state = 79}, [903] = {.lex_state = 244}, - [904] = {.lex_state = 244}, - [905] = {.lex_state = 244}, - [906] = {.lex_state = 244}, - [907] = {.lex_state = 244}, - [908] = {.lex_state = 244}, - [909] = {.lex_state = 244}, - [910] = {.lex_state = 244}, - [911] = {.lex_state = 244}, - [912] = {.lex_state = 244}, - [913] = {.lex_state = 244}, - [914] = {.lex_state = 244}, - [915] = {.lex_state = 244}, - [916] = {.lex_state = 244}, - [917] = {.lex_state = 244}, - [918] = {.lex_state = 244}, - [919] = {.lex_state = 244}, - [920] = {.lex_state = 244}, - [921] = {.lex_state = 244}, - [922] = {.lex_state = 244}, - [923] = {.lex_state = 244}, - [924] = {.lex_state = 244}, - [925] = {.lex_state = 244}, - [926] = {.lex_state = 244}, - [927] = {.lex_state = 244}, - [928] = {.lex_state = 244}, - [929] = {.lex_state = 244}, - [930] = {.lex_state = 244}, + [904] = {.lex_state = 79}, + [905] = {.lex_state = 79}, + [906] = {.lex_state = 79}, + [907] = {.lex_state = 79}, + [908] = {.lex_state = 79}, + [909] = {.lex_state = 79}, + [910] = {.lex_state = 79}, + [911] = {.lex_state = 79}, + [912] = {.lex_state = 79}, + [913] = {.lex_state = 79}, + [914] = {.lex_state = 79}, + [915] = {.lex_state = 79}, + [916] = {.lex_state = 79}, + [917] = {.lex_state = 79}, + [918] = {.lex_state = 79}, + [919] = {.lex_state = 79}, + [920] = {.lex_state = 79}, + [921] = {.lex_state = 79}, + [922] = {.lex_state = 79}, + [923] = {.lex_state = 79}, + [924] = {.lex_state = 79}, + [925] = {.lex_state = 79}, + [926] = {.lex_state = 79}, + [927] = {.lex_state = 79}, + [928] = {.lex_state = 79}, + [929] = {.lex_state = 79}, + [930] = {.lex_state = 79}, [931] = {.lex_state = 244}, - [932] = {.lex_state = 244}, - [933] = {.lex_state = 244}, - [934] = {.lex_state = 244}, - [935] = {.lex_state = 244}, - [936] = {.lex_state = 244}, - [937] = {.lex_state = 244}, + [932] = {.lex_state = 79}, + [933] = {.lex_state = 79}, + [934] = {.lex_state = 79}, + [935] = {.lex_state = 79}, + [936] = {.lex_state = 79}, + [937] = {.lex_state = 79}, [938] = {.lex_state = 244}, - [939] = {.lex_state = 244}, + [939] = {.lex_state = 79}, [940] = {.lex_state = 244}, [941] = {.lex_state = 244}, [942] = {.lex_state = 244}, - [943] = {.lex_state = 244}, - [944] = {.lex_state = 244}, + [943] = {.lex_state = 79}, + [944] = {.lex_state = 79}, [945] = {.lex_state = 244}, - [946] = {.lex_state = 244}, - [947] = {.lex_state = 244}, + [946] = {.lex_state = 79}, + [947] = {.lex_state = 79}, [948] = {.lex_state = 244}, [949] = {.lex_state = 244}, [950] = {.lex_state = 244}, [951] = {.lex_state = 244}, - [952] = {.lex_state = 244}, - [953] = {.lex_state = 244}, - [954] = {.lex_state = 244}, - [955] = {.lex_state = 244}, - [956] = {.lex_state = 244}, + [952] = {.lex_state = 79}, + [953] = {.lex_state = 79}, + [954] = {.lex_state = 79}, + [955] = {.lex_state = 79}, + [956] = {.lex_state = 79}, [957] = {.lex_state = 2}, [958] = {.lex_state = 246}, [959] = {.lex_state = 246}, [960] = {.lex_state = 246}, - [961] = {.lex_state = 246}, + [961] = {.lex_state = 2}, [962] = {.lex_state = 246}, - [963] = {.lex_state = 246}, - [964] = {.lex_state = 246}, + [963] = {.lex_state = 2}, + [964] = {.lex_state = 2}, [965] = {.lex_state = 246}, [966] = {.lex_state = 246}, - [967] = {.lex_state = 2}, + [967] = {.lex_state = 246}, [968] = {.lex_state = 246}, - [969] = {.lex_state = 2}, + [969] = {.lex_state = 246}, [970] = {.lex_state = 246}, - [971] = {.lex_state = 246}, - [972] = {.lex_state = 2}, + [971] = {.lex_state = 2}, + [972] = {.lex_state = 246}, [973] = {.lex_state = 246}, - [974] = {.lex_state = 2}, - [975] = {.lex_state = 2}, + [974] = {.lex_state = 246}, + [975] = {.lex_state = 246}, [976] = {.lex_state = 246}, - [977] = {.lex_state = 246}, + [977] = {.lex_state = 2}, [978] = {.lex_state = 246}, [979] = {.lex_state = 246}, [980] = {.lex_state = 246}, @@ -18912,13 +19008,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [989] = {.lex_state = 246}, [990] = {.lex_state = 246}, [991] = {.lex_state = 246}, - [992] = {.lex_state = 250}, + [992] = {.lex_state = 246}, [993] = {.lex_state = 250}, [994] = {.lex_state = 246}, - [995] = {.lex_state = 246}, - [996] = {.lex_state = 246}, + [995] = {.lex_state = 250}, + [996] = {.lex_state = 250}, [997] = {.lex_state = 250}, - [998] = {.lex_state = 250}, + [998] = {.lex_state = 246}, [999] = {.lex_state = 246}, [1000] = {.lex_state = 246}, [1001] = {.lex_state = 246}, @@ -19042,8 +19138,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1119] = {.lex_state = 6}, [1120] = {.lex_state = 6}, [1121] = {.lex_state = 6}, - [1122] = {.lex_state = 252}, - [1123] = {.lex_state = 10}, + [1122] = {.lex_state = 10}, + [1123] = {.lex_state = 252}, [1124] = {.lex_state = 10}, [1125] = {.lex_state = 10}, [1126] = {.lex_state = 10}, @@ -19064,27 +19160,27 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1141] = {.lex_state = 41}, [1142] = {.lex_state = 45}, [1143] = {.lex_state = 2}, - [1144] = {.lex_state = 45}, - [1145] = {.lex_state = 2}, - [1146] = {.lex_state = 45}, - [1147] = {.lex_state = 2}, + [1144] = {.lex_state = 2}, + [1145] = {.lex_state = 41}, + [1146] = {.lex_state = 2}, + [1147] = {.lex_state = 45}, [1148] = {.lex_state = 41}, [1149] = {.lex_state = 41}, [1150] = {.lex_state = 2}, [1151] = {.lex_state = 45}, [1152] = {.lex_state = 45}, - [1153] = {.lex_state = 45}, + [1153] = {.lex_state = 2}, [1154] = {.lex_state = 41}, - [1155] = {.lex_state = 2}, - [1156] = {.lex_state = 41}, - [1157] = {.lex_state = 45}, - [1158] = {.lex_state = 2}, - [1159] = {.lex_state = 2}, + [1155] = {.lex_state = 45}, + [1156] = {.lex_state = 45}, + [1157] = {.lex_state = 2}, + [1158] = {.lex_state = 4}, + [1159] = {.lex_state = 4}, [1160] = {.lex_state = 4}, - [1161] = {.lex_state = 4}, + [1161] = {.lex_state = 2}, [1162] = {.lex_state = 4}, - [1163] = {.lex_state = 4}, - [1164] = {.lex_state = 2}, + [1163] = {.lex_state = 2}, + [1164] = {.lex_state = 45}, [1165] = {.lex_state = 2}, [1166] = {.lex_state = 2}, [1167] = {.lex_state = 2}, @@ -19208,21 +19304,21 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1285] = {.lex_state = 37}, [1286] = {.lex_state = 37}, [1287] = {.lex_state = 37}, - [1288] = {.lex_state = 14}, + [1288] = {.lex_state = 37}, [1289] = {.lex_state = 37}, [1290] = {.lex_state = 37}, [1291] = {.lex_state = 37}, - [1292] = {.lex_state = 37}, + [1292] = {.lex_state = 14}, [1293] = {.lex_state = 37}, [1294] = {.lex_state = 37}, - [1295] = {.lex_state = 39}, - [1296] = {.lex_state = 39}, - [1297] = {.lex_state = 37}, - [1298] = {.lex_state = 37}, + [1295] = {.lex_state = 37}, + [1296] = {.lex_state = 37}, + [1297] = {.lex_state = 39}, + [1298] = {.lex_state = 39}, [1299] = {.lex_state = 39}, - [1300] = {.lex_state = 37}, + [1300] = {.lex_state = 39}, [1301] = {.lex_state = 37}, - [1302] = {.lex_state = 39}, + [1302] = {.lex_state = 37}, [1303] = {.lex_state = 37}, [1304] = {.lex_state = 37}, [1305] = {.lex_state = 37}, @@ -19256,14 +19352,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1333] = {.lex_state = 37}, [1334] = {.lex_state = 37}, [1335] = {.lex_state = 37}, - [1336] = {.lex_state = 37}, + [1336] = {.lex_state = 14}, [1337] = {.lex_state = 37}, [1338] = {.lex_state = 37}, [1339] = {.lex_state = 37}, [1340] = {.lex_state = 37}, - [1341] = {.lex_state = 37}, - [1342] = {.lex_state = 37}, - [1343] = {.lex_state = 37}, + [1341] = {.lex_state = 14}, + [1342] = {.lex_state = 14}, + [1343] = {.lex_state = 14}, [1344] = {.lex_state = 37}, [1345] = {.lex_state = 37}, [1346] = {.lex_state = 37}, @@ -19293,11 +19389,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1370] = {.lex_state = 37}, [1371] = {.lex_state = 37}, [1372] = {.lex_state = 37}, - [1373] = {.lex_state = 14}, + [1373] = {.lex_state = 37}, [1374] = {.lex_state = 37}, [1375] = {.lex_state = 37}, [1376] = {.lex_state = 37}, - [1377] = {.lex_state = 14}, + [1377] = {.lex_state = 37}, [1378] = {.lex_state = 37}, [1379] = {.lex_state = 37}, [1380] = {.lex_state = 37}, @@ -19309,9 +19405,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1386] = {.lex_state = 37}, [1387] = {.lex_state = 37}, [1388] = {.lex_state = 37}, - [1389] = {.lex_state = 14}, + [1389] = {.lex_state = 37}, [1390] = {.lex_state = 37}, - [1391] = {.lex_state = 14}, + [1391] = {.lex_state = 37}, [1392] = {.lex_state = 37}, [1393] = {.lex_state = 37}, [1394] = {.lex_state = 37}, @@ -19330,23 +19426,23 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1407] = {.lex_state = 49}, [1408] = {.lex_state = 49}, [1409] = {.lex_state = 49}, - [1410] = {.lex_state = 49}, - [1411] = {.lex_state = 254}, + [1410] = {.lex_state = 255}, + [1411] = {.lex_state = 49}, [1412] = {.lex_state = 14}, - [1413] = {.lex_state = 14}, - [1414] = {.lex_state = 253}, - [1415] = {.lex_state = 253}, - [1416] = {.lex_state = 253}, - [1417] = {.lex_state = 254}, - [1418] = {.lex_state = 254}, - [1419] = {.lex_state = 253}, - [1420] = {.lex_state = 254}, + [1413] = {.lex_state = 255}, + [1414] = {.lex_state = 14}, + [1415] = {.lex_state = 255}, + [1416] = {.lex_state = 255}, + [1417] = {.lex_state = 14}, + [1418] = {.lex_state = 14}, + [1419] = {.lex_state = 14}, + [1420] = {.lex_state = 253}, [1421] = {.lex_state = 253}, [1422] = {.lex_state = 253}, - [1423] = {.lex_state = 14}, - [1424] = {.lex_state = 253}, - [1425] = {.lex_state = 14}, - [1426] = {.lex_state = 14}, + [1423] = {.lex_state = 253}, + [1424] = {.lex_state = 49}, + [1425] = {.lex_state = 253}, + [1426] = {.lex_state = 253}, [1427] = {.lex_state = 253}, [1428] = {.lex_state = 253}, [1429] = {.lex_state = 253}, @@ -19368,7 +19464,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1445] = {.lex_state = 253}, [1446] = {.lex_state = 253}, [1447] = {.lex_state = 253}, - [1448] = {.lex_state = 49}, + [1448] = {.lex_state = 253}, [1449] = {.lex_state = 253}, [1450] = {.lex_state = 253}, [1451] = {.lex_state = 253}, @@ -19403,7 +19499,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1480] = {.lex_state = 253}, [1481] = {.lex_state = 253}, [1482] = {.lex_state = 253}, - [1483] = {.lex_state = 253}, + [1483] = {.lex_state = 53}, [1484] = {.lex_state = 253}, [1485] = {.lex_state = 253}, [1486] = {.lex_state = 253}, @@ -19411,14 +19507,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1488] = {.lex_state = 253}, [1489] = {.lex_state = 253}, [1490] = {.lex_state = 253}, - [1491] = {.lex_state = 253}, + [1491] = {.lex_state = 53}, [1492] = {.lex_state = 253}, [1493] = {.lex_state = 253}, [1494] = {.lex_state = 253}, [1495] = {.lex_state = 253}, [1496] = {.lex_state = 253}, [1497] = {.lex_state = 253}, - [1498] = {.lex_state = 253}, + [1498] = {.lex_state = 53}, [1499] = {.lex_state = 253}, [1500] = {.lex_state = 253}, [1501] = {.lex_state = 253}, @@ -19429,7 +19525,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1506] = {.lex_state = 253}, [1507] = {.lex_state = 253}, [1508] = {.lex_state = 253}, - [1509] = {.lex_state = 53}, + [1509] = {.lex_state = 253}, [1510] = {.lex_state = 253}, [1511] = {.lex_state = 253}, [1512] = {.lex_state = 253}, @@ -19462,7 +19558,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1539] = {.lex_state = 253}, [1540] = {.lex_state = 253}, [1541] = {.lex_state = 253}, - [1542] = {.lex_state = 253}, + [1542] = {.lex_state = 49}, [1543] = {.lex_state = 253}, [1544] = {.lex_state = 253}, [1545] = {.lex_state = 253}, @@ -19473,7 +19569,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1550] = {.lex_state = 253}, [1551] = {.lex_state = 253}, [1552] = {.lex_state = 253}, - [1553] = {.lex_state = 253}, + [1553] = {.lex_state = 257}, [1554] = {.lex_state = 253}, [1555] = {.lex_state = 253}, [1556] = {.lex_state = 253}, @@ -19484,16 +19580,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1561] = {.lex_state = 253}, [1562] = {.lex_state = 253}, [1563] = {.lex_state = 253}, - [1564] = {.lex_state = 257}, + [1564] = {.lex_state = 253}, [1565] = {.lex_state = 253}, [1566] = {.lex_state = 253}, - [1567] = {.lex_state = 253}, - [1568] = {.lex_state = 253}, + [1567] = {.lex_state = 53}, + [1568] = {.lex_state = 53}, [1569] = {.lex_state = 253}, [1570] = {.lex_state = 253}, - [1571] = {.lex_state = 257}, + [1571] = {.lex_state = 253}, [1572] = {.lex_state = 253}, - [1573] = {.lex_state = 253}, + [1573] = {.lex_state = 257}, [1574] = {.lex_state = 253}, [1575] = {.lex_state = 253}, [1576] = {.lex_state = 253}, @@ -19501,19 +19597,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1578] = {.lex_state = 253}, [1579] = {.lex_state = 253}, [1580] = {.lex_state = 253}, - [1581] = {.lex_state = 49}, - [1582] = {.lex_state = 53}, - [1583] = {.lex_state = 53}, - [1584] = {.lex_state = 53}, - [1585] = {.lex_state = 53}, - [1586] = {.lex_state = 257}, + [1581] = {.lex_state = 253}, + [1582] = {.lex_state = 253}, + [1583] = {.lex_state = 253}, + [1584] = {.lex_state = 253}, + [1585] = {.lex_state = 253}, + [1586] = {.lex_state = 49}, [1587] = {.lex_state = 49}, [1588] = {.lex_state = 257}, - [1589] = {.lex_state = 79}, - [1590] = {.lex_state = 49}, + [1589] = {.lex_state = 257}, + [1590] = {.lex_state = 79}, [1591] = {.lex_state = 257}, - [1592] = {.lex_state = 257}, - [1593] = {.lex_state = 6}, + [1592] = {.lex_state = 6}, + [1593] = {.lex_state = 257}, [1594] = {.lex_state = 6}, [1595] = {.lex_state = 6}, [1596] = {.lex_state = 6}, @@ -19523,17 +19619,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1600] = {.lex_state = 10}, [1601] = {.lex_state = 10}, [1602] = {.lex_state = 10}, - [1603] = {.lex_state = 41}, - [1604] = {.lex_state = 45}, - [1605] = {.lex_state = 24}, - [1606] = {.lex_state = 41}, + [1603] = {.lex_state = 24}, + [1604] = {.lex_state = 41}, + [1605] = {.lex_state = 45}, + [1606] = {.lex_state = 45}, [1607] = {.lex_state = 41}, [1608] = {.lex_state = 45}, - [1609] = {.lex_state = 41}, + [1609] = {.lex_state = 45}, [1610] = {.lex_state = 41}, - [1611] = {.lex_state = 45}, + [1611] = {.lex_state = 41}, [1612] = {.lex_state = 45}, - [1613] = {.lex_state = 45}, + [1613] = {.lex_state = 41}, [1614] = {.lex_state = 24}, [1615] = {.lex_state = 24}, [1616] = {.lex_state = 24}, @@ -19547,54 +19643,54 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1624] = {.lex_state = 24}, [1625] = {.lex_state = 24}, [1626] = {.lex_state = 24}, - [1627] = {.lex_state = 18}, - [1628] = {.lex_state = 26}, - [1629] = {.lex_state = 18}, - [1630] = {.lex_state = 7}, + [1627] = {.lex_state = 7}, + [1628] = {.lex_state = 18}, + [1629] = {.lex_state = 26}, + [1630] = {.lex_state = 18}, [1631] = {.lex_state = 7}, [1632] = {.lex_state = 24}, [1633] = {.lex_state = 24}, [1634] = {.lex_state = 24}, [1635] = {.lex_state = 24}, [1636] = {.lex_state = 24}, - [1637] = {.lex_state = 24}, - [1638] = {.lex_state = 26}, + [1637] = {.lex_state = 26}, + [1638] = {.lex_state = 24}, [1639] = {.lex_state = 24}, - [1640] = {.lex_state = 26}, + [1640] = {.lex_state = 24}, [1641] = {.lex_state = 24}, [1642] = {.lex_state = 24}, [1643] = {.lex_state = 24}, [1644] = {.lex_state = 24}, - [1645] = {.lex_state = 26}, + [1645] = {.lex_state = 24}, [1646] = {.lex_state = 24}, - [1647] = {.lex_state = 24}, - [1648] = {.lex_state = 26}, + [1647] = {.lex_state = 26}, + [1648] = {.lex_state = 24}, [1649] = {.lex_state = 26}, - [1650] = {.lex_state = 26}, + [1650] = {.lex_state = 24}, [1651] = {.lex_state = 26}, - [1652] = {.lex_state = 26}, - [1653] = {.lex_state = 24}, + [1652] = {.lex_state = 24}, + [1653] = {.lex_state = 26}, [1654] = {.lex_state = 24}, [1655] = {.lex_state = 24}, - [1656] = {.lex_state = 24}, + [1656] = {.lex_state = 69}, [1657] = {.lex_state = 24}, - [1658] = {.lex_state = 257}, + [1658] = {.lex_state = 26}, [1659] = {.lex_state = 24}, [1660] = {.lex_state = 24}, - [1661] = {.lex_state = 24}, - [1662] = {.lex_state = 69}, - [1663] = {.lex_state = 24}, + [1661] = {.lex_state = 26}, + [1662] = {.lex_state = 26}, + [1663] = {.lex_state = 26}, [1664] = {.lex_state = 24}, - [1665] = {.lex_state = 24}, + [1665] = {.lex_state = 26}, [1666] = {.lex_state = 24}, [1667] = {.lex_state = 24}, [1668] = {.lex_state = 24}, [1669] = {.lex_state = 24}, - [1670] = {.lex_state = 69}, + [1670] = {.lex_state = 24}, [1671] = {.lex_state = 26}, [1672] = {.lex_state = 26}, - [1673] = {.lex_state = 26}, - [1674] = {.lex_state = 26}, + [1673] = {.lex_state = 24}, + [1674] = {.lex_state = 69}, [1675] = {.lex_state = 24}, [1676] = {.lex_state = 24}, [1677] = {.lex_state = 24}, @@ -19604,20 +19700,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1681] = {.lex_state = 24}, [1682] = {.lex_state = 24}, [1683] = {.lex_state = 24}, - [1684] = {.lex_state = 24}, + [1684] = {.lex_state = 257}, [1685] = {.lex_state = 24}, - [1686] = {.lex_state = 20}, + [1686] = {.lex_state = 24}, [1687] = {.lex_state = 24}, [1688] = {.lex_state = 24}, - [1689] = {.lex_state = 24}, + [1689] = {.lex_state = 20}, [1690] = {.lex_state = 20}, [1691] = {.lex_state = 24}, [1692] = {.lex_state = 24}, [1693] = {.lex_state = 24}, [1694] = {.lex_state = 24}, [1695] = {.lex_state = 24}, - [1696] = {.lex_state = 24}, - [1697] = {.lex_state = 24}, + [1696] = {.lex_state = 11}, + [1697] = {.lex_state = 11}, [1698] = {.lex_state = 24}, [1699] = {.lex_state = 24}, [1700] = {.lex_state = 24}, @@ -19627,7 +19723,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1704] = {.lex_state = 24}, [1705] = {.lex_state = 24}, [1706] = {.lex_state = 24}, - [1707] = {.lex_state = 24}, + [1707] = {.lex_state = 26}, [1708] = {.lex_state = 24}, [1709] = {.lex_state = 24}, [1710] = {.lex_state = 24}, @@ -19643,11 +19739,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1720] = {.lex_state = 24}, [1721] = {.lex_state = 24}, [1722] = {.lex_state = 24}, - [1723] = {.lex_state = 26}, + [1723] = {.lex_state = 24}, [1724] = {.lex_state = 24}, - [1725] = {.lex_state = 11}, + [1725] = {.lex_state = 24}, [1726] = {.lex_state = 24}, - [1727] = {.lex_state = 11}, + [1727] = {.lex_state = 24}, [1728] = {.lex_state = 24}, [1729] = {.lex_state = 24}, [1730] = {.lex_state = 24}, @@ -19681,71 +19777,71 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1758] = {.lex_state = 24}, [1759] = {.lex_state = 24}, [1760] = {.lex_state = 24}, - [1761] = {.lex_state = 14}, - [1762] = {.lex_state = 71}, + [1761] = {.lex_state = 26}, + [1762] = {.lex_state = 69}, [1763] = {.lex_state = 69}, [1764] = {.lex_state = 69}, [1765] = {.lex_state = 69}, [1766] = {.lex_state = 69}, - [1767] = {.lex_state = 71}, + [1767] = {.lex_state = 69}, [1768] = {.lex_state = 69}, - [1769] = {.lex_state = 71}, - [1770] = {.lex_state = 71}, - [1771] = {.lex_state = 71}, + [1769] = {.lex_state = 69}, + [1770] = {.lex_state = 69}, + [1771] = {.lex_state = 69}, [1772] = {.lex_state = 26}, - [1773] = {.lex_state = 69}, - [1774] = {.lex_state = 69}, - [1775] = {.lex_state = 26}, - [1776] = {.lex_state = 26}, - [1777] = {.lex_state = 69}, - [1778] = {.lex_state = 69}, + [1773] = {.lex_state = 26}, + [1774] = {.lex_state = 26}, + [1775] = {.lex_state = 69}, + [1776] = {.lex_state = 14}, + [1777] = {.lex_state = 71}, + [1778] = {.lex_state = 26}, [1779] = {.lex_state = 69}, - [1780] = {.lex_state = 69}, - [1781] = {.lex_state = 69}, - [1782] = {.lex_state = 14}, - [1783] = {.lex_state = 26}, - [1784] = {.lex_state = 14}, + [1780] = {.lex_state = 71}, + [1781] = {.lex_state = 71}, + [1782] = {.lex_state = 71}, + [1783] = {.lex_state = 71}, + [1784] = {.lex_state = 69}, [1785] = {.lex_state = 71}, - [1786] = {.lex_state = 69}, - [1787] = {.lex_state = 26}, + [1786] = {.lex_state = 71}, + [1787] = {.lex_state = 71}, [1788] = {.lex_state = 71}, - [1789] = {.lex_state = 69}, + [1789] = {.lex_state = 71}, [1790] = {.lex_state = 71}, [1791] = {.lex_state = 14}, [1792] = {.lex_state = 14}, [1793] = {.lex_state = 26}, - [1794] = {.lex_state = 71}, - [1795] = {.lex_state = 71}, - [1796] = {.lex_state = 71}, + [1794] = {.lex_state = 14}, + [1795] = {.lex_state = 69}, + [1796] = {.lex_state = 14}, [1797] = {.lex_state = 26}, [1798] = {.lex_state = 26}, [1799] = {.lex_state = 26}, [1800] = {.lex_state = 26}, [1801] = {.lex_state = 26}, [1802] = {.lex_state = 26}, - [1803] = {.lex_state = 26}, - [1804] = {.lex_state = 26}, + [1803] = {.lex_state = 46}, + [1804] = {.lex_state = 46}, [1805] = {.lex_state = 26}, [1806] = {.lex_state = 26}, [1807] = {.lex_state = 26}, [1808] = {.lex_state = 26}, [1809] = {.lex_state = 26}, - [1810] = {.lex_state = 69}, - [1811] = {.lex_state = 69}, + [1810] = {.lex_state = 26}, + [1811] = {.lex_state = 26}, [1812] = {.lex_state = 26}, [1813] = {.lex_state = 26}, [1814] = {.lex_state = 26}, [1815] = {.lex_state = 26}, - [1816] = {.lex_state = 69}, + [1816] = {.lex_state = 26}, [1817] = {.lex_state = 26}, [1818] = {.lex_state = 26}, [1819] = {.lex_state = 26}, - [1820] = {.lex_state = 69}, + [1820] = {.lex_state = 26}, [1821] = {.lex_state = 26}, [1822] = {.lex_state = 26}, [1823] = {.lex_state = 26}, [1824] = {.lex_state = 26}, - [1825] = {.lex_state = 71}, + [1825] = {.lex_state = 26}, [1826] = {.lex_state = 26}, [1827] = {.lex_state = 26}, [1828] = {.lex_state = 26}, @@ -19769,17 +19865,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1846] = {.lex_state = 26}, [1847] = {.lex_state = 26}, [1848] = {.lex_state = 26}, - [1849] = {.lex_state = 26}, - [1850] = {.lex_state = 46}, - [1851] = {.lex_state = 46}, + [1849] = {.lex_state = 69}, + [1850] = {.lex_state = 26}, + [1851] = {.lex_state = 26}, [1852] = {.lex_state = 26}, [1853] = {.lex_state = 26}, [1854] = {.lex_state = 26}, [1855] = {.lex_state = 26}, [1856] = {.lex_state = 26}, - [1857] = {.lex_state = 61}, + [1857] = {.lex_state = 71}, [1858] = {.lex_state = 26}, - [1859] = {.lex_state = 26}, + [1859] = {.lex_state = 69}, [1860] = {.lex_state = 26}, [1861] = {.lex_state = 26}, [1862] = {.lex_state = 26}, @@ -19789,165 +19885,165 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1866] = {.lex_state = 26}, [1867] = {.lex_state = 26}, [1868] = {.lex_state = 26}, - [1869] = {.lex_state = 43}, + [1869] = {.lex_state = 26}, [1870] = {.lex_state = 26}, [1871] = {.lex_state = 26}, [1872] = {.lex_state = 26}, [1873] = {.lex_state = 26}, - [1874] = {.lex_state = 26}, + [1874] = {.lex_state = 69}, [1875] = {.lex_state = 26}, - [1876] = {.lex_state = 59}, + [1876] = {.lex_state = 26}, [1877] = {.lex_state = 26}, - [1878] = {.lex_state = 26}, + [1878] = {.lex_state = 69}, [1879] = {.lex_state = 26}, - [1880] = {.lex_state = 26}, + [1880] = {.lex_state = 43}, [1881] = {.lex_state = 26}, - [1882] = {.lex_state = 26}, + [1882] = {.lex_state = 69}, [1883] = {.lex_state = 26}, - [1884] = {.lex_state = 26}, - [1885] = {.lex_state = 26}, + [1884] = {.lex_state = 69}, + [1885] = {.lex_state = 69}, [1886] = {.lex_state = 26}, [1887] = {.lex_state = 26}, - [1888] = {.lex_state = 69}, - [1889] = {.lex_state = 26}, + [1888] = {.lex_state = 26}, + [1889] = {.lex_state = 59}, [1890] = {.lex_state = 26}, [1891] = {.lex_state = 26}, - [1892] = {.lex_state = 59}, + [1892] = {.lex_state = 26}, [1893] = {.lex_state = 26}, [1894] = {.lex_state = 69}, - [1895] = {.lex_state = 26}, + [1895] = {.lex_state = 69}, [1896] = {.lex_state = 26}, - [1897] = {.lex_state = 26}, - [1898] = {.lex_state = 61}, - [1899] = {.lex_state = 69}, - [1900] = {.lex_state = 69}, + [1897] = {.lex_state = 61}, + [1898] = {.lex_state = 26}, + [1899] = {.lex_state = 26}, + [1900] = {.lex_state = 26}, [1901] = {.lex_state = 26}, [1902] = {.lex_state = 26}, - [1903] = {.lex_state = 69}, + [1903] = {.lex_state = 26}, [1904] = {.lex_state = 26}, [1905] = {.lex_state = 26}, - [1906] = {.lex_state = 69}, - [1907] = {.lex_state = 26}, - [1908] = {.lex_state = 43}, + [1906] = {.lex_state = 26}, + [1907] = {.lex_state = 59}, + [1908] = {.lex_state = 26}, [1909] = {.lex_state = 26}, [1910] = {.lex_state = 26}, - [1911] = {.lex_state = 26}, + [1911] = {.lex_state = 61}, [1912] = {.lex_state = 26}, [1913] = {.lex_state = 26}, - [1914] = {.lex_state = 26}, - [1915] = {.lex_state = 26}, - [1916] = {.lex_state = 69}, + [1914] = {.lex_state = 43}, + [1915] = {.lex_state = 69}, + [1916] = {.lex_state = 71}, [1917] = {.lex_state = 69}, [1918] = {.lex_state = 69}, [1919] = {.lex_state = 69}, - [1920] = {.lex_state = 71}, + [1920] = {.lex_state = 69}, [1921] = {.lex_state = 69}, [1922] = {.lex_state = 71}, - [1923] = {.lex_state = 71}, - [1924] = {.lex_state = 69}, - [1925] = {.lex_state = 71}, - [1926] = {.lex_state = 69}, - [1927] = {.lex_state = 69}, - [1928] = {.lex_state = 71}, - [1929] = {.lex_state = 69}, + [1923] = {.lex_state = 69}, + [1924] = {.lex_state = 71}, + [1925] = {.lex_state = 69}, + [1926] = {.lex_state = 71}, + [1927] = {.lex_state = 71}, + [1928] = {.lex_state = 69}, + [1929] = {.lex_state = 71}, [1930] = {.lex_state = 71}, - [1931] = {.lex_state = 69}, + [1931] = {.lex_state = 71}, [1932] = {.lex_state = 71}, [1933] = {.lex_state = 71}, - [1934] = {.lex_state = 69}, - [1935] = {.lex_state = 69}, + [1934] = {.lex_state = 71}, + [1935] = {.lex_state = 71}, [1936] = {.lex_state = 71}, [1937] = {.lex_state = 69}, [1938] = {.lex_state = 71}, - [1939] = {.lex_state = 30}, + [1939] = {.lex_state = 71}, [1940] = {.lex_state = 69}, - [1941] = {.lex_state = 69}, + [1941] = {.lex_state = 71}, [1942] = {.lex_state = 71}, - [1943] = {.lex_state = 69}, - [1944] = {.lex_state = 49}, + [1943] = {.lex_state = 71}, + [1944] = {.lex_state = 71}, [1945] = {.lex_state = 69}, - [1946] = {.lex_state = 71}, + [1946] = {.lex_state = 69}, [1947] = {.lex_state = 69}, [1948] = {.lex_state = 69}, - [1949] = {.lex_state = 49}, + [1949] = {.lex_state = 69}, [1950] = {.lex_state = 69}, [1951] = {.lex_state = 69}, - [1952] = {.lex_state = 71}, - [1953] = {.lex_state = 71}, + [1952] = {.lex_state = 69}, + [1953] = {.lex_state = 69}, [1954] = {.lex_state = 71}, [1955] = {.lex_state = 69}, - [1956] = {.lex_state = 71}, - [1957] = {.lex_state = 69}, - [1958] = {.lex_state = 71}, + [1956] = {.lex_state = 69}, + [1957] = {.lex_state = 71}, + [1958] = {.lex_state = 69}, [1959] = {.lex_state = 69}, [1960] = {.lex_state = 69}, - [1961] = {.lex_state = 69}, + [1961] = {.lex_state = 71}, [1962] = {.lex_state = 69}, - [1963] = {.lex_state = 69}, + [1963] = {.lex_state = 71}, [1964] = {.lex_state = 69}, [1965] = {.lex_state = 69}, - [1966] = {.lex_state = 71}, - [1967] = {.lex_state = 69}, - [1968] = {.lex_state = 69}, - [1969] = {.lex_state = 69}, + [1966] = {.lex_state = 69}, + [1967] = {.lex_state = 71}, + [1968] = {.lex_state = 71}, + [1969] = {.lex_state = 71}, [1970] = {.lex_state = 69}, [1971] = {.lex_state = 71}, [1972] = {.lex_state = 69}, - [1973] = {.lex_state = 69}, + [1973] = {.lex_state = 71}, [1974] = {.lex_state = 71}, - [1975] = {.lex_state = 69}, - [1976] = {.lex_state = 69}, - [1977] = {.lex_state = 69}, - [1978] = {.lex_state = 69}, + [1975] = {.lex_state = 71}, + [1976] = {.lex_state = 71}, + [1977] = {.lex_state = 71}, + [1978] = {.lex_state = 71}, [1979] = {.lex_state = 71}, - [1980] = {.lex_state = 69}, + [1980] = {.lex_state = 71}, [1981] = {.lex_state = 71}, - [1982] = {.lex_state = 69}, - [1983] = {.lex_state = 71}, - [1984] = {.lex_state = 69}, + [1982] = {.lex_state = 71}, + [1983] = {.lex_state = 69}, + [1984] = {.lex_state = 71}, [1985] = {.lex_state = 69}, [1986] = {.lex_state = 69}, - [1987] = {.lex_state = 71}, + [1987] = {.lex_state = 69}, [1988] = {.lex_state = 69}, [1989] = {.lex_state = 69}, [1990] = {.lex_state = 69}, - [1991] = {.lex_state = 71}, + [1991] = {.lex_state = 69}, [1992] = {.lex_state = 69}, [1993] = {.lex_state = 69}, [1994] = {.lex_state = 71}, [1995] = {.lex_state = 71}, [1996] = {.lex_state = 71}, - [1997] = {.lex_state = 69}, + [1997] = {.lex_state = 71}, [1998] = {.lex_state = 71}, [1999] = {.lex_state = 69}, [2000] = {.lex_state = 71}, [2001] = {.lex_state = 71}, - [2002] = {.lex_state = 69}, + [2002] = {.lex_state = 71}, [2003] = {.lex_state = 71}, - [2004] = {.lex_state = 69}, + [2004] = {.lex_state = 71}, [2005] = {.lex_state = 71}, - [2006] = {.lex_state = 71}, - [2007] = {.lex_state = 71}, + [2006] = {.lex_state = 69}, + [2007] = {.lex_state = 49}, [2008] = {.lex_state = 69}, [2009] = {.lex_state = 69}, - [2010] = {.lex_state = 71}, - [2011] = {.lex_state = 69}, - [2012] = {.lex_state = 69}, + [2010] = {.lex_state = 69}, + [2011] = {.lex_state = 71}, + [2012] = {.lex_state = 71}, [2013] = {.lex_state = 71}, - [2014] = {.lex_state = 69}, + [2014] = {.lex_state = 71}, [2015] = {.lex_state = 69}, - [2016] = {.lex_state = 49}, - [2017] = {.lex_state = 69}, - [2018] = {.lex_state = 71}, - [2019] = {.lex_state = 69}, - [2020] = {.lex_state = 71}, - [2021] = {.lex_state = 69}, - [2022] = {.lex_state = 69}, + [2016] = {.lex_state = 71}, + [2017] = {.lex_state = 49}, + [2018] = {.lex_state = 49}, + [2019] = {.lex_state = 71}, + [2020] = {.lex_state = 49}, + [2021] = {.lex_state = 49}, + [2022] = {.lex_state = 71}, [2023] = {.lex_state = 69}, - [2024] = {.lex_state = 69}, - [2025] = {.lex_state = 71}, + [2024] = {.lex_state = 71}, + [2025] = {.lex_state = 69}, [2026] = {.lex_state = 69}, - [2027] = {.lex_state = 71}, + [2027] = {.lex_state = 69}, [2028] = {.lex_state = 69}, [2029] = {.lex_state = 71}, [2030] = {.lex_state = 71}, @@ -19956,24 +20052,24 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2033] = {.lex_state = 71}, [2034] = {.lex_state = 69}, [2035] = {.lex_state = 69}, - [2036] = {.lex_state = 71}, - [2037] = {.lex_state = 71}, + [2036] = {.lex_state = 69}, + [2037] = {.lex_state = 69}, [2038] = {.lex_state = 71}, - [2039] = {.lex_state = 71}, + [2039] = {.lex_state = 69}, [2040] = {.lex_state = 69}, [2041] = {.lex_state = 71}, [2042] = {.lex_state = 69}, [2043] = {.lex_state = 69}, [2044] = {.lex_state = 69}, - [2045] = {.lex_state = 69}, - [2046] = {.lex_state = 69}, - [2047] = {.lex_state = 69}, + [2045] = {.lex_state = 71}, + [2046] = {.lex_state = 71}, + [2047] = {.lex_state = 71}, [2048] = {.lex_state = 69}, - [2049] = {.lex_state = 71}, - [2050] = {.lex_state = 71}, + [2049] = {.lex_state = 69}, + [2050] = {.lex_state = 69}, [2051] = {.lex_state = 69}, [2052] = {.lex_state = 69}, - [2053] = {.lex_state = 69}, + [2053] = {.lex_state = 71}, [2054] = {.lex_state = 71}, [2055] = {.lex_state = 69}, [2056] = {.lex_state = 69}, @@ -19981,17 +20077,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2058] = {.lex_state = 69}, [2059] = {.lex_state = 69}, [2060] = {.lex_state = 69}, - [2061] = {.lex_state = 71}, + [2061] = {.lex_state = 69}, [2062] = {.lex_state = 71}, - [2063] = {.lex_state = 71}, + [2063] = {.lex_state = 69}, [2064] = {.lex_state = 69}, - [2065] = {.lex_state = 71}, - [2066] = {.lex_state = 71}, + [2065] = {.lex_state = 69}, + [2066] = {.lex_state = 69}, [2067] = {.lex_state = 71}, [2068] = {.lex_state = 71}, [2069] = {.lex_state = 71}, [2070] = {.lex_state = 69}, - [2071] = {.lex_state = 30}, + [2071] = {.lex_state = 69}, [2072] = {.lex_state = 69}, [2073] = {.lex_state = 71}, [2074] = {.lex_state = 71}, @@ -19999,38 +20095,38 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2076] = {.lex_state = 71}, [2077] = {.lex_state = 69}, [2078] = {.lex_state = 69}, - [2079] = {.lex_state = 71}, + [2079] = {.lex_state = 69}, [2080] = {.lex_state = 69}, [2081] = {.lex_state = 71}, - [2082] = {.lex_state = 71}, + [2082] = {.lex_state = 69}, [2083] = {.lex_state = 71}, - [2084] = {.lex_state = 69}, - [2085] = {.lex_state = 71}, + [2084] = {.lex_state = 71}, + [2085] = {.lex_state = 69}, [2086] = {.lex_state = 71}, [2087] = {.lex_state = 69}, [2088] = {.lex_state = 69}, [2089] = {.lex_state = 71}, - [2090] = {.lex_state = 69}, - [2091] = {.lex_state = 69}, - [2092] = {.lex_state = 71}, - [2093] = {.lex_state = 49}, - [2094] = {.lex_state = 69}, - [2095] = {.lex_state = 71}, - [2096] = {.lex_state = 71}, - [2097] = {.lex_state = 71}, + [2090] = {.lex_state = 71}, + [2091] = {.lex_state = 71}, + [2092] = {.lex_state = 69}, + [2093] = {.lex_state = 69}, + [2094] = {.lex_state = 71}, + [2095] = {.lex_state = 69}, + [2096] = {.lex_state = 69}, + [2097] = {.lex_state = 69}, [2098] = {.lex_state = 69}, [2099] = {.lex_state = 69}, - [2100] = {.lex_state = 69}, - [2101] = {.lex_state = 71}, + [2100] = {.lex_state = 71}, + [2101] = {.lex_state = 69}, [2102] = {.lex_state = 69}, - [2103] = {.lex_state = 71}, + [2103] = {.lex_state = 69}, [2104] = {.lex_state = 71}, [2105] = {.lex_state = 71}, [2106] = {.lex_state = 69}, - [2107] = {.lex_state = 69}, - [2108] = {.lex_state = 69}, - [2109] = {.lex_state = 71}, - [2110] = {.lex_state = 71}, + [2107] = {.lex_state = 71}, + [2108] = {.lex_state = 71}, + [2109] = {.lex_state = 69}, + [2110] = {.lex_state = 69}, [2111] = {.lex_state = 69}, [2112] = {.lex_state = 71}, [2113] = {.lex_state = 71}, @@ -20038,67 +20134,67 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2115] = {.lex_state = 71}, [2116] = {.lex_state = 71}, [2117] = {.lex_state = 71}, - [2118] = {.lex_state = 71}, - [2119] = {.lex_state = 71}, + [2118] = {.lex_state = 69}, + [2119] = {.lex_state = 69}, [2120] = {.lex_state = 69}, - [2121] = {.lex_state = 71}, + [2121] = {.lex_state = 69}, [2122] = {.lex_state = 69}, [2123] = {.lex_state = 71}, [2124] = {.lex_state = 71}, [2125] = {.lex_state = 71}, [2126] = {.lex_state = 69}, - [2127] = {.lex_state = 69}, + [2127] = {.lex_state = 71}, [2128] = {.lex_state = 71}, [2129] = {.lex_state = 69}, [2130] = {.lex_state = 69}, - [2131] = {.lex_state = 71}, - [2132] = {.lex_state = 69}, - [2133] = {.lex_state = 71}, + [2131] = {.lex_state = 69}, + [2132] = {.lex_state = 71}, + [2133] = {.lex_state = 69}, [2134] = {.lex_state = 71}, [2135] = {.lex_state = 71}, - [2136] = {.lex_state = 71}, - [2137] = {.lex_state = 69}, - [2138] = {.lex_state = 71}, + [2136] = {.lex_state = 69}, + [2137] = {.lex_state = 71}, + [2138] = {.lex_state = 69}, [2139] = {.lex_state = 71}, - [2140] = {.lex_state = 71}, - [2141] = {.lex_state = 71}, - [2142] = {.lex_state = 71}, - [2143] = {.lex_state = 49}, - [2144] = {.lex_state = 15}, - [2145] = {.lex_state = 69}, + [2140] = {.lex_state = 69}, + [2141] = {.lex_state = 69}, + [2142] = {.lex_state = 30}, + [2143] = {.lex_state = 30}, + [2144] = {.lex_state = 69}, + [2145] = {.lex_state = 15}, [2146] = {.lex_state = 15}, [2147] = {.lex_state = 15}, [2148] = {.lex_state = 15}, [2149] = {.lex_state = 15}, - [2150] = {.lex_state = 79}, + [2150] = {.lex_state = 15}, [2151] = {.lex_state = 15}, - [2152] = {.lex_state = 79}, - [2153] = {.lex_state = 79}, + [2152] = {.lex_state = 15}, + [2153] = {.lex_state = 15}, [2154] = {.lex_state = 15}, - [2155] = {.lex_state = 79}, - [2156] = {.lex_state = 15}, - [2157] = {.lex_state = 15}, - [2158] = {.lex_state = 22}, - [2159] = {.lex_state = 15}, - [2160] = {.lex_state = 22}, - [2161] = {.lex_state = 79}, - [2162] = {.lex_state = 79}, - [2163] = {.lex_state = 79}, - [2164] = {.lex_state = 79}, - [2165] = {.lex_state = 22}, - [2166] = {.lex_state = 22}, + [2155] = {.lex_state = 22}, + [2156] = {.lex_state = 22}, + [2157] = {.lex_state = 22}, + [2158] = {.lex_state = 79}, + [2159] = {.lex_state = 22}, + [2160] = {.lex_state = 53}, + [2161] = {.lex_state = 15}, + [2162] = {.lex_state = 15}, + [2163] = {.lex_state = 15}, + [2164] = {.lex_state = 15}, + [2165] = {.lex_state = 15}, + [2166] = {.lex_state = 15}, [2167] = {.lex_state = 15}, [2168] = {.lex_state = 15}, [2169] = {.lex_state = 15}, - [2170] = {.lex_state = 15}, + [2170] = {.lex_state = 79}, [2171] = {.lex_state = 15}, [2172] = {.lex_state = 15}, [2173] = {.lex_state = 15}, [2174] = {.lex_state = 15}, [2175] = {.lex_state = 15}, - [2176] = {.lex_state = 31}, + [2176] = {.lex_state = 15}, [2177] = {.lex_state = 15}, - [2178] = {.lex_state = 79}, + [2178] = {.lex_state = 15}, [2179] = {.lex_state = 15}, [2180] = {.lex_state = 15}, [2181] = {.lex_state = 15}, @@ -20111,41 +20207,41 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2188] = {.lex_state = 15}, [2189] = {.lex_state = 15}, [2190] = {.lex_state = 15}, - [2191] = {.lex_state = 53}, + [2191] = {.lex_state = 15}, [2192] = {.lex_state = 15}, [2193] = {.lex_state = 15}, [2194] = {.lex_state = 15}, [2195] = {.lex_state = 15}, - [2196] = {.lex_state = 15}, + [2196] = {.lex_state = 73}, [2197] = {.lex_state = 15}, [2198] = {.lex_state = 15}, [2199] = {.lex_state = 15}, [2200] = {.lex_state = 15}, [2201] = {.lex_state = 15}, [2202] = {.lex_state = 15}, - [2203] = {.lex_state = 73}, + [2203] = {.lex_state = 15}, [2204] = {.lex_state = 15}, - [2205] = {.lex_state = 15}, + [2205] = {.lex_state = 79}, [2206] = {.lex_state = 15}, [2207] = {.lex_state = 15}, [2208] = {.lex_state = 15}, - [2209] = {.lex_state = 15}, + [2209] = {.lex_state = 79}, [2210] = {.lex_state = 15}, [2211] = {.lex_state = 15}, [2212] = {.lex_state = 15}, [2213] = {.lex_state = 15}, - [2214] = {.lex_state = 53}, - [2215] = {.lex_state = 53}, - [2216] = {.lex_state = 53}, - [2217] = {.lex_state = 53}, - [2218] = {.lex_state = 79}, + [2214] = {.lex_state = 15}, + [2215] = {.lex_state = 15}, + [2216] = {.lex_state = 15}, + [2217] = {.lex_state = 15}, + [2218] = {.lex_state = 15}, [2219] = {.lex_state = 15}, - [2220] = {.lex_state = 79}, + [2220] = {.lex_state = 15}, [2221] = {.lex_state = 15}, [2222] = {.lex_state = 15}, [2223] = {.lex_state = 15}, - [2224] = {.lex_state = 15}, - [2225] = {.lex_state = 73}, + [2224] = {.lex_state = 79}, + [2225] = {.lex_state = 15}, [2226] = {.lex_state = 15}, [2227] = {.lex_state = 15}, [2228] = {.lex_state = 15}, @@ -20155,7 +20251,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2232] = {.lex_state = 15}, [2233] = {.lex_state = 15}, [2234] = {.lex_state = 15}, - [2235] = {.lex_state = 15}, + [2235] = {.lex_state = 79}, [2236] = {.lex_state = 15}, [2237] = {.lex_state = 15}, [2238] = {.lex_state = 15}, @@ -20175,23 +20271,23 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2252] = {.lex_state = 15}, [2253] = {.lex_state = 15}, [2254] = {.lex_state = 15}, - [2255] = {.lex_state = 15}, + [2255] = {.lex_state = 79}, [2256] = {.lex_state = 15}, [2257] = {.lex_state = 15}, - [2258] = {.lex_state = 79}, + [2258] = {.lex_state = 15}, [2259] = {.lex_state = 15}, [2260] = {.lex_state = 15}, [2261] = {.lex_state = 15}, - [2262] = {.lex_state = 15}, + [2262] = {.lex_state = 53}, [2263] = {.lex_state = 15}, - [2264] = {.lex_state = 15}, + [2264] = {.lex_state = 79}, [2265] = {.lex_state = 15}, [2266] = {.lex_state = 15}, [2267] = {.lex_state = 15}, [2268] = {.lex_state = 15}, - [2269] = {.lex_state = 15}, - [2270] = {.lex_state = 15}, - [2271] = {.lex_state = 15}, + [2269] = {.lex_state = 73}, + [2270] = {.lex_state = 53}, + [2271] = {.lex_state = 53}, [2272] = {.lex_state = 15}, [2273] = {.lex_state = 15}, [2274] = {.lex_state = 15}, @@ -20200,46 +20296,46 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2277] = {.lex_state = 15}, [2278] = {.lex_state = 15}, [2279] = {.lex_state = 15}, - [2280] = {.lex_state = 15}, + [2280] = {.lex_state = 53}, [2281] = {.lex_state = 15}, - [2282] = {.lex_state = 15}, - [2283] = {.lex_state = 15}, - [2284] = {.lex_state = 15}, + [2282] = {.lex_state = 79}, + [2283] = {.lex_state = 63}, + [2284] = {.lex_state = 50}, [2285] = {.lex_state = 15}, [2286] = {.lex_state = 15}, [2287] = {.lex_state = 79}, [2288] = {.lex_state = 15}, - [2289] = {.lex_state = 15}, - [2290] = {.lex_state = 15}, + [2289] = {.lex_state = 63}, + [2290] = {.lex_state = 50}, [2291] = {.lex_state = 15}, - [2292] = {.lex_state = 63}, + [2292] = {.lex_state = 15}, [2293] = {.lex_state = 15}, [2294] = {.lex_state = 15}, [2295] = {.lex_state = 15}, [2296] = {.lex_state = 15}, - [2297] = {.lex_state = 63}, - [2298] = {.lex_state = 50}, - [2299] = {.lex_state = 50}, - [2300] = {.lex_state = 79}, - [2301] = {.lex_state = 15}, - [2302] = {.lex_state = 15}, - [2303] = {.lex_state = 15}, - [2304] = {.lex_state = 73}, + [2297] = {.lex_state = 31}, + [2298] = {.lex_state = 15}, + [2299] = {.lex_state = 79}, + [2300] = {.lex_state = 15}, + [2301] = {.lex_state = 79}, + [2302] = {.lex_state = 28}, + [2303] = {.lex_state = 28}, + [2304] = {.lex_state = 79}, [2305] = {.lex_state = 28}, - [2306] = {.lex_state = 73}, - [2307] = {.lex_state = 28}, + [2306] = {.lex_state = 28}, + [2307] = {.lex_state = 73}, [2308] = {.lex_state = 28}, [2309] = {.lex_state = 28}, [2310] = {.lex_state = 28}, - [2311] = {.lex_state = 28}, + [2311] = {.lex_state = 79}, [2312] = {.lex_state = 28}, - [2313] = {.lex_state = 28}, + [2313] = {.lex_state = 15}, [2314] = {.lex_state = 28}, [2315] = {.lex_state = 28}, [2316] = {.lex_state = 28}, - [2317] = {.lex_state = 15}, + [2317] = {.lex_state = 28}, [2318] = {.lex_state = 73}, - [2319] = {.lex_state = 28}, + [2319] = {.lex_state = 73}, [2320] = {.lex_state = 73}, [2321] = {.lex_state = 73}, [2322] = {.lex_state = 73}, @@ -20248,16 +20344,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2325] = {.lex_state = 73}, [2326] = {.lex_state = 73}, [2327] = {.lex_state = 73}, - [2328] = {.lex_state = 28}, - [2329] = {.lex_state = 28}, - [2330] = {.lex_state = 73}, - [2331] = {.lex_state = 73}, + [2328] = {.lex_state = 73}, + [2329] = {.lex_state = 73}, + [2330] = {.lex_state = 15}, + [2331] = {.lex_state = 15}, [2332] = {.lex_state = 73}, [2333] = {.lex_state = 73}, - [2334] = {.lex_state = 15}, - [2335] = {.lex_state = 15}, + [2334] = {.lex_state = 73}, + [2335] = {.lex_state = 73}, [2336] = {.lex_state = 73}, - [2337] = {.lex_state = 22}, + [2337] = {.lex_state = 73}, [2338] = {.lex_state = 73}, [2339] = {.lex_state = 73}, [2340] = {.lex_state = 73}, @@ -20266,7 +20362,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2343] = {.lex_state = 73}, [2344] = {.lex_state = 73}, [2345] = {.lex_state = 73}, - [2346] = {.lex_state = 73}, + [2346] = {.lex_state = 22}, [2347] = {.lex_state = 73}, [2348] = {.lex_state = 73}, [2349] = {.lex_state = 73}, @@ -20274,26 +20370,26 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2351] = {.lex_state = 73}, [2352] = {.lex_state = 73}, [2353] = {.lex_state = 73}, - [2354] = {.lex_state = 73}, + [2354] = {.lex_state = 28}, [2355] = {.lex_state = 73}, [2356] = {.lex_state = 73}, [2357] = {.lex_state = 73}, - [2358] = {.lex_state = 28}, + [2358] = {.lex_state = 73}, [2359] = {.lex_state = 73}, [2360] = {.lex_state = 73}, [2361] = {.lex_state = 73}, [2362] = {.lex_state = 73}, [2363] = {.lex_state = 73}, [2364] = {.lex_state = 73}, - [2365] = {.lex_state = 28}, + [2365] = {.lex_state = 73}, [2366] = {.lex_state = 73}, [2367] = {.lex_state = 73}, [2368] = {.lex_state = 22}, [2369] = {.lex_state = 73}, [2370] = {.lex_state = 73}, - [2371] = {.lex_state = 73}, + [2371] = {.lex_state = 28}, [2372] = {.lex_state = 73}, - [2373] = {.lex_state = 15}, + [2373] = {.lex_state = 73}, [2374] = {.lex_state = 73}, [2375] = {.lex_state = 73}, [2376] = {.lex_state = 73}, @@ -20302,13 +20398,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2379] = {.lex_state = 73}, [2380] = {.lex_state = 73}, [2381] = {.lex_state = 73}, - [2382] = {.lex_state = 73}, + [2382] = {.lex_state = 28}, [2383] = {.lex_state = 73}, [2384] = {.lex_state = 73}, [2385] = {.lex_state = 73}, [2386] = {.lex_state = 73}, - [2387] = {.lex_state = 73}, - [2388] = {.lex_state = 28}, + [2387] = {.lex_state = 15}, + [2388] = {.lex_state = 73}, [2389] = {.lex_state = 73}, [2390] = {.lex_state = 73}, [2391] = {.lex_state = 73}, @@ -20320,13 +20416,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2397] = {.lex_state = 73}, [2398] = {.lex_state = 73}, [2399] = {.lex_state = 73}, - [2400] = {.lex_state = 73}, + [2400] = {.lex_state = 15}, [2401] = {.lex_state = 73}, [2402] = {.lex_state = 73}, [2403] = {.lex_state = 73}, [2404] = {.lex_state = 73}, [2405] = {.lex_state = 73}, - [2406] = {.lex_state = 15}, + [2406] = {.lex_state = 73}, [2407] = {.lex_state = 73}, [2408] = {.lex_state = 73}, [2409] = {.lex_state = 73}, @@ -20340,16 +20436,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2417] = {.lex_state = 73}, [2418] = {.lex_state = 73}, [2419] = {.lex_state = 73}, - [2420] = {.lex_state = 73}, + [2420] = {.lex_state = 28}, [2421] = {.lex_state = 73}, [2422] = {.lex_state = 73}, [2423] = {.lex_state = 73}, - [2424] = {.lex_state = 73}, + [2424] = {.lex_state = 28}, [2425] = {.lex_state = 73}, [2426] = {.lex_state = 73}, [2427] = {.lex_state = 73}, [2428] = {.lex_state = 73}, - [2429] = {.lex_state = 73}, + [2429] = {.lex_state = 28}, [2430] = {.lex_state = 73}, [2431] = {.lex_state = 73}, [2432] = {.lex_state = 73}, @@ -20362,31 +20458,31 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2439] = {.lex_state = 73}, [2440] = {.lex_state = 73}, [2441] = {.lex_state = 73}, - [2442] = {.lex_state = 73}, - [2443] = {.lex_state = 28}, + [2442] = {.lex_state = 28}, + [2443] = {.lex_state = 73}, [2444] = {.lex_state = 73}, [2445] = {.lex_state = 28}, [2446] = {.lex_state = 73}, - [2447] = {.lex_state = 73}, + [2447] = {.lex_state = 28}, [2448] = {.lex_state = 73}, - [2449] = {.lex_state = 73}, + [2449] = {.lex_state = 28}, [2450] = {.lex_state = 28}, - [2451] = {.lex_state = 28}, - [2452] = {.lex_state = 28}, - [2453] = {.lex_state = 73}, + [2451] = {.lex_state = 73}, + [2452] = {.lex_state = 73}, + [2453] = {.lex_state = 28}, [2454] = {.lex_state = 73}, [2455] = {.lex_state = 28}, - [2456] = {.lex_state = 28}, + [2456] = {.lex_state = 73}, [2457] = {.lex_state = 28}, [2458] = {.lex_state = 28}, [2459] = {.lex_state = 73}, [2460] = {.lex_state = 28}, [2461] = {.lex_state = 28}, - [2462] = {.lex_state = 73}, + [2462] = {.lex_state = 28}, [2463] = {.lex_state = 73}, [2464] = {.lex_state = 73}, - [2465] = {.lex_state = 28}, - [2466] = {.lex_state = 28}, + [2465] = {.lex_state = 73}, + [2466] = {.lex_state = 73}, [2467] = {.lex_state = 28}, [2468] = {.lex_state = 28}, [2469] = {.lex_state = 28}, @@ -20398,30 +20494,30 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2475] = {.lex_state = 28}, [2476] = {.lex_state = 28}, [2477] = {.lex_state = 28}, - [2478] = {.lex_state = 28}, + [2478] = {.lex_state = 31}, [2479] = {.lex_state = 28}, - [2480] = {.lex_state = 75}, + [2480] = {.lex_state = 28}, [2481] = {.lex_state = 28}, [2482] = {.lex_state = 28}, - [2483] = {.lex_state = 28}, - [2484] = {.lex_state = 75}, + [2483] = {.lex_state = 73}, + [2484] = {.lex_state = 28}, [2485] = {.lex_state = 28}, [2486] = {.lex_state = 28}, [2487] = {.lex_state = 28}, [2488] = {.lex_state = 28}, - [2489] = {.lex_state = 75}, - [2490] = {.lex_state = 28}, + [2489] = {.lex_state = 28}, + [2490] = {.lex_state = 75}, [2491] = {.lex_state = 28}, [2492] = {.lex_state = 28}, - [2493] = {.lex_state = 75}, - [2494] = {.lex_state = 75}, - [2495] = {.lex_state = 28}, - [2496] = {.lex_state = 28}, + [2493] = {.lex_state = 28}, + [2494] = {.lex_state = 28}, + [2495] = {.lex_state = 75}, + [2496] = {.lex_state = 75}, [2497] = {.lex_state = 28}, - [2498] = {.lex_state = 75}, + [2498] = {.lex_state = 28}, [2499] = {.lex_state = 28}, - [2500] = {.lex_state = 28}, - [2501] = {.lex_state = 75}, + [2500] = {.lex_state = 75}, + [2501] = {.lex_state = 28}, [2502] = {.lex_state = 28}, [2503] = {.lex_state = 28}, [2504] = {.lex_state = 28}, @@ -20430,22 +20526,22 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2507] = {.lex_state = 28}, [2508] = {.lex_state = 28}, [2509] = {.lex_state = 28}, - [2510] = {.lex_state = 33}, - [2511] = {.lex_state = 28}, + [2510] = {.lex_state = 28}, + [2511] = {.lex_state = 73}, [2512] = {.lex_state = 28}, - [2513] = {.lex_state = 33}, - [2514] = {.lex_state = 33}, + [2513] = {.lex_state = 28}, + [2514] = {.lex_state = 28}, [2515] = {.lex_state = 28}, - [2516] = {.lex_state = 75}, - [2517] = {.lex_state = 75}, + [2516] = {.lex_state = 28}, + [2517] = {.lex_state = 28}, [2518] = {.lex_state = 28}, [2519] = {.lex_state = 28}, [2520] = {.lex_state = 28}, - [2521] = {.lex_state = 75}, + [2521] = {.lex_state = 28}, [2522] = {.lex_state = 28}, [2523] = {.lex_state = 28}, [2524] = {.lex_state = 28}, - [2525] = {.lex_state = 73}, + [2525] = {.lex_state = 28}, [2526] = {.lex_state = 28}, [2527] = {.lex_state = 28}, [2528] = {.lex_state = 28}, @@ -20472,26 +20568,26 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2549] = {.lex_state = 28}, [2550] = {.lex_state = 28}, [2551] = {.lex_state = 28}, - [2552] = {.lex_state = 73}, + [2552] = {.lex_state = 28}, [2553] = {.lex_state = 28}, - [2554] = {.lex_state = 75}, + [2554] = {.lex_state = 28}, [2555] = {.lex_state = 28}, [2556] = {.lex_state = 28}, [2557] = {.lex_state = 28}, [2558] = {.lex_state = 28}, [2559] = {.lex_state = 75}, [2560] = {.lex_state = 28}, - [2561] = {.lex_state = 31}, + [2561] = {.lex_state = 75}, [2562] = {.lex_state = 28}, [2563] = {.lex_state = 28}, [2564] = {.lex_state = 28}, - [2565] = {.lex_state = 28}, - [2566] = {.lex_state = 28}, - [2567] = {.lex_state = 28}, + [2565] = {.lex_state = 75}, + [2566] = {.lex_state = 75}, + [2567] = {.lex_state = 75}, [2568] = {.lex_state = 28}, [2569] = {.lex_state = 28}, - [2570] = {.lex_state = 28}, - [2571] = {.lex_state = 28}, + [2570] = {.lex_state = 75}, + [2571] = {.lex_state = 75}, [2572] = {.lex_state = 28}, [2573] = {.lex_state = 28}, [2574] = {.lex_state = 28}, @@ -20505,66 +20601,66 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2582] = {.lex_state = 28}, [2583] = {.lex_state = 28}, [2584] = {.lex_state = 28}, - [2585] = {.lex_state = 28}, + [2585] = {.lex_state = 75}, [2586] = {.lex_state = 28}, [2587] = {.lex_state = 28}, [2588] = {.lex_state = 28}, [2589] = {.lex_state = 28}, - [2590] = {.lex_state = 28}, - [2591] = {.lex_state = 28}, - [2592] = {.lex_state = 28}, + [2590] = {.lex_state = 73}, + [2591] = {.lex_state = 73}, + [2592] = {.lex_state = 55}, [2593] = {.lex_state = 73}, - [2594] = {.lex_state = 73}, - [2595] = {.lex_state = 75}, - [2596] = {.lex_state = 75}, - [2597] = {.lex_state = 73}, - [2598] = {.lex_state = 75}, - [2599] = {.lex_state = 75}, + [2594] = {.lex_state = 33}, + [2595] = {.lex_state = 33}, + [2596] = {.lex_state = 55}, + [2597] = {.lex_state = 33}, + [2598] = {.lex_state = 73}, + [2599] = {.lex_state = 73}, [2600] = {.lex_state = 75}, - [2601] = {.lex_state = 75}, - [2602] = {.lex_state = 75}, + [2601] = {.lex_state = 73}, + [2602] = {.lex_state = 73}, [2603] = {.lex_state = 75}, - [2604] = {.lex_state = 65}, + [2604] = {.lex_state = 73}, [2605] = {.lex_state = 73}, - [2606] = {.lex_state = 65}, - [2607] = {.lex_state = 75}, - [2608] = {.lex_state = 75}, + [2606] = {.lex_state = 73}, + [2607] = {.lex_state = 65}, + [2608] = {.lex_state = 73}, [2609] = {.lex_state = 73}, - [2610] = {.lex_state = 73}, - [2611] = {.lex_state = 55}, + [2610] = {.lex_state = 65}, + [2611] = {.lex_state = 75}, [2612] = {.lex_state = 75}, - [2613] = {.lex_state = 55}, + [2613] = {.lex_state = 75}, [2614] = {.lex_state = 73}, - [2615] = {.lex_state = 73}, - [2616] = {.lex_state = 73}, - [2617] = {.lex_state = 73}, + [2615] = {.lex_state = 75}, + [2616] = {.lex_state = 75}, + [2617] = {.lex_state = 75}, [2618] = {.lex_state = 73}, - [2619] = {.lex_state = 73}, - [2620] = {.lex_state = 73}, + [2619] = {.lex_state = 75}, + [2620] = {.lex_state = 75}, [2621] = {.lex_state = 73}, [2622] = {.lex_state = 73}, [2623] = {.lex_state = 73}, [2624] = {.lex_state = 73}, [2625] = {.lex_state = 73}, - [2626] = {.lex_state = 73}, - [2627] = {.lex_state = 75}, - [2628] = {.lex_state = 73}, - [2629] = {.lex_state = 77}, + [2626] = {.lex_state = 75}, + [2627] = {.lex_state = 73}, + [2628] = {.lex_state = 77}, + [2629] = {.lex_state = 73}, [2630] = {.lex_state = 73}, [2631] = {.lex_state = 73}, [2632] = {.lex_state = 73}, [2633] = {.lex_state = 73}, [2634] = {.lex_state = 73}, - [2635] = {.lex_state = 75}, + [2635] = {.lex_state = 73}, [2636] = {.lex_state = 73}, [2637] = {.lex_state = 73}, [2638] = {.lex_state = 73}, [2639] = {.lex_state = 73}, [2640] = {.lex_state = 73}, [2641] = {.lex_state = 73}, - [2642] = {.lex_state = 73}, - [2643] = {.lex_state = 73}, - [2644] = {.lex_state = 73}, + [2642] = {.lex_state = 75}, + [2643] = {.lex_state = 75}, + [2644] = {.lex_state = 75}, [2645] = {.lex_state = 73}, [2646] = {.lex_state = 73}, [2647] = {.lex_state = 73}, @@ -20572,288 +20668,288 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2649] = {.lex_state = 75}, [2650] = {.lex_state = 73}, [2651] = {.lex_state = 75}, - [2652] = {.lex_state = 73}, + [2652] = {.lex_state = 75}, [2653] = {.lex_state = 73}, [2654] = {.lex_state = 73}, - [2655] = {.lex_state = 75}, + [2655] = {.lex_state = 73}, [2656] = {.lex_state = 73}, - [2657] = {.lex_state = 75}, + [2657] = {.lex_state = 73}, [2658] = {.lex_state = 73}, [2659] = {.lex_state = 73}, [2660] = {.lex_state = 73}, [2661] = {.lex_state = 73}, [2662] = {.lex_state = 73}, [2663] = {.lex_state = 73}, - [2664] = {.lex_state = 75}, - [2665] = {.lex_state = 73}, + [2664] = {.lex_state = 73}, + [2665] = {.lex_state = 75}, [2666] = {.lex_state = 73}, [2667] = {.lex_state = 75}, [2668] = {.lex_state = 73}, - [2669] = {.lex_state = 75}, + [2669] = {.lex_state = 73}, [2670] = {.lex_state = 75}, [2671] = {.lex_state = 75}, - [2672] = {.lex_state = 75}, - [2673] = {.lex_state = 73}, - [2674] = {.lex_state = 75}, + [2672] = {.lex_state = 73}, + [2673] = {.lex_state = 77}, + [2674] = {.lex_state = 73}, [2675] = {.lex_state = 73}, - [2676] = {.lex_state = 83}, + [2676] = {.lex_state = 73}, [2677] = {.lex_state = 73}, [2678] = {.lex_state = 73}, - [2679] = {.lex_state = 83}, - [2680] = {.lex_state = 73}, + [2679] = {.lex_state = 77}, + [2680] = {.lex_state = 75}, [2681] = {.lex_state = 73}, [2682] = {.lex_state = 75}, - [2683] = {.lex_state = 77}, + [2683] = {.lex_state = 73}, [2684] = {.lex_state = 75}, - [2685] = {.lex_state = 73}, + [2685] = {.lex_state = 75}, [2686] = {.lex_state = 75}, [2687] = {.lex_state = 75}, - [2688] = {.lex_state = 73}, + [2688] = {.lex_state = 75}, [2689] = {.lex_state = 75}, [2690] = {.lex_state = 75}, [2691] = {.lex_state = 73}, - [2692] = {.lex_state = 75}, + [2692] = {.lex_state = 73}, [2693] = {.lex_state = 75}, [2694] = {.lex_state = 75}, - [2695] = {.lex_state = 73}, + [2695] = {.lex_state = 75}, [2696] = {.lex_state = 75}, [2697] = {.lex_state = 75}, [2698] = {.lex_state = 75}, [2699] = {.lex_state = 75}, [2700] = {.lex_state = 75}, [2701] = {.lex_state = 75}, - [2702] = {.lex_state = 73}, - [2703] = {.lex_state = 73}, + [2702] = {.lex_state = 75}, + [2703] = {.lex_state = 75}, [2704] = {.lex_state = 75}, [2705] = {.lex_state = 75}, [2706] = {.lex_state = 73}, - [2707] = {.lex_state = 73}, + [2707] = {.lex_state = 75}, [2708] = {.lex_state = 75}, [2709] = {.lex_state = 75}, - [2710] = {.lex_state = 75}, + [2710] = {.lex_state = 67}, [2711] = {.lex_state = 75}, [2712] = {.lex_state = 75}, [2713] = {.lex_state = 75}, [2714] = {.lex_state = 75}, - [2715] = {.lex_state = 83}, + [2715] = {.lex_state = 75}, [2716] = {.lex_state = 75}, - [2717] = {.lex_state = 75}, + [2717] = {.lex_state = 73}, [2718] = {.lex_state = 75}, - [2719] = {.lex_state = 73}, - [2720] = {.lex_state = 75}, - [2721] = {.lex_state = 75}, - [2722] = {.lex_state = 75}, - [2723] = {.lex_state = 75}, - [2724] = {.lex_state = 75}, - [2725] = {.lex_state = 75}, - [2726] = {.lex_state = 75}, + [2719] = {.lex_state = 75}, + [2720] = {.lex_state = 73}, + [2721] = {.lex_state = 73}, + [2722] = {.lex_state = 73}, + [2723] = {.lex_state = 73}, + [2724] = {.lex_state = 73}, + [2725] = {.lex_state = 73}, + [2726] = {.lex_state = 73}, [2727] = {.lex_state = 75}, - [2728] = {.lex_state = 73}, - [2729] = {.lex_state = 75}, + [2728] = {.lex_state = 75}, + [2729] = {.lex_state = 73}, [2730] = {.lex_state = 73}, - [2731] = {.lex_state = 75}, - [2732] = {.lex_state = 57}, - [2733] = {.lex_state = 57}, + [2731] = {.lex_state = 73}, + [2732] = {.lex_state = 75}, + [2733] = {.lex_state = 73}, [2734] = {.lex_state = 75}, [2735] = {.lex_state = 73}, - [2736] = {.lex_state = 73}, - [2737] = {.lex_state = 75}, + [2736] = {.lex_state = 57}, + [2737] = {.lex_state = 57}, [2738] = {.lex_state = 75}, - [2739] = {.lex_state = 75}, + [2739] = {.lex_state = 73}, [2740] = {.lex_state = 75}, [2741] = {.lex_state = 75}, - [2742] = {.lex_state = 83}, + [2742] = {.lex_state = 75}, [2743] = {.lex_state = 73}, - [2744] = {.lex_state = 75}, - [2745] = {.lex_state = 83}, - [2746] = {.lex_state = 75}, + [2744] = {.lex_state = 73}, + [2745] = {.lex_state = 73}, + [2746] = {.lex_state = 73}, [2747] = {.lex_state = 75}, - [2748] = {.lex_state = 75}, + [2748] = {.lex_state = 73}, [2749] = {.lex_state = 75}, [2750] = {.lex_state = 75}, [2751] = {.lex_state = 73}, - [2752] = {.lex_state = 75}, - [2753] = {.lex_state = 83}, - [2754] = {.lex_state = 75}, - [2755] = {.lex_state = 83}, - [2756] = {.lex_state = 67}, + [2752] = {.lex_state = 73}, + [2753] = {.lex_state = 73}, + [2754] = {.lex_state = 73}, + [2755] = {.lex_state = 73}, + [2756] = {.lex_state = 73}, [2757] = {.lex_state = 73}, - [2758] = {.lex_state = 67}, - [2759] = {.lex_state = 75}, + [2758] = {.lex_state = 73}, + [2759] = {.lex_state = 73}, [2760] = {.lex_state = 75}, - [2761] = {.lex_state = 75}, + [2761] = {.lex_state = 73}, [2762] = {.lex_state = 73}, [2763] = {.lex_state = 73}, [2764] = {.lex_state = 75}, [2765] = {.lex_state = 75}, [2766] = {.lex_state = 75}, - [2767] = {.lex_state = 75}, + [2767] = {.lex_state = 73}, [2768] = {.lex_state = 75}, [2769] = {.lex_state = 73}, - [2770] = {.lex_state = 75}, + [2770] = {.lex_state = 73}, [2771] = {.lex_state = 75}, - [2772] = {.lex_state = 75}, + [2772] = {.lex_state = 73}, [2773] = {.lex_state = 75}, [2774] = {.lex_state = 75}, [2775] = {.lex_state = 75}, - [2776] = {.lex_state = 73}, + [2776] = {.lex_state = 75}, [2777] = {.lex_state = 73}, [2778] = {.lex_state = 75}, [2779] = {.lex_state = 75}, - [2780] = {.lex_state = 75}, - [2781] = {.lex_state = 75}, + [2780] = {.lex_state = 73}, + [2781] = {.lex_state = 73}, [2782] = {.lex_state = 75}, - [2783] = {.lex_state = 73}, - [2784] = {.lex_state = 83}, + [2783] = {.lex_state = 75}, + [2784] = {.lex_state = 75}, [2785] = {.lex_state = 73}, - [2786] = {.lex_state = 77}, + [2786] = {.lex_state = 75}, [2787] = {.lex_state = 75}, - [2788] = {.lex_state = 73}, + [2788] = {.lex_state = 75}, [2789] = {.lex_state = 75}, [2790] = {.lex_state = 75}, - [2791] = {.lex_state = 75}, - [2792] = {.lex_state = 73}, - [2793] = {.lex_state = 73}, - [2794] = {.lex_state = 73}, + [2791] = {.lex_state = 73}, + [2792] = {.lex_state = 75}, + [2793] = {.lex_state = 75}, + [2794] = {.lex_state = 75}, [2795] = {.lex_state = 75}, [2796] = {.lex_state = 75}, - [2797] = {.lex_state = 73}, - [2798] = {.lex_state = 73}, - [2799] = {.lex_state = 83}, + [2797] = {.lex_state = 75}, + [2798] = {.lex_state = 75}, + [2799] = {.lex_state = 75}, [2800] = {.lex_state = 75}, [2801] = {.lex_state = 75}, - [2802] = {.lex_state = 77}, + [2802] = {.lex_state = 75}, [2803] = {.lex_state = 75}, [2804] = {.lex_state = 75}, - [2805] = {.lex_state = 73}, - [2806] = {.lex_state = 73}, + [2805] = {.lex_state = 75}, + [2806] = {.lex_state = 75}, [2807] = {.lex_state = 75}, - [2808] = {.lex_state = 73}, - [2809] = {.lex_state = 83}, - [2810] = {.lex_state = 73}, - [2811] = {.lex_state = 73}, - [2812] = {.lex_state = 73}, - [2813] = {.lex_state = 73}, + [2808] = {.lex_state = 75}, + [2809] = {.lex_state = 75}, + [2810] = {.lex_state = 75}, + [2811] = {.lex_state = 75}, + [2812] = {.lex_state = 75}, + [2813] = {.lex_state = 77}, [2814] = {.lex_state = 75}, - [2815] = {.lex_state = 73}, - [2816] = {.lex_state = 73}, - [2817] = {.lex_state = 75}, - [2818] = {.lex_state = 83}, + [2815] = {.lex_state = 75}, + [2816] = {.lex_state = 75}, + [2817] = {.lex_state = 73}, + [2818] = {.lex_state = 75}, [2819] = {.lex_state = 73}, - [2820] = {.lex_state = 73}, + [2820] = {.lex_state = 67}, [2821] = {.lex_state = 73}, - [2822] = {.lex_state = 75}, - [2823] = {.lex_state = 83}, - [2824] = {.lex_state = 75}, + [2822] = {.lex_state = 73}, + [2823] = {.lex_state = 75}, + [2824] = {.lex_state = 73}, [2825] = {.lex_state = 75}, [2826] = {.lex_state = 75}, [2827] = {.lex_state = 75}, - [2828] = {.lex_state = 83}, - [2829] = {.lex_state = 73}, - [2830] = {.lex_state = 73}, - [2831] = {.lex_state = 73}, + [2828] = {.lex_state = 75}, + [2829] = {.lex_state = 75}, + [2830] = {.lex_state = 75}, + [2831] = {.lex_state = 75}, [2832] = {.lex_state = 73}, [2833] = {.lex_state = 73}, - [2834] = {.lex_state = 73}, - [2835] = {.lex_state = 73}, - [2836] = {.lex_state = 75}, - [2837] = {.lex_state = 75}, + [2834] = {.lex_state = 75}, + [2835] = {.lex_state = 75}, + [2836] = {.lex_state = 73}, + [2837] = {.lex_state = 73}, [2838] = {.lex_state = 73}, [2839] = {.lex_state = 73}, [2840] = {.lex_state = 73}, - [2841] = {.lex_state = 75}, - [2842] = {.lex_state = 73}, - [2843] = {.lex_state = 75}, - [2844] = {.lex_state = 75}, - [2845] = {.lex_state = 75}, - [2846] = {.lex_state = 75}, + [2841] = {.lex_state = 83}, + [2842] = {.lex_state = 83}, + [2843] = {.lex_state = 81}, + [2844] = {.lex_state = 73}, + [2845] = {.lex_state = 81}, + [2846] = {.lex_state = 73}, [2847] = {.lex_state = 73}, [2848] = {.lex_state = 73}, - [2849] = {.lex_state = 83}, - [2850] = {.lex_state = 75}, - [2851] = {.lex_state = 73}, - [2852] = {.lex_state = 83}, - [2853] = {.lex_state = 83}, - [2854] = {.lex_state = 73}, - [2855] = {.lex_state = 73}, - [2856] = {.lex_state = 73}, - [2857] = {.lex_state = 77}, + [2849] = {.lex_state = 73}, + [2850] = {.lex_state = 81}, + [2851] = {.lex_state = 83}, + [2852] = {.lex_state = 73}, + [2853] = {.lex_state = 73}, + [2854] = {.lex_state = 83}, + [2855] = {.lex_state = 83}, + [2856] = {.lex_state = 83}, + [2857] = {.lex_state = 73}, [2858] = {.lex_state = 73}, - [2859] = {.lex_state = 73}, + [2859] = {.lex_state = 83}, [2860] = {.lex_state = 73}, [2861] = {.lex_state = 73}, - [2862] = {.lex_state = 81}, + [2862] = {.lex_state = 77}, [2863] = {.lex_state = 73}, [2864] = {.lex_state = 73}, - [2865] = {.lex_state = 73}, - [2866] = {.lex_state = 81}, - [2867] = {.lex_state = 77}, - [2868] = {.lex_state = 73}, - [2869] = {.lex_state = 73}, - [2870] = {.lex_state = 73}, + [2865] = {.lex_state = 83}, + [2866] = {.lex_state = 83}, + [2867] = {.lex_state = 83}, + [2868] = {.lex_state = 83}, + [2869] = {.lex_state = 83}, + [2870] = {.lex_state = 81}, [2871] = {.lex_state = 73}, [2872] = {.lex_state = 73}, - [2873] = {.lex_state = 73}, - [2874] = {.lex_state = 81}, - [2875] = {.lex_state = 73}, - [2876] = {.lex_state = 81}, - [2877] = {.lex_state = 73}, + [2873] = {.lex_state = 77}, + [2874] = {.lex_state = 73}, + [2875] = {.lex_state = 83}, + [2876] = {.lex_state = 73}, + [2877] = {.lex_state = 83}, [2878] = {.lex_state = 73}, [2879] = {.lex_state = 73}, - [2880] = {.lex_state = 73}, + [2880] = {.lex_state = 83}, [2881] = {.lex_state = 73}, - [2882] = {.lex_state = 73}, + [2882] = {.lex_state = 83}, [2883] = {.lex_state = 73}, - [2884] = {.lex_state = 77}, - [2885] = {.lex_state = 77}, + [2884] = {.lex_state = 73}, + [2885] = {.lex_state = 73}, [2886] = {.lex_state = 77}, - [2887] = {.lex_state = 83}, - [2888] = {.lex_state = 83}, - [2889] = {.lex_state = 73}, + [2887] = {.lex_state = 73}, + [2888] = {.lex_state = 73}, + [2889] = {.lex_state = 77}, [2890] = {.lex_state = 77}, - [2891] = {.lex_state = 77}, - [2892] = {.lex_state = 73}, - [2893] = {.lex_state = 77}, + [2891] = {.lex_state = 73}, + [2892] = {.lex_state = 77}, + [2893] = {.lex_state = 83}, [2894] = {.lex_state = 77}, - [2895] = {.lex_state = 33}, - [2896] = {.lex_state = 73}, + [2895] = {.lex_state = 77}, + [2896] = {.lex_state = 77}, [2897] = {.lex_state = 77}, - [2898] = {.lex_state = 33}, - [2899] = {.lex_state = 73}, - [2900] = {.lex_state = 73}, - [2901] = {.lex_state = 73}, + [2898] = {.lex_state = 77}, + [2899] = {.lex_state = 77}, + [2900] = {.lex_state = 77}, + [2901] = {.lex_state = 77}, [2902] = {.lex_state = 77}, [2903] = {.lex_state = 77}, - [2904] = {.lex_state = 77}, - [2905] = {.lex_state = 77}, - [2906] = {.lex_state = 73}, - [2907] = {.lex_state = 77}, + [2904] = {.lex_state = 73}, + [2905] = {.lex_state = 73}, + [2906] = {.lex_state = 77}, + [2907] = {.lex_state = 83}, [2908] = {.lex_state = 77}, - [2909] = {.lex_state = 77}, + [2909] = {.lex_state = 83}, [2910] = {.lex_state = 77}, [2911] = {.lex_state = 77}, - [2912] = {.lex_state = 33}, - [2913] = {.lex_state = 77}, - [2914] = {.lex_state = 77}, + [2912] = {.lex_state = 73}, + [2913] = {.lex_state = 73}, + [2914] = {.lex_state = 73}, [2915] = {.lex_state = 77}, - [2916] = {.lex_state = 73}, + [2916] = {.lex_state = 77}, [2917] = {.lex_state = 73}, [2918] = {.lex_state = 77}, [2919] = {.lex_state = 77}, - [2920] = {.lex_state = 73}, - [2921] = {.lex_state = 77}, + [2920] = {.lex_state = 77}, + [2921] = {.lex_state = 73}, [2922] = {.lex_state = 77}, - [2923] = {.lex_state = 83}, - [2924] = {.lex_state = 83}, + [2923] = {.lex_state = 77}, + [2924] = {.lex_state = 77}, [2925] = {.lex_state = 73}, - [2926] = {.lex_state = 77}, + [2926] = {.lex_state = 73}, [2927] = {.lex_state = 77}, [2928] = {.lex_state = 77}, - [2929] = {.lex_state = 73}, + [2929] = {.lex_state = 77}, [2930] = {.lex_state = 73}, [2931] = {.lex_state = 73}, - [2932] = {.lex_state = 77}, - [2933] = {.lex_state = 77}, + [2932] = {.lex_state = 73}, + [2933] = {.lex_state = 73}, [2934] = {.lex_state = 73}, [2935] = {.lex_state = 73}, [2936] = {.lex_state = 73}, @@ -20885,15 +20981,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2962] = {.lex_state = 73}, [2963] = {.lex_state = 73}, [2964] = {.lex_state = 73}, - [2965] = {.lex_state = 73}, + [2965] = {.lex_state = 33}, [2966] = {.lex_state = 73}, [2967] = {.lex_state = 73}, - [2968] = {.lex_state = 73}, + [2968] = {.lex_state = 83}, [2969] = {.lex_state = 73}, [2970] = {.lex_state = 73}, [2971] = {.lex_state = 73}, - [2972] = {.lex_state = 73}, - [2973] = {.lex_state = 73}, + [2972] = {.lex_state = 33}, + [2973] = {.lex_state = 33}, [2974] = {.lex_state = 73}, [2975] = {.lex_state = 73}, [2976] = {.lex_state = 73}, @@ -21234,7 +21330,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3311] = {.lex_state = 83}, [3312] = {.lex_state = 83}, [3313] = {.lex_state = 83}, - [3314] = {.lex_state = 87}, + [3314] = {.lex_state = 83}, [3315] = {.lex_state = 83}, [3316] = {.lex_state = 83}, [3317] = {.lex_state = 87}, @@ -21246,109 +21342,109 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3323] = {.lex_state = 83}, [3324] = {.lex_state = 83}, [3325] = {.lex_state = 83}, - [3326] = {.lex_state = 83}, - [3327] = {.lex_state = 85}, - [3328] = {.lex_state = 33}, - [3329] = {.lex_state = 33}, - [3330] = {.lex_state = 33}, - [3331] = {.lex_state = 33}, - [3332] = {.lex_state = 33}, - [3333] = {.lex_state = 244}, - [3334] = {.lex_state = 83}, - [3335] = {.lex_state = 83}, - [3336] = {.lex_state = 83}, - [3337] = {.lex_state = 84}, - [3338] = {.lex_state = 84}, - [3339] = {.lex_state = 84}, + [3326] = {.lex_state = 87}, + [3327] = {.lex_state = 83}, + [3328] = {.lex_state = 83}, + [3329] = {.lex_state = 83}, + [3330] = {.lex_state = 83}, + [3331] = {.lex_state = 83}, + [3332] = {.lex_state = 83}, + [3333] = {.lex_state = 85}, + [3334] = {.lex_state = 33}, + [3335] = {.lex_state = 33}, + [3336] = {.lex_state = 33}, + [3337] = {.lex_state = 33}, + [3338] = {.lex_state = 33}, + [3339] = {.lex_state = 244}, [3340] = {.lex_state = 83}, - [3341] = {.lex_state = 87}, + [3341] = {.lex_state = 83}, [3342] = {.lex_state = 83}, - [3343] = {.lex_state = 41}, - [3344] = {.lex_state = 34}, - [3345] = {.lex_state = 41}, - [3346] = {.lex_state = 34}, - [3347] = {.lex_state = 41}, - [3348] = {.lex_state = 83}, - [3349] = {.lex_state = 41}, + [3343] = {.lex_state = 83}, + [3344] = {.lex_state = 83}, + [3345] = {.lex_state = 84}, + [3346] = {.lex_state = 84}, + [3347] = {.lex_state = 84}, + [3348] = {.lex_state = 87}, + [3349] = {.lex_state = 34}, [3350] = {.lex_state = 41}, - [3351] = {.lex_state = 41}, + [3351] = {.lex_state = 34}, [3352] = {.lex_state = 41}, - [3353] = {.lex_state = 41}, + [3353] = {.lex_state = 83}, [3354] = {.lex_state = 41}, [3355] = {.lex_state = 41}, - [3356] = {.lex_state = 83}, + [3356] = {.lex_state = 41}, [3357] = {.lex_state = 41}, - [3358] = {.lex_state = 83}, - [3359] = {.lex_state = 41}, - [3360] = {.lex_state = 83}, - [3361] = {.lex_state = 85}, - [3362] = {.lex_state = 85}, - [3363] = {.lex_state = 85}, - [3364] = {.lex_state = 84}, - [3365] = {.lex_state = 84}, - [3366] = {.lex_state = 41}, - [3367] = {.lex_state = 85}, - [3368] = {.lex_state = 85}, + [3358] = {.lex_state = 41}, + [3359] = {.lex_state = 83}, + [3360] = {.lex_state = 41}, + [3361] = {.lex_state = 41}, + [3362] = {.lex_state = 41}, + [3363] = {.lex_state = 41}, + [3364] = {.lex_state = 85}, + [3365] = {.lex_state = 85}, + [3366] = {.lex_state = 35}, + [3367] = {.lex_state = 35}, + [3368] = {.lex_state = 35}, [3369] = {.lex_state = 85}, - [3370] = {.lex_state = 85}, - [3371] = {.lex_state = 85}, - [3372] = {.lex_state = 85}, - [3373] = {.lex_state = 85}, - [3374] = {.lex_state = 84}, + [3370] = {.lex_state = 83}, + [3371] = {.lex_state = 83}, + [3372] = {.lex_state = 35}, + [3373] = {.lex_state = 41}, + [3374] = {.lex_state = 85}, [3375] = {.lex_state = 85}, [3376] = {.lex_state = 85}, [3377] = {.lex_state = 85}, - [3378] = {.lex_state = 35}, + [3378] = {.lex_state = 85}, [3379] = {.lex_state = 85}, - [3380] = {.lex_state = 41}, + [3380] = {.lex_state = 85}, [3381] = {.lex_state = 85}, - [3382] = {.lex_state = 41}, + [3382] = {.lex_state = 85}, [3383] = {.lex_state = 85}, [3384] = {.lex_state = 85}, [3385] = {.lex_state = 85}, - [3386] = {.lex_state = 85}, + [3386] = {.lex_state = 41}, [3387] = {.lex_state = 85}, [3388] = {.lex_state = 85}, - [3389] = {.lex_state = 35}, - [3390] = {.lex_state = 85}, - [3391] = {.lex_state = 85}, + [3389] = {.lex_state = 84}, + [3390] = {.lex_state = 84}, + [3391] = {.lex_state = 84}, [3392] = {.lex_state = 85}, [3393] = {.lex_state = 84}, - [3394] = {.lex_state = 41}, - [3395] = {.lex_state = 85}, + [3394] = {.lex_state = 34}, + [3395] = {.lex_state = 84}, [3396] = {.lex_state = 85}, - [3397] = {.lex_state = 84}, + [3397] = {.lex_state = 85}, [3398] = {.lex_state = 85}, - [3399] = {.lex_state = 85}, - [3400] = {.lex_state = 84}, - [3401] = {.lex_state = 34}, - [3402] = {.lex_state = 84}, + [3399] = {.lex_state = 84}, + [3400] = {.lex_state = 41}, + [3401] = {.lex_state = 85}, + [3402] = {.lex_state = 41}, [3403] = {.lex_state = 85}, - [3404] = {.lex_state = 35}, - [3405] = {.lex_state = 84}, - [3406] = {.lex_state = 85}, - [3407] = {.lex_state = 35}, + [3404] = {.lex_state = 85}, + [3405] = {.lex_state = 85}, + [3406] = {.lex_state = 84}, + [3407] = {.lex_state = 85}, [3408] = {.lex_state = 85}, [3409] = {.lex_state = 85}, - [3410] = {.lex_state = 34}, - [3411] = {.lex_state = 84}, - [3412] = {.lex_state = 34}, - [3413] = {.lex_state = 84}, - [3414] = {.lex_state = 34}, - [3415] = {.lex_state = 34}, - [3416] = {.lex_state = 84}, - [3417] = {.lex_state = 84}, + [3410] = {.lex_state = 85}, + [3411] = {.lex_state = 41}, + [3412] = {.lex_state = 84}, + [3413] = {.lex_state = 85}, + [3414] = {.lex_state = 85}, + [3415] = {.lex_state = 85}, + [3416] = {.lex_state = 85}, + [3417] = {.lex_state = 85}, [3418] = {.lex_state = 34}, - [3419] = {.lex_state = 34}, + [3419] = {.lex_state = 84}, [3420] = {.lex_state = 34}, - [3421] = {.lex_state = 34}, + [3421] = {.lex_state = 84}, [3422] = {.lex_state = 34}, - [3423] = {.lex_state = 34}, - [3424] = {.lex_state = 35}, - [3425] = {.lex_state = 34}, - [3426] = {.lex_state = 34}, + [3423] = {.lex_state = 35}, + [3424] = {.lex_state = 34}, + [3425] = {.lex_state = 84}, + [3426] = {.lex_state = 84}, [3427] = {.lex_state = 34}, - [3428] = {.lex_state = 34}, + [3428] = {.lex_state = 84}, [3429] = {.lex_state = 34}, [3430] = {.lex_state = 34}, [3431] = {.lex_state = 34}, @@ -21360,625 +21456,625 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3437] = {.lex_state = 34}, [3438] = {.lex_state = 34}, [3439] = {.lex_state = 34}, - [3440] = {.lex_state = 34}, - [3441] = {.lex_state = 84}, + [3440] = {.lex_state = 35}, + [3441] = {.lex_state = 34}, [3442] = {.lex_state = 34}, - [3443] = {.lex_state = 85}, - [3444] = {.lex_state = 85}, - [3445] = {.lex_state = 35}, - [3446] = {.lex_state = 81}, - [3447] = {.lex_state = 81}, + [3443] = {.lex_state = 34}, + [3444] = {.lex_state = 34}, + [3445] = {.lex_state = 34}, + [3446] = {.lex_state = 34}, + [3447] = {.lex_state = 34}, [3448] = {.lex_state = 34}, - [3449] = {.lex_state = 81}, + [3449] = {.lex_state = 34}, [3450] = {.lex_state = 34}, - [3451] = {.lex_state = 81}, - [3452] = {.lex_state = 81}, - [3453] = {.lex_state = 81}, - [3454] = {.lex_state = 81}, - [3455] = {.lex_state = 81}, - [3456] = {.lex_state = 81}, - [3457] = {.lex_state = 81}, - [3458] = {.lex_state = 34}, - [3459] = {.lex_state = 81}, - [3460] = {.lex_state = 81}, - [3461] = {.lex_state = 85}, - [3462] = {.lex_state = 34}, - [3463] = {.lex_state = 85}, - [3464] = {.lex_state = 34}, + [3451] = {.lex_state = 34}, + [3452] = {.lex_state = 85}, + [3453] = {.lex_state = 85}, + [3454] = {.lex_state = 0}, + [3455] = {.lex_state = 0}, + [3456] = {.lex_state = 34}, + [3457] = {.lex_state = 0}, + [3458] = {.lex_state = 0}, + [3459] = {.lex_state = 34}, + [3460] = {.lex_state = 0}, + [3461] = {.lex_state = 0}, + [3462] = {.lex_state = 0}, + [3463] = {.lex_state = 0}, + [3464] = {.lex_state = 85}, [3465] = {.lex_state = 34}, - [3466] = {.lex_state = 85}, - [3467] = {.lex_state = 34}, - [3468] = {.lex_state = 24}, - [3469] = {.lex_state = 24}, - [3470] = {.lex_state = 24}, - [3471] = {.lex_state = 85}, - [3472] = {.lex_state = 85}, - [3473] = {.lex_state = 34}, - [3474] = {.lex_state = 34}, + [3466] = {.lex_state = 34}, + [3467] = {.lex_state = 0}, + [3468] = {.lex_state = 0}, + [3469] = {.lex_state = 0}, + [3470] = {.lex_state = 85}, + [3471] = {.lex_state = 0}, + [3472] = {.lex_state = 34}, + [3473] = {.lex_state = 85}, + [3474] = {.lex_state = 85}, [3475] = {.lex_state = 34}, - [3476] = {.lex_state = 34}, + [3476] = {.lex_state = 81}, [3477] = {.lex_state = 34}, - [3478] = {.lex_state = 34}, - [3479] = {.lex_state = 34}, + [3478] = {.lex_state = 24}, + [3479] = {.lex_state = 24}, [3480] = {.lex_state = 34}, - [3481] = {.lex_state = 34}, - [3482] = {.lex_state = 24}, - [3483] = {.lex_state = 81}, - [3484] = {.lex_state = 253}, - [3485] = {.lex_state = 253}, - [3486] = {.lex_state = 253}, - [3487] = {.lex_state = 81}, - [3488] = {.lex_state = 85}, - [3489] = {.lex_state = 253}, - [3490] = {.lex_state = 81}, - [3491] = {.lex_state = 253}, - [3492] = {.lex_state = 253}, - [3493] = {.lex_state = 81}, - [3494] = {.lex_state = 253}, - [3495] = {.lex_state = 81}, - [3496] = {.lex_state = 85}, - [3497] = {.lex_state = 253}, + [3481] = {.lex_state = 24}, + [3482] = {.lex_state = 85}, + [3483] = {.lex_state = 34}, + [3484] = {.lex_state = 24}, + [3485] = {.lex_state = 81}, + [3486] = {.lex_state = 34}, + [3487] = {.lex_state = 34}, + [3488] = {.lex_state = 34}, + [3489] = {.lex_state = 34}, + [3490] = {.lex_state = 34}, + [3491] = {.lex_state = 34}, + [3492] = {.lex_state = 34}, + [3493] = {.lex_state = 0}, + [3494] = {.lex_state = 0}, + [3495] = {.lex_state = 0}, + [3496] = {.lex_state = 0}, + [3497] = {.lex_state = 0}, [3498] = {.lex_state = 253}, - [3499] = {.lex_state = 81}, - [3500] = {.lex_state = 85}, - [3501] = {.lex_state = 253}, - [3502] = {.lex_state = 253}, - [3503] = {.lex_state = 81}, - [3504] = {.lex_state = 253}, + [3499] = {.lex_state = 253}, + [3500] = {.lex_state = 253}, + [3501] = {.lex_state = 0}, + [3502] = {.lex_state = 81}, + [3503] = {.lex_state = 85}, + [3504] = {.lex_state = 0}, [3505] = {.lex_state = 253}, - [3506] = {.lex_state = 81}, - [3507] = {.lex_state = 81}, - [3508] = {.lex_state = 253}, - [3509] = {.lex_state = 81}, - [3510] = {.lex_state = 34}, - [3511] = {.lex_state = 81}, - [3512] = {.lex_state = 253}, - [3513] = {.lex_state = 81}, - [3514] = {.lex_state = 81}, - [3515] = {.lex_state = 81}, + [3506] = {.lex_state = 253}, + [3507] = {.lex_state = 253}, + [3508] = {.lex_state = 24}, + [3509] = {.lex_state = 0}, + [3510] = {.lex_state = 0}, + [3511] = {.lex_state = 0}, + [3512] = {.lex_state = 81}, + [3513] = {.lex_state = 253}, + [3514] = {.lex_state = 0}, + [3515] = {.lex_state = 0}, [3516] = {.lex_state = 253}, - [3517] = {.lex_state = 85}, - [3518] = {.lex_state = 253}, - [3519] = {.lex_state = 253}, - [3520] = {.lex_state = 253}, - [3521] = {.lex_state = 81}, - [3522] = {.lex_state = 81}, + [3517] = {.lex_state = 253}, + [3518] = {.lex_state = 0}, + [3519] = {.lex_state = 0}, + [3520] = {.lex_state = 24}, + [3521] = {.lex_state = 0}, + [3522] = {.lex_state = 253}, [3523] = {.lex_state = 253}, - [3524] = {.lex_state = 253}, - [3525] = {.lex_state = 81}, - [3526] = {.lex_state = 24}, + [3524] = {.lex_state = 34}, + [3525] = {.lex_state = 253}, + [3526] = {.lex_state = 85}, [3527] = {.lex_state = 253}, - [3528] = {.lex_state = 81}, - [3529] = {.lex_state = 81}, - [3530] = {.lex_state = 81}, + [3528] = {.lex_state = 0}, + [3529] = {.lex_state = 253}, + [3530] = {.lex_state = 0}, [3531] = {.lex_state = 253}, [3532] = {.lex_state = 253}, - [3533] = {.lex_state = 24}, - [3534] = {.lex_state = 81}, - [3535] = {.lex_state = 81}, - [3536] = {.lex_state = 81}, - [3537] = {.lex_state = 81}, - [3538] = {.lex_state = 253}, - [3539] = {.lex_state = 93}, - [3540] = {.lex_state = 88}, + [3533] = {.lex_state = 0}, + [3534] = {.lex_state = 85}, + [3535] = {.lex_state = 253}, + [3536] = {.lex_state = 253}, + [3537] = {.lex_state = 253}, + [3538] = {.lex_state = 0}, + [3539] = {.lex_state = 253}, + [3540] = {.lex_state = 253}, [3541] = {.lex_state = 253}, - [3542] = {.lex_state = 88}, - [3543] = {.lex_state = 88}, - [3544] = {.lex_state = 93}, - [3545] = {.lex_state = 88}, - [3546] = {.lex_state = 88}, - [3547] = {.lex_state = 93}, - [3548] = {.lex_state = 88}, - [3549] = {.lex_state = 93}, - [3550] = {.lex_state = 253}, - [3551] = {.lex_state = 93}, - [3552] = {.lex_state = 93}, + [3542] = {.lex_state = 0}, + [3543] = {.lex_state = 253}, + [3544] = {.lex_state = 0}, + [3545] = {.lex_state = 0}, + [3546] = {.lex_state = 85}, + [3547] = {.lex_state = 253}, + [3548] = {.lex_state = 253}, + [3549] = {.lex_state = 0}, + [3550] = {.lex_state = 0}, + [3551] = {.lex_state = 90}, + [3552] = {.lex_state = 88}, [3553] = {.lex_state = 88}, - [3554] = {.lex_state = 88}, + [3554] = {.lex_state = 93}, [3555] = {.lex_state = 93}, - [3556] = {.lex_state = 88}, - [3557] = {.lex_state = 93}, + [3556] = {.lex_state = 93}, + [3557] = {.lex_state = 88}, [3558] = {.lex_state = 93}, - [3559] = {.lex_state = 253}, - [3560] = {.lex_state = 88}, - [3561] = {.lex_state = 253}, + [3559] = {.lex_state = 88}, + [3560] = {.lex_state = 93}, + [3561] = {.lex_state = 88}, [3562] = {.lex_state = 93}, [3563] = {.lex_state = 88}, - [3564] = {.lex_state = 88}, - [3565] = {.lex_state = 93}, - [3566] = {.lex_state = 253}, - [3567] = {.lex_state = 0}, - [3568] = {.lex_state = 85}, - [3569] = {.lex_state = 253}, - [3570] = {.lex_state = 253}, - [3571] = {.lex_state = 93}, + [3564] = {.lex_state = 93}, + [3565] = {.lex_state = 88}, + [3566] = {.lex_state = 93}, + [3567] = {.lex_state = 88}, + [3568] = {.lex_state = 93}, + [3569] = {.lex_state = 93}, + [3570] = {.lex_state = 88}, + [3571] = {.lex_state = 253}, [3572] = {.lex_state = 88}, - [3573] = {.lex_state = 88}, - [3574] = {.lex_state = 93}, - [3575] = {.lex_state = 88}, - [3576] = {.lex_state = 93}, - [3577] = {.lex_state = 93}, - [3578] = {.lex_state = 88}, - [3579] = {.lex_state = 93}, - [3580] = {.lex_state = 88}, - [3581] = {.lex_state = 0}, - [3582] = {.lex_state = 88}, - [3583] = {.lex_state = 93}, - [3584] = {.lex_state = 93}, - [3585] = {.lex_state = 88}, + [3573] = {.lex_state = 93}, + [3574] = {.lex_state = 88}, + [3575] = {.lex_state = 93}, + [3576] = {.lex_state = 88}, + [3577] = {.lex_state = 88}, + [3578] = {.lex_state = 93}, + [3579] = {.lex_state = 88}, + [3580] = {.lex_state = 93}, + [3581] = {.lex_state = 85}, + [3582] = {.lex_state = 93}, + [3583] = {.lex_state = 88}, + [3584] = {.lex_state = 88}, + [3585] = {.lex_state = 253}, [3586] = {.lex_state = 93}, [3587] = {.lex_state = 88}, [3588] = {.lex_state = 93}, - [3589] = {.lex_state = 88}, - [3590] = {.lex_state = 88}, + [3589] = {.lex_state = 93}, + [3590] = {.lex_state = 93}, [3591] = {.lex_state = 88}, - [3592] = {.lex_state = 93}, - [3593] = {.lex_state = 88}, - [3594] = {.lex_state = 93}, - [3595] = {.lex_state = 93}, - [3596] = {.lex_state = 93}, - [3597] = {.lex_state = 93}, - [3598] = {.lex_state = 93}, + [3592] = {.lex_state = 253}, + [3593] = {.lex_state = 93}, + [3594] = {.lex_state = 88}, + [3595] = {.lex_state = 88}, + [3596] = {.lex_state = 253}, + [3597] = {.lex_state = 257}, + [3598] = {.lex_state = 88}, [3599] = {.lex_state = 88}, - [3600] = {.lex_state = 93}, - [3601] = {.lex_state = 93}, - [3602] = {.lex_state = 88}, - [3603] = {.lex_state = 93}, - [3604] = {.lex_state = 88}, + [3600] = {.lex_state = 88}, + [3601] = {.lex_state = 253}, + [3602] = {.lex_state = 93}, + [3603] = {.lex_state = 88}, + [3604] = {.lex_state = 253}, [3605] = {.lex_state = 88}, [3606] = {.lex_state = 93}, - [3607] = {.lex_state = 88}, + [3607] = {.lex_state = 85}, [3608] = {.lex_state = 93}, [3609] = {.lex_state = 88}, [3610] = {.lex_state = 93}, - [3611] = {.lex_state = 88}, + [3611] = {.lex_state = 93}, [3612] = {.lex_state = 93}, [3613] = {.lex_state = 88}, - [3614] = {.lex_state = 93}, - [3615] = {.lex_state = 88}, + [3614] = {.lex_state = 88}, + [3615] = {.lex_state = 93}, [3616] = {.lex_state = 93}, - [3617] = {.lex_state = 93}, + [3617] = {.lex_state = 88}, [3618] = {.lex_state = 88}, - [3619] = {.lex_state = 93}, - [3620] = {.lex_state = 88}, - [3621] = {.lex_state = 88}, - [3622] = {.lex_state = 253}, + [3619] = {.lex_state = 253}, + [3620] = {.lex_state = 253}, + [3621] = {.lex_state = 34}, + [3622] = {.lex_state = 34}, [3623] = {.lex_state = 93}, [3624] = {.lex_state = 88}, - [3625] = {.lex_state = 93}, - [3626] = {.lex_state = 85}, + [3625] = {.lex_state = 88}, + [3626] = {.lex_state = 93}, [3627] = {.lex_state = 88}, - [3628] = {.lex_state = 253}, + [3628] = {.lex_state = 93}, [3629] = {.lex_state = 93}, - [3630] = {.lex_state = 88}, - [3631] = {.lex_state = 93}, - [3632] = {.lex_state = 88}, - [3633] = {.lex_state = 93}, + [3630] = {.lex_state = 257}, + [3631] = {.lex_state = 88}, + [3632] = {.lex_state = 93}, + [3633] = {.lex_state = 88}, [3634] = {.lex_state = 93}, [3635] = {.lex_state = 88}, - [3636] = {.lex_state = 34}, + [3636] = {.lex_state = 93}, [3637] = {.lex_state = 88}, - [3638] = {.lex_state = 34}, + [3638] = {.lex_state = 253}, [3639] = {.lex_state = 88}, - [3640] = {.lex_state = 253}, + [3640] = {.lex_state = 88}, [3641] = {.lex_state = 93}, - [3642] = {.lex_state = 88}, + [3642] = {.lex_state = 253}, [3643] = {.lex_state = 93}, [3644] = {.lex_state = 88}, [3645] = {.lex_state = 93}, - [3646] = {.lex_state = 88}, - [3647] = {.lex_state = 93}, - [3648] = {.lex_state = 88}, + [3646] = {.lex_state = 93}, + [3647] = {.lex_state = 88}, + [3648] = {.lex_state = 93}, [3649] = {.lex_state = 88}, [3650] = {.lex_state = 93}, [3651] = {.lex_state = 88}, - [3652] = {.lex_state = 93}, - [3653] = {.lex_state = 90}, - [3654] = {.lex_state = 81}, - [3655] = {.lex_state = 34}, - [3656] = {.lex_state = 0}, - [3657] = {.lex_state = 85}, - [3658] = {.lex_state = 85}, - [3659] = {.lex_state = 81}, - [3660] = {.lex_state = 81}, - [3661] = {.lex_state = 0}, - [3662] = {.lex_state = 81}, - [3663] = {.lex_state = 253}, - [3664] = {.lex_state = 81}, - [3665] = {.lex_state = 253}, - [3666] = {.lex_state = 253}, - [3667] = {.lex_state = 0}, + [3652] = {.lex_state = 88}, + [3653] = {.lex_state = 93}, + [3654] = {.lex_state = 88}, + [3655] = {.lex_state = 93}, + [3656] = {.lex_state = 88}, + [3657] = {.lex_state = 93}, + [3658] = {.lex_state = 93}, + [3659] = {.lex_state = 88}, + [3660] = {.lex_state = 93}, + [3661] = {.lex_state = 88}, + [3662] = {.lex_state = 93}, + [3663] = {.lex_state = 93}, + [3664] = {.lex_state = 93}, + [3665] = {.lex_state = 88}, + [3666] = {.lex_state = 85}, + [3667] = {.lex_state = 257}, [3668] = {.lex_state = 85}, [3669] = {.lex_state = 253}, - [3670] = {.lex_state = 253}, - [3671] = {.lex_state = 85}, - [3672] = {.lex_state = 253}, - [3673] = {.lex_state = 81}, + [3670] = {.lex_state = 34}, + [3671] = {.lex_state = 257}, + [3672] = {.lex_state = 85}, + [3673] = {.lex_state = 85}, [3674] = {.lex_state = 34}, - [3675] = {.lex_state = 0}, - [3676] = {.lex_state = 81}, + [3675] = {.lex_state = 257}, + [3676] = {.lex_state = 257}, [3677] = {.lex_state = 0}, - [3678] = {.lex_state = 81}, - [3679] = {.lex_state = 0}, - [3680] = {.lex_state = 0}, - [3681] = {.lex_state = 85}, - [3682] = {.lex_state = 34}, - [3683] = {.lex_state = 85}, - [3684] = {.lex_state = 0}, - [3685] = {.lex_state = 0}, + [3678] = {.lex_state = 257}, + [3679] = {.lex_state = 253}, + [3680] = {.lex_state = 85}, + [3681] = {.lex_state = 0}, + [3682] = {.lex_state = 257}, + [3683] = {.lex_state = 257}, + [3684] = {.lex_state = 257}, + [3685] = {.lex_state = 253}, [3686] = {.lex_state = 253}, [3687] = {.lex_state = 0}, - [3688] = {.lex_state = 69}, - [3689] = {.lex_state = 0}, - [3690] = {.lex_state = 85}, + [3688] = {.lex_state = 0}, + [3689] = {.lex_state = 257}, + [3690] = {.lex_state = 0}, [3691] = {.lex_state = 0}, - [3692] = {.lex_state = 253}, + [3692] = {.lex_state = 0}, [3693] = {.lex_state = 0}, [3694] = {.lex_state = 0}, [3695] = {.lex_state = 0}, - [3696] = {.lex_state = 253}, - [3697] = {.lex_state = 253}, - [3698] = {.lex_state = 253}, - [3699] = {.lex_state = 0}, - [3700] = {.lex_state = 0}, - [3701] = {.lex_state = 0}, - [3702] = {.lex_state = 253}, - [3703] = {.lex_state = 85}, - [3704] = {.lex_state = 253}, - [3705] = {.lex_state = 0}, - [3706] = {.lex_state = 69}, - [3707] = {.lex_state = 85}, - [3708] = {.lex_state = 0}, + [3696] = {.lex_state = 257}, + [3697] = {.lex_state = 0}, + [3698] = {.lex_state = 0}, + [3699] = {.lex_state = 253}, + [3700] = {.lex_state = 85}, + [3701] = {.lex_state = 257}, + [3702] = {.lex_state = 257}, + [3703] = {.lex_state = 257}, + [3704] = {.lex_state = 257}, + [3705] = {.lex_state = 257}, + [3706] = {.lex_state = 257}, + [3707] = {.lex_state = 257}, + [3708] = {.lex_state = 34}, [3709] = {.lex_state = 0}, - [3710] = {.lex_state = 85}, - [3711] = {.lex_state = 85}, - [3712] = {.lex_state = 253}, - [3713] = {.lex_state = 0}, - [3714] = {.lex_state = 69}, - [3715] = {.lex_state = 253}, - [3716] = {.lex_state = 0}, - [3717] = {.lex_state = 0}, - [3718] = {.lex_state = 253}, - [3719] = {.lex_state = 69}, - [3720] = {.lex_state = 85}, - [3721] = {.lex_state = 0}, - [3722] = {.lex_state = 0}, + [3710] = {.lex_state = 257}, + [3711] = {.lex_state = 0}, + [3712] = {.lex_state = 257}, + [3713] = {.lex_state = 257}, + [3714] = {.lex_state = 253}, + [3715] = {.lex_state = 0}, + [3716] = {.lex_state = 257}, + [3717] = {.lex_state = 257}, + [3718] = {.lex_state = 257}, + [3719] = {.lex_state = 0}, + [3720] = {.lex_state = 0}, + [3721] = {.lex_state = 85}, + [3722] = {.lex_state = 253}, [3723] = {.lex_state = 69}, [3724] = {.lex_state = 253}, - [3725] = {.lex_state = 85}, - [3726] = {.lex_state = 69}, + [3725] = {.lex_state = 253}, + [3726] = {.lex_state = 0}, [3727] = {.lex_state = 85}, - [3728] = {.lex_state = 90}, - [3729] = {.lex_state = 0}, + [3728] = {.lex_state = 85}, + [3729] = {.lex_state = 253}, [3730] = {.lex_state = 0}, - [3731] = {.lex_state = 253}, - [3732] = {.lex_state = 85}, - [3733] = {.lex_state = 0}, - [3734] = {.lex_state = 253}, + [3731] = {.lex_state = 0}, + [3732] = {.lex_state = 0}, + [3733] = {.lex_state = 85}, + [3734] = {.lex_state = 85}, [3735] = {.lex_state = 253}, [3736] = {.lex_state = 253}, - [3737] = {.lex_state = 85}, - [3738] = {.lex_state = 85}, - [3739] = {.lex_state = 0}, - [3740] = {.lex_state = 257}, - [3741] = {.lex_state = 0}, + [3737] = {.lex_state = 253}, + [3738] = {.lex_state = 0}, + [3739] = {.lex_state = 253}, + [3740] = {.lex_state = 253}, + [3741] = {.lex_state = 253}, [3742] = {.lex_state = 0}, - [3743] = {.lex_state = 0}, + [3743] = {.lex_state = 253}, [3744] = {.lex_state = 0}, [3745] = {.lex_state = 0}, [3746] = {.lex_state = 0}, - [3747] = {.lex_state = 85}, - [3748] = {.lex_state = 69}, + [3747] = {.lex_state = 0}, + [3748] = {.lex_state = 0}, [3749] = {.lex_state = 85}, [3750] = {.lex_state = 0}, - [3751] = {.lex_state = 253}, - [3752] = {.lex_state = 69}, - [3753] = {.lex_state = 253}, + [3751] = {.lex_state = 85}, + [3752] = {.lex_state = 253}, + [3753] = {.lex_state = 0}, [3754] = {.lex_state = 0}, - [3755] = {.lex_state = 69}, - [3756] = {.lex_state = 69}, - [3757] = {.lex_state = 85}, + [3755] = {.lex_state = 253}, + [3756] = {.lex_state = 0}, + [3757] = {.lex_state = 0}, [3758] = {.lex_state = 0}, - [3759] = {.lex_state = 85}, - [3760] = {.lex_state = 85}, - [3761] = {.lex_state = 69}, - [3762] = {.lex_state = 85}, - [3763] = {.lex_state = 69}, - [3764] = {.lex_state = 85}, - [3765] = {.lex_state = 253}, - [3766] = {.lex_state = 253}, - [3767] = {.lex_state = 253}, + [3759] = {.lex_state = 0}, + [3760] = {.lex_state = 0}, + [3761] = {.lex_state = 85}, + [3762] = {.lex_state = 253}, + [3763] = {.lex_state = 0}, + [3764] = {.lex_state = 69}, + [3765] = {.lex_state = 0}, + [3766] = {.lex_state = 69}, + [3767] = {.lex_state = 85}, [3768] = {.lex_state = 253}, [3769] = {.lex_state = 85}, [3770] = {.lex_state = 85}, - [3771] = {.lex_state = 93}, - [3772] = {.lex_state = 69}, + [3771] = {.lex_state = 0}, + [3772] = {.lex_state = 253}, [3773] = {.lex_state = 85}, - [3774] = {.lex_state = 93}, - [3775] = {.lex_state = 69}, - [3776] = {.lex_state = 93}, - [3777] = {.lex_state = 85}, + [3774] = {.lex_state = 85}, + [3775] = {.lex_state = 0}, + [3776] = {.lex_state = 0}, + [3777] = {.lex_state = 69}, [3778] = {.lex_state = 0}, - [3779] = {.lex_state = 69}, - [3780] = {.lex_state = 0}, - [3781] = {.lex_state = 85}, - [3782] = {.lex_state = 85}, - [3783] = {.lex_state = 85}, - [3784] = {.lex_state = 0}, + [3779] = {.lex_state = 0}, + [3780] = {.lex_state = 257}, + [3781] = {.lex_state = 0}, + [3782] = {.lex_state = 0}, + [3783] = {.lex_state = 0}, + [3784] = {.lex_state = 69}, [3785] = {.lex_state = 69}, - [3786] = {.lex_state = 69}, - [3787] = {.lex_state = 0}, - [3788] = {.lex_state = 0}, - [3789] = {.lex_state = 0}, - [3790] = {.lex_state = 85}, - [3791] = {.lex_state = 69}, + [3786] = {.lex_state = 0}, + [3787] = {.lex_state = 88}, + [3788] = {.lex_state = 253}, + [3789] = {.lex_state = 85}, + [3790] = {.lex_state = 0}, + [3791] = {.lex_state = 253}, [3792] = {.lex_state = 85}, [3793] = {.lex_state = 253}, - [3794] = {.lex_state = 0}, - [3795] = {.lex_state = 253}, - [3796] = {.lex_state = 253}, - [3797] = {.lex_state = 257}, - [3798] = {.lex_state = 0}, - [3799] = {.lex_state = 0}, - [3800] = {.lex_state = 81}, - [3801] = {.lex_state = 69}, - [3802] = {.lex_state = 85}, - [3803] = {.lex_state = 81}, - [3804] = {.lex_state = 85}, - [3805] = {.lex_state = 69}, - [3806] = {.lex_state = 85}, - [3807] = {.lex_state = 0}, + [3794] = {.lex_state = 253}, + [3795] = {.lex_state = 0}, + [3796] = {.lex_state = 85}, + [3797] = {.lex_state = 69}, + [3798] = {.lex_state = 85}, + [3799] = {.lex_state = 69}, + [3800] = {.lex_state = 0}, + [3801] = {.lex_state = 85}, + [3802] = {.lex_state = 69}, + [3803] = {.lex_state = 85}, + [3804] = {.lex_state = 253}, + [3805] = {.lex_state = 253}, + [3806] = {.lex_state = 69}, + [3807] = {.lex_state = 69}, [3808] = {.lex_state = 0}, - [3809] = {.lex_state = 253}, + [3809] = {.lex_state = 0}, [3810] = {.lex_state = 85}, [3811] = {.lex_state = 85}, - [3812] = {.lex_state = 253}, + [3812] = {.lex_state = 85}, [3813] = {.lex_state = 0}, [3814] = {.lex_state = 0}, [3815] = {.lex_state = 85}, [3816] = {.lex_state = 69}, - [3817] = {.lex_state = 69}, - [3818] = {.lex_state = 85}, + [3817] = {.lex_state = 0}, + [3818] = {.lex_state = 69}, [3819] = {.lex_state = 69}, - [3820] = {.lex_state = 0}, - [3821] = {.lex_state = 0}, - [3822] = {.lex_state = 85}, + [3820] = {.lex_state = 93}, + [3821] = {.lex_state = 85}, + [3822] = {.lex_state = 0}, [3823] = {.lex_state = 0}, [3824] = {.lex_state = 85}, [3825] = {.lex_state = 85}, - [3826] = {.lex_state = 0}, - [3827] = {.lex_state = 257}, - [3828] = {.lex_state = 88}, - [3829] = {.lex_state = 85}, - [3830] = {.lex_state = 0}, - [3831] = {.lex_state = 85}, + [3826] = {.lex_state = 88}, + [3827] = {.lex_state = 0}, + [3828] = {.lex_state = 69}, + [3829] = {.lex_state = 93}, + [3830] = {.lex_state = 69}, + [3831] = {.lex_state = 0}, [3832] = {.lex_state = 69}, - [3833] = {.lex_state = 0}, - [3834] = {.lex_state = 69}, + [3833] = {.lex_state = 253}, + [3834] = {.lex_state = 253}, [3835] = {.lex_state = 69}, - [3836] = {.lex_state = 0}, - [3837] = {.lex_state = 0}, - [3838] = {.lex_state = 85}, + [3836] = {.lex_state = 69}, + [3837] = {.lex_state = 85}, + [3838] = {.lex_state = 0}, [3839] = {.lex_state = 69}, - [3840] = {.lex_state = 81}, - [3841] = {.lex_state = 69}, - [3842] = {.lex_state = 88}, + [3840] = {.lex_state = 85}, + [3841] = {.lex_state = 0}, + [3842] = {.lex_state = 257}, [3843] = {.lex_state = 85}, - [3844] = {.lex_state = 85}, - [3845] = {.lex_state = 85}, - [3846] = {.lex_state = 69}, - [3847] = {.lex_state = 69}, + [3844] = {.lex_state = 0}, + [3845] = {.lex_state = 69}, + [3846] = {.lex_state = 93}, + [3847] = {.lex_state = 0}, [3848] = {.lex_state = 85}, [3849] = {.lex_state = 85}, - [3850] = {.lex_state = 0}, - [3851] = {.lex_state = 0}, - [3852] = {.lex_state = 88}, - [3853] = {.lex_state = 90}, - [3854] = {.lex_state = 0}, - [3855] = {.lex_state = 0}, - [3856] = {.lex_state = 0}, - [3857] = {.lex_state = 0}, - [3858] = {.lex_state = 89}, + [3850] = {.lex_state = 88}, + [3851] = {.lex_state = 85}, + [3852] = {.lex_state = 0}, + [3853] = {.lex_state = 69}, + [3854] = {.lex_state = 69}, + [3855] = {.lex_state = 85}, + [3856] = {.lex_state = 90}, + [3857] = {.lex_state = 257}, + [3858] = {.lex_state = 0}, [3859] = {.lex_state = 0}, [3860] = {.lex_state = 0}, - [3861] = {.lex_state = 0}, - [3862] = {.lex_state = 94}, - [3863] = {.lex_state = 0}, - [3864] = {.lex_state = 0}, - [3865] = {.lex_state = 0}, - [3866] = {.lex_state = 0}, - [3867] = {.lex_state = 257}, - [3868] = {.lex_state = 0}, - [3869] = {.lex_state = 0}, - [3870] = {.lex_state = 0}, + [3861] = {.lex_state = 85}, + [3862] = {.lex_state = 85}, + [3863] = {.lex_state = 69}, + [3864] = {.lex_state = 69}, + [3865] = {.lex_state = 69}, + [3866] = {.lex_state = 85}, + [3867] = {.lex_state = 253}, + [3868] = {.lex_state = 85}, + [3869] = {.lex_state = 69}, + [3870] = {.lex_state = 85}, [3871] = {.lex_state = 0}, - [3872] = {.lex_state = 85}, + [3872] = {.lex_state = 69}, [3873] = {.lex_state = 0}, - [3874] = {.lex_state = 0}, - [3875] = {.lex_state = 0}, + [3874] = {.lex_state = 85}, + [3875] = {.lex_state = 253}, [3876] = {.lex_state = 0}, - [3877] = {.lex_state = 257}, + [3877] = {.lex_state = 85}, [3878] = {.lex_state = 0}, - [3879] = {.lex_state = 81}, - [3880] = {.lex_state = 0}, - [3881] = {.lex_state = 0}, - [3882] = {.lex_state = 0}, - [3883] = {.lex_state = 94}, + [3879] = {.lex_state = 85}, + [3880] = {.lex_state = 69}, + [3881] = {.lex_state = 85}, + [3882] = {.lex_state = 90}, + [3883] = {.lex_state = 85}, [3884] = {.lex_state = 85}, - [3885] = {.lex_state = 69}, - [3886] = {.lex_state = 89}, - [3887] = {.lex_state = 0}, - [3888] = {.lex_state = 85}, - [3889] = {.lex_state = 0}, + [3885] = {.lex_state = 85}, + [3886] = {.lex_state = 0}, + [3887] = {.lex_state = 69}, + [3888] = {.lex_state = 257}, + [3889] = {.lex_state = 257}, [3890] = {.lex_state = 94}, [3891] = {.lex_state = 0}, - [3892] = {.lex_state = 81}, - [3893] = {.lex_state = 85}, + [3892] = {.lex_state = 0}, + [3893] = {.lex_state = 0}, [3894] = {.lex_state = 0}, - [3895] = {.lex_state = 89}, + [3895] = {.lex_state = 257}, [3896] = {.lex_state = 0}, - [3897] = {.lex_state = 0}, + [3897] = {.lex_state = 257}, [3898] = {.lex_state = 0}, - [3899] = {.lex_state = 89}, - [3900] = {.lex_state = 94}, + [3899] = {.lex_state = 0}, + [3900] = {.lex_state = 0}, [3901] = {.lex_state = 0}, - [3902] = {.lex_state = 0}, + [3902] = {.lex_state = 85}, [3903] = {.lex_state = 0}, - [3904] = {.lex_state = 85}, - [3905] = {.lex_state = 0}, + [3904] = {.lex_state = 0}, + [3905] = {.lex_state = 85}, [3906] = {.lex_state = 0}, - [3907] = {.lex_state = 85}, - [3908] = {.lex_state = 94}, + [3907] = {.lex_state = 257}, + [3908] = {.lex_state = 0}, [3909] = {.lex_state = 85}, - [3910] = {.lex_state = 0}, - [3911] = {.lex_state = 89}, - [3912] = {.lex_state = 94}, + [3910] = {.lex_state = 85}, + [3911] = {.lex_state = 0}, + [3912] = {.lex_state = 0}, [3913] = {.lex_state = 0}, - [3914] = {.lex_state = 0}, - [3915] = {.lex_state = 0}, - [3916] = {.lex_state = 0}, - [3917] = {.lex_state = 85}, + [3914] = {.lex_state = 89}, + [3915] = {.lex_state = 94}, + [3916] = {.lex_state = 89}, + [3917] = {.lex_state = 94}, [3918] = {.lex_state = 0}, - [3919] = {.lex_state = 0}, + [3919] = {.lex_state = 94}, [3920] = {.lex_state = 0}, - [3921] = {.lex_state = 85}, + [3921] = {.lex_state = 257}, [3922] = {.lex_state = 0}, - [3923] = {.lex_state = 0}, - [3924] = {.lex_state = 94}, - [3925] = {.lex_state = 94}, - [3926] = {.lex_state = 89}, + [3923] = {.lex_state = 89}, + [3924] = {.lex_state = 89}, + [3925] = {.lex_state = 0}, + [3926] = {.lex_state = 94}, [3927] = {.lex_state = 0}, - [3928] = {.lex_state = 89}, - [3929] = {.lex_state = 94}, - [3930] = {.lex_state = 85}, - [3931] = {.lex_state = 89}, - [3932] = {.lex_state = 0}, + [3928] = {.lex_state = 0}, + [3929] = {.lex_state = 0}, + [3930] = {.lex_state = 0}, + [3931] = {.lex_state = 85}, + [3932] = {.lex_state = 94}, [3933] = {.lex_state = 0}, - [3934] = {.lex_state = 0}, + [3934] = {.lex_state = 257}, [3935] = {.lex_state = 0}, - [3936] = {.lex_state = 85}, - [3937] = {.lex_state = 0}, - [3938] = {.lex_state = 69}, + [3936] = {.lex_state = 0}, + [3937] = {.lex_state = 89}, + [3938] = {.lex_state = 0}, [3939] = {.lex_state = 0}, [3940] = {.lex_state = 0}, - [3941] = {.lex_state = 0}, - [3942] = {.lex_state = 0}, - [3943] = {.lex_state = 257}, + [3941] = {.lex_state = 85}, + [3942] = {.lex_state = 257}, + [3943] = {.lex_state = 85}, [3944] = {.lex_state = 0}, - [3945] = {.lex_state = 94}, - [3946] = {.lex_state = 94}, - [3947] = {.lex_state = 0}, - [3948] = {.lex_state = 89}, - [3949] = {.lex_state = 89}, - [3950] = {.lex_state = 85}, + [3945] = {.lex_state = 0}, + [3946] = {.lex_state = 0}, + [3947] = {.lex_state = 89}, + [3948] = {.lex_state = 94}, + [3949] = {.lex_state = 0}, + [3950] = {.lex_state = 0}, [3951] = {.lex_state = 0}, - [3952] = {.lex_state = 85}, + [3952] = {.lex_state = 0}, [3953] = {.lex_state = 0}, - [3954] = {.lex_state = 89}, - [3955] = {.lex_state = 94}, - [3956] = {.lex_state = 85}, + [3954] = {.lex_state = 257}, + [3955] = {.lex_state = 0}, + [3956] = {.lex_state = 0}, [3957] = {.lex_state = 0}, - [3958] = {.lex_state = 89}, + [3958] = {.lex_state = 0}, [3959] = {.lex_state = 0}, - [3960] = {.lex_state = 89}, - [3961] = {.lex_state = 94}, + [3960] = {.lex_state = 0}, + [3961] = {.lex_state = 0}, [3962] = {.lex_state = 0}, - [3963] = {.lex_state = 94}, + [3963] = {.lex_state = 257}, [3964] = {.lex_state = 0}, [3965] = {.lex_state = 0}, [3966] = {.lex_state = 0}, - [3967] = {.lex_state = 0}, - [3968] = {.lex_state = 0}, - [3969] = {.lex_state = 0}, - [3970] = {.lex_state = 0}, - [3971] = {.lex_state = 0}, - [3972] = {.lex_state = 0}, - [3973] = {.lex_state = 0}, - [3974] = {.lex_state = 0}, + [3967] = {.lex_state = 85}, + [3968] = {.lex_state = 69}, + [3969] = {.lex_state = 89}, + [3970] = {.lex_state = 85}, + [3971] = {.lex_state = 94}, + [3972] = {.lex_state = 89}, + [3973] = {.lex_state = 89}, + [3974] = {.lex_state = 257}, [3975] = {.lex_state = 0}, - [3976] = {.lex_state = 0}, - [3977] = {.lex_state = 0}, - [3978] = {.lex_state = 89}, - [3979] = {.lex_state = 89}, - [3980] = {.lex_state = 94}, - [3981] = {.lex_state = 0}, + [3976] = {.lex_state = 89}, + [3977] = {.lex_state = 94}, + [3978] = {.lex_state = 94}, + [3979] = {.lex_state = 0}, + [3980] = {.lex_state = 0}, + [3981] = {.lex_state = 94}, [3982] = {.lex_state = 89}, [3983] = {.lex_state = 94}, - [3984] = {.lex_state = 69}, - [3985] = {.lex_state = 0}, - [3986] = {.lex_state = 0}, - [3987] = {.lex_state = 0}, + [3984] = {.lex_state = 94}, + [3985] = {.lex_state = 94}, + [3986] = {.lex_state = 89}, + [3987] = {.lex_state = 89}, [3988] = {.lex_state = 0}, [3989] = {.lex_state = 0}, [3990] = {.lex_state = 0}, - [3991] = {.lex_state = 0}, - [3992] = {.lex_state = 0}, + [3991] = {.lex_state = 89}, + [3992] = {.lex_state = 94}, [3993] = {.lex_state = 85}, [3994] = {.lex_state = 0}, - [3995] = {.lex_state = 85}, + [3995] = {.lex_state = 0}, [3996] = {.lex_state = 0}, - [3997] = {.lex_state = 0}, - [3998] = {.lex_state = 85}, - [3999] = {.lex_state = 0}, - [4000] = {.lex_state = 0}, - [4001] = {.lex_state = 89}, - [4002] = {.lex_state = 94}, - [4003] = {.lex_state = 94}, + [3997] = {.lex_state = 85}, + [3998] = {.lex_state = 0}, + [3999] = {.lex_state = 85}, + [4000] = {.lex_state = 257}, + [4001] = {.lex_state = 0}, + [4002] = {.lex_state = 0}, + [4003] = {.lex_state = 0}, [4004] = {.lex_state = 0}, [4005] = {.lex_state = 0}, - [4006] = {.lex_state = 0}, - [4007] = {.lex_state = 0}, + [4006] = {.lex_state = 257}, + [4007] = {.lex_state = 257}, [4008] = {.lex_state = 0}, - [4009] = {.lex_state = 0}, - [4010] = {.lex_state = 0}, - [4011] = {.lex_state = 89}, + [4009] = {.lex_state = 257}, + [4010] = {.lex_state = 89}, + [4011] = {.lex_state = 94}, [4012] = {.lex_state = 0}, [4013] = {.lex_state = 0}, - [4014] = {.lex_state = 94}, + [4014] = {.lex_state = 0}, [4015] = {.lex_state = 0}, - [4016] = {.lex_state = 89}, + [4016] = {.lex_state = 0}, [4017] = {.lex_state = 0}, - [4018] = {.lex_state = 0}, + [4018] = {.lex_state = 257}, [4019] = {.lex_state = 0}, [4020] = {.lex_state = 0}, [4021] = {.lex_state = 0}, - [4022] = {.lex_state = 0}, + [4022] = {.lex_state = 85}, [4023] = {.lex_state = 0}, - [4024] = {.lex_state = 85}, - [4025] = {.lex_state = 89}, - [4026] = {.lex_state = 0}, - [4027] = {.lex_state = 0}, - [4028] = {.lex_state = 89}, - [4029] = {.lex_state = 0}, - [4030] = {.lex_state = 89}, - [4031] = {.lex_state = 94}, + [4024] = {.lex_state = 0}, + [4025] = {.lex_state = 0}, + [4026] = {.lex_state = 257}, + [4027] = {.lex_state = 89}, + [4028] = {.lex_state = 94}, + [4029] = {.lex_state = 85}, + [4030] = {.lex_state = 257}, + [4031] = {.lex_state = 0}, [4032] = {.lex_state = 0}, - [4033] = {.lex_state = 94}, + [4033] = {.lex_state = 0}, [4034] = {.lex_state = 0}, - [4035] = {.lex_state = 94}, - [4036] = {.lex_state = 81}, - [4037] = {.lex_state = 257}, + [4035] = {.lex_state = 0}, + [4036] = {.lex_state = 257}, + [4037] = {.lex_state = 85}, [4038] = {.lex_state = 0}, [4039] = {.lex_state = 0}, - [4040] = {.lex_state = 94}, - [4041] = {.lex_state = 89}, - [4042] = {.lex_state = 0}, - [4043] = {.lex_state = 0}, + [4040] = {.lex_state = 0}, + [4041] = {.lex_state = 0}, + [4042] = {.lex_state = 89}, + [4043] = {.lex_state = 94}, [4044] = {.lex_state = 0}, - [4045] = {.lex_state = 0}, + [4045] = {.lex_state = 85}, [4046] = {.lex_state = 0}, [4047] = {.lex_state = 0}, [4048] = {.lex_state = 0}, - [4049] = {.lex_state = 0}, - [4050] = {.lex_state = 85}, - [4051] = {.lex_state = 0}, + [4049] = {.lex_state = 94}, + [4050] = {.lex_state = 89}, + [4051] = {.lex_state = 89}, [4052] = {.lex_state = 94}, - [4053] = {.lex_state = 0}, - [4054] = {.lex_state = 89}, - [4055] = {.lex_state = 89}, + [4053] = {.lex_state = 257}, + [4054] = {.lex_state = 257}, + [4055] = {.lex_state = 0}, [4056] = {.lex_state = 0}, - [4057] = {.lex_state = 85}, - [4058] = {.lex_state = 94}, + [4057] = {.lex_state = 0}, + [4058] = {.lex_state = 0}, [4059] = {.lex_state = 0}, [4060] = {.lex_state = 0}, [4061] = {.lex_state = 0}, @@ -21994,104 +22090,104 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4071] = {.lex_state = 0}, [4072] = {.lex_state = 0}, [4073] = {.lex_state = 0}, - [4074] = {.lex_state = 0}, + [4074] = {.lex_state = 257}, [4075] = {.lex_state = 0}, [4076] = {.lex_state = 0}, [4077] = {.lex_state = 0}, [4078] = {.lex_state = 0}, - [4079] = {.lex_state = 81}, - [4080] = {.lex_state = 0}, - [4081] = {.lex_state = 81}, + [4079] = {.lex_state = 0}, + [4080] = {.lex_state = 89}, + [4081] = {.lex_state = 94}, [4082] = {.lex_state = 0}, [4083] = {.lex_state = 0}, [4084] = {.lex_state = 85}, - [4085] = {.lex_state = 0}, - [4086] = {.lex_state = 0}, - [4087] = {.lex_state = 85}, - [4088] = {.lex_state = 0}, - [4089] = {.lex_state = 85}, - [4090] = {.lex_state = 0}, - [4091] = {.lex_state = 0}, + [4085] = {.lex_state = 69}, + [4086] = {.lex_state = 85}, + [4087] = {.lex_state = 257}, + [4088] = {.lex_state = 89}, + [4089] = {.lex_state = 0}, + [4090] = {.lex_state = 94}, + [4091] = {.lex_state = 89}, [4092] = {.lex_state = 0}, [4093] = {.lex_state = 0}, [4094] = {.lex_state = 0}, - [4095] = {.lex_state = 0}, + [4095] = {.lex_state = 94}, [4096] = {.lex_state = 0}, - [4097] = {.lex_state = 85}, + [4097] = {.lex_state = 0}, [4098] = {.lex_state = 0}, [4099] = {.lex_state = 0}, [4100] = {.lex_state = 0}, - [4101] = {.lex_state = 0}, + [4101] = {.lex_state = 257}, [4102] = {.lex_state = 0}, [4103] = {.lex_state = 0}, [4104] = {.lex_state = 0}, - [4105] = {.lex_state = 0}, + [4105] = {.lex_state = 257}, [4106] = {.lex_state = 0}, - [4107] = {.lex_state = 0}, - [4108] = {.lex_state = 0}, - [4109] = {.lex_state = 0}, + [4107] = {.lex_state = 257}, + [4108] = {.lex_state = 94}, + [4109] = {.lex_state = 89}, [4110] = {.lex_state = 0}, - [4111] = {.lex_state = 0}, - [4112] = {.lex_state = 85}, - [4113] = {.lex_state = 85}, - [4114] = {.lex_state = 0}, - [4115] = {.lex_state = 0}, + [4111] = {.lex_state = 257}, + [4112] = {.lex_state = 0}, + [4113] = {.lex_state = 0}, + [4114] = {.lex_state = 85}, + [4115] = {.lex_state = 257}, [4116] = {.lex_state = 0}, - [4117] = {.lex_state = 0}, + [4117] = {.lex_state = 89}, [4118] = {.lex_state = 0}, [4119] = {.lex_state = 0}, - [4120] = {.lex_state = 0}, + [4120] = {.lex_state = 94}, [4121] = {.lex_state = 0}, - [4122] = {.lex_state = 85}, + [4122] = {.lex_state = 257}, [4123] = {.lex_state = 0}, [4124] = {.lex_state = 0}, [4125] = {.lex_state = 0}, - [4126] = {.lex_state = 0}, + [4126] = {.lex_state = 69}, [4127] = {.lex_state = 85}, [4128] = {.lex_state = 0}, [4129] = {.lex_state = 0}, - [4130] = {.lex_state = 0}, + [4130] = {.lex_state = 257}, [4131] = {.lex_state = 0}, [4132] = {.lex_state = 0}, [4133] = {.lex_state = 0}, - [4134] = {.lex_state = 0}, + [4134] = {.lex_state = 85}, [4135] = {.lex_state = 0}, [4136] = {.lex_state = 0}, - [4137] = {.lex_state = 0}, + [4137] = {.lex_state = 257}, [4138] = {.lex_state = 0}, [4139] = {.lex_state = 0}, [4140] = {.lex_state = 0}, [4141] = {.lex_state = 0}, - [4142] = {.lex_state = 85}, + [4142] = {.lex_state = 0}, [4143] = {.lex_state = 0}, - [4144] = {.lex_state = 0}, + [4144] = {.lex_state = 257}, [4145] = {.lex_state = 0}, - [4146] = {.lex_state = 0}, - [4147] = {.lex_state = 0}, - [4148] = {.lex_state = 0}, - [4149] = {.lex_state = 85}, + [4146] = {.lex_state = 85}, + [4147] = {.lex_state = 85}, + [4148] = {.lex_state = 257}, + [4149] = {.lex_state = 0}, [4150] = {.lex_state = 0}, [4151] = {.lex_state = 0}, [4152] = {.lex_state = 0}, [4153] = {.lex_state = 0}, [4154] = {.lex_state = 0}, - [4155] = {.lex_state = 0}, + [4155] = {.lex_state = 257}, [4156] = {.lex_state = 0}, [4157] = {.lex_state = 0}, [4158] = {.lex_state = 0}, - [4159] = {.lex_state = 0}, - [4160] = {.lex_state = 85}, + [4159] = {.lex_state = 257}, + [4160] = {.lex_state = 89}, [4161] = {.lex_state = 0}, - [4162] = {.lex_state = 0}, + [4162] = {.lex_state = 85}, [4163] = {.lex_state = 0}, - [4164] = {.lex_state = 85}, - [4165] = {.lex_state = 0}, + [4164] = {.lex_state = 0}, + [4165] = {.lex_state = 85}, [4166] = {.lex_state = 0}, [4167] = {.lex_state = 0}, [4168] = {.lex_state = 0}, [4169] = {.lex_state = 0}, [4170] = {.lex_state = 0}, - [4171] = {.lex_state = 0}, + [4171] = {.lex_state = 85}, [4172] = {.lex_state = 0}, [4173] = {.lex_state = 0}, [4174] = {.lex_state = 0}, @@ -22099,23 +22195,23 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4176] = {.lex_state = 0}, [4177] = {.lex_state = 0}, [4178] = {.lex_state = 0}, - [4179] = {.lex_state = 0}, + [4179] = {.lex_state = 85}, [4180] = {.lex_state = 0}, [4181] = {.lex_state = 0}, [4182] = {.lex_state = 85}, - [4183] = {.lex_state = 85}, + [4183] = {.lex_state = 0}, [4184] = {.lex_state = 0}, - [4185] = {.lex_state = 85}, + [4185] = {.lex_state = 0}, [4186] = {.lex_state = 0}, [4187] = {.lex_state = 0}, [4188] = {.lex_state = 0}, - [4189] = {.lex_state = 0}, + [4189] = {.lex_state = 85}, [4190] = {.lex_state = 0}, [4191] = {.lex_state = 0}, [4192] = {.lex_state = 0}, [4193] = {.lex_state = 0}, [4194] = {.lex_state = 0}, - [4195] = {.lex_state = 85}, + [4195] = {.lex_state = 0}, [4196] = {.lex_state = 0}, [4197] = {.lex_state = 0}, [4198] = {.lex_state = 0}, @@ -22127,73 +22223,73 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4204] = {.lex_state = 0}, [4205] = {.lex_state = 0}, [4206] = {.lex_state = 0}, - [4207] = {.lex_state = 0}, + [4207] = {.lex_state = 85}, [4208] = {.lex_state = 0}, [4209] = {.lex_state = 0}, [4210] = {.lex_state = 0}, [4211] = {.lex_state = 0}, [4212] = {.lex_state = 0}, - [4213] = {.lex_state = 69}, + [4213] = {.lex_state = 0}, [4214] = {.lex_state = 0}, [4215] = {.lex_state = 0}, [4216] = {.lex_state = 0}, [4217] = {.lex_state = 0}, - [4218] = {.lex_state = 0}, + [4218] = {.lex_state = 85}, [4219] = {.lex_state = 0}, [4220] = {.lex_state = 0}, - [4221] = {.lex_state = 85}, + [4221] = {.lex_state = 0}, [4222] = {.lex_state = 0}, - [4223] = {.lex_state = 0}, + [4223] = {.lex_state = 85}, [4224] = {.lex_state = 0}, [4225] = {.lex_state = 0}, [4226] = {.lex_state = 0}, - [4227] = {.lex_state = 85}, + [4227] = {.lex_state = 0}, [4228] = {.lex_state = 0}, [4229] = {.lex_state = 0}, [4230] = {.lex_state = 0}, [4231] = {.lex_state = 0}, - [4232] = {.lex_state = 0}, + [4232] = {.lex_state = 85}, [4233] = {.lex_state = 0}, [4234] = {.lex_state = 0}, - [4235] = {.lex_state = 0}, + [4235] = {.lex_state = 69}, [4236] = {.lex_state = 0}, [4237] = {.lex_state = 0}, [4238] = {.lex_state = 0}, [4239] = {.lex_state = 0}, - [4240] = {.lex_state = 85}, + [4240] = {.lex_state = 0}, [4241] = {.lex_state = 0}, [4242] = {.lex_state = 0}, [4243] = {.lex_state = 0}, [4244] = {.lex_state = 0}, [4245] = {.lex_state = 0}, - [4246] = {.lex_state = 0}, + [4246] = {.lex_state = 85}, [4247] = {.lex_state = 0}, [4248] = {.lex_state = 0}, - [4249] = {.lex_state = 0}, - [4250] = {.lex_state = 85}, + [4249] = {.lex_state = 85}, + [4250] = {.lex_state = 0}, [4251] = {.lex_state = 0}, [4252] = {.lex_state = 85}, - [4253] = {.lex_state = 0}, + [4253] = {.lex_state = 85}, [4254] = {.lex_state = 0}, [4255] = {.lex_state = 0}, - [4256] = {.lex_state = 0}, + [4256] = {.lex_state = 85}, [4257] = {.lex_state = 0}, - [4258] = {.lex_state = 85}, - [4259] = {.lex_state = 0}, + [4258] = {.lex_state = 0}, + [4259] = {.lex_state = 85}, [4260] = {.lex_state = 0}, [4261] = {.lex_state = 0}, [4262] = {.lex_state = 0}, [4263] = {.lex_state = 0}, - [4264] = {.lex_state = 85}, - [4265] = {.lex_state = 85}, + [4264] = {.lex_state = 0}, + [4265] = {.lex_state = 0}, [4266] = {.lex_state = 0}, [4267] = {.lex_state = 0}, - [4268] = {.lex_state = 85}, + [4268] = {.lex_state = 0}, [4269] = {.lex_state = 0}, [4270] = {.lex_state = 0}, [4271] = {.lex_state = 0}, [4272] = {.lex_state = 0}, - [4273] = {.lex_state = 0}, + [4273] = {.lex_state = 85}, [4274] = {.lex_state = 0}, [4275] = {.lex_state = 0}, [4276] = {.lex_state = 0}, @@ -22202,9 +22298,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4279] = {.lex_state = 0}, [4280] = {.lex_state = 0}, [4281] = {.lex_state = 0}, - [4282] = {.lex_state = 85}, + [4282] = {.lex_state = 0}, [4283] = {.lex_state = 0}, - [4284] = {.lex_state = 69}, + [4284] = {.lex_state = 0}, [4285] = {.lex_state = 0}, [4286] = {.lex_state = 0}, [4287] = {.lex_state = 0}, @@ -22213,10 +22309,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4290] = {.lex_state = 0}, [4291] = {.lex_state = 0}, [4292] = {.lex_state = 0}, - [4293] = {.lex_state = 85}, - [4294] = {.lex_state = 0}, + [4293] = {.lex_state = 0}, + [4294] = {.lex_state = 85}, [4295] = {.lex_state = 0}, - [4296] = {.lex_state = 85}, + [4296] = {.lex_state = 0}, [4297] = {.lex_state = 0}, [4298] = {.lex_state = 0}, [4299] = {.lex_state = 0}, @@ -22224,21 +22320,21 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4301] = {.lex_state = 0}, [4302] = {.lex_state = 0}, [4303] = {.lex_state = 0}, - [4304] = {.lex_state = 0}, + [4304] = {.lex_state = 85}, [4305] = {.lex_state = 0}, [4306] = {.lex_state = 0}, [4307] = {.lex_state = 0}, - [4308] = {.lex_state = 0}, + [4308] = {.lex_state = 85}, [4309] = {.lex_state = 0}, - [4310] = {.lex_state = 85}, - [4311] = {.lex_state = 85}, - [4312] = {.lex_state = 0}, - [4313] = {.lex_state = 0}, + [4310] = {.lex_state = 0}, + [4311] = {.lex_state = 0}, + [4312] = {.lex_state = 85}, + [4313] = {.lex_state = 69}, [4314] = {.lex_state = 0}, [4315] = {.lex_state = 0}, [4316] = {.lex_state = 0}, [4317] = {.lex_state = 0}, - [4318] = {.lex_state = 0}, + [4318] = {.lex_state = 85}, [4319] = {.lex_state = 0}, [4320] = {.lex_state = 0}, [4321] = {.lex_state = 0}, @@ -22246,7 +22342,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4323] = {.lex_state = 0}, [4324] = {.lex_state = 0}, [4325] = {.lex_state = 0}, - [4326] = {.lex_state = 0}, + [4326] = {.lex_state = 85}, [4327] = {.lex_state = 0}, [4328] = {.lex_state = 0}, [4329] = {.lex_state = 0}, @@ -22256,8 +22352,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4333] = {.lex_state = 0}, [4334] = {.lex_state = 0}, [4335] = {.lex_state = 0}, - [4336] = {.lex_state = 85}, - [4337] = {.lex_state = 85}, + [4336] = {.lex_state = 0}, + [4337] = {.lex_state = 0}, [4338] = {.lex_state = 0}, [4339] = {.lex_state = 0}, [4340] = {.lex_state = 0}, @@ -22265,40 +22361,40 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4342] = {.lex_state = 0}, [4343] = {.lex_state = 0}, [4344] = {.lex_state = 0}, - [4345] = {.lex_state = 0}, + [4345] = {.lex_state = 85}, [4346] = {.lex_state = 0}, - [4347] = {.lex_state = 85}, + [4347] = {.lex_state = 0}, [4348] = {.lex_state = 0}, [4349] = {.lex_state = 0}, [4350] = {.lex_state = 0}, - [4351] = {.lex_state = 85}, - [4352] = {.lex_state = 85}, + [4351] = {.lex_state = 0}, + [4352] = {.lex_state = 0}, [4353] = {.lex_state = 0}, [4354] = {.lex_state = 0}, - [4355] = {.lex_state = 85}, - [4356] = {.lex_state = 0}, + [4355] = {.lex_state = 0}, + [4356] = {.lex_state = 85}, [4357] = {.lex_state = 0}, [4358] = {.lex_state = 0}, [4359] = {.lex_state = 0}, - [4360] = {.lex_state = 85}, + [4360] = {.lex_state = 0}, [4361] = {.lex_state = 0}, - [4362] = {.lex_state = 85}, + [4362] = {.lex_state = 0}, [4363] = {.lex_state = 0}, [4364] = {.lex_state = 0}, [4365] = {.lex_state = 0}, [4366] = {.lex_state = 0}, [4367] = {.lex_state = 0}, [4368] = {.lex_state = 0}, - [4369] = {.lex_state = 0}, - [4370] = {.lex_state = 85}, + [4369] = {.lex_state = 85}, + [4370] = {.lex_state = 0}, [4371] = {.lex_state = 0}, [4372] = {.lex_state = 0}, [4373] = {.lex_state = 0}, - [4374] = {.lex_state = 69}, - [4375] = {.lex_state = 85}, - [4376] = {.lex_state = 85}, - [4377] = {.lex_state = 0}, - [4378] = {.lex_state = 0}, + [4374] = {.lex_state = 0}, + [4375] = {.lex_state = 0}, + [4376] = {.lex_state = 0}, + [4377] = {.lex_state = 69}, + [4378] = {.lex_state = 85}, [4379] = {.lex_state = 0}, [4380] = {.lex_state = 0}, [4381] = {.lex_state = 0}, @@ -22306,9 +22402,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4383] = {.lex_state = 0}, [4384] = {.lex_state = 0}, [4385] = {.lex_state = 0}, - [4386] = {.lex_state = 85}, - [4387] = {.lex_state = 0}, - [4388] = {.lex_state = 85}, + [4386] = {.lex_state = 0}, + [4387] = {.lex_state = 85}, + [4388] = {.lex_state = 0}, [4389] = {.lex_state = 0}, [4390] = {.lex_state = 0}, [4391] = {.lex_state = 0}, @@ -22317,19 +22413,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4394] = {.lex_state = 0}, [4395] = {.lex_state = 0}, [4396] = {.lex_state = 0}, - [4397] = {.lex_state = 85}, + [4397] = {.lex_state = 0}, [4398] = {.lex_state = 0}, - [4399] = {.lex_state = 0}, + [4399] = {.lex_state = 85}, [4400] = {.lex_state = 0}, [4401] = {.lex_state = 0}, - [4402] = {.lex_state = 0}, + [4402] = {.lex_state = 85}, [4403] = {.lex_state = 0}, [4404] = {.lex_state = 0}, [4405] = {.lex_state = 0}, - [4406] = {.lex_state = 85}, + [4406] = {.lex_state = 0}, [4407] = {.lex_state = 0}, [4408] = {.lex_state = 0}, - [4409] = {.lex_state = 0}, + [4409] = {.lex_state = 85}, [4410] = {.lex_state = 0}, [4411] = {.lex_state = 0}, [4412] = {.lex_state = 0}, @@ -22337,24 +22433,24 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4414] = {.lex_state = 0}, [4415] = {.lex_state = 0}, [4416] = {.lex_state = 0}, - [4417] = {.lex_state = 159}, - [4418] = {.lex_state = 0}, - [4419] = {.lex_state = 85}, + [4417] = {.lex_state = 0}, + [4418] = {.lex_state = 85}, + [4419] = {.lex_state = 0}, [4420] = {.lex_state = 0}, [4421] = {.lex_state = 0}, - [4422] = {.lex_state = 159}, + [4422] = {.lex_state = 85}, [4423] = {.lex_state = 0}, - [4424] = {.lex_state = 41}, + [4424] = {.lex_state = 0}, [4425] = {.lex_state = 0}, [4426] = {.lex_state = 0}, [4427] = {.lex_state = 0}, - [4428] = {.lex_state = 159}, + [4428] = {.lex_state = 0}, [4429] = {.lex_state = 0}, [4430] = {.lex_state = 0}, [4431] = {.lex_state = 0}, [4432] = {.lex_state = 0}, [4433] = {.lex_state = 0}, - [4434] = {.lex_state = 85}, + [4434] = {.lex_state = 0}, [4435] = {.lex_state = 0}, [4436] = {.lex_state = 0}, [4437] = {.lex_state = 0}, @@ -22362,45 +22458,45 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4439] = {.lex_state = 0}, [4440] = {.lex_state = 0}, [4441] = {.lex_state = 0}, - [4442] = {.lex_state = 0}, + [4442] = {.lex_state = 85}, [4443] = {.lex_state = 0}, [4444] = {.lex_state = 0}, - [4445] = {.lex_state = 159}, + [4445] = {.lex_state = 0}, [4446] = {.lex_state = 0}, [4447] = {.lex_state = 0}, - [4448] = {.lex_state = 0}, - [4449] = {.lex_state = 159}, - [4450] = {.lex_state = 0}, + [4448] = {.lex_state = 85}, + [4449] = {.lex_state = 0}, + [4450] = {.lex_state = 85}, [4451] = {.lex_state = 0}, - [4452] = {.lex_state = 41}, + [4452] = {.lex_state = 0}, [4453] = {.lex_state = 0}, [4454] = {.lex_state = 0}, - [4455] = {.lex_state = 0}, - [4456] = {.lex_state = 0}, + [4455] = {.lex_state = 85}, + [4456] = {.lex_state = 85}, [4457] = {.lex_state = 85}, - [4458] = {.lex_state = 85}, - [4459] = {.lex_state = 85}, + [4458] = {.lex_state = 0}, + [4459] = {.lex_state = 0}, [4460] = {.lex_state = 0}, [4461] = {.lex_state = 85}, [4462] = {.lex_state = 0}, - [4463] = {.lex_state = 0}, + [4463] = {.lex_state = 85}, [4464] = {.lex_state = 0}, [4465] = {.lex_state = 0}, [4466] = {.lex_state = 0}, - [4467] = {.lex_state = 0}, + [4467] = {.lex_state = 85}, [4468] = {.lex_state = 0}, [4469] = {.lex_state = 0}, - [4470] = {.lex_state = 159}, - [4471] = {.lex_state = 0}, + [4470] = {.lex_state = 0}, + [4471] = {.lex_state = 85}, [4472] = {.lex_state = 0}, [4473] = {.lex_state = 0}, - [4474] = {.lex_state = 85}, - [4475] = {.lex_state = 85}, - [4476] = {.lex_state = 85}, - [4477] = {.lex_state = 85}, + [4474] = {.lex_state = 0}, + [4475] = {.lex_state = 0}, + [4476] = {.lex_state = 0}, + [4477] = {.lex_state = 0}, [4478] = {.lex_state = 0}, [4479] = {.lex_state = 0}, - [4480] = {.lex_state = 85}, + [4480] = {.lex_state = 0}, [4481] = {.lex_state = 0}, [4482] = {.lex_state = 0}, [4483] = {.lex_state = 0}, @@ -22409,22 +22505,22 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4486] = {.lex_state = 0}, [4487] = {.lex_state = 0}, [4488] = {.lex_state = 0}, - [4489] = {.lex_state = 0}, + [4489] = {.lex_state = 159}, [4490] = {.lex_state = 0}, - [4491] = {.lex_state = 159}, + [4491] = {.lex_state = 41}, [4492] = {.lex_state = 0}, [4493] = {.lex_state = 0}, [4494] = {.lex_state = 0}, [4495] = {.lex_state = 0}, [4496] = {.lex_state = 0}, - [4497] = {.lex_state = 0}, + [4497] = {.lex_state = 85}, [4498] = {.lex_state = 0}, [4499] = {.lex_state = 0}, [4500] = {.lex_state = 0}, [4501] = {.lex_state = 0}, [4502] = {.lex_state = 0}, - [4503] = {.lex_state = 0}, - [4504] = {.lex_state = 159}, + [4503] = {.lex_state = 159}, + [4504] = {.lex_state = 0}, [4505] = {.lex_state = 0}, [4506] = {.lex_state = 0}, [4507] = {.lex_state = 0}, @@ -22432,56 +22528,56 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4509] = {.lex_state = 0}, [4510] = {.lex_state = 0}, [4511] = {.lex_state = 0}, - [4512] = {.lex_state = 159}, + [4512] = {.lex_state = 0}, [4513] = {.lex_state = 0}, [4514] = {.lex_state = 0}, [4515] = {.lex_state = 0}, [4516] = {.lex_state = 0}, - [4517] = {.lex_state = 0}, + [4517] = {.lex_state = 159}, [4518] = {.lex_state = 0}, [4519] = {.lex_state = 85}, - [4520] = {.lex_state = 85}, + [4520] = {.lex_state = 0}, [4521] = {.lex_state = 0}, - [4522] = {.lex_state = 41}, - [4523] = {.lex_state = 0}, + [4522] = {.lex_state = 85}, + [4523] = {.lex_state = 85}, [4524] = {.lex_state = 0}, - [4525] = {.lex_state = 85}, - [4526] = {.lex_state = 0}, + [4525] = {.lex_state = 0}, + [4526] = {.lex_state = 85}, [4527] = {.lex_state = 0}, [4528] = {.lex_state = 0}, - [4529] = {.lex_state = 0}, + [4529] = {.lex_state = 85}, [4530] = {.lex_state = 0}, [4531] = {.lex_state = 0}, [4532] = {.lex_state = 0}, - [4533] = {.lex_state = 159}, + [4533] = {.lex_state = 0}, [4534] = {.lex_state = 0}, - [4535] = {.lex_state = 0}, - [4536] = {.lex_state = 0}, - [4537] = {.lex_state = 0}, - [4538] = {.lex_state = 0}, + [4535] = {.lex_state = 159}, + [4536] = {.lex_state = 85}, + [4537] = {.lex_state = 85}, + [4538] = {.lex_state = 85}, [4539] = {.lex_state = 0}, [4540] = {.lex_state = 0}, [4541] = {.lex_state = 0}, [4542] = {.lex_state = 0}, [4543] = {.lex_state = 0}, - [4544] = {.lex_state = 0}, - [4545] = {.lex_state = 85}, - [4546] = {.lex_state = 0}, + [4544] = {.lex_state = 159}, + [4545] = {.lex_state = 0}, + [4546] = {.lex_state = 85}, [4547] = {.lex_state = 0}, - [4548] = {.lex_state = 69}, - [4549] = {.lex_state = 0}, - [4550] = {.lex_state = 85}, + [4548] = {.lex_state = 0}, + [4549] = {.lex_state = 85}, + [4550] = {.lex_state = 41}, [4551] = {.lex_state = 0}, - [4552] = {.lex_state = 0}, + [4552] = {.lex_state = 85}, [4553] = {.lex_state = 0}, - [4554] = {.lex_state = 159}, + [4554] = {.lex_state = 0}, [4555] = {.lex_state = 0}, - [4556] = {.lex_state = 85}, - [4557] = {.lex_state = 0}, + [4556] = {.lex_state = 0}, + [4557] = {.lex_state = 159}, [4558] = {.lex_state = 0}, [4559] = {.lex_state = 0}, [4560] = {.lex_state = 0}, - [4561] = {.lex_state = 0}, + [4561] = {.lex_state = 159}, [4562] = {.lex_state = 0}, [4563] = {.lex_state = 0}, [4564] = {.lex_state = 0}, @@ -22490,20 +22586,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4567] = {.lex_state = 0}, [4568] = {.lex_state = 0}, [4569] = {.lex_state = 0}, - [4570] = {.lex_state = 159}, - [4571] = {.lex_state = 0}, - [4572] = {.lex_state = 159}, - [4573] = {.lex_state = 0}, + [4570] = {.lex_state = 0}, + [4571] = {.lex_state = 85}, + [4572] = {.lex_state = 0}, + [4573] = {.lex_state = 85}, [4574] = {.lex_state = 0}, - [4575] = {.lex_state = 159}, + [4575] = {.lex_state = 0}, [4576] = {.lex_state = 0}, [4577] = {.lex_state = 0}, [4578] = {.lex_state = 0}, [4579] = {.lex_state = 0}, - [4580] = {.lex_state = 85}, + [4580] = {.lex_state = 0}, [4581] = {.lex_state = 0}, - [4582] = {.lex_state = 85}, - [4583] = {.lex_state = 85}, + [4582] = {.lex_state = 159}, + [4583] = {.lex_state = 0}, [4584] = {.lex_state = 0}, [4585] = {.lex_state = 0}, [4586] = {.lex_state = 0}, @@ -22511,28 +22607,28 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4588] = {.lex_state = 0}, [4589] = {.lex_state = 0}, [4590] = {.lex_state = 0}, - [4591] = {.lex_state = 0}, + [4591] = {.lex_state = 69}, [4592] = {.lex_state = 0}, [4593] = {.lex_state = 0}, - [4594] = {.lex_state = 0}, + [4594] = {.lex_state = 85}, [4595] = {.lex_state = 85}, [4596] = {.lex_state = 0}, - [4597] = {.lex_state = 0}, + [4597] = {.lex_state = 85}, [4598] = {.lex_state = 0}, [4599] = {.lex_state = 0}, [4600] = {.lex_state = 0}, [4601] = {.lex_state = 0}, [4602] = {.lex_state = 0}, - [4603] = {.lex_state = 0}, + [4603] = {.lex_state = 159}, [4604] = {.lex_state = 0}, [4605] = {.lex_state = 0}, [4606] = {.lex_state = 0}, [4607] = {.lex_state = 0}, [4608] = {.lex_state = 0}, - [4609] = {.lex_state = 85}, + [4609] = {.lex_state = 0}, [4610] = {.lex_state = 0}, [4611] = {.lex_state = 0}, - [4612] = {.lex_state = 0}, + [4612] = {.lex_state = 159}, [4613] = {.lex_state = 0}, [4614] = {.lex_state = 0}, [4615] = {.lex_state = 0}, @@ -22541,13 +22637,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4618] = {.lex_state = 0}, [4619] = {.lex_state = 0}, [4620] = {.lex_state = 0}, - [4621] = {.lex_state = 85}, + [4621] = {.lex_state = 0}, [4622] = {.lex_state = 0}, [4623] = {.lex_state = 0}, - [4624] = {.lex_state = 0}, + [4624] = {.lex_state = 159}, [4625] = {.lex_state = 0}, [4626] = {.lex_state = 0}, - [4627] = {.lex_state = 0}, + [4627] = {.lex_state = 159}, [4628] = {.lex_state = 0}, [4629] = {.lex_state = 0}, [4630] = {.lex_state = 0}, @@ -22560,39 +22656,39 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4637] = {.lex_state = 0}, [4638] = {.lex_state = 0}, [4639] = {.lex_state = 0}, - [4640] = {.lex_state = 0}, - [4641] = {.lex_state = 0}, + [4640] = {.lex_state = 159}, + [4641] = {.lex_state = 85}, [4642] = {.lex_state = 0}, [4643] = {.lex_state = 0}, [4644] = {.lex_state = 0}, - [4645] = {.lex_state = 0}, + [4645] = {.lex_state = 159}, [4646] = {.lex_state = 0}, - [4647] = {.lex_state = 0}, + [4647] = {.lex_state = 85}, [4648] = {.lex_state = 0}, - [4649] = {.lex_state = 0}, - [4650] = {.lex_state = 85}, + [4649] = {.lex_state = 85}, + [4650] = {.lex_state = 0}, [4651] = {.lex_state = 0}, [4652] = {.lex_state = 0}, [4653] = {.lex_state = 0}, - [4654] = {.lex_state = 85}, + [4654] = {.lex_state = 0}, [4655] = {.lex_state = 0}, [4656] = {.lex_state = 0}, [4657] = {.lex_state = 0}, [4658] = {.lex_state = 0}, [4659] = {.lex_state = 0}, - [4660] = {.lex_state = 0}, + [4660] = {.lex_state = 85}, [4661] = {.lex_state = 0}, [4662] = {.lex_state = 0}, [4663] = {.lex_state = 0}, [4664] = {.lex_state = 0}, - [4665] = {.lex_state = 85}, + [4665] = {.lex_state = 0}, [4666] = {.lex_state = 0}, [4667] = {.lex_state = 0}, [4668] = {.lex_state = 0}, [4669] = {.lex_state = 0}, - [4670] = {.lex_state = 85}, + [4670] = {.lex_state = 0}, [4671] = {.lex_state = 0}, - [4672] = {.lex_state = 0}, + [4672] = {.lex_state = 85}, [4673] = {.lex_state = 0}, [4674] = {.lex_state = 0}, [4675] = {.lex_state = 0}, @@ -22605,11 +22701,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4682] = {.lex_state = 0}, [4683] = {.lex_state = 0}, [4684] = {.lex_state = 0}, - [4685] = {.lex_state = 85}, - [4686] = {.lex_state = 160}, + [4685] = {.lex_state = 0}, + [4686] = {.lex_state = 0}, [4687] = {.lex_state = 0}, - [4688] = {.lex_state = 160}, - [4689] = {.lex_state = 0}, + [4688] = {.lex_state = 0}, + [4689] = {.lex_state = 85}, [4690] = {.lex_state = 0}, [4691] = {.lex_state = 0}, [4692] = {.lex_state = 0}, @@ -22618,13 +22714,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4695] = {.lex_state = 0}, [4696] = {.lex_state = 0}, [4697] = {.lex_state = 0}, - [4698] = {.lex_state = 85}, - [4699] = {.lex_state = 85}, + [4698] = {.lex_state = 0}, + [4699] = {.lex_state = 0}, [4700] = {.lex_state = 0}, [4701] = {.lex_state = 0}, - [4702] = {.lex_state = 85}, - [4703] = {.lex_state = 0}, - [4704] = {.lex_state = 85}, + [4702] = {.lex_state = 0}, + [4703] = {.lex_state = 85}, + [4704] = {.lex_state = 0}, [4705] = {.lex_state = 0}, [4706] = {.lex_state = 0}, [4707] = {.lex_state = 0}, @@ -22632,29 +22728,100 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4709] = {.lex_state = 0}, [4710] = {.lex_state = 0}, [4711] = {.lex_state = 0}, - [4712] = {.lex_state = 85}, + [4712] = {.lex_state = 0}, [4713] = {.lex_state = 0}, - [4714] = {.lex_state = 85}, - [4715] = {.lex_state = 85}, + [4714] = {.lex_state = 0}, + [4715] = {.lex_state = 0}, [4716] = {.lex_state = 0}, [4717] = {.lex_state = 0}, - [4718] = {.lex_state = 85}, + [4718] = {.lex_state = 0}, [4719] = {.lex_state = 0}, [4720] = {.lex_state = 0}, [4721] = {.lex_state = 0}, [4722] = {.lex_state = 0}, [4723] = {.lex_state = 0}, - [4724] = {.lex_state = 85}, + [4724] = {.lex_state = 0}, [4725] = {.lex_state = 0}, - [4726] = {.lex_state = 0}, + [4726] = {.lex_state = 41}, [4727] = {.lex_state = 0}, - [4728] = {.lex_state = 0}, + [4728] = {.lex_state = 85}, [4729] = {.lex_state = 0}, [4730] = {.lex_state = 0}, [4731] = {.lex_state = 0}, [4732] = {.lex_state = 0}, [4733] = {.lex_state = 0}, [4734] = {.lex_state = 0}, + [4735] = {.lex_state = 0}, + [4736] = {.lex_state = 0}, + [4737] = {.lex_state = 0}, + [4738] = {.lex_state = 0}, + [4739] = {.lex_state = 0}, + [4740] = {.lex_state = 85}, + [4741] = {.lex_state = 0}, + [4742] = {.lex_state = 85}, + [4743] = {.lex_state = 0}, + [4744] = {.lex_state = 0}, + [4745] = {.lex_state = 0}, + [4746] = {.lex_state = 0}, + [4747] = {.lex_state = 0}, + [4748] = {.lex_state = 160}, + [4749] = {.lex_state = 0}, + [4750] = {.lex_state = 85}, + [4751] = {.lex_state = 85}, + [4752] = {.lex_state = 160}, + [4753] = {.lex_state = 0}, + [4754] = {.lex_state = 0}, + [4755] = {.lex_state = 0}, + [4756] = {.lex_state = 0}, + [4757] = {.lex_state = 0}, + [4758] = {.lex_state = 85}, + [4759] = {.lex_state = 0}, + [4760] = {.lex_state = 0}, + [4761] = {.lex_state = 85}, + [4762] = {.lex_state = 0}, + [4763] = {.lex_state = 0}, + [4764] = {.lex_state = 0}, + [4765] = {.lex_state = 0}, + [4766] = {.lex_state = 0}, + [4767] = {.lex_state = 85}, + [4768] = {.lex_state = 0}, + [4769] = {.lex_state = 0}, + [4770] = {.lex_state = 0}, + [4771] = {.lex_state = 0}, + [4772] = {.lex_state = 0}, + [4773] = {.lex_state = 0}, + [4774] = {.lex_state = 0}, + [4775] = {.lex_state = 0}, + [4776] = {.lex_state = 0}, + [4777] = {.lex_state = 85}, + [4778] = {.lex_state = 0}, + [4779] = {.lex_state = 85}, + [4780] = {.lex_state = 0}, + [4781] = {.lex_state = 0}, + [4782] = {.lex_state = 0}, + [4783] = {.lex_state = 0}, + [4784] = {.lex_state = 0}, + [4785] = {.lex_state = 85}, + [4786] = {.lex_state = 0}, + [4787] = {.lex_state = 0}, + [4788] = {.lex_state = 0}, + [4789] = {.lex_state = 85}, + [4790] = {.lex_state = 0}, + [4791] = {.lex_state = 85}, + [4792] = {.lex_state = 0}, + [4793] = {.lex_state = 0}, + [4794] = {.lex_state = 0}, + [4795] = {.lex_state = 0}, + [4796] = {.lex_state = 0}, + [4797] = {.lex_state = 0}, + [4798] = {.lex_state = 0}, + [4799] = {.lex_state = 0}, + [4800] = {.lex_state = 0}, + [4801] = {.lex_state = 0}, + [4802] = {.lex_state = 0}, + [4803] = {.lex_state = 0}, + [4804] = {.lex_state = 0}, + [4805] = {.lex_state = 0}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -22789,110 +22956,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1), }, [1] = { - [sym_source_file] = STATE(4671), + [sym_source_file] = STATE(4739), [sym_module_clause] = STATE(2), - [sym_import_list] = STATE(4), - [sym_import_declaration] = STATE(1571), - [sym_const_declaration] = STATE(1553), - [sym_global_var_declaration] = STATE(1553), - [sym_type_declaration] = STATE(1553), - [sym_function_declaration] = STATE(1553), - [sym_static_method_declaration] = STATE(1553), - [sym_struct_declaration] = STATE(1553), - [sym_enum_declaration] = STATE(1553), - [sym_interface_declaration] = STATE(1553), - [sym__expression] = STATE(261), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_strictly_expression_list] = STATE(1557), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_visibility_modifiers] = STATE(3517), - [sym_mutability_modifiers] = STATE(745), - [sym_mutable_expression] = STATE(3352), - [sym_expression_list] = STATE(3394), - [sym_plain_type] = STATE(4220), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement] = STATE(1553), - [sym_simple_statement] = STATE(1565), - [sym_assert_statement] = STATE(1565), - [sym_append_statement] = STATE(1565), - [sym_send_statement] = STATE(1565), - [sym_var_declaration] = STATE(1557), - [sym_assignment_statement] = STATE(1557), - [sym_block] = STATE(1565), - [sym_defer_statement] = STATE(1565), - [sym_goto_statement] = STATE(1565), - [sym_break_statement] = STATE(1565), - [sym_continue_statement] = STATE(1565), - [sym_return_statement] = STATE(1565), - [sym_label_definition] = STATE(58), - [sym_labeled_statement] = STATE(1565), - [sym_compile_time_for_statement] = STATE(1565), - [sym_for_statement] = STATE(1565), - [sym_hash_statement] = STATE(1565), - [sym_asm_statement] = STATE(1565), - [sym_attributes] = STATE(3443), - [sym_attribute] = STATE(3401), - [aux_sym_source_file_repeat1] = STATE(8), - [aux_sym_import_list_repeat1] = STATE(1571), - [aux_sym_attributes_repeat1] = STATE(3413), + [sym_import_list] = STATE(5), + [sym_import_declaration] = STATE(1573), + [sym_const_declaration] = STATE(1583), + [sym_global_var_declaration] = STATE(1583), + [sym_type_declaration] = STATE(1583), + [sym_function_declaration] = STATE(1583), + [sym_static_method_declaration] = STATE(1583), + [sym_struct_declaration] = STATE(1583), + [sym_enum_declaration] = STATE(1583), + [sym_interface_declaration] = STATE(1583), + [sym__expression] = STATE(222), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_strictly_expression_list] = STATE(1585), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_visibility_modifiers] = STATE(3503), + [sym_mutability_modifiers] = STATE(514), + [sym_mutable_expression] = STATE(3358), + [sym_expression_list] = STATE(3386), + [sym_plain_type] = STATE(4219), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement] = STATE(1583), + [sym_simple_statement] = STATE(1574), + [sym_assert_statement] = STATE(1574), + [sym_append_statement] = STATE(1574), + [sym_send_statement] = STATE(1574), + [sym_var_declaration] = STATE(1585), + [sym_assignment_statement] = STATE(1585), + [sym_block] = STATE(1574), + [sym_defer_statement] = STATE(1574), + [sym_goto_statement] = STATE(1574), + [sym_break_statement] = STATE(1574), + [sym_continue_statement] = STATE(1574), + [sym_return_statement] = STATE(1574), + [sym_label_definition] = STATE(60), + [sym_labeled_statement] = STATE(1574), + [sym_compile_time_for_statement] = STATE(1574), + [sym_for_statement] = STATE(1574), + [sym_hash_statement] = STATE(1574), + [sym_asm_statement] = STATE(1574), + [sym_attributes] = STATE(3452), + [sym_attribute] = STATE(3394), + [aux_sym_source_file_repeat1] = STATE(3), + [aux_sym_import_list_repeat1] = STATE(1573), + [aux_sym_attributes_repeat1] = STATE(3421), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [sym_comment] = ACTIONS(3), @@ -22964,108 +23131,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(121), }, [2] = { - [sym_import_list] = STATE(7), - [sym_import_declaration] = STATE(1571), - [sym_const_declaration] = STATE(1553), - [sym_global_var_declaration] = STATE(1553), - [sym_type_declaration] = STATE(1553), - [sym_function_declaration] = STATE(1553), - [sym_static_method_declaration] = STATE(1553), - [sym_struct_declaration] = STATE(1553), - [sym_enum_declaration] = STATE(1553), - [sym_interface_declaration] = STATE(1553), - [sym__expression] = STATE(261), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_strictly_expression_list] = STATE(1557), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_visibility_modifiers] = STATE(3517), - [sym_mutability_modifiers] = STATE(745), - [sym_mutable_expression] = STATE(3352), - [sym_expression_list] = STATE(3394), - [sym_plain_type] = STATE(4220), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement] = STATE(1553), - [sym_simple_statement] = STATE(1565), - [sym_assert_statement] = STATE(1565), - [sym_append_statement] = STATE(1565), - [sym_send_statement] = STATE(1565), - [sym_var_declaration] = STATE(1557), - [sym_assignment_statement] = STATE(1557), - [sym_block] = STATE(1565), - [sym_defer_statement] = STATE(1565), - [sym_goto_statement] = STATE(1565), - [sym_break_statement] = STATE(1565), - [sym_continue_statement] = STATE(1565), - [sym_return_statement] = STATE(1565), - [sym_label_definition] = STATE(58), - [sym_labeled_statement] = STATE(1565), - [sym_compile_time_for_statement] = STATE(1565), - [sym_for_statement] = STATE(1565), - [sym_hash_statement] = STATE(1565), - [sym_asm_statement] = STATE(1565), - [sym_attributes] = STATE(3463), - [sym_attribute] = STATE(3401), + [sym_import_list] = STATE(4), + [sym_import_declaration] = STATE(1573), + [sym_const_declaration] = STATE(1583), + [sym_global_var_declaration] = STATE(1583), + [sym_type_declaration] = STATE(1583), + [sym_function_declaration] = STATE(1583), + [sym_static_method_declaration] = STATE(1583), + [sym_struct_declaration] = STATE(1583), + [sym_enum_declaration] = STATE(1583), + [sym_interface_declaration] = STATE(1583), + [sym__expression] = STATE(222), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_strictly_expression_list] = STATE(1585), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_visibility_modifiers] = STATE(3503), + [sym_mutability_modifiers] = STATE(514), + [sym_mutable_expression] = STATE(3358), + [sym_expression_list] = STATE(3386), + [sym_plain_type] = STATE(4219), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement] = STATE(1583), + [sym_simple_statement] = STATE(1574), + [sym_assert_statement] = STATE(1574), + [sym_append_statement] = STATE(1574), + [sym_send_statement] = STATE(1574), + [sym_var_declaration] = STATE(1585), + [sym_assignment_statement] = STATE(1585), + [sym_block] = STATE(1574), + [sym_defer_statement] = STATE(1574), + [sym_goto_statement] = STATE(1574), + [sym_break_statement] = STATE(1574), + [sym_continue_statement] = STATE(1574), + [sym_return_statement] = STATE(1574), + [sym_label_definition] = STATE(60), + [sym_labeled_statement] = STATE(1574), + [sym_compile_time_for_statement] = STATE(1574), + [sym_for_statement] = STATE(1574), + [sym_hash_statement] = STATE(1574), + [sym_asm_statement] = STATE(1574), + [sym_attributes] = STATE(3464), + [sym_attribute] = STATE(3394), [aux_sym_source_file_repeat1] = STATE(6), - [aux_sym_import_list_repeat1] = STATE(1571), - [aux_sym_attributes_repeat1] = STATE(3413), + [aux_sym_import_list_repeat1] = STATE(1573), + [aux_sym_attributes_repeat1] = STATE(3421), [ts_builtin_sym_end] = ACTIONS(123), [sym_identifier] = ACTIONS(7), [sym_comment] = ACTIONS(3), @@ -23136,273 +23303,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(121), }, [3] = { - [sym_const_declaration] = STATE(1553), - [sym_global_var_declaration] = STATE(1553), - [sym_type_declaration] = STATE(1553), - [sym_function_declaration] = STATE(1553), - [sym_static_method_declaration] = STATE(1553), - [sym_struct_declaration] = STATE(1553), - [sym_enum_declaration] = STATE(1553), - [sym_interface_declaration] = STATE(1553), - [sym__expression] = STATE(261), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_strictly_expression_list] = STATE(1557), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_visibility_modifiers] = STATE(3517), - [sym_mutability_modifiers] = STATE(745), - [sym_mutable_expression] = STATE(3352), - [sym_expression_list] = STATE(3394), - [sym_plain_type] = STATE(4220), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement] = STATE(1553), - [sym_simple_statement] = STATE(1565), - [sym_assert_statement] = STATE(1565), - [sym_append_statement] = STATE(1565), - [sym_send_statement] = STATE(1565), - [sym_var_declaration] = STATE(1557), - [sym_assignment_statement] = STATE(1557), - [sym_block] = STATE(1565), - [sym_defer_statement] = STATE(1565), - [sym_goto_statement] = STATE(1565), - [sym_break_statement] = STATE(1565), - [sym_continue_statement] = STATE(1565), - [sym_return_statement] = STATE(1565), - [sym_label_definition] = STATE(58), - [sym_labeled_statement] = STATE(1565), - [sym_compile_time_for_statement] = STATE(1565), - [sym_for_statement] = STATE(1565), - [sym_hash_statement] = STATE(1565), - [sym_asm_statement] = STATE(1565), - [sym_attributes] = STATE(3463), - [sym_attribute] = STATE(3401), - [aux_sym_source_file_repeat1] = STATE(3), - [aux_sym_attributes_repeat1] = STATE(3413), - [ts_builtin_sym_end] = ACTIONS(125), - [sym_identifier] = ACTIONS(127), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(130), - [anon_sym_LBRACE] = ACTIONS(133), - [anon_sym_const] = ACTIONS(136), - [anon_sym_LPAREN] = ACTIONS(139), - [anon_sym___global] = ACTIONS(142), - [anon_sym_type] = ACTIONS(145), - [anon_sym_fn] = ACTIONS(148), - [anon_sym_PLUS] = ACTIONS(151), - [anon_sym_DASH] = ACTIONS(151), - [anon_sym_STAR] = ACTIONS(154), - [anon_sym_struct] = ACTIONS(157), - [anon_sym_union] = ACTIONS(160), - [anon_sym_pub] = ACTIONS(163), - [anon_sym_mut] = ACTIONS(166), - [anon_sym_enum] = ACTIONS(169), - [anon_sym_interface] = ACTIONS(172), - [anon_sym_QMARK] = ACTIONS(175), - [anon_sym_BANG] = ACTIONS(178), - [anon_sym_go] = ACTIONS(181), - [anon_sym_spawn] = ACTIONS(184), - [anon_sym_json_DOTdecode] = ACTIONS(187), - [anon_sym_LBRACK2] = ACTIONS(190), - [anon_sym_TILDE] = ACTIONS(151), - [anon_sym_CARET] = ACTIONS(151), - [anon_sym_AMP] = ACTIONS(193), - [anon_sym_LT_DASH] = ACTIONS(196), - [sym_none] = ACTIONS(199), - [sym_true] = ACTIONS(199), - [sym_false] = ACTIONS(199), - [sym_nil] = ACTIONS(199), - [anon_sym_if] = ACTIONS(202), - [anon_sym_DOLLARif] = ACTIONS(205), - [anon_sym_match] = ACTIONS(208), - [anon_sym_select] = ACTIONS(211), - [anon_sym_lock] = ACTIONS(214), - [anon_sym_rlock] = ACTIONS(214), - [anon_sym_unsafe] = ACTIONS(217), - [anon_sym_sql] = ACTIONS(220), - [sym_int_literal] = ACTIONS(199), - [sym_float_literal] = ACTIONS(223), - [sym_rune_literal] = ACTIONS(223), - [anon_sym_AT] = ACTIONS(226), - [anon_sym_shared] = ACTIONS(229), - [anon_sym_map_LBRACK] = ACTIONS(232), - [anon_sym_chan] = ACTIONS(235), - [anon_sym_thread] = ACTIONS(238), - [anon_sym_atomic] = ACTIONS(241), - [anon_sym_assert] = ACTIONS(244), - [anon_sym_defer] = ACTIONS(247), - [anon_sym_goto] = ACTIONS(250), - [anon_sym_break] = ACTIONS(253), - [anon_sym_continue] = ACTIONS(256), - [anon_sym_return] = ACTIONS(259), - [anon_sym_DOLLARfor] = ACTIONS(262), - [anon_sym_for] = ACTIONS(265), - [anon_sym_POUND] = ACTIONS(268), - [anon_sym_asm] = ACTIONS(271), - [anon_sym_AT_LBRACK] = ACTIONS(274), - [sym___double_quote] = ACTIONS(277), - [sym___single_quote] = ACTIONS(280), - [sym___c_double_quote] = ACTIONS(283), - [sym___c_single_quote] = ACTIONS(286), - [sym___r_double_quote] = ACTIONS(289), - [sym___r_single_quote] = ACTIONS(292), - }, - [4] = { - [sym_const_declaration] = STATE(1553), - [sym_global_var_declaration] = STATE(1553), - [sym_type_declaration] = STATE(1553), - [sym_function_declaration] = STATE(1553), - [sym_static_method_declaration] = STATE(1553), - [sym_struct_declaration] = STATE(1553), - [sym_enum_declaration] = STATE(1553), - [sym_interface_declaration] = STATE(1553), - [sym__expression] = STATE(261), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_strictly_expression_list] = STATE(1557), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_visibility_modifiers] = STATE(3517), - [sym_mutability_modifiers] = STATE(745), - [sym_mutable_expression] = STATE(3352), - [sym_expression_list] = STATE(3394), - [sym_plain_type] = STATE(4220), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement] = STATE(1553), - [sym_simple_statement] = STATE(1565), - [sym_assert_statement] = STATE(1565), - [sym_append_statement] = STATE(1565), - [sym_send_statement] = STATE(1565), - [sym_var_declaration] = STATE(1557), - [sym_assignment_statement] = STATE(1557), - [sym_block] = STATE(1565), - [sym_defer_statement] = STATE(1565), - [sym_goto_statement] = STATE(1565), - [sym_break_statement] = STATE(1565), - [sym_continue_statement] = STATE(1565), - [sym_return_statement] = STATE(1565), - [sym_label_definition] = STATE(58), - [sym_labeled_statement] = STATE(1565), - [sym_compile_time_for_statement] = STATE(1565), - [sym_for_statement] = STATE(1565), - [sym_hash_statement] = STATE(1565), - [sym_asm_statement] = STATE(1565), - [sym_attributes] = STATE(3463), - [sym_attribute] = STATE(3401), - [aux_sym_source_file_repeat1] = STATE(6), - [aux_sym_attributes_repeat1] = STATE(3413), + [sym_const_declaration] = STATE(1583), + [sym_global_var_declaration] = STATE(1583), + [sym_type_declaration] = STATE(1583), + [sym_function_declaration] = STATE(1583), + [sym_static_method_declaration] = STATE(1583), + [sym_struct_declaration] = STATE(1583), + [sym_enum_declaration] = STATE(1583), + [sym_interface_declaration] = STATE(1583), + [sym__expression] = STATE(222), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_strictly_expression_list] = STATE(1585), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_visibility_modifiers] = STATE(3503), + [sym_mutability_modifiers] = STATE(514), + [sym_mutable_expression] = STATE(3358), + [sym_expression_list] = STATE(3386), + [sym_plain_type] = STATE(4219), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement] = STATE(1583), + [sym_simple_statement] = STATE(1574), + [sym_assert_statement] = STATE(1574), + [sym_append_statement] = STATE(1574), + [sym_send_statement] = STATE(1574), + [sym_var_declaration] = STATE(1585), + [sym_assignment_statement] = STATE(1585), + [sym_block] = STATE(1574), + [sym_defer_statement] = STATE(1574), + [sym_goto_statement] = STATE(1574), + [sym_break_statement] = STATE(1574), + [sym_continue_statement] = STATE(1574), + [sym_return_statement] = STATE(1574), + [sym_label_definition] = STATE(60), + [sym_labeled_statement] = STATE(1574), + [sym_compile_time_for_statement] = STATE(1574), + [sym_for_statement] = STATE(1574), + [sym_hash_statement] = STATE(1574), + [sym_asm_statement] = STATE(1574), + [sym_attributes] = STATE(3464), + [sym_attribute] = STATE(3394), + [aux_sym_source_file_repeat1] = STATE(7), + [aux_sym_attributes_repeat1] = STATE(3421), [ts_builtin_sym_end] = ACTIONS(123), [sym_identifier] = ACTIONS(7), [sym_comment] = ACTIONS(3), @@ -23471,107 +23470,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(119), [sym___r_single_quote] = ACTIONS(121), }, - [5] = { - [sym_const_declaration] = STATE(1553), - [sym_global_var_declaration] = STATE(1553), - [sym_type_declaration] = STATE(1553), - [sym_function_declaration] = STATE(1553), - [sym_static_method_declaration] = STATE(1553), - [sym_struct_declaration] = STATE(1553), - [sym_enum_declaration] = STATE(1553), - [sym_interface_declaration] = STATE(1553), - [sym__expression] = STATE(261), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_strictly_expression_list] = STATE(1557), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_visibility_modifiers] = STATE(3517), - [sym_mutability_modifiers] = STATE(745), - [sym_mutable_expression] = STATE(3352), - [sym_expression_list] = STATE(3394), - [sym_plain_type] = STATE(4220), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement] = STATE(1553), - [sym_simple_statement] = STATE(1565), - [sym_assert_statement] = STATE(1565), - [sym_append_statement] = STATE(1565), - [sym_send_statement] = STATE(1565), - [sym_var_declaration] = STATE(1557), - [sym_assignment_statement] = STATE(1557), - [sym_block] = STATE(1565), - [sym_defer_statement] = STATE(1565), - [sym_goto_statement] = STATE(1565), - [sym_break_statement] = STATE(1565), - [sym_continue_statement] = STATE(1565), - [sym_return_statement] = STATE(1565), - [sym_label_definition] = STATE(58), - [sym_labeled_statement] = STATE(1565), - [sym_compile_time_for_statement] = STATE(1565), - [sym_for_statement] = STATE(1565), - [sym_hash_statement] = STATE(1565), - [sym_asm_statement] = STATE(1565), - [sym_attributes] = STATE(3463), - [sym_attribute] = STATE(3401), - [aux_sym_source_file_repeat1] = STATE(3), - [aux_sym_attributes_repeat1] = STATE(3413), - [ts_builtin_sym_end] = ACTIONS(295), + [4] = { + [sym_const_declaration] = STATE(1583), + [sym_global_var_declaration] = STATE(1583), + [sym_type_declaration] = STATE(1583), + [sym_function_declaration] = STATE(1583), + [sym_static_method_declaration] = STATE(1583), + [sym_struct_declaration] = STATE(1583), + [sym_enum_declaration] = STATE(1583), + [sym_interface_declaration] = STATE(1583), + [sym__expression] = STATE(222), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_strictly_expression_list] = STATE(1585), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_visibility_modifiers] = STATE(3503), + [sym_mutability_modifiers] = STATE(514), + [sym_mutable_expression] = STATE(3358), + [sym_expression_list] = STATE(3386), + [sym_plain_type] = STATE(4219), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement] = STATE(1583), + [sym_simple_statement] = STATE(1574), + [sym_assert_statement] = STATE(1574), + [sym_append_statement] = STATE(1574), + [sym_send_statement] = STATE(1574), + [sym_var_declaration] = STATE(1585), + [sym_assignment_statement] = STATE(1585), + [sym_block] = STATE(1574), + [sym_defer_statement] = STATE(1574), + [sym_goto_statement] = STATE(1574), + [sym_break_statement] = STATE(1574), + [sym_continue_statement] = STATE(1574), + [sym_return_statement] = STATE(1574), + [sym_label_definition] = STATE(60), + [sym_labeled_statement] = STATE(1574), + [sym_compile_time_for_statement] = STATE(1574), + [sym_for_statement] = STATE(1574), + [sym_hash_statement] = STATE(1574), + [sym_asm_statement] = STATE(1574), + [sym_attributes] = STATE(3464), + [sym_attribute] = STATE(3394), + [aux_sym_source_file_repeat1] = STATE(8), + [aux_sym_attributes_repeat1] = STATE(3421), + [ts_builtin_sym_end] = ACTIONS(125), [sym_identifier] = ACTIONS(7), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(13), @@ -23639,107 +23638,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(119), [sym___r_single_quote] = ACTIONS(121), }, - [6] = { - [sym_const_declaration] = STATE(1553), - [sym_global_var_declaration] = STATE(1553), - [sym_type_declaration] = STATE(1553), - [sym_function_declaration] = STATE(1553), - [sym_static_method_declaration] = STATE(1553), - [sym_struct_declaration] = STATE(1553), - [sym_enum_declaration] = STATE(1553), - [sym_interface_declaration] = STATE(1553), - [sym__expression] = STATE(261), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_strictly_expression_list] = STATE(1557), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_visibility_modifiers] = STATE(3517), - [sym_mutability_modifiers] = STATE(745), - [sym_mutable_expression] = STATE(3352), - [sym_expression_list] = STATE(3394), - [sym_plain_type] = STATE(4220), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement] = STATE(1553), - [sym_simple_statement] = STATE(1565), - [sym_assert_statement] = STATE(1565), - [sym_append_statement] = STATE(1565), - [sym_send_statement] = STATE(1565), - [sym_var_declaration] = STATE(1557), - [sym_assignment_statement] = STATE(1557), - [sym_block] = STATE(1565), - [sym_defer_statement] = STATE(1565), - [sym_goto_statement] = STATE(1565), - [sym_break_statement] = STATE(1565), - [sym_continue_statement] = STATE(1565), - [sym_return_statement] = STATE(1565), - [sym_label_definition] = STATE(58), - [sym_labeled_statement] = STATE(1565), - [sym_compile_time_for_statement] = STATE(1565), - [sym_for_statement] = STATE(1565), - [sym_hash_statement] = STATE(1565), - [sym_asm_statement] = STATE(1565), - [sym_attributes] = STATE(3463), - [sym_attribute] = STATE(3401), - [aux_sym_source_file_repeat1] = STATE(3), - [aux_sym_attributes_repeat1] = STATE(3413), - [ts_builtin_sym_end] = ACTIONS(297), + [5] = { + [sym_const_declaration] = STATE(1583), + [sym_global_var_declaration] = STATE(1583), + [sym_type_declaration] = STATE(1583), + [sym_function_declaration] = STATE(1583), + [sym_static_method_declaration] = STATE(1583), + [sym_struct_declaration] = STATE(1583), + [sym_enum_declaration] = STATE(1583), + [sym_interface_declaration] = STATE(1583), + [sym__expression] = STATE(222), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_strictly_expression_list] = STATE(1585), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_visibility_modifiers] = STATE(3503), + [sym_mutability_modifiers] = STATE(514), + [sym_mutable_expression] = STATE(3358), + [sym_expression_list] = STATE(3386), + [sym_plain_type] = STATE(4219), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement] = STATE(1583), + [sym_simple_statement] = STATE(1574), + [sym_assert_statement] = STATE(1574), + [sym_append_statement] = STATE(1574), + [sym_send_statement] = STATE(1574), + [sym_var_declaration] = STATE(1585), + [sym_assignment_statement] = STATE(1585), + [sym_block] = STATE(1574), + [sym_defer_statement] = STATE(1574), + [sym_goto_statement] = STATE(1574), + [sym_break_statement] = STATE(1574), + [sym_continue_statement] = STATE(1574), + [sym_return_statement] = STATE(1574), + [sym_label_definition] = STATE(60), + [sym_labeled_statement] = STATE(1574), + [sym_compile_time_for_statement] = STATE(1574), + [sym_for_statement] = STATE(1574), + [sym_hash_statement] = STATE(1574), + [sym_asm_statement] = STATE(1574), + [sym_attributes] = STATE(3464), + [sym_attribute] = STATE(3394), + [aux_sym_source_file_repeat1] = STATE(6), + [aux_sym_attributes_repeat1] = STATE(3421), + [ts_builtin_sym_end] = ACTIONS(123), [sym_identifier] = ACTIONS(7), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(13), @@ -23807,107 +23806,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(119), [sym___r_single_quote] = ACTIONS(121), }, - [7] = { - [sym_const_declaration] = STATE(1553), - [sym_global_var_declaration] = STATE(1553), - [sym_type_declaration] = STATE(1553), - [sym_function_declaration] = STATE(1553), - [sym_static_method_declaration] = STATE(1553), - [sym_struct_declaration] = STATE(1553), - [sym_enum_declaration] = STATE(1553), - [sym_interface_declaration] = STATE(1553), - [sym__expression] = STATE(261), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_strictly_expression_list] = STATE(1557), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_visibility_modifiers] = STATE(3517), - [sym_mutability_modifiers] = STATE(745), - [sym_mutable_expression] = STATE(3352), - [sym_expression_list] = STATE(3394), - [sym_plain_type] = STATE(4220), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement] = STATE(1553), - [sym_simple_statement] = STATE(1565), - [sym_assert_statement] = STATE(1565), - [sym_append_statement] = STATE(1565), - [sym_send_statement] = STATE(1565), - [sym_var_declaration] = STATE(1557), - [sym_assignment_statement] = STATE(1557), - [sym_block] = STATE(1565), - [sym_defer_statement] = STATE(1565), - [sym_goto_statement] = STATE(1565), - [sym_break_statement] = STATE(1565), - [sym_continue_statement] = STATE(1565), - [sym_return_statement] = STATE(1565), - [sym_label_definition] = STATE(58), - [sym_labeled_statement] = STATE(1565), - [sym_compile_time_for_statement] = STATE(1565), - [sym_for_statement] = STATE(1565), - [sym_hash_statement] = STATE(1565), - [sym_asm_statement] = STATE(1565), - [sym_attributes] = STATE(3463), - [sym_attribute] = STATE(3401), - [aux_sym_source_file_repeat1] = STATE(5), - [aux_sym_attributes_repeat1] = STATE(3413), - [ts_builtin_sym_end] = ACTIONS(297), + [6] = { + [sym_const_declaration] = STATE(1583), + [sym_global_var_declaration] = STATE(1583), + [sym_type_declaration] = STATE(1583), + [sym_function_declaration] = STATE(1583), + [sym_static_method_declaration] = STATE(1583), + [sym_struct_declaration] = STATE(1583), + [sym_enum_declaration] = STATE(1583), + [sym_interface_declaration] = STATE(1583), + [sym__expression] = STATE(222), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_strictly_expression_list] = STATE(1585), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_visibility_modifiers] = STATE(3503), + [sym_mutability_modifiers] = STATE(514), + [sym_mutable_expression] = STATE(3358), + [sym_expression_list] = STATE(3386), + [sym_plain_type] = STATE(4219), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement] = STATE(1583), + [sym_simple_statement] = STATE(1574), + [sym_assert_statement] = STATE(1574), + [sym_append_statement] = STATE(1574), + [sym_send_statement] = STATE(1574), + [sym_var_declaration] = STATE(1585), + [sym_assignment_statement] = STATE(1585), + [sym_block] = STATE(1574), + [sym_defer_statement] = STATE(1574), + [sym_goto_statement] = STATE(1574), + [sym_break_statement] = STATE(1574), + [sym_continue_statement] = STATE(1574), + [sym_return_statement] = STATE(1574), + [sym_label_definition] = STATE(60), + [sym_labeled_statement] = STATE(1574), + [sym_compile_time_for_statement] = STATE(1574), + [sym_for_statement] = STATE(1574), + [sym_hash_statement] = STATE(1574), + [sym_asm_statement] = STATE(1574), + [sym_attributes] = STATE(3464), + [sym_attribute] = STATE(3394), + [aux_sym_source_file_repeat1] = STATE(7), + [aux_sym_attributes_repeat1] = STATE(3421), + [ts_builtin_sym_end] = ACTIONS(125), [sym_identifier] = ACTIONS(7), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(13), @@ -23975,107 +23974,275 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(119), [sym___r_single_quote] = ACTIONS(121), }, + [7] = { + [sym_const_declaration] = STATE(1583), + [sym_global_var_declaration] = STATE(1583), + [sym_type_declaration] = STATE(1583), + [sym_function_declaration] = STATE(1583), + [sym_static_method_declaration] = STATE(1583), + [sym_struct_declaration] = STATE(1583), + [sym_enum_declaration] = STATE(1583), + [sym_interface_declaration] = STATE(1583), + [sym__expression] = STATE(222), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_strictly_expression_list] = STATE(1585), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_visibility_modifiers] = STATE(3503), + [sym_mutability_modifiers] = STATE(514), + [sym_mutable_expression] = STATE(3358), + [sym_expression_list] = STATE(3386), + [sym_plain_type] = STATE(4219), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement] = STATE(1583), + [sym_simple_statement] = STATE(1574), + [sym_assert_statement] = STATE(1574), + [sym_append_statement] = STATE(1574), + [sym_send_statement] = STATE(1574), + [sym_var_declaration] = STATE(1585), + [sym_assignment_statement] = STATE(1585), + [sym_block] = STATE(1574), + [sym_defer_statement] = STATE(1574), + [sym_goto_statement] = STATE(1574), + [sym_break_statement] = STATE(1574), + [sym_continue_statement] = STATE(1574), + [sym_return_statement] = STATE(1574), + [sym_label_definition] = STATE(60), + [sym_labeled_statement] = STATE(1574), + [sym_compile_time_for_statement] = STATE(1574), + [sym_for_statement] = STATE(1574), + [sym_hash_statement] = STATE(1574), + [sym_asm_statement] = STATE(1574), + [sym_attributes] = STATE(3464), + [sym_attribute] = STATE(3394), + [aux_sym_source_file_repeat1] = STATE(7), + [aux_sym_attributes_repeat1] = STATE(3421), + [ts_builtin_sym_end] = ACTIONS(127), + [sym_identifier] = ACTIONS(129), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(132), + [anon_sym_LBRACE] = ACTIONS(135), + [anon_sym_const] = ACTIONS(138), + [anon_sym_LPAREN] = ACTIONS(141), + [anon_sym___global] = ACTIONS(144), + [anon_sym_type] = ACTIONS(147), + [anon_sym_fn] = ACTIONS(150), + [anon_sym_PLUS] = ACTIONS(153), + [anon_sym_DASH] = ACTIONS(153), + [anon_sym_STAR] = ACTIONS(156), + [anon_sym_struct] = ACTIONS(159), + [anon_sym_union] = ACTIONS(162), + [anon_sym_pub] = ACTIONS(165), + [anon_sym_mut] = ACTIONS(168), + [anon_sym_enum] = ACTIONS(171), + [anon_sym_interface] = ACTIONS(174), + [anon_sym_QMARK] = ACTIONS(177), + [anon_sym_BANG] = ACTIONS(180), + [anon_sym_go] = ACTIONS(183), + [anon_sym_spawn] = ACTIONS(186), + [anon_sym_json_DOTdecode] = ACTIONS(189), + [anon_sym_LBRACK2] = ACTIONS(192), + [anon_sym_TILDE] = ACTIONS(153), + [anon_sym_CARET] = ACTIONS(153), + [anon_sym_AMP] = ACTIONS(195), + [anon_sym_LT_DASH] = ACTIONS(198), + [sym_none] = ACTIONS(201), + [sym_true] = ACTIONS(201), + [sym_false] = ACTIONS(201), + [sym_nil] = ACTIONS(201), + [anon_sym_if] = ACTIONS(204), + [anon_sym_DOLLARif] = ACTIONS(207), + [anon_sym_match] = ACTIONS(210), + [anon_sym_select] = ACTIONS(213), + [anon_sym_lock] = ACTIONS(216), + [anon_sym_rlock] = ACTIONS(216), + [anon_sym_unsafe] = ACTIONS(219), + [anon_sym_sql] = ACTIONS(222), + [sym_int_literal] = ACTIONS(201), + [sym_float_literal] = ACTIONS(225), + [sym_rune_literal] = ACTIONS(225), + [anon_sym_AT] = ACTIONS(228), + [anon_sym_shared] = ACTIONS(231), + [anon_sym_map_LBRACK] = ACTIONS(234), + [anon_sym_chan] = ACTIONS(237), + [anon_sym_thread] = ACTIONS(240), + [anon_sym_atomic] = ACTIONS(243), + [anon_sym_assert] = ACTIONS(246), + [anon_sym_defer] = ACTIONS(249), + [anon_sym_goto] = ACTIONS(252), + [anon_sym_break] = ACTIONS(255), + [anon_sym_continue] = ACTIONS(258), + [anon_sym_return] = ACTIONS(261), + [anon_sym_DOLLARfor] = ACTIONS(264), + [anon_sym_for] = ACTIONS(267), + [anon_sym_POUND] = ACTIONS(270), + [anon_sym_asm] = ACTIONS(273), + [anon_sym_AT_LBRACK] = ACTIONS(276), + [sym___double_quote] = ACTIONS(279), + [sym___single_quote] = ACTIONS(282), + [sym___c_double_quote] = ACTIONS(285), + [sym___c_single_quote] = ACTIONS(288), + [sym___r_double_quote] = ACTIONS(291), + [sym___r_single_quote] = ACTIONS(294), + }, [8] = { - [sym_const_declaration] = STATE(1553), - [sym_global_var_declaration] = STATE(1553), - [sym_type_declaration] = STATE(1553), - [sym_function_declaration] = STATE(1553), - [sym_static_method_declaration] = STATE(1553), - [sym_struct_declaration] = STATE(1553), - [sym_enum_declaration] = STATE(1553), - [sym_interface_declaration] = STATE(1553), - [sym__expression] = STATE(261), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_strictly_expression_list] = STATE(1557), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_visibility_modifiers] = STATE(3517), - [sym_mutability_modifiers] = STATE(745), - [sym_mutable_expression] = STATE(3352), - [sym_expression_list] = STATE(3394), - [sym_plain_type] = STATE(4220), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement] = STATE(1553), - [sym_simple_statement] = STATE(1565), - [sym_assert_statement] = STATE(1565), - [sym_append_statement] = STATE(1565), - [sym_send_statement] = STATE(1565), - [sym_var_declaration] = STATE(1557), - [sym_assignment_statement] = STATE(1557), - [sym_block] = STATE(1565), - [sym_defer_statement] = STATE(1565), - [sym_goto_statement] = STATE(1565), - [sym_break_statement] = STATE(1565), - [sym_continue_statement] = STATE(1565), - [sym_return_statement] = STATE(1565), - [sym_label_definition] = STATE(58), - [sym_labeled_statement] = STATE(1565), - [sym_compile_time_for_statement] = STATE(1565), - [sym_for_statement] = STATE(1565), - [sym_hash_statement] = STATE(1565), - [sym_asm_statement] = STATE(1565), - [sym_attributes] = STATE(3463), - [sym_attribute] = STATE(3401), - [aux_sym_source_file_repeat1] = STATE(3), - [aux_sym_attributes_repeat1] = STATE(3413), - [ts_builtin_sym_end] = ACTIONS(123), + [sym_const_declaration] = STATE(1583), + [sym_global_var_declaration] = STATE(1583), + [sym_type_declaration] = STATE(1583), + [sym_function_declaration] = STATE(1583), + [sym_static_method_declaration] = STATE(1583), + [sym_struct_declaration] = STATE(1583), + [sym_enum_declaration] = STATE(1583), + [sym_interface_declaration] = STATE(1583), + [sym__expression] = STATE(222), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_strictly_expression_list] = STATE(1585), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_visibility_modifiers] = STATE(3503), + [sym_mutability_modifiers] = STATE(514), + [sym_mutable_expression] = STATE(3358), + [sym_expression_list] = STATE(3386), + [sym_plain_type] = STATE(4219), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement] = STATE(1583), + [sym_simple_statement] = STATE(1574), + [sym_assert_statement] = STATE(1574), + [sym_append_statement] = STATE(1574), + [sym_send_statement] = STATE(1574), + [sym_var_declaration] = STATE(1585), + [sym_assignment_statement] = STATE(1585), + [sym_block] = STATE(1574), + [sym_defer_statement] = STATE(1574), + [sym_goto_statement] = STATE(1574), + [sym_break_statement] = STATE(1574), + [sym_continue_statement] = STATE(1574), + [sym_return_statement] = STATE(1574), + [sym_label_definition] = STATE(60), + [sym_labeled_statement] = STATE(1574), + [sym_compile_time_for_statement] = STATE(1574), + [sym_for_statement] = STATE(1574), + [sym_hash_statement] = STATE(1574), + [sym_asm_statement] = STATE(1574), + [sym_attributes] = STATE(3464), + [sym_attribute] = STATE(3394), + [aux_sym_source_file_repeat1] = STATE(7), + [aux_sym_attributes_repeat1] = STATE(3421), + [ts_builtin_sym_end] = ACTIONS(297), [sym_identifier] = ACTIONS(7), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(13), @@ -24144,96 +24311,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(121), }, [9] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4648), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4673), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4648), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(243), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4673), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(244), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -24295,96 +24462,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [10] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4425), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4716), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4425), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(239), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4716), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(244), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -24446,101 +24613,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [11] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4648), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4566), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4648), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(248), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4566), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(244), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), [anon_sym_LBRACE] = ACTIONS(303), - [anon_sym_RBRACE] = ACTIONS(305), + [anon_sym_RBRACE] = ACTIONS(385), [anon_sym_LPAREN] = ACTIONS(307), [anon_sym_fn] = ACTIONS(309), [anon_sym_PLUS] = ACTIONS(311), @@ -24597,101 +24764,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [12] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4618), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4673), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4618), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(268), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4673), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(244), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), [anon_sym_LBRACE] = ACTIONS(303), - [anon_sym_RBRACE] = ACTIONS(385), + [anon_sym_RBRACE] = ACTIONS(387), [anon_sym_LPAREN] = ACTIONS(307), [anon_sym_fn] = ACTIONS(309), [anon_sym_PLUS] = ACTIONS(311), @@ -24748,101 +24915,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [13] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4598), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4673), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4598), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(239), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4673), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(244), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), [anon_sym_LBRACE] = ACTIONS(303), - [anon_sym_RBRACE] = ACTIONS(387), + [anon_sym_RBRACE] = ACTIONS(389), [anon_sym_LPAREN] = ACTIONS(307), [anon_sym_fn] = ACTIONS(309), [anon_sym_PLUS] = ACTIONS(311), @@ -24899,101 +25066,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [14] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4662), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4661), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4662), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(239), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4661), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(244), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), [anon_sym_LBRACE] = ACTIONS(303), - [anon_sym_RBRACE] = ACTIONS(389), + [anon_sym_RBRACE] = ACTIONS(391), [anon_sym_LPAREN] = ACTIONS(307), [anon_sym_fn] = ACTIONS(309), [anon_sym_PLUS] = ACTIONS(311), @@ -25050,101 +25217,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [15] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4602), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4743), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4602), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(239), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4743), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(244), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), [anon_sym_LBRACE] = ACTIONS(303), - [anon_sym_RBRACE] = ACTIONS(391), + [anon_sym_RBRACE] = ACTIONS(393), [anon_sym_LPAREN] = ACTIONS(307), [anon_sym_fn] = ACTIONS(309), [anon_sym_PLUS] = ACTIONS(311), @@ -25201,101 +25368,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [16] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4658), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4801), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4658), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(239), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4801), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(244), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), [anon_sym_LBRACE] = ACTIONS(303), - [anon_sym_RBRACE] = ACTIONS(393), + [anon_sym_RBRACE] = ACTIONS(395), [anon_sym_LPAREN] = ACTIONS(307), [anon_sym_fn] = ACTIONS(309), [anon_sym_PLUS] = ACTIONS(311), @@ -25352,101 +25519,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [17] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4703), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4690), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4703), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(239), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4690), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(244), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), [anon_sym_LBRACE] = ACTIONS(303), - [anon_sym_RBRACE] = ACTIONS(395), + [anon_sym_RBRACE] = ACTIONS(397), [anon_sym_LPAREN] = ACTIONS(307), [anon_sym_fn] = ACTIONS(309), [anon_sym_PLUS] = ACTIONS(311), @@ -25503,101 +25670,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [18] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4514), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4743), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4514), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(239), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4743), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(238), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), [anon_sym_LBRACE] = ACTIONS(303), - [anon_sym_RBRACE] = ACTIONS(397), + [anon_sym_RBRACE] = ACTIONS(399), [anon_sym_LPAREN] = ACTIONS(307), [anon_sym_fn] = ACTIONS(309), [anon_sym_PLUS] = ACTIONS(311), @@ -25654,101 +25821,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [19] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4598), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4564), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4598), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(239), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4564), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(244), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), [anon_sym_LBRACE] = ACTIONS(303), - [anon_sym_RBRACE] = ACTIONS(399), + [anon_sym_RBRACE] = ACTIONS(401), [anon_sym_LPAREN] = ACTIONS(307), [anon_sym_fn] = ACTIONS(309), [anon_sym_PLUS] = ACTIONS(311), @@ -25805,101 +25972,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [20] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4529), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4743), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4529), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(239), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4743), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(265), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), [anon_sym_LBRACE] = ACTIONS(303), - [anon_sym_RBRACE] = ACTIONS(401), + [anon_sym_RBRACE] = ACTIONS(403), [anon_sym_LPAREN] = ACTIONS(307), [anon_sym_fn] = ACTIONS(309), [anon_sym_PLUS] = ACTIONS(311), @@ -25956,101 +26123,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [21] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4514), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4563), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4514), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(239), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4563), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(244), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), [anon_sym_LBRACE] = ACTIONS(303), - [anon_sym_RBRACE] = ACTIONS(403), + [anon_sym_RBRACE] = ACTIONS(405), [anon_sym_LPAREN] = ACTIONS(307), [anon_sym_fn] = ACTIONS(309), [anon_sym_PLUS] = ACTIONS(311), @@ -26107,101 +26274,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [22] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4529), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4690), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4529), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(239), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4690), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(244), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), [anon_sym_LBRACE] = ACTIONS(303), - [anon_sym_RBRACE] = ACTIONS(405), + [anon_sym_RBRACE] = ACTIONS(407), [anon_sym_LPAREN] = ACTIONS(307), [anon_sym_fn] = ACTIONS(309), [anon_sym_PLUS] = ACTIONS(311), @@ -26258,101 +26425,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [23] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4577), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4709), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4577), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(239), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4709), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(238), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), [anon_sym_LBRACE] = ACTIONS(303), - [anon_sym_RBRACE] = ACTIONS(407), + [anon_sym_RBRACE] = ACTIONS(409), [anon_sym_LPAREN] = ACTIONS(307), [anon_sym_fn] = ACTIONS(309), [anon_sym_PLUS] = ACTIONS(311), @@ -26409,101 +26576,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [24] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4618), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4565), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4618), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(243), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4565), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(244), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), [anon_sym_LBRACE] = ACTIONS(303), - [anon_sym_RBRACE] = ACTIONS(409), + [anon_sym_RBRACE] = ACTIONS(411), [anon_sym_LPAREN] = ACTIONS(307), [anon_sym_fn] = ACTIONS(309), [anon_sym_PLUS] = ACTIONS(311), @@ -26560,101 +26727,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [25] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4544), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4709), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4544), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(239), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4709), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(277), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), [anon_sym_LBRACE] = ACTIONS(303), - [anon_sym_RBRACE] = ACTIONS(411), + [anon_sym_RBRACE] = ACTIONS(409), [anon_sym_LPAREN] = ACTIONS(307), [anon_sym_fn] = ACTIONS(309), [anon_sym_PLUS] = ACTIONS(311), @@ -26711,96 +26878,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [26] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4544), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4719), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4544), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(239), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4719), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(244), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -26862,101 +27029,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [27] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4540), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4563), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4540), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(239), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4563), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(244), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), [anon_sym_LBRACE] = ACTIONS(303), - [anon_sym_RBRACE] = ACTIONS(415), + [anon_sym_RBRACE] = ACTIONS(387), [anon_sym_LPAREN] = ACTIONS(307), [anon_sym_fn] = ACTIONS(309), [anon_sym_PLUS] = ACTIONS(311), @@ -27013,101 +27180,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [28] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4544), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4614), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4544), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(239), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4614), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(244), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), [anon_sym_LBRACE] = ACTIONS(303), - [anon_sym_RBRACE] = ACTIONS(417), + [anon_sym_RBRACE] = ACTIONS(415), [anon_sym_LPAREN] = ACTIONS(307), [anon_sym_fn] = ACTIONS(309), [anon_sym_PLUS] = ACTIONS(311), @@ -27164,101 +27331,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [29] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4514), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4563), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4514), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(239), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4563), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(244), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), [anon_sym_LBRACE] = ACTIONS(303), - [anon_sym_RBRACE] = ACTIONS(413), + [anon_sym_RBRACE] = ACTIONS(417), [anon_sym_LPAREN] = ACTIONS(307), [anon_sym_fn] = ACTIONS(309), [anon_sym_PLUS] = ACTIONS(311), @@ -27315,101 +27482,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [30] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4514), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4586), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4514), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(239), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4586), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(244), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), [anon_sym_LBRACE] = ACTIONS(303), - [anon_sym_RBRACE] = ACTIONS(411), + [anon_sym_RBRACE] = ACTIONS(419), [anon_sym_LPAREN] = ACTIONS(307), [anon_sym_fn] = ACTIONS(309), [anon_sym_PLUS] = ACTIONS(311), @@ -27466,101 +27633,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [31] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4577), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4563), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4577), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(239), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4563), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(244), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), [anon_sym_LBRACE] = ACTIONS(303), - [anon_sym_RBRACE] = ACTIONS(419), + [anon_sym_RBRACE] = ACTIONS(389), [anon_sym_LPAREN] = ACTIONS(307), [anon_sym_fn] = ACTIONS(309), [anon_sym_PLUS] = ACTIONS(311), @@ -27617,96 +27784,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [32] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4618), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4586), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4618), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(239), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4586), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(244), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -27768,96 +27935,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [33] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4590), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4564), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4590), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(239), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4564), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(244), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -27919,96 +28086,96 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [34] = { - [sym__expression] = STATE(1605), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4658), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1603), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4719), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4658), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), - [aux_sym_map_init_expression_repeat1] = STATE(239), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4719), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), + [aux_sym_map_init_expression_repeat1] = STATE(244), [sym_identifier] = ACTIONS(299), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -28070,94 +28237,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [35] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4703), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4719), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4703), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4719), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -28219,94 +28386,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [36] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4662), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4690), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4662), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4690), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -28368,94 +28535,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [37] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4555), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4743), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4555), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4743), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -28517,94 +28684,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [38] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4540), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4564), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4540), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4564), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -28666,94 +28833,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [39] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4539), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4563), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4539), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4563), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -28815,94 +28982,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [40] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4514), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4801), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4514), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4801), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -28964,94 +29131,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [41] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4544), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4659), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4544), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4659), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -29113,94 +29280,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [42] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4577), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4665), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4577), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4665), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -29262,94 +29429,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [43] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4425), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4566), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4425), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4566), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -29411,94 +29578,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [44] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4598), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4614), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4598), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4614), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -29560,94 +29727,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [45] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4708), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4661), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4708), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4661), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -29709,94 +29876,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [46] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4648), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4762), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4648), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4762), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -29858,94 +30025,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [47] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4484), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4565), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4484), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4565), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -30007,94 +30174,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [48] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4599), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4673), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4599), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4673), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -30156,94 +30323,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [49] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4590), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4709), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4590), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4709), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -30305,94 +30472,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [50] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4619), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4669), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4619), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4669), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -30454,94 +30621,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [51] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4658), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4749), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4658), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4749), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -30603,94 +30770,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [52] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4618), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4679), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4618), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4679), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -30752,94 +30919,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [53] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4529), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4586), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4529), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4586), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -30901,94 +31068,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [54] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement_list] = STATE(4602), - [sym__statement] = STATE(3666), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement_list] = STATE(4716), + [sym__statement] = STATE(3679), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4602), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4716), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -31050,93 +31217,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [55] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement] = STATE(3686), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement] = STATE(3834), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4594), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4588), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -31198,93 +31365,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [56] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement] = STATE(3686), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement] = STATE(3834), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(57), - [sym_labeled_statement] = STATE(3768), - [sym_empty_labeled_statement] = STATE(4657), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [sym_labeled_statement] = STATE(3755), + [sym_empty_labeled_statement] = STATE(4765), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -31346,92 +31513,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [57] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement] = STATE(3734), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), - [sym_label_definition] = STATE(60), - [sym_labeled_statement] = STATE(3768), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement] = STATE(3724), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), + [sym_label_definition] = STATE(58), + [sym_labeled_statement] = STATE(3755), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -31493,238 +31660,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(381), }, [58] = { - [sym__expression] = STATE(261), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_strictly_expression_list] = STATE(1557), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_mutability_modifiers] = STATE(745), - [sym_mutable_expression] = STATE(3352), - [sym_expression_list] = STATE(3394), - [sym_plain_type] = STATE(4220), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement] = STATE(1560), - [sym_simple_statement] = STATE(1565), - [sym_assert_statement] = STATE(1565), - [sym_append_statement] = STATE(1565), - [sym_send_statement] = STATE(1565), - [sym_var_declaration] = STATE(1557), - [sym_assignment_statement] = STATE(1557), - [sym_block] = STATE(1565), - [sym_defer_statement] = STATE(1565), - [sym_goto_statement] = STATE(1565), - [sym_break_statement] = STATE(1565), - [sym_continue_statement] = STATE(1565), - [sym_return_statement] = STATE(1565), + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement] = STATE(3724), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), [sym_label_definition] = STATE(58), - [sym_labeled_statement] = STATE(1565), - [sym_compile_time_for_statement] = STATE(1565), - [sym_for_statement] = STATE(1565), - [sym_hash_statement] = STATE(1565), - [sym_asm_statement] = STATE(1565), - [sym_identifier] = ACTIONS(7), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(15), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_fn] = ACTIONS(475), - [anon_sym_PLUS] = ACTIONS(27), - [anon_sym_DASH] = ACTIONS(27), - [anon_sym_STAR] = ACTIONS(29), - [anon_sym_struct] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(45), - [anon_sym_go] = ACTIONS(47), - [anon_sym_spawn] = ACTIONS(49), - [anon_sym_json_DOTdecode] = ACTIONS(51), - [anon_sym_LBRACK2] = ACTIONS(479), - [anon_sym_TILDE] = ACTIONS(27), - [anon_sym_CARET] = ACTIONS(27), - [anon_sym_AMP] = ACTIONS(55), - [anon_sym_LT_DASH] = ACTIONS(57), - [sym_none] = ACTIONS(59), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_nil] = ACTIONS(59), - [anon_sym_if] = ACTIONS(61), - [anon_sym_DOLLARif] = ACTIONS(63), - [anon_sym_match] = ACTIONS(65), - [anon_sym_select] = ACTIONS(67), - [anon_sym_lock] = ACTIONS(69), - [anon_sym_rlock] = ACTIONS(69), - [anon_sym_unsafe] = ACTIONS(71), - [anon_sym_sql] = ACTIONS(73), - [sym_int_literal] = ACTIONS(59), - [sym_float_literal] = ACTIONS(75), - [sym_rune_literal] = ACTIONS(75), - [anon_sym_AT] = ACTIONS(77), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [anon_sym_assert] = ACTIONS(89), - [anon_sym_defer] = ACTIONS(91), - [anon_sym_goto] = ACTIONS(93), - [anon_sym_break] = ACTIONS(95), - [anon_sym_continue] = ACTIONS(97), - [anon_sym_return] = ACTIONS(99), - [anon_sym_DOLLARfor] = ACTIONS(101), - [anon_sym_for] = ACTIONS(103), - [anon_sym_POUND] = ACTIONS(105), - [anon_sym_asm] = ACTIONS(107), - [sym___double_quote] = ACTIONS(111), - [sym___single_quote] = ACTIONS(113), - [sym___c_double_quote] = ACTIONS(115), - [sym___c_single_quote] = ACTIONS(117), - [sym___r_double_quote] = ACTIONS(119), - [sym___r_single_quote] = ACTIONS(121), - }, - [59] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement] = STATE(3686), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), - [sym_label_definition] = STATE(60), - [sym_labeled_statement] = STATE(3768), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [sym_labeled_statement] = STATE(3755), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -31784,93 +31805,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(379), [sym___r_single_quote] = ACTIONS(381), }, - [60] = { - [sym__expression] = STATE(1623), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_strictly_expression_list] = STATE(3796), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(462), - [sym_mutable_expression] = STATE(3353), - [sym_expression_list] = STATE(3382), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__statement] = STATE(3734), - [sym_simple_statement] = STATE(3768), - [sym_assert_statement] = STATE(3768), - [sym_append_statement] = STATE(3768), - [sym_send_statement] = STATE(3768), - [sym_var_declaration] = STATE(3796), - [sym_assignment_statement] = STATE(3796), - [sym_block] = STATE(3768), - [sym_defer_statement] = STATE(3768), - [sym_goto_statement] = STATE(3768), - [sym_break_statement] = STATE(3768), - [sym_continue_statement] = STATE(3768), - [sym_return_statement] = STATE(3768), - [sym_label_definition] = STATE(60), - [sym_labeled_statement] = STATE(3768), - [sym_compile_time_for_statement] = STATE(3768), - [sym_for_statement] = STATE(3768), - [sym_hash_statement] = STATE(3768), - [sym_asm_statement] = STATE(3768), + [59] = { + [sym__expression] = STATE(1615), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_strictly_expression_list] = STATE(3752), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(943), + [sym_mutable_expression] = STATE(3357), + [sym_expression_list] = STATE(3411), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement] = STATE(3834), + [sym_simple_statement] = STATE(3755), + [sym_assert_statement] = STATE(3755), + [sym_append_statement] = STATE(3755), + [sym_send_statement] = STATE(3755), + [sym_var_declaration] = STATE(3752), + [sym_assignment_statement] = STATE(3752), + [sym_block] = STATE(3755), + [sym_defer_statement] = STATE(3755), + [sym_goto_statement] = STATE(3755), + [sym_break_statement] = STATE(3755), + [sym_continue_statement] = STATE(3755), + [sym_return_statement] = STATE(3755), + [sym_label_definition] = STATE(58), + [sym_labeled_statement] = STATE(3755), + [sym_compile_time_for_statement] = STATE(3755), + [sym_for_statement] = STATE(3755), + [sym_hash_statement] = STATE(3755), + [sym_asm_statement] = STATE(3755), [sym_identifier] = ACTIONS(427), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), @@ -31930,6 +31951,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(379), [sym___r_single_quote] = ACTIONS(381), }, + [60] = { + [sym__expression] = STATE(222), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_strictly_expression_list] = STATE(1585), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_mutability_modifiers] = STATE(514), + [sym_mutable_expression] = STATE(3358), + [sym_expression_list] = STATE(3386), + [sym_plain_type] = STATE(4219), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__statement] = STATE(1551), + [sym_simple_statement] = STATE(1574), + [sym_assert_statement] = STATE(1574), + [sym_append_statement] = STATE(1574), + [sym_send_statement] = STATE(1574), + [sym_var_declaration] = STATE(1585), + [sym_assignment_statement] = STATE(1585), + [sym_block] = STATE(1574), + [sym_defer_statement] = STATE(1574), + [sym_goto_statement] = STATE(1574), + [sym_break_statement] = STATE(1574), + [sym_continue_statement] = STATE(1574), + [sym_return_statement] = STATE(1574), + [sym_label_definition] = STATE(60), + [sym_labeled_statement] = STATE(1574), + [sym_compile_time_for_statement] = STATE(1574), + [sym_for_statement] = STATE(1574), + [sym_hash_statement] = STATE(1574), + [sym_asm_statement] = STATE(1574), + [sym_identifier] = ACTIONS(7), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(15), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_fn] = ACTIONS(475), + [anon_sym_PLUS] = ACTIONS(27), + [anon_sym_DASH] = ACTIONS(27), + [anon_sym_STAR] = ACTIONS(29), + [anon_sym_struct] = ACTIONS(477), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(45), + [anon_sym_go] = ACTIONS(47), + [anon_sym_spawn] = ACTIONS(49), + [anon_sym_json_DOTdecode] = ACTIONS(51), + [anon_sym_LBRACK2] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(27), + [anon_sym_CARET] = ACTIONS(27), + [anon_sym_AMP] = ACTIONS(55), + [anon_sym_LT_DASH] = ACTIONS(57), + [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(59), + [sym_false] = ACTIONS(59), + [sym_nil] = ACTIONS(59), + [anon_sym_if] = ACTIONS(61), + [anon_sym_DOLLARif] = ACTIONS(63), + [anon_sym_match] = ACTIONS(65), + [anon_sym_select] = ACTIONS(67), + [anon_sym_lock] = ACTIONS(69), + [anon_sym_rlock] = ACTIONS(69), + [anon_sym_unsafe] = ACTIONS(71), + [anon_sym_sql] = ACTIONS(73), + [sym_int_literal] = ACTIONS(59), + [sym_float_literal] = ACTIONS(75), + [sym_rune_literal] = ACTIONS(75), + [anon_sym_AT] = ACTIONS(77), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [anon_sym_assert] = ACTIONS(89), + [anon_sym_defer] = ACTIONS(91), + [anon_sym_goto] = ACTIONS(93), + [anon_sym_break] = ACTIONS(95), + [anon_sym_continue] = ACTIONS(97), + [anon_sym_return] = ACTIONS(99), + [anon_sym_DOLLARfor] = ACTIONS(101), + [anon_sym_for] = ACTIONS(103), + [anon_sym_POUND] = ACTIONS(105), + [anon_sym_asm] = ACTIONS(107), + [sym___double_quote] = ACTIONS(111), + [sym___single_quote] = ACTIONS(113), + [sym___c_double_quote] = ACTIONS(115), + [sym___c_single_quote] = ACTIONS(117), + [sym___r_double_quote] = ACTIONS(119), + [sym___r_single_quote] = ACTIONS(121), + }, [61] = { [sym__expression] = STATE(958), [sym__expression_without_blocks] = STATE(1081), @@ -31939,64 +32106,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_or_block_expression] = STATE(1081), [sym_option_propagation_expression] = STATE(1081), [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), + [sym_anon_struct_value_expression] = STATE(1075), [sym_go_expression] = STATE(1081), [sym_spawn_expression] = STATE(1081), [sym_parenthesized_expression] = STATE(1081), [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), + [sym_type_initializer] = STATE(1075), [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), [sym_unary_expression] = STATE(1081), [sym_receive_expression] = STATE(1081), [sym_binary_expression] = STATE(1081), [sym_as_type_cast_expression] = STATE(1081), [sym__max_group] = STATE(1081), [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), + [sym_map_init_expression] = STATE(1075), [sym_array_creation] = STATE(1081), [sym_fixed_array_creation] = STATE(1081), [sym_selector_expression] = STATE(1081), [sym_index_expression] = STATE(1081), [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), [sym_is_expression] = STATE(1081), [sym_not_is_expression] = STATE(1081), [sym_in_expression] = STATE(1081), [sym_not_in_expression] = STATE(1081), [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(749), - [sym_mutable_expression] = STATE(1421), - [sym_expression_list] = STATE(1567), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym_mutability_modifiers] = STATE(857), + [sym_mutable_expression] = STATE(1426), + [sym_expression_list] = STATE(1543), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [ts_builtin_sym_end] = ACTIONS(481), [sym_identifier] = ACTIONS(483), [anon_sym_LF] = ACTIONS(485), @@ -32069,26 +32236,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(549), }, [62] = { - [sym_reference_expression] = STATE(4460), - [sym_type_reference_expression] = STATE(521), - [sym_plain_type] = STATE(884), - [sym__plain_type_without_special] = STATE(898), - [sym_anon_struct_type] = STATE(896), - [sym_multi_return_type] = STATE(898), - [sym_result_type] = STATE(898), - [sym_option_type] = STATE(898), - [sym_qualified_type] = STATE(521), - [sym_fixed_array_type] = STATE(896), - [sym_array_type] = STATE(896), - [sym_pointer_type] = STATE(896), - [sym_wrong_pointer_type] = STATE(896), - [sym_map_type] = STATE(896), - [sym_channel_type] = STATE(896), - [sym_shared_type] = STATE(896), - [sym_thread_type] = STATE(896), - [sym_atomic_type] = STATE(896), - [sym_generic_type] = STATE(896), - [sym_function_type] = STATE(896), + [sym_reference_expression] = STATE(4567), + [sym_type_reference_expression] = STATE(444), + [sym_plain_type] = STATE(732), + [sym__plain_type_without_special] = STATE(518), + [sym_anon_struct_type] = STATE(515), + [sym_multi_return_type] = STATE(518), + [sym_result_type] = STATE(518), + [sym_option_type] = STATE(518), + [sym_qualified_type] = STATE(444), + [sym_fixed_array_type] = STATE(515), + [sym_array_type] = STATE(515), + [sym_pointer_type] = STATE(515), + [sym_wrong_pointer_type] = STATE(515), + [sym_map_type] = STATE(515), + [sym_channel_type] = STATE(515), + [sym_shared_type] = STATE(515), + [sym_thread_type] = STATE(515), + [sym_atomic_type] = STATE(515), + [sym_generic_type] = STATE(515), + [sym_function_type] = STATE(515), [ts_builtin_sym_end] = ACTIONS(551), [sym_identifier] = ACTIONS(553), [anon_sym_LF] = ACTIONS(555), @@ -32118,6 +32285,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(555), [anon_sym_GT_EQ] = ACTIONS(555), [anon_sym_LBRACK] = ACTIONS(551), + [anon_sym_LT2] = ACTIONS(555), [anon_sym_struct] = ACTIONS(563), [anon_sym_union] = ACTIONS(555), [anon_sym_pub] = ACTIONS(555), @@ -32202,427 +32370,430 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(555), }, [63] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2378), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3701), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [ts_builtin_sym_end] = ACTIONS(583), [sym_identifier] = ACTIONS(585), - [anon_sym_LF] = ACTIONS(585), - [anon_sym_CR] = ACTIONS(585), - [anon_sym_CR_LF] = ACTIONS(585), + [anon_sym_LF] = ACTIONS(587), + [anon_sym_CR] = ACTIONS(587), + [anon_sym_CR_LF] = ACTIONS(587), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(585), - [anon_sym_as] = ACTIONS(585), - [anon_sym_LBRACE] = ACTIONS(585), - [anon_sym_COMMA] = ACTIONS(585), - [anon_sym_const] = ACTIONS(585), - [anon_sym_LPAREN] = ACTIONS(585), - [anon_sym_EQ] = ACTIONS(585), - [anon_sym___global] = ACTIONS(585), - [anon_sym_type] = ACTIONS(585), - [anon_sym_PIPE] = ACTIONS(585), - [anon_sym_fn] = ACTIONS(585), - [anon_sym_PLUS] = ACTIONS(585), - [anon_sym_DASH] = ACTIONS(585), - [anon_sym_STAR] = ACTIONS(585), - [anon_sym_SLASH] = ACTIONS(585), - [anon_sym_PERCENT] = ACTIONS(585), - [anon_sym_LT] = ACTIONS(585), - [anon_sym_GT] = ACTIONS(585), - [anon_sym_EQ_EQ] = ACTIONS(585), - [anon_sym_BANG_EQ] = ACTIONS(585), - [anon_sym_LT_EQ] = ACTIONS(585), - [anon_sym_GT_EQ] = ACTIONS(585), + [anon_sym_DOT] = ACTIONS(587), + [anon_sym_as] = ACTIONS(587), + [anon_sym_LBRACE] = ACTIONS(587), + [anon_sym_COMMA] = ACTIONS(587), + [anon_sym_const] = ACTIONS(587), + [anon_sym_LPAREN] = ACTIONS(589), + [anon_sym_EQ] = ACTIONS(587), + [anon_sym___global] = ACTIONS(587), + [anon_sym_type] = ACTIONS(587), + [anon_sym_PIPE] = ACTIONS(587), + [anon_sym_fn] = ACTIONS(591), + [anon_sym_PLUS] = ACTIONS(587), + [anon_sym_DASH] = ACTIONS(587), + [anon_sym_STAR] = ACTIONS(593), + [anon_sym_SLASH] = ACTIONS(587), + [anon_sym_PERCENT] = ACTIONS(587), + [anon_sym_LT] = ACTIONS(587), + [anon_sym_GT] = ACTIONS(587), + [anon_sym_EQ_EQ] = ACTIONS(587), + [anon_sym_BANG_EQ] = ACTIONS(587), + [anon_sym_LT_EQ] = ACTIONS(587), + [anon_sym_GT_EQ] = ACTIONS(587), [anon_sym_LBRACK] = ACTIONS(583), - [anon_sym_struct] = ACTIONS(585), - [anon_sym_union] = ACTIONS(585), - [anon_sym_pub] = ACTIONS(585), - [anon_sym_mut] = ACTIONS(585), - [anon_sym_enum] = ACTIONS(585), - [anon_sym_interface] = ACTIONS(585), - [anon_sym_PLUS_PLUS] = ACTIONS(585), - [anon_sym_DASH_DASH] = ACTIONS(585), - [anon_sym_QMARK] = ACTIONS(585), - [anon_sym_BANG] = ACTIONS(585), - [anon_sym_go] = ACTIONS(585), - [anon_sym_spawn] = ACTIONS(585), - [anon_sym_json_DOTdecode] = ACTIONS(585), - [anon_sym_LBRACK2] = ACTIONS(585), - [anon_sym_TILDE] = ACTIONS(585), - [anon_sym_CARET] = ACTIONS(585), - [anon_sym_AMP] = ACTIONS(585), - [anon_sym_LT_DASH] = ACTIONS(585), - [anon_sym_LT_LT] = ACTIONS(585), - [anon_sym_GT_GT] = ACTIONS(585), - [anon_sym_GT_GT_GT] = ACTIONS(585), - [anon_sym_AMP_CARET] = ACTIONS(585), - [anon_sym_AMP_AMP] = ACTIONS(585), - [anon_sym_PIPE_PIPE] = ACTIONS(585), - [anon_sym_or] = ACTIONS(585), - [sym_none] = ACTIONS(585), - [sym_true] = ACTIONS(585), - [sym_false] = ACTIONS(585), - [sym_nil] = ACTIONS(585), - [anon_sym_QMARK_DOT] = ACTIONS(585), - [anon_sym_POUND_LBRACK] = ACTIONS(585), - [anon_sym_if] = ACTIONS(585), - [anon_sym_DOLLARif] = ACTIONS(585), - [anon_sym_is] = ACTIONS(585), - [anon_sym_BANGis] = ACTIONS(585), - [anon_sym_in] = ACTIONS(585), - [anon_sym_BANGin] = ACTIONS(585), - [anon_sym_match] = ACTIONS(585), - [anon_sym_select] = ACTIONS(585), - [anon_sym_STAR_EQ] = ACTIONS(585), - [anon_sym_SLASH_EQ] = ACTIONS(585), - [anon_sym_PERCENT_EQ] = ACTIONS(585), - [anon_sym_LT_LT_EQ] = ACTIONS(585), - [anon_sym_GT_GT_EQ] = ACTIONS(585), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(585), - [anon_sym_AMP_EQ] = ACTIONS(585), - [anon_sym_AMP_CARET_EQ] = ACTIONS(585), - [anon_sym_PLUS_EQ] = ACTIONS(585), - [anon_sym_DASH_EQ] = ACTIONS(585), - [anon_sym_PIPE_EQ] = ACTIONS(585), - [anon_sym_CARET_EQ] = ACTIONS(585), - [anon_sym_COLON_EQ] = ACTIONS(585), - [anon_sym_lock] = ACTIONS(585), - [anon_sym_rlock] = ACTIONS(585), - [anon_sym_unsafe] = ACTIONS(585), - [anon_sym_sql] = ACTIONS(585), - [sym_int_literal] = ACTIONS(585), - [sym_float_literal] = ACTIONS(585), - [sym_rune_literal] = ACTIONS(585), - [anon_sym_AT] = ACTIONS(585), - [anon_sym_shared] = ACTIONS(585), - [anon_sym_map_LBRACK] = ACTIONS(585), - [anon_sym_chan] = ACTIONS(585), - [anon_sym_thread] = ACTIONS(585), - [anon_sym_atomic] = ACTIONS(585), - [anon_sym_assert] = ACTIONS(585), - [anon_sym_defer] = ACTIONS(585), - [anon_sym_goto] = ACTIONS(585), - [anon_sym_break] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(585), - [anon_sym_return] = ACTIONS(585), - [anon_sym_DOLLARfor] = ACTIONS(585), - [anon_sym_for] = ACTIONS(585), - [anon_sym_POUND] = ACTIONS(585), - [anon_sym_asm] = ACTIONS(585), - [anon_sym_AT_LBRACK] = ACTIONS(585), - [sym___double_quote] = ACTIONS(585), - [sym___single_quote] = ACTIONS(585), - [sym___c_double_quote] = ACTIONS(585), - [sym___c_single_quote] = ACTIONS(585), - [sym___r_double_quote] = ACTIONS(585), - [sym___r_single_quote] = ACTIONS(585), + [anon_sym_LT2] = ACTIONS(587), + [anon_sym_struct] = ACTIONS(595), + [anon_sym_union] = ACTIONS(587), + [anon_sym_pub] = ACTIONS(587), + [anon_sym_mut] = ACTIONS(587), + [anon_sym_enum] = ACTIONS(587), + [anon_sym_interface] = ACTIONS(587), + [anon_sym_PLUS_PLUS] = ACTIONS(587), + [anon_sym_DASH_DASH] = ACTIONS(587), + [anon_sym_QMARK] = ACTIONS(503), + [anon_sym_BANG] = ACTIONS(597), + [anon_sym_go] = ACTIONS(587), + [anon_sym_spawn] = ACTIONS(587), + [anon_sym_json_DOTdecode] = ACTIONS(587), + [anon_sym_LBRACK2] = ACTIONS(599), + [anon_sym_TILDE] = ACTIONS(587), + [anon_sym_CARET] = ACTIONS(587), + [anon_sym_AMP] = ACTIONS(601), + [anon_sym_LT_DASH] = ACTIONS(587), + [anon_sym_LT_LT] = ACTIONS(587), + [anon_sym_GT_GT] = ACTIONS(587), + [anon_sym_GT_GT_GT] = ACTIONS(587), + [anon_sym_AMP_CARET] = ACTIONS(587), + [anon_sym_AMP_AMP] = ACTIONS(587), + [anon_sym_PIPE_PIPE] = ACTIONS(587), + [anon_sym_or] = ACTIONS(587), + [sym_none] = ACTIONS(587), + [sym_true] = ACTIONS(587), + [sym_false] = ACTIONS(587), + [sym_nil] = ACTIONS(587), + [anon_sym_QMARK_DOT] = ACTIONS(587), + [anon_sym_POUND_LBRACK] = ACTIONS(587), + [anon_sym_if] = ACTIONS(587), + [anon_sym_DOLLARif] = ACTIONS(587), + [anon_sym_is] = ACTIONS(587), + [anon_sym_BANGis] = ACTIONS(587), + [anon_sym_in] = ACTIONS(587), + [anon_sym_BANGin] = ACTIONS(587), + [anon_sym_match] = ACTIONS(587), + [anon_sym_select] = ACTIONS(587), + [anon_sym_STAR_EQ] = ACTIONS(587), + [anon_sym_SLASH_EQ] = ACTIONS(587), + [anon_sym_PERCENT_EQ] = ACTIONS(587), + [anon_sym_LT_LT_EQ] = ACTIONS(587), + [anon_sym_GT_GT_EQ] = ACTIONS(587), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(587), + [anon_sym_AMP_EQ] = ACTIONS(587), + [anon_sym_AMP_CARET_EQ] = ACTIONS(587), + [anon_sym_PLUS_EQ] = ACTIONS(587), + [anon_sym_DASH_EQ] = ACTIONS(587), + [anon_sym_PIPE_EQ] = ACTIONS(587), + [anon_sym_CARET_EQ] = ACTIONS(587), + [anon_sym_COLON_EQ] = ACTIONS(587), + [anon_sym_lock] = ACTIONS(587), + [anon_sym_rlock] = ACTIONS(587), + [anon_sym_unsafe] = ACTIONS(587), + [anon_sym_sql] = ACTIONS(587), + [sym_int_literal] = ACTIONS(587), + [sym_float_literal] = ACTIONS(587), + [sym_rune_literal] = ACTIONS(587), + [anon_sym_AT] = ACTIONS(587), + [anon_sym_shared] = ACTIONS(603), + [anon_sym_map_LBRACK] = ACTIONS(537), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [anon_sym_assert] = ACTIONS(587), + [anon_sym_defer] = ACTIONS(587), + [anon_sym_goto] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_return] = ACTIONS(587), + [anon_sym_DOLLARfor] = ACTIONS(587), + [anon_sym_for] = ACTIONS(587), + [anon_sym_POUND] = ACTIONS(587), + [anon_sym_asm] = ACTIONS(587), + [anon_sym_AT_LBRACK] = ACTIONS(587), + [sym___double_quote] = ACTIONS(587), + [sym___single_quote] = ACTIONS(587), + [sym___c_double_quote] = ACTIONS(587), + [sym___c_single_quote] = ACTIONS(587), + [sym___r_double_quote] = ACTIONS(587), + [sym___r_single_quote] = ACTIONS(587), }, [64] = { - [sym_reference_expression] = STATE(4460), - [sym_type_reference_expression] = STATE(521), - [sym_plain_type] = STATE(882), - [sym__plain_type_without_special] = STATE(898), - [sym_anon_struct_type] = STATE(896), - [sym_multi_return_type] = STATE(898), - [sym_result_type] = STATE(898), - [sym_option_type] = STATE(898), - [sym_qualified_type] = STATE(521), - [sym_fixed_array_type] = STATE(896), - [sym_array_type] = STATE(896), - [sym_pointer_type] = STATE(896), - [sym_wrong_pointer_type] = STATE(896), - [sym_map_type] = STATE(896), - [sym_channel_type] = STATE(896), - [sym_shared_type] = STATE(896), - [sym_thread_type] = STATE(896), - [sym_atomic_type] = STATE(896), - [sym_generic_type] = STATE(896), - [sym_function_type] = STATE(896), - [ts_builtin_sym_end] = ACTIONS(587), + [sym_reference_expression] = STATE(4567), + [sym_type_reference_expression] = STATE(444), + [sym_plain_type] = STATE(718), + [sym__plain_type_without_special] = STATE(518), + [sym_anon_struct_type] = STATE(515), + [sym_multi_return_type] = STATE(518), + [sym_result_type] = STATE(518), + [sym_option_type] = STATE(518), + [sym_qualified_type] = STATE(444), + [sym_fixed_array_type] = STATE(515), + [sym_array_type] = STATE(515), + [sym_pointer_type] = STATE(515), + [sym_wrong_pointer_type] = STATE(515), + [sym_map_type] = STATE(515), + [sym_channel_type] = STATE(515), + [sym_shared_type] = STATE(515), + [sym_thread_type] = STATE(515), + [sym_atomic_type] = STATE(515), + [sym_generic_type] = STATE(515), + [sym_function_type] = STATE(515), + [ts_builtin_sym_end] = ACTIONS(605), [sym_identifier] = ACTIONS(553), - [anon_sym_LF] = ACTIONS(589), - [anon_sym_CR] = ACTIONS(589), - [anon_sym_CR_LF] = ACTIONS(589), + [anon_sym_LF] = ACTIONS(607), + [anon_sym_CR] = ACTIONS(607), + [anon_sym_CR_LF] = ACTIONS(607), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(589), - [anon_sym_as] = ACTIONS(589), - [anon_sym_LBRACE] = ACTIONS(589), - [anon_sym_COMMA] = ACTIONS(589), - [anon_sym_const] = ACTIONS(589), + [anon_sym_DOT] = ACTIONS(607), + [anon_sym_as] = ACTIONS(607), + [anon_sym_LBRACE] = ACTIONS(607), + [anon_sym_COMMA] = ACTIONS(607), + [anon_sym_const] = ACTIONS(607), [anon_sym_LPAREN] = ACTIONS(557), - [anon_sym_EQ] = ACTIONS(589), - [anon_sym___global] = ACTIONS(589), - [anon_sym_type] = ACTIONS(589), - [anon_sym_PIPE] = ACTIONS(589), + [anon_sym_EQ] = ACTIONS(607), + [anon_sym___global] = ACTIONS(607), + [anon_sym_type] = ACTIONS(607), + [anon_sym_PIPE] = ACTIONS(607), [anon_sym_fn] = ACTIONS(559), - [anon_sym_PLUS] = ACTIONS(589), - [anon_sym_DASH] = ACTIONS(589), + [anon_sym_PLUS] = ACTIONS(607), + [anon_sym_DASH] = ACTIONS(607), [anon_sym_STAR] = ACTIONS(561), - [anon_sym_SLASH] = ACTIONS(589), - [anon_sym_PERCENT] = ACTIONS(589), - [anon_sym_LT] = ACTIONS(589), - [anon_sym_GT] = ACTIONS(589), - [anon_sym_EQ_EQ] = ACTIONS(589), - [anon_sym_BANG_EQ] = ACTIONS(589), - [anon_sym_LT_EQ] = ACTIONS(589), - [anon_sym_GT_EQ] = ACTIONS(589), - [anon_sym_LBRACK] = ACTIONS(587), + [anon_sym_SLASH] = ACTIONS(607), + [anon_sym_PERCENT] = ACTIONS(607), + [anon_sym_LT] = ACTIONS(607), + [anon_sym_GT] = ACTIONS(607), + [anon_sym_EQ_EQ] = ACTIONS(607), + [anon_sym_BANG_EQ] = ACTIONS(607), + [anon_sym_LT_EQ] = ACTIONS(607), + [anon_sym_GT_EQ] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LT2] = ACTIONS(607), [anon_sym_struct] = ACTIONS(563), - [anon_sym_union] = ACTIONS(589), - [anon_sym_pub] = ACTIONS(589), - [anon_sym_mut] = ACTIONS(589), - [anon_sym_enum] = ACTIONS(589), - [anon_sym_interface] = ACTIONS(589), - [anon_sym_PLUS_PLUS] = ACTIONS(589), - [anon_sym_DASH_DASH] = ACTIONS(589), + [anon_sym_union] = ACTIONS(607), + [anon_sym_pub] = ACTIONS(607), + [anon_sym_mut] = ACTIONS(607), + [anon_sym_enum] = ACTIONS(607), + [anon_sym_interface] = ACTIONS(607), + [anon_sym_PLUS_PLUS] = ACTIONS(607), + [anon_sym_DASH_DASH] = ACTIONS(607), [anon_sym_QMARK] = ACTIONS(565), [anon_sym_BANG] = ACTIONS(567), - [anon_sym_go] = ACTIONS(589), - [anon_sym_spawn] = ACTIONS(589), - [anon_sym_json_DOTdecode] = ACTIONS(589), + [anon_sym_go] = ACTIONS(607), + [anon_sym_spawn] = ACTIONS(607), + [anon_sym_json_DOTdecode] = ACTIONS(607), [anon_sym_LBRACK2] = ACTIONS(569), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_CARET] = ACTIONS(589), + [anon_sym_TILDE] = ACTIONS(607), + [anon_sym_CARET] = ACTIONS(607), [anon_sym_AMP] = ACTIONS(571), - [anon_sym_LT_DASH] = ACTIONS(589), - [anon_sym_LT_LT] = ACTIONS(589), - [anon_sym_GT_GT] = ACTIONS(589), - [anon_sym_GT_GT_GT] = ACTIONS(589), - [anon_sym_AMP_CARET] = ACTIONS(589), - [anon_sym_AMP_AMP] = ACTIONS(589), - [anon_sym_PIPE_PIPE] = ACTIONS(589), - [anon_sym_or] = ACTIONS(589), - [sym_none] = ACTIONS(589), - [sym_true] = ACTIONS(589), - [sym_false] = ACTIONS(589), - [sym_nil] = ACTIONS(589), - [anon_sym_QMARK_DOT] = ACTIONS(589), - [anon_sym_POUND_LBRACK] = ACTIONS(589), - [anon_sym_if] = ACTIONS(589), - [anon_sym_DOLLARif] = ACTIONS(589), - [anon_sym_is] = ACTIONS(589), - [anon_sym_BANGis] = ACTIONS(589), - [anon_sym_in] = ACTIONS(589), - [anon_sym_BANGin] = ACTIONS(589), - [anon_sym_match] = ACTIONS(589), - [anon_sym_select] = ACTIONS(589), - [anon_sym_STAR_EQ] = ACTIONS(589), - [anon_sym_SLASH_EQ] = ACTIONS(589), - [anon_sym_PERCENT_EQ] = ACTIONS(589), - [anon_sym_LT_LT_EQ] = ACTIONS(589), - [anon_sym_GT_GT_EQ] = ACTIONS(589), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(589), - [anon_sym_AMP_EQ] = ACTIONS(589), - [anon_sym_AMP_CARET_EQ] = ACTIONS(589), - [anon_sym_PLUS_EQ] = ACTIONS(589), - [anon_sym_DASH_EQ] = ACTIONS(589), - [anon_sym_PIPE_EQ] = ACTIONS(589), - [anon_sym_CARET_EQ] = ACTIONS(589), - [anon_sym_COLON_EQ] = ACTIONS(589), - [anon_sym_lock] = ACTIONS(589), - [anon_sym_rlock] = ACTIONS(589), - [anon_sym_unsafe] = ACTIONS(589), - [anon_sym_sql] = ACTIONS(589), - [sym_int_literal] = ACTIONS(589), - [sym_float_literal] = ACTIONS(589), - [sym_rune_literal] = ACTIONS(589), - [anon_sym_AT] = ACTIONS(589), + [anon_sym_LT_DASH] = ACTIONS(607), + [anon_sym_LT_LT] = ACTIONS(607), + [anon_sym_GT_GT] = ACTIONS(607), + [anon_sym_GT_GT_GT] = ACTIONS(607), + [anon_sym_AMP_CARET] = ACTIONS(607), + [anon_sym_AMP_AMP] = ACTIONS(607), + [anon_sym_PIPE_PIPE] = ACTIONS(607), + [anon_sym_or] = ACTIONS(607), + [sym_none] = ACTIONS(607), + [sym_true] = ACTIONS(607), + [sym_false] = ACTIONS(607), + [sym_nil] = ACTIONS(607), + [anon_sym_QMARK_DOT] = ACTIONS(607), + [anon_sym_POUND_LBRACK] = ACTIONS(607), + [anon_sym_if] = ACTIONS(607), + [anon_sym_DOLLARif] = ACTIONS(607), + [anon_sym_is] = ACTIONS(607), + [anon_sym_BANGis] = ACTIONS(607), + [anon_sym_in] = ACTIONS(607), + [anon_sym_BANGin] = ACTIONS(607), + [anon_sym_match] = ACTIONS(607), + [anon_sym_select] = ACTIONS(607), + [anon_sym_STAR_EQ] = ACTIONS(607), + [anon_sym_SLASH_EQ] = ACTIONS(607), + [anon_sym_PERCENT_EQ] = ACTIONS(607), + [anon_sym_LT_LT_EQ] = ACTIONS(607), + [anon_sym_GT_GT_EQ] = ACTIONS(607), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(607), + [anon_sym_AMP_EQ] = ACTIONS(607), + [anon_sym_AMP_CARET_EQ] = ACTIONS(607), + [anon_sym_PLUS_EQ] = ACTIONS(607), + [anon_sym_DASH_EQ] = ACTIONS(607), + [anon_sym_PIPE_EQ] = ACTIONS(607), + [anon_sym_CARET_EQ] = ACTIONS(607), + [anon_sym_COLON_EQ] = ACTIONS(607), + [anon_sym_lock] = ACTIONS(607), + [anon_sym_rlock] = ACTIONS(607), + [anon_sym_unsafe] = ACTIONS(607), + [anon_sym_sql] = ACTIONS(607), + [sym_int_literal] = ACTIONS(607), + [sym_float_literal] = ACTIONS(607), + [sym_rune_literal] = ACTIONS(607), + [anon_sym_AT] = ACTIONS(607), [anon_sym_shared] = ACTIONS(573), [anon_sym_map_LBRACK] = ACTIONS(575), [anon_sym_chan] = ACTIONS(577), [anon_sym_thread] = ACTIONS(579), [anon_sym_atomic] = ACTIONS(581), - [anon_sym_assert] = ACTIONS(589), - [anon_sym_defer] = ACTIONS(589), - [anon_sym_goto] = ACTIONS(589), - [anon_sym_break] = ACTIONS(589), - [anon_sym_continue] = ACTIONS(589), - [anon_sym_return] = ACTIONS(589), - [anon_sym_DOLLARfor] = ACTIONS(589), - [anon_sym_for] = ACTIONS(589), - [anon_sym_POUND] = ACTIONS(589), - [anon_sym_asm] = ACTIONS(589), - [anon_sym_AT_LBRACK] = ACTIONS(589), - [sym___double_quote] = ACTIONS(589), - [sym___single_quote] = ACTIONS(589), - [sym___c_double_quote] = ACTIONS(589), - [sym___c_single_quote] = ACTIONS(589), - [sym___r_double_quote] = ACTIONS(589), - [sym___r_single_quote] = ACTIONS(589), + [anon_sym_assert] = ACTIONS(607), + [anon_sym_defer] = ACTIONS(607), + [anon_sym_goto] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_return] = ACTIONS(607), + [anon_sym_DOLLARfor] = ACTIONS(607), + [anon_sym_for] = ACTIONS(607), + [anon_sym_POUND] = ACTIONS(607), + [anon_sym_asm] = ACTIONS(607), + [anon_sym_AT_LBRACK] = ACTIONS(607), + [sym___double_quote] = ACTIONS(607), + [sym___single_quote] = ACTIONS(607), + [sym___c_double_quote] = ACTIONS(607), + [sym___c_single_quote] = ACTIONS(607), + [sym___r_double_quote] = ACTIONS(607), + [sym___r_single_quote] = ACTIONS(607), }, [65] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2374), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [ts_builtin_sym_end] = ACTIONS(591), - [sym_identifier] = ACTIONS(593), - [anon_sym_LF] = ACTIONS(595), - [anon_sym_CR] = ACTIONS(595), - [anon_sym_CR_LF] = ACTIONS(595), + [sym_reference_expression] = STATE(4567), + [sym_type_reference_expression] = STATE(444), + [sym_plain_type] = STATE(583), + [sym__plain_type_without_special] = STATE(518), + [sym_anon_struct_type] = STATE(515), + [sym_multi_return_type] = STATE(518), + [sym_result_type] = STATE(518), + [sym_option_type] = STATE(518), + [sym_qualified_type] = STATE(444), + [sym_fixed_array_type] = STATE(515), + [sym_array_type] = STATE(515), + [sym_pointer_type] = STATE(515), + [sym_wrong_pointer_type] = STATE(515), + [sym_map_type] = STATE(515), + [sym_channel_type] = STATE(515), + [sym_shared_type] = STATE(515), + [sym_thread_type] = STATE(515), + [sym_atomic_type] = STATE(515), + [sym_generic_type] = STATE(515), + [sym_function_type] = STATE(515), + [ts_builtin_sym_end] = ACTIONS(609), + [sym_identifier] = ACTIONS(553), + [anon_sym_LF] = ACTIONS(611), + [anon_sym_CR] = ACTIONS(611), + [anon_sym_CR_LF] = ACTIONS(611), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(595), - [anon_sym_as] = ACTIONS(595), - [anon_sym_LBRACE] = ACTIONS(595), - [anon_sym_COMMA] = ACTIONS(595), - [anon_sym_const] = ACTIONS(595), - [anon_sym_LPAREN] = ACTIONS(597), - [anon_sym_EQ] = ACTIONS(595), - [anon_sym___global] = ACTIONS(595), - [anon_sym_type] = ACTIONS(595), - [anon_sym_PIPE] = ACTIONS(595), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(595), - [anon_sym_DASH] = ACTIONS(595), - [anon_sym_STAR] = ACTIONS(601), - [anon_sym_SLASH] = ACTIONS(595), - [anon_sym_PERCENT] = ACTIONS(595), - [anon_sym_LT] = ACTIONS(595), - [anon_sym_GT] = ACTIONS(595), - [anon_sym_EQ_EQ] = ACTIONS(595), - [anon_sym_BANG_EQ] = ACTIONS(595), - [anon_sym_LT_EQ] = ACTIONS(595), - [anon_sym_GT_EQ] = ACTIONS(595), - [anon_sym_LBRACK] = ACTIONS(591), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_union] = ACTIONS(595), - [anon_sym_pub] = ACTIONS(595), - [anon_sym_mut] = ACTIONS(595), - [anon_sym_enum] = ACTIONS(595), - [anon_sym_interface] = ACTIONS(595), - [anon_sym_PLUS_PLUS] = ACTIONS(595), - [anon_sym_DASH_DASH] = ACTIONS(595), - [anon_sym_QMARK] = ACTIONS(503), - [anon_sym_BANG] = ACTIONS(605), - [anon_sym_go] = ACTIONS(595), - [anon_sym_spawn] = ACTIONS(595), - [anon_sym_json_DOTdecode] = ACTIONS(595), - [anon_sym_LBRACK2] = ACTIONS(607), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_CARET] = ACTIONS(595), - [anon_sym_AMP] = ACTIONS(609), - [anon_sym_LT_DASH] = ACTIONS(595), - [anon_sym_LT_LT] = ACTIONS(595), - [anon_sym_GT_GT] = ACTIONS(595), - [anon_sym_GT_GT_GT] = ACTIONS(595), - [anon_sym_AMP_CARET] = ACTIONS(595), - [anon_sym_AMP_AMP] = ACTIONS(595), - [anon_sym_PIPE_PIPE] = ACTIONS(595), - [anon_sym_or] = ACTIONS(595), - [sym_none] = ACTIONS(595), - [sym_true] = ACTIONS(595), - [sym_false] = ACTIONS(595), - [sym_nil] = ACTIONS(595), - [anon_sym_QMARK_DOT] = ACTIONS(595), - [anon_sym_POUND_LBRACK] = ACTIONS(595), - [anon_sym_if] = ACTIONS(595), - [anon_sym_DOLLARif] = ACTIONS(595), - [anon_sym_is] = ACTIONS(595), - [anon_sym_BANGis] = ACTIONS(595), - [anon_sym_in] = ACTIONS(595), - [anon_sym_BANGin] = ACTIONS(595), - [anon_sym_match] = ACTIONS(595), - [anon_sym_select] = ACTIONS(595), - [anon_sym_STAR_EQ] = ACTIONS(595), - [anon_sym_SLASH_EQ] = ACTIONS(595), - [anon_sym_PERCENT_EQ] = ACTIONS(595), - [anon_sym_LT_LT_EQ] = ACTIONS(595), - [anon_sym_GT_GT_EQ] = ACTIONS(595), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(595), - [anon_sym_AMP_EQ] = ACTIONS(595), - [anon_sym_AMP_CARET_EQ] = ACTIONS(595), - [anon_sym_PLUS_EQ] = ACTIONS(595), - [anon_sym_DASH_EQ] = ACTIONS(595), - [anon_sym_PIPE_EQ] = ACTIONS(595), - [anon_sym_CARET_EQ] = ACTIONS(595), - [anon_sym_COLON_EQ] = ACTIONS(595), - [anon_sym_lock] = ACTIONS(595), - [anon_sym_rlock] = ACTIONS(595), - [anon_sym_unsafe] = ACTIONS(595), - [anon_sym_sql] = ACTIONS(595), - [sym_int_literal] = ACTIONS(595), - [sym_float_literal] = ACTIONS(595), - [sym_rune_literal] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(595), - [anon_sym_shared] = ACTIONS(611), - [anon_sym_map_LBRACK] = ACTIONS(537), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [anon_sym_assert] = ACTIONS(595), - [anon_sym_defer] = ACTIONS(595), - [anon_sym_goto] = ACTIONS(595), - [anon_sym_break] = ACTIONS(595), - [anon_sym_continue] = ACTIONS(595), - [anon_sym_return] = ACTIONS(595), - [anon_sym_DOLLARfor] = ACTIONS(595), - [anon_sym_for] = ACTIONS(595), - [anon_sym_POUND] = ACTIONS(595), - [anon_sym_asm] = ACTIONS(595), - [anon_sym_AT_LBRACK] = ACTIONS(595), - [sym___double_quote] = ACTIONS(595), - [sym___single_quote] = ACTIONS(595), - [sym___c_double_quote] = ACTIONS(595), - [sym___c_single_quote] = ACTIONS(595), - [sym___r_double_quote] = ACTIONS(595), - [sym___r_single_quote] = ACTIONS(595), + [anon_sym_DOT] = ACTIONS(611), + [anon_sym_as] = ACTIONS(611), + [anon_sym_LBRACE] = ACTIONS(611), + [anon_sym_COMMA] = ACTIONS(611), + [anon_sym_const] = ACTIONS(611), + [anon_sym_LPAREN] = ACTIONS(557), + [anon_sym_EQ] = ACTIONS(611), + [anon_sym___global] = ACTIONS(611), + [anon_sym_type] = ACTIONS(611), + [anon_sym_PIPE] = ACTIONS(611), + [anon_sym_fn] = ACTIONS(559), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_STAR] = ACTIONS(561), + [anon_sym_SLASH] = ACTIONS(611), + [anon_sym_PERCENT] = ACTIONS(611), + [anon_sym_LT] = ACTIONS(611), + [anon_sym_GT] = ACTIONS(611), + [anon_sym_EQ_EQ] = ACTIONS(611), + [anon_sym_BANG_EQ] = ACTIONS(611), + [anon_sym_LT_EQ] = ACTIONS(611), + [anon_sym_GT_EQ] = ACTIONS(611), + [anon_sym_LBRACK] = ACTIONS(609), + [anon_sym_LT2] = ACTIONS(611), + [anon_sym_struct] = ACTIONS(563), + [anon_sym_union] = ACTIONS(611), + [anon_sym_pub] = ACTIONS(611), + [anon_sym_mut] = ACTIONS(611), + [anon_sym_enum] = ACTIONS(611), + [anon_sym_interface] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(611), + [anon_sym_DASH_DASH] = ACTIONS(611), + [anon_sym_QMARK] = ACTIONS(565), + [anon_sym_BANG] = ACTIONS(567), + [anon_sym_go] = ACTIONS(611), + [anon_sym_spawn] = ACTIONS(611), + [anon_sym_json_DOTdecode] = ACTIONS(611), + [anon_sym_LBRACK2] = ACTIONS(569), + [anon_sym_TILDE] = ACTIONS(611), + [anon_sym_CARET] = ACTIONS(611), + [anon_sym_AMP] = ACTIONS(571), + [anon_sym_LT_DASH] = ACTIONS(611), + [anon_sym_LT_LT] = ACTIONS(611), + [anon_sym_GT_GT] = ACTIONS(611), + [anon_sym_GT_GT_GT] = ACTIONS(611), + [anon_sym_AMP_CARET] = ACTIONS(611), + [anon_sym_AMP_AMP] = ACTIONS(611), + [anon_sym_PIPE_PIPE] = ACTIONS(611), + [anon_sym_or] = ACTIONS(611), + [sym_none] = ACTIONS(611), + [sym_true] = ACTIONS(611), + [sym_false] = ACTIONS(611), + [sym_nil] = ACTIONS(611), + [anon_sym_QMARK_DOT] = ACTIONS(611), + [anon_sym_POUND_LBRACK] = ACTIONS(611), + [anon_sym_if] = ACTIONS(611), + [anon_sym_DOLLARif] = ACTIONS(611), + [anon_sym_is] = ACTIONS(611), + [anon_sym_BANGis] = ACTIONS(611), + [anon_sym_in] = ACTIONS(611), + [anon_sym_BANGin] = ACTIONS(611), + [anon_sym_match] = ACTIONS(611), + [anon_sym_select] = ACTIONS(611), + [anon_sym_STAR_EQ] = ACTIONS(611), + [anon_sym_SLASH_EQ] = ACTIONS(611), + [anon_sym_PERCENT_EQ] = ACTIONS(611), + [anon_sym_LT_LT_EQ] = ACTIONS(611), + [anon_sym_GT_GT_EQ] = ACTIONS(611), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(611), + [anon_sym_AMP_EQ] = ACTIONS(611), + [anon_sym_AMP_CARET_EQ] = ACTIONS(611), + [anon_sym_PLUS_EQ] = ACTIONS(611), + [anon_sym_DASH_EQ] = ACTIONS(611), + [anon_sym_PIPE_EQ] = ACTIONS(611), + [anon_sym_CARET_EQ] = ACTIONS(611), + [anon_sym_COLON_EQ] = ACTIONS(611), + [anon_sym_lock] = ACTIONS(611), + [anon_sym_rlock] = ACTIONS(611), + [anon_sym_unsafe] = ACTIONS(611), + [anon_sym_sql] = ACTIONS(611), + [sym_int_literal] = ACTIONS(611), + [sym_float_literal] = ACTIONS(611), + [sym_rune_literal] = ACTIONS(611), + [anon_sym_AT] = ACTIONS(611), + [anon_sym_shared] = ACTIONS(573), + [anon_sym_map_LBRACK] = ACTIONS(575), + [anon_sym_chan] = ACTIONS(577), + [anon_sym_thread] = ACTIONS(579), + [anon_sym_atomic] = ACTIONS(581), + [anon_sym_assert] = ACTIONS(611), + [anon_sym_defer] = ACTIONS(611), + [anon_sym_goto] = ACTIONS(611), + [anon_sym_break] = ACTIONS(611), + [anon_sym_continue] = ACTIONS(611), + [anon_sym_return] = ACTIONS(611), + [anon_sym_DOLLARfor] = ACTIONS(611), + [anon_sym_for] = ACTIONS(611), + [anon_sym_POUND] = ACTIONS(611), + [anon_sym_asm] = ACTIONS(611), + [anon_sym_AT_LBRACK] = ACTIONS(611), + [sym___double_quote] = ACTIONS(611), + [sym___single_quote] = ACTIONS(611), + [sym___c_double_quote] = ACTIONS(611), + [sym___c_single_quote] = ACTIONS(611), + [sym___r_double_quote] = ACTIONS(611), + [sym___r_single_quote] = ACTIONS(611), }, [66] = { - [sym_reference_expression] = STATE(4460), - [sym_type_reference_expression] = STATE(521), - [sym_plain_type] = STATE(903), - [sym__plain_type_without_special] = STATE(898), - [sym_anon_struct_type] = STATE(896), - [sym_multi_return_type] = STATE(898), - [sym_result_type] = STATE(898), - [sym_option_type] = STATE(898), - [sym_qualified_type] = STATE(521), - [sym_fixed_array_type] = STATE(896), - [sym_array_type] = STATE(896), - [sym_pointer_type] = STATE(896), - [sym_wrong_pointer_type] = STATE(896), - [sym_map_type] = STATE(896), - [sym_channel_type] = STATE(896), - [sym_shared_type] = STATE(896), - [sym_thread_type] = STATE(896), - [sym_atomic_type] = STATE(896), - [sym_generic_type] = STATE(896), - [sym_function_type] = STATE(896), + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3703), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [ts_builtin_sym_end] = ACTIONS(613), - [sym_identifier] = ACTIONS(553), + [sym_identifier] = ACTIONS(615), [anon_sym_LF] = ACTIONS(615), [anon_sym_CR] = ACTIONS(615), [anon_sym_CR_LF] = ACTIONS(615), @@ -32632,15 +32803,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(615), [anon_sym_COMMA] = ACTIONS(615), [anon_sym_const] = ACTIONS(615), - [anon_sym_LPAREN] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(615), [anon_sym_EQ] = ACTIONS(615), [anon_sym___global] = ACTIONS(615), [anon_sym_type] = ACTIONS(615), [anon_sym_PIPE] = ACTIONS(615), - [anon_sym_fn] = ACTIONS(559), + [anon_sym_fn] = ACTIONS(615), [anon_sym_PLUS] = ACTIONS(615), [anon_sym_DASH] = ACTIONS(615), - [anon_sym_STAR] = ACTIONS(561), + [anon_sym_STAR] = ACTIONS(615), [anon_sym_SLASH] = ACTIONS(615), [anon_sym_PERCENT] = ACTIONS(615), [anon_sym_LT] = ACTIONS(615), @@ -32650,7 +32821,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(615), [anon_sym_GT_EQ] = ACTIONS(615), [anon_sym_LBRACK] = ACTIONS(613), - [anon_sym_struct] = ACTIONS(563), + [anon_sym_LT2] = ACTIONS(615), + [anon_sym_struct] = ACTIONS(615), [anon_sym_union] = ACTIONS(615), [anon_sym_pub] = ACTIONS(615), [anon_sym_mut] = ACTIONS(615), @@ -32658,15 +32830,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(615), [anon_sym_PLUS_PLUS] = ACTIONS(615), [anon_sym_DASH_DASH] = ACTIONS(615), - [anon_sym_QMARK] = ACTIONS(565), - [anon_sym_BANG] = ACTIONS(567), + [anon_sym_QMARK] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), [anon_sym_go] = ACTIONS(615), [anon_sym_spawn] = ACTIONS(615), [anon_sym_json_DOTdecode] = ACTIONS(615), - [anon_sym_LBRACK2] = ACTIONS(569), + [anon_sym_LBRACK2] = ACTIONS(615), [anon_sym_TILDE] = ACTIONS(615), [anon_sym_CARET] = ACTIONS(615), - [anon_sym_AMP] = ACTIONS(571), + [anon_sym_AMP] = ACTIONS(615), [anon_sym_LT_DASH] = ACTIONS(615), [anon_sym_LT_LT] = ACTIONS(615), [anon_sym_GT_GT] = ACTIONS(615), @@ -32710,11 +32882,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(615), [sym_rune_literal] = ACTIONS(615), [anon_sym_AT] = ACTIONS(615), - [anon_sym_shared] = ACTIONS(573), - [anon_sym_map_LBRACK] = ACTIONS(575), - [anon_sym_chan] = ACTIONS(577), - [anon_sym_thread] = ACTIONS(579), - [anon_sym_atomic] = ACTIONS(581), + [anon_sym_shared] = ACTIONS(615), + [anon_sym_map_LBRACK] = ACTIONS(615), + [anon_sym_chan] = ACTIONS(615), + [anon_sym_thread] = ACTIONS(615), + [anon_sym_atomic] = ACTIONS(615), [anon_sym_assert] = ACTIONS(615), [anon_sym_defer] = ACTIONS(615), [anon_sym_goto] = ACTIONS(615), @@ -32734,83 +32906,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(615), }, [67] = { - [sym_struct_field_scope] = STATE(3479), - [sym_struct_field_declaration] = STATE(3479), - [sym__struct_field_definition] = STATE(3478), - [sym_embedded_definition] = STATE(3477), - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4564), - [sym_short_element_list] = STATE(4565), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1155), - [sym_type_reference_expression] = STATE(3424), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3424), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(3462), - [sym_function_type] = STATE(2424), - [aux_sym__struct_body_repeat1] = STATE(3381), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym_struct_field_scope] = STATE(3491), + [sym_struct_field_declaration] = STATE(3491), + [sym__struct_field_definition] = STATE(3487), + [sym_embedded_definition] = STATE(3472), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4625), + [sym_short_element_list] = STATE(4569), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1146), + [sym_type_reference_expression] = STATE(3423), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3423), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3459), + [sym_function_type] = STATE(3676), + [aux_sym__struct_body_repeat1] = STATE(3405), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(617), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -32865,83 +33037,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(687), }, [68] = { - [sym_struct_field_scope] = STATE(3479), - [sym_struct_field_declaration] = STATE(3479), - [sym__struct_field_definition] = STATE(3478), - [sym_embedded_definition] = STATE(3477), - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4482), - [sym_short_element_list] = STATE(4481), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1155), - [sym_type_reference_expression] = STATE(3424), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3424), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(3462), - [sym_function_type] = STATE(2424), - [aux_sym__struct_body_repeat1] = STATE(3381), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym_struct_field_scope] = STATE(3491), + [sym_struct_field_declaration] = STATE(3491), + [sym__struct_field_definition] = STATE(3487), + [sym_embedded_definition] = STATE(3472), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4584), + [sym_short_element_list] = STATE(4585), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1146), + [sym_type_reference_expression] = STATE(3423), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3423), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3459), + [sym_function_type] = STATE(3676), + [aux_sym__struct_body_repeat1] = STATE(3405), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(617), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -32996,83 +33168,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(687), }, [69] = { - [sym_struct_field_scope] = STATE(3479), - [sym_struct_field_declaration] = STATE(3479), - [sym__struct_field_definition] = STATE(3478), - [sym_embedded_definition] = STATE(3477), - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4487), - [sym_short_element_list] = STATE(4488), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1155), - [sym_type_reference_expression] = STATE(3424), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3424), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(3462), - [sym_function_type] = STATE(2424), - [aux_sym__struct_body_repeat1] = STATE(3381), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym_struct_field_scope] = STATE(3491), + [sym_struct_field_declaration] = STATE(3491), + [sym__struct_field_definition] = STATE(3487), + [sym_embedded_definition] = STATE(3472), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4781), + [sym_short_element_list] = STATE(4790), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1146), + [sym_type_reference_expression] = STATE(3423), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3423), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3459), + [sym_function_type] = STATE(3676), + [aux_sym__struct_body_repeat1] = STATE(3405), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(617), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -33127,83 +33299,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(687), }, [70] = { - [sym_struct_field_scope] = STATE(3479), - [sym_struct_field_declaration] = STATE(3479), - [sym__struct_field_definition] = STATE(3478), - [sym_embedded_definition] = STATE(3477), - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4607), - [sym_short_element_list] = STATE(4612), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1155), - [sym_type_reference_expression] = STATE(3424), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3424), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(3462), - [sym_function_type] = STATE(2424), - [aux_sym__struct_body_repeat1] = STATE(3381), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym_struct_field_scope] = STATE(3491), + [sym_struct_field_declaration] = STATE(3491), + [sym__struct_field_definition] = STATE(3487), + [sym_embedded_definition] = STATE(3472), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4553), + [sym_short_element_list] = STATE(4548), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1146), + [sym_type_reference_expression] = STATE(3423), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3423), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3459), + [sym_function_type] = STATE(3676), + [aux_sym__struct_body_repeat1] = STATE(3405), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(617), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -33258,83 +33430,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(687), }, [71] = { - [sym_struct_field_scope] = STATE(3479), - [sym_struct_field_declaration] = STATE(3479), - [sym__struct_field_definition] = STATE(3478), - [sym_embedded_definition] = STATE(3477), - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4656), - [sym_short_element_list] = STATE(4655), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1155), - [sym_type_reference_expression] = STATE(3424), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3424), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(3462), - [sym_function_type] = STATE(2424), - [aux_sym__struct_body_repeat1] = STATE(3381), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym_struct_field_scope] = STATE(3491), + [sym_struct_field_declaration] = STATE(3491), + [sym__struct_field_definition] = STATE(3487), + [sym_embedded_definition] = STATE(3472), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4759), + [sym_short_element_list] = STATE(4677), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1146), + [sym_type_reference_expression] = STATE(3423), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3423), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3459), + [sym_function_type] = STATE(3676), + [aux_sym__struct_body_repeat1] = STATE(3405), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(617), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -33389,83 +33561,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(687), }, [72] = { - [sym_struct_field_scope] = STATE(3479), - [sym_struct_field_declaration] = STATE(3479), - [sym__struct_field_definition] = STATE(3478), - [sym_embedded_definition] = STATE(3477), - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4464), - [sym_short_element_list] = STATE(4472), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1155), - [sym_type_reference_expression] = STATE(3424), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3424), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(3462), - [sym_function_type] = STATE(2424), - [aux_sym__struct_body_repeat1] = STATE(3381), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym_struct_field_scope] = STATE(3491), + [sym_struct_field_declaration] = STATE(3491), + [sym__struct_field_definition] = STATE(3487), + [sym_embedded_definition] = STATE(3472), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4541), + [sym_short_element_list] = STATE(4539), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1146), + [sym_type_reference_expression] = STATE(3423), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3423), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3459), + [sym_function_type] = STATE(3676), + [aux_sym__struct_body_repeat1] = STATE(3405), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(617), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -33520,83 +33692,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(687), }, [73] = { - [sym_struct_field_scope] = STATE(3479), - [sym_struct_field_declaration] = STATE(3479), - [sym__struct_field_definition] = STATE(3478), - [sym_embedded_definition] = STATE(3477), - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4695), - [sym_short_element_list] = STATE(4694), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1155), - [sym_type_reference_expression] = STATE(3424), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3424), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(3462), - [sym_function_type] = STATE(2424), - [aux_sym__struct_body_repeat1] = STATE(3381), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym_struct_field_scope] = STATE(3491), + [sym_struct_field_declaration] = STATE(3491), + [sym__struct_field_definition] = STATE(3487), + [sym_embedded_definition] = STATE(3472), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4798), + [sym_short_element_list] = STATE(4797), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1146), + [sym_type_reference_expression] = STATE(3423), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3423), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3459), + [sym_function_type] = STATE(3676), + [aux_sym__struct_body_repeat1] = STATE(3405), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(617), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -33651,83 +33823,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(687), }, [74] = { - [sym_struct_field_scope] = STATE(3479), - [sym_struct_field_declaration] = STATE(3479), - [sym__struct_field_definition] = STATE(3478), - [sym_embedded_definition] = STATE(3477), - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4666), - [sym_short_element_list] = STATE(4734), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1155), - [sym_type_reference_expression] = STATE(3424), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3424), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(3462), - [sym_function_type] = STATE(2424), - [aux_sym__struct_body_repeat1] = STATE(3381), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym_struct_field_scope] = STATE(3491), + [sym_struct_field_declaration] = STATE(3491), + [sym__struct_field_definition] = STATE(3487), + [sym_embedded_definition] = STATE(3472), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4737), + [sym_short_element_list] = STATE(4733), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1146), + [sym_type_reference_expression] = STATE(3423), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3423), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3459), + [sym_function_type] = STATE(3676), + [aux_sym__struct_body_repeat1] = STATE(3405), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(617), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -33782,83 +33954,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(687), }, [75] = { - [sym_struct_field_scope] = STATE(3479), - [sym_struct_field_declaration] = STATE(3479), - [sym__struct_field_definition] = STATE(3478), - [sym_embedded_definition] = STATE(3477), - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4646), - [sym_short_element_list] = STATE(4645), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1155), - [sym_type_reference_expression] = STATE(3424), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3424), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(3462), - [sym_function_type] = STATE(2424), - [aux_sym__struct_body_repeat1] = STATE(3381), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym_struct_field_scope] = STATE(3491), + [sym_struct_field_declaration] = STATE(3491), + [sym__struct_field_definition] = STATE(3487), + [sym_embedded_definition] = STATE(3472), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4731), + [sym_short_element_list] = STATE(4734), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1146), + [sym_type_reference_expression] = STATE(3423), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3423), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3459), + [sym_function_type] = STATE(3676), + [aux_sym__struct_body_repeat1] = STATE(3405), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(617), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -33913,83 +34085,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(687), }, [76] = { - [sym_struct_field_scope] = STATE(3479), - [sym_struct_field_declaration] = STATE(3479), - [sym__struct_field_definition] = STATE(3478), - [sym_embedded_definition] = STATE(3477), - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4664), - [sym_short_element_list] = STATE(4614), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1155), - [sym_type_reference_expression] = STATE(3424), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3424), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(3462), - [sym_function_type] = STATE(2424), - [aux_sym__struct_body_repeat1] = STATE(3381), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym_struct_field_scope] = STATE(3491), + [sym_struct_field_declaration] = STATE(3491), + [sym__struct_field_definition] = STATE(3487), + [sym_embedded_definition] = STATE(3472), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4804), + [sym_short_element_list] = STATE(4803), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1146), + [sym_type_reference_expression] = STATE(3423), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3423), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3459), + [sym_function_type] = STATE(3676), + [aux_sym__struct_body_repeat1] = STATE(3405), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(617), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -34044,83 +34216,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(687), }, [77] = { - [sym_struct_field_scope] = STATE(3479), - [sym_struct_field_declaration] = STATE(3479), - [sym__struct_field_definition] = STATE(3478), - [sym_embedded_definition] = STATE(3477), - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4411), - [sym_short_element_list] = STATE(4413), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1155), - [sym_type_reference_expression] = STATE(3424), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3424), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(3462), - [sym_function_type] = STATE(2424), - [aux_sym__struct_body_repeat1] = STATE(3381), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym_struct_field_scope] = STATE(3491), + [sym_struct_field_declaration] = STATE(3491), + [sym__struct_field_definition] = STATE(3487), + [sym_embedded_definition] = STATE(3472), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4702), + [sym_short_element_list] = STATE(4701), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1146), + [sym_type_reference_expression] = STATE(3423), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3423), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3459), + [sym_function_type] = STATE(3676), + [aux_sym__struct_body_repeat1] = STATE(3405), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(617), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -34175,83 +34347,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(687), }, [78] = { - [sym_struct_field_scope] = STATE(3479), - [sym_struct_field_declaration] = STATE(3479), - [sym__struct_field_definition] = STATE(3478), - [sym_embedded_definition] = STATE(3477), - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4616), - [sym_short_element_list] = STATE(4617), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1155), - [sym_type_reference_expression] = STATE(3424), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3424), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(3462), - [sym_function_type] = STATE(2424), - [aux_sym__struct_body_repeat1] = STATE(3381), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym_struct_field_scope] = STATE(3491), + [sym_struct_field_declaration] = STATE(3491), + [sym__struct_field_definition] = STATE(3487), + [sym_embedded_definition] = STATE(3472), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4596), + [sym_short_element_list] = STATE(4605), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1146), + [sym_type_reference_expression] = STATE(3423), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3423), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3459), + [sym_function_type] = STATE(3676), + [aux_sym__struct_body_repeat1] = STATE(3405), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(617), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -34306,83 +34478,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(687), }, [79] = { - [sym_struct_field_scope] = STATE(3479), - [sym_struct_field_declaration] = STATE(3479), - [sym__struct_field_definition] = STATE(3478), - [sym_embedded_definition] = STATE(3477), - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4563), - [sym_short_element_list] = STATE(4561), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1155), - [sym_type_reference_expression] = STATE(3424), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3424), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(3462), - [sym_function_type] = STATE(2424), - [aux_sym__struct_body_repeat1] = STATE(3381), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym_struct_field_scope] = STATE(3491), + [sym_struct_field_declaration] = STATE(3491), + [sym__struct_field_definition] = STATE(3487), + [sym_embedded_definition] = STATE(3472), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4532), + [sym_short_element_list] = STATE(4531), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1146), + [sym_type_reference_expression] = STATE(3423), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3423), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3459), + [sym_function_type] = STATE(3676), + [aux_sym__struct_body_repeat1] = STATE(3405), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(617), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -34437,81 +34609,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(687), }, [80] = { - [sym__expression] = STATE(2629), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(117), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4611), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2628), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(133), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4799), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_map_init_expression_repeat1] = STATE(239), - [aux_sym_select_expression_repeat1] = STATE(117), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_map_init_expression_repeat1] = STATE(244), + [aux_sym_select_expression_repeat1] = STATE(133), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -34564,81 +34736,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [81] = { - [sym__expression] = STATE(2629), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(109), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4643), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2628), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(142), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4738), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_map_init_expression_repeat1] = STATE(239), - [aux_sym_select_expression_repeat1] = STATE(109), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_map_init_expression_repeat1] = STATE(244), + [aux_sym_select_expression_repeat1] = STATE(142), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -34691,81 +34863,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [82] = { - [sym__expression] = STATE(2629), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(140), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4571), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2628), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(120), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4525), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_map_init_expression_repeat1] = STATE(239), - [aux_sym_select_expression_repeat1] = STATE(140), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_map_init_expression_repeat1] = STATE(244), + [aux_sym_select_expression_repeat1] = STATE(120), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -34818,81 +34990,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [83] = { - [sym__expression] = STATE(2629), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(115), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4559), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2628), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(117), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4527), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_map_init_expression_repeat1] = STATE(239), - [aux_sym_select_expression_repeat1] = STATE(115), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_map_init_expression_repeat1] = STATE(244), + [aux_sym_select_expression_repeat1] = STATE(117), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -34945,81 +35117,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [84] = { - [sym__expression] = STATE(2629), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(133), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4676), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2628), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(134), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4685), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_map_init_expression_repeat1] = STATE(239), - [aux_sym_select_expression_repeat1] = STATE(133), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_map_init_expression_repeat1] = STATE(244), + [aux_sym_select_expression_repeat1] = STATE(134), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -35072,81 +35244,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [85] = { - [sym__expression] = STATE(2629), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(115), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4559), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2628), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(117), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4527), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_map_init_expression_repeat1] = STATE(239), - [aux_sym_select_expression_repeat1] = STATE(115), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_map_init_expression_repeat1] = STATE(244), + [aux_sym_select_expression_repeat1] = STATE(117), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -35199,86 +35371,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [86] = { - [sym__expression] = STATE(2629), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(111), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4692), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2628), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(134), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4685), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_map_init_expression_repeat1] = STATE(239), - [aux_sym_select_expression_repeat1] = STATE(111), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_map_init_expression_repeat1] = STATE(244), + [aux_sym_select_expression_repeat1] = STATE(134), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(765), + [anon_sym_RBRACE] = ACTIONS(759), [anon_sym_LPAREN] = ACTIONS(697), [anon_sym_fn] = ACTIONS(699), [anon_sym_PLUS] = ACTIONS(701), @@ -35326,86 +35498,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [87] = { - [sym__expression] = STATE(2629), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(111), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4692), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2628), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(130), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4480), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_map_init_expression_repeat1] = STATE(239), - [aux_sym_select_expression_repeat1] = STATE(111), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_map_init_expression_repeat1] = STATE(244), + [aux_sym_select_expression_repeat1] = STATE(130), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(767), + [anon_sym_RBRACE] = ACTIONS(765), [anon_sym_LPAREN] = ACTIONS(697), [anon_sym_fn] = ACTIONS(699), [anon_sym_PLUS] = ACTIONS(701), @@ -35453,86 +35625,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [88] = { - [sym__expression] = STATE(2629), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(135), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4495), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2628), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(131), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4786), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_map_init_expression_repeat1] = STATE(239), - [aux_sym_select_expression_repeat1] = STATE(135), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_map_init_expression_repeat1] = STATE(244), + [aux_sym_select_expression_repeat1] = STATE(131), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(769), + [anon_sym_RBRACE] = ACTIONS(767), [anon_sym_LPAREN] = ACTIONS(697), [anon_sym_fn] = ACTIONS(699), [anon_sym_PLUS] = ACTIONS(701), @@ -35580,86 +35752,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [89] = { - [sym__expression] = STATE(2629), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(139), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4652), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2628), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(117), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4527), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_map_init_expression_repeat1] = STATE(239), - [aux_sym_select_expression_repeat1] = STATE(139), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_map_init_expression_repeat1] = STATE(244), + [aux_sym_select_expression_repeat1] = STATE(117), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(771), + [anon_sym_RBRACE] = ACTIONS(761), [anon_sym_LPAREN] = ACTIONS(697), [anon_sym_fn] = ACTIONS(699), [anon_sym_PLUS] = ACTIONS(701), @@ -35707,86 +35879,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [90] = { - [sym__expression] = STATE(2629), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(119), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4493), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2628), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(134), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4685), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_map_init_expression_repeat1] = STATE(239), - [aux_sym_select_expression_repeat1] = STATE(119), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_map_init_expression_repeat1] = STATE(244), + [aux_sym_select_expression_repeat1] = STATE(134), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(773), + [anon_sym_RBRACE] = ACTIONS(769), [anon_sym_LPAREN] = ACTIONS(697), [anon_sym_fn] = ACTIONS(699), [anon_sym_PLUS] = ACTIONS(701), @@ -35834,86 +36006,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [91] = { - [sym__expression] = STATE(2629), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(138), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4412), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2628), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(118), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4608), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_map_init_expression_repeat1] = STATE(239), - [aux_sym_select_expression_repeat1] = STATE(138), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_map_init_expression_repeat1] = STATE(244), + [aux_sym_select_expression_repeat1] = STATE(118), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(775), + [anon_sym_RBRACE] = ACTIONS(771), [anon_sym_LPAREN] = ACTIONS(697), [anon_sym_fn] = ACTIONS(699), [anon_sym_PLUS] = ACTIONS(701), @@ -35961,86 +36133,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [92] = { - [sym__expression] = STATE(2629), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(139), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4652), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2628), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(120), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4525), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_map_init_expression_repeat1] = STATE(239), - [aux_sym_select_expression_repeat1] = STATE(139), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_map_init_expression_repeat1] = STATE(244), + [aux_sym_select_expression_repeat1] = STATE(120), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(777), + [anon_sym_RBRACE] = ACTIONS(773), [anon_sym_LPAREN] = ACTIONS(697), [anon_sym_fn] = ACTIONS(699), [anon_sym_PLUS] = ACTIONS(701), @@ -36088,86 +36260,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [93] = { - [sym__expression] = STATE(2629), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(125), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4733), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2628), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(112), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4698), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_map_init_expression_repeat1] = STATE(239), - [aux_sym_select_expression_repeat1] = STATE(125), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_map_init_expression_repeat1] = STATE(244), + [aux_sym_select_expression_repeat1] = STATE(112), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(779), + [anon_sym_RBRACE] = ACTIONS(775), [anon_sym_LPAREN] = ACTIONS(697), [anon_sym_fn] = ACTIONS(699), [anon_sym_PLUS] = ACTIONS(701), @@ -36215,86 +36387,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [94] = { - [sym__expression] = STATE(2629), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(140), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4571), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2628), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(115), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4773), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_map_init_expression_repeat1] = STATE(239), - [aux_sym_select_expression_repeat1] = STATE(140), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_map_init_expression_repeat1] = STATE(244), + [aux_sym_select_expression_repeat1] = STATE(115), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(781), + [anon_sym_RBRACE] = ACTIONS(777), [anon_sym_LPAREN] = ACTIONS(697), [anon_sym_fn] = ACTIONS(699), [anon_sym_PLUS] = ACTIONS(701), @@ -36342,86 +36514,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [95] = { - [sym__expression] = STATE(2629), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(106), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4667), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2628), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(130), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4480), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_map_init_expression_repeat1] = STATE(239), - [aux_sym_select_expression_repeat1] = STATE(106), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_map_init_expression_repeat1] = STATE(244), + [aux_sym_select_expression_repeat1] = STATE(130), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(783), + [anon_sym_RBRACE] = ACTIONS(779), [anon_sym_LPAREN] = ACTIONS(697), [anon_sym_fn] = ACTIONS(699), [anon_sym_PLUS] = ACTIONS(701), @@ -36469,86 +36641,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [96] = { - [sym__expression] = STATE(2629), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(138), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4412), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2628), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(115), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4773), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_map_init_expression_repeat1] = STATE(239), - [aux_sym_select_expression_repeat1] = STATE(138), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_map_init_expression_repeat1] = STATE(244), + [aux_sym_select_expression_repeat1] = STATE(115), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(785), + [anon_sym_RBRACE] = ACTIONS(781), [anon_sym_LPAREN] = ACTIONS(697), [anon_sym_fn] = ACTIONS(699), [anon_sym_PLUS] = ACTIONS(701), @@ -36596,86 +36768,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [97] = { - [sym__expression] = STATE(2629), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(139), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4652), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2628), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(142), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4738), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_map_init_expression_repeat1] = STATE(239), - [aux_sym_select_expression_repeat1] = STATE(139), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_map_init_expression_repeat1] = STATE(244), + [aux_sym_select_expression_repeat1] = STATE(142), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(759), + [anon_sym_RBRACE] = ACTIONS(783), [anon_sym_LPAREN] = ACTIONS(697), [anon_sym_fn] = ACTIONS(699), [anon_sym_PLUS] = ACTIONS(701), @@ -36723,86 +36895,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [98] = { - [sym__expression] = STATE(2629), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(115), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4559), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2628), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(108), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4697), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_map_init_expression_repeat1] = STATE(239), - [aux_sym_select_expression_repeat1] = STATE(115), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_map_init_expression_repeat1] = STATE(244), + [aux_sym_select_expression_repeat1] = STATE(108), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(787), + [anon_sym_RBRACE] = ACTIONS(785), [anon_sym_LPAREN] = ACTIONS(697), [anon_sym_fn] = ACTIONS(699), [anon_sym_PLUS] = ACTIONS(701), @@ -36850,86 +37022,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [99] = { - [sym__expression] = STATE(2629), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(115), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4559), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2628), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(123), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4578), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_map_init_expression_repeat1] = STATE(239), - [aux_sym_select_expression_repeat1] = STATE(115), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_map_init_expression_repeat1] = STATE(244), + [aux_sym_select_expression_repeat1] = STATE(123), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), [anon_sym_LBRACE] = ACTIONS(693), - [anon_sym_RBRACE] = ACTIONS(777), + [anon_sym_RBRACE] = ACTIONS(787), [anon_sym_LPAREN] = ACTIONS(697), [anon_sym_fn] = ACTIONS(699), [anon_sym_PLUS] = ACTIONS(701), @@ -36977,81 +37149,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [100] = { - [sym__expression] = STATE(2629), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(135), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4495), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2628), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(117), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4527), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_map_init_expression_repeat1] = STATE(239), - [aux_sym_select_expression_repeat1] = STATE(135), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_map_init_expression_repeat1] = STATE(244), + [aux_sym_select_expression_repeat1] = STATE(117), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -37104,81 +37276,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [101] = { - [sym__expression] = STATE(2629), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(130), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4473), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2628), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(136), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4478), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_map_init_expression_repeat1] = STATE(239), - [aux_sym_select_expression_repeat1] = STATE(130), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_map_init_expression_repeat1] = STATE(244), + [aux_sym_select_expression_repeat1] = STATE(136), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -37231,81 +37403,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [102] = { - [sym__expression] = STATE(1670), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_strictly_expression_list] = STATE(4132), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(771), - [sym_mutable_expression] = STATE(3354), - [sym_expression_list] = STATE(3366), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_simple_statement] = STATE(4541), - [sym_var_declaration] = STATE(4132), - [sym_var_definition_list] = STATE(4548), - [sym_var_definition] = STATE(3984), - [sym_assignment_statement] = STATE(4132), - [sym_block] = STATE(3718), - [sym_range_clause] = STATE(4197), - [sym_for_clause] = STATE(4197), + [sym__expression] = STATE(1656), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_strictly_expression_list] = STATE(4250), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(510), + [sym_mutable_expression] = STATE(3361), + [sym_expression_list] = STATE(3400), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_simple_statement] = STATE(4587), + [sym_var_declaration] = STATE(4250), + [sym_var_definition_list] = STATE(4591), + [sym_var_definition] = STATE(3968), + [sym_assignment_statement] = STATE(4250), + [sym_block] = STATE(1544), + [sym_range_clause] = STATE(4393), + [sym_for_clause] = STATE(4393), [sym_identifier] = ACTIONS(793), [sym_comment] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(795), @@ -37357,81 +37529,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(857), }, [103] = { - [sym__expression] = STATE(1662), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_strictly_expression_list] = STATE(4132), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(771), - [sym_mutable_expression] = STATE(3354), - [sym_expression_list] = STATE(3366), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_simple_statement] = STATE(4541), - [sym_var_declaration] = STATE(4132), - [sym_var_definition_list] = STATE(4548), - [sym_var_definition] = STATE(3984), - [sym_assignment_statement] = STATE(4132), - [sym_block] = STATE(1498), - [sym_range_clause] = STATE(4231), - [sym_for_clause] = STATE(4231), + [sym__expression] = STATE(1674), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_strictly_expression_list] = STATE(4250), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(510), + [sym_mutable_expression] = STATE(3361), + [sym_expression_list] = STATE(3400), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_simple_statement] = STATE(4587), + [sym_var_declaration] = STATE(4250), + [sym_var_definition_list] = STATE(4591), + [sym_var_definition] = STATE(3968), + [sym_assignment_statement] = STATE(4250), + [sym_block] = STATE(3735), + [sym_range_clause] = STATE(4239), + [sym_for_clause] = STATE(4239), [sym_identifier] = ACTIONS(793), [sym_comment] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(795), @@ -37483,79 +37655,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(857), }, [104] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4526), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(121), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4635), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(121), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -37608,79 +37780,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [105] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4640), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(122), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4741), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(122), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -37733,79 +37905,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [106] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4719), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4620), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -37858,79 +38030,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [107] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4601), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(106), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4637), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(106), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -37983,79 +38155,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [108] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(110), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4681), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4479), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(110), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -38108,79 +38280,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [109] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4628), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4593), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -38233,79 +38405,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [110] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4690), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4493), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -38358,79 +38530,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [111] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4678), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4551), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -38483,79 +38655,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [112] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(127), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4627), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4664), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(127), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -38608,79 +38780,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [113] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4592), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(119), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4663), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(119), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -38733,79 +38905,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [114] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(104), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4530), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(109), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4592), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(104), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(109), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -38858,79 +39030,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [115] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4536), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4600), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -38983,79 +39155,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [116] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4630), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(110), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4504), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(110), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -39108,79 +39280,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [117] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4604), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4505), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -39233,79 +39405,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [118] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(134), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4716), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4633), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(134), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -39358,79 +39530,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [119] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4710), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4643), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -39483,79 +39655,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [120] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4456), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4484), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -39608,79 +39780,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [121] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4451), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4651), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -39733,79 +39905,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [122] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(120), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4453), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4732), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(120), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -39858,79 +40030,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [123] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(107), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4603), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4658), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(107), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -39983,79 +40155,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [124] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4674), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(125), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4653), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(125), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -40108,79 +40280,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [125] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4726), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4692), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -40233,79 +40405,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [126] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(124), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4677), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4574), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(124), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -40358,79 +40530,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [127] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4622), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4757), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -40483,79 +40655,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [128] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(129), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4725), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(127), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4766), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(129), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(127), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -40608,79 +40780,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [129] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4723), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(126), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4572), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(126), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -40733,79 +40905,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [130] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4454), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4570), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -40858,79 +41030,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [131] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(113), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4589), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4770), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(113), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -40983,79 +41155,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [132] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(105), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4634), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(111), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4554), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(105), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(111), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -41108,79 +41280,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [133] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4633), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4745), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -41233,79 +41405,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [134] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4516), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4712), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -41358,79 +41530,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [135] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4509), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(139), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4721), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(139), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -41483,79 +41655,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [136] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(121), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4442), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4782), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(121), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -41608,79 +41780,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [137] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(141), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4513), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(138), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4800), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(141), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(138), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -41733,79 +41905,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [138] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4441), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4680), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -41858,79 +42030,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [139] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4635), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4727), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -41983,79 +42155,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [140] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4588), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4774), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -42108,79 +42280,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [141] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4517), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(140), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4802), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(140), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -42233,79 +42405,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [142] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(116), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_select_else_arn_clause] = STATE(4408), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_select_else_arn_clause] = STATE(4794), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(116), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), [sym_identifier] = ACTIONS(689), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), @@ -42358,78 +42530,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(753), }, [143] = { - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4673), - [sym_short_element_list] = STATE(4675), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1147), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4676), + [sym_short_element_list] = STATE(4629), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1153), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(939), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -42482,83 +42654,207 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(687), }, [144] = { - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4637), - [sym_short_element_list] = STATE(4636), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1147), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym__expression] = STATE(2673), + [sym__expression_without_blocks] = STATE(1926), + [sym__expression_with_blocks] = STATE(2910), + [sym_inc_expression] = STATE(1926), + [sym_dec_expression] = STATE(1926), + [sym_or_block_expression] = STATE(1926), + [sym_option_propagation_expression] = STATE(1926), + [sym_result_propagation_expression] = STATE(1926), + [sym_anon_struct_value_expression] = STATE(2906), + [sym_go_expression] = STATE(1926), + [sym_spawn_expression] = STATE(1926), + [sym_parenthesized_expression] = STATE(1926), + [sym_call_expression] = STATE(1926), + [sym_type_initializer] = STATE(2906), + [sym_function_literal] = STATE(1926), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1926), + [sym_receive_expression] = STATE(1926), + [sym_binary_expression] = STATE(1926), + [sym_as_type_cast_expression] = STATE(1926), + [sym__max_group] = STATE(1926), + [sym_literal] = STATE(1926), + [sym_map_init_expression] = STATE(2906), + [sym_array_creation] = STATE(1926), + [sym_fixed_array_creation] = STATE(1926), + [sym_selector_expression] = STATE(1926), + [sym_index_expression] = STATE(1926), + [sym_slice_expression] = STATE(1926), + [sym_if_expression] = STATE(2906), + [sym_compile_time_if_expression] = STATE(2906), + [sym_is_expression] = STATE(1926), + [sym_not_is_expression] = STATE(1926), + [sym_in_expression] = STATE(1926), + [sym_not_in_expression] = STATE(1926), + [sym_enum_fetch] = STATE(1926), + [sym_match_expression] = STATE(2906), + [sym_select_expression] = STATE(2906), + [sym_select_arm] = STATE(144), + [sym_select_arm_statement] = STATE(4325), + [sym_select_var_declaration] = STATE(4652), + [sym_lock_expression] = STATE(2906), + [sym_unsafe_expression] = STATE(2906), + [sym_sql_expression] = STATE(2906), + [sym_c_string_literal] = STATE(2030), + [sym_raw_string_literal] = STATE(2030), + [sym_interpreted_string_literal] = STATE(2030), + [sym_pseudo_compile_time_identifier] = STATE(1926), + [sym_mutability_modifiers] = STATE(542), + [sym_mutable_identifier] = STATE(4077), + [sym_identifier_list] = STATE(4654), + [sym_expression_without_blocks_list] = STATE(3373), + [sym_plain_type] = STATE(4419), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_send_statement] = STATE(4652), + [aux_sym_select_expression_repeat1] = STATE(144), + [sym_identifier] = ACTIONS(943), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(946), + [anon_sym_LBRACE] = ACTIONS(949), + [anon_sym_RBRACE] = ACTIONS(952), + [anon_sym_LPAREN] = ACTIONS(954), + [anon_sym_fn] = ACTIONS(957), + [anon_sym_PLUS] = ACTIONS(960), + [anon_sym_DASH] = ACTIONS(960), + [anon_sym_STAR] = ACTIONS(963), + [anon_sym_struct] = ACTIONS(966), + [anon_sym_mut] = ACTIONS(969), + [anon_sym_QMARK] = ACTIONS(972), + [anon_sym_BANG] = ACTIONS(975), + [anon_sym_go] = ACTIONS(978), + [anon_sym_spawn] = ACTIONS(981), + [anon_sym_json_DOTdecode] = ACTIONS(984), + [anon_sym_LBRACK2] = ACTIONS(987), + [anon_sym_TILDE] = ACTIONS(960), + [anon_sym_CARET] = ACTIONS(960), + [anon_sym_AMP] = ACTIONS(990), + [anon_sym_LT_DASH] = ACTIONS(993), + [sym_none] = ACTIONS(996), + [sym_true] = ACTIONS(996), + [sym_false] = ACTIONS(996), + [sym_nil] = ACTIONS(996), + [anon_sym_if] = ACTIONS(999), + [anon_sym_else] = ACTIONS(1002), + [anon_sym_DOLLARif] = ACTIONS(1004), + [anon_sym_match] = ACTIONS(1007), + [anon_sym_select] = ACTIONS(1010), + [anon_sym_lock] = ACTIONS(1013), + [anon_sym_rlock] = ACTIONS(1013), + [anon_sym_unsafe] = ACTIONS(1016), + [anon_sym_sql] = ACTIONS(1019), + [sym_int_literal] = ACTIONS(996), + [sym_float_literal] = ACTIONS(1022), + [sym_rune_literal] = ACTIONS(1022), + [anon_sym_AT] = ACTIONS(1025), + [anon_sym_shared] = ACTIONS(1028), + [anon_sym_map_LBRACK] = ACTIONS(1031), + [anon_sym_chan] = ACTIONS(1034), + [anon_sym_thread] = ACTIONS(1037), + [anon_sym_atomic] = ACTIONS(1040), + [sym___double_quote] = ACTIONS(1043), + [sym___single_quote] = ACTIONS(1046), + [sym___c_double_quote] = ACTIONS(1049), + [sym___c_single_quote] = ACTIONS(1052), + [sym___r_double_quote] = ACTIONS(1055), + [sym___r_single_quote] = ACTIONS(1058), + }, + [145] = { + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4754), + [sym_short_element_list] = STATE(4756), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1153), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(939), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), [anon_sym_LBRACE] = ACTIONS(621), - [anon_sym_RBRACE] = ACTIONS(943), + [anon_sym_RBRACE] = ACTIONS(1061), [anon_sym_LPAREN] = ACTIONS(625), [anon_sym_fn] = ACTIONS(629), [anon_sym_PLUS] = ACTIONS(631), @@ -42605,84 +42901,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(685), [sym___r_single_quote] = ACTIONS(687), }, - [145] = { - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4625), - [sym_short_element_list] = STATE(4629), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1147), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [146] = { + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4769), + [sym_short_element_list] = STATE(4763), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1153), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(939), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), [anon_sym_LBRACE] = ACTIONS(621), - [anon_sym_RBRACE] = ACTIONS(945), + [anon_sym_RBRACE] = ACTIONS(1063), [anon_sym_LPAREN] = ACTIONS(625), [anon_sym_fn] = ACTIONS(629), [anon_sym_PLUS] = ACTIONS(631), @@ -42729,203 +43025,79 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(685), [sym___r_single_quote] = ACTIONS(687), }, - [146] = { - [sym__expression] = STATE(2802), - [sym__expression_without_blocks] = STATE(1922), - [sym__expression_with_blocks] = STATE(2890), - [sym_inc_expression] = STATE(1922), - [sym_dec_expression] = STATE(1922), - [sym_or_block_expression] = STATE(1922), - [sym_option_propagation_expression] = STATE(1922), - [sym_result_propagation_expression] = STATE(1922), - [sym_anon_struct_value_expression] = STATE(2902), - [sym_go_expression] = STATE(1922), - [sym_spawn_expression] = STATE(1922), - [sym_parenthesized_expression] = STATE(1922), - [sym_call_expression] = STATE(1922), - [sym_type_initializer] = STATE(2902), - [sym_function_literal] = STATE(1922), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1922), - [sym_receive_expression] = STATE(1922), - [sym_binary_expression] = STATE(1922), - [sym_as_type_cast_expression] = STATE(1922), - [sym__max_group] = STATE(1922), - [sym_literal] = STATE(1922), - [sym_map_init_expression] = STATE(2902), - [sym_array_creation] = STATE(1922), - [sym_fixed_array_creation] = STATE(1922), - [sym_selector_expression] = STATE(1922), - [sym_index_expression] = STATE(1922), - [sym_slice_expression] = STATE(1922), - [sym_if_expression] = STATE(2902), - [sym_compile_time_if_expression] = STATE(2902), - [sym_is_expression] = STATE(1922), - [sym_not_is_expression] = STATE(1922), - [sym_in_expression] = STATE(1922), - [sym_not_in_expression] = STATE(1922), - [sym_enum_fetch] = STATE(1922), - [sym_match_expression] = STATE(2902), - [sym_select_expression] = STATE(2902), - [sym_select_arm] = STATE(146), - [sym_select_arm_statement] = STATE(4300), - [sym_select_var_declaration] = STATE(4492), - [sym_lock_expression] = STATE(2902), - [sym_unsafe_expression] = STATE(2902), - [sym_sql_expression] = STATE(2902), - [sym_c_string_literal] = STATE(2030), - [sym_raw_string_literal] = STATE(2030), - [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(1922), - [sym_mutability_modifiers] = STATE(530), - [sym_mutable_identifier] = STATE(3923), - [sym_identifier_list] = STATE(4494), - [sym_expression_without_blocks_list] = STATE(3359), - [sym_plain_type] = STATE(4147), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_send_statement] = STATE(4492), - [aux_sym_select_expression_repeat1] = STATE(146), - [sym_identifier] = ACTIONS(947), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(950), - [anon_sym_LBRACE] = ACTIONS(953), - [anon_sym_RBRACE] = ACTIONS(956), - [anon_sym_LPAREN] = ACTIONS(958), - [anon_sym_fn] = ACTIONS(961), - [anon_sym_PLUS] = ACTIONS(964), - [anon_sym_DASH] = ACTIONS(964), - [anon_sym_STAR] = ACTIONS(967), - [anon_sym_struct] = ACTIONS(970), - [anon_sym_mut] = ACTIONS(973), - [anon_sym_QMARK] = ACTIONS(976), - [anon_sym_BANG] = ACTIONS(979), - [anon_sym_go] = ACTIONS(982), - [anon_sym_spawn] = ACTIONS(985), - [anon_sym_json_DOTdecode] = ACTIONS(988), - [anon_sym_LBRACK2] = ACTIONS(991), - [anon_sym_TILDE] = ACTIONS(964), - [anon_sym_CARET] = ACTIONS(964), - [anon_sym_AMP] = ACTIONS(994), - [anon_sym_LT_DASH] = ACTIONS(997), - [sym_none] = ACTIONS(1000), - [sym_true] = ACTIONS(1000), - [sym_false] = ACTIONS(1000), - [sym_nil] = ACTIONS(1000), - [anon_sym_if] = ACTIONS(1003), - [anon_sym_else] = ACTIONS(1006), - [anon_sym_DOLLARif] = ACTIONS(1008), - [anon_sym_match] = ACTIONS(1011), - [anon_sym_select] = ACTIONS(1014), - [anon_sym_lock] = ACTIONS(1017), - [anon_sym_rlock] = ACTIONS(1017), - [anon_sym_unsafe] = ACTIONS(1020), - [anon_sym_sql] = ACTIONS(1023), - [sym_int_literal] = ACTIONS(1000), - [sym_float_literal] = ACTIONS(1026), - [sym_rune_literal] = ACTIONS(1026), - [anon_sym_AT] = ACTIONS(1029), - [anon_sym_shared] = ACTIONS(1032), - [anon_sym_map_LBRACK] = ACTIONS(1035), - [anon_sym_chan] = ACTIONS(1038), - [anon_sym_thread] = ACTIONS(1041), - [anon_sym_atomic] = ACTIONS(1044), - [sym___double_quote] = ACTIONS(1047), - [sym___single_quote] = ACTIONS(1050), - [sym___c_double_quote] = ACTIONS(1053), - [sym___c_single_quote] = ACTIONS(1056), - [sym___r_double_quote] = ACTIONS(1059), - [sym___r_single_quote] = ACTIONS(1062), - }, [147] = { - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4647), - [sym_short_element_list] = STATE(4644), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1147), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4687), + [sym_short_element_list] = STATE(4686), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1153), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(939), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -42978,78 +43150,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(687), }, [148] = { - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4463), - [sym_short_element_list] = STATE(4462), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1147), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4778), + [sym_short_element_list] = STATE(4775), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1153), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(939), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -43102,78 +43274,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(687), }, [149] = { - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4546), - [sym_short_element_list] = STATE(4551), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1147), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4688), + [sym_short_element_list] = STATE(4681), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1153), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(939), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -43226,78 +43398,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(687), }, [150] = { - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4501), - [sym_short_element_list] = STATE(4503), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1147), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4617), + [sym_short_element_list] = STATE(4621), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1153), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(939), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -43350,78 +43522,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(687), }, [151] = { - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4683), - [sym_short_element_list] = STATE(4682), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1147), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4508), + [sym_short_element_list] = STATE(4514), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1153), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(939), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -43474,78 +43646,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(687), }, [152] = { - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4579), - [sym_short_element_list] = STATE(4584), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1147), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4511), + [sym_short_element_list] = STATE(4510), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1153), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(939), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -43598,78 +43770,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(687), }, [153] = { - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4527), - [sym_short_element_list] = STATE(4606), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1147), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4714), + [sym_short_element_list] = STATE(4715), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1153), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(939), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -43722,78 +43894,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(687), }, [154] = { - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4436), - [sym_short_element_list] = STATE(4437), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1147), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4668), + [sym_short_element_list] = STATE(4667), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1153), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(939), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -43846,78 +44018,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(687), }, [155] = { - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4479), - [sym_short_element_list] = STATE(4547), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1147), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4704), + [sym_short_element_list] = STATE(4705), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1153), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(939), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -43970,78 +44142,78 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(687), }, [156] = { - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element_list] = STATE(4729), - [sym_short_element_list] = STATE(4728), - [sym_element] = STATE(1939), - [sym_keyed_element] = STATE(3476), - [sym_field_name] = STATE(4432), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1147), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_spread_expression] = STATE(3476), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_element_list_repeat1] = STATE(3466), - [aux_sym_short_element_list_repeat1] = STATE(265), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element_list] = STATE(4495), + [sym_short_element_list] = STATE(4494), + [sym_element] = STATE(2143), + [sym_keyed_element] = STATE(3483), + [sym_field_name] = STATE(4589), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1153), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_spread_expression] = STATE(3483), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_element_list_repeat1] = STATE(3474), + [aux_sym_short_element_list_repeat1] = STATE(225), [sym_identifier] = ACTIONS(939), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -44094,77 +44266,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(687), }, [157] = { - [sym__expression] = STATE(2649), + [sym__expression] = STATE(2652), [sym__expression_without_blocks] = STATE(2651), - [sym__expression_with_blocks] = STATE(2796), + [sym__expression_with_blocks] = STATE(2815), [sym_inc_expression] = STATE(2651), [sym_dec_expression] = STATE(2651), [sym_or_block_expression] = STATE(2651), [sym_option_propagation_expression] = STATE(2651), [sym_result_propagation_expression] = STATE(2651), - [sym_anon_struct_value_expression] = STATE(2795), + [sym_anon_struct_value_expression] = STATE(2749), [sym_go_expression] = STATE(2651), [sym_spawn_expression] = STATE(2651), [sym_parenthesized_expression] = STATE(2651), [sym_call_expression] = STATE(2651), - [sym_type_initializer] = STATE(2795), + [sym_type_initializer] = STATE(2749), [sym_function_literal] = STATE(2651), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), [sym_unary_expression] = STATE(2651), [sym_receive_expression] = STATE(2651), [sym_binary_expression] = STATE(2651), [sym_as_type_cast_expression] = STATE(2651), [sym__max_group] = STATE(2651), [sym_literal] = STATE(2651), - [sym_map_init_expression] = STATE(2795), + [sym_map_init_expression] = STATE(2749), [sym_array_creation] = STATE(2651), [sym_fixed_array_creation] = STATE(2651), [sym_selector_expression] = STATE(2651), [sym_index_expression] = STATE(2651), [sym_slice_expression] = STATE(2651), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), [sym_is_expression] = STATE(2651), [sym_not_is_expression] = STATE(2651), [sym_in_expression] = STATE(2651), [sym_not_in_expression] = STATE(2651), [sym_enum_fetch] = STATE(2651), - [sym_match_expression] = STATE(2795), - [sym_match_arms] = STATE(4727), - [sym_match_arm] = STATE(173), - [sym_match_expression_list] = STATE(4259), - [sym_match_arm_type] = STATE(3953), - [sym_match_else_arm_clause] = STATE(173), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), + [sym_match_expression] = STATE(2749), + [sym_match_arms] = STATE(4746), + [sym_match_arm] = STATE(171), + [sym_match_expression_list] = STATE(4242), + [sym_match_arm_type] = STATE(3918), + [sym_match_else_arm_clause] = STATE(171), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), [sym_pseudo_compile_time_identifier] = STATE(2651), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(3951), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__definite_range] = STATE(3937), - [aux_sym_match_arms_repeat1] = STATE(173), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4110), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__definite_range] = STATE(3903), + [aux_sym_match_arms_repeat1] = STATE(171), [sym_identifier] = ACTIONS(1085), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), @@ -44217,77 +44389,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1149), }, [158] = { - [sym__expression] = STATE(2649), + [sym__expression] = STATE(2652), [sym__expression_without_blocks] = STATE(2651), - [sym__expression_with_blocks] = STATE(2796), + [sym__expression_with_blocks] = STATE(2815), [sym_inc_expression] = STATE(2651), [sym_dec_expression] = STATE(2651), [sym_or_block_expression] = STATE(2651), [sym_option_propagation_expression] = STATE(2651), [sym_result_propagation_expression] = STATE(2651), - [sym_anon_struct_value_expression] = STATE(2795), + [sym_anon_struct_value_expression] = STATE(2749), [sym_go_expression] = STATE(2651), [sym_spawn_expression] = STATE(2651), [sym_parenthesized_expression] = STATE(2651), [sym_call_expression] = STATE(2651), - [sym_type_initializer] = STATE(2795), + [sym_type_initializer] = STATE(2749), [sym_function_literal] = STATE(2651), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), [sym_unary_expression] = STATE(2651), [sym_receive_expression] = STATE(2651), [sym_binary_expression] = STATE(2651), [sym_as_type_cast_expression] = STATE(2651), [sym__max_group] = STATE(2651), [sym_literal] = STATE(2651), - [sym_map_init_expression] = STATE(2795), + [sym_map_init_expression] = STATE(2749), [sym_array_creation] = STATE(2651), [sym_fixed_array_creation] = STATE(2651), [sym_selector_expression] = STATE(2651), [sym_index_expression] = STATE(2651), [sym_slice_expression] = STATE(2651), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), [sym_is_expression] = STATE(2651), [sym_not_is_expression] = STATE(2651), [sym_in_expression] = STATE(2651), [sym_not_in_expression] = STATE(2651), [sym_enum_fetch] = STATE(2651), - [sym_match_expression] = STATE(2795), - [sym_match_arms] = STATE(4537), - [sym_match_arm] = STATE(173), - [sym_match_expression_list] = STATE(4259), - [sym_match_arm_type] = STATE(3953), - [sym_match_else_arm_clause] = STATE(173), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), + [sym_match_expression] = STATE(2749), + [sym_match_arms] = STATE(4771), + [sym_match_arm] = STATE(171), + [sym_match_expression_list] = STATE(4242), + [sym_match_arm_type] = STATE(3918), + [sym_match_else_arm_clause] = STATE(171), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), [sym_pseudo_compile_time_identifier] = STATE(2651), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(3951), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__definite_range] = STATE(3937), - [aux_sym_match_arms_repeat1] = STATE(173), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4110), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__definite_range] = STATE(3903), + [aux_sym_match_arms_repeat1] = STATE(171), [sym_identifier] = ACTIONS(1085), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), @@ -44340,77 +44512,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1149), }, [159] = { - [sym__expression] = STATE(2649), + [sym__expression] = STATE(2652), [sym__expression_without_blocks] = STATE(2651), - [sym__expression_with_blocks] = STATE(2796), + [sym__expression_with_blocks] = STATE(2815), [sym_inc_expression] = STATE(2651), [sym_dec_expression] = STATE(2651), [sym_or_block_expression] = STATE(2651), [sym_option_propagation_expression] = STATE(2651), [sym_result_propagation_expression] = STATE(2651), - [sym_anon_struct_value_expression] = STATE(2795), + [sym_anon_struct_value_expression] = STATE(2749), [sym_go_expression] = STATE(2651), [sym_spawn_expression] = STATE(2651), [sym_parenthesized_expression] = STATE(2651), [sym_call_expression] = STATE(2651), - [sym_type_initializer] = STATE(2795), + [sym_type_initializer] = STATE(2749), [sym_function_literal] = STATE(2651), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), [sym_unary_expression] = STATE(2651), [sym_receive_expression] = STATE(2651), [sym_binary_expression] = STATE(2651), [sym_as_type_cast_expression] = STATE(2651), [sym__max_group] = STATE(2651), [sym_literal] = STATE(2651), - [sym_map_init_expression] = STATE(2795), + [sym_map_init_expression] = STATE(2749), [sym_array_creation] = STATE(2651), [sym_fixed_array_creation] = STATE(2651), [sym_selector_expression] = STATE(2651), [sym_index_expression] = STATE(2651), [sym_slice_expression] = STATE(2651), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), [sym_is_expression] = STATE(2651), [sym_not_is_expression] = STATE(2651), [sym_in_expression] = STATE(2651), [sym_not_in_expression] = STATE(2651), [sym_enum_fetch] = STATE(2651), - [sym_match_expression] = STATE(2795), - [sym_match_arms] = STATE(4632), - [sym_match_arm] = STATE(173), - [sym_match_expression_list] = STATE(4259), - [sym_match_arm_type] = STATE(3953), - [sym_match_else_arm_clause] = STATE(173), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), + [sym_match_expression] = STATE(2749), + [sym_match_arms] = STATE(4657), + [sym_match_arm] = STATE(171), + [sym_match_expression_list] = STATE(4242), + [sym_match_arm_type] = STATE(3918), + [sym_match_else_arm_clause] = STATE(171), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), [sym_pseudo_compile_time_identifier] = STATE(2651), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(3951), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__definite_range] = STATE(3937), - [aux_sym_match_arms_repeat1] = STATE(173), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4110), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__definite_range] = STATE(3903), + [aux_sym_match_arms_repeat1] = STATE(171), [sym_identifier] = ACTIONS(1085), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), @@ -44463,77 +44635,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1149), }, [160] = { - [sym__expression] = STATE(2649), + [sym__expression] = STATE(2652), [sym__expression_without_blocks] = STATE(2651), - [sym__expression_with_blocks] = STATE(2796), + [sym__expression_with_blocks] = STATE(2815), [sym_inc_expression] = STATE(2651), [sym_dec_expression] = STATE(2651), [sym_or_block_expression] = STATE(2651), [sym_option_propagation_expression] = STATE(2651), [sym_result_propagation_expression] = STATE(2651), - [sym_anon_struct_value_expression] = STATE(2795), + [sym_anon_struct_value_expression] = STATE(2749), [sym_go_expression] = STATE(2651), [sym_spawn_expression] = STATE(2651), [sym_parenthesized_expression] = STATE(2651), [sym_call_expression] = STATE(2651), - [sym_type_initializer] = STATE(2795), + [sym_type_initializer] = STATE(2749), [sym_function_literal] = STATE(2651), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), [sym_unary_expression] = STATE(2651), [sym_receive_expression] = STATE(2651), [sym_binary_expression] = STATE(2651), [sym_as_type_cast_expression] = STATE(2651), [sym__max_group] = STATE(2651), [sym_literal] = STATE(2651), - [sym_map_init_expression] = STATE(2795), + [sym_map_init_expression] = STATE(2749), [sym_array_creation] = STATE(2651), [sym_fixed_array_creation] = STATE(2651), [sym_selector_expression] = STATE(2651), [sym_index_expression] = STATE(2651), [sym_slice_expression] = STATE(2651), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), [sym_is_expression] = STATE(2651), [sym_not_is_expression] = STATE(2651), [sym_in_expression] = STATE(2651), [sym_not_in_expression] = STATE(2651), [sym_enum_fetch] = STATE(2651), - [sym_match_expression] = STATE(2795), - [sym_match_arms] = STATE(4680), - [sym_match_arm] = STATE(173), - [sym_match_expression_list] = STATE(4259), - [sym_match_arm_type] = STATE(3953), - [sym_match_else_arm_clause] = STATE(173), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), + [sym_match_expression] = STATE(2749), + [sym_match_arms] = STATE(4711), + [sym_match_arm] = STATE(171), + [sym_match_expression_list] = STATE(4242), + [sym_match_arm_type] = STATE(3918), + [sym_match_else_arm_clause] = STATE(171), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), [sym_pseudo_compile_time_identifier] = STATE(2651), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(3951), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__definite_range] = STATE(3937), - [aux_sym_match_arms_repeat1] = STATE(173), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4110), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__definite_range] = STATE(3903), + [aux_sym_match_arms_repeat1] = STATE(171), [sym_identifier] = ACTIONS(1085), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), @@ -44586,77 +44758,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1149), }, [161] = { - [sym__expression] = STATE(2649), + [sym__expression] = STATE(2652), [sym__expression_without_blocks] = STATE(2651), - [sym__expression_with_blocks] = STATE(2796), + [sym__expression_with_blocks] = STATE(2815), [sym_inc_expression] = STATE(2651), [sym_dec_expression] = STATE(2651), [sym_or_block_expression] = STATE(2651), [sym_option_propagation_expression] = STATE(2651), [sym_result_propagation_expression] = STATE(2651), - [sym_anon_struct_value_expression] = STATE(2795), + [sym_anon_struct_value_expression] = STATE(2749), [sym_go_expression] = STATE(2651), [sym_spawn_expression] = STATE(2651), [sym_parenthesized_expression] = STATE(2651), [sym_call_expression] = STATE(2651), - [sym_type_initializer] = STATE(2795), + [sym_type_initializer] = STATE(2749), [sym_function_literal] = STATE(2651), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), [sym_unary_expression] = STATE(2651), [sym_receive_expression] = STATE(2651), [sym_binary_expression] = STATE(2651), [sym_as_type_cast_expression] = STATE(2651), [sym__max_group] = STATE(2651), [sym_literal] = STATE(2651), - [sym_map_init_expression] = STATE(2795), + [sym_map_init_expression] = STATE(2749), [sym_array_creation] = STATE(2651), [sym_fixed_array_creation] = STATE(2651), [sym_selector_expression] = STATE(2651), [sym_index_expression] = STATE(2651), [sym_slice_expression] = STATE(2651), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), [sym_is_expression] = STATE(2651), [sym_not_is_expression] = STATE(2651), [sym_in_expression] = STATE(2651), [sym_not_in_expression] = STATE(2651), [sym_enum_fetch] = STATE(2651), - [sym_match_expression] = STATE(2795), - [sym_match_arms] = STATE(4605), - [sym_match_arm] = STATE(173), - [sym_match_expression_list] = STATE(4259), - [sym_match_arm_type] = STATE(3953), - [sym_match_else_arm_clause] = STATE(173), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), + [sym_match_expression] = STATE(2749), + [sym_match_arms] = STATE(4631), + [sym_match_arm] = STATE(171), + [sym_match_expression_list] = STATE(4242), + [sym_match_arm_type] = STATE(3918), + [sym_match_else_arm_clause] = STATE(171), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), [sym_pseudo_compile_time_identifier] = STATE(2651), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(3951), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__definite_range] = STATE(3937), - [aux_sym_match_arms_repeat1] = STATE(173), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4110), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__definite_range] = STATE(3903), + [aux_sym_match_arms_repeat1] = STATE(171), [sym_identifier] = ACTIONS(1085), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), @@ -44709,77 +44881,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1149), }, [162] = { - [sym__expression] = STATE(2649), + [sym__expression] = STATE(2652), [sym__expression_without_blocks] = STATE(2651), - [sym__expression_with_blocks] = STATE(2796), + [sym__expression_with_blocks] = STATE(2815), [sym_inc_expression] = STATE(2651), [sym_dec_expression] = STATE(2651), [sym_or_block_expression] = STATE(2651), [sym_option_propagation_expression] = STATE(2651), [sym_result_propagation_expression] = STATE(2651), - [sym_anon_struct_value_expression] = STATE(2795), + [sym_anon_struct_value_expression] = STATE(2749), [sym_go_expression] = STATE(2651), [sym_spawn_expression] = STATE(2651), [sym_parenthesized_expression] = STATE(2651), [sym_call_expression] = STATE(2651), - [sym_type_initializer] = STATE(2795), + [sym_type_initializer] = STATE(2749), [sym_function_literal] = STATE(2651), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), [sym_unary_expression] = STATE(2651), [sym_receive_expression] = STATE(2651), [sym_binary_expression] = STATE(2651), [sym_as_type_cast_expression] = STATE(2651), [sym__max_group] = STATE(2651), [sym_literal] = STATE(2651), - [sym_map_init_expression] = STATE(2795), + [sym_map_init_expression] = STATE(2749), [sym_array_creation] = STATE(2651), [sym_fixed_array_creation] = STATE(2651), [sym_selector_expression] = STATE(2651), [sym_index_expression] = STATE(2651), [sym_slice_expression] = STATE(2651), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), [sym_is_expression] = STATE(2651), [sym_not_is_expression] = STATE(2651), [sym_in_expression] = STATE(2651), [sym_not_in_expression] = STATE(2651), [sym_enum_fetch] = STATE(2651), - [sym_match_expression] = STATE(2795), - [sym_match_arms] = STATE(4455), - [sym_match_arm] = STATE(173), - [sym_match_expression_list] = STATE(4259), - [sym_match_arm_type] = STATE(3953), - [sym_match_else_arm_clause] = STATE(173), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), + [sym_match_expression] = STATE(2749), + [sym_match_arms] = STATE(4568), + [sym_match_arm] = STATE(171), + [sym_match_expression_list] = STATE(4242), + [sym_match_arm_type] = STATE(3918), + [sym_match_else_arm_clause] = STATE(171), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), [sym_pseudo_compile_time_identifier] = STATE(2651), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(3951), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__definite_range] = STATE(3937), - [aux_sym_match_arms_repeat1] = STATE(173), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4110), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__definite_range] = STATE(3903), + [aux_sym_match_arms_repeat1] = STATE(171), [sym_identifier] = ACTIONS(1085), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), @@ -44832,77 +45004,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1149), }, [163] = { - [sym__expression] = STATE(2649), + [sym__expression] = STATE(2652), [sym__expression_without_blocks] = STATE(2651), - [sym__expression_with_blocks] = STATE(2796), + [sym__expression_with_blocks] = STATE(2815), [sym_inc_expression] = STATE(2651), [sym_dec_expression] = STATE(2651), [sym_or_block_expression] = STATE(2651), [sym_option_propagation_expression] = STATE(2651), [sym_result_propagation_expression] = STATE(2651), - [sym_anon_struct_value_expression] = STATE(2795), + [sym_anon_struct_value_expression] = STATE(2749), [sym_go_expression] = STATE(2651), [sym_spawn_expression] = STATE(2651), [sym_parenthesized_expression] = STATE(2651), [sym_call_expression] = STATE(2651), - [sym_type_initializer] = STATE(2795), + [sym_type_initializer] = STATE(2749), [sym_function_literal] = STATE(2651), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), [sym_unary_expression] = STATE(2651), [sym_receive_expression] = STATE(2651), [sym_binary_expression] = STATE(2651), [sym_as_type_cast_expression] = STATE(2651), [sym__max_group] = STATE(2651), [sym_literal] = STATE(2651), - [sym_map_init_expression] = STATE(2795), + [sym_map_init_expression] = STATE(2749), [sym_array_creation] = STATE(2651), [sym_fixed_array_creation] = STATE(2651), [sym_selector_expression] = STATE(2651), [sym_index_expression] = STATE(2651), [sym_slice_expression] = STATE(2651), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), [sym_is_expression] = STATE(2651), [sym_not_is_expression] = STATE(2651), [sym_in_expression] = STATE(2651), [sym_not_in_expression] = STATE(2651), [sym_enum_fetch] = STATE(2651), - [sym_match_expression] = STATE(2795), - [sym_match_arms] = STATE(4679), - [sym_match_arm] = STATE(173), - [sym_match_expression_list] = STATE(4259), - [sym_match_arm_type] = STATE(3953), - [sym_match_else_arm_clause] = STATE(173), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), + [sym_match_expression] = STATE(2749), + [sym_match_arms] = STATE(4650), + [sym_match_arm] = STATE(171), + [sym_match_expression_list] = STATE(4242), + [sym_match_arm_type] = STATE(3918), + [sym_match_else_arm_clause] = STATE(171), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), [sym_pseudo_compile_time_identifier] = STATE(2651), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(3951), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__definite_range] = STATE(3937), - [aux_sym_match_arms_repeat1] = STATE(173), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4110), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__definite_range] = STATE(3903), + [aux_sym_match_arms_repeat1] = STATE(171), [sym_identifier] = ACTIONS(1085), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), @@ -44955,77 +45127,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1149), }, [164] = { - [sym__expression] = STATE(2649), + [sym__expression] = STATE(2652), [sym__expression_without_blocks] = STATE(2651), - [sym__expression_with_blocks] = STATE(2796), + [sym__expression_with_blocks] = STATE(2815), [sym_inc_expression] = STATE(2651), [sym_dec_expression] = STATE(2651), [sym_or_block_expression] = STATE(2651), [sym_option_propagation_expression] = STATE(2651), [sym_result_propagation_expression] = STATE(2651), - [sym_anon_struct_value_expression] = STATE(2795), + [sym_anon_struct_value_expression] = STATE(2749), [sym_go_expression] = STATE(2651), [sym_spawn_expression] = STATE(2651), [sym_parenthesized_expression] = STATE(2651), [sym_call_expression] = STATE(2651), - [sym_type_initializer] = STATE(2795), + [sym_type_initializer] = STATE(2749), [sym_function_literal] = STATE(2651), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), [sym_unary_expression] = STATE(2651), [sym_receive_expression] = STATE(2651), [sym_binary_expression] = STATE(2651), [sym_as_type_cast_expression] = STATE(2651), [sym__max_group] = STATE(2651), [sym_literal] = STATE(2651), - [sym_map_init_expression] = STATE(2795), + [sym_map_init_expression] = STATE(2749), [sym_array_creation] = STATE(2651), [sym_fixed_array_creation] = STATE(2651), [sym_selector_expression] = STATE(2651), [sym_index_expression] = STATE(2651), [sym_slice_expression] = STATE(2651), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), [sym_is_expression] = STATE(2651), [sym_not_is_expression] = STATE(2651), [sym_in_expression] = STATE(2651), [sym_not_in_expression] = STATE(2651), [sym_enum_fetch] = STATE(2651), - [sym_match_expression] = STATE(2795), - [sym_match_arms] = STATE(4732), - [sym_match_arm] = STATE(173), - [sym_match_expression_list] = STATE(4259), - [sym_match_arm_type] = STATE(3953), - [sym_match_else_arm_clause] = STATE(173), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), + [sym_match_expression] = STATE(2749), + [sym_match_arms] = STATE(4506), + [sym_match_arm] = STATE(171), + [sym_match_expression_list] = STATE(4242), + [sym_match_arm_type] = STATE(3918), + [sym_match_else_arm_clause] = STATE(171), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), [sym_pseudo_compile_time_identifier] = STATE(2651), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(3951), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__definite_range] = STATE(3937), - [aux_sym_match_arms_repeat1] = STATE(173), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4110), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__definite_range] = STATE(3903), + [aux_sym_match_arms_repeat1] = STATE(171), [sym_identifier] = ACTIONS(1085), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), @@ -45078,77 +45250,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1149), }, [165] = { - [sym__expression] = STATE(2649), + [sym__expression] = STATE(2652), [sym__expression_without_blocks] = STATE(2651), - [sym__expression_with_blocks] = STATE(2796), + [sym__expression_with_blocks] = STATE(2815), [sym_inc_expression] = STATE(2651), [sym_dec_expression] = STATE(2651), [sym_or_block_expression] = STATE(2651), [sym_option_propagation_expression] = STATE(2651), [sym_result_propagation_expression] = STATE(2651), - [sym_anon_struct_value_expression] = STATE(2795), + [sym_anon_struct_value_expression] = STATE(2749), [sym_go_expression] = STATE(2651), [sym_spawn_expression] = STATE(2651), [sym_parenthesized_expression] = STATE(2651), [sym_call_expression] = STATE(2651), - [sym_type_initializer] = STATE(2795), + [sym_type_initializer] = STATE(2749), [sym_function_literal] = STATE(2651), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), [sym_unary_expression] = STATE(2651), [sym_receive_expression] = STATE(2651), [sym_binary_expression] = STATE(2651), [sym_as_type_cast_expression] = STATE(2651), [sym__max_group] = STATE(2651), [sym_literal] = STATE(2651), - [sym_map_init_expression] = STATE(2795), + [sym_map_init_expression] = STATE(2749), [sym_array_creation] = STATE(2651), [sym_fixed_array_creation] = STATE(2651), [sym_selector_expression] = STATE(2651), [sym_index_expression] = STATE(2651), [sym_slice_expression] = STATE(2651), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), [sym_is_expression] = STATE(2651), [sym_not_is_expression] = STATE(2651), [sym_in_expression] = STATE(2651), [sym_not_in_expression] = STATE(2651), [sym_enum_fetch] = STATE(2651), - [sym_match_expression] = STATE(2795), - [sym_match_arms] = STATE(4587), - [sym_match_arm] = STATE(173), - [sym_match_expression_list] = STATE(4259), - [sym_match_arm_type] = STATE(3953), - [sym_match_else_arm_clause] = STATE(173), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), + [sym_match_expression] = STATE(2749), + [sym_match_arms] = STATE(4710), + [sym_match_arm] = STATE(171), + [sym_match_expression_list] = STATE(4242), + [sym_match_arm_type] = STATE(3918), + [sym_match_else_arm_clause] = STATE(171), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), [sym_pseudo_compile_time_identifier] = STATE(2651), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(3951), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__definite_range] = STATE(3937), - [aux_sym_match_arms_repeat1] = STATE(173), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4110), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__definite_range] = STATE(3903), + [aux_sym_match_arms_repeat1] = STATE(171), [sym_identifier] = ACTIONS(1085), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), @@ -45201,77 +45373,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1149), }, [166] = { - [sym__expression] = STATE(2649), + [sym__expression] = STATE(2652), [sym__expression_without_blocks] = STATE(2651), - [sym__expression_with_blocks] = STATE(2796), + [sym__expression_with_blocks] = STATE(2815), [sym_inc_expression] = STATE(2651), [sym_dec_expression] = STATE(2651), [sym_or_block_expression] = STATE(2651), [sym_option_propagation_expression] = STATE(2651), [sym_result_propagation_expression] = STATE(2651), - [sym_anon_struct_value_expression] = STATE(2795), + [sym_anon_struct_value_expression] = STATE(2749), [sym_go_expression] = STATE(2651), [sym_spawn_expression] = STATE(2651), [sym_parenthesized_expression] = STATE(2651), [sym_call_expression] = STATE(2651), - [sym_type_initializer] = STATE(2795), + [sym_type_initializer] = STATE(2749), [sym_function_literal] = STATE(2651), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), [sym_unary_expression] = STATE(2651), [sym_receive_expression] = STATE(2651), [sym_binary_expression] = STATE(2651), [sym_as_type_cast_expression] = STATE(2651), [sym__max_group] = STATE(2651), [sym_literal] = STATE(2651), - [sym_map_init_expression] = STATE(2795), + [sym_map_init_expression] = STATE(2749), [sym_array_creation] = STATE(2651), [sym_fixed_array_creation] = STATE(2651), [sym_selector_expression] = STATE(2651), [sym_index_expression] = STATE(2651), [sym_slice_expression] = STATE(2651), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), [sym_is_expression] = STATE(2651), [sym_not_is_expression] = STATE(2651), [sym_in_expression] = STATE(2651), [sym_not_in_expression] = STATE(2651), [sym_enum_fetch] = STATE(2651), - [sym_match_expression] = STATE(2795), - [sym_match_arms] = STATE(4631), - [sym_match_arm] = STATE(173), - [sym_match_expression_list] = STATE(4259), - [sym_match_arm_type] = STATE(3953), - [sym_match_else_arm_clause] = STATE(173), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), + [sym_match_expression] = STATE(2749), + [sym_match_arms] = STATE(4490), + [sym_match_arm] = STATE(171), + [sym_match_expression_list] = STATE(4242), + [sym_match_arm_type] = STATE(3918), + [sym_match_else_arm_clause] = STATE(171), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), [sym_pseudo_compile_time_identifier] = STATE(2651), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(3951), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__definite_range] = STATE(3937), - [aux_sym_match_arms_repeat1] = STATE(173), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4110), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__definite_range] = STATE(3903), + [aux_sym_match_arms_repeat1] = STATE(171), [sym_identifier] = ACTIONS(1085), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), @@ -45324,77 +45496,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1149), }, [167] = { - [sym__expression] = STATE(2649), + [sym__expression] = STATE(2652), [sym__expression_without_blocks] = STATE(2651), - [sym__expression_with_blocks] = STATE(2796), + [sym__expression_with_blocks] = STATE(2815), [sym_inc_expression] = STATE(2651), [sym_dec_expression] = STATE(2651), [sym_or_block_expression] = STATE(2651), [sym_option_propagation_expression] = STATE(2651), [sym_result_propagation_expression] = STATE(2651), - [sym_anon_struct_value_expression] = STATE(2795), + [sym_anon_struct_value_expression] = STATE(2749), [sym_go_expression] = STATE(2651), [sym_spawn_expression] = STATE(2651), [sym_parenthesized_expression] = STATE(2651), [sym_call_expression] = STATE(2651), - [sym_type_initializer] = STATE(2795), + [sym_type_initializer] = STATE(2749), [sym_function_literal] = STATE(2651), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), [sym_unary_expression] = STATE(2651), [sym_receive_expression] = STATE(2651), [sym_binary_expression] = STATE(2651), [sym_as_type_cast_expression] = STATE(2651), [sym__max_group] = STATE(2651), [sym_literal] = STATE(2651), - [sym_map_init_expression] = STATE(2795), + [sym_map_init_expression] = STATE(2749), [sym_array_creation] = STATE(2651), [sym_fixed_array_creation] = STATE(2651), [sym_selector_expression] = STATE(2651), [sym_index_expression] = STATE(2651), [sym_slice_expression] = STATE(2651), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), [sym_is_expression] = STATE(2651), [sym_not_is_expression] = STATE(2651), [sym_in_expression] = STATE(2651), [sym_not_in_expression] = STATE(2651), [sym_enum_fetch] = STATE(2651), - [sym_match_expression] = STATE(2795), - [sym_match_arms] = STATE(4639), - [sym_match_arm] = STATE(173), - [sym_match_expression_list] = STATE(4259), - [sym_match_arm_type] = STATE(3953), - [sym_match_else_arm_clause] = STATE(173), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), + [sym_match_expression] = STATE(2749), + [sym_match_arms] = STATE(4793), + [sym_match_arm] = STATE(171), + [sym_match_expression_list] = STATE(4242), + [sym_match_arm_type] = STATE(3918), + [sym_match_else_arm_clause] = STATE(171), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), [sym_pseudo_compile_time_identifier] = STATE(2651), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(3951), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__definite_range] = STATE(3937), - [aux_sym_match_arms_repeat1] = STATE(173), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4110), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__definite_range] = STATE(3903), + [aux_sym_match_arms_repeat1] = STATE(171), [sym_identifier] = ACTIONS(1085), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), @@ -45447,77 +45619,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1149), }, [168] = { - [sym__expression] = STATE(2649), + [sym__expression] = STATE(2652), [sym__expression_without_blocks] = STATE(2651), - [sym__expression_with_blocks] = STATE(2796), + [sym__expression_with_blocks] = STATE(2815), [sym_inc_expression] = STATE(2651), [sym_dec_expression] = STATE(2651), [sym_or_block_expression] = STATE(2651), [sym_option_propagation_expression] = STATE(2651), [sym_result_propagation_expression] = STATE(2651), - [sym_anon_struct_value_expression] = STATE(2795), + [sym_anon_struct_value_expression] = STATE(2749), [sym_go_expression] = STATE(2651), [sym_spawn_expression] = STATE(2651), [sym_parenthesized_expression] = STATE(2651), [sym_call_expression] = STATE(2651), - [sym_type_initializer] = STATE(2795), + [sym_type_initializer] = STATE(2749), [sym_function_literal] = STATE(2651), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), [sym_unary_expression] = STATE(2651), [sym_receive_expression] = STATE(2651), [sym_binary_expression] = STATE(2651), [sym_as_type_cast_expression] = STATE(2651), [sym__max_group] = STATE(2651), [sym_literal] = STATE(2651), - [sym_map_init_expression] = STATE(2795), + [sym_map_init_expression] = STATE(2749), [sym_array_creation] = STATE(2651), [sym_fixed_array_creation] = STATE(2651), [sym_selector_expression] = STATE(2651), [sym_index_expression] = STATE(2651), [sym_slice_expression] = STATE(2651), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), [sym_is_expression] = STATE(2651), [sym_not_is_expression] = STATE(2651), [sym_in_expression] = STATE(2651), [sym_not_in_expression] = STATE(2651), [sym_enum_fetch] = STATE(2651), - [sym_match_expression] = STATE(2795), - [sym_match_arms] = STATE(4506), - [sym_match_arm] = STATE(173), - [sym_match_expression_list] = STATE(4259), - [sym_match_arm_type] = STATE(3953), - [sym_match_else_arm_clause] = STATE(173), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), + [sym_match_expression] = STATE(2749), + [sym_match_arms] = STATE(4604), + [sym_match_arm] = STATE(171), + [sym_match_expression_list] = STATE(4242), + [sym_match_arm_type] = STATE(3918), + [sym_match_else_arm_clause] = STATE(171), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), [sym_pseudo_compile_time_identifier] = STATE(2651), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(3951), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__definite_range] = STATE(3937), - [aux_sym_match_arms_repeat1] = STATE(173), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4110), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__definite_range] = STATE(3903), + [aux_sym_match_arms_repeat1] = STATE(171), [sym_identifier] = ACTIONS(1085), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), @@ -45570,77 +45742,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1149), }, [169] = { - [sym__expression] = STATE(2649), + [sym__expression] = STATE(2652), [sym__expression_without_blocks] = STATE(2651), - [sym__expression_with_blocks] = STATE(2796), + [sym__expression_with_blocks] = STATE(2815), [sym_inc_expression] = STATE(2651), [sym_dec_expression] = STATE(2651), [sym_or_block_expression] = STATE(2651), [sym_option_propagation_expression] = STATE(2651), [sym_result_propagation_expression] = STATE(2651), - [sym_anon_struct_value_expression] = STATE(2795), + [sym_anon_struct_value_expression] = STATE(2749), [sym_go_expression] = STATE(2651), [sym_spawn_expression] = STATE(2651), [sym_parenthesized_expression] = STATE(2651), [sym_call_expression] = STATE(2651), - [sym_type_initializer] = STATE(2795), + [sym_type_initializer] = STATE(2749), [sym_function_literal] = STATE(2651), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), [sym_unary_expression] = STATE(2651), [sym_receive_expression] = STATE(2651), [sym_binary_expression] = STATE(2651), [sym_as_type_cast_expression] = STATE(2651), [sym__max_group] = STATE(2651), [sym_literal] = STATE(2651), - [sym_map_init_expression] = STATE(2795), + [sym_map_init_expression] = STATE(2749), [sym_array_creation] = STATE(2651), [sym_fixed_array_creation] = STATE(2651), [sym_selector_expression] = STATE(2651), [sym_index_expression] = STATE(2651), [sym_slice_expression] = STATE(2651), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), [sym_is_expression] = STATE(2651), [sym_not_is_expression] = STATE(2651), [sym_in_expression] = STATE(2651), [sym_not_in_expression] = STATE(2651), [sym_enum_fetch] = STATE(2651), - [sym_match_expression] = STATE(2795), - [sym_match_arms] = STATE(4439), - [sym_match_arm] = STATE(173), - [sym_match_expression_list] = STATE(4259), - [sym_match_arm_type] = STATE(3953), - [sym_match_else_arm_clause] = STATE(173), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), + [sym_match_expression] = STATE(2749), + [sym_match_arms] = STATE(4670), + [sym_match_arm] = STATE(171), + [sym_match_expression_list] = STATE(4242), + [sym_match_arm_type] = STATE(3918), + [sym_match_else_arm_clause] = STATE(171), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), [sym_pseudo_compile_time_identifier] = STATE(2651), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(3951), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__definite_range] = STATE(3937), - [aux_sym_match_arms_repeat1] = STATE(173), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4110), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__definite_range] = STATE(3903), + [aux_sym_match_arms_repeat1] = STATE(171), [sym_identifier] = ACTIONS(1085), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), @@ -45693,447 +45865,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1149), }, [170] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1285), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1293), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1345), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_attribute_expression] = STATE(4027), - [sym_if_attribute] = STATE(4184), - [sym__plain_attribute] = STATE(4184), - [sym_literal_attribute] = STATE(4184), - [sym_value_attribute] = STATE(4013), - [sym_key_value_attribute] = STATE(4184), - [aux_sym__array_repeat1] = STATE(371), + [sym__expression] = STATE(2652), + [sym__expression_without_blocks] = STATE(2651), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2651), + [sym_dec_expression] = STATE(2651), + [sym_or_block_expression] = STATE(2651), + [sym_option_propagation_expression] = STATE(2651), + [sym_result_propagation_expression] = STATE(2651), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2651), + [sym_spawn_expression] = STATE(2651), + [sym_parenthesized_expression] = STATE(2651), + [sym_call_expression] = STATE(2651), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2651), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2651), + [sym_receive_expression] = STATE(2651), + [sym_binary_expression] = STATE(2651), + [sym_as_type_cast_expression] = STATE(2651), + [sym__max_group] = STATE(2651), + [sym_literal] = STATE(2651), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2651), + [sym_fixed_array_creation] = STATE(2651), + [sym_selector_expression] = STATE(2651), + [sym_index_expression] = STATE(2651), + [sym_slice_expression] = STATE(2651), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2651), + [sym_not_is_expression] = STATE(2651), + [sym_in_expression] = STATE(2651), + [sym_not_in_expression] = STATE(2651), + [sym_enum_fetch] = STATE(2651), + [sym_match_expression] = STATE(2749), + [sym_match_arm] = STATE(170), + [sym_match_expression_list] = STATE(4242), + [sym_match_arm_type] = STATE(3918), + [sym_match_else_arm_clause] = STATE(170), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2651), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4110), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__definite_range] = STATE(3903), + [aux_sym_match_arms_repeat1] = STATE(170), [sym_identifier] = ACTIONS(1175), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(1189), - [anon_sym_struct] = ACTIONS(1191), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(1209), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(1219), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1223), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [anon_sym_DOT] = ACTIONS(1178), + [anon_sym_LBRACE] = ACTIONS(1181), + [anon_sym_RBRACE] = ACTIONS(1184), + [anon_sym_LPAREN] = ACTIONS(1186), + [anon_sym_fn] = ACTIONS(1189), + [anon_sym_PLUS] = ACTIONS(1192), + [anon_sym_DASH] = ACTIONS(1192), + [anon_sym_STAR] = ACTIONS(1195), + [anon_sym_struct] = ACTIONS(1198), + [anon_sym_mut] = ACTIONS(1201), + [anon_sym_QMARK] = ACTIONS(1204), + [anon_sym_BANG] = ACTIONS(1207), + [anon_sym_go] = ACTIONS(1210), + [anon_sym_spawn] = ACTIONS(1213), + [anon_sym_json_DOTdecode] = ACTIONS(1216), + [anon_sym_LBRACK2] = ACTIONS(1219), + [anon_sym_TILDE] = ACTIONS(1192), + [anon_sym_CARET] = ACTIONS(1192), + [anon_sym_AMP] = ACTIONS(1222), + [anon_sym_LT_DASH] = ACTIONS(1225), + [sym_none] = ACTIONS(1228), + [sym_true] = ACTIONS(1228), + [sym_false] = ACTIONS(1228), + [sym_nil] = ACTIONS(1228), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_else] = ACTIONS(1234), + [anon_sym_DOLLARif] = ACTIONS(1237), + [anon_sym_match] = ACTIONS(1240), + [anon_sym_select] = ACTIONS(1243), + [anon_sym_lock] = ACTIONS(1246), + [anon_sym_rlock] = ACTIONS(1246), + [anon_sym_unsafe] = ACTIONS(1249), + [anon_sym_sql] = ACTIONS(1252), + [sym_int_literal] = ACTIONS(1228), + [sym_float_literal] = ACTIONS(1255), + [sym_rune_literal] = ACTIONS(1255), + [anon_sym_AT] = ACTIONS(1258), + [anon_sym_shared] = ACTIONS(1261), + [anon_sym_map_LBRACK] = ACTIONS(1264), + [anon_sym_chan] = ACTIONS(1267), + [anon_sym_thread] = ACTIONS(1270), + [anon_sym_atomic] = ACTIONS(1273), + [sym___double_quote] = ACTIONS(1276), + [sym___single_quote] = ACTIONS(1279), + [sym___c_double_quote] = ACTIONS(1282), + [sym___c_single_quote] = ACTIONS(1285), + [sym___r_double_quote] = ACTIONS(1288), + [sym___r_single_quote] = ACTIONS(1291), }, [171] = { - [sym__expression] = STATE(2656), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2777), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2864), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4687), - [sym_attribute_expression] = STATE(4027), - [sym_if_attribute] = STATE(4184), - [sym__plain_attribute] = STATE(4184), - [sym_literal_attribute] = STATE(4184), - [sym_value_attribute] = STATE(4013), - [sym_key_value_attribute] = STATE(4184), - [sym_identifier] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1273), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1283), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [172] = { - [sym__expression] = STATE(2649), + [sym__expression] = STATE(2652), [sym__expression_without_blocks] = STATE(2651), - [sym__expression_with_blocks] = STATE(2796), + [sym__expression_with_blocks] = STATE(2815), [sym_inc_expression] = STATE(2651), [sym_dec_expression] = STATE(2651), [sym_or_block_expression] = STATE(2651), [sym_option_propagation_expression] = STATE(2651), [sym_result_propagation_expression] = STATE(2651), - [sym_anon_struct_value_expression] = STATE(2795), + [sym_anon_struct_value_expression] = STATE(2749), [sym_go_expression] = STATE(2651), [sym_spawn_expression] = STATE(2651), [sym_parenthesized_expression] = STATE(2651), [sym_call_expression] = STATE(2651), - [sym_type_initializer] = STATE(2795), + [sym_type_initializer] = STATE(2749), [sym_function_literal] = STATE(2651), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), [sym_unary_expression] = STATE(2651), [sym_receive_expression] = STATE(2651), [sym_binary_expression] = STATE(2651), [sym_as_type_cast_expression] = STATE(2651), [sym__max_group] = STATE(2651), [sym_literal] = STATE(2651), - [sym_map_init_expression] = STATE(2795), + [sym_map_init_expression] = STATE(2749), [sym_array_creation] = STATE(2651), [sym_fixed_array_creation] = STATE(2651), [sym_selector_expression] = STATE(2651), [sym_index_expression] = STATE(2651), [sym_slice_expression] = STATE(2651), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), [sym_is_expression] = STATE(2651), [sym_not_is_expression] = STATE(2651), [sym_in_expression] = STATE(2651), [sym_not_in_expression] = STATE(2651), [sym_enum_fetch] = STATE(2651), - [sym_match_expression] = STATE(2795), - [sym_match_arm] = STATE(172), - [sym_match_expression_list] = STATE(4259), - [sym_match_arm_type] = STATE(3953), - [sym_match_else_arm_clause] = STATE(172), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), + [sym_match_expression] = STATE(2749), + [sym_match_arm] = STATE(170), + [sym_match_expression_list] = STATE(4242), + [sym_match_arm_type] = STATE(3918), + [sym_match_else_arm_clause] = STATE(170), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), [sym_pseudo_compile_time_identifier] = STATE(2651), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(3951), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__definite_range] = STATE(3937), - [aux_sym_match_arms_repeat1] = STATE(172), - [sym_identifier] = ACTIONS(1305), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1308), - [anon_sym_LBRACE] = ACTIONS(1311), - [anon_sym_RBRACE] = ACTIONS(1314), - [anon_sym_LPAREN] = ACTIONS(1316), - [anon_sym_fn] = ACTIONS(1319), - [anon_sym_PLUS] = ACTIONS(1322), - [anon_sym_DASH] = ACTIONS(1322), - [anon_sym_STAR] = ACTIONS(1325), - [anon_sym_struct] = ACTIONS(1328), - [anon_sym_mut] = ACTIONS(1331), - [anon_sym_QMARK] = ACTIONS(1334), - [anon_sym_BANG] = ACTIONS(1337), - [anon_sym_go] = ACTIONS(1340), - [anon_sym_spawn] = ACTIONS(1343), - [anon_sym_json_DOTdecode] = ACTIONS(1346), - [anon_sym_LBRACK2] = ACTIONS(1349), - [anon_sym_TILDE] = ACTIONS(1322), - [anon_sym_CARET] = ACTIONS(1322), - [anon_sym_AMP] = ACTIONS(1352), - [anon_sym_LT_DASH] = ACTIONS(1355), - [sym_none] = ACTIONS(1358), - [sym_true] = ACTIONS(1358), - [sym_false] = ACTIONS(1358), - [sym_nil] = ACTIONS(1358), - [anon_sym_if] = ACTIONS(1361), - [anon_sym_else] = ACTIONS(1364), - [anon_sym_DOLLARif] = ACTIONS(1367), - [anon_sym_match] = ACTIONS(1370), - [anon_sym_select] = ACTIONS(1373), - [anon_sym_lock] = ACTIONS(1376), - [anon_sym_rlock] = ACTIONS(1376), - [anon_sym_unsafe] = ACTIONS(1379), - [anon_sym_sql] = ACTIONS(1382), - [sym_int_literal] = ACTIONS(1358), - [sym_float_literal] = ACTIONS(1385), - [sym_rune_literal] = ACTIONS(1385), - [anon_sym_AT] = ACTIONS(1388), - [anon_sym_shared] = ACTIONS(1391), - [anon_sym_map_LBRACK] = ACTIONS(1394), - [anon_sym_chan] = ACTIONS(1397), - [anon_sym_thread] = ACTIONS(1400), - [anon_sym_atomic] = ACTIONS(1403), - [sym___double_quote] = ACTIONS(1406), - [sym___single_quote] = ACTIONS(1409), - [sym___c_double_quote] = ACTIONS(1412), - [sym___c_single_quote] = ACTIONS(1415), - [sym___r_double_quote] = ACTIONS(1418), - [sym___r_single_quote] = ACTIONS(1421), - }, - [173] = { - [sym__expression] = STATE(2649), - [sym__expression_without_blocks] = STATE(2651), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2651), - [sym_dec_expression] = STATE(2651), - [sym_or_block_expression] = STATE(2651), - [sym_option_propagation_expression] = STATE(2651), - [sym_result_propagation_expression] = STATE(2651), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2651), - [sym_spawn_expression] = STATE(2651), - [sym_parenthesized_expression] = STATE(2651), - [sym_call_expression] = STATE(2651), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2651), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2651), - [sym_receive_expression] = STATE(2651), - [sym_binary_expression] = STATE(2651), - [sym_as_type_cast_expression] = STATE(2651), - [sym__max_group] = STATE(2651), - [sym_literal] = STATE(2651), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2651), - [sym_fixed_array_creation] = STATE(2651), - [sym_selector_expression] = STATE(2651), - [sym_index_expression] = STATE(2651), - [sym_slice_expression] = STATE(2651), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2651), - [sym_not_is_expression] = STATE(2651), - [sym_in_expression] = STATE(2651), - [sym_not_in_expression] = STATE(2651), - [sym_enum_fetch] = STATE(2651), - [sym_match_expression] = STATE(2795), - [sym_match_arm] = STATE(172), - [sym_match_expression_list] = STATE(4259), - [sym_match_arm_type] = STATE(3953), - [sym_match_else_arm_clause] = STATE(172), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2651), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(3951), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__definite_range] = STATE(3937), - [aux_sym_match_arms_repeat1] = STATE(172), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4110), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__definite_range] = STATE(3903), + [aux_sym_match_arms_repeat1] = STATE(170), [sym_identifier] = ACTIONS(1085), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), [anon_sym_LBRACE] = ACTIONS(1089), - [anon_sym_RBRACE] = ACTIONS(1424), + [anon_sym_RBRACE] = ACTIONS(1294), [anon_sym_LPAREN] = ACTIONS(1093), [anon_sym_fn] = ACTIONS(1095), [anon_sym_PLUS] = ACTIONS(1097), @@ -46180,76 +46108,320 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1147), [sym___r_single_quote] = ACTIONS(1149), }, + [172] = { + [sym__expression] = STATE(2662), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2729), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2846), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4499), + [sym_attribute_expression] = STATE(3955), + [sym_if_attribute] = STATE(4328), + [sym__plain_attribute] = STATE(4328), + [sym_literal_attribute] = STATE(4328), + [sym_value_attribute] = STATE(3958), + [sym_key_value_attribute] = STATE(4328), + [sym_identifier] = ACTIONS(1296), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1328), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1338), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [173] = { + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1285), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1288), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1312), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_attribute_expression] = STATE(3955), + [sym_if_attribute] = STATE(4328), + [sym__plain_attribute] = STATE(4328), + [sym_literal_attribute] = STATE(4328), + [sym_value_attribute] = STATE(3958), + [sym_key_value_attribute] = STATE(4328), + [aux_sym__array_repeat1] = STATE(371), + [sym_identifier] = ACTIONS(1360), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(1374), + [anon_sym_struct] = ACTIONS(1376), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(1394), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(1404), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1408), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), + }, [174] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3523), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -46302,75 +46474,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [175] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3548), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -46423,75 +46595,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [176] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3505), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -46544,75 +46716,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [177] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3527), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -46665,75 +46837,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [178] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -46786,75 +46958,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [179] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -46907,75 +47079,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [180] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -47028,75 +47200,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [181] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3527), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -47149,75 +47321,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [182] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3489), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -47270,75 +47442,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [183] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3516), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3537), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -47391,75 +47563,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [184] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3498), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -47512,75 +47684,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [185] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -47633,75 +47805,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [186] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -47754,75 +47926,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [187] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3520), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -47875,75 +48047,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [188] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3512), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3547), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -47996,75 +48168,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [189] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -48117,75 +48289,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [190] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -48238,75 +48410,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [191] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3518), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3543), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -48359,75 +48531,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [192] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3519), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3536), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -48480,75 +48652,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [193] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3516), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -48601,75 +48773,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [194] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3507), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -48722,75 +48894,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [195] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3513), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -48843,75 +49015,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [196] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -48964,75 +49136,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [197] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -49085,75 +49257,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [198] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -49206,75 +49378,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [199] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -49327,75 +49499,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [200] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3485), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -49448,75 +49620,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [201] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3494), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -49569,75 +49741,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [202] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -49690,75 +49862,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [203] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -49811,75 +49983,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [204] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -49932,75 +50104,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [205] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -50053,75 +50225,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [206] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -50174,75 +50346,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [207] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -50295,75 +50467,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [208] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3531), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3517), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -50416,75 +50588,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [209] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3486), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -50537,560 +50709,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1490), }, [210] = { - [sym__expression] = STATE(2358), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_argument] = STATE(3628), - [sym_type_initializer] = STATE(2571), - [sym_keyed_element] = STATE(3570), - [sym_field_name] = STATE(4502), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2522), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_spread_expression] = STATE(3570), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3570), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(1438), - [anon_sym_DASH] = ACTIONS(1438), - [anon_sym_STAR] = ACTIONS(1440), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1442), - [anon_sym_struct] = ACTIONS(1444), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1446), - [anon_sym_go] = ACTIONS(1448), - [anon_sym_spawn] = ACTIONS(1450), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1438), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_LT_DASH] = ACTIONS(1458), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(1468), - [anon_sym_lock] = ACTIONS(1470), - [anon_sym_rlock] = ACTIONS(1470), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), - }, - [211] = { - [sym__expression] = STATE(1789), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_strictly_expression_list] = STATE(4132), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(771), - [sym_mutable_expression] = STATE(3357), - [sym_expression_list] = STATE(3380), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_simple_statement] = STATE(4418), - [sym_var_declaration] = STATE(4132), - [sym_assignment_statement] = STATE(4132), - [sym_identifier] = ACTIONS(1562), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(1564), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(805), - [anon_sym_DASH] = ACTIONS(805), - [anon_sym_STAR] = ACTIONS(807), - [anon_sym_struct] = ACTIONS(809), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(813), - [anon_sym_go] = ACTIONS(815), - [anon_sym_spawn] = ACTIONS(817), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(821), - [anon_sym_TILDE] = ACTIONS(805), - [anon_sym_CARET] = ACTIONS(805), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_LT_DASH] = ACTIONS(825), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(829), - [anon_sym_DOLLARif] = ACTIONS(831), - [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(835), - [anon_sym_lock] = ACTIONS(837), - [anon_sym_rlock] = ACTIONS(837), - [anon_sym_unsafe] = ACTIONS(839), - [anon_sym_sql] = ACTIONS(841), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), - }, - [212] = { - [sym__expression] = STATE(1789), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_strictly_expression_list] = STATE(4132), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(771), - [sym_mutable_expression] = STATE(3357), - [sym_expression_list] = STATE(3380), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_simple_statement] = STATE(4722), - [sym_var_declaration] = STATE(4132), - [sym_assignment_statement] = STATE(4132), + [sym_reference_expression] = STATE(4540), + [sym_type_reference_expression] = STATE(998), + [sym_plain_type] = STATE(1050), + [sym__plain_type_without_special] = STATE(1101), + [sym_anon_struct_type] = STATE(1100), + [sym_multi_return_type] = STATE(1101), + [sym_result_type] = STATE(1101), + [sym_option_type] = STATE(1101), + [sym_qualified_type] = STATE(998), + [sym_fixed_array_type] = STATE(1100), + [sym_array_type] = STATE(1100), + [sym_pointer_type] = STATE(1100), + [sym_wrong_pointer_type] = STATE(1100), + [sym_map_type] = STATE(1100), + [sym_channel_type] = STATE(1100), + [sym_shared_type] = STATE(1100), + [sym_thread_type] = STATE(1100), + [sym_atomic_type] = STATE(1100), + [sym_generic_type] = STATE(1100), + [sym_function_type] = STATE(1100), + [ts_builtin_sym_end] = ACTIONS(551), [sym_identifier] = ACTIONS(1562), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(1566), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(805), - [anon_sym_DASH] = ACTIONS(805), - [anon_sym_STAR] = ACTIONS(807), - [anon_sym_struct] = ACTIONS(809), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(813), - [anon_sym_go] = ACTIONS(815), - [anon_sym_spawn] = ACTIONS(817), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(821), - [anon_sym_TILDE] = ACTIONS(805), - [anon_sym_CARET] = ACTIONS(805), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_LT_DASH] = ACTIONS(825), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(829), - [anon_sym_DOLLARif] = ACTIONS(831), - [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(835), - [anon_sym_lock] = ACTIONS(837), - [anon_sym_rlock] = ACTIONS(837), - [anon_sym_unsafe] = ACTIONS(839), - [anon_sym_sql] = ACTIONS(841), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), - }, - [213] = { - [sym__expression] = STATE(2365), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3566), - [sym_expression_list] = STATE(3712), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), - [anon_sym_LF] = ACTIONS(485), - [anon_sym_CR] = ACTIONS(485), - [anon_sym_CR_LF] = ACTIONS(485), + [anon_sym_LF] = ACTIONS(555), + [anon_sym_CR] = ACTIONS(555), + [anon_sym_CR_LF] = ACTIONS(555), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1568), - [anon_sym_RBRACE] = ACTIONS(485), - [anon_sym_LPAREN] = ACTIONS(1570), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(1572), - [anon_sym_DASH] = ACTIONS(1572), - [anon_sym_STAR] = ACTIONS(1574), - [anon_sym_struct] = ACTIONS(1444), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(503), - [anon_sym_BANG] = ACTIONS(1576), - [anon_sym_go] = ACTIONS(1448), - [anon_sym_spawn] = ACTIONS(1450), - [anon_sym_json_DOTdecode] = ACTIONS(1578), - [anon_sym_LBRACK2] = ACTIONS(1580), - [anon_sym_TILDE] = ACTIONS(1572), - [anon_sym_CARET] = ACTIONS(1572), - [anon_sym_AMP] = ACTIONS(1582), - [anon_sym_LT_DASH] = ACTIONS(1584), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(1468), - [anon_sym_lock] = ACTIONS(1470), - [anon_sym_rlock] = ACTIONS(1470), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1460), - [sym_rune_literal] = ACTIONS(1460), - [anon_sym_AT] = ACTIONS(1478), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(537), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1586), - [sym___single_quote] = ACTIONS(1588), - [sym___c_double_quote] = ACTIONS(1590), - [sym___c_single_quote] = ACTIONS(1592), - [sym___r_double_quote] = ACTIONS(1594), - [sym___r_single_quote] = ACTIONS(1596), + [anon_sym_DOT] = ACTIONS(555), + [anon_sym_as] = ACTIONS(555), + [anon_sym_LBRACE] = ACTIONS(555), + [anon_sym_COMMA] = ACTIONS(555), + [anon_sym_const] = ACTIONS(555), + [anon_sym_LPAREN] = ACTIONS(1564), + [anon_sym___global] = ACTIONS(555), + [anon_sym_type] = ACTIONS(555), + [anon_sym_PIPE] = ACTIONS(555), + [anon_sym_fn] = ACTIONS(1566), + [anon_sym_PLUS] = ACTIONS(555), + [anon_sym_DASH] = ACTIONS(555), + [anon_sym_STAR] = ACTIONS(1568), + [anon_sym_SLASH] = ACTIONS(555), + [anon_sym_PERCENT] = ACTIONS(555), + [anon_sym_LT] = ACTIONS(555), + [anon_sym_GT] = ACTIONS(555), + [anon_sym_EQ_EQ] = ACTIONS(555), + [anon_sym_BANG_EQ] = ACTIONS(555), + [anon_sym_LT_EQ] = ACTIONS(555), + [anon_sym_GT_EQ] = ACTIONS(555), + [anon_sym_LBRACK] = ACTIONS(551), + [anon_sym_LT2] = ACTIONS(555), + [anon_sym_struct] = ACTIONS(1570), + [anon_sym_union] = ACTIONS(555), + [anon_sym_pub] = ACTIONS(555), + [anon_sym_mut] = ACTIONS(555), + [anon_sym_enum] = ACTIONS(555), + [anon_sym_interface] = ACTIONS(555), + [anon_sym_PLUS_PLUS] = ACTIONS(555), + [anon_sym_DASH_DASH] = ACTIONS(555), + [anon_sym_QMARK] = ACTIONS(1572), + [anon_sym_BANG] = ACTIONS(1574), + [anon_sym_go] = ACTIONS(555), + [anon_sym_spawn] = ACTIONS(555), + [anon_sym_json_DOTdecode] = ACTIONS(555), + [anon_sym_LBRACK2] = ACTIONS(1576), + [anon_sym_TILDE] = ACTIONS(555), + [anon_sym_CARET] = ACTIONS(555), + [anon_sym_AMP] = ACTIONS(1578), + [anon_sym_LT_DASH] = ACTIONS(555), + [anon_sym_LT_LT] = ACTIONS(555), + [anon_sym_GT_GT] = ACTIONS(555), + [anon_sym_GT_GT_GT] = ACTIONS(555), + [anon_sym_AMP_CARET] = ACTIONS(555), + [anon_sym_AMP_AMP] = ACTIONS(555), + [anon_sym_PIPE_PIPE] = ACTIONS(555), + [anon_sym_or] = ACTIONS(555), + [sym_none] = ACTIONS(555), + [sym_true] = ACTIONS(555), + [sym_false] = ACTIONS(555), + [sym_nil] = ACTIONS(555), + [anon_sym_QMARK_DOT] = ACTIONS(555), + [anon_sym_POUND_LBRACK] = ACTIONS(555), + [anon_sym_if] = ACTIONS(555), + [anon_sym_DOLLARif] = ACTIONS(555), + [anon_sym_is] = ACTIONS(555), + [anon_sym_BANGis] = ACTIONS(555), + [anon_sym_in] = ACTIONS(555), + [anon_sym_BANGin] = ACTIONS(555), + [anon_sym_match] = ACTIONS(555), + [anon_sym_select] = ACTIONS(555), + [anon_sym_lock] = ACTIONS(555), + [anon_sym_rlock] = ACTIONS(555), + [anon_sym_unsafe] = ACTIONS(555), + [anon_sym_sql] = ACTIONS(555), + [sym_int_literal] = ACTIONS(555), + [sym_float_literal] = ACTIONS(555), + [sym_rune_literal] = ACTIONS(555), + [anon_sym_AT] = ACTIONS(555), + [anon_sym_shared] = ACTIONS(1580), + [anon_sym_map_LBRACK] = ACTIONS(1582), + [anon_sym_chan] = ACTIONS(1584), + [anon_sym_thread] = ACTIONS(1586), + [anon_sym_atomic] = ACTIONS(1588), + [anon_sym_assert] = ACTIONS(555), + [anon_sym_defer] = ACTIONS(555), + [anon_sym_goto] = ACTIONS(555), + [anon_sym_break] = ACTIONS(555), + [anon_sym_continue] = ACTIONS(555), + [anon_sym_return] = ACTIONS(555), + [anon_sym_DOLLARfor] = ACTIONS(555), + [anon_sym_for] = ACTIONS(555), + [anon_sym_POUND] = ACTIONS(555), + [anon_sym_asm] = ACTIONS(555), + [anon_sym_AT_LBRACK] = ACTIONS(555), + [sym___double_quote] = ACTIONS(555), + [sym___single_quote] = ACTIONS(555), + [sym___c_double_quote] = ACTIONS(555), + [sym___c_single_quote] = ACTIONS(555), + [sym___r_double_quote] = ACTIONS(555), + [sym___r_single_quote] = ACTIONS(555), }, - [214] = { - [sym__expression] = STATE(1789), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_strictly_expression_list] = STATE(4132), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(771), - [sym_mutable_expression] = STATE(3357), - [sym_expression_list] = STATE(3380), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_simple_statement] = STATE(4483), - [sym_var_declaration] = STATE(4132), - [sym_assignment_statement] = STATE(4132), - [sym_identifier] = ACTIONS(1562), + [211] = { + [sym__expression] = STATE(1795), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_strictly_expression_list] = STATE(4250), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(510), + [sym_mutable_expression] = STATE(3355), + [sym_expression_list] = STATE(3402), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_simple_statement] = STATE(4725), + [sym_var_declaration] = STATE(4250), + [sym_assignment_statement] = STATE(4250), + [sym_identifier] = ACTIONS(1590), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(1598), + [anon_sym_LBRACE] = ACTIONS(1592), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_fn] = ACTIONS(803), [anon_sym_PLUS] = ACTIONS(805), @@ -51136,81 +50948,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(855), [sym___r_single_quote] = ACTIONS(857), }, - [215] = { - [sym__expression] = STATE(1789), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_strictly_expression_list] = STATE(4132), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(771), - [sym_mutable_expression] = STATE(3357), - [sym_expression_list] = STATE(3380), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_simple_statement] = STATE(4524), - [sym_var_declaration] = STATE(4132), - [sym_assignment_statement] = STATE(4132), - [sym_identifier] = ACTIONS(1562), + [212] = { + [sym__expression] = STATE(1795), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_strictly_expression_list] = STATE(4250), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(510), + [sym_mutable_expression] = STATE(3355), + [sym_expression_list] = STATE(3402), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_simple_statement] = STATE(4722), + [sym_var_declaration] = STATE(4250), + [sym_assignment_statement] = STATE(4250), + [sym_identifier] = ACTIONS(1590), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(1600), + [anon_sym_LBRACE] = ACTIONS(1594), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_fn] = ACTIONS(803), [anon_sym_PLUS] = ACTIONS(805), @@ -51256,386 +51068,509 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(855), [sym___r_single_quote] = ACTIONS(857), }, - [216] = { - [sym_reference_expression] = STATE(4444), - [sym_type_reference_expression] = STATE(994), - [sym_plain_type] = STATE(1091), - [sym__plain_type_without_special] = STATE(1059), - [sym_anon_struct_type] = STATE(1060), - [sym_multi_return_type] = STATE(1059), - [sym_result_type] = STATE(1059), - [sym_option_type] = STATE(1059), - [sym_qualified_type] = STATE(994), - [sym_fixed_array_type] = STATE(1060), - [sym_array_type] = STATE(1060), - [sym_pointer_type] = STATE(1060), - [sym_wrong_pointer_type] = STATE(1060), - [sym_map_type] = STATE(1060), - [sym_channel_type] = STATE(1060), - [sym_shared_type] = STATE(1060), - [sym_thread_type] = STATE(1060), - [sym_atomic_type] = STATE(1060), - [sym_generic_type] = STATE(1060), - [sym_function_type] = STATE(1060), - [ts_builtin_sym_end] = ACTIONS(587), - [sym_identifier] = ACTIONS(1602), - [anon_sym_LF] = ACTIONS(589), - [anon_sym_CR] = ACTIONS(589), - [anon_sym_CR_LF] = ACTIONS(589), + [213] = { + [sym__expression] = STATE(1795), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_strictly_expression_list] = STATE(4250), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(510), + [sym_mutable_expression] = STATE(3355), + [sym_expression_list] = STATE(3402), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_simple_statement] = STATE(4723), + [sym_var_declaration] = STATE(4250), + [sym_assignment_statement] = STATE(4250), + [sym_identifier] = ACTIONS(1590), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(1596), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_STAR] = ACTIONS(807), + [anon_sym_struct] = ACTIONS(809), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_go] = ACTIONS(815), + [anon_sym_spawn] = ACTIONS(817), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(821), + [anon_sym_TILDE] = ACTIONS(805), + [anon_sym_CARET] = ACTIONS(805), + [anon_sym_AMP] = ACTIONS(823), + [anon_sym_LT_DASH] = ACTIONS(825), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(829), + [anon_sym_DOLLARif] = ACTIONS(831), + [anon_sym_match] = ACTIONS(833), + [anon_sym_select] = ACTIONS(835), + [anon_sym_lock] = ACTIONS(837), + [anon_sym_rlock] = ACTIONS(837), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_sql] = ACTIONS(841), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), + }, + [214] = { + [sym_reference_expression] = STATE(4540), + [sym_type_reference_expression] = STATE(998), + [sym_plain_type] = STATE(1093), + [sym__plain_type_without_special] = STATE(1101), + [sym_anon_struct_type] = STATE(1100), + [sym_multi_return_type] = STATE(1101), + [sym_result_type] = STATE(1101), + [sym_option_type] = STATE(1101), + [sym_qualified_type] = STATE(998), + [sym_fixed_array_type] = STATE(1100), + [sym_array_type] = STATE(1100), + [sym_pointer_type] = STATE(1100), + [sym_wrong_pointer_type] = STATE(1100), + [sym_map_type] = STATE(1100), + [sym_channel_type] = STATE(1100), + [sym_shared_type] = STATE(1100), + [sym_thread_type] = STATE(1100), + [sym_atomic_type] = STATE(1100), + [sym_generic_type] = STATE(1100), + [sym_function_type] = STATE(1100), + [ts_builtin_sym_end] = ACTIONS(609), + [sym_identifier] = ACTIONS(1562), + [anon_sym_LF] = ACTIONS(611), + [anon_sym_CR] = ACTIONS(611), + [anon_sym_CR_LF] = ACTIONS(611), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(589), - [anon_sym_as] = ACTIONS(589), - [anon_sym_LBRACE] = ACTIONS(589), - [anon_sym_COMMA] = ACTIONS(589), - [anon_sym_const] = ACTIONS(589), - [anon_sym_LPAREN] = ACTIONS(1604), - [anon_sym___global] = ACTIONS(589), - [anon_sym_type] = ACTIONS(589), - [anon_sym_PIPE] = ACTIONS(589), - [anon_sym_fn] = ACTIONS(1606), - [anon_sym_PLUS] = ACTIONS(589), - [anon_sym_DASH] = ACTIONS(589), - [anon_sym_STAR] = ACTIONS(1608), - [anon_sym_SLASH] = ACTIONS(589), - [anon_sym_PERCENT] = ACTIONS(589), - [anon_sym_LT] = ACTIONS(589), - [anon_sym_GT] = ACTIONS(589), - [anon_sym_EQ_EQ] = ACTIONS(589), - [anon_sym_BANG_EQ] = ACTIONS(589), - [anon_sym_LT_EQ] = ACTIONS(589), - [anon_sym_GT_EQ] = ACTIONS(589), - [anon_sym_LBRACK] = ACTIONS(587), - [anon_sym_struct] = ACTIONS(1610), - [anon_sym_union] = ACTIONS(589), - [anon_sym_pub] = ACTIONS(589), - [anon_sym_mut] = ACTIONS(589), - [anon_sym_enum] = ACTIONS(589), - [anon_sym_interface] = ACTIONS(589), - [anon_sym_PLUS_PLUS] = ACTIONS(589), - [anon_sym_DASH_DASH] = ACTIONS(589), - [anon_sym_QMARK] = ACTIONS(1612), - [anon_sym_BANG] = ACTIONS(1614), - [anon_sym_go] = ACTIONS(589), - [anon_sym_spawn] = ACTIONS(589), - [anon_sym_json_DOTdecode] = ACTIONS(589), - [anon_sym_LBRACK2] = ACTIONS(1616), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_CARET] = ACTIONS(589), - [anon_sym_AMP] = ACTIONS(1618), - [anon_sym_LT_DASH] = ACTIONS(589), - [anon_sym_LT_LT] = ACTIONS(589), - [anon_sym_GT_GT] = ACTIONS(589), - [anon_sym_GT_GT_GT] = ACTIONS(589), - [anon_sym_AMP_CARET] = ACTIONS(589), - [anon_sym_AMP_AMP] = ACTIONS(589), - [anon_sym_PIPE_PIPE] = ACTIONS(589), - [anon_sym_or] = ACTIONS(589), - [sym_none] = ACTIONS(589), - [sym_true] = ACTIONS(589), - [sym_false] = ACTIONS(589), - [sym_nil] = ACTIONS(589), - [anon_sym_QMARK_DOT] = ACTIONS(589), - [anon_sym_POUND_LBRACK] = ACTIONS(589), - [anon_sym_if] = ACTIONS(589), - [anon_sym_DOLLARif] = ACTIONS(589), - [anon_sym_is] = ACTIONS(589), - [anon_sym_BANGis] = ACTIONS(589), - [anon_sym_in] = ACTIONS(589), - [anon_sym_BANGin] = ACTIONS(589), - [anon_sym_match] = ACTIONS(589), - [anon_sym_select] = ACTIONS(589), - [anon_sym_lock] = ACTIONS(589), - [anon_sym_rlock] = ACTIONS(589), - [anon_sym_unsafe] = ACTIONS(589), - [anon_sym_sql] = ACTIONS(589), - [sym_int_literal] = ACTIONS(589), - [sym_float_literal] = ACTIONS(589), - [sym_rune_literal] = ACTIONS(589), - [anon_sym_AT] = ACTIONS(589), - [anon_sym_shared] = ACTIONS(1620), - [anon_sym_map_LBRACK] = ACTIONS(1622), - [anon_sym_chan] = ACTIONS(1624), - [anon_sym_thread] = ACTIONS(1626), - [anon_sym_atomic] = ACTIONS(1628), - [anon_sym_assert] = ACTIONS(589), - [anon_sym_defer] = ACTIONS(589), - [anon_sym_goto] = ACTIONS(589), - [anon_sym_break] = ACTIONS(589), - [anon_sym_continue] = ACTIONS(589), - [anon_sym_return] = ACTIONS(589), - [anon_sym_DOLLARfor] = ACTIONS(589), - [anon_sym_for] = ACTIONS(589), - [anon_sym_POUND] = ACTIONS(589), - [anon_sym_asm] = ACTIONS(589), - [anon_sym_AT_LBRACK] = ACTIONS(589), - [sym___double_quote] = ACTIONS(589), - [sym___single_quote] = ACTIONS(589), - [sym___c_double_quote] = ACTIONS(589), - [sym___c_single_quote] = ACTIONS(589), - [sym___r_double_quote] = ACTIONS(589), - [sym___r_single_quote] = ACTIONS(589), + [anon_sym_DOT] = ACTIONS(611), + [anon_sym_as] = ACTIONS(611), + [anon_sym_LBRACE] = ACTIONS(611), + [anon_sym_COMMA] = ACTIONS(611), + [anon_sym_const] = ACTIONS(611), + [anon_sym_LPAREN] = ACTIONS(1564), + [anon_sym___global] = ACTIONS(611), + [anon_sym_type] = ACTIONS(611), + [anon_sym_PIPE] = ACTIONS(611), + [anon_sym_fn] = ACTIONS(1566), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_STAR] = ACTIONS(1568), + [anon_sym_SLASH] = ACTIONS(611), + [anon_sym_PERCENT] = ACTIONS(611), + [anon_sym_LT] = ACTIONS(611), + [anon_sym_GT] = ACTIONS(611), + [anon_sym_EQ_EQ] = ACTIONS(611), + [anon_sym_BANG_EQ] = ACTIONS(611), + [anon_sym_LT_EQ] = ACTIONS(611), + [anon_sym_GT_EQ] = ACTIONS(611), + [anon_sym_LBRACK] = ACTIONS(609), + [anon_sym_LT2] = ACTIONS(611), + [anon_sym_struct] = ACTIONS(1570), + [anon_sym_union] = ACTIONS(611), + [anon_sym_pub] = ACTIONS(611), + [anon_sym_mut] = ACTIONS(611), + [anon_sym_enum] = ACTIONS(611), + [anon_sym_interface] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(611), + [anon_sym_DASH_DASH] = ACTIONS(611), + [anon_sym_QMARK] = ACTIONS(1572), + [anon_sym_BANG] = ACTIONS(1574), + [anon_sym_go] = ACTIONS(611), + [anon_sym_spawn] = ACTIONS(611), + [anon_sym_json_DOTdecode] = ACTIONS(611), + [anon_sym_LBRACK2] = ACTIONS(1576), + [anon_sym_TILDE] = ACTIONS(611), + [anon_sym_CARET] = ACTIONS(611), + [anon_sym_AMP] = ACTIONS(1578), + [anon_sym_LT_DASH] = ACTIONS(611), + [anon_sym_LT_LT] = ACTIONS(611), + [anon_sym_GT_GT] = ACTIONS(611), + [anon_sym_GT_GT_GT] = ACTIONS(611), + [anon_sym_AMP_CARET] = ACTIONS(611), + [anon_sym_AMP_AMP] = ACTIONS(611), + [anon_sym_PIPE_PIPE] = ACTIONS(611), + [anon_sym_or] = ACTIONS(611), + [sym_none] = ACTIONS(611), + [sym_true] = ACTIONS(611), + [sym_false] = ACTIONS(611), + [sym_nil] = ACTIONS(611), + [anon_sym_QMARK_DOT] = ACTIONS(611), + [anon_sym_POUND_LBRACK] = ACTIONS(611), + [anon_sym_if] = ACTIONS(611), + [anon_sym_DOLLARif] = ACTIONS(611), + [anon_sym_is] = ACTIONS(611), + [anon_sym_BANGis] = ACTIONS(611), + [anon_sym_in] = ACTIONS(611), + [anon_sym_BANGin] = ACTIONS(611), + [anon_sym_match] = ACTIONS(611), + [anon_sym_select] = ACTIONS(611), + [anon_sym_lock] = ACTIONS(611), + [anon_sym_rlock] = ACTIONS(611), + [anon_sym_unsafe] = ACTIONS(611), + [anon_sym_sql] = ACTIONS(611), + [sym_int_literal] = ACTIONS(611), + [sym_float_literal] = ACTIONS(611), + [sym_rune_literal] = ACTIONS(611), + [anon_sym_AT] = ACTIONS(611), + [anon_sym_shared] = ACTIONS(1580), + [anon_sym_map_LBRACK] = ACTIONS(1582), + [anon_sym_chan] = ACTIONS(1584), + [anon_sym_thread] = ACTIONS(1586), + [anon_sym_atomic] = ACTIONS(1588), + [anon_sym_assert] = ACTIONS(611), + [anon_sym_defer] = ACTIONS(611), + [anon_sym_goto] = ACTIONS(611), + [anon_sym_break] = ACTIONS(611), + [anon_sym_continue] = ACTIONS(611), + [anon_sym_return] = ACTIONS(611), + [anon_sym_DOLLARfor] = ACTIONS(611), + [anon_sym_for] = ACTIONS(611), + [anon_sym_POUND] = ACTIONS(611), + [anon_sym_asm] = ACTIONS(611), + [anon_sym_AT_LBRACK] = ACTIONS(611), + [sym___double_quote] = ACTIONS(611), + [sym___single_quote] = ACTIONS(611), + [sym___c_double_quote] = ACTIONS(611), + [sym___c_single_quote] = ACTIONS(611), + [sym___r_double_quote] = ACTIONS(611), + [sym___r_single_quote] = ACTIONS(611), }, - [217] = { - [sym_reference_expression] = STATE(4444), - [sym_type_reference_expression] = STATE(994), - [sym_plain_type] = STATE(1066), - [sym__plain_type_without_special] = STATE(1059), - [sym_anon_struct_type] = STATE(1060), - [sym_multi_return_type] = STATE(1059), - [sym_result_type] = STATE(1059), - [sym_option_type] = STATE(1059), - [sym_qualified_type] = STATE(994), - [sym_fixed_array_type] = STATE(1060), - [sym_array_type] = STATE(1060), - [sym_pointer_type] = STATE(1060), - [sym_wrong_pointer_type] = STATE(1060), - [sym_map_type] = STATE(1060), - [sym_channel_type] = STATE(1060), - [sym_shared_type] = STATE(1060), - [sym_thread_type] = STATE(1060), - [sym_atomic_type] = STATE(1060), - [sym_generic_type] = STATE(1060), - [sym_function_type] = STATE(1060), - [ts_builtin_sym_end] = ACTIONS(551), - [sym_identifier] = ACTIONS(1602), - [anon_sym_LF] = ACTIONS(555), - [anon_sym_CR] = ACTIONS(555), - [anon_sym_CR_LF] = ACTIONS(555), + [215] = { + [sym_reference_expression] = STATE(4540), + [sym_type_reference_expression] = STATE(998), + [sym_plain_type] = STATE(1057), + [sym__plain_type_without_special] = STATE(1101), + [sym_anon_struct_type] = STATE(1100), + [sym_multi_return_type] = STATE(1101), + [sym_result_type] = STATE(1101), + [sym_option_type] = STATE(1101), + [sym_qualified_type] = STATE(998), + [sym_fixed_array_type] = STATE(1100), + [sym_array_type] = STATE(1100), + [sym_pointer_type] = STATE(1100), + [sym_wrong_pointer_type] = STATE(1100), + [sym_map_type] = STATE(1100), + [sym_channel_type] = STATE(1100), + [sym_shared_type] = STATE(1100), + [sym_thread_type] = STATE(1100), + [sym_atomic_type] = STATE(1100), + [sym_generic_type] = STATE(1100), + [sym_function_type] = STATE(1100), + [ts_builtin_sym_end] = ACTIONS(605), + [sym_identifier] = ACTIONS(1562), + [anon_sym_LF] = ACTIONS(607), + [anon_sym_CR] = ACTIONS(607), + [anon_sym_CR_LF] = ACTIONS(607), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(555), - [anon_sym_as] = ACTIONS(555), - [anon_sym_LBRACE] = ACTIONS(555), - [anon_sym_COMMA] = ACTIONS(555), - [anon_sym_const] = ACTIONS(555), - [anon_sym_LPAREN] = ACTIONS(1604), - [anon_sym___global] = ACTIONS(555), - [anon_sym_type] = ACTIONS(555), - [anon_sym_PIPE] = ACTIONS(555), - [anon_sym_fn] = ACTIONS(1606), - [anon_sym_PLUS] = ACTIONS(555), - [anon_sym_DASH] = ACTIONS(555), - [anon_sym_STAR] = ACTIONS(1608), - [anon_sym_SLASH] = ACTIONS(555), - [anon_sym_PERCENT] = ACTIONS(555), - [anon_sym_LT] = ACTIONS(555), - [anon_sym_GT] = ACTIONS(555), - [anon_sym_EQ_EQ] = ACTIONS(555), - [anon_sym_BANG_EQ] = ACTIONS(555), - [anon_sym_LT_EQ] = ACTIONS(555), - [anon_sym_GT_EQ] = ACTIONS(555), - [anon_sym_LBRACK] = ACTIONS(551), - [anon_sym_struct] = ACTIONS(1610), - [anon_sym_union] = ACTIONS(555), - [anon_sym_pub] = ACTIONS(555), - [anon_sym_mut] = ACTIONS(555), - [anon_sym_enum] = ACTIONS(555), - [anon_sym_interface] = ACTIONS(555), - [anon_sym_PLUS_PLUS] = ACTIONS(555), - [anon_sym_DASH_DASH] = ACTIONS(555), - [anon_sym_QMARK] = ACTIONS(1612), - [anon_sym_BANG] = ACTIONS(1614), - [anon_sym_go] = ACTIONS(555), - [anon_sym_spawn] = ACTIONS(555), - [anon_sym_json_DOTdecode] = ACTIONS(555), - [anon_sym_LBRACK2] = ACTIONS(1616), - [anon_sym_TILDE] = ACTIONS(555), - [anon_sym_CARET] = ACTIONS(555), - [anon_sym_AMP] = ACTIONS(1618), - [anon_sym_LT_DASH] = ACTIONS(555), - [anon_sym_LT_LT] = ACTIONS(555), - [anon_sym_GT_GT] = ACTIONS(555), - [anon_sym_GT_GT_GT] = ACTIONS(555), - [anon_sym_AMP_CARET] = ACTIONS(555), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(555), - [anon_sym_or] = ACTIONS(555), - [sym_none] = ACTIONS(555), - [sym_true] = ACTIONS(555), - [sym_false] = ACTIONS(555), - [sym_nil] = ACTIONS(555), - [anon_sym_QMARK_DOT] = ACTIONS(555), - [anon_sym_POUND_LBRACK] = ACTIONS(555), - [anon_sym_if] = ACTIONS(555), - [anon_sym_DOLLARif] = ACTIONS(555), - [anon_sym_is] = ACTIONS(555), - [anon_sym_BANGis] = ACTIONS(555), - [anon_sym_in] = ACTIONS(555), - [anon_sym_BANGin] = ACTIONS(555), - [anon_sym_match] = ACTIONS(555), - [anon_sym_select] = ACTIONS(555), - [anon_sym_lock] = ACTIONS(555), - [anon_sym_rlock] = ACTIONS(555), - [anon_sym_unsafe] = ACTIONS(555), - [anon_sym_sql] = ACTIONS(555), - [sym_int_literal] = ACTIONS(555), - [sym_float_literal] = ACTIONS(555), - [sym_rune_literal] = ACTIONS(555), - [anon_sym_AT] = ACTIONS(555), - [anon_sym_shared] = ACTIONS(1620), - [anon_sym_map_LBRACK] = ACTIONS(1622), - [anon_sym_chan] = ACTIONS(1624), - [anon_sym_thread] = ACTIONS(1626), - [anon_sym_atomic] = ACTIONS(1628), - [anon_sym_assert] = ACTIONS(555), - [anon_sym_defer] = ACTIONS(555), - [anon_sym_goto] = ACTIONS(555), - [anon_sym_break] = ACTIONS(555), - [anon_sym_continue] = ACTIONS(555), - [anon_sym_return] = ACTIONS(555), - [anon_sym_DOLLARfor] = ACTIONS(555), - [anon_sym_for] = ACTIONS(555), - [anon_sym_POUND] = ACTIONS(555), - [anon_sym_asm] = ACTIONS(555), - [anon_sym_AT_LBRACK] = ACTIONS(555), - [sym___double_quote] = ACTIONS(555), - [sym___single_quote] = ACTIONS(555), - [sym___c_double_quote] = ACTIONS(555), - [sym___c_single_quote] = ACTIONS(555), - [sym___r_double_quote] = ACTIONS(555), - [sym___r_single_quote] = ACTIONS(555), + [anon_sym_DOT] = ACTIONS(607), + [anon_sym_as] = ACTIONS(607), + [anon_sym_LBRACE] = ACTIONS(607), + [anon_sym_COMMA] = ACTIONS(607), + [anon_sym_const] = ACTIONS(607), + [anon_sym_LPAREN] = ACTIONS(1564), + [anon_sym___global] = ACTIONS(607), + [anon_sym_type] = ACTIONS(607), + [anon_sym_PIPE] = ACTIONS(607), + [anon_sym_fn] = ACTIONS(1566), + [anon_sym_PLUS] = ACTIONS(607), + [anon_sym_DASH] = ACTIONS(607), + [anon_sym_STAR] = ACTIONS(1568), + [anon_sym_SLASH] = ACTIONS(607), + [anon_sym_PERCENT] = ACTIONS(607), + [anon_sym_LT] = ACTIONS(607), + [anon_sym_GT] = ACTIONS(607), + [anon_sym_EQ_EQ] = ACTIONS(607), + [anon_sym_BANG_EQ] = ACTIONS(607), + [anon_sym_LT_EQ] = ACTIONS(607), + [anon_sym_GT_EQ] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LT2] = ACTIONS(607), + [anon_sym_struct] = ACTIONS(1570), + [anon_sym_union] = ACTIONS(607), + [anon_sym_pub] = ACTIONS(607), + [anon_sym_mut] = ACTIONS(607), + [anon_sym_enum] = ACTIONS(607), + [anon_sym_interface] = ACTIONS(607), + [anon_sym_PLUS_PLUS] = ACTIONS(607), + [anon_sym_DASH_DASH] = ACTIONS(607), + [anon_sym_QMARK] = ACTIONS(1572), + [anon_sym_BANG] = ACTIONS(1574), + [anon_sym_go] = ACTIONS(607), + [anon_sym_spawn] = ACTIONS(607), + [anon_sym_json_DOTdecode] = ACTIONS(607), + [anon_sym_LBRACK2] = ACTIONS(1576), + [anon_sym_TILDE] = ACTIONS(607), + [anon_sym_CARET] = ACTIONS(607), + [anon_sym_AMP] = ACTIONS(1578), + [anon_sym_LT_DASH] = ACTIONS(607), + [anon_sym_LT_LT] = ACTIONS(607), + [anon_sym_GT_GT] = ACTIONS(607), + [anon_sym_GT_GT_GT] = ACTIONS(607), + [anon_sym_AMP_CARET] = ACTIONS(607), + [anon_sym_AMP_AMP] = ACTIONS(607), + [anon_sym_PIPE_PIPE] = ACTIONS(607), + [anon_sym_or] = ACTIONS(607), + [sym_none] = ACTIONS(607), + [sym_true] = ACTIONS(607), + [sym_false] = ACTIONS(607), + [sym_nil] = ACTIONS(607), + [anon_sym_QMARK_DOT] = ACTIONS(607), + [anon_sym_POUND_LBRACK] = ACTIONS(607), + [anon_sym_if] = ACTIONS(607), + [anon_sym_DOLLARif] = ACTIONS(607), + [anon_sym_is] = ACTIONS(607), + [anon_sym_BANGis] = ACTIONS(607), + [anon_sym_in] = ACTIONS(607), + [anon_sym_BANGin] = ACTIONS(607), + [anon_sym_match] = ACTIONS(607), + [anon_sym_select] = ACTIONS(607), + [anon_sym_lock] = ACTIONS(607), + [anon_sym_rlock] = ACTIONS(607), + [anon_sym_unsafe] = ACTIONS(607), + [anon_sym_sql] = ACTIONS(607), + [sym_int_literal] = ACTIONS(607), + [sym_float_literal] = ACTIONS(607), + [sym_rune_literal] = ACTIONS(607), + [anon_sym_AT] = ACTIONS(607), + [anon_sym_shared] = ACTIONS(1580), + [anon_sym_map_LBRACK] = ACTIONS(1582), + [anon_sym_chan] = ACTIONS(1584), + [anon_sym_thread] = ACTIONS(1586), + [anon_sym_atomic] = ACTIONS(1588), + [anon_sym_assert] = ACTIONS(607), + [anon_sym_defer] = ACTIONS(607), + [anon_sym_goto] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_return] = ACTIONS(607), + [anon_sym_DOLLARfor] = ACTIONS(607), + [anon_sym_for] = ACTIONS(607), + [anon_sym_POUND] = ACTIONS(607), + [anon_sym_asm] = ACTIONS(607), + [anon_sym_AT_LBRACK] = ACTIONS(607), + [sym___double_quote] = ACTIONS(607), + [sym___single_quote] = ACTIONS(607), + [sym___c_double_quote] = ACTIONS(607), + [sym___c_single_quote] = ACTIONS(607), + [sym___r_double_quote] = ACTIONS(607), + [sym___r_single_quote] = ACTIONS(607), }, - [218] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2374), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [ts_builtin_sym_end] = ACTIONS(591), - [sym_identifier] = ACTIONS(593), - [anon_sym_LF] = ACTIONS(595), - [anon_sym_CR] = ACTIONS(595), - [anon_sym_CR_LF] = ACTIONS(595), + [216] = { + [sym__expression] = STATE(2424), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3620), + [sym_expression_list] = STATE(3736), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), + [anon_sym_LF] = ACTIONS(485), + [anon_sym_CR] = ACTIONS(485), + [anon_sym_CR_LF] = ACTIONS(485), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(595), - [anon_sym_as] = ACTIONS(595), - [anon_sym_LBRACE] = ACTIONS(595), - [anon_sym_COMMA] = ACTIONS(595), - [anon_sym_const] = ACTIONS(595), - [anon_sym_LPAREN] = ACTIONS(597), - [anon_sym___global] = ACTIONS(595), - [anon_sym_type] = ACTIONS(595), - [anon_sym_PIPE] = ACTIONS(595), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(595), - [anon_sym_DASH] = ACTIONS(595), - [anon_sym_STAR] = ACTIONS(601), - [anon_sym_SLASH] = ACTIONS(595), - [anon_sym_PERCENT] = ACTIONS(595), - [anon_sym_LT] = ACTIONS(595), - [anon_sym_GT] = ACTIONS(595), - [anon_sym_EQ_EQ] = ACTIONS(595), - [anon_sym_BANG_EQ] = ACTIONS(595), - [anon_sym_LT_EQ] = ACTIONS(595), - [anon_sym_GT_EQ] = ACTIONS(595), - [anon_sym_LBRACK] = ACTIONS(591), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_union] = ACTIONS(595), - [anon_sym_pub] = ACTIONS(595), - [anon_sym_mut] = ACTIONS(595), - [anon_sym_enum] = ACTIONS(595), - [anon_sym_interface] = ACTIONS(595), - [anon_sym_PLUS_PLUS] = ACTIONS(595), - [anon_sym_DASH_DASH] = ACTIONS(595), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1598), + [anon_sym_RBRACE] = ACTIONS(485), + [anon_sym_LPAREN] = ACTIONS(1600), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1602), + [anon_sym_DASH] = ACTIONS(1602), + [anon_sym_STAR] = ACTIONS(1604), + [anon_sym_struct] = ACTIONS(1444), + [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(503), - [anon_sym_BANG] = ACTIONS(1630), - [anon_sym_go] = ACTIONS(595), - [anon_sym_spawn] = ACTIONS(595), - [anon_sym_json_DOTdecode] = ACTIONS(595), - [anon_sym_LBRACK2] = ACTIONS(607), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_CARET] = ACTIONS(595), - [anon_sym_AMP] = ACTIONS(609), - [anon_sym_LT_DASH] = ACTIONS(595), - [anon_sym_LT_LT] = ACTIONS(595), - [anon_sym_GT_GT] = ACTIONS(595), - [anon_sym_GT_GT_GT] = ACTIONS(595), - [anon_sym_AMP_CARET] = ACTIONS(595), - [anon_sym_AMP_AMP] = ACTIONS(595), - [anon_sym_PIPE_PIPE] = ACTIONS(595), - [anon_sym_or] = ACTIONS(595), - [sym_none] = ACTIONS(595), - [sym_true] = ACTIONS(595), - [sym_false] = ACTIONS(595), - [sym_nil] = ACTIONS(595), - [anon_sym_QMARK_DOT] = ACTIONS(595), - [anon_sym_POUND_LBRACK] = ACTIONS(595), - [anon_sym_if] = ACTIONS(595), - [anon_sym_DOLLARif] = ACTIONS(595), - [anon_sym_is] = ACTIONS(595), - [anon_sym_BANGis] = ACTIONS(595), - [anon_sym_in] = ACTIONS(595), - [anon_sym_BANGin] = ACTIONS(595), - [anon_sym_match] = ACTIONS(595), - [anon_sym_select] = ACTIONS(595), - [anon_sym_lock] = ACTIONS(595), - [anon_sym_rlock] = ACTIONS(595), - [anon_sym_unsafe] = ACTIONS(595), - [anon_sym_sql] = ACTIONS(595), - [sym_int_literal] = ACTIONS(595), - [sym_float_literal] = ACTIONS(595), - [sym_rune_literal] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(595), - [anon_sym_shared] = ACTIONS(611), + [anon_sym_BANG] = ACTIONS(1606), + [anon_sym_go] = ACTIONS(1448), + [anon_sym_spawn] = ACTIONS(1450), + [anon_sym_json_DOTdecode] = ACTIONS(1608), + [anon_sym_LBRACK2] = ACTIONS(1610), + [anon_sym_TILDE] = ACTIONS(1602), + [anon_sym_CARET] = ACTIONS(1602), + [anon_sym_AMP] = ACTIONS(1612), + [anon_sym_LT_DASH] = ACTIONS(1614), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(1468), + [anon_sym_lock] = ACTIONS(1470), + [anon_sym_rlock] = ACTIONS(1470), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1460), + [sym_rune_literal] = ACTIONS(1460), + [anon_sym_AT] = ACTIONS(1478), + [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(537), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_assert] = ACTIONS(595), - [anon_sym_defer] = ACTIONS(595), - [anon_sym_goto] = ACTIONS(595), - [anon_sym_break] = ACTIONS(595), - [anon_sym_continue] = ACTIONS(595), - [anon_sym_return] = ACTIONS(595), - [anon_sym_DOLLARfor] = ACTIONS(595), - [anon_sym_for] = ACTIONS(595), - [anon_sym_POUND] = ACTIONS(595), - [anon_sym_asm] = ACTIONS(595), - [anon_sym_AT_LBRACK] = ACTIONS(595), - [sym___double_quote] = ACTIONS(595), - [sym___single_quote] = ACTIONS(595), - [sym___c_double_quote] = ACTIONS(595), - [sym___c_single_quote] = ACTIONS(595), - [sym___r_double_quote] = ACTIONS(595), - [sym___r_single_quote] = ACTIONS(595), + [sym___double_quote] = ACTIONS(1616), + [sym___single_quote] = ACTIONS(1618), + [sym___c_double_quote] = ACTIONS(1620), + [sym___c_single_quote] = ACTIONS(1622), + [sym___r_double_quote] = ACTIONS(1624), + [sym___r_single_quote] = ACTIONS(1626), }, - [219] = { - [sym_reference_expression] = STATE(4444), - [sym_type_reference_expression] = STATE(994), - [sym_plain_type] = STATE(1084), - [sym__plain_type_without_special] = STATE(1059), - [sym_anon_struct_type] = STATE(1060), - [sym_multi_return_type] = STATE(1059), - [sym_result_type] = STATE(1059), - [sym_option_type] = STATE(1059), - [sym_qualified_type] = STATE(994), - [sym_fixed_array_type] = STATE(1060), - [sym_array_type] = STATE(1060), - [sym_pointer_type] = STATE(1060), - [sym_wrong_pointer_type] = STATE(1060), - [sym_map_type] = STATE(1060), - [sym_channel_type] = STATE(1060), - [sym_shared_type] = STATE(1060), - [sym_thread_type] = STATE(1060), - [sym_atomic_type] = STATE(1060), - [sym_generic_type] = STATE(1060), - [sym_function_type] = STATE(1060), + [217] = { + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3703), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [ts_builtin_sym_end] = ACTIONS(613), - [sym_identifier] = ACTIONS(1602), + [sym_identifier] = ACTIONS(615), [anon_sym_LF] = ACTIONS(615), [anon_sym_CR] = ACTIONS(615), [anon_sym_CR_LF] = ACTIONS(615), @@ -51645,14 +51580,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(615), [anon_sym_COMMA] = ACTIONS(615), [anon_sym_const] = ACTIONS(615), - [anon_sym_LPAREN] = ACTIONS(1604), + [anon_sym_LPAREN] = ACTIONS(615), [anon_sym___global] = ACTIONS(615), [anon_sym_type] = ACTIONS(615), [anon_sym_PIPE] = ACTIONS(615), - [anon_sym_fn] = ACTIONS(1606), + [anon_sym_fn] = ACTIONS(615), [anon_sym_PLUS] = ACTIONS(615), [anon_sym_DASH] = ACTIONS(615), - [anon_sym_STAR] = ACTIONS(1608), + [anon_sym_STAR] = ACTIONS(615), [anon_sym_SLASH] = ACTIONS(615), [anon_sym_PERCENT] = ACTIONS(615), [anon_sym_LT] = ACTIONS(615), @@ -51662,7 +51597,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(615), [anon_sym_GT_EQ] = ACTIONS(615), [anon_sym_LBRACK] = ACTIONS(613), - [anon_sym_struct] = ACTIONS(1610), + [anon_sym_LT2] = ACTIONS(615), + [anon_sym_struct] = ACTIONS(615), [anon_sym_union] = ACTIONS(615), [anon_sym_pub] = ACTIONS(615), [anon_sym_mut] = ACTIONS(615), @@ -51670,15 +51606,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_interface] = ACTIONS(615), [anon_sym_PLUS_PLUS] = ACTIONS(615), [anon_sym_DASH_DASH] = ACTIONS(615), - [anon_sym_QMARK] = ACTIONS(1612), - [anon_sym_BANG] = ACTIONS(1614), + [anon_sym_QMARK] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), [anon_sym_go] = ACTIONS(615), [anon_sym_spawn] = ACTIONS(615), [anon_sym_json_DOTdecode] = ACTIONS(615), - [anon_sym_LBRACK2] = ACTIONS(1616), + [anon_sym_LBRACK2] = ACTIONS(615), [anon_sym_TILDE] = ACTIONS(615), [anon_sym_CARET] = ACTIONS(615), - [anon_sym_AMP] = ACTIONS(1618), + [anon_sym_AMP] = ACTIONS(615), [anon_sym_LT_DASH] = ACTIONS(615), [anon_sym_LT_LT] = ACTIONS(615), [anon_sym_GT_GT] = ACTIONS(615), @@ -51709,11 +51645,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(615), [sym_rune_literal] = ACTIONS(615), [anon_sym_AT] = ACTIONS(615), - [anon_sym_shared] = ACTIONS(1620), - [anon_sym_map_LBRACK] = ACTIONS(1622), - [anon_sym_chan] = ACTIONS(1624), - [anon_sym_thread] = ACTIONS(1626), - [anon_sym_atomic] = ACTIONS(1628), + [anon_sym_shared] = ACTIONS(615), + [anon_sym_map_LBRACK] = ACTIONS(615), + [anon_sym_chan] = ACTIONS(615), + [anon_sym_thread] = ACTIONS(615), + [anon_sym_atomic] = ACTIONS(615), [anon_sym_assert] = ACTIONS(615), [anon_sym_defer] = ACTIONS(615), [anon_sym_goto] = ACTIONS(615), @@ -51732,20831 +51668,20399 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(615), [sym___r_single_quote] = ACTIONS(615), }, - [220] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2378), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [ts_builtin_sym_end] = ACTIONS(583), - [sym_identifier] = ACTIONS(585), - [anon_sym_LF] = ACTIONS(585), - [anon_sym_CR] = ACTIONS(585), - [anon_sym_CR_LF] = ACTIONS(585), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(585), - [anon_sym_as] = ACTIONS(585), - [anon_sym_LBRACE] = ACTIONS(585), - [anon_sym_COMMA] = ACTIONS(585), - [anon_sym_const] = ACTIONS(585), - [anon_sym_LPAREN] = ACTIONS(585), - [anon_sym___global] = ACTIONS(585), - [anon_sym_type] = ACTIONS(585), - [anon_sym_PIPE] = ACTIONS(585), - [anon_sym_fn] = ACTIONS(585), - [anon_sym_PLUS] = ACTIONS(585), - [anon_sym_DASH] = ACTIONS(585), - [anon_sym_STAR] = ACTIONS(585), - [anon_sym_SLASH] = ACTIONS(585), - [anon_sym_PERCENT] = ACTIONS(585), - [anon_sym_LT] = ACTIONS(585), - [anon_sym_GT] = ACTIONS(585), - [anon_sym_EQ_EQ] = ACTIONS(585), - [anon_sym_BANG_EQ] = ACTIONS(585), - [anon_sym_LT_EQ] = ACTIONS(585), - [anon_sym_GT_EQ] = ACTIONS(585), - [anon_sym_LBRACK] = ACTIONS(583), - [anon_sym_struct] = ACTIONS(585), - [anon_sym_union] = ACTIONS(585), - [anon_sym_pub] = ACTIONS(585), - [anon_sym_mut] = ACTIONS(585), - [anon_sym_enum] = ACTIONS(585), - [anon_sym_interface] = ACTIONS(585), - [anon_sym_PLUS_PLUS] = ACTIONS(585), - [anon_sym_DASH_DASH] = ACTIONS(585), - [anon_sym_QMARK] = ACTIONS(585), - [anon_sym_BANG] = ACTIONS(585), - [anon_sym_go] = ACTIONS(585), - [anon_sym_spawn] = ACTIONS(585), - [anon_sym_json_DOTdecode] = ACTIONS(585), - [anon_sym_LBRACK2] = ACTIONS(585), - [anon_sym_TILDE] = ACTIONS(585), - [anon_sym_CARET] = ACTIONS(585), - [anon_sym_AMP] = ACTIONS(585), - [anon_sym_LT_DASH] = ACTIONS(585), - [anon_sym_LT_LT] = ACTIONS(585), - [anon_sym_GT_GT] = ACTIONS(585), - [anon_sym_GT_GT_GT] = ACTIONS(585), - [anon_sym_AMP_CARET] = ACTIONS(585), - [anon_sym_AMP_AMP] = ACTIONS(585), - [anon_sym_PIPE_PIPE] = ACTIONS(585), - [anon_sym_or] = ACTIONS(585), - [sym_none] = ACTIONS(585), - [sym_true] = ACTIONS(585), - [sym_false] = ACTIONS(585), - [sym_nil] = ACTIONS(585), - [anon_sym_QMARK_DOT] = ACTIONS(585), - [anon_sym_POUND_LBRACK] = ACTIONS(585), - [anon_sym_if] = ACTIONS(585), - [anon_sym_DOLLARif] = ACTIONS(585), - [anon_sym_is] = ACTIONS(585), - [anon_sym_BANGis] = ACTIONS(585), - [anon_sym_in] = ACTIONS(585), - [anon_sym_BANGin] = ACTIONS(585), - [anon_sym_match] = ACTIONS(585), - [anon_sym_select] = ACTIONS(585), - [anon_sym_lock] = ACTIONS(585), - [anon_sym_rlock] = ACTIONS(585), - [anon_sym_unsafe] = ACTIONS(585), - [anon_sym_sql] = ACTIONS(585), - [sym_int_literal] = ACTIONS(585), - [sym_float_literal] = ACTIONS(585), - [sym_rune_literal] = ACTIONS(585), - [anon_sym_AT] = ACTIONS(585), - [anon_sym_shared] = ACTIONS(585), - [anon_sym_map_LBRACK] = ACTIONS(585), - [anon_sym_chan] = ACTIONS(585), - [anon_sym_thread] = ACTIONS(585), - [anon_sym_atomic] = ACTIONS(585), - [anon_sym_assert] = ACTIONS(585), - [anon_sym_defer] = ACTIONS(585), - [anon_sym_goto] = ACTIONS(585), - [anon_sym_break] = ACTIONS(585), - [anon_sym_continue] = ACTIONS(585), - [anon_sym_return] = ACTIONS(585), - [anon_sym_DOLLARfor] = ACTIONS(585), - [anon_sym_for] = ACTIONS(585), - [anon_sym_POUND] = ACTIONS(585), - [anon_sym_asm] = ACTIONS(585), - [anon_sym_AT_LBRACK] = ACTIONS(585), - [sym___double_quote] = ACTIONS(585), - [sym___single_quote] = ACTIONS(585), - [sym___c_double_quote] = ACTIONS(585), - [sym___c_single_quote] = ACTIONS(585), - [sym___r_double_quote] = ACTIONS(585), - [sym___r_single_quote] = ACTIONS(585), - }, - [221] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(280), - [sym_identifier] = ACTIONS(1241), + [218] = { + [sym__expression] = STATE(2371), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_argument] = STATE(3604), + [sym_type_initializer] = STATE(2506), + [sym_keyed_element] = STATE(3601), + [sym_field_name] = STATE(4616), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2525), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_spread_expression] = STATE(3601), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3601), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1632), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1442), + [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1446), + [anon_sym_go] = ACTIONS(1448), + [anon_sym_spawn] = ACTIONS(1450), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1438), + [anon_sym_CARET] = ACTIONS(1438), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_LT_DASH] = ACTIONS(1458), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(1468), + [anon_sym_lock] = ACTIONS(1470), + [anon_sym_rlock] = ACTIONS(1470), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, - [222] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(280), - [sym_identifier] = ACTIONS(1241), + [219] = { + [sym__expression] = STATE(1795), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_strictly_expression_list] = STATE(4250), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(510), + [sym_mutable_expression] = STATE(3355), + [sym_expression_list] = STATE(3402), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_simple_statement] = STATE(4576), + [sym_var_declaration] = STATE(4250), + [sym_assignment_statement] = STATE(4250), + [sym_identifier] = ACTIONS(1590), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1638), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(1628), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_STAR] = ACTIONS(807), + [anon_sym_struct] = ACTIONS(809), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_go] = ACTIONS(815), + [anon_sym_spawn] = ACTIONS(817), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(821), + [anon_sym_TILDE] = ACTIONS(805), + [anon_sym_CARET] = ACTIONS(805), + [anon_sym_AMP] = ACTIONS(823), + [anon_sym_LT_DASH] = ACTIONS(825), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(829), + [anon_sym_DOLLARif] = ACTIONS(831), + [anon_sym_match] = ACTIONS(833), + [anon_sym_select] = ACTIONS(835), + [anon_sym_lock] = ACTIONS(837), + [anon_sym_rlock] = ACTIONS(837), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_sql] = ACTIONS(841), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), }, - [223] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4278), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_block] = STATE(1323), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1642), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), + [220] = { + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3701), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [ts_builtin_sym_end] = ACTIONS(583), + [sym_identifier] = ACTIONS(585), + [anon_sym_LF] = ACTIONS(587), + [anon_sym_CR] = ACTIONS(587), + [anon_sym_CR_LF] = ACTIONS(587), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(587), + [anon_sym_as] = ACTIONS(587), + [anon_sym_LBRACE] = ACTIONS(587), + [anon_sym_COMMA] = ACTIONS(587), + [anon_sym_const] = ACTIONS(587), + [anon_sym_LPAREN] = ACTIONS(589), + [anon_sym___global] = ACTIONS(587), + [anon_sym_type] = ACTIONS(587), + [anon_sym_PIPE] = ACTIONS(587), + [anon_sym_fn] = ACTIONS(591), + [anon_sym_PLUS] = ACTIONS(587), + [anon_sym_DASH] = ACTIONS(587), + [anon_sym_STAR] = ACTIONS(593), + [anon_sym_SLASH] = ACTIONS(587), + [anon_sym_PERCENT] = ACTIONS(587), + [anon_sym_LT] = ACTIONS(587), + [anon_sym_GT] = ACTIONS(587), + [anon_sym_EQ_EQ] = ACTIONS(587), + [anon_sym_BANG_EQ] = ACTIONS(587), + [anon_sym_LT_EQ] = ACTIONS(587), + [anon_sym_GT_EQ] = ACTIONS(587), + [anon_sym_LBRACK] = ACTIONS(583), + [anon_sym_LT2] = ACTIONS(587), + [anon_sym_struct] = ACTIONS(595), + [anon_sym_union] = ACTIONS(587), + [anon_sym_pub] = ACTIONS(587), + [anon_sym_mut] = ACTIONS(587), + [anon_sym_enum] = ACTIONS(587), + [anon_sym_interface] = ACTIONS(587), + [anon_sym_PLUS_PLUS] = ACTIONS(587), + [anon_sym_DASH_DASH] = ACTIONS(587), + [anon_sym_QMARK] = ACTIONS(503), + [anon_sym_BANG] = ACTIONS(1630), + [anon_sym_go] = ACTIONS(587), + [anon_sym_spawn] = ACTIONS(587), + [anon_sym_json_DOTdecode] = ACTIONS(587), + [anon_sym_LBRACK2] = ACTIONS(599), + [anon_sym_TILDE] = ACTIONS(587), + [anon_sym_CARET] = ACTIONS(587), + [anon_sym_AMP] = ACTIONS(601), + [anon_sym_LT_DASH] = ACTIONS(587), + [anon_sym_LT_LT] = ACTIONS(587), + [anon_sym_GT_GT] = ACTIONS(587), + [anon_sym_GT_GT_GT] = ACTIONS(587), + [anon_sym_AMP_CARET] = ACTIONS(587), + [anon_sym_AMP_AMP] = ACTIONS(587), + [anon_sym_PIPE_PIPE] = ACTIONS(587), + [anon_sym_or] = ACTIONS(587), + [sym_none] = ACTIONS(587), + [sym_true] = ACTIONS(587), + [sym_false] = ACTIONS(587), + [sym_nil] = ACTIONS(587), + [anon_sym_QMARK_DOT] = ACTIONS(587), + [anon_sym_POUND_LBRACK] = ACTIONS(587), + [anon_sym_if] = ACTIONS(587), + [anon_sym_DOLLARif] = ACTIONS(587), + [anon_sym_is] = ACTIONS(587), + [anon_sym_BANGis] = ACTIONS(587), + [anon_sym_in] = ACTIONS(587), + [anon_sym_BANGin] = ACTIONS(587), + [anon_sym_match] = ACTIONS(587), + [anon_sym_select] = ACTIONS(587), + [anon_sym_lock] = ACTIONS(587), + [anon_sym_rlock] = ACTIONS(587), + [anon_sym_unsafe] = ACTIONS(587), + [anon_sym_sql] = ACTIONS(587), + [sym_int_literal] = ACTIONS(587), + [sym_float_literal] = ACTIONS(587), + [sym_rune_literal] = ACTIONS(587), + [anon_sym_AT] = ACTIONS(587), + [anon_sym_shared] = ACTIONS(603), + [anon_sym_map_LBRACK] = ACTIONS(537), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [anon_sym_assert] = ACTIONS(587), + [anon_sym_defer] = ACTIONS(587), + [anon_sym_goto] = ACTIONS(587), + [anon_sym_break] = ACTIONS(587), + [anon_sym_continue] = ACTIONS(587), + [anon_sym_return] = ACTIONS(587), + [anon_sym_DOLLARfor] = ACTIONS(587), + [anon_sym_for] = ACTIONS(587), + [anon_sym_POUND] = ACTIONS(587), + [anon_sym_asm] = ACTIONS(587), + [anon_sym_AT_LBRACK] = ACTIONS(587), + [sym___double_quote] = ACTIONS(587), + [sym___single_quote] = ACTIONS(587), + [sym___c_double_quote] = ACTIONS(587), + [sym___c_single_quote] = ACTIONS(587), + [sym___r_double_quote] = ACTIONS(587), + [sym___r_single_quote] = ACTIONS(587), + }, + [221] = { + [sym_type_parameters] = STATE(4475), + [sym_argument_list] = STATE(758), + [sym_or_block] = STATE(756), + [aux_sym_strictly_expression_list_repeat1] = STATE(1423), + [ts_builtin_sym_end] = ACTIONS(1632), + [sym_identifier] = ACTIONS(1634), + [anon_sym_LF] = ACTIONS(1634), + [anon_sym_CR] = ACTIONS(1634), + [anon_sym_CR_LF] = ACTIONS(1634), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1636), + [anon_sym_as] = ACTIONS(1638), + [anon_sym_LBRACE] = ACTIONS(1634), + [anon_sym_COMMA] = ACTIONS(1640), + [anon_sym_const] = ACTIONS(1634), + [anon_sym_LPAREN] = ACTIONS(1642), + [anon_sym_EQ] = ACTIONS(1640), + [anon_sym___global] = ACTIONS(1634), + [anon_sym_type] = ACTIONS(1634), + [anon_sym_PIPE] = ACTIONS(1644), + [anon_sym_fn] = ACTIONS(1634), [anon_sym_PLUS] = ACTIONS(1644), [anon_sym_DASH] = ACTIONS(1644), [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), + [anon_sym_SLASH] = ACTIONS(1646), + [anon_sym_PERCENT] = ACTIONS(1646), + [anon_sym_LT] = ACTIONS(1648), + [anon_sym_GT] = ACTIONS(1648), + [anon_sym_EQ_EQ] = ACTIONS(1648), + [anon_sym_BANG_EQ] = ACTIONS(1648), + [anon_sym_LT_EQ] = ACTIONS(1648), + [anon_sym_GT_EQ] = ACTIONS(1648), + [anon_sym_LBRACK] = ACTIONS(1650), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1634), + [anon_sym_union] = ACTIONS(1634), + [anon_sym_pub] = ACTIONS(1634), + [anon_sym_mut] = ACTIONS(1634), + [anon_sym_enum] = ACTIONS(1634), + [anon_sym_interface] = ACTIONS(1634), + [anon_sym_PLUS_PLUS] = ACTIONS(1654), + [anon_sym_DASH_DASH] = ACTIONS(1656), + [anon_sym_QMARK] = ACTIONS(1658), + [anon_sym_BANG] = ACTIONS(1660), + [anon_sym_go] = ACTIONS(1634), + [anon_sym_spawn] = ACTIONS(1634), + [anon_sym_json_DOTdecode] = ACTIONS(1634), + [anon_sym_LBRACK2] = ACTIONS(1662), + [anon_sym_TILDE] = ACTIONS(1634), [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), + [anon_sym_AMP] = ACTIONS(1646), + [anon_sym_LT_DASH] = ACTIONS(1634), + [anon_sym_LT_LT] = ACTIONS(1646), + [anon_sym_GT_GT] = ACTIONS(1646), + [anon_sym_GT_GT_GT] = ACTIONS(1646), + [anon_sym_AMP_CARET] = ACTIONS(1646), + [anon_sym_AMP_AMP] = ACTIONS(1664), + [anon_sym_PIPE_PIPE] = ACTIONS(1666), + [anon_sym_or] = ACTIONS(1668), + [sym_none] = ACTIONS(1634), + [sym_true] = ACTIONS(1634), + [sym_false] = ACTIONS(1634), + [sym_nil] = ACTIONS(1634), + [anon_sym_QMARK_DOT] = ACTIONS(1636), + [anon_sym_POUND_LBRACK] = ACTIONS(1662), [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_DOLLARif] = ACTIONS(1634), + [anon_sym_is] = ACTIONS(1670), + [anon_sym_BANGis] = ACTIONS(1672), + [anon_sym_in] = ACTIONS(1674), + [anon_sym_BANGin] = ACTIONS(1676), + [anon_sym_match] = ACTIONS(1634), + [anon_sym_select] = ACTIONS(1634), + [anon_sym_STAR_EQ] = ACTIONS(1640), + [anon_sym_SLASH_EQ] = ACTIONS(1640), + [anon_sym_PERCENT_EQ] = ACTIONS(1640), + [anon_sym_LT_LT_EQ] = ACTIONS(1640), + [anon_sym_GT_GT_EQ] = ACTIONS(1640), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1640), + [anon_sym_AMP_EQ] = ACTIONS(1640), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1640), + [anon_sym_PLUS_EQ] = ACTIONS(1640), + [anon_sym_DASH_EQ] = ACTIONS(1640), + [anon_sym_PIPE_EQ] = ACTIONS(1640), + [anon_sym_CARET_EQ] = ACTIONS(1640), + [anon_sym_COLON_EQ] = ACTIONS(1640), + [anon_sym_lock] = ACTIONS(1634), + [anon_sym_rlock] = ACTIONS(1634), + [anon_sym_unsafe] = ACTIONS(1634), + [anon_sym_sql] = ACTIONS(1634), + [sym_int_literal] = ACTIONS(1634), + [sym_float_literal] = ACTIONS(1634), + [sym_rune_literal] = ACTIONS(1634), + [anon_sym_AT] = ACTIONS(1634), + [anon_sym_shared] = ACTIONS(1634), + [anon_sym_map_LBRACK] = ACTIONS(1634), + [anon_sym_chan] = ACTIONS(1634), + [anon_sym_thread] = ACTIONS(1634), + [anon_sym_atomic] = ACTIONS(1634), + [anon_sym_assert] = ACTIONS(1634), + [anon_sym_defer] = ACTIONS(1634), + [anon_sym_goto] = ACTIONS(1634), + [anon_sym_break] = ACTIONS(1634), + [anon_sym_continue] = ACTIONS(1634), + [anon_sym_return] = ACTIONS(1634), + [anon_sym_DOLLARfor] = ACTIONS(1634), + [anon_sym_for] = ACTIONS(1634), + [anon_sym_POUND] = ACTIONS(1634), + [anon_sym_asm] = ACTIONS(1634), + [anon_sym_AT_LBRACK] = ACTIONS(1634), + [sym___double_quote] = ACTIONS(1634), + [sym___single_quote] = ACTIONS(1634), + [sym___c_double_quote] = ACTIONS(1634), + [sym___c_single_quote] = ACTIONS(1634), + [sym___r_double_quote] = ACTIONS(1634), + [sym___r_single_quote] = ACTIONS(1634), + }, + [222] = { + [sym_type_parameters] = STATE(4475), + [sym_argument_list] = STATE(758), + [sym_or_block] = STATE(756), + [aux_sym_strictly_expression_list_repeat1] = STATE(3356), + [ts_builtin_sym_end] = ACTIONS(1678), + [sym_identifier] = ACTIONS(1680), + [anon_sym_LF] = ACTIONS(1680), + [anon_sym_CR] = ACTIONS(1680), + [anon_sym_CR_LF] = ACTIONS(1680), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1636), + [anon_sym_as] = ACTIONS(1638), + [anon_sym_LBRACE] = ACTIONS(1680), + [anon_sym_COMMA] = ACTIONS(1682), + [anon_sym_const] = ACTIONS(1680), + [anon_sym_LPAREN] = ACTIONS(1642), + [anon_sym_EQ] = ACTIONS(1684), + [anon_sym___global] = ACTIONS(1680), + [anon_sym_type] = ACTIONS(1680), + [anon_sym_PIPE] = ACTIONS(1644), + [anon_sym_fn] = ACTIONS(1680), + [anon_sym_PLUS] = ACTIONS(1644), + [anon_sym_DASH] = ACTIONS(1644), + [anon_sym_STAR] = ACTIONS(1646), + [anon_sym_SLASH] = ACTIONS(1646), + [anon_sym_PERCENT] = ACTIONS(1646), + [anon_sym_LT] = ACTIONS(1648), + [anon_sym_GT] = ACTIONS(1648), + [anon_sym_EQ_EQ] = ACTIONS(1648), + [anon_sym_BANG_EQ] = ACTIONS(1648), + [anon_sym_LT_EQ] = ACTIONS(1648), + [anon_sym_GT_EQ] = ACTIONS(1648), + [anon_sym_LBRACK] = ACTIONS(1650), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1680), + [anon_sym_union] = ACTIONS(1680), + [anon_sym_pub] = ACTIONS(1680), + [anon_sym_mut] = ACTIONS(1680), + [anon_sym_enum] = ACTIONS(1680), + [anon_sym_interface] = ACTIONS(1680), + [anon_sym_PLUS_PLUS] = ACTIONS(1654), + [anon_sym_DASH_DASH] = ACTIONS(1656), + [anon_sym_QMARK] = ACTIONS(1658), + [anon_sym_BANG] = ACTIONS(1660), + [anon_sym_go] = ACTIONS(1680), + [anon_sym_spawn] = ACTIONS(1680), + [anon_sym_json_DOTdecode] = ACTIONS(1680), + [anon_sym_LBRACK2] = ACTIONS(1662), + [anon_sym_TILDE] = ACTIONS(1680), + [anon_sym_CARET] = ACTIONS(1644), + [anon_sym_AMP] = ACTIONS(1646), + [anon_sym_LT_DASH] = ACTIONS(1686), + [anon_sym_LT_LT] = ACTIONS(1688), + [anon_sym_GT_GT] = ACTIONS(1646), + [anon_sym_GT_GT_GT] = ACTIONS(1646), + [anon_sym_AMP_CARET] = ACTIONS(1646), + [anon_sym_AMP_AMP] = ACTIONS(1664), + [anon_sym_PIPE_PIPE] = ACTIONS(1666), + [anon_sym_or] = ACTIONS(1668), + [sym_none] = ACTIONS(1680), + [sym_true] = ACTIONS(1680), + [sym_false] = ACTIONS(1680), + [sym_nil] = ACTIONS(1680), + [anon_sym_QMARK_DOT] = ACTIONS(1636), + [anon_sym_POUND_LBRACK] = ACTIONS(1662), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_DOLLARif] = ACTIONS(1680), + [anon_sym_is] = ACTIONS(1670), + [anon_sym_BANGis] = ACTIONS(1672), + [anon_sym_in] = ACTIONS(1674), + [anon_sym_BANGin] = ACTIONS(1676), + [anon_sym_match] = ACTIONS(1680), + [anon_sym_select] = ACTIONS(1680), + [anon_sym_STAR_EQ] = ACTIONS(1684), + [anon_sym_SLASH_EQ] = ACTIONS(1684), + [anon_sym_PERCENT_EQ] = ACTIONS(1684), + [anon_sym_LT_LT_EQ] = ACTIONS(1684), + [anon_sym_GT_GT_EQ] = ACTIONS(1684), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1684), + [anon_sym_AMP_EQ] = ACTIONS(1684), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1684), + [anon_sym_PLUS_EQ] = ACTIONS(1684), + [anon_sym_DASH_EQ] = ACTIONS(1684), + [anon_sym_PIPE_EQ] = ACTIONS(1684), + [anon_sym_CARET_EQ] = ACTIONS(1684), + [anon_sym_COLON_EQ] = ACTIONS(1684), + [anon_sym_lock] = ACTIONS(1680), + [anon_sym_rlock] = ACTIONS(1680), + [anon_sym_unsafe] = ACTIONS(1680), + [anon_sym_sql] = ACTIONS(1680), + [sym_int_literal] = ACTIONS(1680), + [sym_float_literal] = ACTIONS(1680), + [sym_rune_literal] = ACTIONS(1680), + [anon_sym_AT] = ACTIONS(1680), + [anon_sym_shared] = ACTIONS(1680), + [anon_sym_map_LBRACK] = ACTIONS(1680), + [anon_sym_chan] = ACTIONS(1680), + [anon_sym_thread] = ACTIONS(1680), + [anon_sym_atomic] = ACTIONS(1680), + [anon_sym_assert] = ACTIONS(1680), + [anon_sym_defer] = ACTIONS(1680), + [anon_sym_goto] = ACTIONS(1680), + [anon_sym_break] = ACTIONS(1680), + [anon_sym_continue] = ACTIONS(1680), + [anon_sym_return] = ACTIONS(1680), + [anon_sym_DOLLARfor] = ACTIONS(1680), + [anon_sym_for] = ACTIONS(1680), + [anon_sym_POUND] = ACTIONS(1680), + [anon_sym_asm] = ACTIONS(1680), + [anon_sym_AT_LBRACK] = ACTIONS(1680), + [sym___double_quote] = ACTIONS(1680), + [sym___single_quote] = ACTIONS(1680), + [sym___c_double_quote] = ACTIONS(1680), + [sym___c_single_quote] = ACTIONS(1680), + [sym___r_double_quote] = ACTIONS(1680), + [sym___r_single_quote] = ACTIONS(1680), + }, + [223] = { + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(235), + [sym_identifier] = ACTIONS(1296), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1690), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [224] = { - [sym__expression] = STATE(2462), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(696), - [sym_mutable_expression] = STATE(4008), - [sym_expression_list] = STATE(4585), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_var_declaration] = STATE(4307), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(260), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1696), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [225] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4163), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_block] = STATE(2353), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element] = STATE(2143), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1218), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_short_element_list_repeat1] = STATE(280), + [sym_identifier] = ACTIONS(939), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1664), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_RBRACE] = ACTIONS(1698), + [anon_sym_LPAREN] = ACTIONS(625), + [anon_sym_fn] = ACTIONS(629), + [anon_sym_PLUS] = ACTIONS(631), + [anon_sym_DASH] = ACTIONS(631), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_struct] = ACTIONS(637), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(643), + [anon_sym_go] = ACTIONS(645), + [anon_sym_spawn] = ACTIONS(647), + [anon_sym_json_DOTdecode] = ACTIONS(649), + [anon_sym_LBRACK2] = ACTIONS(651), + [anon_sym_TILDE] = ACTIONS(631), + [anon_sym_CARET] = ACTIONS(631), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_LT_DASH] = ACTIONS(655), + [sym_none] = ACTIONS(657), + [sym_true] = ACTIONS(657), + [sym_false] = ACTIONS(657), + [sym_nil] = ACTIONS(657), + [anon_sym_if] = ACTIONS(659), + [anon_sym_DOLLARif] = ACTIONS(661), + [anon_sym_match] = ACTIONS(663), + [anon_sym_select] = ACTIONS(665), + [anon_sym_lock] = ACTIONS(667), + [anon_sym_rlock] = ACTIONS(667), + [anon_sym_unsafe] = ACTIONS(669), + [anon_sym_sql] = ACTIONS(671), + [sym_int_literal] = ACTIONS(657), + [sym_float_literal] = ACTIONS(673), + [sym_rune_literal] = ACTIONS(673), + [anon_sym_AT] = ACTIONS(675), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(677), + [sym___single_quote] = ACTIONS(679), + [sym___c_double_quote] = ACTIONS(681), + [sym___c_single_quote] = ACTIONS(683), + [sym___r_double_quote] = ACTIONS(685), + [sym___r_single_quote] = ACTIONS(687), }, [226] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4204), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_block] = STATE(915), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2434), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2635), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(590), + [sym_mutable_expression] = STATE(3959), + [sym_expression_list] = STATE(4632), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_var_declaration] = STATE(4396), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1666), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [227] = { - [sym__expression] = STATE(2431), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(696), - [sym_mutable_expression] = STATE(4008), - [sym_expression_list] = STATE(4585), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_var_declaration] = STATE(4193), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), + [sym_type_parameters] = STATE(4475), + [sym_argument_list] = STATE(758), + [sym_or_block] = STATE(756), + [ts_builtin_sym_end] = ACTIONS(1722), + [sym_identifier] = ACTIONS(1724), + [anon_sym_LF] = ACTIONS(1724), + [anon_sym_CR] = ACTIONS(1724), + [anon_sym_CR_LF] = ACTIONS(1724), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1636), + [anon_sym_as] = ACTIONS(1638), + [anon_sym_LBRACE] = ACTIONS(1724), + [anon_sym_COMMA] = ACTIONS(1724), + [anon_sym_const] = ACTIONS(1724), + [anon_sym_LPAREN] = ACTIONS(1642), + [anon_sym_EQ] = ACTIONS(1724), + [anon_sym___global] = ACTIONS(1724), + [anon_sym_type] = ACTIONS(1724), + [anon_sym_PIPE] = ACTIONS(1644), + [anon_sym_fn] = ACTIONS(1724), [anon_sym_PLUS] = ACTIONS(1644), [anon_sym_DASH] = ACTIONS(1644), [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), + [anon_sym_SLASH] = ACTIONS(1646), + [anon_sym_PERCENT] = ACTIONS(1646), + [anon_sym_LT] = ACTIONS(1648), + [anon_sym_GT] = ACTIONS(1648), + [anon_sym_EQ_EQ] = ACTIONS(1648), + [anon_sym_BANG_EQ] = ACTIONS(1648), + [anon_sym_LT_EQ] = ACTIONS(1648), + [anon_sym_GT_EQ] = ACTIONS(1648), + [anon_sym_LBRACK] = ACTIONS(1650), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1724), + [anon_sym_union] = ACTIONS(1724), + [anon_sym_pub] = ACTIONS(1724), + [anon_sym_mut] = ACTIONS(1724), + [anon_sym_enum] = ACTIONS(1724), + [anon_sym_interface] = ACTIONS(1724), + [anon_sym_PLUS_PLUS] = ACTIONS(1654), + [anon_sym_DASH_DASH] = ACTIONS(1656), + [anon_sym_QMARK] = ACTIONS(1658), + [anon_sym_BANG] = ACTIONS(1660), + [anon_sym_go] = ACTIONS(1724), + [anon_sym_spawn] = ACTIONS(1724), + [anon_sym_json_DOTdecode] = ACTIONS(1724), + [anon_sym_LBRACK2] = ACTIONS(1662), + [anon_sym_TILDE] = ACTIONS(1724), [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [anon_sym_AMP] = ACTIONS(1646), + [anon_sym_LT_DASH] = ACTIONS(1724), + [anon_sym_LT_LT] = ACTIONS(1646), + [anon_sym_GT_GT] = ACTIONS(1646), + [anon_sym_GT_GT_GT] = ACTIONS(1646), + [anon_sym_AMP_CARET] = ACTIONS(1646), + [anon_sym_AMP_AMP] = ACTIONS(1664), + [anon_sym_PIPE_PIPE] = ACTIONS(1666), + [anon_sym_or] = ACTIONS(1668), + [sym_none] = ACTIONS(1724), + [sym_true] = ACTIONS(1724), + [sym_false] = ACTIONS(1724), + [sym_nil] = ACTIONS(1724), + [anon_sym_QMARK_DOT] = ACTIONS(1636), + [anon_sym_POUND_LBRACK] = ACTIONS(1662), + [anon_sym_if] = ACTIONS(1724), + [anon_sym_DOLLARif] = ACTIONS(1724), + [anon_sym_is] = ACTIONS(1670), + [anon_sym_BANGis] = ACTIONS(1672), + [anon_sym_in] = ACTIONS(1674), + [anon_sym_BANGin] = ACTIONS(1676), + [anon_sym_match] = ACTIONS(1724), + [anon_sym_select] = ACTIONS(1724), + [anon_sym_STAR_EQ] = ACTIONS(1724), + [anon_sym_SLASH_EQ] = ACTIONS(1724), + [anon_sym_PERCENT_EQ] = ACTIONS(1724), + [anon_sym_LT_LT_EQ] = ACTIONS(1724), + [anon_sym_GT_GT_EQ] = ACTIONS(1724), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1724), + [anon_sym_AMP_EQ] = ACTIONS(1724), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1724), + [anon_sym_PLUS_EQ] = ACTIONS(1724), + [anon_sym_DASH_EQ] = ACTIONS(1724), + [anon_sym_PIPE_EQ] = ACTIONS(1724), + [anon_sym_CARET_EQ] = ACTIONS(1724), + [anon_sym_COLON_EQ] = ACTIONS(1724), + [anon_sym_lock] = ACTIONS(1724), + [anon_sym_rlock] = ACTIONS(1724), + [anon_sym_unsafe] = ACTIONS(1724), + [anon_sym_sql] = ACTIONS(1724), + [sym_int_literal] = ACTIONS(1724), + [sym_float_literal] = ACTIONS(1724), + [sym_rune_literal] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1724), + [anon_sym_shared] = ACTIONS(1724), + [anon_sym_map_LBRACK] = ACTIONS(1724), + [anon_sym_chan] = ACTIONS(1724), + [anon_sym_thread] = ACTIONS(1724), + [anon_sym_atomic] = ACTIONS(1724), + [anon_sym_assert] = ACTIONS(1724), + [anon_sym_defer] = ACTIONS(1724), + [anon_sym_goto] = ACTIONS(1724), + [anon_sym_break] = ACTIONS(1724), + [anon_sym_continue] = ACTIONS(1724), + [anon_sym_return] = ACTIONS(1724), + [anon_sym_DOLLARfor] = ACTIONS(1724), + [anon_sym_for] = ACTIONS(1724), + [anon_sym_POUND] = ACTIONS(1724), + [anon_sym_asm] = ACTIONS(1724), + [anon_sym_AT_LBRACK] = ACTIONS(1724), + [sym___double_quote] = ACTIONS(1724), + [sym___single_quote] = ACTIONS(1724), + [sym___c_double_quote] = ACTIONS(1724), + [sym___c_single_quote] = ACTIONS(1724), + [sym___r_double_quote] = ACTIONS(1724), + [sym___r_single_quote] = ACTIONS(1724), }, [228] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(282), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4351), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_block] = STATE(2036), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1668), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1726), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [229] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(280), - [sym_identifier] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1670), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym_type_parameters] = STATE(4475), + [sym_argument_list] = STATE(758), + [sym_or_block] = STATE(756), + [ts_builtin_sym_end] = ACTIONS(1728), + [sym_identifier] = ACTIONS(1730), + [anon_sym_LF] = ACTIONS(1730), + [anon_sym_CR] = ACTIONS(1730), + [anon_sym_CR_LF] = ACTIONS(1730), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1636), + [anon_sym_as] = ACTIONS(1638), + [anon_sym_LBRACE] = ACTIONS(1730), + [anon_sym_COMMA] = ACTIONS(1730), + [anon_sym_const] = ACTIONS(1730), + [anon_sym_LPAREN] = ACTIONS(1642), + [anon_sym_EQ] = ACTIONS(1730), + [anon_sym___global] = ACTIONS(1730), + [anon_sym_type] = ACTIONS(1730), + [anon_sym_PIPE] = ACTIONS(1644), + [anon_sym_fn] = ACTIONS(1730), + [anon_sym_PLUS] = ACTIONS(1644), + [anon_sym_DASH] = ACTIONS(1644), + [anon_sym_STAR] = ACTIONS(1646), + [anon_sym_SLASH] = ACTIONS(1646), + [anon_sym_PERCENT] = ACTIONS(1646), + [anon_sym_LT] = ACTIONS(1648), + [anon_sym_GT] = ACTIONS(1648), + [anon_sym_EQ_EQ] = ACTIONS(1648), + [anon_sym_BANG_EQ] = ACTIONS(1648), + [anon_sym_LT_EQ] = ACTIONS(1648), + [anon_sym_GT_EQ] = ACTIONS(1648), + [anon_sym_LBRACK] = ACTIONS(1650), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1730), + [anon_sym_union] = ACTIONS(1730), + [anon_sym_pub] = ACTIONS(1730), + [anon_sym_mut] = ACTIONS(1730), + [anon_sym_enum] = ACTIONS(1730), + [anon_sym_interface] = ACTIONS(1730), + [anon_sym_PLUS_PLUS] = ACTIONS(1654), + [anon_sym_DASH_DASH] = ACTIONS(1656), + [anon_sym_QMARK] = ACTIONS(1658), + [anon_sym_BANG] = ACTIONS(1660), + [anon_sym_go] = ACTIONS(1730), + [anon_sym_spawn] = ACTIONS(1730), + [anon_sym_json_DOTdecode] = ACTIONS(1730), + [anon_sym_LBRACK2] = ACTIONS(1662), + [anon_sym_TILDE] = ACTIONS(1730), + [anon_sym_CARET] = ACTIONS(1644), + [anon_sym_AMP] = ACTIONS(1646), + [anon_sym_LT_DASH] = ACTIONS(1730), + [anon_sym_LT_LT] = ACTIONS(1646), + [anon_sym_GT_GT] = ACTIONS(1646), + [anon_sym_GT_GT_GT] = ACTIONS(1646), + [anon_sym_AMP_CARET] = ACTIONS(1646), + [anon_sym_AMP_AMP] = ACTIONS(1664), + [anon_sym_PIPE_PIPE] = ACTIONS(1666), + [anon_sym_or] = ACTIONS(1668), + [sym_none] = ACTIONS(1730), + [sym_true] = ACTIONS(1730), + [sym_false] = ACTIONS(1730), + [sym_nil] = ACTIONS(1730), + [anon_sym_QMARK_DOT] = ACTIONS(1636), + [anon_sym_POUND_LBRACK] = ACTIONS(1662), + [anon_sym_if] = ACTIONS(1730), + [anon_sym_DOLLARif] = ACTIONS(1730), + [anon_sym_is] = ACTIONS(1670), + [anon_sym_BANGis] = ACTIONS(1672), + [anon_sym_in] = ACTIONS(1674), + [anon_sym_BANGin] = ACTIONS(1676), + [anon_sym_match] = ACTIONS(1730), + [anon_sym_select] = ACTIONS(1730), + [anon_sym_STAR_EQ] = ACTIONS(1730), + [anon_sym_SLASH_EQ] = ACTIONS(1730), + [anon_sym_PERCENT_EQ] = ACTIONS(1730), + [anon_sym_LT_LT_EQ] = ACTIONS(1730), + [anon_sym_GT_GT_EQ] = ACTIONS(1730), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1730), + [anon_sym_AMP_EQ] = ACTIONS(1730), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1730), + [anon_sym_PLUS_EQ] = ACTIONS(1730), + [anon_sym_DASH_EQ] = ACTIONS(1730), + [anon_sym_PIPE_EQ] = ACTIONS(1730), + [anon_sym_CARET_EQ] = ACTIONS(1730), + [anon_sym_COLON_EQ] = ACTIONS(1730), + [anon_sym_lock] = ACTIONS(1730), + [anon_sym_rlock] = ACTIONS(1730), + [anon_sym_unsafe] = ACTIONS(1730), + [anon_sym_sql] = ACTIONS(1730), + [sym_int_literal] = ACTIONS(1730), + [sym_float_literal] = ACTIONS(1730), + [sym_rune_literal] = ACTIONS(1730), + [anon_sym_AT] = ACTIONS(1730), + [anon_sym_shared] = ACTIONS(1730), + [anon_sym_map_LBRACK] = ACTIONS(1730), + [anon_sym_chan] = ACTIONS(1730), + [anon_sym_thread] = ACTIONS(1730), + [anon_sym_atomic] = ACTIONS(1730), + [anon_sym_assert] = ACTIONS(1730), + [anon_sym_defer] = ACTIONS(1730), + [anon_sym_goto] = ACTIONS(1730), + [anon_sym_break] = ACTIONS(1730), + [anon_sym_continue] = ACTIONS(1730), + [anon_sym_return] = ACTIONS(1730), + [anon_sym_DOLLARfor] = ACTIONS(1730), + [anon_sym_for] = ACTIONS(1730), + [anon_sym_POUND] = ACTIONS(1730), + [anon_sym_asm] = ACTIONS(1730), + [anon_sym_AT_LBRACK] = ACTIONS(1730), + [sym___double_quote] = ACTIONS(1730), + [sym___single_quote] = ACTIONS(1730), + [sym___c_double_quote] = ACTIONS(1730), + [sym___c_single_quote] = ACTIONS(1730), + [sym___r_double_quote] = ACTIONS(1730), + [sym___r_single_quote] = ACTIONS(1730), }, [230] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(221), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4270), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_block] = STATE(2477), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1672), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1732), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [231] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(280), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2435), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(590), + [sym_mutable_expression] = STATE(3959), + [sym_expression_list] = STATE(4632), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_var_declaration] = STATE(4453), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1674), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [232] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4356), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_block] = STATE(1885), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4167), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_block] = STATE(2045), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1676), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1734), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [233] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(229), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(234), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1678), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1736), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [234] = { - [sym__expression] = STATE(2440), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2631), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(696), - [sym_mutable_expression] = STATE(4008), - [sym_expression_list] = STATE(4585), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_var_declaration] = STATE(4277), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(296), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1738), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [235] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(231), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(296), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1680), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1740), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [236] = { - [sym_type_parameters] = STATE(4291), - [sym_argument_list] = STATE(953), - [sym_or_block] = STATE(954), - [aux_sym_strictly_expression_list_repeat1] = STATE(1424), - [ts_builtin_sym_end] = ACTIONS(1682), - [sym_identifier] = ACTIONS(1684), - [anon_sym_LF] = ACTIONS(1684), - [anon_sym_CR] = ACTIONS(1684), - [anon_sym_CR_LF] = ACTIONS(1684), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(1686), - [anon_sym_as] = ACTIONS(1688), - [anon_sym_LBRACE] = ACTIONS(1684), - [anon_sym_COMMA] = ACTIONS(1690), - [anon_sym_const] = ACTIONS(1684), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(1690), - [anon_sym___global] = ACTIONS(1684), - [anon_sym_type] = ACTIONS(1684), - [anon_sym_PIPE] = ACTIONS(1694), - [anon_sym_fn] = ACTIONS(1684), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1696), - [anon_sym_SLASH] = ACTIONS(1696), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1698), - [anon_sym_GT] = ACTIONS(1698), - [anon_sym_EQ_EQ] = ACTIONS(1698), - [anon_sym_BANG_EQ] = ACTIONS(1698), - [anon_sym_LT_EQ] = ACTIONS(1698), - [anon_sym_GT_EQ] = ACTIONS(1698), - [anon_sym_LBRACK] = ACTIONS(1700), - [anon_sym_struct] = ACTIONS(1684), - [anon_sym_union] = ACTIONS(1684), - [anon_sym_pub] = ACTIONS(1684), - [anon_sym_mut] = ACTIONS(1684), - [anon_sym_enum] = ACTIONS(1684), - [anon_sym_interface] = ACTIONS(1684), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1704), - [anon_sym_QMARK] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1708), - [anon_sym_go] = ACTIONS(1684), - [anon_sym_spawn] = ACTIONS(1684), - [anon_sym_json_DOTdecode] = ACTIONS(1684), - [anon_sym_LBRACK2] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1684), - [anon_sym_CARET] = ACTIONS(1694), - [anon_sym_AMP] = ACTIONS(1696), - [anon_sym_LT_DASH] = ACTIONS(1684), - [anon_sym_LT_LT] = ACTIONS(1696), - [anon_sym_GT_GT] = ACTIONS(1696), - [anon_sym_GT_GT_GT] = ACTIONS(1696), - [anon_sym_AMP_CARET] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1712), - [anon_sym_PIPE_PIPE] = ACTIONS(1714), - [anon_sym_or] = ACTIONS(1716), - [sym_none] = ACTIONS(1684), - [sym_true] = ACTIONS(1684), - [sym_false] = ACTIONS(1684), - [sym_nil] = ACTIONS(1684), - [anon_sym_QMARK_DOT] = ACTIONS(1686), - [anon_sym_POUND_LBRACK] = ACTIONS(1710), - [anon_sym_if] = ACTIONS(1684), - [anon_sym_DOLLARif] = ACTIONS(1684), - [anon_sym_is] = ACTIONS(1718), - [anon_sym_BANGis] = ACTIONS(1720), - [anon_sym_in] = ACTIONS(1722), - [anon_sym_BANGin] = ACTIONS(1724), - [anon_sym_match] = ACTIONS(1684), - [anon_sym_select] = ACTIONS(1684), - [anon_sym_STAR_EQ] = ACTIONS(1690), - [anon_sym_SLASH_EQ] = ACTIONS(1690), - [anon_sym_PERCENT_EQ] = ACTIONS(1690), - [anon_sym_LT_LT_EQ] = ACTIONS(1690), - [anon_sym_GT_GT_EQ] = ACTIONS(1690), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1690), - [anon_sym_AMP_EQ] = ACTIONS(1690), - [anon_sym_AMP_CARET_EQ] = ACTIONS(1690), - [anon_sym_PLUS_EQ] = ACTIONS(1690), - [anon_sym_DASH_EQ] = ACTIONS(1690), - [anon_sym_PIPE_EQ] = ACTIONS(1690), - [anon_sym_CARET_EQ] = ACTIONS(1690), - [anon_sym_COLON_EQ] = ACTIONS(1690), - [anon_sym_lock] = ACTIONS(1684), - [anon_sym_rlock] = ACTIONS(1684), - [anon_sym_unsafe] = ACTIONS(1684), - [anon_sym_sql] = ACTIONS(1684), - [sym_int_literal] = ACTIONS(1684), - [sym_float_literal] = ACTIONS(1684), - [sym_rune_literal] = ACTIONS(1684), - [anon_sym_AT] = ACTIONS(1684), - [anon_sym_shared] = ACTIONS(1684), - [anon_sym_map_LBRACK] = ACTIONS(1684), - [anon_sym_chan] = ACTIONS(1684), - [anon_sym_thread] = ACTIONS(1684), - [anon_sym_atomic] = ACTIONS(1684), - [anon_sym_assert] = ACTIONS(1684), - [anon_sym_defer] = ACTIONS(1684), - [anon_sym_goto] = ACTIONS(1684), - [anon_sym_break] = ACTIONS(1684), - [anon_sym_continue] = ACTIONS(1684), - [anon_sym_return] = ACTIONS(1684), - [anon_sym_DOLLARfor] = ACTIONS(1684), - [anon_sym_for] = ACTIONS(1684), - [anon_sym_POUND] = ACTIONS(1684), - [anon_sym_asm] = ACTIONS(1684), - [anon_sym_AT_LBRACK] = ACTIONS(1684), - [sym___double_quote] = ACTIONS(1684), - [sym___single_quote] = ACTIONS(1684), - [sym___c_double_quote] = ACTIONS(1684), - [sym___c_single_quote] = ACTIONS(1684), - [sym___r_double_quote] = ACTIONS(1684), - [sym___r_single_quote] = ACTIONS(1684), - }, - [237] = { - [sym__expression] = STATE(2459), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(696), - [sym_mutable_expression] = STATE(4008), - [sym_expression_list] = STATE(4585), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_var_declaration] = STATE(4186), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4351), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_block] = STATE(2036), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1742), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [238] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4232), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_block] = STATE(2544), - [sym_identifier] = ACTIONS(1640), + [237] = { + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(244), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1726), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1744), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [239] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(280), - [sym_identifier] = ACTIONS(1241), + [238] = { + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(296), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1728), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1746), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [240] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(280), - [sym_identifier] = ACTIONS(1241), + [239] = { + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4405), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_block] = STATE(1901), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1730), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1748), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [241] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(268), - [sym_identifier] = ACTIONS(1241), + [240] = { + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(265), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1732), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1750), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [241] = { + [sym_type_parameters] = STATE(4475), + [sym_argument_list] = STATE(758), + [sym_or_block] = STATE(756), + [ts_builtin_sym_end] = ACTIONS(1752), + [sym_identifier] = ACTIONS(1754), + [anon_sym_LF] = ACTIONS(1754), + [anon_sym_CR] = ACTIONS(1754), + [anon_sym_CR_LF] = ACTIONS(1754), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1636), + [anon_sym_as] = ACTIONS(1754), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_const] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(1642), + [anon_sym_EQ] = ACTIONS(1754), + [anon_sym___global] = ACTIONS(1754), + [anon_sym_type] = ACTIONS(1754), + [anon_sym_PIPE] = ACTIONS(1754), + [anon_sym_fn] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1754), + [anon_sym_DASH] = ACTIONS(1754), + [anon_sym_STAR] = ACTIONS(1754), + [anon_sym_SLASH] = ACTIONS(1754), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1754), + [anon_sym_GT] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(1650), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1754), + [anon_sym_union] = ACTIONS(1754), + [anon_sym_pub] = ACTIONS(1754), + [anon_sym_mut] = ACTIONS(1754), + [anon_sym_enum] = ACTIONS(1754), + [anon_sym_interface] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_QMARK] = ACTIONS(1658), + [anon_sym_BANG] = ACTIONS(1660), + [anon_sym_go] = ACTIONS(1754), + [anon_sym_spawn] = ACTIONS(1754), + [anon_sym_json_DOTdecode] = ACTIONS(1754), + [anon_sym_LBRACK2] = ACTIONS(1662), + [anon_sym_TILDE] = ACTIONS(1754), + [anon_sym_CARET] = ACTIONS(1754), + [anon_sym_AMP] = ACTIONS(1754), + [anon_sym_LT_DASH] = ACTIONS(1754), + [anon_sym_LT_LT] = ACTIONS(1754), + [anon_sym_GT_GT] = ACTIONS(1754), + [anon_sym_GT_GT_GT] = ACTIONS(1754), + [anon_sym_AMP_CARET] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_or] = ACTIONS(1754), + [sym_none] = ACTIONS(1754), + [sym_true] = ACTIONS(1754), + [sym_false] = ACTIONS(1754), + [sym_nil] = ACTIONS(1754), + [anon_sym_QMARK_DOT] = ACTIONS(1636), + [anon_sym_POUND_LBRACK] = ACTIONS(1662), + [anon_sym_if] = ACTIONS(1754), + [anon_sym_DOLLARif] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1754), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_match] = ACTIONS(1754), + [anon_sym_select] = ACTIONS(1754), + [anon_sym_STAR_EQ] = ACTIONS(1754), + [anon_sym_SLASH_EQ] = ACTIONS(1754), + [anon_sym_PERCENT_EQ] = ACTIONS(1754), + [anon_sym_LT_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_GT_EQ] = ACTIONS(1754), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1754), + [anon_sym_AMP_EQ] = ACTIONS(1754), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1754), + [anon_sym_PLUS_EQ] = ACTIONS(1754), + [anon_sym_DASH_EQ] = ACTIONS(1754), + [anon_sym_PIPE_EQ] = ACTIONS(1754), + [anon_sym_CARET_EQ] = ACTIONS(1754), + [anon_sym_COLON_EQ] = ACTIONS(1754), + [anon_sym_lock] = ACTIONS(1754), + [anon_sym_rlock] = ACTIONS(1754), + [anon_sym_unsafe] = ACTIONS(1754), + [anon_sym_sql] = ACTIONS(1754), + [sym_int_literal] = ACTIONS(1754), + [sym_float_literal] = ACTIONS(1754), + [sym_rune_literal] = ACTIONS(1754), + [anon_sym_AT] = ACTIONS(1754), + [anon_sym_shared] = ACTIONS(1754), + [anon_sym_map_LBRACK] = ACTIONS(1754), + [anon_sym_chan] = ACTIONS(1754), + [anon_sym_thread] = ACTIONS(1754), + [anon_sym_atomic] = ACTIONS(1754), + [anon_sym_assert] = ACTIONS(1754), + [anon_sym_defer] = ACTIONS(1754), + [anon_sym_goto] = ACTIONS(1754), + [anon_sym_break] = ACTIONS(1754), + [anon_sym_continue] = ACTIONS(1754), + [anon_sym_return] = ACTIONS(1754), + [anon_sym_DOLLARfor] = ACTIONS(1754), + [anon_sym_for] = ACTIONS(1754), + [anon_sym_POUND] = ACTIONS(1754), + [anon_sym_asm] = ACTIONS(1754), + [anon_sym_AT_LBRACK] = ACTIONS(1754), + [sym___double_quote] = ACTIONS(1754), + [sym___single_quote] = ACTIONS(1754), + [sym___c_double_quote] = ACTIONS(1754), + [sym___c_single_quote] = ACTIONS(1754), + [sym___r_double_quote] = ACTIONS(1754), + [sym___r_single_quote] = ACTIONS(1754), }, [242] = { - [sym__expression] = STATE(2429), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(696), - [sym_mutable_expression] = STATE(4008), - [sym_expression_list] = STATE(4585), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_var_declaration] = STATE(4224), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(238), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1756), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [243] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(280), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(283), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1734), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1758), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [244] = { - [sym__expression] = STATE(2464), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(696), - [sym_mutable_expression] = STATE(4008), - [sym_expression_list] = STATE(4585), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_var_declaration] = STATE(4346), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(296), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1760), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [245] = { - [sym__expression] = STATE(2463), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2631), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(696), - [sym_mutable_expression] = STATE(4008), - [sym_expression_list] = STATE(4585), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_var_declaration] = STATE(4161), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4370), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_block] = STATE(2254), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1762), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [246] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(240), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4340), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_block] = STATE(2831), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1736), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1764), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [247] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(239), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(296), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1738), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1766), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [248] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(280), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2443), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(590), + [sym_mutable_expression] = STATE(3959), + [sym_expression_list] = STATE(4632), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_var_declaration] = STATE(4319), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1740), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [249] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4178), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_block] = STATE(2773), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(296), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1742), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1768), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [250] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(260), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4268), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_block] = STATE(1048), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1744), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1770), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [251] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4163), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_block] = STATE(2353), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4436), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_block] = STATE(2423), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1746), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1772), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [252] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4163), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_block] = STATE(2353), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4268), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_block] = STATE(1048), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1748), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1774), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [253] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4320), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_block] = STATE(1985), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4436), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_block] = STATE(2423), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1750), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [254] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4303), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_block] = STATE(2172), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2436), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(590), + [sym_mutable_expression] = STATE(3959), + [sym_expression_list] = STATE(4632), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_var_declaration] = STATE(4337), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1752), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [255] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4396), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_block] = STATE(1071), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2431), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(590), + [sym_mutable_expression] = STATE(3959), + [sym_expression_list] = STATE(4632), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_var_declaration] = STATE(4226), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1754), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [256] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(222), - [sym_identifier] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1756), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym_type_parameters] = STATE(4475), + [sym_argument_list] = STATE(758), + [sym_or_block] = STATE(756), + [ts_builtin_sym_end] = ACTIONS(1778), + [sym_identifier] = ACTIONS(1780), + [anon_sym_LF] = ACTIONS(1780), + [anon_sym_CR] = ACTIONS(1780), + [anon_sym_CR_LF] = ACTIONS(1780), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1636), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1780), + [anon_sym_COMMA] = ACTIONS(1782), + [anon_sym_const] = ACTIONS(1780), + [anon_sym_LPAREN] = ACTIONS(1642), + [anon_sym_EQ] = ACTIONS(1782), + [anon_sym___global] = ACTIONS(1780), + [anon_sym_type] = ACTIONS(1780), + [anon_sym_PIPE] = ACTIONS(1782), + [anon_sym_fn] = ACTIONS(1780), + [anon_sym_PLUS] = ACTIONS(1780), + [anon_sym_DASH] = ACTIONS(1780), + [anon_sym_STAR] = ACTIONS(1780), + [anon_sym_SLASH] = ACTIONS(1782), + [anon_sym_PERCENT] = ACTIONS(1782), + [anon_sym_LT] = ACTIONS(1782), + [anon_sym_GT] = ACTIONS(1782), + [anon_sym_EQ_EQ] = ACTIONS(1782), + [anon_sym_BANG_EQ] = ACTIONS(1782), + [anon_sym_LT_EQ] = ACTIONS(1782), + [anon_sym_GT_EQ] = ACTIONS(1782), + [anon_sym_LBRACK] = ACTIONS(1650), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1780), + [anon_sym_union] = ACTIONS(1780), + [anon_sym_pub] = ACTIONS(1780), + [anon_sym_mut] = ACTIONS(1780), + [anon_sym_enum] = ACTIONS(1780), + [anon_sym_interface] = ACTIONS(1780), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_QMARK] = ACTIONS(1658), + [anon_sym_BANG] = ACTIONS(1660), + [anon_sym_go] = ACTIONS(1780), + [anon_sym_spawn] = ACTIONS(1780), + [anon_sym_json_DOTdecode] = ACTIONS(1780), + [anon_sym_LBRACK2] = ACTIONS(1662), + [anon_sym_TILDE] = ACTIONS(1780), + [anon_sym_CARET] = ACTIONS(1780), + [anon_sym_AMP] = ACTIONS(1780), + [anon_sym_LT_DASH] = ACTIONS(1780), + [anon_sym_LT_LT] = ACTIONS(1782), + [anon_sym_GT_GT] = ACTIONS(1782), + [anon_sym_GT_GT_GT] = ACTIONS(1782), + [anon_sym_AMP_CARET] = ACTIONS(1782), + [anon_sym_AMP_AMP] = ACTIONS(1782), + [anon_sym_PIPE_PIPE] = ACTIONS(1782), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1780), + [sym_true] = ACTIONS(1780), + [sym_false] = ACTIONS(1780), + [sym_nil] = ACTIONS(1780), + [anon_sym_QMARK_DOT] = ACTIONS(1636), + [anon_sym_POUND_LBRACK] = ACTIONS(1662), + [anon_sym_if] = ACTIONS(1780), + [anon_sym_DOLLARif] = ACTIONS(1780), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1782), + [anon_sym_in] = ACTIONS(1782), + [anon_sym_BANGin] = ACTIONS(1782), + [anon_sym_match] = ACTIONS(1780), + [anon_sym_select] = ACTIONS(1780), + [anon_sym_STAR_EQ] = ACTIONS(1782), + [anon_sym_SLASH_EQ] = ACTIONS(1782), + [anon_sym_PERCENT_EQ] = ACTIONS(1782), + [anon_sym_LT_LT_EQ] = ACTIONS(1782), + [anon_sym_GT_GT_EQ] = ACTIONS(1782), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1782), + [anon_sym_AMP_EQ] = ACTIONS(1782), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1782), + [anon_sym_PLUS_EQ] = ACTIONS(1782), + [anon_sym_DASH_EQ] = ACTIONS(1782), + [anon_sym_PIPE_EQ] = ACTIONS(1782), + [anon_sym_CARET_EQ] = ACTIONS(1782), + [anon_sym_COLON_EQ] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1780), + [anon_sym_rlock] = ACTIONS(1780), + [anon_sym_unsafe] = ACTIONS(1780), + [anon_sym_sql] = ACTIONS(1780), + [sym_int_literal] = ACTIONS(1780), + [sym_float_literal] = ACTIONS(1780), + [sym_rune_literal] = ACTIONS(1780), + [anon_sym_AT] = ACTIONS(1780), + [anon_sym_shared] = ACTIONS(1780), + [anon_sym_map_LBRACK] = ACTIONS(1780), + [anon_sym_chan] = ACTIONS(1780), + [anon_sym_thread] = ACTIONS(1780), + [anon_sym_atomic] = ACTIONS(1780), + [anon_sym_assert] = ACTIONS(1780), + [anon_sym_defer] = ACTIONS(1780), + [anon_sym_goto] = ACTIONS(1780), + [anon_sym_break] = ACTIONS(1780), + [anon_sym_continue] = ACTIONS(1780), + [anon_sym_return] = ACTIONS(1780), + [anon_sym_DOLLARfor] = ACTIONS(1780), + [anon_sym_for] = ACTIONS(1780), + [anon_sym_POUND] = ACTIONS(1780), + [anon_sym_asm] = ACTIONS(1780), + [anon_sym_AT_LBRACK] = ACTIONS(1780), + [sym___double_quote] = ACTIONS(1780), + [sym___single_quote] = ACTIONS(1780), + [sym___c_double_quote] = ACTIONS(1780), + [sym___c_single_quote] = ACTIONS(1780), + [sym___r_double_quote] = ACTIONS(1780), + [sym___r_single_quote] = ACTIONS(1780), }, [257] = { - [sym__expression] = STATE(2454), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(696), - [sym_mutable_expression] = STATE(4008), - [sym_expression_list] = STATE(4585), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_var_declaration] = STATE(4177), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4370), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_block] = STATE(2254), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1784), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [258] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4320), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_block] = STATE(1985), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1758), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym_type_parameters] = STATE(4475), + [sym_argument_list] = STATE(758), + [sym_or_block] = STATE(756), + [ts_builtin_sym_end] = ACTIONS(1786), + [sym_identifier] = ACTIONS(1788), + [anon_sym_LF] = ACTIONS(1788), + [anon_sym_CR] = ACTIONS(1788), + [anon_sym_CR_LF] = ACTIONS(1788), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1636), + [anon_sym_as] = ACTIONS(1788), + [anon_sym_LBRACE] = ACTIONS(1788), + [anon_sym_COMMA] = ACTIONS(1788), + [anon_sym_const] = ACTIONS(1788), + [anon_sym_LPAREN] = ACTIONS(1642), + [anon_sym_EQ] = ACTIONS(1788), + [anon_sym___global] = ACTIONS(1788), + [anon_sym_type] = ACTIONS(1788), + [anon_sym_PIPE] = ACTIONS(1788), + [anon_sym_fn] = ACTIONS(1788), + [anon_sym_PLUS] = ACTIONS(1788), + [anon_sym_DASH] = ACTIONS(1788), + [anon_sym_STAR] = ACTIONS(1788), + [anon_sym_SLASH] = ACTIONS(1788), + [anon_sym_PERCENT] = ACTIONS(1788), + [anon_sym_LT] = ACTIONS(1788), + [anon_sym_GT] = ACTIONS(1788), + [anon_sym_EQ_EQ] = ACTIONS(1788), + [anon_sym_BANG_EQ] = ACTIONS(1788), + [anon_sym_LT_EQ] = ACTIONS(1788), + [anon_sym_GT_EQ] = ACTIONS(1788), + [anon_sym_LBRACK] = ACTIONS(1650), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1788), + [anon_sym_union] = ACTIONS(1788), + [anon_sym_pub] = ACTIONS(1788), + [anon_sym_mut] = ACTIONS(1788), + [anon_sym_enum] = ACTIONS(1788), + [anon_sym_interface] = ACTIONS(1788), + [anon_sym_PLUS_PLUS] = ACTIONS(1788), + [anon_sym_DASH_DASH] = ACTIONS(1788), + [anon_sym_QMARK] = ACTIONS(1658), + [anon_sym_BANG] = ACTIONS(1660), + [anon_sym_go] = ACTIONS(1788), + [anon_sym_spawn] = ACTIONS(1788), + [anon_sym_json_DOTdecode] = ACTIONS(1788), + [anon_sym_LBRACK2] = ACTIONS(1662), + [anon_sym_TILDE] = ACTIONS(1788), + [anon_sym_CARET] = ACTIONS(1788), + [anon_sym_AMP] = ACTIONS(1788), + [anon_sym_LT_DASH] = ACTIONS(1788), + [anon_sym_LT_LT] = ACTIONS(1788), + [anon_sym_GT_GT] = ACTIONS(1788), + [anon_sym_GT_GT_GT] = ACTIONS(1788), + [anon_sym_AMP_CARET] = ACTIONS(1788), + [anon_sym_AMP_AMP] = ACTIONS(1788), + [anon_sym_PIPE_PIPE] = ACTIONS(1788), + [anon_sym_or] = ACTIONS(1788), + [sym_none] = ACTIONS(1788), + [sym_true] = ACTIONS(1788), + [sym_false] = ACTIONS(1788), + [sym_nil] = ACTIONS(1788), + [anon_sym_QMARK_DOT] = ACTIONS(1636), + [anon_sym_POUND_LBRACK] = ACTIONS(1662), + [anon_sym_if] = ACTIONS(1788), + [anon_sym_DOLLARif] = ACTIONS(1788), + [anon_sym_is] = ACTIONS(1788), + [anon_sym_BANGis] = ACTIONS(1788), + [anon_sym_in] = ACTIONS(1788), + [anon_sym_BANGin] = ACTIONS(1788), + [anon_sym_match] = ACTIONS(1788), + [anon_sym_select] = ACTIONS(1788), + [anon_sym_STAR_EQ] = ACTIONS(1788), + [anon_sym_SLASH_EQ] = ACTIONS(1788), + [anon_sym_PERCENT_EQ] = ACTIONS(1788), + [anon_sym_LT_LT_EQ] = ACTIONS(1788), + [anon_sym_GT_GT_EQ] = ACTIONS(1788), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1788), + [anon_sym_AMP_EQ] = ACTIONS(1788), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1788), + [anon_sym_PLUS_EQ] = ACTIONS(1788), + [anon_sym_DASH_EQ] = ACTIONS(1788), + [anon_sym_PIPE_EQ] = ACTIONS(1788), + [anon_sym_CARET_EQ] = ACTIONS(1788), + [anon_sym_COLON_EQ] = ACTIONS(1788), + [anon_sym_lock] = ACTIONS(1788), + [anon_sym_rlock] = ACTIONS(1788), + [anon_sym_unsafe] = ACTIONS(1788), + [anon_sym_sql] = ACTIONS(1788), + [sym_int_literal] = ACTIONS(1788), + [sym_float_literal] = ACTIONS(1788), + [sym_rune_literal] = ACTIONS(1788), + [anon_sym_AT] = ACTIONS(1788), + [anon_sym_shared] = ACTIONS(1788), + [anon_sym_map_LBRACK] = ACTIONS(1788), + [anon_sym_chan] = ACTIONS(1788), + [anon_sym_thread] = ACTIONS(1788), + [anon_sym_atomic] = ACTIONS(1788), + [anon_sym_assert] = ACTIONS(1788), + [anon_sym_defer] = ACTIONS(1788), + [anon_sym_goto] = ACTIONS(1788), + [anon_sym_break] = ACTIONS(1788), + [anon_sym_continue] = ACTIONS(1788), + [anon_sym_return] = ACTIONS(1788), + [anon_sym_DOLLARfor] = ACTIONS(1788), + [anon_sym_for] = ACTIONS(1788), + [anon_sym_POUND] = ACTIONS(1788), + [anon_sym_asm] = ACTIONS(1788), + [anon_sym_AT_LBRACK] = ACTIONS(1788), + [sym___double_quote] = ACTIONS(1788), + [sym___single_quote] = ACTIONS(1788), + [sym___c_double_quote] = ACTIONS(1788), + [sym___c_single_quote] = ACTIONS(1788), + [sym___r_double_quote] = ACTIONS(1788), + [sym___r_single_quote] = ACTIONS(1788), }, [259] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4232), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_block] = STATE(2544), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2448), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(590), + [sym_mutable_expression] = STATE(3959), + [sym_expression_list] = STATE(4632), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_var_declaration] = STATE(4346), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1760), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [260] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(280), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(296), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1762), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1790), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [261] = { - [sym_type_parameters] = STATE(4291), - [sym_argument_list] = STATE(953), - [sym_or_block] = STATE(954), - [aux_sym_strictly_expression_list_repeat1] = STATE(3349), - [ts_builtin_sym_end] = ACTIONS(1764), - [sym_identifier] = ACTIONS(1766), - [anon_sym_LF] = ACTIONS(1766), - [anon_sym_CR] = ACTIONS(1766), - [anon_sym_CR_LF] = ACTIONS(1766), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(1686), - [anon_sym_as] = ACTIONS(1688), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_COMMA] = ACTIONS(1768), - [anon_sym_const] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(1770), - [anon_sym___global] = ACTIONS(1766), - [anon_sym_type] = ACTIONS(1766), - [anon_sym_PIPE] = ACTIONS(1694), - [anon_sym_fn] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1696), - [anon_sym_SLASH] = ACTIONS(1696), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1698), - [anon_sym_GT] = ACTIONS(1698), - [anon_sym_EQ_EQ] = ACTIONS(1698), - [anon_sym_BANG_EQ] = ACTIONS(1698), - [anon_sym_LT_EQ] = ACTIONS(1698), - [anon_sym_GT_EQ] = ACTIONS(1698), - [anon_sym_LBRACK] = ACTIONS(1700), - [anon_sym_struct] = ACTIONS(1766), - [anon_sym_union] = ACTIONS(1766), - [anon_sym_pub] = ACTIONS(1766), - [anon_sym_mut] = ACTIONS(1766), - [anon_sym_enum] = ACTIONS(1766), - [anon_sym_interface] = ACTIONS(1766), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1704), - [anon_sym_QMARK] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1708), - [anon_sym_go] = ACTIONS(1766), - [anon_sym_spawn] = ACTIONS(1766), - [anon_sym_json_DOTdecode] = ACTIONS(1766), - [anon_sym_LBRACK2] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(1766), - [anon_sym_CARET] = ACTIONS(1694), - [anon_sym_AMP] = ACTIONS(1696), - [anon_sym_LT_DASH] = ACTIONS(1772), - [anon_sym_LT_LT] = ACTIONS(1774), - [anon_sym_GT_GT] = ACTIONS(1696), - [anon_sym_GT_GT_GT] = ACTIONS(1696), - [anon_sym_AMP_CARET] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1712), - [anon_sym_PIPE_PIPE] = ACTIONS(1714), - [anon_sym_or] = ACTIONS(1716), - [sym_none] = ACTIONS(1766), - [sym_true] = ACTIONS(1766), - [sym_false] = ACTIONS(1766), - [sym_nil] = ACTIONS(1766), - [anon_sym_QMARK_DOT] = ACTIONS(1686), - [anon_sym_POUND_LBRACK] = ACTIONS(1710), - [anon_sym_if] = ACTIONS(1766), - [anon_sym_DOLLARif] = ACTIONS(1766), - [anon_sym_is] = ACTIONS(1718), - [anon_sym_BANGis] = ACTIONS(1720), - [anon_sym_in] = ACTIONS(1722), - [anon_sym_BANGin] = ACTIONS(1724), - [anon_sym_match] = ACTIONS(1766), - [anon_sym_select] = ACTIONS(1766), - [anon_sym_STAR_EQ] = ACTIONS(1770), - [anon_sym_SLASH_EQ] = ACTIONS(1770), - [anon_sym_PERCENT_EQ] = ACTIONS(1770), - [anon_sym_LT_LT_EQ] = ACTIONS(1770), - [anon_sym_GT_GT_EQ] = ACTIONS(1770), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1770), - [anon_sym_AMP_EQ] = ACTIONS(1770), - [anon_sym_AMP_CARET_EQ] = ACTIONS(1770), - [anon_sym_PLUS_EQ] = ACTIONS(1770), - [anon_sym_DASH_EQ] = ACTIONS(1770), - [anon_sym_PIPE_EQ] = ACTIONS(1770), - [anon_sym_CARET_EQ] = ACTIONS(1770), - [anon_sym_COLON_EQ] = ACTIONS(1770), - [anon_sym_lock] = ACTIONS(1766), - [anon_sym_rlock] = ACTIONS(1766), - [anon_sym_unsafe] = ACTIONS(1766), - [anon_sym_sql] = ACTIONS(1766), - [sym_int_literal] = ACTIONS(1766), - [sym_float_literal] = ACTIONS(1766), - [sym_rune_literal] = ACTIONS(1766), - [anon_sym_AT] = ACTIONS(1766), - [anon_sym_shared] = ACTIONS(1766), - [anon_sym_map_LBRACK] = ACTIONS(1766), - [anon_sym_chan] = ACTIONS(1766), - [anon_sym_thread] = ACTIONS(1766), - [anon_sym_atomic] = ACTIONS(1766), - [anon_sym_assert] = ACTIONS(1766), - [anon_sym_defer] = ACTIONS(1766), - [anon_sym_goto] = ACTIONS(1766), - [anon_sym_break] = ACTIONS(1766), - [anon_sym_continue] = ACTIONS(1766), - [anon_sym_return] = ACTIONS(1766), - [anon_sym_DOLLARfor] = ACTIONS(1766), - [anon_sym_for] = ACTIONS(1766), - [anon_sym_POUND] = ACTIONS(1766), - [anon_sym_asm] = ACTIONS(1766), - [anon_sym_AT_LBRACK] = ACTIONS(1766), - [sym___double_quote] = ACTIONS(1766), - [sym___single_quote] = ACTIONS(1766), - [sym___c_double_quote] = ACTIONS(1766), - [sym___c_single_quote] = ACTIONS(1766), - [sym___r_double_quote] = ACTIONS(1766), - [sym___r_single_quote] = ACTIONS(1766), - }, - [262] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4179), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_block] = STATE(2915), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4231), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_block] = STATE(1732), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1776), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1792), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [263] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4303), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_block] = STATE(2172), - [sym_identifier] = ACTIONS(1640), + [262] = { + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(249), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1778), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1794), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [263] = { + [sym_type_parameters] = STATE(4475), + [sym_argument_list] = STATE(758), + [sym_or_block] = STATE(756), + [ts_builtin_sym_end] = ACTIONS(1796), + [sym_identifier] = ACTIONS(1782), + [anon_sym_LF] = ACTIONS(1782), + [anon_sym_CR] = ACTIONS(1782), + [anon_sym_CR_LF] = ACTIONS(1782), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1636), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1782), + [anon_sym_COMMA] = ACTIONS(1782), + [anon_sym_const] = ACTIONS(1782), + [anon_sym_LPAREN] = ACTIONS(1642), + [anon_sym_EQ] = ACTIONS(1782), + [anon_sym___global] = ACTIONS(1782), + [anon_sym_type] = ACTIONS(1782), + [anon_sym_PIPE] = ACTIONS(1782), + [anon_sym_fn] = ACTIONS(1782), + [anon_sym_PLUS] = ACTIONS(1782), + [anon_sym_DASH] = ACTIONS(1782), + [anon_sym_STAR] = ACTIONS(1646), + [anon_sym_SLASH] = ACTIONS(1646), + [anon_sym_PERCENT] = ACTIONS(1646), + [anon_sym_LT] = ACTIONS(1782), + [anon_sym_GT] = ACTIONS(1782), + [anon_sym_EQ_EQ] = ACTIONS(1782), + [anon_sym_BANG_EQ] = ACTIONS(1782), + [anon_sym_LT_EQ] = ACTIONS(1782), + [anon_sym_GT_EQ] = ACTIONS(1782), + [anon_sym_LBRACK] = ACTIONS(1650), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1782), + [anon_sym_union] = ACTIONS(1782), + [anon_sym_pub] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_enum] = ACTIONS(1782), + [anon_sym_interface] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_QMARK] = ACTIONS(1658), + [anon_sym_BANG] = ACTIONS(1660), + [anon_sym_go] = ACTIONS(1782), + [anon_sym_spawn] = ACTIONS(1782), + [anon_sym_json_DOTdecode] = ACTIONS(1782), + [anon_sym_LBRACK2] = ACTIONS(1662), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_CARET] = ACTIONS(1782), + [anon_sym_AMP] = ACTIONS(1646), + [anon_sym_LT_DASH] = ACTIONS(1782), + [anon_sym_LT_LT] = ACTIONS(1646), + [anon_sym_GT_GT] = ACTIONS(1646), + [anon_sym_GT_GT_GT] = ACTIONS(1646), + [anon_sym_AMP_CARET] = ACTIONS(1646), + [anon_sym_AMP_AMP] = ACTIONS(1782), + [anon_sym_PIPE_PIPE] = ACTIONS(1782), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1782), + [sym_true] = ACTIONS(1782), + [sym_false] = ACTIONS(1782), + [sym_nil] = ACTIONS(1782), + [anon_sym_QMARK_DOT] = ACTIONS(1636), + [anon_sym_POUND_LBRACK] = ACTIONS(1662), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_DOLLARif] = ACTIONS(1782), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1782), + [anon_sym_in] = ACTIONS(1782), + [anon_sym_BANGin] = ACTIONS(1782), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_select] = ACTIONS(1782), + [anon_sym_STAR_EQ] = ACTIONS(1782), + [anon_sym_SLASH_EQ] = ACTIONS(1782), + [anon_sym_PERCENT_EQ] = ACTIONS(1782), + [anon_sym_LT_LT_EQ] = ACTIONS(1782), + [anon_sym_GT_GT_EQ] = ACTIONS(1782), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1782), + [anon_sym_AMP_EQ] = ACTIONS(1782), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1782), + [anon_sym_PLUS_EQ] = ACTIONS(1782), + [anon_sym_DASH_EQ] = ACTIONS(1782), + [anon_sym_PIPE_EQ] = ACTIONS(1782), + [anon_sym_CARET_EQ] = ACTIONS(1782), + [anon_sym_COLON_EQ] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1782), + [anon_sym_rlock] = ACTIONS(1782), + [anon_sym_unsafe] = ACTIONS(1782), + [anon_sym_sql] = ACTIONS(1782), + [sym_int_literal] = ACTIONS(1782), + [sym_float_literal] = ACTIONS(1782), + [sym_rune_literal] = ACTIONS(1782), + [anon_sym_AT] = ACTIONS(1782), + [anon_sym_shared] = ACTIONS(1782), + [anon_sym_map_LBRACK] = ACTIONS(1782), + [anon_sym_chan] = ACTIONS(1782), + [anon_sym_thread] = ACTIONS(1782), + [anon_sym_atomic] = ACTIONS(1782), + [anon_sym_assert] = ACTIONS(1782), + [anon_sym_defer] = ACTIONS(1782), + [anon_sym_goto] = ACTIONS(1782), + [anon_sym_break] = ACTIONS(1782), + [anon_sym_continue] = ACTIONS(1782), + [anon_sym_return] = ACTIONS(1782), + [anon_sym_DOLLARfor] = ACTIONS(1782), + [anon_sym_for] = ACTIONS(1782), + [anon_sym_POUND] = ACTIONS(1782), + [anon_sym_asm] = ACTIONS(1782), + [anon_sym_AT_LBRACK] = ACTIONS(1782), + [sym___double_quote] = ACTIONS(1782), + [sym___single_quote] = ACTIONS(1782), + [sym___c_double_quote] = ACTIONS(1782), + [sym___c_single_quote] = ACTIONS(1782), + [sym___r_double_quote] = ACTIONS(1782), + [sym___r_single_quote] = ACTIONS(1782), }, [264] = { - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element] = STATE(1939), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1195), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_short_element_list_repeat1] = STATE(264), - [sym_identifier] = ACTIONS(1780), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1783), - [anon_sym_LBRACE] = ACTIONS(1786), - [anon_sym_RBRACE] = ACTIONS(1789), - [anon_sym_LPAREN] = ACTIONS(1791), - [anon_sym_fn] = ACTIONS(1794), - [anon_sym_PLUS] = ACTIONS(1797), - [anon_sym_DASH] = ACTIONS(1797), - [anon_sym_STAR] = ACTIONS(1800), - [anon_sym_struct] = ACTIONS(1803), - [anon_sym_mut] = ACTIONS(1806), - [anon_sym_QMARK] = ACTIONS(1809), - [anon_sym_BANG] = ACTIONS(1812), - [anon_sym_go] = ACTIONS(1815), - [anon_sym_spawn] = ACTIONS(1818), - [anon_sym_json_DOTdecode] = ACTIONS(1821), - [anon_sym_LBRACK2] = ACTIONS(1824), - [anon_sym_TILDE] = ACTIONS(1797), - [anon_sym_CARET] = ACTIONS(1797), - [anon_sym_AMP] = ACTIONS(1827), - [anon_sym_LT_DASH] = ACTIONS(1830), - [sym_none] = ACTIONS(1833), - [sym_true] = ACTIONS(1833), - [sym_false] = ACTIONS(1833), - [sym_nil] = ACTIONS(1833), - [anon_sym_if] = ACTIONS(1836), - [anon_sym_DOLLARif] = ACTIONS(1839), - [anon_sym_match] = ACTIONS(1842), - [anon_sym_select] = ACTIONS(1845), - [anon_sym_lock] = ACTIONS(1848), - [anon_sym_rlock] = ACTIONS(1848), - [anon_sym_unsafe] = ACTIONS(1851), - [anon_sym_sql] = ACTIONS(1854), - [sym_int_literal] = ACTIONS(1833), - [sym_float_literal] = ACTIONS(1857), - [sym_rune_literal] = ACTIONS(1857), - [anon_sym_AT] = ACTIONS(1860), - [anon_sym_shared] = ACTIONS(1863), - [anon_sym_map_LBRACK] = ACTIONS(1866), - [anon_sym_chan] = ACTIONS(1869), - [anon_sym_thread] = ACTIONS(1872), - [anon_sym_atomic] = ACTIONS(1875), - [sym___double_quote] = ACTIONS(1878), - [sym___single_quote] = ACTIONS(1881), - [sym___c_double_quote] = ACTIONS(1884), - [sym___c_single_quote] = ACTIONS(1887), - [sym___r_double_quote] = ACTIONS(1890), - [sym___r_single_quote] = ACTIONS(1893), + [sym_type_parameters] = STATE(4475), + [sym_argument_list] = STATE(758), + [sym_or_block] = STATE(756), + [ts_builtin_sym_end] = ACTIONS(1796), + [sym_identifier] = ACTIONS(1782), + [anon_sym_LF] = ACTIONS(1782), + [anon_sym_CR] = ACTIONS(1782), + [anon_sym_CR_LF] = ACTIONS(1782), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1636), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1782), + [anon_sym_COMMA] = ACTIONS(1782), + [anon_sym_const] = ACTIONS(1782), + [anon_sym_LPAREN] = ACTIONS(1642), + [anon_sym_EQ] = ACTIONS(1782), + [anon_sym___global] = ACTIONS(1782), + [anon_sym_type] = ACTIONS(1782), + [anon_sym_PIPE] = ACTIONS(1782), + [anon_sym_fn] = ACTIONS(1782), + [anon_sym_PLUS] = ACTIONS(1782), + [anon_sym_DASH] = ACTIONS(1782), + [anon_sym_STAR] = ACTIONS(1782), + [anon_sym_SLASH] = ACTIONS(1782), + [anon_sym_PERCENT] = ACTIONS(1782), + [anon_sym_LT] = ACTIONS(1782), + [anon_sym_GT] = ACTIONS(1782), + [anon_sym_EQ_EQ] = ACTIONS(1782), + [anon_sym_BANG_EQ] = ACTIONS(1782), + [anon_sym_LT_EQ] = ACTIONS(1782), + [anon_sym_GT_EQ] = ACTIONS(1782), + [anon_sym_LBRACK] = ACTIONS(1650), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1782), + [anon_sym_union] = ACTIONS(1782), + [anon_sym_pub] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_enum] = ACTIONS(1782), + [anon_sym_interface] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_QMARK] = ACTIONS(1658), + [anon_sym_BANG] = ACTIONS(1660), + [anon_sym_go] = ACTIONS(1782), + [anon_sym_spawn] = ACTIONS(1782), + [anon_sym_json_DOTdecode] = ACTIONS(1782), + [anon_sym_LBRACK2] = ACTIONS(1662), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_CARET] = ACTIONS(1782), + [anon_sym_AMP] = ACTIONS(1782), + [anon_sym_LT_DASH] = ACTIONS(1782), + [anon_sym_LT_LT] = ACTIONS(1782), + [anon_sym_GT_GT] = ACTIONS(1782), + [anon_sym_GT_GT_GT] = ACTIONS(1782), + [anon_sym_AMP_CARET] = ACTIONS(1782), + [anon_sym_AMP_AMP] = ACTIONS(1782), + [anon_sym_PIPE_PIPE] = ACTIONS(1782), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1782), + [sym_true] = ACTIONS(1782), + [sym_false] = ACTIONS(1782), + [sym_nil] = ACTIONS(1782), + [anon_sym_QMARK_DOT] = ACTIONS(1636), + [anon_sym_POUND_LBRACK] = ACTIONS(1662), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_DOLLARif] = ACTIONS(1782), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1782), + [anon_sym_in] = ACTIONS(1782), + [anon_sym_BANGin] = ACTIONS(1782), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_select] = ACTIONS(1782), + [anon_sym_STAR_EQ] = ACTIONS(1782), + [anon_sym_SLASH_EQ] = ACTIONS(1782), + [anon_sym_PERCENT_EQ] = ACTIONS(1782), + [anon_sym_LT_LT_EQ] = ACTIONS(1782), + [anon_sym_GT_GT_EQ] = ACTIONS(1782), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1782), + [anon_sym_AMP_EQ] = ACTIONS(1782), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1782), + [anon_sym_PLUS_EQ] = ACTIONS(1782), + [anon_sym_DASH_EQ] = ACTIONS(1782), + [anon_sym_PIPE_EQ] = ACTIONS(1782), + [anon_sym_CARET_EQ] = ACTIONS(1782), + [anon_sym_COLON_EQ] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1782), + [anon_sym_rlock] = ACTIONS(1782), + [anon_sym_unsafe] = ACTIONS(1782), + [anon_sym_sql] = ACTIONS(1782), + [sym_int_literal] = ACTIONS(1782), + [sym_float_literal] = ACTIONS(1782), + [sym_rune_literal] = ACTIONS(1782), + [anon_sym_AT] = ACTIONS(1782), + [anon_sym_shared] = ACTIONS(1782), + [anon_sym_map_LBRACK] = ACTIONS(1782), + [anon_sym_chan] = ACTIONS(1782), + [anon_sym_thread] = ACTIONS(1782), + [anon_sym_atomic] = ACTIONS(1782), + [anon_sym_assert] = ACTIONS(1782), + [anon_sym_defer] = ACTIONS(1782), + [anon_sym_goto] = ACTIONS(1782), + [anon_sym_break] = ACTIONS(1782), + [anon_sym_continue] = ACTIONS(1782), + [anon_sym_return] = ACTIONS(1782), + [anon_sym_DOLLARfor] = ACTIONS(1782), + [anon_sym_for] = ACTIONS(1782), + [anon_sym_POUND] = ACTIONS(1782), + [anon_sym_asm] = ACTIONS(1782), + [anon_sym_AT_LBRACK] = ACTIONS(1782), + [sym___double_quote] = ACTIONS(1782), + [sym___single_quote] = ACTIONS(1782), + [sym___c_double_quote] = ACTIONS(1782), + [sym___c_single_quote] = ACTIONS(1782), + [sym___r_double_quote] = ACTIONS(1782), + [sym___r_single_quote] = ACTIONS(1782), }, [265] = { - [sym__expression] = STATE(1133), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_element] = STATE(1939), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1195), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_short_element_list_repeat1] = STATE(264), - [sym_identifier] = ACTIONS(939), + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(296), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(621), - [anon_sym_RBRACE] = ACTIONS(1896), - [anon_sym_LPAREN] = ACTIONS(625), - [anon_sym_fn] = ACTIONS(629), - [anon_sym_PLUS] = ACTIONS(631), - [anon_sym_DASH] = ACTIONS(631), - [anon_sym_STAR] = ACTIONS(633), - [anon_sym_struct] = ACTIONS(637), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1798), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_go] = ACTIONS(645), - [anon_sym_spawn] = ACTIONS(647), - [anon_sym_json_DOTdecode] = ACTIONS(649), - [anon_sym_LBRACK2] = ACTIONS(651), - [anon_sym_TILDE] = ACTIONS(631), - [anon_sym_CARET] = ACTIONS(631), - [anon_sym_AMP] = ACTIONS(653), - [anon_sym_LT_DASH] = ACTIONS(655), - [sym_none] = ACTIONS(657), - [sym_true] = ACTIONS(657), - [sym_false] = ACTIONS(657), - [sym_nil] = ACTIONS(657), - [anon_sym_if] = ACTIONS(659), - [anon_sym_DOLLARif] = ACTIONS(661), - [anon_sym_match] = ACTIONS(663), - [anon_sym_select] = ACTIONS(665), - [anon_sym_lock] = ACTIONS(667), - [anon_sym_rlock] = ACTIONS(667), - [anon_sym_unsafe] = ACTIONS(669), - [anon_sym_sql] = ACTIONS(671), - [sym_int_literal] = ACTIONS(657), - [sym_float_literal] = ACTIONS(673), - [sym_rune_literal] = ACTIONS(673), - [anon_sym_AT] = ACTIONS(675), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(677), - [sym___single_quote] = ACTIONS(679), - [sym___c_double_quote] = ACTIONS(681), - [sym___c_single_quote] = ACTIONS(683), - [sym___r_double_quote] = ACTIONS(685), - [sym___r_single_quote] = ACTIONS(687), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [266] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4178), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_block] = STATE(2773), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4270), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_block] = STATE(2477), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1898), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1800), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [267] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(248), - [sym_identifier] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1900), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym_type_parameters] = STATE(4475), + [sym_argument_list] = STATE(758), + [sym_or_block] = STATE(756), + [ts_builtin_sym_end] = ACTIONS(1796), + [sym_identifier] = ACTIONS(1782), + [anon_sym_LF] = ACTIONS(1782), + [anon_sym_CR] = ACTIONS(1782), + [anon_sym_CR_LF] = ACTIONS(1782), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1636), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1782), + [anon_sym_COMMA] = ACTIONS(1782), + [anon_sym_const] = ACTIONS(1782), + [anon_sym_LPAREN] = ACTIONS(1642), + [anon_sym_EQ] = ACTIONS(1782), + [anon_sym___global] = ACTIONS(1782), + [anon_sym_type] = ACTIONS(1782), + [anon_sym_PIPE] = ACTIONS(1644), + [anon_sym_fn] = ACTIONS(1782), + [anon_sym_PLUS] = ACTIONS(1644), + [anon_sym_DASH] = ACTIONS(1644), + [anon_sym_STAR] = ACTIONS(1646), + [anon_sym_SLASH] = ACTIONS(1646), + [anon_sym_PERCENT] = ACTIONS(1646), + [anon_sym_LT] = ACTIONS(1648), + [anon_sym_GT] = ACTIONS(1648), + [anon_sym_EQ_EQ] = ACTIONS(1648), + [anon_sym_BANG_EQ] = ACTIONS(1648), + [anon_sym_LT_EQ] = ACTIONS(1648), + [anon_sym_GT_EQ] = ACTIONS(1648), + [anon_sym_LBRACK] = ACTIONS(1650), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1782), + [anon_sym_union] = ACTIONS(1782), + [anon_sym_pub] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_enum] = ACTIONS(1782), + [anon_sym_interface] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_QMARK] = ACTIONS(1658), + [anon_sym_BANG] = ACTIONS(1660), + [anon_sym_go] = ACTIONS(1782), + [anon_sym_spawn] = ACTIONS(1782), + [anon_sym_json_DOTdecode] = ACTIONS(1782), + [anon_sym_LBRACK2] = ACTIONS(1662), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_CARET] = ACTIONS(1644), + [anon_sym_AMP] = ACTIONS(1646), + [anon_sym_LT_DASH] = ACTIONS(1782), + [anon_sym_LT_LT] = ACTIONS(1646), + [anon_sym_GT_GT] = ACTIONS(1646), + [anon_sym_GT_GT_GT] = ACTIONS(1646), + [anon_sym_AMP_CARET] = ACTIONS(1646), + [anon_sym_AMP_AMP] = ACTIONS(1782), + [anon_sym_PIPE_PIPE] = ACTIONS(1782), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1782), + [sym_true] = ACTIONS(1782), + [sym_false] = ACTIONS(1782), + [sym_nil] = ACTIONS(1782), + [anon_sym_QMARK_DOT] = ACTIONS(1636), + [anon_sym_POUND_LBRACK] = ACTIONS(1662), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_DOLLARif] = ACTIONS(1782), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1782), + [anon_sym_in] = ACTIONS(1674), + [anon_sym_BANGin] = ACTIONS(1676), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_select] = ACTIONS(1782), + [anon_sym_STAR_EQ] = ACTIONS(1782), + [anon_sym_SLASH_EQ] = ACTIONS(1782), + [anon_sym_PERCENT_EQ] = ACTIONS(1782), + [anon_sym_LT_LT_EQ] = ACTIONS(1782), + [anon_sym_GT_GT_EQ] = ACTIONS(1782), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1782), + [anon_sym_AMP_EQ] = ACTIONS(1782), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1782), + [anon_sym_PLUS_EQ] = ACTIONS(1782), + [anon_sym_DASH_EQ] = ACTIONS(1782), + [anon_sym_PIPE_EQ] = ACTIONS(1782), + [anon_sym_CARET_EQ] = ACTIONS(1782), + [anon_sym_COLON_EQ] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1782), + [anon_sym_rlock] = ACTIONS(1782), + [anon_sym_unsafe] = ACTIONS(1782), + [anon_sym_sql] = ACTIONS(1782), + [sym_int_literal] = ACTIONS(1782), + [sym_float_literal] = ACTIONS(1782), + [sym_rune_literal] = ACTIONS(1782), + [anon_sym_AT] = ACTIONS(1782), + [anon_sym_shared] = ACTIONS(1782), + [anon_sym_map_LBRACK] = ACTIONS(1782), + [anon_sym_chan] = ACTIONS(1782), + [anon_sym_thread] = ACTIONS(1782), + [anon_sym_atomic] = ACTIONS(1782), + [anon_sym_assert] = ACTIONS(1782), + [anon_sym_defer] = ACTIONS(1782), + [anon_sym_goto] = ACTIONS(1782), + [anon_sym_break] = ACTIONS(1782), + [anon_sym_continue] = ACTIONS(1782), + [anon_sym_return] = ACTIONS(1782), + [anon_sym_DOLLARfor] = ACTIONS(1782), + [anon_sym_for] = ACTIONS(1782), + [anon_sym_POUND] = ACTIONS(1782), + [anon_sym_asm] = ACTIONS(1782), + [anon_sym_AT_LBRACK] = ACTIONS(1782), + [sym___double_quote] = ACTIONS(1782), + [sym___single_quote] = ACTIONS(1782), + [sym___c_double_quote] = ACTIONS(1782), + [sym___c_single_quote] = ACTIONS(1782), + [sym___r_double_quote] = ACTIONS(1782), + [sym___r_single_quote] = ACTIONS(1782), }, [268] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(280), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(296), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1902), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1802), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [269] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(271), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2452), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(590), + [sym_mutable_expression] = STATE(3959), + [sym_expression_list] = STATE(4632), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_var_declaration] = STATE(4166), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1904), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [270] = { - [sym__expression] = STATE(2463), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(696), - [sym_mutable_expression] = STATE(4008), - [sym_expression_list] = STATE(4585), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_var_declaration] = STATE(4161), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(268), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1804), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [271] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(280), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2465), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(590), + [sym_mutable_expression] = STATE(3959), + [sym_expression_list] = STATE(4632), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_var_declaration] = STATE(4431), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1906), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [272] = { - [sym__expression] = STATE(2449), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(696), - [sym_mutable_expression] = STATE(4008), - [sym_expression_list] = STATE(4585), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_var_declaration] = STATE(4145), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(273), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1806), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [273] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(275), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(296), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1908), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1808), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [274] = { - [sym__expression] = STATE(2440), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(696), - [sym_mutable_expression] = STATE(4008), - [sym_expression_list] = STATE(4585), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_var_declaration] = STATE(4277), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4436), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_block] = STATE(2423), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1810), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [275] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(280), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(247), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(1910), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [276] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4139), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_block] = STATE(1181), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4340), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_block] = STATE(2831), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1912), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1814), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [277] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4109), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_block] = STATE(2139), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(296), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1914), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1816), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [278] = { - [sym__expression] = STATE(2453), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(696), - [sym_mutable_expression] = STATE(4008), - [sym_expression_list] = STATE(4585), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_var_declaration] = STATE(4106), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(277), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1818), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [279] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4216), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_block] = STATE(1718), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1916), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), + [sym_type_parameters] = STATE(4475), + [sym_argument_list] = STATE(758), + [sym_or_block] = STATE(756), + [ts_builtin_sym_end] = ACTIONS(1796), + [sym_identifier] = ACTIONS(1782), + [anon_sym_LF] = ACTIONS(1782), + [anon_sym_CR] = ACTIONS(1782), + [anon_sym_CR_LF] = ACTIONS(1782), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1636), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1782), + [anon_sym_COMMA] = ACTIONS(1782), + [anon_sym_const] = ACTIONS(1782), + [anon_sym_LPAREN] = ACTIONS(1642), + [anon_sym_EQ] = ACTIONS(1782), + [anon_sym___global] = ACTIONS(1782), + [anon_sym_type] = ACTIONS(1782), + [anon_sym_PIPE] = ACTIONS(1644), + [anon_sym_fn] = ACTIONS(1782), [anon_sym_PLUS] = ACTIONS(1644), [anon_sym_DASH] = ACTIONS(1644), [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), + [anon_sym_SLASH] = ACTIONS(1646), + [anon_sym_PERCENT] = ACTIONS(1646), + [anon_sym_LT] = ACTIONS(1782), + [anon_sym_GT] = ACTIONS(1782), + [anon_sym_EQ_EQ] = ACTIONS(1782), + [anon_sym_BANG_EQ] = ACTIONS(1782), + [anon_sym_LT_EQ] = ACTIONS(1782), + [anon_sym_GT_EQ] = ACTIONS(1782), + [anon_sym_LBRACK] = ACTIONS(1650), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1782), + [anon_sym_union] = ACTIONS(1782), + [anon_sym_pub] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_enum] = ACTIONS(1782), + [anon_sym_interface] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_QMARK] = ACTIONS(1658), + [anon_sym_BANG] = ACTIONS(1660), + [anon_sym_go] = ACTIONS(1782), + [anon_sym_spawn] = ACTIONS(1782), + [anon_sym_json_DOTdecode] = ACTIONS(1782), + [anon_sym_LBRACK2] = ACTIONS(1662), + [anon_sym_TILDE] = ACTIONS(1782), [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [anon_sym_AMP] = ACTIONS(1646), + [anon_sym_LT_DASH] = ACTIONS(1782), + [anon_sym_LT_LT] = ACTIONS(1646), + [anon_sym_GT_GT] = ACTIONS(1646), + [anon_sym_GT_GT_GT] = ACTIONS(1646), + [anon_sym_AMP_CARET] = ACTIONS(1646), + [anon_sym_AMP_AMP] = ACTIONS(1782), + [anon_sym_PIPE_PIPE] = ACTIONS(1782), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1782), + [sym_true] = ACTIONS(1782), + [sym_false] = ACTIONS(1782), + [sym_nil] = ACTIONS(1782), + [anon_sym_QMARK_DOT] = ACTIONS(1636), + [anon_sym_POUND_LBRACK] = ACTIONS(1662), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_DOLLARif] = ACTIONS(1782), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1782), + [anon_sym_in] = ACTIONS(1782), + [anon_sym_BANGin] = ACTIONS(1782), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_select] = ACTIONS(1782), + [anon_sym_STAR_EQ] = ACTIONS(1782), + [anon_sym_SLASH_EQ] = ACTIONS(1782), + [anon_sym_PERCENT_EQ] = ACTIONS(1782), + [anon_sym_LT_LT_EQ] = ACTIONS(1782), + [anon_sym_GT_GT_EQ] = ACTIONS(1782), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1782), + [anon_sym_AMP_EQ] = ACTIONS(1782), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1782), + [anon_sym_PLUS_EQ] = ACTIONS(1782), + [anon_sym_DASH_EQ] = ACTIONS(1782), + [anon_sym_PIPE_EQ] = ACTIONS(1782), + [anon_sym_CARET_EQ] = ACTIONS(1782), + [anon_sym_COLON_EQ] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1782), + [anon_sym_rlock] = ACTIONS(1782), + [anon_sym_unsafe] = ACTIONS(1782), + [anon_sym_sql] = ACTIONS(1782), + [sym_int_literal] = ACTIONS(1782), + [sym_float_literal] = ACTIONS(1782), + [sym_rune_literal] = ACTIONS(1782), + [anon_sym_AT] = ACTIONS(1782), + [anon_sym_shared] = ACTIONS(1782), + [anon_sym_map_LBRACK] = ACTIONS(1782), + [anon_sym_chan] = ACTIONS(1782), + [anon_sym_thread] = ACTIONS(1782), + [anon_sym_atomic] = ACTIONS(1782), + [anon_sym_assert] = ACTIONS(1782), + [anon_sym_defer] = ACTIONS(1782), + [anon_sym_goto] = ACTIONS(1782), + [anon_sym_break] = ACTIONS(1782), + [anon_sym_continue] = ACTIONS(1782), + [anon_sym_return] = ACTIONS(1782), + [anon_sym_DOLLARfor] = ACTIONS(1782), + [anon_sym_for] = ACTIONS(1782), + [anon_sym_POUND] = ACTIONS(1782), + [anon_sym_asm] = ACTIONS(1782), + [anon_sym_AT_LBRACK] = ACTIONS(1782), + [sym___double_quote] = ACTIONS(1782), + [sym___single_quote] = ACTIONS(1782), + [sym___c_double_quote] = ACTIONS(1782), + [sym___c_single_quote] = ACTIONS(1782), + [sym___r_double_quote] = ACTIONS(1782), + [sym___r_single_quote] = ACTIONS(1782), }, [280] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(280), - [sym_identifier] = ACTIONS(1918), + [sym__expression] = STATE(1128), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_element] = STATE(2143), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1218), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_short_element_list_repeat1] = STATE(280), + [sym_identifier] = ACTIONS(1820), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1921), - [anon_sym_LBRACE] = ACTIONS(1924), - [anon_sym_RBRACE] = ACTIONS(1927), - [anon_sym_LPAREN] = ACTIONS(1929), - [anon_sym_fn] = ACTIONS(1932), - [anon_sym_PLUS] = ACTIONS(1935), - [anon_sym_DASH] = ACTIONS(1935), - [anon_sym_STAR] = ACTIONS(1938), - [anon_sym_struct] = ACTIONS(1941), - [anon_sym_mut] = ACTIONS(1944), - [anon_sym_QMARK] = ACTIONS(1947), - [anon_sym_BANG] = ACTIONS(1950), - [anon_sym_go] = ACTIONS(1953), - [anon_sym_spawn] = ACTIONS(1956), - [anon_sym_json_DOTdecode] = ACTIONS(1959), - [anon_sym_LBRACK2] = ACTIONS(1962), - [anon_sym_TILDE] = ACTIONS(1935), - [anon_sym_CARET] = ACTIONS(1935), - [anon_sym_AMP] = ACTIONS(1965), - [anon_sym_LT_DASH] = ACTIONS(1968), - [sym_none] = ACTIONS(1971), - [sym_true] = ACTIONS(1971), - [sym_false] = ACTIONS(1971), - [sym_nil] = ACTIONS(1971), - [anon_sym_if] = ACTIONS(1974), - [anon_sym_DOLLARif] = ACTIONS(1977), - [anon_sym_match] = ACTIONS(1980), - [anon_sym_select] = ACTIONS(1983), - [anon_sym_lock] = ACTIONS(1986), - [anon_sym_rlock] = ACTIONS(1986), - [anon_sym_unsafe] = ACTIONS(1989), - [anon_sym_sql] = ACTIONS(1992), - [sym_int_literal] = ACTIONS(1971), - [sym_float_literal] = ACTIONS(1995), - [sym_rune_literal] = ACTIONS(1995), - [anon_sym_AT] = ACTIONS(1998), - [anon_sym_shared] = ACTIONS(2001), - [anon_sym_map_LBRACK] = ACTIONS(2004), - [anon_sym_chan] = ACTIONS(2007), - [anon_sym_thread] = ACTIONS(2010), - [anon_sym_atomic] = ACTIONS(2013), - [sym___double_quote] = ACTIONS(2016), - [sym___single_quote] = ACTIONS(2019), - [sym___c_double_quote] = ACTIONS(2022), - [sym___c_single_quote] = ACTIONS(2025), - [sym___r_double_quote] = ACTIONS(2028), - [sym___r_single_quote] = ACTIONS(2031), + [anon_sym_DOT] = ACTIONS(1823), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1829), + [anon_sym_LPAREN] = ACTIONS(1831), + [anon_sym_fn] = ACTIONS(1834), + [anon_sym_PLUS] = ACTIONS(1837), + [anon_sym_DASH] = ACTIONS(1837), + [anon_sym_STAR] = ACTIONS(1840), + [anon_sym_struct] = ACTIONS(1843), + [anon_sym_mut] = ACTIONS(1846), + [anon_sym_QMARK] = ACTIONS(1849), + [anon_sym_BANG] = ACTIONS(1852), + [anon_sym_go] = ACTIONS(1855), + [anon_sym_spawn] = ACTIONS(1858), + [anon_sym_json_DOTdecode] = ACTIONS(1861), + [anon_sym_LBRACK2] = ACTIONS(1864), + [anon_sym_TILDE] = ACTIONS(1837), + [anon_sym_CARET] = ACTIONS(1837), + [anon_sym_AMP] = ACTIONS(1867), + [anon_sym_LT_DASH] = ACTIONS(1870), + [sym_none] = ACTIONS(1873), + [sym_true] = ACTIONS(1873), + [sym_false] = ACTIONS(1873), + [sym_nil] = ACTIONS(1873), + [anon_sym_if] = ACTIONS(1876), + [anon_sym_DOLLARif] = ACTIONS(1879), + [anon_sym_match] = ACTIONS(1882), + [anon_sym_select] = ACTIONS(1885), + [anon_sym_lock] = ACTIONS(1888), + [anon_sym_rlock] = ACTIONS(1888), + [anon_sym_unsafe] = ACTIONS(1891), + [anon_sym_sql] = ACTIONS(1894), + [sym_int_literal] = ACTIONS(1873), + [sym_float_literal] = ACTIONS(1897), + [sym_rune_literal] = ACTIONS(1897), + [anon_sym_AT] = ACTIONS(1900), + [anon_sym_shared] = ACTIONS(1903), + [anon_sym_map_LBRACK] = ACTIONS(1906), + [anon_sym_chan] = ACTIONS(1909), + [anon_sym_thread] = ACTIONS(1912), + [anon_sym_atomic] = ACTIONS(1915), + [sym___double_quote] = ACTIONS(1918), + [sym___single_quote] = ACTIONS(1921), + [sym___c_double_quote] = ACTIONS(1924), + [sym___c_single_quote] = ACTIONS(1927), + [sym___r_double_quote] = ACTIONS(1930), + [sym___r_single_quote] = ACTIONS(1933), }, [281] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(243), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2434), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(590), + [sym_mutable_expression] = STATE(3959), + [sym_expression_list] = STATE(4632), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_var_declaration] = STATE(4396), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(2034), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [282] = { - [sym__expression] = STATE(2838), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_map_keyed_element] = STATE(2071), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym_map_init_expression_repeat1] = STATE(280), - [sym_identifier] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_RBRACE] = ACTIONS(2036), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [283] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4178), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_block] = STATE(2773), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(2038), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), + [sym_type_parameters] = STATE(4475), + [sym_argument_list] = STATE(758), + [sym_or_block] = STATE(756), + [ts_builtin_sym_end] = ACTIONS(1796), + [sym_identifier] = ACTIONS(1782), + [anon_sym_LF] = ACTIONS(1782), + [anon_sym_CR] = ACTIONS(1782), + [anon_sym_CR_LF] = ACTIONS(1782), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1636), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1782), + [anon_sym_COMMA] = ACTIONS(1782), + [anon_sym_const] = ACTIONS(1782), + [anon_sym_LPAREN] = ACTIONS(1642), + [anon_sym_EQ] = ACTIONS(1782), + [anon_sym___global] = ACTIONS(1782), + [anon_sym_type] = ACTIONS(1782), + [anon_sym_PIPE] = ACTIONS(1644), + [anon_sym_fn] = ACTIONS(1782), [anon_sym_PLUS] = ACTIONS(1644), [anon_sym_DASH] = ACTIONS(1644), [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_SLASH] = ACTIONS(1646), + [anon_sym_PERCENT] = ACTIONS(1646), + [anon_sym_LT] = ACTIONS(1648), + [anon_sym_GT] = ACTIONS(1648), + [anon_sym_EQ_EQ] = ACTIONS(1648), + [anon_sym_BANG_EQ] = ACTIONS(1648), + [anon_sym_LT_EQ] = ACTIONS(1648), + [anon_sym_GT_EQ] = ACTIONS(1648), + [anon_sym_LBRACK] = ACTIONS(1650), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1782), + [anon_sym_union] = ACTIONS(1782), + [anon_sym_pub] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_enum] = ACTIONS(1782), + [anon_sym_interface] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_QMARK] = ACTIONS(1658), + [anon_sym_BANG] = ACTIONS(1660), + [anon_sym_go] = ACTIONS(1782), + [anon_sym_spawn] = ACTIONS(1782), + [anon_sym_json_DOTdecode] = ACTIONS(1782), + [anon_sym_LBRACK2] = ACTIONS(1662), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_CARET] = ACTIONS(1644), + [anon_sym_AMP] = ACTIONS(1646), + [anon_sym_LT_DASH] = ACTIONS(1782), + [anon_sym_LT_LT] = ACTIONS(1646), + [anon_sym_GT_GT] = ACTIONS(1646), + [anon_sym_GT_GT_GT] = ACTIONS(1646), + [anon_sym_AMP_CARET] = ACTIONS(1646), + [anon_sym_AMP_AMP] = ACTIONS(1664), + [anon_sym_PIPE_PIPE] = ACTIONS(1782), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1782), + [sym_true] = ACTIONS(1782), + [sym_false] = ACTIONS(1782), + [sym_nil] = ACTIONS(1782), + [anon_sym_QMARK_DOT] = ACTIONS(1636), + [anon_sym_POUND_LBRACK] = ACTIONS(1662), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_DOLLARif] = ACTIONS(1782), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1782), + [anon_sym_in] = ACTIONS(1674), + [anon_sym_BANGin] = ACTIONS(1676), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_select] = ACTIONS(1782), + [anon_sym_STAR_EQ] = ACTIONS(1782), + [anon_sym_SLASH_EQ] = ACTIONS(1782), + [anon_sym_PERCENT_EQ] = ACTIONS(1782), + [anon_sym_LT_LT_EQ] = ACTIONS(1782), + [anon_sym_GT_GT_EQ] = ACTIONS(1782), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1782), + [anon_sym_AMP_EQ] = ACTIONS(1782), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1782), + [anon_sym_PLUS_EQ] = ACTIONS(1782), + [anon_sym_DASH_EQ] = ACTIONS(1782), + [anon_sym_PIPE_EQ] = ACTIONS(1782), + [anon_sym_CARET_EQ] = ACTIONS(1782), + [anon_sym_COLON_EQ] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1782), + [anon_sym_rlock] = ACTIONS(1782), + [anon_sym_unsafe] = ACTIONS(1782), + [anon_sym_sql] = ACTIONS(1782), + [sym_int_literal] = ACTIONS(1782), + [sym_float_literal] = ACTIONS(1782), + [sym_rune_literal] = ACTIONS(1782), + [anon_sym_AT] = ACTIONS(1782), + [anon_sym_shared] = ACTIONS(1782), + [anon_sym_map_LBRACK] = ACTIONS(1782), + [anon_sym_chan] = ACTIONS(1782), + [anon_sym_thread] = ACTIONS(1782), + [anon_sym_atomic] = ACTIONS(1782), + [anon_sym_assert] = ACTIONS(1782), + [anon_sym_defer] = ACTIONS(1782), + [anon_sym_goto] = ACTIONS(1782), + [anon_sym_break] = ACTIONS(1782), + [anon_sym_continue] = ACTIONS(1782), + [anon_sym_return] = ACTIONS(1782), + [anon_sym_DOLLARfor] = ACTIONS(1782), + [anon_sym_for] = ACTIONS(1782), + [anon_sym_POUND] = ACTIONS(1782), + [anon_sym_asm] = ACTIONS(1782), + [anon_sym_AT_LBRACK] = ACTIONS(1782), + [sym___double_quote] = ACTIONS(1782), + [sym___single_quote] = ACTIONS(1782), + [sym___c_double_quote] = ACTIONS(1782), + [sym___c_single_quote] = ACTIONS(1782), + [sym___r_double_quote] = ACTIONS(1782), + [sym___r_single_quote] = ACTIONS(1782), + }, + [283] = { + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(296), + [sym_identifier] = ACTIONS(1296), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1936), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [284] = { - [sym__expression] = STATE(2446), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(696), - [sym_mutable_expression] = STATE(4008), - [sym_expression_list] = STATE(4585), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_var_declaration] = STATE(4235), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4392), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_block] = STATE(1327), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1938), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [285] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4396), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_block] = STATE(1071), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(2040), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), + [sym_type_parameters] = STATE(4475), + [sym_argument_list] = STATE(758), + [sym_or_block] = STATE(756), + [ts_builtin_sym_end] = ACTIONS(1940), + [sym_identifier] = ACTIONS(1942), + [anon_sym_LF] = ACTIONS(1942), + [anon_sym_CR] = ACTIONS(1942), + [anon_sym_CR_LF] = ACTIONS(1942), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1636), + [anon_sym_as] = ACTIONS(1638), + [anon_sym_LBRACE] = ACTIONS(1942), + [anon_sym_COMMA] = ACTIONS(1942), + [anon_sym_const] = ACTIONS(1942), + [anon_sym_LPAREN] = ACTIONS(1642), + [anon_sym_EQ] = ACTIONS(1942), + [anon_sym___global] = ACTIONS(1942), + [anon_sym_type] = ACTIONS(1942), + [anon_sym_PIPE] = ACTIONS(1644), + [anon_sym_fn] = ACTIONS(1942), [anon_sym_PLUS] = ACTIONS(1644), [anon_sym_DASH] = ACTIONS(1644), [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), + [anon_sym_SLASH] = ACTIONS(1646), + [anon_sym_PERCENT] = ACTIONS(1646), + [anon_sym_LT] = ACTIONS(1648), + [anon_sym_GT] = ACTIONS(1648), + [anon_sym_EQ_EQ] = ACTIONS(1648), + [anon_sym_BANG_EQ] = ACTIONS(1648), + [anon_sym_LT_EQ] = ACTIONS(1648), + [anon_sym_GT_EQ] = ACTIONS(1648), + [anon_sym_LBRACK] = ACTIONS(1650), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1942), + [anon_sym_union] = ACTIONS(1942), + [anon_sym_pub] = ACTIONS(1942), + [anon_sym_mut] = ACTIONS(1942), + [anon_sym_enum] = ACTIONS(1942), + [anon_sym_interface] = ACTIONS(1942), + [anon_sym_PLUS_PLUS] = ACTIONS(1654), + [anon_sym_DASH_DASH] = ACTIONS(1656), + [anon_sym_QMARK] = ACTIONS(1658), + [anon_sym_BANG] = ACTIONS(1660), + [anon_sym_go] = ACTIONS(1942), + [anon_sym_spawn] = ACTIONS(1942), + [anon_sym_json_DOTdecode] = ACTIONS(1942), + [anon_sym_LBRACK2] = ACTIONS(1662), + [anon_sym_TILDE] = ACTIONS(1942), [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [anon_sym_AMP] = ACTIONS(1646), + [anon_sym_LT_DASH] = ACTIONS(1942), + [anon_sym_LT_LT] = ACTIONS(1646), + [anon_sym_GT_GT] = ACTIONS(1646), + [anon_sym_GT_GT_GT] = ACTIONS(1646), + [anon_sym_AMP_CARET] = ACTIONS(1646), + [anon_sym_AMP_AMP] = ACTIONS(1664), + [anon_sym_PIPE_PIPE] = ACTIONS(1666), + [anon_sym_or] = ACTIONS(1668), + [sym_none] = ACTIONS(1942), + [sym_true] = ACTIONS(1942), + [sym_false] = ACTIONS(1942), + [sym_nil] = ACTIONS(1942), + [anon_sym_QMARK_DOT] = ACTIONS(1636), + [anon_sym_POUND_LBRACK] = ACTIONS(1662), + [anon_sym_if] = ACTIONS(1942), + [anon_sym_DOLLARif] = ACTIONS(1942), + [anon_sym_is] = ACTIONS(1944), + [anon_sym_BANGis] = ACTIONS(1946), + [anon_sym_in] = ACTIONS(1674), + [anon_sym_BANGin] = ACTIONS(1676), + [anon_sym_match] = ACTIONS(1942), + [anon_sym_select] = ACTIONS(1942), + [anon_sym_STAR_EQ] = ACTIONS(1942), + [anon_sym_SLASH_EQ] = ACTIONS(1942), + [anon_sym_PERCENT_EQ] = ACTIONS(1942), + [anon_sym_LT_LT_EQ] = ACTIONS(1942), + [anon_sym_GT_GT_EQ] = ACTIONS(1942), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1942), + [anon_sym_AMP_EQ] = ACTIONS(1942), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1942), + [anon_sym_PLUS_EQ] = ACTIONS(1942), + [anon_sym_DASH_EQ] = ACTIONS(1942), + [anon_sym_PIPE_EQ] = ACTIONS(1942), + [anon_sym_CARET_EQ] = ACTIONS(1942), + [anon_sym_COLON_EQ] = ACTIONS(1942), + [anon_sym_lock] = ACTIONS(1942), + [anon_sym_rlock] = ACTIONS(1942), + [anon_sym_unsafe] = ACTIONS(1942), + [anon_sym_sql] = ACTIONS(1942), + [sym_int_literal] = ACTIONS(1942), + [sym_float_literal] = ACTIONS(1942), + [sym_rune_literal] = ACTIONS(1942), + [anon_sym_AT] = ACTIONS(1942), + [anon_sym_shared] = ACTIONS(1942), + [anon_sym_map_LBRACK] = ACTIONS(1942), + [anon_sym_chan] = ACTIONS(1942), + [anon_sym_thread] = ACTIONS(1942), + [anon_sym_atomic] = ACTIONS(1942), + [anon_sym_assert] = ACTIONS(1942), + [anon_sym_defer] = ACTIONS(1942), + [anon_sym_goto] = ACTIONS(1942), + [anon_sym_break] = ACTIONS(1942), + [anon_sym_continue] = ACTIONS(1942), + [anon_sym_return] = ACTIONS(1942), + [anon_sym_DOLLARfor] = ACTIONS(1942), + [anon_sym_for] = ACTIONS(1942), + [anon_sym_POUND] = ACTIONS(1942), + [anon_sym_asm] = ACTIONS(1942), + [anon_sym_AT_LBRACK] = ACTIONS(1942), + [sym___double_quote] = ACTIONS(1942), + [sym___single_quote] = ACTIONS(1942), + [sym___c_double_quote] = ACTIONS(1942), + [sym___c_single_quote] = ACTIONS(1942), + [sym___r_double_quote] = ACTIONS(1942), + [sym___r_single_quote] = ACTIONS(1942), }, [286] = { - [sym__expression] = STATE(2441), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(696), - [sym_mutable_expression] = STATE(4008), - [sym_expression_list] = STATE(4585), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_var_declaration] = STATE(4398), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2451), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(590), + [sym_mutable_expression] = STATE(3959), + [sym_expression_list] = STATE(4632), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_var_declaration] = STATE(4348), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [287] = { - [sym__expression] = STATE(2442), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(696), - [sym_mutable_expression] = STATE(4008), - [sym_expression_list] = STATE(4585), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_var_declaration] = STATE(4321), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4358), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_block] = STATE(903), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1948), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [288] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4163), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_block] = STATE(2353), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2464), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(590), + [sym_mutable_expression] = STATE(3959), + [sym_expression_list] = STATE(4632), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_var_declaration] = STATE(4339), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(2042), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [289] = { - [sym__expression] = STATE(2618), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(573), - [sym_mutable_expression] = STATE(3878), - [sym_expression_list] = STATE(4383), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4295), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_block] = STATE(1253), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2046), - [anon_sym_STAR] = ACTIONS(2048), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1950), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2050), - [anon_sym_go] = ACTIONS(2052), - [anon_sym_spawn] = ACTIONS(2054), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(2056), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_CARET] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_LT_DASH] = ACTIONS(2060), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2062), - [anon_sym_lock] = ACTIONS(2064), - [anon_sym_rlock] = ACTIONS(2064), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [290] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1388), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1345), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(349), - [sym_identifier] = ACTIONS(1175), + [sym__expression] = STATE(2456), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(590), + [sym_mutable_expression] = STATE(3959), + [sym_expression_list] = STATE(4632), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_var_declaration] = STATE(4278), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2066), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1223), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [291] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1388), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1345), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(364), - [sym_identifier] = ACTIONS(1175), + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(296), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2072), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1952), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1223), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [292] = { - [sym_type_parameters] = STATE(4291), - [sym_argument_list] = STATE(953), - [sym_or_block] = STATE(954), - [ts_builtin_sym_end] = ACTIONS(2074), - [sym_identifier] = ACTIONS(2076), - [anon_sym_LF] = ACTIONS(2076), - [anon_sym_CR] = ACTIONS(2076), - [anon_sym_CR_LF] = ACTIONS(2076), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(1686), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2076), - [anon_sym_COMMA] = ACTIONS(2076), - [anon_sym_const] = ACTIONS(2076), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(2076), - [anon_sym___global] = ACTIONS(2076), - [anon_sym_type] = ACTIONS(2076), - [anon_sym_PIPE] = ACTIONS(2076), - [anon_sym_fn] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(2076), - [anon_sym_DASH] = ACTIONS(2076), - [anon_sym_STAR] = ACTIONS(2076), - [anon_sym_SLASH] = ACTIONS(2076), - [anon_sym_PERCENT] = ACTIONS(2076), - [anon_sym_LT] = ACTIONS(2076), - [anon_sym_GT] = ACTIONS(2076), - [anon_sym_EQ_EQ] = ACTIONS(2076), - [anon_sym_BANG_EQ] = ACTIONS(2076), - [anon_sym_LT_EQ] = ACTIONS(2076), - [anon_sym_GT_EQ] = ACTIONS(2076), - [anon_sym_LBRACK] = ACTIONS(1700), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_union] = ACTIONS(2076), - [anon_sym_pub] = ACTIONS(2076), - [anon_sym_mut] = ACTIONS(2076), - [anon_sym_enum] = ACTIONS(2076), - [anon_sym_interface] = ACTIONS(2076), - [anon_sym_PLUS_PLUS] = ACTIONS(2076), - [anon_sym_DASH_DASH] = ACTIONS(2076), - [anon_sym_QMARK] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1708), - [anon_sym_go] = ACTIONS(2076), - [anon_sym_spawn] = ACTIONS(2076), - [anon_sym_json_DOTdecode] = ACTIONS(2076), - [anon_sym_LBRACK2] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(2076), - [anon_sym_CARET] = ACTIONS(2076), - [anon_sym_AMP] = ACTIONS(2076), - [anon_sym_LT_DASH] = ACTIONS(2076), - [anon_sym_LT_LT] = ACTIONS(2076), - [anon_sym_GT_GT] = ACTIONS(2076), - [anon_sym_GT_GT_GT] = ACTIONS(2076), - [anon_sym_AMP_CARET] = ACTIONS(2076), - [anon_sym_AMP_AMP] = ACTIONS(2076), - [anon_sym_PIPE_PIPE] = ACTIONS(2076), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2076), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_nil] = ACTIONS(2076), - [anon_sym_QMARK_DOT] = ACTIONS(1686), - [anon_sym_POUND_LBRACK] = ACTIONS(1710), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_DOLLARif] = ACTIONS(2076), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2076), - [anon_sym_in] = ACTIONS(2076), - [anon_sym_BANGin] = ACTIONS(2076), - [anon_sym_match] = ACTIONS(2076), - [anon_sym_select] = ACTIONS(2076), - [anon_sym_STAR_EQ] = ACTIONS(2076), - [anon_sym_SLASH_EQ] = ACTIONS(2076), - [anon_sym_PERCENT_EQ] = ACTIONS(2076), - [anon_sym_LT_LT_EQ] = ACTIONS(2076), - [anon_sym_GT_GT_EQ] = ACTIONS(2076), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2076), - [anon_sym_AMP_EQ] = ACTIONS(2076), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2076), - [anon_sym_PLUS_EQ] = ACTIONS(2076), - [anon_sym_DASH_EQ] = ACTIONS(2076), - [anon_sym_PIPE_EQ] = ACTIONS(2076), - [anon_sym_CARET_EQ] = ACTIONS(2076), - [anon_sym_COLON_EQ] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2076), - [anon_sym_rlock] = ACTIONS(2076), - [anon_sym_unsafe] = ACTIONS(2076), - [anon_sym_sql] = ACTIONS(2076), - [sym_int_literal] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2076), - [sym_rune_literal] = ACTIONS(2076), - [anon_sym_AT] = ACTIONS(2076), - [anon_sym_shared] = ACTIONS(2076), - [anon_sym_map_LBRACK] = ACTIONS(2076), - [anon_sym_chan] = ACTIONS(2076), - [anon_sym_thread] = ACTIONS(2076), - [anon_sym_atomic] = ACTIONS(2076), - [anon_sym_assert] = ACTIONS(2076), - [anon_sym_defer] = ACTIONS(2076), - [anon_sym_goto] = ACTIONS(2076), - [anon_sym_break] = ACTIONS(2076), - [anon_sym_continue] = ACTIONS(2076), - [anon_sym_return] = ACTIONS(2076), - [anon_sym_DOLLARfor] = ACTIONS(2076), - [anon_sym_for] = ACTIONS(2076), - [anon_sym_POUND] = ACTIONS(2076), - [anon_sym_asm] = ACTIONS(2076), - [anon_sym_AT_LBRACK] = ACTIONS(2076), - [sym___double_quote] = ACTIONS(2076), - [sym___single_quote] = ACTIONS(2076), - [sym___c_double_quote] = ACTIONS(2076), - [sym___c_single_quote] = ACTIONS(2076), - [sym___r_double_quote] = ACTIONS(2076), - [sym___r_single_quote] = ACTIONS(2076), - }, - [293] = { - [sym__expression] = STATE(2640), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4576), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(291), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_RBRACE] = ACTIONS(1954), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [293] = { + [sym_type_parameters] = STATE(4475), + [sym_argument_list] = STATE(758), + [sym_or_block] = STATE(756), + [ts_builtin_sym_end] = ACTIONS(1956), + [sym_identifier] = ACTIONS(1958), + [anon_sym_LF] = ACTIONS(1958), + [anon_sym_CR] = ACTIONS(1958), + [anon_sym_CR_LF] = ACTIONS(1958), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1636), + [anon_sym_as] = ACTIONS(1958), + [anon_sym_LBRACE] = ACTIONS(1958), + [anon_sym_COMMA] = ACTIONS(1958), + [anon_sym_const] = ACTIONS(1958), + [anon_sym_LPAREN] = ACTIONS(1642), + [anon_sym_EQ] = ACTIONS(1958), + [anon_sym___global] = ACTIONS(1958), + [anon_sym_type] = ACTIONS(1958), + [anon_sym_PIPE] = ACTIONS(1644), + [anon_sym_fn] = ACTIONS(1958), + [anon_sym_PLUS] = ACTIONS(1644), + [anon_sym_DASH] = ACTIONS(1644), + [anon_sym_STAR] = ACTIONS(1646), + [anon_sym_SLASH] = ACTIONS(1646), + [anon_sym_PERCENT] = ACTIONS(1646), + [anon_sym_LT] = ACTIONS(1958), + [anon_sym_GT] = ACTIONS(1958), + [anon_sym_EQ_EQ] = ACTIONS(1958), + [anon_sym_BANG_EQ] = ACTIONS(1958), + [anon_sym_LT_EQ] = ACTIONS(1958), + [anon_sym_GT_EQ] = ACTIONS(1958), + [anon_sym_LBRACK] = ACTIONS(1650), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1958), + [anon_sym_union] = ACTIONS(1958), + [anon_sym_pub] = ACTIONS(1958), + [anon_sym_mut] = ACTIONS(1958), + [anon_sym_enum] = ACTIONS(1958), + [anon_sym_interface] = ACTIONS(1958), + [anon_sym_PLUS_PLUS] = ACTIONS(1958), + [anon_sym_DASH_DASH] = ACTIONS(1958), + [anon_sym_QMARK] = ACTIONS(1658), + [anon_sym_BANG] = ACTIONS(1660), + [anon_sym_go] = ACTIONS(1958), + [anon_sym_spawn] = ACTIONS(1958), + [anon_sym_json_DOTdecode] = ACTIONS(1958), + [anon_sym_LBRACK2] = ACTIONS(1662), + [anon_sym_TILDE] = ACTIONS(1958), + [anon_sym_CARET] = ACTIONS(1644), + [anon_sym_AMP] = ACTIONS(1646), + [anon_sym_LT_DASH] = ACTIONS(1958), + [anon_sym_LT_LT] = ACTIONS(1646), + [anon_sym_GT_GT] = ACTIONS(1646), + [anon_sym_GT_GT_GT] = ACTIONS(1646), + [anon_sym_AMP_CARET] = ACTIONS(1646), + [anon_sym_AMP_AMP] = ACTIONS(1958), + [anon_sym_PIPE_PIPE] = ACTIONS(1958), + [anon_sym_or] = ACTIONS(1958), + [sym_none] = ACTIONS(1958), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [sym_nil] = ACTIONS(1958), + [anon_sym_QMARK_DOT] = ACTIONS(1636), + [anon_sym_POUND_LBRACK] = ACTIONS(1662), + [anon_sym_if] = ACTIONS(1958), + [anon_sym_DOLLARif] = ACTIONS(1958), + [anon_sym_is] = ACTIONS(1958), + [anon_sym_BANGis] = ACTIONS(1958), + [anon_sym_in] = ACTIONS(1958), + [anon_sym_BANGin] = ACTIONS(1958), + [anon_sym_match] = ACTIONS(1958), + [anon_sym_select] = ACTIONS(1958), + [anon_sym_STAR_EQ] = ACTIONS(1958), + [anon_sym_SLASH_EQ] = ACTIONS(1958), + [anon_sym_PERCENT_EQ] = ACTIONS(1958), + [anon_sym_LT_LT_EQ] = ACTIONS(1958), + [anon_sym_GT_GT_EQ] = ACTIONS(1958), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1958), + [anon_sym_AMP_EQ] = ACTIONS(1958), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1958), + [anon_sym_PLUS_EQ] = ACTIONS(1958), + [anon_sym_DASH_EQ] = ACTIONS(1958), + [anon_sym_PIPE_EQ] = ACTIONS(1958), + [anon_sym_CARET_EQ] = ACTIONS(1958), + [anon_sym_COLON_EQ] = ACTIONS(1958), + [anon_sym_lock] = ACTIONS(1958), + [anon_sym_rlock] = ACTIONS(1958), + [anon_sym_unsafe] = ACTIONS(1958), + [anon_sym_sql] = ACTIONS(1958), + [sym_int_literal] = ACTIONS(1958), + [sym_float_literal] = ACTIONS(1958), + [sym_rune_literal] = ACTIONS(1958), + [anon_sym_AT] = ACTIONS(1958), + [anon_sym_shared] = ACTIONS(1958), + [anon_sym_map_LBRACK] = ACTIONS(1958), + [anon_sym_chan] = ACTIONS(1958), + [anon_sym_thread] = ACTIONS(1958), + [anon_sym_atomic] = ACTIONS(1958), + [anon_sym_assert] = ACTIONS(1958), + [anon_sym_defer] = ACTIONS(1958), + [anon_sym_goto] = ACTIONS(1958), + [anon_sym_break] = ACTIONS(1958), + [anon_sym_continue] = ACTIONS(1958), + [anon_sym_return] = ACTIONS(1958), + [anon_sym_DOLLARfor] = ACTIONS(1958), + [anon_sym_for] = ACTIONS(1958), + [anon_sym_POUND] = ACTIONS(1958), + [anon_sym_asm] = ACTIONS(1958), + [anon_sym_AT_LBRACK] = ACTIONS(1958), + [sym___double_quote] = ACTIONS(1958), + [sym___single_quote] = ACTIONS(1958), + [sym___c_double_quote] = ACTIONS(1958), + [sym___c_single_quote] = ACTIONS(1958), + [sym___r_double_quote] = ACTIONS(1958), + [sym___r_single_quote] = ACTIONS(1958), }, [294] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(375), - [sym_identifier] = ACTIONS(1175), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4462), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_block] = STATE(2927), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2078), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1960), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [295] = { - [sym__expression] = STATE(2640), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3656), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4576), - [sym_identifier] = ACTIONS(2080), + [sym_type_parameters] = STATE(4475), + [sym_argument_list] = STATE(758), + [sym_or_block] = STATE(756), + [ts_builtin_sym_end] = ACTIONS(1962), + [sym_identifier] = ACTIONS(1964), + [anon_sym_LF] = ACTIONS(1964), + [anon_sym_CR] = ACTIONS(1964), + [anon_sym_CR_LF] = ACTIONS(1964), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1636), + [anon_sym_as] = ACTIONS(1964), + [anon_sym_LBRACE] = ACTIONS(1964), + [anon_sym_COMMA] = ACTIONS(1964), + [anon_sym_const] = ACTIONS(1964), + [anon_sym_LPAREN] = ACTIONS(1642), + [anon_sym_EQ] = ACTIONS(1964), + [anon_sym___global] = ACTIONS(1964), + [anon_sym_type] = ACTIONS(1964), + [anon_sym_PIPE] = ACTIONS(1644), + [anon_sym_fn] = ACTIONS(1964), + [anon_sym_PLUS] = ACTIONS(1644), + [anon_sym_DASH] = ACTIONS(1644), + [anon_sym_STAR] = ACTIONS(1646), + [anon_sym_SLASH] = ACTIONS(1646), + [anon_sym_PERCENT] = ACTIONS(1646), + [anon_sym_LT] = ACTIONS(1964), + [anon_sym_GT] = ACTIONS(1964), + [anon_sym_EQ_EQ] = ACTIONS(1964), + [anon_sym_BANG_EQ] = ACTIONS(1964), + [anon_sym_LT_EQ] = ACTIONS(1964), + [anon_sym_GT_EQ] = ACTIONS(1964), + [anon_sym_LBRACK] = ACTIONS(1650), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1964), + [anon_sym_union] = ACTIONS(1964), + [anon_sym_pub] = ACTIONS(1964), + [anon_sym_mut] = ACTIONS(1964), + [anon_sym_enum] = ACTIONS(1964), + [anon_sym_interface] = ACTIONS(1964), + [anon_sym_PLUS_PLUS] = ACTIONS(1964), + [anon_sym_DASH_DASH] = ACTIONS(1964), + [anon_sym_QMARK] = ACTIONS(1658), + [anon_sym_BANG] = ACTIONS(1660), + [anon_sym_go] = ACTIONS(1964), + [anon_sym_spawn] = ACTIONS(1964), + [anon_sym_json_DOTdecode] = ACTIONS(1964), + [anon_sym_LBRACK2] = ACTIONS(1662), + [anon_sym_TILDE] = ACTIONS(1964), + [anon_sym_CARET] = ACTIONS(1644), + [anon_sym_AMP] = ACTIONS(1646), + [anon_sym_LT_DASH] = ACTIONS(1964), + [anon_sym_LT_LT] = ACTIONS(1646), + [anon_sym_GT_GT] = ACTIONS(1646), + [anon_sym_GT_GT_GT] = ACTIONS(1646), + [anon_sym_AMP_CARET] = ACTIONS(1646), + [anon_sym_AMP_AMP] = ACTIONS(1964), + [anon_sym_PIPE_PIPE] = ACTIONS(1964), + [anon_sym_or] = ACTIONS(1964), + [sym_none] = ACTIONS(1964), + [sym_true] = ACTIONS(1964), + [sym_false] = ACTIONS(1964), + [sym_nil] = ACTIONS(1964), + [anon_sym_QMARK_DOT] = ACTIONS(1636), + [anon_sym_POUND_LBRACK] = ACTIONS(1662), + [anon_sym_if] = ACTIONS(1964), + [anon_sym_DOLLARif] = ACTIONS(1964), + [anon_sym_is] = ACTIONS(1964), + [anon_sym_BANGis] = ACTIONS(1964), + [anon_sym_in] = ACTIONS(1964), + [anon_sym_BANGin] = ACTIONS(1964), + [anon_sym_match] = ACTIONS(1964), + [anon_sym_select] = ACTIONS(1964), + [anon_sym_STAR_EQ] = ACTIONS(1964), + [anon_sym_SLASH_EQ] = ACTIONS(1964), + [anon_sym_PERCENT_EQ] = ACTIONS(1964), + [anon_sym_LT_LT_EQ] = ACTIONS(1964), + [anon_sym_GT_GT_EQ] = ACTIONS(1964), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1964), + [anon_sym_AMP_EQ] = ACTIONS(1964), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1964), + [anon_sym_PLUS_EQ] = ACTIONS(1964), + [anon_sym_DASH_EQ] = ACTIONS(1964), + [anon_sym_PIPE_EQ] = ACTIONS(1964), + [anon_sym_CARET_EQ] = ACTIONS(1964), + [anon_sym_COLON_EQ] = ACTIONS(1964), + [anon_sym_lock] = ACTIONS(1964), + [anon_sym_rlock] = ACTIONS(1964), + [anon_sym_unsafe] = ACTIONS(1964), + [anon_sym_sql] = ACTIONS(1964), + [sym_int_literal] = ACTIONS(1964), + [sym_float_literal] = ACTIONS(1964), + [sym_rune_literal] = ACTIONS(1964), + [anon_sym_AT] = ACTIONS(1964), + [anon_sym_shared] = ACTIONS(1964), + [anon_sym_map_LBRACK] = ACTIONS(1964), + [anon_sym_chan] = ACTIONS(1964), + [anon_sym_thread] = ACTIONS(1964), + [anon_sym_atomic] = ACTIONS(1964), + [anon_sym_assert] = ACTIONS(1964), + [anon_sym_defer] = ACTIONS(1964), + [anon_sym_goto] = ACTIONS(1964), + [anon_sym_break] = ACTIONS(1964), + [anon_sym_continue] = ACTIONS(1964), + [anon_sym_return] = ACTIONS(1964), + [anon_sym_DOLLARfor] = ACTIONS(1964), + [anon_sym_for] = ACTIONS(1964), + [anon_sym_POUND] = ACTIONS(1964), + [anon_sym_asm] = ACTIONS(1964), + [anon_sym_AT_LBRACK] = ACTIONS(1964), + [sym___double_quote] = ACTIONS(1964), + [sym___single_quote] = ACTIONS(1964), + [sym___c_double_quote] = ACTIONS(1964), + [sym___c_single_quote] = ACTIONS(1964), + [sym___r_double_quote] = ACTIONS(1964), + [sym___r_single_quote] = ACTIONS(1964), + }, + [296] = { + [sym__expression] = STATE(2733), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_map_keyed_element] = STATE(2142), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym_map_init_expression_repeat1] = STATE(296), + [sym_identifier] = ACTIONS(1966), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1969), + [anon_sym_LBRACE] = ACTIONS(1972), + [anon_sym_RBRACE] = ACTIONS(1975), + [anon_sym_LPAREN] = ACTIONS(1977), + [anon_sym_fn] = ACTIONS(1980), + [anon_sym_PLUS] = ACTIONS(1983), + [anon_sym_DASH] = ACTIONS(1983), + [anon_sym_STAR] = ACTIONS(1986), + [anon_sym_struct] = ACTIONS(1989), + [anon_sym_mut] = ACTIONS(1992), + [anon_sym_QMARK] = ACTIONS(1995), + [anon_sym_BANG] = ACTIONS(1998), + [anon_sym_go] = ACTIONS(2001), + [anon_sym_spawn] = ACTIONS(2004), + [anon_sym_json_DOTdecode] = ACTIONS(2007), + [anon_sym_LBRACK2] = ACTIONS(2010), + [anon_sym_TILDE] = ACTIONS(1983), + [anon_sym_CARET] = ACTIONS(1983), + [anon_sym_AMP] = ACTIONS(2013), + [anon_sym_LT_DASH] = ACTIONS(2016), + [sym_none] = ACTIONS(2019), + [sym_true] = ACTIONS(2019), + [sym_false] = ACTIONS(2019), + [sym_nil] = ACTIONS(2019), + [anon_sym_if] = ACTIONS(2022), + [anon_sym_DOLLARif] = ACTIONS(2025), + [anon_sym_match] = ACTIONS(2028), + [anon_sym_select] = ACTIONS(2031), + [anon_sym_lock] = ACTIONS(2034), + [anon_sym_rlock] = ACTIONS(2034), + [anon_sym_unsafe] = ACTIONS(2037), + [anon_sym_sql] = ACTIONS(2040), + [sym_int_literal] = ACTIONS(2019), + [sym_float_literal] = ACTIONS(2043), + [sym_rune_literal] = ACTIONS(2043), + [anon_sym_AT] = ACTIONS(2046), + [anon_sym_shared] = ACTIONS(2049), + [anon_sym_map_LBRACK] = ACTIONS(2052), + [anon_sym_chan] = ACTIONS(2055), + [anon_sym_thread] = ACTIONS(2058), + [anon_sym_atomic] = ACTIONS(2061), + [sym___double_quote] = ACTIONS(2064), + [sym___single_quote] = ACTIONS(2067), + [sym___c_double_quote] = ACTIONS(2070), + [sym___c_single_quote] = ACTIONS(2073), + [sym___r_double_quote] = ACTIONS(2076), + [sym___r_single_quote] = ACTIONS(2079), + }, + [297] = { + [sym__expression] = STATE(2465), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2635), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(590), + [sym_mutable_expression] = STATE(3959), + [sym_expression_list] = STATE(4632), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_var_declaration] = STATE(4431), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(2082), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2084), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(2086), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [296] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4421), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [298] = { + [sym__expression] = STATE(2454), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(590), + [sym_mutable_expression] = STATE(3959), + [sym_expression_list] = STATE(4632), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_var_declaration] = STATE(4341), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(2088), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [297] = { - [sym_type_parameters] = STATE(4291), - [sym_argument_list] = STATE(953), - [sym_or_block] = STATE(954), - [ts_builtin_sym_end] = ACTIONS(2074), - [sym_identifier] = ACTIONS(2076), - [anon_sym_LF] = ACTIONS(2076), - [anon_sym_CR] = ACTIONS(2076), - [anon_sym_CR_LF] = ACTIONS(2076), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(1686), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2076), - [anon_sym_COMMA] = ACTIONS(2076), - [anon_sym_const] = ACTIONS(2076), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(2076), - [anon_sym___global] = ACTIONS(2076), - [anon_sym_type] = ACTIONS(2076), - [anon_sym_PIPE] = ACTIONS(2076), - [anon_sym_fn] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(2076), - [anon_sym_DASH] = ACTIONS(2076), - [anon_sym_STAR] = ACTIONS(1696), - [anon_sym_SLASH] = ACTIONS(1696), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(2076), - [anon_sym_GT] = ACTIONS(2076), - [anon_sym_EQ_EQ] = ACTIONS(2076), - [anon_sym_BANG_EQ] = ACTIONS(2076), - [anon_sym_LT_EQ] = ACTIONS(2076), - [anon_sym_GT_EQ] = ACTIONS(2076), - [anon_sym_LBRACK] = ACTIONS(1700), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_union] = ACTIONS(2076), - [anon_sym_pub] = ACTIONS(2076), - [anon_sym_mut] = ACTIONS(2076), - [anon_sym_enum] = ACTIONS(2076), - [anon_sym_interface] = ACTIONS(2076), - [anon_sym_PLUS_PLUS] = ACTIONS(2076), - [anon_sym_DASH_DASH] = ACTIONS(2076), - [anon_sym_QMARK] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1708), - [anon_sym_go] = ACTIONS(2076), - [anon_sym_spawn] = ACTIONS(2076), - [anon_sym_json_DOTdecode] = ACTIONS(2076), - [anon_sym_LBRACK2] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(2076), - [anon_sym_CARET] = ACTIONS(2076), - [anon_sym_AMP] = ACTIONS(1696), - [anon_sym_LT_DASH] = ACTIONS(2076), - [anon_sym_LT_LT] = ACTIONS(1696), - [anon_sym_GT_GT] = ACTIONS(1696), - [anon_sym_GT_GT_GT] = ACTIONS(1696), - [anon_sym_AMP_CARET] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(2076), - [anon_sym_PIPE_PIPE] = ACTIONS(2076), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2076), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_nil] = ACTIONS(2076), - [anon_sym_QMARK_DOT] = ACTIONS(1686), - [anon_sym_POUND_LBRACK] = ACTIONS(1710), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_DOLLARif] = ACTIONS(2076), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2076), - [anon_sym_in] = ACTIONS(2076), - [anon_sym_BANGin] = ACTIONS(2076), - [anon_sym_match] = ACTIONS(2076), - [anon_sym_select] = ACTIONS(2076), - [anon_sym_STAR_EQ] = ACTIONS(2076), - [anon_sym_SLASH_EQ] = ACTIONS(2076), - [anon_sym_PERCENT_EQ] = ACTIONS(2076), - [anon_sym_LT_LT_EQ] = ACTIONS(2076), - [anon_sym_GT_GT_EQ] = ACTIONS(2076), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2076), - [anon_sym_AMP_EQ] = ACTIONS(2076), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2076), - [anon_sym_PLUS_EQ] = ACTIONS(2076), - [anon_sym_DASH_EQ] = ACTIONS(2076), - [anon_sym_PIPE_EQ] = ACTIONS(2076), - [anon_sym_CARET_EQ] = ACTIONS(2076), - [anon_sym_COLON_EQ] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2076), - [anon_sym_rlock] = ACTIONS(2076), - [anon_sym_unsafe] = ACTIONS(2076), - [anon_sym_sql] = ACTIONS(2076), - [sym_int_literal] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2076), - [sym_rune_literal] = ACTIONS(2076), - [anon_sym_AT] = ACTIONS(2076), - [anon_sym_shared] = ACTIONS(2076), - [anon_sym_map_LBRACK] = ACTIONS(2076), - [anon_sym_chan] = ACTIONS(2076), - [anon_sym_thread] = ACTIONS(2076), - [anon_sym_atomic] = ACTIONS(2076), - [anon_sym_assert] = ACTIONS(2076), - [anon_sym_defer] = ACTIONS(2076), - [anon_sym_goto] = ACTIONS(2076), - [anon_sym_break] = ACTIONS(2076), - [anon_sym_continue] = ACTIONS(2076), - [anon_sym_return] = ACTIONS(2076), - [anon_sym_DOLLARfor] = ACTIONS(2076), - [anon_sym_for] = ACTIONS(2076), - [anon_sym_POUND] = ACTIONS(2076), - [anon_sym_asm] = ACTIONS(2076), - [anon_sym_AT_LBRACK] = ACTIONS(2076), - [sym___double_quote] = ACTIONS(2076), - [sym___single_quote] = ACTIONS(2076), - [sym___c_double_quote] = ACTIONS(2076), - [sym___c_single_quote] = ACTIONS(2076), - [sym___r_double_quote] = ACTIONS(2076), - [sym___r_single_quote] = ACTIONS(2076), - }, - [298] = { - [sym_type_parameters] = STATE(4291), - [sym_argument_list] = STATE(953), - [sym_or_block] = STATE(954), - [ts_builtin_sym_end] = ACTIONS(2090), - [sym_identifier] = ACTIONS(2092), - [anon_sym_LF] = ACTIONS(2092), - [anon_sym_CR] = ACTIONS(2092), - [anon_sym_CR_LF] = ACTIONS(2092), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(1686), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2092), - [anon_sym_COMMA] = ACTIONS(2076), - [anon_sym_const] = ACTIONS(2092), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(2076), - [anon_sym___global] = ACTIONS(2092), - [anon_sym_type] = ACTIONS(2092), - [anon_sym_PIPE] = ACTIONS(2076), - [anon_sym_fn] = ACTIONS(2092), - [anon_sym_PLUS] = ACTIONS(2092), - [anon_sym_DASH] = ACTIONS(2092), - [anon_sym_STAR] = ACTIONS(2092), - [anon_sym_SLASH] = ACTIONS(2076), - [anon_sym_PERCENT] = ACTIONS(2076), - [anon_sym_LT] = ACTIONS(2076), - [anon_sym_GT] = ACTIONS(2076), - [anon_sym_EQ_EQ] = ACTIONS(2076), - [anon_sym_BANG_EQ] = ACTIONS(2076), - [anon_sym_LT_EQ] = ACTIONS(2076), - [anon_sym_GT_EQ] = ACTIONS(2076), - [anon_sym_LBRACK] = ACTIONS(1700), - [anon_sym_struct] = ACTIONS(2092), - [anon_sym_union] = ACTIONS(2092), - [anon_sym_pub] = ACTIONS(2092), - [anon_sym_mut] = ACTIONS(2092), - [anon_sym_enum] = ACTIONS(2092), - [anon_sym_interface] = ACTIONS(2092), - [anon_sym_PLUS_PLUS] = ACTIONS(2076), - [anon_sym_DASH_DASH] = ACTIONS(2076), - [anon_sym_QMARK] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1708), - [anon_sym_go] = ACTIONS(2092), - [anon_sym_spawn] = ACTIONS(2092), - [anon_sym_json_DOTdecode] = ACTIONS(2092), - [anon_sym_LBRACK2] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(2092), - [anon_sym_CARET] = ACTIONS(2092), - [anon_sym_AMP] = ACTIONS(2092), - [anon_sym_LT_DASH] = ACTIONS(2092), - [anon_sym_LT_LT] = ACTIONS(2076), - [anon_sym_GT_GT] = ACTIONS(2076), - [anon_sym_GT_GT_GT] = ACTIONS(2076), - [anon_sym_AMP_CARET] = ACTIONS(2076), - [anon_sym_AMP_AMP] = ACTIONS(2076), - [anon_sym_PIPE_PIPE] = ACTIONS(2076), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2092), - [sym_true] = ACTIONS(2092), - [sym_false] = ACTIONS(2092), - [sym_nil] = ACTIONS(2092), - [anon_sym_QMARK_DOT] = ACTIONS(1686), - [anon_sym_POUND_LBRACK] = ACTIONS(1710), - [anon_sym_if] = ACTIONS(2092), - [anon_sym_DOLLARif] = ACTIONS(2092), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2076), - [anon_sym_in] = ACTIONS(2076), - [anon_sym_BANGin] = ACTIONS(2076), - [anon_sym_match] = ACTIONS(2092), - [anon_sym_select] = ACTIONS(2092), - [anon_sym_STAR_EQ] = ACTIONS(2076), - [anon_sym_SLASH_EQ] = ACTIONS(2076), - [anon_sym_PERCENT_EQ] = ACTIONS(2076), - [anon_sym_LT_LT_EQ] = ACTIONS(2076), - [anon_sym_GT_GT_EQ] = ACTIONS(2076), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2076), - [anon_sym_AMP_EQ] = ACTIONS(2076), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2076), - [anon_sym_PLUS_EQ] = ACTIONS(2076), - [anon_sym_DASH_EQ] = ACTIONS(2076), - [anon_sym_PIPE_EQ] = ACTIONS(2076), - [anon_sym_CARET_EQ] = ACTIONS(2076), - [anon_sym_COLON_EQ] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2092), - [anon_sym_rlock] = ACTIONS(2092), - [anon_sym_unsafe] = ACTIONS(2092), - [anon_sym_sql] = ACTIONS(2092), - [sym_int_literal] = ACTIONS(2092), - [sym_float_literal] = ACTIONS(2092), - [sym_rune_literal] = ACTIONS(2092), - [anon_sym_AT] = ACTIONS(2092), - [anon_sym_shared] = ACTIONS(2092), - [anon_sym_map_LBRACK] = ACTIONS(2092), - [anon_sym_chan] = ACTIONS(2092), - [anon_sym_thread] = ACTIONS(2092), - [anon_sym_atomic] = ACTIONS(2092), - [anon_sym_assert] = ACTIONS(2092), - [anon_sym_defer] = ACTIONS(2092), - [anon_sym_goto] = ACTIONS(2092), - [anon_sym_break] = ACTIONS(2092), - [anon_sym_continue] = ACTIONS(2092), - [anon_sym_return] = ACTIONS(2092), - [anon_sym_DOLLARfor] = ACTIONS(2092), - [anon_sym_for] = ACTIONS(2092), - [anon_sym_POUND] = ACTIONS(2092), - [anon_sym_asm] = ACTIONS(2092), - [anon_sym_AT_LBRACK] = ACTIONS(2092), - [sym___double_quote] = ACTIONS(2092), - [sym___single_quote] = ACTIONS(2092), - [sym___c_double_quote] = ACTIONS(2092), - [sym___c_single_quote] = ACTIONS(2092), - [sym___r_double_quote] = ACTIONS(2092), - [sym___r_single_quote] = ACTIONS(2092), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [299] = { - [sym__expression] = STATE(2638), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3656), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4535), - [sym_identifier] = ACTIONS(2080), + [sym__expression] = STATE(2466), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(590), + [sym_mutable_expression] = STATE(3959), + [sym_expression_list] = STATE(4632), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_var_declaration] = STATE(4170), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(2082), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2084), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(2086), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [300] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4448), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4340), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_block] = STATE(2831), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(2094), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(2082), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [301] = { - [sym_type_parameters] = STATE(4291), - [sym_argument_list] = STATE(953), - [sym_or_block] = STATE(954), - [ts_builtin_sym_end] = ACTIONS(2074), - [sym_identifier] = ACTIONS(2076), - [anon_sym_LF] = ACTIONS(2076), - [anon_sym_CR] = ACTIONS(2076), - [anon_sym_CR_LF] = ACTIONS(2076), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(1686), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2076), - [anon_sym_COMMA] = ACTIONS(2076), - [anon_sym_const] = ACTIONS(2076), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(2076), - [anon_sym___global] = ACTIONS(2076), - [anon_sym_type] = ACTIONS(2076), - [anon_sym_PIPE] = ACTIONS(1694), - [anon_sym_fn] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1696), - [anon_sym_SLASH] = ACTIONS(1696), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1698), - [anon_sym_GT] = ACTIONS(1698), - [anon_sym_EQ_EQ] = ACTIONS(1698), - [anon_sym_BANG_EQ] = ACTIONS(1698), - [anon_sym_LT_EQ] = ACTIONS(1698), - [anon_sym_GT_EQ] = ACTIONS(1698), - [anon_sym_LBRACK] = ACTIONS(1700), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_union] = ACTIONS(2076), - [anon_sym_pub] = ACTIONS(2076), - [anon_sym_mut] = ACTIONS(2076), - [anon_sym_enum] = ACTIONS(2076), - [anon_sym_interface] = ACTIONS(2076), - [anon_sym_PLUS_PLUS] = ACTIONS(2076), - [anon_sym_DASH_DASH] = ACTIONS(2076), - [anon_sym_QMARK] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1708), - [anon_sym_go] = ACTIONS(2076), - [anon_sym_spawn] = ACTIONS(2076), - [anon_sym_json_DOTdecode] = ACTIONS(2076), - [anon_sym_LBRACK2] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(2076), - [anon_sym_CARET] = ACTIONS(1694), - [anon_sym_AMP] = ACTIONS(1696), - [anon_sym_LT_DASH] = ACTIONS(2076), - [anon_sym_LT_LT] = ACTIONS(1696), - [anon_sym_GT_GT] = ACTIONS(1696), - [anon_sym_GT_GT_GT] = ACTIONS(1696), - [anon_sym_AMP_CARET] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1712), - [anon_sym_PIPE_PIPE] = ACTIONS(2076), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2076), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_nil] = ACTIONS(2076), - [anon_sym_QMARK_DOT] = ACTIONS(1686), - [anon_sym_POUND_LBRACK] = ACTIONS(1710), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_DOLLARif] = ACTIONS(2076), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2076), - [anon_sym_in] = ACTIONS(1722), - [anon_sym_BANGin] = ACTIONS(1724), - [anon_sym_match] = ACTIONS(2076), - [anon_sym_select] = ACTIONS(2076), - [anon_sym_STAR_EQ] = ACTIONS(2076), - [anon_sym_SLASH_EQ] = ACTIONS(2076), - [anon_sym_PERCENT_EQ] = ACTIONS(2076), - [anon_sym_LT_LT_EQ] = ACTIONS(2076), - [anon_sym_GT_GT_EQ] = ACTIONS(2076), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2076), - [anon_sym_AMP_EQ] = ACTIONS(2076), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2076), - [anon_sym_PLUS_EQ] = ACTIONS(2076), - [anon_sym_DASH_EQ] = ACTIONS(2076), - [anon_sym_PIPE_EQ] = ACTIONS(2076), - [anon_sym_CARET_EQ] = ACTIONS(2076), - [anon_sym_COLON_EQ] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2076), - [anon_sym_rlock] = ACTIONS(2076), - [anon_sym_unsafe] = ACTIONS(2076), - [anon_sym_sql] = ACTIONS(2076), - [sym_int_literal] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2076), - [sym_rune_literal] = ACTIONS(2076), - [anon_sym_AT] = ACTIONS(2076), - [anon_sym_shared] = ACTIONS(2076), - [anon_sym_map_LBRACK] = ACTIONS(2076), - [anon_sym_chan] = ACTIONS(2076), - [anon_sym_thread] = ACTIONS(2076), - [anon_sym_atomic] = ACTIONS(2076), - [anon_sym_assert] = ACTIONS(2076), - [anon_sym_defer] = ACTIONS(2076), - [anon_sym_goto] = ACTIONS(2076), - [anon_sym_break] = ACTIONS(2076), - [anon_sym_continue] = ACTIONS(2076), - [anon_sym_return] = ACTIONS(2076), - [anon_sym_DOLLARfor] = ACTIONS(2076), - [anon_sym_for] = ACTIONS(2076), - [anon_sym_POUND] = ACTIONS(2076), - [anon_sym_asm] = ACTIONS(2076), - [anon_sym_AT_LBRACK] = ACTIONS(2076), - [sym___double_quote] = ACTIONS(2076), - [sym___single_quote] = ACTIONS(2076), - [sym___c_double_quote] = ACTIONS(2076), - [sym___c_single_quote] = ACTIONS(2076), - [sym___r_double_quote] = ACTIONS(2076), - [sym___r_single_quote] = ACTIONS(2076), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4436), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_block] = STATE(2423), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(2084), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [302] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1388), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1345), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(294), - [sym_identifier] = ACTIONS(1175), + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(379), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2096), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2086), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1223), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [303] = { - [sym_type_parameters] = STATE(4291), - [sym_argument_list] = STATE(953), - [sym_or_block] = STATE(954), - [ts_builtin_sym_end] = ACTIONS(2074), - [sym_identifier] = ACTIONS(2076), - [anon_sym_LF] = ACTIONS(2076), - [anon_sym_CR] = ACTIONS(2076), - [anon_sym_CR_LF] = ACTIONS(2076), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(1686), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2076), - [anon_sym_COMMA] = ACTIONS(2076), - [anon_sym_const] = ACTIONS(2076), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(2076), - [anon_sym___global] = ACTIONS(2076), - [anon_sym_type] = ACTIONS(2076), - [anon_sym_PIPE] = ACTIONS(1694), - [anon_sym_fn] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1696), - [anon_sym_SLASH] = ACTIONS(1696), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1698), - [anon_sym_GT] = ACTIONS(1698), - [anon_sym_EQ_EQ] = ACTIONS(1698), - [anon_sym_BANG_EQ] = ACTIONS(1698), - [anon_sym_LT_EQ] = ACTIONS(1698), - [anon_sym_GT_EQ] = ACTIONS(1698), - [anon_sym_LBRACK] = ACTIONS(1700), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_union] = ACTIONS(2076), - [anon_sym_pub] = ACTIONS(2076), - [anon_sym_mut] = ACTIONS(2076), - [anon_sym_enum] = ACTIONS(2076), - [anon_sym_interface] = ACTIONS(2076), - [anon_sym_PLUS_PLUS] = ACTIONS(2076), - [anon_sym_DASH_DASH] = ACTIONS(2076), - [anon_sym_QMARK] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1708), - [anon_sym_go] = ACTIONS(2076), - [anon_sym_spawn] = ACTIONS(2076), - [anon_sym_json_DOTdecode] = ACTIONS(2076), - [anon_sym_LBRACK2] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(2076), - [anon_sym_CARET] = ACTIONS(1694), - [anon_sym_AMP] = ACTIONS(1696), - [anon_sym_LT_DASH] = ACTIONS(2076), - [anon_sym_LT_LT] = ACTIONS(1696), - [anon_sym_GT_GT] = ACTIONS(1696), - [anon_sym_GT_GT_GT] = ACTIONS(1696), - [anon_sym_AMP_CARET] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(2076), - [anon_sym_PIPE_PIPE] = ACTIONS(2076), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2076), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_nil] = ACTIONS(2076), - [anon_sym_QMARK_DOT] = ACTIONS(1686), - [anon_sym_POUND_LBRACK] = ACTIONS(1710), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_DOLLARif] = ACTIONS(2076), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2076), - [anon_sym_in] = ACTIONS(1722), - [anon_sym_BANGin] = ACTIONS(1724), - [anon_sym_match] = ACTIONS(2076), - [anon_sym_select] = ACTIONS(2076), - [anon_sym_STAR_EQ] = ACTIONS(2076), - [anon_sym_SLASH_EQ] = ACTIONS(2076), - [anon_sym_PERCENT_EQ] = ACTIONS(2076), - [anon_sym_LT_LT_EQ] = ACTIONS(2076), - [anon_sym_GT_GT_EQ] = ACTIONS(2076), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2076), - [anon_sym_AMP_EQ] = ACTIONS(2076), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2076), - [anon_sym_PLUS_EQ] = ACTIONS(2076), - [anon_sym_DASH_EQ] = ACTIONS(2076), - [anon_sym_PIPE_EQ] = ACTIONS(2076), - [anon_sym_CARET_EQ] = ACTIONS(2076), - [anon_sym_COLON_EQ] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2076), - [anon_sym_rlock] = ACTIONS(2076), - [anon_sym_unsafe] = ACTIONS(2076), - [anon_sym_sql] = ACTIONS(2076), - [sym_int_literal] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2076), - [sym_rune_literal] = ACTIONS(2076), - [anon_sym_AT] = ACTIONS(2076), - [anon_sym_shared] = ACTIONS(2076), - [anon_sym_map_LBRACK] = ACTIONS(2076), - [anon_sym_chan] = ACTIONS(2076), - [anon_sym_thread] = ACTIONS(2076), - [anon_sym_atomic] = ACTIONS(2076), - [anon_sym_assert] = ACTIONS(2076), - [anon_sym_defer] = ACTIONS(2076), - [anon_sym_goto] = ACTIONS(2076), - [anon_sym_break] = ACTIONS(2076), - [anon_sym_continue] = ACTIONS(2076), - [anon_sym_return] = ACTIONS(2076), - [anon_sym_DOLLARfor] = ACTIONS(2076), - [anon_sym_for] = ACTIONS(2076), - [anon_sym_POUND] = ACTIONS(2076), - [anon_sym_asm] = ACTIONS(2076), - [anon_sym_AT_LBRACK] = ACTIONS(2076), - [sym___double_quote] = ACTIONS(2076), - [sym___single_quote] = ACTIONS(2076), - [sym___c_double_quote] = ACTIONS(2076), - [sym___c_single_quote] = ACTIONS(2076), - [sym___r_double_quote] = ACTIONS(2076), - [sym___r_single_quote] = ACTIONS(2076), - }, - [304] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(375), - [sym_identifier] = ACTIONS(1175), + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(379), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2098), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2092), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, - [305] = { - [sym__expression] = STATE(2632), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4498), - [sym_identifier] = ACTIONS(1241), + [304] = { + [sym__expression] = STATE(2660), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4753), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [306] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4505), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [305] = { + [sym__expression] = STATE(2660), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3698), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4753), + [sym_identifier] = ACTIONS(2094), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(2100), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(2096), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2098), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(2100), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [306] = { + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1306), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1312), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(342), + [sym_identifier] = ACTIONS(1360), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2102), + [anon_sym_struct] = ACTIONS(1376), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1408), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [307] = { - [sym__expression] = STATE(2632), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3656), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4498), - [sym_identifier] = ACTIONS(2080), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4558), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(2082), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(2104), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2084), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(2086), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [308] = { - [sym__expression] = STATE(2638), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4535), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2424), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3620), + [sym_expression_list] = STATE(3793), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1446), + [anon_sym_go] = ACTIONS(1448), + [anon_sym_spawn] = ACTIONS(1450), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1438), + [anon_sym_CARET] = ACTIONS(1438), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_LT_DASH] = ACTIONS(1458), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(1468), + [anon_sym_lock] = ACTIONS(1470), + [anon_sym_rlock] = ACTIONS(1470), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, [309] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4446), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(379), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(2102), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2106), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [310] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4578), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2424), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3620), + [sym_expression_list] = STATE(3794), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(2104), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1446), + [anon_sym_go] = ACTIONS(1448), + [anon_sym_spawn] = ACTIONS(1450), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1438), + [anon_sym_CARET] = ACTIONS(1438), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_LT_DASH] = ACTIONS(1458), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(1468), + [anon_sym_lock] = ACTIONS(1470), + [anon_sym_rlock] = ACTIONS(1470), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, [311] = { - [sym_type_parameters] = STATE(4291), - [sym_argument_list] = STATE(953), - [sym_or_block] = STATE(954), - [ts_builtin_sym_end] = ACTIONS(2106), - [sym_identifier] = ACTIONS(2108), - [anon_sym_LF] = ACTIONS(2108), - [anon_sym_CR] = ACTIONS(2108), - [anon_sym_CR_LF] = ACTIONS(2108), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(1686), - [anon_sym_as] = ACTIONS(2108), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4618), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), [anon_sym_LBRACE] = ACTIONS(2108), - [anon_sym_COMMA] = ACTIONS(2108), - [anon_sym_const] = ACTIONS(2108), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(2108), - [anon_sym___global] = ACTIONS(2108), - [anon_sym_type] = ACTIONS(2108), - [anon_sym_PIPE] = ACTIONS(1694), - [anon_sym_fn] = ACTIONS(2108), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1696), - [anon_sym_SLASH] = ACTIONS(1696), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(2108), - [anon_sym_GT] = ACTIONS(2108), - [anon_sym_EQ_EQ] = ACTIONS(2108), - [anon_sym_BANG_EQ] = ACTIONS(2108), - [anon_sym_LT_EQ] = ACTIONS(2108), - [anon_sym_GT_EQ] = ACTIONS(2108), - [anon_sym_LBRACK] = ACTIONS(1700), - [anon_sym_struct] = ACTIONS(2108), - [anon_sym_union] = ACTIONS(2108), - [anon_sym_pub] = ACTIONS(2108), - [anon_sym_mut] = ACTIONS(2108), - [anon_sym_enum] = ACTIONS(2108), - [anon_sym_interface] = ACTIONS(2108), - [anon_sym_PLUS_PLUS] = ACTIONS(2108), - [anon_sym_DASH_DASH] = ACTIONS(2108), - [anon_sym_QMARK] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1708), - [anon_sym_go] = ACTIONS(2108), - [anon_sym_spawn] = ACTIONS(2108), - [anon_sym_json_DOTdecode] = ACTIONS(2108), - [anon_sym_LBRACK2] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(2108), - [anon_sym_CARET] = ACTIONS(1694), - [anon_sym_AMP] = ACTIONS(1696), - [anon_sym_LT_DASH] = ACTIONS(2108), - [anon_sym_LT_LT] = ACTIONS(1696), - [anon_sym_GT_GT] = ACTIONS(1696), - [anon_sym_GT_GT_GT] = ACTIONS(1696), - [anon_sym_AMP_CARET] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(2108), - [anon_sym_PIPE_PIPE] = ACTIONS(2108), - [anon_sym_or] = ACTIONS(2108), - [sym_none] = ACTIONS(2108), - [sym_true] = ACTIONS(2108), - [sym_false] = ACTIONS(2108), - [sym_nil] = ACTIONS(2108), - [anon_sym_QMARK_DOT] = ACTIONS(1686), - [anon_sym_POUND_LBRACK] = ACTIONS(1710), - [anon_sym_if] = ACTIONS(2108), - [anon_sym_DOLLARif] = ACTIONS(2108), - [anon_sym_is] = ACTIONS(2108), - [anon_sym_BANGis] = ACTIONS(2108), - [anon_sym_in] = ACTIONS(2108), - [anon_sym_BANGin] = ACTIONS(2108), - [anon_sym_match] = ACTIONS(2108), - [anon_sym_select] = ACTIONS(2108), - [anon_sym_STAR_EQ] = ACTIONS(2108), - [anon_sym_SLASH_EQ] = ACTIONS(2108), - [anon_sym_PERCENT_EQ] = ACTIONS(2108), - [anon_sym_LT_LT_EQ] = ACTIONS(2108), - [anon_sym_GT_GT_EQ] = ACTIONS(2108), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2108), - [anon_sym_AMP_EQ] = ACTIONS(2108), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2108), - [anon_sym_PLUS_EQ] = ACTIONS(2108), - [anon_sym_DASH_EQ] = ACTIONS(2108), - [anon_sym_PIPE_EQ] = ACTIONS(2108), - [anon_sym_CARET_EQ] = ACTIONS(2108), - [anon_sym_COLON_EQ] = ACTIONS(2108), - [anon_sym_lock] = ACTIONS(2108), - [anon_sym_rlock] = ACTIONS(2108), - [anon_sym_unsafe] = ACTIONS(2108), - [anon_sym_sql] = ACTIONS(2108), - [sym_int_literal] = ACTIONS(2108), - [sym_float_literal] = ACTIONS(2108), - [sym_rune_literal] = ACTIONS(2108), - [anon_sym_AT] = ACTIONS(2108), - [anon_sym_shared] = ACTIONS(2108), - [anon_sym_map_LBRACK] = ACTIONS(2108), - [anon_sym_chan] = ACTIONS(2108), - [anon_sym_thread] = ACTIONS(2108), - [anon_sym_atomic] = ACTIONS(2108), - [anon_sym_assert] = ACTIONS(2108), - [anon_sym_defer] = ACTIONS(2108), - [anon_sym_goto] = ACTIONS(2108), - [anon_sym_break] = ACTIONS(2108), - [anon_sym_continue] = ACTIONS(2108), - [anon_sym_return] = ACTIONS(2108), - [anon_sym_DOLLARfor] = ACTIONS(2108), - [anon_sym_for] = ACTIONS(2108), - [anon_sym_POUND] = ACTIONS(2108), - [anon_sym_asm] = ACTIONS(2108), - [anon_sym_AT_LBRACK] = ACTIONS(2108), - [sym___double_quote] = ACTIONS(2108), - [sym___single_quote] = ACTIONS(2108), - [sym___c_double_quote] = ACTIONS(2108), - [sym___c_single_quote] = ACTIONS(2108), - [sym___r_double_quote] = ACTIONS(2108), - [sym___r_single_quote] = ACTIONS(2108), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [312] = { - [sym_type_parameters] = STATE(4291), - [sym_argument_list] = STATE(953), - [sym_or_block] = STATE(954), - [ts_builtin_sym_end] = ACTIONS(2110), - [sym_identifier] = ACTIONS(2112), - [anon_sym_LF] = ACTIONS(2112), - [anon_sym_CR] = ACTIONS(2112), - [anon_sym_CR_LF] = ACTIONS(2112), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(1686), - [anon_sym_as] = ACTIONS(2112), - [anon_sym_LBRACE] = ACTIONS(2112), - [anon_sym_COMMA] = ACTIONS(2112), - [anon_sym_const] = ACTIONS(2112), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(2112), - [anon_sym___global] = ACTIONS(2112), - [anon_sym_type] = ACTIONS(2112), - [anon_sym_PIPE] = ACTIONS(1694), - [anon_sym_fn] = ACTIONS(2112), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1696), - [anon_sym_SLASH] = ACTIONS(1696), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(2112), - [anon_sym_GT] = ACTIONS(2112), - [anon_sym_EQ_EQ] = ACTIONS(2112), - [anon_sym_BANG_EQ] = ACTIONS(2112), - [anon_sym_LT_EQ] = ACTIONS(2112), - [anon_sym_GT_EQ] = ACTIONS(2112), - [anon_sym_LBRACK] = ACTIONS(1700), - [anon_sym_struct] = ACTIONS(2112), - [anon_sym_union] = ACTIONS(2112), - [anon_sym_pub] = ACTIONS(2112), - [anon_sym_mut] = ACTIONS(2112), - [anon_sym_enum] = ACTIONS(2112), - [anon_sym_interface] = ACTIONS(2112), - [anon_sym_PLUS_PLUS] = ACTIONS(2112), - [anon_sym_DASH_DASH] = ACTIONS(2112), - [anon_sym_QMARK] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1708), - [anon_sym_go] = ACTIONS(2112), - [anon_sym_spawn] = ACTIONS(2112), - [anon_sym_json_DOTdecode] = ACTIONS(2112), - [anon_sym_LBRACK2] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(2112), - [anon_sym_CARET] = ACTIONS(1694), - [anon_sym_AMP] = ACTIONS(1696), - [anon_sym_LT_DASH] = ACTIONS(2112), - [anon_sym_LT_LT] = ACTIONS(1696), - [anon_sym_GT_GT] = ACTIONS(1696), - [anon_sym_GT_GT_GT] = ACTIONS(1696), - [anon_sym_AMP_CARET] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(2112), - [anon_sym_PIPE_PIPE] = ACTIONS(2112), - [anon_sym_or] = ACTIONS(2112), - [sym_none] = ACTIONS(2112), - [sym_true] = ACTIONS(2112), - [sym_false] = ACTIONS(2112), - [sym_nil] = ACTIONS(2112), - [anon_sym_QMARK_DOT] = ACTIONS(1686), - [anon_sym_POUND_LBRACK] = ACTIONS(1710), - [anon_sym_if] = ACTIONS(2112), - [anon_sym_DOLLARif] = ACTIONS(2112), - [anon_sym_is] = ACTIONS(2112), - [anon_sym_BANGis] = ACTIONS(2112), - [anon_sym_in] = ACTIONS(2112), - [anon_sym_BANGin] = ACTIONS(2112), - [anon_sym_match] = ACTIONS(2112), - [anon_sym_select] = ACTIONS(2112), - [anon_sym_STAR_EQ] = ACTIONS(2112), - [anon_sym_SLASH_EQ] = ACTIONS(2112), - [anon_sym_PERCENT_EQ] = ACTIONS(2112), - [anon_sym_LT_LT_EQ] = ACTIONS(2112), - [anon_sym_GT_GT_EQ] = ACTIONS(2112), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2112), - [anon_sym_AMP_EQ] = ACTIONS(2112), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2112), - [anon_sym_PLUS_EQ] = ACTIONS(2112), - [anon_sym_DASH_EQ] = ACTIONS(2112), - [anon_sym_PIPE_EQ] = ACTIONS(2112), - [anon_sym_CARET_EQ] = ACTIONS(2112), - [anon_sym_COLON_EQ] = ACTIONS(2112), - [anon_sym_lock] = ACTIONS(2112), - [anon_sym_rlock] = ACTIONS(2112), - [anon_sym_unsafe] = ACTIONS(2112), - [anon_sym_sql] = ACTIONS(2112), - [sym_int_literal] = ACTIONS(2112), - [sym_float_literal] = ACTIONS(2112), - [sym_rune_literal] = ACTIONS(2112), - [anon_sym_AT] = ACTIONS(2112), - [anon_sym_shared] = ACTIONS(2112), - [anon_sym_map_LBRACK] = ACTIONS(2112), - [anon_sym_chan] = ACTIONS(2112), - [anon_sym_thread] = ACTIONS(2112), - [anon_sym_atomic] = ACTIONS(2112), - [anon_sym_assert] = ACTIONS(2112), - [anon_sym_defer] = ACTIONS(2112), - [anon_sym_goto] = ACTIONS(2112), - [anon_sym_break] = ACTIONS(2112), - [anon_sym_continue] = ACTIONS(2112), - [anon_sym_return] = ACTIONS(2112), - [anon_sym_DOLLARfor] = ACTIONS(2112), - [anon_sym_for] = ACTIONS(2112), - [anon_sym_POUND] = ACTIONS(2112), - [anon_sym_asm] = ACTIONS(2112), - [anon_sym_AT_LBRACK] = ACTIONS(2112), - [sym___double_quote] = ACTIONS(2112), - [sym___single_quote] = ACTIONS(2112), - [sym___c_double_quote] = ACTIONS(2112), - [sym___c_single_quote] = ACTIONS(2112), - [sym___r_double_quote] = ACTIONS(2112), - [sym___r_single_quote] = ACTIONS(2112), + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(379), + [sym_identifier] = ACTIONS(1360), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2110), + [anon_sym_struct] = ACTIONS(1376), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [313] = { - [sym__expression] = STATE(2618), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(573), - [sym_mutable_expression] = STATE(3878), - [sym_expression_list] = STATE(4385), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [sym__expression] = STATE(2634), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4613), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2046), - [anon_sym_STAR] = ACTIONS(2048), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2050), - [anon_sym_go] = ACTIONS(2052), - [anon_sym_spawn] = ACTIONS(2054), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(2056), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_CARET] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_LT_DASH] = ACTIONS(2060), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2062), - [anon_sym_lock] = ACTIONS(2064), - [anon_sym_rlock] = ACTIONS(2064), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [314] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4383), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2634), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3698), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4613), + [sym_identifier] = ACTIONS(2094), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(2096), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2098), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(2100), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [315] = { - [sym__expression] = STATE(2658), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3656), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4730), - [sym_identifier] = ACTIONS(2080), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4488), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(2082), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(2112), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2084), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(2086), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [316] = { - [sym__expression] = STATE(2662), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3656), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4641), - [sym_identifier] = ACTIONS(2080), + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1306), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1312), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(327), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(2082), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2114), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2084), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(2086), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1408), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [317] = { - [sym__expression] = STATE(2662), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4641), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1306), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1312), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(355), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2116), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1408), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [318] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4469), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4558), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(2114), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(2118), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [319] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(375), - [sym_identifier] = ACTIONS(1175), + [sym__expression] = STATE(2666), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3698), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4496), + [sym_identifier] = ACTIONS(2094), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2116), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(2096), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(2098), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(2100), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [320] = { - [sym__expression] = STATE(2637), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4435), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2666), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4496), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [321] = { - [sym__expression] = STATE(2637), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3656), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4435), - [sym_identifier] = ACTIONS(2080), + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1306), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1312), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(365), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(2082), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2120), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2084), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(2086), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1408), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [322] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4446), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2653), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4518), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(2118), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [323] = { - [sym__expression] = STATE(2656), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3656), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4687), - [sym_identifier] = ACTIONS(2080), + [sym__expression] = STATE(2653), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3698), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4518), + [sym_identifier] = ACTIONS(2094), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(2082), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(2096), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2084), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(2086), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2098), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(2100), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [324] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1388), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1345), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(304), - [sym_identifier] = ACTIONS(1175), + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(379), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2120), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2122), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1223), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [325] = { - [sym__expression] = STATE(2656), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4687), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4558), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(2124), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [326] = { - [sym_type_parameters] = STATE(4291), - [sym_argument_list] = STATE(953), - [sym_or_block] = STATE(954), - [ts_builtin_sym_end] = ACTIONS(2122), - [sym_identifier] = ACTIONS(2124), - [anon_sym_LF] = ACTIONS(2124), - [anon_sym_CR] = ACTIONS(2124), - [anon_sym_CR_LF] = ACTIONS(2124), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(1686), - [anon_sym_as] = ACTIONS(1688), - [anon_sym_LBRACE] = ACTIONS(2124), - [anon_sym_COMMA] = ACTIONS(2124), - [anon_sym_const] = ACTIONS(2124), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(2124), - [anon_sym___global] = ACTIONS(2124), - [anon_sym_type] = ACTIONS(2124), - [anon_sym_PIPE] = ACTIONS(1694), - [anon_sym_fn] = ACTIONS(2124), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1696), - [anon_sym_SLASH] = ACTIONS(1696), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1698), - [anon_sym_GT] = ACTIONS(1698), - [anon_sym_EQ_EQ] = ACTIONS(1698), - [anon_sym_BANG_EQ] = ACTIONS(1698), - [anon_sym_LT_EQ] = ACTIONS(1698), - [anon_sym_GT_EQ] = ACTIONS(1698), - [anon_sym_LBRACK] = ACTIONS(1700), - [anon_sym_struct] = ACTIONS(2124), - [anon_sym_union] = ACTIONS(2124), - [anon_sym_pub] = ACTIONS(2124), - [anon_sym_mut] = ACTIONS(2124), - [anon_sym_enum] = ACTIONS(2124), - [anon_sym_interface] = ACTIONS(2124), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1704), - [anon_sym_QMARK] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1708), - [anon_sym_go] = ACTIONS(2124), - [anon_sym_spawn] = ACTIONS(2124), - [anon_sym_json_DOTdecode] = ACTIONS(2124), - [anon_sym_LBRACK2] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(2124), - [anon_sym_CARET] = ACTIONS(1694), - [anon_sym_AMP] = ACTIONS(1696), - [anon_sym_LT_DASH] = ACTIONS(2124), - [anon_sym_LT_LT] = ACTIONS(1696), - [anon_sym_GT_GT] = ACTIONS(1696), - [anon_sym_GT_GT_GT] = ACTIONS(1696), - [anon_sym_AMP_CARET] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1712), - [anon_sym_PIPE_PIPE] = ACTIONS(1714), - [anon_sym_or] = ACTIONS(1716), - [sym_none] = ACTIONS(2124), - [sym_true] = ACTIONS(2124), - [sym_false] = ACTIONS(2124), - [sym_nil] = ACTIONS(2124), - [anon_sym_QMARK_DOT] = ACTIONS(1686), - [anon_sym_POUND_LBRACK] = ACTIONS(1710), - [anon_sym_if] = ACTIONS(2124), - [anon_sym_DOLLARif] = ACTIONS(2124), - [anon_sym_is] = ACTIONS(2126), - [anon_sym_BANGis] = ACTIONS(2128), - [anon_sym_in] = ACTIONS(1722), - [anon_sym_BANGin] = ACTIONS(1724), - [anon_sym_match] = ACTIONS(2124), - [anon_sym_select] = ACTIONS(2124), - [anon_sym_STAR_EQ] = ACTIONS(2124), - [anon_sym_SLASH_EQ] = ACTIONS(2124), - [anon_sym_PERCENT_EQ] = ACTIONS(2124), - [anon_sym_LT_LT_EQ] = ACTIONS(2124), - [anon_sym_GT_GT_EQ] = ACTIONS(2124), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2124), - [anon_sym_AMP_EQ] = ACTIONS(2124), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2124), - [anon_sym_PLUS_EQ] = ACTIONS(2124), - [anon_sym_DASH_EQ] = ACTIONS(2124), - [anon_sym_PIPE_EQ] = ACTIONS(2124), - [anon_sym_CARET_EQ] = ACTIONS(2124), - [anon_sym_COLON_EQ] = ACTIONS(2124), - [anon_sym_lock] = ACTIONS(2124), - [anon_sym_rlock] = ACTIONS(2124), - [anon_sym_unsafe] = ACTIONS(2124), - [anon_sym_sql] = ACTIONS(2124), - [sym_int_literal] = ACTIONS(2124), - [sym_float_literal] = ACTIONS(2124), - [sym_rune_literal] = ACTIONS(2124), - [anon_sym_AT] = ACTIONS(2124), - [anon_sym_shared] = ACTIONS(2124), - [anon_sym_map_LBRACK] = ACTIONS(2124), - [anon_sym_chan] = ACTIONS(2124), - [anon_sym_thread] = ACTIONS(2124), - [anon_sym_atomic] = ACTIONS(2124), - [anon_sym_assert] = ACTIONS(2124), - [anon_sym_defer] = ACTIONS(2124), - [anon_sym_goto] = ACTIONS(2124), - [anon_sym_break] = ACTIONS(2124), - [anon_sym_continue] = ACTIONS(2124), - [anon_sym_return] = ACTIONS(2124), - [anon_sym_DOLLARfor] = ACTIONS(2124), - [anon_sym_for] = ACTIONS(2124), - [anon_sym_POUND] = ACTIONS(2124), - [anon_sym_asm] = ACTIONS(2124), - [anon_sym_AT_LBRACK] = ACTIONS(2124), - [sym___double_quote] = ACTIONS(2124), - [sym___single_quote] = ACTIONS(2124), - [sym___c_double_quote] = ACTIONS(2124), - [sym___c_single_quote] = ACTIONS(2124), - [sym___r_double_quote] = ACTIONS(2124), - [sym___r_single_quote] = ACTIONS(2124), + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3709), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2094), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_COMMA] = ACTIONS(551), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(2096), + [anon_sym_RBRACK] = ACTIONS(551), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2098), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(2100), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [327] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(375), - [sym_identifier] = ACTIONS(1175), + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(379), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2130), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2126), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [328] = { - [sym__expression] = STATE(2652), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4466), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1306), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1312), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(303), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2128), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1408), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [329] = { - [sym__expression] = STATE(2652), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3656), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4466), - [sym_identifier] = ACTIONS(2080), + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1306), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1312), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(342), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(2082), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2130), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2084), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(2086), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1408), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [330] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4415), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(958), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(857), + [sym_mutable_expression] = STATE(1426), + [sym_expression_list] = STATE(1580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), + [anon_sym_DOT] = ACTIONS(489), [anon_sym_LBRACE] = ACTIONS(2132), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2136), + [anon_sym_DASH] = ACTIONS(2136), + [anon_sym_STAR] = ACTIONS(2138), + [anon_sym_struct] = ACTIONS(501), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2140), + [anon_sym_go] = ACTIONS(507), + [anon_sym_spawn] = ACTIONS(509), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2136), + [anon_sym_CARET] = ACTIONS(2136), + [anon_sym_AMP] = ACTIONS(2146), + [anon_sym_LT_DASH] = ACTIONS(2148), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(527), + [anon_sym_lock] = ACTIONS(529), + [anon_sym_rlock] = ACTIONS(529), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, [331] = { - [sym__expression] = STATE(2649), - [sym__expression_without_blocks] = STATE(2850), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2850), - [sym_dec_expression] = STATE(2850), - [sym_or_block_expression] = STATE(2850), - [sym_option_propagation_expression] = STATE(2850), - [sym_result_propagation_expression] = STATE(2850), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2850), - [sym_spawn_expression] = STATE(2850), - [sym_parenthesized_expression] = STATE(2850), - [sym_call_expression] = STATE(2850), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2850), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2850), - [sym_receive_expression] = STATE(2850), - [sym_binary_expression] = STATE(2850), - [sym_as_type_cast_expression] = STATE(2850), - [sym__max_group] = STATE(2850), - [sym_literal] = STATE(2850), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2850), - [sym_fixed_array_creation] = STATE(2850), - [sym_selector_expression] = STATE(2850), - [sym_index_expression] = STATE(2850), - [sym_slice_expression] = STATE(2850), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2850), - [sym_not_is_expression] = STATE(2850), - [sym_in_expression] = STATE(2850), - [sym_not_in_expression] = STATE(2850), - [sym_enum_fetch] = STATE(2850), - [sym_match_expression] = STATE(2795), - [sym_match_arm_type] = STATE(4391), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2850), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(3951), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__definite_range] = STATE(4395), - [sym_identifier] = ACTIONS(1085), + [sym__expression] = STATE(958), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(857), + [sym_mutable_expression] = STATE(1426), + [sym_expression_list] = STATE(1488), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1087), - [anon_sym_LBRACE] = ACTIONS(1089), - [anon_sym_LPAREN] = ACTIONS(1093), - [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_STAR] = ACTIONS(1099), - [anon_sym_struct] = ACTIONS(1101), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2136), + [anon_sym_DASH] = ACTIONS(2136), + [anon_sym_STAR] = ACTIONS(2138), + [anon_sym_struct] = ACTIONS(501), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1103), - [anon_sym_go] = ACTIONS(1105), - [anon_sym_spawn] = ACTIONS(1107), - [anon_sym_json_DOTdecode] = ACTIONS(1109), - [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(1097), - [anon_sym_CARET] = ACTIONS(1097), - [anon_sym_AMP] = ACTIONS(1113), - [anon_sym_LT_DASH] = ACTIONS(1115), - [sym_none] = ACTIONS(1117), - [sym_true] = ACTIONS(1117), - [sym_false] = ACTIONS(1117), - [sym_nil] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1119), - [anon_sym_DOLLARif] = ACTIONS(1123), - [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(1127), - [anon_sym_lock] = ACTIONS(1129), - [anon_sym_rlock] = ACTIONS(1129), - [anon_sym_unsafe] = ACTIONS(1131), - [anon_sym_sql] = ACTIONS(1133), - [sym_int_literal] = ACTIONS(1117), - [sym_float_literal] = ACTIONS(1135), - [sym_rune_literal] = ACTIONS(1135), - [anon_sym_AT] = ACTIONS(1137), + [anon_sym_BANG] = ACTIONS(2140), + [anon_sym_go] = ACTIONS(507), + [anon_sym_spawn] = ACTIONS(509), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2136), + [anon_sym_CARET] = ACTIONS(2136), + [anon_sym_AMP] = ACTIONS(2146), + [anon_sym_LT_DASH] = ACTIONS(2148), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(527), + [anon_sym_lock] = ACTIONS(529), + [anon_sym_rlock] = ACTIONS(529), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1139), - [sym___single_quote] = ACTIONS(1141), - [sym___c_double_quote] = ACTIONS(1143), - [sym___c_single_quote] = ACTIONS(1145), - [sym___r_double_quote] = ACTIONS(1147), - [sym___r_single_quote] = ACTIONS(1149), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, [332] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1388), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1345), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(319), - [sym_identifier] = ACTIONS(1175), + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3709), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2134), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_COMMA] = ACTIONS(551), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_RPAREN] = ACTIONS(551), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2166), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1223), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(2168), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2174), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [333] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1388), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1345), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(304), - [sym_identifier] = ACTIONS(1175), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4502), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2136), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(2178), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1223), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [334] = { - [sym__expression] = STATE(2365), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3566), - [sym_expression_list] = STATE(3767), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), + [sym__expression] = STATE(2658), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3698), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4717), + [sym_identifier] = ACTIONS(2094), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(1438), - [anon_sym_DASH] = ACTIONS(1438), - [anon_sym_STAR] = ACTIONS(1440), - [anon_sym_struct] = ACTIONS(1444), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(2096), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1446), - [anon_sym_go] = ACTIONS(1448), - [anon_sym_spawn] = ACTIONS(1450), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1438), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_LT_DASH] = ACTIONS(1458), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(1468), - [anon_sym_lock] = ACTIONS(1470), - [anon_sym_rlock] = ACTIONS(1470), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(2098), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(2100), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [335] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(375), - [sym_identifier] = ACTIONS(1175), + [sym__expression] = STATE(2658), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4717), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2138), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [336] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1388), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1345), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(380), - [sym_identifier] = ACTIONS(1175), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4516), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2140), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(2180), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1223), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [337] = { - [sym__expression] = STATE(2661), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4557), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1306), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1312), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(312), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2182), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1408), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [338] = { - [sym__expression] = STATE(2661), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3656), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4557), - [sym_identifier] = ACTIONS(2080), + [sym__expression] = STATE(2652), + [sym__expression_without_blocks] = STATE(2760), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2760), + [sym_dec_expression] = STATE(2760), + [sym_or_block_expression] = STATE(2760), + [sym_option_propagation_expression] = STATE(2760), + [sym_result_propagation_expression] = STATE(2760), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2760), + [sym_spawn_expression] = STATE(2760), + [sym_parenthesized_expression] = STATE(2760), + [sym_call_expression] = STATE(2760), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2760), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2760), + [sym_receive_expression] = STATE(2760), + [sym_binary_expression] = STATE(2760), + [sym_as_type_cast_expression] = STATE(2760), + [sym__max_group] = STATE(2760), + [sym_literal] = STATE(2760), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2760), + [sym_fixed_array_creation] = STATE(2760), + [sym_selector_expression] = STATE(2760), + [sym_index_expression] = STATE(2760), + [sym_slice_expression] = STATE(2760), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2760), + [sym_not_is_expression] = STATE(2760), + [sym_in_expression] = STATE(2760), + [sym_not_in_expression] = STATE(2760), + [sym_enum_fetch] = STATE(2760), + [sym_match_expression] = STATE(2749), + [sym_match_arm_type] = STATE(4384), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2760), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4110), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__definite_range] = STATE(4390), + [sym_identifier] = ACTIONS(1085), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(2082), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1087), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_fn] = ACTIONS(1095), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_STAR] = ACTIONS(1099), + [anon_sym_struct] = ACTIONS(1101), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2084), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(2086), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1103), + [anon_sym_go] = ACTIONS(1105), + [anon_sym_spawn] = ACTIONS(1107), + [anon_sym_json_DOTdecode] = ACTIONS(1109), + [anon_sym_LBRACK2] = ACTIONS(1111), + [anon_sym_TILDE] = ACTIONS(1097), + [anon_sym_CARET] = ACTIONS(1097), + [anon_sym_AMP] = ACTIONS(1113), + [anon_sym_LT_DASH] = ACTIONS(1115), + [sym_none] = ACTIONS(1117), + [sym_true] = ACTIONS(1117), + [sym_false] = ACTIONS(1117), + [sym_nil] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), + [anon_sym_DOLLARif] = ACTIONS(1123), + [anon_sym_match] = ACTIONS(1125), + [anon_sym_select] = ACTIONS(1127), + [anon_sym_lock] = ACTIONS(1129), + [anon_sym_rlock] = ACTIONS(1129), + [anon_sym_unsafe] = ACTIONS(1131), + [anon_sym_sql] = ACTIONS(1133), + [sym_int_literal] = ACTIONS(1117), + [sym_float_literal] = ACTIONS(1135), + [sym_rune_literal] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1139), + [sym___single_quote] = ACTIONS(1141), + [sym___c_double_quote] = ACTIONS(1143), + [sym___c_single_quote] = ACTIONS(1145), + [sym___r_double_quote] = ACTIONS(1147), + [sym___r_single_quote] = ACTIONS(1149), }, [339] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1388), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1345), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(361), - [sym_identifier] = ACTIONS(1175), + [sym__expression] = STATE(2641), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3698), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4547), + [sym_identifier] = ACTIONS(2094), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2142), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(2096), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1223), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(2098), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(2100), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [340] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1388), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1345), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(327), - [sym_identifier] = ACTIONS(1175), + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1306), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1312), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(371), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2144), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(1374), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1223), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1408), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [341] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4446), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2641), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4547), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(2146), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [342] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3675), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2080), + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(379), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_COMMA] = ACTIONS(587), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(2082), - [anon_sym_RBRACK] = ACTIONS(587), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2184), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2084), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(2086), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [343] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1388), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1345), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(364), - [sym_identifier] = ACTIONS(1175), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4602), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2148), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(2186), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1223), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [344] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(375), - [sym_identifier] = ACTIONS(1175), + [sym__expression] = STATE(2659), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4674), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2150), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [345] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1388), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1345), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(366), - [sym_identifier] = ACTIONS(1175), + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1306), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1312), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(309), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2152), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2188), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1223), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1408), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [346] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1388), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1345), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(335), - [sym_identifier] = ACTIONS(1175), + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1306), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1312), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(361), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2154), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2190), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1223), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1408), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [347] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4427), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1306), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1312), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(354), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(2156), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2192), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1408), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [348] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4446), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2659), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3698), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4674), + [sym_identifier] = ACTIONS(2094), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(2158), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(2096), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2098), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(2100), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [349] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(375), - [sym_identifier] = ACTIONS(1175), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4623), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2160), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(2194), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [350] = { - [sym__expression] = STATE(2643), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3656), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4623), - [sym_identifier] = ACTIONS(2080), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4623), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(2082), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(2196), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2084), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(2086), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [351] = { - [sym__expression] = STATE(2644), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3656), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4649), - [sym_identifier] = ACTIONS(2080), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4639), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(2082), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(2198), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2084), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(2086), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [352] = { - [sym__expression] = STATE(2644), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4649), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4623), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(2200), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [353] = { - [sym_type_parameters] = STATE(4291), - [sym_argument_list] = STATE(953), - [sym_or_block] = STATE(954), - [ts_builtin_sym_end] = ACTIONS(2074), - [sym_identifier] = ACTIONS(2076), - [anon_sym_LF] = ACTIONS(2076), - [anon_sym_CR] = ACTIONS(2076), - [anon_sym_CR_LF] = ACTIONS(2076), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(1686), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2076), - [anon_sym_COMMA] = ACTIONS(2076), - [anon_sym_const] = ACTIONS(2076), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(2076), - [anon_sym___global] = ACTIONS(2076), - [anon_sym_type] = ACTIONS(2076), - [anon_sym_PIPE] = ACTIONS(1694), - [anon_sym_fn] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1696), - [anon_sym_SLASH] = ACTIONS(1696), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(2076), - [anon_sym_GT] = ACTIONS(2076), - [anon_sym_EQ_EQ] = ACTIONS(2076), - [anon_sym_BANG_EQ] = ACTIONS(2076), - [anon_sym_LT_EQ] = ACTIONS(2076), - [anon_sym_GT_EQ] = ACTIONS(2076), - [anon_sym_LBRACK] = ACTIONS(1700), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_union] = ACTIONS(2076), - [anon_sym_pub] = ACTIONS(2076), - [anon_sym_mut] = ACTIONS(2076), - [anon_sym_enum] = ACTIONS(2076), - [anon_sym_interface] = ACTIONS(2076), - [anon_sym_PLUS_PLUS] = ACTIONS(2076), - [anon_sym_DASH_DASH] = ACTIONS(2076), - [anon_sym_QMARK] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1708), - [anon_sym_go] = ACTIONS(2076), - [anon_sym_spawn] = ACTIONS(2076), - [anon_sym_json_DOTdecode] = ACTIONS(2076), - [anon_sym_LBRACK2] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(2076), - [anon_sym_CARET] = ACTIONS(1694), - [anon_sym_AMP] = ACTIONS(1696), - [anon_sym_LT_DASH] = ACTIONS(2076), - [anon_sym_LT_LT] = ACTIONS(1696), - [anon_sym_GT_GT] = ACTIONS(1696), - [anon_sym_GT_GT_GT] = ACTIONS(1696), - [anon_sym_AMP_CARET] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(2076), - [anon_sym_PIPE_PIPE] = ACTIONS(2076), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2076), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_nil] = ACTIONS(2076), - [anon_sym_QMARK_DOT] = ACTIONS(1686), - [anon_sym_POUND_LBRACK] = ACTIONS(1710), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_DOLLARif] = ACTIONS(2076), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2076), - [anon_sym_in] = ACTIONS(2076), - [anon_sym_BANGin] = ACTIONS(2076), - [anon_sym_match] = ACTIONS(2076), - [anon_sym_select] = ACTIONS(2076), - [anon_sym_STAR_EQ] = ACTIONS(2076), - [anon_sym_SLASH_EQ] = ACTIONS(2076), - [anon_sym_PERCENT_EQ] = ACTIONS(2076), - [anon_sym_LT_LT_EQ] = ACTIONS(2076), - [anon_sym_GT_GT_EQ] = ACTIONS(2076), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2076), - [anon_sym_AMP_EQ] = ACTIONS(2076), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2076), - [anon_sym_PLUS_EQ] = ACTIONS(2076), - [anon_sym_DASH_EQ] = ACTIONS(2076), - [anon_sym_PIPE_EQ] = ACTIONS(2076), - [anon_sym_CARET_EQ] = ACTIONS(2076), - [anon_sym_COLON_EQ] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2076), - [anon_sym_rlock] = ACTIONS(2076), - [anon_sym_unsafe] = ACTIONS(2076), - [anon_sym_sql] = ACTIONS(2076), - [sym_int_literal] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2076), - [sym_rune_literal] = ACTIONS(2076), - [anon_sym_AT] = ACTIONS(2076), - [anon_sym_shared] = ACTIONS(2076), - [anon_sym_map_LBRACK] = ACTIONS(2076), - [anon_sym_chan] = ACTIONS(2076), - [anon_sym_thread] = ACTIONS(2076), - [anon_sym_atomic] = ACTIONS(2076), - [anon_sym_assert] = ACTIONS(2076), - [anon_sym_defer] = ACTIONS(2076), - [anon_sym_goto] = ACTIONS(2076), - [anon_sym_break] = ACTIONS(2076), - [anon_sym_continue] = ACTIONS(2076), - [anon_sym_return] = ACTIONS(2076), - [anon_sym_DOLLARfor] = ACTIONS(2076), - [anon_sym_for] = ACTIONS(2076), - [anon_sym_POUND] = ACTIONS(2076), - [anon_sym_asm] = ACTIONS(2076), - [anon_sym_AT_LBRACK] = ACTIONS(2076), - [sym___double_quote] = ACTIONS(2076), - [sym___single_quote] = ACTIONS(2076), - [sym___c_double_quote] = ACTIONS(2076), - [sym___c_single_quote] = ACTIONS(2076), - [sym___r_double_quote] = ACTIONS(2076), - [sym___r_single_quote] = ACTIONS(2076), - }, - [354] = { - [sym_type_parameters] = STATE(4291), - [sym_argument_list] = STATE(953), - [sym_or_block] = STATE(954), - [ts_builtin_sym_end] = ACTIONS(2162), - [sym_identifier] = ACTIONS(2164), - [anon_sym_LF] = ACTIONS(2164), - [anon_sym_CR] = ACTIONS(2164), - [anon_sym_CR_LF] = ACTIONS(2164), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(1686), - [anon_sym_as] = ACTIONS(2164), - [anon_sym_LBRACE] = ACTIONS(2164), - [anon_sym_COMMA] = ACTIONS(2164), - [anon_sym_const] = ACTIONS(2164), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(2164), - [anon_sym___global] = ACTIONS(2164), - [anon_sym_type] = ACTIONS(2164), - [anon_sym_PIPE] = ACTIONS(2164), - [anon_sym_fn] = ACTIONS(2164), - [anon_sym_PLUS] = ACTIONS(2164), - [anon_sym_DASH] = ACTIONS(2164), - [anon_sym_STAR] = ACTIONS(2164), - [anon_sym_SLASH] = ACTIONS(2164), - [anon_sym_PERCENT] = ACTIONS(2164), - [anon_sym_LT] = ACTIONS(2164), - [anon_sym_GT] = ACTIONS(2164), - [anon_sym_EQ_EQ] = ACTIONS(2164), - [anon_sym_BANG_EQ] = ACTIONS(2164), - [anon_sym_LT_EQ] = ACTIONS(2164), - [anon_sym_GT_EQ] = ACTIONS(2164), - [anon_sym_LBRACK] = ACTIONS(1700), - [anon_sym_struct] = ACTIONS(2164), - [anon_sym_union] = ACTIONS(2164), - [anon_sym_pub] = ACTIONS(2164), - [anon_sym_mut] = ACTIONS(2164), - [anon_sym_enum] = ACTIONS(2164), - [anon_sym_interface] = ACTIONS(2164), - [anon_sym_PLUS_PLUS] = ACTIONS(2164), - [anon_sym_DASH_DASH] = ACTIONS(2164), - [anon_sym_QMARK] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1708), - [anon_sym_go] = ACTIONS(2164), - [anon_sym_spawn] = ACTIONS(2164), - [anon_sym_json_DOTdecode] = ACTIONS(2164), - [anon_sym_LBRACK2] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(2164), - [anon_sym_CARET] = ACTIONS(2164), - [anon_sym_AMP] = ACTIONS(2164), - [anon_sym_LT_DASH] = ACTIONS(2164), - [anon_sym_LT_LT] = ACTIONS(2164), - [anon_sym_GT_GT] = ACTIONS(2164), - [anon_sym_GT_GT_GT] = ACTIONS(2164), - [anon_sym_AMP_CARET] = ACTIONS(2164), - [anon_sym_AMP_AMP] = ACTIONS(2164), - [anon_sym_PIPE_PIPE] = ACTIONS(2164), - [anon_sym_or] = ACTIONS(2164), - [sym_none] = ACTIONS(2164), - [sym_true] = ACTIONS(2164), - [sym_false] = ACTIONS(2164), - [sym_nil] = ACTIONS(2164), - [anon_sym_QMARK_DOT] = ACTIONS(1686), - [anon_sym_POUND_LBRACK] = ACTIONS(1710), - [anon_sym_if] = ACTIONS(2164), - [anon_sym_DOLLARif] = ACTIONS(2164), - [anon_sym_is] = ACTIONS(2164), - [anon_sym_BANGis] = ACTIONS(2164), - [anon_sym_in] = ACTIONS(2164), - [anon_sym_BANGin] = ACTIONS(2164), - [anon_sym_match] = ACTIONS(2164), - [anon_sym_select] = ACTIONS(2164), - [anon_sym_STAR_EQ] = ACTIONS(2164), - [anon_sym_SLASH_EQ] = ACTIONS(2164), - [anon_sym_PERCENT_EQ] = ACTIONS(2164), - [anon_sym_LT_LT_EQ] = ACTIONS(2164), - [anon_sym_GT_GT_EQ] = ACTIONS(2164), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2164), - [anon_sym_AMP_EQ] = ACTIONS(2164), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2164), - [anon_sym_PLUS_EQ] = ACTIONS(2164), - [anon_sym_DASH_EQ] = ACTIONS(2164), - [anon_sym_PIPE_EQ] = ACTIONS(2164), - [anon_sym_CARET_EQ] = ACTIONS(2164), - [anon_sym_COLON_EQ] = ACTIONS(2164), - [anon_sym_lock] = ACTIONS(2164), - [anon_sym_rlock] = ACTIONS(2164), - [anon_sym_unsafe] = ACTIONS(2164), - [anon_sym_sql] = ACTIONS(2164), - [sym_int_literal] = ACTIONS(2164), - [sym_float_literal] = ACTIONS(2164), - [sym_rune_literal] = ACTIONS(2164), - [anon_sym_AT] = ACTIONS(2164), - [anon_sym_shared] = ACTIONS(2164), - [anon_sym_map_LBRACK] = ACTIONS(2164), - [anon_sym_chan] = ACTIONS(2164), - [anon_sym_thread] = ACTIONS(2164), - [anon_sym_atomic] = ACTIONS(2164), - [anon_sym_assert] = ACTIONS(2164), - [anon_sym_defer] = ACTIONS(2164), - [anon_sym_goto] = ACTIONS(2164), - [anon_sym_break] = ACTIONS(2164), - [anon_sym_continue] = ACTIONS(2164), - [anon_sym_return] = ACTIONS(2164), - [anon_sym_DOLLARfor] = ACTIONS(2164), - [anon_sym_for] = ACTIONS(2164), - [anon_sym_POUND] = ACTIONS(2164), - [anon_sym_asm] = ACTIONS(2164), - [anon_sym_AT_LBRACK] = ACTIONS(2164), - [sym___double_quote] = ACTIONS(2164), - [sym___single_quote] = ACTIONS(2164), - [sym___c_double_quote] = ACTIONS(2164), - [sym___c_single_quote] = ACTIONS(2164), - [sym___r_double_quote] = ACTIONS(2164), - [sym___r_single_quote] = ACTIONS(2164), - }, - [355] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4385), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4602), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(2202), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [356] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4490), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [354] = { + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(379), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(2166), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2204), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, - [357] = { - [sym__expression] = STATE(2643), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4623), - [sym_identifier] = ACTIONS(1241), + [355] = { + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(379), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2206), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, - [358] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1388), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1345), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(364), - [sym_identifier] = ACTIONS(1175), + [356] = { + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4516), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2168), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(2208), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1223), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [359] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4421), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [357] = { + [sym__expression] = STATE(2614), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(607), + [sym_mutable_expression] = STATE(3901), + [sym_expression_list] = STATE(4172), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(2170), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2212), + [anon_sym_DASH] = ACTIONS(2212), + [anon_sym_STAR] = ACTIONS(2214), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2216), + [anon_sym_go] = ACTIONS(2218), + [anon_sym_spawn] = ACTIONS(2220), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(2222), + [anon_sym_TILDE] = ACTIONS(2212), + [anon_sym_CARET] = ACTIONS(2212), + [anon_sym_AMP] = ACTIONS(2224), + [anon_sym_LT_DASH] = ACTIONS(2226), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2228), + [anon_sym_lock] = ACTIONS(2230), + [anon_sym_rlock] = ACTIONS(2230), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [360] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4511), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [358] = { + [sym__expression] = STATE(2647), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3698), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4606), + [sym_identifier] = ACTIONS(2094), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(2172), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(2096), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2098), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(2100), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [361] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(375), - [sym_identifier] = ACTIONS(1175), + [359] = { + [sym__expression] = STATE(2647), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4606), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2174), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [362] = { - [sym__expression] = STATE(958), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(749), - [sym_mutable_expression] = STATE(1421), - [sym_expression_list] = STATE(1519), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), + [360] = { + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4186), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2180), - [anon_sym_DASH] = ACTIONS(2180), - [anon_sym_STAR] = ACTIONS(2182), - [anon_sym_struct] = ACTIONS(501), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2184), - [anon_sym_go] = ACTIONS(507), - [anon_sym_spawn] = ACTIONS(509), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2180), - [anon_sym_CARET] = ACTIONS(2180), - [anon_sym_AMP] = ACTIONS(2190), - [anon_sym_LT_DASH] = ACTIONS(2192), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(527), - [anon_sym_lock] = ACTIONS(529), - [anon_sym_rlock] = ACTIONS(529), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), - }, - [363] = { - [sym_type_parameters] = STATE(4291), - [sym_argument_list] = STATE(953), - [sym_or_block] = STATE(954), - [ts_builtin_sym_end] = ACTIONS(2208), - [sym_identifier] = ACTIONS(2210), - [anon_sym_LF] = ACTIONS(2210), - [anon_sym_CR] = ACTIONS(2210), - [anon_sym_CR_LF] = ACTIONS(2210), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(1686), - [anon_sym_as] = ACTIONS(1688), - [anon_sym_LBRACE] = ACTIONS(2210), - [anon_sym_COMMA] = ACTIONS(2210), - [anon_sym_const] = ACTIONS(2210), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(2210), - [anon_sym___global] = ACTIONS(2210), - [anon_sym_type] = ACTIONS(2210), - [anon_sym_PIPE] = ACTIONS(1694), - [anon_sym_fn] = ACTIONS(2210), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1696), - [anon_sym_SLASH] = ACTIONS(1696), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1698), - [anon_sym_GT] = ACTIONS(1698), - [anon_sym_EQ_EQ] = ACTIONS(1698), - [anon_sym_BANG_EQ] = ACTIONS(1698), - [anon_sym_LT_EQ] = ACTIONS(1698), - [anon_sym_GT_EQ] = ACTIONS(1698), - [anon_sym_LBRACK] = ACTIONS(1700), - [anon_sym_struct] = ACTIONS(2210), - [anon_sym_union] = ACTIONS(2210), - [anon_sym_pub] = ACTIONS(2210), - [anon_sym_mut] = ACTIONS(2210), - [anon_sym_enum] = ACTIONS(2210), - [anon_sym_interface] = ACTIONS(2210), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1704), - [anon_sym_QMARK] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1708), - [anon_sym_go] = ACTIONS(2210), - [anon_sym_spawn] = ACTIONS(2210), - [anon_sym_json_DOTdecode] = ACTIONS(2210), - [anon_sym_LBRACK2] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(2210), - [anon_sym_CARET] = ACTIONS(1694), - [anon_sym_AMP] = ACTIONS(1696), - [anon_sym_LT_DASH] = ACTIONS(2210), - [anon_sym_LT_LT] = ACTIONS(1696), - [anon_sym_GT_GT] = ACTIONS(1696), - [anon_sym_GT_GT_GT] = ACTIONS(1696), - [anon_sym_AMP_CARET] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1712), - [anon_sym_PIPE_PIPE] = ACTIONS(1714), - [anon_sym_or] = ACTIONS(1716), - [sym_none] = ACTIONS(2210), - [sym_true] = ACTIONS(2210), - [sym_false] = ACTIONS(2210), - [sym_nil] = ACTIONS(2210), - [anon_sym_QMARK_DOT] = ACTIONS(1686), - [anon_sym_POUND_LBRACK] = ACTIONS(1710), - [anon_sym_if] = ACTIONS(2210), - [anon_sym_DOLLARif] = ACTIONS(2210), - [anon_sym_is] = ACTIONS(1718), - [anon_sym_BANGis] = ACTIONS(1720), - [anon_sym_in] = ACTIONS(1722), - [anon_sym_BANGin] = ACTIONS(1724), - [anon_sym_match] = ACTIONS(2210), - [anon_sym_select] = ACTIONS(2210), - [anon_sym_STAR_EQ] = ACTIONS(2210), - [anon_sym_SLASH_EQ] = ACTIONS(2210), - [anon_sym_PERCENT_EQ] = ACTIONS(2210), - [anon_sym_LT_LT_EQ] = ACTIONS(2210), - [anon_sym_GT_GT_EQ] = ACTIONS(2210), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2210), - [anon_sym_AMP_EQ] = ACTIONS(2210), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2210), - [anon_sym_PLUS_EQ] = ACTIONS(2210), - [anon_sym_DASH_EQ] = ACTIONS(2210), - [anon_sym_PIPE_EQ] = ACTIONS(2210), - [anon_sym_CARET_EQ] = ACTIONS(2210), - [anon_sym_COLON_EQ] = ACTIONS(2210), - [anon_sym_lock] = ACTIONS(2210), - [anon_sym_rlock] = ACTIONS(2210), - [anon_sym_unsafe] = ACTIONS(2210), - [anon_sym_sql] = ACTIONS(2210), - [sym_int_literal] = ACTIONS(2210), - [sym_float_literal] = ACTIONS(2210), - [sym_rune_literal] = ACTIONS(2210), - [anon_sym_AT] = ACTIONS(2210), - [anon_sym_shared] = ACTIONS(2210), - [anon_sym_map_LBRACK] = ACTIONS(2210), - [anon_sym_chan] = ACTIONS(2210), - [anon_sym_thread] = ACTIONS(2210), - [anon_sym_atomic] = ACTIONS(2210), - [anon_sym_assert] = ACTIONS(2210), - [anon_sym_defer] = ACTIONS(2210), - [anon_sym_goto] = ACTIONS(2210), - [anon_sym_break] = ACTIONS(2210), - [anon_sym_continue] = ACTIONS(2210), - [anon_sym_return] = ACTIONS(2210), - [anon_sym_DOLLARfor] = ACTIONS(2210), - [anon_sym_for] = ACTIONS(2210), - [anon_sym_POUND] = ACTIONS(2210), - [anon_sym_asm] = ACTIONS(2210), - [anon_sym_AT_LBRACK] = ACTIONS(2210), - [sym___double_quote] = ACTIONS(2210), - [sym___single_quote] = ACTIONS(2210), - [sym___c_double_quote] = ACTIONS(2210), - [sym___c_single_quote] = ACTIONS(2210), - [sym___r_double_quote] = ACTIONS(2210), - [sym___r_single_quote] = ACTIONS(2210), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [364] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(375), - [sym_identifier] = ACTIONS(1175), + [361] = { + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(379), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2212), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2232), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, - [365] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4448), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [362] = { + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4534), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(2214), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(2234), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [366] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(375), - [sym_identifier] = ACTIONS(1175), + [363] = { + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1306), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1312), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(355), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2216), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2236), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1408), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, - [367] = { - [sym_type_parameters] = STATE(4291), - [sym_argument_list] = STATE(953), - [sym_or_block] = STATE(954), - [ts_builtin_sym_end] = ACTIONS(2218), - [sym_identifier] = ACTIONS(2220), - [anon_sym_LF] = ACTIONS(2220), - [anon_sym_CR] = ACTIONS(2220), - [anon_sym_CR_LF] = ACTIONS(2220), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(1686), - [anon_sym_as] = ACTIONS(1688), - [anon_sym_LBRACE] = ACTIONS(2220), - [anon_sym_COMMA] = ACTIONS(2220), - [anon_sym_const] = ACTIONS(2220), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(2220), - [anon_sym___global] = ACTIONS(2220), - [anon_sym_type] = ACTIONS(2220), - [anon_sym_PIPE] = ACTIONS(1694), - [anon_sym_fn] = ACTIONS(2220), - [anon_sym_PLUS] = ACTIONS(1694), - [anon_sym_DASH] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(1696), - [anon_sym_SLASH] = ACTIONS(1696), - [anon_sym_PERCENT] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1698), - [anon_sym_GT] = ACTIONS(1698), - [anon_sym_EQ_EQ] = ACTIONS(1698), - [anon_sym_BANG_EQ] = ACTIONS(1698), - [anon_sym_LT_EQ] = ACTIONS(1698), - [anon_sym_GT_EQ] = ACTIONS(1698), - [anon_sym_LBRACK] = ACTIONS(1700), - [anon_sym_struct] = ACTIONS(2220), - [anon_sym_union] = ACTIONS(2220), - [anon_sym_pub] = ACTIONS(2220), - [anon_sym_mut] = ACTIONS(2220), - [anon_sym_enum] = ACTIONS(2220), - [anon_sym_interface] = ACTIONS(2220), - [anon_sym_PLUS_PLUS] = ACTIONS(1702), - [anon_sym_DASH_DASH] = ACTIONS(1704), - [anon_sym_QMARK] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1708), - [anon_sym_go] = ACTIONS(2220), - [anon_sym_spawn] = ACTIONS(2220), - [anon_sym_json_DOTdecode] = ACTIONS(2220), - [anon_sym_LBRACK2] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(2220), - [anon_sym_CARET] = ACTIONS(1694), - [anon_sym_AMP] = ACTIONS(1696), - [anon_sym_LT_DASH] = ACTIONS(2220), - [anon_sym_LT_LT] = ACTIONS(1696), - [anon_sym_GT_GT] = ACTIONS(1696), - [anon_sym_GT_GT_GT] = ACTIONS(1696), - [anon_sym_AMP_CARET] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1712), - [anon_sym_PIPE_PIPE] = ACTIONS(1714), - [anon_sym_or] = ACTIONS(1716), - [sym_none] = ACTIONS(2220), - [sym_true] = ACTIONS(2220), - [sym_false] = ACTIONS(2220), - [sym_nil] = ACTIONS(2220), - [anon_sym_QMARK_DOT] = ACTIONS(1686), - [anon_sym_POUND_LBRACK] = ACTIONS(1710), - [anon_sym_if] = ACTIONS(2220), - [anon_sym_DOLLARif] = ACTIONS(2220), - [anon_sym_is] = ACTIONS(1718), - [anon_sym_BANGis] = ACTIONS(1720), - [anon_sym_in] = ACTIONS(1722), - [anon_sym_BANGin] = ACTIONS(1724), - [anon_sym_match] = ACTIONS(2220), - [anon_sym_select] = ACTIONS(2220), - [anon_sym_STAR_EQ] = ACTIONS(2220), - [anon_sym_SLASH_EQ] = ACTIONS(2220), - [anon_sym_PERCENT_EQ] = ACTIONS(2220), - [anon_sym_LT_LT_EQ] = ACTIONS(2220), - [anon_sym_GT_GT_EQ] = ACTIONS(2220), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2220), - [anon_sym_AMP_EQ] = ACTIONS(2220), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2220), - [anon_sym_PLUS_EQ] = ACTIONS(2220), - [anon_sym_DASH_EQ] = ACTIONS(2220), - [anon_sym_PIPE_EQ] = ACTIONS(2220), - [anon_sym_CARET_EQ] = ACTIONS(2220), - [anon_sym_COLON_EQ] = ACTIONS(2220), - [anon_sym_lock] = ACTIONS(2220), - [anon_sym_rlock] = ACTIONS(2220), - [anon_sym_unsafe] = ACTIONS(2220), - [anon_sym_sql] = ACTIONS(2220), - [sym_int_literal] = ACTIONS(2220), - [sym_float_literal] = ACTIONS(2220), - [sym_rune_literal] = ACTIONS(2220), - [anon_sym_AT] = ACTIONS(2220), - [anon_sym_shared] = ACTIONS(2220), - [anon_sym_map_LBRACK] = ACTIONS(2220), - [anon_sym_chan] = ACTIONS(2220), - [anon_sym_thread] = ACTIONS(2220), - [anon_sym_atomic] = ACTIONS(2220), - [anon_sym_assert] = ACTIONS(2220), - [anon_sym_defer] = ACTIONS(2220), - [anon_sym_goto] = ACTIONS(2220), - [anon_sym_break] = ACTIONS(2220), - [anon_sym_continue] = ACTIONS(2220), - [anon_sym_return] = ACTIONS(2220), - [anon_sym_DOLLARfor] = ACTIONS(2220), - [anon_sym_for] = ACTIONS(2220), - [anon_sym_POUND] = ACTIONS(2220), - [anon_sym_asm] = ACTIONS(2220), - [anon_sym_AT_LBRACK] = ACTIONS(2220), - [sym___double_quote] = ACTIONS(2220), - [sym___single_quote] = ACTIONS(2220), - [sym___c_double_quote] = ACTIONS(2220), - [sym___c_single_quote] = ACTIONS(2220), - [sym___r_double_quote] = ACTIONS(2220), - [sym___r_single_quote] = ACTIONS(2220), - }, - [368] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4532), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [364] = { + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4534), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(2222), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(2238), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [369] = { - [sym__expression] = STATE(958), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(749), - [sym_mutable_expression] = STATE(1421), - [sym_expression_list] = STATE(1522), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), + [365] = { + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(379), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2180), - [anon_sym_DASH] = ACTIONS(2180), - [anon_sym_STAR] = ACTIONS(2182), - [anon_sym_struct] = ACTIONS(501), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2240), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2184), - [anon_sym_go] = ACTIONS(507), - [anon_sym_spawn] = ACTIONS(509), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2180), - [anon_sym_CARET] = ACTIONS(2180), - [anon_sym_AMP] = ACTIONS(2190), - [anon_sym_LT_DASH] = ACTIONS(2192), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(527), - [anon_sym_lock] = ACTIONS(529), - [anon_sym_rlock] = ACTIONS(529), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, - [370] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4553), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [366] = { + [sym__expression] = STATE(2648), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3698), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4787), + [sym_identifier] = ACTIONS(2094), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(2224), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(2096), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2098), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(2100), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [371] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(375), - [sym_identifier] = ACTIONS(1175), + [367] = { + [sym__expression] = STATE(2648), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4787), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2226), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [372] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1388), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1345), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(371), - [sym_identifier] = ACTIONS(1175), + [368] = { + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4581), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(1189), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(2242), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1223), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [373] = { - [sym_type_parameters] = STATE(4291), - [sym_argument_list] = STATE(953), - [sym_or_block] = STATE(954), - [ts_builtin_sym_end] = ACTIONS(2228), - [sym_identifier] = ACTIONS(2230), - [anon_sym_LF] = ACTIONS(2230), - [anon_sym_CR] = ACTIONS(2230), - [anon_sym_CR_LF] = ACTIONS(2230), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(1686), - [anon_sym_as] = ACTIONS(2230), - [anon_sym_LBRACE] = ACTIONS(2230), - [anon_sym_COMMA] = ACTIONS(2230), - [anon_sym_const] = ACTIONS(2230), - [anon_sym_LPAREN] = ACTIONS(1692), - [anon_sym_EQ] = ACTIONS(2230), - [anon_sym___global] = ACTIONS(2230), - [anon_sym_type] = ACTIONS(2230), - [anon_sym_PIPE] = ACTIONS(2230), - [anon_sym_fn] = ACTIONS(2230), - [anon_sym_PLUS] = ACTIONS(2230), - [anon_sym_DASH] = ACTIONS(2230), - [anon_sym_STAR] = ACTIONS(2230), - [anon_sym_SLASH] = ACTIONS(2230), - [anon_sym_PERCENT] = ACTIONS(2230), - [anon_sym_LT] = ACTIONS(2230), - [anon_sym_GT] = ACTIONS(2230), - [anon_sym_EQ_EQ] = ACTIONS(2230), - [anon_sym_BANG_EQ] = ACTIONS(2230), - [anon_sym_LT_EQ] = ACTIONS(2230), - [anon_sym_GT_EQ] = ACTIONS(2230), - [anon_sym_LBRACK] = ACTIONS(1700), - [anon_sym_struct] = ACTIONS(2230), - [anon_sym_union] = ACTIONS(2230), - [anon_sym_pub] = ACTIONS(2230), - [anon_sym_mut] = ACTIONS(2230), - [anon_sym_enum] = ACTIONS(2230), - [anon_sym_interface] = ACTIONS(2230), - [anon_sym_PLUS_PLUS] = ACTIONS(2230), - [anon_sym_DASH_DASH] = ACTIONS(2230), - [anon_sym_QMARK] = ACTIONS(1706), - [anon_sym_BANG] = ACTIONS(1708), - [anon_sym_go] = ACTIONS(2230), - [anon_sym_spawn] = ACTIONS(2230), - [anon_sym_json_DOTdecode] = ACTIONS(2230), - [anon_sym_LBRACK2] = ACTIONS(1710), - [anon_sym_TILDE] = ACTIONS(2230), - [anon_sym_CARET] = ACTIONS(2230), - [anon_sym_AMP] = ACTIONS(2230), - [anon_sym_LT_DASH] = ACTIONS(2230), - [anon_sym_LT_LT] = ACTIONS(2230), - [anon_sym_GT_GT] = ACTIONS(2230), - [anon_sym_GT_GT_GT] = ACTIONS(2230), - [anon_sym_AMP_CARET] = ACTIONS(2230), - [anon_sym_AMP_AMP] = ACTIONS(2230), - [anon_sym_PIPE_PIPE] = ACTIONS(2230), - [anon_sym_or] = ACTIONS(2230), - [sym_none] = ACTIONS(2230), - [sym_true] = ACTIONS(2230), - [sym_false] = ACTIONS(2230), - [sym_nil] = ACTIONS(2230), - [anon_sym_QMARK_DOT] = ACTIONS(1686), - [anon_sym_POUND_LBRACK] = ACTIONS(1710), - [anon_sym_if] = ACTIONS(2230), - [anon_sym_DOLLARif] = ACTIONS(2230), - [anon_sym_is] = ACTIONS(2230), - [anon_sym_BANGis] = ACTIONS(2230), - [anon_sym_in] = ACTIONS(2230), - [anon_sym_BANGin] = ACTIONS(2230), - [anon_sym_match] = ACTIONS(2230), - [anon_sym_select] = ACTIONS(2230), - [anon_sym_STAR_EQ] = ACTIONS(2230), - [anon_sym_SLASH_EQ] = ACTIONS(2230), - [anon_sym_PERCENT_EQ] = ACTIONS(2230), - [anon_sym_LT_LT_EQ] = ACTIONS(2230), - [anon_sym_GT_GT_EQ] = ACTIONS(2230), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2230), - [anon_sym_AMP_EQ] = ACTIONS(2230), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2230), - [anon_sym_PLUS_EQ] = ACTIONS(2230), - [anon_sym_DASH_EQ] = ACTIONS(2230), - [anon_sym_PIPE_EQ] = ACTIONS(2230), - [anon_sym_CARET_EQ] = ACTIONS(2230), - [anon_sym_COLON_EQ] = ACTIONS(2230), - [anon_sym_lock] = ACTIONS(2230), - [anon_sym_rlock] = ACTIONS(2230), - [anon_sym_unsafe] = ACTIONS(2230), - [anon_sym_sql] = ACTIONS(2230), - [sym_int_literal] = ACTIONS(2230), - [sym_float_literal] = ACTIONS(2230), - [sym_rune_literal] = ACTIONS(2230), - [anon_sym_AT] = ACTIONS(2230), - [anon_sym_shared] = ACTIONS(2230), - [anon_sym_map_LBRACK] = ACTIONS(2230), - [anon_sym_chan] = ACTIONS(2230), - [anon_sym_thread] = ACTIONS(2230), - [anon_sym_atomic] = ACTIONS(2230), - [anon_sym_assert] = ACTIONS(2230), - [anon_sym_defer] = ACTIONS(2230), - [anon_sym_goto] = ACTIONS(2230), - [anon_sym_break] = ACTIONS(2230), - [anon_sym_continue] = ACTIONS(2230), - [anon_sym_return] = ACTIONS(2230), - [anon_sym_DOLLARfor] = ACTIONS(2230), - [anon_sym_for] = ACTIONS(2230), - [anon_sym_POUND] = ACTIONS(2230), - [anon_sym_asm] = ACTIONS(2230), - [anon_sym_AT_LBRACK] = ACTIONS(2230), - [sym___double_quote] = ACTIONS(2230), - [sym___single_quote] = ACTIONS(2230), - [sym___c_double_quote] = ACTIONS(2230), - [sym___c_single_quote] = ACTIONS(2230), - [sym___r_double_quote] = ACTIONS(2230), - [sym___r_single_quote] = ACTIONS(2230), - }, - [374] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1388), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1345), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(344), - [sym_identifier] = ACTIONS(1175), + [369] = { + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4502), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2232), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(2244), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1223), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), - }, - [375] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(375), - [sym_identifier] = ACTIONS(2234), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2237), - [anon_sym_LBRACE] = ACTIONS(2240), - [anon_sym_LPAREN] = ACTIONS(2243), - [anon_sym_fn] = ACTIONS(2246), - [anon_sym_PLUS] = ACTIONS(2249), - [anon_sym_DASH] = ACTIONS(2249), - [anon_sym_STAR] = ACTIONS(2252), - [anon_sym_RBRACK] = ACTIONS(2255), - [anon_sym_struct] = ACTIONS(2257), - [anon_sym_mut] = ACTIONS(2260), - [anon_sym_QMARK] = ACTIONS(2263), - [anon_sym_BANG] = ACTIONS(2266), - [anon_sym_go] = ACTIONS(2269), - [anon_sym_spawn] = ACTIONS(2272), - [anon_sym_json_DOTdecode] = ACTIONS(2275), - [anon_sym_LBRACK2] = ACTIONS(2278), - [anon_sym_TILDE] = ACTIONS(2249), - [anon_sym_CARET] = ACTIONS(2249), - [anon_sym_AMP] = ACTIONS(2281), - [anon_sym_LT_DASH] = ACTIONS(2284), - [sym_none] = ACTIONS(2287), - [sym_true] = ACTIONS(2287), - [sym_false] = ACTIONS(2287), - [sym_nil] = ACTIONS(2287), - [anon_sym_if] = ACTIONS(2290), - [anon_sym_DOLLARif] = ACTIONS(2293), - [anon_sym_match] = ACTIONS(2296), - [anon_sym_select] = ACTIONS(2299), - [anon_sym_lock] = ACTIONS(2302), - [anon_sym_rlock] = ACTIONS(2302), - [anon_sym_unsafe] = ACTIONS(2305), - [anon_sym_sql] = ACTIONS(2308), - [sym_int_literal] = ACTIONS(2287), - [sym_float_literal] = ACTIONS(2311), - [sym_rune_literal] = ACTIONS(2311), - [anon_sym_AT] = ACTIONS(2314), - [anon_sym_shared] = ACTIONS(2317), - [anon_sym_map_LBRACK] = ACTIONS(2320), - [anon_sym_chan] = ACTIONS(2323), - [anon_sym_thread] = ACTIONS(2326), - [anon_sym_atomic] = ACTIONS(2329), - [sym___double_quote] = ACTIONS(2332), - [sym___single_quote] = ACTIONS(2335), - [sym___c_double_quote] = ACTIONS(2338), - [sym___c_single_quote] = ACTIONS(2341), - [sym___r_double_quote] = ACTIONS(2344), - [sym___r_single_quote] = ACTIONS(2347), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [376] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4532), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [370] = { + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1306), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1312), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(355), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(2350), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2246), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1408), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, - [377] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4553), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [371] = { + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(379), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(2352), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2248), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, - [378] = { - [sym__expression] = STATE(2658), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4730), - [sym_identifier] = ACTIONS(1241), + [372] = { + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4543), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(2250), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [379] = { - [sym__expression] = STATE(2365), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3566), - [sym_expression_list] = STATE(3766), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), + [373] = { + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1306), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1312), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(324), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(1438), - [anon_sym_DASH] = ACTIONS(1438), - [anon_sym_STAR] = ACTIONS(1440), - [anon_sym_struct] = ACTIONS(1444), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2252), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1446), - [anon_sym_go] = ACTIONS(1448), - [anon_sym_spawn] = ACTIONS(1450), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1438), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_LT_DASH] = ACTIONS(1458), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(1468), - [anon_sym_lock] = ACTIONS(1470), - [anon_sym_rlock] = ACTIONS(1470), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1408), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, - [380] = { - [sym__expression] = STATE(1281), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [aux_sym__array_repeat1] = STATE(375), - [sym_identifier] = ACTIONS(1175), + [374] = { + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4560), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_RBRACK] = ACTIONS(2354), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(2254), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [381] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4553), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [375] = { + [sym_else_branch] = STATE(597), + [ts_builtin_sym_end] = ACTIONS(2256), + [sym_identifier] = ACTIONS(2258), + [anon_sym_LF] = ACTIONS(2258), + [anon_sym_CR] = ACTIONS(2258), + [anon_sym_CR_LF] = ACTIONS(2258), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2258), + [anon_sym_as] = ACTIONS(2258), + [anon_sym_LBRACE] = ACTIONS(2258), + [anon_sym_COMMA] = ACTIONS(2258), + [anon_sym_const] = ACTIONS(2258), + [anon_sym_LPAREN] = ACTIONS(2258), + [anon_sym_EQ] = ACTIONS(2258), + [anon_sym___global] = ACTIONS(2258), + [anon_sym_type] = ACTIONS(2258), + [anon_sym_PIPE] = ACTIONS(2258), + [anon_sym_fn] = ACTIONS(2258), + [anon_sym_PLUS] = ACTIONS(2258), + [anon_sym_DASH] = ACTIONS(2258), + [anon_sym_STAR] = ACTIONS(2258), + [anon_sym_SLASH] = ACTIONS(2258), + [anon_sym_PERCENT] = ACTIONS(2258), + [anon_sym_LT] = ACTIONS(2258), + [anon_sym_GT] = ACTIONS(2258), + [anon_sym_EQ_EQ] = ACTIONS(2258), + [anon_sym_BANG_EQ] = ACTIONS(2258), + [anon_sym_LT_EQ] = ACTIONS(2258), + [anon_sym_GT_EQ] = ACTIONS(2258), + [anon_sym_LBRACK] = ACTIONS(2256), + [anon_sym_LT2] = ACTIONS(2258), + [anon_sym_struct] = ACTIONS(2258), + [anon_sym_union] = ACTIONS(2258), + [anon_sym_pub] = ACTIONS(2258), + [anon_sym_mut] = ACTIONS(2258), + [anon_sym_enum] = ACTIONS(2258), + [anon_sym_interface] = ACTIONS(2258), + [anon_sym_PLUS_PLUS] = ACTIONS(2258), + [anon_sym_DASH_DASH] = ACTIONS(2258), + [anon_sym_QMARK] = ACTIONS(2258), + [anon_sym_BANG] = ACTIONS(2258), + [anon_sym_go] = ACTIONS(2258), + [anon_sym_spawn] = ACTIONS(2258), + [anon_sym_json_DOTdecode] = ACTIONS(2258), + [anon_sym_LBRACK2] = ACTIONS(2258), + [anon_sym_TILDE] = ACTIONS(2258), + [anon_sym_CARET] = ACTIONS(2258), + [anon_sym_AMP] = ACTIONS(2258), + [anon_sym_LT_DASH] = ACTIONS(2258), + [anon_sym_LT_LT] = ACTIONS(2258), + [anon_sym_GT_GT] = ACTIONS(2258), + [anon_sym_GT_GT_GT] = ACTIONS(2258), + [anon_sym_AMP_CARET] = ACTIONS(2258), + [anon_sym_AMP_AMP] = ACTIONS(2258), + [anon_sym_PIPE_PIPE] = ACTIONS(2258), + [anon_sym_or] = ACTIONS(2258), + [sym_none] = ACTIONS(2258), + [sym_true] = ACTIONS(2258), + [sym_false] = ACTIONS(2258), + [sym_nil] = ACTIONS(2258), + [anon_sym_QMARK_DOT] = ACTIONS(2258), + [anon_sym_POUND_LBRACK] = ACTIONS(2258), + [anon_sym_if] = ACTIONS(2258), + [anon_sym_else] = ACTIONS(2260), + [anon_sym_DOLLARif] = ACTIONS(2258), + [anon_sym_is] = ACTIONS(2258), + [anon_sym_BANGis] = ACTIONS(2258), + [anon_sym_in] = ACTIONS(2258), + [anon_sym_BANGin] = ACTIONS(2258), + [anon_sym_match] = ACTIONS(2258), + [anon_sym_select] = ACTIONS(2258), + [anon_sym_STAR_EQ] = ACTIONS(2258), + [anon_sym_SLASH_EQ] = ACTIONS(2258), + [anon_sym_PERCENT_EQ] = ACTIONS(2258), + [anon_sym_LT_LT_EQ] = ACTIONS(2258), + [anon_sym_GT_GT_EQ] = ACTIONS(2258), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2258), + [anon_sym_AMP_EQ] = ACTIONS(2258), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2258), + [anon_sym_PLUS_EQ] = ACTIONS(2258), + [anon_sym_DASH_EQ] = ACTIONS(2258), + [anon_sym_PIPE_EQ] = ACTIONS(2258), + [anon_sym_CARET_EQ] = ACTIONS(2258), + [anon_sym_COLON_EQ] = ACTIONS(2258), + [anon_sym_lock] = ACTIONS(2258), + [anon_sym_rlock] = ACTIONS(2258), + [anon_sym_unsafe] = ACTIONS(2258), + [anon_sym_sql] = ACTIONS(2258), + [sym_int_literal] = ACTIONS(2258), + [sym_float_literal] = ACTIONS(2258), + [sym_rune_literal] = ACTIONS(2258), + [anon_sym_AT] = ACTIONS(2258), + [anon_sym_shared] = ACTIONS(2258), + [anon_sym_map_LBRACK] = ACTIONS(2258), + [anon_sym_chan] = ACTIONS(2258), + [anon_sym_thread] = ACTIONS(2258), + [anon_sym_atomic] = ACTIONS(2258), + [anon_sym_assert] = ACTIONS(2258), + [anon_sym_defer] = ACTIONS(2258), + [anon_sym_goto] = ACTIONS(2258), + [anon_sym_break] = ACTIONS(2258), + [anon_sym_continue] = ACTIONS(2258), + [anon_sym_return] = ACTIONS(2258), + [anon_sym_DOLLARfor] = ACTIONS(2258), + [anon_sym_for] = ACTIONS(2258), + [anon_sym_POUND] = ACTIONS(2258), + [anon_sym_asm] = ACTIONS(2258), + [anon_sym_AT_LBRACK] = ACTIONS(2258), + [sym___double_quote] = ACTIONS(2258), + [sym___single_quote] = ACTIONS(2258), + [sym___c_double_quote] = ACTIONS(2258), + [sym___c_single_quote] = ACTIONS(2258), + [sym___r_double_quote] = ACTIONS(2258), + [sym___r_single_quote] = ACTIONS(2258), + }, + [376] = { + [sym__expression] = STATE(2614), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(607), + [sym_mutable_expression] = STATE(3901), + [sym_expression_list] = STATE(4186), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(2356), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2212), + [anon_sym_DASH] = ACTIONS(2212), + [anon_sym_STAR] = ACTIONS(2214), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2216), + [anon_sym_go] = ACTIONS(2218), + [anon_sym_spawn] = ACTIONS(2220), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(2222), + [anon_sym_TILDE] = ACTIONS(2212), + [anon_sym_CARET] = ACTIONS(2212), + [anon_sym_AMP] = ACTIONS(2224), + [anon_sym_LT_DASH] = ACTIONS(2226), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2228), + [anon_sym_lock] = ACTIONS(2230), + [anon_sym_rlock] = ACTIONS(2230), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [382] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4427), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [377] = { + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4172), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(2358), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [383] = { - [sym__expression] = STATE(2650), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3656), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4672), - [sym_identifier] = ACTIONS(2080), + [378] = { + [sym_else_branch] = STATE(596), + [ts_builtin_sym_end] = ACTIONS(2262), + [sym_identifier] = ACTIONS(2264), + [anon_sym_LF] = ACTIONS(2264), + [anon_sym_CR] = ACTIONS(2264), + [anon_sym_CR_LF] = ACTIONS(2264), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2264), + [anon_sym_as] = ACTIONS(2264), + [anon_sym_LBRACE] = ACTIONS(2264), + [anon_sym_COMMA] = ACTIONS(2264), + [anon_sym_const] = ACTIONS(2264), + [anon_sym_LPAREN] = ACTIONS(2264), + [anon_sym_EQ] = ACTIONS(2264), + [anon_sym___global] = ACTIONS(2264), + [anon_sym_type] = ACTIONS(2264), + [anon_sym_PIPE] = ACTIONS(2264), + [anon_sym_fn] = ACTIONS(2264), + [anon_sym_PLUS] = ACTIONS(2264), + [anon_sym_DASH] = ACTIONS(2264), + [anon_sym_STAR] = ACTIONS(2264), + [anon_sym_SLASH] = ACTIONS(2264), + [anon_sym_PERCENT] = ACTIONS(2264), + [anon_sym_LT] = ACTIONS(2264), + [anon_sym_GT] = ACTIONS(2264), + [anon_sym_EQ_EQ] = ACTIONS(2264), + [anon_sym_BANG_EQ] = ACTIONS(2264), + [anon_sym_LT_EQ] = ACTIONS(2264), + [anon_sym_GT_EQ] = ACTIONS(2264), + [anon_sym_LBRACK] = ACTIONS(2262), + [anon_sym_LT2] = ACTIONS(2264), + [anon_sym_struct] = ACTIONS(2264), + [anon_sym_union] = ACTIONS(2264), + [anon_sym_pub] = ACTIONS(2264), + [anon_sym_mut] = ACTIONS(2264), + [anon_sym_enum] = ACTIONS(2264), + [anon_sym_interface] = ACTIONS(2264), + [anon_sym_PLUS_PLUS] = ACTIONS(2264), + [anon_sym_DASH_DASH] = ACTIONS(2264), + [anon_sym_QMARK] = ACTIONS(2264), + [anon_sym_BANG] = ACTIONS(2264), + [anon_sym_go] = ACTIONS(2264), + [anon_sym_spawn] = ACTIONS(2264), + [anon_sym_json_DOTdecode] = ACTIONS(2264), + [anon_sym_LBRACK2] = ACTIONS(2264), + [anon_sym_TILDE] = ACTIONS(2264), + [anon_sym_CARET] = ACTIONS(2264), + [anon_sym_AMP] = ACTIONS(2264), + [anon_sym_LT_DASH] = ACTIONS(2264), + [anon_sym_LT_LT] = ACTIONS(2264), + [anon_sym_GT_GT] = ACTIONS(2264), + [anon_sym_GT_GT_GT] = ACTIONS(2264), + [anon_sym_AMP_CARET] = ACTIONS(2264), + [anon_sym_AMP_AMP] = ACTIONS(2264), + [anon_sym_PIPE_PIPE] = ACTIONS(2264), + [anon_sym_or] = ACTIONS(2264), + [sym_none] = ACTIONS(2264), + [sym_true] = ACTIONS(2264), + [sym_false] = ACTIONS(2264), + [sym_nil] = ACTIONS(2264), + [anon_sym_QMARK_DOT] = ACTIONS(2264), + [anon_sym_POUND_LBRACK] = ACTIONS(2264), + [anon_sym_if] = ACTIONS(2264), + [anon_sym_else] = ACTIONS(2260), + [anon_sym_DOLLARif] = ACTIONS(2264), + [anon_sym_is] = ACTIONS(2264), + [anon_sym_BANGis] = ACTIONS(2264), + [anon_sym_in] = ACTIONS(2264), + [anon_sym_BANGin] = ACTIONS(2264), + [anon_sym_match] = ACTIONS(2264), + [anon_sym_select] = ACTIONS(2264), + [anon_sym_STAR_EQ] = ACTIONS(2264), + [anon_sym_SLASH_EQ] = ACTIONS(2264), + [anon_sym_PERCENT_EQ] = ACTIONS(2264), + [anon_sym_LT_LT_EQ] = ACTIONS(2264), + [anon_sym_GT_GT_EQ] = ACTIONS(2264), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2264), + [anon_sym_AMP_EQ] = ACTIONS(2264), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2264), + [anon_sym_PLUS_EQ] = ACTIONS(2264), + [anon_sym_DASH_EQ] = ACTIONS(2264), + [anon_sym_PIPE_EQ] = ACTIONS(2264), + [anon_sym_CARET_EQ] = ACTIONS(2264), + [anon_sym_COLON_EQ] = ACTIONS(2264), + [anon_sym_lock] = ACTIONS(2264), + [anon_sym_rlock] = ACTIONS(2264), + [anon_sym_unsafe] = ACTIONS(2264), + [anon_sym_sql] = ACTIONS(2264), + [sym_int_literal] = ACTIONS(2264), + [sym_float_literal] = ACTIONS(2264), + [sym_rune_literal] = ACTIONS(2264), + [anon_sym_AT] = ACTIONS(2264), + [anon_sym_shared] = ACTIONS(2264), + [anon_sym_map_LBRACK] = ACTIONS(2264), + [anon_sym_chan] = ACTIONS(2264), + [anon_sym_thread] = ACTIONS(2264), + [anon_sym_atomic] = ACTIONS(2264), + [anon_sym_assert] = ACTIONS(2264), + [anon_sym_defer] = ACTIONS(2264), + [anon_sym_goto] = ACTIONS(2264), + [anon_sym_break] = ACTIONS(2264), + [anon_sym_continue] = ACTIONS(2264), + [anon_sym_return] = ACTIONS(2264), + [anon_sym_DOLLARfor] = ACTIONS(2264), + [anon_sym_for] = ACTIONS(2264), + [anon_sym_POUND] = ACTIONS(2264), + [anon_sym_asm] = ACTIONS(2264), + [anon_sym_AT_LBRACK] = ACTIONS(2264), + [sym___double_quote] = ACTIONS(2264), + [sym___single_quote] = ACTIONS(2264), + [sym___c_double_quote] = ACTIONS(2264), + [sym___c_single_quote] = ACTIONS(2264), + [sym___r_double_quote] = ACTIONS(2264), + [sym___r_single_quote] = ACTIONS(2264), + }, + [379] = { + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(379), + [sym_identifier] = ACTIONS(2266), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(2082), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2084), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(2086), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [anon_sym_DOT] = ACTIONS(2269), + [anon_sym_LBRACE] = ACTIONS(2272), + [anon_sym_LPAREN] = ACTIONS(2275), + [anon_sym_fn] = ACTIONS(2278), + [anon_sym_PLUS] = ACTIONS(2281), + [anon_sym_DASH] = ACTIONS(2281), + [anon_sym_STAR] = ACTIONS(2284), + [anon_sym_RBRACK] = ACTIONS(2287), + [anon_sym_struct] = ACTIONS(2289), + [anon_sym_mut] = ACTIONS(2292), + [anon_sym_QMARK] = ACTIONS(2295), + [anon_sym_BANG] = ACTIONS(2298), + [anon_sym_go] = ACTIONS(2301), + [anon_sym_spawn] = ACTIONS(2304), + [anon_sym_json_DOTdecode] = ACTIONS(2307), + [anon_sym_LBRACK2] = ACTIONS(2310), + [anon_sym_TILDE] = ACTIONS(2281), + [anon_sym_CARET] = ACTIONS(2281), + [anon_sym_AMP] = ACTIONS(2313), + [anon_sym_LT_DASH] = ACTIONS(2316), + [sym_none] = ACTIONS(2319), + [sym_true] = ACTIONS(2319), + [sym_false] = ACTIONS(2319), + [sym_nil] = ACTIONS(2319), + [anon_sym_if] = ACTIONS(2322), + [anon_sym_DOLLARif] = ACTIONS(2325), + [anon_sym_match] = ACTIONS(2328), + [anon_sym_select] = ACTIONS(2331), + [anon_sym_lock] = ACTIONS(2334), + [anon_sym_rlock] = ACTIONS(2334), + [anon_sym_unsafe] = ACTIONS(2337), + [anon_sym_sql] = ACTIONS(2340), + [sym_int_literal] = ACTIONS(2319), + [sym_float_literal] = ACTIONS(2343), + [sym_rune_literal] = ACTIONS(2343), + [anon_sym_AT] = ACTIONS(2346), + [anon_sym_shared] = ACTIONS(2349), + [anon_sym_map_LBRACK] = ACTIONS(2352), + [anon_sym_chan] = ACTIONS(2355), + [anon_sym_thread] = ACTIONS(2358), + [anon_sym_atomic] = ACTIONS(2361), + [sym___double_quote] = ACTIONS(2364), + [sym___single_quote] = ACTIONS(2367), + [sym___c_double_quote] = ACTIONS(2370), + [sym___c_single_quote] = ACTIONS(2373), + [sym___r_double_quote] = ACTIONS(2376), + [sym___r_single_quote] = ACTIONS(2379), }, - [384] = { - [sym__expression] = STATE(2605), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3939), - [sym_expression_list] = STATE(4569), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [380] = { + [sym__expression] = STATE(2662), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3698), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4499), + [sym_identifier] = ACTIONS(2094), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(2360), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(2096), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2098), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(2100), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [385] = { - [sym__expression] = STATE(2650), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_range] = STATE(4672), - [sym_identifier] = ACTIONS(1241), + [381] = { + [sym__expression] = STATE(2662), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4499), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(1291), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [386] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3675), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [382] = { + [sym__expression] = STATE(2627), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4691), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_COMMA] = ACTIONS(587), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_RPAREN] = ACTIONS(587), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2364), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2366), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2372), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [387] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2982), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(3004), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [383] = { + [sym__expression] = STATE(2627), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3698), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4691), + [sym_identifier] = ACTIONS(2094), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_RBRACK] = ACTIONS(2376), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(2096), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(2378), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2098), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(2100), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [388] = { - [sym__expression] = STATE(2695), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(583), - [sym_mutable_expression] = STATE(4508), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [384] = { + [sym__expression] = STATE(1272), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1306), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1312), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [aux_sym__array_repeat1] = STATE(302), + [sym_identifier] = ACTIONS(1360), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_RBRACK] = ACTIONS(2382), + [anon_sym_struct] = ACTIONS(1376), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1408), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, - [389] = { - [sym__expression] = STATE(2615), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(696), - [sym_mutable_expression] = STATE(3343), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [385] = { + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4558), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2046), - [anon_sym_STAR] = ACTIONS(2048), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(2384), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2050), - [anon_sym_go] = ACTIONS(2052), - [anon_sym_spawn] = ACTIONS(2054), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(2056), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_CARET] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_LT_DASH] = ACTIONS(2060), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2062), - [anon_sym_lock] = ACTIONS(2064), - [anon_sym_rlock] = ACTIONS(2064), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [390] = { - [sym_else_branch] = STATE(901), - [ts_builtin_sym_end] = ACTIONS(2398), - [sym_identifier] = ACTIONS(2400), - [anon_sym_LF] = ACTIONS(2400), - [anon_sym_CR] = ACTIONS(2400), - [anon_sym_CR_LF] = ACTIONS(2400), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2400), - [anon_sym_as] = ACTIONS(2400), - [anon_sym_LBRACE] = ACTIONS(2400), - [anon_sym_COMMA] = ACTIONS(2400), - [anon_sym_const] = ACTIONS(2400), - [anon_sym_LPAREN] = ACTIONS(2400), - [anon_sym_EQ] = ACTIONS(2400), - [anon_sym___global] = ACTIONS(2400), - [anon_sym_type] = ACTIONS(2400), - [anon_sym_PIPE] = ACTIONS(2400), - [anon_sym_fn] = ACTIONS(2400), - [anon_sym_PLUS] = ACTIONS(2400), - [anon_sym_DASH] = ACTIONS(2400), - [anon_sym_STAR] = ACTIONS(2400), - [anon_sym_SLASH] = ACTIONS(2400), - [anon_sym_PERCENT] = ACTIONS(2400), - [anon_sym_LT] = ACTIONS(2400), - [anon_sym_GT] = ACTIONS(2400), - [anon_sym_EQ_EQ] = ACTIONS(2400), - [anon_sym_BANG_EQ] = ACTIONS(2400), - [anon_sym_LT_EQ] = ACTIONS(2400), - [anon_sym_GT_EQ] = ACTIONS(2400), - [anon_sym_LBRACK] = ACTIONS(2398), - [anon_sym_struct] = ACTIONS(2400), - [anon_sym_union] = ACTIONS(2400), - [anon_sym_pub] = ACTIONS(2400), - [anon_sym_mut] = ACTIONS(2400), - [anon_sym_enum] = ACTIONS(2400), - [anon_sym_interface] = ACTIONS(2400), - [anon_sym_PLUS_PLUS] = ACTIONS(2400), - [anon_sym_DASH_DASH] = ACTIONS(2400), - [anon_sym_QMARK] = ACTIONS(2400), - [anon_sym_BANG] = ACTIONS(2400), - [anon_sym_go] = ACTIONS(2400), - [anon_sym_spawn] = ACTIONS(2400), - [anon_sym_json_DOTdecode] = ACTIONS(2400), - [anon_sym_LBRACK2] = ACTIONS(2400), - [anon_sym_TILDE] = ACTIONS(2400), - [anon_sym_CARET] = ACTIONS(2400), - [anon_sym_AMP] = ACTIONS(2400), - [anon_sym_LT_DASH] = ACTIONS(2400), - [anon_sym_LT_LT] = ACTIONS(2400), - [anon_sym_GT_GT] = ACTIONS(2400), - [anon_sym_GT_GT_GT] = ACTIONS(2400), - [anon_sym_AMP_CARET] = ACTIONS(2400), - [anon_sym_AMP_AMP] = ACTIONS(2400), - [anon_sym_PIPE_PIPE] = ACTIONS(2400), - [anon_sym_or] = ACTIONS(2400), - [sym_none] = ACTIONS(2400), - [sym_true] = ACTIONS(2400), - [sym_false] = ACTIONS(2400), - [sym_nil] = ACTIONS(2400), - [anon_sym_QMARK_DOT] = ACTIONS(2400), - [anon_sym_POUND_LBRACK] = ACTIONS(2400), - [anon_sym_if] = ACTIONS(2400), - [anon_sym_else] = ACTIONS(2402), - [anon_sym_DOLLARif] = ACTIONS(2400), - [anon_sym_is] = ACTIONS(2400), - [anon_sym_BANGis] = ACTIONS(2400), - [anon_sym_in] = ACTIONS(2400), - [anon_sym_BANGin] = ACTIONS(2400), - [anon_sym_match] = ACTIONS(2400), - [anon_sym_select] = ACTIONS(2400), - [anon_sym_STAR_EQ] = ACTIONS(2400), - [anon_sym_SLASH_EQ] = ACTIONS(2400), - [anon_sym_PERCENT_EQ] = ACTIONS(2400), - [anon_sym_LT_LT_EQ] = ACTIONS(2400), - [anon_sym_GT_GT_EQ] = ACTIONS(2400), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2400), - [anon_sym_AMP_EQ] = ACTIONS(2400), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2400), - [anon_sym_PLUS_EQ] = ACTIONS(2400), - [anon_sym_DASH_EQ] = ACTIONS(2400), - [anon_sym_PIPE_EQ] = ACTIONS(2400), - [anon_sym_CARET_EQ] = ACTIONS(2400), - [anon_sym_COLON_EQ] = ACTIONS(2400), - [anon_sym_lock] = ACTIONS(2400), - [anon_sym_rlock] = ACTIONS(2400), - [anon_sym_unsafe] = ACTIONS(2400), - [anon_sym_sql] = ACTIONS(2400), - [sym_int_literal] = ACTIONS(2400), - [sym_float_literal] = ACTIONS(2400), - [sym_rune_literal] = ACTIONS(2400), - [anon_sym_AT] = ACTIONS(2400), - [anon_sym_shared] = ACTIONS(2400), - [anon_sym_map_LBRACK] = ACTIONS(2400), - [anon_sym_chan] = ACTIONS(2400), - [anon_sym_thread] = ACTIONS(2400), - [anon_sym_atomic] = ACTIONS(2400), - [anon_sym_assert] = ACTIONS(2400), - [anon_sym_defer] = ACTIONS(2400), - [anon_sym_goto] = ACTIONS(2400), - [anon_sym_break] = ACTIONS(2400), - [anon_sym_continue] = ACTIONS(2400), - [anon_sym_return] = ACTIONS(2400), - [anon_sym_DOLLARfor] = ACTIONS(2400), - [anon_sym_for] = ACTIONS(2400), - [anon_sym_POUND] = ACTIONS(2400), - [anon_sym_asm] = ACTIONS(2400), - [anon_sym_AT_LBRACK] = ACTIONS(2400), - [sym___double_quote] = ACTIONS(2400), - [sym___single_quote] = ACTIONS(2400), - [sym___c_double_quote] = ACTIONS(2400), - [sym___c_single_quote] = ACTIONS(2400), - [sym___r_double_quote] = ACTIONS(2400), - [sym___r_single_quote] = ACTIONS(2400), - }, - [391] = { - [sym_else_branch] = STATE(922), - [ts_builtin_sym_end] = ACTIONS(2404), - [sym_identifier] = ACTIONS(2406), - [anon_sym_LF] = ACTIONS(2406), - [anon_sym_CR] = ACTIONS(2406), - [anon_sym_CR_LF] = ACTIONS(2406), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2406), - [anon_sym_as] = ACTIONS(2406), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_COMMA] = ACTIONS(2406), - [anon_sym_const] = ACTIONS(2406), - [anon_sym_LPAREN] = ACTIONS(2406), - [anon_sym_EQ] = ACTIONS(2406), - [anon_sym___global] = ACTIONS(2406), - [anon_sym_type] = ACTIONS(2406), - [anon_sym_PIPE] = ACTIONS(2406), - [anon_sym_fn] = ACTIONS(2406), - [anon_sym_PLUS] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2406), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_SLASH] = ACTIONS(2406), - [anon_sym_PERCENT] = ACTIONS(2406), - [anon_sym_LT] = ACTIONS(2406), - [anon_sym_GT] = ACTIONS(2406), - [anon_sym_EQ_EQ] = ACTIONS(2406), - [anon_sym_BANG_EQ] = ACTIONS(2406), - [anon_sym_LT_EQ] = ACTIONS(2406), - [anon_sym_GT_EQ] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2406), - [anon_sym_union] = ACTIONS(2406), - [anon_sym_pub] = ACTIONS(2406), - [anon_sym_mut] = ACTIONS(2406), - [anon_sym_enum] = ACTIONS(2406), - [anon_sym_interface] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_QMARK] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_go] = ACTIONS(2406), - [anon_sym_spawn] = ACTIONS(2406), - [anon_sym_json_DOTdecode] = ACTIONS(2406), - [anon_sym_LBRACK2] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_CARET] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_LT_DASH] = ACTIONS(2406), - [anon_sym_LT_LT] = ACTIONS(2406), - [anon_sym_GT_GT] = ACTIONS(2406), - [anon_sym_GT_GT_GT] = ACTIONS(2406), - [anon_sym_AMP_CARET] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_PIPE_PIPE] = ACTIONS(2406), - [anon_sym_or] = ACTIONS(2406), - [sym_none] = ACTIONS(2406), - [sym_true] = ACTIONS(2406), - [sym_false] = ACTIONS(2406), - [sym_nil] = ACTIONS(2406), - [anon_sym_QMARK_DOT] = ACTIONS(2406), - [anon_sym_POUND_LBRACK] = ACTIONS(2406), - [anon_sym_if] = ACTIONS(2406), - [anon_sym_else] = ACTIONS(2402), - [anon_sym_DOLLARif] = ACTIONS(2406), - [anon_sym_is] = ACTIONS(2406), - [anon_sym_BANGis] = ACTIONS(2406), - [anon_sym_in] = ACTIONS(2406), - [anon_sym_BANGin] = ACTIONS(2406), - [anon_sym_match] = ACTIONS(2406), - [anon_sym_select] = ACTIONS(2406), - [anon_sym_STAR_EQ] = ACTIONS(2406), - [anon_sym_SLASH_EQ] = ACTIONS(2406), - [anon_sym_PERCENT_EQ] = ACTIONS(2406), - [anon_sym_LT_LT_EQ] = ACTIONS(2406), - [anon_sym_GT_GT_EQ] = ACTIONS(2406), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2406), - [anon_sym_AMP_EQ] = ACTIONS(2406), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2406), - [anon_sym_PLUS_EQ] = ACTIONS(2406), - [anon_sym_DASH_EQ] = ACTIONS(2406), - [anon_sym_PIPE_EQ] = ACTIONS(2406), - [anon_sym_CARET_EQ] = ACTIONS(2406), - [anon_sym_COLON_EQ] = ACTIONS(2406), - [anon_sym_lock] = ACTIONS(2406), - [anon_sym_rlock] = ACTIONS(2406), - [anon_sym_unsafe] = ACTIONS(2406), - [anon_sym_sql] = ACTIONS(2406), - [sym_int_literal] = ACTIONS(2406), - [sym_float_literal] = ACTIONS(2406), - [sym_rune_literal] = ACTIONS(2406), - [anon_sym_AT] = ACTIONS(2406), - [anon_sym_shared] = ACTIONS(2406), - [anon_sym_map_LBRACK] = ACTIONS(2406), - [anon_sym_chan] = ACTIONS(2406), - [anon_sym_thread] = ACTIONS(2406), - [anon_sym_atomic] = ACTIONS(2406), - [anon_sym_assert] = ACTIONS(2406), - [anon_sym_defer] = ACTIONS(2406), - [anon_sym_goto] = ACTIONS(2406), - [anon_sym_break] = ACTIONS(2406), - [anon_sym_continue] = ACTIONS(2406), - [anon_sym_return] = ACTIONS(2406), - [anon_sym_DOLLARfor] = ACTIONS(2406), - [anon_sym_for] = ACTIONS(2406), - [anon_sym_POUND] = ACTIONS(2406), - [anon_sym_asm] = ACTIONS(2406), - [anon_sym_AT_LBRACK] = ACTIONS(2406), - [sym___double_quote] = ACTIONS(2406), - [sym___single_quote] = ACTIONS(2406), - [sym___c_double_quote] = ACTIONS(2406), - [sym___c_single_quote] = ACTIONS(2406), - [sym___r_double_quote] = ACTIONS(2406), - [sym___r_single_quote] = ACTIONS(2406), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [392] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2998), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2996), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [386] = { + [sym__expression] = STATE(2640), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3698), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4700), + [sym_identifier] = ACTIONS(2094), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_RBRACK] = ACTIONS(2408), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(2096), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(2410), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2098), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(2100), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [393] = { - [sym__expression] = STATE(2615), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(573), - [sym_mutable_expression] = STATE(3343), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [387] = { + [sym__expression] = STATE(2593), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(4069), + [sym_expression_list] = STATE(4628), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2046), - [anon_sym_STAR] = ACTIONS(2048), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(2386), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2050), - [anon_sym_go] = ACTIONS(2052), - [anon_sym_spawn] = ACTIONS(2054), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(2056), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_CARET] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_LT_DASH] = ACTIONS(2060), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2062), - [anon_sym_lock] = ACTIONS(2064), - [anon_sym_rlock] = ACTIONS(2064), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [394] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2946), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2999), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [388] = { + [sym__expression] = STATE(2640), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_range] = STATE(4700), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_RBRACK] = ACTIONS(2412), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(2414), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [anon_sym_DOT_DOT] = ACTIONS(1346), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [395] = { - [sym__expression] = STATE(2859), - [sym__expression_without_blocks] = STATE(2869), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2869), - [sym_dec_expression] = STATE(2869), - [sym_or_block_expression] = STATE(2869), - [sym_option_propagation_expression] = STATE(2869), - [sym_result_propagation_expression] = STATE(2869), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2869), - [sym_spawn_expression] = STATE(2869), - [sym_parenthesized_expression] = STATE(2869), - [sym_call_expression] = STATE(2869), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2869), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2869), - [sym_receive_expression] = STATE(2869), - [sym_binary_expression] = STATE(2869), - [sym_as_type_cast_expression] = STATE(2869), - [sym__max_group] = STATE(2869), - [sym_literal] = STATE(2869), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2869), - [sym_fixed_array_creation] = STATE(2869), - [sym_selector_expression] = STATE(2869), - [sym_index_expression] = STATE(2869), - [sym_slice_expression] = STATE(2869), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2869), - [sym_not_is_expression] = STATE(2869), - [sym_in_expression] = STATE(2869), - [sym_not_in_expression] = STATE(2869), - [sym_enum_fetch] = STATE(2869), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2869), - [sym_mutability_modifiers] = STATE(817), - [sym_expression_without_blocks_list] = STATE(4538), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [389] = { + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2986), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2991), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_RBRACK] = ACTIONS(2388), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(2390), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [396] = { - [sym__expression] = STATE(2859), - [sym__expression_without_blocks] = STATE(2869), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2869), - [sym_dec_expression] = STATE(2869), - [sym_or_block_expression] = STATE(2869), - [sym_option_propagation_expression] = STATE(2869), - [sym_result_propagation_expression] = STATE(2869), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2869), - [sym_spawn_expression] = STATE(2869), - [sym_parenthesized_expression] = STATE(2869), - [sym_call_expression] = STATE(2869), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2869), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2869), - [sym_receive_expression] = STATE(2869), - [sym_binary_expression] = STATE(2869), - [sym_as_type_cast_expression] = STATE(2869), - [sym__max_group] = STATE(2869), - [sym_literal] = STATE(2869), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2869), - [sym_fixed_array_creation] = STATE(2869), - [sym_selector_expression] = STATE(2869), - [sym_index_expression] = STATE(2869), - [sym_slice_expression] = STATE(2869), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2869), - [sym_not_is_expression] = STATE(2869), - [sym_in_expression] = STATE(2869), - [sym_not_in_expression] = STATE(2869), - [sym_enum_fetch] = STATE(2869), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2869), - [sym_mutability_modifiers] = STATE(817), - [sym_expression_without_blocks_list] = STATE(4534), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [390] = { + [sym__expression] = STATE(2606), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(590), + [sym_mutable_expression] = STATE(3350), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2212), + [anon_sym_DASH] = ACTIONS(2212), + [anon_sym_STAR] = ACTIONS(2214), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2216), + [anon_sym_go] = ACTIONS(2218), + [anon_sym_spawn] = ACTIONS(2220), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(2222), + [anon_sym_TILDE] = ACTIONS(2212), + [anon_sym_CARET] = ACTIONS(2212), + [anon_sym_AMP] = ACTIONS(2224), + [anon_sym_LT_DASH] = ACTIONS(2226), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2228), + [anon_sym_lock] = ACTIONS(2230), + [anon_sym_rlock] = ACTIONS(2230), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [397] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2968), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2978), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [391] = { + [sym__expression] = STATE(2683), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(946), + [sym_mutable_expression] = STATE(4559), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_RBRACK] = ACTIONS(2416), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(2418), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [398] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2983), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2967), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [392] = { + [sym__expression] = STATE(2726), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(946), + [sym_mutable_expression] = STATE(4501), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_RBRACK] = ACTIONS(2420), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(2422), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [399] = { - [sym__expression] = STATE(973), + [393] = { + [sym__expression] = STATE(969), [sym__expression_without_blocks] = STATE(1081), [sym__expression_with_blocks] = STATE(1081), [sym_inc_expression] = STATE(1081), @@ -72564,84 +72068,84 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_or_block_expression] = STATE(1081), [sym_option_propagation_expression] = STATE(1081), [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), + [sym_anon_struct_value_expression] = STATE(1075), [sym_go_expression] = STATE(1081), [sym_spawn_expression] = STATE(1081), [sym_parenthesized_expression] = STATE(1081), [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), + [sym_type_initializer] = STATE(1075), [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), [sym_unary_expression] = STATE(1081), [sym_receive_expression] = STATE(1081), [sym_binary_expression] = STATE(1081), [sym_as_type_cast_expression] = STATE(1081), [sym__max_group] = STATE(1081), [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), + [sym_map_init_expression] = STATE(1075), [sym_array_creation] = STATE(1081), [sym_fixed_array_creation] = STATE(1081), [sym_selector_expression] = STATE(1081), [sym_index_expression] = STATE(1081), [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), [sym_is_expression] = STATE(1081), [sym_not_is_expression] = STATE(1081), [sym_in_expression] = STATE(1081), [sym_not_in_expression] = STATE(1081), [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(749), - [sym_mutable_expression] = STATE(1428), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym_mutability_modifiers] = STATE(857), + [sym_mutable_expression] = STATE(1434), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(483), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2180), - [anon_sym_DASH] = ACTIONS(2180), - [anon_sym_STAR] = ACTIONS(2182), + [anon_sym_PLUS] = ACTIONS(2136), + [anon_sym_DASH] = ACTIONS(2136), + [anon_sym_STAR] = ACTIONS(2138), [anon_sym_struct] = ACTIONS(501), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2184), + [anon_sym_BANG] = ACTIONS(2140), [anon_sym_go] = ACTIONS(507), [anon_sym_spawn] = ACTIONS(509), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2180), - [anon_sym_CARET] = ACTIONS(2180), - [anon_sym_AMP] = ACTIONS(2190), - [anon_sym_LT_DASH] = ACTIONS(2192), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2136), + [anon_sym_CARET] = ACTIONS(2136), + [anon_sym_AMP] = ACTIONS(2146), + [anon_sym_LT_DASH] = ACTIONS(2148), [sym_none] = ACTIONS(519), [sym_true] = ACTIONS(519), [sym_false] = ACTIONS(519), @@ -72655,896 +72159,1241 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsafe] = ACTIONS(531), [anon_sym_sql] = ACTIONS(533), [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), [anon_sym_AT] = ACTIONS(535), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, - [400] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2947), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2942), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [394] = { + [ts_builtin_sym_end] = ACTIONS(2410), + [sym_identifier] = ACTIONS(2412), + [anon_sym_LF] = ACTIONS(2412), + [anon_sym_CR] = ACTIONS(2412), + [anon_sym_CR_LF] = ACTIONS(2412), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2412), + [anon_sym_as] = ACTIONS(2412), + [anon_sym_LBRACE] = ACTIONS(2412), + [anon_sym_COMMA] = ACTIONS(2412), + [anon_sym_const] = ACTIONS(2412), + [anon_sym_LPAREN] = ACTIONS(2412), + [anon_sym_EQ] = ACTIONS(2412), + [anon_sym___global] = ACTIONS(2412), + [anon_sym_type] = ACTIONS(2412), + [anon_sym_PIPE] = ACTIONS(2412), + [anon_sym_fn] = ACTIONS(2412), + [anon_sym_PLUS] = ACTIONS(2412), + [anon_sym_DASH] = ACTIONS(2412), + [anon_sym_STAR] = ACTIONS(2412), + [anon_sym_SLASH] = ACTIONS(2412), + [anon_sym_PERCENT] = ACTIONS(2412), + [anon_sym_LT] = ACTIONS(2412), + [anon_sym_GT] = ACTIONS(2412), + [anon_sym_EQ_EQ] = ACTIONS(2412), + [anon_sym_BANG_EQ] = ACTIONS(2412), + [anon_sym_LT_EQ] = ACTIONS(2412), + [anon_sym_GT_EQ] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(2410), + [anon_sym_LT2] = ACTIONS(2412), + [anon_sym_struct] = ACTIONS(2412), + [anon_sym_union] = ACTIONS(2412), + [anon_sym_pub] = ACTIONS(2412), + [anon_sym_mut] = ACTIONS(2412), + [anon_sym_enum] = ACTIONS(2412), + [anon_sym_interface] = ACTIONS(2412), + [anon_sym_PLUS_PLUS] = ACTIONS(2412), + [anon_sym_DASH_DASH] = ACTIONS(2412), + [anon_sym_QMARK] = ACTIONS(2412), + [anon_sym_BANG] = ACTIONS(2412), + [anon_sym_go] = ACTIONS(2412), + [anon_sym_spawn] = ACTIONS(2412), + [anon_sym_json_DOTdecode] = ACTIONS(2412), + [anon_sym_LBRACK2] = ACTIONS(2412), + [anon_sym_TILDE] = ACTIONS(2412), + [anon_sym_CARET] = ACTIONS(2412), + [anon_sym_AMP] = ACTIONS(2412), + [anon_sym_LT_DASH] = ACTIONS(2412), + [anon_sym_LT_LT] = ACTIONS(2412), + [anon_sym_GT_GT] = ACTIONS(2412), + [anon_sym_GT_GT_GT] = ACTIONS(2412), + [anon_sym_AMP_CARET] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2412), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_or] = ACTIONS(2412), + [sym_none] = ACTIONS(2412), + [sym_true] = ACTIONS(2412), + [sym_false] = ACTIONS(2412), + [sym_nil] = ACTIONS(2412), + [anon_sym_QMARK_DOT] = ACTIONS(2412), + [anon_sym_POUND_LBRACK] = ACTIONS(2412), + [anon_sym_if] = ACTIONS(2412), + [anon_sym_DOLLARif] = ACTIONS(2412), + [anon_sym_DOLLARelse] = ACTIONS(2414), + [anon_sym_is] = ACTIONS(2412), + [anon_sym_BANGis] = ACTIONS(2412), + [anon_sym_in] = ACTIONS(2412), + [anon_sym_BANGin] = ACTIONS(2412), + [anon_sym_match] = ACTIONS(2412), + [anon_sym_select] = ACTIONS(2412), + [anon_sym_STAR_EQ] = ACTIONS(2412), + [anon_sym_SLASH_EQ] = ACTIONS(2412), + [anon_sym_PERCENT_EQ] = ACTIONS(2412), + [anon_sym_LT_LT_EQ] = ACTIONS(2412), + [anon_sym_GT_GT_EQ] = ACTIONS(2412), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2412), + [anon_sym_AMP_EQ] = ACTIONS(2412), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2412), + [anon_sym_PLUS_EQ] = ACTIONS(2412), + [anon_sym_DASH_EQ] = ACTIONS(2412), + [anon_sym_PIPE_EQ] = ACTIONS(2412), + [anon_sym_CARET_EQ] = ACTIONS(2412), + [anon_sym_COLON_EQ] = ACTIONS(2412), + [anon_sym_lock] = ACTIONS(2412), + [anon_sym_rlock] = ACTIONS(2412), + [anon_sym_unsafe] = ACTIONS(2412), + [anon_sym_sql] = ACTIONS(2412), + [sym_int_literal] = ACTIONS(2412), + [sym_float_literal] = ACTIONS(2412), + [sym_rune_literal] = ACTIONS(2412), + [anon_sym_AT] = ACTIONS(2412), + [anon_sym_shared] = ACTIONS(2412), + [anon_sym_map_LBRACK] = ACTIONS(2412), + [anon_sym_chan] = ACTIONS(2412), + [anon_sym_thread] = ACTIONS(2412), + [anon_sym_atomic] = ACTIONS(2412), + [anon_sym_assert] = ACTIONS(2412), + [anon_sym_defer] = ACTIONS(2412), + [anon_sym_goto] = ACTIONS(2412), + [anon_sym_break] = ACTIONS(2412), + [anon_sym_continue] = ACTIONS(2412), + [anon_sym_return] = ACTIONS(2412), + [anon_sym_DOLLARfor] = ACTIONS(2412), + [anon_sym_for] = ACTIONS(2412), + [anon_sym_POUND] = ACTIONS(2412), + [anon_sym_asm] = ACTIONS(2412), + [anon_sym_AT_LBRACK] = ACTIONS(2412), + [sym___double_quote] = ACTIONS(2412), + [sym___single_quote] = ACTIONS(2412), + [sym___c_double_quote] = ACTIONS(2412), + [sym___c_single_quote] = ACTIONS(2412), + [sym___r_double_quote] = ACTIONS(2412), + [sym___r_single_quote] = ACTIONS(2412), + }, + [395] = { + [ts_builtin_sym_end] = ACTIONS(2416), + [sym_identifier] = ACTIONS(2418), + [anon_sym_LF] = ACTIONS(2418), + [anon_sym_CR] = ACTIONS(2418), + [anon_sym_CR_LF] = ACTIONS(2418), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(2420), + [anon_sym_DOT] = ACTIONS(2418), + [anon_sym_as] = ACTIONS(2420), + [anon_sym_LBRACE] = ACTIONS(2418), + [anon_sym_COMMA] = ACTIONS(2420), + [anon_sym_const] = ACTIONS(2418), + [anon_sym_LPAREN] = ACTIONS(2418), + [anon_sym_EQ] = ACTIONS(2420), + [anon_sym___global] = ACTIONS(2418), + [anon_sym_type] = ACTIONS(2418), + [anon_sym_PIPE] = ACTIONS(2420), + [anon_sym_fn] = ACTIONS(2418), + [anon_sym_PLUS] = ACTIONS(2418), + [anon_sym_DASH] = ACTIONS(2418), + [anon_sym_STAR] = ACTIONS(2418), + [anon_sym_SLASH] = ACTIONS(2420), + [anon_sym_PERCENT] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2420), + [anon_sym_GT] = ACTIONS(2420), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT_EQ] = ACTIONS(2420), + [anon_sym_GT_EQ] = ACTIONS(2420), + [anon_sym_LBRACK] = ACTIONS(2422), + [anon_sym_LT2] = ACTIONS(2420), + [anon_sym_struct] = ACTIONS(2418), + [anon_sym_union] = ACTIONS(2418), + [anon_sym_pub] = ACTIONS(2418), + [anon_sym_mut] = ACTIONS(2418), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_interface] = ACTIONS(2418), + [anon_sym_PLUS_PLUS] = ACTIONS(2420), + [anon_sym_DASH_DASH] = ACTIONS(2420), + [anon_sym_QMARK] = ACTIONS(2418), + [anon_sym_BANG] = ACTIONS(2418), + [anon_sym_go] = ACTIONS(2418), + [anon_sym_spawn] = ACTIONS(2418), + [anon_sym_json_DOTdecode] = ACTIONS(2418), + [anon_sym_LBRACK2] = ACTIONS(2418), + [anon_sym_TILDE] = ACTIONS(2418), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_AMP] = ACTIONS(2418), + [anon_sym_LT_DASH] = ACTIONS(2418), + [anon_sym_LT_LT] = ACTIONS(2420), + [anon_sym_GT_GT] = ACTIONS(2420), + [anon_sym_GT_GT_GT] = ACTIONS(2420), + [anon_sym_AMP_CARET] = ACTIONS(2420), + [anon_sym_AMP_AMP] = ACTIONS(2420), + [anon_sym_PIPE_PIPE] = ACTIONS(2420), + [anon_sym_or] = ACTIONS(2420), + [sym_none] = ACTIONS(2418), + [sym_true] = ACTIONS(2418), + [sym_false] = ACTIONS(2418), + [sym_nil] = ACTIONS(2418), + [anon_sym_QMARK_DOT] = ACTIONS(2420), + [anon_sym_POUND_LBRACK] = ACTIONS(2420), + [anon_sym_if] = ACTIONS(2418), + [anon_sym_DOLLARif] = ACTIONS(2418), + [anon_sym_is] = ACTIONS(2420), + [anon_sym_BANGis] = ACTIONS(2420), + [anon_sym_in] = ACTIONS(2420), + [anon_sym_BANGin] = ACTIONS(2420), + [anon_sym_match] = ACTIONS(2418), + [anon_sym_select] = ACTIONS(2418), + [anon_sym_STAR_EQ] = ACTIONS(2420), + [anon_sym_SLASH_EQ] = ACTIONS(2420), + [anon_sym_PERCENT_EQ] = ACTIONS(2420), + [anon_sym_LT_LT_EQ] = ACTIONS(2420), + [anon_sym_GT_GT_EQ] = ACTIONS(2420), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2420), + [anon_sym_AMP_EQ] = ACTIONS(2420), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2420), + [anon_sym_PLUS_EQ] = ACTIONS(2420), + [anon_sym_DASH_EQ] = ACTIONS(2420), + [anon_sym_PIPE_EQ] = ACTIONS(2420), + [anon_sym_CARET_EQ] = ACTIONS(2420), + [anon_sym_COLON_EQ] = ACTIONS(2420), + [anon_sym_lock] = ACTIONS(2418), + [anon_sym_rlock] = ACTIONS(2418), + [anon_sym_unsafe] = ACTIONS(2418), + [anon_sym_sql] = ACTIONS(2418), + [sym_int_literal] = ACTIONS(2418), + [sym_float_literal] = ACTIONS(2418), + [sym_rune_literal] = ACTIONS(2418), + [anon_sym_AT] = ACTIONS(2418), + [anon_sym_shared] = ACTIONS(2418), + [anon_sym_map_LBRACK] = ACTIONS(2418), + [anon_sym_chan] = ACTIONS(2418), + [anon_sym_thread] = ACTIONS(2418), + [anon_sym_atomic] = ACTIONS(2418), + [anon_sym_assert] = ACTIONS(2418), + [anon_sym_defer] = ACTIONS(2418), + [anon_sym_goto] = ACTIONS(2418), + [anon_sym_break] = ACTIONS(2418), + [anon_sym_continue] = ACTIONS(2418), + [anon_sym_return] = ACTIONS(2418), + [anon_sym_DOLLARfor] = ACTIONS(2418), + [anon_sym_for] = ACTIONS(2418), + [anon_sym_POUND] = ACTIONS(2418), + [anon_sym_asm] = ACTIONS(2418), + [anon_sym_AT_LBRACK] = ACTIONS(2418), + [sym___double_quote] = ACTIONS(2418), + [sym___single_quote] = ACTIONS(2418), + [sym___c_double_quote] = ACTIONS(2418), + [sym___c_single_quote] = ACTIONS(2418), + [sym___r_double_quote] = ACTIONS(2418), + [sym___r_single_quote] = ACTIONS(2418), + }, + [396] = { + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2970), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2987), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), [anon_sym_RBRACK] = ACTIONS(2424), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), [sym_int_literal] = ACTIONS(2426), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [401] = { - [sym__expression] = STATE(2691), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [397] = { + [sym__expression] = STATE(1917), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(510), + [sym_mutable_expression] = STATE(3350), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2428), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_RBRACK] = ACTIONS(2428), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(2430), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(2432), + [anon_sym_DASH] = ACTIONS(2432), + [anon_sym_STAR] = ACTIONS(2434), + [anon_sym_struct] = ACTIONS(809), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_BANG] = ACTIONS(2436), + [anon_sym_go] = ACTIONS(2438), + [anon_sym_spawn] = ACTIONS(2440), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(2442), + [anon_sym_TILDE] = ACTIONS(2432), + [anon_sym_CARET] = ACTIONS(2432), + [anon_sym_AMP] = ACTIONS(2444), + [anon_sym_LT_DASH] = ACTIONS(2446), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(829), + [anon_sym_DOLLARif] = ACTIONS(831), + [anon_sym_match] = ACTIONS(833), + [anon_sym_select] = ACTIONS(2448), + [anon_sym_lock] = ACTIONS(2450), + [anon_sym_rlock] = ACTIONS(2450), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_sql] = ACTIONS(841), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), }, - [402] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2977), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2937), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [398] = { + [sym__expression] = STATE(2817), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_RBRACK] = ACTIONS(2430), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_SEMI] = ACTIONS(2452), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(2432), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [403] = { - [sym__expression] = STATE(1628), - [sym__expression_without_blocks] = STATE(1800), - [sym__expression_with_blocks] = STATE(1800), - [sym_inc_expression] = STATE(1800), - [sym_dec_expression] = STATE(1800), - [sym_or_block_expression] = STATE(1800), - [sym_option_propagation_expression] = STATE(1800), - [sym_result_propagation_expression] = STATE(1800), - [sym_anon_struct_value_expression] = STATE(1884), - [sym_go_expression] = STATE(1800), - [sym_spawn_expression] = STATE(1800), - [sym_parenthesized_expression] = STATE(1800), - [sym_call_expression] = STATE(1800), - [sym_type_initializer] = STATE(1884), - [sym_function_literal] = STATE(1800), - [sym_reference_expression] = STATE(1889), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1800), - [sym_receive_expression] = STATE(1800), - [sym_binary_expression] = STATE(1800), - [sym_as_type_cast_expression] = STATE(1800), - [sym__max_group] = STATE(1800), - [sym_literal] = STATE(1800), - [sym_map_init_expression] = STATE(1884), - [sym_array_creation] = STATE(1800), - [sym_fixed_array_creation] = STATE(1800), - [sym_selector_expression] = STATE(1800), - [sym_index_expression] = STATE(1800), - [sym_slice_expression] = STATE(1800), - [sym_if_expression] = STATE(1884), - [sym_compile_time_if_expression] = STATE(1884), - [sym_is_expression] = STATE(1800), - [sym_not_is_expression] = STATE(1800), - [sym_in_expression] = STATE(1800), - [sym_not_in_expression] = STATE(1800), - [sym_enum_fetch] = STATE(1800), - [sym_match_expression] = STATE(1884), - [sym_select_expression] = STATE(1884), - [sym_lock_expression] = STATE(1884), - [sym_unsafe_expression] = STATE(1884), - [sym_sql_expression] = STATE(1884), - [sym_c_string_literal] = STATE(1801), - [sym_raw_string_literal] = STATE(1801), - [sym_interpreted_string_literal] = STATE(1801), - [sym_pseudo_compile_time_identifier] = STATE(1800), - [sym_mutability_modifiers] = STATE(815), - [sym_mutable_expression] = STATE(3333), - [sym_plain_type] = STATE(4297), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2434), + [399] = { + [ts_builtin_sym_end] = ACTIONS(2454), + [sym_identifier] = ACTIONS(2456), + [anon_sym_LF] = ACTIONS(2456), + [anon_sym_CR] = ACTIONS(2456), + [anon_sym_CR_LF] = ACTIONS(2456), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2456), + [anon_sym_as] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2456), + [anon_sym_COMMA] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_LPAREN] = ACTIONS(2456), + [anon_sym_EQ] = ACTIONS(2456), + [anon_sym___global] = ACTIONS(2456), + [anon_sym_type] = ACTIONS(2456), + [anon_sym_PIPE] = ACTIONS(2456), + [anon_sym_fn] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2456), + [anon_sym_SLASH] = ACTIONS(2456), + [anon_sym_PERCENT] = ACTIONS(2456), + [anon_sym_LT] = ACTIONS(2456), + [anon_sym_GT] = ACTIONS(2456), + [anon_sym_EQ_EQ] = ACTIONS(2456), + [anon_sym_BANG_EQ] = ACTIONS(2456), + [anon_sym_LT_EQ] = ACTIONS(2456), + [anon_sym_GT_EQ] = ACTIONS(2456), + [anon_sym_LBRACK] = ACTIONS(2454), + [anon_sym_LT2] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_pub] = ACTIONS(2456), + [anon_sym_mut] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_interface] = ACTIONS(2456), + [anon_sym_PLUS_PLUS] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2456), + [anon_sym_QMARK] = ACTIONS(2456), + [anon_sym_BANG] = ACTIONS(2456), + [anon_sym_go] = ACTIONS(2456), + [anon_sym_spawn] = ACTIONS(2456), + [anon_sym_json_DOTdecode] = ACTIONS(2456), + [anon_sym_LBRACK2] = ACTIONS(2456), + [anon_sym_TILDE] = ACTIONS(2456), + [anon_sym_CARET] = ACTIONS(2456), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_LT_DASH] = ACTIONS(2456), + [anon_sym_LT_LT] = ACTIONS(2456), + [anon_sym_GT_GT] = ACTIONS(2456), + [anon_sym_GT_GT_GT] = ACTIONS(2456), + [anon_sym_AMP_CARET] = ACTIONS(2456), + [anon_sym_AMP_AMP] = ACTIONS(2456), + [anon_sym_PIPE_PIPE] = ACTIONS(2456), + [anon_sym_or] = ACTIONS(2456), + [sym_none] = ACTIONS(2456), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_nil] = ACTIONS(2456), + [anon_sym_QMARK_DOT] = ACTIONS(2456), + [anon_sym_POUND_LBRACK] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_DOLLARif] = ACTIONS(2456), + [anon_sym_DOLLARelse] = ACTIONS(2458), + [anon_sym_is] = ACTIONS(2456), + [anon_sym_BANGis] = ACTIONS(2456), + [anon_sym_in] = ACTIONS(2456), + [anon_sym_BANGin] = ACTIONS(2456), + [anon_sym_match] = ACTIONS(2456), + [anon_sym_select] = ACTIONS(2456), + [anon_sym_STAR_EQ] = ACTIONS(2456), + [anon_sym_SLASH_EQ] = ACTIONS(2456), + [anon_sym_PERCENT_EQ] = ACTIONS(2456), + [anon_sym_LT_LT_EQ] = ACTIONS(2456), + [anon_sym_GT_GT_EQ] = ACTIONS(2456), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2456), + [anon_sym_AMP_EQ] = ACTIONS(2456), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2456), + [anon_sym_PLUS_EQ] = ACTIONS(2456), + [anon_sym_DASH_EQ] = ACTIONS(2456), + [anon_sym_PIPE_EQ] = ACTIONS(2456), + [anon_sym_CARET_EQ] = ACTIONS(2456), + [anon_sym_COLON_EQ] = ACTIONS(2456), + [anon_sym_lock] = ACTIONS(2456), + [anon_sym_rlock] = ACTIONS(2456), + [anon_sym_unsafe] = ACTIONS(2456), + [anon_sym_sql] = ACTIONS(2456), + [sym_int_literal] = ACTIONS(2456), + [sym_float_literal] = ACTIONS(2456), + [sym_rune_literal] = ACTIONS(2456), + [anon_sym_AT] = ACTIONS(2456), + [anon_sym_shared] = ACTIONS(2456), + [anon_sym_map_LBRACK] = ACTIONS(2456), + [anon_sym_chan] = ACTIONS(2456), + [anon_sym_thread] = ACTIONS(2456), + [anon_sym_atomic] = ACTIONS(2456), + [anon_sym_assert] = ACTIONS(2456), + [anon_sym_defer] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_DOLLARfor] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_POUND] = ACTIONS(2456), + [anon_sym_asm] = ACTIONS(2456), + [anon_sym_AT_LBRACK] = ACTIONS(2456), + [sym___double_quote] = ACTIONS(2456), + [sym___single_quote] = ACTIONS(2456), + [sym___c_double_quote] = ACTIONS(2456), + [sym___c_single_quote] = ACTIONS(2456), + [sym___r_double_quote] = ACTIONS(2456), + [sym___r_single_quote] = ACTIONS(2456), + }, + [400] = { + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2954), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2982), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2436), - [anon_sym_LBRACE] = ACTIONS(2438), - [anon_sym_LPAREN] = ACTIONS(2440), - [anon_sym_fn] = ACTIONS(2442), - [anon_sym_PLUS] = ACTIONS(2444), - [anon_sym_DASH] = ACTIONS(2444), - [anon_sym_STAR] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_RBRACK] = ACTIONS(2460), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2450), - [anon_sym_go] = ACTIONS(2452), - [anon_sym_spawn] = ACTIONS(2454), - [anon_sym_json_DOTdecode] = ACTIONS(2456), - [anon_sym_LBRACK2] = ACTIONS(2458), - [anon_sym_TILDE] = ACTIONS(2444), - [anon_sym_CARET] = ACTIONS(2444), - [anon_sym_AMP] = ACTIONS(2460), - [anon_sym_LT_DASH] = ACTIONS(2462), - [sym_none] = ACTIONS(2464), - [sym_true] = ACTIONS(2464), - [sym_false] = ACTIONS(2464), - [sym_nil] = ACTIONS(2464), - [anon_sym_if] = ACTIONS(2466), - [anon_sym_DOLLARif] = ACTIONS(2468), - [anon_sym_match] = ACTIONS(2470), - [anon_sym_select] = ACTIONS(2472), - [anon_sym_lock] = ACTIONS(2474), - [anon_sym_rlock] = ACTIONS(2474), - [anon_sym_unsafe] = ACTIONS(2476), - [anon_sym_sql] = ACTIONS(2478), - [sym_int_literal] = ACTIONS(2464), - [sym_float_literal] = ACTIONS(2480), - [sym_rune_literal] = ACTIONS(2480), - [anon_sym_AT] = ACTIONS(2482), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(2462), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2484), - [sym___single_quote] = ACTIONS(2486), - [sym___c_double_quote] = ACTIONS(2488), - [sym___c_single_quote] = ACTIONS(2490), - [sym___r_double_quote] = ACTIONS(2492), - [sym___r_single_quote] = ACTIONS(2494), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [404] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2959), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2960), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [401] = { + [sym__expression] = STATE(2721), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(946), + [sym_mutable_expression] = STATE(4542), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_RBRACK] = ACTIONS(2496), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(2498), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [405] = { - [sym__expression] = STATE(2706), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [402] = { + [sym__expression] = STATE(2744), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(946), + [sym_mutable_expression] = STATE(4487), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(2500), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [406] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2951), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2993), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [403] = { + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2934), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2936), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_RBRACK] = ACTIONS(2502), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_RBRACK] = ACTIONS(2464), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(2504), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(2466), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [407] = { - [sym__expression] = STATE(1763), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(770), - [sym_mutable_expression] = STATE(3347), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1562), + [404] = { + [sym__expression] = STATE(1779), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(728), + [sym_mutable_expression] = STATE(3354), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1590), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), + [anon_sym_LBRACE] = ACTIONS(2430), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_fn] = ACTIONS(803), [anon_sym_PLUS] = ACTIONS(805), @@ -73590,1013 +73439,1473 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(855), [sym___r_single_quote] = ACTIONS(857), }, - [408] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2954), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2957), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [405] = { + [sym__expression] = STATE(2461), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(818), + [sym_mutable_expression] = STATE(3669), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_RBRACK] = ACTIONS(2508), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(2510), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1446), + [anon_sym_go] = ACTIONS(1448), + [anon_sym_spawn] = ACTIONS(1450), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1438), + [anon_sym_CARET] = ACTIONS(1438), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_LT_DASH] = ACTIONS(1458), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(1468), + [anon_sym_lock] = ACTIONS(1470), + [anon_sym_rlock] = ACTIONS(1470), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, - [409] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(3001), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(3003), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [406] = { + [ts_builtin_sym_end] = ACTIONS(2468), + [sym_identifier] = ACTIONS(2470), + [anon_sym_LF] = ACTIONS(2470), + [anon_sym_CR] = ACTIONS(2470), + [anon_sym_CR_LF] = ACTIONS(2470), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2470), + [anon_sym_as] = ACTIONS(2470), + [anon_sym_LBRACE] = ACTIONS(2472), + [anon_sym_COMMA] = ACTIONS(2470), + [anon_sym_const] = ACTIONS(2470), + [anon_sym_LPAREN] = ACTIONS(2470), + [anon_sym_EQ] = ACTIONS(2470), + [anon_sym___global] = ACTIONS(2470), + [anon_sym_type] = ACTIONS(2470), + [anon_sym_PIPE] = ACTIONS(2470), + [anon_sym_fn] = ACTIONS(2470), + [anon_sym_PLUS] = ACTIONS(2470), + [anon_sym_DASH] = ACTIONS(2470), + [anon_sym_STAR] = ACTIONS(2470), + [anon_sym_SLASH] = ACTIONS(2470), + [anon_sym_PERCENT] = ACTIONS(2470), + [anon_sym_LT] = ACTIONS(2470), + [anon_sym_GT] = ACTIONS(2470), + [anon_sym_EQ_EQ] = ACTIONS(2470), + [anon_sym_BANG_EQ] = ACTIONS(2470), + [anon_sym_LT_EQ] = ACTIONS(2470), + [anon_sym_GT_EQ] = ACTIONS(2470), + [anon_sym_LBRACK] = ACTIONS(2475), + [anon_sym_LT2] = ACTIONS(2472), + [anon_sym_struct] = ACTIONS(2470), + [anon_sym_union] = ACTIONS(2470), + [anon_sym_pub] = ACTIONS(2470), + [anon_sym_mut] = ACTIONS(2470), + [anon_sym_COLON] = ACTIONS(2478), + [anon_sym_enum] = ACTIONS(2470), + [anon_sym_interface] = ACTIONS(2470), + [anon_sym_PLUS_PLUS] = ACTIONS(2470), + [anon_sym_DASH_DASH] = ACTIONS(2470), + [anon_sym_QMARK] = ACTIONS(2470), + [anon_sym_BANG] = ACTIONS(2470), + [anon_sym_go] = ACTIONS(2470), + [anon_sym_spawn] = ACTIONS(2470), + [anon_sym_json_DOTdecode] = ACTIONS(2470), + [anon_sym_LBRACK2] = ACTIONS(2470), + [anon_sym_TILDE] = ACTIONS(2470), + [anon_sym_CARET] = ACTIONS(2470), + [anon_sym_AMP] = ACTIONS(2470), + [anon_sym_LT_DASH] = ACTIONS(2470), + [anon_sym_LT_LT] = ACTIONS(2470), + [anon_sym_GT_GT] = ACTIONS(2470), + [anon_sym_GT_GT_GT] = ACTIONS(2470), + [anon_sym_AMP_CARET] = ACTIONS(2470), + [anon_sym_AMP_AMP] = ACTIONS(2470), + [anon_sym_PIPE_PIPE] = ACTIONS(2470), + [anon_sym_or] = ACTIONS(2470), + [sym_none] = ACTIONS(2470), + [sym_true] = ACTIONS(2470), + [sym_false] = ACTIONS(2470), + [sym_nil] = ACTIONS(2470), + [anon_sym_QMARK_DOT] = ACTIONS(2470), + [anon_sym_POUND_LBRACK] = ACTIONS(2470), + [anon_sym_if] = ACTIONS(2470), + [anon_sym_DOLLARif] = ACTIONS(2470), + [anon_sym_is] = ACTIONS(2470), + [anon_sym_BANGis] = ACTIONS(2470), + [anon_sym_in] = ACTIONS(2470), + [anon_sym_BANGin] = ACTIONS(2470), + [anon_sym_match] = ACTIONS(2470), + [anon_sym_select] = ACTIONS(2470), + [anon_sym_STAR_EQ] = ACTIONS(2470), + [anon_sym_SLASH_EQ] = ACTIONS(2470), + [anon_sym_PERCENT_EQ] = ACTIONS(2470), + [anon_sym_LT_LT_EQ] = ACTIONS(2470), + [anon_sym_GT_GT_EQ] = ACTIONS(2470), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2470), + [anon_sym_AMP_EQ] = ACTIONS(2470), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2470), + [anon_sym_PLUS_EQ] = ACTIONS(2470), + [anon_sym_DASH_EQ] = ACTIONS(2470), + [anon_sym_PIPE_EQ] = ACTIONS(2470), + [anon_sym_CARET_EQ] = ACTIONS(2470), + [anon_sym_COLON_EQ] = ACTIONS(2470), + [anon_sym_lock] = ACTIONS(2470), + [anon_sym_rlock] = ACTIONS(2470), + [anon_sym_unsafe] = ACTIONS(2470), + [anon_sym_sql] = ACTIONS(2470), + [sym_int_literal] = ACTIONS(2470), + [sym_float_literal] = ACTIONS(2470), + [sym_rune_literal] = ACTIONS(2470), + [anon_sym_AT] = ACTIONS(2470), + [anon_sym_shared] = ACTIONS(2470), + [anon_sym_map_LBRACK] = ACTIONS(2470), + [anon_sym_chan] = ACTIONS(2470), + [anon_sym_thread] = ACTIONS(2470), + [anon_sym_atomic] = ACTIONS(2470), + [anon_sym_assert] = ACTIONS(2470), + [anon_sym_defer] = ACTIONS(2470), + [anon_sym_goto] = ACTIONS(2470), + [anon_sym_break] = ACTIONS(2470), + [anon_sym_continue] = ACTIONS(2470), + [anon_sym_return] = ACTIONS(2470), + [anon_sym_DOLLARfor] = ACTIONS(2470), + [anon_sym_for] = ACTIONS(2470), + [anon_sym_POUND] = ACTIONS(2470), + [anon_sym_asm] = ACTIONS(2470), + [anon_sym_AT_LBRACK] = ACTIONS(2470), + [sym___double_quote] = ACTIONS(2470), + [sym___single_quote] = ACTIONS(2470), + [sym___c_double_quote] = ACTIONS(2470), + [sym___c_single_quote] = ACTIONS(2470), + [sym___r_double_quote] = ACTIONS(2470), + [sym___r_single_quote] = ACTIONS(2470), + }, + [407] = { + [sym__expression] = STATE(2881), + [sym__expression_without_blocks] = STATE(2863), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2863), + [sym_dec_expression] = STATE(2863), + [sym_or_block_expression] = STATE(2863), + [sym_option_propagation_expression] = STATE(2863), + [sym_result_propagation_expression] = STATE(2863), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2863), + [sym_spawn_expression] = STATE(2863), + [sym_parenthesized_expression] = STATE(2863), + [sym_call_expression] = STATE(2863), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2863), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2863), + [sym_receive_expression] = STATE(2863), + [sym_binary_expression] = STATE(2863), + [sym_as_type_cast_expression] = STATE(2863), + [sym__max_group] = STATE(2863), + [sym_literal] = STATE(2863), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2863), + [sym_fixed_array_creation] = STATE(2863), + [sym_selector_expression] = STATE(2863), + [sym_index_expression] = STATE(2863), + [sym_slice_expression] = STATE(2863), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2863), + [sym_not_is_expression] = STATE(2863), + [sym_in_expression] = STATE(2863), + [sym_not_in_expression] = STATE(2863), + [sym_enum_fetch] = STATE(2863), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2863), + [sym_mutability_modifiers] = STATE(811), + [sym_expression_without_blocks_list] = STATE(4666), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_RBRACK] = ACTIONS(2512), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(2514), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [410] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2938), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2939), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [408] = { + [sym__expression] = STATE(2672), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(946), + [sym_mutable_expression] = STATE(4601), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_RBRACK] = ACTIONS(2516), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(2518), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [411] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2984), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2935), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [409] = { + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(3005), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2959), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_RBRACK] = ACTIONS(2520), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_RBRACK] = ACTIONS(2480), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(2522), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(2482), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [410] = { + [ts_builtin_sym_end] = ACTIONS(2416), + [sym_identifier] = ACTIONS(2418), + [anon_sym_LF] = ACTIONS(2418), + [anon_sym_CR] = ACTIONS(2418), + [anon_sym_CR_LF] = ACTIONS(2418), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2418), + [anon_sym_as] = ACTIONS(2418), + [anon_sym_LBRACE] = ACTIONS(2418), + [anon_sym_COMMA] = ACTIONS(2418), + [anon_sym_const] = ACTIONS(2418), + [anon_sym_LPAREN] = ACTIONS(2418), + [anon_sym_EQ] = ACTIONS(2418), + [anon_sym___global] = ACTIONS(2418), + [anon_sym_type] = ACTIONS(2418), + [anon_sym_PIPE] = ACTIONS(2418), + [anon_sym_fn] = ACTIONS(2418), + [anon_sym_PLUS] = ACTIONS(2418), + [anon_sym_DASH] = ACTIONS(2418), + [anon_sym_STAR] = ACTIONS(2418), + [anon_sym_SLASH] = ACTIONS(2418), + [anon_sym_PERCENT] = ACTIONS(2418), + [anon_sym_LT] = ACTIONS(2418), + [anon_sym_GT] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2418), + [anon_sym_BANG_EQ] = ACTIONS(2418), + [anon_sym_LT_EQ] = ACTIONS(2418), + [anon_sym_GT_EQ] = ACTIONS(2418), + [anon_sym_LBRACK] = ACTIONS(2416), + [anon_sym_LT2] = ACTIONS(2418), + [anon_sym_struct] = ACTIONS(2418), + [anon_sym_union] = ACTIONS(2418), + [anon_sym_pub] = ACTIONS(2418), + [anon_sym_mut] = ACTIONS(2418), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_interface] = ACTIONS(2418), + [anon_sym_PLUS_PLUS] = ACTIONS(2418), + [anon_sym_DASH_DASH] = ACTIONS(2418), + [anon_sym_QMARK] = ACTIONS(2418), + [anon_sym_BANG] = ACTIONS(2418), + [anon_sym_go] = ACTIONS(2418), + [anon_sym_spawn] = ACTIONS(2418), + [anon_sym_json_DOTdecode] = ACTIONS(2418), + [anon_sym_LBRACK2] = ACTIONS(2418), + [anon_sym_TILDE] = ACTIONS(2418), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_AMP] = ACTIONS(2418), + [anon_sym_LT_DASH] = ACTIONS(2418), + [anon_sym_LT_LT] = ACTIONS(2418), + [anon_sym_GT_GT] = ACTIONS(2418), + [anon_sym_GT_GT_GT] = ACTIONS(2418), + [anon_sym_AMP_CARET] = ACTIONS(2418), + [anon_sym_AMP_AMP] = ACTIONS(2418), + [anon_sym_PIPE_PIPE] = ACTIONS(2418), + [anon_sym_or] = ACTIONS(2418), + [sym_none] = ACTIONS(2418), + [sym_true] = ACTIONS(2418), + [sym_false] = ACTIONS(2418), + [sym_nil] = ACTIONS(2418), + [anon_sym_QMARK_DOT] = ACTIONS(2418), + [anon_sym_POUND_LBRACK] = ACTIONS(2418), + [anon_sym_if] = ACTIONS(2418), + [anon_sym_DOLLARif] = ACTIONS(2418), + [anon_sym_DOLLARelse] = ACTIONS(2418), + [anon_sym_is] = ACTIONS(2418), + [anon_sym_BANGis] = ACTIONS(2418), + [anon_sym_in] = ACTIONS(2418), + [anon_sym_BANGin] = ACTIONS(2418), + [anon_sym_match] = ACTIONS(2418), + [anon_sym_select] = ACTIONS(2418), + [anon_sym_STAR_EQ] = ACTIONS(2418), + [anon_sym_SLASH_EQ] = ACTIONS(2418), + [anon_sym_PERCENT_EQ] = ACTIONS(2418), + [anon_sym_LT_LT_EQ] = ACTIONS(2418), + [anon_sym_GT_GT_EQ] = ACTIONS(2418), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2418), + [anon_sym_AMP_EQ] = ACTIONS(2418), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2418), + [anon_sym_PLUS_EQ] = ACTIONS(2418), + [anon_sym_DASH_EQ] = ACTIONS(2418), + [anon_sym_PIPE_EQ] = ACTIONS(2418), + [anon_sym_CARET_EQ] = ACTIONS(2418), + [anon_sym_COLON_EQ] = ACTIONS(2418), + [anon_sym_lock] = ACTIONS(2418), + [anon_sym_rlock] = ACTIONS(2418), + [anon_sym_unsafe] = ACTIONS(2418), + [anon_sym_sql] = ACTIONS(2418), + [sym_int_literal] = ACTIONS(2418), + [sym_float_literal] = ACTIONS(2418), + [sym_rune_literal] = ACTIONS(2418), + [anon_sym_AT] = ACTIONS(2418), + [anon_sym_shared] = ACTIONS(2418), + [anon_sym_map_LBRACK] = ACTIONS(2418), + [anon_sym_chan] = ACTIONS(2418), + [anon_sym_thread] = ACTIONS(2418), + [anon_sym_atomic] = ACTIONS(2418), + [anon_sym_assert] = ACTIONS(2418), + [anon_sym_defer] = ACTIONS(2418), + [anon_sym_goto] = ACTIONS(2418), + [anon_sym_break] = ACTIONS(2418), + [anon_sym_continue] = ACTIONS(2418), + [anon_sym_return] = ACTIONS(2418), + [anon_sym_DOLLARfor] = ACTIONS(2418), + [anon_sym_for] = ACTIONS(2418), + [anon_sym_POUND] = ACTIONS(2418), + [anon_sym_asm] = ACTIONS(2418), + [anon_sym_AT_LBRACK] = ACTIONS(2418), + [sym___double_quote] = ACTIONS(2418), + [sym___single_quote] = ACTIONS(2418), + [sym___c_double_quote] = ACTIONS(2418), + [sym___c_single_quote] = ACTIONS(2418), + [sym___r_double_quote] = ACTIONS(2418), + [sym___r_single_quote] = ACTIONS(2418), + }, + [411] = { + [ts_builtin_sym_end] = ACTIONS(2416), + [sym_identifier] = ACTIONS(2418), + [anon_sym_LF] = ACTIONS(2418), + [anon_sym_CR] = ACTIONS(2418), + [anon_sym_CR_LF] = ACTIONS(2418), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2418), + [anon_sym_as] = ACTIONS(2418), + [anon_sym_LBRACE] = ACTIONS(2418), + [anon_sym_COMMA] = ACTIONS(2418), + [anon_sym_const] = ACTIONS(2418), + [anon_sym_LPAREN] = ACTIONS(2418), + [anon_sym_EQ] = ACTIONS(2418), + [anon_sym___global] = ACTIONS(2418), + [anon_sym_type] = ACTIONS(2418), + [anon_sym_PIPE] = ACTIONS(2418), + [anon_sym_fn] = ACTIONS(2418), + [anon_sym_PLUS] = ACTIONS(2418), + [anon_sym_DASH] = ACTIONS(2418), + [anon_sym_STAR] = ACTIONS(2418), + [anon_sym_SLASH] = ACTIONS(2418), + [anon_sym_PERCENT] = ACTIONS(2418), + [anon_sym_LT] = ACTIONS(2418), + [anon_sym_GT] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2418), + [anon_sym_BANG_EQ] = ACTIONS(2418), + [anon_sym_LT_EQ] = ACTIONS(2418), + [anon_sym_GT_EQ] = ACTIONS(2418), + [anon_sym_LBRACK] = ACTIONS(2416), + [anon_sym_LT2] = ACTIONS(2418), + [anon_sym_struct] = ACTIONS(2418), + [anon_sym_union] = ACTIONS(2418), + [anon_sym_pub] = ACTIONS(2418), + [anon_sym_mut] = ACTIONS(2418), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_interface] = ACTIONS(2418), + [anon_sym_PLUS_PLUS] = ACTIONS(2418), + [anon_sym_DASH_DASH] = ACTIONS(2418), + [anon_sym_QMARK] = ACTIONS(2418), + [anon_sym_BANG] = ACTIONS(2418), + [anon_sym_go] = ACTIONS(2418), + [anon_sym_spawn] = ACTIONS(2418), + [anon_sym_json_DOTdecode] = ACTIONS(2418), + [anon_sym_LBRACK2] = ACTIONS(2418), + [anon_sym_TILDE] = ACTIONS(2418), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_AMP] = ACTIONS(2418), + [anon_sym_LT_DASH] = ACTIONS(2418), + [anon_sym_LT_LT] = ACTIONS(2418), + [anon_sym_GT_GT] = ACTIONS(2418), + [anon_sym_GT_GT_GT] = ACTIONS(2418), + [anon_sym_AMP_CARET] = ACTIONS(2418), + [anon_sym_AMP_AMP] = ACTIONS(2418), + [anon_sym_PIPE_PIPE] = ACTIONS(2418), + [anon_sym_or] = ACTIONS(2418), + [sym_none] = ACTIONS(2418), + [sym_true] = ACTIONS(2418), + [sym_false] = ACTIONS(2418), + [sym_nil] = ACTIONS(2418), + [anon_sym_QMARK_DOT] = ACTIONS(2418), + [anon_sym_POUND_LBRACK] = ACTIONS(2418), + [anon_sym_if] = ACTIONS(2418), + [anon_sym_else] = ACTIONS(2418), + [anon_sym_DOLLARif] = ACTIONS(2418), + [anon_sym_is] = ACTIONS(2418), + [anon_sym_BANGis] = ACTIONS(2418), + [anon_sym_in] = ACTIONS(2418), + [anon_sym_BANGin] = ACTIONS(2418), + [anon_sym_match] = ACTIONS(2418), + [anon_sym_select] = ACTIONS(2418), + [anon_sym_STAR_EQ] = ACTIONS(2418), + [anon_sym_SLASH_EQ] = ACTIONS(2418), + [anon_sym_PERCENT_EQ] = ACTIONS(2418), + [anon_sym_LT_LT_EQ] = ACTIONS(2418), + [anon_sym_GT_GT_EQ] = ACTIONS(2418), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2418), + [anon_sym_AMP_EQ] = ACTIONS(2418), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2418), + [anon_sym_PLUS_EQ] = ACTIONS(2418), + [anon_sym_DASH_EQ] = ACTIONS(2418), + [anon_sym_PIPE_EQ] = ACTIONS(2418), + [anon_sym_CARET_EQ] = ACTIONS(2418), + [anon_sym_COLON_EQ] = ACTIONS(2418), + [anon_sym_lock] = ACTIONS(2418), + [anon_sym_rlock] = ACTIONS(2418), + [anon_sym_unsafe] = ACTIONS(2418), + [anon_sym_sql] = ACTIONS(2418), + [sym_int_literal] = ACTIONS(2418), + [sym_float_literal] = ACTIONS(2418), + [sym_rune_literal] = ACTIONS(2418), + [anon_sym_AT] = ACTIONS(2418), + [anon_sym_shared] = ACTIONS(2418), + [anon_sym_map_LBRACK] = ACTIONS(2418), + [anon_sym_chan] = ACTIONS(2418), + [anon_sym_thread] = ACTIONS(2418), + [anon_sym_atomic] = ACTIONS(2418), + [anon_sym_assert] = ACTIONS(2418), + [anon_sym_defer] = ACTIONS(2418), + [anon_sym_goto] = ACTIONS(2418), + [anon_sym_break] = ACTIONS(2418), + [anon_sym_continue] = ACTIONS(2418), + [anon_sym_return] = ACTIONS(2418), + [anon_sym_DOLLARfor] = ACTIONS(2418), + [anon_sym_for] = ACTIONS(2418), + [anon_sym_POUND] = ACTIONS(2418), + [anon_sym_asm] = ACTIONS(2418), + [anon_sym_AT_LBRACK] = ACTIONS(2418), + [sym___double_quote] = ACTIONS(2418), + [sym___single_quote] = ACTIONS(2418), + [sym___c_double_quote] = ACTIONS(2418), + [sym___c_single_quote] = ACTIONS(2418), + [sym___r_double_quote] = ACTIONS(2418), + [sym___r_single_quote] = ACTIONS(2418), }, [412] = { - [sym__expression] = STATE(2794), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(583), - [sym_mutable_expression] = STATE(4450), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2881), + [sym__expression_without_blocks] = STATE(2863), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2863), + [sym_dec_expression] = STATE(2863), + [sym_or_block_expression] = STATE(2863), + [sym_option_propagation_expression] = STATE(2863), + [sym_result_propagation_expression] = STATE(2863), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2863), + [sym_spawn_expression] = STATE(2863), + [sym_parenthesized_expression] = STATE(2863), + [sym_call_expression] = STATE(2863), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2863), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2863), + [sym_receive_expression] = STATE(2863), + [sym_binary_expression] = STATE(2863), + [sym_as_type_cast_expression] = STATE(2863), + [sym__max_group] = STATE(2863), + [sym_literal] = STATE(2863), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2863), + [sym_fixed_array_creation] = STATE(2863), + [sym_selector_expression] = STATE(2863), + [sym_index_expression] = STATE(2863), + [sym_slice_expression] = STATE(2863), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2863), + [sym_not_is_expression] = STATE(2863), + [sym_in_expression] = STATE(2863), + [sym_not_in_expression] = STATE(2863), + [sym_enum_fetch] = STATE(2863), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2863), + [sym_mutability_modifiers] = STATE(811), + [sym_expression_without_blocks_list] = STATE(4805), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [413] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2972), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2952), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(221), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_mutability_modifiers] = STATE(930), + [sym_mutable_expression] = STATE(1123), + [sym_plain_type] = STATE(4219), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2484), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_RBRACK] = ACTIONS(2524), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(2486), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_fn] = ACTIONS(475), + [anon_sym_PLUS] = ACTIONS(27), + [anon_sym_DASH] = ACTIONS(27), + [anon_sym_STAR] = ACTIONS(29), + [anon_sym_struct] = ACTIONS(477), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(2526), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(45), + [anon_sym_go] = ACTIONS(47), + [anon_sym_spawn] = ACTIONS(49), + [anon_sym_json_DOTdecode] = ACTIONS(51), + [anon_sym_LBRACK2] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(27), + [anon_sym_CARET] = ACTIONS(27), + [anon_sym_AMP] = ACTIONS(55), + [anon_sym_LT_DASH] = ACTIONS(57), + [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(59), + [sym_false] = ACTIONS(59), + [sym_nil] = ACTIONS(59), + [anon_sym_if] = ACTIONS(61), + [anon_sym_DOLLARif] = ACTIONS(63), + [anon_sym_match] = ACTIONS(65), + [anon_sym_select] = ACTIONS(67), + [anon_sym_lock] = ACTIONS(69), + [anon_sym_rlock] = ACTIONS(69), + [anon_sym_unsafe] = ACTIONS(71), + [anon_sym_sql] = ACTIONS(73), + [sym_int_literal] = ACTIONS(59), + [sym_float_literal] = ACTIONS(75), + [sym_rune_literal] = ACTIONS(75), + [anon_sym_AT] = ACTIONS(77), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(111), + [sym___single_quote] = ACTIONS(113), + [sym___c_double_quote] = ACTIONS(115), + [sym___c_single_quote] = ACTIONS(117), + [sym___r_double_quote] = ACTIONS(119), + [sym___r_single_quote] = ACTIONS(121), }, [414] = { - [sym__expression] = STATE(2830), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(583), - [sym_mutable_expression] = STATE(4414), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(3004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2998), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_RBRACK] = ACTIONS(2488), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(2490), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [415] = { - [sym__expression] = STATE(2851), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(583), - [sym_mutable_expression] = STATE(4420), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2633), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(535), + [sym_mutable_expression] = STATE(3350), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [416] = { - [sym__expression] = STATE(2612), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4100), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym__definite_range] = STATE(4720), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2990), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(3002), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_RBRACK] = ACTIONS(2492), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(2494), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [417] = { + [sym__expression] = STATE(2600), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4201), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym__definite_range] = STATE(4744), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), [anon_sym_LBRACE] = ACTIONS(1089), [anon_sym_LPAREN] = ACTIONS(1093), [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(2528), - [anon_sym_DASH] = ACTIONS(2528), - [anon_sym_STAR] = ACTIONS(2530), + [anon_sym_PLUS] = ACTIONS(2496), + [anon_sym_DASH] = ACTIONS(2496), + [anon_sym_STAR] = ACTIONS(2498), [anon_sym_struct] = ACTIONS(1101), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2532), - [anon_sym_go] = ACTIONS(2534), - [anon_sym_spawn] = ACTIONS(2536), + [anon_sym_BANG] = ACTIONS(2500), + [anon_sym_go] = ACTIONS(2502), + [anon_sym_spawn] = ACTIONS(2504), [anon_sym_json_DOTdecode] = ACTIONS(1109), [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(2528), - [anon_sym_CARET] = ACTIONS(2528), - [anon_sym_AMP] = ACTIONS(2538), - [anon_sym_LT_DASH] = ACTIONS(2540), + [anon_sym_TILDE] = ACTIONS(2496), + [anon_sym_CARET] = ACTIONS(2496), + [anon_sym_AMP] = ACTIONS(2506), + [anon_sym_LT_DASH] = ACTIONS(2508), [sym_none] = ACTIONS(1117), [sym_true] = ACTIONS(1117), [sym_false] = ACTIONS(1117), @@ -74604,9 +74913,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1119), [anon_sym_DOLLARif] = ACTIONS(1123), [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2542), - [anon_sym_lock] = ACTIONS(2544), - [anon_sym_rlock] = ACTIONS(2544), + [anon_sym_select] = ACTIONS(2510), + [anon_sym_lock] = ACTIONS(2512), + [anon_sym_rlock] = ACTIONS(2512), [anon_sym_unsafe] = ACTIONS(1131), [anon_sym_sql] = ACTIONS(1133), [sym_int_literal] = ACTIONS(1117), @@ -74625,3625 +74934,4203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1147), [sym___r_single_quote] = ACTIONS(1149), }, - [417] = { - [sym__expression] = STATE(2839), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(583), - [sym_mutable_expression] = STATE(4426), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, [418] = { - [sym__expression] = STATE(1777), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(781), - [sym_mutable_expression] = STATE(3345), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2546), + [sym__expression] = STATE(2837), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(946), + [sym_mutable_expression] = STATE(4630), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(2548), - [anon_sym_DASH] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2550), - [anon_sym_struct] = ACTIONS(809), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2552), - [anon_sym_go] = ACTIONS(2554), - [anon_sym_spawn] = ACTIONS(2556), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_CARET] = ACTIONS(2548), - [anon_sym_AMP] = ACTIONS(2560), - [anon_sym_LT_DASH] = ACTIONS(2562), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(829), - [anon_sym_DOLLARif] = ACTIONS(831), - [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(2564), - [anon_sym_lock] = ACTIONS(2566), - [anon_sym_rlock] = ACTIONS(2566), - [anon_sym_unsafe] = ACTIONS(839), - [anon_sym_sql] = ACTIONS(841), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [419] = { - [sym__expression] = STATE(2489), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4015), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1085), + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2956), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(3000), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1087), - [anon_sym_LBRACE] = ACTIONS(1089), - [anon_sym_COMMA] = ACTIONS(587), - [anon_sym_LPAREN] = ACTIONS(1093), - [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_STAR] = ACTIONS(1099), - [anon_sym_struct] = ACTIONS(1101), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_RBRACK] = ACTIONS(2514), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1103), - [anon_sym_go] = ACTIONS(1105), - [anon_sym_spawn] = ACTIONS(1107), - [anon_sym_json_DOTdecode] = ACTIONS(1109), - [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(1097), - [anon_sym_CARET] = ACTIONS(1097), - [anon_sym_AMP] = ACTIONS(1113), - [anon_sym_LT_DASH] = ACTIONS(1115), - [sym_none] = ACTIONS(1117), - [sym_true] = ACTIONS(1117), - [sym_false] = ACTIONS(1117), - [sym_nil] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1119), - [anon_sym_DOLLARif] = ACTIONS(1123), - [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2568), - [anon_sym_lock] = ACTIONS(2570), - [anon_sym_rlock] = ACTIONS(2570), - [anon_sym_unsafe] = ACTIONS(1131), - [anon_sym_sql] = ACTIONS(1133), - [sym_int_literal] = ACTIONS(1117), - [sym_float_literal] = ACTIONS(1135), - [sym_rune_literal] = ACTIONS(1135), - [anon_sym_AT] = ACTIONS(1137), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(2516), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1139), - [sym___single_quote] = ACTIONS(1141), - [sym___c_double_quote] = ACTIONS(1143), - [sym___c_single_quote] = ACTIONS(1145), - [sym___r_double_quote] = ACTIONS(1147), - [sym___r_single_quote] = ACTIONS(1149), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [420] = { - [sym__expression] = STATE(2806), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(583), - [sym_mutable_expression] = STATE(4447), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2940), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2962), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_RBRACK] = ACTIONS(2518), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(2520), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [421] = { - [sym__expression] = STATE(2792), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(583), - [sym_mutable_expression] = STATE(4468), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2606), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(607), + [sym_mutable_expression] = STATE(3350), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2212), + [anon_sym_DASH] = ACTIONS(2212), + [anon_sym_STAR] = ACTIONS(2214), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2216), + [anon_sym_go] = ACTIONS(2218), + [anon_sym_spawn] = ACTIONS(2220), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(2222), + [anon_sym_TILDE] = ACTIONS(2212), + [anon_sym_CARET] = ACTIONS(2212), + [anon_sym_AMP] = ACTIONS(2224), + [anon_sym_LT_DASH] = ACTIONS(2226), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2228), + [anon_sym_lock] = ACTIONS(2230), + [anon_sym_rlock] = ACTIONS(2230), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [422] = { - [sym__expression] = STATE(1918), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(771), - [sym_mutable_expression] = STATE(3343), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2546), + [sym__expression] = STATE(2725), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(946), + [sym_mutable_expression] = STATE(4515), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(2548), - [anon_sym_DASH] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2550), - [anon_sym_struct] = ACTIONS(809), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2552), - [anon_sym_go] = ACTIONS(2554), - [anon_sym_spawn] = ACTIONS(2556), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_CARET] = ACTIONS(2548), - [anon_sym_AMP] = ACTIONS(2560), - [anon_sym_LT_DASH] = ACTIONS(2562), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(829), - [anon_sym_DOLLARif] = ACTIONS(831), - [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(2564), - [anon_sym_lock] = ACTIONS(2566), - [anon_sym_rlock] = ACTIONS(2566), - [anon_sym_unsafe] = ACTIONS(839), - [anon_sym_sql] = ACTIONS(841), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [423] = { - [sym__expression] = STATE(2854), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2777), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(2572), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_RBRACK] = ACTIONS(2522), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [424] = { - [sym__expression] = STATE(2677), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(583), - [sym_mutable_expression] = STATE(4581), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2676), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_SEMI] = ACTIONS(2524), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [425] = { - [sym__expression] = STATE(2812), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(1629), + [sym__expression_without_blocks] = STATE(1807), + [sym__expression_with_blocks] = STATE(1807), + [sym_inc_expression] = STATE(1807), + [sym_dec_expression] = STATE(1807), + [sym_or_block_expression] = STATE(1807), + [sym_option_propagation_expression] = STATE(1807), + [sym_result_propagation_expression] = STATE(1807), + [sym_anon_struct_value_expression] = STATE(1862), + [sym_go_expression] = STATE(1807), + [sym_spawn_expression] = STATE(1807), + [sym_parenthesized_expression] = STATE(1807), + [sym_call_expression] = STATE(1807), + [sym_type_initializer] = STATE(1862), + [sym_function_literal] = STATE(1807), + [sym_reference_expression] = STATE(1899), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1807), + [sym_receive_expression] = STATE(1807), + [sym_binary_expression] = STATE(1807), + [sym_as_type_cast_expression] = STATE(1807), + [sym__max_group] = STATE(1807), + [sym_literal] = STATE(1807), + [sym_map_init_expression] = STATE(1862), + [sym_array_creation] = STATE(1807), + [sym_fixed_array_creation] = STATE(1807), + [sym_selector_expression] = STATE(1807), + [sym_index_expression] = STATE(1807), + [sym_slice_expression] = STATE(1807), + [sym_if_expression] = STATE(1862), + [sym_compile_time_if_expression] = STATE(1862), + [sym_is_expression] = STATE(1807), + [sym_not_is_expression] = STATE(1807), + [sym_in_expression] = STATE(1807), + [sym_not_in_expression] = STATE(1807), + [sym_enum_fetch] = STATE(1807), + [sym_match_expression] = STATE(1862), + [sym_select_expression] = STATE(1862), + [sym_lock_expression] = STATE(1862), + [sym_unsafe_expression] = STATE(1862), + [sym_sql_expression] = STATE(1862), + [sym_c_string_literal] = STATE(1809), + [sym_raw_string_literal] = STATE(1809), + [sym_interpreted_string_literal] = STATE(1809), + [sym_pseudo_compile_time_identifier] = STATE(1807), + [sym_mutability_modifiers] = STATE(770), + [sym_mutable_expression] = STATE(3339), + [sym_plain_type] = STATE(4411), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2526), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_RBRACK] = ACTIONS(2574), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(2528), + [anon_sym_LBRACE] = ACTIONS(2530), + [anon_sym_LPAREN] = ACTIONS(2532), + [anon_sym_fn] = ACTIONS(2534), + [anon_sym_PLUS] = ACTIONS(2536), + [anon_sym_DASH] = ACTIONS(2536), + [anon_sym_STAR] = ACTIONS(2538), + [anon_sym_struct] = ACTIONS(2540), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2542), + [anon_sym_go] = ACTIONS(2544), + [anon_sym_spawn] = ACTIONS(2546), + [anon_sym_json_DOTdecode] = ACTIONS(2548), + [anon_sym_LBRACK2] = ACTIONS(2550), + [anon_sym_TILDE] = ACTIONS(2536), + [anon_sym_CARET] = ACTIONS(2536), + [anon_sym_AMP] = ACTIONS(2552), + [anon_sym_LT_DASH] = ACTIONS(2554), + [sym_none] = ACTIONS(2556), + [sym_true] = ACTIONS(2556), + [sym_false] = ACTIONS(2556), + [sym_nil] = ACTIONS(2556), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_DOLLARif] = ACTIONS(2560), + [anon_sym_match] = ACTIONS(2562), + [anon_sym_select] = ACTIONS(2564), + [anon_sym_lock] = ACTIONS(2566), + [anon_sym_rlock] = ACTIONS(2566), + [anon_sym_unsafe] = ACTIONS(2568), + [anon_sym_sql] = ACTIONS(2570), + [sym_int_literal] = ACTIONS(2556), + [sym_float_literal] = ACTIONS(2572), + [sym_rune_literal] = ACTIONS(2572), + [anon_sym_AT] = ACTIONS(2574), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(2576), + [sym___single_quote] = ACTIONS(2578), + [sym___c_double_quote] = ACTIONS(2580), + [sym___c_single_quote] = ACTIONS(2582), + [sym___r_double_quote] = ACTIONS(2584), + [sym___r_single_quote] = ACTIONS(2586), }, [426] = { - [sym__expression] = STATE(2788), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(583), - [sym_mutable_expression] = STATE(4489), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [ts_builtin_sym_end] = ACTIONS(2588), + [sym_identifier] = ACTIONS(2590), + [anon_sym_LF] = ACTIONS(2590), + [anon_sym_CR] = ACTIONS(2590), + [anon_sym_CR_LF] = ACTIONS(2590), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2590), + [anon_sym_as] = ACTIONS(2590), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_COMMA] = ACTIONS(2590), + [anon_sym_const] = ACTIONS(2590), + [anon_sym_LPAREN] = ACTIONS(2590), + [anon_sym_EQ] = ACTIONS(2590), + [anon_sym___global] = ACTIONS(2590), + [anon_sym_type] = ACTIONS(2590), + [anon_sym_PIPE] = ACTIONS(2590), + [anon_sym_fn] = ACTIONS(2590), + [anon_sym_PLUS] = ACTIONS(2590), + [anon_sym_DASH] = ACTIONS(2590), + [anon_sym_STAR] = ACTIONS(2590), + [anon_sym_SLASH] = ACTIONS(2590), + [anon_sym_PERCENT] = ACTIONS(2590), + [anon_sym_LT] = ACTIONS(2590), + [anon_sym_GT] = ACTIONS(2590), + [anon_sym_EQ_EQ] = ACTIONS(2590), + [anon_sym_BANG_EQ] = ACTIONS(2590), + [anon_sym_LT_EQ] = ACTIONS(2590), + [anon_sym_GT_EQ] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(2588), + [anon_sym_LT2] = ACTIONS(2590), + [anon_sym_struct] = ACTIONS(2590), + [anon_sym_union] = ACTIONS(2590), + [anon_sym_pub] = ACTIONS(2590), + [anon_sym_mut] = ACTIONS(2590), + [anon_sym_enum] = ACTIONS(2590), + [anon_sym_interface] = ACTIONS(2590), + [anon_sym_PLUS_PLUS] = ACTIONS(2590), + [anon_sym_DASH_DASH] = ACTIONS(2590), + [anon_sym_QMARK] = ACTIONS(2590), + [anon_sym_BANG] = ACTIONS(2590), + [anon_sym_go] = ACTIONS(2590), + [anon_sym_spawn] = ACTIONS(2590), + [anon_sym_json_DOTdecode] = ACTIONS(2590), + [anon_sym_LBRACK2] = ACTIONS(2590), + [anon_sym_TILDE] = ACTIONS(2590), + [anon_sym_CARET] = ACTIONS(2590), + [anon_sym_AMP] = ACTIONS(2590), + [anon_sym_LT_DASH] = ACTIONS(2590), + [anon_sym_LT_LT] = ACTIONS(2590), + [anon_sym_GT_GT] = ACTIONS(2590), + [anon_sym_GT_GT_GT] = ACTIONS(2590), + [anon_sym_AMP_CARET] = ACTIONS(2590), + [anon_sym_AMP_AMP] = ACTIONS(2590), + [anon_sym_PIPE_PIPE] = ACTIONS(2590), + [anon_sym_or] = ACTIONS(2590), + [sym_none] = ACTIONS(2590), + [sym_true] = ACTIONS(2590), + [sym_false] = ACTIONS(2590), + [sym_nil] = ACTIONS(2590), + [anon_sym_QMARK_DOT] = ACTIONS(2590), + [anon_sym_POUND_LBRACK] = ACTIONS(2590), + [anon_sym_if] = ACTIONS(2590), + [anon_sym_else] = ACTIONS(2590), + [anon_sym_DOLLARif] = ACTIONS(2590), + [anon_sym_is] = ACTIONS(2590), + [anon_sym_BANGis] = ACTIONS(2590), + [anon_sym_in] = ACTIONS(2590), + [anon_sym_BANGin] = ACTIONS(2590), + [anon_sym_match] = ACTIONS(2590), + [anon_sym_select] = ACTIONS(2590), + [anon_sym_STAR_EQ] = ACTIONS(2590), + [anon_sym_SLASH_EQ] = ACTIONS(2590), + [anon_sym_PERCENT_EQ] = ACTIONS(2590), + [anon_sym_LT_LT_EQ] = ACTIONS(2590), + [anon_sym_GT_GT_EQ] = ACTIONS(2590), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2590), + [anon_sym_AMP_EQ] = ACTIONS(2590), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2590), + [anon_sym_PLUS_EQ] = ACTIONS(2590), + [anon_sym_DASH_EQ] = ACTIONS(2590), + [anon_sym_PIPE_EQ] = ACTIONS(2590), + [anon_sym_CARET_EQ] = ACTIONS(2590), + [anon_sym_COLON_EQ] = ACTIONS(2590), + [anon_sym_lock] = ACTIONS(2590), + [anon_sym_rlock] = ACTIONS(2590), + [anon_sym_unsafe] = ACTIONS(2590), + [anon_sym_sql] = ACTIONS(2590), + [sym_int_literal] = ACTIONS(2590), + [sym_float_literal] = ACTIONS(2590), + [sym_rune_literal] = ACTIONS(2590), + [anon_sym_AT] = ACTIONS(2590), + [anon_sym_shared] = ACTIONS(2590), + [anon_sym_map_LBRACK] = ACTIONS(2590), + [anon_sym_chan] = ACTIONS(2590), + [anon_sym_thread] = ACTIONS(2590), + [anon_sym_atomic] = ACTIONS(2590), + [anon_sym_assert] = ACTIONS(2590), + [anon_sym_defer] = ACTIONS(2590), + [anon_sym_goto] = ACTIONS(2590), + [anon_sym_break] = ACTIONS(2590), + [anon_sym_continue] = ACTIONS(2590), + [anon_sym_return] = ACTIONS(2590), + [anon_sym_DOLLARfor] = ACTIONS(2590), + [anon_sym_for] = ACTIONS(2590), + [anon_sym_POUND] = ACTIONS(2590), + [anon_sym_asm] = ACTIONS(2590), + [anon_sym_AT_LBRACK] = ACTIONS(2590), + [sym___double_quote] = ACTIONS(2590), + [sym___single_quote] = ACTIONS(2590), + [sym___c_double_quote] = ACTIONS(2590), + [sym___c_single_quote] = ACTIONS(2590), + [sym___r_double_quote] = ACTIONS(2590), + [sym___r_single_quote] = ACTIONS(2590), }, [427] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2985), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2971), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2746), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(946), + [sym_mutable_expression] = STATE(4562), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_RBRACK] = ACTIONS(2576), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(2578), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [428] = { - [sym__expression] = STATE(2743), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(583), - [sym_mutable_expression] = STATE(4510), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2932), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2933), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_RBRACK] = ACTIONS(2592), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(2594), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [429] = { - [sym__expression] = STATE(236), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_mutability_modifiers] = STATE(757), - [sym_mutable_expression] = STATE(1122), - [sym_plain_type] = STATE(4220), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2580), + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2935), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2949), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(2582), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_fn] = ACTIONS(475), - [anon_sym_PLUS] = ACTIONS(27), - [anon_sym_DASH] = ACTIONS(27), - [anon_sym_STAR] = ACTIONS(29), - [anon_sym_struct] = ACTIONS(477), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_RBRACK] = ACTIONS(2596), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(45), - [anon_sym_go] = ACTIONS(47), - [anon_sym_spawn] = ACTIONS(49), - [anon_sym_json_DOTdecode] = ACTIONS(51), - [anon_sym_LBRACK2] = ACTIONS(479), - [anon_sym_TILDE] = ACTIONS(27), - [anon_sym_CARET] = ACTIONS(27), - [anon_sym_AMP] = ACTIONS(55), - [anon_sym_LT_DASH] = ACTIONS(57), - [sym_none] = ACTIONS(59), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_nil] = ACTIONS(59), - [anon_sym_if] = ACTIONS(61), - [anon_sym_DOLLARif] = ACTIONS(63), - [anon_sym_match] = ACTIONS(65), - [anon_sym_select] = ACTIONS(67), - [anon_sym_lock] = ACTIONS(69), - [anon_sym_rlock] = ACTIONS(69), - [anon_sym_unsafe] = ACTIONS(71), - [anon_sym_sql] = ACTIONS(73), - [sym_int_literal] = ACTIONS(59), - [sym_float_literal] = ACTIONS(75), - [sym_rune_literal] = ACTIONS(75), - [anon_sym_AT] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(2598), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(111), - [sym___single_quote] = ACTIONS(113), - [sym___c_double_quote] = ACTIONS(115), - [sym___c_single_quote] = ACTIONS(117), - [sym___r_double_quote] = ACTIONS(119), - [sym___r_single_quote] = ACTIONS(121), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [430] = { - [sym__expression] = STATE(2702), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(583), - [sym_mutable_expression] = STATE(4531), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2724), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(946), + [sym_mutable_expression] = STATE(4533), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [431] = { - [sym__expression] = STATE(2633), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(639), - [sym_mutable_expression] = STATE(3343), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2989), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2955), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_RBRACK] = ACTIONS(2600), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(2602), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [432] = { - [sym__expression] = STATE(2685), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(583), - [sym_mutable_expression] = STATE(4552), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2945), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2942), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_RBRACK] = ACTIONS(2604), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(2606), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [433] = { - [sym__expression] = STATE(2466), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(843), - [sym_mutable_expression] = STATE(3665), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), + [sym__expression] = STATE(1775), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(566), + [sym_mutable_expression] = STATE(3352), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2428), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(1438), - [anon_sym_DASH] = ACTIONS(1438), - [anon_sym_STAR] = ACTIONS(1440), - [anon_sym_struct] = ACTIONS(1444), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(2430), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(2432), + [anon_sym_DASH] = ACTIONS(2432), + [anon_sym_STAR] = ACTIONS(2434), + [anon_sym_struct] = ACTIONS(809), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1446), - [anon_sym_go] = ACTIONS(1448), - [anon_sym_spawn] = ACTIONS(1450), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1438), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_LT_DASH] = ACTIONS(1458), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(1468), - [anon_sym_lock] = ACTIONS(1470), - [anon_sym_rlock] = ACTIONS(1470), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(2436), + [anon_sym_go] = ACTIONS(2438), + [anon_sym_spawn] = ACTIONS(2440), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(2442), + [anon_sym_TILDE] = ACTIONS(2432), + [anon_sym_CARET] = ACTIONS(2432), + [anon_sym_AMP] = ACTIONS(2444), + [anon_sym_LT_DASH] = ACTIONS(2446), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(829), + [anon_sym_DOLLARif] = ACTIONS(831), + [anon_sym_match] = ACTIONS(833), + [anon_sym_select] = ACTIONS(2448), + [anon_sym_lock] = ACTIONS(2450), + [anon_sym_rlock] = ACTIONS(2450), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_sql] = ACTIONS(841), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), }, [434] = { - [sym__expression] = STATE(2681), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(583), - [sym_mutable_expression] = STATE(4568), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2722), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(946), + [sym_mutable_expression] = STATE(4638), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [435] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2964), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2948), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2674), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(946), + [sym_mutable_expression] = STATE(4580), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_RBRACK] = ACTIONS(2584), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(2586), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [436] = { - [sym__expression] = STATE(2660), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2751), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_RBRACK] = ACTIONS(2608), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [437] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2973), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2979), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2983), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2947), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_RBRACK] = ACTIONS(2610), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(2612), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [438] = { - [sym__expression] = STATE(2762), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3667), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2364), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2366), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2372), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [ts_builtin_sym_end] = ACTIONS(2588), + [sym_identifier] = ACTIONS(2590), + [anon_sym_LF] = ACTIONS(2590), + [anon_sym_CR] = ACTIONS(2590), + [anon_sym_CR_LF] = ACTIONS(2590), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2590), + [anon_sym_as] = ACTIONS(2590), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_COMMA] = ACTIONS(2590), + [anon_sym_const] = ACTIONS(2590), + [anon_sym_LPAREN] = ACTIONS(2590), + [anon_sym_EQ] = ACTIONS(2590), + [anon_sym___global] = ACTIONS(2590), + [anon_sym_type] = ACTIONS(2590), + [anon_sym_PIPE] = ACTIONS(2590), + [anon_sym_fn] = ACTIONS(2590), + [anon_sym_PLUS] = ACTIONS(2590), + [anon_sym_DASH] = ACTIONS(2590), + [anon_sym_STAR] = ACTIONS(2590), + [anon_sym_SLASH] = ACTIONS(2590), + [anon_sym_PERCENT] = ACTIONS(2590), + [anon_sym_LT] = ACTIONS(2590), + [anon_sym_GT] = ACTIONS(2590), + [anon_sym_EQ_EQ] = ACTIONS(2590), + [anon_sym_BANG_EQ] = ACTIONS(2590), + [anon_sym_LT_EQ] = ACTIONS(2590), + [anon_sym_GT_EQ] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(2588), + [anon_sym_LT2] = ACTIONS(2590), + [anon_sym_struct] = ACTIONS(2590), + [anon_sym_union] = ACTIONS(2590), + [anon_sym_pub] = ACTIONS(2590), + [anon_sym_mut] = ACTIONS(2590), + [anon_sym_enum] = ACTIONS(2590), + [anon_sym_interface] = ACTIONS(2590), + [anon_sym_PLUS_PLUS] = ACTIONS(2590), + [anon_sym_DASH_DASH] = ACTIONS(2590), + [anon_sym_QMARK] = ACTIONS(2590), + [anon_sym_BANG] = ACTIONS(2590), + [anon_sym_go] = ACTIONS(2590), + [anon_sym_spawn] = ACTIONS(2590), + [anon_sym_json_DOTdecode] = ACTIONS(2590), + [anon_sym_LBRACK2] = ACTIONS(2590), + [anon_sym_TILDE] = ACTIONS(2590), + [anon_sym_CARET] = ACTIONS(2590), + [anon_sym_AMP] = ACTIONS(2590), + [anon_sym_LT_DASH] = ACTIONS(2590), + [anon_sym_LT_LT] = ACTIONS(2590), + [anon_sym_GT_GT] = ACTIONS(2590), + [anon_sym_GT_GT_GT] = ACTIONS(2590), + [anon_sym_AMP_CARET] = ACTIONS(2590), + [anon_sym_AMP_AMP] = ACTIONS(2590), + [anon_sym_PIPE_PIPE] = ACTIONS(2590), + [anon_sym_or] = ACTIONS(2590), + [sym_none] = ACTIONS(2590), + [sym_true] = ACTIONS(2590), + [sym_false] = ACTIONS(2590), + [sym_nil] = ACTIONS(2590), + [anon_sym_QMARK_DOT] = ACTIONS(2590), + [anon_sym_POUND_LBRACK] = ACTIONS(2590), + [anon_sym_if] = ACTIONS(2590), + [anon_sym_DOLLARif] = ACTIONS(2590), + [anon_sym_DOLLARelse] = ACTIONS(2590), + [anon_sym_is] = ACTIONS(2590), + [anon_sym_BANGis] = ACTIONS(2590), + [anon_sym_in] = ACTIONS(2590), + [anon_sym_BANGin] = ACTIONS(2590), + [anon_sym_match] = ACTIONS(2590), + [anon_sym_select] = ACTIONS(2590), + [anon_sym_STAR_EQ] = ACTIONS(2590), + [anon_sym_SLASH_EQ] = ACTIONS(2590), + [anon_sym_PERCENT_EQ] = ACTIONS(2590), + [anon_sym_LT_LT_EQ] = ACTIONS(2590), + [anon_sym_GT_GT_EQ] = ACTIONS(2590), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2590), + [anon_sym_AMP_EQ] = ACTIONS(2590), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2590), + [anon_sym_PLUS_EQ] = ACTIONS(2590), + [anon_sym_DASH_EQ] = ACTIONS(2590), + [anon_sym_PIPE_EQ] = ACTIONS(2590), + [anon_sym_CARET_EQ] = ACTIONS(2590), + [anon_sym_COLON_EQ] = ACTIONS(2590), + [anon_sym_lock] = ACTIONS(2590), + [anon_sym_rlock] = ACTIONS(2590), + [anon_sym_unsafe] = ACTIONS(2590), + [anon_sym_sql] = ACTIONS(2590), + [sym_int_literal] = ACTIONS(2590), + [sym_float_literal] = ACTIONS(2590), + [sym_rune_literal] = ACTIONS(2590), + [anon_sym_AT] = ACTIONS(2590), + [anon_sym_shared] = ACTIONS(2590), + [anon_sym_map_LBRACK] = ACTIONS(2590), + [anon_sym_chan] = ACTIONS(2590), + [anon_sym_thread] = ACTIONS(2590), + [anon_sym_atomic] = ACTIONS(2590), + [anon_sym_assert] = ACTIONS(2590), + [anon_sym_defer] = ACTIONS(2590), + [anon_sym_goto] = ACTIONS(2590), + [anon_sym_break] = ACTIONS(2590), + [anon_sym_continue] = ACTIONS(2590), + [anon_sym_return] = ACTIONS(2590), + [anon_sym_DOLLARfor] = ACTIONS(2590), + [anon_sym_for] = ACTIONS(2590), + [anon_sym_POUND] = ACTIONS(2590), + [anon_sym_asm] = ACTIONS(2590), + [anon_sym_AT_LBRACK] = ACTIONS(2590), + [sym___double_quote] = ACTIONS(2590), + [sym___single_quote] = ACTIONS(2590), + [sym___c_double_quote] = ACTIONS(2590), + [sym___c_single_quote] = ACTIONS(2590), + [sym___r_double_quote] = ACTIONS(2590), + [sym___r_single_quote] = ACTIONS(2590), }, [439] = { - [sym__expression] = STATE(2834), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [sym__expression] = STATE(2677), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(946), + [sym_mutable_expression] = STATE(4622), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [440] = { - [sym__expression] = STATE(2630), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2706), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(946), + [sym_mutable_expression] = STATE(4626), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [441] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2987), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2988), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2999), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2963), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_RBRACK] = ACTIONS(2614), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(2616), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [442] = { - [sym__expression] = STATE(2328), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2977), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2976), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(1438), - [anon_sym_DASH] = ACTIONS(1438), - [anon_sym_STAR] = ACTIONS(1440), - [anon_sym_struct] = ACTIONS(1444), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_RBRACK] = ACTIONS(2618), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1446), - [anon_sym_go] = ACTIONS(1448), - [anon_sym_spawn] = ACTIONS(1450), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1438), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_LT_DASH] = ACTIONS(1458), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(1468), - [anon_sym_lock] = ACTIONS(1470), - [anon_sym_rlock] = ACTIONS(1470), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(2620), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [443] = { - [sym__expression] = STATE(2842), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3667), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2490), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4065), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1085), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2364), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1087), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_COMMA] = ACTIONS(551), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_fn] = ACTIONS(1095), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_STAR] = ACTIONS(1099), + [anon_sym_struct] = ACTIONS(1101), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2366), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2372), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1103), + [anon_sym_go] = ACTIONS(1105), + [anon_sym_spawn] = ACTIONS(1107), + [anon_sym_json_DOTdecode] = ACTIONS(1109), + [anon_sym_LBRACK2] = ACTIONS(1111), + [anon_sym_TILDE] = ACTIONS(1097), + [anon_sym_CARET] = ACTIONS(1097), + [anon_sym_AMP] = ACTIONS(1113), + [anon_sym_LT_DASH] = ACTIONS(1115), + [sym_none] = ACTIONS(1117), + [sym_true] = ACTIONS(1117), + [sym_false] = ACTIONS(1117), + [sym_nil] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), + [anon_sym_DOLLARif] = ACTIONS(1123), + [anon_sym_match] = ACTIONS(1125), + [anon_sym_select] = ACTIONS(2622), + [anon_sym_lock] = ACTIONS(2624), + [anon_sym_rlock] = ACTIONS(2624), + [anon_sym_unsafe] = ACTIONS(1131), + [anon_sym_sql] = ACTIONS(1133), + [sym_int_literal] = ACTIONS(1117), + [sym_float_literal] = ACTIONS(1135), + [sym_rune_literal] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1139), + [sym___single_quote] = ACTIONS(1141), + [sym___c_double_quote] = ACTIONS(1143), + [sym___c_single_quote] = ACTIONS(1145), + [sym___r_double_quote] = ACTIONS(1147), + [sym___r_single_quote] = ACTIONS(1149), }, [444] = { - [sym__expression] = STATE(301), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_mutability_modifiers] = STATE(597), - [sym_plain_type] = STATE(4220), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2580), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(2582), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_fn] = ACTIONS(475), - [anon_sym_PLUS] = ACTIONS(27), - [anon_sym_DASH] = ACTIONS(27), - [anon_sym_STAR] = ACTIONS(29), - [anon_sym_struct] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(45), - [anon_sym_go] = ACTIONS(47), - [anon_sym_spawn] = ACTIONS(49), - [anon_sym_json_DOTdecode] = ACTIONS(51), - [anon_sym_LBRACK2] = ACTIONS(479), - [anon_sym_TILDE] = ACTIONS(27), - [anon_sym_CARET] = ACTIONS(27), - [anon_sym_AMP] = ACTIONS(55), - [anon_sym_LT_DASH] = ACTIONS(57), - [sym_none] = ACTIONS(59), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_nil] = ACTIONS(59), - [anon_sym_if] = ACTIONS(61), - [anon_sym_DOLLARif] = ACTIONS(63), - [anon_sym_match] = ACTIONS(65), - [anon_sym_select] = ACTIONS(67), - [anon_sym_lock] = ACTIONS(69), - [anon_sym_rlock] = ACTIONS(69), - [anon_sym_unsafe] = ACTIONS(71), - [anon_sym_sql] = ACTIONS(73), - [sym_int_literal] = ACTIONS(59), - [sym_float_literal] = ACTIONS(75), - [sym_rune_literal] = ACTIONS(75), - [anon_sym_AT] = ACTIONS(77), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(111), - [sym___single_quote] = ACTIONS(113), - [sym___c_double_quote] = ACTIONS(115), - [sym___c_single_quote] = ACTIONS(117), - [sym___r_double_quote] = ACTIONS(119), - [sym___r_single_quote] = ACTIONS(121), + [sym_type_parameters] = STATE(945), + [ts_builtin_sym_end] = ACTIONS(2626), + [sym_identifier] = ACTIONS(2628), + [anon_sym_LF] = ACTIONS(2628), + [anon_sym_CR] = ACTIONS(2628), + [anon_sym_CR_LF] = ACTIONS(2628), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2628), + [anon_sym_as] = ACTIONS(2628), + [anon_sym_LBRACE] = ACTIONS(2628), + [anon_sym_COMMA] = ACTIONS(2628), + [anon_sym_const] = ACTIONS(2628), + [anon_sym_LPAREN] = ACTIONS(2628), + [anon_sym_EQ] = ACTIONS(2628), + [anon_sym___global] = ACTIONS(2628), + [anon_sym_type] = ACTIONS(2628), + [anon_sym_PIPE] = ACTIONS(2628), + [anon_sym_fn] = ACTIONS(2628), + [anon_sym_PLUS] = ACTIONS(2628), + [anon_sym_DASH] = ACTIONS(2628), + [anon_sym_STAR] = ACTIONS(2628), + [anon_sym_SLASH] = ACTIONS(2628), + [anon_sym_PERCENT] = ACTIONS(2628), + [anon_sym_LT] = ACTIONS(2628), + [anon_sym_GT] = ACTIONS(2628), + [anon_sym_EQ_EQ] = ACTIONS(2628), + [anon_sym_BANG_EQ] = ACTIONS(2628), + [anon_sym_LT_EQ] = ACTIONS(2628), + [anon_sym_GT_EQ] = ACTIONS(2628), + [anon_sym_LBRACK] = ACTIONS(2626), + [anon_sym_LT2] = ACTIONS(2628), + [anon_sym_struct] = ACTIONS(2628), + [anon_sym_union] = ACTIONS(2628), + [anon_sym_pub] = ACTIONS(2628), + [anon_sym_mut] = ACTIONS(2628), + [anon_sym_enum] = ACTIONS(2628), + [anon_sym_interface] = ACTIONS(2628), + [anon_sym_PLUS_PLUS] = ACTIONS(2628), + [anon_sym_DASH_DASH] = ACTIONS(2628), + [anon_sym_QMARK] = ACTIONS(2628), + [anon_sym_BANG] = ACTIONS(2628), + [anon_sym_go] = ACTIONS(2628), + [anon_sym_spawn] = ACTIONS(2628), + [anon_sym_json_DOTdecode] = ACTIONS(2628), + [anon_sym_LBRACK2] = ACTIONS(2628), + [anon_sym_TILDE] = ACTIONS(2628), + [anon_sym_CARET] = ACTIONS(2628), + [anon_sym_AMP] = ACTIONS(2628), + [anon_sym_LT_DASH] = ACTIONS(2628), + [anon_sym_LT_LT] = ACTIONS(2628), + [anon_sym_GT_GT] = ACTIONS(2628), + [anon_sym_GT_GT_GT] = ACTIONS(2628), + [anon_sym_AMP_CARET] = ACTIONS(2628), + [anon_sym_AMP_AMP] = ACTIONS(2628), + [anon_sym_PIPE_PIPE] = ACTIONS(2628), + [anon_sym_or] = ACTIONS(2628), + [sym_none] = ACTIONS(2628), + [sym_true] = ACTIONS(2628), + [sym_false] = ACTIONS(2628), + [sym_nil] = ACTIONS(2628), + [anon_sym_QMARK_DOT] = ACTIONS(2628), + [anon_sym_POUND_LBRACK] = ACTIONS(2628), + [anon_sym_if] = ACTIONS(2628), + [anon_sym_DOLLARif] = ACTIONS(2628), + [anon_sym_is] = ACTIONS(2628), + [anon_sym_BANGis] = ACTIONS(2628), + [anon_sym_in] = ACTIONS(2628), + [anon_sym_BANGin] = ACTIONS(2628), + [anon_sym_match] = ACTIONS(2628), + [anon_sym_select] = ACTIONS(2628), + [anon_sym_STAR_EQ] = ACTIONS(2628), + [anon_sym_SLASH_EQ] = ACTIONS(2628), + [anon_sym_PERCENT_EQ] = ACTIONS(2628), + [anon_sym_LT_LT_EQ] = ACTIONS(2628), + [anon_sym_GT_GT_EQ] = ACTIONS(2628), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2628), + [anon_sym_AMP_EQ] = ACTIONS(2628), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2628), + [anon_sym_PLUS_EQ] = ACTIONS(2628), + [anon_sym_DASH_EQ] = ACTIONS(2628), + [anon_sym_PIPE_EQ] = ACTIONS(2628), + [anon_sym_CARET_EQ] = ACTIONS(2628), + [anon_sym_COLON_EQ] = ACTIONS(2628), + [anon_sym_lock] = ACTIONS(2628), + [anon_sym_rlock] = ACTIONS(2628), + [anon_sym_unsafe] = ACTIONS(2628), + [anon_sym_sql] = ACTIONS(2628), + [sym_int_literal] = ACTIONS(2628), + [sym_float_literal] = ACTIONS(2628), + [sym_rune_literal] = ACTIONS(2628), + [anon_sym_AT] = ACTIONS(2628), + [anon_sym_shared] = ACTIONS(2628), + [anon_sym_map_LBRACK] = ACTIONS(2628), + [anon_sym_chan] = ACTIONS(2628), + [anon_sym_thread] = ACTIONS(2628), + [anon_sym_atomic] = ACTIONS(2628), + [anon_sym_assert] = ACTIONS(2628), + [anon_sym_defer] = ACTIONS(2628), + [anon_sym_goto] = ACTIONS(2628), + [anon_sym_break] = ACTIONS(2628), + [anon_sym_continue] = ACTIONS(2628), + [anon_sym_return] = ACTIONS(2628), + [anon_sym_DOLLARfor] = ACTIONS(2628), + [anon_sym_for] = ACTIONS(2628), + [anon_sym_POUND] = ACTIONS(2628), + [anon_sym_asm] = ACTIONS(2628), + [anon_sym_AT_LBRACK] = ACTIONS(2628), + [sym___double_quote] = ACTIONS(2628), + [sym___single_quote] = ACTIONS(2628), + [sym___c_double_quote] = ACTIONS(2628), + [sym___c_single_quote] = ACTIONS(2628), + [sym___r_double_quote] = ACTIONS(2628), + [sym___r_single_quote] = ACTIONS(2628), }, [445] = { - [sym__expression] = STATE(303), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_mutability_modifiers] = STATE(597), - [sym_plain_type] = STATE(4220), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2580), + [sym__expression] = STATE(2860), + [sym__expression_without_blocks] = STATE(2144), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2144), + [sym_dec_expression] = STATE(2144), + [sym_or_block_expression] = STATE(2144), + [sym_option_propagation_expression] = STATE(2144), + [sym_result_propagation_expression] = STATE(2144), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2144), + [sym_spawn_expression] = STATE(2144), + [sym_parenthesized_expression] = STATE(2144), + [sym_call_expression] = STATE(2144), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2144), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2144), + [sym_receive_expression] = STATE(2144), + [sym_binary_expression] = STATE(2144), + [sym_as_type_cast_expression] = STATE(2144), + [sym__max_group] = STATE(2144), + [sym_literal] = STATE(2144), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2144), + [sym_fixed_array_creation] = STATE(2144), + [sym_selector_expression] = STATE(2144), + [sym_index_expression] = STATE(2144), + [sym_slice_expression] = STATE(2144), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2144), + [sym_not_is_expression] = STATE(2144), + [sym_in_expression] = STATE(2144), + [sym_not_in_expression] = STATE(2144), + [sym_enum_fetch] = STATE(2144), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2144), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1590), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(2582), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_fn] = ACTIONS(475), - [anon_sym_PLUS] = ACTIONS(27), - [anon_sym_DASH] = ACTIONS(27), - [anon_sym_STAR] = ACTIONS(29), - [anon_sym_struct] = ACTIONS(477), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_STAR] = ACTIONS(807), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(45), - [anon_sym_go] = ACTIONS(47), - [anon_sym_spawn] = ACTIONS(49), - [anon_sym_json_DOTdecode] = ACTIONS(51), - [anon_sym_LBRACK2] = ACTIONS(479), - [anon_sym_TILDE] = ACTIONS(27), - [anon_sym_CARET] = ACTIONS(27), - [anon_sym_AMP] = ACTIONS(55), - [anon_sym_LT_DASH] = ACTIONS(57), - [sym_none] = ACTIONS(59), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_nil] = ACTIONS(59), - [anon_sym_if] = ACTIONS(61), - [anon_sym_DOLLARif] = ACTIONS(63), - [anon_sym_match] = ACTIONS(65), - [anon_sym_select] = ACTIONS(67), - [anon_sym_lock] = ACTIONS(69), - [anon_sym_rlock] = ACTIONS(69), - [anon_sym_unsafe] = ACTIONS(71), - [anon_sym_sql] = ACTIONS(73), - [sym_int_literal] = ACTIONS(59), - [sym_float_literal] = ACTIONS(75), - [sym_rune_literal] = ACTIONS(75), - [anon_sym_AT] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_go] = ACTIONS(815), + [anon_sym_spawn] = ACTIONS(817), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(821), + [anon_sym_TILDE] = ACTIONS(805), + [anon_sym_CARET] = ACTIONS(805), + [anon_sym_AMP] = ACTIONS(823), + [anon_sym_LT_DASH] = ACTIONS(825), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(111), - [sym___single_quote] = ACTIONS(113), - [sym___c_double_quote] = ACTIONS(115), - [sym___c_single_quote] = ACTIONS(117), - [sym___r_double_quote] = ACTIONS(119), - [sym___r_single_quote] = ACTIONS(121), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), }, [446] = { - [sym__expression] = STATE(298), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_mutability_modifiers] = STATE(597), - [sym_plain_type] = STATE(4220), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2580), + [ts_builtin_sym_end] = ACTIONS(2630), + [sym_identifier] = ACTIONS(2632), + [anon_sym_LF] = ACTIONS(2632), + [anon_sym_CR] = ACTIONS(2632), + [anon_sym_CR_LF] = ACTIONS(2632), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2632), + [anon_sym_as] = ACTIONS(2632), + [anon_sym_LBRACE] = ACTIONS(2632), + [anon_sym_COMMA] = ACTIONS(2632), + [anon_sym_const] = ACTIONS(2632), + [anon_sym_LPAREN] = ACTIONS(2632), + [anon_sym_EQ] = ACTIONS(2632), + [anon_sym___global] = ACTIONS(2632), + [anon_sym_type] = ACTIONS(2632), + [anon_sym_PIPE] = ACTIONS(2632), + [anon_sym_fn] = ACTIONS(2632), + [anon_sym_PLUS] = ACTIONS(2632), + [anon_sym_DASH] = ACTIONS(2632), + [anon_sym_STAR] = ACTIONS(2632), + [anon_sym_SLASH] = ACTIONS(2632), + [anon_sym_PERCENT] = ACTIONS(2632), + [anon_sym_LT] = ACTIONS(2632), + [anon_sym_GT] = ACTIONS(2632), + [anon_sym_EQ_EQ] = ACTIONS(2632), + [anon_sym_BANG_EQ] = ACTIONS(2632), + [anon_sym_LT_EQ] = ACTIONS(2632), + [anon_sym_GT_EQ] = ACTIONS(2632), + [anon_sym_LBRACK] = ACTIONS(2630), + [anon_sym_LT2] = ACTIONS(2632), + [anon_sym_struct] = ACTIONS(2632), + [anon_sym_union] = ACTIONS(2632), + [anon_sym_pub] = ACTIONS(2632), + [anon_sym_mut] = ACTIONS(2632), + [anon_sym_enum] = ACTIONS(2632), + [anon_sym_interface] = ACTIONS(2632), + [anon_sym_PLUS_PLUS] = ACTIONS(2632), + [anon_sym_DASH_DASH] = ACTIONS(2632), + [anon_sym_QMARK] = ACTIONS(2632), + [anon_sym_BANG] = ACTIONS(2632), + [anon_sym_go] = ACTIONS(2632), + [anon_sym_spawn] = ACTIONS(2632), + [anon_sym_json_DOTdecode] = ACTIONS(2632), + [anon_sym_LBRACK2] = ACTIONS(2632), + [anon_sym_TILDE] = ACTIONS(2632), + [anon_sym_CARET] = ACTIONS(2632), + [anon_sym_AMP] = ACTIONS(2632), + [anon_sym_LT_DASH] = ACTIONS(2632), + [anon_sym_LT_LT] = ACTIONS(2632), + [anon_sym_GT_GT] = ACTIONS(2632), + [anon_sym_GT_GT_GT] = ACTIONS(2632), + [anon_sym_AMP_CARET] = ACTIONS(2632), + [anon_sym_AMP_AMP] = ACTIONS(2632), + [anon_sym_PIPE_PIPE] = ACTIONS(2632), + [anon_sym_or] = ACTIONS(2632), + [sym_none] = ACTIONS(2632), + [sym_true] = ACTIONS(2632), + [sym_false] = ACTIONS(2632), + [sym_nil] = ACTIONS(2632), + [anon_sym_QMARK_DOT] = ACTIONS(2632), + [anon_sym_POUND_LBRACK] = ACTIONS(2632), + [anon_sym_if] = ACTIONS(2632), + [anon_sym_DOLLARif] = ACTIONS(2632), + [anon_sym_is] = ACTIONS(2632), + [anon_sym_BANGis] = ACTIONS(2632), + [anon_sym_in] = ACTIONS(2632), + [anon_sym_BANGin] = ACTIONS(2632), + [anon_sym_match] = ACTIONS(2632), + [anon_sym_select] = ACTIONS(2632), + [anon_sym_STAR_EQ] = ACTIONS(2632), + [anon_sym_SLASH_EQ] = ACTIONS(2632), + [anon_sym_PERCENT_EQ] = ACTIONS(2632), + [anon_sym_LT_LT_EQ] = ACTIONS(2632), + [anon_sym_GT_GT_EQ] = ACTIONS(2632), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2632), + [anon_sym_AMP_EQ] = ACTIONS(2632), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2632), + [anon_sym_PLUS_EQ] = ACTIONS(2632), + [anon_sym_DASH_EQ] = ACTIONS(2632), + [anon_sym_PIPE_EQ] = ACTIONS(2632), + [anon_sym_CARET_EQ] = ACTIONS(2632), + [anon_sym_COLON_EQ] = ACTIONS(2632), + [anon_sym_lock] = ACTIONS(2632), + [anon_sym_rlock] = ACTIONS(2632), + [anon_sym_unsafe] = ACTIONS(2632), + [anon_sym_sql] = ACTIONS(2632), + [sym_int_literal] = ACTIONS(2632), + [sym_float_literal] = ACTIONS(2632), + [sym_rune_literal] = ACTIONS(2632), + [anon_sym_AT] = ACTIONS(2632), + [anon_sym_shared] = ACTIONS(2632), + [anon_sym_map_LBRACK] = ACTIONS(2632), + [anon_sym_chan] = ACTIONS(2632), + [anon_sym_thread] = ACTIONS(2632), + [anon_sym_atomic] = ACTIONS(2632), + [anon_sym_assert] = ACTIONS(2632), + [anon_sym_defer] = ACTIONS(2632), + [anon_sym_goto] = ACTIONS(2632), + [anon_sym_break] = ACTIONS(2632), + [anon_sym_continue] = ACTIONS(2632), + [anon_sym_return] = ACTIONS(2632), + [anon_sym_DOLLARfor] = ACTIONS(2632), + [anon_sym_for] = ACTIONS(2632), + [anon_sym_POUND] = ACTIONS(2632), + [anon_sym_asm] = ACTIONS(2632), + [anon_sym_AT_LBRACK] = ACTIONS(2632), + [sym___double_quote] = ACTIONS(2632), + [sym___single_quote] = ACTIONS(2632), + [sym___c_double_quote] = ACTIONS(2632), + [sym___c_single_quote] = ACTIONS(2632), + [sym___r_double_quote] = ACTIONS(2632), + [sym___r_single_quote] = ACTIONS(2632), + }, + [447] = { + [ts_builtin_sym_end] = ACTIONS(2634), + [sym_identifier] = ACTIONS(2636), + [anon_sym_LF] = ACTIONS(2636), + [anon_sym_CR] = ACTIONS(2636), + [anon_sym_CR_LF] = ACTIONS(2636), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2638), + [anon_sym_as] = ACTIONS(2636), + [anon_sym_LBRACE] = ACTIONS(2636), + [anon_sym_COMMA] = ACTIONS(2636), + [anon_sym_const] = ACTIONS(2636), + [anon_sym_LPAREN] = ACTIONS(2636), + [anon_sym_EQ] = ACTIONS(2636), + [anon_sym___global] = ACTIONS(2636), + [anon_sym_type] = ACTIONS(2636), + [anon_sym_PIPE] = ACTIONS(2636), + [anon_sym_fn] = ACTIONS(2636), + [anon_sym_PLUS] = ACTIONS(2636), + [anon_sym_DASH] = ACTIONS(2636), + [anon_sym_STAR] = ACTIONS(2636), + [anon_sym_SLASH] = ACTIONS(2636), + [anon_sym_PERCENT] = ACTIONS(2636), + [anon_sym_LT] = ACTIONS(2636), + [anon_sym_GT] = ACTIONS(2636), + [anon_sym_EQ_EQ] = ACTIONS(2636), + [anon_sym_BANG_EQ] = ACTIONS(2636), + [anon_sym_LT_EQ] = ACTIONS(2636), + [anon_sym_GT_EQ] = ACTIONS(2636), + [anon_sym_LBRACK] = ACTIONS(2634), + [anon_sym_LT2] = ACTIONS(2636), + [anon_sym_struct] = ACTIONS(2636), + [anon_sym_union] = ACTIONS(2636), + [anon_sym_pub] = ACTIONS(2636), + [anon_sym_mut] = ACTIONS(2636), + [anon_sym_enum] = ACTIONS(2636), + [anon_sym_interface] = ACTIONS(2636), + [anon_sym_PLUS_PLUS] = ACTIONS(2636), + [anon_sym_DASH_DASH] = ACTIONS(2636), + [anon_sym_QMARK] = ACTIONS(2636), + [anon_sym_BANG] = ACTIONS(2636), + [anon_sym_go] = ACTIONS(2636), + [anon_sym_spawn] = ACTIONS(2636), + [anon_sym_json_DOTdecode] = ACTIONS(2636), + [anon_sym_LBRACK2] = ACTIONS(2636), + [anon_sym_TILDE] = ACTIONS(2636), + [anon_sym_CARET] = ACTIONS(2636), + [anon_sym_AMP] = ACTIONS(2636), + [anon_sym_LT_DASH] = ACTIONS(2636), + [anon_sym_LT_LT] = ACTIONS(2636), + [anon_sym_GT_GT] = ACTIONS(2636), + [anon_sym_GT_GT_GT] = ACTIONS(2636), + [anon_sym_AMP_CARET] = ACTIONS(2636), + [anon_sym_AMP_AMP] = ACTIONS(2636), + [anon_sym_PIPE_PIPE] = ACTIONS(2636), + [anon_sym_or] = ACTIONS(2636), + [sym_none] = ACTIONS(2636), + [sym_true] = ACTIONS(2636), + [sym_false] = ACTIONS(2636), + [sym_nil] = ACTIONS(2636), + [anon_sym_QMARK_DOT] = ACTIONS(2636), + [anon_sym_POUND_LBRACK] = ACTIONS(2636), + [anon_sym_if] = ACTIONS(2636), + [anon_sym_DOLLARif] = ACTIONS(2636), + [anon_sym_is] = ACTIONS(2636), + [anon_sym_BANGis] = ACTIONS(2636), + [anon_sym_in] = ACTIONS(2636), + [anon_sym_BANGin] = ACTIONS(2636), + [anon_sym_match] = ACTIONS(2636), + [anon_sym_select] = ACTIONS(2636), + [anon_sym_STAR_EQ] = ACTIONS(2636), + [anon_sym_SLASH_EQ] = ACTIONS(2636), + [anon_sym_PERCENT_EQ] = ACTIONS(2636), + [anon_sym_LT_LT_EQ] = ACTIONS(2636), + [anon_sym_GT_GT_EQ] = ACTIONS(2636), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2636), + [anon_sym_AMP_EQ] = ACTIONS(2636), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2636), + [anon_sym_PLUS_EQ] = ACTIONS(2636), + [anon_sym_DASH_EQ] = ACTIONS(2636), + [anon_sym_PIPE_EQ] = ACTIONS(2636), + [anon_sym_CARET_EQ] = ACTIONS(2636), + [anon_sym_COLON_EQ] = ACTIONS(2636), + [anon_sym_lock] = ACTIONS(2636), + [anon_sym_rlock] = ACTIONS(2636), + [anon_sym_unsafe] = ACTIONS(2636), + [anon_sym_sql] = ACTIONS(2636), + [sym_int_literal] = ACTIONS(2636), + [sym_float_literal] = ACTIONS(2636), + [sym_rune_literal] = ACTIONS(2636), + [anon_sym_AT] = ACTIONS(2636), + [anon_sym_shared] = ACTIONS(2636), + [anon_sym_map_LBRACK] = ACTIONS(2636), + [anon_sym_chan] = ACTIONS(2636), + [anon_sym_thread] = ACTIONS(2636), + [anon_sym_atomic] = ACTIONS(2636), + [anon_sym_assert] = ACTIONS(2636), + [anon_sym_defer] = ACTIONS(2636), + [anon_sym_goto] = ACTIONS(2636), + [anon_sym_break] = ACTIONS(2636), + [anon_sym_continue] = ACTIONS(2636), + [anon_sym_return] = ACTIONS(2636), + [anon_sym_DOLLARfor] = ACTIONS(2636), + [anon_sym_for] = ACTIONS(2636), + [anon_sym_POUND] = ACTIONS(2636), + [anon_sym_asm] = ACTIONS(2636), + [anon_sym_AT_LBRACK] = ACTIONS(2636), + [sym___double_quote] = ACTIONS(2636), + [sym___single_quote] = ACTIONS(2636), + [sym___c_double_quote] = ACTIONS(2636), + [sym___c_single_quote] = ACTIONS(2636), + [sym___r_double_quote] = ACTIONS(2636), + [sym___r_single_quote] = ACTIONS(2636), + }, + [448] = { + [ts_builtin_sym_end] = ACTIONS(2641), + [sym_identifier] = ACTIONS(2643), + [anon_sym_LF] = ACTIONS(2643), + [anon_sym_CR] = ACTIONS(2643), + [anon_sym_CR_LF] = ACTIONS(2643), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2643), + [anon_sym_as] = ACTIONS(2643), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_COMMA] = ACTIONS(2643), + [anon_sym_const] = ACTIONS(2643), + [anon_sym_LPAREN] = ACTIONS(2643), + [anon_sym_EQ] = ACTIONS(2643), + [anon_sym___global] = ACTIONS(2643), + [anon_sym_type] = ACTIONS(2643), + [anon_sym_PIPE] = ACTIONS(2643), + [anon_sym_fn] = ACTIONS(2643), + [anon_sym_PLUS] = ACTIONS(2643), + [anon_sym_DASH] = ACTIONS(2643), + [anon_sym_STAR] = ACTIONS(2643), + [anon_sym_SLASH] = ACTIONS(2643), + [anon_sym_PERCENT] = ACTIONS(2643), + [anon_sym_LT] = ACTIONS(2643), + [anon_sym_GT] = ACTIONS(2643), + [anon_sym_EQ_EQ] = ACTIONS(2643), + [anon_sym_BANG_EQ] = ACTIONS(2643), + [anon_sym_LT_EQ] = ACTIONS(2643), + [anon_sym_GT_EQ] = ACTIONS(2643), + [anon_sym_LBRACK] = ACTIONS(2641), + [anon_sym_LT2] = ACTIONS(2643), + [anon_sym_struct] = ACTIONS(2643), + [anon_sym_union] = ACTIONS(2643), + [anon_sym_pub] = ACTIONS(2643), + [anon_sym_mut] = ACTIONS(2643), + [anon_sym_enum] = ACTIONS(2643), + [anon_sym_interface] = ACTIONS(2643), + [anon_sym_PLUS_PLUS] = ACTIONS(2643), + [anon_sym_DASH_DASH] = ACTIONS(2643), + [anon_sym_QMARK] = ACTIONS(2643), + [anon_sym_BANG] = ACTIONS(2643), + [anon_sym_go] = ACTIONS(2643), + [anon_sym_spawn] = ACTIONS(2643), + [anon_sym_json_DOTdecode] = ACTIONS(2643), + [anon_sym_LBRACK2] = ACTIONS(2643), + [anon_sym_TILDE] = ACTIONS(2643), + [anon_sym_CARET] = ACTIONS(2643), + [anon_sym_AMP] = ACTIONS(2643), + [anon_sym_LT_DASH] = ACTIONS(2643), + [anon_sym_LT_LT] = ACTIONS(2643), + [anon_sym_GT_GT] = ACTIONS(2643), + [anon_sym_GT_GT_GT] = ACTIONS(2643), + [anon_sym_AMP_CARET] = ACTIONS(2643), + [anon_sym_AMP_AMP] = ACTIONS(2643), + [anon_sym_PIPE_PIPE] = ACTIONS(2643), + [anon_sym_or] = ACTIONS(2643), + [sym_none] = ACTIONS(2643), + [sym_true] = ACTIONS(2643), + [sym_false] = ACTIONS(2643), + [sym_nil] = ACTIONS(2643), + [anon_sym_QMARK_DOT] = ACTIONS(2643), + [anon_sym_POUND_LBRACK] = ACTIONS(2643), + [anon_sym_if] = ACTIONS(2643), + [anon_sym_DOLLARif] = ACTIONS(2643), + [anon_sym_is] = ACTIONS(2643), + [anon_sym_BANGis] = ACTIONS(2643), + [anon_sym_in] = ACTIONS(2643), + [anon_sym_BANGin] = ACTIONS(2643), + [anon_sym_match] = ACTIONS(2643), + [anon_sym_select] = ACTIONS(2643), + [anon_sym_STAR_EQ] = ACTIONS(2643), + [anon_sym_SLASH_EQ] = ACTIONS(2643), + [anon_sym_PERCENT_EQ] = ACTIONS(2643), + [anon_sym_LT_LT_EQ] = ACTIONS(2643), + [anon_sym_GT_GT_EQ] = ACTIONS(2643), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2643), + [anon_sym_AMP_EQ] = ACTIONS(2643), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2643), + [anon_sym_PLUS_EQ] = ACTIONS(2643), + [anon_sym_DASH_EQ] = ACTIONS(2643), + [anon_sym_PIPE_EQ] = ACTIONS(2643), + [anon_sym_CARET_EQ] = ACTIONS(2643), + [anon_sym_COLON_EQ] = ACTIONS(2643), + [anon_sym_lock] = ACTIONS(2643), + [anon_sym_rlock] = ACTIONS(2643), + [anon_sym_unsafe] = ACTIONS(2643), + [anon_sym_sql] = ACTIONS(2643), + [sym_int_literal] = ACTIONS(2643), + [sym_float_literal] = ACTIONS(2643), + [sym_rune_literal] = ACTIONS(2643), + [anon_sym_AT] = ACTIONS(2643), + [anon_sym_shared] = ACTIONS(2643), + [anon_sym_map_LBRACK] = ACTIONS(2643), + [anon_sym_chan] = ACTIONS(2643), + [anon_sym_thread] = ACTIONS(2643), + [anon_sym_atomic] = ACTIONS(2643), + [anon_sym_assert] = ACTIONS(2643), + [anon_sym_defer] = ACTIONS(2643), + [anon_sym_goto] = ACTIONS(2643), + [anon_sym_break] = ACTIONS(2643), + [anon_sym_continue] = ACTIONS(2643), + [anon_sym_return] = ACTIONS(2643), + [anon_sym_DOLLARfor] = ACTIONS(2643), + [anon_sym_for] = ACTIONS(2643), + [anon_sym_POUND] = ACTIONS(2643), + [anon_sym_asm] = ACTIONS(2643), + [anon_sym_AT_LBRACK] = ACTIONS(2643), + [sym___double_quote] = ACTIONS(2643), + [sym___single_quote] = ACTIONS(2643), + [sym___c_double_quote] = ACTIONS(2643), + [sym___c_single_quote] = ACTIONS(2643), + [sym___r_double_quote] = ACTIONS(2643), + [sym___r_single_quote] = ACTIONS(2643), + }, + [449] = { + [sym__expression] = STATE(2858), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(2582), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_fn] = ACTIONS(475), - [anon_sym_PLUS] = ACTIONS(27), - [anon_sym_DASH] = ACTIONS(27), - [anon_sym_STAR] = ACTIONS(29), - [anon_sym_struct] = ACTIONS(477), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(45), - [anon_sym_go] = ACTIONS(47), - [anon_sym_spawn] = ACTIONS(49), - [anon_sym_json_DOTdecode] = ACTIONS(51), - [anon_sym_LBRACK2] = ACTIONS(479), - [anon_sym_TILDE] = ACTIONS(27), - [anon_sym_CARET] = ACTIONS(27), - [anon_sym_AMP] = ACTIONS(55), - [anon_sym_LT_DASH] = ACTIONS(57), - [sym_none] = ACTIONS(59), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_nil] = ACTIONS(59), - [anon_sym_if] = ACTIONS(61), - [anon_sym_DOLLARif] = ACTIONS(63), - [anon_sym_match] = ACTIONS(65), - [anon_sym_select] = ACTIONS(67), - [anon_sym_lock] = ACTIONS(69), - [anon_sym_rlock] = ACTIONS(69), - [anon_sym_unsafe] = ACTIONS(71), - [anon_sym_sql] = ACTIONS(73), - [sym_int_literal] = ACTIONS(59), - [sym_float_literal] = ACTIONS(75), - [sym_rune_literal] = ACTIONS(75), - [anon_sym_AT] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(111), - [sym___single_quote] = ACTIONS(113), - [sym___c_double_quote] = ACTIONS(115), - [sym___c_single_quote] = ACTIONS(117), - [sym___r_double_quote] = ACTIONS(119), - [sym___r_single_quote] = ACTIONS(121), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [447] = { - [sym__expression] = STATE(981), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), + [450] = { + [ts_builtin_sym_end] = ACTIONS(2645), + [sym_identifier] = ACTIONS(2647), + [anon_sym_LF] = ACTIONS(2647), + [anon_sym_CR] = ACTIONS(2647), + [anon_sym_CR_LF] = ACTIONS(2647), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2647), + [anon_sym_as] = ACTIONS(2647), + [anon_sym_LBRACE] = ACTIONS(2647), + [anon_sym_COMMA] = ACTIONS(2647), + [anon_sym_const] = ACTIONS(2647), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_EQ] = ACTIONS(2647), + [anon_sym___global] = ACTIONS(2647), + [anon_sym_type] = ACTIONS(2647), + [anon_sym_PIPE] = ACTIONS(2647), + [anon_sym_fn] = ACTIONS(2647), + [anon_sym_PLUS] = ACTIONS(2647), + [anon_sym_DASH] = ACTIONS(2647), + [anon_sym_STAR] = ACTIONS(2647), + [anon_sym_SLASH] = ACTIONS(2647), + [anon_sym_PERCENT] = ACTIONS(2647), + [anon_sym_LT] = ACTIONS(2647), + [anon_sym_GT] = ACTIONS(2647), + [anon_sym_EQ_EQ] = ACTIONS(2647), + [anon_sym_BANG_EQ] = ACTIONS(2647), + [anon_sym_LT_EQ] = ACTIONS(2647), + [anon_sym_GT_EQ] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2645), + [anon_sym_LT2] = ACTIONS(2647), + [anon_sym_struct] = ACTIONS(2647), + [anon_sym_union] = ACTIONS(2647), + [anon_sym_pub] = ACTIONS(2647), + [anon_sym_mut] = ACTIONS(2647), + [anon_sym_enum] = ACTIONS(2647), + [anon_sym_interface] = ACTIONS(2647), + [anon_sym_PLUS_PLUS] = ACTIONS(2647), + [anon_sym_DASH_DASH] = ACTIONS(2647), + [anon_sym_QMARK] = ACTIONS(2647), + [anon_sym_BANG] = ACTIONS(2647), + [anon_sym_go] = ACTIONS(2647), + [anon_sym_spawn] = ACTIONS(2647), + [anon_sym_json_DOTdecode] = ACTIONS(2647), + [anon_sym_LBRACK2] = ACTIONS(2647), + [anon_sym_TILDE] = ACTIONS(2647), + [anon_sym_CARET] = ACTIONS(2647), + [anon_sym_AMP] = ACTIONS(2647), + [anon_sym_LT_DASH] = ACTIONS(2647), + [anon_sym_LT_LT] = ACTIONS(2647), + [anon_sym_GT_GT] = ACTIONS(2647), + [anon_sym_GT_GT_GT] = ACTIONS(2647), + [anon_sym_AMP_CARET] = ACTIONS(2647), + [anon_sym_AMP_AMP] = ACTIONS(2647), + [anon_sym_PIPE_PIPE] = ACTIONS(2647), + [anon_sym_or] = ACTIONS(2647), + [sym_none] = ACTIONS(2647), + [sym_true] = ACTIONS(2647), + [sym_false] = ACTIONS(2647), + [sym_nil] = ACTIONS(2647), + [anon_sym_QMARK_DOT] = ACTIONS(2647), + [anon_sym_POUND_LBRACK] = ACTIONS(2647), + [anon_sym_if] = ACTIONS(2647), + [anon_sym_DOLLARif] = ACTIONS(2647), + [anon_sym_is] = ACTIONS(2647), + [anon_sym_BANGis] = ACTIONS(2647), + [anon_sym_in] = ACTIONS(2647), + [anon_sym_BANGin] = ACTIONS(2647), + [anon_sym_match] = ACTIONS(2647), + [anon_sym_select] = ACTIONS(2647), + [anon_sym_STAR_EQ] = ACTIONS(2647), + [anon_sym_SLASH_EQ] = ACTIONS(2647), + [anon_sym_PERCENT_EQ] = ACTIONS(2647), + [anon_sym_LT_LT_EQ] = ACTIONS(2647), + [anon_sym_GT_GT_EQ] = ACTIONS(2647), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2647), + [anon_sym_AMP_EQ] = ACTIONS(2647), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2647), + [anon_sym_PLUS_EQ] = ACTIONS(2647), + [anon_sym_DASH_EQ] = ACTIONS(2647), + [anon_sym_PIPE_EQ] = ACTIONS(2647), + [anon_sym_CARET_EQ] = ACTIONS(2647), + [anon_sym_COLON_EQ] = ACTIONS(2647), + [anon_sym_lock] = ACTIONS(2647), + [anon_sym_rlock] = ACTIONS(2647), + [anon_sym_unsafe] = ACTIONS(2647), + [anon_sym_sql] = ACTIONS(2647), + [sym_int_literal] = ACTIONS(2647), + [sym_float_literal] = ACTIONS(2647), + [sym_rune_literal] = ACTIONS(2647), + [anon_sym_AT] = ACTIONS(2647), + [anon_sym_shared] = ACTIONS(2647), + [anon_sym_map_LBRACK] = ACTIONS(2647), + [anon_sym_chan] = ACTIONS(2647), + [anon_sym_thread] = ACTIONS(2647), + [anon_sym_atomic] = ACTIONS(2647), + [anon_sym_assert] = ACTIONS(2647), + [anon_sym_defer] = ACTIONS(2647), + [anon_sym_goto] = ACTIONS(2647), + [anon_sym_break] = ACTIONS(2647), + [anon_sym_continue] = ACTIONS(2647), + [anon_sym_return] = ACTIONS(2647), + [anon_sym_DOLLARfor] = ACTIONS(2647), + [anon_sym_for] = ACTIONS(2647), + [anon_sym_POUND] = ACTIONS(2647), + [anon_sym_asm] = ACTIONS(2647), + [anon_sym_AT_LBRACK] = ACTIONS(2647), + [sym___double_quote] = ACTIONS(2647), + [sym___single_quote] = ACTIONS(2647), + [sym___c_double_quote] = ACTIONS(2647), + [sym___c_single_quote] = ACTIONS(2647), + [sym___r_double_quote] = ACTIONS(2647), + [sym___r_single_quote] = ACTIONS(2647), + }, + [451] = { + [ts_builtin_sym_end] = ACTIONS(2649), + [sym_identifier] = ACTIONS(2651), + [anon_sym_LF] = ACTIONS(2651), + [anon_sym_CR] = ACTIONS(2651), + [anon_sym_CR_LF] = ACTIONS(2651), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2651), + [anon_sym_as] = ACTIONS(2651), + [anon_sym_LBRACE] = ACTIONS(2651), + [anon_sym_COMMA] = ACTIONS(2651), + [anon_sym_const] = ACTIONS(2651), + [anon_sym_LPAREN] = ACTIONS(2651), + [anon_sym_EQ] = ACTIONS(2651), + [anon_sym___global] = ACTIONS(2651), + [anon_sym_type] = ACTIONS(2651), + [anon_sym_PIPE] = ACTIONS(2651), + [anon_sym_fn] = ACTIONS(2651), + [anon_sym_PLUS] = ACTIONS(2651), + [anon_sym_DASH] = ACTIONS(2651), + [anon_sym_STAR] = ACTIONS(2651), + [anon_sym_SLASH] = ACTIONS(2651), + [anon_sym_PERCENT] = ACTIONS(2651), + [anon_sym_LT] = ACTIONS(2651), + [anon_sym_GT] = ACTIONS(2651), + [anon_sym_EQ_EQ] = ACTIONS(2651), + [anon_sym_BANG_EQ] = ACTIONS(2651), + [anon_sym_LT_EQ] = ACTIONS(2651), + [anon_sym_GT_EQ] = ACTIONS(2651), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_LT2] = ACTIONS(2651), + [anon_sym_struct] = ACTIONS(2651), + [anon_sym_union] = ACTIONS(2651), + [anon_sym_pub] = ACTIONS(2651), + [anon_sym_mut] = ACTIONS(2651), + [anon_sym_enum] = ACTIONS(2651), + [anon_sym_interface] = ACTIONS(2651), + [anon_sym_PLUS_PLUS] = ACTIONS(2651), + [anon_sym_DASH_DASH] = ACTIONS(2651), + [anon_sym_QMARK] = ACTIONS(2651), + [anon_sym_BANG] = ACTIONS(2651), + [anon_sym_go] = ACTIONS(2651), + [anon_sym_spawn] = ACTIONS(2651), + [anon_sym_json_DOTdecode] = ACTIONS(2651), + [anon_sym_LBRACK2] = ACTIONS(2651), + [anon_sym_TILDE] = ACTIONS(2651), + [anon_sym_CARET] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2651), + [anon_sym_LT_DASH] = ACTIONS(2651), + [anon_sym_LT_LT] = ACTIONS(2651), + [anon_sym_GT_GT] = ACTIONS(2651), + [anon_sym_GT_GT_GT] = ACTIONS(2651), + [anon_sym_AMP_CARET] = ACTIONS(2651), + [anon_sym_AMP_AMP] = ACTIONS(2651), + [anon_sym_PIPE_PIPE] = ACTIONS(2651), + [anon_sym_or] = ACTIONS(2651), + [sym_none] = ACTIONS(2651), + [sym_true] = ACTIONS(2651), + [sym_false] = ACTIONS(2651), + [sym_nil] = ACTIONS(2651), + [anon_sym_QMARK_DOT] = ACTIONS(2651), + [anon_sym_POUND_LBRACK] = ACTIONS(2651), + [anon_sym_if] = ACTIONS(2651), + [anon_sym_DOLLARif] = ACTIONS(2651), + [anon_sym_is] = ACTIONS(2651), + [anon_sym_BANGis] = ACTIONS(2651), + [anon_sym_in] = ACTIONS(2651), + [anon_sym_BANGin] = ACTIONS(2651), + [anon_sym_match] = ACTIONS(2651), + [anon_sym_select] = ACTIONS(2651), + [anon_sym_STAR_EQ] = ACTIONS(2651), + [anon_sym_SLASH_EQ] = ACTIONS(2651), + [anon_sym_PERCENT_EQ] = ACTIONS(2651), + [anon_sym_LT_LT_EQ] = ACTIONS(2651), + [anon_sym_GT_GT_EQ] = ACTIONS(2651), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2651), + [anon_sym_AMP_EQ] = ACTIONS(2651), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2651), + [anon_sym_PLUS_EQ] = ACTIONS(2651), + [anon_sym_DASH_EQ] = ACTIONS(2651), + [anon_sym_PIPE_EQ] = ACTIONS(2651), + [anon_sym_CARET_EQ] = ACTIONS(2651), + [anon_sym_COLON_EQ] = ACTIONS(2651), + [anon_sym_lock] = ACTIONS(2651), + [anon_sym_rlock] = ACTIONS(2651), + [anon_sym_unsafe] = ACTIONS(2651), + [anon_sym_sql] = ACTIONS(2651), + [sym_int_literal] = ACTIONS(2651), + [sym_float_literal] = ACTIONS(2651), + [sym_rune_literal] = ACTIONS(2651), + [anon_sym_AT] = ACTIONS(2651), + [anon_sym_shared] = ACTIONS(2651), + [anon_sym_map_LBRACK] = ACTIONS(2651), + [anon_sym_chan] = ACTIONS(2651), + [anon_sym_thread] = ACTIONS(2651), + [anon_sym_atomic] = ACTIONS(2651), + [anon_sym_assert] = ACTIONS(2651), + [anon_sym_defer] = ACTIONS(2651), + [anon_sym_goto] = ACTIONS(2651), + [anon_sym_break] = ACTIONS(2651), + [anon_sym_continue] = ACTIONS(2651), + [anon_sym_return] = ACTIONS(2651), + [anon_sym_DOLLARfor] = ACTIONS(2651), + [anon_sym_for] = ACTIONS(2651), + [anon_sym_POUND] = ACTIONS(2651), + [anon_sym_asm] = ACTIONS(2651), + [anon_sym_AT_LBRACK] = ACTIONS(2651), + [sym___double_quote] = ACTIONS(2651), + [sym___single_quote] = ACTIONS(2651), + [sym___c_double_quote] = ACTIONS(2651), + [sym___c_single_quote] = ACTIONS(2651), + [sym___r_double_quote] = ACTIONS(2651), + [sym___r_single_quote] = ACTIONS(2651), + }, + [452] = { + [sym__expression] = STATE(2177), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_struct] = ACTIONS(501), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2663), + [anon_sym_DASH] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(2665), + [anon_sym_struct] = ACTIONS(2667), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2598), - [anon_sym_go] = ACTIONS(2600), - [anon_sym_spawn] = ACTIONS(2602), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2604), - [anon_sym_LT_DASH] = ACTIONS(2606), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(2608), - [anon_sym_lock] = ACTIONS(2610), - [anon_sym_rlock] = ACTIONS(2610), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), + [anon_sym_BANG] = ACTIONS(2669), + [anon_sym_go] = ACTIONS(2671), + [anon_sym_spawn] = ACTIONS(2673), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2663), + [anon_sym_CARET] = ACTIONS(2663), + [anon_sym_AMP] = ACTIONS(2679), + [anon_sym_LT_DASH] = ACTIONS(2681), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2691), + [anon_sym_lock] = ACTIONS(2693), + [anon_sym_rlock] = ACTIONS(2693), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, - [448] = { - [sym__expression] = STATE(2484), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4100), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [453] = { + [ts_builtin_sym_end] = ACTIONS(2715), + [sym_identifier] = ACTIONS(2717), + [anon_sym_LF] = ACTIONS(2717), + [anon_sym_CR] = ACTIONS(2717), + [anon_sym_CR_LF] = ACTIONS(2717), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2717), + [anon_sym_as] = ACTIONS(2717), + [anon_sym_LBRACE] = ACTIONS(2717), + [anon_sym_COMMA] = ACTIONS(2717), + [anon_sym_const] = ACTIONS(2717), + [anon_sym_LPAREN] = ACTIONS(2717), + [anon_sym_EQ] = ACTIONS(2717), + [anon_sym___global] = ACTIONS(2717), + [anon_sym_type] = ACTIONS(2717), + [anon_sym_PIPE] = ACTIONS(2717), + [anon_sym_fn] = ACTIONS(2717), + [anon_sym_PLUS] = ACTIONS(2717), + [anon_sym_DASH] = ACTIONS(2717), + [anon_sym_STAR] = ACTIONS(2717), + [anon_sym_SLASH] = ACTIONS(2717), + [anon_sym_PERCENT] = ACTIONS(2717), + [anon_sym_LT] = ACTIONS(2717), + [anon_sym_GT] = ACTIONS(2717), + [anon_sym_EQ_EQ] = ACTIONS(2717), + [anon_sym_BANG_EQ] = ACTIONS(2717), + [anon_sym_LT_EQ] = ACTIONS(2717), + [anon_sym_GT_EQ] = ACTIONS(2717), + [anon_sym_LBRACK] = ACTIONS(2715), + [anon_sym_LT2] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2717), + [anon_sym_union] = ACTIONS(2717), + [anon_sym_pub] = ACTIONS(2717), + [anon_sym_mut] = ACTIONS(2717), + [anon_sym_enum] = ACTIONS(2717), + [anon_sym_interface] = ACTIONS(2717), + [anon_sym_PLUS_PLUS] = ACTIONS(2717), + [anon_sym_DASH_DASH] = ACTIONS(2717), + [anon_sym_QMARK] = ACTIONS(2717), + [anon_sym_BANG] = ACTIONS(2717), + [anon_sym_go] = ACTIONS(2717), + [anon_sym_spawn] = ACTIONS(2717), + [anon_sym_json_DOTdecode] = ACTIONS(2717), + [anon_sym_LBRACK2] = ACTIONS(2717), + [anon_sym_TILDE] = ACTIONS(2717), + [anon_sym_CARET] = ACTIONS(2717), + [anon_sym_AMP] = ACTIONS(2717), + [anon_sym_LT_DASH] = ACTIONS(2717), + [anon_sym_LT_LT] = ACTIONS(2717), + [anon_sym_GT_GT] = ACTIONS(2717), + [anon_sym_GT_GT_GT] = ACTIONS(2717), + [anon_sym_AMP_CARET] = ACTIONS(2717), + [anon_sym_AMP_AMP] = ACTIONS(2717), + [anon_sym_PIPE_PIPE] = ACTIONS(2717), + [anon_sym_or] = ACTIONS(2717), + [sym_none] = ACTIONS(2717), + [sym_true] = ACTIONS(2717), + [sym_false] = ACTIONS(2717), + [sym_nil] = ACTIONS(2717), + [anon_sym_QMARK_DOT] = ACTIONS(2717), + [anon_sym_POUND_LBRACK] = ACTIONS(2717), + [anon_sym_if] = ACTIONS(2717), + [anon_sym_DOLLARif] = ACTIONS(2717), + [anon_sym_is] = ACTIONS(2717), + [anon_sym_BANGis] = ACTIONS(2717), + [anon_sym_in] = ACTIONS(2717), + [anon_sym_BANGin] = ACTIONS(2717), + [anon_sym_match] = ACTIONS(2717), + [anon_sym_select] = ACTIONS(2717), + [anon_sym_STAR_EQ] = ACTIONS(2717), + [anon_sym_SLASH_EQ] = ACTIONS(2717), + [anon_sym_PERCENT_EQ] = ACTIONS(2717), + [anon_sym_LT_LT_EQ] = ACTIONS(2717), + [anon_sym_GT_GT_EQ] = ACTIONS(2717), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2717), + [anon_sym_AMP_EQ] = ACTIONS(2717), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2717), + [anon_sym_PLUS_EQ] = ACTIONS(2717), + [anon_sym_DASH_EQ] = ACTIONS(2717), + [anon_sym_PIPE_EQ] = ACTIONS(2717), + [anon_sym_CARET_EQ] = ACTIONS(2717), + [anon_sym_COLON_EQ] = ACTIONS(2717), + [anon_sym_lock] = ACTIONS(2717), + [anon_sym_rlock] = ACTIONS(2717), + [anon_sym_unsafe] = ACTIONS(2717), + [anon_sym_sql] = ACTIONS(2717), + [sym_int_literal] = ACTIONS(2717), + [sym_float_literal] = ACTIONS(2717), + [sym_rune_literal] = ACTIONS(2717), + [anon_sym_AT] = ACTIONS(2717), + [anon_sym_shared] = ACTIONS(2717), + [anon_sym_map_LBRACK] = ACTIONS(2717), + [anon_sym_chan] = ACTIONS(2717), + [anon_sym_thread] = ACTIONS(2717), + [anon_sym_atomic] = ACTIONS(2717), + [anon_sym_assert] = ACTIONS(2717), + [anon_sym_defer] = ACTIONS(2717), + [anon_sym_goto] = ACTIONS(2717), + [anon_sym_break] = ACTIONS(2717), + [anon_sym_continue] = ACTIONS(2717), + [anon_sym_return] = ACTIONS(2717), + [anon_sym_DOLLARfor] = ACTIONS(2717), + [anon_sym_for] = ACTIONS(2717), + [anon_sym_POUND] = ACTIONS(2717), + [anon_sym_asm] = ACTIONS(2717), + [anon_sym_AT_LBRACK] = ACTIONS(2717), + [sym___double_quote] = ACTIONS(2717), + [sym___single_quote] = ACTIONS(2717), + [sym___c_double_quote] = ACTIONS(2717), + [sym___c_single_quote] = ACTIONS(2717), + [sym___r_double_quote] = ACTIONS(2717), + [sym___r_single_quote] = ACTIONS(2717), + }, + [454] = { + [sym__expression] = STATE(2490), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4067), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1085), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), [anon_sym_LBRACE] = ACTIONS(1089), @@ -78251,18 +79138,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fn] = ACTIONS(1095), [anon_sym_PLUS] = ACTIONS(1097), [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_STAR] = ACTIONS(2612), + [anon_sym_STAR] = ACTIONS(1099), [anon_sym_struct] = ACTIONS(1101), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2614), + [anon_sym_BANG] = ACTIONS(1103), [anon_sym_go] = ACTIONS(1105), [anon_sym_spawn] = ACTIONS(1107), [anon_sym_json_DOTdecode] = ACTIONS(1109), [anon_sym_LBRACK2] = ACTIONS(1111), [anon_sym_TILDE] = ACTIONS(1097), [anon_sym_CARET] = ACTIONS(1097), - [anon_sym_AMP] = ACTIONS(2616), + [anon_sym_AMP] = ACTIONS(1113), [anon_sym_LT_DASH] = ACTIONS(1115), [sym_none] = ACTIONS(1117), [sym_true] = ACTIONS(1117), @@ -78271,9 +79158,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1119), [anon_sym_DOLLARif] = ACTIONS(1123), [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2568), - [anon_sym_lock] = ACTIONS(2570), - [anon_sym_rlock] = ACTIONS(2570), + [anon_sym_select] = ACTIONS(2622), + [anon_sym_lock] = ACTIONS(2624), + [anon_sym_rlock] = ACTIONS(2624), [anon_sym_unsafe] = ACTIONS(1131), [anon_sym_sql] = ACTIONS(1133), [sym_int_literal] = ACTIONS(1117), @@ -78292,206 +79179,320 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1147), [sym___r_single_quote] = ACTIONS(1149), }, - [449] = { - [sym__expression] = STATE(964), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), + [455] = { + [sym__expression] = STATE(2490), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4060), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1085), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2180), - [anon_sym_DASH] = ACTIONS(2180), - [anon_sym_STAR] = ACTIONS(2182), - [anon_sym_struct] = ACTIONS(501), + [anon_sym_DOT] = ACTIONS(1087), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_fn] = ACTIONS(1095), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_STAR] = ACTIONS(1099), + [anon_sym_struct] = ACTIONS(1101), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2184), - [anon_sym_go] = ACTIONS(507), - [anon_sym_spawn] = ACTIONS(509), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2180), - [anon_sym_CARET] = ACTIONS(2180), - [anon_sym_AMP] = ACTIONS(2190), - [anon_sym_LT_DASH] = ACTIONS(2192), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(527), - [anon_sym_lock] = ACTIONS(529), - [anon_sym_rlock] = ACTIONS(529), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), + [anon_sym_BANG] = ACTIONS(1103), + [anon_sym_go] = ACTIONS(1105), + [anon_sym_spawn] = ACTIONS(1107), + [anon_sym_json_DOTdecode] = ACTIONS(1109), + [anon_sym_LBRACK2] = ACTIONS(1111), + [anon_sym_TILDE] = ACTIONS(1097), + [anon_sym_CARET] = ACTIONS(1097), + [anon_sym_AMP] = ACTIONS(1113), + [anon_sym_LT_DASH] = ACTIONS(1115), + [sym_none] = ACTIONS(1117), + [sym_true] = ACTIONS(1117), + [sym_false] = ACTIONS(1117), + [sym_nil] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), + [anon_sym_DOLLARif] = ACTIONS(1123), + [anon_sym_match] = ACTIONS(1125), + [anon_sym_select] = ACTIONS(2622), + [anon_sym_lock] = ACTIONS(2624), + [anon_sym_rlock] = ACTIONS(2624), + [anon_sym_unsafe] = ACTIONS(1131), + [anon_sym_sql] = ACTIONS(1133), + [sym_int_literal] = ACTIONS(1117), + [sym_float_literal] = ACTIONS(1135), + [sym_rune_literal] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), + [sym___double_quote] = ACTIONS(1139), + [sym___single_quote] = ACTIONS(1141), + [sym___c_double_quote] = ACTIONS(1143), + [sym___c_single_quote] = ACTIONS(1145), + [sym___r_double_quote] = ACTIONS(1147), + [sym___r_single_quote] = ACTIONS(1149), }, - [450] = { - [sym__expression] = STATE(2491), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [456] = { + [ts_builtin_sym_end] = ACTIONS(2719), + [sym_identifier] = ACTIONS(2721), + [anon_sym_LF] = ACTIONS(2721), + [anon_sym_CR] = ACTIONS(2721), + [anon_sym_CR_LF] = ACTIONS(2721), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2721), + [anon_sym_as] = ACTIONS(2721), + [anon_sym_LBRACE] = ACTIONS(2721), + [anon_sym_COMMA] = ACTIONS(2721), + [anon_sym_const] = ACTIONS(2721), + [anon_sym_LPAREN] = ACTIONS(2721), + [anon_sym_EQ] = ACTIONS(2721), + [anon_sym___global] = ACTIONS(2721), + [anon_sym_type] = ACTIONS(2721), + [anon_sym_PIPE] = ACTIONS(2721), + [anon_sym_fn] = ACTIONS(2721), + [anon_sym_PLUS] = ACTIONS(2721), + [anon_sym_DASH] = ACTIONS(2721), + [anon_sym_STAR] = ACTIONS(2721), + [anon_sym_SLASH] = ACTIONS(2721), + [anon_sym_PERCENT] = ACTIONS(2721), + [anon_sym_LT] = ACTIONS(2721), + [anon_sym_GT] = ACTIONS(2721), + [anon_sym_EQ_EQ] = ACTIONS(2721), + [anon_sym_BANG_EQ] = ACTIONS(2721), + [anon_sym_LT_EQ] = ACTIONS(2721), + [anon_sym_GT_EQ] = ACTIONS(2721), + [anon_sym_LBRACK] = ACTIONS(2719), + [anon_sym_LT2] = ACTIONS(2721), + [anon_sym_struct] = ACTIONS(2721), + [anon_sym_union] = ACTIONS(2721), + [anon_sym_pub] = ACTIONS(2721), + [anon_sym_mut] = ACTIONS(2721), + [anon_sym_enum] = ACTIONS(2721), + [anon_sym_interface] = ACTIONS(2721), + [anon_sym_PLUS_PLUS] = ACTIONS(2721), + [anon_sym_DASH_DASH] = ACTIONS(2721), + [anon_sym_QMARK] = ACTIONS(2721), + [anon_sym_BANG] = ACTIONS(2721), + [anon_sym_go] = ACTIONS(2721), + [anon_sym_spawn] = ACTIONS(2721), + [anon_sym_json_DOTdecode] = ACTIONS(2721), + [anon_sym_LBRACK2] = ACTIONS(2721), + [anon_sym_TILDE] = ACTIONS(2721), + [anon_sym_CARET] = ACTIONS(2721), + [anon_sym_AMP] = ACTIONS(2721), + [anon_sym_LT_DASH] = ACTIONS(2721), + [anon_sym_LT_LT] = ACTIONS(2721), + [anon_sym_GT_GT] = ACTIONS(2721), + [anon_sym_GT_GT_GT] = ACTIONS(2721), + [anon_sym_AMP_CARET] = ACTIONS(2721), + [anon_sym_AMP_AMP] = ACTIONS(2721), + [anon_sym_PIPE_PIPE] = ACTIONS(2721), + [anon_sym_or] = ACTIONS(2721), + [sym_none] = ACTIONS(2721), + [sym_true] = ACTIONS(2721), + [sym_false] = ACTIONS(2721), + [sym_nil] = ACTIONS(2721), + [anon_sym_QMARK_DOT] = ACTIONS(2721), + [anon_sym_POUND_LBRACK] = ACTIONS(2721), + [anon_sym_if] = ACTIONS(2721), + [anon_sym_DOLLARif] = ACTIONS(2721), + [anon_sym_is] = ACTIONS(2721), + [anon_sym_BANGis] = ACTIONS(2721), + [anon_sym_in] = ACTIONS(2721), + [anon_sym_BANGin] = ACTIONS(2721), + [anon_sym_match] = ACTIONS(2721), + [anon_sym_select] = ACTIONS(2721), + [anon_sym_STAR_EQ] = ACTIONS(2721), + [anon_sym_SLASH_EQ] = ACTIONS(2721), + [anon_sym_PERCENT_EQ] = ACTIONS(2721), + [anon_sym_LT_LT_EQ] = ACTIONS(2721), + [anon_sym_GT_GT_EQ] = ACTIONS(2721), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2721), + [anon_sym_AMP_EQ] = ACTIONS(2721), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2721), + [anon_sym_PLUS_EQ] = ACTIONS(2721), + [anon_sym_DASH_EQ] = ACTIONS(2721), + [anon_sym_PIPE_EQ] = ACTIONS(2721), + [anon_sym_CARET_EQ] = ACTIONS(2721), + [anon_sym_COLON_EQ] = ACTIONS(2721), + [anon_sym_lock] = ACTIONS(2721), + [anon_sym_rlock] = ACTIONS(2721), + [anon_sym_unsafe] = ACTIONS(2721), + [anon_sym_sql] = ACTIONS(2721), + [sym_int_literal] = ACTIONS(2721), + [sym_float_literal] = ACTIONS(2721), + [sym_rune_literal] = ACTIONS(2721), + [anon_sym_AT] = ACTIONS(2721), + [anon_sym_shared] = ACTIONS(2721), + [anon_sym_map_LBRACK] = ACTIONS(2721), + [anon_sym_chan] = ACTIONS(2721), + [anon_sym_thread] = ACTIONS(2721), + [anon_sym_atomic] = ACTIONS(2721), + [anon_sym_assert] = ACTIONS(2721), + [anon_sym_defer] = ACTIONS(2721), + [anon_sym_goto] = ACTIONS(2721), + [anon_sym_break] = ACTIONS(2721), + [anon_sym_continue] = ACTIONS(2721), + [anon_sym_return] = ACTIONS(2721), + [anon_sym_DOLLARfor] = ACTIONS(2721), + [anon_sym_for] = ACTIONS(2721), + [anon_sym_POUND] = ACTIONS(2721), + [anon_sym_asm] = ACTIONS(2721), + [anon_sym_AT_LBRACK] = ACTIONS(2721), + [sym___double_quote] = ACTIONS(2721), + [sym___single_quote] = ACTIONS(2721), + [sym___c_double_quote] = ACTIONS(2721), + [sym___c_single_quote] = ACTIONS(2721), + [sym___r_double_quote] = ACTIONS(2721), + [sym___r_single_quote] = ACTIONS(2721), + }, + [457] = { + [sym__expression] = STATE(2479), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), [anon_sym_LBRACE] = ACTIONS(1430), [anon_sym_LPAREN] = ACTIONS(1432), [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(2618), - [anon_sym_DASH] = ACTIONS(2618), - [anon_sym_STAR] = ACTIONS(2620), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2725), [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2622), - [anon_sym_go] = ACTIONS(2624), - [anon_sym_spawn] = ACTIONS(2626), + [anon_sym_BANG] = ACTIONS(2727), + [anon_sym_go] = ACTIONS(2729), + [anon_sym_spawn] = ACTIONS(2731), [anon_sym_json_DOTdecode] = ACTIONS(1452), [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(2618), - [anon_sym_CARET] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2628), - [anon_sym_LT_DASH] = ACTIONS(2630), + [anon_sym_TILDE] = ACTIONS(2723), + [anon_sym_CARET] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_LT_DASH] = ACTIONS(2735), [sym_none] = ACTIONS(1460), [sym_true] = ACTIONS(1460), [sym_false] = ACTIONS(1460), @@ -78499,9 +79500,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1462), [anon_sym_DOLLARif] = ACTIONS(1464), [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(2632), - [anon_sym_lock] = ACTIONS(2634), - [anon_sym_rlock] = ACTIONS(2634), + [anon_sym_select] = ACTIONS(2737), + [anon_sym_lock] = ACTIONS(2739), + [anon_sym_rlock] = ACTIONS(2739), [anon_sym_unsafe] = ACTIONS(1472), [anon_sym_sql] = ACTIONS(1474), [sym_int_literal] = ACTIONS(1460), @@ -78520,1802 +79521,1232 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1488), [sym___r_single_quote] = ACTIONS(1490), }, - [451] = { - [sym__expression] = STATE(965), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), + [458] = { + [sym__expression] = STATE(2147), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4344), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2180), - [anon_sym_DASH] = ACTIONS(2180), - [anon_sym_STAR] = ACTIONS(2182), - [anon_sym_struct] = ACTIONS(501), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2741), + [anon_sym_DASH] = ACTIONS(2741), + [anon_sym_STAR] = ACTIONS(2743), + [anon_sym_struct] = ACTIONS(2667), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2184), - [anon_sym_go] = ACTIONS(507), - [anon_sym_spawn] = ACTIONS(509), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2180), - [anon_sym_CARET] = ACTIONS(2180), - [anon_sym_AMP] = ACTIONS(2190), - [anon_sym_LT_DASH] = ACTIONS(2192), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(527), - [anon_sym_lock] = ACTIONS(529), - [anon_sym_rlock] = ACTIONS(529), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), + [anon_sym_BANG] = ACTIONS(2745), + [anon_sym_go] = ACTIONS(2747), + [anon_sym_spawn] = ACTIONS(2749), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2741), + [anon_sym_CARET] = ACTIONS(2741), + [anon_sym_AMP] = ACTIONS(2751), + [anon_sym_LT_DASH] = ACTIONS(2753), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2755), + [anon_sym_lock] = ACTIONS(2757), + [anon_sym_rlock] = ACTIONS(2757), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, - [452] = { - [sym__expression] = STATE(966), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), + [459] = { + [sym__expression] = STATE(2147), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4342), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2180), - [anon_sym_DASH] = ACTIONS(2180), - [anon_sym_STAR] = ACTIONS(2182), - [anon_sym_struct] = ACTIONS(501), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2741), + [anon_sym_DASH] = ACTIONS(2741), + [anon_sym_STAR] = ACTIONS(2743), + [anon_sym_struct] = ACTIONS(2667), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2184), - [anon_sym_go] = ACTIONS(507), - [anon_sym_spawn] = ACTIONS(509), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2180), - [anon_sym_CARET] = ACTIONS(2180), - [anon_sym_AMP] = ACTIONS(2190), - [anon_sym_LT_DASH] = ACTIONS(2192), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(527), - [anon_sym_lock] = ACTIONS(529), - [anon_sym_rlock] = ACTIONS(529), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), + [anon_sym_BANG] = ACTIONS(2745), + [anon_sym_go] = ACTIONS(2747), + [anon_sym_spawn] = ACTIONS(2749), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2741), + [anon_sym_CARET] = ACTIONS(2741), + [anon_sym_AMP] = ACTIONS(2751), + [anon_sym_LT_DASH] = ACTIONS(2753), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2755), + [anon_sym_lock] = ACTIONS(2757), + [anon_sym_rlock] = ACTIONS(2757), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, - [453] = { - [sym__expression] = STATE(353), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_mutability_modifiers] = STATE(597), - [sym_plain_type] = STATE(4220), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2580), + [460] = { + [sym__expression] = STATE(2176), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(2582), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_fn] = ACTIONS(475), - [anon_sym_PLUS] = ACTIONS(27), - [anon_sym_DASH] = ACTIONS(27), - [anon_sym_STAR] = ACTIONS(29), - [anon_sym_struct] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(45), - [anon_sym_go] = ACTIONS(47), - [anon_sym_spawn] = ACTIONS(49), - [anon_sym_json_DOTdecode] = ACTIONS(51), - [anon_sym_LBRACK2] = ACTIONS(479), - [anon_sym_TILDE] = ACTIONS(27), - [anon_sym_CARET] = ACTIONS(27), - [anon_sym_AMP] = ACTIONS(55), - [anon_sym_LT_DASH] = ACTIONS(57), - [sym_none] = ACTIONS(59), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_nil] = ACTIONS(59), - [anon_sym_if] = ACTIONS(61), - [anon_sym_DOLLARif] = ACTIONS(63), - [anon_sym_match] = ACTIONS(65), - [anon_sym_select] = ACTIONS(67), - [anon_sym_lock] = ACTIONS(69), - [anon_sym_rlock] = ACTIONS(69), - [anon_sym_unsafe] = ACTIONS(71), - [anon_sym_sql] = ACTIONS(73), - [sym_int_literal] = ACTIONS(59), - [sym_float_literal] = ACTIONS(75), - [sym_rune_literal] = ACTIONS(75), - [anon_sym_AT] = ACTIONS(77), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(111), - [sym___single_quote] = ACTIONS(113), - [sym___c_double_quote] = ACTIONS(115), - [sym___c_single_quote] = ACTIONS(117), - [sym___r_double_quote] = ACTIONS(119), - [sym___r_single_quote] = ACTIONS(121), - }, - [454] = { - [sym__expression] = STATE(292), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_mutability_modifiers] = STATE(597), - [sym_plain_type] = STATE(4220), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2580), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(2582), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_fn] = ACTIONS(475), - [anon_sym_PLUS] = ACTIONS(27), - [anon_sym_DASH] = ACTIONS(27), - [anon_sym_STAR] = ACTIONS(29), - [anon_sym_struct] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(45), - [anon_sym_go] = ACTIONS(47), - [anon_sym_spawn] = ACTIONS(49), - [anon_sym_json_DOTdecode] = ACTIONS(51), - [anon_sym_LBRACK2] = ACTIONS(479), - [anon_sym_TILDE] = ACTIONS(27), - [anon_sym_CARET] = ACTIONS(27), - [anon_sym_AMP] = ACTIONS(55), - [anon_sym_LT_DASH] = ACTIONS(57), - [sym_none] = ACTIONS(59), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_nil] = ACTIONS(59), - [anon_sym_if] = ACTIONS(61), - [anon_sym_DOLLARif] = ACTIONS(63), - [anon_sym_match] = ACTIONS(65), - [anon_sym_select] = ACTIONS(67), - [anon_sym_lock] = ACTIONS(69), - [anon_sym_rlock] = ACTIONS(69), - [anon_sym_unsafe] = ACTIONS(71), - [anon_sym_sql] = ACTIONS(73), - [sym_int_literal] = ACTIONS(59), - [sym_float_literal] = ACTIONS(75), - [sym_rune_literal] = ACTIONS(75), - [anon_sym_AT] = ACTIONS(77), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(111), - [sym___single_quote] = ACTIONS(113), - [sym___c_double_quote] = ACTIONS(115), - [sym___c_single_quote] = ACTIONS(117), - [sym___r_double_quote] = ACTIONS(119), - [sym___r_single_quote] = ACTIONS(121), - }, - [455] = { - [sym__expression] = STATE(297), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_mutability_modifiers] = STATE(597), - [sym_plain_type] = STATE(4220), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2580), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(2582), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_fn] = ACTIONS(475), - [anon_sym_PLUS] = ACTIONS(27), - [anon_sym_DASH] = ACTIONS(27), - [anon_sym_STAR] = ACTIONS(29), - [anon_sym_struct] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(45), - [anon_sym_go] = ACTIONS(47), - [anon_sym_spawn] = ACTIONS(49), - [anon_sym_json_DOTdecode] = ACTIONS(51), - [anon_sym_LBRACK2] = ACTIONS(479), - [anon_sym_TILDE] = ACTIONS(27), - [anon_sym_CARET] = ACTIONS(27), - [anon_sym_AMP] = ACTIONS(55), - [anon_sym_LT_DASH] = ACTIONS(57), - [sym_none] = ACTIONS(59), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_nil] = ACTIONS(59), - [anon_sym_if] = ACTIONS(61), - [anon_sym_DOLLARif] = ACTIONS(63), - [anon_sym_match] = ACTIONS(65), - [anon_sym_select] = ACTIONS(67), - [anon_sym_lock] = ACTIONS(69), - [anon_sym_rlock] = ACTIONS(69), - [anon_sym_unsafe] = ACTIONS(71), - [anon_sym_sql] = ACTIONS(73), - [sym_int_literal] = ACTIONS(59), - [sym_float_literal] = ACTIONS(75), - [sym_rune_literal] = ACTIONS(75), - [anon_sym_AT] = ACTIONS(77), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(111), - [sym___single_quote] = ACTIONS(113), - [sym___c_double_quote] = ACTIONS(115), - [sym___c_single_quote] = ACTIONS(117), - [sym___r_double_quote] = ACTIONS(119), - [sym___r_single_quote] = ACTIONS(121), - }, - [456] = { - [sym__expression] = STATE(2329), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(1438), - [anon_sym_DASH] = ACTIONS(1438), - [anon_sym_STAR] = ACTIONS(1440), - [anon_sym_struct] = ACTIONS(1444), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1446), - [anon_sym_go] = ACTIONS(1448), - [anon_sym_spawn] = ACTIONS(1450), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1438), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_LT_DASH] = ACTIONS(1458), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(1468), - [anon_sym_lock] = ACTIONS(1470), - [anon_sym_rlock] = ACTIONS(1470), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), - }, - [457] = { - [sym__expression] = STATE(2859), - [sym__expression_without_blocks] = STATE(2900), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2900), - [sym_dec_expression] = STATE(2900), - [sym_or_block_expression] = STATE(2900), - [sym_option_propagation_expression] = STATE(2900), - [sym_result_propagation_expression] = STATE(2900), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2900), - [sym_spawn_expression] = STATE(2900), - [sym_parenthesized_expression] = STATE(2900), - [sym_call_expression] = STATE(2900), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2900), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2900), - [sym_receive_expression] = STATE(2900), - [sym_binary_expression] = STATE(2900), - [sym_as_type_cast_expression] = STATE(2900), - [sym__max_group] = STATE(2900), - [sym_literal] = STATE(2900), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2900), - [sym_fixed_array_creation] = STATE(2900), - [sym_selector_expression] = STATE(2900), - [sym_index_expression] = STATE(2900), - [sym_slice_expression] = STATE(2900), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2900), - [sym_not_is_expression] = STATE(2900), - [sym_in_expression] = STATE(2900), - [sym_not_in_expression] = STATE(2900), - [sym_enum_fetch] = STATE(2900), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2900), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [458] = { - [sym__expression] = STATE(959), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2180), - [anon_sym_DASH] = ACTIONS(2180), - [anon_sym_STAR] = ACTIONS(2182), - [anon_sym_struct] = ACTIONS(501), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2184), - [anon_sym_go] = ACTIONS(507), - [anon_sym_spawn] = ACTIONS(509), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2180), - [anon_sym_CARET] = ACTIONS(2180), - [anon_sym_AMP] = ACTIONS(2190), - [anon_sym_LT_DASH] = ACTIONS(2192), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(527), - [anon_sym_lock] = ACTIONS(529), - [anon_sym_rlock] = ACTIONS(529), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), - }, - [459] = { - [sym__expression] = STATE(2487), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(2618), - [anon_sym_DASH] = ACTIONS(2618), - [anon_sym_STAR] = ACTIONS(2620), - [anon_sym_struct] = ACTIONS(1444), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2622), - [anon_sym_go] = ACTIONS(2624), - [anon_sym_spawn] = ACTIONS(2626), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(2618), - [anon_sym_CARET] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2628), - [anon_sym_LT_DASH] = ACTIONS(2630), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(2632), - [anon_sym_lock] = ACTIONS(2634), - [anon_sym_rlock] = ACTIONS(2634), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), - }, - [460] = { - [sym__expression] = STATE(2833), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2663), + [anon_sym_DASH] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(2665), + [anon_sym_struct] = ACTIONS(2667), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2669), + [anon_sym_go] = ACTIONS(2671), + [anon_sym_spawn] = ACTIONS(2673), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2663), + [anon_sym_CARET] = ACTIONS(2663), + [anon_sym_AMP] = ACTIONS(2679), + [anon_sym_LT_DASH] = ACTIONS(2681), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2691), + [anon_sym_lock] = ACTIONS(2693), + [anon_sym_rlock] = ACTIONS(2693), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, [461] = { - [sym__expression] = STATE(311), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_mutability_modifiers] = STATE(597), - [sym_plain_type] = STATE(4220), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2580), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(2582), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_fn] = ACTIONS(475), - [anon_sym_PLUS] = ACTIONS(27), - [anon_sym_DASH] = ACTIONS(27), - [anon_sym_STAR] = ACTIONS(29), - [anon_sym_struct] = ACTIONS(477), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(45), - [anon_sym_go] = ACTIONS(47), - [anon_sym_spawn] = ACTIONS(49), - [anon_sym_json_DOTdecode] = ACTIONS(51), - [anon_sym_LBRACK2] = ACTIONS(479), - [anon_sym_TILDE] = ACTIONS(27), - [anon_sym_CARET] = ACTIONS(27), - [anon_sym_AMP] = ACTIONS(55), - [anon_sym_LT_DASH] = ACTIONS(57), - [sym_none] = ACTIONS(59), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_nil] = ACTIONS(59), - [anon_sym_if] = ACTIONS(61), - [anon_sym_DOLLARif] = ACTIONS(63), - [anon_sym_match] = ACTIONS(65), - [anon_sym_select] = ACTIONS(67), - [anon_sym_lock] = ACTIONS(69), - [anon_sym_rlock] = ACTIONS(69), - [anon_sym_unsafe] = ACTIONS(71), - [anon_sym_sql] = ACTIONS(73), - [sym_int_literal] = ACTIONS(59), - [sym_float_literal] = ACTIONS(75), - [sym_rune_literal] = ACTIONS(75), - [anon_sym_AT] = ACTIONS(77), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(111), - [sym___single_quote] = ACTIONS(113), - [sym___c_double_quote] = ACTIONS(115), - [sym___c_single_quote] = ACTIONS(117), - [sym___r_double_quote] = ACTIONS(119), - [sym___r_single_quote] = ACTIONS(121), + [ts_builtin_sym_end] = ACTIONS(2759), + [sym_identifier] = ACTIONS(2761), + [anon_sym_LF] = ACTIONS(2761), + [anon_sym_CR] = ACTIONS(2761), + [anon_sym_CR_LF] = ACTIONS(2761), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2761), + [anon_sym_as] = ACTIONS(2761), + [anon_sym_LBRACE] = ACTIONS(2761), + [anon_sym_COMMA] = ACTIONS(2761), + [anon_sym_const] = ACTIONS(2761), + [anon_sym_LPAREN] = ACTIONS(2761), + [anon_sym_EQ] = ACTIONS(2761), + [anon_sym___global] = ACTIONS(2761), + [anon_sym_type] = ACTIONS(2761), + [anon_sym_PIPE] = ACTIONS(2761), + [anon_sym_fn] = ACTIONS(2761), + [anon_sym_PLUS] = ACTIONS(2761), + [anon_sym_DASH] = ACTIONS(2761), + [anon_sym_STAR] = ACTIONS(2761), + [anon_sym_SLASH] = ACTIONS(2761), + [anon_sym_PERCENT] = ACTIONS(2761), + [anon_sym_LT] = ACTIONS(2761), + [anon_sym_GT] = ACTIONS(2761), + [anon_sym_EQ_EQ] = ACTIONS(2761), + [anon_sym_BANG_EQ] = ACTIONS(2761), + [anon_sym_LT_EQ] = ACTIONS(2761), + [anon_sym_GT_EQ] = ACTIONS(2761), + [anon_sym_LBRACK] = ACTIONS(2759), + [anon_sym_LT2] = ACTIONS(2761), + [anon_sym_struct] = ACTIONS(2761), + [anon_sym_union] = ACTIONS(2761), + [anon_sym_pub] = ACTIONS(2761), + [anon_sym_mut] = ACTIONS(2761), + [anon_sym_enum] = ACTIONS(2761), + [anon_sym_interface] = ACTIONS(2761), + [anon_sym_PLUS_PLUS] = ACTIONS(2761), + [anon_sym_DASH_DASH] = ACTIONS(2761), + [anon_sym_QMARK] = ACTIONS(2761), + [anon_sym_BANG] = ACTIONS(2761), + [anon_sym_go] = ACTIONS(2761), + [anon_sym_spawn] = ACTIONS(2761), + [anon_sym_json_DOTdecode] = ACTIONS(2761), + [anon_sym_LBRACK2] = ACTIONS(2761), + [anon_sym_TILDE] = ACTIONS(2761), + [anon_sym_CARET] = ACTIONS(2761), + [anon_sym_AMP] = ACTIONS(2761), + [anon_sym_LT_DASH] = ACTIONS(2761), + [anon_sym_LT_LT] = ACTIONS(2761), + [anon_sym_GT_GT] = ACTIONS(2761), + [anon_sym_GT_GT_GT] = ACTIONS(2761), + [anon_sym_AMP_CARET] = ACTIONS(2761), + [anon_sym_AMP_AMP] = ACTIONS(2761), + [anon_sym_PIPE_PIPE] = ACTIONS(2761), + [anon_sym_or] = ACTIONS(2761), + [sym_none] = ACTIONS(2761), + [sym_true] = ACTIONS(2761), + [sym_false] = ACTIONS(2761), + [sym_nil] = ACTIONS(2761), + [anon_sym_QMARK_DOT] = ACTIONS(2761), + [anon_sym_POUND_LBRACK] = ACTIONS(2761), + [anon_sym_if] = ACTIONS(2761), + [anon_sym_DOLLARif] = ACTIONS(2761), + [anon_sym_is] = ACTIONS(2761), + [anon_sym_BANGis] = ACTIONS(2761), + [anon_sym_in] = ACTIONS(2761), + [anon_sym_BANGin] = ACTIONS(2761), + [anon_sym_match] = ACTIONS(2761), + [anon_sym_select] = ACTIONS(2761), + [anon_sym_STAR_EQ] = ACTIONS(2761), + [anon_sym_SLASH_EQ] = ACTIONS(2761), + [anon_sym_PERCENT_EQ] = ACTIONS(2761), + [anon_sym_LT_LT_EQ] = ACTIONS(2761), + [anon_sym_GT_GT_EQ] = ACTIONS(2761), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2761), + [anon_sym_AMP_EQ] = ACTIONS(2761), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2761), + [anon_sym_PLUS_EQ] = ACTIONS(2761), + [anon_sym_DASH_EQ] = ACTIONS(2761), + [anon_sym_PIPE_EQ] = ACTIONS(2761), + [anon_sym_CARET_EQ] = ACTIONS(2761), + [anon_sym_COLON_EQ] = ACTIONS(2761), + [anon_sym_lock] = ACTIONS(2761), + [anon_sym_rlock] = ACTIONS(2761), + [anon_sym_unsafe] = ACTIONS(2761), + [anon_sym_sql] = ACTIONS(2761), + [sym_int_literal] = ACTIONS(2761), + [sym_float_literal] = ACTIONS(2761), + [sym_rune_literal] = ACTIONS(2761), + [anon_sym_AT] = ACTIONS(2761), + [anon_sym_shared] = ACTIONS(2761), + [anon_sym_map_LBRACK] = ACTIONS(2761), + [anon_sym_chan] = ACTIONS(2761), + [anon_sym_thread] = ACTIONS(2761), + [anon_sym_atomic] = ACTIONS(2761), + [anon_sym_assert] = ACTIONS(2761), + [anon_sym_defer] = ACTIONS(2761), + [anon_sym_goto] = ACTIONS(2761), + [anon_sym_break] = ACTIONS(2761), + [anon_sym_continue] = ACTIONS(2761), + [anon_sym_return] = ACTIONS(2761), + [anon_sym_DOLLARfor] = ACTIONS(2761), + [anon_sym_for] = ACTIONS(2761), + [anon_sym_POUND] = ACTIONS(2761), + [anon_sym_asm] = ACTIONS(2761), + [anon_sym_AT_LBRACK] = ACTIONS(2761), + [sym___double_quote] = ACTIONS(2761), + [sym___single_quote] = ACTIONS(2761), + [sym___c_double_quote] = ACTIONS(2761), + [sym___c_single_quote] = ACTIONS(2761), + [sym___r_double_quote] = ACTIONS(2761), + [sym___r_single_quote] = ACTIONS(2761), }, [462] = { - [sym__expression] = STATE(1921), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2546), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(2548), - [anon_sym_DASH] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2550), - [anon_sym_struct] = ACTIONS(809), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2552), - [anon_sym_go] = ACTIONS(2554), - [anon_sym_spawn] = ACTIONS(2556), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_CARET] = ACTIONS(2548), - [anon_sym_AMP] = ACTIONS(2560), - [anon_sym_LT_DASH] = ACTIONS(2562), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(829), - [anon_sym_DOLLARif] = ACTIONS(831), - [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(2564), - [anon_sym_lock] = ACTIONS(2566), - [anon_sym_rlock] = ACTIONS(2566), - [anon_sym_unsafe] = ACTIONS(839), - [anon_sym_sql] = ACTIONS(841), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), + [ts_builtin_sym_end] = ACTIONS(2763), + [sym_identifier] = ACTIONS(2765), + [anon_sym_LF] = ACTIONS(2765), + [anon_sym_CR] = ACTIONS(2765), + [anon_sym_CR_LF] = ACTIONS(2765), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2765), + [anon_sym_as] = ACTIONS(2765), + [anon_sym_LBRACE] = ACTIONS(2765), + [anon_sym_COMMA] = ACTIONS(2765), + [anon_sym_const] = ACTIONS(2765), + [anon_sym_LPAREN] = ACTIONS(2765), + [anon_sym_EQ] = ACTIONS(2765), + [anon_sym___global] = ACTIONS(2765), + [anon_sym_type] = ACTIONS(2765), + [anon_sym_PIPE] = ACTIONS(2765), + [anon_sym_fn] = ACTIONS(2765), + [anon_sym_PLUS] = ACTIONS(2765), + [anon_sym_DASH] = ACTIONS(2765), + [anon_sym_STAR] = ACTIONS(2765), + [anon_sym_SLASH] = ACTIONS(2765), + [anon_sym_PERCENT] = ACTIONS(2765), + [anon_sym_LT] = ACTIONS(2765), + [anon_sym_GT] = ACTIONS(2765), + [anon_sym_EQ_EQ] = ACTIONS(2765), + [anon_sym_BANG_EQ] = ACTIONS(2765), + [anon_sym_LT_EQ] = ACTIONS(2765), + [anon_sym_GT_EQ] = ACTIONS(2765), + [anon_sym_LBRACK] = ACTIONS(2763), + [anon_sym_LT2] = ACTIONS(2765), + [anon_sym_struct] = ACTIONS(2765), + [anon_sym_union] = ACTIONS(2765), + [anon_sym_pub] = ACTIONS(2765), + [anon_sym_mut] = ACTIONS(2765), + [anon_sym_enum] = ACTIONS(2765), + [anon_sym_interface] = ACTIONS(2765), + [anon_sym_PLUS_PLUS] = ACTIONS(2765), + [anon_sym_DASH_DASH] = ACTIONS(2765), + [anon_sym_QMARK] = ACTIONS(2765), + [anon_sym_BANG] = ACTIONS(2765), + [anon_sym_go] = ACTIONS(2765), + [anon_sym_spawn] = ACTIONS(2765), + [anon_sym_json_DOTdecode] = ACTIONS(2765), + [anon_sym_LBRACK2] = ACTIONS(2765), + [anon_sym_TILDE] = ACTIONS(2765), + [anon_sym_CARET] = ACTIONS(2765), + [anon_sym_AMP] = ACTIONS(2765), + [anon_sym_LT_DASH] = ACTIONS(2765), + [anon_sym_LT_LT] = ACTIONS(2765), + [anon_sym_GT_GT] = ACTIONS(2765), + [anon_sym_GT_GT_GT] = ACTIONS(2765), + [anon_sym_AMP_CARET] = ACTIONS(2765), + [anon_sym_AMP_AMP] = ACTIONS(2765), + [anon_sym_PIPE_PIPE] = ACTIONS(2765), + [anon_sym_or] = ACTIONS(2765), + [sym_none] = ACTIONS(2765), + [sym_true] = ACTIONS(2765), + [sym_false] = ACTIONS(2765), + [sym_nil] = ACTIONS(2765), + [anon_sym_QMARK_DOT] = ACTIONS(2765), + [anon_sym_POUND_LBRACK] = ACTIONS(2765), + [anon_sym_if] = ACTIONS(2765), + [anon_sym_DOLLARif] = ACTIONS(2765), + [anon_sym_is] = ACTIONS(2765), + [anon_sym_BANGis] = ACTIONS(2765), + [anon_sym_in] = ACTIONS(2765), + [anon_sym_BANGin] = ACTIONS(2765), + [anon_sym_match] = ACTIONS(2765), + [anon_sym_select] = ACTIONS(2765), + [anon_sym_STAR_EQ] = ACTIONS(2765), + [anon_sym_SLASH_EQ] = ACTIONS(2765), + [anon_sym_PERCENT_EQ] = ACTIONS(2765), + [anon_sym_LT_LT_EQ] = ACTIONS(2765), + [anon_sym_GT_GT_EQ] = ACTIONS(2765), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2765), + [anon_sym_AMP_EQ] = ACTIONS(2765), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2765), + [anon_sym_PLUS_EQ] = ACTIONS(2765), + [anon_sym_DASH_EQ] = ACTIONS(2765), + [anon_sym_PIPE_EQ] = ACTIONS(2765), + [anon_sym_CARET_EQ] = ACTIONS(2765), + [anon_sym_COLON_EQ] = ACTIONS(2765), + [anon_sym_lock] = ACTIONS(2765), + [anon_sym_rlock] = ACTIONS(2765), + [anon_sym_unsafe] = ACTIONS(2765), + [anon_sym_sql] = ACTIONS(2765), + [sym_int_literal] = ACTIONS(2765), + [sym_float_literal] = ACTIONS(2765), + [sym_rune_literal] = ACTIONS(2765), + [anon_sym_AT] = ACTIONS(2765), + [anon_sym_shared] = ACTIONS(2765), + [anon_sym_map_LBRACK] = ACTIONS(2765), + [anon_sym_chan] = ACTIONS(2765), + [anon_sym_thread] = ACTIONS(2765), + [anon_sym_atomic] = ACTIONS(2765), + [anon_sym_assert] = ACTIONS(2765), + [anon_sym_defer] = ACTIONS(2765), + [anon_sym_goto] = ACTIONS(2765), + [anon_sym_break] = ACTIONS(2765), + [anon_sym_continue] = ACTIONS(2765), + [anon_sym_return] = ACTIONS(2765), + [anon_sym_DOLLARfor] = ACTIONS(2765), + [anon_sym_for] = ACTIONS(2765), + [anon_sym_POUND] = ACTIONS(2765), + [anon_sym_asm] = ACTIONS(2765), + [anon_sym_AT_LBRACK] = ACTIONS(2765), + [sym___double_quote] = ACTIONS(2765), + [sym___single_quote] = ACTIONS(2765), + [sym___c_double_quote] = ACTIONS(2765), + [sym___c_single_quote] = ACTIONS(2765), + [sym___r_double_quote] = ACTIONS(2765), + [sym___r_single_quote] = ACTIONS(2765), }, [463] = { - [sym__expression] = STATE(2856), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [ts_builtin_sym_end] = ACTIONS(2767), + [sym_identifier] = ACTIONS(2769), + [anon_sym_LF] = ACTIONS(2769), + [anon_sym_CR] = ACTIONS(2769), + [anon_sym_CR_LF] = ACTIONS(2769), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2769), + [anon_sym_as] = ACTIONS(2769), + [anon_sym_LBRACE] = ACTIONS(2769), + [anon_sym_COMMA] = ACTIONS(2769), + [anon_sym_const] = ACTIONS(2769), + [anon_sym_LPAREN] = ACTIONS(2769), + [anon_sym_EQ] = ACTIONS(2769), + [anon_sym___global] = ACTIONS(2769), + [anon_sym_type] = ACTIONS(2769), + [anon_sym_PIPE] = ACTIONS(2769), + [anon_sym_fn] = ACTIONS(2769), + [anon_sym_PLUS] = ACTIONS(2769), + [anon_sym_DASH] = ACTIONS(2769), + [anon_sym_STAR] = ACTIONS(2769), + [anon_sym_SLASH] = ACTIONS(2769), + [anon_sym_PERCENT] = ACTIONS(2769), + [anon_sym_LT] = ACTIONS(2769), + [anon_sym_GT] = ACTIONS(2769), + [anon_sym_EQ_EQ] = ACTIONS(2769), + [anon_sym_BANG_EQ] = ACTIONS(2769), + [anon_sym_LT_EQ] = ACTIONS(2769), + [anon_sym_GT_EQ] = ACTIONS(2769), + [anon_sym_LBRACK] = ACTIONS(2767), + [anon_sym_LT2] = ACTIONS(2769), + [anon_sym_struct] = ACTIONS(2769), + [anon_sym_union] = ACTIONS(2769), + [anon_sym_pub] = ACTIONS(2769), + [anon_sym_mut] = ACTIONS(2769), + [anon_sym_enum] = ACTIONS(2769), + [anon_sym_interface] = ACTIONS(2769), + [anon_sym_PLUS_PLUS] = ACTIONS(2769), + [anon_sym_DASH_DASH] = ACTIONS(2769), + [anon_sym_QMARK] = ACTIONS(2769), + [anon_sym_BANG] = ACTIONS(2769), + [anon_sym_go] = ACTIONS(2769), + [anon_sym_spawn] = ACTIONS(2769), + [anon_sym_json_DOTdecode] = ACTIONS(2769), + [anon_sym_LBRACK2] = ACTIONS(2769), + [anon_sym_TILDE] = ACTIONS(2769), + [anon_sym_CARET] = ACTIONS(2769), + [anon_sym_AMP] = ACTIONS(2769), + [anon_sym_LT_DASH] = ACTIONS(2769), + [anon_sym_LT_LT] = ACTIONS(2769), + [anon_sym_GT_GT] = ACTIONS(2769), + [anon_sym_GT_GT_GT] = ACTIONS(2769), + [anon_sym_AMP_CARET] = ACTIONS(2769), + [anon_sym_AMP_AMP] = ACTIONS(2769), + [anon_sym_PIPE_PIPE] = ACTIONS(2769), + [anon_sym_or] = ACTIONS(2769), + [sym_none] = ACTIONS(2769), + [sym_true] = ACTIONS(2769), + [sym_false] = ACTIONS(2769), + [sym_nil] = ACTIONS(2769), + [anon_sym_QMARK_DOT] = ACTIONS(2769), + [anon_sym_POUND_LBRACK] = ACTIONS(2769), + [anon_sym_if] = ACTIONS(2769), + [anon_sym_DOLLARif] = ACTIONS(2769), + [anon_sym_is] = ACTIONS(2769), + [anon_sym_BANGis] = ACTIONS(2769), + [anon_sym_in] = ACTIONS(2769), + [anon_sym_BANGin] = ACTIONS(2769), + [anon_sym_match] = ACTIONS(2769), + [anon_sym_select] = ACTIONS(2769), + [anon_sym_STAR_EQ] = ACTIONS(2769), + [anon_sym_SLASH_EQ] = ACTIONS(2769), + [anon_sym_PERCENT_EQ] = ACTIONS(2769), + [anon_sym_LT_LT_EQ] = ACTIONS(2769), + [anon_sym_GT_GT_EQ] = ACTIONS(2769), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2769), + [anon_sym_AMP_EQ] = ACTIONS(2769), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2769), + [anon_sym_PLUS_EQ] = ACTIONS(2769), + [anon_sym_DASH_EQ] = ACTIONS(2769), + [anon_sym_PIPE_EQ] = ACTIONS(2769), + [anon_sym_CARET_EQ] = ACTIONS(2769), + [anon_sym_COLON_EQ] = ACTIONS(2769), + [anon_sym_lock] = ACTIONS(2769), + [anon_sym_rlock] = ACTIONS(2769), + [anon_sym_unsafe] = ACTIONS(2769), + [anon_sym_sql] = ACTIONS(2769), + [sym_int_literal] = ACTIONS(2769), + [sym_float_literal] = ACTIONS(2769), + [sym_rune_literal] = ACTIONS(2769), + [anon_sym_AT] = ACTIONS(2769), + [anon_sym_shared] = ACTIONS(2769), + [anon_sym_map_LBRACK] = ACTIONS(2769), + [anon_sym_chan] = ACTIONS(2769), + [anon_sym_thread] = ACTIONS(2769), + [anon_sym_atomic] = ACTIONS(2769), + [anon_sym_assert] = ACTIONS(2769), + [anon_sym_defer] = ACTIONS(2769), + [anon_sym_goto] = ACTIONS(2769), + [anon_sym_break] = ACTIONS(2769), + [anon_sym_continue] = ACTIONS(2769), + [anon_sym_return] = ACTIONS(2769), + [anon_sym_DOLLARfor] = ACTIONS(2769), + [anon_sym_for] = ACTIONS(2769), + [anon_sym_POUND] = ACTIONS(2769), + [anon_sym_asm] = ACTIONS(2769), + [anon_sym_AT_LBRACK] = ACTIONS(2769), + [sym___double_quote] = ACTIONS(2769), + [sym___single_quote] = ACTIONS(2769), + [sym___c_double_quote] = ACTIONS(2769), + [sym___c_single_quote] = ACTIONS(2769), + [sym___r_double_quote] = ACTIONS(2769), + [sym___r_single_quote] = ACTIONS(2769), + }, + [464] = { + [ts_builtin_sym_end] = ACTIONS(2771), + [sym_identifier] = ACTIONS(2773), + [anon_sym_LF] = ACTIONS(2773), + [anon_sym_CR] = ACTIONS(2773), + [anon_sym_CR_LF] = ACTIONS(2773), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2773), + [anon_sym_as] = ACTIONS(2773), + [anon_sym_LBRACE] = ACTIONS(2773), + [anon_sym_COMMA] = ACTIONS(2773), + [anon_sym_const] = ACTIONS(2773), + [anon_sym_LPAREN] = ACTIONS(2773), + [anon_sym_EQ] = ACTIONS(2773), + [anon_sym___global] = ACTIONS(2773), + [anon_sym_type] = ACTIONS(2773), + [anon_sym_PIPE] = ACTIONS(2773), + [anon_sym_fn] = ACTIONS(2773), + [anon_sym_PLUS] = ACTIONS(2773), + [anon_sym_DASH] = ACTIONS(2773), + [anon_sym_STAR] = ACTIONS(2773), + [anon_sym_SLASH] = ACTIONS(2773), + [anon_sym_PERCENT] = ACTIONS(2773), + [anon_sym_LT] = ACTIONS(2773), + [anon_sym_GT] = ACTIONS(2773), + [anon_sym_EQ_EQ] = ACTIONS(2773), + [anon_sym_BANG_EQ] = ACTIONS(2773), + [anon_sym_LT_EQ] = ACTIONS(2773), + [anon_sym_GT_EQ] = ACTIONS(2773), + [anon_sym_LBRACK] = ACTIONS(2771), + [anon_sym_LT2] = ACTIONS(2773), + [anon_sym_struct] = ACTIONS(2773), + [anon_sym_union] = ACTIONS(2773), + [anon_sym_pub] = ACTIONS(2773), + [anon_sym_mut] = ACTIONS(2773), + [anon_sym_enum] = ACTIONS(2773), + [anon_sym_interface] = ACTIONS(2773), + [anon_sym_PLUS_PLUS] = ACTIONS(2773), + [anon_sym_DASH_DASH] = ACTIONS(2773), + [anon_sym_QMARK] = ACTIONS(2773), + [anon_sym_BANG] = ACTIONS(2773), + [anon_sym_go] = ACTIONS(2773), + [anon_sym_spawn] = ACTIONS(2773), + [anon_sym_json_DOTdecode] = ACTIONS(2773), + [anon_sym_LBRACK2] = ACTIONS(2773), + [anon_sym_TILDE] = ACTIONS(2773), + [anon_sym_CARET] = ACTIONS(2773), + [anon_sym_AMP] = ACTIONS(2773), + [anon_sym_LT_DASH] = ACTIONS(2773), + [anon_sym_LT_LT] = ACTIONS(2773), + [anon_sym_GT_GT] = ACTIONS(2773), + [anon_sym_GT_GT_GT] = ACTIONS(2773), + [anon_sym_AMP_CARET] = ACTIONS(2773), + [anon_sym_AMP_AMP] = ACTIONS(2773), + [anon_sym_PIPE_PIPE] = ACTIONS(2773), + [anon_sym_or] = ACTIONS(2773), + [sym_none] = ACTIONS(2773), + [sym_true] = ACTIONS(2773), + [sym_false] = ACTIONS(2773), + [sym_nil] = ACTIONS(2773), + [anon_sym_QMARK_DOT] = ACTIONS(2773), + [anon_sym_POUND_LBRACK] = ACTIONS(2773), + [anon_sym_if] = ACTIONS(2773), + [anon_sym_DOLLARif] = ACTIONS(2773), + [anon_sym_is] = ACTIONS(2773), + [anon_sym_BANGis] = ACTIONS(2773), + [anon_sym_in] = ACTIONS(2773), + [anon_sym_BANGin] = ACTIONS(2773), + [anon_sym_match] = ACTIONS(2773), + [anon_sym_select] = ACTIONS(2773), + [anon_sym_STAR_EQ] = ACTIONS(2773), + [anon_sym_SLASH_EQ] = ACTIONS(2773), + [anon_sym_PERCENT_EQ] = ACTIONS(2773), + [anon_sym_LT_LT_EQ] = ACTIONS(2773), + [anon_sym_GT_GT_EQ] = ACTIONS(2773), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2773), + [anon_sym_AMP_EQ] = ACTIONS(2773), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2773), + [anon_sym_PLUS_EQ] = ACTIONS(2773), + [anon_sym_DASH_EQ] = ACTIONS(2773), + [anon_sym_PIPE_EQ] = ACTIONS(2773), + [anon_sym_CARET_EQ] = ACTIONS(2773), + [anon_sym_COLON_EQ] = ACTIONS(2773), + [anon_sym_lock] = ACTIONS(2773), + [anon_sym_rlock] = ACTIONS(2773), + [anon_sym_unsafe] = ACTIONS(2773), + [anon_sym_sql] = ACTIONS(2773), + [sym_int_literal] = ACTIONS(2773), + [sym_float_literal] = ACTIONS(2773), + [sym_rune_literal] = ACTIONS(2773), + [anon_sym_AT] = ACTIONS(2773), + [anon_sym_shared] = ACTIONS(2773), + [anon_sym_map_LBRACK] = ACTIONS(2773), + [anon_sym_chan] = ACTIONS(2773), + [anon_sym_thread] = ACTIONS(2773), + [anon_sym_atomic] = ACTIONS(2773), + [anon_sym_assert] = ACTIONS(2773), + [anon_sym_defer] = ACTIONS(2773), + [anon_sym_goto] = ACTIONS(2773), + [anon_sym_break] = ACTIONS(2773), + [anon_sym_continue] = ACTIONS(2773), + [anon_sym_return] = ACTIONS(2773), + [anon_sym_DOLLARfor] = ACTIONS(2773), + [anon_sym_for] = ACTIONS(2773), + [anon_sym_POUND] = ACTIONS(2773), + [anon_sym_asm] = ACTIONS(2773), + [anon_sym_AT_LBRACK] = ACTIONS(2773), + [sym___double_quote] = ACTIONS(2773), + [sym___single_quote] = ACTIONS(2773), + [sym___c_double_quote] = ACTIONS(2773), + [sym___c_single_quote] = ACTIONS(2773), + [sym___r_double_quote] = ACTIONS(2773), + [sym___r_single_quote] = ACTIONS(2773), + }, + [465] = { + [sym__expression] = STATE(2147), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4324), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2741), + [anon_sym_DASH] = ACTIONS(2741), + [anon_sym_STAR] = ACTIONS(2743), + [anon_sym_struct] = ACTIONS(2667), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2745), + [anon_sym_go] = ACTIONS(2747), + [anon_sym_spawn] = ACTIONS(2749), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2741), + [anon_sym_CARET] = ACTIONS(2741), + [anon_sym_AMP] = ACTIONS(2751), + [anon_sym_LT_DASH] = ACTIONS(2753), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2755), + [anon_sym_lock] = ACTIONS(2757), + [anon_sym_rlock] = ACTIONS(2757), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, - [464] = { - [sym__expression] = STATE(968), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), + [466] = { + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3711), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2180), - [anon_sym_DASH] = ACTIONS(2180), - [anon_sym_STAR] = ACTIONS(2182), - [anon_sym_struct] = ACTIONS(501), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2184), - [anon_sym_go] = ACTIONS(507), - [anon_sym_spawn] = ACTIONS(509), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2180), - [anon_sym_CARET] = ACTIONS(2180), - [anon_sym_AMP] = ACTIONS(2190), - [anon_sym_LT_DASH] = ACTIONS(2192), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(527), - [anon_sym_lock] = ACTIONS(529), - [anon_sym_rlock] = ACTIONS(529), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [465] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2963), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2981), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [467] = { + [sym__expression] = STATE(2196), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [466] = { - [sym__expression] = STATE(2489), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4017), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [468] = { + [sym__expression] = STATE(2490), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4201), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), [anon_sym_LBRACE] = ACTIONS(1089), [anon_sym_LPAREN] = ACTIONS(1093), [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(2528), - [anon_sym_DASH] = ACTIONS(2528), - [anon_sym_STAR] = ACTIONS(2530), + [anon_sym_PLUS] = ACTIONS(2496), + [anon_sym_DASH] = ACTIONS(2496), + [anon_sym_STAR] = ACTIONS(2498), [anon_sym_struct] = ACTIONS(1101), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2532), - [anon_sym_go] = ACTIONS(2534), - [anon_sym_spawn] = ACTIONS(2536), + [anon_sym_BANG] = ACTIONS(2500), + [anon_sym_go] = ACTIONS(2502), + [anon_sym_spawn] = ACTIONS(2504), [anon_sym_json_DOTdecode] = ACTIONS(1109), [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(2528), - [anon_sym_CARET] = ACTIONS(2528), - [anon_sym_AMP] = ACTIONS(2538), - [anon_sym_LT_DASH] = ACTIONS(2540), + [anon_sym_TILDE] = ACTIONS(2496), + [anon_sym_CARET] = ACTIONS(2496), + [anon_sym_AMP] = ACTIONS(2506), + [anon_sym_LT_DASH] = ACTIONS(2508), [sym_none] = ACTIONS(1117), [sym_true] = ACTIONS(1117), [sym_false] = ACTIONS(1117), @@ -80323,9 +80754,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1119), [anon_sym_DOLLARif] = ACTIONS(1123), [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2542), - [anon_sym_lock] = ACTIONS(2544), - [anon_sym_rlock] = ACTIONS(2544), + [anon_sym_select] = ACTIONS(2510), + [anon_sym_lock] = ACTIONS(2512), + [anon_sym_rlock] = ACTIONS(2512), [anon_sym_unsafe] = ACTIONS(1131), [anon_sym_sql] = ACTIONS(1133), [sym_int_literal] = ACTIONS(1117), @@ -80344,92 +80775,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1147), [sym___r_single_quote] = ACTIONS(1149), }, - [467] = { - [sym__expression] = STATE(2489), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4015), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [469] = { + [sym__expression] = STATE(2500), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4201), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), [anon_sym_LBRACE] = ACTIONS(1089), [anon_sym_LPAREN] = ACTIONS(1093), [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(2528), - [anon_sym_DASH] = ACTIONS(2528), - [anon_sym_STAR] = ACTIONS(2530), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_STAR] = ACTIONS(2775), [anon_sym_struct] = ACTIONS(1101), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2532), - [anon_sym_go] = ACTIONS(2534), - [anon_sym_spawn] = ACTIONS(2536), + [anon_sym_BANG] = ACTIONS(2777), + [anon_sym_go] = ACTIONS(1105), + [anon_sym_spawn] = ACTIONS(1107), [anon_sym_json_DOTdecode] = ACTIONS(1109), [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(2528), - [anon_sym_CARET] = ACTIONS(2528), - [anon_sym_AMP] = ACTIONS(2538), - [anon_sym_LT_DASH] = ACTIONS(2540), + [anon_sym_TILDE] = ACTIONS(1097), + [anon_sym_CARET] = ACTIONS(1097), + [anon_sym_AMP] = ACTIONS(2779), + [anon_sym_LT_DASH] = ACTIONS(1115), [sym_none] = ACTIONS(1117), [sym_true] = ACTIONS(1117), [sym_false] = ACTIONS(1117), @@ -80437,9 +80868,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1119), [anon_sym_DOLLARif] = ACTIONS(1123), [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2542), - [anon_sym_lock] = ACTIONS(2544), - [anon_sym_rlock] = ACTIONS(2544), + [anon_sym_select] = ACTIONS(2622), + [anon_sym_lock] = ACTIONS(2624), + [anon_sym_rlock] = ACTIONS(2624), [anon_sym_unsafe] = ACTIONS(1131), [anon_sym_sql] = ACTIONS(1133), [sym_int_literal] = ACTIONS(1117), @@ -80458,92 +80889,206 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1147), [sym___r_single_quote] = ACTIONS(1149), }, - [468] = { - [sym__expression] = STATE(2489), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4010), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [470] = { + [sym__expression] = STATE(1671), + [sym__expression_without_blocks] = STATE(1807), + [sym__expression_with_blocks] = STATE(1807), + [sym_inc_expression] = STATE(1807), + [sym_dec_expression] = STATE(1807), + [sym_or_block_expression] = STATE(1807), + [sym_option_propagation_expression] = STATE(1807), + [sym_result_propagation_expression] = STATE(1807), + [sym_anon_struct_value_expression] = STATE(1862), + [sym_go_expression] = STATE(1807), + [sym_spawn_expression] = STATE(1807), + [sym_parenthesized_expression] = STATE(1807), + [sym_call_expression] = STATE(1807), + [sym_type_initializer] = STATE(1862), + [sym_function_literal] = STATE(1807), + [sym_reference_expression] = STATE(1899), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1807), + [sym_receive_expression] = STATE(1807), + [sym_binary_expression] = STATE(1807), + [sym_as_type_cast_expression] = STATE(1807), + [sym__max_group] = STATE(1807), + [sym_literal] = STATE(1807), + [sym_map_init_expression] = STATE(1862), + [sym_array_creation] = STATE(1807), + [sym_fixed_array_creation] = STATE(1807), + [sym_selector_expression] = STATE(1807), + [sym_index_expression] = STATE(1807), + [sym_slice_expression] = STATE(1807), + [sym_if_expression] = STATE(1862), + [sym_compile_time_if_expression] = STATE(1862), + [sym_is_expression] = STATE(1807), + [sym_not_is_expression] = STATE(1807), + [sym_in_expression] = STATE(1807), + [sym_not_in_expression] = STATE(1807), + [sym_enum_fetch] = STATE(1807), + [sym_match_expression] = STATE(1862), + [sym_select_expression] = STATE(1862), + [sym_lock_expression] = STATE(1862), + [sym_unsafe_expression] = STATE(1862), + [sym_sql_expression] = STATE(1862), + [sym_c_string_literal] = STATE(1809), + [sym_raw_string_literal] = STATE(1809), + [sym_interpreted_string_literal] = STATE(1809), + [sym_pseudo_compile_time_identifier] = STATE(1807), + [sym_mutability_modifiers] = STATE(613), + [sym_plain_type] = STATE(4275), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2526), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2528), + [anon_sym_LBRACE] = ACTIONS(2530), + [anon_sym_LPAREN] = ACTIONS(2532), + [anon_sym_fn] = ACTIONS(2534), + [anon_sym_PLUS] = ACTIONS(2536), + [anon_sym_DASH] = ACTIONS(2536), + [anon_sym_STAR] = ACTIONS(2538), + [anon_sym_struct] = ACTIONS(2540), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2542), + [anon_sym_go] = ACTIONS(2544), + [anon_sym_spawn] = ACTIONS(2546), + [anon_sym_json_DOTdecode] = ACTIONS(2548), + [anon_sym_LBRACK2] = ACTIONS(2550), + [anon_sym_TILDE] = ACTIONS(2536), + [anon_sym_CARET] = ACTIONS(2536), + [anon_sym_AMP] = ACTIONS(2552), + [anon_sym_LT_DASH] = ACTIONS(2554), + [sym_none] = ACTIONS(2556), + [sym_true] = ACTIONS(2556), + [sym_false] = ACTIONS(2556), + [sym_nil] = ACTIONS(2556), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_DOLLARif] = ACTIONS(2560), + [anon_sym_match] = ACTIONS(2562), + [anon_sym_select] = ACTIONS(2564), + [anon_sym_lock] = ACTIONS(2566), + [anon_sym_rlock] = ACTIONS(2566), + [anon_sym_unsafe] = ACTIONS(2568), + [anon_sym_sql] = ACTIONS(2570), + [sym_int_literal] = ACTIONS(2556), + [sym_float_literal] = ACTIONS(2572), + [sym_rune_literal] = ACTIONS(2572), + [anon_sym_AT] = ACTIONS(2574), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2576), + [sym___single_quote] = ACTIONS(2578), + [sym___c_double_quote] = ACTIONS(2580), + [sym___c_single_quote] = ACTIONS(2582), + [sym___r_double_quote] = ACTIONS(2584), + [sym___r_single_quote] = ACTIONS(2586), + }, + [471] = { + [sym__expression] = STATE(2496), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4201), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), [anon_sym_LBRACE] = ACTIONS(1089), [anon_sym_LPAREN] = ACTIONS(1093), [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(2528), - [anon_sym_DASH] = ACTIONS(2528), - [anon_sym_STAR] = ACTIONS(2530), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_STAR] = ACTIONS(2775), [anon_sym_struct] = ACTIONS(1101), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2532), - [anon_sym_go] = ACTIONS(2534), - [anon_sym_spawn] = ACTIONS(2536), + [anon_sym_BANG] = ACTIONS(2777), + [anon_sym_go] = ACTIONS(1105), + [anon_sym_spawn] = ACTIONS(1107), [anon_sym_json_DOTdecode] = ACTIONS(1109), [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(2528), - [anon_sym_CARET] = ACTIONS(2528), - [anon_sym_AMP] = ACTIONS(2538), - [anon_sym_LT_DASH] = ACTIONS(2540), + [anon_sym_TILDE] = ACTIONS(1097), + [anon_sym_CARET] = ACTIONS(1097), + [anon_sym_AMP] = ACTIONS(2779), + [anon_sym_LT_DASH] = ACTIONS(1115), [sym_none] = ACTIONS(1117), [sym_true] = ACTIONS(1117), [sym_false] = ACTIONS(1117), @@ -80551,9 +81096,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1119), [anon_sym_DOLLARif] = ACTIONS(1123), [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2542), - [anon_sym_lock] = ACTIONS(2544), - [anon_sym_rlock] = ACTIONS(2544), + [anon_sym_select] = ACTIONS(2622), + [anon_sym_lock] = ACTIONS(2624), + [anon_sym_rlock] = ACTIONS(2624), [anon_sym_unsafe] = ACTIONS(1131), [anon_sym_sql] = ACTIONS(1133), [sym_int_literal] = ACTIONS(1117), @@ -80572,414 +81117,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1147), [sym___r_single_quote] = ACTIONS(1149), }, - [469] = { - [sym__expression] = STATE(2798), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3667), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2364), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2366), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2372), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [470] = { - [sym__expression] = STATE(970), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2180), - [anon_sym_DASH] = ACTIONS(2180), - [anon_sym_STAR] = ACTIONS(2182), - [anon_sym_struct] = ACTIONS(501), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2184), - [anon_sym_go] = ACTIONS(507), - [anon_sym_spawn] = ACTIONS(509), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2180), - [anon_sym_CARET] = ACTIONS(2180), - [anon_sym_AMP] = ACTIONS(2190), - [anon_sym_LT_DASH] = ACTIONS(2192), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(527), - [anon_sym_lock] = ACTIONS(529), - [anon_sym_rlock] = ACTIONS(529), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), - }, - [471] = { - [sym__expression] = STATE(2659), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, [472] = { - [sym__expression] = STATE(2489), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4017), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1085), + [sym__expression] = STATE(2495), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4201), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), [anon_sym_LBRACE] = ACTIONS(1089), @@ -80987,18 +81190,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fn] = ACTIONS(1095), [anon_sym_PLUS] = ACTIONS(1097), [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_STAR] = ACTIONS(1099), + [anon_sym_STAR] = ACTIONS(2775), [anon_sym_struct] = ACTIONS(1101), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1103), + [anon_sym_BANG] = ACTIONS(2777), [anon_sym_go] = ACTIONS(1105), [anon_sym_spawn] = ACTIONS(1107), [anon_sym_json_DOTdecode] = ACTIONS(1109), [anon_sym_LBRACK2] = ACTIONS(1111), [anon_sym_TILDE] = ACTIONS(1097), [anon_sym_CARET] = ACTIONS(1097), - [anon_sym_AMP] = ACTIONS(1113), + [anon_sym_AMP] = ACTIONS(2779), [anon_sym_LT_DASH] = ACTIONS(1115), [sym_none] = ACTIONS(1117), [sym_true] = ACTIONS(1117), @@ -81007,9 +81210,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1119), [anon_sym_DOLLARif] = ACTIONS(1123), [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2568), - [anon_sym_lock] = ACTIONS(2570), - [anon_sym_rlock] = ACTIONS(2570), + [anon_sym_select] = ACTIONS(2622), + [anon_sym_lock] = ACTIONS(2624), + [anon_sym_rlock] = ACTIONS(2624), [anon_sym_unsafe] = ACTIONS(1131), [anon_sym_sql] = ACTIONS(1133), [sym_int_literal] = ACTIONS(1117), @@ -81029,185 +81232,299 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1149), }, [473] = { - [sym__expression] = STATE(312), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_mutability_modifiers] = STATE(597), - [sym_plain_type] = STATE(4220), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2580), + [sym__expression] = STATE(1671), + [sym__expression_without_blocks] = STATE(1807), + [sym__expression_with_blocks] = STATE(1807), + [sym_inc_expression] = STATE(1807), + [sym_dec_expression] = STATE(1807), + [sym_or_block_expression] = STATE(1807), + [sym_option_propagation_expression] = STATE(1807), + [sym_result_propagation_expression] = STATE(1807), + [sym_anon_struct_value_expression] = STATE(1862), + [sym_go_expression] = STATE(1807), + [sym_spawn_expression] = STATE(1807), + [sym_parenthesized_expression] = STATE(1807), + [sym_call_expression] = STATE(1807), + [sym_type_initializer] = STATE(1862), + [sym_function_literal] = STATE(1807), + [sym_reference_expression] = STATE(1899), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1807), + [sym_receive_expression] = STATE(1807), + [sym_binary_expression] = STATE(1807), + [sym_as_type_cast_expression] = STATE(1807), + [sym__max_group] = STATE(1807), + [sym_literal] = STATE(1807), + [sym_map_init_expression] = STATE(1862), + [sym_array_creation] = STATE(1807), + [sym_fixed_array_creation] = STATE(1807), + [sym_selector_expression] = STATE(1807), + [sym_index_expression] = STATE(1807), + [sym_slice_expression] = STATE(1807), + [sym_if_expression] = STATE(1862), + [sym_compile_time_if_expression] = STATE(1862), + [sym_is_expression] = STATE(1807), + [sym_not_is_expression] = STATE(1807), + [sym_in_expression] = STATE(1807), + [sym_not_in_expression] = STATE(1807), + [sym_enum_fetch] = STATE(1807), + [sym_match_expression] = STATE(1862), + [sym_select_expression] = STATE(1862), + [sym_lock_expression] = STATE(1862), + [sym_unsafe_expression] = STATE(1862), + [sym_sql_expression] = STATE(1862), + [sym_c_string_literal] = STATE(1809), + [sym_raw_string_literal] = STATE(1809), + [sym_interpreted_string_literal] = STATE(1809), + [sym_pseudo_compile_time_identifier] = STATE(1807), + [sym_mutability_modifiers] = STATE(613), + [sym_plain_type] = STATE(4258), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2526), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(2582), - [anon_sym_LPAREN] = ACTIONS(19), - [anon_sym_fn] = ACTIONS(475), - [anon_sym_PLUS] = ACTIONS(27), - [anon_sym_DASH] = ACTIONS(27), - [anon_sym_STAR] = ACTIONS(29), - [anon_sym_struct] = ACTIONS(477), + [anon_sym_DOT] = ACTIONS(2528), + [anon_sym_LBRACE] = ACTIONS(2530), + [anon_sym_LPAREN] = ACTIONS(2532), + [anon_sym_fn] = ACTIONS(2534), + [anon_sym_PLUS] = ACTIONS(2536), + [anon_sym_DASH] = ACTIONS(2536), + [anon_sym_STAR] = ACTIONS(2538), + [anon_sym_struct] = ACTIONS(2540), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(45), - [anon_sym_go] = ACTIONS(47), - [anon_sym_spawn] = ACTIONS(49), - [anon_sym_json_DOTdecode] = ACTIONS(51), - [anon_sym_LBRACK2] = ACTIONS(479), - [anon_sym_TILDE] = ACTIONS(27), - [anon_sym_CARET] = ACTIONS(27), - [anon_sym_AMP] = ACTIONS(55), - [anon_sym_LT_DASH] = ACTIONS(57), - [sym_none] = ACTIONS(59), - [sym_true] = ACTIONS(59), - [sym_false] = ACTIONS(59), - [sym_nil] = ACTIONS(59), - [anon_sym_if] = ACTIONS(61), - [anon_sym_DOLLARif] = ACTIONS(63), - [anon_sym_match] = ACTIONS(65), - [anon_sym_select] = ACTIONS(67), - [anon_sym_lock] = ACTIONS(69), - [anon_sym_rlock] = ACTIONS(69), - [anon_sym_unsafe] = ACTIONS(71), - [anon_sym_sql] = ACTIONS(73), - [sym_int_literal] = ACTIONS(59), - [sym_float_literal] = ACTIONS(75), - [sym_rune_literal] = ACTIONS(75), - [anon_sym_AT] = ACTIONS(77), + [anon_sym_BANG] = ACTIONS(2542), + [anon_sym_go] = ACTIONS(2544), + [anon_sym_spawn] = ACTIONS(2546), + [anon_sym_json_DOTdecode] = ACTIONS(2548), + [anon_sym_LBRACK2] = ACTIONS(2550), + [anon_sym_TILDE] = ACTIONS(2536), + [anon_sym_CARET] = ACTIONS(2536), + [anon_sym_AMP] = ACTIONS(2552), + [anon_sym_LT_DASH] = ACTIONS(2554), + [sym_none] = ACTIONS(2556), + [sym_true] = ACTIONS(2556), + [sym_false] = ACTIONS(2556), + [sym_nil] = ACTIONS(2556), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_DOLLARif] = ACTIONS(2560), + [anon_sym_match] = ACTIONS(2562), + [anon_sym_select] = ACTIONS(2564), + [anon_sym_lock] = ACTIONS(2566), + [anon_sym_rlock] = ACTIONS(2566), + [anon_sym_unsafe] = ACTIONS(2568), + [anon_sym_sql] = ACTIONS(2570), + [sym_int_literal] = ACTIONS(2556), + [sym_float_literal] = ACTIONS(2572), + [sym_rune_literal] = ACTIONS(2572), + [anon_sym_AT] = ACTIONS(2574), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(111), - [sym___single_quote] = ACTIONS(113), - [sym___c_double_quote] = ACTIONS(115), - [sym___c_single_quote] = ACTIONS(117), - [sym___r_double_quote] = ACTIONS(119), - [sym___r_single_quote] = ACTIONS(121), + [sym___double_quote] = ACTIONS(2576), + [sym___single_quote] = ACTIONS(2578), + [sym___c_double_quote] = ACTIONS(2580), + [sym___c_single_quote] = ACTIONS(2582), + [sym___r_double_quote] = ACTIONS(2584), + [sym___r_single_quote] = ACTIONS(2586), }, [474] = { - [sym__expression] = STATE(2489), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4010), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1085), + [sym__expression] = STATE(1671), + [sym__expression_without_blocks] = STATE(1807), + [sym__expression_with_blocks] = STATE(1807), + [sym_inc_expression] = STATE(1807), + [sym_dec_expression] = STATE(1807), + [sym_or_block_expression] = STATE(1807), + [sym_option_propagation_expression] = STATE(1807), + [sym_result_propagation_expression] = STATE(1807), + [sym_anon_struct_value_expression] = STATE(1862), + [sym_go_expression] = STATE(1807), + [sym_spawn_expression] = STATE(1807), + [sym_parenthesized_expression] = STATE(1807), + [sym_call_expression] = STATE(1807), + [sym_type_initializer] = STATE(1862), + [sym_function_literal] = STATE(1807), + [sym_reference_expression] = STATE(1899), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1807), + [sym_receive_expression] = STATE(1807), + [sym_binary_expression] = STATE(1807), + [sym_as_type_cast_expression] = STATE(1807), + [sym__max_group] = STATE(1807), + [sym_literal] = STATE(1807), + [sym_map_init_expression] = STATE(1862), + [sym_array_creation] = STATE(1807), + [sym_fixed_array_creation] = STATE(1807), + [sym_selector_expression] = STATE(1807), + [sym_index_expression] = STATE(1807), + [sym_slice_expression] = STATE(1807), + [sym_if_expression] = STATE(1862), + [sym_compile_time_if_expression] = STATE(1862), + [sym_is_expression] = STATE(1807), + [sym_not_is_expression] = STATE(1807), + [sym_in_expression] = STATE(1807), + [sym_not_in_expression] = STATE(1807), + [sym_enum_fetch] = STATE(1807), + [sym_match_expression] = STATE(1862), + [sym_select_expression] = STATE(1862), + [sym_lock_expression] = STATE(1862), + [sym_unsafe_expression] = STATE(1862), + [sym_sql_expression] = STATE(1862), + [sym_c_string_literal] = STATE(1809), + [sym_raw_string_literal] = STATE(1809), + [sym_interpreted_string_literal] = STATE(1809), + [sym_pseudo_compile_time_identifier] = STATE(1807), + [sym_mutability_modifiers] = STATE(613), + [sym_plain_type] = STATE(4208), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2526), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2528), + [anon_sym_LBRACE] = ACTIONS(2530), + [anon_sym_LPAREN] = ACTIONS(2532), + [anon_sym_fn] = ACTIONS(2534), + [anon_sym_PLUS] = ACTIONS(2536), + [anon_sym_DASH] = ACTIONS(2536), + [anon_sym_STAR] = ACTIONS(2538), + [anon_sym_struct] = ACTIONS(2540), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2542), + [anon_sym_go] = ACTIONS(2544), + [anon_sym_spawn] = ACTIONS(2546), + [anon_sym_json_DOTdecode] = ACTIONS(2548), + [anon_sym_LBRACK2] = ACTIONS(2550), + [anon_sym_TILDE] = ACTIONS(2536), + [anon_sym_CARET] = ACTIONS(2536), + [anon_sym_AMP] = ACTIONS(2552), + [anon_sym_LT_DASH] = ACTIONS(2554), + [sym_none] = ACTIONS(2556), + [sym_true] = ACTIONS(2556), + [sym_false] = ACTIONS(2556), + [sym_nil] = ACTIONS(2556), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_DOLLARif] = ACTIONS(2560), + [anon_sym_match] = ACTIONS(2562), + [anon_sym_select] = ACTIONS(2564), + [anon_sym_lock] = ACTIONS(2566), + [anon_sym_rlock] = ACTIONS(2566), + [anon_sym_unsafe] = ACTIONS(2568), + [anon_sym_sql] = ACTIONS(2570), + [sym_int_literal] = ACTIONS(2556), + [sym_float_literal] = ACTIONS(2572), + [sym_rune_literal] = ACTIONS(2572), + [anon_sym_AT] = ACTIONS(2574), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2576), + [sym___single_quote] = ACTIONS(2578), + [sym___c_double_quote] = ACTIONS(2580), + [sym___c_single_quote] = ACTIONS(2582), + [sym___r_double_quote] = ACTIONS(2584), + [sym___r_single_quote] = ACTIONS(2586), + }, + [475] = { + [sym__expression] = STATE(2490), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4201), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), [anon_sym_LBRACE] = ACTIONS(1089), @@ -81215,18 +81532,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fn] = ACTIONS(1095), [anon_sym_PLUS] = ACTIONS(1097), [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_STAR] = ACTIONS(1099), + [anon_sym_STAR] = ACTIONS(2775), [anon_sym_struct] = ACTIONS(1101), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1103), + [anon_sym_BANG] = ACTIONS(2777), [anon_sym_go] = ACTIONS(1105), [anon_sym_spawn] = ACTIONS(1107), [anon_sym_json_DOTdecode] = ACTIONS(1109), [anon_sym_LBRACK2] = ACTIONS(1111), [anon_sym_TILDE] = ACTIONS(1097), [anon_sym_CARET] = ACTIONS(1097), - [anon_sym_AMP] = ACTIONS(1113), + [anon_sym_AMP] = ACTIONS(2779), [anon_sym_LT_DASH] = ACTIONS(1115), [sym_none] = ACTIONS(1117), [sym_true] = ACTIONS(1117), @@ -81235,9 +81552,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1119), [anon_sym_DOLLARif] = ACTIONS(1123), [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2568), - [anon_sym_lock] = ACTIONS(2570), - [anon_sym_rlock] = ACTIONS(2570), + [anon_sym_select] = ACTIONS(2622), + [anon_sym_lock] = ACTIONS(2624), + [anon_sym_rlock] = ACTIONS(2624), [anon_sym_unsafe] = ACTIONS(1131), [anon_sym_sql] = ACTIONS(1133), [sym_int_literal] = ACTIONS(1117), @@ -81256,1460 +81573,1004 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1147), [sym___r_single_quote] = ACTIONS(1149), }, - [475] = { - [sym__expression] = STATE(971), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2180), - [anon_sym_DASH] = ACTIONS(2180), - [anon_sym_STAR] = ACTIONS(2182), - [anon_sym_struct] = ACTIONS(501), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2184), - [anon_sym_go] = ACTIONS(507), - [anon_sym_spawn] = ACTIONS(509), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2180), - [anon_sym_CARET] = ACTIONS(2180), - [anon_sym_AMP] = ACTIONS(2190), - [anon_sym_LT_DASH] = ACTIONS(2192), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(527), - [anon_sym_lock] = ACTIONS(529), - [anon_sym_rlock] = ACTIONS(529), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), - }, [476] = { - [sym__expression] = STATE(2525), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(2603), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4201), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1087), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_fn] = ACTIONS(1095), + [anon_sym_PLUS] = ACTIONS(2496), + [anon_sym_DASH] = ACTIONS(2496), + [anon_sym_STAR] = ACTIONS(2498), + [anon_sym_struct] = ACTIONS(1101), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2500), + [anon_sym_go] = ACTIONS(2502), + [anon_sym_spawn] = ACTIONS(2504), + [anon_sym_json_DOTdecode] = ACTIONS(1109), + [anon_sym_LBRACK2] = ACTIONS(1111), + [anon_sym_TILDE] = ACTIONS(2496), + [anon_sym_CARET] = ACTIONS(2496), + [anon_sym_AMP] = ACTIONS(2506), + [anon_sym_LT_DASH] = ACTIONS(2508), + [sym_none] = ACTIONS(1117), + [sym_true] = ACTIONS(1117), + [sym_false] = ACTIONS(1117), + [sym_nil] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), + [anon_sym_DOLLARif] = ACTIONS(1123), + [anon_sym_match] = ACTIONS(1125), + [anon_sym_select] = ACTIONS(2510), + [anon_sym_lock] = ACTIONS(2512), + [anon_sym_rlock] = ACTIONS(2512), + [anon_sym_unsafe] = ACTIONS(1131), + [anon_sym_sql] = ACTIONS(1133), + [sym_int_literal] = ACTIONS(1117), + [sym_float_literal] = ACTIONS(1135), + [sym_rune_literal] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1139), + [sym___single_quote] = ACTIONS(1141), + [sym___c_double_quote] = ACTIONS(1143), + [sym___c_single_quote] = ACTIONS(1145), + [sym___r_double_quote] = ACTIONS(1147), + [sym___r_single_quote] = ACTIONS(1149), }, [477] = { - [sym__expression] = STATE(960), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), + [sym__expression] = STATE(2626), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4201), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_struct] = ACTIONS(501), + [anon_sym_DOT] = ACTIONS(1087), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_fn] = ACTIONS(1095), + [anon_sym_PLUS] = ACTIONS(2496), + [anon_sym_DASH] = ACTIONS(2496), + [anon_sym_STAR] = ACTIONS(2498), + [anon_sym_struct] = ACTIONS(1101), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2598), - [anon_sym_go] = ACTIONS(2600), - [anon_sym_spawn] = ACTIONS(2602), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2604), - [anon_sym_LT_DASH] = ACTIONS(2606), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(2608), - [anon_sym_lock] = ACTIONS(2610), - [anon_sym_rlock] = ACTIONS(2610), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), + [anon_sym_BANG] = ACTIONS(2500), + [anon_sym_go] = ACTIONS(2502), + [anon_sym_spawn] = ACTIONS(2504), + [anon_sym_json_DOTdecode] = ACTIONS(1109), + [anon_sym_LBRACK2] = ACTIONS(1111), + [anon_sym_TILDE] = ACTIONS(2496), + [anon_sym_CARET] = ACTIONS(2496), + [anon_sym_AMP] = ACTIONS(2506), + [anon_sym_LT_DASH] = ACTIONS(2508), + [sym_none] = ACTIONS(1117), + [sym_true] = ACTIONS(1117), + [sym_false] = ACTIONS(1117), + [sym_nil] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), + [anon_sym_DOLLARif] = ACTIONS(1123), + [anon_sym_match] = ACTIONS(1125), + [anon_sym_select] = ACTIONS(2510), + [anon_sym_lock] = ACTIONS(2512), + [anon_sym_rlock] = ACTIONS(2512), + [anon_sym_unsafe] = ACTIONS(1131), + [anon_sym_sql] = ACTIONS(1133), + [sym_int_literal] = ACTIONS(1117), + [sym_float_literal] = ACTIONS(1135), + [sym_rune_literal] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), + [sym___double_quote] = ACTIONS(1139), + [sym___single_quote] = ACTIONS(1141), + [sym___c_double_quote] = ACTIONS(1143), + [sym___c_single_quote] = ACTIONS(1145), + [sym___r_double_quote] = ACTIONS(1147), + [sym___r_single_quote] = ACTIONS(1149), }, [478] = { - [sym__expression] = STATE(2593), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2500), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4201), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1087), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_fn] = ACTIONS(1095), + [anon_sym_PLUS] = ACTIONS(2496), + [anon_sym_DASH] = ACTIONS(2496), + [anon_sym_STAR] = ACTIONS(2498), + [anon_sym_struct] = ACTIONS(1101), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2500), + [anon_sym_go] = ACTIONS(2502), + [anon_sym_spawn] = ACTIONS(2504), + [anon_sym_json_DOTdecode] = ACTIONS(1109), + [anon_sym_LBRACK2] = ACTIONS(1111), + [anon_sym_TILDE] = ACTIONS(2496), + [anon_sym_CARET] = ACTIONS(2496), + [anon_sym_AMP] = ACTIONS(2506), + [anon_sym_LT_DASH] = ACTIONS(2508), + [sym_none] = ACTIONS(1117), + [sym_true] = ACTIONS(1117), + [sym_false] = ACTIONS(1117), + [sym_nil] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), + [anon_sym_DOLLARif] = ACTIONS(1123), + [anon_sym_match] = ACTIONS(1125), + [anon_sym_select] = ACTIONS(2510), + [anon_sym_lock] = ACTIONS(2512), + [anon_sym_rlock] = ACTIONS(2512), + [anon_sym_unsafe] = ACTIONS(1131), + [anon_sym_sql] = ACTIONS(1133), + [sym_int_literal] = ACTIONS(1117), + [sym_float_literal] = ACTIONS(1135), + [sym_rune_literal] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1139), + [sym___single_quote] = ACTIONS(1141), + [sym___c_double_quote] = ACTIONS(1143), + [sym___c_single_quote] = ACTIONS(1145), + [sym___r_double_quote] = ACTIONS(1147), + [sym___r_single_quote] = ACTIONS(1149), }, [479] = { - [sym__expression] = STATE(2186), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2175), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2663), + [anon_sym_DASH] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(2665), + [anon_sym_struct] = ACTIONS(2667), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2669), + [anon_sym_go] = ACTIONS(2671), + [anon_sym_spawn] = ACTIONS(2673), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2663), + [anon_sym_CARET] = ACTIONS(2663), + [anon_sym_AMP] = ACTIONS(2679), + [anon_sym_LT_DASH] = ACTIONS(2681), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2691), + [anon_sym_lock] = ACTIONS(2693), + [anon_sym_rlock] = ACTIONS(2693), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, [480] = { - [sym__expression] = STATE(2552), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(1781), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2029), + [sym_dec_expression] = STATE(2029), + [sym_or_block_expression] = STATE(2029), + [sym_option_propagation_expression] = STATE(2029), + [sym_result_propagation_expression] = STATE(2029), + [sym_anon_struct_value_expression] = STATE(2031), + [sym_go_expression] = STATE(2029), + [sym_spawn_expression] = STATE(2029), + [sym_parenthesized_expression] = STATE(2029), + [sym_call_expression] = STATE(2029), + [sym_type_initializer] = STATE(2031), + [sym_function_literal] = STATE(2029), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2029), + [sym_receive_expression] = STATE(2029), + [sym_binary_expression] = STATE(2029), + [sym_as_type_cast_expression] = STATE(2029), + [sym__max_group] = STATE(2029), + [sym_literal] = STATE(2029), + [sym_map_init_expression] = STATE(2031), + [sym_array_creation] = STATE(2029), + [sym_fixed_array_creation] = STATE(2029), + [sym_selector_expression] = STATE(2029), + [sym_index_expression] = STATE(2029), + [sym_slice_expression] = STATE(2029), + [sym_if_expression] = STATE(2031), + [sym_compile_time_if_expression] = STATE(2031), + [sym_is_expression] = STATE(2029), + [sym_not_is_expression] = STATE(2029), + [sym_in_expression] = STATE(2029), + [sym_not_in_expression] = STATE(2029), + [sym_enum_fetch] = STATE(2029), + [sym_match_expression] = STATE(2031), + [sym_select_expression] = STATE(2031), + [sym_lock_expression] = STATE(2031), + [sym_unsafe_expression] = STATE(2031), + [sym_sql_expression] = STATE(2031), + [sym_c_string_literal] = STATE(2030), + [sym_raw_string_literal] = STATE(2030), + [sym_interpreted_string_literal] = STATE(2030), + [sym_pseudo_compile_time_identifier] = STATE(2029), + [sym_mutability_modifiers] = STATE(547), + [sym_plain_type] = STATE(4371), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2781), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(691), + [anon_sym_LBRACE] = ACTIONS(2783), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(699), + [anon_sym_PLUS] = ACTIONS(701), + [anon_sym_DASH] = ACTIONS(701), + [anon_sym_STAR] = ACTIONS(703), + [anon_sym_struct] = ACTIONS(2785), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(707), + [anon_sym_go] = ACTIONS(709), + [anon_sym_spawn] = ACTIONS(711), + [anon_sym_json_DOTdecode] = ACTIONS(713), + [anon_sym_LBRACK2] = ACTIONS(715), + [anon_sym_TILDE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(701), + [anon_sym_AMP] = ACTIONS(717), + [anon_sym_LT_DASH] = ACTIONS(719), + [sym_none] = ACTIONS(721), + [sym_true] = ACTIONS(721), + [sym_false] = ACTIONS(721), + [sym_nil] = ACTIONS(721), + [anon_sym_if] = ACTIONS(2787), + [anon_sym_DOLLARif] = ACTIONS(2789), + [anon_sym_match] = ACTIONS(2791), + [anon_sym_select] = ACTIONS(2793), + [anon_sym_lock] = ACTIONS(2795), + [anon_sym_rlock] = ACTIONS(2795), + [anon_sym_unsafe] = ACTIONS(2797), + [anon_sym_sql] = ACTIONS(2799), + [sym_int_literal] = ACTIONS(721), + [sym_float_literal] = ACTIONS(739), + [sym_rune_literal] = ACTIONS(739), + [anon_sym_AT] = ACTIONS(741), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(743), + [sym___single_quote] = ACTIONS(745), + [sym___c_double_quote] = ACTIONS(747), + [sym___c_single_quote] = ACTIONS(749), + [sym___r_double_quote] = ACTIONS(751), + [sym___r_single_quote] = ACTIONS(753), }, [481] = { - [sym__expression] = STATE(2146), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4309), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2646), - [anon_sym_DASH] = ACTIONS(2646), - [anon_sym_STAR] = ACTIONS(2648), - [anon_sym_struct] = ACTIONS(2650), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2652), - [anon_sym_go] = ACTIONS(2654), - [anon_sym_spawn] = ACTIONS(2656), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2646), - [anon_sym_CARET] = ACTIONS(2646), - [anon_sym_AMP] = ACTIONS(2662), - [anon_sym_LT_DASH] = ACTIONS(2664), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2674), - [anon_sym_lock] = ACTIONS(2676), - [anon_sym_rlock] = ACTIONS(2676), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), + [ts_builtin_sym_end] = ACTIONS(2801), + [sym_identifier] = ACTIONS(2803), + [anon_sym_LF] = ACTIONS(2803), + [anon_sym_CR] = ACTIONS(2803), + [anon_sym_CR_LF] = ACTIONS(2803), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2803), + [anon_sym_as] = ACTIONS(2803), + [anon_sym_LBRACE] = ACTIONS(2803), + [anon_sym_COMMA] = ACTIONS(2803), + [anon_sym_const] = ACTIONS(2803), + [anon_sym_LPAREN] = ACTIONS(2803), + [anon_sym_EQ] = ACTIONS(2803), + [anon_sym___global] = ACTIONS(2803), + [anon_sym_type] = ACTIONS(2803), + [anon_sym_PIPE] = ACTIONS(2803), + [anon_sym_fn] = ACTIONS(2803), + [anon_sym_PLUS] = ACTIONS(2803), + [anon_sym_DASH] = ACTIONS(2803), + [anon_sym_STAR] = ACTIONS(2803), + [anon_sym_SLASH] = ACTIONS(2803), + [anon_sym_PERCENT] = ACTIONS(2803), + [anon_sym_LT] = ACTIONS(2803), + [anon_sym_GT] = ACTIONS(2803), + [anon_sym_EQ_EQ] = ACTIONS(2803), + [anon_sym_BANG_EQ] = ACTIONS(2803), + [anon_sym_LT_EQ] = ACTIONS(2803), + [anon_sym_GT_EQ] = ACTIONS(2803), + [anon_sym_LBRACK] = ACTIONS(2801), + [anon_sym_LT2] = ACTIONS(2803), + [anon_sym_struct] = ACTIONS(2803), + [anon_sym_union] = ACTIONS(2803), + [anon_sym_pub] = ACTIONS(2803), + [anon_sym_mut] = ACTIONS(2803), + [anon_sym_enum] = ACTIONS(2803), + [anon_sym_interface] = ACTIONS(2803), + [anon_sym_PLUS_PLUS] = ACTIONS(2803), + [anon_sym_DASH_DASH] = ACTIONS(2803), + [anon_sym_QMARK] = ACTIONS(2803), + [anon_sym_BANG] = ACTIONS(2803), + [anon_sym_go] = ACTIONS(2803), + [anon_sym_spawn] = ACTIONS(2803), + [anon_sym_json_DOTdecode] = ACTIONS(2803), + [anon_sym_LBRACK2] = ACTIONS(2803), + [anon_sym_TILDE] = ACTIONS(2803), + [anon_sym_CARET] = ACTIONS(2803), + [anon_sym_AMP] = ACTIONS(2803), + [anon_sym_LT_DASH] = ACTIONS(2803), + [anon_sym_LT_LT] = ACTIONS(2803), + [anon_sym_GT_GT] = ACTIONS(2803), + [anon_sym_GT_GT_GT] = ACTIONS(2803), + [anon_sym_AMP_CARET] = ACTIONS(2803), + [anon_sym_AMP_AMP] = ACTIONS(2803), + [anon_sym_PIPE_PIPE] = ACTIONS(2803), + [anon_sym_or] = ACTIONS(2803), + [sym_none] = ACTIONS(2803), + [sym_true] = ACTIONS(2803), + [sym_false] = ACTIONS(2803), + [sym_nil] = ACTIONS(2803), + [anon_sym_QMARK_DOT] = ACTIONS(2803), + [anon_sym_POUND_LBRACK] = ACTIONS(2803), + [anon_sym_if] = ACTIONS(2803), + [anon_sym_DOLLARif] = ACTIONS(2803), + [anon_sym_is] = ACTIONS(2803), + [anon_sym_BANGis] = ACTIONS(2803), + [anon_sym_in] = ACTIONS(2803), + [anon_sym_BANGin] = ACTIONS(2803), + [anon_sym_match] = ACTIONS(2803), + [anon_sym_select] = ACTIONS(2803), + [anon_sym_STAR_EQ] = ACTIONS(2803), + [anon_sym_SLASH_EQ] = ACTIONS(2803), + [anon_sym_PERCENT_EQ] = ACTIONS(2803), + [anon_sym_LT_LT_EQ] = ACTIONS(2803), + [anon_sym_GT_GT_EQ] = ACTIONS(2803), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2803), + [anon_sym_AMP_EQ] = ACTIONS(2803), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2803), + [anon_sym_PLUS_EQ] = ACTIONS(2803), + [anon_sym_DASH_EQ] = ACTIONS(2803), + [anon_sym_PIPE_EQ] = ACTIONS(2803), + [anon_sym_CARET_EQ] = ACTIONS(2803), + [anon_sym_COLON_EQ] = ACTIONS(2803), + [anon_sym_lock] = ACTIONS(2803), + [anon_sym_rlock] = ACTIONS(2803), + [anon_sym_unsafe] = ACTIONS(2803), + [anon_sym_sql] = ACTIONS(2803), + [sym_int_literal] = ACTIONS(2803), + [sym_float_literal] = ACTIONS(2803), + [sym_rune_literal] = ACTIONS(2803), + [anon_sym_AT] = ACTIONS(2803), + [anon_sym_shared] = ACTIONS(2803), + [anon_sym_map_LBRACK] = ACTIONS(2803), + [anon_sym_chan] = ACTIONS(2803), + [anon_sym_thread] = ACTIONS(2803), + [anon_sym_atomic] = ACTIONS(2803), + [anon_sym_assert] = ACTIONS(2803), + [anon_sym_defer] = ACTIONS(2803), + [anon_sym_goto] = ACTIONS(2803), + [anon_sym_break] = ACTIONS(2803), + [anon_sym_continue] = ACTIONS(2803), + [anon_sym_return] = ACTIONS(2803), + [anon_sym_DOLLARfor] = ACTIONS(2803), + [anon_sym_for] = ACTIONS(2803), + [anon_sym_POUND] = ACTIONS(2803), + [anon_sym_asm] = ACTIONS(2803), + [anon_sym_AT_LBRACK] = ACTIONS(2803), + [sym___double_quote] = ACTIONS(2803), + [sym___single_quote] = ACTIONS(2803), + [sym___c_double_quote] = ACTIONS(2803), + [sym___c_single_quote] = ACTIONS(2803), + [sym___r_double_quote] = ACTIONS(2803), + [sym___r_single_quote] = ACTIONS(2803), }, [482] = { - [sym__expression] = STATE(2617), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2296), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2741), + [anon_sym_DASH] = ACTIONS(2741), + [anon_sym_STAR] = ACTIONS(2743), + [anon_sym_struct] = ACTIONS(2667), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2745), + [anon_sym_go] = ACTIONS(2747), + [anon_sym_spawn] = ACTIONS(2749), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2741), + [anon_sym_CARET] = ACTIONS(2741), + [anon_sym_AMP] = ACTIONS(2751), + [anon_sym_LT_DASH] = ACTIONS(2753), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2755), + [anon_sym_lock] = ACTIONS(2757), + [anon_sym_rlock] = ACTIONS(2757), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, [483] = { - [sym__expression] = STATE(2146), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4315), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2646), - [anon_sym_DASH] = ACTIONS(2646), - [anon_sym_STAR] = ACTIONS(2648), - [anon_sym_struct] = ACTIONS(2650), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2652), - [anon_sym_go] = ACTIONS(2654), - [anon_sym_spawn] = ACTIONS(2656), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2646), - [anon_sym_CARET] = ACTIONS(2646), - [anon_sym_AMP] = ACTIONS(2662), - [anon_sym_LT_DASH] = ACTIONS(2664), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2674), - [anon_sym_lock] = ACTIONS(2676), - [anon_sym_rlock] = ACTIONS(2676), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), + [ts_builtin_sym_end] = ACTIONS(2805), + [sym_identifier] = ACTIONS(2807), + [anon_sym_LF] = ACTIONS(2807), + [anon_sym_CR] = ACTIONS(2807), + [anon_sym_CR_LF] = ACTIONS(2807), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2807), + [anon_sym_as] = ACTIONS(2807), + [anon_sym_LBRACE] = ACTIONS(2807), + [anon_sym_COMMA] = ACTIONS(2807), + [anon_sym_const] = ACTIONS(2807), + [anon_sym_LPAREN] = ACTIONS(2807), + [anon_sym_EQ] = ACTIONS(2807), + [anon_sym___global] = ACTIONS(2807), + [anon_sym_type] = ACTIONS(2807), + [anon_sym_PIPE] = ACTIONS(2807), + [anon_sym_fn] = ACTIONS(2807), + [anon_sym_PLUS] = ACTIONS(2807), + [anon_sym_DASH] = ACTIONS(2807), + [anon_sym_STAR] = ACTIONS(2807), + [anon_sym_SLASH] = ACTIONS(2807), + [anon_sym_PERCENT] = ACTIONS(2807), + [anon_sym_LT] = ACTIONS(2807), + [anon_sym_GT] = ACTIONS(2807), + [anon_sym_EQ_EQ] = ACTIONS(2807), + [anon_sym_BANG_EQ] = ACTIONS(2807), + [anon_sym_LT_EQ] = ACTIONS(2807), + [anon_sym_GT_EQ] = ACTIONS(2807), + [anon_sym_LBRACK] = ACTIONS(2805), + [anon_sym_LT2] = ACTIONS(2807), + [anon_sym_struct] = ACTIONS(2807), + [anon_sym_union] = ACTIONS(2807), + [anon_sym_pub] = ACTIONS(2807), + [anon_sym_mut] = ACTIONS(2807), + [anon_sym_enum] = ACTIONS(2807), + [anon_sym_interface] = ACTIONS(2807), + [anon_sym_PLUS_PLUS] = ACTIONS(2807), + [anon_sym_DASH_DASH] = ACTIONS(2807), + [anon_sym_QMARK] = ACTIONS(2807), + [anon_sym_BANG] = ACTIONS(2807), + [anon_sym_go] = ACTIONS(2807), + [anon_sym_spawn] = ACTIONS(2807), + [anon_sym_json_DOTdecode] = ACTIONS(2807), + [anon_sym_LBRACK2] = ACTIONS(2807), + [anon_sym_TILDE] = ACTIONS(2807), + [anon_sym_CARET] = ACTIONS(2807), + [anon_sym_AMP] = ACTIONS(2807), + [anon_sym_LT_DASH] = ACTIONS(2807), + [anon_sym_LT_LT] = ACTIONS(2807), + [anon_sym_GT_GT] = ACTIONS(2807), + [anon_sym_GT_GT_GT] = ACTIONS(2807), + [anon_sym_AMP_CARET] = ACTIONS(2807), + [anon_sym_AMP_AMP] = ACTIONS(2807), + [anon_sym_PIPE_PIPE] = ACTIONS(2807), + [anon_sym_or] = ACTIONS(2807), + [sym_none] = ACTIONS(2807), + [sym_true] = ACTIONS(2807), + [sym_false] = ACTIONS(2807), + [sym_nil] = ACTIONS(2807), + [anon_sym_QMARK_DOT] = ACTIONS(2807), + [anon_sym_POUND_LBRACK] = ACTIONS(2807), + [anon_sym_if] = ACTIONS(2807), + [anon_sym_DOLLARif] = ACTIONS(2807), + [anon_sym_is] = ACTIONS(2807), + [anon_sym_BANGis] = ACTIONS(2807), + [anon_sym_in] = ACTIONS(2807), + [anon_sym_BANGin] = ACTIONS(2807), + [anon_sym_match] = ACTIONS(2807), + [anon_sym_select] = ACTIONS(2807), + [anon_sym_STAR_EQ] = ACTIONS(2807), + [anon_sym_SLASH_EQ] = ACTIONS(2807), + [anon_sym_PERCENT_EQ] = ACTIONS(2807), + [anon_sym_LT_LT_EQ] = ACTIONS(2807), + [anon_sym_GT_GT_EQ] = ACTIONS(2807), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2807), + [anon_sym_AMP_EQ] = ACTIONS(2807), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2807), + [anon_sym_PLUS_EQ] = ACTIONS(2807), + [anon_sym_DASH_EQ] = ACTIONS(2807), + [anon_sym_PIPE_EQ] = ACTIONS(2807), + [anon_sym_CARET_EQ] = ACTIONS(2807), + [anon_sym_COLON_EQ] = ACTIONS(2807), + [anon_sym_lock] = ACTIONS(2807), + [anon_sym_rlock] = ACTIONS(2807), + [anon_sym_unsafe] = ACTIONS(2807), + [anon_sym_sql] = ACTIONS(2807), + [sym_int_literal] = ACTIONS(2807), + [sym_float_literal] = ACTIONS(2807), + [sym_rune_literal] = ACTIONS(2807), + [anon_sym_AT] = ACTIONS(2807), + [anon_sym_shared] = ACTIONS(2807), + [anon_sym_map_LBRACK] = ACTIONS(2807), + [anon_sym_chan] = ACTIONS(2807), + [anon_sym_thread] = ACTIONS(2807), + [anon_sym_atomic] = ACTIONS(2807), + [anon_sym_assert] = ACTIONS(2807), + [anon_sym_defer] = ACTIONS(2807), + [anon_sym_goto] = ACTIONS(2807), + [anon_sym_break] = ACTIONS(2807), + [anon_sym_continue] = ACTIONS(2807), + [anon_sym_return] = ACTIONS(2807), + [anon_sym_DOLLARfor] = ACTIONS(2807), + [anon_sym_for] = ACTIONS(2807), + [anon_sym_POUND] = ACTIONS(2807), + [anon_sym_asm] = ACTIONS(2807), + [anon_sym_AT_LBRACK] = ACTIONS(2807), + [sym___double_quote] = ACTIONS(2807), + [sym___single_quote] = ACTIONS(2807), + [sym___c_double_quote] = ACTIONS(2807), + [sym___c_single_quote] = ACTIONS(2807), + [sym___r_double_quote] = ACTIONS(2807), + [sym___r_single_quote] = ACTIONS(2807), }, [484] = { - [sym__expression] = STATE(978), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_struct] = ACTIONS(501), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2598), - [anon_sym_go] = ACTIONS(2600), - [anon_sym_spawn] = ACTIONS(2602), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2604), - [anon_sym_LT_DASH] = ACTIONS(2606), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(2608), - [anon_sym_lock] = ACTIONS(2610), - [anon_sym_rlock] = ACTIONS(2610), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), - }, - [485] = { - [sym__expression] = STATE(2146), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4338), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2646), - [anon_sym_DASH] = ACTIONS(2646), - [anon_sym_STAR] = ACTIONS(2648), - [anon_sym_struct] = ACTIONS(2650), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2652), - [anon_sym_go] = ACTIONS(2654), - [anon_sym_spawn] = ACTIONS(2656), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2646), - [anon_sym_CARET] = ACTIONS(2646), - [anon_sym_AMP] = ACTIONS(2662), - [anon_sym_LT_DASH] = ACTIONS(2664), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2674), - [anon_sym_lock] = ACTIONS(2676), - [anon_sym_rlock] = ACTIONS(2676), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), - }, - [486] = { - [sym__expression] = STATE(2616), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [487] = { - [sym__expression] = STATE(2485), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2480), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), [anon_sym_LBRACE] = ACTIONS(1430), [anon_sym_LPAREN] = ACTIONS(1432), [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(2618), - [anon_sym_DASH] = ACTIONS(2618), - [anon_sym_STAR] = ACTIONS(2620), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2725), [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2622), - [anon_sym_go] = ACTIONS(2624), - [anon_sym_spawn] = ACTIONS(2626), + [anon_sym_BANG] = ACTIONS(2727), + [anon_sym_go] = ACTIONS(2729), + [anon_sym_spawn] = ACTIONS(2731), [anon_sym_json_DOTdecode] = ACTIONS(1452), [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(2618), - [anon_sym_CARET] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2628), - [anon_sym_LT_DASH] = ACTIONS(2630), + [anon_sym_TILDE] = ACTIONS(2723), + [anon_sym_CARET] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_LT_DASH] = ACTIONS(2735), [sym_none] = ACTIONS(1460), [sym_true] = ACTIONS(1460), [sym_false] = ACTIONS(1460), @@ -82717,9 +82578,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1462), [anon_sym_DOLLARif] = ACTIONS(1464), [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(2632), - [anon_sym_lock] = ACTIONS(2634), - [anon_sym_rlock] = ACTIONS(2634), + [anon_sym_select] = ACTIONS(2737), + [anon_sym_lock] = ACTIONS(2739), + [anon_sym_rlock] = ACTIONS(2739), [anon_sym_unsafe] = ACTIONS(1472), [anon_sym_sql] = ACTIONS(1474), [sym_int_literal] = ACTIONS(1460), @@ -82738,414 +82599,1098 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1488), [sym___r_single_quote] = ACTIONS(1490), }, - [488] = { - [sym__expression] = STATE(2757), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [485] = { + [sym__expression] = STATE(2146), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2741), + [anon_sym_DASH] = ACTIONS(2741), + [anon_sym_STAR] = ACTIONS(2743), + [anon_sym_struct] = ACTIONS(2667), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2745), + [anon_sym_go] = ACTIONS(2747), + [anon_sym_spawn] = ACTIONS(2749), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2741), + [anon_sym_CARET] = ACTIONS(2741), + [anon_sym_AMP] = ACTIONS(2751), + [anon_sym_LT_DASH] = ACTIONS(2753), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2755), + [anon_sym_lock] = ACTIONS(2757), + [anon_sym_rlock] = ACTIONS(2757), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, - [489] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2991), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2992), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [486] = { + [sym__expression] = STATE(2145), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2663), + [anon_sym_DASH] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(2665), + [anon_sym_struct] = ACTIONS(2667), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2669), + [anon_sym_go] = ACTIONS(2671), + [anon_sym_spawn] = ACTIONS(2673), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2663), + [anon_sym_CARET] = ACTIONS(2663), + [anon_sym_AMP] = ACTIONS(2679), + [anon_sym_LT_DASH] = ACTIONS(2681), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2691), + [anon_sym_lock] = ACTIONS(2693), + [anon_sym_rlock] = ACTIONS(2693), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, - [490] = { - [sym__expression] = STATE(2735), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), + [487] = { + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3711), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2094), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(2096), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2098), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(2100), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [488] = { + [sym__expression] = STATE(1777), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2029), + [sym_dec_expression] = STATE(2029), + [sym_or_block_expression] = STATE(2029), + [sym_option_propagation_expression] = STATE(2029), + [sym_result_propagation_expression] = STATE(2029), + [sym_anon_struct_value_expression] = STATE(2031), + [sym_go_expression] = STATE(2029), + [sym_spawn_expression] = STATE(2029), + [sym_parenthesized_expression] = STATE(2029), + [sym_call_expression] = STATE(2029), + [sym_type_initializer] = STATE(2031), + [sym_function_literal] = STATE(2029), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2029), + [sym_receive_expression] = STATE(2029), + [sym_binary_expression] = STATE(2029), + [sym_as_type_cast_expression] = STATE(2029), + [sym__max_group] = STATE(2029), + [sym_literal] = STATE(2029), + [sym_map_init_expression] = STATE(2031), + [sym_array_creation] = STATE(2029), + [sym_fixed_array_creation] = STATE(2029), + [sym_selector_expression] = STATE(2029), + [sym_index_expression] = STATE(2029), + [sym_slice_expression] = STATE(2029), + [sym_if_expression] = STATE(2031), + [sym_compile_time_if_expression] = STATE(2031), + [sym_is_expression] = STATE(2029), + [sym_not_is_expression] = STATE(2029), + [sym_in_expression] = STATE(2029), + [sym_not_in_expression] = STATE(2029), + [sym_enum_fetch] = STATE(2029), + [sym_match_expression] = STATE(2031), + [sym_select_expression] = STATE(2031), + [sym_lock_expression] = STATE(2031), + [sym_unsafe_expression] = STATE(2031), + [sym_sql_expression] = STATE(2031), + [sym_c_string_literal] = STATE(2030), + [sym_raw_string_literal] = STATE(2030), + [sym_interpreted_string_literal] = STATE(2030), + [sym_pseudo_compile_time_identifier] = STATE(2029), + [sym_mutability_modifiers] = STATE(547), + [sym_plain_type] = STATE(4371), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2781), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(691), + [anon_sym_LBRACE] = ACTIONS(2783), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(699), + [anon_sym_PLUS] = ACTIONS(701), + [anon_sym_DASH] = ACTIONS(701), + [anon_sym_STAR] = ACTIONS(703), + [anon_sym_struct] = ACTIONS(2785), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(707), + [anon_sym_go] = ACTIONS(709), + [anon_sym_spawn] = ACTIONS(711), + [anon_sym_json_DOTdecode] = ACTIONS(713), + [anon_sym_LBRACK2] = ACTIONS(715), + [anon_sym_TILDE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(701), + [anon_sym_AMP] = ACTIONS(717), + [anon_sym_LT_DASH] = ACTIONS(719), + [sym_none] = ACTIONS(721), + [sym_true] = ACTIONS(721), + [sym_false] = ACTIONS(721), + [sym_nil] = ACTIONS(721), + [anon_sym_if] = ACTIONS(2787), + [anon_sym_DOLLARif] = ACTIONS(2789), + [anon_sym_match] = ACTIONS(2791), + [anon_sym_select] = ACTIONS(2793), + [anon_sym_lock] = ACTIONS(2795), + [anon_sym_rlock] = ACTIONS(2795), + [anon_sym_unsafe] = ACTIONS(2797), + [anon_sym_sql] = ACTIONS(2799), + [sym_int_literal] = ACTIONS(721), + [sym_float_literal] = ACTIONS(739), + [sym_rune_literal] = ACTIONS(739), + [anon_sym_AT] = ACTIONS(741), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(743), + [sym___single_quote] = ACTIONS(745), + [sym___c_double_quote] = ACTIONS(747), + [sym___c_single_quote] = ACTIONS(749), + [sym___r_double_quote] = ACTIONS(751), + [sym___r_single_quote] = ACTIONS(753), + }, + [489] = { + [sym__expression] = STATE(2281), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2741), + [anon_sym_DASH] = ACTIONS(2741), + [anon_sym_STAR] = ACTIONS(2743), + [anon_sym_struct] = ACTIONS(2667), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2745), + [anon_sym_go] = ACTIONS(2747), + [anon_sym_spawn] = ACTIONS(2749), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2741), + [anon_sym_CARET] = ACTIONS(2741), + [anon_sym_AMP] = ACTIONS(2751), + [anon_sym_LT_DASH] = ACTIONS(2753), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2755), + [anon_sym_lock] = ACTIONS(2757), + [anon_sym_rlock] = ACTIONS(2757), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), + }, + [490] = { + [sym__expression] = STATE(2286), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2741), + [anon_sym_DASH] = ACTIONS(2741), + [anon_sym_STAR] = ACTIONS(2743), + [anon_sym_struct] = ACTIONS(2667), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2745), + [anon_sym_go] = ACTIONS(2747), + [anon_sym_spawn] = ACTIONS(2749), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2741), + [anon_sym_CARET] = ACTIONS(2741), + [anon_sym_AMP] = ACTIONS(2751), + [anon_sym_LT_DASH] = ACTIONS(2753), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2755), + [anon_sym_lock] = ACTIONS(2757), + [anon_sym_rlock] = ACTIONS(2757), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, [491] = { - [sym__expression] = STATE(2498), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4100), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [ts_builtin_sym_end] = ACTIONS(2809), + [sym_identifier] = ACTIONS(2811), + [anon_sym_LF] = ACTIONS(2811), + [anon_sym_CR] = ACTIONS(2811), + [anon_sym_CR_LF] = ACTIONS(2811), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2811), + [anon_sym_as] = ACTIONS(2811), + [anon_sym_LBRACE] = ACTIONS(2811), + [anon_sym_COMMA] = ACTIONS(2811), + [anon_sym_const] = ACTIONS(2811), + [anon_sym_LPAREN] = ACTIONS(2811), + [anon_sym_EQ] = ACTIONS(2811), + [anon_sym___global] = ACTIONS(2811), + [anon_sym_type] = ACTIONS(2811), + [anon_sym_PIPE] = ACTIONS(2811), + [anon_sym_fn] = ACTIONS(2811), + [anon_sym_PLUS] = ACTIONS(2811), + [anon_sym_DASH] = ACTIONS(2811), + [anon_sym_STAR] = ACTIONS(2811), + [anon_sym_SLASH] = ACTIONS(2811), + [anon_sym_PERCENT] = ACTIONS(2811), + [anon_sym_LT] = ACTIONS(2811), + [anon_sym_GT] = ACTIONS(2811), + [anon_sym_EQ_EQ] = ACTIONS(2811), + [anon_sym_BANG_EQ] = ACTIONS(2811), + [anon_sym_LT_EQ] = ACTIONS(2811), + [anon_sym_GT_EQ] = ACTIONS(2811), + [anon_sym_LBRACK] = ACTIONS(2809), + [anon_sym_LT2] = ACTIONS(2811), + [anon_sym_struct] = ACTIONS(2811), + [anon_sym_union] = ACTIONS(2811), + [anon_sym_pub] = ACTIONS(2811), + [anon_sym_mut] = ACTIONS(2811), + [anon_sym_enum] = ACTIONS(2811), + [anon_sym_interface] = ACTIONS(2811), + [anon_sym_PLUS_PLUS] = ACTIONS(2811), + [anon_sym_DASH_DASH] = ACTIONS(2811), + [anon_sym_QMARK] = ACTIONS(2811), + [anon_sym_BANG] = ACTIONS(2811), + [anon_sym_go] = ACTIONS(2811), + [anon_sym_spawn] = ACTIONS(2811), + [anon_sym_json_DOTdecode] = ACTIONS(2811), + [anon_sym_LBRACK2] = ACTIONS(2811), + [anon_sym_TILDE] = ACTIONS(2811), + [anon_sym_CARET] = ACTIONS(2811), + [anon_sym_AMP] = ACTIONS(2811), + [anon_sym_LT_DASH] = ACTIONS(2811), + [anon_sym_LT_LT] = ACTIONS(2811), + [anon_sym_GT_GT] = ACTIONS(2811), + [anon_sym_GT_GT_GT] = ACTIONS(2811), + [anon_sym_AMP_CARET] = ACTIONS(2811), + [anon_sym_AMP_AMP] = ACTIONS(2811), + [anon_sym_PIPE_PIPE] = ACTIONS(2811), + [anon_sym_or] = ACTIONS(2811), + [sym_none] = ACTIONS(2811), + [sym_true] = ACTIONS(2811), + [sym_false] = ACTIONS(2811), + [sym_nil] = ACTIONS(2811), + [anon_sym_QMARK_DOT] = ACTIONS(2811), + [anon_sym_POUND_LBRACK] = ACTIONS(2811), + [anon_sym_if] = ACTIONS(2811), + [anon_sym_DOLLARif] = ACTIONS(2811), + [anon_sym_is] = ACTIONS(2811), + [anon_sym_BANGis] = ACTIONS(2811), + [anon_sym_in] = ACTIONS(2811), + [anon_sym_BANGin] = ACTIONS(2811), + [anon_sym_match] = ACTIONS(2811), + [anon_sym_select] = ACTIONS(2811), + [anon_sym_STAR_EQ] = ACTIONS(2811), + [anon_sym_SLASH_EQ] = ACTIONS(2811), + [anon_sym_PERCENT_EQ] = ACTIONS(2811), + [anon_sym_LT_LT_EQ] = ACTIONS(2811), + [anon_sym_GT_GT_EQ] = ACTIONS(2811), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2811), + [anon_sym_AMP_EQ] = ACTIONS(2811), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2811), + [anon_sym_PLUS_EQ] = ACTIONS(2811), + [anon_sym_DASH_EQ] = ACTIONS(2811), + [anon_sym_PIPE_EQ] = ACTIONS(2811), + [anon_sym_CARET_EQ] = ACTIONS(2811), + [anon_sym_COLON_EQ] = ACTIONS(2811), + [anon_sym_lock] = ACTIONS(2811), + [anon_sym_rlock] = ACTIONS(2811), + [anon_sym_unsafe] = ACTIONS(2811), + [anon_sym_sql] = ACTIONS(2811), + [sym_int_literal] = ACTIONS(2811), + [sym_float_literal] = ACTIONS(2811), + [sym_rune_literal] = ACTIONS(2811), + [anon_sym_AT] = ACTIONS(2811), + [anon_sym_shared] = ACTIONS(2811), + [anon_sym_map_LBRACK] = ACTIONS(2811), + [anon_sym_chan] = ACTIONS(2811), + [anon_sym_thread] = ACTIONS(2811), + [anon_sym_atomic] = ACTIONS(2811), + [anon_sym_assert] = ACTIONS(2811), + [anon_sym_defer] = ACTIONS(2811), + [anon_sym_goto] = ACTIONS(2811), + [anon_sym_break] = ACTIONS(2811), + [anon_sym_continue] = ACTIONS(2811), + [anon_sym_return] = ACTIONS(2811), + [anon_sym_DOLLARfor] = ACTIONS(2811), + [anon_sym_for] = ACTIONS(2811), + [anon_sym_POUND] = ACTIONS(2811), + [anon_sym_asm] = ACTIONS(2811), + [anon_sym_AT_LBRACK] = ACTIONS(2811), + [sym___double_quote] = ACTIONS(2811), + [sym___single_quote] = ACTIONS(2811), + [sym___c_double_quote] = ACTIONS(2811), + [sym___c_single_quote] = ACTIONS(2811), + [sym___r_double_quote] = ACTIONS(2811), + [sym___r_single_quote] = ACTIONS(2811), + }, + [492] = { + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3719), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2094), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(2096), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2098), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(2100), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [493] = { + [sym__expression] = STATE(2147), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2741), + [anon_sym_DASH] = ACTIONS(2741), + [anon_sym_STAR] = ACTIONS(2743), + [anon_sym_struct] = ACTIONS(2667), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2745), + [anon_sym_go] = ACTIONS(2747), + [anon_sym_spawn] = ACTIONS(2749), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2741), + [anon_sym_CARET] = ACTIONS(2741), + [anon_sym_AMP] = ACTIONS(2751), + [anon_sym_LT_DASH] = ACTIONS(2753), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2755), + [anon_sym_lock] = ACTIONS(2757), + [anon_sym_rlock] = ACTIONS(2757), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), + }, + [494] = { + [sym__expression] = STATE(2490), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4060), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), [anon_sym_LBRACE] = ACTIONS(1089), @@ -83153,18 +83698,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fn] = ACTIONS(1095), [anon_sym_PLUS] = ACTIONS(1097), [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_STAR] = ACTIONS(2612), + [anon_sym_STAR] = ACTIONS(2775), [anon_sym_struct] = ACTIONS(1101), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2614), + [anon_sym_BANG] = ACTIONS(2777), [anon_sym_go] = ACTIONS(1105), [anon_sym_spawn] = ACTIONS(1107), [anon_sym_json_DOTdecode] = ACTIONS(1109), [anon_sym_LBRACK2] = ACTIONS(1111), [anon_sym_TILDE] = ACTIONS(1097), [anon_sym_CARET] = ACTIONS(1097), - [anon_sym_AMP] = ACTIONS(2616), + [anon_sym_AMP] = ACTIONS(2779), [anon_sym_LT_DASH] = ACTIONS(1115), [sym_none] = ACTIONS(1117), [sym_true] = ACTIONS(1117), @@ -83173,9 +83718,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1119), [anon_sym_DOLLARif] = ACTIONS(1123), [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2568), - [anon_sym_lock] = ACTIONS(2570), - [anon_sym_rlock] = ACTIONS(2570), + [anon_sym_select] = ACTIONS(2622), + [anon_sym_lock] = ACTIONS(2624), + [anon_sym_rlock] = ACTIONS(2624), [anon_sym_unsafe] = ACTIONS(1131), [anon_sym_sql] = ACTIONS(1133), [sym_int_literal] = ACTIONS(1117), @@ -83194,186 +83739,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1147), [sym___r_single_quote] = ACTIONS(1149), }, - [492] = { - [sym__expression] = STATE(1671), - [sym__expression_without_blocks] = STATE(1800), - [sym__expression_with_blocks] = STATE(1800), - [sym_inc_expression] = STATE(1800), - [sym_dec_expression] = STATE(1800), - [sym_or_block_expression] = STATE(1800), - [sym_option_propagation_expression] = STATE(1800), - [sym_result_propagation_expression] = STATE(1800), - [sym_anon_struct_value_expression] = STATE(1884), - [sym_go_expression] = STATE(1800), - [sym_spawn_expression] = STATE(1800), - [sym_parenthesized_expression] = STATE(1800), - [sym_call_expression] = STATE(1800), - [sym_type_initializer] = STATE(1884), - [sym_function_literal] = STATE(1800), - [sym_reference_expression] = STATE(1889), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1800), - [sym_receive_expression] = STATE(1800), - [sym_binary_expression] = STATE(1800), - [sym_as_type_cast_expression] = STATE(1800), - [sym__max_group] = STATE(1800), - [sym_literal] = STATE(1800), - [sym_map_init_expression] = STATE(1884), - [sym_array_creation] = STATE(1800), - [sym_fixed_array_creation] = STATE(1800), - [sym_selector_expression] = STATE(1800), - [sym_index_expression] = STATE(1800), - [sym_slice_expression] = STATE(1800), - [sym_if_expression] = STATE(1884), - [sym_compile_time_if_expression] = STATE(1884), - [sym_is_expression] = STATE(1800), - [sym_not_is_expression] = STATE(1800), - [sym_in_expression] = STATE(1800), - [sym_not_in_expression] = STATE(1800), - [sym_enum_fetch] = STATE(1800), - [sym_match_expression] = STATE(1884), - [sym_select_expression] = STATE(1884), - [sym_lock_expression] = STATE(1884), - [sym_unsafe_expression] = STATE(1884), - [sym_sql_expression] = STATE(1884), - [sym_c_string_literal] = STATE(1801), - [sym_raw_string_literal] = STATE(1801), - [sym_interpreted_string_literal] = STATE(1801), - [sym_pseudo_compile_time_identifier] = STATE(1800), - [sym_mutability_modifiers] = STATE(837), - [sym_plain_type] = STATE(4340), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2434), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2436), - [anon_sym_LBRACE] = ACTIONS(2438), - [anon_sym_LPAREN] = ACTIONS(2440), - [anon_sym_fn] = ACTIONS(2442), - [anon_sym_PLUS] = ACTIONS(2444), - [anon_sym_DASH] = ACTIONS(2444), - [anon_sym_STAR] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2450), - [anon_sym_go] = ACTIONS(2452), - [anon_sym_spawn] = ACTIONS(2454), - [anon_sym_json_DOTdecode] = ACTIONS(2456), - [anon_sym_LBRACK2] = ACTIONS(2458), - [anon_sym_TILDE] = ACTIONS(2444), - [anon_sym_CARET] = ACTIONS(2444), - [anon_sym_AMP] = ACTIONS(2460), - [anon_sym_LT_DASH] = ACTIONS(2462), - [sym_none] = ACTIONS(2464), - [sym_true] = ACTIONS(2464), - [sym_false] = ACTIONS(2464), - [sym_nil] = ACTIONS(2464), - [anon_sym_if] = ACTIONS(2466), - [anon_sym_DOLLARif] = ACTIONS(2468), - [anon_sym_match] = ACTIONS(2470), - [anon_sym_select] = ACTIONS(2472), - [anon_sym_lock] = ACTIONS(2474), - [anon_sym_rlock] = ACTIONS(2474), - [anon_sym_unsafe] = ACTIONS(2476), - [anon_sym_sql] = ACTIONS(2478), - [sym_int_literal] = ACTIONS(2464), - [sym_float_literal] = ACTIONS(2480), - [sym_rune_literal] = ACTIONS(2480), - [anon_sym_AT] = ACTIONS(2482), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2484), - [sym___single_quote] = ACTIONS(2486), - [sym___c_double_quote] = ACTIONS(2488), - [sym___c_single_quote] = ACTIONS(2490), - [sym___r_double_quote] = ACTIONS(2492), - [sym___r_single_quote] = ACTIONS(2494), - }, - [493] = { - [sym__expression] = STATE(2494), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4100), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [495] = { + [sym__expression] = STATE(2490), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4065), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), [anon_sym_LBRACE] = ACTIONS(1089), @@ -83381,18 +83812,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fn] = ACTIONS(1095), [anon_sym_PLUS] = ACTIONS(1097), [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_STAR] = ACTIONS(2612), + [anon_sym_STAR] = ACTIONS(2775), [anon_sym_struct] = ACTIONS(1101), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2614), + [anon_sym_BANG] = ACTIONS(2777), [anon_sym_go] = ACTIONS(1105), [anon_sym_spawn] = ACTIONS(1107), [anon_sym_json_DOTdecode] = ACTIONS(1109), [anon_sym_LBRACK2] = ACTIONS(1111), [anon_sym_TILDE] = ACTIONS(1097), [anon_sym_CARET] = ACTIONS(1097), - [anon_sym_AMP] = ACTIONS(2616), + [anon_sym_AMP] = ACTIONS(2779), [anon_sym_LT_DASH] = ACTIONS(1115), [sym_none] = ACTIONS(1117), [sym_true] = ACTIONS(1117), @@ -83401,9 +83832,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1119), [anon_sym_DOLLARif] = ACTIONS(1123), [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2568), - [anon_sym_lock] = ACTIONS(2570), - [anon_sym_rlock] = ACTIONS(2570), + [anon_sym_select] = ACTIONS(2622), + [anon_sym_lock] = ACTIONS(2624), + [anon_sym_rlock] = ACTIONS(2624), [anon_sym_unsafe] = ACTIONS(1131), [anon_sym_sql] = ACTIONS(1133), [sym_int_literal] = ACTIONS(1117), @@ -83422,72 +83853,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1147), [sym___r_single_quote] = ACTIONS(1149), }, - [494] = { - [sym__expression] = STATE(2493), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4100), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [496] = { + [sym__expression] = STATE(2490), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4067), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), [anon_sym_LBRACE] = ACTIONS(1089), @@ -83495,18 +83926,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fn] = ACTIONS(1095), [anon_sym_PLUS] = ACTIONS(1097), [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_STAR] = ACTIONS(2612), + [anon_sym_STAR] = ACTIONS(2775), [anon_sym_struct] = ACTIONS(1101), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2614), + [anon_sym_BANG] = ACTIONS(2777), [anon_sym_go] = ACTIONS(1105), [anon_sym_spawn] = ACTIONS(1107), [anon_sym_json_DOTdecode] = ACTIONS(1109), [anon_sym_LBRACK2] = ACTIONS(1111), [anon_sym_TILDE] = ACTIONS(1097), [anon_sym_CARET] = ACTIONS(1097), - [anon_sym_AMP] = ACTIONS(2616), + [anon_sym_AMP] = ACTIONS(2779), [anon_sym_LT_DASH] = ACTIONS(1115), [sym_none] = ACTIONS(1117), [sym_true] = ACTIONS(1117), @@ -83515,9 +83946,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1119), [anon_sym_DOLLARif] = ACTIONS(1123), [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2568), - [anon_sym_lock] = ACTIONS(2570), - [anon_sym_rlock] = ACTIONS(2570), + [anon_sym_select] = ACTIONS(2622), + [anon_sym_lock] = ACTIONS(2624), + [anon_sym_rlock] = ACTIONS(2624), [anon_sym_unsafe] = ACTIONS(1131), [anon_sym_sql] = ACTIONS(1133), [sym_int_literal] = ACTIONS(1117), @@ -83536,320 +83967,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1147), [sym___r_single_quote] = ACTIONS(1149), }, - [495] = { - [sym__expression] = STATE(1671), - [sym__expression_without_blocks] = STATE(1800), - [sym__expression_with_blocks] = STATE(1800), - [sym_inc_expression] = STATE(1800), - [sym_dec_expression] = STATE(1800), - [sym_or_block_expression] = STATE(1800), - [sym_option_propagation_expression] = STATE(1800), - [sym_result_propagation_expression] = STATE(1800), - [sym_anon_struct_value_expression] = STATE(1884), - [sym_go_expression] = STATE(1800), - [sym_spawn_expression] = STATE(1800), - [sym_parenthesized_expression] = STATE(1800), - [sym_call_expression] = STATE(1800), - [sym_type_initializer] = STATE(1884), - [sym_function_literal] = STATE(1800), - [sym_reference_expression] = STATE(1889), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1800), - [sym_receive_expression] = STATE(1800), - [sym_binary_expression] = STATE(1800), - [sym_as_type_cast_expression] = STATE(1800), - [sym__max_group] = STATE(1800), - [sym_literal] = STATE(1800), - [sym_map_init_expression] = STATE(1884), - [sym_array_creation] = STATE(1800), - [sym_fixed_array_creation] = STATE(1800), - [sym_selector_expression] = STATE(1800), - [sym_index_expression] = STATE(1800), - [sym_slice_expression] = STATE(1800), - [sym_if_expression] = STATE(1884), - [sym_compile_time_if_expression] = STATE(1884), - [sym_is_expression] = STATE(1800), - [sym_not_is_expression] = STATE(1800), - [sym_in_expression] = STATE(1800), - [sym_not_in_expression] = STATE(1800), - [sym_enum_fetch] = STATE(1800), - [sym_match_expression] = STATE(1884), - [sym_select_expression] = STATE(1884), - [sym_lock_expression] = STATE(1884), - [sym_unsafe_expression] = STATE(1884), - [sym_sql_expression] = STATE(1884), - [sym_c_string_literal] = STATE(1801), - [sym_raw_string_literal] = STATE(1801), - [sym_interpreted_string_literal] = STATE(1801), - [sym_pseudo_compile_time_identifier] = STATE(1800), - [sym_mutability_modifiers] = STATE(837), - [sym_plain_type] = STATE(4335), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2434), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2436), - [anon_sym_LBRACE] = ACTIONS(2438), - [anon_sym_LPAREN] = ACTIONS(2440), - [anon_sym_fn] = ACTIONS(2442), - [anon_sym_PLUS] = ACTIONS(2444), - [anon_sym_DASH] = ACTIONS(2444), - [anon_sym_STAR] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2450), - [anon_sym_go] = ACTIONS(2452), - [anon_sym_spawn] = ACTIONS(2454), - [anon_sym_json_DOTdecode] = ACTIONS(2456), - [anon_sym_LBRACK2] = ACTIONS(2458), - [anon_sym_TILDE] = ACTIONS(2444), - [anon_sym_CARET] = ACTIONS(2444), - [anon_sym_AMP] = ACTIONS(2460), - [anon_sym_LT_DASH] = ACTIONS(2462), - [sym_none] = ACTIONS(2464), - [sym_true] = ACTIONS(2464), - [sym_false] = ACTIONS(2464), - [sym_nil] = ACTIONS(2464), - [anon_sym_if] = ACTIONS(2466), - [anon_sym_DOLLARif] = ACTIONS(2468), - [anon_sym_match] = ACTIONS(2470), - [anon_sym_select] = ACTIONS(2472), - [anon_sym_lock] = ACTIONS(2474), - [anon_sym_rlock] = ACTIONS(2474), - [anon_sym_unsafe] = ACTIONS(2476), - [anon_sym_sql] = ACTIONS(2478), - [sym_int_literal] = ACTIONS(2464), - [sym_float_literal] = ACTIONS(2480), - [sym_rune_literal] = ACTIONS(2480), - [anon_sym_AT] = ACTIONS(2482), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2484), - [sym___single_quote] = ACTIONS(2486), - [sym___c_double_quote] = ACTIONS(2488), - [sym___c_single_quote] = ACTIONS(2490), - [sym___r_double_quote] = ACTIONS(2492), - [sym___r_single_quote] = ACTIONS(2494), - }, - [496] = { - [sym__expression] = STATE(1671), - [sym__expression_without_blocks] = STATE(1800), - [sym__expression_with_blocks] = STATE(1800), - [sym_inc_expression] = STATE(1800), - [sym_dec_expression] = STATE(1800), - [sym_or_block_expression] = STATE(1800), - [sym_option_propagation_expression] = STATE(1800), - [sym_result_propagation_expression] = STATE(1800), - [sym_anon_struct_value_expression] = STATE(1884), - [sym_go_expression] = STATE(1800), - [sym_spawn_expression] = STATE(1800), - [sym_parenthesized_expression] = STATE(1800), - [sym_call_expression] = STATE(1800), - [sym_type_initializer] = STATE(1884), - [sym_function_literal] = STATE(1800), - [sym_reference_expression] = STATE(1889), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1800), - [sym_receive_expression] = STATE(1800), - [sym_binary_expression] = STATE(1800), - [sym_as_type_cast_expression] = STATE(1800), - [sym__max_group] = STATE(1800), - [sym_literal] = STATE(1800), - [sym_map_init_expression] = STATE(1884), - [sym_array_creation] = STATE(1800), - [sym_fixed_array_creation] = STATE(1800), - [sym_selector_expression] = STATE(1800), - [sym_index_expression] = STATE(1800), - [sym_slice_expression] = STATE(1800), - [sym_if_expression] = STATE(1884), - [sym_compile_time_if_expression] = STATE(1884), - [sym_is_expression] = STATE(1800), - [sym_not_is_expression] = STATE(1800), - [sym_in_expression] = STATE(1800), - [sym_not_in_expression] = STATE(1800), - [sym_enum_fetch] = STATE(1800), - [sym_match_expression] = STATE(1884), - [sym_select_expression] = STATE(1884), - [sym_lock_expression] = STATE(1884), - [sym_unsafe_expression] = STATE(1884), - [sym_sql_expression] = STATE(1884), - [sym_c_string_literal] = STATE(1801), - [sym_raw_string_literal] = STATE(1801), - [sym_interpreted_string_literal] = STATE(1801), - [sym_pseudo_compile_time_identifier] = STATE(1800), - [sym_mutability_modifiers] = STATE(837), - [sym_plain_type] = STATE(4312), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2434), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2436), - [anon_sym_LBRACE] = ACTIONS(2438), - [anon_sym_LPAREN] = ACTIONS(2440), - [anon_sym_fn] = ACTIONS(2442), - [anon_sym_PLUS] = ACTIONS(2444), - [anon_sym_DASH] = ACTIONS(2444), - [anon_sym_STAR] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2450), - [anon_sym_go] = ACTIONS(2452), - [anon_sym_spawn] = ACTIONS(2454), - [anon_sym_json_DOTdecode] = ACTIONS(2456), - [anon_sym_LBRACK2] = ACTIONS(2458), - [anon_sym_TILDE] = ACTIONS(2444), - [anon_sym_CARET] = ACTIONS(2444), - [anon_sym_AMP] = ACTIONS(2460), - [anon_sym_LT_DASH] = ACTIONS(2462), - [sym_none] = ACTIONS(2464), - [sym_true] = ACTIONS(2464), - [sym_false] = ACTIONS(2464), - [sym_nil] = ACTIONS(2464), - [anon_sym_if] = ACTIONS(2466), - [anon_sym_DOLLARif] = ACTIONS(2468), - [anon_sym_match] = ACTIONS(2470), - [anon_sym_select] = ACTIONS(2472), - [anon_sym_lock] = ACTIONS(2474), - [anon_sym_rlock] = ACTIONS(2474), - [anon_sym_unsafe] = ACTIONS(2476), - [anon_sym_sql] = ACTIONS(2478), - [sym_int_literal] = ACTIONS(2464), - [sym_float_literal] = ACTIONS(2480), - [sym_rune_literal] = ACTIONS(2480), - [anon_sym_AT] = ACTIONS(2482), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2484), - [sym___single_quote] = ACTIONS(2486), - [sym___c_double_quote] = ACTIONS(2488), - [sym___c_single_quote] = ACTIONS(2490), - [sym___r_double_quote] = ACTIONS(2492), - [sym___r_single_quote] = ACTIONS(2494), - }, [497] = { - [sym__expression] = STATE(2489), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4100), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2490), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4060), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), [anon_sym_LBRACE] = ACTIONS(1089), [anon_sym_LPAREN] = ACTIONS(1093), [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_STAR] = ACTIONS(2612), + [anon_sym_PLUS] = ACTIONS(2496), + [anon_sym_DASH] = ACTIONS(2496), + [anon_sym_STAR] = ACTIONS(2498), [anon_sym_struct] = ACTIONS(1101), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2614), - [anon_sym_go] = ACTIONS(1105), - [anon_sym_spawn] = ACTIONS(1107), + [anon_sym_BANG] = ACTIONS(2500), + [anon_sym_go] = ACTIONS(2502), + [anon_sym_spawn] = ACTIONS(2504), [anon_sym_json_DOTdecode] = ACTIONS(1109), [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(1097), - [anon_sym_CARET] = ACTIONS(1097), - [anon_sym_AMP] = ACTIONS(2616), - [anon_sym_LT_DASH] = ACTIONS(1115), + [anon_sym_TILDE] = ACTIONS(2496), + [anon_sym_CARET] = ACTIONS(2496), + [anon_sym_AMP] = ACTIONS(2506), + [anon_sym_LT_DASH] = ACTIONS(2508), [sym_none] = ACTIONS(1117), [sym_true] = ACTIONS(1117), [sym_false] = ACTIONS(1117), @@ -83857,9 +84060,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1119), [anon_sym_DOLLARif] = ACTIONS(1123), [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2568), - [anon_sym_lock] = ACTIONS(2570), - [anon_sym_rlock] = ACTIONS(2570), + [anon_sym_select] = ACTIONS(2510), + [anon_sym_lock] = ACTIONS(2512), + [anon_sym_rlock] = ACTIONS(2512), [anon_sym_unsafe] = ACTIONS(1131), [anon_sym_sql] = ACTIONS(1133), [sym_int_literal] = ACTIONS(1117), @@ -83879,205 +84082,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1149), }, [498] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2944), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2936), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [499] = { - [sym__expression] = STATE(2501), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4100), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2490), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4065), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), [anon_sym_LBRACE] = ACTIONS(1089), [anon_sym_LPAREN] = ACTIONS(1093), [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_STAR] = ACTIONS(2612), + [anon_sym_PLUS] = ACTIONS(2496), + [anon_sym_DASH] = ACTIONS(2496), + [anon_sym_STAR] = ACTIONS(2498), [anon_sym_struct] = ACTIONS(1101), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2614), - [anon_sym_go] = ACTIONS(1105), - [anon_sym_spawn] = ACTIONS(1107), + [anon_sym_BANG] = ACTIONS(2500), + [anon_sym_go] = ACTIONS(2502), + [anon_sym_spawn] = ACTIONS(2504), [anon_sym_json_DOTdecode] = ACTIONS(1109), [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(1097), - [anon_sym_CARET] = ACTIONS(1097), - [anon_sym_AMP] = ACTIONS(2616), - [anon_sym_LT_DASH] = ACTIONS(1115), + [anon_sym_TILDE] = ACTIONS(2496), + [anon_sym_CARET] = ACTIONS(2496), + [anon_sym_AMP] = ACTIONS(2506), + [anon_sym_LT_DASH] = ACTIONS(2508), [sym_none] = ACTIONS(1117), [sym_true] = ACTIONS(1117), [sym_false] = ACTIONS(1117), @@ -84085,9 +84174,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1119), [anon_sym_DOLLARif] = ACTIONS(1123), [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2568), - [anon_sym_lock] = ACTIONS(2570), - [anon_sym_rlock] = ACTIONS(2570), + [anon_sym_select] = ACTIONS(2510), + [anon_sym_lock] = ACTIONS(2512), + [anon_sym_rlock] = ACTIONS(2512), [anon_sym_unsafe] = ACTIONS(1131), [anon_sym_sql] = ACTIONS(1133), [sym_int_literal] = ACTIONS(1117), @@ -84106,1004 +84195,1118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1147), [sym___r_single_quote] = ACTIONS(1149), }, + [499] = { + [sym__expression] = STATE(1661), + [sym__expression_without_blocks] = STATE(1807), + [sym__expression_with_blocks] = STATE(1807), + [sym_inc_expression] = STATE(1807), + [sym_dec_expression] = STATE(1807), + [sym_or_block_expression] = STATE(1807), + [sym_option_propagation_expression] = STATE(1807), + [sym_result_propagation_expression] = STATE(1807), + [sym_anon_struct_value_expression] = STATE(1862), + [sym_go_expression] = STATE(1807), + [sym_spawn_expression] = STATE(1807), + [sym_parenthesized_expression] = STATE(1807), + [sym_call_expression] = STATE(1807), + [sym_type_initializer] = STATE(1862), + [sym_function_literal] = STATE(1807), + [sym_reference_expression] = STATE(1899), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1807), + [sym_receive_expression] = STATE(1807), + [sym_binary_expression] = STATE(1807), + [sym_as_type_cast_expression] = STATE(1807), + [sym__max_group] = STATE(1807), + [sym_literal] = STATE(1807), + [sym_map_init_expression] = STATE(1862), + [sym_array_creation] = STATE(1807), + [sym_fixed_array_creation] = STATE(1807), + [sym_selector_expression] = STATE(1807), + [sym_index_expression] = STATE(1807), + [sym_slice_expression] = STATE(1807), + [sym_if_expression] = STATE(1862), + [sym_compile_time_if_expression] = STATE(1862), + [sym_is_expression] = STATE(1807), + [sym_not_is_expression] = STATE(1807), + [sym_in_expression] = STATE(1807), + [sym_not_in_expression] = STATE(1807), + [sym_enum_fetch] = STATE(1807), + [sym_match_expression] = STATE(1862), + [sym_select_expression] = STATE(1862), + [sym_lock_expression] = STATE(1862), + [sym_unsafe_expression] = STATE(1862), + [sym_sql_expression] = STATE(1862), + [sym_c_string_literal] = STATE(1809), + [sym_raw_string_literal] = STATE(1809), + [sym_interpreted_string_literal] = STATE(1809), + [sym_pseudo_compile_time_identifier] = STATE(1807), + [sym_mutability_modifiers] = STATE(613), + [sym_plain_type] = STATE(4411), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2526), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2528), + [anon_sym_LBRACE] = ACTIONS(2530), + [anon_sym_LPAREN] = ACTIONS(2532), + [anon_sym_fn] = ACTIONS(2534), + [anon_sym_PLUS] = ACTIONS(2536), + [anon_sym_DASH] = ACTIONS(2536), + [anon_sym_STAR] = ACTIONS(2538), + [anon_sym_struct] = ACTIONS(2540), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2542), + [anon_sym_go] = ACTIONS(2544), + [anon_sym_spawn] = ACTIONS(2546), + [anon_sym_json_DOTdecode] = ACTIONS(2548), + [anon_sym_LBRACK2] = ACTIONS(2550), + [anon_sym_TILDE] = ACTIONS(2536), + [anon_sym_CARET] = ACTIONS(2536), + [anon_sym_AMP] = ACTIONS(2552), + [anon_sym_LT_DASH] = ACTIONS(2554), + [sym_none] = ACTIONS(2556), + [sym_true] = ACTIONS(2556), + [sym_false] = ACTIONS(2556), + [sym_nil] = ACTIONS(2556), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_DOLLARif] = ACTIONS(2560), + [anon_sym_match] = ACTIONS(2562), + [anon_sym_select] = ACTIONS(2564), + [anon_sym_lock] = ACTIONS(2566), + [anon_sym_rlock] = ACTIONS(2566), + [anon_sym_unsafe] = ACTIONS(2568), + [anon_sym_sql] = ACTIONS(2570), + [sym_int_literal] = ACTIONS(2556), + [sym_float_literal] = ACTIONS(2572), + [sym_rune_literal] = ACTIONS(2572), + [anon_sym_AT] = ACTIONS(2574), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2576), + [sym___single_quote] = ACTIONS(2578), + [sym___c_double_quote] = ACTIONS(2580), + [sym___c_single_quote] = ACTIONS(2582), + [sym___r_double_quote] = ACTIONS(2584), + [sym___r_single_quote] = ACTIONS(2586), + }, [500] = { - [sym__expression] = STATE(2678), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3667), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [sym__expression] = STATE(1782), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2029), + [sym_dec_expression] = STATE(2029), + [sym_or_block_expression] = STATE(2029), + [sym_option_propagation_expression] = STATE(2029), + [sym_result_propagation_expression] = STATE(2029), + [sym_anon_struct_value_expression] = STATE(2031), + [sym_go_expression] = STATE(2029), + [sym_spawn_expression] = STATE(2029), + [sym_parenthesized_expression] = STATE(2029), + [sym_call_expression] = STATE(2029), + [sym_type_initializer] = STATE(2031), + [sym_function_literal] = STATE(2029), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2029), + [sym_receive_expression] = STATE(2029), + [sym_binary_expression] = STATE(2029), + [sym_as_type_cast_expression] = STATE(2029), + [sym__max_group] = STATE(2029), + [sym_literal] = STATE(2029), + [sym_map_init_expression] = STATE(2031), + [sym_array_creation] = STATE(2029), + [sym_fixed_array_creation] = STATE(2029), + [sym_selector_expression] = STATE(2029), + [sym_index_expression] = STATE(2029), + [sym_slice_expression] = STATE(2029), + [sym_if_expression] = STATE(2031), + [sym_compile_time_if_expression] = STATE(2031), + [sym_is_expression] = STATE(2029), + [sym_not_is_expression] = STATE(2029), + [sym_in_expression] = STATE(2029), + [sym_not_in_expression] = STATE(2029), + [sym_enum_fetch] = STATE(2029), + [sym_match_expression] = STATE(2031), + [sym_select_expression] = STATE(2031), + [sym_lock_expression] = STATE(2031), + [sym_unsafe_expression] = STATE(2031), + [sym_sql_expression] = STATE(2031), + [sym_c_string_literal] = STATE(2030), + [sym_raw_string_literal] = STATE(2030), + [sym_interpreted_string_literal] = STATE(2030), + [sym_pseudo_compile_time_identifier] = STATE(2029), + [sym_mutability_modifiers] = STATE(547), + [sym_plain_type] = STATE(4470), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2781), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2364), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(691), + [anon_sym_LBRACE] = ACTIONS(2783), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(699), + [anon_sym_PLUS] = ACTIONS(701), + [anon_sym_DASH] = ACTIONS(701), + [anon_sym_STAR] = ACTIONS(703), + [anon_sym_struct] = ACTIONS(2785), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2366), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2372), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(707), + [anon_sym_go] = ACTIONS(709), + [anon_sym_spawn] = ACTIONS(711), + [anon_sym_json_DOTdecode] = ACTIONS(713), + [anon_sym_LBRACK2] = ACTIONS(715), + [anon_sym_TILDE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(701), + [anon_sym_AMP] = ACTIONS(717), + [anon_sym_LT_DASH] = ACTIONS(719), + [sym_none] = ACTIONS(721), + [sym_true] = ACTIONS(721), + [sym_false] = ACTIONS(721), + [sym_nil] = ACTIONS(721), + [anon_sym_if] = ACTIONS(2787), + [anon_sym_DOLLARif] = ACTIONS(2789), + [anon_sym_match] = ACTIONS(2791), + [anon_sym_select] = ACTIONS(2793), + [anon_sym_lock] = ACTIONS(2795), + [anon_sym_rlock] = ACTIONS(2795), + [anon_sym_unsafe] = ACTIONS(2797), + [anon_sym_sql] = ACTIONS(2799), + [sym_int_literal] = ACTIONS(721), + [sym_float_literal] = ACTIONS(739), + [sym_rune_literal] = ACTIONS(739), + [anon_sym_AT] = ACTIONS(741), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(743), + [sym___single_quote] = ACTIONS(745), + [sym___c_double_quote] = ACTIONS(747), + [sym___c_single_quote] = ACTIONS(749), + [sym___r_double_quote] = ACTIONS(751), + [sym___r_single_quote] = ACTIONS(753), }, [501] = { - [ts_builtin_sym_end] = ACTIONS(2698), - [sym_identifier] = ACTIONS(2700), - [anon_sym_LF] = ACTIONS(2700), - [anon_sym_CR] = ACTIONS(2700), - [anon_sym_CR_LF] = ACTIONS(2700), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2700), - [anon_sym_as] = ACTIONS(2700), - [anon_sym_LBRACE] = ACTIONS(2700), - [anon_sym_COMMA] = ACTIONS(2700), - [anon_sym_const] = ACTIONS(2700), - [anon_sym_LPAREN] = ACTIONS(2700), - [anon_sym_EQ] = ACTIONS(2700), - [anon_sym___global] = ACTIONS(2700), - [anon_sym_type] = ACTIONS(2700), - [anon_sym_PIPE] = ACTIONS(2700), - [anon_sym_fn] = ACTIONS(2700), - [anon_sym_PLUS] = ACTIONS(2700), - [anon_sym_DASH] = ACTIONS(2700), - [anon_sym_STAR] = ACTIONS(2700), - [anon_sym_SLASH] = ACTIONS(2700), - [anon_sym_PERCENT] = ACTIONS(2700), - [anon_sym_LT] = ACTIONS(2700), - [anon_sym_GT] = ACTIONS(2700), - [anon_sym_EQ_EQ] = ACTIONS(2700), - [anon_sym_BANG_EQ] = ACTIONS(2700), - [anon_sym_LT_EQ] = ACTIONS(2700), - [anon_sym_GT_EQ] = ACTIONS(2700), - [anon_sym_LBRACK] = ACTIONS(2698), - [anon_sym_struct] = ACTIONS(2700), - [anon_sym_union] = ACTIONS(2700), - [anon_sym_pub] = ACTIONS(2700), - [anon_sym_mut] = ACTIONS(2700), - [anon_sym_enum] = ACTIONS(2700), - [anon_sym_interface] = ACTIONS(2700), - [anon_sym_PLUS_PLUS] = ACTIONS(2700), - [anon_sym_DASH_DASH] = ACTIONS(2700), - [anon_sym_QMARK] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_go] = ACTIONS(2700), - [anon_sym_spawn] = ACTIONS(2700), - [anon_sym_json_DOTdecode] = ACTIONS(2700), - [anon_sym_LBRACK2] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2700), - [anon_sym_CARET] = ACTIONS(2700), - [anon_sym_AMP] = ACTIONS(2700), - [anon_sym_LT_DASH] = ACTIONS(2700), - [anon_sym_LT_LT] = ACTIONS(2700), - [anon_sym_GT_GT] = ACTIONS(2700), - [anon_sym_GT_GT_GT] = ACTIONS(2700), - [anon_sym_AMP_CARET] = ACTIONS(2700), - [anon_sym_AMP_AMP] = ACTIONS(2700), - [anon_sym_PIPE_PIPE] = ACTIONS(2700), - [anon_sym_or] = ACTIONS(2700), - [sym_none] = ACTIONS(2700), - [sym_true] = ACTIONS(2700), - [sym_false] = ACTIONS(2700), - [sym_nil] = ACTIONS(2700), - [anon_sym_QMARK_DOT] = ACTIONS(2700), - [anon_sym_POUND_LBRACK] = ACTIONS(2700), - [anon_sym_if] = ACTIONS(2700), - [anon_sym_else] = ACTIONS(2700), - [anon_sym_DOLLARif] = ACTIONS(2700), - [anon_sym_is] = ACTIONS(2700), - [anon_sym_BANGis] = ACTIONS(2700), - [anon_sym_in] = ACTIONS(2700), - [anon_sym_BANGin] = ACTIONS(2700), - [anon_sym_match] = ACTIONS(2700), - [anon_sym_select] = ACTIONS(2700), - [anon_sym_STAR_EQ] = ACTIONS(2700), - [anon_sym_SLASH_EQ] = ACTIONS(2700), - [anon_sym_PERCENT_EQ] = ACTIONS(2700), - [anon_sym_LT_LT_EQ] = ACTIONS(2700), - [anon_sym_GT_GT_EQ] = ACTIONS(2700), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2700), - [anon_sym_AMP_EQ] = ACTIONS(2700), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2700), - [anon_sym_PLUS_EQ] = ACTIONS(2700), - [anon_sym_DASH_EQ] = ACTIONS(2700), - [anon_sym_PIPE_EQ] = ACTIONS(2700), - [anon_sym_CARET_EQ] = ACTIONS(2700), - [anon_sym_COLON_EQ] = ACTIONS(2700), - [anon_sym_lock] = ACTIONS(2700), - [anon_sym_rlock] = ACTIONS(2700), - [anon_sym_unsafe] = ACTIONS(2700), - [anon_sym_sql] = ACTIONS(2700), - [sym_int_literal] = ACTIONS(2700), - [sym_float_literal] = ACTIONS(2700), - [sym_rune_literal] = ACTIONS(2700), - [anon_sym_AT] = ACTIONS(2700), - [anon_sym_shared] = ACTIONS(2700), - [anon_sym_map_LBRACK] = ACTIONS(2700), - [anon_sym_chan] = ACTIONS(2700), - [anon_sym_thread] = ACTIONS(2700), - [anon_sym_atomic] = ACTIONS(2700), - [anon_sym_assert] = ACTIONS(2700), - [anon_sym_defer] = ACTIONS(2700), - [anon_sym_goto] = ACTIONS(2700), - [anon_sym_break] = ACTIONS(2700), - [anon_sym_continue] = ACTIONS(2700), - [anon_sym_return] = ACTIONS(2700), - [anon_sym_DOLLARfor] = ACTIONS(2700), - [anon_sym_for] = ACTIONS(2700), - [anon_sym_POUND] = ACTIONS(2700), - [anon_sym_asm] = ACTIONS(2700), - [anon_sym_AT_LBRACK] = ACTIONS(2700), - [sym___double_quote] = ACTIONS(2700), - [sym___single_quote] = ACTIONS(2700), - [sym___c_double_quote] = ACTIONS(2700), - [sym___c_single_quote] = ACTIONS(2700), - [sym___r_double_quote] = ACTIONS(2700), - [sym___r_single_quote] = ACTIONS(2700), - }, - [502] = { - [sym__expression] = STATE(2554), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4100), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(1663), + [sym__expression_without_blocks] = STATE(1807), + [sym__expression_with_blocks] = STATE(1807), + [sym_inc_expression] = STATE(1807), + [sym_dec_expression] = STATE(1807), + [sym_or_block_expression] = STATE(1807), + [sym_option_propagation_expression] = STATE(1807), + [sym_result_propagation_expression] = STATE(1807), + [sym_anon_struct_value_expression] = STATE(1862), + [sym_go_expression] = STATE(1807), + [sym_spawn_expression] = STATE(1807), + [sym_parenthesized_expression] = STATE(1807), + [sym_call_expression] = STATE(1807), + [sym_type_initializer] = STATE(1862), + [sym_function_literal] = STATE(1807), + [sym_reference_expression] = STATE(1899), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1807), + [sym_receive_expression] = STATE(1807), + [sym_binary_expression] = STATE(1807), + [sym_as_type_cast_expression] = STATE(1807), + [sym__max_group] = STATE(1807), + [sym_literal] = STATE(1807), + [sym_map_init_expression] = STATE(1862), + [sym_array_creation] = STATE(1807), + [sym_fixed_array_creation] = STATE(1807), + [sym_selector_expression] = STATE(1807), + [sym_index_expression] = STATE(1807), + [sym_slice_expression] = STATE(1807), + [sym_if_expression] = STATE(1862), + [sym_compile_time_if_expression] = STATE(1862), + [sym_is_expression] = STATE(1807), + [sym_not_is_expression] = STATE(1807), + [sym_in_expression] = STATE(1807), + [sym_not_in_expression] = STATE(1807), + [sym_enum_fetch] = STATE(1807), + [sym_match_expression] = STATE(1862), + [sym_select_expression] = STATE(1862), + [sym_lock_expression] = STATE(1862), + [sym_unsafe_expression] = STATE(1862), + [sym_sql_expression] = STATE(1862), + [sym_c_string_literal] = STATE(1809), + [sym_raw_string_literal] = STATE(1809), + [sym_interpreted_string_literal] = STATE(1809), + [sym_pseudo_compile_time_identifier] = STATE(1807), + [sym_mutability_modifiers] = STATE(613), + [sym_plain_type] = STATE(4411), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2526), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1087), - [anon_sym_LBRACE] = ACTIONS(1089), - [anon_sym_LPAREN] = ACTIONS(1093), - [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_STAR] = ACTIONS(2612), - [anon_sym_struct] = ACTIONS(1101), + [anon_sym_DOT] = ACTIONS(2528), + [anon_sym_LBRACE] = ACTIONS(2530), + [anon_sym_LPAREN] = ACTIONS(2532), + [anon_sym_fn] = ACTIONS(2534), + [anon_sym_PLUS] = ACTIONS(2536), + [anon_sym_DASH] = ACTIONS(2536), + [anon_sym_STAR] = ACTIONS(2538), + [anon_sym_struct] = ACTIONS(2540), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2614), - [anon_sym_go] = ACTIONS(1105), - [anon_sym_spawn] = ACTIONS(1107), - [anon_sym_json_DOTdecode] = ACTIONS(1109), - [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(1097), - [anon_sym_CARET] = ACTIONS(1097), - [anon_sym_AMP] = ACTIONS(2616), - [anon_sym_LT_DASH] = ACTIONS(1115), - [sym_none] = ACTIONS(1117), - [sym_true] = ACTIONS(1117), - [sym_false] = ACTIONS(1117), - [sym_nil] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1119), - [anon_sym_DOLLARif] = ACTIONS(1123), - [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2568), - [anon_sym_lock] = ACTIONS(2570), - [anon_sym_rlock] = ACTIONS(2570), - [anon_sym_unsafe] = ACTIONS(1131), - [anon_sym_sql] = ACTIONS(1133), - [sym_int_literal] = ACTIONS(1117), - [sym_float_literal] = ACTIONS(1135), - [sym_rune_literal] = ACTIONS(1135), - [anon_sym_AT] = ACTIONS(1137), + [anon_sym_BANG] = ACTIONS(2542), + [anon_sym_go] = ACTIONS(2544), + [anon_sym_spawn] = ACTIONS(2546), + [anon_sym_json_DOTdecode] = ACTIONS(2548), + [anon_sym_LBRACK2] = ACTIONS(2550), + [anon_sym_TILDE] = ACTIONS(2536), + [anon_sym_CARET] = ACTIONS(2536), + [anon_sym_AMP] = ACTIONS(2552), + [anon_sym_LT_DASH] = ACTIONS(2554), + [sym_none] = ACTIONS(2556), + [sym_true] = ACTIONS(2556), + [sym_false] = ACTIONS(2556), + [sym_nil] = ACTIONS(2556), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_DOLLARif] = ACTIONS(2560), + [anon_sym_match] = ACTIONS(2562), + [anon_sym_select] = ACTIONS(2564), + [anon_sym_lock] = ACTIONS(2566), + [anon_sym_rlock] = ACTIONS(2566), + [anon_sym_unsafe] = ACTIONS(2568), + [anon_sym_sql] = ACTIONS(2570), + [sym_int_literal] = ACTIONS(2556), + [sym_float_literal] = ACTIONS(2572), + [sym_rune_literal] = ACTIONS(2572), + [anon_sym_AT] = ACTIONS(2574), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1139), - [sym___single_quote] = ACTIONS(1141), - [sym___c_double_quote] = ACTIONS(1143), - [sym___c_single_quote] = ACTIONS(1145), - [sym___r_double_quote] = ACTIONS(1147), - [sym___r_single_quote] = ACTIONS(1149), + [sym___double_quote] = ACTIONS(2576), + [sym___single_quote] = ACTIONS(2578), + [sym___c_double_quote] = ACTIONS(2580), + [sym___c_single_quote] = ACTIONS(2582), + [sym___r_double_quote] = ACTIONS(2584), + [sym___r_single_quote] = ACTIONS(2586), }, - [503] = { - [sym__expression] = STATE(2147), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), + [502] = { + [sym__expression] = STATE(1665), + [sym__expression_without_blocks] = STATE(1807), + [sym__expression_with_blocks] = STATE(1807), + [sym_inc_expression] = STATE(1807), + [sym_dec_expression] = STATE(1807), + [sym_or_block_expression] = STATE(1807), + [sym_option_propagation_expression] = STATE(1807), + [sym_result_propagation_expression] = STATE(1807), + [sym_anon_struct_value_expression] = STATE(1862), + [sym_go_expression] = STATE(1807), + [sym_spawn_expression] = STATE(1807), + [sym_parenthesized_expression] = STATE(1807), + [sym_call_expression] = STATE(1807), + [sym_type_initializer] = STATE(1862), + [sym_function_literal] = STATE(1807), + [sym_reference_expression] = STATE(1899), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1807), + [sym_receive_expression] = STATE(1807), + [sym_binary_expression] = STATE(1807), + [sym_as_type_cast_expression] = STATE(1807), + [sym__max_group] = STATE(1807), + [sym_literal] = STATE(1807), + [sym_map_init_expression] = STATE(1862), + [sym_array_creation] = STATE(1807), + [sym_fixed_array_creation] = STATE(1807), + [sym_selector_expression] = STATE(1807), + [sym_index_expression] = STATE(1807), + [sym_slice_expression] = STATE(1807), + [sym_if_expression] = STATE(1862), + [sym_compile_time_if_expression] = STATE(1862), + [sym_is_expression] = STATE(1807), + [sym_not_is_expression] = STATE(1807), + [sym_in_expression] = STATE(1807), + [sym_not_in_expression] = STATE(1807), + [sym_enum_fetch] = STATE(1807), + [sym_match_expression] = STATE(1862), + [sym_select_expression] = STATE(1862), + [sym_lock_expression] = STATE(1862), + [sym_unsafe_expression] = STATE(1862), + [sym_sql_expression] = STATE(1862), + [sym_c_string_literal] = STATE(1809), + [sym_raw_string_literal] = STATE(1809), + [sym_interpreted_string_literal] = STATE(1809), + [sym_pseudo_compile_time_identifier] = STATE(1807), + [sym_mutability_modifiers] = STATE(613), + [sym_plain_type] = STATE(4411), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2526), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2646), - [anon_sym_DASH] = ACTIONS(2646), - [anon_sym_STAR] = ACTIONS(2648), - [anon_sym_struct] = ACTIONS(2650), + [anon_sym_DOT] = ACTIONS(2528), + [anon_sym_LBRACE] = ACTIONS(2530), + [anon_sym_LPAREN] = ACTIONS(2532), + [anon_sym_fn] = ACTIONS(2534), + [anon_sym_PLUS] = ACTIONS(2536), + [anon_sym_DASH] = ACTIONS(2536), + [anon_sym_STAR] = ACTIONS(2538), + [anon_sym_struct] = ACTIONS(2540), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2652), - [anon_sym_go] = ACTIONS(2654), - [anon_sym_spawn] = ACTIONS(2656), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2646), - [anon_sym_CARET] = ACTIONS(2646), - [anon_sym_AMP] = ACTIONS(2662), - [anon_sym_LT_DASH] = ACTIONS(2664), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2674), - [anon_sym_lock] = ACTIONS(2676), - [anon_sym_rlock] = ACTIONS(2676), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), + [anon_sym_BANG] = ACTIONS(2542), + [anon_sym_go] = ACTIONS(2544), + [anon_sym_spawn] = ACTIONS(2546), + [anon_sym_json_DOTdecode] = ACTIONS(2548), + [anon_sym_LBRACK2] = ACTIONS(2550), + [anon_sym_TILDE] = ACTIONS(2536), + [anon_sym_CARET] = ACTIONS(2536), + [anon_sym_AMP] = ACTIONS(2552), + [anon_sym_LT_DASH] = ACTIONS(2554), + [sym_none] = ACTIONS(2556), + [sym_true] = ACTIONS(2556), + [sym_false] = ACTIONS(2556), + [sym_nil] = ACTIONS(2556), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_DOLLARif] = ACTIONS(2560), + [anon_sym_match] = ACTIONS(2562), + [anon_sym_select] = ACTIONS(2564), + [anon_sym_lock] = ACTIONS(2566), + [anon_sym_rlock] = ACTIONS(2566), + [anon_sym_unsafe] = ACTIONS(2568), + [anon_sym_sql] = ACTIONS(2570), + [sym_int_literal] = ACTIONS(2556), + [sym_float_literal] = ACTIONS(2572), + [sym_rune_literal] = ACTIONS(2572), + [anon_sym_AT] = ACTIONS(2574), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), + [sym___double_quote] = ACTIONS(2576), + [sym___single_quote] = ACTIONS(2578), + [sym___c_double_quote] = ACTIONS(2580), + [sym___c_single_quote] = ACTIONS(2582), + [sym___r_double_quote] = ACTIONS(2584), + [sym___r_single_quote] = ACTIONS(2586), }, - [504] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3684), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2080), + [503] = { + [sym__expression] = STATE(1782), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2029), + [sym_dec_expression] = STATE(2029), + [sym_or_block_expression] = STATE(2029), + [sym_option_propagation_expression] = STATE(2029), + [sym_result_propagation_expression] = STATE(2029), + [sym_anon_struct_value_expression] = STATE(2031), + [sym_go_expression] = STATE(2029), + [sym_spawn_expression] = STATE(2029), + [sym_parenthesized_expression] = STATE(2029), + [sym_call_expression] = STATE(2029), + [sym_type_initializer] = STATE(2031), + [sym_function_literal] = STATE(2029), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2029), + [sym_receive_expression] = STATE(2029), + [sym_binary_expression] = STATE(2029), + [sym_as_type_cast_expression] = STATE(2029), + [sym__max_group] = STATE(2029), + [sym_literal] = STATE(2029), + [sym_map_init_expression] = STATE(2031), + [sym_array_creation] = STATE(2029), + [sym_fixed_array_creation] = STATE(2029), + [sym_selector_expression] = STATE(2029), + [sym_index_expression] = STATE(2029), + [sym_slice_expression] = STATE(2029), + [sym_if_expression] = STATE(2031), + [sym_compile_time_if_expression] = STATE(2031), + [sym_is_expression] = STATE(2029), + [sym_not_is_expression] = STATE(2029), + [sym_in_expression] = STATE(2029), + [sym_not_in_expression] = STATE(2029), + [sym_enum_fetch] = STATE(2029), + [sym_match_expression] = STATE(2031), + [sym_select_expression] = STATE(2031), + [sym_lock_expression] = STATE(2031), + [sym_unsafe_expression] = STATE(2031), + [sym_sql_expression] = STATE(2031), + [sym_c_string_literal] = STATE(2030), + [sym_raw_string_literal] = STATE(2030), + [sym_interpreted_string_literal] = STATE(2030), + [sym_pseudo_compile_time_identifier] = STATE(2029), + [sym_mutability_modifiers] = STATE(547), + [sym_plain_type] = STATE(4427), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2781), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(2082), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(691), + [anon_sym_LBRACE] = ACTIONS(2783), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(699), + [anon_sym_PLUS] = ACTIONS(701), + [anon_sym_DASH] = ACTIONS(701), + [anon_sym_STAR] = ACTIONS(703), + [anon_sym_struct] = ACTIONS(2785), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2084), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(2086), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(707), + [anon_sym_go] = ACTIONS(709), + [anon_sym_spawn] = ACTIONS(711), + [anon_sym_json_DOTdecode] = ACTIONS(713), + [anon_sym_LBRACK2] = ACTIONS(715), + [anon_sym_TILDE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(701), + [anon_sym_AMP] = ACTIONS(717), + [anon_sym_LT_DASH] = ACTIONS(719), + [sym_none] = ACTIONS(721), + [sym_true] = ACTIONS(721), + [sym_false] = ACTIONS(721), + [sym_nil] = ACTIONS(721), + [anon_sym_if] = ACTIONS(2787), + [anon_sym_DOLLARif] = ACTIONS(2789), + [anon_sym_match] = ACTIONS(2791), + [anon_sym_select] = ACTIONS(2793), + [anon_sym_lock] = ACTIONS(2795), + [anon_sym_rlock] = ACTIONS(2795), + [anon_sym_unsafe] = ACTIONS(2797), + [anon_sym_sql] = ACTIONS(2799), + [sym_int_literal] = ACTIONS(721), + [sym_float_literal] = ACTIONS(739), + [sym_rune_literal] = ACTIONS(739), + [anon_sym_AT] = ACTIONS(741), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(743), + [sym___single_quote] = ACTIONS(745), + [sym___c_double_quote] = ACTIONS(747), + [sym___c_single_quote] = ACTIONS(749), + [sym___r_double_quote] = ACTIONS(751), + [sym___r_single_quote] = ACTIONS(753), }, - [505] = { - [sym__expression] = STATE(2614), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [504] = { + [sym__expression] = STATE(1782), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2029), + [sym_dec_expression] = STATE(2029), + [sym_or_block_expression] = STATE(2029), + [sym_option_propagation_expression] = STATE(2029), + [sym_result_propagation_expression] = STATE(2029), + [sym_anon_struct_value_expression] = STATE(2031), + [sym_go_expression] = STATE(2029), + [sym_spawn_expression] = STATE(2029), + [sym_parenthesized_expression] = STATE(2029), + [sym_call_expression] = STATE(2029), + [sym_type_initializer] = STATE(2031), + [sym_function_literal] = STATE(2029), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2029), + [sym_receive_expression] = STATE(2029), + [sym_binary_expression] = STATE(2029), + [sym_as_type_cast_expression] = STATE(2029), + [sym__max_group] = STATE(2029), + [sym_literal] = STATE(2029), + [sym_map_init_expression] = STATE(2031), + [sym_array_creation] = STATE(2029), + [sym_fixed_array_creation] = STATE(2029), + [sym_selector_expression] = STATE(2029), + [sym_index_expression] = STATE(2029), + [sym_slice_expression] = STATE(2029), + [sym_if_expression] = STATE(2031), + [sym_compile_time_if_expression] = STATE(2031), + [sym_is_expression] = STATE(2029), + [sym_not_is_expression] = STATE(2029), + [sym_in_expression] = STATE(2029), + [sym_not_in_expression] = STATE(2029), + [sym_enum_fetch] = STATE(2029), + [sym_match_expression] = STATE(2031), + [sym_select_expression] = STATE(2031), + [sym_lock_expression] = STATE(2031), + [sym_unsafe_expression] = STATE(2031), + [sym_sql_expression] = STATE(2031), + [sym_c_string_literal] = STATE(2030), + [sym_raw_string_literal] = STATE(2030), + [sym_interpreted_string_literal] = STATE(2030), + [sym_pseudo_compile_time_identifier] = STATE(2029), + [sym_mutability_modifiers] = STATE(547), + [sym_plain_type] = STATE(4426), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2781), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(691), + [anon_sym_LBRACE] = ACTIONS(2783), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(699), + [anon_sym_PLUS] = ACTIONS(701), + [anon_sym_DASH] = ACTIONS(701), + [anon_sym_STAR] = ACTIONS(703), + [anon_sym_struct] = ACTIONS(2785), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(707), + [anon_sym_go] = ACTIONS(709), + [anon_sym_spawn] = ACTIONS(711), + [anon_sym_json_DOTdecode] = ACTIONS(713), + [anon_sym_LBRACK2] = ACTIONS(715), + [anon_sym_TILDE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(701), + [anon_sym_AMP] = ACTIONS(717), + [anon_sym_LT_DASH] = ACTIONS(719), + [sym_none] = ACTIONS(721), + [sym_true] = ACTIONS(721), + [sym_false] = ACTIONS(721), + [sym_nil] = ACTIONS(721), + [anon_sym_if] = ACTIONS(2787), + [anon_sym_DOLLARif] = ACTIONS(2789), + [anon_sym_match] = ACTIONS(2791), + [anon_sym_select] = ACTIONS(2793), + [anon_sym_lock] = ACTIONS(2795), + [anon_sym_rlock] = ACTIONS(2795), + [anon_sym_unsafe] = ACTIONS(2797), + [anon_sym_sql] = ACTIONS(2799), + [sym_int_literal] = ACTIONS(721), + [sym_float_literal] = ACTIONS(739), + [sym_rune_literal] = ACTIONS(739), + [anon_sym_AT] = ACTIONS(741), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(743), + [sym___single_quote] = ACTIONS(745), + [sym___c_double_quote] = ACTIONS(747), + [sym___c_single_quote] = ACTIONS(749), + [sym___r_double_quote] = ACTIONS(751), + [sym___r_single_quote] = ACTIONS(753), }, - [506] = { - [sym__expression] = STATE(2301), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), + [505] = { + [sym__expression] = STATE(1671), + [sym__expression_without_blocks] = STATE(1807), + [sym__expression_with_blocks] = STATE(1807), + [sym_inc_expression] = STATE(1807), + [sym_dec_expression] = STATE(1807), + [sym_or_block_expression] = STATE(1807), + [sym_option_propagation_expression] = STATE(1807), + [sym_result_propagation_expression] = STATE(1807), + [sym_anon_struct_value_expression] = STATE(1862), + [sym_go_expression] = STATE(1807), + [sym_spawn_expression] = STATE(1807), + [sym_parenthesized_expression] = STATE(1807), + [sym_call_expression] = STATE(1807), + [sym_type_initializer] = STATE(1862), + [sym_function_literal] = STATE(1807), + [sym_reference_expression] = STATE(1899), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1807), + [sym_receive_expression] = STATE(1807), + [sym_binary_expression] = STATE(1807), + [sym_as_type_cast_expression] = STATE(1807), + [sym__max_group] = STATE(1807), + [sym_literal] = STATE(1807), + [sym_map_init_expression] = STATE(1862), + [sym_array_creation] = STATE(1807), + [sym_fixed_array_creation] = STATE(1807), + [sym_selector_expression] = STATE(1807), + [sym_index_expression] = STATE(1807), + [sym_slice_expression] = STATE(1807), + [sym_if_expression] = STATE(1862), + [sym_compile_time_if_expression] = STATE(1862), + [sym_is_expression] = STATE(1807), + [sym_not_is_expression] = STATE(1807), + [sym_in_expression] = STATE(1807), + [sym_not_in_expression] = STATE(1807), + [sym_enum_fetch] = STATE(1807), + [sym_match_expression] = STATE(1862), + [sym_select_expression] = STATE(1862), + [sym_lock_expression] = STATE(1862), + [sym_unsafe_expression] = STATE(1862), + [sym_sql_expression] = STATE(1862), + [sym_c_string_literal] = STATE(1809), + [sym_raw_string_literal] = STATE(1809), + [sym_interpreted_string_literal] = STATE(1809), + [sym_pseudo_compile_time_identifier] = STATE(1807), + [sym_mutability_modifiers] = STATE(613), + [sym_plain_type] = STATE(4411), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2526), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2646), - [anon_sym_DASH] = ACTIONS(2646), - [anon_sym_STAR] = ACTIONS(2648), - [anon_sym_struct] = ACTIONS(2650), + [anon_sym_DOT] = ACTIONS(2528), + [anon_sym_LBRACE] = ACTIONS(2530), + [anon_sym_LPAREN] = ACTIONS(2532), + [anon_sym_fn] = ACTIONS(2534), + [anon_sym_PLUS] = ACTIONS(2536), + [anon_sym_DASH] = ACTIONS(2536), + [anon_sym_STAR] = ACTIONS(2538), + [anon_sym_struct] = ACTIONS(2540), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2652), - [anon_sym_go] = ACTIONS(2654), - [anon_sym_spawn] = ACTIONS(2656), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2646), - [anon_sym_CARET] = ACTIONS(2646), - [anon_sym_AMP] = ACTIONS(2662), - [anon_sym_LT_DASH] = ACTIONS(2664), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2674), - [anon_sym_lock] = ACTIONS(2676), - [anon_sym_rlock] = ACTIONS(2676), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), + [anon_sym_BANG] = ACTIONS(2542), + [anon_sym_go] = ACTIONS(2544), + [anon_sym_spawn] = ACTIONS(2546), + [anon_sym_json_DOTdecode] = ACTIONS(2548), + [anon_sym_LBRACK2] = ACTIONS(2550), + [anon_sym_TILDE] = ACTIONS(2536), + [anon_sym_CARET] = ACTIONS(2536), + [anon_sym_AMP] = ACTIONS(2552), + [anon_sym_LT_DASH] = ACTIONS(2554), + [sym_none] = ACTIONS(2556), + [sym_true] = ACTIONS(2556), + [sym_false] = ACTIONS(2556), + [sym_nil] = ACTIONS(2556), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_DOLLARif] = ACTIONS(2560), + [anon_sym_match] = ACTIONS(2562), + [anon_sym_select] = ACTIONS(2564), + [anon_sym_lock] = ACTIONS(2566), + [anon_sym_rlock] = ACTIONS(2566), + [anon_sym_unsafe] = ACTIONS(2568), + [anon_sym_sql] = ACTIONS(2570), + [sym_int_literal] = ACTIONS(2556), + [sym_float_literal] = ACTIONS(2572), + [sym_rune_literal] = ACTIONS(2572), + [anon_sym_AT] = ACTIONS(2574), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), + [sym___double_quote] = ACTIONS(2576), + [sym___single_quote] = ACTIONS(2578), + [sym___c_double_quote] = ACTIONS(2580), + [sym___c_single_quote] = ACTIONS(2582), + [sym___r_double_quote] = ACTIONS(2584), + [sym___r_single_quote] = ACTIONS(2586), + }, + [506] = { + [ts_builtin_sym_end] = ACTIONS(2813), + [sym_identifier] = ACTIONS(2815), + [anon_sym_LF] = ACTIONS(2815), + [anon_sym_CR] = ACTIONS(2815), + [anon_sym_CR_LF] = ACTIONS(2815), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2815), + [anon_sym_as] = ACTIONS(2815), + [anon_sym_LBRACE] = ACTIONS(2815), + [anon_sym_COMMA] = ACTIONS(2815), + [anon_sym_const] = ACTIONS(2815), + [anon_sym_LPAREN] = ACTIONS(2815), + [anon_sym_EQ] = ACTIONS(2815), + [anon_sym___global] = ACTIONS(2815), + [anon_sym_type] = ACTIONS(2815), + [anon_sym_PIPE] = ACTIONS(2815), + [anon_sym_fn] = ACTIONS(2815), + [anon_sym_PLUS] = ACTIONS(2815), + [anon_sym_DASH] = ACTIONS(2815), + [anon_sym_STAR] = ACTIONS(2815), + [anon_sym_SLASH] = ACTIONS(2815), + [anon_sym_PERCENT] = ACTIONS(2815), + [anon_sym_LT] = ACTIONS(2815), + [anon_sym_GT] = ACTIONS(2815), + [anon_sym_EQ_EQ] = ACTIONS(2815), + [anon_sym_BANG_EQ] = ACTIONS(2815), + [anon_sym_LT_EQ] = ACTIONS(2815), + [anon_sym_GT_EQ] = ACTIONS(2815), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_LT2] = ACTIONS(2815), + [anon_sym_struct] = ACTIONS(2815), + [anon_sym_union] = ACTIONS(2815), + [anon_sym_pub] = ACTIONS(2815), + [anon_sym_mut] = ACTIONS(2815), + [anon_sym_enum] = ACTIONS(2815), + [anon_sym_interface] = ACTIONS(2815), + [anon_sym_PLUS_PLUS] = ACTIONS(2815), + [anon_sym_DASH_DASH] = ACTIONS(2815), + [anon_sym_QMARK] = ACTIONS(2815), + [anon_sym_BANG] = ACTIONS(2815), + [anon_sym_go] = ACTIONS(2815), + [anon_sym_spawn] = ACTIONS(2815), + [anon_sym_json_DOTdecode] = ACTIONS(2815), + [anon_sym_LBRACK2] = ACTIONS(2815), + [anon_sym_TILDE] = ACTIONS(2815), + [anon_sym_CARET] = ACTIONS(2815), + [anon_sym_AMP] = ACTIONS(2815), + [anon_sym_LT_DASH] = ACTIONS(2815), + [anon_sym_LT_LT] = ACTIONS(2815), + [anon_sym_GT_GT] = ACTIONS(2815), + [anon_sym_GT_GT_GT] = ACTIONS(2815), + [anon_sym_AMP_CARET] = ACTIONS(2815), + [anon_sym_AMP_AMP] = ACTIONS(2815), + [anon_sym_PIPE_PIPE] = ACTIONS(2815), + [anon_sym_or] = ACTIONS(2815), + [sym_none] = ACTIONS(2815), + [sym_true] = ACTIONS(2815), + [sym_false] = ACTIONS(2815), + [sym_nil] = ACTIONS(2815), + [anon_sym_QMARK_DOT] = ACTIONS(2815), + [anon_sym_POUND_LBRACK] = ACTIONS(2815), + [anon_sym_if] = ACTIONS(2815), + [anon_sym_DOLLARif] = ACTIONS(2815), + [anon_sym_is] = ACTIONS(2815), + [anon_sym_BANGis] = ACTIONS(2815), + [anon_sym_in] = ACTIONS(2815), + [anon_sym_BANGin] = ACTIONS(2815), + [anon_sym_match] = ACTIONS(2815), + [anon_sym_select] = ACTIONS(2815), + [anon_sym_STAR_EQ] = ACTIONS(2815), + [anon_sym_SLASH_EQ] = ACTIONS(2815), + [anon_sym_PERCENT_EQ] = ACTIONS(2815), + [anon_sym_LT_LT_EQ] = ACTIONS(2815), + [anon_sym_GT_GT_EQ] = ACTIONS(2815), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2815), + [anon_sym_AMP_EQ] = ACTIONS(2815), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2815), + [anon_sym_PLUS_EQ] = ACTIONS(2815), + [anon_sym_DASH_EQ] = ACTIONS(2815), + [anon_sym_PIPE_EQ] = ACTIONS(2815), + [anon_sym_CARET_EQ] = ACTIONS(2815), + [anon_sym_COLON_EQ] = ACTIONS(2815), + [anon_sym_lock] = ACTIONS(2815), + [anon_sym_rlock] = ACTIONS(2815), + [anon_sym_unsafe] = ACTIONS(2815), + [anon_sym_sql] = ACTIONS(2815), + [sym_int_literal] = ACTIONS(2815), + [sym_float_literal] = ACTIONS(2815), + [sym_rune_literal] = ACTIONS(2815), + [anon_sym_AT] = ACTIONS(2815), + [anon_sym_shared] = ACTIONS(2815), + [anon_sym_map_LBRACK] = ACTIONS(2815), + [anon_sym_chan] = ACTIONS(2815), + [anon_sym_thread] = ACTIONS(2815), + [anon_sym_atomic] = ACTIONS(2815), + [anon_sym_assert] = ACTIONS(2815), + [anon_sym_defer] = ACTIONS(2815), + [anon_sym_goto] = ACTIONS(2815), + [anon_sym_break] = ACTIONS(2815), + [anon_sym_continue] = ACTIONS(2815), + [anon_sym_return] = ACTIONS(2815), + [anon_sym_DOLLARfor] = ACTIONS(2815), + [anon_sym_for] = ACTIONS(2815), + [anon_sym_POUND] = ACTIONS(2815), + [anon_sym_asm] = ACTIONS(2815), + [anon_sym_AT_LBRACK] = ACTIONS(2815), + [sym___double_quote] = ACTIONS(2815), + [sym___single_quote] = ACTIONS(2815), + [sym___c_double_quote] = ACTIONS(2815), + [sym___c_single_quote] = ACTIONS(2815), + [sym___r_double_quote] = ACTIONS(2815), + [sym___r_single_quote] = ACTIONS(2815), }, [507] = { - [sym__expression] = STATE(2291), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), + [sym__expression] = STATE(1780), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2029), + [sym_dec_expression] = STATE(2029), + [sym_or_block_expression] = STATE(2029), + [sym_option_propagation_expression] = STATE(2029), + [sym_result_propagation_expression] = STATE(2029), + [sym_anon_struct_value_expression] = STATE(2031), + [sym_go_expression] = STATE(2029), + [sym_spawn_expression] = STATE(2029), + [sym_parenthesized_expression] = STATE(2029), + [sym_call_expression] = STATE(2029), + [sym_type_initializer] = STATE(2031), + [sym_function_literal] = STATE(2029), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2029), + [sym_receive_expression] = STATE(2029), + [sym_binary_expression] = STATE(2029), + [sym_as_type_cast_expression] = STATE(2029), + [sym__max_group] = STATE(2029), + [sym_literal] = STATE(2029), + [sym_map_init_expression] = STATE(2031), + [sym_array_creation] = STATE(2029), + [sym_fixed_array_creation] = STATE(2029), + [sym_selector_expression] = STATE(2029), + [sym_index_expression] = STATE(2029), + [sym_slice_expression] = STATE(2029), + [sym_if_expression] = STATE(2031), + [sym_compile_time_if_expression] = STATE(2031), + [sym_is_expression] = STATE(2029), + [sym_not_is_expression] = STATE(2029), + [sym_in_expression] = STATE(2029), + [sym_not_in_expression] = STATE(2029), + [sym_enum_fetch] = STATE(2029), + [sym_match_expression] = STATE(2031), + [sym_select_expression] = STATE(2031), + [sym_lock_expression] = STATE(2031), + [sym_unsafe_expression] = STATE(2031), + [sym_sql_expression] = STATE(2031), + [sym_c_string_literal] = STATE(2030), + [sym_raw_string_literal] = STATE(2030), + [sym_interpreted_string_literal] = STATE(2030), + [sym_pseudo_compile_time_identifier] = STATE(2029), + [sym_mutability_modifiers] = STATE(547), + [sym_plain_type] = STATE(4371), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2781), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2646), - [anon_sym_DASH] = ACTIONS(2646), - [anon_sym_STAR] = ACTIONS(2648), - [anon_sym_struct] = ACTIONS(2650), + [anon_sym_DOT] = ACTIONS(691), + [anon_sym_LBRACE] = ACTIONS(2783), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(699), + [anon_sym_PLUS] = ACTIONS(701), + [anon_sym_DASH] = ACTIONS(701), + [anon_sym_STAR] = ACTIONS(703), + [anon_sym_struct] = ACTIONS(2785), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2652), - [anon_sym_go] = ACTIONS(2654), - [anon_sym_spawn] = ACTIONS(2656), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2646), - [anon_sym_CARET] = ACTIONS(2646), - [anon_sym_AMP] = ACTIONS(2662), - [anon_sym_LT_DASH] = ACTIONS(2664), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2674), - [anon_sym_lock] = ACTIONS(2676), - [anon_sym_rlock] = ACTIONS(2676), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), + [anon_sym_BANG] = ACTIONS(707), + [anon_sym_go] = ACTIONS(709), + [anon_sym_spawn] = ACTIONS(711), + [anon_sym_json_DOTdecode] = ACTIONS(713), + [anon_sym_LBRACK2] = ACTIONS(715), + [anon_sym_TILDE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(701), + [anon_sym_AMP] = ACTIONS(717), + [anon_sym_LT_DASH] = ACTIONS(719), + [sym_none] = ACTIONS(721), + [sym_true] = ACTIONS(721), + [sym_false] = ACTIONS(721), + [sym_nil] = ACTIONS(721), + [anon_sym_if] = ACTIONS(2787), + [anon_sym_DOLLARif] = ACTIONS(2789), + [anon_sym_match] = ACTIONS(2791), + [anon_sym_select] = ACTIONS(2793), + [anon_sym_lock] = ACTIONS(2795), + [anon_sym_rlock] = ACTIONS(2795), + [anon_sym_unsafe] = ACTIONS(2797), + [anon_sym_sql] = ACTIONS(2799), + [sym_int_literal] = ACTIONS(721), + [sym_float_literal] = ACTIONS(739), + [sym_rune_literal] = ACTIONS(739), + [anon_sym_AT] = ACTIONS(741), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), + [sym___double_quote] = ACTIONS(743), + [sym___single_quote] = ACTIONS(745), + [sym___c_double_quote] = ACTIONS(747), + [sym___c_single_quote] = ACTIONS(749), + [sym___r_double_quote] = ACTIONS(751), + [sym___r_single_quote] = ACTIONS(753), }, [508] = { - [sym__expression] = STATE(2516), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4100), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2490), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4067), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1087), [anon_sym_LBRACE] = ACTIONS(1089), [anon_sym_LPAREN] = ACTIONS(1093), [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_STAR] = ACTIONS(2612), + [anon_sym_PLUS] = ACTIONS(2496), + [anon_sym_DASH] = ACTIONS(2496), + [anon_sym_STAR] = ACTIONS(2498), [anon_sym_struct] = ACTIONS(1101), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2614), - [anon_sym_go] = ACTIONS(1105), - [anon_sym_spawn] = ACTIONS(1107), + [anon_sym_BANG] = ACTIONS(2500), + [anon_sym_go] = ACTIONS(2502), + [anon_sym_spawn] = ACTIONS(2504), [anon_sym_json_DOTdecode] = ACTIONS(1109), [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(1097), - [anon_sym_CARET] = ACTIONS(1097), - [anon_sym_AMP] = ACTIONS(2616), - [anon_sym_LT_DASH] = ACTIONS(1115), + [anon_sym_TILDE] = ACTIONS(2496), + [anon_sym_CARET] = ACTIONS(2496), + [anon_sym_AMP] = ACTIONS(2506), + [anon_sym_LT_DASH] = ACTIONS(2508), [sym_none] = ACTIONS(1117), [sym_true] = ACTIONS(1117), [sym_false] = ACTIONS(1117), @@ -85111,9 +85314,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1119), [anon_sym_DOLLARif] = ACTIONS(1123), [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2568), - [anon_sym_lock] = ACTIONS(2570), - [anon_sym_rlock] = ACTIONS(2570), + [anon_sym_select] = ACTIONS(2510), + [anon_sym_lock] = ACTIONS(2512), + [anon_sym_rlock] = ACTIONS(2512), [anon_sym_unsafe] = ACTIONS(1131), [anon_sym_sql] = ACTIONS(1133), [sym_int_literal] = ACTIONS(1117), @@ -85133,1790 +85336,2132 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(1149), }, [509] = { - [sym__expression] = STATE(2521), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4100), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2839), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1087), - [anon_sym_LBRACE] = ACTIONS(1089), - [anon_sym_LPAREN] = ACTIONS(1093), - [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_STAR] = ACTIONS(2612), - [anon_sym_struct] = ACTIONS(1101), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2614), - [anon_sym_go] = ACTIONS(1105), - [anon_sym_spawn] = ACTIONS(1107), - [anon_sym_json_DOTdecode] = ACTIONS(1109), - [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(1097), - [anon_sym_CARET] = ACTIONS(1097), - [anon_sym_AMP] = ACTIONS(2616), - [anon_sym_LT_DASH] = ACTIONS(1115), - [sym_none] = ACTIONS(1117), - [sym_true] = ACTIONS(1117), - [sym_false] = ACTIONS(1117), - [sym_nil] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1119), - [anon_sym_DOLLARif] = ACTIONS(1123), - [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2568), - [anon_sym_lock] = ACTIONS(2570), - [anon_sym_rlock] = ACTIONS(2570), - [anon_sym_unsafe] = ACTIONS(1131), - [anon_sym_sql] = ACTIONS(1133), - [sym_int_literal] = ACTIONS(1117), - [sym_float_literal] = ACTIONS(1135), - [sym_rune_literal] = ACTIONS(1135), - [anon_sym_AT] = ACTIONS(1137), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1139), - [sym___single_quote] = ACTIONS(1141), - [sym___c_double_quote] = ACTIONS(1143), - [sym___c_single_quote] = ACTIONS(1145), - [sym___r_double_quote] = ACTIONS(1147), - [sym___r_single_quote] = ACTIONS(1149), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [510] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3677), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2080), + [sym__expression] = STATE(1918), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2428), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(2082), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(2430), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(2432), + [anon_sym_DASH] = ACTIONS(2432), + [anon_sym_STAR] = ACTIONS(2434), + [anon_sym_struct] = ACTIONS(809), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2084), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(2086), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2436), + [anon_sym_go] = ACTIONS(2438), + [anon_sym_spawn] = ACTIONS(2440), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(2442), + [anon_sym_TILDE] = ACTIONS(2432), + [anon_sym_CARET] = ACTIONS(2432), + [anon_sym_AMP] = ACTIONS(2444), + [anon_sym_LT_DASH] = ACTIONS(2446), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(829), + [anon_sym_DOLLARif] = ACTIONS(831), + [anon_sym_match] = ACTIONS(833), + [anon_sym_select] = ACTIONS(2448), + [anon_sym_lock] = ACTIONS(2450), + [anon_sym_rlock] = ACTIONS(2450), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_sql] = ACTIONS(841), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), }, [511] = { - [sym__expression] = STATE(2610), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2173), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2663), + [anon_sym_DASH] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(2665), + [anon_sym_struct] = ACTIONS(2667), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2669), + [anon_sym_go] = ACTIONS(2671), + [anon_sym_spawn] = ACTIONS(2673), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2663), + [anon_sym_CARET] = ACTIONS(2663), + [anon_sym_AMP] = ACTIONS(2679), + [anon_sym_LT_DASH] = ACTIONS(2681), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2691), + [anon_sym_lock] = ACTIONS(2693), + [anon_sym_rlock] = ACTIONS(2693), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, [512] = { - [sym__expression] = STATE(2146), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), + [sym__expression] = STATE(2481), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2646), - [anon_sym_DASH] = ACTIONS(2646), - [anon_sym_STAR] = ACTIONS(2648), - [anon_sym_struct] = ACTIONS(2650), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2725), + [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2652), - [anon_sym_go] = ACTIONS(2654), - [anon_sym_spawn] = ACTIONS(2656), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2646), - [anon_sym_CARET] = ACTIONS(2646), - [anon_sym_AMP] = ACTIONS(2662), - [anon_sym_LT_DASH] = ACTIONS(2664), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2674), - [anon_sym_lock] = ACTIONS(2676), - [anon_sym_rlock] = ACTIONS(2676), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), + [anon_sym_BANG] = ACTIONS(2727), + [anon_sym_go] = ACTIONS(2729), + [anon_sym_spawn] = ACTIONS(2731), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(2723), + [anon_sym_CARET] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_LT_DASH] = ACTIONS(2735), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(2737), + [anon_sym_lock] = ACTIONS(2739), + [anon_sym_rlock] = ACTIONS(2739), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, [513] = { - [sym__expression] = STATE(2559), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4100), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(2354), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1087), - [anon_sym_LBRACE] = ACTIONS(1089), - [anon_sym_LPAREN] = ACTIONS(1093), - [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_STAR] = ACTIONS(2612), - [anon_sym_struct] = ACTIONS(1101), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2614), - [anon_sym_go] = ACTIONS(1105), - [anon_sym_spawn] = ACTIONS(1107), - [anon_sym_json_DOTdecode] = ACTIONS(1109), - [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(1097), - [anon_sym_CARET] = ACTIONS(1097), - [anon_sym_AMP] = ACTIONS(2616), - [anon_sym_LT_DASH] = ACTIONS(1115), - [sym_none] = ACTIONS(1117), - [sym_true] = ACTIONS(1117), - [sym_false] = ACTIONS(1117), - [sym_nil] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1119), - [anon_sym_DOLLARif] = ACTIONS(1123), - [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2568), - [anon_sym_lock] = ACTIONS(2570), - [anon_sym_rlock] = ACTIONS(2570), - [anon_sym_unsafe] = ACTIONS(1131), - [anon_sym_sql] = ACTIONS(1133), - [sym_int_literal] = ACTIONS(1117), - [sym_float_literal] = ACTIONS(1135), - [sym_rune_literal] = ACTIONS(1135), - [anon_sym_AT] = ACTIONS(1137), + [anon_sym_BANG] = ACTIONS(1446), + [anon_sym_go] = ACTIONS(1448), + [anon_sym_spawn] = ACTIONS(1450), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1438), + [anon_sym_CARET] = ACTIONS(1438), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_LT_DASH] = ACTIONS(1458), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(1468), + [anon_sym_lock] = ACTIONS(1470), + [anon_sym_rlock] = ACTIONS(1470), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1139), - [sym___single_quote] = ACTIONS(1141), - [sym___c_double_quote] = ACTIONS(1143), - [sym___c_single_quote] = ACTIONS(1145), - [sym___r_double_quote] = ACTIONS(1147), - [sym___r_single_quote] = ACTIONS(1149), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, [514] = { - [sym__expression] = STATE(2517), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4100), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [sym__expression] = STATE(1919), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2428), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1087), - [anon_sym_LBRACE] = ACTIONS(1089), - [anon_sym_LPAREN] = ACTIONS(1093), - [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_STAR] = ACTIONS(2612), - [anon_sym_struct] = ACTIONS(1101), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(2430), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(2432), + [anon_sym_DASH] = ACTIONS(2432), + [anon_sym_STAR] = ACTIONS(2434), + [anon_sym_struct] = ACTIONS(809), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2614), - [anon_sym_go] = ACTIONS(1105), - [anon_sym_spawn] = ACTIONS(1107), - [anon_sym_json_DOTdecode] = ACTIONS(1109), - [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(1097), - [anon_sym_CARET] = ACTIONS(1097), - [anon_sym_AMP] = ACTIONS(2616), - [anon_sym_LT_DASH] = ACTIONS(1115), - [sym_none] = ACTIONS(1117), - [sym_true] = ACTIONS(1117), - [sym_false] = ACTIONS(1117), - [sym_nil] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1119), - [anon_sym_DOLLARif] = ACTIONS(1123), - [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2568), - [anon_sym_lock] = ACTIONS(2570), - [anon_sym_rlock] = ACTIONS(2570), - [anon_sym_unsafe] = ACTIONS(1131), - [anon_sym_sql] = ACTIONS(1133), - [sym_int_literal] = ACTIONS(1117), - [sym_float_literal] = ACTIONS(1135), - [sym_rune_literal] = ACTIONS(1135), - [anon_sym_AT] = ACTIONS(1137), + [anon_sym_BANG] = ACTIONS(2436), + [anon_sym_go] = ACTIONS(2438), + [anon_sym_spawn] = ACTIONS(2440), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(2442), + [anon_sym_TILDE] = ACTIONS(2432), + [anon_sym_CARET] = ACTIONS(2432), + [anon_sym_AMP] = ACTIONS(2444), + [anon_sym_LT_DASH] = ACTIONS(2446), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(829), + [anon_sym_DOLLARif] = ACTIONS(831), + [anon_sym_match] = ACTIONS(833), + [anon_sym_select] = ACTIONS(2448), + [anon_sym_lock] = ACTIONS(2450), + [anon_sym_rlock] = ACTIONS(2450), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_sql] = ACTIONS(841), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1139), - [sym___single_quote] = ACTIONS(1141), - [sym___c_double_quote] = ACTIONS(1143), - [sym___c_single_quote] = ACTIONS(1145), - [sym___r_double_quote] = ACTIONS(1147), - [sym___r_single_quote] = ACTIONS(1149), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), }, [515] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2965), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2966), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [ts_builtin_sym_end] = ACTIONS(2626), + [sym_identifier] = ACTIONS(2628), + [anon_sym_LF] = ACTIONS(2628), + [anon_sym_CR] = ACTIONS(2628), + [anon_sym_CR_LF] = ACTIONS(2628), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2628), + [anon_sym_as] = ACTIONS(2628), + [anon_sym_LBRACE] = ACTIONS(2628), + [anon_sym_COMMA] = ACTIONS(2628), + [anon_sym_const] = ACTIONS(2628), + [anon_sym_LPAREN] = ACTIONS(2628), + [anon_sym_EQ] = ACTIONS(2628), + [anon_sym___global] = ACTIONS(2628), + [anon_sym_type] = ACTIONS(2628), + [anon_sym_PIPE] = ACTIONS(2628), + [anon_sym_fn] = ACTIONS(2628), + [anon_sym_PLUS] = ACTIONS(2628), + [anon_sym_DASH] = ACTIONS(2628), + [anon_sym_STAR] = ACTIONS(2628), + [anon_sym_SLASH] = ACTIONS(2628), + [anon_sym_PERCENT] = ACTIONS(2628), + [anon_sym_LT] = ACTIONS(2628), + [anon_sym_GT] = ACTIONS(2628), + [anon_sym_EQ_EQ] = ACTIONS(2628), + [anon_sym_BANG_EQ] = ACTIONS(2628), + [anon_sym_LT_EQ] = ACTIONS(2628), + [anon_sym_GT_EQ] = ACTIONS(2628), + [anon_sym_LBRACK] = ACTIONS(2626), + [anon_sym_LT2] = ACTIONS(2628), + [anon_sym_struct] = ACTIONS(2628), + [anon_sym_union] = ACTIONS(2628), + [anon_sym_pub] = ACTIONS(2628), + [anon_sym_mut] = ACTIONS(2628), + [anon_sym_enum] = ACTIONS(2628), + [anon_sym_interface] = ACTIONS(2628), + [anon_sym_PLUS_PLUS] = ACTIONS(2628), + [anon_sym_DASH_DASH] = ACTIONS(2628), + [anon_sym_QMARK] = ACTIONS(2628), + [anon_sym_BANG] = ACTIONS(2628), + [anon_sym_go] = ACTIONS(2628), + [anon_sym_spawn] = ACTIONS(2628), + [anon_sym_json_DOTdecode] = ACTIONS(2628), + [anon_sym_LBRACK2] = ACTIONS(2628), + [anon_sym_TILDE] = ACTIONS(2628), + [anon_sym_CARET] = ACTIONS(2628), + [anon_sym_AMP] = ACTIONS(2628), + [anon_sym_LT_DASH] = ACTIONS(2628), + [anon_sym_LT_LT] = ACTIONS(2628), + [anon_sym_GT_GT] = ACTIONS(2628), + [anon_sym_GT_GT_GT] = ACTIONS(2628), + [anon_sym_AMP_CARET] = ACTIONS(2628), + [anon_sym_AMP_AMP] = ACTIONS(2628), + [anon_sym_PIPE_PIPE] = ACTIONS(2628), + [anon_sym_or] = ACTIONS(2628), + [sym_none] = ACTIONS(2628), + [sym_true] = ACTIONS(2628), + [sym_false] = ACTIONS(2628), + [sym_nil] = ACTIONS(2628), + [anon_sym_QMARK_DOT] = ACTIONS(2628), + [anon_sym_POUND_LBRACK] = ACTIONS(2628), + [anon_sym_if] = ACTIONS(2628), + [anon_sym_DOLLARif] = ACTIONS(2628), + [anon_sym_is] = ACTIONS(2628), + [anon_sym_BANGis] = ACTIONS(2628), + [anon_sym_in] = ACTIONS(2628), + [anon_sym_BANGin] = ACTIONS(2628), + [anon_sym_match] = ACTIONS(2628), + [anon_sym_select] = ACTIONS(2628), + [anon_sym_STAR_EQ] = ACTIONS(2628), + [anon_sym_SLASH_EQ] = ACTIONS(2628), + [anon_sym_PERCENT_EQ] = ACTIONS(2628), + [anon_sym_LT_LT_EQ] = ACTIONS(2628), + [anon_sym_GT_GT_EQ] = ACTIONS(2628), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2628), + [anon_sym_AMP_EQ] = ACTIONS(2628), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2628), + [anon_sym_PLUS_EQ] = ACTIONS(2628), + [anon_sym_DASH_EQ] = ACTIONS(2628), + [anon_sym_PIPE_EQ] = ACTIONS(2628), + [anon_sym_CARET_EQ] = ACTIONS(2628), + [anon_sym_COLON_EQ] = ACTIONS(2628), + [anon_sym_lock] = ACTIONS(2628), + [anon_sym_rlock] = ACTIONS(2628), + [anon_sym_unsafe] = ACTIONS(2628), + [anon_sym_sql] = ACTIONS(2628), + [sym_int_literal] = ACTIONS(2628), + [sym_float_literal] = ACTIONS(2628), + [sym_rune_literal] = ACTIONS(2628), + [anon_sym_AT] = ACTIONS(2628), + [anon_sym_shared] = ACTIONS(2628), + [anon_sym_map_LBRACK] = ACTIONS(2628), + [anon_sym_chan] = ACTIONS(2628), + [anon_sym_thread] = ACTIONS(2628), + [anon_sym_atomic] = ACTIONS(2628), + [anon_sym_assert] = ACTIONS(2628), + [anon_sym_defer] = ACTIONS(2628), + [anon_sym_goto] = ACTIONS(2628), + [anon_sym_break] = ACTIONS(2628), + [anon_sym_continue] = ACTIONS(2628), + [anon_sym_return] = ACTIONS(2628), + [anon_sym_DOLLARfor] = ACTIONS(2628), + [anon_sym_for] = ACTIONS(2628), + [anon_sym_POUND] = ACTIONS(2628), + [anon_sym_asm] = ACTIONS(2628), + [anon_sym_AT_LBRACK] = ACTIONS(2628), + [sym___double_quote] = ACTIONS(2628), + [sym___single_quote] = ACTIONS(2628), + [sym___c_double_quote] = ACTIONS(2628), + [sym___c_single_quote] = ACTIONS(2628), + [sym___r_double_quote] = ACTIONS(2628), + [sym___r_single_quote] = ACTIONS(2628), + }, + [516] = { + [sym__expression] = STATE(2317), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1446), + [anon_sym_go] = ACTIONS(1448), + [anon_sym_spawn] = ACTIONS(1450), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1438), + [anon_sym_CARET] = ACTIONS(1438), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_LT_DASH] = ACTIONS(1458), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(1468), + [anon_sym_lock] = ACTIONS(1470), + [anon_sym_rlock] = ACTIONS(1470), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, - [516] = { - [sym__expression] = STATE(2628), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [517] = { + [sym__expression] = STATE(2316), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1446), + [anon_sym_go] = ACTIONS(1448), + [anon_sym_spawn] = ACTIONS(1450), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1438), + [anon_sym_CARET] = ACTIONS(1438), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_LT_DASH] = ACTIONS(1458), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(1468), + [anon_sym_lock] = ACTIONS(1470), + [anon_sym_rlock] = ACTIONS(1470), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, - [517] = { - [sym__expression] = STATE(2626), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [518] = { + [ts_builtin_sym_end] = ACTIONS(2817), + [sym_identifier] = ACTIONS(2819), + [anon_sym_LF] = ACTIONS(2819), + [anon_sym_CR] = ACTIONS(2819), + [anon_sym_CR_LF] = ACTIONS(2819), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2819), + [anon_sym_as] = ACTIONS(2819), + [anon_sym_LBRACE] = ACTIONS(2819), + [anon_sym_COMMA] = ACTIONS(2819), + [anon_sym_const] = ACTIONS(2819), + [anon_sym_LPAREN] = ACTIONS(2819), + [anon_sym_EQ] = ACTIONS(2819), + [anon_sym___global] = ACTIONS(2819), + [anon_sym_type] = ACTIONS(2819), + [anon_sym_PIPE] = ACTIONS(2819), + [anon_sym_fn] = ACTIONS(2819), + [anon_sym_PLUS] = ACTIONS(2819), + [anon_sym_DASH] = ACTIONS(2819), + [anon_sym_STAR] = ACTIONS(2819), + [anon_sym_SLASH] = ACTIONS(2819), + [anon_sym_PERCENT] = ACTIONS(2819), + [anon_sym_LT] = ACTIONS(2819), + [anon_sym_GT] = ACTIONS(2819), + [anon_sym_EQ_EQ] = ACTIONS(2819), + [anon_sym_BANG_EQ] = ACTIONS(2819), + [anon_sym_LT_EQ] = ACTIONS(2819), + [anon_sym_GT_EQ] = ACTIONS(2819), + [anon_sym_LBRACK] = ACTIONS(2817), + [anon_sym_LT2] = ACTIONS(2819), + [anon_sym_struct] = ACTIONS(2819), + [anon_sym_union] = ACTIONS(2819), + [anon_sym_pub] = ACTIONS(2819), + [anon_sym_mut] = ACTIONS(2819), + [anon_sym_enum] = ACTIONS(2819), + [anon_sym_interface] = ACTIONS(2819), + [anon_sym_PLUS_PLUS] = ACTIONS(2819), + [anon_sym_DASH_DASH] = ACTIONS(2819), + [anon_sym_QMARK] = ACTIONS(2819), + [anon_sym_BANG] = ACTIONS(2819), + [anon_sym_go] = ACTIONS(2819), + [anon_sym_spawn] = ACTIONS(2819), + [anon_sym_json_DOTdecode] = ACTIONS(2819), + [anon_sym_LBRACK2] = ACTIONS(2819), + [anon_sym_TILDE] = ACTIONS(2819), + [anon_sym_CARET] = ACTIONS(2819), + [anon_sym_AMP] = ACTIONS(2819), + [anon_sym_LT_DASH] = ACTIONS(2819), + [anon_sym_LT_LT] = ACTIONS(2819), + [anon_sym_GT_GT] = ACTIONS(2819), + [anon_sym_GT_GT_GT] = ACTIONS(2819), + [anon_sym_AMP_CARET] = ACTIONS(2819), + [anon_sym_AMP_AMP] = ACTIONS(2819), + [anon_sym_PIPE_PIPE] = ACTIONS(2819), + [anon_sym_or] = ACTIONS(2819), + [sym_none] = ACTIONS(2819), + [sym_true] = ACTIONS(2819), + [sym_false] = ACTIONS(2819), + [sym_nil] = ACTIONS(2819), + [anon_sym_QMARK_DOT] = ACTIONS(2819), + [anon_sym_POUND_LBRACK] = ACTIONS(2819), + [anon_sym_if] = ACTIONS(2819), + [anon_sym_DOLLARif] = ACTIONS(2819), + [anon_sym_is] = ACTIONS(2819), + [anon_sym_BANGis] = ACTIONS(2819), + [anon_sym_in] = ACTIONS(2819), + [anon_sym_BANGin] = ACTIONS(2819), + [anon_sym_match] = ACTIONS(2819), + [anon_sym_select] = ACTIONS(2819), + [anon_sym_STAR_EQ] = ACTIONS(2819), + [anon_sym_SLASH_EQ] = ACTIONS(2819), + [anon_sym_PERCENT_EQ] = ACTIONS(2819), + [anon_sym_LT_LT_EQ] = ACTIONS(2819), + [anon_sym_GT_GT_EQ] = ACTIONS(2819), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2819), + [anon_sym_AMP_EQ] = ACTIONS(2819), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2819), + [anon_sym_PLUS_EQ] = ACTIONS(2819), + [anon_sym_DASH_EQ] = ACTIONS(2819), + [anon_sym_PIPE_EQ] = ACTIONS(2819), + [anon_sym_CARET_EQ] = ACTIONS(2819), + [anon_sym_COLON_EQ] = ACTIONS(2819), + [anon_sym_lock] = ACTIONS(2819), + [anon_sym_rlock] = ACTIONS(2819), + [anon_sym_unsafe] = ACTIONS(2819), + [anon_sym_sql] = ACTIONS(2819), + [sym_int_literal] = ACTIONS(2819), + [sym_float_literal] = ACTIONS(2819), + [sym_rune_literal] = ACTIONS(2819), + [anon_sym_AT] = ACTIONS(2819), + [anon_sym_shared] = ACTIONS(2819), + [anon_sym_map_LBRACK] = ACTIONS(2819), + [anon_sym_chan] = ACTIONS(2819), + [anon_sym_thread] = ACTIONS(2819), + [anon_sym_atomic] = ACTIONS(2819), + [anon_sym_assert] = ACTIONS(2819), + [anon_sym_defer] = ACTIONS(2819), + [anon_sym_goto] = ACTIONS(2819), + [anon_sym_break] = ACTIONS(2819), + [anon_sym_continue] = ACTIONS(2819), + [anon_sym_return] = ACTIONS(2819), + [anon_sym_DOLLARfor] = ACTIONS(2819), + [anon_sym_for] = ACTIONS(2819), + [anon_sym_POUND] = ACTIONS(2819), + [anon_sym_asm] = ACTIONS(2819), + [anon_sym_AT_LBRACK] = ACTIONS(2819), + [sym___double_quote] = ACTIONS(2819), + [sym___single_quote] = ACTIONS(2819), + [sym___c_double_quote] = ACTIONS(2819), + [sym___c_single_quote] = ACTIONS(2819), + [sym___r_double_quote] = ACTIONS(2819), + [sym___r_single_quote] = ACTIONS(2819), + }, + [519] = { + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3709), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2046), - [anon_sym_STAR] = ACTIONS(2048), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2050), - [anon_sym_go] = ACTIONS(2052), - [anon_sym_spawn] = ACTIONS(2054), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(2056), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_CARET] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_LT_DASH] = ACTIONS(2060), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2062), - [anon_sym_lock] = ACTIONS(2064), - [anon_sym_rlock] = ACTIONS(2064), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [518] = { + [520] = { [sym__expression] = STATE(2186), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3719), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2046), - [anon_sym_STAR] = ACTIONS(2048), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2050), - [anon_sym_go] = ACTIONS(2052), - [anon_sym_spawn] = ACTIONS(2054), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(2056), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_CARET] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_LT_DASH] = ACTIONS(2060), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2062), - [anon_sym_lock] = ACTIONS(2064), - [anon_sym_rlock] = ACTIONS(2064), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [519] = { - [sym__expression] = STATE(2609), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [521] = { + [sym__expression] = STATE(2445), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2725), + [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2727), + [anon_sym_go] = ACTIONS(2729), + [anon_sym_spawn] = ACTIONS(2731), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(2723), + [anon_sym_CARET] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_LT_DASH] = ACTIONS(2735), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(2737), + [anon_sym_lock] = ACTIONS(2739), + [anon_sym_rlock] = ACTIONS(2739), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, - [520] = { - [sym__expression] = STATE(1674), - [sym__expression_without_blocks] = STATE(1800), - [sym__expression_with_blocks] = STATE(1800), - [sym_inc_expression] = STATE(1800), - [sym_dec_expression] = STATE(1800), - [sym_or_block_expression] = STATE(1800), - [sym_option_propagation_expression] = STATE(1800), - [sym_result_propagation_expression] = STATE(1800), - [sym_anon_struct_value_expression] = STATE(1884), - [sym_go_expression] = STATE(1800), - [sym_spawn_expression] = STATE(1800), - [sym_parenthesized_expression] = STATE(1800), - [sym_call_expression] = STATE(1800), - [sym_type_initializer] = STATE(1884), - [sym_function_literal] = STATE(1800), - [sym_reference_expression] = STATE(1889), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1800), - [sym_receive_expression] = STATE(1800), - [sym_binary_expression] = STATE(1800), - [sym_as_type_cast_expression] = STATE(1800), - [sym__max_group] = STATE(1800), - [sym_literal] = STATE(1800), - [sym_map_init_expression] = STATE(1884), - [sym_array_creation] = STATE(1800), - [sym_fixed_array_creation] = STATE(1800), - [sym_selector_expression] = STATE(1800), - [sym_index_expression] = STATE(1800), - [sym_slice_expression] = STATE(1800), - [sym_if_expression] = STATE(1884), - [sym_compile_time_if_expression] = STATE(1884), - [sym_is_expression] = STATE(1800), - [sym_not_is_expression] = STATE(1800), - [sym_in_expression] = STATE(1800), - [sym_not_in_expression] = STATE(1800), - [sym_enum_fetch] = STATE(1800), - [sym_match_expression] = STATE(1884), - [sym_select_expression] = STATE(1884), - [sym_lock_expression] = STATE(1884), - [sym_unsafe_expression] = STATE(1884), - [sym_sql_expression] = STATE(1884), - [sym_c_string_literal] = STATE(1801), - [sym_raw_string_literal] = STATE(1801), - [sym_interpreted_string_literal] = STATE(1801), - [sym_pseudo_compile_time_identifier] = STATE(1800), - [sym_mutability_modifiers] = STATE(837), - [sym_plain_type] = STATE(4297), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2434), + [522] = { + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2436), - [anon_sym_LBRACE] = ACTIONS(2438), - [anon_sym_LPAREN] = ACTIONS(2440), - [anon_sym_fn] = ACTIONS(2442), - [anon_sym_PLUS] = ACTIONS(2444), - [anon_sym_DASH] = ACTIONS(2444), - [anon_sym_STAR] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2450), - [anon_sym_go] = ACTIONS(2452), - [anon_sym_spawn] = ACTIONS(2454), - [anon_sym_json_DOTdecode] = ACTIONS(2456), - [anon_sym_LBRACK2] = ACTIONS(2458), - [anon_sym_TILDE] = ACTIONS(2444), - [anon_sym_CARET] = ACTIONS(2444), - [anon_sym_AMP] = ACTIONS(2460), - [anon_sym_LT_DASH] = ACTIONS(2462), - [sym_none] = ACTIONS(2464), - [sym_true] = ACTIONS(2464), - [sym_false] = ACTIONS(2464), - [sym_nil] = ACTIONS(2464), - [anon_sym_if] = ACTIONS(2466), - [anon_sym_DOLLARif] = ACTIONS(2468), - [anon_sym_match] = ACTIONS(2470), - [anon_sym_select] = ACTIONS(2472), - [anon_sym_lock] = ACTIONS(2474), - [anon_sym_rlock] = ACTIONS(2474), - [anon_sym_unsafe] = ACTIONS(2476), - [anon_sym_sql] = ACTIONS(2478), - [sym_int_literal] = ACTIONS(2464), - [sym_float_literal] = ACTIONS(2480), - [sym_rune_literal] = ACTIONS(2480), - [anon_sym_AT] = ACTIONS(2482), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2484), - [sym___single_quote] = ACTIONS(2486), - [sym___c_double_quote] = ACTIONS(2488), - [sym___c_single_quote] = ACTIONS(2490), - [sym___r_double_quote] = ACTIONS(2492), - [sym___r_single_quote] = ACTIONS(2494), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [521] = { - [sym_type_parameters] = STATE(945), - [ts_builtin_sym_end] = ACTIONS(2702), - [sym_identifier] = ACTIONS(2704), - [anon_sym_LF] = ACTIONS(2704), - [anon_sym_CR] = ACTIONS(2704), - [anon_sym_CR_LF] = ACTIONS(2704), + [523] = { + [sym__expression] = STATE(2442), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2725), + [anon_sym_struct] = ACTIONS(1444), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2727), + [anon_sym_go] = ACTIONS(2729), + [anon_sym_spawn] = ACTIONS(2731), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(2723), + [anon_sym_CARET] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_LT_DASH] = ACTIONS(2735), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(2737), + [anon_sym_lock] = ACTIONS(2739), + [anon_sym_rlock] = ACTIONS(2739), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), + }, + [524] = { + [ts_builtin_sym_end] = ACTIONS(2416), + [sym_identifier] = ACTIONS(2418), + [anon_sym_LF] = ACTIONS(2418), + [anon_sym_CR] = ACTIONS(2418), + [anon_sym_CR_LF] = ACTIONS(2418), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2704), - [anon_sym_as] = ACTIONS(2704), - [anon_sym_LBRACE] = ACTIONS(2704), - [anon_sym_COMMA] = ACTIONS(2704), - [anon_sym_const] = ACTIONS(2704), - [anon_sym_LPAREN] = ACTIONS(2704), - [anon_sym_EQ] = ACTIONS(2704), - [anon_sym___global] = ACTIONS(2704), - [anon_sym_type] = ACTIONS(2704), - [anon_sym_PIPE] = ACTIONS(2704), - [anon_sym_fn] = ACTIONS(2704), - [anon_sym_PLUS] = ACTIONS(2704), - [anon_sym_DASH] = ACTIONS(2704), - [anon_sym_STAR] = ACTIONS(2704), - [anon_sym_SLASH] = ACTIONS(2704), - [anon_sym_PERCENT] = ACTIONS(2704), - [anon_sym_LT] = ACTIONS(2704), - [anon_sym_GT] = ACTIONS(2704), - [anon_sym_EQ_EQ] = ACTIONS(2704), - [anon_sym_BANG_EQ] = ACTIONS(2704), - [anon_sym_LT_EQ] = ACTIONS(2704), - [anon_sym_GT_EQ] = ACTIONS(2704), - [anon_sym_LBRACK] = ACTIONS(2702), - [anon_sym_struct] = ACTIONS(2704), - [anon_sym_union] = ACTIONS(2704), - [anon_sym_pub] = ACTIONS(2704), - [anon_sym_mut] = ACTIONS(2704), - [anon_sym_enum] = ACTIONS(2704), - [anon_sym_interface] = ACTIONS(2704), - [anon_sym_PLUS_PLUS] = ACTIONS(2704), - [anon_sym_DASH_DASH] = ACTIONS(2704), - [anon_sym_QMARK] = ACTIONS(2704), - [anon_sym_BANG] = ACTIONS(2704), - [anon_sym_go] = ACTIONS(2704), - [anon_sym_spawn] = ACTIONS(2704), - [anon_sym_json_DOTdecode] = ACTIONS(2704), - [anon_sym_LBRACK2] = ACTIONS(2704), - [anon_sym_TILDE] = ACTIONS(2704), - [anon_sym_CARET] = ACTIONS(2704), - [anon_sym_AMP] = ACTIONS(2704), - [anon_sym_LT_DASH] = ACTIONS(2704), - [anon_sym_LT_LT] = ACTIONS(2704), - [anon_sym_GT_GT] = ACTIONS(2704), - [anon_sym_GT_GT_GT] = ACTIONS(2704), - [anon_sym_AMP_CARET] = ACTIONS(2704), - [anon_sym_AMP_AMP] = ACTIONS(2704), - [anon_sym_PIPE_PIPE] = ACTIONS(2704), - [anon_sym_or] = ACTIONS(2704), - [sym_none] = ACTIONS(2704), - [sym_true] = ACTIONS(2704), - [sym_false] = ACTIONS(2704), - [sym_nil] = ACTIONS(2704), - [anon_sym_QMARK_DOT] = ACTIONS(2704), - [anon_sym_POUND_LBRACK] = ACTIONS(2704), - [anon_sym_if] = ACTIONS(2704), - [anon_sym_DOLLARif] = ACTIONS(2704), - [anon_sym_is] = ACTIONS(2704), - [anon_sym_BANGis] = ACTIONS(2704), - [anon_sym_in] = ACTIONS(2704), - [anon_sym_BANGin] = ACTIONS(2704), - [anon_sym_match] = ACTIONS(2704), - [anon_sym_select] = ACTIONS(2704), - [anon_sym_STAR_EQ] = ACTIONS(2704), - [anon_sym_SLASH_EQ] = ACTIONS(2704), - [anon_sym_PERCENT_EQ] = ACTIONS(2704), - [anon_sym_LT_LT_EQ] = ACTIONS(2704), - [anon_sym_GT_GT_EQ] = ACTIONS(2704), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2704), - [anon_sym_AMP_EQ] = ACTIONS(2704), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2704), - [anon_sym_PLUS_EQ] = ACTIONS(2704), - [anon_sym_DASH_EQ] = ACTIONS(2704), - [anon_sym_PIPE_EQ] = ACTIONS(2704), - [anon_sym_CARET_EQ] = ACTIONS(2704), - [anon_sym_COLON_EQ] = ACTIONS(2704), - [anon_sym_lock] = ACTIONS(2704), - [anon_sym_rlock] = ACTIONS(2704), - [anon_sym_unsafe] = ACTIONS(2704), - [anon_sym_sql] = ACTIONS(2704), - [sym_int_literal] = ACTIONS(2704), - [sym_float_literal] = ACTIONS(2704), - [sym_rune_literal] = ACTIONS(2704), - [anon_sym_AT] = ACTIONS(2704), - [anon_sym_shared] = ACTIONS(2704), - [anon_sym_map_LBRACK] = ACTIONS(2704), - [anon_sym_chan] = ACTIONS(2704), - [anon_sym_thread] = ACTIONS(2704), - [anon_sym_atomic] = ACTIONS(2704), - [anon_sym_assert] = ACTIONS(2704), - [anon_sym_defer] = ACTIONS(2704), - [anon_sym_goto] = ACTIONS(2704), - [anon_sym_break] = ACTIONS(2704), - [anon_sym_continue] = ACTIONS(2704), - [anon_sym_return] = ACTIONS(2704), - [anon_sym_DOLLARfor] = ACTIONS(2704), - [anon_sym_for] = ACTIONS(2704), - [anon_sym_POUND] = ACTIONS(2704), - [anon_sym_asm] = ACTIONS(2704), - [anon_sym_AT_LBRACK] = ACTIONS(2704), - [sym___double_quote] = ACTIONS(2704), - [sym___single_quote] = ACTIONS(2704), - [sym___c_double_quote] = ACTIONS(2704), - [sym___c_single_quote] = ACTIONS(2704), - [sym___r_double_quote] = ACTIONS(2704), - [sym___r_single_quote] = ACTIONS(2704), + [anon_sym_DOT] = ACTIONS(2418), + [anon_sym_as] = ACTIONS(2418), + [anon_sym_LBRACE] = ACTIONS(2418), + [anon_sym_COMMA] = ACTIONS(2418), + [anon_sym_const] = ACTIONS(2418), + [anon_sym_LPAREN] = ACTIONS(2418), + [anon_sym_EQ] = ACTIONS(2418), + [anon_sym___global] = ACTIONS(2418), + [anon_sym_type] = ACTIONS(2418), + [anon_sym_PIPE] = ACTIONS(2418), + [anon_sym_fn] = ACTIONS(2418), + [anon_sym_PLUS] = ACTIONS(2418), + [anon_sym_DASH] = ACTIONS(2418), + [anon_sym_STAR] = ACTIONS(2418), + [anon_sym_SLASH] = ACTIONS(2418), + [anon_sym_PERCENT] = ACTIONS(2418), + [anon_sym_LT] = ACTIONS(2418), + [anon_sym_GT] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2418), + [anon_sym_BANG_EQ] = ACTIONS(2418), + [anon_sym_LT_EQ] = ACTIONS(2418), + [anon_sym_GT_EQ] = ACTIONS(2418), + [anon_sym_LBRACK] = ACTIONS(2416), + [anon_sym_LT2] = ACTIONS(2418), + [anon_sym_struct] = ACTIONS(2418), + [anon_sym_union] = ACTIONS(2418), + [anon_sym_pub] = ACTIONS(2418), + [anon_sym_mut] = ACTIONS(2418), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_interface] = ACTIONS(2418), + [anon_sym_PLUS_PLUS] = ACTIONS(2418), + [anon_sym_DASH_DASH] = ACTIONS(2418), + [anon_sym_QMARK] = ACTIONS(2418), + [anon_sym_BANG] = ACTIONS(2418), + [anon_sym_go] = ACTIONS(2418), + [anon_sym_spawn] = ACTIONS(2418), + [anon_sym_json_DOTdecode] = ACTIONS(2418), + [anon_sym_LBRACK2] = ACTIONS(2418), + [anon_sym_TILDE] = ACTIONS(2418), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_AMP] = ACTIONS(2418), + [anon_sym_LT_DASH] = ACTIONS(2418), + [anon_sym_LT_LT] = ACTIONS(2418), + [anon_sym_GT_GT] = ACTIONS(2418), + [anon_sym_GT_GT_GT] = ACTIONS(2418), + [anon_sym_AMP_CARET] = ACTIONS(2418), + [anon_sym_AMP_AMP] = ACTIONS(2418), + [anon_sym_PIPE_PIPE] = ACTIONS(2418), + [anon_sym_or] = ACTIONS(2418), + [sym_none] = ACTIONS(2418), + [sym_true] = ACTIONS(2418), + [sym_false] = ACTIONS(2418), + [sym_nil] = ACTIONS(2418), + [anon_sym_QMARK_DOT] = ACTIONS(2418), + [anon_sym_POUND_LBRACK] = ACTIONS(2418), + [anon_sym_if] = ACTIONS(2418), + [anon_sym_DOLLARif] = ACTIONS(2418), + [anon_sym_is] = ACTIONS(2418), + [anon_sym_BANGis] = ACTIONS(2418), + [anon_sym_in] = ACTIONS(2418), + [anon_sym_BANGin] = ACTIONS(2418), + [anon_sym_match] = ACTIONS(2418), + [anon_sym_select] = ACTIONS(2418), + [anon_sym_STAR_EQ] = ACTIONS(2418), + [anon_sym_SLASH_EQ] = ACTIONS(2418), + [anon_sym_PERCENT_EQ] = ACTIONS(2418), + [anon_sym_LT_LT_EQ] = ACTIONS(2418), + [anon_sym_GT_GT_EQ] = ACTIONS(2418), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2418), + [anon_sym_AMP_EQ] = ACTIONS(2418), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2418), + [anon_sym_PLUS_EQ] = ACTIONS(2418), + [anon_sym_DASH_EQ] = ACTIONS(2418), + [anon_sym_PIPE_EQ] = ACTIONS(2418), + [anon_sym_CARET_EQ] = ACTIONS(2418), + [anon_sym_COLON_EQ] = ACTIONS(2418), + [anon_sym_lock] = ACTIONS(2418), + [anon_sym_rlock] = ACTIONS(2418), + [anon_sym_unsafe] = ACTIONS(2418), + [anon_sym_sql] = ACTIONS(2418), + [sym_int_literal] = ACTIONS(2418), + [sym_float_literal] = ACTIONS(2418), + [sym_rune_literal] = ACTIONS(2418), + [anon_sym_AT] = ACTIONS(2418), + [anon_sym_shared] = ACTIONS(2418), + [anon_sym_map_LBRACK] = ACTIONS(2418), + [anon_sym_chan] = ACTIONS(2418), + [anon_sym_thread] = ACTIONS(2418), + [anon_sym_atomic] = ACTIONS(2418), + [anon_sym_assert] = ACTIONS(2418), + [anon_sym_defer] = ACTIONS(2418), + [anon_sym_goto] = ACTIONS(2418), + [anon_sym_break] = ACTIONS(2418), + [anon_sym_continue] = ACTIONS(2418), + [anon_sym_return] = ACTIONS(2418), + [anon_sym_DOLLARfor] = ACTIONS(2418), + [anon_sym_for] = ACTIONS(2418), + [anon_sym_POUND] = ACTIONS(2418), + [anon_sym_asm] = ACTIONS(2418), + [anon_sym_AT_LBRACK] = ACTIONS(2418), + [sym___double_quote] = ACTIONS(2418), + [sym___single_quote] = ACTIONS(2418), + [sym___c_double_quote] = ACTIONS(2418), + [sym___c_single_quote] = ACTIONS(2418), + [sym___r_double_quote] = ACTIONS(2418), + [sym___r_single_quote] = ACTIONS(2418), }, - [522] = { - [sym__expression] = STATE(1816), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2546), + [525] = { + [sym__expression] = STATE(2857), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(2548), - [anon_sym_DASH] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2550), - [anon_sym_struct] = ACTIONS(809), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2552), - [anon_sym_go] = ACTIONS(2554), - [anon_sym_spawn] = ACTIONS(2556), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_CARET] = ACTIONS(2548), - [anon_sym_AMP] = ACTIONS(2560), - [anon_sym_LT_DASH] = ACTIONS(2562), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(829), - [anon_sym_DOLLARif] = ACTIONS(831), - [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(2564), - [anon_sym_lock] = ACTIONS(2566), - [anon_sym_rlock] = ACTIONS(2566), - [anon_sym_unsafe] = ACTIONS(839), - [anon_sym_sql] = ACTIONS(841), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [523] = { - [sym__expression] = STATE(1764), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2546), + [526] = { + [sym__expression] = STATE(983), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(2548), - [anon_sym_DASH] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2550), - [anon_sym_struct] = ACTIONS(809), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2821), + [anon_sym_DASH] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(2823), + [anon_sym_struct] = ACTIONS(501), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2552), - [anon_sym_go] = ACTIONS(2554), - [anon_sym_spawn] = ACTIONS(2556), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_CARET] = ACTIONS(2548), - [anon_sym_AMP] = ACTIONS(2560), - [anon_sym_LT_DASH] = ACTIONS(2562), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(829), - [anon_sym_DOLLARif] = ACTIONS(831), - [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(2564), - [anon_sym_lock] = ACTIONS(2566), - [anon_sym_rlock] = ACTIONS(2566), - [anon_sym_unsafe] = ACTIONS(839), - [anon_sym_sql] = ACTIONS(841), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), + [anon_sym_BANG] = ACTIONS(2825), + [anon_sym_go] = ACTIONS(2827), + [anon_sym_spawn] = ACTIONS(2829), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2821), + [anon_sym_CARET] = ACTIONS(2821), + [anon_sym_AMP] = ACTIONS(2831), + [anon_sym_LT_DASH] = ACTIONS(2833), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(2835), + [anon_sym_lock] = ACTIONS(2837), + [anon_sym_rlock] = ACTIONS(2837), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, - [524] = { - [sym__expression] = STATE(1771), - [sym__expression_without_blocks] = STATE(2105), - [sym__expression_with_blocks] = STATE(2105), - [sym_inc_expression] = STATE(2105), - [sym_dec_expression] = STATE(2105), - [sym_or_block_expression] = STATE(2105), - [sym_option_propagation_expression] = STATE(2105), - [sym_result_propagation_expression] = STATE(2105), - [sym_anon_struct_value_expression] = STATE(2119), - [sym_go_expression] = STATE(2105), - [sym_spawn_expression] = STATE(2105), - [sym_parenthesized_expression] = STATE(2105), - [sym_call_expression] = STATE(2105), - [sym_type_initializer] = STATE(2119), - [sym_function_literal] = STATE(2105), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2105), - [sym_receive_expression] = STATE(2105), - [sym_binary_expression] = STATE(2105), - [sym_as_type_cast_expression] = STATE(2105), - [sym__max_group] = STATE(2105), - [sym_literal] = STATE(2105), - [sym_map_init_expression] = STATE(2119), - [sym_array_creation] = STATE(2105), - [sym_fixed_array_creation] = STATE(2105), - [sym_selector_expression] = STATE(2105), - [sym_index_expression] = STATE(2105), - [sym_slice_expression] = STATE(2105), - [sym_if_expression] = STATE(2119), - [sym_compile_time_if_expression] = STATE(2119), - [sym_is_expression] = STATE(2105), - [sym_not_is_expression] = STATE(2105), - [sym_in_expression] = STATE(2105), - [sym_not_in_expression] = STATE(2105), - [sym_enum_fetch] = STATE(2105), - [sym_match_expression] = STATE(2119), - [sym_select_expression] = STATE(2119), - [sym_lock_expression] = STATE(2119), - [sym_unsafe_expression] = STATE(2119), - [sym_sql_expression] = STATE(2119), + [527] = { + [sym__expression] = STATE(1790), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2029), + [sym_dec_expression] = STATE(2029), + [sym_or_block_expression] = STATE(2029), + [sym_option_propagation_expression] = STATE(2029), + [sym_result_propagation_expression] = STATE(2029), + [sym_anon_struct_value_expression] = STATE(2031), + [sym_go_expression] = STATE(2029), + [sym_spawn_expression] = STATE(2029), + [sym_parenthesized_expression] = STATE(2029), + [sym_call_expression] = STATE(2029), + [sym_type_initializer] = STATE(2031), + [sym_function_literal] = STATE(2029), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2029), + [sym_receive_expression] = STATE(2029), + [sym_binary_expression] = STATE(2029), + [sym_as_type_cast_expression] = STATE(2029), + [sym__max_group] = STATE(2029), + [sym_literal] = STATE(2029), + [sym_map_init_expression] = STATE(2031), + [sym_array_creation] = STATE(2029), + [sym_fixed_array_creation] = STATE(2029), + [sym_selector_expression] = STATE(2029), + [sym_index_expression] = STATE(2029), + [sym_slice_expression] = STATE(2029), + [sym_if_expression] = STATE(2031), + [sym_compile_time_if_expression] = STATE(2031), + [sym_is_expression] = STATE(2029), + [sym_not_is_expression] = STATE(2029), + [sym_in_expression] = STATE(2029), + [sym_not_in_expression] = STATE(2029), + [sym_enum_fetch] = STATE(2029), + [sym_match_expression] = STATE(2031), + [sym_select_expression] = STATE(2031), + [sym_lock_expression] = STATE(2031), + [sym_unsafe_expression] = STATE(2031), + [sym_sql_expression] = STATE(2031), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(2105), - [sym_mutability_modifiers] = STATE(835), - [sym_plain_type] = STATE(4174), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2706), + [sym_pseudo_compile_time_identifier] = STATE(2029), + [sym_mutability_modifiers] = STATE(547), + [sym_plain_type] = STATE(4371), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2781), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(2708), + [anon_sym_LBRACE] = ACTIONS(2783), [anon_sym_LPAREN] = ACTIONS(697), [anon_sym_fn] = ACTIONS(699), [anon_sym_PLUS] = ACTIONS(701), [anon_sym_DASH] = ACTIONS(701), [anon_sym_STAR] = ACTIONS(703), - [anon_sym_struct] = ACTIONS(2710), + [anon_sym_struct] = ACTIONS(2785), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), [anon_sym_BANG] = ACTIONS(707), @@ -86932,14 +87477,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(721), [sym_false] = ACTIONS(721), [sym_nil] = ACTIONS(721), - [anon_sym_if] = ACTIONS(2712), - [anon_sym_DOLLARif] = ACTIONS(2714), - [anon_sym_match] = ACTIONS(2716), - [anon_sym_select] = ACTIONS(2718), - [anon_sym_lock] = ACTIONS(2720), - [anon_sym_rlock] = ACTIONS(2720), - [anon_sym_unsafe] = ACTIONS(2722), - [anon_sym_sql] = ACTIONS(2724), + [anon_sym_if] = ACTIONS(2787), + [anon_sym_DOLLARif] = ACTIONS(2789), + [anon_sym_match] = ACTIONS(2791), + [anon_sym_select] = ACTIONS(2793), + [anon_sym_lock] = ACTIONS(2795), + [anon_sym_rlock] = ACTIONS(2795), + [anon_sym_unsafe] = ACTIONS(2797), + [anon_sym_sql] = ACTIONS(2799), [sym_int_literal] = ACTIONS(721), [sym_float_literal] = ACTIONS(739), [sym_rune_literal] = ACTIONS(739), @@ -86956,309 +87501,195 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(751), [sym___r_single_quote] = ACTIONS(753), }, - [525] = { - [sym__expression] = STATE(1673), - [sym__expression_without_blocks] = STATE(1800), - [sym__expression_with_blocks] = STATE(1800), - [sym_inc_expression] = STATE(1800), - [sym_dec_expression] = STATE(1800), - [sym_or_block_expression] = STATE(1800), - [sym_option_propagation_expression] = STATE(1800), - [sym_result_propagation_expression] = STATE(1800), - [sym_anon_struct_value_expression] = STATE(1884), - [sym_go_expression] = STATE(1800), - [sym_spawn_expression] = STATE(1800), - [sym_parenthesized_expression] = STATE(1800), - [sym_call_expression] = STATE(1800), - [sym_type_initializer] = STATE(1884), - [sym_function_literal] = STATE(1800), - [sym_reference_expression] = STATE(1889), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1800), - [sym_receive_expression] = STATE(1800), - [sym_binary_expression] = STATE(1800), - [sym_as_type_cast_expression] = STATE(1800), - [sym__max_group] = STATE(1800), - [sym_literal] = STATE(1800), - [sym_map_init_expression] = STATE(1884), - [sym_array_creation] = STATE(1800), - [sym_fixed_array_creation] = STATE(1800), - [sym_selector_expression] = STATE(1800), - [sym_index_expression] = STATE(1800), - [sym_slice_expression] = STATE(1800), - [sym_if_expression] = STATE(1884), - [sym_compile_time_if_expression] = STATE(1884), - [sym_is_expression] = STATE(1800), - [sym_not_is_expression] = STATE(1800), - [sym_in_expression] = STATE(1800), - [sym_not_in_expression] = STATE(1800), - [sym_enum_fetch] = STATE(1800), - [sym_match_expression] = STATE(1884), - [sym_select_expression] = STATE(1884), - [sym_lock_expression] = STATE(1884), - [sym_unsafe_expression] = STATE(1884), - [sym_sql_expression] = STATE(1884), - [sym_c_string_literal] = STATE(1801), - [sym_raw_string_literal] = STATE(1801), - [sym_interpreted_string_literal] = STATE(1801), - [sym_pseudo_compile_time_identifier] = STATE(1800), - [sym_mutability_modifiers] = STATE(837), - [sym_plain_type] = STATE(4297), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2434), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2436), - [anon_sym_LBRACE] = ACTIONS(2438), - [anon_sym_LPAREN] = ACTIONS(2440), - [anon_sym_fn] = ACTIONS(2442), - [anon_sym_PLUS] = ACTIONS(2444), - [anon_sym_DASH] = ACTIONS(2444), - [anon_sym_STAR] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2450), - [anon_sym_go] = ACTIONS(2452), - [anon_sym_spawn] = ACTIONS(2454), - [anon_sym_json_DOTdecode] = ACTIONS(2456), - [anon_sym_LBRACK2] = ACTIONS(2458), - [anon_sym_TILDE] = ACTIONS(2444), - [anon_sym_CARET] = ACTIONS(2444), - [anon_sym_AMP] = ACTIONS(2460), - [anon_sym_LT_DASH] = ACTIONS(2462), - [sym_none] = ACTIONS(2464), - [sym_true] = ACTIONS(2464), - [sym_false] = ACTIONS(2464), - [sym_nil] = ACTIONS(2464), - [anon_sym_if] = ACTIONS(2466), - [anon_sym_DOLLARif] = ACTIONS(2468), - [anon_sym_match] = ACTIONS(2470), - [anon_sym_select] = ACTIONS(2472), - [anon_sym_lock] = ACTIONS(2474), - [anon_sym_rlock] = ACTIONS(2474), - [anon_sym_unsafe] = ACTIONS(2476), - [anon_sym_sql] = ACTIONS(2478), - [sym_int_literal] = ACTIONS(2464), - [sym_float_literal] = ACTIONS(2480), - [sym_rune_literal] = ACTIONS(2480), - [anon_sym_AT] = ACTIONS(2482), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2484), - [sym___single_quote] = ACTIONS(2486), - [sym___c_double_quote] = ACTIONS(2488), - [sym___c_single_quote] = ACTIONS(2490), - [sym___r_double_quote] = ACTIONS(2492), - [sym___r_single_quote] = ACTIONS(2494), - }, - [526] = { - [sym__expression] = STATE(1672), - [sym__expression_without_blocks] = STATE(1800), - [sym__expression_with_blocks] = STATE(1800), - [sym_inc_expression] = STATE(1800), - [sym_dec_expression] = STATE(1800), - [sym_or_block_expression] = STATE(1800), - [sym_option_propagation_expression] = STATE(1800), - [sym_result_propagation_expression] = STATE(1800), - [sym_anon_struct_value_expression] = STATE(1884), - [sym_go_expression] = STATE(1800), - [sym_spawn_expression] = STATE(1800), - [sym_parenthesized_expression] = STATE(1800), - [sym_call_expression] = STATE(1800), - [sym_type_initializer] = STATE(1884), - [sym_function_literal] = STATE(1800), - [sym_reference_expression] = STATE(1889), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1800), - [sym_receive_expression] = STATE(1800), - [sym_binary_expression] = STATE(1800), - [sym_as_type_cast_expression] = STATE(1800), - [sym__max_group] = STATE(1800), - [sym_literal] = STATE(1800), - [sym_map_init_expression] = STATE(1884), - [sym_array_creation] = STATE(1800), - [sym_fixed_array_creation] = STATE(1800), - [sym_selector_expression] = STATE(1800), - [sym_index_expression] = STATE(1800), - [sym_slice_expression] = STATE(1800), - [sym_if_expression] = STATE(1884), - [sym_compile_time_if_expression] = STATE(1884), - [sym_is_expression] = STATE(1800), - [sym_not_is_expression] = STATE(1800), - [sym_in_expression] = STATE(1800), - [sym_not_in_expression] = STATE(1800), - [sym_enum_fetch] = STATE(1800), - [sym_match_expression] = STATE(1884), - [sym_select_expression] = STATE(1884), - [sym_lock_expression] = STATE(1884), - [sym_unsafe_expression] = STATE(1884), - [sym_sql_expression] = STATE(1884), - [sym_c_string_literal] = STATE(1801), - [sym_raw_string_literal] = STATE(1801), - [sym_interpreted_string_literal] = STATE(1801), - [sym_pseudo_compile_time_identifier] = STATE(1800), - [sym_mutability_modifiers] = STATE(837), - [sym_plain_type] = STATE(4297), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2434), + [528] = { + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(3711), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2436), - [anon_sym_LBRACE] = ACTIONS(2438), - [anon_sym_LPAREN] = ACTIONS(2440), - [anon_sym_fn] = ACTIONS(2442), - [anon_sym_PLUS] = ACTIONS(2444), - [anon_sym_DASH] = ACTIONS(2444), - [anon_sym_STAR] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2212), + [anon_sym_DASH] = ACTIONS(2212), + [anon_sym_STAR] = ACTIONS(2214), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2450), - [anon_sym_go] = ACTIONS(2452), - [anon_sym_spawn] = ACTIONS(2454), - [anon_sym_json_DOTdecode] = ACTIONS(2456), - [anon_sym_LBRACK2] = ACTIONS(2458), - [anon_sym_TILDE] = ACTIONS(2444), - [anon_sym_CARET] = ACTIONS(2444), - [anon_sym_AMP] = ACTIONS(2460), - [anon_sym_LT_DASH] = ACTIONS(2462), - [sym_none] = ACTIONS(2464), - [sym_true] = ACTIONS(2464), - [sym_false] = ACTIONS(2464), - [sym_nil] = ACTIONS(2464), - [anon_sym_if] = ACTIONS(2466), - [anon_sym_DOLLARif] = ACTIONS(2468), - [anon_sym_match] = ACTIONS(2470), - [anon_sym_select] = ACTIONS(2472), - [anon_sym_lock] = ACTIONS(2474), - [anon_sym_rlock] = ACTIONS(2474), - [anon_sym_unsafe] = ACTIONS(2476), - [anon_sym_sql] = ACTIONS(2478), - [sym_int_literal] = ACTIONS(2464), - [sym_float_literal] = ACTIONS(2480), - [sym_rune_literal] = ACTIONS(2480), - [anon_sym_AT] = ACTIONS(2482), + [anon_sym_BANG] = ACTIONS(2216), + [anon_sym_go] = ACTIONS(2218), + [anon_sym_spawn] = ACTIONS(2220), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(2222), + [anon_sym_TILDE] = ACTIONS(2212), + [anon_sym_CARET] = ACTIONS(2212), + [anon_sym_AMP] = ACTIONS(2224), + [anon_sym_LT_DASH] = ACTIONS(2226), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2228), + [anon_sym_lock] = ACTIONS(2230), + [anon_sym_rlock] = ACTIONS(2230), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2484), - [sym___single_quote] = ACTIONS(2486), - [sym___c_double_quote] = ACTIONS(2488), - [sym___c_single_quote] = ACTIONS(2490), - [sym___r_double_quote] = ACTIONS(2492), - [sym___r_single_quote] = ACTIONS(2494), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [527] = { - [sym__expression] = STATE(1771), - [sym__expression_without_blocks] = STATE(2105), - [sym__expression_with_blocks] = STATE(2105), - [sym_inc_expression] = STATE(2105), - [sym_dec_expression] = STATE(2105), - [sym_or_block_expression] = STATE(2105), - [sym_option_propagation_expression] = STATE(2105), - [sym_result_propagation_expression] = STATE(2105), - [sym_anon_struct_value_expression] = STATE(2119), - [sym_go_expression] = STATE(2105), - [sym_spawn_expression] = STATE(2105), - [sym_parenthesized_expression] = STATE(2105), - [sym_call_expression] = STATE(2105), - [sym_type_initializer] = STATE(2119), - [sym_function_literal] = STATE(2105), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2105), - [sym_receive_expression] = STATE(2105), - [sym_binary_expression] = STATE(2105), - [sym_as_type_cast_expression] = STATE(2105), - [sym__max_group] = STATE(2105), - [sym_literal] = STATE(2105), - [sym_map_init_expression] = STATE(2119), - [sym_array_creation] = STATE(2105), - [sym_fixed_array_creation] = STATE(2105), - [sym_selector_expression] = STATE(2105), - [sym_index_expression] = STATE(2105), - [sym_slice_expression] = STATE(2105), - [sym_if_expression] = STATE(2119), - [sym_compile_time_if_expression] = STATE(2119), - [sym_is_expression] = STATE(2105), - [sym_not_is_expression] = STATE(2105), - [sym_in_expression] = STATE(2105), - [sym_not_in_expression] = STATE(2105), - [sym_enum_fetch] = STATE(2105), - [sym_match_expression] = STATE(2119), - [sym_select_expression] = STATE(2119), - [sym_lock_expression] = STATE(2119), - [sym_unsafe_expression] = STATE(2119), - [sym_sql_expression] = STATE(2119), + [529] = { + [sym__expression] = STATE(1788), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2029), + [sym_dec_expression] = STATE(2029), + [sym_or_block_expression] = STATE(2029), + [sym_option_propagation_expression] = STATE(2029), + [sym_result_propagation_expression] = STATE(2029), + [sym_anon_struct_value_expression] = STATE(2031), + [sym_go_expression] = STATE(2029), + [sym_spawn_expression] = STATE(2029), + [sym_parenthesized_expression] = STATE(2029), + [sym_call_expression] = STATE(2029), + [sym_type_initializer] = STATE(2031), + [sym_function_literal] = STATE(2029), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2029), + [sym_receive_expression] = STATE(2029), + [sym_binary_expression] = STATE(2029), + [sym_as_type_cast_expression] = STATE(2029), + [sym__max_group] = STATE(2029), + [sym_literal] = STATE(2029), + [sym_map_init_expression] = STATE(2031), + [sym_array_creation] = STATE(2029), + [sym_fixed_array_creation] = STATE(2029), + [sym_selector_expression] = STATE(2029), + [sym_index_expression] = STATE(2029), + [sym_slice_expression] = STATE(2029), + [sym_if_expression] = STATE(2031), + [sym_compile_time_if_expression] = STATE(2031), + [sym_is_expression] = STATE(2029), + [sym_not_is_expression] = STATE(2029), + [sym_in_expression] = STATE(2029), + [sym_not_in_expression] = STATE(2029), + [sym_enum_fetch] = STATE(2029), + [sym_match_expression] = STATE(2031), + [sym_select_expression] = STATE(2031), + [sym_lock_expression] = STATE(2031), + [sym_unsafe_expression] = STATE(2031), + [sym_sql_expression] = STATE(2031), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(2105), - [sym_mutability_modifiers] = STATE(835), - [sym_plain_type] = STATE(4172), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2706), + [sym_pseudo_compile_time_identifier] = STATE(2029), + [sym_mutability_modifiers] = STATE(547), + [sym_plain_type] = STATE(4371), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2781), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(2708), + [anon_sym_LBRACE] = ACTIONS(2783), [anon_sym_LPAREN] = ACTIONS(697), [anon_sym_fn] = ACTIONS(699), [anon_sym_PLUS] = ACTIONS(701), [anon_sym_DASH] = ACTIONS(701), [anon_sym_STAR] = ACTIONS(703), - [anon_sym_struct] = ACTIONS(2710), + [anon_sym_struct] = ACTIONS(2785), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), [anon_sym_BANG] = ACTIONS(707), @@ -87274,14 +87705,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(721), [sym_false] = ACTIONS(721), [sym_nil] = ACTIONS(721), - [anon_sym_if] = ACTIONS(2712), - [anon_sym_DOLLARif] = ACTIONS(2714), - [anon_sym_match] = ACTIONS(2716), - [anon_sym_select] = ACTIONS(2718), - [anon_sym_lock] = ACTIONS(2720), - [anon_sym_rlock] = ACTIONS(2720), - [anon_sym_unsafe] = ACTIONS(2722), - [anon_sym_sql] = ACTIONS(2724), + [anon_sym_if] = ACTIONS(2787), + [anon_sym_DOLLARif] = ACTIONS(2789), + [anon_sym_match] = ACTIONS(2791), + [anon_sym_select] = ACTIONS(2793), + [anon_sym_lock] = ACTIONS(2795), + [anon_sym_rlock] = ACTIONS(2795), + [anon_sym_unsafe] = ACTIONS(2797), + [anon_sym_sql] = ACTIONS(2799), [sym_int_literal] = ACTIONS(721), [sym_float_literal] = ACTIONS(739), [sym_rune_literal] = ACTIONS(739), @@ -87298,81 +87729,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(751), [sym___r_single_quote] = ACTIONS(753), }, - [528] = { - [sym__expression] = STATE(1771), - [sym__expression_without_blocks] = STATE(2105), - [sym__expression_with_blocks] = STATE(2105), - [sym_inc_expression] = STATE(2105), - [sym_dec_expression] = STATE(2105), - [sym_or_block_expression] = STATE(2105), - [sym_option_propagation_expression] = STATE(2105), - [sym_result_propagation_expression] = STATE(2105), - [sym_anon_struct_value_expression] = STATE(2119), - [sym_go_expression] = STATE(2105), - [sym_spawn_expression] = STATE(2105), - [sym_parenthesized_expression] = STATE(2105), - [sym_call_expression] = STATE(2105), - [sym_type_initializer] = STATE(2119), - [sym_function_literal] = STATE(2105), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2105), - [sym_receive_expression] = STATE(2105), - [sym_binary_expression] = STATE(2105), - [sym_as_type_cast_expression] = STATE(2105), - [sym__max_group] = STATE(2105), - [sym_literal] = STATE(2105), - [sym_map_init_expression] = STATE(2119), - [sym_array_creation] = STATE(2105), - [sym_fixed_array_creation] = STATE(2105), - [sym_selector_expression] = STATE(2105), - [sym_index_expression] = STATE(2105), - [sym_slice_expression] = STATE(2105), - [sym_if_expression] = STATE(2119), - [sym_compile_time_if_expression] = STATE(2119), - [sym_is_expression] = STATE(2105), - [sym_not_is_expression] = STATE(2105), - [sym_in_expression] = STATE(2105), - [sym_not_in_expression] = STATE(2105), - [sym_enum_fetch] = STATE(2105), - [sym_match_expression] = STATE(2119), - [sym_select_expression] = STATE(2119), - [sym_lock_expression] = STATE(2119), - [sym_unsafe_expression] = STATE(2119), - [sym_sql_expression] = STATE(2119), + [530] = { + [sym__expression] = STATE(1787), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2029), + [sym_dec_expression] = STATE(2029), + [sym_or_block_expression] = STATE(2029), + [sym_option_propagation_expression] = STATE(2029), + [sym_result_propagation_expression] = STATE(2029), + [sym_anon_struct_value_expression] = STATE(2031), + [sym_go_expression] = STATE(2029), + [sym_spawn_expression] = STATE(2029), + [sym_parenthesized_expression] = STATE(2029), + [sym_call_expression] = STATE(2029), + [sym_type_initializer] = STATE(2031), + [sym_function_literal] = STATE(2029), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2029), + [sym_receive_expression] = STATE(2029), + [sym_binary_expression] = STATE(2029), + [sym_as_type_cast_expression] = STATE(2029), + [sym__max_group] = STATE(2029), + [sym_literal] = STATE(2029), + [sym_map_init_expression] = STATE(2031), + [sym_array_creation] = STATE(2029), + [sym_fixed_array_creation] = STATE(2029), + [sym_selector_expression] = STATE(2029), + [sym_index_expression] = STATE(2029), + [sym_slice_expression] = STATE(2029), + [sym_if_expression] = STATE(2031), + [sym_compile_time_if_expression] = STATE(2031), + [sym_is_expression] = STATE(2029), + [sym_not_is_expression] = STATE(2029), + [sym_in_expression] = STATE(2029), + [sym_not_in_expression] = STATE(2029), + [sym_enum_fetch] = STATE(2029), + [sym_match_expression] = STATE(2031), + [sym_select_expression] = STATE(2031), + [sym_lock_expression] = STATE(2031), + [sym_unsafe_expression] = STATE(2031), + [sym_sql_expression] = STATE(2031), [sym_c_string_literal] = STATE(2030), [sym_raw_string_literal] = STATE(2030), [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(2105), - [sym_mutability_modifiers] = STATE(835), - [sym_plain_type] = STATE(4170), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2706), + [sym_pseudo_compile_time_identifier] = STATE(2029), + [sym_mutability_modifiers] = STATE(547), + [sym_plain_type] = STATE(4371), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2781), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(2708), + [anon_sym_LBRACE] = ACTIONS(2783), [anon_sym_LPAREN] = ACTIONS(697), [anon_sym_fn] = ACTIONS(699), [anon_sym_PLUS] = ACTIONS(701), [anon_sym_DASH] = ACTIONS(701), [anon_sym_STAR] = ACTIONS(703), - [anon_sym_struct] = ACTIONS(2710), + [anon_sym_struct] = ACTIONS(2785), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), [anon_sym_BANG] = ACTIONS(707), @@ -87388,14 +87819,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_true] = ACTIONS(721), [sym_false] = ACTIONS(721), [sym_nil] = ACTIONS(721), - [anon_sym_if] = ACTIONS(2712), - [anon_sym_DOLLARif] = ACTIONS(2714), - [anon_sym_match] = ACTIONS(2716), - [anon_sym_select] = ACTIONS(2718), - [anon_sym_lock] = ACTIONS(2720), - [anon_sym_rlock] = ACTIONS(2720), - [anon_sym_unsafe] = ACTIONS(2722), - [anon_sym_sql] = ACTIONS(2724), + [anon_sym_if] = ACTIONS(2787), + [anon_sym_DOLLARif] = ACTIONS(2789), + [anon_sym_match] = ACTIONS(2791), + [anon_sym_select] = ACTIONS(2793), + [anon_sym_lock] = ACTIONS(2795), + [anon_sym_rlock] = ACTIONS(2795), + [anon_sym_unsafe] = ACTIONS(2797), + [anon_sym_sql] = ACTIONS(2799), [sym_int_literal] = ACTIONS(721), [sym_float_literal] = ACTIONS(739), [sym_rune_literal] = ACTIONS(739), @@ -87412,3947 +87843,2009 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(751), [sym___r_single_quote] = ACTIONS(753), }, - [529] = { - [sym__expression] = STATE(1671), - [sym__expression_without_blocks] = STATE(1800), - [sym__expression_with_blocks] = STATE(1800), - [sym_inc_expression] = STATE(1800), - [sym_dec_expression] = STATE(1800), - [sym_or_block_expression] = STATE(1800), - [sym_option_propagation_expression] = STATE(1800), - [sym_result_propagation_expression] = STATE(1800), - [sym_anon_struct_value_expression] = STATE(1884), - [sym_go_expression] = STATE(1800), - [sym_spawn_expression] = STATE(1800), - [sym_parenthesized_expression] = STATE(1800), - [sym_call_expression] = STATE(1800), - [sym_type_initializer] = STATE(1884), - [sym_function_literal] = STATE(1800), - [sym_reference_expression] = STATE(1889), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1800), - [sym_receive_expression] = STATE(1800), - [sym_binary_expression] = STATE(1800), - [sym_as_type_cast_expression] = STATE(1800), - [sym__max_group] = STATE(1800), - [sym_literal] = STATE(1800), - [sym_map_init_expression] = STATE(1884), - [sym_array_creation] = STATE(1800), - [sym_fixed_array_creation] = STATE(1800), - [sym_selector_expression] = STATE(1800), - [sym_index_expression] = STATE(1800), - [sym_slice_expression] = STATE(1800), - [sym_if_expression] = STATE(1884), - [sym_compile_time_if_expression] = STATE(1884), - [sym_is_expression] = STATE(1800), - [sym_not_is_expression] = STATE(1800), - [sym_in_expression] = STATE(1800), - [sym_not_in_expression] = STATE(1800), - [sym_enum_fetch] = STATE(1800), - [sym_match_expression] = STATE(1884), - [sym_select_expression] = STATE(1884), - [sym_lock_expression] = STATE(1884), - [sym_unsafe_expression] = STATE(1884), - [sym_sql_expression] = STATE(1884), - [sym_c_string_literal] = STATE(1801), - [sym_raw_string_literal] = STATE(1801), - [sym_interpreted_string_literal] = STATE(1801), - [sym_pseudo_compile_time_identifier] = STATE(1800), - [sym_mutability_modifiers] = STATE(837), - [sym_plain_type] = STATE(4297), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2434), + [531] = { + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(3709), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2436), - [anon_sym_LBRACE] = ACTIONS(2438), - [anon_sym_LPAREN] = ACTIONS(2440), - [anon_sym_fn] = ACTIONS(2442), - [anon_sym_PLUS] = ACTIONS(2444), - [anon_sym_DASH] = ACTIONS(2444), - [anon_sym_STAR] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2212), + [anon_sym_DASH] = ACTIONS(2212), + [anon_sym_STAR] = ACTIONS(2214), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2450), - [anon_sym_go] = ACTIONS(2452), - [anon_sym_spawn] = ACTIONS(2454), - [anon_sym_json_DOTdecode] = ACTIONS(2456), - [anon_sym_LBRACK2] = ACTIONS(2458), - [anon_sym_TILDE] = ACTIONS(2444), - [anon_sym_CARET] = ACTIONS(2444), - [anon_sym_AMP] = ACTIONS(2460), - [anon_sym_LT_DASH] = ACTIONS(2462), - [sym_none] = ACTIONS(2464), - [sym_true] = ACTIONS(2464), - [sym_false] = ACTIONS(2464), - [sym_nil] = ACTIONS(2464), - [anon_sym_if] = ACTIONS(2466), - [anon_sym_DOLLARif] = ACTIONS(2468), - [anon_sym_match] = ACTIONS(2470), - [anon_sym_select] = ACTIONS(2472), - [anon_sym_lock] = ACTIONS(2474), - [anon_sym_rlock] = ACTIONS(2474), - [anon_sym_unsafe] = ACTIONS(2476), - [anon_sym_sql] = ACTIONS(2478), - [sym_int_literal] = ACTIONS(2464), - [sym_float_literal] = ACTIONS(2480), - [sym_rune_literal] = ACTIONS(2480), - [anon_sym_AT] = ACTIONS(2482), + [anon_sym_BANG] = ACTIONS(2216), + [anon_sym_go] = ACTIONS(2218), + [anon_sym_spawn] = ACTIONS(2220), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(2222), + [anon_sym_TILDE] = ACTIONS(2212), + [anon_sym_CARET] = ACTIONS(2212), + [anon_sym_AMP] = ACTIONS(2224), + [anon_sym_LT_DASH] = ACTIONS(2226), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2228), + [anon_sym_lock] = ACTIONS(2230), + [anon_sym_rlock] = ACTIONS(2230), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2484), - [sym___single_quote] = ACTIONS(2486), - [sym___c_double_quote] = ACTIONS(2488), - [sym___c_single_quote] = ACTIONS(2490), - [sym___r_double_quote] = ACTIONS(2492), - [sym___r_single_quote] = ACTIONS(2494), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [530] = { - [sym__expression] = STATE(2868), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2726), + [532] = { + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(3719), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2212), + [anon_sym_DASH] = ACTIONS(2212), + [anon_sym_STAR] = ACTIONS(2214), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2216), + [anon_sym_go] = ACTIONS(2218), + [anon_sym_spawn] = ACTIONS(2220), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(2222), + [anon_sym_TILDE] = ACTIONS(2212), + [anon_sym_CARET] = ACTIONS(2212), + [anon_sym_AMP] = ACTIONS(2224), + [anon_sym_LT_DASH] = ACTIONS(2226), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2228), + [anon_sym_lock] = ACTIONS(2230), + [anon_sym_rlock] = ACTIONS(2230), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [531] = { - [sym__expression] = STATE(2625), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [533] = { + [sym__expression] = STATE(1782), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2029), + [sym_dec_expression] = STATE(2029), + [sym_or_block_expression] = STATE(2029), + [sym_option_propagation_expression] = STATE(2029), + [sym_result_propagation_expression] = STATE(2029), + [sym_anon_struct_value_expression] = STATE(2031), + [sym_go_expression] = STATE(2029), + [sym_spawn_expression] = STATE(2029), + [sym_parenthesized_expression] = STATE(2029), + [sym_call_expression] = STATE(2029), + [sym_type_initializer] = STATE(2031), + [sym_function_literal] = STATE(2029), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2029), + [sym_receive_expression] = STATE(2029), + [sym_binary_expression] = STATE(2029), + [sym_as_type_cast_expression] = STATE(2029), + [sym__max_group] = STATE(2029), + [sym_literal] = STATE(2029), + [sym_map_init_expression] = STATE(2031), + [sym_array_creation] = STATE(2029), + [sym_fixed_array_creation] = STATE(2029), + [sym_selector_expression] = STATE(2029), + [sym_index_expression] = STATE(2029), + [sym_slice_expression] = STATE(2029), + [sym_if_expression] = STATE(2031), + [sym_compile_time_if_expression] = STATE(2031), + [sym_is_expression] = STATE(2029), + [sym_not_is_expression] = STATE(2029), + [sym_in_expression] = STATE(2029), + [sym_not_in_expression] = STATE(2029), + [sym_enum_fetch] = STATE(2029), + [sym_match_expression] = STATE(2031), + [sym_select_expression] = STATE(2031), + [sym_lock_expression] = STATE(2031), + [sym_unsafe_expression] = STATE(2031), + [sym_sql_expression] = STATE(2031), + [sym_c_string_literal] = STATE(2030), + [sym_raw_string_literal] = STATE(2030), + [sym_interpreted_string_literal] = STATE(2030), + [sym_pseudo_compile_time_identifier] = STATE(2029), + [sym_mutability_modifiers] = STATE(547), + [sym_plain_type] = STATE(4371), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2781), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2046), - [anon_sym_STAR] = ACTIONS(2048), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(691), + [anon_sym_LBRACE] = ACTIONS(2783), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(699), + [anon_sym_PLUS] = ACTIONS(701), + [anon_sym_DASH] = ACTIONS(701), + [anon_sym_STAR] = ACTIONS(703), + [anon_sym_struct] = ACTIONS(2785), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2050), - [anon_sym_go] = ACTIONS(2052), - [anon_sym_spawn] = ACTIONS(2054), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(2056), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_CARET] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_LT_DASH] = ACTIONS(2060), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2062), - [anon_sym_lock] = ACTIONS(2064), - [anon_sym_rlock] = ACTIONS(2064), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(707), + [anon_sym_go] = ACTIONS(709), + [anon_sym_spawn] = ACTIONS(711), + [anon_sym_json_DOTdecode] = ACTIONS(713), + [anon_sym_LBRACK2] = ACTIONS(715), + [anon_sym_TILDE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(701), + [anon_sym_AMP] = ACTIONS(717), + [anon_sym_LT_DASH] = ACTIONS(719), + [sym_none] = ACTIONS(721), + [sym_true] = ACTIONS(721), + [sym_false] = ACTIONS(721), + [sym_nil] = ACTIONS(721), + [anon_sym_if] = ACTIONS(2787), + [anon_sym_DOLLARif] = ACTIONS(2789), + [anon_sym_match] = ACTIONS(2791), + [anon_sym_select] = ACTIONS(2793), + [anon_sym_lock] = ACTIONS(2795), + [anon_sym_rlock] = ACTIONS(2795), + [anon_sym_unsafe] = ACTIONS(2797), + [anon_sym_sql] = ACTIONS(2799), + [sym_int_literal] = ACTIONS(721), + [sym_float_literal] = ACTIONS(739), + [sym_rune_literal] = ACTIONS(739), + [anon_sym_AT] = ACTIONS(741), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(743), + [sym___single_quote] = ACTIONS(745), + [sym___c_double_quote] = ACTIONS(747), + [sym___c_single_quote] = ACTIONS(749), + [sym___r_double_quote] = ACTIONS(751), + [sym___r_single_quote] = ACTIONS(753), }, - [532] = { - [sym__expression] = STATE(1786), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1562), + [534] = { + [sym__expression] = STATE(2883), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(805), - [anon_sym_DASH] = ACTIONS(805), - [anon_sym_STAR] = ACTIONS(807), - [anon_sym_struct] = ACTIONS(809), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(813), - [anon_sym_go] = ACTIONS(815), - [anon_sym_spawn] = ACTIONS(817), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(821), - [anon_sym_TILDE] = ACTIONS(805), - [anon_sym_CARET] = ACTIONS(805), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_LT_DASH] = ACTIONS(825), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(829), - [anon_sym_DOLLARif] = ACTIONS(831), - [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(835), - [anon_sym_lock] = ACTIONS(837), - [anon_sym_rlock] = ACTIONS(837), - [anon_sym_unsafe] = ACTIONS(839), - [anon_sym_sql] = ACTIONS(841), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), - }, - [533] = { - [sym__expression] = STATE(1764), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1562), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(805), - [anon_sym_DASH] = ACTIONS(805), - [anon_sym_STAR] = ACTIONS(807), - [anon_sym_struct] = ACTIONS(809), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(813), - [anon_sym_go] = ACTIONS(815), - [anon_sym_spawn] = ACTIONS(817), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(821), - [anon_sym_TILDE] = ACTIONS(805), - [anon_sym_CARET] = ACTIONS(805), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_LT_DASH] = ACTIONS(825), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(829), - [anon_sym_DOLLARif] = ACTIONS(831), - [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(835), - [anon_sym_lock] = ACTIONS(837), - [anon_sym_rlock] = ACTIONS(837), - [anon_sym_unsafe] = ACTIONS(839), - [anon_sym_sql] = ACTIONS(841), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), - }, - [534] = { - [sym__expression] = STATE(1765), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1562), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(805), - [anon_sym_DASH] = ACTIONS(805), - [anon_sym_STAR] = ACTIONS(807), - [anon_sym_struct] = ACTIONS(809), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(813), - [anon_sym_go] = ACTIONS(815), - [anon_sym_spawn] = ACTIONS(817), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(821), - [anon_sym_TILDE] = ACTIONS(805), - [anon_sym_CARET] = ACTIONS(805), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_LT_DASH] = ACTIONS(825), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(829), - [anon_sym_DOLLARif] = ACTIONS(831), - [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(835), - [anon_sym_lock] = ACTIONS(837), - [anon_sym_rlock] = ACTIONS(837), - [anon_sym_unsafe] = ACTIONS(839), - [anon_sym_sql] = ACTIONS(841), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [535] = { - [sym__expression] = STATE(1766), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1562), + [sym__expression] = STATE(2636), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(805), - [anon_sym_DASH] = ACTIONS(805), - [anon_sym_STAR] = ACTIONS(807), - [anon_sym_struct] = ACTIONS(809), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(813), - [anon_sym_go] = ACTIONS(815), - [anon_sym_spawn] = ACTIONS(817), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(821), - [anon_sym_TILDE] = ACTIONS(805), - [anon_sym_CARET] = ACTIONS(805), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_LT_DASH] = ACTIONS(825), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(829), - [anon_sym_DOLLARif] = ACTIONS(831), - [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(835), - [anon_sym_lock] = ACTIONS(837), - [anon_sym_rlock] = ACTIONS(837), - [anon_sym_unsafe] = ACTIONS(839), - [anon_sym_sql] = ACTIONS(841), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [536] = { - [sym__expression] = STATE(1768), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1562), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(805), - [anon_sym_DASH] = ACTIONS(805), - [anon_sym_STAR] = ACTIONS(807), - [anon_sym_struct] = ACTIONS(809), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(813), - [anon_sym_go] = ACTIONS(815), - [anon_sym_spawn] = ACTIONS(817), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(821), - [anon_sym_TILDE] = ACTIONS(805), - [anon_sym_CARET] = ACTIONS(805), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_LT_DASH] = ACTIONS(825), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(829), - [anon_sym_DOLLARif] = ACTIONS(831), - [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(835), - [anon_sym_lock] = ACTIONS(837), - [anon_sym_rlock] = ACTIONS(837), - [anon_sym_unsafe] = ACTIONS(839), - [anon_sym_sql] = ACTIONS(841), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), + [ts_builtin_sym_end] = ACTIONS(2839), + [sym_identifier] = ACTIONS(2841), + [anon_sym_LF] = ACTIONS(2841), + [anon_sym_CR] = ACTIONS(2841), + [anon_sym_CR_LF] = ACTIONS(2841), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2841), + [anon_sym_as] = ACTIONS(2841), + [anon_sym_LBRACE] = ACTIONS(2841), + [anon_sym_COMMA] = ACTIONS(2841), + [anon_sym_const] = ACTIONS(2841), + [anon_sym_LPAREN] = ACTIONS(2841), + [anon_sym_EQ] = ACTIONS(2841), + [anon_sym___global] = ACTIONS(2841), + [anon_sym_type] = ACTIONS(2841), + [anon_sym_PIPE] = ACTIONS(2841), + [anon_sym_fn] = ACTIONS(2841), + [anon_sym_PLUS] = ACTIONS(2841), + [anon_sym_DASH] = ACTIONS(2841), + [anon_sym_STAR] = ACTIONS(2841), + [anon_sym_SLASH] = ACTIONS(2841), + [anon_sym_PERCENT] = ACTIONS(2841), + [anon_sym_LT] = ACTIONS(2841), + [anon_sym_GT] = ACTIONS(2841), + [anon_sym_EQ_EQ] = ACTIONS(2841), + [anon_sym_BANG_EQ] = ACTIONS(2841), + [anon_sym_LT_EQ] = ACTIONS(2841), + [anon_sym_GT_EQ] = ACTIONS(2841), + [anon_sym_LBRACK] = ACTIONS(2839), + [anon_sym_LT2] = ACTIONS(2841), + [anon_sym_struct] = ACTIONS(2841), + [anon_sym_union] = ACTIONS(2841), + [anon_sym_pub] = ACTIONS(2841), + [anon_sym_mut] = ACTIONS(2841), + [anon_sym_enum] = ACTIONS(2841), + [anon_sym_interface] = ACTIONS(2841), + [anon_sym_PLUS_PLUS] = ACTIONS(2841), + [anon_sym_DASH_DASH] = ACTIONS(2841), + [anon_sym_QMARK] = ACTIONS(2841), + [anon_sym_BANG] = ACTIONS(2841), + [anon_sym_go] = ACTIONS(2841), + [anon_sym_spawn] = ACTIONS(2841), + [anon_sym_json_DOTdecode] = ACTIONS(2841), + [anon_sym_LBRACK2] = ACTIONS(2841), + [anon_sym_TILDE] = ACTIONS(2841), + [anon_sym_CARET] = ACTIONS(2841), + [anon_sym_AMP] = ACTIONS(2841), + [anon_sym_LT_DASH] = ACTIONS(2841), + [anon_sym_LT_LT] = ACTIONS(2841), + [anon_sym_GT_GT] = ACTIONS(2841), + [anon_sym_GT_GT_GT] = ACTIONS(2841), + [anon_sym_AMP_CARET] = ACTIONS(2841), + [anon_sym_AMP_AMP] = ACTIONS(2841), + [anon_sym_PIPE_PIPE] = ACTIONS(2841), + [anon_sym_or] = ACTIONS(2841), + [sym_none] = ACTIONS(2841), + [sym_true] = ACTIONS(2841), + [sym_false] = ACTIONS(2841), + [sym_nil] = ACTIONS(2841), + [anon_sym_QMARK_DOT] = ACTIONS(2841), + [anon_sym_POUND_LBRACK] = ACTIONS(2841), + [anon_sym_if] = ACTIONS(2841), + [anon_sym_DOLLARif] = ACTIONS(2841), + [anon_sym_is] = ACTIONS(2841), + [anon_sym_BANGis] = ACTIONS(2841), + [anon_sym_in] = ACTIONS(2841), + [anon_sym_BANGin] = ACTIONS(2841), + [anon_sym_match] = ACTIONS(2841), + [anon_sym_select] = ACTIONS(2841), + [anon_sym_STAR_EQ] = ACTIONS(2841), + [anon_sym_SLASH_EQ] = ACTIONS(2841), + [anon_sym_PERCENT_EQ] = ACTIONS(2841), + [anon_sym_LT_LT_EQ] = ACTIONS(2841), + [anon_sym_GT_GT_EQ] = ACTIONS(2841), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2841), + [anon_sym_AMP_EQ] = ACTIONS(2841), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2841), + [anon_sym_PLUS_EQ] = ACTIONS(2841), + [anon_sym_DASH_EQ] = ACTIONS(2841), + [anon_sym_PIPE_EQ] = ACTIONS(2841), + [anon_sym_CARET_EQ] = ACTIONS(2841), + [anon_sym_COLON_EQ] = ACTIONS(2841), + [anon_sym_lock] = ACTIONS(2841), + [anon_sym_rlock] = ACTIONS(2841), + [anon_sym_unsafe] = ACTIONS(2841), + [anon_sym_sql] = ACTIONS(2841), + [sym_int_literal] = ACTIONS(2841), + [sym_float_literal] = ACTIONS(2841), + [sym_rune_literal] = ACTIONS(2841), + [anon_sym_AT] = ACTIONS(2841), + [anon_sym_shared] = ACTIONS(2841), + [anon_sym_map_LBRACK] = ACTIONS(2841), + [anon_sym_chan] = ACTIONS(2841), + [anon_sym_thread] = ACTIONS(2841), + [anon_sym_atomic] = ACTIONS(2841), + [anon_sym_assert] = ACTIONS(2841), + [anon_sym_defer] = ACTIONS(2841), + [anon_sym_goto] = ACTIONS(2841), + [anon_sym_break] = ACTIONS(2841), + [anon_sym_continue] = ACTIONS(2841), + [anon_sym_return] = ACTIONS(2841), + [anon_sym_DOLLARfor] = ACTIONS(2841), + [anon_sym_for] = ACTIONS(2841), + [anon_sym_POUND] = ACTIONS(2841), + [anon_sym_asm] = ACTIONS(2841), + [anon_sym_AT_LBRACK] = ACTIONS(2841), + [sym___double_quote] = ACTIONS(2841), + [sym___single_quote] = ACTIONS(2841), + [sym___c_double_quote] = ACTIONS(2841), + [sym___c_single_quote] = ACTIONS(2841), + [sym___r_double_quote] = ACTIONS(2841), + [sym___r_single_quote] = ACTIONS(2841), }, [537] = { - [sym__expression] = STATE(1773), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1562), + [sym__expression] = STATE(2770), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(805), - [anon_sym_DASH] = ACTIONS(805), - [anon_sym_STAR] = ACTIONS(807), - [anon_sym_struct] = ACTIONS(809), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(813), - [anon_sym_go] = ACTIONS(815), - [anon_sym_spawn] = ACTIONS(817), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(821), - [anon_sym_TILDE] = ACTIONS(805), - [anon_sym_CARET] = ACTIONS(805), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_LT_DASH] = ACTIONS(825), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(829), - [anon_sym_DOLLARif] = ACTIONS(831), - [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(835), - [anon_sym_lock] = ACTIONS(837), - [anon_sym_rlock] = ACTIONS(837), - [anon_sym_unsafe] = ACTIONS(839), - [anon_sym_sql] = ACTIONS(841), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [538] = { - [sym__expression] = STATE(2624), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2046), - [anon_sym_STAR] = ACTIONS(2048), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2050), - [anon_sym_go] = ACTIONS(2052), - [anon_sym_spawn] = ACTIONS(2054), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(2056), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_CARET] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_LT_DASH] = ACTIONS(2060), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2062), - [anon_sym_lock] = ACTIONS(2064), - [anon_sym_rlock] = ACTIONS(2064), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [ts_builtin_sym_end] = ACTIONS(2843), + [sym_identifier] = ACTIONS(2845), + [anon_sym_LF] = ACTIONS(2845), + [anon_sym_CR] = ACTIONS(2845), + [anon_sym_CR_LF] = ACTIONS(2845), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2845), + [anon_sym_as] = ACTIONS(2845), + [anon_sym_LBRACE] = ACTIONS(2845), + [anon_sym_COMMA] = ACTIONS(2845), + [anon_sym_const] = ACTIONS(2845), + [anon_sym_LPAREN] = ACTIONS(2845), + [anon_sym_EQ] = ACTIONS(2845), + [anon_sym___global] = ACTIONS(2845), + [anon_sym_type] = ACTIONS(2845), + [anon_sym_PIPE] = ACTIONS(2845), + [anon_sym_fn] = ACTIONS(2845), + [anon_sym_PLUS] = ACTIONS(2845), + [anon_sym_DASH] = ACTIONS(2845), + [anon_sym_STAR] = ACTIONS(2845), + [anon_sym_SLASH] = ACTIONS(2845), + [anon_sym_PERCENT] = ACTIONS(2845), + [anon_sym_LT] = ACTIONS(2845), + [anon_sym_GT] = ACTIONS(2845), + [anon_sym_EQ_EQ] = ACTIONS(2845), + [anon_sym_BANG_EQ] = ACTIONS(2845), + [anon_sym_LT_EQ] = ACTIONS(2845), + [anon_sym_GT_EQ] = ACTIONS(2845), + [anon_sym_LBRACK] = ACTIONS(2843), + [anon_sym_LT2] = ACTIONS(2845), + [anon_sym_struct] = ACTIONS(2845), + [anon_sym_union] = ACTIONS(2845), + [anon_sym_pub] = ACTIONS(2845), + [anon_sym_mut] = ACTIONS(2845), + [anon_sym_enum] = ACTIONS(2845), + [anon_sym_interface] = ACTIONS(2845), + [anon_sym_PLUS_PLUS] = ACTIONS(2845), + [anon_sym_DASH_DASH] = ACTIONS(2845), + [anon_sym_QMARK] = ACTIONS(2845), + [anon_sym_BANG] = ACTIONS(2845), + [anon_sym_go] = ACTIONS(2845), + [anon_sym_spawn] = ACTIONS(2845), + [anon_sym_json_DOTdecode] = ACTIONS(2845), + [anon_sym_LBRACK2] = ACTIONS(2845), + [anon_sym_TILDE] = ACTIONS(2845), + [anon_sym_CARET] = ACTIONS(2845), + [anon_sym_AMP] = ACTIONS(2845), + [anon_sym_LT_DASH] = ACTIONS(2845), + [anon_sym_LT_LT] = ACTIONS(2845), + [anon_sym_GT_GT] = ACTIONS(2845), + [anon_sym_GT_GT_GT] = ACTIONS(2845), + [anon_sym_AMP_CARET] = ACTIONS(2845), + [anon_sym_AMP_AMP] = ACTIONS(2845), + [anon_sym_PIPE_PIPE] = ACTIONS(2845), + [anon_sym_or] = ACTIONS(2845), + [sym_none] = ACTIONS(2845), + [sym_true] = ACTIONS(2845), + [sym_false] = ACTIONS(2845), + [sym_nil] = ACTIONS(2845), + [anon_sym_QMARK_DOT] = ACTIONS(2845), + [anon_sym_POUND_LBRACK] = ACTIONS(2845), + [anon_sym_if] = ACTIONS(2845), + [anon_sym_DOLLARif] = ACTIONS(2845), + [anon_sym_is] = ACTIONS(2845), + [anon_sym_BANGis] = ACTIONS(2845), + [anon_sym_in] = ACTIONS(2845), + [anon_sym_BANGin] = ACTIONS(2845), + [anon_sym_match] = ACTIONS(2845), + [anon_sym_select] = ACTIONS(2845), + [anon_sym_STAR_EQ] = ACTIONS(2845), + [anon_sym_SLASH_EQ] = ACTIONS(2845), + [anon_sym_PERCENT_EQ] = ACTIONS(2845), + [anon_sym_LT_LT_EQ] = ACTIONS(2845), + [anon_sym_GT_GT_EQ] = ACTIONS(2845), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2845), + [anon_sym_AMP_EQ] = ACTIONS(2845), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2845), + [anon_sym_PLUS_EQ] = ACTIONS(2845), + [anon_sym_DASH_EQ] = ACTIONS(2845), + [anon_sym_PIPE_EQ] = ACTIONS(2845), + [anon_sym_CARET_EQ] = ACTIONS(2845), + [anon_sym_COLON_EQ] = ACTIONS(2845), + [anon_sym_lock] = ACTIONS(2845), + [anon_sym_rlock] = ACTIONS(2845), + [anon_sym_unsafe] = ACTIONS(2845), + [anon_sym_sql] = ACTIONS(2845), + [sym_int_literal] = ACTIONS(2845), + [sym_float_literal] = ACTIONS(2845), + [sym_rune_literal] = ACTIONS(2845), + [anon_sym_AT] = ACTIONS(2845), + [anon_sym_shared] = ACTIONS(2845), + [anon_sym_map_LBRACK] = ACTIONS(2845), + [anon_sym_chan] = ACTIONS(2845), + [anon_sym_thread] = ACTIONS(2845), + [anon_sym_atomic] = ACTIONS(2845), + [anon_sym_assert] = ACTIONS(2845), + [anon_sym_defer] = ACTIONS(2845), + [anon_sym_goto] = ACTIONS(2845), + [anon_sym_break] = ACTIONS(2845), + [anon_sym_continue] = ACTIONS(2845), + [anon_sym_return] = ACTIONS(2845), + [anon_sym_DOLLARfor] = ACTIONS(2845), + [anon_sym_for] = ACTIONS(2845), + [anon_sym_POUND] = ACTIONS(2845), + [anon_sym_asm] = ACTIONS(2845), + [anon_sym_AT_LBRACK] = ACTIONS(2845), + [sym___double_quote] = ACTIONS(2845), + [sym___single_quote] = ACTIONS(2845), + [sym___c_double_quote] = ACTIONS(2845), + [sym___c_single_quote] = ACTIONS(2845), + [sym___r_double_quote] = ACTIONS(2845), + [sym___r_single_quote] = ACTIONS(2845), }, [539] = { - [sym__expression] = STATE(1774), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1562), + [sym__expression] = STATE(2450), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(805), - [anon_sym_DASH] = ACTIONS(805), - [anon_sym_STAR] = ACTIONS(807), - [anon_sym_struct] = ACTIONS(809), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2725), + [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(813), - [anon_sym_go] = ACTIONS(815), - [anon_sym_spawn] = ACTIONS(817), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(821), - [anon_sym_TILDE] = ACTIONS(805), - [anon_sym_CARET] = ACTIONS(805), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_LT_DASH] = ACTIONS(825), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(829), - [anon_sym_DOLLARif] = ACTIONS(831), - [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(835), - [anon_sym_lock] = ACTIONS(837), - [anon_sym_rlock] = ACTIONS(837), - [anon_sym_unsafe] = ACTIONS(839), - [anon_sym_sql] = ACTIONS(841), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), + [anon_sym_BANG] = ACTIONS(2727), + [anon_sym_go] = ACTIONS(2729), + [anon_sym_spawn] = ACTIONS(2731), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(2723), + [anon_sym_CARET] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_LT_DASH] = ACTIONS(2735), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(2737), + [anon_sym_lock] = ACTIONS(2739), + [anon_sym_rlock] = ACTIONS(2739), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, [540] = { - [sym__expression] = STATE(2623), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [sym__expression] = STATE(2769), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2046), - [anon_sym_STAR] = ACTIONS(2048), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2050), - [anon_sym_go] = ACTIONS(2052), - [anon_sym_spawn] = ACTIONS(2054), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(2056), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_CARET] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_LT_DASH] = ACTIONS(2060), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2062), - [anon_sym_lock] = ACTIONS(2064), - [anon_sym_rlock] = ACTIONS(2064), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [541] = { - [sym__expression] = STATE(2831), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [sym__expression] = STATE(2758), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [542] = { - [sym__expression] = STATE(2769), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [sym__expression] = STATE(2844), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2847), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [543] = { - [sym__expression] = STATE(1767), - [sym__expression_without_blocks] = STATE(2105), - [sym__expression_with_blocks] = STATE(2105), - [sym_inc_expression] = STATE(2105), - [sym_dec_expression] = STATE(2105), - [sym_or_block_expression] = STATE(2105), - [sym_option_propagation_expression] = STATE(2105), - [sym_result_propagation_expression] = STATE(2105), - [sym_anon_struct_value_expression] = STATE(2119), - [sym_go_expression] = STATE(2105), - [sym_spawn_expression] = STATE(2105), - [sym_parenthesized_expression] = STATE(2105), - [sym_call_expression] = STATE(2105), - [sym_type_initializer] = STATE(2119), - [sym_function_literal] = STATE(2105), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2105), - [sym_receive_expression] = STATE(2105), - [sym_binary_expression] = STATE(2105), - [sym_as_type_cast_expression] = STATE(2105), - [sym__max_group] = STATE(2105), - [sym_literal] = STATE(2105), - [sym_map_init_expression] = STATE(2119), - [sym_array_creation] = STATE(2105), - [sym_fixed_array_creation] = STATE(2105), - [sym_selector_expression] = STATE(2105), - [sym_index_expression] = STATE(2105), - [sym_slice_expression] = STATE(2105), - [sym_if_expression] = STATE(2119), - [sym_compile_time_if_expression] = STATE(2119), - [sym_is_expression] = STATE(2105), - [sym_not_is_expression] = STATE(2105), - [sym_in_expression] = STATE(2105), - [sym_not_in_expression] = STATE(2105), - [sym_enum_fetch] = STATE(2105), - [sym_match_expression] = STATE(2119), - [sym_select_expression] = STATE(2119), - [sym_lock_expression] = STATE(2119), - [sym_unsafe_expression] = STATE(2119), - [sym_sql_expression] = STATE(2119), - [sym_c_string_literal] = STATE(2030), - [sym_raw_string_literal] = STATE(2030), - [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(2105), - [sym_mutability_modifiers] = STATE(835), - [sym_plain_type] = STATE(4201), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2706), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(2708), - [anon_sym_LPAREN] = ACTIONS(697), - [anon_sym_fn] = ACTIONS(699), - [anon_sym_PLUS] = ACTIONS(701), - [anon_sym_DASH] = ACTIONS(701), - [anon_sym_STAR] = ACTIONS(703), - [anon_sym_struct] = ACTIONS(2710), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_go] = ACTIONS(709), - [anon_sym_spawn] = ACTIONS(711), - [anon_sym_json_DOTdecode] = ACTIONS(713), - [anon_sym_LBRACK2] = ACTIONS(715), - [anon_sym_TILDE] = ACTIONS(701), - [anon_sym_CARET] = ACTIONS(701), - [anon_sym_AMP] = ACTIONS(717), - [anon_sym_LT_DASH] = ACTIONS(719), - [sym_none] = ACTIONS(721), - [sym_true] = ACTIONS(721), - [sym_false] = ACTIONS(721), - [sym_nil] = ACTIONS(721), - [anon_sym_if] = ACTIONS(2712), - [anon_sym_DOLLARif] = ACTIONS(2714), - [anon_sym_match] = ACTIONS(2716), - [anon_sym_select] = ACTIONS(2718), - [anon_sym_lock] = ACTIONS(2720), - [anon_sym_rlock] = ACTIONS(2720), - [anon_sym_unsafe] = ACTIONS(2722), - [anon_sym_sql] = ACTIONS(2724), - [sym_int_literal] = ACTIONS(721), - [sym_float_literal] = ACTIONS(739), - [sym_rune_literal] = ACTIONS(739), - [anon_sym_AT] = ACTIONS(741), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(743), - [sym___single_quote] = ACTIONS(745), - [sym___c_double_quote] = ACTIONS(747), - [sym___c_single_quote] = ACTIONS(749), - [sym___r_double_quote] = ACTIONS(751), - [sym___r_single_quote] = ACTIONS(753), + [ts_builtin_sym_end] = ACTIONS(2849), + [sym_identifier] = ACTIONS(2851), + [anon_sym_LF] = ACTIONS(2851), + [anon_sym_CR] = ACTIONS(2851), + [anon_sym_CR_LF] = ACTIONS(2851), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2851), + [anon_sym_as] = ACTIONS(2851), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2851), + [anon_sym_const] = ACTIONS(2851), + [anon_sym_LPAREN] = ACTIONS(2851), + [anon_sym_EQ] = ACTIONS(2851), + [anon_sym___global] = ACTIONS(2851), + [anon_sym_type] = ACTIONS(2851), + [anon_sym_PIPE] = ACTIONS(2851), + [anon_sym_fn] = ACTIONS(2851), + [anon_sym_PLUS] = ACTIONS(2851), + [anon_sym_DASH] = ACTIONS(2851), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_PERCENT] = ACTIONS(2851), + [anon_sym_LT] = ACTIONS(2851), + [anon_sym_GT] = ACTIONS(2851), + [anon_sym_EQ_EQ] = ACTIONS(2851), + [anon_sym_BANG_EQ] = ACTIONS(2851), + [anon_sym_LT_EQ] = ACTIONS(2851), + [anon_sym_GT_EQ] = ACTIONS(2851), + [anon_sym_LBRACK] = ACTIONS(2849), + [anon_sym_LT2] = ACTIONS(2851), + [anon_sym_struct] = ACTIONS(2851), + [anon_sym_union] = ACTIONS(2851), + [anon_sym_pub] = ACTIONS(2851), + [anon_sym_mut] = ACTIONS(2851), + [anon_sym_enum] = ACTIONS(2851), + [anon_sym_interface] = ACTIONS(2851), + [anon_sym_PLUS_PLUS] = ACTIONS(2851), + [anon_sym_DASH_DASH] = ACTIONS(2851), + [anon_sym_QMARK] = ACTIONS(2851), + [anon_sym_BANG] = ACTIONS(2851), + [anon_sym_go] = ACTIONS(2851), + [anon_sym_spawn] = ACTIONS(2851), + [anon_sym_json_DOTdecode] = ACTIONS(2851), + [anon_sym_LBRACK2] = ACTIONS(2851), + [anon_sym_TILDE] = ACTIONS(2851), + [anon_sym_CARET] = ACTIONS(2851), + [anon_sym_AMP] = ACTIONS(2851), + [anon_sym_LT_DASH] = ACTIONS(2851), + [anon_sym_LT_LT] = ACTIONS(2851), + [anon_sym_GT_GT] = ACTIONS(2851), + [anon_sym_GT_GT_GT] = ACTIONS(2851), + [anon_sym_AMP_CARET] = ACTIONS(2851), + [anon_sym_AMP_AMP] = ACTIONS(2851), + [anon_sym_PIPE_PIPE] = ACTIONS(2851), + [anon_sym_or] = ACTIONS(2851), + [sym_none] = ACTIONS(2851), + [sym_true] = ACTIONS(2851), + [sym_false] = ACTIONS(2851), + [sym_nil] = ACTIONS(2851), + [anon_sym_QMARK_DOT] = ACTIONS(2851), + [anon_sym_POUND_LBRACK] = ACTIONS(2851), + [anon_sym_if] = ACTIONS(2851), + [anon_sym_DOLLARif] = ACTIONS(2851), + [anon_sym_is] = ACTIONS(2851), + [anon_sym_BANGis] = ACTIONS(2851), + [anon_sym_in] = ACTIONS(2851), + [anon_sym_BANGin] = ACTIONS(2851), + [anon_sym_match] = ACTIONS(2851), + [anon_sym_select] = ACTIONS(2851), + [anon_sym_STAR_EQ] = ACTIONS(2851), + [anon_sym_SLASH_EQ] = ACTIONS(2851), + [anon_sym_PERCENT_EQ] = ACTIONS(2851), + [anon_sym_LT_LT_EQ] = ACTIONS(2851), + [anon_sym_GT_GT_EQ] = ACTIONS(2851), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2851), + [anon_sym_AMP_EQ] = ACTIONS(2851), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2851), + [anon_sym_PLUS_EQ] = ACTIONS(2851), + [anon_sym_DASH_EQ] = ACTIONS(2851), + [anon_sym_PIPE_EQ] = ACTIONS(2851), + [anon_sym_CARET_EQ] = ACTIONS(2851), + [anon_sym_COLON_EQ] = ACTIONS(2851), + [anon_sym_lock] = ACTIONS(2851), + [anon_sym_rlock] = ACTIONS(2851), + [anon_sym_unsafe] = ACTIONS(2851), + [anon_sym_sql] = ACTIONS(2851), + [sym_int_literal] = ACTIONS(2851), + [sym_float_literal] = ACTIONS(2851), + [sym_rune_literal] = ACTIONS(2851), + [anon_sym_AT] = ACTIONS(2851), + [anon_sym_shared] = ACTIONS(2851), + [anon_sym_map_LBRACK] = ACTIONS(2851), + [anon_sym_chan] = ACTIONS(2851), + [anon_sym_thread] = ACTIONS(2851), + [anon_sym_atomic] = ACTIONS(2851), + [anon_sym_assert] = ACTIONS(2851), + [anon_sym_defer] = ACTIONS(2851), + [anon_sym_goto] = ACTIONS(2851), + [anon_sym_break] = ACTIONS(2851), + [anon_sym_continue] = ACTIONS(2851), + [anon_sym_return] = ACTIONS(2851), + [anon_sym_DOLLARfor] = ACTIONS(2851), + [anon_sym_for] = ACTIONS(2851), + [anon_sym_POUND] = ACTIONS(2851), + [anon_sym_asm] = ACTIONS(2851), + [anon_sym_AT_LBRACK] = ACTIONS(2851), + [sym___double_quote] = ACTIONS(2851), + [sym___single_quote] = ACTIONS(2851), + [sym___c_double_quote] = ACTIONS(2851), + [sym___c_single_quote] = ACTIONS(2851), + [sym___r_double_quote] = ACTIONS(2851), + [sym___r_single_quote] = ACTIONS(2851), }, [544] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(3684), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [sym__expression] = STATE(968), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2046), - [anon_sym_STAR] = ACTIONS(2048), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2136), + [anon_sym_DASH] = ACTIONS(2136), + [anon_sym_STAR] = ACTIONS(2138), + [anon_sym_struct] = ACTIONS(501), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2050), - [anon_sym_go] = ACTIONS(2052), - [anon_sym_spawn] = ACTIONS(2054), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(2056), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_CARET] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_LT_DASH] = ACTIONS(2060), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2062), - [anon_sym_lock] = ACTIONS(2064), - [anon_sym_rlock] = ACTIONS(2064), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2140), + [anon_sym_go] = ACTIONS(507), + [anon_sym_spawn] = ACTIONS(509), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2136), + [anon_sym_CARET] = ACTIONS(2136), + [anon_sym_AMP] = ACTIONS(2146), + [anon_sym_LT_DASH] = ACTIONS(2148), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(527), + [anon_sym_lock] = ACTIONS(529), + [anon_sym_rlock] = ACTIONS(529), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, [545] = { - [sym__expression] = STATE(1769), - [sym__expression_without_blocks] = STATE(2105), - [sym__expression_with_blocks] = STATE(2105), - [sym_inc_expression] = STATE(2105), - [sym_dec_expression] = STATE(2105), - [sym_or_block_expression] = STATE(2105), - [sym_option_propagation_expression] = STATE(2105), - [sym_result_propagation_expression] = STATE(2105), - [sym_anon_struct_value_expression] = STATE(2119), - [sym_go_expression] = STATE(2105), - [sym_spawn_expression] = STATE(2105), - [sym_parenthesized_expression] = STATE(2105), - [sym_call_expression] = STATE(2105), - [sym_type_initializer] = STATE(2119), - [sym_function_literal] = STATE(2105), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2105), - [sym_receive_expression] = STATE(2105), - [sym_binary_expression] = STATE(2105), - [sym_as_type_cast_expression] = STATE(2105), - [sym__max_group] = STATE(2105), - [sym_literal] = STATE(2105), - [sym_map_init_expression] = STATE(2119), - [sym_array_creation] = STATE(2105), - [sym_fixed_array_creation] = STATE(2105), - [sym_selector_expression] = STATE(2105), - [sym_index_expression] = STATE(2105), - [sym_slice_expression] = STATE(2105), - [sym_if_expression] = STATE(2119), - [sym_compile_time_if_expression] = STATE(2119), - [sym_is_expression] = STATE(2105), - [sym_not_is_expression] = STATE(2105), - [sym_in_expression] = STATE(2105), - [sym_not_in_expression] = STATE(2105), - [sym_enum_fetch] = STATE(2105), - [sym_match_expression] = STATE(2119), - [sym_select_expression] = STATE(2119), - [sym_lock_expression] = STATE(2119), - [sym_unsafe_expression] = STATE(2119), - [sym_sql_expression] = STATE(2119), - [sym_c_string_literal] = STATE(2030), - [sym_raw_string_literal] = STATE(2030), - [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(2105), - [sym_mutability_modifiers] = STATE(835), - [sym_plain_type] = STATE(4201), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2706), + [sym__expression] = STATE(2755), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(2708), - [anon_sym_LPAREN] = ACTIONS(697), - [anon_sym_fn] = ACTIONS(699), - [anon_sym_PLUS] = ACTIONS(701), - [anon_sym_DASH] = ACTIONS(701), - [anon_sym_STAR] = ACTIONS(703), - [anon_sym_struct] = ACTIONS(2710), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_go] = ACTIONS(709), - [anon_sym_spawn] = ACTIONS(711), - [anon_sym_json_DOTdecode] = ACTIONS(713), - [anon_sym_LBRACK2] = ACTIONS(715), - [anon_sym_TILDE] = ACTIONS(701), - [anon_sym_CARET] = ACTIONS(701), - [anon_sym_AMP] = ACTIONS(717), - [anon_sym_LT_DASH] = ACTIONS(719), - [sym_none] = ACTIONS(721), - [sym_true] = ACTIONS(721), - [sym_false] = ACTIONS(721), - [sym_nil] = ACTIONS(721), - [anon_sym_if] = ACTIONS(2712), - [anon_sym_DOLLARif] = ACTIONS(2714), - [anon_sym_match] = ACTIONS(2716), - [anon_sym_select] = ACTIONS(2718), - [anon_sym_lock] = ACTIONS(2720), - [anon_sym_rlock] = ACTIONS(2720), - [anon_sym_unsafe] = ACTIONS(2722), - [anon_sym_sql] = ACTIONS(2724), - [sym_int_literal] = ACTIONS(721), - [sym_float_literal] = ACTIONS(739), - [sym_rune_literal] = ACTIONS(739), - [anon_sym_AT] = ACTIONS(741), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(743), - [sym___single_quote] = ACTIONS(745), - [sym___c_double_quote] = ACTIONS(747), - [sym___c_single_quote] = ACTIONS(749), - [sym___r_double_quote] = ACTIONS(751), - [sym___r_single_quote] = ACTIONS(753), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [546] = { - [sym__expression] = STATE(1894), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2546), + [sym__expression] = STATE(2853), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(2548), - [anon_sym_DASH] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2550), - [anon_sym_struct] = ACTIONS(809), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2552), - [anon_sym_go] = ACTIONS(2554), - [anon_sym_spawn] = ACTIONS(2556), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_CARET] = ACTIONS(2548), - [anon_sym_AMP] = ACTIONS(2560), - [anon_sym_LT_DASH] = ACTIONS(2562), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(829), - [anon_sym_DOLLARif] = ACTIONS(831), - [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(2564), - [anon_sym_lock] = ACTIONS(2566), - [anon_sym_rlock] = ACTIONS(2566), - [anon_sym_unsafe] = ACTIONS(839), - [anon_sym_sql] = ACTIONS(841), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [547] = { - [sym__expression] = STATE(1899), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2546), + [sym__expression] = STATE(2844), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(2548), - [anon_sym_DASH] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2550), - [anon_sym_struct] = ACTIONS(809), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2552), - [anon_sym_go] = ACTIONS(2554), - [anon_sym_spawn] = ACTIONS(2556), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_CARET] = ACTIONS(2548), - [anon_sym_AMP] = ACTIONS(2560), - [anon_sym_LT_DASH] = ACTIONS(2562), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(829), - [anon_sym_DOLLARif] = ACTIONS(831), - [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(2564), - [anon_sym_lock] = ACTIONS(2566), - [anon_sym_rlock] = ACTIONS(2566), - [anon_sym_unsafe] = ACTIONS(839), - [anon_sym_sql] = ACTIONS(841), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [548] = { - [sym__expression] = STATE(1900), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2546), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(2548), - [anon_sym_DASH] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2550), - [anon_sym_struct] = ACTIONS(809), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2552), - [anon_sym_go] = ACTIONS(2554), - [anon_sym_spawn] = ACTIONS(2556), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_CARET] = ACTIONS(2548), - [anon_sym_AMP] = ACTIONS(2560), - [anon_sym_LT_DASH] = ACTIONS(2562), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(829), - [anon_sym_DOLLARif] = ACTIONS(831), - [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(2564), - [anon_sym_lock] = ACTIONS(2566), - [anon_sym_rlock] = ACTIONS(2566), - [anon_sym_unsafe] = ACTIONS(839), - [anon_sym_sql] = ACTIONS(841), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), - }, - [549] = { - [sym__expression] = STATE(1770), - [sym__expression_without_blocks] = STATE(2105), - [sym__expression_with_blocks] = STATE(2105), - [sym_inc_expression] = STATE(2105), - [sym_dec_expression] = STATE(2105), - [sym_or_block_expression] = STATE(2105), - [sym_option_propagation_expression] = STATE(2105), - [sym_result_propagation_expression] = STATE(2105), - [sym_anon_struct_value_expression] = STATE(2119), - [sym_go_expression] = STATE(2105), - [sym_spawn_expression] = STATE(2105), - [sym_parenthesized_expression] = STATE(2105), - [sym_call_expression] = STATE(2105), - [sym_type_initializer] = STATE(2119), - [sym_function_literal] = STATE(2105), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2105), - [sym_receive_expression] = STATE(2105), - [sym_binary_expression] = STATE(2105), - [sym_as_type_cast_expression] = STATE(2105), - [sym__max_group] = STATE(2105), - [sym_literal] = STATE(2105), - [sym_map_init_expression] = STATE(2119), - [sym_array_creation] = STATE(2105), - [sym_fixed_array_creation] = STATE(2105), - [sym_selector_expression] = STATE(2105), - [sym_index_expression] = STATE(2105), - [sym_slice_expression] = STATE(2105), - [sym_if_expression] = STATE(2119), - [sym_compile_time_if_expression] = STATE(2119), - [sym_is_expression] = STATE(2105), - [sym_not_is_expression] = STATE(2105), - [sym_in_expression] = STATE(2105), - [sym_not_in_expression] = STATE(2105), - [sym_enum_fetch] = STATE(2105), - [sym_match_expression] = STATE(2119), - [sym_select_expression] = STATE(2119), - [sym_lock_expression] = STATE(2119), - [sym_unsafe_expression] = STATE(2119), - [sym_sql_expression] = STATE(2119), - [sym_c_string_literal] = STATE(2030), - [sym_raw_string_literal] = STATE(2030), - [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(2105), - [sym_mutability_modifiers] = STATE(835), - [sym_plain_type] = STATE(4201), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2706), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(2708), - [anon_sym_LPAREN] = ACTIONS(697), - [anon_sym_fn] = ACTIONS(699), - [anon_sym_PLUS] = ACTIONS(701), - [anon_sym_DASH] = ACTIONS(701), - [anon_sym_STAR] = ACTIONS(703), - [anon_sym_struct] = ACTIONS(2710), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_go] = ACTIONS(709), - [anon_sym_spawn] = ACTIONS(711), - [anon_sym_json_DOTdecode] = ACTIONS(713), - [anon_sym_LBRACK2] = ACTIONS(715), - [anon_sym_TILDE] = ACTIONS(701), - [anon_sym_CARET] = ACTIONS(701), - [anon_sym_AMP] = ACTIONS(717), - [anon_sym_LT_DASH] = ACTIONS(719), - [sym_none] = ACTIONS(721), - [sym_true] = ACTIONS(721), - [sym_false] = ACTIONS(721), - [sym_nil] = ACTIONS(721), - [anon_sym_if] = ACTIONS(2712), - [anon_sym_DOLLARif] = ACTIONS(2714), - [anon_sym_match] = ACTIONS(2716), - [anon_sym_select] = ACTIONS(2718), - [anon_sym_lock] = ACTIONS(2720), - [anon_sym_rlock] = ACTIONS(2720), - [anon_sym_unsafe] = ACTIONS(2722), - [anon_sym_sql] = ACTIONS(2724), - [sym_int_literal] = ACTIONS(721), - [sym_float_literal] = ACTIONS(739), - [sym_rune_literal] = ACTIONS(739), - [anon_sym_AT] = ACTIONS(741), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(743), - [sym___single_quote] = ACTIONS(745), - [sym___c_double_quote] = ACTIONS(747), - [sym___c_single_quote] = ACTIONS(749), - [sym___r_double_quote] = ACTIONS(751), - [sym___r_single_quote] = ACTIONS(753), - }, - [550] = { - [sym__expression] = STATE(1906), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2546), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(2548), - [anon_sym_DASH] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2550), - [anon_sym_struct] = ACTIONS(809), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2552), - [anon_sym_go] = ACTIONS(2554), - [anon_sym_spawn] = ACTIONS(2556), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_CARET] = ACTIONS(2548), - [anon_sym_AMP] = ACTIONS(2560), - [anon_sym_LT_DASH] = ACTIONS(2562), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(829), - [anon_sym_DOLLARif] = ACTIONS(831), - [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(2564), - [anon_sym_lock] = ACTIONS(2566), - [anon_sym_rlock] = ACTIONS(2566), - [anon_sym_unsafe] = ACTIONS(839), - [anon_sym_sql] = ACTIONS(841), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), - }, - [551] = { - [sym__expression] = STATE(1903), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2546), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(2548), - [anon_sym_DASH] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2550), - [anon_sym_struct] = ACTIONS(809), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2552), - [anon_sym_go] = ACTIONS(2554), - [anon_sym_spawn] = ACTIONS(2556), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_CARET] = ACTIONS(2548), - [anon_sym_AMP] = ACTIONS(2560), - [anon_sym_LT_DASH] = ACTIONS(2562), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(829), - [anon_sym_DOLLARif] = ACTIONS(831), - [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(2564), - [anon_sym_lock] = ACTIONS(2566), - [anon_sym_rlock] = ACTIONS(2566), - [anon_sym_unsafe] = ACTIONS(839), - [anon_sym_sql] = ACTIONS(841), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), - }, - [552] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(3675), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2046), - [anon_sym_STAR] = ACTIONS(2048), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2050), - [anon_sym_go] = ACTIONS(2052), - [anon_sym_spawn] = ACTIONS(2054), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(2056), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_CARET] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_LT_DASH] = ACTIONS(2060), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2062), - [anon_sym_lock] = ACTIONS(2064), - [anon_sym_rlock] = ACTIONS(2064), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [553] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(3677), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2046), - [anon_sym_STAR] = ACTIONS(2048), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2050), - [anon_sym_go] = ACTIONS(2052), - [anon_sym_spawn] = ACTIONS(2054), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(2056), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_CARET] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_LT_DASH] = ACTIONS(2060), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2062), - [anon_sym_lock] = ACTIONS(2064), - [anon_sym_rlock] = ACTIONS(2064), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [554] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2945), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2943), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [555] = { - [sym__expression] = STATE(1771), - [sym__expression_without_blocks] = STATE(2105), - [sym__expression_with_blocks] = STATE(2105), - [sym_inc_expression] = STATE(2105), - [sym_dec_expression] = STATE(2105), - [sym_or_block_expression] = STATE(2105), - [sym_option_propagation_expression] = STATE(2105), - [sym_result_propagation_expression] = STATE(2105), - [sym_anon_struct_value_expression] = STATE(2119), - [sym_go_expression] = STATE(2105), - [sym_spawn_expression] = STATE(2105), - [sym_parenthesized_expression] = STATE(2105), - [sym_call_expression] = STATE(2105), - [sym_type_initializer] = STATE(2119), - [sym_function_literal] = STATE(2105), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2105), - [sym_receive_expression] = STATE(2105), - [sym_binary_expression] = STATE(2105), - [sym_as_type_cast_expression] = STATE(2105), - [sym__max_group] = STATE(2105), - [sym_literal] = STATE(2105), - [sym_map_init_expression] = STATE(2119), - [sym_array_creation] = STATE(2105), - [sym_fixed_array_creation] = STATE(2105), - [sym_selector_expression] = STATE(2105), - [sym_index_expression] = STATE(2105), - [sym_slice_expression] = STATE(2105), - [sym_if_expression] = STATE(2119), - [sym_compile_time_if_expression] = STATE(2119), - [sym_is_expression] = STATE(2105), - [sym_not_is_expression] = STATE(2105), - [sym_in_expression] = STATE(2105), - [sym_not_in_expression] = STATE(2105), - [sym_enum_fetch] = STATE(2105), - [sym_match_expression] = STATE(2119), - [sym_select_expression] = STATE(2119), - [sym_lock_expression] = STATE(2119), - [sym_unsafe_expression] = STATE(2119), - [sym_sql_expression] = STATE(2119), - [sym_c_string_literal] = STATE(2030), - [sym_raw_string_literal] = STATE(2030), - [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(2105), - [sym_mutability_modifiers] = STATE(835), - [sym_plain_type] = STATE(4201), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2706), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(2708), - [anon_sym_LPAREN] = ACTIONS(697), - [anon_sym_fn] = ACTIONS(699), - [anon_sym_PLUS] = ACTIONS(701), - [anon_sym_DASH] = ACTIONS(701), - [anon_sym_STAR] = ACTIONS(703), - [anon_sym_struct] = ACTIONS(2710), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_go] = ACTIONS(709), - [anon_sym_spawn] = ACTIONS(711), - [anon_sym_json_DOTdecode] = ACTIONS(713), - [anon_sym_LBRACK2] = ACTIONS(715), - [anon_sym_TILDE] = ACTIONS(701), - [anon_sym_CARET] = ACTIONS(701), - [anon_sym_AMP] = ACTIONS(717), - [anon_sym_LT_DASH] = ACTIONS(719), - [sym_none] = ACTIONS(721), - [sym_true] = ACTIONS(721), - [sym_false] = ACTIONS(721), - [sym_nil] = ACTIONS(721), - [anon_sym_if] = ACTIONS(2712), - [anon_sym_DOLLARif] = ACTIONS(2714), - [anon_sym_match] = ACTIONS(2716), - [anon_sym_select] = ACTIONS(2718), - [anon_sym_lock] = ACTIONS(2720), - [anon_sym_rlock] = ACTIONS(2720), - [anon_sym_unsafe] = ACTIONS(2722), - [anon_sym_sql] = ACTIONS(2724), - [sym_int_literal] = ACTIONS(721), - [sym_float_literal] = ACTIONS(739), - [sym_rune_literal] = ACTIONS(739), - [anon_sym_AT] = ACTIONS(741), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(743), - [sym___single_quote] = ACTIONS(745), - [sym___c_double_quote] = ACTIONS(747), - [sym___c_single_quote] = ACTIONS(749), - [sym___r_double_quote] = ACTIONS(751), - [sym___r_single_quote] = ACTIONS(753), - }, - [556] = { - [sym__expression] = STATE(2642), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [557] = { - [ts_builtin_sym_end] = ACTIONS(2728), - [sym_identifier] = ACTIONS(2730), - [anon_sym_LF] = ACTIONS(2730), - [anon_sym_CR] = ACTIONS(2730), - [anon_sym_CR_LF] = ACTIONS(2730), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2730), - [anon_sym_as] = ACTIONS(2730), - [anon_sym_LBRACE] = ACTIONS(2730), - [anon_sym_COMMA] = ACTIONS(2730), - [anon_sym_const] = ACTIONS(2730), - [anon_sym_LPAREN] = ACTIONS(2730), - [anon_sym_EQ] = ACTIONS(2730), - [anon_sym___global] = ACTIONS(2730), - [anon_sym_type] = ACTIONS(2730), - [anon_sym_PIPE] = ACTIONS(2730), - [anon_sym_fn] = ACTIONS(2730), - [anon_sym_PLUS] = ACTIONS(2730), - [anon_sym_DASH] = ACTIONS(2730), - [anon_sym_STAR] = ACTIONS(2730), - [anon_sym_SLASH] = ACTIONS(2730), - [anon_sym_PERCENT] = ACTIONS(2730), - [anon_sym_LT] = ACTIONS(2730), - [anon_sym_GT] = ACTIONS(2730), - [anon_sym_EQ_EQ] = ACTIONS(2730), - [anon_sym_BANG_EQ] = ACTIONS(2730), - [anon_sym_LT_EQ] = ACTIONS(2730), - [anon_sym_GT_EQ] = ACTIONS(2730), - [anon_sym_LBRACK] = ACTIONS(2728), - [anon_sym_struct] = ACTIONS(2730), - [anon_sym_union] = ACTIONS(2730), - [anon_sym_pub] = ACTIONS(2730), - [anon_sym_mut] = ACTIONS(2730), - [anon_sym_enum] = ACTIONS(2730), - [anon_sym_interface] = ACTIONS(2730), - [anon_sym_PLUS_PLUS] = ACTIONS(2730), - [anon_sym_DASH_DASH] = ACTIONS(2730), - [anon_sym_QMARK] = ACTIONS(2730), - [anon_sym_BANG] = ACTIONS(2730), - [anon_sym_go] = ACTIONS(2730), - [anon_sym_spawn] = ACTIONS(2730), - [anon_sym_json_DOTdecode] = ACTIONS(2730), - [anon_sym_LBRACK2] = ACTIONS(2730), - [anon_sym_TILDE] = ACTIONS(2730), - [anon_sym_CARET] = ACTIONS(2730), - [anon_sym_AMP] = ACTIONS(2730), - [anon_sym_LT_DASH] = ACTIONS(2730), - [anon_sym_LT_LT] = ACTIONS(2730), - [anon_sym_GT_GT] = ACTIONS(2730), - [anon_sym_GT_GT_GT] = ACTIONS(2730), - [anon_sym_AMP_CARET] = ACTIONS(2730), - [anon_sym_AMP_AMP] = ACTIONS(2730), - [anon_sym_PIPE_PIPE] = ACTIONS(2730), - [anon_sym_or] = ACTIONS(2730), - [sym_none] = ACTIONS(2730), - [sym_true] = ACTIONS(2730), - [sym_false] = ACTIONS(2730), - [sym_nil] = ACTIONS(2730), - [anon_sym_QMARK_DOT] = ACTIONS(2730), - [anon_sym_POUND_LBRACK] = ACTIONS(2730), - [anon_sym_if] = ACTIONS(2730), - [anon_sym_DOLLARif] = ACTIONS(2730), - [anon_sym_DOLLARelse] = ACTIONS(2730), - [anon_sym_is] = ACTIONS(2730), - [anon_sym_BANGis] = ACTIONS(2730), - [anon_sym_in] = ACTIONS(2730), - [anon_sym_BANGin] = ACTIONS(2730), - [anon_sym_match] = ACTIONS(2730), - [anon_sym_select] = ACTIONS(2730), - [anon_sym_STAR_EQ] = ACTIONS(2730), - [anon_sym_SLASH_EQ] = ACTIONS(2730), - [anon_sym_PERCENT_EQ] = ACTIONS(2730), - [anon_sym_LT_LT_EQ] = ACTIONS(2730), - [anon_sym_GT_GT_EQ] = ACTIONS(2730), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2730), - [anon_sym_AMP_EQ] = ACTIONS(2730), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2730), - [anon_sym_PLUS_EQ] = ACTIONS(2730), - [anon_sym_DASH_EQ] = ACTIONS(2730), - [anon_sym_PIPE_EQ] = ACTIONS(2730), - [anon_sym_CARET_EQ] = ACTIONS(2730), - [anon_sym_COLON_EQ] = ACTIONS(2730), - [anon_sym_lock] = ACTIONS(2730), - [anon_sym_rlock] = ACTIONS(2730), - [anon_sym_unsafe] = ACTIONS(2730), - [anon_sym_sql] = ACTIONS(2730), - [sym_int_literal] = ACTIONS(2730), - [sym_float_literal] = ACTIONS(2730), - [sym_rune_literal] = ACTIONS(2730), - [anon_sym_AT] = ACTIONS(2730), - [anon_sym_shared] = ACTIONS(2730), - [anon_sym_map_LBRACK] = ACTIONS(2730), - [anon_sym_chan] = ACTIONS(2730), - [anon_sym_thread] = ACTIONS(2730), - [anon_sym_atomic] = ACTIONS(2730), - [anon_sym_assert] = ACTIONS(2730), - [anon_sym_defer] = ACTIONS(2730), - [anon_sym_goto] = ACTIONS(2730), - [anon_sym_break] = ACTIONS(2730), - [anon_sym_continue] = ACTIONS(2730), - [anon_sym_return] = ACTIONS(2730), - [anon_sym_DOLLARfor] = ACTIONS(2730), - [anon_sym_for] = ACTIONS(2730), - [anon_sym_POUND] = ACTIONS(2730), - [anon_sym_asm] = ACTIONS(2730), - [anon_sym_AT_LBRACK] = ACTIONS(2730), - [sym___double_quote] = ACTIONS(2730), - [sym___single_quote] = ACTIONS(2730), - [sym___c_double_quote] = ACTIONS(2730), - [sym___c_single_quote] = ACTIONS(2730), - [sym___r_double_quote] = ACTIONS(2730), - [sym___r_single_quote] = ACTIONS(2730), - }, - [558] = { - [ts_builtin_sym_end] = ACTIONS(2698), - [sym_identifier] = ACTIONS(2700), - [anon_sym_LF] = ACTIONS(2700), - [anon_sym_CR] = ACTIONS(2700), - [anon_sym_CR_LF] = ACTIONS(2700), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2700), - [anon_sym_as] = ACTIONS(2700), - [anon_sym_LBRACE] = ACTIONS(2700), - [anon_sym_COMMA] = ACTIONS(2700), - [anon_sym_const] = ACTIONS(2700), - [anon_sym_LPAREN] = ACTIONS(2700), - [anon_sym_EQ] = ACTIONS(2700), - [anon_sym___global] = ACTIONS(2700), - [anon_sym_type] = ACTIONS(2700), - [anon_sym_PIPE] = ACTIONS(2700), - [anon_sym_fn] = ACTIONS(2700), - [anon_sym_PLUS] = ACTIONS(2700), - [anon_sym_DASH] = ACTIONS(2700), - [anon_sym_STAR] = ACTIONS(2700), - [anon_sym_SLASH] = ACTIONS(2700), - [anon_sym_PERCENT] = ACTIONS(2700), - [anon_sym_LT] = ACTIONS(2700), - [anon_sym_GT] = ACTIONS(2700), - [anon_sym_EQ_EQ] = ACTIONS(2700), - [anon_sym_BANG_EQ] = ACTIONS(2700), - [anon_sym_LT_EQ] = ACTIONS(2700), - [anon_sym_GT_EQ] = ACTIONS(2700), - [anon_sym_LBRACK] = ACTIONS(2698), - [anon_sym_struct] = ACTIONS(2700), - [anon_sym_union] = ACTIONS(2700), - [anon_sym_pub] = ACTIONS(2700), - [anon_sym_mut] = ACTIONS(2700), - [anon_sym_enum] = ACTIONS(2700), - [anon_sym_interface] = ACTIONS(2700), - [anon_sym_PLUS_PLUS] = ACTIONS(2700), - [anon_sym_DASH_DASH] = ACTIONS(2700), - [anon_sym_QMARK] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_go] = ACTIONS(2700), - [anon_sym_spawn] = ACTIONS(2700), - [anon_sym_json_DOTdecode] = ACTIONS(2700), - [anon_sym_LBRACK2] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2700), - [anon_sym_CARET] = ACTIONS(2700), - [anon_sym_AMP] = ACTIONS(2700), - [anon_sym_LT_DASH] = ACTIONS(2700), - [anon_sym_LT_LT] = ACTIONS(2700), - [anon_sym_GT_GT] = ACTIONS(2700), - [anon_sym_GT_GT_GT] = ACTIONS(2700), - [anon_sym_AMP_CARET] = ACTIONS(2700), - [anon_sym_AMP_AMP] = ACTIONS(2700), - [anon_sym_PIPE_PIPE] = ACTIONS(2700), - [anon_sym_or] = ACTIONS(2700), - [sym_none] = ACTIONS(2700), - [sym_true] = ACTIONS(2700), - [sym_false] = ACTIONS(2700), - [sym_nil] = ACTIONS(2700), - [anon_sym_QMARK_DOT] = ACTIONS(2700), - [anon_sym_POUND_LBRACK] = ACTIONS(2700), - [anon_sym_if] = ACTIONS(2700), - [anon_sym_DOLLARif] = ACTIONS(2700), - [anon_sym_DOLLARelse] = ACTIONS(2700), - [anon_sym_is] = ACTIONS(2700), - [anon_sym_BANGis] = ACTIONS(2700), - [anon_sym_in] = ACTIONS(2700), - [anon_sym_BANGin] = ACTIONS(2700), - [anon_sym_match] = ACTIONS(2700), - [anon_sym_select] = ACTIONS(2700), - [anon_sym_STAR_EQ] = ACTIONS(2700), - [anon_sym_SLASH_EQ] = ACTIONS(2700), - [anon_sym_PERCENT_EQ] = ACTIONS(2700), - [anon_sym_LT_LT_EQ] = ACTIONS(2700), - [anon_sym_GT_GT_EQ] = ACTIONS(2700), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2700), - [anon_sym_AMP_EQ] = ACTIONS(2700), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2700), - [anon_sym_PLUS_EQ] = ACTIONS(2700), - [anon_sym_DASH_EQ] = ACTIONS(2700), - [anon_sym_PIPE_EQ] = ACTIONS(2700), - [anon_sym_CARET_EQ] = ACTIONS(2700), - [anon_sym_COLON_EQ] = ACTIONS(2700), - [anon_sym_lock] = ACTIONS(2700), - [anon_sym_rlock] = ACTIONS(2700), - [anon_sym_unsafe] = ACTIONS(2700), - [anon_sym_sql] = ACTIONS(2700), - [sym_int_literal] = ACTIONS(2700), - [sym_float_literal] = ACTIONS(2700), - [sym_rune_literal] = ACTIONS(2700), - [anon_sym_AT] = ACTIONS(2700), - [anon_sym_shared] = ACTIONS(2700), - [anon_sym_map_LBRACK] = ACTIONS(2700), - [anon_sym_chan] = ACTIONS(2700), - [anon_sym_thread] = ACTIONS(2700), - [anon_sym_atomic] = ACTIONS(2700), - [anon_sym_assert] = ACTIONS(2700), - [anon_sym_defer] = ACTIONS(2700), - [anon_sym_goto] = ACTIONS(2700), - [anon_sym_break] = ACTIONS(2700), - [anon_sym_continue] = ACTIONS(2700), - [anon_sym_return] = ACTIONS(2700), - [anon_sym_DOLLARfor] = ACTIONS(2700), - [anon_sym_for] = ACTIONS(2700), - [anon_sym_POUND] = ACTIONS(2700), - [anon_sym_asm] = ACTIONS(2700), - [anon_sym_AT_LBRACK] = ACTIONS(2700), - [sym___double_quote] = ACTIONS(2700), - [sym___single_quote] = ACTIONS(2700), - [sym___c_double_quote] = ACTIONS(2700), - [sym___c_single_quote] = ACTIONS(2700), - [sym___r_double_quote] = ACTIONS(2700), - [sym___r_single_quote] = ACTIONS(2700), - }, - [559] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [560] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3677), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2364), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2366), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2372), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [561] = { - [sym__expression] = STATE(2622), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2046), - [anon_sym_STAR] = ACTIONS(2048), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2050), - [anon_sym_go] = ACTIONS(2052), - [anon_sym_spawn] = ACTIONS(2054), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(2056), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_CARET] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_LT_DASH] = ACTIONS(2060), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2062), - [anon_sym_lock] = ACTIONS(2064), - [anon_sym_rlock] = ACTIONS(2064), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [562] = { - [sym__expression] = STATE(2296), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2646), - [anon_sym_DASH] = ACTIONS(2646), - [anon_sym_STAR] = ACTIONS(2648), - [anon_sym_struct] = ACTIONS(2650), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2652), - [anon_sym_go] = ACTIONS(2654), - [anon_sym_spawn] = ACTIONS(2656), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2646), - [anon_sym_CARET] = ACTIONS(2646), - [anon_sym_AMP] = ACTIONS(2662), - [anon_sym_LT_DASH] = ACTIONS(2664), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2674), - [anon_sym_lock] = ACTIONS(2676), - [anon_sym_rlock] = ACTIONS(2676), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), - }, - [563] = { - [sym__expression] = STATE(2308), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym__expression] = STATE(2315), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -91402,92 +89895,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1488), [sym___r_single_quote] = ACTIONS(1490), }, - [564] = { - [sym__expression] = STATE(2309), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [549] = { + [sym__expression] = STATE(2453), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), [anon_sym_LBRACE] = ACTIONS(1430), [anon_sym_LPAREN] = ACTIONS(1432), [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(1438), - [anon_sym_DASH] = ACTIONS(1438), - [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2725), [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1446), - [anon_sym_go] = ACTIONS(1448), - [anon_sym_spawn] = ACTIONS(1450), + [anon_sym_BANG] = ACTIONS(2727), + [anon_sym_go] = ACTIONS(2729), + [anon_sym_spawn] = ACTIONS(2731), [anon_sym_json_DOTdecode] = ACTIONS(1452), [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1438), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_LT_DASH] = ACTIONS(1458), + [anon_sym_TILDE] = ACTIONS(2723), + [anon_sym_CARET] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_LT_DASH] = ACTIONS(2735), [sym_none] = ACTIONS(1460), [sym_true] = ACTIONS(1460), [sym_false] = ACTIONS(1460), @@ -91495,9 +89988,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1462), [anon_sym_DOLLARif] = ACTIONS(1464), [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(1468), - [anon_sym_lock] = ACTIONS(1470), - [anon_sym_rlock] = ACTIONS(1470), + [anon_sym_select] = ACTIONS(2737), + [anon_sym_lock] = ACTIONS(2739), + [anon_sym_rlock] = ACTIONS(2739), [anon_sym_unsafe] = ACTIONS(1472), [anon_sym_sql] = ACTIONS(1474), [sym_int_literal] = ACTIONS(1460), @@ -91516,776 +90009,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1488), [sym___r_single_quote] = ACTIONS(1490), }, - [565] = { - [sym__expression] = STATE(2829), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [566] = { - [sym__expression] = STATE(2621), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2046), - [anon_sym_STAR] = ACTIONS(2048), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2050), - [anon_sym_go] = ACTIONS(2052), - [anon_sym_spawn] = ACTIONS(2054), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(2056), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_CARET] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_LT_DASH] = ACTIONS(2060), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2062), - [anon_sym_lock] = ACTIONS(2064), - [anon_sym_rlock] = ACTIONS(2064), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [567] = { - [sym__expression] = STATE(2821), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [568] = { - [sym__expression] = STATE(2680), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [569] = { - [ts_builtin_sym_end] = ACTIONS(2732), - [sym_identifier] = ACTIONS(2734), - [anon_sym_LF] = ACTIONS(2734), - [anon_sym_CR] = ACTIONS(2734), - [anon_sym_CR_LF] = ACTIONS(2734), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2734), - [anon_sym_as] = ACTIONS(2734), - [anon_sym_LBRACE] = ACTIONS(2734), - [anon_sym_COMMA] = ACTIONS(2734), - [anon_sym_const] = ACTIONS(2734), - [anon_sym_LPAREN] = ACTIONS(2734), - [anon_sym_EQ] = ACTIONS(2734), - [anon_sym___global] = ACTIONS(2734), - [anon_sym_type] = ACTIONS(2734), - [anon_sym_PIPE] = ACTIONS(2734), - [anon_sym_fn] = ACTIONS(2734), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_STAR] = ACTIONS(2734), - [anon_sym_SLASH] = ACTIONS(2734), - [anon_sym_PERCENT] = ACTIONS(2734), - [anon_sym_LT] = ACTIONS(2734), - [anon_sym_GT] = ACTIONS(2734), - [anon_sym_EQ_EQ] = ACTIONS(2734), - [anon_sym_BANG_EQ] = ACTIONS(2734), - [anon_sym_LT_EQ] = ACTIONS(2734), - [anon_sym_GT_EQ] = ACTIONS(2734), - [anon_sym_LBRACK] = ACTIONS(2732), - [anon_sym_struct] = ACTIONS(2734), - [anon_sym_union] = ACTIONS(2734), - [anon_sym_pub] = ACTIONS(2734), - [anon_sym_mut] = ACTIONS(2734), - [anon_sym_enum] = ACTIONS(2734), - [anon_sym_interface] = ACTIONS(2734), - [anon_sym_PLUS_PLUS] = ACTIONS(2734), - [anon_sym_DASH_DASH] = ACTIONS(2734), - [anon_sym_QMARK] = ACTIONS(2734), - [anon_sym_BANG] = ACTIONS(2734), - [anon_sym_go] = ACTIONS(2734), - [anon_sym_spawn] = ACTIONS(2734), - [anon_sym_json_DOTdecode] = ACTIONS(2734), - [anon_sym_LBRACK2] = ACTIONS(2734), - [anon_sym_TILDE] = ACTIONS(2734), - [anon_sym_CARET] = ACTIONS(2734), - [anon_sym_AMP] = ACTIONS(2734), - [anon_sym_LT_DASH] = ACTIONS(2734), - [anon_sym_LT_LT] = ACTIONS(2734), - [anon_sym_GT_GT] = ACTIONS(2734), - [anon_sym_GT_GT_GT] = ACTIONS(2734), - [anon_sym_AMP_CARET] = ACTIONS(2734), - [anon_sym_AMP_AMP] = ACTIONS(2734), - [anon_sym_PIPE_PIPE] = ACTIONS(2734), - [anon_sym_or] = ACTIONS(2734), - [sym_none] = ACTIONS(2734), - [sym_true] = ACTIONS(2734), - [sym_false] = ACTIONS(2734), - [sym_nil] = ACTIONS(2734), - [anon_sym_QMARK_DOT] = ACTIONS(2734), - [anon_sym_POUND_LBRACK] = ACTIONS(2734), - [anon_sym_if] = ACTIONS(2734), - [anon_sym_DOLLARif] = ACTIONS(2734), - [anon_sym_DOLLARelse] = ACTIONS(2736), - [anon_sym_is] = ACTIONS(2734), - [anon_sym_BANGis] = ACTIONS(2734), - [anon_sym_in] = ACTIONS(2734), - [anon_sym_BANGin] = ACTIONS(2734), - [anon_sym_match] = ACTIONS(2734), - [anon_sym_select] = ACTIONS(2734), - [anon_sym_STAR_EQ] = ACTIONS(2734), - [anon_sym_SLASH_EQ] = ACTIONS(2734), - [anon_sym_PERCENT_EQ] = ACTIONS(2734), - [anon_sym_LT_LT_EQ] = ACTIONS(2734), - [anon_sym_GT_GT_EQ] = ACTIONS(2734), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2734), - [anon_sym_AMP_EQ] = ACTIONS(2734), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2734), - [anon_sym_PLUS_EQ] = ACTIONS(2734), - [anon_sym_DASH_EQ] = ACTIONS(2734), - [anon_sym_PIPE_EQ] = ACTIONS(2734), - [anon_sym_CARET_EQ] = ACTIONS(2734), - [anon_sym_COLON_EQ] = ACTIONS(2734), - [anon_sym_lock] = ACTIONS(2734), - [anon_sym_rlock] = ACTIONS(2734), - [anon_sym_unsafe] = ACTIONS(2734), - [anon_sym_sql] = ACTIONS(2734), - [sym_int_literal] = ACTIONS(2734), - [sym_float_literal] = ACTIONS(2734), - [sym_rune_literal] = ACTIONS(2734), - [anon_sym_AT] = ACTIONS(2734), - [anon_sym_shared] = ACTIONS(2734), - [anon_sym_map_LBRACK] = ACTIONS(2734), - [anon_sym_chan] = ACTIONS(2734), - [anon_sym_thread] = ACTIONS(2734), - [anon_sym_atomic] = ACTIONS(2734), - [anon_sym_assert] = ACTIONS(2734), - [anon_sym_defer] = ACTIONS(2734), - [anon_sym_goto] = ACTIONS(2734), - [anon_sym_break] = ACTIONS(2734), - [anon_sym_continue] = ACTIONS(2734), - [anon_sym_return] = ACTIONS(2734), - [anon_sym_DOLLARfor] = ACTIONS(2734), - [anon_sym_for] = ACTIONS(2734), - [anon_sym_POUND] = ACTIONS(2734), - [anon_sym_asm] = ACTIONS(2734), - [anon_sym_AT_LBRACK] = ACTIONS(2734), - [sym___double_quote] = ACTIONS(2734), - [sym___single_quote] = ACTIONS(2734), - [sym___c_double_quote] = ACTIONS(2734), - [sym___c_single_quote] = ACTIONS(2734), - [sym___r_double_quote] = ACTIONS(2734), - [sym___r_single_quote] = ACTIONS(2734), - }, - [570] = { - [sym__expression] = STATE(2815), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [571] = { - [sym__expression] = STATE(2481), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [550] = { + [sym__expression] = STATE(2458), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), [anon_sym_LBRACE] = ACTIONS(1430), [anon_sym_LPAREN] = ACTIONS(1432), [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(2618), - [anon_sym_DASH] = ACTIONS(2618), - [anon_sym_STAR] = ACTIONS(2620), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2725), [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2622), - [anon_sym_go] = ACTIONS(2624), - [anon_sym_spawn] = ACTIONS(2626), + [anon_sym_BANG] = ACTIONS(2727), + [anon_sym_go] = ACTIONS(2729), + [anon_sym_spawn] = ACTIONS(2731), [anon_sym_json_DOTdecode] = ACTIONS(1452), [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(2618), - [anon_sym_CARET] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2628), - [anon_sym_LT_DASH] = ACTIONS(2630), + [anon_sym_TILDE] = ACTIONS(2723), + [anon_sym_CARET] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_LT_DASH] = ACTIONS(2735), [sym_none] = ACTIONS(1460), [sym_true] = ACTIONS(1460), [sym_false] = ACTIONS(1460), @@ -92293,9 +90102,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1462), [anon_sym_DOLLARif] = ACTIONS(1464), [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(2632), - [anon_sym_lock] = ACTIONS(2634), - [anon_sym_rlock] = ACTIONS(2634), + [anon_sym_select] = ACTIONS(2737), + [anon_sym_lock] = ACTIONS(2739), + [anon_sym_rlock] = ACTIONS(2739), [anon_sym_unsafe] = ACTIONS(1472), [anon_sym_sql] = ACTIONS(1474), [sym_int_literal] = ACTIONS(1460), @@ -92314,1782 +90123,756 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1488), [sym___r_single_quote] = ACTIONS(1490), }, - [572] = { - [sym__expression] = STATE(2728), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [551] = { + [sym__expression] = STATE(2772), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3681), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2166), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2168), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2174), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [573] = { - [sym__expression] = STATE(2636), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [552] = { + [ts_builtin_sym_end] = ACTIONS(2853), + [sym_identifier] = ACTIONS(2855), + [anon_sym_LF] = ACTIONS(2855), + [anon_sym_CR] = ACTIONS(2855), + [anon_sym_CR_LF] = ACTIONS(2855), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2855), + [anon_sym_as] = ACTIONS(2855), + [anon_sym_LBRACE] = ACTIONS(2855), + [anon_sym_COMMA] = ACTIONS(2855), + [anon_sym_const] = ACTIONS(2855), + [anon_sym_LPAREN] = ACTIONS(2855), + [anon_sym_EQ] = ACTIONS(2855), + [anon_sym___global] = ACTIONS(2855), + [anon_sym_type] = ACTIONS(2855), + [anon_sym_PIPE] = ACTIONS(2855), + [anon_sym_fn] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2855), + [anon_sym_DASH] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2855), + [anon_sym_SLASH] = ACTIONS(2855), + [anon_sym_PERCENT] = ACTIONS(2855), + [anon_sym_LT] = ACTIONS(2855), + [anon_sym_GT] = ACTIONS(2855), + [anon_sym_EQ_EQ] = ACTIONS(2855), + [anon_sym_BANG_EQ] = ACTIONS(2855), + [anon_sym_LT_EQ] = ACTIONS(2855), + [anon_sym_GT_EQ] = ACTIONS(2855), + [anon_sym_LBRACK] = ACTIONS(2853), + [anon_sym_LT2] = ACTIONS(2855), + [anon_sym_struct] = ACTIONS(2855), + [anon_sym_union] = ACTIONS(2855), + [anon_sym_pub] = ACTIONS(2855), + [anon_sym_mut] = ACTIONS(2855), + [anon_sym_enum] = ACTIONS(2855), + [anon_sym_interface] = ACTIONS(2855), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_QMARK] = ACTIONS(2855), + [anon_sym_BANG] = ACTIONS(2855), + [anon_sym_go] = ACTIONS(2855), + [anon_sym_spawn] = ACTIONS(2855), + [anon_sym_json_DOTdecode] = ACTIONS(2855), + [anon_sym_LBRACK2] = ACTIONS(2855), + [anon_sym_TILDE] = ACTIONS(2855), + [anon_sym_CARET] = ACTIONS(2855), + [anon_sym_AMP] = ACTIONS(2855), + [anon_sym_LT_DASH] = ACTIONS(2855), + [anon_sym_LT_LT] = ACTIONS(2855), + [anon_sym_GT_GT] = ACTIONS(2855), + [anon_sym_GT_GT_GT] = ACTIONS(2855), + [anon_sym_AMP_CARET] = ACTIONS(2855), + [anon_sym_AMP_AMP] = ACTIONS(2855), + [anon_sym_PIPE_PIPE] = ACTIONS(2855), + [anon_sym_or] = ACTIONS(2855), + [sym_none] = ACTIONS(2855), + [sym_true] = ACTIONS(2855), + [sym_false] = ACTIONS(2855), + [sym_nil] = ACTIONS(2855), + [anon_sym_QMARK_DOT] = ACTIONS(2855), + [anon_sym_POUND_LBRACK] = ACTIONS(2855), + [anon_sym_if] = ACTIONS(2855), + [anon_sym_DOLLARif] = ACTIONS(2855), + [anon_sym_is] = ACTIONS(2855), + [anon_sym_BANGis] = ACTIONS(2855), + [anon_sym_in] = ACTIONS(2855), + [anon_sym_BANGin] = ACTIONS(2855), + [anon_sym_match] = ACTIONS(2855), + [anon_sym_select] = ACTIONS(2855), + [anon_sym_STAR_EQ] = ACTIONS(2855), + [anon_sym_SLASH_EQ] = ACTIONS(2855), + [anon_sym_PERCENT_EQ] = ACTIONS(2855), + [anon_sym_LT_LT_EQ] = ACTIONS(2855), + [anon_sym_GT_GT_EQ] = ACTIONS(2855), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2855), + [anon_sym_AMP_EQ] = ACTIONS(2855), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2855), + [anon_sym_PLUS_EQ] = ACTIONS(2855), + [anon_sym_DASH_EQ] = ACTIONS(2855), + [anon_sym_PIPE_EQ] = ACTIONS(2855), + [anon_sym_CARET_EQ] = ACTIONS(2855), + [anon_sym_COLON_EQ] = ACTIONS(2855), + [anon_sym_lock] = ACTIONS(2855), + [anon_sym_rlock] = ACTIONS(2855), + [anon_sym_unsafe] = ACTIONS(2855), + [anon_sym_sql] = ACTIONS(2855), + [sym_int_literal] = ACTIONS(2855), + [sym_float_literal] = ACTIONS(2855), + [sym_rune_literal] = ACTIONS(2855), + [anon_sym_AT] = ACTIONS(2855), + [anon_sym_shared] = ACTIONS(2855), + [anon_sym_map_LBRACK] = ACTIONS(2855), + [anon_sym_chan] = ACTIONS(2855), + [anon_sym_thread] = ACTIONS(2855), + [anon_sym_atomic] = ACTIONS(2855), + [anon_sym_assert] = ACTIONS(2855), + [anon_sym_defer] = ACTIONS(2855), + [anon_sym_goto] = ACTIONS(2855), + [anon_sym_break] = ACTIONS(2855), + [anon_sym_continue] = ACTIONS(2855), + [anon_sym_return] = ACTIONS(2855), + [anon_sym_DOLLARfor] = ACTIONS(2855), + [anon_sym_for] = ACTIONS(2855), + [anon_sym_POUND] = ACTIONS(2855), + [anon_sym_asm] = ACTIONS(2855), + [anon_sym_AT_LBRACK] = ACTIONS(2855), + [sym___double_quote] = ACTIONS(2855), + [sym___single_quote] = ACTIONS(2855), + [sym___c_double_quote] = ACTIONS(2855), + [sym___c_single_quote] = ACTIONS(2855), + [sym___r_double_quote] = ACTIONS(2855), + [sym___r_single_quote] = ACTIONS(2855), + }, + [553] = { + [ts_builtin_sym_end] = ACTIONS(2857), + [sym_identifier] = ACTIONS(2859), + [anon_sym_LF] = ACTIONS(2859), + [anon_sym_CR] = ACTIONS(2859), + [anon_sym_CR_LF] = ACTIONS(2859), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2859), + [anon_sym_as] = ACTIONS(2859), + [anon_sym_LBRACE] = ACTIONS(2859), + [anon_sym_COMMA] = ACTIONS(2859), + [anon_sym_const] = ACTIONS(2859), + [anon_sym_LPAREN] = ACTIONS(2859), + [anon_sym_EQ] = ACTIONS(2859), + [anon_sym___global] = ACTIONS(2859), + [anon_sym_type] = ACTIONS(2859), + [anon_sym_PIPE] = ACTIONS(2859), + [anon_sym_fn] = ACTIONS(2859), + [anon_sym_PLUS] = ACTIONS(2859), + [anon_sym_DASH] = ACTIONS(2859), + [anon_sym_STAR] = ACTIONS(2859), + [anon_sym_SLASH] = ACTIONS(2859), + [anon_sym_PERCENT] = ACTIONS(2859), + [anon_sym_LT] = ACTIONS(2859), + [anon_sym_GT] = ACTIONS(2859), + [anon_sym_EQ_EQ] = ACTIONS(2859), + [anon_sym_BANG_EQ] = ACTIONS(2859), + [anon_sym_LT_EQ] = ACTIONS(2859), + [anon_sym_GT_EQ] = ACTIONS(2859), + [anon_sym_LBRACK] = ACTIONS(2857), + [anon_sym_LT2] = ACTIONS(2859), + [anon_sym_struct] = ACTIONS(2859), + [anon_sym_union] = ACTIONS(2859), + [anon_sym_pub] = ACTIONS(2859), + [anon_sym_mut] = ACTIONS(2859), + [anon_sym_enum] = ACTIONS(2859), + [anon_sym_interface] = ACTIONS(2859), + [anon_sym_PLUS_PLUS] = ACTIONS(2859), + [anon_sym_DASH_DASH] = ACTIONS(2859), + [anon_sym_QMARK] = ACTIONS(2859), + [anon_sym_BANG] = ACTIONS(2859), + [anon_sym_go] = ACTIONS(2859), + [anon_sym_spawn] = ACTIONS(2859), + [anon_sym_json_DOTdecode] = ACTIONS(2859), + [anon_sym_LBRACK2] = ACTIONS(2859), + [anon_sym_TILDE] = ACTIONS(2859), + [anon_sym_CARET] = ACTIONS(2859), + [anon_sym_AMP] = ACTIONS(2859), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_LT_LT] = ACTIONS(2859), + [anon_sym_GT_GT] = ACTIONS(2859), + [anon_sym_GT_GT_GT] = ACTIONS(2859), + [anon_sym_AMP_CARET] = ACTIONS(2859), + [anon_sym_AMP_AMP] = ACTIONS(2859), + [anon_sym_PIPE_PIPE] = ACTIONS(2859), + [anon_sym_or] = ACTIONS(2859), + [sym_none] = ACTIONS(2859), + [sym_true] = ACTIONS(2859), + [sym_false] = ACTIONS(2859), + [sym_nil] = ACTIONS(2859), + [anon_sym_QMARK_DOT] = ACTIONS(2859), + [anon_sym_POUND_LBRACK] = ACTIONS(2859), + [anon_sym_if] = ACTIONS(2859), + [anon_sym_DOLLARif] = ACTIONS(2859), + [anon_sym_is] = ACTIONS(2859), + [anon_sym_BANGis] = ACTIONS(2859), + [anon_sym_in] = ACTIONS(2859), + [anon_sym_BANGin] = ACTIONS(2859), + [anon_sym_match] = ACTIONS(2859), + [anon_sym_select] = ACTIONS(2859), + [anon_sym_STAR_EQ] = ACTIONS(2859), + [anon_sym_SLASH_EQ] = ACTIONS(2859), + [anon_sym_PERCENT_EQ] = ACTIONS(2859), + [anon_sym_LT_LT_EQ] = ACTIONS(2859), + [anon_sym_GT_GT_EQ] = ACTIONS(2859), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2859), + [anon_sym_AMP_EQ] = ACTIONS(2859), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2859), + [anon_sym_PLUS_EQ] = ACTIONS(2859), + [anon_sym_DASH_EQ] = ACTIONS(2859), + [anon_sym_PIPE_EQ] = ACTIONS(2859), + [anon_sym_CARET_EQ] = ACTIONS(2859), + [anon_sym_COLON_EQ] = ACTIONS(2859), + [anon_sym_lock] = ACTIONS(2859), + [anon_sym_rlock] = ACTIONS(2859), + [anon_sym_unsafe] = ACTIONS(2859), + [anon_sym_sql] = ACTIONS(2859), + [sym_int_literal] = ACTIONS(2859), + [sym_float_literal] = ACTIONS(2859), + [sym_rune_literal] = ACTIONS(2859), + [anon_sym_AT] = ACTIONS(2859), + [anon_sym_shared] = ACTIONS(2859), + [anon_sym_map_LBRACK] = ACTIONS(2859), + [anon_sym_chan] = ACTIONS(2859), + [anon_sym_thread] = ACTIONS(2859), + [anon_sym_atomic] = ACTIONS(2859), + [anon_sym_assert] = ACTIONS(2859), + [anon_sym_defer] = ACTIONS(2859), + [anon_sym_goto] = ACTIONS(2859), + [anon_sym_break] = ACTIONS(2859), + [anon_sym_continue] = ACTIONS(2859), + [anon_sym_return] = ACTIONS(2859), + [anon_sym_DOLLARfor] = ACTIONS(2859), + [anon_sym_for] = ACTIONS(2859), + [anon_sym_POUND] = ACTIONS(2859), + [anon_sym_asm] = ACTIONS(2859), + [anon_sym_AT_LBRACK] = ACTIONS(2859), + [sym___double_quote] = ACTIONS(2859), + [sym___single_quote] = ACTIONS(2859), + [sym___c_double_quote] = ACTIONS(2859), + [sym___c_single_quote] = ACTIONS(2859), + [sym___r_double_quote] = ACTIONS(2859), + [sym___r_single_quote] = ACTIONS(2859), + }, + [554] = { + [sym__expression] = STATE(2735), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3681), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2046), - [anon_sym_STAR] = ACTIONS(2048), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2166), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2050), - [anon_sym_go] = ACTIONS(2052), - [anon_sym_spawn] = ACTIONS(2054), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(2056), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_CARET] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_LT_DASH] = ACTIONS(2060), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2062), - [anon_sym_lock] = ACTIONS(2064), - [anon_sym_rlock] = ACTIONS(2064), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2168), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2174), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [574] = { - [sym__expression] = STATE(2645), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [555] = { + [ts_builtin_sym_end] = ACTIONS(2861), + [sym_identifier] = ACTIONS(2863), + [anon_sym_LF] = ACTIONS(2863), + [anon_sym_CR] = ACTIONS(2863), + [anon_sym_CR_LF] = ACTIONS(2863), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2863), + [anon_sym_as] = ACTIONS(2863), + [anon_sym_LBRACE] = ACTIONS(2863), + [anon_sym_COMMA] = ACTIONS(2863), + [anon_sym_const] = ACTIONS(2863), + [anon_sym_LPAREN] = ACTIONS(2863), + [anon_sym_EQ] = ACTIONS(2863), + [anon_sym___global] = ACTIONS(2863), + [anon_sym_type] = ACTIONS(2863), + [anon_sym_PIPE] = ACTIONS(2863), + [anon_sym_fn] = ACTIONS(2863), + [anon_sym_PLUS] = ACTIONS(2863), + [anon_sym_DASH] = ACTIONS(2863), + [anon_sym_STAR] = ACTIONS(2863), + [anon_sym_SLASH] = ACTIONS(2863), + [anon_sym_PERCENT] = ACTIONS(2863), + [anon_sym_LT] = ACTIONS(2863), + [anon_sym_GT] = ACTIONS(2863), + [anon_sym_EQ_EQ] = ACTIONS(2863), + [anon_sym_BANG_EQ] = ACTIONS(2863), + [anon_sym_LT_EQ] = ACTIONS(2863), + [anon_sym_GT_EQ] = ACTIONS(2863), + [anon_sym_LBRACK] = ACTIONS(2861), + [anon_sym_LT2] = ACTIONS(2863), + [anon_sym_struct] = ACTIONS(2863), + [anon_sym_union] = ACTIONS(2863), + [anon_sym_pub] = ACTIONS(2863), + [anon_sym_mut] = ACTIONS(2863), + [anon_sym_enum] = ACTIONS(2863), + [anon_sym_interface] = ACTIONS(2863), + [anon_sym_PLUS_PLUS] = ACTIONS(2863), + [anon_sym_DASH_DASH] = ACTIONS(2863), + [anon_sym_QMARK] = ACTIONS(2863), + [anon_sym_BANG] = ACTIONS(2863), + [anon_sym_go] = ACTIONS(2863), + [anon_sym_spawn] = ACTIONS(2863), + [anon_sym_json_DOTdecode] = ACTIONS(2863), + [anon_sym_LBRACK2] = ACTIONS(2863), + [anon_sym_TILDE] = ACTIONS(2863), + [anon_sym_CARET] = ACTIONS(2863), + [anon_sym_AMP] = ACTIONS(2863), + [anon_sym_LT_DASH] = ACTIONS(2863), + [anon_sym_LT_LT] = ACTIONS(2863), + [anon_sym_GT_GT] = ACTIONS(2863), + [anon_sym_GT_GT_GT] = ACTIONS(2863), + [anon_sym_AMP_CARET] = ACTIONS(2863), + [anon_sym_AMP_AMP] = ACTIONS(2863), + [anon_sym_PIPE_PIPE] = ACTIONS(2863), + [anon_sym_or] = ACTIONS(2863), + [sym_none] = ACTIONS(2863), + [sym_true] = ACTIONS(2863), + [sym_false] = ACTIONS(2863), + [sym_nil] = ACTIONS(2863), + [anon_sym_QMARK_DOT] = ACTIONS(2863), + [anon_sym_POUND_LBRACK] = ACTIONS(2863), + [anon_sym_if] = ACTIONS(2863), + [anon_sym_DOLLARif] = ACTIONS(2863), + [anon_sym_is] = ACTIONS(2863), + [anon_sym_BANGis] = ACTIONS(2863), + [anon_sym_in] = ACTIONS(2863), + [anon_sym_BANGin] = ACTIONS(2863), + [anon_sym_match] = ACTIONS(2863), + [anon_sym_select] = ACTIONS(2863), + [anon_sym_STAR_EQ] = ACTIONS(2863), + [anon_sym_SLASH_EQ] = ACTIONS(2863), + [anon_sym_PERCENT_EQ] = ACTIONS(2863), + [anon_sym_LT_LT_EQ] = ACTIONS(2863), + [anon_sym_GT_GT_EQ] = ACTIONS(2863), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2863), + [anon_sym_AMP_EQ] = ACTIONS(2863), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2863), + [anon_sym_PLUS_EQ] = ACTIONS(2863), + [anon_sym_DASH_EQ] = ACTIONS(2863), + [anon_sym_PIPE_EQ] = ACTIONS(2863), + [anon_sym_CARET_EQ] = ACTIONS(2863), + [anon_sym_COLON_EQ] = ACTIONS(2863), + [anon_sym_lock] = ACTIONS(2863), + [anon_sym_rlock] = ACTIONS(2863), + [anon_sym_unsafe] = ACTIONS(2863), + [anon_sym_sql] = ACTIONS(2863), + [sym_int_literal] = ACTIONS(2863), + [sym_float_literal] = ACTIONS(2863), + [sym_rune_literal] = ACTIONS(2863), + [anon_sym_AT] = ACTIONS(2863), + [anon_sym_shared] = ACTIONS(2863), + [anon_sym_map_LBRACK] = ACTIONS(2863), + [anon_sym_chan] = ACTIONS(2863), + [anon_sym_thread] = ACTIONS(2863), + [anon_sym_atomic] = ACTIONS(2863), + [anon_sym_assert] = ACTIONS(2863), + [anon_sym_defer] = ACTIONS(2863), + [anon_sym_goto] = ACTIONS(2863), + [anon_sym_break] = ACTIONS(2863), + [anon_sym_continue] = ACTIONS(2863), + [anon_sym_return] = ACTIONS(2863), + [anon_sym_DOLLARfor] = ACTIONS(2863), + [anon_sym_for] = ACTIONS(2863), + [anon_sym_POUND] = ACTIONS(2863), + [anon_sym_asm] = ACTIONS(2863), + [anon_sym_AT_LBRACK] = ACTIONS(2863), + [sym___double_quote] = ACTIONS(2863), + [sym___single_quote] = ACTIONS(2863), + [sym___c_double_quote] = ACTIONS(2863), + [sym___c_single_quote] = ACTIONS(2863), + [sym___r_double_quote] = ACTIONS(2863), + [sym___r_single_quote] = ACTIONS(2863), + }, + [556] = { + [sym__expression] = STATE(2196), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2212), + [anon_sym_DASH] = ACTIONS(2212), + [anon_sym_STAR] = ACTIONS(2214), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2216), + [anon_sym_go] = ACTIONS(2218), + [anon_sym_spawn] = ACTIONS(2220), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(2222), + [anon_sym_TILDE] = ACTIONS(2212), + [anon_sym_CARET] = ACTIONS(2212), + [anon_sym_AMP] = ACTIONS(2224), + [anon_sym_LT_DASH] = ACTIONS(2226), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2228), + [anon_sym_lock] = ACTIONS(2230), + [anon_sym_rlock] = ACTIONS(2230), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [575] = { - [sym__expression] = STATE(963), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_struct] = ACTIONS(501), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2598), - [anon_sym_go] = ACTIONS(2600), - [anon_sym_spawn] = ACTIONS(2602), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2604), - [anon_sym_LT_DASH] = ACTIONS(2606), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(2608), - [anon_sym_lock] = ACTIONS(2610), - [anon_sym_rlock] = ACTIONS(2610), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), - }, - [576] = { - [sym__expression] = STATE(2730), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [577] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3684), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2364), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2366), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2372), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [578] = { - [sym__expression] = STATE(2203), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [579] = { - [sym__expression] = STATE(963), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4404), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_struct] = ACTIONS(501), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2598), - [anon_sym_go] = ACTIONS(2600), - [anon_sym_spawn] = ACTIONS(2602), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2604), - [anon_sym_LT_DASH] = ACTIONS(2606), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(2608), - [anon_sym_lock] = ACTIONS(2610), - [anon_sym_rlock] = ACTIONS(2610), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), - }, - [580] = { - [sym__expression] = STATE(963), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4402), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_struct] = ACTIONS(501), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2598), - [anon_sym_go] = ACTIONS(2600), - [anon_sym_spawn] = ACTIONS(2602), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2604), - [anon_sym_LT_DASH] = ACTIONS(2606), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(2608), - [anon_sym_lock] = ACTIONS(2610), - [anon_sym_rlock] = ACTIONS(2610), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), - }, - [581] = { - [sym__expression] = STATE(984), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_struct] = ACTIONS(501), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2598), - [anon_sym_go] = ACTIONS(2600), - [anon_sym_spawn] = ACTIONS(2602), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2604), - [anon_sym_LT_DASH] = ACTIONS(2606), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(2608), - [anon_sym_lock] = ACTIONS(2610), - [anon_sym_rlock] = ACTIONS(2610), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), - }, - [582] = { - [sym__expression] = STATE(2785), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [583] = { - [sym__expression] = STATE(2719), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [584] = { - [sym__expression] = STATE(985), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_struct] = ACTIONS(501), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2598), - [anon_sym_go] = ACTIONS(2600), - [anon_sym_spawn] = ACTIONS(2602), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2604), - [anon_sym_LT_DASH] = ACTIONS(2606), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(2608), - [anon_sym_lock] = ACTIONS(2610), - [anon_sym_rlock] = ACTIONS(2610), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), - }, - [585] = { - [sym__expression] = STATE(963), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4400), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_struct] = ACTIONS(501), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2598), - [anon_sym_go] = ACTIONS(2600), - [anon_sym_spawn] = ACTIONS(2602), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2604), - [anon_sym_LT_DASH] = ACTIONS(2606), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(2608), - [anon_sym_lock] = ACTIONS(2610), - [anon_sym_rlock] = ACTIONS(2610), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), - }, - [586] = { - [sym__expression] = STATE(2203), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2046), - [anon_sym_STAR] = ACTIONS(2048), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2050), - [anon_sym_go] = ACTIONS(2052), - [anon_sym_spawn] = ACTIONS(2054), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(2056), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_CARET] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_LT_DASH] = ACTIONS(2060), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2062), - [anon_sym_lock] = ACTIONS(2064), - [anon_sym_rlock] = ACTIONS(2064), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [587] = { - [sym__expression] = STATE(1134), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1195), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4148), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(939), + [557] = { + [sym__expression] = STATE(1135), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1218), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4347), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(939), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), [anon_sym_LBRACE] = ACTIONS(621), @@ -94138,413 +90921,527 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(685), [sym___r_single_quote] = ACTIONS(687), }, - [588] = { - [sym__expression] = STATE(2594), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [558] = { + [sym__expression] = STATE(2609), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2046), - [anon_sym_STAR] = ACTIONS(2048), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2212), + [anon_sym_DASH] = ACTIONS(2212), + [anon_sym_STAR] = ACTIONS(2214), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2050), - [anon_sym_go] = ACTIONS(2052), - [anon_sym_spawn] = ACTIONS(2054), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(2056), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_CARET] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_LT_DASH] = ACTIONS(2060), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2062), - [anon_sym_lock] = ACTIONS(2064), - [anon_sym_rlock] = ACTIONS(2064), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2216), + [anon_sym_go] = ACTIONS(2218), + [anon_sym_spawn] = ACTIONS(2220), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(2222), + [anon_sym_TILDE] = ACTIONS(2212), + [anon_sym_CARET] = ACTIONS(2212), + [anon_sym_AMP] = ACTIONS(2224), + [anon_sym_LT_DASH] = ACTIONS(2226), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2228), + [anon_sym_lock] = ACTIONS(2230), + [anon_sym_rlock] = ACTIONS(2230), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [589] = { - [sym__expression] = STATE(2597), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [559] = { + [sym__expression] = STATE(2608), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2046), - [anon_sym_STAR] = ACTIONS(2048), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2212), + [anon_sym_DASH] = ACTIONS(2212), + [anon_sym_STAR] = ACTIONS(2214), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2050), - [anon_sym_go] = ACTIONS(2052), - [anon_sym_spawn] = ACTIONS(2054), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(2056), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_CARET] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_LT_DASH] = ACTIONS(2060), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2062), - [anon_sym_lock] = ACTIONS(2064), - [anon_sym_rlock] = ACTIONS(2064), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2216), + [anon_sym_go] = ACTIONS(2218), + [anon_sym_spawn] = ACTIONS(2220), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(2222), + [anon_sym_TILDE] = ACTIONS(2212), + [anon_sym_CARET] = ACTIONS(2212), + [anon_sym_AMP] = ACTIONS(2224), + [anon_sym_LT_DASH] = ACTIONS(2226), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2228), + [anon_sym_lock] = ACTIONS(2230), + [anon_sym_rlock] = ACTIONS(2230), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [590] = { - [sym__expression] = STATE(2703), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3667), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2364), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2366), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2372), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [560] = { + [ts_builtin_sym_end] = ACTIONS(2865), + [sym_identifier] = ACTIONS(2867), + [anon_sym_LF] = ACTIONS(2867), + [anon_sym_CR] = ACTIONS(2867), + [anon_sym_CR_LF] = ACTIONS(2867), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2867), + [anon_sym_as] = ACTIONS(2867), + [anon_sym_LBRACE] = ACTIONS(2867), + [anon_sym_COMMA] = ACTIONS(2867), + [anon_sym_const] = ACTIONS(2867), + [anon_sym_LPAREN] = ACTIONS(2867), + [anon_sym_EQ] = ACTIONS(2867), + [anon_sym___global] = ACTIONS(2867), + [anon_sym_type] = ACTIONS(2867), + [anon_sym_PIPE] = ACTIONS(2867), + [anon_sym_fn] = ACTIONS(2867), + [anon_sym_PLUS] = ACTIONS(2867), + [anon_sym_DASH] = ACTIONS(2867), + [anon_sym_STAR] = ACTIONS(2867), + [anon_sym_SLASH] = ACTIONS(2867), + [anon_sym_PERCENT] = ACTIONS(2867), + [anon_sym_LT] = ACTIONS(2867), + [anon_sym_GT] = ACTIONS(2867), + [anon_sym_EQ_EQ] = ACTIONS(2867), + [anon_sym_BANG_EQ] = ACTIONS(2867), + [anon_sym_LT_EQ] = ACTIONS(2867), + [anon_sym_GT_EQ] = ACTIONS(2867), + [anon_sym_LBRACK] = ACTIONS(2865), + [anon_sym_LT2] = ACTIONS(2867), + [anon_sym_struct] = ACTIONS(2867), + [anon_sym_union] = ACTIONS(2867), + [anon_sym_pub] = ACTIONS(2867), + [anon_sym_mut] = ACTIONS(2867), + [anon_sym_enum] = ACTIONS(2867), + [anon_sym_interface] = ACTIONS(2867), + [anon_sym_PLUS_PLUS] = ACTIONS(2867), + [anon_sym_DASH_DASH] = ACTIONS(2867), + [anon_sym_QMARK] = ACTIONS(2867), + [anon_sym_BANG] = ACTIONS(2867), + [anon_sym_go] = ACTIONS(2867), + [anon_sym_spawn] = ACTIONS(2867), + [anon_sym_json_DOTdecode] = ACTIONS(2867), + [anon_sym_LBRACK2] = ACTIONS(2867), + [anon_sym_TILDE] = ACTIONS(2867), + [anon_sym_CARET] = ACTIONS(2867), + [anon_sym_AMP] = ACTIONS(2867), + [anon_sym_LT_DASH] = ACTIONS(2867), + [anon_sym_LT_LT] = ACTIONS(2867), + [anon_sym_GT_GT] = ACTIONS(2867), + [anon_sym_GT_GT_GT] = ACTIONS(2867), + [anon_sym_AMP_CARET] = ACTIONS(2867), + [anon_sym_AMP_AMP] = ACTIONS(2867), + [anon_sym_PIPE_PIPE] = ACTIONS(2867), + [anon_sym_or] = ACTIONS(2867), + [sym_none] = ACTIONS(2867), + [sym_true] = ACTIONS(2867), + [sym_false] = ACTIONS(2867), + [sym_nil] = ACTIONS(2867), + [anon_sym_QMARK_DOT] = ACTIONS(2867), + [anon_sym_POUND_LBRACK] = ACTIONS(2867), + [anon_sym_if] = ACTIONS(2867), + [anon_sym_DOLLARif] = ACTIONS(2867), + [anon_sym_is] = ACTIONS(2867), + [anon_sym_BANGis] = ACTIONS(2867), + [anon_sym_in] = ACTIONS(2867), + [anon_sym_BANGin] = ACTIONS(2867), + [anon_sym_match] = ACTIONS(2867), + [anon_sym_select] = ACTIONS(2867), + [anon_sym_STAR_EQ] = ACTIONS(2867), + [anon_sym_SLASH_EQ] = ACTIONS(2867), + [anon_sym_PERCENT_EQ] = ACTIONS(2867), + [anon_sym_LT_LT_EQ] = ACTIONS(2867), + [anon_sym_GT_GT_EQ] = ACTIONS(2867), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2867), + [anon_sym_AMP_EQ] = ACTIONS(2867), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2867), + [anon_sym_PLUS_EQ] = ACTIONS(2867), + [anon_sym_DASH_EQ] = ACTIONS(2867), + [anon_sym_PIPE_EQ] = ACTIONS(2867), + [anon_sym_CARET_EQ] = ACTIONS(2867), + [anon_sym_COLON_EQ] = ACTIONS(2867), + [anon_sym_lock] = ACTIONS(2867), + [anon_sym_rlock] = ACTIONS(2867), + [anon_sym_unsafe] = ACTIONS(2867), + [anon_sym_sql] = ACTIONS(2867), + [sym_int_literal] = ACTIONS(2867), + [sym_float_literal] = ACTIONS(2867), + [sym_rune_literal] = ACTIONS(2867), + [anon_sym_AT] = ACTIONS(2867), + [anon_sym_shared] = ACTIONS(2867), + [anon_sym_map_LBRACK] = ACTIONS(2867), + [anon_sym_chan] = ACTIONS(2867), + [anon_sym_thread] = ACTIONS(2867), + [anon_sym_atomic] = ACTIONS(2867), + [anon_sym_assert] = ACTIONS(2867), + [anon_sym_defer] = ACTIONS(2867), + [anon_sym_goto] = ACTIONS(2867), + [anon_sym_break] = ACTIONS(2867), + [anon_sym_continue] = ACTIONS(2867), + [anon_sym_return] = ACTIONS(2867), + [anon_sym_DOLLARfor] = ACTIONS(2867), + [anon_sym_for] = ACTIONS(2867), + [anon_sym_POUND] = ACTIONS(2867), + [anon_sym_asm] = ACTIONS(2867), + [anon_sym_AT_LBRACK] = ACTIONS(2867), + [sym___double_quote] = ACTIONS(2867), + [sym___single_quote] = ACTIONS(2867), + [sym___c_double_quote] = ACTIONS(2867), + [sym___c_single_quote] = ACTIONS(2867), + [sym___r_double_quote] = ACTIONS(2867), + [sym___r_single_quote] = ACTIONS(2867), }, - [591] = { - [sym__expression] = STATE(1134), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1195), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4152), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [561] = { + [ts_builtin_sym_end] = ACTIONS(2869), + [sym_identifier] = ACTIONS(2871), + [anon_sym_LF] = ACTIONS(2871), + [anon_sym_CR] = ACTIONS(2871), + [anon_sym_CR_LF] = ACTIONS(2871), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2871), + [anon_sym_as] = ACTIONS(2871), + [anon_sym_LBRACE] = ACTIONS(2871), + [anon_sym_COMMA] = ACTIONS(2871), + [anon_sym_const] = ACTIONS(2871), + [anon_sym_LPAREN] = ACTIONS(2871), + [anon_sym_EQ] = ACTIONS(2871), + [anon_sym___global] = ACTIONS(2871), + [anon_sym_type] = ACTIONS(2871), + [anon_sym_PIPE] = ACTIONS(2871), + [anon_sym_fn] = ACTIONS(2871), + [anon_sym_PLUS] = ACTIONS(2871), + [anon_sym_DASH] = ACTIONS(2871), + [anon_sym_STAR] = ACTIONS(2871), + [anon_sym_SLASH] = ACTIONS(2871), + [anon_sym_PERCENT] = ACTIONS(2871), + [anon_sym_LT] = ACTIONS(2871), + [anon_sym_GT] = ACTIONS(2871), + [anon_sym_EQ_EQ] = ACTIONS(2871), + [anon_sym_BANG_EQ] = ACTIONS(2871), + [anon_sym_LT_EQ] = ACTIONS(2871), + [anon_sym_GT_EQ] = ACTIONS(2871), + [anon_sym_LBRACK] = ACTIONS(2869), + [anon_sym_LT2] = ACTIONS(2871), + [anon_sym_struct] = ACTIONS(2871), + [anon_sym_union] = ACTIONS(2871), + [anon_sym_pub] = ACTIONS(2871), + [anon_sym_mut] = ACTIONS(2871), + [anon_sym_enum] = ACTIONS(2871), + [anon_sym_interface] = ACTIONS(2871), + [anon_sym_PLUS_PLUS] = ACTIONS(2871), + [anon_sym_DASH_DASH] = ACTIONS(2871), + [anon_sym_QMARK] = ACTIONS(2871), + [anon_sym_BANG] = ACTIONS(2871), + [anon_sym_go] = ACTIONS(2871), + [anon_sym_spawn] = ACTIONS(2871), + [anon_sym_json_DOTdecode] = ACTIONS(2871), + [anon_sym_LBRACK2] = ACTIONS(2871), + [anon_sym_TILDE] = ACTIONS(2871), + [anon_sym_CARET] = ACTIONS(2871), + [anon_sym_AMP] = ACTIONS(2871), + [anon_sym_LT_DASH] = ACTIONS(2871), + [anon_sym_LT_LT] = ACTIONS(2871), + [anon_sym_GT_GT] = ACTIONS(2871), + [anon_sym_GT_GT_GT] = ACTIONS(2871), + [anon_sym_AMP_CARET] = ACTIONS(2871), + [anon_sym_AMP_AMP] = ACTIONS(2871), + [anon_sym_PIPE_PIPE] = ACTIONS(2871), + [anon_sym_or] = ACTIONS(2871), + [sym_none] = ACTIONS(2871), + [sym_true] = ACTIONS(2871), + [sym_false] = ACTIONS(2871), + [sym_nil] = ACTIONS(2871), + [anon_sym_QMARK_DOT] = ACTIONS(2871), + [anon_sym_POUND_LBRACK] = ACTIONS(2871), + [anon_sym_if] = ACTIONS(2871), + [anon_sym_DOLLARif] = ACTIONS(2871), + [anon_sym_is] = ACTIONS(2871), + [anon_sym_BANGis] = ACTIONS(2871), + [anon_sym_in] = ACTIONS(2871), + [anon_sym_BANGin] = ACTIONS(2871), + [anon_sym_match] = ACTIONS(2871), + [anon_sym_select] = ACTIONS(2871), + [anon_sym_STAR_EQ] = ACTIONS(2871), + [anon_sym_SLASH_EQ] = ACTIONS(2871), + [anon_sym_PERCENT_EQ] = ACTIONS(2871), + [anon_sym_LT_LT_EQ] = ACTIONS(2871), + [anon_sym_GT_GT_EQ] = ACTIONS(2871), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2871), + [anon_sym_AMP_EQ] = ACTIONS(2871), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2871), + [anon_sym_PLUS_EQ] = ACTIONS(2871), + [anon_sym_DASH_EQ] = ACTIONS(2871), + [anon_sym_PIPE_EQ] = ACTIONS(2871), + [anon_sym_CARET_EQ] = ACTIONS(2871), + [anon_sym_COLON_EQ] = ACTIONS(2871), + [anon_sym_lock] = ACTIONS(2871), + [anon_sym_rlock] = ACTIONS(2871), + [anon_sym_unsafe] = ACTIONS(2871), + [anon_sym_sql] = ACTIONS(2871), + [sym_int_literal] = ACTIONS(2871), + [sym_float_literal] = ACTIONS(2871), + [sym_rune_literal] = ACTIONS(2871), + [anon_sym_AT] = ACTIONS(2871), + [anon_sym_shared] = ACTIONS(2871), + [anon_sym_map_LBRACK] = ACTIONS(2871), + [anon_sym_chan] = ACTIONS(2871), + [anon_sym_thread] = ACTIONS(2871), + [anon_sym_atomic] = ACTIONS(2871), + [anon_sym_assert] = ACTIONS(2871), + [anon_sym_defer] = ACTIONS(2871), + [anon_sym_goto] = ACTIONS(2871), + [anon_sym_break] = ACTIONS(2871), + [anon_sym_continue] = ACTIONS(2871), + [anon_sym_return] = ACTIONS(2871), + [anon_sym_DOLLARfor] = ACTIONS(2871), + [anon_sym_for] = ACTIONS(2871), + [anon_sym_POUND] = ACTIONS(2871), + [anon_sym_asm] = ACTIONS(2871), + [anon_sym_AT_LBRACK] = ACTIONS(2871), + [sym___double_quote] = ACTIONS(2871), + [sym___single_quote] = ACTIONS(2871), + [sym___c_double_quote] = ACTIONS(2871), + [sym___c_single_quote] = ACTIONS(2871), + [sym___r_double_quote] = ACTIONS(2871), + [sym___r_single_quote] = ACTIONS(2871), + }, + [562] = { + [sym__expression] = STATE(1135), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1218), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4352), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(939), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -94594,71 +91491,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(685), [sym___r_single_quote] = ACTIONS(687), }, - [592] = { - [sym__expression] = STATE(1134), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1195), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4155), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [563] = { + [sym__expression] = STATE(1135), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1218), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4372), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(939), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -94708,1118 +91605,890 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(685), [sym___r_single_quote] = ACTIONS(687), }, - [593] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2046), - [anon_sym_STAR] = ACTIONS(2048), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2050), - [anon_sym_go] = ACTIONS(2052), - [anon_sym_spawn] = ACTIONS(2054), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(2056), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_CARET] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_LT_DASH] = ACTIONS(2060), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2062), - [anon_sym_lock] = ACTIONS(2064), - [anon_sym_rlock] = ACTIONS(2064), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [594] = { - [sym__expression] = STATE(2467), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), + [564] = { + [sym__expression] = STATE(2298), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(2618), - [anon_sym_DASH] = ACTIONS(2618), - [anon_sym_STAR] = ACTIONS(2620), - [anon_sym_struct] = ACTIONS(1444), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2741), + [anon_sym_DASH] = ACTIONS(2741), + [anon_sym_STAR] = ACTIONS(2743), + [anon_sym_struct] = ACTIONS(2667), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2622), - [anon_sym_go] = ACTIONS(2624), - [anon_sym_spawn] = ACTIONS(2626), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(2618), - [anon_sym_CARET] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2628), - [anon_sym_LT_DASH] = ACTIONS(2630), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(2632), - [anon_sym_lock] = ACTIONS(2634), - [anon_sym_rlock] = ACTIONS(2634), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(2745), + [anon_sym_go] = ACTIONS(2747), + [anon_sym_spawn] = ACTIONS(2749), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2741), + [anon_sym_CARET] = ACTIONS(2741), + [anon_sym_AMP] = ACTIONS(2751), + [anon_sym_LT_DASH] = ACTIONS(2753), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2755), + [anon_sym_lock] = ACTIONS(2757), + [anon_sym_rlock] = ACTIONS(2757), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, - [595] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2956), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [565] = { + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2212), + [anon_sym_DASH] = ACTIONS(2212), + [anon_sym_STAR] = ACTIONS(2214), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2216), + [anon_sym_go] = ACTIONS(2218), + [anon_sym_spawn] = ACTIONS(2220), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(2222), + [anon_sym_TILDE] = ACTIONS(2212), + [anon_sym_CARET] = ACTIONS(2212), + [anon_sym_AMP] = ACTIONS(2224), + [anon_sym_LT_DASH] = ACTIONS(2226), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2228), + [anon_sym_lock] = ACTIONS(2230), + [anon_sym_rlock] = ACTIONS(2230), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [596] = { - [ts_builtin_sym_end] = ACTIONS(2738), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LF] = ACTIONS(2740), - [anon_sym_CR] = ACTIONS(2740), - [anon_sym_CR_LF] = ACTIONS(2740), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2740), - [anon_sym_as] = ACTIONS(2740), - [anon_sym_LBRACE] = ACTIONS(2740), - [anon_sym_COMMA] = ACTIONS(2740), - [anon_sym_const] = ACTIONS(2740), - [anon_sym_LPAREN] = ACTIONS(2740), - [anon_sym_EQ] = ACTIONS(2740), - [anon_sym___global] = ACTIONS(2740), - [anon_sym_type] = ACTIONS(2740), - [anon_sym_PIPE] = ACTIONS(2740), - [anon_sym_fn] = ACTIONS(2740), - [anon_sym_PLUS] = ACTIONS(2740), - [anon_sym_DASH] = ACTIONS(2740), - [anon_sym_STAR] = ACTIONS(2740), - [anon_sym_SLASH] = ACTIONS(2740), - [anon_sym_PERCENT] = ACTIONS(2740), - [anon_sym_LT] = ACTIONS(2740), - [anon_sym_GT] = ACTIONS(2740), - [anon_sym_EQ_EQ] = ACTIONS(2740), - [anon_sym_BANG_EQ] = ACTIONS(2740), - [anon_sym_LT_EQ] = ACTIONS(2740), - [anon_sym_GT_EQ] = ACTIONS(2740), - [anon_sym_LBRACK] = ACTIONS(2738), - [anon_sym_struct] = ACTIONS(2740), - [anon_sym_union] = ACTIONS(2740), - [anon_sym_pub] = ACTIONS(2740), - [anon_sym_mut] = ACTIONS(2740), - [anon_sym_enum] = ACTIONS(2740), - [anon_sym_interface] = ACTIONS(2740), - [anon_sym_PLUS_PLUS] = ACTIONS(2740), - [anon_sym_DASH_DASH] = ACTIONS(2740), - [anon_sym_QMARK] = ACTIONS(2740), - [anon_sym_BANG] = ACTIONS(2740), - [anon_sym_go] = ACTIONS(2740), - [anon_sym_spawn] = ACTIONS(2740), - [anon_sym_json_DOTdecode] = ACTIONS(2740), - [anon_sym_LBRACK2] = ACTIONS(2740), - [anon_sym_TILDE] = ACTIONS(2740), - [anon_sym_CARET] = ACTIONS(2740), - [anon_sym_AMP] = ACTIONS(2740), - [anon_sym_LT_DASH] = ACTIONS(2740), - [anon_sym_LT_LT] = ACTIONS(2740), - [anon_sym_GT_GT] = ACTIONS(2740), - [anon_sym_GT_GT_GT] = ACTIONS(2740), - [anon_sym_AMP_CARET] = ACTIONS(2740), - [anon_sym_AMP_AMP] = ACTIONS(2740), - [anon_sym_PIPE_PIPE] = ACTIONS(2740), - [anon_sym_or] = ACTIONS(2740), - [sym_none] = ACTIONS(2740), - [sym_true] = ACTIONS(2740), - [sym_false] = ACTIONS(2740), - [sym_nil] = ACTIONS(2740), - [anon_sym_QMARK_DOT] = ACTIONS(2740), - [anon_sym_POUND_LBRACK] = ACTIONS(2740), - [anon_sym_if] = ACTIONS(2740), - [anon_sym_DOLLARif] = ACTIONS(2740), - [anon_sym_DOLLARelse] = ACTIONS(2742), - [anon_sym_is] = ACTIONS(2740), - [anon_sym_BANGis] = ACTIONS(2740), - [anon_sym_in] = ACTIONS(2740), - [anon_sym_BANGin] = ACTIONS(2740), - [anon_sym_match] = ACTIONS(2740), - [anon_sym_select] = ACTIONS(2740), - [anon_sym_STAR_EQ] = ACTIONS(2740), - [anon_sym_SLASH_EQ] = ACTIONS(2740), - [anon_sym_PERCENT_EQ] = ACTIONS(2740), - [anon_sym_LT_LT_EQ] = ACTIONS(2740), - [anon_sym_GT_GT_EQ] = ACTIONS(2740), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2740), - [anon_sym_AMP_EQ] = ACTIONS(2740), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2740), - [anon_sym_PLUS_EQ] = ACTIONS(2740), - [anon_sym_DASH_EQ] = ACTIONS(2740), - [anon_sym_PIPE_EQ] = ACTIONS(2740), - [anon_sym_CARET_EQ] = ACTIONS(2740), - [anon_sym_COLON_EQ] = ACTIONS(2740), - [anon_sym_lock] = ACTIONS(2740), - [anon_sym_rlock] = ACTIONS(2740), - [anon_sym_unsafe] = ACTIONS(2740), - [anon_sym_sql] = ACTIONS(2740), - [sym_int_literal] = ACTIONS(2740), - [sym_float_literal] = ACTIONS(2740), - [sym_rune_literal] = ACTIONS(2740), - [anon_sym_AT] = ACTIONS(2740), - [anon_sym_shared] = ACTIONS(2740), - [anon_sym_map_LBRACK] = ACTIONS(2740), - [anon_sym_chan] = ACTIONS(2740), - [anon_sym_thread] = ACTIONS(2740), - [anon_sym_atomic] = ACTIONS(2740), - [anon_sym_assert] = ACTIONS(2740), - [anon_sym_defer] = ACTIONS(2740), - [anon_sym_goto] = ACTIONS(2740), - [anon_sym_break] = ACTIONS(2740), - [anon_sym_continue] = ACTIONS(2740), - [anon_sym_return] = ACTIONS(2740), - [anon_sym_DOLLARfor] = ACTIONS(2740), - [anon_sym_for] = ACTIONS(2740), - [anon_sym_POUND] = ACTIONS(2740), - [anon_sym_asm] = ACTIONS(2740), - [anon_sym_AT_LBRACK] = ACTIONS(2740), - [sym___double_quote] = ACTIONS(2740), - [sym___single_quote] = ACTIONS(2740), - [sym___c_double_quote] = ACTIONS(2740), - [sym___c_single_quote] = ACTIONS(2740), - [sym___r_double_quote] = ACTIONS(2740), - [sym___r_single_quote] = ACTIONS(2740), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [597] = { - [sym__expression] = STATE(2863), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [566] = { + [sym__expression] = STATE(1885), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2428), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(2430), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(2432), + [anon_sym_DASH] = ACTIONS(2432), + [anon_sym_STAR] = ACTIONS(2434), + [anon_sym_struct] = ACTIONS(809), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2436), + [anon_sym_go] = ACTIONS(2438), + [anon_sym_spawn] = ACTIONS(2440), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(2442), + [anon_sym_TILDE] = ACTIONS(2432), + [anon_sym_CARET] = ACTIONS(2432), + [anon_sym_AMP] = ACTIONS(2444), + [anon_sym_LT_DASH] = ACTIONS(2446), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(829), + [anon_sym_DOLLARif] = ACTIONS(831), + [anon_sym_match] = ACTIONS(833), + [anon_sym_select] = ACTIONS(2448), + [anon_sym_lock] = ACTIONS(2450), + [anon_sym_rlock] = ACTIONS(2450), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_sql] = ACTIONS(841), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), }, - [598] = { - [sym__expression] = STATE(2668), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [567] = { + [sym__expression] = STATE(2630), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [599] = { - [sym__expression] = STATE(2316), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(2618), - [anon_sym_DASH] = ACTIONS(2618), - [anon_sym_STAR] = ACTIONS(2620), - [anon_sym_struct] = ACTIONS(1444), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2622), - [anon_sym_go] = ACTIONS(2624), - [anon_sym_spawn] = ACTIONS(2626), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(2618), - [anon_sym_CARET] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2628), - [anon_sym_LT_DASH] = ACTIONS(2630), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(2632), - [anon_sym_lock] = ACTIONS(2634), - [anon_sym_rlock] = ACTIONS(2634), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), + [568] = { + [ts_builtin_sym_end] = ACTIONS(2873), + [sym_identifier] = ACTIONS(2875), + [anon_sym_LF] = ACTIONS(2875), + [anon_sym_CR] = ACTIONS(2875), + [anon_sym_CR_LF] = ACTIONS(2875), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2875), + [anon_sym_as] = ACTIONS(2875), + [anon_sym_LBRACE] = ACTIONS(2875), + [anon_sym_COMMA] = ACTIONS(2875), + [anon_sym_const] = ACTIONS(2875), + [anon_sym_LPAREN] = ACTIONS(2875), + [anon_sym_EQ] = ACTIONS(2875), + [anon_sym___global] = ACTIONS(2875), + [anon_sym_type] = ACTIONS(2875), + [anon_sym_PIPE] = ACTIONS(2875), + [anon_sym_fn] = ACTIONS(2875), + [anon_sym_PLUS] = ACTIONS(2875), + [anon_sym_DASH] = ACTIONS(2875), + [anon_sym_STAR] = ACTIONS(2875), + [anon_sym_SLASH] = ACTIONS(2875), + [anon_sym_PERCENT] = ACTIONS(2875), + [anon_sym_LT] = ACTIONS(2875), + [anon_sym_GT] = ACTIONS(2875), + [anon_sym_EQ_EQ] = ACTIONS(2875), + [anon_sym_BANG_EQ] = ACTIONS(2875), + [anon_sym_LT_EQ] = ACTIONS(2875), + [anon_sym_GT_EQ] = ACTIONS(2875), + [anon_sym_LBRACK] = ACTIONS(2873), + [anon_sym_LT2] = ACTIONS(2875), + [anon_sym_struct] = ACTIONS(2875), + [anon_sym_union] = ACTIONS(2875), + [anon_sym_pub] = ACTIONS(2875), + [anon_sym_mut] = ACTIONS(2875), + [anon_sym_enum] = ACTIONS(2875), + [anon_sym_interface] = ACTIONS(2875), + [anon_sym_PLUS_PLUS] = ACTIONS(2875), + [anon_sym_DASH_DASH] = ACTIONS(2875), + [anon_sym_QMARK] = ACTIONS(2875), + [anon_sym_BANG] = ACTIONS(2877), + [anon_sym_go] = ACTIONS(2875), + [anon_sym_spawn] = ACTIONS(2875), + [anon_sym_json_DOTdecode] = ACTIONS(2875), + [anon_sym_LBRACK2] = ACTIONS(2875), + [anon_sym_TILDE] = ACTIONS(2875), + [anon_sym_CARET] = ACTIONS(2875), + [anon_sym_AMP] = ACTIONS(2875), + [anon_sym_LT_DASH] = ACTIONS(2875), + [anon_sym_LT_LT] = ACTIONS(2875), + [anon_sym_GT_GT] = ACTIONS(2875), + [anon_sym_GT_GT_GT] = ACTIONS(2875), + [anon_sym_AMP_CARET] = ACTIONS(2875), + [anon_sym_AMP_AMP] = ACTIONS(2875), + [anon_sym_PIPE_PIPE] = ACTIONS(2875), + [anon_sym_or] = ACTIONS(2875), + [sym_none] = ACTIONS(2875), + [sym_true] = ACTIONS(2875), + [sym_false] = ACTIONS(2875), + [sym_nil] = ACTIONS(2875), + [anon_sym_QMARK_DOT] = ACTIONS(2875), + [anon_sym_POUND_LBRACK] = ACTIONS(2875), + [anon_sym_if] = ACTIONS(2875), + [anon_sym_DOLLARif] = ACTIONS(2875), + [anon_sym_is] = ACTIONS(2875), + [anon_sym_BANGis] = ACTIONS(2875), + [anon_sym_in] = ACTIONS(2875), + [anon_sym_BANGin] = ACTIONS(2875), + [anon_sym_match] = ACTIONS(2875), + [anon_sym_select] = ACTIONS(2875), + [anon_sym_STAR_EQ] = ACTIONS(2875), + [anon_sym_SLASH_EQ] = ACTIONS(2875), + [anon_sym_PERCENT_EQ] = ACTIONS(2875), + [anon_sym_LT_LT_EQ] = ACTIONS(2875), + [anon_sym_GT_GT_EQ] = ACTIONS(2875), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2875), + [anon_sym_AMP_EQ] = ACTIONS(2875), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2875), + [anon_sym_PLUS_EQ] = ACTIONS(2875), + [anon_sym_DASH_EQ] = ACTIONS(2875), + [anon_sym_PIPE_EQ] = ACTIONS(2875), + [anon_sym_CARET_EQ] = ACTIONS(2875), + [anon_sym_COLON_EQ] = ACTIONS(2875), + [anon_sym_lock] = ACTIONS(2875), + [anon_sym_rlock] = ACTIONS(2875), + [anon_sym_unsafe] = ACTIONS(2875), + [anon_sym_sql] = ACTIONS(2875), + [sym_int_literal] = ACTIONS(2875), + [sym_float_literal] = ACTIONS(2875), + [sym_rune_literal] = ACTIONS(2875), + [anon_sym_AT] = ACTIONS(2875), + [anon_sym_shared] = ACTIONS(2875), + [anon_sym_map_LBRACK] = ACTIONS(2875), + [anon_sym_chan] = ACTIONS(2875), + [anon_sym_thread] = ACTIONS(2875), + [anon_sym_atomic] = ACTIONS(2875), + [anon_sym_assert] = ACTIONS(2875), + [anon_sym_defer] = ACTIONS(2875), + [anon_sym_goto] = ACTIONS(2875), + [anon_sym_break] = ACTIONS(2875), + [anon_sym_continue] = ACTIONS(2875), + [anon_sym_return] = ACTIONS(2875), + [anon_sym_DOLLARfor] = ACTIONS(2875), + [anon_sym_for] = ACTIONS(2875), + [anon_sym_POUND] = ACTIONS(2875), + [anon_sym_asm] = ACTIONS(2875), + [anon_sym_AT_LBRACK] = ACTIONS(2875), + [sym___double_quote] = ACTIONS(2875), + [sym___single_quote] = ACTIONS(2875), + [sym___c_double_quote] = ACTIONS(2875), + [sym___c_single_quote] = ACTIONS(2875), + [sym___r_double_quote] = ACTIONS(2875), + [sym___r_single_quote] = ACTIONS(2875), }, - [600] = { - [sym__expression] = STATE(2808), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [569] = { + [sym__expression] = STATE(2753), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [601] = { - [sym__expression] = STATE(2313), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), + [570] = { + [sym__expression] = STATE(2483), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(1438), - [anon_sym_DASH] = ACTIONS(1438), - [anon_sym_STAR] = ACTIONS(1440), - [anon_sym_struct] = ACTIONS(1444), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1446), - [anon_sym_go] = ACTIONS(1448), - [anon_sym_spawn] = ACTIONS(1450), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1438), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_LT_DASH] = ACTIONS(1458), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(1468), - [anon_sym_lock] = ACTIONS(1470), - [anon_sym_rlock] = ACTIONS(1470), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [602] = { - [sym__expression] = STATE(2314), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [571] = { + [sym__expression] = STATE(2316), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), [anon_sym_LBRACE] = ACTIONS(1430), [anon_sym_LPAREN] = ACTIONS(1432), [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(1438), - [anon_sym_DASH] = ACTIONS(1438), - [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2725), [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1446), - [anon_sym_go] = ACTIONS(1448), - [anon_sym_spawn] = ACTIONS(1450), + [anon_sym_BANG] = ACTIONS(2727), + [anon_sym_go] = ACTIONS(2729), + [anon_sym_spawn] = ACTIONS(2731), [anon_sym_json_DOTdecode] = ACTIONS(1452), [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1438), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_LT_DASH] = ACTIONS(1458), + [anon_sym_TILDE] = ACTIONS(2723), + [anon_sym_CARET] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_LT_DASH] = ACTIONS(2735), [sym_none] = ACTIONS(1460), [sym_true] = ACTIONS(1460), [sym_false] = ACTIONS(1460), @@ -95827,9 +92496,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1462), [anon_sym_DOLLARif] = ACTIONS(1464), [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(1468), - [anon_sym_lock] = ACTIONS(1470), - [anon_sym_rlock] = ACTIONS(1470), + [anon_sym_select] = ACTIONS(2737), + [anon_sym_lock] = ACTIONS(2739), + [anon_sym_rlock] = ACTIONS(2739), [anon_sym_unsafe] = ACTIONS(1472), [anon_sym_sql] = ACTIONS(1474), [sym_int_literal] = ACTIONS(1460), @@ -95848,92 +92517,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1488), [sym___r_single_quote] = ACTIONS(1490), }, - [603] = { - [sym__expression] = STATE(2315), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [572] = { + [sym__expression] = STATE(2482), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), [anon_sym_LBRACE] = ACTIONS(1430), [anon_sym_LPAREN] = ACTIONS(1432), [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(1438), - [anon_sym_DASH] = ACTIONS(1438), - [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2725), [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1446), - [anon_sym_go] = ACTIONS(1448), - [anon_sym_spawn] = ACTIONS(1450), + [anon_sym_BANG] = ACTIONS(2727), + [anon_sym_go] = ACTIONS(2729), + [anon_sym_spawn] = ACTIONS(2731), [anon_sym_json_DOTdecode] = ACTIONS(1452), [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1438), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_LT_DASH] = ACTIONS(1458), + [anon_sym_TILDE] = ACTIONS(2723), + [anon_sym_CARET] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_LT_DASH] = ACTIONS(2735), [sym_none] = ACTIONS(1460), [sym_true] = ACTIONS(1460), [sym_false] = ACTIONS(1460), @@ -95941,9 +92610,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1462), [anon_sym_DOLLARif] = ACTIONS(1464), [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(1468), - [anon_sym_lock] = ACTIONS(1470), - [anon_sym_rlock] = ACTIONS(1470), + [anon_sym_select] = ACTIONS(2737), + [anon_sym_lock] = ACTIONS(2739), + [anon_sym_rlock] = ACTIONS(2739), [anon_sym_unsafe] = ACTIONS(1472), [anon_sym_sql] = ACTIONS(1474), [sym_int_literal] = ACTIONS(1460), @@ -95962,185 +92631,185 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1488), [sym___r_single_quote] = ACTIONS(1490), }, - [604] = { - [sym__expression] = STATE(2319), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), + [573] = { + [sym__expression] = STATE(2723), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(1438), - [anon_sym_DASH] = ACTIONS(1438), - [anon_sym_STAR] = ACTIONS(1440), - [anon_sym_struct] = ACTIONS(1444), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1446), - [anon_sym_go] = ACTIONS(1448), - [anon_sym_spawn] = ACTIONS(1450), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1438), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_LT_DASH] = ACTIONS(1458), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(1468), - [anon_sym_lock] = ACTIONS(1470), - [anon_sym_rlock] = ACTIONS(1470), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [605] = { - [sym__expression] = STATE(2305), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [574] = { + [sym__expression] = STATE(2382), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -96190,548 +92859,548 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1488), [sym___r_single_quote] = ACTIONS(1490), }, - [606] = { - [sym__expression] = STATE(990), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), + [575] = { + [sym__expression] = STATE(2269), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_struct] = ACTIONS(501), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2598), - [anon_sym_go] = ACTIONS(2600), - [anon_sym_spawn] = ACTIONS(2602), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2604), - [anon_sym_LT_DASH] = ACTIONS(2606), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(2608), - [anon_sym_lock] = ACTIONS(2610), - [anon_sym_rlock] = ACTIONS(2610), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [607] = { - [sym__expression] = STATE(2302), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), + [576] = { + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2995), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2996), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2646), - [anon_sym_DASH] = ACTIONS(2646), - [anon_sym_STAR] = ACTIONS(2648), - [anon_sym_struct] = ACTIONS(2650), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2652), - [anon_sym_go] = ACTIONS(2654), - [anon_sym_spawn] = ACTIONS(2656), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2646), - [anon_sym_CARET] = ACTIONS(2646), - [anon_sym_AMP] = ACTIONS(2662), - [anon_sym_LT_DASH] = ACTIONS(2664), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2674), - [anon_sym_lock] = ACTIONS(2676), - [anon_sym_rlock] = ACTIONS(2676), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [608] = { - [sym__expression] = STATE(965), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), + [577] = { + [sym__expression] = STATE(2624), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_struct] = ACTIONS(501), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2212), + [anon_sym_DASH] = ACTIONS(2212), + [anon_sym_STAR] = ACTIONS(2214), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2598), - [anon_sym_go] = ACTIONS(2600), - [anon_sym_spawn] = ACTIONS(2602), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2604), - [anon_sym_LT_DASH] = ACTIONS(2606), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(2608), - [anon_sym_lock] = ACTIONS(2610), - [anon_sym_rlock] = ACTIONS(2610), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), + [anon_sym_BANG] = ACTIONS(2216), + [anon_sym_go] = ACTIONS(2218), + [anon_sym_spawn] = ACTIONS(2220), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(2222), + [anon_sym_TILDE] = ACTIONS(2212), + [anon_sym_CARET] = ACTIONS(2212), + [anon_sym_AMP] = ACTIONS(2224), + [anon_sym_LT_DASH] = ACTIONS(2226), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2228), + [anon_sym_lock] = ACTIONS(2230), + [anon_sym_rlock] = ACTIONS(2230), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [609] = { - [sym__expression] = STATE(2316), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4242), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), + [578] = { + [sym__expression] = STATE(2881), + [sym__expression_without_blocks] = STATE(2904), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2904), + [sym_dec_expression] = STATE(2904), + [sym_or_block_expression] = STATE(2904), + [sym_option_propagation_expression] = STATE(2904), + [sym_result_propagation_expression] = STATE(2904), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2904), + [sym_spawn_expression] = STATE(2904), + [sym_parenthesized_expression] = STATE(2904), + [sym_call_expression] = STATE(2904), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2904), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2904), + [sym_receive_expression] = STATE(2904), + [sym_binary_expression] = STATE(2904), + [sym_as_type_cast_expression] = STATE(2904), + [sym__max_group] = STATE(2904), + [sym_literal] = STATE(2904), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2904), + [sym_fixed_array_creation] = STATE(2904), + [sym_selector_expression] = STATE(2904), + [sym_index_expression] = STATE(2904), + [sym_slice_expression] = STATE(2904), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2904), + [sym_not_is_expression] = STATE(2904), + [sym_in_expression] = STATE(2904), + [sym_not_in_expression] = STATE(2904), + [sym_enum_fetch] = STATE(2904), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2904), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(2618), - [anon_sym_DASH] = ACTIONS(2618), - [anon_sym_STAR] = ACTIONS(2620), - [anon_sym_struct] = ACTIONS(1444), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2622), - [anon_sym_go] = ACTIONS(2624), - [anon_sym_spawn] = ACTIONS(2626), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(2618), - [anon_sym_CARET] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2628), - [anon_sym_LT_DASH] = ACTIONS(2630), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(2632), - [anon_sym_lock] = ACTIONS(2634), - [anon_sym_rlock] = ACTIONS(2634), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [610] = { - [sym__expression] = STATE(2316), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4239), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [579] = { + [sym__expression] = STATE(2449), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), [anon_sym_LBRACE] = ACTIONS(1430), [anon_sym_LPAREN] = ACTIONS(1432), [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(2618), - [anon_sym_DASH] = ACTIONS(2618), - [anon_sym_STAR] = ACTIONS(2620), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2725), [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2622), - [anon_sym_go] = ACTIONS(2624), - [anon_sym_spawn] = ACTIONS(2626), + [anon_sym_BANG] = ACTIONS(2727), + [anon_sym_go] = ACTIONS(2729), + [anon_sym_spawn] = ACTIONS(2731), [anon_sym_json_DOTdecode] = ACTIONS(1452), [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(2618), - [anon_sym_CARET] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2628), - [anon_sym_LT_DASH] = ACTIONS(2630), + [anon_sym_TILDE] = ACTIONS(2723), + [anon_sym_CARET] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_LT_DASH] = ACTIONS(2735), [sym_none] = ACTIONS(1460), [sym_true] = ACTIONS(1460), [sym_false] = ACTIONS(1460), @@ -96739,9 +93408,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(1462), [anon_sym_DOLLARif] = ACTIONS(1464), [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(2632), - [anon_sym_lock] = ACTIONS(2634), - [anon_sym_rlock] = ACTIONS(2634), + [anon_sym_select] = ACTIONS(2737), + [anon_sym_lock] = ACTIONS(2739), + [anon_sym_rlock] = ACTIONS(2739), [anon_sym_unsafe] = ACTIONS(1472), [anon_sym_sql] = ACTIONS(1474), [sym_int_literal] = ACTIONS(1460), @@ -96760,1439 +93429,1325 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1488), [sym___r_single_quote] = ACTIONS(1490), }, - [611] = { - [sym__expression] = STATE(2882), - [sym__expression_without_blocks] = STATE(2145), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2145), - [sym_dec_expression] = STATE(2145), - [sym_or_block_expression] = STATE(2145), - [sym_option_propagation_expression] = STATE(2145), - [sym_result_propagation_expression] = STATE(2145), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2145), - [sym_spawn_expression] = STATE(2145), - [sym_parenthesized_expression] = STATE(2145), - [sym_call_expression] = STATE(2145), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2145), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2145), - [sym_receive_expression] = STATE(2145), - [sym_binary_expression] = STATE(2145), - [sym_as_type_cast_expression] = STATE(2145), - [sym__max_group] = STATE(2145), - [sym_literal] = STATE(2145), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2145), - [sym_fixed_array_creation] = STATE(2145), - [sym_selector_expression] = STATE(2145), - [sym_index_expression] = STATE(2145), - [sym_slice_expression] = STATE(2145), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2145), - [sym_not_is_expression] = STATE(2145), - [sym_in_expression] = STATE(2145), - [sym_not_in_expression] = STATE(2145), - [sym_enum_fetch] = STATE(2145), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2145), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1562), + [580] = { + [sym__expression] = STATE(2852), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(805), - [anon_sym_DASH] = ACTIONS(805), - [anon_sym_STAR] = ACTIONS(807), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(813), - [anon_sym_go] = ACTIONS(815), - [anon_sym_spawn] = ACTIONS(817), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(821), - [anon_sym_TILDE] = ACTIONS(805), - [anon_sym_CARET] = ACTIONS(805), - [anon_sym_AMP] = ACTIONS(823), - [anon_sym_LT_DASH] = ACTIONS(825), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), - }, - [612] = { - [ts_builtin_sym_end] = ACTIONS(2728), - [sym_identifier] = ACTIONS(2730), - [anon_sym_LF] = ACTIONS(2730), - [anon_sym_CR] = ACTIONS(2730), - [anon_sym_CR_LF] = ACTIONS(2730), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2730), - [anon_sym_as] = ACTIONS(2730), - [anon_sym_LBRACE] = ACTIONS(2730), - [anon_sym_COMMA] = ACTIONS(2730), - [anon_sym_const] = ACTIONS(2730), - [anon_sym_LPAREN] = ACTIONS(2730), - [anon_sym_EQ] = ACTIONS(2730), - [anon_sym___global] = ACTIONS(2730), - [anon_sym_type] = ACTIONS(2730), - [anon_sym_PIPE] = ACTIONS(2730), - [anon_sym_fn] = ACTIONS(2730), - [anon_sym_PLUS] = ACTIONS(2730), - [anon_sym_DASH] = ACTIONS(2730), - [anon_sym_STAR] = ACTIONS(2730), - [anon_sym_SLASH] = ACTIONS(2730), - [anon_sym_PERCENT] = ACTIONS(2730), - [anon_sym_LT] = ACTIONS(2730), - [anon_sym_GT] = ACTIONS(2730), - [anon_sym_EQ_EQ] = ACTIONS(2730), - [anon_sym_BANG_EQ] = ACTIONS(2730), - [anon_sym_LT_EQ] = ACTIONS(2730), - [anon_sym_GT_EQ] = ACTIONS(2730), - [anon_sym_LBRACK] = ACTIONS(2728), - [anon_sym_struct] = ACTIONS(2730), - [anon_sym_union] = ACTIONS(2730), - [anon_sym_pub] = ACTIONS(2730), - [anon_sym_mut] = ACTIONS(2730), - [anon_sym_enum] = ACTIONS(2730), - [anon_sym_interface] = ACTIONS(2730), - [anon_sym_PLUS_PLUS] = ACTIONS(2730), - [anon_sym_DASH_DASH] = ACTIONS(2730), - [anon_sym_QMARK] = ACTIONS(2730), - [anon_sym_BANG] = ACTIONS(2730), - [anon_sym_go] = ACTIONS(2730), - [anon_sym_spawn] = ACTIONS(2730), - [anon_sym_json_DOTdecode] = ACTIONS(2730), - [anon_sym_LBRACK2] = ACTIONS(2730), - [anon_sym_TILDE] = ACTIONS(2730), - [anon_sym_CARET] = ACTIONS(2730), - [anon_sym_AMP] = ACTIONS(2730), - [anon_sym_LT_DASH] = ACTIONS(2730), - [anon_sym_LT_LT] = ACTIONS(2730), - [anon_sym_GT_GT] = ACTIONS(2730), - [anon_sym_GT_GT_GT] = ACTIONS(2730), - [anon_sym_AMP_CARET] = ACTIONS(2730), - [anon_sym_AMP_AMP] = ACTIONS(2730), - [anon_sym_PIPE_PIPE] = ACTIONS(2730), - [anon_sym_or] = ACTIONS(2730), - [sym_none] = ACTIONS(2730), - [sym_true] = ACTIONS(2730), - [sym_false] = ACTIONS(2730), - [sym_nil] = ACTIONS(2730), - [anon_sym_QMARK_DOT] = ACTIONS(2730), - [anon_sym_POUND_LBRACK] = ACTIONS(2730), - [anon_sym_if] = ACTIONS(2730), - [anon_sym_else] = ACTIONS(2730), - [anon_sym_DOLLARif] = ACTIONS(2730), - [anon_sym_is] = ACTIONS(2730), - [anon_sym_BANGis] = ACTIONS(2730), - [anon_sym_in] = ACTIONS(2730), - [anon_sym_BANGin] = ACTIONS(2730), - [anon_sym_match] = ACTIONS(2730), - [anon_sym_select] = ACTIONS(2730), - [anon_sym_STAR_EQ] = ACTIONS(2730), - [anon_sym_SLASH_EQ] = ACTIONS(2730), - [anon_sym_PERCENT_EQ] = ACTIONS(2730), - [anon_sym_LT_LT_EQ] = ACTIONS(2730), - [anon_sym_GT_GT_EQ] = ACTIONS(2730), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2730), - [anon_sym_AMP_EQ] = ACTIONS(2730), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2730), - [anon_sym_PLUS_EQ] = ACTIONS(2730), - [anon_sym_DASH_EQ] = ACTIONS(2730), - [anon_sym_PIPE_EQ] = ACTIONS(2730), - [anon_sym_CARET_EQ] = ACTIONS(2730), - [anon_sym_COLON_EQ] = ACTIONS(2730), - [anon_sym_lock] = ACTIONS(2730), - [anon_sym_rlock] = ACTIONS(2730), - [anon_sym_unsafe] = ACTIONS(2730), - [anon_sym_sql] = ACTIONS(2730), - [sym_int_literal] = ACTIONS(2730), - [sym_float_literal] = ACTIONS(2730), - [sym_rune_literal] = ACTIONS(2730), - [anon_sym_AT] = ACTIONS(2730), - [anon_sym_shared] = ACTIONS(2730), - [anon_sym_map_LBRACK] = ACTIONS(2730), - [anon_sym_chan] = ACTIONS(2730), - [anon_sym_thread] = ACTIONS(2730), - [anon_sym_atomic] = ACTIONS(2730), - [anon_sym_assert] = ACTIONS(2730), - [anon_sym_defer] = ACTIONS(2730), - [anon_sym_goto] = ACTIONS(2730), - [anon_sym_break] = ACTIONS(2730), - [anon_sym_continue] = ACTIONS(2730), - [anon_sym_return] = ACTIONS(2730), - [anon_sym_DOLLARfor] = ACTIONS(2730), - [anon_sym_for] = ACTIONS(2730), - [anon_sym_POUND] = ACTIONS(2730), - [anon_sym_asm] = ACTIONS(2730), - [anon_sym_AT_LBRACK] = ACTIONS(2730), - [sym___double_quote] = ACTIONS(2730), - [sym___single_quote] = ACTIONS(2730), - [sym___c_double_quote] = ACTIONS(2730), - [sym___c_single_quote] = ACTIONS(2730), - [sym___r_double_quote] = ACTIONS(2730), - [sym___r_single_quote] = ACTIONS(2730), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [613] = { - [sym__expression] = STATE(2461), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), + [581] = { + [sym__expression] = STATE(2269), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(2618), - [anon_sym_DASH] = ACTIONS(2618), - [anon_sym_STAR] = ACTIONS(2620), - [anon_sym_struct] = ACTIONS(1444), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2212), + [anon_sym_DASH] = ACTIONS(2212), + [anon_sym_STAR] = ACTIONS(2214), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2622), - [anon_sym_go] = ACTIONS(2624), - [anon_sym_spawn] = ACTIONS(2626), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(2618), - [anon_sym_CARET] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2628), - [anon_sym_LT_DASH] = ACTIONS(2630), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(2632), - [anon_sym_lock] = ACTIONS(2634), - [anon_sym_rlock] = ACTIONS(2634), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(2216), + [anon_sym_go] = ACTIONS(2218), + [anon_sym_spawn] = ACTIONS(2220), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(2222), + [anon_sym_TILDE] = ACTIONS(2212), + [anon_sym_CARET] = ACTIONS(2212), + [anon_sym_AMP] = ACTIONS(2224), + [anon_sym_LT_DASH] = ACTIONS(2226), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2228), + [anon_sym_lock] = ACTIONS(2230), + [anon_sym_rlock] = ACTIONS(2230), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [614] = { - [sym__expression] = STATE(2455), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), + [582] = { + [sym__expression] = STATE(2625), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(2618), - [anon_sym_DASH] = ACTIONS(2618), - [anon_sym_STAR] = ACTIONS(2620), - [anon_sym_struct] = ACTIONS(1444), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2212), + [anon_sym_DASH] = ACTIONS(2212), + [anon_sym_STAR] = ACTIONS(2214), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2622), - [anon_sym_go] = ACTIONS(2624), - [anon_sym_spawn] = ACTIONS(2626), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(2618), - [anon_sym_CARET] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2628), - [anon_sym_LT_DASH] = ACTIONS(2630), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(2632), - [anon_sym_lock] = ACTIONS(2634), - [anon_sym_rlock] = ACTIONS(2634), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(2216), + [anon_sym_go] = ACTIONS(2218), + [anon_sym_spawn] = ACTIONS(2220), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(2222), + [anon_sym_TILDE] = ACTIONS(2212), + [anon_sym_CARET] = ACTIONS(2212), + [anon_sym_AMP] = ACTIONS(2224), + [anon_sym_LT_DASH] = ACTIONS(2226), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2228), + [anon_sym_lock] = ACTIONS(2230), + [anon_sym_rlock] = ACTIONS(2230), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [615] = { - [sym__expression] = STATE(989), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_struct] = ACTIONS(501), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2598), - [anon_sym_go] = ACTIONS(2600), - [anon_sym_spawn] = ACTIONS(2602), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2604), - [anon_sym_LT_DASH] = ACTIONS(2606), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(2608), - [anon_sym_lock] = ACTIONS(2610), - [anon_sym_rlock] = ACTIONS(2610), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), + [583] = { + [ts_builtin_sym_end] = ACTIONS(2885), + [sym_identifier] = ACTIONS(2887), + [anon_sym_LF] = ACTIONS(2887), + [anon_sym_CR] = ACTIONS(2887), + [anon_sym_CR_LF] = ACTIONS(2887), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2887), + [anon_sym_as] = ACTIONS(2887), + [anon_sym_LBRACE] = ACTIONS(2887), + [anon_sym_COMMA] = ACTIONS(2887), + [anon_sym_const] = ACTIONS(2887), + [anon_sym_LPAREN] = ACTIONS(2887), + [anon_sym_EQ] = ACTIONS(2887), + [anon_sym___global] = ACTIONS(2887), + [anon_sym_type] = ACTIONS(2887), + [anon_sym_PIPE] = ACTIONS(2887), + [anon_sym_fn] = ACTIONS(2887), + [anon_sym_PLUS] = ACTIONS(2887), + [anon_sym_DASH] = ACTIONS(2887), + [anon_sym_STAR] = ACTIONS(2887), + [anon_sym_SLASH] = ACTIONS(2887), + [anon_sym_PERCENT] = ACTIONS(2887), + [anon_sym_LT] = ACTIONS(2887), + [anon_sym_GT] = ACTIONS(2887), + [anon_sym_EQ_EQ] = ACTIONS(2887), + [anon_sym_BANG_EQ] = ACTIONS(2887), + [anon_sym_LT_EQ] = ACTIONS(2887), + [anon_sym_GT_EQ] = ACTIONS(2887), + [anon_sym_LBRACK] = ACTIONS(2885), + [anon_sym_LT2] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2887), + [anon_sym_union] = ACTIONS(2887), + [anon_sym_pub] = ACTIONS(2887), + [anon_sym_mut] = ACTIONS(2887), + [anon_sym_enum] = ACTIONS(2887), + [anon_sym_interface] = ACTIONS(2887), + [anon_sym_PLUS_PLUS] = ACTIONS(2887), + [anon_sym_DASH_DASH] = ACTIONS(2887), + [anon_sym_QMARK] = ACTIONS(2887), + [anon_sym_BANG] = ACTIONS(2887), + [anon_sym_go] = ACTIONS(2887), + [anon_sym_spawn] = ACTIONS(2887), + [anon_sym_json_DOTdecode] = ACTIONS(2887), + [anon_sym_LBRACK2] = ACTIONS(2887), + [anon_sym_TILDE] = ACTIONS(2887), + [anon_sym_CARET] = ACTIONS(2887), + [anon_sym_AMP] = ACTIONS(2887), + [anon_sym_LT_DASH] = ACTIONS(2887), + [anon_sym_LT_LT] = ACTIONS(2887), + [anon_sym_GT_GT] = ACTIONS(2887), + [anon_sym_GT_GT_GT] = ACTIONS(2887), + [anon_sym_AMP_CARET] = ACTIONS(2887), + [anon_sym_AMP_AMP] = ACTIONS(2887), + [anon_sym_PIPE_PIPE] = ACTIONS(2887), + [anon_sym_or] = ACTIONS(2887), + [sym_none] = ACTIONS(2887), + [sym_true] = ACTIONS(2887), + [sym_false] = ACTIONS(2887), + [sym_nil] = ACTIONS(2887), + [anon_sym_QMARK_DOT] = ACTIONS(2887), + [anon_sym_POUND_LBRACK] = ACTIONS(2887), + [anon_sym_if] = ACTIONS(2887), + [anon_sym_DOLLARif] = ACTIONS(2887), + [anon_sym_is] = ACTIONS(2887), + [anon_sym_BANGis] = ACTIONS(2887), + [anon_sym_in] = ACTIONS(2887), + [anon_sym_BANGin] = ACTIONS(2887), + [anon_sym_match] = ACTIONS(2887), + [anon_sym_select] = ACTIONS(2887), + [anon_sym_STAR_EQ] = ACTIONS(2887), + [anon_sym_SLASH_EQ] = ACTIONS(2887), + [anon_sym_PERCENT_EQ] = ACTIONS(2887), + [anon_sym_LT_LT_EQ] = ACTIONS(2887), + [anon_sym_GT_GT_EQ] = ACTIONS(2887), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2887), + [anon_sym_AMP_EQ] = ACTIONS(2887), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2887), + [anon_sym_PLUS_EQ] = ACTIONS(2887), + [anon_sym_DASH_EQ] = ACTIONS(2887), + [anon_sym_PIPE_EQ] = ACTIONS(2887), + [anon_sym_CARET_EQ] = ACTIONS(2887), + [anon_sym_COLON_EQ] = ACTIONS(2887), + [anon_sym_lock] = ACTIONS(2887), + [anon_sym_rlock] = ACTIONS(2887), + [anon_sym_unsafe] = ACTIONS(2887), + [anon_sym_sql] = ACTIONS(2887), + [sym_int_literal] = ACTIONS(2887), + [sym_float_literal] = ACTIONS(2887), + [sym_rune_literal] = ACTIONS(2887), + [anon_sym_AT] = ACTIONS(2887), + [anon_sym_shared] = ACTIONS(2887), + [anon_sym_map_LBRACK] = ACTIONS(2887), + [anon_sym_chan] = ACTIONS(2887), + [anon_sym_thread] = ACTIONS(2887), + [anon_sym_atomic] = ACTIONS(2887), + [anon_sym_assert] = ACTIONS(2887), + [anon_sym_defer] = ACTIONS(2887), + [anon_sym_goto] = ACTIONS(2887), + [anon_sym_break] = ACTIONS(2887), + [anon_sym_continue] = ACTIONS(2887), + [anon_sym_return] = ACTIONS(2887), + [anon_sym_DOLLARfor] = ACTIONS(2887), + [anon_sym_for] = ACTIONS(2887), + [anon_sym_POUND] = ACTIONS(2887), + [anon_sym_asm] = ACTIONS(2887), + [anon_sym_AT_LBRACK] = ACTIONS(2887), + [sym___double_quote] = ACTIONS(2887), + [sym___single_quote] = ACTIONS(2887), + [sym___c_double_quote] = ACTIONS(2887), + [sym___c_single_quote] = ACTIONS(2887), + [sym___r_double_quote] = ACTIONS(2887), + [sym___r_single_quote] = ACTIONS(2887), }, - [616] = { - [sym__expression] = STATE(2316), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4237), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), + [584] = { + [sym__expression] = STATE(2681), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(2618), - [anon_sym_DASH] = ACTIONS(2618), - [anon_sym_STAR] = ACTIONS(2620), - [anon_sym_struct] = ACTIONS(1444), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2622), - [anon_sym_go] = ACTIONS(2624), - [anon_sym_spawn] = ACTIONS(2626), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(2618), - [anon_sym_CARET] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2628), - [anon_sym_LT_DASH] = ACTIONS(2630), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(2632), - [anon_sym_lock] = ACTIONS(2634), - [anon_sym_rlock] = ACTIONS(2634), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [617] = { - [sym__expression] = STATE(2310), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(2618), - [anon_sym_DASH] = ACTIONS(2618), - [anon_sym_STAR] = ACTIONS(2620), - [anon_sym_struct] = ACTIONS(1444), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2622), - [anon_sym_go] = ACTIONS(2624), - [anon_sym_spawn] = ACTIONS(2626), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(2618), - [anon_sym_CARET] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2628), - [anon_sym_LT_DASH] = ACTIONS(2630), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(2632), - [anon_sym_lock] = ACTIONS(2634), - [anon_sym_rlock] = ACTIONS(2634), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), + [585] = { + [ts_builtin_sym_end] = ACTIONS(2889), + [sym_identifier] = ACTIONS(2891), + [anon_sym_LF] = ACTIONS(2891), + [anon_sym_CR] = ACTIONS(2891), + [anon_sym_CR_LF] = ACTIONS(2891), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2891), + [anon_sym_as] = ACTIONS(2891), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_COMMA] = ACTIONS(2891), + [anon_sym_const] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2891), + [anon_sym_EQ] = ACTIONS(2891), + [anon_sym___global] = ACTIONS(2891), + [anon_sym_type] = ACTIONS(2891), + [anon_sym_PIPE] = ACTIONS(2891), + [anon_sym_fn] = ACTIONS(2891), + [anon_sym_PLUS] = ACTIONS(2891), + [anon_sym_DASH] = ACTIONS(2891), + [anon_sym_STAR] = ACTIONS(2891), + [anon_sym_SLASH] = ACTIONS(2891), + [anon_sym_PERCENT] = ACTIONS(2891), + [anon_sym_LT] = ACTIONS(2891), + [anon_sym_GT] = ACTIONS(2891), + [anon_sym_EQ_EQ] = ACTIONS(2891), + [anon_sym_BANG_EQ] = ACTIONS(2891), + [anon_sym_LT_EQ] = ACTIONS(2891), + [anon_sym_GT_EQ] = ACTIONS(2891), + [anon_sym_LBRACK] = ACTIONS(2889), + [anon_sym_LT2] = ACTIONS(2891), + [anon_sym_struct] = ACTIONS(2891), + [anon_sym_union] = ACTIONS(2891), + [anon_sym_pub] = ACTIONS(2891), + [anon_sym_mut] = ACTIONS(2891), + [anon_sym_enum] = ACTIONS(2891), + [anon_sym_interface] = ACTIONS(2891), + [anon_sym_PLUS_PLUS] = ACTIONS(2891), + [anon_sym_DASH_DASH] = ACTIONS(2891), + [anon_sym_QMARK] = ACTIONS(2891), + [anon_sym_BANG] = ACTIONS(2891), + [anon_sym_go] = ACTIONS(2891), + [anon_sym_spawn] = ACTIONS(2891), + [anon_sym_json_DOTdecode] = ACTIONS(2891), + [anon_sym_LBRACK2] = ACTIONS(2891), + [anon_sym_TILDE] = ACTIONS(2891), + [anon_sym_CARET] = ACTIONS(2891), + [anon_sym_AMP] = ACTIONS(2891), + [anon_sym_LT_DASH] = ACTIONS(2891), + [anon_sym_LT_LT] = ACTIONS(2891), + [anon_sym_GT_GT] = ACTIONS(2891), + [anon_sym_GT_GT_GT] = ACTIONS(2891), + [anon_sym_AMP_CARET] = ACTIONS(2891), + [anon_sym_AMP_AMP] = ACTIONS(2891), + [anon_sym_PIPE_PIPE] = ACTIONS(2891), + [anon_sym_or] = ACTIONS(2891), + [sym_none] = ACTIONS(2891), + [sym_true] = ACTIONS(2891), + [sym_false] = ACTIONS(2891), + [sym_nil] = ACTIONS(2891), + [anon_sym_QMARK_DOT] = ACTIONS(2891), + [anon_sym_POUND_LBRACK] = ACTIONS(2891), + [anon_sym_if] = ACTIONS(2891), + [anon_sym_DOLLARif] = ACTIONS(2891), + [anon_sym_is] = ACTIONS(2891), + [anon_sym_BANGis] = ACTIONS(2891), + [anon_sym_in] = ACTIONS(2891), + [anon_sym_BANGin] = ACTIONS(2891), + [anon_sym_match] = ACTIONS(2891), + [anon_sym_select] = ACTIONS(2891), + [anon_sym_STAR_EQ] = ACTIONS(2891), + [anon_sym_SLASH_EQ] = ACTIONS(2891), + [anon_sym_PERCENT_EQ] = ACTIONS(2891), + [anon_sym_LT_LT_EQ] = ACTIONS(2891), + [anon_sym_GT_GT_EQ] = ACTIONS(2891), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2891), + [anon_sym_AMP_EQ] = ACTIONS(2891), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2891), + [anon_sym_PLUS_EQ] = ACTIONS(2891), + [anon_sym_DASH_EQ] = ACTIONS(2891), + [anon_sym_PIPE_EQ] = ACTIONS(2891), + [anon_sym_CARET_EQ] = ACTIONS(2891), + [anon_sym_COLON_EQ] = ACTIONS(2891), + [anon_sym_lock] = ACTIONS(2891), + [anon_sym_rlock] = ACTIONS(2891), + [anon_sym_unsafe] = ACTIONS(2891), + [anon_sym_sql] = ACTIONS(2891), + [sym_int_literal] = ACTIONS(2891), + [sym_float_literal] = ACTIONS(2891), + [sym_rune_literal] = ACTIONS(2891), + [anon_sym_AT] = ACTIONS(2891), + [anon_sym_shared] = ACTIONS(2891), + [anon_sym_map_LBRACK] = ACTIONS(2891), + [anon_sym_chan] = ACTIONS(2891), + [anon_sym_thread] = ACTIONS(2891), + [anon_sym_atomic] = ACTIONS(2891), + [anon_sym_assert] = ACTIONS(2891), + [anon_sym_defer] = ACTIONS(2891), + [anon_sym_goto] = ACTIONS(2891), + [anon_sym_break] = ACTIONS(2891), + [anon_sym_continue] = ACTIONS(2891), + [anon_sym_return] = ACTIONS(2891), + [anon_sym_DOLLARfor] = ACTIONS(2891), + [anon_sym_for] = ACTIONS(2891), + [anon_sym_POUND] = ACTIONS(2891), + [anon_sym_asm] = ACTIONS(2891), + [anon_sym_AT_LBRACK] = ACTIONS(2891), + [sym___double_quote] = ACTIONS(2891), + [sym___single_quote] = ACTIONS(2891), + [sym___c_double_quote] = ACTIONS(2891), + [sym___c_single_quote] = ACTIONS(2891), + [sym___r_double_quote] = ACTIONS(2891), + [sym___r_single_quote] = ACTIONS(2891), }, - [618] = { - [sym__expression] = STATE(988), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), + [586] = { + [sym__expression] = STATE(2591), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_struct] = ACTIONS(501), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2212), + [anon_sym_DASH] = ACTIONS(2212), + [anon_sym_STAR] = ACTIONS(2214), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2598), - [anon_sym_go] = ACTIONS(2600), - [anon_sym_spawn] = ACTIONS(2602), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2604), - [anon_sym_LT_DASH] = ACTIONS(2606), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(2608), - [anon_sym_lock] = ACTIONS(2610), - [anon_sym_rlock] = ACTIONS(2610), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), + [anon_sym_BANG] = ACTIONS(2216), + [anon_sym_go] = ACTIONS(2218), + [anon_sym_spawn] = ACTIONS(2220), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(2222), + [anon_sym_TILDE] = ACTIONS(2212), + [anon_sym_CARET] = ACTIONS(2212), + [anon_sym_AMP] = ACTIONS(2224), + [anon_sym_LT_DASH] = ACTIONS(2226), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2228), + [anon_sym_lock] = ACTIONS(2230), + [anon_sym_rlock] = ACTIONS(2230), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [619] = { - [sym__expression] = STATE(1280), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1175), + [587] = { + [sym__expression] = STATE(2590), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2212), + [anon_sym_DASH] = ACTIONS(2212), + [anon_sym_STAR] = ACTIONS(2214), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(2216), + [anon_sym_go] = ACTIONS(2218), + [anon_sym_spawn] = ACTIONS(2220), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(2222), + [anon_sym_TILDE] = ACTIONS(2212), + [anon_sym_CARET] = ACTIONS(2212), + [anon_sym_AMP] = ACTIONS(2224), + [anon_sym_LT_DASH] = ACTIONS(2226), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2228), + [anon_sym_lock] = ACTIONS(2230), + [anon_sym_rlock] = ACTIONS(2230), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [620] = { - [sym__expression] = STATE(983), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), + [588] = { + [sym__expression] = STATE(2623), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_struct] = ACTIONS(501), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2212), + [anon_sym_DASH] = ACTIONS(2212), + [anon_sym_STAR] = ACTIONS(2214), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2598), - [anon_sym_go] = ACTIONS(2600), - [anon_sym_spawn] = ACTIONS(2602), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2604), - [anon_sym_LT_DASH] = ACTIONS(2606), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(2608), - [anon_sym_lock] = ACTIONS(2610), - [anon_sym_rlock] = ACTIONS(2610), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), + [anon_sym_BANG] = ACTIONS(2216), + [anon_sym_go] = ACTIONS(2218), + [anon_sym_spawn] = ACTIONS(2220), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(2222), + [anon_sym_TILDE] = ACTIONS(2212), + [anon_sym_CARET] = ACTIONS(2212), + [anon_sym_AMP] = ACTIONS(2224), + [anon_sym_LT_DASH] = ACTIONS(2226), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2228), + [anon_sym_lock] = ACTIONS(2230), + [anon_sym_rlock] = ACTIONS(2230), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [621] = { - [sym__expression] = STATE(982), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), + [589] = { + [sym__expression] = STATE(2622), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_struct] = ACTIONS(501), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2212), + [anon_sym_DASH] = ACTIONS(2212), + [anon_sym_STAR] = ACTIONS(2214), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2598), - [anon_sym_go] = ACTIONS(2600), - [anon_sym_spawn] = ACTIONS(2602), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2604), - [anon_sym_LT_DASH] = ACTIONS(2606), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(2608), - [anon_sym_lock] = ACTIONS(2610), - [anon_sym_rlock] = ACTIONS(2610), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), + [anon_sym_BANG] = ACTIONS(2216), + [anon_sym_go] = ACTIONS(2218), + [anon_sym_spawn] = ACTIONS(2220), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(2222), + [anon_sym_TILDE] = ACTIONS(2212), + [anon_sym_CARET] = ACTIONS(2212), + [anon_sym_AMP] = ACTIONS(2224), + [anon_sym_LT_DASH] = ACTIONS(2226), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2228), + [anon_sym_lock] = ACTIONS(2230), + [anon_sym_rlock] = ACTIONS(2230), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [622] = { - [sym__expression] = STATE(991), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), + [590] = { + [sym__expression] = STATE(2646), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_struct] = ACTIONS(501), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2212), + [anon_sym_DASH] = ACTIONS(2212), + [anon_sym_STAR] = ACTIONS(2214), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2598), - [anon_sym_go] = ACTIONS(2600), - [anon_sym_spawn] = ACTIONS(2602), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2604), - [anon_sym_LT_DASH] = ACTIONS(2606), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(2608), - [anon_sym_lock] = ACTIONS(2610), - [anon_sym_rlock] = ACTIONS(2610), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), + [anon_sym_BANG] = ACTIONS(2216), + [anon_sym_go] = ACTIONS(2218), + [anon_sym_spawn] = ACTIONS(2220), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(2222), + [anon_sym_TILDE] = ACTIONS(2212), + [anon_sym_CARET] = ACTIONS(2212), + [anon_sym_AMP] = ACTIONS(2224), + [anon_sym_LT_DASH] = ACTIONS(2226), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2228), + [anon_sym_lock] = ACTIONS(2230), + [anon_sym_rlock] = ACTIONS(2230), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [623] = { - [sym__expression] = STATE(1137), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1195), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [591] = { + [sym__expression] = STATE(1133), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1218), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(939), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -98242,527 +94797,299 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(685), [sym___r_single_quote] = ACTIONS(687), }, - [624] = { - [sym__expression] = STATE(1279), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1175), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_struct] = ACTIONS(1191), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), - }, - [625] = { - [sym__expression] = STATE(2289), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2646), - [anon_sym_DASH] = ACTIONS(2646), - [anon_sym_STAR] = ACTIONS(2648), - [anon_sym_struct] = ACTIONS(2650), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2652), - [anon_sym_go] = ACTIONS(2654), - [anon_sym_spawn] = ACTIONS(2656), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2646), - [anon_sym_CARET] = ACTIONS(2646), - [anon_sym_AMP] = ACTIONS(2662), - [anon_sym_LT_DASH] = ACTIONS(2664), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2674), - [anon_sym_lock] = ACTIONS(2676), - [anon_sym_rlock] = ACTIONS(2676), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), - }, - [626] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3684), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [592] = { + [ts_builtin_sym_end] = ACTIONS(2893), + [sym_identifier] = ACTIONS(2895), + [anon_sym_LF] = ACTIONS(2895), + [anon_sym_CR] = ACTIONS(2895), + [anon_sym_CR_LF] = ACTIONS(2895), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2895), + [anon_sym_as] = ACTIONS(2895), + [anon_sym_LBRACE] = ACTIONS(2895), + [anon_sym_COMMA] = ACTIONS(2895), + [anon_sym_const] = ACTIONS(2895), + [anon_sym_LPAREN] = ACTIONS(2895), + [anon_sym_EQ] = ACTIONS(2895), + [anon_sym___global] = ACTIONS(2895), + [anon_sym_type] = ACTIONS(2895), + [anon_sym_PIPE] = ACTIONS(2895), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(2895), + [anon_sym_DASH] = ACTIONS(2895), + [anon_sym_STAR] = ACTIONS(2895), + [anon_sym_SLASH] = ACTIONS(2895), + [anon_sym_PERCENT] = ACTIONS(2895), + [anon_sym_LT] = ACTIONS(2895), + [anon_sym_GT] = ACTIONS(2895), + [anon_sym_EQ_EQ] = ACTIONS(2895), + [anon_sym_BANG_EQ] = ACTIONS(2895), + [anon_sym_LT_EQ] = ACTIONS(2895), + [anon_sym_GT_EQ] = ACTIONS(2895), + [anon_sym_LBRACK] = ACTIONS(2893), + [anon_sym_LT2] = ACTIONS(2895), + [anon_sym_struct] = ACTIONS(2895), + [anon_sym_union] = ACTIONS(2895), + [anon_sym_pub] = ACTIONS(2895), + [anon_sym_mut] = ACTIONS(2895), + [anon_sym_enum] = ACTIONS(2895), + [anon_sym_interface] = ACTIONS(2895), + [anon_sym_PLUS_PLUS] = ACTIONS(2895), + [anon_sym_DASH_DASH] = ACTIONS(2895), + [anon_sym_QMARK] = ACTIONS(2895), + [anon_sym_BANG] = ACTIONS(2895), + [anon_sym_go] = ACTIONS(2895), + [anon_sym_spawn] = ACTIONS(2895), + [anon_sym_json_DOTdecode] = ACTIONS(2895), + [anon_sym_LBRACK2] = ACTIONS(2895), + [anon_sym_TILDE] = ACTIONS(2895), + [anon_sym_CARET] = ACTIONS(2895), + [anon_sym_AMP] = ACTIONS(2895), + [anon_sym_LT_DASH] = ACTIONS(2895), + [anon_sym_LT_LT] = ACTIONS(2895), + [anon_sym_GT_GT] = ACTIONS(2895), + [anon_sym_GT_GT_GT] = ACTIONS(2895), + [anon_sym_AMP_CARET] = ACTIONS(2895), + [anon_sym_AMP_AMP] = ACTIONS(2895), + [anon_sym_PIPE_PIPE] = ACTIONS(2895), + [anon_sym_or] = ACTIONS(2895), + [sym_none] = ACTIONS(2895), + [sym_true] = ACTIONS(2895), + [sym_false] = ACTIONS(2895), + [sym_nil] = ACTIONS(2895), + [anon_sym_QMARK_DOT] = ACTIONS(2895), + [anon_sym_POUND_LBRACK] = ACTIONS(2895), + [anon_sym_if] = ACTIONS(2895), + [anon_sym_DOLLARif] = ACTIONS(2895), + [anon_sym_is] = ACTIONS(2895), + [anon_sym_BANGis] = ACTIONS(2895), + [anon_sym_in] = ACTIONS(2895), + [anon_sym_BANGin] = ACTIONS(2895), + [anon_sym_match] = ACTIONS(2895), + [anon_sym_select] = ACTIONS(2895), + [anon_sym_STAR_EQ] = ACTIONS(2895), + [anon_sym_SLASH_EQ] = ACTIONS(2895), + [anon_sym_PERCENT_EQ] = ACTIONS(2895), + [anon_sym_LT_LT_EQ] = ACTIONS(2895), + [anon_sym_GT_GT_EQ] = ACTIONS(2895), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2895), + [anon_sym_AMP_EQ] = ACTIONS(2895), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2895), + [anon_sym_PLUS_EQ] = ACTIONS(2895), + [anon_sym_DASH_EQ] = ACTIONS(2895), + [anon_sym_PIPE_EQ] = ACTIONS(2895), + [anon_sym_CARET_EQ] = ACTIONS(2895), + [anon_sym_COLON_EQ] = ACTIONS(2895), + [anon_sym_lock] = ACTIONS(2895), + [anon_sym_rlock] = ACTIONS(2895), + [anon_sym_unsafe] = ACTIONS(2895), + [anon_sym_sql] = ACTIONS(2895), + [sym_int_literal] = ACTIONS(2895), + [sym_float_literal] = ACTIONS(2895), + [sym_rune_literal] = ACTIONS(2895), + [anon_sym_AT] = ACTIONS(2895), + [anon_sym_shared] = ACTIONS(2895), + [anon_sym_map_LBRACK] = ACTIONS(2895), + [anon_sym_chan] = ACTIONS(2895), + [anon_sym_thread] = ACTIONS(2895), + [anon_sym_atomic] = ACTIONS(2895), + [anon_sym_assert] = ACTIONS(2895), + [anon_sym_defer] = ACTIONS(2895), + [anon_sym_goto] = ACTIONS(2895), + [anon_sym_break] = ACTIONS(2895), + [anon_sym_continue] = ACTIONS(2895), + [anon_sym_return] = ACTIONS(2895), + [anon_sym_DOLLARfor] = ACTIONS(2895), + [anon_sym_for] = ACTIONS(2895), + [anon_sym_POUND] = ACTIONS(2895), + [anon_sym_asm] = ACTIONS(2895), + [anon_sym_AT_LBRACK] = ACTIONS(2895), + [sym___double_quote] = ACTIONS(2895), + [sym___single_quote] = ACTIONS(2895), + [sym___c_double_quote] = ACTIONS(2895), + [sym___c_single_quote] = ACTIONS(2895), + [sym___r_double_quote] = ACTIONS(2895), + [sym___r_single_quote] = ACTIONS(2895), }, - [627] = { - [sym__expression] = STATE(2832), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [593] = { + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3711), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [628] = { - [sym__expression] = STATE(1136), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1195), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [594] = { + [sym__expression] = STATE(1131), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1218), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(939), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -98812,71 +95139,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(685), [sym___r_single_quote] = ACTIONS(687), }, - [629] = { - [sym__expression] = STATE(1135), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1195), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [595] = { + [sym__expression] = STATE(1130), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1218), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(939), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -98926,413 +95253,755 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(685), [sym___r_single_quote] = ACTIONS(687), }, - [630] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3675), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [596] = { + [ts_builtin_sym_end] = ACTIONS(2897), + [sym_identifier] = ACTIONS(2899), + [anon_sym_LF] = ACTIONS(2899), + [anon_sym_CR] = ACTIONS(2899), + [anon_sym_CR_LF] = ACTIONS(2899), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2899), + [anon_sym_as] = ACTIONS(2899), + [anon_sym_LBRACE] = ACTIONS(2899), + [anon_sym_COMMA] = ACTIONS(2899), + [anon_sym_const] = ACTIONS(2899), + [anon_sym_LPAREN] = ACTIONS(2899), + [anon_sym_EQ] = ACTIONS(2899), + [anon_sym___global] = ACTIONS(2899), + [anon_sym_type] = ACTIONS(2899), + [anon_sym_PIPE] = ACTIONS(2899), + [anon_sym_fn] = ACTIONS(2899), + [anon_sym_PLUS] = ACTIONS(2899), + [anon_sym_DASH] = ACTIONS(2899), + [anon_sym_STAR] = ACTIONS(2899), + [anon_sym_SLASH] = ACTIONS(2899), + [anon_sym_PERCENT] = ACTIONS(2899), + [anon_sym_LT] = ACTIONS(2899), + [anon_sym_GT] = ACTIONS(2899), + [anon_sym_EQ_EQ] = ACTIONS(2899), + [anon_sym_BANG_EQ] = ACTIONS(2899), + [anon_sym_LT_EQ] = ACTIONS(2899), + [anon_sym_GT_EQ] = ACTIONS(2899), + [anon_sym_LBRACK] = ACTIONS(2897), + [anon_sym_LT2] = ACTIONS(2899), + [anon_sym_struct] = ACTIONS(2899), + [anon_sym_union] = ACTIONS(2899), + [anon_sym_pub] = ACTIONS(2899), + [anon_sym_mut] = ACTIONS(2899), + [anon_sym_enum] = ACTIONS(2899), + [anon_sym_interface] = ACTIONS(2899), + [anon_sym_PLUS_PLUS] = ACTIONS(2899), + [anon_sym_DASH_DASH] = ACTIONS(2899), + [anon_sym_QMARK] = ACTIONS(2899), + [anon_sym_BANG] = ACTIONS(2899), + [anon_sym_go] = ACTIONS(2899), + [anon_sym_spawn] = ACTIONS(2899), + [anon_sym_json_DOTdecode] = ACTIONS(2899), + [anon_sym_LBRACK2] = ACTIONS(2899), + [anon_sym_TILDE] = ACTIONS(2899), + [anon_sym_CARET] = ACTIONS(2899), + [anon_sym_AMP] = ACTIONS(2899), + [anon_sym_LT_DASH] = ACTIONS(2899), + [anon_sym_LT_LT] = ACTIONS(2899), + [anon_sym_GT_GT] = ACTIONS(2899), + [anon_sym_GT_GT_GT] = ACTIONS(2899), + [anon_sym_AMP_CARET] = ACTIONS(2899), + [anon_sym_AMP_AMP] = ACTIONS(2899), + [anon_sym_PIPE_PIPE] = ACTIONS(2899), + [anon_sym_or] = ACTIONS(2899), + [sym_none] = ACTIONS(2899), + [sym_true] = ACTIONS(2899), + [sym_false] = ACTIONS(2899), + [sym_nil] = ACTIONS(2899), + [anon_sym_QMARK_DOT] = ACTIONS(2899), + [anon_sym_POUND_LBRACK] = ACTIONS(2899), + [anon_sym_if] = ACTIONS(2899), + [anon_sym_DOLLARif] = ACTIONS(2899), + [anon_sym_is] = ACTIONS(2899), + [anon_sym_BANGis] = ACTIONS(2899), + [anon_sym_in] = ACTIONS(2899), + [anon_sym_BANGin] = ACTIONS(2899), + [anon_sym_match] = ACTIONS(2899), + [anon_sym_select] = ACTIONS(2899), + [anon_sym_STAR_EQ] = ACTIONS(2899), + [anon_sym_SLASH_EQ] = ACTIONS(2899), + [anon_sym_PERCENT_EQ] = ACTIONS(2899), + [anon_sym_LT_LT_EQ] = ACTIONS(2899), + [anon_sym_GT_GT_EQ] = ACTIONS(2899), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2899), + [anon_sym_AMP_EQ] = ACTIONS(2899), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2899), + [anon_sym_PLUS_EQ] = ACTIONS(2899), + [anon_sym_DASH_EQ] = ACTIONS(2899), + [anon_sym_PIPE_EQ] = ACTIONS(2899), + [anon_sym_CARET_EQ] = ACTIONS(2899), + [anon_sym_COLON_EQ] = ACTIONS(2899), + [anon_sym_lock] = ACTIONS(2899), + [anon_sym_rlock] = ACTIONS(2899), + [anon_sym_unsafe] = ACTIONS(2899), + [anon_sym_sql] = ACTIONS(2899), + [sym_int_literal] = ACTIONS(2899), + [sym_float_literal] = ACTIONS(2899), + [sym_rune_literal] = ACTIONS(2899), + [anon_sym_AT] = ACTIONS(2899), + [anon_sym_shared] = ACTIONS(2899), + [anon_sym_map_LBRACK] = ACTIONS(2899), + [anon_sym_chan] = ACTIONS(2899), + [anon_sym_thread] = ACTIONS(2899), + [anon_sym_atomic] = ACTIONS(2899), + [anon_sym_assert] = ACTIONS(2899), + [anon_sym_defer] = ACTIONS(2899), + [anon_sym_goto] = ACTIONS(2899), + [anon_sym_break] = ACTIONS(2899), + [anon_sym_continue] = ACTIONS(2899), + [anon_sym_return] = ACTIONS(2899), + [anon_sym_DOLLARfor] = ACTIONS(2899), + [anon_sym_for] = ACTIONS(2899), + [anon_sym_POUND] = ACTIONS(2899), + [anon_sym_asm] = ACTIONS(2899), + [anon_sym_AT_LBRACK] = ACTIONS(2899), + [sym___double_quote] = ACTIONS(2899), + [sym___single_quote] = ACTIONS(2899), + [sym___c_double_quote] = ACTIONS(2899), + [sym___c_single_quote] = ACTIONS(2899), + [sym___r_double_quote] = ACTIONS(2899), + [sym___r_single_quote] = ACTIONS(2899), + }, + [597] = { + [ts_builtin_sym_end] = ACTIONS(2901), + [sym_identifier] = ACTIONS(2903), + [anon_sym_LF] = ACTIONS(2903), + [anon_sym_CR] = ACTIONS(2903), + [anon_sym_CR_LF] = ACTIONS(2903), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2903), + [anon_sym_as] = ACTIONS(2903), + [anon_sym_LBRACE] = ACTIONS(2903), + [anon_sym_COMMA] = ACTIONS(2903), + [anon_sym_const] = ACTIONS(2903), + [anon_sym_LPAREN] = ACTIONS(2903), + [anon_sym_EQ] = ACTIONS(2903), + [anon_sym___global] = ACTIONS(2903), + [anon_sym_type] = ACTIONS(2903), + [anon_sym_PIPE] = ACTIONS(2903), + [anon_sym_fn] = ACTIONS(2903), + [anon_sym_PLUS] = ACTIONS(2903), + [anon_sym_DASH] = ACTIONS(2903), + [anon_sym_STAR] = ACTIONS(2903), + [anon_sym_SLASH] = ACTIONS(2903), + [anon_sym_PERCENT] = ACTIONS(2903), + [anon_sym_LT] = ACTIONS(2903), + [anon_sym_GT] = ACTIONS(2903), + [anon_sym_EQ_EQ] = ACTIONS(2903), + [anon_sym_BANG_EQ] = ACTIONS(2903), + [anon_sym_LT_EQ] = ACTIONS(2903), + [anon_sym_GT_EQ] = ACTIONS(2903), + [anon_sym_LBRACK] = ACTIONS(2901), + [anon_sym_LT2] = ACTIONS(2903), + [anon_sym_struct] = ACTIONS(2903), + [anon_sym_union] = ACTIONS(2903), + [anon_sym_pub] = ACTIONS(2903), + [anon_sym_mut] = ACTIONS(2903), + [anon_sym_enum] = ACTIONS(2903), + [anon_sym_interface] = ACTIONS(2903), + [anon_sym_PLUS_PLUS] = ACTIONS(2903), + [anon_sym_DASH_DASH] = ACTIONS(2903), + [anon_sym_QMARK] = ACTIONS(2903), + [anon_sym_BANG] = ACTIONS(2903), + [anon_sym_go] = ACTIONS(2903), + [anon_sym_spawn] = ACTIONS(2903), + [anon_sym_json_DOTdecode] = ACTIONS(2903), + [anon_sym_LBRACK2] = ACTIONS(2903), + [anon_sym_TILDE] = ACTIONS(2903), + [anon_sym_CARET] = ACTIONS(2903), + [anon_sym_AMP] = ACTIONS(2903), + [anon_sym_LT_DASH] = ACTIONS(2903), + [anon_sym_LT_LT] = ACTIONS(2903), + [anon_sym_GT_GT] = ACTIONS(2903), + [anon_sym_GT_GT_GT] = ACTIONS(2903), + [anon_sym_AMP_CARET] = ACTIONS(2903), + [anon_sym_AMP_AMP] = ACTIONS(2903), + [anon_sym_PIPE_PIPE] = ACTIONS(2903), + [anon_sym_or] = ACTIONS(2903), + [sym_none] = ACTIONS(2903), + [sym_true] = ACTIONS(2903), + [sym_false] = ACTIONS(2903), + [sym_nil] = ACTIONS(2903), + [anon_sym_QMARK_DOT] = ACTIONS(2903), + [anon_sym_POUND_LBRACK] = ACTIONS(2903), + [anon_sym_if] = ACTIONS(2903), + [anon_sym_DOLLARif] = ACTIONS(2903), + [anon_sym_is] = ACTIONS(2903), + [anon_sym_BANGis] = ACTIONS(2903), + [anon_sym_in] = ACTIONS(2903), + [anon_sym_BANGin] = ACTIONS(2903), + [anon_sym_match] = ACTIONS(2903), + [anon_sym_select] = ACTIONS(2903), + [anon_sym_STAR_EQ] = ACTIONS(2903), + [anon_sym_SLASH_EQ] = ACTIONS(2903), + [anon_sym_PERCENT_EQ] = ACTIONS(2903), + [anon_sym_LT_LT_EQ] = ACTIONS(2903), + [anon_sym_GT_GT_EQ] = ACTIONS(2903), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2903), + [anon_sym_AMP_EQ] = ACTIONS(2903), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2903), + [anon_sym_PLUS_EQ] = ACTIONS(2903), + [anon_sym_DASH_EQ] = ACTIONS(2903), + [anon_sym_PIPE_EQ] = ACTIONS(2903), + [anon_sym_CARET_EQ] = ACTIONS(2903), + [anon_sym_COLON_EQ] = ACTIONS(2903), + [anon_sym_lock] = ACTIONS(2903), + [anon_sym_rlock] = ACTIONS(2903), + [anon_sym_unsafe] = ACTIONS(2903), + [anon_sym_sql] = ACTIONS(2903), + [sym_int_literal] = ACTIONS(2903), + [sym_float_literal] = ACTIONS(2903), + [sym_rune_literal] = ACTIONS(2903), + [anon_sym_AT] = ACTIONS(2903), + [anon_sym_shared] = ACTIONS(2903), + [anon_sym_map_LBRACK] = ACTIONS(2903), + [anon_sym_chan] = ACTIONS(2903), + [anon_sym_thread] = ACTIONS(2903), + [anon_sym_atomic] = ACTIONS(2903), + [anon_sym_assert] = ACTIONS(2903), + [anon_sym_defer] = ACTIONS(2903), + [anon_sym_goto] = ACTIONS(2903), + [anon_sym_break] = ACTIONS(2903), + [anon_sym_continue] = ACTIONS(2903), + [anon_sym_return] = ACTIONS(2903), + [anon_sym_DOLLARfor] = ACTIONS(2903), + [anon_sym_for] = ACTIONS(2903), + [anon_sym_POUND] = ACTIONS(2903), + [anon_sym_asm] = ACTIONS(2903), + [anon_sym_AT_LBRACK] = ACTIONS(2903), + [sym___double_quote] = ACTIONS(2903), + [sym___single_quote] = ACTIONS(2903), + [sym___c_double_quote] = ACTIONS(2903), + [sym___c_single_quote] = ACTIONS(2903), + [sym___r_double_quote] = ACTIONS(2903), + [sym___r_single_quote] = ACTIONS(2903), + }, + [598] = { + [sym__expression] = STATE(2460), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1446), + [anon_sym_go] = ACTIONS(1448), + [anon_sym_spawn] = ACTIONS(1450), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1438), + [anon_sym_CARET] = ACTIONS(1438), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_LT_DASH] = ACTIONS(1458), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(1468), + [anon_sym_lock] = ACTIONS(1470), + [anon_sym_rlock] = ACTIONS(1470), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, - [631] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3677), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [599] = { + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3709), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [632] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(3684), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [600] = { + [ts_builtin_sym_end] = ACTIONS(2905), + [sym_identifier] = ACTIONS(2907), + [anon_sym_LF] = ACTIONS(2907), + [anon_sym_CR] = ACTIONS(2907), + [anon_sym_CR_LF] = ACTIONS(2907), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2907), + [anon_sym_as] = ACTIONS(2907), + [anon_sym_LBRACE] = ACTIONS(2907), + [anon_sym_COMMA] = ACTIONS(2907), + [anon_sym_const] = ACTIONS(2907), + [anon_sym_LPAREN] = ACTIONS(2907), + [anon_sym_EQ] = ACTIONS(2907), + [anon_sym___global] = ACTIONS(2907), + [anon_sym_type] = ACTIONS(2907), + [anon_sym_PIPE] = ACTIONS(2907), + [anon_sym_fn] = ACTIONS(2907), + [anon_sym_PLUS] = ACTIONS(2907), + [anon_sym_DASH] = ACTIONS(2907), + [anon_sym_STAR] = ACTIONS(2907), + [anon_sym_SLASH] = ACTIONS(2907), + [anon_sym_PERCENT] = ACTIONS(2907), + [anon_sym_LT] = ACTIONS(2907), + [anon_sym_GT] = ACTIONS(2907), + [anon_sym_EQ_EQ] = ACTIONS(2907), + [anon_sym_BANG_EQ] = ACTIONS(2907), + [anon_sym_LT_EQ] = ACTIONS(2907), + [anon_sym_GT_EQ] = ACTIONS(2907), + [anon_sym_LBRACK] = ACTIONS(2905), + [anon_sym_LT2] = ACTIONS(2907), + [anon_sym_struct] = ACTIONS(2907), + [anon_sym_union] = ACTIONS(2907), + [anon_sym_pub] = ACTIONS(2907), + [anon_sym_mut] = ACTIONS(2907), + [anon_sym_enum] = ACTIONS(2907), + [anon_sym_interface] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_QMARK] = ACTIONS(2907), + [anon_sym_BANG] = ACTIONS(2907), + [anon_sym_go] = ACTIONS(2907), + [anon_sym_spawn] = ACTIONS(2907), + [anon_sym_json_DOTdecode] = ACTIONS(2907), + [anon_sym_LBRACK2] = ACTIONS(2907), + [anon_sym_TILDE] = ACTIONS(2907), + [anon_sym_CARET] = ACTIONS(2907), + [anon_sym_AMP] = ACTIONS(2907), + [anon_sym_LT_DASH] = ACTIONS(2907), + [anon_sym_LT_LT] = ACTIONS(2907), + [anon_sym_GT_GT] = ACTIONS(2907), + [anon_sym_GT_GT_GT] = ACTIONS(2907), + [anon_sym_AMP_CARET] = ACTIONS(2907), + [anon_sym_AMP_AMP] = ACTIONS(2907), + [anon_sym_PIPE_PIPE] = ACTIONS(2907), + [anon_sym_or] = ACTIONS(2907), + [sym_none] = ACTIONS(2907), + [sym_true] = ACTIONS(2907), + [sym_false] = ACTIONS(2907), + [sym_nil] = ACTIONS(2907), + [anon_sym_QMARK_DOT] = ACTIONS(2907), + [anon_sym_POUND_LBRACK] = ACTIONS(2907), + [anon_sym_if] = ACTIONS(2907), + [anon_sym_DOLLARif] = ACTIONS(2907), + [anon_sym_is] = ACTIONS(2907), + [anon_sym_BANGis] = ACTIONS(2907), + [anon_sym_in] = ACTIONS(2907), + [anon_sym_BANGin] = ACTIONS(2907), + [anon_sym_match] = ACTIONS(2907), + [anon_sym_select] = ACTIONS(2907), + [anon_sym_STAR_EQ] = ACTIONS(2907), + [anon_sym_SLASH_EQ] = ACTIONS(2907), + [anon_sym_PERCENT_EQ] = ACTIONS(2907), + [anon_sym_LT_LT_EQ] = ACTIONS(2907), + [anon_sym_GT_GT_EQ] = ACTIONS(2907), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2907), + [anon_sym_AMP_EQ] = ACTIONS(2907), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2907), + [anon_sym_PLUS_EQ] = ACTIONS(2907), + [anon_sym_DASH_EQ] = ACTIONS(2907), + [anon_sym_PIPE_EQ] = ACTIONS(2907), + [anon_sym_CARET_EQ] = ACTIONS(2907), + [anon_sym_COLON_EQ] = ACTIONS(2907), + [anon_sym_lock] = ACTIONS(2907), + [anon_sym_rlock] = ACTIONS(2907), + [anon_sym_unsafe] = ACTIONS(2907), + [anon_sym_sql] = ACTIONS(2907), + [sym_int_literal] = ACTIONS(2907), + [sym_float_literal] = ACTIONS(2907), + [sym_rune_literal] = ACTIONS(2907), + [anon_sym_AT] = ACTIONS(2907), + [anon_sym_shared] = ACTIONS(2907), + [anon_sym_map_LBRACK] = ACTIONS(2907), + [anon_sym_chan] = ACTIONS(2907), + [anon_sym_thread] = ACTIONS(2907), + [anon_sym_atomic] = ACTIONS(2907), + [anon_sym_assert] = ACTIONS(2907), + [anon_sym_defer] = ACTIONS(2907), + [anon_sym_goto] = ACTIONS(2907), + [anon_sym_break] = ACTIONS(2907), + [anon_sym_continue] = ACTIONS(2907), + [anon_sym_return] = ACTIONS(2907), + [anon_sym_DOLLARfor] = ACTIONS(2907), + [anon_sym_for] = ACTIONS(2907), + [anon_sym_POUND] = ACTIONS(2907), + [anon_sym_asm] = ACTIONS(2907), + [anon_sym_AT_LBRACK] = ACTIONS(2907), + [sym___double_quote] = ACTIONS(2907), + [sym___single_quote] = ACTIONS(2907), + [sym___c_double_quote] = ACTIONS(2907), + [sym___c_single_quote] = ACTIONS(2907), + [sym___r_double_quote] = ACTIONS(2907), + [sym___r_single_quote] = ACTIONS(2907), + }, + [601] = { + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3719), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [633] = { - [sym__expression] = STATE(1134), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1195), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [602] = { + [sym__expression] = STATE(1135), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1218), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(939), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(619), @@ -99382,2133 +96051,309 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(685), [sym___r_single_quote] = ACTIONS(687), }, - [634] = { - [sym__expression] = STATE(2290), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), + [603] = { + [sym__expression] = STATE(2874), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2646), - [anon_sym_DASH] = ACTIONS(2646), - [anon_sym_STAR] = ACTIONS(2648), - [anon_sym_struct] = ACTIONS(2650), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2652), - [anon_sym_go] = ACTIONS(2654), - [anon_sym_spawn] = ACTIONS(2656), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2646), - [anon_sym_CARET] = ACTIONS(2646), - [anon_sym_AMP] = ACTIONS(2662), - [anon_sym_LT_DASH] = ACTIONS(2664), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2674), - [anon_sym_lock] = ACTIONS(2676), - [anon_sym_rlock] = ACTIONS(2676), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [635] = { - [sym__expression] = STATE(2293), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), + [604] = { + [sym__expression] = STATE(1623), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(534), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2909), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2646), - [anon_sym_DASH] = ACTIONS(2646), - [anon_sym_STAR] = ACTIONS(2648), - [anon_sym_struct] = ACTIONS(2650), + [anon_sym_DOT] = ACTIONS(301), + [anon_sym_LBRACE] = ACTIONS(2911), + [anon_sym_LPAREN] = ACTIONS(307), + [anon_sym_fn] = ACTIONS(309), + [anon_sym_PLUS] = ACTIONS(311), + [anon_sym_DASH] = ACTIONS(311), + [anon_sym_STAR] = ACTIONS(313), + [anon_sym_struct] = ACTIONS(315), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2652), - [anon_sym_go] = ACTIONS(2654), - [anon_sym_spawn] = ACTIONS(2656), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2646), - [anon_sym_CARET] = ACTIONS(2646), - [anon_sym_AMP] = ACTIONS(2662), - [anon_sym_LT_DASH] = ACTIONS(2664), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2674), - [anon_sym_lock] = ACTIONS(2676), - [anon_sym_rlock] = ACTIONS(2676), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), + [anon_sym_BANG] = ACTIONS(317), + [anon_sym_go] = ACTIONS(319), + [anon_sym_spawn] = ACTIONS(321), + [anon_sym_json_DOTdecode] = ACTIONS(323), + [anon_sym_LBRACK2] = ACTIONS(325), + [anon_sym_TILDE] = ACTIONS(311), + [anon_sym_CARET] = ACTIONS(311), + [anon_sym_AMP] = ACTIONS(327), + [anon_sym_LT_DASH] = ACTIONS(329), + [sym_none] = ACTIONS(331), + [sym_true] = ACTIONS(331), + [sym_false] = ACTIONS(331), + [sym_nil] = ACTIONS(331), + [anon_sym_if] = ACTIONS(333), + [anon_sym_DOLLARif] = ACTIONS(335), + [anon_sym_match] = ACTIONS(337), + [anon_sym_select] = ACTIONS(339), + [anon_sym_lock] = ACTIONS(341), + [anon_sym_rlock] = ACTIONS(341), + [anon_sym_unsafe] = ACTIONS(343), + [anon_sym_sql] = ACTIONS(345), + [sym_int_literal] = ACTIONS(331), + [sym_float_literal] = ACTIONS(347), + [sym_rune_literal] = ACTIONS(347), + [anon_sym_AT] = ACTIONS(349), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), + [sym___double_quote] = ACTIONS(371), + [sym___single_quote] = ACTIONS(373), + [sym___c_double_quote] = ACTIONS(375), + [sym___c_single_quote] = ACTIONS(377), + [sym___r_double_quote] = ACTIONS(379), + [sym___r_single_quote] = ACTIONS(381), }, - [636] = { - [sym__expression] = STATE(2294), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), + [605] = { + [sym__expression] = STATE(1618), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(534), + [sym_plain_type] = STATE(4225), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2909), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2646), - [anon_sym_DASH] = ACTIONS(2646), - [anon_sym_STAR] = ACTIONS(2648), - [anon_sym_struct] = ACTIONS(2650), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2652), - [anon_sym_go] = ACTIONS(2654), - [anon_sym_spawn] = ACTIONS(2656), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2646), - [anon_sym_CARET] = ACTIONS(2646), - [anon_sym_AMP] = ACTIONS(2662), - [anon_sym_LT_DASH] = ACTIONS(2664), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2674), - [anon_sym_lock] = ACTIONS(2676), - [anon_sym_rlock] = ACTIONS(2676), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), - }, - [637] = { - [sym__expression] = STATE(2144), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2646), - [anon_sym_DASH] = ACTIONS(2646), - [anon_sym_STAR] = ACTIONS(2648), - [anon_sym_struct] = ACTIONS(2650), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2652), - [anon_sym_go] = ACTIONS(2654), - [anon_sym_spawn] = ACTIONS(2656), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2646), - [anon_sym_CARET] = ACTIONS(2646), - [anon_sym_AMP] = ACTIONS(2662), - [anon_sym_LT_DASH] = ACTIONS(2664), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2674), - [anon_sym_lock] = ACTIONS(2676), - [anon_sym_rlock] = ACTIONS(2676), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), - }, - [638] = { - [sym__expression] = STATE(2295), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2646), - [anon_sym_DASH] = ACTIONS(2646), - [anon_sym_STAR] = ACTIONS(2648), - [anon_sym_struct] = ACTIONS(2650), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2652), - [anon_sym_go] = ACTIONS(2654), - [anon_sym_spawn] = ACTIONS(2656), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2646), - [anon_sym_CARET] = ACTIONS(2646), - [anon_sym_AMP] = ACTIONS(2662), - [anon_sym_LT_DASH] = ACTIONS(2664), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2674), - [anon_sym_lock] = ACTIONS(2676), - [anon_sym_rlock] = ACTIONS(2676), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), - }, - [639] = { - [sym__expression] = STATE(2646), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [640] = { - [sym__expression] = STATE(2309), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(2618), - [anon_sym_DASH] = ACTIONS(2618), - [anon_sym_STAR] = ACTIONS(2620), - [anon_sym_struct] = ACTIONS(1444), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2622), - [anon_sym_go] = ACTIONS(2624), - [anon_sym_spawn] = ACTIONS(2626), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(2618), - [anon_sym_CARET] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2628), - [anon_sym_LT_DASH] = ACTIONS(2630), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(2632), - [anon_sym_lock] = ACTIONS(2634), - [anon_sym_rlock] = ACTIONS(2634), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), - }, - [641] = { - [sym__expression] = STATE(2186), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [642] = { - [sym__expression] = STATE(2146), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2744), - [anon_sym_DASH] = ACTIONS(2744), - [anon_sym_STAR] = ACTIONS(2746), - [anon_sym_struct] = ACTIONS(2650), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_go] = ACTIONS(2750), - [anon_sym_spawn] = ACTIONS(2752), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2744), - [anon_sym_CARET] = ACTIONS(2744), - [anon_sym_AMP] = ACTIONS(2754), - [anon_sym_LT_DASH] = ACTIONS(2756), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2758), - [anon_sym_lock] = ACTIONS(2760), - [anon_sym_rlock] = ACTIONS(2760), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), - }, - [643] = { - [sym__expression] = STATE(2458), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(2618), - [anon_sym_DASH] = ACTIONS(2618), - [anon_sym_STAR] = ACTIONS(2620), - [anon_sym_struct] = ACTIONS(1444), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2622), - [anon_sym_go] = ACTIONS(2624), - [anon_sym_spawn] = ACTIONS(2626), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(2618), - [anon_sym_CARET] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2628), - [anon_sym_LT_DASH] = ACTIONS(2630), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(2632), - [anon_sym_lock] = ACTIONS(2634), - [anon_sym_rlock] = ACTIONS(2634), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), - }, - [644] = { - [sym__expression] = STATE(2456), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(2618), - [anon_sym_DASH] = ACTIONS(2618), - [anon_sym_STAR] = ACTIONS(2620), - [anon_sym_struct] = ACTIONS(1444), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2622), - [anon_sym_go] = ACTIONS(2624), - [anon_sym_spawn] = ACTIONS(2626), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(2618), - [anon_sym_CARET] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2628), - [anon_sym_LT_DASH] = ACTIONS(2630), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(2632), - [anon_sym_lock] = ACTIONS(2634), - [anon_sym_rlock] = ACTIONS(2634), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), - }, - [645] = { - [sym__expression] = STATE(2227), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2744), - [anon_sym_DASH] = ACTIONS(2744), - [anon_sym_STAR] = ACTIONS(2746), - [anon_sym_struct] = ACTIONS(2650), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_go] = ACTIONS(2750), - [anon_sym_spawn] = ACTIONS(2752), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2744), - [anon_sym_CARET] = ACTIONS(2744), - [anon_sym_AMP] = ACTIONS(2754), - [anon_sym_LT_DASH] = ACTIONS(2756), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2758), - [anon_sym_lock] = ACTIONS(2760), - [anon_sym_rlock] = ACTIONS(2760), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), - }, - [646] = { - [sym__expression] = STATE(2452), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(2618), - [anon_sym_DASH] = ACTIONS(2618), - [anon_sym_STAR] = ACTIONS(2620), - [anon_sym_struct] = ACTIONS(1444), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2622), - [anon_sym_go] = ACTIONS(2624), - [anon_sym_spawn] = ACTIONS(2626), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(2618), - [anon_sym_CARET] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2628), - [anon_sym_LT_DASH] = ACTIONS(2630), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(2632), - [anon_sym_lock] = ACTIONS(2634), - [anon_sym_rlock] = ACTIONS(2634), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), - }, - [647] = { - [sym__expression] = STATE(2194), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2744), - [anon_sym_DASH] = ACTIONS(2744), - [anon_sym_STAR] = ACTIONS(2746), - [anon_sym_struct] = ACTIONS(2650), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_go] = ACTIONS(2750), - [anon_sym_spawn] = ACTIONS(2752), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2744), - [anon_sym_CARET] = ACTIONS(2744), - [anon_sym_AMP] = ACTIONS(2754), - [anon_sym_LT_DASH] = ACTIONS(2756), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2758), - [anon_sym_lock] = ACTIONS(2760), - [anon_sym_rlock] = ACTIONS(2760), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), - }, - [648] = { - [sym__expression] = STATE(2147), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2744), - [anon_sym_DASH] = ACTIONS(2744), - [anon_sym_STAR] = ACTIONS(2746), - [anon_sym_struct] = ACTIONS(2650), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_go] = ACTIONS(2750), - [anon_sym_spawn] = ACTIONS(2752), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2744), - [anon_sym_CARET] = ACTIONS(2744), - [anon_sym_AMP] = ACTIONS(2754), - [anon_sym_LT_DASH] = ACTIONS(2756), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2758), - [anon_sym_lock] = ACTIONS(2760), - [anon_sym_rlock] = ACTIONS(2760), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), - }, - [649] = { - [sym__expression] = STATE(2451), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(2618), - [anon_sym_DASH] = ACTIONS(2618), - [anon_sym_STAR] = ACTIONS(2620), - [anon_sym_struct] = ACTIONS(1444), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2622), - [anon_sym_go] = ACTIONS(2624), - [anon_sym_spawn] = ACTIONS(2626), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(2618), - [anon_sym_CARET] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2628), - [anon_sym_LT_DASH] = ACTIONS(2630), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(2632), - [anon_sym_lock] = ACTIONS(2634), - [anon_sym_rlock] = ACTIONS(2634), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), - }, - [650] = { - [sym__expression] = STATE(2450), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(2618), - [anon_sym_DASH] = ACTIONS(2618), - [anon_sym_STAR] = ACTIONS(2620), - [anon_sym_struct] = ACTIONS(1444), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2622), - [anon_sym_go] = ACTIONS(2624), - [anon_sym_spawn] = ACTIONS(2626), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(2618), - [anon_sym_CARET] = ACTIONS(2618), - [anon_sym_AMP] = ACTIONS(2628), - [anon_sym_LT_DASH] = ACTIONS(2630), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(2632), - [anon_sym_lock] = ACTIONS(2634), - [anon_sym_rlock] = ACTIONS(2634), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), - }, - [651] = { - [sym__expression] = STATE(2247), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2744), - [anon_sym_DASH] = ACTIONS(2744), - [anon_sym_STAR] = ACTIONS(2746), - [anon_sym_struct] = ACTIONS(2650), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_go] = ACTIONS(2750), - [anon_sym_spawn] = ACTIONS(2752), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2744), - [anon_sym_CARET] = ACTIONS(2744), - [anon_sym_AMP] = ACTIONS(2754), - [anon_sym_LT_DASH] = ACTIONS(2756), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2758), - [anon_sym_lock] = ACTIONS(2760), - [anon_sym_rlock] = ACTIONS(2760), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), - }, - [652] = { - [sym__expression] = STATE(1619), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2762), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(301), - [anon_sym_LBRACE] = ACTIONS(2764), - [anon_sym_LPAREN] = ACTIONS(307), - [anon_sym_fn] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(311), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_STAR] = ACTIONS(313), - [anon_sym_struct] = ACTIONS(315), + [anon_sym_DOT] = ACTIONS(301), + [anon_sym_LBRACE] = ACTIONS(2911), + [anon_sym_LPAREN] = ACTIONS(307), + [anon_sym_fn] = ACTIONS(309), + [anon_sym_PLUS] = ACTIONS(311), + [anon_sym_DASH] = ACTIONS(311), + [anon_sym_STAR] = ACTIONS(313), + [anon_sym_struct] = ACTIONS(315), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), [anon_sym_BANG] = ACTIONS(317), @@ -101548,759 +96393,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(379), [sym___r_single_quote] = ACTIONS(381), }, - [653] = { - [sym__expression] = STATE(2144), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2744), - [anon_sym_DASH] = ACTIONS(2744), - [anon_sym_STAR] = ACTIONS(2746), - [anon_sym_struct] = ACTIONS(2650), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_go] = ACTIONS(2750), - [anon_sym_spawn] = ACTIONS(2752), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2744), - [anon_sym_CARET] = ACTIONS(2744), - [anon_sym_AMP] = ACTIONS(2754), - [anon_sym_LT_DASH] = ACTIONS(2756), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2758), - [anon_sym_lock] = ACTIONS(2760), - [anon_sym_rlock] = ACTIONS(2760), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), - }, - [654] = { - [sym__expression] = STATE(2146), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4338), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2744), - [anon_sym_DASH] = ACTIONS(2744), - [anon_sym_STAR] = ACTIONS(2746), - [anon_sym_struct] = ACTIONS(2650), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_go] = ACTIONS(2750), - [anon_sym_spawn] = ACTIONS(2752), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2744), - [anon_sym_CARET] = ACTIONS(2744), - [anon_sym_AMP] = ACTIONS(2754), - [anon_sym_LT_DASH] = ACTIONS(2756), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2758), - [anon_sym_lock] = ACTIONS(2760), - [anon_sym_rlock] = ACTIONS(2760), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), - }, - [655] = { - [sym__expression] = STATE(2146), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4315), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2744), - [anon_sym_DASH] = ACTIONS(2744), - [anon_sym_STAR] = ACTIONS(2746), - [anon_sym_struct] = ACTIONS(2650), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_go] = ACTIONS(2750), - [anon_sym_spawn] = ACTIONS(2752), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2744), - [anon_sym_CARET] = ACTIONS(2744), - [anon_sym_AMP] = ACTIONS(2754), - [anon_sym_LT_DASH] = ACTIONS(2756), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2758), - [anon_sym_lock] = ACTIONS(2760), - [anon_sym_rlock] = ACTIONS(2760), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), - }, - [656] = { - [sym__expression] = STATE(2239), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2744), - [anon_sym_DASH] = ACTIONS(2744), - [anon_sym_STAR] = ACTIONS(2746), - [anon_sym_struct] = ACTIONS(2650), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_go] = ACTIONS(2750), - [anon_sym_spawn] = ACTIONS(2752), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2744), - [anon_sym_CARET] = ACTIONS(2744), - [anon_sym_AMP] = ACTIONS(2754), - [anon_sym_LT_DASH] = ACTIONS(2756), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2758), - [anon_sym_lock] = ACTIONS(2760), - [anon_sym_rlock] = ACTIONS(2760), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), - }, - [657] = { - [sym__expression] = STATE(2238), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2744), - [anon_sym_DASH] = ACTIONS(2744), - [anon_sym_STAR] = ACTIONS(2746), - [anon_sym_struct] = ACTIONS(2650), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_go] = ACTIONS(2750), - [anon_sym_spawn] = ACTIONS(2752), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2744), - [anon_sym_CARET] = ACTIONS(2744), - [anon_sym_AMP] = ACTIONS(2754), - [anon_sym_LT_DASH] = ACTIONS(2756), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2758), - [anon_sym_lock] = ACTIONS(2760), - [anon_sym_rlock] = ACTIONS(2760), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), - }, - [658] = { - [sym__expression] = STATE(2146), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4309), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2744), - [anon_sym_DASH] = ACTIONS(2744), - [anon_sym_STAR] = ACTIONS(2746), - [anon_sym_struct] = ACTIONS(2650), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_go] = ACTIONS(2750), - [anon_sym_spawn] = ACTIONS(2752), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2744), - [anon_sym_CARET] = ACTIONS(2744), - [anon_sym_AMP] = ACTIONS(2754), - [anon_sym_LT_DASH] = ACTIONS(2756), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2758), - [anon_sym_lock] = ACTIONS(2760), - [anon_sym_rlock] = ACTIONS(2760), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), - }, - [659] = { - [sym__expression] = STATE(1618), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2762), + [606] = { + [sym__expression] = STATE(1622), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(534), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2909), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), - [anon_sym_LBRACE] = ACTIONS(2764), + [anon_sym_LBRACE] = ACTIONS(2911), [anon_sym_LPAREN] = ACTIONS(307), [anon_sym_fn] = ACTIONS(309), [anon_sym_PLUS] = ACTIONS(311), @@ -102346,987 +96507,873 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(379), [sym___r_single_quote] = ACTIONS(381), }, - [660] = { - [sym__expression] = STATE(2236), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2744), - [anon_sym_DASH] = ACTIONS(2744), - [anon_sym_STAR] = ACTIONS(2746), - [anon_sym_struct] = ACTIONS(2650), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_go] = ACTIONS(2750), - [anon_sym_spawn] = ACTIONS(2752), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2744), - [anon_sym_CARET] = ACTIONS(2744), - [anon_sym_AMP] = ACTIONS(2754), - [anon_sym_LT_DASH] = ACTIONS(2756), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2758), - [anon_sym_lock] = ACTIONS(2760), - [anon_sym_rlock] = ACTIONS(2760), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), - }, - [661] = { - [sym__expression] = STATE(2203), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [607] = { + [sym__expression] = STATE(2637), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2212), + [anon_sym_DASH] = ACTIONS(2212), + [anon_sym_STAR] = ACTIONS(2214), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2216), + [anon_sym_go] = ACTIONS(2218), + [anon_sym_spawn] = ACTIONS(2220), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(2222), + [anon_sym_TILDE] = ACTIONS(2212), + [anon_sym_CARET] = ACTIONS(2212), + [anon_sym_AMP] = ACTIONS(2224), + [anon_sym_LT_DASH] = ACTIONS(2226), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2228), + [anon_sym_lock] = ACTIONS(2230), + [anon_sym_rlock] = ACTIONS(2230), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [662] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3684), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [608] = { + [sym__expression] = STATE(960), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4288), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2821), + [anon_sym_DASH] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(2823), + [anon_sym_struct] = ACTIONS(501), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2825), + [anon_sym_go] = ACTIONS(2827), + [anon_sym_spawn] = ACTIONS(2829), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2821), + [anon_sym_CARET] = ACTIONS(2821), + [anon_sym_AMP] = ACTIONS(2831), + [anon_sym_LT_DASH] = ACTIONS(2833), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(2835), + [anon_sym_lock] = ACTIONS(2837), + [anon_sym_rlock] = ACTIONS(2837), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, - [663] = { - [sym__expression] = STATE(1616), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2762), + [609] = { + [sym__expression] = STATE(960), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(301), - [anon_sym_LBRACE] = ACTIONS(2764), - [anon_sym_LPAREN] = ACTIONS(307), - [anon_sym_fn] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(311), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_STAR] = ACTIONS(313), - [anon_sym_struct] = ACTIONS(315), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2821), + [anon_sym_DASH] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(2823), + [anon_sym_struct] = ACTIONS(501), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(317), - [anon_sym_go] = ACTIONS(319), - [anon_sym_spawn] = ACTIONS(321), - [anon_sym_json_DOTdecode] = ACTIONS(323), - [anon_sym_LBRACK2] = ACTIONS(325), - [anon_sym_TILDE] = ACTIONS(311), - [anon_sym_CARET] = ACTIONS(311), - [anon_sym_AMP] = ACTIONS(327), - [anon_sym_LT_DASH] = ACTIONS(329), - [sym_none] = ACTIONS(331), - [sym_true] = ACTIONS(331), - [sym_false] = ACTIONS(331), - [sym_nil] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_DOLLARif] = ACTIONS(335), - [anon_sym_match] = ACTIONS(337), - [anon_sym_select] = ACTIONS(339), - [anon_sym_lock] = ACTIONS(341), - [anon_sym_rlock] = ACTIONS(341), - [anon_sym_unsafe] = ACTIONS(343), - [anon_sym_sql] = ACTIONS(345), - [sym_int_literal] = ACTIONS(331), - [sym_float_literal] = ACTIONS(347), - [sym_rune_literal] = ACTIONS(347), - [anon_sym_AT] = ACTIONS(349), + [anon_sym_BANG] = ACTIONS(2825), + [anon_sym_go] = ACTIONS(2827), + [anon_sym_spawn] = ACTIONS(2829), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2821), + [anon_sym_CARET] = ACTIONS(2821), + [anon_sym_AMP] = ACTIONS(2831), + [anon_sym_LT_DASH] = ACTIONS(2833), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(2835), + [anon_sym_lock] = ACTIONS(2837), + [anon_sym_rlock] = ACTIONS(2837), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(371), - [sym___single_quote] = ACTIONS(373), - [sym___c_double_quote] = ACTIONS(375), - [sym___c_single_quote] = ACTIONS(377), - [sym___r_double_quote] = ACTIONS(379), - [sym___r_single_quote] = ACTIONS(381), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, - [664] = { - [sym__expression] = STATE(2448), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [610] = { + [ts_builtin_sym_end] = ACTIONS(2913), + [sym_identifier] = ACTIONS(2915), + [anon_sym_LF] = ACTIONS(2915), + [anon_sym_CR] = ACTIONS(2915), + [anon_sym_CR_LF] = ACTIONS(2915), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2915), + [anon_sym_as] = ACTIONS(2915), + [anon_sym_LBRACE] = ACTIONS(2915), + [anon_sym_COMMA] = ACTIONS(2915), + [anon_sym_const] = ACTIONS(2915), + [anon_sym_LPAREN] = ACTIONS(2915), + [anon_sym_EQ] = ACTIONS(2915), + [anon_sym___global] = ACTIONS(2915), + [anon_sym_type] = ACTIONS(2915), + [anon_sym_PIPE] = ACTIONS(2915), + [anon_sym_fn] = ACTIONS(2915), + [anon_sym_PLUS] = ACTIONS(2915), + [anon_sym_DASH] = ACTIONS(2915), + [anon_sym_STAR] = ACTIONS(2915), + [anon_sym_SLASH] = ACTIONS(2915), + [anon_sym_PERCENT] = ACTIONS(2915), + [anon_sym_LT] = ACTIONS(2915), + [anon_sym_GT] = ACTIONS(2915), + [anon_sym_EQ_EQ] = ACTIONS(2915), + [anon_sym_BANG_EQ] = ACTIONS(2915), + [anon_sym_LT_EQ] = ACTIONS(2915), + [anon_sym_GT_EQ] = ACTIONS(2915), + [anon_sym_LBRACK] = ACTIONS(2913), + [anon_sym_LT2] = ACTIONS(2915), + [anon_sym_struct] = ACTIONS(2915), + [anon_sym_union] = ACTIONS(2915), + [anon_sym_pub] = ACTIONS(2915), + [anon_sym_mut] = ACTIONS(2915), + [anon_sym_enum] = ACTIONS(2915), + [anon_sym_interface] = ACTIONS(2915), + [anon_sym_PLUS_PLUS] = ACTIONS(2915), + [anon_sym_DASH_DASH] = ACTIONS(2915), + [anon_sym_QMARK] = ACTIONS(2915), + [anon_sym_BANG] = ACTIONS(2915), + [anon_sym_go] = ACTIONS(2915), + [anon_sym_spawn] = ACTIONS(2915), + [anon_sym_json_DOTdecode] = ACTIONS(2915), + [anon_sym_LBRACK2] = ACTIONS(2915), + [anon_sym_TILDE] = ACTIONS(2915), + [anon_sym_CARET] = ACTIONS(2915), + [anon_sym_AMP] = ACTIONS(2915), + [anon_sym_LT_DASH] = ACTIONS(2915), + [anon_sym_LT_LT] = ACTIONS(2915), + [anon_sym_GT_GT] = ACTIONS(2915), + [anon_sym_GT_GT_GT] = ACTIONS(2915), + [anon_sym_AMP_CARET] = ACTIONS(2915), + [anon_sym_AMP_AMP] = ACTIONS(2915), + [anon_sym_PIPE_PIPE] = ACTIONS(2915), + [anon_sym_or] = ACTIONS(2915), + [sym_none] = ACTIONS(2915), + [sym_true] = ACTIONS(2915), + [sym_false] = ACTIONS(2915), + [sym_nil] = ACTIONS(2915), + [anon_sym_QMARK_DOT] = ACTIONS(2915), + [anon_sym_POUND_LBRACK] = ACTIONS(2915), + [anon_sym_if] = ACTIONS(2915), + [anon_sym_DOLLARif] = ACTIONS(2915), + [anon_sym_is] = ACTIONS(2915), + [anon_sym_BANGis] = ACTIONS(2915), + [anon_sym_in] = ACTIONS(2915), + [anon_sym_BANGin] = ACTIONS(2915), + [anon_sym_match] = ACTIONS(2915), + [anon_sym_select] = ACTIONS(2915), + [anon_sym_STAR_EQ] = ACTIONS(2915), + [anon_sym_SLASH_EQ] = ACTIONS(2915), + [anon_sym_PERCENT_EQ] = ACTIONS(2915), + [anon_sym_LT_LT_EQ] = ACTIONS(2915), + [anon_sym_GT_GT_EQ] = ACTIONS(2915), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2915), + [anon_sym_AMP_EQ] = ACTIONS(2915), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2915), + [anon_sym_PLUS_EQ] = ACTIONS(2915), + [anon_sym_DASH_EQ] = ACTIONS(2915), + [anon_sym_PIPE_EQ] = ACTIONS(2915), + [anon_sym_CARET_EQ] = ACTIONS(2915), + [anon_sym_COLON_EQ] = ACTIONS(2915), + [anon_sym_lock] = ACTIONS(2915), + [anon_sym_rlock] = ACTIONS(2915), + [anon_sym_unsafe] = ACTIONS(2915), + [anon_sym_sql] = ACTIONS(2915), + [sym_int_literal] = ACTIONS(2915), + [sym_float_literal] = ACTIONS(2915), + [sym_rune_literal] = ACTIONS(2915), + [anon_sym_AT] = ACTIONS(2915), + [anon_sym_shared] = ACTIONS(2915), + [anon_sym_map_LBRACK] = ACTIONS(2915), + [anon_sym_chan] = ACTIONS(2915), + [anon_sym_thread] = ACTIONS(2915), + [anon_sym_atomic] = ACTIONS(2915), + [anon_sym_assert] = ACTIONS(2915), + [anon_sym_defer] = ACTIONS(2915), + [anon_sym_goto] = ACTIONS(2915), + [anon_sym_break] = ACTIONS(2915), + [anon_sym_continue] = ACTIONS(2915), + [anon_sym_return] = ACTIONS(2915), + [anon_sym_DOLLARfor] = ACTIONS(2915), + [anon_sym_for] = ACTIONS(2915), + [anon_sym_POUND] = ACTIONS(2915), + [anon_sym_asm] = ACTIONS(2915), + [anon_sym_AT_LBRACK] = ACTIONS(2915), + [sym___double_quote] = ACTIONS(2915), + [sym___single_quote] = ACTIONS(2915), + [sym___c_double_quote] = ACTIONS(2915), + [sym___c_single_quote] = ACTIONS(2915), + [sym___r_double_quote] = ACTIONS(2915), + [sym___r_single_quote] = ACTIONS(2915), }, - [665] = { - [sym__expression] = STATE(1615), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2762), + [611] = { + [sym__expression] = STATE(960), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4281), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(301), - [anon_sym_LBRACE] = ACTIONS(2764), - [anon_sym_LPAREN] = ACTIONS(307), - [anon_sym_fn] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(311), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_STAR] = ACTIONS(313), - [anon_sym_struct] = ACTIONS(315), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2821), + [anon_sym_DASH] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(2823), + [anon_sym_struct] = ACTIONS(501), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(317), - [anon_sym_go] = ACTIONS(319), - [anon_sym_spawn] = ACTIONS(321), - [anon_sym_json_DOTdecode] = ACTIONS(323), - [anon_sym_LBRACK2] = ACTIONS(325), - [anon_sym_TILDE] = ACTIONS(311), - [anon_sym_CARET] = ACTIONS(311), - [anon_sym_AMP] = ACTIONS(327), - [anon_sym_LT_DASH] = ACTIONS(329), - [sym_none] = ACTIONS(331), - [sym_true] = ACTIONS(331), - [sym_false] = ACTIONS(331), - [sym_nil] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_DOLLARif] = ACTIONS(335), - [anon_sym_match] = ACTIONS(337), - [anon_sym_select] = ACTIONS(339), - [anon_sym_lock] = ACTIONS(341), - [anon_sym_rlock] = ACTIONS(341), - [anon_sym_unsafe] = ACTIONS(343), - [anon_sym_sql] = ACTIONS(345), - [sym_int_literal] = ACTIONS(331), - [sym_float_literal] = ACTIONS(347), - [sym_rune_literal] = ACTIONS(347), - [anon_sym_AT] = ACTIONS(349), + [anon_sym_BANG] = ACTIONS(2825), + [anon_sym_go] = ACTIONS(2827), + [anon_sym_spawn] = ACTIONS(2829), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2821), + [anon_sym_CARET] = ACTIONS(2821), + [anon_sym_AMP] = ACTIONS(2831), + [anon_sym_LT_DASH] = ACTIONS(2833), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(2835), + [anon_sym_lock] = ACTIONS(2837), + [anon_sym_rlock] = ACTIONS(2837), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(371), - [sym___single_quote] = ACTIONS(373), - [sym___c_double_quote] = ACTIONS(375), - [sym___c_single_quote] = ACTIONS(377), - [sym___r_double_quote] = ACTIONS(379), - [sym___r_single_quote] = ACTIONS(381), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, - [666] = { - [sym__expression] = STATE(2447), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [612] = { + [sym__expression] = STATE(978), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2821), + [anon_sym_DASH] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(2823), + [anon_sym_struct] = ACTIONS(501), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2825), + [anon_sym_go] = ACTIONS(2827), + [anon_sym_spawn] = ACTIONS(2829), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2821), + [anon_sym_CARET] = ACTIONS(2821), + [anon_sym_AMP] = ACTIONS(2831), + [anon_sym_LT_DASH] = ACTIONS(2833), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(2835), + [anon_sym_lock] = ACTIONS(2837), + [anon_sym_rlock] = ACTIONS(2837), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, - [667] = { - [sym__expression] = STATE(1621), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2762), + [613] = { + [sym__expression] = STATE(2876), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(301), - [anon_sym_LBRACE] = ACTIONS(2764), - [anon_sym_LPAREN] = ACTIONS(307), - [anon_sym_fn] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(311), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_STAR] = ACTIONS(313), - [anon_sym_struct] = ACTIONS(315), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(317), - [anon_sym_go] = ACTIONS(319), - [anon_sym_spawn] = ACTIONS(321), - [anon_sym_json_DOTdecode] = ACTIONS(323), - [anon_sym_LBRACK2] = ACTIONS(325), - [anon_sym_TILDE] = ACTIONS(311), - [anon_sym_CARET] = ACTIONS(311), - [anon_sym_AMP] = ACTIONS(327), - [anon_sym_LT_DASH] = ACTIONS(329), - [sym_none] = ACTIONS(331), - [sym_true] = ACTIONS(331), - [sym_false] = ACTIONS(331), - [sym_nil] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_DOLLARif] = ACTIONS(335), - [anon_sym_match] = ACTIONS(337), - [anon_sym_select] = ACTIONS(339), - [anon_sym_lock] = ACTIONS(341), - [anon_sym_rlock] = ACTIONS(341), - [anon_sym_unsafe] = ACTIONS(343), - [anon_sym_sql] = ACTIONS(345), - [sym_int_literal] = ACTIONS(331), - [sym_float_literal] = ACTIONS(347), - [sym_rune_literal] = ACTIONS(347), - [anon_sym_AT] = ACTIONS(349), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(371), - [sym___single_quote] = ACTIONS(373), - [sym___c_double_quote] = ACTIONS(375), - [sym___c_single_quote] = ACTIONS(377), - [sym___r_double_quote] = ACTIONS(379), - [sym___r_single_quote] = ACTIONS(381), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [668] = { - [sym__expression] = STATE(1625), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2762), + [614] = { + [sym__expression] = STATE(1626), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(534), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2909), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(301), - [anon_sym_LBRACE] = ACTIONS(2764), + [anon_sym_LBRACE] = ACTIONS(2911), [anon_sym_LPAREN] = ACTIONS(307), [anon_sym_fn] = ACTIONS(309), [anon_sym_PLUS] = ACTIONS(311), @@ -103372,4289 +97419,5771 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(379), [sym___r_single_quote] = ACTIONS(381), }, - [669] = { - [sym__expression] = STATE(1626), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2762), + [615] = { + [sym__expression] = STATE(980), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(301), - [anon_sym_LBRACE] = ACTIONS(2764), - [anon_sym_LPAREN] = ACTIONS(307), - [anon_sym_fn] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(311), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_STAR] = ACTIONS(313), - [anon_sym_struct] = ACTIONS(315), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2821), + [anon_sym_DASH] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(2823), + [anon_sym_struct] = ACTIONS(501), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(317), - [anon_sym_go] = ACTIONS(319), - [anon_sym_spawn] = ACTIONS(321), - [anon_sym_json_DOTdecode] = ACTIONS(323), - [anon_sym_LBRACK2] = ACTIONS(325), - [anon_sym_TILDE] = ACTIONS(311), - [anon_sym_CARET] = ACTIONS(311), - [anon_sym_AMP] = ACTIONS(327), - [anon_sym_LT_DASH] = ACTIONS(329), - [sym_none] = ACTIONS(331), - [sym_true] = ACTIONS(331), - [sym_false] = ACTIONS(331), - [sym_nil] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_DOLLARif] = ACTIONS(335), - [anon_sym_match] = ACTIONS(337), - [anon_sym_select] = ACTIONS(339), - [anon_sym_lock] = ACTIONS(341), - [anon_sym_rlock] = ACTIONS(341), - [anon_sym_unsafe] = ACTIONS(343), - [anon_sym_sql] = ACTIONS(345), - [sym_int_literal] = ACTIONS(331), - [sym_float_literal] = ACTIONS(347), - [sym_rune_literal] = ACTIONS(347), - [anon_sym_AT] = ACTIONS(349), + [anon_sym_BANG] = ACTIONS(2825), + [anon_sym_go] = ACTIONS(2827), + [anon_sym_spawn] = ACTIONS(2829), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2821), + [anon_sym_CARET] = ACTIONS(2821), + [anon_sym_AMP] = ACTIONS(2831), + [anon_sym_LT_DASH] = ACTIONS(2833), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(2835), + [anon_sym_lock] = ACTIONS(2837), + [anon_sym_rlock] = ACTIONS(2837), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(371), - [sym___single_quote] = ACTIONS(373), - [sym___c_double_quote] = ACTIONS(375), - [sym___c_single_quote] = ACTIONS(377), - [sym___r_double_quote] = ACTIONS(379), - [sym___r_single_quote] = ACTIONS(381), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, - [670] = { - [sym__expression] = STATE(1620), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2762), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(301), - [anon_sym_LBRACE] = ACTIONS(2764), - [anon_sym_LPAREN] = ACTIONS(307), - [anon_sym_fn] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(311), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_STAR] = ACTIONS(313), - [anon_sym_struct] = ACTIONS(315), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(317), - [anon_sym_go] = ACTIONS(319), - [anon_sym_spawn] = ACTIONS(321), - [anon_sym_json_DOTdecode] = ACTIONS(323), - [anon_sym_LBRACK2] = ACTIONS(325), - [anon_sym_TILDE] = ACTIONS(311), - [anon_sym_CARET] = ACTIONS(311), - [anon_sym_AMP] = ACTIONS(327), - [anon_sym_LT_DASH] = ACTIONS(329), - [sym_none] = ACTIONS(331), - [sym_true] = ACTIONS(331), - [sym_false] = ACTIONS(331), - [sym_nil] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_DOLLARif] = ACTIONS(335), - [anon_sym_match] = ACTIONS(337), - [anon_sym_select] = ACTIONS(339), - [anon_sym_lock] = ACTIONS(341), - [anon_sym_rlock] = ACTIONS(341), - [anon_sym_unsafe] = ACTIONS(343), - [anon_sym_sql] = ACTIONS(345), - [sym_int_literal] = ACTIONS(331), - [sym_float_literal] = ACTIONS(347), - [sym_rune_literal] = ACTIONS(347), - [anon_sym_AT] = ACTIONS(349), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(371), - [sym___single_quote] = ACTIONS(373), - [sym___c_double_quote] = ACTIONS(375), - [sym___c_single_quote] = ACTIONS(377), - [sym___r_double_quote] = ACTIONS(379), - [sym___r_single_quote] = ACTIONS(381), + [616] = { + [ts_builtin_sym_end] = ACTIONS(2917), + [sym_identifier] = ACTIONS(2919), + [anon_sym_LF] = ACTIONS(2919), + [anon_sym_CR] = ACTIONS(2919), + [anon_sym_CR_LF] = ACTIONS(2919), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2919), + [anon_sym_as] = ACTIONS(2919), + [anon_sym_LBRACE] = ACTIONS(2919), + [anon_sym_COMMA] = ACTIONS(2919), + [anon_sym_const] = ACTIONS(2919), + [anon_sym_LPAREN] = ACTIONS(2919), + [anon_sym_EQ] = ACTIONS(2919), + [anon_sym___global] = ACTIONS(2919), + [anon_sym_type] = ACTIONS(2919), + [anon_sym_PIPE] = ACTIONS(2919), + [anon_sym_fn] = ACTIONS(2919), + [anon_sym_PLUS] = ACTIONS(2919), + [anon_sym_DASH] = ACTIONS(2919), + [anon_sym_STAR] = ACTIONS(2919), + [anon_sym_SLASH] = ACTIONS(2919), + [anon_sym_PERCENT] = ACTIONS(2919), + [anon_sym_LT] = ACTIONS(2919), + [anon_sym_GT] = ACTIONS(2919), + [anon_sym_EQ_EQ] = ACTIONS(2919), + [anon_sym_BANG_EQ] = ACTIONS(2919), + [anon_sym_LT_EQ] = ACTIONS(2919), + [anon_sym_GT_EQ] = ACTIONS(2919), + [anon_sym_LBRACK] = ACTIONS(2917), + [anon_sym_LT2] = ACTIONS(2919), + [anon_sym_struct] = ACTIONS(2919), + [anon_sym_union] = ACTIONS(2919), + [anon_sym_pub] = ACTIONS(2919), + [anon_sym_mut] = ACTIONS(2919), + [anon_sym_enum] = ACTIONS(2919), + [anon_sym_interface] = ACTIONS(2919), + [anon_sym_PLUS_PLUS] = ACTIONS(2919), + [anon_sym_DASH_DASH] = ACTIONS(2919), + [anon_sym_QMARK] = ACTIONS(2919), + [anon_sym_BANG] = ACTIONS(2919), + [anon_sym_go] = ACTIONS(2919), + [anon_sym_spawn] = ACTIONS(2919), + [anon_sym_json_DOTdecode] = ACTIONS(2919), + [anon_sym_LBRACK2] = ACTIONS(2919), + [anon_sym_TILDE] = ACTIONS(2919), + [anon_sym_CARET] = ACTIONS(2919), + [anon_sym_AMP] = ACTIONS(2919), + [anon_sym_LT_DASH] = ACTIONS(2919), + [anon_sym_LT_LT] = ACTIONS(2919), + [anon_sym_GT_GT] = ACTIONS(2919), + [anon_sym_GT_GT_GT] = ACTIONS(2919), + [anon_sym_AMP_CARET] = ACTIONS(2919), + [anon_sym_AMP_AMP] = ACTIONS(2919), + [anon_sym_PIPE_PIPE] = ACTIONS(2919), + [anon_sym_or] = ACTIONS(2919), + [sym_none] = ACTIONS(2919), + [sym_true] = ACTIONS(2919), + [sym_false] = ACTIONS(2919), + [sym_nil] = ACTIONS(2919), + [anon_sym_QMARK_DOT] = ACTIONS(2919), + [anon_sym_POUND_LBRACK] = ACTIONS(2919), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2919), + [anon_sym_is] = ACTIONS(2919), + [anon_sym_BANGis] = ACTIONS(2919), + [anon_sym_in] = ACTIONS(2919), + [anon_sym_BANGin] = ACTIONS(2919), + [anon_sym_match] = ACTIONS(2919), + [anon_sym_select] = ACTIONS(2919), + [anon_sym_STAR_EQ] = ACTIONS(2919), + [anon_sym_SLASH_EQ] = ACTIONS(2919), + [anon_sym_PERCENT_EQ] = ACTIONS(2919), + [anon_sym_LT_LT_EQ] = ACTIONS(2919), + [anon_sym_GT_GT_EQ] = ACTIONS(2919), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2919), + [anon_sym_AMP_EQ] = ACTIONS(2919), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2919), + [anon_sym_PLUS_EQ] = ACTIONS(2919), + [anon_sym_DASH_EQ] = ACTIONS(2919), + [anon_sym_PIPE_EQ] = ACTIONS(2919), + [anon_sym_CARET_EQ] = ACTIONS(2919), + [anon_sym_COLON_EQ] = ACTIONS(2919), + [anon_sym_lock] = ACTIONS(2919), + [anon_sym_rlock] = ACTIONS(2919), + [anon_sym_unsafe] = ACTIONS(2919), + [anon_sym_sql] = ACTIONS(2919), + [sym_int_literal] = ACTIONS(2919), + [sym_float_literal] = ACTIONS(2919), + [sym_rune_literal] = ACTIONS(2919), + [anon_sym_AT] = ACTIONS(2919), + [anon_sym_shared] = ACTIONS(2919), + [anon_sym_map_LBRACK] = ACTIONS(2919), + [anon_sym_chan] = ACTIONS(2919), + [anon_sym_thread] = ACTIONS(2919), + [anon_sym_atomic] = ACTIONS(2919), + [anon_sym_assert] = ACTIONS(2919), + [anon_sym_defer] = ACTIONS(2919), + [anon_sym_goto] = ACTIONS(2919), + [anon_sym_break] = ACTIONS(2919), + [anon_sym_continue] = ACTIONS(2919), + [anon_sym_return] = ACTIONS(2919), + [anon_sym_DOLLARfor] = ACTIONS(2919), + [anon_sym_for] = ACTIONS(2919), + [anon_sym_POUND] = ACTIONS(2919), + [anon_sym_asm] = ACTIONS(2919), + [anon_sym_AT_LBRACK] = ACTIONS(2919), + [sym___double_quote] = ACTIONS(2919), + [sym___single_quote] = ACTIONS(2919), + [sym___c_double_quote] = ACTIONS(2919), + [sym___c_single_quote] = ACTIONS(2919), + [sym___r_double_quote] = ACTIONS(2919), + [sym___r_single_quote] = ACTIONS(2919), }, - [671] = { - [sym__expression] = STATE(2673), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3667), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [617] = { + [sym__expression] = STATE(960), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4279), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2364), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2821), + [anon_sym_DASH] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(2823), + [anon_sym_struct] = ACTIONS(501), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2366), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2372), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2825), + [anon_sym_go] = ACTIONS(2827), + [anon_sym_spawn] = ACTIONS(2829), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2821), + [anon_sym_CARET] = ACTIONS(2821), + [anon_sym_AMP] = ACTIONS(2831), + [anon_sym_LT_DASH] = ACTIONS(2833), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(2835), + [anon_sym_lock] = ACTIONS(2837), + [anon_sym_rlock] = ACTIONS(2837), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, - [672] = { - [sym__expression] = STATE(2235), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), + [618] = { + [sym__expression] = STATE(1762), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1590), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2744), - [anon_sym_DASH] = ACTIONS(2744), - [anon_sym_STAR] = ACTIONS(2746), - [anon_sym_struct] = ACTIONS(2650), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(2430), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_STAR] = ACTIONS(807), + [anon_sym_struct] = ACTIONS(809), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_go] = ACTIONS(2750), - [anon_sym_spawn] = ACTIONS(2752), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2744), - [anon_sym_CARET] = ACTIONS(2744), - [anon_sym_AMP] = ACTIONS(2754), - [anon_sym_LT_DASH] = ACTIONS(2756), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2758), - [anon_sym_lock] = ACTIONS(2760), - [anon_sym_rlock] = ACTIONS(2760), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_go] = ACTIONS(815), + [anon_sym_spawn] = ACTIONS(817), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(821), + [anon_sym_TILDE] = ACTIONS(805), + [anon_sym_CARET] = ACTIONS(805), + [anon_sym_AMP] = ACTIONS(823), + [anon_sym_LT_DASH] = ACTIONS(825), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(829), + [anon_sym_DOLLARif] = ACTIONS(831), + [anon_sym_match] = ACTIONS(833), + [anon_sym_select] = ACTIONS(835), + [anon_sym_lock] = ACTIONS(837), + [anon_sym_rlock] = ACTIONS(837), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_sql] = ACTIONS(841), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), }, - [673] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3675), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [619] = { + [sym__expression] = STATE(970), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2821), + [anon_sym_DASH] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(2823), + [anon_sym_struct] = ACTIONS(501), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2825), + [anon_sym_go] = ACTIONS(2827), + [anon_sym_spawn] = ACTIONS(2829), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2821), + [anon_sym_CARET] = ACTIONS(2821), + [anon_sym_AMP] = ACTIONS(2831), + [anon_sym_LT_DASH] = ACTIONS(2833), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(2835), + [anon_sym_lock] = ACTIONS(2837), + [anon_sym_rlock] = ACTIONS(2837), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, - [674] = { - [sym__expression] = STATE(2234), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), + [620] = { + [sym__expression] = STATE(1764), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1590), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2744), - [anon_sym_DASH] = ACTIONS(2744), - [anon_sym_STAR] = ACTIONS(2746), - [anon_sym_struct] = ACTIONS(2650), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(2430), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_STAR] = ACTIONS(807), + [anon_sym_struct] = ACTIONS(809), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_go] = ACTIONS(2750), - [anon_sym_spawn] = ACTIONS(2752), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2744), - [anon_sym_CARET] = ACTIONS(2744), - [anon_sym_AMP] = ACTIONS(2754), - [anon_sym_LT_DASH] = ACTIONS(2756), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2758), - [anon_sym_lock] = ACTIONS(2760), - [anon_sym_rlock] = ACTIONS(2760), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_go] = ACTIONS(815), + [anon_sym_spawn] = ACTIONS(817), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(821), + [anon_sym_TILDE] = ACTIONS(805), + [anon_sym_CARET] = ACTIONS(805), + [anon_sym_AMP] = ACTIONS(823), + [anon_sym_LT_DASH] = ACTIONS(825), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(829), + [anon_sym_DOLLARif] = ACTIONS(831), + [anon_sym_match] = ACTIONS(833), + [anon_sym_select] = ACTIONS(835), + [anon_sym_lock] = ACTIONS(837), + [anon_sym_rlock] = ACTIONS(837), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_sql] = ACTIONS(841), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), }, - [675] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3677), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [621] = { + [sym__expression] = STATE(2308), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2725), + [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2727), + [anon_sym_go] = ACTIONS(2729), + [anon_sym_spawn] = ACTIONS(2731), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(2723), + [anon_sym_CARET] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_LT_DASH] = ACTIONS(2735), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(2737), + [anon_sym_lock] = ACTIONS(2739), + [anon_sym_rlock] = ACTIONS(2739), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, - [676] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [622] = { + [sym__expression] = STATE(1767), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1590), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(2430), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_STAR] = ACTIONS(807), + [anon_sym_struct] = ACTIONS(809), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_go] = ACTIONS(815), + [anon_sym_spawn] = ACTIONS(817), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(821), + [anon_sym_TILDE] = ACTIONS(805), + [anon_sym_CARET] = ACTIONS(805), + [anon_sym_AMP] = ACTIONS(823), + [anon_sym_LT_DASH] = ACTIONS(825), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(829), + [anon_sym_DOLLARif] = ACTIONS(831), + [anon_sym_match] = ACTIONS(833), + [anon_sym_select] = ACTIONS(835), + [anon_sym_lock] = ACTIONS(837), + [anon_sym_rlock] = ACTIONS(837), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_sql] = ACTIONS(841), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), }, - [677] = { - [sym__expression] = STATE(2434), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [623] = { + [sym__expression] = STATE(2308), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4414), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2725), + [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2727), + [anon_sym_go] = ACTIONS(2729), + [anon_sym_spawn] = ACTIONS(2731), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(2723), + [anon_sym_CARET] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_LT_DASH] = ACTIONS(2735), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(2737), + [anon_sym_lock] = ACTIONS(2739), + [anon_sym_rlock] = ACTIONS(2739), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, - [678] = { - [sym__expression] = STATE(2186), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [624] = { + [ts_builtin_sym_end] = ACTIONS(2921), + [sym_identifier] = ACTIONS(2923), + [anon_sym_LF] = ACTIONS(2923), + [anon_sym_CR] = ACTIONS(2923), + [anon_sym_CR_LF] = ACTIONS(2923), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2923), + [anon_sym_as] = ACTIONS(2923), + [anon_sym_LBRACE] = ACTIONS(2923), + [anon_sym_COMMA] = ACTIONS(2923), + [anon_sym_const] = ACTIONS(2923), + [anon_sym_LPAREN] = ACTIONS(2923), + [anon_sym_EQ] = ACTIONS(2923), + [anon_sym___global] = ACTIONS(2923), + [anon_sym_type] = ACTIONS(2923), + [anon_sym_PIPE] = ACTIONS(2923), + [anon_sym_fn] = ACTIONS(2923), + [anon_sym_PLUS] = ACTIONS(2923), + [anon_sym_DASH] = ACTIONS(2923), + [anon_sym_STAR] = ACTIONS(2923), + [anon_sym_SLASH] = ACTIONS(2923), + [anon_sym_PERCENT] = ACTIONS(2923), + [anon_sym_LT] = ACTIONS(2923), + [anon_sym_GT] = ACTIONS(2923), + [anon_sym_EQ_EQ] = ACTIONS(2923), + [anon_sym_BANG_EQ] = ACTIONS(2923), + [anon_sym_LT_EQ] = ACTIONS(2923), + [anon_sym_GT_EQ] = ACTIONS(2923), + [anon_sym_LBRACK] = ACTIONS(2921), + [anon_sym_LT2] = ACTIONS(2923), + [anon_sym_struct] = ACTIONS(2923), + [anon_sym_union] = ACTIONS(2923), + [anon_sym_pub] = ACTIONS(2923), + [anon_sym_mut] = ACTIONS(2923), + [anon_sym_enum] = ACTIONS(2923), + [anon_sym_interface] = ACTIONS(2923), + [anon_sym_PLUS_PLUS] = ACTIONS(2923), + [anon_sym_DASH_DASH] = ACTIONS(2923), + [anon_sym_QMARK] = ACTIONS(2923), + [anon_sym_BANG] = ACTIONS(2923), + [anon_sym_go] = ACTIONS(2923), + [anon_sym_spawn] = ACTIONS(2923), + [anon_sym_json_DOTdecode] = ACTIONS(2923), + [anon_sym_LBRACK2] = ACTIONS(2923), + [anon_sym_TILDE] = ACTIONS(2923), + [anon_sym_CARET] = ACTIONS(2923), + [anon_sym_AMP] = ACTIONS(2923), + [anon_sym_LT_DASH] = ACTIONS(2923), + [anon_sym_LT_LT] = ACTIONS(2923), + [anon_sym_GT_GT] = ACTIONS(2923), + [anon_sym_GT_GT_GT] = ACTIONS(2923), + [anon_sym_AMP_CARET] = ACTIONS(2923), + [anon_sym_AMP_AMP] = ACTIONS(2923), + [anon_sym_PIPE_PIPE] = ACTIONS(2923), + [anon_sym_or] = ACTIONS(2923), + [sym_none] = ACTIONS(2923), + [sym_true] = ACTIONS(2923), + [sym_false] = ACTIONS(2923), + [sym_nil] = ACTIONS(2923), + [anon_sym_QMARK_DOT] = ACTIONS(2923), + [anon_sym_POUND_LBRACK] = ACTIONS(2923), + [anon_sym_if] = ACTIONS(2923), + [anon_sym_DOLLARif] = ACTIONS(2923), + [anon_sym_is] = ACTIONS(2923), + [anon_sym_BANGis] = ACTIONS(2923), + [anon_sym_in] = ACTIONS(2923), + [anon_sym_BANGin] = ACTIONS(2923), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(2923), + [anon_sym_STAR_EQ] = ACTIONS(2923), + [anon_sym_SLASH_EQ] = ACTIONS(2923), + [anon_sym_PERCENT_EQ] = ACTIONS(2923), + [anon_sym_LT_LT_EQ] = ACTIONS(2923), + [anon_sym_GT_GT_EQ] = ACTIONS(2923), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2923), + [anon_sym_AMP_EQ] = ACTIONS(2923), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2923), + [anon_sym_PLUS_EQ] = ACTIONS(2923), + [anon_sym_DASH_EQ] = ACTIONS(2923), + [anon_sym_PIPE_EQ] = ACTIONS(2923), + [anon_sym_CARET_EQ] = ACTIONS(2923), + [anon_sym_COLON_EQ] = ACTIONS(2923), + [anon_sym_lock] = ACTIONS(2923), + [anon_sym_rlock] = ACTIONS(2923), + [anon_sym_unsafe] = ACTIONS(2923), + [anon_sym_sql] = ACTIONS(2923), + [sym_int_literal] = ACTIONS(2923), + [sym_float_literal] = ACTIONS(2923), + [sym_rune_literal] = ACTIONS(2923), + [anon_sym_AT] = ACTIONS(2923), + [anon_sym_shared] = ACTIONS(2923), + [anon_sym_map_LBRACK] = ACTIONS(2923), + [anon_sym_chan] = ACTIONS(2923), + [anon_sym_thread] = ACTIONS(2923), + [anon_sym_atomic] = ACTIONS(2923), + [anon_sym_assert] = ACTIONS(2923), + [anon_sym_defer] = ACTIONS(2923), + [anon_sym_goto] = ACTIONS(2923), + [anon_sym_break] = ACTIONS(2923), + [anon_sym_continue] = ACTIONS(2923), + [anon_sym_return] = ACTIONS(2923), + [anon_sym_DOLLARfor] = ACTIONS(2923), + [anon_sym_for] = ACTIONS(2923), + [anon_sym_POUND] = ACTIONS(2923), + [anon_sym_asm] = ACTIONS(2923), + [anon_sym_AT_LBRACK] = ACTIONS(2923), + [sym___double_quote] = ACTIONS(2923), + [sym___single_quote] = ACTIONS(2923), + [sym___c_double_quote] = ACTIONS(2923), + [sym___c_single_quote] = ACTIONS(2923), + [sym___r_double_quote] = ACTIONS(2923), + [sym___r_single_quote] = ACTIONS(2923), + }, + [625] = { + [sym__expression] = STATE(2308), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4174), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2725), + [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2727), + [anon_sym_go] = ACTIONS(2729), + [anon_sym_spawn] = ACTIONS(2731), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(2723), + [anon_sym_CARET] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_LT_DASH] = ACTIONS(2735), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(2737), + [anon_sym_lock] = ACTIONS(2739), + [anon_sym_rlock] = ACTIONS(2739), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, - [679] = { - [sym__expression] = STATE(2435), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [626] = { + [sym__expression] = STATE(2447), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2725), + [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2727), + [anon_sym_go] = ACTIONS(2729), + [anon_sym_spawn] = ACTIONS(2731), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(2723), + [anon_sym_CARET] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_LT_DASH] = ACTIONS(2735), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(2737), + [anon_sym_lock] = ACTIONS(2739), + [anon_sym_rlock] = ACTIONS(2739), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, - [680] = { - [sym__expression] = STATE(2436), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [627] = { + [ts_builtin_sym_end] = ACTIONS(2925), + [sym_identifier] = ACTIONS(2927), + [anon_sym_LF] = ACTIONS(2927), + [anon_sym_CR] = ACTIONS(2927), + [anon_sym_CR_LF] = ACTIONS(2927), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2927), + [anon_sym_as] = ACTIONS(2927), + [anon_sym_LBRACE] = ACTIONS(2927), + [anon_sym_COMMA] = ACTIONS(2927), + [anon_sym_const] = ACTIONS(2927), + [anon_sym_LPAREN] = ACTIONS(2927), + [anon_sym_EQ] = ACTIONS(2927), + [anon_sym___global] = ACTIONS(2927), + [anon_sym_type] = ACTIONS(2927), + [anon_sym_PIPE] = ACTIONS(2927), + [anon_sym_fn] = ACTIONS(2927), + [anon_sym_PLUS] = ACTIONS(2927), + [anon_sym_DASH] = ACTIONS(2927), + [anon_sym_STAR] = ACTIONS(2927), + [anon_sym_SLASH] = ACTIONS(2927), + [anon_sym_PERCENT] = ACTIONS(2927), + [anon_sym_LT] = ACTIONS(2927), + [anon_sym_GT] = ACTIONS(2927), + [anon_sym_EQ_EQ] = ACTIONS(2927), + [anon_sym_BANG_EQ] = ACTIONS(2927), + [anon_sym_LT_EQ] = ACTIONS(2927), + [anon_sym_GT_EQ] = ACTIONS(2927), + [anon_sym_LBRACK] = ACTIONS(2925), + [anon_sym_LT2] = ACTIONS(2927), + [anon_sym_struct] = ACTIONS(2927), + [anon_sym_union] = ACTIONS(2927), + [anon_sym_pub] = ACTIONS(2927), + [anon_sym_mut] = ACTIONS(2927), + [anon_sym_enum] = ACTIONS(2927), + [anon_sym_interface] = ACTIONS(2927), + [anon_sym_PLUS_PLUS] = ACTIONS(2927), + [anon_sym_DASH_DASH] = ACTIONS(2927), + [anon_sym_QMARK] = ACTIONS(2927), + [anon_sym_BANG] = ACTIONS(2927), + [anon_sym_go] = ACTIONS(2927), + [anon_sym_spawn] = ACTIONS(2927), + [anon_sym_json_DOTdecode] = ACTIONS(2927), + [anon_sym_LBRACK2] = ACTIONS(2927), + [anon_sym_TILDE] = ACTIONS(2927), + [anon_sym_CARET] = ACTIONS(2927), + [anon_sym_AMP] = ACTIONS(2927), + [anon_sym_LT_DASH] = ACTIONS(2927), + [anon_sym_LT_LT] = ACTIONS(2927), + [anon_sym_GT_GT] = ACTIONS(2927), + [anon_sym_GT_GT_GT] = ACTIONS(2927), + [anon_sym_AMP_CARET] = ACTIONS(2927), + [anon_sym_AMP_AMP] = ACTIONS(2927), + [anon_sym_PIPE_PIPE] = ACTIONS(2927), + [anon_sym_or] = ACTIONS(2927), + [sym_none] = ACTIONS(2927), + [sym_true] = ACTIONS(2927), + [sym_false] = ACTIONS(2927), + [sym_nil] = ACTIONS(2927), + [anon_sym_QMARK_DOT] = ACTIONS(2927), + [anon_sym_POUND_LBRACK] = ACTIONS(2927), + [anon_sym_if] = ACTIONS(2927), + [anon_sym_DOLLARif] = ACTIONS(2927), + [anon_sym_is] = ACTIONS(2927), + [anon_sym_BANGis] = ACTIONS(2927), + [anon_sym_in] = ACTIONS(2927), + [anon_sym_BANGin] = ACTIONS(2927), + [anon_sym_match] = ACTIONS(2927), + [anon_sym_select] = ACTIONS(2927), + [anon_sym_STAR_EQ] = ACTIONS(2927), + [anon_sym_SLASH_EQ] = ACTIONS(2927), + [anon_sym_PERCENT_EQ] = ACTIONS(2927), + [anon_sym_LT_LT_EQ] = ACTIONS(2927), + [anon_sym_GT_GT_EQ] = ACTIONS(2927), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2927), + [anon_sym_AMP_EQ] = ACTIONS(2927), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2927), + [anon_sym_PLUS_EQ] = ACTIONS(2927), + [anon_sym_DASH_EQ] = ACTIONS(2927), + [anon_sym_PIPE_EQ] = ACTIONS(2927), + [anon_sym_CARET_EQ] = ACTIONS(2927), + [anon_sym_COLON_EQ] = ACTIONS(2927), + [anon_sym_lock] = ACTIONS(2927), + [anon_sym_rlock] = ACTIONS(2927), + [anon_sym_unsafe] = ACTIONS(2927), + [anon_sym_sql] = ACTIONS(2927), + [sym_int_literal] = ACTIONS(2927), + [sym_float_literal] = ACTIONS(2927), + [sym_rune_literal] = ACTIONS(2927), + [anon_sym_AT] = ACTIONS(2927), + [anon_sym_shared] = ACTIONS(2927), + [anon_sym_map_LBRACK] = ACTIONS(2927), + [anon_sym_chan] = ACTIONS(2927), + [anon_sym_thread] = ACTIONS(2927), + [anon_sym_atomic] = ACTIONS(2927), + [anon_sym_assert] = ACTIONS(2927), + [anon_sym_defer] = ACTIONS(2927), + [anon_sym_goto] = ACTIONS(2927), + [anon_sym_break] = ACTIONS(2927), + [anon_sym_continue] = ACTIONS(2927), + [anon_sym_return] = ACTIONS(2927), + [anon_sym_DOLLARfor] = ACTIONS(2927), + [anon_sym_for] = ACTIONS(2927), + [anon_sym_POUND] = ACTIONS(2927), + [anon_sym_asm] = ACTIONS(2927), + [anon_sym_AT_LBRACK] = ACTIONS(2927), + [sym___double_quote] = ACTIONS(2927), + [sym___single_quote] = ACTIONS(2927), + [sym___c_double_quote] = ACTIONS(2927), + [sym___c_single_quote] = ACTIONS(2927), + [sym___r_double_quote] = ACTIONS(2927), + [sym___r_single_quote] = ACTIONS(2927), + }, + [628] = { + [sym__expression] = STATE(1618), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(534), + [sym_plain_type] = STATE(4217), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2909), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(301), + [anon_sym_LBRACE] = ACTIONS(2911), + [anon_sym_LPAREN] = ACTIONS(307), + [anon_sym_fn] = ACTIONS(309), + [anon_sym_PLUS] = ACTIONS(311), + [anon_sym_DASH] = ACTIONS(311), + [anon_sym_STAR] = ACTIONS(313), + [anon_sym_struct] = ACTIONS(315), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(317), + [anon_sym_go] = ACTIONS(319), + [anon_sym_spawn] = ACTIONS(321), + [anon_sym_json_DOTdecode] = ACTIONS(323), + [anon_sym_LBRACK2] = ACTIONS(325), + [anon_sym_TILDE] = ACTIONS(311), + [anon_sym_CARET] = ACTIONS(311), + [anon_sym_AMP] = ACTIONS(327), + [anon_sym_LT_DASH] = ACTIONS(329), + [sym_none] = ACTIONS(331), + [sym_true] = ACTIONS(331), + [sym_false] = ACTIONS(331), + [sym_nil] = ACTIONS(331), + [anon_sym_if] = ACTIONS(333), + [anon_sym_DOLLARif] = ACTIONS(335), + [anon_sym_match] = ACTIONS(337), + [anon_sym_select] = ACTIONS(339), + [anon_sym_lock] = ACTIONS(341), + [anon_sym_rlock] = ACTIONS(341), + [anon_sym_unsafe] = ACTIONS(343), + [anon_sym_sql] = ACTIONS(345), + [sym_int_literal] = ACTIONS(331), + [sym_float_literal] = ACTIONS(347), + [sym_rune_literal] = ACTIONS(347), + [anon_sym_AT] = ACTIONS(349), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(371), + [sym___single_quote] = ACTIONS(373), + [sym___c_double_quote] = ACTIONS(375), + [sym___c_single_quote] = ACTIONS(377), + [sym___r_double_quote] = ACTIONS(379), + [sym___r_single_quote] = ACTIONS(381), }, - [681] = { - [sym__expression] = STATE(2437), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [629] = { + [sym__expression] = STATE(1618), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(534), + [sym_plain_type] = STATE(4215), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2909), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(301), + [anon_sym_LBRACE] = ACTIONS(2911), + [anon_sym_LPAREN] = ACTIONS(307), + [anon_sym_fn] = ACTIONS(309), + [anon_sym_PLUS] = ACTIONS(311), + [anon_sym_DASH] = ACTIONS(311), + [anon_sym_STAR] = ACTIONS(313), + [anon_sym_struct] = ACTIONS(315), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(317), + [anon_sym_go] = ACTIONS(319), + [anon_sym_spawn] = ACTIONS(321), + [anon_sym_json_DOTdecode] = ACTIONS(323), + [anon_sym_LBRACK2] = ACTIONS(325), + [anon_sym_TILDE] = ACTIONS(311), + [anon_sym_CARET] = ACTIONS(311), + [anon_sym_AMP] = ACTIONS(327), + [anon_sym_LT_DASH] = ACTIONS(329), + [sym_none] = ACTIONS(331), + [sym_true] = ACTIONS(331), + [sym_false] = ACTIONS(331), + [sym_nil] = ACTIONS(331), + [anon_sym_if] = ACTIONS(333), + [anon_sym_DOLLARif] = ACTIONS(335), + [anon_sym_match] = ACTIONS(337), + [anon_sym_select] = ACTIONS(339), + [anon_sym_lock] = ACTIONS(341), + [anon_sym_rlock] = ACTIONS(341), + [anon_sym_unsafe] = ACTIONS(343), + [anon_sym_sql] = ACTIONS(345), + [sym_int_literal] = ACTIONS(331), + [sym_float_literal] = ACTIONS(347), + [sym_rune_literal] = ACTIONS(347), + [anon_sym_AT] = ACTIONS(349), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(371), + [sym___single_quote] = ACTIONS(373), + [sym___c_double_quote] = ACTIONS(375), + [sym___c_single_quote] = ACTIONS(377), + [sym___r_double_quote] = ACTIONS(379), + [sym___r_single_quote] = ACTIONS(381), }, - [682] = { - [sym__expression] = STATE(2438), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [630] = { + [sym__expression] = STATE(2196), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [683] = { - [sym__expression] = STATE(2608), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4100), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [631] = { + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3711), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1087), - [anon_sym_LBRACE] = ACTIONS(1089), - [anon_sym_LPAREN] = ACTIONS(1093), - [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(2528), - [anon_sym_DASH] = ACTIONS(2528), - [anon_sym_STAR] = ACTIONS(2530), - [anon_sym_struct] = ACTIONS(1101), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2532), - [anon_sym_go] = ACTIONS(2534), - [anon_sym_spawn] = ACTIONS(2536), - [anon_sym_json_DOTdecode] = ACTIONS(1109), - [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(2528), - [anon_sym_CARET] = ACTIONS(2528), - [anon_sym_AMP] = ACTIONS(2538), - [anon_sym_LT_DASH] = ACTIONS(2540), - [sym_none] = ACTIONS(1117), - [sym_true] = ACTIONS(1117), - [sym_false] = ACTIONS(1117), - [sym_nil] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1119), - [anon_sym_DOLLARif] = ACTIONS(1123), - [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2542), - [anon_sym_lock] = ACTIONS(2544), - [anon_sym_rlock] = ACTIONS(2544), - [anon_sym_unsafe] = ACTIONS(1131), - [anon_sym_sql] = ACTIONS(1133), - [sym_int_literal] = ACTIONS(1117), - [sym_float_literal] = ACTIONS(1135), - [sym_rune_literal] = ACTIONS(1135), - [anon_sym_AT] = ACTIONS(1137), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1139), - [sym___single_quote] = ACTIONS(1141), - [sym___c_double_quote] = ACTIONS(1143), - [sym___c_single_quote] = ACTIONS(1145), - [sym___r_double_quote] = ACTIONS(1147), - [sym___r_single_quote] = ACTIONS(1149), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [684] = { - [sym__expression] = STATE(2873), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [632] = { + [sym__expression] = STATE(2463), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [685] = { - [sym__expression] = STATE(2559), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4100), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [633] = { + [sym__expression] = STATE(2430), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1087), - [anon_sym_LBRACE] = ACTIONS(1089), - [anon_sym_LPAREN] = ACTIONS(1093), - [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(2528), - [anon_sym_DASH] = ACTIONS(2528), - [anon_sym_STAR] = ACTIONS(2530), - [anon_sym_struct] = ACTIONS(1101), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2532), - [anon_sym_go] = ACTIONS(2534), - [anon_sym_spawn] = ACTIONS(2536), - [anon_sym_json_DOTdecode] = ACTIONS(1109), - [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(2528), - [anon_sym_CARET] = ACTIONS(2528), - [anon_sym_AMP] = ACTIONS(2538), - [anon_sym_LT_DASH] = ACTIONS(2540), - [sym_none] = ACTIONS(1117), - [sym_true] = ACTIONS(1117), - [sym_false] = ACTIONS(1117), - [sym_nil] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1119), - [anon_sym_DOLLARif] = ACTIONS(1123), - [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2542), - [anon_sym_lock] = ACTIONS(2544), - [anon_sym_rlock] = ACTIONS(2544), - [anon_sym_unsafe] = ACTIONS(1131), - [anon_sym_sql] = ACTIONS(1133), - [sym_int_literal] = ACTIONS(1117), - [sym_float_literal] = ACTIONS(1135), - [sym_rune_literal] = ACTIONS(1135), - [anon_sym_AT] = ACTIONS(1137), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1139), - [sym___single_quote] = ACTIONS(1141), - [sym___c_double_quote] = ACTIONS(1143), - [sym___c_single_quote] = ACTIONS(1145), - [sym___r_double_quote] = ACTIONS(1147), - [sym___r_single_quote] = ACTIONS(1149), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [686] = { - [sym__expression] = STATE(2607), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4100), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [634] = { + [sym__expression] = STATE(1618), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(534), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2909), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1087), - [anon_sym_LBRACE] = ACTIONS(1089), - [anon_sym_LPAREN] = ACTIONS(1093), - [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(2528), - [anon_sym_DASH] = ACTIONS(2528), - [anon_sym_STAR] = ACTIONS(2530), - [anon_sym_struct] = ACTIONS(1101), + [anon_sym_DOT] = ACTIONS(301), + [anon_sym_LBRACE] = ACTIONS(2911), + [anon_sym_LPAREN] = ACTIONS(307), + [anon_sym_fn] = ACTIONS(309), + [anon_sym_PLUS] = ACTIONS(311), + [anon_sym_DASH] = ACTIONS(311), + [anon_sym_STAR] = ACTIONS(313), + [anon_sym_struct] = ACTIONS(315), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2532), - [anon_sym_go] = ACTIONS(2534), - [anon_sym_spawn] = ACTIONS(2536), - [anon_sym_json_DOTdecode] = ACTIONS(1109), - [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(2528), - [anon_sym_CARET] = ACTIONS(2528), - [anon_sym_AMP] = ACTIONS(2538), - [anon_sym_LT_DASH] = ACTIONS(2540), - [sym_none] = ACTIONS(1117), - [sym_true] = ACTIONS(1117), - [sym_false] = ACTIONS(1117), - [sym_nil] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1119), - [anon_sym_DOLLARif] = ACTIONS(1123), - [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2542), - [anon_sym_lock] = ACTIONS(2544), - [anon_sym_rlock] = ACTIONS(2544), - [anon_sym_unsafe] = ACTIONS(1131), - [anon_sym_sql] = ACTIONS(1133), - [sym_int_literal] = ACTIONS(1117), - [sym_float_literal] = ACTIONS(1135), - [sym_rune_literal] = ACTIONS(1135), - [anon_sym_AT] = ACTIONS(1137), + [anon_sym_BANG] = ACTIONS(317), + [anon_sym_go] = ACTIONS(319), + [anon_sym_spawn] = ACTIONS(321), + [anon_sym_json_DOTdecode] = ACTIONS(323), + [anon_sym_LBRACK2] = ACTIONS(325), + [anon_sym_TILDE] = ACTIONS(311), + [anon_sym_CARET] = ACTIONS(311), + [anon_sym_AMP] = ACTIONS(327), + [anon_sym_LT_DASH] = ACTIONS(329), + [sym_none] = ACTIONS(331), + [sym_true] = ACTIONS(331), + [sym_false] = ACTIONS(331), + [sym_nil] = ACTIONS(331), + [anon_sym_if] = ACTIONS(333), + [anon_sym_DOLLARif] = ACTIONS(335), + [anon_sym_match] = ACTIONS(337), + [anon_sym_select] = ACTIONS(339), + [anon_sym_lock] = ACTIONS(341), + [anon_sym_rlock] = ACTIONS(341), + [anon_sym_unsafe] = ACTIONS(343), + [anon_sym_sql] = ACTIONS(345), + [sym_int_literal] = ACTIONS(331), + [sym_float_literal] = ACTIONS(347), + [sym_rune_literal] = ACTIONS(347), + [anon_sym_AT] = ACTIONS(349), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1139), - [sym___single_quote] = ACTIONS(1141), - [sym___c_double_quote] = ACTIONS(1143), - [sym___c_single_quote] = ACTIONS(1145), - [sym___r_double_quote] = ACTIONS(1147), - [sym___r_single_quote] = ACTIONS(1149), + [sym___double_quote] = ACTIONS(371), + [sym___single_quote] = ACTIONS(373), + [sym___c_double_quote] = ACTIONS(375), + [sym___c_single_quote] = ACTIONS(377), + [sym___r_double_quote] = ACTIONS(379), + [sym___r_single_quote] = ACTIONS(381), }, - [687] = { - [sym__expression] = STATE(2439), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [635] = { + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3709), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [688] = { - [sym__expression] = STATE(2601), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4100), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [636] = { + [sym__expression] = STATE(2462), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1087), - [anon_sym_LBRACE] = ACTIONS(1089), - [anon_sym_LPAREN] = ACTIONS(1093), - [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(2528), - [anon_sym_DASH] = ACTIONS(2528), - [anon_sym_STAR] = ACTIONS(2530), - [anon_sym_struct] = ACTIONS(1101), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2725), + [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2532), - [anon_sym_go] = ACTIONS(2534), - [anon_sym_spawn] = ACTIONS(2536), - [anon_sym_json_DOTdecode] = ACTIONS(1109), - [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(2528), - [anon_sym_CARET] = ACTIONS(2528), - [anon_sym_AMP] = ACTIONS(2538), - [anon_sym_LT_DASH] = ACTIONS(2540), - [sym_none] = ACTIONS(1117), - [sym_true] = ACTIONS(1117), - [sym_false] = ACTIONS(1117), - [sym_nil] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1119), - [anon_sym_DOLLARif] = ACTIONS(1123), - [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2542), - [anon_sym_lock] = ACTIONS(2544), - [anon_sym_rlock] = ACTIONS(2544), - [anon_sym_unsafe] = ACTIONS(1131), - [anon_sym_sql] = ACTIONS(1133), - [sym_int_literal] = ACTIONS(1117), - [sym_float_literal] = ACTIONS(1135), - [sym_rune_literal] = ACTIONS(1135), - [anon_sym_AT] = ACTIONS(1137), + [anon_sym_BANG] = ACTIONS(2727), + [anon_sym_go] = ACTIONS(2729), + [anon_sym_spawn] = ACTIONS(2731), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(2723), + [anon_sym_CARET] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_LT_DASH] = ACTIONS(2735), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(2737), + [anon_sym_lock] = ACTIONS(2739), + [anon_sym_rlock] = ACTIONS(2739), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1139), - [sym___single_quote] = ACTIONS(1141), - [sym___c_double_quote] = ACTIONS(1143), - [sym___c_single_quote] = ACTIONS(1145), - [sym___r_double_quote] = ACTIONS(1147), - [sym___r_single_quote] = ACTIONS(1149), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, - [689] = { - [sym__expression] = STATE(2598), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4100), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [637] = { + [sym__expression] = STATE(2308), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4169), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1087), - [anon_sym_LBRACE] = ACTIONS(1089), - [anon_sym_LPAREN] = ACTIONS(1093), - [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(2528), - [anon_sym_DASH] = ACTIONS(2528), - [anon_sym_STAR] = ACTIONS(2530), - [anon_sym_struct] = ACTIONS(1101), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2725), + [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2532), - [anon_sym_go] = ACTIONS(2534), - [anon_sym_spawn] = ACTIONS(2536), - [anon_sym_json_DOTdecode] = ACTIONS(1109), - [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(2528), - [anon_sym_CARET] = ACTIONS(2528), - [anon_sym_AMP] = ACTIONS(2538), - [anon_sym_LT_DASH] = ACTIONS(2540), - [sym_none] = ACTIONS(1117), - [sym_true] = ACTIONS(1117), - [sym_false] = ACTIONS(1117), - [sym_nil] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1119), - [anon_sym_DOLLARif] = ACTIONS(1123), - [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2542), - [anon_sym_lock] = ACTIONS(2544), - [anon_sym_rlock] = ACTIONS(2544), - [anon_sym_unsafe] = ACTIONS(1131), - [anon_sym_sql] = ACTIONS(1133), - [sym_int_literal] = ACTIONS(1117), - [sym_float_literal] = ACTIONS(1135), - [sym_rune_literal] = ACTIONS(1135), - [anon_sym_AT] = ACTIONS(1137), + [anon_sym_BANG] = ACTIONS(2727), + [anon_sym_go] = ACTIONS(2729), + [anon_sym_spawn] = ACTIONS(2731), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(2723), + [anon_sym_CARET] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_LT_DASH] = ACTIONS(2735), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(2737), + [anon_sym_lock] = ACTIONS(2739), + [anon_sym_rlock] = ACTIONS(2739), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1139), - [sym___single_quote] = ACTIONS(1141), - [sym___c_double_quote] = ACTIONS(1143), - [sym___c_single_quote] = ACTIONS(1145), - [sym___r_double_quote] = ACTIONS(1147), - [sym___r_single_quote] = ACTIONS(1149), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, - [690] = { - [sym__expression] = STATE(2596), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4100), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [638] = { + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3719), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1087), - [anon_sym_LBRACE] = ACTIONS(1089), - [anon_sym_LPAREN] = ACTIONS(1093), - [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(2528), - [anon_sym_DASH] = ACTIONS(2528), - [anon_sym_STAR] = ACTIONS(2530), - [anon_sym_struct] = ACTIONS(1101), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2532), - [anon_sym_go] = ACTIONS(2534), - [anon_sym_spawn] = ACTIONS(2536), - [anon_sym_json_DOTdecode] = ACTIONS(1109), - [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(2528), - [anon_sym_CARET] = ACTIONS(2528), - [anon_sym_AMP] = ACTIONS(2538), - [anon_sym_LT_DASH] = ACTIONS(2540), - [sym_none] = ACTIONS(1117), - [sym_true] = ACTIONS(1117), - [sym_false] = ACTIONS(1117), - [sym_nil] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1119), - [anon_sym_DOLLARif] = ACTIONS(1123), - [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2542), - [anon_sym_lock] = ACTIONS(2544), - [anon_sym_rlock] = ACTIONS(2544), - [anon_sym_unsafe] = ACTIONS(1131), - [anon_sym_sql] = ACTIONS(1133), - [sym_int_literal] = ACTIONS(1117), - [sym_float_literal] = ACTIONS(1135), - [sym_rune_literal] = ACTIONS(1135), - [anon_sym_AT] = ACTIONS(1137), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1139), - [sym___single_quote] = ACTIONS(1141), - [sym___c_double_quote] = ACTIONS(1143), - [sym___c_single_quote] = ACTIONS(1145), - [sym___r_double_quote] = ACTIONS(1147), - [sym___r_single_quote] = ACTIONS(1149), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [691] = { - [sym__expression] = STATE(2595), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4100), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [639] = { + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1087), - [anon_sym_LBRACE] = ACTIONS(1089), - [anon_sym_LPAREN] = ACTIONS(1093), - [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(2528), - [anon_sym_DASH] = ACTIONS(2528), - [anon_sym_STAR] = ACTIONS(2530), - [anon_sym_struct] = ACTIONS(1101), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2532), - [anon_sym_go] = ACTIONS(2534), - [anon_sym_spawn] = ACTIONS(2536), - [anon_sym_json_DOTdecode] = ACTIONS(1109), - [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(2528), - [anon_sym_CARET] = ACTIONS(2528), - [anon_sym_AMP] = ACTIONS(2538), - [anon_sym_LT_DASH] = ACTIONS(2540), - [sym_none] = ACTIONS(1117), - [sym_true] = ACTIONS(1117), - [sym_false] = ACTIONS(1117), - [sym_nil] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1119), - [anon_sym_DOLLARif] = ACTIONS(1123), - [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2542), - [anon_sym_lock] = ACTIONS(2544), - [anon_sym_rlock] = ACTIONS(2544), - [anon_sym_unsafe] = ACTIONS(1131), - [anon_sym_sql] = ACTIONS(1133), - [sym_int_literal] = ACTIONS(1117), - [sym_float_literal] = ACTIONS(1135), - [sym_rune_literal] = ACTIONS(1135), - [anon_sym_AT] = ACTIONS(1137), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1139), - [sym___single_quote] = ACTIONS(1141), - [sym___c_double_quote] = ACTIONS(1143), - [sym___c_single_quote] = ACTIONS(1145), - [sym___r_double_quote] = ACTIONS(1147), - [sym___r_single_quote] = ACTIONS(1149), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [692] = { - [sym__expression] = STATE(2641), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [640] = { + [sym__expression] = STATE(2291), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2741), + [anon_sym_DASH] = ACTIONS(2741), + [anon_sym_STAR] = ACTIONS(2743), + [anon_sym_struct] = ACTIONS(2667), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2745), + [anon_sym_go] = ACTIONS(2747), + [anon_sym_spawn] = ACTIONS(2749), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2741), + [anon_sym_CARET] = ACTIONS(2741), + [anon_sym_AMP] = ACTIONS(2751), + [anon_sym_LT_DASH] = ACTIONS(2753), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2755), + [anon_sym_lock] = ACTIONS(2757), + [anon_sym_rlock] = ACTIONS(2757), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, - [693] = { - [sym__expression] = STATE(2665), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [641] = { + [sym__expression] = STATE(2312), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(2723), + [anon_sym_DASH] = ACTIONS(2723), + [anon_sym_STAR] = ACTIONS(2725), + [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2727), + [anon_sym_go] = ACTIONS(2729), + [anon_sym_spawn] = ACTIONS(2731), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(2723), + [anon_sym_CARET] = ACTIONS(2723), + [anon_sym_AMP] = ACTIONS(2733), + [anon_sym_LT_DASH] = ACTIONS(2735), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(2737), + [anon_sym_lock] = ACTIONS(2739), + [anon_sym_rlock] = ACTIONS(2739), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, - [694] = { - [sym__expression] = STATE(1128), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1195), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(939), + [642] = { + [sym__expression] = STATE(2147), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(621), - [anon_sym_LPAREN] = ACTIONS(625), - [anon_sym_fn] = ACTIONS(629), - [anon_sym_PLUS] = ACTIONS(631), - [anon_sym_DASH] = ACTIONS(631), - [anon_sym_STAR] = ACTIONS(633), - [anon_sym_struct] = ACTIONS(637), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2663), + [anon_sym_DASH] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(2665), + [anon_sym_struct] = ACTIONS(2667), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_go] = ACTIONS(645), - [anon_sym_spawn] = ACTIONS(647), - [anon_sym_json_DOTdecode] = ACTIONS(649), - [anon_sym_LBRACK2] = ACTIONS(651), - [anon_sym_TILDE] = ACTIONS(631), - [anon_sym_CARET] = ACTIONS(631), - [anon_sym_AMP] = ACTIONS(653), - [anon_sym_LT_DASH] = ACTIONS(655), - [sym_none] = ACTIONS(657), - [sym_true] = ACTIONS(657), - [sym_false] = ACTIONS(657), - [sym_nil] = ACTIONS(657), - [anon_sym_if] = ACTIONS(659), - [anon_sym_DOLLARif] = ACTIONS(661), - [anon_sym_match] = ACTIONS(663), - [anon_sym_select] = ACTIONS(665), - [anon_sym_lock] = ACTIONS(667), - [anon_sym_rlock] = ACTIONS(667), - [anon_sym_unsafe] = ACTIONS(669), - [anon_sym_sql] = ACTIONS(671), - [sym_int_literal] = ACTIONS(657), - [sym_float_literal] = ACTIONS(673), - [sym_rune_literal] = ACTIONS(673), - [anon_sym_AT] = ACTIONS(675), + [anon_sym_BANG] = ACTIONS(2669), + [anon_sym_go] = ACTIONS(2671), + [anon_sym_spawn] = ACTIONS(2673), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2663), + [anon_sym_CARET] = ACTIONS(2663), + [anon_sym_AMP] = ACTIONS(2679), + [anon_sym_LT_DASH] = ACTIONS(2681), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2691), + [anon_sym_lock] = ACTIONS(2693), + [anon_sym_rlock] = ACTIONS(2693), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(677), - [sym___single_quote] = ACTIONS(679), - [sym___c_double_quote] = ACTIONS(681), - [sym___c_single_quote] = ACTIONS(683), - [sym___r_double_quote] = ACTIONS(685), - [sym___r_single_quote] = ACTIONS(687), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, - [695] = { - [sym__expression] = STATE(1139), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1195), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(939), + [643] = { + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2953), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2966), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(621), - [anon_sym_LPAREN] = ACTIONS(625), - [anon_sym_fn] = ACTIONS(629), - [anon_sym_PLUS] = ACTIONS(631), - [anon_sym_DASH] = ACTIONS(631), - [anon_sym_STAR] = ACTIONS(633), - [anon_sym_struct] = ACTIONS(637), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_go] = ACTIONS(645), - [anon_sym_spawn] = ACTIONS(647), - [anon_sym_json_DOTdecode] = ACTIONS(649), - [anon_sym_LBRACK2] = ACTIONS(651), - [anon_sym_TILDE] = ACTIONS(631), - [anon_sym_CARET] = ACTIONS(631), - [anon_sym_AMP] = ACTIONS(653), - [anon_sym_LT_DASH] = ACTIONS(655), - [sym_none] = ACTIONS(657), - [sym_true] = ACTIONS(657), - [sym_false] = ACTIONS(657), - [sym_nil] = ACTIONS(657), - [anon_sym_if] = ACTIONS(659), - [anon_sym_DOLLARif] = ACTIONS(661), - [anon_sym_match] = ACTIONS(663), - [anon_sym_select] = ACTIONS(665), - [anon_sym_lock] = ACTIONS(667), - [anon_sym_rlock] = ACTIONS(667), - [anon_sym_unsafe] = ACTIONS(669), - [anon_sym_sql] = ACTIONS(671), - [sym_int_literal] = ACTIONS(657), - [sym_float_literal] = ACTIONS(673), - [sym_rune_literal] = ACTIONS(673), - [anon_sym_AT] = ACTIONS(675), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(677), - [sym___single_quote] = ACTIONS(679), - [sym___c_double_quote] = ACTIONS(681), - [sym___c_single_quote] = ACTIONS(683), - [sym___r_double_quote] = ACTIONS(685), - [sym___r_single_quote] = ACTIONS(687), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [696] = { - [sym__expression] = STATE(2663), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [644] = { + [ts_builtin_sym_end] = ACTIONS(2929), + [sym_identifier] = ACTIONS(2931), + [anon_sym_LF] = ACTIONS(2931), + [anon_sym_CR] = ACTIONS(2931), + [anon_sym_CR_LF] = ACTIONS(2931), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2931), + [anon_sym_as] = ACTIONS(2931), + [anon_sym_LBRACE] = ACTIONS(2931), + [anon_sym_COMMA] = ACTIONS(2931), + [anon_sym_const] = ACTIONS(2931), + [anon_sym_LPAREN] = ACTIONS(2931), + [anon_sym_EQ] = ACTIONS(2931), + [anon_sym___global] = ACTIONS(2931), + [anon_sym_type] = ACTIONS(2931), + [anon_sym_PIPE] = ACTIONS(2931), + [anon_sym_fn] = ACTIONS(2931), + [anon_sym_PLUS] = ACTIONS(2931), + [anon_sym_DASH] = ACTIONS(2931), + [anon_sym_STAR] = ACTIONS(2931), + [anon_sym_SLASH] = ACTIONS(2931), + [anon_sym_PERCENT] = ACTIONS(2931), + [anon_sym_LT] = ACTIONS(2931), + [anon_sym_GT] = ACTIONS(2931), + [anon_sym_EQ_EQ] = ACTIONS(2931), + [anon_sym_BANG_EQ] = ACTIONS(2931), + [anon_sym_LT_EQ] = ACTIONS(2931), + [anon_sym_GT_EQ] = ACTIONS(2931), + [anon_sym_LBRACK] = ACTIONS(2929), + [anon_sym_LT2] = ACTIONS(2931), + [anon_sym_struct] = ACTIONS(2931), + [anon_sym_union] = ACTIONS(2931), + [anon_sym_pub] = ACTIONS(2931), + [anon_sym_mut] = ACTIONS(2931), + [anon_sym_enum] = ACTIONS(2931), + [anon_sym_interface] = ACTIONS(2931), + [anon_sym_PLUS_PLUS] = ACTIONS(2931), + [anon_sym_DASH_DASH] = ACTIONS(2931), + [anon_sym_QMARK] = ACTIONS(2931), + [anon_sym_BANG] = ACTIONS(2931), + [anon_sym_go] = ACTIONS(2931), + [anon_sym_spawn] = ACTIONS(2931), + [anon_sym_json_DOTdecode] = ACTIONS(2931), + [anon_sym_LBRACK2] = ACTIONS(2931), + [anon_sym_TILDE] = ACTIONS(2931), + [anon_sym_CARET] = ACTIONS(2931), + [anon_sym_AMP] = ACTIONS(2931), + [anon_sym_LT_DASH] = ACTIONS(2931), + [anon_sym_LT_LT] = ACTIONS(2931), + [anon_sym_GT_GT] = ACTIONS(2931), + [anon_sym_GT_GT_GT] = ACTIONS(2931), + [anon_sym_AMP_CARET] = ACTIONS(2931), + [anon_sym_AMP_AMP] = ACTIONS(2931), + [anon_sym_PIPE_PIPE] = ACTIONS(2931), + [anon_sym_or] = ACTIONS(2931), + [sym_none] = ACTIONS(2931), + [sym_true] = ACTIONS(2931), + [sym_false] = ACTIONS(2931), + [sym_nil] = ACTIONS(2931), + [anon_sym_QMARK_DOT] = ACTIONS(2931), + [anon_sym_POUND_LBRACK] = ACTIONS(2931), + [anon_sym_if] = ACTIONS(2931), + [anon_sym_DOLLARif] = ACTIONS(2931), + [anon_sym_is] = ACTIONS(2931), + [anon_sym_BANGis] = ACTIONS(2931), + [anon_sym_in] = ACTIONS(2931), + [anon_sym_BANGin] = ACTIONS(2931), + [anon_sym_match] = ACTIONS(2931), + [anon_sym_select] = ACTIONS(2931), + [anon_sym_STAR_EQ] = ACTIONS(2931), + [anon_sym_SLASH_EQ] = ACTIONS(2931), + [anon_sym_PERCENT_EQ] = ACTIONS(2931), + [anon_sym_LT_LT_EQ] = ACTIONS(2931), + [anon_sym_GT_GT_EQ] = ACTIONS(2931), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2931), + [anon_sym_AMP_EQ] = ACTIONS(2931), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2931), + [anon_sym_PLUS_EQ] = ACTIONS(2931), + [anon_sym_DASH_EQ] = ACTIONS(2931), + [anon_sym_PIPE_EQ] = ACTIONS(2931), + [anon_sym_CARET_EQ] = ACTIONS(2931), + [anon_sym_COLON_EQ] = ACTIONS(2931), + [anon_sym_lock] = ACTIONS(2931), + [anon_sym_rlock] = ACTIONS(2931), + [anon_sym_unsafe] = ACTIONS(2931), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2931), + [sym_float_literal] = ACTIONS(2931), + [sym_rune_literal] = ACTIONS(2931), + [anon_sym_AT] = ACTIONS(2931), + [anon_sym_shared] = ACTIONS(2931), + [anon_sym_map_LBRACK] = ACTIONS(2931), + [anon_sym_chan] = ACTIONS(2931), + [anon_sym_thread] = ACTIONS(2931), + [anon_sym_atomic] = ACTIONS(2931), + [anon_sym_assert] = ACTIONS(2931), + [anon_sym_defer] = ACTIONS(2931), + [anon_sym_goto] = ACTIONS(2931), + [anon_sym_break] = ACTIONS(2931), + [anon_sym_continue] = ACTIONS(2931), + [anon_sym_return] = ACTIONS(2931), + [anon_sym_DOLLARfor] = ACTIONS(2931), + [anon_sym_for] = ACTIONS(2931), + [anon_sym_POUND] = ACTIONS(2931), + [anon_sym_asm] = ACTIONS(2931), + [anon_sym_AT_LBRACK] = ACTIONS(2931), + [sym___double_quote] = ACTIONS(2931), + [sym___single_quote] = ACTIONS(2931), + [sym___c_double_quote] = ACTIONS(2931), + [sym___c_single_quote] = ACTIONS(2931), + [sym___r_double_quote] = ACTIONS(2931), + [sym___r_single_quote] = ACTIONS(2931), + }, + [645] = { + [sym__expression] = STATE(2237), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2046), - [anon_sym_DASH] = ACTIONS(2046), - [anon_sym_STAR] = ACTIONS(2048), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2663), + [anon_sym_DASH] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(2665), + [anon_sym_struct] = ACTIONS(2667), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2050), - [anon_sym_go] = ACTIONS(2052), - [anon_sym_spawn] = ACTIONS(2054), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(2056), - [anon_sym_TILDE] = ACTIONS(2046), - [anon_sym_CARET] = ACTIONS(2046), - [anon_sym_AMP] = ACTIONS(2058), - [anon_sym_LT_DASH] = ACTIONS(2060), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2062), - [anon_sym_lock] = ACTIONS(2064), - [anon_sym_rlock] = ACTIONS(2064), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2669), + [anon_sym_go] = ACTIONS(2671), + [anon_sym_spawn] = ACTIONS(2673), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2663), + [anon_sym_CARET] = ACTIONS(2663), + [anon_sym_AMP] = ACTIONS(2679), + [anon_sym_LT_DASH] = ACTIONS(2681), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2691), + [anon_sym_lock] = ACTIONS(2693), + [anon_sym_rlock] = ACTIONS(2693), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, - [697] = { - [sym__expression] = STATE(2288), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), + [646] = { + [ts_builtin_sym_end] = ACTIONS(2933), + [sym_identifier] = ACTIONS(2935), + [anon_sym_LF] = ACTIONS(2935), + [anon_sym_CR] = ACTIONS(2935), + [anon_sym_CR_LF] = ACTIONS(2935), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2935), + [anon_sym_as] = ACTIONS(2935), + [anon_sym_LBRACE] = ACTIONS(2935), + [anon_sym_COMMA] = ACTIONS(2935), + [anon_sym_const] = ACTIONS(2935), + [anon_sym_LPAREN] = ACTIONS(2935), + [anon_sym_EQ] = ACTIONS(2935), + [anon_sym___global] = ACTIONS(2935), + [anon_sym_type] = ACTIONS(2935), + [anon_sym_PIPE] = ACTIONS(2935), + [anon_sym_fn] = ACTIONS(2935), + [anon_sym_PLUS] = ACTIONS(2935), + [anon_sym_DASH] = ACTIONS(2935), + [anon_sym_STAR] = ACTIONS(2935), + [anon_sym_SLASH] = ACTIONS(2935), + [anon_sym_PERCENT] = ACTIONS(2935), + [anon_sym_LT] = ACTIONS(2935), + [anon_sym_GT] = ACTIONS(2935), + [anon_sym_EQ_EQ] = ACTIONS(2935), + [anon_sym_BANG_EQ] = ACTIONS(2935), + [anon_sym_LT_EQ] = ACTIONS(2935), + [anon_sym_GT_EQ] = ACTIONS(2935), + [anon_sym_LBRACK] = ACTIONS(2933), + [anon_sym_LT2] = ACTIONS(2935), + [anon_sym_struct] = ACTIONS(2935), + [anon_sym_union] = ACTIONS(2935), + [anon_sym_pub] = ACTIONS(2935), + [anon_sym_mut] = ACTIONS(2935), + [anon_sym_enum] = ACTIONS(2935), + [anon_sym_interface] = ACTIONS(2935), + [anon_sym_PLUS_PLUS] = ACTIONS(2935), + [anon_sym_DASH_DASH] = ACTIONS(2935), + [anon_sym_QMARK] = ACTIONS(2935), + [anon_sym_BANG] = ACTIONS(2935), + [anon_sym_go] = ACTIONS(2935), + [anon_sym_spawn] = ACTIONS(2935), + [anon_sym_json_DOTdecode] = ACTIONS(2935), + [anon_sym_LBRACK2] = ACTIONS(2935), + [anon_sym_TILDE] = ACTIONS(2935), + [anon_sym_CARET] = ACTIONS(2935), + [anon_sym_AMP] = ACTIONS(2935), + [anon_sym_LT_DASH] = ACTIONS(2935), + [anon_sym_LT_LT] = ACTIONS(2935), + [anon_sym_GT_GT] = ACTIONS(2935), + [anon_sym_GT_GT_GT] = ACTIONS(2935), + [anon_sym_AMP_CARET] = ACTIONS(2935), + [anon_sym_AMP_AMP] = ACTIONS(2935), + [anon_sym_PIPE_PIPE] = ACTIONS(2935), + [anon_sym_or] = ACTIONS(2935), + [sym_none] = ACTIONS(2935), + [sym_true] = ACTIONS(2935), + [sym_false] = ACTIONS(2935), + [sym_nil] = ACTIONS(2935), + [anon_sym_QMARK_DOT] = ACTIONS(2935), + [anon_sym_POUND_LBRACK] = ACTIONS(2935), + [anon_sym_if] = ACTIONS(2935), + [anon_sym_DOLLARif] = ACTIONS(2935), + [anon_sym_is] = ACTIONS(2935), + [anon_sym_BANGis] = ACTIONS(2935), + [anon_sym_in] = ACTIONS(2935), + [anon_sym_BANGin] = ACTIONS(2935), + [anon_sym_match] = ACTIONS(2935), + [anon_sym_select] = ACTIONS(2935), + [anon_sym_STAR_EQ] = ACTIONS(2935), + [anon_sym_SLASH_EQ] = ACTIONS(2935), + [anon_sym_PERCENT_EQ] = ACTIONS(2935), + [anon_sym_LT_LT_EQ] = ACTIONS(2935), + [anon_sym_GT_GT_EQ] = ACTIONS(2935), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2935), + [anon_sym_AMP_EQ] = ACTIONS(2935), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2935), + [anon_sym_PLUS_EQ] = ACTIONS(2935), + [anon_sym_DASH_EQ] = ACTIONS(2935), + [anon_sym_PIPE_EQ] = ACTIONS(2935), + [anon_sym_CARET_EQ] = ACTIONS(2935), + [anon_sym_COLON_EQ] = ACTIONS(2935), + [anon_sym_lock] = ACTIONS(2935), + [anon_sym_rlock] = ACTIONS(2935), + [anon_sym_unsafe] = ACTIONS(2935), + [anon_sym_sql] = ACTIONS(2935), + [sym_int_literal] = ACTIONS(2935), + [sym_float_literal] = ACTIONS(2935), + [sym_rune_literal] = ACTIONS(2935), + [anon_sym_AT] = ACTIONS(2935), + [anon_sym_shared] = ACTIONS(2935), + [anon_sym_map_LBRACK] = ACTIONS(2935), + [anon_sym_chan] = ACTIONS(2935), + [anon_sym_thread] = ACTIONS(2935), + [anon_sym_atomic] = ACTIONS(2935), + [anon_sym_assert] = ACTIONS(2935), + [anon_sym_defer] = ACTIONS(2935), + [anon_sym_goto] = ACTIONS(2935), + [anon_sym_break] = ACTIONS(2935), + [anon_sym_continue] = ACTIONS(2935), + [anon_sym_return] = ACTIONS(2935), + [anon_sym_DOLLARfor] = ACTIONS(2935), + [anon_sym_for] = ACTIONS(2935), + [anon_sym_POUND] = ACTIONS(2935), + [anon_sym_asm] = ACTIONS(2935), + [anon_sym_AT_LBRACK] = ACTIONS(2935), + [sym___double_quote] = ACTIONS(2935), + [sym___single_quote] = ACTIONS(2935), + [sym___c_double_quote] = ACTIONS(2935), + [sym___c_single_quote] = ACTIONS(2935), + [sym___r_double_quote] = ACTIONS(2935), + [sym___r_single_quote] = ACTIONS(2935), + }, + [647] = { + [sym__expression] = STATE(2260), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2646), - [anon_sym_DASH] = ACTIONS(2646), - [anon_sym_STAR] = ACTIONS(2648), - [anon_sym_struct] = ACTIONS(2650), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2663), + [anon_sym_DASH] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(2665), + [anon_sym_struct] = ACTIONS(2667), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2652), - [anon_sym_go] = ACTIONS(2654), - [anon_sym_spawn] = ACTIONS(2656), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2646), - [anon_sym_CARET] = ACTIONS(2646), - [anon_sym_AMP] = ACTIONS(2662), - [anon_sym_LT_DASH] = ACTIONS(2664), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2674), - [anon_sym_lock] = ACTIONS(2676), - [anon_sym_rlock] = ACTIONS(2676), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), + [anon_sym_BANG] = ACTIONS(2669), + [anon_sym_go] = ACTIONS(2671), + [anon_sym_spawn] = ACTIONS(2673), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2663), + [anon_sym_CARET] = ACTIONS(2663), + [anon_sym_AMP] = ACTIONS(2679), + [anon_sym_LT_DASH] = ACTIONS(2681), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2691), + [anon_sym_lock] = ACTIONS(2693), + [anon_sym_rlock] = ACTIONS(2693), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, - [698] = { - [sym__expression] = STATE(2805), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [648] = { + [ts_builtin_sym_end] = ACTIONS(2937), + [sym_identifier] = ACTIONS(2939), + [anon_sym_LF] = ACTIONS(2939), + [anon_sym_CR] = ACTIONS(2939), + [anon_sym_CR_LF] = ACTIONS(2939), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2939), + [anon_sym_as] = ACTIONS(2939), + [anon_sym_LBRACE] = ACTIONS(2939), + [anon_sym_COMMA] = ACTIONS(2939), + [anon_sym_const] = ACTIONS(2939), + [anon_sym_LPAREN] = ACTIONS(2939), + [anon_sym_EQ] = ACTIONS(2939), + [anon_sym___global] = ACTIONS(2939), + [anon_sym_type] = ACTIONS(2939), + [anon_sym_PIPE] = ACTIONS(2939), + [anon_sym_fn] = ACTIONS(2939), + [anon_sym_PLUS] = ACTIONS(2939), + [anon_sym_DASH] = ACTIONS(2939), + [anon_sym_STAR] = ACTIONS(2939), + [anon_sym_SLASH] = ACTIONS(2939), + [anon_sym_PERCENT] = ACTIONS(2939), + [anon_sym_LT] = ACTIONS(2939), + [anon_sym_GT] = ACTIONS(2939), + [anon_sym_EQ_EQ] = ACTIONS(2939), + [anon_sym_BANG_EQ] = ACTIONS(2939), + [anon_sym_LT_EQ] = ACTIONS(2939), + [anon_sym_GT_EQ] = ACTIONS(2939), + [anon_sym_LBRACK] = ACTIONS(2937), + [anon_sym_LT2] = ACTIONS(2939), + [anon_sym_struct] = ACTIONS(2939), + [anon_sym_union] = ACTIONS(2939), + [anon_sym_pub] = ACTIONS(2939), + [anon_sym_mut] = ACTIONS(2939), + [anon_sym_enum] = ACTIONS(2939), + [anon_sym_interface] = ACTIONS(2939), + [anon_sym_PLUS_PLUS] = ACTIONS(2939), + [anon_sym_DASH_DASH] = ACTIONS(2939), + [anon_sym_QMARK] = ACTIONS(2939), + [anon_sym_BANG] = ACTIONS(2939), + [anon_sym_go] = ACTIONS(2939), + [anon_sym_spawn] = ACTIONS(2939), + [anon_sym_json_DOTdecode] = ACTIONS(2939), + [anon_sym_LBRACK2] = ACTIONS(2939), + [anon_sym_TILDE] = ACTIONS(2939), + [anon_sym_CARET] = ACTIONS(2939), + [anon_sym_AMP] = ACTIONS(2939), + [anon_sym_LT_DASH] = ACTIONS(2939), + [anon_sym_LT_LT] = ACTIONS(2939), + [anon_sym_GT_GT] = ACTIONS(2939), + [anon_sym_GT_GT_GT] = ACTIONS(2939), + [anon_sym_AMP_CARET] = ACTIONS(2939), + [anon_sym_AMP_AMP] = ACTIONS(2939), + [anon_sym_PIPE_PIPE] = ACTIONS(2939), + [anon_sym_or] = ACTIONS(2939), + [sym_none] = ACTIONS(2939), + [sym_true] = ACTIONS(2939), + [sym_false] = ACTIONS(2939), + [sym_nil] = ACTIONS(2939), + [anon_sym_QMARK_DOT] = ACTIONS(2939), + [anon_sym_POUND_LBRACK] = ACTIONS(2939), + [anon_sym_if] = ACTIONS(2939), + [anon_sym_DOLLARif] = ACTIONS(2939), + [anon_sym_is] = ACTIONS(2939), + [anon_sym_BANGis] = ACTIONS(2939), + [anon_sym_in] = ACTIONS(2939), + [anon_sym_BANGin] = ACTIONS(2939), + [anon_sym_match] = ACTIONS(2939), + [anon_sym_select] = ACTIONS(2939), + [anon_sym_STAR_EQ] = ACTIONS(2939), + [anon_sym_SLASH_EQ] = ACTIONS(2939), + [anon_sym_PERCENT_EQ] = ACTIONS(2939), + [anon_sym_LT_LT_EQ] = ACTIONS(2939), + [anon_sym_GT_GT_EQ] = ACTIONS(2939), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2939), + [anon_sym_AMP_EQ] = ACTIONS(2939), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2939), + [anon_sym_PLUS_EQ] = ACTIONS(2939), + [anon_sym_DASH_EQ] = ACTIONS(2939), + [anon_sym_PIPE_EQ] = ACTIONS(2939), + [anon_sym_CARET_EQ] = ACTIONS(2939), + [anon_sym_COLON_EQ] = ACTIONS(2939), + [anon_sym_lock] = ACTIONS(2939), + [anon_sym_rlock] = ACTIONS(2939), + [anon_sym_unsafe] = ACTIONS(2939), + [anon_sym_sql] = ACTIONS(2939), + [sym_int_literal] = ACTIONS(2939), + [sym_float_literal] = ACTIONS(2939), + [sym_rune_literal] = ACTIONS(2939), + [anon_sym_AT] = ACTIONS(2939), + [anon_sym_shared] = ACTIONS(2939), + [anon_sym_map_LBRACK] = ACTIONS(2939), + [anon_sym_chan] = ACTIONS(2939), + [anon_sym_thread] = ACTIONS(2939), + [anon_sym_atomic] = ACTIONS(2939), + [anon_sym_assert] = ACTIONS(2939), + [anon_sym_defer] = ACTIONS(2939), + [anon_sym_goto] = ACTIONS(2939), + [anon_sym_break] = ACTIONS(2939), + [anon_sym_continue] = ACTIONS(2939), + [anon_sym_return] = ACTIONS(2939), + [anon_sym_DOLLARfor] = ACTIONS(2939), + [anon_sym_for] = ACTIONS(2939), + [anon_sym_POUND] = ACTIONS(2939), + [anon_sym_asm] = ACTIONS(2939), + [anon_sym_AT_LBRACK] = ACTIONS(2939), + [sym___double_quote] = ACTIONS(2939), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2939), + [sym___c_single_quote] = ACTIONS(2939), + [sym___r_double_quote] = ACTIONS(2939), + [sym___r_single_quote] = ACTIONS(2939), + }, + [649] = { + [ts_builtin_sym_end] = ACTIONS(2941), + [sym_identifier] = ACTIONS(2943), + [anon_sym_LF] = ACTIONS(2943), + [anon_sym_CR] = ACTIONS(2943), + [anon_sym_CR_LF] = ACTIONS(2943), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2943), + [anon_sym_as] = ACTIONS(2943), + [anon_sym_LBRACE] = ACTIONS(2943), + [anon_sym_COMMA] = ACTIONS(2943), + [anon_sym_const] = ACTIONS(2943), + [anon_sym_LPAREN] = ACTIONS(2943), + [anon_sym_EQ] = ACTIONS(2943), + [anon_sym___global] = ACTIONS(2943), + [anon_sym_type] = ACTIONS(2943), + [anon_sym_PIPE] = ACTIONS(2943), + [anon_sym_fn] = ACTIONS(2943), + [anon_sym_PLUS] = ACTIONS(2943), + [anon_sym_DASH] = ACTIONS(2943), + [anon_sym_STAR] = ACTIONS(2943), + [anon_sym_SLASH] = ACTIONS(2943), + [anon_sym_PERCENT] = ACTIONS(2943), + [anon_sym_LT] = ACTIONS(2943), + [anon_sym_GT] = ACTIONS(2943), + [anon_sym_EQ_EQ] = ACTIONS(2943), + [anon_sym_BANG_EQ] = ACTIONS(2943), + [anon_sym_LT_EQ] = ACTIONS(2943), + [anon_sym_GT_EQ] = ACTIONS(2943), + [anon_sym_LBRACK] = ACTIONS(2941), + [anon_sym_LT2] = ACTIONS(2943), + [anon_sym_struct] = ACTIONS(2943), + [anon_sym_union] = ACTIONS(2943), + [anon_sym_pub] = ACTIONS(2943), + [anon_sym_mut] = ACTIONS(2943), + [anon_sym_enum] = ACTIONS(2943), + [anon_sym_interface] = ACTIONS(2943), + [anon_sym_PLUS_PLUS] = ACTIONS(2943), + [anon_sym_DASH_DASH] = ACTIONS(2943), + [anon_sym_QMARK] = ACTIONS(2943), + [anon_sym_BANG] = ACTIONS(2943), + [anon_sym_go] = ACTIONS(2943), + [anon_sym_spawn] = ACTIONS(2943), + [anon_sym_json_DOTdecode] = ACTIONS(2943), + [anon_sym_LBRACK2] = ACTIONS(2943), + [anon_sym_TILDE] = ACTIONS(2943), + [anon_sym_CARET] = ACTIONS(2943), + [anon_sym_AMP] = ACTIONS(2943), + [anon_sym_LT_DASH] = ACTIONS(2943), + [anon_sym_LT_LT] = ACTIONS(2943), + [anon_sym_GT_GT] = ACTIONS(2943), + [anon_sym_GT_GT_GT] = ACTIONS(2943), + [anon_sym_AMP_CARET] = ACTIONS(2943), + [anon_sym_AMP_AMP] = ACTIONS(2943), + [anon_sym_PIPE_PIPE] = ACTIONS(2943), + [anon_sym_or] = ACTIONS(2943), + [sym_none] = ACTIONS(2943), + [sym_true] = ACTIONS(2943), + [sym_false] = ACTIONS(2943), + [sym_nil] = ACTIONS(2943), + [anon_sym_QMARK_DOT] = ACTIONS(2943), + [anon_sym_POUND_LBRACK] = ACTIONS(2943), + [anon_sym_if] = ACTIONS(2943), + [anon_sym_DOLLARif] = ACTIONS(2943), + [anon_sym_is] = ACTIONS(2943), + [anon_sym_BANGis] = ACTIONS(2943), + [anon_sym_in] = ACTIONS(2943), + [anon_sym_BANGin] = ACTIONS(2943), + [anon_sym_match] = ACTIONS(2943), + [anon_sym_select] = ACTIONS(2943), + [anon_sym_STAR_EQ] = ACTIONS(2943), + [anon_sym_SLASH_EQ] = ACTIONS(2943), + [anon_sym_PERCENT_EQ] = ACTIONS(2943), + [anon_sym_LT_LT_EQ] = ACTIONS(2943), + [anon_sym_GT_GT_EQ] = ACTIONS(2943), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2943), + [anon_sym_AMP_EQ] = ACTIONS(2943), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2943), + [anon_sym_PLUS_EQ] = ACTIONS(2943), + [anon_sym_DASH_EQ] = ACTIONS(2943), + [anon_sym_PIPE_EQ] = ACTIONS(2943), + [anon_sym_CARET_EQ] = ACTIONS(2943), + [anon_sym_COLON_EQ] = ACTIONS(2943), + [anon_sym_lock] = ACTIONS(2943), + [anon_sym_rlock] = ACTIONS(2943), + [anon_sym_unsafe] = ACTIONS(2943), + [anon_sym_sql] = ACTIONS(2943), + [sym_int_literal] = ACTIONS(2943), + [sym_float_literal] = ACTIONS(2943), + [sym_rune_literal] = ACTIONS(2943), + [anon_sym_AT] = ACTIONS(2943), + [anon_sym_shared] = ACTIONS(2943), + [anon_sym_map_LBRACK] = ACTIONS(2943), + [anon_sym_chan] = ACTIONS(2943), + [anon_sym_thread] = ACTIONS(2943), + [anon_sym_atomic] = ACTIONS(2943), + [anon_sym_assert] = ACTIONS(2943), + [anon_sym_defer] = ACTIONS(2943), + [anon_sym_goto] = ACTIONS(2943), + [anon_sym_break] = ACTIONS(2943), + [anon_sym_continue] = ACTIONS(2943), + [anon_sym_return] = ACTIONS(2943), + [anon_sym_DOLLARfor] = ACTIONS(2943), + [anon_sym_for] = ACTIONS(2943), + [anon_sym_POUND] = ACTIONS(2943), + [anon_sym_asm] = ACTIONS(2943), + [anon_sym_AT_LBRACK] = ACTIONS(2943), + [sym___double_quote] = ACTIONS(2943), + [sym___single_quote] = ACTIONS(2943), + [sym___c_double_quote] = ACTIONS(2943), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2943), + [sym___r_single_quote] = ACTIONS(2943), + }, + [650] = { + [sym__expression] = STATE(2146), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2663), + [anon_sym_DASH] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(2665), + [anon_sym_struct] = ACTIONS(2667), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2669), + [anon_sym_go] = ACTIONS(2671), + [anon_sym_spawn] = ACTIONS(2673), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2663), + [anon_sym_CARET] = ACTIONS(2663), + [anon_sym_AMP] = ACTIONS(2679), + [anon_sym_LT_DASH] = ACTIONS(2681), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2691), + [anon_sym_lock] = ACTIONS(2693), + [anon_sym_rlock] = ACTIONS(2693), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, - [699] = { - [sym__expression] = STATE(2310), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), + [651] = { + [sym__expression] = STATE(2147), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4324), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(1438), - [anon_sym_DASH] = ACTIONS(1438), - [anon_sym_STAR] = ACTIONS(1440), - [anon_sym_struct] = ACTIONS(1444), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2663), + [anon_sym_DASH] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(2665), + [anon_sym_struct] = ACTIONS(2667), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1446), - [anon_sym_go] = ACTIONS(1448), - [anon_sym_spawn] = ACTIONS(1450), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1438), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_LT_DASH] = ACTIONS(1458), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(1468), - [anon_sym_lock] = ACTIONS(1470), - [anon_sym_rlock] = ACTIONS(1470), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(2669), + [anon_sym_go] = ACTIONS(2671), + [anon_sym_spawn] = ACTIONS(2673), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2663), + [anon_sym_CARET] = ACTIONS(2663), + [anon_sym_AMP] = ACTIONS(2679), + [anon_sym_LT_DASH] = ACTIONS(2681), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2691), + [anon_sym_lock] = ACTIONS(2693), + [anon_sym_rlock] = ACTIONS(2693), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, - [700] = { - [sym__expression] = STATE(2316), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4237), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), + [652] = { + [sym__expression] = STATE(1768), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1590), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(1438), - [anon_sym_DASH] = ACTIONS(1438), - [anon_sym_STAR] = ACTIONS(1440), - [anon_sym_struct] = ACTIONS(1444), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(2430), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_STAR] = ACTIONS(807), + [anon_sym_struct] = ACTIONS(809), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1446), - [anon_sym_go] = ACTIONS(1448), - [anon_sym_spawn] = ACTIONS(1450), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1438), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_LT_DASH] = ACTIONS(1458), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(1468), - [anon_sym_lock] = ACTIONS(1470), - [anon_sym_rlock] = ACTIONS(1470), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_go] = ACTIONS(815), + [anon_sym_spawn] = ACTIONS(817), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(821), + [anon_sym_TILDE] = ACTIONS(805), + [anon_sym_CARET] = ACTIONS(805), + [anon_sym_AMP] = ACTIONS(823), + [anon_sym_LT_DASH] = ACTIONS(825), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(829), + [anon_sym_DOLLARif] = ACTIONS(831), + [anon_sym_match] = ACTIONS(833), + [anon_sym_select] = ACTIONS(835), + [anon_sym_lock] = ACTIONS(837), + [anon_sym_rlock] = ACTIONS(837), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_sql] = ACTIONS(841), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), }, - [701] = { - [sym__expression] = STATE(2311), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), + [653] = { + [sym__expression] = STATE(2147), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4342), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(1438), - [anon_sym_DASH] = ACTIONS(1438), - [anon_sym_STAR] = ACTIONS(1440), - [anon_sym_struct] = ACTIONS(1444), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2663), + [anon_sym_DASH] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(2665), + [anon_sym_struct] = ACTIONS(2667), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1446), - [anon_sym_go] = ACTIONS(1448), - [anon_sym_spawn] = ACTIONS(1450), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1438), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_LT_DASH] = ACTIONS(1458), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(1468), - [anon_sym_lock] = ACTIONS(1470), - [anon_sym_rlock] = ACTIONS(1470), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(2669), + [anon_sym_go] = ACTIONS(2671), + [anon_sym_spawn] = ACTIONS(2673), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2663), + [anon_sym_CARET] = ACTIONS(2663), + [anon_sym_AMP] = ACTIONS(2679), + [anon_sym_LT_DASH] = ACTIONS(2681), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2691), + [anon_sym_lock] = ACTIONS(2693), + [anon_sym_rlock] = ACTIONS(2693), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, - [702] = { - [sym__expression] = STATE(2855), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3667), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [654] = { + [ts_builtin_sym_end] = ACTIONS(2945), + [sym_identifier] = ACTIONS(2947), + [anon_sym_LF] = ACTIONS(2947), + [anon_sym_CR] = ACTIONS(2947), + [anon_sym_CR_LF] = ACTIONS(2947), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2947), + [anon_sym_as] = ACTIONS(2947), + [anon_sym_LBRACE] = ACTIONS(2947), + [anon_sym_COMMA] = ACTIONS(2947), + [anon_sym_const] = ACTIONS(2947), + [anon_sym_LPAREN] = ACTIONS(2947), + [anon_sym_EQ] = ACTIONS(2947), + [anon_sym___global] = ACTIONS(2947), + [anon_sym_type] = ACTIONS(2947), + [anon_sym_PIPE] = ACTIONS(2947), + [anon_sym_fn] = ACTIONS(2947), + [anon_sym_PLUS] = ACTIONS(2947), + [anon_sym_DASH] = ACTIONS(2947), + [anon_sym_STAR] = ACTIONS(2947), + [anon_sym_SLASH] = ACTIONS(2947), + [anon_sym_PERCENT] = ACTIONS(2947), + [anon_sym_LT] = ACTIONS(2947), + [anon_sym_GT] = ACTIONS(2947), + [anon_sym_EQ_EQ] = ACTIONS(2947), + [anon_sym_BANG_EQ] = ACTIONS(2947), + [anon_sym_LT_EQ] = ACTIONS(2947), + [anon_sym_GT_EQ] = ACTIONS(2947), + [anon_sym_LBRACK] = ACTIONS(2945), + [anon_sym_LT2] = ACTIONS(2947), + [anon_sym_struct] = ACTIONS(2947), + [anon_sym_union] = ACTIONS(2947), + [anon_sym_pub] = ACTIONS(2947), + [anon_sym_mut] = ACTIONS(2947), + [anon_sym_enum] = ACTIONS(2947), + [anon_sym_interface] = ACTIONS(2947), + [anon_sym_PLUS_PLUS] = ACTIONS(2947), + [anon_sym_DASH_DASH] = ACTIONS(2947), + [anon_sym_QMARK] = ACTIONS(2947), + [anon_sym_BANG] = ACTIONS(2947), + [anon_sym_go] = ACTIONS(2947), + [anon_sym_spawn] = ACTIONS(2947), + [anon_sym_json_DOTdecode] = ACTIONS(2947), + [anon_sym_LBRACK2] = ACTIONS(2947), + [anon_sym_TILDE] = ACTIONS(2947), + [anon_sym_CARET] = ACTIONS(2947), + [anon_sym_AMP] = ACTIONS(2947), + [anon_sym_LT_DASH] = ACTIONS(2947), + [anon_sym_LT_LT] = ACTIONS(2947), + [anon_sym_GT_GT] = ACTIONS(2947), + [anon_sym_GT_GT_GT] = ACTIONS(2947), + [anon_sym_AMP_CARET] = ACTIONS(2947), + [anon_sym_AMP_AMP] = ACTIONS(2947), + [anon_sym_PIPE_PIPE] = ACTIONS(2947), + [anon_sym_or] = ACTIONS(2947), + [sym_none] = ACTIONS(2947), + [sym_true] = ACTIONS(2947), + [sym_false] = ACTIONS(2947), + [sym_nil] = ACTIONS(2947), + [anon_sym_QMARK_DOT] = ACTIONS(2947), + [anon_sym_POUND_LBRACK] = ACTIONS(2947), + [anon_sym_if] = ACTIONS(2947), + [anon_sym_DOLLARif] = ACTIONS(2947), + [anon_sym_is] = ACTIONS(2947), + [anon_sym_BANGis] = ACTIONS(2947), + [anon_sym_in] = ACTIONS(2947), + [anon_sym_BANGin] = ACTIONS(2947), + [anon_sym_match] = ACTIONS(2947), + [anon_sym_select] = ACTIONS(2947), + [anon_sym_STAR_EQ] = ACTIONS(2947), + [anon_sym_SLASH_EQ] = ACTIONS(2947), + [anon_sym_PERCENT_EQ] = ACTIONS(2947), + [anon_sym_LT_LT_EQ] = ACTIONS(2947), + [anon_sym_GT_GT_EQ] = ACTIONS(2947), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2947), + [anon_sym_AMP_EQ] = ACTIONS(2947), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2947), + [anon_sym_PLUS_EQ] = ACTIONS(2947), + [anon_sym_DASH_EQ] = ACTIONS(2947), + [anon_sym_PIPE_EQ] = ACTIONS(2947), + [anon_sym_CARET_EQ] = ACTIONS(2947), + [anon_sym_COLON_EQ] = ACTIONS(2947), + [anon_sym_lock] = ACTIONS(2947), + [anon_sym_rlock] = ACTIONS(2947), + [anon_sym_unsafe] = ACTIONS(2947), + [anon_sym_sql] = ACTIONS(2947), + [sym_int_literal] = ACTIONS(2947), + [sym_float_literal] = ACTIONS(2947), + [sym_rune_literal] = ACTIONS(2947), + [anon_sym_AT] = ACTIONS(2947), + [anon_sym_shared] = ACTIONS(2947), + [anon_sym_map_LBRACK] = ACTIONS(2947), + [anon_sym_chan] = ACTIONS(2947), + [anon_sym_thread] = ACTIONS(2947), + [anon_sym_atomic] = ACTIONS(2947), + [anon_sym_assert] = ACTIONS(2947), + [anon_sym_defer] = ACTIONS(2947), + [anon_sym_goto] = ACTIONS(2947), + [anon_sym_break] = ACTIONS(2947), + [anon_sym_continue] = ACTIONS(2947), + [anon_sym_return] = ACTIONS(2947), + [anon_sym_DOLLARfor] = ACTIONS(2947), + [anon_sym_for] = ACTIONS(2947), + [anon_sym_POUND] = ACTIONS(2947), + [anon_sym_asm] = ACTIONS(2947), + [anon_sym_AT_LBRACK] = ACTIONS(2947), + [sym___double_quote] = ACTIONS(2947), + [sym___single_quote] = ACTIONS(2947), + [sym___c_double_quote] = ACTIONS(2947), + [sym___c_single_quote] = ACTIONS(2947), + [sym___r_double_quote] = ACTIONS(2947), + [sym___r_single_quote] = ACTIONS(2947), + }, + [655] = { + [sym__expression] = STATE(2147), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4344), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2364), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2663), + [anon_sym_DASH] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(2665), + [anon_sym_struct] = ACTIONS(2667), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2366), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2372), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2669), + [anon_sym_go] = ACTIONS(2671), + [anon_sym_spawn] = ACTIONS(2673), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2663), + [anon_sym_CARET] = ACTIONS(2663), + [anon_sym_AMP] = ACTIONS(2679), + [anon_sym_LT_DASH] = ACTIONS(2681), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2691), + [anon_sym_lock] = ACTIONS(2693), + [anon_sym_rlock] = ACTIONS(2693), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, - [703] = { - [sym__expression] = STATE(2186), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [656] = { + [sym__expression] = STATE(227), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_mutability_modifiers] = STATE(944), + [sym_plain_type] = STATE(4219), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2484), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(2486), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_fn] = ACTIONS(475), + [anon_sym_PLUS] = ACTIONS(27), + [anon_sym_DASH] = ACTIONS(27), + [anon_sym_STAR] = ACTIONS(29), + [anon_sym_struct] = ACTIONS(477), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(45), + [anon_sym_go] = ACTIONS(47), + [anon_sym_spawn] = ACTIONS(49), + [anon_sym_json_DOTdecode] = ACTIONS(51), + [anon_sym_LBRACK2] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(27), + [anon_sym_CARET] = ACTIONS(27), + [anon_sym_AMP] = ACTIONS(55), + [anon_sym_LT_DASH] = ACTIONS(57), + [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(59), + [sym_false] = ACTIONS(59), + [sym_nil] = ACTIONS(59), + [anon_sym_if] = ACTIONS(61), + [anon_sym_DOLLARif] = ACTIONS(63), + [anon_sym_match] = ACTIONS(65), + [anon_sym_select] = ACTIONS(67), + [anon_sym_lock] = ACTIONS(69), + [anon_sym_rlock] = ACTIONS(69), + [anon_sym_unsafe] = ACTIONS(71), + [anon_sym_sql] = ACTIONS(73), + [sym_int_literal] = ACTIONS(59), + [sym_float_literal] = ACTIONS(75), + [sym_rune_literal] = ACTIONS(75), + [anon_sym_AT] = ACTIONS(77), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(111), + [sym___single_quote] = ACTIONS(113), + [sym___c_double_quote] = ACTIONS(115), + [sym___c_single_quote] = ACTIONS(117), + [sym___r_double_quote] = ACTIONS(119), + [sym___r_single_quote] = ACTIONS(121), }, - [704] = { - [sym__expression] = STATE(2312), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), + [657] = { + [sym__expression] = STATE(2678), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3681), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(1438), - [anon_sym_DASH] = ACTIONS(1438), - [anon_sym_STAR] = ACTIONS(1440), - [anon_sym_struct] = ACTIONS(1444), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2166), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1446), - [anon_sym_go] = ACTIONS(1448), - [anon_sym_spawn] = ACTIONS(1450), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1438), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_LT_DASH] = ACTIONS(1458), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(1468), - [anon_sym_lock] = ACTIONS(1470), - [anon_sym_rlock] = ACTIONS(1470), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(2168), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2174), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [705] = { - [sym__expression] = STATE(2316), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4239), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), + [658] = { + [sym__expression] = STATE(2664), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(1438), - [anon_sym_DASH] = ACTIONS(1438), - [anon_sym_STAR] = ACTIONS(1440), - [anon_sym_struct] = ACTIONS(1444), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1446), - [anon_sym_go] = ACTIONS(1448), - [anon_sym_spawn] = ACTIONS(1450), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1438), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_LT_DASH] = ACTIONS(1458), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(1468), - [anon_sym_lock] = ACTIONS(1470), - [anon_sym_rlock] = ACTIONS(1470), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [706] = { - [sym__expression] = STATE(2316), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4242), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [659] = { + [sym__expression] = STATE(2752), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [660] = { + [sym__expression] = STATE(1769), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1590), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(2430), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_STAR] = ACTIONS(807), + [anon_sym_struct] = ACTIONS(809), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_go] = ACTIONS(815), + [anon_sym_spawn] = ACTIONS(817), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(821), + [anon_sym_TILDE] = ACTIONS(805), + [anon_sym_CARET] = ACTIONS(805), + [anon_sym_AMP] = ACTIONS(823), + [anon_sym_LT_DASH] = ACTIONS(825), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(829), + [anon_sym_DOLLARif] = ACTIONS(831), + [anon_sym_match] = ACTIONS(833), + [anon_sym_select] = ACTIONS(835), + [anon_sym_lock] = ACTIONS(837), + [anon_sym_rlock] = ACTIONS(837), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_sql] = ACTIONS(841), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), + }, + [661] = { + [sym__expression] = STATE(2731), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [662] = { + [ts_builtin_sym_end] = ACTIONS(2949), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LF] = ACTIONS(2951), + [anon_sym_CR] = ACTIONS(2951), + [anon_sym_CR_LF] = ACTIONS(2951), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2951), + [anon_sym_as] = ACTIONS(2951), + [anon_sym_LBRACE] = ACTIONS(2951), + [anon_sym_COMMA] = ACTIONS(2951), + [anon_sym_const] = ACTIONS(2951), + [anon_sym_LPAREN] = ACTIONS(2951), + [anon_sym_EQ] = ACTIONS(2951), + [anon_sym___global] = ACTIONS(2951), + [anon_sym_type] = ACTIONS(2951), + [anon_sym_PIPE] = ACTIONS(2951), + [anon_sym_fn] = ACTIONS(2951), + [anon_sym_PLUS] = ACTIONS(2951), + [anon_sym_DASH] = ACTIONS(2951), + [anon_sym_STAR] = ACTIONS(2951), + [anon_sym_SLASH] = ACTIONS(2951), + [anon_sym_PERCENT] = ACTIONS(2951), + [anon_sym_LT] = ACTIONS(2951), + [anon_sym_GT] = ACTIONS(2951), + [anon_sym_EQ_EQ] = ACTIONS(2951), + [anon_sym_BANG_EQ] = ACTIONS(2951), + [anon_sym_LT_EQ] = ACTIONS(2951), + [anon_sym_GT_EQ] = ACTIONS(2951), + [anon_sym_LBRACK] = ACTIONS(2949), + [anon_sym_LT2] = ACTIONS(2951), + [anon_sym_struct] = ACTIONS(2951), + [anon_sym_union] = ACTIONS(2951), + [anon_sym_pub] = ACTIONS(2951), + [anon_sym_mut] = ACTIONS(2951), + [anon_sym_enum] = ACTIONS(2951), + [anon_sym_interface] = ACTIONS(2951), + [anon_sym_PLUS_PLUS] = ACTIONS(2951), + [anon_sym_DASH_DASH] = ACTIONS(2951), + [anon_sym_QMARK] = ACTIONS(2951), + [anon_sym_BANG] = ACTIONS(2951), + [anon_sym_go] = ACTIONS(2951), + [anon_sym_spawn] = ACTIONS(2951), + [anon_sym_json_DOTdecode] = ACTIONS(2951), + [anon_sym_LBRACK2] = ACTIONS(2951), + [anon_sym_TILDE] = ACTIONS(2951), + [anon_sym_CARET] = ACTIONS(2951), + [anon_sym_AMP] = ACTIONS(2951), + [anon_sym_LT_DASH] = ACTIONS(2951), + [anon_sym_LT_LT] = ACTIONS(2951), + [anon_sym_GT_GT] = ACTIONS(2951), + [anon_sym_GT_GT_GT] = ACTIONS(2951), + [anon_sym_AMP_CARET] = ACTIONS(2951), + [anon_sym_AMP_AMP] = ACTIONS(2951), + [anon_sym_PIPE_PIPE] = ACTIONS(2951), + [anon_sym_or] = ACTIONS(2951), + [sym_none] = ACTIONS(2951), + [sym_true] = ACTIONS(2951), + [sym_false] = ACTIONS(2951), + [sym_nil] = ACTIONS(2951), + [anon_sym_QMARK_DOT] = ACTIONS(2951), + [anon_sym_POUND_LBRACK] = ACTIONS(2951), + [anon_sym_if] = ACTIONS(2951), + [anon_sym_DOLLARif] = ACTIONS(2951), + [anon_sym_is] = ACTIONS(2951), + [anon_sym_BANGis] = ACTIONS(2951), + [anon_sym_in] = ACTIONS(2951), + [anon_sym_BANGin] = ACTIONS(2951), + [anon_sym_match] = ACTIONS(2951), + [anon_sym_select] = ACTIONS(2951), + [anon_sym_STAR_EQ] = ACTIONS(2951), + [anon_sym_SLASH_EQ] = ACTIONS(2951), + [anon_sym_PERCENT_EQ] = ACTIONS(2951), + [anon_sym_LT_LT_EQ] = ACTIONS(2951), + [anon_sym_GT_GT_EQ] = ACTIONS(2951), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2951), + [anon_sym_AMP_EQ] = ACTIONS(2951), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2951), + [anon_sym_PLUS_EQ] = ACTIONS(2951), + [anon_sym_DASH_EQ] = ACTIONS(2951), + [anon_sym_PIPE_EQ] = ACTIONS(2951), + [anon_sym_CARET_EQ] = ACTIONS(2951), + [anon_sym_COLON_EQ] = ACTIONS(2951), + [anon_sym_lock] = ACTIONS(2951), + [anon_sym_rlock] = ACTIONS(2951), + [anon_sym_unsafe] = ACTIONS(2951), + [anon_sym_sql] = ACTIONS(2951), + [sym_int_literal] = ACTIONS(2951), + [sym_float_literal] = ACTIONS(2951), + [sym_rune_literal] = ACTIONS(2951), + [anon_sym_AT] = ACTIONS(2951), + [anon_sym_shared] = ACTIONS(2951), + [anon_sym_map_LBRACK] = ACTIONS(2951), + [anon_sym_chan] = ACTIONS(2951), + [anon_sym_thread] = ACTIONS(2951), + [anon_sym_atomic] = ACTIONS(2951), + [anon_sym_assert] = ACTIONS(2951), + [anon_sym_defer] = ACTIONS(2951), + [anon_sym_goto] = ACTIONS(2951), + [anon_sym_break] = ACTIONS(2951), + [anon_sym_continue] = ACTIONS(2951), + [anon_sym_return] = ACTIONS(2951), + [anon_sym_DOLLARfor] = ACTIONS(2951), + [anon_sym_for] = ACTIONS(2951), + [anon_sym_POUND] = ACTIONS(2951), + [anon_sym_asm] = ACTIONS(2951), + [anon_sym_AT_LBRACK] = ACTIONS(2951), + [sym___double_quote] = ACTIONS(2951), + [sym___single_quote] = ACTIONS(2951), + [sym___c_double_quote] = ACTIONS(2951), + [sym___c_single_quote] = ACTIONS(2951), + [sym___r_double_quote] = ACTIONS(2951), + [sym___r_single_quote] = ACTIONS(2951), + }, + [663] = { + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2952), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2951), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [664] = { + [sym__expression] = STATE(2748), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3681), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2166), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2168), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2174), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [665] = { + [sym__expression] = STATE(2312), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -107704,71 +103233,185 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1488), [sym___r_single_quote] = ACTIONS(1490), }, - [707] = { - [sym__expression] = STATE(2316), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [666] = { + [ts_builtin_sym_end] = ACTIONS(2953), + [sym_identifier] = ACTIONS(2955), + [anon_sym_LF] = ACTIONS(2955), + [anon_sym_CR] = ACTIONS(2955), + [anon_sym_CR_LF] = ACTIONS(2955), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2955), + [anon_sym_as] = ACTIONS(2955), + [anon_sym_LBRACE] = ACTIONS(2955), + [anon_sym_COMMA] = ACTIONS(2955), + [anon_sym_const] = ACTIONS(2955), + [anon_sym_LPAREN] = ACTIONS(2955), + [anon_sym_EQ] = ACTIONS(2955), + [anon_sym___global] = ACTIONS(2955), + [anon_sym_type] = ACTIONS(2955), + [anon_sym_PIPE] = ACTIONS(2955), + [anon_sym_fn] = ACTIONS(2955), + [anon_sym_PLUS] = ACTIONS(2955), + [anon_sym_DASH] = ACTIONS(2955), + [anon_sym_STAR] = ACTIONS(2955), + [anon_sym_SLASH] = ACTIONS(2955), + [anon_sym_PERCENT] = ACTIONS(2955), + [anon_sym_LT] = ACTIONS(2955), + [anon_sym_GT] = ACTIONS(2955), + [anon_sym_EQ_EQ] = ACTIONS(2955), + [anon_sym_BANG_EQ] = ACTIONS(2955), + [anon_sym_LT_EQ] = ACTIONS(2955), + [anon_sym_GT_EQ] = ACTIONS(2955), + [anon_sym_LBRACK] = ACTIONS(2953), + [anon_sym_LT2] = ACTIONS(2955), + [anon_sym_struct] = ACTIONS(2955), + [anon_sym_union] = ACTIONS(2955), + [anon_sym_pub] = ACTIONS(2955), + [anon_sym_mut] = ACTIONS(2955), + [anon_sym_enum] = ACTIONS(2955), + [anon_sym_interface] = ACTIONS(2955), + [anon_sym_PLUS_PLUS] = ACTIONS(2955), + [anon_sym_DASH_DASH] = ACTIONS(2955), + [anon_sym_QMARK] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2955), + [anon_sym_go] = ACTIONS(2955), + [anon_sym_spawn] = ACTIONS(2955), + [anon_sym_json_DOTdecode] = ACTIONS(2955), + [anon_sym_LBRACK2] = ACTIONS(2955), + [anon_sym_TILDE] = ACTIONS(2955), + [anon_sym_CARET] = ACTIONS(2955), + [anon_sym_AMP] = ACTIONS(2955), + [anon_sym_LT_DASH] = ACTIONS(2955), + [anon_sym_LT_LT] = ACTIONS(2955), + [anon_sym_GT_GT] = ACTIONS(2955), + [anon_sym_GT_GT_GT] = ACTIONS(2955), + [anon_sym_AMP_CARET] = ACTIONS(2955), + [anon_sym_AMP_AMP] = ACTIONS(2955), + [anon_sym_PIPE_PIPE] = ACTIONS(2955), + [anon_sym_or] = ACTIONS(2955), + [sym_none] = ACTIONS(2955), + [sym_true] = ACTIONS(2955), + [sym_false] = ACTIONS(2955), + [sym_nil] = ACTIONS(2955), + [anon_sym_QMARK_DOT] = ACTIONS(2955), + [anon_sym_POUND_LBRACK] = ACTIONS(2955), + [anon_sym_if] = ACTIONS(2955), + [anon_sym_DOLLARif] = ACTIONS(2955), + [anon_sym_is] = ACTIONS(2955), + [anon_sym_BANGis] = ACTIONS(2955), + [anon_sym_in] = ACTIONS(2955), + [anon_sym_BANGin] = ACTIONS(2955), + [anon_sym_match] = ACTIONS(2955), + [anon_sym_select] = ACTIONS(2955), + [anon_sym_STAR_EQ] = ACTIONS(2955), + [anon_sym_SLASH_EQ] = ACTIONS(2955), + [anon_sym_PERCENT_EQ] = ACTIONS(2955), + [anon_sym_LT_LT_EQ] = ACTIONS(2955), + [anon_sym_GT_GT_EQ] = ACTIONS(2955), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2955), + [anon_sym_AMP_EQ] = ACTIONS(2955), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2955), + [anon_sym_PLUS_EQ] = ACTIONS(2955), + [anon_sym_DASH_EQ] = ACTIONS(2955), + [anon_sym_PIPE_EQ] = ACTIONS(2955), + [anon_sym_CARET_EQ] = ACTIONS(2955), + [anon_sym_COLON_EQ] = ACTIONS(2955), + [anon_sym_lock] = ACTIONS(2955), + [anon_sym_rlock] = ACTIONS(2955), + [anon_sym_unsafe] = ACTIONS(2955), + [anon_sym_sql] = ACTIONS(2955), + [sym_int_literal] = ACTIONS(2955), + [sym_float_literal] = ACTIONS(2955), + [sym_rune_literal] = ACTIONS(2955), + [anon_sym_AT] = ACTIONS(2955), + [anon_sym_shared] = ACTIONS(2955), + [anon_sym_map_LBRACK] = ACTIONS(2955), + [anon_sym_chan] = ACTIONS(2955), + [anon_sym_thread] = ACTIONS(2955), + [anon_sym_atomic] = ACTIONS(2955), + [anon_sym_assert] = ACTIONS(2955), + [anon_sym_defer] = ACTIONS(2955), + [anon_sym_goto] = ACTIONS(2955), + [anon_sym_break] = ACTIONS(2955), + [anon_sym_continue] = ACTIONS(2955), + [anon_sym_return] = ACTIONS(2955), + [anon_sym_DOLLARfor] = ACTIONS(2955), + [anon_sym_for] = ACTIONS(2955), + [anon_sym_POUND] = ACTIONS(2955), + [anon_sym_asm] = ACTIONS(2955), + [anon_sym_AT_LBRACK] = ACTIONS(2955), + [sym___double_quote] = ACTIONS(2955), + [sym___single_quote] = ACTIONS(2955), + [sym___c_double_quote] = ACTIONS(2955), + [sym___c_single_quote] = ACTIONS(2955), + [sym___r_double_quote] = ACTIONS(2955), + [sym___r_single_quote] = ACTIONS(2955), + }, + [667] = { + [sym__expression] = STATE(2308), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4169), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -107818,2942 +103461,4082 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1488), [sym___r_single_quote] = ACTIONS(1490), }, - [708] = { - [ts_builtin_sym_end] = ACTIONS(2698), - [sym_identifier] = ACTIONS(2700), - [anon_sym_LF] = ACTIONS(2700), - [anon_sym_CR] = ACTIONS(2700), - [anon_sym_CR_LF] = ACTIONS(2700), + [668] = { + [ts_builtin_sym_end] = ACTIONS(2957), + [sym_identifier] = ACTIONS(2959), + [anon_sym_LF] = ACTIONS(2959), + [anon_sym_CR] = ACTIONS(2959), + [anon_sym_CR_LF] = ACTIONS(2959), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2766), - [anon_sym_DOT] = ACTIONS(2700), - [anon_sym_as] = ACTIONS(2766), - [anon_sym_LBRACE] = ACTIONS(2700), - [anon_sym_COMMA] = ACTIONS(2766), - [anon_sym_const] = ACTIONS(2700), - [anon_sym_LPAREN] = ACTIONS(2700), - [anon_sym_EQ] = ACTIONS(2766), - [anon_sym___global] = ACTIONS(2700), - [anon_sym_type] = ACTIONS(2700), - [anon_sym_PIPE] = ACTIONS(2766), - [anon_sym_fn] = ACTIONS(2700), - [anon_sym_PLUS] = ACTIONS(2700), - [anon_sym_DASH] = ACTIONS(2700), - [anon_sym_STAR] = ACTIONS(2700), - [anon_sym_SLASH] = ACTIONS(2766), - [anon_sym_PERCENT] = ACTIONS(2766), - [anon_sym_LT] = ACTIONS(2766), - [anon_sym_GT] = ACTIONS(2766), - [anon_sym_EQ_EQ] = ACTIONS(2766), - [anon_sym_BANG_EQ] = ACTIONS(2766), - [anon_sym_LT_EQ] = ACTIONS(2766), - [anon_sym_GT_EQ] = ACTIONS(2766), - [anon_sym_LBRACK] = ACTIONS(2768), - [anon_sym_struct] = ACTIONS(2700), - [anon_sym_union] = ACTIONS(2700), - [anon_sym_pub] = ACTIONS(2700), - [anon_sym_mut] = ACTIONS(2700), - [anon_sym_enum] = ACTIONS(2700), - [anon_sym_interface] = ACTIONS(2700), - [anon_sym_PLUS_PLUS] = ACTIONS(2766), - [anon_sym_DASH_DASH] = ACTIONS(2766), - [anon_sym_QMARK] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_go] = ACTIONS(2700), - [anon_sym_spawn] = ACTIONS(2700), - [anon_sym_json_DOTdecode] = ACTIONS(2700), - [anon_sym_LBRACK2] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2700), - [anon_sym_CARET] = ACTIONS(2700), - [anon_sym_AMP] = ACTIONS(2700), - [anon_sym_LT_DASH] = ACTIONS(2700), - [anon_sym_LT_LT] = ACTIONS(2766), - [anon_sym_GT_GT] = ACTIONS(2766), - [anon_sym_GT_GT_GT] = ACTIONS(2766), - [anon_sym_AMP_CARET] = ACTIONS(2766), - [anon_sym_AMP_AMP] = ACTIONS(2766), - [anon_sym_PIPE_PIPE] = ACTIONS(2766), - [anon_sym_or] = ACTIONS(2766), - [sym_none] = ACTIONS(2700), - [sym_true] = ACTIONS(2700), - [sym_false] = ACTIONS(2700), - [sym_nil] = ACTIONS(2700), - [anon_sym_QMARK_DOT] = ACTIONS(2766), - [anon_sym_POUND_LBRACK] = ACTIONS(2766), - [anon_sym_if] = ACTIONS(2700), - [anon_sym_DOLLARif] = ACTIONS(2700), - [anon_sym_is] = ACTIONS(2766), - [anon_sym_BANGis] = ACTIONS(2766), - [anon_sym_in] = ACTIONS(2766), - [anon_sym_BANGin] = ACTIONS(2766), - [anon_sym_match] = ACTIONS(2700), - [anon_sym_select] = ACTIONS(2700), - [anon_sym_STAR_EQ] = ACTIONS(2766), - [anon_sym_SLASH_EQ] = ACTIONS(2766), - [anon_sym_PERCENT_EQ] = ACTIONS(2766), - [anon_sym_LT_LT_EQ] = ACTIONS(2766), - [anon_sym_GT_GT_EQ] = ACTIONS(2766), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2766), - [anon_sym_AMP_EQ] = ACTIONS(2766), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2766), - [anon_sym_PLUS_EQ] = ACTIONS(2766), - [anon_sym_DASH_EQ] = ACTIONS(2766), - [anon_sym_PIPE_EQ] = ACTIONS(2766), - [anon_sym_CARET_EQ] = ACTIONS(2766), - [anon_sym_COLON_EQ] = ACTIONS(2766), - [anon_sym_lock] = ACTIONS(2700), - [anon_sym_rlock] = ACTIONS(2700), - [anon_sym_unsafe] = ACTIONS(2700), - [anon_sym_sql] = ACTIONS(2700), - [sym_int_literal] = ACTIONS(2700), - [sym_float_literal] = ACTIONS(2700), - [sym_rune_literal] = ACTIONS(2700), - [anon_sym_AT] = ACTIONS(2700), - [anon_sym_shared] = ACTIONS(2700), - [anon_sym_map_LBRACK] = ACTIONS(2700), - [anon_sym_chan] = ACTIONS(2700), - [anon_sym_thread] = ACTIONS(2700), - [anon_sym_atomic] = ACTIONS(2700), - [anon_sym_assert] = ACTIONS(2700), - [anon_sym_defer] = ACTIONS(2700), - [anon_sym_goto] = ACTIONS(2700), - [anon_sym_break] = ACTIONS(2700), - [anon_sym_continue] = ACTIONS(2700), - [anon_sym_return] = ACTIONS(2700), - [anon_sym_DOLLARfor] = ACTIONS(2700), - [anon_sym_for] = ACTIONS(2700), - [anon_sym_POUND] = ACTIONS(2700), - [anon_sym_asm] = ACTIONS(2700), - [anon_sym_AT_LBRACK] = ACTIONS(2700), - [sym___double_quote] = ACTIONS(2700), - [sym___single_quote] = ACTIONS(2700), - [sym___c_double_quote] = ACTIONS(2700), - [sym___c_single_quote] = ACTIONS(2700), - [sym___r_double_quote] = ACTIONS(2700), - [sym___r_single_quote] = ACTIONS(2700), + [anon_sym_DOT] = ACTIONS(2959), + [anon_sym_as] = ACTIONS(2959), + [anon_sym_LBRACE] = ACTIONS(2959), + [anon_sym_COMMA] = ACTIONS(2959), + [anon_sym_const] = ACTIONS(2959), + [anon_sym_LPAREN] = ACTIONS(2959), + [anon_sym_EQ] = ACTIONS(2959), + [anon_sym___global] = ACTIONS(2959), + [anon_sym_type] = ACTIONS(2959), + [anon_sym_PIPE] = ACTIONS(2959), + [anon_sym_fn] = ACTIONS(2959), + [anon_sym_PLUS] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2959), + [anon_sym_STAR] = ACTIONS(2959), + [anon_sym_SLASH] = ACTIONS(2959), + [anon_sym_PERCENT] = ACTIONS(2959), + [anon_sym_LT] = ACTIONS(2959), + [anon_sym_GT] = ACTIONS(2959), + [anon_sym_EQ_EQ] = ACTIONS(2959), + [anon_sym_BANG_EQ] = ACTIONS(2959), + [anon_sym_LT_EQ] = ACTIONS(2959), + [anon_sym_GT_EQ] = ACTIONS(2959), + [anon_sym_LBRACK] = ACTIONS(2957), + [anon_sym_LT2] = ACTIONS(2959), + [anon_sym_struct] = ACTIONS(2959), + [anon_sym_union] = ACTIONS(2959), + [anon_sym_pub] = ACTIONS(2959), + [anon_sym_mut] = ACTIONS(2959), + [anon_sym_enum] = ACTIONS(2959), + [anon_sym_interface] = ACTIONS(2959), + [anon_sym_PLUS_PLUS] = ACTIONS(2959), + [anon_sym_DASH_DASH] = ACTIONS(2959), + [anon_sym_QMARK] = ACTIONS(2959), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_go] = ACTIONS(2959), + [anon_sym_spawn] = ACTIONS(2959), + [anon_sym_json_DOTdecode] = ACTIONS(2959), + [anon_sym_LBRACK2] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_CARET] = ACTIONS(2959), + [anon_sym_AMP] = ACTIONS(2959), + [anon_sym_LT_DASH] = ACTIONS(2959), + [anon_sym_LT_LT] = ACTIONS(2959), + [anon_sym_GT_GT] = ACTIONS(2959), + [anon_sym_GT_GT_GT] = ACTIONS(2959), + [anon_sym_AMP_CARET] = ACTIONS(2959), + [anon_sym_AMP_AMP] = ACTIONS(2959), + [anon_sym_PIPE_PIPE] = ACTIONS(2959), + [anon_sym_or] = ACTIONS(2959), + [sym_none] = ACTIONS(2959), + [sym_true] = ACTIONS(2959), + [sym_false] = ACTIONS(2959), + [sym_nil] = ACTIONS(2959), + [anon_sym_QMARK_DOT] = ACTIONS(2959), + [anon_sym_POUND_LBRACK] = ACTIONS(2959), + [anon_sym_if] = ACTIONS(2959), + [anon_sym_DOLLARif] = ACTIONS(2959), + [anon_sym_is] = ACTIONS(2959), + [anon_sym_BANGis] = ACTIONS(2959), + [anon_sym_in] = ACTIONS(2959), + [anon_sym_BANGin] = ACTIONS(2959), + [anon_sym_match] = ACTIONS(2959), + [anon_sym_select] = ACTIONS(2959), + [anon_sym_STAR_EQ] = ACTIONS(2959), + [anon_sym_SLASH_EQ] = ACTIONS(2959), + [anon_sym_PERCENT_EQ] = ACTIONS(2959), + [anon_sym_LT_LT_EQ] = ACTIONS(2959), + [anon_sym_GT_GT_EQ] = ACTIONS(2959), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2959), + [anon_sym_AMP_EQ] = ACTIONS(2959), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2959), + [anon_sym_PLUS_EQ] = ACTIONS(2959), + [anon_sym_DASH_EQ] = ACTIONS(2959), + [anon_sym_PIPE_EQ] = ACTIONS(2959), + [anon_sym_CARET_EQ] = ACTIONS(2959), + [anon_sym_COLON_EQ] = ACTIONS(2959), + [anon_sym_lock] = ACTIONS(2959), + [anon_sym_rlock] = ACTIONS(2959), + [anon_sym_unsafe] = ACTIONS(2959), + [anon_sym_sql] = ACTIONS(2959), + [sym_int_literal] = ACTIONS(2959), + [sym_float_literal] = ACTIONS(2959), + [sym_rune_literal] = ACTIONS(2959), + [anon_sym_AT] = ACTIONS(2959), + [anon_sym_shared] = ACTIONS(2959), + [anon_sym_map_LBRACK] = ACTIONS(2959), + [anon_sym_chan] = ACTIONS(2959), + [anon_sym_thread] = ACTIONS(2959), + [anon_sym_atomic] = ACTIONS(2959), + [anon_sym_assert] = ACTIONS(2959), + [anon_sym_defer] = ACTIONS(2959), + [anon_sym_goto] = ACTIONS(2959), + [anon_sym_break] = ACTIONS(2959), + [anon_sym_continue] = ACTIONS(2959), + [anon_sym_return] = ACTIONS(2959), + [anon_sym_DOLLARfor] = ACTIONS(2959), + [anon_sym_for] = ACTIONS(2959), + [anon_sym_POUND] = ACTIONS(2959), + [anon_sym_asm] = ACTIONS(2959), + [anon_sym_AT_LBRACK] = ACTIONS(2959), + [sym___double_quote] = ACTIONS(2959), + [sym___single_quote] = ACTIONS(2959), + [sym___c_double_quote] = ACTIONS(2959), + [sym___c_single_quote] = ACTIONS(2959), + [sym___r_double_quote] = ACTIONS(2959), + [sym___r_single_quote] = ACTIONS(2959), }, - [709] = { - [sym__expression] = STATE(1129), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1195), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(939), + [669] = { + [sym__expression] = STATE(2306), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(621), - [anon_sym_LPAREN] = ACTIONS(625), - [anon_sym_fn] = ACTIONS(629), - [anon_sym_PLUS] = ACTIONS(631), - [anon_sym_DASH] = ACTIONS(631), - [anon_sym_STAR] = ACTIONS(633), - [anon_sym_struct] = ACTIONS(637), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_go] = ACTIONS(645), - [anon_sym_spawn] = ACTIONS(647), - [anon_sym_json_DOTdecode] = ACTIONS(649), - [anon_sym_LBRACK2] = ACTIONS(651), - [anon_sym_TILDE] = ACTIONS(631), - [anon_sym_CARET] = ACTIONS(631), - [anon_sym_AMP] = ACTIONS(653), - [anon_sym_LT_DASH] = ACTIONS(655), - [sym_none] = ACTIONS(657), - [sym_true] = ACTIONS(657), - [sym_false] = ACTIONS(657), - [sym_nil] = ACTIONS(657), - [anon_sym_if] = ACTIONS(659), - [anon_sym_DOLLARif] = ACTIONS(661), - [anon_sym_match] = ACTIONS(663), - [anon_sym_select] = ACTIONS(665), - [anon_sym_lock] = ACTIONS(667), - [anon_sym_rlock] = ACTIONS(667), - [anon_sym_unsafe] = ACTIONS(669), - [anon_sym_sql] = ACTIONS(671), - [sym_int_literal] = ACTIONS(657), - [sym_float_literal] = ACTIONS(673), - [sym_rune_literal] = ACTIONS(673), - [anon_sym_AT] = ACTIONS(675), + [anon_sym_BANG] = ACTIONS(1446), + [anon_sym_go] = ACTIONS(1448), + [anon_sym_spawn] = ACTIONS(1450), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1438), + [anon_sym_CARET] = ACTIONS(1438), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_LT_DASH] = ACTIONS(1458), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(1468), + [anon_sym_lock] = ACTIONS(1470), + [anon_sym_rlock] = ACTIONS(1470), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(677), - [sym___single_quote] = ACTIONS(679), - [sym___c_double_quote] = ACTIONS(681), - [sym___c_single_quote] = ACTIONS(683), - [sym___r_double_quote] = ACTIONS(685), - [sym___r_single_quote] = ACTIONS(687), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, - [710] = { - [sym__expression] = STATE(1132), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1195), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(939), + [670] = { + [sym__expression] = STATE(987), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(621), - [anon_sym_LPAREN] = ACTIONS(625), - [anon_sym_fn] = ACTIONS(629), - [anon_sym_PLUS] = ACTIONS(631), - [anon_sym_DASH] = ACTIONS(631), - [anon_sym_STAR] = ACTIONS(633), - [anon_sym_struct] = ACTIONS(637), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2821), + [anon_sym_DASH] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(2823), + [anon_sym_struct] = ACTIONS(501), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_go] = ACTIONS(645), - [anon_sym_spawn] = ACTIONS(647), - [anon_sym_json_DOTdecode] = ACTIONS(649), - [anon_sym_LBRACK2] = ACTIONS(651), - [anon_sym_TILDE] = ACTIONS(631), - [anon_sym_CARET] = ACTIONS(631), - [anon_sym_AMP] = ACTIONS(653), - [anon_sym_LT_DASH] = ACTIONS(655), - [sym_none] = ACTIONS(657), - [sym_true] = ACTIONS(657), - [sym_false] = ACTIONS(657), - [sym_nil] = ACTIONS(657), - [anon_sym_if] = ACTIONS(659), - [anon_sym_DOLLARif] = ACTIONS(661), - [anon_sym_match] = ACTIONS(663), - [anon_sym_select] = ACTIONS(665), - [anon_sym_lock] = ACTIONS(667), - [anon_sym_rlock] = ACTIONS(667), - [anon_sym_unsafe] = ACTIONS(669), - [anon_sym_sql] = ACTIONS(671), - [sym_int_literal] = ACTIONS(657), - [sym_float_literal] = ACTIONS(673), - [sym_rune_literal] = ACTIONS(673), - [anon_sym_AT] = ACTIONS(675), + [anon_sym_BANG] = ACTIONS(2825), + [anon_sym_go] = ACTIONS(2827), + [anon_sym_spawn] = ACTIONS(2829), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2821), + [anon_sym_CARET] = ACTIONS(2821), + [anon_sym_AMP] = ACTIONS(2831), + [anon_sym_LT_DASH] = ACTIONS(2833), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(2835), + [anon_sym_lock] = ACTIONS(2837), + [anon_sym_rlock] = ACTIONS(2837), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(677), - [sym___single_quote] = ACTIONS(679), - [sym___c_double_quote] = ACTIONS(681), - [sym___c_single_quote] = ACTIONS(683), - [sym___r_double_quote] = ACTIONS(685), - [sym___r_single_quote] = ACTIONS(687), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, - [711] = { - [sym__expression] = STATE(2810), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [671] = { + [ts_builtin_sym_end] = ACTIONS(2961), + [sym_identifier] = ACTIONS(2963), + [anon_sym_LF] = ACTIONS(2963), + [anon_sym_CR] = ACTIONS(2963), + [anon_sym_CR_LF] = ACTIONS(2963), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2965), + [anon_sym_as] = ACTIONS(2965), + [anon_sym_LBRACE] = ACTIONS(2963), + [anon_sym_COMMA] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(2963), + [anon_sym_LPAREN] = ACTIONS(2965), + [anon_sym_EQ] = ACTIONS(2965), + [anon_sym___global] = ACTIONS(2963), + [anon_sym_type] = ACTIONS(2963), + [anon_sym_PIPE] = ACTIONS(2965), + [anon_sym_fn] = ACTIONS(2963), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2965), + [anon_sym_SLASH] = ACTIONS(2965), + [anon_sym_PERCENT] = ACTIONS(2965), + [anon_sym_LT] = ACTIONS(2965), + [anon_sym_GT] = ACTIONS(2965), + [anon_sym_EQ_EQ] = ACTIONS(2965), + [anon_sym_BANG_EQ] = ACTIONS(2965), + [anon_sym_LT_EQ] = ACTIONS(2965), + [anon_sym_GT_EQ] = ACTIONS(2965), + [anon_sym_LBRACK] = ACTIONS(2968), + [anon_sym_LT2] = ACTIONS(2965), + [anon_sym_struct] = ACTIONS(2963), + [anon_sym_union] = ACTIONS(2963), + [anon_sym_pub] = ACTIONS(2963), + [anon_sym_mut] = ACTIONS(2963), + [anon_sym_enum] = ACTIONS(2963), + [anon_sym_interface] = ACTIONS(2963), + [anon_sym_PLUS_PLUS] = ACTIONS(2965), + [anon_sym_DASH_DASH] = ACTIONS(2965), + [anon_sym_QMARK] = ACTIONS(2965), + [anon_sym_BANG] = ACTIONS(2965), + [anon_sym_go] = ACTIONS(2963), + [anon_sym_spawn] = ACTIONS(2963), + [anon_sym_json_DOTdecode] = ACTIONS(2963), + [anon_sym_LBRACK2] = ACTIONS(2965), + [anon_sym_TILDE] = ACTIONS(2963), + [anon_sym_CARET] = ACTIONS(2965), + [anon_sym_AMP] = ACTIONS(2965), + [anon_sym_LT_DASH] = ACTIONS(2963), + [anon_sym_LT_LT] = ACTIONS(2965), + [anon_sym_GT_GT] = ACTIONS(2965), + [anon_sym_GT_GT_GT] = ACTIONS(2965), + [anon_sym_AMP_CARET] = ACTIONS(2965), + [anon_sym_AMP_AMP] = ACTIONS(2965), + [anon_sym_PIPE_PIPE] = ACTIONS(2965), + [anon_sym_or] = ACTIONS(2965), + [sym_none] = ACTIONS(2963), + [sym_true] = ACTIONS(2963), + [sym_false] = ACTIONS(2963), + [sym_nil] = ACTIONS(2963), + [anon_sym_QMARK_DOT] = ACTIONS(2965), + [anon_sym_POUND_LBRACK] = ACTIONS(2965), + [anon_sym_if] = ACTIONS(2963), + [anon_sym_DOLLARif] = ACTIONS(2963), + [anon_sym_is] = ACTIONS(2965), + [anon_sym_BANGis] = ACTIONS(2965), + [anon_sym_in] = ACTIONS(2965), + [anon_sym_BANGin] = ACTIONS(2965), + [anon_sym_match] = ACTIONS(2963), + [anon_sym_select] = ACTIONS(2963), + [anon_sym_STAR_EQ] = ACTIONS(2965), + [anon_sym_SLASH_EQ] = ACTIONS(2965), + [anon_sym_PERCENT_EQ] = ACTIONS(2965), + [anon_sym_LT_LT_EQ] = ACTIONS(2965), + [anon_sym_GT_GT_EQ] = ACTIONS(2965), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2965), + [anon_sym_AMP_EQ] = ACTIONS(2965), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2965), + [anon_sym_PLUS_EQ] = ACTIONS(2965), + [anon_sym_DASH_EQ] = ACTIONS(2965), + [anon_sym_PIPE_EQ] = ACTIONS(2965), + [anon_sym_CARET_EQ] = ACTIONS(2965), + [anon_sym_COLON_EQ] = ACTIONS(2965), + [anon_sym_lock] = ACTIONS(2963), + [anon_sym_rlock] = ACTIONS(2963), + [anon_sym_unsafe] = ACTIONS(2963), + [anon_sym_sql] = ACTIONS(2963), + [sym_int_literal] = ACTIONS(2963), + [sym_float_literal] = ACTIONS(2963), + [sym_rune_literal] = ACTIONS(2963), + [anon_sym_AT] = ACTIONS(2963), + [anon_sym_shared] = ACTIONS(2963), + [anon_sym_map_LBRACK] = ACTIONS(2963), + [anon_sym_chan] = ACTIONS(2963), + [anon_sym_thread] = ACTIONS(2963), + [anon_sym_atomic] = ACTIONS(2963), + [anon_sym_assert] = ACTIONS(2963), + [anon_sym_defer] = ACTIONS(2963), + [anon_sym_goto] = ACTIONS(2963), + [anon_sym_break] = ACTIONS(2963), + [anon_sym_continue] = ACTIONS(2963), + [anon_sym_return] = ACTIONS(2963), + [anon_sym_DOLLARfor] = ACTIONS(2963), + [anon_sym_for] = ACTIONS(2963), + [anon_sym_POUND] = ACTIONS(2963), + [anon_sym_asm] = ACTIONS(2963), + [anon_sym_AT_LBRACK] = ACTIONS(2963), + [sym___double_quote] = ACTIONS(2963), + [sym___single_quote] = ACTIONS(2963), + [sym___c_double_quote] = ACTIONS(2963), + [sym___c_single_quote] = ACTIONS(2963), + [sym___r_double_quote] = ACTIONS(2963), + [sym___r_single_quote] = ACTIONS(2963), + }, + [672] = { + [ts_builtin_sym_end] = ACTIONS(2971), + [sym_identifier] = ACTIONS(2973), + [anon_sym_LF] = ACTIONS(2973), + [anon_sym_CR] = ACTIONS(2973), + [anon_sym_CR_LF] = ACTIONS(2973), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2975), + [anon_sym_as] = ACTIONS(2975), + [anon_sym_LBRACE] = ACTIONS(2973), + [anon_sym_COMMA] = ACTIONS(2975), + [anon_sym_const] = ACTIONS(2973), + [anon_sym_LPAREN] = ACTIONS(2975), + [anon_sym_EQ] = ACTIONS(2975), + [anon_sym___global] = ACTIONS(2973), + [anon_sym_type] = ACTIONS(2973), + [anon_sym_PIPE] = ACTIONS(2975), + [anon_sym_fn] = ACTIONS(2973), + [anon_sym_PLUS] = ACTIONS(2975), + [anon_sym_DASH] = ACTIONS(2975), + [anon_sym_STAR] = ACTIONS(2975), + [anon_sym_SLASH] = ACTIONS(2975), + [anon_sym_PERCENT] = ACTIONS(2975), + [anon_sym_LT] = ACTIONS(2975), + [anon_sym_GT] = ACTIONS(2975), + [anon_sym_EQ_EQ] = ACTIONS(2975), + [anon_sym_BANG_EQ] = ACTIONS(2975), + [anon_sym_LT_EQ] = ACTIONS(2975), + [anon_sym_GT_EQ] = ACTIONS(2975), + [anon_sym_LBRACK] = ACTIONS(2978), + [anon_sym_LT2] = ACTIONS(2975), + [anon_sym_struct] = ACTIONS(2973), + [anon_sym_union] = ACTIONS(2973), + [anon_sym_pub] = ACTIONS(2973), + [anon_sym_mut] = ACTIONS(2973), + [anon_sym_enum] = ACTIONS(2973), + [anon_sym_interface] = ACTIONS(2973), + [anon_sym_PLUS_PLUS] = ACTIONS(2975), + [anon_sym_DASH_DASH] = ACTIONS(2975), + [anon_sym_QMARK] = ACTIONS(2975), + [anon_sym_BANG] = ACTIONS(2975), + [anon_sym_go] = ACTIONS(2973), + [anon_sym_spawn] = ACTIONS(2973), + [anon_sym_json_DOTdecode] = ACTIONS(2973), + [anon_sym_LBRACK2] = ACTIONS(2975), + [anon_sym_TILDE] = ACTIONS(2973), + [anon_sym_CARET] = ACTIONS(2975), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2973), + [anon_sym_LT_LT] = ACTIONS(2975), + [anon_sym_GT_GT] = ACTIONS(2975), + [anon_sym_GT_GT_GT] = ACTIONS(2975), + [anon_sym_AMP_CARET] = ACTIONS(2975), + [anon_sym_AMP_AMP] = ACTIONS(2975), + [anon_sym_PIPE_PIPE] = ACTIONS(2975), + [anon_sym_or] = ACTIONS(2975), + [sym_none] = ACTIONS(2973), + [sym_true] = ACTIONS(2973), + [sym_false] = ACTIONS(2973), + [sym_nil] = ACTIONS(2973), + [anon_sym_QMARK_DOT] = ACTIONS(2975), + [anon_sym_POUND_LBRACK] = ACTIONS(2975), + [anon_sym_if] = ACTIONS(2973), + [anon_sym_DOLLARif] = ACTIONS(2973), + [anon_sym_is] = ACTIONS(2975), + [anon_sym_BANGis] = ACTIONS(2975), + [anon_sym_in] = ACTIONS(2975), + [anon_sym_BANGin] = ACTIONS(2975), + [anon_sym_match] = ACTIONS(2973), + [anon_sym_select] = ACTIONS(2973), + [anon_sym_STAR_EQ] = ACTIONS(2975), + [anon_sym_SLASH_EQ] = ACTIONS(2975), + [anon_sym_PERCENT_EQ] = ACTIONS(2975), + [anon_sym_LT_LT_EQ] = ACTIONS(2975), + [anon_sym_GT_GT_EQ] = ACTIONS(2975), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2975), + [anon_sym_AMP_EQ] = ACTIONS(2975), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2975), + [anon_sym_PLUS_EQ] = ACTIONS(2975), + [anon_sym_DASH_EQ] = ACTIONS(2975), + [anon_sym_PIPE_EQ] = ACTIONS(2975), + [anon_sym_CARET_EQ] = ACTIONS(2975), + [anon_sym_COLON_EQ] = ACTIONS(2975), + [anon_sym_lock] = ACTIONS(2973), + [anon_sym_rlock] = ACTIONS(2973), + [anon_sym_unsafe] = ACTIONS(2973), + [anon_sym_sql] = ACTIONS(2973), + [sym_int_literal] = ACTIONS(2973), + [sym_float_literal] = ACTIONS(2973), + [sym_rune_literal] = ACTIONS(2973), + [anon_sym_AT] = ACTIONS(2973), + [anon_sym_shared] = ACTIONS(2973), + [anon_sym_map_LBRACK] = ACTIONS(2973), + [anon_sym_chan] = ACTIONS(2973), + [anon_sym_thread] = ACTIONS(2973), + [anon_sym_atomic] = ACTIONS(2973), + [anon_sym_assert] = ACTIONS(2973), + [anon_sym_defer] = ACTIONS(2973), + [anon_sym_goto] = ACTIONS(2973), + [anon_sym_break] = ACTIONS(2973), + [anon_sym_continue] = ACTIONS(2973), + [anon_sym_return] = ACTIONS(2973), + [anon_sym_DOLLARfor] = ACTIONS(2973), + [anon_sym_for] = ACTIONS(2973), + [anon_sym_POUND] = ACTIONS(2973), + [anon_sym_asm] = ACTIONS(2973), + [anon_sym_AT_LBRACK] = ACTIONS(2973), + [sym___double_quote] = ACTIONS(2973), + [sym___single_quote] = ACTIONS(2973), + [sym___c_double_quote] = ACTIONS(2973), + [sym___c_single_quote] = ACTIONS(2973), + [sym___r_double_quote] = ACTIONS(2973), + [sym___r_single_quote] = ACTIONS(2973), + }, + [673] = { + [ts_builtin_sym_end] = ACTIONS(2981), + [sym_identifier] = ACTIONS(2983), + [anon_sym_LF] = ACTIONS(2983), + [anon_sym_CR] = ACTIONS(2983), + [anon_sym_CR_LF] = ACTIONS(2983), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2983), + [anon_sym_as] = ACTIONS(2983), + [anon_sym_LBRACE] = ACTIONS(2983), + [anon_sym_COMMA] = ACTIONS(2983), + [anon_sym_const] = ACTIONS(2983), + [anon_sym_LPAREN] = ACTIONS(2983), + [anon_sym_EQ] = ACTIONS(2983), + [anon_sym___global] = ACTIONS(2983), + [anon_sym_type] = ACTIONS(2983), + [anon_sym_PIPE] = ACTIONS(2983), + [anon_sym_fn] = ACTIONS(2983), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_STAR] = ACTIONS(2983), + [anon_sym_SLASH] = ACTIONS(2983), + [anon_sym_PERCENT] = ACTIONS(2983), + [anon_sym_LT] = ACTIONS(2983), + [anon_sym_GT] = ACTIONS(2983), + [anon_sym_EQ_EQ] = ACTIONS(2983), + [anon_sym_BANG_EQ] = ACTIONS(2983), + [anon_sym_LT_EQ] = ACTIONS(2983), + [anon_sym_GT_EQ] = ACTIONS(2983), + [anon_sym_LBRACK] = ACTIONS(2981), + [anon_sym_LT2] = ACTIONS(2983), + [anon_sym_struct] = ACTIONS(2983), + [anon_sym_union] = ACTIONS(2983), + [anon_sym_pub] = ACTIONS(2983), + [anon_sym_mut] = ACTIONS(2983), + [anon_sym_enum] = ACTIONS(2983), + [anon_sym_interface] = ACTIONS(2983), + [anon_sym_PLUS_PLUS] = ACTIONS(2983), + [anon_sym_DASH_DASH] = ACTIONS(2983), + [anon_sym_QMARK] = ACTIONS(2983), + [anon_sym_BANG] = ACTIONS(2983), + [anon_sym_go] = ACTIONS(2983), + [anon_sym_spawn] = ACTIONS(2983), + [anon_sym_json_DOTdecode] = ACTIONS(2983), + [anon_sym_LBRACK2] = ACTIONS(2983), + [anon_sym_TILDE] = ACTIONS(2983), + [anon_sym_CARET] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2983), + [anon_sym_LT_DASH] = ACTIONS(2983), + [anon_sym_LT_LT] = ACTIONS(2983), + [anon_sym_GT_GT] = ACTIONS(2983), + [anon_sym_GT_GT_GT] = ACTIONS(2983), + [anon_sym_AMP_CARET] = ACTIONS(2983), + [anon_sym_AMP_AMP] = ACTIONS(2983), + [anon_sym_PIPE_PIPE] = ACTIONS(2983), + [anon_sym_or] = ACTIONS(2983), + [sym_none] = ACTIONS(2983), + [sym_true] = ACTIONS(2983), + [sym_false] = ACTIONS(2983), + [sym_nil] = ACTIONS(2983), + [anon_sym_QMARK_DOT] = ACTIONS(2983), + [anon_sym_POUND_LBRACK] = ACTIONS(2983), + [anon_sym_if] = ACTIONS(2983), + [anon_sym_DOLLARif] = ACTIONS(2983), + [anon_sym_is] = ACTIONS(2983), + [anon_sym_BANGis] = ACTIONS(2983), + [anon_sym_in] = ACTIONS(2983), + [anon_sym_BANGin] = ACTIONS(2983), + [anon_sym_match] = ACTIONS(2983), + [anon_sym_select] = ACTIONS(2983), + [anon_sym_STAR_EQ] = ACTIONS(2983), + [anon_sym_SLASH_EQ] = ACTIONS(2983), + [anon_sym_PERCENT_EQ] = ACTIONS(2983), + [anon_sym_LT_LT_EQ] = ACTIONS(2983), + [anon_sym_GT_GT_EQ] = ACTIONS(2983), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2983), + [anon_sym_AMP_EQ] = ACTIONS(2983), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2983), + [anon_sym_PLUS_EQ] = ACTIONS(2983), + [anon_sym_DASH_EQ] = ACTIONS(2983), + [anon_sym_PIPE_EQ] = ACTIONS(2983), + [anon_sym_CARET_EQ] = ACTIONS(2983), + [anon_sym_COLON_EQ] = ACTIONS(2983), + [anon_sym_lock] = ACTIONS(2983), + [anon_sym_rlock] = ACTIONS(2983), + [anon_sym_unsafe] = ACTIONS(2983), + [anon_sym_sql] = ACTIONS(2983), + [sym_int_literal] = ACTIONS(2983), + [sym_float_literal] = ACTIONS(2983), + [sym_rune_literal] = ACTIONS(2983), + [anon_sym_AT] = ACTIONS(2983), + [anon_sym_shared] = ACTIONS(2983), + [anon_sym_map_LBRACK] = ACTIONS(2983), + [anon_sym_chan] = ACTIONS(2983), + [anon_sym_thread] = ACTIONS(2983), + [anon_sym_atomic] = ACTIONS(2983), + [anon_sym_assert] = ACTIONS(2983), + [anon_sym_defer] = ACTIONS(2983), + [anon_sym_goto] = ACTIONS(2983), + [anon_sym_break] = ACTIONS(2983), + [anon_sym_continue] = ACTIONS(2983), + [anon_sym_return] = ACTIONS(2983), + [anon_sym_DOLLARfor] = ACTIONS(2983), + [anon_sym_for] = ACTIONS(2983), + [anon_sym_POUND] = ACTIONS(2983), + [anon_sym_asm] = ACTIONS(2983), + [anon_sym_AT_LBRACK] = ACTIONS(2983), + [sym___double_quote] = ACTIONS(2983), + [sym___single_quote] = ACTIONS(2983), + [sym___c_double_quote] = ACTIONS(2983), + [sym___c_single_quote] = ACTIONS(2983), + [sym___r_double_quote] = ACTIONS(2983), + [sym___r_single_quote] = ACTIONS(2983), + }, + [674] = { + [ts_builtin_sym_end] = ACTIONS(2985), + [sym_identifier] = ACTIONS(2987), + [anon_sym_LF] = ACTIONS(2987), + [anon_sym_CR] = ACTIONS(2987), + [anon_sym_CR_LF] = ACTIONS(2987), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2987), + [anon_sym_as] = ACTIONS(2987), + [anon_sym_LBRACE] = ACTIONS(2987), + [anon_sym_COMMA] = ACTIONS(2987), + [anon_sym_const] = ACTIONS(2987), + [anon_sym_LPAREN] = ACTIONS(2987), + [anon_sym_EQ] = ACTIONS(2987), + [anon_sym___global] = ACTIONS(2987), + [anon_sym_type] = ACTIONS(2987), + [anon_sym_PIPE] = ACTIONS(2987), + [anon_sym_fn] = ACTIONS(2987), + [anon_sym_PLUS] = ACTIONS(2987), + [anon_sym_DASH] = ACTIONS(2987), + [anon_sym_STAR] = ACTIONS(2987), + [anon_sym_SLASH] = ACTIONS(2987), + [anon_sym_PERCENT] = ACTIONS(2987), + [anon_sym_LT] = ACTIONS(2987), + [anon_sym_GT] = ACTIONS(2987), + [anon_sym_EQ_EQ] = ACTIONS(2987), + [anon_sym_BANG_EQ] = ACTIONS(2987), + [anon_sym_LT_EQ] = ACTIONS(2987), + [anon_sym_GT_EQ] = ACTIONS(2987), + [anon_sym_LBRACK] = ACTIONS(2985), + [anon_sym_LT2] = ACTIONS(2987), + [anon_sym_struct] = ACTIONS(2987), + [anon_sym_union] = ACTIONS(2987), + [anon_sym_pub] = ACTIONS(2987), + [anon_sym_mut] = ACTIONS(2987), + [anon_sym_enum] = ACTIONS(2987), + [anon_sym_interface] = ACTIONS(2987), + [anon_sym_PLUS_PLUS] = ACTIONS(2987), + [anon_sym_DASH_DASH] = ACTIONS(2987), + [anon_sym_QMARK] = ACTIONS(2987), + [anon_sym_BANG] = ACTIONS(2987), + [anon_sym_go] = ACTIONS(2987), + [anon_sym_spawn] = ACTIONS(2987), + [anon_sym_json_DOTdecode] = ACTIONS(2987), + [anon_sym_LBRACK2] = ACTIONS(2987), + [anon_sym_TILDE] = ACTIONS(2987), + [anon_sym_CARET] = ACTIONS(2987), + [anon_sym_AMP] = ACTIONS(2987), + [anon_sym_LT_DASH] = ACTIONS(2987), + [anon_sym_LT_LT] = ACTIONS(2987), + [anon_sym_GT_GT] = ACTIONS(2987), + [anon_sym_GT_GT_GT] = ACTIONS(2987), + [anon_sym_AMP_CARET] = ACTIONS(2987), + [anon_sym_AMP_AMP] = ACTIONS(2987), + [anon_sym_PIPE_PIPE] = ACTIONS(2987), + [anon_sym_or] = ACTIONS(2987), + [sym_none] = ACTIONS(2987), + [sym_true] = ACTIONS(2987), + [sym_false] = ACTIONS(2987), + [sym_nil] = ACTIONS(2987), + [anon_sym_QMARK_DOT] = ACTIONS(2987), + [anon_sym_POUND_LBRACK] = ACTIONS(2987), + [anon_sym_if] = ACTIONS(2987), + [anon_sym_DOLLARif] = ACTIONS(2987), + [anon_sym_is] = ACTIONS(2987), + [anon_sym_BANGis] = ACTIONS(2987), + [anon_sym_in] = ACTIONS(2987), + [anon_sym_BANGin] = ACTIONS(2987), + [anon_sym_match] = ACTIONS(2987), + [anon_sym_select] = ACTIONS(2987), + [anon_sym_STAR_EQ] = ACTIONS(2987), + [anon_sym_SLASH_EQ] = ACTIONS(2987), + [anon_sym_PERCENT_EQ] = ACTIONS(2987), + [anon_sym_LT_LT_EQ] = ACTIONS(2987), + [anon_sym_GT_GT_EQ] = ACTIONS(2987), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2987), + [anon_sym_AMP_EQ] = ACTIONS(2987), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2987), + [anon_sym_PLUS_EQ] = ACTIONS(2987), + [anon_sym_DASH_EQ] = ACTIONS(2987), + [anon_sym_PIPE_EQ] = ACTIONS(2987), + [anon_sym_CARET_EQ] = ACTIONS(2987), + [anon_sym_COLON_EQ] = ACTIONS(2987), + [anon_sym_lock] = ACTIONS(2987), + [anon_sym_rlock] = ACTIONS(2987), + [anon_sym_unsafe] = ACTIONS(2987), + [anon_sym_sql] = ACTIONS(2987), + [sym_int_literal] = ACTIONS(2987), + [sym_float_literal] = ACTIONS(2987), + [sym_rune_literal] = ACTIONS(2987), + [anon_sym_AT] = ACTIONS(2987), + [anon_sym_shared] = ACTIONS(2987), + [anon_sym_map_LBRACK] = ACTIONS(2987), + [anon_sym_chan] = ACTIONS(2987), + [anon_sym_thread] = ACTIONS(2987), + [anon_sym_atomic] = ACTIONS(2987), + [anon_sym_assert] = ACTIONS(2987), + [anon_sym_defer] = ACTIONS(2987), + [anon_sym_goto] = ACTIONS(2987), + [anon_sym_break] = ACTIONS(2987), + [anon_sym_continue] = ACTIONS(2987), + [anon_sym_return] = ACTIONS(2987), + [anon_sym_DOLLARfor] = ACTIONS(2987), + [anon_sym_for] = ACTIONS(2987), + [anon_sym_POUND] = ACTIONS(2987), + [anon_sym_asm] = ACTIONS(2987), + [anon_sym_AT_LBRACK] = ACTIONS(2987), + [sym___double_quote] = ACTIONS(2987), + [sym___single_quote] = ACTIONS(2987), + [sym___c_double_quote] = ACTIONS(2987), + [sym___c_single_quote] = ACTIONS(2987), + [sym___r_double_quote] = ACTIONS(2987), + [sym___r_single_quote] = ACTIONS(2987), + }, + [675] = { + [sym__expression] = STATE(2767), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [712] = { - [sym__expression] = STATE(2813), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [676] = { + [sym__expression] = STATE(2305), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1446), + [anon_sym_go] = ACTIONS(1448), + [anon_sym_spawn] = ACTIONS(1450), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1438), + [anon_sym_CARET] = ACTIONS(1438), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_LT_DASH] = ACTIONS(1458), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(1468), + [anon_sym_lock] = ACTIONS(1470), + [anon_sym_rlock] = ACTIONS(1470), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, - [713] = { - [sym__expression] = STATE(2816), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [677] = { + [sym__expression] = STATE(2269), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [714] = { - [sym__expression] = STATE(2819), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [678] = { + [sym__expression] = STATE(2308), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4174), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1446), + [anon_sym_go] = ACTIONS(1448), + [anon_sym_spawn] = ACTIONS(1450), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1438), + [anon_sym_CARET] = ACTIONS(1438), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_LT_DASH] = ACTIONS(1458), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(1468), + [anon_sym_lock] = ACTIONS(1470), + [anon_sym_rlock] = ACTIONS(1470), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, - [715] = { - [sym__expression] = STATE(1131), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1195), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(939), + [679] = { + [sym__expression] = STATE(2308), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4414), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(621), - [anon_sym_LPAREN] = ACTIONS(625), - [anon_sym_fn] = ACTIONS(629), - [anon_sym_PLUS] = ACTIONS(631), - [anon_sym_DASH] = ACTIONS(631), - [anon_sym_STAR] = ACTIONS(633), - [anon_sym_struct] = ACTIONS(637), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_go] = ACTIONS(645), - [anon_sym_spawn] = ACTIONS(647), - [anon_sym_json_DOTdecode] = ACTIONS(649), - [anon_sym_LBRACK2] = ACTIONS(651), - [anon_sym_TILDE] = ACTIONS(631), - [anon_sym_CARET] = ACTIONS(631), - [anon_sym_AMP] = ACTIONS(653), - [anon_sym_LT_DASH] = ACTIONS(655), - [sym_none] = ACTIONS(657), - [sym_true] = ACTIONS(657), - [sym_false] = ACTIONS(657), - [sym_nil] = ACTIONS(657), - [anon_sym_if] = ACTIONS(659), - [anon_sym_DOLLARif] = ACTIONS(661), - [anon_sym_match] = ACTIONS(663), - [anon_sym_select] = ACTIONS(665), - [anon_sym_lock] = ACTIONS(667), - [anon_sym_rlock] = ACTIONS(667), - [anon_sym_unsafe] = ACTIONS(669), - [anon_sym_sql] = ACTIONS(671), - [sym_int_literal] = ACTIONS(657), - [sym_float_literal] = ACTIONS(673), - [sym_rune_literal] = ACTIONS(673), - [anon_sym_AT] = ACTIONS(675), + [anon_sym_BANG] = ACTIONS(1446), + [anon_sym_go] = ACTIONS(1448), + [anon_sym_spawn] = ACTIONS(1450), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1438), + [anon_sym_CARET] = ACTIONS(1438), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_LT_DASH] = ACTIONS(1458), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(1468), + [anon_sym_lock] = ACTIONS(1470), + [anon_sym_rlock] = ACTIONS(1470), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(677), - [sym___single_quote] = ACTIONS(679), - [sym___c_double_quote] = ACTIONS(681), - [sym___c_single_quote] = ACTIONS(683), - [sym___r_double_quote] = ACTIONS(685), - [sym___r_single_quote] = ACTIONS(687), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, - [716] = { - [sym__expression] = STATE(2820), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [680] = { + [sym__expression] = STATE(2763), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [717] = { - [sym__expression] = STATE(1140), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1195), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(939), + [681] = { + [sym__expression] = STATE(2308), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(621), - [anon_sym_LPAREN] = ACTIONS(625), - [anon_sym_fn] = ACTIONS(629), - [anon_sym_PLUS] = ACTIONS(631), - [anon_sym_DASH] = ACTIONS(631), - [anon_sym_STAR] = ACTIONS(633), - [anon_sym_struct] = ACTIONS(637), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_go] = ACTIONS(645), - [anon_sym_spawn] = ACTIONS(647), - [anon_sym_json_DOTdecode] = ACTIONS(649), - [anon_sym_LBRACK2] = ACTIONS(651), - [anon_sym_TILDE] = ACTIONS(631), - [anon_sym_CARET] = ACTIONS(631), - [anon_sym_AMP] = ACTIONS(653), - [anon_sym_LT_DASH] = ACTIONS(655), - [sym_none] = ACTIONS(657), - [sym_true] = ACTIONS(657), - [sym_false] = ACTIONS(657), - [sym_nil] = ACTIONS(657), - [anon_sym_if] = ACTIONS(659), - [anon_sym_DOLLARif] = ACTIONS(661), - [anon_sym_match] = ACTIONS(663), - [anon_sym_select] = ACTIONS(665), - [anon_sym_lock] = ACTIONS(667), - [anon_sym_rlock] = ACTIONS(667), - [anon_sym_unsafe] = ACTIONS(669), - [anon_sym_sql] = ACTIONS(671), - [sym_int_literal] = ACTIONS(657), - [sym_float_literal] = ACTIONS(673), - [sym_rune_literal] = ACTIONS(673), - [anon_sym_AT] = ACTIONS(675), + [anon_sym_BANG] = ACTIONS(1446), + [anon_sym_go] = ACTIONS(1448), + [anon_sym_spawn] = ACTIONS(1450), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1438), + [anon_sym_CARET] = ACTIONS(1438), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_LT_DASH] = ACTIONS(1458), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(1468), + [anon_sym_lock] = ACTIONS(1470), + [anon_sym_rlock] = ACTIONS(1470), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(677), - [sym___single_quote] = ACTIONS(679), - [sym___c_double_quote] = ACTIONS(681), - [sym___c_single_quote] = ACTIONS(683), - [sym___r_double_quote] = ACTIONS(685), - [sym___r_single_quote] = ACTIONS(687), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, - [718] = { - [sym__expression] = STATE(1794), - [sym__expression_without_blocks] = STATE(2105), - [sym__expression_with_blocks] = STATE(2105), - [sym_inc_expression] = STATE(2105), - [sym_dec_expression] = STATE(2105), - [sym_or_block_expression] = STATE(2105), - [sym_option_propagation_expression] = STATE(2105), - [sym_result_propagation_expression] = STATE(2105), - [sym_anon_struct_value_expression] = STATE(2119), - [sym_go_expression] = STATE(2105), - [sym_spawn_expression] = STATE(2105), - [sym_parenthesized_expression] = STATE(2105), - [sym_call_expression] = STATE(2105), - [sym_type_initializer] = STATE(2119), - [sym_function_literal] = STATE(2105), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2105), - [sym_receive_expression] = STATE(2105), - [sym_binary_expression] = STATE(2105), - [sym_as_type_cast_expression] = STATE(2105), - [sym__max_group] = STATE(2105), - [sym_literal] = STATE(2105), - [sym_map_init_expression] = STATE(2119), - [sym_array_creation] = STATE(2105), - [sym_fixed_array_creation] = STATE(2105), - [sym_selector_expression] = STATE(2105), - [sym_index_expression] = STATE(2105), - [sym_slice_expression] = STATE(2105), - [sym_if_expression] = STATE(2119), - [sym_compile_time_if_expression] = STATE(2119), - [sym_is_expression] = STATE(2105), - [sym_not_is_expression] = STATE(2105), - [sym_in_expression] = STATE(2105), - [sym_not_in_expression] = STATE(2105), - [sym_enum_fetch] = STATE(2105), - [sym_match_expression] = STATE(2119), - [sym_select_expression] = STATE(2119), - [sym_lock_expression] = STATE(2119), - [sym_unsafe_expression] = STATE(2119), - [sym_sql_expression] = STATE(2119), - [sym_c_string_literal] = STATE(2030), - [sym_raw_string_literal] = STATE(2030), - [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(2105), - [sym_mutability_modifiers] = STATE(835), - [sym_plain_type] = STATE(4201), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2706), + [682] = { + [sym__expression] = STATE(2632), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(2708), - [anon_sym_LPAREN] = ACTIONS(697), - [anon_sym_fn] = ACTIONS(699), - [anon_sym_PLUS] = ACTIONS(701), - [anon_sym_DASH] = ACTIONS(701), - [anon_sym_STAR] = ACTIONS(703), - [anon_sym_struct] = ACTIONS(2710), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_go] = ACTIONS(709), - [anon_sym_spawn] = ACTIONS(711), - [anon_sym_json_DOTdecode] = ACTIONS(713), - [anon_sym_LBRACK2] = ACTIONS(715), - [anon_sym_TILDE] = ACTIONS(701), - [anon_sym_CARET] = ACTIONS(701), - [anon_sym_AMP] = ACTIONS(717), - [anon_sym_LT_DASH] = ACTIONS(719), - [sym_none] = ACTIONS(721), - [sym_true] = ACTIONS(721), - [sym_false] = ACTIONS(721), - [sym_nil] = ACTIONS(721), - [anon_sym_if] = ACTIONS(2712), - [anon_sym_DOLLARif] = ACTIONS(2714), - [anon_sym_match] = ACTIONS(2716), - [anon_sym_select] = ACTIONS(2718), - [anon_sym_lock] = ACTIONS(2720), - [anon_sym_rlock] = ACTIONS(2720), - [anon_sym_unsafe] = ACTIONS(2722), - [anon_sym_sql] = ACTIONS(2724), - [sym_int_literal] = ACTIONS(721), - [sym_float_literal] = ACTIONS(739), - [sym_rune_literal] = ACTIONS(739), - [anon_sym_AT] = ACTIONS(741), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(743), - [sym___single_quote] = ACTIONS(745), - [sym___c_double_quote] = ACTIONS(747), - [sym___c_single_quote] = ACTIONS(749), - [sym___r_double_quote] = ACTIONS(751), - [sym___r_single_quote] = ACTIONS(753), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [719] = { - [sym__expression] = STATE(2797), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [683] = { + [sym__expression] = STATE(1770), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1590), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(2430), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_STAR] = ACTIONS(807), + [anon_sym_struct] = ACTIONS(809), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_go] = ACTIONS(815), + [anon_sym_spawn] = ACTIONS(817), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(821), + [anon_sym_TILDE] = ACTIONS(805), + [anon_sym_CARET] = ACTIONS(805), + [anon_sym_AMP] = ACTIONS(823), + [anon_sym_LT_DASH] = ACTIONS(825), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(829), + [anon_sym_DOLLARif] = ACTIONS(831), + [anon_sym_match] = ACTIONS(833), + [anon_sym_select] = ACTIONS(835), + [anon_sym_lock] = ACTIONS(837), + [anon_sym_rlock] = ACTIONS(837), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_sql] = ACTIONS(841), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), }, - [720] = { - [sym__expression] = STATE(2707), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [684] = { + [sym__expression] = STATE(2302), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1444), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1446), + [anon_sym_go] = ACTIONS(1448), + [anon_sym_spawn] = ACTIONS(1450), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1438), + [anon_sym_CARET] = ACTIONS(1438), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_LT_DASH] = ACTIONS(1458), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(1468), + [anon_sym_lock] = ACTIONS(1470), + [anon_sym_rlock] = ACTIONS(1470), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, - [721] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [685] = { + [sym__expression] = STATE(1771), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1590), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(2430), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(805), + [anon_sym_DASH] = ACTIONS(805), + [anon_sym_STAR] = ACTIONS(807), + [anon_sym_struct] = ACTIONS(809), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_go] = ACTIONS(815), + [anon_sym_spawn] = ACTIONS(817), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(821), + [anon_sym_TILDE] = ACTIONS(805), + [anon_sym_CARET] = ACTIONS(805), + [anon_sym_AMP] = ACTIONS(823), + [anon_sym_LT_DASH] = ACTIONS(825), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(829), + [anon_sym_DOLLARif] = ACTIONS(831), + [anon_sym_match] = ACTIONS(833), + [anon_sym_select] = ACTIONS(835), + [anon_sym_lock] = ACTIONS(837), + [anon_sym_rlock] = ACTIONS(837), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_sql] = ACTIONS(841), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), }, - [722] = { - [sym__expression] = STATE(1130), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1195), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(939), + [686] = { + [sym__expression] = STATE(2605), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(621), - [anon_sym_LPAREN] = ACTIONS(625), - [anon_sym_fn] = ACTIONS(629), - [anon_sym_PLUS] = ACTIONS(631), - [anon_sym_DASH] = ACTIONS(631), - [anon_sym_STAR] = ACTIONS(633), - [anon_sym_struct] = ACTIONS(637), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_go] = ACTIONS(645), - [anon_sym_spawn] = ACTIONS(647), - [anon_sym_json_DOTdecode] = ACTIONS(649), - [anon_sym_LBRACK2] = ACTIONS(651), - [anon_sym_TILDE] = ACTIONS(631), - [anon_sym_CARET] = ACTIONS(631), - [anon_sym_AMP] = ACTIONS(653), - [anon_sym_LT_DASH] = ACTIONS(655), - [sym_none] = ACTIONS(657), - [sym_true] = ACTIONS(657), - [sym_false] = ACTIONS(657), - [sym_nil] = ACTIONS(657), - [anon_sym_if] = ACTIONS(659), - [anon_sym_DOLLARif] = ACTIONS(661), - [anon_sym_match] = ACTIONS(663), - [anon_sym_select] = ACTIONS(665), - [anon_sym_lock] = ACTIONS(667), - [anon_sym_rlock] = ACTIONS(667), - [anon_sym_unsafe] = ACTIONS(669), - [anon_sym_sql] = ACTIONS(671), - [sym_int_literal] = ACTIONS(657), - [sym_float_literal] = ACTIONS(673), - [sym_rune_literal] = ACTIONS(673), - [anon_sym_AT] = ACTIONS(675), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(677), - [sym___single_quote] = ACTIONS(679), - [sym___c_double_quote] = ACTIONS(681), - [sym___c_single_quote] = ACTIONS(683), - [sym___r_double_quote] = ACTIONS(685), - [sym___r_single_quote] = ACTIONS(687), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [723] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2990), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2989), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [687] = { + [sym__expression] = STATE(988), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2821), + [anon_sym_DASH] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(2823), + [anon_sym_struct] = ACTIONS(501), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2825), + [anon_sym_go] = ACTIONS(2827), + [anon_sym_spawn] = ACTIONS(2829), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2821), + [anon_sym_CARET] = ACTIONS(2821), + [anon_sym_AMP] = ACTIONS(2831), + [anon_sym_LT_DASH] = ACTIONS(2833), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(2835), + [anon_sym_lock] = ACTIONS(2837), + [anon_sym_rlock] = ACTIONS(2837), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, - [724] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3677), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [688] = { + [sym__expression] = STATE(2269), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [725] = { - [sym__expression] = STATE(1781), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2546), + [689] = { + [sym__expression] = STATE(2620), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4201), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(2548), - [anon_sym_DASH] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2550), - [anon_sym_struct] = ACTIONS(809), + [anon_sym_DOT] = ACTIONS(1087), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_fn] = ACTIONS(1095), + [anon_sym_PLUS] = ACTIONS(2496), + [anon_sym_DASH] = ACTIONS(2496), + [anon_sym_STAR] = ACTIONS(2498), + [anon_sym_struct] = ACTIONS(1101), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2552), - [anon_sym_go] = ACTIONS(2554), - [anon_sym_spawn] = ACTIONS(2556), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_CARET] = ACTIONS(2548), - [anon_sym_AMP] = ACTIONS(2560), - [anon_sym_LT_DASH] = ACTIONS(2562), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(829), - [anon_sym_DOLLARif] = ACTIONS(831), - [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(2564), - [anon_sym_lock] = ACTIONS(2566), - [anon_sym_rlock] = ACTIONS(2566), - [anon_sym_unsafe] = ACTIONS(839), - [anon_sym_sql] = ACTIONS(841), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), + [anon_sym_BANG] = ACTIONS(2500), + [anon_sym_go] = ACTIONS(2502), + [anon_sym_spawn] = ACTIONS(2504), + [anon_sym_json_DOTdecode] = ACTIONS(1109), + [anon_sym_LBRACK2] = ACTIONS(1111), + [anon_sym_TILDE] = ACTIONS(2496), + [anon_sym_CARET] = ACTIONS(2496), + [anon_sym_AMP] = ACTIONS(2506), + [anon_sym_LT_DASH] = ACTIONS(2508), + [sym_none] = ACTIONS(1117), + [sym_true] = ACTIONS(1117), + [sym_false] = ACTIONS(1117), + [sym_nil] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), + [anon_sym_DOLLARif] = ACTIONS(1123), + [anon_sym_match] = ACTIONS(1125), + [anon_sym_select] = ACTIONS(2510), + [anon_sym_lock] = ACTIONS(2512), + [anon_sym_rlock] = ACTIONS(2512), + [anon_sym_unsafe] = ACTIONS(1131), + [anon_sym_sql] = ACTIONS(1133), + [sym_int_literal] = ACTIONS(1117), + [sym_float_literal] = ACTIONS(1135), + [sym_rune_literal] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), + [sym___double_quote] = ACTIONS(1139), + [sym___single_quote] = ACTIONS(1141), + [sym___c_double_quote] = ACTIONS(1143), + [sym___c_single_quote] = ACTIONS(1145), + [sym___r_double_quote] = ACTIONS(1147), + [sym___r_single_quote] = ACTIONS(1149), }, - [726] = { - [sym__expression] = STATE(1778), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4322), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2546), + [690] = { + [sym__expression] = STATE(2761), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(2548), - [anon_sym_DASH] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2550), - [anon_sym_struct] = ACTIONS(809), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2552), - [anon_sym_go] = ACTIONS(2554), - [anon_sym_spawn] = ACTIONS(2556), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_CARET] = ACTIONS(2548), - [anon_sym_AMP] = ACTIONS(2560), - [anon_sym_LT_DASH] = ACTIONS(2562), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(829), - [anon_sym_DOLLARif] = ACTIONS(831), - [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(2564), - [anon_sym_lock] = ACTIONS(2566), - [anon_sym_rlock] = ACTIONS(2566), - [anon_sym_unsafe] = ACTIONS(839), - [anon_sym_sql] = ACTIONS(841), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [727] = { - [sym__expression] = STATE(1270), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1175), + [691] = { + [sym__expression] = STATE(2822), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [728] = { - [sym__expression] = STATE(1820), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2546), + [692] = { + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2978), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2969), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(2548), - [anon_sym_DASH] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2550), - [anon_sym_struct] = ACTIONS(809), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2552), - [anon_sym_go] = ACTIONS(2554), - [anon_sym_spawn] = ACTIONS(2556), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_CARET] = ACTIONS(2548), - [anon_sym_AMP] = ACTIONS(2560), - [anon_sym_LT_DASH] = ACTIONS(2562), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(829), - [anon_sym_DOLLARif] = ACTIONS(831), - [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(2564), - [anon_sym_lock] = ACTIONS(2566), - [anon_sym_rlock] = ACTIONS(2566), - [anon_sym_unsafe] = ACTIONS(839), - [anon_sym_sql] = ACTIONS(841), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [729] = { - [sym__expression] = STATE(1270), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4271), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1175), + [693] = { + [ts_builtin_sym_end] = ACTIONS(2989), + [sym_identifier] = ACTIONS(2991), + [anon_sym_LF] = ACTIONS(2991), + [anon_sym_CR] = ACTIONS(2991), + [anon_sym_CR_LF] = ACTIONS(2991), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2991), + [anon_sym_as] = ACTIONS(2991), + [anon_sym_LBRACE] = ACTIONS(2991), + [anon_sym_COMMA] = ACTIONS(2991), + [anon_sym_const] = ACTIONS(2991), + [anon_sym_LPAREN] = ACTIONS(2991), + [anon_sym_EQ] = ACTIONS(2991), + [anon_sym___global] = ACTIONS(2991), + [anon_sym_type] = ACTIONS(2991), + [anon_sym_PIPE] = ACTIONS(2991), + [anon_sym_fn] = ACTIONS(2991), + [anon_sym_PLUS] = ACTIONS(2991), + [anon_sym_DASH] = ACTIONS(2991), + [anon_sym_STAR] = ACTIONS(2991), + [anon_sym_SLASH] = ACTIONS(2991), + [anon_sym_PERCENT] = ACTIONS(2991), + [anon_sym_LT] = ACTIONS(2991), + [anon_sym_GT] = ACTIONS(2991), + [anon_sym_EQ_EQ] = ACTIONS(2991), + [anon_sym_BANG_EQ] = ACTIONS(2991), + [anon_sym_LT_EQ] = ACTIONS(2991), + [anon_sym_GT_EQ] = ACTIONS(2991), + [anon_sym_LBRACK] = ACTIONS(2989), + [anon_sym_LT2] = ACTIONS(2991), + [anon_sym_struct] = ACTIONS(2991), + [anon_sym_union] = ACTIONS(2991), + [anon_sym_pub] = ACTIONS(2991), + [anon_sym_mut] = ACTIONS(2991), + [anon_sym_enum] = ACTIONS(2991), + [anon_sym_interface] = ACTIONS(2991), + [anon_sym_PLUS_PLUS] = ACTIONS(2991), + [anon_sym_DASH_DASH] = ACTIONS(2991), + [anon_sym_QMARK] = ACTIONS(2991), + [anon_sym_BANG] = ACTIONS(2991), + [anon_sym_go] = ACTIONS(2991), + [anon_sym_spawn] = ACTIONS(2991), + [anon_sym_json_DOTdecode] = ACTIONS(2991), + [anon_sym_LBRACK2] = ACTIONS(2991), + [anon_sym_TILDE] = ACTIONS(2991), + [anon_sym_CARET] = ACTIONS(2991), + [anon_sym_AMP] = ACTIONS(2991), + [anon_sym_LT_DASH] = ACTIONS(2991), + [anon_sym_LT_LT] = ACTIONS(2991), + [anon_sym_GT_GT] = ACTIONS(2991), + [anon_sym_GT_GT_GT] = ACTIONS(2991), + [anon_sym_AMP_CARET] = ACTIONS(2991), + [anon_sym_AMP_AMP] = ACTIONS(2991), + [anon_sym_PIPE_PIPE] = ACTIONS(2991), + [anon_sym_or] = ACTIONS(2991), + [sym_none] = ACTIONS(2991), + [sym_true] = ACTIONS(2991), + [sym_false] = ACTIONS(2991), + [sym_nil] = ACTIONS(2991), + [anon_sym_QMARK_DOT] = ACTIONS(2991), + [anon_sym_POUND_LBRACK] = ACTIONS(2991), + [anon_sym_if] = ACTIONS(2991), + [anon_sym_DOLLARif] = ACTIONS(2991), + [anon_sym_is] = ACTIONS(2991), + [anon_sym_BANGis] = ACTIONS(2991), + [anon_sym_in] = ACTIONS(2991), + [anon_sym_BANGin] = ACTIONS(2991), + [anon_sym_match] = ACTIONS(2991), + [anon_sym_select] = ACTIONS(2991), + [anon_sym_STAR_EQ] = ACTIONS(2991), + [anon_sym_SLASH_EQ] = ACTIONS(2991), + [anon_sym_PERCENT_EQ] = ACTIONS(2991), + [anon_sym_LT_LT_EQ] = ACTIONS(2991), + [anon_sym_GT_GT_EQ] = ACTIONS(2991), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2991), + [anon_sym_AMP_EQ] = ACTIONS(2991), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2991), + [anon_sym_PLUS_EQ] = ACTIONS(2991), + [anon_sym_DASH_EQ] = ACTIONS(2991), + [anon_sym_PIPE_EQ] = ACTIONS(2991), + [anon_sym_CARET_EQ] = ACTIONS(2991), + [anon_sym_COLON_EQ] = ACTIONS(2991), + [anon_sym_lock] = ACTIONS(2991), + [anon_sym_rlock] = ACTIONS(2991), + [anon_sym_unsafe] = ACTIONS(2991), + [anon_sym_sql] = ACTIONS(2991), + [sym_int_literal] = ACTIONS(2991), + [sym_float_literal] = ACTIONS(2991), + [sym_rune_literal] = ACTIONS(2991), + [anon_sym_AT] = ACTIONS(2991), + [anon_sym_shared] = ACTIONS(2991), + [anon_sym_map_LBRACK] = ACTIONS(2991), + [anon_sym_chan] = ACTIONS(2991), + [anon_sym_thread] = ACTIONS(2991), + [anon_sym_atomic] = ACTIONS(2991), + [anon_sym_assert] = ACTIONS(2991), + [anon_sym_defer] = ACTIONS(2991), + [anon_sym_goto] = ACTIONS(2991), + [anon_sym_break] = ACTIONS(2991), + [anon_sym_continue] = ACTIONS(2991), + [anon_sym_return] = ACTIONS(2991), + [anon_sym_DOLLARfor] = ACTIONS(2991), + [anon_sym_for] = ACTIONS(2991), + [anon_sym_POUND] = ACTIONS(2991), + [anon_sym_asm] = ACTIONS(2991), + [anon_sym_AT_LBRACK] = ACTIONS(2991), + [sym___double_quote] = ACTIONS(2991), + [sym___single_quote] = ACTIONS(2991), + [sym___c_double_quote] = ACTIONS(2991), + [sym___c_single_quote] = ACTIONS(2991), + [sym___r_double_quote] = ACTIONS(2991), + [sym___r_single_quote] = ACTIONS(2991), + }, + [694] = { + [sym__expression] = STATE(985), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2821), + [anon_sym_DASH] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(2823), + [anon_sym_struct] = ACTIONS(501), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(2825), + [anon_sym_go] = ACTIONS(2827), + [anon_sym_spawn] = ACTIONS(2829), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2821), + [anon_sym_CARET] = ACTIONS(2821), + [anon_sym_AMP] = ACTIONS(2831), + [anon_sym_LT_DASH] = ACTIONS(2833), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(2835), + [anon_sym_lock] = ACTIONS(2837), + [anon_sym_rlock] = ACTIONS(2837), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, - [730] = { - [sym__expression] = STATE(1270), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4275), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1175), + [695] = { + [sym__expression] = STATE(2757), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3681), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2166), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(2168), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2174), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [731] = { - [sym__expression] = STATE(1271), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1175), + [696] = { + [sym__expression] = STATE(2759), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [732] = { - [sym__expression] = STATE(1272), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1175), + [697] = { + [sym__expression] = STATE(2656), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [733] = { - [sym__expression] = STATE(1888), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2546), + [698] = { + [ts_builtin_sym_end] = ACTIONS(2993), + [sym_identifier] = ACTIONS(2995), + [anon_sym_LF] = ACTIONS(2995), + [anon_sym_CR] = ACTIONS(2995), + [anon_sym_CR_LF] = ACTIONS(2995), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2995), + [anon_sym_as] = ACTIONS(2995), + [anon_sym_LBRACE] = ACTIONS(2995), + [anon_sym_COMMA] = ACTIONS(2995), + [anon_sym_const] = ACTIONS(2995), + [anon_sym_LPAREN] = ACTIONS(2995), + [anon_sym_EQ] = ACTIONS(2995), + [anon_sym___global] = ACTIONS(2995), + [anon_sym_type] = ACTIONS(2995), + [anon_sym_PIPE] = ACTIONS(2995), + [anon_sym_fn] = ACTIONS(2995), + [anon_sym_PLUS] = ACTIONS(2995), + [anon_sym_DASH] = ACTIONS(2995), + [anon_sym_STAR] = ACTIONS(2995), + [anon_sym_SLASH] = ACTIONS(2995), + [anon_sym_PERCENT] = ACTIONS(2995), + [anon_sym_LT] = ACTIONS(2995), + [anon_sym_GT] = ACTIONS(2995), + [anon_sym_EQ_EQ] = ACTIONS(2995), + [anon_sym_BANG_EQ] = ACTIONS(2995), + [anon_sym_LT_EQ] = ACTIONS(2995), + [anon_sym_GT_EQ] = ACTIONS(2995), + [anon_sym_LBRACK] = ACTIONS(2993), + [anon_sym_LT2] = ACTIONS(2995), + [anon_sym_struct] = ACTIONS(2995), + [anon_sym_union] = ACTIONS(2995), + [anon_sym_pub] = ACTIONS(2995), + [anon_sym_mut] = ACTIONS(2995), + [anon_sym_enum] = ACTIONS(2995), + [anon_sym_interface] = ACTIONS(2995), + [anon_sym_PLUS_PLUS] = ACTIONS(2995), + [anon_sym_DASH_DASH] = ACTIONS(2995), + [anon_sym_QMARK] = ACTIONS(2995), + [anon_sym_BANG] = ACTIONS(2995), + [anon_sym_go] = ACTIONS(2995), + [anon_sym_spawn] = ACTIONS(2995), + [anon_sym_json_DOTdecode] = ACTIONS(2995), + [anon_sym_LBRACK2] = ACTIONS(2995), + [anon_sym_TILDE] = ACTIONS(2995), + [anon_sym_CARET] = ACTIONS(2995), + [anon_sym_AMP] = ACTIONS(2995), + [anon_sym_LT_DASH] = ACTIONS(2995), + [anon_sym_LT_LT] = ACTIONS(2995), + [anon_sym_GT_GT] = ACTIONS(2995), + [anon_sym_GT_GT_GT] = ACTIONS(2995), + [anon_sym_AMP_CARET] = ACTIONS(2995), + [anon_sym_AMP_AMP] = ACTIONS(2995), + [anon_sym_PIPE_PIPE] = ACTIONS(2995), + [anon_sym_or] = ACTIONS(2995), + [sym_none] = ACTIONS(2995), + [sym_true] = ACTIONS(2995), + [sym_false] = ACTIONS(2995), + [sym_nil] = ACTIONS(2995), + [anon_sym_QMARK_DOT] = ACTIONS(2995), + [anon_sym_POUND_LBRACK] = ACTIONS(2995), + [anon_sym_if] = ACTIONS(2995), + [anon_sym_DOLLARif] = ACTIONS(2995), + [anon_sym_is] = ACTIONS(2995), + [anon_sym_BANGis] = ACTIONS(2995), + [anon_sym_in] = ACTIONS(2995), + [anon_sym_BANGin] = ACTIONS(2995), + [anon_sym_match] = ACTIONS(2995), + [anon_sym_select] = ACTIONS(2995), + [anon_sym_STAR_EQ] = ACTIONS(2995), + [anon_sym_SLASH_EQ] = ACTIONS(2995), + [anon_sym_PERCENT_EQ] = ACTIONS(2995), + [anon_sym_LT_LT_EQ] = ACTIONS(2995), + [anon_sym_GT_GT_EQ] = ACTIONS(2995), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2995), + [anon_sym_AMP_EQ] = ACTIONS(2995), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2995), + [anon_sym_PLUS_EQ] = ACTIONS(2995), + [anon_sym_DASH_EQ] = ACTIONS(2995), + [anon_sym_PIPE_EQ] = ACTIONS(2995), + [anon_sym_CARET_EQ] = ACTIONS(2995), + [anon_sym_COLON_EQ] = ACTIONS(2995), + [anon_sym_lock] = ACTIONS(2995), + [anon_sym_rlock] = ACTIONS(2995), + [anon_sym_unsafe] = ACTIONS(2995), + [anon_sym_sql] = ACTIONS(2995), + [sym_int_literal] = ACTIONS(2995), + [sym_float_literal] = ACTIONS(2995), + [sym_rune_literal] = ACTIONS(2995), + [anon_sym_AT] = ACTIONS(2995), + [anon_sym_shared] = ACTIONS(2995), + [anon_sym_map_LBRACK] = ACTIONS(2995), + [anon_sym_chan] = ACTIONS(2995), + [anon_sym_thread] = ACTIONS(2995), + [anon_sym_atomic] = ACTIONS(2995), + [anon_sym_assert] = ACTIONS(2995), + [anon_sym_defer] = ACTIONS(2995), + [anon_sym_goto] = ACTIONS(2995), + [anon_sym_break] = ACTIONS(2995), + [anon_sym_continue] = ACTIONS(2995), + [anon_sym_return] = ACTIONS(2995), + [anon_sym_DOLLARfor] = ACTIONS(2995), + [anon_sym_for] = ACTIONS(2995), + [anon_sym_POUND] = ACTIONS(2995), + [anon_sym_asm] = ACTIONS(2995), + [anon_sym_AT_LBRACK] = ACTIONS(2995), + [sym___double_quote] = ACTIONS(2995), + [sym___single_quote] = ACTIONS(2995), + [sym___c_double_quote] = ACTIONS(2995), + [sym___c_single_quote] = ACTIONS(2995), + [sym___r_double_quote] = ACTIONS(2995), + [sym___r_single_quote] = ACTIONS(2995), + }, + [699] = { + [ts_builtin_sym_end] = ACTIONS(2468), + [sym_identifier] = ACTIONS(2470), + [anon_sym_LF] = ACTIONS(2470), + [anon_sym_CR] = ACTIONS(2470), + [anon_sym_CR_LF] = ACTIONS(2470), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2470), + [anon_sym_as] = ACTIONS(2470), + [anon_sym_LBRACE] = ACTIONS(2470), + [anon_sym_COMMA] = ACTIONS(2470), + [anon_sym_const] = ACTIONS(2470), + [anon_sym_LPAREN] = ACTIONS(2470), + [anon_sym_EQ] = ACTIONS(2470), + [anon_sym___global] = ACTIONS(2470), + [anon_sym_type] = ACTIONS(2470), + [anon_sym_PIPE] = ACTIONS(2470), + [anon_sym_fn] = ACTIONS(2470), + [anon_sym_PLUS] = ACTIONS(2470), + [anon_sym_DASH] = ACTIONS(2470), + [anon_sym_STAR] = ACTIONS(2470), + [anon_sym_SLASH] = ACTIONS(2470), + [anon_sym_PERCENT] = ACTIONS(2470), + [anon_sym_LT] = ACTIONS(2470), + [anon_sym_GT] = ACTIONS(2470), + [anon_sym_EQ_EQ] = ACTIONS(2470), + [anon_sym_BANG_EQ] = ACTIONS(2470), + [anon_sym_LT_EQ] = ACTIONS(2470), + [anon_sym_GT_EQ] = ACTIONS(2470), + [anon_sym_LBRACK] = ACTIONS(2468), + [anon_sym_LT2] = ACTIONS(2470), + [anon_sym_struct] = ACTIONS(2470), + [anon_sym_union] = ACTIONS(2470), + [anon_sym_pub] = ACTIONS(2470), + [anon_sym_mut] = ACTIONS(2470), + [anon_sym_enum] = ACTIONS(2470), + [anon_sym_interface] = ACTIONS(2470), + [anon_sym_PLUS_PLUS] = ACTIONS(2470), + [anon_sym_DASH_DASH] = ACTIONS(2470), + [anon_sym_QMARK] = ACTIONS(2470), + [anon_sym_BANG] = ACTIONS(2470), + [anon_sym_go] = ACTIONS(2470), + [anon_sym_spawn] = ACTIONS(2470), + [anon_sym_json_DOTdecode] = ACTIONS(2470), + [anon_sym_LBRACK2] = ACTIONS(2470), + [anon_sym_TILDE] = ACTIONS(2470), + [anon_sym_CARET] = ACTIONS(2470), + [anon_sym_AMP] = ACTIONS(2470), + [anon_sym_LT_DASH] = ACTIONS(2470), + [anon_sym_LT_LT] = ACTIONS(2470), + [anon_sym_GT_GT] = ACTIONS(2470), + [anon_sym_GT_GT_GT] = ACTIONS(2470), + [anon_sym_AMP_CARET] = ACTIONS(2470), + [anon_sym_AMP_AMP] = ACTIONS(2470), + [anon_sym_PIPE_PIPE] = ACTIONS(2470), + [anon_sym_or] = ACTIONS(2470), + [sym_none] = ACTIONS(2470), + [sym_true] = ACTIONS(2470), + [sym_false] = ACTIONS(2470), + [sym_nil] = ACTIONS(2470), + [anon_sym_QMARK_DOT] = ACTIONS(2470), + [anon_sym_POUND_LBRACK] = ACTIONS(2470), + [anon_sym_if] = ACTIONS(2470), + [anon_sym_DOLLARif] = ACTIONS(2470), + [anon_sym_is] = ACTIONS(2470), + [anon_sym_BANGis] = ACTIONS(2470), + [anon_sym_in] = ACTIONS(2470), + [anon_sym_BANGin] = ACTIONS(2470), + [anon_sym_match] = ACTIONS(2470), + [anon_sym_select] = ACTIONS(2470), + [anon_sym_STAR_EQ] = ACTIONS(2470), + [anon_sym_SLASH_EQ] = ACTIONS(2470), + [anon_sym_PERCENT_EQ] = ACTIONS(2470), + [anon_sym_LT_LT_EQ] = ACTIONS(2470), + [anon_sym_GT_GT_EQ] = ACTIONS(2470), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2470), + [anon_sym_AMP_EQ] = ACTIONS(2470), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2470), + [anon_sym_PLUS_EQ] = ACTIONS(2470), + [anon_sym_DASH_EQ] = ACTIONS(2470), + [anon_sym_PIPE_EQ] = ACTIONS(2470), + [anon_sym_CARET_EQ] = ACTIONS(2470), + [anon_sym_COLON_EQ] = ACTIONS(2470), + [anon_sym_lock] = ACTIONS(2470), + [anon_sym_rlock] = ACTIONS(2470), + [anon_sym_unsafe] = ACTIONS(2470), + [anon_sym_sql] = ACTIONS(2470), + [sym_int_literal] = ACTIONS(2470), + [sym_float_literal] = ACTIONS(2470), + [sym_rune_literal] = ACTIONS(2470), + [anon_sym_AT] = ACTIONS(2470), + [anon_sym_shared] = ACTIONS(2470), + [anon_sym_map_LBRACK] = ACTIONS(2470), + [anon_sym_chan] = ACTIONS(2470), + [anon_sym_thread] = ACTIONS(2470), + [anon_sym_atomic] = ACTIONS(2470), + [anon_sym_assert] = ACTIONS(2470), + [anon_sym_defer] = ACTIONS(2470), + [anon_sym_goto] = ACTIONS(2470), + [anon_sym_break] = ACTIONS(2470), + [anon_sym_continue] = ACTIONS(2470), + [anon_sym_return] = ACTIONS(2470), + [anon_sym_DOLLARfor] = ACTIONS(2470), + [anon_sym_for] = ACTIONS(2470), + [anon_sym_POUND] = ACTIONS(2470), + [anon_sym_asm] = ACTIONS(2470), + [anon_sym_AT_LBRACK] = ACTIONS(2470), + [sym___double_quote] = ACTIONS(2470), + [sym___single_quote] = ACTIONS(2470), + [sym___c_double_quote] = ACTIONS(2470), + [sym___c_single_quote] = ACTIONS(2470), + [sym___r_double_quote] = ACTIONS(2470), + [sym___r_single_quote] = ACTIONS(2470), + }, + [700] = { + [sym__expression] = STATE(2754), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [701] = { + [sym__expression] = STATE(2655), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [702] = { + [ts_builtin_sym_end] = ACTIONS(2997), + [sym_identifier] = ACTIONS(2999), + [anon_sym_LF] = ACTIONS(2999), + [anon_sym_CR] = ACTIONS(2999), + [anon_sym_CR_LF] = ACTIONS(2999), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2999), + [anon_sym_as] = ACTIONS(2999), + [anon_sym_LBRACE] = ACTIONS(2999), + [anon_sym_COMMA] = ACTIONS(2999), + [anon_sym_const] = ACTIONS(2999), + [anon_sym_LPAREN] = ACTIONS(2999), + [anon_sym_EQ] = ACTIONS(2999), + [anon_sym___global] = ACTIONS(2999), + [anon_sym_type] = ACTIONS(2999), + [anon_sym_PIPE] = ACTIONS(2999), + [anon_sym_fn] = ACTIONS(2999), + [anon_sym_PLUS] = ACTIONS(2999), + [anon_sym_DASH] = ACTIONS(2999), + [anon_sym_STAR] = ACTIONS(2999), + [anon_sym_SLASH] = ACTIONS(2999), + [anon_sym_PERCENT] = ACTIONS(2999), + [anon_sym_LT] = ACTIONS(2999), + [anon_sym_GT] = ACTIONS(2999), + [anon_sym_EQ_EQ] = ACTIONS(2999), + [anon_sym_BANG_EQ] = ACTIONS(2999), + [anon_sym_LT_EQ] = ACTIONS(2999), + [anon_sym_GT_EQ] = ACTIONS(2999), + [anon_sym_LBRACK] = ACTIONS(2997), + [anon_sym_LT2] = ACTIONS(2999), + [anon_sym_struct] = ACTIONS(2999), + [anon_sym_union] = ACTIONS(2999), + [anon_sym_pub] = ACTIONS(2999), + [anon_sym_mut] = ACTIONS(2999), + [anon_sym_enum] = ACTIONS(2999), + [anon_sym_interface] = ACTIONS(2999), + [anon_sym_PLUS_PLUS] = ACTIONS(2999), + [anon_sym_DASH_DASH] = ACTIONS(2999), + [anon_sym_QMARK] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(2999), + [anon_sym_go] = ACTIONS(2999), + [anon_sym_spawn] = ACTIONS(2999), + [anon_sym_json_DOTdecode] = ACTIONS(2999), + [anon_sym_LBRACK2] = ACTIONS(2999), + [anon_sym_TILDE] = ACTIONS(2999), + [anon_sym_CARET] = ACTIONS(2999), + [anon_sym_AMP] = ACTIONS(2999), + [anon_sym_LT_DASH] = ACTIONS(2999), + [anon_sym_LT_LT] = ACTIONS(2999), + [anon_sym_GT_GT] = ACTIONS(2999), + [anon_sym_GT_GT_GT] = ACTIONS(2999), + [anon_sym_AMP_CARET] = ACTIONS(2999), + [anon_sym_AMP_AMP] = ACTIONS(2999), + [anon_sym_PIPE_PIPE] = ACTIONS(2999), + [anon_sym_or] = ACTIONS(2999), + [sym_none] = ACTIONS(2999), + [sym_true] = ACTIONS(2999), + [sym_false] = ACTIONS(2999), + [sym_nil] = ACTIONS(2999), + [anon_sym_QMARK_DOT] = ACTIONS(2999), + [anon_sym_POUND_LBRACK] = ACTIONS(2999), + [anon_sym_if] = ACTIONS(2999), + [anon_sym_DOLLARif] = ACTIONS(2999), + [anon_sym_is] = ACTIONS(2999), + [anon_sym_BANGis] = ACTIONS(2999), + [anon_sym_in] = ACTIONS(2999), + [anon_sym_BANGin] = ACTIONS(2999), + [anon_sym_match] = ACTIONS(2999), + [anon_sym_select] = ACTIONS(2999), + [anon_sym_STAR_EQ] = ACTIONS(2999), + [anon_sym_SLASH_EQ] = ACTIONS(2999), + [anon_sym_PERCENT_EQ] = ACTIONS(2999), + [anon_sym_LT_LT_EQ] = ACTIONS(2999), + [anon_sym_GT_GT_EQ] = ACTIONS(2999), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2999), + [anon_sym_AMP_EQ] = ACTIONS(2999), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2999), + [anon_sym_PLUS_EQ] = ACTIONS(2999), + [anon_sym_DASH_EQ] = ACTIONS(2999), + [anon_sym_PIPE_EQ] = ACTIONS(2999), + [anon_sym_CARET_EQ] = ACTIONS(2999), + [anon_sym_COLON_EQ] = ACTIONS(2999), + [anon_sym_lock] = ACTIONS(2999), + [anon_sym_rlock] = ACTIONS(2999), + [anon_sym_unsafe] = ACTIONS(2999), + [anon_sym_sql] = ACTIONS(2999), + [sym_int_literal] = ACTIONS(2999), + [sym_float_literal] = ACTIONS(2999), + [sym_rune_literal] = ACTIONS(2999), + [anon_sym_AT] = ACTIONS(2999), + [anon_sym_shared] = ACTIONS(2999), + [anon_sym_map_LBRACK] = ACTIONS(2999), + [anon_sym_chan] = ACTIONS(2999), + [anon_sym_thread] = ACTIONS(2999), + [anon_sym_atomic] = ACTIONS(2999), + [anon_sym_assert] = ACTIONS(2999), + [anon_sym_defer] = ACTIONS(2999), + [anon_sym_goto] = ACTIONS(2999), + [anon_sym_break] = ACTIONS(2999), + [anon_sym_continue] = ACTIONS(2999), + [anon_sym_return] = ACTIONS(2999), + [anon_sym_DOLLARfor] = ACTIONS(2999), + [anon_sym_for] = ACTIONS(2999), + [anon_sym_POUND] = ACTIONS(2999), + [anon_sym_asm] = ACTIONS(2999), + [anon_sym_AT_LBRACK] = ACTIONS(2999), + [sym___double_quote] = ACTIONS(2999), + [sym___single_quote] = ACTIONS(2999), + [sym___c_double_quote] = ACTIONS(2999), + [sym___c_single_quote] = ACTIONS(2999), + [sym___r_double_quote] = ACTIONS(2999), + [sym___r_single_quote] = ACTIONS(2999), + }, + [703] = { + [sym__expression] = STATE(1784), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2428), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), + [anon_sym_LBRACE] = ACTIONS(2430), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(2548), - [anon_sym_DASH] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2550), + [anon_sym_PLUS] = ACTIONS(2432), + [anon_sym_DASH] = ACTIONS(2432), + [anon_sym_STAR] = ACTIONS(2434), [anon_sym_struct] = ACTIONS(809), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2552), - [anon_sym_go] = ACTIONS(2554), - [anon_sym_spawn] = ACTIONS(2556), + [anon_sym_BANG] = ACTIONS(2436), + [anon_sym_go] = ACTIONS(2438), + [anon_sym_spawn] = ACTIONS(2440), [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_CARET] = ACTIONS(2548), - [anon_sym_AMP] = ACTIONS(2560), - [anon_sym_LT_DASH] = ACTIONS(2562), + [anon_sym_LBRACK2] = ACTIONS(2442), + [anon_sym_TILDE] = ACTIONS(2432), + [anon_sym_CARET] = ACTIONS(2432), + [anon_sym_AMP] = ACTIONS(2444), + [anon_sym_LT_DASH] = ACTIONS(2446), [sym_none] = ACTIONS(827), [sym_true] = ACTIONS(827), [sym_false] = ACTIONS(827), @@ -110761,9 +107544,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(829), [anon_sym_DOLLARif] = ACTIONS(831), [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(2564), - [anon_sym_lock] = ACTIONS(2566), - [anon_sym_rlock] = ACTIONS(2566), + [anon_sym_select] = ACTIONS(2448), + [anon_sym_lock] = ACTIONS(2450), + [anon_sym_rlock] = ACTIONS(2450), [anon_sym_unsafe] = ACTIONS(839), [anon_sym_sql] = ACTIONS(841), [sym_int_literal] = ACTIONS(827), @@ -110782,206 +107565,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(855), [sym___r_single_quote] = ACTIONS(857), }, - [734] = { - [sym__expression] = STATE(2154), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2744), - [anon_sym_DASH] = ACTIONS(2744), - [anon_sym_STAR] = ACTIONS(2746), - [anon_sym_struct] = ACTIONS(2650), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_go] = ACTIONS(2750), - [anon_sym_spawn] = ACTIONS(2752), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2744), - [anon_sym_CARET] = ACTIONS(2744), - [anon_sym_AMP] = ACTIONS(2754), - [anon_sym_LT_DASH] = ACTIONS(2756), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2758), - [anon_sym_lock] = ACTIONS(2760), - [anon_sym_rlock] = ACTIONS(2760), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), - }, - [735] = { - [sym__expression] = STATE(1778), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4323), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2546), + [704] = { + [sym__expression] = STATE(1766), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4336), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2428), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), + [anon_sym_LBRACE] = ACTIONS(2430), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(2548), - [anon_sym_DASH] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2550), + [anon_sym_PLUS] = ACTIONS(2432), + [anon_sym_DASH] = ACTIONS(2432), + [anon_sym_STAR] = ACTIONS(2434), [anon_sym_struct] = ACTIONS(809), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2552), - [anon_sym_go] = ACTIONS(2554), - [anon_sym_spawn] = ACTIONS(2556), + [anon_sym_BANG] = ACTIONS(2436), + [anon_sym_go] = ACTIONS(2438), + [anon_sym_spawn] = ACTIONS(2440), [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_CARET] = ACTIONS(2548), - [anon_sym_AMP] = ACTIONS(2560), - [anon_sym_LT_DASH] = ACTIONS(2562), + [anon_sym_LBRACK2] = ACTIONS(2442), + [anon_sym_TILDE] = ACTIONS(2432), + [anon_sym_CARET] = ACTIONS(2432), + [anon_sym_AMP] = ACTIONS(2444), + [anon_sym_LT_DASH] = ACTIONS(2446), [sym_none] = ACTIONS(827), [sym_true] = ACTIONS(827), [sym_false] = ACTIONS(827), @@ -110989,9 +107658,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(829), [anon_sym_DOLLARif] = ACTIONS(831), [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(2564), - [anon_sym_lock] = ACTIONS(2566), - [anon_sym_rlock] = ACTIONS(2566), + [anon_sym_select] = ACTIONS(2448), + [anon_sym_lock] = ACTIONS(2450), + [anon_sym_rlock] = ACTIONS(2450), [anon_sym_unsafe] = ACTIONS(839), [anon_sym_sql] = ACTIONS(841), [sym_int_literal] = ACTIONS(827), @@ -111010,320 +107679,320 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(855), [sym___r_single_quote] = ACTIONS(857), }, - [736] = { - [sym__expression] = STATE(1270), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4276), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1175), + [705] = { + [sym__expression] = STATE(2675), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [737] = { - [sym__expression] = STATE(2317), - [sym__expression_without_blocks] = STATE(2245), - [sym__expression_with_blocks] = STATE(2245), - [sym_inc_expression] = STATE(2245), - [sym_dec_expression] = STATE(2245), - [sym_or_block_expression] = STATE(2245), - [sym_option_propagation_expression] = STATE(2245), - [sym_result_propagation_expression] = STATE(2245), - [sym_anon_struct_value_expression] = STATE(2233), - [sym_go_expression] = STATE(2245), - [sym_spawn_expression] = STATE(2245), - [sym_parenthesized_expression] = STATE(2245), - [sym_call_expression] = STATE(2245), - [sym_type_initializer] = STATE(2233), - [sym_function_literal] = STATE(2245), - [sym_reference_expression] = STATE(2232), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2245), - [sym_receive_expression] = STATE(2245), - [sym_binary_expression] = STATE(2245), - [sym_as_type_cast_expression] = STATE(2245), - [sym__max_group] = STATE(2245), - [sym_literal] = STATE(2245), - [sym_map_init_expression] = STATE(2233), - [sym_array_creation] = STATE(2245), - [sym_fixed_array_creation] = STATE(2245), - [sym_selector_expression] = STATE(2245), - [sym_index_expression] = STATE(2245), - [sym_slice_expression] = STATE(2245), - [sym_if_expression] = STATE(2233), - [sym_compile_time_if_expression] = STATE(2233), - [sym_is_expression] = STATE(2245), - [sym_not_is_expression] = STATE(2245), - [sym_in_expression] = STATE(2245), - [sym_not_in_expression] = STATE(2245), - [sym_enum_fetch] = STATE(2245), - [sym_match_expression] = STATE(2233), - [sym_select_expression] = STATE(2233), - [sym_lock_expression] = STATE(2233), - [sym_unsafe_expression] = STATE(2233), - [sym_sql_expression] = STATE(2233), - [sym_c_string_literal] = STATE(2249), - [sym_raw_string_literal] = STATE(2249), - [sym_interpreted_string_literal] = STATE(2249), - [sym_pseudo_compile_time_identifier] = STATE(2245), - [sym_mutability_modifiers] = STATE(827), - [sym_plain_type] = STATE(4353), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2636), + [706] = { + [sym__expression] = STATE(986), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2638), - [anon_sym_LBRACE] = ACTIONS(2640), - [anon_sym_LPAREN] = ACTIONS(2642), - [anon_sym_fn] = ACTIONS(2644), - [anon_sym_PLUS] = ACTIONS(2744), - [anon_sym_DASH] = ACTIONS(2744), - [anon_sym_STAR] = ACTIONS(2746), - [anon_sym_struct] = ACTIONS(2650), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2821), + [anon_sym_DASH] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(2823), + [anon_sym_struct] = ACTIONS(501), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2748), - [anon_sym_go] = ACTIONS(2750), - [anon_sym_spawn] = ACTIONS(2752), - [anon_sym_json_DOTdecode] = ACTIONS(2658), - [anon_sym_LBRACK2] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2744), - [anon_sym_CARET] = ACTIONS(2744), - [anon_sym_AMP] = ACTIONS(2754), - [anon_sym_LT_DASH] = ACTIONS(2756), - [sym_none] = ACTIONS(2666), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_nil] = ACTIONS(2666), - [anon_sym_if] = ACTIONS(2668), - [anon_sym_DOLLARif] = ACTIONS(2670), - [anon_sym_match] = ACTIONS(2672), - [anon_sym_select] = ACTIONS(2758), - [anon_sym_lock] = ACTIONS(2760), - [anon_sym_rlock] = ACTIONS(2760), - [anon_sym_unsafe] = ACTIONS(2678), - [anon_sym_sql] = ACTIONS(2680), - [sym_int_literal] = ACTIONS(2666), - [sym_float_literal] = ACTIONS(2682), - [sym_rune_literal] = ACTIONS(2682), - [anon_sym_AT] = ACTIONS(2684), + [anon_sym_BANG] = ACTIONS(2825), + [anon_sym_go] = ACTIONS(2827), + [anon_sym_spawn] = ACTIONS(2829), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2821), + [anon_sym_CARET] = ACTIONS(2821), + [anon_sym_AMP] = ACTIONS(2831), + [anon_sym_LT_DASH] = ACTIONS(2833), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(2835), + [anon_sym_lock] = ACTIONS(2837), + [anon_sym_rlock] = ACTIONS(2837), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2686), - [sym___single_quote] = ACTIONS(2688), - [sym___c_double_quote] = ACTIONS(2690), - [sym___c_single_quote] = ACTIONS(2692), - [sym___r_double_quote] = ACTIONS(2694), - [sym___r_single_quote] = ACTIONS(2696), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, - [738] = { - [sym__expression] = STATE(1778), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4327), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2546), + [707] = { + [sym__expression] = STATE(1878), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2428), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), + [anon_sym_LBRACE] = ACTIONS(2430), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(2548), - [anon_sym_DASH] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2550), + [anon_sym_PLUS] = ACTIONS(2432), + [anon_sym_DASH] = ACTIONS(2432), + [anon_sym_STAR] = ACTIONS(2434), [anon_sym_struct] = ACTIONS(809), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2552), - [anon_sym_go] = ACTIONS(2554), - [anon_sym_spawn] = ACTIONS(2556), + [anon_sym_BANG] = ACTIONS(2436), + [anon_sym_go] = ACTIONS(2438), + [anon_sym_spawn] = ACTIONS(2440), [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_CARET] = ACTIONS(2548), - [anon_sym_AMP] = ACTIONS(2560), - [anon_sym_LT_DASH] = ACTIONS(2562), + [anon_sym_LBRACK2] = ACTIONS(2442), + [anon_sym_TILDE] = ACTIONS(2432), + [anon_sym_CARET] = ACTIONS(2432), + [anon_sym_AMP] = ACTIONS(2444), + [anon_sym_LT_DASH] = ACTIONS(2446), [sym_none] = ACTIONS(827), [sym_true] = ACTIONS(827), [sym_false] = ACTIONS(827), @@ -111331,9 +108000,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(829), [anon_sym_DOLLARif] = ACTIONS(831), [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(2564), - [anon_sym_lock] = ACTIONS(2566), - [anon_sym_rlock] = ACTIONS(2566), + [anon_sym_select] = ACTIONS(2448), + [anon_sym_lock] = ACTIONS(2450), + [anon_sym_rlock] = ACTIONS(2450), [anon_sym_unsafe] = ACTIONS(839), [anon_sym_sql] = ACTIONS(841), [sym_int_literal] = ACTIONS(827), @@ -111352,92 +108021,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(855), [sym___r_single_quote] = ACTIONS(857), }, - [739] = { - [sym__expression] = STATE(1778), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2546), + [708] = { + [sym__expression] = STATE(1874), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2428), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), + [anon_sym_LBRACE] = ACTIONS(2430), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(2548), - [anon_sym_DASH] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2550), + [anon_sym_PLUS] = ACTIONS(2432), + [anon_sym_DASH] = ACTIONS(2432), + [anon_sym_STAR] = ACTIONS(2434), [anon_sym_struct] = ACTIONS(809), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2552), - [anon_sym_go] = ACTIONS(2554), - [anon_sym_spawn] = ACTIONS(2556), + [anon_sym_BANG] = ACTIONS(2436), + [anon_sym_go] = ACTIONS(2438), + [anon_sym_spawn] = ACTIONS(2440), [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_CARET] = ACTIONS(2548), - [anon_sym_AMP] = ACTIONS(2560), - [anon_sym_LT_DASH] = ACTIONS(2562), + [anon_sym_LBRACK2] = ACTIONS(2442), + [anon_sym_TILDE] = ACTIONS(2432), + [anon_sym_CARET] = ACTIONS(2432), + [anon_sym_AMP] = ACTIONS(2444), + [anon_sym_LT_DASH] = ACTIONS(2446), [sym_none] = ACTIONS(827), [sym_true] = ACTIONS(827), [sym_false] = ACTIONS(827), @@ -111445,9 +108114,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(829), [anon_sym_DOLLARif] = ACTIONS(831), [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(2564), - [anon_sym_lock] = ACTIONS(2566), - [anon_sym_rlock] = ACTIONS(2566), + [anon_sym_select] = ACTIONS(2448), + [anon_sym_lock] = ACTIONS(2450), + [anon_sym_rlock] = ACTIONS(2450), [anon_sym_unsafe] = ACTIONS(839), [anon_sym_sql] = ACTIONS(841), [sym_int_literal] = ACTIONS(827), @@ -111466,662 +108135,320 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(855), [sym___r_single_quote] = ACTIONS(857), }, - [740] = { - [sym__expression] = STATE(1273), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1175), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_struct] = ACTIONS(1191), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), - }, - [741] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3675), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [742] = { - [sym__expression] = STATE(2847), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [743] = { - [sym__expression] = STATE(2848), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [709] = { + [sym__expression] = STATE(1766), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4329), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2428), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(2430), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(2432), + [anon_sym_DASH] = ACTIONS(2432), + [anon_sym_STAR] = ACTIONS(2434), + [anon_sym_struct] = ACTIONS(809), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2436), + [anon_sym_go] = ACTIONS(2438), + [anon_sym_spawn] = ACTIONS(2440), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(2442), + [anon_sym_TILDE] = ACTIONS(2432), + [anon_sym_CARET] = ACTIONS(2432), + [anon_sym_AMP] = ACTIONS(2444), + [anon_sym_LT_DASH] = ACTIONS(2446), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(829), + [anon_sym_DOLLARif] = ACTIONS(831), + [anon_sym_match] = ACTIONS(833), + [anon_sym_select] = ACTIONS(2448), + [anon_sym_lock] = ACTIONS(2450), + [anon_sym_rlock] = ACTIONS(2450), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_sql] = ACTIONS(841), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), }, - [744] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3684), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [710] = { + [sym__expression] = STATE(1766), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4310), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2428), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(2430), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(2432), + [anon_sym_DASH] = ACTIONS(2432), + [anon_sym_STAR] = ACTIONS(2434), + [anon_sym_struct] = ACTIONS(809), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2436), + [anon_sym_go] = ACTIONS(2438), + [anon_sym_spawn] = ACTIONS(2440), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(2442), + [anon_sym_TILDE] = ACTIONS(2432), + [anon_sym_CARET] = ACTIONS(2432), + [anon_sym_AMP] = ACTIONS(2444), + [anon_sym_LT_DASH] = ACTIONS(2446), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(829), + [anon_sym_DOLLARif] = ACTIONS(831), + [anon_sym_match] = ACTIONS(833), + [anon_sym_select] = ACTIONS(2448), + [anon_sym_lock] = ACTIONS(2450), + [anon_sym_rlock] = ACTIONS(2450), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_sql] = ACTIONS(841), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), }, - [745] = { - [sym__expression] = STATE(1917), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2546), + [711] = { + [sym__expression] = STATE(1766), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2428), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), + [anon_sym_LBRACE] = ACTIONS(2430), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(2548), - [anon_sym_DASH] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2550), + [anon_sym_PLUS] = ACTIONS(2432), + [anon_sym_DASH] = ACTIONS(2432), + [anon_sym_STAR] = ACTIONS(2434), [anon_sym_struct] = ACTIONS(809), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2552), - [anon_sym_go] = ACTIONS(2554), - [anon_sym_spawn] = ACTIONS(2556), + [anon_sym_BANG] = ACTIONS(2436), + [anon_sym_go] = ACTIONS(2438), + [anon_sym_spawn] = ACTIONS(2440), [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_CARET] = ACTIONS(2548), - [anon_sym_AMP] = ACTIONS(2560), - [anon_sym_LT_DASH] = ACTIONS(2562), + [anon_sym_LBRACK2] = ACTIONS(2442), + [anon_sym_TILDE] = ACTIONS(2432), + [anon_sym_CARET] = ACTIONS(2432), + [anon_sym_AMP] = ACTIONS(2444), + [anon_sym_LT_DASH] = ACTIONS(2446), [sym_none] = ACTIONS(827), [sym_true] = ACTIONS(827), [sym_false] = ACTIONS(827), @@ -112129,9 +108456,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(829), [anon_sym_DOLLARif] = ACTIONS(831), [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(2564), - [anon_sym_lock] = ACTIONS(2566), - [anon_sym_rlock] = ACTIONS(2566), + [anon_sym_select] = ACTIONS(2448), + [anon_sym_lock] = ACTIONS(2450), + [anon_sym_rlock] = ACTIONS(2450), [anon_sym_unsafe] = ACTIONS(839), [anon_sym_sql] = ACTIONS(841), [sym_int_literal] = ACTIONS(827), @@ -112150,1329 +108477,1215 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(855), [sym___r_single_quote] = ACTIONS(857), }, - [746] = { - [sym__expression] = STATE(2203), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [712] = { + [sym__expression] = STATE(1136), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1218), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(939), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(625), + [anon_sym_fn] = ACTIONS(629), + [anon_sym_PLUS] = ACTIONS(631), + [anon_sym_DASH] = ACTIONS(631), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_struct] = ACTIONS(637), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(643), + [anon_sym_go] = ACTIONS(645), + [anon_sym_spawn] = ACTIONS(647), + [anon_sym_json_DOTdecode] = ACTIONS(649), + [anon_sym_LBRACK2] = ACTIONS(651), + [anon_sym_TILDE] = ACTIONS(631), + [anon_sym_CARET] = ACTIONS(631), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_LT_DASH] = ACTIONS(655), + [sym_none] = ACTIONS(657), + [sym_true] = ACTIONS(657), + [sym_false] = ACTIONS(657), + [sym_nil] = ACTIONS(657), + [anon_sym_if] = ACTIONS(659), + [anon_sym_DOLLARif] = ACTIONS(661), + [anon_sym_match] = ACTIONS(663), + [anon_sym_select] = ACTIONS(665), + [anon_sym_lock] = ACTIONS(667), + [anon_sym_rlock] = ACTIONS(667), + [anon_sym_unsafe] = ACTIONS(669), + [anon_sym_sql] = ACTIONS(671), + [sym_int_literal] = ACTIONS(657), + [sym_float_literal] = ACTIONS(673), + [sym_rune_literal] = ACTIONS(673), + [anon_sym_AT] = ACTIONS(675), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(677), + [sym___single_quote] = ACTIONS(679), + [sym___c_double_quote] = ACTIONS(681), + [sym___c_single_quote] = ACTIONS(683), + [sym___r_double_quote] = ACTIONS(685), + [sym___r_single_quote] = ACTIONS(687), }, - [747] = { - [sym__expression] = STATE(2489), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4100), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [713] = { + [ts_builtin_sym_end] = ACTIONS(3001), + [sym_identifier] = ACTIONS(3003), + [anon_sym_LF] = ACTIONS(3003), + [anon_sym_CR] = ACTIONS(3003), + [anon_sym_CR_LF] = ACTIONS(3003), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3003), + [anon_sym_as] = ACTIONS(3003), + [anon_sym_LBRACE] = ACTIONS(3003), + [anon_sym_COMMA] = ACTIONS(3003), + [anon_sym_const] = ACTIONS(3003), + [anon_sym_LPAREN] = ACTIONS(3003), + [anon_sym_EQ] = ACTIONS(3003), + [anon_sym___global] = ACTIONS(3003), + [anon_sym_type] = ACTIONS(3003), + [anon_sym_PIPE] = ACTIONS(3003), + [anon_sym_fn] = ACTIONS(3003), + [anon_sym_PLUS] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3003), + [anon_sym_STAR] = ACTIONS(3003), + [anon_sym_SLASH] = ACTIONS(3003), + [anon_sym_PERCENT] = ACTIONS(3003), + [anon_sym_LT] = ACTIONS(3003), + [anon_sym_GT] = ACTIONS(3003), + [anon_sym_EQ_EQ] = ACTIONS(3003), + [anon_sym_BANG_EQ] = ACTIONS(3003), + [anon_sym_LT_EQ] = ACTIONS(3003), + [anon_sym_GT_EQ] = ACTIONS(3003), + [anon_sym_LBRACK] = ACTIONS(3001), + [anon_sym_LT2] = ACTIONS(3003), + [anon_sym_struct] = ACTIONS(3003), + [anon_sym_union] = ACTIONS(3003), + [anon_sym_pub] = ACTIONS(3003), + [anon_sym_mut] = ACTIONS(3003), + [anon_sym_enum] = ACTIONS(3003), + [anon_sym_interface] = ACTIONS(3003), + [anon_sym_PLUS_PLUS] = ACTIONS(3003), + [anon_sym_DASH_DASH] = ACTIONS(3003), + [anon_sym_QMARK] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_go] = ACTIONS(3003), + [anon_sym_spawn] = ACTIONS(3003), + [anon_sym_json_DOTdecode] = ACTIONS(3003), + [anon_sym_LBRACK2] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_CARET] = ACTIONS(3003), + [anon_sym_AMP] = ACTIONS(3003), + [anon_sym_LT_DASH] = ACTIONS(3003), + [anon_sym_LT_LT] = ACTIONS(3003), + [anon_sym_GT_GT] = ACTIONS(3003), + [anon_sym_GT_GT_GT] = ACTIONS(3003), + [anon_sym_AMP_CARET] = ACTIONS(3003), + [anon_sym_AMP_AMP] = ACTIONS(3003), + [anon_sym_PIPE_PIPE] = ACTIONS(3003), + [anon_sym_or] = ACTIONS(3003), + [sym_none] = ACTIONS(3003), + [sym_true] = ACTIONS(3003), + [sym_false] = ACTIONS(3003), + [sym_nil] = ACTIONS(3003), + [anon_sym_QMARK_DOT] = ACTIONS(3003), + [anon_sym_POUND_LBRACK] = ACTIONS(3003), + [anon_sym_if] = ACTIONS(3003), + [anon_sym_DOLLARif] = ACTIONS(3003), + [anon_sym_is] = ACTIONS(3003), + [anon_sym_BANGis] = ACTIONS(3003), + [anon_sym_in] = ACTIONS(3003), + [anon_sym_BANGin] = ACTIONS(3003), + [anon_sym_match] = ACTIONS(3003), + [anon_sym_select] = ACTIONS(3003), + [anon_sym_STAR_EQ] = ACTIONS(3003), + [anon_sym_SLASH_EQ] = ACTIONS(3003), + [anon_sym_PERCENT_EQ] = ACTIONS(3003), + [anon_sym_LT_LT_EQ] = ACTIONS(3003), + [anon_sym_GT_GT_EQ] = ACTIONS(3003), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3003), + [anon_sym_AMP_EQ] = ACTIONS(3003), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3003), + [anon_sym_PLUS_EQ] = ACTIONS(3003), + [anon_sym_DASH_EQ] = ACTIONS(3003), + [anon_sym_PIPE_EQ] = ACTIONS(3003), + [anon_sym_CARET_EQ] = ACTIONS(3003), + [anon_sym_COLON_EQ] = ACTIONS(3003), + [anon_sym_lock] = ACTIONS(3003), + [anon_sym_rlock] = ACTIONS(3003), + [anon_sym_unsafe] = ACTIONS(3003), + [anon_sym_sql] = ACTIONS(3003), + [sym_int_literal] = ACTIONS(3003), + [sym_float_literal] = ACTIONS(3003), + [sym_rune_literal] = ACTIONS(3003), + [anon_sym_AT] = ACTIONS(3003), + [anon_sym_shared] = ACTIONS(3003), + [anon_sym_map_LBRACK] = ACTIONS(3003), + [anon_sym_chan] = ACTIONS(3003), + [anon_sym_thread] = ACTIONS(3003), + [anon_sym_atomic] = ACTIONS(3003), + [anon_sym_assert] = ACTIONS(3003), + [anon_sym_defer] = ACTIONS(3003), + [anon_sym_goto] = ACTIONS(3003), + [anon_sym_break] = ACTIONS(3003), + [anon_sym_continue] = ACTIONS(3003), + [anon_sym_return] = ACTIONS(3003), + [anon_sym_DOLLARfor] = ACTIONS(3003), + [anon_sym_for] = ACTIONS(3003), + [anon_sym_POUND] = ACTIONS(3003), + [anon_sym_asm] = ACTIONS(3003), + [anon_sym_AT_LBRACK] = ACTIONS(3003), + [sym___double_quote] = ACTIONS(3003), + [sym___single_quote] = ACTIONS(3003), + [sym___c_double_quote] = ACTIONS(3003), + [sym___c_single_quote] = ACTIONS(3003), + [sym___r_double_quote] = ACTIONS(3003), + [sym___r_single_quote] = ACTIONS(3003), + }, + [714] = { + [ts_builtin_sym_end] = ACTIONS(3005), + [sym_identifier] = ACTIONS(3007), + [anon_sym_LF] = ACTIONS(3007), + [anon_sym_CR] = ACTIONS(3007), + [anon_sym_CR_LF] = ACTIONS(3007), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3007), + [anon_sym_as] = ACTIONS(3007), + [anon_sym_LBRACE] = ACTIONS(3007), + [anon_sym_COMMA] = ACTIONS(3007), + [anon_sym_const] = ACTIONS(3007), + [anon_sym_LPAREN] = ACTIONS(3007), + [anon_sym_EQ] = ACTIONS(3007), + [anon_sym___global] = ACTIONS(3007), + [anon_sym_type] = ACTIONS(3007), + [anon_sym_PIPE] = ACTIONS(3007), + [anon_sym_fn] = ACTIONS(3007), + [anon_sym_PLUS] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3007), + [anon_sym_STAR] = ACTIONS(3007), + [anon_sym_SLASH] = ACTIONS(3007), + [anon_sym_PERCENT] = ACTIONS(3007), + [anon_sym_LT] = ACTIONS(3007), + [anon_sym_GT] = ACTIONS(3007), + [anon_sym_EQ_EQ] = ACTIONS(3007), + [anon_sym_BANG_EQ] = ACTIONS(3007), + [anon_sym_LT_EQ] = ACTIONS(3007), + [anon_sym_GT_EQ] = ACTIONS(3007), + [anon_sym_LBRACK] = ACTIONS(3005), + [anon_sym_LT2] = ACTIONS(3007), + [anon_sym_struct] = ACTIONS(3007), + [anon_sym_union] = ACTIONS(3007), + [anon_sym_pub] = ACTIONS(3007), + [anon_sym_mut] = ACTIONS(3007), + [anon_sym_enum] = ACTIONS(3007), + [anon_sym_interface] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_QMARK] = ACTIONS(3007), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_go] = ACTIONS(3007), + [anon_sym_spawn] = ACTIONS(3007), + [anon_sym_json_DOTdecode] = ACTIONS(3007), + [anon_sym_LBRACK2] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_CARET] = ACTIONS(3007), + [anon_sym_AMP] = ACTIONS(3007), + [anon_sym_LT_DASH] = ACTIONS(3007), + [anon_sym_LT_LT] = ACTIONS(3007), + [anon_sym_GT_GT] = ACTIONS(3007), + [anon_sym_GT_GT_GT] = ACTIONS(3007), + [anon_sym_AMP_CARET] = ACTIONS(3007), + [anon_sym_AMP_AMP] = ACTIONS(3007), + [anon_sym_PIPE_PIPE] = ACTIONS(3007), + [anon_sym_or] = ACTIONS(3007), + [sym_none] = ACTIONS(3007), + [sym_true] = ACTIONS(3007), + [sym_false] = ACTIONS(3007), + [sym_nil] = ACTIONS(3007), + [anon_sym_QMARK_DOT] = ACTIONS(3007), + [anon_sym_POUND_LBRACK] = ACTIONS(3007), + [anon_sym_if] = ACTIONS(3007), + [anon_sym_DOLLARif] = ACTIONS(3007), + [anon_sym_is] = ACTIONS(3007), + [anon_sym_BANGis] = ACTIONS(3007), + [anon_sym_in] = ACTIONS(3007), + [anon_sym_BANGin] = ACTIONS(3007), + [anon_sym_match] = ACTIONS(3007), + [anon_sym_select] = ACTIONS(3007), + [anon_sym_STAR_EQ] = ACTIONS(3007), + [anon_sym_SLASH_EQ] = ACTIONS(3007), + [anon_sym_PERCENT_EQ] = ACTIONS(3007), + [anon_sym_LT_LT_EQ] = ACTIONS(3007), + [anon_sym_GT_GT_EQ] = ACTIONS(3007), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3007), + [anon_sym_AMP_EQ] = ACTIONS(3007), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3007), + [anon_sym_PLUS_EQ] = ACTIONS(3007), + [anon_sym_DASH_EQ] = ACTIONS(3007), + [anon_sym_PIPE_EQ] = ACTIONS(3007), + [anon_sym_CARET_EQ] = ACTIONS(3007), + [anon_sym_COLON_EQ] = ACTIONS(3007), + [anon_sym_lock] = ACTIONS(3007), + [anon_sym_rlock] = ACTIONS(3007), + [anon_sym_unsafe] = ACTIONS(3007), + [anon_sym_sql] = ACTIONS(3007), + [sym_int_literal] = ACTIONS(3007), + [sym_float_literal] = ACTIONS(3007), + [sym_rune_literal] = ACTIONS(3007), + [anon_sym_AT] = ACTIONS(3007), + [anon_sym_shared] = ACTIONS(3007), + [anon_sym_map_LBRACK] = ACTIONS(3007), + [anon_sym_chan] = ACTIONS(3007), + [anon_sym_thread] = ACTIONS(3007), + [anon_sym_atomic] = ACTIONS(3007), + [anon_sym_assert] = ACTIONS(3007), + [anon_sym_defer] = ACTIONS(3007), + [anon_sym_goto] = ACTIONS(3007), + [anon_sym_break] = ACTIONS(3007), + [anon_sym_continue] = ACTIONS(3007), + [anon_sym_return] = ACTIONS(3007), + [anon_sym_DOLLARfor] = ACTIONS(3007), + [anon_sym_for] = ACTIONS(3007), + [anon_sym_POUND] = ACTIONS(3007), + [anon_sym_asm] = ACTIONS(3007), + [anon_sym_AT_LBRACK] = ACTIONS(3007), + [sym___double_quote] = ACTIONS(3007), + [sym___single_quote] = ACTIONS(3007), + [sym___c_double_quote] = ACTIONS(3007), + [sym___c_single_quote] = ACTIONS(3007), + [sym___r_double_quote] = ACTIONS(3007), + [sym___r_single_quote] = ACTIONS(3007), + }, + [715] = { + [sym__expression] = STATE(2824), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1087), - [anon_sym_LBRACE] = ACTIONS(1089), - [anon_sym_LPAREN] = ACTIONS(1093), - [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(2528), - [anon_sym_DASH] = ACTIONS(2528), - [anon_sym_STAR] = ACTIONS(2530), - [anon_sym_struct] = ACTIONS(1101), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2532), - [anon_sym_go] = ACTIONS(2534), - [anon_sym_spawn] = ACTIONS(2536), - [anon_sym_json_DOTdecode] = ACTIONS(1109), - [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(2528), - [anon_sym_CARET] = ACTIONS(2528), - [anon_sym_AMP] = ACTIONS(2538), - [anon_sym_LT_DASH] = ACTIONS(2540), - [sym_none] = ACTIONS(1117), - [sym_true] = ACTIONS(1117), - [sym_false] = ACTIONS(1117), - [sym_nil] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1119), - [anon_sym_DOLLARif] = ACTIONS(1123), - [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2542), - [anon_sym_lock] = ACTIONS(2544), - [anon_sym_rlock] = ACTIONS(2544), - [anon_sym_unsafe] = ACTIONS(1131), - [anon_sym_sql] = ACTIONS(1133), - [sym_int_literal] = ACTIONS(1117), - [sym_float_literal] = ACTIONS(1135), - [sym_rune_literal] = ACTIONS(1135), - [anon_sym_AT] = ACTIONS(1137), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1139), - [sym___single_quote] = ACTIONS(1141), - [sym___c_double_quote] = ACTIONS(1143), - [sym___c_single_quote] = ACTIONS(1145), - [sym___r_double_quote] = ACTIONS(1147), - [sym___r_single_quote] = ACTIONS(1149), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [748] = { - [sym__expression] = STATE(1652), - [sym__expression_without_blocks] = STATE(1800), - [sym__expression_with_blocks] = STATE(1800), - [sym_inc_expression] = STATE(1800), - [sym_dec_expression] = STATE(1800), - [sym_or_block_expression] = STATE(1800), - [sym_option_propagation_expression] = STATE(1800), - [sym_result_propagation_expression] = STATE(1800), - [sym_anon_struct_value_expression] = STATE(1884), - [sym_go_expression] = STATE(1800), - [sym_spawn_expression] = STATE(1800), - [sym_parenthesized_expression] = STATE(1800), - [sym_call_expression] = STATE(1800), - [sym_type_initializer] = STATE(1884), - [sym_function_literal] = STATE(1800), - [sym_reference_expression] = STATE(1889), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1800), - [sym_receive_expression] = STATE(1800), - [sym_binary_expression] = STATE(1800), - [sym_as_type_cast_expression] = STATE(1800), - [sym__max_group] = STATE(1800), - [sym_literal] = STATE(1800), - [sym_map_init_expression] = STATE(1884), - [sym_array_creation] = STATE(1800), - [sym_fixed_array_creation] = STATE(1800), - [sym_selector_expression] = STATE(1800), - [sym_index_expression] = STATE(1800), - [sym_slice_expression] = STATE(1800), - [sym_if_expression] = STATE(1884), - [sym_compile_time_if_expression] = STATE(1884), - [sym_is_expression] = STATE(1800), - [sym_not_is_expression] = STATE(1800), - [sym_in_expression] = STATE(1800), - [sym_not_in_expression] = STATE(1800), - [sym_enum_fetch] = STATE(1800), - [sym_match_expression] = STATE(1884), - [sym_select_expression] = STATE(1884), - [sym_lock_expression] = STATE(1884), - [sym_unsafe_expression] = STATE(1884), - [sym_sql_expression] = STATE(1884), - [sym_c_string_literal] = STATE(1801), - [sym_raw_string_literal] = STATE(1801), - [sym_interpreted_string_literal] = STATE(1801), - [sym_pseudo_compile_time_identifier] = STATE(1800), - [sym_mutability_modifiers] = STATE(837), - [sym_plain_type] = STATE(4297), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2434), + [716] = { + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2985), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2981), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2436), - [anon_sym_LBRACE] = ACTIONS(2438), - [anon_sym_LPAREN] = ACTIONS(2440), - [anon_sym_fn] = ACTIONS(2442), - [anon_sym_PLUS] = ACTIONS(2444), - [anon_sym_DASH] = ACTIONS(2444), - [anon_sym_STAR] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2450), - [anon_sym_go] = ACTIONS(2452), - [anon_sym_spawn] = ACTIONS(2454), - [anon_sym_json_DOTdecode] = ACTIONS(2456), - [anon_sym_LBRACK2] = ACTIONS(2458), - [anon_sym_TILDE] = ACTIONS(2444), - [anon_sym_CARET] = ACTIONS(2444), - [anon_sym_AMP] = ACTIONS(2460), - [anon_sym_LT_DASH] = ACTIONS(2462), - [sym_none] = ACTIONS(2464), - [sym_true] = ACTIONS(2464), - [sym_false] = ACTIONS(2464), - [sym_nil] = ACTIONS(2464), - [anon_sym_if] = ACTIONS(2466), - [anon_sym_DOLLARif] = ACTIONS(2468), - [anon_sym_match] = ACTIONS(2470), - [anon_sym_select] = ACTIONS(2472), - [anon_sym_lock] = ACTIONS(2474), - [anon_sym_rlock] = ACTIONS(2474), - [anon_sym_unsafe] = ACTIONS(2476), - [anon_sym_sql] = ACTIONS(2478), - [sym_int_literal] = ACTIONS(2464), - [sym_float_literal] = ACTIONS(2480), - [sym_rune_literal] = ACTIONS(2480), - [anon_sym_AT] = ACTIONS(2482), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2484), - [sym___single_quote] = ACTIONS(2486), - [sym___c_double_quote] = ACTIONS(2488), - [sym___c_single_quote] = ACTIONS(2490), - [sym___r_double_quote] = ACTIONS(2492), - [sym___r_single_quote] = ACTIONS(2494), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [749] = { - [sym__expression] = STATE(977), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), + [717] = { + [sym__expression] = STATE(2717), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3681), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2180), - [anon_sym_DASH] = ACTIONS(2180), - [anon_sym_STAR] = ACTIONS(2182), - [anon_sym_struct] = ACTIONS(501), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2166), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2184), - [anon_sym_go] = ACTIONS(507), - [anon_sym_spawn] = ACTIONS(509), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2180), - [anon_sym_CARET] = ACTIONS(2180), - [anon_sym_AMP] = ACTIONS(2190), - [anon_sym_LT_DASH] = ACTIONS(2192), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(527), - [anon_sym_lock] = ACTIONS(529), - [anon_sym_rlock] = ACTIONS(529), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), + [anon_sym_BANG] = ACTIONS(2168), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2174), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [750] = { - [sym__expression] = STATE(2433), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1426), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1432), - [anon_sym_fn] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(1438), - [anon_sym_DASH] = ACTIONS(1438), - [anon_sym_STAR] = ACTIONS(1440), - [anon_sym_struct] = ACTIONS(1444), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1446), - [anon_sym_go] = ACTIONS(1448), - [anon_sym_spawn] = ACTIONS(1450), - [anon_sym_json_DOTdecode] = ACTIONS(1452), - [anon_sym_LBRACK2] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1438), - [anon_sym_AMP] = ACTIONS(1456), - [anon_sym_LT_DASH] = ACTIONS(1458), - [sym_none] = ACTIONS(1460), - [sym_true] = ACTIONS(1460), - [sym_false] = ACTIONS(1460), - [sym_nil] = ACTIONS(1460), - [anon_sym_if] = ACTIONS(1462), - [anon_sym_DOLLARif] = ACTIONS(1464), - [anon_sym_match] = ACTIONS(1466), - [anon_sym_select] = ACTIONS(1468), - [anon_sym_lock] = ACTIONS(1470), - [anon_sym_rlock] = ACTIONS(1470), - [anon_sym_unsafe] = ACTIONS(1472), - [anon_sym_sql] = ACTIONS(1474), - [sym_int_literal] = ACTIONS(1460), - [sym_float_literal] = ACTIONS(1476), - [sym_rune_literal] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1478), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1480), - [sym___single_quote] = ACTIONS(1482), - [sym___c_double_quote] = ACTIONS(1484), - [sym___c_single_quote] = ACTIONS(1486), - [sym___r_double_quote] = ACTIONS(1488), - [sym___r_single_quote] = ACTIONS(1490), - }, - [751] = { - [sym__expression] = STATE(1651), - [sym__expression_without_blocks] = STATE(1800), - [sym__expression_with_blocks] = STATE(1800), - [sym_inc_expression] = STATE(1800), - [sym_dec_expression] = STATE(1800), - [sym_or_block_expression] = STATE(1800), - [sym_option_propagation_expression] = STATE(1800), - [sym_result_propagation_expression] = STATE(1800), - [sym_anon_struct_value_expression] = STATE(1884), - [sym_go_expression] = STATE(1800), - [sym_spawn_expression] = STATE(1800), - [sym_parenthesized_expression] = STATE(1800), - [sym_call_expression] = STATE(1800), - [sym_type_initializer] = STATE(1884), - [sym_function_literal] = STATE(1800), - [sym_reference_expression] = STATE(1889), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1800), - [sym_receive_expression] = STATE(1800), - [sym_binary_expression] = STATE(1800), - [sym_as_type_cast_expression] = STATE(1800), - [sym__max_group] = STATE(1800), - [sym_literal] = STATE(1800), - [sym_map_init_expression] = STATE(1884), - [sym_array_creation] = STATE(1800), - [sym_fixed_array_creation] = STATE(1800), - [sym_selector_expression] = STATE(1800), - [sym_index_expression] = STATE(1800), - [sym_slice_expression] = STATE(1800), - [sym_if_expression] = STATE(1884), - [sym_compile_time_if_expression] = STATE(1884), - [sym_is_expression] = STATE(1800), - [sym_not_is_expression] = STATE(1800), - [sym_in_expression] = STATE(1800), - [sym_not_in_expression] = STATE(1800), - [sym_enum_fetch] = STATE(1800), - [sym_match_expression] = STATE(1884), - [sym_select_expression] = STATE(1884), - [sym_lock_expression] = STATE(1884), - [sym_unsafe_expression] = STATE(1884), - [sym_sql_expression] = STATE(1884), - [sym_c_string_literal] = STATE(1801), - [sym_raw_string_literal] = STATE(1801), - [sym_interpreted_string_literal] = STATE(1801), - [sym_pseudo_compile_time_identifier] = STATE(1800), - [sym_mutability_modifiers] = STATE(837), - [sym_plain_type] = STATE(4297), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2434), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2436), - [anon_sym_LBRACE] = ACTIONS(2438), - [anon_sym_LPAREN] = ACTIONS(2440), - [anon_sym_fn] = ACTIONS(2442), - [anon_sym_PLUS] = ACTIONS(2444), - [anon_sym_DASH] = ACTIONS(2444), - [anon_sym_STAR] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2450), - [anon_sym_go] = ACTIONS(2452), - [anon_sym_spawn] = ACTIONS(2454), - [anon_sym_json_DOTdecode] = ACTIONS(2456), - [anon_sym_LBRACK2] = ACTIONS(2458), - [anon_sym_TILDE] = ACTIONS(2444), - [anon_sym_CARET] = ACTIONS(2444), - [anon_sym_AMP] = ACTIONS(2460), - [anon_sym_LT_DASH] = ACTIONS(2462), - [sym_none] = ACTIONS(2464), - [sym_true] = ACTIONS(2464), - [sym_false] = ACTIONS(2464), - [sym_nil] = ACTIONS(2464), - [anon_sym_if] = ACTIONS(2466), - [anon_sym_DOLLARif] = ACTIONS(2468), - [anon_sym_match] = ACTIONS(2470), - [anon_sym_select] = ACTIONS(2472), - [anon_sym_lock] = ACTIONS(2474), - [anon_sym_rlock] = ACTIONS(2474), - [anon_sym_unsafe] = ACTIONS(2476), - [anon_sym_sql] = ACTIONS(2478), - [sym_int_literal] = ACTIONS(2464), - [sym_float_literal] = ACTIONS(2480), - [sym_rune_literal] = ACTIONS(2480), - [anon_sym_AT] = ACTIONS(2482), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2484), - [sym___single_quote] = ACTIONS(2486), - [sym___c_double_quote] = ACTIONS(2488), - [sym___c_single_quote] = ACTIONS(2490), - [sym___r_double_quote] = ACTIONS(2492), - [sym___r_single_quote] = ACTIONS(2494), - }, - [752] = { - [sym__expression] = STATE(1650), - [sym__expression_without_blocks] = STATE(1800), - [sym__expression_with_blocks] = STATE(1800), - [sym_inc_expression] = STATE(1800), - [sym_dec_expression] = STATE(1800), - [sym_or_block_expression] = STATE(1800), - [sym_option_propagation_expression] = STATE(1800), - [sym_result_propagation_expression] = STATE(1800), - [sym_anon_struct_value_expression] = STATE(1884), - [sym_go_expression] = STATE(1800), - [sym_spawn_expression] = STATE(1800), - [sym_parenthesized_expression] = STATE(1800), - [sym_call_expression] = STATE(1800), - [sym_type_initializer] = STATE(1884), - [sym_function_literal] = STATE(1800), - [sym_reference_expression] = STATE(1889), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1800), - [sym_receive_expression] = STATE(1800), - [sym_binary_expression] = STATE(1800), - [sym_as_type_cast_expression] = STATE(1800), - [sym__max_group] = STATE(1800), - [sym_literal] = STATE(1800), - [sym_map_init_expression] = STATE(1884), - [sym_array_creation] = STATE(1800), - [sym_fixed_array_creation] = STATE(1800), - [sym_selector_expression] = STATE(1800), - [sym_index_expression] = STATE(1800), - [sym_slice_expression] = STATE(1800), - [sym_if_expression] = STATE(1884), - [sym_compile_time_if_expression] = STATE(1884), - [sym_is_expression] = STATE(1800), - [sym_not_is_expression] = STATE(1800), - [sym_in_expression] = STATE(1800), - [sym_not_in_expression] = STATE(1800), - [sym_enum_fetch] = STATE(1800), - [sym_match_expression] = STATE(1884), - [sym_select_expression] = STATE(1884), - [sym_lock_expression] = STATE(1884), - [sym_unsafe_expression] = STATE(1884), - [sym_sql_expression] = STATE(1884), - [sym_c_string_literal] = STATE(1801), - [sym_raw_string_literal] = STATE(1801), - [sym_interpreted_string_literal] = STATE(1801), - [sym_pseudo_compile_time_identifier] = STATE(1800), - [sym_mutability_modifiers] = STATE(837), - [sym_plain_type] = STATE(4297), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2434), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2436), - [anon_sym_LBRACE] = ACTIONS(2438), - [anon_sym_LPAREN] = ACTIONS(2440), - [anon_sym_fn] = ACTIONS(2442), - [anon_sym_PLUS] = ACTIONS(2444), - [anon_sym_DASH] = ACTIONS(2444), - [anon_sym_STAR] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2450), - [anon_sym_go] = ACTIONS(2452), - [anon_sym_spawn] = ACTIONS(2454), - [anon_sym_json_DOTdecode] = ACTIONS(2456), - [anon_sym_LBRACK2] = ACTIONS(2458), - [anon_sym_TILDE] = ACTIONS(2444), - [anon_sym_CARET] = ACTIONS(2444), - [anon_sym_AMP] = ACTIONS(2460), - [anon_sym_LT_DASH] = ACTIONS(2462), - [sym_none] = ACTIONS(2464), - [sym_true] = ACTIONS(2464), - [sym_false] = ACTIONS(2464), - [sym_nil] = ACTIONS(2464), - [anon_sym_if] = ACTIONS(2466), - [anon_sym_DOLLARif] = ACTIONS(2468), - [anon_sym_match] = ACTIONS(2470), - [anon_sym_select] = ACTIONS(2472), - [anon_sym_lock] = ACTIONS(2474), - [anon_sym_rlock] = ACTIONS(2474), - [anon_sym_unsafe] = ACTIONS(2476), - [anon_sym_sql] = ACTIONS(2478), - [sym_int_literal] = ACTIONS(2464), - [sym_float_literal] = ACTIONS(2480), - [sym_rune_literal] = ACTIONS(2480), - [anon_sym_AT] = ACTIONS(2482), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2484), - [sym___single_quote] = ACTIONS(2486), - [sym___c_double_quote] = ACTIONS(2488), - [sym___c_single_quote] = ACTIONS(2490), - [sym___r_double_quote] = ACTIONS(2492), - [sym___r_single_quote] = ACTIONS(2494), - }, - [753] = { - [sym__expression] = STATE(1649), - [sym__expression_without_blocks] = STATE(1800), - [sym__expression_with_blocks] = STATE(1800), - [sym_inc_expression] = STATE(1800), - [sym_dec_expression] = STATE(1800), - [sym_or_block_expression] = STATE(1800), - [sym_option_propagation_expression] = STATE(1800), - [sym_result_propagation_expression] = STATE(1800), - [sym_anon_struct_value_expression] = STATE(1884), - [sym_go_expression] = STATE(1800), - [sym_spawn_expression] = STATE(1800), - [sym_parenthesized_expression] = STATE(1800), - [sym_call_expression] = STATE(1800), - [sym_type_initializer] = STATE(1884), - [sym_function_literal] = STATE(1800), - [sym_reference_expression] = STATE(1889), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1800), - [sym_receive_expression] = STATE(1800), - [sym_binary_expression] = STATE(1800), - [sym_as_type_cast_expression] = STATE(1800), - [sym__max_group] = STATE(1800), - [sym_literal] = STATE(1800), - [sym_map_init_expression] = STATE(1884), - [sym_array_creation] = STATE(1800), - [sym_fixed_array_creation] = STATE(1800), - [sym_selector_expression] = STATE(1800), - [sym_index_expression] = STATE(1800), - [sym_slice_expression] = STATE(1800), - [sym_if_expression] = STATE(1884), - [sym_compile_time_if_expression] = STATE(1884), - [sym_is_expression] = STATE(1800), - [sym_not_is_expression] = STATE(1800), - [sym_in_expression] = STATE(1800), - [sym_not_in_expression] = STATE(1800), - [sym_enum_fetch] = STATE(1800), - [sym_match_expression] = STATE(1884), - [sym_select_expression] = STATE(1884), - [sym_lock_expression] = STATE(1884), - [sym_unsafe_expression] = STATE(1884), - [sym_sql_expression] = STATE(1884), - [sym_c_string_literal] = STATE(1801), - [sym_raw_string_literal] = STATE(1801), - [sym_interpreted_string_literal] = STATE(1801), - [sym_pseudo_compile_time_identifier] = STATE(1800), - [sym_mutability_modifiers] = STATE(837), - [sym_plain_type] = STATE(4297), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2434), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2436), - [anon_sym_LBRACE] = ACTIONS(2438), - [anon_sym_LPAREN] = ACTIONS(2440), - [anon_sym_fn] = ACTIONS(2442), - [anon_sym_PLUS] = ACTIONS(2444), - [anon_sym_DASH] = ACTIONS(2444), - [anon_sym_STAR] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2450), - [anon_sym_go] = ACTIONS(2452), - [anon_sym_spawn] = ACTIONS(2454), - [anon_sym_json_DOTdecode] = ACTIONS(2456), - [anon_sym_LBRACK2] = ACTIONS(2458), - [anon_sym_TILDE] = ACTIONS(2444), - [anon_sym_CARET] = ACTIONS(2444), - [anon_sym_AMP] = ACTIONS(2460), - [anon_sym_LT_DASH] = ACTIONS(2462), - [sym_none] = ACTIONS(2464), - [sym_true] = ACTIONS(2464), - [sym_false] = ACTIONS(2464), - [sym_nil] = ACTIONS(2464), - [anon_sym_if] = ACTIONS(2466), - [anon_sym_DOLLARif] = ACTIONS(2468), - [anon_sym_match] = ACTIONS(2470), - [anon_sym_select] = ACTIONS(2472), - [anon_sym_lock] = ACTIONS(2474), - [anon_sym_rlock] = ACTIONS(2474), - [anon_sym_unsafe] = ACTIONS(2476), - [anon_sym_sql] = ACTIONS(2478), - [sym_int_literal] = ACTIONS(2464), - [sym_float_literal] = ACTIONS(2480), - [sym_rune_literal] = ACTIONS(2480), - [anon_sym_AT] = ACTIONS(2482), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2484), - [sym___single_quote] = ACTIONS(2486), - [sym___c_double_quote] = ACTIONS(2488), - [sym___c_single_quote] = ACTIONS(2490), - [sym___r_double_quote] = ACTIONS(2492), - [sym___r_single_quote] = ACTIONS(2494), + [718] = { + [ts_builtin_sym_end] = ACTIONS(3009), + [sym_identifier] = ACTIONS(3011), + [anon_sym_LF] = ACTIONS(3011), + [anon_sym_CR] = ACTIONS(3011), + [anon_sym_CR_LF] = ACTIONS(3011), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3011), + [anon_sym_as] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(3011), + [anon_sym_COMMA] = ACTIONS(3011), + [anon_sym_const] = ACTIONS(3011), + [anon_sym_LPAREN] = ACTIONS(3011), + [anon_sym_EQ] = ACTIONS(3011), + [anon_sym___global] = ACTIONS(3011), + [anon_sym_type] = ACTIONS(3011), + [anon_sym_PIPE] = ACTIONS(3011), + [anon_sym_fn] = ACTIONS(3011), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3011), + [anon_sym_LT] = ACTIONS(3011), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_LT_EQ] = ACTIONS(3011), + [anon_sym_GT_EQ] = ACTIONS(3011), + [anon_sym_LBRACK] = ACTIONS(3009), + [anon_sym_LT2] = ACTIONS(3011), + [anon_sym_struct] = ACTIONS(3011), + [anon_sym_union] = ACTIONS(3011), + [anon_sym_pub] = ACTIONS(3011), + [anon_sym_mut] = ACTIONS(3011), + [anon_sym_enum] = ACTIONS(3011), + [anon_sym_interface] = ACTIONS(3011), + [anon_sym_PLUS_PLUS] = ACTIONS(3011), + [anon_sym_DASH_DASH] = ACTIONS(3011), + [anon_sym_QMARK] = ACTIONS(3011), + [anon_sym_BANG] = ACTIONS(3011), + [anon_sym_go] = ACTIONS(3011), + [anon_sym_spawn] = ACTIONS(3011), + [anon_sym_json_DOTdecode] = ACTIONS(3011), + [anon_sym_LBRACK2] = ACTIONS(3011), + [anon_sym_TILDE] = ACTIONS(3011), + [anon_sym_CARET] = ACTIONS(3011), + [anon_sym_AMP] = ACTIONS(3011), + [anon_sym_LT_DASH] = ACTIONS(3011), + [anon_sym_LT_LT] = ACTIONS(3011), + [anon_sym_GT_GT] = ACTIONS(3011), + [anon_sym_GT_GT_GT] = ACTIONS(3011), + [anon_sym_AMP_CARET] = ACTIONS(3011), + [anon_sym_AMP_AMP] = ACTIONS(3011), + [anon_sym_PIPE_PIPE] = ACTIONS(3011), + [anon_sym_or] = ACTIONS(3011), + [sym_none] = ACTIONS(3011), + [sym_true] = ACTIONS(3011), + [sym_false] = ACTIONS(3011), + [sym_nil] = ACTIONS(3011), + [anon_sym_QMARK_DOT] = ACTIONS(3011), + [anon_sym_POUND_LBRACK] = ACTIONS(3011), + [anon_sym_if] = ACTIONS(3011), + [anon_sym_DOLLARif] = ACTIONS(3011), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3011), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_BANGin] = ACTIONS(3011), + [anon_sym_match] = ACTIONS(3011), + [anon_sym_select] = ACTIONS(3011), + [anon_sym_STAR_EQ] = ACTIONS(3011), + [anon_sym_SLASH_EQ] = ACTIONS(3011), + [anon_sym_PERCENT_EQ] = ACTIONS(3011), + [anon_sym_LT_LT_EQ] = ACTIONS(3011), + [anon_sym_GT_GT_EQ] = ACTIONS(3011), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3011), + [anon_sym_AMP_EQ] = ACTIONS(3011), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3011), + [anon_sym_PLUS_EQ] = ACTIONS(3011), + [anon_sym_DASH_EQ] = ACTIONS(3011), + [anon_sym_PIPE_EQ] = ACTIONS(3011), + [anon_sym_CARET_EQ] = ACTIONS(3011), + [anon_sym_COLON_EQ] = ACTIONS(3011), + [anon_sym_lock] = ACTIONS(3011), + [anon_sym_rlock] = ACTIONS(3011), + [anon_sym_unsafe] = ACTIONS(3011), + [anon_sym_sql] = ACTIONS(3011), + [sym_int_literal] = ACTIONS(3011), + [sym_float_literal] = ACTIONS(3011), + [sym_rune_literal] = ACTIONS(3011), + [anon_sym_AT] = ACTIONS(3011), + [anon_sym_shared] = ACTIONS(3011), + [anon_sym_map_LBRACK] = ACTIONS(3011), + [anon_sym_chan] = ACTIONS(3011), + [anon_sym_thread] = ACTIONS(3011), + [anon_sym_atomic] = ACTIONS(3011), + [anon_sym_assert] = ACTIONS(3011), + [anon_sym_defer] = ACTIONS(3011), + [anon_sym_goto] = ACTIONS(3011), + [anon_sym_break] = ACTIONS(3011), + [anon_sym_continue] = ACTIONS(3011), + [anon_sym_return] = ACTIONS(3011), + [anon_sym_DOLLARfor] = ACTIONS(3011), + [anon_sym_for] = ACTIONS(3011), + [anon_sym_POUND] = ACTIONS(3011), + [anon_sym_asm] = ACTIONS(3011), + [anon_sym_AT_LBRACK] = ACTIONS(3011), + [sym___double_quote] = ACTIONS(3011), + [sym___single_quote] = ACTIONS(3011), + [sym___c_double_quote] = ACTIONS(3011), + [sym___c_single_quote] = ACTIONS(3011), + [sym___r_double_quote] = ACTIONS(3011), + [sym___r_single_quote] = ACTIONS(3011), }, - [754] = { - [sym__expression] = STATE(2653), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [719] = { + [sym__expression] = STATE(2663), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [755] = { - [sym__expression] = STATE(2736), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3667), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2364), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2366), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2372), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [720] = { + [ts_builtin_sym_end] = ACTIONS(3013), + [sym_identifier] = ACTIONS(3015), + [anon_sym_LF] = ACTIONS(3015), + [anon_sym_CR] = ACTIONS(3015), + [anon_sym_CR_LF] = ACTIONS(3015), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3015), + [anon_sym_as] = ACTIONS(3015), + [anon_sym_LBRACE] = ACTIONS(3015), + [anon_sym_COMMA] = ACTIONS(3015), + [anon_sym_const] = ACTIONS(3015), + [anon_sym_LPAREN] = ACTIONS(3015), + [anon_sym_EQ] = ACTIONS(3015), + [anon_sym___global] = ACTIONS(3015), + [anon_sym_type] = ACTIONS(3015), + [anon_sym_PIPE] = ACTIONS(3015), + [anon_sym_fn] = ACTIONS(3015), + [anon_sym_PLUS] = ACTIONS(3015), + [anon_sym_DASH] = ACTIONS(3015), + [anon_sym_STAR] = ACTIONS(3015), + [anon_sym_SLASH] = ACTIONS(3015), + [anon_sym_PERCENT] = ACTIONS(3015), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3015), + [anon_sym_EQ_EQ] = ACTIONS(3015), + [anon_sym_BANG_EQ] = ACTIONS(3015), + [anon_sym_LT_EQ] = ACTIONS(3015), + [anon_sym_GT_EQ] = ACTIONS(3015), + [anon_sym_LBRACK] = ACTIONS(3013), + [anon_sym_LT2] = ACTIONS(3015), + [anon_sym_struct] = ACTIONS(3015), + [anon_sym_union] = ACTIONS(3015), + [anon_sym_pub] = ACTIONS(3015), + [anon_sym_mut] = ACTIONS(3015), + [anon_sym_enum] = ACTIONS(3015), + [anon_sym_interface] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_QMARK] = ACTIONS(3015), + [anon_sym_BANG] = ACTIONS(3015), + [anon_sym_go] = ACTIONS(3015), + [anon_sym_spawn] = ACTIONS(3015), + [anon_sym_json_DOTdecode] = ACTIONS(3015), + [anon_sym_LBRACK2] = ACTIONS(3015), + [anon_sym_TILDE] = ACTIONS(3015), + [anon_sym_CARET] = ACTIONS(3015), + [anon_sym_AMP] = ACTIONS(3015), + [anon_sym_LT_DASH] = ACTIONS(3015), + [anon_sym_LT_LT] = ACTIONS(3015), + [anon_sym_GT_GT] = ACTIONS(3015), + [anon_sym_GT_GT_GT] = ACTIONS(3015), + [anon_sym_AMP_CARET] = ACTIONS(3015), + [anon_sym_AMP_AMP] = ACTIONS(3015), + [anon_sym_PIPE_PIPE] = ACTIONS(3015), + [anon_sym_or] = ACTIONS(3015), + [sym_none] = ACTIONS(3015), + [sym_true] = ACTIONS(3015), + [sym_false] = ACTIONS(3015), + [sym_nil] = ACTIONS(3015), + [anon_sym_QMARK_DOT] = ACTIONS(3015), + [anon_sym_POUND_LBRACK] = ACTIONS(3015), + [anon_sym_if] = ACTIONS(3015), + [anon_sym_DOLLARif] = ACTIONS(3015), + [anon_sym_is] = ACTIONS(3015), + [anon_sym_BANGis] = ACTIONS(3015), + [anon_sym_in] = ACTIONS(3015), + [anon_sym_BANGin] = ACTIONS(3015), + [anon_sym_match] = ACTIONS(3015), + [anon_sym_select] = ACTIONS(3015), + [anon_sym_STAR_EQ] = ACTIONS(3015), + [anon_sym_SLASH_EQ] = ACTIONS(3015), + [anon_sym_PERCENT_EQ] = ACTIONS(3015), + [anon_sym_LT_LT_EQ] = ACTIONS(3015), + [anon_sym_GT_GT_EQ] = ACTIONS(3015), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3015), + [anon_sym_AMP_EQ] = ACTIONS(3015), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3015), + [anon_sym_PLUS_EQ] = ACTIONS(3015), + [anon_sym_DASH_EQ] = ACTIONS(3015), + [anon_sym_PIPE_EQ] = ACTIONS(3015), + [anon_sym_CARET_EQ] = ACTIONS(3015), + [anon_sym_COLON_EQ] = ACTIONS(3015), + [anon_sym_lock] = ACTIONS(3015), + [anon_sym_rlock] = ACTIONS(3015), + [anon_sym_unsafe] = ACTIONS(3015), + [anon_sym_sql] = ACTIONS(3015), + [sym_int_literal] = ACTIONS(3015), + [sym_float_literal] = ACTIONS(3015), + [sym_rune_literal] = ACTIONS(3015), + [anon_sym_AT] = ACTIONS(3015), + [anon_sym_shared] = ACTIONS(3015), + [anon_sym_map_LBRACK] = ACTIONS(3015), + [anon_sym_chan] = ACTIONS(3015), + [anon_sym_thread] = ACTIONS(3015), + [anon_sym_atomic] = ACTIONS(3015), + [anon_sym_assert] = ACTIONS(3015), + [anon_sym_defer] = ACTIONS(3015), + [anon_sym_goto] = ACTIONS(3015), + [anon_sym_break] = ACTIONS(3015), + [anon_sym_continue] = ACTIONS(3015), + [anon_sym_return] = ACTIONS(3015), + [anon_sym_DOLLARfor] = ACTIONS(3015), + [anon_sym_for] = ACTIONS(3015), + [anon_sym_POUND] = ACTIONS(3015), + [anon_sym_asm] = ACTIONS(3015), + [anon_sym_AT_LBRACK] = ACTIONS(3015), + [sym___double_quote] = ACTIONS(3015), + [sym___single_quote] = ACTIONS(3015), + [sym___c_double_quote] = ACTIONS(3015), + [sym___c_single_quote] = ACTIONS(3015), + [sym___r_double_quote] = ACTIONS(3015), + [sym___r_single_quote] = ACTIONS(3015), }, - [756] = { - [sym__expression] = STATE(1648), - [sym__expression_without_blocks] = STATE(1800), - [sym__expression_with_blocks] = STATE(1800), - [sym_inc_expression] = STATE(1800), - [sym_dec_expression] = STATE(1800), - [sym_or_block_expression] = STATE(1800), - [sym_option_propagation_expression] = STATE(1800), - [sym_result_propagation_expression] = STATE(1800), - [sym_anon_struct_value_expression] = STATE(1884), - [sym_go_expression] = STATE(1800), - [sym_spawn_expression] = STATE(1800), - [sym_parenthesized_expression] = STATE(1800), - [sym_call_expression] = STATE(1800), - [sym_type_initializer] = STATE(1884), - [sym_function_literal] = STATE(1800), - [sym_reference_expression] = STATE(1889), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1800), - [sym_receive_expression] = STATE(1800), - [sym_binary_expression] = STATE(1800), - [sym_as_type_cast_expression] = STATE(1800), - [sym__max_group] = STATE(1800), - [sym_literal] = STATE(1800), - [sym_map_init_expression] = STATE(1884), - [sym_array_creation] = STATE(1800), - [sym_fixed_array_creation] = STATE(1800), - [sym_selector_expression] = STATE(1800), - [sym_index_expression] = STATE(1800), - [sym_slice_expression] = STATE(1800), - [sym_if_expression] = STATE(1884), - [sym_compile_time_if_expression] = STATE(1884), - [sym_is_expression] = STATE(1800), - [sym_not_is_expression] = STATE(1800), - [sym_in_expression] = STATE(1800), - [sym_not_in_expression] = STATE(1800), - [sym_enum_fetch] = STATE(1800), - [sym_match_expression] = STATE(1884), - [sym_select_expression] = STATE(1884), - [sym_lock_expression] = STATE(1884), - [sym_unsafe_expression] = STATE(1884), - [sym_sql_expression] = STATE(1884), - [sym_c_string_literal] = STATE(1801), - [sym_raw_string_literal] = STATE(1801), - [sym_interpreted_string_literal] = STATE(1801), - [sym_pseudo_compile_time_identifier] = STATE(1800), - [sym_mutability_modifiers] = STATE(837), - [sym_plain_type] = STATE(4297), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2434), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2436), - [anon_sym_LBRACE] = ACTIONS(2438), - [anon_sym_LPAREN] = ACTIONS(2440), - [anon_sym_fn] = ACTIONS(2442), - [anon_sym_PLUS] = ACTIONS(2444), - [anon_sym_DASH] = ACTIONS(2444), - [anon_sym_STAR] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2450), - [anon_sym_go] = ACTIONS(2452), - [anon_sym_spawn] = ACTIONS(2454), - [anon_sym_json_DOTdecode] = ACTIONS(2456), - [anon_sym_LBRACK2] = ACTIONS(2458), - [anon_sym_TILDE] = ACTIONS(2444), - [anon_sym_CARET] = ACTIONS(2444), - [anon_sym_AMP] = ACTIONS(2460), - [anon_sym_LT_DASH] = ACTIONS(2462), - [sym_none] = ACTIONS(2464), - [sym_true] = ACTIONS(2464), - [sym_false] = ACTIONS(2464), - [sym_nil] = ACTIONS(2464), - [anon_sym_if] = ACTIONS(2466), - [anon_sym_DOLLARif] = ACTIONS(2468), - [anon_sym_match] = ACTIONS(2470), - [anon_sym_select] = ACTIONS(2472), - [anon_sym_lock] = ACTIONS(2474), - [anon_sym_rlock] = ACTIONS(2474), - [anon_sym_unsafe] = ACTIONS(2476), - [anon_sym_sql] = ACTIONS(2478), - [sym_int_literal] = ACTIONS(2464), - [sym_float_literal] = ACTIONS(2480), - [sym_rune_literal] = ACTIONS(2480), - [anon_sym_AT] = ACTIONS(2482), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2484), - [sym___single_quote] = ACTIONS(2486), - [sym___c_double_quote] = ACTIONS(2488), - [sym___c_single_quote] = ACTIONS(2490), - [sym___r_double_quote] = ACTIONS(2492), - [sym___r_single_quote] = ACTIONS(2494), + [721] = { + [ts_builtin_sym_end] = ACTIONS(3017), + [sym_identifier] = ACTIONS(3019), + [anon_sym_LF] = ACTIONS(3019), + [anon_sym_CR] = ACTIONS(3019), + [anon_sym_CR_LF] = ACTIONS(3019), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3019), + [anon_sym_as] = ACTIONS(3019), + [anon_sym_LBRACE] = ACTIONS(3019), + [anon_sym_COMMA] = ACTIONS(3019), + [anon_sym_const] = ACTIONS(3019), + [anon_sym_LPAREN] = ACTIONS(3019), + [anon_sym_EQ] = ACTIONS(3019), + [anon_sym___global] = ACTIONS(3019), + [anon_sym_type] = ACTIONS(3019), + [anon_sym_PIPE] = ACTIONS(3019), + [anon_sym_fn] = ACTIONS(3019), + [anon_sym_PLUS] = ACTIONS(3019), + [anon_sym_DASH] = ACTIONS(3019), + [anon_sym_STAR] = ACTIONS(3019), + [anon_sym_SLASH] = ACTIONS(3019), + [anon_sym_PERCENT] = ACTIONS(3019), + [anon_sym_LT] = ACTIONS(3019), + [anon_sym_GT] = ACTIONS(3019), + [anon_sym_EQ_EQ] = ACTIONS(3019), + [anon_sym_BANG_EQ] = ACTIONS(3019), + [anon_sym_LT_EQ] = ACTIONS(3019), + [anon_sym_GT_EQ] = ACTIONS(3019), + [anon_sym_LBRACK] = ACTIONS(3017), + [anon_sym_LT2] = ACTIONS(3019), + [anon_sym_struct] = ACTIONS(3019), + [anon_sym_union] = ACTIONS(3019), + [anon_sym_pub] = ACTIONS(3019), + [anon_sym_mut] = ACTIONS(3019), + [anon_sym_enum] = ACTIONS(3019), + [anon_sym_interface] = ACTIONS(3019), + [anon_sym_PLUS_PLUS] = ACTIONS(3019), + [anon_sym_DASH_DASH] = ACTIONS(3019), + [anon_sym_QMARK] = ACTIONS(3019), + [anon_sym_BANG] = ACTIONS(3019), + [anon_sym_go] = ACTIONS(3019), + [anon_sym_spawn] = ACTIONS(3019), + [anon_sym_json_DOTdecode] = ACTIONS(3019), + [anon_sym_LBRACK2] = ACTIONS(3019), + [anon_sym_TILDE] = ACTIONS(3019), + [anon_sym_CARET] = ACTIONS(3019), + [anon_sym_AMP] = ACTIONS(3019), + [anon_sym_LT_DASH] = ACTIONS(3019), + [anon_sym_LT_LT] = ACTIONS(3019), + [anon_sym_GT_GT] = ACTIONS(3019), + [anon_sym_GT_GT_GT] = ACTIONS(3019), + [anon_sym_AMP_CARET] = ACTIONS(3019), + [anon_sym_AMP_AMP] = ACTIONS(3019), + [anon_sym_PIPE_PIPE] = ACTIONS(3019), + [anon_sym_or] = ACTIONS(3019), + [sym_none] = ACTIONS(3019), + [sym_true] = ACTIONS(3019), + [sym_false] = ACTIONS(3019), + [sym_nil] = ACTIONS(3019), + [anon_sym_QMARK_DOT] = ACTIONS(3019), + [anon_sym_POUND_LBRACK] = ACTIONS(3019), + [anon_sym_if] = ACTIONS(3019), + [anon_sym_DOLLARif] = ACTIONS(3019), + [anon_sym_is] = ACTIONS(3019), + [anon_sym_BANGis] = ACTIONS(3019), + [anon_sym_in] = ACTIONS(3019), + [anon_sym_BANGin] = ACTIONS(3019), + [anon_sym_match] = ACTIONS(3019), + [anon_sym_select] = ACTIONS(3019), + [anon_sym_STAR_EQ] = ACTIONS(3019), + [anon_sym_SLASH_EQ] = ACTIONS(3019), + [anon_sym_PERCENT_EQ] = ACTIONS(3019), + [anon_sym_LT_LT_EQ] = ACTIONS(3019), + [anon_sym_GT_GT_EQ] = ACTIONS(3019), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3019), + [anon_sym_AMP_EQ] = ACTIONS(3019), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3019), + [anon_sym_PLUS_EQ] = ACTIONS(3019), + [anon_sym_DASH_EQ] = ACTIONS(3019), + [anon_sym_PIPE_EQ] = ACTIONS(3019), + [anon_sym_CARET_EQ] = ACTIONS(3019), + [anon_sym_COLON_EQ] = ACTIONS(3019), + [anon_sym_lock] = ACTIONS(3019), + [anon_sym_rlock] = ACTIONS(3019), + [anon_sym_unsafe] = ACTIONS(3019), + [anon_sym_sql] = ACTIONS(3019), + [sym_int_literal] = ACTIONS(3019), + [sym_float_literal] = ACTIONS(3019), + [sym_rune_literal] = ACTIONS(3019), + [anon_sym_AT] = ACTIONS(3019), + [anon_sym_shared] = ACTIONS(3019), + [anon_sym_map_LBRACK] = ACTIONS(3019), + [anon_sym_chan] = ACTIONS(3019), + [anon_sym_thread] = ACTIONS(3019), + [anon_sym_atomic] = ACTIONS(3019), + [anon_sym_assert] = ACTIONS(3019), + [anon_sym_defer] = ACTIONS(3019), + [anon_sym_goto] = ACTIONS(3019), + [anon_sym_break] = ACTIONS(3019), + [anon_sym_continue] = ACTIONS(3019), + [anon_sym_return] = ACTIONS(3019), + [anon_sym_DOLLARfor] = ACTIONS(3019), + [anon_sym_for] = ACTIONS(3019), + [anon_sym_POUND] = ACTIONS(3019), + [anon_sym_asm] = ACTIONS(3019), + [anon_sym_AT_LBRACK] = ACTIONS(3019), + [sym___double_quote] = ACTIONS(3019), + [sym___single_quote] = ACTIONS(3019), + [sym___c_double_quote] = ACTIONS(3019), + [sym___c_single_quote] = ACTIONS(3019), + [sym___r_double_quote] = ACTIONS(3019), + [sym___r_single_quote] = ACTIONS(3019), }, - [757] = { - [sym__expression] = STATE(326), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_mutability_modifiers] = STATE(597), - [sym_plain_type] = STATE(4220), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2580), + [722] = { + [sym__expression] = STATE(241), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_mutability_modifiers] = STATE(944), + [sym_plain_type] = STATE(4219), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2484), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(2582), + [anon_sym_LBRACE] = ACTIONS(2486), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_fn] = ACTIONS(475), [anon_sym_PLUS] = ACTIONS(27), @@ -113518,1443 +109731,645 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(119), [sym___r_single_quote] = ACTIONS(121), }, - [758] = { - [sym__expression] = STATE(2600), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4100), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1087), - [anon_sym_LBRACE] = ACTIONS(1089), - [anon_sym_LPAREN] = ACTIONS(1093), - [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(2528), - [anon_sym_DASH] = ACTIONS(2528), - [anon_sym_STAR] = ACTIONS(2530), - [anon_sym_struct] = ACTIONS(1101), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2532), - [anon_sym_go] = ACTIONS(2534), - [anon_sym_spawn] = ACTIONS(2536), - [anon_sym_json_DOTdecode] = ACTIONS(1109), - [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(2528), - [anon_sym_CARET] = ACTIONS(2528), - [anon_sym_AMP] = ACTIONS(2538), - [anon_sym_LT_DASH] = ACTIONS(2540), - [sym_none] = ACTIONS(1117), - [sym_true] = ACTIONS(1117), - [sym_false] = ACTIONS(1117), - [sym_nil] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1119), - [anon_sym_DOLLARif] = ACTIONS(1123), - [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2542), - [anon_sym_lock] = ACTIONS(2544), - [anon_sym_rlock] = ACTIONS(2544), - [anon_sym_unsafe] = ACTIONS(1131), - [anon_sym_sql] = ACTIONS(1133), - [sym_int_literal] = ACTIONS(1117), - [sym_float_literal] = ACTIONS(1135), - [sym_rune_literal] = ACTIONS(1135), - [anon_sym_AT] = ACTIONS(1137), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1139), - [sym___single_quote] = ACTIONS(1141), - [sym___c_double_quote] = ACTIONS(1143), - [sym___c_single_quote] = ACTIONS(1145), - [sym___r_double_quote] = ACTIONS(1147), - [sym___r_single_quote] = ACTIONS(1149), - }, - [759] = { - [sym__expression] = STATE(2599), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4100), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1087), - [anon_sym_LBRACE] = ACTIONS(1089), - [anon_sym_LPAREN] = ACTIONS(1093), - [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(2528), - [anon_sym_DASH] = ACTIONS(2528), - [anon_sym_STAR] = ACTIONS(2530), - [anon_sym_struct] = ACTIONS(1101), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2532), - [anon_sym_go] = ACTIONS(2534), - [anon_sym_spawn] = ACTIONS(2536), - [anon_sym_json_DOTdecode] = ACTIONS(1109), - [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(2528), - [anon_sym_CARET] = ACTIONS(2528), - [anon_sym_AMP] = ACTIONS(2538), - [anon_sym_LT_DASH] = ACTIONS(2540), - [sym_none] = ACTIONS(1117), - [sym_true] = ACTIONS(1117), - [sym_false] = ACTIONS(1117), - [sym_nil] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1119), - [anon_sym_DOLLARif] = ACTIONS(1123), - [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2542), - [anon_sym_lock] = ACTIONS(2544), - [anon_sym_rlock] = ACTIONS(2544), - [anon_sym_unsafe] = ACTIONS(1131), - [anon_sym_sql] = ACTIONS(1133), - [sym_int_literal] = ACTIONS(1117), - [sym_float_literal] = ACTIONS(1135), - [sym_rune_literal] = ACTIONS(1135), - [anon_sym_AT] = ACTIONS(1137), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1139), - [sym___single_quote] = ACTIONS(1141), - [sym___c_double_quote] = ACTIONS(1143), - [sym___c_single_quote] = ACTIONS(1145), - [sym___r_double_quote] = ACTIONS(1147), - [sym___r_single_quote] = ACTIONS(1149), - }, - [760] = { - [sym__expression] = STATE(2498), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4100), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1087), - [anon_sym_LBRACE] = ACTIONS(1089), - [anon_sym_LPAREN] = ACTIONS(1093), - [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(2528), - [anon_sym_DASH] = ACTIONS(2528), - [anon_sym_STAR] = ACTIONS(2530), - [anon_sym_struct] = ACTIONS(1101), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2532), - [anon_sym_go] = ACTIONS(2534), - [anon_sym_spawn] = ACTIONS(2536), - [anon_sym_json_DOTdecode] = ACTIONS(1109), - [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(2528), - [anon_sym_CARET] = ACTIONS(2528), - [anon_sym_AMP] = ACTIONS(2538), - [anon_sym_LT_DASH] = ACTIONS(2540), - [sym_none] = ACTIONS(1117), - [sym_true] = ACTIONS(1117), - [sym_false] = ACTIONS(1117), - [sym_nil] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1119), - [anon_sym_DOLLARif] = ACTIONS(1123), - [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2542), - [anon_sym_lock] = ACTIONS(2544), - [anon_sym_rlock] = ACTIONS(2544), - [anon_sym_unsafe] = ACTIONS(1131), - [anon_sym_sql] = ACTIONS(1133), - [sym_int_literal] = ACTIONS(1117), - [sym_float_literal] = ACTIONS(1135), - [sym_rune_literal] = ACTIONS(1135), - [anon_sym_AT] = ACTIONS(1137), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1139), - [sym___single_quote] = ACTIONS(1141), - [sym___c_double_quote] = ACTIONS(1143), - [sym___c_single_quote] = ACTIONS(1145), - [sym___r_double_quote] = ACTIONS(1147), - [sym___r_single_quote] = ACTIONS(1149), - }, - [761] = { - [sym__expression] = STATE(2489), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4010), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1087), - [anon_sym_LBRACE] = ACTIONS(1089), - [anon_sym_LPAREN] = ACTIONS(1093), - [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_STAR] = ACTIONS(2612), - [anon_sym_struct] = ACTIONS(1101), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2614), - [anon_sym_go] = ACTIONS(1105), - [anon_sym_spawn] = ACTIONS(1107), - [anon_sym_json_DOTdecode] = ACTIONS(1109), - [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(1097), - [anon_sym_CARET] = ACTIONS(1097), - [anon_sym_AMP] = ACTIONS(2616), - [anon_sym_LT_DASH] = ACTIONS(1115), - [sym_none] = ACTIONS(1117), - [sym_true] = ACTIONS(1117), - [sym_false] = ACTIONS(1117), - [sym_nil] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1119), - [anon_sym_DOLLARif] = ACTIONS(1123), - [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2568), - [anon_sym_lock] = ACTIONS(2570), - [anon_sym_rlock] = ACTIONS(2570), - [anon_sym_unsafe] = ACTIONS(1131), - [anon_sym_sql] = ACTIONS(1133), - [sym_int_literal] = ACTIONS(1117), - [sym_float_literal] = ACTIONS(1135), - [sym_rune_literal] = ACTIONS(1135), - [anon_sym_AT] = ACTIONS(1137), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1139), - [sym___single_quote] = ACTIONS(1141), - [sym___c_double_quote] = ACTIONS(1143), - [sym___c_single_quote] = ACTIONS(1145), - [sym___r_double_quote] = ACTIONS(1147), - [sym___r_single_quote] = ACTIONS(1149), - }, - [762] = { - [sym__expression] = STATE(2654), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [763] = { - [sym__expression] = STATE(1622), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2762), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(301), - [anon_sym_LBRACE] = ACTIONS(2764), - [anon_sym_LPAREN] = ACTIONS(307), - [anon_sym_fn] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(311), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_STAR] = ACTIONS(313), - [anon_sym_struct] = ACTIONS(315), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(317), - [anon_sym_go] = ACTIONS(319), - [anon_sym_spawn] = ACTIONS(321), - [anon_sym_json_DOTdecode] = ACTIONS(323), - [anon_sym_LBRACK2] = ACTIONS(325), - [anon_sym_TILDE] = ACTIONS(311), - [anon_sym_CARET] = ACTIONS(311), - [anon_sym_AMP] = ACTIONS(327), - [anon_sym_LT_DASH] = ACTIONS(329), - [sym_none] = ACTIONS(331), - [sym_true] = ACTIONS(331), - [sym_false] = ACTIONS(331), - [sym_nil] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_DOLLARif] = ACTIONS(335), - [anon_sym_match] = ACTIONS(337), - [anon_sym_select] = ACTIONS(339), - [anon_sym_lock] = ACTIONS(341), - [anon_sym_rlock] = ACTIONS(341), - [anon_sym_unsafe] = ACTIONS(343), - [anon_sym_sql] = ACTIONS(345), - [sym_int_literal] = ACTIONS(331), - [sym_float_literal] = ACTIONS(347), - [sym_rune_literal] = ACTIONS(347), - [anon_sym_AT] = ACTIONS(349), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(371), - [sym___single_quote] = ACTIONS(373), - [sym___c_double_quote] = ACTIONS(375), - [sym___c_single_quote] = ACTIONS(377), - [sym___r_double_quote] = ACTIONS(379), - [sym___r_single_quote] = ACTIONS(381), - }, - [764] = { - [sym__expression] = STATE(2489), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4015), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1087), - [anon_sym_LBRACE] = ACTIONS(1089), - [anon_sym_LPAREN] = ACTIONS(1093), - [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_STAR] = ACTIONS(2612), - [anon_sym_struct] = ACTIONS(1101), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2614), - [anon_sym_go] = ACTIONS(1105), - [anon_sym_spawn] = ACTIONS(1107), - [anon_sym_json_DOTdecode] = ACTIONS(1109), - [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(1097), - [anon_sym_CARET] = ACTIONS(1097), - [anon_sym_AMP] = ACTIONS(2616), - [anon_sym_LT_DASH] = ACTIONS(1115), - [sym_none] = ACTIONS(1117), - [sym_true] = ACTIONS(1117), - [sym_false] = ACTIONS(1117), - [sym_nil] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1119), - [anon_sym_DOLLARif] = ACTIONS(1123), - [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2568), - [anon_sym_lock] = ACTIONS(2570), - [anon_sym_rlock] = ACTIONS(2570), - [anon_sym_unsafe] = ACTIONS(1131), - [anon_sym_sql] = ACTIONS(1133), - [sym_int_literal] = ACTIONS(1117), - [sym_float_literal] = ACTIONS(1135), - [sym_rune_literal] = ACTIONS(1135), - [anon_sym_AT] = ACTIONS(1137), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1139), - [sym___single_quote] = ACTIONS(1141), - [sym___c_double_quote] = ACTIONS(1143), - [sym___c_single_quote] = ACTIONS(1145), - [sym___r_double_quote] = ACTIONS(1147), - [sym___r_single_quote] = ACTIONS(1149), - }, - [765] = { - [sym__expression] = STATE(2489), - [sym__expression_without_blocks] = STATE(2796), - [sym__expression_with_blocks] = STATE(2796), - [sym_inc_expression] = STATE(2796), - [sym_dec_expression] = STATE(2796), - [sym_or_block_expression] = STATE(2796), - [sym_option_propagation_expression] = STATE(2796), - [sym_result_propagation_expression] = STATE(2796), - [sym_anon_struct_value_expression] = STATE(2795), - [sym_go_expression] = STATE(2796), - [sym_spawn_expression] = STATE(2796), - [sym_parenthesized_expression] = STATE(2796), - [sym_call_expression] = STATE(2796), - [sym_type_initializer] = STATE(2795), - [sym_function_literal] = STATE(2796), - [sym_reference_expression] = STATE(2669), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2796), - [sym_receive_expression] = STATE(2796), - [sym_binary_expression] = STATE(2796), - [sym_as_type_cast_expression] = STATE(2796), - [sym__max_group] = STATE(2796), - [sym_literal] = STATE(2796), - [sym_map_init_expression] = STATE(2795), - [sym_array_creation] = STATE(2796), - [sym_fixed_array_creation] = STATE(2796), - [sym_selector_expression] = STATE(2796), - [sym_index_expression] = STATE(2796), - [sym_slice_expression] = STATE(2796), - [sym_if_expression] = STATE(2795), - [sym_compile_time_if_expression] = STATE(2795), - [sym_is_expression] = STATE(2796), - [sym_not_is_expression] = STATE(2796), - [sym_in_expression] = STATE(2796), - [sym_not_in_expression] = STATE(2796), - [sym_enum_fetch] = STATE(2796), - [sym_match_expression] = STATE(2795), - [sym_select_expression] = STATE(2795), - [sym_lock_expression] = STATE(2795), - [sym_unsafe_expression] = STATE(2795), - [sym_sql_expression] = STATE(2795), - [sym_c_string_literal] = STATE(2674), - [sym_raw_string_literal] = STATE(2674), - [sym_interpreted_string_literal] = STATE(2674), - [sym_pseudo_compile_time_identifier] = STATE(2796), - [sym_mutability_modifiers] = STATE(830), - [sym_plain_type] = STATE(4017), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [723] = { + [sym__expression] = STATE(2604), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1087), - [anon_sym_LBRACE] = ACTIONS(1089), - [anon_sym_LPAREN] = ACTIONS(1093), - [anon_sym_fn] = ACTIONS(1095), - [anon_sym_PLUS] = ACTIONS(1097), - [anon_sym_DASH] = ACTIONS(1097), - [anon_sym_STAR] = ACTIONS(2612), - [anon_sym_struct] = ACTIONS(1101), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2614), - [anon_sym_go] = ACTIONS(1105), - [anon_sym_spawn] = ACTIONS(1107), - [anon_sym_json_DOTdecode] = ACTIONS(1109), - [anon_sym_LBRACK2] = ACTIONS(1111), - [anon_sym_TILDE] = ACTIONS(1097), - [anon_sym_CARET] = ACTIONS(1097), - [anon_sym_AMP] = ACTIONS(2616), - [anon_sym_LT_DASH] = ACTIONS(1115), - [sym_none] = ACTIONS(1117), - [sym_true] = ACTIONS(1117), - [sym_false] = ACTIONS(1117), - [sym_nil] = ACTIONS(1117), - [anon_sym_if] = ACTIONS(1119), - [anon_sym_DOLLARif] = ACTIONS(1123), - [anon_sym_match] = ACTIONS(1125), - [anon_sym_select] = ACTIONS(2568), - [anon_sym_lock] = ACTIONS(2570), - [anon_sym_rlock] = ACTIONS(2570), - [anon_sym_unsafe] = ACTIONS(1131), - [anon_sym_sql] = ACTIONS(1133), - [sym_int_literal] = ACTIONS(1117), - [sym_float_literal] = ACTIONS(1135), - [sym_rune_literal] = ACTIONS(1135), - [anon_sym_AT] = ACTIONS(1137), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1139), - [sym___single_quote] = ACTIONS(1141), - [sym___c_double_quote] = ACTIONS(1143), - [sym___c_single_quote] = ACTIONS(1145), - [sym___r_double_quote] = ACTIONS(1147), - [sym___r_single_quote] = ACTIONS(1149), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [766] = { - [sym__expression] = STATE(2811), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [724] = { + [sym__expression] = STATE(2730), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [767] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(3002), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(3005), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [725] = { + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2971), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2957), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [768] = { - [sym__expression] = STATE(2840), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3667), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [726] = { + [sym__expression] = STATE(2669), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3681), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2364), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2166), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2366), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2372), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2168), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2174), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [769] = { - [sym__expression] = STATE(2648), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [727] = { + [sym__expression] = STATE(2645), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [770] = { - [sym__expression] = STATE(1811), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1562), + [728] = { + [sym__expression] = STATE(1894), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1590), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), + [anon_sym_LBRACE] = ACTIONS(2430), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_fn] = ACTIONS(803), [anon_sym_PLUS] = ACTIONS(805), @@ -115000,189 +110415,303 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(855), [sym___r_single_quote] = ACTIONS(857), }, - [771] = { - [sym__expression] = STATE(1926), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2546), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(2548), - [anon_sym_DASH] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2550), - [anon_sym_struct] = ACTIONS(809), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2552), - [anon_sym_go] = ACTIONS(2554), - [anon_sym_spawn] = ACTIONS(2556), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_CARET] = ACTIONS(2548), - [anon_sym_AMP] = ACTIONS(2560), - [anon_sym_LT_DASH] = ACTIONS(2562), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(829), - [anon_sym_DOLLARif] = ACTIONS(831), - [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(2564), - [anon_sym_lock] = ACTIONS(2566), - [anon_sym_rlock] = ACTIONS(2566), - [anon_sym_unsafe] = ACTIONS(839), - [anon_sym_sql] = ACTIONS(841), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), + [729] = { + [ts_builtin_sym_end] = ACTIONS(3021), + [sym_identifier] = ACTIONS(3023), + [anon_sym_LF] = ACTIONS(3023), + [anon_sym_CR] = ACTIONS(3023), + [anon_sym_CR_LF] = ACTIONS(3023), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3023), + [anon_sym_as] = ACTIONS(3023), + [anon_sym_LBRACE] = ACTIONS(3023), + [anon_sym_COMMA] = ACTIONS(3023), + [anon_sym_const] = ACTIONS(3023), + [anon_sym_LPAREN] = ACTIONS(3023), + [anon_sym_EQ] = ACTIONS(3023), + [anon_sym___global] = ACTIONS(3023), + [anon_sym_type] = ACTIONS(3023), + [anon_sym_PIPE] = ACTIONS(3023), + [anon_sym_fn] = ACTIONS(3023), + [anon_sym_PLUS] = ACTIONS(3023), + [anon_sym_DASH] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(3023), + [anon_sym_SLASH] = ACTIONS(3023), + [anon_sym_PERCENT] = ACTIONS(3023), + [anon_sym_LT] = ACTIONS(3023), + [anon_sym_GT] = ACTIONS(3023), + [anon_sym_EQ_EQ] = ACTIONS(3023), + [anon_sym_BANG_EQ] = ACTIONS(3023), + [anon_sym_LT_EQ] = ACTIONS(3023), + [anon_sym_GT_EQ] = ACTIONS(3023), + [anon_sym_LBRACK] = ACTIONS(3021), + [anon_sym_LT2] = ACTIONS(3023), + [anon_sym_struct] = ACTIONS(3023), + [anon_sym_union] = ACTIONS(3023), + [anon_sym_pub] = ACTIONS(3023), + [anon_sym_mut] = ACTIONS(3023), + [anon_sym_enum] = ACTIONS(3023), + [anon_sym_interface] = ACTIONS(3023), + [anon_sym_PLUS_PLUS] = ACTIONS(3023), + [anon_sym_DASH_DASH] = ACTIONS(3023), + [anon_sym_QMARK] = ACTIONS(3023), + [anon_sym_BANG] = ACTIONS(3023), + [anon_sym_go] = ACTIONS(3023), + [anon_sym_spawn] = ACTIONS(3023), + [anon_sym_json_DOTdecode] = ACTIONS(3023), + [anon_sym_LBRACK2] = ACTIONS(3023), + [anon_sym_TILDE] = ACTIONS(3023), + [anon_sym_CARET] = ACTIONS(3023), + [anon_sym_AMP] = ACTIONS(3023), + [anon_sym_LT_DASH] = ACTIONS(3023), + [anon_sym_LT_LT] = ACTIONS(3023), + [anon_sym_GT_GT] = ACTIONS(3023), + [anon_sym_GT_GT_GT] = ACTIONS(3023), + [anon_sym_AMP_CARET] = ACTIONS(3023), + [anon_sym_AMP_AMP] = ACTIONS(3023), + [anon_sym_PIPE_PIPE] = ACTIONS(3023), + [anon_sym_or] = ACTIONS(3023), + [sym_none] = ACTIONS(3023), + [sym_true] = ACTIONS(3023), + [sym_false] = ACTIONS(3023), + [sym_nil] = ACTIONS(3023), + [anon_sym_QMARK_DOT] = ACTIONS(3023), + [anon_sym_POUND_LBRACK] = ACTIONS(3023), + [anon_sym_if] = ACTIONS(3023), + [anon_sym_DOLLARif] = ACTIONS(3023), + [anon_sym_is] = ACTIONS(3023), + [anon_sym_BANGis] = ACTIONS(3023), + [anon_sym_in] = ACTIONS(3023), + [anon_sym_BANGin] = ACTIONS(3023), + [anon_sym_match] = ACTIONS(3023), + [anon_sym_select] = ACTIONS(3023), + [anon_sym_STAR_EQ] = ACTIONS(3023), + [anon_sym_SLASH_EQ] = ACTIONS(3023), + [anon_sym_PERCENT_EQ] = ACTIONS(3023), + [anon_sym_LT_LT_EQ] = ACTIONS(3023), + [anon_sym_GT_GT_EQ] = ACTIONS(3023), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3023), + [anon_sym_AMP_EQ] = ACTIONS(3023), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3023), + [anon_sym_PLUS_EQ] = ACTIONS(3023), + [anon_sym_DASH_EQ] = ACTIONS(3023), + [anon_sym_PIPE_EQ] = ACTIONS(3023), + [anon_sym_CARET_EQ] = ACTIONS(3023), + [anon_sym_COLON_EQ] = ACTIONS(3023), + [anon_sym_lock] = ACTIONS(3023), + [anon_sym_rlock] = ACTIONS(3023), + [anon_sym_unsafe] = ACTIONS(3023), + [anon_sym_sql] = ACTIONS(3023), + [sym_int_literal] = ACTIONS(3023), + [sym_float_literal] = ACTIONS(3023), + [sym_rune_literal] = ACTIONS(3023), + [anon_sym_AT] = ACTIONS(3023), + [anon_sym_shared] = ACTIONS(3023), + [anon_sym_map_LBRACK] = ACTIONS(3023), + [anon_sym_chan] = ACTIONS(3023), + [anon_sym_thread] = ACTIONS(3023), + [anon_sym_atomic] = ACTIONS(3023), + [anon_sym_assert] = ACTIONS(3023), + [anon_sym_defer] = ACTIONS(3023), + [anon_sym_goto] = ACTIONS(3023), + [anon_sym_break] = ACTIONS(3023), + [anon_sym_continue] = ACTIONS(3023), + [anon_sym_return] = ACTIONS(3023), + [anon_sym_DOLLARfor] = ACTIONS(3023), + [anon_sym_for] = ACTIONS(3023), + [anon_sym_POUND] = ACTIONS(3023), + [anon_sym_asm] = ACTIONS(3023), + [anon_sym_AT_LBRACK] = ACTIONS(3023), + [sym___double_quote] = ACTIONS(3023), + [sym___single_quote] = ACTIONS(3023), + [sym___c_double_quote] = ACTIONS(3023), + [sym___c_single_quote] = ACTIONS(3023), + [sym___r_double_quote] = ACTIONS(3023), + [sym___r_single_quote] = ACTIONS(3023), }, - [772] = { - [sym__expression] = STATE(1781), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1562), + [730] = { + [ts_builtin_sym_end] = ACTIONS(3025), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LF] = ACTIONS(3027), + [anon_sym_CR] = ACTIONS(3027), + [anon_sym_CR_LF] = ACTIONS(3027), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3027), + [anon_sym_as] = ACTIONS(3027), + [anon_sym_LBRACE] = ACTIONS(3027), + [anon_sym_COMMA] = ACTIONS(3027), + [anon_sym_const] = ACTIONS(3027), + [anon_sym_LPAREN] = ACTIONS(3027), + [anon_sym_EQ] = ACTIONS(3027), + [anon_sym___global] = ACTIONS(3027), + [anon_sym_type] = ACTIONS(3027), + [anon_sym_PIPE] = ACTIONS(3027), + [anon_sym_fn] = ACTIONS(3027), + [anon_sym_PLUS] = ACTIONS(3027), + [anon_sym_DASH] = ACTIONS(3027), + [anon_sym_STAR] = ACTIONS(3027), + [anon_sym_SLASH] = ACTIONS(3027), + [anon_sym_PERCENT] = ACTIONS(3027), + [anon_sym_LT] = ACTIONS(3027), + [anon_sym_GT] = ACTIONS(3027), + [anon_sym_EQ_EQ] = ACTIONS(3027), + [anon_sym_BANG_EQ] = ACTIONS(3027), + [anon_sym_LT_EQ] = ACTIONS(3027), + [anon_sym_GT_EQ] = ACTIONS(3027), + [anon_sym_LBRACK] = ACTIONS(3025), + [anon_sym_LT2] = ACTIONS(3027), + [anon_sym_struct] = ACTIONS(3027), + [anon_sym_union] = ACTIONS(3027), + [anon_sym_pub] = ACTIONS(3027), + [anon_sym_mut] = ACTIONS(3027), + [anon_sym_enum] = ACTIONS(3027), + [anon_sym_interface] = ACTIONS(3027), + [anon_sym_PLUS_PLUS] = ACTIONS(3027), + [anon_sym_DASH_DASH] = ACTIONS(3027), + [anon_sym_QMARK] = ACTIONS(3027), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(3027), + [anon_sym_spawn] = ACTIONS(3027), + [anon_sym_json_DOTdecode] = ACTIONS(3027), + [anon_sym_LBRACK2] = ACTIONS(3027), + [anon_sym_TILDE] = ACTIONS(3027), + [anon_sym_CARET] = ACTIONS(3027), + [anon_sym_AMP] = ACTIONS(3027), + [anon_sym_LT_DASH] = ACTIONS(3027), + [anon_sym_LT_LT] = ACTIONS(3027), + [anon_sym_GT_GT] = ACTIONS(3027), + [anon_sym_GT_GT_GT] = ACTIONS(3027), + [anon_sym_AMP_CARET] = ACTIONS(3027), + [anon_sym_AMP_AMP] = ACTIONS(3027), + [anon_sym_PIPE_PIPE] = ACTIONS(3027), + [anon_sym_or] = ACTIONS(3027), + [sym_none] = ACTIONS(3027), + [sym_true] = ACTIONS(3027), + [sym_false] = ACTIONS(3027), + [sym_nil] = ACTIONS(3027), + [anon_sym_QMARK_DOT] = ACTIONS(3027), + [anon_sym_POUND_LBRACK] = ACTIONS(3027), + [anon_sym_if] = ACTIONS(3027), + [anon_sym_DOLLARif] = ACTIONS(3027), + [anon_sym_is] = ACTIONS(3027), + [anon_sym_BANGis] = ACTIONS(3027), + [anon_sym_in] = ACTIONS(3027), + [anon_sym_BANGin] = ACTIONS(3027), + [anon_sym_match] = ACTIONS(3027), + [anon_sym_select] = ACTIONS(3027), + [anon_sym_STAR_EQ] = ACTIONS(3027), + [anon_sym_SLASH_EQ] = ACTIONS(3027), + [anon_sym_PERCENT_EQ] = ACTIONS(3027), + [anon_sym_LT_LT_EQ] = ACTIONS(3027), + [anon_sym_GT_GT_EQ] = ACTIONS(3027), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3027), + [anon_sym_AMP_EQ] = ACTIONS(3027), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3027), + [anon_sym_PLUS_EQ] = ACTIONS(3027), + [anon_sym_DASH_EQ] = ACTIONS(3027), + [anon_sym_PIPE_EQ] = ACTIONS(3027), + [anon_sym_CARET_EQ] = ACTIONS(3027), + [anon_sym_COLON_EQ] = ACTIONS(3027), + [anon_sym_lock] = ACTIONS(3027), + [anon_sym_rlock] = ACTIONS(3027), + [anon_sym_unsafe] = ACTIONS(3027), + [anon_sym_sql] = ACTIONS(3027), + [sym_int_literal] = ACTIONS(3027), + [sym_float_literal] = ACTIONS(3027), + [sym_rune_literal] = ACTIONS(3027), + [anon_sym_AT] = ACTIONS(3027), + [anon_sym_shared] = ACTIONS(3027), + [anon_sym_map_LBRACK] = ACTIONS(3027), + [anon_sym_chan] = ACTIONS(3027), + [anon_sym_thread] = ACTIONS(3027), + [anon_sym_atomic] = ACTIONS(3027), + [anon_sym_assert] = ACTIONS(3027), + [anon_sym_defer] = ACTIONS(3027), + [anon_sym_goto] = ACTIONS(3027), + [anon_sym_break] = ACTIONS(3027), + [anon_sym_continue] = ACTIONS(3027), + [anon_sym_return] = ACTIONS(3027), + [anon_sym_DOLLARfor] = ACTIONS(3027), + [anon_sym_for] = ACTIONS(3027), + [anon_sym_POUND] = ACTIONS(3027), + [anon_sym_asm] = ACTIONS(3027), + [anon_sym_AT_LBRACK] = ACTIONS(3027), + [sym___double_quote] = ACTIONS(3027), + [sym___single_quote] = ACTIONS(3027), + [sym___c_double_quote] = ACTIONS(3027), + [sym___c_single_quote] = ACTIONS(3027), + [sym___r_double_quote] = ACTIONS(3027), + [sym___r_single_quote] = ACTIONS(3027), + }, + [731] = { + [sym__expression] = STATE(1784), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1590), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), + [anon_sym_LBRACE] = ACTIONS(2430), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_fn] = ACTIONS(803), [anon_sym_PLUS] = ACTIONS(805), @@ -115228,189 +110757,531 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(855), [sym___r_single_quote] = ACTIONS(857), }, - [773] = { - [sym__expression] = STATE(2875), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [732] = { + [ts_builtin_sym_end] = ACTIONS(3029), + [sym_identifier] = ACTIONS(3031), + [anon_sym_LF] = ACTIONS(3031), + [anon_sym_CR] = ACTIONS(3031), + [anon_sym_CR_LF] = ACTIONS(3031), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3031), + [anon_sym_as] = ACTIONS(3031), + [anon_sym_LBRACE] = ACTIONS(3031), + [anon_sym_COMMA] = ACTIONS(3031), + [anon_sym_const] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(3031), + [anon_sym_EQ] = ACTIONS(3031), + [anon_sym___global] = ACTIONS(3031), + [anon_sym_type] = ACTIONS(3031), + [anon_sym_PIPE] = ACTIONS(3031), + [anon_sym_fn] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3031), + [anon_sym_SLASH] = ACTIONS(3031), + [anon_sym_PERCENT] = ACTIONS(3031), + [anon_sym_LT] = ACTIONS(3031), + [anon_sym_GT] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3031), + [anon_sym_BANG_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_LBRACK] = ACTIONS(3029), + [anon_sym_LT2] = ACTIONS(3031), + [anon_sym_struct] = ACTIONS(3031), + [anon_sym_union] = ACTIONS(3031), + [anon_sym_pub] = ACTIONS(3031), + [anon_sym_mut] = ACTIONS(3031), + [anon_sym_enum] = ACTIONS(3031), + [anon_sym_interface] = ACTIONS(3031), + [anon_sym_PLUS_PLUS] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3031), + [anon_sym_QMARK] = ACTIONS(3031), + [anon_sym_BANG] = ACTIONS(3031), + [anon_sym_go] = ACTIONS(3031), + [anon_sym_spawn] = ACTIONS(3031), + [anon_sym_json_DOTdecode] = ACTIONS(3031), + [anon_sym_LBRACK2] = ACTIONS(3031), + [anon_sym_TILDE] = ACTIONS(3031), + [anon_sym_CARET] = ACTIONS(3031), + [anon_sym_AMP] = ACTIONS(3031), + [anon_sym_LT_DASH] = ACTIONS(3031), + [anon_sym_LT_LT] = ACTIONS(3031), + [anon_sym_GT_GT] = ACTIONS(3031), + [anon_sym_GT_GT_GT] = ACTIONS(3031), + [anon_sym_AMP_CARET] = ACTIONS(3031), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_or] = ACTIONS(3031), + [sym_none] = ACTIONS(3031), + [sym_true] = ACTIONS(3031), + [sym_false] = ACTIONS(3031), + [sym_nil] = ACTIONS(3031), + [anon_sym_QMARK_DOT] = ACTIONS(3031), + [anon_sym_POUND_LBRACK] = ACTIONS(3031), + [anon_sym_if] = ACTIONS(3031), + [anon_sym_DOLLARif] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3031), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_in] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_match] = ACTIONS(3031), + [anon_sym_select] = ACTIONS(3031), + [anon_sym_STAR_EQ] = ACTIONS(3031), + [anon_sym_SLASH_EQ] = ACTIONS(3031), + [anon_sym_PERCENT_EQ] = ACTIONS(3031), + [anon_sym_LT_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_GT_EQ] = ACTIONS(3031), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3031), + [anon_sym_AMP_EQ] = ACTIONS(3031), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3031), + [anon_sym_PLUS_EQ] = ACTIONS(3031), + [anon_sym_DASH_EQ] = ACTIONS(3031), + [anon_sym_PIPE_EQ] = ACTIONS(3031), + [anon_sym_CARET_EQ] = ACTIONS(3031), + [anon_sym_COLON_EQ] = ACTIONS(3031), + [anon_sym_lock] = ACTIONS(3031), + [anon_sym_rlock] = ACTIONS(3031), + [anon_sym_unsafe] = ACTIONS(3031), + [anon_sym_sql] = ACTIONS(3031), + [sym_int_literal] = ACTIONS(3031), + [sym_float_literal] = ACTIONS(3031), + [sym_rune_literal] = ACTIONS(3031), + [anon_sym_AT] = ACTIONS(3031), + [anon_sym_shared] = ACTIONS(3031), + [anon_sym_map_LBRACK] = ACTIONS(3031), + [anon_sym_chan] = ACTIONS(3031), + [anon_sym_thread] = ACTIONS(3031), + [anon_sym_atomic] = ACTIONS(3031), + [anon_sym_assert] = ACTIONS(3031), + [anon_sym_defer] = ACTIONS(3031), + [anon_sym_goto] = ACTIONS(3031), + [anon_sym_break] = ACTIONS(3031), + [anon_sym_continue] = ACTIONS(3031), + [anon_sym_return] = ACTIONS(3031), + [anon_sym_DOLLARfor] = ACTIONS(3031), + [anon_sym_for] = ACTIONS(3031), + [anon_sym_POUND] = ACTIONS(3031), + [anon_sym_asm] = ACTIONS(3031), + [anon_sym_AT_LBRACK] = ACTIONS(3031), + [sym___double_quote] = ACTIONS(3031), + [sym___single_quote] = ACTIONS(3031), + [sym___c_double_quote] = ACTIONS(3031), + [sym___c_single_quote] = ACTIONS(3031), + [sym___r_double_quote] = ACTIONS(3031), + [sym___r_single_quote] = ACTIONS(3031), + }, + [733] = { + [ts_builtin_sym_end] = ACTIONS(3033), + [sym_identifier] = ACTIONS(3035), + [anon_sym_LF] = ACTIONS(3035), + [anon_sym_CR] = ACTIONS(3035), + [anon_sym_CR_LF] = ACTIONS(3035), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3035), + [anon_sym_as] = ACTIONS(3035), + [anon_sym_LBRACE] = ACTIONS(3035), + [anon_sym_COMMA] = ACTIONS(3035), + [anon_sym_const] = ACTIONS(3035), + [anon_sym_LPAREN] = ACTIONS(3035), + [anon_sym_EQ] = ACTIONS(3035), + [anon_sym___global] = ACTIONS(3035), + [anon_sym_type] = ACTIONS(3035), + [anon_sym_PIPE] = ACTIONS(3035), + [anon_sym_fn] = ACTIONS(3035), + [anon_sym_PLUS] = ACTIONS(3035), + [anon_sym_DASH] = ACTIONS(3035), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_SLASH] = ACTIONS(3035), + [anon_sym_PERCENT] = ACTIONS(3035), + [anon_sym_LT] = ACTIONS(3035), + [anon_sym_GT] = ACTIONS(3035), + [anon_sym_EQ_EQ] = ACTIONS(3035), + [anon_sym_BANG_EQ] = ACTIONS(3035), + [anon_sym_LT_EQ] = ACTIONS(3035), + [anon_sym_GT_EQ] = ACTIONS(3035), + [anon_sym_LBRACK] = ACTIONS(3033), + [anon_sym_LT2] = ACTIONS(3035), + [anon_sym_struct] = ACTIONS(3035), + [anon_sym_union] = ACTIONS(3035), + [anon_sym_pub] = ACTIONS(3035), + [anon_sym_mut] = ACTIONS(3035), + [anon_sym_enum] = ACTIONS(3035), + [anon_sym_interface] = ACTIONS(3035), + [anon_sym_PLUS_PLUS] = ACTIONS(3035), + [anon_sym_DASH_DASH] = ACTIONS(3035), + [anon_sym_QMARK] = ACTIONS(3035), + [anon_sym_BANG] = ACTIONS(3035), + [anon_sym_go] = ACTIONS(3035), + [anon_sym_spawn] = ACTIONS(3035), + [anon_sym_json_DOTdecode] = ACTIONS(3035), + [anon_sym_LBRACK2] = ACTIONS(3035), + [anon_sym_TILDE] = ACTIONS(3035), + [anon_sym_CARET] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_LT_DASH] = ACTIONS(3035), + [anon_sym_LT_LT] = ACTIONS(3035), + [anon_sym_GT_GT] = ACTIONS(3035), + [anon_sym_GT_GT_GT] = ACTIONS(3035), + [anon_sym_AMP_CARET] = ACTIONS(3035), + [anon_sym_AMP_AMP] = ACTIONS(3035), + [anon_sym_PIPE_PIPE] = ACTIONS(3035), + [anon_sym_or] = ACTIONS(3035), + [sym_none] = ACTIONS(3035), + [sym_true] = ACTIONS(3035), + [sym_false] = ACTIONS(3035), + [sym_nil] = ACTIONS(3035), + [anon_sym_QMARK_DOT] = ACTIONS(3035), + [anon_sym_POUND_LBRACK] = ACTIONS(3035), + [anon_sym_if] = ACTIONS(3035), + [anon_sym_DOLLARif] = ACTIONS(3035), + [anon_sym_is] = ACTIONS(3035), + [anon_sym_BANGis] = ACTIONS(3035), + [anon_sym_in] = ACTIONS(3035), + [anon_sym_BANGin] = ACTIONS(3035), + [anon_sym_match] = ACTIONS(3035), + [anon_sym_select] = ACTIONS(3035), + [anon_sym_STAR_EQ] = ACTIONS(3035), + [anon_sym_SLASH_EQ] = ACTIONS(3035), + [anon_sym_PERCENT_EQ] = ACTIONS(3035), + [anon_sym_LT_LT_EQ] = ACTIONS(3035), + [anon_sym_GT_GT_EQ] = ACTIONS(3035), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3035), + [anon_sym_AMP_EQ] = ACTIONS(3035), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3035), + [anon_sym_PLUS_EQ] = ACTIONS(3035), + [anon_sym_DASH_EQ] = ACTIONS(3035), + [anon_sym_PIPE_EQ] = ACTIONS(3035), + [anon_sym_CARET_EQ] = ACTIONS(3035), + [anon_sym_COLON_EQ] = ACTIONS(3035), + [anon_sym_lock] = ACTIONS(3035), + [anon_sym_rlock] = ACTIONS(3035), + [anon_sym_unsafe] = ACTIONS(3035), + [anon_sym_sql] = ACTIONS(3035), + [sym_int_literal] = ACTIONS(3035), + [sym_float_literal] = ACTIONS(3035), + [sym_rune_literal] = ACTIONS(3035), + [anon_sym_AT] = ACTIONS(3035), + [anon_sym_shared] = ACTIONS(3035), + [anon_sym_map_LBRACK] = ACTIONS(3035), + [anon_sym_chan] = ACTIONS(3035), + [anon_sym_thread] = ACTIONS(3035), + [anon_sym_atomic] = ACTIONS(3035), + [anon_sym_assert] = ACTIONS(3035), + [anon_sym_defer] = ACTIONS(3035), + [anon_sym_goto] = ACTIONS(3035), + [anon_sym_break] = ACTIONS(3035), + [anon_sym_continue] = ACTIONS(3035), + [anon_sym_return] = ACTIONS(3035), + [anon_sym_DOLLARfor] = ACTIONS(3035), + [anon_sym_for] = ACTIONS(3035), + [anon_sym_POUND] = ACTIONS(3035), + [anon_sym_asm] = ACTIONS(3035), + [anon_sym_AT_LBRACK] = ACTIONS(3035), + [sym___double_quote] = ACTIONS(3035), + [sym___single_quote] = ACTIONS(3035), + [sym___c_double_quote] = ACTIONS(3035), + [sym___c_single_quote] = ACTIONS(3035), + [sym___r_double_quote] = ACTIONS(3035), + [sym___r_single_quote] = ACTIONS(3035), + }, + [734] = { + [sym__expression] = STATE(2602), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [774] = { - [sym__expression] = STATE(1778), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4322), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1562), + [735] = { + [ts_builtin_sym_end] = ACTIONS(3037), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LF] = ACTIONS(3039), + [anon_sym_CR] = ACTIONS(3039), + [anon_sym_CR_LF] = ACTIONS(3039), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3039), + [anon_sym_as] = ACTIONS(3039), + [anon_sym_LBRACE] = ACTIONS(3039), + [anon_sym_COMMA] = ACTIONS(3039), + [anon_sym_const] = ACTIONS(3039), + [anon_sym_LPAREN] = ACTIONS(3039), + [anon_sym_EQ] = ACTIONS(3039), + [anon_sym___global] = ACTIONS(3039), + [anon_sym_type] = ACTIONS(3039), + [anon_sym_PIPE] = ACTIONS(3039), + [anon_sym_fn] = ACTIONS(3039), + [anon_sym_PLUS] = ACTIONS(3039), + [anon_sym_DASH] = ACTIONS(3039), + [anon_sym_STAR] = ACTIONS(3039), + [anon_sym_SLASH] = ACTIONS(3039), + [anon_sym_PERCENT] = ACTIONS(3039), + [anon_sym_LT] = ACTIONS(3039), + [anon_sym_GT] = ACTIONS(3039), + [anon_sym_EQ_EQ] = ACTIONS(3039), + [anon_sym_BANG_EQ] = ACTIONS(3039), + [anon_sym_LT_EQ] = ACTIONS(3039), + [anon_sym_GT_EQ] = ACTIONS(3039), + [anon_sym_LBRACK] = ACTIONS(3037), + [anon_sym_LT2] = ACTIONS(3039), + [anon_sym_struct] = ACTIONS(3039), + [anon_sym_union] = ACTIONS(3039), + [anon_sym_pub] = ACTIONS(3039), + [anon_sym_mut] = ACTIONS(3039), + [anon_sym_enum] = ACTIONS(3039), + [anon_sym_interface] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_QMARK] = ACTIONS(3039), + [anon_sym_BANG] = ACTIONS(3039), + [anon_sym_go] = ACTIONS(3039), + [anon_sym_spawn] = ACTIONS(3039), + [anon_sym_json_DOTdecode] = ACTIONS(3039), + [anon_sym_LBRACK2] = ACTIONS(3039), + [anon_sym_TILDE] = ACTIONS(3039), + [anon_sym_CARET] = ACTIONS(3039), + [anon_sym_AMP] = ACTIONS(3039), + [anon_sym_LT_DASH] = ACTIONS(3039), + [anon_sym_LT_LT] = ACTIONS(3039), + [anon_sym_GT_GT] = ACTIONS(3039), + [anon_sym_GT_GT_GT] = ACTIONS(3039), + [anon_sym_AMP_CARET] = ACTIONS(3039), + [anon_sym_AMP_AMP] = ACTIONS(3039), + [anon_sym_PIPE_PIPE] = ACTIONS(3039), + [anon_sym_or] = ACTIONS(3039), + [sym_none] = ACTIONS(3039), + [sym_true] = ACTIONS(3039), + [sym_false] = ACTIONS(3039), + [sym_nil] = ACTIONS(3039), + [anon_sym_QMARK_DOT] = ACTIONS(3039), + [anon_sym_POUND_LBRACK] = ACTIONS(3039), + [anon_sym_if] = ACTIONS(3039), + [anon_sym_DOLLARif] = ACTIONS(3039), + [anon_sym_is] = ACTIONS(3039), + [anon_sym_BANGis] = ACTIONS(3039), + [anon_sym_in] = ACTIONS(3039), + [anon_sym_BANGin] = ACTIONS(3039), + [anon_sym_match] = ACTIONS(3039), + [anon_sym_select] = ACTIONS(3039), + [anon_sym_STAR_EQ] = ACTIONS(3039), + [anon_sym_SLASH_EQ] = ACTIONS(3039), + [anon_sym_PERCENT_EQ] = ACTIONS(3039), + [anon_sym_LT_LT_EQ] = ACTIONS(3039), + [anon_sym_GT_GT_EQ] = ACTIONS(3039), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3039), + [anon_sym_AMP_EQ] = ACTIONS(3039), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3039), + [anon_sym_PLUS_EQ] = ACTIONS(3039), + [anon_sym_DASH_EQ] = ACTIONS(3039), + [anon_sym_PIPE_EQ] = ACTIONS(3039), + [anon_sym_CARET_EQ] = ACTIONS(3039), + [anon_sym_COLON_EQ] = ACTIONS(3039), + [anon_sym_lock] = ACTIONS(3039), + [anon_sym_rlock] = ACTIONS(3039), + [anon_sym_unsafe] = ACTIONS(3039), + [anon_sym_sql] = ACTIONS(3039), + [sym_int_literal] = ACTIONS(3039), + [sym_float_literal] = ACTIONS(3039), + [sym_rune_literal] = ACTIONS(3039), + [anon_sym_AT] = ACTIONS(3039), + [anon_sym_shared] = ACTIONS(3039), + [anon_sym_map_LBRACK] = ACTIONS(3039), + [anon_sym_chan] = ACTIONS(3039), + [anon_sym_thread] = ACTIONS(3039), + [anon_sym_atomic] = ACTIONS(3039), + [anon_sym_assert] = ACTIONS(3039), + [anon_sym_defer] = ACTIONS(3039), + [anon_sym_goto] = ACTIONS(3039), + [anon_sym_break] = ACTIONS(3039), + [anon_sym_continue] = ACTIONS(3039), + [anon_sym_return] = ACTIONS(3039), + [anon_sym_DOLLARfor] = ACTIONS(3039), + [anon_sym_for] = ACTIONS(3039), + [anon_sym_POUND] = ACTIONS(3039), + [anon_sym_asm] = ACTIONS(3039), + [anon_sym_AT_LBRACK] = ACTIONS(3039), + [sym___double_quote] = ACTIONS(3039), + [sym___single_quote] = ACTIONS(3039), + [sym___c_double_quote] = ACTIONS(3039), + [sym___c_single_quote] = ACTIONS(3039), + [sym___r_double_quote] = ACTIONS(3039), + [sym___r_single_quote] = ACTIONS(3039), + }, + [736] = { + [sym__expression] = STATE(1766), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4336), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1590), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), + [anon_sym_LBRACE] = ACTIONS(2430), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_fn] = ACTIONS(803), [anon_sym_PLUS] = ACTIONS(805), @@ -115456,75 +111327,189 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(855), [sym___r_single_quote] = ACTIONS(857), }, - [775] = { - [sym__expression] = STATE(1780), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1562), + [737] = { + [sym__expression] = STATE(2150), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2663), + [anon_sym_DASH] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(2665), + [anon_sym_struct] = ACTIONS(2667), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2669), + [anon_sym_go] = ACTIONS(2671), + [anon_sym_spawn] = ACTIONS(2673), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2663), + [anon_sym_CARET] = ACTIONS(2663), + [anon_sym_AMP] = ACTIONS(2679), + [anon_sym_LT_DASH] = ACTIONS(2681), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2691), + [anon_sym_lock] = ACTIONS(2693), + [anon_sym_rlock] = ACTIONS(2693), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), + }, + [738] = { + [sym__expression] = STATE(1763), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1590), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), + [anon_sym_LBRACE] = ACTIONS(2430), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_fn] = ACTIONS(803), [anon_sym_PLUS] = ACTIONS(805), @@ -115570,75 +111555,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(855), [sym___r_single_quote] = ACTIONS(857), }, - [776] = { - [sym__expression] = STATE(1779), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1562), + [739] = { + [sym__expression] = STATE(1765), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1590), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), + [anon_sym_LBRACE] = ACTIONS(2430), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_fn] = ACTIONS(803), [anon_sym_PLUS] = ACTIONS(805), @@ -115684,75 +111669,189 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(855), [sym___r_single_quote] = ACTIONS(857), }, - [777] = { - [sym__expression] = STATE(1778), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4323), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1562), + [740] = { + [sym__expression] = STATE(2313), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2663), + [anon_sym_DASH] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(2665), + [anon_sym_struct] = ACTIONS(2667), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2669), + [anon_sym_go] = ACTIONS(2671), + [anon_sym_spawn] = ACTIONS(2673), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2663), + [anon_sym_CARET] = ACTIONS(2663), + [anon_sym_AMP] = ACTIONS(2679), + [anon_sym_LT_DASH] = ACTIONS(2681), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2691), + [anon_sym_lock] = ACTIONS(2693), + [anon_sym_rlock] = ACTIONS(2693), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), + }, + [741] = { + [sym__expression] = STATE(1766), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4329), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1590), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), + [anon_sym_LBRACE] = ACTIONS(2430), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_fn] = ACTIONS(803), [anon_sym_PLUS] = ACTIONS(805), @@ -115798,75 +111897,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(855), [sym___r_single_quote] = ACTIONS(857), }, - [778] = { - [sym__expression] = STATE(1778), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4327), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1562), + [742] = { + [sym__expression] = STATE(1766), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4310), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1590), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), + [anon_sym_LBRACE] = ACTIONS(2430), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_fn] = ACTIONS(803), [anon_sym_PLUS] = ACTIONS(805), @@ -115912,75 +112011,189 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(855), [sym___r_single_quote] = ACTIONS(857), }, - [779] = { - [sym__expression] = STATE(1778), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1562), + [743] = { + [ts_builtin_sym_end] = ACTIONS(3041), + [sym_identifier] = ACTIONS(3043), + [anon_sym_LF] = ACTIONS(3043), + [anon_sym_CR] = ACTIONS(3043), + [anon_sym_CR_LF] = ACTIONS(3043), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3043), + [anon_sym_as] = ACTIONS(3043), + [anon_sym_LBRACE] = ACTIONS(3043), + [anon_sym_COMMA] = ACTIONS(3043), + [anon_sym_const] = ACTIONS(3043), + [anon_sym_LPAREN] = ACTIONS(3043), + [anon_sym_EQ] = ACTIONS(3043), + [anon_sym___global] = ACTIONS(3043), + [anon_sym_type] = ACTIONS(3043), + [anon_sym_PIPE] = ACTIONS(3043), + [anon_sym_fn] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3043), + [anon_sym_SLASH] = ACTIONS(3043), + [anon_sym_PERCENT] = ACTIONS(3043), + [anon_sym_LT] = ACTIONS(3043), + [anon_sym_GT] = ACTIONS(3043), + [anon_sym_EQ_EQ] = ACTIONS(3043), + [anon_sym_BANG_EQ] = ACTIONS(3043), + [anon_sym_LT_EQ] = ACTIONS(3043), + [anon_sym_GT_EQ] = ACTIONS(3043), + [anon_sym_LBRACK] = ACTIONS(3041), + [anon_sym_LT2] = ACTIONS(3043), + [anon_sym_struct] = ACTIONS(3043), + [anon_sym_union] = ACTIONS(3043), + [anon_sym_pub] = ACTIONS(3043), + [anon_sym_mut] = ACTIONS(3043), + [anon_sym_enum] = ACTIONS(3043), + [anon_sym_interface] = ACTIONS(3043), + [anon_sym_PLUS_PLUS] = ACTIONS(3043), + [anon_sym_DASH_DASH] = ACTIONS(3043), + [anon_sym_QMARK] = ACTIONS(3043), + [anon_sym_BANG] = ACTIONS(3043), + [anon_sym_go] = ACTIONS(3043), + [anon_sym_spawn] = ACTIONS(3043), + [anon_sym_json_DOTdecode] = ACTIONS(3043), + [anon_sym_LBRACK2] = ACTIONS(3043), + [anon_sym_TILDE] = ACTIONS(3043), + [anon_sym_CARET] = ACTIONS(3043), + [anon_sym_AMP] = ACTIONS(3043), + [anon_sym_LT_DASH] = ACTIONS(3043), + [anon_sym_LT_LT] = ACTIONS(3043), + [anon_sym_GT_GT] = ACTIONS(3043), + [anon_sym_GT_GT_GT] = ACTIONS(3043), + [anon_sym_AMP_CARET] = ACTIONS(3043), + [anon_sym_AMP_AMP] = ACTIONS(3043), + [anon_sym_PIPE_PIPE] = ACTIONS(3043), + [anon_sym_or] = ACTIONS(3043), + [sym_none] = ACTIONS(3043), + [sym_true] = ACTIONS(3043), + [sym_false] = ACTIONS(3043), + [sym_nil] = ACTIONS(3043), + [anon_sym_QMARK_DOT] = ACTIONS(3043), + [anon_sym_POUND_LBRACK] = ACTIONS(3043), + [anon_sym_if] = ACTIONS(3043), + [anon_sym_DOLLARif] = ACTIONS(3043), + [anon_sym_is] = ACTIONS(3043), + [anon_sym_BANGis] = ACTIONS(3043), + [anon_sym_in] = ACTIONS(3043), + [anon_sym_BANGin] = ACTIONS(3043), + [anon_sym_match] = ACTIONS(3043), + [anon_sym_select] = ACTIONS(3043), + [anon_sym_STAR_EQ] = ACTIONS(3043), + [anon_sym_SLASH_EQ] = ACTIONS(3043), + [anon_sym_PERCENT_EQ] = ACTIONS(3043), + [anon_sym_LT_LT_EQ] = ACTIONS(3043), + [anon_sym_GT_GT_EQ] = ACTIONS(3043), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3043), + [anon_sym_AMP_EQ] = ACTIONS(3043), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3043), + [anon_sym_PLUS_EQ] = ACTIONS(3043), + [anon_sym_DASH_EQ] = ACTIONS(3043), + [anon_sym_PIPE_EQ] = ACTIONS(3043), + [anon_sym_CARET_EQ] = ACTIONS(3043), + [anon_sym_COLON_EQ] = ACTIONS(3043), + [anon_sym_lock] = ACTIONS(3043), + [anon_sym_rlock] = ACTIONS(3043), + [anon_sym_unsafe] = ACTIONS(3043), + [anon_sym_sql] = ACTIONS(3043), + [sym_int_literal] = ACTIONS(3043), + [sym_float_literal] = ACTIONS(3043), + [sym_rune_literal] = ACTIONS(3043), + [anon_sym_AT] = ACTIONS(3043), + [anon_sym_shared] = ACTIONS(3043), + [anon_sym_map_LBRACK] = ACTIONS(3043), + [anon_sym_chan] = ACTIONS(3043), + [anon_sym_thread] = ACTIONS(3043), + [anon_sym_atomic] = ACTIONS(3043), + [anon_sym_assert] = ACTIONS(3043), + [anon_sym_defer] = ACTIONS(3043), + [anon_sym_goto] = ACTIONS(3043), + [anon_sym_break] = ACTIONS(3043), + [anon_sym_continue] = ACTIONS(3043), + [anon_sym_return] = ACTIONS(3043), + [anon_sym_DOLLARfor] = ACTIONS(3043), + [anon_sym_for] = ACTIONS(3043), + [anon_sym_POUND] = ACTIONS(3043), + [anon_sym_asm] = ACTIONS(3043), + [anon_sym_AT_LBRACK] = ACTIONS(3043), + [sym___double_quote] = ACTIONS(3043), + [sym___single_quote] = ACTIONS(3043), + [sym___c_double_quote] = ACTIONS(3043), + [sym___c_single_quote] = ACTIONS(3043), + [sym___r_double_quote] = ACTIONS(3043), + [sym___r_single_quote] = ACTIONS(3043), + }, + [744] = { + [sym__expression] = STATE(1766), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1590), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), + [anon_sym_LBRACE] = ACTIONS(2430), [anon_sym_LPAREN] = ACTIONS(801), [anon_sym_fn] = ACTIONS(803), [anon_sym_PLUS] = ACTIONS(805), @@ -116026,2697 +112239,1671 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(855), [sym___r_single_quote] = ACTIONS(857), }, - [780] = { - [sym__expression] = STATE(1624), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4225), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2762), + [745] = { + [sym__expression] = STATE(258), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_mutability_modifiers] = STATE(944), + [sym_plain_type] = STATE(4332), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2484), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(301), - [anon_sym_LBRACE] = ACTIONS(2764), - [anon_sym_LPAREN] = ACTIONS(307), - [anon_sym_fn] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(311), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_STAR] = ACTIONS(313), - [anon_sym_struct] = ACTIONS(315), + [anon_sym_DOT] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(2486), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_fn] = ACTIONS(475), + [anon_sym_PLUS] = ACTIONS(27), + [anon_sym_DASH] = ACTIONS(27), + [anon_sym_STAR] = ACTIONS(29), + [anon_sym_struct] = ACTIONS(477), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(317), - [anon_sym_go] = ACTIONS(319), - [anon_sym_spawn] = ACTIONS(321), - [anon_sym_json_DOTdecode] = ACTIONS(323), - [anon_sym_LBRACK2] = ACTIONS(325), - [anon_sym_TILDE] = ACTIONS(311), - [anon_sym_CARET] = ACTIONS(311), - [anon_sym_AMP] = ACTIONS(327), - [anon_sym_LT_DASH] = ACTIONS(329), - [sym_none] = ACTIONS(331), - [sym_true] = ACTIONS(331), - [sym_false] = ACTIONS(331), - [sym_nil] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_DOLLARif] = ACTIONS(335), - [anon_sym_match] = ACTIONS(337), - [anon_sym_select] = ACTIONS(339), - [anon_sym_lock] = ACTIONS(341), - [anon_sym_rlock] = ACTIONS(341), - [anon_sym_unsafe] = ACTIONS(343), - [anon_sym_sql] = ACTIONS(345), - [sym_int_literal] = ACTIONS(331), - [sym_float_literal] = ACTIONS(347), - [sym_rune_literal] = ACTIONS(347), - [anon_sym_AT] = ACTIONS(349), + [anon_sym_BANG] = ACTIONS(45), + [anon_sym_go] = ACTIONS(47), + [anon_sym_spawn] = ACTIONS(49), + [anon_sym_json_DOTdecode] = ACTIONS(51), + [anon_sym_LBRACK2] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(27), + [anon_sym_CARET] = ACTIONS(27), + [anon_sym_AMP] = ACTIONS(55), + [anon_sym_LT_DASH] = ACTIONS(57), + [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(59), + [sym_false] = ACTIONS(59), + [sym_nil] = ACTIONS(59), + [anon_sym_if] = ACTIONS(61), + [anon_sym_DOLLARif] = ACTIONS(63), + [anon_sym_match] = ACTIONS(65), + [anon_sym_select] = ACTIONS(67), + [anon_sym_lock] = ACTIONS(69), + [anon_sym_rlock] = ACTIONS(69), + [anon_sym_unsafe] = ACTIONS(71), + [anon_sym_sql] = ACTIONS(73), + [sym_int_literal] = ACTIONS(59), + [sym_float_literal] = ACTIONS(75), + [sym_rune_literal] = ACTIONS(75), + [anon_sym_AT] = ACTIONS(77), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(371), - [sym___single_quote] = ACTIONS(373), - [sym___c_double_quote] = ACTIONS(375), - [sym___c_single_quote] = ACTIONS(377), - [sym___r_double_quote] = ACTIONS(379), - [sym___r_single_quote] = ACTIONS(381), + [sym___double_quote] = ACTIONS(111), + [sym___single_quote] = ACTIONS(113), + [sym___c_double_quote] = ACTIONS(115), + [sym___c_single_quote] = ACTIONS(117), + [sym___r_double_quote] = ACTIONS(119), + [sym___r_single_quote] = ACTIONS(121), }, - [781] = { - [sym__expression] = STATE(1810), - [sym__expression_without_blocks] = STATE(2032), - [sym__expression_with_blocks] = STATE(2032), - [sym_inc_expression] = STATE(2032), - [sym_dec_expression] = STATE(2032), - [sym_or_block_expression] = STATE(2032), - [sym_option_propagation_expression] = STATE(2032), - [sym_result_propagation_expression] = STATE(2032), - [sym_anon_struct_value_expression] = STATE(2072), - [sym_go_expression] = STATE(2032), - [sym_spawn_expression] = STATE(2032), - [sym_parenthesized_expression] = STATE(2032), - [sym_call_expression] = STATE(2032), - [sym_type_initializer] = STATE(2072), - [sym_function_literal] = STATE(2032), - [sym_reference_expression] = STATE(1955), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2032), - [sym_receive_expression] = STATE(2032), - [sym_binary_expression] = STATE(2032), - [sym_as_type_cast_expression] = STATE(2032), - [sym__max_group] = STATE(2032), - [sym_literal] = STATE(2032), - [sym_map_init_expression] = STATE(2072), - [sym_array_creation] = STATE(2032), - [sym_fixed_array_creation] = STATE(2032), - [sym_selector_expression] = STATE(2032), - [sym_index_expression] = STATE(2032), - [sym_slice_expression] = STATE(2032), - [sym_if_expression] = STATE(2072), - [sym_compile_time_if_expression] = STATE(2072), - [sym_is_expression] = STATE(2032), - [sym_not_is_expression] = STATE(2032), - [sym_in_expression] = STATE(2032), - [sym_not_in_expression] = STATE(2032), - [sym_enum_fetch] = STATE(2032), - [sym_match_expression] = STATE(2072), - [sym_select_expression] = STATE(2072), - [sym_lock_expression] = STATE(2072), - [sym_unsafe_expression] = STATE(2072), - [sym_sql_expression] = STATE(2072), - [sym_c_string_literal] = STATE(2102), - [sym_raw_string_literal] = STATE(2102), - [sym_interpreted_string_literal] = STATE(2102), - [sym_pseudo_compile_time_identifier] = STATE(2032), - [sym_mutability_modifiers] = STATE(787), - [sym_plain_type] = STATE(4333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2546), + [746] = { + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2994), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(3001), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(797), - [anon_sym_LBRACE] = ACTIONS(2506), - [anon_sym_LPAREN] = ACTIONS(801), - [anon_sym_fn] = ACTIONS(803), - [anon_sym_PLUS] = ACTIONS(2548), - [anon_sym_DASH] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2550), - [anon_sym_struct] = ACTIONS(809), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2552), - [anon_sym_go] = ACTIONS(2554), - [anon_sym_spawn] = ACTIONS(2556), - [anon_sym_json_DOTdecode] = ACTIONS(819), - [anon_sym_LBRACK2] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_CARET] = ACTIONS(2548), - [anon_sym_AMP] = ACTIONS(2560), - [anon_sym_LT_DASH] = ACTIONS(2562), - [sym_none] = ACTIONS(827), - [sym_true] = ACTIONS(827), - [sym_false] = ACTIONS(827), - [sym_nil] = ACTIONS(827), - [anon_sym_if] = ACTIONS(829), - [anon_sym_DOLLARif] = ACTIONS(831), - [anon_sym_match] = ACTIONS(833), - [anon_sym_select] = ACTIONS(2564), - [anon_sym_lock] = ACTIONS(2566), - [anon_sym_rlock] = ACTIONS(2566), - [anon_sym_unsafe] = ACTIONS(839), - [anon_sym_sql] = ACTIONS(841), - [sym_int_literal] = ACTIONS(827), - [sym_float_literal] = ACTIONS(843), - [sym_rune_literal] = ACTIONS(843), - [anon_sym_AT] = ACTIONS(845), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(847), - [sym___single_quote] = ACTIONS(849), - [sym___c_double_quote] = ACTIONS(851), - [sym___c_single_quote] = ACTIONS(853), - [sym___r_double_quote] = ACTIONS(855), - [sym___r_single_quote] = ACTIONS(857), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [782] = { - [sym__expression] = STATE(1638), - [sym__expression_without_blocks] = STATE(1800), - [sym__expression_with_blocks] = STATE(1800), - [sym_inc_expression] = STATE(1800), - [sym_dec_expression] = STATE(1800), - [sym_or_block_expression] = STATE(1800), - [sym_option_propagation_expression] = STATE(1800), - [sym_result_propagation_expression] = STATE(1800), - [sym_anon_struct_value_expression] = STATE(1884), - [sym_go_expression] = STATE(1800), - [sym_spawn_expression] = STATE(1800), - [sym_parenthesized_expression] = STATE(1800), - [sym_call_expression] = STATE(1800), - [sym_type_initializer] = STATE(1884), - [sym_function_literal] = STATE(1800), - [sym_reference_expression] = STATE(1889), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1800), - [sym_receive_expression] = STATE(1800), - [sym_binary_expression] = STATE(1800), - [sym_as_type_cast_expression] = STATE(1800), - [sym__max_group] = STATE(1800), - [sym_literal] = STATE(1800), - [sym_map_init_expression] = STATE(1884), - [sym_array_creation] = STATE(1800), - [sym_fixed_array_creation] = STATE(1800), - [sym_selector_expression] = STATE(1800), - [sym_index_expression] = STATE(1800), - [sym_slice_expression] = STATE(1800), - [sym_if_expression] = STATE(1884), - [sym_compile_time_if_expression] = STATE(1884), - [sym_is_expression] = STATE(1800), - [sym_not_is_expression] = STATE(1800), - [sym_in_expression] = STATE(1800), - [sym_not_in_expression] = STATE(1800), - [sym_enum_fetch] = STATE(1800), - [sym_match_expression] = STATE(1884), - [sym_select_expression] = STATE(1884), - [sym_lock_expression] = STATE(1884), - [sym_unsafe_expression] = STATE(1884), - [sym_sql_expression] = STATE(1884), - [sym_c_string_literal] = STATE(1801), - [sym_raw_string_literal] = STATE(1801), - [sym_interpreted_string_literal] = STATE(1801), - [sym_pseudo_compile_time_identifier] = STATE(1800), - [sym_mutability_modifiers] = STATE(837), - [sym_plain_type] = STATE(4297), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2434), + [747] = { + [sym__expression] = STATE(2617), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4201), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2436), - [anon_sym_LBRACE] = ACTIONS(2438), - [anon_sym_LPAREN] = ACTIONS(2440), - [anon_sym_fn] = ACTIONS(2442), - [anon_sym_PLUS] = ACTIONS(2444), - [anon_sym_DASH] = ACTIONS(2444), - [anon_sym_STAR] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), + [anon_sym_DOT] = ACTIONS(1087), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_fn] = ACTIONS(1095), + [anon_sym_PLUS] = ACTIONS(2496), + [anon_sym_DASH] = ACTIONS(2496), + [anon_sym_STAR] = ACTIONS(2498), + [anon_sym_struct] = ACTIONS(1101), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2450), - [anon_sym_go] = ACTIONS(2452), - [anon_sym_spawn] = ACTIONS(2454), - [anon_sym_json_DOTdecode] = ACTIONS(2456), - [anon_sym_LBRACK2] = ACTIONS(2458), - [anon_sym_TILDE] = ACTIONS(2444), - [anon_sym_CARET] = ACTIONS(2444), - [anon_sym_AMP] = ACTIONS(2460), - [anon_sym_LT_DASH] = ACTIONS(2462), - [sym_none] = ACTIONS(2464), - [sym_true] = ACTIONS(2464), - [sym_false] = ACTIONS(2464), - [sym_nil] = ACTIONS(2464), - [anon_sym_if] = ACTIONS(2466), - [anon_sym_DOLLARif] = ACTIONS(2468), - [anon_sym_match] = ACTIONS(2470), - [anon_sym_select] = ACTIONS(2472), - [anon_sym_lock] = ACTIONS(2474), - [anon_sym_rlock] = ACTIONS(2474), - [anon_sym_unsafe] = ACTIONS(2476), - [anon_sym_sql] = ACTIONS(2478), - [sym_int_literal] = ACTIONS(2464), - [sym_float_literal] = ACTIONS(2480), - [sym_rune_literal] = ACTIONS(2480), - [anon_sym_AT] = ACTIONS(2482), + [anon_sym_BANG] = ACTIONS(2500), + [anon_sym_go] = ACTIONS(2502), + [anon_sym_spawn] = ACTIONS(2504), + [anon_sym_json_DOTdecode] = ACTIONS(1109), + [anon_sym_LBRACK2] = ACTIONS(1111), + [anon_sym_TILDE] = ACTIONS(2496), + [anon_sym_CARET] = ACTIONS(2496), + [anon_sym_AMP] = ACTIONS(2506), + [anon_sym_LT_DASH] = ACTIONS(2508), + [sym_none] = ACTIONS(1117), + [sym_true] = ACTIONS(1117), + [sym_false] = ACTIONS(1117), + [sym_nil] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), + [anon_sym_DOLLARif] = ACTIONS(1123), + [anon_sym_match] = ACTIONS(1125), + [anon_sym_select] = ACTIONS(2510), + [anon_sym_lock] = ACTIONS(2512), + [anon_sym_rlock] = ACTIONS(2512), + [anon_sym_unsafe] = ACTIONS(1131), + [anon_sym_sql] = ACTIONS(1133), + [sym_int_literal] = ACTIONS(1117), + [sym_float_literal] = ACTIONS(1135), + [sym_rune_literal] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2484), - [sym___single_quote] = ACTIONS(2486), - [sym___c_double_quote] = ACTIONS(2488), - [sym___c_single_quote] = ACTIONS(2490), - [sym___r_double_quote] = ACTIONS(2492), - [sym___r_single_quote] = ACTIONS(2494), + [sym___double_quote] = ACTIONS(1139), + [sym___single_quote] = ACTIONS(1141), + [sym___c_double_quote] = ACTIONS(1143), + [sym___c_single_quote] = ACTIONS(1145), + [sym___r_double_quote] = ACTIONS(1147), + [sym___r_single_quote] = ACTIONS(1149), }, - [783] = { - [sym__expression] = STATE(1645), - [sym__expression_without_blocks] = STATE(1800), - [sym__expression_with_blocks] = STATE(1800), - [sym_inc_expression] = STATE(1800), - [sym_dec_expression] = STATE(1800), - [sym_or_block_expression] = STATE(1800), - [sym_option_propagation_expression] = STATE(1800), - [sym_result_propagation_expression] = STATE(1800), - [sym_anon_struct_value_expression] = STATE(1884), - [sym_go_expression] = STATE(1800), - [sym_spawn_expression] = STATE(1800), - [sym_parenthesized_expression] = STATE(1800), - [sym_call_expression] = STATE(1800), - [sym_type_initializer] = STATE(1884), - [sym_function_literal] = STATE(1800), - [sym_reference_expression] = STATE(1889), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1800), - [sym_receive_expression] = STATE(1800), - [sym_binary_expression] = STATE(1800), - [sym_as_type_cast_expression] = STATE(1800), - [sym__max_group] = STATE(1800), - [sym_literal] = STATE(1800), - [sym_map_init_expression] = STATE(1884), - [sym_array_creation] = STATE(1800), - [sym_fixed_array_creation] = STATE(1800), - [sym_selector_expression] = STATE(1800), - [sym_index_expression] = STATE(1800), - [sym_slice_expression] = STATE(1800), - [sym_if_expression] = STATE(1884), - [sym_compile_time_if_expression] = STATE(1884), - [sym_is_expression] = STATE(1800), - [sym_not_is_expression] = STATE(1800), - [sym_in_expression] = STATE(1800), - [sym_not_in_expression] = STATE(1800), - [sym_enum_fetch] = STATE(1800), - [sym_match_expression] = STATE(1884), - [sym_select_expression] = STATE(1884), - [sym_lock_expression] = STATE(1884), - [sym_unsafe_expression] = STATE(1884), - [sym_sql_expression] = STATE(1884), - [sym_c_string_literal] = STATE(1801), - [sym_raw_string_literal] = STATE(1801), - [sym_interpreted_string_literal] = STATE(1801), - [sym_pseudo_compile_time_identifier] = STATE(1800), - [sym_mutability_modifiers] = STATE(837), - [sym_plain_type] = STATE(4297), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2434), + [748] = { + [sym__expression] = STATE(2819), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2436), - [anon_sym_LBRACE] = ACTIONS(2438), - [anon_sym_LPAREN] = ACTIONS(2440), - [anon_sym_fn] = ACTIONS(2442), - [anon_sym_PLUS] = ACTIONS(2444), - [anon_sym_DASH] = ACTIONS(2444), - [anon_sym_STAR] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2450), - [anon_sym_go] = ACTIONS(2452), - [anon_sym_spawn] = ACTIONS(2454), - [anon_sym_json_DOTdecode] = ACTIONS(2456), - [anon_sym_LBRACK2] = ACTIONS(2458), - [anon_sym_TILDE] = ACTIONS(2444), - [anon_sym_CARET] = ACTIONS(2444), - [anon_sym_AMP] = ACTIONS(2460), - [anon_sym_LT_DASH] = ACTIONS(2462), - [sym_none] = ACTIONS(2464), - [sym_true] = ACTIONS(2464), - [sym_false] = ACTIONS(2464), - [sym_nil] = ACTIONS(2464), - [anon_sym_if] = ACTIONS(2466), - [anon_sym_DOLLARif] = ACTIONS(2468), - [anon_sym_match] = ACTIONS(2470), - [anon_sym_select] = ACTIONS(2472), - [anon_sym_lock] = ACTIONS(2474), - [anon_sym_rlock] = ACTIONS(2474), - [anon_sym_unsafe] = ACTIONS(2476), - [anon_sym_sql] = ACTIONS(2478), - [sym_int_literal] = ACTIONS(2464), - [sym_float_literal] = ACTIONS(2480), - [sym_rune_literal] = ACTIONS(2480), - [anon_sym_AT] = ACTIONS(2482), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2484), - [sym___single_quote] = ACTIONS(2486), - [sym___c_double_quote] = ACTIONS(2488), - [sym___c_single_quote] = ACTIONS(2490), - [sym___r_double_quote] = ACTIONS(2492), - [sym___r_single_quote] = ACTIONS(2494), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [784] = { - [sym__expression] = STATE(2878), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [749] = { + [ts_builtin_sym_end] = ACTIONS(2978), + [sym_identifier] = ACTIONS(2975), + [anon_sym_LF] = ACTIONS(2975), + [anon_sym_CR] = ACTIONS(2975), + [anon_sym_CR_LF] = ACTIONS(2975), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2975), + [anon_sym_as] = ACTIONS(2975), + [anon_sym_LBRACE] = ACTIONS(2975), + [anon_sym_COMMA] = ACTIONS(2975), + [anon_sym_const] = ACTIONS(2975), + [anon_sym_LPAREN] = ACTIONS(2975), + [anon_sym_EQ] = ACTIONS(2975), + [anon_sym___global] = ACTIONS(2975), + [anon_sym_type] = ACTIONS(2975), + [anon_sym_PIPE] = ACTIONS(2975), + [anon_sym_fn] = ACTIONS(2975), + [anon_sym_PLUS] = ACTIONS(2975), + [anon_sym_DASH] = ACTIONS(2975), + [anon_sym_STAR] = ACTIONS(2975), + [anon_sym_SLASH] = ACTIONS(2975), + [anon_sym_PERCENT] = ACTIONS(2975), + [anon_sym_LT] = ACTIONS(2975), + [anon_sym_GT] = ACTIONS(2975), + [anon_sym_EQ_EQ] = ACTIONS(2975), + [anon_sym_BANG_EQ] = ACTIONS(2975), + [anon_sym_LT_EQ] = ACTIONS(2975), + [anon_sym_GT_EQ] = ACTIONS(2975), + [anon_sym_LBRACK] = ACTIONS(2978), + [anon_sym_LT2] = ACTIONS(2975), + [anon_sym_struct] = ACTIONS(2975), + [anon_sym_union] = ACTIONS(2975), + [anon_sym_pub] = ACTIONS(2975), + [anon_sym_mut] = ACTIONS(2975), + [anon_sym_enum] = ACTIONS(2975), + [anon_sym_interface] = ACTIONS(2975), + [anon_sym_PLUS_PLUS] = ACTIONS(2975), + [anon_sym_DASH_DASH] = ACTIONS(2975), + [anon_sym_QMARK] = ACTIONS(2975), + [anon_sym_BANG] = ACTIONS(2975), + [anon_sym_go] = ACTIONS(2975), + [anon_sym_spawn] = ACTIONS(2975), + [anon_sym_json_DOTdecode] = ACTIONS(2975), + [anon_sym_LBRACK2] = ACTIONS(2975), + [anon_sym_TILDE] = ACTIONS(2975), + [anon_sym_CARET] = ACTIONS(2975), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2975), + [anon_sym_LT_LT] = ACTIONS(2975), + [anon_sym_GT_GT] = ACTIONS(2975), + [anon_sym_GT_GT_GT] = ACTIONS(2975), + [anon_sym_AMP_CARET] = ACTIONS(2975), + [anon_sym_AMP_AMP] = ACTIONS(2975), + [anon_sym_PIPE_PIPE] = ACTIONS(2975), + [anon_sym_or] = ACTIONS(2975), + [sym_none] = ACTIONS(2975), + [sym_true] = ACTIONS(2975), + [sym_false] = ACTIONS(2975), + [sym_nil] = ACTIONS(2975), + [anon_sym_QMARK_DOT] = ACTIONS(2975), + [anon_sym_POUND_LBRACK] = ACTIONS(2975), + [anon_sym_if] = ACTIONS(2975), + [anon_sym_DOLLARif] = ACTIONS(2975), + [anon_sym_is] = ACTIONS(2975), + [anon_sym_BANGis] = ACTIONS(2975), + [anon_sym_in] = ACTIONS(2975), + [anon_sym_BANGin] = ACTIONS(2975), + [anon_sym_match] = ACTIONS(2975), + [anon_sym_select] = ACTIONS(2975), + [anon_sym_STAR_EQ] = ACTIONS(2975), + [anon_sym_SLASH_EQ] = ACTIONS(2975), + [anon_sym_PERCENT_EQ] = ACTIONS(2975), + [anon_sym_LT_LT_EQ] = ACTIONS(2975), + [anon_sym_GT_GT_EQ] = ACTIONS(2975), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2975), + [anon_sym_AMP_EQ] = ACTIONS(2975), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2975), + [anon_sym_PLUS_EQ] = ACTIONS(2975), + [anon_sym_DASH_EQ] = ACTIONS(2975), + [anon_sym_PIPE_EQ] = ACTIONS(2975), + [anon_sym_CARET_EQ] = ACTIONS(2975), + [anon_sym_COLON_EQ] = ACTIONS(2975), + [anon_sym_lock] = ACTIONS(2975), + [anon_sym_rlock] = ACTIONS(2975), + [anon_sym_unsafe] = ACTIONS(2975), + [anon_sym_sql] = ACTIONS(2975), + [sym_int_literal] = ACTIONS(2975), + [sym_float_literal] = ACTIONS(2975), + [sym_rune_literal] = ACTIONS(2975), + [anon_sym_AT] = ACTIONS(2975), + [anon_sym_shared] = ACTIONS(2975), + [anon_sym_map_LBRACK] = ACTIONS(2975), + [anon_sym_chan] = ACTIONS(2975), + [anon_sym_thread] = ACTIONS(2975), + [anon_sym_atomic] = ACTIONS(2975), + [anon_sym_assert] = ACTIONS(2975), + [anon_sym_defer] = ACTIONS(2975), + [anon_sym_goto] = ACTIONS(2975), + [anon_sym_break] = ACTIONS(2975), + [anon_sym_continue] = ACTIONS(2975), + [anon_sym_return] = ACTIONS(2975), + [anon_sym_DOLLARfor] = ACTIONS(2975), + [anon_sym_for] = ACTIONS(2975), + [anon_sym_POUND] = ACTIONS(2975), + [anon_sym_asm] = ACTIONS(2975), + [anon_sym_AT_LBRACK] = ACTIONS(2975), + [sym___double_quote] = ACTIONS(2975), + [sym___single_quote] = ACTIONS(2975), + [sym___c_double_quote] = ACTIONS(2975), + [sym___c_single_quote] = ACTIONS(2975), + [sym___r_double_quote] = ACTIONS(2975), + [sym___r_single_quote] = ACTIONS(2975), + }, + [750] = { + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2931), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2980), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [785] = { - [sym__expression] = STATE(1614), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2762), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(301), - [anon_sym_LBRACE] = ACTIONS(2764), - [anon_sym_LPAREN] = ACTIONS(307), - [anon_sym_fn] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(311), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_STAR] = ACTIONS(313), - [anon_sym_struct] = ACTIONS(315), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(317), - [anon_sym_go] = ACTIONS(319), - [anon_sym_spawn] = ACTIONS(321), - [anon_sym_json_DOTdecode] = ACTIONS(323), - [anon_sym_LBRACK2] = ACTIONS(325), - [anon_sym_TILDE] = ACTIONS(311), - [anon_sym_CARET] = ACTIONS(311), - [anon_sym_AMP] = ACTIONS(327), - [anon_sym_LT_DASH] = ACTIONS(329), - [sym_none] = ACTIONS(331), - [sym_true] = ACTIONS(331), - [sym_false] = ACTIONS(331), - [sym_nil] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_DOLLARif] = ACTIONS(335), - [anon_sym_match] = ACTIONS(337), - [anon_sym_select] = ACTIONS(339), - [anon_sym_lock] = ACTIONS(341), - [anon_sym_rlock] = ACTIONS(341), - [anon_sym_unsafe] = ACTIONS(343), - [anon_sym_sql] = ACTIONS(345), - [sym_int_literal] = ACTIONS(331), - [sym_float_literal] = ACTIONS(347), - [sym_rune_literal] = ACTIONS(347), - [anon_sym_AT] = ACTIONS(349), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(371), - [sym___single_quote] = ACTIONS(373), - [sym___c_double_quote] = ACTIONS(375), - [sym___c_single_quote] = ACTIONS(377), - [sym___r_double_quote] = ACTIONS(379), - [sym___r_single_quote] = ACTIONS(381), - }, - [786] = { - [sym__expression] = STATE(962), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2180), - [anon_sym_DASH] = ACTIONS(2180), - [anon_sym_STAR] = ACTIONS(2182), - [anon_sym_struct] = ACTIONS(501), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2184), - [anon_sym_go] = ACTIONS(507), - [anon_sym_spawn] = ACTIONS(509), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2180), - [anon_sym_CARET] = ACTIONS(2180), - [anon_sym_AMP] = ACTIONS(2190), - [anon_sym_LT_DASH] = ACTIONS(2192), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(527), - [anon_sym_lock] = ACTIONS(529), - [anon_sym_rlock] = ACTIONS(529), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), - }, - [787] = { - [sym__expression] = STATE(2865), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [788] = { - [sym__expression] = STATE(979), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_struct] = ACTIONS(501), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2598), - [anon_sym_go] = ACTIONS(2600), - [anon_sym_spawn] = ACTIONS(2602), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2604), - [anon_sym_LT_DASH] = ACTIONS(2606), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(2608), - [anon_sym_lock] = ACTIONS(2610), - [anon_sym_rlock] = ACTIONS(2610), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), - }, - [789] = { - [sym__expression] = STATE(2880), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [790] = { - [sym__expression] = STATE(1617), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2762), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(301), - [anon_sym_LBRACE] = ACTIONS(2764), - [anon_sym_LPAREN] = ACTIONS(307), - [anon_sym_fn] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(311), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_STAR] = ACTIONS(313), - [anon_sym_struct] = ACTIONS(315), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(317), - [anon_sym_go] = ACTIONS(319), - [anon_sym_spawn] = ACTIONS(321), - [anon_sym_json_DOTdecode] = ACTIONS(323), - [anon_sym_LBRACK2] = ACTIONS(325), - [anon_sym_TILDE] = ACTIONS(311), - [anon_sym_CARET] = ACTIONS(311), - [anon_sym_AMP] = ACTIONS(327), - [anon_sym_LT_DASH] = ACTIONS(329), - [sym_none] = ACTIONS(331), - [sym_true] = ACTIONS(331), - [sym_false] = ACTIONS(331), - [sym_nil] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_DOLLARif] = ACTIONS(335), - [anon_sym_match] = ACTIONS(337), - [anon_sym_select] = ACTIONS(339), - [anon_sym_lock] = ACTIONS(341), - [anon_sym_rlock] = ACTIONS(341), - [anon_sym_unsafe] = ACTIONS(343), - [anon_sym_sql] = ACTIONS(345), - [sym_int_literal] = ACTIONS(331), - [sym_float_literal] = ACTIONS(347), - [sym_rune_literal] = ACTIONS(347), - [anon_sym_AT] = ACTIONS(349), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(371), - [sym___single_quote] = ACTIONS(373), - [sym___c_double_quote] = ACTIONS(375), - [sym___c_single_quote] = ACTIONS(377), - [sym___r_double_quote] = ACTIONS(379), - [sym___r_single_quote] = ACTIONS(381), - }, - [791] = { - [sym__expression] = STATE(1788), - [sym__expression_without_blocks] = STATE(2105), - [sym__expression_with_blocks] = STATE(2105), - [sym_inc_expression] = STATE(2105), - [sym_dec_expression] = STATE(2105), - [sym_or_block_expression] = STATE(2105), - [sym_option_propagation_expression] = STATE(2105), - [sym_result_propagation_expression] = STATE(2105), - [sym_anon_struct_value_expression] = STATE(2119), - [sym_go_expression] = STATE(2105), - [sym_spawn_expression] = STATE(2105), - [sym_parenthesized_expression] = STATE(2105), - [sym_call_expression] = STATE(2105), - [sym_type_initializer] = STATE(2119), - [sym_function_literal] = STATE(2105), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2105), - [sym_receive_expression] = STATE(2105), - [sym_binary_expression] = STATE(2105), - [sym_as_type_cast_expression] = STATE(2105), - [sym__max_group] = STATE(2105), - [sym_literal] = STATE(2105), - [sym_map_init_expression] = STATE(2119), - [sym_array_creation] = STATE(2105), - [sym_fixed_array_creation] = STATE(2105), - [sym_selector_expression] = STATE(2105), - [sym_index_expression] = STATE(2105), - [sym_slice_expression] = STATE(2105), - [sym_if_expression] = STATE(2119), - [sym_compile_time_if_expression] = STATE(2119), - [sym_is_expression] = STATE(2105), - [sym_not_is_expression] = STATE(2105), - [sym_in_expression] = STATE(2105), - [sym_not_in_expression] = STATE(2105), - [sym_enum_fetch] = STATE(2105), - [sym_match_expression] = STATE(2119), - [sym_select_expression] = STATE(2119), - [sym_lock_expression] = STATE(2119), - [sym_unsafe_expression] = STATE(2119), - [sym_sql_expression] = STATE(2119), - [sym_c_string_literal] = STATE(2030), - [sym_raw_string_literal] = STATE(2030), - [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(2105), - [sym_mutability_modifiers] = STATE(835), - [sym_plain_type] = STATE(4201), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2706), + [751] = { + [sym__expression] = STATE(2836), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3681), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(2708), - [anon_sym_LPAREN] = ACTIONS(697), - [anon_sym_fn] = ACTIONS(699), - [anon_sym_PLUS] = ACTIONS(701), - [anon_sym_DASH] = ACTIONS(701), - [anon_sym_STAR] = ACTIONS(703), - [anon_sym_struct] = ACTIONS(2710), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2166), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_go] = ACTIONS(709), - [anon_sym_spawn] = ACTIONS(711), - [anon_sym_json_DOTdecode] = ACTIONS(713), - [anon_sym_LBRACK2] = ACTIONS(715), - [anon_sym_TILDE] = ACTIONS(701), - [anon_sym_CARET] = ACTIONS(701), - [anon_sym_AMP] = ACTIONS(717), - [anon_sym_LT_DASH] = ACTIONS(719), - [sym_none] = ACTIONS(721), - [sym_true] = ACTIONS(721), - [sym_false] = ACTIONS(721), - [sym_nil] = ACTIONS(721), - [anon_sym_if] = ACTIONS(2712), - [anon_sym_DOLLARif] = ACTIONS(2714), - [anon_sym_match] = ACTIONS(2716), - [anon_sym_select] = ACTIONS(2718), - [anon_sym_lock] = ACTIONS(2720), - [anon_sym_rlock] = ACTIONS(2720), - [anon_sym_unsafe] = ACTIONS(2722), - [anon_sym_sql] = ACTIONS(2724), - [sym_int_literal] = ACTIONS(721), - [sym_float_literal] = ACTIONS(739), - [sym_rune_literal] = ACTIONS(739), - [anon_sym_AT] = ACTIONS(741), + [anon_sym_BANG] = ACTIONS(2168), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2174), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(743), - [sym___single_quote] = ACTIONS(745), - [sym___c_double_quote] = ACTIONS(747), - [sym___c_single_quote] = ACTIONS(749), - [sym___r_double_quote] = ACTIONS(751), - [sym___r_single_quote] = ACTIONS(753), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [792] = { - [ts_builtin_sym_end] = ACTIONS(2770), - [sym_identifier] = ACTIONS(2772), - [anon_sym_LF] = ACTIONS(2772), - [anon_sym_CR] = ACTIONS(2772), - [anon_sym_CR_LF] = ACTIONS(2772), + [752] = { + [ts_builtin_sym_end] = ACTIONS(3045), + [sym_identifier] = ACTIONS(3047), + [anon_sym_LF] = ACTIONS(3047), + [anon_sym_CR] = ACTIONS(3047), + [anon_sym_CR_LF] = ACTIONS(3047), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2772), - [anon_sym_as] = ACTIONS(2772), - [anon_sym_LBRACE] = ACTIONS(2774), - [anon_sym_COMMA] = ACTIONS(2772), - [anon_sym_const] = ACTIONS(2772), - [anon_sym_LPAREN] = ACTIONS(2772), - [anon_sym_EQ] = ACTIONS(2772), - [anon_sym___global] = ACTIONS(2772), - [anon_sym_type] = ACTIONS(2772), - [anon_sym_PIPE] = ACTIONS(2772), - [anon_sym_fn] = ACTIONS(2772), - [anon_sym_PLUS] = ACTIONS(2772), - [anon_sym_DASH] = ACTIONS(2772), - [anon_sym_STAR] = ACTIONS(2772), - [anon_sym_SLASH] = ACTIONS(2772), - [anon_sym_PERCENT] = ACTIONS(2772), - [anon_sym_LT] = ACTIONS(2772), - [anon_sym_GT] = ACTIONS(2772), - [anon_sym_EQ_EQ] = ACTIONS(2772), - [anon_sym_BANG_EQ] = ACTIONS(2772), - [anon_sym_LT_EQ] = ACTIONS(2772), - [anon_sym_GT_EQ] = ACTIONS(2772), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_struct] = ACTIONS(2772), - [anon_sym_union] = ACTIONS(2772), - [anon_sym_pub] = ACTIONS(2772), - [anon_sym_mut] = ACTIONS(2772), - [anon_sym_COLON] = ACTIONS(2780), - [anon_sym_enum] = ACTIONS(2772), - [anon_sym_interface] = ACTIONS(2772), - [anon_sym_PLUS_PLUS] = ACTIONS(2772), - [anon_sym_DASH_DASH] = ACTIONS(2772), - [anon_sym_QMARK] = ACTIONS(2772), - [anon_sym_BANG] = ACTIONS(2772), - [anon_sym_go] = ACTIONS(2772), - [anon_sym_spawn] = ACTIONS(2772), - [anon_sym_json_DOTdecode] = ACTIONS(2772), - [anon_sym_LBRACK2] = ACTIONS(2772), - [anon_sym_TILDE] = ACTIONS(2772), - [anon_sym_CARET] = ACTIONS(2772), - [anon_sym_AMP] = ACTIONS(2772), - [anon_sym_LT_DASH] = ACTIONS(2772), - [anon_sym_LT_LT] = ACTIONS(2772), - [anon_sym_GT_GT] = ACTIONS(2772), - [anon_sym_GT_GT_GT] = ACTIONS(2772), - [anon_sym_AMP_CARET] = ACTIONS(2772), - [anon_sym_AMP_AMP] = ACTIONS(2772), - [anon_sym_PIPE_PIPE] = ACTIONS(2772), - [anon_sym_or] = ACTIONS(2772), - [sym_none] = ACTIONS(2772), - [sym_true] = ACTIONS(2772), - [sym_false] = ACTIONS(2772), - [sym_nil] = ACTIONS(2772), - [anon_sym_QMARK_DOT] = ACTIONS(2772), - [anon_sym_POUND_LBRACK] = ACTIONS(2772), - [anon_sym_if] = ACTIONS(2772), - [anon_sym_DOLLARif] = ACTIONS(2772), - [anon_sym_is] = ACTIONS(2772), - [anon_sym_BANGis] = ACTIONS(2772), - [anon_sym_in] = ACTIONS(2772), - [anon_sym_BANGin] = ACTIONS(2772), - [anon_sym_match] = ACTIONS(2772), - [anon_sym_select] = ACTIONS(2772), - [anon_sym_STAR_EQ] = ACTIONS(2772), - [anon_sym_SLASH_EQ] = ACTIONS(2772), - [anon_sym_PERCENT_EQ] = ACTIONS(2772), - [anon_sym_LT_LT_EQ] = ACTIONS(2772), - [anon_sym_GT_GT_EQ] = ACTIONS(2772), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2772), - [anon_sym_AMP_EQ] = ACTIONS(2772), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2772), - [anon_sym_PLUS_EQ] = ACTIONS(2772), - [anon_sym_DASH_EQ] = ACTIONS(2772), - [anon_sym_PIPE_EQ] = ACTIONS(2772), - [anon_sym_CARET_EQ] = ACTIONS(2772), - [anon_sym_COLON_EQ] = ACTIONS(2772), - [anon_sym_lock] = ACTIONS(2772), - [anon_sym_rlock] = ACTIONS(2772), - [anon_sym_unsafe] = ACTIONS(2772), - [anon_sym_sql] = ACTIONS(2772), - [sym_int_literal] = ACTIONS(2772), - [sym_float_literal] = ACTIONS(2772), - [sym_rune_literal] = ACTIONS(2772), - [anon_sym_AT] = ACTIONS(2772), - [anon_sym_shared] = ACTIONS(2772), - [anon_sym_map_LBRACK] = ACTIONS(2772), - [anon_sym_chan] = ACTIONS(2772), - [anon_sym_thread] = ACTIONS(2772), - [anon_sym_atomic] = ACTIONS(2772), - [anon_sym_assert] = ACTIONS(2772), - [anon_sym_defer] = ACTIONS(2772), - [anon_sym_goto] = ACTIONS(2772), - [anon_sym_break] = ACTIONS(2772), - [anon_sym_continue] = ACTIONS(2772), - [anon_sym_return] = ACTIONS(2772), - [anon_sym_DOLLARfor] = ACTIONS(2772), - [anon_sym_for] = ACTIONS(2772), - [anon_sym_POUND] = ACTIONS(2772), - [anon_sym_asm] = ACTIONS(2772), - [anon_sym_AT_LBRACK] = ACTIONS(2772), - [sym___double_quote] = ACTIONS(2772), - [sym___single_quote] = ACTIONS(2772), - [sym___c_double_quote] = ACTIONS(2772), - [sym___c_single_quote] = ACTIONS(2772), - [sym___r_double_quote] = ACTIONS(2772), - [sym___r_single_quote] = ACTIONS(2772), - }, - [793] = { - [sym__expression] = STATE(2793), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [794] = { - [sym__expression] = STATE(1624), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4233), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2762), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(301), - [anon_sym_LBRACE] = ACTIONS(2764), - [anon_sym_LPAREN] = ACTIONS(307), - [anon_sym_fn] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(311), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_STAR] = ACTIONS(313), - [anon_sym_struct] = ACTIONS(315), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(317), - [anon_sym_go] = ACTIONS(319), - [anon_sym_spawn] = ACTIONS(321), - [anon_sym_json_DOTdecode] = ACTIONS(323), - [anon_sym_LBRACK2] = ACTIONS(325), - [anon_sym_TILDE] = ACTIONS(311), - [anon_sym_CARET] = ACTIONS(311), - [anon_sym_AMP] = ACTIONS(327), - [anon_sym_LT_DASH] = ACTIONS(329), - [sym_none] = ACTIONS(331), - [sym_true] = ACTIONS(331), - [sym_false] = ACTIONS(331), - [sym_nil] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_DOLLARif] = ACTIONS(335), - [anon_sym_match] = ACTIONS(337), - [anon_sym_select] = ACTIONS(339), - [anon_sym_lock] = ACTIONS(341), - [anon_sym_rlock] = ACTIONS(341), - [anon_sym_unsafe] = ACTIONS(343), - [anon_sym_sql] = ACTIONS(345), - [sym_int_literal] = ACTIONS(331), - [sym_float_literal] = ACTIONS(347), - [sym_rune_literal] = ACTIONS(347), - [anon_sym_AT] = ACTIONS(349), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(371), - [sym___single_quote] = ACTIONS(373), - [sym___c_double_quote] = ACTIONS(375), - [sym___c_single_quote] = ACTIONS(377), - [sym___r_double_quote] = ACTIONS(379), - [sym___r_single_quote] = ACTIONS(381), - }, - [795] = { - [sym__expression] = STATE(2877), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [796] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2975), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2974), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [anon_sym_DOT] = ACTIONS(3047), + [anon_sym_as] = ACTIONS(3047), + [anon_sym_LBRACE] = ACTIONS(3047), + [anon_sym_COMMA] = ACTIONS(3047), + [anon_sym_const] = ACTIONS(3047), + [anon_sym_LPAREN] = ACTIONS(3047), + [anon_sym_EQ] = ACTIONS(3047), + [anon_sym___global] = ACTIONS(3047), + [anon_sym_type] = ACTIONS(3047), + [anon_sym_PIPE] = ACTIONS(3047), + [anon_sym_fn] = ACTIONS(3047), + [anon_sym_PLUS] = ACTIONS(3047), + [anon_sym_DASH] = ACTIONS(3047), + [anon_sym_STAR] = ACTIONS(3047), + [anon_sym_SLASH] = ACTIONS(3047), + [anon_sym_PERCENT] = ACTIONS(3047), + [anon_sym_LT] = ACTIONS(3047), + [anon_sym_GT] = ACTIONS(3047), + [anon_sym_EQ_EQ] = ACTIONS(3047), + [anon_sym_BANG_EQ] = ACTIONS(3047), + [anon_sym_LT_EQ] = ACTIONS(3047), + [anon_sym_GT_EQ] = ACTIONS(3047), + [anon_sym_LBRACK] = ACTIONS(3045), + [anon_sym_LT2] = ACTIONS(3047), + [anon_sym_struct] = ACTIONS(3047), + [anon_sym_union] = ACTIONS(3047), + [anon_sym_pub] = ACTIONS(3047), + [anon_sym_mut] = ACTIONS(3047), + [anon_sym_enum] = ACTIONS(3047), + [anon_sym_interface] = ACTIONS(3047), + [anon_sym_PLUS_PLUS] = ACTIONS(3047), + [anon_sym_DASH_DASH] = ACTIONS(3047), + [anon_sym_QMARK] = ACTIONS(3047), + [anon_sym_BANG] = ACTIONS(3047), + [anon_sym_go] = ACTIONS(3047), + [anon_sym_spawn] = ACTIONS(3047), + [anon_sym_json_DOTdecode] = ACTIONS(3047), + [anon_sym_LBRACK2] = ACTIONS(3047), + [anon_sym_TILDE] = ACTIONS(3047), + [anon_sym_CARET] = ACTIONS(3047), + [anon_sym_AMP] = ACTIONS(3047), + [anon_sym_LT_DASH] = ACTIONS(3047), + [anon_sym_LT_LT] = ACTIONS(3047), + [anon_sym_GT_GT] = ACTIONS(3047), + [anon_sym_GT_GT_GT] = ACTIONS(3047), + [anon_sym_AMP_CARET] = ACTIONS(3047), + [anon_sym_AMP_AMP] = ACTIONS(3047), + [anon_sym_PIPE_PIPE] = ACTIONS(3047), + [anon_sym_or] = ACTIONS(3047), + [sym_none] = ACTIONS(3047), + [sym_true] = ACTIONS(3047), + [sym_false] = ACTIONS(3047), + [sym_nil] = ACTIONS(3047), + [anon_sym_QMARK_DOT] = ACTIONS(3047), + [anon_sym_POUND_LBRACK] = ACTIONS(3047), + [anon_sym_if] = ACTIONS(3047), + [anon_sym_DOLLARif] = ACTIONS(3047), + [anon_sym_is] = ACTIONS(3047), + [anon_sym_BANGis] = ACTIONS(3047), + [anon_sym_in] = ACTIONS(3047), + [anon_sym_BANGin] = ACTIONS(3047), + [anon_sym_match] = ACTIONS(3047), + [anon_sym_select] = ACTIONS(3047), + [anon_sym_STAR_EQ] = ACTIONS(3047), + [anon_sym_SLASH_EQ] = ACTIONS(3047), + [anon_sym_PERCENT_EQ] = ACTIONS(3047), + [anon_sym_LT_LT_EQ] = ACTIONS(3047), + [anon_sym_GT_GT_EQ] = ACTIONS(3047), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3047), + [anon_sym_AMP_EQ] = ACTIONS(3047), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3047), + [anon_sym_PLUS_EQ] = ACTIONS(3047), + [anon_sym_DASH_EQ] = ACTIONS(3047), + [anon_sym_PIPE_EQ] = ACTIONS(3047), + [anon_sym_CARET_EQ] = ACTIONS(3047), + [anon_sym_COLON_EQ] = ACTIONS(3047), + [anon_sym_lock] = ACTIONS(3047), + [anon_sym_rlock] = ACTIONS(3047), + [anon_sym_unsafe] = ACTIONS(3047), + [anon_sym_sql] = ACTIONS(3047), + [sym_int_literal] = ACTIONS(3047), + [sym_float_literal] = ACTIONS(3047), + [sym_rune_literal] = ACTIONS(3047), + [anon_sym_AT] = ACTIONS(3047), + [anon_sym_shared] = ACTIONS(3047), + [anon_sym_map_LBRACK] = ACTIONS(3047), + [anon_sym_chan] = ACTIONS(3047), + [anon_sym_thread] = ACTIONS(3047), + [anon_sym_atomic] = ACTIONS(3047), + [anon_sym_assert] = ACTIONS(3047), + [anon_sym_defer] = ACTIONS(3047), + [anon_sym_goto] = ACTIONS(3047), + [anon_sym_break] = ACTIONS(3047), + [anon_sym_continue] = ACTIONS(3047), + [anon_sym_return] = ACTIONS(3047), + [anon_sym_DOLLARfor] = ACTIONS(3047), + [anon_sym_for] = ACTIONS(3047), + [anon_sym_POUND] = ACTIONS(3047), + [anon_sym_asm] = ACTIONS(3047), + [anon_sym_AT_LBRACK] = ACTIONS(3047), + [sym___double_quote] = ACTIONS(3047), + [sym___single_quote] = ACTIONS(3047), + [sym___c_double_quote] = ACTIONS(3047), + [sym___c_single_quote] = ACTIONS(3047), + [sym___r_double_quote] = ACTIONS(3047), + [sym___r_single_quote] = ACTIONS(3047), }, - [797] = { - [sym__expression] = STATE(2783), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3667), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2364), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2366), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2372), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [753] = { + [ts_builtin_sym_end] = ACTIONS(3049), + [sym_identifier] = ACTIONS(3051), + [anon_sym_LF] = ACTIONS(3051), + [anon_sym_CR] = ACTIONS(3051), + [anon_sym_CR_LF] = ACTIONS(3051), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3051), + [anon_sym_as] = ACTIONS(3051), + [anon_sym_LBRACE] = ACTIONS(3051), + [anon_sym_COMMA] = ACTIONS(3051), + [anon_sym_const] = ACTIONS(3051), + [anon_sym_LPAREN] = ACTIONS(3051), + [anon_sym_EQ] = ACTIONS(3051), + [anon_sym___global] = ACTIONS(3051), + [anon_sym_type] = ACTIONS(3051), + [anon_sym_PIPE] = ACTIONS(3051), + [anon_sym_fn] = ACTIONS(3051), + [anon_sym_PLUS] = ACTIONS(3051), + [anon_sym_DASH] = ACTIONS(3051), + [anon_sym_STAR] = ACTIONS(3051), + [anon_sym_SLASH] = ACTIONS(3051), + [anon_sym_PERCENT] = ACTIONS(3051), + [anon_sym_LT] = ACTIONS(3051), + [anon_sym_GT] = ACTIONS(3051), + [anon_sym_EQ_EQ] = ACTIONS(3051), + [anon_sym_BANG_EQ] = ACTIONS(3051), + [anon_sym_LT_EQ] = ACTIONS(3051), + [anon_sym_GT_EQ] = ACTIONS(3051), + [anon_sym_LBRACK] = ACTIONS(3049), + [anon_sym_LT2] = ACTIONS(3051), + [anon_sym_struct] = ACTIONS(3051), + [anon_sym_union] = ACTIONS(3051), + [anon_sym_pub] = ACTIONS(3051), + [anon_sym_mut] = ACTIONS(3051), + [anon_sym_enum] = ACTIONS(3051), + [anon_sym_interface] = ACTIONS(3051), + [anon_sym_PLUS_PLUS] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3051), + [anon_sym_QMARK] = ACTIONS(3051), + [anon_sym_BANG] = ACTIONS(3051), + [anon_sym_go] = ACTIONS(3051), + [anon_sym_spawn] = ACTIONS(3051), + [anon_sym_json_DOTdecode] = ACTIONS(3051), + [anon_sym_LBRACK2] = ACTIONS(3051), + [anon_sym_TILDE] = ACTIONS(3051), + [anon_sym_CARET] = ACTIONS(3051), + [anon_sym_AMP] = ACTIONS(3051), + [anon_sym_LT_DASH] = ACTIONS(3051), + [anon_sym_LT_LT] = ACTIONS(3051), + [anon_sym_GT_GT] = ACTIONS(3051), + [anon_sym_GT_GT_GT] = ACTIONS(3051), + [anon_sym_AMP_CARET] = ACTIONS(3051), + [anon_sym_AMP_AMP] = ACTIONS(3051), + [anon_sym_PIPE_PIPE] = ACTIONS(3051), + [anon_sym_or] = ACTIONS(3051), + [sym_none] = ACTIONS(3051), + [sym_true] = ACTIONS(3051), + [sym_false] = ACTIONS(3051), + [sym_nil] = ACTIONS(3051), + [anon_sym_QMARK_DOT] = ACTIONS(3051), + [anon_sym_POUND_LBRACK] = ACTIONS(3051), + [anon_sym_if] = ACTIONS(3051), + [anon_sym_DOLLARif] = ACTIONS(3051), + [anon_sym_is] = ACTIONS(3051), + [anon_sym_BANGis] = ACTIONS(3051), + [anon_sym_in] = ACTIONS(3051), + [anon_sym_BANGin] = ACTIONS(3051), + [anon_sym_match] = ACTIONS(3051), + [anon_sym_select] = ACTIONS(3051), + [anon_sym_STAR_EQ] = ACTIONS(3051), + [anon_sym_SLASH_EQ] = ACTIONS(3051), + [anon_sym_PERCENT_EQ] = ACTIONS(3051), + [anon_sym_LT_LT_EQ] = ACTIONS(3051), + [anon_sym_GT_GT_EQ] = ACTIONS(3051), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3051), + [anon_sym_AMP_EQ] = ACTIONS(3051), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3051), + [anon_sym_PLUS_EQ] = ACTIONS(3051), + [anon_sym_DASH_EQ] = ACTIONS(3051), + [anon_sym_PIPE_EQ] = ACTIONS(3051), + [anon_sym_CARET_EQ] = ACTIONS(3051), + [anon_sym_COLON_EQ] = ACTIONS(3051), + [anon_sym_lock] = ACTIONS(3051), + [anon_sym_rlock] = ACTIONS(3051), + [anon_sym_unsafe] = ACTIONS(3051), + [anon_sym_sql] = ACTIONS(3051), + [sym_int_literal] = ACTIONS(3051), + [sym_float_literal] = ACTIONS(3051), + [sym_rune_literal] = ACTIONS(3051), + [anon_sym_AT] = ACTIONS(3051), + [anon_sym_shared] = ACTIONS(3051), + [anon_sym_map_LBRACK] = ACTIONS(3051), + [anon_sym_chan] = ACTIONS(3051), + [anon_sym_thread] = ACTIONS(3051), + [anon_sym_atomic] = ACTIONS(3051), + [anon_sym_assert] = ACTIONS(3051), + [anon_sym_defer] = ACTIONS(3051), + [anon_sym_goto] = ACTIONS(3051), + [anon_sym_break] = ACTIONS(3051), + [anon_sym_continue] = ACTIONS(3051), + [anon_sym_return] = ACTIONS(3051), + [anon_sym_DOLLARfor] = ACTIONS(3051), + [anon_sym_for] = ACTIONS(3051), + [anon_sym_POUND] = ACTIONS(3051), + [anon_sym_asm] = ACTIONS(3051), + [anon_sym_AT_LBRACK] = ACTIONS(3051), + [sym___double_quote] = ACTIONS(3051), + [sym___single_quote] = ACTIONS(3051), + [sym___c_double_quote] = ACTIONS(3051), + [sym___c_single_quote] = ACTIONS(3051), + [sym___r_double_quote] = ACTIONS(3051), + [sym___r_single_quote] = ACTIONS(3051), }, - [798] = { - [sym__expression] = STATE(2883), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [754] = { + [sym__expression] = STATE(2639), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [799] = { - [sym__expression] = STATE(2634), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [755] = { + [ts_builtin_sym_end] = ACTIONS(3053), + [sym_identifier] = ACTIONS(3055), + [anon_sym_LF] = ACTIONS(3055), + [anon_sym_CR] = ACTIONS(3055), + [anon_sym_CR_LF] = ACTIONS(3055), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3055), + [anon_sym_as] = ACTIONS(3055), + [anon_sym_LBRACE] = ACTIONS(3055), + [anon_sym_COMMA] = ACTIONS(3055), + [anon_sym_const] = ACTIONS(3055), + [anon_sym_LPAREN] = ACTIONS(3055), + [anon_sym_EQ] = ACTIONS(3055), + [anon_sym___global] = ACTIONS(3055), + [anon_sym_type] = ACTIONS(3055), + [anon_sym_PIPE] = ACTIONS(3055), + [anon_sym_fn] = ACTIONS(3055), + [anon_sym_PLUS] = ACTIONS(3055), + [anon_sym_DASH] = ACTIONS(3055), + [anon_sym_STAR] = ACTIONS(3055), + [anon_sym_SLASH] = ACTIONS(3055), + [anon_sym_PERCENT] = ACTIONS(3055), + [anon_sym_LT] = ACTIONS(3055), + [anon_sym_GT] = ACTIONS(3055), + [anon_sym_EQ_EQ] = ACTIONS(3055), + [anon_sym_BANG_EQ] = ACTIONS(3055), + [anon_sym_LT_EQ] = ACTIONS(3055), + [anon_sym_GT_EQ] = ACTIONS(3055), + [anon_sym_LBRACK] = ACTIONS(3053), + [anon_sym_LT2] = ACTIONS(3055), + [anon_sym_struct] = ACTIONS(3055), + [anon_sym_union] = ACTIONS(3055), + [anon_sym_pub] = ACTIONS(3055), + [anon_sym_mut] = ACTIONS(3055), + [anon_sym_enum] = ACTIONS(3055), + [anon_sym_interface] = ACTIONS(3055), + [anon_sym_PLUS_PLUS] = ACTIONS(3055), + [anon_sym_DASH_DASH] = ACTIONS(3055), + [anon_sym_QMARK] = ACTIONS(3055), + [anon_sym_BANG] = ACTIONS(3055), + [anon_sym_go] = ACTIONS(3055), + [anon_sym_spawn] = ACTIONS(3055), + [anon_sym_json_DOTdecode] = ACTIONS(3055), + [anon_sym_LBRACK2] = ACTIONS(3055), + [anon_sym_TILDE] = ACTIONS(3055), + [anon_sym_CARET] = ACTIONS(3055), + [anon_sym_AMP] = ACTIONS(3055), + [anon_sym_LT_DASH] = ACTIONS(3055), + [anon_sym_LT_LT] = ACTIONS(3055), + [anon_sym_GT_GT] = ACTIONS(3055), + [anon_sym_GT_GT_GT] = ACTIONS(3055), + [anon_sym_AMP_CARET] = ACTIONS(3055), + [anon_sym_AMP_AMP] = ACTIONS(3055), + [anon_sym_PIPE_PIPE] = ACTIONS(3055), + [anon_sym_or] = ACTIONS(3055), + [sym_none] = ACTIONS(3055), + [sym_true] = ACTIONS(3055), + [sym_false] = ACTIONS(3055), + [sym_nil] = ACTIONS(3055), + [anon_sym_QMARK_DOT] = ACTIONS(3055), + [anon_sym_POUND_LBRACK] = ACTIONS(3055), + [anon_sym_if] = ACTIONS(3055), + [anon_sym_DOLLARif] = ACTIONS(3055), + [anon_sym_is] = ACTIONS(3055), + [anon_sym_BANGis] = ACTIONS(3055), + [anon_sym_in] = ACTIONS(3055), + [anon_sym_BANGin] = ACTIONS(3055), + [anon_sym_match] = ACTIONS(3055), + [anon_sym_select] = ACTIONS(3055), + [anon_sym_STAR_EQ] = ACTIONS(3055), + [anon_sym_SLASH_EQ] = ACTIONS(3055), + [anon_sym_PERCENT_EQ] = ACTIONS(3055), + [anon_sym_LT_LT_EQ] = ACTIONS(3055), + [anon_sym_GT_GT_EQ] = ACTIONS(3055), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3055), + [anon_sym_AMP_EQ] = ACTIONS(3055), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3055), + [anon_sym_PLUS_EQ] = ACTIONS(3055), + [anon_sym_DASH_EQ] = ACTIONS(3055), + [anon_sym_PIPE_EQ] = ACTIONS(3055), + [anon_sym_CARET_EQ] = ACTIONS(3055), + [anon_sym_COLON_EQ] = ACTIONS(3055), + [anon_sym_lock] = ACTIONS(3055), + [anon_sym_rlock] = ACTIONS(3055), + [anon_sym_unsafe] = ACTIONS(3055), + [anon_sym_sql] = ACTIONS(3055), + [sym_int_literal] = ACTIONS(3055), + [sym_float_literal] = ACTIONS(3055), + [sym_rune_literal] = ACTIONS(3055), + [anon_sym_AT] = ACTIONS(3055), + [anon_sym_shared] = ACTIONS(3055), + [anon_sym_map_LBRACK] = ACTIONS(3055), + [anon_sym_chan] = ACTIONS(3055), + [anon_sym_thread] = ACTIONS(3055), + [anon_sym_atomic] = ACTIONS(3055), + [anon_sym_assert] = ACTIONS(3055), + [anon_sym_defer] = ACTIONS(3055), + [anon_sym_goto] = ACTIONS(3055), + [anon_sym_break] = ACTIONS(3055), + [anon_sym_continue] = ACTIONS(3055), + [anon_sym_return] = ACTIONS(3055), + [anon_sym_DOLLARfor] = ACTIONS(3055), + [anon_sym_for] = ACTIONS(3055), + [anon_sym_POUND] = ACTIONS(3055), + [anon_sym_asm] = ACTIONS(3055), + [anon_sym_AT_LBRACK] = ACTIONS(3055), + [sym___double_quote] = ACTIONS(3055), + [sym___single_quote] = ACTIONS(3055), + [sym___c_double_quote] = ACTIONS(3055), + [sym___c_single_quote] = ACTIONS(3055), + [sym___r_double_quote] = ACTIONS(3055), + [sym___r_single_quote] = ACTIONS(3055), }, - [800] = { - [sym__expression] = STATE(1624), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4238), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2762), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(301), - [anon_sym_LBRACE] = ACTIONS(2764), - [anon_sym_LPAREN] = ACTIONS(307), - [anon_sym_fn] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(311), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_STAR] = ACTIONS(313), - [anon_sym_struct] = ACTIONS(315), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(317), - [anon_sym_go] = ACTIONS(319), - [anon_sym_spawn] = ACTIONS(321), - [anon_sym_json_DOTdecode] = ACTIONS(323), - [anon_sym_LBRACK2] = ACTIONS(325), - [anon_sym_TILDE] = ACTIONS(311), - [anon_sym_CARET] = ACTIONS(311), - [anon_sym_AMP] = ACTIONS(327), - [anon_sym_LT_DASH] = ACTIONS(329), - [sym_none] = ACTIONS(331), - [sym_true] = ACTIONS(331), - [sym_false] = ACTIONS(331), - [sym_nil] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_DOLLARif] = ACTIONS(335), - [anon_sym_match] = ACTIONS(337), - [anon_sym_select] = ACTIONS(339), - [anon_sym_lock] = ACTIONS(341), - [anon_sym_rlock] = ACTIONS(341), - [anon_sym_unsafe] = ACTIONS(343), - [anon_sym_sql] = ACTIONS(345), - [sym_int_literal] = ACTIONS(331), - [sym_float_literal] = ACTIONS(347), - [sym_rune_literal] = ACTIONS(347), - [anon_sym_AT] = ACTIONS(349), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(371), - [sym___single_quote] = ACTIONS(373), - [sym___c_double_quote] = ACTIONS(375), - [sym___c_single_quote] = ACTIONS(377), - [sym___r_double_quote] = ACTIONS(379), - [sym___r_single_quote] = ACTIONS(381), + [756] = { + [ts_builtin_sym_end] = ACTIONS(3057), + [sym_identifier] = ACTIONS(3059), + [anon_sym_LF] = ACTIONS(3059), + [anon_sym_CR] = ACTIONS(3059), + [anon_sym_CR_LF] = ACTIONS(3059), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3059), + [anon_sym_as] = ACTIONS(3059), + [anon_sym_LBRACE] = ACTIONS(3059), + [anon_sym_COMMA] = ACTIONS(3059), + [anon_sym_const] = ACTIONS(3059), + [anon_sym_LPAREN] = ACTIONS(3059), + [anon_sym_EQ] = ACTIONS(3059), + [anon_sym___global] = ACTIONS(3059), + [anon_sym_type] = ACTIONS(3059), + [anon_sym_PIPE] = ACTIONS(3059), + [anon_sym_fn] = ACTIONS(3059), + [anon_sym_PLUS] = ACTIONS(3059), + [anon_sym_DASH] = ACTIONS(3059), + [anon_sym_STAR] = ACTIONS(3059), + [anon_sym_SLASH] = ACTIONS(3059), + [anon_sym_PERCENT] = ACTIONS(3059), + [anon_sym_LT] = ACTIONS(3059), + [anon_sym_GT] = ACTIONS(3059), + [anon_sym_EQ_EQ] = ACTIONS(3059), + [anon_sym_BANG_EQ] = ACTIONS(3059), + [anon_sym_LT_EQ] = ACTIONS(3059), + [anon_sym_GT_EQ] = ACTIONS(3059), + [anon_sym_LBRACK] = ACTIONS(3057), + [anon_sym_LT2] = ACTIONS(3059), + [anon_sym_struct] = ACTIONS(3059), + [anon_sym_union] = ACTIONS(3059), + [anon_sym_pub] = ACTIONS(3059), + [anon_sym_mut] = ACTIONS(3059), + [anon_sym_enum] = ACTIONS(3059), + [anon_sym_interface] = ACTIONS(3059), + [anon_sym_PLUS_PLUS] = ACTIONS(3059), + [anon_sym_DASH_DASH] = ACTIONS(3059), + [anon_sym_QMARK] = ACTIONS(3059), + [anon_sym_BANG] = ACTIONS(3059), + [anon_sym_go] = ACTIONS(3059), + [anon_sym_spawn] = ACTIONS(3059), + [anon_sym_json_DOTdecode] = ACTIONS(3059), + [anon_sym_LBRACK2] = ACTIONS(3059), + [anon_sym_TILDE] = ACTIONS(3059), + [anon_sym_CARET] = ACTIONS(3059), + [anon_sym_AMP] = ACTIONS(3059), + [anon_sym_LT_DASH] = ACTIONS(3059), + [anon_sym_LT_LT] = ACTIONS(3059), + [anon_sym_GT_GT] = ACTIONS(3059), + [anon_sym_GT_GT_GT] = ACTIONS(3059), + [anon_sym_AMP_CARET] = ACTIONS(3059), + [anon_sym_AMP_AMP] = ACTIONS(3059), + [anon_sym_PIPE_PIPE] = ACTIONS(3059), + [anon_sym_or] = ACTIONS(3059), + [sym_none] = ACTIONS(3059), + [sym_true] = ACTIONS(3059), + [sym_false] = ACTIONS(3059), + [sym_nil] = ACTIONS(3059), + [anon_sym_QMARK_DOT] = ACTIONS(3059), + [anon_sym_POUND_LBRACK] = ACTIONS(3059), + [anon_sym_if] = ACTIONS(3059), + [anon_sym_DOLLARif] = ACTIONS(3059), + [anon_sym_is] = ACTIONS(3059), + [anon_sym_BANGis] = ACTIONS(3059), + [anon_sym_in] = ACTIONS(3059), + [anon_sym_BANGin] = ACTIONS(3059), + [anon_sym_match] = ACTIONS(3059), + [anon_sym_select] = ACTIONS(3059), + [anon_sym_STAR_EQ] = ACTIONS(3059), + [anon_sym_SLASH_EQ] = ACTIONS(3059), + [anon_sym_PERCENT_EQ] = ACTIONS(3059), + [anon_sym_LT_LT_EQ] = ACTIONS(3059), + [anon_sym_GT_GT_EQ] = ACTIONS(3059), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3059), + [anon_sym_AMP_EQ] = ACTIONS(3059), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3059), + [anon_sym_PLUS_EQ] = ACTIONS(3059), + [anon_sym_DASH_EQ] = ACTIONS(3059), + [anon_sym_PIPE_EQ] = ACTIONS(3059), + [anon_sym_CARET_EQ] = ACTIONS(3059), + [anon_sym_COLON_EQ] = ACTIONS(3059), + [anon_sym_lock] = ACTIONS(3059), + [anon_sym_rlock] = ACTIONS(3059), + [anon_sym_unsafe] = ACTIONS(3059), + [anon_sym_sql] = ACTIONS(3059), + [sym_int_literal] = ACTIONS(3059), + [sym_float_literal] = ACTIONS(3059), + [sym_rune_literal] = ACTIONS(3059), + [anon_sym_AT] = ACTIONS(3059), + [anon_sym_shared] = ACTIONS(3059), + [anon_sym_map_LBRACK] = ACTIONS(3059), + [anon_sym_chan] = ACTIONS(3059), + [anon_sym_thread] = ACTIONS(3059), + [anon_sym_atomic] = ACTIONS(3059), + [anon_sym_assert] = ACTIONS(3059), + [anon_sym_defer] = ACTIONS(3059), + [anon_sym_goto] = ACTIONS(3059), + [anon_sym_break] = ACTIONS(3059), + [anon_sym_continue] = ACTIONS(3059), + [anon_sym_return] = ACTIONS(3059), + [anon_sym_DOLLARfor] = ACTIONS(3059), + [anon_sym_for] = ACTIONS(3059), + [anon_sym_POUND] = ACTIONS(3059), + [anon_sym_asm] = ACTIONS(3059), + [anon_sym_AT_LBRACK] = ACTIONS(3059), + [sym___double_quote] = ACTIONS(3059), + [sym___single_quote] = ACTIONS(3059), + [sym___c_double_quote] = ACTIONS(3059), + [sym___c_single_quote] = ACTIONS(3059), + [sym___r_double_quote] = ACTIONS(3059), + [sym___r_single_quote] = ACTIONS(3059), }, - [801] = { - [sym__expression] = STATE(2666), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [757] = { + [sym__expression] = STATE(2629), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [802] = { - [sym__expression] = STATE(1762), - [sym__expression_without_blocks] = STATE(2105), - [sym__expression_with_blocks] = STATE(2105), - [sym_inc_expression] = STATE(2105), - [sym_dec_expression] = STATE(2105), - [sym_or_block_expression] = STATE(2105), - [sym_option_propagation_expression] = STATE(2105), - [sym_result_propagation_expression] = STATE(2105), - [sym_anon_struct_value_expression] = STATE(2119), - [sym_go_expression] = STATE(2105), - [sym_spawn_expression] = STATE(2105), - [sym_parenthesized_expression] = STATE(2105), - [sym_call_expression] = STATE(2105), - [sym_type_initializer] = STATE(2119), - [sym_function_literal] = STATE(2105), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2105), - [sym_receive_expression] = STATE(2105), - [sym_binary_expression] = STATE(2105), - [sym_as_type_cast_expression] = STATE(2105), - [sym__max_group] = STATE(2105), - [sym_literal] = STATE(2105), - [sym_map_init_expression] = STATE(2119), - [sym_array_creation] = STATE(2105), - [sym_fixed_array_creation] = STATE(2105), - [sym_selector_expression] = STATE(2105), - [sym_index_expression] = STATE(2105), - [sym_slice_expression] = STATE(2105), - [sym_if_expression] = STATE(2119), - [sym_compile_time_if_expression] = STATE(2119), - [sym_is_expression] = STATE(2105), - [sym_not_is_expression] = STATE(2105), - [sym_in_expression] = STATE(2105), - [sym_not_in_expression] = STATE(2105), - [sym_enum_fetch] = STATE(2105), - [sym_match_expression] = STATE(2119), - [sym_select_expression] = STATE(2119), - [sym_lock_expression] = STATE(2119), - [sym_unsafe_expression] = STATE(2119), - [sym_sql_expression] = STATE(2119), - [sym_c_string_literal] = STATE(2030), - [sym_raw_string_literal] = STATE(2030), - [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(2105), - [sym_mutability_modifiers] = STATE(835), - [sym_plain_type] = STATE(4201), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2706), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(2708), - [anon_sym_LPAREN] = ACTIONS(697), - [anon_sym_fn] = ACTIONS(699), - [anon_sym_PLUS] = ACTIONS(701), - [anon_sym_DASH] = ACTIONS(701), - [anon_sym_STAR] = ACTIONS(703), - [anon_sym_struct] = ACTIONS(2710), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_go] = ACTIONS(709), - [anon_sym_spawn] = ACTIONS(711), - [anon_sym_json_DOTdecode] = ACTIONS(713), - [anon_sym_LBRACK2] = ACTIONS(715), - [anon_sym_TILDE] = ACTIONS(701), - [anon_sym_CARET] = ACTIONS(701), - [anon_sym_AMP] = ACTIONS(717), - [anon_sym_LT_DASH] = ACTIONS(719), - [sym_none] = ACTIONS(721), - [sym_true] = ACTIONS(721), - [sym_false] = ACTIONS(721), - [sym_nil] = ACTIONS(721), - [anon_sym_if] = ACTIONS(2712), - [anon_sym_DOLLARif] = ACTIONS(2714), - [anon_sym_match] = ACTIONS(2716), - [anon_sym_select] = ACTIONS(2718), - [anon_sym_lock] = ACTIONS(2720), - [anon_sym_rlock] = ACTIONS(2720), - [anon_sym_unsafe] = ACTIONS(2722), - [anon_sym_sql] = ACTIONS(2724), - [sym_int_literal] = ACTIONS(721), - [sym_float_literal] = ACTIONS(739), - [sym_rune_literal] = ACTIONS(739), - [anon_sym_AT] = ACTIONS(741), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(743), - [sym___single_quote] = ACTIONS(745), - [sym___c_double_quote] = ACTIONS(747), - [sym___c_single_quote] = ACTIONS(749), - [sym___r_double_quote] = ACTIONS(751), - [sym___r_single_quote] = ACTIONS(753), + [758] = { + [ts_builtin_sym_end] = ACTIONS(3061), + [sym_identifier] = ACTIONS(3063), + [anon_sym_LF] = ACTIONS(3063), + [anon_sym_CR] = ACTIONS(3063), + [anon_sym_CR_LF] = ACTIONS(3063), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3063), + [anon_sym_as] = ACTIONS(3063), + [anon_sym_LBRACE] = ACTIONS(3063), + [anon_sym_COMMA] = ACTIONS(3063), + [anon_sym_const] = ACTIONS(3063), + [anon_sym_LPAREN] = ACTIONS(3063), + [anon_sym_EQ] = ACTIONS(3063), + [anon_sym___global] = ACTIONS(3063), + [anon_sym_type] = ACTIONS(3063), + [anon_sym_PIPE] = ACTIONS(3063), + [anon_sym_fn] = ACTIONS(3063), + [anon_sym_PLUS] = ACTIONS(3063), + [anon_sym_DASH] = ACTIONS(3063), + [anon_sym_STAR] = ACTIONS(3063), + [anon_sym_SLASH] = ACTIONS(3063), + [anon_sym_PERCENT] = ACTIONS(3063), + [anon_sym_LT] = ACTIONS(3063), + [anon_sym_GT] = ACTIONS(3063), + [anon_sym_EQ_EQ] = ACTIONS(3063), + [anon_sym_BANG_EQ] = ACTIONS(3063), + [anon_sym_LT_EQ] = ACTIONS(3063), + [anon_sym_GT_EQ] = ACTIONS(3063), + [anon_sym_LBRACK] = ACTIONS(3061), + [anon_sym_LT2] = ACTIONS(3063), + [anon_sym_struct] = ACTIONS(3063), + [anon_sym_union] = ACTIONS(3063), + [anon_sym_pub] = ACTIONS(3063), + [anon_sym_mut] = ACTIONS(3063), + [anon_sym_enum] = ACTIONS(3063), + [anon_sym_interface] = ACTIONS(3063), + [anon_sym_PLUS_PLUS] = ACTIONS(3063), + [anon_sym_DASH_DASH] = ACTIONS(3063), + [anon_sym_QMARK] = ACTIONS(3063), + [anon_sym_BANG] = ACTIONS(3063), + [anon_sym_go] = ACTIONS(3063), + [anon_sym_spawn] = ACTIONS(3063), + [anon_sym_json_DOTdecode] = ACTIONS(3063), + [anon_sym_LBRACK2] = ACTIONS(3063), + [anon_sym_TILDE] = ACTIONS(3063), + [anon_sym_CARET] = ACTIONS(3063), + [anon_sym_AMP] = ACTIONS(3063), + [anon_sym_LT_DASH] = ACTIONS(3063), + [anon_sym_LT_LT] = ACTIONS(3063), + [anon_sym_GT_GT] = ACTIONS(3063), + [anon_sym_GT_GT_GT] = ACTIONS(3063), + [anon_sym_AMP_CARET] = ACTIONS(3063), + [anon_sym_AMP_AMP] = ACTIONS(3063), + [anon_sym_PIPE_PIPE] = ACTIONS(3063), + [anon_sym_or] = ACTIONS(3063), + [sym_none] = ACTIONS(3063), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_nil] = ACTIONS(3063), + [anon_sym_QMARK_DOT] = ACTIONS(3063), + [anon_sym_POUND_LBRACK] = ACTIONS(3063), + [anon_sym_if] = ACTIONS(3063), + [anon_sym_DOLLARif] = ACTIONS(3063), + [anon_sym_is] = ACTIONS(3063), + [anon_sym_BANGis] = ACTIONS(3063), + [anon_sym_in] = ACTIONS(3063), + [anon_sym_BANGin] = ACTIONS(3063), + [anon_sym_match] = ACTIONS(3063), + [anon_sym_select] = ACTIONS(3063), + [anon_sym_STAR_EQ] = ACTIONS(3063), + [anon_sym_SLASH_EQ] = ACTIONS(3063), + [anon_sym_PERCENT_EQ] = ACTIONS(3063), + [anon_sym_LT_LT_EQ] = ACTIONS(3063), + [anon_sym_GT_GT_EQ] = ACTIONS(3063), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3063), + [anon_sym_AMP_EQ] = ACTIONS(3063), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3063), + [anon_sym_PLUS_EQ] = ACTIONS(3063), + [anon_sym_DASH_EQ] = ACTIONS(3063), + [anon_sym_PIPE_EQ] = ACTIONS(3063), + [anon_sym_CARET_EQ] = ACTIONS(3063), + [anon_sym_COLON_EQ] = ACTIONS(3063), + [anon_sym_lock] = ACTIONS(3063), + [anon_sym_rlock] = ACTIONS(3063), + [anon_sym_unsafe] = ACTIONS(3063), + [anon_sym_sql] = ACTIONS(3063), + [sym_int_literal] = ACTIONS(3063), + [sym_float_literal] = ACTIONS(3063), + [sym_rune_literal] = ACTIONS(3063), + [anon_sym_AT] = ACTIONS(3063), + [anon_sym_shared] = ACTIONS(3063), + [anon_sym_map_LBRACK] = ACTIONS(3063), + [anon_sym_chan] = ACTIONS(3063), + [anon_sym_thread] = ACTIONS(3063), + [anon_sym_atomic] = ACTIONS(3063), + [anon_sym_assert] = ACTIONS(3063), + [anon_sym_defer] = ACTIONS(3063), + [anon_sym_goto] = ACTIONS(3063), + [anon_sym_break] = ACTIONS(3063), + [anon_sym_continue] = ACTIONS(3063), + [anon_sym_return] = ACTIONS(3063), + [anon_sym_DOLLARfor] = ACTIONS(3063), + [anon_sym_for] = ACTIONS(3063), + [anon_sym_POUND] = ACTIONS(3063), + [anon_sym_asm] = ACTIONS(3063), + [anon_sym_AT_LBRACK] = ACTIONS(3063), + [sym___double_quote] = ACTIONS(3063), + [sym___single_quote] = ACTIONS(3063), + [sym___c_double_quote] = ACTIONS(3063), + [sym___c_single_quote] = ACTIONS(3063), + [sym___r_double_quote] = ACTIONS(3063), + [sym___r_single_quote] = ACTIONS(3063), }, - [803] = { - [sym__expression] = STATE(373), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_mutability_modifiers] = STATE(597), - [sym_plain_type] = STATE(4220), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2580), + [759] = { + [sym__expression] = STATE(295), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_mutability_modifiers] = STATE(944), + [sym_plain_type] = STATE(4219), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2484), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(2582), + [anon_sym_LBRACE] = ACTIONS(2486), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_fn] = ACTIONS(475), [anon_sym_PLUS] = ACTIONS(27), @@ -118762,75 +113949,189 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(119), [sym___r_single_quote] = ACTIONS(121), }, - [804] = { - [sym__expression] = STATE(354), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_mutability_modifiers] = STATE(597), - [sym_plain_type] = STATE(4188), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2580), + [760] = { + [ts_builtin_sym_end] = ACTIONS(3065), + [sym_identifier] = ACTIONS(3067), + [anon_sym_LF] = ACTIONS(3067), + [anon_sym_CR] = ACTIONS(3067), + [anon_sym_CR_LF] = ACTIONS(3067), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3067), + [anon_sym_as] = ACTIONS(3067), + [anon_sym_LBRACE] = ACTIONS(3067), + [anon_sym_COMMA] = ACTIONS(3067), + [anon_sym_const] = ACTIONS(3067), + [anon_sym_LPAREN] = ACTIONS(3067), + [anon_sym_EQ] = ACTIONS(3067), + [anon_sym___global] = ACTIONS(3067), + [anon_sym_type] = ACTIONS(3067), + [anon_sym_PIPE] = ACTIONS(3067), + [anon_sym_fn] = ACTIONS(3067), + [anon_sym_PLUS] = ACTIONS(3067), + [anon_sym_DASH] = ACTIONS(3067), + [anon_sym_STAR] = ACTIONS(3067), + [anon_sym_SLASH] = ACTIONS(3067), + [anon_sym_PERCENT] = ACTIONS(3067), + [anon_sym_LT] = ACTIONS(3067), + [anon_sym_GT] = ACTIONS(3067), + [anon_sym_EQ_EQ] = ACTIONS(3067), + [anon_sym_BANG_EQ] = ACTIONS(3067), + [anon_sym_LT_EQ] = ACTIONS(3067), + [anon_sym_GT_EQ] = ACTIONS(3067), + [anon_sym_LBRACK] = ACTIONS(3065), + [anon_sym_LT2] = ACTIONS(3067), + [anon_sym_struct] = ACTIONS(3067), + [anon_sym_union] = ACTIONS(3067), + [anon_sym_pub] = ACTIONS(3067), + [anon_sym_mut] = ACTIONS(3067), + [anon_sym_enum] = ACTIONS(3067), + [anon_sym_interface] = ACTIONS(3067), + [anon_sym_PLUS_PLUS] = ACTIONS(3067), + [anon_sym_DASH_DASH] = ACTIONS(3067), + [anon_sym_QMARK] = ACTIONS(3067), + [anon_sym_BANG] = ACTIONS(3067), + [anon_sym_go] = ACTIONS(3067), + [anon_sym_spawn] = ACTIONS(3067), + [anon_sym_json_DOTdecode] = ACTIONS(3067), + [anon_sym_LBRACK2] = ACTIONS(3067), + [anon_sym_TILDE] = ACTIONS(3067), + [anon_sym_CARET] = ACTIONS(3067), + [anon_sym_AMP] = ACTIONS(3067), + [anon_sym_LT_DASH] = ACTIONS(3067), + [anon_sym_LT_LT] = ACTIONS(3067), + [anon_sym_GT_GT] = ACTIONS(3067), + [anon_sym_GT_GT_GT] = ACTIONS(3067), + [anon_sym_AMP_CARET] = ACTIONS(3067), + [anon_sym_AMP_AMP] = ACTIONS(3067), + [anon_sym_PIPE_PIPE] = ACTIONS(3067), + [anon_sym_or] = ACTIONS(3067), + [sym_none] = ACTIONS(3067), + [sym_true] = ACTIONS(3067), + [sym_false] = ACTIONS(3067), + [sym_nil] = ACTIONS(3067), + [anon_sym_QMARK_DOT] = ACTIONS(3067), + [anon_sym_POUND_LBRACK] = ACTIONS(3067), + [anon_sym_if] = ACTIONS(3067), + [anon_sym_DOLLARif] = ACTIONS(3067), + [anon_sym_is] = ACTIONS(3067), + [anon_sym_BANGis] = ACTIONS(3067), + [anon_sym_in] = ACTIONS(3067), + [anon_sym_BANGin] = ACTIONS(3067), + [anon_sym_match] = ACTIONS(3067), + [anon_sym_select] = ACTIONS(3067), + [anon_sym_STAR_EQ] = ACTIONS(3067), + [anon_sym_SLASH_EQ] = ACTIONS(3067), + [anon_sym_PERCENT_EQ] = ACTIONS(3067), + [anon_sym_LT_LT_EQ] = ACTIONS(3067), + [anon_sym_GT_GT_EQ] = ACTIONS(3067), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3067), + [anon_sym_AMP_EQ] = ACTIONS(3067), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3067), + [anon_sym_PLUS_EQ] = ACTIONS(3067), + [anon_sym_DASH_EQ] = ACTIONS(3067), + [anon_sym_PIPE_EQ] = ACTIONS(3067), + [anon_sym_CARET_EQ] = ACTIONS(3067), + [anon_sym_COLON_EQ] = ACTIONS(3067), + [anon_sym_lock] = ACTIONS(3067), + [anon_sym_rlock] = ACTIONS(3067), + [anon_sym_unsafe] = ACTIONS(3067), + [anon_sym_sql] = ACTIONS(3067), + [sym_int_literal] = ACTIONS(3067), + [sym_float_literal] = ACTIONS(3067), + [sym_rune_literal] = ACTIONS(3067), + [anon_sym_AT] = ACTIONS(3067), + [anon_sym_shared] = ACTIONS(3067), + [anon_sym_map_LBRACK] = ACTIONS(3067), + [anon_sym_chan] = ACTIONS(3067), + [anon_sym_thread] = ACTIONS(3067), + [anon_sym_atomic] = ACTIONS(3067), + [anon_sym_assert] = ACTIONS(3067), + [anon_sym_defer] = ACTIONS(3067), + [anon_sym_goto] = ACTIONS(3067), + [anon_sym_break] = ACTIONS(3067), + [anon_sym_continue] = ACTIONS(3067), + [anon_sym_return] = ACTIONS(3067), + [anon_sym_DOLLARfor] = ACTIONS(3067), + [anon_sym_for] = ACTIONS(3067), + [anon_sym_POUND] = ACTIONS(3067), + [anon_sym_asm] = ACTIONS(3067), + [anon_sym_AT_LBRACK] = ACTIONS(3067), + [sym___double_quote] = ACTIONS(3067), + [sym___single_quote] = ACTIONS(3067), + [sym___c_double_quote] = ACTIONS(3067), + [sym___c_single_quote] = ACTIONS(3067), + [sym___r_double_quote] = ACTIONS(3067), + [sym___r_single_quote] = ACTIONS(3067), + }, + [761] = { + [sym__expression] = STATE(293), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_mutability_modifiers] = STATE(944), + [sym_plain_type] = STATE(4219), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2484), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(2582), + [anon_sym_LBRACE] = ACTIONS(2486), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_fn] = ACTIONS(475), [anon_sym_PLUS] = ACTIONS(27), @@ -118876,531 +114177,303 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(119), [sym___r_single_quote] = ACTIONS(121), }, - [805] = { - [sym__expression] = STATE(980), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2594), - [anon_sym_DASH] = ACTIONS(2594), - [anon_sym_STAR] = ACTIONS(2596), - [anon_sym_struct] = ACTIONS(501), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2598), - [anon_sym_go] = ACTIONS(2600), - [anon_sym_spawn] = ACTIONS(2602), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2594), - [anon_sym_AMP] = ACTIONS(2604), - [anon_sym_LT_DASH] = ACTIONS(2606), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(2608), - [anon_sym_lock] = ACTIONS(2610), - [anon_sym_rlock] = ACTIONS(2610), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), - }, - [806] = { - [sym__expression] = STATE(1624), - [sym__expression_without_blocks] = STATE(1759), - [sym__expression_with_blocks] = STATE(1759), - [sym_inc_expression] = STATE(1759), - [sym_dec_expression] = STATE(1759), - [sym_or_block_expression] = STATE(1759), - [sym_option_propagation_expression] = STATE(1759), - [sym_result_propagation_expression] = STATE(1759), - [sym_anon_struct_value_expression] = STATE(1702), - [sym_go_expression] = STATE(1759), - [sym_spawn_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_type_initializer] = STATE(1702), - [sym_function_literal] = STATE(1759), - [sym_reference_expression] = STATE(1734), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1759), - [sym_receive_expression] = STATE(1759), - [sym_binary_expression] = STATE(1759), - [sym_as_type_cast_expression] = STATE(1759), - [sym__max_group] = STATE(1759), - [sym_literal] = STATE(1759), - [sym_map_init_expression] = STATE(1702), - [sym_array_creation] = STATE(1759), - [sym_fixed_array_creation] = STATE(1759), - [sym_selector_expression] = STATE(1759), - [sym_index_expression] = STATE(1759), - [sym_slice_expression] = STATE(1759), - [sym_if_expression] = STATE(1702), - [sym_compile_time_if_expression] = STATE(1702), - [sym_is_expression] = STATE(1759), - [sym_not_is_expression] = STATE(1759), - [sym_in_expression] = STATE(1759), - [sym_not_in_expression] = STATE(1759), - [sym_enum_fetch] = STATE(1759), - [sym_match_expression] = STATE(1702), - [sym_select_expression] = STATE(1702), - [sym_lock_expression] = STATE(1702), - [sym_unsafe_expression] = STATE(1702), - [sym_sql_expression] = STATE(1702), - [sym_c_string_literal] = STATE(1752), - [sym_raw_string_literal] = STATE(1752), - [sym_interpreted_string_literal] = STATE(1752), - [sym_pseudo_compile_time_identifier] = STATE(1759), - [sym_mutability_modifiers] = STATE(789), - [sym_plain_type] = STATE(4249), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2762), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(301), - [anon_sym_LBRACE] = ACTIONS(2764), - [anon_sym_LPAREN] = ACTIONS(307), - [anon_sym_fn] = ACTIONS(309), - [anon_sym_PLUS] = ACTIONS(311), - [anon_sym_DASH] = ACTIONS(311), - [anon_sym_STAR] = ACTIONS(313), - [anon_sym_struct] = ACTIONS(315), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(317), - [anon_sym_go] = ACTIONS(319), - [anon_sym_spawn] = ACTIONS(321), - [anon_sym_json_DOTdecode] = ACTIONS(323), - [anon_sym_LBRACK2] = ACTIONS(325), - [anon_sym_TILDE] = ACTIONS(311), - [anon_sym_CARET] = ACTIONS(311), - [anon_sym_AMP] = ACTIONS(327), - [anon_sym_LT_DASH] = ACTIONS(329), - [sym_none] = ACTIONS(331), - [sym_true] = ACTIONS(331), - [sym_false] = ACTIONS(331), - [sym_nil] = ACTIONS(331), - [anon_sym_if] = ACTIONS(333), - [anon_sym_DOLLARif] = ACTIONS(335), - [anon_sym_match] = ACTIONS(337), - [anon_sym_select] = ACTIONS(339), - [anon_sym_lock] = ACTIONS(341), - [anon_sym_rlock] = ACTIONS(341), - [anon_sym_unsafe] = ACTIONS(343), - [anon_sym_sql] = ACTIONS(345), - [sym_int_literal] = ACTIONS(331), - [sym_float_literal] = ACTIONS(347), - [sym_rune_literal] = ACTIONS(347), - [anon_sym_AT] = ACTIONS(349), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(371), - [sym___single_quote] = ACTIONS(373), - [sym___c_double_quote] = ACTIONS(375), - [sym___c_single_quote] = ACTIONS(377), - [sym___r_double_quote] = ACTIONS(379), - [sym___r_single_quote] = ACTIONS(381), - }, - [807] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [762] = { + [sym__expression] = STATE(2879), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [808] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(3677), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [763] = { + [sym__expression] = STATE(2840), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [809] = { - [sym__expression] = STATE(367), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_mutability_modifiers] = STATE(597), - [sym_plain_type] = STATE(4220), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2580), + [764] = { + [sym__expression] = STATE(282), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_mutability_modifiers] = STATE(944), + [sym_plain_type] = STATE(4219), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2484), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(2582), + [anon_sym_LBRACE] = ACTIONS(2486), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_fn] = ACTIONS(475), [anon_sym_PLUS] = ACTIONS(27), @@ -119446,189 +114519,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(119), [sym___r_single_quote] = ACTIONS(121), }, - [810] = { - [sym__expression] = STATE(2688), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2588), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2590), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2592), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [811] = { - [sym__expression] = STATE(363), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_mutability_modifiers] = STATE(597), - [sym_plain_type] = STATE(4220), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2580), + [765] = { + [sym__expression] = STATE(267), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_mutability_modifiers] = STATE(944), + [sym_plain_type] = STATE(4219), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2484), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(2582), + [anon_sym_LBRACE] = ACTIONS(2486), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_fn] = ACTIONS(475), [anon_sym_PLUS] = ACTIONS(27), @@ -119674,189 +114633,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(119), [sym___r_single_quote] = ACTIONS(121), }, - [812] = { - [sym__expression] = STATE(2225), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(3675), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [813] = { - [sym__expression] = STATE(354), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_mutability_modifiers] = STATE(597), - [sym_plain_type] = STATE(4156), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2580), + [766] = { + [sym__expression] = STATE(256), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_mutability_modifiers] = STATE(944), + [sym_plain_type] = STATE(4219), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2484), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(2582), + [anon_sym_LBRACE] = ACTIONS(2486), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_fn] = ACTIONS(475), [anon_sym_PLUS] = ACTIONS(27), @@ -119902,578 +114747,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(119), [sym___r_single_quote] = ACTIONS(121), }, - [814] = { - [sym__expression] = STATE(1274), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1175), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_struct] = ACTIONS(1191), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), - }, - [815] = { - [sym__expression] = STATE(1640), - [sym__expression_without_blocks] = STATE(1800), - [sym__expression_with_blocks] = STATE(1800), - [sym_inc_expression] = STATE(1800), - [sym_dec_expression] = STATE(1800), - [sym_or_block_expression] = STATE(1800), - [sym_option_propagation_expression] = STATE(1800), - [sym_result_propagation_expression] = STATE(1800), - [sym_anon_struct_value_expression] = STATE(1884), - [sym_go_expression] = STATE(1800), - [sym_spawn_expression] = STATE(1800), - [sym_parenthesized_expression] = STATE(1800), - [sym_call_expression] = STATE(1800), - [sym_type_initializer] = STATE(1884), - [sym_function_literal] = STATE(1800), - [sym_reference_expression] = STATE(1889), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1800), - [sym_receive_expression] = STATE(1800), - [sym_binary_expression] = STATE(1800), - [sym_as_type_cast_expression] = STATE(1800), - [sym__max_group] = STATE(1800), - [sym_literal] = STATE(1800), - [sym_map_init_expression] = STATE(1884), - [sym_array_creation] = STATE(1800), - [sym_fixed_array_creation] = STATE(1800), - [sym_selector_expression] = STATE(1800), - [sym_index_expression] = STATE(1800), - [sym_slice_expression] = STATE(1800), - [sym_if_expression] = STATE(1884), - [sym_compile_time_if_expression] = STATE(1884), - [sym_is_expression] = STATE(1800), - [sym_not_is_expression] = STATE(1800), - [sym_in_expression] = STATE(1800), - [sym_not_in_expression] = STATE(1800), - [sym_enum_fetch] = STATE(1800), - [sym_match_expression] = STATE(1884), - [sym_select_expression] = STATE(1884), - [sym_lock_expression] = STATE(1884), - [sym_unsafe_expression] = STATE(1884), - [sym_sql_expression] = STATE(1884), - [sym_c_string_literal] = STATE(1801), - [sym_raw_string_literal] = STATE(1801), - [sym_interpreted_string_literal] = STATE(1801), - [sym_pseudo_compile_time_identifier] = STATE(1800), - [sym_mutability_modifiers] = STATE(837), - [sym_plain_type] = STATE(4297), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2434), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2436), - [anon_sym_LBRACE] = ACTIONS(2438), - [anon_sym_LPAREN] = ACTIONS(2440), - [anon_sym_fn] = ACTIONS(2442), - [anon_sym_PLUS] = ACTIONS(2444), - [anon_sym_DASH] = ACTIONS(2444), - [anon_sym_STAR] = ACTIONS(2446), - [anon_sym_struct] = ACTIONS(2448), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2450), - [anon_sym_go] = ACTIONS(2452), - [anon_sym_spawn] = ACTIONS(2454), - [anon_sym_json_DOTdecode] = ACTIONS(2456), - [anon_sym_LBRACK2] = ACTIONS(2458), - [anon_sym_TILDE] = ACTIONS(2444), - [anon_sym_CARET] = ACTIONS(2444), - [anon_sym_AMP] = ACTIONS(2460), - [anon_sym_LT_DASH] = ACTIONS(2462), - [sym_none] = ACTIONS(2464), - [sym_true] = ACTIONS(2464), - [sym_false] = ACTIONS(2464), - [sym_nil] = ACTIONS(2464), - [anon_sym_if] = ACTIONS(2466), - [anon_sym_DOLLARif] = ACTIONS(2468), - [anon_sym_match] = ACTIONS(2470), - [anon_sym_select] = ACTIONS(2472), - [anon_sym_lock] = ACTIONS(2474), - [anon_sym_rlock] = ACTIONS(2474), - [anon_sym_unsafe] = ACTIONS(2476), - [anon_sym_sql] = ACTIONS(2478), - [sym_int_literal] = ACTIONS(2464), - [sym_float_literal] = ACTIONS(2480), - [sym_rune_literal] = ACTIONS(2480), - [anon_sym_AT] = ACTIONS(2482), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2484), - [sym___single_quote] = ACTIONS(2486), - [sym___c_double_quote] = ACTIONS(2488), - [sym___c_single_quote] = ACTIONS(2490), - [sym___r_double_quote] = ACTIONS(2492), - [sym___r_single_quote] = ACTIONS(2494), - }, - [816] = { - [sym__expression] = STATE(2619), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [817] = { - [sym__expression] = STATE(2871), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [818] = { - [sym__expression] = STATE(2620), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [767] = { + [sym__expression] = STATE(1139), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1218), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(939), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(625), + [anon_sym_fn] = ACTIONS(629), + [anon_sym_PLUS] = ACTIONS(631), + [anon_sym_DASH] = ACTIONS(631), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_struct] = ACTIONS(637), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(643), + [anon_sym_go] = ACTIONS(645), + [anon_sym_spawn] = ACTIONS(647), + [anon_sym_json_DOTdecode] = ACTIONS(649), + [anon_sym_LBRACK2] = ACTIONS(651), + [anon_sym_TILDE] = ACTIONS(631), + [anon_sym_CARET] = ACTIONS(631), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_LT_DASH] = ACTIONS(655), + [sym_none] = ACTIONS(657), + [sym_true] = ACTIONS(657), + [sym_false] = ACTIONS(657), + [sym_nil] = ACTIONS(657), + [anon_sym_if] = ACTIONS(659), + [anon_sym_DOLLARif] = ACTIONS(661), + [anon_sym_match] = ACTIONS(663), + [anon_sym_select] = ACTIONS(665), + [anon_sym_lock] = ACTIONS(667), + [anon_sym_rlock] = ACTIONS(667), + [anon_sym_unsafe] = ACTIONS(669), + [anon_sym_sql] = ACTIONS(671), + [sym_int_literal] = ACTIONS(657), + [sym_float_literal] = ACTIONS(673), + [sym_rune_literal] = ACTIONS(673), + [anon_sym_AT] = ACTIONS(675), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(677), + [sym___single_quote] = ACTIONS(679), + [sym___c_double_quote] = ACTIONS(681), + [sym___c_single_quote] = ACTIONS(683), + [sym___r_double_quote] = ACTIONS(685), + [sym___r_single_quote] = ACTIONS(687), }, - [819] = { - [sym__expression] = STATE(960), + [768] = { + [sym__expression] = STATE(984), [sym__expression_without_blocks] = STATE(1081), [sym__expression_with_blocks] = STATE(1081), [sym_inc_expression] = STATE(1081), @@ -120481,83 +114870,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_or_block_expression] = STATE(1081), [sym_option_propagation_expression] = STATE(1081), [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), + [sym_anon_struct_value_expression] = STATE(1075), [sym_go_expression] = STATE(1081), [sym_spawn_expression] = STATE(1081), [sym_parenthesized_expression] = STATE(1081), [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), + [sym_type_initializer] = STATE(1075), [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), [sym_unary_expression] = STATE(1081), [sym_receive_expression] = STATE(1081), [sym_binary_expression] = STATE(1081), [sym_as_type_cast_expression] = STATE(1081), [sym__max_group] = STATE(1081), [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), + [sym_map_init_expression] = STATE(1075), [sym_array_creation] = STATE(1081), [sym_fixed_array_creation] = STATE(1081), [sym_selector_expression] = STATE(1081), [sym_index_expression] = STATE(1081), [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), [sym_is_expression] = STATE(1081), [sym_not_is_expression] = STATE(1081), [sym_in_expression] = STATE(1081), [sym_not_in_expression] = STATE(1081), [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(483), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2180), - [anon_sym_DASH] = ACTIONS(2180), - [anon_sym_STAR] = ACTIONS(2182), + [anon_sym_PLUS] = ACTIONS(2821), + [anon_sym_DASH] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(2823), [anon_sym_struct] = ACTIONS(501), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2184), - [anon_sym_go] = ACTIONS(507), - [anon_sym_spawn] = ACTIONS(509), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2180), - [anon_sym_CARET] = ACTIONS(2180), - [anon_sym_AMP] = ACTIONS(2190), - [anon_sym_LT_DASH] = ACTIONS(2192), + [anon_sym_BANG] = ACTIONS(2825), + [anon_sym_go] = ACTIONS(2827), + [anon_sym_spawn] = ACTIONS(2829), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2821), + [anon_sym_CARET] = ACTIONS(2821), + [anon_sym_AMP] = ACTIONS(2831), + [anon_sym_LT_DASH] = ACTIONS(2833), [sym_none] = ACTIONS(519), [sym_true] = ACTIONS(519), [sym_false] = ACTIONS(519), @@ -120565,143 +114954,599 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_if] = ACTIONS(521), [anon_sym_DOLLARif] = ACTIONS(523), [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(527), - [anon_sym_lock] = ACTIONS(529), - [anon_sym_rlock] = ACTIONS(529), + [anon_sym_select] = ACTIONS(2835), + [anon_sym_lock] = ACTIONS(2837), + [anon_sym_rlock] = ACTIONS(2837), [anon_sym_unsafe] = ACTIONS(531), [anon_sym_sql] = ACTIONS(533), [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), [anon_sym_AT] = ACTIONS(535), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, - [820] = { - [sym__expression] = STATE(963), - [sym__expression_without_blocks] = STATE(1081), - [sym__expression_with_blocks] = STATE(1081), - [sym_inc_expression] = STATE(1081), - [sym_dec_expression] = STATE(1081), - [sym_or_block_expression] = STATE(1081), - [sym_option_propagation_expression] = STATE(1081), - [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), - [sym_go_expression] = STATE(1081), - [sym_spawn_expression] = STATE(1081), - [sym_parenthesized_expression] = STATE(1081), - [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), - [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1081), - [sym_receive_expression] = STATE(1081), - [sym_binary_expression] = STATE(1081), - [sym_as_type_cast_expression] = STATE(1081), - [sym__max_group] = STATE(1081), - [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), - [sym_array_creation] = STATE(1081), - [sym_fixed_array_creation] = STATE(1081), - [sym_selector_expression] = STATE(1081), - [sym_index_expression] = STATE(1081), - [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), - [sym_is_expression] = STATE(1081), - [sym_not_is_expression] = STATE(1081), - [sym_in_expression] = STATE(1081), - [sym_not_in_expression] = STATE(1081), - [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), - [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4400), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(483), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), - [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2180), - [anon_sym_DASH] = ACTIONS(2180), - [anon_sym_STAR] = ACTIONS(2182), - [anon_sym_struct] = ACTIONS(501), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2184), - [anon_sym_go] = ACTIONS(507), - [anon_sym_spawn] = ACTIONS(509), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2180), - [anon_sym_CARET] = ACTIONS(2180), - [anon_sym_AMP] = ACTIONS(2190), - [anon_sym_LT_DASH] = ACTIONS(2192), - [sym_none] = ACTIONS(519), - [sym_true] = ACTIONS(519), - [sym_false] = ACTIONS(519), - [sym_nil] = ACTIONS(519), - [anon_sym_if] = ACTIONS(521), - [anon_sym_DOLLARif] = ACTIONS(523), - [anon_sym_match] = ACTIONS(525), - [anon_sym_select] = ACTIONS(527), - [anon_sym_lock] = ACTIONS(529), - [anon_sym_rlock] = ACTIONS(529), - [anon_sym_unsafe] = ACTIONS(531), - [anon_sym_sql] = ACTIONS(533), - [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), - [anon_sym_AT] = ACTIONS(535), + [769] = { + [ts_builtin_sym_end] = ACTIONS(3069), + [sym_identifier] = ACTIONS(3071), + [anon_sym_LF] = ACTIONS(3071), + [anon_sym_CR] = ACTIONS(3071), + [anon_sym_CR_LF] = ACTIONS(3071), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3071), + [anon_sym_as] = ACTIONS(3071), + [anon_sym_LBRACE] = ACTIONS(3071), + [anon_sym_COMMA] = ACTIONS(3071), + [anon_sym_const] = ACTIONS(3071), + [anon_sym_LPAREN] = ACTIONS(3071), + [anon_sym_EQ] = ACTIONS(3071), + [anon_sym___global] = ACTIONS(3071), + [anon_sym_type] = ACTIONS(3071), + [anon_sym_PIPE] = ACTIONS(3071), + [anon_sym_fn] = ACTIONS(3071), + [anon_sym_PLUS] = ACTIONS(3071), + [anon_sym_DASH] = ACTIONS(3071), + [anon_sym_STAR] = ACTIONS(3071), + [anon_sym_SLASH] = ACTIONS(3071), + [anon_sym_PERCENT] = ACTIONS(3071), + [anon_sym_LT] = ACTIONS(3071), + [anon_sym_GT] = ACTIONS(3071), + [anon_sym_EQ_EQ] = ACTIONS(3071), + [anon_sym_BANG_EQ] = ACTIONS(3071), + [anon_sym_LT_EQ] = ACTIONS(3071), + [anon_sym_GT_EQ] = ACTIONS(3071), + [anon_sym_LBRACK] = ACTIONS(3069), + [anon_sym_LT2] = ACTIONS(3071), + [anon_sym_struct] = ACTIONS(3071), + [anon_sym_union] = ACTIONS(3071), + [anon_sym_pub] = ACTIONS(3071), + [anon_sym_mut] = ACTIONS(3071), + [anon_sym_enum] = ACTIONS(3071), + [anon_sym_interface] = ACTIONS(3071), + [anon_sym_PLUS_PLUS] = ACTIONS(3071), + [anon_sym_DASH_DASH] = ACTIONS(3071), + [anon_sym_QMARK] = ACTIONS(3071), + [anon_sym_BANG] = ACTIONS(3071), + [anon_sym_go] = ACTIONS(3071), + [anon_sym_spawn] = ACTIONS(3071), + [anon_sym_json_DOTdecode] = ACTIONS(3071), + [anon_sym_LBRACK2] = ACTIONS(3071), + [anon_sym_TILDE] = ACTIONS(3071), + [anon_sym_CARET] = ACTIONS(3071), + [anon_sym_AMP] = ACTIONS(3071), + [anon_sym_LT_DASH] = ACTIONS(3071), + [anon_sym_LT_LT] = ACTIONS(3071), + [anon_sym_GT_GT] = ACTIONS(3071), + [anon_sym_GT_GT_GT] = ACTIONS(3071), + [anon_sym_AMP_CARET] = ACTIONS(3071), + [anon_sym_AMP_AMP] = ACTIONS(3071), + [anon_sym_PIPE_PIPE] = ACTIONS(3071), + [anon_sym_or] = ACTIONS(3071), + [sym_none] = ACTIONS(3071), + [sym_true] = ACTIONS(3071), + [sym_false] = ACTIONS(3071), + [sym_nil] = ACTIONS(3071), + [anon_sym_QMARK_DOT] = ACTIONS(3071), + [anon_sym_POUND_LBRACK] = ACTIONS(3071), + [anon_sym_if] = ACTIONS(3071), + [anon_sym_DOLLARif] = ACTIONS(3071), + [anon_sym_is] = ACTIONS(3071), + [anon_sym_BANGis] = ACTIONS(3071), + [anon_sym_in] = ACTIONS(3071), + [anon_sym_BANGin] = ACTIONS(3071), + [anon_sym_match] = ACTIONS(3071), + [anon_sym_select] = ACTIONS(3071), + [anon_sym_STAR_EQ] = ACTIONS(3071), + [anon_sym_SLASH_EQ] = ACTIONS(3071), + [anon_sym_PERCENT_EQ] = ACTIONS(3071), + [anon_sym_LT_LT_EQ] = ACTIONS(3071), + [anon_sym_GT_GT_EQ] = ACTIONS(3071), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3071), + [anon_sym_AMP_EQ] = ACTIONS(3071), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3071), + [anon_sym_PLUS_EQ] = ACTIONS(3071), + [anon_sym_DASH_EQ] = ACTIONS(3071), + [anon_sym_PIPE_EQ] = ACTIONS(3071), + [anon_sym_CARET_EQ] = ACTIONS(3071), + [anon_sym_COLON_EQ] = ACTIONS(3071), + [anon_sym_lock] = ACTIONS(3071), + [anon_sym_rlock] = ACTIONS(3071), + [anon_sym_unsafe] = ACTIONS(3071), + [anon_sym_sql] = ACTIONS(3071), + [sym_int_literal] = ACTIONS(3071), + [sym_float_literal] = ACTIONS(3071), + [sym_rune_literal] = ACTIONS(3071), + [anon_sym_AT] = ACTIONS(3071), + [anon_sym_shared] = ACTIONS(3071), + [anon_sym_map_LBRACK] = ACTIONS(3071), + [anon_sym_chan] = ACTIONS(3071), + [anon_sym_thread] = ACTIONS(3071), + [anon_sym_atomic] = ACTIONS(3071), + [anon_sym_assert] = ACTIONS(3071), + [anon_sym_defer] = ACTIONS(3071), + [anon_sym_goto] = ACTIONS(3071), + [anon_sym_break] = ACTIONS(3071), + [anon_sym_continue] = ACTIONS(3071), + [anon_sym_return] = ACTIONS(3071), + [anon_sym_DOLLARfor] = ACTIONS(3071), + [anon_sym_for] = ACTIONS(3071), + [anon_sym_POUND] = ACTIONS(3071), + [anon_sym_asm] = ACTIONS(3071), + [anon_sym_AT_LBRACK] = ACTIONS(3071), + [sym___double_quote] = ACTIONS(3071), + [sym___single_quote] = ACTIONS(3071), + [sym___c_double_quote] = ACTIONS(3071), + [sym___c_single_quote] = ACTIONS(3071), + [sym___r_double_quote] = ACTIONS(3071), + [sym___r_single_quote] = ACTIONS(3071), + }, + [770] = { + [sym__expression] = STATE(1637), + [sym__expression_without_blocks] = STATE(1807), + [sym__expression_with_blocks] = STATE(1807), + [sym_inc_expression] = STATE(1807), + [sym_dec_expression] = STATE(1807), + [sym_or_block_expression] = STATE(1807), + [sym_option_propagation_expression] = STATE(1807), + [sym_result_propagation_expression] = STATE(1807), + [sym_anon_struct_value_expression] = STATE(1862), + [sym_go_expression] = STATE(1807), + [sym_spawn_expression] = STATE(1807), + [sym_parenthesized_expression] = STATE(1807), + [sym_call_expression] = STATE(1807), + [sym_type_initializer] = STATE(1862), + [sym_function_literal] = STATE(1807), + [sym_reference_expression] = STATE(1899), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1807), + [sym_receive_expression] = STATE(1807), + [sym_binary_expression] = STATE(1807), + [sym_as_type_cast_expression] = STATE(1807), + [sym__max_group] = STATE(1807), + [sym_literal] = STATE(1807), + [sym_map_init_expression] = STATE(1862), + [sym_array_creation] = STATE(1807), + [sym_fixed_array_creation] = STATE(1807), + [sym_selector_expression] = STATE(1807), + [sym_index_expression] = STATE(1807), + [sym_slice_expression] = STATE(1807), + [sym_if_expression] = STATE(1862), + [sym_compile_time_if_expression] = STATE(1862), + [sym_is_expression] = STATE(1807), + [sym_not_is_expression] = STATE(1807), + [sym_in_expression] = STATE(1807), + [sym_not_in_expression] = STATE(1807), + [sym_enum_fetch] = STATE(1807), + [sym_match_expression] = STATE(1862), + [sym_select_expression] = STATE(1862), + [sym_lock_expression] = STATE(1862), + [sym_unsafe_expression] = STATE(1862), + [sym_sql_expression] = STATE(1862), + [sym_c_string_literal] = STATE(1809), + [sym_raw_string_literal] = STATE(1809), + [sym_interpreted_string_literal] = STATE(1809), + [sym_pseudo_compile_time_identifier] = STATE(1807), + [sym_mutability_modifiers] = STATE(613), + [sym_plain_type] = STATE(4411), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2526), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2528), + [anon_sym_LBRACE] = ACTIONS(2530), + [anon_sym_LPAREN] = ACTIONS(2532), + [anon_sym_fn] = ACTIONS(2534), + [anon_sym_PLUS] = ACTIONS(2536), + [anon_sym_DASH] = ACTIONS(2536), + [anon_sym_STAR] = ACTIONS(2538), + [anon_sym_struct] = ACTIONS(2540), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2542), + [anon_sym_go] = ACTIONS(2544), + [anon_sym_spawn] = ACTIONS(2546), + [anon_sym_json_DOTdecode] = ACTIONS(2548), + [anon_sym_LBRACK2] = ACTIONS(2550), + [anon_sym_TILDE] = ACTIONS(2536), + [anon_sym_CARET] = ACTIONS(2536), + [anon_sym_AMP] = ACTIONS(2552), + [anon_sym_LT_DASH] = ACTIONS(2554), + [sym_none] = ACTIONS(2556), + [sym_true] = ACTIONS(2556), + [sym_false] = ACTIONS(2556), + [sym_nil] = ACTIONS(2556), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_DOLLARif] = ACTIONS(2560), + [anon_sym_match] = ACTIONS(2562), + [anon_sym_select] = ACTIONS(2564), + [anon_sym_lock] = ACTIONS(2566), + [anon_sym_rlock] = ACTIONS(2566), + [anon_sym_unsafe] = ACTIONS(2568), + [anon_sym_sql] = ACTIONS(2570), + [sym_int_literal] = ACTIONS(2556), + [sym_float_literal] = ACTIONS(2572), + [sym_rune_literal] = ACTIONS(2572), + [anon_sym_AT] = ACTIONS(2574), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), + [sym___double_quote] = ACTIONS(2576), + [sym___single_quote] = ACTIONS(2578), + [sym___c_double_quote] = ACTIONS(2580), + [sym___c_single_quote] = ACTIONS(2582), + [sym___r_double_quote] = ACTIONS(2584), + [sym___r_single_quote] = ACTIONS(2586), }, - [821] = { - [sym__expression] = STATE(976), + [771] = { + [ts_builtin_sym_end] = ACTIONS(3073), + [sym_identifier] = ACTIONS(3075), + [anon_sym_LF] = ACTIONS(3075), + [anon_sym_CR] = ACTIONS(3075), + [anon_sym_CR_LF] = ACTIONS(3075), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3075), + [anon_sym_as] = ACTIONS(3075), + [anon_sym_LBRACE] = ACTIONS(3075), + [anon_sym_COMMA] = ACTIONS(3075), + [anon_sym_const] = ACTIONS(3075), + [anon_sym_LPAREN] = ACTIONS(3075), + [anon_sym_EQ] = ACTIONS(3075), + [anon_sym___global] = ACTIONS(3075), + [anon_sym_type] = ACTIONS(3075), + [anon_sym_PIPE] = ACTIONS(3075), + [anon_sym_fn] = ACTIONS(3075), + [anon_sym_PLUS] = ACTIONS(3075), + [anon_sym_DASH] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(3075), + [anon_sym_SLASH] = ACTIONS(3075), + [anon_sym_PERCENT] = ACTIONS(3075), + [anon_sym_LT] = ACTIONS(3075), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_LT_EQ] = ACTIONS(3075), + [anon_sym_GT_EQ] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3073), + [anon_sym_LT2] = ACTIONS(3075), + [anon_sym_struct] = ACTIONS(3075), + [anon_sym_union] = ACTIONS(3075), + [anon_sym_pub] = ACTIONS(3075), + [anon_sym_mut] = ACTIONS(3075), + [anon_sym_enum] = ACTIONS(3075), + [anon_sym_interface] = ACTIONS(3075), + [anon_sym_PLUS_PLUS] = ACTIONS(3075), + [anon_sym_DASH_DASH] = ACTIONS(3075), + [anon_sym_QMARK] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(3075), + [anon_sym_go] = ACTIONS(3075), + [anon_sym_spawn] = ACTIONS(3075), + [anon_sym_json_DOTdecode] = ACTIONS(3075), + [anon_sym_LBRACK2] = ACTIONS(3075), + [anon_sym_TILDE] = ACTIONS(3075), + [anon_sym_CARET] = ACTIONS(3075), + [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_LT_DASH] = ACTIONS(3075), + [anon_sym_LT_LT] = ACTIONS(3075), + [anon_sym_GT_GT] = ACTIONS(3075), + [anon_sym_GT_GT_GT] = ACTIONS(3075), + [anon_sym_AMP_CARET] = ACTIONS(3075), + [anon_sym_AMP_AMP] = ACTIONS(3075), + [anon_sym_PIPE_PIPE] = ACTIONS(3075), + [anon_sym_or] = ACTIONS(3075), + [sym_none] = ACTIONS(3075), + [sym_true] = ACTIONS(3075), + [sym_false] = ACTIONS(3075), + [sym_nil] = ACTIONS(3075), + [anon_sym_QMARK_DOT] = ACTIONS(3075), + [anon_sym_POUND_LBRACK] = ACTIONS(3075), + [anon_sym_if] = ACTIONS(3075), + [anon_sym_DOLLARif] = ACTIONS(3075), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3075), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_BANGin] = ACTIONS(3075), + [anon_sym_match] = ACTIONS(3075), + [anon_sym_select] = ACTIONS(3075), + [anon_sym_STAR_EQ] = ACTIONS(3075), + [anon_sym_SLASH_EQ] = ACTIONS(3075), + [anon_sym_PERCENT_EQ] = ACTIONS(3075), + [anon_sym_LT_LT_EQ] = ACTIONS(3075), + [anon_sym_GT_GT_EQ] = ACTIONS(3075), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3075), + [anon_sym_AMP_EQ] = ACTIONS(3075), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3075), + [anon_sym_PLUS_EQ] = ACTIONS(3075), + [anon_sym_DASH_EQ] = ACTIONS(3075), + [anon_sym_PIPE_EQ] = ACTIONS(3075), + [anon_sym_CARET_EQ] = ACTIONS(3075), + [anon_sym_COLON_EQ] = ACTIONS(3075), + [anon_sym_lock] = ACTIONS(3075), + [anon_sym_rlock] = ACTIONS(3075), + [anon_sym_unsafe] = ACTIONS(3075), + [anon_sym_sql] = ACTIONS(3075), + [sym_int_literal] = ACTIONS(3075), + [sym_float_literal] = ACTIONS(3075), + [sym_rune_literal] = ACTIONS(3075), + [anon_sym_AT] = ACTIONS(3075), + [anon_sym_shared] = ACTIONS(3075), + [anon_sym_map_LBRACK] = ACTIONS(3075), + [anon_sym_chan] = ACTIONS(3075), + [anon_sym_thread] = ACTIONS(3075), + [anon_sym_atomic] = ACTIONS(3075), + [anon_sym_assert] = ACTIONS(3075), + [anon_sym_defer] = ACTIONS(3075), + [anon_sym_goto] = ACTIONS(3075), + [anon_sym_break] = ACTIONS(3075), + [anon_sym_continue] = ACTIONS(3075), + [anon_sym_return] = ACTIONS(3075), + [anon_sym_DOLLARfor] = ACTIONS(3075), + [anon_sym_for] = ACTIONS(3075), + [anon_sym_POUND] = ACTIONS(3075), + [anon_sym_asm] = ACTIONS(3075), + [anon_sym_AT_LBRACK] = ACTIONS(3075), + [sym___double_quote] = ACTIONS(3075), + [sym___single_quote] = ACTIONS(3075), + [sym___c_double_quote] = ACTIONS(3075), + [sym___c_single_quote] = ACTIONS(3075), + [sym___r_double_quote] = ACTIONS(3075), + [sym___r_single_quote] = ACTIONS(3075), + }, + [772] = { + [ts_builtin_sym_end] = ACTIONS(3077), + [sym_identifier] = ACTIONS(3079), + [anon_sym_LF] = ACTIONS(3079), + [anon_sym_CR] = ACTIONS(3079), + [anon_sym_CR_LF] = ACTIONS(3079), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3079), + [anon_sym_as] = ACTIONS(3079), + [anon_sym_LBRACE] = ACTIONS(3079), + [anon_sym_COMMA] = ACTIONS(3079), + [anon_sym_const] = ACTIONS(3079), + [anon_sym_LPAREN] = ACTIONS(3079), + [anon_sym_EQ] = ACTIONS(3079), + [anon_sym___global] = ACTIONS(3079), + [anon_sym_type] = ACTIONS(3079), + [anon_sym_PIPE] = ACTIONS(3079), + [anon_sym_fn] = ACTIONS(3079), + [anon_sym_PLUS] = ACTIONS(3079), + [anon_sym_DASH] = ACTIONS(3079), + [anon_sym_STAR] = ACTIONS(3079), + [anon_sym_SLASH] = ACTIONS(3079), + [anon_sym_PERCENT] = ACTIONS(3079), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3079), + [anon_sym_EQ_EQ] = ACTIONS(3079), + [anon_sym_BANG_EQ] = ACTIONS(3079), + [anon_sym_LT_EQ] = ACTIONS(3079), + [anon_sym_GT_EQ] = ACTIONS(3079), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_LT2] = ACTIONS(3079), + [anon_sym_struct] = ACTIONS(3079), + [anon_sym_union] = ACTIONS(3079), + [anon_sym_pub] = ACTIONS(3079), + [anon_sym_mut] = ACTIONS(3079), + [anon_sym_enum] = ACTIONS(3079), + [anon_sym_interface] = ACTIONS(3079), + [anon_sym_PLUS_PLUS] = ACTIONS(3079), + [anon_sym_DASH_DASH] = ACTIONS(3079), + [anon_sym_QMARK] = ACTIONS(3079), + [anon_sym_BANG] = ACTIONS(3079), + [anon_sym_go] = ACTIONS(3079), + [anon_sym_spawn] = ACTIONS(3079), + [anon_sym_json_DOTdecode] = ACTIONS(3079), + [anon_sym_LBRACK2] = ACTIONS(3079), + [anon_sym_TILDE] = ACTIONS(3079), + [anon_sym_CARET] = ACTIONS(3079), + [anon_sym_AMP] = ACTIONS(3079), + [anon_sym_LT_DASH] = ACTIONS(3079), + [anon_sym_LT_LT] = ACTIONS(3079), + [anon_sym_GT_GT] = ACTIONS(3079), + [anon_sym_GT_GT_GT] = ACTIONS(3079), + [anon_sym_AMP_CARET] = ACTIONS(3079), + [anon_sym_AMP_AMP] = ACTIONS(3079), + [anon_sym_PIPE_PIPE] = ACTIONS(3079), + [anon_sym_or] = ACTIONS(3079), + [sym_none] = ACTIONS(3079), + [sym_true] = ACTIONS(3079), + [sym_false] = ACTIONS(3079), + [sym_nil] = ACTIONS(3079), + [anon_sym_QMARK_DOT] = ACTIONS(3079), + [anon_sym_POUND_LBRACK] = ACTIONS(3079), + [anon_sym_if] = ACTIONS(3079), + [anon_sym_DOLLARif] = ACTIONS(3079), + [anon_sym_is] = ACTIONS(3079), + [anon_sym_BANGis] = ACTIONS(3079), + [anon_sym_in] = ACTIONS(3079), + [anon_sym_BANGin] = ACTIONS(3079), + [anon_sym_match] = ACTIONS(3079), + [anon_sym_select] = ACTIONS(3079), + [anon_sym_STAR_EQ] = ACTIONS(3079), + [anon_sym_SLASH_EQ] = ACTIONS(3079), + [anon_sym_PERCENT_EQ] = ACTIONS(3079), + [anon_sym_LT_LT_EQ] = ACTIONS(3079), + [anon_sym_GT_GT_EQ] = ACTIONS(3079), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3079), + [anon_sym_AMP_EQ] = ACTIONS(3079), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3079), + [anon_sym_PLUS_EQ] = ACTIONS(3079), + [anon_sym_DASH_EQ] = ACTIONS(3079), + [anon_sym_PIPE_EQ] = ACTIONS(3079), + [anon_sym_CARET_EQ] = ACTIONS(3079), + [anon_sym_COLON_EQ] = ACTIONS(3079), + [anon_sym_lock] = ACTIONS(3079), + [anon_sym_rlock] = ACTIONS(3079), + [anon_sym_unsafe] = ACTIONS(3079), + [anon_sym_sql] = ACTIONS(3079), + [sym_int_literal] = ACTIONS(3079), + [sym_float_literal] = ACTIONS(3079), + [sym_rune_literal] = ACTIONS(3079), + [anon_sym_AT] = ACTIONS(3079), + [anon_sym_shared] = ACTIONS(3079), + [anon_sym_map_LBRACK] = ACTIONS(3079), + [anon_sym_chan] = ACTIONS(3079), + [anon_sym_thread] = ACTIONS(3079), + [anon_sym_atomic] = ACTIONS(3079), + [anon_sym_assert] = ACTIONS(3079), + [anon_sym_defer] = ACTIONS(3079), + [anon_sym_goto] = ACTIONS(3079), + [anon_sym_break] = ACTIONS(3079), + [anon_sym_continue] = ACTIONS(3079), + [anon_sym_return] = ACTIONS(3079), + [anon_sym_DOLLARfor] = ACTIONS(3079), + [anon_sym_for] = ACTIONS(3079), + [anon_sym_POUND] = ACTIONS(3079), + [anon_sym_asm] = ACTIONS(3079), + [anon_sym_AT_LBRACK] = ACTIONS(3079), + [sym___double_quote] = ACTIONS(3079), + [sym___single_quote] = ACTIONS(3079), + [sym___c_double_quote] = ACTIONS(3079), + [sym___c_single_quote] = ACTIONS(3079), + [sym___r_double_quote] = ACTIONS(3079), + [sym___r_single_quote] = ACTIONS(3079), + }, + [773] = { + [ts_builtin_sym_end] = ACTIONS(3081), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LF] = ACTIONS(3083), + [anon_sym_CR] = ACTIONS(3083), + [anon_sym_CR_LF] = ACTIONS(3083), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3083), + [anon_sym_as] = ACTIONS(3083), + [anon_sym_LBRACE] = ACTIONS(3083), + [anon_sym_COMMA] = ACTIONS(3083), + [anon_sym_const] = ACTIONS(3083), + [anon_sym_LPAREN] = ACTIONS(3083), + [anon_sym_EQ] = ACTIONS(3083), + [anon_sym___global] = ACTIONS(3083), + [anon_sym_type] = ACTIONS(3083), + [anon_sym_PIPE] = ACTIONS(3083), + [anon_sym_fn] = ACTIONS(3083), + [anon_sym_PLUS] = ACTIONS(3083), + [anon_sym_DASH] = ACTIONS(3083), + [anon_sym_STAR] = ACTIONS(3083), + [anon_sym_SLASH] = ACTIONS(3083), + [anon_sym_PERCENT] = ACTIONS(3083), + [anon_sym_LT] = ACTIONS(3083), + [anon_sym_GT] = ACTIONS(3083), + [anon_sym_EQ_EQ] = ACTIONS(3083), + [anon_sym_BANG_EQ] = ACTIONS(3083), + [anon_sym_LT_EQ] = ACTIONS(3083), + [anon_sym_GT_EQ] = ACTIONS(3083), + [anon_sym_LBRACK] = ACTIONS(3081), + [anon_sym_LT2] = ACTIONS(3083), + [anon_sym_struct] = ACTIONS(3083), + [anon_sym_union] = ACTIONS(3083), + [anon_sym_pub] = ACTIONS(3083), + [anon_sym_mut] = ACTIONS(3083), + [anon_sym_enum] = ACTIONS(3083), + [anon_sym_interface] = ACTIONS(3083), + [anon_sym_PLUS_PLUS] = ACTIONS(3083), + [anon_sym_DASH_DASH] = ACTIONS(3083), + [anon_sym_QMARK] = ACTIONS(3083), + [anon_sym_BANG] = ACTIONS(3083), + [anon_sym_go] = ACTIONS(3083), + [anon_sym_spawn] = ACTIONS(3083), + [anon_sym_json_DOTdecode] = ACTIONS(3083), + [anon_sym_LBRACK2] = ACTIONS(3083), + [anon_sym_TILDE] = ACTIONS(3083), + [anon_sym_CARET] = ACTIONS(3083), + [anon_sym_AMP] = ACTIONS(3083), + [anon_sym_LT_DASH] = ACTIONS(3083), + [anon_sym_LT_LT] = ACTIONS(3083), + [anon_sym_GT_GT] = ACTIONS(3083), + [anon_sym_GT_GT_GT] = ACTIONS(3083), + [anon_sym_AMP_CARET] = ACTIONS(3083), + [anon_sym_AMP_AMP] = ACTIONS(3083), + [anon_sym_PIPE_PIPE] = ACTIONS(3083), + [anon_sym_or] = ACTIONS(3083), + [sym_none] = ACTIONS(3083), + [sym_true] = ACTIONS(3083), + [sym_false] = ACTIONS(3083), + [sym_nil] = ACTIONS(3083), + [anon_sym_QMARK_DOT] = ACTIONS(3083), + [anon_sym_POUND_LBRACK] = ACTIONS(3083), + [anon_sym_if] = ACTIONS(3083), + [anon_sym_DOLLARif] = ACTIONS(3083), + [anon_sym_is] = ACTIONS(3083), + [anon_sym_BANGis] = ACTIONS(3083), + [anon_sym_in] = ACTIONS(3083), + [anon_sym_BANGin] = ACTIONS(3083), + [anon_sym_match] = ACTIONS(3083), + [anon_sym_select] = ACTIONS(3083), + [anon_sym_STAR_EQ] = ACTIONS(3083), + [anon_sym_SLASH_EQ] = ACTIONS(3083), + [anon_sym_PERCENT_EQ] = ACTIONS(3083), + [anon_sym_LT_LT_EQ] = ACTIONS(3083), + [anon_sym_GT_GT_EQ] = ACTIONS(3083), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3083), + [anon_sym_AMP_EQ] = ACTIONS(3083), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3083), + [anon_sym_PLUS_EQ] = ACTIONS(3083), + [anon_sym_DASH_EQ] = ACTIONS(3083), + [anon_sym_PIPE_EQ] = ACTIONS(3083), + [anon_sym_CARET_EQ] = ACTIONS(3083), + [anon_sym_COLON_EQ] = ACTIONS(3083), + [anon_sym_lock] = ACTIONS(3083), + [anon_sym_rlock] = ACTIONS(3083), + [anon_sym_unsafe] = ACTIONS(3083), + [anon_sym_sql] = ACTIONS(3083), + [sym_int_literal] = ACTIONS(3083), + [sym_float_literal] = ACTIONS(3083), + [sym_rune_literal] = ACTIONS(3083), + [anon_sym_AT] = ACTIONS(3083), + [anon_sym_shared] = ACTIONS(3083), + [anon_sym_map_LBRACK] = ACTIONS(3083), + [anon_sym_chan] = ACTIONS(3083), + [anon_sym_thread] = ACTIONS(3083), + [anon_sym_atomic] = ACTIONS(3083), + [anon_sym_assert] = ACTIONS(3083), + [anon_sym_defer] = ACTIONS(3083), + [anon_sym_goto] = ACTIONS(3083), + [anon_sym_break] = ACTIONS(3083), + [anon_sym_continue] = ACTIONS(3083), + [anon_sym_return] = ACTIONS(3083), + [anon_sym_DOLLARfor] = ACTIONS(3083), + [anon_sym_for] = ACTIONS(3083), + [anon_sym_POUND] = ACTIONS(3083), + [anon_sym_asm] = ACTIONS(3083), + [anon_sym_AT_LBRACK] = ACTIONS(3083), + [sym___double_quote] = ACTIONS(3083), + [sym___single_quote] = ACTIONS(3083), + [sym___c_double_quote] = ACTIONS(3083), + [sym___c_single_quote] = ACTIONS(3083), + [sym___r_double_quote] = ACTIONS(3083), + [sym___r_single_quote] = ACTIONS(3083), + }, + [774] = { + [sym__expression] = STATE(970), [sym__expression_without_blocks] = STATE(1081), [sym__expression_with_blocks] = STATE(1081), [sym_inc_expression] = STATE(1081), @@ -120709,83 +115554,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_or_block_expression] = STATE(1081), [sym_option_propagation_expression] = STATE(1081), [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), + [sym_anon_struct_value_expression] = STATE(1075), [sym_go_expression] = STATE(1081), [sym_spawn_expression] = STATE(1081), [sym_parenthesized_expression] = STATE(1081), [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), + [sym_type_initializer] = STATE(1075), [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), [sym_unary_expression] = STATE(1081), [sym_receive_expression] = STATE(1081), [sym_binary_expression] = STATE(1081), [sym_as_type_cast_expression] = STATE(1081), [sym__max_group] = STATE(1081), [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), + [sym_map_init_expression] = STATE(1075), [sym_array_creation] = STATE(1081), [sym_fixed_array_creation] = STATE(1081), [sym_selector_expression] = STATE(1081), [sym_index_expression] = STATE(1081), [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), [sym_is_expression] = STATE(1081), [sym_not_is_expression] = STATE(1081), [sym_in_expression] = STATE(1081), [sym_not_in_expression] = STATE(1081), [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(483), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2180), - [anon_sym_DASH] = ACTIONS(2180), - [anon_sym_STAR] = ACTIONS(2182), + [anon_sym_PLUS] = ACTIONS(2136), + [anon_sym_DASH] = ACTIONS(2136), + [anon_sym_STAR] = ACTIONS(2138), [anon_sym_struct] = ACTIONS(501), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2184), + [anon_sym_BANG] = ACTIONS(2140), [anon_sym_go] = ACTIONS(507), [anon_sym_spawn] = ACTIONS(509), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2180), - [anon_sym_CARET] = ACTIONS(2180), - [anon_sym_AMP] = ACTIONS(2190), - [anon_sym_LT_DASH] = ACTIONS(2192), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2136), + [anon_sym_CARET] = ACTIONS(2136), + [anon_sym_AMP] = ACTIONS(2146), + [anon_sym_LT_DASH] = ACTIONS(2148), [sym_none] = ACTIONS(519), [sym_true] = ACTIONS(519), [sym_false] = ACTIONS(519), @@ -120799,23 +115644,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsafe] = ACTIONS(531), [anon_sym_sql] = ACTIONS(533), [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), [anon_sym_AT] = ACTIONS(535), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, - [822] = { - [sym__expression] = STATE(961), + [775] = { + [sym__expression] = STATE(960), [sym__expression_without_blocks] = STATE(1081), [sym__expression_with_blocks] = STATE(1081), [sym_inc_expression] = STATE(1081), @@ -120823,83 +115668,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_or_block_expression] = STATE(1081), [sym_option_propagation_expression] = STATE(1081), [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), + [sym_anon_struct_value_expression] = STATE(1075), [sym_go_expression] = STATE(1081), [sym_spawn_expression] = STATE(1081), [sym_parenthesized_expression] = STATE(1081), [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), + [sym_type_initializer] = STATE(1075), [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), [sym_unary_expression] = STATE(1081), [sym_receive_expression] = STATE(1081), [sym_binary_expression] = STATE(1081), [sym_as_type_cast_expression] = STATE(1081), [sym__max_group] = STATE(1081), [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), + [sym_map_init_expression] = STATE(1075), [sym_array_creation] = STATE(1081), [sym_fixed_array_creation] = STATE(1081), [sym_selector_expression] = STATE(1081), [sym_index_expression] = STATE(1081), [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), [sym_is_expression] = STATE(1081), [sym_not_is_expression] = STATE(1081), [sym_in_expression] = STATE(1081), [sym_not_in_expression] = STATE(1081), [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4279), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(483), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2180), - [anon_sym_DASH] = ACTIONS(2180), - [anon_sym_STAR] = ACTIONS(2182), + [anon_sym_PLUS] = ACTIONS(2136), + [anon_sym_DASH] = ACTIONS(2136), + [anon_sym_STAR] = ACTIONS(2138), [anon_sym_struct] = ACTIONS(501), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2184), + [anon_sym_BANG] = ACTIONS(2140), [anon_sym_go] = ACTIONS(507), [anon_sym_spawn] = ACTIONS(509), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2180), - [anon_sym_CARET] = ACTIONS(2180), - [anon_sym_AMP] = ACTIONS(2190), - [anon_sym_LT_DASH] = ACTIONS(2192), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2136), + [anon_sym_CARET] = ACTIONS(2136), + [anon_sym_AMP] = ACTIONS(2146), + [anon_sym_LT_DASH] = ACTIONS(2148), [sym_none] = ACTIONS(519), [sym_true] = ACTIONS(519), [sym_false] = ACTIONS(519), @@ -120913,23 +115758,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsafe] = ACTIONS(531), [anon_sym_sql] = ACTIONS(533), [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), [anon_sym_AT] = ACTIONS(535), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, - [823] = { - [sym__expression] = STATE(963), + [776] = { + [ts_builtin_sym_end] = ACTIONS(3085), + [sym_identifier] = ACTIONS(3087), + [anon_sym_LF] = ACTIONS(3087), + [anon_sym_CR] = ACTIONS(3087), + [anon_sym_CR_LF] = ACTIONS(3087), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3087), + [anon_sym_as] = ACTIONS(3087), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_COMMA] = ACTIONS(3087), + [anon_sym_const] = ACTIONS(3087), + [anon_sym_LPAREN] = ACTIONS(3087), + [anon_sym_EQ] = ACTIONS(3087), + [anon_sym___global] = ACTIONS(3087), + [anon_sym_type] = ACTIONS(3087), + [anon_sym_PIPE] = ACTIONS(3087), + [anon_sym_fn] = ACTIONS(3087), + [anon_sym_PLUS] = ACTIONS(3087), + [anon_sym_DASH] = ACTIONS(3087), + [anon_sym_STAR] = ACTIONS(3087), + [anon_sym_SLASH] = ACTIONS(3087), + [anon_sym_PERCENT] = ACTIONS(3087), + [anon_sym_LT] = ACTIONS(3087), + [anon_sym_GT] = ACTIONS(3087), + [anon_sym_EQ_EQ] = ACTIONS(3087), + [anon_sym_BANG_EQ] = ACTIONS(3087), + [anon_sym_LT_EQ] = ACTIONS(3087), + [anon_sym_GT_EQ] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(3085), + [anon_sym_LT2] = ACTIONS(3087), + [anon_sym_struct] = ACTIONS(3087), + [anon_sym_union] = ACTIONS(3087), + [anon_sym_pub] = ACTIONS(3087), + [anon_sym_mut] = ACTIONS(3087), + [anon_sym_enum] = ACTIONS(3087), + [anon_sym_interface] = ACTIONS(3087), + [anon_sym_PLUS_PLUS] = ACTIONS(3087), + [anon_sym_DASH_DASH] = ACTIONS(3087), + [anon_sym_QMARK] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(3087), + [anon_sym_go] = ACTIONS(3087), + [anon_sym_spawn] = ACTIONS(3087), + [anon_sym_json_DOTdecode] = ACTIONS(3087), + [anon_sym_LBRACK2] = ACTIONS(3087), + [anon_sym_TILDE] = ACTIONS(3087), + [anon_sym_CARET] = ACTIONS(3087), + [anon_sym_AMP] = ACTIONS(3087), + [anon_sym_LT_DASH] = ACTIONS(3087), + [anon_sym_LT_LT] = ACTIONS(3087), + [anon_sym_GT_GT] = ACTIONS(3087), + [anon_sym_GT_GT_GT] = ACTIONS(3087), + [anon_sym_AMP_CARET] = ACTIONS(3087), + [anon_sym_AMP_AMP] = ACTIONS(3087), + [anon_sym_PIPE_PIPE] = ACTIONS(3087), + [anon_sym_or] = ACTIONS(3087), + [sym_none] = ACTIONS(3087), + [sym_true] = ACTIONS(3087), + [sym_false] = ACTIONS(3087), + [sym_nil] = ACTIONS(3087), + [anon_sym_QMARK_DOT] = ACTIONS(3087), + [anon_sym_POUND_LBRACK] = ACTIONS(3087), + [anon_sym_if] = ACTIONS(3087), + [anon_sym_DOLLARif] = ACTIONS(3087), + [anon_sym_is] = ACTIONS(3087), + [anon_sym_BANGis] = ACTIONS(3087), + [anon_sym_in] = ACTIONS(3087), + [anon_sym_BANGin] = ACTIONS(3087), + [anon_sym_match] = ACTIONS(3087), + [anon_sym_select] = ACTIONS(3087), + [anon_sym_STAR_EQ] = ACTIONS(3087), + [anon_sym_SLASH_EQ] = ACTIONS(3087), + [anon_sym_PERCENT_EQ] = ACTIONS(3087), + [anon_sym_LT_LT_EQ] = ACTIONS(3087), + [anon_sym_GT_GT_EQ] = ACTIONS(3087), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3087), + [anon_sym_AMP_EQ] = ACTIONS(3087), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3087), + [anon_sym_PLUS_EQ] = ACTIONS(3087), + [anon_sym_DASH_EQ] = ACTIONS(3087), + [anon_sym_PIPE_EQ] = ACTIONS(3087), + [anon_sym_CARET_EQ] = ACTIONS(3087), + [anon_sym_COLON_EQ] = ACTIONS(3087), + [anon_sym_lock] = ACTIONS(3087), + [anon_sym_rlock] = ACTIONS(3087), + [anon_sym_unsafe] = ACTIONS(3087), + [anon_sym_sql] = ACTIONS(3087), + [sym_int_literal] = ACTIONS(3087), + [sym_float_literal] = ACTIONS(3087), + [sym_rune_literal] = ACTIONS(3087), + [anon_sym_AT] = ACTIONS(3087), + [anon_sym_shared] = ACTIONS(3087), + [anon_sym_map_LBRACK] = ACTIONS(3087), + [anon_sym_chan] = ACTIONS(3087), + [anon_sym_thread] = ACTIONS(3087), + [anon_sym_atomic] = ACTIONS(3087), + [anon_sym_assert] = ACTIONS(3087), + [anon_sym_defer] = ACTIONS(3087), + [anon_sym_goto] = ACTIONS(3087), + [anon_sym_break] = ACTIONS(3087), + [anon_sym_continue] = ACTIONS(3087), + [anon_sym_return] = ACTIONS(3087), + [anon_sym_DOLLARfor] = ACTIONS(3087), + [anon_sym_for] = ACTIONS(3087), + [anon_sym_POUND] = ACTIONS(3087), + [anon_sym_asm] = ACTIONS(3087), + [anon_sym_AT_LBRACK] = ACTIONS(3087), + [sym___double_quote] = ACTIONS(3087), + [sym___single_quote] = ACTIONS(3087), + [sym___c_double_quote] = ACTIONS(3087), + [sym___c_single_quote] = ACTIONS(3087), + [sym___r_double_quote] = ACTIONS(3087), + [sym___r_single_quote] = ACTIONS(3087), + }, + [777] = { + [sym__expression] = STATE(974), [sym__expression_without_blocks] = STATE(1081), [sym__expression_with_blocks] = STATE(1081), [sym_inc_expression] = STATE(1081), @@ -120937,83 +115896,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_or_block_expression] = STATE(1081), [sym_option_propagation_expression] = STATE(1081), [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), + [sym_anon_struct_value_expression] = STATE(1075), [sym_go_expression] = STATE(1081), [sym_spawn_expression] = STATE(1081), [sym_parenthesized_expression] = STATE(1081), [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), + [sym_type_initializer] = STATE(1075), [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), [sym_unary_expression] = STATE(1081), [sym_receive_expression] = STATE(1081), [sym_binary_expression] = STATE(1081), [sym_as_type_cast_expression] = STATE(1081), [sym__max_group] = STATE(1081), [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), + [sym_map_init_expression] = STATE(1075), [sym_array_creation] = STATE(1081), [sym_fixed_array_creation] = STATE(1081), [sym_selector_expression] = STATE(1081), [sym_index_expression] = STATE(1081), [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), [sym_is_expression] = STATE(1081), [sym_not_is_expression] = STATE(1081), [sym_in_expression] = STATE(1081), [sym_not_in_expression] = STATE(1081), [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4402), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(483), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2180), - [anon_sym_DASH] = ACTIONS(2180), - [anon_sym_STAR] = ACTIONS(2182), + [anon_sym_PLUS] = ACTIONS(2136), + [anon_sym_DASH] = ACTIONS(2136), + [anon_sym_STAR] = ACTIONS(2138), [anon_sym_struct] = ACTIONS(501), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2184), + [anon_sym_BANG] = ACTIONS(2140), [anon_sym_go] = ACTIONS(507), [anon_sym_spawn] = ACTIONS(509), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2180), - [anon_sym_CARET] = ACTIONS(2180), - [anon_sym_AMP] = ACTIONS(2190), - [anon_sym_LT_DASH] = ACTIONS(2192), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2136), + [anon_sym_CARET] = ACTIONS(2136), + [anon_sym_AMP] = ACTIONS(2146), + [anon_sym_LT_DASH] = ACTIONS(2148), [sym_none] = ACTIONS(519), [sym_true] = ACTIONS(519), [sym_false] = ACTIONS(519), @@ -121027,23 +115986,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsafe] = ACTIONS(531), [anon_sym_sql] = ACTIONS(533), [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), [anon_sym_AT] = ACTIONS(535), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, - [824] = { - [sym__expression] = STATE(963), + [778] = { + [sym__expression] = STATE(975), [sym__expression_without_blocks] = STATE(1081), [sym__expression_with_blocks] = STATE(1081), [sym_inc_expression] = STATE(1081), @@ -121051,83 +116010,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_or_block_expression] = STATE(1081), [sym_option_propagation_expression] = STATE(1081), [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), + [sym_anon_struct_value_expression] = STATE(1075), [sym_go_expression] = STATE(1081), [sym_spawn_expression] = STATE(1081), [sym_parenthesized_expression] = STATE(1081), [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), + [sym_type_initializer] = STATE(1075), [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), [sym_unary_expression] = STATE(1081), [sym_receive_expression] = STATE(1081), [sym_binary_expression] = STATE(1081), [sym_as_type_cast_expression] = STATE(1081), [sym__max_group] = STATE(1081), [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), + [sym_map_init_expression] = STATE(1075), [sym_array_creation] = STATE(1081), [sym_fixed_array_creation] = STATE(1081), [sym_selector_expression] = STATE(1081), [sym_index_expression] = STATE(1081), [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), [sym_is_expression] = STATE(1081), [sym_not_is_expression] = STATE(1081), [sym_in_expression] = STATE(1081), [sym_not_in_expression] = STATE(1081), [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4404), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(483), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2180), - [anon_sym_DASH] = ACTIONS(2180), - [anon_sym_STAR] = ACTIONS(2182), + [anon_sym_PLUS] = ACTIONS(2136), + [anon_sym_DASH] = ACTIONS(2136), + [anon_sym_STAR] = ACTIONS(2138), [anon_sym_struct] = ACTIONS(501), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2184), + [anon_sym_BANG] = ACTIONS(2140), [anon_sym_go] = ACTIONS(507), [anon_sym_spawn] = ACTIONS(509), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2180), - [anon_sym_CARET] = ACTIONS(2180), - [anon_sym_AMP] = ACTIONS(2190), - [anon_sym_LT_DASH] = ACTIONS(2192), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2136), + [anon_sym_CARET] = ACTIONS(2136), + [anon_sym_AMP] = ACTIONS(2146), + [anon_sym_LT_DASH] = ACTIONS(2148), [sym_none] = ACTIONS(519), [sym_true] = ACTIONS(519), [sym_false] = ACTIONS(519), @@ -121141,23 +116100,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsafe] = ACTIONS(531), [anon_sym_sql] = ACTIONS(533), [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), [anon_sym_AT] = ACTIONS(535), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, - [825] = { - [sym__expression] = STATE(963), + [779] = { + [sym__expression] = STATE(960), [sym__expression_without_blocks] = STATE(1081), [sym__expression_with_blocks] = STATE(1081), [sym_inc_expression] = STATE(1081), @@ -121165,83 +116124,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_or_block_expression] = STATE(1081), [sym_option_propagation_expression] = STATE(1081), [sym_result_propagation_expression] = STATE(1081), - [sym_anon_struct_value_expression] = STATE(1080), + [sym_anon_struct_value_expression] = STATE(1075), [sym_go_expression] = STATE(1081), [sym_spawn_expression] = STATE(1081), [sym_parenthesized_expression] = STATE(1081), [sym_call_expression] = STATE(1081), - [sym_type_initializer] = STATE(1080), + [sym_type_initializer] = STATE(1075), [sym_function_literal] = STATE(1081), - [sym_reference_expression] = STATE(1098), - [sym_type_reference_expression] = STATE(3581), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), [sym_unary_expression] = STATE(1081), [sym_receive_expression] = STATE(1081), [sym_binary_expression] = STATE(1081), [sym_as_type_cast_expression] = STATE(1081), [sym__max_group] = STATE(1081), [sym_literal] = STATE(1081), - [sym_map_init_expression] = STATE(1080), + [sym_map_init_expression] = STATE(1075), [sym_array_creation] = STATE(1081), [sym_fixed_array_creation] = STATE(1081), [sym_selector_expression] = STATE(1081), [sym_index_expression] = STATE(1081), [sym_slice_expression] = STATE(1081), - [sym_if_expression] = STATE(1080), - [sym_compile_time_if_expression] = STATE(1080), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), [sym_is_expression] = STATE(1081), [sym_not_is_expression] = STATE(1081), [sym_in_expression] = STATE(1081), [sym_not_in_expression] = STATE(1081), [sym_enum_fetch] = STATE(1081), - [sym_match_expression] = STATE(1080), - [sym_select_expression] = STATE(1080), - [sym_lock_expression] = STATE(1080), - [sym_unsafe_expression] = STATE(1080), - [sym_sql_expression] = STATE(1080), - [sym_c_string_literal] = STATE(1000), - [sym_raw_string_literal] = STATE(1000), - [sym_interpreted_string_literal] = STATE(1000), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), [sym_pseudo_compile_time_identifier] = STATE(1081), - [sym_mutability_modifiers] = STATE(784), - [sym_plain_type] = STATE(4407), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4281), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(483), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(489), - [anon_sym_LBRACE] = ACTIONS(2176), - [anon_sym_LPAREN] = ACTIONS(2178), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), [anon_sym_fn] = ACTIONS(495), - [anon_sym_PLUS] = ACTIONS(2180), - [anon_sym_DASH] = ACTIONS(2180), - [anon_sym_STAR] = ACTIONS(2182), + [anon_sym_PLUS] = ACTIONS(2136), + [anon_sym_DASH] = ACTIONS(2136), + [anon_sym_STAR] = ACTIONS(2138), [anon_sym_struct] = ACTIONS(501), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2184), + [anon_sym_BANG] = ACTIONS(2140), [anon_sym_go] = ACTIONS(507), [anon_sym_spawn] = ACTIONS(509), - [anon_sym_json_DOTdecode] = ACTIONS(2186), - [anon_sym_LBRACK2] = ACTIONS(2188), - [anon_sym_TILDE] = ACTIONS(2180), - [anon_sym_CARET] = ACTIONS(2180), - [anon_sym_AMP] = ACTIONS(2190), - [anon_sym_LT_DASH] = ACTIONS(2192), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2136), + [anon_sym_CARET] = ACTIONS(2136), + [anon_sym_AMP] = ACTIONS(2146), + [anon_sym_LT_DASH] = ACTIONS(2148), [sym_none] = ACTIONS(519), [sym_true] = ACTIONS(519), [sym_false] = ACTIONS(519), @@ -121255,774 +116214,660 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsafe] = ACTIONS(531), [anon_sym_sql] = ACTIONS(533), [sym_int_literal] = ACTIONS(519), - [sym_float_literal] = ACTIONS(2194), - [sym_rune_literal] = ACTIONS(2194), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), [anon_sym_AT] = ACTIONS(535), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(2196), - [sym___single_quote] = ACTIONS(2198), - [sym___c_double_quote] = ACTIONS(2200), - [sym___c_single_quote] = ACTIONS(2202), - [sym___r_double_quote] = ACTIONS(2204), - [sym___r_single_quote] = ACTIONS(2206), - }, - [826] = { - [sym__expression] = STATE(1275), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1175), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_struct] = ACTIONS(1191), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, - [827] = { - [sym__expression] = STATE(2861), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [780] = { + [sym__expression] = STATE(960), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4288), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2136), + [anon_sym_DASH] = ACTIONS(2136), + [anon_sym_STAR] = ACTIONS(2138), + [anon_sym_struct] = ACTIONS(501), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2140), + [anon_sym_go] = ACTIONS(507), + [anon_sym_spawn] = ACTIONS(509), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2136), + [anon_sym_CARET] = ACTIONS(2136), + [anon_sym_AMP] = ACTIONS(2146), + [anon_sym_LT_DASH] = ACTIONS(2148), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(527), + [anon_sym_lock] = ACTIONS(529), + [anon_sym_rlock] = ACTIONS(529), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, - [828] = { - [sym__expression] = STATE(1796), - [sym__expression_without_blocks] = STATE(2105), - [sym__expression_with_blocks] = STATE(2105), - [sym_inc_expression] = STATE(2105), - [sym_dec_expression] = STATE(2105), - [sym_or_block_expression] = STATE(2105), - [sym_option_propagation_expression] = STATE(2105), - [sym_result_propagation_expression] = STATE(2105), - [sym_anon_struct_value_expression] = STATE(2119), - [sym_go_expression] = STATE(2105), - [sym_spawn_expression] = STATE(2105), - [sym_parenthesized_expression] = STATE(2105), - [sym_call_expression] = STATE(2105), - [sym_type_initializer] = STATE(2119), - [sym_function_literal] = STATE(2105), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2105), - [sym_receive_expression] = STATE(2105), - [sym_binary_expression] = STATE(2105), - [sym_as_type_cast_expression] = STATE(2105), - [sym__max_group] = STATE(2105), - [sym_literal] = STATE(2105), - [sym_map_init_expression] = STATE(2119), - [sym_array_creation] = STATE(2105), - [sym_fixed_array_creation] = STATE(2105), - [sym_selector_expression] = STATE(2105), - [sym_index_expression] = STATE(2105), - [sym_slice_expression] = STATE(2105), - [sym_if_expression] = STATE(2119), - [sym_compile_time_if_expression] = STATE(2119), - [sym_is_expression] = STATE(2105), - [sym_not_is_expression] = STATE(2105), - [sym_in_expression] = STATE(2105), - [sym_not_in_expression] = STATE(2105), - [sym_enum_fetch] = STATE(2105), - [sym_match_expression] = STATE(2119), - [sym_select_expression] = STATE(2119), - [sym_lock_expression] = STATE(2119), - [sym_unsafe_expression] = STATE(2119), - [sym_sql_expression] = STATE(2119), - [sym_c_string_literal] = STATE(2030), - [sym_raw_string_literal] = STATE(2030), - [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(2105), - [sym_mutability_modifiers] = STATE(835), - [sym_plain_type] = STATE(4201), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2706), + [781] = { + [sym__expression] = STATE(960), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(2708), - [anon_sym_LPAREN] = ACTIONS(697), - [anon_sym_fn] = ACTIONS(699), - [anon_sym_PLUS] = ACTIONS(701), - [anon_sym_DASH] = ACTIONS(701), - [anon_sym_STAR] = ACTIONS(703), - [anon_sym_struct] = ACTIONS(2710), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2136), + [anon_sym_DASH] = ACTIONS(2136), + [anon_sym_STAR] = ACTIONS(2138), + [anon_sym_struct] = ACTIONS(501), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_go] = ACTIONS(709), - [anon_sym_spawn] = ACTIONS(711), - [anon_sym_json_DOTdecode] = ACTIONS(713), - [anon_sym_LBRACK2] = ACTIONS(715), - [anon_sym_TILDE] = ACTIONS(701), - [anon_sym_CARET] = ACTIONS(701), - [anon_sym_AMP] = ACTIONS(717), - [anon_sym_LT_DASH] = ACTIONS(719), - [sym_none] = ACTIONS(721), - [sym_true] = ACTIONS(721), - [sym_false] = ACTIONS(721), - [sym_nil] = ACTIONS(721), - [anon_sym_if] = ACTIONS(2712), - [anon_sym_DOLLARif] = ACTIONS(2714), - [anon_sym_match] = ACTIONS(2716), - [anon_sym_select] = ACTIONS(2718), - [anon_sym_lock] = ACTIONS(2720), - [anon_sym_rlock] = ACTIONS(2720), - [anon_sym_unsafe] = ACTIONS(2722), - [anon_sym_sql] = ACTIONS(2724), - [sym_int_literal] = ACTIONS(721), - [sym_float_literal] = ACTIONS(739), - [sym_rune_literal] = ACTIONS(739), - [anon_sym_AT] = ACTIONS(741), + [anon_sym_BANG] = ACTIONS(2140), + [anon_sym_go] = ACTIONS(507), + [anon_sym_spawn] = ACTIONS(509), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2136), + [anon_sym_CARET] = ACTIONS(2136), + [anon_sym_AMP] = ACTIONS(2146), + [anon_sym_LT_DASH] = ACTIONS(2148), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(527), + [anon_sym_lock] = ACTIONS(529), + [anon_sym_rlock] = ACTIONS(529), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(743), - [sym___single_quote] = ACTIONS(745), - [sym___c_double_quote] = ACTIONS(747), - [sym___c_single_quote] = ACTIONS(749), - [sym___r_double_quote] = ACTIONS(751), - [sym___r_single_quote] = ACTIONS(753), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, - [829] = { - [sym__expression] = STATE(1138), - [sym__expression_without_blocks] = STATE(1173), - [sym__expression_with_blocks] = STATE(1173), - [sym_inc_expression] = STATE(1173), - [sym_dec_expression] = STATE(1173), - [sym_or_block_expression] = STATE(1173), - [sym_option_propagation_expression] = STATE(1173), - [sym_result_propagation_expression] = STATE(1173), - [sym_anon_struct_value_expression] = STATE(1174), - [sym_go_expression] = STATE(1173), - [sym_spawn_expression] = STATE(1173), - [sym_parenthesized_expression] = STATE(1173), - [sym_call_expression] = STATE(1173), - [sym_type_initializer] = STATE(1174), - [sym_function_literal] = STATE(1173), - [sym_reference_expression] = STATE(1195), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1173), - [sym_receive_expression] = STATE(1173), - [sym_binary_expression] = STATE(1173), - [sym_as_type_cast_expression] = STATE(1173), - [sym__max_group] = STATE(1173), - [sym_literal] = STATE(1173), - [sym_map_init_expression] = STATE(1174), - [sym_array_creation] = STATE(1173), - [sym_fixed_array_creation] = STATE(1173), - [sym_selector_expression] = STATE(1173), - [sym_index_expression] = STATE(1173), - [sym_slice_expression] = STATE(1173), - [sym_if_expression] = STATE(1174), - [sym_compile_time_if_expression] = STATE(1174), - [sym_is_expression] = STATE(1173), - [sym_not_is_expression] = STATE(1173), - [sym_in_expression] = STATE(1173), - [sym_not_in_expression] = STATE(1173), - [sym_enum_fetch] = STATE(1173), - [sym_match_expression] = STATE(1174), - [sym_select_expression] = STATE(1174), - [sym_lock_expression] = STATE(1174), - [sym_unsafe_expression] = STATE(1174), - [sym_sql_expression] = STATE(1174), - [sym_c_string_literal] = STATE(1172), - [sym_raw_string_literal] = STATE(1172), - [sym_interpreted_string_literal] = STATE(1172), - [sym_pseudo_compile_time_identifier] = STATE(1173), - [sym_mutability_modifiers] = STATE(798), - [sym_plain_type] = STATE(4165), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(939), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(619), - [anon_sym_LBRACE] = ACTIONS(621), - [anon_sym_LPAREN] = ACTIONS(625), - [anon_sym_fn] = ACTIONS(629), - [anon_sym_PLUS] = ACTIONS(631), - [anon_sym_DASH] = ACTIONS(631), - [anon_sym_STAR] = ACTIONS(633), - [anon_sym_struct] = ACTIONS(637), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_go] = ACTIONS(645), - [anon_sym_spawn] = ACTIONS(647), - [anon_sym_json_DOTdecode] = ACTIONS(649), - [anon_sym_LBRACK2] = ACTIONS(651), - [anon_sym_TILDE] = ACTIONS(631), - [anon_sym_CARET] = ACTIONS(631), - [anon_sym_AMP] = ACTIONS(653), - [anon_sym_LT_DASH] = ACTIONS(655), - [sym_none] = ACTIONS(657), - [sym_true] = ACTIONS(657), - [sym_false] = ACTIONS(657), - [sym_nil] = ACTIONS(657), - [anon_sym_if] = ACTIONS(659), - [anon_sym_DOLLARif] = ACTIONS(661), - [anon_sym_match] = ACTIONS(663), - [anon_sym_select] = ACTIONS(665), - [anon_sym_lock] = ACTIONS(667), - [anon_sym_rlock] = ACTIONS(667), - [anon_sym_unsafe] = ACTIONS(669), - [anon_sym_sql] = ACTIONS(671), - [sym_int_literal] = ACTIONS(657), - [sym_float_literal] = ACTIONS(673), - [sym_rune_literal] = ACTIONS(673), - [anon_sym_AT] = ACTIONS(675), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(677), - [sym___single_quote] = ACTIONS(679), - [sym___c_double_quote] = ACTIONS(681), - [sym___c_single_quote] = ACTIONS(683), - [sym___r_double_quote] = ACTIONS(685), - [sym___r_single_quote] = ACTIONS(687), + [782] = { + [ts_builtin_sym_end] = ACTIONS(3089), + [sym_identifier] = ACTIONS(3091), + [anon_sym_LF] = ACTIONS(3091), + [anon_sym_CR] = ACTIONS(3091), + [anon_sym_CR_LF] = ACTIONS(3091), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3091), + [anon_sym_as] = ACTIONS(3091), + [anon_sym_LBRACE] = ACTIONS(3091), + [anon_sym_COMMA] = ACTIONS(3091), + [anon_sym_const] = ACTIONS(3091), + [anon_sym_LPAREN] = ACTIONS(3091), + [anon_sym_EQ] = ACTIONS(3091), + [anon_sym___global] = ACTIONS(3091), + [anon_sym_type] = ACTIONS(3091), + [anon_sym_PIPE] = ACTIONS(3091), + [anon_sym_fn] = ACTIONS(3091), + [anon_sym_PLUS] = ACTIONS(3091), + [anon_sym_DASH] = ACTIONS(3091), + [anon_sym_STAR] = ACTIONS(3091), + [anon_sym_SLASH] = ACTIONS(3091), + [anon_sym_PERCENT] = ACTIONS(3091), + [anon_sym_LT] = ACTIONS(3091), + [anon_sym_GT] = ACTIONS(3091), + [anon_sym_EQ_EQ] = ACTIONS(3091), + [anon_sym_BANG_EQ] = ACTIONS(3091), + [anon_sym_LT_EQ] = ACTIONS(3091), + [anon_sym_GT_EQ] = ACTIONS(3091), + [anon_sym_LBRACK] = ACTIONS(3089), + [anon_sym_LT2] = ACTIONS(3091), + [anon_sym_struct] = ACTIONS(3091), + [anon_sym_union] = ACTIONS(3091), + [anon_sym_pub] = ACTIONS(3091), + [anon_sym_mut] = ACTIONS(3091), + [anon_sym_enum] = ACTIONS(3091), + [anon_sym_interface] = ACTIONS(3091), + [anon_sym_PLUS_PLUS] = ACTIONS(3091), + [anon_sym_DASH_DASH] = ACTIONS(3091), + [anon_sym_QMARK] = ACTIONS(3091), + [anon_sym_BANG] = ACTIONS(3091), + [anon_sym_go] = ACTIONS(3091), + [anon_sym_spawn] = ACTIONS(3091), + [anon_sym_json_DOTdecode] = ACTIONS(3091), + [anon_sym_LBRACK2] = ACTIONS(3091), + [anon_sym_TILDE] = ACTIONS(3091), + [anon_sym_CARET] = ACTIONS(3091), + [anon_sym_AMP] = ACTIONS(3091), + [anon_sym_LT_DASH] = ACTIONS(3091), + [anon_sym_LT_LT] = ACTIONS(3091), + [anon_sym_GT_GT] = ACTIONS(3091), + [anon_sym_GT_GT_GT] = ACTIONS(3091), + [anon_sym_AMP_CARET] = ACTIONS(3091), + [anon_sym_AMP_AMP] = ACTIONS(3091), + [anon_sym_PIPE_PIPE] = ACTIONS(3091), + [anon_sym_or] = ACTIONS(3091), + [sym_none] = ACTIONS(3091), + [sym_true] = ACTIONS(3091), + [sym_false] = ACTIONS(3091), + [sym_nil] = ACTIONS(3091), + [anon_sym_QMARK_DOT] = ACTIONS(3091), + [anon_sym_POUND_LBRACK] = ACTIONS(3091), + [anon_sym_if] = ACTIONS(3091), + [anon_sym_DOLLARif] = ACTIONS(3091), + [anon_sym_is] = ACTIONS(3091), + [anon_sym_BANGis] = ACTIONS(3091), + [anon_sym_in] = ACTIONS(3091), + [anon_sym_BANGin] = ACTIONS(3091), + [anon_sym_match] = ACTIONS(3091), + [anon_sym_select] = ACTIONS(3091), + [anon_sym_STAR_EQ] = ACTIONS(3091), + [anon_sym_SLASH_EQ] = ACTIONS(3091), + [anon_sym_PERCENT_EQ] = ACTIONS(3091), + [anon_sym_LT_LT_EQ] = ACTIONS(3091), + [anon_sym_GT_GT_EQ] = ACTIONS(3091), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3091), + [anon_sym_AMP_EQ] = ACTIONS(3091), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3091), + [anon_sym_PLUS_EQ] = ACTIONS(3091), + [anon_sym_DASH_EQ] = ACTIONS(3091), + [anon_sym_PIPE_EQ] = ACTIONS(3091), + [anon_sym_CARET_EQ] = ACTIONS(3091), + [anon_sym_COLON_EQ] = ACTIONS(3091), + [anon_sym_lock] = ACTIONS(3091), + [anon_sym_rlock] = ACTIONS(3091), + [anon_sym_unsafe] = ACTIONS(3091), + [anon_sym_sql] = ACTIONS(3091), + [sym_int_literal] = ACTIONS(3091), + [sym_float_literal] = ACTIONS(3091), + [sym_rune_literal] = ACTIONS(3091), + [anon_sym_AT] = ACTIONS(3091), + [anon_sym_shared] = ACTIONS(3091), + [anon_sym_map_LBRACK] = ACTIONS(3091), + [anon_sym_chan] = ACTIONS(3091), + [anon_sym_thread] = ACTIONS(3091), + [anon_sym_atomic] = ACTIONS(3091), + [anon_sym_assert] = ACTIONS(3091), + [anon_sym_defer] = ACTIONS(3091), + [anon_sym_goto] = ACTIONS(3091), + [anon_sym_break] = ACTIONS(3091), + [anon_sym_continue] = ACTIONS(3091), + [anon_sym_return] = ACTIONS(3091), + [anon_sym_DOLLARfor] = ACTIONS(3091), + [anon_sym_for] = ACTIONS(3091), + [anon_sym_POUND] = ACTIONS(3091), + [anon_sym_asm] = ACTIONS(3091), + [anon_sym_AT_LBRACK] = ACTIONS(3091), + [sym___double_quote] = ACTIONS(3091), + [sym___single_quote] = ACTIONS(3091), + [sym___c_double_quote] = ACTIONS(3091), + [sym___c_single_quote] = ACTIONS(3091), + [sym___r_double_quote] = ACTIONS(3091), + [sym___r_single_quote] = ACTIONS(3091), }, - [830] = { - [sym__expression] = STATE(2860), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_mut] = ACTIONS(37), - [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), - [anon_sym_shared] = ACTIONS(79), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [783] = { + [ts_builtin_sym_end] = ACTIONS(3093), + [sym_identifier] = ACTIONS(3095), + [anon_sym_LF] = ACTIONS(3095), + [anon_sym_CR] = ACTIONS(3095), + [anon_sym_CR_LF] = ACTIONS(3095), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3095), + [anon_sym_as] = ACTIONS(3095), + [anon_sym_LBRACE] = ACTIONS(3095), + [anon_sym_COMMA] = ACTIONS(3095), + [anon_sym_const] = ACTIONS(3095), + [anon_sym_LPAREN] = ACTIONS(3095), + [anon_sym_EQ] = ACTIONS(3095), + [anon_sym___global] = ACTIONS(3095), + [anon_sym_type] = ACTIONS(3095), + [anon_sym_PIPE] = ACTIONS(3095), + [anon_sym_fn] = ACTIONS(3095), + [anon_sym_PLUS] = ACTIONS(3095), + [anon_sym_DASH] = ACTIONS(3095), + [anon_sym_STAR] = ACTIONS(3095), + [anon_sym_SLASH] = ACTIONS(3095), + [anon_sym_PERCENT] = ACTIONS(3095), + [anon_sym_LT] = ACTIONS(3095), + [anon_sym_GT] = ACTIONS(3095), + [anon_sym_EQ_EQ] = ACTIONS(3095), + [anon_sym_BANG_EQ] = ACTIONS(3095), + [anon_sym_LT_EQ] = ACTIONS(3095), + [anon_sym_GT_EQ] = ACTIONS(3095), + [anon_sym_LBRACK] = ACTIONS(3093), + [anon_sym_LT2] = ACTIONS(3095), + [anon_sym_struct] = ACTIONS(3095), + [anon_sym_union] = ACTIONS(3095), + [anon_sym_pub] = ACTIONS(3095), + [anon_sym_mut] = ACTIONS(3095), + [anon_sym_enum] = ACTIONS(3095), + [anon_sym_interface] = ACTIONS(3095), + [anon_sym_PLUS_PLUS] = ACTIONS(3095), + [anon_sym_DASH_DASH] = ACTIONS(3095), + [anon_sym_QMARK] = ACTIONS(3095), + [anon_sym_BANG] = ACTIONS(3095), + [anon_sym_go] = ACTIONS(3095), + [anon_sym_spawn] = ACTIONS(3095), + [anon_sym_json_DOTdecode] = ACTIONS(3095), + [anon_sym_LBRACK2] = ACTIONS(3095), + [anon_sym_TILDE] = ACTIONS(3095), + [anon_sym_CARET] = ACTIONS(3095), + [anon_sym_AMP] = ACTIONS(3095), + [anon_sym_LT_DASH] = ACTIONS(3095), + [anon_sym_LT_LT] = ACTIONS(3095), + [anon_sym_GT_GT] = ACTIONS(3095), + [anon_sym_GT_GT_GT] = ACTIONS(3095), + [anon_sym_AMP_CARET] = ACTIONS(3095), + [anon_sym_AMP_AMP] = ACTIONS(3095), + [anon_sym_PIPE_PIPE] = ACTIONS(3095), + [anon_sym_or] = ACTIONS(3095), + [sym_none] = ACTIONS(3095), + [sym_true] = ACTIONS(3095), + [sym_false] = ACTIONS(3095), + [sym_nil] = ACTIONS(3095), + [anon_sym_QMARK_DOT] = ACTIONS(3095), + [anon_sym_POUND_LBRACK] = ACTIONS(3095), + [anon_sym_if] = ACTIONS(3095), + [anon_sym_DOLLARif] = ACTIONS(3095), + [anon_sym_is] = ACTIONS(3095), + [anon_sym_BANGis] = ACTIONS(3095), + [anon_sym_in] = ACTIONS(3095), + [anon_sym_BANGin] = ACTIONS(3095), + [anon_sym_match] = ACTIONS(3095), + [anon_sym_select] = ACTIONS(3095), + [anon_sym_STAR_EQ] = ACTIONS(3095), + [anon_sym_SLASH_EQ] = ACTIONS(3095), + [anon_sym_PERCENT_EQ] = ACTIONS(3095), + [anon_sym_LT_LT_EQ] = ACTIONS(3095), + [anon_sym_GT_GT_EQ] = ACTIONS(3095), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3095), + [anon_sym_AMP_EQ] = ACTIONS(3095), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3095), + [anon_sym_PLUS_EQ] = ACTIONS(3095), + [anon_sym_DASH_EQ] = ACTIONS(3095), + [anon_sym_PIPE_EQ] = ACTIONS(3095), + [anon_sym_CARET_EQ] = ACTIONS(3095), + [anon_sym_COLON_EQ] = ACTIONS(3095), + [anon_sym_lock] = ACTIONS(3095), + [anon_sym_rlock] = ACTIONS(3095), + [anon_sym_unsafe] = ACTIONS(3095), + [anon_sym_sql] = ACTIONS(3095), + [sym_int_literal] = ACTIONS(3095), + [sym_float_literal] = ACTIONS(3095), + [sym_rune_literal] = ACTIONS(3095), + [anon_sym_AT] = ACTIONS(3095), + [anon_sym_shared] = ACTIONS(3095), + [anon_sym_map_LBRACK] = ACTIONS(3095), + [anon_sym_chan] = ACTIONS(3095), + [anon_sym_thread] = ACTIONS(3095), + [anon_sym_atomic] = ACTIONS(3095), + [anon_sym_assert] = ACTIONS(3095), + [anon_sym_defer] = ACTIONS(3095), + [anon_sym_goto] = ACTIONS(3095), + [anon_sym_break] = ACTIONS(3095), + [anon_sym_continue] = ACTIONS(3095), + [anon_sym_return] = ACTIONS(3095), + [anon_sym_DOLLARfor] = ACTIONS(3095), + [anon_sym_for] = ACTIONS(3095), + [anon_sym_POUND] = ACTIONS(3095), + [anon_sym_asm] = ACTIONS(3095), + [anon_sym_AT_LBRACK] = ACTIONS(3095), + [sym___double_quote] = ACTIONS(3095), + [sym___single_quote] = ACTIONS(3095), + [sym___c_double_quote] = ACTIONS(3095), + [sym___c_single_quote] = ACTIONS(3095), + [sym___r_double_quote] = ACTIONS(3095), + [sym___r_single_quote] = ACTIONS(3095), }, - [831] = { - [sym__expression] = STATE(1276), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1175), + [784] = { + [sym__expression] = STATE(2838), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [832] = { - [sym__expression] = STATE(354), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_mutability_modifiers] = STATE(597), - [sym_plain_type] = STATE(4120), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2580), + [785] = { + [sym__expression] = STATE(279), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_mutability_modifiers] = STATE(944), + [sym_plain_type] = STATE(4219), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2484), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(2582), + [anon_sym_LBRACE] = ACTIONS(2486), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_fn] = ACTIONS(475), [anon_sym_PLUS] = ACTIONS(27), @@ -122068,189 +116913,189 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(119), [sym___r_single_quote] = ACTIONS(121), }, - [833] = { - [sym__expression] = STATE(2870), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2934), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2994), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2044), + [786] = { + [sym__expression] = STATE(264), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_mutability_modifiers] = STATE(944), + [sym_plain_type] = STATE(4219), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2484), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(2486), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_fn] = ACTIONS(475), + [anon_sym_PLUS] = ACTIONS(27), + [anon_sym_DASH] = ACTIONS(27), + [anon_sym_STAR] = ACTIONS(29), + [anon_sym_struct] = ACTIONS(477), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(45), + [anon_sym_go] = ACTIONS(47), + [anon_sym_spawn] = ACTIONS(49), + [anon_sym_json_DOTdecode] = ACTIONS(51), + [anon_sym_LBRACK2] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(27), + [anon_sym_CARET] = ACTIONS(27), + [anon_sym_AMP] = ACTIONS(55), + [anon_sym_LT_DASH] = ACTIONS(57), + [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(59), + [sym_false] = ACTIONS(59), + [sym_nil] = ACTIONS(59), + [anon_sym_if] = ACTIONS(61), + [anon_sym_DOLLARif] = ACTIONS(63), + [anon_sym_match] = ACTIONS(65), + [anon_sym_select] = ACTIONS(67), + [anon_sym_lock] = ACTIONS(69), + [anon_sym_rlock] = ACTIONS(69), + [anon_sym_unsafe] = ACTIONS(71), + [anon_sym_sql] = ACTIONS(73), + [sym_int_literal] = ACTIONS(59), + [sym_float_literal] = ACTIONS(75), + [sym_rune_literal] = ACTIONS(75), + [anon_sym_AT] = ACTIONS(77), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(111), + [sym___single_quote] = ACTIONS(113), + [sym___c_double_quote] = ACTIONS(115), + [sym___c_single_quote] = ACTIONS(117), + [sym___r_double_quote] = ACTIONS(119), + [sym___r_single_quote] = ACTIONS(121), }, - [834] = { - [sym__expression] = STATE(354), - [sym__expression_without_blocks] = STATE(872), - [sym__expression_with_blocks] = STATE(872), - [sym_inc_expression] = STATE(872), - [sym_dec_expression] = STATE(872), - [sym_or_block_expression] = STATE(872), - [sym_option_propagation_expression] = STATE(872), - [sym_result_propagation_expression] = STATE(872), - [sym_anon_struct_value_expression] = STATE(876), - [sym_go_expression] = STATE(872), - [sym_spawn_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_type_initializer] = STATE(876), - [sym_function_literal] = STATE(872), - [sym_reference_expression] = STATE(873), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(872), - [sym_receive_expression] = STATE(872), - [sym_binary_expression] = STATE(872), - [sym_as_type_cast_expression] = STATE(872), - [sym__max_group] = STATE(872), - [sym_literal] = STATE(872), - [sym_map_init_expression] = STATE(876), - [sym_array_creation] = STATE(872), - [sym_fixed_array_creation] = STATE(872), - [sym_selector_expression] = STATE(872), - [sym_index_expression] = STATE(872), - [sym_slice_expression] = STATE(872), - [sym_if_expression] = STATE(876), - [sym_compile_time_if_expression] = STATE(876), - [sym_is_expression] = STATE(872), - [sym_not_is_expression] = STATE(872), - [sym_in_expression] = STATE(872), - [sym_not_in_expression] = STATE(872), - [sym_enum_fetch] = STATE(872), - [sym_match_expression] = STATE(876), - [sym_select_expression] = STATE(876), - [sym_lock_expression] = STATE(876), - [sym_unsafe_expression] = STATE(876), - [sym_sql_expression] = STATE(876), - [sym_c_string_literal] = STATE(859), - [sym_raw_string_literal] = STATE(859), - [sym_interpreted_string_literal] = STATE(859), - [sym_pseudo_compile_time_identifier] = STATE(872), - [sym_mutability_modifiers] = STATE(597), - [sym_plain_type] = STATE(4220), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2580), + [787] = { + [sym__expression] = STATE(263), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_mutability_modifiers] = STATE(944), + [sym_plain_type] = STATE(4219), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2484), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(13), - [anon_sym_LBRACE] = ACTIONS(2582), + [anon_sym_LBRACE] = ACTIONS(2486), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_fn] = ACTIONS(475), [anon_sym_PLUS] = ACTIONS(27), @@ -122296,983 +117141,1895 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(119), [sym___r_single_quote] = ACTIONS(121), }, - [835] = { - [sym__expression] = STATE(2868), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [788] = { + [sym__expression] = STATE(2832), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3681), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2166), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2168), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2174), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [836] = { - [sym__expression] = STATE(2675), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3667), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [789] = { + [ts_builtin_sym_end] = ACTIONS(2968), + [sym_identifier] = ACTIONS(2965), + [anon_sym_LF] = ACTIONS(2965), + [anon_sym_CR] = ACTIONS(2965), + [anon_sym_CR_LF] = ACTIONS(2965), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2965), + [anon_sym_as] = ACTIONS(2965), + [anon_sym_LBRACE] = ACTIONS(2965), + [anon_sym_COMMA] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(2965), + [anon_sym_LPAREN] = ACTIONS(2965), + [anon_sym_EQ] = ACTIONS(2965), + [anon_sym___global] = ACTIONS(2965), + [anon_sym_type] = ACTIONS(2965), + [anon_sym_PIPE] = ACTIONS(2965), + [anon_sym_fn] = ACTIONS(2965), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2965), + [anon_sym_SLASH] = ACTIONS(2965), + [anon_sym_PERCENT] = ACTIONS(2965), + [anon_sym_LT] = ACTIONS(2965), + [anon_sym_GT] = ACTIONS(2965), + [anon_sym_EQ_EQ] = ACTIONS(2965), + [anon_sym_BANG_EQ] = ACTIONS(2965), + [anon_sym_LT_EQ] = ACTIONS(2965), + [anon_sym_GT_EQ] = ACTIONS(2965), + [anon_sym_LBRACK] = ACTIONS(2968), + [anon_sym_LT2] = ACTIONS(2965), + [anon_sym_struct] = ACTIONS(2965), + [anon_sym_union] = ACTIONS(2965), + [anon_sym_pub] = ACTIONS(2965), + [anon_sym_mut] = ACTIONS(2965), + [anon_sym_enum] = ACTIONS(2965), + [anon_sym_interface] = ACTIONS(2965), + [anon_sym_PLUS_PLUS] = ACTIONS(2965), + [anon_sym_DASH_DASH] = ACTIONS(2965), + [anon_sym_QMARK] = ACTIONS(2965), + [anon_sym_BANG] = ACTIONS(2965), + [anon_sym_go] = ACTIONS(2965), + [anon_sym_spawn] = ACTIONS(2965), + [anon_sym_json_DOTdecode] = ACTIONS(2965), + [anon_sym_LBRACK2] = ACTIONS(2965), + [anon_sym_TILDE] = ACTIONS(2965), + [anon_sym_CARET] = ACTIONS(2965), + [anon_sym_AMP] = ACTIONS(2965), + [anon_sym_LT_DASH] = ACTIONS(2965), + [anon_sym_LT_LT] = ACTIONS(2965), + [anon_sym_GT_GT] = ACTIONS(2965), + [anon_sym_GT_GT_GT] = ACTIONS(2965), + [anon_sym_AMP_CARET] = ACTIONS(2965), + [anon_sym_AMP_AMP] = ACTIONS(2965), + [anon_sym_PIPE_PIPE] = ACTIONS(2965), + [anon_sym_or] = ACTIONS(2965), + [sym_none] = ACTIONS(2965), + [sym_true] = ACTIONS(2965), + [sym_false] = ACTIONS(2965), + [sym_nil] = ACTIONS(2965), + [anon_sym_QMARK_DOT] = ACTIONS(2965), + [anon_sym_POUND_LBRACK] = ACTIONS(2965), + [anon_sym_if] = ACTIONS(2965), + [anon_sym_DOLLARif] = ACTIONS(2965), + [anon_sym_is] = ACTIONS(2965), + [anon_sym_BANGis] = ACTIONS(2965), + [anon_sym_in] = ACTIONS(2965), + [anon_sym_BANGin] = ACTIONS(2965), + [anon_sym_match] = ACTIONS(2965), + [anon_sym_select] = ACTIONS(2965), + [anon_sym_STAR_EQ] = ACTIONS(2965), + [anon_sym_SLASH_EQ] = ACTIONS(2965), + [anon_sym_PERCENT_EQ] = ACTIONS(2965), + [anon_sym_LT_LT_EQ] = ACTIONS(2965), + [anon_sym_GT_GT_EQ] = ACTIONS(2965), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2965), + [anon_sym_AMP_EQ] = ACTIONS(2965), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2965), + [anon_sym_PLUS_EQ] = ACTIONS(2965), + [anon_sym_DASH_EQ] = ACTIONS(2965), + [anon_sym_PIPE_EQ] = ACTIONS(2965), + [anon_sym_CARET_EQ] = ACTIONS(2965), + [anon_sym_COLON_EQ] = ACTIONS(2965), + [anon_sym_lock] = ACTIONS(2965), + [anon_sym_rlock] = ACTIONS(2965), + [anon_sym_unsafe] = ACTIONS(2965), + [anon_sym_sql] = ACTIONS(2965), + [sym_int_literal] = ACTIONS(2965), + [sym_float_literal] = ACTIONS(2965), + [sym_rune_literal] = ACTIONS(2965), + [anon_sym_AT] = ACTIONS(2965), + [anon_sym_shared] = ACTIONS(2965), + [anon_sym_map_LBRACK] = ACTIONS(2965), + [anon_sym_chan] = ACTIONS(2965), + [anon_sym_thread] = ACTIONS(2965), + [anon_sym_atomic] = ACTIONS(2965), + [anon_sym_assert] = ACTIONS(2965), + [anon_sym_defer] = ACTIONS(2965), + [anon_sym_goto] = ACTIONS(2965), + [anon_sym_break] = ACTIONS(2965), + [anon_sym_continue] = ACTIONS(2965), + [anon_sym_return] = ACTIONS(2965), + [anon_sym_DOLLARfor] = ACTIONS(2965), + [anon_sym_for] = ACTIONS(2965), + [anon_sym_POUND] = ACTIONS(2965), + [anon_sym_asm] = ACTIONS(2965), + [anon_sym_AT_LBRACK] = ACTIONS(2965), + [sym___double_quote] = ACTIONS(2965), + [sym___single_quote] = ACTIONS(2965), + [sym___c_double_quote] = ACTIONS(2965), + [sym___c_single_quote] = ACTIONS(2965), + [sym___r_double_quote] = ACTIONS(2965), + [sym___r_single_quote] = ACTIONS(2965), + }, + [790] = { + [sym__expression] = STATE(2601), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2364), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2366), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2372), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [837] = { - [sym__expression] = STATE(2858), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [791] = { + [sym__expression] = STATE(2599), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_go] = ACTIONS(1259), - [anon_sym_spawn] = ACTIONS(1261), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1251), - [anon_sym_CARET] = ACTIONS(1251), - [anon_sym_AMP] = ACTIONS(1267), - [anon_sym_LT_DASH] = ACTIONS(1269), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [838] = { - [sym__expression] = STATE(2639), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [792] = { + [sym__expression] = STATE(2638), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2380), - [anon_sym_DASH] = ACTIONS(2380), - [anon_sym_STAR] = ACTIONS(2382), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2384), - [anon_sym_go] = ACTIONS(2386), - [anon_sym_spawn] = ACTIONS(2388), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(2380), - [anon_sym_CARET] = ACTIONS(2380), - [anon_sym_AMP] = ACTIONS(2390), - [anon_sym_LT_DASH] = ACTIONS(2392), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(2394), - [anon_sym_lock] = ACTIONS(2396), - [anon_sym_rlock] = ACTIONS(2396), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [839] = { - [sym__expression] = STATE(1277), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1175), + [793] = { + [sym__expression] = STATE(2288), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2741), + [anon_sym_DASH] = ACTIONS(2741), + [anon_sym_STAR] = ACTIONS(2743), + [anon_sym_struct] = ACTIONS(2667), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(2745), + [anon_sym_go] = ACTIONS(2747), + [anon_sym_spawn] = ACTIONS(2749), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2741), + [anon_sym_CARET] = ACTIONS(2741), + [anon_sym_AMP] = ACTIONS(2751), + [anon_sym_LT_DASH] = ACTIONS(2753), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2755), + [anon_sym_lock] = ACTIONS(2757), + [anon_sym_rlock] = ACTIONS(2757), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, - [840] = { - [sym__expression] = STATE(2763), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(684), - [sym_plain_type] = STATE(3667), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1241), + [794] = { + [sym__expression] = STATE(2616), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4201), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(2362), - [anon_sym_DASH] = ACTIONS(2362), - [anon_sym_STAR] = ACTIONS(2364), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1087), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_fn] = ACTIONS(1095), + [anon_sym_PLUS] = ACTIONS(2496), + [anon_sym_DASH] = ACTIONS(2496), + [anon_sym_STAR] = ACTIONS(2498), + [anon_sym_struct] = ACTIONS(1101), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(2366), - [anon_sym_go] = ACTIONS(2368), - [anon_sym_spawn] = ACTIONS(2370), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(2362), - [anon_sym_CARET] = ACTIONS(2362), - [anon_sym_AMP] = ACTIONS(2372), - [anon_sym_LT_DASH] = ACTIONS(2374), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1279), - [anon_sym_lock] = ACTIONS(1281), - [anon_sym_rlock] = ACTIONS(1281), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(2500), + [anon_sym_go] = ACTIONS(2502), + [anon_sym_spawn] = ACTIONS(2504), + [anon_sym_json_DOTdecode] = ACTIONS(1109), + [anon_sym_LBRACK2] = ACTIONS(1111), + [anon_sym_TILDE] = ACTIONS(2496), + [anon_sym_CARET] = ACTIONS(2496), + [anon_sym_AMP] = ACTIONS(2506), + [anon_sym_LT_DASH] = ACTIONS(2508), + [sym_none] = ACTIONS(1117), + [sym_true] = ACTIONS(1117), + [sym_false] = ACTIONS(1117), + [sym_nil] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), + [anon_sym_DOLLARif] = ACTIONS(1123), + [anon_sym_match] = ACTIONS(1125), + [anon_sym_select] = ACTIONS(2510), + [anon_sym_lock] = ACTIONS(2512), + [anon_sym_rlock] = ACTIONS(2512), + [anon_sym_unsafe] = ACTIONS(1131), + [anon_sym_sql] = ACTIONS(1133), + [sym_int_literal] = ACTIONS(1117), + [sym_float_literal] = ACTIONS(1135), + [sym_rune_literal] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), + [sym___double_quote] = ACTIONS(1139), + [sym___single_quote] = ACTIONS(1141), + [sym___c_double_quote] = ACTIONS(1143), + [sym___c_single_quote] = ACTIONS(1145), + [sym___r_double_quote] = ACTIONS(1147), + [sym___r_single_quote] = ACTIONS(1149), }, - [841] = { - [sym__expression] = STATE(1785), - [sym__expression_without_blocks] = STATE(2105), - [sym__expression_with_blocks] = STATE(2105), - [sym_inc_expression] = STATE(2105), - [sym_dec_expression] = STATE(2105), - [sym_or_block_expression] = STATE(2105), - [sym_option_propagation_expression] = STATE(2105), - [sym_result_propagation_expression] = STATE(2105), - [sym_anon_struct_value_expression] = STATE(2119), - [sym_go_expression] = STATE(2105), - [sym_spawn_expression] = STATE(2105), - [sym_parenthesized_expression] = STATE(2105), - [sym_call_expression] = STATE(2105), - [sym_type_initializer] = STATE(2119), - [sym_function_literal] = STATE(2105), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2105), - [sym_receive_expression] = STATE(2105), - [sym_binary_expression] = STATE(2105), - [sym_as_type_cast_expression] = STATE(2105), - [sym__max_group] = STATE(2105), - [sym_literal] = STATE(2105), - [sym_map_init_expression] = STATE(2119), - [sym_array_creation] = STATE(2105), - [sym_fixed_array_creation] = STATE(2105), - [sym_selector_expression] = STATE(2105), - [sym_index_expression] = STATE(2105), - [sym_slice_expression] = STATE(2105), - [sym_if_expression] = STATE(2119), - [sym_compile_time_if_expression] = STATE(2119), - [sym_is_expression] = STATE(2105), - [sym_not_is_expression] = STATE(2105), - [sym_in_expression] = STATE(2105), - [sym_not_in_expression] = STATE(2105), - [sym_enum_fetch] = STATE(2105), - [sym_match_expression] = STATE(2119), - [sym_select_expression] = STATE(2119), - [sym_lock_expression] = STATE(2119), - [sym_unsafe_expression] = STATE(2119), - [sym_sql_expression] = STATE(2119), - [sym_c_string_literal] = STATE(2030), - [sym_raw_string_literal] = STATE(2030), - [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(2105), - [sym_mutability_modifiers] = STATE(835), - [sym_plain_type] = STATE(4201), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2706), + [795] = { + [ts_builtin_sym_end] = ACTIONS(3097), + [sym_identifier] = ACTIONS(3099), + [anon_sym_LF] = ACTIONS(3099), + [anon_sym_CR] = ACTIONS(3099), + [anon_sym_CR_LF] = ACTIONS(3099), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3099), + [anon_sym_as] = ACTIONS(3099), + [anon_sym_LBRACE] = ACTIONS(3099), + [anon_sym_COMMA] = ACTIONS(3099), + [anon_sym_const] = ACTIONS(3099), + [anon_sym_LPAREN] = ACTIONS(3099), + [anon_sym_EQ] = ACTIONS(3099), + [anon_sym___global] = ACTIONS(3099), + [anon_sym_type] = ACTIONS(3099), + [anon_sym_PIPE] = ACTIONS(3099), + [anon_sym_fn] = ACTIONS(3099), + [anon_sym_PLUS] = ACTIONS(3099), + [anon_sym_DASH] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3099), + [anon_sym_SLASH] = ACTIONS(3099), + [anon_sym_PERCENT] = ACTIONS(3099), + [anon_sym_LT] = ACTIONS(3099), + [anon_sym_GT] = ACTIONS(3099), + [anon_sym_EQ_EQ] = ACTIONS(3099), + [anon_sym_BANG_EQ] = ACTIONS(3099), + [anon_sym_LT_EQ] = ACTIONS(3099), + [anon_sym_GT_EQ] = ACTIONS(3099), + [anon_sym_LBRACK] = ACTIONS(3097), + [anon_sym_LT2] = ACTIONS(3099), + [anon_sym_struct] = ACTIONS(3099), + [anon_sym_union] = ACTIONS(3099), + [anon_sym_pub] = ACTIONS(3099), + [anon_sym_mut] = ACTIONS(3099), + [anon_sym_enum] = ACTIONS(3099), + [anon_sym_interface] = ACTIONS(3099), + [anon_sym_PLUS_PLUS] = ACTIONS(3099), + [anon_sym_DASH_DASH] = ACTIONS(3099), + [anon_sym_QMARK] = ACTIONS(3099), + [anon_sym_BANG] = ACTIONS(3099), + [anon_sym_go] = ACTIONS(3099), + [anon_sym_spawn] = ACTIONS(3099), + [anon_sym_json_DOTdecode] = ACTIONS(3099), + [anon_sym_LBRACK2] = ACTIONS(3099), + [anon_sym_TILDE] = ACTIONS(3099), + [anon_sym_CARET] = ACTIONS(3099), + [anon_sym_AMP] = ACTIONS(3099), + [anon_sym_LT_DASH] = ACTIONS(3099), + [anon_sym_LT_LT] = ACTIONS(3099), + [anon_sym_GT_GT] = ACTIONS(3099), + [anon_sym_GT_GT_GT] = ACTIONS(3099), + [anon_sym_AMP_CARET] = ACTIONS(3099), + [anon_sym_AMP_AMP] = ACTIONS(3099), + [anon_sym_PIPE_PIPE] = ACTIONS(3099), + [anon_sym_or] = ACTIONS(3099), + [sym_none] = ACTIONS(3099), + [sym_true] = ACTIONS(3099), + [sym_false] = ACTIONS(3099), + [sym_nil] = ACTIONS(3099), + [anon_sym_QMARK_DOT] = ACTIONS(3099), + [anon_sym_POUND_LBRACK] = ACTIONS(3099), + [anon_sym_if] = ACTIONS(3099), + [anon_sym_DOLLARif] = ACTIONS(3099), + [anon_sym_is] = ACTIONS(3099), + [anon_sym_BANGis] = ACTIONS(3099), + [anon_sym_in] = ACTIONS(3099), + [anon_sym_BANGin] = ACTIONS(3099), + [anon_sym_match] = ACTIONS(3099), + [anon_sym_select] = ACTIONS(3099), + [anon_sym_STAR_EQ] = ACTIONS(3099), + [anon_sym_SLASH_EQ] = ACTIONS(3099), + [anon_sym_PERCENT_EQ] = ACTIONS(3099), + [anon_sym_LT_LT_EQ] = ACTIONS(3099), + [anon_sym_GT_GT_EQ] = ACTIONS(3099), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3099), + [anon_sym_AMP_EQ] = ACTIONS(3099), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3099), + [anon_sym_PLUS_EQ] = ACTIONS(3099), + [anon_sym_DASH_EQ] = ACTIONS(3099), + [anon_sym_PIPE_EQ] = ACTIONS(3099), + [anon_sym_CARET_EQ] = ACTIONS(3099), + [anon_sym_COLON_EQ] = ACTIONS(3099), + [anon_sym_lock] = ACTIONS(3099), + [anon_sym_rlock] = ACTIONS(3099), + [anon_sym_unsafe] = ACTIONS(3099), + [anon_sym_sql] = ACTIONS(3099), + [sym_int_literal] = ACTIONS(3099), + [sym_float_literal] = ACTIONS(3099), + [sym_rune_literal] = ACTIONS(3099), + [anon_sym_AT] = ACTIONS(3099), + [anon_sym_shared] = ACTIONS(3099), + [anon_sym_map_LBRACK] = ACTIONS(3099), + [anon_sym_chan] = ACTIONS(3099), + [anon_sym_thread] = ACTIONS(3099), + [anon_sym_atomic] = ACTIONS(3099), + [anon_sym_assert] = ACTIONS(3099), + [anon_sym_defer] = ACTIONS(3099), + [anon_sym_goto] = ACTIONS(3099), + [anon_sym_break] = ACTIONS(3099), + [anon_sym_continue] = ACTIONS(3099), + [anon_sym_return] = ACTIONS(3099), + [anon_sym_DOLLARfor] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3099), + [anon_sym_POUND] = ACTIONS(3099), + [anon_sym_asm] = ACTIONS(3099), + [anon_sym_AT_LBRACK] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(3099), + [sym___single_quote] = ACTIONS(3099), + [sym___c_double_quote] = ACTIONS(3099), + [sym___c_single_quote] = ACTIONS(3099), + [sym___r_double_quote] = ACTIONS(3099), + [sym___r_single_quote] = ACTIONS(3099), + }, + [796] = { + [sym__expression] = STATE(2598), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(2708), - [anon_sym_LPAREN] = ACTIONS(697), - [anon_sym_fn] = ACTIONS(699), - [anon_sym_PLUS] = ACTIONS(701), - [anon_sym_DASH] = ACTIONS(701), - [anon_sym_STAR] = ACTIONS(703), - [anon_sym_struct] = ACTIONS(2710), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_go] = ACTIONS(709), - [anon_sym_spawn] = ACTIONS(711), - [anon_sym_json_DOTdecode] = ACTIONS(713), - [anon_sym_LBRACK2] = ACTIONS(715), - [anon_sym_TILDE] = ACTIONS(701), - [anon_sym_CARET] = ACTIONS(701), - [anon_sym_AMP] = ACTIONS(717), - [anon_sym_LT_DASH] = ACTIONS(719), - [sym_none] = ACTIONS(721), - [sym_true] = ACTIONS(721), - [sym_false] = ACTIONS(721), - [sym_nil] = ACTIONS(721), - [anon_sym_if] = ACTIONS(2712), - [anon_sym_DOLLARif] = ACTIONS(2714), - [anon_sym_match] = ACTIONS(2716), - [anon_sym_select] = ACTIONS(2718), - [anon_sym_lock] = ACTIONS(2720), - [anon_sym_rlock] = ACTIONS(2720), - [anon_sym_unsafe] = ACTIONS(2722), - [anon_sym_sql] = ACTIONS(2724), - [sym_int_literal] = ACTIONS(721), - [sym_float_literal] = ACTIONS(739), - [sym_rune_literal] = ACTIONS(739), - [anon_sym_AT] = ACTIONS(741), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(743), - [sym___single_quote] = ACTIONS(745), - [sym___c_double_quote] = ACTIONS(747), - [sym___c_single_quote] = ACTIONS(749), - [sym___r_double_quote] = ACTIONS(751), - [sym___r_single_quote] = ACTIONS(753), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [842] = { - [sym__expression] = STATE(1278), - [sym__expression_without_blocks] = STATE(1339), - [sym__expression_with_blocks] = STATE(1339), - [sym_inc_expression] = STATE(1339), - [sym_dec_expression] = STATE(1339), - [sym_or_block_expression] = STATE(1339), - [sym_option_propagation_expression] = STATE(1339), - [sym_result_propagation_expression] = STATE(1339), - [sym_anon_struct_value_expression] = STATE(1340), - [sym_go_expression] = STATE(1339), - [sym_spawn_expression] = STATE(1339), - [sym_parenthesized_expression] = STATE(1339), - [sym_call_expression] = STATE(1339), - [sym_type_initializer] = STATE(1340), - [sym_function_literal] = STATE(1339), - [sym_reference_expression] = STATE(1402), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(1339), - [sym_receive_expression] = STATE(1339), - [sym_binary_expression] = STATE(1339), - [sym_as_type_cast_expression] = STATE(1339), - [sym__max_group] = STATE(1339), - [sym_literal] = STATE(1339), - [sym_map_init_expression] = STATE(1340), - [sym_array_creation] = STATE(1339), - [sym_fixed_array_creation] = STATE(1339), - [sym_selector_expression] = STATE(1339), - [sym_index_expression] = STATE(1339), - [sym_slice_expression] = STATE(1339), - [sym_if_expression] = STATE(1340), - [sym_compile_time_if_expression] = STATE(1340), - [sym_is_expression] = STATE(1339), - [sym_not_is_expression] = STATE(1339), - [sym_in_expression] = STATE(1339), - [sym_not_in_expression] = STATE(1339), - [sym_enum_fetch] = STATE(1339), - [sym_match_expression] = STATE(1340), - [sym_select_expression] = STATE(1340), - [sym_lock_expression] = STATE(1340), - [sym_unsafe_expression] = STATE(1340), - [sym_sql_expression] = STATE(1340), - [sym_c_string_literal] = STATE(1291), - [sym_raw_string_literal] = STATE(1291), - [sym_interpreted_string_literal] = STATE(1291), - [sym_pseudo_compile_time_identifier] = STATE(1339), - [sym_mutability_modifiers] = STATE(773), - [sym_plain_type] = STATE(4141), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1175), + [797] = { + [sym__expression] = STATE(2437), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1177), - [anon_sym_LBRACE] = ACTIONS(1179), - [anon_sym_LPAREN] = ACTIONS(1181), - [anon_sym_fn] = ACTIONS(1183), - [anon_sym_PLUS] = ACTIONS(1185), - [anon_sym_DASH] = ACTIONS(1185), - [anon_sym_STAR] = ACTIONS(1187), - [anon_sym_struct] = ACTIONS(1191), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1193), - [anon_sym_go] = ACTIONS(1195), - [anon_sym_spawn] = ACTIONS(1197), - [anon_sym_json_DOTdecode] = ACTIONS(1199), - [anon_sym_LBRACK2] = ACTIONS(1201), - [anon_sym_TILDE] = ACTIONS(1185), - [anon_sym_CARET] = ACTIONS(1185), - [anon_sym_AMP] = ACTIONS(1203), - [anon_sym_LT_DASH] = ACTIONS(1205), - [sym_none] = ACTIONS(1207), - [sym_true] = ACTIONS(1207), - [sym_false] = ACTIONS(1207), - [sym_nil] = ACTIONS(1207), - [anon_sym_if] = ACTIONS(2068), - [anon_sym_DOLLARif] = ACTIONS(1211), - [anon_sym_match] = ACTIONS(1213), - [anon_sym_select] = ACTIONS(1215), - [anon_sym_lock] = ACTIONS(1217), - [anon_sym_rlock] = ACTIONS(1217), - [anon_sym_unsafe] = ACTIONS(2070), - [anon_sym_sql] = ACTIONS(1221), - [sym_int_literal] = ACTIONS(1207), - [sym_float_literal] = ACTIONS(1225), - [sym_rune_literal] = ACTIONS(1225), - [anon_sym_AT] = ACTIONS(1227), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1229), - [sym___single_quote] = ACTIONS(1231), - [sym___c_double_quote] = ACTIONS(1233), - [sym___c_single_quote] = ACTIONS(1235), - [sym___r_double_quote] = ACTIONS(1237), - [sym___r_single_quote] = ACTIONS(1239), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [843] = { - [sym__expression] = STATE(2307), - [sym__expression_without_blocks] = STATE(2572), - [sym__expression_with_blocks] = STATE(2572), - [sym_inc_expression] = STATE(2572), - [sym_dec_expression] = STATE(2572), - [sym_or_block_expression] = STATE(2572), - [sym_option_propagation_expression] = STATE(2572), - [sym_result_propagation_expression] = STATE(2572), - [sym_anon_struct_value_expression] = STATE(2571), - [sym_go_expression] = STATE(2572), - [sym_spawn_expression] = STATE(2572), - [sym_parenthesized_expression] = STATE(2572), - [sym_call_expression] = STATE(2572), - [sym_type_initializer] = STATE(2571), - [sym_function_literal] = STATE(2572), - [sym_reference_expression] = STATE(2557), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2572), - [sym_receive_expression] = STATE(2572), - [sym_binary_expression] = STATE(2572), - [sym_as_type_cast_expression] = STATE(2572), - [sym__max_group] = STATE(2572), - [sym_literal] = STATE(2572), - [sym_map_init_expression] = STATE(2571), - [sym_array_creation] = STATE(2572), - [sym_fixed_array_creation] = STATE(2572), - [sym_selector_expression] = STATE(2572), - [sym_index_expression] = STATE(2572), - [sym_slice_expression] = STATE(2572), - [sym_if_expression] = STATE(2571), - [sym_compile_time_if_expression] = STATE(2571), - [sym_is_expression] = STATE(2572), - [sym_not_is_expression] = STATE(2572), - [sym_in_expression] = STATE(2572), - [sym_not_in_expression] = STATE(2572), - [sym_enum_fetch] = STATE(2572), - [sym_match_expression] = STATE(2571), - [sym_select_expression] = STATE(2571), - [sym_lock_expression] = STATE(2571), - [sym_unsafe_expression] = STATE(2571), - [sym_sql_expression] = STATE(2571), - [sym_c_string_literal] = STATE(2578), - [sym_raw_string_literal] = STATE(2578), - [sym_interpreted_string_literal] = STATE(2578), - [sym_pseudo_compile_time_identifier] = STATE(2572), - [sym_mutability_modifiers] = STATE(795), - [sym_plain_type] = STATE(4248), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), + [798] = { + [sym__expression] = STATE(2438), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [799] = { + [ts_builtin_sym_end] = ACTIONS(3101), + [sym_identifier] = ACTIONS(3103), + [anon_sym_LF] = ACTIONS(3103), + [anon_sym_CR] = ACTIONS(3103), + [anon_sym_CR_LF] = ACTIONS(3103), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3103), + [anon_sym_as] = ACTIONS(3103), + [anon_sym_LBRACE] = ACTIONS(3103), + [anon_sym_COMMA] = ACTIONS(3103), + [anon_sym_const] = ACTIONS(3103), + [anon_sym_LPAREN] = ACTIONS(3103), + [anon_sym_EQ] = ACTIONS(3103), + [anon_sym___global] = ACTIONS(3103), + [anon_sym_type] = ACTIONS(3103), + [anon_sym_PIPE] = ACTIONS(3103), + [anon_sym_fn] = ACTIONS(3103), + [anon_sym_PLUS] = ACTIONS(3103), + [anon_sym_DASH] = ACTIONS(3103), + [anon_sym_STAR] = ACTIONS(3103), + [anon_sym_SLASH] = ACTIONS(3103), + [anon_sym_PERCENT] = ACTIONS(3103), + [anon_sym_LT] = ACTIONS(3103), + [anon_sym_GT] = ACTIONS(3103), + [anon_sym_EQ_EQ] = ACTIONS(3103), + [anon_sym_BANG_EQ] = ACTIONS(3103), + [anon_sym_LT_EQ] = ACTIONS(3103), + [anon_sym_GT_EQ] = ACTIONS(3103), + [anon_sym_LBRACK] = ACTIONS(3101), + [anon_sym_LT2] = ACTIONS(3103), + [anon_sym_struct] = ACTIONS(3103), + [anon_sym_union] = ACTIONS(3103), + [anon_sym_pub] = ACTIONS(3103), + [anon_sym_mut] = ACTIONS(3103), + [anon_sym_enum] = ACTIONS(3103), + [anon_sym_interface] = ACTIONS(3103), + [anon_sym_PLUS_PLUS] = ACTIONS(3103), + [anon_sym_DASH_DASH] = ACTIONS(3103), + [anon_sym_QMARK] = ACTIONS(3103), + [anon_sym_BANG] = ACTIONS(3103), + [anon_sym_go] = ACTIONS(3103), + [anon_sym_spawn] = ACTIONS(3103), + [anon_sym_json_DOTdecode] = ACTIONS(3103), + [anon_sym_LBRACK2] = ACTIONS(3103), + [anon_sym_TILDE] = ACTIONS(3103), + [anon_sym_CARET] = ACTIONS(3103), + [anon_sym_AMP] = ACTIONS(3103), + [anon_sym_LT_DASH] = ACTIONS(3103), + [anon_sym_LT_LT] = ACTIONS(3103), + [anon_sym_GT_GT] = ACTIONS(3103), + [anon_sym_GT_GT_GT] = ACTIONS(3103), + [anon_sym_AMP_CARET] = ACTIONS(3103), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_or] = ACTIONS(3103), + [sym_none] = ACTIONS(3103), + [sym_true] = ACTIONS(3103), + [sym_false] = ACTIONS(3103), + [sym_nil] = ACTIONS(3103), + [anon_sym_QMARK_DOT] = ACTIONS(3103), + [anon_sym_POUND_LBRACK] = ACTIONS(3103), + [anon_sym_if] = ACTIONS(3103), + [anon_sym_DOLLARif] = ACTIONS(3103), + [anon_sym_is] = ACTIONS(3103), + [anon_sym_BANGis] = ACTIONS(3103), + [anon_sym_in] = ACTIONS(3103), + [anon_sym_BANGin] = ACTIONS(3103), + [anon_sym_match] = ACTIONS(3103), + [anon_sym_select] = ACTIONS(3103), + [anon_sym_STAR_EQ] = ACTIONS(3103), + [anon_sym_SLASH_EQ] = ACTIONS(3103), + [anon_sym_PERCENT_EQ] = ACTIONS(3103), + [anon_sym_LT_LT_EQ] = ACTIONS(3103), + [anon_sym_GT_GT_EQ] = ACTIONS(3103), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3103), + [anon_sym_AMP_EQ] = ACTIONS(3103), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3103), + [anon_sym_PLUS_EQ] = ACTIONS(3103), + [anon_sym_DASH_EQ] = ACTIONS(3103), + [anon_sym_PIPE_EQ] = ACTIONS(3103), + [anon_sym_CARET_EQ] = ACTIONS(3103), + [anon_sym_COLON_EQ] = ACTIONS(3103), + [anon_sym_lock] = ACTIONS(3103), + [anon_sym_rlock] = ACTIONS(3103), + [anon_sym_unsafe] = ACTIONS(3103), + [anon_sym_sql] = ACTIONS(3103), + [sym_int_literal] = ACTIONS(3103), + [sym_float_literal] = ACTIONS(3103), + [sym_rune_literal] = ACTIONS(3103), + [anon_sym_AT] = ACTIONS(3103), + [anon_sym_shared] = ACTIONS(3103), + [anon_sym_map_LBRACK] = ACTIONS(3103), + [anon_sym_chan] = ACTIONS(3103), + [anon_sym_thread] = ACTIONS(3103), + [anon_sym_atomic] = ACTIONS(3103), + [anon_sym_assert] = ACTIONS(3103), + [anon_sym_defer] = ACTIONS(3103), + [anon_sym_goto] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3103), + [anon_sym_continue] = ACTIONS(3103), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_DOLLARfor] = ACTIONS(3103), + [anon_sym_for] = ACTIONS(3103), + [anon_sym_POUND] = ACTIONS(3103), + [anon_sym_asm] = ACTIONS(3103), + [anon_sym_AT_LBRACK] = ACTIONS(3103), + [sym___double_quote] = ACTIONS(3103), + [sym___single_quote] = ACTIONS(3103), + [sym___c_double_quote] = ACTIONS(3103), + [sym___c_single_quote] = ACTIONS(3103), + [sym___r_double_quote] = ACTIONS(3103), + [sym___r_single_quote] = ACTIONS(3103), + }, + [800] = { + [sym__expression] = STATE(2439), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [801] = { + [sym__expression] = STATE(2444), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [802] = { + [sym__expression] = STATE(1882), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2428), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(2430), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(2432), + [anon_sym_DASH] = ACTIONS(2432), + [anon_sym_STAR] = ACTIONS(2434), + [anon_sym_struct] = ACTIONS(809), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2436), + [anon_sym_go] = ACTIONS(2438), + [anon_sym_spawn] = ACTIONS(2440), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(2442), + [anon_sym_TILDE] = ACTIONS(2432), + [anon_sym_CARET] = ACTIONS(2432), + [anon_sym_AMP] = ACTIONS(2444), + [anon_sym_LT_DASH] = ACTIONS(2446), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(829), + [anon_sym_DOLLARif] = ACTIONS(831), + [anon_sym_match] = ACTIONS(833), + [anon_sym_select] = ACTIONS(2448), + [anon_sym_lock] = ACTIONS(2450), + [anon_sym_rlock] = ACTIONS(2450), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_sql] = ACTIONS(841), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), + }, + [803] = { + [sym__expression] = STATE(2440), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [804] = { + [sym__expression] = STATE(2314), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(1426), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(1428), @@ -123322,14029 +119079,18803 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(1488), [sym___r_single_quote] = ACTIONS(1490), }, - [844] = { - [sym__expression] = STATE(1790), - [sym__expression_without_blocks] = STATE(2105), - [sym__expression_with_blocks] = STATE(2105), - [sym_inc_expression] = STATE(2105), - [sym_dec_expression] = STATE(2105), - [sym_or_block_expression] = STATE(2105), - [sym_option_propagation_expression] = STATE(2105), - [sym_result_propagation_expression] = STATE(2105), - [sym_anon_struct_value_expression] = STATE(2119), - [sym_go_expression] = STATE(2105), - [sym_spawn_expression] = STATE(2105), - [sym_parenthesized_expression] = STATE(2105), - [sym_call_expression] = STATE(2105), - [sym_type_initializer] = STATE(2119), - [sym_function_literal] = STATE(2105), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2105), - [sym_receive_expression] = STATE(2105), - [sym_binary_expression] = STATE(2105), - [sym_as_type_cast_expression] = STATE(2105), - [sym__max_group] = STATE(2105), - [sym_literal] = STATE(2105), - [sym_map_init_expression] = STATE(2119), - [sym_array_creation] = STATE(2105), - [sym_fixed_array_creation] = STATE(2105), - [sym_selector_expression] = STATE(2105), - [sym_index_expression] = STATE(2105), - [sym_slice_expression] = STATE(2105), - [sym_if_expression] = STATE(2119), - [sym_compile_time_if_expression] = STATE(2119), - [sym_is_expression] = STATE(2105), - [sym_not_is_expression] = STATE(2105), - [sym_in_expression] = STATE(2105), - [sym_not_in_expression] = STATE(2105), - [sym_enum_fetch] = STATE(2105), - [sym_match_expression] = STATE(2119), - [sym_select_expression] = STATE(2119), - [sym_lock_expression] = STATE(2119), - [sym_unsafe_expression] = STATE(2119), - [sym_sql_expression] = STATE(2119), - [sym_c_string_literal] = STATE(2030), - [sym_raw_string_literal] = STATE(2030), - [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(2105), - [sym_mutability_modifiers] = STATE(835), - [sym_plain_type] = STATE(4201), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2706), + [805] = { + [sym__expression] = STATE(258), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_mutability_modifiers] = STATE(944), + [sym_plain_type] = STATE(4317), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2484), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(2708), - [anon_sym_LPAREN] = ACTIONS(697), - [anon_sym_fn] = ACTIONS(699), - [anon_sym_PLUS] = ACTIONS(701), - [anon_sym_DASH] = ACTIONS(701), - [anon_sym_STAR] = ACTIONS(703), - [anon_sym_struct] = ACTIONS(2710), + [anon_sym_DOT] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(2486), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_fn] = ACTIONS(475), + [anon_sym_PLUS] = ACTIONS(27), + [anon_sym_DASH] = ACTIONS(27), + [anon_sym_STAR] = ACTIONS(29), + [anon_sym_struct] = ACTIONS(477), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_go] = ACTIONS(709), - [anon_sym_spawn] = ACTIONS(711), - [anon_sym_json_DOTdecode] = ACTIONS(713), - [anon_sym_LBRACK2] = ACTIONS(715), - [anon_sym_TILDE] = ACTIONS(701), - [anon_sym_CARET] = ACTIONS(701), - [anon_sym_AMP] = ACTIONS(717), - [anon_sym_LT_DASH] = ACTIONS(719), - [sym_none] = ACTIONS(721), - [sym_true] = ACTIONS(721), - [sym_false] = ACTIONS(721), - [sym_nil] = ACTIONS(721), - [anon_sym_if] = ACTIONS(2712), - [anon_sym_DOLLARif] = ACTIONS(2714), - [anon_sym_match] = ACTIONS(2716), - [anon_sym_select] = ACTIONS(2718), - [anon_sym_lock] = ACTIONS(2720), - [anon_sym_rlock] = ACTIONS(2720), - [anon_sym_unsafe] = ACTIONS(2722), - [anon_sym_sql] = ACTIONS(2724), - [sym_int_literal] = ACTIONS(721), - [sym_float_literal] = ACTIONS(739), - [sym_rune_literal] = ACTIONS(739), - [anon_sym_AT] = ACTIONS(741), + [anon_sym_BANG] = ACTIONS(45), + [anon_sym_go] = ACTIONS(47), + [anon_sym_spawn] = ACTIONS(49), + [anon_sym_json_DOTdecode] = ACTIONS(51), + [anon_sym_LBRACK2] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(27), + [anon_sym_CARET] = ACTIONS(27), + [anon_sym_AMP] = ACTIONS(55), + [anon_sym_LT_DASH] = ACTIONS(57), + [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(59), + [sym_false] = ACTIONS(59), + [sym_nil] = ACTIONS(59), + [anon_sym_if] = ACTIONS(61), + [anon_sym_DOLLARif] = ACTIONS(63), + [anon_sym_match] = ACTIONS(65), + [anon_sym_select] = ACTIONS(67), + [anon_sym_lock] = ACTIONS(69), + [anon_sym_rlock] = ACTIONS(69), + [anon_sym_unsafe] = ACTIONS(71), + [anon_sym_sql] = ACTIONS(73), + [sym_int_literal] = ACTIONS(59), + [sym_float_literal] = ACTIONS(75), + [sym_rune_literal] = ACTIONS(75), + [anon_sym_AT] = ACTIONS(77), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(743), - [sym___single_quote] = ACTIONS(745), - [sym___c_double_quote] = ACTIONS(747), - [sym___c_single_quote] = ACTIONS(749), - [sym___r_double_quote] = ACTIONS(751), - [sym___r_single_quote] = ACTIONS(753), + [sym___double_quote] = ACTIONS(111), + [sym___single_quote] = ACTIONS(113), + [sym___c_double_quote] = ACTIONS(115), + [sym___c_single_quote] = ACTIONS(117), + [sym___r_double_quote] = ACTIONS(119), + [sym___r_single_quote] = ACTIONS(121), }, - [845] = { - [sym__expression] = STATE(1795), - [sym__expression_without_blocks] = STATE(2105), - [sym__expression_with_blocks] = STATE(2105), - [sym_inc_expression] = STATE(2105), - [sym_dec_expression] = STATE(2105), - [sym_or_block_expression] = STATE(2105), - [sym_option_propagation_expression] = STATE(2105), - [sym_result_propagation_expression] = STATE(2105), - [sym_anon_struct_value_expression] = STATE(2119), - [sym_go_expression] = STATE(2105), - [sym_spawn_expression] = STATE(2105), - [sym_parenthesized_expression] = STATE(2105), - [sym_call_expression] = STATE(2105), - [sym_type_initializer] = STATE(2119), - [sym_function_literal] = STATE(2105), - [sym_reference_expression] = STATE(2037), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2105), - [sym_receive_expression] = STATE(2105), - [sym_binary_expression] = STATE(2105), - [sym_as_type_cast_expression] = STATE(2105), - [sym__max_group] = STATE(2105), - [sym_literal] = STATE(2105), - [sym_map_init_expression] = STATE(2119), - [sym_array_creation] = STATE(2105), - [sym_fixed_array_creation] = STATE(2105), - [sym_selector_expression] = STATE(2105), - [sym_index_expression] = STATE(2105), - [sym_slice_expression] = STATE(2105), - [sym_if_expression] = STATE(2119), - [sym_compile_time_if_expression] = STATE(2119), - [sym_is_expression] = STATE(2105), - [sym_not_is_expression] = STATE(2105), - [sym_in_expression] = STATE(2105), - [sym_not_in_expression] = STATE(2105), - [sym_enum_fetch] = STATE(2105), - [sym_match_expression] = STATE(2119), - [sym_select_expression] = STATE(2119), - [sym_lock_expression] = STATE(2119), - [sym_unsafe_expression] = STATE(2119), - [sym_sql_expression] = STATE(2119), - [sym_c_string_literal] = STATE(2030), - [sym_raw_string_literal] = STATE(2030), - [sym_interpreted_string_literal] = STATE(2030), - [sym_pseudo_compile_time_identifier] = STATE(2105), - [sym_mutability_modifiers] = STATE(835), - [sym_plain_type] = STATE(4201), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(2706), + [806] = { + [sym__expression] = STATE(2269), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(691), - [anon_sym_LBRACE] = ACTIONS(2708), - [anon_sym_LPAREN] = ACTIONS(697), - [anon_sym_fn] = ACTIONS(699), - [anon_sym_PLUS] = ACTIONS(701), - [anon_sym_DASH] = ACTIONS(701), - [anon_sym_STAR] = ACTIONS(703), - [anon_sym_struct] = ACTIONS(2710), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(707), - [anon_sym_go] = ACTIONS(709), - [anon_sym_spawn] = ACTIONS(711), - [anon_sym_json_DOTdecode] = ACTIONS(713), - [anon_sym_LBRACK2] = ACTIONS(715), - [anon_sym_TILDE] = ACTIONS(701), - [anon_sym_CARET] = ACTIONS(701), - [anon_sym_AMP] = ACTIONS(717), - [anon_sym_LT_DASH] = ACTIONS(719), - [sym_none] = ACTIONS(721), - [sym_true] = ACTIONS(721), - [sym_false] = ACTIONS(721), - [sym_nil] = ACTIONS(721), - [anon_sym_if] = ACTIONS(2712), - [anon_sym_DOLLARif] = ACTIONS(2714), - [anon_sym_match] = ACTIONS(2716), - [anon_sym_select] = ACTIONS(2718), - [anon_sym_lock] = ACTIONS(2720), - [anon_sym_rlock] = ACTIONS(2720), - [anon_sym_unsafe] = ACTIONS(2722), - [anon_sym_sql] = ACTIONS(2724), - [sym_int_literal] = ACTIONS(721), - [sym_float_literal] = ACTIONS(739), - [sym_rune_literal] = ACTIONS(739), - [anon_sym_AT] = ACTIONS(741), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(743), - [sym___single_quote] = ACTIONS(745), - [sym___c_double_quote] = ACTIONS(747), - [sym___c_single_quote] = ACTIONS(749), - [sym___r_double_quote] = ACTIONS(751), - [sym___r_single_quote] = ACTIONS(753), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [846] = { - [sym__expression] = STATE(2203), - [sym__expression_without_blocks] = STATE(2338), - [sym__expression_with_blocks] = STATE(2338), - [sym_inc_expression] = STATE(2338), - [sym_dec_expression] = STATE(2338), - [sym_or_block_expression] = STATE(2338), - [sym_option_propagation_expression] = STATE(2338), - [sym_result_propagation_expression] = STATE(2338), - [sym_anon_struct_value_expression] = STATE(2340), - [sym_go_expression] = STATE(2338), - [sym_spawn_expression] = STATE(2338), - [sym_parenthesized_expression] = STATE(2338), - [sym_call_expression] = STATE(2338), - [sym_type_initializer] = STATE(2340), - [sym_function_literal] = STATE(2338), - [sym_reference_expression] = STATE(2341), - [sym_type_reference_expression] = STATE(3581), - [sym_unary_expression] = STATE(2338), - [sym_receive_expression] = STATE(2338), - [sym_binary_expression] = STATE(2338), - [sym_as_type_cast_expression] = STATE(2338), - [sym__max_group] = STATE(2338), - [sym_literal] = STATE(2338), - [sym_map_init_expression] = STATE(2340), - [sym_array_creation] = STATE(2338), - [sym_fixed_array_creation] = STATE(2338), - [sym_selector_expression] = STATE(2338), - [sym_index_expression] = STATE(2338), - [sym_slice_expression] = STATE(2338), - [sym_if_expression] = STATE(2340), - [sym_compile_time_if_expression] = STATE(2340), - [sym_is_expression] = STATE(2338), - [sym_not_is_expression] = STATE(2338), - [sym_in_expression] = STATE(2338), - [sym_not_in_expression] = STATE(2338), - [sym_enum_fetch] = STATE(2338), - [sym_match_expression] = STATE(2340), - [sym_select_expression] = STATE(2340), - [sym_lock_expression] = STATE(2340), - [sym_unsafe_expression] = STATE(2340), - [sym_sql_expression] = STATE(2340), - [sym_c_string_literal] = STATE(2336), - [sym_raw_string_literal] = STATE(2336), - [sym_interpreted_string_literal] = STATE(2336), - [sym_pseudo_compile_time_identifier] = STATE(2338), - [sym_mutability_modifiers] = STATE(817), - [sym_plain_type] = STATE(4269), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(1640), + [807] = { + [sym__expression] = STATE(2441), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_LPAREN] = ACTIONS(1247), - [anon_sym_fn] = ACTIONS(1249), - [anon_sym_PLUS] = ACTIONS(1644), - [anon_sym_DASH] = ACTIONS(1644), - [anon_sym_STAR] = ACTIONS(1646), - [anon_sym_struct] = ACTIONS(1255), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), [anon_sym_mut] = ACTIONS(37), [anon_sym_QMARK] = ACTIONS(43), - [anon_sym_BANG] = ACTIONS(1648), - [anon_sym_go] = ACTIONS(1650), - [anon_sym_spawn] = ACTIONS(1652), - [anon_sym_json_DOTdecode] = ACTIONS(1263), - [anon_sym_LBRACK2] = ACTIONS(1654), - [anon_sym_TILDE] = ACTIONS(1644), - [anon_sym_CARET] = ACTIONS(1644), - [anon_sym_AMP] = ACTIONS(1656), - [anon_sym_LT_DASH] = ACTIONS(1658), - [sym_none] = ACTIONS(1271), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [sym_nil] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1634), - [anon_sym_DOLLARif] = ACTIONS(1275), - [anon_sym_match] = ACTIONS(1277), - [anon_sym_select] = ACTIONS(1660), - [anon_sym_lock] = ACTIONS(1662), - [anon_sym_rlock] = ACTIONS(1662), - [anon_sym_unsafe] = ACTIONS(1636), - [anon_sym_sql] = ACTIONS(1285), - [sym_int_literal] = ACTIONS(1271), - [sym_float_literal] = ACTIONS(1287), - [sym_rune_literal] = ACTIONS(1287), - [anon_sym_AT] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), [anon_sym_shared] = ACTIONS(79), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(1293), - [sym___single_quote] = ACTIONS(1295), - [sym___c_double_quote] = ACTIONS(1297), - [sym___c_single_quote] = ACTIONS(1299), - [sym___r_double_quote] = ACTIONS(1301), - [sym___r_single_quote] = ACTIONS(1303), - }, - [847] = { - [ts_builtin_sym_end] = ACTIONS(2782), - [sym_identifier] = ACTIONS(2784), - [anon_sym_LF] = ACTIONS(2784), - [anon_sym_CR] = ACTIONS(2784), - [anon_sym_CR_LF] = ACTIONS(2784), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2784), - [anon_sym_as] = ACTIONS(2784), - [anon_sym_LBRACE] = ACTIONS(2784), - [anon_sym_COMMA] = ACTIONS(2784), - [anon_sym_const] = ACTIONS(2784), - [anon_sym_LPAREN] = ACTIONS(2784), - [anon_sym_EQ] = ACTIONS(2784), - [anon_sym___global] = ACTIONS(2784), - [anon_sym_type] = ACTIONS(2784), - [anon_sym_PIPE] = ACTIONS(2784), - [anon_sym_fn] = ACTIONS(2784), - [anon_sym_PLUS] = ACTIONS(2784), - [anon_sym_DASH] = ACTIONS(2784), - [anon_sym_STAR] = ACTIONS(2784), - [anon_sym_SLASH] = ACTIONS(2784), - [anon_sym_PERCENT] = ACTIONS(2784), - [anon_sym_LT] = ACTIONS(2784), - [anon_sym_GT] = ACTIONS(2784), - [anon_sym_EQ_EQ] = ACTIONS(2784), - [anon_sym_BANG_EQ] = ACTIONS(2784), - [anon_sym_LT_EQ] = ACTIONS(2784), - [anon_sym_GT_EQ] = ACTIONS(2784), - [anon_sym_LBRACK] = ACTIONS(2782), - [anon_sym_struct] = ACTIONS(2784), - [anon_sym_union] = ACTIONS(2784), - [anon_sym_pub] = ACTIONS(2784), - [anon_sym_mut] = ACTIONS(2784), - [anon_sym_enum] = ACTIONS(2784), - [anon_sym_interface] = ACTIONS(2784), - [anon_sym_PLUS_PLUS] = ACTIONS(2784), - [anon_sym_DASH_DASH] = ACTIONS(2784), - [anon_sym_QMARK] = ACTIONS(2784), - [anon_sym_BANG] = ACTIONS(2784), - [anon_sym_go] = ACTIONS(2784), - [anon_sym_spawn] = ACTIONS(2784), - [anon_sym_json_DOTdecode] = ACTIONS(2784), - [anon_sym_LBRACK2] = ACTIONS(2784), - [anon_sym_TILDE] = ACTIONS(2784), - [anon_sym_CARET] = ACTIONS(2784), - [anon_sym_AMP] = ACTIONS(2784), - [anon_sym_LT_DASH] = ACTIONS(2784), - [anon_sym_LT_LT] = ACTIONS(2784), - [anon_sym_GT_GT] = ACTIONS(2784), - [anon_sym_GT_GT_GT] = ACTIONS(2784), - [anon_sym_AMP_CARET] = ACTIONS(2784), - [anon_sym_AMP_AMP] = ACTIONS(2784), - [anon_sym_PIPE_PIPE] = ACTIONS(2784), - [anon_sym_or] = ACTIONS(2784), - [sym_none] = ACTIONS(2784), - [sym_true] = ACTIONS(2784), - [sym_false] = ACTIONS(2784), - [sym_nil] = ACTIONS(2784), - [anon_sym_QMARK_DOT] = ACTIONS(2784), - [anon_sym_POUND_LBRACK] = ACTIONS(2784), - [anon_sym_if] = ACTIONS(2784), - [anon_sym_DOLLARif] = ACTIONS(2784), - [anon_sym_is] = ACTIONS(2784), - [anon_sym_BANGis] = ACTIONS(2784), - [anon_sym_in] = ACTIONS(2784), - [anon_sym_BANGin] = ACTIONS(2784), - [anon_sym_match] = ACTIONS(2784), - [anon_sym_select] = ACTIONS(2784), - [anon_sym_STAR_EQ] = ACTIONS(2784), - [anon_sym_SLASH_EQ] = ACTIONS(2784), - [anon_sym_PERCENT_EQ] = ACTIONS(2784), - [anon_sym_LT_LT_EQ] = ACTIONS(2784), - [anon_sym_GT_GT_EQ] = ACTIONS(2784), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2784), - [anon_sym_AMP_EQ] = ACTIONS(2784), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2784), - [anon_sym_PLUS_EQ] = ACTIONS(2784), - [anon_sym_DASH_EQ] = ACTIONS(2784), - [anon_sym_PIPE_EQ] = ACTIONS(2784), - [anon_sym_CARET_EQ] = ACTIONS(2784), - [anon_sym_COLON_EQ] = ACTIONS(2784), - [anon_sym_lock] = ACTIONS(2784), - [anon_sym_rlock] = ACTIONS(2784), - [anon_sym_unsafe] = ACTIONS(2784), - [anon_sym_sql] = ACTIONS(2784), - [sym_int_literal] = ACTIONS(2784), - [sym_float_literal] = ACTIONS(2784), - [sym_rune_literal] = ACTIONS(2784), - [anon_sym_AT] = ACTIONS(2784), - [anon_sym_shared] = ACTIONS(2784), - [anon_sym_map_LBRACK] = ACTIONS(2784), - [anon_sym_chan] = ACTIONS(2784), - [anon_sym_thread] = ACTIONS(2784), - [anon_sym_atomic] = ACTIONS(2784), - [anon_sym_assert] = ACTIONS(2784), - [anon_sym_defer] = ACTIONS(2784), - [anon_sym_goto] = ACTIONS(2784), - [anon_sym_break] = ACTIONS(2784), - [anon_sym_continue] = ACTIONS(2784), - [anon_sym_return] = ACTIONS(2784), - [anon_sym_DOLLARfor] = ACTIONS(2784), - [anon_sym_for] = ACTIONS(2784), - [anon_sym_POUND] = ACTIONS(2784), - [anon_sym_asm] = ACTIONS(2784), - [anon_sym_AT_LBRACK] = ACTIONS(2784), - [sym___double_quote] = ACTIONS(2784), - [sym___single_quote] = ACTIONS(2784), - [sym___c_double_quote] = ACTIONS(2784), - [sym___c_single_quote] = ACTIONS(2784), - [sym___r_double_quote] = ACTIONS(2784), - [sym___r_single_quote] = ACTIONS(2784), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [848] = { - [ts_builtin_sym_end] = ACTIONS(2786), - [sym_identifier] = ACTIONS(2788), - [anon_sym_LF] = ACTIONS(2788), - [anon_sym_CR] = ACTIONS(2788), - [anon_sym_CR_LF] = ACTIONS(2788), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2788), - [anon_sym_as] = ACTIONS(2788), - [anon_sym_LBRACE] = ACTIONS(2788), - [anon_sym_COMMA] = ACTIONS(2788), - [anon_sym_const] = ACTIONS(2788), - [anon_sym_LPAREN] = ACTIONS(2788), - [anon_sym_EQ] = ACTIONS(2788), - [anon_sym___global] = ACTIONS(2788), - [anon_sym_type] = ACTIONS(2788), - [anon_sym_PIPE] = ACTIONS(2788), - [anon_sym_fn] = ACTIONS(2788), - [anon_sym_PLUS] = ACTIONS(2788), - [anon_sym_DASH] = ACTIONS(2788), - [anon_sym_STAR] = ACTIONS(2788), - [anon_sym_SLASH] = ACTIONS(2788), - [anon_sym_PERCENT] = ACTIONS(2788), - [anon_sym_LT] = ACTIONS(2788), - [anon_sym_GT] = ACTIONS(2788), - [anon_sym_EQ_EQ] = ACTIONS(2788), - [anon_sym_BANG_EQ] = ACTIONS(2788), - [anon_sym_LT_EQ] = ACTIONS(2788), - [anon_sym_GT_EQ] = ACTIONS(2788), - [anon_sym_LBRACK] = ACTIONS(2786), - [anon_sym_struct] = ACTIONS(2788), - [anon_sym_union] = ACTIONS(2788), - [anon_sym_pub] = ACTIONS(2788), - [anon_sym_mut] = ACTIONS(2788), - [anon_sym_enum] = ACTIONS(2788), - [anon_sym_interface] = ACTIONS(2788), - [anon_sym_PLUS_PLUS] = ACTIONS(2788), - [anon_sym_DASH_DASH] = ACTIONS(2788), - [anon_sym_QMARK] = ACTIONS(2788), - [anon_sym_BANG] = ACTIONS(2788), - [anon_sym_go] = ACTIONS(2788), - [anon_sym_spawn] = ACTIONS(2788), - [anon_sym_json_DOTdecode] = ACTIONS(2788), - [anon_sym_LBRACK2] = ACTIONS(2788), - [anon_sym_TILDE] = ACTIONS(2788), - [anon_sym_CARET] = ACTIONS(2788), - [anon_sym_AMP] = ACTIONS(2788), - [anon_sym_LT_DASH] = ACTIONS(2788), - [anon_sym_LT_LT] = ACTIONS(2788), - [anon_sym_GT_GT] = ACTIONS(2788), - [anon_sym_GT_GT_GT] = ACTIONS(2788), - [anon_sym_AMP_CARET] = ACTIONS(2788), - [anon_sym_AMP_AMP] = ACTIONS(2788), - [anon_sym_PIPE_PIPE] = ACTIONS(2788), - [anon_sym_or] = ACTIONS(2788), - [sym_none] = ACTIONS(2788), - [sym_true] = ACTIONS(2788), - [sym_false] = ACTIONS(2788), - [sym_nil] = ACTIONS(2788), - [anon_sym_QMARK_DOT] = ACTIONS(2788), - [anon_sym_POUND_LBRACK] = ACTIONS(2788), - [anon_sym_if] = ACTIONS(2788), - [anon_sym_DOLLARif] = ACTIONS(2788), - [anon_sym_is] = ACTIONS(2788), - [anon_sym_BANGis] = ACTIONS(2788), - [anon_sym_in] = ACTIONS(2788), - [anon_sym_BANGin] = ACTIONS(2788), - [anon_sym_match] = ACTIONS(2788), - [anon_sym_select] = ACTIONS(2788), - [anon_sym_STAR_EQ] = ACTIONS(2788), - [anon_sym_SLASH_EQ] = ACTIONS(2788), - [anon_sym_PERCENT_EQ] = ACTIONS(2788), - [anon_sym_LT_LT_EQ] = ACTIONS(2788), - [anon_sym_GT_GT_EQ] = ACTIONS(2788), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2788), - [anon_sym_AMP_EQ] = ACTIONS(2788), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2788), - [anon_sym_PLUS_EQ] = ACTIONS(2788), - [anon_sym_DASH_EQ] = ACTIONS(2788), - [anon_sym_PIPE_EQ] = ACTIONS(2788), - [anon_sym_CARET_EQ] = ACTIONS(2788), - [anon_sym_COLON_EQ] = ACTIONS(2788), - [anon_sym_lock] = ACTIONS(2788), - [anon_sym_rlock] = ACTIONS(2788), - [anon_sym_unsafe] = ACTIONS(2788), - [anon_sym_sql] = ACTIONS(2788), - [sym_int_literal] = ACTIONS(2788), - [sym_float_literal] = ACTIONS(2788), - [sym_rune_literal] = ACTIONS(2788), - [anon_sym_AT] = ACTIONS(2788), - [anon_sym_shared] = ACTIONS(2788), - [anon_sym_map_LBRACK] = ACTIONS(2788), - [anon_sym_chan] = ACTIONS(2788), - [anon_sym_thread] = ACTIONS(2788), - [anon_sym_atomic] = ACTIONS(2788), - [anon_sym_assert] = ACTIONS(2788), - [anon_sym_defer] = ACTIONS(2788), - [anon_sym_goto] = ACTIONS(2788), - [anon_sym_break] = ACTIONS(2788), - [anon_sym_continue] = ACTIONS(2788), - [anon_sym_return] = ACTIONS(2788), - [anon_sym_DOLLARfor] = ACTIONS(2788), - [anon_sym_for] = ACTIONS(2788), - [anon_sym_POUND] = ACTIONS(2788), - [anon_sym_asm] = ACTIONS(2788), - [anon_sym_AT_LBRACK] = ACTIONS(2788), - [sym___double_quote] = ACTIONS(2788), - [sym___single_quote] = ACTIONS(2788), - [sym___c_double_quote] = ACTIONS(2788), - [sym___c_single_quote] = ACTIONS(2788), - [sym___r_double_quote] = ACTIONS(2788), - [sym___r_single_quote] = ACTIONS(2788), + [808] = { + [sym__expression] = STATE(1764), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2428), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(2430), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(2432), + [anon_sym_DASH] = ACTIONS(2432), + [anon_sym_STAR] = ACTIONS(2434), + [anon_sym_struct] = ACTIONS(809), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2436), + [anon_sym_go] = ACTIONS(2438), + [anon_sym_spawn] = ACTIONS(2440), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(2442), + [anon_sym_TILDE] = ACTIONS(2432), + [anon_sym_CARET] = ACTIONS(2432), + [anon_sym_AMP] = ACTIONS(2444), + [anon_sym_LT_DASH] = ACTIONS(2446), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(829), + [anon_sym_DOLLARif] = ACTIONS(831), + [anon_sym_match] = ACTIONS(833), + [anon_sym_select] = ACTIONS(2448), + [anon_sym_lock] = ACTIONS(2450), + [anon_sym_rlock] = ACTIONS(2450), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_sql] = ACTIONS(841), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), }, - [849] = { - [ts_builtin_sym_end] = ACTIONS(2790), - [sym_identifier] = ACTIONS(2792), - [anon_sym_LF] = ACTIONS(2792), - [anon_sym_CR] = ACTIONS(2792), - [anon_sym_CR_LF] = ACTIONS(2792), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2792), - [anon_sym_as] = ACTIONS(2792), - [anon_sym_LBRACE] = ACTIONS(2792), - [anon_sym_COMMA] = ACTIONS(2792), - [anon_sym_const] = ACTIONS(2792), - [anon_sym_LPAREN] = ACTIONS(2792), - [anon_sym_EQ] = ACTIONS(2792), - [anon_sym___global] = ACTIONS(2792), - [anon_sym_type] = ACTIONS(2792), - [anon_sym_PIPE] = ACTIONS(2792), - [anon_sym_fn] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(2792), - [anon_sym_SLASH] = ACTIONS(2792), - [anon_sym_PERCENT] = ACTIONS(2792), - [anon_sym_LT] = ACTIONS(2792), - [anon_sym_GT] = ACTIONS(2792), - [anon_sym_EQ_EQ] = ACTIONS(2792), - [anon_sym_BANG_EQ] = ACTIONS(2792), - [anon_sym_LT_EQ] = ACTIONS(2792), - [anon_sym_GT_EQ] = ACTIONS(2792), - [anon_sym_LBRACK] = ACTIONS(2790), - [anon_sym_struct] = ACTIONS(2792), - [anon_sym_union] = ACTIONS(2792), - [anon_sym_pub] = ACTIONS(2792), - [anon_sym_mut] = ACTIONS(2792), - [anon_sym_enum] = ACTIONS(2792), - [anon_sym_interface] = ACTIONS(2792), - [anon_sym_PLUS_PLUS] = ACTIONS(2792), - [anon_sym_DASH_DASH] = ACTIONS(2792), - [anon_sym_QMARK] = ACTIONS(2792), - [anon_sym_BANG] = ACTIONS(2792), - [anon_sym_go] = ACTIONS(2792), - [anon_sym_spawn] = ACTIONS(2792), - [anon_sym_json_DOTdecode] = ACTIONS(2792), - [anon_sym_LBRACK2] = ACTIONS(2792), - [anon_sym_TILDE] = ACTIONS(2792), - [anon_sym_CARET] = ACTIONS(2792), - [anon_sym_AMP] = ACTIONS(2792), - [anon_sym_LT_DASH] = ACTIONS(2792), - [anon_sym_LT_LT] = ACTIONS(2792), - [anon_sym_GT_GT] = ACTIONS(2792), - [anon_sym_GT_GT_GT] = ACTIONS(2792), - [anon_sym_AMP_CARET] = ACTIONS(2792), - [anon_sym_AMP_AMP] = ACTIONS(2792), - [anon_sym_PIPE_PIPE] = ACTIONS(2792), - [anon_sym_or] = ACTIONS(2792), - [sym_none] = ACTIONS(2792), - [sym_true] = ACTIONS(2792), - [sym_false] = ACTIONS(2792), - [sym_nil] = ACTIONS(2792), - [anon_sym_QMARK_DOT] = ACTIONS(2792), - [anon_sym_POUND_LBRACK] = ACTIONS(2792), - [anon_sym_if] = ACTIONS(2792), - [anon_sym_DOLLARif] = ACTIONS(2792), - [anon_sym_is] = ACTIONS(2792), - [anon_sym_BANGis] = ACTIONS(2792), - [anon_sym_in] = ACTIONS(2792), - [anon_sym_BANGin] = ACTIONS(2792), - [anon_sym_match] = ACTIONS(2792), - [anon_sym_select] = ACTIONS(2792), - [anon_sym_STAR_EQ] = ACTIONS(2792), - [anon_sym_SLASH_EQ] = ACTIONS(2792), - [anon_sym_PERCENT_EQ] = ACTIONS(2792), - [anon_sym_LT_LT_EQ] = ACTIONS(2792), - [anon_sym_GT_GT_EQ] = ACTIONS(2792), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2792), - [anon_sym_AMP_EQ] = ACTIONS(2792), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2792), - [anon_sym_PLUS_EQ] = ACTIONS(2792), - [anon_sym_DASH_EQ] = ACTIONS(2792), - [anon_sym_PIPE_EQ] = ACTIONS(2792), - [anon_sym_CARET_EQ] = ACTIONS(2792), - [anon_sym_COLON_EQ] = ACTIONS(2792), - [anon_sym_lock] = ACTIONS(2792), - [anon_sym_rlock] = ACTIONS(2792), - [anon_sym_unsafe] = ACTIONS(2792), - [anon_sym_sql] = ACTIONS(2792), - [sym_int_literal] = ACTIONS(2792), - [sym_float_literal] = ACTIONS(2792), - [sym_rune_literal] = ACTIONS(2792), - [anon_sym_AT] = ACTIONS(2792), - [anon_sym_shared] = ACTIONS(2792), - [anon_sym_map_LBRACK] = ACTIONS(2792), - [anon_sym_chan] = ACTIONS(2792), - [anon_sym_thread] = ACTIONS(2792), - [anon_sym_atomic] = ACTIONS(2792), - [anon_sym_assert] = ACTIONS(2792), - [anon_sym_defer] = ACTIONS(2792), - [anon_sym_goto] = ACTIONS(2792), - [anon_sym_break] = ACTIONS(2792), - [anon_sym_continue] = ACTIONS(2792), - [anon_sym_return] = ACTIONS(2792), - [anon_sym_DOLLARfor] = ACTIONS(2792), - [anon_sym_for] = ACTIONS(2792), - [anon_sym_POUND] = ACTIONS(2792), - [anon_sym_asm] = ACTIONS(2792), - [anon_sym_AT_LBRACK] = ACTIONS(2792), - [sym___double_quote] = ACTIONS(2792), - [sym___single_quote] = ACTIONS(2792), - [sym___c_double_quote] = ACTIONS(2792), - [sym___c_single_quote] = ACTIONS(2792), - [sym___r_double_quote] = ACTIONS(2792), - [sym___r_single_quote] = ACTIONS(2792), + [809] = { + [sym__expression] = STATE(2692), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [850] = { - [ts_builtin_sym_end] = ACTIONS(2794), - [sym_identifier] = ACTIONS(2796), - [anon_sym_LF] = ACTIONS(2796), - [anon_sym_CR] = ACTIONS(2796), - [anon_sym_CR_LF] = ACTIONS(2796), + [810] = { + [ts_builtin_sym_end] = ACTIONS(3105), + [sym_identifier] = ACTIONS(3107), + [anon_sym_LF] = ACTIONS(3107), + [anon_sym_CR] = ACTIONS(3107), + [anon_sym_CR_LF] = ACTIONS(3107), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2796), - [anon_sym_as] = ACTIONS(2796), - [anon_sym_LBRACE] = ACTIONS(2796), - [anon_sym_COMMA] = ACTIONS(2796), - [anon_sym_const] = ACTIONS(2796), - [anon_sym_LPAREN] = ACTIONS(2796), - [anon_sym_EQ] = ACTIONS(2796), - [anon_sym___global] = ACTIONS(2796), - [anon_sym_type] = ACTIONS(2796), - [anon_sym_PIPE] = ACTIONS(2796), - [anon_sym_fn] = ACTIONS(2796), - [anon_sym_PLUS] = ACTIONS(2796), - [anon_sym_DASH] = ACTIONS(2796), - [anon_sym_STAR] = ACTIONS(2796), - [anon_sym_SLASH] = ACTIONS(2796), - [anon_sym_PERCENT] = ACTIONS(2796), - [anon_sym_LT] = ACTIONS(2796), - [anon_sym_GT] = ACTIONS(2796), - [anon_sym_EQ_EQ] = ACTIONS(2796), - [anon_sym_BANG_EQ] = ACTIONS(2796), - [anon_sym_LT_EQ] = ACTIONS(2796), - [anon_sym_GT_EQ] = ACTIONS(2796), - [anon_sym_LBRACK] = ACTIONS(2794), - [anon_sym_struct] = ACTIONS(2796), - [anon_sym_union] = ACTIONS(2796), - [anon_sym_pub] = ACTIONS(2796), - [anon_sym_mut] = ACTIONS(2796), - [anon_sym_enum] = ACTIONS(2796), - [anon_sym_interface] = ACTIONS(2796), - [anon_sym_PLUS_PLUS] = ACTIONS(2796), - [anon_sym_DASH_DASH] = ACTIONS(2796), - [anon_sym_QMARK] = ACTIONS(2796), - [anon_sym_BANG] = ACTIONS(2796), - [anon_sym_go] = ACTIONS(2796), - [anon_sym_spawn] = ACTIONS(2796), - [anon_sym_json_DOTdecode] = ACTIONS(2796), - [anon_sym_LBRACK2] = ACTIONS(2796), - [anon_sym_TILDE] = ACTIONS(2796), - [anon_sym_CARET] = ACTIONS(2796), - [anon_sym_AMP] = ACTIONS(2796), - [anon_sym_LT_DASH] = ACTIONS(2796), - [anon_sym_LT_LT] = ACTIONS(2796), - [anon_sym_GT_GT] = ACTIONS(2796), - [anon_sym_GT_GT_GT] = ACTIONS(2796), - [anon_sym_AMP_CARET] = ACTIONS(2796), - [anon_sym_AMP_AMP] = ACTIONS(2796), - [anon_sym_PIPE_PIPE] = ACTIONS(2796), - [anon_sym_or] = ACTIONS(2796), - [sym_none] = ACTIONS(2796), - [sym_true] = ACTIONS(2796), - [sym_false] = ACTIONS(2796), - [sym_nil] = ACTIONS(2796), - [anon_sym_QMARK_DOT] = ACTIONS(2796), - [anon_sym_POUND_LBRACK] = ACTIONS(2796), - [anon_sym_if] = ACTIONS(2796), - [anon_sym_DOLLARif] = ACTIONS(2796), - [anon_sym_is] = ACTIONS(2796), - [anon_sym_BANGis] = ACTIONS(2796), - [anon_sym_in] = ACTIONS(2796), - [anon_sym_BANGin] = ACTIONS(2796), - [anon_sym_match] = ACTIONS(2796), - [anon_sym_select] = ACTIONS(2796), - [anon_sym_STAR_EQ] = ACTIONS(2796), - [anon_sym_SLASH_EQ] = ACTIONS(2796), - [anon_sym_PERCENT_EQ] = ACTIONS(2796), - [anon_sym_LT_LT_EQ] = ACTIONS(2796), - [anon_sym_GT_GT_EQ] = ACTIONS(2796), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2796), - [anon_sym_AMP_EQ] = ACTIONS(2796), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2796), - [anon_sym_PLUS_EQ] = ACTIONS(2796), - [anon_sym_DASH_EQ] = ACTIONS(2796), - [anon_sym_PIPE_EQ] = ACTIONS(2796), - [anon_sym_CARET_EQ] = ACTIONS(2796), - [anon_sym_COLON_EQ] = ACTIONS(2796), - [anon_sym_lock] = ACTIONS(2796), - [anon_sym_rlock] = ACTIONS(2796), - [anon_sym_unsafe] = ACTIONS(2796), - [anon_sym_sql] = ACTIONS(2796), - [sym_int_literal] = ACTIONS(2796), - [sym_float_literal] = ACTIONS(2796), - [sym_rune_literal] = ACTIONS(2796), - [anon_sym_AT] = ACTIONS(2796), - [anon_sym_shared] = ACTIONS(2796), - [anon_sym_map_LBRACK] = ACTIONS(2796), - [anon_sym_chan] = ACTIONS(2796), - [anon_sym_thread] = ACTIONS(2796), - [anon_sym_atomic] = ACTIONS(2796), - [anon_sym_assert] = ACTIONS(2796), - [anon_sym_defer] = ACTIONS(2796), - [anon_sym_goto] = ACTIONS(2796), - [anon_sym_break] = ACTIONS(2796), - [anon_sym_continue] = ACTIONS(2796), - [anon_sym_return] = ACTIONS(2796), - [anon_sym_DOLLARfor] = ACTIONS(2796), - [anon_sym_for] = ACTIONS(2796), - [anon_sym_POUND] = ACTIONS(2796), - [anon_sym_asm] = ACTIONS(2796), - [anon_sym_AT_LBRACK] = ACTIONS(2796), - [sym___double_quote] = ACTIONS(2796), - [sym___single_quote] = ACTIONS(2796), - [sym___c_double_quote] = ACTIONS(2796), - [sym___c_single_quote] = ACTIONS(2796), - [sym___r_double_quote] = ACTIONS(2796), - [sym___r_single_quote] = ACTIONS(2796), + [anon_sym_DOT] = ACTIONS(3107), + [anon_sym_as] = ACTIONS(3107), + [anon_sym_LBRACE] = ACTIONS(3107), + [anon_sym_COMMA] = ACTIONS(3107), + [anon_sym_const] = ACTIONS(3107), + [anon_sym_LPAREN] = ACTIONS(3107), + [anon_sym_EQ] = ACTIONS(3107), + [anon_sym___global] = ACTIONS(3107), + [anon_sym_type] = ACTIONS(3107), + [anon_sym_PIPE] = ACTIONS(3107), + [anon_sym_fn] = ACTIONS(3107), + [anon_sym_PLUS] = ACTIONS(3107), + [anon_sym_DASH] = ACTIONS(3107), + [anon_sym_STAR] = ACTIONS(3107), + [anon_sym_SLASH] = ACTIONS(3107), + [anon_sym_PERCENT] = ACTIONS(3107), + [anon_sym_LT] = ACTIONS(3107), + [anon_sym_GT] = ACTIONS(3107), + [anon_sym_EQ_EQ] = ACTIONS(3107), + [anon_sym_BANG_EQ] = ACTIONS(3107), + [anon_sym_LT_EQ] = ACTIONS(3107), + [anon_sym_GT_EQ] = ACTIONS(3107), + [anon_sym_LBRACK] = ACTIONS(3105), + [anon_sym_LT2] = ACTIONS(3107), + [anon_sym_struct] = ACTIONS(3107), + [anon_sym_union] = ACTIONS(3107), + [anon_sym_pub] = ACTIONS(3107), + [anon_sym_mut] = ACTIONS(3107), + [anon_sym_enum] = ACTIONS(3107), + [anon_sym_interface] = ACTIONS(3107), + [anon_sym_PLUS_PLUS] = ACTIONS(3107), + [anon_sym_DASH_DASH] = ACTIONS(3107), + [anon_sym_QMARK] = ACTIONS(3107), + [anon_sym_BANG] = ACTIONS(3107), + [anon_sym_go] = ACTIONS(3107), + [anon_sym_spawn] = ACTIONS(3107), + [anon_sym_json_DOTdecode] = ACTIONS(3107), + [anon_sym_LBRACK2] = ACTIONS(3107), + [anon_sym_TILDE] = ACTIONS(3107), + [anon_sym_CARET] = ACTIONS(3107), + [anon_sym_AMP] = ACTIONS(3107), + [anon_sym_LT_DASH] = ACTIONS(3107), + [anon_sym_LT_LT] = ACTIONS(3107), + [anon_sym_GT_GT] = ACTIONS(3107), + [anon_sym_GT_GT_GT] = ACTIONS(3107), + [anon_sym_AMP_CARET] = ACTIONS(3107), + [anon_sym_AMP_AMP] = ACTIONS(3107), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_or] = ACTIONS(3107), + [sym_none] = ACTIONS(3107), + [sym_true] = ACTIONS(3107), + [sym_false] = ACTIONS(3107), + [sym_nil] = ACTIONS(3107), + [anon_sym_QMARK_DOT] = ACTIONS(3107), + [anon_sym_POUND_LBRACK] = ACTIONS(3107), + [anon_sym_if] = ACTIONS(3107), + [anon_sym_DOLLARif] = ACTIONS(3107), + [anon_sym_is] = ACTIONS(3107), + [anon_sym_BANGis] = ACTIONS(3107), + [anon_sym_in] = ACTIONS(3107), + [anon_sym_BANGin] = ACTIONS(3107), + [anon_sym_match] = ACTIONS(3107), + [anon_sym_select] = ACTIONS(3107), + [anon_sym_STAR_EQ] = ACTIONS(3107), + [anon_sym_SLASH_EQ] = ACTIONS(3107), + [anon_sym_PERCENT_EQ] = ACTIONS(3107), + [anon_sym_LT_LT_EQ] = ACTIONS(3107), + [anon_sym_GT_GT_EQ] = ACTIONS(3107), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3107), + [anon_sym_AMP_EQ] = ACTIONS(3107), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3107), + [anon_sym_PLUS_EQ] = ACTIONS(3107), + [anon_sym_DASH_EQ] = ACTIONS(3107), + [anon_sym_PIPE_EQ] = ACTIONS(3107), + [anon_sym_CARET_EQ] = ACTIONS(3107), + [anon_sym_COLON_EQ] = ACTIONS(3107), + [anon_sym_lock] = ACTIONS(3107), + [anon_sym_rlock] = ACTIONS(3107), + [anon_sym_unsafe] = ACTIONS(3107), + [anon_sym_sql] = ACTIONS(3107), + [sym_int_literal] = ACTIONS(3107), + [sym_float_literal] = ACTIONS(3107), + [sym_rune_literal] = ACTIONS(3107), + [anon_sym_AT] = ACTIONS(3107), + [anon_sym_shared] = ACTIONS(3107), + [anon_sym_map_LBRACK] = ACTIONS(3107), + [anon_sym_chan] = ACTIONS(3107), + [anon_sym_thread] = ACTIONS(3107), + [anon_sym_atomic] = ACTIONS(3107), + [anon_sym_assert] = ACTIONS(3107), + [anon_sym_defer] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3107), + [anon_sym_break] = ACTIONS(3107), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_return] = ACTIONS(3107), + [anon_sym_DOLLARfor] = ACTIONS(3107), + [anon_sym_for] = ACTIONS(3107), + [anon_sym_POUND] = ACTIONS(3107), + [anon_sym_asm] = ACTIONS(3107), + [anon_sym_AT_LBRACK] = ACTIONS(3107), + [sym___double_quote] = ACTIONS(3107), + [sym___single_quote] = ACTIONS(3107), + [sym___c_double_quote] = ACTIONS(3107), + [sym___c_single_quote] = ACTIONS(3107), + [sym___r_double_quote] = ACTIONS(3107), + [sym___r_single_quote] = ACTIONS(3107), }, - [851] = { - [ts_builtin_sym_end] = ACTIONS(2798), - [sym_identifier] = ACTIONS(2800), - [anon_sym_LF] = ACTIONS(2800), - [anon_sym_CR] = ACTIONS(2800), - [anon_sym_CR_LF] = ACTIONS(2800), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2800), - [anon_sym_as] = ACTIONS(2800), - [anon_sym_LBRACE] = ACTIONS(2800), - [anon_sym_COMMA] = ACTIONS(2800), - [anon_sym_const] = ACTIONS(2800), - [anon_sym_LPAREN] = ACTIONS(2800), - [anon_sym_EQ] = ACTIONS(2800), - [anon_sym___global] = ACTIONS(2800), - [anon_sym_type] = ACTIONS(2800), - [anon_sym_PIPE] = ACTIONS(2800), - [anon_sym_fn] = ACTIONS(2800), - [anon_sym_PLUS] = ACTIONS(2800), - [anon_sym_DASH] = ACTIONS(2800), - [anon_sym_STAR] = ACTIONS(2800), - [anon_sym_SLASH] = ACTIONS(2800), - [anon_sym_PERCENT] = ACTIONS(2800), - [anon_sym_LT] = ACTIONS(2800), - [anon_sym_GT] = ACTIONS(2800), - [anon_sym_EQ_EQ] = ACTIONS(2800), - [anon_sym_BANG_EQ] = ACTIONS(2800), - [anon_sym_LT_EQ] = ACTIONS(2800), - [anon_sym_GT_EQ] = ACTIONS(2800), - [anon_sym_LBRACK] = ACTIONS(2798), - [anon_sym_struct] = ACTIONS(2800), - [anon_sym_union] = ACTIONS(2800), - [anon_sym_pub] = ACTIONS(2800), - [anon_sym_mut] = ACTIONS(2800), - [anon_sym_enum] = ACTIONS(2800), - [anon_sym_interface] = ACTIONS(2800), - [anon_sym_PLUS_PLUS] = ACTIONS(2800), - [anon_sym_DASH_DASH] = ACTIONS(2800), - [anon_sym_QMARK] = ACTIONS(2800), - [anon_sym_BANG] = ACTIONS(2800), - [anon_sym_go] = ACTIONS(2800), - [anon_sym_spawn] = ACTIONS(2800), - [anon_sym_json_DOTdecode] = ACTIONS(2800), - [anon_sym_LBRACK2] = ACTIONS(2800), - [anon_sym_TILDE] = ACTIONS(2800), - [anon_sym_CARET] = ACTIONS(2800), - [anon_sym_AMP] = ACTIONS(2800), - [anon_sym_LT_DASH] = ACTIONS(2800), - [anon_sym_LT_LT] = ACTIONS(2800), - [anon_sym_GT_GT] = ACTIONS(2800), - [anon_sym_GT_GT_GT] = ACTIONS(2800), - [anon_sym_AMP_CARET] = ACTIONS(2800), - [anon_sym_AMP_AMP] = ACTIONS(2800), - [anon_sym_PIPE_PIPE] = ACTIONS(2800), - [anon_sym_or] = ACTIONS(2800), - [sym_none] = ACTIONS(2800), - [sym_true] = ACTIONS(2800), - [sym_false] = ACTIONS(2800), - [sym_nil] = ACTIONS(2800), - [anon_sym_QMARK_DOT] = ACTIONS(2800), - [anon_sym_POUND_LBRACK] = ACTIONS(2800), - [anon_sym_if] = ACTIONS(2800), - [anon_sym_DOLLARif] = ACTIONS(2800), - [anon_sym_is] = ACTIONS(2800), - [anon_sym_BANGis] = ACTIONS(2800), - [anon_sym_in] = ACTIONS(2800), - [anon_sym_BANGin] = ACTIONS(2800), - [anon_sym_match] = ACTIONS(2800), - [anon_sym_select] = ACTIONS(2800), - [anon_sym_STAR_EQ] = ACTIONS(2800), - [anon_sym_SLASH_EQ] = ACTIONS(2800), - [anon_sym_PERCENT_EQ] = ACTIONS(2800), - [anon_sym_LT_LT_EQ] = ACTIONS(2800), - [anon_sym_GT_GT_EQ] = ACTIONS(2800), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2800), - [anon_sym_AMP_EQ] = ACTIONS(2800), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2800), - [anon_sym_PLUS_EQ] = ACTIONS(2800), - [anon_sym_DASH_EQ] = ACTIONS(2800), - [anon_sym_PIPE_EQ] = ACTIONS(2800), - [anon_sym_CARET_EQ] = ACTIONS(2800), - [anon_sym_COLON_EQ] = ACTIONS(2800), - [anon_sym_lock] = ACTIONS(2800), - [anon_sym_rlock] = ACTIONS(2800), - [anon_sym_unsafe] = ACTIONS(2800), - [anon_sym_sql] = ACTIONS(2800), - [sym_int_literal] = ACTIONS(2800), - [sym_float_literal] = ACTIONS(2800), - [sym_rune_literal] = ACTIONS(2800), - [anon_sym_AT] = ACTIONS(2800), - [anon_sym_shared] = ACTIONS(2800), - [anon_sym_map_LBRACK] = ACTIONS(2800), - [anon_sym_chan] = ACTIONS(2800), - [anon_sym_thread] = ACTIONS(2800), - [anon_sym_atomic] = ACTIONS(2800), - [anon_sym_assert] = ACTIONS(2800), - [anon_sym_defer] = ACTIONS(2800), - [anon_sym_goto] = ACTIONS(2800), - [anon_sym_break] = ACTIONS(2800), - [anon_sym_continue] = ACTIONS(2800), - [anon_sym_return] = ACTIONS(2800), - [anon_sym_DOLLARfor] = ACTIONS(2800), - [anon_sym_for] = ACTIONS(2800), - [anon_sym_POUND] = ACTIONS(2800), - [anon_sym_asm] = ACTIONS(2800), - [anon_sym_AT_LBRACK] = ACTIONS(2800), - [sym___double_quote] = ACTIONS(2800), - [sym___single_quote] = ACTIONS(2800), - [sym___c_double_quote] = ACTIONS(2800), - [sym___c_single_quote] = ACTIONS(2800), - [sym___r_double_quote] = ACTIONS(2800), - [sym___r_single_quote] = ACTIONS(2800), + [811] = { + [sym__expression] = STATE(2849), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [852] = { - [ts_builtin_sym_end] = ACTIONS(2802), - [sym_identifier] = ACTIONS(2804), - [anon_sym_LF] = ACTIONS(2804), - [anon_sym_CR] = ACTIONS(2804), - [anon_sym_CR_LF] = ACTIONS(2804), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2804), - [anon_sym_as] = ACTIONS(2804), - [anon_sym_LBRACE] = ACTIONS(2804), - [anon_sym_COMMA] = ACTIONS(2804), - [anon_sym_const] = ACTIONS(2804), - [anon_sym_LPAREN] = ACTIONS(2804), - [anon_sym_EQ] = ACTIONS(2804), - [anon_sym___global] = ACTIONS(2804), - [anon_sym_type] = ACTIONS(2804), - [anon_sym_PIPE] = ACTIONS(2804), - [anon_sym_fn] = ACTIONS(2804), - [anon_sym_PLUS] = ACTIONS(2804), - [anon_sym_DASH] = ACTIONS(2804), - [anon_sym_STAR] = ACTIONS(2804), - [anon_sym_SLASH] = ACTIONS(2804), - [anon_sym_PERCENT] = ACTIONS(2804), - [anon_sym_LT] = ACTIONS(2804), - [anon_sym_GT] = ACTIONS(2804), - [anon_sym_EQ_EQ] = ACTIONS(2804), - [anon_sym_BANG_EQ] = ACTIONS(2804), - [anon_sym_LT_EQ] = ACTIONS(2804), - [anon_sym_GT_EQ] = ACTIONS(2804), - [anon_sym_LBRACK] = ACTIONS(2802), - [anon_sym_struct] = ACTIONS(2804), - [anon_sym_union] = ACTIONS(2804), - [anon_sym_pub] = ACTIONS(2804), - [anon_sym_mut] = ACTIONS(2804), - [anon_sym_enum] = ACTIONS(2804), - [anon_sym_interface] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_QMARK] = ACTIONS(2804), - [anon_sym_BANG] = ACTIONS(2804), - [anon_sym_go] = ACTIONS(2804), - [anon_sym_spawn] = ACTIONS(2804), - [anon_sym_json_DOTdecode] = ACTIONS(2804), - [anon_sym_LBRACK2] = ACTIONS(2804), - [anon_sym_TILDE] = ACTIONS(2804), - [anon_sym_CARET] = ACTIONS(2804), - [anon_sym_AMP] = ACTIONS(2804), - [anon_sym_LT_DASH] = ACTIONS(2804), - [anon_sym_LT_LT] = ACTIONS(2804), - [anon_sym_GT_GT] = ACTIONS(2804), - [anon_sym_GT_GT_GT] = ACTIONS(2804), - [anon_sym_AMP_CARET] = ACTIONS(2804), - [anon_sym_AMP_AMP] = ACTIONS(2804), - [anon_sym_PIPE_PIPE] = ACTIONS(2804), - [anon_sym_or] = ACTIONS(2804), - [sym_none] = ACTIONS(2804), - [sym_true] = ACTIONS(2804), - [sym_false] = ACTIONS(2804), - [sym_nil] = ACTIONS(2804), - [anon_sym_QMARK_DOT] = ACTIONS(2804), - [anon_sym_POUND_LBRACK] = ACTIONS(2804), - [anon_sym_if] = ACTIONS(2804), - [anon_sym_DOLLARif] = ACTIONS(2804), - [anon_sym_is] = ACTIONS(2804), - [anon_sym_BANGis] = ACTIONS(2804), - [anon_sym_in] = ACTIONS(2804), - [anon_sym_BANGin] = ACTIONS(2804), - [anon_sym_match] = ACTIONS(2804), - [anon_sym_select] = ACTIONS(2804), - [anon_sym_STAR_EQ] = ACTIONS(2804), - [anon_sym_SLASH_EQ] = ACTIONS(2804), - [anon_sym_PERCENT_EQ] = ACTIONS(2804), - [anon_sym_LT_LT_EQ] = ACTIONS(2804), - [anon_sym_GT_GT_EQ] = ACTIONS(2804), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2804), - [anon_sym_AMP_EQ] = ACTIONS(2804), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2804), - [anon_sym_PLUS_EQ] = ACTIONS(2804), - [anon_sym_DASH_EQ] = ACTIONS(2804), - [anon_sym_PIPE_EQ] = ACTIONS(2804), - [anon_sym_CARET_EQ] = ACTIONS(2804), - [anon_sym_COLON_EQ] = ACTIONS(2804), - [anon_sym_lock] = ACTIONS(2804), - [anon_sym_rlock] = ACTIONS(2804), - [anon_sym_unsafe] = ACTIONS(2804), - [anon_sym_sql] = ACTIONS(2804), - [sym_int_literal] = ACTIONS(2804), - [sym_float_literal] = ACTIONS(2804), - [sym_rune_literal] = ACTIONS(2804), - [anon_sym_AT] = ACTIONS(2804), - [anon_sym_shared] = ACTIONS(2804), - [anon_sym_map_LBRACK] = ACTIONS(2804), - [anon_sym_chan] = ACTIONS(2804), - [anon_sym_thread] = ACTIONS(2804), - [anon_sym_atomic] = ACTIONS(2804), - [anon_sym_assert] = ACTIONS(2804), - [anon_sym_defer] = ACTIONS(2804), - [anon_sym_goto] = ACTIONS(2804), - [anon_sym_break] = ACTIONS(2804), - [anon_sym_continue] = ACTIONS(2804), - [anon_sym_return] = ACTIONS(2804), - [anon_sym_DOLLARfor] = ACTIONS(2804), - [anon_sym_for] = ACTIONS(2804), - [anon_sym_POUND] = ACTIONS(2804), - [anon_sym_asm] = ACTIONS(2804), - [anon_sym_AT_LBRACK] = ACTIONS(2804), - [sym___double_quote] = ACTIONS(2804), - [sym___single_quote] = ACTIONS(2804), - [sym___c_double_quote] = ACTIONS(2804), - [sym___c_single_quote] = ACTIONS(2804), - [sym___r_double_quote] = ACTIONS(2804), - [sym___r_single_quote] = ACTIONS(2804), + [812] = { + [sym__expression] = STATE(2310), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1444), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1446), + [anon_sym_go] = ACTIONS(1448), + [anon_sym_spawn] = ACTIONS(1450), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1438), + [anon_sym_CARET] = ACTIONS(1438), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_LT_DASH] = ACTIONS(1458), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(1468), + [anon_sym_lock] = ACTIONS(1470), + [anon_sym_rlock] = ACTIONS(1470), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, - [853] = { - [ts_builtin_sym_end] = ACTIONS(2806), - [sym_identifier] = ACTIONS(2808), - [anon_sym_LF] = ACTIONS(2808), - [anon_sym_CR] = ACTIONS(2808), - [anon_sym_CR_LF] = ACTIONS(2808), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2808), - [anon_sym_as] = ACTIONS(2808), - [anon_sym_LBRACE] = ACTIONS(2808), - [anon_sym_COMMA] = ACTIONS(2808), - [anon_sym_const] = ACTIONS(2808), - [anon_sym_LPAREN] = ACTIONS(2808), - [anon_sym_EQ] = ACTIONS(2808), - [anon_sym___global] = ACTIONS(2808), - [anon_sym_type] = ACTIONS(2808), - [anon_sym_PIPE] = ACTIONS(2808), - [anon_sym_fn] = ACTIONS(2808), - [anon_sym_PLUS] = ACTIONS(2808), - [anon_sym_DASH] = ACTIONS(2808), - [anon_sym_STAR] = ACTIONS(2808), - [anon_sym_SLASH] = ACTIONS(2808), - [anon_sym_PERCENT] = ACTIONS(2808), - [anon_sym_LT] = ACTIONS(2808), - [anon_sym_GT] = ACTIONS(2808), - [anon_sym_EQ_EQ] = ACTIONS(2808), - [anon_sym_BANG_EQ] = ACTIONS(2808), - [anon_sym_LT_EQ] = ACTIONS(2808), - [anon_sym_GT_EQ] = ACTIONS(2808), - [anon_sym_LBRACK] = ACTIONS(2806), - [anon_sym_struct] = ACTIONS(2808), - [anon_sym_union] = ACTIONS(2808), - [anon_sym_pub] = ACTIONS(2808), - [anon_sym_mut] = ACTIONS(2808), - [anon_sym_enum] = ACTIONS(2808), - [anon_sym_interface] = ACTIONS(2808), - [anon_sym_PLUS_PLUS] = ACTIONS(2808), - [anon_sym_DASH_DASH] = ACTIONS(2808), - [anon_sym_QMARK] = ACTIONS(2808), - [anon_sym_BANG] = ACTIONS(2808), - [anon_sym_go] = ACTIONS(2808), - [anon_sym_spawn] = ACTIONS(2808), - [anon_sym_json_DOTdecode] = ACTIONS(2808), - [anon_sym_LBRACK2] = ACTIONS(2808), - [anon_sym_TILDE] = ACTIONS(2808), - [anon_sym_CARET] = ACTIONS(2808), - [anon_sym_AMP] = ACTIONS(2808), - [anon_sym_LT_DASH] = ACTIONS(2808), - [anon_sym_LT_LT] = ACTIONS(2808), - [anon_sym_GT_GT] = ACTIONS(2808), - [anon_sym_GT_GT_GT] = ACTIONS(2808), - [anon_sym_AMP_CARET] = ACTIONS(2808), - [anon_sym_AMP_AMP] = ACTIONS(2808), - [anon_sym_PIPE_PIPE] = ACTIONS(2808), - [anon_sym_or] = ACTIONS(2808), - [sym_none] = ACTIONS(2808), - [sym_true] = ACTIONS(2808), - [sym_false] = ACTIONS(2808), - [sym_nil] = ACTIONS(2808), - [anon_sym_QMARK_DOT] = ACTIONS(2808), - [anon_sym_POUND_LBRACK] = ACTIONS(2808), - [anon_sym_if] = ACTIONS(2808), - [anon_sym_DOLLARif] = ACTIONS(2808), - [anon_sym_is] = ACTIONS(2808), - [anon_sym_BANGis] = ACTIONS(2808), - [anon_sym_in] = ACTIONS(2808), - [anon_sym_BANGin] = ACTIONS(2808), - [anon_sym_match] = ACTIONS(2808), - [anon_sym_select] = ACTIONS(2808), - [anon_sym_STAR_EQ] = ACTIONS(2808), - [anon_sym_SLASH_EQ] = ACTIONS(2808), - [anon_sym_PERCENT_EQ] = ACTIONS(2808), - [anon_sym_LT_LT_EQ] = ACTIONS(2808), - [anon_sym_GT_GT_EQ] = ACTIONS(2808), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2808), - [anon_sym_AMP_EQ] = ACTIONS(2808), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2808), - [anon_sym_PLUS_EQ] = ACTIONS(2808), - [anon_sym_DASH_EQ] = ACTIONS(2808), - [anon_sym_PIPE_EQ] = ACTIONS(2808), - [anon_sym_CARET_EQ] = ACTIONS(2808), - [anon_sym_COLON_EQ] = ACTIONS(2808), - [anon_sym_lock] = ACTIONS(2808), - [anon_sym_rlock] = ACTIONS(2808), - [anon_sym_unsafe] = ACTIONS(2808), - [anon_sym_sql] = ACTIONS(2808), - [sym_int_literal] = ACTIONS(2808), - [sym_float_literal] = ACTIONS(2808), - [sym_rune_literal] = ACTIONS(2808), - [anon_sym_AT] = ACTIONS(2808), - [anon_sym_shared] = ACTIONS(2808), - [anon_sym_map_LBRACK] = ACTIONS(2808), - [anon_sym_chan] = ACTIONS(2808), - [anon_sym_thread] = ACTIONS(2808), - [anon_sym_atomic] = ACTIONS(2808), - [anon_sym_assert] = ACTIONS(2808), - [anon_sym_defer] = ACTIONS(2808), - [anon_sym_goto] = ACTIONS(2808), - [anon_sym_break] = ACTIONS(2808), - [anon_sym_continue] = ACTIONS(2808), - [anon_sym_return] = ACTIONS(2808), - [anon_sym_DOLLARfor] = ACTIONS(2808), - [anon_sym_for] = ACTIONS(2808), - [anon_sym_POUND] = ACTIONS(2808), - [anon_sym_asm] = ACTIONS(2808), - [anon_sym_AT_LBRACK] = ACTIONS(2808), - [sym___double_quote] = ACTIONS(2808), - [sym___single_quote] = ACTIONS(2808), - [sym___c_double_quote] = ACTIONS(2808), - [sym___c_single_quote] = ACTIONS(2808), - [sym___r_double_quote] = ACTIONS(2808), - [sym___r_single_quote] = ACTIONS(2808), + [813] = { + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2979), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2974), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [854] = { - [ts_builtin_sym_end] = ACTIONS(2810), - [sym_identifier] = ACTIONS(2812), - [anon_sym_LF] = ACTIONS(2812), - [anon_sym_CR] = ACTIONS(2812), - [anon_sym_CR_LF] = ACTIONS(2812), + [814] = { + [ts_builtin_sym_end] = ACTIONS(3109), + [sym_identifier] = ACTIONS(3111), + [anon_sym_LF] = ACTIONS(3111), + [anon_sym_CR] = ACTIONS(3111), + [anon_sym_CR_LF] = ACTIONS(3111), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2812), - [anon_sym_as] = ACTIONS(2812), - [anon_sym_LBRACE] = ACTIONS(2812), - [anon_sym_COMMA] = ACTIONS(2812), - [anon_sym_const] = ACTIONS(2812), - [anon_sym_LPAREN] = ACTIONS(2812), - [anon_sym_EQ] = ACTIONS(2812), - [anon_sym___global] = ACTIONS(2812), - [anon_sym_type] = ACTIONS(2812), - [anon_sym_PIPE] = ACTIONS(2812), - [anon_sym_fn] = ACTIONS(2812), - [anon_sym_PLUS] = ACTIONS(2812), - [anon_sym_DASH] = ACTIONS(2812), - [anon_sym_STAR] = ACTIONS(2812), - [anon_sym_SLASH] = ACTIONS(2812), - [anon_sym_PERCENT] = ACTIONS(2812), - [anon_sym_LT] = ACTIONS(2812), - [anon_sym_GT] = ACTIONS(2812), - [anon_sym_EQ_EQ] = ACTIONS(2812), - [anon_sym_BANG_EQ] = ACTIONS(2812), - [anon_sym_LT_EQ] = ACTIONS(2812), - [anon_sym_GT_EQ] = ACTIONS(2812), - [anon_sym_LBRACK] = ACTIONS(2810), - [anon_sym_struct] = ACTIONS(2812), - [anon_sym_union] = ACTIONS(2812), - [anon_sym_pub] = ACTIONS(2812), - [anon_sym_mut] = ACTIONS(2812), - [anon_sym_enum] = ACTIONS(2812), - [anon_sym_interface] = ACTIONS(2812), - [anon_sym_PLUS_PLUS] = ACTIONS(2812), - [anon_sym_DASH_DASH] = ACTIONS(2812), - [anon_sym_QMARK] = ACTIONS(2812), - [anon_sym_BANG] = ACTIONS(2812), - [anon_sym_go] = ACTIONS(2812), - [anon_sym_spawn] = ACTIONS(2812), - [anon_sym_json_DOTdecode] = ACTIONS(2812), - [anon_sym_LBRACK2] = ACTIONS(2812), - [anon_sym_TILDE] = ACTIONS(2812), - [anon_sym_CARET] = ACTIONS(2812), - [anon_sym_AMP] = ACTIONS(2812), - [anon_sym_LT_DASH] = ACTIONS(2812), - [anon_sym_LT_LT] = ACTIONS(2812), - [anon_sym_GT_GT] = ACTIONS(2812), - [anon_sym_GT_GT_GT] = ACTIONS(2812), - [anon_sym_AMP_CARET] = ACTIONS(2812), - [anon_sym_AMP_AMP] = ACTIONS(2812), - [anon_sym_PIPE_PIPE] = ACTIONS(2812), - [anon_sym_or] = ACTIONS(2812), - [sym_none] = ACTIONS(2812), - [sym_true] = ACTIONS(2812), - [sym_false] = ACTIONS(2812), - [sym_nil] = ACTIONS(2812), - [anon_sym_QMARK_DOT] = ACTIONS(2812), - [anon_sym_POUND_LBRACK] = ACTIONS(2812), - [anon_sym_if] = ACTIONS(2812), - [anon_sym_DOLLARif] = ACTIONS(2812), - [anon_sym_is] = ACTIONS(2812), - [anon_sym_BANGis] = ACTIONS(2812), - [anon_sym_in] = ACTIONS(2812), - [anon_sym_BANGin] = ACTIONS(2812), - [anon_sym_match] = ACTIONS(2812), - [anon_sym_select] = ACTIONS(2812), - [anon_sym_STAR_EQ] = ACTIONS(2812), - [anon_sym_SLASH_EQ] = ACTIONS(2812), - [anon_sym_PERCENT_EQ] = ACTIONS(2812), - [anon_sym_LT_LT_EQ] = ACTIONS(2812), - [anon_sym_GT_GT_EQ] = ACTIONS(2812), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2812), - [anon_sym_AMP_EQ] = ACTIONS(2812), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2812), - [anon_sym_PLUS_EQ] = ACTIONS(2812), - [anon_sym_DASH_EQ] = ACTIONS(2812), - [anon_sym_PIPE_EQ] = ACTIONS(2812), - [anon_sym_CARET_EQ] = ACTIONS(2812), - [anon_sym_COLON_EQ] = ACTIONS(2812), - [anon_sym_lock] = ACTIONS(2812), - [anon_sym_rlock] = ACTIONS(2812), - [anon_sym_unsafe] = ACTIONS(2812), - [anon_sym_sql] = ACTIONS(2812), - [sym_int_literal] = ACTIONS(2812), - [sym_float_literal] = ACTIONS(2812), - [sym_rune_literal] = ACTIONS(2812), - [anon_sym_AT] = ACTIONS(2812), - [anon_sym_shared] = ACTIONS(2812), - [anon_sym_map_LBRACK] = ACTIONS(2812), - [anon_sym_chan] = ACTIONS(2812), - [anon_sym_thread] = ACTIONS(2812), - [anon_sym_atomic] = ACTIONS(2812), - [anon_sym_assert] = ACTIONS(2812), - [anon_sym_defer] = ACTIONS(2812), - [anon_sym_goto] = ACTIONS(2812), - [anon_sym_break] = ACTIONS(2812), - [anon_sym_continue] = ACTIONS(2812), - [anon_sym_return] = ACTIONS(2812), - [anon_sym_DOLLARfor] = ACTIONS(2812), - [anon_sym_for] = ACTIONS(2812), - [anon_sym_POUND] = ACTIONS(2812), - [anon_sym_asm] = ACTIONS(2812), - [anon_sym_AT_LBRACK] = ACTIONS(2812), - [sym___double_quote] = ACTIONS(2812), - [sym___single_quote] = ACTIONS(2812), - [sym___c_double_quote] = ACTIONS(2812), - [sym___c_single_quote] = ACTIONS(2812), - [sym___r_double_quote] = ACTIONS(2812), - [sym___r_single_quote] = ACTIONS(2812), + [anon_sym_DOT] = ACTIONS(3111), + [anon_sym_as] = ACTIONS(3111), + [anon_sym_LBRACE] = ACTIONS(3111), + [anon_sym_COMMA] = ACTIONS(3111), + [anon_sym_const] = ACTIONS(3111), + [anon_sym_LPAREN] = ACTIONS(3111), + [anon_sym_EQ] = ACTIONS(3111), + [anon_sym___global] = ACTIONS(3111), + [anon_sym_type] = ACTIONS(3111), + [anon_sym_PIPE] = ACTIONS(3111), + [anon_sym_fn] = ACTIONS(3111), + [anon_sym_PLUS] = ACTIONS(3111), + [anon_sym_DASH] = ACTIONS(3111), + [anon_sym_STAR] = ACTIONS(3111), + [anon_sym_SLASH] = ACTIONS(3111), + [anon_sym_PERCENT] = ACTIONS(3111), + [anon_sym_LT] = ACTIONS(3111), + [anon_sym_GT] = ACTIONS(3111), + [anon_sym_EQ_EQ] = ACTIONS(3111), + [anon_sym_BANG_EQ] = ACTIONS(3111), + [anon_sym_LT_EQ] = ACTIONS(3111), + [anon_sym_GT_EQ] = ACTIONS(3111), + [anon_sym_LBRACK] = ACTIONS(3109), + [anon_sym_LT2] = ACTIONS(3111), + [anon_sym_struct] = ACTIONS(3111), + [anon_sym_union] = ACTIONS(3111), + [anon_sym_pub] = ACTIONS(3111), + [anon_sym_mut] = ACTIONS(3111), + [anon_sym_enum] = ACTIONS(3111), + [anon_sym_interface] = ACTIONS(3111), + [anon_sym_PLUS_PLUS] = ACTIONS(3111), + [anon_sym_DASH_DASH] = ACTIONS(3111), + [anon_sym_QMARK] = ACTIONS(3111), + [anon_sym_BANG] = ACTIONS(3111), + [anon_sym_go] = ACTIONS(3111), + [anon_sym_spawn] = ACTIONS(3111), + [anon_sym_json_DOTdecode] = ACTIONS(3111), + [anon_sym_LBRACK2] = ACTIONS(3111), + [anon_sym_TILDE] = ACTIONS(3111), + [anon_sym_CARET] = ACTIONS(3111), + [anon_sym_AMP] = ACTIONS(3111), + [anon_sym_LT_DASH] = ACTIONS(3111), + [anon_sym_LT_LT] = ACTIONS(3111), + [anon_sym_GT_GT] = ACTIONS(3111), + [anon_sym_GT_GT_GT] = ACTIONS(3111), + [anon_sym_AMP_CARET] = ACTIONS(3111), + [anon_sym_AMP_AMP] = ACTIONS(3111), + [anon_sym_PIPE_PIPE] = ACTIONS(3111), + [anon_sym_or] = ACTIONS(3111), + [sym_none] = ACTIONS(3111), + [sym_true] = ACTIONS(3111), + [sym_false] = ACTIONS(3111), + [sym_nil] = ACTIONS(3111), + [anon_sym_QMARK_DOT] = ACTIONS(3111), + [anon_sym_POUND_LBRACK] = ACTIONS(3111), + [anon_sym_if] = ACTIONS(3111), + [anon_sym_DOLLARif] = ACTIONS(3111), + [anon_sym_is] = ACTIONS(3111), + [anon_sym_BANGis] = ACTIONS(3111), + [anon_sym_in] = ACTIONS(3111), + [anon_sym_BANGin] = ACTIONS(3111), + [anon_sym_match] = ACTIONS(3111), + [anon_sym_select] = ACTIONS(3111), + [anon_sym_STAR_EQ] = ACTIONS(3111), + [anon_sym_SLASH_EQ] = ACTIONS(3111), + [anon_sym_PERCENT_EQ] = ACTIONS(3111), + [anon_sym_LT_LT_EQ] = ACTIONS(3111), + [anon_sym_GT_GT_EQ] = ACTIONS(3111), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3111), + [anon_sym_AMP_EQ] = ACTIONS(3111), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3111), + [anon_sym_PLUS_EQ] = ACTIONS(3111), + [anon_sym_DASH_EQ] = ACTIONS(3111), + [anon_sym_PIPE_EQ] = ACTIONS(3111), + [anon_sym_CARET_EQ] = ACTIONS(3111), + [anon_sym_COLON_EQ] = ACTIONS(3111), + [anon_sym_lock] = ACTIONS(3111), + [anon_sym_rlock] = ACTIONS(3111), + [anon_sym_unsafe] = ACTIONS(3111), + [anon_sym_sql] = ACTIONS(3111), + [sym_int_literal] = ACTIONS(3111), + [sym_float_literal] = ACTIONS(3111), + [sym_rune_literal] = ACTIONS(3111), + [anon_sym_AT] = ACTIONS(3111), + [anon_sym_shared] = ACTIONS(3111), + [anon_sym_map_LBRACK] = ACTIONS(3111), + [anon_sym_chan] = ACTIONS(3111), + [anon_sym_thread] = ACTIONS(3111), + [anon_sym_atomic] = ACTIONS(3111), + [anon_sym_assert] = ACTIONS(3111), + [anon_sym_defer] = ACTIONS(3111), + [anon_sym_goto] = ACTIONS(3111), + [anon_sym_break] = ACTIONS(3111), + [anon_sym_continue] = ACTIONS(3111), + [anon_sym_return] = ACTIONS(3111), + [anon_sym_DOLLARfor] = ACTIONS(3111), + [anon_sym_for] = ACTIONS(3111), + [anon_sym_POUND] = ACTIONS(3111), + [anon_sym_asm] = ACTIONS(3111), + [anon_sym_AT_LBRACK] = ACTIONS(3111), + [sym___double_quote] = ACTIONS(3111), + [sym___single_quote] = ACTIONS(3111), + [sym___c_double_quote] = ACTIONS(3111), + [sym___c_single_quote] = ACTIONS(3111), + [sym___r_double_quote] = ACTIONS(3111), + [sym___r_single_quote] = ACTIONS(3111), }, - [855] = { - [ts_builtin_sym_end] = ACTIONS(2814), - [sym_identifier] = ACTIONS(2816), - [anon_sym_LF] = ACTIONS(2816), - [anon_sym_CR] = ACTIONS(2816), - [anon_sym_CR_LF] = ACTIONS(2816), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2816), - [anon_sym_as] = ACTIONS(2816), - [anon_sym_LBRACE] = ACTIONS(2816), - [anon_sym_COMMA] = ACTIONS(2816), - [anon_sym_const] = ACTIONS(2816), - [anon_sym_LPAREN] = ACTIONS(2816), - [anon_sym_EQ] = ACTIONS(2816), - [anon_sym___global] = ACTIONS(2816), - [anon_sym_type] = ACTIONS(2816), - [anon_sym_PIPE] = ACTIONS(2816), - [anon_sym_fn] = ACTIONS(2816), - [anon_sym_PLUS] = ACTIONS(2816), - [anon_sym_DASH] = ACTIONS(2816), - [anon_sym_STAR] = ACTIONS(2816), - [anon_sym_SLASH] = ACTIONS(2816), - [anon_sym_PERCENT] = ACTIONS(2816), - [anon_sym_LT] = ACTIONS(2816), - [anon_sym_GT] = ACTIONS(2816), - [anon_sym_EQ_EQ] = ACTIONS(2816), - [anon_sym_BANG_EQ] = ACTIONS(2816), - [anon_sym_LT_EQ] = ACTIONS(2816), - [anon_sym_GT_EQ] = ACTIONS(2816), - [anon_sym_LBRACK] = ACTIONS(2814), - [anon_sym_struct] = ACTIONS(2816), - [anon_sym_union] = ACTIONS(2816), - [anon_sym_pub] = ACTIONS(2816), - [anon_sym_mut] = ACTIONS(2816), - [anon_sym_enum] = ACTIONS(2816), - [anon_sym_interface] = ACTIONS(2816), - [anon_sym_PLUS_PLUS] = ACTIONS(2816), - [anon_sym_DASH_DASH] = ACTIONS(2816), - [anon_sym_QMARK] = ACTIONS(2816), - [anon_sym_BANG] = ACTIONS(2816), - [anon_sym_go] = ACTIONS(2816), - [anon_sym_spawn] = ACTIONS(2816), - [anon_sym_json_DOTdecode] = ACTIONS(2816), - [anon_sym_LBRACK2] = ACTIONS(2816), - [anon_sym_TILDE] = ACTIONS(2816), - [anon_sym_CARET] = ACTIONS(2816), - [anon_sym_AMP] = ACTIONS(2816), - [anon_sym_LT_DASH] = ACTIONS(2816), - [anon_sym_LT_LT] = ACTIONS(2816), - [anon_sym_GT_GT] = ACTIONS(2816), - [anon_sym_GT_GT_GT] = ACTIONS(2816), - [anon_sym_AMP_CARET] = ACTIONS(2816), - [anon_sym_AMP_AMP] = ACTIONS(2816), - [anon_sym_PIPE_PIPE] = ACTIONS(2816), - [anon_sym_or] = ACTIONS(2816), - [sym_none] = ACTIONS(2816), - [sym_true] = ACTIONS(2816), - [sym_false] = ACTIONS(2816), - [sym_nil] = ACTIONS(2816), - [anon_sym_QMARK_DOT] = ACTIONS(2816), - [anon_sym_POUND_LBRACK] = ACTIONS(2816), - [anon_sym_if] = ACTIONS(2816), - [anon_sym_DOLLARif] = ACTIONS(2816), - [anon_sym_is] = ACTIONS(2816), - [anon_sym_BANGis] = ACTIONS(2816), - [anon_sym_in] = ACTIONS(2816), - [anon_sym_BANGin] = ACTIONS(2816), - [anon_sym_match] = ACTIONS(2816), - [anon_sym_select] = ACTIONS(2816), - [anon_sym_STAR_EQ] = ACTIONS(2816), - [anon_sym_SLASH_EQ] = ACTIONS(2816), - [anon_sym_PERCENT_EQ] = ACTIONS(2816), - [anon_sym_LT_LT_EQ] = ACTIONS(2816), - [anon_sym_GT_GT_EQ] = ACTIONS(2816), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2816), - [anon_sym_AMP_EQ] = ACTIONS(2816), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2816), - [anon_sym_PLUS_EQ] = ACTIONS(2816), - [anon_sym_DASH_EQ] = ACTIONS(2816), - [anon_sym_PIPE_EQ] = ACTIONS(2816), - [anon_sym_CARET_EQ] = ACTIONS(2816), - [anon_sym_COLON_EQ] = ACTIONS(2816), - [anon_sym_lock] = ACTIONS(2816), - [anon_sym_rlock] = ACTIONS(2816), - [anon_sym_unsafe] = ACTIONS(2816), - [anon_sym_sql] = ACTIONS(2816), - [sym_int_literal] = ACTIONS(2816), - [sym_float_literal] = ACTIONS(2816), - [sym_rune_literal] = ACTIONS(2816), - [anon_sym_AT] = ACTIONS(2816), - [anon_sym_shared] = ACTIONS(2816), - [anon_sym_map_LBRACK] = ACTIONS(2816), - [anon_sym_chan] = ACTIONS(2816), - [anon_sym_thread] = ACTIONS(2816), - [anon_sym_atomic] = ACTIONS(2816), - [anon_sym_assert] = ACTIONS(2816), - [anon_sym_defer] = ACTIONS(2816), - [anon_sym_goto] = ACTIONS(2816), - [anon_sym_break] = ACTIONS(2816), - [anon_sym_continue] = ACTIONS(2816), - [anon_sym_return] = ACTIONS(2816), - [anon_sym_DOLLARfor] = ACTIONS(2816), - [anon_sym_for] = ACTIONS(2816), - [anon_sym_POUND] = ACTIONS(2816), - [anon_sym_asm] = ACTIONS(2816), - [anon_sym_AT_LBRACK] = ACTIONS(2816), - [sym___double_quote] = ACTIONS(2816), - [sym___single_quote] = ACTIONS(2816), - [sym___c_double_quote] = ACTIONS(2816), - [sym___c_single_quote] = ACTIONS(2816), - [sym___r_double_quote] = ACTIONS(2816), - [sym___r_single_quote] = ACTIONS(2816), + [815] = { + [sym__expression] = STATE(2309), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1444), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1446), + [anon_sym_go] = ACTIONS(1448), + [anon_sym_spawn] = ACTIONS(1450), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1438), + [anon_sym_CARET] = ACTIONS(1438), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_LT_DASH] = ACTIONS(1458), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(1468), + [anon_sym_lock] = ACTIONS(1470), + [anon_sym_rlock] = ACTIONS(1470), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, - [856] = { - [ts_builtin_sym_end] = ACTIONS(2818), - [sym_identifier] = ACTIONS(2820), - [anon_sym_LF] = ACTIONS(2820), - [anon_sym_CR] = ACTIONS(2820), - [anon_sym_CR_LF] = ACTIONS(2820), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2820), - [anon_sym_as] = ACTIONS(2820), - [anon_sym_LBRACE] = ACTIONS(2820), - [anon_sym_COMMA] = ACTIONS(2820), - [anon_sym_const] = ACTIONS(2820), - [anon_sym_LPAREN] = ACTIONS(2820), - [anon_sym_EQ] = ACTIONS(2820), - [anon_sym___global] = ACTIONS(2820), - [anon_sym_type] = ACTIONS(2820), - [anon_sym_PIPE] = ACTIONS(2820), - [anon_sym_fn] = ACTIONS(2820), - [anon_sym_PLUS] = ACTIONS(2820), - [anon_sym_DASH] = ACTIONS(2820), - [anon_sym_STAR] = ACTIONS(2820), - [anon_sym_SLASH] = ACTIONS(2820), - [anon_sym_PERCENT] = ACTIONS(2820), - [anon_sym_LT] = ACTIONS(2820), - [anon_sym_GT] = ACTIONS(2820), - [anon_sym_EQ_EQ] = ACTIONS(2820), - [anon_sym_BANG_EQ] = ACTIONS(2820), - [anon_sym_LT_EQ] = ACTIONS(2820), - [anon_sym_GT_EQ] = ACTIONS(2820), - [anon_sym_LBRACK] = ACTIONS(2818), - [anon_sym_struct] = ACTIONS(2820), - [anon_sym_union] = ACTIONS(2820), - [anon_sym_pub] = ACTIONS(2820), - [anon_sym_mut] = ACTIONS(2820), - [anon_sym_enum] = ACTIONS(2820), - [anon_sym_interface] = ACTIONS(2820), - [anon_sym_PLUS_PLUS] = ACTIONS(2820), - [anon_sym_DASH_DASH] = ACTIONS(2820), - [anon_sym_QMARK] = ACTIONS(2820), - [anon_sym_BANG] = ACTIONS(2820), - [anon_sym_go] = ACTIONS(2820), - [anon_sym_spawn] = ACTIONS(2820), - [anon_sym_json_DOTdecode] = ACTIONS(2820), - [anon_sym_LBRACK2] = ACTIONS(2820), - [anon_sym_TILDE] = ACTIONS(2820), - [anon_sym_CARET] = ACTIONS(2820), - [anon_sym_AMP] = ACTIONS(2820), - [anon_sym_LT_DASH] = ACTIONS(2820), - [anon_sym_LT_LT] = ACTIONS(2820), - [anon_sym_GT_GT] = ACTIONS(2820), - [anon_sym_GT_GT_GT] = ACTIONS(2820), - [anon_sym_AMP_CARET] = ACTIONS(2820), - [anon_sym_AMP_AMP] = ACTIONS(2820), - [anon_sym_PIPE_PIPE] = ACTIONS(2820), - [anon_sym_or] = ACTIONS(2820), - [sym_none] = ACTIONS(2820), - [sym_true] = ACTIONS(2820), - [sym_false] = ACTIONS(2820), - [sym_nil] = ACTIONS(2820), - [anon_sym_QMARK_DOT] = ACTIONS(2820), - [anon_sym_POUND_LBRACK] = ACTIONS(2820), - [anon_sym_if] = ACTIONS(2820), - [anon_sym_DOLLARif] = ACTIONS(2820), - [anon_sym_is] = ACTIONS(2820), - [anon_sym_BANGis] = ACTIONS(2820), - [anon_sym_in] = ACTIONS(2820), - [anon_sym_BANGin] = ACTIONS(2820), - [anon_sym_match] = ACTIONS(2820), - [anon_sym_select] = ACTIONS(2820), - [anon_sym_STAR_EQ] = ACTIONS(2820), - [anon_sym_SLASH_EQ] = ACTIONS(2820), - [anon_sym_PERCENT_EQ] = ACTIONS(2820), - [anon_sym_LT_LT_EQ] = ACTIONS(2820), - [anon_sym_GT_GT_EQ] = ACTIONS(2820), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2820), - [anon_sym_AMP_EQ] = ACTIONS(2820), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2820), - [anon_sym_PLUS_EQ] = ACTIONS(2820), - [anon_sym_DASH_EQ] = ACTIONS(2820), - [anon_sym_PIPE_EQ] = ACTIONS(2820), - [anon_sym_CARET_EQ] = ACTIONS(2820), - [anon_sym_COLON_EQ] = ACTIONS(2820), - [anon_sym_lock] = ACTIONS(2820), - [anon_sym_rlock] = ACTIONS(2820), - [anon_sym_unsafe] = ACTIONS(2820), - [anon_sym_sql] = ACTIONS(2820), - [sym_int_literal] = ACTIONS(2820), - [sym_float_literal] = ACTIONS(2820), - [sym_rune_literal] = ACTIONS(2820), - [anon_sym_AT] = ACTIONS(2820), - [anon_sym_shared] = ACTIONS(2820), - [anon_sym_map_LBRACK] = ACTIONS(2820), - [anon_sym_chan] = ACTIONS(2820), - [anon_sym_thread] = ACTIONS(2820), - [anon_sym_atomic] = ACTIONS(2820), - [anon_sym_assert] = ACTIONS(2820), - [anon_sym_defer] = ACTIONS(2820), - [anon_sym_goto] = ACTIONS(2820), - [anon_sym_break] = ACTIONS(2820), - [anon_sym_continue] = ACTIONS(2820), - [anon_sym_return] = ACTIONS(2820), - [anon_sym_DOLLARfor] = ACTIONS(2820), - [anon_sym_for] = ACTIONS(2820), - [anon_sym_POUND] = ACTIONS(2820), - [anon_sym_asm] = ACTIONS(2820), - [anon_sym_AT_LBRACK] = ACTIONS(2820), - [sym___double_quote] = ACTIONS(2820), - [sym___single_quote] = ACTIONS(2820), - [sym___c_double_quote] = ACTIONS(2820), - [sym___c_single_quote] = ACTIONS(2820), - [sym___r_double_quote] = ACTIONS(2820), - [sym___r_single_quote] = ACTIONS(2820), + [816] = { + [sym__expression] = STATE(2511), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [857] = { - [ts_builtin_sym_end] = ACTIONS(2822), - [sym_identifier] = ACTIONS(2824), - [anon_sym_LF] = ACTIONS(2824), - [anon_sym_CR] = ACTIONS(2824), - [anon_sym_CR_LF] = ACTIONS(2824), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2824), - [anon_sym_as] = ACTIONS(2824), - [anon_sym_LBRACE] = ACTIONS(2824), - [anon_sym_COMMA] = ACTIONS(2824), - [anon_sym_const] = ACTIONS(2824), - [anon_sym_LPAREN] = ACTIONS(2824), - [anon_sym_EQ] = ACTIONS(2824), - [anon_sym___global] = ACTIONS(2824), - [anon_sym_type] = ACTIONS(2824), - [anon_sym_PIPE] = ACTIONS(2824), - [anon_sym_fn] = ACTIONS(2824), - [anon_sym_PLUS] = ACTIONS(2824), - [anon_sym_DASH] = ACTIONS(2824), - [anon_sym_STAR] = ACTIONS(2824), - [anon_sym_SLASH] = ACTIONS(2824), - [anon_sym_PERCENT] = ACTIONS(2824), - [anon_sym_LT] = ACTIONS(2824), - [anon_sym_GT] = ACTIONS(2824), - [anon_sym_EQ_EQ] = ACTIONS(2824), - [anon_sym_BANG_EQ] = ACTIONS(2824), - [anon_sym_LT_EQ] = ACTIONS(2824), - [anon_sym_GT_EQ] = ACTIONS(2824), - [anon_sym_LBRACK] = ACTIONS(2822), - [anon_sym_struct] = ACTIONS(2824), - [anon_sym_union] = ACTIONS(2824), - [anon_sym_pub] = ACTIONS(2824), - [anon_sym_mut] = ACTIONS(2824), - [anon_sym_enum] = ACTIONS(2824), - [anon_sym_interface] = ACTIONS(2824), - [anon_sym_PLUS_PLUS] = ACTIONS(2824), - [anon_sym_DASH_DASH] = ACTIONS(2824), - [anon_sym_QMARK] = ACTIONS(2824), - [anon_sym_BANG] = ACTIONS(2824), - [anon_sym_go] = ACTIONS(2824), - [anon_sym_spawn] = ACTIONS(2824), - [anon_sym_json_DOTdecode] = ACTIONS(2824), - [anon_sym_LBRACK2] = ACTIONS(2824), - [anon_sym_TILDE] = ACTIONS(2824), - [anon_sym_CARET] = ACTIONS(2824), - [anon_sym_AMP] = ACTIONS(2824), - [anon_sym_LT_DASH] = ACTIONS(2824), - [anon_sym_LT_LT] = ACTIONS(2824), - [anon_sym_GT_GT] = ACTIONS(2824), - [anon_sym_GT_GT_GT] = ACTIONS(2824), - [anon_sym_AMP_CARET] = ACTIONS(2824), - [anon_sym_AMP_AMP] = ACTIONS(2824), - [anon_sym_PIPE_PIPE] = ACTIONS(2824), - [anon_sym_or] = ACTIONS(2824), - [sym_none] = ACTIONS(2824), - [sym_true] = ACTIONS(2824), - [sym_false] = ACTIONS(2824), - [sym_nil] = ACTIONS(2824), - [anon_sym_QMARK_DOT] = ACTIONS(2824), - [anon_sym_POUND_LBRACK] = ACTIONS(2824), - [anon_sym_if] = ACTIONS(2824), - [anon_sym_DOLLARif] = ACTIONS(2824), - [anon_sym_is] = ACTIONS(2824), - [anon_sym_BANGis] = ACTIONS(2824), - [anon_sym_in] = ACTIONS(2824), - [anon_sym_BANGin] = ACTIONS(2824), - [anon_sym_match] = ACTIONS(2824), - [anon_sym_select] = ACTIONS(2824), - [anon_sym_STAR_EQ] = ACTIONS(2824), - [anon_sym_SLASH_EQ] = ACTIONS(2824), - [anon_sym_PERCENT_EQ] = ACTIONS(2824), - [anon_sym_LT_LT_EQ] = ACTIONS(2824), - [anon_sym_GT_GT_EQ] = ACTIONS(2824), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2824), - [anon_sym_AMP_EQ] = ACTIONS(2824), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2824), - [anon_sym_PLUS_EQ] = ACTIONS(2824), - [anon_sym_DASH_EQ] = ACTIONS(2824), - [anon_sym_PIPE_EQ] = ACTIONS(2824), - [anon_sym_CARET_EQ] = ACTIONS(2824), - [anon_sym_COLON_EQ] = ACTIONS(2824), - [anon_sym_lock] = ACTIONS(2824), - [anon_sym_rlock] = ACTIONS(2824), - [anon_sym_unsafe] = ACTIONS(2824), - [anon_sym_sql] = ACTIONS(2824), - [sym_int_literal] = ACTIONS(2824), - [sym_float_literal] = ACTIONS(2824), - [sym_rune_literal] = ACTIONS(2824), - [anon_sym_AT] = ACTIONS(2824), - [anon_sym_shared] = ACTIONS(2824), - [anon_sym_map_LBRACK] = ACTIONS(2824), - [anon_sym_chan] = ACTIONS(2824), - [anon_sym_thread] = ACTIONS(2824), - [anon_sym_atomic] = ACTIONS(2824), - [anon_sym_assert] = ACTIONS(2824), - [anon_sym_defer] = ACTIONS(2824), - [anon_sym_goto] = ACTIONS(2824), - [anon_sym_break] = ACTIONS(2824), - [anon_sym_continue] = ACTIONS(2824), - [anon_sym_return] = ACTIONS(2824), - [anon_sym_DOLLARfor] = ACTIONS(2824), - [anon_sym_for] = ACTIONS(2824), - [anon_sym_POUND] = ACTIONS(2824), - [anon_sym_asm] = ACTIONS(2824), - [anon_sym_AT_LBRACK] = ACTIONS(2824), - [sym___double_quote] = ACTIONS(2824), - [sym___single_quote] = ACTIONS(2824), - [sym___c_double_quote] = ACTIONS(2824), - [sym___c_single_quote] = ACTIONS(2824), - [sym___r_double_quote] = ACTIONS(2824), - [sym___r_single_quote] = ACTIONS(2824), + [817] = { + [sym__expression] = STATE(2821), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3681), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2166), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2168), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2174), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [858] = { - [ts_builtin_sym_end] = ACTIONS(2826), - [sym_identifier] = ACTIONS(2828), - [anon_sym_LF] = ACTIONS(2828), - [anon_sym_CR] = ACTIONS(2828), - [anon_sym_CR_LF] = ACTIONS(2828), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2828), - [anon_sym_as] = ACTIONS(2828), - [anon_sym_LBRACE] = ACTIONS(2828), - [anon_sym_COMMA] = ACTIONS(2828), - [anon_sym_const] = ACTIONS(2828), - [anon_sym_LPAREN] = ACTIONS(2828), - [anon_sym_EQ] = ACTIONS(2828), - [anon_sym___global] = ACTIONS(2828), - [anon_sym_type] = ACTIONS(2828), - [anon_sym_PIPE] = ACTIONS(2828), - [anon_sym_fn] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(2828), - [anon_sym_SLASH] = ACTIONS(2828), - [anon_sym_PERCENT] = ACTIONS(2828), - [anon_sym_LT] = ACTIONS(2828), - [anon_sym_GT] = ACTIONS(2828), - [anon_sym_EQ_EQ] = ACTIONS(2828), - [anon_sym_BANG_EQ] = ACTIONS(2828), - [anon_sym_LT_EQ] = ACTIONS(2828), - [anon_sym_GT_EQ] = ACTIONS(2828), - [anon_sym_LBRACK] = ACTIONS(2826), - [anon_sym_struct] = ACTIONS(2828), - [anon_sym_union] = ACTIONS(2828), - [anon_sym_pub] = ACTIONS(2828), - [anon_sym_mut] = ACTIONS(2828), - [anon_sym_enum] = ACTIONS(2828), - [anon_sym_interface] = ACTIONS(2828), - [anon_sym_PLUS_PLUS] = ACTIONS(2828), - [anon_sym_DASH_DASH] = ACTIONS(2828), - [anon_sym_QMARK] = ACTIONS(2828), - [anon_sym_BANG] = ACTIONS(2828), - [anon_sym_go] = ACTIONS(2828), - [anon_sym_spawn] = ACTIONS(2828), - [anon_sym_json_DOTdecode] = ACTIONS(2828), - [anon_sym_LBRACK2] = ACTIONS(2828), - [anon_sym_TILDE] = ACTIONS(2828), - [anon_sym_CARET] = ACTIONS(2828), - [anon_sym_AMP] = ACTIONS(2828), - [anon_sym_LT_DASH] = ACTIONS(2828), - [anon_sym_LT_LT] = ACTIONS(2828), - [anon_sym_GT_GT] = ACTIONS(2828), - [anon_sym_GT_GT_GT] = ACTIONS(2828), - [anon_sym_AMP_CARET] = ACTIONS(2828), - [anon_sym_AMP_AMP] = ACTIONS(2828), - [anon_sym_PIPE_PIPE] = ACTIONS(2828), - [anon_sym_or] = ACTIONS(2828), - [sym_none] = ACTIONS(2828), - [sym_true] = ACTIONS(2828), - [sym_false] = ACTIONS(2828), - [sym_nil] = ACTIONS(2828), - [anon_sym_QMARK_DOT] = ACTIONS(2828), - [anon_sym_POUND_LBRACK] = ACTIONS(2828), - [anon_sym_if] = ACTIONS(2828), - [anon_sym_DOLLARif] = ACTIONS(2828), - [anon_sym_is] = ACTIONS(2828), - [anon_sym_BANGis] = ACTIONS(2828), - [anon_sym_in] = ACTIONS(2828), - [anon_sym_BANGin] = ACTIONS(2828), - [anon_sym_match] = ACTIONS(2828), - [anon_sym_select] = ACTIONS(2828), - [anon_sym_STAR_EQ] = ACTIONS(2828), - [anon_sym_SLASH_EQ] = ACTIONS(2828), - [anon_sym_PERCENT_EQ] = ACTIONS(2828), - [anon_sym_LT_LT_EQ] = ACTIONS(2828), - [anon_sym_GT_GT_EQ] = ACTIONS(2828), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2828), - [anon_sym_AMP_EQ] = ACTIONS(2828), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2828), - [anon_sym_PLUS_EQ] = ACTIONS(2828), - [anon_sym_DASH_EQ] = ACTIONS(2828), - [anon_sym_PIPE_EQ] = ACTIONS(2828), - [anon_sym_CARET_EQ] = ACTIONS(2828), - [anon_sym_COLON_EQ] = ACTIONS(2828), - [anon_sym_lock] = ACTIONS(2828), - [anon_sym_rlock] = ACTIONS(2828), - [anon_sym_unsafe] = ACTIONS(2828), - [anon_sym_sql] = ACTIONS(2828), - [sym_int_literal] = ACTIONS(2828), - [sym_float_literal] = ACTIONS(2828), - [sym_rune_literal] = ACTIONS(2828), - [anon_sym_AT] = ACTIONS(2828), - [anon_sym_shared] = ACTIONS(2828), - [anon_sym_map_LBRACK] = ACTIONS(2828), - [anon_sym_chan] = ACTIONS(2828), - [anon_sym_thread] = ACTIONS(2828), - [anon_sym_atomic] = ACTIONS(2828), - [anon_sym_assert] = ACTIONS(2828), - [anon_sym_defer] = ACTIONS(2828), - [anon_sym_goto] = ACTIONS(2828), - [anon_sym_break] = ACTIONS(2828), - [anon_sym_continue] = ACTIONS(2828), - [anon_sym_return] = ACTIONS(2828), - [anon_sym_DOLLARfor] = ACTIONS(2828), - [anon_sym_for] = ACTIONS(2828), - [anon_sym_POUND] = ACTIONS(2828), - [anon_sym_asm] = ACTIONS(2828), - [anon_sym_AT_LBRACK] = ACTIONS(2828), - [sym___double_quote] = ACTIONS(2828), - [sym___single_quote] = ACTIONS(2828), - [sym___c_double_quote] = ACTIONS(2828), - [sym___c_single_quote] = ACTIONS(2828), - [sym___r_double_quote] = ACTIONS(2828), - [sym___r_single_quote] = ACTIONS(2828), + [818] = { + [sym__expression] = STATE(2303), + [sym__expression_without_blocks] = STATE(2507), + [sym__expression_with_blocks] = STATE(2507), + [sym_inc_expression] = STATE(2507), + [sym_dec_expression] = STATE(2507), + [sym_or_block_expression] = STATE(2507), + [sym_option_propagation_expression] = STATE(2507), + [sym_result_propagation_expression] = STATE(2507), + [sym_anon_struct_value_expression] = STATE(2506), + [sym_go_expression] = STATE(2507), + [sym_spawn_expression] = STATE(2507), + [sym_parenthesized_expression] = STATE(2507), + [sym_call_expression] = STATE(2507), + [sym_type_initializer] = STATE(2506), + [sym_function_literal] = STATE(2507), + [sym_reference_expression] = STATE(2547), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2507), + [sym_receive_expression] = STATE(2507), + [sym_binary_expression] = STATE(2507), + [sym_as_type_cast_expression] = STATE(2507), + [sym__max_group] = STATE(2507), + [sym_literal] = STATE(2507), + [sym_map_init_expression] = STATE(2506), + [sym_array_creation] = STATE(2507), + [sym_fixed_array_creation] = STATE(2507), + [sym_selector_expression] = STATE(2507), + [sym_index_expression] = STATE(2507), + [sym_slice_expression] = STATE(2507), + [sym_if_expression] = STATE(2506), + [sym_compile_time_if_expression] = STATE(2506), + [sym_is_expression] = STATE(2507), + [sym_not_is_expression] = STATE(2507), + [sym_in_expression] = STATE(2507), + [sym_not_in_expression] = STATE(2507), + [sym_enum_fetch] = STATE(2507), + [sym_match_expression] = STATE(2506), + [sym_select_expression] = STATE(2506), + [sym_lock_expression] = STATE(2506), + [sym_unsafe_expression] = STATE(2506), + [sym_sql_expression] = STATE(2506), + [sym_c_string_literal] = STATE(2514), + [sym_raw_string_literal] = STATE(2514), + [sym_interpreted_string_literal] = STATE(2514), + [sym_pseudo_compile_time_identifier] = STATE(2507), + [sym_mutability_modifiers] = STATE(762), + [sym_plain_type] = STATE(4261), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1426), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1428), + [anon_sym_LBRACE] = ACTIONS(1430), + [anon_sym_LPAREN] = ACTIONS(1432), + [anon_sym_fn] = ACTIONS(1436), + [anon_sym_PLUS] = ACTIONS(1438), + [anon_sym_DASH] = ACTIONS(1438), + [anon_sym_STAR] = ACTIONS(1440), + [anon_sym_struct] = ACTIONS(1444), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1446), + [anon_sym_go] = ACTIONS(1448), + [anon_sym_spawn] = ACTIONS(1450), + [anon_sym_json_DOTdecode] = ACTIONS(1452), + [anon_sym_LBRACK2] = ACTIONS(1454), + [anon_sym_TILDE] = ACTIONS(1438), + [anon_sym_CARET] = ACTIONS(1438), + [anon_sym_AMP] = ACTIONS(1456), + [anon_sym_LT_DASH] = ACTIONS(1458), + [sym_none] = ACTIONS(1460), + [sym_true] = ACTIONS(1460), + [sym_false] = ACTIONS(1460), + [sym_nil] = ACTIONS(1460), + [anon_sym_if] = ACTIONS(1462), + [anon_sym_DOLLARif] = ACTIONS(1464), + [anon_sym_match] = ACTIONS(1466), + [anon_sym_select] = ACTIONS(1468), + [anon_sym_lock] = ACTIONS(1470), + [anon_sym_rlock] = ACTIONS(1470), + [anon_sym_unsafe] = ACTIONS(1472), + [anon_sym_sql] = ACTIONS(1474), + [sym_int_literal] = ACTIONS(1460), + [sym_float_literal] = ACTIONS(1476), + [sym_rune_literal] = ACTIONS(1476), + [anon_sym_AT] = ACTIONS(1478), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1480), + [sym___single_quote] = ACTIONS(1482), + [sym___c_double_quote] = ACTIONS(1484), + [sym___c_single_quote] = ACTIONS(1486), + [sym___r_double_quote] = ACTIONS(1488), + [sym___r_single_quote] = ACTIONS(1490), }, - [859] = { - [ts_builtin_sym_end] = ACTIONS(2830), - [sym_identifier] = ACTIONS(2832), - [anon_sym_LF] = ACTIONS(2832), - [anon_sym_CR] = ACTIONS(2832), - [anon_sym_CR_LF] = ACTIONS(2832), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2832), - [anon_sym_as] = ACTIONS(2832), - [anon_sym_LBRACE] = ACTIONS(2832), - [anon_sym_COMMA] = ACTIONS(2832), - [anon_sym_const] = ACTIONS(2832), - [anon_sym_LPAREN] = ACTIONS(2832), - [anon_sym_EQ] = ACTIONS(2832), - [anon_sym___global] = ACTIONS(2832), - [anon_sym_type] = ACTIONS(2832), - [anon_sym_PIPE] = ACTIONS(2832), - [anon_sym_fn] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(2832), - [anon_sym_SLASH] = ACTIONS(2832), - [anon_sym_PERCENT] = ACTIONS(2832), - [anon_sym_LT] = ACTIONS(2832), - [anon_sym_GT] = ACTIONS(2832), - [anon_sym_EQ_EQ] = ACTIONS(2832), - [anon_sym_BANG_EQ] = ACTIONS(2832), - [anon_sym_LT_EQ] = ACTIONS(2832), - [anon_sym_GT_EQ] = ACTIONS(2832), - [anon_sym_LBRACK] = ACTIONS(2830), - [anon_sym_struct] = ACTIONS(2832), - [anon_sym_union] = ACTIONS(2832), - [anon_sym_pub] = ACTIONS(2832), - [anon_sym_mut] = ACTIONS(2832), - [anon_sym_enum] = ACTIONS(2832), - [anon_sym_interface] = ACTIONS(2832), - [anon_sym_PLUS_PLUS] = ACTIONS(2832), - [anon_sym_DASH_DASH] = ACTIONS(2832), - [anon_sym_QMARK] = ACTIONS(2832), - [anon_sym_BANG] = ACTIONS(2832), - [anon_sym_go] = ACTIONS(2832), - [anon_sym_spawn] = ACTIONS(2832), - [anon_sym_json_DOTdecode] = ACTIONS(2832), - [anon_sym_LBRACK2] = ACTIONS(2832), - [anon_sym_TILDE] = ACTIONS(2832), - [anon_sym_CARET] = ACTIONS(2832), - [anon_sym_AMP] = ACTIONS(2832), - [anon_sym_LT_DASH] = ACTIONS(2832), - [anon_sym_LT_LT] = ACTIONS(2832), - [anon_sym_GT_GT] = ACTIONS(2832), - [anon_sym_GT_GT_GT] = ACTIONS(2832), - [anon_sym_AMP_CARET] = ACTIONS(2832), - [anon_sym_AMP_AMP] = ACTIONS(2832), - [anon_sym_PIPE_PIPE] = ACTIONS(2832), - [anon_sym_or] = ACTIONS(2832), - [sym_none] = ACTIONS(2832), - [sym_true] = ACTIONS(2832), - [sym_false] = ACTIONS(2832), - [sym_nil] = ACTIONS(2832), - [anon_sym_QMARK_DOT] = ACTIONS(2832), - [anon_sym_POUND_LBRACK] = ACTIONS(2832), - [anon_sym_if] = ACTIONS(2832), - [anon_sym_DOLLARif] = ACTIONS(2832), - [anon_sym_is] = ACTIONS(2832), - [anon_sym_BANGis] = ACTIONS(2832), - [anon_sym_in] = ACTIONS(2832), - [anon_sym_BANGin] = ACTIONS(2832), - [anon_sym_match] = ACTIONS(2832), - [anon_sym_select] = ACTIONS(2832), - [anon_sym_STAR_EQ] = ACTIONS(2832), - [anon_sym_SLASH_EQ] = ACTIONS(2832), - [anon_sym_PERCENT_EQ] = ACTIONS(2832), - [anon_sym_LT_LT_EQ] = ACTIONS(2832), - [anon_sym_GT_GT_EQ] = ACTIONS(2832), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2832), - [anon_sym_AMP_EQ] = ACTIONS(2832), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2832), - [anon_sym_PLUS_EQ] = ACTIONS(2832), - [anon_sym_DASH_EQ] = ACTIONS(2832), - [anon_sym_PIPE_EQ] = ACTIONS(2832), - [anon_sym_CARET_EQ] = ACTIONS(2832), - [anon_sym_COLON_EQ] = ACTIONS(2832), - [anon_sym_lock] = ACTIONS(2832), - [anon_sym_rlock] = ACTIONS(2832), - [anon_sym_unsafe] = ACTIONS(2832), - [anon_sym_sql] = ACTIONS(2832), - [sym_int_literal] = ACTIONS(2832), - [sym_float_literal] = ACTIONS(2832), - [sym_rune_literal] = ACTIONS(2832), - [anon_sym_AT] = ACTIONS(2832), - [anon_sym_shared] = ACTIONS(2832), - [anon_sym_map_LBRACK] = ACTIONS(2832), - [anon_sym_chan] = ACTIONS(2832), - [anon_sym_thread] = ACTIONS(2832), - [anon_sym_atomic] = ACTIONS(2832), - [anon_sym_assert] = ACTIONS(2832), - [anon_sym_defer] = ACTIONS(2832), - [anon_sym_goto] = ACTIONS(2832), - [anon_sym_break] = ACTIONS(2832), - [anon_sym_continue] = ACTIONS(2832), - [anon_sym_return] = ACTIONS(2832), - [anon_sym_DOLLARfor] = ACTIONS(2832), - [anon_sym_for] = ACTIONS(2832), - [anon_sym_POUND] = ACTIONS(2832), - [anon_sym_asm] = ACTIONS(2832), - [anon_sym_AT_LBRACK] = ACTIONS(2832), - [sym___double_quote] = ACTIONS(2832), - [sym___single_quote] = ACTIONS(2832), - [sym___c_double_quote] = ACTIONS(2832), - [sym___c_single_quote] = ACTIONS(2832), - [sym___r_double_quote] = ACTIONS(2832), - [sym___r_single_quote] = ACTIONS(2832), + [819] = { + [sym__expression] = STATE(1647), + [sym__expression_without_blocks] = STATE(1807), + [sym__expression_with_blocks] = STATE(1807), + [sym_inc_expression] = STATE(1807), + [sym_dec_expression] = STATE(1807), + [sym_or_block_expression] = STATE(1807), + [sym_option_propagation_expression] = STATE(1807), + [sym_result_propagation_expression] = STATE(1807), + [sym_anon_struct_value_expression] = STATE(1862), + [sym_go_expression] = STATE(1807), + [sym_spawn_expression] = STATE(1807), + [sym_parenthesized_expression] = STATE(1807), + [sym_call_expression] = STATE(1807), + [sym_type_initializer] = STATE(1862), + [sym_function_literal] = STATE(1807), + [sym_reference_expression] = STATE(1899), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1807), + [sym_receive_expression] = STATE(1807), + [sym_binary_expression] = STATE(1807), + [sym_as_type_cast_expression] = STATE(1807), + [sym__max_group] = STATE(1807), + [sym_literal] = STATE(1807), + [sym_map_init_expression] = STATE(1862), + [sym_array_creation] = STATE(1807), + [sym_fixed_array_creation] = STATE(1807), + [sym_selector_expression] = STATE(1807), + [sym_index_expression] = STATE(1807), + [sym_slice_expression] = STATE(1807), + [sym_if_expression] = STATE(1862), + [sym_compile_time_if_expression] = STATE(1862), + [sym_is_expression] = STATE(1807), + [sym_not_is_expression] = STATE(1807), + [sym_in_expression] = STATE(1807), + [sym_not_in_expression] = STATE(1807), + [sym_enum_fetch] = STATE(1807), + [sym_match_expression] = STATE(1862), + [sym_select_expression] = STATE(1862), + [sym_lock_expression] = STATE(1862), + [sym_unsafe_expression] = STATE(1862), + [sym_sql_expression] = STATE(1862), + [sym_c_string_literal] = STATE(1809), + [sym_raw_string_literal] = STATE(1809), + [sym_interpreted_string_literal] = STATE(1809), + [sym_pseudo_compile_time_identifier] = STATE(1807), + [sym_mutability_modifiers] = STATE(613), + [sym_plain_type] = STATE(4411), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2526), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2528), + [anon_sym_LBRACE] = ACTIONS(2530), + [anon_sym_LPAREN] = ACTIONS(2532), + [anon_sym_fn] = ACTIONS(2534), + [anon_sym_PLUS] = ACTIONS(2536), + [anon_sym_DASH] = ACTIONS(2536), + [anon_sym_STAR] = ACTIONS(2538), + [anon_sym_struct] = ACTIONS(2540), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2542), + [anon_sym_go] = ACTIONS(2544), + [anon_sym_spawn] = ACTIONS(2546), + [anon_sym_json_DOTdecode] = ACTIONS(2548), + [anon_sym_LBRACK2] = ACTIONS(2550), + [anon_sym_TILDE] = ACTIONS(2536), + [anon_sym_CARET] = ACTIONS(2536), + [anon_sym_AMP] = ACTIONS(2552), + [anon_sym_LT_DASH] = ACTIONS(2554), + [sym_none] = ACTIONS(2556), + [sym_true] = ACTIONS(2556), + [sym_false] = ACTIONS(2556), + [sym_nil] = ACTIONS(2556), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_DOLLARif] = ACTIONS(2560), + [anon_sym_match] = ACTIONS(2562), + [anon_sym_select] = ACTIONS(2564), + [anon_sym_lock] = ACTIONS(2566), + [anon_sym_rlock] = ACTIONS(2566), + [anon_sym_unsafe] = ACTIONS(2568), + [anon_sym_sql] = ACTIONS(2570), + [sym_int_literal] = ACTIONS(2556), + [sym_float_literal] = ACTIONS(2572), + [sym_rune_literal] = ACTIONS(2572), + [anon_sym_AT] = ACTIONS(2574), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2576), + [sym___single_quote] = ACTIONS(2578), + [sym___c_double_quote] = ACTIONS(2580), + [sym___c_single_quote] = ACTIONS(2582), + [sym___r_double_quote] = ACTIONS(2584), + [sym___r_single_quote] = ACTIONS(2586), }, - [860] = { - [ts_builtin_sym_end] = ACTIONS(2834), - [sym_identifier] = ACTIONS(2836), - [anon_sym_LF] = ACTIONS(2836), - [anon_sym_CR] = ACTIONS(2836), - [anon_sym_CR_LF] = ACTIONS(2836), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2836), - [anon_sym_as] = ACTIONS(2836), - [anon_sym_LBRACE] = ACTIONS(2836), - [anon_sym_COMMA] = ACTIONS(2836), - [anon_sym_const] = ACTIONS(2836), - [anon_sym_LPAREN] = ACTIONS(2836), - [anon_sym_EQ] = ACTIONS(2836), - [anon_sym___global] = ACTIONS(2836), - [anon_sym_type] = ACTIONS(2836), - [anon_sym_PIPE] = ACTIONS(2836), - [anon_sym_fn] = ACTIONS(2836), - [anon_sym_PLUS] = ACTIONS(2836), - [anon_sym_DASH] = ACTIONS(2836), - [anon_sym_STAR] = ACTIONS(2836), - [anon_sym_SLASH] = ACTIONS(2836), - [anon_sym_PERCENT] = ACTIONS(2836), - [anon_sym_LT] = ACTIONS(2836), - [anon_sym_GT] = ACTIONS(2836), - [anon_sym_EQ_EQ] = ACTIONS(2836), - [anon_sym_BANG_EQ] = ACTIONS(2836), - [anon_sym_LT_EQ] = ACTIONS(2836), - [anon_sym_GT_EQ] = ACTIONS(2836), - [anon_sym_LBRACK] = ACTIONS(2834), - [anon_sym_struct] = ACTIONS(2836), - [anon_sym_union] = ACTIONS(2836), - [anon_sym_pub] = ACTIONS(2836), - [anon_sym_mut] = ACTIONS(2836), - [anon_sym_enum] = ACTIONS(2836), - [anon_sym_interface] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_QMARK] = ACTIONS(2836), - [anon_sym_BANG] = ACTIONS(2836), - [anon_sym_go] = ACTIONS(2836), - [anon_sym_spawn] = ACTIONS(2836), - [anon_sym_json_DOTdecode] = ACTIONS(2836), - [anon_sym_LBRACK2] = ACTIONS(2836), - [anon_sym_TILDE] = ACTIONS(2836), - [anon_sym_CARET] = ACTIONS(2836), - [anon_sym_AMP] = ACTIONS(2836), - [anon_sym_LT_DASH] = ACTIONS(2836), - [anon_sym_LT_LT] = ACTIONS(2836), - [anon_sym_GT_GT] = ACTIONS(2836), - [anon_sym_GT_GT_GT] = ACTIONS(2836), - [anon_sym_AMP_CARET] = ACTIONS(2836), - [anon_sym_AMP_AMP] = ACTIONS(2836), - [anon_sym_PIPE_PIPE] = ACTIONS(2836), - [anon_sym_or] = ACTIONS(2836), - [sym_none] = ACTIONS(2836), - [sym_true] = ACTIONS(2836), - [sym_false] = ACTIONS(2836), - [sym_nil] = ACTIONS(2836), - [anon_sym_QMARK_DOT] = ACTIONS(2836), - [anon_sym_POUND_LBRACK] = ACTIONS(2836), - [anon_sym_if] = ACTIONS(2836), - [anon_sym_DOLLARif] = ACTIONS(2836), - [anon_sym_is] = ACTIONS(2836), - [anon_sym_BANGis] = ACTIONS(2836), - [anon_sym_in] = ACTIONS(2836), - [anon_sym_BANGin] = ACTIONS(2836), - [anon_sym_match] = ACTIONS(2836), - [anon_sym_select] = ACTIONS(2836), - [anon_sym_STAR_EQ] = ACTIONS(2836), - [anon_sym_SLASH_EQ] = ACTIONS(2836), - [anon_sym_PERCENT_EQ] = ACTIONS(2836), - [anon_sym_LT_LT_EQ] = ACTIONS(2836), - [anon_sym_GT_GT_EQ] = ACTIONS(2836), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2836), - [anon_sym_AMP_EQ] = ACTIONS(2836), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2836), - [anon_sym_PLUS_EQ] = ACTIONS(2836), - [anon_sym_DASH_EQ] = ACTIONS(2836), - [anon_sym_PIPE_EQ] = ACTIONS(2836), - [anon_sym_CARET_EQ] = ACTIONS(2836), - [anon_sym_COLON_EQ] = ACTIONS(2836), - [anon_sym_lock] = ACTIONS(2836), - [anon_sym_rlock] = ACTIONS(2836), - [anon_sym_unsafe] = ACTIONS(2836), - [anon_sym_sql] = ACTIONS(2836), - [sym_int_literal] = ACTIONS(2836), - [sym_float_literal] = ACTIONS(2836), - [sym_rune_literal] = ACTIONS(2836), - [anon_sym_AT] = ACTIONS(2836), - [anon_sym_shared] = ACTIONS(2836), - [anon_sym_map_LBRACK] = ACTIONS(2836), - [anon_sym_chan] = ACTIONS(2836), - [anon_sym_thread] = ACTIONS(2836), - [anon_sym_atomic] = ACTIONS(2836), - [anon_sym_assert] = ACTIONS(2836), - [anon_sym_defer] = ACTIONS(2836), - [anon_sym_goto] = ACTIONS(2836), - [anon_sym_break] = ACTIONS(2836), - [anon_sym_continue] = ACTIONS(2836), - [anon_sym_return] = ACTIONS(2836), - [anon_sym_DOLLARfor] = ACTIONS(2836), - [anon_sym_for] = ACTIONS(2836), - [anon_sym_POUND] = ACTIONS(2836), - [anon_sym_asm] = ACTIONS(2836), - [anon_sym_AT_LBRACK] = ACTIONS(2836), - [sym___double_quote] = ACTIONS(2836), - [sym___single_quote] = ACTIONS(2836), - [sym___c_double_quote] = ACTIONS(2836), - [sym___c_single_quote] = ACTIONS(2836), - [sym___r_double_quote] = ACTIONS(2836), - [sym___r_single_quote] = ACTIONS(2836), + [820] = { + [sym__expression] = STATE(2654), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [861] = { - [ts_builtin_sym_end] = ACTIONS(2838), - [sym_identifier] = ACTIONS(2840), - [anon_sym_LF] = ACTIONS(2840), - [anon_sym_CR] = ACTIONS(2840), - [anon_sym_CR_LF] = ACTIONS(2840), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2840), - [anon_sym_as] = ACTIONS(2840), - [anon_sym_LBRACE] = ACTIONS(2840), - [anon_sym_COMMA] = ACTIONS(2840), - [anon_sym_const] = ACTIONS(2840), - [anon_sym_LPAREN] = ACTIONS(2840), - [anon_sym_EQ] = ACTIONS(2840), - [anon_sym___global] = ACTIONS(2840), - [anon_sym_type] = ACTIONS(2840), - [anon_sym_PIPE] = ACTIONS(2840), - [anon_sym_fn] = ACTIONS(2840), - [anon_sym_PLUS] = ACTIONS(2840), - [anon_sym_DASH] = ACTIONS(2840), - [anon_sym_STAR] = ACTIONS(2840), - [anon_sym_SLASH] = ACTIONS(2840), - [anon_sym_PERCENT] = ACTIONS(2840), - [anon_sym_LT] = ACTIONS(2840), - [anon_sym_GT] = ACTIONS(2840), - [anon_sym_EQ_EQ] = ACTIONS(2840), - [anon_sym_BANG_EQ] = ACTIONS(2840), - [anon_sym_LT_EQ] = ACTIONS(2840), - [anon_sym_GT_EQ] = ACTIONS(2840), - [anon_sym_LBRACK] = ACTIONS(2838), - [anon_sym_struct] = ACTIONS(2840), - [anon_sym_union] = ACTIONS(2840), - [anon_sym_pub] = ACTIONS(2840), - [anon_sym_mut] = ACTIONS(2840), - [anon_sym_enum] = ACTIONS(2840), - [anon_sym_interface] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_QMARK] = ACTIONS(2840), - [anon_sym_BANG] = ACTIONS(2840), - [anon_sym_go] = ACTIONS(2840), - [anon_sym_spawn] = ACTIONS(2840), - [anon_sym_json_DOTdecode] = ACTIONS(2840), - [anon_sym_LBRACK2] = ACTIONS(2840), - [anon_sym_TILDE] = ACTIONS(2840), - [anon_sym_CARET] = ACTIONS(2840), - [anon_sym_AMP] = ACTIONS(2840), - [anon_sym_LT_DASH] = ACTIONS(2840), - [anon_sym_LT_LT] = ACTIONS(2840), - [anon_sym_GT_GT] = ACTIONS(2840), - [anon_sym_GT_GT_GT] = ACTIONS(2840), - [anon_sym_AMP_CARET] = ACTIONS(2840), - [anon_sym_AMP_AMP] = ACTIONS(2840), - [anon_sym_PIPE_PIPE] = ACTIONS(2840), - [anon_sym_or] = ACTIONS(2840), - [sym_none] = ACTIONS(2840), - [sym_true] = ACTIONS(2840), - [sym_false] = ACTIONS(2840), - [sym_nil] = ACTIONS(2840), - [anon_sym_QMARK_DOT] = ACTIONS(2840), - [anon_sym_POUND_LBRACK] = ACTIONS(2840), - [anon_sym_if] = ACTIONS(2840), - [anon_sym_DOLLARif] = ACTIONS(2840), - [anon_sym_is] = ACTIONS(2840), - [anon_sym_BANGis] = ACTIONS(2840), - [anon_sym_in] = ACTIONS(2840), - [anon_sym_BANGin] = ACTIONS(2840), - [anon_sym_match] = ACTIONS(2840), - [anon_sym_select] = ACTIONS(2840), - [anon_sym_STAR_EQ] = ACTIONS(2840), - [anon_sym_SLASH_EQ] = ACTIONS(2840), - [anon_sym_PERCENT_EQ] = ACTIONS(2840), - [anon_sym_LT_LT_EQ] = ACTIONS(2840), - [anon_sym_GT_GT_EQ] = ACTIONS(2840), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2840), - [anon_sym_AMP_EQ] = ACTIONS(2840), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2840), - [anon_sym_PLUS_EQ] = ACTIONS(2840), - [anon_sym_DASH_EQ] = ACTIONS(2840), - [anon_sym_PIPE_EQ] = ACTIONS(2840), - [anon_sym_CARET_EQ] = ACTIONS(2840), - [anon_sym_COLON_EQ] = ACTIONS(2840), - [anon_sym_lock] = ACTIONS(2840), - [anon_sym_rlock] = ACTIONS(2840), - [anon_sym_unsafe] = ACTIONS(2840), - [anon_sym_sql] = ACTIONS(2840), - [sym_int_literal] = ACTIONS(2840), - [sym_float_literal] = ACTIONS(2840), - [sym_rune_literal] = ACTIONS(2840), - [anon_sym_AT] = ACTIONS(2840), - [anon_sym_shared] = ACTIONS(2840), - [anon_sym_map_LBRACK] = ACTIONS(2840), - [anon_sym_chan] = ACTIONS(2840), - [anon_sym_thread] = ACTIONS(2840), - [anon_sym_atomic] = ACTIONS(2840), - [anon_sym_assert] = ACTIONS(2840), - [anon_sym_defer] = ACTIONS(2840), - [anon_sym_goto] = ACTIONS(2840), - [anon_sym_break] = ACTIONS(2840), - [anon_sym_continue] = ACTIONS(2840), - [anon_sym_return] = ACTIONS(2840), - [anon_sym_DOLLARfor] = ACTIONS(2840), - [anon_sym_for] = ACTIONS(2840), - [anon_sym_POUND] = ACTIONS(2840), - [anon_sym_asm] = ACTIONS(2840), - [anon_sym_AT_LBRACK] = ACTIONS(2840), - [sym___double_quote] = ACTIONS(2840), - [sym___single_quote] = ACTIONS(2840), - [sym___c_double_quote] = ACTIONS(2840), - [sym___c_single_quote] = ACTIONS(2840), - [sym___r_double_quote] = ACTIONS(2840), - [sym___r_single_quote] = ACTIONS(2840), + [821] = { + [sym__expression] = STATE(1649), + [sym__expression_without_blocks] = STATE(1807), + [sym__expression_with_blocks] = STATE(1807), + [sym_inc_expression] = STATE(1807), + [sym_dec_expression] = STATE(1807), + [sym_or_block_expression] = STATE(1807), + [sym_option_propagation_expression] = STATE(1807), + [sym_result_propagation_expression] = STATE(1807), + [sym_anon_struct_value_expression] = STATE(1862), + [sym_go_expression] = STATE(1807), + [sym_spawn_expression] = STATE(1807), + [sym_parenthesized_expression] = STATE(1807), + [sym_call_expression] = STATE(1807), + [sym_type_initializer] = STATE(1862), + [sym_function_literal] = STATE(1807), + [sym_reference_expression] = STATE(1899), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1807), + [sym_receive_expression] = STATE(1807), + [sym_binary_expression] = STATE(1807), + [sym_as_type_cast_expression] = STATE(1807), + [sym__max_group] = STATE(1807), + [sym_literal] = STATE(1807), + [sym_map_init_expression] = STATE(1862), + [sym_array_creation] = STATE(1807), + [sym_fixed_array_creation] = STATE(1807), + [sym_selector_expression] = STATE(1807), + [sym_index_expression] = STATE(1807), + [sym_slice_expression] = STATE(1807), + [sym_if_expression] = STATE(1862), + [sym_compile_time_if_expression] = STATE(1862), + [sym_is_expression] = STATE(1807), + [sym_not_is_expression] = STATE(1807), + [sym_in_expression] = STATE(1807), + [sym_not_in_expression] = STATE(1807), + [sym_enum_fetch] = STATE(1807), + [sym_match_expression] = STATE(1862), + [sym_select_expression] = STATE(1862), + [sym_lock_expression] = STATE(1862), + [sym_unsafe_expression] = STATE(1862), + [sym_sql_expression] = STATE(1862), + [sym_c_string_literal] = STATE(1809), + [sym_raw_string_literal] = STATE(1809), + [sym_interpreted_string_literal] = STATE(1809), + [sym_pseudo_compile_time_identifier] = STATE(1807), + [sym_mutability_modifiers] = STATE(613), + [sym_plain_type] = STATE(4411), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2526), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2528), + [anon_sym_LBRACE] = ACTIONS(2530), + [anon_sym_LPAREN] = ACTIONS(2532), + [anon_sym_fn] = ACTIONS(2534), + [anon_sym_PLUS] = ACTIONS(2536), + [anon_sym_DASH] = ACTIONS(2536), + [anon_sym_STAR] = ACTIONS(2538), + [anon_sym_struct] = ACTIONS(2540), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2542), + [anon_sym_go] = ACTIONS(2544), + [anon_sym_spawn] = ACTIONS(2546), + [anon_sym_json_DOTdecode] = ACTIONS(2548), + [anon_sym_LBRACK2] = ACTIONS(2550), + [anon_sym_TILDE] = ACTIONS(2536), + [anon_sym_CARET] = ACTIONS(2536), + [anon_sym_AMP] = ACTIONS(2552), + [anon_sym_LT_DASH] = ACTIONS(2554), + [sym_none] = ACTIONS(2556), + [sym_true] = ACTIONS(2556), + [sym_false] = ACTIONS(2556), + [sym_nil] = ACTIONS(2556), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_DOLLARif] = ACTIONS(2560), + [anon_sym_match] = ACTIONS(2562), + [anon_sym_select] = ACTIONS(2564), + [anon_sym_lock] = ACTIONS(2566), + [anon_sym_rlock] = ACTIONS(2566), + [anon_sym_unsafe] = ACTIONS(2568), + [anon_sym_sql] = ACTIONS(2570), + [sym_int_literal] = ACTIONS(2556), + [sym_float_literal] = ACTIONS(2572), + [sym_rune_literal] = ACTIONS(2572), + [anon_sym_AT] = ACTIONS(2574), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2576), + [sym___single_quote] = ACTIONS(2578), + [sym___c_double_quote] = ACTIONS(2580), + [sym___c_single_quote] = ACTIONS(2582), + [sym___r_double_quote] = ACTIONS(2584), + [sym___r_single_quote] = ACTIONS(2586), }, - [862] = { - [ts_builtin_sym_end] = ACTIONS(2842), - [sym_identifier] = ACTIONS(2844), - [anon_sym_LF] = ACTIONS(2844), - [anon_sym_CR] = ACTIONS(2844), - [anon_sym_CR_LF] = ACTIONS(2844), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2844), - [anon_sym_as] = ACTIONS(2844), - [anon_sym_LBRACE] = ACTIONS(2844), - [anon_sym_COMMA] = ACTIONS(2844), - [anon_sym_const] = ACTIONS(2844), - [anon_sym_LPAREN] = ACTIONS(2844), - [anon_sym_EQ] = ACTIONS(2844), - [anon_sym___global] = ACTIONS(2844), - [anon_sym_type] = ACTIONS(2844), - [anon_sym_PIPE] = ACTIONS(2844), - [anon_sym_fn] = ACTIONS(2844), - [anon_sym_PLUS] = ACTIONS(2844), - [anon_sym_DASH] = ACTIONS(2844), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_SLASH] = ACTIONS(2844), - [anon_sym_PERCENT] = ACTIONS(2844), - [anon_sym_LT] = ACTIONS(2844), - [anon_sym_GT] = ACTIONS(2844), - [anon_sym_EQ_EQ] = ACTIONS(2844), - [anon_sym_BANG_EQ] = ACTIONS(2844), - [anon_sym_LT_EQ] = ACTIONS(2844), - [anon_sym_GT_EQ] = ACTIONS(2844), - [anon_sym_LBRACK] = ACTIONS(2842), - [anon_sym_struct] = ACTIONS(2844), - [anon_sym_union] = ACTIONS(2844), - [anon_sym_pub] = ACTIONS(2844), - [anon_sym_mut] = ACTIONS(2844), - [anon_sym_enum] = ACTIONS(2844), - [anon_sym_interface] = ACTIONS(2844), - [anon_sym_PLUS_PLUS] = ACTIONS(2844), - [anon_sym_DASH_DASH] = ACTIONS(2844), - [anon_sym_QMARK] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2844), - [anon_sym_go] = ACTIONS(2844), - [anon_sym_spawn] = ACTIONS(2844), - [anon_sym_json_DOTdecode] = ACTIONS(2844), - [anon_sym_LBRACK2] = ACTIONS(2844), - [anon_sym_TILDE] = ACTIONS(2844), - [anon_sym_CARET] = ACTIONS(2844), - [anon_sym_AMP] = ACTIONS(2844), - [anon_sym_LT_DASH] = ACTIONS(2844), - [anon_sym_LT_LT] = ACTIONS(2844), - [anon_sym_GT_GT] = ACTIONS(2844), - [anon_sym_GT_GT_GT] = ACTIONS(2844), - [anon_sym_AMP_CARET] = ACTIONS(2844), - [anon_sym_AMP_AMP] = ACTIONS(2844), - [anon_sym_PIPE_PIPE] = ACTIONS(2844), - [anon_sym_or] = ACTIONS(2844), - [sym_none] = ACTIONS(2844), - [sym_true] = ACTIONS(2844), - [sym_false] = ACTIONS(2844), - [sym_nil] = ACTIONS(2844), - [anon_sym_QMARK_DOT] = ACTIONS(2844), - [anon_sym_POUND_LBRACK] = ACTIONS(2844), - [anon_sym_if] = ACTIONS(2844), - [anon_sym_DOLLARif] = ACTIONS(2844), - [anon_sym_is] = ACTIONS(2844), - [anon_sym_BANGis] = ACTIONS(2844), - [anon_sym_in] = ACTIONS(2844), - [anon_sym_BANGin] = ACTIONS(2844), - [anon_sym_match] = ACTIONS(2844), - [anon_sym_select] = ACTIONS(2844), - [anon_sym_STAR_EQ] = ACTIONS(2844), - [anon_sym_SLASH_EQ] = ACTIONS(2844), - [anon_sym_PERCENT_EQ] = ACTIONS(2844), - [anon_sym_LT_LT_EQ] = ACTIONS(2844), - [anon_sym_GT_GT_EQ] = ACTIONS(2844), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2844), - [anon_sym_AMP_EQ] = ACTIONS(2844), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2844), - [anon_sym_PLUS_EQ] = ACTIONS(2844), - [anon_sym_DASH_EQ] = ACTIONS(2844), - [anon_sym_PIPE_EQ] = ACTIONS(2844), - [anon_sym_CARET_EQ] = ACTIONS(2844), - [anon_sym_COLON_EQ] = ACTIONS(2844), - [anon_sym_lock] = ACTIONS(2844), - [anon_sym_rlock] = ACTIONS(2844), - [anon_sym_unsafe] = ACTIONS(2844), - [anon_sym_sql] = ACTIONS(2844), - [sym_int_literal] = ACTIONS(2844), - [sym_float_literal] = ACTIONS(2844), - [sym_rune_literal] = ACTIONS(2844), - [anon_sym_AT] = ACTIONS(2844), - [anon_sym_shared] = ACTIONS(2844), - [anon_sym_map_LBRACK] = ACTIONS(2844), - [anon_sym_chan] = ACTIONS(2844), - [anon_sym_thread] = ACTIONS(2844), - [anon_sym_atomic] = ACTIONS(2844), - [anon_sym_assert] = ACTIONS(2844), - [anon_sym_defer] = ACTIONS(2844), - [anon_sym_goto] = ACTIONS(2844), - [anon_sym_break] = ACTIONS(2844), - [anon_sym_continue] = ACTIONS(2844), - [anon_sym_return] = ACTIONS(2844), - [anon_sym_DOLLARfor] = ACTIONS(2844), - [anon_sym_for] = ACTIONS(2844), - [anon_sym_POUND] = ACTIONS(2844), - [anon_sym_asm] = ACTIONS(2844), - [anon_sym_AT_LBRACK] = ACTIONS(2844), - [sym___double_quote] = ACTIONS(2844), - [sym___single_quote] = ACTIONS(2844), - [sym___c_double_quote] = ACTIONS(2844), - [sym___c_single_quote] = ACTIONS(2844), - [sym___r_double_quote] = ACTIONS(2844), - [sym___r_single_quote] = ACTIONS(2844), + [822] = { + [sym__expression] = STATE(2196), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [863] = { - [ts_builtin_sym_end] = ACTIONS(2846), - [sym_identifier] = ACTIONS(2848), - [anon_sym_LF] = ACTIONS(2848), - [anon_sym_CR] = ACTIONS(2848), - [anon_sym_CR_LF] = ACTIONS(2848), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2848), - [anon_sym_as] = ACTIONS(2848), - [anon_sym_LBRACE] = ACTIONS(2848), - [anon_sym_COMMA] = ACTIONS(2848), - [anon_sym_const] = ACTIONS(2848), - [anon_sym_LPAREN] = ACTIONS(2848), - [anon_sym_EQ] = ACTIONS(2848), - [anon_sym___global] = ACTIONS(2848), - [anon_sym_type] = ACTIONS(2848), - [anon_sym_PIPE] = ACTIONS(2848), - [anon_sym_fn] = ACTIONS(2848), - [anon_sym_PLUS] = ACTIONS(2848), - [anon_sym_DASH] = ACTIONS(2848), - [anon_sym_STAR] = ACTIONS(2848), - [anon_sym_SLASH] = ACTIONS(2848), - [anon_sym_PERCENT] = ACTIONS(2848), - [anon_sym_LT] = ACTIONS(2848), - [anon_sym_GT] = ACTIONS(2848), - [anon_sym_EQ_EQ] = ACTIONS(2848), - [anon_sym_BANG_EQ] = ACTIONS(2848), - [anon_sym_LT_EQ] = ACTIONS(2848), - [anon_sym_GT_EQ] = ACTIONS(2848), - [anon_sym_LBRACK] = ACTIONS(2846), - [anon_sym_struct] = ACTIONS(2848), - [anon_sym_union] = ACTIONS(2848), - [anon_sym_pub] = ACTIONS(2848), - [anon_sym_mut] = ACTIONS(2848), - [anon_sym_enum] = ACTIONS(2848), - [anon_sym_interface] = ACTIONS(2848), - [anon_sym_PLUS_PLUS] = ACTIONS(2848), - [anon_sym_DASH_DASH] = ACTIONS(2848), - [anon_sym_QMARK] = ACTIONS(2848), - [anon_sym_BANG] = ACTIONS(2848), - [anon_sym_go] = ACTIONS(2848), - [anon_sym_spawn] = ACTIONS(2848), - [anon_sym_json_DOTdecode] = ACTIONS(2848), - [anon_sym_LBRACK2] = ACTIONS(2848), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_CARET] = ACTIONS(2848), - [anon_sym_AMP] = ACTIONS(2848), - [anon_sym_LT_DASH] = ACTIONS(2848), - [anon_sym_LT_LT] = ACTIONS(2848), - [anon_sym_GT_GT] = ACTIONS(2848), - [anon_sym_GT_GT_GT] = ACTIONS(2848), - [anon_sym_AMP_CARET] = ACTIONS(2848), - [anon_sym_AMP_AMP] = ACTIONS(2848), - [anon_sym_PIPE_PIPE] = ACTIONS(2848), - [anon_sym_or] = ACTIONS(2848), - [sym_none] = ACTIONS(2848), - [sym_true] = ACTIONS(2848), - [sym_false] = ACTIONS(2848), - [sym_nil] = ACTIONS(2848), - [anon_sym_QMARK_DOT] = ACTIONS(2848), - [anon_sym_POUND_LBRACK] = ACTIONS(2848), - [anon_sym_if] = ACTIONS(2848), - [anon_sym_DOLLARif] = ACTIONS(2848), - [anon_sym_is] = ACTIONS(2848), - [anon_sym_BANGis] = ACTIONS(2848), - [anon_sym_in] = ACTIONS(2848), - [anon_sym_BANGin] = ACTIONS(2848), - [anon_sym_match] = ACTIONS(2848), - [anon_sym_select] = ACTIONS(2848), - [anon_sym_STAR_EQ] = ACTIONS(2848), - [anon_sym_SLASH_EQ] = ACTIONS(2848), - [anon_sym_PERCENT_EQ] = ACTIONS(2848), - [anon_sym_LT_LT_EQ] = ACTIONS(2848), - [anon_sym_GT_GT_EQ] = ACTIONS(2848), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2848), - [anon_sym_AMP_EQ] = ACTIONS(2848), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2848), - [anon_sym_PLUS_EQ] = ACTIONS(2848), - [anon_sym_DASH_EQ] = ACTIONS(2848), - [anon_sym_PIPE_EQ] = ACTIONS(2848), - [anon_sym_CARET_EQ] = ACTIONS(2848), - [anon_sym_COLON_EQ] = ACTIONS(2848), - [anon_sym_lock] = ACTIONS(2848), - [anon_sym_rlock] = ACTIONS(2848), - [anon_sym_unsafe] = ACTIONS(2848), - [anon_sym_sql] = ACTIONS(2848), - [sym_int_literal] = ACTIONS(2848), - [sym_float_literal] = ACTIONS(2848), - [sym_rune_literal] = ACTIONS(2848), - [anon_sym_AT] = ACTIONS(2848), - [anon_sym_shared] = ACTIONS(2848), - [anon_sym_map_LBRACK] = ACTIONS(2848), - [anon_sym_chan] = ACTIONS(2848), - [anon_sym_thread] = ACTIONS(2848), - [anon_sym_atomic] = ACTIONS(2848), - [anon_sym_assert] = ACTIONS(2848), - [anon_sym_defer] = ACTIONS(2848), - [anon_sym_goto] = ACTIONS(2848), - [anon_sym_break] = ACTIONS(2848), - [anon_sym_continue] = ACTIONS(2848), - [anon_sym_return] = ACTIONS(2848), - [anon_sym_DOLLARfor] = ACTIONS(2848), - [anon_sym_for] = ACTIONS(2848), - [anon_sym_POUND] = ACTIONS(2848), - [anon_sym_asm] = ACTIONS(2848), - [anon_sym_AT_LBRACK] = ACTIONS(2848), - [sym___double_quote] = ACTIONS(2848), - [sym___single_quote] = ACTIONS(2848), - [sym___c_double_quote] = ACTIONS(2848), - [sym___c_single_quote] = ACTIONS(2848), - [sym___r_double_quote] = ACTIONS(2848), - [sym___r_single_quote] = ACTIONS(2848), + [823] = { + [sym__expression] = STATE(1651), + [sym__expression_without_blocks] = STATE(1807), + [sym__expression_with_blocks] = STATE(1807), + [sym_inc_expression] = STATE(1807), + [sym_dec_expression] = STATE(1807), + [sym_or_block_expression] = STATE(1807), + [sym_option_propagation_expression] = STATE(1807), + [sym_result_propagation_expression] = STATE(1807), + [sym_anon_struct_value_expression] = STATE(1862), + [sym_go_expression] = STATE(1807), + [sym_spawn_expression] = STATE(1807), + [sym_parenthesized_expression] = STATE(1807), + [sym_call_expression] = STATE(1807), + [sym_type_initializer] = STATE(1862), + [sym_function_literal] = STATE(1807), + [sym_reference_expression] = STATE(1899), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1807), + [sym_receive_expression] = STATE(1807), + [sym_binary_expression] = STATE(1807), + [sym_as_type_cast_expression] = STATE(1807), + [sym__max_group] = STATE(1807), + [sym_literal] = STATE(1807), + [sym_map_init_expression] = STATE(1862), + [sym_array_creation] = STATE(1807), + [sym_fixed_array_creation] = STATE(1807), + [sym_selector_expression] = STATE(1807), + [sym_index_expression] = STATE(1807), + [sym_slice_expression] = STATE(1807), + [sym_if_expression] = STATE(1862), + [sym_compile_time_if_expression] = STATE(1862), + [sym_is_expression] = STATE(1807), + [sym_not_is_expression] = STATE(1807), + [sym_in_expression] = STATE(1807), + [sym_not_in_expression] = STATE(1807), + [sym_enum_fetch] = STATE(1807), + [sym_match_expression] = STATE(1862), + [sym_select_expression] = STATE(1862), + [sym_lock_expression] = STATE(1862), + [sym_unsafe_expression] = STATE(1862), + [sym_sql_expression] = STATE(1862), + [sym_c_string_literal] = STATE(1809), + [sym_raw_string_literal] = STATE(1809), + [sym_interpreted_string_literal] = STATE(1809), + [sym_pseudo_compile_time_identifier] = STATE(1807), + [sym_mutability_modifiers] = STATE(613), + [sym_plain_type] = STATE(4411), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2526), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2528), + [anon_sym_LBRACE] = ACTIONS(2530), + [anon_sym_LPAREN] = ACTIONS(2532), + [anon_sym_fn] = ACTIONS(2534), + [anon_sym_PLUS] = ACTIONS(2536), + [anon_sym_DASH] = ACTIONS(2536), + [anon_sym_STAR] = ACTIONS(2538), + [anon_sym_struct] = ACTIONS(2540), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2542), + [anon_sym_go] = ACTIONS(2544), + [anon_sym_spawn] = ACTIONS(2546), + [anon_sym_json_DOTdecode] = ACTIONS(2548), + [anon_sym_LBRACK2] = ACTIONS(2550), + [anon_sym_TILDE] = ACTIONS(2536), + [anon_sym_CARET] = ACTIONS(2536), + [anon_sym_AMP] = ACTIONS(2552), + [anon_sym_LT_DASH] = ACTIONS(2554), + [sym_none] = ACTIONS(2556), + [sym_true] = ACTIONS(2556), + [sym_false] = ACTIONS(2556), + [sym_nil] = ACTIONS(2556), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_DOLLARif] = ACTIONS(2560), + [anon_sym_match] = ACTIONS(2562), + [anon_sym_select] = ACTIONS(2564), + [anon_sym_lock] = ACTIONS(2566), + [anon_sym_rlock] = ACTIONS(2566), + [anon_sym_unsafe] = ACTIONS(2568), + [anon_sym_sql] = ACTIONS(2570), + [sym_int_literal] = ACTIONS(2556), + [sym_float_literal] = ACTIONS(2572), + [sym_rune_literal] = ACTIONS(2572), + [anon_sym_AT] = ACTIONS(2574), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2576), + [sym___single_quote] = ACTIONS(2578), + [sym___c_double_quote] = ACTIONS(2580), + [sym___c_single_quote] = ACTIONS(2582), + [sym___r_double_quote] = ACTIONS(2584), + [sym___r_single_quote] = ACTIONS(2586), }, - [864] = { - [ts_builtin_sym_end] = ACTIONS(2768), - [sym_identifier] = ACTIONS(2766), - [anon_sym_LF] = ACTIONS(2766), - [anon_sym_CR] = ACTIONS(2766), - [anon_sym_CR_LF] = ACTIONS(2766), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2766), - [anon_sym_as] = ACTIONS(2766), - [anon_sym_LBRACE] = ACTIONS(2766), - [anon_sym_COMMA] = ACTIONS(2766), - [anon_sym_const] = ACTIONS(2766), - [anon_sym_LPAREN] = ACTIONS(2766), - [anon_sym_EQ] = ACTIONS(2766), - [anon_sym___global] = ACTIONS(2766), - [anon_sym_type] = ACTIONS(2766), - [anon_sym_PIPE] = ACTIONS(2766), - [anon_sym_fn] = ACTIONS(2766), - [anon_sym_PLUS] = ACTIONS(2766), - [anon_sym_DASH] = ACTIONS(2766), - [anon_sym_STAR] = ACTIONS(2766), - [anon_sym_SLASH] = ACTIONS(2766), - [anon_sym_PERCENT] = ACTIONS(2766), - [anon_sym_LT] = ACTIONS(2766), - [anon_sym_GT] = ACTIONS(2766), - [anon_sym_EQ_EQ] = ACTIONS(2766), - [anon_sym_BANG_EQ] = ACTIONS(2766), - [anon_sym_LT_EQ] = ACTIONS(2766), - [anon_sym_GT_EQ] = ACTIONS(2766), - [anon_sym_LBRACK] = ACTIONS(2768), - [anon_sym_struct] = ACTIONS(2766), - [anon_sym_union] = ACTIONS(2766), - [anon_sym_pub] = ACTIONS(2766), - [anon_sym_mut] = ACTIONS(2766), - [anon_sym_enum] = ACTIONS(2766), - [anon_sym_interface] = ACTIONS(2766), - [anon_sym_PLUS_PLUS] = ACTIONS(2766), - [anon_sym_DASH_DASH] = ACTIONS(2766), - [anon_sym_QMARK] = ACTIONS(2766), - [anon_sym_BANG] = ACTIONS(2766), - [anon_sym_go] = ACTIONS(2766), - [anon_sym_spawn] = ACTIONS(2766), - [anon_sym_json_DOTdecode] = ACTIONS(2766), - [anon_sym_LBRACK2] = ACTIONS(2766), - [anon_sym_TILDE] = ACTIONS(2766), - [anon_sym_CARET] = ACTIONS(2766), - [anon_sym_AMP] = ACTIONS(2766), - [anon_sym_LT_DASH] = ACTIONS(2766), - [anon_sym_LT_LT] = ACTIONS(2766), - [anon_sym_GT_GT] = ACTIONS(2766), - [anon_sym_GT_GT_GT] = ACTIONS(2766), - [anon_sym_AMP_CARET] = ACTIONS(2766), - [anon_sym_AMP_AMP] = ACTIONS(2766), - [anon_sym_PIPE_PIPE] = ACTIONS(2766), - [anon_sym_or] = ACTIONS(2766), - [sym_none] = ACTIONS(2766), - [sym_true] = ACTIONS(2766), - [sym_false] = ACTIONS(2766), - [sym_nil] = ACTIONS(2766), - [anon_sym_QMARK_DOT] = ACTIONS(2766), - [anon_sym_POUND_LBRACK] = ACTIONS(2766), - [anon_sym_if] = ACTIONS(2766), - [anon_sym_DOLLARif] = ACTIONS(2766), - [anon_sym_is] = ACTIONS(2766), - [anon_sym_BANGis] = ACTIONS(2766), - [anon_sym_in] = ACTIONS(2766), - [anon_sym_BANGin] = ACTIONS(2766), - [anon_sym_match] = ACTIONS(2766), - [anon_sym_select] = ACTIONS(2766), - [anon_sym_STAR_EQ] = ACTIONS(2766), - [anon_sym_SLASH_EQ] = ACTIONS(2766), - [anon_sym_PERCENT_EQ] = ACTIONS(2766), - [anon_sym_LT_LT_EQ] = ACTIONS(2766), - [anon_sym_GT_GT_EQ] = ACTIONS(2766), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2766), - [anon_sym_AMP_EQ] = ACTIONS(2766), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2766), - [anon_sym_PLUS_EQ] = ACTIONS(2766), - [anon_sym_DASH_EQ] = ACTIONS(2766), - [anon_sym_PIPE_EQ] = ACTIONS(2766), - [anon_sym_CARET_EQ] = ACTIONS(2766), - [anon_sym_COLON_EQ] = ACTIONS(2766), - [anon_sym_lock] = ACTIONS(2766), - [anon_sym_rlock] = ACTIONS(2766), - [anon_sym_unsafe] = ACTIONS(2766), - [anon_sym_sql] = ACTIONS(2766), - [sym_int_literal] = ACTIONS(2766), - [sym_float_literal] = ACTIONS(2766), - [sym_rune_literal] = ACTIONS(2766), - [anon_sym_AT] = ACTIONS(2766), - [anon_sym_shared] = ACTIONS(2766), - [anon_sym_map_LBRACK] = ACTIONS(2766), - [anon_sym_chan] = ACTIONS(2766), - [anon_sym_thread] = ACTIONS(2766), - [anon_sym_atomic] = ACTIONS(2766), - [anon_sym_assert] = ACTIONS(2766), - [anon_sym_defer] = ACTIONS(2766), - [anon_sym_goto] = ACTIONS(2766), - [anon_sym_break] = ACTIONS(2766), - [anon_sym_continue] = ACTIONS(2766), - [anon_sym_return] = ACTIONS(2766), - [anon_sym_DOLLARfor] = ACTIONS(2766), - [anon_sym_for] = ACTIONS(2766), - [anon_sym_POUND] = ACTIONS(2766), - [anon_sym_asm] = ACTIONS(2766), - [anon_sym_AT_LBRACK] = ACTIONS(2766), - [sym___double_quote] = ACTIONS(2766), - [sym___single_quote] = ACTIONS(2766), - [sym___c_double_quote] = ACTIONS(2766), - [sym___c_single_quote] = ACTIONS(2766), - [sym___r_double_quote] = ACTIONS(2766), - [sym___r_single_quote] = ACTIONS(2766), + [824] = { + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(3711), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [865] = { - [ts_builtin_sym_end] = ACTIONS(2850), - [sym_identifier] = ACTIONS(2852), - [anon_sym_LF] = ACTIONS(2852), - [anon_sym_CR] = ACTIONS(2852), - [anon_sym_CR_LF] = ACTIONS(2852), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2852), - [anon_sym_as] = ACTIONS(2852), - [anon_sym_LBRACE] = ACTIONS(2852), - [anon_sym_COMMA] = ACTIONS(2852), - [anon_sym_const] = ACTIONS(2852), - [anon_sym_LPAREN] = ACTIONS(2852), - [anon_sym_EQ] = ACTIONS(2852), - [anon_sym___global] = ACTIONS(2852), - [anon_sym_type] = ACTIONS(2852), - [anon_sym_PIPE] = ACTIONS(2852), - [anon_sym_fn] = ACTIONS(2852), - [anon_sym_PLUS] = ACTIONS(2852), - [anon_sym_DASH] = ACTIONS(2852), - [anon_sym_STAR] = ACTIONS(2852), - [anon_sym_SLASH] = ACTIONS(2852), - [anon_sym_PERCENT] = ACTIONS(2852), - [anon_sym_LT] = ACTIONS(2852), - [anon_sym_GT] = ACTIONS(2852), - [anon_sym_EQ_EQ] = ACTIONS(2852), - [anon_sym_BANG_EQ] = ACTIONS(2852), - [anon_sym_LT_EQ] = ACTIONS(2852), - [anon_sym_GT_EQ] = ACTIONS(2852), - [anon_sym_LBRACK] = ACTIONS(2850), - [anon_sym_struct] = ACTIONS(2852), - [anon_sym_union] = ACTIONS(2852), - [anon_sym_pub] = ACTIONS(2852), - [anon_sym_mut] = ACTIONS(2852), - [anon_sym_enum] = ACTIONS(2852), - [anon_sym_interface] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2852), - [anon_sym_DASH_DASH] = ACTIONS(2852), - [anon_sym_QMARK] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2852), - [anon_sym_go] = ACTIONS(2852), - [anon_sym_spawn] = ACTIONS(2852), - [anon_sym_json_DOTdecode] = ACTIONS(2852), - [anon_sym_LBRACK2] = ACTIONS(2852), - [anon_sym_TILDE] = ACTIONS(2852), - [anon_sym_CARET] = ACTIONS(2852), - [anon_sym_AMP] = ACTIONS(2852), - [anon_sym_LT_DASH] = ACTIONS(2852), - [anon_sym_LT_LT] = ACTIONS(2852), - [anon_sym_GT_GT] = ACTIONS(2852), - [anon_sym_GT_GT_GT] = ACTIONS(2852), - [anon_sym_AMP_CARET] = ACTIONS(2852), - [anon_sym_AMP_AMP] = ACTIONS(2852), - [anon_sym_PIPE_PIPE] = ACTIONS(2852), - [anon_sym_or] = ACTIONS(2852), - [sym_none] = ACTIONS(2852), - [sym_true] = ACTIONS(2852), - [sym_false] = ACTIONS(2852), - [sym_nil] = ACTIONS(2852), - [anon_sym_QMARK_DOT] = ACTIONS(2852), - [anon_sym_POUND_LBRACK] = ACTIONS(2852), - [anon_sym_if] = ACTIONS(2852), - [anon_sym_DOLLARif] = ACTIONS(2852), - [anon_sym_is] = ACTIONS(2852), - [anon_sym_BANGis] = ACTIONS(2852), - [anon_sym_in] = ACTIONS(2852), - [anon_sym_BANGin] = ACTIONS(2852), - [anon_sym_match] = ACTIONS(2852), - [anon_sym_select] = ACTIONS(2852), - [anon_sym_STAR_EQ] = ACTIONS(2852), - [anon_sym_SLASH_EQ] = ACTIONS(2852), - [anon_sym_PERCENT_EQ] = ACTIONS(2852), - [anon_sym_LT_LT_EQ] = ACTIONS(2852), - [anon_sym_GT_GT_EQ] = ACTIONS(2852), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2852), - [anon_sym_AMP_EQ] = ACTIONS(2852), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2852), - [anon_sym_PLUS_EQ] = ACTIONS(2852), - [anon_sym_DASH_EQ] = ACTIONS(2852), - [anon_sym_PIPE_EQ] = ACTIONS(2852), - [anon_sym_CARET_EQ] = ACTIONS(2852), - [anon_sym_COLON_EQ] = ACTIONS(2852), - [anon_sym_lock] = ACTIONS(2852), - [anon_sym_rlock] = ACTIONS(2852), - [anon_sym_unsafe] = ACTIONS(2852), - [anon_sym_sql] = ACTIONS(2852), - [sym_int_literal] = ACTIONS(2852), - [sym_float_literal] = ACTIONS(2852), - [sym_rune_literal] = ACTIONS(2852), - [anon_sym_AT] = ACTIONS(2852), - [anon_sym_shared] = ACTIONS(2852), - [anon_sym_map_LBRACK] = ACTIONS(2852), - [anon_sym_chan] = ACTIONS(2852), - [anon_sym_thread] = ACTIONS(2852), - [anon_sym_atomic] = ACTIONS(2852), - [anon_sym_assert] = ACTIONS(2852), - [anon_sym_defer] = ACTIONS(2852), - [anon_sym_goto] = ACTIONS(2852), - [anon_sym_break] = ACTIONS(2852), - [anon_sym_continue] = ACTIONS(2852), - [anon_sym_return] = ACTIONS(2852), - [anon_sym_DOLLARfor] = ACTIONS(2852), - [anon_sym_for] = ACTIONS(2852), - [anon_sym_POUND] = ACTIONS(2852), - [anon_sym_asm] = ACTIONS(2852), - [anon_sym_AT_LBRACK] = ACTIONS(2852), - [sym___double_quote] = ACTIONS(2852), - [sym___single_quote] = ACTIONS(2852), - [sym___c_double_quote] = ACTIONS(2852), - [sym___c_single_quote] = ACTIONS(2852), - [sym___r_double_quote] = ACTIONS(2852), - [sym___r_single_quote] = ACTIONS(2852), + [825] = { + [sym__expression] = STATE(2621), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [866] = { - [ts_builtin_sym_end] = ACTIONS(2854), - [sym_identifier] = ACTIONS(2856), - [anon_sym_LF] = ACTIONS(2856), - [anon_sym_CR] = ACTIONS(2856), - [anon_sym_CR_LF] = ACTIONS(2856), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2856), - [anon_sym_as] = ACTIONS(2856), - [anon_sym_LBRACE] = ACTIONS(2856), - [anon_sym_COMMA] = ACTIONS(2856), - [anon_sym_const] = ACTIONS(2856), - [anon_sym_LPAREN] = ACTIONS(2856), - [anon_sym_EQ] = ACTIONS(2856), - [anon_sym___global] = ACTIONS(2856), - [anon_sym_type] = ACTIONS(2856), - [anon_sym_PIPE] = ACTIONS(2856), - [anon_sym_fn] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2856), - [anon_sym_SLASH] = ACTIONS(2856), - [anon_sym_PERCENT] = ACTIONS(2856), - [anon_sym_LT] = ACTIONS(2856), - [anon_sym_GT] = ACTIONS(2856), - [anon_sym_EQ_EQ] = ACTIONS(2856), - [anon_sym_BANG_EQ] = ACTIONS(2856), - [anon_sym_LT_EQ] = ACTIONS(2856), - [anon_sym_GT_EQ] = ACTIONS(2856), - [anon_sym_LBRACK] = ACTIONS(2854), - [anon_sym_struct] = ACTIONS(2856), - [anon_sym_union] = ACTIONS(2856), - [anon_sym_pub] = ACTIONS(2856), - [anon_sym_mut] = ACTIONS(2856), - [anon_sym_enum] = ACTIONS(2856), - [anon_sym_interface] = ACTIONS(2856), - [anon_sym_PLUS_PLUS] = ACTIONS(2856), - [anon_sym_DASH_DASH] = ACTIONS(2856), - [anon_sym_QMARK] = ACTIONS(2856), - [anon_sym_BANG] = ACTIONS(2856), - [anon_sym_go] = ACTIONS(2856), - [anon_sym_spawn] = ACTIONS(2856), - [anon_sym_json_DOTdecode] = ACTIONS(2856), - [anon_sym_LBRACK2] = ACTIONS(2856), - [anon_sym_TILDE] = ACTIONS(2856), - [anon_sym_CARET] = ACTIONS(2856), - [anon_sym_AMP] = ACTIONS(2856), - [anon_sym_LT_DASH] = ACTIONS(2856), - [anon_sym_LT_LT] = ACTIONS(2856), - [anon_sym_GT_GT] = ACTIONS(2856), - [anon_sym_GT_GT_GT] = ACTIONS(2856), - [anon_sym_AMP_CARET] = ACTIONS(2856), - [anon_sym_AMP_AMP] = ACTIONS(2856), - [anon_sym_PIPE_PIPE] = ACTIONS(2856), - [anon_sym_or] = ACTIONS(2856), - [sym_none] = ACTIONS(2856), - [sym_true] = ACTIONS(2856), - [sym_false] = ACTIONS(2856), - [sym_nil] = ACTIONS(2856), - [anon_sym_QMARK_DOT] = ACTIONS(2856), - [anon_sym_POUND_LBRACK] = ACTIONS(2856), - [anon_sym_if] = ACTIONS(2856), - [anon_sym_DOLLARif] = ACTIONS(2856), - [anon_sym_is] = ACTIONS(2856), - [anon_sym_BANGis] = ACTIONS(2856), - [anon_sym_in] = ACTIONS(2856), - [anon_sym_BANGin] = ACTIONS(2856), - [anon_sym_match] = ACTIONS(2856), - [anon_sym_select] = ACTIONS(2856), - [anon_sym_STAR_EQ] = ACTIONS(2856), - [anon_sym_SLASH_EQ] = ACTIONS(2856), - [anon_sym_PERCENT_EQ] = ACTIONS(2856), - [anon_sym_LT_LT_EQ] = ACTIONS(2856), - [anon_sym_GT_GT_EQ] = ACTIONS(2856), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2856), - [anon_sym_AMP_EQ] = ACTIONS(2856), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2856), - [anon_sym_PLUS_EQ] = ACTIONS(2856), - [anon_sym_DASH_EQ] = ACTIONS(2856), - [anon_sym_PIPE_EQ] = ACTIONS(2856), - [anon_sym_CARET_EQ] = ACTIONS(2856), - [anon_sym_COLON_EQ] = ACTIONS(2856), - [anon_sym_lock] = ACTIONS(2856), - [anon_sym_rlock] = ACTIONS(2856), - [anon_sym_unsafe] = ACTIONS(2856), - [anon_sym_sql] = ACTIONS(2856), - [sym_int_literal] = ACTIONS(2856), - [sym_float_literal] = ACTIONS(2856), - [sym_rune_literal] = ACTIONS(2856), - [anon_sym_AT] = ACTIONS(2856), - [anon_sym_shared] = ACTIONS(2856), - [anon_sym_map_LBRACK] = ACTIONS(2856), - [anon_sym_chan] = ACTIONS(2856), - [anon_sym_thread] = ACTIONS(2856), - [anon_sym_atomic] = ACTIONS(2856), - [anon_sym_assert] = ACTIONS(2856), - [anon_sym_defer] = ACTIONS(2856), - [anon_sym_goto] = ACTIONS(2856), - [anon_sym_break] = ACTIONS(2856), - [anon_sym_continue] = ACTIONS(2856), - [anon_sym_return] = ACTIONS(2856), - [anon_sym_DOLLARfor] = ACTIONS(2856), - [anon_sym_for] = ACTIONS(2856), - [anon_sym_POUND] = ACTIONS(2856), - [anon_sym_asm] = ACTIONS(2856), - [anon_sym_AT_LBRACK] = ACTIONS(2856), - [sym___double_quote] = ACTIONS(2856), - [sym___single_quote] = ACTIONS(2856), - [sym___c_double_quote] = ACTIONS(2856), - [sym___c_single_quote] = ACTIONS(2856), - [sym___r_double_quote] = ACTIONS(2856), - [sym___r_single_quote] = ACTIONS(2856), + [826] = { + [sym__expression] = STATE(2618), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [867] = { - [ts_builtin_sym_end] = ACTIONS(2858), - [sym_identifier] = ACTIONS(2860), - [anon_sym_LF] = ACTIONS(2860), - [anon_sym_CR] = ACTIONS(2860), - [anon_sym_CR_LF] = ACTIONS(2860), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2860), - [anon_sym_as] = ACTIONS(2860), - [anon_sym_LBRACE] = ACTIONS(2860), - [anon_sym_COMMA] = ACTIONS(2860), - [anon_sym_const] = ACTIONS(2860), - [anon_sym_LPAREN] = ACTIONS(2860), - [anon_sym_EQ] = ACTIONS(2860), - [anon_sym___global] = ACTIONS(2860), - [anon_sym_type] = ACTIONS(2860), - [anon_sym_PIPE] = ACTIONS(2860), - [anon_sym_fn] = ACTIONS(2860), - [anon_sym_PLUS] = ACTIONS(2860), - [anon_sym_DASH] = ACTIONS(2860), - [anon_sym_STAR] = ACTIONS(2860), - [anon_sym_SLASH] = ACTIONS(2860), - [anon_sym_PERCENT] = ACTIONS(2860), - [anon_sym_LT] = ACTIONS(2860), - [anon_sym_GT] = ACTIONS(2860), - [anon_sym_EQ_EQ] = ACTIONS(2860), - [anon_sym_BANG_EQ] = ACTIONS(2860), - [anon_sym_LT_EQ] = ACTIONS(2860), - [anon_sym_GT_EQ] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2858), - [anon_sym_struct] = ACTIONS(2860), - [anon_sym_union] = ACTIONS(2860), - [anon_sym_pub] = ACTIONS(2860), - [anon_sym_mut] = ACTIONS(2860), - [anon_sym_enum] = ACTIONS(2860), - [anon_sym_interface] = ACTIONS(2860), - [anon_sym_PLUS_PLUS] = ACTIONS(2860), - [anon_sym_DASH_DASH] = ACTIONS(2860), - [anon_sym_QMARK] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2860), - [anon_sym_go] = ACTIONS(2860), - [anon_sym_spawn] = ACTIONS(2860), - [anon_sym_json_DOTdecode] = ACTIONS(2860), - [anon_sym_LBRACK2] = ACTIONS(2860), - [anon_sym_TILDE] = ACTIONS(2860), - [anon_sym_CARET] = ACTIONS(2860), - [anon_sym_AMP] = ACTIONS(2860), - [anon_sym_LT_DASH] = ACTIONS(2860), - [anon_sym_LT_LT] = ACTIONS(2860), - [anon_sym_GT_GT] = ACTIONS(2860), - [anon_sym_GT_GT_GT] = ACTIONS(2860), - [anon_sym_AMP_CARET] = ACTIONS(2860), - [anon_sym_AMP_AMP] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2860), - [anon_sym_or] = ACTIONS(2860), - [sym_none] = ACTIONS(2860), - [sym_true] = ACTIONS(2860), - [sym_false] = ACTIONS(2860), - [sym_nil] = ACTIONS(2860), - [anon_sym_QMARK_DOT] = ACTIONS(2860), - [anon_sym_POUND_LBRACK] = ACTIONS(2860), - [anon_sym_if] = ACTIONS(2860), - [anon_sym_DOLLARif] = ACTIONS(2860), - [anon_sym_is] = ACTIONS(2860), - [anon_sym_BANGis] = ACTIONS(2860), - [anon_sym_in] = ACTIONS(2860), - [anon_sym_BANGin] = ACTIONS(2860), - [anon_sym_match] = ACTIONS(2860), - [anon_sym_select] = ACTIONS(2860), - [anon_sym_STAR_EQ] = ACTIONS(2860), - [anon_sym_SLASH_EQ] = ACTIONS(2860), - [anon_sym_PERCENT_EQ] = ACTIONS(2860), - [anon_sym_LT_LT_EQ] = ACTIONS(2860), - [anon_sym_GT_GT_EQ] = ACTIONS(2860), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2860), - [anon_sym_AMP_EQ] = ACTIONS(2860), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2860), - [anon_sym_PLUS_EQ] = ACTIONS(2860), - [anon_sym_DASH_EQ] = ACTIONS(2860), - [anon_sym_PIPE_EQ] = ACTIONS(2860), - [anon_sym_CARET_EQ] = ACTIONS(2860), - [anon_sym_COLON_EQ] = ACTIONS(2860), - [anon_sym_lock] = ACTIONS(2860), - [anon_sym_rlock] = ACTIONS(2860), - [anon_sym_unsafe] = ACTIONS(2860), - [anon_sym_sql] = ACTIONS(2860), - [sym_int_literal] = ACTIONS(2860), - [sym_float_literal] = ACTIONS(2860), - [sym_rune_literal] = ACTIONS(2860), - [anon_sym_AT] = ACTIONS(2860), - [anon_sym_shared] = ACTIONS(2860), - [anon_sym_map_LBRACK] = ACTIONS(2860), - [anon_sym_chan] = ACTIONS(2860), - [anon_sym_thread] = ACTIONS(2860), - [anon_sym_atomic] = ACTIONS(2860), - [anon_sym_assert] = ACTIONS(2860), - [anon_sym_defer] = ACTIONS(2860), - [anon_sym_goto] = ACTIONS(2860), - [anon_sym_break] = ACTIONS(2860), - [anon_sym_continue] = ACTIONS(2860), - [anon_sym_return] = ACTIONS(2860), - [anon_sym_DOLLARfor] = ACTIONS(2860), - [anon_sym_for] = ACTIONS(2860), - [anon_sym_POUND] = ACTIONS(2860), - [anon_sym_asm] = ACTIONS(2860), - [anon_sym_AT_LBRACK] = ACTIONS(2860), - [sym___double_quote] = ACTIONS(2860), - [sym___single_quote] = ACTIONS(2860), - [sym___c_double_quote] = ACTIONS(2860), - [sym___c_single_quote] = ACTIONS(2860), - [sym___r_double_quote] = ACTIONS(2860), - [sym___r_single_quote] = ACTIONS(2860), + [827] = { + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(3709), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [868] = { - [ts_builtin_sym_end] = ACTIONS(2862), - [sym_identifier] = ACTIONS(2864), - [anon_sym_LF] = ACTIONS(2864), - [anon_sym_CR] = ACTIONS(2864), - [anon_sym_CR_LF] = ACTIONS(2864), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2864), - [anon_sym_as] = ACTIONS(2864), - [anon_sym_LBRACE] = ACTIONS(2864), - [anon_sym_COMMA] = ACTIONS(2864), - [anon_sym_const] = ACTIONS(2864), - [anon_sym_LPAREN] = ACTIONS(2864), - [anon_sym_EQ] = ACTIONS(2864), - [anon_sym___global] = ACTIONS(2864), - [anon_sym_type] = ACTIONS(2864), - [anon_sym_PIPE] = ACTIONS(2864), - [anon_sym_fn] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2864), - [anon_sym_SLASH] = ACTIONS(2864), - [anon_sym_PERCENT] = ACTIONS(2864), - [anon_sym_LT] = ACTIONS(2864), - [anon_sym_GT] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2864), - [anon_sym_BANG_EQ] = ACTIONS(2864), - [anon_sym_LT_EQ] = ACTIONS(2864), - [anon_sym_GT_EQ] = ACTIONS(2864), - [anon_sym_LBRACK] = ACTIONS(2862), - [anon_sym_struct] = ACTIONS(2864), - [anon_sym_union] = ACTIONS(2864), - [anon_sym_pub] = ACTIONS(2864), - [anon_sym_mut] = ACTIONS(2864), - [anon_sym_enum] = ACTIONS(2864), - [anon_sym_interface] = ACTIONS(2864), - [anon_sym_PLUS_PLUS] = ACTIONS(2864), - [anon_sym_DASH_DASH] = ACTIONS(2864), - [anon_sym_QMARK] = ACTIONS(2864), - [anon_sym_BANG] = ACTIONS(2864), - [anon_sym_go] = ACTIONS(2864), - [anon_sym_spawn] = ACTIONS(2864), - [anon_sym_json_DOTdecode] = ACTIONS(2864), - [anon_sym_LBRACK2] = ACTIONS(2864), - [anon_sym_TILDE] = ACTIONS(2864), - [anon_sym_CARET] = ACTIONS(2864), - [anon_sym_AMP] = ACTIONS(2864), - [anon_sym_LT_DASH] = ACTIONS(2864), - [anon_sym_LT_LT] = ACTIONS(2864), - [anon_sym_GT_GT] = ACTIONS(2864), - [anon_sym_GT_GT_GT] = ACTIONS(2864), - [anon_sym_AMP_CARET] = ACTIONS(2864), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_PIPE_PIPE] = ACTIONS(2864), - [anon_sym_or] = ACTIONS(2864), - [sym_none] = ACTIONS(2864), - [sym_true] = ACTIONS(2864), - [sym_false] = ACTIONS(2864), - [sym_nil] = ACTIONS(2864), - [anon_sym_QMARK_DOT] = ACTIONS(2864), - [anon_sym_POUND_LBRACK] = ACTIONS(2864), - [anon_sym_if] = ACTIONS(2864), - [anon_sym_DOLLARif] = ACTIONS(2864), - [anon_sym_is] = ACTIONS(2864), - [anon_sym_BANGis] = ACTIONS(2864), - [anon_sym_in] = ACTIONS(2864), - [anon_sym_BANGin] = ACTIONS(2864), - [anon_sym_match] = ACTIONS(2864), - [anon_sym_select] = ACTIONS(2864), - [anon_sym_STAR_EQ] = ACTIONS(2864), - [anon_sym_SLASH_EQ] = ACTIONS(2864), - [anon_sym_PERCENT_EQ] = ACTIONS(2864), - [anon_sym_LT_LT_EQ] = ACTIONS(2864), - [anon_sym_GT_GT_EQ] = ACTIONS(2864), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2864), - [anon_sym_AMP_EQ] = ACTIONS(2864), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2864), - [anon_sym_PLUS_EQ] = ACTIONS(2864), - [anon_sym_DASH_EQ] = ACTIONS(2864), - [anon_sym_PIPE_EQ] = ACTIONS(2864), - [anon_sym_CARET_EQ] = ACTIONS(2864), - [anon_sym_COLON_EQ] = ACTIONS(2864), - [anon_sym_lock] = ACTIONS(2864), - [anon_sym_rlock] = ACTIONS(2864), - [anon_sym_unsafe] = ACTIONS(2864), - [anon_sym_sql] = ACTIONS(2864), - [sym_int_literal] = ACTIONS(2864), - [sym_float_literal] = ACTIONS(2864), - [sym_rune_literal] = ACTIONS(2864), - [anon_sym_AT] = ACTIONS(2864), - [anon_sym_shared] = ACTIONS(2864), - [anon_sym_map_LBRACK] = ACTIONS(2864), - [anon_sym_chan] = ACTIONS(2864), - [anon_sym_thread] = ACTIONS(2864), - [anon_sym_atomic] = ACTIONS(2864), - [anon_sym_assert] = ACTIONS(2864), - [anon_sym_defer] = ACTIONS(2864), - [anon_sym_goto] = ACTIONS(2864), - [anon_sym_break] = ACTIONS(2864), - [anon_sym_continue] = ACTIONS(2864), - [anon_sym_return] = ACTIONS(2864), - [anon_sym_DOLLARfor] = ACTIONS(2864), - [anon_sym_for] = ACTIONS(2864), - [anon_sym_POUND] = ACTIONS(2864), - [anon_sym_asm] = ACTIONS(2864), - [anon_sym_AT_LBRACK] = ACTIONS(2864), - [sym___double_quote] = ACTIONS(2864), - [sym___single_quote] = ACTIONS(2864), - [sym___c_double_quote] = ACTIONS(2864), - [sym___c_single_quote] = ACTIONS(2864), - [sym___r_double_quote] = ACTIONS(2864), - [sym___r_single_quote] = ACTIONS(2864), + [828] = { + [sym__expression] = STATE(1662), + [sym__expression_without_blocks] = STATE(1807), + [sym__expression_with_blocks] = STATE(1807), + [sym_inc_expression] = STATE(1807), + [sym_dec_expression] = STATE(1807), + [sym_or_block_expression] = STATE(1807), + [sym_option_propagation_expression] = STATE(1807), + [sym_result_propagation_expression] = STATE(1807), + [sym_anon_struct_value_expression] = STATE(1862), + [sym_go_expression] = STATE(1807), + [sym_spawn_expression] = STATE(1807), + [sym_parenthesized_expression] = STATE(1807), + [sym_call_expression] = STATE(1807), + [sym_type_initializer] = STATE(1862), + [sym_function_literal] = STATE(1807), + [sym_reference_expression] = STATE(1899), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1807), + [sym_receive_expression] = STATE(1807), + [sym_binary_expression] = STATE(1807), + [sym_as_type_cast_expression] = STATE(1807), + [sym__max_group] = STATE(1807), + [sym_literal] = STATE(1807), + [sym_map_init_expression] = STATE(1862), + [sym_array_creation] = STATE(1807), + [sym_fixed_array_creation] = STATE(1807), + [sym_selector_expression] = STATE(1807), + [sym_index_expression] = STATE(1807), + [sym_slice_expression] = STATE(1807), + [sym_if_expression] = STATE(1862), + [sym_compile_time_if_expression] = STATE(1862), + [sym_is_expression] = STATE(1807), + [sym_not_is_expression] = STATE(1807), + [sym_in_expression] = STATE(1807), + [sym_not_in_expression] = STATE(1807), + [sym_enum_fetch] = STATE(1807), + [sym_match_expression] = STATE(1862), + [sym_select_expression] = STATE(1862), + [sym_lock_expression] = STATE(1862), + [sym_unsafe_expression] = STATE(1862), + [sym_sql_expression] = STATE(1862), + [sym_c_string_literal] = STATE(1809), + [sym_raw_string_literal] = STATE(1809), + [sym_interpreted_string_literal] = STATE(1809), + [sym_pseudo_compile_time_identifier] = STATE(1807), + [sym_mutability_modifiers] = STATE(613), + [sym_plain_type] = STATE(4411), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2526), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2528), + [anon_sym_LBRACE] = ACTIONS(2530), + [anon_sym_LPAREN] = ACTIONS(2532), + [anon_sym_fn] = ACTIONS(2534), + [anon_sym_PLUS] = ACTIONS(2536), + [anon_sym_DASH] = ACTIONS(2536), + [anon_sym_STAR] = ACTIONS(2538), + [anon_sym_struct] = ACTIONS(2540), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2542), + [anon_sym_go] = ACTIONS(2544), + [anon_sym_spawn] = ACTIONS(2546), + [anon_sym_json_DOTdecode] = ACTIONS(2548), + [anon_sym_LBRACK2] = ACTIONS(2550), + [anon_sym_TILDE] = ACTIONS(2536), + [anon_sym_CARET] = ACTIONS(2536), + [anon_sym_AMP] = ACTIONS(2552), + [anon_sym_LT_DASH] = ACTIONS(2554), + [sym_none] = ACTIONS(2556), + [sym_true] = ACTIONS(2556), + [sym_false] = ACTIONS(2556), + [sym_nil] = ACTIONS(2556), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_DOLLARif] = ACTIONS(2560), + [anon_sym_match] = ACTIONS(2562), + [anon_sym_select] = ACTIONS(2564), + [anon_sym_lock] = ACTIONS(2566), + [anon_sym_rlock] = ACTIONS(2566), + [anon_sym_unsafe] = ACTIONS(2568), + [anon_sym_sql] = ACTIONS(2570), + [sym_int_literal] = ACTIONS(2556), + [sym_float_literal] = ACTIONS(2572), + [sym_rune_literal] = ACTIONS(2572), + [anon_sym_AT] = ACTIONS(2574), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2576), + [sym___single_quote] = ACTIONS(2578), + [sym___c_double_quote] = ACTIONS(2580), + [sym___c_single_quote] = ACTIONS(2582), + [sym___r_double_quote] = ACTIONS(2584), + [sym___r_single_quote] = ACTIONS(2586), }, - [869] = { - [ts_builtin_sym_end] = ACTIONS(2866), - [sym_identifier] = ACTIONS(2868), - [anon_sym_LF] = ACTIONS(2868), - [anon_sym_CR] = ACTIONS(2868), - [anon_sym_CR_LF] = ACTIONS(2868), + [829] = { + [ts_builtin_sym_end] = ACTIONS(3113), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LF] = ACTIONS(3115), + [anon_sym_CR] = ACTIONS(3115), + [anon_sym_CR_LF] = ACTIONS(3115), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2868), - [anon_sym_as] = ACTIONS(2868), - [anon_sym_LBRACE] = ACTIONS(2868), - [anon_sym_COMMA] = ACTIONS(2868), - [anon_sym_const] = ACTIONS(2868), - [anon_sym_LPAREN] = ACTIONS(2868), - [anon_sym_EQ] = ACTIONS(2868), - [anon_sym___global] = ACTIONS(2868), - [anon_sym_type] = ACTIONS(2868), - [anon_sym_PIPE] = ACTIONS(2868), - [anon_sym_fn] = ACTIONS(2868), - [anon_sym_PLUS] = ACTIONS(2868), - [anon_sym_DASH] = ACTIONS(2868), - [anon_sym_STAR] = ACTIONS(2868), - [anon_sym_SLASH] = ACTIONS(2868), - [anon_sym_PERCENT] = ACTIONS(2868), - [anon_sym_LT] = ACTIONS(2868), - [anon_sym_GT] = ACTIONS(2868), - [anon_sym_EQ_EQ] = ACTIONS(2868), - [anon_sym_BANG_EQ] = ACTIONS(2868), - [anon_sym_LT_EQ] = ACTIONS(2868), - [anon_sym_GT_EQ] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2866), - [anon_sym_struct] = ACTIONS(2868), - [anon_sym_union] = ACTIONS(2868), - [anon_sym_pub] = ACTIONS(2868), - [anon_sym_mut] = ACTIONS(2868), - [anon_sym_enum] = ACTIONS(2868), - [anon_sym_interface] = ACTIONS(2868), - [anon_sym_PLUS_PLUS] = ACTIONS(2868), - [anon_sym_DASH_DASH] = ACTIONS(2868), - [anon_sym_QMARK] = ACTIONS(2868), - [anon_sym_BANG] = ACTIONS(2868), - [anon_sym_go] = ACTIONS(2868), - [anon_sym_spawn] = ACTIONS(2868), - [anon_sym_json_DOTdecode] = ACTIONS(2868), - [anon_sym_LBRACK2] = ACTIONS(2868), - [anon_sym_TILDE] = ACTIONS(2868), - [anon_sym_CARET] = ACTIONS(2868), - [anon_sym_AMP] = ACTIONS(2868), - [anon_sym_LT_DASH] = ACTIONS(2868), - [anon_sym_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_AMP_CARET] = ACTIONS(2868), - [anon_sym_AMP_AMP] = ACTIONS(2868), - [anon_sym_PIPE_PIPE] = ACTIONS(2868), - [anon_sym_or] = ACTIONS(2868), - [sym_none] = ACTIONS(2868), - [sym_true] = ACTIONS(2868), - [sym_false] = ACTIONS(2868), - [sym_nil] = ACTIONS(2868), - [anon_sym_QMARK_DOT] = ACTIONS(2868), - [anon_sym_POUND_LBRACK] = ACTIONS(2868), - [anon_sym_if] = ACTIONS(2868), - [anon_sym_DOLLARif] = ACTIONS(2868), - [anon_sym_is] = ACTIONS(2868), - [anon_sym_BANGis] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2868), - [anon_sym_BANGin] = ACTIONS(2868), - [anon_sym_match] = ACTIONS(2868), - [anon_sym_select] = ACTIONS(2868), - [anon_sym_STAR_EQ] = ACTIONS(2868), - [anon_sym_SLASH_EQ] = ACTIONS(2868), - [anon_sym_PERCENT_EQ] = ACTIONS(2868), - [anon_sym_LT_LT_EQ] = ACTIONS(2868), - [anon_sym_GT_GT_EQ] = ACTIONS(2868), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2868), - [anon_sym_AMP_EQ] = ACTIONS(2868), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2868), - [anon_sym_PLUS_EQ] = ACTIONS(2868), - [anon_sym_DASH_EQ] = ACTIONS(2868), - [anon_sym_PIPE_EQ] = ACTIONS(2868), - [anon_sym_CARET_EQ] = ACTIONS(2868), - [anon_sym_COLON_EQ] = ACTIONS(2868), - [anon_sym_lock] = ACTIONS(2868), - [anon_sym_rlock] = ACTIONS(2868), - [anon_sym_unsafe] = ACTIONS(2868), - [anon_sym_sql] = ACTIONS(2868), - [sym_int_literal] = ACTIONS(2868), - [sym_float_literal] = ACTIONS(2868), - [sym_rune_literal] = ACTIONS(2868), - [anon_sym_AT] = ACTIONS(2868), - [anon_sym_shared] = ACTIONS(2868), - [anon_sym_map_LBRACK] = ACTIONS(2868), - [anon_sym_chan] = ACTIONS(2868), - [anon_sym_thread] = ACTIONS(2868), - [anon_sym_atomic] = ACTIONS(2868), - [anon_sym_assert] = ACTIONS(2868), - [anon_sym_defer] = ACTIONS(2868), - [anon_sym_goto] = ACTIONS(2868), - [anon_sym_break] = ACTIONS(2868), - [anon_sym_continue] = ACTIONS(2868), - [anon_sym_return] = ACTIONS(2868), - [anon_sym_DOLLARfor] = ACTIONS(2868), - [anon_sym_for] = ACTIONS(2868), - [anon_sym_POUND] = ACTIONS(2868), - [anon_sym_asm] = ACTIONS(2868), - [anon_sym_AT_LBRACK] = ACTIONS(2868), - [sym___double_quote] = ACTIONS(2868), - [sym___single_quote] = ACTIONS(2868), - [sym___c_double_quote] = ACTIONS(2868), - [sym___c_single_quote] = ACTIONS(2868), - [sym___r_double_quote] = ACTIONS(2868), - [sym___r_single_quote] = ACTIONS(2868), + [anon_sym_DOT] = ACTIONS(3115), + [anon_sym_as] = ACTIONS(3115), + [anon_sym_LBRACE] = ACTIONS(3115), + [anon_sym_COMMA] = ACTIONS(3115), + [anon_sym_const] = ACTIONS(3115), + [anon_sym_LPAREN] = ACTIONS(3115), + [anon_sym_EQ] = ACTIONS(3115), + [anon_sym___global] = ACTIONS(3115), + [anon_sym_type] = ACTIONS(3115), + [anon_sym_PIPE] = ACTIONS(3115), + [anon_sym_fn] = ACTIONS(3115), + [anon_sym_PLUS] = ACTIONS(3115), + [anon_sym_DASH] = ACTIONS(3115), + [anon_sym_STAR] = ACTIONS(3115), + [anon_sym_SLASH] = ACTIONS(3115), + [anon_sym_PERCENT] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(3115), + [anon_sym_GT] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3115), + [anon_sym_BANG_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(3115), + [anon_sym_GT_EQ] = ACTIONS(3115), + [anon_sym_LBRACK] = ACTIONS(3113), + [anon_sym_LT2] = ACTIONS(3115), + [anon_sym_struct] = ACTIONS(3115), + [anon_sym_union] = ACTIONS(3115), + [anon_sym_pub] = ACTIONS(3115), + [anon_sym_mut] = ACTIONS(3115), + [anon_sym_enum] = ACTIONS(3115), + [anon_sym_interface] = ACTIONS(3115), + [anon_sym_PLUS_PLUS] = ACTIONS(3115), + [anon_sym_DASH_DASH] = ACTIONS(3115), + [anon_sym_QMARK] = ACTIONS(3115), + [anon_sym_BANG] = ACTIONS(3115), + [anon_sym_go] = ACTIONS(3115), + [anon_sym_spawn] = ACTIONS(3115), + [anon_sym_json_DOTdecode] = ACTIONS(3115), + [anon_sym_LBRACK2] = ACTIONS(3115), + [anon_sym_TILDE] = ACTIONS(3115), + [anon_sym_CARET] = ACTIONS(3115), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT_DASH] = ACTIONS(3115), + [anon_sym_LT_LT] = ACTIONS(3115), + [anon_sym_GT_GT] = ACTIONS(3115), + [anon_sym_GT_GT_GT] = ACTIONS(3115), + [anon_sym_AMP_CARET] = ACTIONS(3115), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_or] = ACTIONS(3115), + [sym_none] = ACTIONS(3115), + [sym_true] = ACTIONS(3115), + [sym_false] = ACTIONS(3115), + [sym_nil] = ACTIONS(3115), + [anon_sym_QMARK_DOT] = ACTIONS(3115), + [anon_sym_POUND_LBRACK] = ACTIONS(3115), + [anon_sym_if] = ACTIONS(3115), + [anon_sym_DOLLARif] = ACTIONS(3115), + [anon_sym_is] = ACTIONS(3115), + [anon_sym_BANGis] = ACTIONS(3115), + [anon_sym_in] = ACTIONS(3115), + [anon_sym_BANGin] = ACTIONS(3115), + [anon_sym_match] = ACTIONS(3115), + [anon_sym_select] = ACTIONS(3115), + [anon_sym_STAR_EQ] = ACTIONS(3115), + [anon_sym_SLASH_EQ] = ACTIONS(3115), + [anon_sym_PERCENT_EQ] = ACTIONS(3115), + [anon_sym_LT_LT_EQ] = ACTIONS(3115), + [anon_sym_GT_GT_EQ] = ACTIONS(3115), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3115), + [anon_sym_AMP_EQ] = ACTIONS(3115), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3115), + [anon_sym_PLUS_EQ] = ACTIONS(3115), + [anon_sym_DASH_EQ] = ACTIONS(3115), + [anon_sym_PIPE_EQ] = ACTIONS(3115), + [anon_sym_CARET_EQ] = ACTIONS(3115), + [anon_sym_COLON_EQ] = ACTIONS(3115), + [anon_sym_lock] = ACTIONS(3115), + [anon_sym_rlock] = ACTIONS(3115), + [anon_sym_unsafe] = ACTIONS(3115), + [anon_sym_sql] = ACTIONS(3115), + [sym_int_literal] = ACTIONS(3115), + [sym_float_literal] = ACTIONS(3115), + [sym_rune_literal] = ACTIONS(3115), + [anon_sym_AT] = ACTIONS(3115), + [anon_sym_shared] = ACTIONS(3115), + [anon_sym_map_LBRACK] = ACTIONS(3115), + [anon_sym_chan] = ACTIONS(3115), + [anon_sym_thread] = ACTIONS(3115), + [anon_sym_atomic] = ACTIONS(3115), + [anon_sym_assert] = ACTIONS(3115), + [anon_sym_defer] = ACTIONS(3115), + [anon_sym_goto] = ACTIONS(3115), + [anon_sym_break] = ACTIONS(3115), + [anon_sym_continue] = ACTIONS(3115), + [anon_sym_return] = ACTIONS(3115), + [anon_sym_DOLLARfor] = ACTIONS(3115), + [anon_sym_for] = ACTIONS(3115), + [anon_sym_POUND] = ACTIONS(3115), + [anon_sym_asm] = ACTIONS(3115), + [anon_sym_AT_LBRACK] = ACTIONS(3115), + [sym___double_quote] = ACTIONS(3115), + [sym___single_quote] = ACTIONS(3115), + [sym___c_double_quote] = ACTIONS(3115), + [sym___c_single_quote] = ACTIONS(3115), + [sym___r_double_quote] = ACTIONS(3115), + [sym___r_single_quote] = ACTIONS(3115), }, - [870] = { - [ts_builtin_sym_end] = ACTIONS(2870), - [sym_identifier] = ACTIONS(2872), - [anon_sym_LF] = ACTIONS(2872), - [anon_sym_CR] = ACTIONS(2872), - [anon_sym_CR_LF] = ACTIONS(2872), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2872), - [anon_sym_as] = ACTIONS(2872), - [anon_sym_LBRACE] = ACTIONS(2872), - [anon_sym_COMMA] = ACTIONS(2872), - [anon_sym_const] = ACTIONS(2872), - [anon_sym_LPAREN] = ACTIONS(2872), - [anon_sym_EQ] = ACTIONS(2872), - [anon_sym___global] = ACTIONS(2872), - [anon_sym_type] = ACTIONS(2872), - [anon_sym_PIPE] = ACTIONS(2872), - [anon_sym_fn] = ACTIONS(2872), - [anon_sym_PLUS] = ACTIONS(2872), - [anon_sym_DASH] = ACTIONS(2872), - [anon_sym_STAR] = ACTIONS(2872), - [anon_sym_SLASH] = ACTIONS(2872), - [anon_sym_PERCENT] = ACTIONS(2872), - [anon_sym_LT] = ACTIONS(2872), - [anon_sym_GT] = ACTIONS(2872), - [anon_sym_EQ_EQ] = ACTIONS(2872), - [anon_sym_BANG_EQ] = ACTIONS(2872), - [anon_sym_LT_EQ] = ACTIONS(2872), - [anon_sym_GT_EQ] = ACTIONS(2872), - [anon_sym_LBRACK] = ACTIONS(2870), - [anon_sym_struct] = ACTIONS(2872), - [anon_sym_union] = ACTIONS(2872), - [anon_sym_pub] = ACTIONS(2872), - [anon_sym_mut] = ACTIONS(2872), - [anon_sym_enum] = ACTIONS(2872), - [anon_sym_interface] = ACTIONS(2872), - [anon_sym_PLUS_PLUS] = ACTIONS(2872), - [anon_sym_DASH_DASH] = ACTIONS(2872), - [anon_sym_QMARK] = ACTIONS(2872), - [anon_sym_BANG] = ACTIONS(2872), - [anon_sym_go] = ACTIONS(2872), - [anon_sym_spawn] = ACTIONS(2872), - [anon_sym_json_DOTdecode] = ACTIONS(2872), - [anon_sym_LBRACK2] = ACTIONS(2872), - [anon_sym_TILDE] = ACTIONS(2872), - [anon_sym_CARET] = ACTIONS(2872), - [anon_sym_AMP] = ACTIONS(2872), - [anon_sym_LT_DASH] = ACTIONS(2872), - [anon_sym_LT_LT] = ACTIONS(2872), - [anon_sym_GT_GT] = ACTIONS(2872), - [anon_sym_GT_GT_GT] = ACTIONS(2872), - [anon_sym_AMP_CARET] = ACTIONS(2872), - [anon_sym_AMP_AMP] = ACTIONS(2872), - [anon_sym_PIPE_PIPE] = ACTIONS(2872), - [anon_sym_or] = ACTIONS(2872), - [sym_none] = ACTIONS(2872), - [sym_true] = ACTIONS(2872), - [sym_false] = ACTIONS(2872), - [sym_nil] = ACTIONS(2872), - [anon_sym_QMARK_DOT] = ACTIONS(2872), - [anon_sym_POUND_LBRACK] = ACTIONS(2872), - [anon_sym_if] = ACTIONS(2872), - [anon_sym_DOLLARif] = ACTIONS(2872), - [anon_sym_is] = ACTIONS(2872), - [anon_sym_BANGis] = ACTIONS(2872), - [anon_sym_in] = ACTIONS(2872), - [anon_sym_BANGin] = ACTIONS(2872), - [anon_sym_match] = ACTIONS(2872), - [anon_sym_select] = ACTIONS(2872), - [anon_sym_STAR_EQ] = ACTIONS(2872), - [anon_sym_SLASH_EQ] = ACTIONS(2872), - [anon_sym_PERCENT_EQ] = ACTIONS(2872), - [anon_sym_LT_LT_EQ] = ACTIONS(2872), - [anon_sym_GT_GT_EQ] = ACTIONS(2872), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2872), - [anon_sym_AMP_EQ] = ACTIONS(2872), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2872), - [anon_sym_PLUS_EQ] = ACTIONS(2872), - [anon_sym_DASH_EQ] = ACTIONS(2872), - [anon_sym_PIPE_EQ] = ACTIONS(2872), - [anon_sym_CARET_EQ] = ACTIONS(2872), - [anon_sym_COLON_EQ] = ACTIONS(2872), - [anon_sym_lock] = ACTIONS(2872), - [anon_sym_rlock] = ACTIONS(2872), - [anon_sym_unsafe] = ACTIONS(2872), - [anon_sym_sql] = ACTIONS(2872), - [sym_int_literal] = ACTIONS(2872), - [sym_float_literal] = ACTIONS(2872), - [sym_rune_literal] = ACTIONS(2872), - [anon_sym_AT] = ACTIONS(2872), - [anon_sym_shared] = ACTIONS(2872), - [anon_sym_map_LBRACK] = ACTIONS(2872), - [anon_sym_chan] = ACTIONS(2872), - [anon_sym_thread] = ACTIONS(2872), - [anon_sym_atomic] = ACTIONS(2872), - [anon_sym_assert] = ACTIONS(2872), - [anon_sym_defer] = ACTIONS(2872), - [anon_sym_goto] = ACTIONS(2872), - [anon_sym_break] = ACTIONS(2872), - [anon_sym_continue] = ACTIONS(2872), - [anon_sym_return] = ACTIONS(2872), - [anon_sym_DOLLARfor] = ACTIONS(2872), - [anon_sym_for] = ACTIONS(2872), - [anon_sym_POUND] = ACTIONS(2872), - [anon_sym_asm] = ACTIONS(2872), - [anon_sym_AT_LBRACK] = ACTIONS(2872), - [sym___double_quote] = ACTIONS(2872), - [sym___single_quote] = ACTIONS(2872), - [sym___c_double_quote] = ACTIONS(2872), - [sym___c_single_quote] = ACTIONS(2872), - [sym___r_double_quote] = ACTIONS(2872), - [sym___r_single_quote] = ACTIONS(2872), + [830] = { + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(3719), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [871] = { - [ts_builtin_sym_end] = ACTIONS(2874), - [sym_identifier] = ACTIONS(2876), - [anon_sym_LF] = ACTIONS(2876), - [anon_sym_CR] = ACTIONS(2876), - [anon_sym_CR_LF] = ACTIONS(2876), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2876), - [anon_sym_as] = ACTIONS(2876), - [anon_sym_LBRACE] = ACTIONS(2876), - [anon_sym_COMMA] = ACTIONS(2876), - [anon_sym_const] = ACTIONS(2876), - [anon_sym_LPAREN] = ACTIONS(2876), - [anon_sym_EQ] = ACTIONS(2876), - [anon_sym___global] = ACTIONS(2876), - [anon_sym_type] = ACTIONS(2876), - [anon_sym_PIPE] = ACTIONS(2876), - [anon_sym_fn] = ACTIONS(2876), - [anon_sym_PLUS] = ACTIONS(2876), - [anon_sym_DASH] = ACTIONS(2876), - [anon_sym_STAR] = ACTIONS(2876), - [anon_sym_SLASH] = ACTIONS(2876), - [anon_sym_PERCENT] = ACTIONS(2876), - [anon_sym_LT] = ACTIONS(2876), - [anon_sym_GT] = ACTIONS(2876), - [anon_sym_EQ_EQ] = ACTIONS(2876), - [anon_sym_BANG_EQ] = ACTIONS(2876), - [anon_sym_LT_EQ] = ACTIONS(2876), - [anon_sym_GT_EQ] = ACTIONS(2876), - [anon_sym_LBRACK] = ACTIONS(2874), - [anon_sym_struct] = ACTIONS(2876), - [anon_sym_union] = ACTIONS(2876), - [anon_sym_pub] = ACTIONS(2876), - [anon_sym_mut] = ACTIONS(2876), - [anon_sym_enum] = ACTIONS(2876), - [anon_sym_interface] = ACTIONS(2876), - [anon_sym_PLUS_PLUS] = ACTIONS(2876), - [anon_sym_DASH_DASH] = ACTIONS(2876), - [anon_sym_QMARK] = ACTIONS(2876), - [anon_sym_BANG] = ACTIONS(2876), - [anon_sym_go] = ACTIONS(2876), - [anon_sym_spawn] = ACTIONS(2876), - [anon_sym_json_DOTdecode] = ACTIONS(2876), - [anon_sym_LBRACK2] = ACTIONS(2876), - [anon_sym_TILDE] = ACTIONS(2876), - [anon_sym_CARET] = ACTIONS(2876), - [anon_sym_AMP] = ACTIONS(2876), - [anon_sym_LT_DASH] = ACTIONS(2876), - [anon_sym_LT_LT] = ACTIONS(2876), - [anon_sym_GT_GT] = ACTIONS(2876), - [anon_sym_GT_GT_GT] = ACTIONS(2876), - [anon_sym_AMP_CARET] = ACTIONS(2876), - [anon_sym_AMP_AMP] = ACTIONS(2876), - [anon_sym_PIPE_PIPE] = ACTIONS(2876), - [anon_sym_or] = ACTIONS(2876), - [sym_none] = ACTIONS(2876), - [sym_true] = ACTIONS(2876), - [sym_false] = ACTIONS(2876), - [sym_nil] = ACTIONS(2876), - [anon_sym_QMARK_DOT] = ACTIONS(2876), - [anon_sym_POUND_LBRACK] = ACTIONS(2876), - [anon_sym_if] = ACTIONS(2876), - [anon_sym_DOLLARif] = ACTIONS(2876), - [anon_sym_is] = ACTIONS(2876), - [anon_sym_BANGis] = ACTIONS(2876), - [anon_sym_in] = ACTIONS(2876), - [anon_sym_BANGin] = ACTIONS(2876), - [anon_sym_match] = ACTIONS(2876), - [anon_sym_select] = ACTIONS(2876), - [anon_sym_STAR_EQ] = ACTIONS(2876), - [anon_sym_SLASH_EQ] = ACTIONS(2876), - [anon_sym_PERCENT_EQ] = ACTIONS(2876), - [anon_sym_LT_LT_EQ] = ACTIONS(2876), - [anon_sym_GT_GT_EQ] = ACTIONS(2876), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2876), - [anon_sym_AMP_EQ] = ACTIONS(2876), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2876), - [anon_sym_PLUS_EQ] = ACTIONS(2876), - [anon_sym_DASH_EQ] = ACTIONS(2876), - [anon_sym_PIPE_EQ] = ACTIONS(2876), - [anon_sym_CARET_EQ] = ACTIONS(2876), - [anon_sym_COLON_EQ] = ACTIONS(2876), - [anon_sym_lock] = ACTIONS(2876), - [anon_sym_rlock] = ACTIONS(2876), - [anon_sym_unsafe] = ACTIONS(2876), - [anon_sym_sql] = ACTIONS(2876), - [sym_int_literal] = ACTIONS(2876), - [sym_float_literal] = ACTIONS(2876), - [sym_rune_literal] = ACTIONS(2876), - [anon_sym_AT] = ACTIONS(2876), - [anon_sym_shared] = ACTIONS(2876), - [anon_sym_map_LBRACK] = ACTIONS(2876), - [anon_sym_chan] = ACTIONS(2876), - [anon_sym_thread] = ACTIONS(2876), - [anon_sym_atomic] = ACTIONS(2876), - [anon_sym_assert] = ACTIONS(2876), - [anon_sym_defer] = ACTIONS(2876), - [anon_sym_goto] = ACTIONS(2876), - [anon_sym_break] = ACTIONS(2876), - [anon_sym_continue] = ACTIONS(2876), - [anon_sym_return] = ACTIONS(2876), - [anon_sym_DOLLARfor] = ACTIONS(2876), - [anon_sym_for] = ACTIONS(2876), - [anon_sym_POUND] = ACTIONS(2876), - [anon_sym_asm] = ACTIONS(2876), - [anon_sym_AT_LBRACK] = ACTIONS(2876), - [sym___double_quote] = ACTIONS(2876), - [sym___single_quote] = ACTIONS(2876), - [sym___c_double_quote] = ACTIONS(2876), - [sym___c_single_quote] = ACTIONS(2876), - [sym___r_double_quote] = ACTIONS(2876), - [sym___r_single_quote] = ACTIONS(2876), + [831] = { + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(811), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1702), + [anon_sym_DASH] = ACTIONS(1702), + [anon_sym_STAR] = ACTIONS(1704), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1706), + [anon_sym_go] = ACTIONS(1708), + [anon_sym_spawn] = ACTIONS(1710), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(1702), + [anon_sym_CARET] = ACTIONS(1702), + [anon_sym_AMP] = ACTIONS(1714), + [anon_sym_LT_DASH] = ACTIONS(1716), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1718), + [anon_sym_lock] = ACTIONS(1720), + [anon_sym_rlock] = ACTIONS(1720), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, - [872] = { - [ts_builtin_sym_end] = ACTIONS(2878), - [sym_identifier] = ACTIONS(2880), - [anon_sym_LF] = ACTIONS(2880), - [anon_sym_CR] = ACTIONS(2880), - [anon_sym_CR_LF] = ACTIONS(2880), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_as] = ACTIONS(2880), - [anon_sym_LBRACE] = ACTIONS(2880), - [anon_sym_COMMA] = ACTIONS(2880), - [anon_sym_const] = ACTIONS(2880), - [anon_sym_LPAREN] = ACTIONS(2880), - [anon_sym_EQ] = ACTIONS(2880), - [anon_sym___global] = ACTIONS(2880), - [anon_sym_type] = ACTIONS(2880), - [anon_sym_PIPE] = ACTIONS(2880), - [anon_sym_fn] = ACTIONS(2880), - [anon_sym_PLUS] = ACTIONS(2880), - [anon_sym_DASH] = ACTIONS(2880), - [anon_sym_STAR] = ACTIONS(2880), - [anon_sym_SLASH] = ACTIONS(2880), - [anon_sym_PERCENT] = ACTIONS(2880), - [anon_sym_LT] = ACTIONS(2880), - [anon_sym_GT] = ACTIONS(2880), - [anon_sym_EQ_EQ] = ACTIONS(2880), - [anon_sym_BANG_EQ] = ACTIONS(2880), - [anon_sym_LT_EQ] = ACTIONS(2880), - [anon_sym_GT_EQ] = ACTIONS(2880), - [anon_sym_LBRACK] = ACTIONS(2878), - [anon_sym_struct] = ACTIONS(2880), - [anon_sym_union] = ACTIONS(2880), - [anon_sym_pub] = ACTIONS(2880), - [anon_sym_mut] = ACTIONS(2880), - [anon_sym_enum] = ACTIONS(2880), - [anon_sym_interface] = ACTIONS(2880), - [anon_sym_PLUS_PLUS] = ACTIONS(2880), - [anon_sym_DASH_DASH] = ACTIONS(2880), - [anon_sym_QMARK] = ACTIONS(2880), - [anon_sym_BANG] = ACTIONS(2880), - [anon_sym_go] = ACTIONS(2880), - [anon_sym_spawn] = ACTIONS(2880), - [anon_sym_json_DOTdecode] = ACTIONS(2880), - [anon_sym_LBRACK2] = ACTIONS(2880), - [anon_sym_TILDE] = ACTIONS(2880), - [anon_sym_CARET] = ACTIONS(2880), - [anon_sym_AMP] = ACTIONS(2880), - [anon_sym_LT_DASH] = ACTIONS(2880), - [anon_sym_LT_LT] = ACTIONS(2880), - [anon_sym_GT_GT] = ACTIONS(2880), - [anon_sym_GT_GT_GT] = ACTIONS(2880), - [anon_sym_AMP_CARET] = ACTIONS(2880), - [anon_sym_AMP_AMP] = ACTIONS(2880), - [anon_sym_PIPE_PIPE] = ACTIONS(2880), - [anon_sym_or] = ACTIONS(2880), - [sym_none] = ACTIONS(2880), - [sym_true] = ACTIONS(2880), - [sym_false] = ACTIONS(2880), - [sym_nil] = ACTIONS(2880), - [anon_sym_QMARK_DOT] = ACTIONS(2880), - [anon_sym_POUND_LBRACK] = ACTIONS(2880), - [anon_sym_if] = ACTIONS(2880), - [anon_sym_DOLLARif] = ACTIONS(2880), - [anon_sym_is] = ACTIONS(2880), - [anon_sym_BANGis] = ACTIONS(2880), - [anon_sym_in] = ACTIONS(2880), - [anon_sym_BANGin] = ACTIONS(2880), - [anon_sym_match] = ACTIONS(2880), - [anon_sym_select] = ACTIONS(2880), - [anon_sym_STAR_EQ] = ACTIONS(2880), - [anon_sym_SLASH_EQ] = ACTIONS(2880), - [anon_sym_PERCENT_EQ] = ACTIONS(2880), - [anon_sym_LT_LT_EQ] = ACTIONS(2880), - [anon_sym_GT_GT_EQ] = ACTIONS(2880), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2880), - [anon_sym_AMP_EQ] = ACTIONS(2880), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2880), - [anon_sym_PLUS_EQ] = ACTIONS(2880), - [anon_sym_DASH_EQ] = ACTIONS(2880), - [anon_sym_PIPE_EQ] = ACTIONS(2880), - [anon_sym_CARET_EQ] = ACTIONS(2880), - [anon_sym_COLON_EQ] = ACTIONS(2880), - [anon_sym_lock] = ACTIONS(2880), - [anon_sym_rlock] = ACTIONS(2880), - [anon_sym_unsafe] = ACTIONS(2880), - [anon_sym_sql] = ACTIONS(2880), - [sym_int_literal] = ACTIONS(2880), - [sym_float_literal] = ACTIONS(2880), - [sym_rune_literal] = ACTIONS(2880), - [anon_sym_AT] = ACTIONS(2880), - [anon_sym_shared] = ACTIONS(2880), - [anon_sym_map_LBRACK] = ACTIONS(2880), - [anon_sym_chan] = ACTIONS(2880), - [anon_sym_thread] = ACTIONS(2880), - [anon_sym_atomic] = ACTIONS(2880), - [anon_sym_assert] = ACTIONS(2880), - [anon_sym_defer] = ACTIONS(2880), - [anon_sym_goto] = ACTIONS(2880), - [anon_sym_break] = ACTIONS(2880), - [anon_sym_continue] = ACTIONS(2880), - [anon_sym_return] = ACTIONS(2880), - [anon_sym_DOLLARfor] = ACTIONS(2880), - [anon_sym_for] = ACTIONS(2880), - [anon_sym_POUND] = ACTIONS(2880), - [anon_sym_asm] = ACTIONS(2880), - [anon_sym_AT_LBRACK] = ACTIONS(2880), - [sym___double_quote] = ACTIONS(2880), - [sym___single_quote] = ACTIONS(2880), - [sym___c_double_quote] = ACTIONS(2880), - [sym___c_single_quote] = ACTIONS(2880), - [sym___r_double_quote] = ACTIONS(2880), - [sym___r_single_quote] = ACTIONS(2880), + [832] = { + [sym__expression] = STATE(2615), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4201), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1087), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_fn] = ACTIONS(1095), + [anon_sym_PLUS] = ACTIONS(2496), + [anon_sym_DASH] = ACTIONS(2496), + [anon_sym_STAR] = ACTIONS(2498), + [anon_sym_struct] = ACTIONS(1101), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2500), + [anon_sym_go] = ACTIONS(2502), + [anon_sym_spawn] = ACTIONS(2504), + [anon_sym_json_DOTdecode] = ACTIONS(1109), + [anon_sym_LBRACK2] = ACTIONS(1111), + [anon_sym_TILDE] = ACTIONS(2496), + [anon_sym_CARET] = ACTIONS(2496), + [anon_sym_AMP] = ACTIONS(2506), + [anon_sym_LT_DASH] = ACTIONS(2508), + [sym_none] = ACTIONS(1117), + [sym_true] = ACTIONS(1117), + [sym_false] = ACTIONS(1117), + [sym_nil] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), + [anon_sym_DOLLARif] = ACTIONS(1123), + [anon_sym_match] = ACTIONS(1125), + [anon_sym_select] = ACTIONS(2510), + [anon_sym_lock] = ACTIONS(2512), + [anon_sym_rlock] = ACTIONS(2512), + [anon_sym_unsafe] = ACTIONS(1131), + [anon_sym_sql] = ACTIONS(1133), + [sym_int_literal] = ACTIONS(1117), + [sym_float_literal] = ACTIONS(1135), + [sym_rune_literal] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1139), + [sym___single_quote] = ACTIONS(1141), + [sym___c_double_quote] = ACTIONS(1143), + [sym___c_single_quote] = ACTIONS(1145), + [sym___r_double_quote] = ACTIONS(1147), + [sym___r_single_quote] = ACTIONS(1149), }, - [873] = { - [ts_builtin_sym_end] = ACTIONS(2882), - [sym_identifier] = ACTIONS(2884), - [anon_sym_LF] = ACTIONS(2884), - [anon_sym_CR] = ACTIONS(2884), - [anon_sym_CR_LF] = ACTIONS(2884), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2886), - [anon_sym_as] = ACTIONS(2884), - [anon_sym_LBRACE] = ACTIONS(2884), - [anon_sym_COMMA] = ACTIONS(2884), - [anon_sym_const] = ACTIONS(2884), - [anon_sym_LPAREN] = ACTIONS(2884), - [anon_sym_EQ] = ACTIONS(2884), - [anon_sym___global] = ACTIONS(2884), - [anon_sym_type] = ACTIONS(2884), - [anon_sym_PIPE] = ACTIONS(2884), - [anon_sym_fn] = ACTIONS(2884), - [anon_sym_PLUS] = ACTIONS(2884), - [anon_sym_DASH] = ACTIONS(2884), - [anon_sym_STAR] = ACTIONS(2884), - [anon_sym_SLASH] = ACTIONS(2884), - [anon_sym_PERCENT] = ACTIONS(2884), - [anon_sym_LT] = ACTIONS(2884), - [anon_sym_GT] = ACTIONS(2884), - [anon_sym_EQ_EQ] = ACTIONS(2884), - [anon_sym_BANG_EQ] = ACTIONS(2884), - [anon_sym_LT_EQ] = ACTIONS(2884), - [anon_sym_GT_EQ] = ACTIONS(2884), - [anon_sym_LBRACK] = ACTIONS(2882), - [anon_sym_struct] = ACTIONS(2884), - [anon_sym_union] = ACTIONS(2884), - [anon_sym_pub] = ACTIONS(2884), - [anon_sym_mut] = ACTIONS(2884), - [anon_sym_enum] = ACTIONS(2884), - [anon_sym_interface] = ACTIONS(2884), - [anon_sym_PLUS_PLUS] = ACTIONS(2884), - [anon_sym_DASH_DASH] = ACTIONS(2884), - [anon_sym_QMARK] = ACTIONS(2884), - [anon_sym_BANG] = ACTIONS(2884), - [anon_sym_go] = ACTIONS(2884), - [anon_sym_spawn] = ACTIONS(2884), - [anon_sym_json_DOTdecode] = ACTIONS(2884), - [anon_sym_LBRACK2] = ACTIONS(2884), - [anon_sym_TILDE] = ACTIONS(2884), - [anon_sym_CARET] = ACTIONS(2884), - [anon_sym_AMP] = ACTIONS(2884), - [anon_sym_LT_DASH] = ACTIONS(2884), - [anon_sym_LT_LT] = ACTIONS(2884), - [anon_sym_GT_GT] = ACTIONS(2884), - [anon_sym_GT_GT_GT] = ACTIONS(2884), - [anon_sym_AMP_CARET] = ACTIONS(2884), - [anon_sym_AMP_AMP] = ACTIONS(2884), - [anon_sym_PIPE_PIPE] = ACTIONS(2884), - [anon_sym_or] = ACTIONS(2884), - [sym_none] = ACTIONS(2884), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_nil] = ACTIONS(2884), - [anon_sym_QMARK_DOT] = ACTIONS(2884), - [anon_sym_POUND_LBRACK] = ACTIONS(2884), - [anon_sym_if] = ACTIONS(2884), - [anon_sym_DOLLARif] = ACTIONS(2884), - [anon_sym_is] = ACTIONS(2884), - [anon_sym_BANGis] = ACTIONS(2884), - [anon_sym_in] = ACTIONS(2884), - [anon_sym_BANGin] = ACTIONS(2884), - [anon_sym_match] = ACTIONS(2884), - [anon_sym_select] = ACTIONS(2884), - [anon_sym_STAR_EQ] = ACTIONS(2884), - [anon_sym_SLASH_EQ] = ACTIONS(2884), - [anon_sym_PERCENT_EQ] = ACTIONS(2884), - [anon_sym_LT_LT_EQ] = ACTIONS(2884), - [anon_sym_GT_GT_EQ] = ACTIONS(2884), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2884), - [anon_sym_AMP_EQ] = ACTIONS(2884), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2884), - [anon_sym_PLUS_EQ] = ACTIONS(2884), - [anon_sym_DASH_EQ] = ACTIONS(2884), - [anon_sym_PIPE_EQ] = ACTIONS(2884), - [anon_sym_CARET_EQ] = ACTIONS(2884), - [anon_sym_COLON_EQ] = ACTIONS(2884), - [anon_sym_lock] = ACTIONS(2884), - [anon_sym_rlock] = ACTIONS(2884), - [anon_sym_unsafe] = ACTIONS(2884), - [anon_sym_sql] = ACTIONS(2884), - [sym_int_literal] = ACTIONS(2884), - [sym_float_literal] = ACTIONS(2884), - [sym_rune_literal] = ACTIONS(2884), - [anon_sym_AT] = ACTIONS(2884), - [anon_sym_shared] = ACTIONS(2884), - [anon_sym_map_LBRACK] = ACTIONS(2884), - [anon_sym_chan] = ACTIONS(2884), - [anon_sym_thread] = ACTIONS(2884), - [anon_sym_atomic] = ACTIONS(2884), - [anon_sym_assert] = ACTIONS(2884), - [anon_sym_defer] = ACTIONS(2884), - [anon_sym_goto] = ACTIONS(2884), - [anon_sym_break] = ACTIONS(2884), - [anon_sym_continue] = ACTIONS(2884), - [anon_sym_return] = ACTIONS(2884), - [anon_sym_DOLLARfor] = ACTIONS(2884), - [anon_sym_for] = ACTIONS(2884), - [anon_sym_POUND] = ACTIONS(2884), - [anon_sym_asm] = ACTIONS(2884), - [anon_sym_AT_LBRACK] = ACTIONS(2884), - [sym___double_quote] = ACTIONS(2884), - [sym___single_quote] = ACTIONS(2884), - [sym___c_double_quote] = ACTIONS(2884), - [sym___c_single_quote] = ACTIONS(2884), - [sym___r_double_quote] = ACTIONS(2884), - [sym___r_single_quote] = ACTIONS(2884), + [833] = { + [sym__expression] = STATE(1895), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2428), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(2430), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(2432), + [anon_sym_DASH] = ACTIONS(2432), + [anon_sym_STAR] = ACTIONS(2434), + [anon_sym_struct] = ACTIONS(809), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2436), + [anon_sym_go] = ACTIONS(2438), + [anon_sym_spawn] = ACTIONS(2440), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(2442), + [anon_sym_TILDE] = ACTIONS(2432), + [anon_sym_CARET] = ACTIONS(2432), + [anon_sym_AMP] = ACTIONS(2444), + [anon_sym_LT_DASH] = ACTIONS(2446), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(829), + [anon_sym_DOLLARif] = ACTIONS(831), + [anon_sym_match] = ACTIONS(833), + [anon_sym_select] = ACTIONS(2448), + [anon_sym_lock] = ACTIONS(2450), + [anon_sym_rlock] = ACTIONS(2450), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_sql] = ACTIONS(841), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), }, - [874] = { - [ts_builtin_sym_end] = ACTIONS(2770), - [sym_identifier] = ACTIONS(2772), - [anon_sym_LF] = ACTIONS(2772), - [anon_sym_CR] = ACTIONS(2772), - [anon_sym_CR_LF] = ACTIONS(2772), + [834] = { + [ts_builtin_sym_end] = ACTIONS(3117), + [sym_identifier] = ACTIONS(3119), + [anon_sym_LF] = ACTIONS(3119), + [anon_sym_CR] = ACTIONS(3119), + [anon_sym_CR_LF] = ACTIONS(3119), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2772), - [anon_sym_as] = ACTIONS(2772), - [anon_sym_LBRACE] = ACTIONS(2772), - [anon_sym_COMMA] = ACTIONS(2772), - [anon_sym_const] = ACTIONS(2772), - [anon_sym_LPAREN] = ACTIONS(2772), - [anon_sym_EQ] = ACTIONS(2772), - [anon_sym___global] = ACTIONS(2772), - [anon_sym_type] = ACTIONS(2772), - [anon_sym_PIPE] = ACTIONS(2772), - [anon_sym_fn] = ACTIONS(2772), - [anon_sym_PLUS] = ACTIONS(2772), - [anon_sym_DASH] = ACTIONS(2772), - [anon_sym_STAR] = ACTIONS(2772), - [anon_sym_SLASH] = ACTIONS(2772), - [anon_sym_PERCENT] = ACTIONS(2772), - [anon_sym_LT] = ACTIONS(2772), - [anon_sym_GT] = ACTIONS(2772), - [anon_sym_EQ_EQ] = ACTIONS(2772), - [anon_sym_BANG_EQ] = ACTIONS(2772), - [anon_sym_LT_EQ] = ACTIONS(2772), - [anon_sym_GT_EQ] = ACTIONS(2772), - [anon_sym_LBRACK] = ACTIONS(2770), - [anon_sym_struct] = ACTIONS(2772), - [anon_sym_union] = ACTIONS(2772), - [anon_sym_pub] = ACTIONS(2772), - [anon_sym_mut] = ACTIONS(2772), - [anon_sym_enum] = ACTIONS(2772), - [anon_sym_interface] = ACTIONS(2772), - [anon_sym_PLUS_PLUS] = ACTIONS(2772), - [anon_sym_DASH_DASH] = ACTIONS(2772), - [anon_sym_QMARK] = ACTIONS(2772), - [anon_sym_BANG] = ACTIONS(2772), - [anon_sym_go] = ACTIONS(2772), - [anon_sym_spawn] = ACTIONS(2772), - [anon_sym_json_DOTdecode] = ACTIONS(2772), - [anon_sym_LBRACK2] = ACTIONS(2772), - [anon_sym_TILDE] = ACTIONS(2772), - [anon_sym_CARET] = ACTIONS(2772), - [anon_sym_AMP] = ACTIONS(2772), - [anon_sym_LT_DASH] = ACTIONS(2772), - [anon_sym_LT_LT] = ACTIONS(2772), - [anon_sym_GT_GT] = ACTIONS(2772), - [anon_sym_GT_GT_GT] = ACTIONS(2772), - [anon_sym_AMP_CARET] = ACTIONS(2772), - [anon_sym_AMP_AMP] = ACTIONS(2772), - [anon_sym_PIPE_PIPE] = ACTIONS(2772), - [anon_sym_or] = ACTIONS(2772), - [sym_none] = ACTIONS(2772), - [sym_true] = ACTIONS(2772), - [sym_false] = ACTIONS(2772), - [sym_nil] = ACTIONS(2772), - [anon_sym_QMARK_DOT] = ACTIONS(2772), - [anon_sym_POUND_LBRACK] = ACTIONS(2772), - [anon_sym_if] = ACTIONS(2772), - [anon_sym_DOLLARif] = ACTIONS(2772), - [anon_sym_is] = ACTIONS(2772), - [anon_sym_BANGis] = ACTIONS(2772), - [anon_sym_in] = ACTIONS(2772), - [anon_sym_BANGin] = ACTIONS(2772), - [anon_sym_match] = ACTIONS(2772), - [anon_sym_select] = ACTIONS(2772), - [anon_sym_STAR_EQ] = ACTIONS(2772), - [anon_sym_SLASH_EQ] = ACTIONS(2772), - [anon_sym_PERCENT_EQ] = ACTIONS(2772), - [anon_sym_LT_LT_EQ] = ACTIONS(2772), - [anon_sym_GT_GT_EQ] = ACTIONS(2772), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2772), - [anon_sym_AMP_EQ] = ACTIONS(2772), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2772), - [anon_sym_PLUS_EQ] = ACTIONS(2772), - [anon_sym_DASH_EQ] = ACTIONS(2772), - [anon_sym_PIPE_EQ] = ACTIONS(2772), - [anon_sym_CARET_EQ] = ACTIONS(2772), - [anon_sym_COLON_EQ] = ACTIONS(2772), - [anon_sym_lock] = ACTIONS(2772), - [anon_sym_rlock] = ACTIONS(2772), - [anon_sym_unsafe] = ACTIONS(2772), - [anon_sym_sql] = ACTIONS(2772), - [sym_int_literal] = ACTIONS(2772), - [sym_float_literal] = ACTIONS(2772), - [sym_rune_literal] = ACTIONS(2772), - [anon_sym_AT] = ACTIONS(2772), - [anon_sym_shared] = ACTIONS(2772), - [anon_sym_map_LBRACK] = ACTIONS(2772), - [anon_sym_chan] = ACTIONS(2772), - [anon_sym_thread] = ACTIONS(2772), - [anon_sym_atomic] = ACTIONS(2772), - [anon_sym_assert] = ACTIONS(2772), - [anon_sym_defer] = ACTIONS(2772), - [anon_sym_goto] = ACTIONS(2772), - [anon_sym_break] = ACTIONS(2772), - [anon_sym_continue] = ACTIONS(2772), - [anon_sym_return] = ACTIONS(2772), - [anon_sym_DOLLARfor] = ACTIONS(2772), - [anon_sym_for] = ACTIONS(2772), - [anon_sym_POUND] = ACTIONS(2772), - [anon_sym_asm] = ACTIONS(2772), - [anon_sym_AT_LBRACK] = ACTIONS(2772), - [sym___double_quote] = ACTIONS(2772), - [sym___single_quote] = ACTIONS(2772), - [sym___c_double_quote] = ACTIONS(2772), - [sym___c_single_quote] = ACTIONS(2772), - [sym___r_double_quote] = ACTIONS(2772), - [sym___r_single_quote] = ACTIONS(2772), + [anon_sym_DOT] = ACTIONS(3119), + [anon_sym_as] = ACTIONS(3119), + [anon_sym_LBRACE] = ACTIONS(3119), + [anon_sym_COMMA] = ACTIONS(3119), + [anon_sym_const] = ACTIONS(3119), + [anon_sym_LPAREN] = ACTIONS(3119), + [anon_sym_EQ] = ACTIONS(3119), + [anon_sym___global] = ACTIONS(3119), + [anon_sym_type] = ACTIONS(3119), + [anon_sym_PIPE] = ACTIONS(3119), + [anon_sym_fn] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3119), + [anon_sym_SLASH] = ACTIONS(3119), + [anon_sym_PERCENT] = ACTIONS(3119), + [anon_sym_LT] = ACTIONS(3119), + [anon_sym_GT] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3119), + [anon_sym_BANG_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), + [anon_sym_LBRACK] = ACTIONS(3117), + [anon_sym_LT2] = ACTIONS(3119), + [anon_sym_struct] = ACTIONS(3119), + [anon_sym_union] = ACTIONS(3119), + [anon_sym_pub] = ACTIONS(3119), + [anon_sym_mut] = ACTIONS(3119), + [anon_sym_enum] = ACTIONS(3119), + [anon_sym_interface] = ACTIONS(3119), + [anon_sym_PLUS_PLUS] = ACTIONS(3119), + [anon_sym_DASH_DASH] = ACTIONS(3119), + [anon_sym_QMARK] = ACTIONS(3119), + [anon_sym_BANG] = ACTIONS(3119), + [anon_sym_go] = ACTIONS(3119), + [anon_sym_spawn] = ACTIONS(3119), + [anon_sym_json_DOTdecode] = ACTIONS(3119), + [anon_sym_LBRACK2] = ACTIONS(3119), + [anon_sym_TILDE] = ACTIONS(3119), + [anon_sym_CARET] = ACTIONS(3119), + [anon_sym_AMP] = ACTIONS(3119), + [anon_sym_LT_DASH] = ACTIONS(3119), + [anon_sym_LT_LT] = ACTIONS(3119), + [anon_sym_GT_GT] = ACTIONS(3119), + [anon_sym_GT_GT_GT] = ACTIONS(3119), + [anon_sym_AMP_CARET] = ACTIONS(3119), + [anon_sym_AMP_AMP] = ACTIONS(3119), + [anon_sym_PIPE_PIPE] = ACTIONS(3119), + [anon_sym_or] = ACTIONS(3119), + [sym_none] = ACTIONS(3119), + [sym_true] = ACTIONS(3119), + [sym_false] = ACTIONS(3119), + [sym_nil] = ACTIONS(3119), + [anon_sym_QMARK_DOT] = ACTIONS(3119), + [anon_sym_POUND_LBRACK] = ACTIONS(3119), + [anon_sym_if] = ACTIONS(3119), + [anon_sym_DOLLARif] = ACTIONS(3119), + [anon_sym_is] = ACTIONS(3119), + [anon_sym_BANGis] = ACTIONS(3119), + [anon_sym_in] = ACTIONS(3119), + [anon_sym_BANGin] = ACTIONS(3119), + [anon_sym_match] = ACTIONS(3119), + [anon_sym_select] = ACTIONS(3119), + [anon_sym_STAR_EQ] = ACTIONS(3119), + [anon_sym_SLASH_EQ] = ACTIONS(3119), + [anon_sym_PERCENT_EQ] = ACTIONS(3119), + [anon_sym_LT_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_GT_EQ] = ACTIONS(3119), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3119), + [anon_sym_AMP_EQ] = ACTIONS(3119), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3119), + [anon_sym_PLUS_EQ] = ACTIONS(3119), + [anon_sym_DASH_EQ] = ACTIONS(3119), + [anon_sym_PIPE_EQ] = ACTIONS(3119), + [anon_sym_CARET_EQ] = ACTIONS(3119), + [anon_sym_COLON_EQ] = ACTIONS(3119), + [anon_sym_lock] = ACTIONS(3119), + [anon_sym_rlock] = ACTIONS(3119), + [anon_sym_unsafe] = ACTIONS(3119), + [anon_sym_sql] = ACTIONS(3119), + [sym_int_literal] = ACTIONS(3119), + [sym_float_literal] = ACTIONS(3119), + [sym_rune_literal] = ACTIONS(3119), + [anon_sym_AT] = ACTIONS(3119), + [anon_sym_shared] = ACTIONS(3119), + [anon_sym_map_LBRACK] = ACTIONS(3119), + [anon_sym_chan] = ACTIONS(3119), + [anon_sym_thread] = ACTIONS(3119), + [anon_sym_atomic] = ACTIONS(3119), + [anon_sym_assert] = ACTIONS(3119), + [anon_sym_defer] = ACTIONS(3119), + [anon_sym_goto] = ACTIONS(3119), + [anon_sym_break] = ACTIONS(3119), + [anon_sym_continue] = ACTIONS(3119), + [anon_sym_return] = ACTIONS(3119), + [anon_sym_DOLLARfor] = ACTIONS(3119), + [anon_sym_for] = ACTIONS(3119), + [anon_sym_POUND] = ACTIONS(3119), + [anon_sym_asm] = ACTIONS(3119), + [anon_sym_AT_LBRACK] = ACTIONS(3119), + [sym___double_quote] = ACTIONS(3119), + [sym___single_quote] = ACTIONS(3119), + [sym___c_double_quote] = ACTIONS(3119), + [sym___c_single_quote] = ACTIONS(3119), + [sym___r_double_quote] = ACTIONS(3119), + [sym___r_single_quote] = ACTIONS(3119), }, - [875] = { - [ts_builtin_sym_end] = ACTIONS(2889), - [sym_identifier] = ACTIONS(2891), - [anon_sym_LF] = ACTIONS(2891), - [anon_sym_CR] = ACTIONS(2891), - [anon_sym_CR_LF] = ACTIONS(2891), + [835] = { + [ts_builtin_sym_end] = ACTIONS(3121), + [sym_identifier] = ACTIONS(3123), + [anon_sym_LF] = ACTIONS(3123), + [anon_sym_CR] = ACTIONS(3123), + [anon_sym_CR_LF] = ACTIONS(3123), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2891), - [anon_sym_as] = ACTIONS(2891), - [anon_sym_LBRACE] = ACTIONS(2891), - [anon_sym_COMMA] = ACTIONS(2891), - [anon_sym_const] = ACTIONS(2891), - [anon_sym_LPAREN] = ACTIONS(2891), - [anon_sym_EQ] = ACTIONS(2891), - [anon_sym___global] = ACTIONS(2891), - [anon_sym_type] = ACTIONS(2891), - [anon_sym_PIPE] = ACTIONS(2891), - [anon_sym_fn] = ACTIONS(2891), - [anon_sym_PLUS] = ACTIONS(2891), - [anon_sym_DASH] = ACTIONS(2891), - [anon_sym_STAR] = ACTIONS(2891), - [anon_sym_SLASH] = ACTIONS(2891), - [anon_sym_PERCENT] = ACTIONS(2891), - [anon_sym_LT] = ACTIONS(2891), - [anon_sym_GT] = ACTIONS(2891), - [anon_sym_EQ_EQ] = ACTIONS(2891), - [anon_sym_BANG_EQ] = ACTIONS(2891), - [anon_sym_LT_EQ] = ACTIONS(2891), - [anon_sym_GT_EQ] = ACTIONS(2891), - [anon_sym_LBRACK] = ACTIONS(2889), - [anon_sym_struct] = ACTIONS(2891), - [anon_sym_union] = ACTIONS(2891), - [anon_sym_pub] = ACTIONS(2891), - [anon_sym_mut] = ACTIONS(2891), - [anon_sym_enum] = ACTIONS(2891), - [anon_sym_interface] = ACTIONS(2891), - [anon_sym_PLUS_PLUS] = ACTIONS(2891), - [anon_sym_DASH_DASH] = ACTIONS(2891), - [anon_sym_QMARK] = ACTIONS(2891), - [anon_sym_BANG] = ACTIONS(2891), - [anon_sym_go] = ACTIONS(2891), - [anon_sym_spawn] = ACTIONS(2891), - [anon_sym_json_DOTdecode] = ACTIONS(2891), - [anon_sym_LBRACK2] = ACTIONS(2891), - [anon_sym_TILDE] = ACTIONS(2891), - [anon_sym_CARET] = ACTIONS(2891), - [anon_sym_AMP] = ACTIONS(2891), - [anon_sym_LT_DASH] = ACTIONS(2891), - [anon_sym_LT_LT] = ACTIONS(2891), - [anon_sym_GT_GT] = ACTIONS(2891), - [anon_sym_GT_GT_GT] = ACTIONS(2891), - [anon_sym_AMP_CARET] = ACTIONS(2891), - [anon_sym_AMP_AMP] = ACTIONS(2891), - [anon_sym_PIPE_PIPE] = ACTIONS(2891), - [anon_sym_or] = ACTIONS(2891), - [sym_none] = ACTIONS(2891), - [sym_true] = ACTIONS(2891), - [sym_false] = ACTIONS(2891), - [sym_nil] = ACTIONS(2891), - [anon_sym_QMARK_DOT] = ACTIONS(2891), - [anon_sym_POUND_LBRACK] = ACTIONS(2891), - [anon_sym_if] = ACTIONS(2891), - [anon_sym_DOLLARif] = ACTIONS(2891), - [anon_sym_is] = ACTIONS(2891), - [anon_sym_BANGis] = ACTIONS(2891), - [anon_sym_in] = ACTIONS(2891), - [anon_sym_BANGin] = ACTIONS(2891), - [anon_sym_match] = ACTIONS(2891), - [anon_sym_select] = ACTIONS(2891), - [anon_sym_STAR_EQ] = ACTIONS(2891), - [anon_sym_SLASH_EQ] = ACTIONS(2891), - [anon_sym_PERCENT_EQ] = ACTIONS(2891), - [anon_sym_LT_LT_EQ] = ACTIONS(2891), - [anon_sym_GT_GT_EQ] = ACTIONS(2891), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2891), - [anon_sym_AMP_EQ] = ACTIONS(2891), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2891), - [anon_sym_PLUS_EQ] = ACTIONS(2891), - [anon_sym_DASH_EQ] = ACTIONS(2891), - [anon_sym_PIPE_EQ] = ACTIONS(2891), - [anon_sym_CARET_EQ] = ACTIONS(2891), - [anon_sym_COLON_EQ] = ACTIONS(2891), - [anon_sym_lock] = ACTIONS(2891), - [anon_sym_rlock] = ACTIONS(2891), - [anon_sym_unsafe] = ACTIONS(2891), - [anon_sym_sql] = ACTIONS(2891), - [sym_int_literal] = ACTIONS(2891), - [sym_float_literal] = ACTIONS(2891), - [sym_rune_literal] = ACTIONS(2891), - [anon_sym_AT] = ACTIONS(2891), - [anon_sym_shared] = ACTIONS(2891), - [anon_sym_map_LBRACK] = ACTIONS(2891), - [anon_sym_chan] = ACTIONS(2891), - [anon_sym_thread] = ACTIONS(2891), - [anon_sym_atomic] = ACTIONS(2891), - [anon_sym_assert] = ACTIONS(2891), - [anon_sym_defer] = ACTIONS(2891), - [anon_sym_goto] = ACTIONS(2891), - [anon_sym_break] = ACTIONS(2891), - [anon_sym_continue] = ACTIONS(2891), - [anon_sym_return] = ACTIONS(2891), - [anon_sym_DOLLARfor] = ACTIONS(2891), - [anon_sym_for] = ACTIONS(2891), - [anon_sym_POUND] = ACTIONS(2891), - [anon_sym_asm] = ACTIONS(2891), - [anon_sym_AT_LBRACK] = ACTIONS(2891), - [sym___double_quote] = ACTIONS(2891), - [sym___single_quote] = ACTIONS(2891), - [sym___c_double_quote] = ACTIONS(2891), - [sym___c_single_quote] = ACTIONS(2891), - [sym___r_double_quote] = ACTIONS(2891), - [sym___r_single_quote] = ACTIONS(2891), + [anon_sym_DOT] = ACTIONS(3123), + [anon_sym_as] = ACTIONS(3123), + [anon_sym_LBRACE] = ACTIONS(3123), + [anon_sym_COMMA] = ACTIONS(3123), + [anon_sym_const] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(3123), + [anon_sym_EQ] = ACTIONS(3123), + [anon_sym___global] = ACTIONS(3123), + [anon_sym_type] = ACTIONS(3123), + [anon_sym_PIPE] = ACTIONS(3123), + [anon_sym_fn] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(3123), + [anon_sym_DASH] = ACTIONS(3123), + [anon_sym_STAR] = ACTIONS(3123), + [anon_sym_SLASH] = ACTIONS(3123), + [anon_sym_PERCENT] = ACTIONS(3123), + [anon_sym_LT] = ACTIONS(3123), + [anon_sym_GT] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3123), + [anon_sym_BANG_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_LBRACK] = ACTIONS(3121), + [anon_sym_LT2] = ACTIONS(3123), + [anon_sym_struct] = ACTIONS(3123), + [anon_sym_union] = ACTIONS(3123), + [anon_sym_pub] = ACTIONS(3123), + [anon_sym_mut] = ACTIONS(3123), + [anon_sym_enum] = ACTIONS(3123), + [anon_sym_interface] = ACTIONS(3123), + [anon_sym_PLUS_PLUS] = ACTIONS(3123), + [anon_sym_DASH_DASH] = ACTIONS(3123), + [anon_sym_QMARK] = ACTIONS(3123), + [anon_sym_BANG] = ACTIONS(3123), + [anon_sym_go] = ACTIONS(3123), + [anon_sym_spawn] = ACTIONS(3123), + [anon_sym_json_DOTdecode] = ACTIONS(3123), + [anon_sym_LBRACK2] = ACTIONS(3123), + [anon_sym_TILDE] = ACTIONS(3123), + [anon_sym_CARET] = ACTIONS(3123), + [anon_sym_AMP] = ACTIONS(3123), + [anon_sym_LT_DASH] = ACTIONS(3123), + [anon_sym_LT_LT] = ACTIONS(3123), + [anon_sym_GT_GT] = ACTIONS(3123), + [anon_sym_GT_GT_GT] = ACTIONS(3123), + [anon_sym_AMP_CARET] = ACTIONS(3123), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_or] = ACTIONS(3123), + [sym_none] = ACTIONS(3123), + [sym_true] = ACTIONS(3123), + [sym_false] = ACTIONS(3123), + [sym_nil] = ACTIONS(3123), + [anon_sym_QMARK_DOT] = ACTIONS(3123), + [anon_sym_POUND_LBRACK] = ACTIONS(3123), + [anon_sym_if] = ACTIONS(3123), + [anon_sym_DOLLARif] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3123), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_in] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_match] = ACTIONS(3123), + [anon_sym_select] = ACTIONS(3123), + [anon_sym_STAR_EQ] = ACTIONS(3123), + [anon_sym_SLASH_EQ] = ACTIONS(3123), + [anon_sym_PERCENT_EQ] = ACTIONS(3123), + [anon_sym_LT_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_GT_EQ] = ACTIONS(3123), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3123), + [anon_sym_AMP_EQ] = ACTIONS(3123), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3123), + [anon_sym_PLUS_EQ] = ACTIONS(3123), + [anon_sym_DASH_EQ] = ACTIONS(3123), + [anon_sym_PIPE_EQ] = ACTIONS(3123), + [anon_sym_CARET_EQ] = ACTIONS(3123), + [anon_sym_COLON_EQ] = ACTIONS(3123), + [anon_sym_lock] = ACTIONS(3123), + [anon_sym_rlock] = ACTIONS(3123), + [anon_sym_unsafe] = ACTIONS(3123), + [anon_sym_sql] = ACTIONS(3123), + [sym_int_literal] = ACTIONS(3123), + [sym_float_literal] = ACTIONS(3123), + [sym_rune_literal] = ACTIONS(3123), + [anon_sym_AT] = ACTIONS(3123), + [anon_sym_shared] = ACTIONS(3123), + [anon_sym_map_LBRACK] = ACTIONS(3123), + [anon_sym_chan] = ACTIONS(3123), + [anon_sym_thread] = ACTIONS(3123), + [anon_sym_atomic] = ACTIONS(3123), + [anon_sym_assert] = ACTIONS(3123), + [anon_sym_defer] = ACTIONS(3123), + [anon_sym_goto] = ACTIONS(3123), + [anon_sym_break] = ACTIONS(3123), + [anon_sym_continue] = ACTIONS(3123), + [anon_sym_return] = ACTIONS(3123), + [anon_sym_DOLLARfor] = ACTIONS(3123), + [anon_sym_for] = ACTIONS(3123), + [anon_sym_POUND] = ACTIONS(3123), + [anon_sym_asm] = ACTIONS(3123), + [anon_sym_AT_LBRACK] = ACTIONS(3123), + [sym___double_quote] = ACTIONS(3123), + [sym___single_quote] = ACTIONS(3123), + [sym___c_double_quote] = ACTIONS(3123), + [sym___c_single_quote] = ACTIONS(3123), + [sym___r_double_quote] = ACTIONS(3123), + [sym___r_single_quote] = ACTIONS(3123), }, - [876] = { - [ts_builtin_sym_end] = ACTIONS(2893), - [sym_identifier] = ACTIONS(2895), - [anon_sym_LF] = ACTIONS(2895), - [anon_sym_CR] = ACTIONS(2895), - [anon_sym_CR_LF] = ACTIONS(2895), + [836] = { + [ts_builtin_sym_end] = ACTIONS(3125), + [sym_identifier] = ACTIONS(3127), + [anon_sym_LF] = ACTIONS(3127), + [anon_sym_CR] = ACTIONS(3127), + [anon_sym_CR_LF] = ACTIONS(3127), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2895), - [anon_sym_as] = ACTIONS(2895), - [anon_sym_LBRACE] = ACTIONS(2895), - [anon_sym_COMMA] = ACTIONS(2895), - [anon_sym_const] = ACTIONS(2895), - [anon_sym_LPAREN] = ACTIONS(2895), - [anon_sym_EQ] = ACTIONS(2895), - [anon_sym___global] = ACTIONS(2895), - [anon_sym_type] = ACTIONS(2895), - [anon_sym_PIPE] = ACTIONS(2895), - [anon_sym_fn] = ACTIONS(2895), - [anon_sym_PLUS] = ACTIONS(2895), - [anon_sym_DASH] = ACTIONS(2895), - [anon_sym_STAR] = ACTIONS(2895), - [anon_sym_SLASH] = ACTIONS(2895), - [anon_sym_PERCENT] = ACTIONS(2895), - [anon_sym_LT] = ACTIONS(2895), - [anon_sym_GT] = ACTIONS(2895), - [anon_sym_EQ_EQ] = ACTIONS(2895), - [anon_sym_BANG_EQ] = ACTIONS(2895), - [anon_sym_LT_EQ] = ACTIONS(2895), - [anon_sym_GT_EQ] = ACTIONS(2895), - [anon_sym_LBRACK] = ACTIONS(2893), - [anon_sym_struct] = ACTIONS(2895), - [anon_sym_union] = ACTIONS(2895), - [anon_sym_pub] = ACTIONS(2895), - [anon_sym_mut] = ACTIONS(2895), - [anon_sym_enum] = ACTIONS(2895), - [anon_sym_interface] = ACTIONS(2895), - [anon_sym_PLUS_PLUS] = ACTIONS(2895), - [anon_sym_DASH_DASH] = ACTIONS(2895), - [anon_sym_QMARK] = ACTIONS(2895), - [anon_sym_BANG] = ACTIONS(2895), - [anon_sym_go] = ACTIONS(2895), - [anon_sym_spawn] = ACTIONS(2895), - [anon_sym_json_DOTdecode] = ACTIONS(2895), - [anon_sym_LBRACK2] = ACTIONS(2895), - [anon_sym_TILDE] = ACTIONS(2895), - [anon_sym_CARET] = ACTIONS(2895), - [anon_sym_AMP] = ACTIONS(2895), - [anon_sym_LT_DASH] = ACTIONS(2895), - [anon_sym_LT_LT] = ACTIONS(2895), - [anon_sym_GT_GT] = ACTIONS(2895), - [anon_sym_GT_GT_GT] = ACTIONS(2895), - [anon_sym_AMP_CARET] = ACTIONS(2895), - [anon_sym_AMP_AMP] = ACTIONS(2895), - [anon_sym_PIPE_PIPE] = ACTIONS(2895), - [anon_sym_or] = ACTIONS(2895), - [sym_none] = ACTIONS(2895), - [sym_true] = ACTIONS(2895), - [sym_false] = ACTIONS(2895), - [sym_nil] = ACTIONS(2895), - [anon_sym_QMARK_DOT] = ACTIONS(2895), - [anon_sym_POUND_LBRACK] = ACTIONS(2895), - [anon_sym_if] = ACTIONS(2895), - [anon_sym_DOLLARif] = ACTIONS(2895), - [anon_sym_is] = ACTIONS(2895), - [anon_sym_BANGis] = ACTIONS(2895), - [anon_sym_in] = ACTIONS(2895), - [anon_sym_BANGin] = ACTIONS(2895), - [anon_sym_match] = ACTIONS(2895), - [anon_sym_select] = ACTIONS(2895), - [anon_sym_STAR_EQ] = ACTIONS(2895), - [anon_sym_SLASH_EQ] = ACTIONS(2895), - [anon_sym_PERCENT_EQ] = ACTIONS(2895), - [anon_sym_LT_LT_EQ] = ACTIONS(2895), - [anon_sym_GT_GT_EQ] = ACTIONS(2895), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2895), - [anon_sym_AMP_EQ] = ACTIONS(2895), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2895), - [anon_sym_PLUS_EQ] = ACTIONS(2895), - [anon_sym_DASH_EQ] = ACTIONS(2895), - [anon_sym_PIPE_EQ] = ACTIONS(2895), - [anon_sym_CARET_EQ] = ACTIONS(2895), - [anon_sym_COLON_EQ] = ACTIONS(2895), - [anon_sym_lock] = ACTIONS(2895), - [anon_sym_rlock] = ACTIONS(2895), - [anon_sym_unsafe] = ACTIONS(2895), - [anon_sym_sql] = ACTIONS(2895), - [sym_int_literal] = ACTIONS(2895), - [sym_float_literal] = ACTIONS(2895), - [sym_rune_literal] = ACTIONS(2895), - [anon_sym_AT] = ACTIONS(2895), - [anon_sym_shared] = ACTIONS(2895), - [anon_sym_map_LBRACK] = ACTIONS(2895), - [anon_sym_chan] = ACTIONS(2895), - [anon_sym_thread] = ACTIONS(2895), - [anon_sym_atomic] = ACTIONS(2895), - [anon_sym_assert] = ACTIONS(2895), - [anon_sym_defer] = ACTIONS(2895), - [anon_sym_goto] = ACTIONS(2895), - [anon_sym_break] = ACTIONS(2895), - [anon_sym_continue] = ACTIONS(2895), - [anon_sym_return] = ACTIONS(2895), - [anon_sym_DOLLARfor] = ACTIONS(2895), - [anon_sym_for] = ACTIONS(2895), - [anon_sym_POUND] = ACTIONS(2895), - [anon_sym_asm] = ACTIONS(2895), - [anon_sym_AT_LBRACK] = ACTIONS(2895), - [sym___double_quote] = ACTIONS(2895), - [sym___single_quote] = ACTIONS(2895), - [sym___c_double_quote] = ACTIONS(2895), - [sym___c_single_quote] = ACTIONS(2895), - [sym___r_double_quote] = ACTIONS(2895), - [sym___r_single_quote] = ACTIONS(2895), + [anon_sym_DOT] = ACTIONS(3127), + [anon_sym_as] = ACTIONS(3127), + [anon_sym_LBRACE] = ACTIONS(3127), + [anon_sym_COMMA] = ACTIONS(3127), + [anon_sym_const] = ACTIONS(3127), + [anon_sym_LPAREN] = ACTIONS(3127), + [anon_sym_EQ] = ACTIONS(3127), + [anon_sym___global] = ACTIONS(3127), + [anon_sym_type] = ACTIONS(3127), + [anon_sym_PIPE] = ACTIONS(3127), + [anon_sym_fn] = ACTIONS(3127), + [anon_sym_PLUS] = ACTIONS(3127), + [anon_sym_DASH] = ACTIONS(3127), + [anon_sym_STAR] = ACTIONS(3127), + [anon_sym_SLASH] = ACTIONS(3127), + [anon_sym_PERCENT] = ACTIONS(3127), + [anon_sym_LT] = ACTIONS(3127), + [anon_sym_GT] = ACTIONS(3127), + [anon_sym_EQ_EQ] = ACTIONS(3127), + [anon_sym_BANG_EQ] = ACTIONS(3127), + [anon_sym_LT_EQ] = ACTIONS(3127), + [anon_sym_GT_EQ] = ACTIONS(3127), + [anon_sym_LBRACK] = ACTIONS(3125), + [anon_sym_LT2] = ACTIONS(3127), + [anon_sym_struct] = ACTIONS(3127), + [anon_sym_union] = ACTIONS(3127), + [anon_sym_pub] = ACTIONS(3127), + [anon_sym_mut] = ACTIONS(3127), + [anon_sym_enum] = ACTIONS(3127), + [anon_sym_interface] = ACTIONS(3127), + [anon_sym_PLUS_PLUS] = ACTIONS(3127), + [anon_sym_DASH_DASH] = ACTIONS(3127), + [anon_sym_QMARK] = ACTIONS(3127), + [anon_sym_BANG] = ACTIONS(3127), + [anon_sym_go] = ACTIONS(3127), + [anon_sym_spawn] = ACTIONS(3127), + [anon_sym_json_DOTdecode] = ACTIONS(3127), + [anon_sym_LBRACK2] = ACTIONS(3127), + [anon_sym_TILDE] = ACTIONS(3127), + [anon_sym_CARET] = ACTIONS(3127), + [anon_sym_AMP] = ACTIONS(3127), + [anon_sym_LT_DASH] = ACTIONS(3127), + [anon_sym_LT_LT] = ACTIONS(3127), + [anon_sym_GT_GT] = ACTIONS(3127), + [anon_sym_GT_GT_GT] = ACTIONS(3127), + [anon_sym_AMP_CARET] = ACTIONS(3127), + [anon_sym_AMP_AMP] = ACTIONS(3127), + [anon_sym_PIPE_PIPE] = ACTIONS(3127), + [anon_sym_or] = ACTIONS(3127), + [sym_none] = ACTIONS(3127), + [sym_true] = ACTIONS(3127), + [sym_false] = ACTIONS(3127), + [sym_nil] = ACTIONS(3127), + [anon_sym_QMARK_DOT] = ACTIONS(3127), + [anon_sym_POUND_LBRACK] = ACTIONS(3127), + [anon_sym_if] = ACTIONS(3127), + [anon_sym_DOLLARif] = ACTIONS(3127), + [anon_sym_is] = ACTIONS(3127), + [anon_sym_BANGis] = ACTIONS(3127), + [anon_sym_in] = ACTIONS(3127), + [anon_sym_BANGin] = ACTIONS(3127), + [anon_sym_match] = ACTIONS(3127), + [anon_sym_select] = ACTIONS(3127), + [anon_sym_STAR_EQ] = ACTIONS(3127), + [anon_sym_SLASH_EQ] = ACTIONS(3127), + [anon_sym_PERCENT_EQ] = ACTIONS(3127), + [anon_sym_LT_LT_EQ] = ACTIONS(3127), + [anon_sym_GT_GT_EQ] = ACTIONS(3127), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3127), + [anon_sym_AMP_EQ] = ACTIONS(3127), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3127), + [anon_sym_PLUS_EQ] = ACTIONS(3127), + [anon_sym_DASH_EQ] = ACTIONS(3127), + [anon_sym_PIPE_EQ] = ACTIONS(3127), + [anon_sym_CARET_EQ] = ACTIONS(3127), + [anon_sym_COLON_EQ] = ACTIONS(3127), + [anon_sym_lock] = ACTIONS(3127), + [anon_sym_rlock] = ACTIONS(3127), + [anon_sym_unsafe] = ACTIONS(3127), + [anon_sym_sql] = ACTIONS(3127), + [sym_int_literal] = ACTIONS(3127), + [sym_float_literal] = ACTIONS(3127), + [sym_rune_literal] = ACTIONS(3127), + [anon_sym_AT] = ACTIONS(3127), + [anon_sym_shared] = ACTIONS(3127), + [anon_sym_map_LBRACK] = ACTIONS(3127), + [anon_sym_chan] = ACTIONS(3127), + [anon_sym_thread] = ACTIONS(3127), + [anon_sym_atomic] = ACTIONS(3127), + [anon_sym_assert] = ACTIONS(3127), + [anon_sym_defer] = ACTIONS(3127), + [anon_sym_goto] = ACTIONS(3127), + [anon_sym_break] = ACTIONS(3127), + [anon_sym_continue] = ACTIONS(3127), + [anon_sym_return] = ACTIONS(3127), + [anon_sym_DOLLARfor] = ACTIONS(3127), + [anon_sym_for] = ACTIONS(3127), + [anon_sym_POUND] = ACTIONS(3127), + [anon_sym_asm] = ACTIONS(3127), + [anon_sym_AT_LBRACK] = ACTIONS(3127), + [sym___double_quote] = ACTIONS(3127), + [sym___single_quote] = ACTIONS(3127), + [sym___c_double_quote] = ACTIONS(3127), + [sym___c_single_quote] = ACTIONS(3127), + [sym___r_double_quote] = ACTIONS(3127), + [sym___r_single_quote] = ACTIONS(3127), }, - [877] = { - [ts_builtin_sym_end] = ACTIONS(2897), - [sym_identifier] = ACTIONS(2899), - [anon_sym_LF] = ACTIONS(2899), - [anon_sym_CR] = ACTIONS(2899), - [anon_sym_CR_LF] = ACTIONS(2899), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2899), - [anon_sym_as] = ACTIONS(2899), - [anon_sym_LBRACE] = ACTIONS(2899), - [anon_sym_COMMA] = ACTIONS(2899), - [anon_sym_const] = ACTIONS(2899), - [anon_sym_LPAREN] = ACTIONS(2899), - [anon_sym_EQ] = ACTIONS(2899), - [anon_sym___global] = ACTIONS(2899), - [anon_sym_type] = ACTIONS(2899), - [anon_sym_PIPE] = ACTIONS(2899), - [anon_sym_fn] = ACTIONS(2899), - [anon_sym_PLUS] = ACTIONS(2899), - [anon_sym_DASH] = ACTIONS(2899), - [anon_sym_STAR] = ACTIONS(2899), - [anon_sym_SLASH] = ACTIONS(2899), - [anon_sym_PERCENT] = ACTIONS(2899), - [anon_sym_LT] = ACTIONS(2899), - [anon_sym_GT] = ACTIONS(2899), - [anon_sym_EQ_EQ] = ACTIONS(2899), - [anon_sym_BANG_EQ] = ACTIONS(2899), - [anon_sym_LT_EQ] = ACTIONS(2899), - [anon_sym_GT_EQ] = ACTIONS(2899), - [anon_sym_LBRACK] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(2899), - [anon_sym_union] = ACTIONS(2899), - [anon_sym_pub] = ACTIONS(2899), - [anon_sym_mut] = ACTIONS(2899), - [anon_sym_enum] = ACTIONS(2899), - [anon_sym_interface] = ACTIONS(2899), - [anon_sym_PLUS_PLUS] = ACTIONS(2899), - [anon_sym_DASH_DASH] = ACTIONS(2899), - [anon_sym_QMARK] = ACTIONS(2899), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2899), - [anon_sym_spawn] = ACTIONS(2899), - [anon_sym_json_DOTdecode] = ACTIONS(2899), - [anon_sym_LBRACK2] = ACTIONS(2899), - [anon_sym_TILDE] = ACTIONS(2899), - [anon_sym_CARET] = ACTIONS(2899), - [anon_sym_AMP] = ACTIONS(2899), - [anon_sym_LT_DASH] = ACTIONS(2899), - [anon_sym_LT_LT] = ACTIONS(2899), - [anon_sym_GT_GT] = ACTIONS(2899), - [anon_sym_GT_GT_GT] = ACTIONS(2899), - [anon_sym_AMP_CARET] = ACTIONS(2899), - [anon_sym_AMP_AMP] = ACTIONS(2899), - [anon_sym_PIPE_PIPE] = ACTIONS(2899), - [anon_sym_or] = ACTIONS(2899), - [sym_none] = ACTIONS(2899), - [sym_true] = ACTIONS(2899), - [sym_false] = ACTIONS(2899), - [sym_nil] = ACTIONS(2899), - [anon_sym_QMARK_DOT] = ACTIONS(2899), - [anon_sym_POUND_LBRACK] = ACTIONS(2899), - [anon_sym_if] = ACTIONS(2899), - [anon_sym_DOLLARif] = ACTIONS(2899), - [anon_sym_is] = ACTIONS(2899), - [anon_sym_BANGis] = ACTIONS(2899), - [anon_sym_in] = ACTIONS(2899), - [anon_sym_BANGin] = ACTIONS(2899), - [anon_sym_match] = ACTIONS(2899), - [anon_sym_select] = ACTIONS(2899), - [anon_sym_STAR_EQ] = ACTIONS(2899), - [anon_sym_SLASH_EQ] = ACTIONS(2899), - [anon_sym_PERCENT_EQ] = ACTIONS(2899), - [anon_sym_LT_LT_EQ] = ACTIONS(2899), - [anon_sym_GT_GT_EQ] = ACTIONS(2899), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2899), - [anon_sym_AMP_EQ] = ACTIONS(2899), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2899), - [anon_sym_PLUS_EQ] = ACTIONS(2899), - [anon_sym_DASH_EQ] = ACTIONS(2899), - [anon_sym_PIPE_EQ] = ACTIONS(2899), - [anon_sym_CARET_EQ] = ACTIONS(2899), - [anon_sym_COLON_EQ] = ACTIONS(2899), - [anon_sym_lock] = ACTIONS(2899), - [anon_sym_rlock] = ACTIONS(2899), - [anon_sym_unsafe] = ACTIONS(2899), - [anon_sym_sql] = ACTIONS(2899), - [sym_int_literal] = ACTIONS(2899), - [sym_float_literal] = ACTIONS(2899), - [sym_rune_literal] = ACTIONS(2899), - [anon_sym_AT] = ACTIONS(2899), - [anon_sym_shared] = ACTIONS(2899), - [anon_sym_map_LBRACK] = ACTIONS(2899), - [anon_sym_chan] = ACTIONS(2899), - [anon_sym_thread] = ACTIONS(2899), - [anon_sym_atomic] = ACTIONS(2899), - [anon_sym_assert] = ACTIONS(2899), - [anon_sym_defer] = ACTIONS(2899), - [anon_sym_goto] = ACTIONS(2899), - [anon_sym_break] = ACTIONS(2899), - [anon_sym_continue] = ACTIONS(2899), - [anon_sym_return] = ACTIONS(2899), - [anon_sym_DOLLARfor] = ACTIONS(2899), - [anon_sym_for] = ACTIONS(2899), - [anon_sym_POUND] = ACTIONS(2899), - [anon_sym_asm] = ACTIONS(2899), - [anon_sym_AT_LBRACK] = ACTIONS(2899), - [sym___double_quote] = ACTIONS(2899), - [sym___single_quote] = ACTIONS(2899), - [sym___c_double_quote] = ACTIONS(2899), - [sym___c_single_quote] = ACTIONS(2899), - [sym___r_double_quote] = ACTIONS(2899), - [sym___r_single_quote] = ACTIONS(2899), + [837] = { + [sym__expression] = STATE(1915), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2428), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(2430), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(2432), + [anon_sym_DASH] = ACTIONS(2432), + [anon_sym_STAR] = ACTIONS(2434), + [anon_sym_struct] = ACTIONS(809), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2436), + [anon_sym_go] = ACTIONS(2438), + [anon_sym_spawn] = ACTIONS(2440), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(2442), + [anon_sym_TILDE] = ACTIONS(2432), + [anon_sym_CARET] = ACTIONS(2432), + [anon_sym_AMP] = ACTIONS(2444), + [anon_sym_LT_DASH] = ACTIONS(2446), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(829), + [anon_sym_DOLLARif] = ACTIONS(831), + [anon_sym_match] = ACTIONS(833), + [anon_sym_select] = ACTIONS(2448), + [anon_sym_lock] = ACTIONS(2450), + [anon_sym_rlock] = ACTIONS(2450), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_sql] = ACTIONS(841), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), }, - [878] = { - [ts_builtin_sym_end] = ACTIONS(2901), - [sym_identifier] = ACTIONS(2903), - [anon_sym_LF] = ACTIONS(2903), - [anon_sym_CR] = ACTIONS(2903), - [anon_sym_CR_LF] = ACTIONS(2903), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2903), - [anon_sym_as] = ACTIONS(2903), - [anon_sym_LBRACE] = ACTIONS(2903), - [anon_sym_COMMA] = ACTIONS(2903), - [anon_sym_const] = ACTIONS(2903), - [anon_sym_LPAREN] = ACTIONS(2903), - [anon_sym_EQ] = ACTIONS(2903), - [anon_sym___global] = ACTIONS(2903), - [anon_sym_type] = ACTIONS(2903), - [anon_sym_PIPE] = ACTIONS(2903), - [anon_sym_fn] = ACTIONS(2903), - [anon_sym_PLUS] = ACTIONS(2903), - [anon_sym_DASH] = ACTIONS(2903), - [anon_sym_STAR] = ACTIONS(2903), - [anon_sym_SLASH] = ACTIONS(2903), - [anon_sym_PERCENT] = ACTIONS(2903), - [anon_sym_LT] = ACTIONS(2903), - [anon_sym_GT] = ACTIONS(2903), - [anon_sym_EQ_EQ] = ACTIONS(2903), - [anon_sym_BANG_EQ] = ACTIONS(2903), - [anon_sym_LT_EQ] = ACTIONS(2903), - [anon_sym_GT_EQ] = ACTIONS(2903), - [anon_sym_LBRACK] = ACTIONS(2901), - [anon_sym_struct] = ACTIONS(2903), - [anon_sym_union] = ACTIONS(2903), - [anon_sym_pub] = ACTIONS(2903), - [anon_sym_mut] = ACTIONS(2903), - [anon_sym_enum] = ACTIONS(2903), - [anon_sym_interface] = ACTIONS(2903), - [anon_sym_PLUS_PLUS] = ACTIONS(2903), - [anon_sym_DASH_DASH] = ACTIONS(2903), - [anon_sym_QMARK] = ACTIONS(2903), - [anon_sym_BANG] = ACTIONS(2903), - [anon_sym_go] = ACTIONS(2903), - [anon_sym_spawn] = ACTIONS(2903), - [anon_sym_json_DOTdecode] = ACTIONS(2903), - [anon_sym_LBRACK2] = ACTIONS(2903), - [anon_sym_TILDE] = ACTIONS(2903), - [anon_sym_CARET] = ACTIONS(2903), - [anon_sym_AMP] = ACTIONS(2903), - [anon_sym_LT_DASH] = ACTIONS(2903), - [anon_sym_LT_LT] = ACTIONS(2903), - [anon_sym_GT_GT] = ACTIONS(2903), - [anon_sym_GT_GT_GT] = ACTIONS(2903), - [anon_sym_AMP_CARET] = ACTIONS(2903), - [anon_sym_AMP_AMP] = ACTIONS(2903), - [anon_sym_PIPE_PIPE] = ACTIONS(2903), - [anon_sym_or] = ACTIONS(2903), - [sym_none] = ACTIONS(2903), - [sym_true] = ACTIONS(2903), - [sym_false] = ACTIONS(2903), - [sym_nil] = ACTIONS(2903), - [anon_sym_QMARK_DOT] = ACTIONS(2903), - [anon_sym_POUND_LBRACK] = ACTIONS(2903), - [anon_sym_if] = ACTIONS(2903), - [anon_sym_DOLLARif] = ACTIONS(2903), - [anon_sym_is] = ACTIONS(2903), - [anon_sym_BANGis] = ACTIONS(2903), - [anon_sym_in] = ACTIONS(2903), - [anon_sym_BANGin] = ACTIONS(2903), - [anon_sym_match] = ACTIONS(2903), - [anon_sym_select] = ACTIONS(2903), - [anon_sym_STAR_EQ] = ACTIONS(2903), - [anon_sym_SLASH_EQ] = ACTIONS(2903), - [anon_sym_PERCENT_EQ] = ACTIONS(2903), - [anon_sym_LT_LT_EQ] = ACTIONS(2903), - [anon_sym_GT_GT_EQ] = ACTIONS(2903), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2903), - [anon_sym_AMP_EQ] = ACTIONS(2903), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2903), - [anon_sym_PLUS_EQ] = ACTIONS(2903), - [anon_sym_DASH_EQ] = ACTIONS(2903), - [anon_sym_PIPE_EQ] = ACTIONS(2903), - [anon_sym_CARET_EQ] = ACTIONS(2903), - [anon_sym_COLON_EQ] = ACTIONS(2903), - [anon_sym_lock] = ACTIONS(2903), - [anon_sym_rlock] = ACTIONS(2903), - [anon_sym_unsafe] = ACTIONS(2903), - [anon_sym_sql] = ACTIONS(2903), - [sym_int_literal] = ACTIONS(2903), - [sym_float_literal] = ACTIONS(2903), - [sym_rune_literal] = ACTIONS(2903), - [anon_sym_AT] = ACTIONS(2903), - [anon_sym_shared] = ACTIONS(2903), - [anon_sym_map_LBRACK] = ACTIONS(2903), - [anon_sym_chan] = ACTIONS(2903), - [anon_sym_thread] = ACTIONS(2903), - [anon_sym_atomic] = ACTIONS(2903), - [anon_sym_assert] = ACTIONS(2903), - [anon_sym_defer] = ACTIONS(2903), - [anon_sym_goto] = ACTIONS(2903), - [anon_sym_break] = ACTIONS(2903), - [anon_sym_continue] = ACTIONS(2903), - [anon_sym_return] = ACTIONS(2903), - [anon_sym_DOLLARfor] = ACTIONS(2903), - [anon_sym_for] = ACTIONS(2903), - [anon_sym_POUND] = ACTIONS(2903), - [anon_sym_asm] = ACTIONS(2903), - [anon_sym_AT_LBRACK] = ACTIONS(2903), - [sym___double_quote] = ACTIONS(2903), - [sym___single_quote] = ACTIONS(2903), - [sym___c_double_quote] = ACTIONS(2903), - [sym___c_single_quote] = ACTIONS(2903), - [sym___r_double_quote] = ACTIONS(2903), - [sym___r_single_quote] = ACTIONS(2903), + [838] = { + [sym__expression] = STATE(1672), + [sym__expression_without_blocks] = STATE(1807), + [sym__expression_with_blocks] = STATE(1807), + [sym_inc_expression] = STATE(1807), + [sym_dec_expression] = STATE(1807), + [sym_or_block_expression] = STATE(1807), + [sym_option_propagation_expression] = STATE(1807), + [sym_result_propagation_expression] = STATE(1807), + [sym_anon_struct_value_expression] = STATE(1862), + [sym_go_expression] = STATE(1807), + [sym_spawn_expression] = STATE(1807), + [sym_parenthesized_expression] = STATE(1807), + [sym_call_expression] = STATE(1807), + [sym_type_initializer] = STATE(1862), + [sym_function_literal] = STATE(1807), + [sym_reference_expression] = STATE(1899), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1807), + [sym_receive_expression] = STATE(1807), + [sym_binary_expression] = STATE(1807), + [sym_as_type_cast_expression] = STATE(1807), + [sym__max_group] = STATE(1807), + [sym_literal] = STATE(1807), + [sym_map_init_expression] = STATE(1862), + [sym_array_creation] = STATE(1807), + [sym_fixed_array_creation] = STATE(1807), + [sym_selector_expression] = STATE(1807), + [sym_index_expression] = STATE(1807), + [sym_slice_expression] = STATE(1807), + [sym_if_expression] = STATE(1862), + [sym_compile_time_if_expression] = STATE(1862), + [sym_is_expression] = STATE(1807), + [sym_not_is_expression] = STATE(1807), + [sym_in_expression] = STATE(1807), + [sym_not_in_expression] = STATE(1807), + [sym_enum_fetch] = STATE(1807), + [sym_match_expression] = STATE(1862), + [sym_select_expression] = STATE(1862), + [sym_lock_expression] = STATE(1862), + [sym_unsafe_expression] = STATE(1862), + [sym_sql_expression] = STATE(1862), + [sym_c_string_literal] = STATE(1809), + [sym_raw_string_literal] = STATE(1809), + [sym_interpreted_string_literal] = STATE(1809), + [sym_pseudo_compile_time_identifier] = STATE(1807), + [sym_mutability_modifiers] = STATE(613), + [sym_plain_type] = STATE(4411), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2526), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2528), + [anon_sym_LBRACE] = ACTIONS(2530), + [anon_sym_LPAREN] = ACTIONS(2532), + [anon_sym_fn] = ACTIONS(2534), + [anon_sym_PLUS] = ACTIONS(2536), + [anon_sym_DASH] = ACTIONS(2536), + [anon_sym_STAR] = ACTIONS(2538), + [anon_sym_struct] = ACTIONS(2540), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2542), + [anon_sym_go] = ACTIONS(2544), + [anon_sym_spawn] = ACTIONS(2546), + [anon_sym_json_DOTdecode] = ACTIONS(2548), + [anon_sym_LBRACK2] = ACTIONS(2550), + [anon_sym_TILDE] = ACTIONS(2536), + [anon_sym_CARET] = ACTIONS(2536), + [anon_sym_AMP] = ACTIONS(2552), + [anon_sym_LT_DASH] = ACTIONS(2554), + [sym_none] = ACTIONS(2556), + [sym_true] = ACTIONS(2556), + [sym_false] = ACTIONS(2556), + [sym_nil] = ACTIONS(2556), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_DOLLARif] = ACTIONS(2560), + [anon_sym_match] = ACTIONS(2562), + [anon_sym_select] = ACTIONS(2564), + [anon_sym_lock] = ACTIONS(2566), + [anon_sym_rlock] = ACTIONS(2566), + [anon_sym_unsafe] = ACTIONS(2568), + [anon_sym_sql] = ACTIONS(2570), + [sym_int_literal] = ACTIONS(2556), + [sym_float_literal] = ACTIONS(2572), + [sym_rune_literal] = ACTIONS(2572), + [anon_sym_AT] = ACTIONS(2574), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2576), + [sym___single_quote] = ACTIONS(2578), + [sym___c_double_quote] = ACTIONS(2580), + [sym___c_single_quote] = ACTIONS(2582), + [sym___r_double_quote] = ACTIONS(2584), + [sym___r_single_quote] = ACTIONS(2586), + }, + [839] = { + [sym__expression] = STATE(1884), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2428), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(2430), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(2432), + [anon_sym_DASH] = ACTIONS(2432), + [anon_sym_STAR] = ACTIONS(2434), + [anon_sym_struct] = ACTIONS(809), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2436), + [anon_sym_go] = ACTIONS(2438), + [anon_sym_spawn] = ACTIONS(2440), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(2442), + [anon_sym_TILDE] = ACTIONS(2432), + [anon_sym_CARET] = ACTIONS(2432), + [anon_sym_AMP] = ACTIONS(2444), + [anon_sym_LT_DASH] = ACTIONS(2446), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(829), + [anon_sym_DOLLARif] = ACTIONS(831), + [anon_sym_match] = ACTIONS(833), + [anon_sym_select] = ACTIONS(2448), + [anon_sym_lock] = ACTIONS(2450), + [anon_sym_rlock] = ACTIONS(2450), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_sql] = ACTIONS(841), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), + }, + [840] = { + [sym__expression] = STATE(2285), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2741), + [anon_sym_DASH] = ACTIONS(2741), + [anon_sym_STAR] = ACTIONS(2743), + [anon_sym_struct] = ACTIONS(2667), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2745), + [anon_sym_go] = ACTIONS(2747), + [anon_sym_spawn] = ACTIONS(2749), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2741), + [anon_sym_CARET] = ACTIONS(2741), + [anon_sym_AMP] = ACTIONS(2751), + [anon_sym_LT_DASH] = ACTIONS(2753), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2755), + [anon_sym_lock] = ACTIONS(2757), + [anon_sym_rlock] = ACTIONS(2757), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), + }, + [841] = { + [sym__expression] = STATE(2781), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [842] = { + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2961), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2960), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [843] = { + [sym__expression] = STATE(2756), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3681), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2166), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2168), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2174), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [844] = { + [sym__expression] = STATE(2657), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [845] = { + [ts_builtin_sym_end] = ACTIONS(3129), + [sym_identifier] = ACTIONS(3131), + [anon_sym_LF] = ACTIONS(3131), + [anon_sym_CR] = ACTIONS(3131), + [anon_sym_CR_LF] = ACTIONS(3131), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3131), + [anon_sym_as] = ACTIONS(3131), + [anon_sym_LBRACE] = ACTIONS(3131), + [anon_sym_COMMA] = ACTIONS(3131), + [anon_sym_const] = ACTIONS(3131), + [anon_sym_LPAREN] = ACTIONS(3131), + [anon_sym_EQ] = ACTIONS(3131), + [anon_sym___global] = ACTIONS(3131), + [anon_sym_type] = ACTIONS(3131), + [anon_sym_PIPE] = ACTIONS(3131), + [anon_sym_fn] = ACTIONS(3131), + [anon_sym_PLUS] = ACTIONS(3131), + [anon_sym_DASH] = ACTIONS(3131), + [anon_sym_STAR] = ACTIONS(3131), + [anon_sym_SLASH] = ACTIONS(3131), + [anon_sym_PERCENT] = ACTIONS(3131), + [anon_sym_LT] = ACTIONS(3131), + [anon_sym_GT] = ACTIONS(3131), + [anon_sym_EQ_EQ] = ACTIONS(3131), + [anon_sym_BANG_EQ] = ACTIONS(3131), + [anon_sym_LT_EQ] = ACTIONS(3131), + [anon_sym_GT_EQ] = ACTIONS(3131), + [anon_sym_LBRACK] = ACTIONS(3129), + [anon_sym_LT2] = ACTIONS(3131), + [anon_sym_struct] = ACTIONS(3131), + [anon_sym_union] = ACTIONS(3131), + [anon_sym_pub] = ACTIONS(3131), + [anon_sym_mut] = ACTIONS(3131), + [anon_sym_enum] = ACTIONS(3131), + [anon_sym_interface] = ACTIONS(3131), + [anon_sym_PLUS_PLUS] = ACTIONS(3131), + [anon_sym_DASH_DASH] = ACTIONS(3131), + [anon_sym_QMARK] = ACTIONS(3131), + [anon_sym_BANG] = ACTIONS(3131), + [anon_sym_go] = ACTIONS(3131), + [anon_sym_spawn] = ACTIONS(3131), + [anon_sym_json_DOTdecode] = ACTIONS(3131), + [anon_sym_LBRACK2] = ACTIONS(3131), + [anon_sym_TILDE] = ACTIONS(3131), + [anon_sym_CARET] = ACTIONS(3131), + [anon_sym_AMP] = ACTIONS(3131), + [anon_sym_LT_DASH] = ACTIONS(3131), + [anon_sym_LT_LT] = ACTIONS(3131), + [anon_sym_GT_GT] = ACTIONS(3131), + [anon_sym_GT_GT_GT] = ACTIONS(3131), + [anon_sym_AMP_CARET] = ACTIONS(3131), + [anon_sym_AMP_AMP] = ACTIONS(3131), + [anon_sym_PIPE_PIPE] = ACTIONS(3131), + [anon_sym_or] = ACTIONS(3131), + [sym_none] = ACTIONS(3131), + [sym_true] = ACTIONS(3131), + [sym_false] = ACTIONS(3131), + [sym_nil] = ACTIONS(3131), + [anon_sym_QMARK_DOT] = ACTIONS(3131), + [anon_sym_POUND_LBRACK] = ACTIONS(3131), + [anon_sym_if] = ACTIONS(3131), + [anon_sym_DOLLARif] = ACTIONS(3131), + [anon_sym_is] = ACTIONS(3131), + [anon_sym_BANGis] = ACTIONS(3131), + [anon_sym_in] = ACTIONS(3131), + [anon_sym_BANGin] = ACTIONS(3131), + [anon_sym_match] = ACTIONS(3131), + [anon_sym_select] = ACTIONS(3131), + [anon_sym_STAR_EQ] = ACTIONS(3131), + [anon_sym_SLASH_EQ] = ACTIONS(3131), + [anon_sym_PERCENT_EQ] = ACTIONS(3131), + [anon_sym_LT_LT_EQ] = ACTIONS(3131), + [anon_sym_GT_GT_EQ] = ACTIONS(3131), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3131), + [anon_sym_AMP_EQ] = ACTIONS(3131), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3131), + [anon_sym_PLUS_EQ] = ACTIONS(3131), + [anon_sym_DASH_EQ] = ACTIONS(3131), + [anon_sym_PIPE_EQ] = ACTIONS(3131), + [anon_sym_CARET_EQ] = ACTIONS(3131), + [anon_sym_COLON_EQ] = ACTIONS(3131), + [anon_sym_lock] = ACTIONS(3131), + [anon_sym_rlock] = ACTIONS(3131), + [anon_sym_unsafe] = ACTIONS(3131), + [anon_sym_sql] = ACTIONS(3131), + [sym_int_literal] = ACTIONS(3131), + [sym_float_literal] = ACTIONS(3131), + [sym_rune_literal] = ACTIONS(3131), + [anon_sym_AT] = ACTIONS(3131), + [anon_sym_shared] = ACTIONS(3131), + [anon_sym_map_LBRACK] = ACTIONS(3131), + [anon_sym_chan] = ACTIONS(3131), + [anon_sym_thread] = ACTIONS(3131), + [anon_sym_atomic] = ACTIONS(3131), + [anon_sym_assert] = ACTIONS(3131), + [anon_sym_defer] = ACTIONS(3131), + [anon_sym_goto] = ACTIONS(3131), + [anon_sym_break] = ACTIONS(3131), + [anon_sym_continue] = ACTIONS(3131), + [anon_sym_return] = ACTIONS(3131), + [anon_sym_DOLLARfor] = ACTIONS(3131), + [anon_sym_for] = ACTIONS(3131), + [anon_sym_POUND] = ACTIONS(3131), + [anon_sym_asm] = ACTIONS(3131), + [anon_sym_AT_LBRACK] = ACTIONS(3131), + [sym___double_quote] = ACTIONS(3131), + [sym___single_quote] = ACTIONS(3131), + [sym___c_double_quote] = ACTIONS(3131), + [sym___c_single_quote] = ACTIONS(3131), + [sym___r_double_quote] = ACTIONS(3131), + [sym___r_single_quote] = ACTIONS(3131), + }, + [846] = { + [ts_builtin_sym_end] = ACTIONS(3133), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LF] = ACTIONS(3135), + [anon_sym_CR] = ACTIONS(3135), + [anon_sym_CR_LF] = ACTIONS(3135), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3135), + [anon_sym_as] = ACTIONS(3135), + [anon_sym_LBRACE] = ACTIONS(3135), + [anon_sym_COMMA] = ACTIONS(3135), + [anon_sym_const] = ACTIONS(3135), + [anon_sym_LPAREN] = ACTIONS(3135), + [anon_sym_EQ] = ACTIONS(3135), + [anon_sym___global] = ACTIONS(3135), + [anon_sym_type] = ACTIONS(3135), + [anon_sym_PIPE] = ACTIONS(3135), + [anon_sym_fn] = ACTIONS(3135), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3135), + [anon_sym_LT] = ACTIONS(3135), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_LT_EQ] = ACTIONS(3135), + [anon_sym_GT_EQ] = ACTIONS(3135), + [anon_sym_LBRACK] = ACTIONS(3133), + [anon_sym_LT2] = ACTIONS(3135), + [anon_sym_struct] = ACTIONS(3135), + [anon_sym_union] = ACTIONS(3135), + [anon_sym_pub] = ACTIONS(3135), + [anon_sym_mut] = ACTIONS(3135), + [anon_sym_enum] = ACTIONS(3135), + [anon_sym_interface] = ACTIONS(3135), + [anon_sym_PLUS_PLUS] = ACTIONS(3135), + [anon_sym_DASH_DASH] = ACTIONS(3135), + [anon_sym_QMARK] = ACTIONS(3135), + [anon_sym_BANG] = ACTIONS(3135), + [anon_sym_go] = ACTIONS(3135), + [anon_sym_spawn] = ACTIONS(3135), + [anon_sym_json_DOTdecode] = ACTIONS(3135), + [anon_sym_LBRACK2] = ACTIONS(3135), + [anon_sym_TILDE] = ACTIONS(3135), + [anon_sym_CARET] = ACTIONS(3135), + [anon_sym_AMP] = ACTIONS(3135), + [anon_sym_LT_DASH] = ACTIONS(3135), + [anon_sym_LT_LT] = ACTIONS(3135), + [anon_sym_GT_GT] = ACTIONS(3135), + [anon_sym_GT_GT_GT] = ACTIONS(3135), + [anon_sym_AMP_CARET] = ACTIONS(3135), + [anon_sym_AMP_AMP] = ACTIONS(3135), + [anon_sym_PIPE_PIPE] = ACTIONS(3135), + [anon_sym_or] = ACTIONS(3135), + [sym_none] = ACTIONS(3135), + [sym_true] = ACTIONS(3135), + [sym_false] = ACTIONS(3135), + [sym_nil] = ACTIONS(3135), + [anon_sym_QMARK_DOT] = ACTIONS(3135), + [anon_sym_POUND_LBRACK] = ACTIONS(3135), + [anon_sym_if] = ACTIONS(3135), + [anon_sym_DOLLARif] = ACTIONS(3135), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3135), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_BANGin] = ACTIONS(3135), + [anon_sym_match] = ACTIONS(3135), + [anon_sym_select] = ACTIONS(3135), + [anon_sym_STAR_EQ] = ACTIONS(3135), + [anon_sym_SLASH_EQ] = ACTIONS(3135), + [anon_sym_PERCENT_EQ] = ACTIONS(3135), + [anon_sym_LT_LT_EQ] = ACTIONS(3135), + [anon_sym_GT_GT_EQ] = ACTIONS(3135), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3135), + [anon_sym_AMP_EQ] = ACTIONS(3135), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3135), + [anon_sym_PLUS_EQ] = ACTIONS(3135), + [anon_sym_DASH_EQ] = ACTIONS(3135), + [anon_sym_PIPE_EQ] = ACTIONS(3135), + [anon_sym_CARET_EQ] = ACTIONS(3135), + [anon_sym_COLON_EQ] = ACTIONS(3135), + [anon_sym_lock] = ACTIONS(3135), + [anon_sym_rlock] = ACTIONS(3135), + [anon_sym_unsafe] = ACTIONS(3135), + [anon_sym_sql] = ACTIONS(3135), + [sym_int_literal] = ACTIONS(3135), + [sym_float_literal] = ACTIONS(3135), + [sym_rune_literal] = ACTIONS(3135), + [anon_sym_AT] = ACTIONS(3135), + [anon_sym_shared] = ACTIONS(3135), + [anon_sym_map_LBRACK] = ACTIONS(3135), + [anon_sym_chan] = ACTIONS(3135), + [anon_sym_thread] = ACTIONS(3135), + [anon_sym_atomic] = ACTIONS(3135), + [anon_sym_assert] = ACTIONS(3135), + [anon_sym_defer] = ACTIONS(3135), + [anon_sym_goto] = ACTIONS(3135), + [anon_sym_break] = ACTIONS(3135), + [anon_sym_continue] = ACTIONS(3135), + [anon_sym_return] = ACTIONS(3135), + [anon_sym_DOLLARfor] = ACTIONS(3135), + [anon_sym_for] = ACTIONS(3135), + [anon_sym_POUND] = ACTIONS(3135), + [anon_sym_asm] = ACTIONS(3135), + [anon_sym_AT_LBRACK] = ACTIONS(3135), + [sym___double_quote] = ACTIONS(3135), + [sym___single_quote] = ACTIONS(3135), + [sym___c_double_quote] = ACTIONS(3135), + [sym___c_single_quote] = ACTIONS(3135), + [sym___r_double_quote] = ACTIONS(3135), + [sym___r_single_quote] = ACTIONS(3135), + }, + [847] = { + [sym__expression] = STATE(2293), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2741), + [anon_sym_DASH] = ACTIONS(2741), + [anon_sym_STAR] = ACTIONS(2743), + [anon_sym_struct] = ACTIONS(2667), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2745), + [anon_sym_go] = ACTIONS(2747), + [anon_sym_spawn] = ACTIONS(2749), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2741), + [anon_sym_CARET] = ACTIONS(2741), + [anon_sym_AMP] = ACTIONS(2751), + [anon_sym_LT_DASH] = ACTIONS(2753), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2755), + [anon_sym_lock] = ACTIONS(2757), + [anon_sym_rlock] = ACTIONS(2757), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), + }, + [848] = { + [sym__expression] = STATE(1849), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2428), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(2430), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(2432), + [anon_sym_DASH] = ACTIONS(2432), + [anon_sym_STAR] = ACTIONS(2434), + [anon_sym_struct] = ACTIONS(809), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2436), + [anon_sym_go] = ACTIONS(2438), + [anon_sym_spawn] = ACTIONS(2440), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(2442), + [anon_sym_TILDE] = ACTIONS(2432), + [anon_sym_CARET] = ACTIONS(2432), + [anon_sym_AMP] = ACTIONS(2444), + [anon_sym_LT_DASH] = ACTIONS(2446), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(829), + [anon_sym_DOLLARif] = ACTIONS(831), + [anon_sym_match] = ACTIONS(833), + [anon_sym_select] = ACTIONS(2448), + [anon_sym_lock] = ACTIONS(2450), + [anon_sym_rlock] = ACTIONS(2450), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_sql] = ACTIONS(841), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), + }, + [849] = { + [sym__expression] = STATE(2864), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [850] = { + [sym__expression] = STATE(1859), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2428), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(2430), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(2432), + [anon_sym_DASH] = ACTIONS(2432), + [anon_sym_STAR] = ACTIONS(2434), + [anon_sym_struct] = ACTIONS(809), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2436), + [anon_sym_go] = ACTIONS(2438), + [anon_sym_spawn] = ACTIONS(2440), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(2442), + [anon_sym_TILDE] = ACTIONS(2432), + [anon_sym_CARET] = ACTIONS(2432), + [anon_sym_AMP] = ACTIONS(2444), + [anon_sym_LT_DASH] = ACTIONS(2446), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(829), + [anon_sym_DOLLARif] = ACTIONS(831), + [anon_sym_match] = ACTIONS(833), + [anon_sym_select] = ACTIONS(2448), + [anon_sym_lock] = ACTIONS(2450), + [anon_sym_rlock] = ACTIONS(2450), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_sql] = ACTIONS(841), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), + }, + [851] = { + [sym__expression] = STATE(1783), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2029), + [sym_dec_expression] = STATE(2029), + [sym_or_block_expression] = STATE(2029), + [sym_option_propagation_expression] = STATE(2029), + [sym_result_propagation_expression] = STATE(2029), + [sym_anon_struct_value_expression] = STATE(2031), + [sym_go_expression] = STATE(2029), + [sym_spawn_expression] = STATE(2029), + [sym_parenthesized_expression] = STATE(2029), + [sym_call_expression] = STATE(2029), + [sym_type_initializer] = STATE(2031), + [sym_function_literal] = STATE(2029), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2029), + [sym_receive_expression] = STATE(2029), + [sym_binary_expression] = STATE(2029), + [sym_as_type_cast_expression] = STATE(2029), + [sym__max_group] = STATE(2029), + [sym_literal] = STATE(2029), + [sym_map_init_expression] = STATE(2031), + [sym_array_creation] = STATE(2029), + [sym_fixed_array_creation] = STATE(2029), + [sym_selector_expression] = STATE(2029), + [sym_index_expression] = STATE(2029), + [sym_slice_expression] = STATE(2029), + [sym_if_expression] = STATE(2031), + [sym_compile_time_if_expression] = STATE(2031), + [sym_is_expression] = STATE(2029), + [sym_not_is_expression] = STATE(2029), + [sym_in_expression] = STATE(2029), + [sym_not_in_expression] = STATE(2029), + [sym_enum_fetch] = STATE(2029), + [sym_match_expression] = STATE(2031), + [sym_select_expression] = STATE(2031), + [sym_lock_expression] = STATE(2031), + [sym_unsafe_expression] = STATE(2031), + [sym_sql_expression] = STATE(2031), + [sym_c_string_literal] = STATE(2030), + [sym_raw_string_literal] = STATE(2030), + [sym_interpreted_string_literal] = STATE(2030), + [sym_pseudo_compile_time_identifier] = STATE(2029), + [sym_mutability_modifiers] = STATE(547), + [sym_plain_type] = STATE(4371), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2781), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(691), + [anon_sym_LBRACE] = ACTIONS(2783), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(699), + [anon_sym_PLUS] = ACTIONS(701), + [anon_sym_DASH] = ACTIONS(701), + [anon_sym_STAR] = ACTIONS(703), + [anon_sym_struct] = ACTIONS(2785), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(707), + [anon_sym_go] = ACTIONS(709), + [anon_sym_spawn] = ACTIONS(711), + [anon_sym_json_DOTdecode] = ACTIONS(713), + [anon_sym_LBRACK2] = ACTIONS(715), + [anon_sym_TILDE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(701), + [anon_sym_AMP] = ACTIONS(717), + [anon_sym_LT_DASH] = ACTIONS(719), + [sym_none] = ACTIONS(721), + [sym_true] = ACTIONS(721), + [sym_false] = ACTIONS(721), + [sym_nil] = ACTIONS(721), + [anon_sym_if] = ACTIONS(2787), + [anon_sym_DOLLARif] = ACTIONS(2789), + [anon_sym_match] = ACTIONS(2791), + [anon_sym_select] = ACTIONS(2793), + [anon_sym_lock] = ACTIONS(2795), + [anon_sym_rlock] = ACTIONS(2795), + [anon_sym_unsafe] = ACTIONS(2797), + [anon_sym_sql] = ACTIONS(2799), + [sym_int_literal] = ACTIONS(721), + [sym_float_literal] = ACTIONS(739), + [sym_rune_literal] = ACTIONS(739), + [anon_sym_AT] = ACTIONS(741), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(743), + [sym___single_quote] = ACTIONS(745), + [sym___c_double_quote] = ACTIONS(747), + [sym___c_single_quote] = ACTIONS(749), + [sym___r_double_quote] = ACTIONS(751), + [sym___r_single_quote] = ACTIONS(753), + }, + [852] = { + [sym__expression] = STATE(1785), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2029), + [sym_dec_expression] = STATE(2029), + [sym_or_block_expression] = STATE(2029), + [sym_option_propagation_expression] = STATE(2029), + [sym_result_propagation_expression] = STATE(2029), + [sym_anon_struct_value_expression] = STATE(2031), + [sym_go_expression] = STATE(2029), + [sym_spawn_expression] = STATE(2029), + [sym_parenthesized_expression] = STATE(2029), + [sym_call_expression] = STATE(2029), + [sym_type_initializer] = STATE(2031), + [sym_function_literal] = STATE(2029), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2029), + [sym_receive_expression] = STATE(2029), + [sym_binary_expression] = STATE(2029), + [sym_as_type_cast_expression] = STATE(2029), + [sym__max_group] = STATE(2029), + [sym_literal] = STATE(2029), + [sym_map_init_expression] = STATE(2031), + [sym_array_creation] = STATE(2029), + [sym_fixed_array_creation] = STATE(2029), + [sym_selector_expression] = STATE(2029), + [sym_index_expression] = STATE(2029), + [sym_slice_expression] = STATE(2029), + [sym_if_expression] = STATE(2031), + [sym_compile_time_if_expression] = STATE(2031), + [sym_is_expression] = STATE(2029), + [sym_not_is_expression] = STATE(2029), + [sym_in_expression] = STATE(2029), + [sym_not_in_expression] = STATE(2029), + [sym_enum_fetch] = STATE(2029), + [sym_match_expression] = STATE(2031), + [sym_select_expression] = STATE(2031), + [sym_lock_expression] = STATE(2031), + [sym_unsafe_expression] = STATE(2031), + [sym_sql_expression] = STATE(2031), + [sym_c_string_literal] = STATE(2030), + [sym_raw_string_literal] = STATE(2030), + [sym_interpreted_string_literal] = STATE(2030), + [sym_pseudo_compile_time_identifier] = STATE(2029), + [sym_mutability_modifiers] = STATE(547), + [sym_plain_type] = STATE(4371), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2781), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(691), + [anon_sym_LBRACE] = ACTIONS(2783), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(699), + [anon_sym_PLUS] = ACTIONS(701), + [anon_sym_DASH] = ACTIONS(701), + [anon_sym_STAR] = ACTIONS(703), + [anon_sym_struct] = ACTIONS(2785), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(707), + [anon_sym_go] = ACTIONS(709), + [anon_sym_spawn] = ACTIONS(711), + [anon_sym_json_DOTdecode] = ACTIONS(713), + [anon_sym_LBRACK2] = ACTIONS(715), + [anon_sym_TILDE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(701), + [anon_sym_AMP] = ACTIONS(717), + [anon_sym_LT_DASH] = ACTIONS(719), + [sym_none] = ACTIONS(721), + [sym_true] = ACTIONS(721), + [sym_false] = ACTIONS(721), + [sym_nil] = ACTIONS(721), + [anon_sym_if] = ACTIONS(2787), + [anon_sym_DOLLARif] = ACTIONS(2789), + [anon_sym_match] = ACTIONS(2791), + [anon_sym_select] = ACTIONS(2793), + [anon_sym_lock] = ACTIONS(2795), + [anon_sym_rlock] = ACTIONS(2795), + [anon_sym_unsafe] = ACTIONS(2797), + [anon_sym_sql] = ACTIONS(2799), + [sym_int_literal] = ACTIONS(721), + [sym_float_literal] = ACTIONS(739), + [sym_rune_literal] = ACTIONS(739), + [anon_sym_AT] = ACTIONS(741), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(743), + [sym___single_quote] = ACTIONS(745), + [sym___c_double_quote] = ACTIONS(747), + [sym___c_single_quote] = ACTIONS(749), + [sym___r_double_quote] = ACTIONS(751), + [sym___r_single_quote] = ACTIONS(753), + }, + [853] = { + [ts_builtin_sym_end] = ACTIONS(3137), + [sym_identifier] = ACTIONS(3139), + [anon_sym_LF] = ACTIONS(3139), + [anon_sym_CR] = ACTIONS(3139), + [anon_sym_CR_LF] = ACTIONS(3139), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3139), + [anon_sym_as] = ACTIONS(3139), + [anon_sym_LBRACE] = ACTIONS(3139), + [anon_sym_COMMA] = ACTIONS(3139), + [anon_sym_const] = ACTIONS(3139), + [anon_sym_LPAREN] = ACTIONS(3139), + [anon_sym_EQ] = ACTIONS(3139), + [anon_sym___global] = ACTIONS(3139), + [anon_sym_type] = ACTIONS(3139), + [anon_sym_PIPE] = ACTIONS(3139), + [anon_sym_fn] = ACTIONS(3139), + [anon_sym_PLUS] = ACTIONS(3139), + [anon_sym_DASH] = ACTIONS(3139), + [anon_sym_STAR] = ACTIONS(3139), + [anon_sym_SLASH] = ACTIONS(3139), + [anon_sym_PERCENT] = ACTIONS(3139), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3139), + [anon_sym_EQ_EQ] = ACTIONS(3139), + [anon_sym_BANG_EQ] = ACTIONS(3139), + [anon_sym_LT_EQ] = ACTIONS(3139), + [anon_sym_GT_EQ] = ACTIONS(3139), + [anon_sym_LBRACK] = ACTIONS(3137), + [anon_sym_LT2] = ACTIONS(3139), + [anon_sym_struct] = ACTIONS(3139), + [anon_sym_union] = ACTIONS(3139), + [anon_sym_pub] = ACTIONS(3139), + [anon_sym_mut] = ACTIONS(3139), + [anon_sym_enum] = ACTIONS(3139), + [anon_sym_interface] = ACTIONS(3139), + [anon_sym_PLUS_PLUS] = ACTIONS(3139), + [anon_sym_DASH_DASH] = ACTIONS(3139), + [anon_sym_QMARK] = ACTIONS(3139), + [anon_sym_BANG] = ACTIONS(3139), + [anon_sym_go] = ACTIONS(3139), + [anon_sym_spawn] = ACTIONS(3139), + [anon_sym_json_DOTdecode] = ACTIONS(3139), + [anon_sym_LBRACK2] = ACTIONS(3139), + [anon_sym_TILDE] = ACTIONS(3139), + [anon_sym_CARET] = ACTIONS(3139), + [anon_sym_AMP] = ACTIONS(3139), + [anon_sym_LT_DASH] = ACTIONS(3139), + [anon_sym_LT_LT] = ACTIONS(3139), + [anon_sym_GT_GT] = ACTIONS(3139), + [anon_sym_GT_GT_GT] = ACTIONS(3139), + [anon_sym_AMP_CARET] = ACTIONS(3139), + [anon_sym_AMP_AMP] = ACTIONS(3139), + [anon_sym_PIPE_PIPE] = ACTIONS(3139), + [anon_sym_or] = ACTIONS(3139), + [sym_none] = ACTIONS(3139), + [sym_true] = ACTIONS(3139), + [sym_false] = ACTIONS(3139), + [sym_nil] = ACTIONS(3139), + [anon_sym_QMARK_DOT] = ACTIONS(3139), + [anon_sym_POUND_LBRACK] = ACTIONS(3139), + [anon_sym_if] = ACTIONS(3139), + [anon_sym_DOLLARif] = ACTIONS(3139), + [anon_sym_is] = ACTIONS(3139), + [anon_sym_BANGis] = ACTIONS(3139), + [anon_sym_in] = ACTIONS(3139), + [anon_sym_BANGin] = ACTIONS(3139), + [anon_sym_match] = ACTIONS(3139), + [anon_sym_select] = ACTIONS(3139), + [anon_sym_STAR_EQ] = ACTIONS(3139), + [anon_sym_SLASH_EQ] = ACTIONS(3139), + [anon_sym_PERCENT_EQ] = ACTIONS(3139), + [anon_sym_LT_LT_EQ] = ACTIONS(3139), + [anon_sym_GT_GT_EQ] = ACTIONS(3139), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3139), + [anon_sym_AMP_EQ] = ACTIONS(3139), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3139), + [anon_sym_PLUS_EQ] = ACTIONS(3139), + [anon_sym_DASH_EQ] = ACTIONS(3139), + [anon_sym_PIPE_EQ] = ACTIONS(3139), + [anon_sym_CARET_EQ] = ACTIONS(3139), + [anon_sym_COLON_EQ] = ACTIONS(3139), + [anon_sym_lock] = ACTIONS(3139), + [anon_sym_rlock] = ACTIONS(3139), + [anon_sym_unsafe] = ACTIONS(3139), + [anon_sym_sql] = ACTIONS(3139), + [sym_int_literal] = ACTIONS(3139), + [sym_float_literal] = ACTIONS(3139), + [sym_rune_literal] = ACTIONS(3139), + [anon_sym_AT] = ACTIONS(3139), + [anon_sym_shared] = ACTIONS(3139), + [anon_sym_map_LBRACK] = ACTIONS(3139), + [anon_sym_chan] = ACTIONS(3139), + [anon_sym_thread] = ACTIONS(3139), + [anon_sym_atomic] = ACTIONS(3139), + [anon_sym_assert] = ACTIONS(3139), + [anon_sym_defer] = ACTIONS(3139), + [anon_sym_goto] = ACTIONS(3139), + [anon_sym_break] = ACTIONS(3139), + [anon_sym_continue] = ACTIONS(3139), + [anon_sym_return] = ACTIONS(3139), + [anon_sym_DOLLARfor] = ACTIONS(3139), + [anon_sym_for] = ACTIONS(3139), + [anon_sym_POUND] = ACTIONS(3139), + [anon_sym_asm] = ACTIONS(3139), + [anon_sym_AT_LBRACK] = ACTIONS(3139), + [sym___double_quote] = ACTIONS(3139), + [sym___single_quote] = ACTIONS(3139), + [sym___c_double_quote] = ACTIONS(3139), + [sym___c_single_quote] = ACTIONS(3139), + [sym___r_double_quote] = ACTIONS(3139), + [sym___r_single_quote] = ACTIONS(3139), + }, + [854] = { + [ts_builtin_sym_end] = ACTIONS(3141), + [sym_identifier] = ACTIONS(3143), + [anon_sym_LF] = ACTIONS(3143), + [anon_sym_CR] = ACTIONS(3143), + [anon_sym_CR_LF] = ACTIONS(3143), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3143), + [anon_sym_as] = ACTIONS(3143), + [anon_sym_LBRACE] = ACTIONS(3143), + [anon_sym_COMMA] = ACTIONS(3143), + [anon_sym_const] = ACTIONS(3143), + [anon_sym_LPAREN] = ACTIONS(3143), + [anon_sym_EQ] = ACTIONS(3143), + [anon_sym___global] = ACTIONS(3143), + [anon_sym_type] = ACTIONS(3143), + [anon_sym_PIPE] = ACTIONS(3143), + [anon_sym_fn] = ACTIONS(3143), + [anon_sym_PLUS] = ACTIONS(3143), + [anon_sym_DASH] = ACTIONS(3143), + [anon_sym_STAR] = ACTIONS(3143), + [anon_sym_SLASH] = ACTIONS(3143), + [anon_sym_PERCENT] = ACTIONS(3143), + [anon_sym_LT] = ACTIONS(3143), + [anon_sym_GT] = ACTIONS(3143), + [anon_sym_EQ_EQ] = ACTIONS(3143), + [anon_sym_BANG_EQ] = ACTIONS(3143), + [anon_sym_LT_EQ] = ACTIONS(3143), + [anon_sym_GT_EQ] = ACTIONS(3143), + [anon_sym_LBRACK] = ACTIONS(3141), + [anon_sym_LT2] = ACTIONS(3143), + [anon_sym_struct] = ACTIONS(3143), + [anon_sym_union] = ACTIONS(3143), + [anon_sym_pub] = ACTIONS(3143), + [anon_sym_mut] = ACTIONS(3143), + [anon_sym_enum] = ACTIONS(3143), + [anon_sym_interface] = ACTIONS(3143), + [anon_sym_PLUS_PLUS] = ACTIONS(3143), + [anon_sym_DASH_DASH] = ACTIONS(3143), + [anon_sym_QMARK] = ACTIONS(3143), + [anon_sym_BANG] = ACTIONS(3143), + [anon_sym_go] = ACTIONS(3143), + [anon_sym_spawn] = ACTIONS(3143), + [anon_sym_json_DOTdecode] = ACTIONS(3143), + [anon_sym_LBRACK2] = ACTIONS(3143), + [anon_sym_TILDE] = ACTIONS(3143), + [anon_sym_CARET] = ACTIONS(3143), + [anon_sym_AMP] = ACTIONS(3143), + [anon_sym_LT_DASH] = ACTIONS(3143), + [anon_sym_LT_LT] = ACTIONS(3143), + [anon_sym_GT_GT] = ACTIONS(3143), + [anon_sym_GT_GT_GT] = ACTIONS(3143), + [anon_sym_AMP_CARET] = ACTIONS(3143), + [anon_sym_AMP_AMP] = ACTIONS(3143), + [anon_sym_PIPE_PIPE] = ACTIONS(3143), + [anon_sym_or] = ACTIONS(3143), + [sym_none] = ACTIONS(3143), + [sym_true] = ACTIONS(3143), + [sym_false] = ACTIONS(3143), + [sym_nil] = ACTIONS(3143), + [anon_sym_QMARK_DOT] = ACTIONS(3143), + [anon_sym_POUND_LBRACK] = ACTIONS(3143), + [anon_sym_if] = ACTIONS(3143), + [anon_sym_DOLLARif] = ACTIONS(3143), + [anon_sym_is] = ACTIONS(3143), + [anon_sym_BANGis] = ACTIONS(3143), + [anon_sym_in] = ACTIONS(3143), + [anon_sym_BANGin] = ACTIONS(3143), + [anon_sym_match] = ACTIONS(3143), + [anon_sym_select] = ACTIONS(3143), + [anon_sym_STAR_EQ] = ACTIONS(3143), + [anon_sym_SLASH_EQ] = ACTIONS(3143), + [anon_sym_PERCENT_EQ] = ACTIONS(3143), + [anon_sym_LT_LT_EQ] = ACTIONS(3143), + [anon_sym_GT_GT_EQ] = ACTIONS(3143), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3143), + [anon_sym_AMP_EQ] = ACTIONS(3143), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3143), + [anon_sym_PLUS_EQ] = ACTIONS(3143), + [anon_sym_DASH_EQ] = ACTIONS(3143), + [anon_sym_PIPE_EQ] = ACTIONS(3143), + [anon_sym_CARET_EQ] = ACTIONS(3143), + [anon_sym_COLON_EQ] = ACTIONS(3143), + [anon_sym_lock] = ACTIONS(3143), + [anon_sym_rlock] = ACTIONS(3143), + [anon_sym_unsafe] = ACTIONS(3143), + [anon_sym_sql] = ACTIONS(3143), + [sym_int_literal] = ACTIONS(3143), + [sym_float_literal] = ACTIONS(3143), + [sym_rune_literal] = ACTIONS(3143), + [anon_sym_AT] = ACTIONS(3143), + [anon_sym_shared] = ACTIONS(3143), + [anon_sym_map_LBRACK] = ACTIONS(3143), + [anon_sym_chan] = ACTIONS(3143), + [anon_sym_thread] = ACTIONS(3143), + [anon_sym_atomic] = ACTIONS(3143), + [anon_sym_assert] = ACTIONS(3143), + [anon_sym_defer] = ACTIONS(3143), + [anon_sym_goto] = ACTIONS(3143), + [anon_sym_break] = ACTIONS(3143), + [anon_sym_continue] = ACTIONS(3143), + [anon_sym_return] = ACTIONS(3143), + [anon_sym_DOLLARfor] = ACTIONS(3143), + [anon_sym_for] = ACTIONS(3143), + [anon_sym_POUND] = ACTIONS(3143), + [anon_sym_asm] = ACTIONS(3143), + [anon_sym_AT_LBRACK] = ACTIONS(3143), + [sym___double_quote] = ACTIONS(3143), + [sym___single_quote] = ACTIONS(3143), + [sym___c_double_quote] = ACTIONS(3143), + [sym___c_single_quote] = ACTIONS(3143), + [sym___r_double_quote] = ACTIONS(3143), + [sym___r_single_quote] = ACTIONS(3143), + }, + [855] = { + [sym__expression] = STATE(1786), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2029), + [sym_dec_expression] = STATE(2029), + [sym_or_block_expression] = STATE(2029), + [sym_option_propagation_expression] = STATE(2029), + [sym_result_propagation_expression] = STATE(2029), + [sym_anon_struct_value_expression] = STATE(2031), + [sym_go_expression] = STATE(2029), + [sym_spawn_expression] = STATE(2029), + [sym_parenthesized_expression] = STATE(2029), + [sym_call_expression] = STATE(2029), + [sym_type_initializer] = STATE(2031), + [sym_function_literal] = STATE(2029), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2029), + [sym_receive_expression] = STATE(2029), + [sym_binary_expression] = STATE(2029), + [sym_as_type_cast_expression] = STATE(2029), + [sym__max_group] = STATE(2029), + [sym_literal] = STATE(2029), + [sym_map_init_expression] = STATE(2031), + [sym_array_creation] = STATE(2029), + [sym_fixed_array_creation] = STATE(2029), + [sym_selector_expression] = STATE(2029), + [sym_index_expression] = STATE(2029), + [sym_slice_expression] = STATE(2029), + [sym_if_expression] = STATE(2031), + [sym_compile_time_if_expression] = STATE(2031), + [sym_is_expression] = STATE(2029), + [sym_not_is_expression] = STATE(2029), + [sym_in_expression] = STATE(2029), + [sym_not_in_expression] = STATE(2029), + [sym_enum_fetch] = STATE(2029), + [sym_match_expression] = STATE(2031), + [sym_select_expression] = STATE(2031), + [sym_lock_expression] = STATE(2031), + [sym_unsafe_expression] = STATE(2031), + [sym_sql_expression] = STATE(2031), + [sym_c_string_literal] = STATE(2030), + [sym_raw_string_literal] = STATE(2030), + [sym_interpreted_string_literal] = STATE(2030), + [sym_pseudo_compile_time_identifier] = STATE(2029), + [sym_mutability_modifiers] = STATE(547), + [sym_plain_type] = STATE(4371), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2781), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(691), + [anon_sym_LBRACE] = ACTIONS(2783), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(699), + [anon_sym_PLUS] = ACTIONS(701), + [anon_sym_DASH] = ACTIONS(701), + [anon_sym_STAR] = ACTIONS(703), + [anon_sym_struct] = ACTIONS(2785), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(707), + [anon_sym_go] = ACTIONS(709), + [anon_sym_spawn] = ACTIONS(711), + [anon_sym_json_DOTdecode] = ACTIONS(713), + [anon_sym_LBRACK2] = ACTIONS(715), + [anon_sym_TILDE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(701), + [anon_sym_AMP] = ACTIONS(717), + [anon_sym_LT_DASH] = ACTIONS(719), + [sym_none] = ACTIONS(721), + [sym_true] = ACTIONS(721), + [sym_false] = ACTIONS(721), + [sym_nil] = ACTIONS(721), + [anon_sym_if] = ACTIONS(2787), + [anon_sym_DOLLARif] = ACTIONS(2789), + [anon_sym_match] = ACTIONS(2791), + [anon_sym_select] = ACTIONS(2793), + [anon_sym_lock] = ACTIONS(2795), + [anon_sym_rlock] = ACTIONS(2795), + [anon_sym_unsafe] = ACTIONS(2797), + [anon_sym_sql] = ACTIONS(2799), + [sym_int_literal] = ACTIONS(721), + [sym_float_literal] = ACTIONS(739), + [sym_rune_literal] = ACTIONS(739), + [anon_sym_AT] = ACTIONS(741), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(743), + [sym___single_quote] = ACTIONS(745), + [sym___c_double_quote] = ACTIONS(747), + [sym___c_single_quote] = ACTIONS(749), + [sym___r_double_quote] = ACTIONS(751), + [sym___r_single_quote] = ACTIONS(753), + }, + [856] = { + [sym__expression] = STATE(2739), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [857] = { + [sym__expression] = STATE(972), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2136), + [anon_sym_DASH] = ACTIONS(2136), + [anon_sym_STAR] = ACTIONS(2138), + [anon_sym_struct] = ACTIONS(501), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2140), + [anon_sym_go] = ACTIONS(507), + [anon_sym_spawn] = ACTIONS(509), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2136), + [anon_sym_CARET] = ACTIONS(2136), + [anon_sym_AMP] = ACTIONS(2146), + [anon_sym_LT_DASH] = ACTIONS(2148), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(527), + [anon_sym_lock] = ACTIONS(529), + [anon_sym_rlock] = ACTIONS(529), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), + }, + [858] = { + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2930), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2967), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), + }, + [859] = { + [ts_builtin_sym_end] = ACTIONS(3145), + [sym_identifier] = ACTIONS(3147), + [anon_sym_LF] = ACTIONS(3147), + [anon_sym_CR] = ACTIONS(3147), + [anon_sym_CR_LF] = ACTIONS(3147), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3147), + [anon_sym_as] = ACTIONS(3147), + [anon_sym_LBRACE] = ACTIONS(3147), + [anon_sym_COMMA] = ACTIONS(3147), + [anon_sym_const] = ACTIONS(3147), + [anon_sym_LPAREN] = ACTIONS(3147), + [anon_sym_EQ] = ACTIONS(3147), + [anon_sym___global] = ACTIONS(3147), + [anon_sym_type] = ACTIONS(3147), + [anon_sym_PIPE] = ACTIONS(3147), + [anon_sym_fn] = ACTIONS(3147), + [anon_sym_PLUS] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3147), + [anon_sym_STAR] = ACTIONS(3147), + [anon_sym_SLASH] = ACTIONS(3147), + [anon_sym_PERCENT] = ACTIONS(3147), + [anon_sym_LT] = ACTIONS(3147), + [anon_sym_GT] = ACTIONS(3147), + [anon_sym_EQ_EQ] = ACTIONS(3147), + [anon_sym_BANG_EQ] = ACTIONS(3147), + [anon_sym_LT_EQ] = ACTIONS(3147), + [anon_sym_GT_EQ] = ACTIONS(3147), + [anon_sym_LBRACK] = ACTIONS(3145), + [anon_sym_LT2] = ACTIONS(3147), + [anon_sym_struct] = ACTIONS(3147), + [anon_sym_union] = ACTIONS(3147), + [anon_sym_pub] = ACTIONS(3147), + [anon_sym_mut] = ACTIONS(3147), + [anon_sym_enum] = ACTIONS(3147), + [anon_sym_interface] = ACTIONS(3147), + [anon_sym_PLUS_PLUS] = ACTIONS(3147), + [anon_sym_DASH_DASH] = ACTIONS(3147), + [anon_sym_QMARK] = ACTIONS(3147), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_go] = ACTIONS(3147), + [anon_sym_spawn] = ACTIONS(3147), + [anon_sym_json_DOTdecode] = ACTIONS(3147), + [anon_sym_LBRACK2] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_CARET] = ACTIONS(3147), + [anon_sym_AMP] = ACTIONS(3147), + [anon_sym_LT_DASH] = ACTIONS(3147), + [anon_sym_LT_LT] = ACTIONS(3147), + [anon_sym_GT_GT] = ACTIONS(3147), + [anon_sym_GT_GT_GT] = ACTIONS(3147), + [anon_sym_AMP_CARET] = ACTIONS(3147), + [anon_sym_AMP_AMP] = ACTIONS(3147), + [anon_sym_PIPE_PIPE] = ACTIONS(3147), + [anon_sym_or] = ACTIONS(3147), + [sym_none] = ACTIONS(3147), + [sym_true] = ACTIONS(3147), + [sym_false] = ACTIONS(3147), + [sym_nil] = ACTIONS(3147), + [anon_sym_QMARK_DOT] = ACTIONS(3147), + [anon_sym_POUND_LBRACK] = ACTIONS(3147), + [anon_sym_if] = ACTIONS(3147), + [anon_sym_DOLLARif] = ACTIONS(3147), + [anon_sym_is] = ACTIONS(3147), + [anon_sym_BANGis] = ACTIONS(3147), + [anon_sym_in] = ACTIONS(3147), + [anon_sym_BANGin] = ACTIONS(3147), + [anon_sym_match] = ACTIONS(3147), + [anon_sym_select] = ACTIONS(3147), + [anon_sym_STAR_EQ] = ACTIONS(3147), + [anon_sym_SLASH_EQ] = ACTIONS(3147), + [anon_sym_PERCENT_EQ] = ACTIONS(3147), + [anon_sym_LT_LT_EQ] = ACTIONS(3147), + [anon_sym_GT_GT_EQ] = ACTIONS(3147), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3147), + [anon_sym_AMP_EQ] = ACTIONS(3147), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3147), + [anon_sym_PLUS_EQ] = ACTIONS(3147), + [anon_sym_DASH_EQ] = ACTIONS(3147), + [anon_sym_PIPE_EQ] = ACTIONS(3147), + [anon_sym_CARET_EQ] = ACTIONS(3147), + [anon_sym_COLON_EQ] = ACTIONS(3147), + [anon_sym_lock] = ACTIONS(3147), + [anon_sym_rlock] = ACTIONS(3147), + [anon_sym_unsafe] = ACTIONS(3147), + [anon_sym_sql] = ACTIONS(3147), + [sym_int_literal] = ACTIONS(3147), + [sym_float_literal] = ACTIONS(3147), + [sym_rune_literal] = ACTIONS(3147), + [anon_sym_AT] = ACTIONS(3147), + [anon_sym_shared] = ACTIONS(3147), + [anon_sym_map_LBRACK] = ACTIONS(3147), + [anon_sym_chan] = ACTIONS(3147), + [anon_sym_thread] = ACTIONS(3147), + [anon_sym_atomic] = ACTIONS(3147), + [anon_sym_assert] = ACTIONS(3147), + [anon_sym_defer] = ACTIONS(3147), + [anon_sym_goto] = ACTIONS(3147), + [anon_sym_break] = ACTIONS(3147), + [anon_sym_continue] = ACTIONS(3147), + [anon_sym_return] = ACTIONS(3147), + [anon_sym_DOLLARfor] = ACTIONS(3147), + [anon_sym_for] = ACTIONS(3147), + [anon_sym_POUND] = ACTIONS(3147), + [anon_sym_asm] = ACTIONS(3147), + [anon_sym_AT_LBRACK] = ACTIONS(3147), + [sym___double_quote] = ACTIONS(3147), + [sym___single_quote] = ACTIONS(3147), + [sym___c_double_quote] = ACTIONS(3147), + [sym___c_single_quote] = ACTIONS(3147), + [sym___r_double_quote] = ACTIONS(3147), + [sym___r_single_quote] = ACTIONS(3147), + }, + [860] = { + [ts_builtin_sym_end] = ACTIONS(3149), + [sym_identifier] = ACTIONS(3151), + [anon_sym_LF] = ACTIONS(3151), + [anon_sym_CR] = ACTIONS(3151), + [anon_sym_CR_LF] = ACTIONS(3151), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3151), + [anon_sym_as] = ACTIONS(3151), + [anon_sym_LBRACE] = ACTIONS(3151), + [anon_sym_COMMA] = ACTIONS(3151), + [anon_sym_const] = ACTIONS(3151), + [anon_sym_LPAREN] = ACTIONS(3151), + [anon_sym_EQ] = ACTIONS(3151), + [anon_sym___global] = ACTIONS(3151), + [anon_sym_type] = ACTIONS(3151), + [anon_sym_PIPE] = ACTIONS(3151), + [anon_sym_fn] = ACTIONS(3151), + [anon_sym_PLUS] = ACTIONS(3151), + [anon_sym_DASH] = ACTIONS(3151), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_SLASH] = ACTIONS(3151), + [anon_sym_PERCENT] = ACTIONS(3151), + [anon_sym_LT] = ACTIONS(3151), + [anon_sym_GT] = ACTIONS(3151), + [anon_sym_EQ_EQ] = ACTIONS(3151), + [anon_sym_BANG_EQ] = ACTIONS(3151), + [anon_sym_LT_EQ] = ACTIONS(3151), + [anon_sym_GT_EQ] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(3149), + [anon_sym_LT2] = ACTIONS(3151), + [anon_sym_struct] = ACTIONS(3151), + [anon_sym_union] = ACTIONS(3151), + [anon_sym_pub] = ACTIONS(3151), + [anon_sym_mut] = ACTIONS(3151), + [anon_sym_enum] = ACTIONS(3151), + [anon_sym_interface] = ACTIONS(3151), + [anon_sym_PLUS_PLUS] = ACTIONS(3151), + [anon_sym_DASH_DASH] = ACTIONS(3151), + [anon_sym_QMARK] = ACTIONS(3151), + [anon_sym_BANG] = ACTIONS(3151), + [anon_sym_go] = ACTIONS(3151), + [anon_sym_spawn] = ACTIONS(3151), + [anon_sym_json_DOTdecode] = ACTIONS(3151), + [anon_sym_LBRACK2] = ACTIONS(3151), + [anon_sym_TILDE] = ACTIONS(3151), + [anon_sym_CARET] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LT_DASH] = ACTIONS(3151), + [anon_sym_LT_LT] = ACTIONS(3151), + [anon_sym_GT_GT] = ACTIONS(3151), + [anon_sym_GT_GT_GT] = ACTIONS(3151), + [anon_sym_AMP_CARET] = ACTIONS(3151), + [anon_sym_AMP_AMP] = ACTIONS(3151), + [anon_sym_PIPE_PIPE] = ACTIONS(3151), + [anon_sym_or] = ACTIONS(3151), + [sym_none] = ACTIONS(3151), + [sym_true] = ACTIONS(3151), + [sym_false] = ACTIONS(3151), + [sym_nil] = ACTIONS(3151), + [anon_sym_QMARK_DOT] = ACTIONS(3151), + [anon_sym_POUND_LBRACK] = ACTIONS(3151), + [anon_sym_if] = ACTIONS(3151), + [anon_sym_DOLLARif] = ACTIONS(3151), + [anon_sym_is] = ACTIONS(3151), + [anon_sym_BANGis] = ACTIONS(3151), + [anon_sym_in] = ACTIONS(3151), + [anon_sym_BANGin] = ACTIONS(3151), + [anon_sym_match] = ACTIONS(3151), + [anon_sym_select] = ACTIONS(3151), + [anon_sym_STAR_EQ] = ACTIONS(3151), + [anon_sym_SLASH_EQ] = ACTIONS(3151), + [anon_sym_PERCENT_EQ] = ACTIONS(3151), + [anon_sym_LT_LT_EQ] = ACTIONS(3151), + [anon_sym_GT_GT_EQ] = ACTIONS(3151), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3151), + [anon_sym_AMP_EQ] = ACTIONS(3151), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3151), + [anon_sym_PLUS_EQ] = ACTIONS(3151), + [anon_sym_DASH_EQ] = ACTIONS(3151), + [anon_sym_PIPE_EQ] = ACTIONS(3151), + [anon_sym_CARET_EQ] = ACTIONS(3151), + [anon_sym_COLON_EQ] = ACTIONS(3151), + [anon_sym_lock] = ACTIONS(3151), + [anon_sym_rlock] = ACTIONS(3151), + [anon_sym_unsafe] = ACTIONS(3151), + [anon_sym_sql] = ACTIONS(3151), + [sym_int_literal] = ACTIONS(3151), + [sym_float_literal] = ACTIONS(3151), + [sym_rune_literal] = ACTIONS(3151), + [anon_sym_AT] = ACTIONS(3151), + [anon_sym_shared] = ACTIONS(3151), + [anon_sym_map_LBRACK] = ACTIONS(3151), + [anon_sym_chan] = ACTIONS(3151), + [anon_sym_thread] = ACTIONS(3151), + [anon_sym_atomic] = ACTIONS(3151), + [anon_sym_assert] = ACTIONS(3151), + [anon_sym_defer] = ACTIONS(3151), + [anon_sym_goto] = ACTIONS(3151), + [anon_sym_break] = ACTIONS(3151), + [anon_sym_continue] = ACTIONS(3151), + [anon_sym_return] = ACTIONS(3151), + [anon_sym_DOLLARfor] = ACTIONS(3151), + [anon_sym_for] = ACTIONS(3151), + [anon_sym_POUND] = ACTIONS(3151), + [anon_sym_asm] = ACTIONS(3151), + [anon_sym_AT_LBRACK] = ACTIONS(3151), + [sym___double_quote] = ACTIONS(3151), + [sym___single_quote] = ACTIONS(3151), + [sym___c_double_quote] = ACTIONS(3151), + [sym___c_single_quote] = ACTIONS(3151), + [sym___r_double_quote] = ACTIONS(3151), + [sym___r_single_quote] = ACTIONS(3151), + }, + [861] = { + [ts_builtin_sym_end] = ACTIONS(3153), + [sym_identifier] = ACTIONS(3155), + [anon_sym_LF] = ACTIONS(3155), + [anon_sym_CR] = ACTIONS(3155), + [anon_sym_CR_LF] = ACTIONS(3155), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3155), + [anon_sym_as] = ACTIONS(3155), + [anon_sym_LBRACE] = ACTIONS(3155), + [anon_sym_COMMA] = ACTIONS(3155), + [anon_sym_const] = ACTIONS(3155), + [anon_sym_LPAREN] = ACTIONS(3155), + [anon_sym_EQ] = ACTIONS(3155), + [anon_sym___global] = ACTIONS(3155), + [anon_sym_type] = ACTIONS(3155), + [anon_sym_PIPE] = ACTIONS(3155), + [anon_sym_fn] = ACTIONS(3155), + [anon_sym_PLUS] = ACTIONS(3155), + [anon_sym_DASH] = ACTIONS(3155), + [anon_sym_STAR] = ACTIONS(3155), + [anon_sym_SLASH] = ACTIONS(3155), + [anon_sym_PERCENT] = ACTIONS(3155), + [anon_sym_LT] = ACTIONS(3155), + [anon_sym_GT] = ACTIONS(3155), + [anon_sym_EQ_EQ] = ACTIONS(3155), + [anon_sym_BANG_EQ] = ACTIONS(3155), + [anon_sym_LT_EQ] = ACTIONS(3155), + [anon_sym_GT_EQ] = ACTIONS(3155), + [anon_sym_LBRACK] = ACTIONS(3153), + [anon_sym_LT2] = ACTIONS(3155), + [anon_sym_struct] = ACTIONS(3155), + [anon_sym_union] = ACTIONS(3155), + [anon_sym_pub] = ACTIONS(3155), + [anon_sym_mut] = ACTIONS(3155), + [anon_sym_enum] = ACTIONS(3155), + [anon_sym_interface] = ACTIONS(3155), + [anon_sym_PLUS_PLUS] = ACTIONS(3155), + [anon_sym_DASH_DASH] = ACTIONS(3155), + [anon_sym_QMARK] = ACTIONS(3155), + [anon_sym_BANG] = ACTIONS(3155), + [anon_sym_go] = ACTIONS(3155), + [anon_sym_spawn] = ACTIONS(3155), + [anon_sym_json_DOTdecode] = ACTIONS(3155), + [anon_sym_LBRACK2] = ACTIONS(3155), + [anon_sym_TILDE] = ACTIONS(3155), + [anon_sym_CARET] = ACTIONS(3155), + [anon_sym_AMP] = ACTIONS(3155), + [anon_sym_LT_DASH] = ACTIONS(3155), + [anon_sym_LT_LT] = ACTIONS(3155), + [anon_sym_GT_GT] = ACTIONS(3155), + [anon_sym_GT_GT_GT] = ACTIONS(3155), + [anon_sym_AMP_CARET] = ACTIONS(3155), + [anon_sym_AMP_AMP] = ACTIONS(3155), + [anon_sym_PIPE_PIPE] = ACTIONS(3155), + [anon_sym_or] = ACTIONS(3155), + [sym_none] = ACTIONS(3155), + [sym_true] = ACTIONS(3155), + [sym_false] = ACTIONS(3155), + [sym_nil] = ACTIONS(3155), + [anon_sym_QMARK_DOT] = ACTIONS(3155), + [anon_sym_POUND_LBRACK] = ACTIONS(3155), + [anon_sym_if] = ACTIONS(3155), + [anon_sym_DOLLARif] = ACTIONS(3155), + [anon_sym_is] = ACTIONS(3155), + [anon_sym_BANGis] = ACTIONS(3155), + [anon_sym_in] = ACTIONS(3155), + [anon_sym_BANGin] = ACTIONS(3155), + [anon_sym_match] = ACTIONS(3155), + [anon_sym_select] = ACTIONS(3155), + [anon_sym_STAR_EQ] = ACTIONS(3155), + [anon_sym_SLASH_EQ] = ACTIONS(3155), + [anon_sym_PERCENT_EQ] = ACTIONS(3155), + [anon_sym_LT_LT_EQ] = ACTIONS(3155), + [anon_sym_GT_GT_EQ] = ACTIONS(3155), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3155), + [anon_sym_AMP_EQ] = ACTIONS(3155), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3155), + [anon_sym_PLUS_EQ] = ACTIONS(3155), + [anon_sym_DASH_EQ] = ACTIONS(3155), + [anon_sym_PIPE_EQ] = ACTIONS(3155), + [anon_sym_CARET_EQ] = ACTIONS(3155), + [anon_sym_COLON_EQ] = ACTIONS(3155), + [anon_sym_lock] = ACTIONS(3155), + [anon_sym_rlock] = ACTIONS(3155), + [anon_sym_unsafe] = ACTIONS(3155), + [anon_sym_sql] = ACTIONS(3155), + [sym_int_literal] = ACTIONS(3155), + [sym_float_literal] = ACTIONS(3155), + [sym_rune_literal] = ACTIONS(3155), + [anon_sym_AT] = ACTIONS(3155), + [anon_sym_shared] = ACTIONS(3155), + [anon_sym_map_LBRACK] = ACTIONS(3155), + [anon_sym_chan] = ACTIONS(3155), + [anon_sym_thread] = ACTIONS(3155), + [anon_sym_atomic] = ACTIONS(3155), + [anon_sym_assert] = ACTIONS(3155), + [anon_sym_defer] = ACTIONS(3155), + [anon_sym_goto] = ACTIONS(3155), + [anon_sym_break] = ACTIONS(3155), + [anon_sym_continue] = ACTIONS(3155), + [anon_sym_return] = ACTIONS(3155), + [anon_sym_DOLLARfor] = ACTIONS(3155), + [anon_sym_for] = ACTIONS(3155), + [anon_sym_POUND] = ACTIONS(3155), + [anon_sym_asm] = ACTIONS(3155), + [anon_sym_AT_LBRACK] = ACTIONS(3155), + [sym___double_quote] = ACTIONS(3155), + [sym___single_quote] = ACTIONS(3155), + [sym___c_double_quote] = ACTIONS(3155), + [sym___c_single_quote] = ACTIONS(3155), + [sym___r_double_quote] = ACTIONS(3155), + [sym___r_single_quote] = ACTIONS(3155), + }, + [862] = { + [sym__expression] = STATE(1658), + [sym__expression_without_blocks] = STATE(1807), + [sym__expression_with_blocks] = STATE(1807), + [sym_inc_expression] = STATE(1807), + [sym_dec_expression] = STATE(1807), + [sym_or_block_expression] = STATE(1807), + [sym_option_propagation_expression] = STATE(1807), + [sym_result_propagation_expression] = STATE(1807), + [sym_anon_struct_value_expression] = STATE(1862), + [sym_go_expression] = STATE(1807), + [sym_spawn_expression] = STATE(1807), + [sym_parenthesized_expression] = STATE(1807), + [sym_call_expression] = STATE(1807), + [sym_type_initializer] = STATE(1862), + [sym_function_literal] = STATE(1807), + [sym_reference_expression] = STATE(1899), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1807), + [sym_receive_expression] = STATE(1807), + [sym_binary_expression] = STATE(1807), + [sym_as_type_cast_expression] = STATE(1807), + [sym__max_group] = STATE(1807), + [sym_literal] = STATE(1807), + [sym_map_init_expression] = STATE(1862), + [sym_array_creation] = STATE(1807), + [sym_fixed_array_creation] = STATE(1807), + [sym_selector_expression] = STATE(1807), + [sym_index_expression] = STATE(1807), + [sym_slice_expression] = STATE(1807), + [sym_if_expression] = STATE(1862), + [sym_compile_time_if_expression] = STATE(1862), + [sym_is_expression] = STATE(1807), + [sym_not_is_expression] = STATE(1807), + [sym_in_expression] = STATE(1807), + [sym_not_in_expression] = STATE(1807), + [sym_enum_fetch] = STATE(1807), + [sym_match_expression] = STATE(1862), + [sym_select_expression] = STATE(1862), + [sym_lock_expression] = STATE(1862), + [sym_unsafe_expression] = STATE(1862), + [sym_sql_expression] = STATE(1862), + [sym_c_string_literal] = STATE(1809), + [sym_raw_string_literal] = STATE(1809), + [sym_interpreted_string_literal] = STATE(1809), + [sym_pseudo_compile_time_identifier] = STATE(1807), + [sym_mutability_modifiers] = STATE(613), + [sym_plain_type] = STATE(4411), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2526), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2528), + [anon_sym_LBRACE] = ACTIONS(2530), + [anon_sym_LPAREN] = ACTIONS(2532), + [anon_sym_fn] = ACTIONS(2534), + [anon_sym_PLUS] = ACTIONS(2536), + [anon_sym_DASH] = ACTIONS(2536), + [anon_sym_STAR] = ACTIONS(2538), + [anon_sym_struct] = ACTIONS(2540), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2542), + [anon_sym_go] = ACTIONS(2544), + [anon_sym_spawn] = ACTIONS(2546), + [anon_sym_json_DOTdecode] = ACTIONS(2548), + [anon_sym_LBRACK2] = ACTIONS(2550), + [anon_sym_TILDE] = ACTIONS(2536), + [anon_sym_CARET] = ACTIONS(2536), + [anon_sym_AMP] = ACTIONS(2552), + [anon_sym_LT_DASH] = ACTIONS(2554), + [sym_none] = ACTIONS(2556), + [sym_true] = ACTIONS(2556), + [sym_false] = ACTIONS(2556), + [sym_nil] = ACTIONS(2556), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_DOLLARif] = ACTIONS(2560), + [anon_sym_match] = ACTIONS(2562), + [anon_sym_select] = ACTIONS(2564), + [anon_sym_lock] = ACTIONS(2566), + [anon_sym_rlock] = ACTIONS(2566), + [anon_sym_unsafe] = ACTIONS(2568), + [anon_sym_sql] = ACTIONS(2570), + [sym_int_literal] = ACTIONS(2556), + [sym_float_literal] = ACTIONS(2572), + [sym_rune_literal] = ACTIONS(2572), + [anon_sym_AT] = ACTIONS(2574), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2576), + [sym___single_quote] = ACTIONS(2578), + [sym___c_double_quote] = ACTIONS(2580), + [sym___c_single_quote] = ACTIONS(2582), + [sym___r_double_quote] = ACTIONS(2584), + [sym___r_single_quote] = ACTIONS(2586), + }, + [863] = { + [sym__expression] = STATE(1271), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1360), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_struct] = ACTIONS(1376), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), + }, + [864] = { + [ts_builtin_sym_end] = ACTIONS(3157), + [sym_identifier] = ACTIONS(3159), + [anon_sym_LF] = ACTIONS(3159), + [anon_sym_CR] = ACTIONS(3159), + [anon_sym_CR_LF] = ACTIONS(3159), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3159), + [anon_sym_as] = ACTIONS(3159), + [anon_sym_LBRACE] = ACTIONS(3159), + [anon_sym_COMMA] = ACTIONS(3159), + [anon_sym_const] = ACTIONS(3159), + [anon_sym_LPAREN] = ACTIONS(3159), + [anon_sym_EQ] = ACTIONS(3159), + [anon_sym___global] = ACTIONS(3159), + [anon_sym_type] = ACTIONS(3159), + [anon_sym_PIPE] = ACTIONS(3159), + [anon_sym_fn] = ACTIONS(3159), + [anon_sym_PLUS] = ACTIONS(3159), + [anon_sym_DASH] = ACTIONS(3159), + [anon_sym_STAR] = ACTIONS(3159), + [anon_sym_SLASH] = ACTIONS(3159), + [anon_sym_PERCENT] = ACTIONS(3159), + [anon_sym_LT] = ACTIONS(3159), + [anon_sym_GT] = ACTIONS(3159), + [anon_sym_EQ_EQ] = ACTIONS(3159), + [anon_sym_BANG_EQ] = ACTIONS(3159), + [anon_sym_LT_EQ] = ACTIONS(3159), + [anon_sym_GT_EQ] = ACTIONS(3159), + [anon_sym_LBRACK] = ACTIONS(3157), + [anon_sym_LT2] = ACTIONS(3159), + [anon_sym_struct] = ACTIONS(3159), + [anon_sym_union] = ACTIONS(3159), + [anon_sym_pub] = ACTIONS(3159), + [anon_sym_mut] = ACTIONS(3159), + [anon_sym_enum] = ACTIONS(3159), + [anon_sym_interface] = ACTIONS(3159), + [anon_sym_PLUS_PLUS] = ACTIONS(3159), + [anon_sym_DASH_DASH] = ACTIONS(3159), + [anon_sym_QMARK] = ACTIONS(3159), + [anon_sym_BANG] = ACTIONS(3159), + [anon_sym_go] = ACTIONS(3159), + [anon_sym_spawn] = ACTIONS(3159), + [anon_sym_json_DOTdecode] = ACTIONS(3159), + [anon_sym_LBRACK2] = ACTIONS(3159), + [anon_sym_TILDE] = ACTIONS(3159), + [anon_sym_CARET] = ACTIONS(3159), + [anon_sym_AMP] = ACTIONS(3159), + [anon_sym_LT_DASH] = ACTIONS(3159), + [anon_sym_LT_LT] = ACTIONS(3159), + [anon_sym_GT_GT] = ACTIONS(3159), + [anon_sym_GT_GT_GT] = ACTIONS(3159), + [anon_sym_AMP_CARET] = ACTIONS(3159), + [anon_sym_AMP_AMP] = ACTIONS(3159), + [anon_sym_PIPE_PIPE] = ACTIONS(3159), + [anon_sym_or] = ACTIONS(3159), + [sym_none] = ACTIONS(3159), + [sym_true] = ACTIONS(3159), + [sym_false] = ACTIONS(3159), + [sym_nil] = ACTIONS(3159), + [anon_sym_QMARK_DOT] = ACTIONS(3159), + [anon_sym_POUND_LBRACK] = ACTIONS(3159), + [anon_sym_if] = ACTIONS(3159), + [anon_sym_DOLLARif] = ACTIONS(3159), + [anon_sym_is] = ACTIONS(3159), + [anon_sym_BANGis] = ACTIONS(3159), + [anon_sym_in] = ACTIONS(3159), + [anon_sym_BANGin] = ACTIONS(3159), + [anon_sym_match] = ACTIONS(3159), + [anon_sym_select] = ACTIONS(3159), + [anon_sym_STAR_EQ] = ACTIONS(3159), + [anon_sym_SLASH_EQ] = ACTIONS(3159), + [anon_sym_PERCENT_EQ] = ACTIONS(3159), + [anon_sym_LT_LT_EQ] = ACTIONS(3159), + [anon_sym_GT_GT_EQ] = ACTIONS(3159), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3159), + [anon_sym_AMP_EQ] = ACTIONS(3159), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3159), + [anon_sym_PLUS_EQ] = ACTIONS(3159), + [anon_sym_DASH_EQ] = ACTIONS(3159), + [anon_sym_PIPE_EQ] = ACTIONS(3159), + [anon_sym_CARET_EQ] = ACTIONS(3159), + [anon_sym_COLON_EQ] = ACTIONS(3159), + [anon_sym_lock] = ACTIONS(3159), + [anon_sym_rlock] = ACTIONS(3159), + [anon_sym_unsafe] = ACTIONS(3159), + [anon_sym_sql] = ACTIONS(3159), + [sym_int_literal] = ACTIONS(3159), + [sym_float_literal] = ACTIONS(3159), + [sym_rune_literal] = ACTIONS(3159), + [anon_sym_AT] = ACTIONS(3159), + [anon_sym_shared] = ACTIONS(3159), + [anon_sym_map_LBRACK] = ACTIONS(3159), + [anon_sym_chan] = ACTIONS(3159), + [anon_sym_thread] = ACTIONS(3159), + [anon_sym_atomic] = ACTIONS(3159), + [anon_sym_assert] = ACTIONS(3159), + [anon_sym_defer] = ACTIONS(3159), + [anon_sym_goto] = ACTIONS(3159), + [anon_sym_break] = ACTIONS(3159), + [anon_sym_continue] = ACTIONS(3159), + [anon_sym_return] = ACTIONS(3159), + [anon_sym_DOLLARfor] = ACTIONS(3159), + [anon_sym_for] = ACTIONS(3159), + [anon_sym_POUND] = ACTIONS(3159), + [anon_sym_asm] = ACTIONS(3159), + [anon_sym_AT_LBRACK] = ACTIONS(3159), + [sym___double_quote] = ACTIONS(3159), + [sym___single_quote] = ACTIONS(3159), + [sym___c_double_quote] = ACTIONS(3159), + [sym___c_single_quote] = ACTIONS(3159), + [sym___r_double_quote] = ACTIONS(3159), + [sym___r_single_quote] = ACTIONS(3159), + }, + [865] = { + [sym__expression] = STATE(1270), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4397), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1360), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_struct] = ACTIONS(1376), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), + }, + [866] = { + [sym__expression] = STATE(981), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2821), + [anon_sym_DASH] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(2823), + [anon_sym_struct] = ACTIONS(501), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2825), + [anon_sym_go] = ACTIONS(2827), + [anon_sym_spawn] = ACTIONS(2829), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2821), + [anon_sym_CARET] = ACTIONS(2821), + [anon_sym_AMP] = ACTIONS(2831), + [anon_sym_LT_DASH] = ACTIONS(2833), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(2835), + [anon_sym_lock] = ACTIONS(2837), + [anon_sym_rlock] = ACTIONS(2837), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), + }, + [867] = { + [sym__expression] = STATE(1653), + [sym__expression_without_blocks] = STATE(1807), + [sym__expression_with_blocks] = STATE(1807), + [sym_inc_expression] = STATE(1807), + [sym_dec_expression] = STATE(1807), + [sym_or_block_expression] = STATE(1807), + [sym_option_propagation_expression] = STATE(1807), + [sym_result_propagation_expression] = STATE(1807), + [sym_anon_struct_value_expression] = STATE(1862), + [sym_go_expression] = STATE(1807), + [sym_spawn_expression] = STATE(1807), + [sym_parenthesized_expression] = STATE(1807), + [sym_call_expression] = STATE(1807), + [sym_type_initializer] = STATE(1862), + [sym_function_literal] = STATE(1807), + [sym_reference_expression] = STATE(1899), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1807), + [sym_receive_expression] = STATE(1807), + [sym_binary_expression] = STATE(1807), + [sym_as_type_cast_expression] = STATE(1807), + [sym__max_group] = STATE(1807), + [sym_literal] = STATE(1807), + [sym_map_init_expression] = STATE(1862), + [sym_array_creation] = STATE(1807), + [sym_fixed_array_creation] = STATE(1807), + [sym_selector_expression] = STATE(1807), + [sym_index_expression] = STATE(1807), + [sym_slice_expression] = STATE(1807), + [sym_if_expression] = STATE(1862), + [sym_compile_time_if_expression] = STATE(1862), + [sym_is_expression] = STATE(1807), + [sym_not_is_expression] = STATE(1807), + [sym_in_expression] = STATE(1807), + [sym_not_in_expression] = STATE(1807), + [sym_enum_fetch] = STATE(1807), + [sym_match_expression] = STATE(1862), + [sym_select_expression] = STATE(1862), + [sym_lock_expression] = STATE(1862), + [sym_unsafe_expression] = STATE(1862), + [sym_sql_expression] = STATE(1862), + [sym_c_string_literal] = STATE(1809), + [sym_raw_string_literal] = STATE(1809), + [sym_interpreted_string_literal] = STATE(1809), + [sym_pseudo_compile_time_identifier] = STATE(1807), + [sym_mutability_modifiers] = STATE(613), + [sym_plain_type] = STATE(4411), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2526), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2528), + [anon_sym_LBRACE] = ACTIONS(2530), + [anon_sym_LPAREN] = ACTIONS(2532), + [anon_sym_fn] = ACTIONS(2534), + [anon_sym_PLUS] = ACTIONS(2536), + [anon_sym_DASH] = ACTIONS(2536), + [anon_sym_STAR] = ACTIONS(2538), + [anon_sym_struct] = ACTIONS(2540), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2542), + [anon_sym_go] = ACTIONS(2544), + [anon_sym_spawn] = ACTIONS(2546), + [anon_sym_json_DOTdecode] = ACTIONS(2548), + [anon_sym_LBRACK2] = ACTIONS(2550), + [anon_sym_TILDE] = ACTIONS(2536), + [anon_sym_CARET] = ACTIONS(2536), + [anon_sym_AMP] = ACTIONS(2552), + [anon_sym_LT_DASH] = ACTIONS(2554), + [sym_none] = ACTIONS(2556), + [sym_true] = ACTIONS(2556), + [sym_false] = ACTIONS(2556), + [sym_nil] = ACTIONS(2556), + [anon_sym_if] = ACTIONS(2558), + [anon_sym_DOLLARif] = ACTIONS(2560), + [anon_sym_match] = ACTIONS(2562), + [anon_sym_select] = ACTIONS(2564), + [anon_sym_lock] = ACTIONS(2566), + [anon_sym_rlock] = ACTIONS(2566), + [anon_sym_unsafe] = ACTIONS(2568), + [anon_sym_sql] = ACTIONS(2570), + [sym_int_literal] = ACTIONS(2556), + [sym_float_literal] = ACTIONS(2572), + [sym_rune_literal] = ACTIONS(2572), + [anon_sym_AT] = ACTIONS(2574), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2576), + [sym___single_quote] = ACTIONS(2578), + [sym___c_double_quote] = ACTIONS(2580), + [sym___c_single_quote] = ACTIONS(2582), + [sym___r_double_quote] = ACTIONS(2584), + [sym___r_single_quote] = ACTIONS(2586), + }, + [868] = { + [ts_builtin_sym_end] = ACTIONS(3161), + [sym_identifier] = ACTIONS(3163), + [anon_sym_LF] = ACTIONS(3163), + [anon_sym_CR] = ACTIONS(3163), + [anon_sym_CR_LF] = ACTIONS(3163), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3163), + [anon_sym_as] = ACTIONS(3163), + [anon_sym_LBRACE] = ACTIONS(3163), + [anon_sym_COMMA] = ACTIONS(3163), + [anon_sym_const] = ACTIONS(3163), + [anon_sym_LPAREN] = ACTIONS(3163), + [anon_sym_EQ] = ACTIONS(3163), + [anon_sym___global] = ACTIONS(3163), + [anon_sym_type] = ACTIONS(3163), + [anon_sym_PIPE] = ACTIONS(3163), + [anon_sym_fn] = ACTIONS(3163), + [anon_sym_PLUS] = ACTIONS(3163), + [anon_sym_DASH] = ACTIONS(3163), + [anon_sym_STAR] = ACTIONS(3163), + [anon_sym_SLASH] = ACTIONS(3163), + [anon_sym_PERCENT] = ACTIONS(3163), + [anon_sym_LT] = ACTIONS(3163), + [anon_sym_GT] = ACTIONS(3163), + [anon_sym_EQ_EQ] = ACTIONS(3163), + [anon_sym_BANG_EQ] = ACTIONS(3163), + [anon_sym_LT_EQ] = ACTIONS(3163), + [anon_sym_GT_EQ] = ACTIONS(3163), + [anon_sym_LBRACK] = ACTIONS(3161), + [anon_sym_LT2] = ACTIONS(3163), + [anon_sym_struct] = ACTIONS(3163), + [anon_sym_union] = ACTIONS(3163), + [anon_sym_pub] = ACTIONS(3163), + [anon_sym_mut] = ACTIONS(3163), + [anon_sym_enum] = ACTIONS(3163), + [anon_sym_interface] = ACTIONS(3163), + [anon_sym_PLUS_PLUS] = ACTIONS(3163), + [anon_sym_DASH_DASH] = ACTIONS(3163), + [anon_sym_QMARK] = ACTIONS(3163), + [anon_sym_BANG] = ACTIONS(3163), + [anon_sym_go] = ACTIONS(3163), + [anon_sym_spawn] = ACTIONS(3163), + [anon_sym_json_DOTdecode] = ACTIONS(3163), + [anon_sym_LBRACK2] = ACTIONS(3163), + [anon_sym_TILDE] = ACTIONS(3163), + [anon_sym_CARET] = ACTIONS(3163), + [anon_sym_AMP] = ACTIONS(3163), + [anon_sym_LT_DASH] = ACTIONS(3163), + [anon_sym_LT_LT] = ACTIONS(3163), + [anon_sym_GT_GT] = ACTIONS(3163), + [anon_sym_GT_GT_GT] = ACTIONS(3163), + [anon_sym_AMP_CARET] = ACTIONS(3163), + [anon_sym_AMP_AMP] = ACTIONS(3163), + [anon_sym_PIPE_PIPE] = ACTIONS(3163), + [anon_sym_or] = ACTIONS(3163), + [sym_none] = ACTIONS(3163), + [sym_true] = ACTIONS(3163), + [sym_false] = ACTIONS(3163), + [sym_nil] = ACTIONS(3163), + [anon_sym_QMARK_DOT] = ACTIONS(3163), + [anon_sym_POUND_LBRACK] = ACTIONS(3163), + [anon_sym_if] = ACTIONS(3163), + [anon_sym_DOLLARif] = ACTIONS(3163), + [anon_sym_is] = ACTIONS(3163), + [anon_sym_BANGis] = ACTIONS(3163), + [anon_sym_in] = ACTIONS(3163), + [anon_sym_BANGin] = ACTIONS(3163), + [anon_sym_match] = ACTIONS(3163), + [anon_sym_select] = ACTIONS(3163), + [anon_sym_STAR_EQ] = ACTIONS(3163), + [anon_sym_SLASH_EQ] = ACTIONS(3163), + [anon_sym_PERCENT_EQ] = ACTIONS(3163), + [anon_sym_LT_LT_EQ] = ACTIONS(3163), + [anon_sym_GT_GT_EQ] = ACTIONS(3163), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3163), + [anon_sym_AMP_EQ] = ACTIONS(3163), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3163), + [anon_sym_PLUS_EQ] = ACTIONS(3163), + [anon_sym_DASH_EQ] = ACTIONS(3163), + [anon_sym_PIPE_EQ] = ACTIONS(3163), + [anon_sym_CARET_EQ] = ACTIONS(3163), + [anon_sym_COLON_EQ] = ACTIONS(3163), + [anon_sym_lock] = ACTIONS(3163), + [anon_sym_rlock] = ACTIONS(3163), + [anon_sym_unsafe] = ACTIONS(3163), + [anon_sym_sql] = ACTIONS(3163), + [sym_int_literal] = ACTIONS(3163), + [sym_float_literal] = ACTIONS(3163), + [sym_rune_literal] = ACTIONS(3163), + [anon_sym_AT] = ACTIONS(3163), + [anon_sym_shared] = ACTIONS(3163), + [anon_sym_map_LBRACK] = ACTIONS(3163), + [anon_sym_chan] = ACTIONS(3163), + [anon_sym_thread] = ACTIONS(3163), + [anon_sym_atomic] = ACTIONS(3163), + [anon_sym_assert] = ACTIONS(3163), + [anon_sym_defer] = ACTIONS(3163), + [anon_sym_goto] = ACTIONS(3163), + [anon_sym_break] = ACTIONS(3163), + [anon_sym_continue] = ACTIONS(3163), + [anon_sym_return] = ACTIONS(3163), + [anon_sym_DOLLARfor] = ACTIONS(3163), + [anon_sym_for] = ACTIONS(3163), + [anon_sym_POUND] = ACTIONS(3163), + [anon_sym_asm] = ACTIONS(3163), + [anon_sym_AT_LBRACK] = ACTIONS(3163), + [sym___double_quote] = ACTIONS(3163), + [sym___single_quote] = ACTIONS(3163), + [sym___c_double_quote] = ACTIONS(3163), + [sym___c_single_quote] = ACTIONS(3163), + [sym___r_double_quote] = ACTIONS(3163), + [sym___r_single_quote] = ACTIONS(3163), + }, + [869] = { + [ts_builtin_sym_end] = ACTIONS(2422), + [sym_identifier] = ACTIONS(2420), + [anon_sym_LF] = ACTIONS(2420), + [anon_sym_CR] = ACTIONS(2420), + [anon_sym_CR_LF] = ACTIONS(2420), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2420), + [anon_sym_as] = ACTIONS(2420), + [anon_sym_LBRACE] = ACTIONS(2420), + [anon_sym_COMMA] = ACTIONS(2420), + [anon_sym_const] = ACTIONS(2420), + [anon_sym_LPAREN] = ACTIONS(2420), + [anon_sym_EQ] = ACTIONS(2420), + [anon_sym___global] = ACTIONS(2420), + [anon_sym_type] = ACTIONS(2420), + [anon_sym_PIPE] = ACTIONS(2420), + [anon_sym_fn] = ACTIONS(2420), + [anon_sym_PLUS] = ACTIONS(2420), + [anon_sym_DASH] = ACTIONS(2420), + [anon_sym_STAR] = ACTIONS(2420), + [anon_sym_SLASH] = ACTIONS(2420), + [anon_sym_PERCENT] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2420), + [anon_sym_GT] = ACTIONS(2420), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT_EQ] = ACTIONS(2420), + [anon_sym_GT_EQ] = ACTIONS(2420), + [anon_sym_LBRACK] = ACTIONS(2422), + [anon_sym_LT2] = ACTIONS(2420), + [anon_sym_struct] = ACTIONS(2420), + [anon_sym_union] = ACTIONS(2420), + [anon_sym_pub] = ACTIONS(2420), + [anon_sym_mut] = ACTIONS(2420), + [anon_sym_enum] = ACTIONS(2420), + [anon_sym_interface] = ACTIONS(2420), + [anon_sym_PLUS_PLUS] = ACTIONS(2420), + [anon_sym_DASH_DASH] = ACTIONS(2420), + [anon_sym_QMARK] = ACTIONS(2420), + [anon_sym_BANG] = ACTIONS(2420), + [anon_sym_go] = ACTIONS(2420), + [anon_sym_spawn] = ACTIONS(2420), + [anon_sym_json_DOTdecode] = ACTIONS(2420), + [anon_sym_LBRACK2] = ACTIONS(2420), + [anon_sym_TILDE] = ACTIONS(2420), + [anon_sym_CARET] = ACTIONS(2420), + [anon_sym_AMP] = ACTIONS(2420), + [anon_sym_LT_DASH] = ACTIONS(2420), + [anon_sym_LT_LT] = ACTIONS(2420), + [anon_sym_GT_GT] = ACTIONS(2420), + [anon_sym_GT_GT_GT] = ACTIONS(2420), + [anon_sym_AMP_CARET] = ACTIONS(2420), + [anon_sym_AMP_AMP] = ACTIONS(2420), + [anon_sym_PIPE_PIPE] = ACTIONS(2420), + [anon_sym_or] = ACTIONS(2420), + [sym_none] = ACTIONS(2420), + [sym_true] = ACTIONS(2420), + [sym_false] = ACTIONS(2420), + [sym_nil] = ACTIONS(2420), + [anon_sym_QMARK_DOT] = ACTIONS(2420), + [anon_sym_POUND_LBRACK] = ACTIONS(2420), + [anon_sym_if] = ACTIONS(2420), + [anon_sym_DOLLARif] = ACTIONS(2420), + [anon_sym_is] = ACTIONS(2420), + [anon_sym_BANGis] = ACTIONS(2420), + [anon_sym_in] = ACTIONS(2420), + [anon_sym_BANGin] = ACTIONS(2420), + [anon_sym_match] = ACTIONS(2420), + [anon_sym_select] = ACTIONS(2420), + [anon_sym_STAR_EQ] = ACTIONS(2420), + [anon_sym_SLASH_EQ] = ACTIONS(2420), + [anon_sym_PERCENT_EQ] = ACTIONS(2420), + [anon_sym_LT_LT_EQ] = ACTIONS(2420), + [anon_sym_GT_GT_EQ] = ACTIONS(2420), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2420), + [anon_sym_AMP_EQ] = ACTIONS(2420), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2420), + [anon_sym_PLUS_EQ] = ACTIONS(2420), + [anon_sym_DASH_EQ] = ACTIONS(2420), + [anon_sym_PIPE_EQ] = ACTIONS(2420), + [anon_sym_CARET_EQ] = ACTIONS(2420), + [anon_sym_COLON_EQ] = ACTIONS(2420), + [anon_sym_lock] = ACTIONS(2420), + [anon_sym_rlock] = ACTIONS(2420), + [anon_sym_unsafe] = ACTIONS(2420), + [anon_sym_sql] = ACTIONS(2420), + [sym_int_literal] = ACTIONS(2420), + [sym_float_literal] = ACTIONS(2420), + [sym_rune_literal] = ACTIONS(2420), + [anon_sym_AT] = ACTIONS(2420), + [anon_sym_shared] = ACTIONS(2420), + [anon_sym_map_LBRACK] = ACTIONS(2420), + [anon_sym_chan] = ACTIONS(2420), + [anon_sym_thread] = ACTIONS(2420), + [anon_sym_atomic] = ACTIONS(2420), + [anon_sym_assert] = ACTIONS(2420), + [anon_sym_defer] = ACTIONS(2420), + [anon_sym_goto] = ACTIONS(2420), + [anon_sym_break] = ACTIONS(2420), + [anon_sym_continue] = ACTIONS(2420), + [anon_sym_return] = ACTIONS(2420), + [anon_sym_DOLLARfor] = ACTIONS(2420), + [anon_sym_for] = ACTIONS(2420), + [anon_sym_POUND] = ACTIONS(2420), + [anon_sym_asm] = ACTIONS(2420), + [anon_sym_AT_LBRACK] = ACTIONS(2420), + [sym___double_quote] = ACTIONS(2420), + [sym___single_quote] = ACTIONS(2420), + [sym___c_double_quote] = ACTIONS(2420), + [sym___c_single_quote] = ACTIONS(2420), + [sym___r_double_quote] = ACTIONS(2420), + [sym___r_single_quote] = ACTIONS(2420), + }, + [870] = { + [sym__expression] = STATE(1273), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1360), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_struct] = ACTIONS(1376), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), + }, + [871] = { + [sym__expression] = STATE(976), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2136), + [anon_sym_DASH] = ACTIONS(2136), + [anon_sym_STAR] = ACTIONS(2138), + [anon_sym_struct] = ACTIONS(501), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2140), + [anon_sym_go] = ACTIONS(507), + [anon_sym_spawn] = ACTIONS(509), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2136), + [anon_sym_CARET] = ACTIONS(2136), + [anon_sym_AMP] = ACTIONS(2146), + [anon_sym_LT_DASH] = ACTIONS(2148), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(527), + [anon_sym_lock] = ACTIONS(529), + [anon_sym_rlock] = ACTIONS(529), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), + }, + [872] = { + [sym__expression] = STATE(973), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2136), + [anon_sym_DASH] = ACTIONS(2136), + [anon_sym_STAR] = ACTIONS(2138), + [anon_sym_struct] = ACTIONS(501), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2140), + [anon_sym_go] = ACTIONS(507), + [anon_sym_spawn] = ACTIONS(509), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2136), + [anon_sym_CARET] = ACTIONS(2136), + [anon_sym_AMP] = ACTIONS(2146), + [anon_sym_LT_DASH] = ACTIONS(2148), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(527), + [anon_sym_lock] = ACTIONS(529), + [anon_sym_rlock] = ACTIONS(529), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), + }, + [873] = { + [sym__expression] = STATE(959), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2136), + [anon_sym_DASH] = ACTIONS(2136), + [anon_sym_STAR] = ACTIONS(2138), + [anon_sym_struct] = ACTIONS(501), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2140), + [anon_sym_go] = ACTIONS(507), + [anon_sym_spawn] = ACTIONS(509), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2136), + [anon_sym_CARET] = ACTIONS(2136), + [anon_sym_AMP] = ACTIONS(2146), + [anon_sym_LT_DASH] = ACTIONS(2148), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(527), + [anon_sym_lock] = ACTIONS(529), + [anon_sym_rlock] = ACTIONS(529), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), + }, + [874] = { + [sym__expression] = STATE(967), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2136), + [anon_sym_DASH] = ACTIONS(2136), + [anon_sym_STAR] = ACTIONS(2138), + [anon_sym_struct] = ACTIONS(501), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2140), + [anon_sym_go] = ACTIONS(507), + [anon_sym_spawn] = ACTIONS(509), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2136), + [anon_sym_CARET] = ACTIONS(2136), + [anon_sym_AMP] = ACTIONS(2146), + [anon_sym_LT_DASH] = ACTIONS(2148), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(527), + [anon_sym_lock] = ACTIONS(529), + [anon_sym_rlock] = ACTIONS(529), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), + }, + [875] = { + [sym__expression] = STATE(1274), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1360), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_struct] = ACTIONS(1376), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), + }, + [876] = { + [sym__expression] = STATE(1789), + [sym__expression_without_blocks] = STATE(2029), + [sym__expression_with_blocks] = STATE(2029), + [sym_inc_expression] = STATE(2029), + [sym_dec_expression] = STATE(2029), + [sym_or_block_expression] = STATE(2029), + [sym_option_propagation_expression] = STATE(2029), + [sym_result_propagation_expression] = STATE(2029), + [sym_anon_struct_value_expression] = STATE(2031), + [sym_go_expression] = STATE(2029), + [sym_spawn_expression] = STATE(2029), + [sym_parenthesized_expression] = STATE(2029), + [sym_call_expression] = STATE(2029), + [sym_type_initializer] = STATE(2031), + [sym_function_literal] = STATE(2029), + [sym_reference_expression] = STATE(1941), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2029), + [sym_receive_expression] = STATE(2029), + [sym_binary_expression] = STATE(2029), + [sym_as_type_cast_expression] = STATE(2029), + [sym__max_group] = STATE(2029), + [sym_literal] = STATE(2029), + [sym_map_init_expression] = STATE(2031), + [sym_array_creation] = STATE(2029), + [sym_fixed_array_creation] = STATE(2029), + [sym_selector_expression] = STATE(2029), + [sym_index_expression] = STATE(2029), + [sym_slice_expression] = STATE(2029), + [sym_if_expression] = STATE(2031), + [sym_compile_time_if_expression] = STATE(2031), + [sym_is_expression] = STATE(2029), + [sym_not_is_expression] = STATE(2029), + [sym_in_expression] = STATE(2029), + [sym_not_in_expression] = STATE(2029), + [sym_enum_fetch] = STATE(2029), + [sym_match_expression] = STATE(2031), + [sym_select_expression] = STATE(2031), + [sym_lock_expression] = STATE(2031), + [sym_unsafe_expression] = STATE(2031), + [sym_sql_expression] = STATE(2031), + [sym_c_string_literal] = STATE(2030), + [sym_raw_string_literal] = STATE(2030), + [sym_interpreted_string_literal] = STATE(2030), + [sym_pseudo_compile_time_identifier] = STATE(2029), + [sym_mutability_modifiers] = STATE(547), + [sym_plain_type] = STATE(4371), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2781), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(691), + [anon_sym_LBRACE] = ACTIONS(2783), + [anon_sym_LPAREN] = ACTIONS(697), + [anon_sym_fn] = ACTIONS(699), + [anon_sym_PLUS] = ACTIONS(701), + [anon_sym_DASH] = ACTIONS(701), + [anon_sym_STAR] = ACTIONS(703), + [anon_sym_struct] = ACTIONS(2785), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(707), + [anon_sym_go] = ACTIONS(709), + [anon_sym_spawn] = ACTIONS(711), + [anon_sym_json_DOTdecode] = ACTIONS(713), + [anon_sym_LBRACK2] = ACTIONS(715), + [anon_sym_TILDE] = ACTIONS(701), + [anon_sym_CARET] = ACTIONS(701), + [anon_sym_AMP] = ACTIONS(717), + [anon_sym_LT_DASH] = ACTIONS(719), + [sym_none] = ACTIONS(721), + [sym_true] = ACTIONS(721), + [sym_false] = ACTIONS(721), + [sym_nil] = ACTIONS(721), + [anon_sym_if] = ACTIONS(2787), + [anon_sym_DOLLARif] = ACTIONS(2789), + [anon_sym_match] = ACTIONS(2791), + [anon_sym_select] = ACTIONS(2793), + [anon_sym_lock] = ACTIONS(2795), + [anon_sym_rlock] = ACTIONS(2795), + [anon_sym_unsafe] = ACTIONS(2797), + [anon_sym_sql] = ACTIONS(2799), + [sym_int_literal] = ACTIONS(721), + [sym_float_literal] = ACTIONS(739), + [sym_rune_literal] = ACTIONS(739), + [anon_sym_AT] = ACTIONS(741), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(743), + [sym___single_quote] = ACTIONS(745), + [sym___c_double_quote] = ACTIONS(747), + [sym___c_single_quote] = ACTIONS(749), + [sym___r_double_quote] = ACTIONS(751), + [sym___r_single_quote] = ACTIONS(753), + }, + [877] = { + [sym__expression] = STATE(991), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2821), + [anon_sym_DASH] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(2823), + [anon_sym_struct] = ACTIONS(501), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2825), + [anon_sym_go] = ACTIONS(2827), + [anon_sym_spawn] = ACTIONS(2829), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2821), + [anon_sym_CARET] = ACTIONS(2821), + [anon_sym_AMP] = ACTIONS(2831), + [anon_sym_LT_DASH] = ACTIONS(2833), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(2835), + [anon_sym_lock] = ACTIONS(2837), + [anon_sym_rlock] = ACTIONS(2837), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), + }, + [878] = { + [sym__expression] = STATE(2179), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2663), + [anon_sym_DASH] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(2665), + [anon_sym_struct] = ACTIONS(2667), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2669), + [anon_sym_go] = ACTIONS(2671), + [anon_sym_spawn] = ACTIONS(2673), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2663), + [anon_sym_CARET] = ACTIONS(2663), + [anon_sym_AMP] = ACTIONS(2679), + [anon_sym_LT_DASH] = ACTIONS(2681), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2691), + [anon_sym_lock] = ACTIONS(2693), + [anon_sym_rlock] = ACTIONS(2693), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, [879] = { - [ts_builtin_sym_end] = ACTIONS(2905), - [sym_identifier] = ACTIONS(2907), - [anon_sym_LF] = ACTIONS(2907), - [anon_sym_CR] = ACTIONS(2907), - [anon_sym_CR_LF] = ACTIONS(2907), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2907), - [anon_sym_as] = ACTIONS(2907), - [anon_sym_LBRACE] = ACTIONS(2907), - [anon_sym_COMMA] = ACTIONS(2907), - [anon_sym_const] = ACTIONS(2907), - [anon_sym_LPAREN] = ACTIONS(2907), - [anon_sym_EQ] = ACTIONS(2907), - [anon_sym___global] = ACTIONS(2907), - [anon_sym_type] = ACTIONS(2907), - [anon_sym_PIPE] = ACTIONS(2907), - [anon_sym_fn] = ACTIONS(2907), - [anon_sym_PLUS] = ACTIONS(2907), - [anon_sym_DASH] = ACTIONS(2907), - [anon_sym_STAR] = ACTIONS(2907), - [anon_sym_SLASH] = ACTIONS(2907), - [anon_sym_PERCENT] = ACTIONS(2907), - [anon_sym_LT] = ACTIONS(2907), - [anon_sym_GT] = ACTIONS(2907), - [anon_sym_EQ_EQ] = ACTIONS(2907), - [anon_sym_BANG_EQ] = ACTIONS(2907), - [anon_sym_LT_EQ] = ACTIONS(2907), - [anon_sym_GT_EQ] = ACTIONS(2907), - [anon_sym_LBRACK] = ACTIONS(2905), - [anon_sym_struct] = ACTIONS(2907), - [anon_sym_union] = ACTIONS(2907), - [anon_sym_pub] = ACTIONS(2907), - [anon_sym_mut] = ACTIONS(2907), - [anon_sym_enum] = ACTIONS(2907), - [anon_sym_interface] = ACTIONS(2907), - [anon_sym_PLUS_PLUS] = ACTIONS(2907), - [anon_sym_DASH_DASH] = ACTIONS(2907), - [anon_sym_QMARK] = ACTIONS(2907), - [anon_sym_BANG] = ACTIONS(2907), - [anon_sym_go] = ACTIONS(2907), - [anon_sym_spawn] = ACTIONS(2907), - [anon_sym_json_DOTdecode] = ACTIONS(2907), - [anon_sym_LBRACK2] = ACTIONS(2907), - [anon_sym_TILDE] = ACTIONS(2907), - [anon_sym_CARET] = ACTIONS(2907), - [anon_sym_AMP] = ACTIONS(2907), - [anon_sym_LT_DASH] = ACTIONS(2907), - [anon_sym_LT_LT] = ACTIONS(2907), - [anon_sym_GT_GT] = ACTIONS(2907), - [anon_sym_GT_GT_GT] = ACTIONS(2907), - [anon_sym_AMP_CARET] = ACTIONS(2907), - [anon_sym_AMP_AMP] = ACTIONS(2907), - [anon_sym_PIPE_PIPE] = ACTIONS(2907), - [anon_sym_or] = ACTIONS(2907), - [sym_none] = ACTIONS(2907), - [sym_true] = ACTIONS(2907), - [sym_false] = ACTIONS(2907), - [sym_nil] = ACTIONS(2907), - [anon_sym_QMARK_DOT] = ACTIONS(2907), - [anon_sym_POUND_LBRACK] = ACTIONS(2907), - [anon_sym_if] = ACTIONS(2907), - [anon_sym_DOLLARif] = ACTIONS(2907), - [anon_sym_is] = ACTIONS(2907), - [anon_sym_BANGis] = ACTIONS(2907), - [anon_sym_in] = ACTIONS(2907), - [anon_sym_BANGin] = ACTIONS(2907), - [anon_sym_match] = ACTIONS(2907), - [anon_sym_select] = ACTIONS(2907), - [anon_sym_STAR_EQ] = ACTIONS(2907), - [anon_sym_SLASH_EQ] = ACTIONS(2907), - [anon_sym_PERCENT_EQ] = ACTIONS(2907), - [anon_sym_LT_LT_EQ] = ACTIONS(2907), - [anon_sym_GT_GT_EQ] = ACTIONS(2907), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2907), - [anon_sym_AMP_EQ] = ACTIONS(2907), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2907), - [anon_sym_PLUS_EQ] = ACTIONS(2907), - [anon_sym_DASH_EQ] = ACTIONS(2907), - [anon_sym_PIPE_EQ] = ACTIONS(2907), - [anon_sym_CARET_EQ] = ACTIONS(2907), - [anon_sym_COLON_EQ] = ACTIONS(2907), - [anon_sym_lock] = ACTIONS(2907), - [anon_sym_rlock] = ACTIONS(2907), - [anon_sym_unsafe] = ACTIONS(2907), - [anon_sym_sql] = ACTIONS(2907), - [sym_int_literal] = ACTIONS(2907), - [sym_float_literal] = ACTIONS(2907), - [sym_rune_literal] = ACTIONS(2907), - [anon_sym_AT] = ACTIONS(2907), - [anon_sym_shared] = ACTIONS(2907), - [anon_sym_map_LBRACK] = ACTIONS(2907), - [anon_sym_chan] = ACTIONS(2907), - [anon_sym_thread] = ACTIONS(2907), - [anon_sym_atomic] = ACTIONS(2907), - [anon_sym_assert] = ACTIONS(2907), - [anon_sym_defer] = ACTIONS(2907), - [anon_sym_goto] = ACTIONS(2907), - [anon_sym_break] = ACTIONS(2907), - [anon_sym_continue] = ACTIONS(2907), - [anon_sym_return] = ACTIONS(2907), - [anon_sym_DOLLARfor] = ACTIONS(2907), - [anon_sym_for] = ACTIONS(2907), - [anon_sym_POUND] = ACTIONS(2907), - [anon_sym_asm] = ACTIONS(2907), - [anon_sym_AT_LBRACK] = ACTIONS(2907), - [sym___double_quote] = ACTIONS(2907), - [sym___single_quote] = ACTIONS(2907), - [sym___c_double_quote] = ACTIONS(2907), - [sym___c_single_quote] = ACTIONS(2907), - [sym___r_double_quote] = ACTIONS(2907), - [sym___r_single_quote] = ACTIONS(2907), + [sym__expression] = STATE(1270), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4406), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1360), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_struct] = ACTIONS(1376), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [880] = { - [ts_builtin_sym_end] = ACTIONS(2909), - [sym_identifier] = ACTIONS(2911), - [anon_sym_LF] = ACTIONS(2911), - [anon_sym_CR] = ACTIONS(2911), - [anon_sym_CR_LF] = ACTIONS(2911), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2911), - [anon_sym_as] = ACTIONS(2911), - [anon_sym_LBRACE] = ACTIONS(2911), - [anon_sym_COMMA] = ACTIONS(2911), - [anon_sym_const] = ACTIONS(2911), - [anon_sym_LPAREN] = ACTIONS(2911), - [anon_sym_EQ] = ACTIONS(2911), - [anon_sym___global] = ACTIONS(2911), - [anon_sym_type] = ACTIONS(2911), - [anon_sym_PIPE] = ACTIONS(2911), - [anon_sym_fn] = ACTIONS(2911), - [anon_sym_PLUS] = ACTIONS(2911), - [anon_sym_DASH] = ACTIONS(2911), - [anon_sym_STAR] = ACTIONS(2911), - [anon_sym_SLASH] = ACTIONS(2911), - [anon_sym_PERCENT] = ACTIONS(2911), - [anon_sym_LT] = ACTIONS(2911), - [anon_sym_GT] = ACTIONS(2911), - [anon_sym_EQ_EQ] = ACTIONS(2911), - [anon_sym_BANG_EQ] = ACTIONS(2911), - [anon_sym_LT_EQ] = ACTIONS(2911), - [anon_sym_GT_EQ] = ACTIONS(2911), - [anon_sym_LBRACK] = ACTIONS(2909), - [anon_sym_struct] = ACTIONS(2911), - [anon_sym_union] = ACTIONS(2911), - [anon_sym_pub] = ACTIONS(2911), - [anon_sym_mut] = ACTIONS(2911), - [anon_sym_enum] = ACTIONS(2911), - [anon_sym_interface] = ACTIONS(2911), - [anon_sym_PLUS_PLUS] = ACTIONS(2911), - [anon_sym_DASH_DASH] = ACTIONS(2911), - [anon_sym_QMARK] = ACTIONS(2911), - [anon_sym_BANG] = ACTIONS(2911), - [anon_sym_go] = ACTIONS(2911), - [anon_sym_spawn] = ACTIONS(2911), - [anon_sym_json_DOTdecode] = ACTIONS(2911), - [anon_sym_LBRACK2] = ACTIONS(2911), - [anon_sym_TILDE] = ACTIONS(2911), - [anon_sym_CARET] = ACTIONS(2911), - [anon_sym_AMP] = ACTIONS(2911), - [anon_sym_LT_DASH] = ACTIONS(2911), - [anon_sym_LT_LT] = ACTIONS(2911), - [anon_sym_GT_GT] = ACTIONS(2911), - [anon_sym_GT_GT_GT] = ACTIONS(2911), - [anon_sym_AMP_CARET] = ACTIONS(2911), - [anon_sym_AMP_AMP] = ACTIONS(2911), - [anon_sym_PIPE_PIPE] = ACTIONS(2911), - [anon_sym_or] = ACTIONS(2911), - [sym_none] = ACTIONS(2911), - [sym_true] = ACTIONS(2911), - [sym_false] = ACTIONS(2911), - [sym_nil] = ACTIONS(2911), - [anon_sym_QMARK_DOT] = ACTIONS(2911), - [anon_sym_POUND_LBRACK] = ACTIONS(2911), - [anon_sym_if] = ACTIONS(2911), - [anon_sym_DOLLARif] = ACTIONS(2911), - [anon_sym_is] = ACTIONS(2911), - [anon_sym_BANGis] = ACTIONS(2911), - [anon_sym_in] = ACTIONS(2911), - [anon_sym_BANGin] = ACTIONS(2911), - [anon_sym_match] = ACTIONS(2911), - [anon_sym_select] = ACTIONS(2911), - [anon_sym_STAR_EQ] = ACTIONS(2911), - [anon_sym_SLASH_EQ] = ACTIONS(2911), - [anon_sym_PERCENT_EQ] = ACTIONS(2911), - [anon_sym_LT_LT_EQ] = ACTIONS(2911), - [anon_sym_GT_GT_EQ] = ACTIONS(2911), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2911), - [anon_sym_AMP_EQ] = ACTIONS(2911), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2911), - [anon_sym_PLUS_EQ] = ACTIONS(2911), - [anon_sym_DASH_EQ] = ACTIONS(2911), - [anon_sym_PIPE_EQ] = ACTIONS(2911), - [anon_sym_CARET_EQ] = ACTIONS(2911), - [anon_sym_COLON_EQ] = ACTIONS(2911), - [anon_sym_lock] = ACTIONS(2911), - [anon_sym_rlock] = ACTIONS(2911), - [anon_sym_unsafe] = ACTIONS(2911), - [anon_sym_sql] = ACTIONS(2911), - [sym_int_literal] = ACTIONS(2911), - [sym_float_literal] = ACTIONS(2911), - [sym_rune_literal] = ACTIONS(2911), - [anon_sym_AT] = ACTIONS(2911), - [anon_sym_shared] = ACTIONS(2911), - [anon_sym_map_LBRACK] = ACTIONS(2911), - [anon_sym_chan] = ACTIONS(2911), - [anon_sym_thread] = ACTIONS(2911), - [anon_sym_atomic] = ACTIONS(2911), - [anon_sym_assert] = ACTIONS(2911), - [anon_sym_defer] = ACTIONS(2911), - [anon_sym_goto] = ACTIONS(2911), - [anon_sym_break] = ACTIONS(2911), - [anon_sym_continue] = ACTIONS(2911), - [anon_sym_return] = ACTIONS(2911), - [anon_sym_DOLLARfor] = ACTIONS(2911), - [anon_sym_for] = ACTIONS(2911), - [anon_sym_POUND] = ACTIONS(2911), - [anon_sym_asm] = ACTIONS(2911), - [anon_sym_AT_LBRACK] = ACTIONS(2911), - [sym___double_quote] = ACTIONS(2911), - [sym___single_quote] = ACTIONS(2911), - [sym___c_double_quote] = ACTIONS(2911), - [sym___c_single_quote] = ACTIONS(2911), - [sym___r_double_quote] = ACTIONS(2911), - [sym___r_single_quote] = ACTIONS(2911), + [sym__expression] = STATE(2178), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2663), + [anon_sym_DASH] = ACTIONS(2663), + [anon_sym_STAR] = ACTIONS(2665), + [anon_sym_struct] = ACTIONS(2667), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2669), + [anon_sym_go] = ACTIONS(2671), + [anon_sym_spawn] = ACTIONS(2673), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2663), + [anon_sym_CARET] = ACTIONS(2663), + [anon_sym_AMP] = ACTIONS(2679), + [anon_sym_LT_DASH] = ACTIONS(2681), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2691), + [anon_sym_lock] = ACTIONS(2693), + [anon_sym_rlock] = ACTIONS(2693), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, [881] = { - [ts_builtin_sym_end] = ACTIONS(2913), - [sym_identifier] = ACTIONS(2915), - [anon_sym_LF] = ACTIONS(2915), - [anon_sym_CR] = ACTIONS(2915), - [anon_sym_CR_LF] = ACTIONS(2915), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2915), - [anon_sym_as] = ACTIONS(2915), - [anon_sym_LBRACE] = ACTIONS(2915), - [anon_sym_COMMA] = ACTIONS(2915), - [anon_sym_const] = ACTIONS(2915), - [anon_sym_LPAREN] = ACTIONS(2915), - [anon_sym_EQ] = ACTIONS(2915), - [anon_sym___global] = ACTIONS(2915), - [anon_sym_type] = ACTIONS(2915), - [anon_sym_PIPE] = ACTIONS(2915), - [anon_sym_fn] = ACTIONS(2915), - [anon_sym_PLUS] = ACTIONS(2915), - [anon_sym_DASH] = ACTIONS(2915), - [anon_sym_STAR] = ACTIONS(2915), - [anon_sym_SLASH] = ACTIONS(2915), - [anon_sym_PERCENT] = ACTIONS(2915), - [anon_sym_LT] = ACTIONS(2915), - [anon_sym_GT] = ACTIONS(2915), - [anon_sym_EQ_EQ] = ACTIONS(2915), - [anon_sym_BANG_EQ] = ACTIONS(2915), - [anon_sym_LT_EQ] = ACTIONS(2915), - [anon_sym_GT_EQ] = ACTIONS(2915), - [anon_sym_LBRACK] = ACTIONS(2913), - [anon_sym_struct] = ACTIONS(2915), - [anon_sym_union] = ACTIONS(2915), - [anon_sym_pub] = ACTIONS(2915), - [anon_sym_mut] = ACTIONS(2915), - [anon_sym_enum] = ACTIONS(2915), - [anon_sym_interface] = ACTIONS(2915), - [anon_sym_PLUS_PLUS] = ACTIONS(2915), - [anon_sym_DASH_DASH] = ACTIONS(2915), - [anon_sym_QMARK] = ACTIONS(2915), - [anon_sym_BANG] = ACTIONS(2915), - [anon_sym_go] = ACTIONS(2915), - [anon_sym_spawn] = ACTIONS(2915), - [anon_sym_json_DOTdecode] = ACTIONS(2915), - [anon_sym_LBRACK2] = ACTIONS(2915), - [anon_sym_TILDE] = ACTIONS(2915), - [anon_sym_CARET] = ACTIONS(2915), - [anon_sym_AMP] = ACTIONS(2915), - [anon_sym_LT_DASH] = ACTIONS(2915), - [anon_sym_LT_LT] = ACTIONS(2915), - [anon_sym_GT_GT] = ACTIONS(2915), - [anon_sym_GT_GT_GT] = ACTIONS(2915), - [anon_sym_AMP_CARET] = ACTIONS(2915), - [anon_sym_AMP_AMP] = ACTIONS(2915), - [anon_sym_PIPE_PIPE] = ACTIONS(2915), - [anon_sym_or] = ACTIONS(2915), - [sym_none] = ACTIONS(2915), - [sym_true] = ACTIONS(2915), - [sym_false] = ACTIONS(2915), - [sym_nil] = ACTIONS(2915), - [anon_sym_QMARK_DOT] = ACTIONS(2915), - [anon_sym_POUND_LBRACK] = ACTIONS(2915), - [anon_sym_if] = ACTIONS(2915), - [anon_sym_DOLLARif] = ACTIONS(2915), - [anon_sym_is] = ACTIONS(2915), - [anon_sym_BANGis] = ACTIONS(2915), - [anon_sym_in] = ACTIONS(2915), - [anon_sym_BANGin] = ACTIONS(2915), - [anon_sym_match] = ACTIONS(2915), - [anon_sym_select] = ACTIONS(2915), - [anon_sym_STAR_EQ] = ACTIONS(2915), - [anon_sym_SLASH_EQ] = ACTIONS(2915), - [anon_sym_PERCENT_EQ] = ACTIONS(2915), - [anon_sym_LT_LT_EQ] = ACTIONS(2915), - [anon_sym_GT_GT_EQ] = ACTIONS(2915), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2915), - [anon_sym_AMP_EQ] = ACTIONS(2915), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2915), - [anon_sym_PLUS_EQ] = ACTIONS(2915), - [anon_sym_DASH_EQ] = ACTIONS(2915), - [anon_sym_PIPE_EQ] = ACTIONS(2915), - [anon_sym_CARET_EQ] = ACTIONS(2915), - [anon_sym_COLON_EQ] = ACTIONS(2915), - [anon_sym_lock] = ACTIONS(2915), - [anon_sym_rlock] = ACTIONS(2915), - [anon_sym_unsafe] = ACTIONS(2915), - [anon_sym_sql] = ACTIONS(2915), - [sym_int_literal] = ACTIONS(2915), - [sym_float_literal] = ACTIONS(2915), - [sym_rune_literal] = ACTIONS(2915), - [anon_sym_AT] = ACTIONS(2915), - [anon_sym_shared] = ACTIONS(2915), - [anon_sym_map_LBRACK] = ACTIONS(2915), - [anon_sym_chan] = ACTIONS(2915), - [anon_sym_thread] = ACTIONS(2915), - [anon_sym_atomic] = ACTIONS(2915), - [anon_sym_assert] = ACTIONS(2915), - [anon_sym_defer] = ACTIONS(2915), - [anon_sym_goto] = ACTIONS(2915), - [anon_sym_break] = ACTIONS(2915), - [anon_sym_continue] = ACTIONS(2915), - [anon_sym_return] = ACTIONS(2915), - [anon_sym_DOLLARfor] = ACTIONS(2915), - [anon_sym_for] = ACTIONS(2915), - [anon_sym_POUND] = ACTIONS(2915), - [anon_sym_asm] = ACTIONS(2915), - [anon_sym_AT_LBRACK] = ACTIONS(2915), - [sym___double_quote] = ACTIONS(2915), - [sym___single_quote] = ACTIONS(2915), - [sym___c_double_quote] = ACTIONS(2915), - [sym___c_single_quote] = ACTIONS(2915), - [sym___r_double_quote] = ACTIONS(2915), - [sym___r_single_quote] = ACTIONS(2915), + [sym__expression] = STATE(966), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2136), + [anon_sym_DASH] = ACTIONS(2136), + [anon_sym_STAR] = ACTIONS(2138), + [anon_sym_struct] = ACTIONS(501), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2140), + [anon_sym_go] = ACTIONS(507), + [anon_sym_spawn] = ACTIONS(509), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2136), + [anon_sym_CARET] = ACTIONS(2136), + [anon_sym_AMP] = ACTIONS(2146), + [anon_sym_LT_DASH] = ACTIONS(2148), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(527), + [anon_sym_lock] = ACTIONS(529), + [anon_sym_rlock] = ACTIONS(529), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, [882] = { - [ts_builtin_sym_end] = ACTIONS(2917), - [sym_identifier] = ACTIONS(2919), - [anon_sym_LF] = ACTIONS(2919), - [anon_sym_CR] = ACTIONS(2919), - [anon_sym_CR_LF] = ACTIONS(2919), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2919), - [anon_sym_as] = ACTIONS(2919), - [anon_sym_LBRACE] = ACTIONS(2919), - [anon_sym_COMMA] = ACTIONS(2919), - [anon_sym_const] = ACTIONS(2919), - [anon_sym_LPAREN] = ACTIONS(2919), - [anon_sym_EQ] = ACTIONS(2919), - [anon_sym___global] = ACTIONS(2919), - [anon_sym_type] = ACTIONS(2919), - [anon_sym_PIPE] = ACTIONS(2919), - [anon_sym_fn] = ACTIONS(2919), - [anon_sym_PLUS] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2919), - [anon_sym_SLASH] = ACTIONS(2919), - [anon_sym_PERCENT] = ACTIONS(2919), - [anon_sym_LT] = ACTIONS(2919), - [anon_sym_GT] = ACTIONS(2919), - [anon_sym_EQ_EQ] = ACTIONS(2919), - [anon_sym_BANG_EQ] = ACTIONS(2919), - [anon_sym_LT_EQ] = ACTIONS(2919), - [anon_sym_GT_EQ] = ACTIONS(2919), - [anon_sym_LBRACK] = ACTIONS(2917), - [anon_sym_struct] = ACTIONS(2919), - [anon_sym_union] = ACTIONS(2919), - [anon_sym_pub] = ACTIONS(2919), - [anon_sym_mut] = ACTIONS(2919), - [anon_sym_enum] = ACTIONS(2919), - [anon_sym_interface] = ACTIONS(2919), - [anon_sym_PLUS_PLUS] = ACTIONS(2919), - [anon_sym_DASH_DASH] = ACTIONS(2919), - [anon_sym_QMARK] = ACTIONS(2919), - [anon_sym_BANG] = ACTIONS(2919), - [anon_sym_go] = ACTIONS(2919), - [anon_sym_spawn] = ACTIONS(2919), - [anon_sym_json_DOTdecode] = ACTIONS(2919), - [anon_sym_LBRACK2] = ACTIONS(2919), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_CARET] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2919), - [anon_sym_LT_DASH] = ACTIONS(2919), - [anon_sym_LT_LT] = ACTIONS(2919), - [anon_sym_GT_GT] = ACTIONS(2919), - [anon_sym_GT_GT_GT] = ACTIONS(2919), - [anon_sym_AMP_CARET] = ACTIONS(2919), - [anon_sym_AMP_AMP] = ACTIONS(2919), - [anon_sym_PIPE_PIPE] = ACTIONS(2919), - [anon_sym_or] = ACTIONS(2919), - [sym_none] = ACTIONS(2919), - [sym_true] = ACTIONS(2919), - [sym_false] = ACTIONS(2919), - [sym_nil] = ACTIONS(2919), - [anon_sym_QMARK_DOT] = ACTIONS(2919), - [anon_sym_POUND_LBRACK] = ACTIONS(2919), - [anon_sym_if] = ACTIONS(2919), - [anon_sym_DOLLARif] = ACTIONS(2919), - [anon_sym_is] = ACTIONS(2919), - [anon_sym_BANGis] = ACTIONS(2919), - [anon_sym_in] = ACTIONS(2919), - [anon_sym_BANGin] = ACTIONS(2919), - [anon_sym_match] = ACTIONS(2919), - [anon_sym_select] = ACTIONS(2919), - [anon_sym_STAR_EQ] = ACTIONS(2919), - [anon_sym_SLASH_EQ] = ACTIONS(2919), - [anon_sym_PERCENT_EQ] = ACTIONS(2919), - [anon_sym_LT_LT_EQ] = ACTIONS(2919), - [anon_sym_GT_GT_EQ] = ACTIONS(2919), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2919), - [anon_sym_AMP_EQ] = ACTIONS(2919), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2919), - [anon_sym_PLUS_EQ] = ACTIONS(2919), - [anon_sym_DASH_EQ] = ACTIONS(2919), - [anon_sym_PIPE_EQ] = ACTIONS(2919), - [anon_sym_CARET_EQ] = ACTIONS(2919), - [anon_sym_COLON_EQ] = ACTIONS(2919), - [anon_sym_lock] = ACTIONS(2919), - [anon_sym_rlock] = ACTIONS(2919), - [anon_sym_unsafe] = ACTIONS(2919), - [anon_sym_sql] = ACTIONS(2919), - [sym_int_literal] = ACTIONS(2919), - [sym_float_literal] = ACTIONS(2919), - [sym_rune_literal] = ACTIONS(2919), - [anon_sym_AT] = ACTIONS(2919), - [anon_sym_shared] = ACTIONS(2919), - [anon_sym_map_LBRACK] = ACTIONS(2919), - [anon_sym_chan] = ACTIONS(2919), - [anon_sym_thread] = ACTIONS(2919), - [anon_sym_atomic] = ACTIONS(2919), - [anon_sym_assert] = ACTIONS(2919), - [anon_sym_defer] = ACTIONS(2919), - [anon_sym_goto] = ACTIONS(2919), - [anon_sym_break] = ACTIONS(2919), - [anon_sym_continue] = ACTIONS(2919), - [anon_sym_return] = ACTIONS(2919), - [anon_sym_DOLLARfor] = ACTIONS(2919), - [anon_sym_for] = ACTIONS(2919), - [anon_sym_POUND] = ACTIONS(2919), - [anon_sym_asm] = ACTIONS(2919), - [anon_sym_AT_LBRACK] = ACTIONS(2919), - [sym___double_quote] = ACTIONS(2919), - [sym___single_quote] = ACTIONS(2919), - [sym___c_double_quote] = ACTIONS(2919), - [sym___c_single_quote] = ACTIONS(2919), - [sym___r_double_quote] = ACTIONS(2919), - [sym___r_single_quote] = ACTIONS(2919), + [sym__expression] = STATE(965), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2136), + [anon_sym_DASH] = ACTIONS(2136), + [anon_sym_STAR] = ACTIONS(2138), + [anon_sym_struct] = ACTIONS(501), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2140), + [anon_sym_go] = ACTIONS(507), + [anon_sym_spawn] = ACTIONS(509), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2136), + [anon_sym_CARET] = ACTIONS(2136), + [anon_sym_AMP] = ACTIONS(2146), + [anon_sym_LT_DASH] = ACTIONS(2148), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(527), + [anon_sym_lock] = ACTIONS(529), + [anon_sym_rlock] = ACTIONS(529), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, [883] = { - [ts_builtin_sym_end] = ACTIONS(2921), - [sym_identifier] = ACTIONS(2923), - [anon_sym_LF] = ACTIONS(2923), - [anon_sym_CR] = ACTIONS(2923), - [anon_sym_CR_LF] = ACTIONS(2923), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2923), - [anon_sym_as] = ACTIONS(2923), - [anon_sym_LBRACE] = ACTIONS(2923), - [anon_sym_COMMA] = ACTIONS(2923), - [anon_sym_const] = ACTIONS(2923), - [anon_sym_LPAREN] = ACTIONS(2923), - [anon_sym_EQ] = ACTIONS(2923), - [anon_sym___global] = ACTIONS(2923), - [anon_sym_type] = ACTIONS(2923), - [anon_sym_PIPE] = ACTIONS(2923), - [anon_sym_fn] = ACTIONS(2923), - [anon_sym_PLUS] = ACTIONS(2923), - [anon_sym_DASH] = ACTIONS(2923), - [anon_sym_STAR] = ACTIONS(2923), - [anon_sym_SLASH] = ACTIONS(2923), - [anon_sym_PERCENT] = ACTIONS(2923), - [anon_sym_LT] = ACTIONS(2923), - [anon_sym_GT] = ACTIONS(2923), - [anon_sym_EQ_EQ] = ACTIONS(2923), - [anon_sym_BANG_EQ] = ACTIONS(2923), - [anon_sym_LT_EQ] = ACTIONS(2923), - [anon_sym_GT_EQ] = ACTIONS(2923), - [anon_sym_LBRACK] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(2923), - [anon_sym_union] = ACTIONS(2923), - [anon_sym_pub] = ACTIONS(2923), - [anon_sym_mut] = ACTIONS(2923), - [anon_sym_enum] = ACTIONS(2923), - [anon_sym_interface] = ACTIONS(2923), - [anon_sym_PLUS_PLUS] = ACTIONS(2923), - [anon_sym_DASH_DASH] = ACTIONS(2923), - [anon_sym_QMARK] = ACTIONS(2923), - [anon_sym_BANG] = ACTIONS(2923), - [anon_sym_go] = ACTIONS(2923), - [anon_sym_spawn] = ACTIONS(2923), - [anon_sym_json_DOTdecode] = ACTIONS(2923), - [anon_sym_LBRACK2] = ACTIONS(2923), - [anon_sym_TILDE] = ACTIONS(2923), - [anon_sym_CARET] = ACTIONS(2923), - [anon_sym_AMP] = ACTIONS(2923), - [anon_sym_LT_DASH] = ACTIONS(2923), - [anon_sym_LT_LT] = ACTIONS(2923), - [anon_sym_GT_GT] = ACTIONS(2923), - [anon_sym_GT_GT_GT] = ACTIONS(2923), - [anon_sym_AMP_CARET] = ACTIONS(2923), - [anon_sym_AMP_AMP] = ACTIONS(2923), - [anon_sym_PIPE_PIPE] = ACTIONS(2923), - [anon_sym_or] = ACTIONS(2923), - [sym_none] = ACTIONS(2923), - [sym_true] = ACTIONS(2923), - [sym_false] = ACTIONS(2923), - [sym_nil] = ACTIONS(2923), - [anon_sym_QMARK_DOT] = ACTIONS(2923), - [anon_sym_POUND_LBRACK] = ACTIONS(2923), - [anon_sym_if] = ACTIONS(2923), - [anon_sym_DOLLARif] = ACTIONS(2923), - [anon_sym_is] = ACTIONS(2923), - [anon_sym_BANGis] = ACTIONS(2923), - [anon_sym_in] = ACTIONS(2923), - [anon_sym_BANGin] = ACTIONS(2923), - [anon_sym_match] = ACTIONS(2923), - [anon_sym_select] = ACTIONS(2923), - [anon_sym_STAR_EQ] = ACTIONS(2923), - [anon_sym_SLASH_EQ] = ACTIONS(2923), - [anon_sym_PERCENT_EQ] = ACTIONS(2923), - [anon_sym_LT_LT_EQ] = ACTIONS(2923), - [anon_sym_GT_GT_EQ] = ACTIONS(2923), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2923), - [anon_sym_AMP_EQ] = ACTIONS(2923), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2923), - [anon_sym_PLUS_EQ] = ACTIONS(2923), - [anon_sym_DASH_EQ] = ACTIONS(2923), - [anon_sym_PIPE_EQ] = ACTIONS(2923), - [anon_sym_CARET_EQ] = ACTIONS(2923), - [anon_sym_COLON_EQ] = ACTIONS(2923), - [anon_sym_lock] = ACTIONS(2923), - [anon_sym_rlock] = ACTIONS(2923), - [anon_sym_unsafe] = ACTIONS(2923), - [anon_sym_sql] = ACTIONS(2923), - [sym_int_literal] = ACTIONS(2923), - [sym_float_literal] = ACTIONS(2923), - [sym_rune_literal] = ACTIONS(2923), - [anon_sym_AT] = ACTIONS(2923), - [anon_sym_shared] = ACTIONS(2923), - [anon_sym_map_LBRACK] = ACTIONS(2923), - [anon_sym_chan] = ACTIONS(2923), - [anon_sym_thread] = ACTIONS(2923), - [anon_sym_atomic] = ACTIONS(2923), - [anon_sym_assert] = ACTIONS(2923), - [anon_sym_defer] = ACTIONS(2923), - [anon_sym_goto] = ACTIONS(2923), - [anon_sym_break] = ACTIONS(2923), - [anon_sym_continue] = ACTIONS(2923), - [anon_sym_return] = ACTIONS(2923), - [anon_sym_DOLLARfor] = ACTIONS(2923), - [anon_sym_for] = ACTIONS(2923), - [anon_sym_POUND] = ACTIONS(2923), - [anon_sym_asm] = ACTIONS(2923), - [anon_sym_AT_LBRACK] = ACTIONS(2923), - [sym___double_quote] = ACTIONS(2923), - [sym___single_quote] = ACTIONS(2923), - [sym___c_double_quote] = ACTIONS(2923), - [sym___c_single_quote] = ACTIONS(2923), - [sym___r_double_quote] = ACTIONS(2923), - [sym___r_single_quote] = ACTIONS(2923), - }, - [884] = { - [ts_builtin_sym_end] = ACTIONS(2925), - [sym_identifier] = ACTIONS(2927), - [anon_sym_LF] = ACTIONS(2927), - [anon_sym_CR] = ACTIONS(2927), - [anon_sym_CR_LF] = ACTIONS(2927), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2927), - [anon_sym_as] = ACTIONS(2927), - [anon_sym_LBRACE] = ACTIONS(2927), - [anon_sym_COMMA] = ACTIONS(2927), - [anon_sym_const] = ACTIONS(2927), - [anon_sym_LPAREN] = ACTIONS(2927), - [anon_sym_EQ] = ACTIONS(2927), - [anon_sym___global] = ACTIONS(2927), - [anon_sym_type] = ACTIONS(2927), - [anon_sym_PIPE] = ACTIONS(2927), - [anon_sym_fn] = ACTIONS(2927), - [anon_sym_PLUS] = ACTIONS(2927), - [anon_sym_DASH] = ACTIONS(2927), - [anon_sym_STAR] = ACTIONS(2927), - [anon_sym_SLASH] = ACTIONS(2927), - [anon_sym_PERCENT] = ACTIONS(2927), - [anon_sym_LT] = ACTIONS(2927), - [anon_sym_GT] = ACTIONS(2927), - [anon_sym_EQ_EQ] = ACTIONS(2927), - [anon_sym_BANG_EQ] = ACTIONS(2927), - [anon_sym_LT_EQ] = ACTIONS(2927), - [anon_sym_GT_EQ] = ACTIONS(2927), - [anon_sym_LBRACK] = ACTIONS(2925), - [anon_sym_struct] = ACTIONS(2927), - [anon_sym_union] = ACTIONS(2927), - [anon_sym_pub] = ACTIONS(2927), - [anon_sym_mut] = ACTIONS(2927), - [anon_sym_enum] = ACTIONS(2927), - [anon_sym_interface] = ACTIONS(2927), - [anon_sym_PLUS_PLUS] = ACTIONS(2927), - [anon_sym_DASH_DASH] = ACTIONS(2927), - [anon_sym_QMARK] = ACTIONS(2927), - [anon_sym_BANG] = ACTIONS(2927), - [anon_sym_go] = ACTIONS(2927), - [anon_sym_spawn] = ACTIONS(2927), - [anon_sym_json_DOTdecode] = ACTIONS(2927), - [anon_sym_LBRACK2] = ACTIONS(2927), - [anon_sym_TILDE] = ACTIONS(2927), - [anon_sym_CARET] = ACTIONS(2927), - [anon_sym_AMP] = ACTIONS(2927), - [anon_sym_LT_DASH] = ACTIONS(2927), - [anon_sym_LT_LT] = ACTIONS(2927), - [anon_sym_GT_GT] = ACTIONS(2927), - [anon_sym_GT_GT_GT] = ACTIONS(2927), - [anon_sym_AMP_CARET] = ACTIONS(2927), - [anon_sym_AMP_AMP] = ACTIONS(2927), - [anon_sym_PIPE_PIPE] = ACTIONS(2927), - [anon_sym_or] = ACTIONS(2927), - [sym_none] = ACTIONS(2927), - [sym_true] = ACTIONS(2927), - [sym_false] = ACTIONS(2927), - [sym_nil] = ACTIONS(2927), - [anon_sym_QMARK_DOT] = ACTIONS(2927), - [anon_sym_POUND_LBRACK] = ACTIONS(2927), - [anon_sym_if] = ACTIONS(2927), - [anon_sym_DOLLARif] = ACTIONS(2927), - [anon_sym_is] = ACTIONS(2927), - [anon_sym_BANGis] = ACTIONS(2927), - [anon_sym_in] = ACTIONS(2927), - [anon_sym_BANGin] = ACTIONS(2927), - [anon_sym_match] = ACTIONS(2927), - [anon_sym_select] = ACTIONS(2927), - [anon_sym_STAR_EQ] = ACTIONS(2927), - [anon_sym_SLASH_EQ] = ACTIONS(2927), - [anon_sym_PERCENT_EQ] = ACTIONS(2927), - [anon_sym_LT_LT_EQ] = ACTIONS(2927), - [anon_sym_GT_GT_EQ] = ACTIONS(2927), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2927), - [anon_sym_AMP_EQ] = ACTIONS(2927), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2927), - [anon_sym_PLUS_EQ] = ACTIONS(2927), - [anon_sym_DASH_EQ] = ACTIONS(2927), - [anon_sym_PIPE_EQ] = ACTIONS(2927), - [anon_sym_CARET_EQ] = ACTIONS(2927), - [anon_sym_COLON_EQ] = ACTIONS(2927), - [anon_sym_lock] = ACTIONS(2927), - [anon_sym_rlock] = ACTIONS(2927), - [anon_sym_unsafe] = ACTIONS(2927), - [anon_sym_sql] = ACTIONS(2927), - [sym_int_literal] = ACTIONS(2927), - [sym_float_literal] = ACTIONS(2927), - [sym_rune_literal] = ACTIONS(2927), - [anon_sym_AT] = ACTIONS(2927), - [anon_sym_shared] = ACTIONS(2927), - [anon_sym_map_LBRACK] = ACTIONS(2927), - [anon_sym_chan] = ACTIONS(2927), - [anon_sym_thread] = ACTIONS(2927), - [anon_sym_atomic] = ACTIONS(2927), - [anon_sym_assert] = ACTIONS(2927), - [anon_sym_defer] = ACTIONS(2927), - [anon_sym_goto] = ACTIONS(2927), - [anon_sym_break] = ACTIONS(2927), - [anon_sym_continue] = ACTIONS(2927), - [anon_sym_return] = ACTIONS(2927), - [anon_sym_DOLLARfor] = ACTIONS(2927), - [anon_sym_for] = ACTIONS(2927), - [anon_sym_POUND] = ACTIONS(2927), - [anon_sym_asm] = ACTIONS(2927), - [anon_sym_AT_LBRACK] = ACTIONS(2927), - [sym___double_quote] = ACTIONS(2927), - [sym___single_quote] = ACTIONS(2927), - [sym___c_double_quote] = ACTIONS(2927), - [sym___c_single_quote] = ACTIONS(2927), - [sym___r_double_quote] = ACTIONS(2927), - [sym___r_single_quote] = ACTIONS(2927), + [sym__expression] = STATE(962), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2136), + [anon_sym_DASH] = ACTIONS(2136), + [anon_sym_STAR] = ACTIONS(2138), + [anon_sym_struct] = ACTIONS(501), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2140), + [anon_sym_go] = ACTIONS(507), + [anon_sym_spawn] = ACTIONS(509), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2136), + [anon_sym_CARET] = ACTIONS(2136), + [anon_sym_AMP] = ACTIONS(2146), + [anon_sym_LT_DASH] = ACTIONS(2148), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(527), + [anon_sym_lock] = ACTIONS(529), + [anon_sym_rlock] = ACTIONS(529), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), + }, + [884] = { + [sym__expression] = STATE(2559), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4201), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1087), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_fn] = ACTIONS(1095), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_STAR] = ACTIONS(2775), + [anon_sym_struct] = ACTIONS(1101), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2777), + [anon_sym_go] = ACTIONS(1105), + [anon_sym_spawn] = ACTIONS(1107), + [anon_sym_json_DOTdecode] = ACTIONS(1109), + [anon_sym_LBRACK2] = ACTIONS(1111), + [anon_sym_TILDE] = ACTIONS(1097), + [anon_sym_CARET] = ACTIONS(1097), + [anon_sym_AMP] = ACTIONS(2779), + [anon_sym_LT_DASH] = ACTIONS(1115), + [sym_none] = ACTIONS(1117), + [sym_true] = ACTIONS(1117), + [sym_false] = ACTIONS(1117), + [sym_nil] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), + [anon_sym_DOLLARif] = ACTIONS(1123), + [anon_sym_match] = ACTIONS(1125), + [anon_sym_select] = ACTIONS(2622), + [anon_sym_lock] = ACTIONS(2624), + [anon_sym_rlock] = ACTIONS(2624), + [anon_sym_unsafe] = ACTIONS(1131), + [anon_sym_sql] = ACTIONS(1133), + [sym_int_literal] = ACTIONS(1117), + [sym_float_literal] = ACTIONS(1135), + [sym_rune_literal] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1139), + [sym___single_quote] = ACTIONS(1141), + [sym___c_double_quote] = ACTIONS(1143), + [sym___c_single_quote] = ACTIONS(1145), + [sym___r_double_quote] = ACTIONS(1147), + [sym___r_single_quote] = ACTIONS(1149), }, [885] = { - [ts_builtin_sym_end] = ACTIONS(2929), - [sym_identifier] = ACTIONS(2931), - [anon_sym_LF] = ACTIONS(2931), - [anon_sym_CR] = ACTIONS(2931), - [anon_sym_CR_LF] = ACTIONS(2931), + [ts_builtin_sym_end] = ACTIONS(3165), + [sym_identifier] = ACTIONS(3167), + [anon_sym_LF] = ACTIONS(3167), + [anon_sym_CR] = ACTIONS(3167), + [anon_sym_CR_LF] = ACTIONS(3167), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2931), - [anon_sym_as] = ACTIONS(2931), - [anon_sym_LBRACE] = ACTIONS(2931), - [anon_sym_COMMA] = ACTIONS(2931), - [anon_sym_const] = ACTIONS(2931), - [anon_sym_LPAREN] = ACTIONS(2931), - [anon_sym_EQ] = ACTIONS(2931), - [anon_sym___global] = ACTIONS(2931), - [anon_sym_type] = ACTIONS(2931), - [anon_sym_PIPE] = ACTIONS(2931), - [anon_sym_fn] = ACTIONS(2931), - [anon_sym_PLUS] = ACTIONS(2931), - [anon_sym_DASH] = ACTIONS(2931), - [anon_sym_STAR] = ACTIONS(2931), - [anon_sym_SLASH] = ACTIONS(2931), - [anon_sym_PERCENT] = ACTIONS(2931), - [anon_sym_LT] = ACTIONS(2931), - [anon_sym_GT] = ACTIONS(2931), - [anon_sym_EQ_EQ] = ACTIONS(2931), - [anon_sym_BANG_EQ] = ACTIONS(2931), - [anon_sym_LT_EQ] = ACTIONS(2931), - [anon_sym_GT_EQ] = ACTIONS(2931), - [anon_sym_LBRACK] = ACTIONS(2929), - [anon_sym_struct] = ACTIONS(2931), - [anon_sym_union] = ACTIONS(2931), - [anon_sym_pub] = ACTIONS(2931), - [anon_sym_mut] = ACTIONS(2931), - [anon_sym_enum] = ACTIONS(2931), - [anon_sym_interface] = ACTIONS(2931), - [anon_sym_PLUS_PLUS] = ACTIONS(2931), - [anon_sym_DASH_DASH] = ACTIONS(2931), - [anon_sym_QMARK] = ACTIONS(2931), - [anon_sym_BANG] = ACTIONS(2931), - [anon_sym_go] = ACTIONS(2931), - [anon_sym_spawn] = ACTIONS(2931), - [anon_sym_json_DOTdecode] = ACTIONS(2931), - [anon_sym_LBRACK2] = ACTIONS(2931), - [anon_sym_TILDE] = ACTIONS(2931), - [anon_sym_CARET] = ACTIONS(2931), - [anon_sym_AMP] = ACTIONS(2931), - [anon_sym_LT_DASH] = ACTIONS(2931), - [anon_sym_LT_LT] = ACTIONS(2931), - [anon_sym_GT_GT] = ACTIONS(2931), - [anon_sym_GT_GT_GT] = ACTIONS(2931), - [anon_sym_AMP_CARET] = ACTIONS(2931), - [anon_sym_AMP_AMP] = ACTIONS(2931), - [anon_sym_PIPE_PIPE] = ACTIONS(2931), - [anon_sym_or] = ACTIONS(2931), - [sym_none] = ACTIONS(2931), - [sym_true] = ACTIONS(2931), - [sym_false] = ACTIONS(2931), - [sym_nil] = ACTIONS(2931), - [anon_sym_QMARK_DOT] = ACTIONS(2931), - [anon_sym_POUND_LBRACK] = ACTIONS(2931), - [anon_sym_if] = ACTIONS(2931), - [anon_sym_DOLLARif] = ACTIONS(2931), - [anon_sym_is] = ACTIONS(2931), - [anon_sym_BANGis] = ACTIONS(2931), - [anon_sym_in] = ACTIONS(2931), - [anon_sym_BANGin] = ACTIONS(2931), - [anon_sym_match] = ACTIONS(2931), - [anon_sym_select] = ACTIONS(2931), - [anon_sym_STAR_EQ] = ACTIONS(2931), - [anon_sym_SLASH_EQ] = ACTIONS(2931), - [anon_sym_PERCENT_EQ] = ACTIONS(2931), - [anon_sym_LT_LT_EQ] = ACTIONS(2931), - [anon_sym_GT_GT_EQ] = ACTIONS(2931), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2931), - [anon_sym_AMP_EQ] = ACTIONS(2931), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2931), - [anon_sym_PLUS_EQ] = ACTIONS(2931), - [anon_sym_DASH_EQ] = ACTIONS(2931), - [anon_sym_PIPE_EQ] = ACTIONS(2931), - [anon_sym_CARET_EQ] = ACTIONS(2931), - [anon_sym_COLON_EQ] = ACTIONS(2931), - [anon_sym_lock] = ACTIONS(2931), - [anon_sym_rlock] = ACTIONS(2931), - [anon_sym_unsafe] = ACTIONS(2931), - [anon_sym_sql] = ACTIONS(2931), - [sym_int_literal] = ACTIONS(2931), - [sym_float_literal] = ACTIONS(2931), - [sym_rune_literal] = ACTIONS(2931), - [anon_sym_AT] = ACTIONS(2931), - [anon_sym_shared] = ACTIONS(2931), - [anon_sym_map_LBRACK] = ACTIONS(2931), - [anon_sym_chan] = ACTIONS(2931), - [anon_sym_thread] = ACTIONS(2931), - [anon_sym_atomic] = ACTIONS(2931), - [anon_sym_assert] = ACTIONS(2931), - [anon_sym_defer] = ACTIONS(2931), - [anon_sym_goto] = ACTIONS(2931), - [anon_sym_break] = ACTIONS(2931), - [anon_sym_continue] = ACTIONS(2931), - [anon_sym_return] = ACTIONS(2931), - [anon_sym_DOLLARfor] = ACTIONS(2931), - [anon_sym_for] = ACTIONS(2931), - [anon_sym_POUND] = ACTIONS(2931), - [anon_sym_asm] = ACTIONS(2931), - [anon_sym_AT_LBRACK] = ACTIONS(2931), - [sym___double_quote] = ACTIONS(2931), - [sym___single_quote] = ACTIONS(2931), - [sym___c_double_quote] = ACTIONS(2931), - [sym___c_single_quote] = ACTIONS(2931), - [sym___r_double_quote] = ACTIONS(2931), - [sym___r_single_quote] = ACTIONS(2931), + [anon_sym_DOT] = ACTIONS(3167), + [anon_sym_as] = ACTIONS(3167), + [anon_sym_LBRACE] = ACTIONS(3167), + [anon_sym_COMMA] = ACTIONS(3167), + [anon_sym_const] = ACTIONS(3167), + [anon_sym_LPAREN] = ACTIONS(3167), + [anon_sym_EQ] = ACTIONS(3167), + [anon_sym___global] = ACTIONS(3167), + [anon_sym_type] = ACTIONS(3167), + [anon_sym_PIPE] = ACTIONS(3167), + [anon_sym_fn] = ACTIONS(3167), + [anon_sym_PLUS] = ACTIONS(3167), + [anon_sym_DASH] = ACTIONS(3167), + [anon_sym_STAR] = ACTIONS(3167), + [anon_sym_SLASH] = ACTIONS(3167), + [anon_sym_PERCENT] = ACTIONS(3167), + [anon_sym_LT] = ACTIONS(3167), + [anon_sym_GT] = ACTIONS(3167), + [anon_sym_EQ_EQ] = ACTIONS(3167), + [anon_sym_BANG_EQ] = ACTIONS(3167), + [anon_sym_LT_EQ] = ACTIONS(3167), + [anon_sym_GT_EQ] = ACTIONS(3167), + [anon_sym_LBRACK] = ACTIONS(3165), + [anon_sym_LT2] = ACTIONS(3167), + [anon_sym_struct] = ACTIONS(3167), + [anon_sym_union] = ACTIONS(3167), + [anon_sym_pub] = ACTIONS(3167), + [anon_sym_mut] = ACTIONS(3167), + [anon_sym_enum] = ACTIONS(3167), + [anon_sym_interface] = ACTIONS(3167), + [anon_sym_PLUS_PLUS] = ACTIONS(3167), + [anon_sym_DASH_DASH] = ACTIONS(3167), + [anon_sym_QMARK] = ACTIONS(3167), + [anon_sym_BANG] = ACTIONS(3167), + [anon_sym_go] = ACTIONS(3167), + [anon_sym_spawn] = ACTIONS(3167), + [anon_sym_json_DOTdecode] = ACTIONS(3167), + [anon_sym_LBRACK2] = ACTIONS(3167), + [anon_sym_TILDE] = ACTIONS(3167), + [anon_sym_CARET] = ACTIONS(3167), + [anon_sym_AMP] = ACTIONS(3167), + [anon_sym_LT_DASH] = ACTIONS(3167), + [anon_sym_LT_LT] = ACTIONS(3167), + [anon_sym_GT_GT] = ACTIONS(3167), + [anon_sym_GT_GT_GT] = ACTIONS(3167), + [anon_sym_AMP_CARET] = ACTIONS(3167), + [anon_sym_AMP_AMP] = ACTIONS(3167), + [anon_sym_PIPE_PIPE] = ACTIONS(3167), + [anon_sym_or] = ACTIONS(3167), + [sym_none] = ACTIONS(3167), + [sym_true] = ACTIONS(3167), + [sym_false] = ACTIONS(3167), + [sym_nil] = ACTIONS(3167), + [anon_sym_QMARK_DOT] = ACTIONS(3167), + [anon_sym_POUND_LBRACK] = ACTIONS(3167), + [anon_sym_if] = ACTIONS(3167), + [anon_sym_DOLLARif] = ACTIONS(3167), + [anon_sym_is] = ACTIONS(3167), + [anon_sym_BANGis] = ACTIONS(3167), + [anon_sym_in] = ACTIONS(3167), + [anon_sym_BANGin] = ACTIONS(3167), + [anon_sym_match] = ACTIONS(3167), + [anon_sym_select] = ACTIONS(3167), + [anon_sym_STAR_EQ] = ACTIONS(3167), + [anon_sym_SLASH_EQ] = ACTIONS(3167), + [anon_sym_PERCENT_EQ] = ACTIONS(3167), + [anon_sym_LT_LT_EQ] = ACTIONS(3167), + [anon_sym_GT_GT_EQ] = ACTIONS(3167), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3167), + [anon_sym_AMP_EQ] = ACTIONS(3167), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3167), + [anon_sym_PLUS_EQ] = ACTIONS(3167), + [anon_sym_DASH_EQ] = ACTIONS(3167), + [anon_sym_PIPE_EQ] = ACTIONS(3167), + [anon_sym_CARET_EQ] = ACTIONS(3167), + [anon_sym_COLON_EQ] = ACTIONS(3167), + [anon_sym_lock] = ACTIONS(3167), + [anon_sym_rlock] = ACTIONS(3167), + [anon_sym_unsafe] = ACTIONS(3167), + [anon_sym_sql] = ACTIONS(3167), + [sym_int_literal] = ACTIONS(3167), + [sym_float_literal] = ACTIONS(3167), + [sym_rune_literal] = ACTIONS(3167), + [anon_sym_AT] = ACTIONS(3167), + [anon_sym_shared] = ACTIONS(3167), + [anon_sym_map_LBRACK] = ACTIONS(3167), + [anon_sym_chan] = ACTIONS(3167), + [anon_sym_thread] = ACTIONS(3167), + [anon_sym_atomic] = ACTIONS(3167), + [anon_sym_assert] = ACTIONS(3167), + [anon_sym_defer] = ACTIONS(3167), + [anon_sym_goto] = ACTIONS(3167), + [anon_sym_break] = ACTIONS(3167), + [anon_sym_continue] = ACTIONS(3167), + [anon_sym_return] = ACTIONS(3167), + [anon_sym_DOLLARfor] = ACTIONS(3167), + [anon_sym_for] = ACTIONS(3167), + [anon_sym_POUND] = ACTIONS(3167), + [anon_sym_asm] = ACTIONS(3167), + [anon_sym_AT_LBRACK] = ACTIONS(3167), + [sym___double_quote] = ACTIONS(3167), + [sym___single_quote] = ACTIONS(3167), + [sym___c_double_quote] = ACTIONS(3167), + [sym___c_single_quote] = ACTIONS(3167), + [sym___r_double_quote] = ACTIONS(3167), + [sym___r_single_quote] = ACTIONS(3167), }, [886] = { - [ts_builtin_sym_end] = ACTIONS(2933), - [sym_identifier] = ACTIONS(2935), - [anon_sym_LF] = ACTIONS(2935), - [anon_sym_CR] = ACTIONS(2935), - [anon_sym_CR_LF] = ACTIONS(2935), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2935), - [anon_sym_as] = ACTIONS(2935), - [anon_sym_LBRACE] = ACTIONS(2935), - [anon_sym_COMMA] = ACTIONS(2935), - [anon_sym_const] = ACTIONS(2935), - [anon_sym_LPAREN] = ACTIONS(2935), - [anon_sym_EQ] = ACTIONS(2935), - [anon_sym___global] = ACTIONS(2935), - [anon_sym_type] = ACTIONS(2935), - [anon_sym_PIPE] = ACTIONS(2935), - [anon_sym_fn] = ACTIONS(2935), - [anon_sym_PLUS] = ACTIONS(2935), - [anon_sym_DASH] = ACTIONS(2935), - [anon_sym_STAR] = ACTIONS(2935), - [anon_sym_SLASH] = ACTIONS(2935), - [anon_sym_PERCENT] = ACTIONS(2935), - [anon_sym_LT] = ACTIONS(2935), - [anon_sym_GT] = ACTIONS(2935), - [anon_sym_EQ_EQ] = ACTIONS(2935), - [anon_sym_BANG_EQ] = ACTIONS(2935), - [anon_sym_LT_EQ] = ACTIONS(2935), - [anon_sym_GT_EQ] = ACTIONS(2935), - [anon_sym_LBRACK] = ACTIONS(2933), - [anon_sym_struct] = ACTIONS(2935), - [anon_sym_union] = ACTIONS(2935), - [anon_sym_pub] = ACTIONS(2935), - [anon_sym_mut] = ACTIONS(2935), - [anon_sym_enum] = ACTIONS(2935), - [anon_sym_interface] = ACTIONS(2935), - [anon_sym_PLUS_PLUS] = ACTIONS(2935), - [anon_sym_DASH_DASH] = ACTIONS(2935), - [anon_sym_QMARK] = ACTIONS(2935), - [anon_sym_BANG] = ACTIONS(2935), - [anon_sym_go] = ACTIONS(2935), - [anon_sym_spawn] = ACTIONS(2935), - [anon_sym_json_DOTdecode] = ACTIONS(2935), - [anon_sym_LBRACK2] = ACTIONS(2935), - [anon_sym_TILDE] = ACTIONS(2935), - [anon_sym_CARET] = ACTIONS(2935), - [anon_sym_AMP] = ACTIONS(2935), - [anon_sym_LT_DASH] = ACTIONS(2935), - [anon_sym_LT_LT] = ACTIONS(2935), - [anon_sym_GT_GT] = ACTIONS(2935), - [anon_sym_GT_GT_GT] = ACTIONS(2935), - [anon_sym_AMP_CARET] = ACTIONS(2935), - [anon_sym_AMP_AMP] = ACTIONS(2935), - [anon_sym_PIPE_PIPE] = ACTIONS(2935), - [anon_sym_or] = ACTIONS(2935), - [sym_none] = ACTIONS(2935), - [sym_true] = ACTIONS(2935), - [sym_false] = ACTIONS(2935), - [sym_nil] = ACTIONS(2935), - [anon_sym_QMARK_DOT] = ACTIONS(2935), - [anon_sym_POUND_LBRACK] = ACTIONS(2935), - [anon_sym_if] = ACTIONS(2935), - [anon_sym_DOLLARif] = ACTIONS(2935), - [anon_sym_is] = ACTIONS(2935), - [anon_sym_BANGis] = ACTIONS(2935), - [anon_sym_in] = ACTIONS(2935), - [anon_sym_BANGin] = ACTIONS(2935), - [anon_sym_match] = ACTIONS(2935), - [anon_sym_select] = ACTIONS(2935), - [anon_sym_STAR_EQ] = ACTIONS(2935), - [anon_sym_SLASH_EQ] = ACTIONS(2935), - [anon_sym_PERCENT_EQ] = ACTIONS(2935), - [anon_sym_LT_LT_EQ] = ACTIONS(2935), - [anon_sym_GT_GT_EQ] = ACTIONS(2935), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2935), - [anon_sym_AMP_EQ] = ACTIONS(2935), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2935), - [anon_sym_PLUS_EQ] = ACTIONS(2935), - [anon_sym_DASH_EQ] = ACTIONS(2935), - [anon_sym_PIPE_EQ] = ACTIONS(2935), - [anon_sym_CARET_EQ] = ACTIONS(2935), - [anon_sym_COLON_EQ] = ACTIONS(2935), - [anon_sym_lock] = ACTIONS(2935), - [anon_sym_rlock] = ACTIONS(2935), - [anon_sym_unsafe] = ACTIONS(2935), - [anon_sym_sql] = ACTIONS(2935), - [sym_int_literal] = ACTIONS(2935), - [sym_float_literal] = ACTIONS(2935), - [sym_rune_literal] = ACTIONS(2935), - [anon_sym_AT] = ACTIONS(2935), - [anon_sym_shared] = ACTIONS(2935), - [anon_sym_map_LBRACK] = ACTIONS(2935), - [anon_sym_chan] = ACTIONS(2935), - [anon_sym_thread] = ACTIONS(2935), - [anon_sym_atomic] = ACTIONS(2935), - [anon_sym_assert] = ACTIONS(2935), - [anon_sym_defer] = ACTIONS(2935), - [anon_sym_goto] = ACTIONS(2935), - [anon_sym_break] = ACTIONS(2935), - [anon_sym_continue] = ACTIONS(2935), - [anon_sym_return] = ACTIONS(2935), - [anon_sym_DOLLARfor] = ACTIONS(2935), - [anon_sym_for] = ACTIONS(2935), - [anon_sym_POUND] = ACTIONS(2935), - [anon_sym_asm] = ACTIONS(2935), - [anon_sym_AT_LBRACK] = ACTIONS(2935), - [sym___double_quote] = ACTIONS(2935), - [sym___single_quote] = ACTIONS(2935), - [sym___c_double_quote] = ACTIONS(2935), - [sym___c_single_quote] = ACTIONS(2935), - [sym___r_double_quote] = ACTIONS(2935), - [sym___r_single_quote] = ACTIONS(2935), + [sym__expression] = STATE(1270), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4415), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1360), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_struct] = ACTIONS(1376), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [887] = { - [ts_builtin_sym_end] = ACTIONS(2937), - [sym_identifier] = ACTIONS(2939), - [anon_sym_LF] = ACTIONS(2939), - [anon_sym_CR] = ACTIONS(2939), - [anon_sym_CR_LF] = ACTIONS(2939), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2939), - [anon_sym_as] = ACTIONS(2939), - [anon_sym_LBRACE] = ACTIONS(2939), - [anon_sym_COMMA] = ACTIONS(2939), - [anon_sym_const] = ACTIONS(2939), - [anon_sym_LPAREN] = ACTIONS(2939), - [anon_sym_EQ] = ACTIONS(2939), - [anon_sym___global] = ACTIONS(2939), - [anon_sym_type] = ACTIONS(2939), - [anon_sym_PIPE] = ACTIONS(2939), - [anon_sym_fn] = ACTIONS(2939), - [anon_sym_PLUS] = ACTIONS(2939), - [anon_sym_DASH] = ACTIONS(2939), - [anon_sym_STAR] = ACTIONS(2939), - [anon_sym_SLASH] = ACTIONS(2939), - [anon_sym_PERCENT] = ACTIONS(2939), - [anon_sym_LT] = ACTIONS(2939), - [anon_sym_GT] = ACTIONS(2939), - [anon_sym_EQ_EQ] = ACTIONS(2939), - [anon_sym_BANG_EQ] = ACTIONS(2939), - [anon_sym_LT_EQ] = ACTIONS(2939), - [anon_sym_GT_EQ] = ACTIONS(2939), - [anon_sym_LBRACK] = ACTIONS(2937), - [anon_sym_struct] = ACTIONS(2939), - [anon_sym_union] = ACTIONS(2939), - [anon_sym_pub] = ACTIONS(2939), - [anon_sym_mut] = ACTIONS(2939), - [anon_sym_enum] = ACTIONS(2939), - [anon_sym_interface] = ACTIONS(2939), - [anon_sym_PLUS_PLUS] = ACTIONS(2939), - [anon_sym_DASH_DASH] = ACTIONS(2939), - [anon_sym_QMARK] = ACTIONS(2939), - [anon_sym_BANG] = ACTIONS(2939), - [anon_sym_go] = ACTIONS(2939), - [anon_sym_spawn] = ACTIONS(2939), - [anon_sym_json_DOTdecode] = ACTIONS(2939), - [anon_sym_LBRACK2] = ACTIONS(2939), - [anon_sym_TILDE] = ACTIONS(2939), - [anon_sym_CARET] = ACTIONS(2939), - [anon_sym_AMP] = ACTIONS(2939), - [anon_sym_LT_DASH] = ACTIONS(2939), - [anon_sym_LT_LT] = ACTIONS(2939), - [anon_sym_GT_GT] = ACTIONS(2939), - [anon_sym_GT_GT_GT] = ACTIONS(2939), - [anon_sym_AMP_CARET] = ACTIONS(2939), - [anon_sym_AMP_AMP] = ACTIONS(2939), - [anon_sym_PIPE_PIPE] = ACTIONS(2939), - [anon_sym_or] = ACTIONS(2939), - [sym_none] = ACTIONS(2939), - [sym_true] = ACTIONS(2939), - [sym_false] = ACTIONS(2939), - [sym_nil] = ACTIONS(2939), - [anon_sym_QMARK_DOT] = ACTIONS(2939), - [anon_sym_POUND_LBRACK] = ACTIONS(2939), - [anon_sym_if] = ACTIONS(2939), - [anon_sym_DOLLARif] = ACTIONS(2939), - [anon_sym_is] = ACTIONS(2939), - [anon_sym_BANGis] = ACTIONS(2939), - [anon_sym_in] = ACTIONS(2939), - [anon_sym_BANGin] = ACTIONS(2939), - [anon_sym_match] = ACTIONS(2939), - [anon_sym_select] = ACTIONS(2939), - [anon_sym_STAR_EQ] = ACTIONS(2939), - [anon_sym_SLASH_EQ] = ACTIONS(2939), - [anon_sym_PERCENT_EQ] = ACTIONS(2939), - [anon_sym_LT_LT_EQ] = ACTIONS(2939), - [anon_sym_GT_GT_EQ] = ACTIONS(2939), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2939), - [anon_sym_AMP_EQ] = ACTIONS(2939), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2939), - [anon_sym_PLUS_EQ] = ACTIONS(2939), - [anon_sym_DASH_EQ] = ACTIONS(2939), - [anon_sym_PIPE_EQ] = ACTIONS(2939), - [anon_sym_CARET_EQ] = ACTIONS(2939), - [anon_sym_COLON_EQ] = ACTIONS(2939), - [anon_sym_lock] = ACTIONS(2939), - [anon_sym_rlock] = ACTIONS(2939), - [anon_sym_unsafe] = ACTIONS(2939), - [anon_sym_sql] = ACTIONS(2939), - [sym_int_literal] = ACTIONS(2939), - [sym_float_literal] = ACTIONS(2939), - [sym_rune_literal] = ACTIONS(2939), - [anon_sym_AT] = ACTIONS(2939), - [anon_sym_shared] = ACTIONS(2939), - [anon_sym_map_LBRACK] = ACTIONS(2939), - [anon_sym_chan] = ACTIONS(2939), - [anon_sym_thread] = ACTIONS(2939), - [anon_sym_atomic] = ACTIONS(2939), - [anon_sym_assert] = ACTIONS(2939), - [anon_sym_defer] = ACTIONS(2939), - [anon_sym_goto] = ACTIONS(2939), - [anon_sym_break] = ACTIONS(2939), - [anon_sym_continue] = ACTIONS(2939), - [anon_sym_return] = ACTIONS(2939), - [anon_sym_DOLLARfor] = ACTIONS(2939), - [anon_sym_for] = ACTIONS(2939), - [anon_sym_POUND] = ACTIONS(2939), - [anon_sym_asm] = ACTIONS(2939), - [anon_sym_AT_LBRACK] = ACTIONS(2939), - [sym___double_quote] = ACTIONS(2939), - [sym___single_quote] = ACTIONS(2939), - [sym___c_double_quote] = ACTIONS(2939), - [sym___c_single_quote] = ACTIONS(2939), - [sym___r_double_quote] = ACTIONS(2939), - [sym___r_single_quote] = ACTIONS(2939), + [sym__expression] = STATE(1270), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1360), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_struct] = ACTIONS(1376), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [888] = { - [ts_builtin_sym_end] = ACTIONS(2941), - [sym_identifier] = ACTIONS(2943), - [anon_sym_LF] = ACTIONS(2943), - [anon_sym_CR] = ACTIONS(2943), - [anon_sym_CR_LF] = ACTIONS(2943), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2943), - [anon_sym_as] = ACTIONS(2943), - [anon_sym_LBRACE] = ACTIONS(2943), - [anon_sym_COMMA] = ACTIONS(2943), - [anon_sym_const] = ACTIONS(2943), - [anon_sym_LPAREN] = ACTIONS(2943), - [anon_sym_EQ] = ACTIONS(2943), - [anon_sym___global] = ACTIONS(2943), - [anon_sym_type] = ACTIONS(2943), - [anon_sym_PIPE] = ACTIONS(2943), - [anon_sym_fn] = ACTIONS(2943), - [anon_sym_PLUS] = ACTIONS(2943), - [anon_sym_DASH] = ACTIONS(2943), - [anon_sym_STAR] = ACTIONS(2943), - [anon_sym_SLASH] = ACTIONS(2943), - [anon_sym_PERCENT] = ACTIONS(2943), - [anon_sym_LT] = ACTIONS(2943), - [anon_sym_GT] = ACTIONS(2943), - [anon_sym_EQ_EQ] = ACTIONS(2943), - [anon_sym_BANG_EQ] = ACTIONS(2943), - [anon_sym_LT_EQ] = ACTIONS(2943), - [anon_sym_GT_EQ] = ACTIONS(2943), - [anon_sym_LBRACK] = ACTIONS(2941), - [anon_sym_struct] = ACTIONS(2943), - [anon_sym_union] = ACTIONS(2943), - [anon_sym_pub] = ACTIONS(2943), - [anon_sym_mut] = ACTIONS(2943), - [anon_sym_enum] = ACTIONS(2943), - [anon_sym_interface] = ACTIONS(2943), - [anon_sym_PLUS_PLUS] = ACTIONS(2943), - [anon_sym_DASH_DASH] = ACTIONS(2943), - [anon_sym_QMARK] = ACTIONS(2943), - [anon_sym_BANG] = ACTIONS(2945), - [anon_sym_go] = ACTIONS(2943), - [anon_sym_spawn] = ACTIONS(2943), - [anon_sym_json_DOTdecode] = ACTIONS(2943), - [anon_sym_LBRACK2] = ACTIONS(2943), - [anon_sym_TILDE] = ACTIONS(2943), - [anon_sym_CARET] = ACTIONS(2943), - [anon_sym_AMP] = ACTIONS(2943), - [anon_sym_LT_DASH] = ACTIONS(2943), - [anon_sym_LT_LT] = ACTIONS(2943), - [anon_sym_GT_GT] = ACTIONS(2943), - [anon_sym_GT_GT_GT] = ACTIONS(2943), - [anon_sym_AMP_CARET] = ACTIONS(2943), - [anon_sym_AMP_AMP] = ACTIONS(2943), - [anon_sym_PIPE_PIPE] = ACTIONS(2943), - [anon_sym_or] = ACTIONS(2943), - [sym_none] = ACTIONS(2943), - [sym_true] = ACTIONS(2943), - [sym_false] = ACTIONS(2943), - [sym_nil] = ACTIONS(2943), - [anon_sym_QMARK_DOT] = ACTIONS(2943), - [anon_sym_POUND_LBRACK] = ACTIONS(2943), - [anon_sym_if] = ACTIONS(2943), - [anon_sym_DOLLARif] = ACTIONS(2943), - [anon_sym_is] = ACTIONS(2943), - [anon_sym_BANGis] = ACTIONS(2943), - [anon_sym_in] = ACTIONS(2943), - [anon_sym_BANGin] = ACTIONS(2943), - [anon_sym_match] = ACTIONS(2943), - [anon_sym_select] = ACTIONS(2943), - [anon_sym_STAR_EQ] = ACTIONS(2943), - [anon_sym_SLASH_EQ] = ACTIONS(2943), - [anon_sym_PERCENT_EQ] = ACTIONS(2943), - [anon_sym_LT_LT_EQ] = ACTIONS(2943), - [anon_sym_GT_GT_EQ] = ACTIONS(2943), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2943), - [anon_sym_AMP_EQ] = ACTIONS(2943), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2943), - [anon_sym_PLUS_EQ] = ACTIONS(2943), - [anon_sym_DASH_EQ] = ACTIONS(2943), - [anon_sym_PIPE_EQ] = ACTIONS(2943), - [anon_sym_CARET_EQ] = ACTIONS(2943), - [anon_sym_COLON_EQ] = ACTIONS(2943), - [anon_sym_lock] = ACTIONS(2943), - [anon_sym_rlock] = ACTIONS(2943), - [anon_sym_unsafe] = ACTIONS(2943), - [anon_sym_sql] = ACTIONS(2943), - [sym_int_literal] = ACTIONS(2943), - [sym_float_literal] = ACTIONS(2943), - [sym_rune_literal] = ACTIONS(2943), - [anon_sym_AT] = ACTIONS(2943), - [anon_sym_shared] = ACTIONS(2943), - [anon_sym_map_LBRACK] = ACTIONS(2943), - [anon_sym_chan] = ACTIONS(2943), - [anon_sym_thread] = ACTIONS(2943), - [anon_sym_atomic] = ACTIONS(2943), - [anon_sym_assert] = ACTIONS(2943), - [anon_sym_defer] = ACTIONS(2943), - [anon_sym_goto] = ACTIONS(2943), - [anon_sym_break] = ACTIONS(2943), - [anon_sym_continue] = ACTIONS(2943), - [anon_sym_return] = ACTIONS(2943), - [anon_sym_DOLLARfor] = ACTIONS(2943), - [anon_sym_for] = ACTIONS(2943), - [anon_sym_POUND] = ACTIONS(2943), - [anon_sym_asm] = ACTIONS(2943), - [anon_sym_AT_LBRACK] = ACTIONS(2943), - [sym___double_quote] = ACTIONS(2943), - [sym___single_quote] = ACTIONS(2943), - [sym___c_double_quote] = ACTIONS(2943), - [sym___c_single_quote] = ACTIONS(2943), - [sym___r_double_quote] = ACTIONS(2943), - [sym___r_single_quote] = ACTIONS(2943), + [sym__expression] = STATE(1625), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(534), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2909), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(301), + [anon_sym_LBRACE] = ACTIONS(2911), + [anon_sym_LPAREN] = ACTIONS(307), + [anon_sym_fn] = ACTIONS(309), + [anon_sym_PLUS] = ACTIONS(311), + [anon_sym_DASH] = ACTIONS(311), + [anon_sym_STAR] = ACTIONS(313), + [anon_sym_struct] = ACTIONS(315), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(317), + [anon_sym_go] = ACTIONS(319), + [anon_sym_spawn] = ACTIONS(321), + [anon_sym_json_DOTdecode] = ACTIONS(323), + [anon_sym_LBRACK2] = ACTIONS(325), + [anon_sym_TILDE] = ACTIONS(311), + [anon_sym_CARET] = ACTIONS(311), + [anon_sym_AMP] = ACTIONS(327), + [anon_sym_LT_DASH] = ACTIONS(329), + [sym_none] = ACTIONS(331), + [sym_true] = ACTIONS(331), + [sym_false] = ACTIONS(331), + [sym_nil] = ACTIONS(331), + [anon_sym_if] = ACTIONS(333), + [anon_sym_DOLLARif] = ACTIONS(335), + [anon_sym_match] = ACTIONS(337), + [anon_sym_select] = ACTIONS(339), + [anon_sym_lock] = ACTIONS(341), + [anon_sym_rlock] = ACTIONS(341), + [anon_sym_unsafe] = ACTIONS(343), + [anon_sym_sql] = ACTIONS(345), + [sym_int_literal] = ACTIONS(331), + [sym_float_literal] = ACTIONS(347), + [sym_rune_literal] = ACTIONS(347), + [anon_sym_AT] = ACTIONS(349), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(371), + [sym___single_quote] = ACTIONS(373), + [sym___c_double_quote] = ACTIONS(375), + [sym___c_single_quote] = ACTIONS(377), + [sym___r_double_quote] = ACTIONS(379), + [sym___r_single_quote] = ACTIONS(381), }, [889] = { - [ts_builtin_sym_end] = ACTIONS(2947), - [sym_identifier] = ACTIONS(2949), - [anon_sym_LF] = ACTIONS(2949), - [anon_sym_CR] = ACTIONS(2949), - [anon_sym_CR_LF] = ACTIONS(2949), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2951), - [anon_sym_as] = ACTIONS(2951), - [anon_sym_LBRACE] = ACTIONS(2949), - [anon_sym_COMMA] = ACTIONS(2951), - [anon_sym_const] = ACTIONS(2949), - [anon_sym_LPAREN] = ACTIONS(2951), - [anon_sym_EQ] = ACTIONS(2951), - [anon_sym___global] = ACTIONS(2949), - [anon_sym_type] = ACTIONS(2949), - [anon_sym_PIPE] = ACTIONS(2951), - [anon_sym_fn] = ACTIONS(2949), - [anon_sym_PLUS] = ACTIONS(2951), - [anon_sym_DASH] = ACTIONS(2951), - [anon_sym_STAR] = ACTIONS(2951), - [anon_sym_SLASH] = ACTIONS(2951), - [anon_sym_PERCENT] = ACTIONS(2951), - [anon_sym_LT] = ACTIONS(2951), - [anon_sym_GT] = ACTIONS(2951), - [anon_sym_EQ_EQ] = ACTIONS(2951), - [anon_sym_BANG_EQ] = ACTIONS(2951), - [anon_sym_LT_EQ] = ACTIONS(2951), - [anon_sym_GT_EQ] = ACTIONS(2951), - [anon_sym_LBRACK] = ACTIONS(2954), - [anon_sym_struct] = ACTIONS(2949), - [anon_sym_union] = ACTIONS(2949), - [anon_sym_pub] = ACTIONS(2949), - [anon_sym_mut] = ACTIONS(2949), - [anon_sym_enum] = ACTIONS(2949), - [anon_sym_interface] = ACTIONS(2949), - [anon_sym_PLUS_PLUS] = ACTIONS(2951), - [anon_sym_DASH_DASH] = ACTIONS(2951), - [anon_sym_QMARK] = ACTIONS(2951), - [anon_sym_BANG] = ACTIONS(2951), - [anon_sym_go] = ACTIONS(2949), - [anon_sym_spawn] = ACTIONS(2949), - [anon_sym_json_DOTdecode] = ACTIONS(2949), - [anon_sym_LBRACK2] = ACTIONS(2951), - [anon_sym_TILDE] = ACTIONS(2949), - [anon_sym_CARET] = ACTIONS(2951), - [anon_sym_AMP] = ACTIONS(2951), - [anon_sym_LT_DASH] = ACTIONS(2949), - [anon_sym_LT_LT] = ACTIONS(2951), - [anon_sym_GT_GT] = ACTIONS(2951), - [anon_sym_GT_GT_GT] = ACTIONS(2951), - [anon_sym_AMP_CARET] = ACTIONS(2951), - [anon_sym_AMP_AMP] = ACTIONS(2951), - [anon_sym_PIPE_PIPE] = ACTIONS(2951), - [anon_sym_or] = ACTIONS(2951), - [sym_none] = ACTIONS(2949), - [sym_true] = ACTIONS(2949), - [sym_false] = ACTIONS(2949), - [sym_nil] = ACTIONS(2949), - [anon_sym_QMARK_DOT] = ACTIONS(2951), - [anon_sym_POUND_LBRACK] = ACTIONS(2951), - [anon_sym_if] = ACTIONS(2949), - [anon_sym_DOLLARif] = ACTIONS(2949), - [anon_sym_is] = ACTIONS(2951), - [anon_sym_BANGis] = ACTIONS(2951), - [anon_sym_in] = ACTIONS(2951), - [anon_sym_BANGin] = ACTIONS(2951), - [anon_sym_match] = ACTIONS(2949), - [anon_sym_select] = ACTIONS(2949), - [anon_sym_STAR_EQ] = ACTIONS(2951), - [anon_sym_SLASH_EQ] = ACTIONS(2951), - [anon_sym_PERCENT_EQ] = ACTIONS(2951), - [anon_sym_LT_LT_EQ] = ACTIONS(2951), - [anon_sym_GT_GT_EQ] = ACTIONS(2951), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2951), - [anon_sym_AMP_EQ] = ACTIONS(2951), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2951), - [anon_sym_PLUS_EQ] = ACTIONS(2951), - [anon_sym_DASH_EQ] = ACTIONS(2951), - [anon_sym_PIPE_EQ] = ACTIONS(2951), - [anon_sym_CARET_EQ] = ACTIONS(2951), - [anon_sym_COLON_EQ] = ACTIONS(2951), - [anon_sym_lock] = ACTIONS(2949), - [anon_sym_rlock] = ACTIONS(2949), - [anon_sym_unsafe] = ACTIONS(2949), - [anon_sym_sql] = ACTIONS(2949), - [sym_int_literal] = ACTIONS(2949), - [sym_float_literal] = ACTIONS(2949), - [sym_rune_literal] = ACTIONS(2949), - [anon_sym_AT] = ACTIONS(2949), - [anon_sym_shared] = ACTIONS(2949), - [anon_sym_map_LBRACK] = ACTIONS(2949), - [anon_sym_chan] = ACTIONS(2949), - [anon_sym_thread] = ACTIONS(2949), - [anon_sym_atomic] = ACTIONS(2949), - [anon_sym_assert] = ACTIONS(2949), - [anon_sym_defer] = ACTIONS(2949), - [anon_sym_goto] = ACTIONS(2949), - [anon_sym_break] = ACTIONS(2949), - [anon_sym_continue] = ACTIONS(2949), - [anon_sym_return] = ACTIONS(2949), - [anon_sym_DOLLARfor] = ACTIONS(2949), - [anon_sym_for] = ACTIONS(2949), - [anon_sym_POUND] = ACTIONS(2949), - [anon_sym_asm] = ACTIONS(2949), - [anon_sym_AT_LBRACK] = ACTIONS(2949), - [sym___double_quote] = ACTIONS(2949), - [sym___single_quote] = ACTIONS(2949), - [sym___c_double_quote] = ACTIONS(2949), - [sym___c_single_quote] = ACTIONS(2949), - [sym___r_double_quote] = ACTIONS(2949), - [sym___r_single_quote] = ACTIONS(2949), + [sym__expression] = STATE(1624), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(534), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2909), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(301), + [anon_sym_LBRACE] = ACTIONS(2911), + [anon_sym_LPAREN] = ACTIONS(307), + [anon_sym_fn] = ACTIONS(309), + [anon_sym_PLUS] = ACTIONS(311), + [anon_sym_DASH] = ACTIONS(311), + [anon_sym_STAR] = ACTIONS(313), + [anon_sym_struct] = ACTIONS(315), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(317), + [anon_sym_go] = ACTIONS(319), + [anon_sym_spawn] = ACTIONS(321), + [anon_sym_json_DOTdecode] = ACTIONS(323), + [anon_sym_LBRACK2] = ACTIONS(325), + [anon_sym_TILDE] = ACTIONS(311), + [anon_sym_CARET] = ACTIONS(311), + [anon_sym_AMP] = ACTIONS(327), + [anon_sym_LT_DASH] = ACTIONS(329), + [sym_none] = ACTIONS(331), + [sym_true] = ACTIONS(331), + [sym_false] = ACTIONS(331), + [sym_nil] = ACTIONS(331), + [anon_sym_if] = ACTIONS(333), + [anon_sym_DOLLARif] = ACTIONS(335), + [anon_sym_match] = ACTIONS(337), + [anon_sym_select] = ACTIONS(339), + [anon_sym_lock] = ACTIONS(341), + [anon_sym_rlock] = ACTIONS(341), + [anon_sym_unsafe] = ACTIONS(343), + [anon_sym_sql] = ACTIONS(345), + [sym_int_literal] = ACTIONS(331), + [sym_float_literal] = ACTIONS(347), + [sym_rune_literal] = ACTIONS(347), + [anon_sym_AT] = ACTIONS(349), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(371), + [sym___single_quote] = ACTIONS(373), + [sym___c_double_quote] = ACTIONS(375), + [sym___c_single_quote] = ACTIONS(377), + [sym___r_double_quote] = ACTIONS(379), + [sym___r_single_quote] = ACTIONS(381), }, [890] = { - [ts_builtin_sym_end] = ACTIONS(2957), - [sym_identifier] = ACTIONS(2959), - [anon_sym_LF] = ACTIONS(2959), - [anon_sym_CR] = ACTIONS(2959), - [anon_sym_CR_LF] = ACTIONS(2959), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2959), - [anon_sym_as] = ACTIONS(2959), - [anon_sym_LBRACE] = ACTIONS(2959), - [anon_sym_COMMA] = ACTIONS(2959), - [anon_sym_const] = ACTIONS(2959), - [anon_sym_LPAREN] = ACTIONS(2959), - [anon_sym_EQ] = ACTIONS(2959), - [anon_sym___global] = ACTIONS(2959), - [anon_sym_type] = ACTIONS(2959), - [anon_sym_PIPE] = ACTIONS(2959), - [anon_sym_fn] = ACTIONS(2959), - [anon_sym_PLUS] = ACTIONS(2959), - [anon_sym_DASH] = ACTIONS(2959), - [anon_sym_STAR] = ACTIONS(2959), - [anon_sym_SLASH] = ACTIONS(2959), - [anon_sym_PERCENT] = ACTIONS(2959), - [anon_sym_LT] = ACTIONS(2959), - [anon_sym_GT] = ACTIONS(2959), - [anon_sym_EQ_EQ] = ACTIONS(2959), - [anon_sym_BANG_EQ] = ACTIONS(2959), - [anon_sym_LT_EQ] = ACTIONS(2959), - [anon_sym_GT_EQ] = ACTIONS(2959), - [anon_sym_LBRACK] = ACTIONS(2957), - [anon_sym_struct] = ACTIONS(2959), - [anon_sym_union] = ACTIONS(2959), - [anon_sym_pub] = ACTIONS(2959), - [anon_sym_mut] = ACTIONS(2959), - [anon_sym_enum] = ACTIONS(2959), - [anon_sym_interface] = ACTIONS(2959), - [anon_sym_PLUS_PLUS] = ACTIONS(2959), - [anon_sym_DASH_DASH] = ACTIONS(2959), - [anon_sym_QMARK] = ACTIONS(2959), - [anon_sym_BANG] = ACTIONS(2959), - [anon_sym_go] = ACTIONS(2959), - [anon_sym_spawn] = ACTIONS(2959), - [anon_sym_json_DOTdecode] = ACTIONS(2959), - [anon_sym_LBRACK2] = ACTIONS(2959), - [anon_sym_TILDE] = ACTIONS(2959), - [anon_sym_CARET] = ACTIONS(2959), - [anon_sym_AMP] = ACTIONS(2959), - [anon_sym_LT_DASH] = ACTIONS(2959), - [anon_sym_LT_LT] = ACTIONS(2959), - [anon_sym_GT_GT] = ACTIONS(2959), - [anon_sym_GT_GT_GT] = ACTIONS(2959), - [anon_sym_AMP_CARET] = ACTIONS(2959), - [anon_sym_AMP_AMP] = ACTIONS(2959), - [anon_sym_PIPE_PIPE] = ACTIONS(2959), - [anon_sym_or] = ACTIONS(2959), - [sym_none] = ACTIONS(2959), - [sym_true] = ACTIONS(2959), - [sym_false] = ACTIONS(2959), - [sym_nil] = ACTIONS(2959), - [anon_sym_QMARK_DOT] = ACTIONS(2959), - [anon_sym_POUND_LBRACK] = ACTIONS(2959), - [anon_sym_if] = ACTIONS(2959), - [anon_sym_DOLLARif] = ACTIONS(2959), - [anon_sym_is] = ACTIONS(2959), - [anon_sym_BANGis] = ACTIONS(2959), - [anon_sym_in] = ACTIONS(2959), - [anon_sym_BANGin] = ACTIONS(2959), - [anon_sym_match] = ACTIONS(2959), - [anon_sym_select] = ACTIONS(2959), - [anon_sym_STAR_EQ] = ACTIONS(2959), - [anon_sym_SLASH_EQ] = ACTIONS(2959), - [anon_sym_PERCENT_EQ] = ACTIONS(2959), - [anon_sym_LT_LT_EQ] = ACTIONS(2959), - [anon_sym_GT_GT_EQ] = ACTIONS(2959), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2959), - [anon_sym_AMP_EQ] = ACTIONS(2959), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2959), - [anon_sym_PLUS_EQ] = ACTIONS(2959), - [anon_sym_DASH_EQ] = ACTIONS(2959), - [anon_sym_PIPE_EQ] = ACTIONS(2959), - [anon_sym_CARET_EQ] = ACTIONS(2959), - [anon_sym_COLON_EQ] = ACTIONS(2959), - [anon_sym_lock] = ACTIONS(2959), - [anon_sym_rlock] = ACTIONS(2959), - [anon_sym_unsafe] = ACTIONS(2959), - [anon_sym_sql] = ACTIONS(2959), - [sym_int_literal] = ACTIONS(2959), - [sym_float_literal] = ACTIONS(2959), - [sym_rune_literal] = ACTIONS(2959), - [anon_sym_AT] = ACTIONS(2959), - [anon_sym_shared] = ACTIONS(2959), - [anon_sym_map_LBRACK] = ACTIONS(2959), - [anon_sym_chan] = ACTIONS(2959), - [anon_sym_thread] = ACTIONS(2959), - [anon_sym_atomic] = ACTIONS(2959), - [anon_sym_assert] = ACTIONS(2959), - [anon_sym_defer] = ACTIONS(2959), - [anon_sym_goto] = ACTIONS(2959), - [anon_sym_break] = ACTIONS(2959), - [anon_sym_continue] = ACTIONS(2959), - [anon_sym_return] = ACTIONS(2959), - [anon_sym_DOLLARfor] = ACTIONS(2959), - [anon_sym_for] = ACTIONS(2959), - [anon_sym_POUND] = ACTIONS(2959), - [anon_sym_asm] = ACTIONS(2959), - [anon_sym_AT_LBRACK] = ACTIONS(2959), - [sym___double_quote] = ACTIONS(2959), - [sym___single_quote] = ACTIONS(2959), - [sym___c_double_quote] = ACTIONS(2959), - [sym___c_single_quote] = ACTIONS(2959), - [sym___r_double_quote] = ACTIONS(2959), - [sym___r_single_quote] = ACTIONS(2959), + [sym__expression] = STATE(229), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_mutability_modifiers] = STATE(944), + [sym_plain_type] = STATE(4219), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2484), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(2486), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_fn] = ACTIONS(475), + [anon_sym_PLUS] = ACTIONS(27), + [anon_sym_DASH] = ACTIONS(27), + [anon_sym_STAR] = ACTIONS(29), + [anon_sym_struct] = ACTIONS(477), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(45), + [anon_sym_go] = ACTIONS(47), + [anon_sym_spawn] = ACTIONS(49), + [anon_sym_json_DOTdecode] = ACTIONS(51), + [anon_sym_LBRACK2] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(27), + [anon_sym_CARET] = ACTIONS(27), + [anon_sym_AMP] = ACTIONS(55), + [anon_sym_LT_DASH] = ACTIONS(57), + [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(59), + [sym_false] = ACTIONS(59), + [sym_nil] = ACTIONS(59), + [anon_sym_if] = ACTIONS(61), + [anon_sym_DOLLARif] = ACTIONS(63), + [anon_sym_match] = ACTIONS(65), + [anon_sym_select] = ACTIONS(67), + [anon_sym_lock] = ACTIONS(69), + [anon_sym_rlock] = ACTIONS(69), + [anon_sym_unsafe] = ACTIONS(71), + [anon_sym_sql] = ACTIONS(73), + [sym_int_literal] = ACTIONS(59), + [sym_float_literal] = ACTIONS(75), + [sym_rune_literal] = ACTIONS(75), + [anon_sym_AT] = ACTIONS(77), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(111), + [sym___single_quote] = ACTIONS(113), + [sym___c_double_quote] = ACTIONS(115), + [sym___c_single_quote] = ACTIONS(117), + [sym___r_double_quote] = ACTIONS(119), + [sym___r_single_quote] = ACTIONS(121), }, [891] = { - [ts_builtin_sym_end] = ACTIONS(2961), - [sym_identifier] = ACTIONS(2963), - [anon_sym_LF] = ACTIONS(2963), - [anon_sym_CR] = ACTIONS(2963), - [anon_sym_CR_LF] = ACTIONS(2963), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2963), - [anon_sym_as] = ACTIONS(2963), - [anon_sym_LBRACE] = ACTIONS(2963), - [anon_sym_COMMA] = ACTIONS(2963), - [anon_sym_const] = ACTIONS(2963), - [anon_sym_LPAREN] = ACTIONS(2963), - [anon_sym_EQ] = ACTIONS(2963), - [anon_sym___global] = ACTIONS(2963), - [anon_sym_type] = ACTIONS(2963), - [anon_sym_PIPE] = ACTIONS(2963), - [anon_sym_fn] = ACTIONS(2963), - [anon_sym_PLUS] = ACTIONS(2963), - [anon_sym_DASH] = ACTIONS(2963), - [anon_sym_STAR] = ACTIONS(2963), - [anon_sym_SLASH] = ACTIONS(2963), - [anon_sym_PERCENT] = ACTIONS(2963), - [anon_sym_LT] = ACTIONS(2963), - [anon_sym_GT] = ACTIONS(2963), - [anon_sym_EQ_EQ] = ACTIONS(2963), - [anon_sym_BANG_EQ] = ACTIONS(2963), - [anon_sym_LT_EQ] = ACTIONS(2963), - [anon_sym_GT_EQ] = ACTIONS(2963), - [anon_sym_LBRACK] = ACTIONS(2961), - [anon_sym_struct] = ACTIONS(2963), - [anon_sym_union] = ACTIONS(2963), - [anon_sym_pub] = ACTIONS(2963), - [anon_sym_mut] = ACTIONS(2963), - [anon_sym_enum] = ACTIONS(2963), - [anon_sym_interface] = ACTIONS(2963), - [anon_sym_PLUS_PLUS] = ACTIONS(2963), - [anon_sym_DASH_DASH] = ACTIONS(2963), - [anon_sym_QMARK] = ACTIONS(2963), - [anon_sym_BANG] = ACTIONS(2963), - [anon_sym_go] = ACTIONS(2963), - [anon_sym_spawn] = ACTIONS(2963), - [anon_sym_json_DOTdecode] = ACTIONS(2963), - [anon_sym_LBRACK2] = ACTIONS(2963), - [anon_sym_TILDE] = ACTIONS(2963), - [anon_sym_CARET] = ACTIONS(2963), - [anon_sym_AMP] = ACTIONS(2963), - [anon_sym_LT_DASH] = ACTIONS(2963), - [anon_sym_LT_LT] = ACTIONS(2963), - [anon_sym_GT_GT] = ACTIONS(2963), - [anon_sym_GT_GT_GT] = ACTIONS(2963), - [anon_sym_AMP_CARET] = ACTIONS(2963), - [anon_sym_AMP_AMP] = ACTIONS(2963), - [anon_sym_PIPE_PIPE] = ACTIONS(2963), - [anon_sym_or] = ACTIONS(2963), - [sym_none] = ACTIONS(2963), - [sym_true] = ACTIONS(2963), - [sym_false] = ACTIONS(2963), - [sym_nil] = ACTIONS(2963), - [anon_sym_QMARK_DOT] = ACTIONS(2963), - [anon_sym_POUND_LBRACK] = ACTIONS(2963), - [anon_sym_if] = ACTIONS(2963), - [anon_sym_DOLLARif] = ACTIONS(2963), - [anon_sym_is] = ACTIONS(2963), - [anon_sym_BANGis] = ACTIONS(2963), - [anon_sym_in] = ACTIONS(2963), - [anon_sym_BANGin] = ACTIONS(2963), - [anon_sym_match] = ACTIONS(2963), - [anon_sym_select] = ACTIONS(2963), - [anon_sym_STAR_EQ] = ACTIONS(2963), - [anon_sym_SLASH_EQ] = ACTIONS(2963), - [anon_sym_PERCENT_EQ] = ACTIONS(2963), - [anon_sym_LT_LT_EQ] = ACTIONS(2963), - [anon_sym_GT_GT_EQ] = ACTIONS(2963), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2963), - [anon_sym_AMP_EQ] = ACTIONS(2963), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2963), - [anon_sym_PLUS_EQ] = ACTIONS(2963), - [anon_sym_DASH_EQ] = ACTIONS(2963), - [anon_sym_PIPE_EQ] = ACTIONS(2963), - [anon_sym_CARET_EQ] = ACTIONS(2963), - [anon_sym_COLON_EQ] = ACTIONS(2963), - [anon_sym_lock] = ACTIONS(2963), - [anon_sym_rlock] = ACTIONS(2963), - [anon_sym_unsafe] = ACTIONS(2963), - [anon_sym_sql] = ACTIONS(2963), - [sym_int_literal] = ACTIONS(2963), - [sym_float_literal] = ACTIONS(2963), - [sym_rune_literal] = ACTIONS(2963), - [anon_sym_AT] = ACTIONS(2963), - [anon_sym_shared] = ACTIONS(2963), - [anon_sym_map_LBRACK] = ACTIONS(2963), - [anon_sym_chan] = ACTIONS(2963), - [anon_sym_thread] = ACTIONS(2963), - [anon_sym_atomic] = ACTIONS(2963), - [anon_sym_assert] = ACTIONS(2963), - [anon_sym_defer] = ACTIONS(2963), - [anon_sym_goto] = ACTIONS(2963), - [anon_sym_break] = ACTIONS(2963), - [anon_sym_continue] = ACTIONS(2963), - [anon_sym_return] = ACTIONS(2963), - [anon_sym_DOLLARfor] = ACTIONS(2963), - [anon_sym_for] = ACTIONS(2963), - [anon_sym_POUND] = ACTIONS(2963), - [anon_sym_asm] = ACTIONS(2963), - [anon_sym_AT_LBRACK] = ACTIONS(2963), - [sym___double_quote] = ACTIONS(2963), - [sym___single_quote] = ACTIONS(2963), - [sym___c_double_quote] = ACTIONS(2963), - [sym___c_single_quote] = ACTIONS(2963), - [sym___r_double_quote] = ACTIONS(2963), - [sym___r_single_quote] = ACTIONS(2963), + [sym__expression] = STATE(2691), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3681), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2166), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2168), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2174), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [892] = { - [ts_builtin_sym_end] = ACTIONS(2965), - [sym_identifier] = ACTIONS(2967), - [anon_sym_LF] = ACTIONS(2967), - [anon_sym_CR] = ACTIONS(2967), - [anon_sym_CR_LF] = ACTIONS(2967), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2967), - [anon_sym_as] = ACTIONS(2967), - [anon_sym_LBRACE] = ACTIONS(2967), - [anon_sym_COMMA] = ACTIONS(2967), - [anon_sym_const] = ACTIONS(2967), - [anon_sym_LPAREN] = ACTIONS(2967), - [anon_sym_EQ] = ACTIONS(2967), - [anon_sym___global] = ACTIONS(2967), - [anon_sym_type] = ACTIONS(2967), - [anon_sym_PIPE] = ACTIONS(2967), - [anon_sym_fn] = ACTIONS(2967), - [anon_sym_PLUS] = ACTIONS(2967), - [anon_sym_DASH] = ACTIONS(2967), - [anon_sym_STAR] = ACTIONS(2967), - [anon_sym_SLASH] = ACTIONS(2967), - [anon_sym_PERCENT] = ACTIONS(2967), - [anon_sym_LT] = ACTIONS(2967), - [anon_sym_GT] = ACTIONS(2967), - [anon_sym_EQ_EQ] = ACTIONS(2967), - [anon_sym_BANG_EQ] = ACTIONS(2967), - [anon_sym_LT_EQ] = ACTIONS(2967), - [anon_sym_GT_EQ] = ACTIONS(2967), - [anon_sym_LBRACK] = ACTIONS(2965), - [anon_sym_struct] = ACTIONS(2967), - [anon_sym_union] = ACTIONS(2967), - [anon_sym_pub] = ACTIONS(2967), - [anon_sym_mut] = ACTIONS(2967), - [anon_sym_enum] = ACTIONS(2967), - [anon_sym_interface] = ACTIONS(2967), - [anon_sym_PLUS_PLUS] = ACTIONS(2967), - [anon_sym_DASH_DASH] = ACTIONS(2967), - [anon_sym_QMARK] = ACTIONS(2967), - [anon_sym_BANG] = ACTIONS(2967), - [anon_sym_go] = ACTIONS(2967), - [anon_sym_spawn] = ACTIONS(2967), - [anon_sym_json_DOTdecode] = ACTIONS(2967), - [anon_sym_LBRACK2] = ACTIONS(2967), - [anon_sym_TILDE] = ACTIONS(2967), - [anon_sym_CARET] = ACTIONS(2967), - [anon_sym_AMP] = ACTIONS(2967), - [anon_sym_LT_DASH] = ACTIONS(2967), - [anon_sym_LT_LT] = ACTIONS(2967), - [anon_sym_GT_GT] = ACTIONS(2967), - [anon_sym_GT_GT_GT] = ACTIONS(2967), - [anon_sym_AMP_CARET] = ACTIONS(2967), - [anon_sym_AMP_AMP] = ACTIONS(2967), - [anon_sym_PIPE_PIPE] = ACTIONS(2967), - [anon_sym_or] = ACTIONS(2967), - [sym_none] = ACTIONS(2967), - [sym_true] = ACTIONS(2967), - [sym_false] = ACTIONS(2967), - [sym_nil] = ACTIONS(2967), - [anon_sym_QMARK_DOT] = ACTIONS(2967), - [anon_sym_POUND_LBRACK] = ACTIONS(2967), - [anon_sym_if] = ACTIONS(2967), - [anon_sym_DOLLARif] = ACTIONS(2967), - [anon_sym_is] = ACTIONS(2967), - [anon_sym_BANGis] = ACTIONS(2967), - [anon_sym_in] = ACTIONS(2967), - [anon_sym_BANGin] = ACTIONS(2967), - [anon_sym_match] = ACTIONS(2967), - [anon_sym_select] = ACTIONS(2967), - [anon_sym_STAR_EQ] = ACTIONS(2967), - [anon_sym_SLASH_EQ] = ACTIONS(2967), - [anon_sym_PERCENT_EQ] = ACTIONS(2967), - [anon_sym_LT_LT_EQ] = ACTIONS(2967), - [anon_sym_GT_GT_EQ] = ACTIONS(2967), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2967), - [anon_sym_AMP_EQ] = ACTIONS(2967), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2967), - [anon_sym_PLUS_EQ] = ACTIONS(2967), - [anon_sym_DASH_EQ] = ACTIONS(2967), - [anon_sym_PIPE_EQ] = ACTIONS(2967), - [anon_sym_CARET_EQ] = ACTIONS(2967), - [anon_sym_COLON_EQ] = ACTIONS(2967), - [anon_sym_lock] = ACTIONS(2967), - [anon_sym_rlock] = ACTIONS(2967), - [anon_sym_unsafe] = ACTIONS(2967), - [anon_sym_sql] = ACTIONS(2967), - [sym_int_literal] = ACTIONS(2967), - [sym_float_literal] = ACTIONS(2967), - [sym_rune_literal] = ACTIONS(2967), - [anon_sym_AT] = ACTIONS(2967), - [anon_sym_shared] = ACTIONS(2967), - [anon_sym_map_LBRACK] = ACTIONS(2967), - [anon_sym_chan] = ACTIONS(2967), - [anon_sym_thread] = ACTIONS(2967), - [anon_sym_atomic] = ACTIONS(2967), - [anon_sym_assert] = ACTIONS(2967), - [anon_sym_defer] = ACTIONS(2967), - [anon_sym_goto] = ACTIONS(2967), - [anon_sym_break] = ACTIONS(2967), - [anon_sym_continue] = ACTIONS(2967), - [anon_sym_return] = ACTIONS(2967), - [anon_sym_DOLLARfor] = ACTIONS(2967), - [anon_sym_for] = ACTIONS(2967), - [anon_sym_POUND] = ACTIONS(2967), - [anon_sym_asm] = ACTIONS(2967), - [anon_sym_AT_LBRACK] = ACTIONS(2967), - [sym___double_quote] = ACTIONS(2967), - [sym___single_quote] = ACTIONS(2967), - [sym___c_double_quote] = ACTIONS(2967), - [sym___c_single_quote] = ACTIONS(2967), - [sym___r_double_quote] = ACTIONS(2967), - [sym___r_single_quote] = ACTIONS(2967), - }, - [893] = { - [ts_builtin_sym_end] = ACTIONS(2969), - [sym_identifier] = ACTIONS(2971), - [anon_sym_LF] = ACTIONS(2971), - [anon_sym_CR] = ACTIONS(2971), - [anon_sym_CR_LF] = ACTIONS(2971), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2973), - [anon_sym_as] = ACTIONS(2973), - [anon_sym_LBRACE] = ACTIONS(2971), - [anon_sym_COMMA] = ACTIONS(2973), - [anon_sym_const] = ACTIONS(2971), - [anon_sym_LPAREN] = ACTIONS(2973), - [anon_sym_EQ] = ACTIONS(2973), - [anon_sym___global] = ACTIONS(2971), - [anon_sym_type] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(2973), - [anon_sym_fn] = ACTIONS(2971), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2973), - [anon_sym_SLASH] = ACTIONS(2973), - [anon_sym_PERCENT] = ACTIONS(2973), - [anon_sym_LT] = ACTIONS(2973), - [anon_sym_GT] = ACTIONS(2973), - [anon_sym_EQ_EQ] = ACTIONS(2973), - [anon_sym_BANG_EQ] = ACTIONS(2973), - [anon_sym_LT_EQ] = ACTIONS(2973), - [anon_sym_GT_EQ] = ACTIONS(2973), - [anon_sym_LBRACK] = ACTIONS(2976), - [anon_sym_struct] = ACTIONS(2971), - [anon_sym_union] = ACTIONS(2971), - [anon_sym_pub] = ACTIONS(2971), - [anon_sym_mut] = ACTIONS(2971), - [anon_sym_enum] = ACTIONS(2971), - [anon_sym_interface] = ACTIONS(2971), - [anon_sym_PLUS_PLUS] = ACTIONS(2973), - [anon_sym_DASH_DASH] = ACTIONS(2973), - [anon_sym_QMARK] = ACTIONS(2973), - [anon_sym_BANG] = ACTIONS(2973), - [anon_sym_go] = ACTIONS(2971), - [anon_sym_spawn] = ACTIONS(2971), - [anon_sym_json_DOTdecode] = ACTIONS(2971), - [anon_sym_LBRACK2] = ACTIONS(2973), - [anon_sym_TILDE] = ACTIONS(2971), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2973), - [anon_sym_LT_DASH] = ACTIONS(2971), - [anon_sym_LT_LT] = ACTIONS(2973), - [anon_sym_GT_GT] = ACTIONS(2973), - [anon_sym_GT_GT_GT] = ACTIONS(2973), - [anon_sym_AMP_CARET] = ACTIONS(2973), - [anon_sym_AMP_AMP] = ACTIONS(2973), - [anon_sym_PIPE_PIPE] = ACTIONS(2973), - [anon_sym_or] = ACTIONS(2973), - [sym_none] = ACTIONS(2971), - [sym_true] = ACTIONS(2971), - [sym_false] = ACTIONS(2971), - [sym_nil] = ACTIONS(2971), - [anon_sym_QMARK_DOT] = ACTIONS(2973), - [anon_sym_POUND_LBRACK] = ACTIONS(2973), - [anon_sym_if] = ACTIONS(2971), - [anon_sym_DOLLARif] = ACTIONS(2971), - [anon_sym_is] = ACTIONS(2973), - [anon_sym_BANGis] = ACTIONS(2973), - [anon_sym_in] = ACTIONS(2973), - [anon_sym_BANGin] = ACTIONS(2973), - [anon_sym_match] = ACTIONS(2971), - [anon_sym_select] = ACTIONS(2971), - [anon_sym_STAR_EQ] = ACTIONS(2973), - [anon_sym_SLASH_EQ] = ACTIONS(2973), - [anon_sym_PERCENT_EQ] = ACTIONS(2973), - [anon_sym_LT_LT_EQ] = ACTIONS(2973), - [anon_sym_GT_GT_EQ] = ACTIONS(2973), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2973), - [anon_sym_AMP_EQ] = ACTIONS(2973), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2973), - [anon_sym_PLUS_EQ] = ACTIONS(2973), - [anon_sym_DASH_EQ] = ACTIONS(2973), - [anon_sym_PIPE_EQ] = ACTIONS(2973), - [anon_sym_CARET_EQ] = ACTIONS(2973), - [anon_sym_COLON_EQ] = ACTIONS(2973), - [anon_sym_lock] = ACTIONS(2971), - [anon_sym_rlock] = ACTIONS(2971), - [anon_sym_unsafe] = ACTIONS(2971), - [anon_sym_sql] = ACTIONS(2971), - [sym_int_literal] = ACTIONS(2971), - [sym_float_literal] = ACTIONS(2971), - [sym_rune_literal] = ACTIONS(2971), - [anon_sym_AT] = ACTIONS(2971), - [anon_sym_shared] = ACTIONS(2971), - [anon_sym_map_LBRACK] = ACTIONS(2971), - [anon_sym_chan] = ACTIONS(2971), - [anon_sym_thread] = ACTIONS(2971), - [anon_sym_atomic] = ACTIONS(2971), - [anon_sym_assert] = ACTIONS(2971), - [anon_sym_defer] = ACTIONS(2971), - [anon_sym_goto] = ACTIONS(2971), - [anon_sym_break] = ACTIONS(2971), - [anon_sym_continue] = ACTIONS(2971), - [anon_sym_return] = ACTIONS(2971), - [anon_sym_DOLLARfor] = ACTIONS(2971), - [anon_sym_for] = ACTIONS(2971), - [anon_sym_POUND] = ACTIONS(2971), - [anon_sym_asm] = ACTIONS(2971), - [anon_sym_AT_LBRACK] = ACTIONS(2971), - [sym___double_quote] = ACTIONS(2971), - [sym___single_quote] = ACTIONS(2971), - [sym___c_double_quote] = ACTIONS(2971), - [sym___c_single_quote] = ACTIONS(2971), - [sym___r_double_quote] = ACTIONS(2971), - [sym___r_single_quote] = ACTIONS(2971), + [sym__expression] = STATE(1621), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(534), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2909), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(301), + [anon_sym_LBRACE] = ACTIONS(2911), + [anon_sym_LPAREN] = ACTIONS(307), + [anon_sym_fn] = ACTIONS(309), + [anon_sym_PLUS] = ACTIONS(311), + [anon_sym_DASH] = ACTIONS(311), + [anon_sym_STAR] = ACTIONS(313), + [anon_sym_struct] = ACTIONS(315), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(317), + [anon_sym_go] = ACTIONS(319), + [anon_sym_spawn] = ACTIONS(321), + [anon_sym_json_DOTdecode] = ACTIONS(323), + [anon_sym_LBRACK2] = ACTIONS(325), + [anon_sym_TILDE] = ACTIONS(311), + [anon_sym_CARET] = ACTIONS(311), + [anon_sym_AMP] = ACTIONS(327), + [anon_sym_LT_DASH] = ACTIONS(329), + [sym_none] = ACTIONS(331), + [sym_true] = ACTIONS(331), + [sym_false] = ACTIONS(331), + [sym_nil] = ACTIONS(331), + [anon_sym_if] = ACTIONS(333), + [anon_sym_DOLLARif] = ACTIONS(335), + [anon_sym_match] = ACTIONS(337), + [anon_sym_select] = ACTIONS(339), + [anon_sym_lock] = ACTIONS(341), + [anon_sym_rlock] = ACTIONS(341), + [anon_sym_unsafe] = ACTIONS(343), + [anon_sym_sql] = ACTIONS(345), + [sym_int_literal] = ACTIONS(331), + [sym_float_literal] = ACTIONS(347), + [sym_rune_literal] = ACTIONS(347), + [anon_sym_AT] = ACTIONS(349), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(371), + [sym___single_quote] = ACTIONS(373), + [sym___c_double_quote] = ACTIONS(375), + [sym___c_single_quote] = ACTIONS(377), + [sym___r_double_quote] = ACTIONS(379), + [sym___r_single_quote] = ACTIONS(381), + }, + [893] = { + [sym__expression] = STATE(1617), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(534), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2909), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(301), + [anon_sym_LBRACE] = ACTIONS(2911), + [anon_sym_LPAREN] = ACTIONS(307), + [anon_sym_fn] = ACTIONS(309), + [anon_sym_PLUS] = ACTIONS(311), + [anon_sym_DASH] = ACTIONS(311), + [anon_sym_STAR] = ACTIONS(313), + [anon_sym_struct] = ACTIONS(315), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(317), + [anon_sym_go] = ACTIONS(319), + [anon_sym_spawn] = ACTIONS(321), + [anon_sym_json_DOTdecode] = ACTIONS(323), + [anon_sym_LBRACK2] = ACTIONS(325), + [anon_sym_TILDE] = ACTIONS(311), + [anon_sym_CARET] = ACTIONS(311), + [anon_sym_AMP] = ACTIONS(327), + [anon_sym_LT_DASH] = ACTIONS(329), + [sym_none] = ACTIONS(331), + [sym_true] = ACTIONS(331), + [sym_false] = ACTIONS(331), + [sym_nil] = ACTIONS(331), + [anon_sym_if] = ACTIONS(333), + [anon_sym_DOLLARif] = ACTIONS(335), + [anon_sym_match] = ACTIONS(337), + [anon_sym_select] = ACTIONS(339), + [anon_sym_lock] = ACTIONS(341), + [anon_sym_rlock] = ACTIONS(341), + [anon_sym_unsafe] = ACTIONS(343), + [anon_sym_sql] = ACTIONS(345), + [sym_int_literal] = ACTIONS(331), + [sym_float_literal] = ACTIONS(347), + [sym_rune_literal] = ACTIONS(347), + [anon_sym_AT] = ACTIONS(349), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(371), + [sym___single_quote] = ACTIONS(373), + [sym___c_double_quote] = ACTIONS(375), + [sym___c_single_quote] = ACTIONS(377), + [sym___r_double_quote] = ACTIONS(379), + [sym___r_single_quote] = ACTIONS(381), }, [894] = { - [ts_builtin_sym_end] = ACTIONS(2979), - [sym_identifier] = ACTIONS(2981), - [anon_sym_LF] = ACTIONS(2981), - [anon_sym_CR] = ACTIONS(2981), - [anon_sym_CR_LF] = ACTIONS(2981), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2981), - [anon_sym_as] = ACTIONS(2981), - [anon_sym_LBRACE] = ACTIONS(2981), - [anon_sym_COMMA] = ACTIONS(2981), - [anon_sym_const] = ACTIONS(2981), - [anon_sym_LPAREN] = ACTIONS(2981), - [anon_sym_EQ] = ACTIONS(2981), - [anon_sym___global] = ACTIONS(2981), - [anon_sym_type] = ACTIONS(2981), - [anon_sym_PIPE] = ACTIONS(2981), - [anon_sym_fn] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2981), - [anon_sym_DASH] = ACTIONS(2981), - [anon_sym_STAR] = ACTIONS(2981), - [anon_sym_SLASH] = ACTIONS(2981), - [anon_sym_PERCENT] = ACTIONS(2981), - [anon_sym_LT] = ACTIONS(2981), - [anon_sym_GT] = ACTIONS(2981), - [anon_sym_EQ_EQ] = ACTIONS(2981), - [anon_sym_BANG_EQ] = ACTIONS(2981), - [anon_sym_LT_EQ] = ACTIONS(2981), - [anon_sym_GT_EQ] = ACTIONS(2981), - [anon_sym_LBRACK] = ACTIONS(2979), - [anon_sym_struct] = ACTIONS(2981), - [anon_sym_union] = ACTIONS(2981), - [anon_sym_pub] = ACTIONS(2981), - [anon_sym_mut] = ACTIONS(2981), - [anon_sym_enum] = ACTIONS(2981), - [anon_sym_interface] = ACTIONS(2981), - [anon_sym_PLUS_PLUS] = ACTIONS(2981), - [anon_sym_DASH_DASH] = ACTIONS(2981), - [anon_sym_QMARK] = ACTIONS(2981), - [anon_sym_BANG] = ACTIONS(2981), - [anon_sym_go] = ACTIONS(2981), - [anon_sym_spawn] = ACTIONS(2981), - [anon_sym_json_DOTdecode] = ACTIONS(2981), - [anon_sym_LBRACK2] = ACTIONS(2981), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_CARET] = ACTIONS(2981), - [anon_sym_AMP] = ACTIONS(2981), - [anon_sym_LT_DASH] = ACTIONS(2981), - [anon_sym_LT_LT] = ACTIONS(2981), - [anon_sym_GT_GT] = ACTIONS(2981), - [anon_sym_GT_GT_GT] = ACTIONS(2981), - [anon_sym_AMP_CARET] = ACTIONS(2981), - [anon_sym_AMP_AMP] = ACTIONS(2981), - [anon_sym_PIPE_PIPE] = ACTIONS(2981), - [anon_sym_or] = ACTIONS(2981), - [sym_none] = ACTIONS(2981), - [sym_true] = ACTIONS(2981), - [sym_false] = ACTIONS(2981), - [sym_nil] = ACTIONS(2981), - [anon_sym_QMARK_DOT] = ACTIONS(2981), - [anon_sym_POUND_LBRACK] = ACTIONS(2981), - [anon_sym_if] = ACTIONS(2981), - [anon_sym_DOLLARif] = ACTIONS(2981), - [anon_sym_is] = ACTIONS(2981), - [anon_sym_BANGis] = ACTIONS(2981), - [anon_sym_in] = ACTIONS(2981), - [anon_sym_BANGin] = ACTIONS(2981), - [anon_sym_match] = ACTIONS(2981), - [anon_sym_select] = ACTIONS(2981), - [anon_sym_STAR_EQ] = ACTIONS(2981), - [anon_sym_SLASH_EQ] = ACTIONS(2981), - [anon_sym_PERCENT_EQ] = ACTIONS(2981), - [anon_sym_LT_LT_EQ] = ACTIONS(2981), - [anon_sym_GT_GT_EQ] = ACTIONS(2981), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2981), - [anon_sym_AMP_EQ] = ACTIONS(2981), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2981), - [anon_sym_PLUS_EQ] = ACTIONS(2981), - [anon_sym_DASH_EQ] = ACTIONS(2981), - [anon_sym_PIPE_EQ] = ACTIONS(2981), - [anon_sym_CARET_EQ] = ACTIONS(2981), - [anon_sym_COLON_EQ] = ACTIONS(2981), - [anon_sym_lock] = ACTIONS(2981), - [anon_sym_rlock] = ACTIONS(2981), - [anon_sym_unsafe] = ACTIONS(2981), - [anon_sym_sql] = ACTIONS(2981), - [sym_int_literal] = ACTIONS(2981), - [sym_float_literal] = ACTIONS(2981), - [sym_rune_literal] = ACTIONS(2981), - [anon_sym_AT] = ACTIONS(2981), - [anon_sym_shared] = ACTIONS(2981), - [anon_sym_map_LBRACK] = ACTIONS(2981), - [anon_sym_chan] = ACTIONS(2981), - [anon_sym_thread] = ACTIONS(2981), - [anon_sym_atomic] = ACTIONS(2981), - [anon_sym_assert] = ACTIONS(2981), - [anon_sym_defer] = ACTIONS(2981), - [anon_sym_goto] = ACTIONS(2981), - [anon_sym_break] = ACTIONS(2981), - [anon_sym_continue] = ACTIONS(2981), - [anon_sym_return] = ACTIONS(2981), - [anon_sym_DOLLARfor] = ACTIONS(2981), - [anon_sym_for] = ACTIONS(2981), - [anon_sym_POUND] = ACTIONS(2981), - [anon_sym_asm] = ACTIONS(2981), - [anon_sym_AT_LBRACK] = ACTIONS(2981), - [sym___double_quote] = ACTIONS(2981), - [sym___single_quote] = ACTIONS(2981), - [sym___c_double_quote] = ACTIONS(2981), - [sym___c_single_quote] = ACTIONS(2981), - [sym___r_double_quote] = ACTIONS(2981), - [sym___r_single_quote] = ACTIONS(2981), + [sym__expression] = STATE(1616), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(534), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2909), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(301), + [anon_sym_LBRACE] = ACTIONS(2911), + [anon_sym_LPAREN] = ACTIONS(307), + [anon_sym_fn] = ACTIONS(309), + [anon_sym_PLUS] = ACTIONS(311), + [anon_sym_DASH] = ACTIONS(311), + [anon_sym_STAR] = ACTIONS(313), + [anon_sym_struct] = ACTIONS(315), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(317), + [anon_sym_go] = ACTIONS(319), + [anon_sym_spawn] = ACTIONS(321), + [anon_sym_json_DOTdecode] = ACTIONS(323), + [anon_sym_LBRACK2] = ACTIONS(325), + [anon_sym_TILDE] = ACTIONS(311), + [anon_sym_CARET] = ACTIONS(311), + [anon_sym_AMP] = ACTIONS(327), + [anon_sym_LT_DASH] = ACTIONS(329), + [sym_none] = ACTIONS(331), + [sym_true] = ACTIONS(331), + [sym_false] = ACTIONS(331), + [sym_nil] = ACTIONS(331), + [anon_sym_if] = ACTIONS(333), + [anon_sym_DOLLARif] = ACTIONS(335), + [anon_sym_match] = ACTIONS(337), + [anon_sym_select] = ACTIONS(339), + [anon_sym_lock] = ACTIONS(341), + [anon_sym_rlock] = ACTIONS(341), + [anon_sym_unsafe] = ACTIONS(343), + [anon_sym_sql] = ACTIONS(345), + [sym_int_literal] = ACTIONS(331), + [sym_float_literal] = ACTIONS(347), + [sym_rune_literal] = ACTIONS(347), + [anon_sym_AT] = ACTIONS(349), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(371), + [sym___single_quote] = ACTIONS(373), + [sym___c_double_quote] = ACTIONS(375), + [sym___c_single_quote] = ACTIONS(377), + [sym___r_double_quote] = ACTIONS(379), + [sym___r_single_quote] = ACTIONS(381), }, [895] = { - [ts_builtin_sym_end] = ACTIONS(2698), - [sym_identifier] = ACTIONS(2700), - [anon_sym_LF] = ACTIONS(2700), - [anon_sym_CR] = ACTIONS(2700), - [anon_sym_CR_LF] = ACTIONS(2700), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2700), - [anon_sym_as] = ACTIONS(2700), - [anon_sym_LBRACE] = ACTIONS(2700), - [anon_sym_COMMA] = ACTIONS(2700), - [anon_sym_const] = ACTIONS(2700), - [anon_sym_LPAREN] = ACTIONS(2700), - [anon_sym_EQ] = ACTIONS(2700), - [anon_sym___global] = ACTIONS(2700), - [anon_sym_type] = ACTIONS(2700), - [anon_sym_PIPE] = ACTIONS(2700), - [anon_sym_fn] = ACTIONS(2700), - [anon_sym_PLUS] = ACTIONS(2700), - [anon_sym_DASH] = ACTIONS(2700), - [anon_sym_STAR] = ACTIONS(2700), - [anon_sym_SLASH] = ACTIONS(2700), - [anon_sym_PERCENT] = ACTIONS(2700), - [anon_sym_LT] = ACTIONS(2700), - [anon_sym_GT] = ACTIONS(2700), - [anon_sym_EQ_EQ] = ACTIONS(2700), - [anon_sym_BANG_EQ] = ACTIONS(2700), - [anon_sym_LT_EQ] = ACTIONS(2700), - [anon_sym_GT_EQ] = ACTIONS(2700), - [anon_sym_LBRACK] = ACTIONS(2698), - [anon_sym_struct] = ACTIONS(2700), - [anon_sym_union] = ACTIONS(2700), - [anon_sym_pub] = ACTIONS(2700), - [anon_sym_mut] = ACTIONS(2700), - [anon_sym_enum] = ACTIONS(2700), - [anon_sym_interface] = ACTIONS(2700), - [anon_sym_PLUS_PLUS] = ACTIONS(2700), - [anon_sym_DASH_DASH] = ACTIONS(2700), - [anon_sym_QMARK] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_go] = ACTIONS(2700), - [anon_sym_spawn] = ACTIONS(2700), - [anon_sym_json_DOTdecode] = ACTIONS(2700), - [anon_sym_LBRACK2] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2700), - [anon_sym_CARET] = ACTIONS(2700), - [anon_sym_AMP] = ACTIONS(2700), - [anon_sym_LT_DASH] = ACTIONS(2700), - [anon_sym_LT_LT] = ACTIONS(2700), - [anon_sym_GT_GT] = ACTIONS(2700), - [anon_sym_GT_GT_GT] = ACTIONS(2700), - [anon_sym_AMP_CARET] = ACTIONS(2700), - [anon_sym_AMP_AMP] = ACTIONS(2700), - [anon_sym_PIPE_PIPE] = ACTIONS(2700), - [anon_sym_or] = ACTIONS(2700), - [sym_none] = ACTIONS(2700), - [sym_true] = ACTIONS(2700), - [sym_false] = ACTIONS(2700), - [sym_nil] = ACTIONS(2700), - [anon_sym_QMARK_DOT] = ACTIONS(2700), - [anon_sym_POUND_LBRACK] = ACTIONS(2700), - [anon_sym_if] = ACTIONS(2700), - [anon_sym_DOLLARif] = ACTIONS(2700), - [anon_sym_is] = ACTIONS(2700), - [anon_sym_BANGis] = ACTIONS(2700), - [anon_sym_in] = ACTIONS(2700), - [anon_sym_BANGin] = ACTIONS(2700), - [anon_sym_match] = ACTIONS(2700), - [anon_sym_select] = ACTIONS(2700), - [anon_sym_STAR_EQ] = ACTIONS(2700), - [anon_sym_SLASH_EQ] = ACTIONS(2700), - [anon_sym_PERCENT_EQ] = ACTIONS(2700), - [anon_sym_LT_LT_EQ] = ACTIONS(2700), - [anon_sym_GT_GT_EQ] = ACTIONS(2700), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2700), - [anon_sym_AMP_EQ] = ACTIONS(2700), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2700), - [anon_sym_PLUS_EQ] = ACTIONS(2700), - [anon_sym_DASH_EQ] = ACTIONS(2700), - [anon_sym_PIPE_EQ] = ACTIONS(2700), - [anon_sym_CARET_EQ] = ACTIONS(2700), - [anon_sym_COLON_EQ] = ACTIONS(2700), - [anon_sym_lock] = ACTIONS(2700), - [anon_sym_rlock] = ACTIONS(2700), - [anon_sym_unsafe] = ACTIONS(2700), - [anon_sym_sql] = ACTIONS(2700), - [sym_int_literal] = ACTIONS(2700), - [sym_float_literal] = ACTIONS(2700), - [sym_rune_literal] = ACTIONS(2700), - [anon_sym_AT] = ACTIONS(2700), - [anon_sym_shared] = ACTIONS(2700), - [anon_sym_map_LBRACK] = ACTIONS(2700), - [anon_sym_chan] = ACTIONS(2700), - [anon_sym_thread] = ACTIONS(2700), - [anon_sym_atomic] = ACTIONS(2700), - [anon_sym_assert] = ACTIONS(2700), - [anon_sym_defer] = ACTIONS(2700), - [anon_sym_goto] = ACTIONS(2700), - [anon_sym_break] = ACTIONS(2700), - [anon_sym_continue] = ACTIONS(2700), - [anon_sym_return] = ACTIONS(2700), - [anon_sym_DOLLARfor] = ACTIONS(2700), - [anon_sym_for] = ACTIONS(2700), - [anon_sym_POUND] = ACTIONS(2700), - [anon_sym_asm] = ACTIONS(2700), - [anon_sym_AT_LBRACK] = ACTIONS(2700), - [sym___double_quote] = ACTIONS(2700), - [sym___single_quote] = ACTIONS(2700), - [sym___c_double_quote] = ACTIONS(2700), - [sym___c_single_quote] = ACTIONS(2700), - [sym___r_double_quote] = ACTIONS(2700), - [sym___r_single_quote] = ACTIONS(2700), + [sym__expression] = STATE(2565), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4201), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1087), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_fn] = ACTIONS(1095), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_STAR] = ACTIONS(2775), + [anon_sym_struct] = ACTIONS(1101), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2777), + [anon_sym_go] = ACTIONS(1105), + [anon_sym_spawn] = ACTIONS(1107), + [anon_sym_json_DOTdecode] = ACTIONS(1109), + [anon_sym_LBRACK2] = ACTIONS(1111), + [anon_sym_TILDE] = ACTIONS(1097), + [anon_sym_CARET] = ACTIONS(1097), + [anon_sym_AMP] = ACTIONS(2779), + [anon_sym_LT_DASH] = ACTIONS(1115), + [sym_none] = ACTIONS(1117), + [sym_true] = ACTIONS(1117), + [sym_false] = ACTIONS(1117), + [sym_nil] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), + [anon_sym_DOLLARif] = ACTIONS(1123), + [anon_sym_match] = ACTIONS(1125), + [anon_sym_select] = ACTIONS(2622), + [anon_sym_lock] = ACTIONS(2624), + [anon_sym_rlock] = ACTIONS(2624), + [anon_sym_unsafe] = ACTIONS(1131), + [anon_sym_sql] = ACTIONS(1133), + [sym_int_literal] = ACTIONS(1117), + [sym_float_literal] = ACTIONS(1135), + [sym_rune_literal] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1139), + [sym___single_quote] = ACTIONS(1141), + [sym___c_double_quote] = ACTIONS(1143), + [sym___c_single_quote] = ACTIONS(1145), + [sym___r_double_quote] = ACTIONS(1147), + [sym___r_single_quote] = ACTIONS(1149), }, [896] = { - [ts_builtin_sym_end] = ACTIONS(2702), - [sym_identifier] = ACTIONS(2704), - [anon_sym_LF] = ACTIONS(2704), - [anon_sym_CR] = ACTIONS(2704), - [anon_sym_CR_LF] = ACTIONS(2704), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2704), - [anon_sym_as] = ACTIONS(2704), - [anon_sym_LBRACE] = ACTIONS(2704), - [anon_sym_COMMA] = ACTIONS(2704), - [anon_sym_const] = ACTIONS(2704), - [anon_sym_LPAREN] = ACTIONS(2704), - [anon_sym_EQ] = ACTIONS(2704), - [anon_sym___global] = ACTIONS(2704), - [anon_sym_type] = ACTIONS(2704), - [anon_sym_PIPE] = ACTIONS(2704), - [anon_sym_fn] = ACTIONS(2704), - [anon_sym_PLUS] = ACTIONS(2704), - [anon_sym_DASH] = ACTIONS(2704), - [anon_sym_STAR] = ACTIONS(2704), - [anon_sym_SLASH] = ACTIONS(2704), - [anon_sym_PERCENT] = ACTIONS(2704), - [anon_sym_LT] = ACTIONS(2704), - [anon_sym_GT] = ACTIONS(2704), - [anon_sym_EQ_EQ] = ACTIONS(2704), - [anon_sym_BANG_EQ] = ACTIONS(2704), - [anon_sym_LT_EQ] = ACTIONS(2704), - [anon_sym_GT_EQ] = ACTIONS(2704), - [anon_sym_LBRACK] = ACTIONS(2702), - [anon_sym_struct] = ACTIONS(2704), - [anon_sym_union] = ACTIONS(2704), - [anon_sym_pub] = ACTIONS(2704), - [anon_sym_mut] = ACTIONS(2704), - [anon_sym_enum] = ACTIONS(2704), - [anon_sym_interface] = ACTIONS(2704), - [anon_sym_PLUS_PLUS] = ACTIONS(2704), - [anon_sym_DASH_DASH] = ACTIONS(2704), - [anon_sym_QMARK] = ACTIONS(2704), - [anon_sym_BANG] = ACTIONS(2704), - [anon_sym_go] = ACTIONS(2704), - [anon_sym_spawn] = ACTIONS(2704), - [anon_sym_json_DOTdecode] = ACTIONS(2704), - [anon_sym_LBRACK2] = ACTIONS(2704), - [anon_sym_TILDE] = ACTIONS(2704), - [anon_sym_CARET] = ACTIONS(2704), - [anon_sym_AMP] = ACTIONS(2704), - [anon_sym_LT_DASH] = ACTIONS(2704), - [anon_sym_LT_LT] = ACTIONS(2704), - [anon_sym_GT_GT] = ACTIONS(2704), - [anon_sym_GT_GT_GT] = ACTIONS(2704), - [anon_sym_AMP_CARET] = ACTIONS(2704), - [anon_sym_AMP_AMP] = ACTIONS(2704), - [anon_sym_PIPE_PIPE] = ACTIONS(2704), - [anon_sym_or] = ACTIONS(2704), - [sym_none] = ACTIONS(2704), - [sym_true] = ACTIONS(2704), - [sym_false] = ACTIONS(2704), - [sym_nil] = ACTIONS(2704), - [anon_sym_QMARK_DOT] = ACTIONS(2704), - [anon_sym_POUND_LBRACK] = ACTIONS(2704), - [anon_sym_if] = ACTIONS(2704), - [anon_sym_DOLLARif] = ACTIONS(2704), - [anon_sym_is] = ACTIONS(2704), - [anon_sym_BANGis] = ACTIONS(2704), - [anon_sym_in] = ACTIONS(2704), - [anon_sym_BANGin] = ACTIONS(2704), - [anon_sym_match] = ACTIONS(2704), - [anon_sym_select] = ACTIONS(2704), - [anon_sym_STAR_EQ] = ACTIONS(2704), - [anon_sym_SLASH_EQ] = ACTIONS(2704), - [anon_sym_PERCENT_EQ] = ACTIONS(2704), - [anon_sym_LT_LT_EQ] = ACTIONS(2704), - [anon_sym_GT_GT_EQ] = ACTIONS(2704), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2704), - [anon_sym_AMP_EQ] = ACTIONS(2704), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2704), - [anon_sym_PLUS_EQ] = ACTIONS(2704), - [anon_sym_DASH_EQ] = ACTIONS(2704), - [anon_sym_PIPE_EQ] = ACTIONS(2704), - [anon_sym_CARET_EQ] = ACTIONS(2704), - [anon_sym_COLON_EQ] = ACTIONS(2704), - [anon_sym_lock] = ACTIONS(2704), - [anon_sym_rlock] = ACTIONS(2704), - [anon_sym_unsafe] = ACTIONS(2704), - [anon_sym_sql] = ACTIONS(2704), - [sym_int_literal] = ACTIONS(2704), - [sym_float_literal] = ACTIONS(2704), - [sym_rune_literal] = ACTIONS(2704), - [anon_sym_AT] = ACTIONS(2704), - [anon_sym_shared] = ACTIONS(2704), - [anon_sym_map_LBRACK] = ACTIONS(2704), - [anon_sym_chan] = ACTIONS(2704), - [anon_sym_thread] = ACTIONS(2704), - [anon_sym_atomic] = ACTIONS(2704), - [anon_sym_assert] = ACTIONS(2704), - [anon_sym_defer] = ACTIONS(2704), - [anon_sym_goto] = ACTIONS(2704), - [anon_sym_break] = ACTIONS(2704), - [anon_sym_continue] = ACTIONS(2704), - [anon_sym_return] = ACTIONS(2704), - [anon_sym_DOLLARfor] = ACTIONS(2704), - [anon_sym_for] = ACTIONS(2704), - [anon_sym_POUND] = ACTIONS(2704), - [anon_sym_asm] = ACTIONS(2704), - [anon_sym_AT_LBRACK] = ACTIONS(2704), - [sym___double_quote] = ACTIONS(2704), - [sym___single_quote] = ACTIONS(2704), - [sym___c_double_quote] = ACTIONS(2704), - [sym___c_single_quote] = ACTIONS(2704), - [sym___r_double_quote] = ACTIONS(2704), - [sym___r_single_quote] = ACTIONS(2704), + [sym__expression] = STATE(2566), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4201), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1087), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_fn] = ACTIONS(1095), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_STAR] = ACTIONS(2775), + [anon_sym_struct] = ACTIONS(1101), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2777), + [anon_sym_go] = ACTIONS(1105), + [anon_sym_spawn] = ACTIONS(1107), + [anon_sym_json_DOTdecode] = ACTIONS(1109), + [anon_sym_LBRACK2] = ACTIONS(1111), + [anon_sym_TILDE] = ACTIONS(1097), + [anon_sym_CARET] = ACTIONS(1097), + [anon_sym_AMP] = ACTIONS(2779), + [anon_sym_LT_DASH] = ACTIONS(1115), + [sym_none] = ACTIONS(1117), + [sym_true] = ACTIONS(1117), + [sym_false] = ACTIONS(1117), + [sym_nil] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), + [anon_sym_DOLLARif] = ACTIONS(1123), + [anon_sym_match] = ACTIONS(1125), + [anon_sym_select] = ACTIONS(2622), + [anon_sym_lock] = ACTIONS(2624), + [anon_sym_rlock] = ACTIONS(2624), + [anon_sym_unsafe] = ACTIONS(1131), + [anon_sym_sql] = ACTIONS(1133), + [sym_int_literal] = ACTIONS(1117), + [sym_float_literal] = ACTIONS(1135), + [sym_rune_literal] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1139), + [sym___single_quote] = ACTIONS(1141), + [sym___c_double_quote] = ACTIONS(1143), + [sym___c_single_quote] = ACTIONS(1145), + [sym___r_double_quote] = ACTIONS(1147), + [sym___r_single_quote] = ACTIONS(1149), }, [897] = { - [ts_builtin_sym_end] = ACTIONS(2983), - [sym_identifier] = ACTIONS(2985), - [anon_sym_LF] = ACTIONS(2985), - [anon_sym_CR] = ACTIONS(2985), - [anon_sym_CR_LF] = ACTIONS(2985), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2985), - [anon_sym_as] = ACTIONS(2985), - [anon_sym_LBRACE] = ACTIONS(2985), - [anon_sym_COMMA] = ACTIONS(2985), - [anon_sym_const] = ACTIONS(2985), - [anon_sym_LPAREN] = ACTIONS(2985), - [anon_sym_EQ] = ACTIONS(2985), - [anon_sym___global] = ACTIONS(2985), - [anon_sym_type] = ACTIONS(2985), - [anon_sym_PIPE] = ACTIONS(2985), - [anon_sym_fn] = ACTIONS(2985), - [anon_sym_PLUS] = ACTIONS(2985), - [anon_sym_DASH] = ACTIONS(2985), - [anon_sym_STAR] = ACTIONS(2985), - [anon_sym_SLASH] = ACTIONS(2985), - [anon_sym_PERCENT] = ACTIONS(2985), - [anon_sym_LT] = ACTIONS(2985), - [anon_sym_GT] = ACTIONS(2985), - [anon_sym_EQ_EQ] = ACTIONS(2985), - [anon_sym_BANG_EQ] = ACTIONS(2985), - [anon_sym_LT_EQ] = ACTIONS(2985), - [anon_sym_GT_EQ] = ACTIONS(2985), - [anon_sym_LBRACK] = ACTIONS(2983), - [anon_sym_struct] = ACTIONS(2985), - [anon_sym_union] = ACTIONS(2985), - [anon_sym_pub] = ACTIONS(2985), - [anon_sym_mut] = ACTIONS(2985), - [anon_sym_enum] = ACTIONS(2985), - [anon_sym_interface] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2985), - [anon_sym_DASH_DASH] = ACTIONS(2985), - [anon_sym_QMARK] = ACTIONS(2985), - [anon_sym_BANG] = ACTIONS(2985), - [anon_sym_go] = ACTIONS(2985), - [anon_sym_spawn] = ACTIONS(2985), - [anon_sym_json_DOTdecode] = ACTIONS(2985), - [anon_sym_LBRACK2] = ACTIONS(2985), - [anon_sym_TILDE] = ACTIONS(2985), - [anon_sym_CARET] = ACTIONS(2985), - [anon_sym_AMP] = ACTIONS(2985), - [anon_sym_LT_DASH] = ACTIONS(2985), - [anon_sym_LT_LT] = ACTIONS(2985), - [anon_sym_GT_GT] = ACTIONS(2985), - [anon_sym_GT_GT_GT] = ACTIONS(2985), - [anon_sym_AMP_CARET] = ACTIONS(2985), - [anon_sym_AMP_AMP] = ACTIONS(2985), - [anon_sym_PIPE_PIPE] = ACTIONS(2985), - [anon_sym_or] = ACTIONS(2985), - [sym_none] = ACTIONS(2985), - [sym_true] = ACTIONS(2985), - [sym_false] = ACTIONS(2985), - [sym_nil] = ACTIONS(2985), - [anon_sym_QMARK_DOT] = ACTIONS(2985), - [anon_sym_POUND_LBRACK] = ACTIONS(2985), - [anon_sym_if] = ACTIONS(2985), - [anon_sym_DOLLARif] = ACTIONS(2985), - [anon_sym_is] = ACTIONS(2985), - [anon_sym_BANGis] = ACTIONS(2985), - [anon_sym_in] = ACTIONS(2985), - [anon_sym_BANGin] = ACTIONS(2985), - [anon_sym_match] = ACTIONS(2985), - [anon_sym_select] = ACTIONS(2985), - [anon_sym_STAR_EQ] = ACTIONS(2985), - [anon_sym_SLASH_EQ] = ACTIONS(2985), - [anon_sym_PERCENT_EQ] = ACTIONS(2985), - [anon_sym_LT_LT_EQ] = ACTIONS(2985), - [anon_sym_GT_GT_EQ] = ACTIONS(2985), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2985), - [anon_sym_AMP_EQ] = ACTIONS(2985), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2985), - [anon_sym_PLUS_EQ] = ACTIONS(2985), - [anon_sym_DASH_EQ] = ACTIONS(2985), - [anon_sym_PIPE_EQ] = ACTIONS(2985), - [anon_sym_CARET_EQ] = ACTIONS(2985), - [anon_sym_COLON_EQ] = ACTIONS(2985), - [anon_sym_lock] = ACTIONS(2985), - [anon_sym_rlock] = ACTIONS(2985), - [anon_sym_unsafe] = ACTIONS(2985), - [anon_sym_sql] = ACTIONS(2985), - [sym_int_literal] = ACTIONS(2985), - [sym_float_literal] = ACTIONS(2985), - [sym_rune_literal] = ACTIONS(2985), - [anon_sym_AT] = ACTIONS(2985), - [anon_sym_shared] = ACTIONS(2985), - [anon_sym_map_LBRACK] = ACTIONS(2985), - [anon_sym_chan] = ACTIONS(2985), - [anon_sym_thread] = ACTIONS(2985), - [anon_sym_atomic] = ACTIONS(2985), - [anon_sym_assert] = ACTIONS(2985), - [anon_sym_defer] = ACTIONS(2985), - [anon_sym_goto] = ACTIONS(2985), - [anon_sym_break] = ACTIONS(2985), - [anon_sym_continue] = ACTIONS(2985), - [anon_sym_return] = ACTIONS(2985), - [anon_sym_DOLLARfor] = ACTIONS(2985), - [anon_sym_for] = ACTIONS(2985), - [anon_sym_POUND] = ACTIONS(2985), - [anon_sym_asm] = ACTIONS(2985), - [anon_sym_AT_LBRACK] = ACTIONS(2985), - [sym___double_quote] = ACTIONS(2985), - [sym___single_quote] = ACTIONS(2985), - [sym___c_double_quote] = ACTIONS(2985), - [sym___c_single_quote] = ACTIONS(2985), - [sym___r_double_quote] = ACTIONS(2985), - [sym___r_single_quote] = ACTIONS(2985), + [sym__expression] = STATE(2567), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4201), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1087), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_fn] = ACTIONS(1095), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_STAR] = ACTIONS(2775), + [anon_sym_struct] = ACTIONS(1101), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2777), + [anon_sym_go] = ACTIONS(1105), + [anon_sym_spawn] = ACTIONS(1107), + [anon_sym_json_DOTdecode] = ACTIONS(1109), + [anon_sym_LBRACK2] = ACTIONS(1111), + [anon_sym_TILDE] = ACTIONS(1097), + [anon_sym_CARET] = ACTIONS(1097), + [anon_sym_AMP] = ACTIONS(2779), + [anon_sym_LT_DASH] = ACTIONS(1115), + [sym_none] = ACTIONS(1117), + [sym_true] = ACTIONS(1117), + [sym_false] = ACTIONS(1117), + [sym_nil] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), + [anon_sym_DOLLARif] = ACTIONS(1123), + [anon_sym_match] = ACTIONS(1125), + [anon_sym_select] = ACTIONS(2622), + [anon_sym_lock] = ACTIONS(2624), + [anon_sym_rlock] = ACTIONS(2624), + [anon_sym_unsafe] = ACTIONS(1131), + [anon_sym_sql] = ACTIONS(1133), + [sym_int_literal] = ACTIONS(1117), + [sym_float_literal] = ACTIONS(1135), + [sym_rune_literal] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1139), + [sym___single_quote] = ACTIONS(1141), + [sym___c_double_quote] = ACTIONS(1143), + [sym___c_single_quote] = ACTIONS(1145), + [sym___r_double_quote] = ACTIONS(1147), + [sym___r_single_quote] = ACTIONS(1149), }, [898] = { - [ts_builtin_sym_end] = ACTIONS(2987), - [sym_identifier] = ACTIONS(2989), - [anon_sym_LF] = ACTIONS(2989), - [anon_sym_CR] = ACTIONS(2989), - [anon_sym_CR_LF] = ACTIONS(2989), + [ts_builtin_sym_end] = ACTIONS(3169), + [sym_identifier] = ACTIONS(3171), + [anon_sym_LF] = ACTIONS(3171), + [anon_sym_CR] = ACTIONS(3171), + [anon_sym_CR_LF] = ACTIONS(3171), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2989), - [anon_sym_as] = ACTIONS(2989), - [anon_sym_LBRACE] = ACTIONS(2989), - [anon_sym_COMMA] = ACTIONS(2989), - [anon_sym_const] = ACTIONS(2989), - [anon_sym_LPAREN] = ACTIONS(2989), - [anon_sym_EQ] = ACTIONS(2989), - [anon_sym___global] = ACTIONS(2989), - [anon_sym_type] = ACTIONS(2989), - [anon_sym_PIPE] = ACTIONS(2989), - [anon_sym_fn] = ACTIONS(2989), - [anon_sym_PLUS] = ACTIONS(2989), - [anon_sym_DASH] = ACTIONS(2989), - [anon_sym_STAR] = ACTIONS(2989), - [anon_sym_SLASH] = ACTIONS(2989), - [anon_sym_PERCENT] = ACTIONS(2989), - [anon_sym_LT] = ACTIONS(2989), - [anon_sym_GT] = ACTIONS(2989), - [anon_sym_EQ_EQ] = ACTIONS(2989), - [anon_sym_BANG_EQ] = ACTIONS(2989), - [anon_sym_LT_EQ] = ACTIONS(2989), - [anon_sym_GT_EQ] = ACTIONS(2989), - [anon_sym_LBRACK] = ACTIONS(2987), - [anon_sym_struct] = ACTIONS(2989), - [anon_sym_union] = ACTIONS(2989), - [anon_sym_pub] = ACTIONS(2989), - [anon_sym_mut] = ACTIONS(2989), - [anon_sym_enum] = ACTIONS(2989), - [anon_sym_interface] = ACTIONS(2989), - [anon_sym_PLUS_PLUS] = ACTIONS(2989), - [anon_sym_DASH_DASH] = ACTIONS(2989), - [anon_sym_QMARK] = ACTIONS(2989), - [anon_sym_BANG] = ACTIONS(2989), - [anon_sym_go] = ACTIONS(2989), - [anon_sym_spawn] = ACTIONS(2989), - [anon_sym_json_DOTdecode] = ACTIONS(2989), - [anon_sym_LBRACK2] = ACTIONS(2989), - [anon_sym_TILDE] = ACTIONS(2989), - [anon_sym_CARET] = ACTIONS(2989), - [anon_sym_AMP] = ACTIONS(2989), - [anon_sym_LT_DASH] = ACTIONS(2989), - [anon_sym_LT_LT] = ACTIONS(2989), - [anon_sym_GT_GT] = ACTIONS(2989), - [anon_sym_GT_GT_GT] = ACTIONS(2989), - [anon_sym_AMP_CARET] = ACTIONS(2989), - [anon_sym_AMP_AMP] = ACTIONS(2989), - [anon_sym_PIPE_PIPE] = ACTIONS(2989), - [anon_sym_or] = ACTIONS(2989), - [sym_none] = ACTIONS(2989), - [sym_true] = ACTIONS(2989), - [sym_false] = ACTIONS(2989), - [sym_nil] = ACTIONS(2989), - [anon_sym_QMARK_DOT] = ACTIONS(2989), - [anon_sym_POUND_LBRACK] = ACTIONS(2989), - [anon_sym_if] = ACTIONS(2989), - [anon_sym_DOLLARif] = ACTIONS(2989), - [anon_sym_is] = ACTIONS(2989), - [anon_sym_BANGis] = ACTIONS(2989), - [anon_sym_in] = ACTIONS(2989), - [anon_sym_BANGin] = ACTIONS(2989), - [anon_sym_match] = ACTIONS(2989), - [anon_sym_select] = ACTIONS(2989), - [anon_sym_STAR_EQ] = ACTIONS(2989), - [anon_sym_SLASH_EQ] = ACTIONS(2989), - [anon_sym_PERCENT_EQ] = ACTIONS(2989), - [anon_sym_LT_LT_EQ] = ACTIONS(2989), - [anon_sym_GT_GT_EQ] = ACTIONS(2989), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2989), - [anon_sym_AMP_EQ] = ACTIONS(2989), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2989), - [anon_sym_PLUS_EQ] = ACTIONS(2989), - [anon_sym_DASH_EQ] = ACTIONS(2989), - [anon_sym_PIPE_EQ] = ACTIONS(2989), - [anon_sym_CARET_EQ] = ACTIONS(2989), - [anon_sym_COLON_EQ] = ACTIONS(2989), - [anon_sym_lock] = ACTIONS(2989), - [anon_sym_rlock] = ACTIONS(2989), - [anon_sym_unsafe] = ACTIONS(2989), - [anon_sym_sql] = ACTIONS(2989), - [sym_int_literal] = ACTIONS(2989), - [sym_float_literal] = ACTIONS(2989), - [sym_rune_literal] = ACTIONS(2989), - [anon_sym_AT] = ACTIONS(2989), - [anon_sym_shared] = ACTIONS(2989), - [anon_sym_map_LBRACK] = ACTIONS(2989), - [anon_sym_chan] = ACTIONS(2989), - [anon_sym_thread] = ACTIONS(2989), - [anon_sym_atomic] = ACTIONS(2989), - [anon_sym_assert] = ACTIONS(2989), - [anon_sym_defer] = ACTIONS(2989), - [anon_sym_goto] = ACTIONS(2989), - [anon_sym_break] = ACTIONS(2989), - [anon_sym_continue] = ACTIONS(2989), - [anon_sym_return] = ACTIONS(2989), - [anon_sym_DOLLARfor] = ACTIONS(2989), - [anon_sym_for] = ACTIONS(2989), - [anon_sym_POUND] = ACTIONS(2989), - [anon_sym_asm] = ACTIONS(2989), - [anon_sym_AT_LBRACK] = ACTIONS(2989), - [sym___double_quote] = ACTIONS(2989), - [sym___single_quote] = ACTIONS(2989), - [sym___c_double_quote] = ACTIONS(2989), - [sym___c_single_quote] = ACTIONS(2989), - [sym___r_double_quote] = ACTIONS(2989), - [sym___r_single_quote] = ACTIONS(2989), + [anon_sym_DOT] = ACTIONS(3171), + [anon_sym_as] = ACTIONS(3171), + [anon_sym_LBRACE] = ACTIONS(3171), + [anon_sym_COMMA] = ACTIONS(3171), + [anon_sym_const] = ACTIONS(3171), + [anon_sym_LPAREN] = ACTIONS(3171), + [anon_sym_EQ] = ACTIONS(3171), + [anon_sym___global] = ACTIONS(3171), + [anon_sym_type] = ACTIONS(3171), + [anon_sym_PIPE] = ACTIONS(3171), + [anon_sym_fn] = ACTIONS(3171), + [anon_sym_PLUS] = ACTIONS(3171), + [anon_sym_DASH] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3171), + [anon_sym_SLASH] = ACTIONS(3171), + [anon_sym_PERCENT] = ACTIONS(3171), + [anon_sym_LT] = ACTIONS(3171), + [anon_sym_GT] = ACTIONS(3171), + [anon_sym_EQ_EQ] = ACTIONS(3171), + [anon_sym_BANG_EQ] = ACTIONS(3171), + [anon_sym_LT_EQ] = ACTIONS(3171), + [anon_sym_GT_EQ] = ACTIONS(3171), + [anon_sym_LBRACK] = ACTIONS(3169), + [anon_sym_LT2] = ACTIONS(3171), + [anon_sym_struct] = ACTIONS(3171), + [anon_sym_union] = ACTIONS(3171), + [anon_sym_pub] = ACTIONS(3171), + [anon_sym_mut] = ACTIONS(3171), + [anon_sym_enum] = ACTIONS(3171), + [anon_sym_interface] = ACTIONS(3171), + [anon_sym_PLUS_PLUS] = ACTIONS(3171), + [anon_sym_DASH_DASH] = ACTIONS(3171), + [anon_sym_QMARK] = ACTIONS(3171), + [anon_sym_BANG] = ACTIONS(3171), + [anon_sym_go] = ACTIONS(3171), + [anon_sym_spawn] = ACTIONS(3171), + [anon_sym_json_DOTdecode] = ACTIONS(3171), + [anon_sym_LBRACK2] = ACTIONS(3171), + [anon_sym_TILDE] = ACTIONS(3171), + [anon_sym_CARET] = ACTIONS(3171), + [anon_sym_AMP] = ACTIONS(3171), + [anon_sym_LT_DASH] = ACTIONS(3171), + [anon_sym_LT_LT] = ACTIONS(3171), + [anon_sym_GT_GT] = ACTIONS(3171), + [anon_sym_GT_GT_GT] = ACTIONS(3171), + [anon_sym_AMP_CARET] = ACTIONS(3171), + [anon_sym_AMP_AMP] = ACTIONS(3171), + [anon_sym_PIPE_PIPE] = ACTIONS(3171), + [anon_sym_or] = ACTIONS(3171), + [sym_none] = ACTIONS(3171), + [sym_true] = ACTIONS(3171), + [sym_false] = ACTIONS(3171), + [sym_nil] = ACTIONS(3171), + [anon_sym_QMARK_DOT] = ACTIONS(3171), + [anon_sym_POUND_LBRACK] = ACTIONS(3171), + [anon_sym_if] = ACTIONS(3171), + [anon_sym_DOLLARif] = ACTIONS(3171), + [anon_sym_is] = ACTIONS(3171), + [anon_sym_BANGis] = ACTIONS(3171), + [anon_sym_in] = ACTIONS(3171), + [anon_sym_BANGin] = ACTIONS(3171), + [anon_sym_match] = ACTIONS(3171), + [anon_sym_select] = ACTIONS(3171), + [anon_sym_STAR_EQ] = ACTIONS(3171), + [anon_sym_SLASH_EQ] = ACTIONS(3171), + [anon_sym_PERCENT_EQ] = ACTIONS(3171), + [anon_sym_LT_LT_EQ] = ACTIONS(3171), + [anon_sym_GT_GT_EQ] = ACTIONS(3171), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3171), + [anon_sym_AMP_EQ] = ACTIONS(3171), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3171), + [anon_sym_PLUS_EQ] = ACTIONS(3171), + [anon_sym_DASH_EQ] = ACTIONS(3171), + [anon_sym_PIPE_EQ] = ACTIONS(3171), + [anon_sym_CARET_EQ] = ACTIONS(3171), + [anon_sym_COLON_EQ] = ACTIONS(3171), + [anon_sym_lock] = ACTIONS(3171), + [anon_sym_rlock] = ACTIONS(3171), + [anon_sym_unsafe] = ACTIONS(3171), + [anon_sym_sql] = ACTIONS(3171), + [sym_int_literal] = ACTIONS(3171), + [sym_float_literal] = ACTIONS(3171), + [sym_rune_literal] = ACTIONS(3171), + [anon_sym_AT] = ACTIONS(3171), + [anon_sym_shared] = ACTIONS(3171), + [anon_sym_map_LBRACK] = ACTIONS(3171), + [anon_sym_chan] = ACTIONS(3171), + [anon_sym_thread] = ACTIONS(3171), + [anon_sym_atomic] = ACTIONS(3171), + [anon_sym_assert] = ACTIONS(3171), + [anon_sym_defer] = ACTIONS(3171), + [anon_sym_goto] = ACTIONS(3171), + [anon_sym_break] = ACTIONS(3171), + [anon_sym_continue] = ACTIONS(3171), + [anon_sym_return] = ACTIONS(3171), + [anon_sym_DOLLARfor] = ACTIONS(3171), + [anon_sym_for] = ACTIONS(3171), + [anon_sym_POUND] = ACTIONS(3171), + [anon_sym_asm] = ACTIONS(3171), + [anon_sym_AT_LBRACK] = ACTIONS(3171), + [sym___double_quote] = ACTIONS(3171), + [sym___single_quote] = ACTIONS(3171), + [sym___c_double_quote] = ACTIONS(3171), + [sym___c_single_quote] = ACTIONS(3171), + [sym___r_double_quote] = ACTIONS(3171), + [sym___r_single_quote] = ACTIONS(3171), }, [899] = { - [ts_builtin_sym_end] = ACTIONS(2991), - [sym_identifier] = ACTIONS(2993), - [anon_sym_LF] = ACTIONS(2993), - [anon_sym_CR] = ACTIONS(2993), - [anon_sym_CR_LF] = ACTIONS(2993), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2993), - [anon_sym_as] = ACTIONS(2993), - [anon_sym_LBRACE] = ACTIONS(2993), - [anon_sym_COMMA] = ACTIONS(2993), - [anon_sym_const] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(2993), - [anon_sym_EQ] = ACTIONS(2993), - [anon_sym___global] = ACTIONS(2993), - [anon_sym_type] = ACTIONS(2993), - [anon_sym_PIPE] = ACTIONS(2993), - [anon_sym_fn] = ACTIONS(2993), - [anon_sym_PLUS] = ACTIONS(2993), - [anon_sym_DASH] = ACTIONS(2993), - [anon_sym_STAR] = ACTIONS(2993), - [anon_sym_SLASH] = ACTIONS(2993), - [anon_sym_PERCENT] = ACTIONS(2993), - [anon_sym_LT] = ACTIONS(2993), - [anon_sym_GT] = ACTIONS(2993), - [anon_sym_EQ_EQ] = ACTIONS(2993), - [anon_sym_BANG_EQ] = ACTIONS(2993), - [anon_sym_LT_EQ] = ACTIONS(2993), - [anon_sym_GT_EQ] = ACTIONS(2993), - [anon_sym_LBRACK] = ACTIONS(2991), - [anon_sym_struct] = ACTIONS(2993), - [anon_sym_union] = ACTIONS(2993), - [anon_sym_pub] = ACTIONS(2993), - [anon_sym_mut] = ACTIONS(2993), - [anon_sym_enum] = ACTIONS(2993), - [anon_sym_interface] = ACTIONS(2993), - [anon_sym_PLUS_PLUS] = ACTIONS(2993), - [anon_sym_DASH_DASH] = ACTIONS(2993), - [anon_sym_QMARK] = ACTIONS(2993), - [anon_sym_BANG] = ACTIONS(2993), - [anon_sym_go] = ACTIONS(2993), - [anon_sym_spawn] = ACTIONS(2993), - [anon_sym_json_DOTdecode] = ACTIONS(2993), - [anon_sym_LBRACK2] = ACTIONS(2993), - [anon_sym_TILDE] = ACTIONS(2993), - [anon_sym_CARET] = ACTIONS(2993), - [anon_sym_AMP] = ACTIONS(2993), - [anon_sym_LT_DASH] = ACTIONS(2993), - [anon_sym_LT_LT] = ACTIONS(2993), - [anon_sym_GT_GT] = ACTIONS(2993), - [anon_sym_GT_GT_GT] = ACTIONS(2993), - [anon_sym_AMP_CARET] = ACTIONS(2993), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_or] = ACTIONS(2993), - [sym_none] = ACTIONS(2993), - [sym_true] = ACTIONS(2993), - [sym_false] = ACTIONS(2993), - [sym_nil] = ACTIONS(2993), - [anon_sym_QMARK_DOT] = ACTIONS(2993), - [anon_sym_POUND_LBRACK] = ACTIONS(2993), - [anon_sym_if] = ACTIONS(2993), - [anon_sym_DOLLARif] = ACTIONS(2993), - [anon_sym_is] = ACTIONS(2993), - [anon_sym_BANGis] = ACTIONS(2993), - [anon_sym_in] = ACTIONS(2993), - [anon_sym_BANGin] = ACTIONS(2993), - [anon_sym_match] = ACTIONS(2993), - [anon_sym_select] = ACTIONS(2993), - [anon_sym_STAR_EQ] = ACTIONS(2993), - [anon_sym_SLASH_EQ] = ACTIONS(2993), - [anon_sym_PERCENT_EQ] = ACTIONS(2993), - [anon_sym_LT_LT_EQ] = ACTIONS(2993), - [anon_sym_GT_GT_EQ] = ACTIONS(2993), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2993), - [anon_sym_AMP_EQ] = ACTIONS(2993), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2993), - [anon_sym_PLUS_EQ] = ACTIONS(2993), - [anon_sym_DASH_EQ] = ACTIONS(2993), - [anon_sym_PIPE_EQ] = ACTIONS(2993), - [anon_sym_CARET_EQ] = ACTIONS(2993), - [anon_sym_COLON_EQ] = ACTIONS(2993), - [anon_sym_lock] = ACTIONS(2993), - [anon_sym_rlock] = ACTIONS(2993), - [anon_sym_unsafe] = ACTIONS(2993), - [anon_sym_sql] = ACTIONS(2993), - [sym_int_literal] = ACTIONS(2993), - [sym_float_literal] = ACTIONS(2993), - [sym_rune_literal] = ACTIONS(2993), - [anon_sym_AT] = ACTIONS(2993), - [anon_sym_shared] = ACTIONS(2993), - [anon_sym_map_LBRACK] = ACTIONS(2993), - [anon_sym_chan] = ACTIONS(2993), - [anon_sym_thread] = ACTIONS(2993), - [anon_sym_atomic] = ACTIONS(2993), - [anon_sym_assert] = ACTIONS(2993), - [anon_sym_defer] = ACTIONS(2993), - [anon_sym_goto] = ACTIONS(2993), - [anon_sym_break] = ACTIONS(2993), - [anon_sym_continue] = ACTIONS(2993), - [anon_sym_return] = ACTIONS(2993), - [anon_sym_DOLLARfor] = ACTIONS(2993), - [anon_sym_for] = ACTIONS(2993), - [anon_sym_POUND] = ACTIONS(2993), - [anon_sym_asm] = ACTIONS(2993), - [anon_sym_AT_LBRACK] = ACTIONS(2993), - [sym___double_quote] = ACTIONS(2993), - [sym___single_quote] = ACTIONS(2993), - [sym___c_double_quote] = ACTIONS(2993), - [sym___c_single_quote] = ACTIONS(2993), - [sym___r_double_quote] = ACTIONS(2993), - [sym___r_single_quote] = ACTIONS(2993), + [sym__expression] = STATE(2561), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4201), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1087), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_fn] = ACTIONS(1095), + [anon_sym_PLUS] = ACTIONS(2496), + [anon_sym_DASH] = ACTIONS(2496), + [anon_sym_STAR] = ACTIONS(2498), + [anon_sym_struct] = ACTIONS(1101), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2500), + [anon_sym_go] = ACTIONS(2502), + [anon_sym_spawn] = ACTIONS(2504), + [anon_sym_json_DOTdecode] = ACTIONS(1109), + [anon_sym_LBRACK2] = ACTIONS(1111), + [anon_sym_TILDE] = ACTIONS(2496), + [anon_sym_CARET] = ACTIONS(2496), + [anon_sym_AMP] = ACTIONS(2506), + [anon_sym_LT_DASH] = ACTIONS(2508), + [sym_none] = ACTIONS(1117), + [sym_true] = ACTIONS(1117), + [sym_false] = ACTIONS(1117), + [sym_nil] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), + [anon_sym_DOLLARif] = ACTIONS(1123), + [anon_sym_match] = ACTIONS(1125), + [anon_sym_select] = ACTIONS(2510), + [anon_sym_lock] = ACTIONS(2512), + [anon_sym_rlock] = ACTIONS(2512), + [anon_sym_unsafe] = ACTIONS(1131), + [anon_sym_sql] = ACTIONS(1133), + [sym_int_literal] = ACTIONS(1117), + [sym_float_literal] = ACTIONS(1135), + [sym_rune_literal] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1139), + [sym___single_quote] = ACTIONS(1141), + [sym___c_double_quote] = ACTIONS(1143), + [sym___c_single_quote] = ACTIONS(1145), + [sym___r_double_quote] = ACTIONS(1147), + [sym___r_single_quote] = ACTIONS(1149), }, [900] = { - [ts_builtin_sym_end] = ACTIONS(2995), - [sym_identifier] = ACTIONS(2997), - [anon_sym_LF] = ACTIONS(2997), - [anon_sym_CR] = ACTIONS(2997), - [anon_sym_CR_LF] = ACTIONS(2997), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2997), - [anon_sym_as] = ACTIONS(2997), - [anon_sym_LBRACE] = ACTIONS(2997), - [anon_sym_COMMA] = ACTIONS(2997), - [anon_sym_const] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(2997), - [anon_sym_EQ] = ACTIONS(2997), - [anon_sym___global] = ACTIONS(2997), - [anon_sym_type] = ACTIONS(2997), - [anon_sym_PIPE] = ACTIONS(2997), - [anon_sym_fn] = ACTIONS(2997), - [anon_sym_PLUS] = ACTIONS(2997), - [anon_sym_DASH] = ACTIONS(2997), - [anon_sym_STAR] = ACTIONS(2997), - [anon_sym_SLASH] = ACTIONS(2997), - [anon_sym_PERCENT] = ACTIONS(2997), - [anon_sym_LT] = ACTIONS(2997), - [anon_sym_GT] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2997), - [anon_sym_BANG_EQ] = ACTIONS(2997), - [anon_sym_LT_EQ] = ACTIONS(2997), - [anon_sym_GT_EQ] = ACTIONS(2997), - [anon_sym_LBRACK] = ACTIONS(2995), - [anon_sym_struct] = ACTIONS(2997), - [anon_sym_union] = ACTIONS(2997), - [anon_sym_pub] = ACTIONS(2997), - [anon_sym_mut] = ACTIONS(2997), - [anon_sym_enum] = ACTIONS(2997), - [anon_sym_interface] = ACTIONS(2997), - [anon_sym_PLUS_PLUS] = ACTIONS(2997), - [anon_sym_DASH_DASH] = ACTIONS(2997), - [anon_sym_QMARK] = ACTIONS(2997), - [anon_sym_BANG] = ACTIONS(2997), - [anon_sym_go] = ACTIONS(2997), - [anon_sym_spawn] = ACTIONS(2997), - [anon_sym_json_DOTdecode] = ACTIONS(2997), - [anon_sym_LBRACK2] = ACTIONS(2997), - [anon_sym_TILDE] = ACTIONS(2997), - [anon_sym_CARET] = ACTIONS(2997), - [anon_sym_AMP] = ACTIONS(2997), - [anon_sym_LT_DASH] = ACTIONS(2997), - [anon_sym_LT_LT] = ACTIONS(2997), - [anon_sym_GT_GT] = ACTIONS(2997), - [anon_sym_GT_GT_GT] = ACTIONS(2997), - [anon_sym_AMP_CARET] = ACTIONS(2997), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_or] = ACTIONS(2997), - [sym_none] = ACTIONS(2997), - [sym_true] = ACTIONS(2997), - [sym_false] = ACTIONS(2997), - [sym_nil] = ACTIONS(2997), - [anon_sym_QMARK_DOT] = ACTIONS(2997), - [anon_sym_POUND_LBRACK] = ACTIONS(2997), - [anon_sym_if] = ACTIONS(2997), - [anon_sym_DOLLARif] = ACTIONS(2997), - [anon_sym_is] = ACTIONS(2997), - [anon_sym_BANGis] = ACTIONS(2997), - [anon_sym_in] = ACTIONS(2997), - [anon_sym_BANGin] = ACTIONS(2997), - [anon_sym_match] = ACTIONS(2997), - [anon_sym_select] = ACTIONS(2997), - [anon_sym_STAR_EQ] = ACTIONS(2997), - [anon_sym_SLASH_EQ] = ACTIONS(2997), - [anon_sym_PERCENT_EQ] = ACTIONS(2997), - [anon_sym_LT_LT_EQ] = ACTIONS(2997), - [anon_sym_GT_GT_EQ] = ACTIONS(2997), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2997), - [anon_sym_AMP_EQ] = ACTIONS(2997), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2997), - [anon_sym_PLUS_EQ] = ACTIONS(2997), - [anon_sym_DASH_EQ] = ACTIONS(2997), - [anon_sym_PIPE_EQ] = ACTIONS(2997), - [anon_sym_CARET_EQ] = ACTIONS(2997), - [anon_sym_COLON_EQ] = ACTIONS(2997), - [anon_sym_lock] = ACTIONS(2997), - [anon_sym_rlock] = ACTIONS(2997), - [anon_sym_unsafe] = ACTIONS(2997), - [anon_sym_sql] = ACTIONS(2997), - [sym_int_literal] = ACTIONS(2997), - [sym_float_literal] = ACTIONS(2997), - [sym_rune_literal] = ACTIONS(2997), - [anon_sym_AT] = ACTIONS(2997), - [anon_sym_shared] = ACTIONS(2997), - [anon_sym_map_LBRACK] = ACTIONS(2997), - [anon_sym_chan] = ACTIONS(2997), - [anon_sym_thread] = ACTIONS(2997), - [anon_sym_atomic] = ACTIONS(2997), - [anon_sym_assert] = ACTIONS(2997), - [anon_sym_defer] = ACTIONS(2997), - [anon_sym_goto] = ACTIONS(2997), - [anon_sym_break] = ACTIONS(2997), - [anon_sym_continue] = ACTIONS(2997), - [anon_sym_return] = ACTIONS(2997), - [anon_sym_DOLLARfor] = ACTIONS(2997), - [anon_sym_for] = ACTIONS(2997), - [anon_sym_POUND] = ACTIONS(2997), - [anon_sym_asm] = ACTIONS(2997), - [anon_sym_AT_LBRACK] = ACTIONS(2997), - [sym___double_quote] = ACTIONS(2997), - [sym___single_quote] = ACTIONS(2997), - [sym___c_double_quote] = ACTIONS(2997), - [sym___c_single_quote] = ACTIONS(2997), - [sym___r_double_quote] = ACTIONS(2997), - [sym___r_single_quote] = ACTIONS(2997), + [sym__expression] = STATE(1614), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(534), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2909), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(301), + [anon_sym_LBRACE] = ACTIONS(2911), + [anon_sym_LPAREN] = ACTIONS(307), + [anon_sym_fn] = ACTIONS(309), + [anon_sym_PLUS] = ACTIONS(311), + [anon_sym_DASH] = ACTIONS(311), + [anon_sym_STAR] = ACTIONS(313), + [anon_sym_struct] = ACTIONS(315), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(317), + [anon_sym_go] = ACTIONS(319), + [anon_sym_spawn] = ACTIONS(321), + [anon_sym_json_DOTdecode] = ACTIONS(323), + [anon_sym_LBRACK2] = ACTIONS(325), + [anon_sym_TILDE] = ACTIONS(311), + [anon_sym_CARET] = ACTIONS(311), + [anon_sym_AMP] = ACTIONS(327), + [anon_sym_LT_DASH] = ACTIONS(329), + [sym_none] = ACTIONS(331), + [sym_true] = ACTIONS(331), + [sym_false] = ACTIONS(331), + [sym_nil] = ACTIONS(331), + [anon_sym_if] = ACTIONS(333), + [anon_sym_DOLLARif] = ACTIONS(335), + [anon_sym_match] = ACTIONS(337), + [anon_sym_select] = ACTIONS(339), + [anon_sym_lock] = ACTIONS(341), + [anon_sym_rlock] = ACTIONS(341), + [anon_sym_unsafe] = ACTIONS(343), + [anon_sym_sql] = ACTIONS(345), + [sym_int_literal] = ACTIONS(331), + [sym_float_literal] = ACTIONS(347), + [sym_rune_literal] = ACTIONS(347), + [anon_sym_AT] = ACTIONS(349), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(371), + [sym___single_quote] = ACTIONS(373), + [sym___c_double_quote] = ACTIONS(375), + [sym___c_single_quote] = ACTIONS(377), + [sym___r_double_quote] = ACTIONS(379), + [sym___r_single_quote] = ACTIONS(381), }, [901] = { - [ts_builtin_sym_end] = ACTIONS(2999), - [sym_identifier] = ACTIONS(3001), - [anon_sym_LF] = ACTIONS(3001), - [anon_sym_CR] = ACTIONS(3001), - [anon_sym_CR_LF] = ACTIONS(3001), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3001), - [anon_sym_as] = ACTIONS(3001), - [anon_sym_LBRACE] = ACTIONS(3001), - [anon_sym_COMMA] = ACTIONS(3001), - [anon_sym_const] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(3001), - [anon_sym_EQ] = ACTIONS(3001), - [anon_sym___global] = ACTIONS(3001), - [anon_sym_type] = ACTIONS(3001), - [anon_sym_PIPE] = ACTIONS(3001), - [anon_sym_fn] = ACTIONS(3001), - [anon_sym_PLUS] = ACTIONS(3001), - [anon_sym_DASH] = ACTIONS(3001), - [anon_sym_STAR] = ACTIONS(3001), - [anon_sym_SLASH] = ACTIONS(3001), - [anon_sym_PERCENT] = ACTIONS(3001), - [anon_sym_LT] = ACTIONS(3001), - [anon_sym_GT] = ACTIONS(3001), - [anon_sym_EQ_EQ] = ACTIONS(3001), - [anon_sym_BANG_EQ] = ACTIONS(3001), - [anon_sym_LT_EQ] = ACTIONS(3001), - [anon_sym_GT_EQ] = ACTIONS(3001), - [anon_sym_LBRACK] = ACTIONS(2999), - [anon_sym_struct] = ACTIONS(3001), - [anon_sym_union] = ACTIONS(3001), - [anon_sym_pub] = ACTIONS(3001), - [anon_sym_mut] = ACTIONS(3001), - [anon_sym_enum] = ACTIONS(3001), - [anon_sym_interface] = ACTIONS(3001), - [anon_sym_PLUS_PLUS] = ACTIONS(3001), - [anon_sym_DASH_DASH] = ACTIONS(3001), - [anon_sym_QMARK] = ACTIONS(3001), - [anon_sym_BANG] = ACTIONS(3001), - [anon_sym_go] = ACTIONS(3001), - [anon_sym_spawn] = ACTIONS(3001), - [anon_sym_json_DOTdecode] = ACTIONS(3001), - [anon_sym_LBRACK2] = ACTIONS(3001), - [anon_sym_TILDE] = ACTIONS(3001), - [anon_sym_CARET] = ACTIONS(3001), - [anon_sym_AMP] = ACTIONS(3001), - [anon_sym_LT_DASH] = ACTIONS(3001), - [anon_sym_LT_LT] = ACTIONS(3001), - [anon_sym_GT_GT] = ACTIONS(3001), - [anon_sym_GT_GT_GT] = ACTIONS(3001), - [anon_sym_AMP_CARET] = ACTIONS(3001), - [anon_sym_AMP_AMP] = ACTIONS(3001), - [anon_sym_PIPE_PIPE] = ACTIONS(3001), - [anon_sym_or] = ACTIONS(3001), - [sym_none] = ACTIONS(3001), - [sym_true] = ACTIONS(3001), - [sym_false] = ACTIONS(3001), - [sym_nil] = ACTIONS(3001), - [anon_sym_QMARK_DOT] = ACTIONS(3001), - [anon_sym_POUND_LBRACK] = ACTIONS(3001), - [anon_sym_if] = ACTIONS(3001), - [anon_sym_DOLLARif] = ACTIONS(3001), - [anon_sym_is] = ACTIONS(3001), - [anon_sym_BANGis] = ACTIONS(3001), - [anon_sym_in] = ACTIONS(3001), - [anon_sym_BANGin] = ACTIONS(3001), - [anon_sym_match] = ACTIONS(3001), - [anon_sym_select] = ACTIONS(3001), - [anon_sym_STAR_EQ] = ACTIONS(3001), - [anon_sym_SLASH_EQ] = ACTIONS(3001), - [anon_sym_PERCENT_EQ] = ACTIONS(3001), - [anon_sym_LT_LT_EQ] = ACTIONS(3001), - [anon_sym_GT_GT_EQ] = ACTIONS(3001), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3001), - [anon_sym_AMP_EQ] = ACTIONS(3001), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3001), - [anon_sym_PLUS_EQ] = ACTIONS(3001), - [anon_sym_DASH_EQ] = ACTIONS(3001), - [anon_sym_PIPE_EQ] = ACTIONS(3001), - [anon_sym_CARET_EQ] = ACTIONS(3001), - [anon_sym_COLON_EQ] = ACTIONS(3001), - [anon_sym_lock] = ACTIONS(3001), - [anon_sym_rlock] = ACTIONS(3001), - [anon_sym_unsafe] = ACTIONS(3001), - [anon_sym_sql] = ACTIONS(3001), - [sym_int_literal] = ACTIONS(3001), - [sym_float_literal] = ACTIONS(3001), - [sym_rune_literal] = ACTIONS(3001), - [anon_sym_AT] = ACTIONS(3001), - [anon_sym_shared] = ACTIONS(3001), - [anon_sym_map_LBRACK] = ACTIONS(3001), - [anon_sym_chan] = ACTIONS(3001), - [anon_sym_thread] = ACTIONS(3001), - [anon_sym_atomic] = ACTIONS(3001), - [anon_sym_assert] = ACTIONS(3001), - [anon_sym_defer] = ACTIONS(3001), - [anon_sym_goto] = ACTIONS(3001), - [anon_sym_break] = ACTIONS(3001), - [anon_sym_continue] = ACTIONS(3001), - [anon_sym_return] = ACTIONS(3001), - [anon_sym_DOLLARfor] = ACTIONS(3001), - [anon_sym_for] = ACTIONS(3001), - [anon_sym_POUND] = ACTIONS(3001), - [anon_sym_asm] = ACTIONS(3001), - [anon_sym_AT_LBRACK] = ACTIONS(3001), - [sym___double_quote] = ACTIONS(3001), - [sym___single_quote] = ACTIONS(3001), - [sym___c_double_quote] = ACTIONS(3001), - [sym___c_single_quote] = ACTIONS(3001), - [sym___r_double_quote] = ACTIONS(3001), - [sym___r_single_quote] = ACTIONS(3001), + [sym__expression] = STATE(1619), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(534), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2909), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(301), + [anon_sym_LBRACE] = ACTIONS(2911), + [anon_sym_LPAREN] = ACTIONS(307), + [anon_sym_fn] = ACTIONS(309), + [anon_sym_PLUS] = ACTIONS(311), + [anon_sym_DASH] = ACTIONS(311), + [anon_sym_STAR] = ACTIONS(313), + [anon_sym_struct] = ACTIONS(315), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(317), + [anon_sym_go] = ACTIONS(319), + [anon_sym_spawn] = ACTIONS(321), + [anon_sym_json_DOTdecode] = ACTIONS(323), + [anon_sym_LBRACK2] = ACTIONS(325), + [anon_sym_TILDE] = ACTIONS(311), + [anon_sym_CARET] = ACTIONS(311), + [anon_sym_AMP] = ACTIONS(327), + [anon_sym_LT_DASH] = ACTIONS(329), + [sym_none] = ACTIONS(331), + [sym_true] = ACTIONS(331), + [sym_false] = ACTIONS(331), + [sym_nil] = ACTIONS(331), + [anon_sym_if] = ACTIONS(333), + [anon_sym_DOLLARif] = ACTIONS(335), + [anon_sym_match] = ACTIONS(337), + [anon_sym_select] = ACTIONS(339), + [anon_sym_lock] = ACTIONS(341), + [anon_sym_rlock] = ACTIONS(341), + [anon_sym_unsafe] = ACTIONS(343), + [anon_sym_sql] = ACTIONS(345), + [sym_int_literal] = ACTIONS(331), + [sym_float_literal] = ACTIONS(347), + [sym_rune_literal] = ACTIONS(347), + [anon_sym_AT] = ACTIONS(349), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(371), + [sym___single_quote] = ACTIONS(373), + [sym___c_double_quote] = ACTIONS(375), + [sym___c_single_quote] = ACTIONS(377), + [sym___r_double_quote] = ACTIONS(379), + [sym___r_single_quote] = ACTIONS(381), }, [902] = { - [ts_builtin_sym_end] = ACTIONS(3003), - [sym_identifier] = ACTIONS(3005), - [anon_sym_LF] = ACTIONS(3005), - [anon_sym_CR] = ACTIONS(3005), - [anon_sym_CR_LF] = ACTIONS(3005), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3005), - [anon_sym_as] = ACTIONS(3005), - [anon_sym_LBRACE] = ACTIONS(3005), - [anon_sym_COMMA] = ACTIONS(3005), - [anon_sym_const] = ACTIONS(3005), - [anon_sym_LPAREN] = ACTIONS(3005), - [anon_sym_EQ] = ACTIONS(3005), - [anon_sym___global] = ACTIONS(3005), - [anon_sym_type] = ACTIONS(3005), - [anon_sym_PIPE] = ACTIONS(3005), - [anon_sym_fn] = ACTIONS(3005), - [anon_sym_PLUS] = ACTIONS(3005), - [anon_sym_DASH] = ACTIONS(3005), - [anon_sym_STAR] = ACTIONS(3005), - [anon_sym_SLASH] = ACTIONS(3005), - [anon_sym_PERCENT] = ACTIONS(3005), - [anon_sym_LT] = ACTIONS(3005), - [anon_sym_GT] = ACTIONS(3005), - [anon_sym_EQ_EQ] = ACTIONS(3005), - [anon_sym_BANG_EQ] = ACTIONS(3005), - [anon_sym_LT_EQ] = ACTIONS(3005), - [anon_sym_GT_EQ] = ACTIONS(3005), - [anon_sym_LBRACK] = ACTIONS(3003), - [anon_sym_struct] = ACTIONS(3005), - [anon_sym_union] = ACTIONS(3005), - [anon_sym_pub] = ACTIONS(3005), - [anon_sym_mut] = ACTIONS(3005), - [anon_sym_enum] = ACTIONS(3005), - [anon_sym_interface] = ACTIONS(3005), - [anon_sym_PLUS_PLUS] = ACTIONS(3005), - [anon_sym_DASH_DASH] = ACTIONS(3005), - [anon_sym_QMARK] = ACTIONS(3005), - [anon_sym_BANG] = ACTIONS(3005), - [anon_sym_go] = ACTIONS(3005), - [anon_sym_spawn] = ACTIONS(3005), - [anon_sym_json_DOTdecode] = ACTIONS(3005), - [anon_sym_LBRACK2] = ACTIONS(3005), - [anon_sym_TILDE] = ACTIONS(3005), - [anon_sym_CARET] = ACTIONS(3005), - [anon_sym_AMP] = ACTIONS(3005), - [anon_sym_LT_DASH] = ACTIONS(3005), - [anon_sym_LT_LT] = ACTIONS(3005), - [anon_sym_GT_GT] = ACTIONS(3005), - [anon_sym_GT_GT_GT] = ACTIONS(3005), - [anon_sym_AMP_CARET] = ACTIONS(3005), - [anon_sym_AMP_AMP] = ACTIONS(3005), - [anon_sym_PIPE_PIPE] = ACTIONS(3005), - [anon_sym_or] = ACTIONS(3005), - [sym_none] = ACTIONS(3005), - [sym_true] = ACTIONS(3005), - [sym_false] = ACTIONS(3005), - [sym_nil] = ACTIONS(3005), - [anon_sym_QMARK_DOT] = ACTIONS(3005), - [anon_sym_POUND_LBRACK] = ACTIONS(3005), - [anon_sym_if] = ACTIONS(3005), - [anon_sym_DOLLARif] = ACTIONS(3005), - [anon_sym_is] = ACTIONS(3005), - [anon_sym_BANGis] = ACTIONS(3005), - [anon_sym_in] = ACTIONS(3005), - [anon_sym_BANGin] = ACTIONS(3005), - [anon_sym_match] = ACTIONS(3005), - [anon_sym_select] = ACTIONS(3005), - [anon_sym_STAR_EQ] = ACTIONS(3005), - [anon_sym_SLASH_EQ] = ACTIONS(3005), - [anon_sym_PERCENT_EQ] = ACTIONS(3005), - [anon_sym_LT_LT_EQ] = ACTIONS(3005), - [anon_sym_GT_GT_EQ] = ACTIONS(3005), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3005), - [anon_sym_AMP_EQ] = ACTIONS(3005), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3005), - [anon_sym_PLUS_EQ] = ACTIONS(3005), - [anon_sym_DASH_EQ] = ACTIONS(3005), - [anon_sym_PIPE_EQ] = ACTIONS(3005), - [anon_sym_CARET_EQ] = ACTIONS(3005), - [anon_sym_COLON_EQ] = ACTIONS(3005), - [anon_sym_lock] = ACTIONS(3005), - [anon_sym_rlock] = ACTIONS(3005), - [anon_sym_unsafe] = ACTIONS(3005), - [anon_sym_sql] = ACTIONS(3005), - [sym_int_literal] = ACTIONS(3005), - [sym_float_literal] = ACTIONS(3005), - [sym_rune_literal] = ACTIONS(3005), - [anon_sym_AT] = ACTIONS(3005), - [anon_sym_shared] = ACTIONS(3005), - [anon_sym_map_LBRACK] = ACTIONS(3005), - [anon_sym_chan] = ACTIONS(3005), - [anon_sym_thread] = ACTIONS(3005), - [anon_sym_atomic] = ACTIONS(3005), - [anon_sym_assert] = ACTIONS(3005), - [anon_sym_defer] = ACTIONS(3005), - [anon_sym_goto] = ACTIONS(3005), - [anon_sym_break] = ACTIONS(3005), - [anon_sym_continue] = ACTIONS(3005), - [anon_sym_return] = ACTIONS(3005), - [anon_sym_DOLLARfor] = ACTIONS(3005), - [anon_sym_for] = ACTIONS(3005), - [anon_sym_POUND] = ACTIONS(3005), - [anon_sym_asm] = ACTIONS(3005), - [anon_sym_AT_LBRACK] = ACTIONS(3005), - [sym___double_quote] = ACTIONS(3005), - [sym___single_quote] = ACTIONS(3005), - [sym___c_double_quote] = ACTIONS(3005), - [sym___c_single_quote] = ACTIONS(3005), - [sym___r_double_quote] = ACTIONS(3005), - [sym___r_single_quote] = ACTIONS(3005), + [sym__expression] = STATE(1620), + [sym__expression_without_blocks] = STATE(1718), + [sym__expression_with_blocks] = STATE(1718), + [sym_inc_expression] = STATE(1718), + [sym_dec_expression] = STATE(1718), + [sym_or_block_expression] = STATE(1718), + [sym_option_propagation_expression] = STATE(1718), + [sym_result_propagation_expression] = STATE(1718), + [sym_anon_struct_value_expression] = STATE(1719), + [sym_go_expression] = STATE(1718), + [sym_spawn_expression] = STATE(1718), + [sym_parenthesized_expression] = STATE(1718), + [sym_call_expression] = STATE(1718), + [sym_type_initializer] = STATE(1719), + [sym_function_literal] = STATE(1718), + [sym_reference_expression] = STATE(1720), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1718), + [sym_receive_expression] = STATE(1718), + [sym_binary_expression] = STATE(1718), + [sym_as_type_cast_expression] = STATE(1718), + [sym__max_group] = STATE(1718), + [sym_literal] = STATE(1718), + [sym_map_init_expression] = STATE(1719), + [sym_array_creation] = STATE(1718), + [sym_fixed_array_creation] = STATE(1718), + [sym_selector_expression] = STATE(1718), + [sym_index_expression] = STATE(1718), + [sym_slice_expression] = STATE(1718), + [sym_if_expression] = STATE(1719), + [sym_compile_time_if_expression] = STATE(1719), + [sym_is_expression] = STATE(1718), + [sym_not_is_expression] = STATE(1718), + [sym_in_expression] = STATE(1718), + [sym_not_in_expression] = STATE(1718), + [sym_enum_fetch] = STATE(1718), + [sym_match_expression] = STATE(1719), + [sym_select_expression] = STATE(1719), + [sym_lock_expression] = STATE(1719), + [sym_unsafe_expression] = STATE(1719), + [sym_sql_expression] = STATE(1719), + [sym_c_string_literal] = STATE(1757), + [sym_raw_string_literal] = STATE(1757), + [sym_interpreted_string_literal] = STATE(1757), + [sym_pseudo_compile_time_identifier] = STATE(1718), + [sym_mutability_modifiers] = STATE(534), + [sym_plain_type] = STATE(4211), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2909), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(301), + [anon_sym_LBRACE] = ACTIONS(2911), + [anon_sym_LPAREN] = ACTIONS(307), + [anon_sym_fn] = ACTIONS(309), + [anon_sym_PLUS] = ACTIONS(311), + [anon_sym_DASH] = ACTIONS(311), + [anon_sym_STAR] = ACTIONS(313), + [anon_sym_struct] = ACTIONS(315), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(317), + [anon_sym_go] = ACTIONS(319), + [anon_sym_spawn] = ACTIONS(321), + [anon_sym_json_DOTdecode] = ACTIONS(323), + [anon_sym_LBRACK2] = ACTIONS(325), + [anon_sym_TILDE] = ACTIONS(311), + [anon_sym_CARET] = ACTIONS(311), + [anon_sym_AMP] = ACTIONS(327), + [anon_sym_LT_DASH] = ACTIONS(329), + [sym_none] = ACTIONS(331), + [sym_true] = ACTIONS(331), + [sym_false] = ACTIONS(331), + [sym_nil] = ACTIONS(331), + [anon_sym_if] = ACTIONS(333), + [anon_sym_DOLLARif] = ACTIONS(335), + [anon_sym_match] = ACTIONS(337), + [anon_sym_select] = ACTIONS(339), + [anon_sym_lock] = ACTIONS(341), + [anon_sym_rlock] = ACTIONS(341), + [anon_sym_unsafe] = ACTIONS(343), + [anon_sym_sql] = ACTIONS(345), + [sym_int_literal] = ACTIONS(331), + [sym_float_literal] = ACTIONS(347), + [sym_rune_literal] = ACTIONS(347), + [anon_sym_AT] = ACTIONS(349), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(371), + [sym___single_quote] = ACTIONS(373), + [sym___c_double_quote] = ACTIONS(375), + [sym___c_single_quote] = ACTIONS(377), + [sym___r_double_quote] = ACTIONS(379), + [sym___r_single_quote] = ACTIONS(381), }, [903] = { - [ts_builtin_sym_end] = ACTIONS(3007), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LF] = ACTIONS(3009), - [anon_sym_CR] = ACTIONS(3009), - [anon_sym_CR_LF] = ACTIONS(3009), + [ts_builtin_sym_end] = ACTIONS(3173), + [sym_identifier] = ACTIONS(3175), + [anon_sym_LF] = ACTIONS(3175), + [anon_sym_CR] = ACTIONS(3175), + [anon_sym_CR_LF] = ACTIONS(3175), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3009), - [anon_sym_as] = ACTIONS(3009), - [anon_sym_LBRACE] = ACTIONS(3009), - [anon_sym_COMMA] = ACTIONS(3009), - [anon_sym_const] = ACTIONS(3009), - [anon_sym_LPAREN] = ACTIONS(3009), - [anon_sym_EQ] = ACTIONS(3009), - [anon_sym___global] = ACTIONS(3009), - [anon_sym_type] = ACTIONS(3009), - [anon_sym_PIPE] = ACTIONS(3009), - [anon_sym_fn] = ACTIONS(3009), - [anon_sym_PLUS] = ACTIONS(3009), - [anon_sym_DASH] = ACTIONS(3009), - [anon_sym_STAR] = ACTIONS(3009), - [anon_sym_SLASH] = ACTIONS(3009), - [anon_sym_PERCENT] = ACTIONS(3009), - [anon_sym_LT] = ACTIONS(3009), - [anon_sym_GT] = ACTIONS(3009), - [anon_sym_EQ_EQ] = ACTIONS(3009), - [anon_sym_BANG_EQ] = ACTIONS(3009), - [anon_sym_LT_EQ] = ACTIONS(3009), - [anon_sym_GT_EQ] = ACTIONS(3009), - [anon_sym_LBRACK] = ACTIONS(3007), - [anon_sym_struct] = ACTIONS(3009), - [anon_sym_union] = ACTIONS(3009), - [anon_sym_pub] = ACTIONS(3009), - [anon_sym_mut] = ACTIONS(3009), - [anon_sym_enum] = ACTIONS(3009), - [anon_sym_interface] = ACTIONS(3009), - [anon_sym_PLUS_PLUS] = ACTIONS(3009), - [anon_sym_DASH_DASH] = ACTIONS(3009), - [anon_sym_QMARK] = ACTIONS(3009), - [anon_sym_BANG] = ACTIONS(3009), - [anon_sym_go] = ACTIONS(3009), - [anon_sym_spawn] = ACTIONS(3009), - [anon_sym_json_DOTdecode] = ACTIONS(3009), - [anon_sym_LBRACK2] = ACTIONS(3009), - [anon_sym_TILDE] = ACTIONS(3009), - [anon_sym_CARET] = ACTIONS(3009), - [anon_sym_AMP] = ACTIONS(3009), - [anon_sym_LT_DASH] = ACTIONS(3009), - [anon_sym_LT_LT] = ACTIONS(3009), - [anon_sym_GT_GT] = ACTIONS(3009), - [anon_sym_GT_GT_GT] = ACTIONS(3009), - [anon_sym_AMP_CARET] = ACTIONS(3009), - [anon_sym_AMP_AMP] = ACTIONS(3009), - [anon_sym_PIPE_PIPE] = ACTIONS(3009), - [anon_sym_or] = ACTIONS(3009), - [sym_none] = ACTIONS(3009), - [sym_true] = ACTIONS(3009), - [sym_false] = ACTIONS(3009), - [sym_nil] = ACTIONS(3009), - [anon_sym_QMARK_DOT] = ACTIONS(3009), - [anon_sym_POUND_LBRACK] = ACTIONS(3009), - [anon_sym_if] = ACTIONS(3009), - [anon_sym_DOLLARif] = ACTIONS(3009), - [anon_sym_is] = ACTIONS(3009), - [anon_sym_BANGis] = ACTIONS(3009), - [anon_sym_in] = ACTIONS(3009), - [anon_sym_BANGin] = ACTIONS(3009), - [anon_sym_match] = ACTIONS(3009), - [anon_sym_select] = ACTIONS(3009), - [anon_sym_STAR_EQ] = ACTIONS(3009), - [anon_sym_SLASH_EQ] = ACTIONS(3009), - [anon_sym_PERCENT_EQ] = ACTIONS(3009), - [anon_sym_LT_LT_EQ] = ACTIONS(3009), - [anon_sym_GT_GT_EQ] = ACTIONS(3009), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3009), - [anon_sym_AMP_EQ] = ACTIONS(3009), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3009), - [anon_sym_PLUS_EQ] = ACTIONS(3009), - [anon_sym_DASH_EQ] = ACTIONS(3009), - [anon_sym_PIPE_EQ] = ACTIONS(3009), - [anon_sym_CARET_EQ] = ACTIONS(3009), - [anon_sym_COLON_EQ] = ACTIONS(3009), - [anon_sym_lock] = ACTIONS(3009), - [anon_sym_rlock] = ACTIONS(3009), - [anon_sym_unsafe] = ACTIONS(3009), - [anon_sym_sql] = ACTIONS(3009), - [sym_int_literal] = ACTIONS(3009), - [sym_float_literal] = ACTIONS(3009), - [sym_rune_literal] = ACTIONS(3009), - [anon_sym_AT] = ACTIONS(3009), - [anon_sym_shared] = ACTIONS(3009), - [anon_sym_map_LBRACK] = ACTIONS(3009), - [anon_sym_chan] = ACTIONS(3009), - [anon_sym_thread] = ACTIONS(3009), - [anon_sym_atomic] = ACTIONS(3009), - [anon_sym_assert] = ACTIONS(3009), - [anon_sym_defer] = ACTIONS(3009), - [anon_sym_goto] = ACTIONS(3009), - [anon_sym_break] = ACTIONS(3009), - [anon_sym_continue] = ACTIONS(3009), - [anon_sym_return] = ACTIONS(3009), - [anon_sym_DOLLARfor] = ACTIONS(3009), - [anon_sym_for] = ACTIONS(3009), - [anon_sym_POUND] = ACTIONS(3009), - [anon_sym_asm] = ACTIONS(3009), - [anon_sym_AT_LBRACK] = ACTIONS(3009), - [sym___double_quote] = ACTIONS(3009), - [sym___single_quote] = ACTIONS(3009), - [sym___c_double_quote] = ACTIONS(3009), - [sym___c_single_quote] = ACTIONS(3009), - [sym___r_double_quote] = ACTIONS(3009), - [sym___r_single_quote] = ACTIONS(3009), + [anon_sym_DOT] = ACTIONS(3175), + [anon_sym_as] = ACTIONS(3175), + [anon_sym_LBRACE] = ACTIONS(3175), + [anon_sym_COMMA] = ACTIONS(3175), + [anon_sym_const] = ACTIONS(3175), + [anon_sym_LPAREN] = ACTIONS(3175), + [anon_sym_EQ] = ACTIONS(3175), + [anon_sym___global] = ACTIONS(3175), + [anon_sym_type] = ACTIONS(3175), + [anon_sym_PIPE] = ACTIONS(3175), + [anon_sym_fn] = ACTIONS(3175), + [anon_sym_PLUS] = ACTIONS(3175), + [anon_sym_DASH] = ACTIONS(3175), + [anon_sym_STAR] = ACTIONS(3175), + [anon_sym_SLASH] = ACTIONS(3175), + [anon_sym_PERCENT] = ACTIONS(3175), + [anon_sym_LT] = ACTIONS(3175), + [anon_sym_GT] = ACTIONS(3175), + [anon_sym_EQ_EQ] = ACTIONS(3175), + [anon_sym_BANG_EQ] = ACTIONS(3175), + [anon_sym_LT_EQ] = ACTIONS(3175), + [anon_sym_GT_EQ] = ACTIONS(3175), + [anon_sym_LBRACK] = ACTIONS(3173), + [anon_sym_LT2] = ACTIONS(3175), + [anon_sym_struct] = ACTIONS(3175), + [anon_sym_union] = ACTIONS(3175), + [anon_sym_pub] = ACTIONS(3175), + [anon_sym_mut] = ACTIONS(3175), + [anon_sym_enum] = ACTIONS(3175), + [anon_sym_interface] = ACTIONS(3175), + [anon_sym_PLUS_PLUS] = ACTIONS(3175), + [anon_sym_DASH_DASH] = ACTIONS(3175), + [anon_sym_QMARK] = ACTIONS(3175), + [anon_sym_BANG] = ACTIONS(3175), + [anon_sym_go] = ACTIONS(3175), + [anon_sym_spawn] = ACTIONS(3175), + [anon_sym_json_DOTdecode] = ACTIONS(3175), + [anon_sym_LBRACK2] = ACTIONS(3175), + [anon_sym_TILDE] = ACTIONS(3175), + [anon_sym_CARET] = ACTIONS(3175), + [anon_sym_AMP] = ACTIONS(3175), + [anon_sym_LT_DASH] = ACTIONS(3175), + [anon_sym_LT_LT] = ACTIONS(3175), + [anon_sym_GT_GT] = ACTIONS(3175), + [anon_sym_GT_GT_GT] = ACTIONS(3175), + [anon_sym_AMP_CARET] = ACTIONS(3175), + [anon_sym_AMP_AMP] = ACTIONS(3175), + [anon_sym_PIPE_PIPE] = ACTIONS(3175), + [anon_sym_or] = ACTIONS(3175), + [sym_none] = ACTIONS(3175), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_nil] = ACTIONS(3175), + [anon_sym_QMARK_DOT] = ACTIONS(3175), + [anon_sym_POUND_LBRACK] = ACTIONS(3175), + [anon_sym_if] = ACTIONS(3175), + [anon_sym_DOLLARif] = ACTIONS(3175), + [anon_sym_is] = ACTIONS(3175), + [anon_sym_BANGis] = ACTIONS(3175), + [anon_sym_in] = ACTIONS(3175), + [anon_sym_BANGin] = ACTIONS(3175), + [anon_sym_match] = ACTIONS(3175), + [anon_sym_select] = ACTIONS(3175), + [anon_sym_STAR_EQ] = ACTIONS(3175), + [anon_sym_SLASH_EQ] = ACTIONS(3175), + [anon_sym_PERCENT_EQ] = ACTIONS(3175), + [anon_sym_LT_LT_EQ] = ACTIONS(3175), + [anon_sym_GT_GT_EQ] = ACTIONS(3175), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3175), + [anon_sym_AMP_EQ] = ACTIONS(3175), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3175), + [anon_sym_PLUS_EQ] = ACTIONS(3175), + [anon_sym_DASH_EQ] = ACTIONS(3175), + [anon_sym_PIPE_EQ] = ACTIONS(3175), + [anon_sym_CARET_EQ] = ACTIONS(3175), + [anon_sym_COLON_EQ] = ACTIONS(3175), + [anon_sym_lock] = ACTIONS(3175), + [anon_sym_rlock] = ACTIONS(3175), + [anon_sym_unsafe] = ACTIONS(3175), + [anon_sym_sql] = ACTIONS(3175), + [sym_int_literal] = ACTIONS(3175), + [sym_float_literal] = ACTIONS(3175), + [sym_rune_literal] = ACTIONS(3175), + [anon_sym_AT] = ACTIONS(3175), + [anon_sym_shared] = ACTIONS(3175), + [anon_sym_map_LBRACK] = ACTIONS(3175), + [anon_sym_chan] = ACTIONS(3175), + [anon_sym_thread] = ACTIONS(3175), + [anon_sym_atomic] = ACTIONS(3175), + [anon_sym_assert] = ACTIONS(3175), + [anon_sym_defer] = ACTIONS(3175), + [anon_sym_goto] = ACTIONS(3175), + [anon_sym_break] = ACTIONS(3175), + [anon_sym_continue] = ACTIONS(3175), + [anon_sym_return] = ACTIONS(3175), + [anon_sym_DOLLARfor] = ACTIONS(3175), + [anon_sym_for] = ACTIONS(3175), + [anon_sym_POUND] = ACTIONS(3175), + [anon_sym_asm] = ACTIONS(3175), + [anon_sym_AT_LBRACK] = ACTIONS(3175), + [sym___double_quote] = ACTIONS(3175), + [sym___single_quote] = ACTIONS(3175), + [sym___c_double_quote] = ACTIONS(3175), + [sym___c_single_quote] = ACTIONS(3175), + [sym___r_double_quote] = ACTIONS(3175), + [sym___r_single_quote] = ACTIONS(3175), }, [904] = { - [ts_builtin_sym_end] = ACTIONS(3011), - [sym_identifier] = ACTIONS(3013), - [anon_sym_LF] = ACTIONS(3013), - [anon_sym_CR] = ACTIONS(3013), - [anon_sym_CR_LF] = ACTIONS(3013), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3013), - [anon_sym_as] = ACTIONS(3013), - [anon_sym_LBRACE] = ACTIONS(3013), - [anon_sym_COMMA] = ACTIONS(3013), - [anon_sym_const] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(3013), - [anon_sym_EQ] = ACTIONS(3013), - [anon_sym___global] = ACTIONS(3013), - [anon_sym_type] = ACTIONS(3013), - [anon_sym_PIPE] = ACTIONS(3013), - [anon_sym_fn] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3013), - [anon_sym_SLASH] = ACTIONS(3013), - [anon_sym_PERCENT] = ACTIONS(3013), - [anon_sym_LT] = ACTIONS(3013), - [anon_sym_GT] = ACTIONS(3013), - [anon_sym_EQ_EQ] = ACTIONS(3013), - [anon_sym_BANG_EQ] = ACTIONS(3013), - [anon_sym_LT_EQ] = ACTIONS(3013), - [anon_sym_GT_EQ] = ACTIONS(3013), - [anon_sym_LBRACK] = ACTIONS(3011), - [anon_sym_struct] = ACTIONS(3013), - [anon_sym_union] = ACTIONS(3013), - [anon_sym_pub] = ACTIONS(3013), - [anon_sym_mut] = ACTIONS(3013), - [anon_sym_enum] = ACTIONS(3013), - [anon_sym_interface] = ACTIONS(3013), - [anon_sym_PLUS_PLUS] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3013), - [anon_sym_QMARK] = ACTIONS(3013), - [anon_sym_BANG] = ACTIONS(3013), - [anon_sym_go] = ACTIONS(3013), - [anon_sym_spawn] = ACTIONS(3013), - [anon_sym_json_DOTdecode] = ACTIONS(3013), - [anon_sym_LBRACK2] = ACTIONS(3013), - [anon_sym_TILDE] = ACTIONS(3013), - [anon_sym_CARET] = ACTIONS(3013), - [anon_sym_AMP] = ACTIONS(3013), - [anon_sym_LT_DASH] = ACTIONS(3013), - [anon_sym_LT_LT] = ACTIONS(3013), - [anon_sym_GT_GT] = ACTIONS(3013), - [anon_sym_GT_GT_GT] = ACTIONS(3013), - [anon_sym_AMP_CARET] = ACTIONS(3013), - [anon_sym_AMP_AMP] = ACTIONS(3013), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_or] = ACTIONS(3013), - [sym_none] = ACTIONS(3013), - [sym_true] = ACTIONS(3013), - [sym_false] = ACTIONS(3013), - [sym_nil] = ACTIONS(3013), - [anon_sym_QMARK_DOT] = ACTIONS(3013), - [anon_sym_POUND_LBRACK] = ACTIONS(3013), - [anon_sym_if] = ACTIONS(3013), - [anon_sym_DOLLARif] = ACTIONS(3013), - [anon_sym_is] = ACTIONS(3013), - [anon_sym_BANGis] = ACTIONS(3013), - [anon_sym_in] = ACTIONS(3013), - [anon_sym_BANGin] = ACTIONS(3013), - [anon_sym_match] = ACTIONS(3013), - [anon_sym_select] = ACTIONS(3013), - [anon_sym_STAR_EQ] = ACTIONS(3013), - [anon_sym_SLASH_EQ] = ACTIONS(3013), - [anon_sym_PERCENT_EQ] = ACTIONS(3013), - [anon_sym_LT_LT_EQ] = ACTIONS(3013), - [anon_sym_GT_GT_EQ] = ACTIONS(3013), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3013), - [anon_sym_AMP_EQ] = ACTIONS(3013), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3013), - [anon_sym_PLUS_EQ] = ACTIONS(3013), - [anon_sym_DASH_EQ] = ACTIONS(3013), - [anon_sym_PIPE_EQ] = ACTIONS(3013), - [anon_sym_CARET_EQ] = ACTIONS(3013), - [anon_sym_COLON_EQ] = ACTIONS(3013), - [anon_sym_lock] = ACTIONS(3013), - [anon_sym_rlock] = ACTIONS(3013), - [anon_sym_unsafe] = ACTIONS(3013), - [anon_sym_sql] = ACTIONS(3013), - [sym_int_literal] = ACTIONS(3013), - [sym_float_literal] = ACTIONS(3013), - [sym_rune_literal] = ACTIONS(3013), - [anon_sym_AT] = ACTIONS(3013), - [anon_sym_shared] = ACTIONS(3013), - [anon_sym_map_LBRACK] = ACTIONS(3013), - [anon_sym_chan] = ACTIONS(3013), - [anon_sym_thread] = ACTIONS(3013), - [anon_sym_atomic] = ACTIONS(3013), - [anon_sym_assert] = ACTIONS(3013), - [anon_sym_defer] = ACTIONS(3013), - [anon_sym_goto] = ACTIONS(3013), - [anon_sym_break] = ACTIONS(3013), - [anon_sym_continue] = ACTIONS(3013), - [anon_sym_return] = ACTIONS(3013), - [anon_sym_DOLLARfor] = ACTIONS(3013), - [anon_sym_for] = ACTIONS(3013), - [anon_sym_POUND] = ACTIONS(3013), - [anon_sym_asm] = ACTIONS(3013), - [anon_sym_AT_LBRACK] = ACTIONS(3013), - [sym___double_quote] = ACTIONS(3013), - [sym___single_quote] = ACTIONS(3013), - [sym___c_double_quote] = ACTIONS(3013), - [sym___c_single_quote] = ACTIONS(3013), - [sym___r_double_quote] = ACTIONS(3013), - [sym___r_single_quote] = ACTIONS(3013), + [sym__expression] = STATE(2661), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [905] = { - [ts_builtin_sym_end] = ACTIONS(3015), - [sym_identifier] = ACTIONS(3017), - [anon_sym_LF] = ACTIONS(3017), - [anon_sym_CR] = ACTIONS(3017), - [anon_sym_CR_LF] = ACTIONS(3017), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3017), - [anon_sym_as] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(3017), - [anon_sym_COMMA] = ACTIONS(3017), - [anon_sym_const] = ACTIONS(3017), - [anon_sym_LPAREN] = ACTIONS(3017), - [anon_sym_EQ] = ACTIONS(3017), - [anon_sym___global] = ACTIONS(3017), - [anon_sym_type] = ACTIONS(3017), - [anon_sym_PIPE] = ACTIONS(3017), - [anon_sym_fn] = ACTIONS(3017), - [anon_sym_PLUS] = ACTIONS(3017), - [anon_sym_DASH] = ACTIONS(3017), - [anon_sym_STAR] = ACTIONS(3017), - [anon_sym_SLASH] = ACTIONS(3017), - [anon_sym_PERCENT] = ACTIONS(3017), - [anon_sym_LT] = ACTIONS(3017), - [anon_sym_GT] = ACTIONS(3017), - [anon_sym_EQ_EQ] = ACTIONS(3017), - [anon_sym_BANG_EQ] = ACTIONS(3017), - [anon_sym_LT_EQ] = ACTIONS(3017), - [anon_sym_GT_EQ] = ACTIONS(3017), - [anon_sym_LBRACK] = ACTIONS(3015), - [anon_sym_struct] = ACTIONS(3017), - [anon_sym_union] = ACTIONS(3017), - [anon_sym_pub] = ACTIONS(3017), - [anon_sym_mut] = ACTIONS(3017), - [anon_sym_enum] = ACTIONS(3017), - [anon_sym_interface] = ACTIONS(3017), - [anon_sym_PLUS_PLUS] = ACTIONS(3017), - [anon_sym_DASH_DASH] = ACTIONS(3017), - [anon_sym_QMARK] = ACTIONS(3017), - [anon_sym_BANG] = ACTIONS(3017), - [anon_sym_go] = ACTIONS(3017), - [anon_sym_spawn] = ACTIONS(3017), - [anon_sym_json_DOTdecode] = ACTIONS(3017), - [anon_sym_LBRACK2] = ACTIONS(3017), - [anon_sym_TILDE] = ACTIONS(3017), - [anon_sym_CARET] = ACTIONS(3017), - [anon_sym_AMP] = ACTIONS(3017), - [anon_sym_LT_DASH] = ACTIONS(3017), - [anon_sym_LT_LT] = ACTIONS(3017), - [anon_sym_GT_GT] = ACTIONS(3017), - [anon_sym_GT_GT_GT] = ACTIONS(3017), - [anon_sym_AMP_CARET] = ACTIONS(3017), - [anon_sym_AMP_AMP] = ACTIONS(3017), - [anon_sym_PIPE_PIPE] = ACTIONS(3017), - [anon_sym_or] = ACTIONS(3017), - [sym_none] = ACTIONS(3017), - [sym_true] = ACTIONS(3017), - [sym_false] = ACTIONS(3017), - [sym_nil] = ACTIONS(3017), - [anon_sym_QMARK_DOT] = ACTIONS(3017), - [anon_sym_POUND_LBRACK] = ACTIONS(3017), - [anon_sym_if] = ACTIONS(3017), - [anon_sym_DOLLARif] = ACTIONS(3017), - [anon_sym_is] = ACTIONS(3017), - [anon_sym_BANGis] = ACTIONS(3017), - [anon_sym_in] = ACTIONS(3017), - [anon_sym_BANGin] = ACTIONS(3017), - [anon_sym_match] = ACTIONS(3017), - [anon_sym_select] = ACTIONS(3017), - [anon_sym_STAR_EQ] = ACTIONS(3017), - [anon_sym_SLASH_EQ] = ACTIONS(3017), - [anon_sym_PERCENT_EQ] = ACTIONS(3017), - [anon_sym_LT_LT_EQ] = ACTIONS(3017), - [anon_sym_GT_GT_EQ] = ACTIONS(3017), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3017), - [anon_sym_AMP_EQ] = ACTIONS(3017), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3017), - [anon_sym_PLUS_EQ] = ACTIONS(3017), - [anon_sym_DASH_EQ] = ACTIONS(3017), - [anon_sym_PIPE_EQ] = ACTIONS(3017), - [anon_sym_CARET_EQ] = ACTIONS(3017), - [anon_sym_COLON_EQ] = ACTIONS(3017), - [anon_sym_lock] = ACTIONS(3017), - [anon_sym_rlock] = ACTIONS(3017), - [anon_sym_unsafe] = ACTIONS(3017), - [anon_sym_sql] = ACTIONS(3017), - [sym_int_literal] = ACTIONS(3017), - [sym_float_literal] = ACTIONS(3017), - [sym_rune_literal] = ACTIONS(3017), - [anon_sym_AT] = ACTIONS(3017), - [anon_sym_shared] = ACTIONS(3017), - [anon_sym_map_LBRACK] = ACTIONS(3017), - [anon_sym_chan] = ACTIONS(3017), - [anon_sym_thread] = ACTIONS(3017), - [anon_sym_atomic] = ACTIONS(3017), - [anon_sym_assert] = ACTIONS(3017), - [anon_sym_defer] = ACTIONS(3017), - [anon_sym_goto] = ACTIONS(3017), - [anon_sym_break] = ACTIONS(3017), - [anon_sym_continue] = ACTIONS(3017), - [anon_sym_return] = ACTIONS(3017), - [anon_sym_DOLLARfor] = ACTIONS(3017), - [anon_sym_for] = ACTIONS(3017), - [anon_sym_POUND] = ACTIONS(3017), - [anon_sym_asm] = ACTIONS(3017), - [anon_sym_AT_LBRACK] = ACTIONS(3017), - [sym___double_quote] = ACTIONS(3017), - [sym___single_quote] = ACTIONS(3017), - [sym___c_double_quote] = ACTIONS(3017), - [sym___c_single_quote] = ACTIONS(3017), - [sym___r_double_quote] = ACTIONS(3017), - [sym___r_single_quote] = ACTIONS(3017), + [sym__expression] = STATE(2613), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4201), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1087), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_fn] = ACTIONS(1095), + [anon_sym_PLUS] = ACTIONS(2496), + [anon_sym_DASH] = ACTIONS(2496), + [anon_sym_STAR] = ACTIONS(2498), + [anon_sym_struct] = ACTIONS(1101), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2500), + [anon_sym_go] = ACTIONS(2502), + [anon_sym_spawn] = ACTIONS(2504), + [anon_sym_json_DOTdecode] = ACTIONS(1109), + [anon_sym_LBRACK2] = ACTIONS(1111), + [anon_sym_TILDE] = ACTIONS(2496), + [anon_sym_CARET] = ACTIONS(2496), + [anon_sym_AMP] = ACTIONS(2506), + [anon_sym_LT_DASH] = ACTIONS(2508), + [sym_none] = ACTIONS(1117), + [sym_true] = ACTIONS(1117), + [sym_false] = ACTIONS(1117), + [sym_nil] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), + [anon_sym_DOLLARif] = ACTIONS(1123), + [anon_sym_match] = ACTIONS(1125), + [anon_sym_select] = ACTIONS(2510), + [anon_sym_lock] = ACTIONS(2512), + [anon_sym_rlock] = ACTIONS(2512), + [anon_sym_unsafe] = ACTIONS(1131), + [anon_sym_sql] = ACTIONS(1133), + [sym_int_literal] = ACTIONS(1117), + [sym_float_literal] = ACTIONS(1135), + [sym_rune_literal] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1139), + [sym___single_quote] = ACTIONS(1141), + [sym___c_double_quote] = ACTIONS(1143), + [sym___c_single_quote] = ACTIONS(1145), + [sym___r_double_quote] = ACTIONS(1147), + [sym___r_single_quote] = ACTIONS(1149), }, [906] = { - [ts_builtin_sym_end] = ACTIONS(3019), - [sym_identifier] = ACTIONS(3021), - [anon_sym_LF] = ACTIONS(3021), - [anon_sym_CR] = ACTIONS(3021), - [anon_sym_CR_LF] = ACTIONS(3021), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3021), - [anon_sym_as] = ACTIONS(3021), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COMMA] = ACTIONS(3021), - [anon_sym_const] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(3021), - [anon_sym_EQ] = ACTIONS(3021), - [anon_sym___global] = ACTIONS(3021), - [anon_sym_type] = ACTIONS(3021), - [anon_sym_PIPE] = ACTIONS(3021), - [anon_sym_fn] = ACTIONS(3021), - [anon_sym_PLUS] = ACTIONS(3021), - [anon_sym_DASH] = ACTIONS(3021), - [anon_sym_STAR] = ACTIONS(3021), - [anon_sym_SLASH] = ACTIONS(3021), - [anon_sym_PERCENT] = ACTIONS(3021), - [anon_sym_LT] = ACTIONS(3021), - [anon_sym_GT] = ACTIONS(3021), - [anon_sym_EQ_EQ] = ACTIONS(3021), - [anon_sym_BANG_EQ] = ACTIONS(3021), - [anon_sym_LT_EQ] = ACTIONS(3021), - [anon_sym_GT_EQ] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3019), - [anon_sym_struct] = ACTIONS(3021), - [anon_sym_union] = ACTIONS(3021), - [anon_sym_pub] = ACTIONS(3021), - [anon_sym_mut] = ACTIONS(3021), - [anon_sym_enum] = ACTIONS(3021), - [anon_sym_interface] = ACTIONS(3021), - [anon_sym_PLUS_PLUS] = ACTIONS(3021), - [anon_sym_DASH_DASH] = ACTIONS(3021), - [anon_sym_QMARK] = ACTIONS(3021), - [anon_sym_BANG] = ACTIONS(3021), - [anon_sym_go] = ACTIONS(3021), - [anon_sym_spawn] = ACTIONS(3021), - [anon_sym_json_DOTdecode] = ACTIONS(3021), - [anon_sym_LBRACK2] = ACTIONS(3021), - [anon_sym_TILDE] = ACTIONS(3021), - [anon_sym_CARET] = ACTIONS(3021), - [anon_sym_AMP] = ACTIONS(3021), - [anon_sym_LT_DASH] = ACTIONS(3021), - [anon_sym_LT_LT] = ACTIONS(3021), - [anon_sym_GT_GT] = ACTIONS(3021), - [anon_sym_GT_GT_GT] = ACTIONS(3021), - [anon_sym_AMP_CARET] = ACTIONS(3021), - [anon_sym_AMP_AMP] = ACTIONS(3021), - [anon_sym_PIPE_PIPE] = ACTIONS(3021), - [anon_sym_or] = ACTIONS(3021), - [sym_none] = ACTIONS(3021), - [sym_true] = ACTIONS(3021), - [sym_false] = ACTIONS(3021), - [sym_nil] = ACTIONS(3021), - [anon_sym_QMARK_DOT] = ACTIONS(3021), - [anon_sym_POUND_LBRACK] = ACTIONS(3021), - [anon_sym_if] = ACTIONS(3021), - [anon_sym_DOLLARif] = ACTIONS(3021), - [anon_sym_is] = ACTIONS(3021), - [anon_sym_BANGis] = ACTIONS(3021), - [anon_sym_in] = ACTIONS(3021), - [anon_sym_BANGin] = ACTIONS(3021), - [anon_sym_match] = ACTIONS(3021), - [anon_sym_select] = ACTIONS(3021), - [anon_sym_STAR_EQ] = ACTIONS(3021), - [anon_sym_SLASH_EQ] = ACTIONS(3021), - [anon_sym_PERCENT_EQ] = ACTIONS(3021), - [anon_sym_LT_LT_EQ] = ACTIONS(3021), - [anon_sym_GT_GT_EQ] = ACTIONS(3021), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3021), - [anon_sym_AMP_EQ] = ACTIONS(3021), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3021), - [anon_sym_PLUS_EQ] = ACTIONS(3021), - [anon_sym_DASH_EQ] = ACTIONS(3021), - [anon_sym_PIPE_EQ] = ACTIONS(3021), - [anon_sym_CARET_EQ] = ACTIONS(3021), - [anon_sym_COLON_EQ] = ACTIONS(3021), - [anon_sym_lock] = ACTIONS(3021), - [anon_sym_rlock] = ACTIONS(3021), - [anon_sym_unsafe] = ACTIONS(3021), - [anon_sym_sql] = ACTIONS(3021), - [sym_int_literal] = ACTIONS(3021), - [sym_float_literal] = ACTIONS(3021), - [sym_rune_literal] = ACTIONS(3021), - [anon_sym_AT] = ACTIONS(3021), - [anon_sym_shared] = ACTIONS(3021), - [anon_sym_map_LBRACK] = ACTIONS(3021), - [anon_sym_chan] = ACTIONS(3021), - [anon_sym_thread] = ACTIONS(3021), - [anon_sym_atomic] = ACTIONS(3021), - [anon_sym_assert] = ACTIONS(3021), - [anon_sym_defer] = ACTIONS(3021), - [anon_sym_goto] = ACTIONS(3021), - [anon_sym_break] = ACTIONS(3021), - [anon_sym_continue] = ACTIONS(3021), - [anon_sym_return] = ACTIONS(3021), - [anon_sym_DOLLARfor] = ACTIONS(3021), - [anon_sym_for] = ACTIONS(3021), - [anon_sym_POUND] = ACTIONS(3021), - [anon_sym_asm] = ACTIONS(3021), - [anon_sym_AT_LBRACK] = ACTIONS(3021), - [sym___double_quote] = ACTIONS(3021), - [sym___single_quote] = ACTIONS(3021), - [sym___c_double_quote] = ACTIONS(3021), - [sym___c_single_quote] = ACTIONS(3021), - [sym___r_double_quote] = ACTIONS(3021), - [sym___r_single_quote] = ACTIONS(3021), + [sym__expression] = STATE(979), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2821), + [anon_sym_DASH] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(2823), + [anon_sym_struct] = ACTIONS(501), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2825), + [anon_sym_go] = ACTIONS(2827), + [anon_sym_spawn] = ACTIONS(2829), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2821), + [anon_sym_CARET] = ACTIONS(2821), + [anon_sym_AMP] = ACTIONS(2831), + [anon_sym_LT_DASH] = ACTIONS(2833), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(2835), + [anon_sym_lock] = ACTIONS(2837), + [anon_sym_rlock] = ACTIONS(2837), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, [907] = { - [ts_builtin_sym_end] = ACTIONS(3023), - [sym_identifier] = ACTIONS(3025), - [anon_sym_LF] = ACTIONS(3025), - [anon_sym_CR] = ACTIONS(3025), - [anon_sym_CR_LF] = ACTIONS(3025), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3025), - [anon_sym_as] = ACTIONS(3025), - [anon_sym_LBRACE] = ACTIONS(3025), - [anon_sym_COMMA] = ACTIONS(3025), - [anon_sym_const] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(3025), - [anon_sym_EQ] = ACTIONS(3025), - [anon_sym___global] = ACTIONS(3025), - [anon_sym_type] = ACTIONS(3025), - [anon_sym_PIPE] = ACTIONS(3025), - [anon_sym_fn] = ACTIONS(3025), - [anon_sym_PLUS] = ACTIONS(3025), - [anon_sym_DASH] = ACTIONS(3025), - [anon_sym_STAR] = ACTIONS(3025), - [anon_sym_SLASH] = ACTIONS(3025), - [anon_sym_PERCENT] = ACTIONS(3025), - [anon_sym_LT] = ACTIONS(3025), - [anon_sym_GT] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3025), - [anon_sym_BANG_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), - [anon_sym_LBRACK] = ACTIONS(3023), - [anon_sym_struct] = ACTIONS(3025), - [anon_sym_union] = ACTIONS(3025), - [anon_sym_pub] = ACTIONS(3025), - [anon_sym_mut] = ACTIONS(3025), - [anon_sym_enum] = ACTIONS(3025), - [anon_sym_interface] = ACTIONS(3025), - [anon_sym_PLUS_PLUS] = ACTIONS(3025), - [anon_sym_DASH_DASH] = ACTIONS(3025), - [anon_sym_QMARK] = ACTIONS(3025), - [anon_sym_BANG] = ACTIONS(3025), - [anon_sym_go] = ACTIONS(3025), - [anon_sym_spawn] = ACTIONS(3025), - [anon_sym_json_DOTdecode] = ACTIONS(3025), - [anon_sym_LBRACK2] = ACTIONS(3025), - [anon_sym_TILDE] = ACTIONS(3025), - [anon_sym_CARET] = ACTIONS(3025), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_LT_DASH] = ACTIONS(3025), - [anon_sym_LT_LT] = ACTIONS(3025), - [anon_sym_GT_GT] = ACTIONS(3025), - [anon_sym_GT_GT_GT] = ACTIONS(3025), - [anon_sym_AMP_CARET] = ACTIONS(3025), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_or] = ACTIONS(3025), - [sym_none] = ACTIONS(3025), - [sym_true] = ACTIONS(3025), - [sym_false] = ACTIONS(3025), - [sym_nil] = ACTIONS(3025), - [anon_sym_QMARK_DOT] = ACTIONS(3025), - [anon_sym_POUND_LBRACK] = ACTIONS(3025), - [anon_sym_if] = ACTIONS(3025), - [anon_sym_DOLLARif] = ACTIONS(3025), - [anon_sym_is] = ACTIONS(3025), - [anon_sym_BANGis] = ACTIONS(3025), - [anon_sym_in] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(3025), - [anon_sym_match] = ACTIONS(3025), - [anon_sym_select] = ACTIONS(3025), - [anon_sym_STAR_EQ] = ACTIONS(3025), - [anon_sym_SLASH_EQ] = ACTIONS(3025), - [anon_sym_PERCENT_EQ] = ACTIONS(3025), - [anon_sym_LT_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_GT_EQ] = ACTIONS(3025), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3025), - [anon_sym_AMP_EQ] = ACTIONS(3025), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3025), - [anon_sym_PLUS_EQ] = ACTIONS(3025), - [anon_sym_DASH_EQ] = ACTIONS(3025), - [anon_sym_PIPE_EQ] = ACTIONS(3025), - [anon_sym_CARET_EQ] = ACTIONS(3025), - [anon_sym_COLON_EQ] = ACTIONS(3025), - [anon_sym_lock] = ACTIONS(3025), - [anon_sym_rlock] = ACTIONS(3025), - [anon_sym_unsafe] = ACTIONS(3025), - [anon_sym_sql] = ACTIONS(3025), - [sym_int_literal] = ACTIONS(3025), - [sym_float_literal] = ACTIONS(3025), - [sym_rune_literal] = ACTIONS(3025), - [anon_sym_AT] = ACTIONS(3025), - [anon_sym_shared] = ACTIONS(3025), - [anon_sym_map_LBRACK] = ACTIONS(3025), - [anon_sym_chan] = ACTIONS(3025), - [anon_sym_thread] = ACTIONS(3025), - [anon_sym_atomic] = ACTIONS(3025), - [anon_sym_assert] = ACTIONS(3025), - [anon_sym_defer] = ACTIONS(3025), - [anon_sym_goto] = ACTIONS(3025), - [anon_sym_break] = ACTIONS(3025), - [anon_sym_continue] = ACTIONS(3025), - [anon_sym_return] = ACTIONS(3025), - [anon_sym_DOLLARfor] = ACTIONS(3025), - [anon_sym_for] = ACTIONS(3025), - [anon_sym_POUND] = ACTIONS(3025), - [anon_sym_asm] = ACTIONS(3025), - [anon_sym_AT_LBRACK] = ACTIONS(3025), - [sym___double_quote] = ACTIONS(3025), - [sym___single_quote] = ACTIONS(3025), - [sym___c_double_quote] = ACTIONS(3025), - [sym___c_single_quote] = ACTIONS(3025), - [sym___r_double_quote] = ACTIONS(3025), - [sym___r_single_quote] = ACTIONS(3025), + [sym__expression] = STATE(2570), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4201), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1087), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_fn] = ACTIONS(1095), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_STAR] = ACTIONS(2775), + [anon_sym_struct] = ACTIONS(1101), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2777), + [anon_sym_go] = ACTIONS(1105), + [anon_sym_spawn] = ACTIONS(1107), + [anon_sym_json_DOTdecode] = ACTIONS(1109), + [anon_sym_LBRACK2] = ACTIONS(1111), + [anon_sym_TILDE] = ACTIONS(1097), + [anon_sym_CARET] = ACTIONS(1097), + [anon_sym_AMP] = ACTIONS(2779), + [anon_sym_LT_DASH] = ACTIONS(1115), + [sym_none] = ACTIONS(1117), + [sym_true] = ACTIONS(1117), + [sym_false] = ACTIONS(1117), + [sym_nil] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), + [anon_sym_DOLLARif] = ACTIONS(1123), + [anon_sym_match] = ACTIONS(1125), + [anon_sym_select] = ACTIONS(2622), + [anon_sym_lock] = ACTIONS(2624), + [anon_sym_rlock] = ACTIONS(2624), + [anon_sym_unsafe] = ACTIONS(1131), + [anon_sym_sql] = ACTIONS(1133), + [sym_int_literal] = ACTIONS(1117), + [sym_float_literal] = ACTIONS(1135), + [sym_rune_literal] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1139), + [sym___single_quote] = ACTIONS(1141), + [sym___c_double_quote] = ACTIONS(1143), + [sym___c_single_quote] = ACTIONS(1145), + [sym___r_double_quote] = ACTIONS(1147), + [sym___r_single_quote] = ACTIONS(1149), }, [908] = { - [ts_builtin_sym_end] = ACTIONS(3027), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LF] = ACTIONS(3029), - [anon_sym_CR] = ACTIONS(3029), - [anon_sym_CR_LF] = ACTIONS(3029), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2774), - [anon_sym_as] = ACTIONS(3029), - [anon_sym_LBRACE] = ACTIONS(3029), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_const] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(3029), - [anon_sym_EQ] = ACTIONS(3029), - [anon_sym___global] = ACTIONS(3029), - [anon_sym_type] = ACTIONS(3029), - [anon_sym_PIPE] = ACTIONS(3029), - [anon_sym_fn] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3029), - [anon_sym_DASH] = ACTIONS(3029), - [anon_sym_STAR] = ACTIONS(3029), - [anon_sym_SLASH] = ACTIONS(3029), - [anon_sym_PERCENT] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3029), - [anon_sym_GT] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3027), - [anon_sym_struct] = ACTIONS(3029), - [anon_sym_union] = ACTIONS(3029), - [anon_sym_pub] = ACTIONS(3029), - [anon_sym_mut] = ACTIONS(3029), - [anon_sym_enum] = ACTIONS(3029), - [anon_sym_interface] = ACTIONS(3029), - [anon_sym_PLUS_PLUS] = ACTIONS(3029), - [anon_sym_DASH_DASH] = ACTIONS(3029), - [anon_sym_QMARK] = ACTIONS(3029), - [anon_sym_BANG] = ACTIONS(3029), - [anon_sym_go] = ACTIONS(3029), - [anon_sym_spawn] = ACTIONS(3029), - [anon_sym_json_DOTdecode] = ACTIONS(3029), - [anon_sym_LBRACK2] = ACTIONS(3029), - [anon_sym_TILDE] = ACTIONS(3029), - [anon_sym_CARET] = ACTIONS(3029), - [anon_sym_AMP] = ACTIONS(3029), - [anon_sym_LT_DASH] = ACTIONS(3029), - [anon_sym_LT_LT] = ACTIONS(3029), - [anon_sym_GT_GT] = ACTIONS(3029), - [anon_sym_GT_GT_GT] = ACTIONS(3029), - [anon_sym_AMP_CARET] = ACTIONS(3029), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_or] = ACTIONS(3029), - [sym_none] = ACTIONS(3029), - [sym_true] = ACTIONS(3029), - [sym_false] = ACTIONS(3029), - [sym_nil] = ACTIONS(3029), - [anon_sym_QMARK_DOT] = ACTIONS(3029), - [anon_sym_POUND_LBRACK] = ACTIONS(3029), - [anon_sym_if] = ACTIONS(3029), - [anon_sym_DOLLARif] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3029), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_in] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_match] = ACTIONS(3029), - [anon_sym_select] = ACTIONS(3029), - [anon_sym_STAR_EQ] = ACTIONS(3029), - [anon_sym_SLASH_EQ] = ACTIONS(3029), - [anon_sym_PERCENT_EQ] = ACTIONS(3029), - [anon_sym_LT_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_GT_EQ] = ACTIONS(3029), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3029), - [anon_sym_AMP_EQ] = ACTIONS(3029), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3029), - [anon_sym_PLUS_EQ] = ACTIONS(3029), - [anon_sym_DASH_EQ] = ACTIONS(3029), - [anon_sym_PIPE_EQ] = ACTIONS(3029), - [anon_sym_CARET_EQ] = ACTIONS(3029), - [anon_sym_COLON_EQ] = ACTIONS(3029), - [anon_sym_lock] = ACTIONS(3029), - [anon_sym_rlock] = ACTIONS(3029), - [anon_sym_unsafe] = ACTIONS(3029), - [anon_sym_sql] = ACTIONS(3029), - [sym_int_literal] = ACTIONS(3029), - [sym_float_literal] = ACTIONS(3029), - [sym_rune_literal] = ACTIONS(3029), - [anon_sym_AT] = ACTIONS(3029), - [anon_sym_shared] = ACTIONS(3029), - [anon_sym_map_LBRACK] = ACTIONS(3029), - [anon_sym_chan] = ACTIONS(3029), - [anon_sym_thread] = ACTIONS(3029), - [anon_sym_atomic] = ACTIONS(3029), - [anon_sym_assert] = ACTIONS(3029), - [anon_sym_defer] = ACTIONS(3029), - [anon_sym_goto] = ACTIONS(3029), - [anon_sym_break] = ACTIONS(3029), - [anon_sym_continue] = ACTIONS(3029), - [anon_sym_return] = ACTIONS(3029), - [anon_sym_DOLLARfor] = ACTIONS(3029), - [anon_sym_for] = ACTIONS(3029), - [anon_sym_POUND] = ACTIONS(3029), - [anon_sym_asm] = ACTIONS(3029), - [anon_sym_AT_LBRACK] = ACTIONS(3029), - [sym___double_quote] = ACTIONS(3029), - [sym___single_quote] = ACTIONS(3029), - [sym___c_double_quote] = ACTIONS(3029), - [sym___c_single_quote] = ACTIONS(3029), - [sym___r_double_quote] = ACTIONS(3029), - [sym___r_single_quote] = ACTIONS(3029), + [sym__expression] = STATE(2561), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4201), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1087), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_fn] = ACTIONS(1095), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_STAR] = ACTIONS(2775), + [anon_sym_struct] = ACTIONS(1101), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2777), + [anon_sym_go] = ACTIONS(1105), + [anon_sym_spawn] = ACTIONS(1107), + [anon_sym_json_DOTdecode] = ACTIONS(1109), + [anon_sym_LBRACK2] = ACTIONS(1111), + [anon_sym_TILDE] = ACTIONS(1097), + [anon_sym_CARET] = ACTIONS(1097), + [anon_sym_AMP] = ACTIONS(2779), + [anon_sym_LT_DASH] = ACTIONS(1115), + [sym_none] = ACTIONS(1117), + [sym_true] = ACTIONS(1117), + [sym_false] = ACTIONS(1117), + [sym_nil] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), + [anon_sym_DOLLARif] = ACTIONS(1123), + [anon_sym_match] = ACTIONS(1125), + [anon_sym_select] = ACTIONS(2622), + [anon_sym_lock] = ACTIONS(2624), + [anon_sym_rlock] = ACTIONS(2624), + [anon_sym_unsafe] = ACTIONS(1131), + [anon_sym_sql] = ACTIONS(1133), + [sym_int_literal] = ACTIONS(1117), + [sym_float_literal] = ACTIONS(1135), + [sym_rune_literal] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1139), + [sym___single_quote] = ACTIONS(1141), + [sym___c_double_quote] = ACTIONS(1143), + [sym___c_single_quote] = ACTIONS(1145), + [sym___r_double_quote] = ACTIONS(1147), + [sym___r_single_quote] = ACTIONS(1149), }, [909] = { - [ts_builtin_sym_end] = ACTIONS(3031), - [sym_identifier] = ACTIONS(3033), - [anon_sym_LF] = ACTIONS(3033), - [anon_sym_CR] = ACTIONS(3033), - [anon_sym_CR_LF] = ACTIONS(3033), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3033), - [anon_sym_as] = ACTIONS(3033), - [anon_sym_LBRACE] = ACTIONS(3033), - [anon_sym_COMMA] = ACTIONS(3033), - [anon_sym_const] = ACTIONS(3033), - [anon_sym_LPAREN] = ACTIONS(3033), - [anon_sym_EQ] = ACTIONS(3033), - [anon_sym___global] = ACTIONS(3033), - [anon_sym_type] = ACTIONS(3033), - [anon_sym_PIPE] = ACTIONS(3033), - [anon_sym_fn] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3033), - [anon_sym_SLASH] = ACTIONS(3033), - [anon_sym_PERCENT] = ACTIONS(3033), - [anon_sym_LT] = ACTIONS(3033), - [anon_sym_GT] = ACTIONS(3033), - [anon_sym_EQ_EQ] = ACTIONS(3033), - [anon_sym_BANG_EQ] = ACTIONS(3033), - [anon_sym_LT_EQ] = ACTIONS(3033), - [anon_sym_GT_EQ] = ACTIONS(3033), - [anon_sym_LBRACK] = ACTIONS(3031), - [anon_sym_struct] = ACTIONS(3033), - [anon_sym_union] = ACTIONS(3033), - [anon_sym_pub] = ACTIONS(3033), - [anon_sym_mut] = ACTIONS(3033), - [anon_sym_enum] = ACTIONS(3033), - [anon_sym_interface] = ACTIONS(3033), - [anon_sym_PLUS_PLUS] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3033), - [anon_sym_QMARK] = ACTIONS(3033), - [anon_sym_BANG] = ACTIONS(3033), - [anon_sym_go] = ACTIONS(3033), - [anon_sym_spawn] = ACTIONS(3033), - [anon_sym_json_DOTdecode] = ACTIONS(3033), - [anon_sym_LBRACK2] = ACTIONS(3033), - [anon_sym_TILDE] = ACTIONS(3033), - [anon_sym_CARET] = ACTIONS(3033), - [anon_sym_AMP] = ACTIONS(3033), - [anon_sym_LT_DASH] = ACTIONS(3033), - [anon_sym_LT_LT] = ACTIONS(3033), - [anon_sym_GT_GT] = ACTIONS(3033), - [anon_sym_GT_GT_GT] = ACTIONS(3033), - [anon_sym_AMP_CARET] = ACTIONS(3033), - [anon_sym_AMP_AMP] = ACTIONS(3033), - [anon_sym_PIPE_PIPE] = ACTIONS(3033), - [anon_sym_or] = ACTIONS(3033), - [sym_none] = ACTIONS(3033), - [sym_true] = ACTIONS(3033), - [sym_false] = ACTIONS(3033), - [sym_nil] = ACTIONS(3033), - [anon_sym_QMARK_DOT] = ACTIONS(3033), - [anon_sym_POUND_LBRACK] = ACTIONS(3033), - [anon_sym_if] = ACTIONS(3033), - [anon_sym_DOLLARif] = ACTIONS(3033), - [anon_sym_is] = ACTIONS(3033), - [anon_sym_BANGis] = ACTIONS(3033), - [anon_sym_in] = ACTIONS(3033), - [anon_sym_BANGin] = ACTIONS(3033), - [anon_sym_match] = ACTIONS(3033), - [anon_sym_select] = ACTIONS(3033), - [anon_sym_STAR_EQ] = ACTIONS(3033), - [anon_sym_SLASH_EQ] = ACTIONS(3033), - [anon_sym_PERCENT_EQ] = ACTIONS(3033), - [anon_sym_LT_LT_EQ] = ACTIONS(3033), - [anon_sym_GT_GT_EQ] = ACTIONS(3033), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3033), - [anon_sym_AMP_EQ] = ACTIONS(3033), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3033), - [anon_sym_PLUS_EQ] = ACTIONS(3033), - [anon_sym_DASH_EQ] = ACTIONS(3033), - [anon_sym_PIPE_EQ] = ACTIONS(3033), - [anon_sym_CARET_EQ] = ACTIONS(3033), - [anon_sym_COLON_EQ] = ACTIONS(3033), - [anon_sym_lock] = ACTIONS(3033), - [anon_sym_rlock] = ACTIONS(3033), - [anon_sym_unsafe] = ACTIONS(3033), - [anon_sym_sql] = ACTIONS(3033), - [sym_int_literal] = ACTIONS(3033), - [sym_float_literal] = ACTIONS(3033), - [sym_rune_literal] = ACTIONS(3033), - [anon_sym_AT] = ACTIONS(3033), - [anon_sym_shared] = ACTIONS(3033), - [anon_sym_map_LBRACK] = ACTIONS(3033), - [anon_sym_chan] = ACTIONS(3033), - [anon_sym_thread] = ACTIONS(3033), - [anon_sym_atomic] = ACTIONS(3033), - [anon_sym_assert] = ACTIONS(3033), - [anon_sym_defer] = ACTIONS(3033), - [anon_sym_goto] = ACTIONS(3033), - [anon_sym_break] = ACTIONS(3033), - [anon_sym_continue] = ACTIONS(3033), - [anon_sym_return] = ACTIONS(3033), - [anon_sym_DOLLARfor] = ACTIONS(3033), - [anon_sym_for] = ACTIONS(3033), - [anon_sym_POUND] = ACTIONS(3033), - [anon_sym_asm] = ACTIONS(3033), - [anon_sym_AT_LBRACK] = ACTIONS(3033), - [sym___double_quote] = ACTIONS(3033), - [sym___single_quote] = ACTIONS(3033), - [sym___c_double_quote] = ACTIONS(3033), - [sym___c_single_quote] = ACTIONS(3033), - [sym___r_double_quote] = ACTIONS(3033), - [sym___r_single_quote] = ACTIONS(3033), + [sym__expression] = STATE(1281), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1360), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_struct] = ACTIONS(1376), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [910] = { - [ts_builtin_sym_end] = ACTIONS(3035), - [sym_identifier] = ACTIONS(3037), - [anon_sym_LF] = ACTIONS(3037), - [anon_sym_CR] = ACTIONS(3037), - [anon_sym_CR_LF] = ACTIONS(3037), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3037), - [anon_sym_as] = ACTIONS(3037), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COMMA] = ACTIONS(3037), - [anon_sym_const] = ACTIONS(3037), - [anon_sym_LPAREN] = ACTIONS(3037), - [anon_sym_EQ] = ACTIONS(3037), - [anon_sym___global] = ACTIONS(3037), - [anon_sym_type] = ACTIONS(3037), - [anon_sym_PIPE] = ACTIONS(3037), - [anon_sym_fn] = ACTIONS(3037), - [anon_sym_PLUS] = ACTIONS(3037), - [anon_sym_DASH] = ACTIONS(3037), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_SLASH] = ACTIONS(3037), - [anon_sym_PERCENT] = ACTIONS(3037), - [anon_sym_LT] = ACTIONS(3037), - [anon_sym_GT] = ACTIONS(3037), - [anon_sym_EQ_EQ] = ACTIONS(3037), - [anon_sym_BANG_EQ] = ACTIONS(3037), - [anon_sym_LT_EQ] = ACTIONS(3037), - [anon_sym_GT_EQ] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3035), - [anon_sym_struct] = ACTIONS(3037), - [anon_sym_union] = ACTIONS(3037), - [anon_sym_pub] = ACTIONS(3037), - [anon_sym_mut] = ACTIONS(3037), - [anon_sym_enum] = ACTIONS(3037), - [anon_sym_interface] = ACTIONS(3037), - [anon_sym_PLUS_PLUS] = ACTIONS(3037), - [anon_sym_DASH_DASH] = ACTIONS(3037), - [anon_sym_QMARK] = ACTIONS(3037), - [anon_sym_BANG] = ACTIONS(3037), - [anon_sym_go] = ACTIONS(3037), - [anon_sym_spawn] = ACTIONS(3037), - [anon_sym_json_DOTdecode] = ACTIONS(3037), - [anon_sym_LBRACK2] = ACTIONS(3037), - [anon_sym_TILDE] = ACTIONS(3037), - [anon_sym_CARET] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_LT_DASH] = ACTIONS(3037), - [anon_sym_LT_LT] = ACTIONS(3037), - [anon_sym_GT_GT] = ACTIONS(3037), - [anon_sym_GT_GT_GT] = ACTIONS(3037), - [anon_sym_AMP_CARET] = ACTIONS(3037), - [anon_sym_AMP_AMP] = ACTIONS(3037), - [anon_sym_PIPE_PIPE] = ACTIONS(3037), - [anon_sym_or] = ACTIONS(3037), - [sym_none] = ACTIONS(3037), - [sym_true] = ACTIONS(3037), - [sym_false] = ACTIONS(3037), - [sym_nil] = ACTIONS(3037), - [anon_sym_QMARK_DOT] = ACTIONS(3037), - [anon_sym_POUND_LBRACK] = ACTIONS(3037), - [anon_sym_if] = ACTIONS(3037), - [anon_sym_DOLLARif] = ACTIONS(3037), - [anon_sym_is] = ACTIONS(3037), - [anon_sym_BANGis] = ACTIONS(3037), - [anon_sym_in] = ACTIONS(3037), - [anon_sym_BANGin] = ACTIONS(3037), - [anon_sym_match] = ACTIONS(3037), - [anon_sym_select] = ACTIONS(3037), - [anon_sym_STAR_EQ] = ACTIONS(3037), - [anon_sym_SLASH_EQ] = ACTIONS(3037), - [anon_sym_PERCENT_EQ] = ACTIONS(3037), - [anon_sym_LT_LT_EQ] = ACTIONS(3037), - [anon_sym_GT_GT_EQ] = ACTIONS(3037), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3037), - [anon_sym_AMP_EQ] = ACTIONS(3037), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3037), - [anon_sym_PLUS_EQ] = ACTIONS(3037), - [anon_sym_DASH_EQ] = ACTIONS(3037), - [anon_sym_PIPE_EQ] = ACTIONS(3037), - [anon_sym_CARET_EQ] = ACTIONS(3037), - [anon_sym_COLON_EQ] = ACTIONS(3037), - [anon_sym_lock] = ACTIONS(3037), - [anon_sym_rlock] = ACTIONS(3037), - [anon_sym_unsafe] = ACTIONS(3037), - [anon_sym_sql] = ACTIONS(3037), - [sym_int_literal] = ACTIONS(3037), - [sym_float_literal] = ACTIONS(3037), - [sym_rune_literal] = ACTIONS(3037), - [anon_sym_AT] = ACTIONS(3037), - [anon_sym_shared] = ACTIONS(3037), - [anon_sym_map_LBRACK] = ACTIONS(3037), - [anon_sym_chan] = ACTIONS(3037), - [anon_sym_thread] = ACTIONS(3037), - [anon_sym_atomic] = ACTIONS(3037), - [anon_sym_assert] = ACTIONS(3037), - [anon_sym_defer] = ACTIONS(3037), - [anon_sym_goto] = ACTIONS(3037), - [anon_sym_break] = ACTIONS(3037), - [anon_sym_continue] = ACTIONS(3037), - [anon_sym_return] = ACTIONS(3037), - [anon_sym_DOLLARfor] = ACTIONS(3037), - [anon_sym_for] = ACTIONS(3037), - [anon_sym_POUND] = ACTIONS(3037), - [anon_sym_asm] = ACTIONS(3037), - [anon_sym_AT_LBRACK] = ACTIONS(3037), - [sym___double_quote] = ACTIONS(3037), - [sym___single_quote] = ACTIONS(3037), - [sym___c_double_quote] = ACTIONS(3037), - [sym___c_single_quote] = ACTIONS(3037), - [sym___r_double_quote] = ACTIONS(3037), - [sym___r_single_quote] = ACTIONS(3037), + [sym__expression] = STATE(1280), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1360), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_struct] = ACTIONS(1376), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [911] = { - [ts_builtin_sym_end] = ACTIONS(3039), - [sym_identifier] = ACTIONS(3041), - [anon_sym_LF] = ACTIONS(3041), - [anon_sym_CR] = ACTIONS(3041), - [anon_sym_CR_LF] = ACTIONS(3041), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_as] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3041), - [anon_sym_COMMA] = ACTIONS(3041), - [anon_sym_const] = ACTIONS(3041), - [anon_sym_LPAREN] = ACTIONS(3041), - [anon_sym_EQ] = ACTIONS(3041), - [anon_sym___global] = ACTIONS(3041), - [anon_sym_type] = ACTIONS(3041), - [anon_sym_PIPE] = ACTIONS(3041), - [anon_sym_fn] = ACTIONS(3041), - [anon_sym_PLUS] = ACTIONS(3041), - [anon_sym_DASH] = ACTIONS(3041), - [anon_sym_STAR] = ACTIONS(3041), - [anon_sym_SLASH] = ACTIONS(3041), - [anon_sym_PERCENT] = ACTIONS(3041), - [anon_sym_LT] = ACTIONS(3041), - [anon_sym_GT] = ACTIONS(3041), - [anon_sym_EQ_EQ] = ACTIONS(3041), - [anon_sym_BANG_EQ] = ACTIONS(3041), - [anon_sym_LT_EQ] = ACTIONS(3041), - [anon_sym_GT_EQ] = ACTIONS(3041), - [anon_sym_LBRACK] = ACTIONS(3039), - [anon_sym_struct] = ACTIONS(3041), - [anon_sym_union] = ACTIONS(3041), - [anon_sym_pub] = ACTIONS(3041), - [anon_sym_mut] = ACTIONS(3041), - [anon_sym_enum] = ACTIONS(3041), - [anon_sym_interface] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_QMARK] = ACTIONS(3041), - [anon_sym_BANG] = ACTIONS(3041), - [anon_sym_go] = ACTIONS(3041), - [anon_sym_spawn] = ACTIONS(3041), - [anon_sym_json_DOTdecode] = ACTIONS(3041), - [anon_sym_LBRACK2] = ACTIONS(3041), - [anon_sym_TILDE] = ACTIONS(3041), - [anon_sym_CARET] = ACTIONS(3041), - [anon_sym_AMP] = ACTIONS(3041), - [anon_sym_LT_DASH] = ACTIONS(3041), - [anon_sym_LT_LT] = ACTIONS(3041), - [anon_sym_GT_GT] = ACTIONS(3041), - [anon_sym_GT_GT_GT] = ACTIONS(3041), - [anon_sym_AMP_CARET] = ACTIONS(3041), - [anon_sym_AMP_AMP] = ACTIONS(3041), - [anon_sym_PIPE_PIPE] = ACTIONS(3041), - [anon_sym_or] = ACTIONS(3041), - [sym_none] = ACTIONS(3041), - [sym_true] = ACTIONS(3041), - [sym_false] = ACTIONS(3041), - [sym_nil] = ACTIONS(3041), - [anon_sym_QMARK_DOT] = ACTIONS(3041), - [anon_sym_POUND_LBRACK] = ACTIONS(3041), - [anon_sym_if] = ACTIONS(3041), - [anon_sym_DOLLARif] = ACTIONS(3041), - [anon_sym_is] = ACTIONS(3041), - [anon_sym_BANGis] = ACTIONS(3041), - [anon_sym_in] = ACTIONS(3041), - [anon_sym_BANGin] = ACTIONS(3041), - [anon_sym_match] = ACTIONS(3041), - [anon_sym_select] = ACTIONS(3041), - [anon_sym_STAR_EQ] = ACTIONS(3041), - [anon_sym_SLASH_EQ] = ACTIONS(3041), - [anon_sym_PERCENT_EQ] = ACTIONS(3041), - [anon_sym_LT_LT_EQ] = ACTIONS(3041), - [anon_sym_GT_GT_EQ] = ACTIONS(3041), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3041), - [anon_sym_AMP_EQ] = ACTIONS(3041), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3041), - [anon_sym_PLUS_EQ] = ACTIONS(3041), - [anon_sym_DASH_EQ] = ACTIONS(3041), - [anon_sym_PIPE_EQ] = ACTIONS(3041), - [anon_sym_CARET_EQ] = ACTIONS(3041), - [anon_sym_COLON_EQ] = ACTIONS(3041), - [anon_sym_lock] = ACTIONS(3041), - [anon_sym_rlock] = ACTIONS(3041), - [anon_sym_unsafe] = ACTIONS(3041), - [anon_sym_sql] = ACTIONS(3041), - [sym_int_literal] = ACTIONS(3041), - [sym_float_literal] = ACTIONS(3041), - [sym_rune_literal] = ACTIONS(3041), - [anon_sym_AT] = ACTIONS(3041), - [anon_sym_shared] = ACTIONS(3041), - [anon_sym_map_LBRACK] = ACTIONS(3041), - [anon_sym_chan] = ACTIONS(3041), - [anon_sym_thread] = ACTIONS(3041), - [anon_sym_atomic] = ACTIONS(3041), - [anon_sym_assert] = ACTIONS(3041), - [anon_sym_defer] = ACTIONS(3041), - [anon_sym_goto] = ACTIONS(3041), - [anon_sym_break] = ACTIONS(3041), - [anon_sym_continue] = ACTIONS(3041), - [anon_sym_return] = ACTIONS(3041), - [anon_sym_DOLLARfor] = ACTIONS(3041), - [anon_sym_for] = ACTIONS(3041), - [anon_sym_POUND] = ACTIONS(3041), - [anon_sym_asm] = ACTIONS(3041), - [anon_sym_AT_LBRACK] = ACTIONS(3041), - [sym___double_quote] = ACTIONS(3041), - [sym___single_quote] = ACTIONS(3041), - [sym___c_double_quote] = ACTIONS(3041), - [sym___c_single_quote] = ACTIONS(3041), - [sym___r_double_quote] = ACTIONS(3041), - [sym___r_single_quote] = ACTIONS(3041), + [sym__expression] = STATE(1279), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1360), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_struct] = ACTIONS(1376), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [912] = { - [ts_builtin_sym_end] = ACTIONS(3043), - [sym_identifier] = ACTIONS(3045), - [anon_sym_LF] = ACTIONS(3045), - [anon_sym_CR] = ACTIONS(3045), - [anon_sym_CR_LF] = ACTIONS(3045), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3045), - [anon_sym_as] = ACTIONS(3045), - [anon_sym_LBRACE] = ACTIONS(3045), - [anon_sym_COMMA] = ACTIONS(3045), - [anon_sym_const] = ACTIONS(3045), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_EQ] = ACTIONS(3045), - [anon_sym___global] = ACTIONS(3045), - [anon_sym_type] = ACTIONS(3045), - [anon_sym_PIPE] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3045), - [anon_sym_PLUS] = ACTIONS(3045), - [anon_sym_DASH] = ACTIONS(3045), - [anon_sym_STAR] = ACTIONS(3045), - [anon_sym_SLASH] = ACTIONS(3045), - [anon_sym_PERCENT] = ACTIONS(3045), - [anon_sym_LT] = ACTIONS(3045), - [anon_sym_GT] = ACTIONS(3045), - [anon_sym_EQ_EQ] = ACTIONS(3045), - [anon_sym_BANG_EQ] = ACTIONS(3045), - [anon_sym_LT_EQ] = ACTIONS(3045), - [anon_sym_GT_EQ] = ACTIONS(3045), - [anon_sym_LBRACK] = ACTIONS(3043), - [anon_sym_struct] = ACTIONS(3045), - [anon_sym_union] = ACTIONS(3045), - [anon_sym_pub] = ACTIONS(3045), - [anon_sym_mut] = ACTIONS(3045), - [anon_sym_enum] = ACTIONS(3045), - [anon_sym_interface] = ACTIONS(3045), - [anon_sym_PLUS_PLUS] = ACTIONS(3045), - [anon_sym_DASH_DASH] = ACTIONS(3045), - [anon_sym_QMARK] = ACTIONS(3045), - [anon_sym_BANG] = ACTIONS(3045), - [anon_sym_go] = ACTIONS(3045), - [anon_sym_spawn] = ACTIONS(3045), - [anon_sym_json_DOTdecode] = ACTIONS(3045), - [anon_sym_LBRACK2] = ACTIONS(3045), - [anon_sym_TILDE] = ACTIONS(3045), - [anon_sym_CARET] = ACTIONS(3045), - [anon_sym_AMP] = ACTIONS(3045), - [anon_sym_LT_DASH] = ACTIONS(3045), - [anon_sym_LT_LT] = ACTIONS(3045), - [anon_sym_GT_GT] = ACTIONS(3045), - [anon_sym_GT_GT_GT] = ACTIONS(3045), - [anon_sym_AMP_CARET] = ACTIONS(3045), - [anon_sym_AMP_AMP] = ACTIONS(3045), - [anon_sym_PIPE_PIPE] = ACTIONS(3045), - [anon_sym_or] = ACTIONS(3045), - [sym_none] = ACTIONS(3045), - [sym_true] = ACTIONS(3045), - [sym_false] = ACTIONS(3045), - [sym_nil] = ACTIONS(3045), - [anon_sym_QMARK_DOT] = ACTIONS(3045), - [anon_sym_POUND_LBRACK] = ACTIONS(3045), - [anon_sym_if] = ACTIONS(3045), - [anon_sym_DOLLARif] = ACTIONS(3045), - [anon_sym_is] = ACTIONS(3045), - [anon_sym_BANGis] = ACTIONS(3045), - [anon_sym_in] = ACTIONS(3045), - [anon_sym_BANGin] = ACTIONS(3045), - [anon_sym_match] = ACTIONS(3045), - [anon_sym_select] = ACTIONS(3045), - [anon_sym_STAR_EQ] = ACTIONS(3045), - [anon_sym_SLASH_EQ] = ACTIONS(3045), - [anon_sym_PERCENT_EQ] = ACTIONS(3045), - [anon_sym_LT_LT_EQ] = ACTIONS(3045), - [anon_sym_GT_GT_EQ] = ACTIONS(3045), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3045), - [anon_sym_AMP_EQ] = ACTIONS(3045), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3045), - [anon_sym_PLUS_EQ] = ACTIONS(3045), - [anon_sym_DASH_EQ] = ACTIONS(3045), - [anon_sym_PIPE_EQ] = ACTIONS(3045), - [anon_sym_CARET_EQ] = ACTIONS(3045), - [anon_sym_COLON_EQ] = ACTIONS(3045), - [anon_sym_lock] = ACTIONS(3045), - [anon_sym_rlock] = ACTIONS(3045), - [anon_sym_unsafe] = ACTIONS(3045), - [anon_sym_sql] = ACTIONS(3045), - [sym_int_literal] = ACTIONS(3045), - [sym_float_literal] = ACTIONS(3045), - [sym_rune_literal] = ACTIONS(3045), - [anon_sym_AT] = ACTIONS(3045), - [anon_sym_shared] = ACTIONS(3045), - [anon_sym_map_LBRACK] = ACTIONS(3045), - [anon_sym_chan] = ACTIONS(3045), - [anon_sym_thread] = ACTIONS(3045), - [anon_sym_atomic] = ACTIONS(3045), - [anon_sym_assert] = ACTIONS(3045), - [anon_sym_defer] = ACTIONS(3045), - [anon_sym_goto] = ACTIONS(3045), - [anon_sym_break] = ACTIONS(3045), - [anon_sym_continue] = ACTIONS(3045), - [anon_sym_return] = ACTIONS(3045), - [anon_sym_DOLLARfor] = ACTIONS(3045), - [anon_sym_for] = ACTIONS(3045), - [anon_sym_POUND] = ACTIONS(3045), - [anon_sym_asm] = ACTIONS(3045), - [anon_sym_AT_LBRACK] = ACTIONS(3045), - [sym___double_quote] = ACTIONS(3045), - [sym___single_quote] = ACTIONS(3045), - [sym___c_double_quote] = ACTIONS(3045), - [sym___c_single_quote] = ACTIONS(3045), - [sym___r_double_quote] = ACTIONS(3045), - [sym___r_single_quote] = ACTIONS(3045), + [sym__expression] = STATE(1278), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1360), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_struct] = ACTIONS(1376), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [913] = { - [ts_builtin_sym_end] = ACTIONS(3047), - [sym_identifier] = ACTIONS(3049), - [anon_sym_LF] = ACTIONS(3049), - [anon_sym_CR] = ACTIONS(3049), - [anon_sym_CR_LF] = ACTIONS(3049), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3049), - [anon_sym_as] = ACTIONS(3049), - [anon_sym_LBRACE] = ACTIONS(3049), - [anon_sym_COMMA] = ACTIONS(3049), - [anon_sym_const] = ACTIONS(3049), - [anon_sym_LPAREN] = ACTIONS(3049), - [anon_sym_EQ] = ACTIONS(3049), - [anon_sym___global] = ACTIONS(3049), - [anon_sym_type] = ACTIONS(3049), - [anon_sym_PIPE] = ACTIONS(3049), - [anon_sym_fn] = ACTIONS(3049), - [anon_sym_PLUS] = ACTIONS(3049), - [anon_sym_DASH] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3049), - [anon_sym_SLASH] = ACTIONS(3049), - [anon_sym_PERCENT] = ACTIONS(3049), - [anon_sym_LT] = ACTIONS(3049), - [anon_sym_GT] = ACTIONS(3049), - [anon_sym_EQ_EQ] = ACTIONS(3049), - [anon_sym_BANG_EQ] = ACTIONS(3049), - [anon_sym_LT_EQ] = ACTIONS(3049), - [anon_sym_GT_EQ] = ACTIONS(3049), - [anon_sym_LBRACK] = ACTIONS(3047), - [anon_sym_struct] = ACTIONS(3049), - [anon_sym_union] = ACTIONS(3049), - [anon_sym_pub] = ACTIONS(3049), - [anon_sym_mut] = ACTIONS(3049), - [anon_sym_enum] = ACTIONS(3049), - [anon_sym_interface] = ACTIONS(3049), - [anon_sym_PLUS_PLUS] = ACTIONS(3049), - [anon_sym_DASH_DASH] = ACTIONS(3049), - [anon_sym_QMARK] = ACTIONS(3049), - [anon_sym_BANG] = ACTIONS(3049), - [anon_sym_go] = ACTIONS(3049), - [anon_sym_spawn] = ACTIONS(3049), - [anon_sym_json_DOTdecode] = ACTIONS(3049), - [anon_sym_LBRACK2] = ACTIONS(3049), - [anon_sym_TILDE] = ACTIONS(3049), - [anon_sym_CARET] = ACTIONS(3049), - [anon_sym_AMP] = ACTIONS(3049), - [anon_sym_LT_DASH] = ACTIONS(3049), - [anon_sym_LT_LT] = ACTIONS(3049), - [anon_sym_GT_GT] = ACTIONS(3049), - [anon_sym_GT_GT_GT] = ACTIONS(3049), - [anon_sym_AMP_CARET] = ACTIONS(3049), - [anon_sym_AMP_AMP] = ACTIONS(3049), - [anon_sym_PIPE_PIPE] = ACTIONS(3049), - [anon_sym_or] = ACTIONS(3049), - [sym_none] = ACTIONS(3049), - [sym_true] = ACTIONS(3049), - [sym_false] = ACTIONS(3049), - [sym_nil] = ACTIONS(3049), - [anon_sym_QMARK_DOT] = ACTIONS(3049), - [anon_sym_POUND_LBRACK] = ACTIONS(3049), - [anon_sym_if] = ACTIONS(3049), - [anon_sym_DOLLARif] = ACTIONS(3049), - [anon_sym_is] = ACTIONS(3049), - [anon_sym_BANGis] = ACTIONS(3049), - [anon_sym_in] = ACTIONS(3049), - [anon_sym_BANGin] = ACTIONS(3049), - [anon_sym_match] = ACTIONS(3049), - [anon_sym_select] = ACTIONS(3049), - [anon_sym_STAR_EQ] = ACTIONS(3049), - [anon_sym_SLASH_EQ] = ACTIONS(3049), - [anon_sym_PERCENT_EQ] = ACTIONS(3049), - [anon_sym_LT_LT_EQ] = ACTIONS(3049), - [anon_sym_GT_GT_EQ] = ACTIONS(3049), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3049), - [anon_sym_AMP_EQ] = ACTIONS(3049), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3049), - [anon_sym_PLUS_EQ] = ACTIONS(3049), - [anon_sym_DASH_EQ] = ACTIONS(3049), - [anon_sym_PIPE_EQ] = ACTIONS(3049), - [anon_sym_CARET_EQ] = ACTIONS(3049), - [anon_sym_COLON_EQ] = ACTIONS(3049), - [anon_sym_lock] = ACTIONS(3049), - [anon_sym_rlock] = ACTIONS(3049), - [anon_sym_unsafe] = ACTIONS(3049), - [anon_sym_sql] = ACTIONS(3049), - [sym_int_literal] = ACTIONS(3049), - [sym_float_literal] = ACTIONS(3049), - [sym_rune_literal] = ACTIONS(3049), - [anon_sym_AT] = ACTIONS(3049), - [anon_sym_shared] = ACTIONS(3049), - [anon_sym_map_LBRACK] = ACTIONS(3049), - [anon_sym_chan] = ACTIONS(3049), - [anon_sym_thread] = ACTIONS(3049), - [anon_sym_atomic] = ACTIONS(3049), - [anon_sym_assert] = ACTIONS(3049), - [anon_sym_defer] = ACTIONS(3049), - [anon_sym_goto] = ACTIONS(3049), - [anon_sym_break] = ACTIONS(3049), - [anon_sym_continue] = ACTIONS(3049), - [anon_sym_return] = ACTIONS(3049), - [anon_sym_DOLLARfor] = ACTIONS(3049), - [anon_sym_for] = ACTIONS(3049), - [anon_sym_POUND] = ACTIONS(3049), - [anon_sym_asm] = ACTIONS(3049), - [anon_sym_AT_LBRACK] = ACTIONS(3049), - [sym___double_quote] = ACTIONS(3049), - [sym___single_quote] = ACTIONS(3049), - [sym___c_double_quote] = ACTIONS(3049), - [sym___c_single_quote] = ACTIONS(3049), - [sym___r_double_quote] = ACTIONS(3049), - [sym___r_single_quote] = ACTIONS(3049), + [sym__expression] = STATE(2745), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [914] = { - [ts_builtin_sym_end] = ACTIONS(3051), - [sym_identifier] = ACTIONS(3053), - [anon_sym_LF] = ACTIONS(3053), - [anon_sym_CR] = ACTIONS(3053), - [anon_sym_CR_LF] = ACTIONS(3053), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3053), - [anon_sym_as] = ACTIONS(3053), - [anon_sym_LBRACE] = ACTIONS(3053), - [anon_sym_COMMA] = ACTIONS(3053), - [anon_sym_const] = ACTIONS(3053), - [anon_sym_LPAREN] = ACTIONS(3053), - [anon_sym_EQ] = ACTIONS(3053), - [anon_sym___global] = ACTIONS(3053), - [anon_sym_type] = ACTIONS(3053), - [anon_sym_PIPE] = ACTIONS(3053), - [anon_sym_fn] = ACTIONS(3053), - [anon_sym_PLUS] = ACTIONS(3053), - [anon_sym_DASH] = ACTIONS(3053), - [anon_sym_STAR] = ACTIONS(3053), - [anon_sym_SLASH] = ACTIONS(3053), - [anon_sym_PERCENT] = ACTIONS(3053), - [anon_sym_LT] = ACTIONS(3053), - [anon_sym_GT] = ACTIONS(3053), - [anon_sym_EQ_EQ] = ACTIONS(3053), - [anon_sym_BANG_EQ] = ACTIONS(3053), - [anon_sym_LT_EQ] = ACTIONS(3053), - [anon_sym_GT_EQ] = ACTIONS(3053), - [anon_sym_LBRACK] = ACTIONS(3051), - [anon_sym_struct] = ACTIONS(3053), - [anon_sym_union] = ACTIONS(3053), - [anon_sym_pub] = ACTIONS(3053), - [anon_sym_mut] = ACTIONS(3053), - [anon_sym_enum] = ACTIONS(3053), - [anon_sym_interface] = ACTIONS(3053), - [anon_sym_PLUS_PLUS] = ACTIONS(3053), - [anon_sym_DASH_DASH] = ACTIONS(3053), - [anon_sym_QMARK] = ACTIONS(3053), - [anon_sym_BANG] = ACTIONS(3053), - [anon_sym_go] = ACTIONS(3053), - [anon_sym_spawn] = ACTIONS(3053), - [anon_sym_json_DOTdecode] = ACTIONS(3053), - [anon_sym_LBRACK2] = ACTIONS(3053), - [anon_sym_TILDE] = ACTIONS(3053), - [anon_sym_CARET] = ACTIONS(3053), - [anon_sym_AMP] = ACTIONS(3053), - [anon_sym_LT_DASH] = ACTIONS(3053), - [anon_sym_LT_LT] = ACTIONS(3053), - [anon_sym_GT_GT] = ACTIONS(3053), - [anon_sym_GT_GT_GT] = ACTIONS(3053), - [anon_sym_AMP_CARET] = ACTIONS(3053), - [anon_sym_AMP_AMP] = ACTIONS(3053), - [anon_sym_PIPE_PIPE] = ACTIONS(3053), - [anon_sym_or] = ACTIONS(3053), - [sym_none] = ACTIONS(3053), - [sym_true] = ACTIONS(3053), - [sym_false] = ACTIONS(3053), - [sym_nil] = ACTIONS(3053), - [anon_sym_QMARK_DOT] = ACTIONS(3053), - [anon_sym_POUND_LBRACK] = ACTIONS(3053), - [anon_sym_if] = ACTIONS(3053), - [anon_sym_DOLLARif] = ACTIONS(3053), - [anon_sym_is] = ACTIONS(3053), - [anon_sym_BANGis] = ACTIONS(3053), - [anon_sym_in] = ACTIONS(3053), - [anon_sym_BANGin] = ACTIONS(3053), - [anon_sym_match] = ACTIONS(3053), - [anon_sym_select] = ACTIONS(3053), - [anon_sym_STAR_EQ] = ACTIONS(3053), - [anon_sym_SLASH_EQ] = ACTIONS(3053), - [anon_sym_PERCENT_EQ] = ACTIONS(3053), - [anon_sym_LT_LT_EQ] = ACTIONS(3053), - [anon_sym_GT_GT_EQ] = ACTIONS(3053), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3053), - [anon_sym_AMP_EQ] = ACTIONS(3053), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3053), - [anon_sym_PLUS_EQ] = ACTIONS(3053), - [anon_sym_DASH_EQ] = ACTIONS(3053), - [anon_sym_PIPE_EQ] = ACTIONS(3053), - [anon_sym_CARET_EQ] = ACTIONS(3053), - [anon_sym_COLON_EQ] = ACTIONS(3053), - [anon_sym_lock] = ACTIONS(3053), - [anon_sym_rlock] = ACTIONS(3053), - [anon_sym_unsafe] = ACTIONS(3053), - [anon_sym_sql] = ACTIONS(3053), - [sym_int_literal] = ACTIONS(3053), - [sym_float_literal] = ACTIONS(3053), - [sym_rune_literal] = ACTIONS(3053), - [anon_sym_AT] = ACTIONS(3053), - [anon_sym_shared] = ACTIONS(3053), - [anon_sym_map_LBRACK] = ACTIONS(3053), - [anon_sym_chan] = ACTIONS(3053), - [anon_sym_thread] = ACTIONS(3053), - [anon_sym_atomic] = ACTIONS(3053), - [anon_sym_assert] = ACTIONS(3053), - [anon_sym_defer] = ACTIONS(3053), - [anon_sym_goto] = ACTIONS(3053), - [anon_sym_break] = ACTIONS(3053), - [anon_sym_continue] = ACTIONS(3053), - [anon_sym_return] = ACTIONS(3053), - [anon_sym_DOLLARfor] = ACTIONS(3053), - [anon_sym_for] = ACTIONS(3053), - [anon_sym_POUND] = ACTIONS(3053), - [anon_sym_asm] = ACTIONS(3053), - [anon_sym_AT_LBRACK] = ACTIONS(3053), - [sym___double_quote] = ACTIONS(3053), - [sym___single_quote] = ACTIONS(3053), - [sym___c_double_quote] = ACTIONS(3053), - [sym___c_single_quote] = ACTIONS(3053), - [sym___r_double_quote] = ACTIONS(3053), - [sym___r_single_quote] = ACTIONS(3053), + [sym__expression] = STATE(1277), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1360), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_struct] = ACTIONS(1376), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [915] = { - [ts_builtin_sym_end] = ACTIONS(3055), - [sym_identifier] = ACTIONS(3057), - [anon_sym_LF] = ACTIONS(3057), - [anon_sym_CR] = ACTIONS(3057), - [anon_sym_CR_LF] = ACTIONS(3057), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3057), - [anon_sym_as] = ACTIONS(3057), - [anon_sym_LBRACE] = ACTIONS(3057), - [anon_sym_COMMA] = ACTIONS(3057), - [anon_sym_const] = ACTIONS(3057), - [anon_sym_LPAREN] = ACTIONS(3057), - [anon_sym_EQ] = ACTIONS(3057), - [anon_sym___global] = ACTIONS(3057), - [anon_sym_type] = ACTIONS(3057), - [anon_sym_PIPE] = ACTIONS(3057), - [anon_sym_fn] = ACTIONS(3057), - [anon_sym_PLUS] = ACTIONS(3057), - [anon_sym_DASH] = ACTIONS(3057), - [anon_sym_STAR] = ACTIONS(3057), - [anon_sym_SLASH] = ACTIONS(3057), - [anon_sym_PERCENT] = ACTIONS(3057), - [anon_sym_LT] = ACTIONS(3057), - [anon_sym_GT] = ACTIONS(3057), - [anon_sym_EQ_EQ] = ACTIONS(3057), - [anon_sym_BANG_EQ] = ACTIONS(3057), - [anon_sym_LT_EQ] = ACTIONS(3057), - [anon_sym_GT_EQ] = ACTIONS(3057), - [anon_sym_LBRACK] = ACTIONS(3055), - [anon_sym_struct] = ACTIONS(3057), - [anon_sym_union] = ACTIONS(3057), - [anon_sym_pub] = ACTIONS(3057), - [anon_sym_mut] = ACTIONS(3057), - [anon_sym_enum] = ACTIONS(3057), - [anon_sym_interface] = ACTIONS(3057), - [anon_sym_PLUS_PLUS] = ACTIONS(3057), - [anon_sym_DASH_DASH] = ACTIONS(3057), - [anon_sym_QMARK] = ACTIONS(3057), - [anon_sym_BANG] = ACTIONS(3057), - [anon_sym_go] = ACTIONS(3057), - [anon_sym_spawn] = ACTIONS(3057), - [anon_sym_json_DOTdecode] = ACTIONS(3057), - [anon_sym_LBRACK2] = ACTIONS(3057), - [anon_sym_TILDE] = ACTIONS(3057), - [anon_sym_CARET] = ACTIONS(3057), - [anon_sym_AMP] = ACTIONS(3057), - [anon_sym_LT_DASH] = ACTIONS(3057), - [anon_sym_LT_LT] = ACTIONS(3057), - [anon_sym_GT_GT] = ACTIONS(3057), - [anon_sym_GT_GT_GT] = ACTIONS(3057), - [anon_sym_AMP_CARET] = ACTIONS(3057), - [anon_sym_AMP_AMP] = ACTIONS(3057), - [anon_sym_PIPE_PIPE] = ACTIONS(3057), - [anon_sym_or] = ACTIONS(3057), - [sym_none] = ACTIONS(3057), - [sym_true] = ACTIONS(3057), - [sym_false] = ACTIONS(3057), - [sym_nil] = ACTIONS(3057), - [anon_sym_QMARK_DOT] = ACTIONS(3057), - [anon_sym_POUND_LBRACK] = ACTIONS(3057), - [anon_sym_if] = ACTIONS(3057), - [anon_sym_DOLLARif] = ACTIONS(3057), - [anon_sym_is] = ACTIONS(3057), - [anon_sym_BANGis] = ACTIONS(3057), - [anon_sym_in] = ACTIONS(3057), - [anon_sym_BANGin] = ACTIONS(3057), - [anon_sym_match] = ACTIONS(3057), - [anon_sym_select] = ACTIONS(3057), - [anon_sym_STAR_EQ] = ACTIONS(3057), - [anon_sym_SLASH_EQ] = ACTIONS(3057), - [anon_sym_PERCENT_EQ] = ACTIONS(3057), - [anon_sym_LT_LT_EQ] = ACTIONS(3057), - [anon_sym_GT_GT_EQ] = ACTIONS(3057), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3057), - [anon_sym_AMP_EQ] = ACTIONS(3057), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3057), - [anon_sym_PLUS_EQ] = ACTIONS(3057), - [anon_sym_DASH_EQ] = ACTIONS(3057), - [anon_sym_PIPE_EQ] = ACTIONS(3057), - [anon_sym_CARET_EQ] = ACTIONS(3057), - [anon_sym_COLON_EQ] = ACTIONS(3057), - [anon_sym_lock] = ACTIONS(3057), - [anon_sym_rlock] = ACTIONS(3057), - [anon_sym_unsafe] = ACTIONS(3057), - [anon_sym_sql] = ACTIONS(3057), - [sym_int_literal] = ACTIONS(3057), - [sym_float_literal] = ACTIONS(3057), - [sym_rune_literal] = ACTIONS(3057), - [anon_sym_AT] = ACTIONS(3057), - [anon_sym_shared] = ACTIONS(3057), - [anon_sym_map_LBRACK] = ACTIONS(3057), - [anon_sym_chan] = ACTIONS(3057), - [anon_sym_thread] = ACTIONS(3057), - [anon_sym_atomic] = ACTIONS(3057), - [anon_sym_assert] = ACTIONS(3057), - [anon_sym_defer] = ACTIONS(3057), - [anon_sym_goto] = ACTIONS(3057), - [anon_sym_break] = ACTIONS(3057), - [anon_sym_continue] = ACTIONS(3057), - [anon_sym_return] = ACTIONS(3057), - [anon_sym_DOLLARfor] = ACTIONS(3057), - [anon_sym_for] = ACTIONS(3057), - [anon_sym_POUND] = ACTIONS(3057), - [anon_sym_asm] = ACTIONS(3057), - [anon_sym_AT_LBRACK] = ACTIONS(3057), - [sym___double_quote] = ACTIONS(3057), - [sym___single_quote] = ACTIONS(3057), - [sym___c_double_quote] = ACTIONS(3057), - [sym___c_single_quote] = ACTIONS(3057), - [sym___r_double_quote] = ACTIONS(3057), - [sym___r_single_quote] = ACTIONS(3057), + [sym__expression] = STATE(1134), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1218), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(625), + [anon_sym_fn] = ACTIONS(629), + [anon_sym_PLUS] = ACTIONS(631), + [anon_sym_DASH] = ACTIONS(631), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_struct] = ACTIONS(637), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(643), + [anon_sym_go] = ACTIONS(645), + [anon_sym_spawn] = ACTIONS(647), + [anon_sym_json_DOTdecode] = ACTIONS(649), + [anon_sym_LBRACK2] = ACTIONS(651), + [anon_sym_TILDE] = ACTIONS(631), + [anon_sym_CARET] = ACTIONS(631), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_LT_DASH] = ACTIONS(655), + [sym_none] = ACTIONS(657), + [sym_true] = ACTIONS(657), + [sym_false] = ACTIONS(657), + [sym_nil] = ACTIONS(657), + [anon_sym_if] = ACTIONS(659), + [anon_sym_DOLLARif] = ACTIONS(661), + [anon_sym_match] = ACTIONS(663), + [anon_sym_select] = ACTIONS(665), + [anon_sym_lock] = ACTIONS(667), + [anon_sym_rlock] = ACTIONS(667), + [anon_sym_unsafe] = ACTIONS(669), + [anon_sym_sql] = ACTIONS(671), + [sym_int_literal] = ACTIONS(657), + [sym_float_literal] = ACTIONS(673), + [sym_rune_literal] = ACTIONS(673), + [anon_sym_AT] = ACTIONS(675), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(677), + [sym___single_quote] = ACTIONS(679), + [sym___c_double_quote] = ACTIONS(681), + [sym___c_single_quote] = ACTIONS(683), + [sym___r_double_quote] = ACTIONS(685), + [sym___r_single_quote] = ACTIONS(687), }, [916] = { - [ts_builtin_sym_end] = ACTIONS(3059), - [sym_identifier] = ACTIONS(3061), - [anon_sym_LF] = ACTIONS(3061), - [anon_sym_CR] = ACTIONS(3061), - [anon_sym_CR_LF] = ACTIONS(3061), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3061), - [anon_sym_as] = ACTIONS(3061), - [anon_sym_LBRACE] = ACTIONS(3061), - [anon_sym_COMMA] = ACTIONS(3061), - [anon_sym_const] = ACTIONS(3061), - [anon_sym_LPAREN] = ACTIONS(3061), - [anon_sym_EQ] = ACTIONS(3061), - [anon_sym___global] = ACTIONS(3061), - [anon_sym_type] = ACTIONS(3061), - [anon_sym_PIPE] = ACTIONS(3061), - [anon_sym_fn] = ACTIONS(3061), - [anon_sym_PLUS] = ACTIONS(3061), - [anon_sym_DASH] = ACTIONS(3061), - [anon_sym_STAR] = ACTIONS(3061), - [anon_sym_SLASH] = ACTIONS(3061), - [anon_sym_PERCENT] = ACTIONS(3061), - [anon_sym_LT] = ACTIONS(3061), - [anon_sym_GT] = ACTIONS(3061), - [anon_sym_EQ_EQ] = ACTIONS(3061), - [anon_sym_BANG_EQ] = ACTIONS(3061), - [anon_sym_LT_EQ] = ACTIONS(3061), - [anon_sym_GT_EQ] = ACTIONS(3061), - [anon_sym_LBRACK] = ACTIONS(3059), - [anon_sym_struct] = ACTIONS(3061), - [anon_sym_union] = ACTIONS(3061), - [anon_sym_pub] = ACTIONS(3061), - [anon_sym_mut] = ACTIONS(3061), - [anon_sym_enum] = ACTIONS(3061), - [anon_sym_interface] = ACTIONS(3061), - [anon_sym_PLUS_PLUS] = ACTIONS(3061), - [anon_sym_DASH_DASH] = ACTIONS(3061), - [anon_sym_QMARK] = ACTIONS(3061), - [anon_sym_BANG] = ACTIONS(3061), - [anon_sym_go] = ACTIONS(3061), - [anon_sym_spawn] = ACTIONS(3061), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3061), - [anon_sym_TILDE] = ACTIONS(3061), - [anon_sym_CARET] = ACTIONS(3061), - [anon_sym_AMP] = ACTIONS(3061), - [anon_sym_LT_DASH] = ACTIONS(3061), - [anon_sym_LT_LT] = ACTIONS(3061), - [anon_sym_GT_GT] = ACTIONS(3061), - [anon_sym_GT_GT_GT] = ACTIONS(3061), - [anon_sym_AMP_CARET] = ACTIONS(3061), - [anon_sym_AMP_AMP] = ACTIONS(3061), - [anon_sym_PIPE_PIPE] = ACTIONS(3061), - [anon_sym_or] = ACTIONS(3061), - [sym_none] = ACTIONS(3061), - [sym_true] = ACTIONS(3061), - [sym_false] = ACTIONS(3061), - [sym_nil] = ACTIONS(3061), - [anon_sym_QMARK_DOT] = ACTIONS(3061), - [anon_sym_POUND_LBRACK] = ACTIONS(3061), - [anon_sym_if] = ACTIONS(3061), - [anon_sym_DOLLARif] = ACTIONS(3061), - [anon_sym_is] = ACTIONS(3061), - [anon_sym_BANGis] = ACTIONS(3061), - [anon_sym_in] = ACTIONS(3061), - [anon_sym_BANGin] = ACTIONS(3061), - [anon_sym_match] = ACTIONS(3061), - [anon_sym_select] = ACTIONS(3061), - [anon_sym_STAR_EQ] = ACTIONS(3061), - [anon_sym_SLASH_EQ] = ACTIONS(3061), - [anon_sym_PERCENT_EQ] = ACTIONS(3061), - [anon_sym_LT_LT_EQ] = ACTIONS(3061), - [anon_sym_GT_GT_EQ] = ACTIONS(3061), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3061), - [anon_sym_AMP_EQ] = ACTIONS(3061), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3061), - [anon_sym_PLUS_EQ] = ACTIONS(3061), - [anon_sym_DASH_EQ] = ACTIONS(3061), - [anon_sym_PIPE_EQ] = ACTIONS(3061), - [anon_sym_CARET_EQ] = ACTIONS(3061), - [anon_sym_COLON_EQ] = ACTIONS(3061), - [anon_sym_lock] = ACTIONS(3061), - [anon_sym_rlock] = ACTIONS(3061), - [anon_sym_unsafe] = ACTIONS(3061), - [anon_sym_sql] = ACTIONS(3061), - [sym_int_literal] = ACTIONS(3061), - [sym_float_literal] = ACTIONS(3061), - [sym_rune_literal] = ACTIONS(3061), - [anon_sym_AT] = ACTIONS(3061), - [anon_sym_shared] = ACTIONS(3061), - [anon_sym_map_LBRACK] = ACTIONS(3061), - [anon_sym_chan] = ACTIONS(3061), - [anon_sym_thread] = ACTIONS(3061), - [anon_sym_atomic] = ACTIONS(3061), - [anon_sym_assert] = ACTIONS(3061), - [anon_sym_defer] = ACTIONS(3061), - [anon_sym_goto] = ACTIONS(3061), - [anon_sym_break] = ACTIONS(3061), - [anon_sym_continue] = ACTIONS(3061), - [anon_sym_return] = ACTIONS(3061), - [anon_sym_DOLLARfor] = ACTIONS(3061), - [anon_sym_for] = ACTIONS(3061), - [anon_sym_POUND] = ACTIONS(3061), - [anon_sym_asm] = ACTIONS(3061), - [anon_sym_AT_LBRACK] = ACTIONS(3061), - [sym___double_quote] = ACTIONS(3061), - [sym___single_quote] = ACTIONS(3061), - [sym___c_double_quote] = ACTIONS(3061), - [sym___c_single_quote] = ACTIONS(3061), - [sym___r_double_quote] = ACTIONS(3061), - [sym___r_single_quote] = ACTIONS(3061), + [sym__expression] = STATE(258), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_mutability_modifiers] = STATE(944), + [sym_plain_type] = STATE(4291), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2484), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(2486), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_fn] = ACTIONS(475), + [anon_sym_PLUS] = ACTIONS(27), + [anon_sym_DASH] = ACTIONS(27), + [anon_sym_STAR] = ACTIONS(29), + [anon_sym_struct] = ACTIONS(477), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(45), + [anon_sym_go] = ACTIONS(47), + [anon_sym_spawn] = ACTIONS(49), + [anon_sym_json_DOTdecode] = ACTIONS(51), + [anon_sym_LBRACK2] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(27), + [anon_sym_CARET] = ACTIONS(27), + [anon_sym_AMP] = ACTIONS(55), + [anon_sym_LT_DASH] = ACTIONS(57), + [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(59), + [sym_false] = ACTIONS(59), + [sym_nil] = ACTIONS(59), + [anon_sym_if] = ACTIONS(61), + [anon_sym_DOLLARif] = ACTIONS(63), + [anon_sym_match] = ACTIONS(65), + [anon_sym_select] = ACTIONS(67), + [anon_sym_lock] = ACTIONS(69), + [anon_sym_rlock] = ACTIONS(69), + [anon_sym_unsafe] = ACTIONS(71), + [anon_sym_sql] = ACTIONS(73), + [sym_int_literal] = ACTIONS(59), + [sym_float_literal] = ACTIONS(75), + [sym_rune_literal] = ACTIONS(75), + [anon_sym_AT] = ACTIONS(77), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(111), + [sym___single_quote] = ACTIONS(113), + [sym___c_double_quote] = ACTIONS(115), + [sym___c_single_quote] = ACTIONS(117), + [sym___r_double_quote] = ACTIONS(119), + [sym___r_single_quote] = ACTIONS(121), }, [917] = { - [ts_builtin_sym_end] = ACTIONS(3063), - [sym_identifier] = ACTIONS(3065), - [anon_sym_LF] = ACTIONS(3065), - [anon_sym_CR] = ACTIONS(3065), - [anon_sym_CR_LF] = ACTIONS(3065), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3065), - [anon_sym_as] = ACTIONS(3065), - [anon_sym_LBRACE] = ACTIONS(3065), - [anon_sym_COMMA] = ACTIONS(3065), - [anon_sym_const] = ACTIONS(3065), - [anon_sym_LPAREN] = ACTIONS(3065), - [anon_sym_EQ] = ACTIONS(3065), - [anon_sym___global] = ACTIONS(3065), - [anon_sym_type] = ACTIONS(3065), - [anon_sym_PIPE] = ACTIONS(3065), - [anon_sym_fn] = ACTIONS(3065), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3065), - [anon_sym_LT] = ACTIONS(3065), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_LT_EQ] = ACTIONS(3065), - [anon_sym_GT_EQ] = ACTIONS(3065), - [anon_sym_LBRACK] = ACTIONS(3063), - [anon_sym_struct] = ACTIONS(3065), - [anon_sym_union] = ACTIONS(3065), - [anon_sym_pub] = ACTIONS(3065), - [anon_sym_mut] = ACTIONS(3065), - [anon_sym_enum] = ACTIONS(3065), - [anon_sym_interface] = ACTIONS(3065), - [anon_sym_PLUS_PLUS] = ACTIONS(3065), - [anon_sym_DASH_DASH] = ACTIONS(3065), - [anon_sym_QMARK] = ACTIONS(3065), - [anon_sym_BANG] = ACTIONS(3065), - [anon_sym_go] = ACTIONS(3065), - [anon_sym_spawn] = ACTIONS(3065), - [anon_sym_json_DOTdecode] = ACTIONS(3065), - [anon_sym_LBRACK2] = ACTIONS(3065), - [anon_sym_TILDE] = ACTIONS(3065), - [anon_sym_CARET] = ACTIONS(3065), - [anon_sym_AMP] = ACTIONS(3065), - [anon_sym_LT_DASH] = ACTIONS(3065), - [anon_sym_LT_LT] = ACTIONS(3065), - [anon_sym_GT_GT] = ACTIONS(3065), - [anon_sym_GT_GT_GT] = ACTIONS(3065), - [anon_sym_AMP_CARET] = ACTIONS(3065), - [anon_sym_AMP_AMP] = ACTIONS(3065), - [anon_sym_PIPE_PIPE] = ACTIONS(3065), - [anon_sym_or] = ACTIONS(3065), - [sym_none] = ACTIONS(3065), - [sym_true] = ACTIONS(3065), - [sym_false] = ACTIONS(3065), - [sym_nil] = ACTIONS(3065), - [anon_sym_QMARK_DOT] = ACTIONS(3065), - [anon_sym_POUND_LBRACK] = ACTIONS(3065), - [anon_sym_if] = ACTIONS(3065), - [anon_sym_DOLLARif] = ACTIONS(3065), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3065), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_BANGin] = ACTIONS(3065), - [anon_sym_match] = ACTIONS(3065), - [anon_sym_select] = ACTIONS(3065), - [anon_sym_STAR_EQ] = ACTIONS(3065), - [anon_sym_SLASH_EQ] = ACTIONS(3065), - [anon_sym_PERCENT_EQ] = ACTIONS(3065), - [anon_sym_LT_LT_EQ] = ACTIONS(3065), - [anon_sym_GT_GT_EQ] = ACTIONS(3065), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3065), - [anon_sym_AMP_EQ] = ACTIONS(3065), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3065), - [anon_sym_PLUS_EQ] = ACTIONS(3065), - [anon_sym_DASH_EQ] = ACTIONS(3065), - [anon_sym_PIPE_EQ] = ACTIONS(3065), - [anon_sym_CARET_EQ] = ACTIONS(3065), - [anon_sym_COLON_EQ] = ACTIONS(3065), - [anon_sym_lock] = ACTIONS(3065), - [anon_sym_rlock] = ACTIONS(3065), - [anon_sym_unsafe] = ACTIONS(3065), - [anon_sym_sql] = ACTIONS(3065), - [sym_int_literal] = ACTIONS(3065), - [sym_float_literal] = ACTIONS(3065), - [sym_rune_literal] = ACTIONS(3065), - [anon_sym_AT] = ACTIONS(3065), - [anon_sym_shared] = ACTIONS(3065), - [anon_sym_map_LBRACK] = ACTIONS(3065), - [anon_sym_chan] = ACTIONS(3065), - [anon_sym_thread] = ACTIONS(3065), - [anon_sym_atomic] = ACTIONS(3065), - [anon_sym_assert] = ACTIONS(3065), - [anon_sym_defer] = ACTIONS(3065), - [anon_sym_goto] = ACTIONS(3065), - [anon_sym_break] = ACTIONS(3065), - [anon_sym_continue] = ACTIONS(3065), - [anon_sym_return] = ACTIONS(3065), - [anon_sym_DOLLARfor] = ACTIONS(3065), - [anon_sym_for] = ACTIONS(3065), - [anon_sym_POUND] = ACTIONS(3065), - [anon_sym_asm] = ACTIONS(3065), - [anon_sym_AT_LBRACK] = ACTIONS(3065), - [sym___double_quote] = ACTIONS(3065), - [sym___single_quote] = ACTIONS(3065), - [sym___c_double_quote] = ACTIONS(3065), - [sym___c_single_quote] = ACTIONS(3065), - [sym___r_double_quote] = ACTIONS(3065), - [sym___r_single_quote] = ACTIONS(3065), + [sym__expression] = STATE(2872), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2943), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2948), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [918] = { - [ts_builtin_sym_end] = ACTIONS(3067), - [sym_identifier] = ACTIONS(3069), - [anon_sym_LF] = ACTIONS(3069), - [anon_sym_CR] = ACTIONS(3069), - [anon_sym_CR_LF] = ACTIONS(3069), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3069), - [anon_sym_as] = ACTIONS(3069), - [anon_sym_LBRACE] = ACTIONS(3069), - [anon_sym_COMMA] = ACTIONS(3069), - [anon_sym_const] = ACTIONS(3069), - [anon_sym_LPAREN] = ACTIONS(3069), - [anon_sym_EQ] = ACTIONS(3069), - [anon_sym___global] = ACTIONS(3069), - [anon_sym_type] = ACTIONS(3069), - [anon_sym_PIPE] = ACTIONS(3069), - [anon_sym_fn] = ACTIONS(3069), - [anon_sym_PLUS] = ACTIONS(3069), - [anon_sym_DASH] = ACTIONS(3069), - [anon_sym_STAR] = ACTIONS(3069), - [anon_sym_SLASH] = ACTIONS(3069), - [anon_sym_PERCENT] = ACTIONS(3069), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3069), - [anon_sym_EQ_EQ] = ACTIONS(3069), - [anon_sym_BANG_EQ] = ACTIONS(3069), - [anon_sym_LT_EQ] = ACTIONS(3069), - [anon_sym_GT_EQ] = ACTIONS(3069), - [anon_sym_LBRACK] = ACTIONS(3067), - [anon_sym_struct] = ACTIONS(3069), - [anon_sym_union] = ACTIONS(3069), - [anon_sym_pub] = ACTIONS(3069), - [anon_sym_mut] = ACTIONS(3069), - [anon_sym_enum] = ACTIONS(3069), - [anon_sym_interface] = ACTIONS(3069), - [anon_sym_PLUS_PLUS] = ACTIONS(3069), - [anon_sym_DASH_DASH] = ACTIONS(3069), - [anon_sym_QMARK] = ACTIONS(3069), - [anon_sym_BANG] = ACTIONS(3069), - [anon_sym_go] = ACTIONS(3069), - [anon_sym_spawn] = ACTIONS(3069), - [anon_sym_json_DOTdecode] = ACTIONS(3069), - [anon_sym_LBRACK2] = ACTIONS(3069), - [anon_sym_TILDE] = ACTIONS(3069), - [anon_sym_CARET] = ACTIONS(3069), - [anon_sym_AMP] = ACTIONS(3069), - [anon_sym_LT_DASH] = ACTIONS(3069), - [anon_sym_LT_LT] = ACTIONS(3069), - [anon_sym_GT_GT] = ACTIONS(3069), - [anon_sym_GT_GT_GT] = ACTIONS(3069), - [anon_sym_AMP_CARET] = ACTIONS(3069), - [anon_sym_AMP_AMP] = ACTIONS(3069), - [anon_sym_PIPE_PIPE] = ACTIONS(3069), - [anon_sym_or] = ACTIONS(3069), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_QMARK_DOT] = ACTIONS(3069), - [anon_sym_POUND_LBRACK] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3069), - [anon_sym_DOLLARif] = ACTIONS(3069), - [anon_sym_is] = ACTIONS(3069), - [anon_sym_BANGis] = ACTIONS(3069), - [anon_sym_in] = ACTIONS(3069), - [anon_sym_BANGin] = ACTIONS(3069), - [anon_sym_match] = ACTIONS(3069), - [anon_sym_select] = ACTIONS(3069), - [anon_sym_STAR_EQ] = ACTIONS(3069), - [anon_sym_SLASH_EQ] = ACTIONS(3069), - [anon_sym_PERCENT_EQ] = ACTIONS(3069), - [anon_sym_LT_LT_EQ] = ACTIONS(3069), - [anon_sym_GT_GT_EQ] = ACTIONS(3069), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3069), - [anon_sym_AMP_EQ] = ACTIONS(3069), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3069), - [anon_sym_PLUS_EQ] = ACTIONS(3069), - [anon_sym_DASH_EQ] = ACTIONS(3069), - [anon_sym_PIPE_EQ] = ACTIONS(3069), - [anon_sym_CARET_EQ] = ACTIONS(3069), - [anon_sym_COLON_EQ] = ACTIONS(3069), - [anon_sym_lock] = ACTIONS(3069), - [anon_sym_rlock] = ACTIONS(3069), - [anon_sym_unsafe] = ACTIONS(3069), - [anon_sym_sql] = ACTIONS(3069), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3069), - [sym_rune_literal] = ACTIONS(3069), - [anon_sym_AT] = ACTIONS(3069), - [anon_sym_shared] = ACTIONS(3069), - [anon_sym_map_LBRACK] = ACTIONS(3069), - [anon_sym_chan] = ACTIONS(3069), - [anon_sym_thread] = ACTIONS(3069), - [anon_sym_atomic] = ACTIONS(3069), - [anon_sym_assert] = ACTIONS(3069), - [anon_sym_defer] = ACTIONS(3069), - [anon_sym_goto] = ACTIONS(3069), - [anon_sym_break] = ACTIONS(3069), - [anon_sym_continue] = ACTIONS(3069), - [anon_sym_return] = ACTIONS(3069), - [anon_sym_DOLLARfor] = ACTIONS(3069), - [anon_sym_for] = ACTIONS(3069), - [anon_sym_POUND] = ACTIONS(3069), - [anon_sym_asm] = ACTIONS(3069), - [anon_sym_AT_LBRACK] = ACTIONS(3069), - [sym___double_quote] = ACTIONS(3069), - [sym___single_quote] = ACTIONS(3069), - [sym___c_double_quote] = ACTIONS(3069), - [sym___c_single_quote] = ACTIONS(3069), - [sym___r_double_quote] = ACTIONS(3069), - [sym___r_single_quote] = ACTIONS(3069), + [sym__expression] = STATE(2650), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [919] = { - [ts_builtin_sym_end] = ACTIONS(3071), - [sym_identifier] = ACTIONS(3073), - [anon_sym_LF] = ACTIONS(3073), - [anon_sym_CR] = ACTIONS(3073), - [anon_sym_CR_LF] = ACTIONS(3073), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3073), - [anon_sym_as] = ACTIONS(3073), - [anon_sym_LBRACE] = ACTIONS(3073), - [anon_sym_COMMA] = ACTIONS(3073), - [anon_sym_const] = ACTIONS(3073), - [anon_sym_LPAREN] = ACTIONS(3073), - [anon_sym_EQ] = ACTIONS(3073), - [anon_sym___global] = ACTIONS(3073), - [anon_sym_type] = ACTIONS(3073), - [anon_sym_PIPE] = ACTIONS(3073), - [anon_sym_fn] = ACTIONS(3073), - [anon_sym_PLUS] = ACTIONS(3073), - [anon_sym_DASH] = ACTIONS(3073), - [anon_sym_STAR] = ACTIONS(3073), - [anon_sym_SLASH] = ACTIONS(3073), - [anon_sym_PERCENT] = ACTIONS(3073), - [anon_sym_LT] = ACTIONS(3073), - [anon_sym_GT] = ACTIONS(3073), - [anon_sym_EQ_EQ] = ACTIONS(3073), - [anon_sym_BANG_EQ] = ACTIONS(3073), - [anon_sym_LT_EQ] = ACTIONS(3073), - [anon_sym_GT_EQ] = ACTIONS(3073), - [anon_sym_LBRACK] = ACTIONS(3071), - [anon_sym_struct] = ACTIONS(3073), - [anon_sym_union] = ACTIONS(3073), - [anon_sym_pub] = ACTIONS(3073), - [anon_sym_mut] = ACTIONS(3073), - [anon_sym_enum] = ACTIONS(3073), - [anon_sym_interface] = ACTIONS(3073), - [anon_sym_PLUS_PLUS] = ACTIONS(3073), - [anon_sym_DASH_DASH] = ACTIONS(3073), - [anon_sym_QMARK] = ACTIONS(3073), - [anon_sym_BANG] = ACTIONS(3073), - [anon_sym_go] = ACTIONS(3073), - [anon_sym_spawn] = ACTIONS(3073), - [anon_sym_json_DOTdecode] = ACTIONS(3073), - [anon_sym_LBRACK2] = ACTIONS(3073), - [anon_sym_TILDE] = ACTIONS(3073), - [anon_sym_CARET] = ACTIONS(3073), - [anon_sym_AMP] = ACTIONS(3073), - [anon_sym_LT_DASH] = ACTIONS(3073), - [anon_sym_LT_LT] = ACTIONS(3073), - [anon_sym_GT_GT] = ACTIONS(3073), - [anon_sym_GT_GT_GT] = ACTIONS(3073), - [anon_sym_AMP_CARET] = ACTIONS(3073), - [anon_sym_AMP_AMP] = ACTIONS(3073), - [anon_sym_PIPE_PIPE] = ACTIONS(3073), - [anon_sym_or] = ACTIONS(3073), - [sym_none] = ACTIONS(3073), - [sym_true] = ACTIONS(3073), - [sym_false] = ACTIONS(3073), - [sym_nil] = ACTIONS(3073), - [anon_sym_QMARK_DOT] = ACTIONS(3073), - [anon_sym_POUND_LBRACK] = ACTIONS(3073), - [anon_sym_if] = ACTIONS(3073), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_is] = ACTIONS(3073), - [anon_sym_BANGis] = ACTIONS(3073), - [anon_sym_in] = ACTIONS(3073), - [anon_sym_BANGin] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3073), - [anon_sym_select] = ACTIONS(3073), - [anon_sym_STAR_EQ] = ACTIONS(3073), - [anon_sym_SLASH_EQ] = ACTIONS(3073), - [anon_sym_PERCENT_EQ] = ACTIONS(3073), - [anon_sym_LT_LT_EQ] = ACTIONS(3073), - [anon_sym_GT_GT_EQ] = ACTIONS(3073), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3073), - [anon_sym_AMP_EQ] = ACTIONS(3073), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3073), - [anon_sym_PLUS_EQ] = ACTIONS(3073), - [anon_sym_DASH_EQ] = ACTIONS(3073), - [anon_sym_PIPE_EQ] = ACTIONS(3073), - [anon_sym_CARET_EQ] = ACTIONS(3073), - [anon_sym_COLON_EQ] = ACTIONS(3073), - [anon_sym_lock] = ACTIONS(3073), - [anon_sym_rlock] = ACTIONS(3073), - [anon_sym_unsafe] = ACTIONS(3073), - [anon_sym_sql] = ACTIONS(3073), - [sym_int_literal] = ACTIONS(3073), - [sym_float_literal] = ACTIONS(3073), - [sym_rune_literal] = ACTIONS(3073), - [anon_sym_AT] = ACTIONS(3073), - [anon_sym_shared] = ACTIONS(3073), - [anon_sym_map_LBRACK] = ACTIONS(3073), - [anon_sym_chan] = ACTIONS(3073), - [anon_sym_thread] = ACTIONS(3073), - [anon_sym_atomic] = ACTIONS(3073), - [anon_sym_assert] = ACTIONS(3073), - [anon_sym_defer] = ACTIONS(3073), - [anon_sym_goto] = ACTIONS(3073), - [anon_sym_break] = ACTIONS(3073), - [anon_sym_continue] = ACTIONS(3073), - [anon_sym_return] = ACTIONS(3073), - [anon_sym_DOLLARfor] = ACTIONS(3073), - [anon_sym_for] = ACTIONS(3073), - [anon_sym_POUND] = ACTIONS(3073), - [anon_sym_asm] = ACTIONS(3073), - [anon_sym_AT_LBRACK] = ACTIONS(3073), - [sym___double_quote] = ACTIONS(3073), - [sym___single_quote] = ACTIONS(3073), - [sym___c_double_quote] = ACTIONS(3073), - [sym___c_single_quote] = ACTIONS(3073), - [sym___r_double_quote] = ACTIONS(3073), - [sym___r_single_quote] = ACTIONS(3073), + [sym__expression] = STATE(2294), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2741), + [anon_sym_DASH] = ACTIONS(2741), + [anon_sym_STAR] = ACTIONS(2743), + [anon_sym_struct] = ACTIONS(2667), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2745), + [anon_sym_go] = ACTIONS(2747), + [anon_sym_spawn] = ACTIONS(2749), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2741), + [anon_sym_CARET] = ACTIONS(2741), + [anon_sym_AMP] = ACTIONS(2751), + [anon_sym_LT_DASH] = ACTIONS(2753), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2755), + [anon_sym_lock] = ACTIONS(2757), + [anon_sym_rlock] = ACTIONS(2757), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, [920] = { - [ts_builtin_sym_end] = ACTIONS(3075), - [sym_identifier] = ACTIONS(3077), - [anon_sym_LF] = ACTIONS(3077), - [anon_sym_CR] = ACTIONS(3077), - [anon_sym_CR_LF] = ACTIONS(3077), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3077), - [anon_sym_as] = ACTIONS(3077), - [anon_sym_LBRACE] = ACTIONS(3077), - [anon_sym_COMMA] = ACTIONS(3077), - [anon_sym_const] = ACTIONS(3077), - [anon_sym_LPAREN] = ACTIONS(3077), - [anon_sym_EQ] = ACTIONS(3077), - [anon_sym___global] = ACTIONS(3077), - [anon_sym_type] = ACTIONS(3077), - [anon_sym_PIPE] = ACTIONS(3077), - [anon_sym_fn] = ACTIONS(3077), - [anon_sym_PLUS] = ACTIONS(3077), - [anon_sym_DASH] = ACTIONS(3077), - [anon_sym_STAR] = ACTIONS(3077), - [anon_sym_SLASH] = ACTIONS(3077), - [anon_sym_PERCENT] = ACTIONS(3077), - [anon_sym_LT] = ACTIONS(3077), - [anon_sym_GT] = ACTIONS(3077), - [anon_sym_EQ_EQ] = ACTIONS(3077), - [anon_sym_BANG_EQ] = ACTIONS(3077), - [anon_sym_LT_EQ] = ACTIONS(3077), - [anon_sym_GT_EQ] = ACTIONS(3077), - [anon_sym_LBRACK] = ACTIONS(3075), - [anon_sym_struct] = ACTIONS(3077), - [anon_sym_union] = ACTIONS(3077), - [anon_sym_pub] = ACTIONS(3077), - [anon_sym_mut] = ACTIONS(3077), - [anon_sym_enum] = ACTIONS(3077), - [anon_sym_interface] = ACTIONS(3077), - [anon_sym_PLUS_PLUS] = ACTIONS(3077), - [anon_sym_DASH_DASH] = ACTIONS(3077), - [anon_sym_QMARK] = ACTIONS(3077), - [anon_sym_BANG] = ACTIONS(3077), - [anon_sym_go] = ACTIONS(3077), - [anon_sym_spawn] = ACTIONS(3077), - [anon_sym_json_DOTdecode] = ACTIONS(3077), - [anon_sym_LBRACK2] = ACTIONS(3077), - [anon_sym_TILDE] = ACTIONS(3077), - [anon_sym_CARET] = ACTIONS(3077), - [anon_sym_AMP] = ACTIONS(3077), - [anon_sym_LT_DASH] = ACTIONS(3077), - [anon_sym_LT_LT] = ACTIONS(3077), - [anon_sym_GT_GT] = ACTIONS(3077), - [anon_sym_GT_GT_GT] = ACTIONS(3077), - [anon_sym_AMP_CARET] = ACTIONS(3077), - [anon_sym_AMP_AMP] = ACTIONS(3077), - [anon_sym_PIPE_PIPE] = ACTIONS(3077), - [anon_sym_or] = ACTIONS(3077), - [sym_none] = ACTIONS(3077), - [sym_true] = ACTIONS(3077), - [sym_false] = ACTIONS(3077), - [sym_nil] = ACTIONS(3077), - [anon_sym_QMARK_DOT] = ACTIONS(3077), - [anon_sym_POUND_LBRACK] = ACTIONS(3077), - [anon_sym_if] = ACTIONS(3077), - [anon_sym_DOLLARif] = ACTIONS(3077), - [anon_sym_is] = ACTIONS(3077), - [anon_sym_BANGis] = ACTIONS(3077), - [anon_sym_in] = ACTIONS(3077), - [anon_sym_BANGin] = ACTIONS(3077), - [anon_sym_match] = ACTIONS(3077), - [anon_sym_select] = ACTIONS(3077), - [anon_sym_STAR_EQ] = ACTIONS(3077), - [anon_sym_SLASH_EQ] = ACTIONS(3077), - [anon_sym_PERCENT_EQ] = ACTIONS(3077), - [anon_sym_LT_LT_EQ] = ACTIONS(3077), - [anon_sym_GT_GT_EQ] = ACTIONS(3077), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3077), - [anon_sym_AMP_EQ] = ACTIONS(3077), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3077), - [anon_sym_PLUS_EQ] = ACTIONS(3077), - [anon_sym_DASH_EQ] = ACTIONS(3077), - [anon_sym_PIPE_EQ] = ACTIONS(3077), - [anon_sym_CARET_EQ] = ACTIONS(3077), - [anon_sym_COLON_EQ] = ACTIONS(3077), - [anon_sym_lock] = ACTIONS(3077), - [anon_sym_rlock] = ACTIONS(3077), - [anon_sym_unsafe] = ACTIONS(3077), - [anon_sym_sql] = ACTIONS(3077), - [sym_int_literal] = ACTIONS(3077), - [sym_float_literal] = ACTIONS(3077), - [sym_rune_literal] = ACTIONS(3077), - [anon_sym_AT] = ACTIONS(3077), - [anon_sym_shared] = ACTIONS(3077), - [anon_sym_map_LBRACK] = ACTIONS(3077), - [anon_sym_chan] = ACTIONS(3077), - [anon_sym_thread] = ACTIONS(3077), - [anon_sym_atomic] = ACTIONS(3077), - [anon_sym_assert] = ACTIONS(3077), - [anon_sym_defer] = ACTIONS(3077), - [anon_sym_goto] = ACTIONS(3077), - [anon_sym_break] = ACTIONS(3077), - [anon_sym_continue] = ACTIONS(3077), - [anon_sym_return] = ACTIONS(3077), - [anon_sym_DOLLARfor] = ACTIONS(3077), - [anon_sym_for] = ACTIONS(3077), - [anon_sym_POUND] = ACTIONS(3077), - [anon_sym_asm] = ACTIONS(3077), - [anon_sym_AT_LBRACK] = ACTIONS(3077), - [sym___double_quote] = ACTIONS(3077), - [sym___single_quote] = ACTIONS(3077), - [sym___c_double_quote] = ACTIONS(3077), - [sym___c_single_quote] = ACTIONS(3077), - [sym___r_double_quote] = ACTIONS(3077), - [sym___r_single_quote] = ACTIONS(3077), + [sym__expression] = STATE(2762), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [921] = { - [ts_builtin_sym_end] = ACTIONS(3079), - [sym_identifier] = ACTIONS(3081), - [anon_sym_LF] = ACTIONS(3081), - [anon_sym_CR] = ACTIONS(3081), - [anon_sym_CR_LF] = ACTIONS(3081), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3081), - [anon_sym_as] = ACTIONS(3081), - [anon_sym_LBRACE] = ACTIONS(3081), - [anon_sym_COMMA] = ACTIONS(3081), - [anon_sym_const] = ACTIONS(3081), - [anon_sym_LPAREN] = ACTIONS(3081), - [anon_sym_EQ] = ACTIONS(3081), - [anon_sym___global] = ACTIONS(3081), - [anon_sym_type] = ACTIONS(3081), - [anon_sym_PIPE] = ACTIONS(3081), - [anon_sym_fn] = ACTIONS(3081), - [anon_sym_PLUS] = ACTIONS(3081), - [anon_sym_DASH] = ACTIONS(3081), - [anon_sym_STAR] = ACTIONS(3081), - [anon_sym_SLASH] = ACTIONS(3081), - [anon_sym_PERCENT] = ACTIONS(3081), - [anon_sym_LT] = ACTIONS(3081), - [anon_sym_GT] = ACTIONS(3081), - [anon_sym_EQ_EQ] = ACTIONS(3081), - [anon_sym_BANG_EQ] = ACTIONS(3081), - [anon_sym_LT_EQ] = ACTIONS(3081), - [anon_sym_GT_EQ] = ACTIONS(3081), - [anon_sym_LBRACK] = ACTIONS(3079), - [anon_sym_struct] = ACTIONS(3081), - [anon_sym_union] = ACTIONS(3081), - [anon_sym_pub] = ACTIONS(3081), - [anon_sym_mut] = ACTIONS(3081), - [anon_sym_enum] = ACTIONS(3081), - [anon_sym_interface] = ACTIONS(3081), - [anon_sym_PLUS_PLUS] = ACTIONS(3081), - [anon_sym_DASH_DASH] = ACTIONS(3081), - [anon_sym_QMARK] = ACTIONS(3081), - [anon_sym_BANG] = ACTIONS(3081), - [anon_sym_go] = ACTIONS(3081), - [anon_sym_spawn] = ACTIONS(3081), - [anon_sym_json_DOTdecode] = ACTIONS(3081), - [anon_sym_LBRACK2] = ACTIONS(3081), - [anon_sym_TILDE] = ACTIONS(3081), - [anon_sym_CARET] = ACTIONS(3081), - [anon_sym_AMP] = ACTIONS(3081), - [anon_sym_LT_DASH] = ACTIONS(3081), - [anon_sym_LT_LT] = ACTIONS(3081), - [anon_sym_GT_GT] = ACTIONS(3081), - [anon_sym_GT_GT_GT] = ACTIONS(3081), - [anon_sym_AMP_CARET] = ACTIONS(3081), - [anon_sym_AMP_AMP] = ACTIONS(3081), - [anon_sym_PIPE_PIPE] = ACTIONS(3081), - [anon_sym_or] = ACTIONS(3081), - [sym_none] = ACTIONS(3081), - [sym_true] = ACTIONS(3081), - [sym_false] = ACTIONS(3081), - [sym_nil] = ACTIONS(3081), - [anon_sym_QMARK_DOT] = ACTIONS(3081), - [anon_sym_POUND_LBRACK] = ACTIONS(3081), - [anon_sym_if] = ACTIONS(3081), - [anon_sym_DOLLARif] = ACTIONS(3081), - [anon_sym_is] = ACTIONS(3081), - [anon_sym_BANGis] = ACTIONS(3081), - [anon_sym_in] = ACTIONS(3081), - [anon_sym_BANGin] = ACTIONS(3081), - [anon_sym_match] = ACTIONS(3081), - [anon_sym_select] = ACTIONS(3081), - [anon_sym_STAR_EQ] = ACTIONS(3081), - [anon_sym_SLASH_EQ] = ACTIONS(3081), - [anon_sym_PERCENT_EQ] = ACTIONS(3081), - [anon_sym_LT_LT_EQ] = ACTIONS(3081), - [anon_sym_GT_GT_EQ] = ACTIONS(3081), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3081), - [anon_sym_AMP_EQ] = ACTIONS(3081), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3081), - [anon_sym_PLUS_EQ] = ACTIONS(3081), - [anon_sym_DASH_EQ] = ACTIONS(3081), - [anon_sym_PIPE_EQ] = ACTIONS(3081), - [anon_sym_CARET_EQ] = ACTIONS(3081), - [anon_sym_COLON_EQ] = ACTIONS(3081), - [anon_sym_lock] = ACTIONS(3081), - [anon_sym_rlock] = ACTIONS(3081), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3081), - [sym_int_literal] = ACTIONS(3081), - [sym_float_literal] = ACTIONS(3081), - [sym_rune_literal] = ACTIONS(3081), - [anon_sym_AT] = ACTIONS(3081), - [anon_sym_shared] = ACTIONS(3081), - [anon_sym_map_LBRACK] = ACTIONS(3081), - [anon_sym_chan] = ACTIONS(3081), - [anon_sym_thread] = ACTIONS(3081), - [anon_sym_atomic] = ACTIONS(3081), - [anon_sym_assert] = ACTIONS(3081), - [anon_sym_defer] = ACTIONS(3081), - [anon_sym_goto] = ACTIONS(3081), - [anon_sym_break] = ACTIONS(3081), - [anon_sym_continue] = ACTIONS(3081), - [anon_sym_return] = ACTIONS(3081), - [anon_sym_DOLLARfor] = ACTIONS(3081), - [anon_sym_for] = ACTIONS(3081), - [anon_sym_POUND] = ACTIONS(3081), - [anon_sym_asm] = ACTIONS(3081), - [anon_sym_AT_LBRACK] = ACTIONS(3081), - [sym___double_quote] = ACTIONS(3081), - [sym___single_quote] = ACTIONS(3081), - [sym___c_double_quote] = ACTIONS(3081), - [sym___c_single_quote] = ACTIONS(3081), - [sym___r_double_quote] = ACTIONS(3081), - [sym___r_single_quote] = ACTIONS(3081), + [sym__expression] = STATE(2295), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2741), + [anon_sym_DASH] = ACTIONS(2741), + [anon_sym_STAR] = ACTIONS(2743), + [anon_sym_struct] = ACTIONS(2667), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2745), + [anon_sym_go] = ACTIONS(2747), + [anon_sym_spawn] = ACTIONS(2749), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2741), + [anon_sym_CARET] = ACTIONS(2741), + [anon_sym_AMP] = ACTIONS(2751), + [anon_sym_LT_DASH] = ACTIONS(2753), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2755), + [anon_sym_lock] = ACTIONS(2757), + [anon_sym_rlock] = ACTIONS(2757), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, [922] = { - [ts_builtin_sym_end] = ACTIONS(3083), - [sym_identifier] = ACTIONS(3085), - [anon_sym_LF] = ACTIONS(3085), - [anon_sym_CR] = ACTIONS(3085), - [anon_sym_CR_LF] = ACTIONS(3085), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3085), - [anon_sym_as] = ACTIONS(3085), - [anon_sym_LBRACE] = ACTIONS(3085), - [anon_sym_COMMA] = ACTIONS(3085), - [anon_sym_const] = ACTIONS(3085), - [anon_sym_LPAREN] = ACTIONS(3085), - [anon_sym_EQ] = ACTIONS(3085), - [anon_sym___global] = ACTIONS(3085), - [anon_sym_type] = ACTIONS(3085), - [anon_sym_PIPE] = ACTIONS(3085), - [anon_sym_fn] = ACTIONS(3085), - [anon_sym_PLUS] = ACTIONS(3085), - [anon_sym_DASH] = ACTIONS(3085), - [anon_sym_STAR] = ACTIONS(3085), - [anon_sym_SLASH] = ACTIONS(3085), - [anon_sym_PERCENT] = ACTIONS(3085), - [anon_sym_LT] = ACTIONS(3085), - [anon_sym_GT] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3085), - [anon_sym_BANG_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_LBRACK] = ACTIONS(3083), - [anon_sym_struct] = ACTIONS(3085), - [anon_sym_union] = ACTIONS(3085), - [anon_sym_pub] = ACTIONS(3085), - [anon_sym_mut] = ACTIONS(3085), - [anon_sym_enum] = ACTIONS(3085), - [anon_sym_interface] = ACTIONS(3085), - [anon_sym_PLUS_PLUS] = ACTIONS(3085), - [anon_sym_DASH_DASH] = ACTIONS(3085), - [anon_sym_QMARK] = ACTIONS(3085), - [anon_sym_BANG] = ACTIONS(3085), - [anon_sym_go] = ACTIONS(3085), - [anon_sym_spawn] = ACTIONS(3085), - [anon_sym_json_DOTdecode] = ACTIONS(3085), - [anon_sym_LBRACK2] = ACTIONS(3085), - [anon_sym_TILDE] = ACTIONS(3085), - [anon_sym_CARET] = ACTIONS(3085), - [anon_sym_AMP] = ACTIONS(3085), - [anon_sym_LT_DASH] = ACTIONS(3085), - [anon_sym_LT_LT] = ACTIONS(3085), - [anon_sym_GT_GT] = ACTIONS(3085), - [anon_sym_GT_GT_GT] = ACTIONS(3085), - [anon_sym_AMP_CARET] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_or] = ACTIONS(3085), - [sym_none] = ACTIONS(3085), - [sym_true] = ACTIONS(3085), - [sym_false] = ACTIONS(3085), - [sym_nil] = ACTIONS(3085), - [anon_sym_QMARK_DOT] = ACTIONS(3085), - [anon_sym_POUND_LBRACK] = ACTIONS(3085), - [anon_sym_if] = ACTIONS(3085), - [anon_sym_DOLLARif] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3085), - [anon_sym_BANGis] = ACTIONS(3085), - [anon_sym_in] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_match] = ACTIONS(3085), - [anon_sym_select] = ACTIONS(3085), - [anon_sym_STAR_EQ] = ACTIONS(3085), - [anon_sym_SLASH_EQ] = ACTIONS(3085), - [anon_sym_PERCENT_EQ] = ACTIONS(3085), - [anon_sym_LT_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_GT_EQ] = ACTIONS(3085), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3085), - [anon_sym_AMP_EQ] = ACTIONS(3085), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3085), - [anon_sym_PLUS_EQ] = ACTIONS(3085), - [anon_sym_DASH_EQ] = ACTIONS(3085), - [anon_sym_PIPE_EQ] = ACTIONS(3085), - [anon_sym_CARET_EQ] = ACTIONS(3085), - [anon_sym_COLON_EQ] = ACTIONS(3085), - [anon_sym_lock] = ACTIONS(3085), - [anon_sym_rlock] = ACTIONS(3085), - [anon_sym_unsafe] = ACTIONS(3085), - [anon_sym_sql] = ACTIONS(3085), - [sym_int_literal] = ACTIONS(3085), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [anon_sym_AT] = ACTIONS(3085), - [anon_sym_shared] = ACTIONS(3085), - [anon_sym_map_LBRACK] = ACTIONS(3085), - [anon_sym_chan] = ACTIONS(3085), - [anon_sym_thread] = ACTIONS(3085), - [anon_sym_atomic] = ACTIONS(3085), - [anon_sym_assert] = ACTIONS(3085), - [anon_sym_defer] = ACTIONS(3085), - [anon_sym_goto] = ACTIONS(3085), - [anon_sym_break] = ACTIONS(3085), - [anon_sym_continue] = ACTIONS(3085), - [anon_sym_return] = ACTIONS(3085), - [anon_sym_DOLLARfor] = ACTIONS(3085), - [anon_sym_for] = ACTIONS(3085), - [anon_sym_POUND] = ACTIONS(3085), - [anon_sym_asm] = ACTIONS(3085), - [anon_sym_AT_LBRACK] = ACTIONS(3085), - [sym___double_quote] = ACTIONS(3085), - [sym___single_quote] = ACTIONS(3085), - [sym___c_double_quote] = ACTIONS(3085), - [sym___c_single_quote] = ACTIONS(3085), - [sym___r_double_quote] = ACTIONS(3085), - [sym___r_single_quote] = ACTIONS(3085), + [sym__expression] = STATE(258), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_mutability_modifiers] = STATE(944), + [sym_plain_type] = STATE(4219), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2484), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(2486), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_fn] = ACTIONS(475), + [anon_sym_PLUS] = ACTIONS(27), + [anon_sym_DASH] = ACTIONS(27), + [anon_sym_STAR] = ACTIONS(29), + [anon_sym_struct] = ACTIONS(477), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(45), + [anon_sym_go] = ACTIONS(47), + [anon_sym_spawn] = ACTIONS(49), + [anon_sym_json_DOTdecode] = ACTIONS(51), + [anon_sym_LBRACK2] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(27), + [anon_sym_CARET] = ACTIONS(27), + [anon_sym_AMP] = ACTIONS(55), + [anon_sym_LT_DASH] = ACTIONS(57), + [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(59), + [sym_false] = ACTIONS(59), + [sym_nil] = ACTIONS(59), + [anon_sym_if] = ACTIONS(61), + [anon_sym_DOLLARif] = ACTIONS(63), + [anon_sym_match] = ACTIONS(65), + [anon_sym_select] = ACTIONS(67), + [anon_sym_lock] = ACTIONS(69), + [anon_sym_rlock] = ACTIONS(69), + [anon_sym_unsafe] = ACTIONS(71), + [anon_sym_sql] = ACTIONS(73), + [sym_int_literal] = ACTIONS(59), + [sym_float_literal] = ACTIONS(75), + [sym_rune_literal] = ACTIONS(75), + [anon_sym_AT] = ACTIONS(77), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(111), + [sym___single_quote] = ACTIONS(113), + [sym___c_double_quote] = ACTIONS(115), + [sym___c_single_quote] = ACTIONS(117), + [sym___r_double_quote] = ACTIONS(119), + [sym___r_single_quote] = ACTIONS(121), }, [923] = { - [ts_builtin_sym_end] = ACTIONS(3087), - [sym_identifier] = ACTIONS(3089), - [anon_sym_LF] = ACTIONS(3089), - [anon_sym_CR] = ACTIONS(3089), - [anon_sym_CR_LF] = ACTIONS(3089), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3089), - [anon_sym_as] = ACTIONS(3089), - [anon_sym_LBRACE] = ACTIONS(3089), - [anon_sym_COMMA] = ACTIONS(3089), - [anon_sym_const] = ACTIONS(3089), - [anon_sym_LPAREN] = ACTIONS(3089), - [anon_sym_EQ] = ACTIONS(3089), - [anon_sym___global] = ACTIONS(3089), - [anon_sym_type] = ACTIONS(3089), - [anon_sym_PIPE] = ACTIONS(3089), - [anon_sym_fn] = ACTIONS(3089), - [anon_sym_PLUS] = ACTIONS(3089), - [anon_sym_DASH] = ACTIONS(3089), - [anon_sym_STAR] = ACTIONS(3089), - [anon_sym_SLASH] = ACTIONS(3089), - [anon_sym_PERCENT] = ACTIONS(3089), - [anon_sym_LT] = ACTIONS(3089), - [anon_sym_GT] = ACTIONS(3089), - [anon_sym_EQ_EQ] = ACTIONS(3089), - [anon_sym_BANG_EQ] = ACTIONS(3089), - [anon_sym_LT_EQ] = ACTIONS(3089), - [anon_sym_GT_EQ] = ACTIONS(3089), - [anon_sym_LBRACK] = ACTIONS(3087), - [anon_sym_struct] = ACTIONS(3089), - [anon_sym_union] = ACTIONS(3089), - [anon_sym_pub] = ACTIONS(3089), - [anon_sym_mut] = ACTIONS(3089), - [anon_sym_enum] = ACTIONS(3089), - [anon_sym_interface] = ACTIONS(3089), - [anon_sym_PLUS_PLUS] = ACTIONS(3089), - [anon_sym_DASH_DASH] = ACTIONS(3089), - [anon_sym_QMARK] = ACTIONS(3089), - [anon_sym_BANG] = ACTIONS(3089), - [anon_sym_go] = ACTIONS(3089), - [anon_sym_spawn] = ACTIONS(3089), - [anon_sym_json_DOTdecode] = ACTIONS(3089), - [anon_sym_LBRACK2] = ACTIONS(3089), - [anon_sym_TILDE] = ACTIONS(3089), - [anon_sym_CARET] = ACTIONS(3089), - [anon_sym_AMP] = ACTIONS(3089), - [anon_sym_LT_DASH] = ACTIONS(3089), - [anon_sym_LT_LT] = ACTIONS(3089), - [anon_sym_GT_GT] = ACTIONS(3089), - [anon_sym_GT_GT_GT] = ACTIONS(3089), - [anon_sym_AMP_CARET] = ACTIONS(3089), - [anon_sym_AMP_AMP] = ACTIONS(3089), - [anon_sym_PIPE_PIPE] = ACTIONS(3089), - [anon_sym_or] = ACTIONS(3089), - [sym_none] = ACTIONS(3089), - [sym_true] = ACTIONS(3089), - [sym_false] = ACTIONS(3089), - [sym_nil] = ACTIONS(3089), - [anon_sym_QMARK_DOT] = ACTIONS(3089), - [anon_sym_POUND_LBRACK] = ACTIONS(3089), - [anon_sym_if] = ACTIONS(3089), - [anon_sym_DOLLARif] = ACTIONS(3089), - [anon_sym_is] = ACTIONS(3089), - [anon_sym_BANGis] = ACTIONS(3089), - [anon_sym_in] = ACTIONS(3089), - [anon_sym_BANGin] = ACTIONS(3089), - [anon_sym_match] = ACTIONS(3089), - [anon_sym_select] = ACTIONS(3089), - [anon_sym_STAR_EQ] = ACTIONS(3089), - [anon_sym_SLASH_EQ] = ACTIONS(3089), - [anon_sym_PERCENT_EQ] = ACTIONS(3089), - [anon_sym_LT_LT_EQ] = ACTIONS(3089), - [anon_sym_GT_GT_EQ] = ACTIONS(3089), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3089), - [anon_sym_AMP_EQ] = ACTIONS(3089), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3089), - [anon_sym_PLUS_EQ] = ACTIONS(3089), - [anon_sym_DASH_EQ] = ACTIONS(3089), - [anon_sym_PIPE_EQ] = ACTIONS(3089), - [anon_sym_CARET_EQ] = ACTIONS(3089), - [anon_sym_COLON_EQ] = ACTIONS(3089), - [anon_sym_lock] = ACTIONS(3089), - [anon_sym_rlock] = ACTIONS(3089), - [anon_sym_unsafe] = ACTIONS(3089), - [anon_sym_sql] = ACTIONS(3089), - [sym_int_literal] = ACTIONS(3089), - [sym_float_literal] = ACTIONS(3089), - [sym_rune_literal] = ACTIONS(3089), - [anon_sym_AT] = ACTIONS(3089), - [anon_sym_shared] = ACTIONS(3089), - [anon_sym_map_LBRACK] = ACTIONS(3089), - [anon_sym_chan] = ACTIONS(3089), - [anon_sym_thread] = ACTIONS(3089), - [anon_sym_atomic] = ACTIONS(3089), - [anon_sym_assert] = ACTIONS(3089), - [anon_sym_defer] = ACTIONS(3089), - [anon_sym_goto] = ACTIONS(3089), - [anon_sym_break] = ACTIONS(3089), - [anon_sym_continue] = ACTIONS(3089), - [anon_sym_return] = ACTIONS(3089), - [anon_sym_DOLLARfor] = ACTIONS(3089), - [anon_sym_for] = ACTIONS(3089), - [anon_sym_POUND] = ACTIONS(3089), - [anon_sym_asm] = ACTIONS(3089), - [anon_sym_AT_LBRACK] = ACTIONS(3089), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3089), - [sym___c_double_quote] = ACTIONS(3089), - [sym___c_single_quote] = ACTIONS(3089), - [sym___r_double_quote] = ACTIONS(3089), - [sym___r_single_quote] = ACTIONS(3089), + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [924] = { - [ts_builtin_sym_end] = ACTIONS(3091), - [sym_identifier] = ACTIONS(3093), - [anon_sym_LF] = ACTIONS(3093), - [anon_sym_CR] = ACTIONS(3093), - [anon_sym_CR_LF] = ACTIONS(3093), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3093), - [anon_sym_as] = ACTIONS(3093), - [anon_sym_LBRACE] = ACTIONS(3093), - [anon_sym_COMMA] = ACTIONS(3093), - [anon_sym_const] = ACTIONS(3093), - [anon_sym_LPAREN] = ACTIONS(3093), - [anon_sym_EQ] = ACTIONS(3093), - [anon_sym___global] = ACTIONS(3093), - [anon_sym_type] = ACTIONS(3093), - [anon_sym_PIPE] = ACTIONS(3093), - [anon_sym_fn] = ACTIONS(3093), - [anon_sym_PLUS] = ACTIONS(3093), - [anon_sym_DASH] = ACTIONS(3093), - [anon_sym_STAR] = ACTIONS(3093), - [anon_sym_SLASH] = ACTIONS(3093), - [anon_sym_PERCENT] = ACTIONS(3093), - [anon_sym_LT] = ACTIONS(3093), - [anon_sym_GT] = ACTIONS(3093), - [anon_sym_EQ_EQ] = ACTIONS(3093), - [anon_sym_BANG_EQ] = ACTIONS(3093), - [anon_sym_LT_EQ] = ACTIONS(3093), - [anon_sym_GT_EQ] = ACTIONS(3093), - [anon_sym_LBRACK] = ACTIONS(3091), - [anon_sym_struct] = ACTIONS(3093), - [anon_sym_union] = ACTIONS(3093), - [anon_sym_pub] = ACTIONS(3093), - [anon_sym_mut] = ACTIONS(3093), - [anon_sym_enum] = ACTIONS(3093), - [anon_sym_interface] = ACTIONS(3093), - [anon_sym_PLUS_PLUS] = ACTIONS(3093), - [anon_sym_DASH_DASH] = ACTIONS(3093), - [anon_sym_QMARK] = ACTIONS(3093), - [anon_sym_BANG] = ACTIONS(3093), - [anon_sym_go] = ACTIONS(3093), - [anon_sym_spawn] = ACTIONS(3093), - [anon_sym_json_DOTdecode] = ACTIONS(3093), - [anon_sym_LBRACK2] = ACTIONS(3093), - [anon_sym_TILDE] = ACTIONS(3093), - [anon_sym_CARET] = ACTIONS(3093), - [anon_sym_AMP] = ACTIONS(3093), - [anon_sym_LT_DASH] = ACTIONS(3093), - [anon_sym_LT_LT] = ACTIONS(3093), - [anon_sym_GT_GT] = ACTIONS(3093), - [anon_sym_GT_GT_GT] = ACTIONS(3093), - [anon_sym_AMP_CARET] = ACTIONS(3093), - [anon_sym_AMP_AMP] = ACTIONS(3093), - [anon_sym_PIPE_PIPE] = ACTIONS(3093), - [anon_sym_or] = ACTIONS(3093), - [sym_none] = ACTIONS(3093), - [sym_true] = ACTIONS(3093), - [sym_false] = ACTIONS(3093), - [sym_nil] = ACTIONS(3093), - [anon_sym_QMARK_DOT] = ACTIONS(3093), - [anon_sym_POUND_LBRACK] = ACTIONS(3093), - [anon_sym_if] = ACTIONS(3093), - [anon_sym_DOLLARif] = ACTIONS(3093), - [anon_sym_is] = ACTIONS(3093), - [anon_sym_BANGis] = ACTIONS(3093), - [anon_sym_in] = ACTIONS(3093), - [anon_sym_BANGin] = ACTIONS(3093), - [anon_sym_match] = ACTIONS(3093), - [anon_sym_select] = ACTIONS(3093), - [anon_sym_STAR_EQ] = ACTIONS(3093), - [anon_sym_SLASH_EQ] = ACTIONS(3093), - [anon_sym_PERCENT_EQ] = ACTIONS(3093), - [anon_sym_LT_LT_EQ] = ACTIONS(3093), - [anon_sym_GT_GT_EQ] = ACTIONS(3093), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3093), - [anon_sym_AMP_EQ] = ACTIONS(3093), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3093), - [anon_sym_PLUS_EQ] = ACTIONS(3093), - [anon_sym_DASH_EQ] = ACTIONS(3093), - [anon_sym_PIPE_EQ] = ACTIONS(3093), - [anon_sym_CARET_EQ] = ACTIONS(3093), - [anon_sym_COLON_EQ] = ACTIONS(3093), - [anon_sym_lock] = ACTIONS(3093), - [anon_sym_rlock] = ACTIONS(3093), - [anon_sym_unsafe] = ACTIONS(3093), - [anon_sym_sql] = ACTIONS(3093), - [sym_int_literal] = ACTIONS(3093), - [sym_float_literal] = ACTIONS(3093), - [sym_rune_literal] = ACTIONS(3093), - [anon_sym_AT] = ACTIONS(3093), - [anon_sym_shared] = ACTIONS(3093), - [anon_sym_map_LBRACK] = ACTIONS(3093), - [anon_sym_chan] = ACTIONS(3093), - [anon_sym_thread] = ACTIONS(3093), - [anon_sym_atomic] = ACTIONS(3093), - [anon_sym_assert] = ACTIONS(3093), - [anon_sym_defer] = ACTIONS(3093), - [anon_sym_goto] = ACTIONS(3093), - [anon_sym_break] = ACTIONS(3093), - [anon_sym_continue] = ACTIONS(3093), - [anon_sym_return] = ACTIONS(3093), - [anon_sym_DOLLARfor] = ACTIONS(3093), - [anon_sym_for] = ACTIONS(3093), - [anon_sym_POUND] = ACTIONS(3093), - [anon_sym_asm] = ACTIONS(3093), - [anon_sym_AT_LBRACK] = ACTIONS(3093), - [sym___double_quote] = ACTIONS(3093), - [sym___single_quote] = ACTIONS(3093), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3093), - [sym___r_double_quote] = ACTIONS(3093), - [sym___r_single_quote] = ACTIONS(3093), + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3719), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2166), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2168), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2174), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [925] = { - [ts_builtin_sym_end] = ACTIONS(3095), - [sym_identifier] = ACTIONS(3097), - [anon_sym_LF] = ACTIONS(3097), - [anon_sym_CR] = ACTIONS(3097), - [anon_sym_CR_LF] = ACTIONS(3097), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3097), - [anon_sym_as] = ACTIONS(3097), - [anon_sym_LBRACE] = ACTIONS(3097), - [anon_sym_COMMA] = ACTIONS(3097), - [anon_sym_const] = ACTIONS(3097), - [anon_sym_LPAREN] = ACTIONS(3097), - [anon_sym_EQ] = ACTIONS(3097), - [anon_sym___global] = ACTIONS(3097), - [anon_sym_type] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3097), - [anon_sym_fn] = ACTIONS(3097), - [anon_sym_PLUS] = ACTIONS(3097), - [anon_sym_DASH] = ACTIONS(3097), - [anon_sym_STAR] = ACTIONS(3097), - [anon_sym_SLASH] = ACTIONS(3097), - [anon_sym_PERCENT] = ACTIONS(3097), - [anon_sym_LT] = ACTIONS(3097), - [anon_sym_GT] = ACTIONS(3097), - [anon_sym_EQ_EQ] = ACTIONS(3097), - [anon_sym_BANG_EQ] = ACTIONS(3097), - [anon_sym_LT_EQ] = ACTIONS(3097), - [anon_sym_GT_EQ] = ACTIONS(3097), - [anon_sym_LBRACK] = ACTIONS(3095), - [anon_sym_struct] = ACTIONS(3097), - [anon_sym_union] = ACTIONS(3097), - [anon_sym_pub] = ACTIONS(3097), - [anon_sym_mut] = ACTIONS(3097), - [anon_sym_enum] = ACTIONS(3097), - [anon_sym_interface] = ACTIONS(3097), - [anon_sym_PLUS_PLUS] = ACTIONS(3097), - [anon_sym_DASH_DASH] = ACTIONS(3097), - [anon_sym_QMARK] = ACTIONS(3097), - [anon_sym_BANG] = ACTIONS(3097), - [anon_sym_go] = ACTIONS(3097), - [anon_sym_spawn] = ACTIONS(3097), - [anon_sym_json_DOTdecode] = ACTIONS(3097), - [anon_sym_LBRACK2] = ACTIONS(3097), - [anon_sym_TILDE] = ACTIONS(3097), - [anon_sym_CARET] = ACTIONS(3097), - [anon_sym_AMP] = ACTIONS(3097), - [anon_sym_LT_DASH] = ACTIONS(3097), - [anon_sym_LT_LT] = ACTIONS(3097), - [anon_sym_GT_GT] = ACTIONS(3097), - [anon_sym_GT_GT_GT] = ACTIONS(3097), - [anon_sym_AMP_CARET] = ACTIONS(3097), - [anon_sym_AMP_AMP] = ACTIONS(3097), - [anon_sym_PIPE_PIPE] = ACTIONS(3097), - [anon_sym_or] = ACTIONS(3097), - [sym_none] = ACTIONS(3097), - [sym_true] = ACTIONS(3097), - [sym_false] = ACTIONS(3097), - [sym_nil] = ACTIONS(3097), - [anon_sym_QMARK_DOT] = ACTIONS(3097), - [anon_sym_POUND_LBRACK] = ACTIONS(3097), - [anon_sym_if] = ACTIONS(3097), - [anon_sym_DOLLARif] = ACTIONS(3097), - [anon_sym_is] = ACTIONS(3097), - [anon_sym_BANGis] = ACTIONS(3097), - [anon_sym_in] = ACTIONS(3097), - [anon_sym_BANGin] = ACTIONS(3097), - [anon_sym_match] = ACTIONS(3097), - [anon_sym_select] = ACTIONS(3097), - [anon_sym_STAR_EQ] = ACTIONS(3097), - [anon_sym_SLASH_EQ] = ACTIONS(3097), - [anon_sym_PERCENT_EQ] = ACTIONS(3097), - [anon_sym_LT_LT_EQ] = ACTIONS(3097), - [anon_sym_GT_GT_EQ] = ACTIONS(3097), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3097), - [anon_sym_AMP_EQ] = ACTIONS(3097), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3097), - [anon_sym_PLUS_EQ] = ACTIONS(3097), - [anon_sym_DASH_EQ] = ACTIONS(3097), - [anon_sym_PIPE_EQ] = ACTIONS(3097), - [anon_sym_CARET_EQ] = ACTIONS(3097), - [anon_sym_COLON_EQ] = ACTIONS(3097), - [anon_sym_lock] = ACTIONS(3097), - [anon_sym_rlock] = ACTIONS(3097), - [anon_sym_unsafe] = ACTIONS(3097), - [anon_sym_sql] = ACTIONS(3097), - [sym_int_literal] = ACTIONS(3097), - [sym_float_literal] = ACTIONS(3097), - [sym_rune_literal] = ACTIONS(3097), - [anon_sym_AT] = ACTIONS(3097), - [anon_sym_shared] = ACTIONS(3097), - [anon_sym_map_LBRACK] = ACTIONS(3097), - [anon_sym_chan] = ACTIONS(3097), - [anon_sym_thread] = ACTIONS(3097), - [anon_sym_atomic] = ACTIONS(3097), - [anon_sym_assert] = ACTIONS(3097), - [anon_sym_defer] = ACTIONS(3097), - [anon_sym_goto] = ACTIONS(3097), - [anon_sym_break] = ACTIONS(3097), - [anon_sym_continue] = ACTIONS(3097), - [anon_sym_return] = ACTIONS(3097), - [anon_sym_DOLLARfor] = ACTIONS(3097), - [anon_sym_for] = ACTIONS(3097), - [anon_sym_POUND] = ACTIONS(3097), - [anon_sym_asm] = ACTIONS(3097), - [anon_sym_AT_LBRACK] = ACTIONS(3097), - [sym___double_quote] = ACTIONS(3097), - [sym___single_quote] = ACTIONS(3097), - [sym___c_double_quote] = ACTIONS(3097), - [sym___c_single_quote] = ACTIONS(3097), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3097), + [sym__expression] = STATE(1137), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1218), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(625), + [anon_sym_fn] = ACTIONS(629), + [anon_sym_PLUS] = ACTIONS(631), + [anon_sym_DASH] = ACTIONS(631), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_struct] = ACTIONS(637), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(643), + [anon_sym_go] = ACTIONS(645), + [anon_sym_spawn] = ACTIONS(647), + [anon_sym_json_DOTdecode] = ACTIONS(649), + [anon_sym_LBRACK2] = ACTIONS(651), + [anon_sym_TILDE] = ACTIONS(631), + [anon_sym_CARET] = ACTIONS(631), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_LT_DASH] = ACTIONS(655), + [sym_none] = ACTIONS(657), + [sym_true] = ACTIONS(657), + [sym_false] = ACTIONS(657), + [sym_nil] = ACTIONS(657), + [anon_sym_if] = ACTIONS(659), + [anon_sym_DOLLARif] = ACTIONS(661), + [anon_sym_match] = ACTIONS(663), + [anon_sym_select] = ACTIONS(665), + [anon_sym_lock] = ACTIONS(667), + [anon_sym_rlock] = ACTIONS(667), + [anon_sym_unsafe] = ACTIONS(669), + [anon_sym_sql] = ACTIONS(671), + [sym_int_literal] = ACTIONS(657), + [sym_float_literal] = ACTIONS(673), + [sym_rune_literal] = ACTIONS(673), + [anon_sym_AT] = ACTIONS(675), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(677), + [sym___single_quote] = ACTIONS(679), + [sym___c_double_quote] = ACTIONS(681), + [sym___c_single_quote] = ACTIONS(683), + [sym___r_double_quote] = ACTIONS(685), + [sym___r_single_quote] = ACTIONS(687), }, [926] = { - [ts_builtin_sym_end] = ACTIONS(3099), - [sym_identifier] = ACTIONS(3101), - [anon_sym_LF] = ACTIONS(3101), - [anon_sym_CR] = ACTIONS(3101), - [anon_sym_CR_LF] = ACTIONS(3101), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3101), - [anon_sym_as] = ACTIONS(3101), - [anon_sym_LBRACE] = ACTIONS(3101), - [anon_sym_COMMA] = ACTIONS(3101), - [anon_sym_const] = ACTIONS(3101), - [anon_sym_LPAREN] = ACTIONS(3101), - [anon_sym_EQ] = ACTIONS(3101), - [anon_sym___global] = ACTIONS(3101), - [anon_sym_type] = ACTIONS(3101), - [anon_sym_PIPE] = ACTIONS(3101), - [anon_sym_fn] = ACTIONS(3101), - [anon_sym_PLUS] = ACTIONS(3101), - [anon_sym_DASH] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(3101), - [anon_sym_SLASH] = ACTIONS(3101), - [anon_sym_PERCENT] = ACTIONS(3101), - [anon_sym_LT] = ACTIONS(3101), - [anon_sym_GT] = ACTIONS(3101), - [anon_sym_EQ_EQ] = ACTIONS(3101), - [anon_sym_BANG_EQ] = ACTIONS(3101), - [anon_sym_LT_EQ] = ACTIONS(3101), - [anon_sym_GT_EQ] = ACTIONS(3101), - [anon_sym_LBRACK] = ACTIONS(3099), - [anon_sym_struct] = ACTIONS(3101), - [anon_sym_union] = ACTIONS(3101), - [anon_sym_pub] = ACTIONS(3101), - [anon_sym_mut] = ACTIONS(3101), - [anon_sym_enum] = ACTIONS(3101), - [anon_sym_interface] = ACTIONS(3101), - [anon_sym_PLUS_PLUS] = ACTIONS(3101), - [anon_sym_DASH_DASH] = ACTIONS(3101), - [anon_sym_QMARK] = ACTIONS(3101), - [anon_sym_BANG] = ACTIONS(3101), - [anon_sym_go] = ACTIONS(3101), - [anon_sym_spawn] = ACTIONS(3101), - [anon_sym_json_DOTdecode] = ACTIONS(3101), - [anon_sym_LBRACK2] = ACTIONS(3101), - [anon_sym_TILDE] = ACTIONS(3101), - [anon_sym_CARET] = ACTIONS(3101), - [anon_sym_AMP] = ACTIONS(3101), - [anon_sym_LT_DASH] = ACTIONS(3101), - [anon_sym_LT_LT] = ACTIONS(3101), - [anon_sym_GT_GT] = ACTIONS(3101), - [anon_sym_GT_GT_GT] = ACTIONS(3101), - [anon_sym_AMP_CARET] = ACTIONS(3101), - [anon_sym_AMP_AMP] = ACTIONS(3101), - [anon_sym_PIPE_PIPE] = ACTIONS(3101), - [anon_sym_or] = ACTIONS(3101), - [sym_none] = ACTIONS(3101), - [sym_true] = ACTIONS(3101), - [sym_false] = ACTIONS(3101), - [sym_nil] = ACTIONS(3101), - [anon_sym_QMARK_DOT] = ACTIONS(3101), - [anon_sym_POUND_LBRACK] = ACTIONS(3101), - [anon_sym_if] = ACTIONS(3101), - [anon_sym_DOLLARif] = ACTIONS(3101), - [anon_sym_is] = ACTIONS(3101), - [anon_sym_BANGis] = ACTIONS(3101), - [anon_sym_in] = ACTIONS(3101), - [anon_sym_BANGin] = ACTIONS(3101), - [anon_sym_match] = ACTIONS(3101), - [anon_sym_select] = ACTIONS(3101), - [anon_sym_STAR_EQ] = ACTIONS(3101), - [anon_sym_SLASH_EQ] = ACTIONS(3101), - [anon_sym_PERCENT_EQ] = ACTIONS(3101), - [anon_sym_LT_LT_EQ] = ACTIONS(3101), - [anon_sym_GT_GT_EQ] = ACTIONS(3101), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3101), - [anon_sym_AMP_EQ] = ACTIONS(3101), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3101), - [anon_sym_PLUS_EQ] = ACTIONS(3101), - [anon_sym_DASH_EQ] = ACTIONS(3101), - [anon_sym_PIPE_EQ] = ACTIONS(3101), - [anon_sym_CARET_EQ] = ACTIONS(3101), - [anon_sym_COLON_EQ] = ACTIONS(3101), - [anon_sym_lock] = ACTIONS(3101), - [anon_sym_rlock] = ACTIONS(3101), - [anon_sym_unsafe] = ACTIONS(3101), - [anon_sym_sql] = ACTIONS(3101), - [sym_int_literal] = ACTIONS(3101), - [sym_float_literal] = ACTIONS(3101), - [sym_rune_literal] = ACTIONS(3101), - [anon_sym_AT] = ACTIONS(3101), - [anon_sym_shared] = ACTIONS(3101), - [anon_sym_map_LBRACK] = ACTIONS(3101), - [anon_sym_chan] = ACTIONS(3101), - [anon_sym_thread] = ACTIONS(3101), - [anon_sym_atomic] = ACTIONS(3101), - [anon_sym_assert] = ACTIONS(3101), - [anon_sym_defer] = ACTIONS(3101), - [anon_sym_goto] = ACTIONS(3101), - [anon_sym_break] = ACTIONS(3101), - [anon_sym_continue] = ACTIONS(3101), - [anon_sym_return] = ACTIONS(3101), - [anon_sym_DOLLARfor] = ACTIONS(3101), - [anon_sym_for] = ACTIONS(3101), - [anon_sym_POUND] = ACTIONS(3101), - [anon_sym_asm] = ACTIONS(3101), - [anon_sym_AT_LBRACK] = ACTIONS(3101), - [sym___double_quote] = ACTIONS(3101), - [sym___single_quote] = ACTIONS(3101), - [sym___c_double_quote] = ACTIONS(3101), - [sym___c_single_quote] = ACTIONS(3101), - [sym___r_double_quote] = ACTIONS(3101), - [sym___r_single_quote] = ACTIONS(3101), + [sym__expression] = STATE(2861), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [927] = { - [ts_builtin_sym_end] = ACTIONS(3103), - [sym_identifier] = ACTIONS(3105), - [anon_sym_LF] = ACTIONS(3105), - [anon_sym_CR] = ACTIONS(3105), - [anon_sym_CR_LF] = ACTIONS(3105), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3105), - [anon_sym_as] = ACTIONS(3105), - [anon_sym_LBRACE] = ACTIONS(3105), - [anon_sym_COMMA] = ACTIONS(3105), - [anon_sym_const] = ACTIONS(3105), - [anon_sym_LPAREN] = ACTIONS(3105), - [anon_sym_EQ] = ACTIONS(3105), - [anon_sym___global] = ACTIONS(3105), - [anon_sym_type] = ACTIONS(3105), - [anon_sym_PIPE] = ACTIONS(3105), - [anon_sym_fn] = ACTIONS(3105), - [anon_sym_PLUS] = ACTIONS(3105), - [anon_sym_DASH] = ACTIONS(3105), - [anon_sym_STAR] = ACTIONS(3105), - [anon_sym_SLASH] = ACTIONS(3105), - [anon_sym_PERCENT] = ACTIONS(3105), - [anon_sym_LT] = ACTIONS(3105), - [anon_sym_GT] = ACTIONS(3105), - [anon_sym_EQ_EQ] = ACTIONS(3105), - [anon_sym_BANG_EQ] = ACTIONS(3105), - [anon_sym_LT_EQ] = ACTIONS(3105), - [anon_sym_GT_EQ] = ACTIONS(3105), - [anon_sym_LBRACK] = ACTIONS(3103), - [anon_sym_struct] = ACTIONS(3105), - [anon_sym_union] = ACTIONS(3105), - [anon_sym_pub] = ACTIONS(3105), - [anon_sym_mut] = ACTIONS(3105), - [anon_sym_enum] = ACTIONS(3105), - [anon_sym_interface] = ACTIONS(3105), - [anon_sym_PLUS_PLUS] = ACTIONS(3105), - [anon_sym_DASH_DASH] = ACTIONS(3105), - [anon_sym_QMARK] = ACTIONS(3105), - [anon_sym_BANG] = ACTIONS(3105), - [anon_sym_go] = ACTIONS(3105), - [anon_sym_spawn] = ACTIONS(3105), - [anon_sym_json_DOTdecode] = ACTIONS(3105), - [anon_sym_LBRACK2] = ACTIONS(3105), - [anon_sym_TILDE] = ACTIONS(3105), - [anon_sym_CARET] = ACTIONS(3105), - [anon_sym_AMP] = ACTIONS(3105), - [anon_sym_LT_DASH] = ACTIONS(3105), - [anon_sym_LT_LT] = ACTIONS(3105), - [anon_sym_GT_GT] = ACTIONS(3105), - [anon_sym_GT_GT_GT] = ACTIONS(3105), - [anon_sym_AMP_CARET] = ACTIONS(3105), - [anon_sym_AMP_AMP] = ACTIONS(3105), - [anon_sym_PIPE_PIPE] = ACTIONS(3105), - [anon_sym_or] = ACTIONS(3105), - [sym_none] = ACTIONS(3105), - [sym_true] = ACTIONS(3105), - [sym_false] = ACTIONS(3105), - [sym_nil] = ACTIONS(3105), - [anon_sym_QMARK_DOT] = ACTIONS(3105), - [anon_sym_POUND_LBRACK] = ACTIONS(3105), - [anon_sym_if] = ACTIONS(3105), - [anon_sym_DOLLARif] = ACTIONS(3105), - [anon_sym_is] = ACTIONS(3105), - [anon_sym_BANGis] = ACTIONS(3105), - [anon_sym_in] = ACTIONS(3105), - [anon_sym_BANGin] = ACTIONS(3105), - [anon_sym_match] = ACTIONS(3105), - [anon_sym_select] = ACTIONS(3105), - [anon_sym_STAR_EQ] = ACTIONS(3105), - [anon_sym_SLASH_EQ] = ACTIONS(3105), - [anon_sym_PERCENT_EQ] = ACTIONS(3105), - [anon_sym_LT_LT_EQ] = ACTIONS(3105), - [anon_sym_GT_GT_EQ] = ACTIONS(3105), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3105), - [anon_sym_AMP_EQ] = ACTIONS(3105), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3105), - [anon_sym_PLUS_EQ] = ACTIONS(3105), - [anon_sym_DASH_EQ] = ACTIONS(3105), - [anon_sym_PIPE_EQ] = ACTIONS(3105), - [anon_sym_CARET_EQ] = ACTIONS(3105), - [anon_sym_COLON_EQ] = ACTIONS(3105), - [anon_sym_lock] = ACTIONS(3105), - [anon_sym_rlock] = ACTIONS(3105), - [anon_sym_unsafe] = ACTIONS(3105), - [anon_sym_sql] = ACTIONS(3105), - [sym_int_literal] = ACTIONS(3105), - [sym_float_literal] = ACTIONS(3105), - [sym_rune_literal] = ACTIONS(3105), - [anon_sym_AT] = ACTIONS(3105), - [anon_sym_shared] = ACTIONS(3105), - [anon_sym_map_LBRACK] = ACTIONS(3105), - [anon_sym_chan] = ACTIONS(3105), - [anon_sym_thread] = ACTIONS(3105), - [anon_sym_atomic] = ACTIONS(3105), - [anon_sym_assert] = ACTIONS(3105), - [anon_sym_defer] = ACTIONS(3105), - [anon_sym_goto] = ACTIONS(3105), - [anon_sym_break] = ACTIONS(3105), - [anon_sym_continue] = ACTIONS(3105), - [anon_sym_return] = ACTIONS(3105), - [anon_sym_DOLLARfor] = ACTIONS(3105), - [anon_sym_for] = ACTIONS(3105), - [anon_sym_POUND] = ACTIONS(3105), - [anon_sym_asm] = ACTIONS(3105), - [anon_sym_AT_LBRACK] = ACTIONS(3105), - [sym___double_quote] = ACTIONS(3105), - [sym___single_quote] = ACTIONS(3105), - [sym___c_double_quote] = ACTIONS(3105), - [sym___c_single_quote] = ACTIONS(3105), - [sym___r_double_quote] = ACTIONS(3105), - [sym___r_single_quote] = ACTIONS(3105), + [sym__expression] = STATE(1140), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1218), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(625), + [anon_sym_fn] = ACTIONS(629), + [anon_sym_PLUS] = ACTIONS(631), + [anon_sym_DASH] = ACTIONS(631), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_struct] = ACTIONS(637), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(643), + [anon_sym_go] = ACTIONS(645), + [anon_sym_spawn] = ACTIONS(647), + [anon_sym_json_DOTdecode] = ACTIONS(649), + [anon_sym_LBRACK2] = ACTIONS(651), + [anon_sym_TILDE] = ACTIONS(631), + [anon_sym_CARET] = ACTIONS(631), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_LT_DASH] = ACTIONS(655), + [sym_none] = ACTIONS(657), + [sym_true] = ACTIONS(657), + [sym_false] = ACTIONS(657), + [sym_nil] = ACTIONS(657), + [anon_sym_if] = ACTIONS(659), + [anon_sym_DOLLARif] = ACTIONS(661), + [anon_sym_match] = ACTIONS(663), + [anon_sym_select] = ACTIONS(665), + [anon_sym_lock] = ACTIONS(667), + [anon_sym_rlock] = ACTIONS(667), + [anon_sym_unsafe] = ACTIONS(669), + [anon_sym_sql] = ACTIONS(671), + [sym_int_literal] = ACTIONS(657), + [sym_float_literal] = ACTIONS(673), + [sym_rune_literal] = ACTIONS(673), + [anon_sym_AT] = ACTIONS(675), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(677), + [sym___single_quote] = ACTIONS(679), + [sym___c_double_quote] = ACTIONS(681), + [sym___c_single_quote] = ACTIONS(683), + [sym___r_double_quote] = ACTIONS(685), + [sym___r_single_quote] = ACTIONS(687), }, [928] = { - [ts_builtin_sym_end] = ACTIONS(3107), - [sym_identifier] = ACTIONS(3109), - [anon_sym_LF] = ACTIONS(3109), - [anon_sym_CR] = ACTIONS(3109), - [anon_sym_CR_LF] = ACTIONS(3109), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3109), - [anon_sym_as] = ACTIONS(3109), - [anon_sym_LBRACE] = ACTIONS(3109), - [anon_sym_COMMA] = ACTIONS(3109), - [anon_sym_const] = ACTIONS(3109), - [anon_sym_LPAREN] = ACTIONS(3109), - [anon_sym_EQ] = ACTIONS(3109), - [anon_sym___global] = ACTIONS(3109), - [anon_sym_type] = ACTIONS(3109), - [anon_sym_PIPE] = ACTIONS(3109), - [anon_sym_fn] = ACTIONS(3109), - [anon_sym_PLUS] = ACTIONS(3109), - [anon_sym_DASH] = ACTIONS(3109), - [anon_sym_STAR] = ACTIONS(3109), - [anon_sym_SLASH] = ACTIONS(3109), - [anon_sym_PERCENT] = ACTIONS(3109), - [anon_sym_LT] = ACTIONS(3109), - [anon_sym_GT] = ACTIONS(3109), - [anon_sym_EQ_EQ] = ACTIONS(3109), - [anon_sym_BANG_EQ] = ACTIONS(3109), - [anon_sym_LT_EQ] = ACTIONS(3109), - [anon_sym_GT_EQ] = ACTIONS(3109), - [anon_sym_LBRACK] = ACTIONS(3107), - [anon_sym_struct] = ACTIONS(3109), - [anon_sym_union] = ACTIONS(3109), - [anon_sym_pub] = ACTIONS(3109), - [anon_sym_mut] = ACTIONS(3109), - [anon_sym_enum] = ACTIONS(3109), - [anon_sym_interface] = ACTIONS(3109), - [anon_sym_PLUS_PLUS] = ACTIONS(3109), - [anon_sym_DASH_DASH] = ACTIONS(3109), - [anon_sym_QMARK] = ACTIONS(3109), - [anon_sym_BANG] = ACTIONS(3109), - [anon_sym_go] = ACTIONS(3109), - [anon_sym_spawn] = ACTIONS(3109), - [anon_sym_json_DOTdecode] = ACTIONS(3109), - [anon_sym_LBRACK2] = ACTIONS(3109), - [anon_sym_TILDE] = ACTIONS(3109), - [anon_sym_CARET] = ACTIONS(3109), - [anon_sym_AMP] = ACTIONS(3109), - [anon_sym_LT_DASH] = ACTIONS(3109), - [anon_sym_LT_LT] = ACTIONS(3109), - [anon_sym_GT_GT] = ACTIONS(3109), - [anon_sym_GT_GT_GT] = ACTIONS(3109), - [anon_sym_AMP_CARET] = ACTIONS(3109), - [anon_sym_AMP_AMP] = ACTIONS(3109), - [anon_sym_PIPE_PIPE] = ACTIONS(3109), - [anon_sym_or] = ACTIONS(3109), - [sym_none] = ACTIONS(3109), - [sym_true] = ACTIONS(3109), - [sym_false] = ACTIONS(3109), - [sym_nil] = ACTIONS(3109), - [anon_sym_QMARK_DOT] = ACTIONS(3109), - [anon_sym_POUND_LBRACK] = ACTIONS(3109), - [anon_sym_if] = ACTIONS(3109), - [anon_sym_DOLLARif] = ACTIONS(3109), - [anon_sym_is] = ACTIONS(3109), - [anon_sym_BANGis] = ACTIONS(3109), - [anon_sym_in] = ACTIONS(3109), - [anon_sym_BANGin] = ACTIONS(3109), - [anon_sym_match] = ACTIONS(3109), - [anon_sym_select] = ACTIONS(3109), - [anon_sym_STAR_EQ] = ACTIONS(3109), - [anon_sym_SLASH_EQ] = ACTIONS(3109), - [anon_sym_PERCENT_EQ] = ACTIONS(3109), - [anon_sym_LT_LT_EQ] = ACTIONS(3109), - [anon_sym_GT_GT_EQ] = ACTIONS(3109), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3109), - [anon_sym_AMP_EQ] = ACTIONS(3109), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3109), - [anon_sym_PLUS_EQ] = ACTIONS(3109), - [anon_sym_DASH_EQ] = ACTIONS(3109), - [anon_sym_PIPE_EQ] = ACTIONS(3109), - [anon_sym_CARET_EQ] = ACTIONS(3109), - [anon_sym_COLON_EQ] = ACTIONS(3109), - [anon_sym_lock] = ACTIONS(3109), - [anon_sym_rlock] = ACTIONS(3109), - [anon_sym_unsafe] = ACTIONS(3109), - [anon_sym_sql] = ACTIONS(3109), - [sym_int_literal] = ACTIONS(3109), - [sym_float_literal] = ACTIONS(3109), - [sym_rune_literal] = ACTIONS(3109), - [anon_sym_AT] = ACTIONS(3109), - [anon_sym_shared] = ACTIONS(3109), - [anon_sym_map_LBRACK] = ACTIONS(3109), - [anon_sym_chan] = ACTIONS(3109), - [anon_sym_thread] = ACTIONS(3109), - [anon_sym_atomic] = ACTIONS(3109), - [anon_sym_assert] = ACTIONS(3109), - [anon_sym_defer] = ACTIONS(3109), - [anon_sym_goto] = ACTIONS(3109), - [anon_sym_break] = ACTIONS(3109), - [anon_sym_continue] = ACTIONS(3109), - [anon_sym_return] = ACTIONS(3109), - [anon_sym_DOLLARfor] = ACTIONS(3109), - [anon_sym_for] = ACTIONS(3109), - [anon_sym_POUND] = ACTIONS(3109), - [anon_sym_asm] = ACTIONS(3109), - [anon_sym_AT_LBRACK] = ACTIONS(3109), - [sym___double_quote] = ACTIONS(3109), - [sym___single_quote] = ACTIONS(3109), - [sym___c_double_quote] = ACTIONS(3109), - [sym___c_single_quote] = ACTIONS(3109), - [sym___r_double_quote] = ACTIONS(3109), - [sym___r_single_quote] = ACTIONS(3109), + [sym__expression] = STATE(1138), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1218), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(625), + [anon_sym_fn] = ACTIONS(629), + [anon_sym_PLUS] = ACTIONS(631), + [anon_sym_DASH] = ACTIONS(631), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_struct] = ACTIONS(637), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(643), + [anon_sym_go] = ACTIONS(645), + [anon_sym_spawn] = ACTIONS(647), + [anon_sym_json_DOTdecode] = ACTIONS(649), + [anon_sym_LBRACK2] = ACTIONS(651), + [anon_sym_TILDE] = ACTIONS(631), + [anon_sym_CARET] = ACTIONS(631), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_LT_DASH] = ACTIONS(655), + [sym_none] = ACTIONS(657), + [sym_true] = ACTIONS(657), + [sym_false] = ACTIONS(657), + [sym_nil] = ACTIONS(657), + [anon_sym_if] = ACTIONS(659), + [anon_sym_DOLLARif] = ACTIONS(661), + [anon_sym_match] = ACTIONS(663), + [anon_sym_select] = ACTIONS(665), + [anon_sym_lock] = ACTIONS(667), + [anon_sym_rlock] = ACTIONS(667), + [anon_sym_unsafe] = ACTIONS(669), + [anon_sym_sql] = ACTIONS(671), + [sym_int_literal] = ACTIONS(657), + [sym_float_literal] = ACTIONS(673), + [sym_rune_literal] = ACTIONS(673), + [anon_sym_AT] = ACTIONS(675), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(677), + [sym___single_quote] = ACTIONS(679), + [sym___c_double_quote] = ACTIONS(681), + [sym___c_single_quote] = ACTIONS(683), + [sym___r_double_quote] = ACTIONS(685), + [sym___r_single_quote] = ACTIONS(687), }, [929] = { - [ts_builtin_sym_end] = ACTIONS(3111), - [sym_identifier] = ACTIONS(3113), - [anon_sym_LF] = ACTIONS(3113), - [anon_sym_CR] = ACTIONS(3113), - [anon_sym_CR_LF] = ACTIONS(3113), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3113), - [anon_sym_as] = ACTIONS(3113), - [anon_sym_LBRACE] = ACTIONS(3113), - [anon_sym_COMMA] = ACTIONS(3113), - [anon_sym_const] = ACTIONS(3113), - [anon_sym_LPAREN] = ACTIONS(3113), - [anon_sym_EQ] = ACTIONS(3113), - [anon_sym___global] = ACTIONS(3113), - [anon_sym_type] = ACTIONS(3113), - [anon_sym_PIPE] = ACTIONS(3113), - [anon_sym_fn] = ACTIONS(3113), - [anon_sym_PLUS] = ACTIONS(3113), - [anon_sym_DASH] = ACTIONS(3113), - [anon_sym_STAR] = ACTIONS(3113), - [anon_sym_SLASH] = ACTIONS(3113), - [anon_sym_PERCENT] = ACTIONS(3113), - [anon_sym_LT] = ACTIONS(3113), - [anon_sym_GT] = ACTIONS(3113), - [anon_sym_EQ_EQ] = ACTIONS(3113), - [anon_sym_BANG_EQ] = ACTIONS(3113), - [anon_sym_LT_EQ] = ACTIONS(3113), - [anon_sym_GT_EQ] = ACTIONS(3113), - [anon_sym_LBRACK] = ACTIONS(3111), - [anon_sym_struct] = ACTIONS(3113), - [anon_sym_union] = ACTIONS(3113), - [anon_sym_pub] = ACTIONS(3113), - [anon_sym_mut] = ACTIONS(3113), - [anon_sym_enum] = ACTIONS(3113), - [anon_sym_interface] = ACTIONS(3113), - [anon_sym_PLUS_PLUS] = ACTIONS(3113), - [anon_sym_DASH_DASH] = ACTIONS(3113), - [anon_sym_QMARK] = ACTIONS(3113), - [anon_sym_BANG] = ACTIONS(3113), - [anon_sym_go] = ACTIONS(3113), - [anon_sym_spawn] = ACTIONS(3113), - [anon_sym_json_DOTdecode] = ACTIONS(3113), - [anon_sym_LBRACK2] = ACTIONS(3113), - [anon_sym_TILDE] = ACTIONS(3113), - [anon_sym_CARET] = ACTIONS(3113), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_LT_DASH] = ACTIONS(3113), - [anon_sym_LT_LT] = ACTIONS(3113), - [anon_sym_GT_GT] = ACTIONS(3113), - [anon_sym_GT_GT_GT] = ACTIONS(3113), - [anon_sym_AMP_CARET] = ACTIONS(3113), - [anon_sym_AMP_AMP] = ACTIONS(3113), - [anon_sym_PIPE_PIPE] = ACTIONS(3113), - [anon_sym_or] = ACTIONS(3113), - [sym_none] = ACTIONS(3113), - [sym_true] = ACTIONS(3113), - [sym_false] = ACTIONS(3113), - [sym_nil] = ACTIONS(3113), - [anon_sym_QMARK_DOT] = ACTIONS(3113), - [anon_sym_POUND_LBRACK] = ACTIONS(3113), - [anon_sym_if] = ACTIONS(3113), - [anon_sym_DOLLARif] = ACTIONS(3113), - [anon_sym_is] = ACTIONS(3113), - [anon_sym_BANGis] = ACTIONS(3113), - [anon_sym_in] = ACTIONS(3113), - [anon_sym_BANGin] = ACTIONS(3113), - [anon_sym_match] = ACTIONS(3113), - [anon_sym_select] = ACTIONS(3113), - [anon_sym_STAR_EQ] = ACTIONS(3113), - [anon_sym_SLASH_EQ] = ACTIONS(3113), - [anon_sym_PERCENT_EQ] = ACTIONS(3113), - [anon_sym_LT_LT_EQ] = ACTIONS(3113), - [anon_sym_GT_GT_EQ] = ACTIONS(3113), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3113), - [anon_sym_AMP_EQ] = ACTIONS(3113), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3113), - [anon_sym_PLUS_EQ] = ACTIONS(3113), - [anon_sym_DASH_EQ] = ACTIONS(3113), - [anon_sym_PIPE_EQ] = ACTIONS(3113), - [anon_sym_CARET_EQ] = ACTIONS(3113), - [anon_sym_COLON_EQ] = ACTIONS(3113), - [anon_sym_lock] = ACTIONS(3113), - [anon_sym_rlock] = ACTIONS(3113), - [anon_sym_unsafe] = ACTIONS(3113), - [anon_sym_sql] = ACTIONS(3113), - [sym_int_literal] = ACTIONS(3113), - [sym_float_literal] = ACTIONS(3113), - [sym_rune_literal] = ACTIONS(3113), - [anon_sym_AT] = ACTIONS(3113), - [anon_sym_shared] = ACTIONS(3113), - [anon_sym_map_LBRACK] = ACTIONS(3113), - [anon_sym_chan] = ACTIONS(3113), - [anon_sym_thread] = ACTIONS(3113), - [anon_sym_atomic] = ACTIONS(3113), - [anon_sym_assert] = ACTIONS(3113), - [anon_sym_defer] = ACTIONS(3113), - [anon_sym_goto] = ACTIONS(3113), - [anon_sym_break] = ACTIONS(3113), - [anon_sym_continue] = ACTIONS(3113), - [anon_sym_return] = ACTIONS(3113), - [anon_sym_DOLLARfor] = ACTIONS(3113), - [anon_sym_for] = ACTIONS(3113), - [anon_sym_POUND] = ACTIONS(3113), - [anon_sym_asm] = ACTIONS(3113), - [anon_sym_AT_LBRACK] = ACTIONS(3113), - [sym___double_quote] = ACTIONS(3113), - [sym___single_quote] = ACTIONS(3113), - [sym___c_double_quote] = ACTIONS(3113), - [sym___c_single_quote] = ACTIONS(3113), - [sym___r_double_quote] = ACTIONS(3113), - [sym___r_single_quote] = ACTIONS(3113), + [sym__expression] = STATE(965), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2821), + [anon_sym_DASH] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(2823), + [anon_sym_struct] = ACTIONS(501), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2825), + [anon_sym_go] = ACTIONS(2827), + [anon_sym_spawn] = ACTIONS(2829), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2821), + [anon_sym_CARET] = ACTIONS(2821), + [anon_sym_AMP] = ACTIONS(2831), + [anon_sym_LT_DASH] = ACTIONS(2833), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(2835), + [anon_sym_lock] = ACTIONS(2837), + [anon_sym_rlock] = ACTIONS(2837), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, [930] = { - [ts_builtin_sym_end] = ACTIONS(3115), - [sym_identifier] = ACTIONS(3117), - [anon_sym_LF] = ACTIONS(3117), - [anon_sym_CR] = ACTIONS(3117), - [anon_sym_CR_LF] = ACTIONS(3117), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3117), - [anon_sym_as] = ACTIONS(3117), - [anon_sym_LBRACE] = ACTIONS(3117), - [anon_sym_COMMA] = ACTIONS(3117), - [anon_sym_const] = ACTIONS(3117), - [anon_sym_LPAREN] = ACTIONS(3117), - [anon_sym_EQ] = ACTIONS(3117), - [anon_sym___global] = ACTIONS(3117), - [anon_sym_type] = ACTIONS(3117), - [anon_sym_PIPE] = ACTIONS(3117), - [anon_sym_fn] = ACTIONS(3117), - [anon_sym_PLUS] = ACTIONS(3117), - [anon_sym_DASH] = ACTIONS(3117), - [anon_sym_STAR] = ACTIONS(3117), - [anon_sym_SLASH] = ACTIONS(3117), - [anon_sym_PERCENT] = ACTIONS(3117), - [anon_sym_LT] = ACTIONS(3117), - [anon_sym_GT] = ACTIONS(3117), - [anon_sym_EQ_EQ] = ACTIONS(3117), - [anon_sym_BANG_EQ] = ACTIONS(3117), - [anon_sym_LT_EQ] = ACTIONS(3117), - [anon_sym_GT_EQ] = ACTIONS(3117), - [anon_sym_LBRACK] = ACTIONS(3115), - [anon_sym_struct] = ACTIONS(3117), - [anon_sym_union] = ACTIONS(3117), - [anon_sym_pub] = ACTIONS(3117), - [anon_sym_mut] = ACTIONS(3117), - [anon_sym_enum] = ACTIONS(3117), - [anon_sym_interface] = ACTIONS(3117), - [anon_sym_PLUS_PLUS] = ACTIONS(3117), - [anon_sym_DASH_DASH] = ACTIONS(3117), - [anon_sym_QMARK] = ACTIONS(3117), - [anon_sym_BANG] = ACTIONS(3117), - [anon_sym_go] = ACTIONS(3117), - [anon_sym_spawn] = ACTIONS(3117), - [anon_sym_json_DOTdecode] = ACTIONS(3117), - [anon_sym_LBRACK2] = ACTIONS(3117), - [anon_sym_TILDE] = ACTIONS(3117), - [anon_sym_CARET] = ACTIONS(3117), - [anon_sym_AMP] = ACTIONS(3117), - [anon_sym_LT_DASH] = ACTIONS(3117), - [anon_sym_LT_LT] = ACTIONS(3117), - [anon_sym_GT_GT] = ACTIONS(3117), - [anon_sym_GT_GT_GT] = ACTIONS(3117), - [anon_sym_AMP_CARET] = ACTIONS(3117), - [anon_sym_AMP_AMP] = ACTIONS(3117), - [anon_sym_PIPE_PIPE] = ACTIONS(3117), - [anon_sym_or] = ACTIONS(3117), - [sym_none] = ACTIONS(3117), - [sym_true] = ACTIONS(3117), - [sym_false] = ACTIONS(3117), - [sym_nil] = ACTIONS(3117), - [anon_sym_QMARK_DOT] = ACTIONS(3117), - [anon_sym_POUND_LBRACK] = ACTIONS(3117), - [anon_sym_if] = ACTIONS(3117), - [anon_sym_DOLLARif] = ACTIONS(3117), - [anon_sym_is] = ACTIONS(3117), - [anon_sym_BANGis] = ACTIONS(3117), - [anon_sym_in] = ACTIONS(3117), - [anon_sym_BANGin] = ACTIONS(3117), - [anon_sym_match] = ACTIONS(3117), - [anon_sym_select] = ACTIONS(3117), - [anon_sym_STAR_EQ] = ACTIONS(3117), - [anon_sym_SLASH_EQ] = ACTIONS(3117), - [anon_sym_PERCENT_EQ] = ACTIONS(3117), - [anon_sym_LT_LT_EQ] = ACTIONS(3117), - [anon_sym_GT_GT_EQ] = ACTIONS(3117), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3117), - [anon_sym_AMP_EQ] = ACTIONS(3117), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3117), - [anon_sym_PLUS_EQ] = ACTIONS(3117), - [anon_sym_DASH_EQ] = ACTIONS(3117), - [anon_sym_PIPE_EQ] = ACTIONS(3117), - [anon_sym_CARET_EQ] = ACTIONS(3117), - [anon_sym_COLON_EQ] = ACTIONS(3117), - [anon_sym_lock] = ACTIONS(3117), - [anon_sym_rlock] = ACTIONS(3117), - [anon_sym_unsafe] = ACTIONS(3117), - [anon_sym_sql] = ACTIONS(3117), - [sym_int_literal] = ACTIONS(3117), - [sym_float_literal] = ACTIONS(3117), - [sym_rune_literal] = ACTIONS(3117), - [anon_sym_AT] = ACTIONS(3117), - [anon_sym_shared] = ACTIONS(3117), - [anon_sym_map_LBRACK] = ACTIONS(3117), - [anon_sym_chan] = ACTIONS(3117), - [anon_sym_thread] = ACTIONS(3117), - [anon_sym_atomic] = ACTIONS(3117), - [anon_sym_assert] = ACTIONS(3117), - [anon_sym_defer] = ACTIONS(3117), - [anon_sym_goto] = ACTIONS(3117), - [anon_sym_break] = ACTIONS(3117), - [anon_sym_continue] = ACTIONS(3117), - [anon_sym_return] = ACTIONS(3117), - [anon_sym_DOLLARfor] = ACTIONS(3117), - [anon_sym_for] = ACTIONS(3117), - [anon_sym_POUND] = ACTIONS(3117), - [anon_sym_asm] = ACTIONS(3117), - [anon_sym_AT_LBRACK] = ACTIONS(3117), - [sym___double_quote] = ACTIONS(3117), - [sym___single_quote] = ACTIONS(3117), - [sym___c_double_quote] = ACTIONS(3117), - [sym___c_single_quote] = ACTIONS(3117), - [sym___r_double_quote] = ACTIONS(3117), - [sym___r_single_quote] = ACTIONS(3117), + [sym__expression] = STATE(285), + [sym__expression_without_blocks] = STATE(456), + [sym__expression_with_blocks] = STATE(456), + [sym_inc_expression] = STATE(456), + [sym_dec_expression] = STATE(456), + [sym_or_block_expression] = STATE(456), + [sym_option_propagation_expression] = STATE(456), + [sym_result_propagation_expression] = STATE(456), + [sym_anon_struct_value_expression] = STATE(448), + [sym_go_expression] = STATE(456), + [sym_spawn_expression] = STATE(456), + [sym_parenthesized_expression] = STATE(456), + [sym_call_expression] = STATE(456), + [sym_type_initializer] = STATE(448), + [sym_function_literal] = STATE(456), + [sym_reference_expression] = STATE(447), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(456), + [sym_receive_expression] = STATE(456), + [sym_binary_expression] = STATE(456), + [sym_as_type_cast_expression] = STATE(456), + [sym__max_group] = STATE(456), + [sym_literal] = STATE(456), + [sym_map_init_expression] = STATE(448), + [sym_array_creation] = STATE(456), + [sym_fixed_array_creation] = STATE(456), + [sym_selector_expression] = STATE(456), + [sym_index_expression] = STATE(456), + [sym_slice_expression] = STATE(456), + [sym_if_expression] = STATE(448), + [sym_compile_time_if_expression] = STATE(448), + [sym_is_expression] = STATE(456), + [sym_not_is_expression] = STATE(456), + [sym_in_expression] = STATE(456), + [sym_not_in_expression] = STATE(456), + [sym_enum_fetch] = STATE(456), + [sym_match_expression] = STATE(448), + [sym_select_expression] = STATE(448), + [sym_lock_expression] = STATE(448), + [sym_unsafe_expression] = STATE(448), + [sym_sql_expression] = STATE(448), + [sym_c_string_literal] = STATE(721), + [sym_raw_string_literal] = STATE(721), + [sym_interpreted_string_literal] = STATE(721), + [sym_pseudo_compile_time_identifier] = STATE(456), + [sym_mutability_modifiers] = STATE(944), + [sym_plain_type] = STATE(4219), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2484), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(13), + [anon_sym_LBRACE] = ACTIONS(2486), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_fn] = ACTIONS(475), + [anon_sym_PLUS] = ACTIONS(27), + [anon_sym_DASH] = ACTIONS(27), + [anon_sym_STAR] = ACTIONS(29), + [anon_sym_struct] = ACTIONS(477), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(45), + [anon_sym_go] = ACTIONS(47), + [anon_sym_spawn] = ACTIONS(49), + [anon_sym_json_DOTdecode] = ACTIONS(51), + [anon_sym_LBRACK2] = ACTIONS(479), + [anon_sym_TILDE] = ACTIONS(27), + [anon_sym_CARET] = ACTIONS(27), + [anon_sym_AMP] = ACTIONS(55), + [anon_sym_LT_DASH] = ACTIONS(57), + [sym_none] = ACTIONS(59), + [sym_true] = ACTIONS(59), + [sym_false] = ACTIONS(59), + [sym_nil] = ACTIONS(59), + [anon_sym_if] = ACTIONS(61), + [anon_sym_DOLLARif] = ACTIONS(63), + [anon_sym_match] = ACTIONS(65), + [anon_sym_select] = ACTIONS(67), + [anon_sym_lock] = ACTIONS(69), + [anon_sym_rlock] = ACTIONS(69), + [anon_sym_unsafe] = ACTIONS(71), + [anon_sym_sql] = ACTIONS(73), + [sym_int_literal] = ACTIONS(59), + [sym_float_literal] = ACTIONS(75), + [sym_rune_literal] = ACTIONS(75), + [anon_sym_AT] = ACTIONS(77), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(111), + [sym___single_quote] = ACTIONS(113), + [sym___c_double_quote] = ACTIONS(115), + [sym___c_single_quote] = ACTIONS(117), + [sym___r_double_quote] = ACTIONS(119), + [sym___r_single_quote] = ACTIONS(121), }, [931] = { - [ts_builtin_sym_end] = ACTIONS(3119), - [sym_identifier] = ACTIONS(3121), - [anon_sym_LF] = ACTIONS(3121), - [anon_sym_CR] = ACTIONS(3121), - [anon_sym_CR_LF] = ACTIONS(3121), + [ts_builtin_sym_end] = ACTIONS(3177), + [sym_identifier] = ACTIONS(3179), + [anon_sym_LF] = ACTIONS(3179), + [anon_sym_CR] = ACTIONS(3179), + [anon_sym_CR_LF] = ACTIONS(3179), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3121), - [anon_sym_as] = ACTIONS(3121), - [anon_sym_LBRACE] = ACTIONS(3121), - [anon_sym_COMMA] = ACTIONS(3121), - [anon_sym_const] = ACTIONS(3121), - [anon_sym_LPAREN] = ACTIONS(3121), - [anon_sym_EQ] = ACTIONS(3121), - [anon_sym___global] = ACTIONS(3121), - [anon_sym_type] = ACTIONS(3121), - [anon_sym_PIPE] = ACTIONS(3121), - [anon_sym_fn] = ACTIONS(3121), - [anon_sym_PLUS] = ACTIONS(3121), - [anon_sym_DASH] = ACTIONS(3121), - [anon_sym_STAR] = ACTIONS(3121), - [anon_sym_SLASH] = ACTIONS(3121), - [anon_sym_PERCENT] = ACTIONS(3121), - [anon_sym_LT] = ACTIONS(3121), - [anon_sym_GT] = ACTIONS(3121), - [anon_sym_EQ_EQ] = ACTIONS(3121), - [anon_sym_BANG_EQ] = ACTIONS(3121), - [anon_sym_LT_EQ] = ACTIONS(3121), - [anon_sym_GT_EQ] = ACTIONS(3121), - [anon_sym_LBRACK] = ACTIONS(3119), - [anon_sym_struct] = ACTIONS(3121), - [anon_sym_union] = ACTIONS(3121), - [anon_sym_pub] = ACTIONS(3121), - [anon_sym_mut] = ACTIONS(3121), - [anon_sym_enum] = ACTIONS(3121), - [anon_sym_interface] = ACTIONS(3121), - [anon_sym_PLUS_PLUS] = ACTIONS(3121), - [anon_sym_DASH_DASH] = ACTIONS(3121), - [anon_sym_QMARK] = ACTIONS(3121), - [anon_sym_BANG] = ACTIONS(3121), - [anon_sym_go] = ACTIONS(3121), - [anon_sym_spawn] = ACTIONS(3121), - [anon_sym_json_DOTdecode] = ACTIONS(3121), - [anon_sym_LBRACK2] = ACTIONS(3121), - [anon_sym_TILDE] = ACTIONS(3121), - [anon_sym_CARET] = ACTIONS(3121), - [anon_sym_AMP] = ACTIONS(3121), - [anon_sym_LT_DASH] = ACTIONS(3121), - [anon_sym_LT_LT] = ACTIONS(3121), - [anon_sym_GT_GT] = ACTIONS(3121), - [anon_sym_GT_GT_GT] = ACTIONS(3121), - [anon_sym_AMP_CARET] = ACTIONS(3121), - [anon_sym_AMP_AMP] = ACTIONS(3121), - [anon_sym_PIPE_PIPE] = ACTIONS(3121), - [anon_sym_or] = ACTIONS(3121), - [sym_none] = ACTIONS(3121), - [sym_true] = ACTIONS(3121), - [sym_false] = ACTIONS(3121), - [sym_nil] = ACTIONS(3121), - [anon_sym_QMARK_DOT] = ACTIONS(3121), - [anon_sym_POUND_LBRACK] = ACTIONS(3121), - [anon_sym_if] = ACTIONS(3121), - [anon_sym_DOLLARif] = ACTIONS(3121), - [anon_sym_is] = ACTIONS(3121), - [anon_sym_BANGis] = ACTIONS(3121), - [anon_sym_in] = ACTIONS(3121), - [anon_sym_BANGin] = ACTIONS(3121), - [anon_sym_match] = ACTIONS(3121), - [anon_sym_select] = ACTIONS(3121), - [anon_sym_STAR_EQ] = ACTIONS(3121), - [anon_sym_SLASH_EQ] = ACTIONS(3121), - [anon_sym_PERCENT_EQ] = ACTIONS(3121), - [anon_sym_LT_LT_EQ] = ACTIONS(3121), - [anon_sym_GT_GT_EQ] = ACTIONS(3121), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3121), - [anon_sym_AMP_EQ] = ACTIONS(3121), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3121), - [anon_sym_PLUS_EQ] = ACTIONS(3121), - [anon_sym_DASH_EQ] = ACTIONS(3121), - [anon_sym_PIPE_EQ] = ACTIONS(3121), - [anon_sym_CARET_EQ] = ACTIONS(3121), - [anon_sym_COLON_EQ] = ACTIONS(3121), - [anon_sym_lock] = ACTIONS(3121), - [anon_sym_rlock] = ACTIONS(3121), - [anon_sym_unsafe] = ACTIONS(3121), - [anon_sym_sql] = ACTIONS(3121), - [sym_int_literal] = ACTIONS(3121), - [sym_float_literal] = ACTIONS(3121), - [sym_rune_literal] = ACTIONS(3121), - [anon_sym_AT] = ACTIONS(3121), - [anon_sym_shared] = ACTIONS(3121), - [anon_sym_map_LBRACK] = ACTIONS(3121), - [anon_sym_chan] = ACTIONS(3121), - [anon_sym_thread] = ACTIONS(3121), - [anon_sym_atomic] = ACTIONS(3121), - [anon_sym_assert] = ACTIONS(3121), - [anon_sym_defer] = ACTIONS(3121), - [anon_sym_goto] = ACTIONS(3121), - [anon_sym_break] = ACTIONS(3121), - [anon_sym_continue] = ACTIONS(3121), - [anon_sym_return] = ACTIONS(3121), - [anon_sym_DOLLARfor] = ACTIONS(3121), - [anon_sym_for] = ACTIONS(3121), - [anon_sym_POUND] = ACTIONS(3121), - [anon_sym_asm] = ACTIONS(3121), - [anon_sym_AT_LBRACK] = ACTIONS(3121), - [sym___double_quote] = ACTIONS(3121), - [sym___single_quote] = ACTIONS(3121), - [sym___c_double_quote] = ACTIONS(3121), - [sym___c_single_quote] = ACTIONS(3121), - [sym___r_double_quote] = ACTIONS(3121), - [sym___r_single_quote] = ACTIONS(3121), + [anon_sym_DOT] = ACTIONS(2472), + [anon_sym_as] = ACTIONS(3179), + [anon_sym_LBRACE] = ACTIONS(3179), + [anon_sym_COMMA] = ACTIONS(3179), + [anon_sym_const] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3179), + [anon_sym_EQ] = ACTIONS(3179), + [anon_sym___global] = ACTIONS(3179), + [anon_sym_type] = ACTIONS(3179), + [anon_sym_PIPE] = ACTIONS(3179), + [anon_sym_fn] = ACTIONS(3179), + [anon_sym_PLUS] = ACTIONS(3179), + [anon_sym_DASH] = ACTIONS(3179), + [anon_sym_STAR] = ACTIONS(3179), + [anon_sym_SLASH] = ACTIONS(3179), + [anon_sym_PERCENT] = ACTIONS(3179), + [anon_sym_LT] = ACTIONS(3179), + [anon_sym_GT] = ACTIONS(3179), + [anon_sym_EQ_EQ] = ACTIONS(3179), + [anon_sym_BANG_EQ] = ACTIONS(3179), + [anon_sym_LT_EQ] = ACTIONS(3179), + [anon_sym_GT_EQ] = ACTIONS(3179), + [anon_sym_LBRACK] = ACTIONS(3177), + [anon_sym_LT2] = ACTIONS(3179), + [anon_sym_struct] = ACTIONS(3179), + [anon_sym_union] = ACTIONS(3179), + [anon_sym_pub] = ACTIONS(3179), + [anon_sym_mut] = ACTIONS(3179), + [anon_sym_enum] = ACTIONS(3179), + [anon_sym_interface] = ACTIONS(3179), + [anon_sym_PLUS_PLUS] = ACTIONS(3179), + [anon_sym_DASH_DASH] = ACTIONS(3179), + [anon_sym_QMARK] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3179), + [anon_sym_go] = ACTIONS(3179), + [anon_sym_spawn] = ACTIONS(3179), + [anon_sym_json_DOTdecode] = ACTIONS(3179), + [anon_sym_LBRACK2] = ACTIONS(3179), + [anon_sym_TILDE] = ACTIONS(3179), + [anon_sym_CARET] = ACTIONS(3179), + [anon_sym_AMP] = ACTIONS(3179), + [anon_sym_LT_DASH] = ACTIONS(3179), + [anon_sym_LT_LT] = ACTIONS(3179), + [anon_sym_GT_GT] = ACTIONS(3179), + [anon_sym_GT_GT_GT] = ACTIONS(3179), + [anon_sym_AMP_CARET] = ACTIONS(3179), + [anon_sym_AMP_AMP] = ACTIONS(3179), + [anon_sym_PIPE_PIPE] = ACTIONS(3179), + [anon_sym_or] = ACTIONS(3179), + [sym_none] = ACTIONS(3179), + [sym_true] = ACTIONS(3179), + [sym_false] = ACTIONS(3179), + [sym_nil] = ACTIONS(3179), + [anon_sym_QMARK_DOT] = ACTIONS(3179), + [anon_sym_POUND_LBRACK] = ACTIONS(3179), + [anon_sym_if] = ACTIONS(3179), + [anon_sym_DOLLARif] = ACTIONS(3179), + [anon_sym_is] = ACTIONS(3179), + [anon_sym_BANGis] = ACTIONS(3179), + [anon_sym_in] = ACTIONS(3179), + [anon_sym_BANGin] = ACTIONS(3179), + [anon_sym_match] = ACTIONS(3179), + [anon_sym_select] = ACTIONS(3179), + [anon_sym_STAR_EQ] = ACTIONS(3179), + [anon_sym_SLASH_EQ] = ACTIONS(3179), + [anon_sym_PERCENT_EQ] = ACTIONS(3179), + [anon_sym_LT_LT_EQ] = ACTIONS(3179), + [anon_sym_GT_GT_EQ] = ACTIONS(3179), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3179), + [anon_sym_AMP_EQ] = ACTIONS(3179), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3179), + [anon_sym_PLUS_EQ] = ACTIONS(3179), + [anon_sym_DASH_EQ] = ACTIONS(3179), + [anon_sym_PIPE_EQ] = ACTIONS(3179), + [anon_sym_CARET_EQ] = ACTIONS(3179), + [anon_sym_COLON_EQ] = ACTIONS(3179), + [anon_sym_lock] = ACTIONS(3179), + [anon_sym_rlock] = ACTIONS(3179), + [anon_sym_unsafe] = ACTIONS(3179), + [anon_sym_sql] = ACTIONS(3179), + [sym_int_literal] = ACTIONS(3179), + [sym_float_literal] = ACTIONS(3179), + [sym_rune_literal] = ACTIONS(3179), + [anon_sym_AT] = ACTIONS(3179), + [anon_sym_shared] = ACTIONS(3179), + [anon_sym_map_LBRACK] = ACTIONS(3179), + [anon_sym_chan] = ACTIONS(3179), + [anon_sym_thread] = ACTIONS(3179), + [anon_sym_atomic] = ACTIONS(3179), + [anon_sym_assert] = ACTIONS(3179), + [anon_sym_defer] = ACTIONS(3179), + [anon_sym_goto] = ACTIONS(3179), + [anon_sym_break] = ACTIONS(3179), + [anon_sym_continue] = ACTIONS(3179), + [anon_sym_return] = ACTIONS(3179), + [anon_sym_DOLLARfor] = ACTIONS(3179), + [anon_sym_for] = ACTIONS(3179), + [anon_sym_POUND] = ACTIONS(3179), + [anon_sym_asm] = ACTIONS(3179), + [anon_sym_AT_LBRACK] = ACTIONS(3179), + [sym___double_quote] = ACTIONS(3179), + [sym___single_quote] = ACTIONS(3179), + [sym___c_double_quote] = ACTIONS(3179), + [sym___c_single_quote] = ACTIONS(3179), + [sym___r_double_quote] = ACTIONS(3179), + [sym___r_single_quote] = ACTIONS(3179), }, [932] = { - [ts_builtin_sym_end] = ACTIONS(3123), - [sym_identifier] = ACTIONS(3125), - [anon_sym_LF] = ACTIONS(3125), - [anon_sym_CR] = ACTIONS(3125), - [anon_sym_CR_LF] = ACTIONS(3125), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3125), - [anon_sym_as] = ACTIONS(3125), - [anon_sym_LBRACE] = ACTIONS(3125), - [anon_sym_COMMA] = ACTIONS(3125), - [anon_sym_const] = ACTIONS(3125), - [anon_sym_LPAREN] = ACTIONS(3125), - [anon_sym_EQ] = ACTIONS(3125), - [anon_sym___global] = ACTIONS(3125), - [anon_sym_type] = ACTIONS(3125), - [anon_sym_PIPE] = ACTIONS(3125), - [anon_sym_fn] = ACTIONS(3125), - [anon_sym_PLUS] = ACTIONS(3125), - [anon_sym_DASH] = ACTIONS(3125), - [anon_sym_STAR] = ACTIONS(3125), - [anon_sym_SLASH] = ACTIONS(3125), - [anon_sym_PERCENT] = ACTIONS(3125), - [anon_sym_LT] = ACTIONS(3125), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_LT_EQ] = ACTIONS(3125), - [anon_sym_GT_EQ] = ACTIONS(3125), - [anon_sym_LBRACK] = ACTIONS(3123), - [anon_sym_struct] = ACTIONS(3125), - [anon_sym_union] = ACTIONS(3125), - [anon_sym_pub] = ACTIONS(3125), - [anon_sym_mut] = ACTIONS(3125), - [anon_sym_enum] = ACTIONS(3125), - [anon_sym_interface] = ACTIONS(3125), - [anon_sym_PLUS_PLUS] = ACTIONS(3125), - [anon_sym_DASH_DASH] = ACTIONS(3125), - [anon_sym_QMARK] = ACTIONS(3125), - [anon_sym_BANG] = ACTIONS(3125), - [anon_sym_go] = ACTIONS(3125), - [anon_sym_spawn] = ACTIONS(3125), - [anon_sym_json_DOTdecode] = ACTIONS(3125), - [anon_sym_LBRACK2] = ACTIONS(3125), - [anon_sym_TILDE] = ACTIONS(3125), - [anon_sym_CARET] = ACTIONS(3125), - [anon_sym_AMP] = ACTIONS(3125), - [anon_sym_LT_DASH] = ACTIONS(3125), - [anon_sym_LT_LT] = ACTIONS(3125), - [anon_sym_GT_GT] = ACTIONS(3125), - [anon_sym_GT_GT_GT] = ACTIONS(3125), - [anon_sym_AMP_CARET] = ACTIONS(3125), - [anon_sym_AMP_AMP] = ACTIONS(3125), - [anon_sym_PIPE_PIPE] = ACTIONS(3125), - [anon_sym_or] = ACTIONS(3125), - [sym_none] = ACTIONS(3125), - [sym_true] = ACTIONS(3125), - [sym_false] = ACTIONS(3125), - [sym_nil] = ACTIONS(3125), - [anon_sym_QMARK_DOT] = ACTIONS(3125), - [anon_sym_POUND_LBRACK] = ACTIONS(3125), - [anon_sym_if] = ACTIONS(3125), - [anon_sym_DOLLARif] = ACTIONS(3125), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3125), - [anon_sym_in] = ACTIONS(3125), - [anon_sym_BANGin] = ACTIONS(3125), - [anon_sym_match] = ACTIONS(3125), - [anon_sym_select] = ACTIONS(3125), - [anon_sym_STAR_EQ] = ACTIONS(3125), - [anon_sym_SLASH_EQ] = ACTIONS(3125), - [anon_sym_PERCENT_EQ] = ACTIONS(3125), - [anon_sym_LT_LT_EQ] = ACTIONS(3125), - [anon_sym_GT_GT_EQ] = ACTIONS(3125), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3125), - [anon_sym_AMP_EQ] = ACTIONS(3125), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3125), - [anon_sym_PLUS_EQ] = ACTIONS(3125), - [anon_sym_DASH_EQ] = ACTIONS(3125), - [anon_sym_PIPE_EQ] = ACTIONS(3125), - [anon_sym_CARET_EQ] = ACTIONS(3125), - [anon_sym_COLON_EQ] = ACTIONS(3125), - [anon_sym_lock] = ACTIONS(3125), - [anon_sym_rlock] = ACTIONS(3125), - [anon_sym_unsafe] = ACTIONS(3125), - [anon_sym_sql] = ACTIONS(3125), - [sym_int_literal] = ACTIONS(3125), - [sym_float_literal] = ACTIONS(3125), - [sym_rune_literal] = ACTIONS(3125), - [anon_sym_AT] = ACTIONS(3125), - [anon_sym_shared] = ACTIONS(3125), - [anon_sym_map_LBRACK] = ACTIONS(3125), - [anon_sym_chan] = ACTIONS(3125), - [anon_sym_thread] = ACTIONS(3125), - [anon_sym_atomic] = ACTIONS(3125), - [anon_sym_assert] = ACTIONS(3125), - [anon_sym_defer] = ACTIONS(3125), - [anon_sym_goto] = ACTIONS(3125), - [anon_sym_break] = ACTIONS(3125), - [anon_sym_continue] = ACTIONS(3125), - [anon_sym_return] = ACTIONS(3125), - [anon_sym_DOLLARfor] = ACTIONS(3125), - [anon_sym_for] = ACTIONS(3125), - [anon_sym_POUND] = ACTIONS(3125), - [anon_sym_asm] = ACTIONS(3125), - [anon_sym_AT_LBRACK] = ACTIONS(3125), - [sym___double_quote] = ACTIONS(3125), - [sym___single_quote] = ACTIONS(3125), - [sym___c_double_quote] = ACTIONS(3125), - [sym___c_single_quote] = ACTIONS(3125), - [sym___r_double_quote] = ACTIONS(3125), - [sym___r_single_quote] = ACTIONS(3125), + [sym__expression] = STATE(2785), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [933] = { - [ts_builtin_sym_end] = ACTIONS(2976), - [sym_identifier] = ACTIONS(2973), - [anon_sym_LF] = ACTIONS(2973), - [anon_sym_CR] = ACTIONS(2973), - [anon_sym_CR_LF] = ACTIONS(2973), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2973), - [anon_sym_as] = ACTIONS(2973), - [anon_sym_LBRACE] = ACTIONS(2973), - [anon_sym_COMMA] = ACTIONS(2973), - [anon_sym_const] = ACTIONS(2973), - [anon_sym_LPAREN] = ACTIONS(2973), - [anon_sym_EQ] = ACTIONS(2973), - [anon_sym___global] = ACTIONS(2973), - [anon_sym_type] = ACTIONS(2973), - [anon_sym_PIPE] = ACTIONS(2973), - [anon_sym_fn] = ACTIONS(2973), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2973), - [anon_sym_SLASH] = ACTIONS(2973), - [anon_sym_PERCENT] = ACTIONS(2973), - [anon_sym_LT] = ACTIONS(2973), - [anon_sym_GT] = ACTIONS(2973), - [anon_sym_EQ_EQ] = ACTIONS(2973), - [anon_sym_BANG_EQ] = ACTIONS(2973), - [anon_sym_LT_EQ] = ACTIONS(2973), - [anon_sym_GT_EQ] = ACTIONS(2973), - [anon_sym_LBRACK] = ACTIONS(2976), - [anon_sym_struct] = ACTIONS(2973), - [anon_sym_union] = ACTIONS(2973), - [anon_sym_pub] = ACTIONS(2973), - [anon_sym_mut] = ACTIONS(2973), - [anon_sym_enum] = ACTIONS(2973), - [anon_sym_interface] = ACTIONS(2973), - [anon_sym_PLUS_PLUS] = ACTIONS(2973), - [anon_sym_DASH_DASH] = ACTIONS(2973), - [anon_sym_QMARK] = ACTIONS(2973), - [anon_sym_BANG] = ACTIONS(2973), - [anon_sym_go] = ACTIONS(2973), - [anon_sym_spawn] = ACTIONS(2973), - [anon_sym_json_DOTdecode] = ACTIONS(2973), - [anon_sym_LBRACK2] = ACTIONS(2973), - [anon_sym_TILDE] = ACTIONS(2973), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2973), - [anon_sym_LT_DASH] = ACTIONS(2973), - [anon_sym_LT_LT] = ACTIONS(2973), - [anon_sym_GT_GT] = ACTIONS(2973), - [anon_sym_GT_GT_GT] = ACTIONS(2973), - [anon_sym_AMP_CARET] = ACTIONS(2973), - [anon_sym_AMP_AMP] = ACTIONS(2973), - [anon_sym_PIPE_PIPE] = ACTIONS(2973), - [anon_sym_or] = ACTIONS(2973), - [sym_none] = ACTIONS(2973), - [sym_true] = ACTIONS(2973), - [sym_false] = ACTIONS(2973), - [sym_nil] = ACTIONS(2973), - [anon_sym_QMARK_DOT] = ACTIONS(2973), - [anon_sym_POUND_LBRACK] = ACTIONS(2973), - [anon_sym_if] = ACTIONS(2973), - [anon_sym_DOLLARif] = ACTIONS(2973), - [anon_sym_is] = ACTIONS(2973), - [anon_sym_BANGis] = ACTIONS(2973), - [anon_sym_in] = ACTIONS(2973), - [anon_sym_BANGin] = ACTIONS(2973), - [anon_sym_match] = ACTIONS(2973), - [anon_sym_select] = ACTIONS(2973), - [anon_sym_STAR_EQ] = ACTIONS(2973), - [anon_sym_SLASH_EQ] = ACTIONS(2973), - [anon_sym_PERCENT_EQ] = ACTIONS(2973), - [anon_sym_LT_LT_EQ] = ACTIONS(2973), - [anon_sym_GT_GT_EQ] = ACTIONS(2973), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2973), - [anon_sym_AMP_EQ] = ACTIONS(2973), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2973), - [anon_sym_PLUS_EQ] = ACTIONS(2973), - [anon_sym_DASH_EQ] = ACTIONS(2973), - [anon_sym_PIPE_EQ] = ACTIONS(2973), - [anon_sym_CARET_EQ] = ACTIONS(2973), - [anon_sym_COLON_EQ] = ACTIONS(2973), - [anon_sym_lock] = ACTIONS(2973), - [anon_sym_rlock] = ACTIONS(2973), - [anon_sym_unsafe] = ACTIONS(2973), - [anon_sym_sql] = ACTIONS(2973), - [sym_int_literal] = ACTIONS(2973), - [sym_float_literal] = ACTIONS(2973), - [sym_rune_literal] = ACTIONS(2973), - [anon_sym_AT] = ACTIONS(2973), - [anon_sym_shared] = ACTIONS(2973), - [anon_sym_map_LBRACK] = ACTIONS(2973), - [anon_sym_chan] = ACTIONS(2973), - [anon_sym_thread] = ACTIONS(2973), - [anon_sym_atomic] = ACTIONS(2973), - [anon_sym_assert] = ACTIONS(2973), - [anon_sym_defer] = ACTIONS(2973), - [anon_sym_goto] = ACTIONS(2973), - [anon_sym_break] = ACTIONS(2973), - [anon_sym_continue] = ACTIONS(2973), - [anon_sym_return] = ACTIONS(2973), - [anon_sym_DOLLARfor] = ACTIONS(2973), - [anon_sym_for] = ACTIONS(2973), - [anon_sym_POUND] = ACTIONS(2973), - [anon_sym_asm] = ACTIONS(2973), - [anon_sym_AT_LBRACK] = ACTIONS(2973), - [sym___double_quote] = ACTIONS(2973), - [sym___single_quote] = ACTIONS(2973), - [sym___c_double_quote] = ACTIONS(2973), - [sym___c_single_quote] = ACTIONS(2973), - [sym___r_double_quote] = ACTIONS(2973), - [sym___r_single_quote] = ACTIONS(2973), + [sym__expression] = STATE(1276), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1360), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_struct] = ACTIONS(1376), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [934] = { - [ts_builtin_sym_end] = ACTIONS(2954), - [sym_identifier] = ACTIONS(2951), - [anon_sym_LF] = ACTIONS(2951), - [anon_sym_CR] = ACTIONS(2951), - [anon_sym_CR_LF] = ACTIONS(2951), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2951), - [anon_sym_as] = ACTIONS(2951), - [anon_sym_LBRACE] = ACTIONS(2951), - [anon_sym_COMMA] = ACTIONS(2951), - [anon_sym_const] = ACTIONS(2951), - [anon_sym_LPAREN] = ACTIONS(2951), - [anon_sym_EQ] = ACTIONS(2951), - [anon_sym___global] = ACTIONS(2951), - [anon_sym_type] = ACTIONS(2951), - [anon_sym_PIPE] = ACTIONS(2951), - [anon_sym_fn] = ACTIONS(2951), - [anon_sym_PLUS] = ACTIONS(2951), - [anon_sym_DASH] = ACTIONS(2951), - [anon_sym_STAR] = ACTIONS(2951), - [anon_sym_SLASH] = ACTIONS(2951), - [anon_sym_PERCENT] = ACTIONS(2951), - [anon_sym_LT] = ACTIONS(2951), - [anon_sym_GT] = ACTIONS(2951), - [anon_sym_EQ_EQ] = ACTIONS(2951), - [anon_sym_BANG_EQ] = ACTIONS(2951), - [anon_sym_LT_EQ] = ACTIONS(2951), - [anon_sym_GT_EQ] = ACTIONS(2951), - [anon_sym_LBRACK] = ACTIONS(2954), - [anon_sym_struct] = ACTIONS(2951), - [anon_sym_union] = ACTIONS(2951), - [anon_sym_pub] = ACTIONS(2951), - [anon_sym_mut] = ACTIONS(2951), - [anon_sym_enum] = ACTIONS(2951), - [anon_sym_interface] = ACTIONS(2951), - [anon_sym_PLUS_PLUS] = ACTIONS(2951), - [anon_sym_DASH_DASH] = ACTIONS(2951), - [anon_sym_QMARK] = ACTIONS(2951), - [anon_sym_BANG] = ACTIONS(2951), - [anon_sym_go] = ACTIONS(2951), - [anon_sym_spawn] = ACTIONS(2951), - [anon_sym_json_DOTdecode] = ACTIONS(2951), - [anon_sym_LBRACK2] = ACTIONS(2951), - [anon_sym_TILDE] = ACTIONS(2951), - [anon_sym_CARET] = ACTIONS(2951), - [anon_sym_AMP] = ACTIONS(2951), - [anon_sym_LT_DASH] = ACTIONS(2951), - [anon_sym_LT_LT] = ACTIONS(2951), - [anon_sym_GT_GT] = ACTIONS(2951), - [anon_sym_GT_GT_GT] = ACTIONS(2951), - [anon_sym_AMP_CARET] = ACTIONS(2951), - [anon_sym_AMP_AMP] = ACTIONS(2951), - [anon_sym_PIPE_PIPE] = ACTIONS(2951), - [anon_sym_or] = ACTIONS(2951), - [sym_none] = ACTIONS(2951), - [sym_true] = ACTIONS(2951), - [sym_false] = ACTIONS(2951), - [sym_nil] = ACTIONS(2951), - [anon_sym_QMARK_DOT] = ACTIONS(2951), - [anon_sym_POUND_LBRACK] = ACTIONS(2951), - [anon_sym_if] = ACTIONS(2951), - [anon_sym_DOLLARif] = ACTIONS(2951), - [anon_sym_is] = ACTIONS(2951), - [anon_sym_BANGis] = ACTIONS(2951), - [anon_sym_in] = ACTIONS(2951), - [anon_sym_BANGin] = ACTIONS(2951), - [anon_sym_match] = ACTIONS(2951), - [anon_sym_select] = ACTIONS(2951), - [anon_sym_STAR_EQ] = ACTIONS(2951), - [anon_sym_SLASH_EQ] = ACTIONS(2951), - [anon_sym_PERCENT_EQ] = ACTIONS(2951), - [anon_sym_LT_LT_EQ] = ACTIONS(2951), - [anon_sym_GT_GT_EQ] = ACTIONS(2951), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2951), - [anon_sym_AMP_EQ] = ACTIONS(2951), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2951), - [anon_sym_PLUS_EQ] = ACTIONS(2951), - [anon_sym_DASH_EQ] = ACTIONS(2951), - [anon_sym_PIPE_EQ] = ACTIONS(2951), - [anon_sym_CARET_EQ] = ACTIONS(2951), - [anon_sym_COLON_EQ] = ACTIONS(2951), - [anon_sym_lock] = ACTIONS(2951), - [anon_sym_rlock] = ACTIONS(2951), - [anon_sym_unsafe] = ACTIONS(2951), - [anon_sym_sql] = ACTIONS(2951), - [sym_int_literal] = ACTIONS(2951), - [sym_float_literal] = ACTIONS(2951), - [sym_rune_literal] = ACTIONS(2951), - [anon_sym_AT] = ACTIONS(2951), - [anon_sym_shared] = ACTIONS(2951), - [anon_sym_map_LBRACK] = ACTIONS(2951), - [anon_sym_chan] = ACTIONS(2951), - [anon_sym_thread] = ACTIONS(2951), - [anon_sym_atomic] = ACTIONS(2951), - [anon_sym_assert] = ACTIONS(2951), - [anon_sym_defer] = ACTIONS(2951), - [anon_sym_goto] = ACTIONS(2951), - [anon_sym_break] = ACTIONS(2951), - [anon_sym_continue] = ACTIONS(2951), - [anon_sym_return] = ACTIONS(2951), - [anon_sym_DOLLARfor] = ACTIONS(2951), - [anon_sym_for] = ACTIONS(2951), - [anon_sym_POUND] = ACTIONS(2951), - [anon_sym_asm] = ACTIONS(2951), - [anon_sym_AT_LBRACK] = ACTIONS(2951), - [sym___double_quote] = ACTIONS(2951), - [sym___single_quote] = ACTIONS(2951), - [sym___c_double_quote] = ACTIONS(2951), - [sym___c_single_quote] = ACTIONS(2951), - [sym___r_double_quote] = ACTIONS(2951), - [sym___r_single_quote] = ACTIONS(2951), + [sym__expression] = STATE(2145), + [sym__expression_without_blocks] = STATE(2169), + [sym__expression_with_blocks] = STATE(2169), + [sym_inc_expression] = STATE(2169), + [sym_dec_expression] = STATE(2169), + [sym_or_block_expression] = STATE(2169), + [sym_option_propagation_expression] = STATE(2169), + [sym_result_propagation_expression] = STATE(2169), + [sym_anon_struct_value_expression] = STATE(2163), + [sym_go_expression] = STATE(2169), + [sym_spawn_expression] = STATE(2169), + [sym_parenthesized_expression] = STATE(2169), + [sym_call_expression] = STATE(2169), + [sym_type_initializer] = STATE(2163), + [sym_function_literal] = STATE(2169), + [sym_reference_expression] = STATE(2223), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2169), + [sym_receive_expression] = STATE(2169), + [sym_binary_expression] = STATE(2169), + [sym_as_type_cast_expression] = STATE(2169), + [sym__max_group] = STATE(2169), + [sym_literal] = STATE(2169), + [sym_map_init_expression] = STATE(2163), + [sym_array_creation] = STATE(2169), + [sym_fixed_array_creation] = STATE(2169), + [sym_selector_expression] = STATE(2169), + [sym_index_expression] = STATE(2169), + [sym_slice_expression] = STATE(2169), + [sym_if_expression] = STATE(2163), + [sym_compile_time_if_expression] = STATE(2163), + [sym_is_expression] = STATE(2169), + [sym_not_is_expression] = STATE(2169), + [sym_in_expression] = STATE(2169), + [sym_not_in_expression] = STATE(2169), + [sym_enum_fetch] = STATE(2169), + [sym_match_expression] = STATE(2163), + [sym_select_expression] = STATE(2163), + [sym_lock_expression] = STATE(2163), + [sym_unsafe_expression] = STATE(2163), + [sym_sql_expression] = STATE(2163), + [sym_c_string_literal] = STATE(2225), + [sym_raw_string_literal] = STATE(2225), + [sym_interpreted_string_literal] = STATE(2225), + [sym_pseudo_compile_time_identifier] = STATE(2169), + [sym_mutability_modifiers] = STATE(926), + [sym_plain_type] = STATE(4300), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2653), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2655), + [anon_sym_LBRACE] = ACTIONS(2657), + [anon_sym_LPAREN] = ACTIONS(2659), + [anon_sym_fn] = ACTIONS(2661), + [anon_sym_PLUS] = ACTIONS(2741), + [anon_sym_DASH] = ACTIONS(2741), + [anon_sym_STAR] = ACTIONS(2743), + [anon_sym_struct] = ACTIONS(2667), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2745), + [anon_sym_go] = ACTIONS(2747), + [anon_sym_spawn] = ACTIONS(2749), + [anon_sym_json_DOTdecode] = ACTIONS(2675), + [anon_sym_LBRACK2] = ACTIONS(2677), + [anon_sym_TILDE] = ACTIONS(2741), + [anon_sym_CARET] = ACTIONS(2741), + [anon_sym_AMP] = ACTIONS(2751), + [anon_sym_LT_DASH] = ACTIONS(2753), + [sym_none] = ACTIONS(2683), + [sym_true] = ACTIONS(2683), + [sym_false] = ACTIONS(2683), + [sym_nil] = ACTIONS(2683), + [anon_sym_if] = ACTIONS(2685), + [anon_sym_DOLLARif] = ACTIONS(2687), + [anon_sym_match] = ACTIONS(2689), + [anon_sym_select] = ACTIONS(2755), + [anon_sym_lock] = ACTIONS(2757), + [anon_sym_rlock] = ACTIONS(2757), + [anon_sym_unsafe] = ACTIONS(2695), + [anon_sym_sql] = ACTIONS(2697), + [sym_int_literal] = ACTIONS(2683), + [sym_float_literal] = ACTIONS(2699), + [sym_rune_literal] = ACTIONS(2699), + [anon_sym_AT] = ACTIONS(2701), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2703), + [sym___single_quote] = ACTIONS(2705), + [sym___c_double_quote] = ACTIONS(2707), + [sym___c_single_quote] = ACTIONS(2709), + [sym___r_double_quote] = ACTIONS(2711), + [sym___r_single_quote] = ACTIONS(2713), }, [935] = { - [ts_builtin_sym_end] = ACTIONS(2770), - [sym_identifier] = ACTIONS(2772), - [anon_sym_LF] = ACTIONS(2772), - [anon_sym_CR] = ACTIONS(2772), - [anon_sym_CR_LF] = ACTIONS(2772), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2772), - [anon_sym_as] = ACTIONS(2772), - [anon_sym_LBRACE] = ACTIONS(2774), - [anon_sym_COMMA] = ACTIONS(2772), - [anon_sym_const] = ACTIONS(2772), - [anon_sym_LPAREN] = ACTIONS(2772), - [anon_sym_EQ] = ACTIONS(2772), - [anon_sym___global] = ACTIONS(2772), - [anon_sym_type] = ACTIONS(2772), - [anon_sym_PIPE] = ACTIONS(2772), - [anon_sym_fn] = ACTIONS(2772), - [anon_sym_PLUS] = ACTIONS(2772), - [anon_sym_DASH] = ACTIONS(2772), - [anon_sym_STAR] = ACTIONS(2772), - [anon_sym_SLASH] = ACTIONS(2772), - [anon_sym_PERCENT] = ACTIONS(2772), - [anon_sym_LT] = ACTIONS(2772), - [anon_sym_GT] = ACTIONS(2772), - [anon_sym_EQ_EQ] = ACTIONS(2772), - [anon_sym_BANG_EQ] = ACTIONS(2772), - [anon_sym_LT_EQ] = ACTIONS(2772), - [anon_sym_GT_EQ] = ACTIONS(2772), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_struct] = ACTIONS(2772), - [anon_sym_union] = ACTIONS(2772), - [anon_sym_pub] = ACTIONS(2772), - [anon_sym_mut] = ACTIONS(2772), - [anon_sym_enum] = ACTIONS(2772), - [anon_sym_interface] = ACTIONS(2772), - [anon_sym_PLUS_PLUS] = ACTIONS(2772), - [anon_sym_DASH_DASH] = ACTIONS(2772), - [anon_sym_QMARK] = ACTIONS(2772), - [anon_sym_BANG] = ACTIONS(2772), - [anon_sym_go] = ACTIONS(2772), - [anon_sym_spawn] = ACTIONS(2772), - [anon_sym_json_DOTdecode] = ACTIONS(2772), - [anon_sym_LBRACK2] = ACTIONS(2772), - [anon_sym_TILDE] = ACTIONS(2772), - [anon_sym_CARET] = ACTIONS(2772), - [anon_sym_AMP] = ACTIONS(2772), - [anon_sym_LT_DASH] = ACTIONS(2772), - [anon_sym_LT_LT] = ACTIONS(2772), - [anon_sym_GT_GT] = ACTIONS(2772), - [anon_sym_GT_GT_GT] = ACTIONS(2772), - [anon_sym_AMP_CARET] = ACTIONS(2772), - [anon_sym_AMP_AMP] = ACTIONS(2772), - [anon_sym_PIPE_PIPE] = ACTIONS(2772), - [anon_sym_or] = ACTIONS(2772), - [sym_none] = ACTIONS(2772), - [sym_true] = ACTIONS(2772), - [sym_false] = ACTIONS(2772), - [sym_nil] = ACTIONS(2772), - [anon_sym_QMARK_DOT] = ACTIONS(2772), - [anon_sym_POUND_LBRACK] = ACTIONS(2772), - [anon_sym_if] = ACTIONS(2772), - [anon_sym_DOLLARif] = ACTIONS(2772), - [anon_sym_is] = ACTIONS(2772), - [anon_sym_BANGis] = ACTIONS(2772), - [anon_sym_in] = ACTIONS(2772), - [anon_sym_BANGin] = ACTIONS(2772), - [anon_sym_match] = ACTIONS(2772), - [anon_sym_select] = ACTIONS(2772), - [anon_sym_STAR_EQ] = ACTIONS(2772), - [anon_sym_SLASH_EQ] = ACTIONS(2772), - [anon_sym_PERCENT_EQ] = ACTIONS(2772), - [anon_sym_LT_LT_EQ] = ACTIONS(2772), - [anon_sym_GT_GT_EQ] = ACTIONS(2772), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2772), - [anon_sym_AMP_EQ] = ACTIONS(2772), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2772), - [anon_sym_PLUS_EQ] = ACTIONS(2772), - [anon_sym_DASH_EQ] = ACTIONS(2772), - [anon_sym_PIPE_EQ] = ACTIONS(2772), - [anon_sym_CARET_EQ] = ACTIONS(2772), - [anon_sym_COLON_EQ] = ACTIONS(2772), - [anon_sym_lock] = ACTIONS(2772), - [anon_sym_rlock] = ACTIONS(2772), - [anon_sym_unsafe] = ACTIONS(2772), - [anon_sym_sql] = ACTIONS(2772), - [sym_int_literal] = ACTIONS(2772), - [sym_float_literal] = ACTIONS(2772), - [sym_rune_literal] = ACTIONS(2772), - [anon_sym_AT] = ACTIONS(2772), - [anon_sym_shared] = ACTIONS(2772), - [anon_sym_map_LBRACK] = ACTIONS(2772), - [anon_sym_chan] = ACTIONS(2772), - [anon_sym_thread] = ACTIONS(2772), - [anon_sym_atomic] = ACTIONS(2772), - [anon_sym_assert] = ACTIONS(2772), - [anon_sym_defer] = ACTIONS(2772), - [anon_sym_goto] = ACTIONS(2772), - [anon_sym_break] = ACTIONS(2772), - [anon_sym_continue] = ACTIONS(2772), - [anon_sym_return] = ACTIONS(2772), - [anon_sym_DOLLARfor] = ACTIONS(2772), - [anon_sym_for] = ACTIONS(2772), - [anon_sym_POUND] = ACTIONS(2772), - [anon_sym_asm] = ACTIONS(2772), - [anon_sym_AT_LBRACK] = ACTIONS(2772), - [sym___double_quote] = ACTIONS(2772), - [sym___single_quote] = ACTIONS(2772), - [sym___c_double_quote] = ACTIONS(2772), - [sym___c_single_quote] = ACTIONS(2772), - [sym___r_double_quote] = ACTIONS(2772), - [sym___r_single_quote] = ACTIONS(2772), + [sym__expression] = STATE(2619), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4201), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1087), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_fn] = ACTIONS(1095), + [anon_sym_PLUS] = ACTIONS(2496), + [anon_sym_DASH] = ACTIONS(2496), + [anon_sym_STAR] = ACTIONS(2498), + [anon_sym_struct] = ACTIONS(1101), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2500), + [anon_sym_go] = ACTIONS(2502), + [anon_sym_spawn] = ACTIONS(2504), + [anon_sym_json_DOTdecode] = ACTIONS(1109), + [anon_sym_LBRACK2] = ACTIONS(1111), + [anon_sym_TILDE] = ACTIONS(2496), + [anon_sym_CARET] = ACTIONS(2496), + [anon_sym_AMP] = ACTIONS(2506), + [anon_sym_LT_DASH] = ACTIONS(2508), + [sym_none] = ACTIONS(1117), + [sym_true] = ACTIONS(1117), + [sym_false] = ACTIONS(1117), + [sym_nil] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), + [anon_sym_DOLLARif] = ACTIONS(1123), + [anon_sym_match] = ACTIONS(1125), + [anon_sym_select] = ACTIONS(2510), + [anon_sym_lock] = ACTIONS(2512), + [anon_sym_rlock] = ACTIONS(2512), + [anon_sym_unsafe] = ACTIONS(1131), + [anon_sym_sql] = ACTIONS(1133), + [sym_int_literal] = ACTIONS(1117), + [sym_float_literal] = ACTIONS(1135), + [sym_rune_literal] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1139), + [sym___single_quote] = ACTIONS(1141), + [sym___c_double_quote] = ACTIONS(1143), + [sym___c_single_quote] = ACTIONS(1145), + [sym___r_double_quote] = ACTIONS(1147), + [sym___r_single_quote] = ACTIONS(1149), }, [936] = { - [ts_builtin_sym_end] = ACTIONS(3127), - [sym_identifier] = ACTIONS(3129), - [anon_sym_LF] = ACTIONS(3129), - [anon_sym_CR] = ACTIONS(3129), - [anon_sym_CR_LF] = ACTIONS(3129), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3129), - [anon_sym_as] = ACTIONS(3129), - [anon_sym_LBRACE] = ACTIONS(3129), - [anon_sym_COMMA] = ACTIONS(3129), - [anon_sym_const] = ACTIONS(3129), - [anon_sym_LPAREN] = ACTIONS(3129), - [anon_sym_EQ] = ACTIONS(3129), - [anon_sym___global] = ACTIONS(3129), - [anon_sym_type] = ACTIONS(3129), - [anon_sym_PIPE] = ACTIONS(3129), - [anon_sym_fn] = ACTIONS(3129), - [anon_sym_PLUS] = ACTIONS(3129), - [anon_sym_DASH] = ACTIONS(3129), - [anon_sym_STAR] = ACTIONS(3129), - [anon_sym_SLASH] = ACTIONS(3129), - [anon_sym_PERCENT] = ACTIONS(3129), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3129), - [anon_sym_EQ_EQ] = ACTIONS(3129), - [anon_sym_BANG_EQ] = ACTIONS(3129), - [anon_sym_LT_EQ] = ACTIONS(3129), - [anon_sym_GT_EQ] = ACTIONS(3129), - [anon_sym_LBRACK] = ACTIONS(3127), - [anon_sym_struct] = ACTIONS(3129), - [anon_sym_union] = ACTIONS(3129), - [anon_sym_pub] = ACTIONS(3129), - [anon_sym_mut] = ACTIONS(3129), - [anon_sym_enum] = ACTIONS(3129), - [anon_sym_interface] = ACTIONS(3129), - [anon_sym_PLUS_PLUS] = ACTIONS(3129), - [anon_sym_DASH_DASH] = ACTIONS(3129), - [anon_sym_QMARK] = ACTIONS(3129), - [anon_sym_BANG] = ACTIONS(3129), - [anon_sym_go] = ACTIONS(3129), - [anon_sym_spawn] = ACTIONS(3129), - [anon_sym_json_DOTdecode] = ACTIONS(3129), - [anon_sym_LBRACK2] = ACTIONS(3129), - [anon_sym_TILDE] = ACTIONS(3129), - [anon_sym_CARET] = ACTIONS(3129), - [anon_sym_AMP] = ACTIONS(3129), - [anon_sym_LT_DASH] = ACTIONS(3129), - [anon_sym_LT_LT] = ACTIONS(3129), - [anon_sym_GT_GT] = ACTIONS(3129), - [anon_sym_GT_GT_GT] = ACTIONS(3129), - [anon_sym_AMP_CARET] = ACTIONS(3129), - [anon_sym_AMP_AMP] = ACTIONS(3129), - [anon_sym_PIPE_PIPE] = ACTIONS(3129), - [anon_sym_or] = ACTIONS(3129), - [sym_none] = ACTIONS(3129), - [sym_true] = ACTIONS(3129), - [sym_false] = ACTIONS(3129), - [sym_nil] = ACTIONS(3129), - [anon_sym_QMARK_DOT] = ACTIONS(3129), - [anon_sym_POUND_LBRACK] = ACTIONS(3129), - [anon_sym_if] = ACTIONS(3129), - [anon_sym_DOLLARif] = ACTIONS(3129), - [anon_sym_is] = ACTIONS(3129), - [anon_sym_BANGis] = ACTIONS(3129), - [anon_sym_in] = ACTIONS(3129), - [anon_sym_BANGin] = ACTIONS(3129), - [anon_sym_match] = ACTIONS(3129), - [anon_sym_select] = ACTIONS(3129), - [anon_sym_STAR_EQ] = ACTIONS(3129), - [anon_sym_SLASH_EQ] = ACTIONS(3129), - [anon_sym_PERCENT_EQ] = ACTIONS(3129), - [anon_sym_LT_LT_EQ] = ACTIONS(3129), - [anon_sym_GT_GT_EQ] = ACTIONS(3129), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3129), - [anon_sym_AMP_EQ] = ACTIONS(3129), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3129), - [anon_sym_PLUS_EQ] = ACTIONS(3129), - [anon_sym_DASH_EQ] = ACTIONS(3129), - [anon_sym_PIPE_EQ] = ACTIONS(3129), - [anon_sym_CARET_EQ] = ACTIONS(3129), - [anon_sym_COLON_EQ] = ACTIONS(3129), - [anon_sym_lock] = ACTIONS(3129), - [anon_sym_rlock] = ACTIONS(3129), - [anon_sym_unsafe] = ACTIONS(3129), - [anon_sym_sql] = ACTIONS(3129), - [sym_int_literal] = ACTIONS(3129), - [sym_float_literal] = ACTIONS(3129), - [sym_rune_literal] = ACTIONS(3129), - [anon_sym_AT] = ACTIONS(3129), - [anon_sym_shared] = ACTIONS(3129), - [anon_sym_map_LBRACK] = ACTIONS(3129), - [anon_sym_chan] = ACTIONS(3129), - [anon_sym_thread] = ACTIONS(3129), - [anon_sym_atomic] = ACTIONS(3129), - [anon_sym_assert] = ACTIONS(3129), - [anon_sym_defer] = ACTIONS(3129), - [anon_sym_goto] = ACTIONS(3129), - [anon_sym_break] = ACTIONS(3129), - [anon_sym_continue] = ACTIONS(3129), - [anon_sym_return] = ACTIONS(3129), - [anon_sym_DOLLARfor] = ACTIONS(3129), - [anon_sym_for] = ACTIONS(3129), - [anon_sym_POUND] = ACTIONS(3129), - [anon_sym_asm] = ACTIONS(3129), - [anon_sym_AT_LBRACK] = ACTIONS(3129), - [sym___double_quote] = ACTIONS(3129), - [sym___single_quote] = ACTIONS(3129), - [sym___c_double_quote] = ACTIONS(3129), - [sym___c_single_quote] = ACTIONS(3129), - [sym___r_double_quote] = ACTIONS(3129), - [sym___r_single_quote] = ACTIONS(3129), + [sym__expression] = STATE(1129), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1218), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(625), + [anon_sym_fn] = ACTIONS(629), + [anon_sym_PLUS] = ACTIONS(631), + [anon_sym_DASH] = ACTIONS(631), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_struct] = ACTIONS(637), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(643), + [anon_sym_go] = ACTIONS(645), + [anon_sym_spawn] = ACTIONS(647), + [anon_sym_json_DOTdecode] = ACTIONS(649), + [anon_sym_LBRACK2] = ACTIONS(651), + [anon_sym_TILDE] = ACTIONS(631), + [anon_sym_CARET] = ACTIONS(631), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_LT_DASH] = ACTIONS(655), + [sym_none] = ACTIONS(657), + [sym_true] = ACTIONS(657), + [sym_false] = ACTIONS(657), + [sym_nil] = ACTIONS(657), + [anon_sym_if] = ACTIONS(659), + [anon_sym_DOLLARif] = ACTIONS(661), + [anon_sym_match] = ACTIONS(663), + [anon_sym_select] = ACTIONS(665), + [anon_sym_lock] = ACTIONS(667), + [anon_sym_rlock] = ACTIONS(667), + [anon_sym_unsafe] = ACTIONS(669), + [anon_sym_sql] = ACTIONS(671), + [sym_int_literal] = ACTIONS(657), + [sym_float_literal] = ACTIONS(673), + [sym_rune_literal] = ACTIONS(673), + [anon_sym_AT] = ACTIONS(675), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(677), + [sym___single_quote] = ACTIONS(679), + [sym___c_double_quote] = ACTIONS(681), + [sym___c_single_quote] = ACTIONS(683), + [sym___r_double_quote] = ACTIONS(685), + [sym___r_single_quote] = ACTIONS(687), }, [937] = { - [ts_builtin_sym_end] = ACTIONS(3131), - [sym_identifier] = ACTIONS(3133), - [anon_sym_LF] = ACTIONS(3133), - [anon_sym_CR] = ACTIONS(3133), - [anon_sym_CR_LF] = ACTIONS(3133), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3133), - [anon_sym_as] = ACTIONS(3133), - [anon_sym_LBRACE] = ACTIONS(3133), - [anon_sym_COMMA] = ACTIONS(3133), - [anon_sym_const] = ACTIONS(3133), - [anon_sym_LPAREN] = ACTIONS(3133), - [anon_sym_EQ] = ACTIONS(3133), - [anon_sym___global] = ACTIONS(3133), - [anon_sym_type] = ACTIONS(3133), - [anon_sym_PIPE] = ACTIONS(3133), - [anon_sym_fn] = ACTIONS(3133), - [anon_sym_PLUS] = ACTIONS(3133), - [anon_sym_DASH] = ACTIONS(3133), - [anon_sym_STAR] = ACTIONS(3133), - [anon_sym_SLASH] = ACTIONS(3133), - [anon_sym_PERCENT] = ACTIONS(3133), - [anon_sym_LT] = ACTIONS(3133), - [anon_sym_GT] = ACTIONS(3133), - [anon_sym_EQ_EQ] = ACTIONS(3133), - [anon_sym_BANG_EQ] = ACTIONS(3133), - [anon_sym_LT_EQ] = ACTIONS(3133), - [anon_sym_GT_EQ] = ACTIONS(3133), - [anon_sym_LBRACK] = ACTIONS(3131), - [anon_sym_struct] = ACTIONS(3133), - [anon_sym_union] = ACTIONS(3133), - [anon_sym_pub] = ACTIONS(3133), - [anon_sym_mut] = ACTIONS(3133), - [anon_sym_enum] = ACTIONS(3133), - [anon_sym_interface] = ACTIONS(3133), - [anon_sym_PLUS_PLUS] = ACTIONS(3133), - [anon_sym_DASH_DASH] = ACTIONS(3133), - [anon_sym_QMARK] = ACTIONS(3133), - [anon_sym_BANG] = ACTIONS(3133), - [anon_sym_go] = ACTIONS(3133), - [anon_sym_spawn] = ACTIONS(3133), - [anon_sym_json_DOTdecode] = ACTIONS(3133), - [anon_sym_LBRACK2] = ACTIONS(3133), - [anon_sym_TILDE] = ACTIONS(3133), - [anon_sym_CARET] = ACTIONS(3133), - [anon_sym_AMP] = ACTIONS(3133), - [anon_sym_LT_DASH] = ACTIONS(3133), - [anon_sym_LT_LT] = ACTIONS(3133), - [anon_sym_GT_GT] = ACTIONS(3133), - [anon_sym_GT_GT_GT] = ACTIONS(3133), - [anon_sym_AMP_CARET] = ACTIONS(3133), - [anon_sym_AMP_AMP] = ACTIONS(3133), - [anon_sym_PIPE_PIPE] = ACTIONS(3133), - [anon_sym_or] = ACTIONS(3133), - [sym_none] = ACTIONS(3133), - [sym_true] = ACTIONS(3133), - [sym_false] = ACTIONS(3133), - [sym_nil] = ACTIONS(3133), - [anon_sym_QMARK_DOT] = ACTIONS(3133), - [anon_sym_POUND_LBRACK] = ACTIONS(3133), - [anon_sym_if] = ACTIONS(3133), - [anon_sym_DOLLARif] = ACTIONS(3133), - [anon_sym_is] = ACTIONS(3133), - [anon_sym_BANGis] = ACTIONS(3133), - [anon_sym_in] = ACTIONS(3133), - [anon_sym_BANGin] = ACTIONS(3133), - [anon_sym_match] = ACTIONS(3133), - [anon_sym_select] = ACTIONS(3133), - [anon_sym_STAR_EQ] = ACTIONS(3133), - [anon_sym_SLASH_EQ] = ACTIONS(3133), - [anon_sym_PERCENT_EQ] = ACTIONS(3133), - [anon_sym_LT_LT_EQ] = ACTIONS(3133), - [anon_sym_GT_GT_EQ] = ACTIONS(3133), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3133), - [anon_sym_AMP_EQ] = ACTIONS(3133), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3133), - [anon_sym_PLUS_EQ] = ACTIONS(3133), - [anon_sym_DASH_EQ] = ACTIONS(3133), - [anon_sym_PIPE_EQ] = ACTIONS(3133), - [anon_sym_CARET_EQ] = ACTIONS(3133), - [anon_sym_COLON_EQ] = ACTIONS(3133), - [anon_sym_lock] = ACTIONS(3133), - [anon_sym_rlock] = ACTIONS(3133), - [anon_sym_unsafe] = ACTIONS(3133), - [anon_sym_sql] = ACTIONS(3133), - [sym_int_literal] = ACTIONS(3133), - [sym_float_literal] = ACTIONS(3133), - [sym_rune_literal] = ACTIONS(3133), - [anon_sym_AT] = ACTIONS(3133), - [anon_sym_shared] = ACTIONS(3133), - [anon_sym_map_LBRACK] = ACTIONS(3133), - [anon_sym_chan] = ACTIONS(3133), - [anon_sym_thread] = ACTIONS(3133), - [anon_sym_atomic] = ACTIONS(3133), - [anon_sym_assert] = ACTIONS(3133), - [anon_sym_defer] = ACTIONS(3133), - [anon_sym_goto] = ACTIONS(3133), - [anon_sym_break] = ACTIONS(3133), - [anon_sym_continue] = ACTIONS(3133), - [anon_sym_return] = ACTIONS(3133), - [anon_sym_DOLLARfor] = ACTIONS(3133), - [anon_sym_for] = ACTIONS(3133), - [anon_sym_POUND] = ACTIONS(3133), - [anon_sym_asm] = ACTIONS(3133), - [anon_sym_AT_LBRACK] = ACTIONS(3133), - [sym___double_quote] = ACTIONS(3133), - [sym___single_quote] = ACTIONS(3133), - [sym___c_double_quote] = ACTIONS(3133), - [sym___c_single_quote] = ACTIONS(3133), - [sym___r_double_quote] = ACTIONS(3133), - [sym___r_single_quote] = ACTIONS(3133), + [sym__expression] = STATE(1132), + [sym__expression_without_blocks] = STATE(1204), + [sym__expression_with_blocks] = STATE(1204), + [sym_inc_expression] = STATE(1204), + [sym_dec_expression] = STATE(1204), + [sym_or_block_expression] = STATE(1204), + [sym_option_propagation_expression] = STATE(1204), + [sym_result_propagation_expression] = STATE(1204), + [sym_anon_struct_value_expression] = STATE(1209), + [sym_go_expression] = STATE(1204), + [sym_spawn_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_type_initializer] = STATE(1209), + [sym_function_literal] = STATE(1204), + [sym_reference_expression] = STATE(1218), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1204), + [sym_receive_expression] = STATE(1204), + [sym_binary_expression] = STATE(1204), + [sym_as_type_cast_expression] = STATE(1204), + [sym__max_group] = STATE(1204), + [sym_literal] = STATE(1204), + [sym_map_init_expression] = STATE(1209), + [sym_array_creation] = STATE(1204), + [sym_fixed_array_creation] = STATE(1204), + [sym_selector_expression] = STATE(1204), + [sym_index_expression] = STATE(1204), + [sym_slice_expression] = STATE(1204), + [sym_if_expression] = STATE(1209), + [sym_compile_time_if_expression] = STATE(1209), + [sym_is_expression] = STATE(1204), + [sym_not_is_expression] = STATE(1204), + [sym_in_expression] = STATE(1204), + [sym_not_in_expression] = STATE(1204), + [sym_enum_fetch] = STATE(1204), + [sym_match_expression] = STATE(1209), + [sym_select_expression] = STATE(1209), + [sym_lock_expression] = STATE(1209), + [sym_unsafe_expression] = STATE(1209), + [sym_sql_expression] = STATE(1209), + [sym_c_string_literal] = STATE(1201), + [sym_raw_string_literal] = STATE(1201), + [sym_interpreted_string_literal] = STATE(1201), + [sym_pseudo_compile_time_identifier] = STATE(1204), + [sym_mutability_modifiers] = STATE(849), + [sym_plain_type] = STATE(4420), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(939), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(619), + [anon_sym_LBRACE] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(625), + [anon_sym_fn] = ACTIONS(629), + [anon_sym_PLUS] = ACTIONS(631), + [anon_sym_DASH] = ACTIONS(631), + [anon_sym_STAR] = ACTIONS(633), + [anon_sym_struct] = ACTIONS(637), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(643), + [anon_sym_go] = ACTIONS(645), + [anon_sym_spawn] = ACTIONS(647), + [anon_sym_json_DOTdecode] = ACTIONS(649), + [anon_sym_LBRACK2] = ACTIONS(651), + [anon_sym_TILDE] = ACTIONS(631), + [anon_sym_CARET] = ACTIONS(631), + [anon_sym_AMP] = ACTIONS(653), + [anon_sym_LT_DASH] = ACTIONS(655), + [sym_none] = ACTIONS(657), + [sym_true] = ACTIONS(657), + [sym_false] = ACTIONS(657), + [sym_nil] = ACTIONS(657), + [anon_sym_if] = ACTIONS(659), + [anon_sym_DOLLARif] = ACTIONS(661), + [anon_sym_match] = ACTIONS(663), + [anon_sym_select] = ACTIONS(665), + [anon_sym_lock] = ACTIONS(667), + [anon_sym_rlock] = ACTIONS(667), + [anon_sym_unsafe] = ACTIONS(669), + [anon_sym_sql] = ACTIONS(671), + [sym_int_literal] = ACTIONS(657), + [sym_float_literal] = ACTIONS(673), + [sym_rune_literal] = ACTIONS(673), + [anon_sym_AT] = ACTIONS(675), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(677), + [sym___single_quote] = ACTIONS(679), + [sym___c_double_quote] = ACTIONS(681), + [sym___c_single_quote] = ACTIONS(683), + [sym___r_double_quote] = ACTIONS(685), + [sym___r_single_quote] = ACTIONS(687), }, [938] = { - [ts_builtin_sym_end] = ACTIONS(3135), - [sym_identifier] = ACTIONS(3137), - [anon_sym_LF] = ACTIONS(3137), - [anon_sym_CR] = ACTIONS(3137), - [anon_sym_CR_LF] = ACTIONS(3137), + [ts_builtin_sym_end] = ACTIONS(2468), + [sym_identifier] = ACTIONS(2470), + [anon_sym_LF] = ACTIONS(2470), + [anon_sym_CR] = ACTIONS(2470), + [anon_sym_CR_LF] = ACTIONS(2470), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3137), - [anon_sym_as] = ACTIONS(3137), - [anon_sym_LBRACE] = ACTIONS(3137), - [anon_sym_COMMA] = ACTIONS(3137), - [anon_sym_const] = ACTIONS(3137), - [anon_sym_LPAREN] = ACTIONS(3137), - [anon_sym_EQ] = ACTIONS(3137), - [anon_sym___global] = ACTIONS(3137), - [anon_sym_type] = ACTIONS(3137), - [anon_sym_PIPE] = ACTIONS(3137), - [anon_sym_fn] = ACTIONS(3137), - [anon_sym_PLUS] = ACTIONS(3137), - [anon_sym_DASH] = ACTIONS(3137), - [anon_sym_STAR] = ACTIONS(3137), - [anon_sym_SLASH] = ACTIONS(3137), - [anon_sym_PERCENT] = ACTIONS(3137), - [anon_sym_LT] = ACTIONS(3137), - [anon_sym_GT] = ACTIONS(3137), - [anon_sym_EQ_EQ] = ACTIONS(3137), - [anon_sym_BANG_EQ] = ACTIONS(3137), - [anon_sym_LT_EQ] = ACTIONS(3137), - [anon_sym_GT_EQ] = ACTIONS(3137), - [anon_sym_LBRACK] = ACTIONS(3135), - [anon_sym_struct] = ACTIONS(3137), - [anon_sym_union] = ACTIONS(3137), - [anon_sym_pub] = ACTIONS(3137), - [anon_sym_mut] = ACTIONS(3137), - [anon_sym_enum] = ACTIONS(3137), - [anon_sym_interface] = ACTIONS(3137), - [anon_sym_PLUS_PLUS] = ACTIONS(3137), - [anon_sym_DASH_DASH] = ACTIONS(3137), - [anon_sym_QMARK] = ACTIONS(3137), - [anon_sym_BANG] = ACTIONS(3137), - [anon_sym_go] = ACTIONS(3137), - [anon_sym_spawn] = ACTIONS(3137), - [anon_sym_json_DOTdecode] = ACTIONS(3137), - [anon_sym_LBRACK2] = ACTIONS(3137), - [anon_sym_TILDE] = ACTIONS(3137), - [anon_sym_CARET] = ACTIONS(3137), - [anon_sym_AMP] = ACTIONS(3137), - [anon_sym_LT_DASH] = ACTIONS(3137), - [anon_sym_LT_LT] = ACTIONS(3137), - [anon_sym_GT_GT] = ACTIONS(3137), - [anon_sym_GT_GT_GT] = ACTIONS(3137), - [anon_sym_AMP_CARET] = ACTIONS(3137), - [anon_sym_AMP_AMP] = ACTIONS(3137), - [anon_sym_PIPE_PIPE] = ACTIONS(3137), - [anon_sym_or] = ACTIONS(3137), - [sym_none] = ACTIONS(3137), - [sym_true] = ACTIONS(3137), - [sym_false] = ACTIONS(3137), - [sym_nil] = ACTIONS(3137), - [anon_sym_QMARK_DOT] = ACTIONS(3137), - [anon_sym_POUND_LBRACK] = ACTIONS(3137), - [anon_sym_if] = ACTIONS(3137), - [anon_sym_DOLLARif] = ACTIONS(3137), - [anon_sym_is] = ACTIONS(3137), - [anon_sym_BANGis] = ACTIONS(3137), - [anon_sym_in] = ACTIONS(3137), - [anon_sym_BANGin] = ACTIONS(3137), - [anon_sym_match] = ACTIONS(3137), - [anon_sym_select] = ACTIONS(3137), - [anon_sym_STAR_EQ] = ACTIONS(3137), - [anon_sym_SLASH_EQ] = ACTIONS(3137), - [anon_sym_PERCENT_EQ] = ACTIONS(3137), - [anon_sym_LT_LT_EQ] = ACTIONS(3137), - [anon_sym_GT_GT_EQ] = ACTIONS(3137), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3137), - [anon_sym_AMP_EQ] = ACTIONS(3137), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3137), - [anon_sym_PLUS_EQ] = ACTIONS(3137), - [anon_sym_DASH_EQ] = ACTIONS(3137), - [anon_sym_PIPE_EQ] = ACTIONS(3137), - [anon_sym_CARET_EQ] = ACTIONS(3137), - [anon_sym_COLON_EQ] = ACTIONS(3137), - [anon_sym_lock] = ACTIONS(3137), - [anon_sym_rlock] = ACTIONS(3137), - [anon_sym_unsafe] = ACTIONS(3137), - [anon_sym_sql] = ACTIONS(3137), - [sym_int_literal] = ACTIONS(3137), - [sym_float_literal] = ACTIONS(3137), - [sym_rune_literal] = ACTIONS(3137), - [anon_sym_AT] = ACTIONS(3137), - [anon_sym_shared] = ACTIONS(3137), - [anon_sym_map_LBRACK] = ACTIONS(3137), - [anon_sym_chan] = ACTIONS(3137), - [anon_sym_thread] = ACTIONS(3137), - [anon_sym_atomic] = ACTIONS(3137), - [anon_sym_assert] = ACTIONS(3137), - [anon_sym_defer] = ACTIONS(3137), - [anon_sym_goto] = ACTIONS(3137), - [anon_sym_break] = ACTIONS(3137), - [anon_sym_continue] = ACTIONS(3137), - [anon_sym_return] = ACTIONS(3137), - [anon_sym_DOLLARfor] = ACTIONS(3137), - [anon_sym_for] = ACTIONS(3137), - [anon_sym_POUND] = ACTIONS(3137), - [anon_sym_asm] = ACTIONS(3137), - [anon_sym_AT_LBRACK] = ACTIONS(3137), - [sym___double_quote] = ACTIONS(3137), - [sym___single_quote] = ACTIONS(3137), - [sym___c_double_quote] = ACTIONS(3137), - [sym___c_single_quote] = ACTIONS(3137), - [sym___r_double_quote] = ACTIONS(3137), - [sym___r_single_quote] = ACTIONS(3137), + [anon_sym_DOT] = ACTIONS(2470), + [anon_sym_as] = ACTIONS(2470), + [anon_sym_LBRACE] = ACTIONS(2472), + [anon_sym_COMMA] = ACTIONS(2470), + [anon_sym_const] = ACTIONS(2470), + [anon_sym_LPAREN] = ACTIONS(2470), + [anon_sym_EQ] = ACTIONS(2470), + [anon_sym___global] = ACTIONS(2470), + [anon_sym_type] = ACTIONS(2470), + [anon_sym_PIPE] = ACTIONS(2470), + [anon_sym_fn] = ACTIONS(2470), + [anon_sym_PLUS] = ACTIONS(2470), + [anon_sym_DASH] = ACTIONS(2470), + [anon_sym_STAR] = ACTIONS(2470), + [anon_sym_SLASH] = ACTIONS(2470), + [anon_sym_PERCENT] = ACTIONS(2470), + [anon_sym_LT] = ACTIONS(2470), + [anon_sym_GT] = ACTIONS(2470), + [anon_sym_EQ_EQ] = ACTIONS(2470), + [anon_sym_BANG_EQ] = ACTIONS(2470), + [anon_sym_LT_EQ] = ACTIONS(2470), + [anon_sym_GT_EQ] = ACTIONS(2470), + [anon_sym_LBRACK] = ACTIONS(2475), + [anon_sym_LT2] = ACTIONS(2472), + [anon_sym_struct] = ACTIONS(2470), + [anon_sym_union] = ACTIONS(2470), + [anon_sym_pub] = ACTIONS(2470), + [anon_sym_mut] = ACTIONS(2470), + [anon_sym_enum] = ACTIONS(2470), + [anon_sym_interface] = ACTIONS(2470), + [anon_sym_PLUS_PLUS] = ACTIONS(2470), + [anon_sym_DASH_DASH] = ACTIONS(2470), + [anon_sym_QMARK] = ACTIONS(2470), + [anon_sym_BANG] = ACTIONS(2470), + [anon_sym_go] = ACTIONS(2470), + [anon_sym_spawn] = ACTIONS(2470), + [anon_sym_json_DOTdecode] = ACTIONS(2470), + [anon_sym_LBRACK2] = ACTIONS(2470), + [anon_sym_TILDE] = ACTIONS(2470), + [anon_sym_CARET] = ACTIONS(2470), + [anon_sym_AMP] = ACTIONS(2470), + [anon_sym_LT_DASH] = ACTIONS(2470), + [anon_sym_LT_LT] = ACTIONS(2470), + [anon_sym_GT_GT] = ACTIONS(2470), + [anon_sym_GT_GT_GT] = ACTIONS(2470), + [anon_sym_AMP_CARET] = ACTIONS(2470), + [anon_sym_AMP_AMP] = ACTIONS(2470), + [anon_sym_PIPE_PIPE] = ACTIONS(2470), + [anon_sym_or] = ACTIONS(2470), + [sym_none] = ACTIONS(2470), + [sym_true] = ACTIONS(2470), + [sym_false] = ACTIONS(2470), + [sym_nil] = ACTIONS(2470), + [anon_sym_QMARK_DOT] = ACTIONS(2470), + [anon_sym_POUND_LBRACK] = ACTIONS(2470), + [anon_sym_if] = ACTIONS(2470), + [anon_sym_DOLLARif] = ACTIONS(2470), + [anon_sym_is] = ACTIONS(2470), + [anon_sym_BANGis] = ACTIONS(2470), + [anon_sym_in] = ACTIONS(2470), + [anon_sym_BANGin] = ACTIONS(2470), + [anon_sym_match] = ACTIONS(2470), + [anon_sym_select] = ACTIONS(2470), + [anon_sym_STAR_EQ] = ACTIONS(2470), + [anon_sym_SLASH_EQ] = ACTIONS(2470), + [anon_sym_PERCENT_EQ] = ACTIONS(2470), + [anon_sym_LT_LT_EQ] = ACTIONS(2470), + [anon_sym_GT_GT_EQ] = ACTIONS(2470), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2470), + [anon_sym_AMP_EQ] = ACTIONS(2470), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2470), + [anon_sym_PLUS_EQ] = ACTIONS(2470), + [anon_sym_DASH_EQ] = ACTIONS(2470), + [anon_sym_PIPE_EQ] = ACTIONS(2470), + [anon_sym_CARET_EQ] = ACTIONS(2470), + [anon_sym_COLON_EQ] = ACTIONS(2470), + [anon_sym_lock] = ACTIONS(2470), + [anon_sym_rlock] = ACTIONS(2470), + [anon_sym_unsafe] = ACTIONS(2470), + [anon_sym_sql] = ACTIONS(2470), + [sym_int_literal] = ACTIONS(2470), + [sym_float_literal] = ACTIONS(2470), + [sym_rune_literal] = ACTIONS(2470), + [anon_sym_AT] = ACTIONS(2470), + [anon_sym_shared] = ACTIONS(2470), + [anon_sym_map_LBRACK] = ACTIONS(2470), + [anon_sym_chan] = ACTIONS(2470), + [anon_sym_thread] = ACTIONS(2470), + [anon_sym_atomic] = ACTIONS(2470), + [anon_sym_assert] = ACTIONS(2470), + [anon_sym_defer] = ACTIONS(2470), + [anon_sym_goto] = ACTIONS(2470), + [anon_sym_break] = ACTIONS(2470), + [anon_sym_continue] = ACTIONS(2470), + [anon_sym_return] = ACTIONS(2470), + [anon_sym_DOLLARfor] = ACTIONS(2470), + [anon_sym_for] = ACTIONS(2470), + [anon_sym_POUND] = ACTIONS(2470), + [anon_sym_asm] = ACTIONS(2470), + [anon_sym_AT_LBRACK] = ACTIONS(2470), + [sym___double_quote] = ACTIONS(2470), + [sym___single_quote] = ACTIONS(2470), + [sym___c_double_quote] = ACTIONS(2470), + [sym___c_single_quote] = ACTIONS(2470), + [sym___r_double_quote] = ACTIONS(2470), + [sym___r_single_quote] = ACTIONS(2470), }, [939] = { - [ts_builtin_sym_end] = ACTIONS(3139), - [sym_identifier] = ACTIONS(3141), - [anon_sym_LF] = ACTIONS(3141), - [anon_sym_CR] = ACTIONS(3141), - [anon_sym_CR_LF] = ACTIONS(3141), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3141), - [anon_sym_as] = ACTIONS(3141), - [anon_sym_LBRACE] = ACTIONS(3141), - [anon_sym_COMMA] = ACTIONS(3141), - [anon_sym_const] = ACTIONS(3141), - [anon_sym_LPAREN] = ACTIONS(3141), - [anon_sym_EQ] = ACTIONS(3141), - [anon_sym___global] = ACTIONS(3141), - [anon_sym_type] = ACTIONS(3141), - [anon_sym_PIPE] = ACTIONS(3141), - [anon_sym_fn] = ACTIONS(3141), - [anon_sym_PLUS] = ACTIONS(3141), - [anon_sym_DASH] = ACTIONS(3141), - [anon_sym_STAR] = ACTIONS(3141), - [anon_sym_SLASH] = ACTIONS(3141), - [anon_sym_PERCENT] = ACTIONS(3141), - [anon_sym_LT] = ACTIONS(3141), - [anon_sym_GT] = ACTIONS(3141), - [anon_sym_EQ_EQ] = ACTIONS(3141), - [anon_sym_BANG_EQ] = ACTIONS(3141), - [anon_sym_LT_EQ] = ACTIONS(3141), - [anon_sym_GT_EQ] = ACTIONS(3141), - [anon_sym_LBRACK] = ACTIONS(3139), - [anon_sym_struct] = ACTIONS(3141), - [anon_sym_union] = ACTIONS(3141), - [anon_sym_pub] = ACTIONS(3141), - [anon_sym_mut] = ACTIONS(3141), - [anon_sym_enum] = ACTIONS(3141), - [anon_sym_interface] = ACTIONS(3141), - [anon_sym_PLUS_PLUS] = ACTIONS(3141), - [anon_sym_DASH_DASH] = ACTIONS(3141), - [anon_sym_QMARK] = ACTIONS(3141), - [anon_sym_BANG] = ACTIONS(3141), - [anon_sym_go] = ACTIONS(3141), - [anon_sym_spawn] = ACTIONS(3141), - [anon_sym_json_DOTdecode] = ACTIONS(3141), - [anon_sym_LBRACK2] = ACTIONS(3141), - [anon_sym_TILDE] = ACTIONS(3141), - [anon_sym_CARET] = ACTIONS(3141), - [anon_sym_AMP] = ACTIONS(3141), - [anon_sym_LT_DASH] = ACTIONS(3141), - [anon_sym_LT_LT] = ACTIONS(3141), - [anon_sym_GT_GT] = ACTIONS(3141), - [anon_sym_GT_GT_GT] = ACTIONS(3141), - [anon_sym_AMP_CARET] = ACTIONS(3141), - [anon_sym_AMP_AMP] = ACTIONS(3141), - [anon_sym_PIPE_PIPE] = ACTIONS(3141), - [anon_sym_or] = ACTIONS(3141), - [sym_none] = ACTIONS(3141), - [sym_true] = ACTIONS(3141), - [sym_false] = ACTIONS(3141), - [sym_nil] = ACTIONS(3141), - [anon_sym_QMARK_DOT] = ACTIONS(3141), - [anon_sym_POUND_LBRACK] = ACTIONS(3141), - [anon_sym_if] = ACTIONS(3141), - [anon_sym_DOLLARif] = ACTIONS(3141), - [anon_sym_is] = ACTIONS(3141), - [anon_sym_BANGis] = ACTIONS(3141), - [anon_sym_in] = ACTIONS(3141), - [anon_sym_BANGin] = ACTIONS(3141), - [anon_sym_match] = ACTIONS(3141), - [anon_sym_select] = ACTIONS(3141), - [anon_sym_STAR_EQ] = ACTIONS(3141), - [anon_sym_SLASH_EQ] = ACTIONS(3141), - [anon_sym_PERCENT_EQ] = ACTIONS(3141), - [anon_sym_LT_LT_EQ] = ACTIONS(3141), - [anon_sym_GT_GT_EQ] = ACTIONS(3141), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3141), - [anon_sym_AMP_EQ] = ACTIONS(3141), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3141), - [anon_sym_PLUS_EQ] = ACTIONS(3141), - [anon_sym_DASH_EQ] = ACTIONS(3141), - [anon_sym_PIPE_EQ] = ACTIONS(3141), - [anon_sym_CARET_EQ] = ACTIONS(3141), - [anon_sym_COLON_EQ] = ACTIONS(3141), - [anon_sym_lock] = ACTIONS(3141), - [anon_sym_rlock] = ACTIONS(3141), - [anon_sym_unsafe] = ACTIONS(3141), - [anon_sym_sql] = ACTIONS(3141), - [sym_int_literal] = ACTIONS(3141), - [sym_float_literal] = ACTIONS(3141), - [sym_rune_literal] = ACTIONS(3141), - [anon_sym_AT] = ACTIONS(3141), - [anon_sym_shared] = ACTIONS(3141), - [anon_sym_map_LBRACK] = ACTIONS(3141), - [anon_sym_chan] = ACTIONS(3141), - [anon_sym_thread] = ACTIONS(3141), - [anon_sym_atomic] = ACTIONS(3141), - [anon_sym_assert] = ACTIONS(3141), - [anon_sym_defer] = ACTIONS(3141), - [anon_sym_goto] = ACTIONS(3141), - [anon_sym_break] = ACTIONS(3141), - [anon_sym_continue] = ACTIONS(3141), - [anon_sym_return] = ACTIONS(3141), - [anon_sym_DOLLARfor] = ACTIONS(3141), - [anon_sym_for] = ACTIONS(3141), - [anon_sym_POUND] = ACTIONS(3141), - [anon_sym_asm] = ACTIONS(3141), - [anon_sym_AT_LBRACK] = ACTIONS(3141), - [sym___double_quote] = ACTIONS(3141), - [sym___single_quote] = ACTIONS(3141), - [sym___c_double_quote] = ACTIONS(3141), - [sym___c_single_quote] = ACTIONS(3141), - [sym___r_double_quote] = ACTIONS(3141), - [sym___r_single_quote] = ACTIONS(3141), + [sym__expression] = STATE(1275), + [sym__expression_without_blocks] = STATE(1309), + [sym__expression_with_blocks] = STATE(1309), + [sym_inc_expression] = STATE(1309), + [sym_dec_expression] = STATE(1309), + [sym_or_block_expression] = STATE(1309), + [sym_option_propagation_expression] = STATE(1309), + [sym_result_propagation_expression] = STATE(1309), + [sym_anon_struct_value_expression] = STATE(1310), + [sym_go_expression] = STATE(1309), + [sym_spawn_expression] = STATE(1309), + [sym_parenthesized_expression] = STATE(1309), + [sym_call_expression] = STATE(1309), + [sym_type_initializer] = STATE(1310), + [sym_function_literal] = STATE(1309), + [sym_reference_expression] = STATE(1307), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1309), + [sym_receive_expression] = STATE(1309), + [sym_binary_expression] = STATE(1309), + [sym_as_type_cast_expression] = STATE(1309), + [sym__max_group] = STATE(1309), + [sym_literal] = STATE(1309), + [sym_map_init_expression] = STATE(1310), + [sym_array_creation] = STATE(1309), + [sym_fixed_array_creation] = STATE(1309), + [sym_selector_expression] = STATE(1309), + [sym_index_expression] = STATE(1309), + [sym_slice_expression] = STATE(1309), + [sym_if_expression] = STATE(1310), + [sym_compile_time_if_expression] = STATE(1310), + [sym_is_expression] = STATE(1309), + [sym_not_is_expression] = STATE(1309), + [sym_in_expression] = STATE(1309), + [sym_not_in_expression] = STATE(1309), + [sym_enum_fetch] = STATE(1309), + [sym_match_expression] = STATE(1310), + [sym_select_expression] = STATE(1310), + [sym_lock_expression] = STATE(1310), + [sym_unsafe_expression] = STATE(1310), + [sym_sql_expression] = STATE(1310), + [sym_c_string_literal] = STATE(1290), + [sym_raw_string_literal] = STATE(1290), + [sym_interpreted_string_literal] = STATE(1290), + [sym_pseudo_compile_time_identifier] = STATE(1309), + [sym_mutability_modifiers] = STATE(546), + [sym_plain_type] = STATE(4416), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1360), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1362), + [anon_sym_LBRACE] = ACTIONS(1364), + [anon_sym_LPAREN] = ACTIONS(1366), + [anon_sym_fn] = ACTIONS(1368), + [anon_sym_PLUS] = ACTIONS(1370), + [anon_sym_DASH] = ACTIONS(1370), + [anon_sym_STAR] = ACTIONS(1372), + [anon_sym_struct] = ACTIONS(1376), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_go] = ACTIONS(1380), + [anon_sym_spawn] = ACTIONS(1382), + [anon_sym_json_DOTdecode] = ACTIONS(1384), + [anon_sym_LBRACK2] = ACTIONS(1386), + [anon_sym_TILDE] = ACTIONS(1370), + [anon_sym_CARET] = ACTIONS(1370), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_LT_DASH] = ACTIONS(1390), + [sym_none] = ACTIONS(1392), + [sym_true] = ACTIONS(1392), + [sym_false] = ACTIONS(1392), + [sym_nil] = ACTIONS(1392), + [anon_sym_if] = ACTIONS(2088), + [anon_sym_DOLLARif] = ACTIONS(1396), + [anon_sym_match] = ACTIONS(1398), + [anon_sym_select] = ACTIONS(1400), + [anon_sym_lock] = ACTIONS(1402), + [anon_sym_rlock] = ACTIONS(1402), + [anon_sym_unsafe] = ACTIONS(2090), + [anon_sym_sql] = ACTIONS(1406), + [sym_int_literal] = ACTIONS(1392), + [sym_float_literal] = ACTIONS(1410), + [sym_rune_literal] = ACTIONS(1410), + [anon_sym_AT] = ACTIONS(1412), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1414), + [sym___single_quote] = ACTIONS(1416), + [sym___c_double_quote] = ACTIONS(1418), + [sym___c_single_quote] = ACTIONS(1420), + [sym___r_double_quote] = ACTIONS(1422), + [sym___r_single_quote] = ACTIONS(1424), }, [940] = { - [ts_builtin_sym_end] = ACTIONS(3143), - [sym_identifier] = ACTIONS(3145), - [anon_sym_LF] = ACTIONS(3145), - [anon_sym_CR] = ACTIONS(3145), - [anon_sym_CR_LF] = ACTIONS(3145), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3145), - [anon_sym_as] = ACTIONS(3145), - [anon_sym_LBRACE] = ACTIONS(3145), - [anon_sym_COMMA] = ACTIONS(3145), - [anon_sym_const] = ACTIONS(3145), - [anon_sym_LPAREN] = ACTIONS(3145), - [anon_sym_EQ] = ACTIONS(3145), - [anon_sym___global] = ACTIONS(3145), - [anon_sym_type] = ACTIONS(3145), - [anon_sym_PIPE] = ACTIONS(3145), - [anon_sym_fn] = ACTIONS(3145), - [anon_sym_PLUS] = ACTIONS(3145), - [anon_sym_DASH] = ACTIONS(3145), - [anon_sym_STAR] = ACTIONS(3145), - [anon_sym_SLASH] = ACTIONS(3145), - [anon_sym_PERCENT] = ACTIONS(3145), - [anon_sym_LT] = ACTIONS(3145), - [anon_sym_GT] = ACTIONS(3145), - [anon_sym_EQ_EQ] = ACTIONS(3145), - [anon_sym_BANG_EQ] = ACTIONS(3145), - [anon_sym_LT_EQ] = ACTIONS(3145), - [anon_sym_GT_EQ] = ACTIONS(3145), - [anon_sym_LBRACK] = ACTIONS(3143), - [anon_sym_struct] = ACTIONS(3145), - [anon_sym_union] = ACTIONS(3145), - [anon_sym_pub] = ACTIONS(3145), - [anon_sym_mut] = ACTIONS(3145), - [anon_sym_enum] = ACTIONS(3145), - [anon_sym_interface] = ACTIONS(3145), - [anon_sym_PLUS_PLUS] = ACTIONS(3145), - [anon_sym_DASH_DASH] = ACTIONS(3145), - [anon_sym_QMARK] = ACTIONS(3145), - [anon_sym_BANG] = ACTIONS(3145), - [anon_sym_go] = ACTIONS(3145), - [anon_sym_spawn] = ACTIONS(3145), - [anon_sym_json_DOTdecode] = ACTIONS(3145), - [anon_sym_LBRACK2] = ACTIONS(3145), - [anon_sym_TILDE] = ACTIONS(3145), - [anon_sym_CARET] = ACTIONS(3145), - [anon_sym_AMP] = ACTIONS(3145), - [anon_sym_LT_DASH] = ACTIONS(3145), - [anon_sym_LT_LT] = ACTIONS(3145), - [anon_sym_GT_GT] = ACTIONS(3145), - [anon_sym_GT_GT_GT] = ACTIONS(3145), - [anon_sym_AMP_CARET] = ACTIONS(3145), - [anon_sym_AMP_AMP] = ACTIONS(3145), - [anon_sym_PIPE_PIPE] = ACTIONS(3145), - [anon_sym_or] = ACTIONS(3145), - [sym_none] = ACTIONS(3145), - [sym_true] = ACTIONS(3145), - [sym_false] = ACTIONS(3145), - [sym_nil] = ACTIONS(3145), - [anon_sym_QMARK_DOT] = ACTIONS(3145), - [anon_sym_POUND_LBRACK] = ACTIONS(3145), - [anon_sym_if] = ACTIONS(3145), - [anon_sym_DOLLARif] = ACTIONS(3145), - [anon_sym_is] = ACTIONS(3145), - [anon_sym_BANGis] = ACTIONS(3145), - [anon_sym_in] = ACTIONS(3145), - [anon_sym_BANGin] = ACTIONS(3145), - [anon_sym_match] = ACTIONS(3145), - [anon_sym_select] = ACTIONS(3145), - [anon_sym_STAR_EQ] = ACTIONS(3145), - [anon_sym_SLASH_EQ] = ACTIONS(3145), - [anon_sym_PERCENT_EQ] = ACTIONS(3145), - [anon_sym_LT_LT_EQ] = ACTIONS(3145), - [anon_sym_GT_GT_EQ] = ACTIONS(3145), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3145), - [anon_sym_AMP_EQ] = ACTIONS(3145), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3145), - [anon_sym_PLUS_EQ] = ACTIONS(3145), - [anon_sym_DASH_EQ] = ACTIONS(3145), - [anon_sym_PIPE_EQ] = ACTIONS(3145), - [anon_sym_CARET_EQ] = ACTIONS(3145), - [anon_sym_COLON_EQ] = ACTIONS(3145), - [anon_sym_lock] = ACTIONS(3145), - [anon_sym_rlock] = ACTIONS(3145), - [anon_sym_unsafe] = ACTIONS(3145), - [anon_sym_sql] = ACTIONS(3145), - [sym_int_literal] = ACTIONS(3145), - [sym_float_literal] = ACTIONS(3145), - [sym_rune_literal] = ACTIONS(3145), - [anon_sym_AT] = ACTIONS(3145), - [anon_sym_shared] = ACTIONS(3145), - [anon_sym_map_LBRACK] = ACTIONS(3145), - [anon_sym_chan] = ACTIONS(3145), - [anon_sym_thread] = ACTIONS(3145), - [anon_sym_atomic] = ACTIONS(3145), - [anon_sym_assert] = ACTIONS(3145), - [anon_sym_defer] = ACTIONS(3145), - [anon_sym_goto] = ACTIONS(3145), - [anon_sym_break] = ACTIONS(3145), - [anon_sym_continue] = ACTIONS(3145), - [anon_sym_return] = ACTIONS(3145), - [anon_sym_DOLLARfor] = ACTIONS(3145), - [anon_sym_for] = ACTIONS(3145), - [anon_sym_POUND] = ACTIONS(3145), - [anon_sym_asm] = ACTIONS(3145), - [anon_sym_AT_LBRACK] = ACTIONS(3145), - [sym___double_quote] = ACTIONS(3145), - [sym___single_quote] = ACTIONS(3145), - [sym___c_double_quote] = ACTIONS(3145), - [sym___c_single_quote] = ACTIONS(3145), - [sym___r_double_quote] = ACTIONS(3145), - [sym___r_single_quote] = ACTIONS(3145), - }, - [941] = { - [ts_builtin_sym_end] = ACTIONS(3147), - [sym_identifier] = ACTIONS(3149), - [anon_sym_LF] = ACTIONS(3149), - [anon_sym_CR] = ACTIONS(3149), - [anon_sym_CR_LF] = ACTIONS(3149), + [ts_builtin_sym_end] = ACTIONS(3181), + [sym_identifier] = ACTIONS(3183), + [anon_sym_LF] = ACTIONS(3183), + [anon_sym_CR] = ACTIONS(3183), + [anon_sym_CR_LF] = ACTIONS(3183), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3149), - [anon_sym_as] = ACTIONS(3149), - [anon_sym_LBRACE] = ACTIONS(3149), - [anon_sym_COMMA] = ACTIONS(3149), - [anon_sym_const] = ACTIONS(3149), - [anon_sym_LPAREN] = ACTIONS(3149), - [anon_sym_EQ] = ACTIONS(3149), - [anon_sym___global] = ACTIONS(3149), - [anon_sym_type] = ACTIONS(3149), - [anon_sym_PIPE] = ACTIONS(3149), - [anon_sym_fn] = ACTIONS(3149), - [anon_sym_PLUS] = ACTIONS(3149), - [anon_sym_DASH] = ACTIONS(3149), - [anon_sym_STAR] = ACTIONS(3149), - [anon_sym_SLASH] = ACTIONS(3149), - [anon_sym_PERCENT] = ACTIONS(3149), - [anon_sym_LT] = ACTIONS(3149), - [anon_sym_GT] = ACTIONS(3149), - [anon_sym_EQ_EQ] = ACTIONS(3149), - [anon_sym_BANG_EQ] = ACTIONS(3149), - [anon_sym_LT_EQ] = ACTIONS(3149), - [anon_sym_GT_EQ] = ACTIONS(3149), - [anon_sym_LBRACK] = ACTIONS(3147), - [anon_sym_struct] = ACTIONS(3149), - [anon_sym_union] = ACTIONS(3149), - [anon_sym_pub] = ACTIONS(3149), - [anon_sym_mut] = ACTIONS(3149), - [anon_sym_enum] = ACTIONS(3149), - [anon_sym_interface] = ACTIONS(3149), - [anon_sym_PLUS_PLUS] = ACTIONS(3149), - [anon_sym_DASH_DASH] = ACTIONS(3149), - [anon_sym_QMARK] = ACTIONS(3149), - [anon_sym_BANG] = ACTIONS(3149), - [anon_sym_go] = ACTIONS(3149), - [anon_sym_spawn] = ACTIONS(3149), - [anon_sym_json_DOTdecode] = ACTIONS(3149), - [anon_sym_LBRACK2] = ACTIONS(3149), - [anon_sym_TILDE] = ACTIONS(3149), - [anon_sym_CARET] = ACTIONS(3149), - [anon_sym_AMP] = ACTIONS(3149), - [anon_sym_LT_DASH] = ACTIONS(3149), - [anon_sym_LT_LT] = ACTIONS(3149), - [anon_sym_GT_GT] = ACTIONS(3149), - [anon_sym_GT_GT_GT] = ACTIONS(3149), - [anon_sym_AMP_CARET] = ACTIONS(3149), - [anon_sym_AMP_AMP] = ACTIONS(3149), - [anon_sym_PIPE_PIPE] = ACTIONS(3149), - [anon_sym_or] = ACTIONS(3149), - [sym_none] = ACTIONS(3149), - [sym_true] = ACTIONS(3149), - [sym_false] = ACTIONS(3149), - [sym_nil] = ACTIONS(3149), - [anon_sym_QMARK_DOT] = ACTIONS(3149), - [anon_sym_POUND_LBRACK] = ACTIONS(3149), - [anon_sym_if] = ACTIONS(3149), - [anon_sym_DOLLARif] = ACTIONS(3149), - [anon_sym_is] = ACTIONS(3149), - [anon_sym_BANGis] = ACTIONS(3149), - [anon_sym_in] = ACTIONS(3149), - [anon_sym_BANGin] = ACTIONS(3149), - [anon_sym_match] = ACTIONS(3149), - [anon_sym_select] = ACTIONS(3149), - [anon_sym_STAR_EQ] = ACTIONS(3149), - [anon_sym_SLASH_EQ] = ACTIONS(3149), - [anon_sym_PERCENT_EQ] = ACTIONS(3149), - [anon_sym_LT_LT_EQ] = ACTIONS(3149), - [anon_sym_GT_GT_EQ] = ACTIONS(3149), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3149), - [anon_sym_AMP_EQ] = ACTIONS(3149), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3149), - [anon_sym_PLUS_EQ] = ACTIONS(3149), - [anon_sym_DASH_EQ] = ACTIONS(3149), - [anon_sym_PIPE_EQ] = ACTIONS(3149), - [anon_sym_CARET_EQ] = ACTIONS(3149), - [anon_sym_COLON_EQ] = ACTIONS(3149), - [anon_sym_lock] = ACTIONS(3149), - [anon_sym_rlock] = ACTIONS(3149), - [anon_sym_unsafe] = ACTIONS(3149), - [anon_sym_sql] = ACTIONS(3149), - [sym_int_literal] = ACTIONS(3149), - [sym_float_literal] = ACTIONS(3149), - [sym_rune_literal] = ACTIONS(3149), - [anon_sym_AT] = ACTIONS(3149), - [anon_sym_shared] = ACTIONS(3149), - [anon_sym_map_LBRACK] = ACTIONS(3149), - [anon_sym_chan] = ACTIONS(3149), - [anon_sym_thread] = ACTIONS(3149), - [anon_sym_atomic] = ACTIONS(3149), - [anon_sym_assert] = ACTIONS(3149), - [anon_sym_defer] = ACTIONS(3149), - [anon_sym_goto] = ACTIONS(3149), - [anon_sym_break] = ACTIONS(3149), - [anon_sym_continue] = ACTIONS(3149), - [anon_sym_return] = ACTIONS(3149), - [anon_sym_DOLLARfor] = ACTIONS(3149), - [anon_sym_for] = ACTIONS(3149), - [anon_sym_POUND] = ACTIONS(3149), - [anon_sym_asm] = ACTIONS(3149), - [anon_sym_AT_LBRACK] = ACTIONS(3149), - [sym___double_quote] = ACTIONS(3149), - [sym___single_quote] = ACTIONS(3149), - [sym___c_double_quote] = ACTIONS(3149), - [sym___c_single_quote] = ACTIONS(3149), - [sym___r_double_quote] = ACTIONS(3149), - [sym___r_single_quote] = ACTIONS(3149), + [anon_sym_DOT] = ACTIONS(3183), + [anon_sym_as] = ACTIONS(3183), + [anon_sym_LBRACE] = ACTIONS(3183), + [anon_sym_COMMA] = ACTIONS(3183), + [anon_sym_const] = ACTIONS(3183), + [anon_sym_LPAREN] = ACTIONS(3183), + [anon_sym_EQ] = ACTIONS(3183), + [anon_sym___global] = ACTIONS(3183), + [anon_sym_type] = ACTIONS(3183), + [anon_sym_PIPE] = ACTIONS(3183), + [anon_sym_fn] = ACTIONS(3183), + [anon_sym_PLUS] = ACTIONS(3183), + [anon_sym_DASH] = ACTIONS(3183), + [anon_sym_STAR] = ACTIONS(3183), + [anon_sym_SLASH] = ACTIONS(3183), + [anon_sym_PERCENT] = ACTIONS(3183), + [anon_sym_LT] = ACTIONS(3183), + [anon_sym_GT] = ACTIONS(3183), + [anon_sym_EQ_EQ] = ACTIONS(3183), + [anon_sym_BANG_EQ] = ACTIONS(3183), + [anon_sym_LT_EQ] = ACTIONS(3183), + [anon_sym_GT_EQ] = ACTIONS(3183), + [anon_sym_LBRACK] = ACTIONS(3181), + [anon_sym_LT2] = ACTIONS(3183), + [anon_sym_struct] = ACTIONS(3183), + [anon_sym_union] = ACTIONS(3183), + [anon_sym_pub] = ACTIONS(3183), + [anon_sym_mut] = ACTIONS(3183), + [anon_sym_enum] = ACTIONS(3183), + [anon_sym_interface] = ACTIONS(3183), + [anon_sym_PLUS_PLUS] = ACTIONS(3183), + [anon_sym_DASH_DASH] = ACTIONS(3183), + [anon_sym_QMARK] = ACTIONS(3183), + [anon_sym_BANG] = ACTIONS(3183), + [anon_sym_go] = ACTIONS(3183), + [anon_sym_spawn] = ACTIONS(3183), + [anon_sym_json_DOTdecode] = ACTIONS(3183), + [anon_sym_LBRACK2] = ACTIONS(3183), + [anon_sym_TILDE] = ACTIONS(3183), + [anon_sym_CARET] = ACTIONS(3183), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_LT_DASH] = ACTIONS(3183), + [anon_sym_LT_LT] = ACTIONS(3183), + [anon_sym_GT_GT] = ACTIONS(3183), + [anon_sym_GT_GT_GT] = ACTIONS(3183), + [anon_sym_AMP_CARET] = ACTIONS(3183), + [anon_sym_AMP_AMP] = ACTIONS(3183), + [anon_sym_PIPE_PIPE] = ACTIONS(3183), + [anon_sym_or] = ACTIONS(3183), + [sym_none] = ACTIONS(3183), + [sym_true] = ACTIONS(3183), + [sym_false] = ACTIONS(3183), + [sym_nil] = ACTIONS(3183), + [anon_sym_QMARK_DOT] = ACTIONS(3183), + [anon_sym_POUND_LBRACK] = ACTIONS(3183), + [anon_sym_if] = ACTIONS(3183), + [anon_sym_DOLLARif] = ACTIONS(3183), + [anon_sym_is] = ACTIONS(3183), + [anon_sym_BANGis] = ACTIONS(3183), + [anon_sym_in] = ACTIONS(3183), + [anon_sym_BANGin] = ACTIONS(3183), + [anon_sym_match] = ACTIONS(3183), + [anon_sym_select] = ACTIONS(3183), + [anon_sym_STAR_EQ] = ACTIONS(3183), + [anon_sym_SLASH_EQ] = ACTIONS(3183), + [anon_sym_PERCENT_EQ] = ACTIONS(3183), + [anon_sym_LT_LT_EQ] = ACTIONS(3183), + [anon_sym_GT_GT_EQ] = ACTIONS(3183), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3183), + [anon_sym_AMP_EQ] = ACTIONS(3183), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3183), + [anon_sym_PLUS_EQ] = ACTIONS(3183), + [anon_sym_DASH_EQ] = ACTIONS(3183), + [anon_sym_PIPE_EQ] = ACTIONS(3183), + [anon_sym_CARET_EQ] = ACTIONS(3183), + [anon_sym_COLON_EQ] = ACTIONS(3183), + [anon_sym_lock] = ACTIONS(3183), + [anon_sym_rlock] = ACTIONS(3183), + [anon_sym_unsafe] = ACTIONS(3183), + [anon_sym_sql] = ACTIONS(3183), + [sym_int_literal] = ACTIONS(3183), + [sym_float_literal] = ACTIONS(3183), + [sym_rune_literal] = ACTIONS(3183), + [anon_sym_AT] = ACTIONS(3183), + [anon_sym_shared] = ACTIONS(3183), + [anon_sym_map_LBRACK] = ACTIONS(3183), + [anon_sym_chan] = ACTIONS(3183), + [anon_sym_thread] = ACTIONS(3183), + [anon_sym_atomic] = ACTIONS(3183), + [anon_sym_assert] = ACTIONS(3183), + [anon_sym_defer] = ACTIONS(3183), + [anon_sym_goto] = ACTIONS(3183), + [anon_sym_break] = ACTIONS(3183), + [anon_sym_continue] = ACTIONS(3183), + [anon_sym_return] = ACTIONS(3183), + [anon_sym_DOLLARfor] = ACTIONS(3183), + [anon_sym_for] = ACTIONS(3183), + [anon_sym_POUND] = ACTIONS(3183), + [anon_sym_asm] = ACTIONS(3183), + [anon_sym_AT_LBRACK] = ACTIONS(3183), + [sym___double_quote] = ACTIONS(3183), + [sym___single_quote] = ACTIONS(3183), + [sym___c_double_quote] = ACTIONS(3183), + [sym___c_single_quote] = ACTIONS(3183), + [sym___r_double_quote] = ACTIONS(3183), + [sym___r_single_quote] = ACTIONS(3183), + }, + [941] = { + [ts_builtin_sym_end] = ACTIONS(2971), + [sym_identifier] = ACTIONS(2973), + [anon_sym_LF] = ACTIONS(2973), + [anon_sym_CR] = ACTIONS(2973), + [anon_sym_CR_LF] = ACTIONS(2973), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2975), + [anon_sym_as] = ACTIONS(2975), + [anon_sym_LBRACE] = ACTIONS(2973), + [anon_sym_COMMA] = ACTIONS(2973), + [anon_sym_const] = ACTIONS(2973), + [anon_sym_LPAREN] = ACTIONS(2975), + [anon_sym_EQ] = ACTIONS(2973), + [anon_sym___global] = ACTIONS(2973), + [anon_sym_type] = ACTIONS(2973), + [anon_sym_PIPE] = ACTIONS(2975), + [anon_sym_fn] = ACTIONS(2973), + [anon_sym_PLUS] = ACTIONS(2975), + [anon_sym_DASH] = ACTIONS(2975), + [anon_sym_STAR] = ACTIONS(2975), + [anon_sym_SLASH] = ACTIONS(2975), + [anon_sym_PERCENT] = ACTIONS(2975), + [anon_sym_LT] = ACTIONS(2975), + [anon_sym_GT] = ACTIONS(2975), + [anon_sym_EQ_EQ] = ACTIONS(2975), + [anon_sym_BANG_EQ] = ACTIONS(2975), + [anon_sym_LT_EQ] = ACTIONS(2975), + [anon_sym_GT_EQ] = ACTIONS(2975), + [anon_sym_LBRACK] = ACTIONS(2978), + [anon_sym_LT2] = ACTIONS(2975), + [anon_sym_struct] = ACTIONS(2973), + [anon_sym_union] = ACTIONS(2973), + [anon_sym_pub] = ACTIONS(2973), + [anon_sym_mut] = ACTIONS(2973), + [anon_sym_enum] = ACTIONS(2973), + [anon_sym_interface] = ACTIONS(2973), + [anon_sym_PLUS_PLUS] = ACTIONS(2975), + [anon_sym_DASH_DASH] = ACTIONS(2975), + [anon_sym_QMARK] = ACTIONS(2975), + [anon_sym_BANG] = ACTIONS(2975), + [anon_sym_go] = ACTIONS(2973), + [anon_sym_spawn] = ACTIONS(2973), + [anon_sym_json_DOTdecode] = ACTIONS(2973), + [anon_sym_LBRACK2] = ACTIONS(2975), + [anon_sym_TILDE] = ACTIONS(2973), + [anon_sym_CARET] = ACTIONS(2975), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2973), + [anon_sym_LT_LT] = ACTIONS(2975), + [anon_sym_GT_GT] = ACTIONS(2975), + [anon_sym_GT_GT_GT] = ACTIONS(2975), + [anon_sym_AMP_CARET] = ACTIONS(2975), + [anon_sym_AMP_AMP] = ACTIONS(2975), + [anon_sym_PIPE_PIPE] = ACTIONS(2975), + [anon_sym_or] = ACTIONS(2975), + [sym_none] = ACTIONS(2973), + [sym_true] = ACTIONS(2973), + [sym_false] = ACTIONS(2973), + [sym_nil] = ACTIONS(2973), + [anon_sym_QMARK_DOT] = ACTIONS(2975), + [anon_sym_POUND_LBRACK] = ACTIONS(2975), + [anon_sym_if] = ACTIONS(2973), + [anon_sym_DOLLARif] = ACTIONS(2973), + [anon_sym_is] = ACTIONS(2975), + [anon_sym_BANGis] = ACTIONS(2975), + [anon_sym_in] = ACTIONS(2975), + [anon_sym_BANGin] = ACTIONS(2975), + [anon_sym_match] = ACTIONS(2973), + [anon_sym_select] = ACTIONS(2973), + [anon_sym_STAR_EQ] = ACTIONS(2973), + [anon_sym_SLASH_EQ] = ACTIONS(2973), + [anon_sym_PERCENT_EQ] = ACTIONS(2973), + [anon_sym_LT_LT_EQ] = ACTIONS(2973), + [anon_sym_GT_GT_EQ] = ACTIONS(2973), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2973), + [anon_sym_AMP_EQ] = ACTIONS(2973), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2973), + [anon_sym_PLUS_EQ] = ACTIONS(2973), + [anon_sym_DASH_EQ] = ACTIONS(2973), + [anon_sym_PIPE_EQ] = ACTIONS(2973), + [anon_sym_CARET_EQ] = ACTIONS(2973), + [anon_sym_COLON_EQ] = ACTIONS(2973), + [anon_sym_lock] = ACTIONS(2973), + [anon_sym_rlock] = ACTIONS(2973), + [anon_sym_unsafe] = ACTIONS(2973), + [anon_sym_sql] = ACTIONS(2973), + [sym_int_literal] = ACTIONS(2973), + [sym_float_literal] = ACTIONS(2973), + [sym_rune_literal] = ACTIONS(2973), + [anon_sym_AT] = ACTIONS(2973), + [anon_sym_shared] = ACTIONS(2973), + [anon_sym_map_LBRACK] = ACTIONS(2973), + [anon_sym_chan] = ACTIONS(2973), + [anon_sym_thread] = ACTIONS(2973), + [anon_sym_atomic] = ACTIONS(2973), + [anon_sym_assert] = ACTIONS(2973), + [anon_sym_defer] = ACTIONS(2973), + [anon_sym_goto] = ACTIONS(2973), + [anon_sym_break] = ACTIONS(2973), + [anon_sym_continue] = ACTIONS(2973), + [anon_sym_return] = ACTIONS(2973), + [anon_sym_DOLLARfor] = ACTIONS(2973), + [anon_sym_for] = ACTIONS(2973), + [anon_sym_POUND] = ACTIONS(2973), + [anon_sym_asm] = ACTIONS(2973), + [anon_sym_AT_LBRACK] = ACTIONS(2973), + [sym___double_quote] = ACTIONS(2973), + [sym___single_quote] = ACTIONS(2973), + [sym___c_double_quote] = ACTIONS(2973), + [sym___c_single_quote] = ACTIONS(2973), + [sym___r_double_quote] = ACTIONS(2973), + [sym___r_single_quote] = ACTIONS(2973), }, [942] = { - [ts_builtin_sym_end] = ACTIONS(3151), - [sym_identifier] = ACTIONS(3153), - [anon_sym_LF] = ACTIONS(3153), - [anon_sym_CR] = ACTIONS(3153), - [anon_sym_CR_LF] = ACTIONS(3153), + [ts_builtin_sym_end] = ACTIONS(3185), + [sym_identifier] = ACTIONS(3187), + [anon_sym_LF] = ACTIONS(3187), + [anon_sym_CR] = ACTIONS(3187), + [anon_sym_CR_LF] = ACTIONS(3187), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3153), - [anon_sym_as] = ACTIONS(3153), - [anon_sym_LBRACE] = ACTIONS(3153), - [anon_sym_COMMA] = ACTIONS(3153), - [anon_sym_const] = ACTIONS(3153), - [anon_sym_LPAREN] = ACTIONS(3153), - [anon_sym_EQ] = ACTIONS(3153), - [anon_sym___global] = ACTIONS(3153), - [anon_sym_type] = ACTIONS(3153), - [anon_sym_PIPE] = ACTIONS(3153), - [anon_sym_fn] = ACTIONS(3153), - [anon_sym_PLUS] = ACTIONS(3153), - [anon_sym_DASH] = ACTIONS(3153), - [anon_sym_STAR] = ACTIONS(3153), - [anon_sym_SLASH] = ACTIONS(3153), - [anon_sym_PERCENT] = ACTIONS(3153), - [anon_sym_LT] = ACTIONS(3153), - [anon_sym_GT] = ACTIONS(3153), - [anon_sym_EQ_EQ] = ACTIONS(3153), - [anon_sym_BANG_EQ] = ACTIONS(3153), - [anon_sym_LT_EQ] = ACTIONS(3153), - [anon_sym_GT_EQ] = ACTIONS(3153), - [anon_sym_LBRACK] = ACTIONS(3151), - [anon_sym_struct] = ACTIONS(3153), - [anon_sym_union] = ACTIONS(3153), - [anon_sym_pub] = ACTIONS(3153), - [anon_sym_mut] = ACTIONS(3153), - [anon_sym_enum] = ACTIONS(3153), - [anon_sym_interface] = ACTIONS(3153), - [anon_sym_PLUS_PLUS] = ACTIONS(3153), - [anon_sym_DASH_DASH] = ACTIONS(3153), - [anon_sym_QMARK] = ACTIONS(3153), - [anon_sym_BANG] = ACTIONS(3153), - [anon_sym_go] = ACTIONS(3153), - [anon_sym_spawn] = ACTIONS(3153), - [anon_sym_json_DOTdecode] = ACTIONS(3153), - [anon_sym_LBRACK2] = ACTIONS(3153), - [anon_sym_TILDE] = ACTIONS(3153), - [anon_sym_CARET] = ACTIONS(3153), - [anon_sym_AMP] = ACTIONS(3153), - [anon_sym_LT_DASH] = ACTIONS(3153), - [anon_sym_LT_LT] = ACTIONS(3153), - [anon_sym_GT_GT] = ACTIONS(3153), - [anon_sym_GT_GT_GT] = ACTIONS(3153), - [anon_sym_AMP_CARET] = ACTIONS(3153), - [anon_sym_AMP_AMP] = ACTIONS(3153), - [anon_sym_PIPE_PIPE] = ACTIONS(3153), - [anon_sym_or] = ACTIONS(3153), - [sym_none] = ACTIONS(3153), - [sym_true] = ACTIONS(3153), - [sym_false] = ACTIONS(3153), - [sym_nil] = ACTIONS(3153), - [anon_sym_QMARK_DOT] = ACTIONS(3153), - [anon_sym_POUND_LBRACK] = ACTIONS(3153), - [anon_sym_if] = ACTIONS(3153), - [anon_sym_DOLLARif] = ACTIONS(3153), - [anon_sym_is] = ACTIONS(3153), - [anon_sym_BANGis] = ACTIONS(3153), - [anon_sym_in] = ACTIONS(3153), - [anon_sym_BANGin] = ACTIONS(3153), - [anon_sym_match] = ACTIONS(3153), - [anon_sym_select] = ACTIONS(3153), - [anon_sym_STAR_EQ] = ACTIONS(3153), - [anon_sym_SLASH_EQ] = ACTIONS(3153), - [anon_sym_PERCENT_EQ] = ACTIONS(3153), - [anon_sym_LT_LT_EQ] = ACTIONS(3153), - [anon_sym_GT_GT_EQ] = ACTIONS(3153), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3153), - [anon_sym_AMP_EQ] = ACTIONS(3153), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3153), - [anon_sym_PLUS_EQ] = ACTIONS(3153), - [anon_sym_DASH_EQ] = ACTIONS(3153), - [anon_sym_PIPE_EQ] = ACTIONS(3153), - [anon_sym_CARET_EQ] = ACTIONS(3153), - [anon_sym_COLON_EQ] = ACTIONS(3153), - [anon_sym_lock] = ACTIONS(3153), - [anon_sym_rlock] = ACTIONS(3153), - [anon_sym_unsafe] = ACTIONS(3153), - [anon_sym_sql] = ACTIONS(3153), - [sym_int_literal] = ACTIONS(3153), - [sym_float_literal] = ACTIONS(3153), - [sym_rune_literal] = ACTIONS(3153), - [anon_sym_AT] = ACTIONS(3153), - [anon_sym_shared] = ACTIONS(3153), - [anon_sym_map_LBRACK] = ACTIONS(3153), - [anon_sym_chan] = ACTIONS(3153), - [anon_sym_thread] = ACTIONS(3153), - [anon_sym_atomic] = ACTIONS(3153), - [anon_sym_assert] = ACTIONS(3153), - [anon_sym_defer] = ACTIONS(3153), - [anon_sym_goto] = ACTIONS(3153), - [anon_sym_break] = ACTIONS(3153), - [anon_sym_continue] = ACTIONS(3153), - [anon_sym_return] = ACTIONS(3153), - [anon_sym_DOLLARfor] = ACTIONS(3153), - [anon_sym_for] = ACTIONS(3153), - [anon_sym_POUND] = ACTIONS(3153), - [anon_sym_asm] = ACTIONS(3153), - [anon_sym_AT_LBRACK] = ACTIONS(3153), - [sym___double_quote] = ACTIONS(3153), - [sym___single_quote] = ACTIONS(3153), - [sym___c_double_quote] = ACTIONS(3153), - [sym___c_single_quote] = ACTIONS(3153), - [sym___r_double_quote] = ACTIONS(3153), - [sym___r_single_quote] = ACTIONS(3153), + [anon_sym_DOT] = ACTIONS(3187), + [anon_sym_as] = ACTIONS(3187), + [anon_sym_LBRACE] = ACTIONS(3187), + [anon_sym_COMMA] = ACTIONS(3187), + [anon_sym_const] = ACTIONS(3187), + [anon_sym_LPAREN] = ACTIONS(3187), + [anon_sym_EQ] = ACTIONS(3187), + [anon_sym___global] = ACTIONS(3187), + [anon_sym_type] = ACTIONS(3187), + [anon_sym_PIPE] = ACTIONS(3187), + [anon_sym_fn] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(3187), + [anon_sym_DASH] = ACTIONS(3187), + [anon_sym_STAR] = ACTIONS(3187), + [anon_sym_SLASH] = ACTIONS(3187), + [anon_sym_PERCENT] = ACTIONS(3187), + [anon_sym_LT] = ACTIONS(3187), + [anon_sym_GT] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3187), + [anon_sym_BANG_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_LBRACK] = ACTIONS(3185), + [anon_sym_LT2] = ACTIONS(3187), + [anon_sym_struct] = ACTIONS(3187), + [anon_sym_union] = ACTIONS(3187), + [anon_sym_pub] = ACTIONS(3187), + [anon_sym_mut] = ACTIONS(3187), + [anon_sym_enum] = ACTIONS(3187), + [anon_sym_interface] = ACTIONS(3187), + [anon_sym_PLUS_PLUS] = ACTIONS(3187), + [anon_sym_DASH_DASH] = ACTIONS(3187), + [anon_sym_QMARK] = ACTIONS(3187), + [anon_sym_BANG] = ACTIONS(3187), + [anon_sym_go] = ACTIONS(3187), + [anon_sym_spawn] = ACTIONS(3187), + [anon_sym_json_DOTdecode] = ACTIONS(3187), + [anon_sym_LBRACK2] = ACTIONS(3187), + [anon_sym_TILDE] = ACTIONS(3187), + [anon_sym_CARET] = ACTIONS(3187), + [anon_sym_AMP] = ACTIONS(3187), + [anon_sym_LT_DASH] = ACTIONS(3187), + [anon_sym_LT_LT] = ACTIONS(3187), + [anon_sym_GT_GT] = ACTIONS(3187), + [anon_sym_GT_GT_GT] = ACTIONS(3187), + [anon_sym_AMP_CARET] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_or] = ACTIONS(3187), + [sym_none] = ACTIONS(3187), + [sym_true] = ACTIONS(3187), + [sym_false] = ACTIONS(3187), + [sym_nil] = ACTIONS(3187), + [anon_sym_QMARK_DOT] = ACTIONS(3187), + [anon_sym_POUND_LBRACK] = ACTIONS(3187), + [anon_sym_if] = ACTIONS(3187), + [anon_sym_DOLLARif] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3187), + [anon_sym_BANGis] = ACTIONS(3187), + [anon_sym_in] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_match] = ACTIONS(3187), + [anon_sym_select] = ACTIONS(3187), + [anon_sym_STAR_EQ] = ACTIONS(3187), + [anon_sym_SLASH_EQ] = ACTIONS(3187), + [anon_sym_PERCENT_EQ] = ACTIONS(3187), + [anon_sym_LT_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_GT_EQ] = ACTIONS(3187), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3187), + [anon_sym_AMP_EQ] = ACTIONS(3187), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3187), + [anon_sym_PLUS_EQ] = ACTIONS(3187), + [anon_sym_DASH_EQ] = ACTIONS(3187), + [anon_sym_PIPE_EQ] = ACTIONS(3187), + [anon_sym_CARET_EQ] = ACTIONS(3187), + [anon_sym_COLON_EQ] = ACTIONS(3187), + [anon_sym_lock] = ACTIONS(3187), + [anon_sym_rlock] = ACTIONS(3187), + [anon_sym_unsafe] = ACTIONS(3187), + [anon_sym_sql] = ACTIONS(3187), + [sym_int_literal] = ACTIONS(3187), + [sym_float_literal] = ACTIONS(3187), + [sym_rune_literal] = ACTIONS(3187), + [anon_sym_AT] = ACTIONS(3187), + [anon_sym_shared] = ACTIONS(3187), + [anon_sym_map_LBRACK] = ACTIONS(3187), + [anon_sym_chan] = ACTIONS(3187), + [anon_sym_thread] = ACTIONS(3187), + [anon_sym_atomic] = ACTIONS(3187), + [anon_sym_assert] = ACTIONS(3187), + [anon_sym_defer] = ACTIONS(3187), + [anon_sym_goto] = ACTIONS(3187), + [anon_sym_break] = ACTIONS(3187), + [anon_sym_continue] = ACTIONS(3187), + [anon_sym_return] = ACTIONS(3187), + [anon_sym_DOLLARfor] = ACTIONS(3187), + [anon_sym_for] = ACTIONS(3187), + [anon_sym_POUND] = ACTIONS(3187), + [anon_sym_asm] = ACTIONS(3187), + [anon_sym_AT_LBRACK] = ACTIONS(3187), + [sym___double_quote] = ACTIONS(3187), + [sym___single_quote] = ACTIONS(3187), + [sym___c_double_quote] = ACTIONS(3187), + [sym___c_single_quote] = ACTIONS(3187), + [sym___r_double_quote] = ACTIONS(3187), + [sym___r_single_quote] = ACTIONS(3187), }, [943] = { - [ts_builtin_sym_end] = ACTIONS(3155), - [sym_identifier] = ACTIONS(3157), - [anon_sym_LF] = ACTIONS(3157), - [anon_sym_CR] = ACTIONS(3157), - [anon_sym_CR_LF] = ACTIONS(3157), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3157), - [anon_sym_as] = ACTIONS(3157), - [anon_sym_LBRACE] = ACTIONS(3157), - [anon_sym_COMMA] = ACTIONS(3157), - [anon_sym_const] = ACTIONS(3157), - [anon_sym_LPAREN] = ACTIONS(3157), - [anon_sym_EQ] = ACTIONS(3157), - [anon_sym___global] = ACTIONS(3157), - [anon_sym_type] = ACTIONS(3157), - [anon_sym_PIPE] = ACTIONS(3157), - [anon_sym_fn] = ACTIONS(3157), - [anon_sym_PLUS] = ACTIONS(3157), - [anon_sym_DASH] = ACTIONS(3157), - [anon_sym_STAR] = ACTIONS(3157), - [anon_sym_SLASH] = ACTIONS(3157), - [anon_sym_PERCENT] = ACTIONS(3157), - [anon_sym_LT] = ACTIONS(3157), - [anon_sym_GT] = ACTIONS(3157), - [anon_sym_EQ_EQ] = ACTIONS(3157), - [anon_sym_BANG_EQ] = ACTIONS(3157), - [anon_sym_LT_EQ] = ACTIONS(3157), - [anon_sym_GT_EQ] = ACTIONS(3157), - [anon_sym_LBRACK] = ACTIONS(3155), - [anon_sym_struct] = ACTIONS(3157), - [anon_sym_union] = ACTIONS(3157), - [anon_sym_pub] = ACTIONS(3157), - [anon_sym_mut] = ACTIONS(3157), - [anon_sym_enum] = ACTIONS(3157), - [anon_sym_interface] = ACTIONS(3157), - [anon_sym_PLUS_PLUS] = ACTIONS(3157), - [anon_sym_DASH_DASH] = ACTIONS(3157), - [anon_sym_QMARK] = ACTIONS(3157), - [anon_sym_BANG] = ACTIONS(3157), - [anon_sym_go] = ACTIONS(3157), - [anon_sym_spawn] = ACTIONS(3157), - [anon_sym_json_DOTdecode] = ACTIONS(3157), - [anon_sym_LBRACK2] = ACTIONS(3157), - [anon_sym_TILDE] = ACTIONS(3157), - [anon_sym_CARET] = ACTIONS(3157), - [anon_sym_AMP] = ACTIONS(3157), - [anon_sym_LT_DASH] = ACTIONS(3157), - [anon_sym_LT_LT] = ACTIONS(3157), - [anon_sym_GT_GT] = ACTIONS(3157), - [anon_sym_GT_GT_GT] = ACTIONS(3157), - [anon_sym_AMP_CARET] = ACTIONS(3157), - [anon_sym_AMP_AMP] = ACTIONS(3157), - [anon_sym_PIPE_PIPE] = ACTIONS(3157), - [anon_sym_or] = ACTIONS(3157), - [sym_none] = ACTIONS(3157), - [sym_true] = ACTIONS(3157), - [sym_false] = ACTIONS(3157), - [sym_nil] = ACTIONS(3157), - [anon_sym_QMARK_DOT] = ACTIONS(3157), - [anon_sym_POUND_LBRACK] = ACTIONS(3157), - [anon_sym_if] = ACTIONS(3157), - [anon_sym_DOLLARif] = ACTIONS(3157), - [anon_sym_is] = ACTIONS(3157), - [anon_sym_BANGis] = ACTIONS(3157), - [anon_sym_in] = ACTIONS(3157), - [anon_sym_BANGin] = ACTIONS(3157), - [anon_sym_match] = ACTIONS(3157), - [anon_sym_select] = ACTIONS(3157), - [anon_sym_STAR_EQ] = ACTIONS(3157), - [anon_sym_SLASH_EQ] = ACTIONS(3157), - [anon_sym_PERCENT_EQ] = ACTIONS(3157), - [anon_sym_LT_LT_EQ] = ACTIONS(3157), - [anon_sym_GT_GT_EQ] = ACTIONS(3157), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3157), - [anon_sym_AMP_EQ] = ACTIONS(3157), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3157), - [anon_sym_PLUS_EQ] = ACTIONS(3157), - [anon_sym_DASH_EQ] = ACTIONS(3157), - [anon_sym_PIPE_EQ] = ACTIONS(3157), - [anon_sym_CARET_EQ] = ACTIONS(3157), - [anon_sym_COLON_EQ] = ACTIONS(3157), - [anon_sym_lock] = ACTIONS(3157), - [anon_sym_rlock] = ACTIONS(3157), - [anon_sym_unsafe] = ACTIONS(3157), - [anon_sym_sql] = ACTIONS(3157), - [sym_int_literal] = ACTIONS(3157), - [sym_float_literal] = ACTIONS(3157), - [sym_rune_literal] = ACTIONS(3157), - [anon_sym_AT] = ACTIONS(3157), - [anon_sym_shared] = ACTIONS(3157), - [anon_sym_map_LBRACK] = ACTIONS(3157), - [anon_sym_chan] = ACTIONS(3157), - [anon_sym_thread] = ACTIONS(3157), - [anon_sym_atomic] = ACTIONS(3157), - [anon_sym_assert] = ACTIONS(3157), - [anon_sym_defer] = ACTIONS(3157), - [anon_sym_goto] = ACTIONS(3157), - [anon_sym_break] = ACTIONS(3157), - [anon_sym_continue] = ACTIONS(3157), - [anon_sym_return] = ACTIONS(3157), - [anon_sym_DOLLARfor] = ACTIONS(3157), - [anon_sym_for] = ACTIONS(3157), - [anon_sym_POUND] = ACTIONS(3157), - [anon_sym_asm] = ACTIONS(3157), - [anon_sym_AT_LBRACK] = ACTIONS(3157), - [sym___double_quote] = ACTIONS(3157), - [sym___single_quote] = ACTIONS(3157), - [sym___c_double_quote] = ACTIONS(3157), - [sym___c_single_quote] = ACTIONS(3157), - [sym___r_double_quote] = ACTIONS(3157), - [sym___r_single_quote] = ACTIONS(3157), + [sym__expression] = STATE(1921), + [sym__expression_without_blocks] = STATE(2026), + [sym__expression_with_blocks] = STATE(2026), + [sym_inc_expression] = STATE(2026), + [sym_dec_expression] = STATE(2026), + [sym_or_block_expression] = STATE(2026), + [sym_option_propagation_expression] = STATE(2026), + [sym_result_propagation_expression] = STATE(2026), + [sym_anon_struct_value_expression] = STATE(2027), + [sym_go_expression] = STATE(2026), + [sym_spawn_expression] = STATE(2026), + [sym_parenthesized_expression] = STATE(2026), + [sym_call_expression] = STATE(2026), + [sym_type_initializer] = STATE(2027), + [sym_function_literal] = STATE(2026), + [sym_reference_expression] = STATE(1992), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2026), + [sym_receive_expression] = STATE(2026), + [sym_binary_expression] = STATE(2026), + [sym_as_type_cast_expression] = STATE(2026), + [sym__max_group] = STATE(2026), + [sym_literal] = STATE(2026), + [sym_map_init_expression] = STATE(2027), + [sym_array_creation] = STATE(2026), + [sym_fixed_array_creation] = STATE(2026), + [sym_selector_expression] = STATE(2026), + [sym_index_expression] = STATE(2026), + [sym_slice_expression] = STATE(2026), + [sym_if_expression] = STATE(2027), + [sym_compile_time_if_expression] = STATE(2027), + [sym_is_expression] = STATE(2026), + [sym_not_is_expression] = STATE(2026), + [sym_in_expression] = STATE(2026), + [sym_not_in_expression] = STATE(2026), + [sym_enum_fetch] = STATE(2026), + [sym_match_expression] = STATE(2027), + [sym_select_expression] = STATE(2027), + [sym_lock_expression] = STATE(2027), + [sym_unsafe_expression] = STATE(2027), + [sym_sql_expression] = STATE(2027), + [sym_c_string_literal] = STATE(2023), + [sym_raw_string_literal] = STATE(2023), + [sym_interpreted_string_literal] = STATE(2023), + [sym_pseudo_compile_time_identifier] = STATE(2026), + [sym_mutability_modifiers] = STATE(603), + [sym_plain_type] = STATE(4287), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2428), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(797), + [anon_sym_LBRACE] = ACTIONS(2430), + [anon_sym_LPAREN] = ACTIONS(801), + [anon_sym_fn] = ACTIONS(803), + [anon_sym_PLUS] = ACTIONS(2432), + [anon_sym_DASH] = ACTIONS(2432), + [anon_sym_STAR] = ACTIONS(2434), + [anon_sym_struct] = ACTIONS(809), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2436), + [anon_sym_go] = ACTIONS(2438), + [anon_sym_spawn] = ACTIONS(2440), + [anon_sym_json_DOTdecode] = ACTIONS(819), + [anon_sym_LBRACK2] = ACTIONS(2442), + [anon_sym_TILDE] = ACTIONS(2432), + [anon_sym_CARET] = ACTIONS(2432), + [anon_sym_AMP] = ACTIONS(2444), + [anon_sym_LT_DASH] = ACTIONS(2446), + [sym_none] = ACTIONS(827), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_nil] = ACTIONS(827), + [anon_sym_if] = ACTIONS(829), + [anon_sym_DOLLARif] = ACTIONS(831), + [anon_sym_match] = ACTIONS(833), + [anon_sym_select] = ACTIONS(2448), + [anon_sym_lock] = ACTIONS(2450), + [anon_sym_rlock] = ACTIONS(2450), + [anon_sym_unsafe] = ACTIONS(839), + [anon_sym_sql] = ACTIONS(841), + [sym_int_literal] = ACTIONS(827), + [sym_float_literal] = ACTIONS(843), + [sym_rune_literal] = ACTIONS(843), + [anon_sym_AT] = ACTIONS(845), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(847), + [sym___single_quote] = ACTIONS(849), + [sym___c_double_quote] = ACTIONS(851), + [sym___c_single_quote] = ACTIONS(853), + [sym___r_double_quote] = ACTIONS(855), + [sym___r_single_quote] = ACTIONS(857), }, [944] = { - [ts_builtin_sym_end] = ACTIONS(3159), - [sym_identifier] = ACTIONS(3161), - [anon_sym_LF] = ACTIONS(3161), - [anon_sym_CR] = ACTIONS(3161), - [anon_sym_CR_LF] = ACTIONS(3161), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3161), - [anon_sym_as] = ACTIONS(3161), - [anon_sym_LBRACE] = ACTIONS(3161), - [anon_sym_COMMA] = ACTIONS(3161), - [anon_sym_const] = ACTIONS(3161), - [anon_sym_LPAREN] = ACTIONS(3161), - [anon_sym_EQ] = ACTIONS(3161), - [anon_sym___global] = ACTIONS(3161), - [anon_sym_type] = ACTIONS(3161), - [anon_sym_PIPE] = ACTIONS(3161), - [anon_sym_fn] = ACTIONS(3161), - [anon_sym_PLUS] = ACTIONS(3161), - [anon_sym_DASH] = ACTIONS(3161), - [anon_sym_STAR] = ACTIONS(3161), - [anon_sym_SLASH] = ACTIONS(3161), - [anon_sym_PERCENT] = ACTIONS(3161), - [anon_sym_LT] = ACTIONS(3161), - [anon_sym_GT] = ACTIONS(3161), - [anon_sym_EQ_EQ] = ACTIONS(3161), - [anon_sym_BANG_EQ] = ACTIONS(3161), - [anon_sym_LT_EQ] = ACTIONS(3161), - [anon_sym_GT_EQ] = ACTIONS(3161), - [anon_sym_LBRACK] = ACTIONS(3159), - [anon_sym_struct] = ACTIONS(3161), - [anon_sym_union] = ACTIONS(3161), - [anon_sym_pub] = ACTIONS(3161), - [anon_sym_mut] = ACTIONS(3161), - [anon_sym_enum] = ACTIONS(3161), - [anon_sym_interface] = ACTIONS(3161), - [anon_sym_PLUS_PLUS] = ACTIONS(3161), - [anon_sym_DASH_DASH] = ACTIONS(3161), - [anon_sym_QMARK] = ACTIONS(3161), - [anon_sym_BANG] = ACTIONS(3161), - [anon_sym_go] = ACTIONS(3161), - [anon_sym_spawn] = ACTIONS(3161), - [anon_sym_json_DOTdecode] = ACTIONS(3161), - [anon_sym_LBRACK2] = ACTIONS(3161), - [anon_sym_TILDE] = ACTIONS(3161), - [anon_sym_CARET] = ACTIONS(3161), - [anon_sym_AMP] = ACTIONS(3161), - [anon_sym_LT_DASH] = ACTIONS(3161), - [anon_sym_LT_LT] = ACTIONS(3161), - [anon_sym_GT_GT] = ACTIONS(3161), - [anon_sym_GT_GT_GT] = ACTIONS(3161), - [anon_sym_AMP_CARET] = ACTIONS(3161), - [anon_sym_AMP_AMP] = ACTIONS(3161), - [anon_sym_PIPE_PIPE] = ACTIONS(3161), - [anon_sym_or] = ACTIONS(3161), - [sym_none] = ACTIONS(3161), - [sym_true] = ACTIONS(3161), - [sym_false] = ACTIONS(3161), - [sym_nil] = ACTIONS(3161), - [anon_sym_QMARK_DOT] = ACTIONS(3161), - [anon_sym_POUND_LBRACK] = ACTIONS(3161), - [anon_sym_if] = ACTIONS(3161), - [anon_sym_DOLLARif] = ACTIONS(3161), - [anon_sym_is] = ACTIONS(3161), - [anon_sym_BANGis] = ACTIONS(3161), - [anon_sym_in] = ACTIONS(3161), - [anon_sym_BANGin] = ACTIONS(3161), - [anon_sym_match] = ACTIONS(3161), - [anon_sym_select] = ACTIONS(3161), - [anon_sym_STAR_EQ] = ACTIONS(3161), - [anon_sym_SLASH_EQ] = ACTIONS(3161), - [anon_sym_PERCENT_EQ] = ACTIONS(3161), - [anon_sym_LT_LT_EQ] = ACTIONS(3161), - [anon_sym_GT_GT_EQ] = ACTIONS(3161), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3161), - [anon_sym_AMP_EQ] = ACTIONS(3161), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3161), - [anon_sym_PLUS_EQ] = ACTIONS(3161), - [anon_sym_DASH_EQ] = ACTIONS(3161), - [anon_sym_PIPE_EQ] = ACTIONS(3161), - [anon_sym_CARET_EQ] = ACTIONS(3161), - [anon_sym_COLON_EQ] = ACTIONS(3161), - [anon_sym_lock] = ACTIONS(3161), - [anon_sym_rlock] = ACTIONS(3161), - [anon_sym_unsafe] = ACTIONS(3161), - [anon_sym_sql] = ACTIONS(3161), - [sym_int_literal] = ACTIONS(3161), - [sym_float_literal] = ACTIONS(3161), - [sym_rune_literal] = ACTIONS(3161), - [anon_sym_AT] = ACTIONS(3161), - [anon_sym_shared] = ACTIONS(3161), - [anon_sym_map_LBRACK] = ACTIONS(3161), - [anon_sym_chan] = ACTIONS(3161), - [anon_sym_thread] = ACTIONS(3161), - [anon_sym_atomic] = ACTIONS(3161), - [anon_sym_assert] = ACTIONS(3161), - [anon_sym_defer] = ACTIONS(3161), - [anon_sym_goto] = ACTIONS(3161), - [anon_sym_break] = ACTIONS(3161), - [anon_sym_continue] = ACTIONS(3161), - [anon_sym_return] = ACTIONS(3161), - [anon_sym_DOLLARfor] = ACTIONS(3161), - [anon_sym_for] = ACTIONS(3161), - [anon_sym_POUND] = ACTIONS(3161), - [anon_sym_asm] = ACTIONS(3161), - [anon_sym_AT_LBRACK] = ACTIONS(3161), - [sym___double_quote] = ACTIONS(3161), - [sym___single_quote] = ACTIONS(3161), - [sym___c_double_quote] = ACTIONS(3161), - [sym___c_single_quote] = ACTIONS(3161), - [sym___r_double_quote] = ACTIONS(3161), - [sym___r_single_quote] = ACTIONS(3161), + [sym__expression] = STATE(2878), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1306), + [anon_sym_DASH] = ACTIONS(1306), + [anon_sym_STAR] = ACTIONS(1308), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(1312), + [anon_sym_go] = ACTIONS(1314), + [anon_sym_spawn] = ACTIONS(1316), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_CARET] = ACTIONS(1306), + [anon_sym_AMP] = ACTIONS(1322), + [anon_sym_LT_DASH] = ACTIONS(1324), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [945] = { - [ts_builtin_sym_end] = ACTIONS(3163), - [sym_identifier] = ACTIONS(3165), - [anon_sym_LF] = ACTIONS(3165), - [anon_sym_CR] = ACTIONS(3165), - [anon_sym_CR_LF] = ACTIONS(3165), + [ts_builtin_sym_end] = ACTIONS(3189), + [sym_identifier] = ACTIONS(3191), + [anon_sym_LF] = ACTIONS(3191), + [anon_sym_CR] = ACTIONS(3191), + [anon_sym_CR_LF] = ACTIONS(3191), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3165), - [anon_sym_as] = ACTIONS(3165), - [anon_sym_LBRACE] = ACTIONS(3165), - [anon_sym_COMMA] = ACTIONS(3165), - [anon_sym_const] = ACTIONS(3165), - [anon_sym_LPAREN] = ACTIONS(3165), - [anon_sym_EQ] = ACTIONS(3165), - [anon_sym___global] = ACTIONS(3165), - [anon_sym_type] = ACTIONS(3165), - [anon_sym_PIPE] = ACTIONS(3165), - [anon_sym_fn] = ACTIONS(3165), - [anon_sym_PLUS] = ACTIONS(3165), - [anon_sym_DASH] = ACTIONS(3165), - [anon_sym_STAR] = ACTIONS(3165), - [anon_sym_SLASH] = ACTIONS(3165), - [anon_sym_PERCENT] = ACTIONS(3165), - [anon_sym_LT] = ACTIONS(3165), - [anon_sym_GT] = ACTIONS(3165), - [anon_sym_EQ_EQ] = ACTIONS(3165), - [anon_sym_BANG_EQ] = ACTIONS(3165), - [anon_sym_LT_EQ] = ACTIONS(3165), - [anon_sym_GT_EQ] = ACTIONS(3165), - [anon_sym_LBRACK] = ACTIONS(3163), - [anon_sym_struct] = ACTIONS(3165), - [anon_sym_union] = ACTIONS(3165), - [anon_sym_pub] = ACTIONS(3165), - [anon_sym_mut] = ACTIONS(3165), - [anon_sym_enum] = ACTIONS(3165), - [anon_sym_interface] = ACTIONS(3165), - [anon_sym_PLUS_PLUS] = ACTIONS(3165), - [anon_sym_DASH_DASH] = ACTIONS(3165), - [anon_sym_QMARK] = ACTIONS(3165), - [anon_sym_BANG] = ACTIONS(3165), - [anon_sym_go] = ACTIONS(3165), - [anon_sym_spawn] = ACTIONS(3165), - [anon_sym_json_DOTdecode] = ACTIONS(3165), - [anon_sym_LBRACK2] = ACTIONS(3165), - [anon_sym_TILDE] = ACTIONS(3165), - [anon_sym_CARET] = ACTIONS(3165), - [anon_sym_AMP] = ACTIONS(3165), - [anon_sym_LT_DASH] = ACTIONS(3165), - [anon_sym_LT_LT] = ACTIONS(3165), - [anon_sym_GT_GT] = ACTIONS(3165), - [anon_sym_GT_GT_GT] = ACTIONS(3165), - [anon_sym_AMP_CARET] = ACTIONS(3165), - [anon_sym_AMP_AMP] = ACTIONS(3165), - [anon_sym_PIPE_PIPE] = ACTIONS(3165), - [anon_sym_or] = ACTIONS(3165), - [sym_none] = ACTIONS(3165), - [sym_true] = ACTIONS(3165), - [sym_false] = ACTIONS(3165), - [sym_nil] = ACTIONS(3165), - [anon_sym_QMARK_DOT] = ACTIONS(3165), - [anon_sym_POUND_LBRACK] = ACTIONS(3165), - [anon_sym_if] = ACTIONS(3165), - [anon_sym_DOLLARif] = ACTIONS(3165), - [anon_sym_is] = ACTIONS(3165), - [anon_sym_BANGis] = ACTIONS(3165), - [anon_sym_in] = ACTIONS(3165), - [anon_sym_BANGin] = ACTIONS(3165), - [anon_sym_match] = ACTIONS(3165), - [anon_sym_select] = ACTIONS(3165), - [anon_sym_STAR_EQ] = ACTIONS(3165), - [anon_sym_SLASH_EQ] = ACTIONS(3165), - [anon_sym_PERCENT_EQ] = ACTIONS(3165), - [anon_sym_LT_LT_EQ] = ACTIONS(3165), - [anon_sym_GT_GT_EQ] = ACTIONS(3165), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3165), - [anon_sym_AMP_EQ] = ACTIONS(3165), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3165), - [anon_sym_PLUS_EQ] = ACTIONS(3165), - [anon_sym_DASH_EQ] = ACTIONS(3165), - [anon_sym_PIPE_EQ] = ACTIONS(3165), - [anon_sym_CARET_EQ] = ACTIONS(3165), - [anon_sym_COLON_EQ] = ACTIONS(3165), - [anon_sym_lock] = ACTIONS(3165), - [anon_sym_rlock] = ACTIONS(3165), - [anon_sym_unsafe] = ACTIONS(3165), - [anon_sym_sql] = ACTIONS(3165), - [sym_int_literal] = ACTIONS(3165), - [sym_float_literal] = ACTIONS(3165), - [sym_rune_literal] = ACTIONS(3165), - [anon_sym_AT] = ACTIONS(3165), - [anon_sym_shared] = ACTIONS(3165), - [anon_sym_map_LBRACK] = ACTIONS(3165), - [anon_sym_chan] = ACTIONS(3165), - [anon_sym_thread] = ACTIONS(3165), - [anon_sym_atomic] = ACTIONS(3165), - [anon_sym_assert] = ACTIONS(3165), - [anon_sym_defer] = ACTIONS(3165), - [anon_sym_goto] = ACTIONS(3165), - [anon_sym_break] = ACTIONS(3165), - [anon_sym_continue] = ACTIONS(3165), - [anon_sym_return] = ACTIONS(3165), - [anon_sym_DOLLARfor] = ACTIONS(3165), - [anon_sym_for] = ACTIONS(3165), - [anon_sym_POUND] = ACTIONS(3165), - [anon_sym_asm] = ACTIONS(3165), - [anon_sym_AT_LBRACK] = ACTIONS(3165), - [sym___double_quote] = ACTIONS(3165), - [sym___single_quote] = ACTIONS(3165), - [sym___c_double_quote] = ACTIONS(3165), - [sym___c_single_quote] = ACTIONS(3165), - [sym___r_double_quote] = ACTIONS(3165), - [sym___r_single_quote] = ACTIONS(3165), + [anon_sym_DOT] = ACTIONS(3191), + [anon_sym_as] = ACTIONS(3191), + [anon_sym_LBRACE] = ACTIONS(3191), + [anon_sym_COMMA] = ACTIONS(3191), + [anon_sym_const] = ACTIONS(3191), + [anon_sym_LPAREN] = ACTIONS(3191), + [anon_sym_EQ] = ACTIONS(3191), + [anon_sym___global] = ACTIONS(3191), + [anon_sym_type] = ACTIONS(3191), + [anon_sym_PIPE] = ACTIONS(3191), + [anon_sym_fn] = ACTIONS(3191), + [anon_sym_PLUS] = ACTIONS(3191), + [anon_sym_DASH] = ACTIONS(3191), + [anon_sym_STAR] = ACTIONS(3191), + [anon_sym_SLASH] = ACTIONS(3191), + [anon_sym_PERCENT] = ACTIONS(3191), + [anon_sym_LT] = ACTIONS(3191), + [anon_sym_GT] = ACTIONS(3191), + [anon_sym_EQ_EQ] = ACTIONS(3191), + [anon_sym_BANG_EQ] = ACTIONS(3191), + [anon_sym_LT_EQ] = ACTIONS(3191), + [anon_sym_GT_EQ] = ACTIONS(3191), + [anon_sym_LBRACK] = ACTIONS(3189), + [anon_sym_LT2] = ACTIONS(3191), + [anon_sym_struct] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3191), + [anon_sym_pub] = ACTIONS(3191), + [anon_sym_mut] = ACTIONS(3191), + [anon_sym_enum] = ACTIONS(3191), + [anon_sym_interface] = ACTIONS(3191), + [anon_sym_PLUS_PLUS] = ACTIONS(3191), + [anon_sym_DASH_DASH] = ACTIONS(3191), + [anon_sym_QMARK] = ACTIONS(3191), + [anon_sym_BANG] = ACTIONS(3191), + [anon_sym_go] = ACTIONS(3191), + [anon_sym_spawn] = ACTIONS(3191), + [anon_sym_json_DOTdecode] = ACTIONS(3191), + [anon_sym_LBRACK2] = ACTIONS(3191), + [anon_sym_TILDE] = ACTIONS(3191), + [anon_sym_CARET] = ACTIONS(3191), + [anon_sym_AMP] = ACTIONS(3191), + [anon_sym_LT_DASH] = ACTIONS(3191), + [anon_sym_LT_LT] = ACTIONS(3191), + [anon_sym_GT_GT] = ACTIONS(3191), + [anon_sym_GT_GT_GT] = ACTIONS(3191), + [anon_sym_AMP_CARET] = ACTIONS(3191), + [anon_sym_AMP_AMP] = ACTIONS(3191), + [anon_sym_PIPE_PIPE] = ACTIONS(3191), + [anon_sym_or] = ACTIONS(3191), + [sym_none] = ACTIONS(3191), + [sym_true] = ACTIONS(3191), + [sym_false] = ACTIONS(3191), + [sym_nil] = ACTIONS(3191), + [anon_sym_QMARK_DOT] = ACTIONS(3191), + [anon_sym_POUND_LBRACK] = ACTIONS(3191), + [anon_sym_if] = ACTIONS(3191), + [anon_sym_DOLLARif] = ACTIONS(3191), + [anon_sym_is] = ACTIONS(3191), + [anon_sym_BANGis] = ACTIONS(3191), + [anon_sym_in] = ACTIONS(3191), + [anon_sym_BANGin] = ACTIONS(3191), + [anon_sym_match] = ACTIONS(3191), + [anon_sym_select] = ACTIONS(3191), + [anon_sym_STAR_EQ] = ACTIONS(3191), + [anon_sym_SLASH_EQ] = ACTIONS(3191), + [anon_sym_PERCENT_EQ] = ACTIONS(3191), + [anon_sym_LT_LT_EQ] = ACTIONS(3191), + [anon_sym_GT_GT_EQ] = ACTIONS(3191), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3191), + [anon_sym_AMP_EQ] = ACTIONS(3191), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3191), + [anon_sym_PLUS_EQ] = ACTIONS(3191), + [anon_sym_DASH_EQ] = ACTIONS(3191), + [anon_sym_PIPE_EQ] = ACTIONS(3191), + [anon_sym_CARET_EQ] = ACTIONS(3191), + [anon_sym_COLON_EQ] = ACTIONS(3191), + [anon_sym_lock] = ACTIONS(3191), + [anon_sym_rlock] = ACTIONS(3191), + [anon_sym_unsafe] = ACTIONS(3191), + [anon_sym_sql] = ACTIONS(3191), + [sym_int_literal] = ACTIONS(3191), + [sym_float_literal] = ACTIONS(3191), + [sym_rune_literal] = ACTIONS(3191), + [anon_sym_AT] = ACTIONS(3191), + [anon_sym_shared] = ACTIONS(3191), + [anon_sym_map_LBRACK] = ACTIONS(3191), + [anon_sym_chan] = ACTIONS(3191), + [anon_sym_thread] = ACTIONS(3191), + [anon_sym_atomic] = ACTIONS(3191), + [anon_sym_assert] = ACTIONS(3191), + [anon_sym_defer] = ACTIONS(3191), + [anon_sym_goto] = ACTIONS(3191), + [anon_sym_break] = ACTIONS(3191), + [anon_sym_continue] = ACTIONS(3191), + [anon_sym_return] = ACTIONS(3191), + [anon_sym_DOLLARfor] = ACTIONS(3191), + [anon_sym_for] = ACTIONS(3191), + [anon_sym_POUND] = ACTIONS(3191), + [anon_sym_asm] = ACTIONS(3191), + [anon_sym_AT_LBRACK] = ACTIONS(3191), + [sym___double_quote] = ACTIONS(3191), + [sym___single_quote] = ACTIONS(3191), + [sym___c_double_quote] = ACTIONS(3191), + [sym___c_single_quote] = ACTIONS(3191), + [sym___r_double_quote] = ACTIONS(3191), + [sym___r_single_quote] = ACTIONS(3191), }, [946] = { - [ts_builtin_sym_end] = ACTIONS(3027), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LF] = ACTIONS(3029), - [anon_sym_CR] = ACTIONS(3029), - [anon_sym_CR_LF] = ACTIONS(3029), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3029), - [anon_sym_as] = ACTIONS(3029), - [anon_sym_LBRACE] = ACTIONS(3029), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_const] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(3029), - [anon_sym_EQ] = ACTIONS(3029), - [anon_sym___global] = ACTIONS(3029), - [anon_sym_type] = ACTIONS(3029), - [anon_sym_PIPE] = ACTIONS(3029), - [anon_sym_fn] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3029), - [anon_sym_DASH] = ACTIONS(3029), - [anon_sym_STAR] = ACTIONS(3029), - [anon_sym_SLASH] = ACTIONS(3029), - [anon_sym_PERCENT] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3029), - [anon_sym_GT] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3027), - [anon_sym_struct] = ACTIONS(3029), - [anon_sym_union] = ACTIONS(3029), - [anon_sym_pub] = ACTIONS(3029), - [anon_sym_mut] = ACTIONS(3029), - [anon_sym_enum] = ACTIONS(3029), - [anon_sym_interface] = ACTIONS(3029), - [anon_sym_PLUS_PLUS] = ACTIONS(3029), - [anon_sym_DASH_DASH] = ACTIONS(3029), - [anon_sym_QMARK] = ACTIONS(3029), - [anon_sym_BANG] = ACTIONS(3029), - [anon_sym_go] = ACTIONS(3029), - [anon_sym_spawn] = ACTIONS(3029), - [anon_sym_json_DOTdecode] = ACTIONS(3029), - [anon_sym_LBRACK2] = ACTIONS(3029), - [anon_sym_TILDE] = ACTIONS(3029), - [anon_sym_CARET] = ACTIONS(3029), - [anon_sym_AMP] = ACTIONS(3029), - [anon_sym_LT_DASH] = ACTIONS(3029), - [anon_sym_LT_LT] = ACTIONS(3029), - [anon_sym_GT_GT] = ACTIONS(3029), - [anon_sym_GT_GT_GT] = ACTIONS(3029), - [anon_sym_AMP_CARET] = ACTIONS(3029), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_or] = ACTIONS(3029), - [sym_none] = ACTIONS(3029), - [sym_true] = ACTIONS(3029), - [sym_false] = ACTIONS(3029), - [sym_nil] = ACTIONS(3029), - [anon_sym_QMARK_DOT] = ACTIONS(3029), - [anon_sym_POUND_LBRACK] = ACTIONS(3029), - [anon_sym_if] = ACTIONS(3029), - [anon_sym_DOLLARif] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3029), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_in] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_match] = ACTIONS(3029), - [anon_sym_select] = ACTIONS(3029), - [anon_sym_STAR_EQ] = ACTIONS(3029), - [anon_sym_SLASH_EQ] = ACTIONS(3029), - [anon_sym_PERCENT_EQ] = ACTIONS(3029), - [anon_sym_LT_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_GT_EQ] = ACTIONS(3029), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3029), - [anon_sym_AMP_EQ] = ACTIONS(3029), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3029), - [anon_sym_PLUS_EQ] = ACTIONS(3029), - [anon_sym_DASH_EQ] = ACTIONS(3029), - [anon_sym_PIPE_EQ] = ACTIONS(3029), - [anon_sym_CARET_EQ] = ACTIONS(3029), - [anon_sym_COLON_EQ] = ACTIONS(3029), - [anon_sym_lock] = ACTIONS(3029), - [anon_sym_rlock] = ACTIONS(3029), - [anon_sym_unsafe] = ACTIONS(3029), - [anon_sym_sql] = ACTIONS(3029), - [sym_int_literal] = ACTIONS(3029), - [sym_float_literal] = ACTIONS(3029), - [sym_rune_literal] = ACTIONS(3029), - [anon_sym_AT] = ACTIONS(3029), - [anon_sym_shared] = ACTIONS(3029), - [anon_sym_map_LBRACK] = ACTIONS(3029), - [anon_sym_chan] = ACTIONS(3029), - [anon_sym_thread] = ACTIONS(3029), - [anon_sym_atomic] = ACTIONS(3029), - [anon_sym_assert] = ACTIONS(3029), - [anon_sym_defer] = ACTIONS(3029), - [anon_sym_goto] = ACTIONS(3029), - [anon_sym_break] = ACTIONS(3029), - [anon_sym_continue] = ACTIONS(3029), - [anon_sym_return] = ACTIONS(3029), - [anon_sym_DOLLARfor] = ACTIONS(3029), - [anon_sym_for] = ACTIONS(3029), - [anon_sym_POUND] = ACTIONS(3029), - [anon_sym_asm] = ACTIONS(3029), - [anon_sym_AT_LBRACK] = ACTIONS(3029), - [sym___double_quote] = ACTIONS(3029), - [sym___single_quote] = ACTIONS(3029), - [sym___c_double_quote] = ACTIONS(3029), - [sym___c_single_quote] = ACTIONS(3029), - [sym___r_double_quote] = ACTIONS(3029), - [sym___r_single_quote] = ACTIONS(3029), + [sym__expression] = STATE(2668), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [947] = { - [ts_builtin_sym_end] = ACTIONS(3167), - [sym_identifier] = ACTIONS(3169), - [anon_sym_LF] = ACTIONS(3169), - [anon_sym_CR] = ACTIONS(3169), - [anon_sym_CR_LF] = ACTIONS(3169), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3169), - [anon_sym_as] = ACTIONS(3169), - [anon_sym_LBRACE] = ACTIONS(3169), - [anon_sym_COMMA] = ACTIONS(3169), - [anon_sym_const] = ACTIONS(3169), - [anon_sym_LPAREN] = ACTIONS(3169), - [anon_sym_EQ] = ACTIONS(3169), - [anon_sym___global] = ACTIONS(3169), - [anon_sym_type] = ACTIONS(3169), - [anon_sym_PIPE] = ACTIONS(3169), - [anon_sym_fn] = ACTIONS(3169), - [anon_sym_PLUS] = ACTIONS(3169), - [anon_sym_DASH] = ACTIONS(3169), - [anon_sym_STAR] = ACTIONS(3169), - [anon_sym_SLASH] = ACTIONS(3169), - [anon_sym_PERCENT] = ACTIONS(3169), - [anon_sym_LT] = ACTIONS(3169), - [anon_sym_GT] = ACTIONS(3169), - [anon_sym_EQ_EQ] = ACTIONS(3169), - [anon_sym_BANG_EQ] = ACTIONS(3169), - [anon_sym_LT_EQ] = ACTIONS(3169), - [anon_sym_GT_EQ] = ACTIONS(3169), - [anon_sym_LBRACK] = ACTIONS(3167), - [anon_sym_struct] = ACTIONS(3169), - [anon_sym_union] = ACTIONS(3169), - [anon_sym_pub] = ACTIONS(3169), - [anon_sym_mut] = ACTIONS(3169), - [anon_sym_enum] = ACTIONS(3169), - [anon_sym_interface] = ACTIONS(3169), - [anon_sym_PLUS_PLUS] = ACTIONS(3169), - [anon_sym_DASH_DASH] = ACTIONS(3169), - [anon_sym_QMARK] = ACTIONS(3169), - [anon_sym_BANG] = ACTIONS(3169), - [anon_sym_go] = ACTIONS(3169), - [anon_sym_spawn] = ACTIONS(3169), - [anon_sym_json_DOTdecode] = ACTIONS(3169), - [anon_sym_LBRACK2] = ACTIONS(3169), - [anon_sym_TILDE] = ACTIONS(3169), - [anon_sym_CARET] = ACTIONS(3169), - [anon_sym_AMP] = ACTIONS(3169), - [anon_sym_LT_DASH] = ACTIONS(3169), - [anon_sym_LT_LT] = ACTIONS(3169), - [anon_sym_GT_GT] = ACTIONS(3169), - [anon_sym_GT_GT_GT] = ACTIONS(3169), - [anon_sym_AMP_CARET] = ACTIONS(3169), - [anon_sym_AMP_AMP] = ACTIONS(3169), - [anon_sym_PIPE_PIPE] = ACTIONS(3169), - [anon_sym_or] = ACTIONS(3169), - [sym_none] = ACTIONS(3169), - [sym_true] = ACTIONS(3169), - [sym_false] = ACTIONS(3169), - [sym_nil] = ACTIONS(3169), - [anon_sym_QMARK_DOT] = ACTIONS(3169), - [anon_sym_POUND_LBRACK] = ACTIONS(3169), - [anon_sym_if] = ACTIONS(3169), - [anon_sym_DOLLARif] = ACTIONS(3169), - [anon_sym_is] = ACTIONS(3169), - [anon_sym_BANGis] = ACTIONS(3169), - [anon_sym_in] = ACTIONS(3169), - [anon_sym_BANGin] = ACTIONS(3169), - [anon_sym_match] = ACTIONS(3169), - [anon_sym_select] = ACTIONS(3169), - [anon_sym_STAR_EQ] = ACTIONS(3169), - [anon_sym_SLASH_EQ] = ACTIONS(3169), - [anon_sym_PERCENT_EQ] = ACTIONS(3169), - [anon_sym_LT_LT_EQ] = ACTIONS(3169), - [anon_sym_GT_GT_EQ] = ACTIONS(3169), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3169), - [anon_sym_AMP_EQ] = ACTIONS(3169), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3169), - [anon_sym_PLUS_EQ] = ACTIONS(3169), - [anon_sym_DASH_EQ] = ACTIONS(3169), - [anon_sym_PIPE_EQ] = ACTIONS(3169), - [anon_sym_CARET_EQ] = ACTIONS(3169), - [anon_sym_COLON_EQ] = ACTIONS(3169), - [anon_sym_lock] = ACTIONS(3169), - [anon_sym_rlock] = ACTIONS(3169), - [anon_sym_unsafe] = ACTIONS(3169), - [anon_sym_sql] = ACTIONS(3169), - [sym_int_literal] = ACTIONS(3169), - [sym_float_literal] = ACTIONS(3169), - [sym_rune_literal] = ACTIONS(3169), - [anon_sym_AT] = ACTIONS(3169), - [anon_sym_shared] = ACTIONS(3169), - [anon_sym_map_LBRACK] = ACTIONS(3169), - [anon_sym_chan] = ACTIONS(3169), - [anon_sym_thread] = ACTIONS(3169), - [anon_sym_atomic] = ACTIONS(3169), - [anon_sym_assert] = ACTIONS(3169), - [anon_sym_defer] = ACTIONS(3169), - [anon_sym_goto] = ACTIONS(3169), - [anon_sym_break] = ACTIONS(3169), - [anon_sym_continue] = ACTIONS(3169), - [anon_sym_return] = ACTIONS(3169), - [anon_sym_DOLLARfor] = ACTIONS(3169), - [anon_sym_for] = ACTIONS(3169), - [anon_sym_POUND] = ACTIONS(3169), - [anon_sym_asm] = ACTIONS(3169), - [anon_sym_AT_LBRACK] = ACTIONS(3169), - [sym___double_quote] = ACTIONS(3169), - [sym___single_quote] = ACTIONS(3169), - [sym___c_double_quote] = ACTIONS(3169), - [sym___c_single_quote] = ACTIONS(3169), - [sym___r_double_quote] = ACTIONS(3169), - [sym___r_single_quote] = ACTIONS(3169), + [sym__expression] = STATE(2743), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2392), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_go] = ACTIONS(2398), + [anon_sym_spawn] = ACTIONS(2400), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1712), + [anon_sym_TILDE] = ACTIONS(2392), + [anon_sym_CARET] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2402), + [anon_sym_LT_DASH] = ACTIONS(2404), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(2406), + [anon_sym_lock] = ACTIONS(2408), + [anon_sym_rlock] = ACTIONS(2408), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [948] = { - [ts_builtin_sym_end] = ACTIONS(3171), - [sym_identifier] = ACTIONS(3173), - [anon_sym_LF] = ACTIONS(3173), - [anon_sym_CR] = ACTIONS(3173), - [anon_sym_CR_LF] = ACTIONS(3173), + [ts_builtin_sym_end] = ACTIONS(2961), + [sym_identifier] = ACTIONS(2963), + [anon_sym_LF] = ACTIONS(2963), + [anon_sym_CR] = ACTIONS(2963), + [anon_sym_CR_LF] = ACTIONS(2963), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3173), - [anon_sym_as] = ACTIONS(3173), - [anon_sym_LBRACE] = ACTIONS(3173), - [anon_sym_COMMA] = ACTIONS(3173), - [anon_sym_const] = ACTIONS(3173), - [anon_sym_LPAREN] = ACTIONS(3173), - [anon_sym_EQ] = ACTIONS(3173), - [anon_sym___global] = ACTIONS(3173), - [anon_sym_type] = ACTIONS(3173), - [anon_sym_PIPE] = ACTIONS(3173), - [anon_sym_fn] = ACTIONS(3173), - [anon_sym_PLUS] = ACTIONS(3173), - [anon_sym_DASH] = ACTIONS(3173), - [anon_sym_STAR] = ACTIONS(3173), - [anon_sym_SLASH] = ACTIONS(3173), - [anon_sym_PERCENT] = ACTIONS(3173), - [anon_sym_LT] = ACTIONS(3173), - [anon_sym_GT] = ACTIONS(3173), - [anon_sym_EQ_EQ] = ACTIONS(3173), - [anon_sym_BANG_EQ] = ACTIONS(3173), - [anon_sym_LT_EQ] = ACTIONS(3173), - [anon_sym_GT_EQ] = ACTIONS(3173), - [anon_sym_LBRACK] = ACTIONS(3171), - [anon_sym_struct] = ACTIONS(3173), - [anon_sym_union] = ACTIONS(3173), - [anon_sym_pub] = ACTIONS(3173), - [anon_sym_mut] = ACTIONS(3173), - [anon_sym_enum] = ACTIONS(3173), - [anon_sym_interface] = ACTIONS(3173), - [anon_sym_PLUS_PLUS] = ACTIONS(3173), - [anon_sym_DASH_DASH] = ACTIONS(3173), - [anon_sym_QMARK] = ACTIONS(3173), - [anon_sym_BANG] = ACTIONS(3173), - [anon_sym_go] = ACTIONS(3173), - [anon_sym_spawn] = ACTIONS(3173), - [anon_sym_json_DOTdecode] = ACTIONS(3173), - [anon_sym_LBRACK2] = ACTIONS(3173), - [anon_sym_TILDE] = ACTIONS(3173), - [anon_sym_CARET] = ACTIONS(3173), - [anon_sym_AMP] = ACTIONS(3173), - [anon_sym_LT_DASH] = ACTIONS(3173), - [anon_sym_LT_LT] = ACTIONS(3173), - [anon_sym_GT_GT] = ACTIONS(3173), - [anon_sym_GT_GT_GT] = ACTIONS(3173), - [anon_sym_AMP_CARET] = ACTIONS(3173), - [anon_sym_AMP_AMP] = ACTIONS(3173), - [anon_sym_PIPE_PIPE] = ACTIONS(3173), - [anon_sym_or] = ACTIONS(3173), - [sym_none] = ACTIONS(3173), - [sym_true] = ACTIONS(3173), - [sym_false] = ACTIONS(3173), - [sym_nil] = ACTIONS(3173), - [anon_sym_QMARK_DOT] = ACTIONS(3173), - [anon_sym_POUND_LBRACK] = ACTIONS(3173), - [anon_sym_if] = ACTIONS(3173), - [anon_sym_DOLLARif] = ACTIONS(3173), - [anon_sym_is] = ACTIONS(3173), - [anon_sym_BANGis] = ACTIONS(3173), - [anon_sym_in] = ACTIONS(3173), - [anon_sym_BANGin] = ACTIONS(3173), - [anon_sym_match] = ACTIONS(3173), - [anon_sym_select] = ACTIONS(3173), - [anon_sym_STAR_EQ] = ACTIONS(3173), - [anon_sym_SLASH_EQ] = ACTIONS(3173), - [anon_sym_PERCENT_EQ] = ACTIONS(3173), - [anon_sym_LT_LT_EQ] = ACTIONS(3173), - [anon_sym_GT_GT_EQ] = ACTIONS(3173), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3173), - [anon_sym_AMP_EQ] = ACTIONS(3173), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3173), - [anon_sym_PLUS_EQ] = ACTIONS(3173), - [anon_sym_DASH_EQ] = ACTIONS(3173), - [anon_sym_PIPE_EQ] = ACTIONS(3173), - [anon_sym_CARET_EQ] = ACTIONS(3173), - [anon_sym_COLON_EQ] = ACTIONS(3173), - [anon_sym_lock] = ACTIONS(3173), - [anon_sym_rlock] = ACTIONS(3173), - [anon_sym_unsafe] = ACTIONS(3173), - [anon_sym_sql] = ACTIONS(3173), - [sym_int_literal] = ACTIONS(3173), - [sym_float_literal] = ACTIONS(3173), - [sym_rune_literal] = ACTIONS(3173), - [anon_sym_AT] = ACTIONS(3173), - [anon_sym_shared] = ACTIONS(3173), - [anon_sym_map_LBRACK] = ACTIONS(3173), - [anon_sym_chan] = ACTIONS(3173), - [anon_sym_thread] = ACTIONS(3173), - [anon_sym_atomic] = ACTIONS(3173), - [anon_sym_assert] = ACTIONS(3173), - [anon_sym_defer] = ACTIONS(3173), - [anon_sym_goto] = ACTIONS(3173), - [anon_sym_break] = ACTIONS(3173), - [anon_sym_continue] = ACTIONS(3173), - [anon_sym_return] = ACTIONS(3173), - [anon_sym_DOLLARfor] = ACTIONS(3173), - [anon_sym_for] = ACTIONS(3173), - [anon_sym_POUND] = ACTIONS(3173), - [anon_sym_asm] = ACTIONS(3173), - [anon_sym_AT_LBRACK] = ACTIONS(3173), - [sym___double_quote] = ACTIONS(3173), - [sym___single_quote] = ACTIONS(3173), - [sym___c_double_quote] = ACTIONS(3173), - [sym___c_single_quote] = ACTIONS(3173), - [sym___r_double_quote] = ACTIONS(3173), - [sym___r_single_quote] = ACTIONS(3173), + [anon_sym_DOT] = ACTIONS(2965), + [anon_sym_as] = ACTIONS(2965), + [anon_sym_LBRACE] = ACTIONS(2963), + [anon_sym_COMMA] = ACTIONS(2963), + [anon_sym_const] = ACTIONS(2963), + [anon_sym_LPAREN] = ACTIONS(2965), + [anon_sym_EQ] = ACTIONS(2963), + [anon_sym___global] = ACTIONS(2963), + [anon_sym_type] = ACTIONS(2963), + [anon_sym_PIPE] = ACTIONS(2965), + [anon_sym_fn] = ACTIONS(2963), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2965), + [anon_sym_SLASH] = ACTIONS(2965), + [anon_sym_PERCENT] = ACTIONS(2965), + [anon_sym_LT] = ACTIONS(2965), + [anon_sym_GT] = ACTIONS(2965), + [anon_sym_EQ_EQ] = ACTIONS(2965), + [anon_sym_BANG_EQ] = ACTIONS(2965), + [anon_sym_LT_EQ] = ACTIONS(2965), + [anon_sym_GT_EQ] = ACTIONS(2965), + [anon_sym_LBRACK] = ACTIONS(2968), + [anon_sym_LT2] = ACTIONS(2965), + [anon_sym_struct] = ACTIONS(2963), + [anon_sym_union] = ACTIONS(2963), + [anon_sym_pub] = ACTIONS(2963), + [anon_sym_mut] = ACTIONS(2963), + [anon_sym_enum] = ACTIONS(2963), + [anon_sym_interface] = ACTIONS(2963), + [anon_sym_PLUS_PLUS] = ACTIONS(2965), + [anon_sym_DASH_DASH] = ACTIONS(2965), + [anon_sym_QMARK] = ACTIONS(2965), + [anon_sym_BANG] = ACTIONS(2965), + [anon_sym_go] = ACTIONS(2963), + [anon_sym_spawn] = ACTIONS(2963), + [anon_sym_json_DOTdecode] = ACTIONS(2963), + [anon_sym_LBRACK2] = ACTIONS(2965), + [anon_sym_TILDE] = ACTIONS(2963), + [anon_sym_CARET] = ACTIONS(2965), + [anon_sym_AMP] = ACTIONS(2965), + [anon_sym_LT_DASH] = ACTIONS(2963), + [anon_sym_LT_LT] = ACTIONS(2965), + [anon_sym_GT_GT] = ACTIONS(2965), + [anon_sym_GT_GT_GT] = ACTIONS(2965), + [anon_sym_AMP_CARET] = ACTIONS(2965), + [anon_sym_AMP_AMP] = ACTIONS(2965), + [anon_sym_PIPE_PIPE] = ACTIONS(2965), + [anon_sym_or] = ACTIONS(2965), + [sym_none] = ACTIONS(2963), + [sym_true] = ACTIONS(2963), + [sym_false] = ACTIONS(2963), + [sym_nil] = ACTIONS(2963), + [anon_sym_QMARK_DOT] = ACTIONS(2965), + [anon_sym_POUND_LBRACK] = ACTIONS(2965), + [anon_sym_if] = ACTIONS(2963), + [anon_sym_DOLLARif] = ACTIONS(2963), + [anon_sym_is] = ACTIONS(2965), + [anon_sym_BANGis] = ACTIONS(2965), + [anon_sym_in] = ACTIONS(2965), + [anon_sym_BANGin] = ACTIONS(2965), + [anon_sym_match] = ACTIONS(2963), + [anon_sym_select] = ACTIONS(2963), + [anon_sym_STAR_EQ] = ACTIONS(2963), + [anon_sym_SLASH_EQ] = ACTIONS(2963), + [anon_sym_PERCENT_EQ] = ACTIONS(2963), + [anon_sym_LT_LT_EQ] = ACTIONS(2963), + [anon_sym_GT_GT_EQ] = ACTIONS(2963), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(2963), + [anon_sym_AMP_EQ] = ACTIONS(2963), + [anon_sym_AMP_CARET_EQ] = ACTIONS(2963), + [anon_sym_PLUS_EQ] = ACTIONS(2963), + [anon_sym_DASH_EQ] = ACTIONS(2963), + [anon_sym_PIPE_EQ] = ACTIONS(2963), + [anon_sym_CARET_EQ] = ACTIONS(2963), + [anon_sym_COLON_EQ] = ACTIONS(2963), + [anon_sym_lock] = ACTIONS(2963), + [anon_sym_rlock] = ACTIONS(2963), + [anon_sym_unsafe] = ACTIONS(2963), + [anon_sym_sql] = ACTIONS(2963), + [sym_int_literal] = ACTIONS(2963), + [sym_float_literal] = ACTIONS(2963), + [sym_rune_literal] = ACTIONS(2963), + [anon_sym_AT] = ACTIONS(2963), + [anon_sym_shared] = ACTIONS(2963), + [anon_sym_map_LBRACK] = ACTIONS(2963), + [anon_sym_chan] = ACTIONS(2963), + [anon_sym_thread] = ACTIONS(2963), + [anon_sym_atomic] = ACTIONS(2963), + [anon_sym_assert] = ACTIONS(2963), + [anon_sym_defer] = ACTIONS(2963), + [anon_sym_goto] = ACTIONS(2963), + [anon_sym_break] = ACTIONS(2963), + [anon_sym_continue] = ACTIONS(2963), + [anon_sym_return] = ACTIONS(2963), + [anon_sym_DOLLARfor] = ACTIONS(2963), + [anon_sym_for] = ACTIONS(2963), + [anon_sym_POUND] = ACTIONS(2963), + [anon_sym_asm] = ACTIONS(2963), + [anon_sym_AT_LBRACK] = ACTIONS(2963), + [sym___double_quote] = ACTIONS(2963), + [sym___single_quote] = ACTIONS(2963), + [sym___c_double_quote] = ACTIONS(2963), + [sym___c_single_quote] = ACTIONS(2963), + [sym___r_double_quote] = ACTIONS(2963), + [sym___r_single_quote] = ACTIONS(2963), }, [949] = { - [ts_builtin_sym_end] = ACTIONS(2947), - [sym_identifier] = ACTIONS(2949), - [anon_sym_LF] = ACTIONS(2949), - [anon_sym_CR] = ACTIONS(2949), - [anon_sym_CR_LF] = ACTIONS(2949), + [ts_builtin_sym_end] = ACTIONS(3193), + [sym_identifier] = ACTIONS(3195), + [anon_sym_LF] = ACTIONS(3195), + [anon_sym_CR] = ACTIONS(3195), + [anon_sym_CR_LF] = ACTIONS(3195), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2951), - [anon_sym_as] = ACTIONS(2951), - [anon_sym_LBRACE] = ACTIONS(2949), - [anon_sym_COMMA] = ACTIONS(2949), - [anon_sym_const] = ACTIONS(2949), - [anon_sym_LPAREN] = ACTIONS(2951), - [anon_sym_EQ] = ACTIONS(2949), - [anon_sym___global] = ACTIONS(2949), - [anon_sym_type] = ACTIONS(2949), - [anon_sym_PIPE] = ACTIONS(2951), - [anon_sym_fn] = ACTIONS(2949), - [anon_sym_PLUS] = ACTIONS(2951), - [anon_sym_DASH] = ACTIONS(2951), - [anon_sym_STAR] = ACTIONS(2951), - [anon_sym_SLASH] = ACTIONS(2951), - [anon_sym_PERCENT] = ACTIONS(2951), - [anon_sym_LT] = ACTIONS(2951), - [anon_sym_GT] = ACTIONS(2951), - [anon_sym_EQ_EQ] = ACTIONS(2951), - [anon_sym_BANG_EQ] = ACTIONS(2951), - [anon_sym_LT_EQ] = ACTIONS(2951), - [anon_sym_GT_EQ] = ACTIONS(2951), - [anon_sym_LBRACK] = ACTIONS(2954), - [anon_sym_struct] = ACTIONS(2949), - [anon_sym_union] = ACTIONS(2949), - [anon_sym_pub] = ACTIONS(2949), - [anon_sym_mut] = ACTIONS(2949), - [anon_sym_enum] = ACTIONS(2949), - [anon_sym_interface] = ACTIONS(2949), - [anon_sym_PLUS_PLUS] = ACTIONS(2951), - [anon_sym_DASH_DASH] = ACTIONS(2951), - [anon_sym_QMARK] = ACTIONS(2951), - [anon_sym_BANG] = ACTIONS(2951), - [anon_sym_go] = ACTIONS(2949), - [anon_sym_spawn] = ACTIONS(2949), - [anon_sym_json_DOTdecode] = ACTIONS(2949), - [anon_sym_LBRACK2] = ACTIONS(2951), - [anon_sym_TILDE] = ACTIONS(2949), - [anon_sym_CARET] = ACTIONS(2951), - [anon_sym_AMP] = ACTIONS(2951), - [anon_sym_LT_DASH] = ACTIONS(2949), - [anon_sym_LT_LT] = ACTIONS(2951), - [anon_sym_GT_GT] = ACTIONS(2951), - [anon_sym_GT_GT_GT] = ACTIONS(2951), - [anon_sym_AMP_CARET] = ACTIONS(2951), - [anon_sym_AMP_AMP] = ACTIONS(2951), - [anon_sym_PIPE_PIPE] = ACTIONS(2951), - [anon_sym_or] = ACTIONS(2951), - [sym_none] = ACTIONS(2949), - [sym_true] = ACTIONS(2949), - [sym_false] = ACTIONS(2949), - [sym_nil] = ACTIONS(2949), - [anon_sym_QMARK_DOT] = ACTIONS(2951), - [anon_sym_POUND_LBRACK] = ACTIONS(2951), - [anon_sym_if] = ACTIONS(2949), - [anon_sym_DOLLARif] = ACTIONS(2949), - [anon_sym_is] = ACTIONS(2951), - [anon_sym_BANGis] = ACTIONS(2951), - [anon_sym_in] = ACTIONS(2951), - [anon_sym_BANGin] = ACTIONS(2951), - [anon_sym_match] = ACTIONS(2949), - [anon_sym_select] = ACTIONS(2949), - [anon_sym_STAR_EQ] = ACTIONS(2949), - [anon_sym_SLASH_EQ] = ACTIONS(2949), - [anon_sym_PERCENT_EQ] = ACTIONS(2949), - [anon_sym_LT_LT_EQ] = ACTIONS(2949), - [anon_sym_GT_GT_EQ] = ACTIONS(2949), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2949), - [anon_sym_AMP_EQ] = ACTIONS(2949), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2949), - [anon_sym_PLUS_EQ] = ACTIONS(2949), - [anon_sym_DASH_EQ] = ACTIONS(2949), - [anon_sym_PIPE_EQ] = ACTIONS(2949), - [anon_sym_CARET_EQ] = ACTIONS(2949), - [anon_sym_COLON_EQ] = ACTIONS(2949), - [anon_sym_lock] = ACTIONS(2949), - [anon_sym_rlock] = ACTIONS(2949), - [anon_sym_unsafe] = ACTIONS(2949), - [anon_sym_sql] = ACTIONS(2949), - [sym_int_literal] = ACTIONS(2949), - [sym_float_literal] = ACTIONS(2949), - [sym_rune_literal] = ACTIONS(2949), - [anon_sym_AT] = ACTIONS(2949), - [anon_sym_shared] = ACTIONS(2949), - [anon_sym_map_LBRACK] = ACTIONS(2949), - [anon_sym_chan] = ACTIONS(2949), - [anon_sym_thread] = ACTIONS(2949), - [anon_sym_atomic] = ACTIONS(2949), - [anon_sym_assert] = ACTIONS(2949), - [anon_sym_defer] = ACTIONS(2949), - [anon_sym_goto] = ACTIONS(2949), - [anon_sym_break] = ACTIONS(2949), - [anon_sym_continue] = ACTIONS(2949), - [anon_sym_return] = ACTIONS(2949), - [anon_sym_DOLLARfor] = ACTIONS(2949), - [anon_sym_for] = ACTIONS(2949), - [anon_sym_POUND] = ACTIONS(2949), - [anon_sym_asm] = ACTIONS(2949), - [anon_sym_AT_LBRACK] = ACTIONS(2949), - [sym___double_quote] = ACTIONS(2949), - [sym___single_quote] = ACTIONS(2949), - [sym___c_double_quote] = ACTIONS(2949), - [sym___c_single_quote] = ACTIONS(2949), - [sym___r_double_quote] = ACTIONS(2949), - [sym___r_single_quote] = ACTIONS(2949), + [anon_sym_DOT] = ACTIONS(3195), + [anon_sym_as] = ACTIONS(3195), + [anon_sym_LBRACE] = ACTIONS(3195), + [anon_sym_COMMA] = ACTIONS(3195), + [anon_sym_const] = ACTIONS(3195), + [anon_sym_LPAREN] = ACTIONS(3195), + [anon_sym_EQ] = ACTIONS(3195), + [anon_sym___global] = ACTIONS(3195), + [anon_sym_type] = ACTIONS(3195), + [anon_sym_PIPE] = ACTIONS(3195), + [anon_sym_fn] = ACTIONS(3195), + [anon_sym_PLUS] = ACTIONS(3195), + [anon_sym_DASH] = ACTIONS(3195), + [anon_sym_STAR] = ACTIONS(3195), + [anon_sym_SLASH] = ACTIONS(3195), + [anon_sym_PERCENT] = ACTIONS(3195), + [anon_sym_LT] = ACTIONS(3195), + [anon_sym_GT] = ACTIONS(3195), + [anon_sym_EQ_EQ] = ACTIONS(3195), + [anon_sym_BANG_EQ] = ACTIONS(3195), + [anon_sym_LT_EQ] = ACTIONS(3195), + [anon_sym_GT_EQ] = ACTIONS(3195), + [anon_sym_LBRACK] = ACTIONS(3193), + [anon_sym_LT2] = ACTIONS(3195), + [anon_sym_struct] = ACTIONS(3195), + [anon_sym_union] = ACTIONS(3195), + [anon_sym_pub] = ACTIONS(3195), + [anon_sym_mut] = ACTIONS(3195), + [anon_sym_enum] = ACTIONS(3195), + [anon_sym_interface] = ACTIONS(3195), + [anon_sym_PLUS_PLUS] = ACTIONS(3195), + [anon_sym_DASH_DASH] = ACTIONS(3195), + [anon_sym_QMARK] = ACTIONS(3195), + [anon_sym_BANG] = ACTIONS(3195), + [anon_sym_go] = ACTIONS(3195), + [anon_sym_spawn] = ACTIONS(3195), + [anon_sym_json_DOTdecode] = ACTIONS(3195), + [anon_sym_LBRACK2] = ACTIONS(3195), + [anon_sym_TILDE] = ACTIONS(3195), + [anon_sym_CARET] = ACTIONS(3195), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_LT_DASH] = ACTIONS(3195), + [anon_sym_LT_LT] = ACTIONS(3195), + [anon_sym_GT_GT] = ACTIONS(3195), + [anon_sym_GT_GT_GT] = ACTIONS(3195), + [anon_sym_AMP_CARET] = ACTIONS(3195), + [anon_sym_AMP_AMP] = ACTIONS(3195), + [anon_sym_PIPE_PIPE] = ACTIONS(3195), + [anon_sym_or] = ACTIONS(3195), + [sym_none] = ACTIONS(3195), + [sym_true] = ACTIONS(3195), + [sym_false] = ACTIONS(3195), + [sym_nil] = ACTIONS(3195), + [anon_sym_QMARK_DOT] = ACTIONS(3195), + [anon_sym_POUND_LBRACK] = ACTIONS(3195), + [anon_sym_if] = ACTIONS(3195), + [anon_sym_DOLLARif] = ACTIONS(3195), + [anon_sym_is] = ACTIONS(3195), + [anon_sym_BANGis] = ACTIONS(3195), + [anon_sym_in] = ACTIONS(3195), + [anon_sym_BANGin] = ACTIONS(3195), + [anon_sym_match] = ACTIONS(3195), + [anon_sym_select] = ACTIONS(3195), + [anon_sym_STAR_EQ] = ACTIONS(3195), + [anon_sym_SLASH_EQ] = ACTIONS(3195), + [anon_sym_PERCENT_EQ] = ACTIONS(3195), + [anon_sym_LT_LT_EQ] = ACTIONS(3195), + [anon_sym_GT_GT_EQ] = ACTIONS(3195), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3195), + [anon_sym_AMP_EQ] = ACTIONS(3195), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3195), + [anon_sym_PLUS_EQ] = ACTIONS(3195), + [anon_sym_DASH_EQ] = ACTIONS(3195), + [anon_sym_PIPE_EQ] = ACTIONS(3195), + [anon_sym_CARET_EQ] = ACTIONS(3195), + [anon_sym_COLON_EQ] = ACTIONS(3195), + [anon_sym_lock] = ACTIONS(3195), + [anon_sym_rlock] = ACTIONS(3195), + [anon_sym_unsafe] = ACTIONS(3195), + [anon_sym_sql] = ACTIONS(3195), + [sym_int_literal] = ACTIONS(3195), + [sym_float_literal] = ACTIONS(3195), + [sym_rune_literal] = ACTIONS(3195), + [anon_sym_AT] = ACTIONS(3195), + [anon_sym_shared] = ACTIONS(3195), + [anon_sym_map_LBRACK] = ACTIONS(3195), + [anon_sym_chan] = ACTIONS(3195), + [anon_sym_thread] = ACTIONS(3195), + [anon_sym_atomic] = ACTIONS(3195), + [anon_sym_assert] = ACTIONS(3195), + [anon_sym_defer] = ACTIONS(3195), + [anon_sym_goto] = ACTIONS(3195), + [anon_sym_break] = ACTIONS(3195), + [anon_sym_continue] = ACTIONS(3195), + [anon_sym_return] = ACTIONS(3195), + [anon_sym_DOLLARfor] = ACTIONS(3195), + [anon_sym_for] = ACTIONS(3195), + [anon_sym_POUND] = ACTIONS(3195), + [anon_sym_asm] = ACTIONS(3195), + [anon_sym_AT_LBRACK] = ACTIONS(3195), + [sym___double_quote] = ACTIONS(3195), + [sym___single_quote] = ACTIONS(3195), + [sym___c_double_quote] = ACTIONS(3195), + [sym___c_single_quote] = ACTIONS(3195), + [sym___r_double_quote] = ACTIONS(3195), + [sym___r_single_quote] = ACTIONS(3195), }, [950] = { - [ts_builtin_sym_end] = ACTIONS(2969), - [sym_identifier] = ACTIONS(2971), - [anon_sym_LF] = ACTIONS(2971), - [anon_sym_CR] = ACTIONS(2971), - [anon_sym_CR_LF] = ACTIONS(2971), + [ts_builtin_sym_end] = ACTIONS(3197), + [sym_identifier] = ACTIONS(3199), + [anon_sym_LF] = ACTIONS(3199), + [anon_sym_CR] = ACTIONS(3199), + [anon_sym_CR_LF] = ACTIONS(3199), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2973), - [anon_sym_as] = ACTIONS(2973), - [anon_sym_LBRACE] = ACTIONS(2971), - [anon_sym_COMMA] = ACTIONS(2971), - [anon_sym_const] = ACTIONS(2971), - [anon_sym_LPAREN] = ACTIONS(2973), - [anon_sym_EQ] = ACTIONS(2971), - [anon_sym___global] = ACTIONS(2971), - [anon_sym_type] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(2973), - [anon_sym_fn] = ACTIONS(2971), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2973), - [anon_sym_SLASH] = ACTIONS(2973), - [anon_sym_PERCENT] = ACTIONS(2973), - [anon_sym_LT] = ACTIONS(2973), - [anon_sym_GT] = ACTIONS(2973), - [anon_sym_EQ_EQ] = ACTIONS(2973), - [anon_sym_BANG_EQ] = ACTIONS(2973), - [anon_sym_LT_EQ] = ACTIONS(2973), - [anon_sym_GT_EQ] = ACTIONS(2973), - [anon_sym_LBRACK] = ACTIONS(2976), - [anon_sym_struct] = ACTIONS(2971), - [anon_sym_union] = ACTIONS(2971), - [anon_sym_pub] = ACTIONS(2971), - [anon_sym_mut] = ACTIONS(2971), - [anon_sym_enum] = ACTIONS(2971), - [anon_sym_interface] = ACTIONS(2971), - [anon_sym_PLUS_PLUS] = ACTIONS(2973), - [anon_sym_DASH_DASH] = ACTIONS(2973), - [anon_sym_QMARK] = ACTIONS(2973), - [anon_sym_BANG] = ACTIONS(2973), - [anon_sym_go] = ACTIONS(2971), - [anon_sym_spawn] = ACTIONS(2971), - [anon_sym_json_DOTdecode] = ACTIONS(2971), - [anon_sym_LBRACK2] = ACTIONS(2973), - [anon_sym_TILDE] = ACTIONS(2971), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2973), - [anon_sym_LT_DASH] = ACTIONS(2971), - [anon_sym_LT_LT] = ACTIONS(2973), - [anon_sym_GT_GT] = ACTIONS(2973), - [anon_sym_GT_GT_GT] = ACTIONS(2973), - [anon_sym_AMP_CARET] = ACTIONS(2973), - [anon_sym_AMP_AMP] = ACTIONS(2973), - [anon_sym_PIPE_PIPE] = ACTIONS(2973), - [anon_sym_or] = ACTIONS(2973), - [sym_none] = ACTIONS(2971), - [sym_true] = ACTIONS(2971), - [sym_false] = ACTIONS(2971), - [sym_nil] = ACTIONS(2971), - [anon_sym_QMARK_DOT] = ACTIONS(2973), - [anon_sym_POUND_LBRACK] = ACTIONS(2973), - [anon_sym_if] = ACTIONS(2971), - [anon_sym_DOLLARif] = ACTIONS(2971), - [anon_sym_is] = ACTIONS(2973), - [anon_sym_BANGis] = ACTIONS(2973), - [anon_sym_in] = ACTIONS(2973), - [anon_sym_BANGin] = ACTIONS(2973), - [anon_sym_match] = ACTIONS(2971), - [anon_sym_select] = ACTIONS(2971), - [anon_sym_STAR_EQ] = ACTIONS(2971), - [anon_sym_SLASH_EQ] = ACTIONS(2971), - [anon_sym_PERCENT_EQ] = ACTIONS(2971), - [anon_sym_LT_LT_EQ] = ACTIONS(2971), - [anon_sym_GT_GT_EQ] = ACTIONS(2971), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(2971), - [anon_sym_AMP_EQ] = ACTIONS(2971), - [anon_sym_AMP_CARET_EQ] = ACTIONS(2971), - [anon_sym_PLUS_EQ] = ACTIONS(2971), - [anon_sym_DASH_EQ] = ACTIONS(2971), - [anon_sym_PIPE_EQ] = ACTIONS(2971), - [anon_sym_CARET_EQ] = ACTIONS(2971), - [anon_sym_COLON_EQ] = ACTIONS(2971), - [anon_sym_lock] = ACTIONS(2971), - [anon_sym_rlock] = ACTIONS(2971), - [anon_sym_unsafe] = ACTIONS(2971), - [anon_sym_sql] = ACTIONS(2971), - [sym_int_literal] = ACTIONS(2971), - [sym_float_literal] = ACTIONS(2971), - [sym_rune_literal] = ACTIONS(2971), - [anon_sym_AT] = ACTIONS(2971), - [anon_sym_shared] = ACTIONS(2971), - [anon_sym_map_LBRACK] = ACTIONS(2971), - [anon_sym_chan] = ACTIONS(2971), - [anon_sym_thread] = ACTIONS(2971), - [anon_sym_atomic] = ACTIONS(2971), - [anon_sym_assert] = ACTIONS(2971), - [anon_sym_defer] = ACTIONS(2971), - [anon_sym_goto] = ACTIONS(2971), - [anon_sym_break] = ACTIONS(2971), - [anon_sym_continue] = ACTIONS(2971), - [anon_sym_return] = ACTIONS(2971), - [anon_sym_DOLLARfor] = ACTIONS(2971), - [anon_sym_for] = ACTIONS(2971), - [anon_sym_POUND] = ACTIONS(2971), - [anon_sym_asm] = ACTIONS(2971), - [anon_sym_AT_LBRACK] = ACTIONS(2971), - [sym___double_quote] = ACTIONS(2971), - [sym___single_quote] = ACTIONS(2971), - [sym___c_double_quote] = ACTIONS(2971), - [sym___c_single_quote] = ACTIONS(2971), - [sym___r_double_quote] = ACTIONS(2971), - [sym___r_single_quote] = ACTIONS(2971), + [anon_sym_DOT] = ACTIONS(3199), + [anon_sym_as] = ACTIONS(3199), + [anon_sym_LBRACE] = ACTIONS(3199), + [anon_sym_COMMA] = ACTIONS(3199), + [anon_sym_const] = ACTIONS(3199), + [anon_sym_LPAREN] = ACTIONS(3199), + [anon_sym_EQ] = ACTIONS(3199), + [anon_sym___global] = ACTIONS(3199), + [anon_sym_type] = ACTIONS(3199), + [anon_sym_PIPE] = ACTIONS(3199), + [anon_sym_fn] = ACTIONS(3199), + [anon_sym_PLUS] = ACTIONS(3199), + [anon_sym_DASH] = ACTIONS(3199), + [anon_sym_STAR] = ACTIONS(3199), + [anon_sym_SLASH] = ACTIONS(3199), + [anon_sym_PERCENT] = ACTIONS(3199), + [anon_sym_LT] = ACTIONS(3199), + [anon_sym_GT] = ACTIONS(3199), + [anon_sym_EQ_EQ] = ACTIONS(3199), + [anon_sym_BANG_EQ] = ACTIONS(3199), + [anon_sym_LT_EQ] = ACTIONS(3199), + [anon_sym_GT_EQ] = ACTIONS(3199), + [anon_sym_LBRACK] = ACTIONS(3197), + [anon_sym_LT2] = ACTIONS(3199), + [anon_sym_struct] = ACTIONS(3199), + [anon_sym_union] = ACTIONS(3199), + [anon_sym_pub] = ACTIONS(3199), + [anon_sym_mut] = ACTIONS(3199), + [anon_sym_enum] = ACTIONS(3199), + [anon_sym_interface] = ACTIONS(3199), + [anon_sym_PLUS_PLUS] = ACTIONS(3199), + [anon_sym_DASH_DASH] = ACTIONS(3199), + [anon_sym_QMARK] = ACTIONS(3199), + [anon_sym_BANG] = ACTIONS(3199), + [anon_sym_go] = ACTIONS(3199), + [anon_sym_spawn] = ACTIONS(3199), + [anon_sym_json_DOTdecode] = ACTIONS(3199), + [anon_sym_LBRACK2] = ACTIONS(3199), + [anon_sym_TILDE] = ACTIONS(3199), + [anon_sym_CARET] = ACTIONS(3199), + [anon_sym_AMP] = ACTIONS(3199), + [anon_sym_LT_DASH] = ACTIONS(3199), + [anon_sym_LT_LT] = ACTIONS(3199), + [anon_sym_GT_GT] = ACTIONS(3199), + [anon_sym_GT_GT_GT] = ACTIONS(3199), + [anon_sym_AMP_CARET] = ACTIONS(3199), + [anon_sym_AMP_AMP] = ACTIONS(3199), + [anon_sym_PIPE_PIPE] = ACTIONS(3199), + [anon_sym_or] = ACTIONS(3199), + [sym_none] = ACTIONS(3199), + [sym_true] = ACTIONS(3199), + [sym_false] = ACTIONS(3199), + [sym_nil] = ACTIONS(3199), + [anon_sym_QMARK_DOT] = ACTIONS(3199), + [anon_sym_POUND_LBRACK] = ACTIONS(3199), + [anon_sym_if] = ACTIONS(3199), + [anon_sym_DOLLARif] = ACTIONS(3199), + [anon_sym_is] = ACTIONS(3199), + [anon_sym_BANGis] = ACTIONS(3199), + [anon_sym_in] = ACTIONS(3199), + [anon_sym_BANGin] = ACTIONS(3199), + [anon_sym_match] = ACTIONS(3199), + [anon_sym_select] = ACTIONS(3199), + [anon_sym_STAR_EQ] = ACTIONS(3199), + [anon_sym_SLASH_EQ] = ACTIONS(3199), + [anon_sym_PERCENT_EQ] = ACTIONS(3199), + [anon_sym_LT_LT_EQ] = ACTIONS(3199), + [anon_sym_GT_GT_EQ] = ACTIONS(3199), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3199), + [anon_sym_AMP_EQ] = ACTIONS(3199), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3199), + [anon_sym_PLUS_EQ] = ACTIONS(3199), + [anon_sym_DASH_EQ] = ACTIONS(3199), + [anon_sym_PIPE_EQ] = ACTIONS(3199), + [anon_sym_CARET_EQ] = ACTIONS(3199), + [anon_sym_COLON_EQ] = ACTIONS(3199), + [anon_sym_lock] = ACTIONS(3199), + [anon_sym_rlock] = ACTIONS(3199), + [anon_sym_unsafe] = ACTIONS(3199), + [anon_sym_sql] = ACTIONS(3199), + [sym_int_literal] = ACTIONS(3199), + [sym_float_literal] = ACTIONS(3199), + [sym_rune_literal] = ACTIONS(3199), + [anon_sym_AT] = ACTIONS(3199), + [anon_sym_shared] = ACTIONS(3199), + [anon_sym_map_LBRACK] = ACTIONS(3199), + [anon_sym_chan] = ACTIONS(3199), + [anon_sym_thread] = ACTIONS(3199), + [anon_sym_atomic] = ACTIONS(3199), + [anon_sym_assert] = ACTIONS(3199), + [anon_sym_defer] = ACTIONS(3199), + [anon_sym_goto] = ACTIONS(3199), + [anon_sym_break] = ACTIONS(3199), + [anon_sym_continue] = ACTIONS(3199), + [anon_sym_return] = ACTIONS(3199), + [anon_sym_DOLLARfor] = ACTIONS(3199), + [anon_sym_for] = ACTIONS(3199), + [anon_sym_POUND] = ACTIONS(3199), + [anon_sym_asm] = ACTIONS(3199), + [anon_sym_AT_LBRACK] = ACTIONS(3199), + [sym___double_quote] = ACTIONS(3199), + [sym___single_quote] = ACTIONS(3199), + [sym___c_double_quote] = ACTIONS(3199), + [sym___c_single_quote] = ACTIONS(3199), + [sym___r_double_quote] = ACTIONS(3199), + [sym___r_single_quote] = ACTIONS(3199), }, [951] = { - [ts_builtin_sym_end] = ACTIONS(3175), - [sym_identifier] = ACTIONS(3177), - [anon_sym_LF] = ACTIONS(3177), - [anon_sym_CR] = ACTIONS(3177), - [anon_sym_CR_LF] = ACTIONS(3177), + [ts_builtin_sym_end] = ACTIONS(3177), + [sym_identifier] = ACTIONS(3179), + [anon_sym_LF] = ACTIONS(3179), + [anon_sym_CR] = ACTIONS(3179), + [anon_sym_CR_LF] = ACTIONS(3179), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3177), - [anon_sym_as] = ACTIONS(3177), - [anon_sym_LBRACE] = ACTIONS(3177), - [anon_sym_COMMA] = ACTIONS(3177), - [anon_sym_const] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3177), - [anon_sym_EQ] = ACTIONS(3177), - [anon_sym___global] = ACTIONS(3177), - [anon_sym_type] = ACTIONS(3177), - [anon_sym_PIPE] = ACTIONS(3177), - [anon_sym_fn] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(3177), - [anon_sym_DASH] = ACTIONS(3177), - [anon_sym_STAR] = ACTIONS(3177), - [anon_sym_SLASH] = ACTIONS(3177), - [anon_sym_PERCENT] = ACTIONS(3177), - [anon_sym_LT] = ACTIONS(3177), - [anon_sym_GT] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3177), - [anon_sym_BANG_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_LBRACK] = ACTIONS(3175), - [anon_sym_struct] = ACTIONS(3177), - [anon_sym_union] = ACTIONS(3177), - [anon_sym_pub] = ACTIONS(3177), - [anon_sym_mut] = ACTIONS(3177), - [anon_sym_enum] = ACTIONS(3177), - [anon_sym_interface] = ACTIONS(3177), - [anon_sym_PLUS_PLUS] = ACTIONS(3177), - [anon_sym_DASH_DASH] = ACTIONS(3177), - [anon_sym_QMARK] = ACTIONS(3177), - [anon_sym_BANG] = ACTIONS(3177), - [anon_sym_go] = ACTIONS(3177), - [anon_sym_spawn] = ACTIONS(3177), - [anon_sym_json_DOTdecode] = ACTIONS(3177), - [anon_sym_LBRACK2] = ACTIONS(3177), - [anon_sym_TILDE] = ACTIONS(3177), - [anon_sym_CARET] = ACTIONS(3177), - [anon_sym_AMP] = ACTIONS(3177), - [anon_sym_LT_DASH] = ACTIONS(3177), - [anon_sym_LT_LT] = ACTIONS(3177), - [anon_sym_GT_GT] = ACTIONS(3177), - [anon_sym_GT_GT_GT] = ACTIONS(3177), - [anon_sym_AMP_CARET] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_or] = ACTIONS(3177), - [sym_none] = ACTIONS(3177), - [sym_true] = ACTIONS(3177), - [sym_false] = ACTIONS(3177), - [sym_nil] = ACTIONS(3177), - [anon_sym_QMARK_DOT] = ACTIONS(3177), - [anon_sym_POUND_LBRACK] = ACTIONS(3177), - [anon_sym_if] = ACTIONS(3177), - [anon_sym_DOLLARif] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3177), - [anon_sym_BANGis] = ACTIONS(3177), - [anon_sym_in] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_match] = ACTIONS(3177), - [anon_sym_select] = ACTIONS(3177), - [anon_sym_STAR_EQ] = ACTIONS(3177), - [anon_sym_SLASH_EQ] = ACTIONS(3177), - [anon_sym_PERCENT_EQ] = ACTIONS(3177), - [anon_sym_LT_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_GT_EQ] = ACTIONS(3177), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3177), - [anon_sym_AMP_EQ] = ACTIONS(3177), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3177), - [anon_sym_PLUS_EQ] = ACTIONS(3177), - [anon_sym_DASH_EQ] = ACTIONS(3177), - [anon_sym_PIPE_EQ] = ACTIONS(3177), - [anon_sym_CARET_EQ] = ACTIONS(3177), - [anon_sym_COLON_EQ] = ACTIONS(3177), - [anon_sym_lock] = ACTIONS(3177), - [anon_sym_rlock] = ACTIONS(3177), - [anon_sym_unsafe] = ACTIONS(3177), - [anon_sym_sql] = ACTIONS(3177), - [sym_int_literal] = ACTIONS(3177), - [sym_float_literal] = ACTIONS(3177), - [sym_rune_literal] = ACTIONS(3177), - [anon_sym_AT] = ACTIONS(3177), - [anon_sym_shared] = ACTIONS(3177), - [anon_sym_map_LBRACK] = ACTIONS(3177), - [anon_sym_chan] = ACTIONS(3177), - [anon_sym_thread] = ACTIONS(3177), - [anon_sym_atomic] = ACTIONS(3177), - [anon_sym_assert] = ACTIONS(3177), - [anon_sym_defer] = ACTIONS(3177), - [anon_sym_goto] = ACTIONS(3177), - [anon_sym_break] = ACTIONS(3177), - [anon_sym_continue] = ACTIONS(3177), - [anon_sym_return] = ACTIONS(3177), - [anon_sym_DOLLARfor] = ACTIONS(3177), - [anon_sym_for] = ACTIONS(3177), - [anon_sym_POUND] = ACTIONS(3177), - [anon_sym_asm] = ACTIONS(3177), - [anon_sym_AT_LBRACK] = ACTIONS(3177), - [sym___double_quote] = ACTIONS(3177), - [sym___single_quote] = ACTIONS(3177), - [sym___c_double_quote] = ACTIONS(3177), - [sym___c_single_quote] = ACTIONS(3177), - [sym___r_double_quote] = ACTIONS(3177), - [sym___r_single_quote] = ACTIONS(3177), + [anon_sym_DOT] = ACTIONS(3179), + [anon_sym_as] = ACTIONS(3179), + [anon_sym_LBRACE] = ACTIONS(3179), + [anon_sym_COMMA] = ACTIONS(3179), + [anon_sym_const] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3179), + [anon_sym_EQ] = ACTIONS(3179), + [anon_sym___global] = ACTIONS(3179), + [anon_sym_type] = ACTIONS(3179), + [anon_sym_PIPE] = ACTIONS(3179), + [anon_sym_fn] = ACTIONS(3179), + [anon_sym_PLUS] = ACTIONS(3179), + [anon_sym_DASH] = ACTIONS(3179), + [anon_sym_STAR] = ACTIONS(3179), + [anon_sym_SLASH] = ACTIONS(3179), + [anon_sym_PERCENT] = ACTIONS(3179), + [anon_sym_LT] = ACTIONS(3179), + [anon_sym_GT] = ACTIONS(3179), + [anon_sym_EQ_EQ] = ACTIONS(3179), + [anon_sym_BANG_EQ] = ACTIONS(3179), + [anon_sym_LT_EQ] = ACTIONS(3179), + [anon_sym_GT_EQ] = ACTIONS(3179), + [anon_sym_LBRACK] = ACTIONS(3177), + [anon_sym_LT2] = ACTIONS(3179), + [anon_sym_struct] = ACTIONS(3179), + [anon_sym_union] = ACTIONS(3179), + [anon_sym_pub] = ACTIONS(3179), + [anon_sym_mut] = ACTIONS(3179), + [anon_sym_enum] = ACTIONS(3179), + [anon_sym_interface] = ACTIONS(3179), + [anon_sym_PLUS_PLUS] = ACTIONS(3179), + [anon_sym_DASH_DASH] = ACTIONS(3179), + [anon_sym_QMARK] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3179), + [anon_sym_go] = ACTIONS(3179), + [anon_sym_spawn] = ACTIONS(3179), + [anon_sym_json_DOTdecode] = ACTIONS(3179), + [anon_sym_LBRACK2] = ACTIONS(3179), + [anon_sym_TILDE] = ACTIONS(3179), + [anon_sym_CARET] = ACTIONS(3179), + [anon_sym_AMP] = ACTIONS(3179), + [anon_sym_LT_DASH] = ACTIONS(3179), + [anon_sym_LT_LT] = ACTIONS(3179), + [anon_sym_GT_GT] = ACTIONS(3179), + [anon_sym_GT_GT_GT] = ACTIONS(3179), + [anon_sym_AMP_CARET] = ACTIONS(3179), + [anon_sym_AMP_AMP] = ACTIONS(3179), + [anon_sym_PIPE_PIPE] = ACTIONS(3179), + [anon_sym_or] = ACTIONS(3179), + [sym_none] = ACTIONS(3179), + [sym_true] = ACTIONS(3179), + [sym_false] = ACTIONS(3179), + [sym_nil] = ACTIONS(3179), + [anon_sym_QMARK_DOT] = ACTIONS(3179), + [anon_sym_POUND_LBRACK] = ACTIONS(3179), + [anon_sym_if] = ACTIONS(3179), + [anon_sym_DOLLARif] = ACTIONS(3179), + [anon_sym_is] = ACTIONS(3179), + [anon_sym_BANGis] = ACTIONS(3179), + [anon_sym_in] = ACTIONS(3179), + [anon_sym_BANGin] = ACTIONS(3179), + [anon_sym_match] = ACTIONS(3179), + [anon_sym_select] = ACTIONS(3179), + [anon_sym_STAR_EQ] = ACTIONS(3179), + [anon_sym_SLASH_EQ] = ACTIONS(3179), + [anon_sym_PERCENT_EQ] = ACTIONS(3179), + [anon_sym_LT_LT_EQ] = ACTIONS(3179), + [anon_sym_GT_GT_EQ] = ACTIONS(3179), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3179), + [anon_sym_AMP_EQ] = ACTIONS(3179), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3179), + [anon_sym_PLUS_EQ] = ACTIONS(3179), + [anon_sym_DASH_EQ] = ACTIONS(3179), + [anon_sym_PIPE_EQ] = ACTIONS(3179), + [anon_sym_CARET_EQ] = ACTIONS(3179), + [anon_sym_COLON_EQ] = ACTIONS(3179), + [anon_sym_lock] = ACTIONS(3179), + [anon_sym_rlock] = ACTIONS(3179), + [anon_sym_unsafe] = ACTIONS(3179), + [anon_sym_sql] = ACTIONS(3179), + [sym_int_literal] = ACTIONS(3179), + [sym_float_literal] = ACTIONS(3179), + [sym_rune_literal] = ACTIONS(3179), + [anon_sym_AT] = ACTIONS(3179), + [anon_sym_shared] = ACTIONS(3179), + [anon_sym_map_LBRACK] = ACTIONS(3179), + [anon_sym_chan] = ACTIONS(3179), + [anon_sym_thread] = ACTIONS(3179), + [anon_sym_atomic] = ACTIONS(3179), + [anon_sym_assert] = ACTIONS(3179), + [anon_sym_defer] = ACTIONS(3179), + [anon_sym_goto] = ACTIONS(3179), + [anon_sym_break] = ACTIONS(3179), + [anon_sym_continue] = ACTIONS(3179), + [anon_sym_return] = ACTIONS(3179), + [anon_sym_DOLLARfor] = ACTIONS(3179), + [anon_sym_for] = ACTIONS(3179), + [anon_sym_POUND] = ACTIONS(3179), + [anon_sym_asm] = ACTIONS(3179), + [anon_sym_AT_LBRACK] = ACTIONS(3179), + [sym___double_quote] = ACTIONS(3179), + [sym___single_quote] = ACTIONS(3179), + [sym___c_double_quote] = ACTIONS(3179), + [sym___c_single_quote] = ACTIONS(3179), + [sym___r_double_quote] = ACTIONS(3179), + [sym___r_single_quote] = ACTIONS(3179), }, [952] = { - [ts_builtin_sym_end] = ACTIONS(3179), - [sym_identifier] = ACTIONS(3181), - [anon_sym_LF] = ACTIONS(3181), - [anon_sym_CR] = ACTIONS(3181), - [anon_sym_CR_LF] = ACTIONS(3181), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3181), - [anon_sym_as] = ACTIONS(3181), - [anon_sym_LBRACE] = ACTIONS(3181), - [anon_sym_COMMA] = ACTIONS(3181), - [anon_sym_const] = ACTIONS(3181), - [anon_sym_LPAREN] = ACTIONS(3181), - [anon_sym_EQ] = ACTIONS(3181), - [anon_sym___global] = ACTIONS(3181), - [anon_sym_type] = ACTIONS(3181), - [anon_sym_PIPE] = ACTIONS(3181), - [anon_sym_fn] = ACTIONS(3181), - [anon_sym_PLUS] = ACTIONS(3181), - [anon_sym_DASH] = ACTIONS(3181), - [anon_sym_STAR] = ACTIONS(3181), - [anon_sym_SLASH] = ACTIONS(3181), - [anon_sym_PERCENT] = ACTIONS(3181), - [anon_sym_LT] = ACTIONS(3181), - [anon_sym_GT] = ACTIONS(3181), - [anon_sym_EQ_EQ] = ACTIONS(3181), - [anon_sym_BANG_EQ] = ACTIONS(3181), - [anon_sym_LT_EQ] = ACTIONS(3181), - [anon_sym_GT_EQ] = ACTIONS(3181), - [anon_sym_LBRACK] = ACTIONS(3179), - [anon_sym_struct] = ACTIONS(3181), - [anon_sym_union] = ACTIONS(3181), - [anon_sym_pub] = ACTIONS(3181), - [anon_sym_mut] = ACTIONS(3181), - [anon_sym_enum] = ACTIONS(3181), - [anon_sym_interface] = ACTIONS(3181), - [anon_sym_PLUS_PLUS] = ACTIONS(3181), - [anon_sym_DASH_DASH] = ACTIONS(3181), - [anon_sym_QMARK] = ACTIONS(3181), - [anon_sym_BANG] = ACTIONS(3181), - [anon_sym_go] = ACTIONS(3181), - [anon_sym_spawn] = ACTIONS(3181), - [anon_sym_json_DOTdecode] = ACTIONS(3181), - [anon_sym_LBRACK2] = ACTIONS(3181), - [anon_sym_TILDE] = ACTIONS(3181), - [anon_sym_CARET] = ACTIONS(3181), - [anon_sym_AMP] = ACTIONS(3181), - [anon_sym_LT_DASH] = ACTIONS(3181), - [anon_sym_LT_LT] = ACTIONS(3181), - [anon_sym_GT_GT] = ACTIONS(3181), - [anon_sym_GT_GT_GT] = ACTIONS(3181), - [anon_sym_AMP_CARET] = ACTIONS(3181), - [anon_sym_AMP_AMP] = ACTIONS(3181), - [anon_sym_PIPE_PIPE] = ACTIONS(3181), - [anon_sym_or] = ACTIONS(3181), - [sym_none] = ACTIONS(3181), - [sym_true] = ACTIONS(3181), - [sym_false] = ACTIONS(3181), - [sym_nil] = ACTIONS(3181), - [anon_sym_QMARK_DOT] = ACTIONS(3181), - [anon_sym_POUND_LBRACK] = ACTIONS(3181), - [anon_sym_if] = ACTIONS(3181), - [anon_sym_DOLLARif] = ACTIONS(3181), - [anon_sym_is] = ACTIONS(3181), - [anon_sym_BANGis] = ACTIONS(3181), - [anon_sym_in] = ACTIONS(3181), - [anon_sym_BANGin] = ACTIONS(3181), - [anon_sym_match] = ACTIONS(3181), - [anon_sym_select] = ACTIONS(3181), - [anon_sym_STAR_EQ] = ACTIONS(3181), - [anon_sym_SLASH_EQ] = ACTIONS(3181), - [anon_sym_PERCENT_EQ] = ACTIONS(3181), - [anon_sym_LT_LT_EQ] = ACTIONS(3181), - [anon_sym_GT_GT_EQ] = ACTIONS(3181), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3181), - [anon_sym_AMP_EQ] = ACTIONS(3181), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3181), - [anon_sym_PLUS_EQ] = ACTIONS(3181), - [anon_sym_DASH_EQ] = ACTIONS(3181), - [anon_sym_PIPE_EQ] = ACTIONS(3181), - [anon_sym_CARET_EQ] = ACTIONS(3181), - [anon_sym_COLON_EQ] = ACTIONS(3181), - [anon_sym_lock] = ACTIONS(3181), - [anon_sym_rlock] = ACTIONS(3181), - [anon_sym_unsafe] = ACTIONS(3181), - [anon_sym_sql] = ACTIONS(3181), - [sym_int_literal] = ACTIONS(3181), - [sym_float_literal] = ACTIONS(3181), - [sym_rune_literal] = ACTIONS(3181), - [anon_sym_AT] = ACTIONS(3181), - [anon_sym_shared] = ACTIONS(3181), - [anon_sym_map_LBRACK] = ACTIONS(3181), - [anon_sym_chan] = ACTIONS(3181), - [anon_sym_thread] = ACTIONS(3181), - [anon_sym_atomic] = ACTIONS(3181), - [anon_sym_assert] = ACTIONS(3181), - [anon_sym_defer] = ACTIONS(3181), - [anon_sym_goto] = ACTIONS(3181), - [anon_sym_break] = ACTIONS(3181), - [anon_sym_continue] = ACTIONS(3181), - [anon_sym_return] = ACTIONS(3181), - [anon_sym_DOLLARfor] = ACTIONS(3181), - [anon_sym_for] = ACTIONS(3181), - [anon_sym_POUND] = ACTIONS(3181), - [anon_sym_asm] = ACTIONS(3181), - [anon_sym_AT_LBRACK] = ACTIONS(3181), - [sym___double_quote] = ACTIONS(3181), - [sym___single_quote] = ACTIONS(3181), - [sym___c_double_quote] = ACTIONS(3181), - [sym___c_single_quote] = ACTIONS(3181), - [sym___r_double_quote] = ACTIONS(3181), - [sym___r_single_quote] = ACTIONS(3181), + [sym__expression] = STATE(2571), + [sym__expression_without_blocks] = STATE(2815), + [sym__expression_with_blocks] = STATE(2815), + [sym_inc_expression] = STATE(2815), + [sym_dec_expression] = STATE(2815), + [sym_or_block_expression] = STATE(2815), + [sym_option_propagation_expression] = STATE(2815), + [sym_result_propagation_expression] = STATE(2815), + [sym_anon_struct_value_expression] = STATE(2749), + [sym_go_expression] = STATE(2815), + [sym_spawn_expression] = STATE(2815), + [sym_parenthesized_expression] = STATE(2815), + [sym_call_expression] = STATE(2815), + [sym_type_initializer] = STATE(2749), + [sym_function_literal] = STATE(2815), + [sym_reference_expression] = STATE(2792), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2815), + [sym_receive_expression] = STATE(2815), + [sym_binary_expression] = STATE(2815), + [sym_as_type_cast_expression] = STATE(2815), + [sym__max_group] = STATE(2815), + [sym_literal] = STATE(2815), + [sym_map_init_expression] = STATE(2749), + [sym_array_creation] = STATE(2815), + [sym_fixed_array_creation] = STATE(2815), + [sym_selector_expression] = STATE(2815), + [sym_index_expression] = STATE(2815), + [sym_slice_expression] = STATE(2815), + [sym_if_expression] = STATE(2749), + [sym_compile_time_if_expression] = STATE(2749), + [sym_is_expression] = STATE(2815), + [sym_not_is_expression] = STATE(2815), + [sym_in_expression] = STATE(2815), + [sym_not_in_expression] = STATE(2815), + [sym_enum_fetch] = STATE(2815), + [sym_match_expression] = STATE(2749), + [sym_select_expression] = STATE(2749), + [sym_lock_expression] = STATE(2749), + [sym_unsafe_expression] = STATE(2749), + [sym_sql_expression] = STATE(2749), + [sym_c_string_literal] = STATE(2734), + [sym_raw_string_literal] = STATE(2734), + [sym_interpreted_string_literal] = STATE(2734), + [sym_pseudo_compile_time_identifier] = STATE(2815), + [sym_mutability_modifiers] = STATE(525), + [sym_plain_type] = STATE(4201), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1700), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1087), + [anon_sym_LBRACE] = ACTIONS(1089), + [anon_sym_LPAREN] = ACTIONS(1093), + [anon_sym_fn] = ACTIONS(1095), + [anon_sym_PLUS] = ACTIONS(1097), + [anon_sym_DASH] = ACTIONS(1097), + [anon_sym_STAR] = ACTIONS(2775), + [anon_sym_struct] = ACTIONS(1101), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2777), + [anon_sym_go] = ACTIONS(1105), + [anon_sym_spawn] = ACTIONS(1107), + [anon_sym_json_DOTdecode] = ACTIONS(1109), + [anon_sym_LBRACK2] = ACTIONS(1111), + [anon_sym_TILDE] = ACTIONS(1097), + [anon_sym_CARET] = ACTIONS(1097), + [anon_sym_AMP] = ACTIONS(2779), + [anon_sym_LT_DASH] = ACTIONS(1115), + [sym_none] = ACTIONS(1117), + [sym_true] = ACTIONS(1117), + [sym_false] = ACTIONS(1117), + [sym_nil] = ACTIONS(1117), + [anon_sym_if] = ACTIONS(1119), + [anon_sym_DOLLARif] = ACTIONS(1123), + [anon_sym_match] = ACTIONS(1125), + [anon_sym_select] = ACTIONS(2622), + [anon_sym_lock] = ACTIONS(2624), + [anon_sym_rlock] = ACTIONS(2624), + [anon_sym_unsafe] = ACTIONS(1131), + [anon_sym_sql] = ACTIONS(1133), + [sym_int_literal] = ACTIONS(1117), + [sym_float_literal] = ACTIONS(1135), + [sym_rune_literal] = ACTIONS(1135), + [anon_sym_AT] = ACTIONS(1137), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1139), + [sym___single_quote] = ACTIONS(1141), + [sym___c_double_quote] = ACTIONS(1143), + [sym___c_single_quote] = ACTIONS(1145), + [sym___r_double_quote] = ACTIONS(1147), + [sym___r_single_quote] = ACTIONS(1149), }, [953] = { - [ts_builtin_sym_end] = ACTIONS(3183), - [sym_identifier] = ACTIONS(3185), - [anon_sym_LF] = ACTIONS(3185), - [anon_sym_CR] = ACTIONS(3185), - [anon_sym_CR_LF] = ACTIONS(3185), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3185), - [anon_sym_as] = ACTIONS(3185), - [anon_sym_LBRACE] = ACTIONS(3185), - [anon_sym_COMMA] = ACTIONS(3185), - [anon_sym_const] = ACTIONS(3185), - [anon_sym_LPAREN] = ACTIONS(3185), - [anon_sym_EQ] = ACTIONS(3185), - [anon_sym___global] = ACTIONS(3185), - [anon_sym_type] = ACTIONS(3185), - [anon_sym_PIPE] = ACTIONS(3185), - [anon_sym_fn] = ACTIONS(3185), - [anon_sym_PLUS] = ACTIONS(3185), - [anon_sym_DASH] = ACTIONS(3185), - [anon_sym_STAR] = ACTIONS(3185), - [anon_sym_SLASH] = ACTIONS(3185), - [anon_sym_PERCENT] = ACTIONS(3185), - [anon_sym_LT] = ACTIONS(3185), - [anon_sym_GT] = ACTIONS(3185), - [anon_sym_EQ_EQ] = ACTIONS(3185), - [anon_sym_BANG_EQ] = ACTIONS(3185), - [anon_sym_LT_EQ] = ACTIONS(3185), - [anon_sym_GT_EQ] = ACTIONS(3185), - [anon_sym_LBRACK] = ACTIONS(3183), - [anon_sym_struct] = ACTIONS(3185), - [anon_sym_union] = ACTIONS(3185), - [anon_sym_pub] = ACTIONS(3185), - [anon_sym_mut] = ACTIONS(3185), - [anon_sym_enum] = ACTIONS(3185), - [anon_sym_interface] = ACTIONS(3185), - [anon_sym_PLUS_PLUS] = ACTIONS(3185), - [anon_sym_DASH_DASH] = ACTIONS(3185), - [anon_sym_QMARK] = ACTIONS(3185), - [anon_sym_BANG] = ACTIONS(3185), - [anon_sym_go] = ACTIONS(3185), - [anon_sym_spawn] = ACTIONS(3185), - [anon_sym_json_DOTdecode] = ACTIONS(3185), - [anon_sym_LBRACK2] = ACTIONS(3185), - [anon_sym_TILDE] = ACTIONS(3185), - [anon_sym_CARET] = ACTIONS(3185), - [anon_sym_AMP] = ACTIONS(3185), - [anon_sym_LT_DASH] = ACTIONS(3185), - [anon_sym_LT_LT] = ACTIONS(3185), - [anon_sym_GT_GT] = ACTIONS(3185), - [anon_sym_GT_GT_GT] = ACTIONS(3185), - [anon_sym_AMP_CARET] = ACTIONS(3185), - [anon_sym_AMP_AMP] = ACTIONS(3185), - [anon_sym_PIPE_PIPE] = ACTIONS(3185), - [anon_sym_or] = ACTIONS(3185), - [sym_none] = ACTIONS(3185), - [sym_true] = ACTIONS(3185), - [sym_false] = ACTIONS(3185), - [sym_nil] = ACTIONS(3185), - [anon_sym_QMARK_DOT] = ACTIONS(3185), - [anon_sym_POUND_LBRACK] = ACTIONS(3185), - [anon_sym_if] = ACTIONS(3185), - [anon_sym_DOLLARif] = ACTIONS(3185), - [anon_sym_is] = ACTIONS(3185), - [anon_sym_BANGis] = ACTIONS(3185), - [anon_sym_in] = ACTIONS(3185), - [anon_sym_BANGin] = ACTIONS(3185), - [anon_sym_match] = ACTIONS(3185), - [anon_sym_select] = ACTIONS(3185), - [anon_sym_STAR_EQ] = ACTIONS(3185), - [anon_sym_SLASH_EQ] = ACTIONS(3185), - [anon_sym_PERCENT_EQ] = ACTIONS(3185), - [anon_sym_LT_LT_EQ] = ACTIONS(3185), - [anon_sym_GT_GT_EQ] = ACTIONS(3185), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3185), - [anon_sym_AMP_EQ] = ACTIONS(3185), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3185), - [anon_sym_PLUS_EQ] = ACTIONS(3185), - [anon_sym_DASH_EQ] = ACTIONS(3185), - [anon_sym_PIPE_EQ] = ACTIONS(3185), - [anon_sym_CARET_EQ] = ACTIONS(3185), - [anon_sym_COLON_EQ] = ACTIONS(3185), - [anon_sym_lock] = ACTIONS(3185), - [anon_sym_rlock] = ACTIONS(3185), - [anon_sym_unsafe] = ACTIONS(3185), - [anon_sym_sql] = ACTIONS(3185), - [sym_int_literal] = ACTIONS(3185), - [sym_float_literal] = ACTIONS(3185), - [sym_rune_literal] = ACTIONS(3185), - [anon_sym_AT] = ACTIONS(3185), - [anon_sym_shared] = ACTIONS(3185), - [anon_sym_map_LBRACK] = ACTIONS(3185), - [anon_sym_chan] = ACTIONS(3185), - [anon_sym_thread] = ACTIONS(3185), - [anon_sym_atomic] = ACTIONS(3185), - [anon_sym_assert] = ACTIONS(3185), - [anon_sym_defer] = ACTIONS(3185), - [anon_sym_goto] = ACTIONS(3185), - [anon_sym_break] = ACTIONS(3185), - [anon_sym_continue] = ACTIONS(3185), - [anon_sym_return] = ACTIONS(3185), - [anon_sym_DOLLARfor] = ACTIONS(3185), - [anon_sym_for] = ACTIONS(3185), - [anon_sym_POUND] = ACTIONS(3185), - [anon_sym_asm] = ACTIONS(3185), - [anon_sym_AT_LBRACK] = ACTIONS(3185), - [sym___double_quote] = ACTIONS(3185), - [sym___single_quote] = ACTIONS(3185), - [sym___c_double_quote] = ACTIONS(3185), - [sym___c_single_quote] = ACTIONS(3185), - [sym___r_double_quote] = ACTIONS(3185), - [sym___r_single_quote] = ACTIONS(3185), + [sym__expression] = STATE(2196), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [954] = { - [ts_builtin_sym_end] = ACTIONS(3187), - [sym_identifier] = ACTIONS(3189), - [anon_sym_LF] = ACTIONS(3189), - [anon_sym_CR] = ACTIONS(3189), - [anon_sym_CR_LF] = ACTIONS(3189), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3189), - [anon_sym_as] = ACTIONS(3189), - [anon_sym_LBRACE] = ACTIONS(3189), - [anon_sym_COMMA] = ACTIONS(3189), - [anon_sym_const] = ACTIONS(3189), - [anon_sym_LPAREN] = ACTIONS(3189), - [anon_sym_EQ] = ACTIONS(3189), - [anon_sym___global] = ACTIONS(3189), - [anon_sym_type] = ACTIONS(3189), - [anon_sym_PIPE] = ACTIONS(3189), - [anon_sym_fn] = ACTIONS(3189), - [anon_sym_PLUS] = ACTIONS(3189), - [anon_sym_DASH] = ACTIONS(3189), - [anon_sym_STAR] = ACTIONS(3189), - [anon_sym_SLASH] = ACTIONS(3189), - [anon_sym_PERCENT] = ACTIONS(3189), - [anon_sym_LT] = ACTIONS(3189), - [anon_sym_GT] = ACTIONS(3189), - [anon_sym_EQ_EQ] = ACTIONS(3189), - [anon_sym_BANG_EQ] = ACTIONS(3189), - [anon_sym_LT_EQ] = ACTIONS(3189), - [anon_sym_GT_EQ] = ACTIONS(3189), - [anon_sym_LBRACK] = ACTIONS(3187), - [anon_sym_struct] = ACTIONS(3189), - [anon_sym_union] = ACTIONS(3189), - [anon_sym_pub] = ACTIONS(3189), - [anon_sym_mut] = ACTIONS(3189), - [anon_sym_enum] = ACTIONS(3189), - [anon_sym_interface] = ACTIONS(3189), - [anon_sym_PLUS_PLUS] = ACTIONS(3189), - [anon_sym_DASH_DASH] = ACTIONS(3189), - [anon_sym_QMARK] = ACTIONS(3189), - [anon_sym_BANG] = ACTIONS(3189), - [anon_sym_go] = ACTIONS(3189), - [anon_sym_spawn] = ACTIONS(3189), - [anon_sym_json_DOTdecode] = ACTIONS(3189), - [anon_sym_LBRACK2] = ACTIONS(3189), - [anon_sym_TILDE] = ACTIONS(3189), - [anon_sym_CARET] = ACTIONS(3189), - [anon_sym_AMP] = ACTIONS(3189), - [anon_sym_LT_DASH] = ACTIONS(3189), - [anon_sym_LT_LT] = ACTIONS(3189), - [anon_sym_GT_GT] = ACTIONS(3189), - [anon_sym_GT_GT_GT] = ACTIONS(3189), - [anon_sym_AMP_CARET] = ACTIONS(3189), - [anon_sym_AMP_AMP] = ACTIONS(3189), - [anon_sym_PIPE_PIPE] = ACTIONS(3189), - [anon_sym_or] = ACTIONS(3189), - [sym_none] = ACTIONS(3189), - [sym_true] = ACTIONS(3189), - [sym_false] = ACTIONS(3189), - [sym_nil] = ACTIONS(3189), - [anon_sym_QMARK_DOT] = ACTIONS(3189), - [anon_sym_POUND_LBRACK] = ACTIONS(3189), - [anon_sym_if] = ACTIONS(3189), - [anon_sym_DOLLARif] = ACTIONS(3189), - [anon_sym_is] = ACTIONS(3189), - [anon_sym_BANGis] = ACTIONS(3189), - [anon_sym_in] = ACTIONS(3189), - [anon_sym_BANGin] = ACTIONS(3189), - [anon_sym_match] = ACTIONS(3189), - [anon_sym_select] = ACTIONS(3189), - [anon_sym_STAR_EQ] = ACTIONS(3189), - [anon_sym_SLASH_EQ] = ACTIONS(3189), - [anon_sym_PERCENT_EQ] = ACTIONS(3189), - [anon_sym_LT_LT_EQ] = ACTIONS(3189), - [anon_sym_GT_GT_EQ] = ACTIONS(3189), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3189), - [anon_sym_AMP_EQ] = ACTIONS(3189), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3189), - [anon_sym_PLUS_EQ] = ACTIONS(3189), - [anon_sym_DASH_EQ] = ACTIONS(3189), - [anon_sym_PIPE_EQ] = ACTIONS(3189), - [anon_sym_CARET_EQ] = ACTIONS(3189), - [anon_sym_COLON_EQ] = ACTIONS(3189), - [anon_sym_lock] = ACTIONS(3189), - [anon_sym_rlock] = ACTIONS(3189), - [anon_sym_unsafe] = ACTIONS(3189), - [anon_sym_sql] = ACTIONS(3189), - [sym_int_literal] = ACTIONS(3189), - [sym_float_literal] = ACTIONS(3189), - [sym_rune_literal] = ACTIONS(3189), - [anon_sym_AT] = ACTIONS(3189), - [anon_sym_shared] = ACTIONS(3189), - [anon_sym_map_LBRACK] = ACTIONS(3189), - [anon_sym_chan] = ACTIONS(3189), - [anon_sym_thread] = ACTIONS(3189), - [anon_sym_atomic] = ACTIONS(3189), - [anon_sym_assert] = ACTIONS(3189), - [anon_sym_defer] = ACTIONS(3189), - [anon_sym_goto] = ACTIONS(3189), - [anon_sym_break] = ACTIONS(3189), - [anon_sym_continue] = ACTIONS(3189), - [anon_sym_return] = ACTIONS(3189), - [anon_sym_DOLLARfor] = ACTIONS(3189), - [anon_sym_for] = ACTIONS(3189), - [anon_sym_POUND] = ACTIONS(3189), - [anon_sym_asm] = ACTIONS(3189), - [anon_sym_AT_LBRACK] = ACTIONS(3189), - [sym___double_quote] = ACTIONS(3189), - [sym___single_quote] = ACTIONS(3189), - [sym___c_double_quote] = ACTIONS(3189), - [sym___c_single_quote] = ACTIONS(3189), - [sym___r_double_quote] = ACTIONS(3189), - [sym___r_single_quote] = ACTIONS(3189), + [sym__expression] = STATE(2186), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(3711), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(1296), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2166), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2168), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2174), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [955] = { - [ts_builtin_sym_end] = ACTIONS(3191), - [sym_identifier] = ACTIONS(3193), - [anon_sym_LF] = ACTIONS(3193), - [anon_sym_CR] = ACTIONS(3193), - [anon_sym_CR_LF] = ACTIONS(3193), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3193), - [anon_sym_as] = ACTIONS(3193), - [anon_sym_LBRACE] = ACTIONS(3193), - [anon_sym_COMMA] = ACTIONS(3193), - [anon_sym_const] = ACTIONS(3193), - [anon_sym_LPAREN] = ACTIONS(3193), - [anon_sym_EQ] = ACTIONS(3193), - [anon_sym___global] = ACTIONS(3193), - [anon_sym_type] = ACTIONS(3193), - [anon_sym_PIPE] = ACTIONS(3193), - [anon_sym_fn] = ACTIONS(3193), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(3193), - [anon_sym_SLASH] = ACTIONS(3193), - [anon_sym_PERCENT] = ACTIONS(3193), - [anon_sym_LT] = ACTIONS(3193), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_LT_EQ] = ACTIONS(3193), - [anon_sym_GT_EQ] = ACTIONS(3193), - [anon_sym_LBRACK] = ACTIONS(3191), - [anon_sym_struct] = ACTIONS(3193), - [anon_sym_union] = ACTIONS(3193), - [anon_sym_pub] = ACTIONS(3193), - [anon_sym_mut] = ACTIONS(3193), - [anon_sym_enum] = ACTIONS(3193), - [anon_sym_interface] = ACTIONS(3193), - [anon_sym_PLUS_PLUS] = ACTIONS(3193), - [anon_sym_DASH_DASH] = ACTIONS(3193), - [anon_sym_QMARK] = ACTIONS(3193), - [anon_sym_BANG] = ACTIONS(3193), - [anon_sym_go] = ACTIONS(3193), - [anon_sym_spawn] = ACTIONS(3193), - [anon_sym_json_DOTdecode] = ACTIONS(3193), - [anon_sym_LBRACK2] = ACTIONS(3193), - [anon_sym_TILDE] = ACTIONS(3193), - [anon_sym_CARET] = ACTIONS(3193), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_LT_DASH] = ACTIONS(3193), - [anon_sym_LT_LT] = ACTIONS(3193), - [anon_sym_GT_GT] = ACTIONS(3193), - [anon_sym_GT_GT_GT] = ACTIONS(3193), - [anon_sym_AMP_CARET] = ACTIONS(3193), - [anon_sym_AMP_AMP] = ACTIONS(3193), - [anon_sym_PIPE_PIPE] = ACTIONS(3193), - [anon_sym_or] = ACTIONS(3193), - [sym_none] = ACTIONS(3193), - [sym_true] = ACTIONS(3193), - [sym_false] = ACTIONS(3193), - [sym_nil] = ACTIONS(3193), - [anon_sym_QMARK_DOT] = ACTIONS(3193), - [anon_sym_POUND_LBRACK] = ACTIONS(3193), - [anon_sym_if] = ACTIONS(3193), - [anon_sym_DOLLARif] = ACTIONS(3193), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3193), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_BANGin] = ACTIONS(3193), - [anon_sym_match] = ACTIONS(3193), - [anon_sym_select] = ACTIONS(3193), - [anon_sym_STAR_EQ] = ACTIONS(3193), - [anon_sym_SLASH_EQ] = ACTIONS(3193), - [anon_sym_PERCENT_EQ] = ACTIONS(3193), - [anon_sym_LT_LT_EQ] = ACTIONS(3193), - [anon_sym_GT_GT_EQ] = ACTIONS(3193), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3193), - [anon_sym_AMP_EQ] = ACTIONS(3193), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3193), - [anon_sym_PLUS_EQ] = ACTIONS(3193), - [anon_sym_DASH_EQ] = ACTIONS(3193), - [anon_sym_PIPE_EQ] = ACTIONS(3193), - [anon_sym_CARET_EQ] = ACTIONS(3193), - [anon_sym_COLON_EQ] = ACTIONS(3193), - [anon_sym_lock] = ACTIONS(3193), - [anon_sym_rlock] = ACTIONS(3193), - [anon_sym_unsafe] = ACTIONS(3193), - [anon_sym_sql] = ACTIONS(3193), - [sym_int_literal] = ACTIONS(3193), - [sym_float_literal] = ACTIONS(3193), - [sym_rune_literal] = ACTIONS(3193), - [anon_sym_AT] = ACTIONS(3193), - [anon_sym_shared] = ACTIONS(3193), - [anon_sym_map_LBRACK] = ACTIONS(3193), - [anon_sym_chan] = ACTIONS(3193), - [anon_sym_thread] = ACTIONS(3193), - [anon_sym_atomic] = ACTIONS(3193), - [anon_sym_assert] = ACTIONS(3193), - [anon_sym_defer] = ACTIONS(3193), - [anon_sym_goto] = ACTIONS(3193), - [anon_sym_break] = ACTIONS(3193), - [anon_sym_continue] = ACTIONS(3193), - [anon_sym_return] = ACTIONS(3193), - [anon_sym_DOLLARfor] = ACTIONS(3193), - [anon_sym_for] = ACTIONS(3193), - [anon_sym_POUND] = ACTIONS(3193), - [anon_sym_asm] = ACTIONS(3193), - [anon_sym_AT_LBRACK] = ACTIONS(3193), - [sym___double_quote] = ACTIONS(3193), - [sym___single_quote] = ACTIONS(3193), - [sym___c_double_quote] = ACTIONS(3193), - [sym___c_single_quote] = ACTIONS(3193), - [sym___r_double_quote] = ACTIONS(3193), - [sym___r_single_quote] = ACTIONS(3193), + [sym__expression] = STATE(2791), + [sym__expression_without_blocks] = STATE(2405), + [sym__expression_with_blocks] = STATE(2405), + [sym_inc_expression] = STATE(2405), + [sym_dec_expression] = STATE(2405), + [sym_or_block_expression] = STATE(2405), + [sym_option_propagation_expression] = STATE(2405), + [sym_result_propagation_expression] = STATE(2405), + [sym_anon_struct_value_expression] = STATE(2406), + [sym_go_expression] = STATE(2405), + [sym_spawn_expression] = STATE(2405), + [sym_parenthesized_expression] = STATE(2405), + [sym_call_expression] = STATE(2405), + [sym_type_initializer] = STATE(2406), + [sym_function_literal] = STATE(2405), + [sym_reference_expression] = STATE(2408), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(2405), + [sym_receive_expression] = STATE(2405), + [sym_binary_expression] = STATE(2405), + [sym_as_type_cast_expression] = STATE(2405), + [sym__max_group] = STATE(2405), + [sym_literal] = STATE(2405), + [sym_map_init_expression] = STATE(2406), + [sym_array_creation] = STATE(2405), + [sym_fixed_array_creation] = STATE(2405), + [sym_selector_expression] = STATE(2405), + [sym_index_expression] = STATE(2405), + [sym_slice_expression] = STATE(2405), + [sym_if_expression] = STATE(2406), + [sym_compile_time_if_expression] = STATE(2406), + [sym_is_expression] = STATE(2405), + [sym_not_is_expression] = STATE(2405), + [sym_in_expression] = STATE(2405), + [sym_not_in_expression] = STATE(2405), + [sym_enum_fetch] = STATE(2405), + [sym_match_expression] = STATE(2406), + [sym_select_expression] = STATE(2406), + [sym_lock_expression] = STATE(2406), + [sym_unsafe_expression] = STATE(2406), + [sym_sql_expression] = STATE(2406), + [sym_c_string_literal] = STATE(2394), + [sym_raw_string_literal] = STATE(2394), + [sym_interpreted_string_literal] = STATE(2394), + [sym_pseudo_compile_time_identifier] = STATE(2405), + [sym_mutability_modifiers] = STATE(449), + [sym_plain_type] = STATE(4429), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(2210), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1302), + [anon_sym_fn] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2164), + [anon_sym_STAR] = ACTIONS(2879), + [anon_sym_struct] = ACTIONS(1310), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2881), + [anon_sym_go] = ACTIONS(2170), + [anon_sym_spawn] = ACTIONS(2172), + [anon_sym_json_DOTdecode] = ACTIONS(1318), + [anon_sym_LBRACK2] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(2164), + [anon_sym_CARET] = ACTIONS(2164), + [anon_sym_AMP] = ACTIONS(2883), + [anon_sym_LT_DASH] = ACTIONS(2176), + [sym_none] = ACTIONS(1326), + [sym_true] = ACTIONS(1326), + [sym_false] = ACTIONS(1326), + [sym_nil] = ACTIONS(1326), + [anon_sym_if] = ACTIONS(1692), + [anon_sym_DOLLARif] = ACTIONS(1330), + [anon_sym_match] = ACTIONS(1332), + [anon_sym_select] = ACTIONS(1334), + [anon_sym_lock] = ACTIONS(1336), + [anon_sym_rlock] = ACTIONS(1336), + [anon_sym_unsafe] = ACTIONS(1694), + [anon_sym_sql] = ACTIONS(1340), + [sym_int_literal] = ACTIONS(1326), + [sym_float_literal] = ACTIONS(1342), + [sym_rune_literal] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1344), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(1348), + [sym___single_quote] = ACTIONS(1350), + [sym___c_double_quote] = ACTIONS(1352), + [sym___c_single_quote] = ACTIONS(1354), + [sym___r_double_quote] = ACTIONS(1356), + [sym___r_single_quote] = ACTIONS(1358), }, [956] = { - [ts_builtin_sym_end] = ACTIONS(3195), - [sym_identifier] = ACTIONS(3197), - [anon_sym_LF] = ACTIONS(3197), - [anon_sym_CR] = ACTIONS(3197), - [anon_sym_CR_LF] = ACTIONS(3197), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3197), - [anon_sym_as] = ACTIONS(3197), - [anon_sym_LBRACE] = ACTIONS(3197), - [anon_sym_COMMA] = ACTIONS(3197), - [anon_sym_const] = ACTIONS(3197), - [anon_sym_LPAREN] = ACTIONS(3197), - [anon_sym_EQ] = ACTIONS(3197), - [anon_sym___global] = ACTIONS(3197), - [anon_sym_type] = ACTIONS(3197), - [anon_sym_PIPE] = ACTIONS(3197), - [anon_sym_fn] = ACTIONS(3197), - [anon_sym_PLUS] = ACTIONS(3197), - [anon_sym_DASH] = ACTIONS(3197), - [anon_sym_STAR] = ACTIONS(3197), - [anon_sym_SLASH] = ACTIONS(3197), - [anon_sym_PERCENT] = ACTIONS(3197), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3197), - [anon_sym_EQ_EQ] = ACTIONS(3197), - [anon_sym_BANG_EQ] = ACTIONS(3197), - [anon_sym_LT_EQ] = ACTIONS(3197), - [anon_sym_GT_EQ] = ACTIONS(3197), - [anon_sym_LBRACK] = ACTIONS(3195), - [anon_sym_struct] = ACTIONS(3197), - [anon_sym_union] = ACTIONS(3197), - [anon_sym_pub] = ACTIONS(3197), - [anon_sym_mut] = ACTIONS(3197), - [anon_sym_enum] = ACTIONS(3197), - [anon_sym_interface] = ACTIONS(3197), - [anon_sym_PLUS_PLUS] = ACTIONS(3197), - [anon_sym_DASH_DASH] = ACTIONS(3197), - [anon_sym_QMARK] = ACTIONS(3197), - [anon_sym_BANG] = ACTIONS(3197), - [anon_sym_go] = ACTIONS(3197), - [anon_sym_spawn] = ACTIONS(3197), - [anon_sym_json_DOTdecode] = ACTIONS(3197), - [anon_sym_LBRACK2] = ACTIONS(3197), - [anon_sym_TILDE] = ACTIONS(3197), - [anon_sym_CARET] = ACTIONS(3197), - [anon_sym_AMP] = ACTIONS(3197), - [anon_sym_LT_DASH] = ACTIONS(3197), - [anon_sym_LT_LT] = ACTIONS(3197), - [anon_sym_GT_GT] = ACTIONS(3197), - [anon_sym_GT_GT_GT] = ACTIONS(3197), - [anon_sym_AMP_CARET] = ACTIONS(3197), - [anon_sym_AMP_AMP] = ACTIONS(3197), - [anon_sym_PIPE_PIPE] = ACTIONS(3197), - [anon_sym_or] = ACTIONS(3197), - [sym_none] = ACTIONS(3197), - [sym_true] = ACTIONS(3197), - [sym_false] = ACTIONS(3197), - [sym_nil] = ACTIONS(3197), - [anon_sym_QMARK_DOT] = ACTIONS(3197), - [anon_sym_POUND_LBRACK] = ACTIONS(3197), - [anon_sym_if] = ACTIONS(3197), - [anon_sym_DOLLARif] = ACTIONS(3197), - [anon_sym_is] = ACTIONS(3197), - [anon_sym_BANGis] = ACTIONS(3197), - [anon_sym_in] = ACTIONS(3197), - [anon_sym_BANGin] = ACTIONS(3197), - [anon_sym_match] = ACTIONS(3197), - [anon_sym_select] = ACTIONS(3197), - [anon_sym_STAR_EQ] = ACTIONS(3197), - [anon_sym_SLASH_EQ] = ACTIONS(3197), - [anon_sym_PERCENT_EQ] = ACTIONS(3197), - [anon_sym_LT_LT_EQ] = ACTIONS(3197), - [anon_sym_GT_GT_EQ] = ACTIONS(3197), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3197), - [anon_sym_AMP_EQ] = ACTIONS(3197), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3197), - [anon_sym_PLUS_EQ] = ACTIONS(3197), - [anon_sym_DASH_EQ] = ACTIONS(3197), - [anon_sym_PIPE_EQ] = ACTIONS(3197), - [anon_sym_CARET_EQ] = ACTIONS(3197), - [anon_sym_COLON_EQ] = ACTIONS(3197), - [anon_sym_lock] = ACTIONS(3197), - [anon_sym_rlock] = ACTIONS(3197), - [anon_sym_unsafe] = ACTIONS(3197), - [anon_sym_sql] = ACTIONS(3197), - [sym_int_literal] = ACTIONS(3197), - [sym_float_literal] = ACTIONS(3197), - [sym_rune_literal] = ACTIONS(3197), - [anon_sym_AT] = ACTIONS(3197), - [anon_sym_shared] = ACTIONS(3197), - [anon_sym_map_LBRACK] = ACTIONS(3197), - [anon_sym_chan] = ACTIONS(3197), - [anon_sym_thread] = ACTIONS(3197), - [anon_sym_atomic] = ACTIONS(3197), - [anon_sym_assert] = ACTIONS(3197), - [anon_sym_defer] = ACTIONS(3197), - [anon_sym_goto] = ACTIONS(3197), - [anon_sym_break] = ACTIONS(3197), - [anon_sym_continue] = ACTIONS(3197), - [anon_sym_return] = ACTIONS(3197), - [anon_sym_DOLLARfor] = ACTIONS(3197), - [anon_sym_for] = ACTIONS(3197), - [anon_sym_POUND] = ACTIONS(3197), - [anon_sym_asm] = ACTIONS(3197), - [anon_sym_AT_LBRACK] = ACTIONS(3197), - [sym___double_quote] = ACTIONS(3197), - [sym___single_quote] = ACTIONS(3197), - [sym___c_double_quote] = ACTIONS(3197), - [sym___c_single_quote] = ACTIONS(3197), - [sym___r_double_quote] = ACTIONS(3197), - [sym___r_single_quote] = ACTIONS(3197), + [sym__expression] = STATE(982), + [sym__expression_without_blocks] = STATE(1081), + [sym__expression_with_blocks] = STATE(1081), + [sym_inc_expression] = STATE(1081), + [sym_dec_expression] = STATE(1081), + [sym_or_block_expression] = STATE(1081), + [sym_option_propagation_expression] = STATE(1081), + [sym_result_propagation_expression] = STATE(1081), + [sym_anon_struct_value_expression] = STATE(1075), + [sym_go_expression] = STATE(1081), + [sym_spawn_expression] = STATE(1081), + [sym_parenthesized_expression] = STATE(1081), + [sym_call_expression] = STATE(1081), + [sym_type_initializer] = STATE(1075), + [sym_function_literal] = STATE(1081), + [sym_reference_expression] = STATE(1004), + [sym_type_reference_expression] = STATE(3476), + [sym_unary_expression] = STATE(1081), + [sym_receive_expression] = STATE(1081), + [sym_binary_expression] = STATE(1081), + [sym_as_type_cast_expression] = STATE(1081), + [sym__max_group] = STATE(1081), + [sym_literal] = STATE(1081), + [sym_map_init_expression] = STATE(1075), + [sym_array_creation] = STATE(1081), + [sym_fixed_array_creation] = STATE(1081), + [sym_selector_expression] = STATE(1081), + [sym_index_expression] = STATE(1081), + [sym_slice_expression] = STATE(1081), + [sym_if_expression] = STATE(1075), + [sym_compile_time_if_expression] = STATE(1075), + [sym_is_expression] = STATE(1081), + [sym_not_is_expression] = STATE(1081), + [sym_in_expression] = STATE(1081), + [sym_not_in_expression] = STATE(1081), + [sym_enum_fetch] = STATE(1081), + [sym_match_expression] = STATE(1075), + [sym_select_expression] = STATE(1075), + [sym_lock_expression] = STATE(1075), + [sym_unsafe_expression] = STATE(1075), + [sym_sql_expression] = STATE(1075), + [sym_c_string_literal] = STATE(1085), + [sym_raw_string_literal] = STATE(1085), + [sym_interpreted_string_literal] = STATE(1085), + [sym_pseudo_compile_time_identifier] = STATE(1081), + [sym_mutability_modifiers] = STATE(580), + [sym_plain_type] = STATE(4296), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(483), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(489), + [anon_sym_LBRACE] = ACTIONS(2132), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_fn] = ACTIONS(495), + [anon_sym_PLUS] = ACTIONS(2821), + [anon_sym_DASH] = ACTIONS(2821), + [anon_sym_STAR] = ACTIONS(2823), + [anon_sym_struct] = ACTIONS(501), + [anon_sym_mut] = ACTIONS(37), + [anon_sym_QMARK] = ACTIONS(43), + [anon_sym_BANG] = ACTIONS(2825), + [anon_sym_go] = ACTIONS(2827), + [anon_sym_spawn] = ACTIONS(2829), + [anon_sym_json_DOTdecode] = ACTIONS(2142), + [anon_sym_LBRACK2] = ACTIONS(2144), + [anon_sym_TILDE] = ACTIONS(2821), + [anon_sym_CARET] = ACTIONS(2821), + [anon_sym_AMP] = ACTIONS(2831), + [anon_sym_LT_DASH] = ACTIONS(2833), + [sym_none] = ACTIONS(519), + [sym_true] = ACTIONS(519), + [sym_false] = ACTIONS(519), + [sym_nil] = ACTIONS(519), + [anon_sym_if] = ACTIONS(521), + [anon_sym_DOLLARif] = ACTIONS(523), + [anon_sym_match] = ACTIONS(525), + [anon_sym_select] = ACTIONS(2835), + [anon_sym_lock] = ACTIONS(2837), + [anon_sym_rlock] = ACTIONS(2837), + [anon_sym_unsafe] = ACTIONS(531), + [anon_sym_sql] = ACTIONS(533), + [sym_int_literal] = ACTIONS(519), + [sym_float_literal] = ACTIONS(2150), + [sym_rune_literal] = ACTIONS(2150), + [anon_sym_AT] = ACTIONS(535), + [anon_sym_shared] = ACTIONS(79), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(2152), + [sym___single_quote] = ACTIONS(2154), + [sym___c_double_quote] = ACTIONS(2156), + [sym___c_single_quote] = ACTIONS(2158), + [sym___r_double_quote] = ACTIONS(2160), + [sym___r_single_quote] = ACTIONS(2162), }, [957] = { - [sym_reference_expression] = STATE(4416), - [sym_type_reference_expression] = STATE(3389), - [sym_plain_type] = STATE(3415), - [sym__plain_type_without_special] = STATE(3442), - [sym_anon_struct_type] = STATE(3438), - [sym_multi_return_type] = STATE(3442), - [sym_result_type] = STATE(3442), - [sym_option_type] = STATE(3442), - [sym_qualified_type] = STATE(3389), - [sym_fixed_array_type] = STATE(3438), - [sym_array_type] = STATE(3438), - [sym_pointer_type] = STATE(3438), - [sym_wrong_pointer_type] = STATE(3438), - [sym_map_type] = STATE(3438), - [sym_channel_type] = STATE(3438), - [sym_shared_type] = STATE(3438), - [sym_thread_type] = STATE(3438), - [sym_atomic_type] = STATE(3438), - [sym_generic_type] = STATE(3438), - [sym_function_type] = STATE(3438), - [sym_identifier] = ACTIONS(3199), - [anon_sym_LF] = ACTIONS(2774), - [anon_sym_CR] = ACTIONS(2774), - [anon_sym_CR_LF] = ACTIONS(2774), + [sym_reference_expression] = STATE(4512), + [sym_type_reference_expression] = STATE(3367), + [sym_plain_type] = STATE(3424), + [sym__plain_type_without_special] = STATE(3449), + [sym_anon_struct_type] = STATE(3433), + [sym_multi_return_type] = STATE(3449), + [sym_result_type] = STATE(3449), + [sym_option_type] = STATE(3449), + [sym_qualified_type] = STATE(3367), + [sym_fixed_array_type] = STATE(3433), + [sym_array_type] = STATE(3433), + [sym_pointer_type] = STATE(3433), + [sym_wrong_pointer_type] = STATE(3433), + [sym_map_type] = STATE(3433), + [sym_channel_type] = STATE(3433), + [sym_shared_type] = STATE(3433), + [sym_thread_type] = STATE(3433), + [sym_atomic_type] = STATE(3433), + [sym_generic_type] = STATE(3433), + [sym_function_type] = STATE(3433), + [sym_identifier] = ACTIONS(3201), + [anon_sym_LF] = ACTIONS(2472), + [anon_sym_CR] = ACTIONS(2472), + [anon_sym_CR_LF] = ACTIONS(2472), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2772), - [anon_sym_DOT] = ACTIONS(2772), - [anon_sym_as] = ACTIONS(2772), - [anon_sym_LBRACE] = ACTIONS(2774), - [anon_sym_COMMA] = ACTIONS(2772), - [anon_sym_RBRACE] = ACTIONS(2774), - [anon_sym_LPAREN] = ACTIONS(3201), - [anon_sym___global] = ACTIONS(3029), - [anon_sym_PIPE] = ACTIONS(2772), - [anon_sym_fn] = ACTIONS(3203), - [anon_sym_PLUS] = ACTIONS(2772), - [anon_sym_DASH] = ACTIONS(2772), - [anon_sym_STAR] = ACTIONS(3205), - [anon_sym_SLASH] = ACTIONS(2772), - [anon_sym_PERCENT] = ACTIONS(2772), - [anon_sym_LT] = ACTIONS(2772), - [anon_sym_GT] = ACTIONS(2772), - [anon_sym_EQ_EQ] = ACTIONS(2772), - [anon_sym_BANG_EQ] = ACTIONS(2772), - [anon_sym_LT_EQ] = ACTIONS(2772), - [anon_sym_GT_EQ] = ACTIONS(2772), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2772), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_struct] = ACTIONS(3207), - [anon_sym_pub] = ACTIONS(3029), - [anon_sym_mut] = ACTIONS(2774), - [anon_sym_COLON] = ACTIONS(2772), - [anon_sym_PLUS_PLUS] = ACTIONS(2772), - [anon_sym_DASH_DASH] = ACTIONS(2772), - [anon_sym_QMARK] = ACTIONS(3209), - [anon_sym_BANG] = ACTIONS(3211), - [anon_sym_go] = ACTIONS(2772), - [anon_sym_spawn] = ACTIONS(2772), - [anon_sym_json_DOTdecode] = ACTIONS(2772), - [anon_sym_LBRACK2] = ACTIONS(3213), - [anon_sym_TILDE] = ACTIONS(2772), - [anon_sym_CARET] = ACTIONS(2772), - [anon_sym_AMP] = ACTIONS(3215), - [anon_sym_LT_DASH] = ACTIONS(2772), - [anon_sym_LT_LT] = ACTIONS(2772), - [anon_sym_GT_GT] = ACTIONS(2772), - [anon_sym_GT_GT_GT] = ACTIONS(2772), - [anon_sym_AMP_CARET] = ACTIONS(2772), - [anon_sym_AMP_AMP] = ACTIONS(2772), - [anon_sym_PIPE_PIPE] = ACTIONS(2772), - [anon_sym_or] = ACTIONS(2772), - [sym_none] = ACTIONS(2772), - [sym_true] = ACTIONS(2772), - [sym_false] = ACTIONS(2772), - [sym_nil] = ACTIONS(2772), - [anon_sym_QMARK_DOT] = ACTIONS(2772), - [anon_sym_POUND_LBRACK] = ACTIONS(2772), - [anon_sym_if] = ACTIONS(2772), - [anon_sym_DOLLARif] = ACTIONS(2772), - [anon_sym_is] = ACTIONS(2772), - [anon_sym_BANGis] = ACTIONS(2772), - [anon_sym_in] = ACTIONS(2772), - [anon_sym_BANGin] = ACTIONS(2772), - [anon_sym_match] = ACTIONS(2772), - [anon_sym_select] = ACTIONS(2772), - [anon_sym_lock] = ACTIONS(2772), - [anon_sym_rlock] = ACTIONS(2772), - [anon_sym_unsafe] = ACTIONS(2772), - [anon_sym_sql] = ACTIONS(2772), - [sym_int_literal] = ACTIONS(2772), - [sym_float_literal] = ACTIONS(2772), - [sym_rune_literal] = ACTIONS(2772), - [anon_sym_AT] = ACTIONS(2772), - [anon_sym_shared] = ACTIONS(3217), - [anon_sym_map_LBRACK] = ACTIONS(3219), - [anon_sym_chan] = ACTIONS(3221), - [anon_sym_thread] = ACTIONS(3223), - [anon_sym_atomic] = ACTIONS(3225), - [sym___double_quote] = ACTIONS(2772), - [sym___single_quote] = ACTIONS(2772), - [sym___c_double_quote] = ACTIONS(2772), - [sym___c_single_quote] = ACTIONS(2772), - [sym___r_double_quote] = ACTIONS(2772), - [sym___r_single_quote] = ACTIONS(2772), + [anon_sym_SEMI] = ACTIONS(2470), + [anon_sym_DOT] = ACTIONS(2470), + [anon_sym_as] = ACTIONS(2470), + [anon_sym_LBRACE] = ACTIONS(2472), + [anon_sym_COMMA] = ACTIONS(2470), + [anon_sym_RBRACE] = ACTIONS(2472), + [anon_sym_LPAREN] = ACTIONS(3203), + [anon_sym___global] = ACTIONS(3179), + [anon_sym_PIPE] = ACTIONS(2470), + [anon_sym_fn] = ACTIONS(3205), + [anon_sym_PLUS] = ACTIONS(2470), + [anon_sym_DASH] = ACTIONS(2470), + [anon_sym_STAR] = ACTIONS(3207), + [anon_sym_SLASH] = ACTIONS(2470), + [anon_sym_PERCENT] = ACTIONS(2470), + [anon_sym_LT] = ACTIONS(2470), + [anon_sym_GT] = ACTIONS(2470), + [anon_sym_EQ_EQ] = ACTIONS(2470), + [anon_sym_BANG_EQ] = ACTIONS(2470), + [anon_sym_LT_EQ] = ACTIONS(2470), + [anon_sym_GT_EQ] = ACTIONS(2470), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2470), + [anon_sym_LBRACK] = ACTIONS(2475), + [anon_sym_LT2] = ACTIONS(2472), + [anon_sym_struct] = ACTIONS(3209), + [anon_sym_pub] = ACTIONS(3179), + [anon_sym_mut] = ACTIONS(2472), + [anon_sym_COLON] = ACTIONS(2470), + [anon_sym_PLUS_PLUS] = ACTIONS(2470), + [anon_sym_DASH_DASH] = ACTIONS(2470), + [anon_sym_QMARK] = ACTIONS(3211), + [anon_sym_BANG] = ACTIONS(3213), + [anon_sym_go] = ACTIONS(2470), + [anon_sym_spawn] = ACTIONS(2470), + [anon_sym_json_DOTdecode] = ACTIONS(2470), + [anon_sym_LBRACK2] = ACTIONS(3215), + [anon_sym_TILDE] = ACTIONS(2470), + [anon_sym_CARET] = ACTIONS(2470), + [anon_sym_AMP] = ACTIONS(3217), + [anon_sym_LT_DASH] = ACTIONS(2470), + [anon_sym_LT_LT] = ACTIONS(2470), + [anon_sym_GT_GT] = ACTIONS(2470), + [anon_sym_GT_GT_GT] = ACTIONS(2470), + [anon_sym_AMP_CARET] = ACTIONS(2470), + [anon_sym_AMP_AMP] = ACTIONS(2470), + [anon_sym_PIPE_PIPE] = ACTIONS(2470), + [anon_sym_or] = ACTIONS(2470), + [sym_none] = ACTIONS(2470), + [sym_true] = ACTIONS(2470), + [sym_false] = ACTIONS(2470), + [sym_nil] = ACTIONS(2470), + [anon_sym_QMARK_DOT] = ACTIONS(2470), + [anon_sym_POUND_LBRACK] = ACTIONS(2470), + [anon_sym_if] = ACTIONS(2470), + [anon_sym_DOLLARif] = ACTIONS(2470), + [anon_sym_is] = ACTIONS(2470), + [anon_sym_BANGis] = ACTIONS(2470), + [anon_sym_in] = ACTIONS(2470), + [anon_sym_BANGin] = ACTIONS(2470), + [anon_sym_match] = ACTIONS(2470), + [anon_sym_select] = ACTIONS(2470), + [anon_sym_lock] = ACTIONS(2470), + [anon_sym_rlock] = ACTIONS(2470), + [anon_sym_unsafe] = ACTIONS(2470), + [anon_sym_sql] = ACTIONS(2470), + [sym_int_literal] = ACTIONS(2470), + [sym_float_literal] = ACTIONS(2470), + [sym_rune_literal] = ACTIONS(2470), + [anon_sym_AT] = ACTIONS(2470), + [anon_sym_shared] = ACTIONS(3219), + [anon_sym_map_LBRACK] = ACTIONS(3221), + [anon_sym_chan] = ACTIONS(3223), + [anon_sym_thread] = ACTIONS(3225), + [anon_sym_atomic] = ACTIONS(3227), + [sym___double_quote] = ACTIONS(2470), + [sym___single_quote] = ACTIONS(2470), + [sym___c_double_quote] = ACTIONS(2470), + [sym___c_single_quote] = ACTIONS(2470), + [sym___r_double_quote] = ACTIONS(2470), + [sym___r_single_quote] = ACTIONS(2470), }, [958] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), [aux_sym_strictly_expression_list_repeat1] = STATE(1422), - [ts_builtin_sym_end] = ACTIONS(3227), - [sym_identifier] = ACTIONS(1770), - [anon_sym_LF] = ACTIONS(1770), - [anon_sym_CR] = ACTIONS(1770), - [anon_sym_CR_LF] = ACTIONS(1770), + [ts_builtin_sym_end] = ACTIONS(3229), + [sym_identifier] = ACTIONS(1684), + [anon_sym_LF] = ACTIONS(1684), + [anon_sym_CR] = ACTIONS(1684), + [anon_sym_CR_LF] = ACTIONS(1684), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(3231), - [anon_sym_LBRACE] = ACTIONS(1770), - [anon_sym_COMMA] = ACTIONS(3233), - [anon_sym_const] = ACTIONS(1770), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(1770), - [anon_sym_type] = ACTIONS(1770), - [anon_sym_PIPE] = ACTIONS(3237), - [anon_sym_fn] = ACTIONS(1770), - [anon_sym_PLUS] = ACTIONS(3237), - [anon_sym_DASH] = ACTIONS(3237), - [anon_sym_STAR] = ACTIONS(3239), - [anon_sym_SLASH] = ACTIONS(3239), - [anon_sym_PERCENT] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(3241), - [anon_sym_GT] = ACTIONS(3241), - [anon_sym_EQ_EQ] = ACTIONS(3241), - [anon_sym_BANG_EQ] = ACTIONS(3241), - [anon_sym_LT_EQ] = ACTIONS(3241), - [anon_sym_GT_EQ] = ACTIONS(3241), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(1770), - [anon_sym_union] = ACTIONS(1770), - [anon_sym_pub] = ACTIONS(1770), - [anon_sym_mut] = ACTIONS(1770), - [anon_sym_enum] = ACTIONS(1770), - [anon_sym_interface] = ACTIONS(1770), - [anon_sym_PLUS_PLUS] = ACTIONS(3245), - [anon_sym_DASH_DASH] = ACTIONS(3247), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(1770), - [anon_sym_spawn] = ACTIONS(1770), - [anon_sym_json_DOTdecode] = ACTIONS(1770), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(1770), - [anon_sym_CARET] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT_DASH] = ACTIONS(1770), - [anon_sym_LT_LT] = ACTIONS(3239), - [anon_sym_GT_GT] = ACTIONS(3239), - [anon_sym_GT_GT_GT] = ACTIONS(3239), - [anon_sym_AMP_CARET] = ACTIONS(3239), - [anon_sym_AMP_AMP] = ACTIONS(3255), - [anon_sym_PIPE_PIPE] = ACTIONS(3257), - [anon_sym_or] = ACTIONS(3259), - [sym_none] = ACTIONS(1770), - [sym_true] = ACTIONS(1770), - [sym_false] = ACTIONS(1770), - [sym_nil] = ACTIONS(1770), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_DOLLARif] = ACTIONS(1770), - [anon_sym_is] = ACTIONS(3261), - [anon_sym_BANGis] = ACTIONS(3263), - [anon_sym_in] = ACTIONS(3265), - [anon_sym_BANGin] = ACTIONS(3267), - [anon_sym_match] = ACTIONS(1770), - [anon_sym_select] = ACTIONS(1770), - [anon_sym_lock] = ACTIONS(1770), - [anon_sym_rlock] = ACTIONS(1770), - [anon_sym_unsafe] = ACTIONS(1770), - [anon_sym_sql] = ACTIONS(1770), - [sym_int_literal] = ACTIONS(1770), - [sym_float_literal] = ACTIONS(1770), - [sym_rune_literal] = ACTIONS(1770), - [anon_sym_AT] = ACTIONS(1770), - [anon_sym_shared] = ACTIONS(1770), - [anon_sym_map_LBRACK] = ACTIONS(1770), - [anon_sym_chan] = ACTIONS(1770), - [anon_sym_thread] = ACTIONS(1770), - [anon_sym_atomic] = ACTIONS(1770), - [anon_sym_assert] = ACTIONS(1770), - [anon_sym_defer] = ACTIONS(1770), - [anon_sym_goto] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_DOLLARfor] = ACTIONS(1770), - [anon_sym_for] = ACTIONS(1770), - [anon_sym_POUND] = ACTIONS(1770), - [anon_sym_asm] = ACTIONS(1770), - [anon_sym_AT_LBRACK] = ACTIONS(1770), - [sym___double_quote] = ACTIONS(1770), - [sym___single_quote] = ACTIONS(1770), - [sym___c_double_quote] = ACTIONS(1770), - [sym___c_single_quote] = ACTIONS(1770), - [sym___r_double_quote] = ACTIONS(1770), - [sym___r_single_quote] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(3233), + [anon_sym_LBRACE] = ACTIONS(1684), + [anon_sym_COMMA] = ACTIONS(3235), + [anon_sym_const] = ACTIONS(1684), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(1684), + [anon_sym_type] = ACTIONS(1684), + [anon_sym_PIPE] = ACTIONS(3239), + [anon_sym_fn] = ACTIONS(1684), + [anon_sym_PLUS] = ACTIONS(3239), + [anon_sym_DASH] = ACTIONS(3239), + [anon_sym_STAR] = ACTIONS(3241), + [anon_sym_SLASH] = ACTIONS(3241), + [anon_sym_PERCENT] = ACTIONS(3241), + [anon_sym_LT] = ACTIONS(3243), + [anon_sym_GT] = ACTIONS(3243), + [anon_sym_EQ_EQ] = ACTIONS(3243), + [anon_sym_BANG_EQ] = ACTIONS(3243), + [anon_sym_LT_EQ] = ACTIONS(3243), + [anon_sym_GT_EQ] = ACTIONS(3243), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1684), + [anon_sym_union] = ACTIONS(1684), + [anon_sym_pub] = ACTIONS(1684), + [anon_sym_mut] = ACTIONS(1684), + [anon_sym_enum] = ACTIONS(1684), + [anon_sym_interface] = ACTIONS(1684), + [anon_sym_PLUS_PLUS] = ACTIONS(3247), + [anon_sym_DASH_DASH] = ACTIONS(3249), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(1684), + [anon_sym_spawn] = ACTIONS(1684), + [anon_sym_json_DOTdecode] = ACTIONS(1684), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(1684), + [anon_sym_CARET] = ACTIONS(3239), + [anon_sym_AMP] = ACTIONS(3241), + [anon_sym_LT_DASH] = ACTIONS(1684), + [anon_sym_LT_LT] = ACTIONS(3241), + [anon_sym_GT_GT] = ACTIONS(3241), + [anon_sym_GT_GT_GT] = ACTIONS(3241), + [anon_sym_AMP_CARET] = ACTIONS(3241), + [anon_sym_AMP_AMP] = ACTIONS(3257), + [anon_sym_PIPE_PIPE] = ACTIONS(3259), + [anon_sym_or] = ACTIONS(3261), + [sym_none] = ACTIONS(1684), + [sym_true] = ACTIONS(1684), + [sym_false] = ACTIONS(1684), + [sym_nil] = ACTIONS(1684), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(1684), + [anon_sym_DOLLARif] = ACTIONS(1684), + [anon_sym_is] = ACTIONS(3263), + [anon_sym_BANGis] = ACTIONS(3265), + [anon_sym_in] = ACTIONS(3267), + [anon_sym_BANGin] = ACTIONS(3269), + [anon_sym_match] = ACTIONS(1684), + [anon_sym_select] = ACTIONS(1684), + [anon_sym_lock] = ACTIONS(1684), + [anon_sym_rlock] = ACTIONS(1684), + [anon_sym_unsafe] = ACTIONS(1684), + [anon_sym_sql] = ACTIONS(1684), + [sym_int_literal] = ACTIONS(1684), + [sym_float_literal] = ACTIONS(1684), + [sym_rune_literal] = ACTIONS(1684), + [anon_sym_AT] = ACTIONS(1684), + [anon_sym_shared] = ACTIONS(1684), + [anon_sym_map_LBRACK] = ACTIONS(1684), + [anon_sym_chan] = ACTIONS(1684), + [anon_sym_thread] = ACTIONS(1684), + [anon_sym_atomic] = ACTIONS(1684), + [anon_sym_assert] = ACTIONS(1684), + [anon_sym_defer] = ACTIONS(1684), + [anon_sym_goto] = ACTIONS(1684), + [anon_sym_break] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(1684), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_DOLLARfor] = ACTIONS(1684), + [anon_sym_for] = ACTIONS(1684), + [anon_sym_POUND] = ACTIONS(1684), + [anon_sym_asm] = ACTIONS(1684), + [anon_sym_AT_LBRACK] = ACTIONS(1684), + [sym___double_quote] = ACTIONS(1684), + [sym___single_quote] = ACTIONS(1684), + [sym___c_double_quote] = ACTIONS(1684), + [sym___c_single_quote] = ACTIONS(1684), + [sym___r_double_quote] = ACTIONS(1684), + [sym___r_single_quote] = ACTIONS(1684), }, [959] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(2074), - [sym_identifier] = ACTIONS(2076), - [anon_sym_LF] = ACTIONS(2076), - [anon_sym_CR] = ACTIONS(2076), - [anon_sym_CR_LF] = ACTIONS(2076), + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(1796), + [sym_identifier] = ACTIONS(1782), + [anon_sym_LF] = ACTIONS(1782), + [anon_sym_CR] = ACTIONS(1782), + [anon_sym_CR_LF] = ACTIONS(1782), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2076), - [anon_sym_COMMA] = ACTIONS(2076), - [anon_sym_const] = ACTIONS(2076), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(2076), - [anon_sym_type] = ACTIONS(2076), - [anon_sym_PIPE] = ACTIONS(3237), - [anon_sym_fn] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(3237), - [anon_sym_DASH] = ACTIONS(3237), - [anon_sym_STAR] = ACTIONS(3239), - [anon_sym_SLASH] = ACTIONS(3239), - [anon_sym_PERCENT] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(3241), - [anon_sym_GT] = ACTIONS(3241), - [anon_sym_EQ_EQ] = ACTIONS(3241), - [anon_sym_BANG_EQ] = ACTIONS(3241), - [anon_sym_LT_EQ] = ACTIONS(3241), - [anon_sym_GT_EQ] = ACTIONS(3241), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_union] = ACTIONS(2076), - [anon_sym_pub] = ACTIONS(2076), - [anon_sym_mut] = ACTIONS(2076), - [anon_sym_enum] = ACTIONS(2076), - [anon_sym_interface] = ACTIONS(2076), - [anon_sym_PLUS_PLUS] = ACTIONS(2076), - [anon_sym_DASH_DASH] = ACTIONS(2076), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(2076), - [anon_sym_spawn] = ACTIONS(2076), - [anon_sym_json_DOTdecode] = ACTIONS(2076), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(2076), - [anon_sym_CARET] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT_DASH] = ACTIONS(2076), - [anon_sym_LT_LT] = ACTIONS(3239), - [anon_sym_GT_GT] = ACTIONS(3239), - [anon_sym_GT_GT_GT] = ACTIONS(3239), - [anon_sym_AMP_CARET] = ACTIONS(3239), - [anon_sym_AMP_AMP] = ACTIONS(2076), - [anon_sym_PIPE_PIPE] = ACTIONS(2076), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2076), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_nil] = ACTIONS(2076), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_DOLLARif] = ACTIONS(2076), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2076), - [anon_sym_in] = ACTIONS(3265), - [anon_sym_BANGin] = ACTIONS(3267), - [anon_sym_match] = ACTIONS(2076), - [anon_sym_select] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2076), - [anon_sym_rlock] = ACTIONS(2076), - [anon_sym_unsafe] = ACTIONS(2076), - [anon_sym_sql] = ACTIONS(2076), - [sym_int_literal] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2076), - [sym_rune_literal] = ACTIONS(2076), - [anon_sym_AT] = ACTIONS(2076), - [anon_sym_shared] = ACTIONS(2076), - [anon_sym_map_LBRACK] = ACTIONS(2076), - [anon_sym_chan] = ACTIONS(2076), - [anon_sym_thread] = ACTIONS(2076), - [anon_sym_atomic] = ACTIONS(2076), - [anon_sym_assert] = ACTIONS(2076), - [anon_sym_defer] = ACTIONS(2076), - [anon_sym_goto] = ACTIONS(2076), - [anon_sym_break] = ACTIONS(2076), - [anon_sym_continue] = ACTIONS(2076), - [anon_sym_return] = ACTIONS(2076), - [anon_sym_DOLLARfor] = ACTIONS(2076), - [anon_sym_for] = ACTIONS(2076), - [anon_sym_POUND] = ACTIONS(2076), - [anon_sym_asm] = ACTIONS(2076), - [anon_sym_AT_LBRACK] = ACTIONS(2076), - [sym___double_quote] = ACTIONS(2076), - [sym___single_quote] = ACTIONS(2076), - [sym___c_double_quote] = ACTIONS(2076), - [sym___c_single_quote] = ACTIONS(2076), - [sym___r_double_quote] = ACTIONS(2076), - [sym___r_single_quote] = ACTIONS(2076), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1782), + [anon_sym_COMMA] = ACTIONS(1782), + [anon_sym_const] = ACTIONS(1782), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(1782), + [anon_sym_type] = ACTIONS(1782), + [anon_sym_PIPE] = ACTIONS(3239), + [anon_sym_fn] = ACTIONS(1782), + [anon_sym_PLUS] = ACTIONS(3239), + [anon_sym_DASH] = ACTIONS(3239), + [anon_sym_STAR] = ACTIONS(3241), + [anon_sym_SLASH] = ACTIONS(3241), + [anon_sym_PERCENT] = ACTIONS(3241), + [anon_sym_LT] = ACTIONS(3243), + [anon_sym_GT] = ACTIONS(3243), + [anon_sym_EQ_EQ] = ACTIONS(3243), + [anon_sym_BANG_EQ] = ACTIONS(3243), + [anon_sym_LT_EQ] = ACTIONS(3243), + [anon_sym_GT_EQ] = ACTIONS(3243), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1782), + [anon_sym_union] = ACTIONS(1782), + [anon_sym_pub] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_enum] = ACTIONS(1782), + [anon_sym_interface] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(1782), + [anon_sym_spawn] = ACTIONS(1782), + [anon_sym_json_DOTdecode] = ACTIONS(1782), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_CARET] = ACTIONS(3239), + [anon_sym_AMP] = ACTIONS(3241), + [anon_sym_LT_DASH] = ACTIONS(1782), + [anon_sym_LT_LT] = ACTIONS(3241), + [anon_sym_GT_GT] = ACTIONS(3241), + [anon_sym_GT_GT_GT] = ACTIONS(3241), + [anon_sym_AMP_CARET] = ACTIONS(3241), + [anon_sym_AMP_AMP] = ACTIONS(3257), + [anon_sym_PIPE_PIPE] = ACTIONS(1782), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1782), + [sym_true] = ACTIONS(1782), + [sym_false] = ACTIONS(1782), + [sym_nil] = ACTIONS(1782), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_DOLLARif] = ACTIONS(1782), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1782), + [anon_sym_in] = ACTIONS(3267), + [anon_sym_BANGin] = ACTIONS(3269), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_select] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1782), + [anon_sym_rlock] = ACTIONS(1782), + [anon_sym_unsafe] = ACTIONS(1782), + [anon_sym_sql] = ACTIONS(1782), + [sym_int_literal] = ACTIONS(1782), + [sym_float_literal] = ACTIONS(1782), + [sym_rune_literal] = ACTIONS(1782), + [anon_sym_AT] = ACTIONS(1782), + [anon_sym_shared] = ACTIONS(1782), + [anon_sym_map_LBRACK] = ACTIONS(1782), + [anon_sym_chan] = ACTIONS(1782), + [anon_sym_thread] = ACTIONS(1782), + [anon_sym_atomic] = ACTIONS(1782), + [anon_sym_assert] = ACTIONS(1782), + [anon_sym_defer] = ACTIONS(1782), + [anon_sym_goto] = ACTIONS(1782), + [anon_sym_break] = ACTIONS(1782), + [anon_sym_continue] = ACTIONS(1782), + [anon_sym_return] = ACTIONS(1782), + [anon_sym_DOLLARfor] = ACTIONS(1782), + [anon_sym_for] = ACTIONS(1782), + [anon_sym_POUND] = ACTIONS(1782), + [anon_sym_asm] = ACTIONS(1782), + [anon_sym_AT_LBRACK] = ACTIONS(1782), + [sym___double_quote] = ACTIONS(1782), + [sym___single_quote] = ACTIONS(1782), + [sym___c_double_quote] = ACTIONS(1782), + [sym___c_single_quote] = ACTIONS(1782), + [sym___r_double_quote] = ACTIONS(1782), + [sym___r_single_quote] = ACTIONS(1782), }, [960] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(2228), - [sym_identifier] = ACTIONS(2230), - [anon_sym_LF] = ACTIONS(2230), - [anon_sym_CR] = ACTIONS(2230), - [anon_sym_CR_LF] = ACTIONS(2230), + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(1786), + [sym_identifier] = ACTIONS(1788), + [anon_sym_LF] = ACTIONS(1788), + [anon_sym_CR] = ACTIONS(1788), + [anon_sym_CR_LF] = ACTIONS(1788), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(2230), - [anon_sym_LBRACE] = ACTIONS(2230), - [anon_sym_COMMA] = ACTIONS(2230), - [anon_sym_const] = ACTIONS(2230), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(2230), - [anon_sym_type] = ACTIONS(2230), - [anon_sym_PIPE] = ACTIONS(2230), - [anon_sym_fn] = ACTIONS(2230), - [anon_sym_PLUS] = ACTIONS(2230), - [anon_sym_DASH] = ACTIONS(2230), - [anon_sym_STAR] = ACTIONS(2230), - [anon_sym_SLASH] = ACTIONS(2230), - [anon_sym_PERCENT] = ACTIONS(2230), - [anon_sym_LT] = ACTIONS(2230), - [anon_sym_GT] = ACTIONS(2230), - [anon_sym_EQ_EQ] = ACTIONS(2230), - [anon_sym_BANG_EQ] = ACTIONS(2230), - [anon_sym_LT_EQ] = ACTIONS(2230), - [anon_sym_GT_EQ] = ACTIONS(2230), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(2230), - [anon_sym_union] = ACTIONS(2230), - [anon_sym_pub] = ACTIONS(2230), - [anon_sym_mut] = ACTIONS(2230), - [anon_sym_enum] = ACTIONS(2230), - [anon_sym_interface] = ACTIONS(2230), - [anon_sym_PLUS_PLUS] = ACTIONS(2230), - [anon_sym_DASH_DASH] = ACTIONS(2230), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(2230), - [anon_sym_spawn] = ACTIONS(2230), - [anon_sym_json_DOTdecode] = ACTIONS(2230), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(2230), - [anon_sym_CARET] = ACTIONS(2230), - [anon_sym_AMP] = ACTIONS(2230), - [anon_sym_LT_DASH] = ACTIONS(2230), - [anon_sym_LT_LT] = ACTIONS(2230), - [anon_sym_GT_GT] = ACTIONS(2230), - [anon_sym_GT_GT_GT] = ACTIONS(2230), - [anon_sym_AMP_CARET] = ACTIONS(2230), - [anon_sym_AMP_AMP] = ACTIONS(2230), - [anon_sym_PIPE_PIPE] = ACTIONS(2230), - [anon_sym_or] = ACTIONS(2230), - [sym_none] = ACTIONS(2230), - [sym_true] = ACTIONS(2230), - [sym_false] = ACTIONS(2230), - [sym_nil] = ACTIONS(2230), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(2230), - [anon_sym_DOLLARif] = ACTIONS(2230), - [anon_sym_is] = ACTIONS(2230), - [anon_sym_BANGis] = ACTIONS(2230), - [anon_sym_in] = ACTIONS(2230), - [anon_sym_BANGin] = ACTIONS(2230), - [anon_sym_match] = ACTIONS(2230), - [anon_sym_select] = ACTIONS(2230), - [anon_sym_lock] = ACTIONS(2230), - [anon_sym_rlock] = ACTIONS(2230), - [anon_sym_unsafe] = ACTIONS(2230), - [anon_sym_sql] = ACTIONS(2230), - [sym_int_literal] = ACTIONS(2230), - [sym_float_literal] = ACTIONS(2230), - [sym_rune_literal] = ACTIONS(2230), - [anon_sym_AT] = ACTIONS(2230), - [anon_sym_shared] = ACTIONS(2230), - [anon_sym_map_LBRACK] = ACTIONS(2230), - [anon_sym_chan] = ACTIONS(2230), - [anon_sym_thread] = ACTIONS(2230), - [anon_sym_atomic] = ACTIONS(2230), - [anon_sym_assert] = ACTIONS(2230), - [anon_sym_defer] = ACTIONS(2230), - [anon_sym_goto] = ACTIONS(2230), - [anon_sym_break] = ACTIONS(2230), - [anon_sym_continue] = ACTIONS(2230), - [anon_sym_return] = ACTIONS(2230), - [anon_sym_DOLLARfor] = ACTIONS(2230), - [anon_sym_for] = ACTIONS(2230), - [anon_sym_POUND] = ACTIONS(2230), - [anon_sym_asm] = ACTIONS(2230), - [anon_sym_AT_LBRACK] = ACTIONS(2230), - [sym___double_quote] = ACTIONS(2230), - [sym___single_quote] = ACTIONS(2230), - [sym___c_double_quote] = ACTIONS(2230), - [sym___c_single_quote] = ACTIONS(2230), - [sym___r_double_quote] = ACTIONS(2230), - [sym___r_single_quote] = ACTIONS(2230), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(1788), + [anon_sym_LBRACE] = ACTIONS(1788), + [anon_sym_COMMA] = ACTIONS(1788), + [anon_sym_const] = ACTIONS(1788), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(1788), + [anon_sym_type] = ACTIONS(1788), + [anon_sym_PIPE] = ACTIONS(1788), + [anon_sym_fn] = ACTIONS(1788), + [anon_sym_PLUS] = ACTIONS(1788), + [anon_sym_DASH] = ACTIONS(1788), + [anon_sym_STAR] = ACTIONS(1788), + [anon_sym_SLASH] = ACTIONS(1788), + [anon_sym_PERCENT] = ACTIONS(1788), + [anon_sym_LT] = ACTIONS(1788), + [anon_sym_GT] = ACTIONS(1788), + [anon_sym_EQ_EQ] = ACTIONS(1788), + [anon_sym_BANG_EQ] = ACTIONS(1788), + [anon_sym_LT_EQ] = ACTIONS(1788), + [anon_sym_GT_EQ] = ACTIONS(1788), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1788), + [anon_sym_union] = ACTIONS(1788), + [anon_sym_pub] = ACTIONS(1788), + [anon_sym_mut] = ACTIONS(1788), + [anon_sym_enum] = ACTIONS(1788), + [anon_sym_interface] = ACTIONS(1788), + [anon_sym_PLUS_PLUS] = ACTIONS(1788), + [anon_sym_DASH_DASH] = ACTIONS(1788), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(1788), + [anon_sym_spawn] = ACTIONS(1788), + [anon_sym_json_DOTdecode] = ACTIONS(1788), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(1788), + [anon_sym_CARET] = ACTIONS(1788), + [anon_sym_AMP] = ACTIONS(1788), + [anon_sym_LT_DASH] = ACTIONS(1788), + [anon_sym_LT_LT] = ACTIONS(1788), + [anon_sym_GT_GT] = ACTIONS(1788), + [anon_sym_GT_GT_GT] = ACTIONS(1788), + [anon_sym_AMP_CARET] = ACTIONS(1788), + [anon_sym_AMP_AMP] = ACTIONS(1788), + [anon_sym_PIPE_PIPE] = ACTIONS(1788), + [anon_sym_or] = ACTIONS(1788), + [sym_none] = ACTIONS(1788), + [sym_true] = ACTIONS(1788), + [sym_false] = ACTIONS(1788), + [sym_nil] = ACTIONS(1788), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(1788), + [anon_sym_DOLLARif] = ACTIONS(1788), + [anon_sym_is] = ACTIONS(1788), + [anon_sym_BANGis] = ACTIONS(1788), + [anon_sym_in] = ACTIONS(1788), + [anon_sym_BANGin] = ACTIONS(1788), + [anon_sym_match] = ACTIONS(1788), + [anon_sym_select] = ACTIONS(1788), + [anon_sym_lock] = ACTIONS(1788), + [anon_sym_rlock] = ACTIONS(1788), + [anon_sym_unsafe] = ACTIONS(1788), + [anon_sym_sql] = ACTIONS(1788), + [sym_int_literal] = ACTIONS(1788), + [sym_float_literal] = ACTIONS(1788), + [sym_rune_literal] = ACTIONS(1788), + [anon_sym_AT] = ACTIONS(1788), + [anon_sym_shared] = ACTIONS(1788), + [anon_sym_map_LBRACK] = ACTIONS(1788), + [anon_sym_chan] = ACTIONS(1788), + [anon_sym_thread] = ACTIONS(1788), + [anon_sym_atomic] = ACTIONS(1788), + [anon_sym_assert] = ACTIONS(1788), + [anon_sym_defer] = ACTIONS(1788), + [anon_sym_goto] = ACTIONS(1788), + [anon_sym_break] = ACTIONS(1788), + [anon_sym_continue] = ACTIONS(1788), + [anon_sym_return] = ACTIONS(1788), + [anon_sym_DOLLARfor] = ACTIONS(1788), + [anon_sym_for] = ACTIONS(1788), + [anon_sym_POUND] = ACTIONS(1788), + [anon_sym_asm] = ACTIONS(1788), + [anon_sym_AT_LBRACK] = ACTIONS(1788), + [sym___double_quote] = ACTIONS(1788), + [sym___single_quote] = ACTIONS(1788), + [sym___c_double_quote] = ACTIONS(1788), + [sym___c_single_quote] = ACTIONS(1788), + [sym___r_double_quote] = ACTIONS(1788), + [sym___r_single_quote] = ACTIONS(1788), }, [961] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(2208), - [sym_identifier] = ACTIONS(2210), - [anon_sym_LF] = ACTIONS(2210), - [anon_sym_CR] = ACTIONS(2210), - [anon_sym_CR_LF] = ACTIONS(2210), + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3703), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(615), + [anon_sym_LF] = ACTIONS(615), + [anon_sym_CR] = ACTIONS(615), + [anon_sym_CR_LF] = ACTIONS(615), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(3231), - [anon_sym_LBRACE] = ACTIONS(2210), - [anon_sym_COMMA] = ACTIONS(2210), - [anon_sym_const] = ACTIONS(2210), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(2210), - [anon_sym_type] = ACTIONS(2210), - [anon_sym_PIPE] = ACTIONS(3237), - [anon_sym_fn] = ACTIONS(2210), - [anon_sym_PLUS] = ACTIONS(3237), - [anon_sym_DASH] = ACTIONS(3237), - [anon_sym_STAR] = ACTIONS(3239), - [anon_sym_SLASH] = ACTIONS(3239), - [anon_sym_PERCENT] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(3241), - [anon_sym_GT] = ACTIONS(3241), - [anon_sym_EQ_EQ] = ACTIONS(3241), - [anon_sym_BANG_EQ] = ACTIONS(3241), - [anon_sym_LT_EQ] = ACTIONS(3241), - [anon_sym_GT_EQ] = ACTIONS(3241), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(2210), - [anon_sym_union] = ACTIONS(2210), - [anon_sym_pub] = ACTIONS(2210), - [anon_sym_mut] = ACTIONS(2210), - [anon_sym_enum] = ACTIONS(2210), - [anon_sym_interface] = ACTIONS(2210), - [anon_sym_PLUS_PLUS] = ACTIONS(3245), - [anon_sym_DASH_DASH] = ACTIONS(3247), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(2210), - [anon_sym_spawn] = ACTIONS(2210), - [anon_sym_json_DOTdecode] = ACTIONS(2210), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(2210), - [anon_sym_CARET] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT_DASH] = ACTIONS(2210), - [anon_sym_LT_LT] = ACTIONS(3239), - [anon_sym_GT_GT] = ACTIONS(3239), - [anon_sym_GT_GT_GT] = ACTIONS(3239), - [anon_sym_AMP_CARET] = ACTIONS(3239), - [anon_sym_AMP_AMP] = ACTIONS(3255), - [anon_sym_PIPE_PIPE] = ACTIONS(3257), - [anon_sym_or] = ACTIONS(3259), - [sym_none] = ACTIONS(2210), - [sym_true] = ACTIONS(2210), - [sym_false] = ACTIONS(2210), - [sym_nil] = ACTIONS(2210), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(2210), - [anon_sym_DOLLARif] = ACTIONS(2210), - [anon_sym_is] = ACTIONS(3261), - [anon_sym_BANGis] = ACTIONS(3263), - [anon_sym_in] = ACTIONS(3265), - [anon_sym_BANGin] = ACTIONS(3267), - [anon_sym_match] = ACTIONS(2210), - [anon_sym_select] = ACTIONS(2210), - [anon_sym_lock] = ACTIONS(2210), - [anon_sym_rlock] = ACTIONS(2210), - [anon_sym_unsafe] = ACTIONS(2210), - [anon_sym_sql] = ACTIONS(2210), - [sym_int_literal] = ACTIONS(2210), - [sym_float_literal] = ACTIONS(2210), - [sym_rune_literal] = ACTIONS(2210), - [anon_sym_AT] = ACTIONS(2210), - [anon_sym_shared] = ACTIONS(2210), - [anon_sym_map_LBRACK] = ACTIONS(2210), - [anon_sym_chan] = ACTIONS(2210), - [anon_sym_thread] = ACTIONS(2210), - [anon_sym_atomic] = ACTIONS(2210), - [anon_sym_assert] = ACTIONS(2210), - [anon_sym_defer] = ACTIONS(2210), - [anon_sym_goto] = ACTIONS(2210), - [anon_sym_break] = ACTIONS(2210), - [anon_sym_continue] = ACTIONS(2210), - [anon_sym_return] = ACTIONS(2210), - [anon_sym_DOLLARfor] = ACTIONS(2210), - [anon_sym_for] = ACTIONS(2210), - [anon_sym_POUND] = ACTIONS(2210), - [anon_sym_asm] = ACTIONS(2210), - [anon_sym_AT_LBRACK] = ACTIONS(2210), - [sym___double_quote] = ACTIONS(2210), - [sym___single_quote] = ACTIONS(2210), - [sym___c_double_quote] = ACTIONS(2210), - [sym___c_single_quote] = ACTIONS(2210), - [sym___r_double_quote] = ACTIONS(2210), - [sym___r_single_quote] = ACTIONS(2210), + [anon_sym_SEMI] = ACTIONS(615), + [anon_sym_DOT] = ACTIONS(615), + [anon_sym_as] = ACTIONS(615), + [anon_sym_LBRACE] = ACTIONS(615), + [anon_sym_COMMA] = ACTIONS(615), + [anon_sym_RBRACE] = ACTIONS(615), + [anon_sym_LPAREN] = ACTIONS(615), + [anon_sym_PIPE] = ACTIONS(615), + [anon_sym_fn] = ACTIONS(615), + [anon_sym_PLUS] = ACTIONS(615), + [anon_sym_DASH] = ACTIONS(615), + [anon_sym_STAR] = ACTIONS(615), + [anon_sym_SLASH] = ACTIONS(615), + [anon_sym_PERCENT] = ACTIONS(615), + [anon_sym_LT] = ACTIONS(615), + [anon_sym_GT] = ACTIONS(615), + [anon_sym_EQ_EQ] = ACTIONS(615), + [anon_sym_BANG_EQ] = ACTIONS(615), + [anon_sym_LT_EQ] = ACTIONS(615), + [anon_sym_GT_EQ] = ACTIONS(615), + [anon_sym_LBRACK] = ACTIONS(613), + [anon_sym_LT2] = ACTIONS(615), + [anon_sym_struct] = ACTIONS(615), + [anon_sym_mut] = ACTIONS(615), + [anon_sym_PLUS_PLUS] = ACTIONS(615), + [anon_sym_DASH_DASH] = ACTIONS(615), + [anon_sym_QMARK] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_go] = ACTIONS(615), + [anon_sym_spawn] = ACTIONS(615), + [anon_sym_json_DOTdecode] = ACTIONS(615), + [anon_sym_LBRACK2] = ACTIONS(615), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_CARET] = ACTIONS(615), + [anon_sym_AMP] = ACTIONS(615), + [anon_sym_LT_DASH] = ACTIONS(615), + [anon_sym_LT_LT] = ACTIONS(615), + [anon_sym_GT_GT] = ACTIONS(615), + [anon_sym_GT_GT_GT] = ACTIONS(615), + [anon_sym_AMP_CARET] = ACTIONS(615), + [anon_sym_AMP_AMP] = ACTIONS(615), + [anon_sym_PIPE_PIPE] = ACTIONS(615), + [anon_sym_or] = ACTIONS(615), + [sym_none] = ACTIONS(615), + [sym_true] = ACTIONS(615), + [sym_false] = ACTIONS(615), + [sym_nil] = ACTIONS(615), + [anon_sym_QMARK_DOT] = ACTIONS(615), + [anon_sym_POUND_LBRACK] = ACTIONS(615), + [anon_sym_if] = ACTIONS(615), + [anon_sym_DOLLARif] = ACTIONS(615), + [anon_sym_is] = ACTIONS(615), + [anon_sym_BANGis] = ACTIONS(615), + [anon_sym_in] = ACTIONS(615), + [anon_sym_BANGin] = ACTIONS(615), + [anon_sym_match] = ACTIONS(615), + [anon_sym_select] = ACTIONS(615), + [anon_sym_lock] = ACTIONS(615), + [anon_sym_rlock] = ACTIONS(615), + [anon_sym_unsafe] = ACTIONS(615), + [anon_sym_sql] = ACTIONS(615), + [sym_int_literal] = ACTIONS(615), + [sym_float_literal] = ACTIONS(615), + [sym_rune_literal] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(615), + [anon_sym_shared] = ACTIONS(615), + [anon_sym_map_LBRACK] = ACTIONS(615), + [anon_sym_chan] = ACTIONS(615), + [anon_sym_thread] = ACTIONS(615), + [anon_sym_atomic] = ACTIONS(615), + [sym___double_quote] = ACTIONS(615), + [sym___single_quote] = ACTIONS(615), + [sym___c_double_quote] = ACTIONS(615), + [sym___c_single_quote] = ACTIONS(615), + [sym___r_double_quote] = ACTIONS(615), + [sym___r_single_quote] = ACTIONS(615), }, [962] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(3269), - [sym_identifier] = ACTIONS(3271), - [anon_sym_LF] = ACTIONS(3271), - [anon_sym_CR] = ACTIONS(3271), - [anon_sym_CR_LF] = ACTIONS(3271), + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(1796), + [sym_identifier] = ACTIONS(1782), + [anon_sym_LF] = ACTIONS(1782), + [anon_sym_CR] = ACTIONS(1782), + [anon_sym_CR_LF] = ACTIONS(1782), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(3231), - [anon_sym_LBRACE] = ACTIONS(3271), - [anon_sym_COMMA] = ACTIONS(3273), - [anon_sym_const] = ACTIONS(3271), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(3271), - [anon_sym_type] = ACTIONS(3271), - [anon_sym_PIPE] = ACTIONS(3237), - [anon_sym_fn] = ACTIONS(3271), - [anon_sym_PLUS] = ACTIONS(3237), - [anon_sym_DASH] = ACTIONS(3237), - [anon_sym_STAR] = ACTIONS(3239), - [anon_sym_SLASH] = ACTIONS(3239), - [anon_sym_PERCENT] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(3241), - [anon_sym_GT] = ACTIONS(3241), - [anon_sym_EQ_EQ] = ACTIONS(3241), - [anon_sym_BANG_EQ] = ACTIONS(3241), - [anon_sym_LT_EQ] = ACTIONS(3241), - [anon_sym_GT_EQ] = ACTIONS(3241), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(3271), - [anon_sym_union] = ACTIONS(3271), - [anon_sym_pub] = ACTIONS(3271), - [anon_sym_mut] = ACTIONS(3271), - [anon_sym_enum] = ACTIONS(3271), - [anon_sym_interface] = ACTIONS(3271), - [anon_sym_PLUS_PLUS] = ACTIONS(3245), - [anon_sym_DASH_DASH] = ACTIONS(3247), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(3271), - [anon_sym_spawn] = ACTIONS(3271), - [anon_sym_json_DOTdecode] = ACTIONS(3271), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(3271), - [anon_sym_CARET] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT_DASH] = ACTIONS(3271), - [anon_sym_LT_LT] = ACTIONS(3239), - [anon_sym_GT_GT] = ACTIONS(3239), - [anon_sym_GT_GT_GT] = ACTIONS(3239), - [anon_sym_AMP_CARET] = ACTIONS(3239), - [anon_sym_AMP_AMP] = ACTIONS(3255), - [anon_sym_PIPE_PIPE] = ACTIONS(3257), - [anon_sym_or] = ACTIONS(3259), - [sym_none] = ACTIONS(3271), - [sym_true] = ACTIONS(3271), - [sym_false] = ACTIONS(3271), - [sym_nil] = ACTIONS(3271), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(3271), - [anon_sym_DOLLARif] = ACTIONS(3271), - [anon_sym_is] = ACTIONS(3261), - [anon_sym_BANGis] = ACTIONS(3263), - [anon_sym_in] = ACTIONS(3265), - [anon_sym_BANGin] = ACTIONS(3267), - [anon_sym_match] = ACTIONS(3271), - [anon_sym_select] = ACTIONS(3271), - [anon_sym_lock] = ACTIONS(3271), - [anon_sym_rlock] = ACTIONS(3271), - [anon_sym_unsafe] = ACTIONS(3271), - [anon_sym_sql] = ACTIONS(3271), - [sym_int_literal] = ACTIONS(3271), - [sym_float_literal] = ACTIONS(3271), - [sym_rune_literal] = ACTIONS(3271), - [anon_sym_AT] = ACTIONS(3271), - [anon_sym_shared] = ACTIONS(3271), - [anon_sym_map_LBRACK] = ACTIONS(3271), - [anon_sym_chan] = ACTIONS(3271), - [anon_sym_thread] = ACTIONS(3271), - [anon_sym_atomic] = ACTIONS(3271), - [anon_sym_assert] = ACTIONS(3271), - [anon_sym_defer] = ACTIONS(3271), - [anon_sym_goto] = ACTIONS(3271), - [anon_sym_break] = ACTIONS(3271), - [anon_sym_continue] = ACTIONS(3271), - [anon_sym_return] = ACTIONS(3271), - [anon_sym_DOLLARfor] = ACTIONS(3271), - [anon_sym_for] = ACTIONS(3271), - [anon_sym_POUND] = ACTIONS(3271), - [anon_sym_asm] = ACTIONS(3271), - [anon_sym_AT_LBRACK] = ACTIONS(3271), - [sym___double_quote] = ACTIONS(3271), - [sym___single_quote] = ACTIONS(3271), - [sym___c_double_quote] = ACTIONS(3271), - [sym___c_single_quote] = ACTIONS(3271), - [sym___r_double_quote] = ACTIONS(3271), - [sym___r_single_quote] = ACTIONS(3271), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1782), + [anon_sym_COMMA] = ACTIONS(1782), + [anon_sym_const] = ACTIONS(1782), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(1782), + [anon_sym_type] = ACTIONS(1782), + [anon_sym_PIPE] = ACTIONS(1782), + [anon_sym_fn] = ACTIONS(1782), + [anon_sym_PLUS] = ACTIONS(1782), + [anon_sym_DASH] = ACTIONS(1782), + [anon_sym_STAR] = ACTIONS(3241), + [anon_sym_SLASH] = ACTIONS(3241), + [anon_sym_PERCENT] = ACTIONS(3241), + [anon_sym_LT] = ACTIONS(1782), + [anon_sym_GT] = ACTIONS(1782), + [anon_sym_EQ_EQ] = ACTIONS(1782), + [anon_sym_BANG_EQ] = ACTIONS(1782), + [anon_sym_LT_EQ] = ACTIONS(1782), + [anon_sym_GT_EQ] = ACTIONS(1782), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1782), + [anon_sym_union] = ACTIONS(1782), + [anon_sym_pub] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_enum] = ACTIONS(1782), + [anon_sym_interface] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(1782), + [anon_sym_spawn] = ACTIONS(1782), + [anon_sym_json_DOTdecode] = ACTIONS(1782), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_CARET] = ACTIONS(1782), + [anon_sym_AMP] = ACTIONS(3241), + [anon_sym_LT_DASH] = ACTIONS(1782), + [anon_sym_LT_LT] = ACTIONS(3241), + [anon_sym_GT_GT] = ACTIONS(3241), + [anon_sym_GT_GT_GT] = ACTIONS(3241), + [anon_sym_AMP_CARET] = ACTIONS(3241), + [anon_sym_AMP_AMP] = ACTIONS(1782), + [anon_sym_PIPE_PIPE] = ACTIONS(1782), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1782), + [sym_true] = ACTIONS(1782), + [sym_false] = ACTIONS(1782), + [sym_nil] = ACTIONS(1782), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_DOLLARif] = ACTIONS(1782), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1782), + [anon_sym_in] = ACTIONS(1782), + [anon_sym_BANGin] = ACTIONS(1782), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_select] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1782), + [anon_sym_rlock] = ACTIONS(1782), + [anon_sym_unsafe] = ACTIONS(1782), + [anon_sym_sql] = ACTIONS(1782), + [sym_int_literal] = ACTIONS(1782), + [sym_float_literal] = ACTIONS(1782), + [sym_rune_literal] = ACTIONS(1782), + [anon_sym_AT] = ACTIONS(1782), + [anon_sym_shared] = ACTIONS(1782), + [anon_sym_map_LBRACK] = ACTIONS(1782), + [anon_sym_chan] = ACTIONS(1782), + [anon_sym_thread] = ACTIONS(1782), + [anon_sym_atomic] = ACTIONS(1782), + [anon_sym_assert] = ACTIONS(1782), + [anon_sym_defer] = ACTIONS(1782), + [anon_sym_goto] = ACTIONS(1782), + [anon_sym_break] = ACTIONS(1782), + [anon_sym_continue] = ACTIONS(1782), + [anon_sym_return] = ACTIONS(1782), + [anon_sym_DOLLARfor] = ACTIONS(1782), + [anon_sym_for] = ACTIONS(1782), + [anon_sym_POUND] = ACTIONS(1782), + [anon_sym_asm] = ACTIONS(1782), + [anon_sym_AT_LBRACK] = ACTIONS(1782), + [sym___double_quote] = ACTIONS(1782), + [sym___single_quote] = ACTIONS(1782), + [sym___c_double_quote] = ACTIONS(1782), + [sym___c_single_quote] = ACTIONS(1782), + [sym___r_double_quote] = ACTIONS(1782), + [sym___r_single_quote] = ACTIONS(1782), }, [963] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(2162), - [sym_identifier] = ACTIONS(2164), - [anon_sym_LF] = ACTIONS(2164), - [anon_sym_CR] = ACTIONS(2164), - [anon_sym_CR_LF] = ACTIONS(2164), + [sym_reference_expression] = STATE(4598), + [sym_type_reference_expression] = STATE(1163), + [sym_plain_type] = STATE(1264), + [sym__plain_type_without_special] = STATE(1231), + [sym_anon_struct_type] = STATE(1233), + [sym_multi_return_type] = STATE(1231), + [sym_result_type] = STATE(1231), + [sym_option_type] = STATE(1231), + [sym_qualified_type] = STATE(1163), + [sym_fixed_array_type] = STATE(1233), + [sym_array_type] = STATE(1233), + [sym_pointer_type] = STATE(1233), + [sym_wrong_pointer_type] = STATE(1233), + [sym_map_type] = STATE(1233), + [sym_channel_type] = STATE(1233), + [sym_shared_type] = STATE(1233), + [sym_thread_type] = STATE(1233), + [sym_atomic_type] = STATE(1233), + [sym_generic_type] = STATE(1233), + [sym_function_type] = STATE(1233), + [sym_identifier] = ACTIONS(3271), + [anon_sym_LF] = ACTIONS(611), + [anon_sym_CR] = ACTIONS(611), + [anon_sym_CR_LF] = ACTIONS(611), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(2164), - [anon_sym_LBRACE] = ACTIONS(2164), - [anon_sym_COMMA] = ACTIONS(2164), - [anon_sym_const] = ACTIONS(2164), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(2164), - [anon_sym_type] = ACTIONS(2164), - [anon_sym_PIPE] = ACTIONS(2164), - [anon_sym_fn] = ACTIONS(2164), - [anon_sym_PLUS] = ACTIONS(2164), - [anon_sym_DASH] = ACTIONS(2164), - [anon_sym_STAR] = ACTIONS(2164), - [anon_sym_SLASH] = ACTIONS(2164), - [anon_sym_PERCENT] = ACTIONS(2164), - [anon_sym_LT] = ACTIONS(2164), - [anon_sym_GT] = ACTIONS(2164), - [anon_sym_EQ_EQ] = ACTIONS(2164), - [anon_sym_BANG_EQ] = ACTIONS(2164), - [anon_sym_LT_EQ] = ACTIONS(2164), - [anon_sym_GT_EQ] = ACTIONS(2164), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(2164), - [anon_sym_union] = ACTIONS(2164), - [anon_sym_pub] = ACTIONS(2164), - [anon_sym_mut] = ACTIONS(2164), - [anon_sym_enum] = ACTIONS(2164), - [anon_sym_interface] = ACTIONS(2164), - [anon_sym_PLUS_PLUS] = ACTIONS(2164), - [anon_sym_DASH_DASH] = ACTIONS(2164), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(2164), - [anon_sym_spawn] = ACTIONS(2164), - [anon_sym_json_DOTdecode] = ACTIONS(2164), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(2164), - [anon_sym_CARET] = ACTIONS(2164), - [anon_sym_AMP] = ACTIONS(2164), - [anon_sym_LT_DASH] = ACTIONS(2164), - [anon_sym_LT_LT] = ACTIONS(2164), - [anon_sym_GT_GT] = ACTIONS(2164), - [anon_sym_GT_GT_GT] = ACTIONS(2164), - [anon_sym_AMP_CARET] = ACTIONS(2164), - [anon_sym_AMP_AMP] = ACTIONS(2164), - [anon_sym_PIPE_PIPE] = ACTIONS(2164), - [anon_sym_or] = ACTIONS(2164), - [sym_none] = ACTIONS(2164), - [sym_true] = ACTIONS(2164), - [sym_false] = ACTIONS(2164), - [sym_nil] = ACTIONS(2164), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(2164), - [anon_sym_DOLLARif] = ACTIONS(2164), - [anon_sym_is] = ACTIONS(2164), - [anon_sym_BANGis] = ACTIONS(2164), - [anon_sym_in] = ACTIONS(2164), - [anon_sym_BANGin] = ACTIONS(2164), - [anon_sym_match] = ACTIONS(2164), - [anon_sym_select] = ACTIONS(2164), - [anon_sym_lock] = ACTIONS(2164), - [anon_sym_rlock] = ACTIONS(2164), - [anon_sym_unsafe] = ACTIONS(2164), - [anon_sym_sql] = ACTIONS(2164), - [sym_int_literal] = ACTIONS(2164), - [sym_float_literal] = ACTIONS(2164), - [sym_rune_literal] = ACTIONS(2164), - [anon_sym_AT] = ACTIONS(2164), - [anon_sym_shared] = ACTIONS(2164), - [anon_sym_map_LBRACK] = ACTIONS(2164), - [anon_sym_chan] = ACTIONS(2164), - [anon_sym_thread] = ACTIONS(2164), - [anon_sym_atomic] = ACTIONS(2164), - [anon_sym_assert] = ACTIONS(2164), - [anon_sym_defer] = ACTIONS(2164), - [anon_sym_goto] = ACTIONS(2164), - [anon_sym_break] = ACTIONS(2164), - [anon_sym_continue] = ACTIONS(2164), - [anon_sym_return] = ACTIONS(2164), - [anon_sym_DOLLARfor] = ACTIONS(2164), - [anon_sym_for] = ACTIONS(2164), - [anon_sym_POUND] = ACTIONS(2164), - [anon_sym_asm] = ACTIONS(2164), - [anon_sym_AT_LBRACK] = ACTIONS(2164), - [sym___double_quote] = ACTIONS(2164), - [sym___single_quote] = ACTIONS(2164), - [sym___c_double_quote] = ACTIONS(2164), - [sym___c_single_quote] = ACTIONS(2164), - [sym___r_double_quote] = ACTIONS(2164), - [sym___r_single_quote] = ACTIONS(2164), + [anon_sym_SEMI] = ACTIONS(611), + [anon_sym_DOT] = ACTIONS(611), + [anon_sym_as] = ACTIONS(611), + [anon_sym_LBRACE] = ACTIONS(611), + [anon_sym_COMMA] = ACTIONS(611), + [anon_sym_RBRACE] = ACTIONS(611), + [anon_sym_LPAREN] = ACTIONS(3273), + [anon_sym_PIPE] = ACTIONS(611), + [anon_sym_fn] = ACTIONS(3275), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_STAR] = ACTIONS(3277), + [anon_sym_SLASH] = ACTIONS(611), + [anon_sym_PERCENT] = ACTIONS(611), + [anon_sym_LT] = ACTIONS(611), + [anon_sym_GT] = ACTIONS(611), + [anon_sym_EQ_EQ] = ACTIONS(611), + [anon_sym_BANG_EQ] = ACTIONS(611), + [anon_sym_LT_EQ] = ACTIONS(611), + [anon_sym_GT_EQ] = ACTIONS(611), + [anon_sym_LBRACK] = ACTIONS(609), + [anon_sym_LT2] = ACTIONS(611), + [anon_sym_struct] = ACTIONS(3279), + [anon_sym_mut] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(611), + [anon_sym_DASH_DASH] = ACTIONS(611), + [anon_sym_QMARK] = ACTIONS(3281), + [anon_sym_BANG] = ACTIONS(3283), + [anon_sym_go] = ACTIONS(611), + [anon_sym_spawn] = ACTIONS(611), + [anon_sym_json_DOTdecode] = ACTIONS(611), + [anon_sym_LBRACK2] = ACTIONS(3285), + [anon_sym_TILDE] = ACTIONS(611), + [anon_sym_CARET] = ACTIONS(611), + [anon_sym_AMP] = ACTIONS(3287), + [anon_sym_LT_DASH] = ACTIONS(611), + [anon_sym_LT_LT] = ACTIONS(611), + [anon_sym_GT_GT] = ACTIONS(611), + [anon_sym_GT_GT_GT] = ACTIONS(611), + [anon_sym_AMP_CARET] = ACTIONS(611), + [anon_sym_AMP_AMP] = ACTIONS(611), + [anon_sym_PIPE_PIPE] = ACTIONS(611), + [anon_sym_or] = ACTIONS(611), + [sym_none] = ACTIONS(611), + [sym_true] = ACTIONS(611), + [sym_false] = ACTIONS(611), + [sym_nil] = ACTIONS(611), + [anon_sym_QMARK_DOT] = ACTIONS(611), + [anon_sym_POUND_LBRACK] = ACTIONS(611), + [anon_sym_if] = ACTIONS(611), + [anon_sym_DOLLARif] = ACTIONS(611), + [anon_sym_is] = ACTIONS(611), + [anon_sym_BANGis] = ACTIONS(611), + [anon_sym_in] = ACTIONS(611), + [anon_sym_BANGin] = ACTIONS(611), + [anon_sym_match] = ACTIONS(611), + [anon_sym_select] = ACTIONS(611), + [anon_sym_lock] = ACTIONS(611), + [anon_sym_rlock] = ACTIONS(611), + [anon_sym_unsafe] = ACTIONS(611), + [anon_sym_sql] = ACTIONS(611), + [sym_int_literal] = ACTIONS(611), + [sym_float_literal] = ACTIONS(611), + [sym_rune_literal] = ACTIONS(611), + [anon_sym_AT] = ACTIONS(611), + [anon_sym_shared] = ACTIONS(3289), + [anon_sym_map_LBRACK] = ACTIONS(3291), + [anon_sym_chan] = ACTIONS(3293), + [anon_sym_thread] = ACTIONS(3295), + [anon_sym_atomic] = ACTIONS(3297), + [sym___double_quote] = ACTIONS(611), + [sym___single_quote] = ACTIONS(611), + [sym___c_double_quote] = ACTIONS(611), + [sym___c_single_quote] = ACTIONS(611), + [sym___r_double_quote] = ACTIONS(611), + [sym___r_single_quote] = ACTIONS(611), }, [964] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(2074), - [sym_identifier] = ACTIONS(2076), - [anon_sym_LF] = ACTIONS(2076), - [anon_sym_CR] = ACTIONS(2076), - [anon_sym_CR_LF] = ACTIONS(2076), + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3701), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(585), + [anon_sym_LF] = ACTIONS(587), + [anon_sym_CR] = ACTIONS(587), + [anon_sym_CR_LF] = ACTIONS(587), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2076), - [anon_sym_COMMA] = ACTIONS(2076), - [anon_sym_const] = ACTIONS(2076), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(2076), - [anon_sym_type] = ACTIONS(2076), - [anon_sym_PIPE] = ACTIONS(2076), - [anon_sym_fn] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(2076), - [anon_sym_DASH] = ACTIONS(2076), - [anon_sym_STAR] = ACTIONS(3239), - [anon_sym_SLASH] = ACTIONS(3239), - [anon_sym_PERCENT] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(2076), - [anon_sym_GT] = ACTIONS(2076), - [anon_sym_EQ_EQ] = ACTIONS(2076), - [anon_sym_BANG_EQ] = ACTIONS(2076), - [anon_sym_LT_EQ] = ACTIONS(2076), - [anon_sym_GT_EQ] = ACTIONS(2076), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_union] = ACTIONS(2076), - [anon_sym_pub] = ACTIONS(2076), - [anon_sym_mut] = ACTIONS(2076), - [anon_sym_enum] = ACTIONS(2076), - [anon_sym_interface] = ACTIONS(2076), - [anon_sym_PLUS_PLUS] = ACTIONS(2076), - [anon_sym_DASH_DASH] = ACTIONS(2076), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(2076), - [anon_sym_spawn] = ACTIONS(2076), - [anon_sym_json_DOTdecode] = ACTIONS(2076), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(2076), - [anon_sym_CARET] = ACTIONS(2076), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT_DASH] = ACTIONS(2076), - [anon_sym_LT_LT] = ACTIONS(3239), - [anon_sym_GT_GT] = ACTIONS(3239), - [anon_sym_GT_GT_GT] = ACTIONS(3239), - [anon_sym_AMP_CARET] = ACTIONS(3239), - [anon_sym_AMP_AMP] = ACTIONS(2076), - [anon_sym_PIPE_PIPE] = ACTIONS(2076), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2076), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_nil] = ACTIONS(2076), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_DOLLARif] = ACTIONS(2076), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2076), - [anon_sym_in] = ACTIONS(2076), - [anon_sym_BANGin] = ACTIONS(2076), - [anon_sym_match] = ACTIONS(2076), - [anon_sym_select] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2076), - [anon_sym_rlock] = ACTIONS(2076), - [anon_sym_unsafe] = ACTIONS(2076), - [anon_sym_sql] = ACTIONS(2076), - [sym_int_literal] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2076), - [sym_rune_literal] = ACTIONS(2076), - [anon_sym_AT] = ACTIONS(2076), - [anon_sym_shared] = ACTIONS(2076), - [anon_sym_map_LBRACK] = ACTIONS(2076), - [anon_sym_chan] = ACTIONS(2076), - [anon_sym_thread] = ACTIONS(2076), - [anon_sym_atomic] = ACTIONS(2076), - [anon_sym_assert] = ACTIONS(2076), - [anon_sym_defer] = ACTIONS(2076), - [anon_sym_goto] = ACTIONS(2076), - [anon_sym_break] = ACTIONS(2076), - [anon_sym_continue] = ACTIONS(2076), - [anon_sym_return] = ACTIONS(2076), - [anon_sym_DOLLARfor] = ACTIONS(2076), - [anon_sym_for] = ACTIONS(2076), - [anon_sym_POUND] = ACTIONS(2076), - [anon_sym_asm] = ACTIONS(2076), - [anon_sym_AT_LBRACK] = ACTIONS(2076), - [sym___double_quote] = ACTIONS(2076), - [sym___single_quote] = ACTIONS(2076), - [sym___c_double_quote] = ACTIONS(2076), - [sym___c_single_quote] = ACTIONS(2076), - [sym___r_double_quote] = ACTIONS(2076), - [sym___r_single_quote] = ACTIONS(2076), + [anon_sym_SEMI] = ACTIONS(587), + [anon_sym_DOT] = ACTIONS(587), + [anon_sym_as] = ACTIONS(587), + [anon_sym_LBRACE] = ACTIONS(587), + [anon_sym_COMMA] = ACTIONS(587), + [anon_sym_RBRACE] = ACTIONS(587), + [anon_sym_LPAREN] = ACTIONS(589), + [anon_sym_PIPE] = ACTIONS(587), + [anon_sym_fn] = ACTIONS(591), + [anon_sym_PLUS] = ACTIONS(587), + [anon_sym_DASH] = ACTIONS(587), + [anon_sym_STAR] = ACTIONS(593), + [anon_sym_SLASH] = ACTIONS(587), + [anon_sym_PERCENT] = ACTIONS(587), + [anon_sym_LT] = ACTIONS(587), + [anon_sym_GT] = ACTIONS(587), + [anon_sym_EQ_EQ] = ACTIONS(587), + [anon_sym_BANG_EQ] = ACTIONS(587), + [anon_sym_LT_EQ] = ACTIONS(587), + [anon_sym_GT_EQ] = ACTIONS(587), + [anon_sym_LBRACK] = ACTIONS(583), + [anon_sym_LT2] = ACTIONS(587), + [anon_sym_struct] = ACTIONS(595), + [anon_sym_mut] = ACTIONS(587), + [anon_sym_PLUS_PLUS] = ACTIONS(587), + [anon_sym_DASH_DASH] = ACTIONS(587), + [anon_sym_QMARK] = ACTIONS(503), + [anon_sym_BANG] = ACTIONS(3299), + [anon_sym_go] = ACTIONS(587), + [anon_sym_spawn] = ACTIONS(587), + [anon_sym_json_DOTdecode] = ACTIONS(587), + [anon_sym_LBRACK2] = ACTIONS(599), + [anon_sym_TILDE] = ACTIONS(587), + [anon_sym_CARET] = ACTIONS(587), + [anon_sym_AMP] = ACTIONS(601), + [anon_sym_LT_DASH] = ACTIONS(587), + [anon_sym_LT_LT] = ACTIONS(587), + [anon_sym_GT_GT] = ACTIONS(587), + [anon_sym_GT_GT_GT] = ACTIONS(587), + [anon_sym_AMP_CARET] = ACTIONS(587), + [anon_sym_AMP_AMP] = ACTIONS(587), + [anon_sym_PIPE_PIPE] = ACTIONS(587), + [anon_sym_or] = ACTIONS(587), + [sym_none] = ACTIONS(587), + [sym_true] = ACTIONS(587), + [sym_false] = ACTIONS(587), + [sym_nil] = ACTIONS(587), + [anon_sym_QMARK_DOT] = ACTIONS(587), + [anon_sym_POUND_LBRACK] = ACTIONS(587), + [anon_sym_if] = ACTIONS(587), + [anon_sym_DOLLARif] = ACTIONS(587), + [anon_sym_is] = ACTIONS(587), + [anon_sym_BANGis] = ACTIONS(587), + [anon_sym_in] = ACTIONS(587), + [anon_sym_BANGin] = ACTIONS(587), + [anon_sym_match] = ACTIONS(587), + [anon_sym_select] = ACTIONS(587), + [anon_sym_lock] = ACTIONS(587), + [anon_sym_rlock] = ACTIONS(587), + [anon_sym_unsafe] = ACTIONS(587), + [anon_sym_sql] = ACTIONS(587), + [sym_int_literal] = ACTIONS(587), + [sym_float_literal] = ACTIONS(587), + [sym_rune_literal] = ACTIONS(587), + [anon_sym_AT] = ACTIONS(587), + [anon_sym_shared] = ACTIONS(603), + [anon_sym_map_LBRACK] = ACTIONS(537), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(587), + [sym___single_quote] = ACTIONS(587), + [sym___c_double_quote] = ACTIONS(587), + [sym___c_single_quote] = ACTIONS(587), + [sym___r_double_quote] = ACTIONS(587), + [sym___r_single_quote] = ACTIONS(587), }, [965] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(2074), - [sym_identifier] = ACTIONS(2076), - [anon_sym_LF] = ACTIONS(2076), - [anon_sym_CR] = ACTIONS(2076), - [anon_sym_CR_LF] = ACTIONS(2076), + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(1796), + [sym_identifier] = ACTIONS(1782), + [anon_sym_LF] = ACTIONS(1782), + [anon_sym_CR] = ACTIONS(1782), + [anon_sym_CR_LF] = ACTIONS(1782), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2076), - [anon_sym_COMMA] = ACTIONS(2076), - [anon_sym_const] = ACTIONS(2076), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(2076), - [anon_sym_type] = ACTIONS(2076), - [anon_sym_PIPE] = ACTIONS(2076), - [anon_sym_fn] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(2076), - [anon_sym_DASH] = ACTIONS(2076), - [anon_sym_STAR] = ACTIONS(2076), - [anon_sym_SLASH] = ACTIONS(2076), - [anon_sym_PERCENT] = ACTIONS(2076), - [anon_sym_LT] = ACTIONS(2076), - [anon_sym_GT] = ACTIONS(2076), - [anon_sym_EQ_EQ] = ACTIONS(2076), - [anon_sym_BANG_EQ] = ACTIONS(2076), - [anon_sym_LT_EQ] = ACTIONS(2076), - [anon_sym_GT_EQ] = ACTIONS(2076), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_union] = ACTIONS(2076), - [anon_sym_pub] = ACTIONS(2076), - [anon_sym_mut] = ACTIONS(2076), - [anon_sym_enum] = ACTIONS(2076), - [anon_sym_interface] = ACTIONS(2076), - [anon_sym_PLUS_PLUS] = ACTIONS(2076), - [anon_sym_DASH_DASH] = ACTIONS(2076), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(2076), - [anon_sym_spawn] = ACTIONS(2076), - [anon_sym_json_DOTdecode] = ACTIONS(2076), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(2076), - [anon_sym_CARET] = ACTIONS(2076), - [anon_sym_AMP] = ACTIONS(2076), - [anon_sym_LT_DASH] = ACTIONS(2076), - [anon_sym_LT_LT] = ACTIONS(2076), - [anon_sym_GT_GT] = ACTIONS(2076), - [anon_sym_GT_GT_GT] = ACTIONS(2076), - [anon_sym_AMP_CARET] = ACTIONS(2076), - [anon_sym_AMP_AMP] = ACTIONS(2076), - [anon_sym_PIPE_PIPE] = ACTIONS(2076), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2076), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_nil] = ACTIONS(2076), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_DOLLARif] = ACTIONS(2076), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2076), - [anon_sym_in] = ACTIONS(2076), - [anon_sym_BANGin] = ACTIONS(2076), - [anon_sym_match] = ACTIONS(2076), - [anon_sym_select] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2076), - [anon_sym_rlock] = ACTIONS(2076), - [anon_sym_unsafe] = ACTIONS(2076), - [anon_sym_sql] = ACTIONS(2076), - [sym_int_literal] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2076), - [sym_rune_literal] = ACTIONS(2076), - [anon_sym_AT] = ACTIONS(2076), - [anon_sym_shared] = ACTIONS(2076), - [anon_sym_map_LBRACK] = ACTIONS(2076), - [anon_sym_chan] = ACTIONS(2076), - [anon_sym_thread] = ACTIONS(2076), - [anon_sym_atomic] = ACTIONS(2076), - [anon_sym_assert] = ACTIONS(2076), - [anon_sym_defer] = ACTIONS(2076), - [anon_sym_goto] = ACTIONS(2076), - [anon_sym_break] = ACTIONS(2076), - [anon_sym_continue] = ACTIONS(2076), - [anon_sym_return] = ACTIONS(2076), - [anon_sym_DOLLARfor] = ACTIONS(2076), - [anon_sym_for] = ACTIONS(2076), - [anon_sym_POUND] = ACTIONS(2076), - [anon_sym_asm] = ACTIONS(2076), - [anon_sym_AT_LBRACK] = ACTIONS(2076), - [sym___double_quote] = ACTIONS(2076), - [sym___single_quote] = ACTIONS(2076), - [sym___c_double_quote] = ACTIONS(2076), - [sym___c_single_quote] = ACTIONS(2076), - [sym___r_double_quote] = ACTIONS(2076), - [sym___r_single_quote] = ACTIONS(2076), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1782), + [anon_sym_COMMA] = ACTIONS(1782), + [anon_sym_const] = ACTIONS(1782), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(1782), + [anon_sym_type] = ACTIONS(1782), + [anon_sym_PIPE] = ACTIONS(1782), + [anon_sym_fn] = ACTIONS(1782), + [anon_sym_PLUS] = ACTIONS(1782), + [anon_sym_DASH] = ACTIONS(1782), + [anon_sym_STAR] = ACTIONS(1782), + [anon_sym_SLASH] = ACTIONS(1782), + [anon_sym_PERCENT] = ACTIONS(1782), + [anon_sym_LT] = ACTIONS(1782), + [anon_sym_GT] = ACTIONS(1782), + [anon_sym_EQ_EQ] = ACTIONS(1782), + [anon_sym_BANG_EQ] = ACTIONS(1782), + [anon_sym_LT_EQ] = ACTIONS(1782), + [anon_sym_GT_EQ] = ACTIONS(1782), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1782), + [anon_sym_union] = ACTIONS(1782), + [anon_sym_pub] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_enum] = ACTIONS(1782), + [anon_sym_interface] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(1782), + [anon_sym_spawn] = ACTIONS(1782), + [anon_sym_json_DOTdecode] = ACTIONS(1782), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_CARET] = ACTIONS(1782), + [anon_sym_AMP] = ACTIONS(1782), + [anon_sym_LT_DASH] = ACTIONS(1782), + [anon_sym_LT_LT] = ACTIONS(1782), + [anon_sym_GT_GT] = ACTIONS(1782), + [anon_sym_GT_GT_GT] = ACTIONS(1782), + [anon_sym_AMP_CARET] = ACTIONS(1782), + [anon_sym_AMP_AMP] = ACTIONS(1782), + [anon_sym_PIPE_PIPE] = ACTIONS(1782), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1782), + [sym_true] = ACTIONS(1782), + [sym_false] = ACTIONS(1782), + [sym_nil] = ACTIONS(1782), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_DOLLARif] = ACTIONS(1782), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1782), + [anon_sym_in] = ACTIONS(1782), + [anon_sym_BANGin] = ACTIONS(1782), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_select] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1782), + [anon_sym_rlock] = ACTIONS(1782), + [anon_sym_unsafe] = ACTIONS(1782), + [anon_sym_sql] = ACTIONS(1782), + [sym_int_literal] = ACTIONS(1782), + [sym_float_literal] = ACTIONS(1782), + [sym_rune_literal] = ACTIONS(1782), + [anon_sym_AT] = ACTIONS(1782), + [anon_sym_shared] = ACTIONS(1782), + [anon_sym_map_LBRACK] = ACTIONS(1782), + [anon_sym_chan] = ACTIONS(1782), + [anon_sym_thread] = ACTIONS(1782), + [anon_sym_atomic] = ACTIONS(1782), + [anon_sym_assert] = ACTIONS(1782), + [anon_sym_defer] = ACTIONS(1782), + [anon_sym_goto] = ACTIONS(1782), + [anon_sym_break] = ACTIONS(1782), + [anon_sym_continue] = ACTIONS(1782), + [anon_sym_return] = ACTIONS(1782), + [anon_sym_DOLLARfor] = ACTIONS(1782), + [anon_sym_for] = ACTIONS(1782), + [anon_sym_POUND] = ACTIONS(1782), + [anon_sym_asm] = ACTIONS(1782), + [anon_sym_AT_LBRACK] = ACTIONS(1782), + [sym___double_quote] = ACTIONS(1782), + [sym___single_quote] = ACTIONS(1782), + [sym___c_double_quote] = ACTIONS(1782), + [sym___c_single_quote] = ACTIONS(1782), + [sym___r_double_quote] = ACTIONS(1782), + [sym___r_single_quote] = ACTIONS(1782), }, [966] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(2074), - [sym_identifier] = ACTIONS(2076), - [anon_sym_LF] = ACTIONS(2076), - [anon_sym_CR] = ACTIONS(2076), - [anon_sym_CR_LF] = ACTIONS(2076), + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(1796), + [sym_identifier] = ACTIONS(1782), + [anon_sym_LF] = ACTIONS(1782), + [anon_sym_CR] = ACTIONS(1782), + [anon_sym_CR_LF] = ACTIONS(1782), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2076), - [anon_sym_COMMA] = ACTIONS(2076), - [anon_sym_const] = ACTIONS(2076), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(2076), - [anon_sym_type] = ACTIONS(2076), - [anon_sym_PIPE] = ACTIONS(3237), - [anon_sym_fn] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(3237), - [anon_sym_DASH] = ACTIONS(3237), - [anon_sym_STAR] = ACTIONS(3239), - [anon_sym_SLASH] = ACTIONS(3239), - [anon_sym_PERCENT] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(2076), - [anon_sym_GT] = ACTIONS(2076), - [anon_sym_EQ_EQ] = ACTIONS(2076), - [anon_sym_BANG_EQ] = ACTIONS(2076), - [anon_sym_LT_EQ] = ACTIONS(2076), - [anon_sym_GT_EQ] = ACTIONS(2076), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_union] = ACTIONS(2076), - [anon_sym_pub] = ACTIONS(2076), - [anon_sym_mut] = ACTIONS(2076), - [anon_sym_enum] = ACTIONS(2076), - [anon_sym_interface] = ACTIONS(2076), - [anon_sym_PLUS_PLUS] = ACTIONS(2076), - [anon_sym_DASH_DASH] = ACTIONS(2076), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(2076), - [anon_sym_spawn] = ACTIONS(2076), - [anon_sym_json_DOTdecode] = ACTIONS(2076), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(2076), - [anon_sym_CARET] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT_DASH] = ACTIONS(2076), - [anon_sym_LT_LT] = ACTIONS(3239), - [anon_sym_GT_GT] = ACTIONS(3239), - [anon_sym_GT_GT_GT] = ACTIONS(3239), - [anon_sym_AMP_CARET] = ACTIONS(3239), - [anon_sym_AMP_AMP] = ACTIONS(2076), - [anon_sym_PIPE_PIPE] = ACTIONS(2076), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2076), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_nil] = ACTIONS(2076), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_DOLLARif] = ACTIONS(2076), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2076), - [anon_sym_in] = ACTIONS(2076), - [anon_sym_BANGin] = ACTIONS(2076), - [anon_sym_match] = ACTIONS(2076), - [anon_sym_select] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2076), - [anon_sym_rlock] = ACTIONS(2076), - [anon_sym_unsafe] = ACTIONS(2076), - [anon_sym_sql] = ACTIONS(2076), - [sym_int_literal] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2076), - [sym_rune_literal] = ACTIONS(2076), - [anon_sym_AT] = ACTIONS(2076), - [anon_sym_shared] = ACTIONS(2076), - [anon_sym_map_LBRACK] = ACTIONS(2076), - [anon_sym_chan] = ACTIONS(2076), - [anon_sym_thread] = ACTIONS(2076), - [anon_sym_atomic] = ACTIONS(2076), - [anon_sym_assert] = ACTIONS(2076), - [anon_sym_defer] = ACTIONS(2076), - [anon_sym_goto] = ACTIONS(2076), - [anon_sym_break] = ACTIONS(2076), - [anon_sym_continue] = ACTIONS(2076), - [anon_sym_return] = ACTIONS(2076), - [anon_sym_DOLLARfor] = ACTIONS(2076), - [anon_sym_for] = ACTIONS(2076), - [anon_sym_POUND] = ACTIONS(2076), - [anon_sym_asm] = ACTIONS(2076), - [anon_sym_AT_LBRACK] = ACTIONS(2076), - [sym___double_quote] = ACTIONS(2076), - [sym___single_quote] = ACTIONS(2076), - [sym___c_double_quote] = ACTIONS(2076), - [sym___c_single_quote] = ACTIONS(2076), - [sym___r_double_quote] = ACTIONS(2076), - [sym___r_single_quote] = ACTIONS(2076), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1782), + [anon_sym_COMMA] = ACTIONS(1782), + [anon_sym_const] = ACTIONS(1782), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(1782), + [anon_sym_type] = ACTIONS(1782), + [anon_sym_PIPE] = ACTIONS(3239), + [anon_sym_fn] = ACTIONS(1782), + [anon_sym_PLUS] = ACTIONS(3239), + [anon_sym_DASH] = ACTIONS(3239), + [anon_sym_STAR] = ACTIONS(3241), + [anon_sym_SLASH] = ACTIONS(3241), + [anon_sym_PERCENT] = ACTIONS(3241), + [anon_sym_LT] = ACTIONS(1782), + [anon_sym_GT] = ACTIONS(1782), + [anon_sym_EQ_EQ] = ACTIONS(1782), + [anon_sym_BANG_EQ] = ACTIONS(1782), + [anon_sym_LT_EQ] = ACTIONS(1782), + [anon_sym_GT_EQ] = ACTIONS(1782), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1782), + [anon_sym_union] = ACTIONS(1782), + [anon_sym_pub] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_enum] = ACTIONS(1782), + [anon_sym_interface] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(1782), + [anon_sym_spawn] = ACTIONS(1782), + [anon_sym_json_DOTdecode] = ACTIONS(1782), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_CARET] = ACTIONS(3239), + [anon_sym_AMP] = ACTIONS(3241), + [anon_sym_LT_DASH] = ACTIONS(1782), + [anon_sym_LT_LT] = ACTIONS(3241), + [anon_sym_GT_GT] = ACTIONS(3241), + [anon_sym_GT_GT_GT] = ACTIONS(3241), + [anon_sym_AMP_CARET] = ACTIONS(3241), + [anon_sym_AMP_AMP] = ACTIONS(1782), + [anon_sym_PIPE_PIPE] = ACTIONS(1782), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1782), + [sym_true] = ACTIONS(1782), + [sym_false] = ACTIONS(1782), + [sym_nil] = ACTIONS(1782), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_DOLLARif] = ACTIONS(1782), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1782), + [anon_sym_in] = ACTIONS(1782), + [anon_sym_BANGin] = ACTIONS(1782), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_select] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1782), + [anon_sym_rlock] = ACTIONS(1782), + [anon_sym_unsafe] = ACTIONS(1782), + [anon_sym_sql] = ACTIONS(1782), + [sym_int_literal] = ACTIONS(1782), + [sym_float_literal] = ACTIONS(1782), + [sym_rune_literal] = ACTIONS(1782), + [anon_sym_AT] = ACTIONS(1782), + [anon_sym_shared] = ACTIONS(1782), + [anon_sym_map_LBRACK] = ACTIONS(1782), + [anon_sym_chan] = ACTIONS(1782), + [anon_sym_thread] = ACTIONS(1782), + [anon_sym_atomic] = ACTIONS(1782), + [anon_sym_assert] = ACTIONS(1782), + [anon_sym_defer] = ACTIONS(1782), + [anon_sym_goto] = ACTIONS(1782), + [anon_sym_break] = ACTIONS(1782), + [anon_sym_continue] = ACTIONS(1782), + [anon_sym_return] = ACTIONS(1782), + [anon_sym_DOLLARfor] = ACTIONS(1782), + [anon_sym_for] = ACTIONS(1782), + [anon_sym_POUND] = ACTIONS(1782), + [anon_sym_asm] = ACTIONS(1782), + [anon_sym_AT_LBRACK] = ACTIONS(1782), + [sym___double_quote] = ACTIONS(1782), + [sym___single_quote] = ACTIONS(1782), + [sym___c_double_quote] = ACTIONS(1782), + [sym___c_single_quote] = ACTIONS(1782), + [sym___r_double_quote] = ACTIONS(1782), + [sym___r_single_quote] = ACTIONS(1782), }, [967] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2374), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(593), - [anon_sym_LF] = ACTIONS(595), - [anon_sym_CR] = ACTIONS(595), - [anon_sym_CR_LF] = ACTIONS(595), + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(1796), + [sym_identifier] = ACTIONS(1782), + [anon_sym_LF] = ACTIONS(1782), + [anon_sym_CR] = ACTIONS(1782), + [anon_sym_CR_LF] = ACTIONS(1782), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(595), - [anon_sym_DOT] = ACTIONS(595), - [anon_sym_as] = ACTIONS(595), - [anon_sym_LBRACE] = ACTIONS(595), - [anon_sym_COMMA] = ACTIONS(595), - [anon_sym_RBRACE] = ACTIONS(595), - [anon_sym_LPAREN] = ACTIONS(597), - [anon_sym_PIPE] = ACTIONS(595), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(595), - [anon_sym_DASH] = ACTIONS(595), - [anon_sym_STAR] = ACTIONS(601), - [anon_sym_SLASH] = ACTIONS(595), - [anon_sym_PERCENT] = ACTIONS(595), - [anon_sym_LT] = ACTIONS(595), - [anon_sym_GT] = ACTIONS(595), - [anon_sym_EQ_EQ] = ACTIONS(595), - [anon_sym_BANG_EQ] = ACTIONS(595), - [anon_sym_LT_EQ] = ACTIONS(595), - [anon_sym_GT_EQ] = ACTIONS(595), - [anon_sym_LBRACK] = ACTIONS(591), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_mut] = ACTIONS(595), - [anon_sym_PLUS_PLUS] = ACTIONS(595), - [anon_sym_DASH_DASH] = ACTIONS(595), - [anon_sym_QMARK] = ACTIONS(503), - [anon_sym_BANG] = ACTIONS(3275), - [anon_sym_go] = ACTIONS(595), - [anon_sym_spawn] = ACTIONS(595), - [anon_sym_json_DOTdecode] = ACTIONS(595), - [anon_sym_LBRACK2] = ACTIONS(607), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_CARET] = ACTIONS(595), - [anon_sym_AMP] = ACTIONS(609), - [anon_sym_LT_DASH] = ACTIONS(595), - [anon_sym_LT_LT] = ACTIONS(595), - [anon_sym_GT_GT] = ACTIONS(595), - [anon_sym_GT_GT_GT] = ACTIONS(595), - [anon_sym_AMP_CARET] = ACTIONS(595), - [anon_sym_AMP_AMP] = ACTIONS(595), - [anon_sym_PIPE_PIPE] = ACTIONS(595), - [anon_sym_or] = ACTIONS(595), - [sym_none] = ACTIONS(595), - [sym_true] = ACTIONS(595), - [sym_false] = ACTIONS(595), - [sym_nil] = ACTIONS(595), - [anon_sym_QMARK_DOT] = ACTIONS(595), - [anon_sym_POUND_LBRACK] = ACTIONS(595), - [anon_sym_if] = ACTIONS(595), - [anon_sym_DOLLARif] = ACTIONS(595), - [anon_sym_is] = ACTIONS(595), - [anon_sym_BANGis] = ACTIONS(595), - [anon_sym_in] = ACTIONS(595), - [anon_sym_BANGin] = ACTIONS(595), - [anon_sym_match] = ACTIONS(595), - [anon_sym_select] = ACTIONS(595), - [anon_sym_lock] = ACTIONS(595), - [anon_sym_rlock] = ACTIONS(595), - [anon_sym_unsafe] = ACTIONS(595), - [anon_sym_sql] = ACTIONS(595), - [sym_int_literal] = ACTIONS(595), - [sym_float_literal] = ACTIONS(595), - [sym_rune_literal] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(595), - [anon_sym_shared] = ACTIONS(611), - [anon_sym_map_LBRACK] = ACTIONS(537), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(595), - [sym___single_quote] = ACTIONS(595), - [sym___c_double_quote] = ACTIONS(595), - [sym___c_single_quote] = ACTIONS(595), - [sym___r_double_quote] = ACTIONS(595), - [sym___r_single_quote] = ACTIONS(595), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1782), + [anon_sym_COMMA] = ACTIONS(1782), + [anon_sym_const] = ACTIONS(1782), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(1782), + [anon_sym_type] = ACTIONS(1782), + [anon_sym_PIPE] = ACTIONS(3239), + [anon_sym_fn] = ACTIONS(1782), + [anon_sym_PLUS] = ACTIONS(3239), + [anon_sym_DASH] = ACTIONS(3239), + [anon_sym_STAR] = ACTIONS(3241), + [anon_sym_SLASH] = ACTIONS(3241), + [anon_sym_PERCENT] = ACTIONS(3241), + [anon_sym_LT] = ACTIONS(3243), + [anon_sym_GT] = ACTIONS(3243), + [anon_sym_EQ_EQ] = ACTIONS(3243), + [anon_sym_BANG_EQ] = ACTIONS(3243), + [anon_sym_LT_EQ] = ACTIONS(3243), + [anon_sym_GT_EQ] = ACTIONS(3243), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1782), + [anon_sym_union] = ACTIONS(1782), + [anon_sym_pub] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_enum] = ACTIONS(1782), + [anon_sym_interface] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(1782), + [anon_sym_spawn] = ACTIONS(1782), + [anon_sym_json_DOTdecode] = ACTIONS(1782), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_CARET] = ACTIONS(3239), + [anon_sym_AMP] = ACTIONS(3241), + [anon_sym_LT_DASH] = ACTIONS(1782), + [anon_sym_LT_LT] = ACTIONS(3241), + [anon_sym_GT_GT] = ACTIONS(3241), + [anon_sym_GT_GT_GT] = ACTIONS(3241), + [anon_sym_AMP_CARET] = ACTIONS(3241), + [anon_sym_AMP_AMP] = ACTIONS(1782), + [anon_sym_PIPE_PIPE] = ACTIONS(1782), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1782), + [sym_true] = ACTIONS(1782), + [sym_false] = ACTIONS(1782), + [sym_nil] = ACTIONS(1782), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_DOLLARif] = ACTIONS(1782), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1782), + [anon_sym_in] = ACTIONS(3267), + [anon_sym_BANGin] = ACTIONS(3269), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_select] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1782), + [anon_sym_rlock] = ACTIONS(1782), + [anon_sym_unsafe] = ACTIONS(1782), + [anon_sym_sql] = ACTIONS(1782), + [sym_int_literal] = ACTIONS(1782), + [sym_float_literal] = ACTIONS(1782), + [sym_rune_literal] = ACTIONS(1782), + [anon_sym_AT] = ACTIONS(1782), + [anon_sym_shared] = ACTIONS(1782), + [anon_sym_map_LBRACK] = ACTIONS(1782), + [anon_sym_chan] = ACTIONS(1782), + [anon_sym_thread] = ACTIONS(1782), + [anon_sym_atomic] = ACTIONS(1782), + [anon_sym_assert] = ACTIONS(1782), + [anon_sym_defer] = ACTIONS(1782), + [anon_sym_goto] = ACTIONS(1782), + [anon_sym_break] = ACTIONS(1782), + [anon_sym_continue] = ACTIONS(1782), + [anon_sym_return] = ACTIONS(1782), + [anon_sym_DOLLARfor] = ACTIONS(1782), + [anon_sym_for] = ACTIONS(1782), + [anon_sym_POUND] = ACTIONS(1782), + [anon_sym_asm] = ACTIONS(1782), + [anon_sym_AT_LBRACK] = ACTIONS(1782), + [sym___double_quote] = ACTIONS(1782), + [sym___single_quote] = ACTIONS(1782), + [sym___c_double_quote] = ACTIONS(1782), + [sym___c_single_quote] = ACTIONS(1782), + [sym___r_double_quote] = ACTIONS(1782), + [sym___r_single_quote] = ACTIONS(1782), }, [968] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(2074), - [sym_identifier] = ACTIONS(2076), - [anon_sym_LF] = ACTIONS(2076), - [anon_sym_CR] = ACTIONS(2076), - [anon_sym_CR_LF] = ACTIONS(2076), + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(3301), + [sym_identifier] = ACTIONS(3303), + [anon_sym_LF] = ACTIONS(3303), + [anon_sym_CR] = ACTIONS(3303), + [anon_sym_CR_LF] = ACTIONS(3303), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2076), - [anon_sym_COMMA] = ACTIONS(2076), - [anon_sym_const] = ACTIONS(2076), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(2076), - [anon_sym_type] = ACTIONS(2076), - [anon_sym_PIPE] = ACTIONS(3237), - [anon_sym_fn] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(3237), - [anon_sym_DASH] = ACTIONS(3237), - [anon_sym_STAR] = ACTIONS(3239), - [anon_sym_SLASH] = ACTIONS(3239), - [anon_sym_PERCENT] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(3241), - [anon_sym_GT] = ACTIONS(3241), - [anon_sym_EQ_EQ] = ACTIONS(3241), - [anon_sym_BANG_EQ] = ACTIONS(3241), - [anon_sym_LT_EQ] = ACTIONS(3241), - [anon_sym_GT_EQ] = ACTIONS(3241), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_union] = ACTIONS(2076), - [anon_sym_pub] = ACTIONS(2076), - [anon_sym_mut] = ACTIONS(2076), - [anon_sym_enum] = ACTIONS(2076), - [anon_sym_interface] = ACTIONS(2076), - [anon_sym_PLUS_PLUS] = ACTIONS(2076), - [anon_sym_DASH_DASH] = ACTIONS(2076), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(2076), - [anon_sym_spawn] = ACTIONS(2076), - [anon_sym_json_DOTdecode] = ACTIONS(2076), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(2076), - [anon_sym_CARET] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT_DASH] = ACTIONS(2076), - [anon_sym_LT_LT] = ACTIONS(3239), - [anon_sym_GT_GT] = ACTIONS(3239), - [anon_sym_GT_GT_GT] = ACTIONS(3239), - [anon_sym_AMP_CARET] = ACTIONS(3239), - [anon_sym_AMP_AMP] = ACTIONS(3255), - [anon_sym_PIPE_PIPE] = ACTIONS(2076), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2076), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_nil] = ACTIONS(2076), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_DOLLARif] = ACTIONS(2076), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2076), - [anon_sym_in] = ACTIONS(3265), - [anon_sym_BANGin] = ACTIONS(3267), - [anon_sym_match] = ACTIONS(2076), - [anon_sym_select] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2076), - [anon_sym_rlock] = ACTIONS(2076), - [anon_sym_unsafe] = ACTIONS(2076), - [anon_sym_sql] = ACTIONS(2076), - [sym_int_literal] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2076), - [sym_rune_literal] = ACTIONS(2076), - [anon_sym_AT] = ACTIONS(2076), - [anon_sym_shared] = ACTIONS(2076), - [anon_sym_map_LBRACK] = ACTIONS(2076), - [anon_sym_chan] = ACTIONS(2076), - [anon_sym_thread] = ACTIONS(2076), - [anon_sym_atomic] = ACTIONS(2076), - [anon_sym_assert] = ACTIONS(2076), - [anon_sym_defer] = ACTIONS(2076), - [anon_sym_goto] = ACTIONS(2076), - [anon_sym_break] = ACTIONS(2076), - [anon_sym_continue] = ACTIONS(2076), - [anon_sym_return] = ACTIONS(2076), - [anon_sym_DOLLARfor] = ACTIONS(2076), - [anon_sym_for] = ACTIONS(2076), - [anon_sym_POUND] = ACTIONS(2076), - [anon_sym_asm] = ACTIONS(2076), - [anon_sym_AT_LBRACK] = ACTIONS(2076), - [sym___double_quote] = ACTIONS(2076), - [sym___single_quote] = ACTIONS(2076), - [sym___c_double_quote] = ACTIONS(2076), - [sym___c_single_quote] = ACTIONS(2076), - [sym___r_double_quote] = ACTIONS(2076), - [sym___r_single_quote] = ACTIONS(2076), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(3233), + [anon_sym_LBRACE] = ACTIONS(3303), + [anon_sym_COMMA] = ACTIONS(3305), + [anon_sym_const] = ACTIONS(3303), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(3303), + [anon_sym_type] = ACTIONS(3303), + [anon_sym_PIPE] = ACTIONS(3239), + [anon_sym_fn] = ACTIONS(3303), + [anon_sym_PLUS] = ACTIONS(3239), + [anon_sym_DASH] = ACTIONS(3239), + [anon_sym_STAR] = ACTIONS(3241), + [anon_sym_SLASH] = ACTIONS(3241), + [anon_sym_PERCENT] = ACTIONS(3241), + [anon_sym_LT] = ACTIONS(3243), + [anon_sym_GT] = ACTIONS(3243), + [anon_sym_EQ_EQ] = ACTIONS(3243), + [anon_sym_BANG_EQ] = ACTIONS(3243), + [anon_sym_LT_EQ] = ACTIONS(3243), + [anon_sym_GT_EQ] = ACTIONS(3243), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(3303), + [anon_sym_union] = ACTIONS(3303), + [anon_sym_pub] = ACTIONS(3303), + [anon_sym_mut] = ACTIONS(3303), + [anon_sym_enum] = ACTIONS(3303), + [anon_sym_interface] = ACTIONS(3303), + [anon_sym_PLUS_PLUS] = ACTIONS(3247), + [anon_sym_DASH_DASH] = ACTIONS(3249), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(3303), + [anon_sym_spawn] = ACTIONS(3303), + [anon_sym_json_DOTdecode] = ACTIONS(3303), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(3303), + [anon_sym_CARET] = ACTIONS(3239), + [anon_sym_AMP] = ACTIONS(3241), + [anon_sym_LT_DASH] = ACTIONS(3303), + [anon_sym_LT_LT] = ACTIONS(3241), + [anon_sym_GT_GT] = ACTIONS(3241), + [anon_sym_GT_GT_GT] = ACTIONS(3241), + [anon_sym_AMP_CARET] = ACTIONS(3241), + [anon_sym_AMP_AMP] = ACTIONS(3257), + [anon_sym_PIPE_PIPE] = ACTIONS(3259), + [anon_sym_or] = ACTIONS(3261), + [sym_none] = ACTIONS(3303), + [sym_true] = ACTIONS(3303), + [sym_false] = ACTIONS(3303), + [sym_nil] = ACTIONS(3303), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(3303), + [anon_sym_DOLLARif] = ACTIONS(3303), + [anon_sym_is] = ACTIONS(3263), + [anon_sym_BANGis] = ACTIONS(3265), + [anon_sym_in] = ACTIONS(3267), + [anon_sym_BANGin] = ACTIONS(3269), + [anon_sym_match] = ACTIONS(3303), + [anon_sym_select] = ACTIONS(3303), + [anon_sym_lock] = ACTIONS(3303), + [anon_sym_rlock] = ACTIONS(3303), + [anon_sym_unsafe] = ACTIONS(3303), + [anon_sym_sql] = ACTIONS(3303), + [sym_int_literal] = ACTIONS(3303), + [sym_float_literal] = ACTIONS(3303), + [sym_rune_literal] = ACTIONS(3303), + [anon_sym_AT] = ACTIONS(3303), + [anon_sym_shared] = ACTIONS(3303), + [anon_sym_map_LBRACK] = ACTIONS(3303), + [anon_sym_chan] = ACTIONS(3303), + [anon_sym_thread] = ACTIONS(3303), + [anon_sym_atomic] = ACTIONS(3303), + [anon_sym_assert] = ACTIONS(3303), + [anon_sym_defer] = ACTIONS(3303), + [anon_sym_goto] = ACTIONS(3303), + [anon_sym_break] = ACTIONS(3303), + [anon_sym_continue] = ACTIONS(3303), + [anon_sym_return] = ACTIONS(3303), + [anon_sym_DOLLARfor] = ACTIONS(3303), + [anon_sym_for] = ACTIONS(3303), + [anon_sym_POUND] = ACTIONS(3303), + [anon_sym_asm] = ACTIONS(3303), + [anon_sym_AT_LBRACK] = ACTIONS(3303), + [sym___double_quote] = ACTIONS(3303), + [sym___single_quote] = ACTIONS(3303), + [sym___c_double_quote] = ACTIONS(3303), + [sym___c_single_quote] = ACTIONS(3303), + [sym___r_double_quote] = ACTIONS(3303), + [sym___r_single_quote] = ACTIONS(3303), }, [969] = { - [sym_reference_expression] = STATE(4507), - [sym_type_reference_expression] = STATE(1164), - [sym_plain_type] = STATE(1179), - [sym__plain_type_without_special] = STATE(1175), - [sym_anon_struct_type] = STATE(1176), - [sym_multi_return_type] = STATE(1175), - [sym_result_type] = STATE(1175), - [sym_option_type] = STATE(1175), - [sym_qualified_type] = STATE(1164), - [sym_fixed_array_type] = STATE(1176), - [sym_array_type] = STATE(1176), - [sym_pointer_type] = STATE(1176), - [sym_wrong_pointer_type] = STATE(1176), - [sym_map_type] = STATE(1176), - [sym_channel_type] = STATE(1176), - [sym_shared_type] = STATE(1176), - [sym_thread_type] = STATE(1176), - [sym_atomic_type] = STATE(1176), - [sym_generic_type] = STATE(1176), - [sym_function_type] = STATE(1176), - [sym_identifier] = ACTIONS(3277), + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(3307), + [sym_identifier] = ACTIONS(1640), + [anon_sym_LF] = ACTIONS(1640), + [anon_sym_CR] = ACTIONS(1640), + [anon_sym_CR_LF] = ACTIONS(1640), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(3233), + [anon_sym_LBRACE] = ACTIONS(1640), + [anon_sym_COMMA] = ACTIONS(1640), + [anon_sym_const] = ACTIONS(1640), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(1640), + [anon_sym_type] = ACTIONS(1640), + [anon_sym_PIPE] = ACTIONS(3239), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_PLUS] = ACTIONS(3239), + [anon_sym_DASH] = ACTIONS(3239), + [anon_sym_STAR] = ACTIONS(3241), + [anon_sym_SLASH] = ACTIONS(3241), + [anon_sym_PERCENT] = ACTIONS(3241), + [anon_sym_LT] = ACTIONS(3243), + [anon_sym_GT] = ACTIONS(3243), + [anon_sym_EQ_EQ] = ACTIONS(3243), + [anon_sym_BANG_EQ] = ACTIONS(3243), + [anon_sym_LT_EQ] = ACTIONS(3243), + [anon_sym_GT_EQ] = ACTIONS(3243), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1640), + [anon_sym_union] = ACTIONS(1640), + [anon_sym_pub] = ACTIONS(1640), + [anon_sym_mut] = ACTIONS(1640), + [anon_sym_enum] = ACTIONS(1640), + [anon_sym_interface] = ACTIONS(1640), + [anon_sym_PLUS_PLUS] = ACTIONS(3247), + [anon_sym_DASH_DASH] = ACTIONS(3249), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(1640), + [anon_sym_spawn] = ACTIONS(1640), + [anon_sym_json_DOTdecode] = ACTIONS(1640), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(1640), + [anon_sym_CARET] = ACTIONS(3239), + [anon_sym_AMP] = ACTIONS(3241), + [anon_sym_LT_DASH] = ACTIONS(1640), + [anon_sym_LT_LT] = ACTIONS(3241), + [anon_sym_GT_GT] = ACTIONS(3241), + [anon_sym_GT_GT_GT] = ACTIONS(3241), + [anon_sym_AMP_CARET] = ACTIONS(3241), + [anon_sym_AMP_AMP] = ACTIONS(3257), + [anon_sym_PIPE_PIPE] = ACTIONS(3259), + [anon_sym_or] = ACTIONS(3261), + [sym_none] = ACTIONS(1640), + [sym_true] = ACTIONS(1640), + [sym_false] = ACTIONS(1640), + [sym_nil] = ACTIONS(1640), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_DOLLARif] = ACTIONS(1640), + [anon_sym_is] = ACTIONS(3263), + [anon_sym_BANGis] = ACTIONS(3265), + [anon_sym_in] = ACTIONS(3267), + [anon_sym_BANGin] = ACTIONS(3269), + [anon_sym_match] = ACTIONS(1640), + [anon_sym_select] = ACTIONS(1640), + [anon_sym_lock] = ACTIONS(1640), + [anon_sym_rlock] = ACTIONS(1640), + [anon_sym_unsafe] = ACTIONS(1640), + [anon_sym_sql] = ACTIONS(1640), + [sym_int_literal] = ACTIONS(1640), + [sym_float_literal] = ACTIONS(1640), + [sym_rune_literal] = ACTIONS(1640), + [anon_sym_AT] = ACTIONS(1640), + [anon_sym_shared] = ACTIONS(1640), + [anon_sym_map_LBRACK] = ACTIONS(1640), + [anon_sym_chan] = ACTIONS(1640), + [anon_sym_thread] = ACTIONS(1640), + [anon_sym_atomic] = ACTIONS(1640), + [anon_sym_assert] = ACTIONS(1640), + [anon_sym_defer] = ACTIONS(1640), + [anon_sym_goto] = ACTIONS(1640), + [anon_sym_break] = ACTIONS(1640), + [anon_sym_continue] = ACTIONS(1640), + [anon_sym_return] = ACTIONS(1640), + [anon_sym_DOLLARfor] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1640), + [anon_sym_POUND] = ACTIONS(1640), + [anon_sym_asm] = ACTIONS(1640), + [anon_sym_AT_LBRACK] = ACTIONS(1640), + [sym___double_quote] = ACTIONS(1640), + [sym___single_quote] = ACTIONS(1640), + [sym___c_double_quote] = ACTIONS(1640), + [sym___c_single_quote] = ACTIONS(1640), + [sym___r_double_quote] = ACTIONS(1640), + [sym___r_single_quote] = ACTIONS(1640), + }, + [970] = { + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(1752), + [sym_identifier] = ACTIONS(1754), + [anon_sym_LF] = ACTIONS(1754), + [anon_sym_CR] = ACTIONS(1754), + [anon_sym_CR_LF] = ACTIONS(1754), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(1754), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_const] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(1754), + [anon_sym_type] = ACTIONS(1754), + [anon_sym_PIPE] = ACTIONS(1754), + [anon_sym_fn] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1754), + [anon_sym_DASH] = ACTIONS(1754), + [anon_sym_STAR] = ACTIONS(1754), + [anon_sym_SLASH] = ACTIONS(1754), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1754), + [anon_sym_GT] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1754), + [anon_sym_union] = ACTIONS(1754), + [anon_sym_pub] = ACTIONS(1754), + [anon_sym_mut] = ACTIONS(1754), + [anon_sym_enum] = ACTIONS(1754), + [anon_sym_interface] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(1754), + [anon_sym_spawn] = ACTIONS(1754), + [anon_sym_json_DOTdecode] = ACTIONS(1754), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(1754), + [anon_sym_CARET] = ACTIONS(1754), + [anon_sym_AMP] = ACTIONS(1754), + [anon_sym_LT_DASH] = ACTIONS(1754), + [anon_sym_LT_LT] = ACTIONS(1754), + [anon_sym_GT_GT] = ACTIONS(1754), + [anon_sym_GT_GT_GT] = ACTIONS(1754), + [anon_sym_AMP_CARET] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_or] = ACTIONS(1754), + [sym_none] = ACTIONS(1754), + [sym_true] = ACTIONS(1754), + [sym_false] = ACTIONS(1754), + [sym_nil] = ACTIONS(1754), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(1754), + [anon_sym_DOLLARif] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1754), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_match] = ACTIONS(1754), + [anon_sym_select] = ACTIONS(1754), + [anon_sym_lock] = ACTIONS(1754), + [anon_sym_rlock] = ACTIONS(1754), + [anon_sym_unsafe] = ACTIONS(1754), + [anon_sym_sql] = ACTIONS(1754), + [sym_int_literal] = ACTIONS(1754), + [sym_float_literal] = ACTIONS(1754), + [sym_rune_literal] = ACTIONS(1754), + [anon_sym_AT] = ACTIONS(1754), + [anon_sym_shared] = ACTIONS(1754), + [anon_sym_map_LBRACK] = ACTIONS(1754), + [anon_sym_chan] = ACTIONS(1754), + [anon_sym_thread] = ACTIONS(1754), + [anon_sym_atomic] = ACTIONS(1754), + [anon_sym_assert] = ACTIONS(1754), + [anon_sym_defer] = ACTIONS(1754), + [anon_sym_goto] = ACTIONS(1754), + [anon_sym_break] = ACTIONS(1754), + [anon_sym_continue] = ACTIONS(1754), + [anon_sym_return] = ACTIONS(1754), + [anon_sym_DOLLARfor] = ACTIONS(1754), + [anon_sym_for] = ACTIONS(1754), + [anon_sym_POUND] = ACTIONS(1754), + [anon_sym_asm] = ACTIONS(1754), + [anon_sym_AT_LBRACK] = ACTIONS(1754), + [sym___double_quote] = ACTIONS(1754), + [sym___single_quote] = ACTIONS(1754), + [sym___c_double_quote] = ACTIONS(1754), + [sym___c_single_quote] = ACTIONS(1754), + [sym___r_double_quote] = ACTIONS(1754), + [sym___r_single_quote] = ACTIONS(1754), + }, + [971] = { + [sym_reference_expression] = STATE(4598), + [sym_type_reference_expression] = STATE(1163), + [sym_plain_type] = STATE(1193), + [sym__plain_type_without_special] = STATE(1231), + [sym_anon_struct_type] = STATE(1233), + [sym_multi_return_type] = STATE(1231), + [sym_result_type] = STATE(1231), + [sym_option_type] = STATE(1231), + [sym_qualified_type] = STATE(1163), + [sym_fixed_array_type] = STATE(1233), + [sym_array_type] = STATE(1233), + [sym_pointer_type] = STATE(1233), + [sym_wrong_pointer_type] = STATE(1233), + [sym_map_type] = STATE(1233), + [sym_channel_type] = STATE(1233), + [sym_shared_type] = STATE(1233), + [sym_thread_type] = STATE(1233), + [sym_atomic_type] = STATE(1233), + [sym_generic_type] = STATE(1233), + [sym_function_type] = STATE(1233), + [sym_identifier] = ACTIONS(3271), [anon_sym_LF] = ACTIONS(555), [anon_sym_CR] = ACTIONS(555), [anon_sym_CR_LF] = ACTIONS(555), @@ -137355,12 +137886,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(555), [anon_sym_COMMA] = ACTIONS(555), [anon_sym_RBRACE] = ACTIONS(555), - [anon_sym_LPAREN] = ACTIONS(3279), + [anon_sym_LPAREN] = ACTIONS(3273), [anon_sym_PIPE] = ACTIONS(555), - [anon_sym_fn] = ACTIONS(3281), + [anon_sym_fn] = ACTIONS(3275), [anon_sym_PLUS] = ACTIONS(555), [anon_sym_DASH] = ACTIONS(555), - [anon_sym_STAR] = ACTIONS(3283), + [anon_sym_STAR] = ACTIONS(3277), [anon_sym_SLASH] = ACTIONS(555), [anon_sym_PERCENT] = ACTIONS(555), [anon_sym_LT] = ACTIONS(555), @@ -137370,19 +137901,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(555), [anon_sym_GT_EQ] = ACTIONS(555), [anon_sym_LBRACK] = ACTIONS(551), - [anon_sym_struct] = ACTIONS(3285), + [anon_sym_LT2] = ACTIONS(555), + [anon_sym_struct] = ACTIONS(3279), [anon_sym_mut] = ACTIONS(555), [anon_sym_PLUS_PLUS] = ACTIONS(555), [anon_sym_DASH_DASH] = ACTIONS(555), - [anon_sym_QMARK] = ACTIONS(3287), - [anon_sym_BANG] = ACTIONS(3289), + [anon_sym_QMARK] = ACTIONS(3281), + [anon_sym_BANG] = ACTIONS(3283), [anon_sym_go] = ACTIONS(555), [anon_sym_spawn] = ACTIONS(555), [anon_sym_json_DOTdecode] = ACTIONS(555), - [anon_sym_LBRACK2] = ACTIONS(3291), + [anon_sym_LBRACK2] = ACTIONS(3285), [anon_sym_TILDE] = ACTIONS(555), [anon_sym_CARET] = ACTIONS(555), - [anon_sym_AMP] = ACTIONS(3293), + [anon_sym_AMP] = ACTIONS(3287), [anon_sym_LT_DASH] = ACTIONS(555), [anon_sym_LT_LT] = ACTIONS(555), [anon_sym_GT_GT] = ACTIONS(555), @@ -137413,11 +137945,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(555), [sym_rune_literal] = ACTIONS(555), [anon_sym_AT] = ACTIONS(555), - [anon_sym_shared] = ACTIONS(3295), - [anon_sym_map_LBRACK] = ACTIONS(3297), - [anon_sym_chan] = ACTIONS(3299), - [anon_sym_thread] = ACTIONS(3301), - [anon_sym_atomic] = ACTIONS(3303), + [anon_sym_shared] = ACTIONS(3289), + [anon_sym_map_LBRACK] = ACTIONS(3291), + [anon_sym_chan] = ACTIONS(3293), + [anon_sym_thread] = ACTIONS(3295), + [anon_sym_atomic] = ACTIONS(3297), [sym___double_quote] = ACTIONS(555), [sym___single_quote] = ACTIONS(555), [sym___c_double_quote] = ACTIONS(555), @@ -137425,7655 +137957,4426 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(555), [sym___r_single_quote] = ACTIONS(555), }, - [970] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(2106), - [sym_identifier] = ACTIONS(2108), - [anon_sym_LF] = ACTIONS(2108), - [anon_sym_CR] = ACTIONS(2108), - [anon_sym_CR_LF] = ACTIONS(2108), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(2108), - [anon_sym_LBRACE] = ACTIONS(2108), - [anon_sym_COMMA] = ACTIONS(2108), - [anon_sym_const] = ACTIONS(2108), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(2108), - [anon_sym_type] = ACTIONS(2108), - [anon_sym_PIPE] = ACTIONS(3237), - [anon_sym_fn] = ACTIONS(2108), - [anon_sym_PLUS] = ACTIONS(3237), - [anon_sym_DASH] = ACTIONS(3237), - [anon_sym_STAR] = ACTIONS(3239), - [anon_sym_SLASH] = ACTIONS(3239), - [anon_sym_PERCENT] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(2108), - [anon_sym_GT] = ACTIONS(2108), - [anon_sym_EQ_EQ] = ACTIONS(2108), - [anon_sym_BANG_EQ] = ACTIONS(2108), - [anon_sym_LT_EQ] = ACTIONS(2108), - [anon_sym_GT_EQ] = ACTIONS(2108), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(2108), - [anon_sym_union] = ACTIONS(2108), - [anon_sym_pub] = ACTIONS(2108), - [anon_sym_mut] = ACTIONS(2108), - [anon_sym_enum] = ACTIONS(2108), - [anon_sym_interface] = ACTIONS(2108), - [anon_sym_PLUS_PLUS] = ACTIONS(2108), - [anon_sym_DASH_DASH] = ACTIONS(2108), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(2108), - [anon_sym_spawn] = ACTIONS(2108), - [anon_sym_json_DOTdecode] = ACTIONS(2108), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(2108), - [anon_sym_CARET] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT_DASH] = ACTIONS(2108), - [anon_sym_LT_LT] = ACTIONS(3239), - [anon_sym_GT_GT] = ACTIONS(3239), - [anon_sym_GT_GT_GT] = ACTIONS(3239), - [anon_sym_AMP_CARET] = ACTIONS(3239), - [anon_sym_AMP_AMP] = ACTIONS(2108), - [anon_sym_PIPE_PIPE] = ACTIONS(2108), - [anon_sym_or] = ACTIONS(2108), - [sym_none] = ACTIONS(2108), - [sym_true] = ACTIONS(2108), - [sym_false] = ACTIONS(2108), - [sym_nil] = ACTIONS(2108), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(2108), - [anon_sym_DOLLARif] = ACTIONS(2108), - [anon_sym_is] = ACTIONS(2108), - [anon_sym_BANGis] = ACTIONS(2108), - [anon_sym_in] = ACTIONS(2108), - [anon_sym_BANGin] = ACTIONS(2108), - [anon_sym_match] = ACTIONS(2108), - [anon_sym_select] = ACTIONS(2108), - [anon_sym_lock] = ACTIONS(2108), - [anon_sym_rlock] = ACTIONS(2108), - [anon_sym_unsafe] = ACTIONS(2108), - [anon_sym_sql] = ACTIONS(2108), - [sym_int_literal] = ACTIONS(2108), - [sym_float_literal] = ACTIONS(2108), - [sym_rune_literal] = ACTIONS(2108), - [anon_sym_AT] = ACTIONS(2108), - [anon_sym_shared] = ACTIONS(2108), - [anon_sym_map_LBRACK] = ACTIONS(2108), - [anon_sym_chan] = ACTIONS(2108), - [anon_sym_thread] = ACTIONS(2108), - [anon_sym_atomic] = ACTIONS(2108), - [anon_sym_assert] = ACTIONS(2108), - [anon_sym_defer] = ACTIONS(2108), - [anon_sym_goto] = ACTIONS(2108), - [anon_sym_break] = ACTIONS(2108), - [anon_sym_continue] = ACTIONS(2108), - [anon_sym_return] = ACTIONS(2108), - [anon_sym_DOLLARfor] = ACTIONS(2108), - [anon_sym_for] = ACTIONS(2108), - [anon_sym_POUND] = ACTIONS(2108), - [anon_sym_asm] = ACTIONS(2108), - [anon_sym_AT_LBRACK] = ACTIONS(2108), - [sym___double_quote] = ACTIONS(2108), - [sym___single_quote] = ACTIONS(2108), - [sym___c_double_quote] = ACTIONS(2108), - [sym___c_single_quote] = ACTIONS(2108), - [sym___r_double_quote] = ACTIONS(2108), - [sym___r_single_quote] = ACTIONS(2108), - }, - [971] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(2110), - [sym_identifier] = ACTIONS(2112), - [anon_sym_LF] = ACTIONS(2112), - [anon_sym_CR] = ACTIONS(2112), - [anon_sym_CR_LF] = ACTIONS(2112), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(2112), - [anon_sym_LBRACE] = ACTIONS(2112), - [anon_sym_COMMA] = ACTIONS(2112), - [anon_sym_const] = ACTIONS(2112), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(2112), - [anon_sym_type] = ACTIONS(2112), - [anon_sym_PIPE] = ACTIONS(3237), - [anon_sym_fn] = ACTIONS(2112), - [anon_sym_PLUS] = ACTIONS(3237), - [anon_sym_DASH] = ACTIONS(3237), - [anon_sym_STAR] = ACTIONS(3239), - [anon_sym_SLASH] = ACTIONS(3239), - [anon_sym_PERCENT] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(2112), - [anon_sym_GT] = ACTIONS(2112), - [anon_sym_EQ_EQ] = ACTIONS(2112), - [anon_sym_BANG_EQ] = ACTIONS(2112), - [anon_sym_LT_EQ] = ACTIONS(2112), - [anon_sym_GT_EQ] = ACTIONS(2112), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(2112), - [anon_sym_union] = ACTIONS(2112), - [anon_sym_pub] = ACTIONS(2112), - [anon_sym_mut] = ACTIONS(2112), - [anon_sym_enum] = ACTIONS(2112), - [anon_sym_interface] = ACTIONS(2112), - [anon_sym_PLUS_PLUS] = ACTIONS(2112), - [anon_sym_DASH_DASH] = ACTIONS(2112), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(2112), - [anon_sym_spawn] = ACTIONS(2112), - [anon_sym_json_DOTdecode] = ACTIONS(2112), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(2112), - [anon_sym_CARET] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT_DASH] = ACTIONS(2112), - [anon_sym_LT_LT] = ACTIONS(3239), - [anon_sym_GT_GT] = ACTIONS(3239), - [anon_sym_GT_GT_GT] = ACTIONS(3239), - [anon_sym_AMP_CARET] = ACTIONS(3239), - [anon_sym_AMP_AMP] = ACTIONS(2112), - [anon_sym_PIPE_PIPE] = ACTIONS(2112), - [anon_sym_or] = ACTIONS(2112), - [sym_none] = ACTIONS(2112), - [sym_true] = ACTIONS(2112), - [sym_false] = ACTIONS(2112), - [sym_nil] = ACTIONS(2112), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(2112), - [anon_sym_DOLLARif] = ACTIONS(2112), - [anon_sym_is] = ACTIONS(2112), - [anon_sym_BANGis] = ACTIONS(2112), - [anon_sym_in] = ACTIONS(2112), - [anon_sym_BANGin] = ACTIONS(2112), - [anon_sym_match] = ACTIONS(2112), - [anon_sym_select] = ACTIONS(2112), - [anon_sym_lock] = ACTIONS(2112), - [anon_sym_rlock] = ACTIONS(2112), - [anon_sym_unsafe] = ACTIONS(2112), - [anon_sym_sql] = ACTIONS(2112), - [sym_int_literal] = ACTIONS(2112), - [sym_float_literal] = ACTIONS(2112), - [sym_rune_literal] = ACTIONS(2112), - [anon_sym_AT] = ACTIONS(2112), - [anon_sym_shared] = ACTIONS(2112), - [anon_sym_map_LBRACK] = ACTIONS(2112), - [anon_sym_chan] = ACTIONS(2112), - [anon_sym_thread] = ACTIONS(2112), - [anon_sym_atomic] = ACTIONS(2112), - [anon_sym_assert] = ACTIONS(2112), - [anon_sym_defer] = ACTIONS(2112), - [anon_sym_goto] = ACTIONS(2112), - [anon_sym_break] = ACTIONS(2112), - [anon_sym_continue] = ACTIONS(2112), - [anon_sym_return] = ACTIONS(2112), - [anon_sym_DOLLARfor] = ACTIONS(2112), - [anon_sym_for] = ACTIONS(2112), - [anon_sym_POUND] = ACTIONS(2112), - [anon_sym_asm] = ACTIONS(2112), - [anon_sym_AT_LBRACK] = ACTIONS(2112), - [sym___double_quote] = ACTIONS(2112), - [sym___single_quote] = ACTIONS(2112), - [sym___c_double_quote] = ACTIONS(2112), - [sym___c_single_quote] = ACTIONS(2112), - [sym___r_double_quote] = ACTIONS(2112), - [sym___r_single_quote] = ACTIONS(2112), - }, [972] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2378), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(585), - [anon_sym_LF] = ACTIONS(585), - [anon_sym_CR] = ACTIONS(585), - [anon_sym_CR_LF] = ACTIONS(585), + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(1940), + [sym_identifier] = ACTIONS(1942), + [anon_sym_LF] = ACTIONS(1942), + [anon_sym_CR] = ACTIONS(1942), + [anon_sym_CR_LF] = ACTIONS(1942), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(585), - [anon_sym_DOT] = ACTIONS(585), - [anon_sym_as] = ACTIONS(585), - [anon_sym_LBRACE] = ACTIONS(585), - [anon_sym_COMMA] = ACTIONS(585), - [anon_sym_RBRACE] = ACTIONS(585), - [anon_sym_LPAREN] = ACTIONS(585), - [anon_sym_PIPE] = ACTIONS(585), - [anon_sym_fn] = ACTIONS(585), - [anon_sym_PLUS] = ACTIONS(585), - [anon_sym_DASH] = ACTIONS(585), - [anon_sym_STAR] = ACTIONS(585), - [anon_sym_SLASH] = ACTIONS(585), - [anon_sym_PERCENT] = ACTIONS(585), - [anon_sym_LT] = ACTIONS(585), - [anon_sym_GT] = ACTIONS(585), - [anon_sym_EQ_EQ] = ACTIONS(585), - [anon_sym_BANG_EQ] = ACTIONS(585), - [anon_sym_LT_EQ] = ACTIONS(585), - [anon_sym_GT_EQ] = ACTIONS(585), - [anon_sym_LBRACK] = ACTIONS(583), - [anon_sym_struct] = ACTIONS(585), - [anon_sym_mut] = ACTIONS(585), - [anon_sym_PLUS_PLUS] = ACTIONS(585), - [anon_sym_DASH_DASH] = ACTIONS(585), - [anon_sym_QMARK] = ACTIONS(585), - [anon_sym_BANG] = ACTIONS(585), - [anon_sym_go] = ACTIONS(585), - [anon_sym_spawn] = ACTIONS(585), - [anon_sym_json_DOTdecode] = ACTIONS(585), - [anon_sym_LBRACK2] = ACTIONS(585), - [anon_sym_TILDE] = ACTIONS(585), - [anon_sym_CARET] = ACTIONS(585), - [anon_sym_AMP] = ACTIONS(585), - [anon_sym_LT_DASH] = ACTIONS(585), - [anon_sym_LT_LT] = ACTIONS(585), - [anon_sym_GT_GT] = ACTIONS(585), - [anon_sym_GT_GT_GT] = ACTIONS(585), - [anon_sym_AMP_CARET] = ACTIONS(585), - [anon_sym_AMP_AMP] = ACTIONS(585), - [anon_sym_PIPE_PIPE] = ACTIONS(585), - [anon_sym_or] = ACTIONS(585), - [sym_none] = ACTIONS(585), - [sym_true] = ACTIONS(585), - [sym_false] = ACTIONS(585), - [sym_nil] = ACTIONS(585), - [anon_sym_QMARK_DOT] = ACTIONS(585), - [anon_sym_POUND_LBRACK] = ACTIONS(585), - [anon_sym_if] = ACTIONS(585), - [anon_sym_DOLLARif] = ACTIONS(585), - [anon_sym_is] = ACTIONS(585), - [anon_sym_BANGis] = ACTIONS(585), - [anon_sym_in] = ACTIONS(585), - [anon_sym_BANGin] = ACTIONS(585), - [anon_sym_match] = ACTIONS(585), - [anon_sym_select] = ACTIONS(585), - [anon_sym_lock] = ACTIONS(585), - [anon_sym_rlock] = ACTIONS(585), - [anon_sym_unsafe] = ACTIONS(585), - [anon_sym_sql] = ACTIONS(585), - [sym_int_literal] = ACTIONS(585), - [sym_float_literal] = ACTIONS(585), - [sym_rune_literal] = ACTIONS(585), - [anon_sym_AT] = ACTIONS(585), - [anon_sym_shared] = ACTIONS(585), - [anon_sym_map_LBRACK] = ACTIONS(585), - [anon_sym_chan] = ACTIONS(585), - [anon_sym_thread] = ACTIONS(585), - [anon_sym_atomic] = ACTIONS(585), - [sym___double_quote] = ACTIONS(585), - [sym___single_quote] = ACTIONS(585), - [sym___c_double_quote] = ACTIONS(585), - [sym___c_single_quote] = ACTIONS(585), - [sym___r_double_quote] = ACTIONS(585), - [sym___r_single_quote] = ACTIONS(585), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(3233), + [anon_sym_LBRACE] = ACTIONS(1942), + [anon_sym_COMMA] = ACTIONS(1942), + [anon_sym_const] = ACTIONS(1942), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(1942), + [anon_sym_type] = ACTIONS(1942), + [anon_sym_PIPE] = ACTIONS(3239), + [anon_sym_fn] = ACTIONS(1942), + [anon_sym_PLUS] = ACTIONS(3239), + [anon_sym_DASH] = ACTIONS(3239), + [anon_sym_STAR] = ACTIONS(3241), + [anon_sym_SLASH] = ACTIONS(3241), + [anon_sym_PERCENT] = ACTIONS(3241), + [anon_sym_LT] = ACTIONS(3243), + [anon_sym_GT] = ACTIONS(3243), + [anon_sym_EQ_EQ] = ACTIONS(3243), + [anon_sym_BANG_EQ] = ACTIONS(3243), + [anon_sym_LT_EQ] = ACTIONS(3243), + [anon_sym_GT_EQ] = ACTIONS(3243), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1942), + [anon_sym_union] = ACTIONS(1942), + [anon_sym_pub] = ACTIONS(1942), + [anon_sym_mut] = ACTIONS(1942), + [anon_sym_enum] = ACTIONS(1942), + [anon_sym_interface] = ACTIONS(1942), + [anon_sym_PLUS_PLUS] = ACTIONS(3247), + [anon_sym_DASH_DASH] = ACTIONS(3249), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(1942), + [anon_sym_spawn] = ACTIONS(1942), + [anon_sym_json_DOTdecode] = ACTIONS(1942), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(1942), + [anon_sym_CARET] = ACTIONS(3239), + [anon_sym_AMP] = ACTIONS(3241), + [anon_sym_LT_DASH] = ACTIONS(1942), + [anon_sym_LT_LT] = ACTIONS(3241), + [anon_sym_GT_GT] = ACTIONS(3241), + [anon_sym_GT_GT_GT] = ACTIONS(3241), + [anon_sym_AMP_CARET] = ACTIONS(3241), + [anon_sym_AMP_AMP] = ACTIONS(3257), + [anon_sym_PIPE_PIPE] = ACTIONS(3259), + [anon_sym_or] = ACTIONS(3261), + [sym_none] = ACTIONS(1942), + [sym_true] = ACTIONS(1942), + [sym_false] = ACTIONS(1942), + [sym_nil] = ACTIONS(1942), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(1942), + [anon_sym_DOLLARif] = ACTIONS(1942), + [anon_sym_is] = ACTIONS(3309), + [anon_sym_BANGis] = ACTIONS(3311), + [anon_sym_in] = ACTIONS(3267), + [anon_sym_BANGin] = ACTIONS(3269), + [anon_sym_match] = ACTIONS(1942), + [anon_sym_select] = ACTIONS(1942), + [anon_sym_lock] = ACTIONS(1942), + [anon_sym_rlock] = ACTIONS(1942), + [anon_sym_unsafe] = ACTIONS(1942), + [anon_sym_sql] = ACTIONS(1942), + [sym_int_literal] = ACTIONS(1942), + [sym_float_literal] = ACTIONS(1942), + [sym_rune_literal] = ACTIONS(1942), + [anon_sym_AT] = ACTIONS(1942), + [anon_sym_shared] = ACTIONS(1942), + [anon_sym_map_LBRACK] = ACTIONS(1942), + [anon_sym_chan] = ACTIONS(1942), + [anon_sym_thread] = ACTIONS(1942), + [anon_sym_atomic] = ACTIONS(1942), + [anon_sym_assert] = ACTIONS(1942), + [anon_sym_defer] = ACTIONS(1942), + [anon_sym_goto] = ACTIONS(1942), + [anon_sym_break] = ACTIONS(1942), + [anon_sym_continue] = ACTIONS(1942), + [anon_sym_return] = ACTIONS(1942), + [anon_sym_DOLLARfor] = ACTIONS(1942), + [anon_sym_for] = ACTIONS(1942), + [anon_sym_POUND] = ACTIONS(1942), + [anon_sym_asm] = ACTIONS(1942), + [anon_sym_AT_LBRACK] = ACTIONS(1942), + [sym___double_quote] = ACTIONS(1942), + [sym___single_quote] = ACTIONS(1942), + [sym___c_double_quote] = ACTIONS(1942), + [sym___c_single_quote] = ACTIONS(1942), + [sym___r_double_quote] = ACTIONS(1942), + [sym___r_single_quote] = ACTIONS(1942), }, [973] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(3305), - [sym_identifier] = ACTIONS(1690), - [anon_sym_LF] = ACTIONS(1690), - [anon_sym_CR] = ACTIONS(1690), - [anon_sym_CR_LF] = ACTIONS(1690), + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(1956), + [sym_identifier] = ACTIONS(1958), + [anon_sym_LF] = ACTIONS(1958), + [anon_sym_CR] = ACTIONS(1958), + [anon_sym_CR_LF] = ACTIONS(1958), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(3231), - [anon_sym_LBRACE] = ACTIONS(1690), - [anon_sym_COMMA] = ACTIONS(1690), - [anon_sym_const] = ACTIONS(1690), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(1690), - [anon_sym_type] = ACTIONS(1690), - [anon_sym_PIPE] = ACTIONS(3237), - [anon_sym_fn] = ACTIONS(1690), - [anon_sym_PLUS] = ACTIONS(3237), - [anon_sym_DASH] = ACTIONS(3237), - [anon_sym_STAR] = ACTIONS(3239), - [anon_sym_SLASH] = ACTIONS(3239), - [anon_sym_PERCENT] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(3241), - [anon_sym_GT] = ACTIONS(3241), - [anon_sym_EQ_EQ] = ACTIONS(3241), - [anon_sym_BANG_EQ] = ACTIONS(3241), - [anon_sym_LT_EQ] = ACTIONS(3241), - [anon_sym_GT_EQ] = ACTIONS(3241), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(1690), - [anon_sym_union] = ACTIONS(1690), - [anon_sym_pub] = ACTIONS(1690), - [anon_sym_mut] = ACTIONS(1690), - [anon_sym_enum] = ACTIONS(1690), - [anon_sym_interface] = ACTIONS(1690), - [anon_sym_PLUS_PLUS] = ACTIONS(3245), - [anon_sym_DASH_DASH] = ACTIONS(3247), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(1690), - [anon_sym_spawn] = ACTIONS(1690), - [anon_sym_json_DOTdecode] = ACTIONS(1690), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(1690), - [anon_sym_CARET] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT_DASH] = ACTIONS(1690), - [anon_sym_LT_LT] = ACTIONS(3239), - [anon_sym_GT_GT] = ACTIONS(3239), - [anon_sym_GT_GT_GT] = ACTIONS(3239), - [anon_sym_AMP_CARET] = ACTIONS(3239), - [anon_sym_AMP_AMP] = ACTIONS(3255), - [anon_sym_PIPE_PIPE] = ACTIONS(3257), - [anon_sym_or] = ACTIONS(3259), - [sym_none] = ACTIONS(1690), - [sym_true] = ACTIONS(1690), - [sym_false] = ACTIONS(1690), - [sym_nil] = ACTIONS(1690), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(1690), - [anon_sym_DOLLARif] = ACTIONS(1690), - [anon_sym_is] = ACTIONS(3261), - [anon_sym_BANGis] = ACTIONS(3263), - [anon_sym_in] = ACTIONS(3265), - [anon_sym_BANGin] = ACTIONS(3267), - [anon_sym_match] = ACTIONS(1690), - [anon_sym_select] = ACTIONS(1690), - [anon_sym_lock] = ACTIONS(1690), - [anon_sym_rlock] = ACTIONS(1690), - [anon_sym_unsafe] = ACTIONS(1690), - [anon_sym_sql] = ACTIONS(1690), - [sym_int_literal] = ACTIONS(1690), - [sym_float_literal] = ACTIONS(1690), - [sym_rune_literal] = ACTIONS(1690), - [anon_sym_AT] = ACTIONS(1690), - [anon_sym_shared] = ACTIONS(1690), - [anon_sym_map_LBRACK] = ACTIONS(1690), - [anon_sym_chan] = ACTIONS(1690), - [anon_sym_thread] = ACTIONS(1690), - [anon_sym_atomic] = ACTIONS(1690), - [anon_sym_assert] = ACTIONS(1690), - [anon_sym_defer] = ACTIONS(1690), - [anon_sym_goto] = ACTIONS(1690), - [anon_sym_break] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(1690), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_DOLLARfor] = ACTIONS(1690), - [anon_sym_for] = ACTIONS(1690), - [anon_sym_POUND] = ACTIONS(1690), - [anon_sym_asm] = ACTIONS(1690), - [anon_sym_AT_LBRACK] = ACTIONS(1690), - [sym___double_quote] = ACTIONS(1690), - [sym___single_quote] = ACTIONS(1690), - [sym___c_double_quote] = ACTIONS(1690), - [sym___c_single_quote] = ACTIONS(1690), - [sym___r_double_quote] = ACTIONS(1690), - [sym___r_single_quote] = ACTIONS(1690), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(1958), + [anon_sym_LBRACE] = ACTIONS(1958), + [anon_sym_COMMA] = ACTIONS(1958), + [anon_sym_const] = ACTIONS(1958), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(1958), + [anon_sym_type] = ACTIONS(1958), + [anon_sym_PIPE] = ACTIONS(3239), + [anon_sym_fn] = ACTIONS(1958), + [anon_sym_PLUS] = ACTIONS(3239), + [anon_sym_DASH] = ACTIONS(3239), + [anon_sym_STAR] = ACTIONS(3241), + [anon_sym_SLASH] = ACTIONS(3241), + [anon_sym_PERCENT] = ACTIONS(3241), + [anon_sym_LT] = ACTIONS(1958), + [anon_sym_GT] = ACTIONS(1958), + [anon_sym_EQ_EQ] = ACTIONS(1958), + [anon_sym_BANG_EQ] = ACTIONS(1958), + [anon_sym_LT_EQ] = ACTIONS(1958), + [anon_sym_GT_EQ] = ACTIONS(1958), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1958), + [anon_sym_union] = ACTIONS(1958), + [anon_sym_pub] = ACTIONS(1958), + [anon_sym_mut] = ACTIONS(1958), + [anon_sym_enum] = ACTIONS(1958), + [anon_sym_interface] = ACTIONS(1958), + [anon_sym_PLUS_PLUS] = ACTIONS(1958), + [anon_sym_DASH_DASH] = ACTIONS(1958), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(1958), + [anon_sym_spawn] = ACTIONS(1958), + [anon_sym_json_DOTdecode] = ACTIONS(1958), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(1958), + [anon_sym_CARET] = ACTIONS(3239), + [anon_sym_AMP] = ACTIONS(3241), + [anon_sym_LT_DASH] = ACTIONS(1958), + [anon_sym_LT_LT] = ACTIONS(3241), + [anon_sym_GT_GT] = ACTIONS(3241), + [anon_sym_GT_GT_GT] = ACTIONS(3241), + [anon_sym_AMP_CARET] = ACTIONS(3241), + [anon_sym_AMP_AMP] = ACTIONS(1958), + [anon_sym_PIPE_PIPE] = ACTIONS(1958), + [anon_sym_or] = ACTIONS(1958), + [sym_none] = ACTIONS(1958), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [sym_nil] = ACTIONS(1958), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(1958), + [anon_sym_DOLLARif] = ACTIONS(1958), + [anon_sym_is] = ACTIONS(1958), + [anon_sym_BANGis] = ACTIONS(1958), + [anon_sym_in] = ACTIONS(1958), + [anon_sym_BANGin] = ACTIONS(1958), + [anon_sym_match] = ACTIONS(1958), + [anon_sym_select] = ACTIONS(1958), + [anon_sym_lock] = ACTIONS(1958), + [anon_sym_rlock] = ACTIONS(1958), + [anon_sym_unsafe] = ACTIONS(1958), + [anon_sym_sql] = ACTIONS(1958), + [sym_int_literal] = ACTIONS(1958), + [sym_float_literal] = ACTIONS(1958), + [sym_rune_literal] = ACTIONS(1958), + [anon_sym_AT] = ACTIONS(1958), + [anon_sym_shared] = ACTIONS(1958), + [anon_sym_map_LBRACK] = ACTIONS(1958), + [anon_sym_chan] = ACTIONS(1958), + [anon_sym_thread] = ACTIONS(1958), + [anon_sym_atomic] = ACTIONS(1958), + [anon_sym_assert] = ACTIONS(1958), + [anon_sym_defer] = ACTIONS(1958), + [anon_sym_goto] = ACTIONS(1958), + [anon_sym_break] = ACTIONS(1958), + [anon_sym_continue] = ACTIONS(1958), + [anon_sym_return] = ACTIONS(1958), + [anon_sym_DOLLARfor] = ACTIONS(1958), + [anon_sym_for] = ACTIONS(1958), + [anon_sym_POUND] = ACTIONS(1958), + [anon_sym_asm] = ACTIONS(1958), + [anon_sym_AT_LBRACK] = ACTIONS(1958), + [sym___double_quote] = ACTIONS(1958), + [sym___single_quote] = ACTIONS(1958), + [sym___c_double_quote] = ACTIONS(1958), + [sym___c_single_quote] = ACTIONS(1958), + [sym___r_double_quote] = ACTIONS(1958), + [sym___r_single_quote] = ACTIONS(1958), }, [974] = { - [sym_reference_expression] = STATE(4507), - [sym_type_reference_expression] = STATE(1164), - [sym_plain_type] = STATE(1207), - [sym__plain_type_without_special] = STATE(1175), - [sym_anon_struct_type] = STATE(1176), - [sym_multi_return_type] = STATE(1175), - [sym_result_type] = STATE(1175), - [sym_option_type] = STATE(1175), - [sym_qualified_type] = STATE(1164), - [sym_fixed_array_type] = STATE(1176), - [sym_array_type] = STATE(1176), - [sym_pointer_type] = STATE(1176), - [sym_wrong_pointer_type] = STATE(1176), - [sym_map_type] = STATE(1176), - [sym_channel_type] = STATE(1176), - [sym_shared_type] = STATE(1176), - [sym_thread_type] = STATE(1176), - [sym_atomic_type] = STATE(1176), - [sym_generic_type] = STATE(1176), - [sym_function_type] = STATE(1176), - [sym_identifier] = ACTIONS(3277), - [anon_sym_LF] = ACTIONS(615), - [anon_sym_CR] = ACTIONS(615), - [anon_sym_CR_LF] = ACTIONS(615), + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(1722), + [sym_identifier] = ACTIONS(1724), + [anon_sym_LF] = ACTIONS(1724), + [anon_sym_CR] = ACTIONS(1724), + [anon_sym_CR_LF] = ACTIONS(1724), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(615), - [anon_sym_DOT] = ACTIONS(615), - [anon_sym_as] = ACTIONS(615), - [anon_sym_LBRACE] = ACTIONS(615), - [anon_sym_COMMA] = ACTIONS(615), - [anon_sym_RBRACE] = ACTIONS(615), - [anon_sym_LPAREN] = ACTIONS(3279), - [anon_sym_PIPE] = ACTIONS(615), - [anon_sym_fn] = ACTIONS(3281), - [anon_sym_PLUS] = ACTIONS(615), - [anon_sym_DASH] = ACTIONS(615), - [anon_sym_STAR] = ACTIONS(3283), - [anon_sym_SLASH] = ACTIONS(615), - [anon_sym_PERCENT] = ACTIONS(615), - [anon_sym_LT] = ACTIONS(615), - [anon_sym_GT] = ACTIONS(615), - [anon_sym_EQ_EQ] = ACTIONS(615), - [anon_sym_BANG_EQ] = ACTIONS(615), - [anon_sym_LT_EQ] = ACTIONS(615), - [anon_sym_GT_EQ] = ACTIONS(615), - [anon_sym_LBRACK] = ACTIONS(613), - [anon_sym_struct] = ACTIONS(3285), - [anon_sym_mut] = ACTIONS(615), - [anon_sym_PLUS_PLUS] = ACTIONS(615), - [anon_sym_DASH_DASH] = ACTIONS(615), - [anon_sym_QMARK] = ACTIONS(3287), - [anon_sym_BANG] = ACTIONS(3289), - [anon_sym_go] = ACTIONS(615), - [anon_sym_spawn] = ACTIONS(615), - [anon_sym_json_DOTdecode] = ACTIONS(615), - [anon_sym_LBRACK2] = ACTIONS(3291), - [anon_sym_TILDE] = ACTIONS(615), - [anon_sym_CARET] = ACTIONS(615), - [anon_sym_AMP] = ACTIONS(3293), - [anon_sym_LT_DASH] = ACTIONS(615), - [anon_sym_LT_LT] = ACTIONS(615), - [anon_sym_GT_GT] = ACTIONS(615), - [anon_sym_GT_GT_GT] = ACTIONS(615), - [anon_sym_AMP_CARET] = ACTIONS(615), - [anon_sym_AMP_AMP] = ACTIONS(615), - [anon_sym_PIPE_PIPE] = ACTIONS(615), - [anon_sym_or] = ACTIONS(615), - [sym_none] = ACTIONS(615), - [sym_true] = ACTIONS(615), - [sym_false] = ACTIONS(615), - [sym_nil] = ACTIONS(615), - [anon_sym_QMARK_DOT] = ACTIONS(615), - [anon_sym_POUND_LBRACK] = ACTIONS(615), - [anon_sym_if] = ACTIONS(615), - [anon_sym_DOLLARif] = ACTIONS(615), - [anon_sym_is] = ACTIONS(615), - [anon_sym_BANGis] = ACTIONS(615), - [anon_sym_in] = ACTIONS(615), - [anon_sym_BANGin] = ACTIONS(615), - [anon_sym_match] = ACTIONS(615), - [anon_sym_select] = ACTIONS(615), - [anon_sym_lock] = ACTIONS(615), - [anon_sym_rlock] = ACTIONS(615), - [anon_sym_unsafe] = ACTIONS(615), - [anon_sym_sql] = ACTIONS(615), - [sym_int_literal] = ACTIONS(615), - [sym_float_literal] = ACTIONS(615), - [sym_rune_literal] = ACTIONS(615), - [anon_sym_AT] = ACTIONS(615), - [anon_sym_shared] = ACTIONS(3295), - [anon_sym_map_LBRACK] = ACTIONS(3297), - [anon_sym_chan] = ACTIONS(3299), - [anon_sym_thread] = ACTIONS(3301), - [anon_sym_atomic] = ACTIONS(3303), - [sym___double_quote] = ACTIONS(615), - [sym___single_quote] = ACTIONS(615), - [sym___c_double_quote] = ACTIONS(615), - [sym___c_single_quote] = ACTIONS(615), - [sym___r_double_quote] = ACTIONS(615), - [sym___r_single_quote] = ACTIONS(615), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(3233), + [anon_sym_LBRACE] = ACTIONS(1724), + [anon_sym_COMMA] = ACTIONS(1724), + [anon_sym_const] = ACTIONS(1724), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(1724), + [anon_sym_type] = ACTIONS(1724), + [anon_sym_PIPE] = ACTIONS(3239), + [anon_sym_fn] = ACTIONS(1724), + [anon_sym_PLUS] = ACTIONS(3239), + [anon_sym_DASH] = ACTIONS(3239), + [anon_sym_STAR] = ACTIONS(3241), + [anon_sym_SLASH] = ACTIONS(3241), + [anon_sym_PERCENT] = ACTIONS(3241), + [anon_sym_LT] = ACTIONS(3243), + [anon_sym_GT] = ACTIONS(3243), + [anon_sym_EQ_EQ] = ACTIONS(3243), + [anon_sym_BANG_EQ] = ACTIONS(3243), + [anon_sym_LT_EQ] = ACTIONS(3243), + [anon_sym_GT_EQ] = ACTIONS(3243), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1724), + [anon_sym_union] = ACTIONS(1724), + [anon_sym_pub] = ACTIONS(1724), + [anon_sym_mut] = ACTIONS(1724), + [anon_sym_enum] = ACTIONS(1724), + [anon_sym_interface] = ACTIONS(1724), + [anon_sym_PLUS_PLUS] = ACTIONS(3247), + [anon_sym_DASH_DASH] = ACTIONS(3249), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(1724), + [anon_sym_spawn] = ACTIONS(1724), + [anon_sym_json_DOTdecode] = ACTIONS(1724), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(1724), + [anon_sym_CARET] = ACTIONS(3239), + [anon_sym_AMP] = ACTIONS(3241), + [anon_sym_LT_DASH] = ACTIONS(1724), + [anon_sym_LT_LT] = ACTIONS(3241), + [anon_sym_GT_GT] = ACTIONS(3241), + [anon_sym_GT_GT_GT] = ACTIONS(3241), + [anon_sym_AMP_CARET] = ACTIONS(3241), + [anon_sym_AMP_AMP] = ACTIONS(3257), + [anon_sym_PIPE_PIPE] = ACTIONS(3259), + [anon_sym_or] = ACTIONS(3261), + [sym_none] = ACTIONS(1724), + [sym_true] = ACTIONS(1724), + [sym_false] = ACTIONS(1724), + [sym_nil] = ACTIONS(1724), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(1724), + [anon_sym_DOLLARif] = ACTIONS(1724), + [anon_sym_is] = ACTIONS(3263), + [anon_sym_BANGis] = ACTIONS(3265), + [anon_sym_in] = ACTIONS(3267), + [anon_sym_BANGin] = ACTIONS(3269), + [anon_sym_match] = ACTIONS(1724), + [anon_sym_select] = ACTIONS(1724), + [anon_sym_lock] = ACTIONS(1724), + [anon_sym_rlock] = ACTIONS(1724), + [anon_sym_unsafe] = ACTIONS(1724), + [anon_sym_sql] = ACTIONS(1724), + [sym_int_literal] = ACTIONS(1724), + [sym_float_literal] = ACTIONS(1724), + [sym_rune_literal] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1724), + [anon_sym_shared] = ACTIONS(1724), + [anon_sym_map_LBRACK] = ACTIONS(1724), + [anon_sym_chan] = ACTIONS(1724), + [anon_sym_thread] = ACTIONS(1724), + [anon_sym_atomic] = ACTIONS(1724), + [anon_sym_assert] = ACTIONS(1724), + [anon_sym_defer] = ACTIONS(1724), + [anon_sym_goto] = ACTIONS(1724), + [anon_sym_break] = ACTIONS(1724), + [anon_sym_continue] = ACTIONS(1724), + [anon_sym_return] = ACTIONS(1724), + [anon_sym_DOLLARfor] = ACTIONS(1724), + [anon_sym_for] = ACTIONS(1724), + [anon_sym_POUND] = ACTIONS(1724), + [anon_sym_asm] = ACTIONS(1724), + [anon_sym_AT_LBRACK] = ACTIONS(1724), + [sym___double_quote] = ACTIONS(1724), + [sym___single_quote] = ACTIONS(1724), + [sym___c_double_quote] = ACTIONS(1724), + [sym___c_single_quote] = ACTIONS(1724), + [sym___r_double_quote] = ACTIONS(1724), + [sym___r_single_quote] = ACTIONS(1724), }, [975] = { - [sym_reference_expression] = STATE(4507), - [sym_type_reference_expression] = STATE(1164), - [sym_plain_type] = STATE(1221), - [sym__plain_type_without_special] = STATE(1175), - [sym_anon_struct_type] = STATE(1176), - [sym_multi_return_type] = STATE(1175), - [sym_result_type] = STATE(1175), - [sym_option_type] = STATE(1175), - [sym_qualified_type] = STATE(1164), - [sym_fixed_array_type] = STATE(1176), - [sym_array_type] = STATE(1176), - [sym_pointer_type] = STATE(1176), - [sym_wrong_pointer_type] = STATE(1176), - [sym_map_type] = STATE(1176), - [sym_channel_type] = STATE(1176), - [sym_shared_type] = STATE(1176), - [sym_thread_type] = STATE(1176), - [sym_atomic_type] = STATE(1176), - [sym_generic_type] = STATE(1176), - [sym_function_type] = STATE(1176), - [sym_identifier] = ACTIONS(3277), - [anon_sym_LF] = ACTIONS(589), - [anon_sym_CR] = ACTIONS(589), - [anon_sym_CR_LF] = ACTIONS(589), + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(1728), + [sym_identifier] = ACTIONS(1730), + [anon_sym_LF] = ACTIONS(1730), + [anon_sym_CR] = ACTIONS(1730), + [anon_sym_CR_LF] = ACTIONS(1730), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(589), - [anon_sym_DOT] = ACTIONS(589), - [anon_sym_as] = ACTIONS(589), - [anon_sym_LBRACE] = ACTIONS(589), - [anon_sym_COMMA] = ACTIONS(589), - [anon_sym_RBRACE] = ACTIONS(589), - [anon_sym_LPAREN] = ACTIONS(3279), - [anon_sym_PIPE] = ACTIONS(589), - [anon_sym_fn] = ACTIONS(3281), - [anon_sym_PLUS] = ACTIONS(589), - [anon_sym_DASH] = ACTIONS(589), - [anon_sym_STAR] = ACTIONS(3283), - [anon_sym_SLASH] = ACTIONS(589), - [anon_sym_PERCENT] = ACTIONS(589), - [anon_sym_LT] = ACTIONS(589), - [anon_sym_GT] = ACTIONS(589), - [anon_sym_EQ_EQ] = ACTIONS(589), - [anon_sym_BANG_EQ] = ACTIONS(589), - [anon_sym_LT_EQ] = ACTIONS(589), - [anon_sym_GT_EQ] = ACTIONS(589), - [anon_sym_LBRACK] = ACTIONS(587), - [anon_sym_struct] = ACTIONS(3285), - [anon_sym_mut] = ACTIONS(589), - [anon_sym_PLUS_PLUS] = ACTIONS(589), - [anon_sym_DASH_DASH] = ACTIONS(589), - [anon_sym_QMARK] = ACTIONS(3287), - [anon_sym_BANG] = ACTIONS(3289), - [anon_sym_go] = ACTIONS(589), - [anon_sym_spawn] = ACTIONS(589), - [anon_sym_json_DOTdecode] = ACTIONS(589), - [anon_sym_LBRACK2] = ACTIONS(3291), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_CARET] = ACTIONS(589), - [anon_sym_AMP] = ACTIONS(3293), - [anon_sym_LT_DASH] = ACTIONS(589), - [anon_sym_LT_LT] = ACTIONS(589), - [anon_sym_GT_GT] = ACTIONS(589), - [anon_sym_GT_GT_GT] = ACTIONS(589), - [anon_sym_AMP_CARET] = ACTIONS(589), - [anon_sym_AMP_AMP] = ACTIONS(589), - [anon_sym_PIPE_PIPE] = ACTIONS(589), - [anon_sym_or] = ACTIONS(589), - [sym_none] = ACTIONS(589), - [sym_true] = ACTIONS(589), - [sym_false] = ACTIONS(589), - [sym_nil] = ACTIONS(589), - [anon_sym_QMARK_DOT] = ACTIONS(589), - [anon_sym_POUND_LBRACK] = ACTIONS(589), - [anon_sym_if] = ACTIONS(589), - [anon_sym_DOLLARif] = ACTIONS(589), - [anon_sym_is] = ACTIONS(589), - [anon_sym_BANGis] = ACTIONS(589), - [anon_sym_in] = ACTIONS(589), - [anon_sym_BANGin] = ACTIONS(589), - [anon_sym_match] = ACTIONS(589), - [anon_sym_select] = ACTIONS(589), - [anon_sym_lock] = ACTIONS(589), - [anon_sym_rlock] = ACTIONS(589), - [anon_sym_unsafe] = ACTIONS(589), - [anon_sym_sql] = ACTIONS(589), - [sym_int_literal] = ACTIONS(589), - [sym_float_literal] = ACTIONS(589), - [sym_rune_literal] = ACTIONS(589), - [anon_sym_AT] = ACTIONS(589), - [anon_sym_shared] = ACTIONS(3295), - [anon_sym_map_LBRACK] = ACTIONS(3297), - [anon_sym_chan] = ACTIONS(3299), - [anon_sym_thread] = ACTIONS(3301), - [anon_sym_atomic] = ACTIONS(3303), - [sym___double_quote] = ACTIONS(589), - [sym___single_quote] = ACTIONS(589), - [sym___c_double_quote] = ACTIONS(589), - [sym___c_single_quote] = ACTIONS(589), - [sym___r_double_quote] = ACTIONS(589), - [sym___r_single_quote] = ACTIONS(589), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(3233), + [anon_sym_LBRACE] = ACTIONS(1730), + [anon_sym_COMMA] = ACTIONS(1730), + [anon_sym_const] = ACTIONS(1730), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(1730), + [anon_sym_type] = ACTIONS(1730), + [anon_sym_PIPE] = ACTIONS(3239), + [anon_sym_fn] = ACTIONS(1730), + [anon_sym_PLUS] = ACTIONS(3239), + [anon_sym_DASH] = ACTIONS(3239), + [anon_sym_STAR] = ACTIONS(3241), + [anon_sym_SLASH] = ACTIONS(3241), + [anon_sym_PERCENT] = ACTIONS(3241), + [anon_sym_LT] = ACTIONS(3243), + [anon_sym_GT] = ACTIONS(3243), + [anon_sym_EQ_EQ] = ACTIONS(3243), + [anon_sym_BANG_EQ] = ACTIONS(3243), + [anon_sym_LT_EQ] = ACTIONS(3243), + [anon_sym_GT_EQ] = ACTIONS(3243), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1730), + [anon_sym_union] = ACTIONS(1730), + [anon_sym_pub] = ACTIONS(1730), + [anon_sym_mut] = ACTIONS(1730), + [anon_sym_enum] = ACTIONS(1730), + [anon_sym_interface] = ACTIONS(1730), + [anon_sym_PLUS_PLUS] = ACTIONS(3247), + [anon_sym_DASH_DASH] = ACTIONS(3249), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(1730), + [anon_sym_spawn] = ACTIONS(1730), + [anon_sym_json_DOTdecode] = ACTIONS(1730), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(1730), + [anon_sym_CARET] = ACTIONS(3239), + [anon_sym_AMP] = ACTIONS(3241), + [anon_sym_LT_DASH] = ACTIONS(1730), + [anon_sym_LT_LT] = ACTIONS(3241), + [anon_sym_GT_GT] = ACTIONS(3241), + [anon_sym_GT_GT_GT] = ACTIONS(3241), + [anon_sym_AMP_CARET] = ACTIONS(3241), + [anon_sym_AMP_AMP] = ACTIONS(3257), + [anon_sym_PIPE_PIPE] = ACTIONS(3259), + [anon_sym_or] = ACTIONS(3261), + [sym_none] = ACTIONS(1730), + [sym_true] = ACTIONS(1730), + [sym_false] = ACTIONS(1730), + [sym_nil] = ACTIONS(1730), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(1730), + [anon_sym_DOLLARif] = ACTIONS(1730), + [anon_sym_is] = ACTIONS(3263), + [anon_sym_BANGis] = ACTIONS(3265), + [anon_sym_in] = ACTIONS(3267), + [anon_sym_BANGin] = ACTIONS(3269), + [anon_sym_match] = ACTIONS(1730), + [anon_sym_select] = ACTIONS(1730), + [anon_sym_lock] = ACTIONS(1730), + [anon_sym_rlock] = ACTIONS(1730), + [anon_sym_unsafe] = ACTIONS(1730), + [anon_sym_sql] = ACTIONS(1730), + [sym_int_literal] = ACTIONS(1730), + [sym_float_literal] = ACTIONS(1730), + [sym_rune_literal] = ACTIONS(1730), + [anon_sym_AT] = ACTIONS(1730), + [anon_sym_shared] = ACTIONS(1730), + [anon_sym_map_LBRACK] = ACTIONS(1730), + [anon_sym_chan] = ACTIONS(1730), + [anon_sym_thread] = ACTIONS(1730), + [anon_sym_atomic] = ACTIONS(1730), + [anon_sym_assert] = ACTIONS(1730), + [anon_sym_defer] = ACTIONS(1730), + [anon_sym_goto] = ACTIONS(1730), + [anon_sym_break] = ACTIONS(1730), + [anon_sym_continue] = ACTIONS(1730), + [anon_sym_return] = ACTIONS(1730), + [anon_sym_DOLLARfor] = ACTIONS(1730), + [anon_sym_for] = ACTIONS(1730), + [anon_sym_POUND] = ACTIONS(1730), + [anon_sym_asm] = ACTIONS(1730), + [anon_sym_AT_LBRACK] = ACTIONS(1730), + [sym___double_quote] = ACTIONS(1730), + [sym___single_quote] = ACTIONS(1730), + [sym___c_double_quote] = ACTIONS(1730), + [sym___c_single_quote] = ACTIONS(1730), + [sym___r_double_quote] = ACTIONS(1730), + [sym___r_single_quote] = ACTIONS(1730), }, [976] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(2218), - [sym_identifier] = ACTIONS(2220), - [anon_sym_LF] = ACTIONS(2220), - [anon_sym_CR] = ACTIONS(2220), - [anon_sym_CR_LF] = ACTIONS(2220), + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(1962), + [sym_identifier] = ACTIONS(1964), + [anon_sym_LF] = ACTIONS(1964), + [anon_sym_CR] = ACTIONS(1964), + [anon_sym_CR_LF] = ACTIONS(1964), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(3231), - [anon_sym_LBRACE] = ACTIONS(2220), - [anon_sym_COMMA] = ACTIONS(2220), - [anon_sym_const] = ACTIONS(2220), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(2220), - [anon_sym_type] = ACTIONS(2220), - [anon_sym_PIPE] = ACTIONS(3237), - [anon_sym_fn] = ACTIONS(2220), - [anon_sym_PLUS] = ACTIONS(3237), - [anon_sym_DASH] = ACTIONS(3237), - [anon_sym_STAR] = ACTIONS(3239), - [anon_sym_SLASH] = ACTIONS(3239), - [anon_sym_PERCENT] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(3241), - [anon_sym_GT] = ACTIONS(3241), - [anon_sym_EQ_EQ] = ACTIONS(3241), - [anon_sym_BANG_EQ] = ACTIONS(3241), - [anon_sym_LT_EQ] = ACTIONS(3241), - [anon_sym_GT_EQ] = ACTIONS(3241), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(2220), - [anon_sym_union] = ACTIONS(2220), - [anon_sym_pub] = ACTIONS(2220), - [anon_sym_mut] = ACTIONS(2220), - [anon_sym_enum] = ACTIONS(2220), - [anon_sym_interface] = ACTIONS(2220), - [anon_sym_PLUS_PLUS] = ACTIONS(3245), - [anon_sym_DASH_DASH] = ACTIONS(3247), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(2220), - [anon_sym_spawn] = ACTIONS(2220), - [anon_sym_json_DOTdecode] = ACTIONS(2220), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(2220), - [anon_sym_CARET] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT_DASH] = ACTIONS(2220), - [anon_sym_LT_LT] = ACTIONS(3239), - [anon_sym_GT_GT] = ACTIONS(3239), - [anon_sym_GT_GT_GT] = ACTIONS(3239), - [anon_sym_AMP_CARET] = ACTIONS(3239), - [anon_sym_AMP_AMP] = ACTIONS(3255), - [anon_sym_PIPE_PIPE] = ACTIONS(3257), - [anon_sym_or] = ACTIONS(3259), - [sym_none] = ACTIONS(2220), - [sym_true] = ACTIONS(2220), - [sym_false] = ACTIONS(2220), - [sym_nil] = ACTIONS(2220), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(2220), - [anon_sym_DOLLARif] = ACTIONS(2220), - [anon_sym_is] = ACTIONS(3261), - [anon_sym_BANGis] = ACTIONS(3263), - [anon_sym_in] = ACTIONS(3265), - [anon_sym_BANGin] = ACTIONS(3267), - [anon_sym_match] = ACTIONS(2220), - [anon_sym_select] = ACTIONS(2220), - [anon_sym_lock] = ACTIONS(2220), - [anon_sym_rlock] = ACTIONS(2220), - [anon_sym_unsafe] = ACTIONS(2220), - [anon_sym_sql] = ACTIONS(2220), - [sym_int_literal] = ACTIONS(2220), - [sym_float_literal] = ACTIONS(2220), - [sym_rune_literal] = ACTIONS(2220), - [anon_sym_AT] = ACTIONS(2220), - [anon_sym_shared] = ACTIONS(2220), - [anon_sym_map_LBRACK] = ACTIONS(2220), - [anon_sym_chan] = ACTIONS(2220), - [anon_sym_thread] = ACTIONS(2220), - [anon_sym_atomic] = ACTIONS(2220), - [anon_sym_assert] = ACTIONS(2220), - [anon_sym_defer] = ACTIONS(2220), - [anon_sym_goto] = ACTIONS(2220), - [anon_sym_break] = ACTIONS(2220), - [anon_sym_continue] = ACTIONS(2220), - [anon_sym_return] = ACTIONS(2220), - [anon_sym_DOLLARfor] = ACTIONS(2220), - [anon_sym_for] = ACTIONS(2220), - [anon_sym_POUND] = ACTIONS(2220), - [anon_sym_asm] = ACTIONS(2220), - [anon_sym_AT_LBRACK] = ACTIONS(2220), - [sym___double_quote] = ACTIONS(2220), - [sym___single_quote] = ACTIONS(2220), - [sym___c_double_quote] = ACTIONS(2220), - [sym___c_single_quote] = ACTIONS(2220), - [sym___r_double_quote] = ACTIONS(2220), - [sym___r_single_quote] = ACTIONS(2220), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(1964), + [anon_sym_LBRACE] = ACTIONS(1964), + [anon_sym_COMMA] = ACTIONS(1964), + [anon_sym_const] = ACTIONS(1964), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(1964), + [anon_sym_type] = ACTIONS(1964), + [anon_sym_PIPE] = ACTIONS(3239), + [anon_sym_fn] = ACTIONS(1964), + [anon_sym_PLUS] = ACTIONS(3239), + [anon_sym_DASH] = ACTIONS(3239), + [anon_sym_STAR] = ACTIONS(3241), + [anon_sym_SLASH] = ACTIONS(3241), + [anon_sym_PERCENT] = ACTIONS(3241), + [anon_sym_LT] = ACTIONS(1964), + [anon_sym_GT] = ACTIONS(1964), + [anon_sym_EQ_EQ] = ACTIONS(1964), + [anon_sym_BANG_EQ] = ACTIONS(1964), + [anon_sym_LT_EQ] = ACTIONS(1964), + [anon_sym_GT_EQ] = ACTIONS(1964), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1964), + [anon_sym_union] = ACTIONS(1964), + [anon_sym_pub] = ACTIONS(1964), + [anon_sym_mut] = ACTIONS(1964), + [anon_sym_enum] = ACTIONS(1964), + [anon_sym_interface] = ACTIONS(1964), + [anon_sym_PLUS_PLUS] = ACTIONS(1964), + [anon_sym_DASH_DASH] = ACTIONS(1964), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(1964), + [anon_sym_spawn] = ACTIONS(1964), + [anon_sym_json_DOTdecode] = ACTIONS(1964), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(1964), + [anon_sym_CARET] = ACTIONS(3239), + [anon_sym_AMP] = ACTIONS(3241), + [anon_sym_LT_DASH] = ACTIONS(1964), + [anon_sym_LT_LT] = ACTIONS(3241), + [anon_sym_GT_GT] = ACTIONS(3241), + [anon_sym_GT_GT_GT] = ACTIONS(3241), + [anon_sym_AMP_CARET] = ACTIONS(3241), + [anon_sym_AMP_AMP] = ACTIONS(1964), + [anon_sym_PIPE_PIPE] = ACTIONS(1964), + [anon_sym_or] = ACTIONS(1964), + [sym_none] = ACTIONS(1964), + [sym_true] = ACTIONS(1964), + [sym_false] = ACTIONS(1964), + [sym_nil] = ACTIONS(1964), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(1964), + [anon_sym_DOLLARif] = ACTIONS(1964), + [anon_sym_is] = ACTIONS(1964), + [anon_sym_BANGis] = ACTIONS(1964), + [anon_sym_in] = ACTIONS(1964), + [anon_sym_BANGin] = ACTIONS(1964), + [anon_sym_match] = ACTIONS(1964), + [anon_sym_select] = ACTIONS(1964), + [anon_sym_lock] = ACTIONS(1964), + [anon_sym_rlock] = ACTIONS(1964), + [anon_sym_unsafe] = ACTIONS(1964), + [anon_sym_sql] = ACTIONS(1964), + [sym_int_literal] = ACTIONS(1964), + [sym_float_literal] = ACTIONS(1964), + [sym_rune_literal] = ACTIONS(1964), + [anon_sym_AT] = ACTIONS(1964), + [anon_sym_shared] = ACTIONS(1964), + [anon_sym_map_LBRACK] = ACTIONS(1964), + [anon_sym_chan] = ACTIONS(1964), + [anon_sym_thread] = ACTIONS(1964), + [anon_sym_atomic] = ACTIONS(1964), + [anon_sym_assert] = ACTIONS(1964), + [anon_sym_defer] = ACTIONS(1964), + [anon_sym_goto] = ACTIONS(1964), + [anon_sym_break] = ACTIONS(1964), + [anon_sym_continue] = ACTIONS(1964), + [anon_sym_return] = ACTIONS(1964), + [anon_sym_DOLLARfor] = ACTIONS(1964), + [anon_sym_for] = ACTIONS(1964), + [anon_sym_POUND] = ACTIONS(1964), + [anon_sym_asm] = ACTIONS(1964), + [anon_sym_AT_LBRACK] = ACTIONS(1964), + [sym___double_quote] = ACTIONS(1964), + [sym___single_quote] = ACTIONS(1964), + [sym___c_double_quote] = ACTIONS(1964), + [sym___c_single_quote] = ACTIONS(1964), + [sym___r_double_quote] = ACTIONS(1964), + [sym___r_single_quote] = ACTIONS(1964), }, [977] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(2122), - [sym_identifier] = ACTIONS(2124), - [anon_sym_LF] = ACTIONS(2124), - [anon_sym_CR] = ACTIONS(2124), - [anon_sym_CR_LF] = ACTIONS(2124), + [sym_reference_expression] = STATE(4598), + [sym_type_reference_expression] = STATE(1163), + [sym_plain_type] = STATE(1207), + [sym__plain_type_without_special] = STATE(1231), + [sym_anon_struct_type] = STATE(1233), + [sym_multi_return_type] = STATE(1231), + [sym_result_type] = STATE(1231), + [sym_option_type] = STATE(1231), + [sym_qualified_type] = STATE(1163), + [sym_fixed_array_type] = STATE(1233), + [sym_array_type] = STATE(1233), + [sym_pointer_type] = STATE(1233), + [sym_wrong_pointer_type] = STATE(1233), + [sym_map_type] = STATE(1233), + [sym_channel_type] = STATE(1233), + [sym_shared_type] = STATE(1233), + [sym_thread_type] = STATE(1233), + [sym_atomic_type] = STATE(1233), + [sym_generic_type] = STATE(1233), + [sym_function_type] = STATE(1233), + [sym_identifier] = ACTIONS(3271), + [anon_sym_LF] = ACTIONS(607), + [anon_sym_CR] = ACTIONS(607), + [anon_sym_CR_LF] = ACTIONS(607), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(3231), - [anon_sym_LBRACE] = ACTIONS(2124), - [anon_sym_COMMA] = ACTIONS(2124), - [anon_sym_const] = ACTIONS(2124), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(2124), - [anon_sym_type] = ACTIONS(2124), - [anon_sym_PIPE] = ACTIONS(3237), - [anon_sym_fn] = ACTIONS(2124), - [anon_sym_PLUS] = ACTIONS(3237), - [anon_sym_DASH] = ACTIONS(3237), - [anon_sym_STAR] = ACTIONS(3239), - [anon_sym_SLASH] = ACTIONS(3239), - [anon_sym_PERCENT] = ACTIONS(3239), - [anon_sym_LT] = ACTIONS(3241), - [anon_sym_GT] = ACTIONS(3241), - [anon_sym_EQ_EQ] = ACTIONS(3241), - [anon_sym_BANG_EQ] = ACTIONS(3241), - [anon_sym_LT_EQ] = ACTIONS(3241), - [anon_sym_GT_EQ] = ACTIONS(3241), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(2124), - [anon_sym_union] = ACTIONS(2124), - [anon_sym_pub] = ACTIONS(2124), - [anon_sym_mut] = ACTIONS(2124), - [anon_sym_enum] = ACTIONS(2124), - [anon_sym_interface] = ACTIONS(2124), - [anon_sym_PLUS_PLUS] = ACTIONS(3245), - [anon_sym_DASH_DASH] = ACTIONS(3247), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(2124), - [anon_sym_spawn] = ACTIONS(2124), - [anon_sym_json_DOTdecode] = ACTIONS(2124), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(2124), - [anon_sym_CARET] = ACTIONS(3237), - [anon_sym_AMP] = ACTIONS(3239), - [anon_sym_LT_DASH] = ACTIONS(2124), - [anon_sym_LT_LT] = ACTIONS(3239), - [anon_sym_GT_GT] = ACTIONS(3239), - [anon_sym_GT_GT_GT] = ACTIONS(3239), - [anon_sym_AMP_CARET] = ACTIONS(3239), - [anon_sym_AMP_AMP] = ACTIONS(3255), - [anon_sym_PIPE_PIPE] = ACTIONS(3257), - [anon_sym_or] = ACTIONS(3259), - [sym_none] = ACTIONS(2124), - [sym_true] = ACTIONS(2124), - [sym_false] = ACTIONS(2124), - [sym_nil] = ACTIONS(2124), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(2124), - [anon_sym_DOLLARif] = ACTIONS(2124), - [anon_sym_is] = ACTIONS(3307), - [anon_sym_BANGis] = ACTIONS(3309), - [anon_sym_in] = ACTIONS(3265), - [anon_sym_BANGin] = ACTIONS(3267), - [anon_sym_match] = ACTIONS(2124), - [anon_sym_select] = ACTIONS(2124), - [anon_sym_lock] = ACTIONS(2124), - [anon_sym_rlock] = ACTIONS(2124), - [anon_sym_unsafe] = ACTIONS(2124), - [anon_sym_sql] = ACTIONS(2124), - [sym_int_literal] = ACTIONS(2124), - [sym_float_literal] = ACTIONS(2124), - [sym_rune_literal] = ACTIONS(2124), - [anon_sym_AT] = ACTIONS(2124), - [anon_sym_shared] = ACTIONS(2124), - [anon_sym_map_LBRACK] = ACTIONS(2124), - [anon_sym_chan] = ACTIONS(2124), - [anon_sym_thread] = ACTIONS(2124), - [anon_sym_atomic] = ACTIONS(2124), - [anon_sym_assert] = ACTIONS(2124), - [anon_sym_defer] = ACTIONS(2124), - [anon_sym_goto] = ACTIONS(2124), - [anon_sym_break] = ACTIONS(2124), - [anon_sym_continue] = ACTIONS(2124), - [anon_sym_return] = ACTIONS(2124), - [anon_sym_DOLLARfor] = ACTIONS(2124), - [anon_sym_for] = ACTIONS(2124), - [anon_sym_POUND] = ACTIONS(2124), - [anon_sym_asm] = ACTIONS(2124), - [anon_sym_AT_LBRACK] = ACTIONS(2124), - [sym___double_quote] = ACTIONS(2124), - [sym___single_quote] = ACTIONS(2124), - [sym___c_double_quote] = ACTIONS(2124), - [sym___c_single_quote] = ACTIONS(2124), - [sym___r_double_quote] = ACTIONS(2124), - [sym___r_single_quote] = ACTIONS(2124), + [anon_sym_SEMI] = ACTIONS(607), + [anon_sym_DOT] = ACTIONS(607), + [anon_sym_as] = ACTIONS(607), + [anon_sym_LBRACE] = ACTIONS(607), + [anon_sym_COMMA] = ACTIONS(607), + [anon_sym_RBRACE] = ACTIONS(607), + [anon_sym_LPAREN] = ACTIONS(3273), + [anon_sym_PIPE] = ACTIONS(607), + [anon_sym_fn] = ACTIONS(3275), + [anon_sym_PLUS] = ACTIONS(607), + [anon_sym_DASH] = ACTIONS(607), + [anon_sym_STAR] = ACTIONS(3277), + [anon_sym_SLASH] = ACTIONS(607), + [anon_sym_PERCENT] = ACTIONS(607), + [anon_sym_LT] = ACTIONS(607), + [anon_sym_GT] = ACTIONS(607), + [anon_sym_EQ_EQ] = ACTIONS(607), + [anon_sym_BANG_EQ] = ACTIONS(607), + [anon_sym_LT_EQ] = ACTIONS(607), + [anon_sym_GT_EQ] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LT2] = ACTIONS(607), + [anon_sym_struct] = ACTIONS(3279), + [anon_sym_mut] = ACTIONS(607), + [anon_sym_PLUS_PLUS] = ACTIONS(607), + [anon_sym_DASH_DASH] = ACTIONS(607), + [anon_sym_QMARK] = ACTIONS(3281), + [anon_sym_BANG] = ACTIONS(3283), + [anon_sym_go] = ACTIONS(607), + [anon_sym_spawn] = ACTIONS(607), + [anon_sym_json_DOTdecode] = ACTIONS(607), + [anon_sym_LBRACK2] = ACTIONS(3285), + [anon_sym_TILDE] = ACTIONS(607), + [anon_sym_CARET] = ACTIONS(607), + [anon_sym_AMP] = ACTIONS(3287), + [anon_sym_LT_DASH] = ACTIONS(607), + [anon_sym_LT_LT] = ACTIONS(607), + [anon_sym_GT_GT] = ACTIONS(607), + [anon_sym_GT_GT_GT] = ACTIONS(607), + [anon_sym_AMP_CARET] = ACTIONS(607), + [anon_sym_AMP_AMP] = ACTIONS(607), + [anon_sym_PIPE_PIPE] = ACTIONS(607), + [anon_sym_or] = ACTIONS(607), + [sym_none] = ACTIONS(607), + [sym_true] = ACTIONS(607), + [sym_false] = ACTIONS(607), + [sym_nil] = ACTIONS(607), + [anon_sym_QMARK_DOT] = ACTIONS(607), + [anon_sym_POUND_LBRACK] = ACTIONS(607), + [anon_sym_if] = ACTIONS(607), + [anon_sym_DOLLARif] = ACTIONS(607), + [anon_sym_is] = ACTIONS(607), + [anon_sym_BANGis] = ACTIONS(607), + [anon_sym_in] = ACTIONS(607), + [anon_sym_BANGin] = ACTIONS(607), + [anon_sym_match] = ACTIONS(607), + [anon_sym_select] = ACTIONS(607), + [anon_sym_lock] = ACTIONS(607), + [anon_sym_rlock] = ACTIONS(607), + [anon_sym_unsafe] = ACTIONS(607), + [anon_sym_sql] = ACTIONS(607), + [sym_int_literal] = ACTIONS(607), + [sym_float_literal] = ACTIONS(607), + [sym_rune_literal] = ACTIONS(607), + [anon_sym_AT] = ACTIONS(607), + [anon_sym_shared] = ACTIONS(3289), + [anon_sym_map_LBRACK] = ACTIONS(3291), + [anon_sym_chan] = ACTIONS(3293), + [anon_sym_thread] = ACTIONS(3295), + [anon_sym_atomic] = ACTIONS(3297), + [sym___double_quote] = ACTIONS(607), + [sym___single_quote] = ACTIONS(607), + [sym___c_double_quote] = ACTIONS(607), + [sym___c_single_quote] = ACTIONS(607), + [sym___r_double_quote] = ACTIONS(607), + [sym___r_single_quote] = ACTIONS(607), }, [978] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(3311), - [sym_identifier] = ACTIONS(3313), - [anon_sym_LF] = ACTIONS(3313), - [anon_sym_CR] = ACTIONS(3313), - [anon_sym_CR_LF] = ACTIONS(3313), + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(1728), + [sym_identifier] = ACTIONS(1730), + [anon_sym_LF] = ACTIONS(1730), + [anon_sym_CR] = ACTIONS(1730), + [anon_sym_CR_LF] = ACTIONS(1730), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(3231), - [anon_sym_LBRACE] = ACTIONS(3313), - [anon_sym_const] = ACTIONS(3313), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(3313), - [anon_sym_type] = ACTIONS(3313), - [anon_sym_PIPE] = ACTIONS(3315), - [anon_sym_fn] = ACTIONS(3313), - [anon_sym_PLUS] = ACTIONS(3315), - [anon_sym_DASH] = ACTIONS(3315), - [anon_sym_STAR] = ACTIONS(3317), - [anon_sym_SLASH] = ACTIONS(3317), - [anon_sym_PERCENT] = ACTIONS(3317), - [anon_sym_LT] = ACTIONS(3319), - [anon_sym_GT] = ACTIONS(3319), - [anon_sym_EQ_EQ] = ACTIONS(3319), - [anon_sym_BANG_EQ] = ACTIONS(3319), - [anon_sym_LT_EQ] = ACTIONS(3319), - [anon_sym_GT_EQ] = ACTIONS(3319), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(3313), - [anon_sym_union] = ACTIONS(3313), - [anon_sym_pub] = ACTIONS(3313), - [anon_sym_mut] = ACTIONS(3313), - [anon_sym_enum] = ACTIONS(3313), - [anon_sym_interface] = ACTIONS(3313), - [anon_sym_PLUS_PLUS] = ACTIONS(3245), - [anon_sym_DASH_DASH] = ACTIONS(3247), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(3313), - [anon_sym_spawn] = ACTIONS(3313), - [anon_sym_json_DOTdecode] = ACTIONS(3313), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(3313), - [anon_sym_CARET] = ACTIONS(3315), - [anon_sym_AMP] = ACTIONS(3317), - [anon_sym_LT_DASH] = ACTIONS(3313), - [anon_sym_LT_LT] = ACTIONS(3317), - [anon_sym_GT_GT] = ACTIONS(3317), - [anon_sym_GT_GT_GT] = ACTIONS(3317), - [anon_sym_AMP_CARET] = ACTIONS(3317), - [anon_sym_AMP_AMP] = ACTIONS(3321), - [anon_sym_PIPE_PIPE] = ACTIONS(3323), - [anon_sym_or] = ACTIONS(3259), - [sym_none] = ACTIONS(3313), - [sym_true] = ACTIONS(3313), - [sym_false] = ACTIONS(3313), - [sym_nil] = ACTIONS(3313), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(3313), - [anon_sym_DOLLARif] = ACTIONS(3313), - [anon_sym_is] = ACTIONS(3261), - [anon_sym_BANGis] = ACTIONS(3263), - [anon_sym_in] = ACTIONS(3325), - [anon_sym_BANGin] = ACTIONS(3327), - [anon_sym_match] = ACTIONS(3313), - [anon_sym_select] = ACTIONS(3313), - [anon_sym_lock] = ACTIONS(3313), - [anon_sym_rlock] = ACTIONS(3313), - [anon_sym_unsafe] = ACTIONS(3313), - [anon_sym_sql] = ACTIONS(3313), - [sym_int_literal] = ACTIONS(3313), - [sym_float_literal] = ACTIONS(3313), - [sym_rune_literal] = ACTIONS(3313), - [anon_sym_AT] = ACTIONS(3313), - [anon_sym_shared] = ACTIONS(3313), - [anon_sym_map_LBRACK] = ACTIONS(3313), - [anon_sym_chan] = ACTIONS(3313), - [anon_sym_thread] = ACTIONS(3313), - [anon_sym_atomic] = ACTIONS(3313), - [anon_sym_assert] = ACTIONS(3313), - [anon_sym_defer] = ACTIONS(3313), - [anon_sym_goto] = ACTIONS(3313), - [anon_sym_break] = ACTIONS(3313), - [anon_sym_continue] = ACTIONS(3313), - [anon_sym_return] = ACTIONS(3313), - [anon_sym_DOLLARfor] = ACTIONS(3313), - [anon_sym_for] = ACTIONS(3313), - [anon_sym_POUND] = ACTIONS(3313), - [anon_sym_asm] = ACTIONS(3313), - [anon_sym_AT_LBRACK] = ACTIONS(3313), - [sym___double_quote] = ACTIONS(3313), - [sym___single_quote] = ACTIONS(3313), - [sym___c_double_quote] = ACTIONS(3313), - [sym___c_single_quote] = ACTIONS(3313), - [sym___r_double_quote] = ACTIONS(3313), - [sym___r_single_quote] = ACTIONS(3313), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(3233), + [anon_sym_LBRACE] = ACTIONS(1730), + [anon_sym_const] = ACTIONS(1730), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(1730), + [anon_sym_type] = ACTIONS(1730), + [anon_sym_PIPE] = ACTIONS(3313), + [anon_sym_fn] = ACTIONS(1730), + [anon_sym_PLUS] = ACTIONS(3313), + [anon_sym_DASH] = ACTIONS(3313), + [anon_sym_STAR] = ACTIONS(3315), + [anon_sym_SLASH] = ACTIONS(3315), + [anon_sym_PERCENT] = ACTIONS(3315), + [anon_sym_LT] = ACTIONS(3317), + [anon_sym_GT] = ACTIONS(3317), + [anon_sym_EQ_EQ] = ACTIONS(3317), + [anon_sym_BANG_EQ] = ACTIONS(3317), + [anon_sym_LT_EQ] = ACTIONS(3317), + [anon_sym_GT_EQ] = ACTIONS(3317), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1730), + [anon_sym_union] = ACTIONS(1730), + [anon_sym_pub] = ACTIONS(1730), + [anon_sym_mut] = ACTIONS(1730), + [anon_sym_enum] = ACTIONS(1730), + [anon_sym_interface] = ACTIONS(1730), + [anon_sym_PLUS_PLUS] = ACTIONS(3247), + [anon_sym_DASH_DASH] = ACTIONS(3249), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(1730), + [anon_sym_spawn] = ACTIONS(1730), + [anon_sym_json_DOTdecode] = ACTIONS(1730), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(1730), + [anon_sym_CARET] = ACTIONS(3313), + [anon_sym_AMP] = ACTIONS(3315), + [anon_sym_LT_DASH] = ACTIONS(1730), + [anon_sym_LT_LT] = ACTIONS(3315), + [anon_sym_GT_GT] = ACTIONS(3315), + [anon_sym_GT_GT_GT] = ACTIONS(3315), + [anon_sym_AMP_CARET] = ACTIONS(3315), + [anon_sym_AMP_AMP] = ACTIONS(3319), + [anon_sym_PIPE_PIPE] = ACTIONS(3321), + [anon_sym_or] = ACTIONS(3261), + [sym_none] = ACTIONS(1730), + [sym_true] = ACTIONS(1730), + [sym_false] = ACTIONS(1730), + [sym_nil] = ACTIONS(1730), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(1730), + [anon_sym_DOLLARif] = ACTIONS(1730), + [anon_sym_is] = ACTIONS(3263), + [anon_sym_BANGis] = ACTIONS(3265), + [anon_sym_in] = ACTIONS(3323), + [anon_sym_BANGin] = ACTIONS(3325), + [anon_sym_match] = ACTIONS(1730), + [anon_sym_select] = ACTIONS(1730), + [anon_sym_lock] = ACTIONS(1730), + [anon_sym_rlock] = ACTIONS(1730), + [anon_sym_unsafe] = ACTIONS(1730), + [anon_sym_sql] = ACTIONS(1730), + [sym_int_literal] = ACTIONS(1730), + [sym_float_literal] = ACTIONS(1730), + [sym_rune_literal] = ACTIONS(1730), + [anon_sym_AT] = ACTIONS(1730), + [anon_sym_shared] = ACTIONS(1730), + [anon_sym_map_LBRACK] = ACTIONS(1730), + [anon_sym_chan] = ACTIONS(1730), + [anon_sym_thread] = ACTIONS(1730), + [anon_sym_atomic] = ACTIONS(1730), + [anon_sym_assert] = ACTIONS(1730), + [anon_sym_defer] = ACTIONS(1730), + [anon_sym_goto] = ACTIONS(1730), + [anon_sym_break] = ACTIONS(1730), + [anon_sym_continue] = ACTIONS(1730), + [anon_sym_return] = ACTIONS(1730), + [anon_sym_DOLLARfor] = ACTIONS(1730), + [anon_sym_for] = ACTIONS(1730), + [anon_sym_POUND] = ACTIONS(1730), + [anon_sym_asm] = ACTIONS(1730), + [anon_sym_AT_LBRACK] = ACTIONS(1730), + [sym___double_quote] = ACTIONS(1730), + [sym___single_quote] = ACTIONS(1730), + [sym___c_double_quote] = ACTIONS(1730), + [sym___c_single_quote] = ACTIONS(1730), + [sym___r_double_quote] = ACTIONS(1730), + [sym___r_single_quote] = ACTIONS(1730), }, [979] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(3329), - [sym_identifier] = ACTIONS(3331), - [anon_sym_LF] = ACTIONS(3331), - [anon_sym_CR] = ACTIONS(3331), - [anon_sym_CR_LF] = ACTIONS(3331), + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(1796), + [sym_identifier] = ACTIONS(1782), + [anon_sym_LF] = ACTIONS(1782), + [anon_sym_CR] = ACTIONS(1782), + [anon_sym_CR_LF] = ACTIONS(1782), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(3231), - [anon_sym_LBRACE] = ACTIONS(3331), - [anon_sym_const] = ACTIONS(3331), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(3331), - [anon_sym_type] = ACTIONS(3331), - [anon_sym_PIPE] = ACTIONS(3315), - [anon_sym_fn] = ACTIONS(3331), - [anon_sym_PLUS] = ACTIONS(3315), - [anon_sym_DASH] = ACTIONS(3315), - [anon_sym_STAR] = ACTIONS(3317), - [anon_sym_SLASH] = ACTIONS(3317), - [anon_sym_PERCENT] = ACTIONS(3317), - [anon_sym_LT] = ACTIONS(3319), - [anon_sym_GT] = ACTIONS(3319), - [anon_sym_EQ_EQ] = ACTIONS(3319), - [anon_sym_BANG_EQ] = ACTIONS(3319), - [anon_sym_LT_EQ] = ACTIONS(3319), - [anon_sym_GT_EQ] = ACTIONS(3319), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(3331), - [anon_sym_union] = ACTIONS(3331), - [anon_sym_pub] = ACTIONS(3331), - [anon_sym_mut] = ACTIONS(3331), - [anon_sym_enum] = ACTIONS(3331), - [anon_sym_interface] = ACTIONS(3331), - [anon_sym_PLUS_PLUS] = ACTIONS(3245), - [anon_sym_DASH_DASH] = ACTIONS(3247), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(3331), - [anon_sym_spawn] = ACTIONS(3331), - [anon_sym_json_DOTdecode] = ACTIONS(3331), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(3331), - [anon_sym_CARET] = ACTIONS(3315), - [anon_sym_AMP] = ACTIONS(3317), - [anon_sym_LT_DASH] = ACTIONS(3331), - [anon_sym_LT_LT] = ACTIONS(3317), - [anon_sym_GT_GT] = ACTIONS(3317), - [anon_sym_GT_GT_GT] = ACTIONS(3317), - [anon_sym_AMP_CARET] = ACTIONS(3317), - [anon_sym_AMP_AMP] = ACTIONS(3321), - [anon_sym_PIPE_PIPE] = ACTIONS(3323), - [anon_sym_or] = ACTIONS(3259), - [sym_none] = ACTIONS(3331), - [sym_true] = ACTIONS(3331), - [sym_false] = ACTIONS(3331), - [sym_nil] = ACTIONS(3331), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(3331), - [anon_sym_DOLLARif] = ACTIONS(3331), - [anon_sym_is] = ACTIONS(3261), - [anon_sym_BANGis] = ACTIONS(3263), - [anon_sym_in] = ACTIONS(3325), - [anon_sym_BANGin] = ACTIONS(3327), - [anon_sym_match] = ACTIONS(3331), - [anon_sym_select] = ACTIONS(3331), - [anon_sym_lock] = ACTIONS(3331), - [anon_sym_rlock] = ACTIONS(3331), - [anon_sym_unsafe] = ACTIONS(3331), - [anon_sym_sql] = ACTIONS(3331), - [sym_int_literal] = ACTIONS(3331), - [sym_float_literal] = ACTIONS(3331), - [sym_rune_literal] = ACTIONS(3331), - [anon_sym_AT] = ACTIONS(3331), - [anon_sym_shared] = ACTIONS(3331), - [anon_sym_map_LBRACK] = ACTIONS(3331), - [anon_sym_chan] = ACTIONS(3331), - [anon_sym_thread] = ACTIONS(3331), - [anon_sym_atomic] = ACTIONS(3331), - [anon_sym_assert] = ACTIONS(3331), - [anon_sym_defer] = ACTIONS(3331), - [anon_sym_goto] = ACTIONS(3331), - [anon_sym_break] = ACTIONS(3331), - [anon_sym_continue] = ACTIONS(3331), - [anon_sym_return] = ACTIONS(3331), - [anon_sym_DOLLARfor] = ACTIONS(3331), - [anon_sym_for] = ACTIONS(3331), - [anon_sym_POUND] = ACTIONS(3331), - [anon_sym_asm] = ACTIONS(3331), - [anon_sym_AT_LBRACK] = ACTIONS(3331), - [sym___double_quote] = ACTIONS(3331), - [sym___single_quote] = ACTIONS(3331), - [sym___c_double_quote] = ACTIONS(3331), - [sym___c_single_quote] = ACTIONS(3331), - [sym___r_double_quote] = ACTIONS(3331), - [sym___r_single_quote] = ACTIONS(3331), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1782), + [anon_sym_const] = ACTIONS(1782), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(1782), + [anon_sym_type] = ACTIONS(1782), + [anon_sym_PIPE] = ACTIONS(3313), + [anon_sym_fn] = ACTIONS(1782), + [anon_sym_PLUS] = ACTIONS(3313), + [anon_sym_DASH] = ACTIONS(3313), + [anon_sym_STAR] = ACTIONS(3315), + [anon_sym_SLASH] = ACTIONS(3315), + [anon_sym_PERCENT] = ACTIONS(3315), + [anon_sym_LT] = ACTIONS(1782), + [anon_sym_GT] = ACTIONS(1782), + [anon_sym_EQ_EQ] = ACTIONS(1782), + [anon_sym_BANG_EQ] = ACTIONS(1782), + [anon_sym_LT_EQ] = ACTIONS(1782), + [anon_sym_GT_EQ] = ACTIONS(1782), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1782), + [anon_sym_union] = ACTIONS(1782), + [anon_sym_pub] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_enum] = ACTIONS(1782), + [anon_sym_interface] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(1782), + [anon_sym_spawn] = ACTIONS(1782), + [anon_sym_json_DOTdecode] = ACTIONS(1782), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_CARET] = ACTIONS(3313), + [anon_sym_AMP] = ACTIONS(3315), + [anon_sym_LT_DASH] = ACTIONS(1782), + [anon_sym_LT_LT] = ACTIONS(3315), + [anon_sym_GT_GT] = ACTIONS(3315), + [anon_sym_GT_GT_GT] = ACTIONS(3315), + [anon_sym_AMP_CARET] = ACTIONS(3315), + [anon_sym_AMP_AMP] = ACTIONS(1782), + [anon_sym_PIPE_PIPE] = ACTIONS(1782), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1782), + [sym_true] = ACTIONS(1782), + [sym_false] = ACTIONS(1782), + [sym_nil] = ACTIONS(1782), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_DOLLARif] = ACTIONS(1782), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1782), + [anon_sym_in] = ACTIONS(1782), + [anon_sym_BANGin] = ACTIONS(1782), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_select] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1782), + [anon_sym_rlock] = ACTIONS(1782), + [anon_sym_unsafe] = ACTIONS(1782), + [anon_sym_sql] = ACTIONS(1782), + [sym_int_literal] = ACTIONS(1782), + [sym_float_literal] = ACTIONS(1782), + [sym_rune_literal] = ACTIONS(1782), + [anon_sym_AT] = ACTIONS(1782), + [anon_sym_shared] = ACTIONS(1782), + [anon_sym_map_LBRACK] = ACTIONS(1782), + [anon_sym_chan] = ACTIONS(1782), + [anon_sym_thread] = ACTIONS(1782), + [anon_sym_atomic] = ACTIONS(1782), + [anon_sym_assert] = ACTIONS(1782), + [anon_sym_defer] = ACTIONS(1782), + [anon_sym_goto] = ACTIONS(1782), + [anon_sym_break] = ACTIONS(1782), + [anon_sym_continue] = ACTIONS(1782), + [anon_sym_return] = ACTIONS(1782), + [anon_sym_DOLLARfor] = ACTIONS(1782), + [anon_sym_for] = ACTIONS(1782), + [anon_sym_POUND] = ACTIONS(1782), + [anon_sym_asm] = ACTIONS(1782), + [anon_sym_AT_LBRACK] = ACTIONS(1782), + [sym___double_quote] = ACTIONS(1782), + [sym___single_quote] = ACTIONS(1782), + [sym___c_double_quote] = ACTIONS(1782), + [sym___c_single_quote] = ACTIONS(1782), + [sym___r_double_quote] = ACTIONS(1782), + [sym___r_single_quote] = ACTIONS(1782), }, [980] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(3333), - [sym_identifier] = ACTIONS(3335), - [anon_sym_LF] = ACTIONS(3335), - [anon_sym_CR] = ACTIONS(3335), - [anon_sym_CR_LF] = ACTIONS(3335), + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(1722), + [sym_identifier] = ACTIONS(1724), + [anon_sym_LF] = ACTIONS(1724), + [anon_sym_CR] = ACTIONS(1724), + [anon_sym_CR_LF] = ACTIONS(1724), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(3231), - [anon_sym_LBRACE] = ACTIONS(3335), - [anon_sym_const] = ACTIONS(3335), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(3335), - [anon_sym_type] = ACTIONS(3335), - [anon_sym_PIPE] = ACTIONS(3315), - [anon_sym_fn] = ACTIONS(3335), - [anon_sym_PLUS] = ACTIONS(3315), - [anon_sym_DASH] = ACTIONS(3315), - [anon_sym_STAR] = ACTIONS(3317), - [anon_sym_SLASH] = ACTIONS(3317), - [anon_sym_PERCENT] = ACTIONS(3317), - [anon_sym_LT] = ACTIONS(3319), - [anon_sym_GT] = ACTIONS(3319), - [anon_sym_EQ_EQ] = ACTIONS(3319), - [anon_sym_BANG_EQ] = ACTIONS(3319), - [anon_sym_LT_EQ] = ACTIONS(3319), - [anon_sym_GT_EQ] = ACTIONS(3319), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(3335), - [anon_sym_union] = ACTIONS(3335), - [anon_sym_pub] = ACTIONS(3335), - [anon_sym_mut] = ACTIONS(3335), - [anon_sym_enum] = ACTIONS(3335), - [anon_sym_interface] = ACTIONS(3335), - [anon_sym_PLUS_PLUS] = ACTIONS(3245), - [anon_sym_DASH_DASH] = ACTIONS(3247), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(3335), - [anon_sym_spawn] = ACTIONS(3335), - [anon_sym_json_DOTdecode] = ACTIONS(3335), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(3335), - [anon_sym_CARET] = ACTIONS(3315), - [anon_sym_AMP] = ACTIONS(3317), - [anon_sym_LT_DASH] = ACTIONS(3335), - [anon_sym_LT_LT] = ACTIONS(3317), - [anon_sym_GT_GT] = ACTIONS(3317), - [anon_sym_GT_GT_GT] = ACTIONS(3317), - [anon_sym_AMP_CARET] = ACTIONS(3317), - [anon_sym_AMP_AMP] = ACTIONS(3321), - [anon_sym_PIPE_PIPE] = ACTIONS(3323), - [anon_sym_or] = ACTIONS(3259), - [sym_none] = ACTIONS(3335), - [sym_true] = ACTIONS(3335), - [sym_false] = ACTIONS(3335), - [sym_nil] = ACTIONS(3335), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(3335), - [anon_sym_DOLLARif] = ACTIONS(3335), - [anon_sym_is] = ACTIONS(3261), - [anon_sym_BANGis] = ACTIONS(3263), - [anon_sym_in] = ACTIONS(3325), - [anon_sym_BANGin] = ACTIONS(3327), - [anon_sym_match] = ACTIONS(3335), - [anon_sym_select] = ACTIONS(3335), - [anon_sym_lock] = ACTIONS(3335), - [anon_sym_rlock] = ACTIONS(3335), - [anon_sym_unsafe] = ACTIONS(3335), - [anon_sym_sql] = ACTIONS(3335), - [sym_int_literal] = ACTIONS(3335), - [sym_float_literal] = ACTIONS(3335), - [sym_rune_literal] = ACTIONS(3335), - [anon_sym_AT] = ACTIONS(3335), - [anon_sym_shared] = ACTIONS(3335), - [anon_sym_map_LBRACK] = ACTIONS(3335), - [anon_sym_chan] = ACTIONS(3335), - [anon_sym_thread] = ACTIONS(3335), - [anon_sym_atomic] = ACTIONS(3335), - [anon_sym_assert] = ACTIONS(3335), - [anon_sym_defer] = ACTIONS(3335), - [anon_sym_goto] = ACTIONS(3335), - [anon_sym_break] = ACTIONS(3335), - [anon_sym_continue] = ACTIONS(3335), - [anon_sym_return] = ACTIONS(3335), - [anon_sym_DOLLARfor] = ACTIONS(3335), - [anon_sym_for] = ACTIONS(3335), - [anon_sym_POUND] = ACTIONS(3335), - [anon_sym_asm] = ACTIONS(3335), - [anon_sym_AT_LBRACK] = ACTIONS(3335), - [sym___double_quote] = ACTIONS(3335), - [sym___single_quote] = ACTIONS(3335), - [sym___c_double_quote] = ACTIONS(3335), - [sym___c_single_quote] = ACTIONS(3335), - [sym___r_double_quote] = ACTIONS(3335), - [sym___r_single_quote] = ACTIONS(3335), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(3233), + [anon_sym_LBRACE] = ACTIONS(1724), + [anon_sym_const] = ACTIONS(1724), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(1724), + [anon_sym_type] = ACTIONS(1724), + [anon_sym_PIPE] = ACTIONS(3313), + [anon_sym_fn] = ACTIONS(1724), + [anon_sym_PLUS] = ACTIONS(3313), + [anon_sym_DASH] = ACTIONS(3313), + [anon_sym_STAR] = ACTIONS(3315), + [anon_sym_SLASH] = ACTIONS(3315), + [anon_sym_PERCENT] = ACTIONS(3315), + [anon_sym_LT] = ACTIONS(3317), + [anon_sym_GT] = ACTIONS(3317), + [anon_sym_EQ_EQ] = ACTIONS(3317), + [anon_sym_BANG_EQ] = ACTIONS(3317), + [anon_sym_LT_EQ] = ACTIONS(3317), + [anon_sym_GT_EQ] = ACTIONS(3317), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1724), + [anon_sym_union] = ACTIONS(1724), + [anon_sym_pub] = ACTIONS(1724), + [anon_sym_mut] = ACTIONS(1724), + [anon_sym_enum] = ACTIONS(1724), + [anon_sym_interface] = ACTIONS(1724), + [anon_sym_PLUS_PLUS] = ACTIONS(3247), + [anon_sym_DASH_DASH] = ACTIONS(3249), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(1724), + [anon_sym_spawn] = ACTIONS(1724), + [anon_sym_json_DOTdecode] = ACTIONS(1724), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(1724), + [anon_sym_CARET] = ACTIONS(3313), + [anon_sym_AMP] = ACTIONS(3315), + [anon_sym_LT_DASH] = ACTIONS(1724), + [anon_sym_LT_LT] = ACTIONS(3315), + [anon_sym_GT_GT] = ACTIONS(3315), + [anon_sym_GT_GT_GT] = ACTIONS(3315), + [anon_sym_AMP_CARET] = ACTIONS(3315), + [anon_sym_AMP_AMP] = ACTIONS(3319), + [anon_sym_PIPE_PIPE] = ACTIONS(3321), + [anon_sym_or] = ACTIONS(3261), + [sym_none] = ACTIONS(1724), + [sym_true] = ACTIONS(1724), + [sym_false] = ACTIONS(1724), + [sym_nil] = ACTIONS(1724), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(1724), + [anon_sym_DOLLARif] = ACTIONS(1724), + [anon_sym_is] = ACTIONS(3263), + [anon_sym_BANGis] = ACTIONS(3265), + [anon_sym_in] = ACTIONS(3323), + [anon_sym_BANGin] = ACTIONS(3325), + [anon_sym_match] = ACTIONS(1724), + [anon_sym_select] = ACTIONS(1724), + [anon_sym_lock] = ACTIONS(1724), + [anon_sym_rlock] = ACTIONS(1724), + [anon_sym_unsafe] = ACTIONS(1724), + [anon_sym_sql] = ACTIONS(1724), + [sym_int_literal] = ACTIONS(1724), + [sym_float_literal] = ACTIONS(1724), + [sym_rune_literal] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1724), + [anon_sym_shared] = ACTIONS(1724), + [anon_sym_map_LBRACK] = ACTIONS(1724), + [anon_sym_chan] = ACTIONS(1724), + [anon_sym_thread] = ACTIONS(1724), + [anon_sym_atomic] = ACTIONS(1724), + [anon_sym_assert] = ACTIONS(1724), + [anon_sym_defer] = ACTIONS(1724), + [anon_sym_goto] = ACTIONS(1724), + [anon_sym_break] = ACTIONS(1724), + [anon_sym_continue] = ACTIONS(1724), + [anon_sym_return] = ACTIONS(1724), + [anon_sym_DOLLARfor] = ACTIONS(1724), + [anon_sym_for] = ACTIONS(1724), + [anon_sym_POUND] = ACTIONS(1724), + [anon_sym_asm] = ACTIONS(1724), + [anon_sym_AT_LBRACK] = ACTIONS(1724), + [sym___double_quote] = ACTIONS(1724), + [sym___single_quote] = ACTIONS(1724), + [sym___c_double_quote] = ACTIONS(1724), + [sym___c_single_quote] = ACTIONS(1724), + [sym___r_double_quote] = ACTIONS(1724), + [sym___r_single_quote] = ACTIONS(1724), }, [981] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(3337), - [sym_identifier] = ACTIONS(3339), - [anon_sym_LF] = ACTIONS(3339), - [anon_sym_CR] = ACTIONS(3339), - [anon_sym_CR_LF] = ACTIONS(3339), + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(1796), + [sym_identifier] = ACTIONS(1782), + [anon_sym_LF] = ACTIONS(1782), + [anon_sym_CR] = ACTIONS(1782), + [anon_sym_CR_LF] = ACTIONS(1782), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(3231), - [anon_sym_LBRACE] = ACTIONS(3339), - [anon_sym_const] = ACTIONS(3339), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(3339), - [anon_sym_type] = ACTIONS(3339), - [anon_sym_PIPE] = ACTIONS(3315), - [anon_sym_fn] = ACTIONS(3339), - [anon_sym_PLUS] = ACTIONS(3339), - [anon_sym_DASH] = ACTIONS(3339), - [anon_sym_STAR] = ACTIONS(3339), - [anon_sym_SLASH] = ACTIONS(3317), - [anon_sym_PERCENT] = ACTIONS(3317), - [anon_sym_LT] = ACTIONS(3319), - [anon_sym_GT] = ACTIONS(3319), - [anon_sym_EQ_EQ] = ACTIONS(3319), - [anon_sym_BANG_EQ] = ACTIONS(3319), - [anon_sym_LT_EQ] = ACTIONS(3319), - [anon_sym_GT_EQ] = ACTIONS(3319), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(3339), - [anon_sym_union] = ACTIONS(3339), - [anon_sym_pub] = ACTIONS(3339), - [anon_sym_mut] = ACTIONS(3339), - [anon_sym_enum] = ACTIONS(3339), - [anon_sym_interface] = ACTIONS(3339), - [anon_sym_PLUS_PLUS] = ACTIONS(3245), - [anon_sym_DASH_DASH] = ACTIONS(3247), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(3339), - [anon_sym_spawn] = ACTIONS(3339), - [anon_sym_json_DOTdecode] = ACTIONS(3339), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(3339), - [anon_sym_CARET] = ACTIONS(3339), - [anon_sym_AMP] = ACTIONS(3339), - [anon_sym_LT_DASH] = ACTIONS(3339), - [anon_sym_LT_LT] = ACTIONS(3317), - [anon_sym_GT_GT] = ACTIONS(3317), - [anon_sym_GT_GT_GT] = ACTIONS(3317), - [anon_sym_AMP_CARET] = ACTIONS(3317), - [anon_sym_AMP_AMP] = ACTIONS(3321), - [anon_sym_PIPE_PIPE] = ACTIONS(3323), - [anon_sym_or] = ACTIONS(3259), - [sym_none] = ACTIONS(3339), - [sym_true] = ACTIONS(3339), - [sym_false] = ACTIONS(3339), - [sym_nil] = ACTIONS(3339), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(3339), - [anon_sym_DOLLARif] = ACTIONS(3339), - [anon_sym_is] = ACTIONS(3261), - [anon_sym_BANGis] = ACTIONS(3263), - [anon_sym_in] = ACTIONS(3325), - [anon_sym_BANGin] = ACTIONS(3327), - [anon_sym_match] = ACTIONS(3339), - [anon_sym_select] = ACTIONS(3339), - [anon_sym_lock] = ACTIONS(3339), - [anon_sym_rlock] = ACTIONS(3339), - [anon_sym_unsafe] = ACTIONS(3339), - [anon_sym_sql] = ACTIONS(3339), - [sym_int_literal] = ACTIONS(3339), - [sym_float_literal] = ACTIONS(3339), - [sym_rune_literal] = ACTIONS(3339), - [anon_sym_AT] = ACTIONS(3339), - [anon_sym_shared] = ACTIONS(3339), - [anon_sym_map_LBRACK] = ACTIONS(3339), - [anon_sym_chan] = ACTIONS(3339), - [anon_sym_thread] = ACTIONS(3339), - [anon_sym_atomic] = ACTIONS(3339), - [anon_sym_assert] = ACTIONS(3339), - [anon_sym_defer] = ACTIONS(3339), - [anon_sym_goto] = ACTIONS(3339), - [anon_sym_break] = ACTIONS(3339), - [anon_sym_continue] = ACTIONS(3339), - [anon_sym_return] = ACTIONS(3339), - [anon_sym_DOLLARfor] = ACTIONS(3339), - [anon_sym_for] = ACTIONS(3339), - [anon_sym_POUND] = ACTIONS(3339), - [anon_sym_asm] = ACTIONS(3339), - [anon_sym_AT_LBRACK] = ACTIONS(3339), - [sym___double_quote] = ACTIONS(3339), - [sym___single_quote] = ACTIONS(3339), - [sym___c_double_quote] = ACTIONS(3339), - [sym___c_single_quote] = ACTIONS(3339), - [sym___r_double_quote] = ACTIONS(3339), - [sym___r_single_quote] = ACTIONS(3339), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1782), + [anon_sym_const] = ACTIONS(1782), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(1782), + [anon_sym_type] = ACTIONS(1782), + [anon_sym_PIPE] = ACTIONS(3313), + [anon_sym_fn] = ACTIONS(1782), + [anon_sym_PLUS] = ACTIONS(3313), + [anon_sym_DASH] = ACTIONS(3313), + [anon_sym_STAR] = ACTIONS(3315), + [anon_sym_SLASH] = ACTIONS(3315), + [anon_sym_PERCENT] = ACTIONS(3315), + [anon_sym_LT] = ACTIONS(3317), + [anon_sym_GT] = ACTIONS(3317), + [anon_sym_EQ_EQ] = ACTIONS(3317), + [anon_sym_BANG_EQ] = ACTIONS(3317), + [anon_sym_LT_EQ] = ACTIONS(3317), + [anon_sym_GT_EQ] = ACTIONS(3317), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1782), + [anon_sym_union] = ACTIONS(1782), + [anon_sym_pub] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_enum] = ACTIONS(1782), + [anon_sym_interface] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(1782), + [anon_sym_spawn] = ACTIONS(1782), + [anon_sym_json_DOTdecode] = ACTIONS(1782), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_CARET] = ACTIONS(3313), + [anon_sym_AMP] = ACTIONS(3315), + [anon_sym_LT_DASH] = ACTIONS(1782), + [anon_sym_LT_LT] = ACTIONS(3315), + [anon_sym_GT_GT] = ACTIONS(3315), + [anon_sym_GT_GT_GT] = ACTIONS(3315), + [anon_sym_AMP_CARET] = ACTIONS(3315), + [anon_sym_AMP_AMP] = ACTIONS(1782), + [anon_sym_PIPE_PIPE] = ACTIONS(1782), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1782), + [sym_true] = ACTIONS(1782), + [sym_false] = ACTIONS(1782), + [sym_nil] = ACTIONS(1782), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_DOLLARif] = ACTIONS(1782), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1782), + [anon_sym_in] = ACTIONS(3323), + [anon_sym_BANGin] = ACTIONS(3325), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_select] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1782), + [anon_sym_rlock] = ACTIONS(1782), + [anon_sym_unsafe] = ACTIONS(1782), + [anon_sym_sql] = ACTIONS(1782), + [sym_int_literal] = ACTIONS(1782), + [sym_float_literal] = ACTIONS(1782), + [sym_rune_literal] = ACTIONS(1782), + [anon_sym_AT] = ACTIONS(1782), + [anon_sym_shared] = ACTIONS(1782), + [anon_sym_map_LBRACK] = ACTIONS(1782), + [anon_sym_chan] = ACTIONS(1782), + [anon_sym_thread] = ACTIONS(1782), + [anon_sym_atomic] = ACTIONS(1782), + [anon_sym_assert] = ACTIONS(1782), + [anon_sym_defer] = ACTIONS(1782), + [anon_sym_goto] = ACTIONS(1782), + [anon_sym_break] = ACTIONS(1782), + [anon_sym_continue] = ACTIONS(1782), + [anon_sym_return] = ACTIONS(1782), + [anon_sym_DOLLARfor] = ACTIONS(1782), + [anon_sym_for] = ACTIONS(1782), + [anon_sym_POUND] = ACTIONS(1782), + [anon_sym_asm] = ACTIONS(1782), + [anon_sym_AT_LBRACK] = ACTIONS(1782), + [sym___double_quote] = ACTIONS(1782), + [sym___single_quote] = ACTIONS(1782), + [sym___c_double_quote] = ACTIONS(1782), + [sym___c_single_quote] = ACTIONS(1782), + [sym___r_double_quote] = ACTIONS(1782), + [sym___r_single_quote] = ACTIONS(1782), }, [982] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(2106), - [sym_identifier] = ACTIONS(2108), - [anon_sym_LF] = ACTIONS(2108), - [anon_sym_CR] = ACTIONS(2108), - [anon_sym_CR_LF] = ACTIONS(2108), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(2108), - [anon_sym_LBRACE] = ACTIONS(2108), - [anon_sym_const] = ACTIONS(2108), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(2108), - [anon_sym_type] = ACTIONS(2108), - [anon_sym_PIPE] = ACTIONS(3315), - [anon_sym_fn] = ACTIONS(2108), - [anon_sym_PLUS] = ACTIONS(3315), - [anon_sym_DASH] = ACTIONS(3315), - [anon_sym_STAR] = ACTIONS(3317), - [anon_sym_SLASH] = ACTIONS(3317), - [anon_sym_PERCENT] = ACTIONS(3317), - [anon_sym_LT] = ACTIONS(2108), - [anon_sym_GT] = ACTIONS(2108), - [anon_sym_EQ_EQ] = ACTIONS(2108), - [anon_sym_BANG_EQ] = ACTIONS(2108), - [anon_sym_LT_EQ] = ACTIONS(2108), - [anon_sym_GT_EQ] = ACTIONS(2108), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(2108), - [anon_sym_union] = ACTIONS(2108), - [anon_sym_pub] = ACTIONS(2108), - [anon_sym_mut] = ACTIONS(2108), - [anon_sym_enum] = ACTIONS(2108), - [anon_sym_interface] = ACTIONS(2108), - [anon_sym_PLUS_PLUS] = ACTIONS(2108), - [anon_sym_DASH_DASH] = ACTIONS(2108), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(2108), - [anon_sym_spawn] = ACTIONS(2108), - [anon_sym_json_DOTdecode] = ACTIONS(2108), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(2108), - [anon_sym_CARET] = ACTIONS(3315), - [anon_sym_AMP] = ACTIONS(3317), - [anon_sym_LT_DASH] = ACTIONS(2108), - [anon_sym_LT_LT] = ACTIONS(3317), - [anon_sym_GT_GT] = ACTIONS(3317), - [anon_sym_GT_GT_GT] = ACTIONS(3317), - [anon_sym_AMP_CARET] = ACTIONS(3317), - [anon_sym_AMP_AMP] = ACTIONS(2108), - [anon_sym_PIPE_PIPE] = ACTIONS(2108), - [anon_sym_or] = ACTIONS(2108), - [sym_none] = ACTIONS(2108), - [sym_true] = ACTIONS(2108), - [sym_false] = ACTIONS(2108), - [sym_nil] = ACTIONS(2108), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(2108), - [anon_sym_DOLLARif] = ACTIONS(2108), - [anon_sym_is] = ACTIONS(2108), - [anon_sym_BANGis] = ACTIONS(2108), - [anon_sym_in] = ACTIONS(2108), - [anon_sym_BANGin] = ACTIONS(2108), - [anon_sym_match] = ACTIONS(2108), - [anon_sym_select] = ACTIONS(2108), - [anon_sym_lock] = ACTIONS(2108), - [anon_sym_rlock] = ACTIONS(2108), - [anon_sym_unsafe] = ACTIONS(2108), - [anon_sym_sql] = ACTIONS(2108), - [sym_int_literal] = ACTIONS(2108), - [sym_float_literal] = ACTIONS(2108), - [sym_rune_literal] = ACTIONS(2108), - [anon_sym_AT] = ACTIONS(2108), - [anon_sym_shared] = ACTIONS(2108), - [anon_sym_map_LBRACK] = ACTIONS(2108), - [anon_sym_chan] = ACTIONS(2108), - [anon_sym_thread] = ACTIONS(2108), - [anon_sym_atomic] = ACTIONS(2108), - [anon_sym_assert] = ACTIONS(2108), - [anon_sym_defer] = ACTIONS(2108), - [anon_sym_goto] = ACTIONS(2108), - [anon_sym_break] = ACTIONS(2108), - [anon_sym_continue] = ACTIONS(2108), - [anon_sym_return] = ACTIONS(2108), - [anon_sym_DOLLARfor] = ACTIONS(2108), - [anon_sym_for] = ACTIONS(2108), - [anon_sym_POUND] = ACTIONS(2108), - [anon_sym_asm] = ACTIONS(2108), - [anon_sym_AT_LBRACK] = ACTIONS(2108), - [sym___double_quote] = ACTIONS(2108), - [sym___single_quote] = ACTIONS(2108), - [sym___c_double_quote] = ACTIONS(2108), - [sym___c_single_quote] = ACTIONS(2108), - [sym___r_double_quote] = ACTIONS(2108), - [sym___r_single_quote] = ACTIONS(2108), - }, - [983] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(2074), - [sym_identifier] = ACTIONS(2076), - [anon_sym_LF] = ACTIONS(2076), - [anon_sym_CR] = ACTIONS(2076), - [anon_sym_CR_LF] = ACTIONS(2076), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2076), - [anon_sym_const] = ACTIONS(2076), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(2076), - [anon_sym_type] = ACTIONS(2076), - [anon_sym_PIPE] = ACTIONS(3315), - [anon_sym_fn] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(3315), - [anon_sym_DASH] = ACTIONS(3315), - [anon_sym_STAR] = ACTIONS(3317), - [anon_sym_SLASH] = ACTIONS(3317), - [anon_sym_PERCENT] = ACTIONS(3317), - [anon_sym_LT] = ACTIONS(3319), - [anon_sym_GT] = ACTIONS(3319), - [anon_sym_EQ_EQ] = ACTIONS(3319), - [anon_sym_BANG_EQ] = ACTIONS(3319), - [anon_sym_LT_EQ] = ACTIONS(3319), - [anon_sym_GT_EQ] = ACTIONS(3319), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_union] = ACTIONS(2076), - [anon_sym_pub] = ACTIONS(2076), - [anon_sym_mut] = ACTIONS(2076), - [anon_sym_enum] = ACTIONS(2076), - [anon_sym_interface] = ACTIONS(2076), - [anon_sym_PLUS_PLUS] = ACTIONS(2076), - [anon_sym_DASH_DASH] = ACTIONS(2076), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(2076), - [anon_sym_spawn] = ACTIONS(2076), - [anon_sym_json_DOTdecode] = ACTIONS(2076), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(2076), - [anon_sym_CARET] = ACTIONS(3315), - [anon_sym_AMP] = ACTIONS(3317), - [anon_sym_LT_DASH] = ACTIONS(2076), - [anon_sym_LT_LT] = ACTIONS(3317), - [anon_sym_GT_GT] = ACTIONS(3317), - [anon_sym_GT_GT_GT] = ACTIONS(3317), - [anon_sym_AMP_CARET] = ACTIONS(3317), - [anon_sym_AMP_AMP] = ACTIONS(3321), - [anon_sym_PIPE_PIPE] = ACTIONS(2076), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2076), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_nil] = ACTIONS(2076), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_DOLLARif] = ACTIONS(2076), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2076), - [anon_sym_in] = ACTIONS(3325), - [anon_sym_BANGin] = ACTIONS(3327), - [anon_sym_match] = ACTIONS(2076), - [anon_sym_select] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2076), - [anon_sym_rlock] = ACTIONS(2076), - [anon_sym_unsafe] = ACTIONS(2076), - [anon_sym_sql] = ACTIONS(2076), - [sym_int_literal] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2076), - [sym_rune_literal] = ACTIONS(2076), - [anon_sym_AT] = ACTIONS(2076), - [anon_sym_shared] = ACTIONS(2076), - [anon_sym_map_LBRACK] = ACTIONS(2076), - [anon_sym_chan] = ACTIONS(2076), - [anon_sym_thread] = ACTIONS(2076), - [anon_sym_atomic] = ACTIONS(2076), - [anon_sym_assert] = ACTIONS(2076), - [anon_sym_defer] = ACTIONS(2076), - [anon_sym_goto] = ACTIONS(2076), - [anon_sym_break] = ACTIONS(2076), - [anon_sym_continue] = ACTIONS(2076), - [anon_sym_return] = ACTIONS(2076), - [anon_sym_DOLLARfor] = ACTIONS(2076), - [anon_sym_for] = ACTIONS(2076), - [anon_sym_POUND] = ACTIONS(2076), - [anon_sym_asm] = ACTIONS(2076), - [anon_sym_AT_LBRACK] = ACTIONS(2076), - [sym___double_quote] = ACTIONS(2076), - [sym___single_quote] = ACTIONS(2076), - [sym___c_double_quote] = ACTIONS(2076), - [sym___c_single_quote] = ACTIONS(2076), - [sym___r_double_quote] = ACTIONS(2076), - [sym___r_single_quote] = ACTIONS(2076), - }, - [984] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(2208), - [sym_identifier] = ACTIONS(2210), - [anon_sym_LF] = ACTIONS(2210), - [anon_sym_CR] = ACTIONS(2210), - [anon_sym_CR_LF] = ACTIONS(2210), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(3231), - [anon_sym_LBRACE] = ACTIONS(2210), - [anon_sym_const] = ACTIONS(2210), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(2210), - [anon_sym_type] = ACTIONS(2210), - [anon_sym_PIPE] = ACTIONS(3315), - [anon_sym_fn] = ACTIONS(2210), - [anon_sym_PLUS] = ACTIONS(3315), - [anon_sym_DASH] = ACTIONS(3315), - [anon_sym_STAR] = ACTIONS(3317), - [anon_sym_SLASH] = ACTIONS(3317), - [anon_sym_PERCENT] = ACTIONS(3317), - [anon_sym_LT] = ACTIONS(3319), - [anon_sym_GT] = ACTIONS(3319), - [anon_sym_EQ_EQ] = ACTIONS(3319), - [anon_sym_BANG_EQ] = ACTIONS(3319), - [anon_sym_LT_EQ] = ACTIONS(3319), - [anon_sym_GT_EQ] = ACTIONS(3319), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(2210), - [anon_sym_union] = ACTIONS(2210), - [anon_sym_pub] = ACTIONS(2210), - [anon_sym_mut] = ACTIONS(2210), - [anon_sym_enum] = ACTIONS(2210), - [anon_sym_interface] = ACTIONS(2210), - [anon_sym_PLUS_PLUS] = ACTIONS(3245), - [anon_sym_DASH_DASH] = ACTIONS(3247), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(2210), - [anon_sym_spawn] = ACTIONS(2210), - [anon_sym_json_DOTdecode] = ACTIONS(2210), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(2210), - [anon_sym_CARET] = ACTIONS(3315), - [anon_sym_AMP] = ACTIONS(3317), - [anon_sym_LT_DASH] = ACTIONS(2210), - [anon_sym_LT_LT] = ACTIONS(3317), - [anon_sym_GT_GT] = ACTIONS(3317), - [anon_sym_GT_GT_GT] = ACTIONS(3317), - [anon_sym_AMP_CARET] = ACTIONS(3317), - [anon_sym_AMP_AMP] = ACTIONS(3321), - [anon_sym_PIPE_PIPE] = ACTIONS(3323), - [anon_sym_or] = ACTIONS(3259), - [sym_none] = ACTIONS(2210), - [sym_true] = ACTIONS(2210), - [sym_false] = ACTIONS(2210), - [sym_nil] = ACTIONS(2210), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(2210), - [anon_sym_DOLLARif] = ACTIONS(2210), - [anon_sym_is] = ACTIONS(3261), - [anon_sym_BANGis] = ACTIONS(3263), - [anon_sym_in] = ACTIONS(3325), - [anon_sym_BANGin] = ACTIONS(3327), - [anon_sym_match] = ACTIONS(2210), - [anon_sym_select] = ACTIONS(2210), - [anon_sym_lock] = ACTIONS(2210), - [anon_sym_rlock] = ACTIONS(2210), - [anon_sym_unsafe] = ACTIONS(2210), - [anon_sym_sql] = ACTIONS(2210), - [sym_int_literal] = ACTIONS(2210), - [sym_float_literal] = ACTIONS(2210), - [sym_rune_literal] = ACTIONS(2210), - [anon_sym_AT] = ACTIONS(2210), - [anon_sym_shared] = ACTIONS(2210), - [anon_sym_map_LBRACK] = ACTIONS(2210), - [anon_sym_chan] = ACTIONS(2210), - [anon_sym_thread] = ACTIONS(2210), - [anon_sym_atomic] = ACTIONS(2210), - [anon_sym_assert] = ACTIONS(2210), - [anon_sym_defer] = ACTIONS(2210), - [anon_sym_goto] = ACTIONS(2210), - [anon_sym_break] = ACTIONS(2210), - [anon_sym_continue] = ACTIONS(2210), - [anon_sym_return] = ACTIONS(2210), - [anon_sym_DOLLARfor] = ACTIONS(2210), - [anon_sym_for] = ACTIONS(2210), - [anon_sym_POUND] = ACTIONS(2210), - [anon_sym_asm] = ACTIONS(2210), - [anon_sym_AT_LBRACK] = ACTIONS(2210), - [sym___double_quote] = ACTIONS(2210), - [sym___single_quote] = ACTIONS(2210), - [sym___c_double_quote] = ACTIONS(2210), - [sym___c_single_quote] = ACTIONS(2210), - [sym___r_double_quote] = ACTIONS(2210), - [sym___r_single_quote] = ACTIONS(2210), - }, - [985] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(2218), - [sym_identifier] = ACTIONS(2220), - [anon_sym_LF] = ACTIONS(2220), - [anon_sym_CR] = ACTIONS(2220), - [anon_sym_CR_LF] = ACTIONS(2220), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(3231), - [anon_sym_LBRACE] = ACTIONS(2220), - [anon_sym_const] = ACTIONS(2220), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(2220), - [anon_sym_type] = ACTIONS(2220), - [anon_sym_PIPE] = ACTIONS(3315), - [anon_sym_fn] = ACTIONS(2220), - [anon_sym_PLUS] = ACTIONS(3315), - [anon_sym_DASH] = ACTIONS(3315), - [anon_sym_STAR] = ACTIONS(3317), - [anon_sym_SLASH] = ACTIONS(3317), - [anon_sym_PERCENT] = ACTIONS(3317), - [anon_sym_LT] = ACTIONS(3319), - [anon_sym_GT] = ACTIONS(3319), - [anon_sym_EQ_EQ] = ACTIONS(3319), - [anon_sym_BANG_EQ] = ACTIONS(3319), - [anon_sym_LT_EQ] = ACTIONS(3319), - [anon_sym_GT_EQ] = ACTIONS(3319), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(2220), - [anon_sym_union] = ACTIONS(2220), - [anon_sym_pub] = ACTIONS(2220), - [anon_sym_mut] = ACTIONS(2220), - [anon_sym_enum] = ACTIONS(2220), - [anon_sym_interface] = ACTIONS(2220), - [anon_sym_PLUS_PLUS] = ACTIONS(3245), - [anon_sym_DASH_DASH] = ACTIONS(3247), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(2220), - [anon_sym_spawn] = ACTIONS(2220), - [anon_sym_json_DOTdecode] = ACTIONS(2220), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(2220), - [anon_sym_CARET] = ACTIONS(3315), - [anon_sym_AMP] = ACTIONS(3317), - [anon_sym_LT_DASH] = ACTIONS(2220), - [anon_sym_LT_LT] = ACTIONS(3317), - [anon_sym_GT_GT] = ACTIONS(3317), - [anon_sym_GT_GT_GT] = ACTIONS(3317), - [anon_sym_AMP_CARET] = ACTIONS(3317), - [anon_sym_AMP_AMP] = ACTIONS(3321), - [anon_sym_PIPE_PIPE] = ACTIONS(3323), - [anon_sym_or] = ACTIONS(3259), - [sym_none] = ACTIONS(2220), - [sym_true] = ACTIONS(2220), - [sym_false] = ACTIONS(2220), - [sym_nil] = ACTIONS(2220), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(2220), - [anon_sym_DOLLARif] = ACTIONS(2220), - [anon_sym_is] = ACTIONS(3261), - [anon_sym_BANGis] = ACTIONS(3263), - [anon_sym_in] = ACTIONS(3325), - [anon_sym_BANGin] = ACTIONS(3327), - [anon_sym_match] = ACTIONS(2220), - [anon_sym_select] = ACTIONS(2220), - [anon_sym_lock] = ACTIONS(2220), - [anon_sym_rlock] = ACTIONS(2220), - [anon_sym_unsafe] = ACTIONS(2220), - [anon_sym_sql] = ACTIONS(2220), - [sym_int_literal] = ACTIONS(2220), - [sym_float_literal] = ACTIONS(2220), - [sym_rune_literal] = ACTIONS(2220), - [anon_sym_AT] = ACTIONS(2220), - [anon_sym_shared] = ACTIONS(2220), - [anon_sym_map_LBRACK] = ACTIONS(2220), - [anon_sym_chan] = ACTIONS(2220), - [anon_sym_thread] = ACTIONS(2220), - [anon_sym_atomic] = ACTIONS(2220), - [anon_sym_assert] = ACTIONS(2220), - [anon_sym_defer] = ACTIONS(2220), - [anon_sym_goto] = ACTIONS(2220), - [anon_sym_break] = ACTIONS(2220), - [anon_sym_continue] = ACTIONS(2220), - [anon_sym_return] = ACTIONS(2220), - [anon_sym_DOLLARfor] = ACTIONS(2220), - [anon_sym_for] = ACTIONS(2220), - [anon_sym_POUND] = ACTIONS(2220), - [anon_sym_asm] = ACTIONS(2220), - [anon_sym_AT_LBRACK] = ACTIONS(2220), - [sym___double_quote] = ACTIONS(2220), - [sym___single_quote] = ACTIONS(2220), - [sym___c_double_quote] = ACTIONS(2220), - [sym___c_single_quote] = ACTIONS(2220), - [sym___r_double_quote] = ACTIONS(2220), - [sym___r_single_quote] = ACTIONS(2220), - }, - [986] = { - [sym_else_branch] = STATE(1025), - [ts_builtin_sym_end] = ACTIONS(2404), - [sym_identifier] = ACTIONS(2406), - [anon_sym_LF] = ACTIONS(2406), - [anon_sym_CR] = ACTIONS(2406), - [anon_sym_CR_LF] = ACTIONS(2406), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2406), - [anon_sym_as] = ACTIONS(2406), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_COMMA] = ACTIONS(2406), - [anon_sym_const] = ACTIONS(2406), - [anon_sym_LPAREN] = ACTIONS(2406), - [anon_sym___global] = ACTIONS(2406), - [anon_sym_type] = ACTIONS(2406), - [anon_sym_PIPE] = ACTIONS(2406), - [anon_sym_fn] = ACTIONS(2406), - [anon_sym_PLUS] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2406), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_SLASH] = ACTIONS(2406), - [anon_sym_PERCENT] = ACTIONS(2406), - [anon_sym_LT] = ACTIONS(2406), - [anon_sym_GT] = ACTIONS(2406), - [anon_sym_EQ_EQ] = ACTIONS(2406), - [anon_sym_BANG_EQ] = ACTIONS(2406), - [anon_sym_LT_EQ] = ACTIONS(2406), - [anon_sym_GT_EQ] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2406), - [anon_sym_union] = ACTIONS(2406), - [anon_sym_pub] = ACTIONS(2406), - [anon_sym_mut] = ACTIONS(2406), - [anon_sym_enum] = ACTIONS(2406), - [anon_sym_interface] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_QMARK] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_go] = ACTIONS(2406), - [anon_sym_spawn] = ACTIONS(2406), - [anon_sym_json_DOTdecode] = ACTIONS(2406), - [anon_sym_LBRACK2] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_CARET] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_LT_DASH] = ACTIONS(2406), - [anon_sym_LT_LT] = ACTIONS(2406), - [anon_sym_GT_GT] = ACTIONS(2406), - [anon_sym_GT_GT_GT] = ACTIONS(2406), - [anon_sym_AMP_CARET] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_PIPE_PIPE] = ACTIONS(2406), - [anon_sym_or] = ACTIONS(2406), - [sym_none] = ACTIONS(2406), - [sym_true] = ACTIONS(2406), - [sym_false] = ACTIONS(2406), - [sym_nil] = ACTIONS(2406), - [anon_sym_QMARK_DOT] = ACTIONS(2406), - [anon_sym_POUND_LBRACK] = ACTIONS(2406), - [anon_sym_if] = ACTIONS(2406), - [anon_sym_else] = ACTIONS(3341), - [anon_sym_DOLLARif] = ACTIONS(2406), - [anon_sym_is] = ACTIONS(2406), - [anon_sym_BANGis] = ACTIONS(2406), - [anon_sym_in] = ACTIONS(2406), - [anon_sym_BANGin] = ACTIONS(2406), - [anon_sym_match] = ACTIONS(2406), - [anon_sym_select] = ACTIONS(2406), - [anon_sym_lock] = ACTIONS(2406), - [anon_sym_rlock] = ACTIONS(2406), - [anon_sym_unsafe] = ACTIONS(2406), - [anon_sym_sql] = ACTIONS(2406), - [sym_int_literal] = ACTIONS(2406), - [sym_float_literal] = ACTIONS(2406), - [sym_rune_literal] = ACTIONS(2406), - [anon_sym_AT] = ACTIONS(2406), - [anon_sym_shared] = ACTIONS(2406), - [anon_sym_map_LBRACK] = ACTIONS(2406), - [anon_sym_chan] = ACTIONS(2406), - [anon_sym_thread] = ACTIONS(2406), - [anon_sym_atomic] = ACTIONS(2406), - [anon_sym_assert] = ACTIONS(2406), - [anon_sym_defer] = ACTIONS(2406), - [anon_sym_goto] = ACTIONS(2406), - [anon_sym_break] = ACTIONS(2406), - [anon_sym_continue] = ACTIONS(2406), - [anon_sym_return] = ACTIONS(2406), - [anon_sym_DOLLARfor] = ACTIONS(2406), - [anon_sym_for] = ACTIONS(2406), - [anon_sym_POUND] = ACTIONS(2406), - [anon_sym_asm] = ACTIONS(2406), - [anon_sym_AT_LBRACK] = ACTIONS(2406), - [sym___double_quote] = ACTIONS(2406), - [sym___single_quote] = ACTIONS(2406), - [sym___c_double_quote] = ACTIONS(2406), - [sym___c_single_quote] = ACTIONS(2406), - [sym___r_double_quote] = ACTIONS(2406), - [sym___r_single_quote] = ACTIONS(2406), - }, - [987] = { - [sym_else_branch] = STATE(1026), - [ts_builtin_sym_end] = ACTIONS(2398), - [sym_identifier] = ACTIONS(2400), - [anon_sym_LF] = ACTIONS(2400), - [anon_sym_CR] = ACTIONS(2400), - [anon_sym_CR_LF] = ACTIONS(2400), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2400), - [anon_sym_as] = ACTIONS(2400), - [anon_sym_LBRACE] = ACTIONS(2400), - [anon_sym_COMMA] = ACTIONS(2400), - [anon_sym_const] = ACTIONS(2400), - [anon_sym_LPAREN] = ACTIONS(2400), - [anon_sym___global] = ACTIONS(2400), - [anon_sym_type] = ACTIONS(2400), - [anon_sym_PIPE] = ACTIONS(2400), - [anon_sym_fn] = ACTIONS(2400), - [anon_sym_PLUS] = ACTIONS(2400), - [anon_sym_DASH] = ACTIONS(2400), - [anon_sym_STAR] = ACTIONS(2400), - [anon_sym_SLASH] = ACTIONS(2400), - [anon_sym_PERCENT] = ACTIONS(2400), - [anon_sym_LT] = ACTIONS(2400), - [anon_sym_GT] = ACTIONS(2400), - [anon_sym_EQ_EQ] = ACTIONS(2400), - [anon_sym_BANG_EQ] = ACTIONS(2400), - [anon_sym_LT_EQ] = ACTIONS(2400), - [anon_sym_GT_EQ] = ACTIONS(2400), - [anon_sym_LBRACK] = ACTIONS(2398), - [anon_sym_struct] = ACTIONS(2400), - [anon_sym_union] = ACTIONS(2400), - [anon_sym_pub] = ACTIONS(2400), - [anon_sym_mut] = ACTIONS(2400), - [anon_sym_enum] = ACTIONS(2400), - [anon_sym_interface] = ACTIONS(2400), - [anon_sym_PLUS_PLUS] = ACTIONS(2400), - [anon_sym_DASH_DASH] = ACTIONS(2400), - [anon_sym_QMARK] = ACTIONS(2400), - [anon_sym_BANG] = ACTIONS(2400), - [anon_sym_go] = ACTIONS(2400), - [anon_sym_spawn] = ACTIONS(2400), - [anon_sym_json_DOTdecode] = ACTIONS(2400), - [anon_sym_LBRACK2] = ACTIONS(2400), - [anon_sym_TILDE] = ACTIONS(2400), - [anon_sym_CARET] = ACTIONS(2400), - [anon_sym_AMP] = ACTIONS(2400), - [anon_sym_LT_DASH] = ACTIONS(2400), - [anon_sym_LT_LT] = ACTIONS(2400), - [anon_sym_GT_GT] = ACTIONS(2400), - [anon_sym_GT_GT_GT] = ACTIONS(2400), - [anon_sym_AMP_CARET] = ACTIONS(2400), - [anon_sym_AMP_AMP] = ACTIONS(2400), - [anon_sym_PIPE_PIPE] = ACTIONS(2400), - [anon_sym_or] = ACTIONS(2400), - [sym_none] = ACTIONS(2400), - [sym_true] = ACTIONS(2400), - [sym_false] = ACTIONS(2400), - [sym_nil] = ACTIONS(2400), - [anon_sym_QMARK_DOT] = ACTIONS(2400), - [anon_sym_POUND_LBRACK] = ACTIONS(2400), - [anon_sym_if] = ACTIONS(2400), - [anon_sym_else] = ACTIONS(3341), - [anon_sym_DOLLARif] = ACTIONS(2400), - [anon_sym_is] = ACTIONS(2400), - [anon_sym_BANGis] = ACTIONS(2400), - [anon_sym_in] = ACTIONS(2400), - [anon_sym_BANGin] = ACTIONS(2400), - [anon_sym_match] = ACTIONS(2400), - [anon_sym_select] = ACTIONS(2400), - [anon_sym_lock] = ACTIONS(2400), - [anon_sym_rlock] = ACTIONS(2400), - [anon_sym_unsafe] = ACTIONS(2400), - [anon_sym_sql] = ACTIONS(2400), - [sym_int_literal] = ACTIONS(2400), - [sym_float_literal] = ACTIONS(2400), - [sym_rune_literal] = ACTIONS(2400), - [anon_sym_AT] = ACTIONS(2400), - [anon_sym_shared] = ACTIONS(2400), - [anon_sym_map_LBRACK] = ACTIONS(2400), - [anon_sym_chan] = ACTIONS(2400), - [anon_sym_thread] = ACTIONS(2400), - [anon_sym_atomic] = ACTIONS(2400), - [anon_sym_assert] = ACTIONS(2400), - [anon_sym_defer] = ACTIONS(2400), - [anon_sym_goto] = ACTIONS(2400), - [anon_sym_break] = ACTIONS(2400), - [anon_sym_continue] = ACTIONS(2400), - [anon_sym_return] = ACTIONS(2400), - [anon_sym_DOLLARfor] = ACTIONS(2400), - [anon_sym_for] = ACTIONS(2400), - [anon_sym_POUND] = ACTIONS(2400), - [anon_sym_asm] = ACTIONS(2400), - [anon_sym_AT_LBRACK] = ACTIONS(2400), - [sym___double_quote] = ACTIONS(2400), - [sym___single_quote] = ACTIONS(2400), - [sym___c_double_quote] = ACTIONS(2400), - [sym___c_single_quote] = ACTIONS(2400), - [sym___r_double_quote] = ACTIONS(2400), - [sym___r_single_quote] = ACTIONS(2400), - }, - [988] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(2074), - [sym_identifier] = ACTIONS(2076), - [anon_sym_LF] = ACTIONS(2076), - [anon_sym_CR] = ACTIONS(2076), - [anon_sym_CR_LF] = ACTIONS(2076), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2076), - [anon_sym_const] = ACTIONS(2076), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(2076), - [anon_sym_type] = ACTIONS(2076), - [anon_sym_PIPE] = ACTIONS(3315), - [anon_sym_fn] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(3315), - [anon_sym_DASH] = ACTIONS(3315), - [anon_sym_STAR] = ACTIONS(3317), - [anon_sym_SLASH] = ACTIONS(3317), - [anon_sym_PERCENT] = ACTIONS(3317), - [anon_sym_LT] = ACTIONS(3319), - [anon_sym_GT] = ACTIONS(3319), - [anon_sym_EQ_EQ] = ACTIONS(3319), - [anon_sym_BANG_EQ] = ACTIONS(3319), - [anon_sym_LT_EQ] = ACTIONS(3319), - [anon_sym_GT_EQ] = ACTIONS(3319), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_union] = ACTIONS(2076), - [anon_sym_pub] = ACTIONS(2076), - [anon_sym_mut] = ACTIONS(2076), - [anon_sym_enum] = ACTIONS(2076), - [anon_sym_interface] = ACTIONS(2076), - [anon_sym_PLUS_PLUS] = ACTIONS(2076), - [anon_sym_DASH_DASH] = ACTIONS(2076), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(2076), - [anon_sym_spawn] = ACTIONS(2076), - [anon_sym_json_DOTdecode] = ACTIONS(2076), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(2076), - [anon_sym_CARET] = ACTIONS(3315), - [anon_sym_AMP] = ACTIONS(3317), - [anon_sym_LT_DASH] = ACTIONS(2076), - [anon_sym_LT_LT] = ACTIONS(3317), - [anon_sym_GT_GT] = ACTIONS(3317), - [anon_sym_GT_GT_GT] = ACTIONS(3317), - [anon_sym_AMP_CARET] = ACTIONS(3317), - [anon_sym_AMP_AMP] = ACTIONS(2076), - [anon_sym_PIPE_PIPE] = ACTIONS(2076), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2076), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_nil] = ACTIONS(2076), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_DOLLARif] = ACTIONS(2076), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2076), - [anon_sym_in] = ACTIONS(3325), - [anon_sym_BANGin] = ACTIONS(3327), - [anon_sym_match] = ACTIONS(2076), - [anon_sym_select] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2076), - [anon_sym_rlock] = ACTIONS(2076), - [anon_sym_unsafe] = ACTIONS(2076), - [anon_sym_sql] = ACTIONS(2076), - [sym_int_literal] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2076), - [sym_rune_literal] = ACTIONS(2076), - [anon_sym_AT] = ACTIONS(2076), - [anon_sym_shared] = ACTIONS(2076), - [anon_sym_map_LBRACK] = ACTIONS(2076), - [anon_sym_chan] = ACTIONS(2076), - [anon_sym_thread] = ACTIONS(2076), - [anon_sym_atomic] = ACTIONS(2076), - [anon_sym_assert] = ACTIONS(2076), - [anon_sym_defer] = ACTIONS(2076), - [anon_sym_goto] = ACTIONS(2076), - [anon_sym_break] = ACTIONS(2076), - [anon_sym_continue] = ACTIONS(2076), - [anon_sym_return] = ACTIONS(2076), - [anon_sym_DOLLARfor] = ACTIONS(2076), - [anon_sym_for] = ACTIONS(2076), - [anon_sym_POUND] = ACTIONS(2076), - [anon_sym_asm] = ACTIONS(2076), - [anon_sym_AT_LBRACK] = ACTIONS(2076), - [sym___double_quote] = ACTIONS(2076), - [sym___single_quote] = ACTIONS(2076), - [sym___c_double_quote] = ACTIONS(2076), - [sym___c_single_quote] = ACTIONS(2076), - [sym___r_double_quote] = ACTIONS(2076), - [sym___r_single_quote] = ACTIONS(2076), - }, - [989] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(2074), - [sym_identifier] = ACTIONS(2076), - [anon_sym_LF] = ACTIONS(2076), - [anon_sym_CR] = ACTIONS(2076), - [anon_sym_CR_LF] = ACTIONS(2076), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2076), - [anon_sym_const] = ACTIONS(2076), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(2076), - [anon_sym_type] = ACTIONS(2076), - [anon_sym_PIPE] = ACTIONS(3315), - [anon_sym_fn] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(3315), - [anon_sym_DASH] = ACTIONS(3315), - [anon_sym_STAR] = ACTIONS(3317), - [anon_sym_SLASH] = ACTIONS(3317), - [anon_sym_PERCENT] = ACTIONS(3317), - [anon_sym_LT] = ACTIONS(2076), - [anon_sym_GT] = ACTIONS(2076), - [anon_sym_EQ_EQ] = ACTIONS(2076), - [anon_sym_BANG_EQ] = ACTIONS(2076), - [anon_sym_LT_EQ] = ACTIONS(2076), - [anon_sym_GT_EQ] = ACTIONS(2076), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_union] = ACTIONS(2076), - [anon_sym_pub] = ACTIONS(2076), - [anon_sym_mut] = ACTIONS(2076), - [anon_sym_enum] = ACTIONS(2076), - [anon_sym_interface] = ACTIONS(2076), - [anon_sym_PLUS_PLUS] = ACTIONS(2076), - [anon_sym_DASH_DASH] = ACTIONS(2076), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(2076), - [anon_sym_spawn] = ACTIONS(2076), - [anon_sym_json_DOTdecode] = ACTIONS(2076), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(2076), - [anon_sym_CARET] = ACTIONS(3315), - [anon_sym_AMP] = ACTIONS(3317), - [anon_sym_LT_DASH] = ACTIONS(2076), - [anon_sym_LT_LT] = ACTIONS(3317), - [anon_sym_GT_GT] = ACTIONS(3317), - [anon_sym_GT_GT_GT] = ACTIONS(3317), - [anon_sym_AMP_CARET] = ACTIONS(3317), - [anon_sym_AMP_AMP] = ACTIONS(2076), - [anon_sym_PIPE_PIPE] = ACTIONS(2076), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2076), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_nil] = ACTIONS(2076), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_DOLLARif] = ACTIONS(2076), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2076), - [anon_sym_in] = ACTIONS(2076), - [anon_sym_BANGin] = ACTIONS(2076), - [anon_sym_match] = ACTIONS(2076), - [anon_sym_select] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2076), - [anon_sym_rlock] = ACTIONS(2076), - [anon_sym_unsafe] = ACTIONS(2076), - [anon_sym_sql] = ACTIONS(2076), - [sym_int_literal] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2076), - [sym_rune_literal] = ACTIONS(2076), - [anon_sym_AT] = ACTIONS(2076), - [anon_sym_shared] = ACTIONS(2076), - [anon_sym_map_LBRACK] = ACTIONS(2076), - [anon_sym_chan] = ACTIONS(2076), - [anon_sym_thread] = ACTIONS(2076), - [anon_sym_atomic] = ACTIONS(2076), - [anon_sym_assert] = ACTIONS(2076), - [anon_sym_defer] = ACTIONS(2076), - [anon_sym_goto] = ACTIONS(2076), - [anon_sym_break] = ACTIONS(2076), - [anon_sym_continue] = ACTIONS(2076), - [anon_sym_return] = ACTIONS(2076), - [anon_sym_DOLLARfor] = ACTIONS(2076), - [anon_sym_for] = ACTIONS(2076), - [anon_sym_POUND] = ACTIONS(2076), - [anon_sym_asm] = ACTIONS(2076), - [anon_sym_AT_LBRACK] = ACTIONS(2076), - [sym___double_quote] = ACTIONS(2076), - [sym___single_quote] = ACTIONS(2076), - [sym___c_double_quote] = ACTIONS(2076), - [sym___c_single_quote] = ACTIONS(2076), - [sym___r_double_quote] = ACTIONS(2076), - [sym___r_single_quote] = ACTIONS(2076), - }, - [990] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(2074), - [sym_identifier] = ACTIONS(2076), - [anon_sym_LF] = ACTIONS(2076), - [anon_sym_CR] = ACTIONS(2076), - [anon_sym_CR_LF] = ACTIONS(2076), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2076), - [anon_sym_const] = ACTIONS(2076), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(2076), - [anon_sym_type] = ACTIONS(2076), - [anon_sym_PIPE] = ACTIONS(2076), - [anon_sym_fn] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(2076), - [anon_sym_DASH] = ACTIONS(2076), - [anon_sym_STAR] = ACTIONS(3317), - [anon_sym_SLASH] = ACTIONS(3317), - [anon_sym_PERCENT] = ACTIONS(3317), - [anon_sym_LT] = ACTIONS(2076), - [anon_sym_GT] = ACTIONS(2076), - [anon_sym_EQ_EQ] = ACTIONS(2076), - [anon_sym_BANG_EQ] = ACTIONS(2076), - [anon_sym_LT_EQ] = ACTIONS(2076), - [anon_sym_GT_EQ] = ACTIONS(2076), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_union] = ACTIONS(2076), - [anon_sym_pub] = ACTIONS(2076), - [anon_sym_mut] = ACTIONS(2076), - [anon_sym_enum] = ACTIONS(2076), - [anon_sym_interface] = ACTIONS(2076), - [anon_sym_PLUS_PLUS] = ACTIONS(2076), - [anon_sym_DASH_DASH] = ACTIONS(2076), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(2076), - [anon_sym_spawn] = ACTIONS(2076), - [anon_sym_json_DOTdecode] = ACTIONS(2076), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(2076), - [anon_sym_CARET] = ACTIONS(2076), - [anon_sym_AMP] = ACTIONS(3317), - [anon_sym_LT_DASH] = ACTIONS(2076), - [anon_sym_LT_LT] = ACTIONS(3317), - [anon_sym_GT_GT] = ACTIONS(3317), - [anon_sym_GT_GT_GT] = ACTIONS(3317), - [anon_sym_AMP_CARET] = ACTIONS(3317), - [anon_sym_AMP_AMP] = ACTIONS(2076), - [anon_sym_PIPE_PIPE] = ACTIONS(2076), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2076), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_nil] = ACTIONS(2076), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_DOLLARif] = ACTIONS(2076), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2076), - [anon_sym_in] = ACTIONS(2076), - [anon_sym_BANGin] = ACTIONS(2076), - [anon_sym_match] = ACTIONS(2076), - [anon_sym_select] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2076), - [anon_sym_rlock] = ACTIONS(2076), - [anon_sym_unsafe] = ACTIONS(2076), - [anon_sym_sql] = ACTIONS(2076), - [sym_int_literal] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2076), - [sym_rune_literal] = ACTIONS(2076), - [anon_sym_AT] = ACTIONS(2076), - [anon_sym_shared] = ACTIONS(2076), - [anon_sym_map_LBRACK] = ACTIONS(2076), - [anon_sym_chan] = ACTIONS(2076), - [anon_sym_thread] = ACTIONS(2076), - [anon_sym_atomic] = ACTIONS(2076), - [anon_sym_assert] = ACTIONS(2076), - [anon_sym_defer] = ACTIONS(2076), - [anon_sym_goto] = ACTIONS(2076), - [anon_sym_break] = ACTIONS(2076), - [anon_sym_continue] = ACTIONS(2076), - [anon_sym_return] = ACTIONS(2076), - [anon_sym_DOLLARfor] = ACTIONS(2076), - [anon_sym_for] = ACTIONS(2076), - [anon_sym_POUND] = ACTIONS(2076), - [anon_sym_asm] = ACTIONS(2076), - [anon_sym_AT_LBRACK] = ACTIONS(2076), - [sym___double_quote] = ACTIONS(2076), - [sym___single_quote] = ACTIONS(2076), - [sym___c_double_quote] = ACTIONS(2076), - [sym___c_single_quote] = ACTIONS(2076), - [sym___r_double_quote] = ACTIONS(2076), - [sym___r_single_quote] = ACTIONS(2076), - }, - [991] = { - [sym_type_parameters] = STATE(4389), - [sym_argument_list] = STATE(1051), - [sym_or_block] = STATE(1050), - [ts_builtin_sym_end] = ACTIONS(2110), - [sym_identifier] = ACTIONS(2112), - [anon_sym_LF] = ACTIONS(2112), - [anon_sym_CR] = ACTIONS(2112), - [anon_sym_CR_LF] = ACTIONS(2112), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3229), - [anon_sym_as] = ACTIONS(2112), - [anon_sym_LBRACE] = ACTIONS(2112), - [anon_sym_const] = ACTIONS(2112), - [anon_sym_LPAREN] = ACTIONS(3235), - [anon_sym___global] = ACTIONS(2112), - [anon_sym_type] = ACTIONS(2112), - [anon_sym_PIPE] = ACTIONS(3315), - [anon_sym_fn] = ACTIONS(2112), - [anon_sym_PLUS] = ACTIONS(3315), - [anon_sym_DASH] = ACTIONS(3315), - [anon_sym_STAR] = ACTIONS(3317), - [anon_sym_SLASH] = ACTIONS(3317), - [anon_sym_PERCENT] = ACTIONS(3317), - [anon_sym_LT] = ACTIONS(2112), - [anon_sym_GT] = ACTIONS(2112), - [anon_sym_EQ_EQ] = ACTIONS(2112), - [anon_sym_BANG_EQ] = ACTIONS(2112), - [anon_sym_LT_EQ] = ACTIONS(2112), - [anon_sym_GT_EQ] = ACTIONS(2112), - [anon_sym_LBRACK] = ACTIONS(3243), - [anon_sym_struct] = ACTIONS(2112), - [anon_sym_union] = ACTIONS(2112), - [anon_sym_pub] = ACTIONS(2112), - [anon_sym_mut] = ACTIONS(2112), - [anon_sym_enum] = ACTIONS(2112), - [anon_sym_interface] = ACTIONS(2112), - [anon_sym_PLUS_PLUS] = ACTIONS(2112), - [anon_sym_DASH_DASH] = ACTIONS(2112), - [anon_sym_QMARK] = ACTIONS(3249), - [anon_sym_BANG] = ACTIONS(3251), - [anon_sym_go] = ACTIONS(2112), - [anon_sym_spawn] = ACTIONS(2112), - [anon_sym_json_DOTdecode] = ACTIONS(2112), - [anon_sym_LBRACK2] = ACTIONS(3253), - [anon_sym_TILDE] = ACTIONS(2112), - [anon_sym_CARET] = ACTIONS(3315), - [anon_sym_AMP] = ACTIONS(3317), - [anon_sym_LT_DASH] = ACTIONS(2112), - [anon_sym_LT_LT] = ACTIONS(3317), - [anon_sym_GT_GT] = ACTIONS(3317), - [anon_sym_GT_GT_GT] = ACTIONS(3317), - [anon_sym_AMP_CARET] = ACTIONS(3317), - [anon_sym_AMP_AMP] = ACTIONS(2112), - [anon_sym_PIPE_PIPE] = ACTIONS(2112), - [anon_sym_or] = ACTIONS(2112), - [sym_none] = ACTIONS(2112), - [sym_true] = ACTIONS(2112), - [sym_false] = ACTIONS(2112), - [sym_nil] = ACTIONS(2112), - [anon_sym_QMARK_DOT] = ACTIONS(3229), - [anon_sym_POUND_LBRACK] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(2112), - [anon_sym_DOLLARif] = ACTIONS(2112), - [anon_sym_is] = ACTIONS(2112), - [anon_sym_BANGis] = ACTIONS(2112), - [anon_sym_in] = ACTIONS(2112), - [anon_sym_BANGin] = ACTIONS(2112), - [anon_sym_match] = ACTIONS(2112), - [anon_sym_select] = ACTIONS(2112), - [anon_sym_lock] = ACTIONS(2112), - [anon_sym_rlock] = ACTIONS(2112), - [anon_sym_unsafe] = ACTIONS(2112), - [anon_sym_sql] = ACTIONS(2112), - [sym_int_literal] = ACTIONS(2112), - [sym_float_literal] = ACTIONS(2112), - [sym_rune_literal] = ACTIONS(2112), - [anon_sym_AT] = ACTIONS(2112), - [anon_sym_shared] = ACTIONS(2112), - [anon_sym_map_LBRACK] = ACTIONS(2112), - [anon_sym_chan] = ACTIONS(2112), - [anon_sym_thread] = ACTIONS(2112), - [anon_sym_atomic] = ACTIONS(2112), - [anon_sym_assert] = ACTIONS(2112), - [anon_sym_defer] = ACTIONS(2112), - [anon_sym_goto] = ACTIONS(2112), - [anon_sym_break] = ACTIONS(2112), - [anon_sym_continue] = ACTIONS(2112), - [anon_sym_return] = ACTIONS(2112), - [anon_sym_DOLLARfor] = ACTIONS(2112), - [anon_sym_for] = ACTIONS(2112), - [anon_sym_POUND] = ACTIONS(2112), - [anon_sym_asm] = ACTIONS(2112), - [anon_sym_AT_LBRACK] = ACTIONS(2112), - [sym___double_quote] = ACTIONS(2112), - [sym___single_quote] = ACTIONS(2112), - [sym___c_double_quote] = ACTIONS(2112), - [sym___c_single_quote] = ACTIONS(2112), - [sym___r_double_quote] = ACTIONS(2112), - [sym___r_single_quote] = ACTIONS(2112), - }, - [992] = { - [ts_builtin_sym_end] = ACTIONS(2698), - [sym_identifier] = ACTIONS(2700), - [anon_sym_LF] = ACTIONS(2700), - [anon_sym_CR] = ACTIONS(2700), - [anon_sym_CR_LF] = ACTIONS(2700), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2700), - [anon_sym_as] = ACTIONS(2700), - [anon_sym_LBRACE] = ACTIONS(2700), - [anon_sym_COMMA] = ACTIONS(2700), - [anon_sym_const] = ACTIONS(2700), - [anon_sym_LPAREN] = ACTIONS(2700), - [anon_sym___global] = ACTIONS(2700), - [anon_sym_type] = ACTIONS(2700), - [anon_sym_PIPE] = ACTIONS(2700), - [anon_sym_fn] = ACTIONS(2700), - [anon_sym_PLUS] = ACTIONS(2700), - [anon_sym_DASH] = ACTIONS(2700), - [anon_sym_STAR] = ACTIONS(2700), - [anon_sym_SLASH] = ACTIONS(2700), - [anon_sym_PERCENT] = ACTIONS(2700), - [anon_sym_LT] = ACTIONS(2700), - [anon_sym_GT] = ACTIONS(2700), - [anon_sym_EQ_EQ] = ACTIONS(2700), - [anon_sym_BANG_EQ] = ACTIONS(2700), - [anon_sym_LT_EQ] = ACTIONS(2700), - [anon_sym_GT_EQ] = ACTIONS(2700), - [anon_sym_LBRACK] = ACTIONS(2698), - [anon_sym_struct] = ACTIONS(2700), - [anon_sym_union] = ACTIONS(2700), - [anon_sym_pub] = ACTIONS(2700), - [anon_sym_mut] = ACTIONS(2700), - [anon_sym_enum] = ACTIONS(2700), - [anon_sym_interface] = ACTIONS(2700), - [anon_sym_PLUS_PLUS] = ACTIONS(2700), - [anon_sym_DASH_DASH] = ACTIONS(2700), - [anon_sym_QMARK] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_go] = ACTIONS(2700), - [anon_sym_spawn] = ACTIONS(2700), - [anon_sym_json_DOTdecode] = ACTIONS(2700), - [anon_sym_LBRACK2] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2700), - [anon_sym_CARET] = ACTIONS(2700), - [anon_sym_AMP] = ACTIONS(2700), - [anon_sym_LT_DASH] = ACTIONS(2700), - [anon_sym_LT_LT] = ACTIONS(2700), - [anon_sym_GT_GT] = ACTIONS(2700), - [anon_sym_GT_GT_GT] = ACTIONS(2700), - [anon_sym_AMP_CARET] = ACTIONS(2700), - [anon_sym_AMP_AMP] = ACTIONS(2700), - [anon_sym_PIPE_PIPE] = ACTIONS(2700), - [anon_sym_or] = ACTIONS(2700), - [sym_none] = ACTIONS(2700), - [sym_true] = ACTIONS(2700), - [sym_false] = ACTIONS(2700), - [sym_nil] = ACTIONS(2700), - [anon_sym_QMARK_DOT] = ACTIONS(2700), - [anon_sym_POUND_LBRACK] = ACTIONS(2700), - [anon_sym_if] = ACTIONS(2700), - [anon_sym_DOLLARif] = ACTIONS(2700), - [anon_sym_DOLLARelse] = ACTIONS(2700), - [anon_sym_is] = ACTIONS(2700), - [anon_sym_BANGis] = ACTIONS(2700), - [anon_sym_in] = ACTIONS(2700), - [anon_sym_BANGin] = ACTIONS(2700), - [anon_sym_match] = ACTIONS(2700), - [anon_sym_select] = ACTIONS(2700), - [anon_sym_lock] = ACTIONS(2700), - [anon_sym_rlock] = ACTIONS(2700), - [anon_sym_unsafe] = ACTIONS(2700), - [anon_sym_sql] = ACTIONS(2700), - [sym_int_literal] = ACTIONS(2700), - [sym_float_literal] = ACTIONS(2700), - [sym_rune_literal] = ACTIONS(2700), - [anon_sym_AT] = ACTIONS(2700), - [anon_sym_shared] = ACTIONS(2700), - [anon_sym_map_LBRACK] = ACTIONS(2700), - [anon_sym_chan] = ACTIONS(2700), - [anon_sym_thread] = ACTIONS(2700), - [anon_sym_atomic] = ACTIONS(2700), - [anon_sym_assert] = ACTIONS(2700), - [anon_sym_defer] = ACTIONS(2700), - [anon_sym_goto] = ACTIONS(2700), - [anon_sym_break] = ACTIONS(2700), - [anon_sym_continue] = ACTIONS(2700), - [anon_sym_return] = ACTIONS(2700), - [anon_sym_DOLLARfor] = ACTIONS(2700), - [anon_sym_for] = ACTIONS(2700), - [anon_sym_POUND] = ACTIONS(2700), - [anon_sym_asm] = ACTIONS(2700), - [anon_sym_AT_LBRACK] = ACTIONS(2700), - [sym___double_quote] = ACTIONS(2700), - [sym___single_quote] = ACTIONS(2700), - [sym___c_double_quote] = ACTIONS(2700), - [sym___c_single_quote] = ACTIONS(2700), - [sym___r_double_quote] = ACTIONS(2700), - [sym___r_single_quote] = ACTIONS(2700), - }, - [993] = { - [ts_builtin_sym_end] = ACTIONS(2738), - [sym_identifier] = ACTIONS(2740), - [anon_sym_LF] = ACTIONS(2740), - [anon_sym_CR] = ACTIONS(2740), - [anon_sym_CR_LF] = ACTIONS(2740), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2740), - [anon_sym_as] = ACTIONS(2740), - [anon_sym_LBRACE] = ACTIONS(2740), - [anon_sym_COMMA] = ACTIONS(2740), - [anon_sym_const] = ACTIONS(2740), - [anon_sym_LPAREN] = ACTIONS(2740), - [anon_sym___global] = ACTIONS(2740), - [anon_sym_type] = ACTIONS(2740), - [anon_sym_PIPE] = ACTIONS(2740), - [anon_sym_fn] = ACTIONS(2740), - [anon_sym_PLUS] = ACTIONS(2740), - [anon_sym_DASH] = ACTIONS(2740), - [anon_sym_STAR] = ACTIONS(2740), - [anon_sym_SLASH] = ACTIONS(2740), - [anon_sym_PERCENT] = ACTIONS(2740), - [anon_sym_LT] = ACTIONS(2740), - [anon_sym_GT] = ACTIONS(2740), - [anon_sym_EQ_EQ] = ACTIONS(2740), - [anon_sym_BANG_EQ] = ACTIONS(2740), - [anon_sym_LT_EQ] = ACTIONS(2740), - [anon_sym_GT_EQ] = ACTIONS(2740), - [anon_sym_LBRACK] = ACTIONS(2738), - [anon_sym_struct] = ACTIONS(2740), - [anon_sym_union] = ACTIONS(2740), - [anon_sym_pub] = ACTIONS(2740), - [anon_sym_mut] = ACTIONS(2740), - [anon_sym_enum] = ACTIONS(2740), - [anon_sym_interface] = ACTIONS(2740), - [anon_sym_PLUS_PLUS] = ACTIONS(2740), - [anon_sym_DASH_DASH] = ACTIONS(2740), - [anon_sym_QMARK] = ACTIONS(2740), - [anon_sym_BANG] = ACTIONS(2740), - [anon_sym_go] = ACTIONS(2740), - [anon_sym_spawn] = ACTIONS(2740), - [anon_sym_json_DOTdecode] = ACTIONS(2740), - [anon_sym_LBRACK2] = ACTIONS(2740), - [anon_sym_TILDE] = ACTIONS(2740), - [anon_sym_CARET] = ACTIONS(2740), - [anon_sym_AMP] = ACTIONS(2740), - [anon_sym_LT_DASH] = ACTIONS(2740), - [anon_sym_LT_LT] = ACTIONS(2740), - [anon_sym_GT_GT] = ACTIONS(2740), - [anon_sym_GT_GT_GT] = ACTIONS(2740), - [anon_sym_AMP_CARET] = ACTIONS(2740), - [anon_sym_AMP_AMP] = ACTIONS(2740), - [anon_sym_PIPE_PIPE] = ACTIONS(2740), - [anon_sym_or] = ACTIONS(2740), - [sym_none] = ACTIONS(2740), - [sym_true] = ACTIONS(2740), - [sym_false] = ACTIONS(2740), - [sym_nil] = ACTIONS(2740), - [anon_sym_QMARK_DOT] = ACTIONS(2740), - [anon_sym_POUND_LBRACK] = ACTIONS(2740), - [anon_sym_if] = ACTIONS(2740), - [anon_sym_DOLLARif] = ACTIONS(2740), - [anon_sym_DOLLARelse] = ACTIONS(3343), - [anon_sym_is] = ACTIONS(2740), - [anon_sym_BANGis] = ACTIONS(2740), - [anon_sym_in] = ACTIONS(2740), - [anon_sym_BANGin] = ACTIONS(2740), - [anon_sym_match] = ACTIONS(2740), - [anon_sym_select] = ACTIONS(2740), - [anon_sym_lock] = ACTIONS(2740), - [anon_sym_rlock] = ACTIONS(2740), - [anon_sym_unsafe] = ACTIONS(2740), - [anon_sym_sql] = ACTIONS(2740), - [sym_int_literal] = ACTIONS(2740), - [sym_float_literal] = ACTIONS(2740), - [sym_rune_literal] = ACTIONS(2740), - [anon_sym_AT] = ACTIONS(2740), - [anon_sym_shared] = ACTIONS(2740), - [anon_sym_map_LBRACK] = ACTIONS(2740), - [anon_sym_chan] = ACTIONS(2740), - [anon_sym_thread] = ACTIONS(2740), - [anon_sym_atomic] = ACTIONS(2740), - [anon_sym_assert] = ACTIONS(2740), - [anon_sym_defer] = ACTIONS(2740), - [anon_sym_goto] = ACTIONS(2740), - [anon_sym_break] = ACTIONS(2740), - [anon_sym_continue] = ACTIONS(2740), - [anon_sym_return] = ACTIONS(2740), - [anon_sym_DOLLARfor] = ACTIONS(2740), - [anon_sym_for] = ACTIONS(2740), - [anon_sym_POUND] = ACTIONS(2740), - [anon_sym_asm] = ACTIONS(2740), - [anon_sym_AT_LBRACK] = ACTIONS(2740), - [sym___double_quote] = ACTIONS(2740), - [sym___single_quote] = ACTIONS(2740), - [sym___c_double_quote] = ACTIONS(2740), - [sym___c_single_quote] = ACTIONS(2740), - [sym___r_double_quote] = ACTIONS(2740), - [sym___r_single_quote] = ACTIONS(2740), - }, - [994] = { - [sym_type_parameters] = STATE(1077), - [ts_builtin_sym_end] = ACTIONS(2702), - [sym_identifier] = ACTIONS(2704), - [anon_sym_LF] = ACTIONS(2704), - [anon_sym_CR] = ACTIONS(2704), - [anon_sym_CR_LF] = ACTIONS(2704), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2704), - [anon_sym_as] = ACTIONS(2704), - [anon_sym_LBRACE] = ACTIONS(2704), - [anon_sym_COMMA] = ACTIONS(2704), - [anon_sym_const] = ACTIONS(2704), - [anon_sym_LPAREN] = ACTIONS(2704), - [anon_sym___global] = ACTIONS(2704), - [anon_sym_type] = ACTIONS(2704), - [anon_sym_PIPE] = ACTIONS(2704), - [anon_sym_fn] = ACTIONS(2704), - [anon_sym_PLUS] = ACTIONS(2704), - [anon_sym_DASH] = ACTIONS(2704), - [anon_sym_STAR] = ACTIONS(2704), - [anon_sym_SLASH] = ACTIONS(2704), - [anon_sym_PERCENT] = ACTIONS(2704), - [anon_sym_LT] = ACTIONS(2704), - [anon_sym_GT] = ACTIONS(2704), - [anon_sym_EQ_EQ] = ACTIONS(2704), - [anon_sym_BANG_EQ] = ACTIONS(2704), - [anon_sym_LT_EQ] = ACTIONS(2704), - [anon_sym_GT_EQ] = ACTIONS(2704), - [anon_sym_LBRACK] = ACTIONS(2702), - [anon_sym_struct] = ACTIONS(2704), - [anon_sym_union] = ACTIONS(2704), - [anon_sym_pub] = ACTIONS(2704), - [anon_sym_mut] = ACTIONS(2704), - [anon_sym_enum] = ACTIONS(2704), - [anon_sym_interface] = ACTIONS(2704), - [anon_sym_PLUS_PLUS] = ACTIONS(2704), - [anon_sym_DASH_DASH] = ACTIONS(2704), - [anon_sym_QMARK] = ACTIONS(2704), - [anon_sym_BANG] = ACTIONS(2704), - [anon_sym_go] = ACTIONS(2704), - [anon_sym_spawn] = ACTIONS(2704), - [anon_sym_json_DOTdecode] = ACTIONS(2704), - [anon_sym_LBRACK2] = ACTIONS(2704), - [anon_sym_TILDE] = ACTIONS(2704), - [anon_sym_CARET] = ACTIONS(2704), - [anon_sym_AMP] = ACTIONS(2704), - [anon_sym_LT_DASH] = ACTIONS(2704), - [anon_sym_LT_LT] = ACTIONS(2704), - [anon_sym_GT_GT] = ACTIONS(2704), - [anon_sym_GT_GT_GT] = ACTIONS(2704), - [anon_sym_AMP_CARET] = ACTIONS(2704), - [anon_sym_AMP_AMP] = ACTIONS(2704), - [anon_sym_PIPE_PIPE] = ACTIONS(2704), - [anon_sym_or] = ACTIONS(2704), - [sym_none] = ACTIONS(2704), - [sym_true] = ACTIONS(2704), - [sym_false] = ACTIONS(2704), - [sym_nil] = ACTIONS(2704), - [anon_sym_QMARK_DOT] = ACTIONS(2704), - [anon_sym_POUND_LBRACK] = ACTIONS(2704), - [anon_sym_if] = ACTIONS(2704), - [anon_sym_DOLLARif] = ACTIONS(2704), - [anon_sym_is] = ACTIONS(2704), - [anon_sym_BANGis] = ACTIONS(2704), - [anon_sym_in] = ACTIONS(2704), - [anon_sym_BANGin] = ACTIONS(2704), - [anon_sym_match] = ACTIONS(2704), - [anon_sym_select] = ACTIONS(2704), - [anon_sym_lock] = ACTIONS(2704), - [anon_sym_rlock] = ACTIONS(2704), - [anon_sym_unsafe] = ACTIONS(2704), - [anon_sym_sql] = ACTIONS(2704), - [sym_int_literal] = ACTIONS(2704), - [sym_float_literal] = ACTIONS(2704), - [sym_rune_literal] = ACTIONS(2704), - [anon_sym_AT] = ACTIONS(2704), - [anon_sym_shared] = ACTIONS(2704), - [anon_sym_map_LBRACK] = ACTIONS(2704), - [anon_sym_chan] = ACTIONS(2704), - [anon_sym_thread] = ACTIONS(2704), - [anon_sym_atomic] = ACTIONS(2704), - [anon_sym_assert] = ACTIONS(2704), - [anon_sym_defer] = ACTIONS(2704), - [anon_sym_goto] = ACTIONS(2704), - [anon_sym_break] = ACTIONS(2704), - [anon_sym_continue] = ACTIONS(2704), - [anon_sym_return] = ACTIONS(2704), - [anon_sym_DOLLARfor] = ACTIONS(2704), - [anon_sym_for] = ACTIONS(2704), - [anon_sym_POUND] = ACTIONS(2704), - [anon_sym_asm] = ACTIONS(2704), - [anon_sym_AT_LBRACK] = ACTIONS(2704), - [sym___double_quote] = ACTIONS(2704), - [sym___single_quote] = ACTIONS(2704), - [sym___c_double_quote] = ACTIONS(2704), - [sym___c_single_quote] = ACTIONS(2704), - [sym___r_double_quote] = ACTIONS(2704), - [sym___r_single_quote] = ACTIONS(2704), - }, - [995] = { - [ts_builtin_sym_end] = ACTIONS(2698), - [sym_identifier] = ACTIONS(2700), - [anon_sym_LF] = ACTIONS(2700), - [anon_sym_CR] = ACTIONS(2700), - [anon_sym_CR_LF] = ACTIONS(2700), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2700), - [anon_sym_as] = ACTIONS(2700), - [anon_sym_LBRACE] = ACTIONS(2700), - [anon_sym_COMMA] = ACTIONS(2700), - [anon_sym_const] = ACTIONS(2700), - [anon_sym_LPAREN] = ACTIONS(2700), - [anon_sym___global] = ACTIONS(2700), - [anon_sym_type] = ACTIONS(2700), - [anon_sym_PIPE] = ACTIONS(2700), - [anon_sym_fn] = ACTIONS(2700), - [anon_sym_PLUS] = ACTIONS(2700), - [anon_sym_DASH] = ACTIONS(2700), - [anon_sym_STAR] = ACTIONS(2700), - [anon_sym_SLASH] = ACTIONS(2700), - [anon_sym_PERCENT] = ACTIONS(2700), - [anon_sym_LT] = ACTIONS(2700), - [anon_sym_GT] = ACTIONS(2700), - [anon_sym_EQ_EQ] = ACTIONS(2700), - [anon_sym_BANG_EQ] = ACTIONS(2700), - [anon_sym_LT_EQ] = ACTIONS(2700), - [anon_sym_GT_EQ] = ACTIONS(2700), - [anon_sym_LBRACK] = ACTIONS(2698), - [anon_sym_struct] = ACTIONS(2700), - [anon_sym_union] = ACTIONS(2700), - [anon_sym_pub] = ACTIONS(2700), - [anon_sym_mut] = ACTIONS(2700), - [anon_sym_enum] = ACTIONS(2700), - [anon_sym_interface] = ACTIONS(2700), - [anon_sym_PLUS_PLUS] = ACTIONS(2700), - [anon_sym_DASH_DASH] = ACTIONS(2700), - [anon_sym_QMARK] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_go] = ACTIONS(2700), - [anon_sym_spawn] = ACTIONS(2700), - [anon_sym_json_DOTdecode] = ACTIONS(2700), - [anon_sym_LBRACK2] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2700), - [anon_sym_CARET] = ACTIONS(2700), - [anon_sym_AMP] = ACTIONS(2700), - [anon_sym_LT_DASH] = ACTIONS(2700), - [anon_sym_LT_LT] = ACTIONS(2700), - [anon_sym_GT_GT] = ACTIONS(2700), - [anon_sym_GT_GT_GT] = ACTIONS(2700), - [anon_sym_AMP_CARET] = ACTIONS(2700), - [anon_sym_AMP_AMP] = ACTIONS(2700), - [anon_sym_PIPE_PIPE] = ACTIONS(2700), - [anon_sym_or] = ACTIONS(2700), - [sym_none] = ACTIONS(2700), - [sym_true] = ACTIONS(2700), - [sym_false] = ACTIONS(2700), - [sym_nil] = ACTIONS(2700), - [anon_sym_QMARK_DOT] = ACTIONS(2700), - [anon_sym_POUND_LBRACK] = ACTIONS(2700), - [anon_sym_if] = ACTIONS(2700), - [anon_sym_else] = ACTIONS(2700), - [anon_sym_DOLLARif] = ACTIONS(2700), - [anon_sym_is] = ACTIONS(2700), - [anon_sym_BANGis] = ACTIONS(2700), - [anon_sym_in] = ACTIONS(2700), - [anon_sym_BANGin] = ACTIONS(2700), - [anon_sym_match] = ACTIONS(2700), - [anon_sym_select] = ACTIONS(2700), - [anon_sym_lock] = ACTIONS(2700), - [anon_sym_rlock] = ACTIONS(2700), - [anon_sym_unsafe] = ACTIONS(2700), - [anon_sym_sql] = ACTIONS(2700), - [sym_int_literal] = ACTIONS(2700), - [sym_float_literal] = ACTIONS(2700), - [sym_rune_literal] = ACTIONS(2700), - [anon_sym_AT] = ACTIONS(2700), - [anon_sym_shared] = ACTIONS(2700), - [anon_sym_map_LBRACK] = ACTIONS(2700), - [anon_sym_chan] = ACTIONS(2700), - [anon_sym_thread] = ACTIONS(2700), - [anon_sym_atomic] = ACTIONS(2700), - [anon_sym_assert] = ACTIONS(2700), - [anon_sym_defer] = ACTIONS(2700), - [anon_sym_goto] = ACTIONS(2700), - [anon_sym_break] = ACTIONS(2700), - [anon_sym_continue] = ACTIONS(2700), - [anon_sym_return] = ACTIONS(2700), - [anon_sym_DOLLARfor] = ACTIONS(2700), - [anon_sym_for] = ACTIONS(2700), - [anon_sym_POUND] = ACTIONS(2700), - [anon_sym_asm] = ACTIONS(2700), - [anon_sym_AT_LBRACK] = ACTIONS(2700), - [sym___double_quote] = ACTIONS(2700), - [sym___single_quote] = ACTIONS(2700), - [sym___c_double_quote] = ACTIONS(2700), - [sym___c_single_quote] = ACTIONS(2700), - [sym___r_double_quote] = ACTIONS(2700), - [sym___r_single_quote] = ACTIONS(2700), - }, - [996] = { - [ts_builtin_sym_end] = ACTIONS(2728), - [sym_identifier] = ACTIONS(2730), - [anon_sym_LF] = ACTIONS(2730), - [anon_sym_CR] = ACTIONS(2730), - [anon_sym_CR_LF] = ACTIONS(2730), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2730), - [anon_sym_as] = ACTIONS(2730), - [anon_sym_LBRACE] = ACTIONS(2730), - [anon_sym_COMMA] = ACTIONS(2730), - [anon_sym_const] = ACTIONS(2730), - [anon_sym_LPAREN] = ACTIONS(2730), - [anon_sym___global] = ACTIONS(2730), - [anon_sym_type] = ACTIONS(2730), - [anon_sym_PIPE] = ACTIONS(2730), - [anon_sym_fn] = ACTIONS(2730), - [anon_sym_PLUS] = ACTIONS(2730), - [anon_sym_DASH] = ACTIONS(2730), - [anon_sym_STAR] = ACTIONS(2730), - [anon_sym_SLASH] = ACTIONS(2730), - [anon_sym_PERCENT] = ACTIONS(2730), - [anon_sym_LT] = ACTIONS(2730), - [anon_sym_GT] = ACTIONS(2730), - [anon_sym_EQ_EQ] = ACTIONS(2730), - [anon_sym_BANG_EQ] = ACTIONS(2730), - [anon_sym_LT_EQ] = ACTIONS(2730), - [anon_sym_GT_EQ] = ACTIONS(2730), - [anon_sym_LBRACK] = ACTIONS(2728), - [anon_sym_struct] = ACTIONS(2730), - [anon_sym_union] = ACTIONS(2730), - [anon_sym_pub] = ACTIONS(2730), - [anon_sym_mut] = ACTIONS(2730), - [anon_sym_enum] = ACTIONS(2730), - [anon_sym_interface] = ACTIONS(2730), - [anon_sym_PLUS_PLUS] = ACTIONS(2730), - [anon_sym_DASH_DASH] = ACTIONS(2730), - [anon_sym_QMARK] = ACTIONS(2730), - [anon_sym_BANG] = ACTIONS(2730), - [anon_sym_go] = ACTIONS(2730), - [anon_sym_spawn] = ACTIONS(2730), - [anon_sym_json_DOTdecode] = ACTIONS(2730), - [anon_sym_LBRACK2] = ACTIONS(2730), - [anon_sym_TILDE] = ACTIONS(2730), - [anon_sym_CARET] = ACTIONS(2730), - [anon_sym_AMP] = ACTIONS(2730), - [anon_sym_LT_DASH] = ACTIONS(2730), - [anon_sym_LT_LT] = ACTIONS(2730), - [anon_sym_GT_GT] = ACTIONS(2730), - [anon_sym_GT_GT_GT] = ACTIONS(2730), - [anon_sym_AMP_CARET] = ACTIONS(2730), - [anon_sym_AMP_AMP] = ACTIONS(2730), - [anon_sym_PIPE_PIPE] = ACTIONS(2730), - [anon_sym_or] = ACTIONS(2730), - [sym_none] = ACTIONS(2730), - [sym_true] = ACTIONS(2730), - [sym_false] = ACTIONS(2730), - [sym_nil] = ACTIONS(2730), - [anon_sym_QMARK_DOT] = ACTIONS(2730), - [anon_sym_POUND_LBRACK] = ACTIONS(2730), - [anon_sym_if] = ACTIONS(2730), - [anon_sym_else] = ACTIONS(2730), - [anon_sym_DOLLARif] = ACTIONS(2730), - [anon_sym_is] = ACTIONS(2730), - [anon_sym_BANGis] = ACTIONS(2730), - [anon_sym_in] = ACTIONS(2730), - [anon_sym_BANGin] = ACTIONS(2730), - [anon_sym_match] = ACTIONS(2730), - [anon_sym_select] = ACTIONS(2730), - [anon_sym_lock] = ACTIONS(2730), - [anon_sym_rlock] = ACTIONS(2730), - [anon_sym_unsafe] = ACTIONS(2730), - [anon_sym_sql] = ACTIONS(2730), - [sym_int_literal] = ACTIONS(2730), - [sym_float_literal] = ACTIONS(2730), - [sym_rune_literal] = ACTIONS(2730), - [anon_sym_AT] = ACTIONS(2730), - [anon_sym_shared] = ACTIONS(2730), - [anon_sym_map_LBRACK] = ACTIONS(2730), - [anon_sym_chan] = ACTIONS(2730), - [anon_sym_thread] = ACTIONS(2730), - [anon_sym_atomic] = ACTIONS(2730), - [anon_sym_assert] = ACTIONS(2730), - [anon_sym_defer] = ACTIONS(2730), - [anon_sym_goto] = ACTIONS(2730), - [anon_sym_break] = ACTIONS(2730), - [anon_sym_continue] = ACTIONS(2730), - [anon_sym_return] = ACTIONS(2730), - [anon_sym_DOLLARfor] = ACTIONS(2730), - [anon_sym_for] = ACTIONS(2730), - [anon_sym_POUND] = ACTIONS(2730), - [anon_sym_asm] = ACTIONS(2730), - [anon_sym_AT_LBRACK] = ACTIONS(2730), - [sym___double_quote] = ACTIONS(2730), - [sym___single_quote] = ACTIONS(2730), - [sym___c_double_quote] = ACTIONS(2730), - [sym___c_single_quote] = ACTIONS(2730), - [sym___r_double_quote] = ACTIONS(2730), - [sym___r_single_quote] = ACTIONS(2730), - }, - [997] = { - [ts_builtin_sym_end] = ACTIONS(2732), - [sym_identifier] = ACTIONS(2734), - [anon_sym_LF] = ACTIONS(2734), - [anon_sym_CR] = ACTIONS(2734), - [anon_sym_CR_LF] = ACTIONS(2734), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2734), - [anon_sym_as] = ACTIONS(2734), - [anon_sym_LBRACE] = ACTIONS(2734), - [anon_sym_COMMA] = ACTIONS(2734), - [anon_sym_const] = ACTIONS(2734), - [anon_sym_LPAREN] = ACTIONS(2734), - [anon_sym___global] = ACTIONS(2734), - [anon_sym_type] = ACTIONS(2734), - [anon_sym_PIPE] = ACTIONS(2734), - [anon_sym_fn] = ACTIONS(2734), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_STAR] = ACTIONS(2734), - [anon_sym_SLASH] = ACTIONS(2734), - [anon_sym_PERCENT] = ACTIONS(2734), - [anon_sym_LT] = ACTIONS(2734), - [anon_sym_GT] = ACTIONS(2734), - [anon_sym_EQ_EQ] = ACTIONS(2734), - [anon_sym_BANG_EQ] = ACTIONS(2734), - [anon_sym_LT_EQ] = ACTIONS(2734), - [anon_sym_GT_EQ] = ACTIONS(2734), - [anon_sym_LBRACK] = ACTIONS(2732), - [anon_sym_struct] = ACTIONS(2734), - [anon_sym_union] = ACTIONS(2734), - [anon_sym_pub] = ACTIONS(2734), - [anon_sym_mut] = ACTIONS(2734), - [anon_sym_enum] = ACTIONS(2734), - [anon_sym_interface] = ACTIONS(2734), - [anon_sym_PLUS_PLUS] = ACTIONS(2734), - [anon_sym_DASH_DASH] = ACTIONS(2734), - [anon_sym_QMARK] = ACTIONS(2734), - [anon_sym_BANG] = ACTIONS(2734), - [anon_sym_go] = ACTIONS(2734), - [anon_sym_spawn] = ACTIONS(2734), - [anon_sym_json_DOTdecode] = ACTIONS(2734), - [anon_sym_LBRACK2] = ACTIONS(2734), - [anon_sym_TILDE] = ACTIONS(2734), - [anon_sym_CARET] = ACTIONS(2734), - [anon_sym_AMP] = ACTIONS(2734), - [anon_sym_LT_DASH] = ACTIONS(2734), - [anon_sym_LT_LT] = ACTIONS(2734), - [anon_sym_GT_GT] = ACTIONS(2734), - [anon_sym_GT_GT_GT] = ACTIONS(2734), - [anon_sym_AMP_CARET] = ACTIONS(2734), - [anon_sym_AMP_AMP] = ACTIONS(2734), - [anon_sym_PIPE_PIPE] = ACTIONS(2734), - [anon_sym_or] = ACTIONS(2734), - [sym_none] = ACTIONS(2734), - [sym_true] = ACTIONS(2734), - [sym_false] = ACTIONS(2734), - [sym_nil] = ACTIONS(2734), - [anon_sym_QMARK_DOT] = ACTIONS(2734), - [anon_sym_POUND_LBRACK] = ACTIONS(2734), - [anon_sym_if] = ACTIONS(2734), - [anon_sym_DOLLARif] = ACTIONS(2734), - [anon_sym_DOLLARelse] = ACTIONS(3345), - [anon_sym_is] = ACTIONS(2734), - [anon_sym_BANGis] = ACTIONS(2734), - [anon_sym_in] = ACTIONS(2734), - [anon_sym_BANGin] = ACTIONS(2734), - [anon_sym_match] = ACTIONS(2734), - [anon_sym_select] = ACTIONS(2734), - [anon_sym_lock] = ACTIONS(2734), - [anon_sym_rlock] = ACTIONS(2734), - [anon_sym_unsafe] = ACTIONS(2734), - [anon_sym_sql] = ACTIONS(2734), - [sym_int_literal] = ACTIONS(2734), - [sym_float_literal] = ACTIONS(2734), - [sym_rune_literal] = ACTIONS(2734), - [anon_sym_AT] = ACTIONS(2734), - [anon_sym_shared] = ACTIONS(2734), - [anon_sym_map_LBRACK] = ACTIONS(2734), - [anon_sym_chan] = ACTIONS(2734), - [anon_sym_thread] = ACTIONS(2734), - [anon_sym_atomic] = ACTIONS(2734), - [anon_sym_assert] = ACTIONS(2734), - [anon_sym_defer] = ACTIONS(2734), - [anon_sym_goto] = ACTIONS(2734), - [anon_sym_break] = ACTIONS(2734), - [anon_sym_continue] = ACTIONS(2734), - [anon_sym_return] = ACTIONS(2734), - [anon_sym_DOLLARfor] = ACTIONS(2734), - [anon_sym_for] = ACTIONS(2734), - [anon_sym_POUND] = ACTIONS(2734), - [anon_sym_asm] = ACTIONS(2734), - [anon_sym_AT_LBRACK] = ACTIONS(2734), - [sym___double_quote] = ACTIONS(2734), - [sym___single_quote] = ACTIONS(2734), - [sym___c_double_quote] = ACTIONS(2734), - [sym___c_single_quote] = ACTIONS(2734), - [sym___r_double_quote] = ACTIONS(2734), - [sym___r_single_quote] = ACTIONS(2734), - }, - [998] = { - [ts_builtin_sym_end] = ACTIONS(2728), - [sym_identifier] = ACTIONS(2730), - [anon_sym_LF] = ACTIONS(2730), - [anon_sym_CR] = ACTIONS(2730), - [anon_sym_CR_LF] = ACTIONS(2730), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2730), - [anon_sym_as] = ACTIONS(2730), - [anon_sym_LBRACE] = ACTIONS(2730), - [anon_sym_COMMA] = ACTIONS(2730), - [anon_sym_const] = ACTIONS(2730), - [anon_sym_LPAREN] = ACTIONS(2730), - [anon_sym___global] = ACTIONS(2730), - [anon_sym_type] = ACTIONS(2730), - [anon_sym_PIPE] = ACTIONS(2730), - [anon_sym_fn] = ACTIONS(2730), - [anon_sym_PLUS] = ACTIONS(2730), - [anon_sym_DASH] = ACTIONS(2730), - [anon_sym_STAR] = ACTIONS(2730), - [anon_sym_SLASH] = ACTIONS(2730), - [anon_sym_PERCENT] = ACTIONS(2730), - [anon_sym_LT] = ACTIONS(2730), - [anon_sym_GT] = ACTIONS(2730), - [anon_sym_EQ_EQ] = ACTIONS(2730), - [anon_sym_BANG_EQ] = ACTIONS(2730), - [anon_sym_LT_EQ] = ACTIONS(2730), - [anon_sym_GT_EQ] = ACTIONS(2730), - [anon_sym_LBRACK] = ACTIONS(2728), - [anon_sym_struct] = ACTIONS(2730), - [anon_sym_union] = ACTIONS(2730), - [anon_sym_pub] = ACTIONS(2730), - [anon_sym_mut] = ACTIONS(2730), - [anon_sym_enum] = ACTIONS(2730), - [anon_sym_interface] = ACTIONS(2730), - [anon_sym_PLUS_PLUS] = ACTIONS(2730), - [anon_sym_DASH_DASH] = ACTIONS(2730), - [anon_sym_QMARK] = ACTIONS(2730), - [anon_sym_BANG] = ACTIONS(2730), - [anon_sym_go] = ACTIONS(2730), - [anon_sym_spawn] = ACTIONS(2730), - [anon_sym_json_DOTdecode] = ACTIONS(2730), - [anon_sym_LBRACK2] = ACTIONS(2730), - [anon_sym_TILDE] = ACTIONS(2730), - [anon_sym_CARET] = ACTIONS(2730), - [anon_sym_AMP] = ACTIONS(2730), - [anon_sym_LT_DASH] = ACTIONS(2730), - [anon_sym_LT_LT] = ACTIONS(2730), - [anon_sym_GT_GT] = ACTIONS(2730), - [anon_sym_GT_GT_GT] = ACTIONS(2730), - [anon_sym_AMP_CARET] = ACTIONS(2730), - [anon_sym_AMP_AMP] = ACTIONS(2730), - [anon_sym_PIPE_PIPE] = ACTIONS(2730), - [anon_sym_or] = ACTIONS(2730), - [sym_none] = ACTIONS(2730), - [sym_true] = ACTIONS(2730), - [sym_false] = ACTIONS(2730), - [sym_nil] = ACTIONS(2730), - [anon_sym_QMARK_DOT] = ACTIONS(2730), - [anon_sym_POUND_LBRACK] = ACTIONS(2730), - [anon_sym_if] = ACTIONS(2730), - [anon_sym_DOLLARif] = ACTIONS(2730), - [anon_sym_DOLLARelse] = ACTIONS(2730), - [anon_sym_is] = ACTIONS(2730), - [anon_sym_BANGis] = ACTIONS(2730), - [anon_sym_in] = ACTIONS(2730), - [anon_sym_BANGin] = ACTIONS(2730), - [anon_sym_match] = ACTIONS(2730), - [anon_sym_select] = ACTIONS(2730), - [anon_sym_lock] = ACTIONS(2730), - [anon_sym_rlock] = ACTIONS(2730), - [anon_sym_unsafe] = ACTIONS(2730), - [anon_sym_sql] = ACTIONS(2730), - [sym_int_literal] = ACTIONS(2730), - [sym_float_literal] = ACTIONS(2730), - [sym_rune_literal] = ACTIONS(2730), - [anon_sym_AT] = ACTIONS(2730), - [anon_sym_shared] = ACTIONS(2730), - [anon_sym_map_LBRACK] = ACTIONS(2730), - [anon_sym_chan] = ACTIONS(2730), - [anon_sym_thread] = ACTIONS(2730), - [anon_sym_atomic] = ACTIONS(2730), - [anon_sym_assert] = ACTIONS(2730), - [anon_sym_defer] = ACTIONS(2730), - [anon_sym_goto] = ACTIONS(2730), - [anon_sym_break] = ACTIONS(2730), - [anon_sym_continue] = ACTIONS(2730), - [anon_sym_return] = ACTIONS(2730), - [anon_sym_DOLLARfor] = ACTIONS(2730), - [anon_sym_for] = ACTIONS(2730), - [anon_sym_POUND] = ACTIONS(2730), - [anon_sym_asm] = ACTIONS(2730), - [anon_sym_AT_LBRACK] = ACTIONS(2730), - [sym___double_quote] = ACTIONS(2730), - [sym___single_quote] = ACTIONS(2730), - [sym___c_double_quote] = ACTIONS(2730), - [sym___c_single_quote] = ACTIONS(2730), - [sym___r_double_quote] = ACTIONS(2730), - [sym___r_single_quote] = ACTIONS(2730), - }, - [999] = { - [ts_builtin_sym_end] = ACTIONS(2969), - [sym_identifier] = ACTIONS(2971), - [anon_sym_LF] = ACTIONS(2971), - [anon_sym_CR] = ACTIONS(2971), - [anon_sym_CR_LF] = ACTIONS(2971), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2973), - [anon_sym_as] = ACTIONS(2973), - [anon_sym_LBRACE] = ACTIONS(2971), - [anon_sym_COMMA] = ACTIONS(2971), - [anon_sym_const] = ACTIONS(2971), - [anon_sym_LPAREN] = ACTIONS(2973), - [anon_sym___global] = ACTIONS(2971), - [anon_sym_type] = ACTIONS(2971), - [anon_sym_PIPE] = ACTIONS(2973), - [anon_sym_fn] = ACTIONS(2971), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2973), - [anon_sym_SLASH] = ACTIONS(2973), - [anon_sym_PERCENT] = ACTIONS(2973), - [anon_sym_LT] = ACTIONS(2973), - [anon_sym_GT] = ACTIONS(2973), - [anon_sym_EQ_EQ] = ACTIONS(2973), - [anon_sym_BANG_EQ] = ACTIONS(2973), - [anon_sym_LT_EQ] = ACTIONS(2973), - [anon_sym_GT_EQ] = ACTIONS(2973), - [anon_sym_LBRACK] = ACTIONS(2976), - [anon_sym_struct] = ACTIONS(2971), - [anon_sym_union] = ACTIONS(2971), - [anon_sym_pub] = ACTIONS(2971), - [anon_sym_mut] = ACTIONS(2971), - [anon_sym_enum] = ACTIONS(2971), - [anon_sym_interface] = ACTIONS(2971), - [anon_sym_PLUS_PLUS] = ACTIONS(2973), - [anon_sym_DASH_DASH] = ACTIONS(2973), - [anon_sym_QMARK] = ACTIONS(2973), - [anon_sym_BANG] = ACTIONS(2973), - [anon_sym_go] = ACTIONS(2971), - [anon_sym_spawn] = ACTIONS(2971), - [anon_sym_json_DOTdecode] = ACTIONS(2971), - [anon_sym_LBRACK2] = ACTIONS(2973), - [anon_sym_TILDE] = ACTIONS(2971), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2973), - [anon_sym_LT_DASH] = ACTIONS(2971), - [anon_sym_LT_LT] = ACTIONS(2973), - [anon_sym_GT_GT] = ACTIONS(2973), - [anon_sym_GT_GT_GT] = ACTIONS(2973), - [anon_sym_AMP_CARET] = ACTIONS(2973), - [anon_sym_AMP_AMP] = ACTIONS(2973), - [anon_sym_PIPE_PIPE] = ACTIONS(2973), - [anon_sym_or] = ACTIONS(2973), - [sym_none] = ACTIONS(2971), - [sym_true] = ACTIONS(2971), - [sym_false] = ACTIONS(2971), - [sym_nil] = ACTIONS(2971), - [anon_sym_QMARK_DOT] = ACTIONS(2973), - [anon_sym_POUND_LBRACK] = ACTIONS(2973), - [anon_sym_if] = ACTIONS(2971), - [anon_sym_DOLLARif] = ACTIONS(2971), - [anon_sym_is] = ACTIONS(2973), - [anon_sym_BANGis] = ACTIONS(2973), - [anon_sym_in] = ACTIONS(2973), - [anon_sym_BANGin] = ACTIONS(2973), - [anon_sym_match] = ACTIONS(2971), - [anon_sym_select] = ACTIONS(2971), - [anon_sym_lock] = ACTIONS(2971), - [anon_sym_rlock] = ACTIONS(2971), - [anon_sym_unsafe] = ACTIONS(2971), - [anon_sym_sql] = ACTIONS(2971), - [sym_int_literal] = ACTIONS(2971), - [sym_float_literal] = ACTIONS(2971), - [sym_rune_literal] = ACTIONS(2971), - [anon_sym_AT] = ACTIONS(2971), - [anon_sym_shared] = ACTIONS(2971), - [anon_sym_map_LBRACK] = ACTIONS(2971), - [anon_sym_chan] = ACTIONS(2971), - [anon_sym_thread] = ACTIONS(2971), - [anon_sym_atomic] = ACTIONS(2971), - [anon_sym_assert] = ACTIONS(2971), - [anon_sym_defer] = ACTIONS(2971), - [anon_sym_goto] = ACTIONS(2971), - [anon_sym_break] = ACTIONS(2971), - [anon_sym_continue] = ACTIONS(2971), - [anon_sym_return] = ACTIONS(2971), - [anon_sym_DOLLARfor] = ACTIONS(2971), - [anon_sym_for] = ACTIONS(2971), - [anon_sym_POUND] = ACTIONS(2971), - [anon_sym_asm] = ACTIONS(2971), - [anon_sym_AT_LBRACK] = ACTIONS(2971), - [sym___double_quote] = ACTIONS(2971), - [sym___single_quote] = ACTIONS(2971), - [sym___c_double_quote] = ACTIONS(2971), - [sym___c_single_quote] = ACTIONS(2971), - [sym___r_double_quote] = ACTIONS(2971), - [sym___r_single_quote] = ACTIONS(2971), - }, - [1000] = { - [ts_builtin_sym_end] = ACTIONS(2830), - [sym_identifier] = ACTIONS(2832), - [anon_sym_LF] = ACTIONS(2832), - [anon_sym_CR] = ACTIONS(2832), - [anon_sym_CR_LF] = ACTIONS(2832), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2832), - [anon_sym_as] = ACTIONS(2832), - [anon_sym_LBRACE] = ACTIONS(2832), - [anon_sym_COMMA] = ACTIONS(2832), - [anon_sym_const] = ACTIONS(2832), - [anon_sym_LPAREN] = ACTIONS(2832), - [anon_sym___global] = ACTIONS(2832), - [anon_sym_type] = ACTIONS(2832), - [anon_sym_PIPE] = ACTIONS(2832), - [anon_sym_fn] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(2832), - [anon_sym_SLASH] = ACTIONS(2832), - [anon_sym_PERCENT] = ACTIONS(2832), - [anon_sym_LT] = ACTIONS(2832), - [anon_sym_GT] = ACTIONS(2832), - [anon_sym_EQ_EQ] = ACTIONS(2832), - [anon_sym_BANG_EQ] = ACTIONS(2832), - [anon_sym_LT_EQ] = ACTIONS(2832), - [anon_sym_GT_EQ] = ACTIONS(2832), - [anon_sym_LBRACK] = ACTIONS(2830), - [anon_sym_struct] = ACTIONS(2832), - [anon_sym_union] = ACTIONS(2832), - [anon_sym_pub] = ACTIONS(2832), - [anon_sym_mut] = ACTIONS(2832), - [anon_sym_enum] = ACTIONS(2832), - [anon_sym_interface] = ACTIONS(2832), - [anon_sym_PLUS_PLUS] = ACTIONS(2832), - [anon_sym_DASH_DASH] = ACTIONS(2832), - [anon_sym_QMARK] = ACTIONS(2832), - [anon_sym_BANG] = ACTIONS(2832), - [anon_sym_go] = ACTIONS(2832), - [anon_sym_spawn] = ACTIONS(2832), - [anon_sym_json_DOTdecode] = ACTIONS(2832), - [anon_sym_LBRACK2] = ACTIONS(2832), - [anon_sym_TILDE] = ACTIONS(2832), - [anon_sym_CARET] = ACTIONS(2832), - [anon_sym_AMP] = ACTIONS(2832), - [anon_sym_LT_DASH] = ACTIONS(2832), - [anon_sym_LT_LT] = ACTIONS(2832), - [anon_sym_GT_GT] = ACTIONS(2832), - [anon_sym_GT_GT_GT] = ACTIONS(2832), - [anon_sym_AMP_CARET] = ACTIONS(2832), - [anon_sym_AMP_AMP] = ACTIONS(2832), - [anon_sym_PIPE_PIPE] = ACTIONS(2832), - [anon_sym_or] = ACTIONS(2832), - [sym_none] = ACTIONS(2832), - [sym_true] = ACTIONS(2832), - [sym_false] = ACTIONS(2832), - [sym_nil] = ACTIONS(2832), - [anon_sym_QMARK_DOT] = ACTIONS(2832), - [anon_sym_POUND_LBRACK] = ACTIONS(2832), - [anon_sym_if] = ACTIONS(2832), - [anon_sym_DOLLARif] = ACTIONS(2832), - [anon_sym_is] = ACTIONS(2832), - [anon_sym_BANGis] = ACTIONS(2832), - [anon_sym_in] = ACTIONS(2832), - [anon_sym_BANGin] = ACTIONS(2832), - [anon_sym_match] = ACTIONS(2832), - [anon_sym_select] = ACTIONS(2832), - [anon_sym_lock] = ACTIONS(2832), - [anon_sym_rlock] = ACTIONS(2832), - [anon_sym_unsafe] = ACTIONS(2832), - [anon_sym_sql] = ACTIONS(2832), - [sym_int_literal] = ACTIONS(2832), - [sym_float_literal] = ACTIONS(2832), - [sym_rune_literal] = ACTIONS(2832), - [anon_sym_AT] = ACTIONS(2832), - [anon_sym_shared] = ACTIONS(2832), - [anon_sym_map_LBRACK] = ACTIONS(2832), - [anon_sym_chan] = ACTIONS(2832), - [anon_sym_thread] = ACTIONS(2832), - [anon_sym_atomic] = ACTIONS(2832), - [anon_sym_assert] = ACTIONS(2832), - [anon_sym_defer] = ACTIONS(2832), - [anon_sym_goto] = ACTIONS(2832), - [anon_sym_break] = ACTIONS(2832), - [anon_sym_continue] = ACTIONS(2832), - [anon_sym_return] = ACTIONS(2832), - [anon_sym_DOLLARfor] = ACTIONS(2832), - [anon_sym_for] = ACTIONS(2832), - [anon_sym_POUND] = ACTIONS(2832), - [anon_sym_asm] = ACTIONS(2832), - [anon_sym_AT_LBRACK] = ACTIONS(2832), - [sym___double_quote] = ACTIONS(2832), - [sym___single_quote] = ACTIONS(2832), - [sym___c_double_quote] = ACTIONS(2832), - [sym___c_single_quote] = ACTIONS(2832), - [sym___r_double_quote] = ACTIONS(2832), - [sym___r_single_quote] = ACTIONS(2832), - }, - [1001] = { - [ts_builtin_sym_end] = ACTIONS(3019), - [sym_identifier] = ACTIONS(3021), - [anon_sym_LF] = ACTIONS(3021), - [anon_sym_CR] = ACTIONS(3021), - [anon_sym_CR_LF] = ACTIONS(3021), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3021), - [anon_sym_as] = ACTIONS(3021), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COMMA] = ACTIONS(3021), - [anon_sym_const] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(3021), - [anon_sym___global] = ACTIONS(3021), - [anon_sym_type] = ACTIONS(3021), - [anon_sym_PIPE] = ACTIONS(3021), - [anon_sym_fn] = ACTIONS(3021), - [anon_sym_PLUS] = ACTIONS(3021), - [anon_sym_DASH] = ACTIONS(3021), - [anon_sym_STAR] = ACTIONS(3021), - [anon_sym_SLASH] = ACTIONS(3021), - [anon_sym_PERCENT] = ACTIONS(3021), - [anon_sym_LT] = ACTIONS(3021), - [anon_sym_GT] = ACTIONS(3021), - [anon_sym_EQ_EQ] = ACTIONS(3021), - [anon_sym_BANG_EQ] = ACTIONS(3021), - [anon_sym_LT_EQ] = ACTIONS(3021), - [anon_sym_GT_EQ] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3019), - [anon_sym_struct] = ACTIONS(3021), - [anon_sym_union] = ACTIONS(3021), - [anon_sym_pub] = ACTIONS(3021), - [anon_sym_mut] = ACTIONS(3021), - [anon_sym_enum] = ACTIONS(3021), - [anon_sym_interface] = ACTIONS(3021), - [anon_sym_PLUS_PLUS] = ACTIONS(3021), - [anon_sym_DASH_DASH] = ACTIONS(3021), - [anon_sym_QMARK] = ACTIONS(3021), - [anon_sym_BANG] = ACTIONS(3021), - [anon_sym_go] = ACTIONS(3021), - [anon_sym_spawn] = ACTIONS(3021), - [anon_sym_json_DOTdecode] = ACTIONS(3021), - [anon_sym_LBRACK2] = ACTIONS(3021), - [anon_sym_TILDE] = ACTIONS(3021), - [anon_sym_CARET] = ACTIONS(3021), - [anon_sym_AMP] = ACTIONS(3021), - [anon_sym_LT_DASH] = ACTIONS(3021), - [anon_sym_LT_LT] = ACTIONS(3021), - [anon_sym_GT_GT] = ACTIONS(3021), - [anon_sym_GT_GT_GT] = ACTIONS(3021), - [anon_sym_AMP_CARET] = ACTIONS(3021), - [anon_sym_AMP_AMP] = ACTIONS(3021), - [anon_sym_PIPE_PIPE] = ACTIONS(3021), - [anon_sym_or] = ACTIONS(3021), - [sym_none] = ACTIONS(3021), - [sym_true] = ACTIONS(3021), - [sym_false] = ACTIONS(3021), - [sym_nil] = ACTIONS(3021), - [anon_sym_QMARK_DOT] = ACTIONS(3021), - [anon_sym_POUND_LBRACK] = ACTIONS(3021), - [anon_sym_if] = ACTIONS(3021), - [anon_sym_DOLLARif] = ACTIONS(3021), - [anon_sym_is] = ACTIONS(3021), - [anon_sym_BANGis] = ACTIONS(3021), - [anon_sym_in] = ACTIONS(3021), - [anon_sym_BANGin] = ACTIONS(3021), - [anon_sym_match] = ACTIONS(3021), - [anon_sym_select] = ACTIONS(3021), - [anon_sym_lock] = ACTIONS(3021), - [anon_sym_rlock] = ACTIONS(3021), - [anon_sym_unsafe] = ACTIONS(3021), - [anon_sym_sql] = ACTIONS(3021), - [sym_int_literal] = ACTIONS(3021), - [sym_float_literal] = ACTIONS(3021), - [sym_rune_literal] = ACTIONS(3021), - [anon_sym_AT] = ACTIONS(3021), - [anon_sym_shared] = ACTIONS(3021), - [anon_sym_map_LBRACK] = ACTIONS(3021), - [anon_sym_chan] = ACTIONS(3021), - [anon_sym_thread] = ACTIONS(3021), - [anon_sym_atomic] = ACTIONS(3021), - [anon_sym_assert] = ACTIONS(3021), - [anon_sym_defer] = ACTIONS(3021), - [anon_sym_goto] = ACTIONS(3021), - [anon_sym_break] = ACTIONS(3021), - [anon_sym_continue] = ACTIONS(3021), - [anon_sym_return] = ACTIONS(3021), - [anon_sym_DOLLARfor] = ACTIONS(3021), - [anon_sym_for] = ACTIONS(3021), - [anon_sym_POUND] = ACTIONS(3021), - [anon_sym_asm] = ACTIONS(3021), - [anon_sym_AT_LBRACK] = ACTIONS(3021), - [sym___double_quote] = ACTIONS(3021), - [sym___single_quote] = ACTIONS(3021), - [sym___c_double_quote] = ACTIONS(3021), - [sym___c_single_quote] = ACTIONS(3021), - [sym___r_double_quote] = ACTIONS(3021), - [sym___r_single_quote] = ACTIONS(3021), - }, - [1002] = { - [ts_builtin_sym_end] = ACTIONS(3023), - [sym_identifier] = ACTIONS(3025), - [anon_sym_LF] = ACTIONS(3025), - [anon_sym_CR] = ACTIONS(3025), - [anon_sym_CR_LF] = ACTIONS(3025), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3025), - [anon_sym_as] = ACTIONS(3025), - [anon_sym_LBRACE] = ACTIONS(3025), - [anon_sym_COMMA] = ACTIONS(3025), - [anon_sym_const] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(3025), - [anon_sym___global] = ACTIONS(3025), - [anon_sym_type] = ACTIONS(3025), - [anon_sym_PIPE] = ACTIONS(3025), - [anon_sym_fn] = ACTIONS(3025), - [anon_sym_PLUS] = ACTIONS(3025), - [anon_sym_DASH] = ACTIONS(3025), - [anon_sym_STAR] = ACTIONS(3025), - [anon_sym_SLASH] = ACTIONS(3025), - [anon_sym_PERCENT] = ACTIONS(3025), - [anon_sym_LT] = ACTIONS(3025), - [anon_sym_GT] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3025), - [anon_sym_BANG_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), - [anon_sym_LBRACK] = ACTIONS(3023), - [anon_sym_struct] = ACTIONS(3025), - [anon_sym_union] = ACTIONS(3025), - [anon_sym_pub] = ACTIONS(3025), - [anon_sym_mut] = ACTIONS(3025), - [anon_sym_enum] = ACTIONS(3025), - [anon_sym_interface] = ACTIONS(3025), - [anon_sym_PLUS_PLUS] = ACTIONS(3025), - [anon_sym_DASH_DASH] = ACTIONS(3025), - [anon_sym_QMARK] = ACTIONS(3025), - [anon_sym_BANG] = ACTIONS(3025), - [anon_sym_go] = ACTIONS(3025), - [anon_sym_spawn] = ACTIONS(3025), - [anon_sym_json_DOTdecode] = ACTIONS(3025), - [anon_sym_LBRACK2] = ACTIONS(3025), - [anon_sym_TILDE] = ACTIONS(3025), - [anon_sym_CARET] = ACTIONS(3025), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_LT_DASH] = ACTIONS(3025), - [anon_sym_LT_LT] = ACTIONS(3025), - [anon_sym_GT_GT] = ACTIONS(3025), - [anon_sym_GT_GT_GT] = ACTIONS(3025), - [anon_sym_AMP_CARET] = ACTIONS(3025), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_or] = ACTIONS(3025), - [sym_none] = ACTIONS(3025), - [sym_true] = ACTIONS(3025), - [sym_false] = ACTIONS(3025), - [sym_nil] = ACTIONS(3025), - [anon_sym_QMARK_DOT] = ACTIONS(3025), - [anon_sym_POUND_LBRACK] = ACTIONS(3025), - [anon_sym_if] = ACTIONS(3025), - [anon_sym_DOLLARif] = ACTIONS(3025), - [anon_sym_is] = ACTIONS(3025), - [anon_sym_BANGis] = ACTIONS(3025), - [anon_sym_in] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(3025), - [anon_sym_match] = ACTIONS(3025), - [anon_sym_select] = ACTIONS(3025), - [anon_sym_lock] = ACTIONS(3025), - [anon_sym_rlock] = ACTIONS(3025), - [anon_sym_unsafe] = ACTIONS(3025), - [anon_sym_sql] = ACTIONS(3025), - [sym_int_literal] = ACTIONS(3025), - [sym_float_literal] = ACTIONS(3025), - [sym_rune_literal] = ACTIONS(3025), - [anon_sym_AT] = ACTIONS(3025), - [anon_sym_shared] = ACTIONS(3025), - [anon_sym_map_LBRACK] = ACTIONS(3025), - [anon_sym_chan] = ACTIONS(3025), - [anon_sym_thread] = ACTIONS(3025), - [anon_sym_atomic] = ACTIONS(3025), - [anon_sym_assert] = ACTIONS(3025), - [anon_sym_defer] = ACTIONS(3025), - [anon_sym_goto] = ACTIONS(3025), - [anon_sym_break] = ACTIONS(3025), - [anon_sym_continue] = ACTIONS(3025), - [anon_sym_return] = ACTIONS(3025), - [anon_sym_DOLLARfor] = ACTIONS(3025), - [anon_sym_for] = ACTIONS(3025), - [anon_sym_POUND] = ACTIONS(3025), - [anon_sym_asm] = ACTIONS(3025), - [anon_sym_AT_LBRACK] = ACTIONS(3025), - [sym___double_quote] = ACTIONS(3025), - [sym___single_quote] = ACTIONS(3025), - [sym___c_double_quote] = ACTIONS(3025), - [sym___c_single_quote] = ACTIONS(3025), - [sym___r_double_quote] = ACTIONS(3025), - [sym___r_single_quote] = ACTIONS(3025), - }, - [1003] = { - [ts_builtin_sym_end] = ACTIONS(2929), - [sym_identifier] = ACTIONS(2931), - [anon_sym_LF] = ACTIONS(2931), - [anon_sym_CR] = ACTIONS(2931), - [anon_sym_CR_LF] = ACTIONS(2931), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2931), - [anon_sym_as] = ACTIONS(2931), - [anon_sym_LBRACE] = ACTIONS(2931), - [anon_sym_COMMA] = ACTIONS(2931), - [anon_sym_const] = ACTIONS(2931), - [anon_sym_LPAREN] = ACTIONS(2931), - [anon_sym___global] = ACTIONS(2931), - [anon_sym_type] = ACTIONS(2931), - [anon_sym_PIPE] = ACTIONS(2931), - [anon_sym_fn] = ACTIONS(2931), - [anon_sym_PLUS] = ACTIONS(2931), - [anon_sym_DASH] = ACTIONS(2931), - [anon_sym_STAR] = ACTIONS(2931), - [anon_sym_SLASH] = ACTIONS(2931), - [anon_sym_PERCENT] = ACTIONS(2931), - [anon_sym_LT] = ACTIONS(2931), - [anon_sym_GT] = ACTIONS(2931), - [anon_sym_EQ_EQ] = ACTIONS(2931), - [anon_sym_BANG_EQ] = ACTIONS(2931), - [anon_sym_LT_EQ] = ACTIONS(2931), - [anon_sym_GT_EQ] = ACTIONS(2931), - [anon_sym_LBRACK] = ACTIONS(2929), - [anon_sym_struct] = ACTIONS(2931), - [anon_sym_union] = ACTIONS(2931), - [anon_sym_pub] = ACTIONS(2931), - [anon_sym_mut] = ACTIONS(2931), - [anon_sym_enum] = ACTIONS(2931), - [anon_sym_interface] = ACTIONS(2931), - [anon_sym_PLUS_PLUS] = ACTIONS(2931), - [anon_sym_DASH_DASH] = ACTIONS(2931), - [anon_sym_QMARK] = ACTIONS(2931), - [anon_sym_BANG] = ACTIONS(2931), - [anon_sym_go] = ACTIONS(2931), - [anon_sym_spawn] = ACTIONS(2931), - [anon_sym_json_DOTdecode] = ACTIONS(2931), - [anon_sym_LBRACK2] = ACTIONS(2931), - [anon_sym_TILDE] = ACTIONS(2931), - [anon_sym_CARET] = ACTIONS(2931), - [anon_sym_AMP] = ACTIONS(2931), - [anon_sym_LT_DASH] = ACTIONS(2931), - [anon_sym_LT_LT] = ACTIONS(2931), - [anon_sym_GT_GT] = ACTIONS(2931), - [anon_sym_GT_GT_GT] = ACTIONS(2931), - [anon_sym_AMP_CARET] = ACTIONS(2931), - [anon_sym_AMP_AMP] = ACTIONS(2931), - [anon_sym_PIPE_PIPE] = ACTIONS(2931), - [anon_sym_or] = ACTIONS(2931), - [sym_none] = ACTIONS(2931), - [sym_true] = ACTIONS(2931), - [sym_false] = ACTIONS(2931), - [sym_nil] = ACTIONS(2931), - [anon_sym_QMARK_DOT] = ACTIONS(2931), - [anon_sym_POUND_LBRACK] = ACTIONS(2931), - [anon_sym_if] = ACTIONS(2931), - [anon_sym_DOLLARif] = ACTIONS(2931), - [anon_sym_is] = ACTIONS(2931), - [anon_sym_BANGis] = ACTIONS(2931), - [anon_sym_in] = ACTIONS(2931), - [anon_sym_BANGin] = ACTIONS(2931), - [anon_sym_match] = ACTIONS(2931), - [anon_sym_select] = ACTIONS(2931), - [anon_sym_lock] = ACTIONS(2931), - [anon_sym_rlock] = ACTIONS(2931), - [anon_sym_unsafe] = ACTIONS(2931), - [anon_sym_sql] = ACTIONS(2931), - [sym_int_literal] = ACTIONS(2931), - [sym_float_literal] = ACTIONS(2931), - [sym_rune_literal] = ACTIONS(2931), - [anon_sym_AT] = ACTIONS(2931), - [anon_sym_shared] = ACTIONS(2931), - [anon_sym_map_LBRACK] = ACTIONS(2931), - [anon_sym_chan] = ACTIONS(2931), - [anon_sym_thread] = ACTIONS(2931), - [anon_sym_atomic] = ACTIONS(2931), - [anon_sym_assert] = ACTIONS(2931), - [anon_sym_defer] = ACTIONS(2931), - [anon_sym_goto] = ACTIONS(2931), - [anon_sym_break] = ACTIONS(2931), - [anon_sym_continue] = ACTIONS(2931), - [anon_sym_return] = ACTIONS(2931), - [anon_sym_DOLLARfor] = ACTIONS(2931), - [anon_sym_for] = ACTIONS(2931), - [anon_sym_POUND] = ACTIONS(2931), - [anon_sym_asm] = ACTIONS(2931), - [anon_sym_AT_LBRACK] = ACTIONS(2931), - [sym___double_quote] = ACTIONS(2931), - [sym___single_quote] = ACTIONS(2931), - [sym___c_double_quote] = ACTIONS(2931), - [sym___c_single_quote] = ACTIONS(2931), - [sym___r_double_quote] = ACTIONS(2931), - [sym___r_single_quote] = ACTIONS(2931), - }, - [1004] = { - [ts_builtin_sym_end] = ACTIONS(3191), - [sym_identifier] = ACTIONS(3193), - [anon_sym_LF] = ACTIONS(3193), - [anon_sym_CR] = ACTIONS(3193), - [anon_sym_CR_LF] = ACTIONS(3193), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3193), - [anon_sym_as] = ACTIONS(3193), - [anon_sym_LBRACE] = ACTIONS(3193), - [anon_sym_COMMA] = ACTIONS(3193), - [anon_sym_const] = ACTIONS(3193), - [anon_sym_LPAREN] = ACTIONS(3193), - [anon_sym___global] = ACTIONS(3193), - [anon_sym_type] = ACTIONS(3193), - [anon_sym_PIPE] = ACTIONS(3193), - [anon_sym_fn] = ACTIONS(3193), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(3193), - [anon_sym_SLASH] = ACTIONS(3193), - [anon_sym_PERCENT] = ACTIONS(3193), - [anon_sym_LT] = ACTIONS(3193), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_LT_EQ] = ACTIONS(3193), - [anon_sym_GT_EQ] = ACTIONS(3193), - [anon_sym_LBRACK] = ACTIONS(3191), - [anon_sym_struct] = ACTIONS(3193), - [anon_sym_union] = ACTIONS(3193), - [anon_sym_pub] = ACTIONS(3193), - [anon_sym_mut] = ACTIONS(3193), - [anon_sym_enum] = ACTIONS(3193), - [anon_sym_interface] = ACTIONS(3193), - [anon_sym_PLUS_PLUS] = ACTIONS(3193), - [anon_sym_DASH_DASH] = ACTIONS(3193), - [anon_sym_QMARK] = ACTIONS(3193), - [anon_sym_BANG] = ACTIONS(3193), - [anon_sym_go] = ACTIONS(3193), - [anon_sym_spawn] = ACTIONS(3193), - [anon_sym_json_DOTdecode] = ACTIONS(3193), - [anon_sym_LBRACK2] = ACTIONS(3193), - [anon_sym_TILDE] = ACTIONS(3193), - [anon_sym_CARET] = ACTIONS(3193), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_LT_DASH] = ACTIONS(3193), - [anon_sym_LT_LT] = ACTIONS(3193), - [anon_sym_GT_GT] = ACTIONS(3193), - [anon_sym_GT_GT_GT] = ACTIONS(3193), - [anon_sym_AMP_CARET] = ACTIONS(3193), - [anon_sym_AMP_AMP] = ACTIONS(3193), - [anon_sym_PIPE_PIPE] = ACTIONS(3193), - [anon_sym_or] = ACTIONS(3193), - [sym_none] = ACTIONS(3193), - [sym_true] = ACTIONS(3193), - [sym_false] = ACTIONS(3193), - [sym_nil] = ACTIONS(3193), - [anon_sym_QMARK_DOT] = ACTIONS(3193), - [anon_sym_POUND_LBRACK] = ACTIONS(3193), - [anon_sym_if] = ACTIONS(3193), - [anon_sym_DOLLARif] = ACTIONS(3193), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3193), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_BANGin] = ACTIONS(3193), - [anon_sym_match] = ACTIONS(3193), - [anon_sym_select] = ACTIONS(3193), - [anon_sym_lock] = ACTIONS(3193), - [anon_sym_rlock] = ACTIONS(3193), - [anon_sym_unsafe] = ACTIONS(3193), - [anon_sym_sql] = ACTIONS(3193), - [sym_int_literal] = ACTIONS(3193), - [sym_float_literal] = ACTIONS(3193), - [sym_rune_literal] = ACTIONS(3193), - [anon_sym_AT] = ACTIONS(3193), - [anon_sym_shared] = ACTIONS(3193), - [anon_sym_map_LBRACK] = ACTIONS(3193), - [anon_sym_chan] = ACTIONS(3193), - [anon_sym_thread] = ACTIONS(3193), - [anon_sym_atomic] = ACTIONS(3193), - [anon_sym_assert] = ACTIONS(3193), - [anon_sym_defer] = ACTIONS(3193), - [anon_sym_goto] = ACTIONS(3193), - [anon_sym_break] = ACTIONS(3193), - [anon_sym_continue] = ACTIONS(3193), - [anon_sym_return] = ACTIONS(3193), - [anon_sym_DOLLARfor] = ACTIONS(3193), - [anon_sym_for] = ACTIONS(3193), - [anon_sym_POUND] = ACTIONS(3193), - [anon_sym_asm] = ACTIONS(3193), - [anon_sym_AT_LBRACK] = ACTIONS(3193), - [sym___double_quote] = ACTIONS(3193), - [sym___single_quote] = ACTIONS(3193), - [sym___c_double_quote] = ACTIONS(3193), - [sym___c_single_quote] = ACTIONS(3193), - [sym___r_double_quote] = ACTIONS(3193), - [sym___r_single_quote] = ACTIONS(3193), - }, - [1005] = { - [ts_builtin_sym_end] = ACTIONS(2846), - [sym_identifier] = ACTIONS(2848), - [anon_sym_LF] = ACTIONS(2848), - [anon_sym_CR] = ACTIONS(2848), - [anon_sym_CR_LF] = ACTIONS(2848), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2848), - [anon_sym_as] = ACTIONS(2848), - [anon_sym_LBRACE] = ACTIONS(2848), - [anon_sym_COMMA] = ACTIONS(2848), - [anon_sym_const] = ACTIONS(2848), - [anon_sym_LPAREN] = ACTIONS(2848), - [anon_sym___global] = ACTIONS(2848), - [anon_sym_type] = ACTIONS(2848), - [anon_sym_PIPE] = ACTIONS(2848), - [anon_sym_fn] = ACTIONS(2848), - [anon_sym_PLUS] = ACTIONS(2848), - [anon_sym_DASH] = ACTIONS(2848), - [anon_sym_STAR] = ACTIONS(2848), - [anon_sym_SLASH] = ACTIONS(2848), - [anon_sym_PERCENT] = ACTIONS(2848), - [anon_sym_LT] = ACTIONS(2848), - [anon_sym_GT] = ACTIONS(2848), - [anon_sym_EQ_EQ] = ACTIONS(2848), - [anon_sym_BANG_EQ] = ACTIONS(2848), - [anon_sym_LT_EQ] = ACTIONS(2848), - [anon_sym_GT_EQ] = ACTIONS(2848), - [anon_sym_LBRACK] = ACTIONS(2846), - [anon_sym_struct] = ACTIONS(2848), - [anon_sym_union] = ACTIONS(2848), - [anon_sym_pub] = ACTIONS(2848), - [anon_sym_mut] = ACTIONS(2848), - [anon_sym_enum] = ACTIONS(2848), - [anon_sym_interface] = ACTIONS(2848), - [anon_sym_PLUS_PLUS] = ACTIONS(2848), - [anon_sym_DASH_DASH] = ACTIONS(2848), - [anon_sym_QMARK] = ACTIONS(2848), - [anon_sym_BANG] = ACTIONS(2848), - [anon_sym_go] = ACTIONS(2848), - [anon_sym_spawn] = ACTIONS(2848), - [anon_sym_json_DOTdecode] = ACTIONS(2848), - [anon_sym_LBRACK2] = ACTIONS(2848), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_CARET] = ACTIONS(2848), - [anon_sym_AMP] = ACTIONS(2848), - [anon_sym_LT_DASH] = ACTIONS(2848), - [anon_sym_LT_LT] = ACTIONS(2848), - [anon_sym_GT_GT] = ACTIONS(2848), - [anon_sym_GT_GT_GT] = ACTIONS(2848), - [anon_sym_AMP_CARET] = ACTIONS(2848), - [anon_sym_AMP_AMP] = ACTIONS(2848), - [anon_sym_PIPE_PIPE] = ACTIONS(2848), - [anon_sym_or] = ACTIONS(2848), - [sym_none] = ACTIONS(2848), - [sym_true] = ACTIONS(2848), - [sym_false] = ACTIONS(2848), - [sym_nil] = ACTIONS(2848), - [anon_sym_QMARK_DOT] = ACTIONS(2848), - [anon_sym_POUND_LBRACK] = ACTIONS(2848), - [anon_sym_if] = ACTIONS(2848), - [anon_sym_DOLLARif] = ACTIONS(2848), - [anon_sym_is] = ACTIONS(2848), - [anon_sym_BANGis] = ACTIONS(2848), - [anon_sym_in] = ACTIONS(2848), - [anon_sym_BANGin] = ACTIONS(2848), - [anon_sym_match] = ACTIONS(2848), - [anon_sym_select] = ACTIONS(2848), - [anon_sym_lock] = ACTIONS(2848), - [anon_sym_rlock] = ACTIONS(2848), - [anon_sym_unsafe] = ACTIONS(2848), - [anon_sym_sql] = ACTIONS(2848), - [sym_int_literal] = ACTIONS(2848), - [sym_float_literal] = ACTIONS(2848), - [sym_rune_literal] = ACTIONS(2848), - [anon_sym_AT] = ACTIONS(2848), - [anon_sym_shared] = ACTIONS(2848), - [anon_sym_map_LBRACK] = ACTIONS(2848), - [anon_sym_chan] = ACTIONS(2848), - [anon_sym_thread] = ACTIONS(2848), - [anon_sym_atomic] = ACTIONS(2848), - [anon_sym_assert] = ACTIONS(2848), - [anon_sym_defer] = ACTIONS(2848), - [anon_sym_goto] = ACTIONS(2848), - [anon_sym_break] = ACTIONS(2848), - [anon_sym_continue] = ACTIONS(2848), - [anon_sym_return] = ACTIONS(2848), - [anon_sym_DOLLARfor] = ACTIONS(2848), - [anon_sym_for] = ACTIONS(2848), - [anon_sym_POUND] = ACTIONS(2848), - [anon_sym_asm] = ACTIONS(2848), - [anon_sym_AT_LBRACK] = ACTIONS(2848), - [sym___double_quote] = ACTIONS(2848), - [sym___single_quote] = ACTIONS(2848), - [sym___c_double_quote] = ACTIONS(2848), - [sym___c_single_quote] = ACTIONS(2848), - [sym___r_double_quote] = ACTIONS(2848), - [sym___r_single_quote] = ACTIONS(2848), - }, - [1006] = { - [ts_builtin_sym_end] = ACTIONS(3015), - [sym_identifier] = ACTIONS(3017), - [anon_sym_LF] = ACTIONS(3017), - [anon_sym_CR] = ACTIONS(3017), - [anon_sym_CR_LF] = ACTIONS(3017), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3017), - [anon_sym_as] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(3017), - [anon_sym_COMMA] = ACTIONS(3017), - [anon_sym_const] = ACTIONS(3017), - [anon_sym_LPAREN] = ACTIONS(3017), - [anon_sym___global] = ACTIONS(3017), - [anon_sym_type] = ACTIONS(3017), - [anon_sym_PIPE] = ACTIONS(3017), - [anon_sym_fn] = ACTIONS(3017), - [anon_sym_PLUS] = ACTIONS(3017), - [anon_sym_DASH] = ACTIONS(3017), - [anon_sym_STAR] = ACTIONS(3017), - [anon_sym_SLASH] = ACTIONS(3017), - [anon_sym_PERCENT] = ACTIONS(3017), - [anon_sym_LT] = ACTIONS(3017), - [anon_sym_GT] = ACTIONS(3017), - [anon_sym_EQ_EQ] = ACTIONS(3017), - [anon_sym_BANG_EQ] = ACTIONS(3017), - [anon_sym_LT_EQ] = ACTIONS(3017), - [anon_sym_GT_EQ] = ACTIONS(3017), - [anon_sym_LBRACK] = ACTIONS(3015), - [anon_sym_struct] = ACTIONS(3017), - [anon_sym_union] = ACTIONS(3017), - [anon_sym_pub] = ACTIONS(3017), - [anon_sym_mut] = ACTIONS(3017), - [anon_sym_enum] = ACTIONS(3017), - [anon_sym_interface] = ACTIONS(3017), - [anon_sym_PLUS_PLUS] = ACTIONS(3017), - [anon_sym_DASH_DASH] = ACTIONS(3017), - [anon_sym_QMARK] = ACTIONS(3017), - [anon_sym_BANG] = ACTIONS(3017), - [anon_sym_go] = ACTIONS(3017), - [anon_sym_spawn] = ACTIONS(3017), - [anon_sym_json_DOTdecode] = ACTIONS(3017), - [anon_sym_LBRACK2] = ACTIONS(3017), - [anon_sym_TILDE] = ACTIONS(3017), - [anon_sym_CARET] = ACTIONS(3017), - [anon_sym_AMP] = ACTIONS(3017), - [anon_sym_LT_DASH] = ACTIONS(3017), - [anon_sym_LT_LT] = ACTIONS(3017), - [anon_sym_GT_GT] = ACTIONS(3017), - [anon_sym_GT_GT_GT] = ACTIONS(3017), - [anon_sym_AMP_CARET] = ACTIONS(3017), - [anon_sym_AMP_AMP] = ACTIONS(3017), - [anon_sym_PIPE_PIPE] = ACTIONS(3017), - [anon_sym_or] = ACTIONS(3017), - [sym_none] = ACTIONS(3017), - [sym_true] = ACTIONS(3017), - [sym_false] = ACTIONS(3017), - [sym_nil] = ACTIONS(3017), - [anon_sym_QMARK_DOT] = ACTIONS(3017), - [anon_sym_POUND_LBRACK] = ACTIONS(3017), - [anon_sym_if] = ACTIONS(3017), - [anon_sym_DOLLARif] = ACTIONS(3017), - [anon_sym_is] = ACTIONS(3017), - [anon_sym_BANGis] = ACTIONS(3017), - [anon_sym_in] = ACTIONS(3017), - [anon_sym_BANGin] = ACTIONS(3017), - [anon_sym_match] = ACTIONS(3017), - [anon_sym_select] = ACTIONS(3017), - [anon_sym_lock] = ACTIONS(3017), - [anon_sym_rlock] = ACTIONS(3017), - [anon_sym_unsafe] = ACTIONS(3017), - [anon_sym_sql] = ACTIONS(3017), - [sym_int_literal] = ACTIONS(3017), - [sym_float_literal] = ACTIONS(3017), - [sym_rune_literal] = ACTIONS(3017), - [anon_sym_AT] = ACTIONS(3017), - [anon_sym_shared] = ACTIONS(3017), - [anon_sym_map_LBRACK] = ACTIONS(3017), - [anon_sym_chan] = ACTIONS(3017), - [anon_sym_thread] = ACTIONS(3017), - [anon_sym_atomic] = ACTIONS(3017), - [anon_sym_assert] = ACTIONS(3017), - [anon_sym_defer] = ACTIONS(3017), - [anon_sym_goto] = ACTIONS(3017), - [anon_sym_break] = ACTIONS(3017), - [anon_sym_continue] = ACTIONS(3017), - [anon_sym_return] = ACTIONS(3017), - [anon_sym_DOLLARfor] = ACTIONS(3017), - [anon_sym_for] = ACTIONS(3017), - [anon_sym_POUND] = ACTIONS(3017), - [anon_sym_asm] = ACTIONS(3017), - [anon_sym_AT_LBRACK] = ACTIONS(3017), - [sym___double_quote] = ACTIONS(3017), - [sym___single_quote] = ACTIONS(3017), - [sym___c_double_quote] = ACTIONS(3017), - [sym___c_single_quote] = ACTIONS(3017), - [sym___r_double_quote] = ACTIONS(3017), - [sym___r_single_quote] = ACTIONS(3017), - }, - [1007] = { - [ts_builtin_sym_end] = ACTIONS(3011), - [sym_identifier] = ACTIONS(3013), - [anon_sym_LF] = ACTIONS(3013), - [anon_sym_CR] = ACTIONS(3013), - [anon_sym_CR_LF] = ACTIONS(3013), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3013), - [anon_sym_as] = ACTIONS(3013), - [anon_sym_LBRACE] = ACTIONS(3013), - [anon_sym_COMMA] = ACTIONS(3013), - [anon_sym_const] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(3013), - [anon_sym___global] = ACTIONS(3013), - [anon_sym_type] = ACTIONS(3013), - [anon_sym_PIPE] = ACTIONS(3013), - [anon_sym_fn] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3013), - [anon_sym_SLASH] = ACTIONS(3013), - [anon_sym_PERCENT] = ACTIONS(3013), - [anon_sym_LT] = ACTIONS(3013), - [anon_sym_GT] = ACTIONS(3013), - [anon_sym_EQ_EQ] = ACTIONS(3013), - [anon_sym_BANG_EQ] = ACTIONS(3013), - [anon_sym_LT_EQ] = ACTIONS(3013), - [anon_sym_GT_EQ] = ACTIONS(3013), - [anon_sym_LBRACK] = ACTIONS(3011), - [anon_sym_struct] = ACTIONS(3013), - [anon_sym_union] = ACTIONS(3013), - [anon_sym_pub] = ACTIONS(3013), - [anon_sym_mut] = ACTIONS(3013), - [anon_sym_enum] = ACTIONS(3013), - [anon_sym_interface] = ACTIONS(3013), - [anon_sym_PLUS_PLUS] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3013), - [anon_sym_QMARK] = ACTIONS(3013), - [anon_sym_BANG] = ACTIONS(3013), - [anon_sym_go] = ACTIONS(3013), - [anon_sym_spawn] = ACTIONS(3013), - [anon_sym_json_DOTdecode] = ACTIONS(3013), - [anon_sym_LBRACK2] = ACTIONS(3013), - [anon_sym_TILDE] = ACTIONS(3013), - [anon_sym_CARET] = ACTIONS(3013), - [anon_sym_AMP] = ACTIONS(3013), - [anon_sym_LT_DASH] = ACTIONS(3013), - [anon_sym_LT_LT] = ACTIONS(3013), - [anon_sym_GT_GT] = ACTIONS(3013), - [anon_sym_GT_GT_GT] = ACTIONS(3013), - [anon_sym_AMP_CARET] = ACTIONS(3013), - [anon_sym_AMP_AMP] = ACTIONS(3013), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_or] = ACTIONS(3013), - [sym_none] = ACTIONS(3013), - [sym_true] = ACTIONS(3013), - [sym_false] = ACTIONS(3013), - [sym_nil] = ACTIONS(3013), - [anon_sym_QMARK_DOT] = ACTIONS(3013), - [anon_sym_POUND_LBRACK] = ACTIONS(3013), - [anon_sym_if] = ACTIONS(3013), - [anon_sym_DOLLARif] = ACTIONS(3013), - [anon_sym_is] = ACTIONS(3013), - [anon_sym_BANGis] = ACTIONS(3013), - [anon_sym_in] = ACTIONS(3013), - [anon_sym_BANGin] = ACTIONS(3013), - [anon_sym_match] = ACTIONS(3013), - [anon_sym_select] = ACTIONS(3013), - [anon_sym_lock] = ACTIONS(3013), - [anon_sym_rlock] = ACTIONS(3013), - [anon_sym_unsafe] = ACTIONS(3013), - [anon_sym_sql] = ACTIONS(3013), - [sym_int_literal] = ACTIONS(3013), - [sym_float_literal] = ACTIONS(3013), - [sym_rune_literal] = ACTIONS(3013), - [anon_sym_AT] = ACTIONS(3013), - [anon_sym_shared] = ACTIONS(3013), - [anon_sym_map_LBRACK] = ACTIONS(3013), - [anon_sym_chan] = ACTIONS(3013), - [anon_sym_thread] = ACTIONS(3013), - [anon_sym_atomic] = ACTIONS(3013), - [anon_sym_assert] = ACTIONS(3013), - [anon_sym_defer] = ACTIONS(3013), - [anon_sym_goto] = ACTIONS(3013), - [anon_sym_break] = ACTIONS(3013), - [anon_sym_continue] = ACTIONS(3013), - [anon_sym_return] = ACTIONS(3013), - [anon_sym_DOLLARfor] = ACTIONS(3013), - [anon_sym_for] = ACTIONS(3013), - [anon_sym_POUND] = ACTIONS(3013), - [anon_sym_asm] = ACTIONS(3013), - [anon_sym_AT_LBRACK] = ACTIONS(3013), - [sym___double_quote] = ACTIONS(3013), - [sym___single_quote] = ACTIONS(3013), - [sym___c_double_quote] = ACTIONS(3013), - [sym___c_single_quote] = ACTIONS(3013), - [sym___r_double_quote] = ACTIONS(3013), - [sym___r_single_quote] = ACTIONS(3013), - }, - [1008] = { - [ts_builtin_sym_end] = ACTIONS(2921), - [sym_identifier] = ACTIONS(2923), - [anon_sym_LF] = ACTIONS(2923), - [anon_sym_CR] = ACTIONS(2923), - [anon_sym_CR_LF] = ACTIONS(2923), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2923), - [anon_sym_as] = ACTIONS(2923), - [anon_sym_LBRACE] = ACTIONS(2923), - [anon_sym_COMMA] = ACTIONS(2923), - [anon_sym_const] = ACTIONS(2923), - [anon_sym_LPAREN] = ACTIONS(2923), - [anon_sym___global] = ACTIONS(2923), - [anon_sym_type] = ACTIONS(2923), - [anon_sym_PIPE] = ACTIONS(2923), - [anon_sym_fn] = ACTIONS(2923), - [anon_sym_PLUS] = ACTIONS(2923), - [anon_sym_DASH] = ACTIONS(2923), - [anon_sym_STAR] = ACTIONS(2923), - [anon_sym_SLASH] = ACTIONS(2923), - [anon_sym_PERCENT] = ACTIONS(2923), - [anon_sym_LT] = ACTIONS(2923), - [anon_sym_GT] = ACTIONS(2923), - [anon_sym_EQ_EQ] = ACTIONS(2923), - [anon_sym_BANG_EQ] = ACTIONS(2923), - [anon_sym_LT_EQ] = ACTIONS(2923), - [anon_sym_GT_EQ] = ACTIONS(2923), - [anon_sym_LBRACK] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(2923), - [anon_sym_union] = ACTIONS(2923), - [anon_sym_pub] = ACTIONS(2923), - [anon_sym_mut] = ACTIONS(2923), - [anon_sym_enum] = ACTIONS(2923), - [anon_sym_interface] = ACTIONS(2923), - [anon_sym_PLUS_PLUS] = ACTIONS(2923), - [anon_sym_DASH_DASH] = ACTIONS(2923), - [anon_sym_QMARK] = ACTIONS(2923), - [anon_sym_BANG] = ACTIONS(2923), - [anon_sym_go] = ACTIONS(2923), - [anon_sym_spawn] = ACTIONS(2923), - [anon_sym_json_DOTdecode] = ACTIONS(2923), - [anon_sym_LBRACK2] = ACTIONS(2923), - [anon_sym_TILDE] = ACTIONS(2923), - [anon_sym_CARET] = ACTIONS(2923), - [anon_sym_AMP] = ACTIONS(2923), - [anon_sym_LT_DASH] = ACTIONS(2923), - [anon_sym_LT_LT] = ACTIONS(2923), - [anon_sym_GT_GT] = ACTIONS(2923), - [anon_sym_GT_GT_GT] = ACTIONS(2923), - [anon_sym_AMP_CARET] = ACTIONS(2923), - [anon_sym_AMP_AMP] = ACTIONS(2923), - [anon_sym_PIPE_PIPE] = ACTIONS(2923), - [anon_sym_or] = ACTIONS(2923), - [sym_none] = ACTIONS(2923), - [sym_true] = ACTIONS(2923), - [sym_false] = ACTIONS(2923), - [sym_nil] = ACTIONS(2923), - [anon_sym_QMARK_DOT] = ACTIONS(2923), - [anon_sym_POUND_LBRACK] = ACTIONS(2923), - [anon_sym_if] = ACTIONS(2923), - [anon_sym_DOLLARif] = ACTIONS(2923), - [anon_sym_is] = ACTIONS(2923), - [anon_sym_BANGis] = ACTIONS(2923), - [anon_sym_in] = ACTIONS(2923), - [anon_sym_BANGin] = ACTIONS(2923), - [anon_sym_match] = ACTIONS(2923), - [anon_sym_select] = ACTIONS(2923), - [anon_sym_lock] = ACTIONS(2923), - [anon_sym_rlock] = ACTIONS(2923), - [anon_sym_unsafe] = ACTIONS(2923), - [anon_sym_sql] = ACTIONS(2923), - [sym_int_literal] = ACTIONS(2923), - [sym_float_literal] = ACTIONS(2923), - [sym_rune_literal] = ACTIONS(2923), - [anon_sym_AT] = ACTIONS(2923), - [anon_sym_shared] = ACTIONS(2923), - [anon_sym_map_LBRACK] = ACTIONS(2923), - [anon_sym_chan] = ACTIONS(2923), - [anon_sym_thread] = ACTIONS(2923), - [anon_sym_atomic] = ACTIONS(2923), - [anon_sym_assert] = ACTIONS(2923), - [anon_sym_defer] = ACTIONS(2923), - [anon_sym_goto] = ACTIONS(2923), - [anon_sym_break] = ACTIONS(2923), - [anon_sym_continue] = ACTIONS(2923), - [anon_sym_return] = ACTIONS(2923), - [anon_sym_DOLLARfor] = ACTIONS(2923), - [anon_sym_for] = ACTIONS(2923), - [anon_sym_POUND] = ACTIONS(2923), - [anon_sym_asm] = ACTIONS(2923), - [anon_sym_AT_LBRACK] = ACTIONS(2923), - [sym___double_quote] = ACTIONS(2923), - [sym___single_quote] = ACTIONS(2923), - [sym___c_double_quote] = ACTIONS(2923), - [sym___c_single_quote] = ACTIONS(2923), - [sym___r_double_quote] = ACTIONS(2923), - [sym___r_single_quote] = ACTIONS(2923), - }, - [1009] = { - [ts_builtin_sym_end] = ACTIONS(2866), - [sym_identifier] = ACTIONS(2868), - [anon_sym_LF] = ACTIONS(2868), - [anon_sym_CR] = ACTIONS(2868), - [anon_sym_CR_LF] = ACTIONS(2868), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2868), - [anon_sym_as] = ACTIONS(2868), - [anon_sym_LBRACE] = ACTIONS(2868), - [anon_sym_COMMA] = ACTIONS(2868), - [anon_sym_const] = ACTIONS(2868), - [anon_sym_LPAREN] = ACTIONS(2868), - [anon_sym___global] = ACTIONS(2868), - [anon_sym_type] = ACTIONS(2868), - [anon_sym_PIPE] = ACTIONS(2868), - [anon_sym_fn] = ACTIONS(2868), - [anon_sym_PLUS] = ACTIONS(2868), - [anon_sym_DASH] = ACTIONS(2868), - [anon_sym_STAR] = ACTIONS(2868), - [anon_sym_SLASH] = ACTIONS(2868), - [anon_sym_PERCENT] = ACTIONS(2868), - [anon_sym_LT] = ACTIONS(2868), - [anon_sym_GT] = ACTIONS(2868), - [anon_sym_EQ_EQ] = ACTIONS(2868), - [anon_sym_BANG_EQ] = ACTIONS(2868), - [anon_sym_LT_EQ] = ACTIONS(2868), - [anon_sym_GT_EQ] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2866), - [anon_sym_struct] = ACTIONS(2868), - [anon_sym_union] = ACTIONS(2868), - [anon_sym_pub] = ACTIONS(2868), - [anon_sym_mut] = ACTIONS(2868), - [anon_sym_enum] = ACTIONS(2868), - [anon_sym_interface] = ACTIONS(2868), - [anon_sym_PLUS_PLUS] = ACTIONS(2868), - [anon_sym_DASH_DASH] = ACTIONS(2868), - [anon_sym_QMARK] = ACTIONS(2868), - [anon_sym_BANG] = ACTIONS(2868), - [anon_sym_go] = ACTIONS(2868), - [anon_sym_spawn] = ACTIONS(2868), - [anon_sym_json_DOTdecode] = ACTIONS(2868), - [anon_sym_LBRACK2] = ACTIONS(2868), - [anon_sym_TILDE] = ACTIONS(2868), - [anon_sym_CARET] = ACTIONS(2868), - [anon_sym_AMP] = ACTIONS(2868), - [anon_sym_LT_DASH] = ACTIONS(2868), - [anon_sym_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_AMP_CARET] = ACTIONS(2868), - [anon_sym_AMP_AMP] = ACTIONS(2868), - [anon_sym_PIPE_PIPE] = ACTIONS(2868), - [anon_sym_or] = ACTIONS(2868), - [sym_none] = ACTIONS(2868), - [sym_true] = ACTIONS(2868), - [sym_false] = ACTIONS(2868), - [sym_nil] = ACTIONS(2868), - [anon_sym_QMARK_DOT] = ACTIONS(2868), - [anon_sym_POUND_LBRACK] = ACTIONS(2868), - [anon_sym_if] = ACTIONS(2868), - [anon_sym_DOLLARif] = ACTIONS(2868), - [anon_sym_is] = ACTIONS(2868), - [anon_sym_BANGis] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2868), - [anon_sym_BANGin] = ACTIONS(2868), - [anon_sym_match] = ACTIONS(2868), - [anon_sym_select] = ACTIONS(2868), - [anon_sym_lock] = ACTIONS(2868), - [anon_sym_rlock] = ACTIONS(2868), - [anon_sym_unsafe] = ACTIONS(2868), - [anon_sym_sql] = ACTIONS(2868), - [sym_int_literal] = ACTIONS(2868), - [sym_float_literal] = ACTIONS(2868), - [sym_rune_literal] = ACTIONS(2868), - [anon_sym_AT] = ACTIONS(2868), - [anon_sym_shared] = ACTIONS(2868), - [anon_sym_map_LBRACK] = ACTIONS(2868), - [anon_sym_chan] = ACTIONS(2868), - [anon_sym_thread] = ACTIONS(2868), - [anon_sym_atomic] = ACTIONS(2868), - [anon_sym_assert] = ACTIONS(2868), - [anon_sym_defer] = ACTIONS(2868), - [anon_sym_goto] = ACTIONS(2868), - [anon_sym_break] = ACTIONS(2868), - [anon_sym_continue] = ACTIONS(2868), - [anon_sym_return] = ACTIONS(2868), - [anon_sym_DOLLARfor] = ACTIONS(2868), - [anon_sym_for] = ACTIONS(2868), - [anon_sym_POUND] = ACTIONS(2868), - [anon_sym_asm] = ACTIONS(2868), - [anon_sym_AT_LBRACK] = ACTIONS(2868), - [sym___double_quote] = ACTIONS(2868), - [sym___single_quote] = ACTIONS(2868), - [sym___c_double_quote] = ACTIONS(2868), - [sym___c_single_quote] = ACTIONS(2868), - [sym___r_double_quote] = ACTIONS(2868), - [sym___r_single_quote] = ACTIONS(2868), - }, - [1010] = { - [ts_builtin_sym_end] = ACTIONS(2850), - [sym_identifier] = ACTIONS(2852), - [anon_sym_LF] = ACTIONS(2852), - [anon_sym_CR] = ACTIONS(2852), - [anon_sym_CR_LF] = ACTIONS(2852), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2852), - [anon_sym_as] = ACTIONS(2852), - [anon_sym_LBRACE] = ACTIONS(2852), - [anon_sym_COMMA] = ACTIONS(2852), - [anon_sym_const] = ACTIONS(2852), - [anon_sym_LPAREN] = ACTIONS(2852), - [anon_sym___global] = ACTIONS(2852), - [anon_sym_type] = ACTIONS(2852), - [anon_sym_PIPE] = ACTIONS(2852), - [anon_sym_fn] = ACTIONS(2852), - [anon_sym_PLUS] = ACTIONS(2852), - [anon_sym_DASH] = ACTIONS(2852), - [anon_sym_STAR] = ACTIONS(2852), - [anon_sym_SLASH] = ACTIONS(2852), - [anon_sym_PERCENT] = ACTIONS(2852), - [anon_sym_LT] = ACTIONS(2852), - [anon_sym_GT] = ACTIONS(2852), - [anon_sym_EQ_EQ] = ACTIONS(2852), - [anon_sym_BANG_EQ] = ACTIONS(2852), - [anon_sym_LT_EQ] = ACTIONS(2852), - [anon_sym_GT_EQ] = ACTIONS(2852), - [anon_sym_LBRACK] = ACTIONS(2850), - [anon_sym_struct] = ACTIONS(2852), - [anon_sym_union] = ACTIONS(2852), - [anon_sym_pub] = ACTIONS(2852), - [anon_sym_mut] = ACTIONS(2852), - [anon_sym_enum] = ACTIONS(2852), - [anon_sym_interface] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2852), - [anon_sym_DASH_DASH] = ACTIONS(2852), - [anon_sym_QMARK] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2852), - [anon_sym_go] = ACTIONS(2852), - [anon_sym_spawn] = ACTIONS(2852), - [anon_sym_json_DOTdecode] = ACTIONS(2852), - [anon_sym_LBRACK2] = ACTIONS(2852), - [anon_sym_TILDE] = ACTIONS(2852), - [anon_sym_CARET] = ACTIONS(2852), - [anon_sym_AMP] = ACTIONS(2852), - [anon_sym_LT_DASH] = ACTIONS(2852), - [anon_sym_LT_LT] = ACTIONS(2852), - [anon_sym_GT_GT] = ACTIONS(2852), - [anon_sym_GT_GT_GT] = ACTIONS(2852), - [anon_sym_AMP_CARET] = ACTIONS(2852), - [anon_sym_AMP_AMP] = ACTIONS(2852), - [anon_sym_PIPE_PIPE] = ACTIONS(2852), - [anon_sym_or] = ACTIONS(2852), - [sym_none] = ACTIONS(2852), - [sym_true] = ACTIONS(2852), - [sym_false] = ACTIONS(2852), - [sym_nil] = ACTIONS(2852), - [anon_sym_QMARK_DOT] = ACTIONS(2852), - [anon_sym_POUND_LBRACK] = ACTIONS(2852), - [anon_sym_if] = ACTIONS(2852), - [anon_sym_DOLLARif] = ACTIONS(2852), - [anon_sym_is] = ACTIONS(2852), - [anon_sym_BANGis] = ACTIONS(2852), - [anon_sym_in] = ACTIONS(2852), - [anon_sym_BANGin] = ACTIONS(2852), - [anon_sym_match] = ACTIONS(2852), - [anon_sym_select] = ACTIONS(2852), - [anon_sym_lock] = ACTIONS(2852), - [anon_sym_rlock] = ACTIONS(2852), - [anon_sym_unsafe] = ACTIONS(2852), - [anon_sym_sql] = ACTIONS(2852), - [sym_int_literal] = ACTIONS(2852), - [sym_float_literal] = ACTIONS(2852), - [sym_rune_literal] = ACTIONS(2852), - [anon_sym_AT] = ACTIONS(2852), - [anon_sym_shared] = ACTIONS(2852), - [anon_sym_map_LBRACK] = ACTIONS(2852), - [anon_sym_chan] = ACTIONS(2852), - [anon_sym_thread] = ACTIONS(2852), - [anon_sym_atomic] = ACTIONS(2852), - [anon_sym_assert] = ACTIONS(2852), - [anon_sym_defer] = ACTIONS(2852), - [anon_sym_goto] = ACTIONS(2852), - [anon_sym_break] = ACTIONS(2852), - [anon_sym_continue] = ACTIONS(2852), - [anon_sym_return] = ACTIONS(2852), - [anon_sym_DOLLARfor] = ACTIONS(2852), - [anon_sym_for] = ACTIONS(2852), - [anon_sym_POUND] = ACTIONS(2852), - [anon_sym_asm] = ACTIONS(2852), - [anon_sym_AT_LBRACK] = ACTIONS(2852), - [sym___double_quote] = ACTIONS(2852), - [sym___single_quote] = ACTIONS(2852), - [sym___c_double_quote] = ACTIONS(2852), - [sym___c_single_quote] = ACTIONS(2852), - [sym___r_double_quote] = ACTIONS(2852), - [sym___r_single_quote] = ACTIONS(2852), - }, - [1011] = { - [ts_builtin_sym_end] = ACTIONS(2698), - [sym_identifier] = ACTIONS(2700), - [anon_sym_LF] = ACTIONS(2700), - [anon_sym_CR] = ACTIONS(2700), - [anon_sym_CR_LF] = ACTIONS(2700), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2700), - [anon_sym_as] = ACTIONS(2700), - [anon_sym_LBRACE] = ACTIONS(2700), - [anon_sym_COMMA] = ACTIONS(2700), - [anon_sym_const] = ACTIONS(2700), - [anon_sym_LPAREN] = ACTIONS(2700), - [anon_sym___global] = ACTIONS(2700), - [anon_sym_type] = ACTIONS(2700), - [anon_sym_PIPE] = ACTIONS(2700), - [anon_sym_fn] = ACTIONS(2700), - [anon_sym_PLUS] = ACTIONS(2700), - [anon_sym_DASH] = ACTIONS(2700), - [anon_sym_STAR] = ACTIONS(2700), - [anon_sym_SLASH] = ACTIONS(2700), - [anon_sym_PERCENT] = ACTIONS(2700), - [anon_sym_LT] = ACTIONS(2700), - [anon_sym_GT] = ACTIONS(2700), - [anon_sym_EQ_EQ] = ACTIONS(2700), - [anon_sym_BANG_EQ] = ACTIONS(2700), - [anon_sym_LT_EQ] = ACTIONS(2700), - [anon_sym_GT_EQ] = ACTIONS(2700), - [anon_sym_LBRACK] = ACTIONS(2698), - [anon_sym_struct] = ACTIONS(2700), - [anon_sym_union] = ACTIONS(2700), - [anon_sym_pub] = ACTIONS(2700), - [anon_sym_mut] = ACTIONS(2700), - [anon_sym_enum] = ACTIONS(2700), - [anon_sym_interface] = ACTIONS(2700), - [anon_sym_PLUS_PLUS] = ACTIONS(2700), - [anon_sym_DASH_DASH] = ACTIONS(2700), - [anon_sym_QMARK] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_go] = ACTIONS(2700), - [anon_sym_spawn] = ACTIONS(2700), - [anon_sym_json_DOTdecode] = ACTIONS(2700), - [anon_sym_LBRACK2] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2700), - [anon_sym_CARET] = ACTIONS(2700), - [anon_sym_AMP] = ACTIONS(2700), - [anon_sym_LT_DASH] = ACTIONS(2700), - [anon_sym_LT_LT] = ACTIONS(2700), - [anon_sym_GT_GT] = ACTIONS(2700), - [anon_sym_GT_GT_GT] = ACTIONS(2700), - [anon_sym_AMP_CARET] = ACTIONS(2700), - [anon_sym_AMP_AMP] = ACTIONS(2700), - [anon_sym_PIPE_PIPE] = ACTIONS(2700), - [anon_sym_or] = ACTIONS(2700), - [sym_none] = ACTIONS(2700), - [sym_true] = ACTIONS(2700), - [sym_false] = ACTIONS(2700), - [sym_nil] = ACTIONS(2700), - [anon_sym_QMARK_DOT] = ACTIONS(2700), - [anon_sym_POUND_LBRACK] = ACTIONS(2700), - [anon_sym_if] = ACTIONS(2700), - [anon_sym_DOLLARif] = ACTIONS(2700), - [anon_sym_is] = ACTIONS(2700), - [anon_sym_BANGis] = ACTIONS(2700), - [anon_sym_in] = ACTIONS(2700), - [anon_sym_BANGin] = ACTIONS(2700), - [anon_sym_match] = ACTIONS(2700), - [anon_sym_select] = ACTIONS(2700), - [anon_sym_lock] = ACTIONS(2700), - [anon_sym_rlock] = ACTIONS(2700), - [anon_sym_unsafe] = ACTIONS(2700), - [anon_sym_sql] = ACTIONS(2700), - [sym_int_literal] = ACTIONS(2700), - [sym_float_literal] = ACTIONS(2700), - [sym_rune_literal] = ACTIONS(2700), - [anon_sym_AT] = ACTIONS(2700), - [anon_sym_shared] = ACTIONS(2700), - [anon_sym_map_LBRACK] = ACTIONS(2700), - [anon_sym_chan] = ACTIONS(2700), - [anon_sym_thread] = ACTIONS(2700), - [anon_sym_atomic] = ACTIONS(2700), - [anon_sym_assert] = ACTIONS(2700), - [anon_sym_defer] = ACTIONS(2700), - [anon_sym_goto] = ACTIONS(2700), - [anon_sym_break] = ACTIONS(2700), - [anon_sym_continue] = ACTIONS(2700), - [anon_sym_return] = ACTIONS(2700), - [anon_sym_DOLLARfor] = ACTIONS(2700), - [anon_sym_for] = ACTIONS(2700), - [anon_sym_POUND] = ACTIONS(2700), - [anon_sym_asm] = ACTIONS(2700), - [anon_sym_AT_LBRACK] = ACTIONS(2700), - [sym___double_quote] = ACTIONS(2700), - [sym___single_quote] = ACTIONS(2700), - [sym___c_double_quote] = ACTIONS(2700), - [sym___c_single_quote] = ACTIONS(2700), - [sym___r_double_quote] = ACTIONS(2700), - [sym___r_single_quote] = ACTIONS(2700), - }, - [1012] = { - [ts_builtin_sym_end] = ACTIONS(2826), - [sym_identifier] = ACTIONS(2828), - [anon_sym_LF] = ACTIONS(2828), - [anon_sym_CR] = ACTIONS(2828), - [anon_sym_CR_LF] = ACTIONS(2828), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2828), - [anon_sym_as] = ACTIONS(2828), - [anon_sym_LBRACE] = ACTIONS(2828), - [anon_sym_COMMA] = ACTIONS(2828), - [anon_sym_const] = ACTIONS(2828), - [anon_sym_LPAREN] = ACTIONS(2828), - [anon_sym___global] = ACTIONS(2828), - [anon_sym_type] = ACTIONS(2828), - [anon_sym_PIPE] = ACTIONS(2828), - [anon_sym_fn] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(2828), - [anon_sym_SLASH] = ACTIONS(2828), - [anon_sym_PERCENT] = ACTIONS(2828), - [anon_sym_LT] = ACTIONS(2828), - [anon_sym_GT] = ACTIONS(2828), - [anon_sym_EQ_EQ] = ACTIONS(2828), - [anon_sym_BANG_EQ] = ACTIONS(2828), - [anon_sym_LT_EQ] = ACTIONS(2828), - [anon_sym_GT_EQ] = ACTIONS(2828), - [anon_sym_LBRACK] = ACTIONS(2826), - [anon_sym_struct] = ACTIONS(2828), - [anon_sym_union] = ACTIONS(2828), - [anon_sym_pub] = ACTIONS(2828), - [anon_sym_mut] = ACTIONS(2828), - [anon_sym_enum] = ACTIONS(2828), - [anon_sym_interface] = ACTIONS(2828), - [anon_sym_PLUS_PLUS] = ACTIONS(2828), - [anon_sym_DASH_DASH] = ACTIONS(2828), - [anon_sym_QMARK] = ACTIONS(2828), - [anon_sym_BANG] = ACTIONS(2828), - [anon_sym_go] = ACTIONS(2828), - [anon_sym_spawn] = ACTIONS(2828), - [anon_sym_json_DOTdecode] = ACTIONS(2828), - [anon_sym_LBRACK2] = ACTIONS(2828), - [anon_sym_TILDE] = ACTIONS(2828), - [anon_sym_CARET] = ACTIONS(2828), - [anon_sym_AMP] = ACTIONS(2828), - [anon_sym_LT_DASH] = ACTIONS(2828), - [anon_sym_LT_LT] = ACTIONS(2828), - [anon_sym_GT_GT] = ACTIONS(2828), - [anon_sym_GT_GT_GT] = ACTIONS(2828), - [anon_sym_AMP_CARET] = ACTIONS(2828), - [anon_sym_AMP_AMP] = ACTIONS(2828), - [anon_sym_PIPE_PIPE] = ACTIONS(2828), - [anon_sym_or] = ACTIONS(2828), - [sym_none] = ACTIONS(2828), - [sym_true] = ACTIONS(2828), - [sym_false] = ACTIONS(2828), - [sym_nil] = ACTIONS(2828), - [anon_sym_QMARK_DOT] = ACTIONS(2828), - [anon_sym_POUND_LBRACK] = ACTIONS(2828), - [anon_sym_if] = ACTIONS(2828), - [anon_sym_DOLLARif] = ACTIONS(2828), - [anon_sym_is] = ACTIONS(2828), - [anon_sym_BANGis] = ACTIONS(2828), - [anon_sym_in] = ACTIONS(2828), - [anon_sym_BANGin] = ACTIONS(2828), - [anon_sym_match] = ACTIONS(2828), - [anon_sym_select] = ACTIONS(2828), - [anon_sym_lock] = ACTIONS(2828), - [anon_sym_rlock] = ACTIONS(2828), - [anon_sym_unsafe] = ACTIONS(2828), - [anon_sym_sql] = ACTIONS(2828), - [sym_int_literal] = ACTIONS(2828), - [sym_float_literal] = ACTIONS(2828), - [sym_rune_literal] = ACTIONS(2828), - [anon_sym_AT] = ACTIONS(2828), - [anon_sym_shared] = ACTIONS(2828), - [anon_sym_map_LBRACK] = ACTIONS(2828), - [anon_sym_chan] = ACTIONS(2828), - [anon_sym_thread] = ACTIONS(2828), - [anon_sym_atomic] = ACTIONS(2828), - [anon_sym_assert] = ACTIONS(2828), - [anon_sym_defer] = ACTIONS(2828), - [anon_sym_goto] = ACTIONS(2828), - [anon_sym_break] = ACTIONS(2828), - [anon_sym_continue] = ACTIONS(2828), - [anon_sym_return] = ACTIONS(2828), - [anon_sym_DOLLARfor] = ACTIONS(2828), - [anon_sym_for] = ACTIONS(2828), - [anon_sym_POUND] = ACTIONS(2828), - [anon_sym_asm] = ACTIONS(2828), - [anon_sym_AT_LBRACK] = ACTIONS(2828), - [sym___double_quote] = ACTIONS(2828), - [sym___single_quote] = ACTIONS(2828), - [sym___c_double_quote] = ACTIONS(2828), - [sym___c_single_quote] = ACTIONS(2828), - [sym___r_double_quote] = ACTIONS(2828), - [sym___r_single_quote] = ACTIONS(2828), - }, - [1013] = { - [ts_builtin_sym_end] = ACTIONS(2905), - [sym_identifier] = ACTIONS(2907), - [anon_sym_LF] = ACTIONS(2907), - [anon_sym_CR] = ACTIONS(2907), - [anon_sym_CR_LF] = ACTIONS(2907), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2907), - [anon_sym_as] = ACTIONS(2907), - [anon_sym_LBRACE] = ACTIONS(2907), - [anon_sym_COMMA] = ACTIONS(2907), - [anon_sym_const] = ACTIONS(2907), - [anon_sym_LPAREN] = ACTIONS(2907), - [anon_sym___global] = ACTIONS(2907), - [anon_sym_type] = ACTIONS(2907), - [anon_sym_PIPE] = ACTIONS(2907), - [anon_sym_fn] = ACTIONS(2907), - [anon_sym_PLUS] = ACTIONS(2907), - [anon_sym_DASH] = ACTIONS(2907), - [anon_sym_STAR] = ACTIONS(2907), - [anon_sym_SLASH] = ACTIONS(2907), - [anon_sym_PERCENT] = ACTIONS(2907), - [anon_sym_LT] = ACTIONS(2907), - [anon_sym_GT] = ACTIONS(2907), - [anon_sym_EQ_EQ] = ACTIONS(2907), - [anon_sym_BANG_EQ] = ACTIONS(2907), - [anon_sym_LT_EQ] = ACTIONS(2907), - [anon_sym_GT_EQ] = ACTIONS(2907), - [anon_sym_LBRACK] = ACTIONS(2905), - [anon_sym_struct] = ACTIONS(2907), - [anon_sym_union] = ACTIONS(2907), - [anon_sym_pub] = ACTIONS(2907), - [anon_sym_mut] = ACTIONS(2907), - [anon_sym_enum] = ACTIONS(2907), - [anon_sym_interface] = ACTIONS(2907), - [anon_sym_PLUS_PLUS] = ACTIONS(2907), - [anon_sym_DASH_DASH] = ACTIONS(2907), - [anon_sym_QMARK] = ACTIONS(2907), - [anon_sym_BANG] = ACTIONS(2907), - [anon_sym_go] = ACTIONS(2907), - [anon_sym_spawn] = ACTIONS(2907), - [anon_sym_json_DOTdecode] = ACTIONS(2907), - [anon_sym_LBRACK2] = ACTIONS(2907), - [anon_sym_TILDE] = ACTIONS(2907), - [anon_sym_CARET] = ACTIONS(2907), - [anon_sym_AMP] = ACTIONS(2907), - [anon_sym_LT_DASH] = ACTIONS(2907), - [anon_sym_LT_LT] = ACTIONS(2907), - [anon_sym_GT_GT] = ACTIONS(2907), - [anon_sym_GT_GT_GT] = ACTIONS(2907), - [anon_sym_AMP_CARET] = ACTIONS(2907), - [anon_sym_AMP_AMP] = ACTIONS(2907), - [anon_sym_PIPE_PIPE] = ACTIONS(2907), - [anon_sym_or] = ACTIONS(2907), - [sym_none] = ACTIONS(2907), - [sym_true] = ACTIONS(2907), - [sym_false] = ACTIONS(2907), - [sym_nil] = ACTIONS(2907), - [anon_sym_QMARK_DOT] = ACTIONS(2907), - [anon_sym_POUND_LBRACK] = ACTIONS(2907), - [anon_sym_if] = ACTIONS(2907), - [anon_sym_DOLLARif] = ACTIONS(2907), - [anon_sym_is] = ACTIONS(2907), - [anon_sym_BANGis] = ACTIONS(2907), - [anon_sym_in] = ACTIONS(2907), - [anon_sym_BANGin] = ACTIONS(2907), - [anon_sym_match] = ACTIONS(2907), - [anon_sym_select] = ACTIONS(2907), - [anon_sym_lock] = ACTIONS(2907), - [anon_sym_rlock] = ACTIONS(2907), - [anon_sym_unsafe] = ACTIONS(2907), - [anon_sym_sql] = ACTIONS(2907), - [sym_int_literal] = ACTIONS(2907), - [sym_float_literal] = ACTIONS(2907), - [sym_rune_literal] = ACTIONS(2907), - [anon_sym_AT] = ACTIONS(2907), - [anon_sym_shared] = ACTIONS(2907), - [anon_sym_map_LBRACK] = ACTIONS(2907), - [anon_sym_chan] = ACTIONS(2907), - [anon_sym_thread] = ACTIONS(2907), - [anon_sym_atomic] = ACTIONS(2907), - [anon_sym_assert] = ACTIONS(2907), - [anon_sym_defer] = ACTIONS(2907), - [anon_sym_goto] = ACTIONS(2907), - [anon_sym_break] = ACTIONS(2907), - [anon_sym_continue] = ACTIONS(2907), - [anon_sym_return] = ACTIONS(2907), - [anon_sym_DOLLARfor] = ACTIONS(2907), - [anon_sym_for] = ACTIONS(2907), - [anon_sym_POUND] = ACTIONS(2907), - [anon_sym_asm] = ACTIONS(2907), - [anon_sym_AT_LBRACK] = ACTIONS(2907), - [sym___double_quote] = ACTIONS(2907), - [sym___single_quote] = ACTIONS(2907), - [sym___c_double_quote] = ACTIONS(2907), - [sym___c_single_quote] = ACTIONS(2907), - [sym___r_double_quote] = ACTIONS(2907), - [sym___r_single_quote] = ACTIONS(2907), - }, - [1014] = { - [ts_builtin_sym_end] = ACTIONS(2814), - [sym_identifier] = ACTIONS(2816), - [anon_sym_LF] = ACTIONS(2816), - [anon_sym_CR] = ACTIONS(2816), - [anon_sym_CR_LF] = ACTIONS(2816), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2816), - [anon_sym_as] = ACTIONS(2816), - [anon_sym_LBRACE] = ACTIONS(2816), - [anon_sym_COMMA] = ACTIONS(2816), - [anon_sym_const] = ACTIONS(2816), - [anon_sym_LPAREN] = ACTIONS(2816), - [anon_sym___global] = ACTIONS(2816), - [anon_sym_type] = ACTIONS(2816), - [anon_sym_PIPE] = ACTIONS(2816), - [anon_sym_fn] = ACTIONS(2816), - [anon_sym_PLUS] = ACTIONS(2816), - [anon_sym_DASH] = ACTIONS(2816), - [anon_sym_STAR] = ACTIONS(2816), - [anon_sym_SLASH] = ACTIONS(2816), - [anon_sym_PERCENT] = ACTIONS(2816), - [anon_sym_LT] = ACTIONS(2816), - [anon_sym_GT] = ACTIONS(2816), - [anon_sym_EQ_EQ] = ACTIONS(2816), - [anon_sym_BANG_EQ] = ACTIONS(2816), - [anon_sym_LT_EQ] = ACTIONS(2816), - [anon_sym_GT_EQ] = ACTIONS(2816), - [anon_sym_LBRACK] = ACTIONS(2814), - [anon_sym_struct] = ACTIONS(2816), - [anon_sym_union] = ACTIONS(2816), - [anon_sym_pub] = ACTIONS(2816), - [anon_sym_mut] = ACTIONS(2816), - [anon_sym_enum] = ACTIONS(2816), - [anon_sym_interface] = ACTIONS(2816), - [anon_sym_PLUS_PLUS] = ACTIONS(2816), - [anon_sym_DASH_DASH] = ACTIONS(2816), - [anon_sym_QMARK] = ACTIONS(2816), - [anon_sym_BANG] = ACTIONS(2816), - [anon_sym_go] = ACTIONS(2816), - [anon_sym_spawn] = ACTIONS(2816), - [anon_sym_json_DOTdecode] = ACTIONS(2816), - [anon_sym_LBRACK2] = ACTIONS(2816), - [anon_sym_TILDE] = ACTIONS(2816), - [anon_sym_CARET] = ACTIONS(2816), - [anon_sym_AMP] = ACTIONS(2816), - [anon_sym_LT_DASH] = ACTIONS(2816), - [anon_sym_LT_LT] = ACTIONS(2816), - [anon_sym_GT_GT] = ACTIONS(2816), - [anon_sym_GT_GT_GT] = ACTIONS(2816), - [anon_sym_AMP_CARET] = ACTIONS(2816), - [anon_sym_AMP_AMP] = ACTIONS(2816), - [anon_sym_PIPE_PIPE] = ACTIONS(2816), - [anon_sym_or] = ACTIONS(2816), - [sym_none] = ACTIONS(2816), - [sym_true] = ACTIONS(2816), - [sym_false] = ACTIONS(2816), - [sym_nil] = ACTIONS(2816), - [anon_sym_QMARK_DOT] = ACTIONS(2816), - [anon_sym_POUND_LBRACK] = ACTIONS(2816), - [anon_sym_if] = ACTIONS(2816), - [anon_sym_DOLLARif] = ACTIONS(2816), - [anon_sym_is] = ACTIONS(2816), - [anon_sym_BANGis] = ACTIONS(2816), - [anon_sym_in] = ACTIONS(2816), - [anon_sym_BANGin] = ACTIONS(2816), - [anon_sym_match] = ACTIONS(2816), - [anon_sym_select] = ACTIONS(2816), - [anon_sym_lock] = ACTIONS(2816), - [anon_sym_rlock] = ACTIONS(2816), - [anon_sym_unsafe] = ACTIONS(2816), - [anon_sym_sql] = ACTIONS(2816), - [sym_int_literal] = ACTIONS(2816), - [sym_float_literal] = ACTIONS(2816), - [sym_rune_literal] = ACTIONS(2816), - [anon_sym_AT] = ACTIONS(2816), - [anon_sym_shared] = ACTIONS(2816), - [anon_sym_map_LBRACK] = ACTIONS(2816), - [anon_sym_chan] = ACTIONS(2816), - [anon_sym_thread] = ACTIONS(2816), - [anon_sym_atomic] = ACTIONS(2816), - [anon_sym_assert] = ACTIONS(2816), - [anon_sym_defer] = ACTIONS(2816), - [anon_sym_goto] = ACTIONS(2816), - [anon_sym_break] = ACTIONS(2816), - [anon_sym_continue] = ACTIONS(2816), - [anon_sym_return] = ACTIONS(2816), - [anon_sym_DOLLARfor] = ACTIONS(2816), - [anon_sym_for] = ACTIONS(2816), - [anon_sym_POUND] = ACTIONS(2816), - [anon_sym_asm] = ACTIONS(2816), - [anon_sym_AT_LBRACK] = ACTIONS(2816), - [sym___double_quote] = ACTIONS(2816), - [sym___single_quote] = ACTIONS(2816), - [sym___c_double_quote] = ACTIONS(2816), - [sym___c_single_quote] = ACTIONS(2816), - [sym___r_double_quote] = ACTIONS(2816), - [sym___r_single_quote] = ACTIONS(2816), - }, - [1015] = { - [ts_builtin_sym_end] = ACTIONS(2802), - [sym_identifier] = ACTIONS(2804), - [anon_sym_LF] = ACTIONS(2804), - [anon_sym_CR] = ACTIONS(2804), - [anon_sym_CR_LF] = ACTIONS(2804), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2804), - [anon_sym_as] = ACTIONS(2804), - [anon_sym_LBRACE] = ACTIONS(2804), - [anon_sym_COMMA] = ACTIONS(2804), - [anon_sym_const] = ACTIONS(2804), - [anon_sym_LPAREN] = ACTIONS(2804), - [anon_sym___global] = ACTIONS(2804), - [anon_sym_type] = ACTIONS(2804), - [anon_sym_PIPE] = ACTIONS(2804), - [anon_sym_fn] = ACTIONS(2804), - [anon_sym_PLUS] = ACTIONS(2804), - [anon_sym_DASH] = ACTIONS(2804), - [anon_sym_STAR] = ACTIONS(2804), - [anon_sym_SLASH] = ACTIONS(2804), - [anon_sym_PERCENT] = ACTIONS(2804), - [anon_sym_LT] = ACTIONS(2804), - [anon_sym_GT] = ACTIONS(2804), - [anon_sym_EQ_EQ] = ACTIONS(2804), - [anon_sym_BANG_EQ] = ACTIONS(2804), - [anon_sym_LT_EQ] = ACTIONS(2804), - [anon_sym_GT_EQ] = ACTIONS(2804), - [anon_sym_LBRACK] = ACTIONS(2802), - [anon_sym_struct] = ACTIONS(2804), - [anon_sym_union] = ACTIONS(2804), - [anon_sym_pub] = ACTIONS(2804), - [anon_sym_mut] = ACTIONS(2804), - [anon_sym_enum] = ACTIONS(2804), - [anon_sym_interface] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_QMARK] = ACTIONS(2804), - [anon_sym_BANG] = ACTIONS(2804), - [anon_sym_go] = ACTIONS(2804), - [anon_sym_spawn] = ACTIONS(2804), - [anon_sym_json_DOTdecode] = ACTIONS(2804), - [anon_sym_LBRACK2] = ACTIONS(2804), - [anon_sym_TILDE] = ACTIONS(2804), - [anon_sym_CARET] = ACTIONS(2804), - [anon_sym_AMP] = ACTIONS(2804), - [anon_sym_LT_DASH] = ACTIONS(2804), - [anon_sym_LT_LT] = ACTIONS(2804), - [anon_sym_GT_GT] = ACTIONS(2804), - [anon_sym_GT_GT_GT] = ACTIONS(2804), - [anon_sym_AMP_CARET] = ACTIONS(2804), - [anon_sym_AMP_AMP] = ACTIONS(2804), - [anon_sym_PIPE_PIPE] = ACTIONS(2804), - [anon_sym_or] = ACTIONS(2804), - [sym_none] = ACTIONS(2804), - [sym_true] = ACTIONS(2804), - [sym_false] = ACTIONS(2804), - [sym_nil] = ACTIONS(2804), - [anon_sym_QMARK_DOT] = ACTIONS(2804), - [anon_sym_POUND_LBRACK] = ACTIONS(2804), - [anon_sym_if] = ACTIONS(2804), - [anon_sym_DOLLARif] = ACTIONS(2804), - [anon_sym_is] = ACTIONS(2804), - [anon_sym_BANGis] = ACTIONS(2804), - [anon_sym_in] = ACTIONS(2804), - [anon_sym_BANGin] = ACTIONS(2804), - [anon_sym_match] = ACTIONS(2804), - [anon_sym_select] = ACTIONS(2804), - [anon_sym_lock] = ACTIONS(2804), - [anon_sym_rlock] = ACTIONS(2804), - [anon_sym_unsafe] = ACTIONS(2804), - [anon_sym_sql] = ACTIONS(2804), - [sym_int_literal] = ACTIONS(2804), - [sym_float_literal] = ACTIONS(2804), - [sym_rune_literal] = ACTIONS(2804), - [anon_sym_AT] = ACTIONS(2804), - [anon_sym_shared] = ACTIONS(2804), - [anon_sym_map_LBRACK] = ACTIONS(2804), - [anon_sym_chan] = ACTIONS(2804), - [anon_sym_thread] = ACTIONS(2804), - [anon_sym_atomic] = ACTIONS(2804), - [anon_sym_assert] = ACTIONS(2804), - [anon_sym_defer] = ACTIONS(2804), - [anon_sym_goto] = ACTIONS(2804), - [anon_sym_break] = ACTIONS(2804), - [anon_sym_continue] = ACTIONS(2804), - [anon_sym_return] = ACTIONS(2804), - [anon_sym_DOLLARfor] = ACTIONS(2804), - [anon_sym_for] = ACTIONS(2804), - [anon_sym_POUND] = ACTIONS(2804), - [anon_sym_asm] = ACTIONS(2804), - [anon_sym_AT_LBRACK] = ACTIONS(2804), - [sym___double_quote] = ACTIONS(2804), - [sym___single_quote] = ACTIONS(2804), - [sym___c_double_quote] = ACTIONS(2804), - [sym___c_single_quote] = ACTIONS(2804), - [sym___r_double_quote] = ACTIONS(2804), - [sym___r_single_quote] = ACTIONS(2804), - }, - [1016] = { - [ts_builtin_sym_end] = ACTIONS(2897), - [sym_identifier] = ACTIONS(2899), - [anon_sym_LF] = ACTIONS(2899), - [anon_sym_CR] = ACTIONS(2899), - [anon_sym_CR_LF] = ACTIONS(2899), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2899), - [anon_sym_as] = ACTIONS(2899), - [anon_sym_LBRACE] = ACTIONS(2899), - [anon_sym_COMMA] = ACTIONS(2899), - [anon_sym_const] = ACTIONS(2899), - [anon_sym_LPAREN] = ACTIONS(2899), - [anon_sym___global] = ACTIONS(2899), - [anon_sym_type] = ACTIONS(2899), - [anon_sym_PIPE] = ACTIONS(2899), - [anon_sym_fn] = ACTIONS(2899), - [anon_sym_PLUS] = ACTIONS(2899), - [anon_sym_DASH] = ACTIONS(2899), - [anon_sym_STAR] = ACTIONS(2899), - [anon_sym_SLASH] = ACTIONS(2899), - [anon_sym_PERCENT] = ACTIONS(2899), - [anon_sym_LT] = ACTIONS(2899), - [anon_sym_GT] = ACTIONS(2899), - [anon_sym_EQ_EQ] = ACTIONS(2899), - [anon_sym_BANG_EQ] = ACTIONS(2899), - [anon_sym_LT_EQ] = ACTIONS(2899), - [anon_sym_GT_EQ] = ACTIONS(2899), - [anon_sym_LBRACK] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(2899), - [anon_sym_union] = ACTIONS(2899), - [anon_sym_pub] = ACTIONS(2899), - [anon_sym_mut] = ACTIONS(2899), - [anon_sym_enum] = ACTIONS(2899), - [anon_sym_interface] = ACTIONS(2899), - [anon_sym_PLUS_PLUS] = ACTIONS(2899), - [anon_sym_DASH_DASH] = ACTIONS(2899), - [anon_sym_QMARK] = ACTIONS(2899), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2899), - [anon_sym_spawn] = ACTIONS(2899), - [anon_sym_json_DOTdecode] = ACTIONS(2899), - [anon_sym_LBRACK2] = ACTIONS(2899), - [anon_sym_TILDE] = ACTIONS(2899), - [anon_sym_CARET] = ACTIONS(2899), - [anon_sym_AMP] = ACTIONS(2899), - [anon_sym_LT_DASH] = ACTIONS(2899), - [anon_sym_LT_LT] = ACTIONS(2899), - [anon_sym_GT_GT] = ACTIONS(2899), - [anon_sym_GT_GT_GT] = ACTIONS(2899), - [anon_sym_AMP_CARET] = ACTIONS(2899), - [anon_sym_AMP_AMP] = ACTIONS(2899), - [anon_sym_PIPE_PIPE] = ACTIONS(2899), - [anon_sym_or] = ACTIONS(2899), - [sym_none] = ACTIONS(2899), - [sym_true] = ACTIONS(2899), - [sym_false] = ACTIONS(2899), - [sym_nil] = ACTIONS(2899), - [anon_sym_QMARK_DOT] = ACTIONS(2899), - [anon_sym_POUND_LBRACK] = ACTIONS(2899), - [anon_sym_if] = ACTIONS(2899), - [anon_sym_DOLLARif] = ACTIONS(2899), - [anon_sym_is] = ACTIONS(2899), - [anon_sym_BANGis] = ACTIONS(2899), - [anon_sym_in] = ACTIONS(2899), - [anon_sym_BANGin] = ACTIONS(2899), - [anon_sym_match] = ACTIONS(2899), - [anon_sym_select] = ACTIONS(2899), - [anon_sym_lock] = ACTIONS(2899), - [anon_sym_rlock] = ACTIONS(2899), - [anon_sym_unsafe] = ACTIONS(2899), - [anon_sym_sql] = ACTIONS(2899), - [sym_int_literal] = ACTIONS(2899), - [sym_float_literal] = ACTIONS(2899), - [sym_rune_literal] = ACTIONS(2899), - [anon_sym_AT] = ACTIONS(2899), - [anon_sym_shared] = ACTIONS(2899), - [anon_sym_map_LBRACK] = ACTIONS(2899), - [anon_sym_chan] = ACTIONS(2899), - [anon_sym_thread] = ACTIONS(2899), - [anon_sym_atomic] = ACTIONS(2899), - [anon_sym_assert] = ACTIONS(2899), - [anon_sym_defer] = ACTIONS(2899), - [anon_sym_goto] = ACTIONS(2899), - [anon_sym_break] = ACTIONS(2899), - [anon_sym_continue] = ACTIONS(2899), - [anon_sym_return] = ACTIONS(2899), - [anon_sym_DOLLARfor] = ACTIONS(2899), - [anon_sym_for] = ACTIONS(2899), - [anon_sym_POUND] = ACTIONS(2899), - [anon_sym_asm] = ACTIONS(2899), - [anon_sym_AT_LBRACK] = ACTIONS(2899), - [sym___double_quote] = ACTIONS(2899), - [sym___single_quote] = ACTIONS(2899), - [sym___c_double_quote] = ACTIONS(2899), - [sym___c_single_quote] = ACTIONS(2899), - [sym___r_double_quote] = ACTIONS(2899), - [sym___r_single_quote] = ACTIONS(2899), - }, - [1017] = { - [ts_builtin_sym_end] = ACTIONS(2874), - [sym_identifier] = ACTIONS(2876), - [anon_sym_LF] = ACTIONS(2876), - [anon_sym_CR] = ACTIONS(2876), - [anon_sym_CR_LF] = ACTIONS(2876), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2876), - [anon_sym_as] = ACTIONS(2876), - [anon_sym_LBRACE] = ACTIONS(2876), - [anon_sym_COMMA] = ACTIONS(2876), - [anon_sym_const] = ACTIONS(2876), - [anon_sym_LPAREN] = ACTIONS(2876), - [anon_sym___global] = ACTIONS(2876), - [anon_sym_type] = ACTIONS(2876), - [anon_sym_PIPE] = ACTIONS(2876), - [anon_sym_fn] = ACTIONS(2876), - [anon_sym_PLUS] = ACTIONS(2876), - [anon_sym_DASH] = ACTIONS(2876), - [anon_sym_STAR] = ACTIONS(2876), - [anon_sym_SLASH] = ACTIONS(2876), - [anon_sym_PERCENT] = ACTIONS(2876), - [anon_sym_LT] = ACTIONS(2876), - [anon_sym_GT] = ACTIONS(2876), - [anon_sym_EQ_EQ] = ACTIONS(2876), - [anon_sym_BANG_EQ] = ACTIONS(2876), - [anon_sym_LT_EQ] = ACTIONS(2876), - [anon_sym_GT_EQ] = ACTIONS(2876), - [anon_sym_LBRACK] = ACTIONS(2874), - [anon_sym_struct] = ACTIONS(2876), - [anon_sym_union] = ACTIONS(2876), - [anon_sym_pub] = ACTIONS(2876), - [anon_sym_mut] = ACTIONS(2876), - [anon_sym_enum] = ACTIONS(2876), - [anon_sym_interface] = ACTIONS(2876), - [anon_sym_PLUS_PLUS] = ACTIONS(2876), - [anon_sym_DASH_DASH] = ACTIONS(2876), - [anon_sym_QMARK] = ACTIONS(2876), - [anon_sym_BANG] = ACTIONS(2876), - [anon_sym_go] = ACTIONS(2876), - [anon_sym_spawn] = ACTIONS(2876), - [anon_sym_json_DOTdecode] = ACTIONS(2876), - [anon_sym_LBRACK2] = ACTIONS(2876), - [anon_sym_TILDE] = ACTIONS(2876), - [anon_sym_CARET] = ACTIONS(2876), - [anon_sym_AMP] = ACTIONS(2876), - [anon_sym_LT_DASH] = ACTIONS(2876), - [anon_sym_LT_LT] = ACTIONS(2876), - [anon_sym_GT_GT] = ACTIONS(2876), - [anon_sym_GT_GT_GT] = ACTIONS(2876), - [anon_sym_AMP_CARET] = ACTIONS(2876), - [anon_sym_AMP_AMP] = ACTIONS(2876), - [anon_sym_PIPE_PIPE] = ACTIONS(2876), - [anon_sym_or] = ACTIONS(2876), - [sym_none] = ACTIONS(2876), - [sym_true] = ACTIONS(2876), - [sym_false] = ACTIONS(2876), - [sym_nil] = ACTIONS(2876), - [anon_sym_QMARK_DOT] = ACTIONS(2876), - [anon_sym_POUND_LBRACK] = ACTIONS(2876), - [anon_sym_if] = ACTIONS(2876), - [anon_sym_DOLLARif] = ACTIONS(2876), - [anon_sym_is] = ACTIONS(2876), - [anon_sym_BANGis] = ACTIONS(2876), - [anon_sym_in] = ACTIONS(2876), - [anon_sym_BANGin] = ACTIONS(2876), - [anon_sym_match] = ACTIONS(2876), - [anon_sym_select] = ACTIONS(2876), - [anon_sym_lock] = ACTIONS(2876), - [anon_sym_rlock] = ACTIONS(2876), - [anon_sym_unsafe] = ACTIONS(2876), - [anon_sym_sql] = ACTIONS(2876), - [sym_int_literal] = ACTIONS(2876), - [sym_float_literal] = ACTIONS(2876), - [sym_rune_literal] = ACTIONS(2876), - [anon_sym_AT] = ACTIONS(2876), - [anon_sym_shared] = ACTIONS(2876), - [anon_sym_map_LBRACK] = ACTIONS(2876), - [anon_sym_chan] = ACTIONS(2876), - [anon_sym_thread] = ACTIONS(2876), - [anon_sym_atomic] = ACTIONS(2876), - [anon_sym_assert] = ACTIONS(2876), - [anon_sym_defer] = ACTIONS(2876), - [anon_sym_goto] = ACTIONS(2876), - [anon_sym_break] = ACTIONS(2876), - [anon_sym_continue] = ACTIONS(2876), - [anon_sym_return] = ACTIONS(2876), - [anon_sym_DOLLARfor] = ACTIONS(2876), - [anon_sym_for] = ACTIONS(2876), - [anon_sym_POUND] = ACTIONS(2876), - [anon_sym_asm] = ACTIONS(2876), - [anon_sym_AT_LBRACK] = ACTIONS(2876), - [sym___double_quote] = ACTIONS(2876), - [sym___single_quote] = ACTIONS(2876), - [sym___c_double_quote] = ACTIONS(2876), - [sym___c_single_quote] = ACTIONS(2876), - [sym___r_double_quote] = ACTIONS(2876), - [sym___r_single_quote] = ACTIONS(2876), - }, - [1018] = { - [ts_builtin_sym_end] = ACTIONS(3135), - [sym_identifier] = ACTIONS(3137), - [anon_sym_LF] = ACTIONS(3137), - [anon_sym_CR] = ACTIONS(3137), - [anon_sym_CR_LF] = ACTIONS(3137), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3137), - [anon_sym_as] = ACTIONS(3137), - [anon_sym_LBRACE] = ACTIONS(3137), - [anon_sym_COMMA] = ACTIONS(3137), - [anon_sym_const] = ACTIONS(3137), - [anon_sym_LPAREN] = ACTIONS(3137), - [anon_sym___global] = ACTIONS(3137), - [anon_sym_type] = ACTIONS(3137), - [anon_sym_PIPE] = ACTIONS(3137), - [anon_sym_fn] = ACTIONS(3137), - [anon_sym_PLUS] = ACTIONS(3137), - [anon_sym_DASH] = ACTIONS(3137), - [anon_sym_STAR] = ACTIONS(3137), - [anon_sym_SLASH] = ACTIONS(3137), - [anon_sym_PERCENT] = ACTIONS(3137), - [anon_sym_LT] = ACTIONS(3137), - [anon_sym_GT] = ACTIONS(3137), - [anon_sym_EQ_EQ] = ACTIONS(3137), - [anon_sym_BANG_EQ] = ACTIONS(3137), - [anon_sym_LT_EQ] = ACTIONS(3137), - [anon_sym_GT_EQ] = ACTIONS(3137), - [anon_sym_LBRACK] = ACTIONS(3135), - [anon_sym_struct] = ACTIONS(3137), - [anon_sym_union] = ACTIONS(3137), - [anon_sym_pub] = ACTIONS(3137), - [anon_sym_mut] = ACTIONS(3137), - [anon_sym_enum] = ACTIONS(3137), - [anon_sym_interface] = ACTIONS(3137), - [anon_sym_PLUS_PLUS] = ACTIONS(3137), - [anon_sym_DASH_DASH] = ACTIONS(3137), - [anon_sym_QMARK] = ACTIONS(3137), - [anon_sym_BANG] = ACTIONS(3137), - [anon_sym_go] = ACTIONS(3137), - [anon_sym_spawn] = ACTIONS(3137), - [anon_sym_json_DOTdecode] = ACTIONS(3137), - [anon_sym_LBRACK2] = ACTIONS(3137), - [anon_sym_TILDE] = ACTIONS(3137), - [anon_sym_CARET] = ACTIONS(3137), - [anon_sym_AMP] = ACTIONS(3137), - [anon_sym_LT_DASH] = ACTIONS(3137), - [anon_sym_LT_LT] = ACTIONS(3137), - [anon_sym_GT_GT] = ACTIONS(3137), - [anon_sym_GT_GT_GT] = ACTIONS(3137), - [anon_sym_AMP_CARET] = ACTIONS(3137), - [anon_sym_AMP_AMP] = ACTIONS(3137), - [anon_sym_PIPE_PIPE] = ACTIONS(3137), - [anon_sym_or] = ACTIONS(3137), - [sym_none] = ACTIONS(3137), - [sym_true] = ACTIONS(3137), - [sym_false] = ACTIONS(3137), - [sym_nil] = ACTIONS(3137), - [anon_sym_QMARK_DOT] = ACTIONS(3137), - [anon_sym_POUND_LBRACK] = ACTIONS(3137), - [anon_sym_if] = ACTIONS(3137), - [anon_sym_DOLLARif] = ACTIONS(3137), - [anon_sym_is] = ACTIONS(3137), - [anon_sym_BANGis] = ACTIONS(3137), - [anon_sym_in] = ACTIONS(3137), - [anon_sym_BANGin] = ACTIONS(3137), - [anon_sym_match] = ACTIONS(3137), - [anon_sym_select] = ACTIONS(3137), - [anon_sym_lock] = ACTIONS(3137), - [anon_sym_rlock] = ACTIONS(3137), - [anon_sym_unsafe] = ACTIONS(3137), - [anon_sym_sql] = ACTIONS(3137), - [sym_int_literal] = ACTIONS(3137), - [sym_float_literal] = ACTIONS(3137), - [sym_rune_literal] = ACTIONS(3137), - [anon_sym_AT] = ACTIONS(3137), - [anon_sym_shared] = ACTIONS(3137), - [anon_sym_map_LBRACK] = ACTIONS(3137), - [anon_sym_chan] = ACTIONS(3137), - [anon_sym_thread] = ACTIONS(3137), - [anon_sym_atomic] = ACTIONS(3137), - [anon_sym_assert] = ACTIONS(3137), - [anon_sym_defer] = ACTIONS(3137), - [anon_sym_goto] = ACTIONS(3137), - [anon_sym_break] = ACTIONS(3137), - [anon_sym_continue] = ACTIONS(3137), - [anon_sym_return] = ACTIONS(3137), - [anon_sym_DOLLARfor] = ACTIONS(3137), - [anon_sym_for] = ACTIONS(3137), - [anon_sym_POUND] = ACTIONS(3137), - [anon_sym_asm] = ACTIONS(3137), - [anon_sym_AT_LBRACK] = ACTIONS(3137), - [sym___double_quote] = ACTIONS(3137), - [sym___single_quote] = ACTIONS(3137), - [sym___c_double_quote] = ACTIONS(3137), - [sym___c_single_quote] = ACTIONS(3137), - [sym___r_double_quote] = ACTIONS(3137), - [sym___r_single_quote] = ACTIONS(3137), - }, - [1019] = { - [ts_builtin_sym_end] = ACTIONS(2870), - [sym_identifier] = ACTIONS(2872), - [anon_sym_LF] = ACTIONS(2872), - [anon_sym_CR] = ACTIONS(2872), - [anon_sym_CR_LF] = ACTIONS(2872), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2872), - [anon_sym_as] = ACTIONS(2872), - [anon_sym_LBRACE] = ACTIONS(2872), - [anon_sym_COMMA] = ACTIONS(2872), - [anon_sym_const] = ACTIONS(2872), - [anon_sym_LPAREN] = ACTIONS(2872), - [anon_sym___global] = ACTIONS(2872), - [anon_sym_type] = ACTIONS(2872), - [anon_sym_PIPE] = ACTIONS(2872), - [anon_sym_fn] = ACTIONS(2872), - [anon_sym_PLUS] = ACTIONS(2872), - [anon_sym_DASH] = ACTIONS(2872), - [anon_sym_STAR] = ACTIONS(2872), - [anon_sym_SLASH] = ACTIONS(2872), - [anon_sym_PERCENT] = ACTIONS(2872), - [anon_sym_LT] = ACTIONS(2872), - [anon_sym_GT] = ACTIONS(2872), - [anon_sym_EQ_EQ] = ACTIONS(2872), - [anon_sym_BANG_EQ] = ACTIONS(2872), - [anon_sym_LT_EQ] = ACTIONS(2872), - [anon_sym_GT_EQ] = ACTIONS(2872), - [anon_sym_LBRACK] = ACTIONS(2870), - [anon_sym_struct] = ACTIONS(2872), - [anon_sym_union] = ACTIONS(2872), - [anon_sym_pub] = ACTIONS(2872), - [anon_sym_mut] = ACTIONS(2872), - [anon_sym_enum] = ACTIONS(2872), - [anon_sym_interface] = ACTIONS(2872), - [anon_sym_PLUS_PLUS] = ACTIONS(2872), - [anon_sym_DASH_DASH] = ACTIONS(2872), - [anon_sym_QMARK] = ACTIONS(2872), - [anon_sym_BANG] = ACTIONS(2872), - [anon_sym_go] = ACTIONS(2872), - [anon_sym_spawn] = ACTIONS(2872), - [anon_sym_json_DOTdecode] = ACTIONS(2872), - [anon_sym_LBRACK2] = ACTIONS(2872), - [anon_sym_TILDE] = ACTIONS(2872), - [anon_sym_CARET] = ACTIONS(2872), - [anon_sym_AMP] = ACTIONS(2872), - [anon_sym_LT_DASH] = ACTIONS(2872), - [anon_sym_LT_LT] = ACTIONS(2872), - [anon_sym_GT_GT] = ACTIONS(2872), - [anon_sym_GT_GT_GT] = ACTIONS(2872), - [anon_sym_AMP_CARET] = ACTIONS(2872), - [anon_sym_AMP_AMP] = ACTIONS(2872), - [anon_sym_PIPE_PIPE] = ACTIONS(2872), - [anon_sym_or] = ACTIONS(2872), - [sym_none] = ACTIONS(2872), - [sym_true] = ACTIONS(2872), - [sym_false] = ACTIONS(2872), - [sym_nil] = ACTIONS(2872), - [anon_sym_QMARK_DOT] = ACTIONS(2872), - [anon_sym_POUND_LBRACK] = ACTIONS(2872), - [anon_sym_if] = ACTIONS(2872), - [anon_sym_DOLLARif] = ACTIONS(2872), - [anon_sym_is] = ACTIONS(2872), - [anon_sym_BANGis] = ACTIONS(2872), - [anon_sym_in] = ACTIONS(2872), - [anon_sym_BANGin] = ACTIONS(2872), - [anon_sym_match] = ACTIONS(2872), - [anon_sym_select] = ACTIONS(2872), - [anon_sym_lock] = ACTIONS(2872), - [anon_sym_rlock] = ACTIONS(2872), - [anon_sym_unsafe] = ACTIONS(2872), - [anon_sym_sql] = ACTIONS(2872), - [sym_int_literal] = ACTIONS(2872), - [sym_float_literal] = ACTIONS(2872), - [sym_rune_literal] = ACTIONS(2872), - [anon_sym_AT] = ACTIONS(2872), - [anon_sym_shared] = ACTIONS(2872), - [anon_sym_map_LBRACK] = ACTIONS(2872), - [anon_sym_chan] = ACTIONS(2872), - [anon_sym_thread] = ACTIONS(2872), - [anon_sym_atomic] = ACTIONS(2872), - [anon_sym_assert] = ACTIONS(2872), - [anon_sym_defer] = ACTIONS(2872), - [anon_sym_goto] = ACTIONS(2872), - [anon_sym_break] = ACTIONS(2872), - [anon_sym_continue] = ACTIONS(2872), - [anon_sym_return] = ACTIONS(2872), - [anon_sym_DOLLARfor] = ACTIONS(2872), - [anon_sym_for] = ACTIONS(2872), - [anon_sym_POUND] = ACTIONS(2872), - [anon_sym_asm] = ACTIONS(2872), - [anon_sym_AT_LBRACK] = ACTIONS(2872), - [sym___double_quote] = ACTIONS(2872), - [sym___single_quote] = ACTIONS(2872), - [sym___c_double_quote] = ACTIONS(2872), - [sym___c_single_quote] = ACTIONS(2872), - [sym___r_double_quote] = ACTIONS(2872), - [sym___r_single_quote] = ACTIONS(2872), - }, - [1020] = { - [ts_builtin_sym_end] = ACTIONS(2798), - [sym_identifier] = ACTIONS(2800), - [anon_sym_LF] = ACTIONS(2800), - [anon_sym_CR] = ACTIONS(2800), - [anon_sym_CR_LF] = ACTIONS(2800), + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(1796), + [sym_identifier] = ACTIONS(1782), + [anon_sym_LF] = ACTIONS(1782), + [anon_sym_CR] = ACTIONS(1782), + [anon_sym_CR_LF] = ACTIONS(1782), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2800), - [anon_sym_as] = ACTIONS(2800), - [anon_sym_LBRACE] = ACTIONS(2800), - [anon_sym_COMMA] = ACTIONS(2800), - [anon_sym_const] = ACTIONS(2800), - [anon_sym_LPAREN] = ACTIONS(2800), - [anon_sym___global] = ACTIONS(2800), - [anon_sym_type] = ACTIONS(2800), - [anon_sym_PIPE] = ACTIONS(2800), - [anon_sym_fn] = ACTIONS(2800), - [anon_sym_PLUS] = ACTIONS(2800), - [anon_sym_DASH] = ACTIONS(2800), - [anon_sym_STAR] = ACTIONS(2800), - [anon_sym_SLASH] = ACTIONS(2800), - [anon_sym_PERCENT] = ACTIONS(2800), - [anon_sym_LT] = ACTIONS(2800), - [anon_sym_GT] = ACTIONS(2800), - [anon_sym_EQ_EQ] = ACTIONS(2800), - [anon_sym_BANG_EQ] = ACTIONS(2800), - [anon_sym_LT_EQ] = ACTIONS(2800), - [anon_sym_GT_EQ] = ACTIONS(2800), - [anon_sym_LBRACK] = ACTIONS(2798), - [anon_sym_struct] = ACTIONS(2800), - [anon_sym_union] = ACTIONS(2800), - [anon_sym_pub] = ACTIONS(2800), - [anon_sym_mut] = ACTIONS(2800), - [anon_sym_enum] = ACTIONS(2800), - [anon_sym_interface] = ACTIONS(2800), - [anon_sym_PLUS_PLUS] = ACTIONS(2800), - [anon_sym_DASH_DASH] = ACTIONS(2800), - [anon_sym_QMARK] = ACTIONS(2800), - [anon_sym_BANG] = ACTIONS(2800), - [anon_sym_go] = ACTIONS(2800), - [anon_sym_spawn] = ACTIONS(2800), - [anon_sym_json_DOTdecode] = ACTIONS(2800), - [anon_sym_LBRACK2] = ACTIONS(2800), - [anon_sym_TILDE] = ACTIONS(2800), - [anon_sym_CARET] = ACTIONS(2800), - [anon_sym_AMP] = ACTIONS(2800), - [anon_sym_LT_DASH] = ACTIONS(2800), - [anon_sym_LT_LT] = ACTIONS(2800), - [anon_sym_GT_GT] = ACTIONS(2800), - [anon_sym_GT_GT_GT] = ACTIONS(2800), - [anon_sym_AMP_CARET] = ACTIONS(2800), - [anon_sym_AMP_AMP] = ACTIONS(2800), - [anon_sym_PIPE_PIPE] = ACTIONS(2800), - [anon_sym_or] = ACTIONS(2800), - [sym_none] = ACTIONS(2800), - [sym_true] = ACTIONS(2800), - [sym_false] = ACTIONS(2800), - [sym_nil] = ACTIONS(2800), - [anon_sym_QMARK_DOT] = ACTIONS(2800), - [anon_sym_POUND_LBRACK] = ACTIONS(2800), - [anon_sym_if] = ACTIONS(2800), - [anon_sym_DOLLARif] = ACTIONS(2800), - [anon_sym_is] = ACTIONS(2800), - [anon_sym_BANGis] = ACTIONS(2800), - [anon_sym_in] = ACTIONS(2800), - [anon_sym_BANGin] = ACTIONS(2800), - [anon_sym_match] = ACTIONS(2800), - [anon_sym_select] = ACTIONS(2800), - [anon_sym_lock] = ACTIONS(2800), - [anon_sym_rlock] = ACTIONS(2800), - [anon_sym_unsafe] = ACTIONS(2800), - [anon_sym_sql] = ACTIONS(2800), - [sym_int_literal] = ACTIONS(2800), - [sym_float_literal] = ACTIONS(2800), - [sym_rune_literal] = ACTIONS(2800), - [anon_sym_AT] = ACTIONS(2800), - [anon_sym_shared] = ACTIONS(2800), - [anon_sym_map_LBRACK] = ACTIONS(2800), - [anon_sym_chan] = ACTIONS(2800), - [anon_sym_thread] = ACTIONS(2800), - [anon_sym_atomic] = ACTIONS(2800), - [anon_sym_assert] = ACTIONS(2800), - [anon_sym_defer] = ACTIONS(2800), - [anon_sym_goto] = ACTIONS(2800), - [anon_sym_break] = ACTIONS(2800), - [anon_sym_continue] = ACTIONS(2800), - [anon_sym_return] = ACTIONS(2800), - [anon_sym_DOLLARfor] = ACTIONS(2800), - [anon_sym_for] = ACTIONS(2800), - [anon_sym_POUND] = ACTIONS(2800), - [anon_sym_asm] = ACTIONS(2800), - [anon_sym_AT_LBRACK] = ACTIONS(2800), - [sym___double_quote] = ACTIONS(2800), - [sym___single_quote] = ACTIONS(2800), - [sym___c_double_quote] = ACTIONS(2800), - [sym___c_single_quote] = ACTIONS(2800), - [sym___r_double_quote] = ACTIONS(2800), - [sym___r_single_quote] = ACTIONS(2800), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1782), + [anon_sym_const] = ACTIONS(1782), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(1782), + [anon_sym_type] = ACTIONS(1782), + [anon_sym_PIPE] = ACTIONS(1782), + [anon_sym_fn] = ACTIONS(1782), + [anon_sym_PLUS] = ACTIONS(1782), + [anon_sym_DASH] = ACTIONS(1782), + [anon_sym_STAR] = ACTIONS(3315), + [anon_sym_SLASH] = ACTIONS(3315), + [anon_sym_PERCENT] = ACTIONS(3315), + [anon_sym_LT] = ACTIONS(1782), + [anon_sym_GT] = ACTIONS(1782), + [anon_sym_EQ_EQ] = ACTIONS(1782), + [anon_sym_BANG_EQ] = ACTIONS(1782), + [anon_sym_LT_EQ] = ACTIONS(1782), + [anon_sym_GT_EQ] = ACTIONS(1782), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1782), + [anon_sym_union] = ACTIONS(1782), + [anon_sym_pub] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_enum] = ACTIONS(1782), + [anon_sym_interface] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(1782), + [anon_sym_spawn] = ACTIONS(1782), + [anon_sym_json_DOTdecode] = ACTIONS(1782), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_CARET] = ACTIONS(1782), + [anon_sym_AMP] = ACTIONS(3315), + [anon_sym_LT_DASH] = ACTIONS(1782), + [anon_sym_LT_LT] = ACTIONS(3315), + [anon_sym_GT_GT] = ACTIONS(3315), + [anon_sym_GT_GT_GT] = ACTIONS(3315), + [anon_sym_AMP_CARET] = ACTIONS(3315), + [anon_sym_AMP_AMP] = ACTIONS(1782), + [anon_sym_PIPE_PIPE] = ACTIONS(1782), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1782), + [sym_true] = ACTIONS(1782), + [sym_false] = ACTIONS(1782), + [sym_nil] = ACTIONS(1782), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_DOLLARif] = ACTIONS(1782), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1782), + [anon_sym_in] = ACTIONS(1782), + [anon_sym_BANGin] = ACTIONS(1782), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_select] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1782), + [anon_sym_rlock] = ACTIONS(1782), + [anon_sym_unsafe] = ACTIONS(1782), + [anon_sym_sql] = ACTIONS(1782), + [sym_int_literal] = ACTIONS(1782), + [sym_float_literal] = ACTIONS(1782), + [sym_rune_literal] = ACTIONS(1782), + [anon_sym_AT] = ACTIONS(1782), + [anon_sym_shared] = ACTIONS(1782), + [anon_sym_map_LBRACK] = ACTIONS(1782), + [anon_sym_chan] = ACTIONS(1782), + [anon_sym_thread] = ACTIONS(1782), + [anon_sym_atomic] = ACTIONS(1782), + [anon_sym_assert] = ACTIONS(1782), + [anon_sym_defer] = ACTIONS(1782), + [anon_sym_goto] = ACTIONS(1782), + [anon_sym_break] = ACTIONS(1782), + [anon_sym_continue] = ACTIONS(1782), + [anon_sym_return] = ACTIONS(1782), + [anon_sym_DOLLARfor] = ACTIONS(1782), + [anon_sym_for] = ACTIONS(1782), + [anon_sym_POUND] = ACTIONS(1782), + [anon_sym_asm] = ACTIONS(1782), + [anon_sym_AT_LBRACK] = ACTIONS(1782), + [sym___double_quote] = ACTIONS(1782), + [sym___single_quote] = ACTIONS(1782), + [sym___c_double_quote] = ACTIONS(1782), + [sym___c_single_quote] = ACTIONS(1782), + [sym___r_double_quote] = ACTIONS(1782), + [sym___r_single_quote] = ACTIONS(1782), }, - [1021] = { - [ts_builtin_sym_end] = ACTIONS(3143), - [sym_identifier] = ACTIONS(3145), - [anon_sym_LF] = ACTIONS(3145), - [anon_sym_CR] = ACTIONS(3145), - [anon_sym_CR_LF] = ACTIONS(3145), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3145), - [anon_sym_as] = ACTIONS(3145), - [anon_sym_LBRACE] = ACTIONS(3145), - [anon_sym_COMMA] = ACTIONS(3145), - [anon_sym_const] = ACTIONS(3145), - [anon_sym_LPAREN] = ACTIONS(3145), - [anon_sym___global] = ACTIONS(3145), - [anon_sym_type] = ACTIONS(3145), - [anon_sym_PIPE] = ACTIONS(3145), - [anon_sym_fn] = ACTIONS(3145), - [anon_sym_PLUS] = ACTIONS(3145), - [anon_sym_DASH] = ACTIONS(3145), - [anon_sym_STAR] = ACTIONS(3145), - [anon_sym_SLASH] = ACTIONS(3145), - [anon_sym_PERCENT] = ACTIONS(3145), - [anon_sym_LT] = ACTIONS(3145), - [anon_sym_GT] = ACTIONS(3145), - [anon_sym_EQ_EQ] = ACTIONS(3145), - [anon_sym_BANG_EQ] = ACTIONS(3145), - [anon_sym_LT_EQ] = ACTIONS(3145), - [anon_sym_GT_EQ] = ACTIONS(3145), - [anon_sym_LBRACK] = ACTIONS(3143), - [anon_sym_struct] = ACTIONS(3145), - [anon_sym_union] = ACTIONS(3145), - [anon_sym_pub] = ACTIONS(3145), - [anon_sym_mut] = ACTIONS(3145), - [anon_sym_enum] = ACTIONS(3145), - [anon_sym_interface] = ACTIONS(3145), - [anon_sym_PLUS_PLUS] = ACTIONS(3145), - [anon_sym_DASH_DASH] = ACTIONS(3145), - [anon_sym_QMARK] = ACTIONS(3145), - [anon_sym_BANG] = ACTIONS(3145), - [anon_sym_go] = ACTIONS(3145), - [anon_sym_spawn] = ACTIONS(3145), - [anon_sym_json_DOTdecode] = ACTIONS(3145), - [anon_sym_LBRACK2] = ACTIONS(3145), - [anon_sym_TILDE] = ACTIONS(3145), - [anon_sym_CARET] = ACTIONS(3145), - [anon_sym_AMP] = ACTIONS(3145), - [anon_sym_LT_DASH] = ACTIONS(3145), - [anon_sym_LT_LT] = ACTIONS(3145), - [anon_sym_GT_GT] = ACTIONS(3145), - [anon_sym_GT_GT_GT] = ACTIONS(3145), - [anon_sym_AMP_CARET] = ACTIONS(3145), - [anon_sym_AMP_AMP] = ACTIONS(3145), - [anon_sym_PIPE_PIPE] = ACTIONS(3145), - [anon_sym_or] = ACTIONS(3145), - [sym_none] = ACTIONS(3145), - [sym_true] = ACTIONS(3145), - [sym_false] = ACTIONS(3145), - [sym_nil] = ACTIONS(3145), - [anon_sym_QMARK_DOT] = ACTIONS(3145), - [anon_sym_POUND_LBRACK] = ACTIONS(3145), - [anon_sym_if] = ACTIONS(3145), - [anon_sym_DOLLARif] = ACTIONS(3145), - [anon_sym_is] = ACTIONS(3145), - [anon_sym_BANGis] = ACTIONS(3145), - [anon_sym_in] = ACTIONS(3145), - [anon_sym_BANGin] = ACTIONS(3145), - [anon_sym_match] = ACTIONS(3145), - [anon_sym_select] = ACTIONS(3145), - [anon_sym_lock] = ACTIONS(3145), - [anon_sym_rlock] = ACTIONS(3145), - [anon_sym_unsafe] = ACTIONS(3145), - [anon_sym_sql] = ACTIONS(3145), - [sym_int_literal] = ACTIONS(3145), - [sym_float_literal] = ACTIONS(3145), - [sym_rune_literal] = ACTIONS(3145), - [anon_sym_AT] = ACTIONS(3145), - [anon_sym_shared] = ACTIONS(3145), - [anon_sym_map_LBRACK] = ACTIONS(3145), - [anon_sym_chan] = ACTIONS(3145), - [anon_sym_thread] = ACTIONS(3145), - [anon_sym_atomic] = ACTIONS(3145), - [anon_sym_assert] = ACTIONS(3145), - [anon_sym_defer] = ACTIONS(3145), - [anon_sym_goto] = ACTIONS(3145), - [anon_sym_break] = ACTIONS(3145), - [anon_sym_continue] = ACTIONS(3145), - [anon_sym_return] = ACTIONS(3145), - [anon_sym_DOLLARfor] = ACTIONS(3145), - [anon_sym_for] = ACTIONS(3145), - [anon_sym_POUND] = ACTIONS(3145), - [anon_sym_asm] = ACTIONS(3145), - [anon_sym_AT_LBRACK] = ACTIONS(3145), - [sym___double_quote] = ACTIONS(3145), - [sym___single_quote] = ACTIONS(3145), - [sym___c_double_quote] = ACTIONS(3145), - [sym___c_single_quote] = ACTIONS(3145), - [sym___r_double_quote] = ACTIONS(3145), - [sym___r_single_quote] = ACTIONS(3145), + [983] = { + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(3327), + [sym_identifier] = ACTIONS(3329), + [anon_sym_LF] = ACTIONS(3329), + [anon_sym_CR] = ACTIONS(3329), + [anon_sym_CR_LF] = ACTIONS(3329), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(3233), + [anon_sym_LBRACE] = ACTIONS(3329), + [anon_sym_const] = ACTIONS(3329), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(3329), + [anon_sym_type] = ACTIONS(3329), + [anon_sym_PIPE] = ACTIONS(3313), + [anon_sym_fn] = ACTIONS(3329), + [anon_sym_PLUS] = ACTIONS(3313), + [anon_sym_DASH] = ACTIONS(3313), + [anon_sym_STAR] = ACTIONS(3315), + [anon_sym_SLASH] = ACTIONS(3315), + [anon_sym_PERCENT] = ACTIONS(3315), + [anon_sym_LT] = ACTIONS(3317), + [anon_sym_GT] = ACTIONS(3317), + [anon_sym_EQ_EQ] = ACTIONS(3317), + [anon_sym_BANG_EQ] = ACTIONS(3317), + [anon_sym_LT_EQ] = ACTIONS(3317), + [anon_sym_GT_EQ] = ACTIONS(3317), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(3329), + [anon_sym_union] = ACTIONS(3329), + [anon_sym_pub] = ACTIONS(3329), + [anon_sym_mut] = ACTIONS(3329), + [anon_sym_enum] = ACTIONS(3329), + [anon_sym_interface] = ACTIONS(3329), + [anon_sym_PLUS_PLUS] = ACTIONS(3247), + [anon_sym_DASH_DASH] = ACTIONS(3249), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(3329), + [anon_sym_spawn] = ACTIONS(3329), + [anon_sym_json_DOTdecode] = ACTIONS(3329), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(3329), + [anon_sym_CARET] = ACTIONS(3313), + [anon_sym_AMP] = ACTIONS(3315), + [anon_sym_LT_DASH] = ACTIONS(3329), + [anon_sym_LT_LT] = ACTIONS(3315), + [anon_sym_GT_GT] = ACTIONS(3315), + [anon_sym_GT_GT_GT] = ACTIONS(3315), + [anon_sym_AMP_CARET] = ACTIONS(3315), + [anon_sym_AMP_AMP] = ACTIONS(3319), + [anon_sym_PIPE_PIPE] = ACTIONS(3321), + [anon_sym_or] = ACTIONS(3261), + [sym_none] = ACTIONS(3329), + [sym_true] = ACTIONS(3329), + [sym_false] = ACTIONS(3329), + [sym_nil] = ACTIONS(3329), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(3329), + [anon_sym_DOLLARif] = ACTIONS(3329), + [anon_sym_is] = ACTIONS(3263), + [anon_sym_BANGis] = ACTIONS(3265), + [anon_sym_in] = ACTIONS(3323), + [anon_sym_BANGin] = ACTIONS(3325), + [anon_sym_match] = ACTIONS(3329), + [anon_sym_select] = ACTIONS(3329), + [anon_sym_lock] = ACTIONS(3329), + [anon_sym_rlock] = ACTIONS(3329), + [anon_sym_unsafe] = ACTIONS(3329), + [anon_sym_sql] = ACTIONS(3329), + [sym_int_literal] = ACTIONS(3329), + [sym_float_literal] = ACTIONS(3329), + [sym_rune_literal] = ACTIONS(3329), + [anon_sym_AT] = ACTIONS(3329), + [anon_sym_shared] = ACTIONS(3329), + [anon_sym_map_LBRACK] = ACTIONS(3329), + [anon_sym_chan] = ACTIONS(3329), + [anon_sym_thread] = ACTIONS(3329), + [anon_sym_atomic] = ACTIONS(3329), + [anon_sym_assert] = ACTIONS(3329), + [anon_sym_defer] = ACTIONS(3329), + [anon_sym_goto] = ACTIONS(3329), + [anon_sym_break] = ACTIONS(3329), + [anon_sym_continue] = ACTIONS(3329), + [anon_sym_return] = ACTIONS(3329), + [anon_sym_DOLLARfor] = ACTIONS(3329), + [anon_sym_for] = ACTIONS(3329), + [anon_sym_POUND] = ACTIONS(3329), + [anon_sym_asm] = ACTIONS(3329), + [anon_sym_AT_LBRACK] = ACTIONS(3329), + [sym___double_quote] = ACTIONS(3329), + [sym___single_quote] = ACTIONS(3329), + [sym___c_double_quote] = ACTIONS(3329), + [sym___c_single_quote] = ACTIONS(3329), + [sym___r_double_quote] = ACTIONS(3329), + [sym___r_single_quote] = ACTIONS(3329), }, - [1022] = { - [ts_builtin_sym_end] = ACTIONS(3067), - [sym_identifier] = ACTIONS(3069), - [anon_sym_LF] = ACTIONS(3069), - [anon_sym_CR] = ACTIONS(3069), - [anon_sym_CR_LF] = ACTIONS(3069), + [984] = { + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(3331), + [sym_identifier] = ACTIONS(3333), + [anon_sym_LF] = ACTIONS(3333), + [anon_sym_CR] = ACTIONS(3333), + [anon_sym_CR_LF] = ACTIONS(3333), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3069), - [anon_sym_as] = ACTIONS(3069), - [anon_sym_LBRACE] = ACTIONS(3069), - [anon_sym_COMMA] = ACTIONS(3069), - [anon_sym_const] = ACTIONS(3069), - [anon_sym_LPAREN] = ACTIONS(3069), - [anon_sym___global] = ACTIONS(3069), - [anon_sym_type] = ACTIONS(3069), - [anon_sym_PIPE] = ACTIONS(3069), - [anon_sym_fn] = ACTIONS(3069), - [anon_sym_PLUS] = ACTIONS(3069), - [anon_sym_DASH] = ACTIONS(3069), - [anon_sym_STAR] = ACTIONS(3069), - [anon_sym_SLASH] = ACTIONS(3069), - [anon_sym_PERCENT] = ACTIONS(3069), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3069), - [anon_sym_EQ_EQ] = ACTIONS(3069), - [anon_sym_BANG_EQ] = ACTIONS(3069), - [anon_sym_LT_EQ] = ACTIONS(3069), - [anon_sym_GT_EQ] = ACTIONS(3069), - [anon_sym_LBRACK] = ACTIONS(3067), - [anon_sym_struct] = ACTIONS(3069), - [anon_sym_union] = ACTIONS(3069), - [anon_sym_pub] = ACTIONS(3069), - [anon_sym_mut] = ACTIONS(3069), - [anon_sym_enum] = ACTIONS(3069), - [anon_sym_interface] = ACTIONS(3069), - [anon_sym_PLUS_PLUS] = ACTIONS(3069), - [anon_sym_DASH_DASH] = ACTIONS(3069), - [anon_sym_QMARK] = ACTIONS(3069), - [anon_sym_BANG] = ACTIONS(3069), - [anon_sym_go] = ACTIONS(3069), - [anon_sym_spawn] = ACTIONS(3069), - [anon_sym_json_DOTdecode] = ACTIONS(3069), - [anon_sym_LBRACK2] = ACTIONS(3069), - [anon_sym_TILDE] = ACTIONS(3069), - [anon_sym_CARET] = ACTIONS(3069), - [anon_sym_AMP] = ACTIONS(3069), - [anon_sym_LT_DASH] = ACTIONS(3069), - [anon_sym_LT_LT] = ACTIONS(3069), - [anon_sym_GT_GT] = ACTIONS(3069), - [anon_sym_GT_GT_GT] = ACTIONS(3069), - [anon_sym_AMP_CARET] = ACTIONS(3069), - [anon_sym_AMP_AMP] = ACTIONS(3069), - [anon_sym_PIPE_PIPE] = ACTIONS(3069), - [anon_sym_or] = ACTIONS(3069), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_QMARK_DOT] = ACTIONS(3069), - [anon_sym_POUND_LBRACK] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3069), - [anon_sym_DOLLARif] = ACTIONS(3069), - [anon_sym_is] = ACTIONS(3069), - [anon_sym_BANGis] = ACTIONS(3069), - [anon_sym_in] = ACTIONS(3069), - [anon_sym_BANGin] = ACTIONS(3069), - [anon_sym_match] = ACTIONS(3069), - [anon_sym_select] = ACTIONS(3069), - [anon_sym_lock] = ACTIONS(3069), - [anon_sym_rlock] = ACTIONS(3069), - [anon_sym_unsafe] = ACTIONS(3069), - [anon_sym_sql] = ACTIONS(3069), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3069), - [sym_rune_literal] = ACTIONS(3069), - [anon_sym_AT] = ACTIONS(3069), - [anon_sym_shared] = ACTIONS(3069), - [anon_sym_map_LBRACK] = ACTIONS(3069), - [anon_sym_chan] = ACTIONS(3069), - [anon_sym_thread] = ACTIONS(3069), - [anon_sym_atomic] = ACTIONS(3069), - [anon_sym_assert] = ACTIONS(3069), - [anon_sym_defer] = ACTIONS(3069), - [anon_sym_goto] = ACTIONS(3069), - [anon_sym_break] = ACTIONS(3069), - [anon_sym_continue] = ACTIONS(3069), - [anon_sym_return] = ACTIONS(3069), - [anon_sym_DOLLARfor] = ACTIONS(3069), - [anon_sym_for] = ACTIONS(3069), - [anon_sym_POUND] = ACTIONS(3069), - [anon_sym_asm] = ACTIONS(3069), - [anon_sym_AT_LBRACK] = ACTIONS(3069), - [sym___double_quote] = ACTIONS(3069), - [sym___single_quote] = ACTIONS(3069), - [sym___c_double_quote] = ACTIONS(3069), - [sym___c_single_quote] = ACTIONS(3069), - [sym___r_double_quote] = ACTIONS(3069), - [sym___r_single_quote] = ACTIONS(3069), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(3233), + [anon_sym_LBRACE] = ACTIONS(3333), + [anon_sym_const] = ACTIONS(3333), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(3333), + [anon_sym_type] = ACTIONS(3333), + [anon_sym_PIPE] = ACTIONS(3313), + [anon_sym_fn] = ACTIONS(3333), + [anon_sym_PLUS] = ACTIONS(3333), + [anon_sym_DASH] = ACTIONS(3333), + [anon_sym_STAR] = ACTIONS(3333), + [anon_sym_SLASH] = ACTIONS(3315), + [anon_sym_PERCENT] = ACTIONS(3315), + [anon_sym_LT] = ACTIONS(3317), + [anon_sym_GT] = ACTIONS(3317), + [anon_sym_EQ_EQ] = ACTIONS(3317), + [anon_sym_BANG_EQ] = ACTIONS(3317), + [anon_sym_LT_EQ] = ACTIONS(3317), + [anon_sym_GT_EQ] = ACTIONS(3317), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(3333), + [anon_sym_union] = ACTIONS(3333), + [anon_sym_pub] = ACTIONS(3333), + [anon_sym_mut] = ACTIONS(3333), + [anon_sym_enum] = ACTIONS(3333), + [anon_sym_interface] = ACTIONS(3333), + [anon_sym_PLUS_PLUS] = ACTIONS(3247), + [anon_sym_DASH_DASH] = ACTIONS(3249), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(3333), + [anon_sym_spawn] = ACTIONS(3333), + [anon_sym_json_DOTdecode] = ACTIONS(3333), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(3333), + [anon_sym_CARET] = ACTIONS(3333), + [anon_sym_AMP] = ACTIONS(3333), + [anon_sym_LT_DASH] = ACTIONS(3333), + [anon_sym_LT_LT] = ACTIONS(3315), + [anon_sym_GT_GT] = ACTIONS(3315), + [anon_sym_GT_GT_GT] = ACTIONS(3315), + [anon_sym_AMP_CARET] = ACTIONS(3315), + [anon_sym_AMP_AMP] = ACTIONS(3319), + [anon_sym_PIPE_PIPE] = ACTIONS(3321), + [anon_sym_or] = ACTIONS(3261), + [sym_none] = ACTIONS(3333), + [sym_true] = ACTIONS(3333), + [sym_false] = ACTIONS(3333), + [sym_nil] = ACTIONS(3333), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(3333), + [anon_sym_DOLLARif] = ACTIONS(3333), + [anon_sym_is] = ACTIONS(3263), + [anon_sym_BANGis] = ACTIONS(3265), + [anon_sym_in] = ACTIONS(3323), + [anon_sym_BANGin] = ACTIONS(3325), + [anon_sym_match] = ACTIONS(3333), + [anon_sym_select] = ACTIONS(3333), + [anon_sym_lock] = ACTIONS(3333), + [anon_sym_rlock] = ACTIONS(3333), + [anon_sym_unsafe] = ACTIONS(3333), + [anon_sym_sql] = ACTIONS(3333), + [sym_int_literal] = ACTIONS(3333), + [sym_float_literal] = ACTIONS(3333), + [sym_rune_literal] = ACTIONS(3333), + [anon_sym_AT] = ACTIONS(3333), + [anon_sym_shared] = ACTIONS(3333), + [anon_sym_map_LBRACK] = ACTIONS(3333), + [anon_sym_chan] = ACTIONS(3333), + [anon_sym_thread] = ACTIONS(3333), + [anon_sym_atomic] = ACTIONS(3333), + [anon_sym_assert] = ACTIONS(3333), + [anon_sym_defer] = ACTIONS(3333), + [anon_sym_goto] = ACTIONS(3333), + [anon_sym_break] = ACTIONS(3333), + [anon_sym_continue] = ACTIONS(3333), + [anon_sym_return] = ACTIONS(3333), + [anon_sym_DOLLARfor] = ACTIONS(3333), + [anon_sym_for] = ACTIONS(3333), + [anon_sym_POUND] = ACTIONS(3333), + [anon_sym_asm] = ACTIONS(3333), + [anon_sym_AT_LBRACK] = ACTIONS(3333), + [sym___double_quote] = ACTIONS(3333), + [sym___single_quote] = ACTIONS(3333), + [sym___c_double_quote] = ACTIONS(3333), + [sym___c_single_quote] = ACTIONS(3333), + [sym___r_double_quote] = ACTIONS(3333), + [sym___r_single_quote] = ACTIONS(3333), }, - [1023] = { - [ts_builtin_sym_end] = ACTIONS(2983), - [sym_identifier] = ACTIONS(2985), - [anon_sym_LF] = ACTIONS(2985), - [anon_sym_CR] = ACTIONS(2985), - [anon_sym_CR_LF] = ACTIONS(2985), + [985] = { + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(3335), + [sym_identifier] = ACTIONS(3337), + [anon_sym_LF] = ACTIONS(3337), + [anon_sym_CR] = ACTIONS(3337), + [anon_sym_CR_LF] = ACTIONS(3337), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2985), - [anon_sym_as] = ACTIONS(2985), - [anon_sym_LBRACE] = ACTIONS(2985), - [anon_sym_COMMA] = ACTIONS(2985), - [anon_sym_const] = ACTIONS(2985), - [anon_sym_LPAREN] = ACTIONS(2985), - [anon_sym___global] = ACTIONS(2985), - [anon_sym_type] = ACTIONS(2985), - [anon_sym_PIPE] = ACTIONS(2985), - [anon_sym_fn] = ACTIONS(2985), - [anon_sym_PLUS] = ACTIONS(2985), - [anon_sym_DASH] = ACTIONS(2985), - [anon_sym_STAR] = ACTIONS(2985), - [anon_sym_SLASH] = ACTIONS(2985), - [anon_sym_PERCENT] = ACTIONS(2985), - [anon_sym_LT] = ACTIONS(2985), - [anon_sym_GT] = ACTIONS(2985), - [anon_sym_EQ_EQ] = ACTIONS(2985), - [anon_sym_BANG_EQ] = ACTIONS(2985), - [anon_sym_LT_EQ] = ACTIONS(2985), - [anon_sym_GT_EQ] = ACTIONS(2985), - [anon_sym_LBRACK] = ACTIONS(2983), - [anon_sym_struct] = ACTIONS(2985), - [anon_sym_union] = ACTIONS(2985), - [anon_sym_pub] = ACTIONS(2985), - [anon_sym_mut] = ACTIONS(2985), - [anon_sym_enum] = ACTIONS(2985), - [anon_sym_interface] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2985), - [anon_sym_DASH_DASH] = ACTIONS(2985), - [anon_sym_QMARK] = ACTIONS(2985), - [anon_sym_BANG] = ACTIONS(2985), - [anon_sym_go] = ACTIONS(2985), - [anon_sym_spawn] = ACTIONS(2985), - [anon_sym_json_DOTdecode] = ACTIONS(2985), - [anon_sym_LBRACK2] = ACTIONS(2985), - [anon_sym_TILDE] = ACTIONS(2985), - [anon_sym_CARET] = ACTIONS(2985), - [anon_sym_AMP] = ACTIONS(2985), - [anon_sym_LT_DASH] = ACTIONS(2985), - [anon_sym_LT_LT] = ACTIONS(2985), - [anon_sym_GT_GT] = ACTIONS(2985), - [anon_sym_GT_GT_GT] = ACTIONS(2985), - [anon_sym_AMP_CARET] = ACTIONS(2985), - [anon_sym_AMP_AMP] = ACTIONS(2985), - [anon_sym_PIPE_PIPE] = ACTIONS(2985), - [anon_sym_or] = ACTIONS(2985), - [sym_none] = ACTIONS(2985), - [sym_true] = ACTIONS(2985), - [sym_false] = ACTIONS(2985), - [sym_nil] = ACTIONS(2985), - [anon_sym_QMARK_DOT] = ACTIONS(2985), - [anon_sym_POUND_LBRACK] = ACTIONS(2985), - [anon_sym_if] = ACTIONS(2985), - [anon_sym_DOLLARif] = ACTIONS(2985), - [anon_sym_is] = ACTIONS(2985), - [anon_sym_BANGis] = ACTIONS(2985), - [anon_sym_in] = ACTIONS(2985), - [anon_sym_BANGin] = ACTIONS(2985), - [anon_sym_match] = ACTIONS(2985), - [anon_sym_select] = ACTIONS(2985), - [anon_sym_lock] = ACTIONS(2985), - [anon_sym_rlock] = ACTIONS(2985), - [anon_sym_unsafe] = ACTIONS(2985), - [anon_sym_sql] = ACTIONS(2985), - [sym_int_literal] = ACTIONS(2985), - [sym_float_literal] = ACTIONS(2985), - [sym_rune_literal] = ACTIONS(2985), - [anon_sym_AT] = ACTIONS(2985), - [anon_sym_shared] = ACTIONS(2985), - [anon_sym_map_LBRACK] = ACTIONS(2985), - [anon_sym_chan] = ACTIONS(2985), - [anon_sym_thread] = ACTIONS(2985), - [anon_sym_atomic] = ACTIONS(2985), - [anon_sym_assert] = ACTIONS(2985), - [anon_sym_defer] = ACTIONS(2985), - [anon_sym_goto] = ACTIONS(2985), - [anon_sym_break] = ACTIONS(2985), - [anon_sym_continue] = ACTIONS(2985), - [anon_sym_return] = ACTIONS(2985), - [anon_sym_DOLLARfor] = ACTIONS(2985), - [anon_sym_for] = ACTIONS(2985), - [anon_sym_POUND] = ACTIONS(2985), - [anon_sym_asm] = ACTIONS(2985), - [anon_sym_AT_LBRACK] = ACTIONS(2985), - [sym___double_quote] = ACTIONS(2985), - [sym___single_quote] = ACTIONS(2985), - [sym___c_double_quote] = ACTIONS(2985), - [sym___c_single_quote] = ACTIONS(2985), - [sym___r_double_quote] = ACTIONS(2985), - [sym___r_single_quote] = ACTIONS(2985), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(3233), + [anon_sym_LBRACE] = ACTIONS(3337), + [anon_sym_const] = ACTIONS(3337), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(3337), + [anon_sym_type] = ACTIONS(3337), + [anon_sym_PIPE] = ACTIONS(3313), + [anon_sym_fn] = ACTIONS(3337), + [anon_sym_PLUS] = ACTIONS(3313), + [anon_sym_DASH] = ACTIONS(3313), + [anon_sym_STAR] = ACTIONS(3315), + [anon_sym_SLASH] = ACTIONS(3315), + [anon_sym_PERCENT] = ACTIONS(3315), + [anon_sym_LT] = ACTIONS(3317), + [anon_sym_GT] = ACTIONS(3317), + [anon_sym_EQ_EQ] = ACTIONS(3317), + [anon_sym_BANG_EQ] = ACTIONS(3317), + [anon_sym_LT_EQ] = ACTIONS(3317), + [anon_sym_GT_EQ] = ACTIONS(3317), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(3337), + [anon_sym_union] = ACTIONS(3337), + [anon_sym_pub] = ACTIONS(3337), + [anon_sym_mut] = ACTIONS(3337), + [anon_sym_enum] = ACTIONS(3337), + [anon_sym_interface] = ACTIONS(3337), + [anon_sym_PLUS_PLUS] = ACTIONS(3247), + [anon_sym_DASH_DASH] = ACTIONS(3249), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(3337), + [anon_sym_spawn] = ACTIONS(3337), + [anon_sym_json_DOTdecode] = ACTIONS(3337), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(3337), + [anon_sym_CARET] = ACTIONS(3313), + [anon_sym_AMP] = ACTIONS(3315), + [anon_sym_LT_DASH] = ACTIONS(3337), + [anon_sym_LT_LT] = ACTIONS(3315), + [anon_sym_GT_GT] = ACTIONS(3315), + [anon_sym_GT_GT_GT] = ACTIONS(3315), + [anon_sym_AMP_CARET] = ACTIONS(3315), + [anon_sym_AMP_AMP] = ACTIONS(3319), + [anon_sym_PIPE_PIPE] = ACTIONS(3321), + [anon_sym_or] = ACTIONS(3261), + [sym_none] = ACTIONS(3337), + [sym_true] = ACTIONS(3337), + [sym_false] = ACTIONS(3337), + [sym_nil] = ACTIONS(3337), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(3337), + [anon_sym_DOLLARif] = ACTIONS(3337), + [anon_sym_is] = ACTIONS(3263), + [anon_sym_BANGis] = ACTIONS(3265), + [anon_sym_in] = ACTIONS(3323), + [anon_sym_BANGin] = ACTIONS(3325), + [anon_sym_match] = ACTIONS(3337), + [anon_sym_select] = ACTIONS(3337), + [anon_sym_lock] = ACTIONS(3337), + [anon_sym_rlock] = ACTIONS(3337), + [anon_sym_unsafe] = ACTIONS(3337), + [anon_sym_sql] = ACTIONS(3337), + [sym_int_literal] = ACTIONS(3337), + [sym_float_literal] = ACTIONS(3337), + [sym_rune_literal] = ACTIONS(3337), + [anon_sym_AT] = ACTIONS(3337), + [anon_sym_shared] = ACTIONS(3337), + [anon_sym_map_LBRACK] = ACTIONS(3337), + [anon_sym_chan] = ACTIONS(3337), + [anon_sym_thread] = ACTIONS(3337), + [anon_sym_atomic] = ACTIONS(3337), + [anon_sym_assert] = ACTIONS(3337), + [anon_sym_defer] = ACTIONS(3337), + [anon_sym_goto] = ACTIONS(3337), + [anon_sym_break] = ACTIONS(3337), + [anon_sym_continue] = ACTIONS(3337), + [anon_sym_return] = ACTIONS(3337), + [anon_sym_DOLLARfor] = ACTIONS(3337), + [anon_sym_for] = ACTIONS(3337), + [anon_sym_POUND] = ACTIONS(3337), + [anon_sym_asm] = ACTIONS(3337), + [anon_sym_AT_LBRACK] = ACTIONS(3337), + [sym___double_quote] = ACTIONS(3337), + [sym___single_quote] = ACTIONS(3337), + [sym___c_double_quote] = ACTIONS(3337), + [sym___c_single_quote] = ACTIONS(3337), + [sym___r_double_quote] = ACTIONS(3337), + [sym___r_single_quote] = ACTIONS(3337), }, - [1024] = { - [ts_builtin_sym_end] = ACTIONS(2979), - [sym_identifier] = ACTIONS(2981), - [anon_sym_LF] = ACTIONS(2981), - [anon_sym_CR] = ACTIONS(2981), - [anon_sym_CR_LF] = ACTIONS(2981), + [986] = { + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(1956), + [sym_identifier] = ACTIONS(1958), + [anon_sym_LF] = ACTIONS(1958), + [anon_sym_CR] = ACTIONS(1958), + [anon_sym_CR_LF] = ACTIONS(1958), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2981), - [anon_sym_as] = ACTIONS(2981), - [anon_sym_LBRACE] = ACTIONS(2981), - [anon_sym_COMMA] = ACTIONS(2981), - [anon_sym_const] = ACTIONS(2981), - [anon_sym_LPAREN] = ACTIONS(2981), - [anon_sym___global] = ACTIONS(2981), - [anon_sym_type] = ACTIONS(2981), - [anon_sym_PIPE] = ACTIONS(2981), - [anon_sym_fn] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2981), - [anon_sym_DASH] = ACTIONS(2981), - [anon_sym_STAR] = ACTIONS(2981), - [anon_sym_SLASH] = ACTIONS(2981), - [anon_sym_PERCENT] = ACTIONS(2981), - [anon_sym_LT] = ACTIONS(2981), - [anon_sym_GT] = ACTIONS(2981), - [anon_sym_EQ_EQ] = ACTIONS(2981), - [anon_sym_BANG_EQ] = ACTIONS(2981), - [anon_sym_LT_EQ] = ACTIONS(2981), - [anon_sym_GT_EQ] = ACTIONS(2981), - [anon_sym_LBRACK] = ACTIONS(2979), - [anon_sym_struct] = ACTIONS(2981), - [anon_sym_union] = ACTIONS(2981), - [anon_sym_pub] = ACTIONS(2981), - [anon_sym_mut] = ACTIONS(2981), - [anon_sym_enum] = ACTIONS(2981), - [anon_sym_interface] = ACTIONS(2981), - [anon_sym_PLUS_PLUS] = ACTIONS(2981), - [anon_sym_DASH_DASH] = ACTIONS(2981), - [anon_sym_QMARK] = ACTIONS(2981), - [anon_sym_BANG] = ACTIONS(2981), - [anon_sym_go] = ACTIONS(2981), - [anon_sym_spawn] = ACTIONS(2981), - [anon_sym_json_DOTdecode] = ACTIONS(2981), - [anon_sym_LBRACK2] = ACTIONS(2981), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_CARET] = ACTIONS(2981), - [anon_sym_AMP] = ACTIONS(2981), - [anon_sym_LT_DASH] = ACTIONS(2981), - [anon_sym_LT_LT] = ACTIONS(2981), - [anon_sym_GT_GT] = ACTIONS(2981), - [anon_sym_GT_GT_GT] = ACTIONS(2981), - [anon_sym_AMP_CARET] = ACTIONS(2981), - [anon_sym_AMP_AMP] = ACTIONS(2981), - [anon_sym_PIPE_PIPE] = ACTIONS(2981), - [anon_sym_or] = ACTIONS(2981), - [sym_none] = ACTIONS(2981), - [sym_true] = ACTIONS(2981), - [sym_false] = ACTIONS(2981), - [sym_nil] = ACTIONS(2981), - [anon_sym_QMARK_DOT] = ACTIONS(2981), - [anon_sym_POUND_LBRACK] = ACTIONS(2981), - [anon_sym_if] = ACTIONS(2981), - [anon_sym_DOLLARif] = ACTIONS(2981), - [anon_sym_is] = ACTIONS(2981), - [anon_sym_BANGis] = ACTIONS(2981), - [anon_sym_in] = ACTIONS(2981), - [anon_sym_BANGin] = ACTIONS(2981), - [anon_sym_match] = ACTIONS(2981), - [anon_sym_select] = ACTIONS(2981), - [anon_sym_lock] = ACTIONS(2981), - [anon_sym_rlock] = ACTIONS(2981), - [anon_sym_unsafe] = ACTIONS(2981), - [anon_sym_sql] = ACTIONS(2981), - [sym_int_literal] = ACTIONS(2981), - [sym_float_literal] = ACTIONS(2981), - [sym_rune_literal] = ACTIONS(2981), - [anon_sym_AT] = ACTIONS(2981), - [anon_sym_shared] = ACTIONS(2981), - [anon_sym_map_LBRACK] = ACTIONS(2981), - [anon_sym_chan] = ACTIONS(2981), - [anon_sym_thread] = ACTIONS(2981), - [anon_sym_atomic] = ACTIONS(2981), - [anon_sym_assert] = ACTIONS(2981), - [anon_sym_defer] = ACTIONS(2981), - [anon_sym_goto] = ACTIONS(2981), - [anon_sym_break] = ACTIONS(2981), - [anon_sym_continue] = ACTIONS(2981), - [anon_sym_return] = ACTIONS(2981), - [anon_sym_DOLLARfor] = ACTIONS(2981), - [anon_sym_for] = ACTIONS(2981), - [anon_sym_POUND] = ACTIONS(2981), - [anon_sym_asm] = ACTIONS(2981), - [anon_sym_AT_LBRACK] = ACTIONS(2981), - [sym___double_quote] = ACTIONS(2981), - [sym___single_quote] = ACTIONS(2981), - [sym___c_double_quote] = ACTIONS(2981), - [sym___c_single_quote] = ACTIONS(2981), - [sym___r_double_quote] = ACTIONS(2981), - [sym___r_single_quote] = ACTIONS(2981), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(1958), + [anon_sym_LBRACE] = ACTIONS(1958), + [anon_sym_const] = ACTIONS(1958), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(1958), + [anon_sym_type] = ACTIONS(1958), + [anon_sym_PIPE] = ACTIONS(3313), + [anon_sym_fn] = ACTIONS(1958), + [anon_sym_PLUS] = ACTIONS(3313), + [anon_sym_DASH] = ACTIONS(3313), + [anon_sym_STAR] = ACTIONS(3315), + [anon_sym_SLASH] = ACTIONS(3315), + [anon_sym_PERCENT] = ACTIONS(3315), + [anon_sym_LT] = ACTIONS(1958), + [anon_sym_GT] = ACTIONS(1958), + [anon_sym_EQ_EQ] = ACTIONS(1958), + [anon_sym_BANG_EQ] = ACTIONS(1958), + [anon_sym_LT_EQ] = ACTIONS(1958), + [anon_sym_GT_EQ] = ACTIONS(1958), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1958), + [anon_sym_union] = ACTIONS(1958), + [anon_sym_pub] = ACTIONS(1958), + [anon_sym_mut] = ACTIONS(1958), + [anon_sym_enum] = ACTIONS(1958), + [anon_sym_interface] = ACTIONS(1958), + [anon_sym_PLUS_PLUS] = ACTIONS(1958), + [anon_sym_DASH_DASH] = ACTIONS(1958), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(1958), + [anon_sym_spawn] = ACTIONS(1958), + [anon_sym_json_DOTdecode] = ACTIONS(1958), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(1958), + [anon_sym_CARET] = ACTIONS(3313), + [anon_sym_AMP] = ACTIONS(3315), + [anon_sym_LT_DASH] = ACTIONS(1958), + [anon_sym_LT_LT] = ACTIONS(3315), + [anon_sym_GT_GT] = ACTIONS(3315), + [anon_sym_GT_GT_GT] = ACTIONS(3315), + [anon_sym_AMP_CARET] = ACTIONS(3315), + [anon_sym_AMP_AMP] = ACTIONS(1958), + [anon_sym_PIPE_PIPE] = ACTIONS(1958), + [anon_sym_or] = ACTIONS(1958), + [sym_none] = ACTIONS(1958), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [sym_nil] = ACTIONS(1958), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(1958), + [anon_sym_DOLLARif] = ACTIONS(1958), + [anon_sym_is] = ACTIONS(1958), + [anon_sym_BANGis] = ACTIONS(1958), + [anon_sym_in] = ACTIONS(1958), + [anon_sym_BANGin] = ACTIONS(1958), + [anon_sym_match] = ACTIONS(1958), + [anon_sym_select] = ACTIONS(1958), + [anon_sym_lock] = ACTIONS(1958), + [anon_sym_rlock] = ACTIONS(1958), + [anon_sym_unsafe] = ACTIONS(1958), + [anon_sym_sql] = ACTIONS(1958), + [sym_int_literal] = ACTIONS(1958), + [sym_float_literal] = ACTIONS(1958), + [sym_rune_literal] = ACTIONS(1958), + [anon_sym_AT] = ACTIONS(1958), + [anon_sym_shared] = ACTIONS(1958), + [anon_sym_map_LBRACK] = ACTIONS(1958), + [anon_sym_chan] = ACTIONS(1958), + [anon_sym_thread] = ACTIONS(1958), + [anon_sym_atomic] = ACTIONS(1958), + [anon_sym_assert] = ACTIONS(1958), + [anon_sym_defer] = ACTIONS(1958), + [anon_sym_goto] = ACTIONS(1958), + [anon_sym_break] = ACTIONS(1958), + [anon_sym_continue] = ACTIONS(1958), + [anon_sym_return] = ACTIONS(1958), + [anon_sym_DOLLARfor] = ACTIONS(1958), + [anon_sym_for] = ACTIONS(1958), + [anon_sym_POUND] = ACTIONS(1958), + [anon_sym_asm] = ACTIONS(1958), + [anon_sym_AT_LBRACK] = ACTIONS(1958), + [sym___double_quote] = ACTIONS(1958), + [sym___single_quote] = ACTIONS(1958), + [sym___c_double_quote] = ACTIONS(1958), + [sym___c_single_quote] = ACTIONS(1958), + [sym___r_double_quote] = ACTIONS(1958), + [sym___r_single_quote] = ACTIONS(1958), }, - [1025] = { - [ts_builtin_sym_end] = ACTIONS(3083), - [sym_identifier] = ACTIONS(3085), - [anon_sym_LF] = ACTIONS(3085), - [anon_sym_CR] = ACTIONS(3085), - [anon_sym_CR_LF] = ACTIONS(3085), + [987] = { + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(1962), + [sym_identifier] = ACTIONS(1964), + [anon_sym_LF] = ACTIONS(1964), + [anon_sym_CR] = ACTIONS(1964), + [anon_sym_CR_LF] = ACTIONS(1964), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3085), - [anon_sym_as] = ACTIONS(3085), - [anon_sym_LBRACE] = ACTIONS(3085), - [anon_sym_COMMA] = ACTIONS(3085), - [anon_sym_const] = ACTIONS(3085), - [anon_sym_LPAREN] = ACTIONS(3085), - [anon_sym___global] = ACTIONS(3085), - [anon_sym_type] = ACTIONS(3085), - [anon_sym_PIPE] = ACTIONS(3085), - [anon_sym_fn] = ACTIONS(3085), - [anon_sym_PLUS] = ACTIONS(3085), - [anon_sym_DASH] = ACTIONS(3085), - [anon_sym_STAR] = ACTIONS(3085), - [anon_sym_SLASH] = ACTIONS(3085), - [anon_sym_PERCENT] = ACTIONS(3085), - [anon_sym_LT] = ACTIONS(3085), - [anon_sym_GT] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3085), - [anon_sym_BANG_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_LBRACK] = ACTIONS(3083), - [anon_sym_struct] = ACTIONS(3085), - [anon_sym_union] = ACTIONS(3085), - [anon_sym_pub] = ACTIONS(3085), - [anon_sym_mut] = ACTIONS(3085), - [anon_sym_enum] = ACTIONS(3085), - [anon_sym_interface] = ACTIONS(3085), - [anon_sym_PLUS_PLUS] = ACTIONS(3085), - [anon_sym_DASH_DASH] = ACTIONS(3085), - [anon_sym_QMARK] = ACTIONS(3085), - [anon_sym_BANG] = ACTIONS(3085), - [anon_sym_go] = ACTIONS(3085), - [anon_sym_spawn] = ACTIONS(3085), - [anon_sym_json_DOTdecode] = ACTIONS(3085), - [anon_sym_LBRACK2] = ACTIONS(3085), - [anon_sym_TILDE] = ACTIONS(3085), - [anon_sym_CARET] = ACTIONS(3085), - [anon_sym_AMP] = ACTIONS(3085), - [anon_sym_LT_DASH] = ACTIONS(3085), - [anon_sym_LT_LT] = ACTIONS(3085), - [anon_sym_GT_GT] = ACTIONS(3085), - [anon_sym_GT_GT_GT] = ACTIONS(3085), - [anon_sym_AMP_CARET] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_or] = ACTIONS(3085), - [sym_none] = ACTIONS(3085), - [sym_true] = ACTIONS(3085), - [sym_false] = ACTIONS(3085), - [sym_nil] = ACTIONS(3085), - [anon_sym_QMARK_DOT] = ACTIONS(3085), - [anon_sym_POUND_LBRACK] = ACTIONS(3085), - [anon_sym_if] = ACTIONS(3085), - [anon_sym_DOLLARif] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3085), - [anon_sym_BANGis] = ACTIONS(3085), - [anon_sym_in] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_match] = ACTIONS(3085), - [anon_sym_select] = ACTIONS(3085), - [anon_sym_lock] = ACTIONS(3085), - [anon_sym_rlock] = ACTIONS(3085), - [anon_sym_unsafe] = ACTIONS(3085), - [anon_sym_sql] = ACTIONS(3085), - [sym_int_literal] = ACTIONS(3085), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [anon_sym_AT] = ACTIONS(3085), - [anon_sym_shared] = ACTIONS(3085), - [anon_sym_map_LBRACK] = ACTIONS(3085), - [anon_sym_chan] = ACTIONS(3085), - [anon_sym_thread] = ACTIONS(3085), - [anon_sym_atomic] = ACTIONS(3085), - [anon_sym_assert] = ACTIONS(3085), - [anon_sym_defer] = ACTIONS(3085), - [anon_sym_goto] = ACTIONS(3085), - [anon_sym_break] = ACTIONS(3085), - [anon_sym_continue] = ACTIONS(3085), - [anon_sym_return] = ACTIONS(3085), - [anon_sym_DOLLARfor] = ACTIONS(3085), - [anon_sym_for] = ACTIONS(3085), - [anon_sym_POUND] = ACTIONS(3085), - [anon_sym_asm] = ACTIONS(3085), - [anon_sym_AT_LBRACK] = ACTIONS(3085), - [sym___double_quote] = ACTIONS(3085), - [sym___single_quote] = ACTIONS(3085), - [sym___c_double_quote] = ACTIONS(3085), - [sym___c_single_quote] = ACTIONS(3085), - [sym___r_double_quote] = ACTIONS(3085), - [sym___r_single_quote] = ACTIONS(3085), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(1964), + [anon_sym_LBRACE] = ACTIONS(1964), + [anon_sym_const] = ACTIONS(1964), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(1964), + [anon_sym_type] = ACTIONS(1964), + [anon_sym_PIPE] = ACTIONS(3313), + [anon_sym_fn] = ACTIONS(1964), + [anon_sym_PLUS] = ACTIONS(3313), + [anon_sym_DASH] = ACTIONS(3313), + [anon_sym_STAR] = ACTIONS(3315), + [anon_sym_SLASH] = ACTIONS(3315), + [anon_sym_PERCENT] = ACTIONS(3315), + [anon_sym_LT] = ACTIONS(1964), + [anon_sym_GT] = ACTIONS(1964), + [anon_sym_EQ_EQ] = ACTIONS(1964), + [anon_sym_BANG_EQ] = ACTIONS(1964), + [anon_sym_LT_EQ] = ACTIONS(1964), + [anon_sym_GT_EQ] = ACTIONS(1964), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1964), + [anon_sym_union] = ACTIONS(1964), + [anon_sym_pub] = ACTIONS(1964), + [anon_sym_mut] = ACTIONS(1964), + [anon_sym_enum] = ACTIONS(1964), + [anon_sym_interface] = ACTIONS(1964), + [anon_sym_PLUS_PLUS] = ACTIONS(1964), + [anon_sym_DASH_DASH] = ACTIONS(1964), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(1964), + [anon_sym_spawn] = ACTIONS(1964), + [anon_sym_json_DOTdecode] = ACTIONS(1964), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(1964), + [anon_sym_CARET] = ACTIONS(3313), + [anon_sym_AMP] = ACTIONS(3315), + [anon_sym_LT_DASH] = ACTIONS(1964), + [anon_sym_LT_LT] = ACTIONS(3315), + [anon_sym_GT_GT] = ACTIONS(3315), + [anon_sym_GT_GT_GT] = ACTIONS(3315), + [anon_sym_AMP_CARET] = ACTIONS(3315), + [anon_sym_AMP_AMP] = ACTIONS(1964), + [anon_sym_PIPE_PIPE] = ACTIONS(1964), + [anon_sym_or] = ACTIONS(1964), + [sym_none] = ACTIONS(1964), + [sym_true] = ACTIONS(1964), + [sym_false] = ACTIONS(1964), + [sym_nil] = ACTIONS(1964), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(1964), + [anon_sym_DOLLARif] = ACTIONS(1964), + [anon_sym_is] = ACTIONS(1964), + [anon_sym_BANGis] = ACTIONS(1964), + [anon_sym_in] = ACTIONS(1964), + [anon_sym_BANGin] = ACTIONS(1964), + [anon_sym_match] = ACTIONS(1964), + [anon_sym_select] = ACTIONS(1964), + [anon_sym_lock] = ACTIONS(1964), + [anon_sym_rlock] = ACTIONS(1964), + [anon_sym_unsafe] = ACTIONS(1964), + [anon_sym_sql] = ACTIONS(1964), + [sym_int_literal] = ACTIONS(1964), + [sym_float_literal] = ACTIONS(1964), + [sym_rune_literal] = ACTIONS(1964), + [anon_sym_AT] = ACTIONS(1964), + [anon_sym_shared] = ACTIONS(1964), + [anon_sym_map_LBRACK] = ACTIONS(1964), + [anon_sym_chan] = ACTIONS(1964), + [anon_sym_thread] = ACTIONS(1964), + [anon_sym_atomic] = ACTIONS(1964), + [anon_sym_assert] = ACTIONS(1964), + [anon_sym_defer] = ACTIONS(1964), + [anon_sym_goto] = ACTIONS(1964), + [anon_sym_break] = ACTIONS(1964), + [anon_sym_continue] = ACTIONS(1964), + [anon_sym_return] = ACTIONS(1964), + [anon_sym_DOLLARfor] = ACTIONS(1964), + [anon_sym_for] = ACTIONS(1964), + [anon_sym_POUND] = ACTIONS(1964), + [anon_sym_asm] = ACTIONS(1964), + [anon_sym_AT_LBRACK] = ACTIONS(1964), + [sym___double_quote] = ACTIONS(1964), + [sym___single_quote] = ACTIONS(1964), + [sym___c_double_quote] = ACTIONS(1964), + [sym___c_single_quote] = ACTIONS(1964), + [sym___r_double_quote] = ACTIONS(1964), + [sym___r_single_quote] = ACTIONS(1964), }, - [1026] = { - [ts_builtin_sym_end] = ACTIONS(2999), - [sym_identifier] = ACTIONS(3001), - [anon_sym_LF] = ACTIONS(3001), - [anon_sym_CR] = ACTIONS(3001), - [anon_sym_CR_LF] = ACTIONS(3001), + [988] = { + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(3339), + [sym_identifier] = ACTIONS(3341), + [anon_sym_LF] = ACTIONS(3341), + [anon_sym_CR] = ACTIONS(3341), + [anon_sym_CR_LF] = ACTIONS(3341), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3001), - [anon_sym_as] = ACTIONS(3001), - [anon_sym_LBRACE] = ACTIONS(3001), - [anon_sym_COMMA] = ACTIONS(3001), - [anon_sym_const] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(3001), - [anon_sym___global] = ACTIONS(3001), - [anon_sym_type] = ACTIONS(3001), - [anon_sym_PIPE] = ACTIONS(3001), - [anon_sym_fn] = ACTIONS(3001), - [anon_sym_PLUS] = ACTIONS(3001), - [anon_sym_DASH] = ACTIONS(3001), - [anon_sym_STAR] = ACTIONS(3001), - [anon_sym_SLASH] = ACTIONS(3001), - [anon_sym_PERCENT] = ACTIONS(3001), - [anon_sym_LT] = ACTIONS(3001), - [anon_sym_GT] = ACTIONS(3001), - [anon_sym_EQ_EQ] = ACTIONS(3001), - [anon_sym_BANG_EQ] = ACTIONS(3001), - [anon_sym_LT_EQ] = ACTIONS(3001), - [anon_sym_GT_EQ] = ACTIONS(3001), - [anon_sym_LBRACK] = ACTIONS(2999), - [anon_sym_struct] = ACTIONS(3001), - [anon_sym_union] = ACTIONS(3001), - [anon_sym_pub] = ACTIONS(3001), - [anon_sym_mut] = ACTIONS(3001), - [anon_sym_enum] = ACTIONS(3001), - [anon_sym_interface] = ACTIONS(3001), - [anon_sym_PLUS_PLUS] = ACTIONS(3001), - [anon_sym_DASH_DASH] = ACTIONS(3001), - [anon_sym_QMARK] = ACTIONS(3001), - [anon_sym_BANG] = ACTIONS(3001), - [anon_sym_go] = ACTIONS(3001), - [anon_sym_spawn] = ACTIONS(3001), - [anon_sym_json_DOTdecode] = ACTIONS(3001), - [anon_sym_LBRACK2] = ACTIONS(3001), - [anon_sym_TILDE] = ACTIONS(3001), - [anon_sym_CARET] = ACTIONS(3001), - [anon_sym_AMP] = ACTIONS(3001), - [anon_sym_LT_DASH] = ACTIONS(3001), - [anon_sym_LT_LT] = ACTIONS(3001), - [anon_sym_GT_GT] = ACTIONS(3001), - [anon_sym_GT_GT_GT] = ACTIONS(3001), - [anon_sym_AMP_CARET] = ACTIONS(3001), - [anon_sym_AMP_AMP] = ACTIONS(3001), - [anon_sym_PIPE_PIPE] = ACTIONS(3001), - [anon_sym_or] = ACTIONS(3001), - [sym_none] = ACTIONS(3001), - [sym_true] = ACTIONS(3001), - [sym_false] = ACTIONS(3001), - [sym_nil] = ACTIONS(3001), - [anon_sym_QMARK_DOT] = ACTIONS(3001), - [anon_sym_POUND_LBRACK] = ACTIONS(3001), - [anon_sym_if] = ACTIONS(3001), - [anon_sym_DOLLARif] = ACTIONS(3001), - [anon_sym_is] = ACTIONS(3001), - [anon_sym_BANGis] = ACTIONS(3001), - [anon_sym_in] = ACTIONS(3001), - [anon_sym_BANGin] = ACTIONS(3001), - [anon_sym_match] = ACTIONS(3001), - [anon_sym_select] = ACTIONS(3001), - [anon_sym_lock] = ACTIONS(3001), - [anon_sym_rlock] = ACTIONS(3001), - [anon_sym_unsafe] = ACTIONS(3001), - [anon_sym_sql] = ACTIONS(3001), - [sym_int_literal] = ACTIONS(3001), - [sym_float_literal] = ACTIONS(3001), - [sym_rune_literal] = ACTIONS(3001), - [anon_sym_AT] = ACTIONS(3001), - [anon_sym_shared] = ACTIONS(3001), - [anon_sym_map_LBRACK] = ACTIONS(3001), - [anon_sym_chan] = ACTIONS(3001), - [anon_sym_thread] = ACTIONS(3001), - [anon_sym_atomic] = ACTIONS(3001), - [anon_sym_assert] = ACTIONS(3001), - [anon_sym_defer] = ACTIONS(3001), - [anon_sym_goto] = ACTIONS(3001), - [anon_sym_break] = ACTIONS(3001), - [anon_sym_continue] = ACTIONS(3001), - [anon_sym_return] = ACTIONS(3001), - [anon_sym_DOLLARfor] = ACTIONS(3001), - [anon_sym_for] = ACTIONS(3001), - [anon_sym_POUND] = ACTIONS(3001), - [anon_sym_asm] = ACTIONS(3001), - [anon_sym_AT_LBRACK] = ACTIONS(3001), - [sym___double_quote] = ACTIONS(3001), - [sym___single_quote] = ACTIONS(3001), - [sym___c_double_quote] = ACTIONS(3001), - [sym___c_single_quote] = ACTIONS(3001), - [sym___r_double_quote] = ACTIONS(3001), - [sym___r_single_quote] = ACTIONS(3001), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(3233), + [anon_sym_LBRACE] = ACTIONS(3341), + [anon_sym_const] = ACTIONS(3341), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(3341), + [anon_sym_type] = ACTIONS(3341), + [anon_sym_PIPE] = ACTIONS(3313), + [anon_sym_fn] = ACTIONS(3341), + [anon_sym_PLUS] = ACTIONS(3313), + [anon_sym_DASH] = ACTIONS(3313), + [anon_sym_STAR] = ACTIONS(3315), + [anon_sym_SLASH] = ACTIONS(3315), + [anon_sym_PERCENT] = ACTIONS(3315), + [anon_sym_LT] = ACTIONS(3317), + [anon_sym_GT] = ACTIONS(3317), + [anon_sym_EQ_EQ] = ACTIONS(3317), + [anon_sym_BANG_EQ] = ACTIONS(3317), + [anon_sym_LT_EQ] = ACTIONS(3317), + [anon_sym_GT_EQ] = ACTIONS(3317), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(3341), + [anon_sym_union] = ACTIONS(3341), + [anon_sym_pub] = ACTIONS(3341), + [anon_sym_mut] = ACTIONS(3341), + [anon_sym_enum] = ACTIONS(3341), + [anon_sym_interface] = ACTIONS(3341), + [anon_sym_PLUS_PLUS] = ACTIONS(3247), + [anon_sym_DASH_DASH] = ACTIONS(3249), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(3341), + [anon_sym_spawn] = ACTIONS(3341), + [anon_sym_json_DOTdecode] = ACTIONS(3341), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(3341), + [anon_sym_CARET] = ACTIONS(3313), + [anon_sym_AMP] = ACTIONS(3315), + [anon_sym_LT_DASH] = ACTIONS(3341), + [anon_sym_LT_LT] = ACTIONS(3315), + [anon_sym_GT_GT] = ACTIONS(3315), + [anon_sym_GT_GT_GT] = ACTIONS(3315), + [anon_sym_AMP_CARET] = ACTIONS(3315), + [anon_sym_AMP_AMP] = ACTIONS(3319), + [anon_sym_PIPE_PIPE] = ACTIONS(3321), + [anon_sym_or] = ACTIONS(3261), + [sym_none] = ACTIONS(3341), + [sym_true] = ACTIONS(3341), + [sym_false] = ACTIONS(3341), + [sym_nil] = ACTIONS(3341), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(3341), + [anon_sym_DOLLARif] = ACTIONS(3341), + [anon_sym_is] = ACTIONS(3263), + [anon_sym_BANGis] = ACTIONS(3265), + [anon_sym_in] = ACTIONS(3323), + [anon_sym_BANGin] = ACTIONS(3325), + [anon_sym_match] = ACTIONS(3341), + [anon_sym_select] = ACTIONS(3341), + [anon_sym_lock] = ACTIONS(3341), + [anon_sym_rlock] = ACTIONS(3341), + [anon_sym_unsafe] = ACTIONS(3341), + [anon_sym_sql] = ACTIONS(3341), + [sym_int_literal] = ACTIONS(3341), + [sym_float_literal] = ACTIONS(3341), + [sym_rune_literal] = ACTIONS(3341), + [anon_sym_AT] = ACTIONS(3341), + [anon_sym_shared] = ACTIONS(3341), + [anon_sym_map_LBRACK] = ACTIONS(3341), + [anon_sym_chan] = ACTIONS(3341), + [anon_sym_thread] = ACTIONS(3341), + [anon_sym_atomic] = ACTIONS(3341), + [anon_sym_assert] = ACTIONS(3341), + [anon_sym_defer] = ACTIONS(3341), + [anon_sym_goto] = ACTIONS(3341), + [anon_sym_break] = ACTIONS(3341), + [anon_sym_continue] = ACTIONS(3341), + [anon_sym_return] = ACTIONS(3341), + [anon_sym_DOLLARfor] = ACTIONS(3341), + [anon_sym_for] = ACTIONS(3341), + [anon_sym_POUND] = ACTIONS(3341), + [anon_sym_asm] = ACTIONS(3341), + [anon_sym_AT_LBRACK] = ACTIONS(3341), + [sym___double_quote] = ACTIONS(3341), + [sym___single_quote] = ACTIONS(3341), + [sym___c_double_quote] = ACTIONS(3341), + [sym___c_single_quote] = ACTIONS(3341), + [sym___r_double_quote] = ACTIONS(3341), + [sym___r_single_quote] = ACTIONS(3341), }, - [1027] = { - [ts_builtin_sym_end] = ACTIONS(2862), - [sym_identifier] = ACTIONS(2864), - [anon_sym_LF] = ACTIONS(2864), - [anon_sym_CR] = ACTIONS(2864), - [anon_sym_CR_LF] = ACTIONS(2864), + [989] = { + [sym_else_branch] = STATE(1073), + [ts_builtin_sym_end] = ACTIONS(2262), + [sym_identifier] = ACTIONS(2264), + [anon_sym_LF] = ACTIONS(2264), + [anon_sym_CR] = ACTIONS(2264), + [anon_sym_CR_LF] = ACTIONS(2264), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2864), - [anon_sym_as] = ACTIONS(2864), - [anon_sym_LBRACE] = ACTIONS(2864), - [anon_sym_COMMA] = ACTIONS(2864), - [anon_sym_const] = ACTIONS(2864), - [anon_sym_LPAREN] = ACTIONS(2864), - [anon_sym___global] = ACTIONS(2864), - [anon_sym_type] = ACTIONS(2864), - [anon_sym_PIPE] = ACTIONS(2864), - [anon_sym_fn] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2864), - [anon_sym_SLASH] = ACTIONS(2864), - [anon_sym_PERCENT] = ACTIONS(2864), - [anon_sym_LT] = ACTIONS(2864), - [anon_sym_GT] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2864), - [anon_sym_BANG_EQ] = ACTIONS(2864), - [anon_sym_LT_EQ] = ACTIONS(2864), - [anon_sym_GT_EQ] = ACTIONS(2864), - [anon_sym_LBRACK] = ACTIONS(2862), - [anon_sym_struct] = ACTIONS(2864), - [anon_sym_union] = ACTIONS(2864), - [anon_sym_pub] = ACTIONS(2864), - [anon_sym_mut] = ACTIONS(2864), - [anon_sym_enum] = ACTIONS(2864), - [anon_sym_interface] = ACTIONS(2864), - [anon_sym_PLUS_PLUS] = ACTIONS(2864), - [anon_sym_DASH_DASH] = ACTIONS(2864), - [anon_sym_QMARK] = ACTIONS(2864), - [anon_sym_BANG] = ACTIONS(2864), - [anon_sym_go] = ACTIONS(2864), - [anon_sym_spawn] = ACTIONS(2864), - [anon_sym_json_DOTdecode] = ACTIONS(2864), - [anon_sym_LBRACK2] = ACTIONS(2864), - [anon_sym_TILDE] = ACTIONS(2864), - [anon_sym_CARET] = ACTIONS(2864), - [anon_sym_AMP] = ACTIONS(2864), - [anon_sym_LT_DASH] = ACTIONS(2864), - [anon_sym_LT_LT] = ACTIONS(2864), - [anon_sym_GT_GT] = ACTIONS(2864), - [anon_sym_GT_GT_GT] = ACTIONS(2864), - [anon_sym_AMP_CARET] = ACTIONS(2864), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_PIPE_PIPE] = ACTIONS(2864), - [anon_sym_or] = ACTIONS(2864), - [sym_none] = ACTIONS(2864), - [sym_true] = ACTIONS(2864), - [sym_false] = ACTIONS(2864), - [sym_nil] = ACTIONS(2864), - [anon_sym_QMARK_DOT] = ACTIONS(2864), - [anon_sym_POUND_LBRACK] = ACTIONS(2864), - [anon_sym_if] = ACTIONS(2864), - [anon_sym_DOLLARif] = ACTIONS(2864), - [anon_sym_is] = ACTIONS(2864), - [anon_sym_BANGis] = ACTIONS(2864), - [anon_sym_in] = ACTIONS(2864), - [anon_sym_BANGin] = ACTIONS(2864), - [anon_sym_match] = ACTIONS(2864), - [anon_sym_select] = ACTIONS(2864), - [anon_sym_lock] = ACTIONS(2864), - [anon_sym_rlock] = ACTIONS(2864), - [anon_sym_unsafe] = ACTIONS(2864), - [anon_sym_sql] = ACTIONS(2864), - [sym_int_literal] = ACTIONS(2864), - [sym_float_literal] = ACTIONS(2864), - [sym_rune_literal] = ACTIONS(2864), - [anon_sym_AT] = ACTIONS(2864), - [anon_sym_shared] = ACTIONS(2864), - [anon_sym_map_LBRACK] = ACTIONS(2864), - [anon_sym_chan] = ACTIONS(2864), - [anon_sym_thread] = ACTIONS(2864), - [anon_sym_atomic] = ACTIONS(2864), - [anon_sym_assert] = ACTIONS(2864), - [anon_sym_defer] = ACTIONS(2864), - [anon_sym_goto] = ACTIONS(2864), - [anon_sym_break] = ACTIONS(2864), - [anon_sym_continue] = ACTIONS(2864), - [anon_sym_return] = ACTIONS(2864), - [anon_sym_DOLLARfor] = ACTIONS(2864), - [anon_sym_for] = ACTIONS(2864), - [anon_sym_POUND] = ACTIONS(2864), - [anon_sym_asm] = ACTIONS(2864), - [anon_sym_AT_LBRACK] = ACTIONS(2864), - [sym___double_quote] = ACTIONS(2864), - [sym___single_quote] = ACTIONS(2864), - [sym___c_double_quote] = ACTIONS(2864), - [sym___c_single_quote] = ACTIONS(2864), - [sym___r_double_quote] = ACTIONS(2864), - [sym___r_single_quote] = ACTIONS(2864), + [anon_sym_DOT] = ACTIONS(2264), + [anon_sym_as] = ACTIONS(2264), + [anon_sym_LBRACE] = ACTIONS(2264), + [anon_sym_COMMA] = ACTIONS(2264), + [anon_sym_const] = ACTIONS(2264), + [anon_sym_LPAREN] = ACTIONS(2264), + [anon_sym___global] = ACTIONS(2264), + [anon_sym_type] = ACTIONS(2264), + [anon_sym_PIPE] = ACTIONS(2264), + [anon_sym_fn] = ACTIONS(2264), + [anon_sym_PLUS] = ACTIONS(2264), + [anon_sym_DASH] = ACTIONS(2264), + [anon_sym_STAR] = ACTIONS(2264), + [anon_sym_SLASH] = ACTIONS(2264), + [anon_sym_PERCENT] = ACTIONS(2264), + [anon_sym_LT] = ACTIONS(2264), + [anon_sym_GT] = ACTIONS(2264), + [anon_sym_EQ_EQ] = ACTIONS(2264), + [anon_sym_BANG_EQ] = ACTIONS(2264), + [anon_sym_LT_EQ] = ACTIONS(2264), + [anon_sym_GT_EQ] = ACTIONS(2264), + [anon_sym_LBRACK] = ACTIONS(2262), + [anon_sym_LT2] = ACTIONS(2264), + [anon_sym_struct] = ACTIONS(2264), + [anon_sym_union] = ACTIONS(2264), + [anon_sym_pub] = ACTIONS(2264), + [anon_sym_mut] = ACTIONS(2264), + [anon_sym_enum] = ACTIONS(2264), + [anon_sym_interface] = ACTIONS(2264), + [anon_sym_PLUS_PLUS] = ACTIONS(2264), + [anon_sym_DASH_DASH] = ACTIONS(2264), + [anon_sym_QMARK] = ACTIONS(2264), + [anon_sym_BANG] = ACTIONS(2264), + [anon_sym_go] = ACTIONS(2264), + [anon_sym_spawn] = ACTIONS(2264), + [anon_sym_json_DOTdecode] = ACTIONS(2264), + [anon_sym_LBRACK2] = ACTIONS(2264), + [anon_sym_TILDE] = ACTIONS(2264), + [anon_sym_CARET] = ACTIONS(2264), + [anon_sym_AMP] = ACTIONS(2264), + [anon_sym_LT_DASH] = ACTIONS(2264), + [anon_sym_LT_LT] = ACTIONS(2264), + [anon_sym_GT_GT] = ACTIONS(2264), + [anon_sym_GT_GT_GT] = ACTIONS(2264), + [anon_sym_AMP_CARET] = ACTIONS(2264), + [anon_sym_AMP_AMP] = ACTIONS(2264), + [anon_sym_PIPE_PIPE] = ACTIONS(2264), + [anon_sym_or] = ACTIONS(2264), + [sym_none] = ACTIONS(2264), + [sym_true] = ACTIONS(2264), + [sym_false] = ACTIONS(2264), + [sym_nil] = ACTIONS(2264), + [anon_sym_QMARK_DOT] = ACTIONS(2264), + [anon_sym_POUND_LBRACK] = ACTIONS(2264), + [anon_sym_if] = ACTIONS(2264), + [anon_sym_else] = ACTIONS(3343), + [anon_sym_DOLLARif] = ACTIONS(2264), + [anon_sym_is] = ACTIONS(2264), + [anon_sym_BANGis] = ACTIONS(2264), + [anon_sym_in] = ACTIONS(2264), + [anon_sym_BANGin] = ACTIONS(2264), + [anon_sym_match] = ACTIONS(2264), + [anon_sym_select] = ACTIONS(2264), + [anon_sym_lock] = ACTIONS(2264), + [anon_sym_rlock] = ACTIONS(2264), + [anon_sym_unsafe] = ACTIONS(2264), + [anon_sym_sql] = ACTIONS(2264), + [sym_int_literal] = ACTIONS(2264), + [sym_float_literal] = ACTIONS(2264), + [sym_rune_literal] = ACTIONS(2264), + [anon_sym_AT] = ACTIONS(2264), + [anon_sym_shared] = ACTIONS(2264), + [anon_sym_map_LBRACK] = ACTIONS(2264), + [anon_sym_chan] = ACTIONS(2264), + [anon_sym_thread] = ACTIONS(2264), + [anon_sym_atomic] = ACTIONS(2264), + [anon_sym_assert] = ACTIONS(2264), + [anon_sym_defer] = ACTIONS(2264), + [anon_sym_goto] = ACTIONS(2264), + [anon_sym_break] = ACTIONS(2264), + [anon_sym_continue] = ACTIONS(2264), + [anon_sym_return] = ACTIONS(2264), + [anon_sym_DOLLARfor] = ACTIONS(2264), + [anon_sym_for] = ACTIONS(2264), + [anon_sym_POUND] = ACTIONS(2264), + [anon_sym_asm] = ACTIONS(2264), + [anon_sym_AT_LBRACK] = ACTIONS(2264), + [sym___double_quote] = ACTIONS(2264), + [sym___single_quote] = ACTIONS(2264), + [sym___c_double_quote] = ACTIONS(2264), + [sym___c_single_quote] = ACTIONS(2264), + [sym___r_double_quote] = ACTIONS(2264), + [sym___r_single_quote] = ACTIONS(2264), }, - [1028] = { - [ts_builtin_sym_end] = ACTIONS(2834), - [sym_identifier] = ACTIONS(2836), - [anon_sym_LF] = ACTIONS(2836), - [anon_sym_CR] = ACTIONS(2836), - [anon_sym_CR_LF] = ACTIONS(2836), + [990] = { + [sym_else_branch] = STATE(1076), + [ts_builtin_sym_end] = ACTIONS(2256), + [sym_identifier] = ACTIONS(2258), + [anon_sym_LF] = ACTIONS(2258), + [anon_sym_CR] = ACTIONS(2258), + [anon_sym_CR_LF] = ACTIONS(2258), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2836), - [anon_sym_as] = ACTIONS(2836), - [anon_sym_LBRACE] = ACTIONS(2836), - [anon_sym_COMMA] = ACTIONS(2836), - [anon_sym_const] = ACTIONS(2836), - [anon_sym_LPAREN] = ACTIONS(2836), - [anon_sym___global] = ACTIONS(2836), - [anon_sym_type] = ACTIONS(2836), - [anon_sym_PIPE] = ACTIONS(2836), - [anon_sym_fn] = ACTIONS(2836), - [anon_sym_PLUS] = ACTIONS(2836), - [anon_sym_DASH] = ACTIONS(2836), - [anon_sym_STAR] = ACTIONS(2836), - [anon_sym_SLASH] = ACTIONS(2836), - [anon_sym_PERCENT] = ACTIONS(2836), - [anon_sym_LT] = ACTIONS(2836), - [anon_sym_GT] = ACTIONS(2836), - [anon_sym_EQ_EQ] = ACTIONS(2836), - [anon_sym_BANG_EQ] = ACTIONS(2836), - [anon_sym_LT_EQ] = ACTIONS(2836), - [anon_sym_GT_EQ] = ACTIONS(2836), - [anon_sym_LBRACK] = ACTIONS(2834), - [anon_sym_struct] = ACTIONS(2836), - [anon_sym_union] = ACTIONS(2836), - [anon_sym_pub] = ACTIONS(2836), - [anon_sym_mut] = ACTIONS(2836), - [anon_sym_enum] = ACTIONS(2836), - [anon_sym_interface] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_QMARK] = ACTIONS(2836), - [anon_sym_BANG] = ACTIONS(2836), - [anon_sym_go] = ACTIONS(2836), - [anon_sym_spawn] = ACTIONS(2836), - [anon_sym_json_DOTdecode] = ACTIONS(2836), - [anon_sym_LBRACK2] = ACTIONS(2836), - [anon_sym_TILDE] = ACTIONS(2836), - [anon_sym_CARET] = ACTIONS(2836), - [anon_sym_AMP] = ACTIONS(2836), - [anon_sym_LT_DASH] = ACTIONS(2836), - [anon_sym_LT_LT] = ACTIONS(2836), - [anon_sym_GT_GT] = ACTIONS(2836), - [anon_sym_GT_GT_GT] = ACTIONS(2836), - [anon_sym_AMP_CARET] = ACTIONS(2836), - [anon_sym_AMP_AMP] = ACTIONS(2836), - [anon_sym_PIPE_PIPE] = ACTIONS(2836), - [anon_sym_or] = ACTIONS(2836), - [sym_none] = ACTIONS(2836), - [sym_true] = ACTIONS(2836), - [sym_false] = ACTIONS(2836), - [sym_nil] = ACTIONS(2836), - [anon_sym_QMARK_DOT] = ACTIONS(2836), - [anon_sym_POUND_LBRACK] = ACTIONS(2836), - [anon_sym_if] = ACTIONS(2836), - [anon_sym_DOLLARif] = ACTIONS(2836), - [anon_sym_is] = ACTIONS(2836), - [anon_sym_BANGis] = ACTIONS(2836), - [anon_sym_in] = ACTIONS(2836), - [anon_sym_BANGin] = ACTIONS(2836), - [anon_sym_match] = ACTIONS(2836), - [anon_sym_select] = ACTIONS(2836), - [anon_sym_lock] = ACTIONS(2836), - [anon_sym_rlock] = ACTIONS(2836), - [anon_sym_unsafe] = ACTIONS(2836), - [anon_sym_sql] = ACTIONS(2836), - [sym_int_literal] = ACTIONS(2836), - [sym_float_literal] = ACTIONS(2836), - [sym_rune_literal] = ACTIONS(2836), - [anon_sym_AT] = ACTIONS(2836), - [anon_sym_shared] = ACTIONS(2836), - [anon_sym_map_LBRACK] = ACTIONS(2836), - [anon_sym_chan] = ACTIONS(2836), - [anon_sym_thread] = ACTIONS(2836), - [anon_sym_atomic] = ACTIONS(2836), - [anon_sym_assert] = ACTIONS(2836), - [anon_sym_defer] = ACTIONS(2836), - [anon_sym_goto] = ACTIONS(2836), - [anon_sym_break] = ACTIONS(2836), - [anon_sym_continue] = ACTIONS(2836), - [anon_sym_return] = ACTIONS(2836), - [anon_sym_DOLLARfor] = ACTIONS(2836), - [anon_sym_for] = ACTIONS(2836), - [anon_sym_POUND] = ACTIONS(2836), - [anon_sym_asm] = ACTIONS(2836), - [anon_sym_AT_LBRACK] = ACTIONS(2836), - [sym___double_quote] = ACTIONS(2836), - [sym___single_quote] = ACTIONS(2836), - [sym___c_double_quote] = ACTIONS(2836), - [sym___c_single_quote] = ACTIONS(2836), - [sym___r_double_quote] = ACTIONS(2836), - [sym___r_single_quote] = ACTIONS(2836), + [anon_sym_DOT] = ACTIONS(2258), + [anon_sym_as] = ACTIONS(2258), + [anon_sym_LBRACE] = ACTIONS(2258), + [anon_sym_COMMA] = ACTIONS(2258), + [anon_sym_const] = ACTIONS(2258), + [anon_sym_LPAREN] = ACTIONS(2258), + [anon_sym___global] = ACTIONS(2258), + [anon_sym_type] = ACTIONS(2258), + [anon_sym_PIPE] = ACTIONS(2258), + [anon_sym_fn] = ACTIONS(2258), + [anon_sym_PLUS] = ACTIONS(2258), + [anon_sym_DASH] = ACTIONS(2258), + [anon_sym_STAR] = ACTIONS(2258), + [anon_sym_SLASH] = ACTIONS(2258), + [anon_sym_PERCENT] = ACTIONS(2258), + [anon_sym_LT] = ACTIONS(2258), + [anon_sym_GT] = ACTIONS(2258), + [anon_sym_EQ_EQ] = ACTIONS(2258), + [anon_sym_BANG_EQ] = ACTIONS(2258), + [anon_sym_LT_EQ] = ACTIONS(2258), + [anon_sym_GT_EQ] = ACTIONS(2258), + [anon_sym_LBRACK] = ACTIONS(2256), + [anon_sym_LT2] = ACTIONS(2258), + [anon_sym_struct] = ACTIONS(2258), + [anon_sym_union] = ACTIONS(2258), + [anon_sym_pub] = ACTIONS(2258), + [anon_sym_mut] = ACTIONS(2258), + [anon_sym_enum] = ACTIONS(2258), + [anon_sym_interface] = ACTIONS(2258), + [anon_sym_PLUS_PLUS] = ACTIONS(2258), + [anon_sym_DASH_DASH] = ACTIONS(2258), + [anon_sym_QMARK] = ACTIONS(2258), + [anon_sym_BANG] = ACTIONS(2258), + [anon_sym_go] = ACTIONS(2258), + [anon_sym_spawn] = ACTIONS(2258), + [anon_sym_json_DOTdecode] = ACTIONS(2258), + [anon_sym_LBRACK2] = ACTIONS(2258), + [anon_sym_TILDE] = ACTIONS(2258), + [anon_sym_CARET] = ACTIONS(2258), + [anon_sym_AMP] = ACTIONS(2258), + [anon_sym_LT_DASH] = ACTIONS(2258), + [anon_sym_LT_LT] = ACTIONS(2258), + [anon_sym_GT_GT] = ACTIONS(2258), + [anon_sym_GT_GT_GT] = ACTIONS(2258), + [anon_sym_AMP_CARET] = ACTIONS(2258), + [anon_sym_AMP_AMP] = ACTIONS(2258), + [anon_sym_PIPE_PIPE] = ACTIONS(2258), + [anon_sym_or] = ACTIONS(2258), + [sym_none] = ACTIONS(2258), + [sym_true] = ACTIONS(2258), + [sym_false] = ACTIONS(2258), + [sym_nil] = ACTIONS(2258), + [anon_sym_QMARK_DOT] = ACTIONS(2258), + [anon_sym_POUND_LBRACK] = ACTIONS(2258), + [anon_sym_if] = ACTIONS(2258), + [anon_sym_else] = ACTIONS(3343), + [anon_sym_DOLLARif] = ACTIONS(2258), + [anon_sym_is] = ACTIONS(2258), + [anon_sym_BANGis] = ACTIONS(2258), + [anon_sym_in] = ACTIONS(2258), + [anon_sym_BANGin] = ACTIONS(2258), + [anon_sym_match] = ACTIONS(2258), + [anon_sym_select] = ACTIONS(2258), + [anon_sym_lock] = ACTIONS(2258), + [anon_sym_rlock] = ACTIONS(2258), + [anon_sym_unsafe] = ACTIONS(2258), + [anon_sym_sql] = ACTIONS(2258), + [sym_int_literal] = ACTIONS(2258), + [sym_float_literal] = ACTIONS(2258), + [sym_rune_literal] = ACTIONS(2258), + [anon_sym_AT] = ACTIONS(2258), + [anon_sym_shared] = ACTIONS(2258), + [anon_sym_map_LBRACK] = ACTIONS(2258), + [anon_sym_chan] = ACTIONS(2258), + [anon_sym_thread] = ACTIONS(2258), + [anon_sym_atomic] = ACTIONS(2258), + [anon_sym_assert] = ACTIONS(2258), + [anon_sym_defer] = ACTIONS(2258), + [anon_sym_goto] = ACTIONS(2258), + [anon_sym_break] = ACTIONS(2258), + [anon_sym_continue] = ACTIONS(2258), + [anon_sym_return] = ACTIONS(2258), + [anon_sym_DOLLARfor] = ACTIONS(2258), + [anon_sym_for] = ACTIONS(2258), + [anon_sym_POUND] = ACTIONS(2258), + [anon_sym_asm] = ACTIONS(2258), + [anon_sym_AT_LBRACK] = ACTIONS(2258), + [sym___double_quote] = ACTIONS(2258), + [sym___single_quote] = ACTIONS(2258), + [sym___c_double_quote] = ACTIONS(2258), + [sym___c_single_quote] = ACTIONS(2258), + [sym___r_double_quote] = ACTIONS(2258), + [sym___r_single_quote] = ACTIONS(2258), }, - [1029] = { - [ts_builtin_sym_end] = ACTIONS(2790), - [sym_identifier] = ACTIONS(2792), - [anon_sym_LF] = ACTIONS(2792), - [anon_sym_CR] = ACTIONS(2792), - [anon_sym_CR_LF] = ACTIONS(2792), + [991] = { + [sym_type_parameters] = STATE(4251), + [sym_argument_list] = STATE(1011), + [sym_or_block] = STATE(1012), + [ts_builtin_sym_end] = ACTIONS(1796), + [sym_identifier] = ACTIONS(1782), + [anon_sym_LF] = ACTIONS(1782), + [anon_sym_CR] = ACTIONS(1782), + [anon_sym_CR_LF] = ACTIONS(1782), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2792), - [anon_sym_as] = ACTIONS(2792), - [anon_sym_LBRACE] = ACTIONS(2792), - [anon_sym_COMMA] = ACTIONS(2792), - [anon_sym_const] = ACTIONS(2792), - [anon_sym_LPAREN] = ACTIONS(2792), - [anon_sym___global] = ACTIONS(2792), - [anon_sym_type] = ACTIONS(2792), - [anon_sym_PIPE] = ACTIONS(2792), - [anon_sym_fn] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(2792), - [anon_sym_SLASH] = ACTIONS(2792), - [anon_sym_PERCENT] = ACTIONS(2792), - [anon_sym_LT] = ACTIONS(2792), - [anon_sym_GT] = ACTIONS(2792), - [anon_sym_EQ_EQ] = ACTIONS(2792), - [anon_sym_BANG_EQ] = ACTIONS(2792), - [anon_sym_LT_EQ] = ACTIONS(2792), - [anon_sym_GT_EQ] = ACTIONS(2792), - [anon_sym_LBRACK] = ACTIONS(2790), - [anon_sym_struct] = ACTIONS(2792), - [anon_sym_union] = ACTIONS(2792), - [anon_sym_pub] = ACTIONS(2792), - [anon_sym_mut] = ACTIONS(2792), - [anon_sym_enum] = ACTIONS(2792), - [anon_sym_interface] = ACTIONS(2792), - [anon_sym_PLUS_PLUS] = ACTIONS(2792), - [anon_sym_DASH_DASH] = ACTIONS(2792), - [anon_sym_QMARK] = ACTIONS(2792), - [anon_sym_BANG] = ACTIONS(2792), - [anon_sym_go] = ACTIONS(2792), - [anon_sym_spawn] = ACTIONS(2792), - [anon_sym_json_DOTdecode] = ACTIONS(2792), - [anon_sym_LBRACK2] = ACTIONS(2792), - [anon_sym_TILDE] = ACTIONS(2792), - [anon_sym_CARET] = ACTIONS(2792), - [anon_sym_AMP] = ACTIONS(2792), - [anon_sym_LT_DASH] = ACTIONS(2792), - [anon_sym_LT_LT] = ACTIONS(2792), - [anon_sym_GT_GT] = ACTIONS(2792), - [anon_sym_GT_GT_GT] = ACTIONS(2792), - [anon_sym_AMP_CARET] = ACTIONS(2792), - [anon_sym_AMP_AMP] = ACTIONS(2792), - [anon_sym_PIPE_PIPE] = ACTIONS(2792), - [anon_sym_or] = ACTIONS(2792), - [sym_none] = ACTIONS(2792), - [sym_true] = ACTIONS(2792), - [sym_false] = ACTIONS(2792), - [sym_nil] = ACTIONS(2792), - [anon_sym_QMARK_DOT] = ACTIONS(2792), - [anon_sym_POUND_LBRACK] = ACTIONS(2792), - [anon_sym_if] = ACTIONS(2792), - [anon_sym_DOLLARif] = ACTIONS(2792), - [anon_sym_is] = ACTIONS(2792), - [anon_sym_BANGis] = ACTIONS(2792), - [anon_sym_in] = ACTIONS(2792), - [anon_sym_BANGin] = ACTIONS(2792), - [anon_sym_match] = ACTIONS(2792), - [anon_sym_select] = ACTIONS(2792), - [anon_sym_lock] = ACTIONS(2792), - [anon_sym_rlock] = ACTIONS(2792), - [anon_sym_unsafe] = ACTIONS(2792), - [anon_sym_sql] = ACTIONS(2792), - [sym_int_literal] = ACTIONS(2792), - [sym_float_literal] = ACTIONS(2792), - [sym_rune_literal] = ACTIONS(2792), - [anon_sym_AT] = ACTIONS(2792), - [anon_sym_shared] = ACTIONS(2792), - [anon_sym_map_LBRACK] = ACTIONS(2792), - [anon_sym_chan] = ACTIONS(2792), - [anon_sym_thread] = ACTIONS(2792), - [anon_sym_atomic] = ACTIONS(2792), - [anon_sym_assert] = ACTIONS(2792), - [anon_sym_defer] = ACTIONS(2792), - [anon_sym_goto] = ACTIONS(2792), - [anon_sym_break] = ACTIONS(2792), - [anon_sym_continue] = ACTIONS(2792), - [anon_sym_return] = ACTIONS(2792), - [anon_sym_DOLLARfor] = ACTIONS(2792), - [anon_sym_for] = ACTIONS(2792), - [anon_sym_POUND] = ACTIONS(2792), - [anon_sym_asm] = ACTIONS(2792), - [anon_sym_AT_LBRACK] = ACTIONS(2792), - [sym___double_quote] = ACTIONS(2792), - [sym___single_quote] = ACTIONS(2792), - [sym___c_double_quote] = ACTIONS(2792), - [sym___c_single_quote] = ACTIONS(2792), - [sym___r_double_quote] = ACTIONS(2792), - [sym___r_single_quote] = ACTIONS(2792), + [anon_sym_DOT] = ACTIONS(3231), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1782), + [anon_sym_const] = ACTIONS(1782), + [anon_sym_LPAREN] = ACTIONS(3237), + [anon_sym___global] = ACTIONS(1782), + [anon_sym_type] = ACTIONS(1782), + [anon_sym_PIPE] = ACTIONS(3313), + [anon_sym_fn] = ACTIONS(1782), + [anon_sym_PLUS] = ACTIONS(3313), + [anon_sym_DASH] = ACTIONS(3313), + [anon_sym_STAR] = ACTIONS(3315), + [anon_sym_SLASH] = ACTIONS(3315), + [anon_sym_PERCENT] = ACTIONS(3315), + [anon_sym_LT] = ACTIONS(3317), + [anon_sym_GT] = ACTIONS(3317), + [anon_sym_EQ_EQ] = ACTIONS(3317), + [anon_sym_BANG_EQ] = ACTIONS(3317), + [anon_sym_LT_EQ] = ACTIONS(3317), + [anon_sym_GT_EQ] = ACTIONS(3317), + [anon_sym_LBRACK] = ACTIONS(3245), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1782), + [anon_sym_union] = ACTIONS(1782), + [anon_sym_pub] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_enum] = ACTIONS(1782), + [anon_sym_interface] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_QMARK] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3253), + [anon_sym_go] = ACTIONS(1782), + [anon_sym_spawn] = ACTIONS(1782), + [anon_sym_json_DOTdecode] = ACTIONS(1782), + [anon_sym_LBRACK2] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_CARET] = ACTIONS(3313), + [anon_sym_AMP] = ACTIONS(3315), + [anon_sym_LT_DASH] = ACTIONS(1782), + [anon_sym_LT_LT] = ACTIONS(3315), + [anon_sym_GT_GT] = ACTIONS(3315), + [anon_sym_GT_GT_GT] = ACTIONS(3315), + [anon_sym_AMP_CARET] = ACTIONS(3315), + [anon_sym_AMP_AMP] = ACTIONS(3319), + [anon_sym_PIPE_PIPE] = ACTIONS(1782), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1782), + [sym_true] = ACTIONS(1782), + [sym_false] = ACTIONS(1782), + [sym_nil] = ACTIONS(1782), + [anon_sym_QMARK_DOT] = ACTIONS(3231), + [anon_sym_POUND_LBRACK] = ACTIONS(3255), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_DOLLARif] = ACTIONS(1782), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1782), + [anon_sym_in] = ACTIONS(3323), + [anon_sym_BANGin] = ACTIONS(3325), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_select] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1782), + [anon_sym_rlock] = ACTIONS(1782), + [anon_sym_unsafe] = ACTIONS(1782), + [anon_sym_sql] = ACTIONS(1782), + [sym_int_literal] = ACTIONS(1782), + [sym_float_literal] = ACTIONS(1782), + [sym_rune_literal] = ACTIONS(1782), + [anon_sym_AT] = ACTIONS(1782), + [anon_sym_shared] = ACTIONS(1782), + [anon_sym_map_LBRACK] = ACTIONS(1782), + [anon_sym_chan] = ACTIONS(1782), + [anon_sym_thread] = ACTIONS(1782), + [anon_sym_atomic] = ACTIONS(1782), + [anon_sym_assert] = ACTIONS(1782), + [anon_sym_defer] = ACTIONS(1782), + [anon_sym_goto] = ACTIONS(1782), + [anon_sym_break] = ACTIONS(1782), + [anon_sym_continue] = ACTIONS(1782), + [anon_sym_return] = ACTIONS(1782), + [anon_sym_DOLLARfor] = ACTIONS(1782), + [anon_sym_for] = ACTIONS(1782), + [anon_sym_POUND] = ACTIONS(1782), + [anon_sym_asm] = ACTIONS(1782), + [anon_sym_AT_LBRACK] = ACTIONS(1782), + [sym___double_quote] = ACTIONS(1782), + [sym___single_quote] = ACTIONS(1782), + [sym___c_double_quote] = ACTIONS(1782), + [sym___c_single_quote] = ACTIONS(1782), + [sym___r_double_quote] = ACTIONS(1782), + [sym___r_single_quote] = ACTIONS(1782), }, - [1030] = { - [ts_builtin_sym_end] = ACTIONS(3075), - [sym_identifier] = ACTIONS(3077), - [anon_sym_LF] = ACTIONS(3077), - [anon_sym_CR] = ACTIONS(3077), - [anon_sym_CR_LF] = ACTIONS(3077), + [992] = { + [ts_builtin_sym_end] = ACTIONS(2588), + [sym_identifier] = ACTIONS(2590), + [anon_sym_LF] = ACTIONS(2590), + [anon_sym_CR] = ACTIONS(2590), + [anon_sym_CR_LF] = ACTIONS(2590), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3077), - [anon_sym_as] = ACTIONS(3077), - [anon_sym_LBRACE] = ACTIONS(3077), - [anon_sym_COMMA] = ACTIONS(3077), - [anon_sym_const] = ACTIONS(3077), - [anon_sym_LPAREN] = ACTIONS(3077), - [anon_sym___global] = ACTIONS(3077), - [anon_sym_type] = ACTIONS(3077), - [anon_sym_PIPE] = ACTIONS(3077), - [anon_sym_fn] = ACTIONS(3077), - [anon_sym_PLUS] = ACTIONS(3077), - [anon_sym_DASH] = ACTIONS(3077), - [anon_sym_STAR] = ACTIONS(3077), - [anon_sym_SLASH] = ACTIONS(3077), - [anon_sym_PERCENT] = ACTIONS(3077), - [anon_sym_LT] = ACTIONS(3077), - [anon_sym_GT] = ACTIONS(3077), - [anon_sym_EQ_EQ] = ACTIONS(3077), - [anon_sym_BANG_EQ] = ACTIONS(3077), - [anon_sym_LT_EQ] = ACTIONS(3077), - [anon_sym_GT_EQ] = ACTIONS(3077), - [anon_sym_LBRACK] = ACTIONS(3075), - [anon_sym_struct] = ACTIONS(3077), - [anon_sym_union] = ACTIONS(3077), - [anon_sym_pub] = ACTIONS(3077), - [anon_sym_mut] = ACTIONS(3077), - [anon_sym_enum] = ACTIONS(3077), - [anon_sym_interface] = ACTIONS(3077), - [anon_sym_PLUS_PLUS] = ACTIONS(3077), - [anon_sym_DASH_DASH] = ACTIONS(3077), - [anon_sym_QMARK] = ACTIONS(3077), - [anon_sym_BANG] = ACTIONS(3077), - [anon_sym_go] = ACTIONS(3077), - [anon_sym_spawn] = ACTIONS(3077), - [anon_sym_json_DOTdecode] = ACTIONS(3077), - [anon_sym_LBRACK2] = ACTIONS(3077), - [anon_sym_TILDE] = ACTIONS(3077), - [anon_sym_CARET] = ACTIONS(3077), - [anon_sym_AMP] = ACTIONS(3077), - [anon_sym_LT_DASH] = ACTIONS(3077), - [anon_sym_LT_LT] = ACTIONS(3077), - [anon_sym_GT_GT] = ACTIONS(3077), - [anon_sym_GT_GT_GT] = ACTIONS(3077), - [anon_sym_AMP_CARET] = ACTIONS(3077), - [anon_sym_AMP_AMP] = ACTIONS(3077), - [anon_sym_PIPE_PIPE] = ACTIONS(3077), - [anon_sym_or] = ACTIONS(3077), - [sym_none] = ACTIONS(3077), - [sym_true] = ACTIONS(3077), - [sym_false] = ACTIONS(3077), - [sym_nil] = ACTIONS(3077), - [anon_sym_QMARK_DOT] = ACTIONS(3077), - [anon_sym_POUND_LBRACK] = ACTIONS(3077), - [anon_sym_if] = ACTIONS(3077), - [anon_sym_DOLLARif] = ACTIONS(3077), - [anon_sym_is] = ACTIONS(3077), - [anon_sym_BANGis] = ACTIONS(3077), - [anon_sym_in] = ACTIONS(3077), - [anon_sym_BANGin] = ACTIONS(3077), - [anon_sym_match] = ACTIONS(3077), - [anon_sym_select] = ACTIONS(3077), - [anon_sym_lock] = ACTIONS(3077), - [anon_sym_rlock] = ACTIONS(3077), - [anon_sym_unsafe] = ACTIONS(3077), - [anon_sym_sql] = ACTIONS(3077), - [sym_int_literal] = ACTIONS(3077), - [sym_float_literal] = ACTIONS(3077), - [sym_rune_literal] = ACTIONS(3077), - [anon_sym_AT] = ACTIONS(3077), - [anon_sym_shared] = ACTIONS(3077), - [anon_sym_map_LBRACK] = ACTIONS(3077), - [anon_sym_chan] = ACTIONS(3077), - [anon_sym_thread] = ACTIONS(3077), - [anon_sym_atomic] = ACTIONS(3077), - [anon_sym_assert] = ACTIONS(3077), - [anon_sym_defer] = ACTIONS(3077), - [anon_sym_goto] = ACTIONS(3077), - [anon_sym_break] = ACTIONS(3077), - [anon_sym_continue] = ACTIONS(3077), - [anon_sym_return] = ACTIONS(3077), - [anon_sym_DOLLARfor] = ACTIONS(3077), - [anon_sym_for] = ACTIONS(3077), - [anon_sym_POUND] = ACTIONS(3077), - [anon_sym_asm] = ACTIONS(3077), - [anon_sym_AT_LBRACK] = ACTIONS(3077), - [sym___double_quote] = ACTIONS(3077), - [sym___single_quote] = ACTIONS(3077), - [sym___c_double_quote] = ACTIONS(3077), - [sym___c_single_quote] = ACTIONS(3077), - [sym___r_double_quote] = ACTIONS(3077), - [sym___r_single_quote] = ACTIONS(3077), + [anon_sym_DOT] = ACTIONS(2590), + [anon_sym_as] = ACTIONS(2590), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_COMMA] = ACTIONS(2590), + [anon_sym_const] = ACTIONS(2590), + [anon_sym_LPAREN] = ACTIONS(2590), + [anon_sym___global] = ACTIONS(2590), + [anon_sym_type] = ACTIONS(2590), + [anon_sym_PIPE] = ACTIONS(2590), + [anon_sym_fn] = ACTIONS(2590), + [anon_sym_PLUS] = ACTIONS(2590), + [anon_sym_DASH] = ACTIONS(2590), + [anon_sym_STAR] = ACTIONS(2590), + [anon_sym_SLASH] = ACTIONS(2590), + [anon_sym_PERCENT] = ACTIONS(2590), + [anon_sym_LT] = ACTIONS(2590), + [anon_sym_GT] = ACTIONS(2590), + [anon_sym_EQ_EQ] = ACTIONS(2590), + [anon_sym_BANG_EQ] = ACTIONS(2590), + [anon_sym_LT_EQ] = ACTIONS(2590), + [anon_sym_GT_EQ] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(2588), + [anon_sym_LT2] = ACTIONS(2590), + [anon_sym_struct] = ACTIONS(2590), + [anon_sym_union] = ACTIONS(2590), + [anon_sym_pub] = ACTIONS(2590), + [anon_sym_mut] = ACTIONS(2590), + [anon_sym_enum] = ACTIONS(2590), + [anon_sym_interface] = ACTIONS(2590), + [anon_sym_PLUS_PLUS] = ACTIONS(2590), + [anon_sym_DASH_DASH] = ACTIONS(2590), + [anon_sym_QMARK] = ACTIONS(2590), + [anon_sym_BANG] = ACTIONS(2590), + [anon_sym_go] = ACTIONS(2590), + [anon_sym_spawn] = ACTIONS(2590), + [anon_sym_json_DOTdecode] = ACTIONS(2590), + [anon_sym_LBRACK2] = ACTIONS(2590), + [anon_sym_TILDE] = ACTIONS(2590), + [anon_sym_CARET] = ACTIONS(2590), + [anon_sym_AMP] = ACTIONS(2590), + [anon_sym_LT_DASH] = ACTIONS(2590), + [anon_sym_LT_LT] = ACTIONS(2590), + [anon_sym_GT_GT] = ACTIONS(2590), + [anon_sym_GT_GT_GT] = ACTIONS(2590), + [anon_sym_AMP_CARET] = ACTIONS(2590), + [anon_sym_AMP_AMP] = ACTIONS(2590), + [anon_sym_PIPE_PIPE] = ACTIONS(2590), + [anon_sym_or] = ACTIONS(2590), + [sym_none] = ACTIONS(2590), + [sym_true] = ACTIONS(2590), + [sym_false] = ACTIONS(2590), + [sym_nil] = ACTIONS(2590), + [anon_sym_QMARK_DOT] = ACTIONS(2590), + [anon_sym_POUND_LBRACK] = ACTIONS(2590), + [anon_sym_if] = ACTIONS(2590), + [anon_sym_else] = ACTIONS(2590), + [anon_sym_DOLLARif] = ACTIONS(2590), + [anon_sym_is] = ACTIONS(2590), + [anon_sym_BANGis] = ACTIONS(2590), + [anon_sym_in] = ACTIONS(2590), + [anon_sym_BANGin] = ACTIONS(2590), + [anon_sym_match] = ACTIONS(2590), + [anon_sym_select] = ACTIONS(2590), + [anon_sym_lock] = ACTIONS(2590), + [anon_sym_rlock] = ACTIONS(2590), + [anon_sym_unsafe] = ACTIONS(2590), + [anon_sym_sql] = ACTIONS(2590), + [sym_int_literal] = ACTIONS(2590), + [sym_float_literal] = ACTIONS(2590), + [sym_rune_literal] = ACTIONS(2590), + [anon_sym_AT] = ACTIONS(2590), + [anon_sym_shared] = ACTIONS(2590), + [anon_sym_map_LBRACK] = ACTIONS(2590), + [anon_sym_chan] = ACTIONS(2590), + [anon_sym_thread] = ACTIONS(2590), + [anon_sym_atomic] = ACTIONS(2590), + [anon_sym_assert] = ACTIONS(2590), + [anon_sym_defer] = ACTIONS(2590), + [anon_sym_goto] = ACTIONS(2590), + [anon_sym_break] = ACTIONS(2590), + [anon_sym_continue] = ACTIONS(2590), + [anon_sym_return] = ACTIONS(2590), + [anon_sym_DOLLARfor] = ACTIONS(2590), + [anon_sym_for] = ACTIONS(2590), + [anon_sym_POUND] = ACTIONS(2590), + [anon_sym_asm] = ACTIONS(2590), + [anon_sym_AT_LBRACK] = ACTIONS(2590), + [sym___double_quote] = ACTIONS(2590), + [sym___single_quote] = ACTIONS(2590), + [sym___c_double_quote] = ACTIONS(2590), + [sym___c_single_quote] = ACTIONS(2590), + [sym___r_double_quote] = ACTIONS(2590), + [sym___r_single_quote] = ACTIONS(2590), }, - [1031] = { - [ts_builtin_sym_end] = ACTIONS(3123), - [sym_identifier] = ACTIONS(3125), - [anon_sym_LF] = ACTIONS(3125), - [anon_sym_CR] = ACTIONS(3125), - [anon_sym_CR_LF] = ACTIONS(3125), + [993] = { + [ts_builtin_sym_end] = ACTIONS(2588), + [sym_identifier] = ACTIONS(2590), + [anon_sym_LF] = ACTIONS(2590), + [anon_sym_CR] = ACTIONS(2590), + [anon_sym_CR_LF] = ACTIONS(2590), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3125), - [anon_sym_as] = ACTIONS(3125), - [anon_sym_LBRACE] = ACTIONS(3125), - [anon_sym_COMMA] = ACTIONS(3125), - [anon_sym_const] = ACTIONS(3125), - [anon_sym_LPAREN] = ACTIONS(3125), - [anon_sym___global] = ACTIONS(3125), - [anon_sym_type] = ACTIONS(3125), - [anon_sym_PIPE] = ACTIONS(3125), - [anon_sym_fn] = ACTIONS(3125), - [anon_sym_PLUS] = ACTIONS(3125), - [anon_sym_DASH] = ACTIONS(3125), - [anon_sym_STAR] = ACTIONS(3125), - [anon_sym_SLASH] = ACTIONS(3125), - [anon_sym_PERCENT] = ACTIONS(3125), - [anon_sym_LT] = ACTIONS(3125), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_LT_EQ] = ACTIONS(3125), - [anon_sym_GT_EQ] = ACTIONS(3125), - [anon_sym_LBRACK] = ACTIONS(3123), - [anon_sym_struct] = ACTIONS(3125), - [anon_sym_union] = ACTIONS(3125), - [anon_sym_pub] = ACTIONS(3125), - [anon_sym_mut] = ACTIONS(3125), - [anon_sym_enum] = ACTIONS(3125), - [anon_sym_interface] = ACTIONS(3125), - [anon_sym_PLUS_PLUS] = ACTIONS(3125), - [anon_sym_DASH_DASH] = ACTIONS(3125), - [anon_sym_QMARK] = ACTIONS(3125), - [anon_sym_BANG] = ACTIONS(3125), - [anon_sym_go] = ACTIONS(3125), - [anon_sym_spawn] = ACTIONS(3125), - [anon_sym_json_DOTdecode] = ACTIONS(3125), - [anon_sym_LBRACK2] = ACTIONS(3125), - [anon_sym_TILDE] = ACTIONS(3125), - [anon_sym_CARET] = ACTIONS(3125), - [anon_sym_AMP] = ACTIONS(3125), - [anon_sym_LT_DASH] = ACTIONS(3125), - [anon_sym_LT_LT] = ACTIONS(3125), - [anon_sym_GT_GT] = ACTIONS(3125), - [anon_sym_GT_GT_GT] = ACTIONS(3125), - [anon_sym_AMP_CARET] = ACTIONS(3125), - [anon_sym_AMP_AMP] = ACTIONS(3125), - [anon_sym_PIPE_PIPE] = ACTIONS(3125), - [anon_sym_or] = ACTIONS(3125), - [sym_none] = ACTIONS(3125), - [sym_true] = ACTIONS(3125), - [sym_false] = ACTIONS(3125), - [sym_nil] = ACTIONS(3125), - [anon_sym_QMARK_DOT] = ACTIONS(3125), - [anon_sym_POUND_LBRACK] = ACTIONS(3125), - [anon_sym_if] = ACTIONS(3125), - [anon_sym_DOLLARif] = ACTIONS(3125), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3125), - [anon_sym_in] = ACTIONS(3125), - [anon_sym_BANGin] = ACTIONS(3125), - [anon_sym_match] = ACTIONS(3125), - [anon_sym_select] = ACTIONS(3125), - [anon_sym_lock] = ACTIONS(3125), - [anon_sym_rlock] = ACTIONS(3125), - [anon_sym_unsafe] = ACTIONS(3125), - [anon_sym_sql] = ACTIONS(3125), - [sym_int_literal] = ACTIONS(3125), - [sym_float_literal] = ACTIONS(3125), - [sym_rune_literal] = ACTIONS(3125), - [anon_sym_AT] = ACTIONS(3125), - [anon_sym_shared] = ACTIONS(3125), - [anon_sym_map_LBRACK] = ACTIONS(3125), - [anon_sym_chan] = ACTIONS(3125), - [anon_sym_thread] = ACTIONS(3125), - [anon_sym_atomic] = ACTIONS(3125), - [anon_sym_assert] = ACTIONS(3125), - [anon_sym_defer] = ACTIONS(3125), - [anon_sym_goto] = ACTIONS(3125), - [anon_sym_break] = ACTIONS(3125), - [anon_sym_continue] = ACTIONS(3125), - [anon_sym_return] = ACTIONS(3125), - [anon_sym_DOLLARfor] = ACTIONS(3125), - [anon_sym_for] = ACTIONS(3125), - [anon_sym_POUND] = ACTIONS(3125), - [anon_sym_asm] = ACTIONS(3125), - [anon_sym_AT_LBRACK] = ACTIONS(3125), - [sym___double_quote] = ACTIONS(3125), - [sym___single_quote] = ACTIONS(3125), - [sym___c_double_quote] = ACTIONS(3125), - [sym___c_single_quote] = ACTIONS(3125), - [sym___r_double_quote] = ACTIONS(3125), - [sym___r_single_quote] = ACTIONS(3125), + [anon_sym_DOT] = ACTIONS(2590), + [anon_sym_as] = ACTIONS(2590), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_COMMA] = ACTIONS(2590), + [anon_sym_const] = ACTIONS(2590), + [anon_sym_LPAREN] = ACTIONS(2590), + [anon_sym___global] = ACTIONS(2590), + [anon_sym_type] = ACTIONS(2590), + [anon_sym_PIPE] = ACTIONS(2590), + [anon_sym_fn] = ACTIONS(2590), + [anon_sym_PLUS] = ACTIONS(2590), + [anon_sym_DASH] = ACTIONS(2590), + [anon_sym_STAR] = ACTIONS(2590), + [anon_sym_SLASH] = ACTIONS(2590), + [anon_sym_PERCENT] = ACTIONS(2590), + [anon_sym_LT] = ACTIONS(2590), + [anon_sym_GT] = ACTIONS(2590), + [anon_sym_EQ_EQ] = ACTIONS(2590), + [anon_sym_BANG_EQ] = ACTIONS(2590), + [anon_sym_LT_EQ] = ACTIONS(2590), + [anon_sym_GT_EQ] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(2588), + [anon_sym_LT2] = ACTIONS(2590), + [anon_sym_struct] = ACTIONS(2590), + [anon_sym_union] = ACTIONS(2590), + [anon_sym_pub] = ACTIONS(2590), + [anon_sym_mut] = ACTIONS(2590), + [anon_sym_enum] = ACTIONS(2590), + [anon_sym_interface] = ACTIONS(2590), + [anon_sym_PLUS_PLUS] = ACTIONS(2590), + [anon_sym_DASH_DASH] = ACTIONS(2590), + [anon_sym_QMARK] = ACTIONS(2590), + [anon_sym_BANG] = ACTIONS(2590), + [anon_sym_go] = ACTIONS(2590), + [anon_sym_spawn] = ACTIONS(2590), + [anon_sym_json_DOTdecode] = ACTIONS(2590), + [anon_sym_LBRACK2] = ACTIONS(2590), + [anon_sym_TILDE] = ACTIONS(2590), + [anon_sym_CARET] = ACTIONS(2590), + [anon_sym_AMP] = ACTIONS(2590), + [anon_sym_LT_DASH] = ACTIONS(2590), + [anon_sym_LT_LT] = ACTIONS(2590), + [anon_sym_GT_GT] = ACTIONS(2590), + [anon_sym_GT_GT_GT] = ACTIONS(2590), + [anon_sym_AMP_CARET] = ACTIONS(2590), + [anon_sym_AMP_AMP] = ACTIONS(2590), + [anon_sym_PIPE_PIPE] = ACTIONS(2590), + [anon_sym_or] = ACTIONS(2590), + [sym_none] = ACTIONS(2590), + [sym_true] = ACTIONS(2590), + [sym_false] = ACTIONS(2590), + [sym_nil] = ACTIONS(2590), + [anon_sym_QMARK_DOT] = ACTIONS(2590), + [anon_sym_POUND_LBRACK] = ACTIONS(2590), + [anon_sym_if] = ACTIONS(2590), + [anon_sym_DOLLARif] = ACTIONS(2590), + [anon_sym_DOLLARelse] = ACTIONS(2590), + [anon_sym_is] = ACTIONS(2590), + [anon_sym_BANGis] = ACTIONS(2590), + [anon_sym_in] = ACTIONS(2590), + [anon_sym_BANGin] = ACTIONS(2590), + [anon_sym_match] = ACTIONS(2590), + [anon_sym_select] = ACTIONS(2590), + [anon_sym_lock] = ACTIONS(2590), + [anon_sym_rlock] = ACTIONS(2590), + [anon_sym_unsafe] = ACTIONS(2590), + [anon_sym_sql] = ACTIONS(2590), + [sym_int_literal] = ACTIONS(2590), + [sym_float_literal] = ACTIONS(2590), + [sym_rune_literal] = ACTIONS(2590), + [anon_sym_AT] = ACTIONS(2590), + [anon_sym_shared] = ACTIONS(2590), + [anon_sym_map_LBRACK] = ACTIONS(2590), + [anon_sym_chan] = ACTIONS(2590), + [anon_sym_thread] = ACTIONS(2590), + [anon_sym_atomic] = ACTIONS(2590), + [anon_sym_assert] = ACTIONS(2590), + [anon_sym_defer] = ACTIONS(2590), + [anon_sym_goto] = ACTIONS(2590), + [anon_sym_break] = ACTIONS(2590), + [anon_sym_continue] = ACTIONS(2590), + [anon_sym_return] = ACTIONS(2590), + [anon_sym_DOLLARfor] = ACTIONS(2590), + [anon_sym_for] = ACTIONS(2590), + [anon_sym_POUND] = ACTIONS(2590), + [anon_sym_asm] = ACTIONS(2590), + [anon_sym_AT_LBRACK] = ACTIONS(2590), + [sym___double_quote] = ACTIONS(2590), + [sym___single_quote] = ACTIONS(2590), + [sym___c_double_quote] = ACTIONS(2590), + [sym___c_single_quote] = ACTIONS(2590), + [sym___r_double_quote] = ACTIONS(2590), + [sym___r_single_quote] = ACTIONS(2590), }, - [1032] = { - [ts_builtin_sym_end] = ACTIONS(3115), - [sym_identifier] = ACTIONS(3117), - [anon_sym_LF] = ACTIONS(3117), - [anon_sym_CR] = ACTIONS(3117), - [anon_sym_CR_LF] = ACTIONS(3117), + [994] = { + [ts_builtin_sym_end] = ACTIONS(2416), + [sym_identifier] = ACTIONS(2418), + [anon_sym_LF] = ACTIONS(2418), + [anon_sym_CR] = ACTIONS(2418), + [anon_sym_CR_LF] = ACTIONS(2418), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3117), - [anon_sym_as] = ACTIONS(3117), - [anon_sym_LBRACE] = ACTIONS(3117), - [anon_sym_COMMA] = ACTIONS(3117), - [anon_sym_const] = ACTIONS(3117), - [anon_sym_LPAREN] = ACTIONS(3117), - [anon_sym___global] = ACTIONS(3117), - [anon_sym_type] = ACTIONS(3117), - [anon_sym_PIPE] = ACTIONS(3117), - [anon_sym_fn] = ACTIONS(3117), - [anon_sym_PLUS] = ACTIONS(3117), - [anon_sym_DASH] = ACTIONS(3117), - [anon_sym_STAR] = ACTIONS(3117), - [anon_sym_SLASH] = ACTIONS(3117), - [anon_sym_PERCENT] = ACTIONS(3117), - [anon_sym_LT] = ACTIONS(3117), - [anon_sym_GT] = ACTIONS(3117), - [anon_sym_EQ_EQ] = ACTIONS(3117), - [anon_sym_BANG_EQ] = ACTIONS(3117), - [anon_sym_LT_EQ] = ACTIONS(3117), - [anon_sym_GT_EQ] = ACTIONS(3117), - [anon_sym_LBRACK] = ACTIONS(3115), - [anon_sym_struct] = ACTIONS(3117), - [anon_sym_union] = ACTIONS(3117), - [anon_sym_pub] = ACTIONS(3117), - [anon_sym_mut] = ACTIONS(3117), - [anon_sym_enum] = ACTIONS(3117), - [anon_sym_interface] = ACTIONS(3117), - [anon_sym_PLUS_PLUS] = ACTIONS(3117), - [anon_sym_DASH_DASH] = ACTIONS(3117), - [anon_sym_QMARK] = ACTIONS(3117), - [anon_sym_BANG] = ACTIONS(3117), - [anon_sym_go] = ACTIONS(3117), - [anon_sym_spawn] = ACTIONS(3117), - [anon_sym_json_DOTdecode] = ACTIONS(3117), - [anon_sym_LBRACK2] = ACTIONS(3117), - [anon_sym_TILDE] = ACTIONS(3117), - [anon_sym_CARET] = ACTIONS(3117), - [anon_sym_AMP] = ACTIONS(3117), - [anon_sym_LT_DASH] = ACTIONS(3117), - [anon_sym_LT_LT] = ACTIONS(3117), - [anon_sym_GT_GT] = ACTIONS(3117), - [anon_sym_GT_GT_GT] = ACTIONS(3117), - [anon_sym_AMP_CARET] = ACTIONS(3117), - [anon_sym_AMP_AMP] = ACTIONS(3117), - [anon_sym_PIPE_PIPE] = ACTIONS(3117), - [anon_sym_or] = ACTIONS(3117), - [sym_none] = ACTIONS(3117), - [sym_true] = ACTIONS(3117), - [sym_false] = ACTIONS(3117), - [sym_nil] = ACTIONS(3117), - [anon_sym_QMARK_DOT] = ACTIONS(3117), - [anon_sym_POUND_LBRACK] = ACTIONS(3117), - [anon_sym_if] = ACTIONS(3117), - [anon_sym_DOLLARif] = ACTIONS(3117), - [anon_sym_is] = ACTIONS(3117), - [anon_sym_BANGis] = ACTIONS(3117), - [anon_sym_in] = ACTIONS(3117), - [anon_sym_BANGin] = ACTIONS(3117), - [anon_sym_match] = ACTIONS(3117), - [anon_sym_select] = ACTIONS(3117), - [anon_sym_lock] = ACTIONS(3117), - [anon_sym_rlock] = ACTIONS(3117), - [anon_sym_unsafe] = ACTIONS(3117), - [anon_sym_sql] = ACTIONS(3117), - [sym_int_literal] = ACTIONS(3117), - [sym_float_literal] = ACTIONS(3117), - [sym_rune_literal] = ACTIONS(3117), - [anon_sym_AT] = ACTIONS(3117), - [anon_sym_shared] = ACTIONS(3117), - [anon_sym_map_LBRACK] = ACTIONS(3117), - [anon_sym_chan] = ACTIONS(3117), - [anon_sym_thread] = ACTIONS(3117), - [anon_sym_atomic] = ACTIONS(3117), - [anon_sym_assert] = ACTIONS(3117), - [anon_sym_defer] = ACTIONS(3117), - [anon_sym_goto] = ACTIONS(3117), - [anon_sym_break] = ACTIONS(3117), - [anon_sym_continue] = ACTIONS(3117), - [anon_sym_return] = ACTIONS(3117), - [anon_sym_DOLLARfor] = ACTIONS(3117), - [anon_sym_for] = ACTIONS(3117), - [anon_sym_POUND] = ACTIONS(3117), - [anon_sym_asm] = ACTIONS(3117), - [anon_sym_AT_LBRACK] = ACTIONS(3117), - [sym___double_quote] = ACTIONS(3117), - [sym___single_quote] = ACTIONS(3117), - [sym___c_double_quote] = ACTIONS(3117), - [sym___c_single_quote] = ACTIONS(3117), - [sym___r_double_quote] = ACTIONS(3117), - [sym___r_single_quote] = ACTIONS(3117), + [anon_sym_DOT] = ACTIONS(2418), + [anon_sym_as] = ACTIONS(2418), + [anon_sym_LBRACE] = ACTIONS(2418), + [anon_sym_COMMA] = ACTIONS(2418), + [anon_sym_const] = ACTIONS(2418), + [anon_sym_LPAREN] = ACTIONS(2418), + [anon_sym___global] = ACTIONS(2418), + [anon_sym_type] = ACTIONS(2418), + [anon_sym_PIPE] = ACTIONS(2418), + [anon_sym_fn] = ACTIONS(2418), + [anon_sym_PLUS] = ACTIONS(2418), + [anon_sym_DASH] = ACTIONS(2418), + [anon_sym_STAR] = ACTIONS(2418), + [anon_sym_SLASH] = ACTIONS(2418), + [anon_sym_PERCENT] = ACTIONS(2418), + [anon_sym_LT] = ACTIONS(2418), + [anon_sym_GT] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2418), + [anon_sym_BANG_EQ] = ACTIONS(2418), + [anon_sym_LT_EQ] = ACTIONS(2418), + [anon_sym_GT_EQ] = ACTIONS(2418), + [anon_sym_LBRACK] = ACTIONS(2416), + [anon_sym_LT2] = ACTIONS(2418), + [anon_sym_struct] = ACTIONS(2418), + [anon_sym_union] = ACTIONS(2418), + [anon_sym_pub] = ACTIONS(2418), + [anon_sym_mut] = ACTIONS(2418), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_interface] = ACTIONS(2418), + [anon_sym_PLUS_PLUS] = ACTIONS(2418), + [anon_sym_DASH_DASH] = ACTIONS(2418), + [anon_sym_QMARK] = ACTIONS(2418), + [anon_sym_BANG] = ACTIONS(2418), + [anon_sym_go] = ACTIONS(2418), + [anon_sym_spawn] = ACTIONS(2418), + [anon_sym_json_DOTdecode] = ACTIONS(2418), + [anon_sym_LBRACK2] = ACTIONS(2418), + [anon_sym_TILDE] = ACTIONS(2418), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_AMP] = ACTIONS(2418), + [anon_sym_LT_DASH] = ACTIONS(2418), + [anon_sym_LT_LT] = ACTIONS(2418), + [anon_sym_GT_GT] = ACTIONS(2418), + [anon_sym_GT_GT_GT] = ACTIONS(2418), + [anon_sym_AMP_CARET] = ACTIONS(2418), + [anon_sym_AMP_AMP] = ACTIONS(2418), + [anon_sym_PIPE_PIPE] = ACTIONS(2418), + [anon_sym_or] = ACTIONS(2418), + [sym_none] = ACTIONS(2418), + [sym_true] = ACTIONS(2418), + [sym_false] = ACTIONS(2418), + [sym_nil] = ACTIONS(2418), + [anon_sym_QMARK_DOT] = ACTIONS(2418), + [anon_sym_POUND_LBRACK] = ACTIONS(2418), + [anon_sym_if] = ACTIONS(2418), + [anon_sym_else] = ACTIONS(2418), + [anon_sym_DOLLARif] = ACTIONS(2418), + [anon_sym_is] = ACTIONS(2418), + [anon_sym_BANGis] = ACTIONS(2418), + [anon_sym_in] = ACTIONS(2418), + [anon_sym_BANGin] = ACTIONS(2418), + [anon_sym_match] = ACTIONS(2418), + [anon_sym_select] = ACTIONS(2418), + [anon_sym_lock] = ACTIONS(2418), + [anon_sym_rlock] = ACTIONS(2418), + [anon_sym_unsafe] = ACTIONS(2418), + [anon_sym_sql] = ACTIONS(2418), + [sym_int_literal] = ACTIONS(2418), + [sym_float_literal] = ACTIONS(2418), + [sym_rune_literal] = ACTIONS(2418), + [anon_sym_AT] = ACTIONS(2418), + [anon_sym_shared] = ACTIONS(2418), + [anon_sym_map_LBRACK] = ACTIONS(2418), + [anon_sym_chan] = ACTIONS(2418), + [anon_sym_thread] = ACTIONS(2418), + [anon_sym_atomic] = ACTIONS(2418), + [anon_sym_assert] = ACTIONS(2418), + [anon_sym_defer] = ACTIONS(2418), + [anon_sym_goto] = ACTIONS(2418), + [anon_sym_break] = ACTIONS(2418), + [anon_sym_continue] = ACTIONS(2418), + [anon_sym_return] = ACTIONS(2418), + [anon_sym_DOLLARfor] = ACTIONS(2418), + [anon_sym_for] = ACTIONS(2418), + [anon_sym_POUND] = ACTIONS(2418), + [anon_sym_asm] = ACTIONS(2418), + [anon_sym_AT_LBRACK] = ACTIONS(2418), + [sym___double_quote] = ACTIONS(2418), + [sym___single_quote] = ACTIONS(2418), + [sym___c_double_quote] = ACTIONS(2418), + [sym___c_single_quote] = ACTIONS(2418), + [sym___r_double_quote] = ACTIONS(2418), + [sym___r_single_quote] = ACTIONS(2418), }, - [1033] = { - [ts_builtin_sym_end] = ACTIONS(3091), - [sym_identifier] = ACTIONS(3093), - [anon_sym_LF] = ACTIONS(3093), - [anon_sym_CR] = ACTIONS(3093), - [anon_sym_CR_LF] = ACTIONS(3093), + [995] = { + [ts_builtin_sym_end] = ACTIONS(2410), + [sym_identifier] = ACTIONS(2412), + [anon_sym_LF] = ACTIONS(2412), + [anon_sym_CR] = ACTIONS(2412), + [anon_sym_CR_LF] = ACTIONS(2412), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3093), - [anon_sym_as] = ACTIONS(3093), - [anon_sym_LBRACE] = ACTIONS(3093), - [anon_sym_COMMA] = ACTIONS(3093), - [anon_sym_const] = ACTIONS(3093), - [anon_sym_LPAREN] = ACTIONS(3093), - [anon_sym___global] = ACTIONS(3093), - [anon_sym_type] = ACTIONS(3093), - [anon_sym_PIPE] = ACTIONS(3093), - [anon_sym_fn] = ACTIONS(3093), - [anon_sym_PLUS] = ACTIONS(3093), - [anon_sym_DASH] = ACTIONS(3093), - [anon_sym_STAR] = ACTIONS(3093), - [anon_sym_SLASH] = ACTIONS(3093), - [anon_sym_PERCENT] = ACTIONS(3093), - [anon_sym_LT] = ACTIONS(3093), - [anon_sym_GT] = ACTIONS(3093), - [anon_sym_EQ_EQ] = ACTIONS(3093), - [anon_sym_BANG_EQ] = ACTIONS(3093), - [anon_sym_LT_EQ] = ACTIONS(3093), - [anon_sym_GT_EQ] = ACTIONS(3093), - [anon_sym_LBRACK] = ACTIONS(3091), - [anon_sym_struct] = ACTIONS(3093), - [anon_sym_union] = ACTIONS(3093), - [anon_sym_pub] = ACTIONS(3093), - [anon_sym_mut] = ACTIONS(3093), - [anon_sym_enum] = ACTIONS(3093), - [anon_sym_interface] = ACTIONS(3093), - [anon_sym_PLUS_PLUS] = ACTIONS(3093), - [anon_sym_DASH_DASH] = ACTIONS(3093), - [anon_sym_QMARK] = ACTIONS(3093), - [anon_sym_BANG] = ACTIONS(3093), - [anon_sym_go] = ACTIONS(3093), - [anon_sym_spawn] = ACTIONS(3093), - [anon_sym_json_DOTdecode] = ACTIONS(3093), - [anon_sym_LBRACK2] = ACTIONS(3093), - [anon_sym_TILDE] = ACTIONS(3093), - [anon_sym_CARET] = ACTIONS(3093), - [anon_sym_AMP] = ACTIONS(3093), - [anon_sym_LT_DASH] = ACTIONS(3093), - [anon_sym_LT_LT] = ACTIONS(3093), - [anon_sym_GT_GT] = ACTIONS(3093), - [anon_sym_GT_GT_GT] = ACTIONS(3093), - [anon_sym_AMP_CARET] = ACTIONS(3093), - [anon_sym_AMP_AMP] = ACTIONS(3093), - [anon_sym_PIPE_PIPE] = ACTIONS(3093), - [anon_sym_or] = ACTIONS(3093), - [sym_none] = ACTIONS(3093), - [sym_true] = ACTIONS(3093), - [sym_false] = ACTIONS(3093), - [sym_nil] = ACTIONS(3093), - [anon_sym_QMARK_DOT] = ACTIONS(3093), - [anon_sym_POUND_LBRACK] = ACTIONS(3093), - [anon_sym_if] = ACTIONS(3093), - [anon_sym_DOLLARif] = ACTIONS(3093), - [anon_sym_is] = ACTIONS(3093), - [anon_sym_BANGis] = ACTIONS(3093), - [anon_sym_in] = ACTIONS(3093), - [anon_sym_BANGin] = ACTIONS(3093), - [anon_sym_match] = ACTIONS(3093), - [anon_sym_select] = ACTIONS(3093), - [anon_sym_lock] = ACTIONS(3093), - [anon_sym_rlock] = ACTIONS(3093), - [anon_sym_unsafe] = ACTIONS(3093), - [anon_sym_sql] = ACTIONS(3093), - [sym_int_literal] = ACTIONS(3093), - [sym_float_literal] = ACTIONS(3093), - [sym_rune_literal] = ACTIONS(3093), - [anon_sym_AT] = ACTIONS(3093), - [anon_sym_shared] = ACTIONS(3093), - [anon_sym_map_LBRACK] = ACTIONS(3093), - [anon_sym_chan] = ACTIONS(3093), - [anon_sym_thread] = ACTIONS(3093), - [anon_sym_atomic] = ACTIONS(3093), - [anon_sym_assert] = ACTIONS(3093), - [anon_sym_defer] = ACTIONS(3093), - [anon_sym_goto] = ACTIONS(3093), - [anon_sym_break] = ACTIONS(3093), - [anon_sym_continue] = ACTIONS(3093), - [anon_sym_return] = ACTIONS(3093), - [anon_sym_DOLLARfor] = ACTIONS(3093), - [anon_sym_for] = ACTIONS(3093), - [anon_sym_POUND] = ACTIONS(3093), - [anon_sym_asm] = ACTIONS(3093), - [anon_sym_AT_LBRACK] = ACTIONS(3093), - [sym___double_quote] = ACTIONS(3093), - [sym___single_quote] = ACTIONS(3093), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3093), - [sym___r_double_quote] = ACTIONS(3093), - [sym___r_single_quote] = ACTIONS(3093), + [anon_sym_DOT] = ACTIONS(2412), + [anon_sym_as] = ACTIONS(2412), + [anon_sym_LBRACE] = ACTIONS(2412), + [anon_sym_COMMA] = ACTIONS(2412), + [anon_sym_const] = ACTIONS(2412), + [anon_sym_LPAREN] = ACTIONS(2412), + [anon_sym___global] = ACTIONS(2412), + [anon_sym_type] = ACTIONS(2412), + [anon_sym_PIPE] = ACTIONS(2412), + [anon_sym_fn] = ACTIONS(2412), + [anon_sym_PLUS] = ACTIONS(2412), + [anon_sym_DASH] = ACTIONS(2412), + [anon_sym_STAR] = ACTIONS(2412), + [anon_sym_SLASH] = ACTIONS(2412), + [anon_sym_PERCENT] = ACTIONS(2412), + [anon_sym_LT] = ACTIONS(2412), + [anon_sym_GT] = ACTIONS(2412), + [anon_sym_EQ_EQ] = ACTIONS(2412), + [anon_sym_BANG_EQ] = ACTIONS(2412), + [anon_sym_LT_EQ] = ACTIONS(2412), + [anon_sym_GT_EQ] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(2410), + [anon_sym_LT2] = ACTIONS(2412), + [anon_sym_struct] = ACTIONS(2412), + [anon_sym_union] = ACTIONS(2412), + [anon_sym_pub] = ACTIONS(2412), + [anon_sym_mut] = ACTIONS(2412), + [anon_sym_enum] = ACTIONS(2412), + [anon_sym_interface] = ACTIONS(2412), + [anon_sym_PLUS_PLUS] = ACTIONS(2412), + [anon_sym_DASH_DASH] = ACTIONS(2412), + [anon_sym_QMARK] = ACTIONS(2412), + [anon_sym_BANG] = ACTIONS(2412), + [anon_sym_go] = ACTIONS(2412), + [anon_sym_spawn] = ACTIONS(2412), + [anon_sym_json_DOTdecode] = ACTIONS(2412), + [anon_sym_LBRACK2] = ACTIONS(2412), + [anon_sym_TILDE] = ACTIONS(2412), + [anon_sym_CARET] = ACTIONS(2412), + [anon_sym_AMP] = ACTIONS(2412), + [anon_sym_LT_DASH] = ACTIONS(2412), + [anon_sym_LT_LT] = ACTIONS(2412), + [anon_sym_GT_GT] = ACTIONS(2412), + [anon_sym_GT_GT_GT] = ACTIONS(2412), + [anon_sym_AMP_CARET] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2412), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_or] = ACTIONS(2412), + [sym_none] = ACTIONS(2412), + [sym_true] = ACTIONS(2412), + [sym_false] = ACTIONS(2412), + [sym_nil] = ACTIONS(2412), + [anon_sym_QMARK_DOT] = ACTIONS(2412), + [anon_sym_POUND_LBRACK] = ACTIONS(2412), + [anon_sym_if] = ACTIONS(2412), + [anon_sym_DOLLARif] = ACTIONS(2412), + [anon_sym_DOLLARelse] = ACTIONS(3345), + [anon_sym_is] = ACTIONS(2412), + [anon_sym_BANGis] = ACTIONS(2412), + [anon_sym_in] = ACTIONS(2412), + [anon_sym_BANGin] = ACTIONS(2412), + [anon_sym_match] = ACTIONS(2412), + [anon_sym_select] = ACTIONS(2412), + [anon_sym_lock] = ACTIONS(2412), + [anon_sym_rlock] = ACTIONS(2412), + [anon_sym_unsafe] = ACTIONS(2412), + [anon_sym_sql] = ACTIONS(2412), + [sym_int_literal] = ACTIONS(2412), + [sym_float_literal] = ACTIONS(2412), + [sym_rune_literal] = ACTIONS(2412), + [anon_sym_AT] = ACTIONS(2412), + [anon_sym_shared] = ACTIONS(2412), + [anon_sym_map_LBRACK] = ACTIONS(2412), + [anon_sym_chan] = ACTIONS(2412), + [anon_sym_thread] = ACTIONS(2412), + [anon_sym_atomic] = ACTIONS(2412), + [anon_sym_assert] = ACTIONS(2412), + [anon_sym_defer] = ACTIONS(2412), + [anon_sym_goto] = ACTIONS(2412), + [anon_sym_break] = ACTIONS(2412), + [anon_sym_continue] = ACTIONS(2412), + [anon_sym_return] = ACTIONS(2412), + [anon_sym_DOLLARfor] = ACTIONS(2412), + [anon_sym_for] = ACTIONS(2412), + [anon_sym_POUND] = ACTIONS(2412), + [anon_sym_asm] = ACTIONS(2412), + [anon_sym_AT_LBRACK] = ACTIONS(2412), + [sym___double_quote] = ACTIONS(2412), + [sym___single_quote] = ACTIONS(2412), + [sym___c_double_quote] = ACTIONS(2412), + [sym___c_single_quote] = ACTIONS(2412), + [sym___r_double_quote] = ACTIONS(2412), + [sym___r_single_quote] = ACTIONS(2412), }, - [1034] = { - [ts_builtin_sym_end] = ACTIONS(3087), - [sym_identifier] = ACTIONS(3089), - [anon_sym_LF] = ACTIONS(3089), - [anon_sym_CR] = ACTIONS(3089), - [anon_sym_CR_LF] = ACTIONS(3089), + [996] = { + [ts_builtin_sym_end] = ACTIONS(2454), + [sym_identifier] = ACTIONS(2456), + [anon_sym_LF] = ACTIONS(2456), + [anon_sym_CR] = ACTIONS(2456), + [anon_sym_CR_LF] = ACTIONS(2456), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3089), - [anon_sym_as] = ACTIONS(3089), - [anon_sym_LBRACE] = ACTIONS(3089), - [anon_sym_COMMA] = ACTIONS(3089), - [anon_sym_const] = ACTIONS(3089), - [anon_sym_LPAREN] = ACTIONS(3089), - [anon_sym___global] = ACTIONS(3089), - [anon_sym_type] = ACTIONS(3089), - [anon_sym_PIPE] = ACTIONS(3089), - [anon_sym_fn] = ACTIONS(3089), - [anon_sym_PLUS] = ACTIONS(3089), - [anon_sym_DASH] = ACTIONS(3089), - [anon_sym_STAR] = ACTIONS(3089), - [anon_sym_SLASH] = ACTIONS(3089), - [anon_sym_PERCENT] = ACTIONS(3089), - [anon_sym_LT] = ACTIONS(3089), - [anon_sym_GT] = ACTIONS(3089), - [anon_sym_EQ_EQ] = ACTIONS(3089), - [anon_sym_BANG_EQ] = ACTIONS(3089), - [anon_sym_LT_EQ] = ACTIONS(3089), - [anon_sym_GT_EQ] = ACTIONS(3089), - [anon_sym_LBRACK] = ACTIONS(3087), - [anon_sym_struct] = ACTIONS(3089), - [anon_sym_union] = ACTIONS(3089), - [anon_sym_pub] = ACTIONS(3089), - [anon_sym_mut] = ACTIONS(3089), - [anon_sym_enum] = ACTIONS(3089), - [anon_sym_interface] = ACTIONS(3089), - [anon_sym_PLUS_PLUS] = ACTIONS(3089), - [anon_sym_DASH_DASH] = ACTIONS(3089), - [anon_sym_QMARK] = ACTIONS(3089), - [anon_sym_BANG] = ACTIONS(3089), - [anon_sym_go] = ACTIONS(3089), - [anon_sym_spawn] = ACTIONS(3089), - [anon_sym_json_DOTdecode] = ACTIONS(3089), - [anon_sym_LBRACK2] = ACTIONS(3089), - [anon_sym_TILDE] = ACTIONS(3089), - [anon_sym_CARET] = ACTIONS(3089), - [anon_sym_AMP] = ACTIONS(3089), - [anon_sym_LT_DASH] = ACTIONS(3089), - [anon_sym_LT_LT] = ACTIONS(3089), - [anon_sym_GT_GT] = ACTIONS(3089), - [anon_sym_GT_GT_GT] = ACTIONS(3089), - [anon_sym_AMP_CARET] = ACTIONS(3089), - [anon_sym_AMP_AMP] = ACTIONS(3089), - [anon_sym_PIPE_PIPE] = ACTIONS(3089), - [anon_sym_or] = ACTIONS(3089), - [sym_none] = ACTIONS(3089), - [sym_true] = ACTIONS(3089), - [sym_false] = ACTIONS(3089), - [sym_nil] = ACTIONS(3089), - [anon_sym_QMARK_DOT] = ACTIONS(3089), - [anon_sym_POUND_LBRACK] = ACTIONS(3089), - [anon_sym_if] = ACTIONS(3089), - [anon_sym_DOLLARif] = ACTIONS(3089), - [anon_sym_is] = ACTIONS(3089), - [anon_sym_BANGis] = ACTIONS(3089), - [anon_sym_in] = ACTIONS(3089), - [anon_sym_BANGin] = ACTIONS(3089), - [anon_sym_match] = ACTIONS(3089), - [anon_sym_select] = ACTIONS(3089), - [anon_sym_lock] = ACTIONS(3089), - [anon_sym_rlock] = ACTIONS(3089), - [anon_sym_unsafe] = ACTIONS(3089), - [anon_sym_sql] = ACTIONS(3089), - [sym_int_literal] = ACTIONS(3089), - [sym_float_literal] = ACTIONS(3089), - [sym_rune_literal] = ACTIONS(3089), - [anon_sym_AT] = ACTIONS(3089), - [anon_sym_shared] = ACTIONS(3089), - [anon_sym_map_LBRACK] = ACTIONS(3089), - [anon_sym_chan] = ACTIONS(3089), - [anon_sym_thread] = ACTIONS(3089), - [anon_sym_atomic] = ACTIONS(3089), - [anon_sym_assert] = ACTIONS(3089), - [anon_sym_defer] = ACTIONS(3089), - [anon_sym_goto] = ACTIONS(3089), - [anon_sym_break] = ACTIONS(3089), - [anon_sym_continue] = ACTIONS(3089), - [anon_sym_return] = ACTIONS(3089), - [anon_sym_DOLLARfor] = ACTIONS(3089), - [anon_sym_for] = ACTIONS(3089), - [anon_sym_POUND] = ACTIONS(3089), - [anon_sym_asm] = ACTIONS(3089), - [anon_sym_AT_LBRACK] = ACTIONS(3089), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3089), - [sym___c_double_quote] = ACTIONS(3089), - [sym___c_single_quote] = ACTIONS(3089), - [sym___r_double_quote] = ACTIONS(3089), - [sym___r_single_quote] = ACTIONS(3089), + [anon_sym_DOT] = ACTIONS(2456), + [anon_sym_as] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2456), + [anon_sym_COMMA] = ACTIONS(2456), + [anon_sym_const] = ACTIONS(2456), + [anon_sym_LPAREN] = ACTIONS(2456), + [anon_sym___global] = ACTIONS(2456), + [anon_sym_type] = ACTIONS(2456), + [anon_sym_PIPE] = ACTIONS(2456), + [anon_sym_fn] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2456), + [anon_sym_SLASH] = ACTIONS(2456), + [anon_sym_PERCENT] = ACTIONS(2456), + [anon_sym_LT] = ACTIONS(2456), + [anon_sym_GT] = ACTIONS(2456), + [anon_sym_EQ_EQ] = ACTIONS(2456), + [anon_sym_BANG_EQ] = ACTIONS(2456), + [anon_sym_LT_EQ] = ACTIONS(2456), + [anon_sym_GT_EQ] = ACTIONS(2456), + [anon_sym_LBRACK] = ACTIONS(2454), + [anon_sym_LT2] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_union] = ACTIONS(2456), + [anon_sym_pub] = ACTIONS(2456), + [anon_sym_mut] = ACTIONS(2456), + [anon_sym_enum] = ACTIONS(2456), + [anon_sym_interface] = ACTIONS(2456), + [anon_sym_PLUS_PLUS] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2456), + [anon_sym_QMARK] = ACTIONS(2456), + [anon_sym_BANG] = ACTIONS(2456), + [anon_sym_go] = ACTIONS(2456), + [anon_sym_spawn] = ACTIONS(2456), + [anon_sym_json_DOTdecode] = ACTIONS(2456), + [anon_sym_LBRACK2] = ACTIONS(2456), + [anon_sym_TILDE] = ACTIONS(2456), + [anon_sym_CARET] = ACTIONS(2456), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_LT_DASH] = ACTIONS(2456), + [anon_sym_LT_LT] = ACTIONS(2456), + [anon_sym_GT_GT] = ACTIONS(2456), + [anon_sym_GT_GT_GT] = ACTIONS(2456), + [anon_sym_AMP_CARET] = ACTIONS(2456), + [anon_sym_AMP_AMP] = ACTIONS(2456), + [anon_sym_PIPE_PIPE] = ACTIONS(2456), + [anon_sym_or] = ACTIONS(2456), + [sym_none] = ACTIONS(2456), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_nil] = ACTIONS(2456), + [anon_sym_QMARK_DOT] = ACTIONS(2456), + [anon_sym_POUND_LBRACK] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_DOLLARif] = ACTIONS(2456), + [anon_sym_DOLLARelse] = ACTIONS(3347), + [anon_sym_is] = ACTIONS(2456), + [anon_sym_BANGis] = ACTIONS(2456), + [anon_sym_in] = ACTIONS(2456), + [anon_sym_BANGin] = ACTIONS(2456), + [anon_sym_match] = ACTIONS(2456), + [anon_sym_select] = ACTIONS(2456), + [anon_sym_lock] = ACTIONS(2456), + [anon_sym_rlock] = ACTIONS(2456), + [anon_sym_unsafe] = ACTIONS(2456), + [anon_sym_sql] = ACTIONS(2456), + [sym_int_literal] = ACTIONS(2456), + [sym_float_literal] = ACTIONS(2456), + [sym_rune_literal] = ACTIONS(2456), + [anon_sym_AT] = ACTIONS(2456), + [anon_sym_shared] = ACTIONS(2456), + [anon_sym_map_LBRACK] = ACTIONS(2456), + [anon_sym_chan] = ACTIONS(2456), + [anon_sym_thread] = ACTIONS(2456), + [anon_sym_atomic] = ACTIONS(2456), + [anon_sym_assert] = ACTIONS(2456), + [anon_sym_defer] = ACTIONS(2456), + [anon_sym_goto] = ACTIONS(2456), + [anon_sym_break] = ACTIONS(2456), + [anon_sym_continue] = ACTIONS(2456), + [anon_sym_return] = ACTIONS(2456), + [anon_sym_DOLLARfor] = ACTIONS(2456), + [anon_sym_for] = ACTIONS(2456), + [anon_sym_POUND] = ACTIONS(2456), + [anon_sym_asm] = ACTIONS(2456), + [anon_sym_AT_LBRACK] = ACTIONS(2456), + [sym___double_quote] = ACTIONS(2456), + [sym___single_quote] = ACTIONS(2456), + [sym___c_double_quote] = ACTIONS(2456), + [sym___c_single_quote] = ACTIONS(2456), + [sym___r_double_quote] = ACTIONS(2456), + [sym___r_single_quote] = ACTIONS(2456), }, - [1035] = { - [ts_builtin_sym_end] = ACTIONS(2786), - [sym_identifier] = ACTIONS(2788), - [anon_sym_LF] = ACTIONS(2788), - [anon_sym_CR] = ACTIONS(2788), - [anon_sym_CR_LF] = ACTIONS(2788), + [997] = { + [ts_builtin_sym_end] = ACTIONS(2416), + [sym_identifier] = ACTIONS(2418), + [anon_sym_LF] = ACTIONS(2418), + [anon_sym_CR] = ACTIONS(2418), + [anon_sym_CR_LF] = ACTIONS(2418), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2788), - [anon_sym_as] = ACTIONS(2788), - [anon_sym_LBRACE] = ACTIONS(2788), - [anon_sym_COMMA] = ACTIONS(2788), - [anon_sym_const] = ACTIONS(2788), - [anon_sym_LPAREN] = ACTIONS(2788), - [anon_sym___global] = ACTIONS(2788), - [anon_sym_type] = ACTIONS(2788), - [anon_sym_PIPE] = ACTIONS(2788), - [anon_sym_fn] = ACTIONS(2788), - [anon_sym_PLUS] = ACTIONS(2788), - [anon_sym_DASH] = ACTIONS(2788), - [anon_sym_STAR] = ACTIONS(2788), - [anon_sym_SLASH] = ACTIONS(2788), - [anon_sym_PERCENT] = ACTIONS(2788), - [anon_sym_LT] = ACTIONS(2788), - [anon_sym_GT] = ACTIONS(2788), - [anon_sym_EQ_EQ] = ACTIONS(2788), - [anon_sym_BANG_EQ] = ACTIONS(2788), - [anon_sym_LT_EQ] = ACTIONS(2788), - [anon_sym_GT_EQ] = ACTIONS(2788), - [anon_sym_LBRACK] = ACTIONS(2786), - [anon_sym_struct] = ACTIONS(2788), - [anon_sym_union] = ACTIONS(2788), - [anon_sym_pub] = ACTIONS(2788), - [anon_sym_mut] = ACTIONS(2788), - [anon_sym_enum] = ACTIONS(2788), - [anon_sym_interface] = ACTIONS(2788), - [anon_sym_PLUS_PLUS] = ACTIONS(2788), - [anon_sym_DASH_DASH] = ACTIONS(2788), - [anon_sym_QMARK] = ACTIONS(2788), - [anon_sym_BANG] = ACTIONS(2788), - [anon_sym_go] = ACTIONS(2788), - [anon_sym_spawn] = ACTIONS(2788), - [anon_sym_json_DOTdecode] = ACTIONS(2788), - [anon_sym_LBRACK2] = ACTIONS(2788), - [anon_sym_TILDE] = ACTIONS(2788), - [anon_sym_CARET] = ACTIONS(2788), - [anon_sym_AMP] = ACTIONS(2788), - [anon_sym_LT_DASH] = ACTIONS(2788), - [anon_sym_LT_LT] = ACTIONS(2788), - [anon_sym_GT_GT] = ACTIONS(2788), - [anon_sym_GT_GT_GT] = ACTIONS(2788), - [anon_sym_AMP_CARET] = ACTIONS(2788), - [anon_sym_AMP_AMP] = ACTIONS(2788), - [anon_sym_PIPE_PIPE] = ACTIONS(2788), - [anon_sym_or] = ACTIONS(2788), - [sym_none] = ACTIONS(2788), - [sym_true] = ACTIONS(2788), - [sym_false] = ACTIONS(2788), - [sym_nil] = ACTIONS(2788), - [anon_sym_QMARK_DOT] = ACTIONS(2788), - [anon_sym_POUND_LBRACK] = ACTIONS(2788), - [anon_sym_if] = ACTIONS(2788), - [anon_sym_DOLLARif] = ACTIONS(2788), - [anon_sym_is] = ACTIONS(2788), - [anon_sym_BANGis] = ACTIONS(2788), - [anon_sym_in] = ACTIONS(2788), - [anon_sym_BANGin] = ACTIONS(2788), - [anon_sym_match] = ACTIONS(2788), - [anon_sym_select] = ACTIONS(2788), - [anon_sym_lock] = ACTIONS(2788), - [anon_sym_rlock] = ACTIONS(2788), - [anon_sym_unsafe] = ACTIONS(2788), - [anon_sym_sql] = ACTIONS(2788), - [sym_int_literal] = ACTIONS(2788), - [sym_float_literal] = ACTIONS(2788), - [sym_rune_literal] = ACTIONS(2788), - [anon_sym_AT] = ACTIONS(2788), - [anon_sym_shared] = ACTIONS(2788), - [anon_sym_map_LBRACK] = ACTIONS(2788), - [anon_sym_chan] = ACTIONS(2788), - [anon_sym_thread] = ACTIONS(2788), - [anon_sym_atomic] = ACTIONS(2788), - [anon_sym_assert] = ACTIONS(2788), - [anon_sym_defer] = ACTIONS(2788), - [anon_sym_goto] = ACTIONS(2788), - [anon_sym_break] = ACTIONS(2788), - [anon_sym_continue] = ACTIONS(2788), - [anon_sym_return] = ACTIONS(2788), - [anon_sym_DOLLARfor] = ACTIONS(2788), - [anon_sym_for] = ACTIONS(2788), - [anon_sym_POUND] = ACTIONS(2788), - [anon_sym_asm] = ACTIONS(2788), - [anon_sym_AT_LBRACK] = ACTIONS(2788), - [sym___double_quote] = ACTIONS(2788), - [sym___single_quote] = ACTIONS(2788), - [sym___c_double_quote] = ACTIONS(2788), - [sym___c_single_quote] = ACTIONS(2788), - [sym___r_double_quote] = ACTIONS(2788), - [sym___r_single_quote] = ACTIONS(2788), + [anon_sym_DOT] = ACTIONS(2418), + [anon_sym_as] = ACTIONS(2418), + [anon_sym_LBRACE] = ACTIONS(2418), + [anon_sym_COMMA] = ACTIONS(2418), + [anon_sym_const] = ACTIONS(2418), + [anon_sym_LPAREN] = ACTIONS(2418), + [anon_sym___global] = ACTIONS(2418), + [anon_sym_type] = ACTIONS(2418), + [anon_sym_PIPE] = ACTIONS(2418), + [anon_sym_fn] = ACTIONS(2418), + [anon_sym_PLUS] = ACTIONS(2418), + [anon_sym_DASH] = ACTIONS(2418), + [anon_sym_STAR] = ACTIONS(2418), + [anon_sym_SLASH] = ACTIONS(2418), + [anon_sym_PERCENT] = ACTIONS(2418), + [anon_sym_LT] = ACTIONS(2418), + [anon_sym_GT] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2418), + [anon_sym_BANG_EQ] = ACTIONS(2418), + [anon_sym_LT_EQ] = ACTIONS(2418), + [anon_sym_GT_EQ] = ACTIONS(2418), + [anon_sym_LBRACK] = ACTIONS(2416), + [anon_sym_LT2] = ACTIONS(2418), + [anon_sym_struct] = ACTIONS(2418), + [anon_sym_union] = ACTIONS(2418), + [anon_sym_pub] = ACTIONS(2418), + [anon_sym_mut] = ACTIONS(2418), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_interface] = ACTIONS(2418), + [anon_sym_PLUS_PLUS] = ACTIONS(2418), + [anon_sym_DASH_DASH] = ACTIONS(2418), + [anon_sym_QMARK] = ACTIONS(2418), + [anon_sym_BANG] = ACTIONS(2418), + [anon_sym_go] = ACTIONS(2418), + [anon_sym_spawn] = ACTIONS(2418), + [anon_sym_json_DOTdecode] = ACTIONS(2418), + [anon_sym_LBRACK2] = ACTIONS(2418), + [anon_sym_TILDE] = ACTIONS(2418), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_AMP] = ACTIONS(2418), + [anon_sym_LT_DASH] = ACTIONS(2418), + [anon_sym_LT_LT] = ACTIONS(2418), + [anon_sym_GT_GT] = ACTIONS(2418), + [anon_sym_GT_GT_GT] = ACTIONS(2418), + [anon_sym_AMP_CARET] = ACTIONS(2418), + [anon_sym_AMP_AMP] = ACTIONS(2418), + [anon_sym_PIPE_PIPE] = ACTIONS(2418), + [anon_sym_or] = ACTIONS(2418), + [sym_none] = ACTIONS(2418), + [sym_true] = ACTIONS(2418), + [sym_false] = ACTIONS(2418), + [sym_nil] = ACTIONS(2418), + [anon_sym_QMARK_DOT] = ACTIONS(2418), + [anon_sym_POUND_LBRACK] = ACTIONS(2418), + [anon_sym_if] = ACTIONS(2418), + [anon_sym_DOLLARif] = ACTIONS(2418), + [anon_sym_DOLLARelse] = ACTIONS(2418), + [anon_sym_is] = ACTIONS(2418), + [anon_sym_BANGis] = ACTIONS(2418), + [anon_sym_in] = ACTIONS(2418), + [anon_sym_BANGin] = ACTIONS(2418), + [anon_sym_match] = ACTIONS(2418), + [anon_sym_select] = ACTIONS(2418), + [anon_sym_lock] = ACTIONS(2418), + [anon_sym_rlock] = ACTIONS(2418), + [anon_sym_unsafe] = ACTIONS(2418), + [anon_sym_sql] = ACTIONS(2418), + [sym_int_literal] = ACTIONS(2418), + [sym_float_literal] = ACTIONS(2418), + [sym_rune_literal] = ACTIONS(2418), + [anon_sym_AT] = ACTIONS(2418), + [anon_sym_shared] = ACTIONS(2418), + [anon_sym_map_LBRACK] = ACTIONS(2418), + [anon_sym_chan] = ACTIONS(2418), + [anon_sym_thread] = ACTIONS(2418), + [anon_sym_atomic] = ACTIONS(2418), + [anon_sym_assert] = ACTIONS(2418), + [anon_sym_defer] = ACTIONS(2418), + [anon_sym_goto] = ACTIONS(2418), + [anon_sym_break] = ACTIONS(2418), + [anon_sym_continue] = ACTIONS(2418), + [anon_sym_return] = ACTIONS(2418), + [anon_sym_DOLLARfor] = ACTIONS(2418), + [anon_sym_for] = ACTIONS(2418), + [anon_sym_POUND] = ACTIONS(2418), + [anon_sym_asm] = ACTIONS(2418), + [anon_sym_AT_LBRACK] = ACTIONS(2418), + [sym___double_quote] = ACTIONS(2418), + [sym___single_quote] = ACTIONS(2418), + [sym___c_double_quote] = ACTIONS(2418), + [sym___c_single_quote] = ACTIONS(2418), + [sym___r_double_quote] = ACTIONS(2418), + [sym___r_single_quote] = ACTIONS(2418), }, - [1036] = { - [ts_builtin_sym_end] = ACTIONS(3003), - [sym_identifier] = ACTIONS(3005), - [anon_sym_LF] = ACTIONS(3005), - [anon_sym_CR] = ACTIONS(3005), - [anon_sym_CR_LF] = ACTIONS(3005), + [998] = { + [sym_type_parameters] = STATE(1059), + [ts_builtin_sym_end] = ACTIONS(2626), + [sym_identifier] = ACTIONS(2628), + [anon_sym_LF] = ACTIONS(2628), + [anon_sym_CR] = ACTIONS(2628), + [anon_sym_CR_LF] = ACTIONS(2628), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3005), - [anon_sym_as] = ACTIONS(3005), - [anon_sym_LBRACE] = ACTIONS(3005), - [anon_sym_COMMA] = ACTIONS(3005), - [anon_sym_const] = ACTIONS(3005), - [anon_sym_LPAREN] = ACTIONS(3005), - [anon_sym___global] = ACTIONS(3005), - [anon_sym_type] = ACTIONS(3005), - [anon_sym_PIPE] = ACTIONS(3005), - [anon_sym_fn] = ACTIONS(3005), - [anon_sym_PLUS] = ACTIONS(3005), - [anon_sym_DASH] = ACTIONS(3005), - [anon_sym_STAR] = ACTIONS(3005), - [anon_sym_SLASH] = ACTIONS(3005), - [anon_sym_PERCENT] = ACTIONS(3005), - [anon_sym_LT] = ACTIONS(3005), - [anon_sym_GT] = ACTIONS(3005), - [anon_sym_EQ_EQ] = ACTIONS(3005), - [anon_sym_BANG_EQ] = ACTIONS(3005), - [anon_sym_LT_EQ] = ACTIONS(3005), - [anon_sym_GT_EQ] = ACTIONS(3005), - [anon_sym_LBRACK] = ACTIONS(3003), - [anon_sym_struct] = ACTIONS(3005), - [anon_sym_union] = ACTIONS(3005), - [anon_sym_pub] = ACTIONS(3005), - [anon_sym_mut] = ACTIONS(3005), - [anon_sym_enum] = ACTIONS(3005), - [anon_sym_interface] = ACTIONS(3005), - [anon_sym_PLUS_PLUS] = ACTIONS(3005), - [anon_sym_DASH_DASH] = ACTIONS(3005), - [anon_sym_QMARK] = ACTIONS(3005), - [anon_sym_BANG] = ACTIONS(3005), - [anon_sym_go] = ACTIONS(3005), - [anon_sym_spawn] = ACTIONS(3005), - [anon_sym_json_DOTdecode] = ACTIONS(3005), - [anon_sym_LBRACK2] = ACTIONS(3005), - [anon_sym_TILDE] = ACTIONS(3005), - [anon_sym_CARET] = ACTIONS(3005), - [anon_sym_AMP] = ACTIONS(3005), - [anon_sym_LT_DASH] = ACTIONS(3005), - [anon_sym_LT_LT] = ACTIONS(3005), - [anon_sym_GT_GT] = ACTIONS(3005), - [anon_sym_GT_GT_GT] = ACTIONS(3005), - [anon_sym_AMP_CARET] = ACTIONS(3005), - [anon_sym_AMP_AMP] = ACTIONS(3005), - [anon_sym_PIPE_PIPE] = ACTIONS(3005), - [anon_sym_or] = ACTIONS(3005), - [sym_none] = ACTIONS(3005), - [sym_true] = ACTIONS(3005), - [sym_false] = ACTIONS(3005), - [sym_nil] = ACTIONS(3005), - [anon_sym_QMARK_DOT] = ACTIONS(3005), - [anon_sym_POUND_LBRACK] = ACTIONS(3005), - [anon_sym_if] = ACTIONS(3005), - [anon_sym_DOLLARif] = ACTIONS(3005), - [anon_sym_is] = ACTIONS(3005), - [anon_sym_BANGis] = ACTIONS(3005), - [anon_sym_in] = ACTIONS(3005), - [anon_sym_BANGin] = ACTIONS(3005), - [anon_sym_match] = ACTIONS(3005), - [anon_sym_select] = ACTIONS(3005), - [anon_sym_lock] = ACTIONS(3005), - [anon_sym_rlock] = ACTIONS(3005), - [anon_sym_unsafe] = ACTIONS(3005), - [anon_sym_sql] = ACTIONS(3005), - [sym_int_literal] = ACTIONS(3005), - [sym_float_literal] = ACTIONS(3005), - [sym_rune_literal] = ACTIONS(3005), - [anon_sym_AT] = ACTIONS(3005), - [anon_sym_shared] = ACTIONS(3005), - [anon_sym_map_LBRACK] = ACTIONS(3005), - [anon_sym_chan] = ACTIONS(3005), - [anon_sym_thread] = ACTIONS(3005), - [anon_sym_atomic] = ACTIONS(3005), - [anon_sym_assert] = ACTIONS(3005), - [anon_sym_defer] = ACTIONS(3005), - [anon_sym_goto] = ACTIONS(3005), - [anon_sym_break] = ACTIONS(3005), - [anon_sym_continue] = ACTIONS(3005), - [anon_sym_return] = ACTIONS(3005), - [anon_sym_DOLLARfor] = ACTIONS(3005), - [anon_sym_for] = ACTIONS(3005), - [anon_sym_POUND] = ACTIONS(3005), - [anon_sym_asm] = ACTIONS(3005), - [anon_sym_AT_LBRACK] = ACTIONS(3005), - [sym___double_quote] = ACTIONS(3005), - [sym___single_quote] = ACTIONS(3005), - [sym___c_double_quote] = ACTIONS(3005), - [sym___c_single_quote] = ACTIONS(3005), - [sym___r_double_quote] = ACTIONS(3005), - [sym___r_single_quote] = ACTIONS(3005), + [anon_sym_DOT] = ACTIONS(2628), + [anon_sym_as] = ACTIONS(2628), + [anon_sym_LBRACE] = ACTIONS(2628), + [anon_sym_COMMA] = ACTIONS(2628), + [anon_sym_const] = ACTIONS(2628), + [anon_sym_LPAREN] = ACTIONS(2628), + [anon_sym___global] = ACTIONS(2628), + [anon_sym_type] = ACTIONS(2628), + [anon_sym_PIPE] = ACTIONS(2628), + [anon_sym_fn] = ACTIONS(2628), + [anon_sym_PLUS] = ACTIONS(2628), + [anon_sym_DASH] = ACTIONS(2628), + [anon_sym_STAR] = ACTIONS(2628), + [anon_sym_SLASH] = ACTIONS(2628), + [anon_sym_PERCENT] = ACTIONS(2628), + [anon_sym_LT] = ACTIONS(2628), + [anon_sym_GT] = ACTIONS(2628), + [anon_sym_EQ_EQ] = ACTIONS(2628), + [anon_sym_BANG_EQ] = ACTIONS(2628), + [anon_sym_LT_EQ] = ACTIONS(2628), + [anon_sym_GT_EQ] = ACTIONS(2628), + [anon_sym_LBRACK] = ACTIONS(2626), + [anon_sym_LT2] = ACTIONS(2628), + [anon_sym_struct] = ACTIONS(2628), + [anon_sym_union] = ACTIONS(2628), + [anon_sym_pub] = ACTIONS(2628), + [anon_sym_mut] = ACTIONS(2628), + [anon_sym_enum] = ACTIONS(2628), + [anon_sym_interface] = ACTIONS(2628), + [anon_sym_PLUS_PLUS] = ACTIONS(2628), + [anon_sym_DASH_DASH] = ACTIONS(2628), + [anon_sym_QMARK] = ACTIONS(2628), + [anon_sym_BANG] = ACTIONS(2628), + [anon_sym_go] = ACTIONS(2628), + [anon_sym_spawn] = ACTIONS(2628), + [anon_sym_json_DOTdecode] = ACTIONS(2628), + [anon_sym_LBRACK2] = ACTIONS(2628), + [anon_sym_TILDE] = ACTIONS(2628), + [anon_sym_CARET] = ACTIONS(2628), + [anon_sym_AMP] = ACTIONS(2628), + [anon_sym_LT_DASH] = ACTIONS(2628), + [anon_sym_LT_LT] = ACTIONS(2628), + [anon_sym_GT_GT] = ACTIONS(2628), + [anon_sym_GT_GT_GT] = ACTIONS(2628), + [anon_sym_AMP_CARET] = ACTIONS(2628), + [anon_sym_AMP_AMP] = ACTIONS(2628), + [anon_sym_PIPE_PIPE] = ACTIONS(2628), + [anon_sym_or] = ACTIONS(2628), + [sym_none] = ACTIONS(2628), + [sym_true] = ACTIONS(2628), + [sym_false] = ACTIONS(2628), + [sym_nil] = ACTIONS(2628), + [anon_sym_QMARK_DOT] = ACTIONS(2628), + [anon_sym_POUND_LBRACK] = ACTIONS(2628), + [anon_sym_if] = ACTIONS(2628), + [anon_sym_DOLLARif] = ACTIONS(2628), + [anon_sym_is] = ACTIONS(2628), + [anon_sym_BANGis] = ACTIONS(2628), + [anon_sym_in] = ACTIONS(2628), + [anon_sym_BANGin] = ACTIONS(2628), + [anon_sym_match] = ACTIONS(2628), + [anon_sym_select] = ACTIONS(2628), + [anon_sym_lock] = ACTIONS(2628), + [anon_sym_rlock] = ACTIONS(2628), + [anon_sym_unsafe] = ACTIONS(2628), + [anon_sym_sql] = ACTIONS(2628), + [sym_int_literal] = ACTIONS(2628), + [sym_float_literal] = ACTIONS(2628), + [sym_rune_literal] = ACTIONS(2628), + [anon_sym_AT] = ACTIONS(2628), + [anon_sym_shared] = ACTIONS(2628), + [anon_sym_map_LBRACK] = ACTIONS(2628), + [anon_sym_chan] = ACTIONS(2628), + [anon_sym_thread] = ACTIONS(2628), + [anon_sym_atomic] = ACTIONS(2628), + [anon_sym_assert] = ACTIONS(2628), + [anon_sym_defer] = ACTIONS(2628), + [anon_sym_goto] = ACTIONS(2628), + [anon_sym_break] = ACTIONS(2628), + [anon_sym_continue] = ACTIONS(2628), + [anon_sym_return] = ACTIONS(2628), + [anon_sym_DOLLARfor] = ACTIONS(2628), + [anon_sym_for] = ACTIONS(2628), + [anon_sym_POUND] = ACTIONS(2628), + [anon_sym_asm] = ACTIONS(2628), + [anon_sym_AT_LBRACK] = ACTIONS(2628), + [sym___double_quote] = ACTIONS(2628), + [sym___single_quote] = ACTIONS(2628), + [sym___c_double_quote] = ACTIONS(2628), + [sym___c_single_quote] = ACTIONS(2628), + [sym___r_double_quote] = ACTIONS(2628), + [sym___r_single_quote] = ACTIONS(2628), }, - [1037] = { - [ts_builtin_sym_end] = ACTIONS(2995), - [sym_identifier] = ACTIONS(2997), - [anon_sym_LF] = ACTIONS(2997), - [anon_sym_CR] = ACTIONS(2997), - [anon_sym_CR_LF] = ACTIONS(2997), + [999] = { + [ts_builtin_sym_end] = ACTIONS(3157), + [sym_identifier] = ACTIONS(3159), + [anon_sym_LF] = ACTIONS(3159), + [anon_sym_CR] = ACTIONS(3159), + [anon_sym_CR_LF] = ACTIONS(3159), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2997), - [anon_sym_as] = ACTIONS(2997), - [anon_sym_LBRACE] = ACTIONS(2997), - [anon_sym_COMMA] = ACTIONS(2997), - [anon_sym_const] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(2997), - [anon_sym___global] = ACTIONS(2997), - [anon_sym_type] = ACTIONS(2997), - [anon_sym_PIPE] = ACTIONS(2997), - [anon_sym_fn] = ACTIONS(2997), - [anon_sym_PLUS] = ACTIONS(2997), - [anon_sym_DASH] = ACTIONS(2997), - [anon_sym_STAR] = ACTIONS(2997), - [anon_sym_SLASH] = ACTIONS(2997), - [anon_sym_PERCENT] = ACTIONS(2997), - [anon_sym_LT] = ACTIONS(2997), - [anon_sym_GT] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2997), - [anon_sym_BANG_EQ] = ACTIONS(2997), - [anon_sym_LT_EQ] = ACTIONS(2997), - [anon_sym_GT_EQ] = ACTIONS(2997), - [anon_sym_LBRACK] = ACTIONS(2995), - [anon_sym_struct] = ACTIONS(2997), - [anon_sym_union] = ACTIONS(2997), - [anon_sym_pub] = ACTIONS(2997), - [anon_sym_mut] = ACTIONS(2997), - [anon_sym_enum] = ACTIONS(2997), - [anon_sym_interface] = ACTIONS(2997), - [anon_sym_PLUS_PLUS] = ACTIONS(2997), - [anon_sym_DASH_DASH] = ACTIONS(2997), - [anon_sym_QMARK] = ACTIONS(2997), - [anon_sym_BANG] = ACTIONS(2997), - [anon_sym_go] = ACTIONS(2997), - [anon_sym_spawn] = ACTIONS(2997), - [anon_sym_json_DOTdecode] = ACTIONS(2997), - [anon_sym_LBRACK2] = ACTIONS(2997), - [anon_sym_TILDE] = ACTIONS(2997), - [anon_sym_CARET] = ACTIONS(2997), - [anon_sym_AMP] = ACTIONS(2997), - [anon_sym_LT_DASH] = ACTIONS(2997), - [anon_sym_LT_LT] = ACTIONS(2997), - [anon_sym_GT_GT] = ACTIONS(2997), - [anon_sym_GT_GT_GT] = ACTIONS(2997), - [anon_sym_AMP_CARET] = ACTIONS(2997), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_or] = ACTIONS(2997), - [sym_none] = ACTIONS(2997), - [sym_true] = ACTIONS(2997), - [sym_false] = ACTIONS(2997), - [sym_nil] = ACTIONS(2997), - [anon_sym_QMARK_DOT] = ACTIONS(2997), - [anon_sym_POUND_LBRACK] = ACTIONS(2997), - [anon_sym_if] = ACTIONS(2997), - [anon_sym_DOLLARif] = ACTIONS(2997), - [anon_sym_is] = ACTIONS(2997), - [anon_sym_BANGis] = ACTIONS(2997), - [anon_sym_in] = ACTIONS(2997), - [anon_sym_BANGin] = ACTIONS(2997), - [anon_sym_match] = ACTIONS(2997), - [anon_sym_select] = ACTIONS(2997), - [anon_sym_lock] = ACTIONS(2997), - [anon_sym_rlock] = ACTIONS(2997), - [anon_sym_unsafe] = ACTIONS(2997), - [anon_sym_sql] = ACTIONS(2997), - [sym_int_literal] = ACTIONS(2997), - [sym_float_literal] = ACTIONS(2997), - [sym_rune_literal] = ACTIONS(2997), - [anon_sym_AT] = ACTIONS(2997), - [anon_sym_shared] = ACTIONS(2997), - [anon_sym_map_LBRACK] = ACTIONS(2997), - [anon_sym_chan] = ACTIONS(2997), - [anon_sym_thread] = ACTIONS(2997), - [anon_sym_atomic] = ACTIONS(2997), - [anon_sym_assert] = ACTIONS(2997), - [anon_sym_defer] = ACTIONS(2997), - [anon_sym_goto] = ACTIONS(2997), - [anon_sym_break] = ACTIONS(2997), - [anon_sym_continue] = ACTIONS(2997), - [anon_sym_return] = ACTIONS(2997), - [anon_sym_DOLLARfor] = ACTIONS(2997), - [anon_sym_for] = ACTIONS(2997), - [anon_sym_POUND] = ACTIONS(2997), - [anon_sym_asm] = ACTIONS(2997), - [anon_sym_AT_LBRACK] = ACTIONS(2997), - [sym___double_quote] = ACTIONS(2997), - [sym___single_quote] = ACTIONS(2997), - [sym___c_double_quote] = ACTIONS(2997), - [sym___c_single_quote] = ACTIONS(2997), - [sym___r_double_quote] = ACTIONS(2997), - [sym___r_single_quote] = ACTIONS(2997), + [anon_sym_DOT] = ACTIONS(3159), + [anon_sym_as] = ACTIONS(3159), + [anon_sym_LBRACE] = ACTIONS(3159), + [anon_sym_COMMA] = ACTIONS(3159), + [anon_sym_const] = ACTIONS(3159), + [anon_sym_LPAREN] = ACTIONS(3159), + [anon_sym___global] = ACTIONS(3159), + [anon_sym_type] = ACTIONS(3159), + [anon_sym_PIPE] = ACTIONS(3159), + [anon_sym_fn] = ACTIONS(3159), + [anon_sym_PLUS] = ACTIONS(3159), + [anon_sym_DASH] = ACTIONS(3159), + [anon_sym_STAR] = ACTIONS(3159), + [anon_sym_SLASH] = ACTIONS(3159), + [anon_sym_PERCENT] = ACTIONS(3159), + [anon_sym_LT] = ACTIONS(3159), + [anon_sym_GT] = ACTIONS(3159), + [anon_sym_EQ_EQ] = ACTIONS(3159), + [anon_sym_BANG_EQ] = ACTIONS(3159), + [anon_sym_LT_EQ] = ACTIONS(3159), + [anon_sym_GT_EQ] = ACTIONS(3159), + [anon_sym_LBRACK] = ACTIONS(3157), + [anon_sym_LT2] = ACTIONS(3159), + [anon_sym_struct] = ACTIONS(3159), + [anon_sym_union] = ACTIONS(3159), + [anon_sym_pub] = ACTIONS(3159), + [anon_sym_mut] = ACTIONS(3159), + [anon_sym_enum] = ACTIONS(3159), + [anon_sym_interface] = ACTIONS(3159), + [anon_sym_PLUS_PLUS] = ACTIONS(3159), + [anon_sym_DASH_DASH] = ACTIONS(3159), + [anon_sym_QMARK] = ACTIONS(3159), + [anon_sym_BANG] = ACTIONS(3159), + [anon_sym_go] = ACTIONS(3159), + [anon_sym_spawn] = ACTIONS(3159), + [anon_sym_json_DOTdecode] = ACTIONS(3159), + [anon_sym_LBRACK2] = ACTIONS(3159), + [anon_sym_TILDE] = ACTIONS(3159), + [anon_sym_CARET] = ACTIONS(3159), + [anon_sym_AMP] = ACTIONS(3159), + [anon_sym_LT_DASH] = ACTIONS(3159), + [anon_sym_LT_LT] = ACTIONS(3159), + [anon_sym_GT_GT] = ACTIONS(3159), + [anon_sym_GT_GT_GT] = ACTIONS(3159), + [anon_sym_AMP_CARET] = ACTIONS(3159), + [anon_sym_AMP_AMP] = ACTIONS(3159), + [anon_sym_PIPE_PIPE] = ACTIONS(3159), + [anon_sym_or] = ACTIONS(3159), + [sym_none] = ACTIONS(3159), + [sym_true] = ACTIONS(3159), + [sym_false] = ACTIONS(3159), + [sym_nil] = ACTIONS(3159), + [anon_sym_QMARK_DOT] = ACTIONS(3159), + [anon_sym_POUND_LBRACK] = ACTIONS(3159), + [anon_sym_if] = ACTIONS(3159), + [anon_sym_DOLLARif] = ACTIONS(3159), + [anon_sym_is] = ACTIONS(3159), + [anon_sym_BANGis] = ACTIONS(3159), + [anon_sym_in] = ACTIONS(3159), + [anon_sym_BANGin] = ACTIONS(3159), + [anon_sym_match] = ACTIONS(3159), + [anon_sym_select] = ACTIONS(3159), + [anon_sym_lock] = ACTIONS(3159), + [anon_sym_rlock] = ACTIONS(3159), + [anon_sym_unsafe] = ACTIONS(3159), + [anon_sym_sql] = ACTIONS(3159), + [sym_int_literal] = ACTIONS(3159), + [sym_float_literal] = ACTIONS(3159), + [sym_rune_literal] = ACTIONS(3159), + [anon_sym_AT] = ACTIONS(3159), + [anon_sym_shared] = ACTIONS(3159), + [anon_sym_map_LBRACK] = ACTIONS(3159), + [anon_sym_chan] = ACTIONS(3159), + [anon_sym_thread] = ACTIONS(3159), + [anon_sym_atomic] = ACTIONS(3159), + [anon_sym_assert] = ACTIONS(3159), + [anon_sym_defer] = ACTIONS(3159), + [anon_sym_goto] = ACTIONS(3159), + [anon_sym_break] = ACTIONS(3159), + [anon_sym_continue] = ACTIONS(3159), + [anon_sym_return] = ACTIONS(3159), + [anon_sym_DOLLARfor] = ACTIONS(3159), + [anon_sym_for] = ACTIONS(3159), + [anon_sym_POUND] = ACTIONS(3159), + [anon_sym_asm] = ACTIONS(3159), + [anon_sym_AT_LBRACK] = ACTIONS(3159), + [sym___double_quote] = ACTIONS(3159), + [sym___single_quote] = ACTIONS(3159), + [sym___c_double_quote] = ACTIONS(3159), + [sym___c_single_quote] = ACTIONS(3159), + [sym___r_double_quote] = ACTIONS(3159), + [sym___r_single_quote] = ACTIONS(3159), }, - [1038] = { - [ts_builtin_sym_end] = ACTIONS(3131), - [sym_identifier] = ACTIONS(3133), - [anon_sym_LF] = ACTIONS(3133), - [anon_sym_CR] = ACTIONS(3133), - [anon_sym_CR_LF] = ACTIONS(3133), + [1000] = { + [ts_builtin_sym_end] = ACTIONS(3177), + [sym_identifier] = ACTIONS(3179), + [anon_sym_LF] = ACTIONS(3179), + [anon_sym_CR] = ACTIONS(3179), + [anon_sym_CR_LF] = ACTIONS(3179), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3133), - [anon_sym_as] = ACTIONS(3133), - [anon_sym_LBRACE] = ACTIONS(3133), - [anon_sym_COMMA] = ACTIONS(3133), - [anon_sym_const] = ACTIONS(3133), - [anon_sym_LPAREN] = ACTIONS(3133), - [anon_sym___global] = ACTIONS(3133), - [anon_sym_type] = ACTIONS(3133), - [anon_sym_PIPE] = ACTIONS(3133), - [anon_sym_fn] = ACTIONS(3133), - [anon_sym_PLUS] = ACTIONS(3133), - [anon_sym_DASH] = ACTIONS(3133), - [anon_sym_STAR] = ACTIONS(3133), - [anon_sym_SLASH] = ACTIONS(3133), - [anon_sym_PERCENT] = ACTIONS(3133), - [anon_sym_LT] = ACTIONS(3133), - [anon_sym_GT] = ACTIONS(3133), - [anon_sym_EQ_EQ] = ACTIONS(3133), - [anon_sym_BANG_EQ] = ACTIONS(3133), - [anon_sym_LT_EQ] = ACTIONS(3133), - [anon_sym_GT_EQ] = ACTIONS(3133), - [anon_sym_LBRACK] = ACTIONS(3131), - [anon_sym_struct] = ACTIONS(3133), - [anon_sym_union] = ACTIONS(3133), - [anon_sym_pub] = ACTIONS(3133), - [anon_sym_mut] = ACTIONS(3133), - [anon_sym_enum] = ACTIONS(3133), - [anon_sym_interface] = ACTIONS(3133), - [anon_sym_PLUS_PLUS] = ACTIONS(3133), - [anon_sym_DASH_DASH] = ACTIONS(3133), - [anon_sym_QMARK] = ACTIONS(3133), - [anon_sym_BANG] = ACTIONS(3133), - [anon_sym_go] = ACTIONS(3133), - [anon_sym_spawn] = ACTIONS(3133), - [anon_sym_json_DOTdecode] = ACTIONS(3133), - [anon_sym_LBRACK2] = ACTIONS(3133), - [anon_sym_TILDE] = ACTIONS(3133), - [anon_sym_CARET] = ACTIONS(3133), - [anon_sym_AMP] = ACTIONS(3133), - [anon_sym_LT_DASH] = ACTIONS(3133), - [anon_sym_LT_LT] = ACTIONS(3133), - [anon_sym_GT_GT] = ACTIONS(3133), - [anon_sym_GT_GT_GT] = ACTIONS(3133), - [anon_sym_AMP_CARET] = ACTIONS(3133), - [anon_sym_AMP_AMP] = ACTIONS(3133), - [anon_sym_PIPE_PIPE] = ACTIONS(3133), - [anon_sym_or] = ACTIONS(3133), - [sym_none] = ACTIONS(3133), - [sym_true] = ACTIONS(3133), - [sym_false] = ACTIONS(3133), - [sym_nil] = ACTIONS(3133), - [anon_sym_QMARK_DOT] = ACTIONS(3133), - [anon_sym_POUND_LBRACK] = ACTIONS(3133), - [anon_sym_if] = ACTIONS(3133), - [anon_sym_DOLLARif] = ACTIONS(3133), - [anon_sym_is] = ACTIONS(3133), - [anon_sym_BANGis] = ACTIONS(3133), - [anon_sym_in] = ACTIONS(3133), - [anon_sym_BANGin] = ACTIONS(3133), - [anon_sym_match] = ACTIONS(3133), - [anon_sym_select] = ACTIONS(3133), - [anon_sym_lock] = ACTIONS(3133), - [anon_sym_rlock] = ACTIONS(3133), - [anon_sym_unsafe] = ACTIONS(3133), - [anon_sym_sql] = ACTIONS(3133), - [sym_int_literal] = ACTIONS(3133), - [sym_float_literal] = ACTIONS(3133), - [sym_rune_literal] = ACTIONS(3133), - [anon_sym_AT] = ACTIONS(3133), - [anon_sym_shared] = ACTIONS(3133), - [anon_sym_map_LBRACK] = ACTIONS(3133), - [anon_sym_chan] = ACTIONS(3133), - [anon_sym_thread] = ACTIONS(3133), - [anon_sym_atomic] = ACTIONS(3133), - [anon_sym_assert] = ACTIONS(3133), - [anon_sym_defer] = ACTIONS(3133), - [anon_sym_goto] = ACTIONS(3133), - [anon_sym_break] = ACTIONS(3133), - [anon_sym_continue] = ACTIONS(3133), - [anon_sym_return] = ACTIONS(3133), - [anon_sym_DOLLARfor] = ACTIONS(3133), - [anon_sym_for] = ACTIONS(3133), - [anon_sym_POUND] = ACTIONS(3133), - [anon_sym_asm] = ACTIONS(3133), - [anon_sym_AT_LBRACK] = ACTIONS(3133), - [sym___double_quote] = ACTIONS(3133), - [sym___single_quote] = ACTIONS(3133), - [sym___c_double_quote] = ACTIONS(3133), - [sym___c_single_quote] = ACTIONS(3133), - [sym___r_double_quote] = ACTIONS(3133), - [sym___r_single_quote] = ACTIONS(3133), + [anon_sym_DOT] = ACTIONS(2472), + [anon_sym_as] = ACTIONS(3179), + [anon_sym_LBRACE] = ACTIONS(3179), + [anon_sym_COMMA] = ACTIONS(3179), + [anon_sym_const] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3179), + [anon_sym___global] = ACTIONS(3179), + [anon_sym_type] = ACTIONS(3179), + [anon_sym_PIPE] = ACTIONS(3179), + [anon_sym_fn] = ACTIONS(3179), + [anon_sym_PLUS] = ACTIONS(3179), + [anon_sym_DASH] = ACTIONS(3179), + [anon_sym_STAR] = ACTIONS(3179), + [anon_sym_SLASH] = ACTIONS(3179), + [anon_sym_PERCENT] = ACTIONS(3179), + [anon_sym_LT] = ACTIONS(3179), + [anon_sym_GT] = ACTIONS(3179), + [anon_sym_EQ_EQ] = ACTIONS(3179), + [anon_sym_BANG_EQ] = ACTIONS(3179), + [anon_sym_LT_EQ] = ACTIONS(3179), + [anon_sym_GT_EQ] = ACTIONS(3179), + [anon_sym_LBRACK] = ACTIONS(3177), + [anon_sym_LT2] = ACTIONS(3179), + [anon_sym_struct] = ACTIONS(3179), + [anon_sym_union] = ACTIONS(3179), + [anon_sym_pub] = ACTIONS(3179), + [anon_sym_mut] = ACTIONS(3179), + [anon_sym_enum] = ACTIONS(3179), + [anon_sym_interface] = ACTIONS(3179), + [anon_sym_PLUS_PLUS] = ACTIONS(3179), + [anon_sym_DASH_DASH] = ACTIONS(3179), + [anon_sym_QMARK] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3179), + [anon_sym_go] = ACTIONS(3179), + [anon_sym_spawn] = ACTIONS(3179), + [anon_sym_json_DOTdecode] = ACTIONS(3179), + [anon_sym_LBRACK2] = ACTIONS(3179), + [anon_sym_TILDE] = ACTIONS(3179), + [anon_sym_CARET] = ACTIONS(3179), + [anon_sym_AMP] = ACTIONS(3179), + [anon_sym_LT_DASH] = ACTIONS(3179), + [anon_sym_LT_LT] = ACTIONS(3179), + [anon_sym_GT_GT] = ACTIONS(3179), + [anon_sym_GT_GT_GT] = ACTIONS(3179), + [anon_sym_AMP_CARET] = ACTIONS(3179), + [anon_sym_AMP_AMP] = ACTIONS(3179), + [anon_sym_PIPE_PIPE] = ACTIONS(3179), + [anon_sym_or] = ACTIONS(3179), + [sym_none] = ACTIONS(3179), + [sym_true] = ACTIONS(3179), + [sym_false] = ACTIONS(3179), + [sym_nil] = ACTIONS(3179), + [anon_sym_QMARK_DOT] = ACTIONS(3179), + [anon_sym_POUND_LBRACK] = ACTIONS(3179), + [anon_sym_if] = ACTIONS(3179), + [anon_sym_DOLLARif] = ACTIONS(3179), + [anon_sym_is] = ACTIONS(3179), + [anon_sym_BANGis] = ACTIONS(3179), + [anon_sym_in] = ACTIONS(3179), + [anon_sym_BANGin] = ACTIONS(3179), + [anon_sym_match] = ACTIONS(3179), + [anon_sym_select] = ACTIONS(3179), + [anon_sym_lock] = ACTIONS(3179), + [anon_sym_rlock] = ACTIONS(3179), + [anon_sym_unsafe] = ACTIONS(3179), + [anon_sym_sql] = ACTIONS(3179), + [sym_int_literal] = ACTIONS(3179), + [sym_float_literal] = ACTIONS(3179), + [sym_rune_literal] = ACTIONS(3179), + [anon_sym_AT] = ACTIONS(3179), + [anon_sym_shared] = ACTIONS(3179), + [anon_sym_map_LBRACK] = ACTIONS(3179), + [anon_sym_chan] = ACTIONS(3179), + [anon_sym_thread] = ACTIONS(3179), + [anon_sym_atomic] = ACTIONS(3179), + [anon_sym_assert] = ACTIONS(3179), + [anon_sym_defer] = ACTIONS(3179), + [anon_sym_goto] = ACTIONS(3179), + [anon_sym_break] = ACTIONS(3179), + [anon_sym_continue] = ACTIONS(3179), + [anon_sym_return] = ACTIONS(3179), + [anon_sym_DOLLARfor] = ACTIONS(3179), + [anon_sym_for] = ACTIONS(3179), + [anon_sym_POUND] = ACTIONS(3179), + [anon_sym_asm] = ACTIONS(3179), + [anon_sym_AT_LBRACK] = ACTIONS(3179), + [sym___double_quote] = ACTIONS(3179), + [sym___single_quote] = ACTIONS(3179), + [sym___c_double_quote] = ACTIONS(3179), + [sym___c_single_quote] = ACTIONS(3179), + [sym___r_double_quote] = ACTIONS(3179), + [sym___r_single_quote] = ACTIONS(3179), }, - [1039] = { - [ts_builtin_sym_end] = ACTIONS(3071), - [sym_identifier] = ACTIONS(3073), - [anon_sym_LF] = ACTIONS(3073), - [anon_sym_CR] = ACTIONS(3073), - [anon_sym_CR_LF] = ACTIONS(3073), + [1001] = { + [ts_builtin_sym_end] = ACTIONS(3101), + [sym_identifier] = ACTIONS(3103), + [anon_sym_LF] = ACTIONS(3103), + [anon_sym_CR] = ACTIONS(3103), + [anon_sym_CR_LF] = ACTIONS(3103), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3073), - [anon_sym_as] = ACTIONS(3073), - [anon_sym_LBRACE] = ACTIONS(3073), - [anon_sym_COMMA] = ACTIONS(3073), - [anon_sym_const] = ACTIONS(3073), - [anon_sym_LPAREN] = ACTIONS(3073), - [anon_sym___global] = ACTIONS(3073), - [anon_sym_type] = ACTIONS(3073), - [anon_sym_PIPE] = ACTIONS(3073), - [anon_sym_fn] = ACTIONS(3073), - [anon_sym_PLUS] = ACTIONS(3073), - [anon_sym_DASH] = ACTIONS(3073), - [anon_sym_STAR] = ACTIONS(3073), - [anon_sym_SLASH] = ACTIONS(3073), - [anon_sym_PERCENT] = ACTIONS(3073), - [anon_sym_LT] = ACTIONS(3073), - [anon_sym_GT] = ACTIONS(3073), - [anon_sym_EQ_EQ] = ACTIONS(3073), - [anon_sym_BANG_EQ] = ACTIONS(3073), - [anon_sym_LT_EQ] = ACTIONS(3073), - [anon_sym_GT_EQ] = ACTIONS(3073), - [anon_sym_LBRACK] = ACTIONS(3071), - [anon_sym_struct] = ACTIONS(3073), - [anon_sym_union] = ACTIONS(3073), - [anon_sym_pub] = ACTIONS(3073), - [anon_sym_mut] = ACTIONS(3073), - [anon_sym_enum] = ACTIONS(3073), - [anon_sym_interface] = ACTIONS(3073), - [anon_sym_PLUS_PLUS] = ACTIONS(3073), - [anon_sym_DASH_DASH] = ACTIONS(3073), - [anon_sym_QMARK] = ACTIONS(3073), - [anon_sym_BANG] = ACTIONS(3073), - [anon_sym_go] = ACTIONS(3073), - [anon_sym_spawn] = ACTIONS(3073), - [anon_sym_json_DOTdecode] = ACTIONS(3073), - [anon_sym_LBRACK2] = ACTIONS(3073), - [anon_sym_TILDE] = ACTIONS(3073), - [anon_sym_CARET] = ACTIONS(3073), - [anon_sym_AMP] = ACTIONS(3073), - [anon_sym_LT_DASH] = ACTIONS(3073), - [anon_sym_LT_LT] = ACTIONS(3073), - [anon_sym_GT_GT] = ACTIONS(3073), - [anon_sym_GT_GT_GT] = ACTIONS(3073), - [anon_sym_AMP_CARET] = ACTIONS(3073), - [anon_sym_AMP_AMP] = ACTIONS(3073), - [anon_sym_PIPE_PIPE] = ACTIONS(3073), - [anon_sym_or] = ACTIONS(3073), - [sym_none] = ACTIONS(3073), - [sym_true] = ACTIONS(3073), - [sym_false] = ACTIONS(3073), - [sym_nil] = ACTIONS(3073), - [anon_sym_QMARK_DOT] = ACTIONS(3073), - [anon_sym_POUND_LBRACK] = ACTIONS(3073), - [anon_sym_if] = ACTIONS(3073), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_is] = ACTIONS(3073), - [anon_sym_BANGis] = ACTIONS(3073), - [anon_sym_in] = ACTIONS(3073), - [anon_sym_BANGin] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3073), - [anon_sym_select] = ACTIONS(3073), - [anon_sym_lock] = ACTIONS(3073), - [anon_sym_rlock] = ACTIONS(3073), - [anon_sym_unsafe] = ACTIONS(3073), - [anon_sym_sql] = ACTIONS(3073), - [sym_int_literal] = ACTIONS(3073), - [sym_float_literal] = ACTIONS(3073), - [sym_rune_literal] = ACTIONS(3073), - [anon_sym_AT] = ACTIONS(3073), - [anon_sym_shared] = ACTIONS(3073), - [anon_sym_map_LBRACK] = ACTIONS(3073), - [anon_sym_chan] = ACTIONS(3073), - [anon_sym_thread] = ACTIONS(3073), - [anon_sym_atomic] = ACTIONS(3073), - [anon_sym_assert] = ACTIONS(3073), - [anon_sym_defer] = ACTIONS(3073), - [anon_sym_goto] = ACTIONS(3073), - [anon_sym_break] = ACTIONS(3073), - [anon_sym_continue] = ACTIONS(3073), - [anon_sym_return] = ACTIONS(3073), - [anon_sym_DOLLARfor] = ACTIONS(3073), - [anon_sym_for] = ACTIONS(3073), - [anon_sym_POUND] = ACTIONS(3073), - [anon_sym_asm] = ACTIONS(3073), - [anon_sym_AT_LBRACK] = ACTIONS(3073), - [sym___double_quote] = ACTIONS(3073), - [sym___single_quote] = ACTIONS(3073), - [sym___c_double_quote] = ACTIONS(3073), - [sym___c_single_quote] = ACTIONS(3073), - [sym___r_double_quote] = ACTIONS(3073), - [sym___r_single_quote] = ACTIONS(3073), + [anon_sym_DOT] = ACTIONS(3103), + [anon_sym_as] = ACTIONS(3103), + [anon_sym_LBRACE] = ACTIONS(3103), + [anon_sym_COMMA] = ACTIONS(3103), + [anon_sym_const] = ACTIONS(3103), + [anon_sym_LPAREN] = ACTIONS(3103), + [anon_sym___global] = ACTIONS(3103), + [anon_sym_type] = ACTIONS(3103), + [anon_sym_PIPE] = ACTIONS(3103), + [anon_sym_fn] = ACTIONS(3103), + [anon_sym_PLUS] = ACTIONS(3103), + [anon_sym_DASH] = ACTIONS(3103), + [anon_sym_STAR] = ACTIONS(3103), + [anon_sym_SLASH] = ACTIONS(3103), + [anon_sym_PERCENT] = ACTIONS(3103), + [anon_sym_LT] = ACTIONS(3103), + [anon_sym_GT] = ACTIONS(3103), + [anon_sym_EQ_EQ] = ACTIONS(3103), + [anon_sym_BANG_EQ] = ACTIONS(3103), + [anon_sym_LT_EQ] = ACTIONS(3103), + [anon_sym_GT_EQ] = ACTIONS(3103), + [anon_sym_LBRACK] = ACTIONS(3101), + [anon_sym_LT2] = ACTIONS(3103), + [anon_sym_struct] = ACTIONS(3103), + [anon_sym_union] = ACTIONS(3103), + [anon_sym_pub] = ACTIONS(3103), + [anon_sym_mut] = ACTIONS(3103), + [anon_sym_enum] = ACTIONS(3103), + [anon_sym_interface] = ACTIONS(3103), + [anon_sym_PLUS_PLUS] = ACTIONS(3103), + [anon_sym_DASH_DASH] = ACTIONS(3103), + [anon_sym_QMARK] = ACTIONS(3103), + [anon_sym_BANG] = ACTIONS(3103), + [anon_sym_go] = ACTIONS(3103), + [anon_sym_spawn] = ACTIONS(3103), + [anon_sym_json_DOTdecode] = ACTIONS(3103), + [anon_sym_LBRACK2] = ACTIONS(3103), + [anon_sym_TILDE] = ACTIONS(3103), + [anon_sym_CARET] = ACTIONS(3103), + [anon_sym_AMP] = ACTIONS(3103), + [anon_sym_LT_DASH] = ACTIONS(3103), + [anon_sym_LT_LT] = ACTIONS(3103), + [anon_sym_GT_GT] = ACTIONS(3103), + [anon_sym_GT_GT_GT] = ACTIONS(3103), + [anon_sym_AMP_CARET] = ACTIONS(3103), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_or] = ACTIONS(3103), + [sym_none] = ACTIONS(3103), + [sym_true] = ACTIONS(3103), + [sym_false] = ACTIONS(3103), + [sym_nil] = ACTIONS(3103), + [anon_sym_QMARK_DOT] = ACTIONS(3103), + [anon_sym_POUND_LBRACK] = ACTIONS(3103), + [anon_sym_if] = ACTIONS(3103), + [anon_sym_DOLLARif] = ACTIONS(3103), + [anon_sym_is] = ACTIONS(3103), + [anon_sym_BANGis] = ACTIONS(3103), + [anon_sym_in] = ACTIONS(3103), + [anon_sym_BANGin] = ACTIONS(3103), + [anon_sym_match] = ACTIONS(3103), + [anon_sym_select] = ACTIONS(3103), + [anon_sym_lock] = ACTIONS(3103), + [anon_sym_rlock] = ACTIONS(3103), + [anon_sym_unsafe] = ACTIONS(3103), + [anon_sym_sql] = ACTIONS(3103), + [sym_int_literal] = ACTIONS(3103), + [sym_float_literal] = ACTIONS(3103), + [sym_rune_literal] = ACTIONS(3103), + [anon_sym_AT] = ACTIONS(3103), + [anon_sym_shared] = ACTIONS(3103), + [anon_sym_map_LBRACK] = ACTIONS(3103), + [anon_sym_chan] = ACTIONS(3103), + [anon_sym_thread] = ACTIONS(3103), + [anon_sym_atomic] = ACTIONS(3103), + [anon_sym_assert] = ACTIONS(3103), + [anon_sym_defer] = ACTIONS(3103), + [anon_sym_goto] = ACTIONS(3103), + [anon_sym_break] = ACTIONS(3103), + [anon_sym_continue] = ACTIONS(3103), + [anon_sym_return] = ACTIONS(3103), + [anon_sym_DOLLARfor] = ACTIONS(3103), + [anon_sym_for] = ACTIONS(3103), + [anon_sym_POUND] = ACTIONS(3103), + [anon_sym_asm] = ACTIONS(3103), + [anon_sym_AT_LBRACK] = ACTIONS(3103), + [sym___double_quote] = ACTIONS(3103), + [sym___single_quote] = ACTIONS(3103), + [sym___c_double_quote] = ACTIONS(3103), + [sym___c_single_quote] = ACTIONS(3103), + [sym___r_double_quote] = ACTIONS(3103), + [sym___r_single_quote] = ACTIONS(3103), }, - [1040] = { - [ts_builtin_sym_end] = ACTIONS(2858), - [sym_identifier] = ACTIONS(2860), - [anon_sym_LF] = ACTIONS(2860), - [anon_sym_CR] = ACTIONS(2860), - [anon_sym_CR_LF] = ACTIONS(2860), + [1002] = { + [ts_builtin_sym_end] = ACTIONS(3133), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LF] = ACTIONS(3135), + [anon_sym_CR] = ACTIONS(3135), + [anon_sym_CR_LF] = ACTIONS(3135), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2860), - [anon_sym_as] = ACTIONS(2860), - [anon_sym_LBRACE] = ACTIONS(2860), - [anon_sym_COMMA] = ACTIONS(2860), - [anon_sym_const] = ACTIONS(2860), - [anon_sym_LPAREN] = ACTIONS(2860), - [anon_sym___global] = ACTIONS(2860), - [anon_sym_type] = ACTIONS(2860), - [anon_sym_PIPE] = ACTIONS(2860), - [anon_sym_fn] = ACTIONS(2860), - [anon_sym_PLUS] = ACTIONS(2860), - [anon_sym_DASH] = ACTIONS(2860), - [anon_sym_STAR] = ACTIONS(2860), - [anon_sym_SLASH] = ACTIONS(2860), - [anon_sym_PERCENT] = ACTIONS(2860), - [anon_sym_LT] = ACTIONS(2860), - [anon_sym_GT] = ACTIONS(2860), - [anon_sym_EQ_EQ] = ACTIONS(2860), - [anon_sym_BANG_EQ] = ACTIONS(2860), - [anon_sym_LT_EQ] = ACTIONS(2860), - [anon_sym_GT_EQ] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2858), - [anon_sym_struct] = ACTIONS(2860), - [anon_sym_union] = ACTIONS(2860), - [anon_sym_pub] = ACTIONS(2860), - [anon_sym_mut] = ACTIONS(2860), - [anon_sym_enum] = ACTIONS(2860), - [anon_sym_interface] = ACTIONS(2860), - [anon_sym_PLUS_PLUS] = ACTIONS(2860), - [anon_sym_DASH_DASH] = ACTIONS(2860), - [anon_sym_QMARK] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2860), - [anon_sym_go] = ACTIONS(2860), - [anon_sym_spawn] = ACTIONS(2860), - [anon_sym_json_DOTdecode] = ACTIONS(2860), - [anon_sym_LBRACK2] = ACTIONS(2860), - [anon_sym_TILDE] = ACTIONS(2860), - [anon_sym_CARET] = ACTIONS(2860), - [anon_sym_AMP] = ACTIONS(2860), - [anon_sym_LT_DASH] = ACTIONS(2860), - [anon_sym_LT_LT] = ACTIONS(2860), - [anon_sym_GT_GT] = ACTIONS(2860), - [anon_sym_GT_GT_GT] = ACTIONS(2860), - [anon_sym_AMP_CARET] = ACTIONS(2860), - [anon_sym_AMP_AMP] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2860), - [anon_sym_or] = ACTIONS(2860), - [sym_none] = ACTIONS(2860), - [sym_true] = ACTIONS(2860), - [sym_false] = ACTIONS(2860), - [sym_nil] = ACTIONS(2860), - [anon_sym_QMARK_DOT] = ACTIONS(2860), - [anon_sym_POUND_LBRACK] = ACTIONS(2860), - [anon_sym_if] = ACTIONS(2860), - [anon_sym_DOLLARif] = ACTIONS(2860), - [anon_sym_is] = ACTIONS(2860), - [anon_sym_BANGis] = ACTIONS(2860), - [anon_sym_in] = ACTIONS(2860), - [anon_sym_BANGin] = ACTIONS(2860), - [anon_sym_match] = ACTIONS(2860), - [anon_sym_select] = ACTIONS(2860), - [anon_sym_lock] = ACTIONS(2860), - [anon_sym_rlock] = ACTIONS(2860), - [anon_sym_unsafe] = ACTIONS(2860), - [anon_sym_sql] = ACTIONS(2860), - [sym_int_literal] = ACTIONS(2860), - [sym_float_literal] = ACTIONS(2860), - [sym_rune_literal] = ACTIONS(2860), - [anon_sym_AT] = ACTIONS(2860), - [anon_sym_shared] = ACTIONS(2860), - [anon_sym_map_LBRACK] = ACTIONS(2860), - [anon_sym_chan] = ACTIONS(2860), - [anon_sym_thread] = ACTIONS(2860), - [anon_sym_atomic] = ACTIONS(2860), - [anon_sym_assert] = ACTIONS(2860), - [anon_sym_defer] = ACTIONS(2860), - [anon_sym_goto] = ACTIONS(2860), - [anon_sym_break] = ACTIONS(2860), - [anon_sym_continue] = ACTIONS(2860), - [anon_sym_return] = ACTIONS(2860), - [anon_sym_DOLLARfor] = ACTIONS(2860), - [anon_sym_for] = ACTIONS(2860), - [anon_sym_POUND] = ACTIONS(2860), - [anon_sym_asm] = ACTIONS(2860), - [anon_sym_AT_LBRACK] = ACTIONS(2860), - [sym___double_quote] = ACTIONS(2860), - [sym___single_quote] = ACTIONS(2860), - [sym___c_double_quote] = ACTIONS(2860), - [sym___c_single_quote] = ACTIONS(2860), - [sym___r_double_quote] = ACTIONS(2860), - [sym___r_single_quote] = ACTIONS(2860), + [anon_sym_DOT] = ACTIONS(3135), + [anon_sym_as] = ACTIONS(3135), + [anon_sym_LBRACE] = ACTIONS(3135), + [anon_sym_COMMA] = ACTIONS(3135), + [anon_sym_const] = ACTIONS(3135), + [anon_sym_LPAREN] = ACTIONS(3135), + [anon_sym___global] = ACTIONS(3135), + [anon_sym_type] = ACTIONS(3135), + [anon_sym_PIPE] = ACTIONS(3135), + [anon_sym_fn] = ACTIONS(3135), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3135), + [anon_sym_LT] = ACTIONS(3135), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_LT_EQ] = ACTIONS(3135), + [anon_sym_GT_EQ] = ACTIONS(3135), + [anon_sym_LBRACK] = ACTIONS(3133), + [anon_sym_LT2] = ACTIONS(3135), + [anon_sym_struct] = ACTIONS(3135), + [anon_sym_union] = ACTIONS(3135), + [anon_sym_pub] = ACTIONS(3135), + [anon_sym_mut] = ACTIONS(3135), + [anon_sym_enum] = ACTIONS(3135), + [anon_sym_interface] = ACTIONS(3135), + [anon_sym_PLUS_PLUS] = ACTIONS(3135), + [anon_sym_DASH_DASH] = ACTIONS(3135), + [anon_sym_QMARK] = ACTIONS(3135), + [anon_sym_BANG] = ACTIONS(3135), + [anon_sym_go] = ACTIONS(3135), + [anon_sym_spawn] = ACTIONS(3135), + [anon_sym_json_DOTdecode] = ACTIONS(3135), + [anon_sym_LBRACK2] = ACTIONS(3135), + [anon_sym_TILDE] = ACTIONS(3135), + [anon_sym_CARET] = ACTIONS(3135), + [anon_sym_AMP] = ACTIONS(3135), + [anon_sym_LT_DASH] = ACTIONS(3135), + [anon_sym_LT_LT] = ACTIONS(3135), + [anon_sym_GT_GT] = ACTIONS(3135), + [anon_sym_GT_GT_GT] = ACTIONS(3135), + [anon_sym_AMP_CARET] = ACTIONS(3135), + [anon_sym_AMP_AMP] = ACTIONS(3135), + [anon_sym_PIPE_PIPE] = ACTIONS(3135), + [anon_sym_or] = ACTIONS(3135), + [sym_none] = ACTIONS(3135), + [sym_true] = ACTIONS(3135), + [sym_false] = ACTIONS(3135), + [sym_nil] = ACTIONS(3135), + [anon_sym_QMARK_DOT] = ACTIONS(3135), + [anon_sym_POUND_LBRACK] = ACTIONS(3135), + [anon_sym_if] = ACTIONS(3135), + [anon_sym_DOLLARif] = ACTIONS(3135), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3135), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_BANGin] = ACTIONS(3135), + [anon_sym_match] = ACTIONS(3135), + [anon_sym_select] = ACTIONS(3135), + [anon_sym_lock] = ACTIONS(3135), + [anon_sym_rlock] = ACTIONS(3135), + [anon_sym_unsafe] = ACTIONS(3135), + [anon_sym_sql] = ACTIONS(3135), + [sym_int_literal] = ACTIONS(3135), + [sym_float_literal] = ACTIONS(3135), + [sym_rune_literal] = ACTIONS(3135), + [anon_sym_AT] = ACTIONS(3135), + [anon_sym_shared] = ACTIONS(3135), + [anon_sym_map_LBRACK] = ACTIONS(3135), + [anon_sym_chan] = ACTIONS(3135), + [anon_sym_thread] = ACTIONS(3135), + [anon_sym_atomic] = ACTIONS(3135), + [anon_sym_assert] = ACTIONS(3135), + [anon_sym_defer] = ACTIONS(3135), + [anon_sym_goto] = ACTIONS(3135), + [anon_sym_break] = ACTIONS(3135), + [anon_sym_continue] = ACTIONS(3135), + [anon_sym_return] = ACTIONS(3135), + [anon_sym_DOLLARfor] = ACTIONS(3135), + [anon_sym_for] = ACTIONS(3135), + [anon_sym_POUND] = ACTIONS(3135), + [anon_sym_asm] = ACTIONS(3135), + [anon_sym_AT_LBRACK] = ACTIONS(3135), + [sym___double_quote] = ACTIONS(3135), + [sym___single_quote] = ACTIONS(3135), + [sym___c_double_quote] = ACTIONS(3135), + [sym___c_single_quote] = ACTIONS(3135), + [sym___r_double_quote] = ACTIONS(3135), + [sym___r_single_quote] = ACTIONS(3135), }, - [1041] = { - [ts_builtin_sym_end] = ACTIONS(2806), - [sym_identifier] = ACTIONS(2808), - [anon_sym_LF] = ACTIONS(2808), - [anon_sym_CR] = ACTIONS(2808), - [anon_sym_CR_LF] = ACTIONS(2808), + [1003] = { + [ts_builtin_sym_end] = ACTIONS(2468), + [sym_identifier] = ACTIONS(2470), + [anon_sym_LF] = ACTIONS(2470), + [anon_sym_CR] = ACTIONS(2470), + [anon_sym_CR_LF] = ACTIONS(2470), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2808), - [anon_sym_as] = ACTIONS(2808), - [anon_sym_LBRACE] = ACTIONS(2808), - [anon_sym_COMMA] = ACTIONS(2808), - [anon_sym_const] = ACTIONS(2808), - [anon_sym_LPAREN] = ACTIONS(2808), - [anon_sym___global] = ACTIONS(2808), - [anon_sym_type] = ACTIONS(2808), - [anon_sym_PIPE] = ACTIONS(2808), - [anon_sym_fn] = ACTIONS(2808), - [anon_sym_PLUS] = ACTIONS(2808), - [anon_sym_DASH] = ACTIONS(2808), - [anon_sym_STAR] = ACTIONS(2808), - [anon_sym_SLASH] = ACTIONS(2808), - [anon_sym_PERCENT] = ACTIONS(2808), - [anon_sym_LT] = ACTIONS(2808), - [anon_sym_GT] = ACTIONS(2808), - [anon_sym_EQ_EQ] = ACTIONS(2808), - [anon_sym_BANG_EQ] = ACTIONS(2808), - [anon_sym_LT_EQ] = ACTIONS(2808), - [anon_sym_GT_EQ] = ACTIONS(2808), - [anon_sym_LBRACK] = ACTIONS(2806), - [anon_sym_struct] = ACTIONS(2808), - [anon_sym_union] = ACTIONS(2808), - [anon_sym_pub] = ACTIONS(2808), - [anon_sym_mut] = ACTIONS(2808), - [anon_sym_enum] = ACTIONS(2808), - [anon_sym_interface] = ACTIONS(2808), - [anon_sym_PLUS_PLUS] = ACTIONS(2808), - [anon_sym_DASH_DASH] = ACTIONS(2808), - [anon_sym_QMARK] = ACTIONS(2808), - [anon_sym_BANG] = ACTIONS(2808), - [anon_sym_go] = ACTIONS(2808), - [anon_sym_spawn] = ACTIONS(2808), - [anon_sym_json_DOTdecode] = ACTIONS(2808), - [anon_sym_LBRACK2] = ACTIONS(2808), - [anon_sym_TILDE] = ACTIONS(2808), - [anon_sym_CARET] = ACTIONS(2808), - [anon_sym_AMP] = ACTIONS(2808), - [anon_sym_LT_DASH] = ACTIONS(2808), - [anon_sym_LT_LT] = ACTIONS(2808), - [anon_sym_GT_GT] = ACTIONS(2808), - [anon_sym_GT_GT_GT] = ACTIONS(2808), - [anon_sym_AMP_CARET] = ACTIONS(2808), - [anon_sym_AMP_AMP] = ACTIONS(2808), - [anon_sym_PIPE_PIPE] = ACTIONS(2808), - [anon_sym_or] = ACTIONS(2808), - [sym_none] = ACTIONS(2808), - [sym_true] = ACTIONS(2808), - [sym_false] = ACTIONS(2808), - [sym_nil] = ACTIONS(2808), - [anon_sym_QMARK_DOT] = ACTIONS(2808), - [anon_sym_POUND_LBRACK] = ACTIONS(2808), - [anon_sym_if] = ACTIONS(2808), - [anon_sym_DOLLARif] = ACTIONS(2808), - [anon_sym_is] = ACTIONS(2808), - [anon_sym_BANGis] = ACTIONS(2808), - [anon_sym_in] = ACTIONS(2808), - [anon_sym_BANGin] = ACTIONS(2808), - [anon_sym_match] = ACTIONS(2808), - [anon_sym_select] = ACTIONS(2808), - [anon_sym_lock] = ACTIONS(2808), - [anon_sym_rlock] = ACTIONS(2808), - [anon_sym_unsafe] = ACTIONS(2808), - [anon_sym_sql] = ACTIONS(2808), - [sym_int_literal] = ACTIONS(2808), - [sym_float_literal] = ACTIONS(2808), - [sym_rune_literal] = ACTIONS(2808), - [anon_sym_AT] = ACTIONS(2808), - [anon_sym_shared] = ACTIONS(2808), - [anon_sym_map_LBRACK] = ACTIONS(2808), - [anon_sym_chan] = ACTIONS(2808), - [anon_sym_thread] = ACTIONS(2808), - [anon_sym_atomic] = ACTIONS(2808), - [anon_sym_assert] = ACTIONS(2808), - [anon_sym_defer] = ACTIONS(2808), - [anon_sym_goto] = ACTIONS(2808), - [anon_sym_break] = ACTIONS(2808), - [anon_sym_continue] = ACTIONS(2808), - [anon_sym_return] = ACTIONS(2808), - [anon_sym_DOLLARfor] = ACTIONS(2808), - [anon_sym_for] = ACTIONS(2808), - [anon_sym_POUND] = ACTIONS(2808), - [anon_sym_asm] = ACTIONS(2808), - [anon_sym_AT_LBRACK] = ACTIONS(2808), - [sym___double_quote] = ACTIONS(2808), - [sym___single_quote] = ACTIONS(2808), - [sym___c_double_quote] = ACTIONS(2808), - [sym___c_single_quote] = ACTIONS(2808), - [sym___r_double_quote] = ACTIONS(2808), - [sym___r_single_quote] = ACTIONS(2808), + [anon_sym_DOT] = ACTIONS(2470), + [anon_sym_as] = ACTIONS(2470), + [anon_sym_LBRACE] = ACTIONS(2470), + [anon_sym_COMMA] = ACTIONS(2470), + [anon_sym_const] = ACTIONS(2470), + [anon_sym_LPAREN] = ACTIONS(2470), + [anon_sym___global] = ACTIONS(2470), + [anon_sym_type] = ACTIONS(2470), + [anon_sym_PIPE] = ACTIONS(2470), + [anon_sym_fn] = ACTIONS(2470), + [anon_sym_PLUS] = ACTIONS(2470), + [anon_sym_DASH] = ACTIONS(2470), + [anon_sym_STAR] = ACTIONS(2470), + [anon_sym_SLASH] = ACTIONS(2470), + [anon_sym_PERCENT] = ACTIONS(2470), + [anon_sym_LT] = ACTIONS(2470), + [anon_sym_GT] = ACTIONS(2470), + [anon_sym_EQ_EQ] = ACTIONS(2470), + [anon_sym_BANG_EQ] = ACTIONS(2470), + [anon_sym_LT_EQ] = ACTIONS(2470), + [anon_sym_GT_EQ] = ACTIONS(2470), + [anon_sym_LBRACK] = ACTIONS(2468), + [anon_sym_LT2] = ACTIONS(2470), + [anon_sym_struct] = ACTIONS(2470), + [anon_sym_union] = ACTIONS(2470), + [anon_sym_pub] = ACTIONS(2470), + [anon_sym_mut] = ACTIONS(2470), + [anon_sym_enum] = ACTIONS(2470), + [anon_sym_interface] = ACTIONS(2470), + [anon_sym_PLUS_PLUS] = ACTIONS(2470), + [anon_sym_DASH_DASH] = ACTIONS(2470), + [anon_sym_QMARK] = ACTIONS(2470), + [anon_sym_BANG] = ACTIONS(2470), + [anon_sym_go] = ACTIONS(2470), + [anon_sym_spawn] = ACTIONS(2470), + [anon_sym_json_DOTdecode] = ACTIONS(2470), + [anon_sym_LBRACK2] = ACTIONS(2470), + [anon_sym_TILDE] = ACTIONS(2470), + [anon_sym_CARET] = ACTIONS(2470), + [anon_sym_AMP] = ACTIONS(2470), + [anon_sym_LT_DASH] = ACTIONS(2470), + [anon_sym_LT_LT] = ACTIONS(2470), + [anon_sym_GT_GT] = ACTIONS(2470), + [anon_sym_GT_GT_GT] = ACTIONS(2470), + [anon_sym_AMP_CARET] = ACTIONS(2470), + [anon_sym_AMP_AMP] = ACTIONS(2470), + [anon_sym_PIPE_PIPE] = ACTIONS(2470), + [anon_sym_or] = ACTIONS(2470), + [sym_none] = ACTIONS(2470), + [sym_true] = ACTIONS(2470), + [sym_false] = ACTIONS(2470), + [sym_nil] = ACTIONS(2470), + [anon_sym_QMARK_DOT] = ACTIONS(2470), + [anon_sym_POUND_LBRACK] = ACTIONS(2470), + [anon_sym_if] = ACTIONS(2470), + [anon_sym_DOLLARif] = ACTIONS(2470), + [anon_sym_is] = ACTIONS(2470), + [anon_sym_BANGis] = ACTIONS(2470), + [anon_sym_in] = ACTIONS(2470), + [anon_sym_BANGin] = ACTIONS(2470), + [anon_sym_match] = ACTIONS(2470), + [anon_sym_select] = ACTIONS(2470), + [anon_sym_lock] = ACTIONS(2470), + [anon_sym_rlock] = ACTIONS(2470), + [anon_sym_unsafe] = ACTIONS(2470), + [anon_sym_sql] = ACTIONS(2470), + [sym_int_literal] = ACTIONS(2470), + [sym_float_literal] = ACTIONS(2470), + [sym_rune_literal] = ACTIONS(2470), + [anon_sym_AT] = ACTIONS(2470), + [anon_sym_shared] = ACTIONS(2470), + [anon_sym_map_LBRACK] = ACTIONS(2470), + [anon_sym_chan] = ACTIONS(2470), + [anon_sym_thread] = ACTIONS(2470), + [anon_sym_atomic] = ACTIONS(2470), + [anon_sym_assert] = ACTIONS(2470), + [anon_sym_defer] = ACTIONS(2470), + [anon_sym_goto] = ACTIONS(2470), + [anon_sym_break] = ACTIONS(2470), + [anon_sym_continue] = ACTIONS(2470), + [anon_sym_return] = ACTIONS(2470), + [anon_sym_DOLLARfor] = ACTIONS(2470), + [anon_sym_for] = ACTIONS(2470), + [anon_sym_POUND] = ACTIONS(2470), + [anon_sym_asm] = ACTIONS(2470), + [anon_sym_AT_LBRACK] = ACTIONS(2470), + [sym___double_quote] = ACTIONS(2470), + [sym___single_quote] = ACTIONS(2470), + [sym___c_double_quote] = ACTIONS(2470), + [sym___c_single_quote] = ACTIONS(2470), + [sym___r_double_quote] = ACTIONS(2470), + [sym___r_single_quote] = ACTIONS(2470), }, - [1042] = { - [ts_builtin_sym_end] = ACTIONS(2941), - [sym_identifier] = ACTIONS(2943), - [anon_sym_LF] = ACTIONS(2943), - [anon_sym_CR] = ACTIONS(2943), - [anon_sym_CR_LF] = ACTIONS(2943), + [1004] = { + [ts_builtin_sym_end] = ACTIONS(2634), + [sym_identifier] = ACTIONS(2636), + [anon_sym_LF] = ACTIONS(2636), + [anon_sym_CR] = ACTIONS(2636), + [anon_sym_CR_LF] = ACTIONS(2636), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2943), - [anon_sym_as] = ACTIONS(2943), - [anon_sym_LBRACE] = ACTIONS(2943), - [anon_sym_COMMA] = ACTIONS(2943), - [anon_sym_const] = ACTIONS(2943), - [anon_sym_LPAREN] = ACTIONS(2943), - [anon_sym___global] = ACTIONS(2943), - [anon_sym_type] = ACTIONS(2943), - [anon_sym_PIPE] = ACTIONS(2943), - [anon_sym_fn] = ACTIONS(2943), - [anon_sym_PLUS] = ACTIONS(2943), - [anon_sym_DASH] = ACTIONS(2943), - [anon_sym_STAR] = ACTIONS(2943), - [anon_sym_SLASH] = ACTIONS(2943), - [anon_sym_PERCENT] = ACTIONS(2943), - [anon_sym_LT] = ACTIONS(2943), - [anon_sym_GT] = ACTIONS(2943), - [anon_sym_EQ_EQ] = ACTIONS(2943), - [anon_sym_BANG_EQ] = ACTIONS(2943), - [anon_sym_LT_EQ] = ACTIONS(2943), - [anon_sym_GT_EQ] = ACTIONS(2943), - [anon_sym_LBRACK] = ACTIONS(2941), - [anon_sym_struct] = ACTIONS(2943), - [anon_sym_union] = ACTIONS(2943), - [anon_sym_pub] = ACTIONS(2943), - [anon_sym_mut] = ACTIONS(2943), - [anon_sym_enum] = ACTIONS(2943), - [anon_sym_interface] = ACTIONS(2943), - [anon_sym_PLUS_PLUS] = ACTIONS(2943), - [anon_sym_DASH_DASH] = ACTIONS(2943), - [anon_sym_QMARK] = ACTIONS(2943), - [anon_sym_BANG] = ACTIONS(3347), - [anon_sym_go] = ACTIONS(2943), - [anon_sym_spawn] = ACTIONS(2943), - [anon_sym_json_DOTdecode] = ACTIONS(2943), - [anon_sym_LBRACK2] = ACTIONS(2943), - [anon_sym_TILDE] = ACTIONS(2943), - [anon_sym_CARET] = ACTIONS(2943), - [anon_sym_AMP] = ACTIONS(2943), - [anon_sym_LT_DASH] = ACTIONS(2943), - [anon_sym_LT_LT] = ACTIONS(2943), - [anon_sym_GT_GT] = ACTIONS(2943), - [anon_sym_GT_GT_GT] = ACTIONS(2943), - [anon_sym_AMP_CARET] = ACTIONS(2943), - [anon_sym_AMP_AMP] = ACTIONS(2943), - [anon_sym_PIPE_PIPE] = ACTIONS(2943), - [anon_sym_or] = ACTIONS(2943), - [sym_none] = ACTIONS(2943), - [sym_true] = ACTIONS(2943), - [sym_false] = ACTIONS(2943), - [sym_nil] = ACTIONS(2943), - [anon_sym_QMARK_DOT] = ACTIONS(2943), - [anon_sym_POUND_LBRACK] = ACTIONS(2943), - [anon_sym_if] = ACTIONS(2943), - [anon_sym_DOLLARif] = ACTIONS(2943), - [anon_sym_is] = ACTIONS(2943), - [anon_sym_BANGis] = ACTIONS(2943), - [anon_sym_in] = ACTIONS(2943), - [anon_sym_BANGin] = ACTIONS(2943), - [anon_sym_match] = ACTIONS(2943), - [anon_sym_select] = ACTIONS(2943), - [anon_sym_lock] = ACTIONS(2943), - [anon_sym_rlock] = ACTIONS(2943), - [anon_sym_unsafe] = ACTIONS(2943), - [anon_sym_sql] = ACTIONS(2943), - [sym_int_literal] = ACTIONS(2943), - [sym_float_literal] = ACTIONS(2943), - [sym_rune_literal] = ACTIONS(2943), - [anon_sym_AT] = ACTIONS(2943), - [anon_sym_shared] = ACTIONS(2943), - [anon_sym_map_LBRACK] = ACTIONS(2943), - [anon_sym_chan] = ACTIONS(2943), - [anon_sym_thread] = ACTIONS(2943), - [anon_sym_atomic] = ACTIONS(2943), - [anon_sym_assert] = ACTIONS(2943), - [anon_sym_defer] = ACTIONS(2943), - [anon_sym_goto] = ACTIONS(2943), - [anon_sym_break] = ACTIONS(2943), - [anon_sym_continue] = ACTIONS(2943), - [anon_sym_return] = ACTIONS(2943), - [anon_sym_DOLLARfor] = ACTIONS(2943), - [anon_sym_for] = ACTIONS(2943), - [anon_sym_POUND] = ACTIONS(2943), - [anon_sym_asm] = ACTIONS(2943), - [anon_sym_AT_LBRACK] = ACTIONS(2943), - [sym___double_quote] = ACTIONS(2943), - [sym___single_quote] = ACTIONS(2943), - [sym___c_double_quote] = ACTIONS(2943), - [sym___c_single_quote] = ACTIONS(2943), - [sym___r_double_quote] = ACTIONS(2943), - [sym___r_single_quote] = ACTIONS(2943), + [anon_sym_DOT] = ACTIONS(2638), + [anon_sym_as] = ACTIONS(2636), + [anon_sym_LBRACE] = ACTIONS(2636), + [anon_sym_COMMA] = ACTIONS(2636), + [anon_sym_const] = ACTIONS(2636), + [anon_sym_LPAREN] = ACTIONS(2636), + [anon_sym___global] = ACTIONS(2636), + [anon_sym_type] = ACTIONS(2636), + [anon_sym_PIPE] = ACTIONS(2636), + [anon_sym_fn] = ACTIONS(2636), + [anon_sym_PLUS] = ACTIONS(2636), + [anon_sym_DASH] = ACTIONS(2636), + [anon_sym_STAR] = ACTIONS(2636), + [anon_sym_SLASH] = ACTIONS(2636), + [anon_sym_PERCENT] = ACTIONS(2636), + [anon_sym_LT] = ACTIONS(2636), + [anon_sym_GT] = ACTIONS(2636), + [anon_sym_EQ_EQ] = ACTIONS(2636), + [anon_sym_BANG_EQ] = ACTIONS(2636), + [anon_sym_LT_EQ] = ACTIONS(2636), + [anon_sym_GT_EQ] = ACTIONS(2636), + [anon_sym_LBRACK] = ACTIONS(2634), + [anon_sym_LT2] = ACTIONS(2636), + [anon_sym_struct] = ACTIONS(2636), + [anon_sym_union] = ACTIONS(2636), + [anon_sym_pub] = ACTIONS(2636), + [anon_sym_mut] = ACTIONS(2636), + [anon_sym_enum] = ACTIONS(2636), + [anon_sym_interface] = ACTIONS(2636), + [anon_sym_PLUS_PLUS] = ACTIONS(2636), + [anon_sym_DASH_DASH] = ACTIONS(2636), + [anon_sym_QMARK] = ACTIONS(2636), + [anon_sym_BANG] = ACTIONS(2636), + [anon_sym_go] = ACTIONS(2636), + [anon_sym_spawn] = ACTIONS(2636), + [anon_sym_json_DOTdecode] = ACTIONS(2636), + [anon_sym_LBRACK2] = ACTIONS(2636), + [anon_sym_TILDE] = ACTIONS(2636), + [anon_sym_CARET] = ACTIONS(2636), + [anon_sym_AMP] = ACTIONS(2636), + [anon_sym_LT_DASH] = ACTIONS(2636), + [anon_sym_LT_LT] = ACTIONS(2636), + [anon_sym_GT_GT] = ACTIONS(2636), + [anon_sym_GT_GT_GT] = ACTIONS(2636), + [anon_sym_AMP_CARET] = ACTIONS(2636), + [anon_sym_AMP_AMP] = ACTIONS(2636), + [anon_sym_PIPE_PIPE] = ACTIONS(2636), + [anon_sym_or] = ACTIONS(2636), + [sym_none] = ACTIONS(2636), + [sym_true] = ACTIONS(2636), + [sym_false] = ACTIONS(2636), + [sym_nil] = ACTIONS(2636), + [anon_sym_QMARK_DOT] = ACTIONS(2636), + [anon_sym_POUND_LBRACK] = ACTIONS(2636), + [anon_sym_if] = ACTIONS(2636), + [anon_sym_DOLLARif] = ACTIONS(2636), + [anon_sym_is] = ACTIONS(2636), + [anon_sym_BANGis] = ACTIONS(2636), + [anon_sym_in] = ACTIONS(2636), + [anon_sym_BANGin] = ACTIONS(2636), + [anon_sym_match] = ACTIONS(2636), + [anon_sym_select] = ACTIONS(2636), + [anon_sym_lock] = ACTIONS(2636), + [anon_sym_rlock] = ACTIONS(2636), + [anon_sym_unsafe] = ACTIONS(2636), + [anon_sym_sql] = ACTIONS(2636), + [sym_int_literal] = ACTIONS(2636), + [sym_float_literal] = ACTIONS(2636), + [sym_rune_literal] = ACTIONS(2636), + [anon_sym_AT] = ACTIONS(2636), + [anon_sym_shared] = ACTIONS(2636), + [anon_sym_map_LBRACK] = ACTIONS(2636), + [anon_sym_chan] = ACTIONS(2636), + [anon_sym_thread] = ACTIONS(2636), + [anon_sym_atomic] = ACTIONS(2636), + [anon_sym_assert] = ACTIONS(2636), + [anon_sym_defer] = ACTIONS(2636), + [anon_sym_goto] = ACTIONS(2636), + [anon_sym_break] = ACTIONS(2636), + [anon_sym_continue] = ACTIONS(2636), + [anon_sym_return] = ACTIONS(2636), + [anon_sym_DOLLARfor] = ACTIONS(2636), + [anon_sym_for] = ACTIONS(2636), + [anon_sym_POUND] = ACTIONS(2636), + [anon_sym_asm] = ACTIONS(2636), + [anon_sym_AT_LBRACK] = ACTIONS(2636), + [sym___double_quote] = ACTIONS(2636), + [sym___single_quote] = ACTIONS(2636), + [sym___c_double_quote] = ACTIONS(2636), + [sym___c_single_quote] = ACTIONS(2636), + [sym___r_double_quote] = ACTIONS(2636), + [sym___r_single_quote] = ACTIONS(2636), }, - [1043] = { - [ts_builtin_sym_end] = ACTIONS(3103), - [sym_identifier] = ACTIONS(3105), - [anon_sym_LF] = ACTIONS(3105), - [anon_sym_CR] = ACTIONS(3105), - [anon_sym_CR_LF] = ACTIONS(3105), + [1005] = { + [ts_builtin_sym_end] = ACTIONS(3097), + [sym_identifier] = ACTIONS(3099), + [anon_sym_LF] = ACTIONS(3099), + [anon_sym_CR] = ACTIONS(3099), + [anon_sym_CR_LF] = ACTIONS(3099), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3105), - [anon_sym_as] = ACTIONS(3105), - [anon_sym_LBRACE] = ACTIONS(3105), - [anon_sym_COMMA] = ACTIONS(3105), - [anon_sym_const] = ACTIONS(3105), - [anon_sym_LPAREN] = ACTIONS(3105), - [anon_sym___global] = ACTIONS(3105), - [anon_sym_type] = ACTIONS(3105), - [anon_sym_PIPE] = ACTIONS(3105), - [anon_sym_fn] = ACTIONS(3105), - [anon_sym_PLUS] = ACTIONS(3105), - [anon_sym_DASH] = ACTIONS(3105), - [anon_sym_STAR] = ACTIONS(3105), - [anon_sym_SLASH] = ACTIONS(3105), - [anon_sym_PERCENT] = ACTIONS(3105), - [anon_sym_LT] = ACTIONS(3105), - [anon_sym_GT] = ACTIONS(3105), - [anon_sym_EQ_EQ] = ACTIONS(3105), - [anon_sym_BANG_EQ] = ACTIONS(3105), - [anon_sym_LT_EQ] = ACTIONS(3105), - [anon_sym_GT_EQ] = ACTIONS(3105), - [anon_sym_LBRACK] = ACTIONS(3103), - [anon_sym_struct] = ACTIONS(3105), - [anon_sym_union] = ACTIONS(3105), - [anon_sym_pub] = ACTIONS(3105), - [anon_sym_mut] = ACTIONS(3105), - [anon_sym_enum] = ACTIONS(3105), - [anon_sym_interface] = ACTIONS(3105), - [anon_sym_PLUS_PLUS] = ACTIONS(3105), - [anon_sym_DASH_DASH] = ACTIONS(3105), - [anon_sym_QMARK] = ACTIONS(3105), - [anon_sym_BANG] = ACTIONS(3105), - [anon_sym_go] = ACTIONS(3105), - [anon_sym_spawn] = ACTIONS(3105), - [anon_sym_json_DOTdecode] = ACTIONS(3105), - [anon_sym_LBRACK2] = ACTIONS(3105), - [anon_sym_TILDE] = ACTIONS(3105), - [anon_sym_CARET] = ACTIONS(3105), - [anon_sym_AMP] = ACTIONS(3105), - [anon_sym_LT_DASH] = ACTIONS(3105), - [anon_sym_LT_LT] = ACTIONS(3105), - [anon_sym_GT_GT] = ACTIONS(3105), - [anon_sym_GT_GT_GT] = ACTIONS(3105), - [anon_sym_AMP_CARET] = ACTIONS(3105), - [anon_sym_AMP_AMP] = ACTIONS(3105), - [anon_sym_PIPE_PIPE] = ACTIONS(3105), - [anon_sym_or] = ACTIONS(3105), - [sym_none] = ACTIONS(3105), - [sym_true] = ACTIONS(3105), - [sym_false] = ACTIONS(3105), - [sym_nil] = ACTIONS(3105), - [anon_sym_QMARK_DOT] = ACTIONS(3105), - [anon_sym_POUND_LBRACK] = ACTIONS(3105), - [anon_sym_if] = ACTIONS(3105), - [anon_sym_DOLLARif] = ACTIONS(3105), - [anon_sym_is] = ACTIONS(3105), - [anon_sym_BANGis] = ACTIONS(3105), - [anon_sym_in] = ACTIONS(3105), - [anon_sym_BANGin] = ACTIONS(3105), - [anon_sym_match] = ACTIONS(3105), - [anon_sym_select] = ACTIONS(3105), - [anon_sym_lock] = ACTIONS(3105), - [anon_sym_rlock] = ACTIONS(3105), - [anon_sym_unsafe] = ACTIONS(3105), - [anon_sym_sql] = ACTIONS(3105), - [sym_int_literal] = ACTIONS(3105), - [sym_float_literal] = ACTIONS(3105), - [sym_rune_literal] = ACTIONS(3105), - [anon_sym_AT] = ACTIONS(3105), - [anon_sym_shared] = ACTIONS(3105), - [anon_sym_map_LBRACK] = ACTIONS(3105), - [anon_sym_chan] = ACTIONS(3105), - [anon_sym_thread] = ACTIONS(3105), - [anon_sym_atomic] = ACTIONS(3105), - [anon_sym_assert] = ACTIONS(3105), - [anon_sym_defer] = ACTIONS(3105), - [anon_sym_goto] = ACTIONS(3105), - [anon_sym_break] = ACTIONS(3105), - [anon_sym_continue] = ACTIONS(3105), - [anon_sym_return] = ACTIONS(3105), - [anon_sym_DOLLARfor] = ACTIONS(3105), - [anon_sym_for] = ACTIONS(3105), - [anon_sym_POUND] = ACTIONS(3105), - [anon_sym_asm] = ACTIONS(3105), - [anon_sym_AT_LBRACK] = ACTIONS(3105), - [sym___double_quote] = ACTIONS(3105), - [sym___single_quote] = ACTIONS(3105), - [sym___c_double_quote] = ACTIONS(3105), - [sym___c_single_quote] = ACTIONS(3105), - [sym___r_double_quote] = ACTIONS(3105), - [sym___r_single_quote] = ACTIONS(3105), + [anon_sym_DOT] = ACTIONS(3099), + [anon_sym_as] = ACTIONS(3099), + [anon_sym_LBRACE] = ACTIONS(3099), + [anon_sym_COMMA] = ACTIONS(3099), + [anon_sym_const] = ACTIONS(3099), + [anon_sym_LPAREN] = ACTIONS(3099), + [anon_sym___global] = ACTIONS(3099), + [anon_sym_type] = ACTIONS(3099), + [anon_sym_PIPE] = ACTIONS(3099), + [anon_sym_fn] = ACTIONS(3099), + [anon_sym_PLUS] = ACTIONS(3099), + [anon_sym_DASH] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3099), + [anon_sym_SLASH] = ACTIONS(3099), + [anon_sym_PERCENT] = ACTIONS(3099), + [anon_sym_LT] = ACTIONS(3099), + [anon_sym_GT] = ACTIONS(3099), + [anon_sym_EQ_EQ] = ACTIONS(3099), + [anon_sym_BANG_EQ] = ACTIONS(3099), + [anon_sym_LT_EQ] = ACTIONS(3099), + [anon_sym_GT_EQ] = ACTIONS(3099), + [anon_sym_LBRACK] = ACTIONS(3097), + [anon_sym_LT2] = ACTIONS(3099), + [anon_sym_struct] = ACTIONS(3099), + [anon_sym_union] = ACTIONS(3099), + [anon_sym_pub] = ACTIONS(3099), + [anon_sym_mut] = ACTIONS(3099), + [anon_sym_enum] = ACTIONS(3099), + [anon_sym_interface] = ACTIONS(3099), + [anon_sym_PLUS_PLUS] = ACTIONS(3099), + [anon_sym_DASH_DASH] = ACTIONS(3099), + [anon_sym_QMARK] = ACTIONS(3099), + [anon_sym_BANG] = ACTIONS(3099), + [anon_sym_go] = ACTIONS(3099), + [anon_sym_spawn] = ACTIONS(3099), + [anon_sym_json_DOTdecode] = ACTIONS(3099), + [anon_sym_LBRACK2] = ACTIONS(3099), + [anon_sym_TILDE] = ACTIONS(3099), + [anon_sym_CARET] = ACTIONS(3099), + [anon_sym_AMP] = ACTIONS(3099), + [anon_sym_LT_DASH] = ACTIONS(3099), + [anon_sym_LT_LT] = ACTIONS(3099), + [anon_sym_GT_GT] = ACTIONS(3099), + [anon_sym_GT_GT_GT] = ACTIONS(3099), + [anon_sym_AMP_CARET] = ACTIONS(3099), + [anon_sym_AMP_AMP] = ACTIONS(3099), + [anon_sym_PIPE_PIPE] = ACTIONS(3099), + [anon_sym_or] = ACTIONS(3099), + [sym_none] = ACTIONS(3099), + [sym_true] = ACTIONS(3099), + [sym_false] = ACTIONS(3099), + [sym_nil] = ACTIONS(3099), + [anon_sym_QMARK_DOT] = ACTIONS(3099), + [anon_sym_POUND_LBRACK] = ACTIONS(3099), + [anon_sym_if] = ACTIONS(3099), + [anon_sym_DOLLARif] = ACTIONS(3099), + [anon_sym_is] = ACTIONS(3099), + [anon_sym_BANGis] = ACTIONS(3099), + [anon_sym_in] = ACTIONS(3099), + [anon_sym_BANGin] = ACTIONS(3099), + [anon_sym_match] = ACTIONS(3099), + [anon_sym_select] = ACTIONS(3099), + [anon_sym_lock] = ACTIONS(3099), + [anon_sym_rlock] = ACTIONS(3099), + [anon_sym_unsafe] = ACTIONS(3099), + [anon_sym_sql] = ACTIONS(3099), + [sym_int_literal] = ACTIONS(3099), + [sym_float_literal] = ACTIONS(3099), + [sym_rune_literal] = ACTIONS(3099), + [anon_sym_AT] = ACTIONS(3099), + [anon_sym_shared] = ACTIONS(3099), + [anon_sym_map_LBRACK] = ACTIONS(3099), + [anon_sym_chan] = ACTIONS(3099), + [anon_sym_thread] = ACTIONS(3099), + [anon_sym_atomic] = ACTIONS(3099), + [anon_sym_assert] = ACTIONS(3099), + [anon_sym_defer] = ACTIONS(3099), + [anon_sym_goto] = ACTIONS(3099), + [anon_sym_break] = ACTIONS(3099), + [anon_sym_continue] = ACTIONS(3099), + [anon_sym_return] = ACTIONS(3099), + [anon_sym_DOLLARfor] = ACTIONS(3099), + [anon_sym_for] = ACTIONS(3099), + [anon_sym_POUND] = ACTIONS(3099), + [anon_sym_asm] = ACTIONS(3099), + [anon_sym_AT_LBRACK] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(3099), + [sym___single_quote] = ACTIONS(3099), + [sym___c_double_quote] = ACTIONS(3099), + [sym___c_single_quote] = ACTIONS(3099), + [sym___r_double_quote] = ACTIONS(3099), + [sym___r_single_quote] = ACTIONS(3099), + }, + [1006] = { + [ts_builtin_sym_end] = ACTIONS(3129), + [sym_identifier] = ACTIONS(3131), + [anon_sym_LF] = ACTIONS(3131), + [anon_sym_CR] = ACTIONS(3131), + [anon_sym_CR_LF] = ACTIONS(3131), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3131), + [anon_sym_as] = ACTIONS(3131), + [anon_sym_LBRACE] = ACTIONS(3131), + [anon_sym_COMMA] = ACTIONS(3131), + [anon_sym_const] = ACTIONS(3131), + [anon_sym_LPAREN] = ACTIONS(3131), + [anon_sym___global] = ACTIONS(3131), + [anon_sym_type] = ACTIONS(3131), + [anon_sym_PIPE] = ACTIONS(3131), + [anon_sym_fn] = ACTIONS(3131), + [anon_sym_PLUS] = ACTIONS(3131), + [anon_sym_DASH] = ACTIONS(3131), + [anon_sym_STAR] = ACTIONS(3131), + [anon_sym_SLASH] = ACTIONS(3131), + [anon_sym_PERCENT] = ACTIONS(3131), + [anon_sym_LT] = ACTIONS(3131), + [anon_sym_GT] = ACTIONS(3131), + [anon_sym_EQ_EQ] = ACTIONS(3131), + [anon_sym_BANG_EQ] = ACTIONS(3131), + [anon_sym_LT_EQ] = ACTIONS(3131), + [anon_sym_GT_EQ] = ACTIONS(3131), + [anon_sym_LBRACK] = ACTIONS(3129), + [anon_sym_LT2] = ACTIONS(3131), + [anon_sym_struct] = ACTIONS(3131), + [anon_sym_union] = ACTIONS(3131), + [anon_sym_pub] = ACTIONS(3131), + [anon_sym_mut] = ACTIONS(3131), + [anon_sym_enum] = ACTIONS(3131), + [anon_sym_interface] = ACTIONS(3131), + [anon_sym_PLUS_PLUS] = ACTIONS(3131), + [anon_sym_DASH_DASH] = ACTIONS(3131), + [anon_sym_QMARK] = ACTIONS(3131), + [anon_sym_BANG] = ACTIONS(3131), + [anon_sym_go] = ACTIONS(3131), + [anon_sym_spawn] = ACTIONS(3131), + [anon_sym_json_DOTdecode] = ACTIONS(3131), + [anon_sym_LBRACK2] = ACTIONS(3131), + [anon_sym_TILDE] = ACTIONS(3131), + [anon_sym_CARET] = ACTIONS(3131), + [anon_sym_AMP] = ACTIONS(3131), + [anon_sym_LT_DASH] = ACTIONS(3131), + [anon_sym_LT_LT] = ACTIONS(3131), + [anon_sym_GT_GT] = ACTIONS(3131), + [anon_sym_GT_GT_GT] = ACTIONS(3131), + [anon_sym_AMP_CARET] = ACTIONS(3131), + [anon_sym_AMP_AMP] = ACTIONS(3131), + [anon_sym_PIPE_PIPE] = ACTIONS(3131), + [anon_sym_or] = ACTIONS(3131), + [sym_none] = ACTIONS(3131), + [sym_true] = ACTIONS(3131), + [sym_false] = ACTIONS(3131), + [sym_nil] = ACTIONS(3131), + [anon_sym_QMARK_DOT] = ACTIONS(3131), + [anon_sym_POUND_LBRACK] = ACTIONS(3131), + [anon_sym_if] = ACTIONS(3131), + [anon_sym_DOLLARif] = ACTIONS(3131), + [anon_sym_is] = ACTIONS(3131), + [anon_sym_BANGis] = ACTIONS(3131), + [anon_sym_in] = ACTIONS(3131), + [anon_sym_BANGin] = ACTIONS(3131), + [anon_sym_match] = ACTIONS(3131), + [anon_sym_select] = ACTIONS(3131), + [anon_sym_lock] = ACTIONS(3131), + [anon_sym_rlock] = ACTIONS(3131), + [anon_sym_unsafe] = ACTIONS(3131), + [anon_sym_sql] = ACTIONS(3131), + [sym_int_literal] = ACTIONS(3131), + [sym_float_literal] = ACTIONS(3131), + [sym_rune_literal] = ACTIONS(3131), + [anon_sym_AT] = ACTIONS(3131), + [anon_sym_shared] = ACTIONS(3131), + [anon_sym_map_LBRACK] = ACTIONS(3131), + [anon_sym_chan] = ACTIONS(3131), + [anon_sym_thread] = ACTIONS(3131), + [anon_sym_atomic] = ACTIONS(3131), + [anon_sym_assert] = ACTIONS(3131), + [anon_sym_defer] = ACTIONS(3131), + [anon_sym_goto] = ACTIONS(3131), + [anon_sym_break] = ACTIONS(3131), + [anon_sym_continue] = ACTIONS(3131), + [anon_sym_return] = ACTIONS(3131), + [anon_sym_DOLLARfor] = ACTIONS(3131), + [anon_sym_for] = ACTIONS(3131), + [anon_sym_POUND] = ACTIONS(3131), + [anon_sym_asm] = ACTIONS(3131), + [anon_sym_AT_LBRACK] = ACTIONS(3131), + [sym___double_quote] = ACTIONS(3131), + [sym___single_quote] = ACTIONS(3131), + [sym___c_double_quote] = ACTIONS(3131), + [sym___c_single_quote] = ACTIONS(3131), + [sym___r_double_quote] = ACTIONS(3131), + [sym___r_single_quote] = ACTIONS(3131), + }, + [1007] = { + [ts_builtin_sym_end] = ACTIONS(3089), + [sym_identifier] = ACTIONS(3091), + [anon_sym_LF] = ACTIONS(3091), + [anon_sym_CR] = ACTIONS(3091), + [anon_sym_CR_LF] = ACTIONS(3091), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3091), + [anon_sym_as] = ACTIONS(3091), + [anon_sym_LBRACE] = ACTIONS(3091), + [anon_sym_COMMA] = ACTIONS(3091), + [anon_sym_const] = ACTIONS(3091), + [anon_sym_LPAREN] = ACTIONS(3091), + [anon_sym___global] = ACTIONS(3091), + [anon_sym_type] = ACTIONS(3091), + [anon_sym_PIPE] = ACTIONS(3091), + [anon_sym_fn] = ACTIONS(3091), + [anon_sym_PLUS] = ACTIONS(3091), + [anon_sym_DASH] = ACTIONS(3091), + [anon_sym_STAR] = ACTIONS(3091), + [anon_sym_SLASH] = ACTIONS(3091), + [anon_sym_PERCENT] = ACTIONS(3091), + [anon_sym_LT] = ACTIONS(3091), + [anon_sym_GT] = ACTIONS(3091), + [anon_sym_EQ_EQ] = ACTIONS(3091), + [anon_sym_BANG_EQ] = ACTIONS(3091), + [anon_sym_LT_EQ] = ACTIONS(3091), + [anon_sym_GT_EQ] = ACTIONS(3091), + [anon_sym_LBRACK] = ACTIONS(3089), + [anon_sym_LT2] = ACTIONS(3091), + [anon_sym_struct] = ACTIONS(3091), + [anon_sym_union] = ACTIONS(3091), + [anon_sym_pub] = ACTIONS(3091), + [anon_sym_mut] = ACTIONS(3091), + [anon_sym_enum] = ACTIONS(3091), + [anon_sym_interface] = ACTIONS(3091), + [anon_sym_PLUS_PLUS] = ACTIONS(3091), + [anon_sym_DASH_DASH] = ACTIONS(3091), + [anon_sym_QMARK] = ACTIONS(3091), + [anon_sym_BANG] = ACTIONS(3091), + [anon_sym_go] = ACTIONS(3091), + [anon_sym_spawn] = ACTIONS(3091), + [anon_sym_json_DOTdecode] = ACTIONS(3091), + [anon_sym_LBRACK2] = ACTIONS(3091), + [anon_sym_TILDE] = ACTIONS(3091), + [anon_sym_CARET] = ACTIONS(3091), + [anon_sym_AMP] = ACTIONS(3091), + [anon_sym_LT_DASH] = ACTIONS(3091), + [anon_sym_LT_LT] = ACTIONS(3091), + [anon_sym_GT_GT] = ACTIONS(3091), + [anon_sym_GT_GT_GT] = ACTIONS(3091), + [anon_sym_AMP_CARET] = ACTIONS(3091), + [anon_sym_AMP_AMP] = ACTIONS(3091), + [anon_sym_PIPE_PIPE] = ACTIONS(3091), + [anon_sym_or] = ACTIONS(3091), + [sym_none] = ACTIONS(3091), + [sym_true] = ACTIONS(3091), + [sym_false] = ACTIONS(3091), + [sym_nil] = ACTIONS(3091), + [anon_sym_QMARK_DOT] = ACTIONS(3091), + [anon_sym_POUND_LBRACK] = ACTIONS(3091), + [anon_sym_if] = ACTIONS(3091), + [anon_sym_DOLLARif] = ACTIONS(3091), + [anon_sym_is] = ACTIONS(3091), + [anon_sym_BANGis] = ACTIONS(3091), + [anon_sym_in] = ACTIONS(3091), + [anon_sym_BANGin] = ACTIONS(3091), + [anon_sym_match] = ACTIONS(3091), + [anon_sym_select] = ACTIONS(3091), + [anon_sym_lock] = ACTIONS(3091), + [anon_sym_rlock] = ACTIONS(3091), + [anon_sym_unsafe] = ACTIONS(3091), + [anon_sym_sql] = ACTIONS(3091), + [sym_int_literal] = ACTIONS(3091), + [sym_float_literal] = ACTIONS(3091), + [sym_rune_literal] = ACTIONS(3091), + [anon_sym_AT] = ACTIONS(3091), + [anon_sym_shared] = ACTIONS(3091), + [anon_sym_map_LBRACK] = ACTIONS(3091), + [anon_sym_chan] = ACTIONS(3091), + [anon_sym_thread] = ACTIONS(3091), + [anon_sym_atomic] = ACTIONS(3091), + [anon_sym_assert] = ACTIONS(3091), + [anon_sym_defer] = ACTIONS(3091), + [anon_sym_goto] = ACTIONS(3091), + [anon_sym_break] = ACTIONS(3091), + [anon_sym_continue] = ACTIONS(3091), + [anon_sym_return] = ACTIONS(3091), + [anon_sym_DOLLARfor] = ACTIONS(3091), + [anon_sym_for] = ACTIONS(3091), + [anon_sym_POUND] = ACTIONS(3091), + [anon_sym_asm] = ACTIONS(3091), + [anon_sym_AT_LBRACK] = ACTIONS(3091), + [sym___double_quote] = ACTIONS(3091), + [sym___single_quote] = ACTIONS(3091), + [sym___c_double_quote] = ACTIONS(3091), + [sym___c_single_quote] = ACTIONS(3091), + [sym___r_double_quote] = ACTIONS(3091), + [sym___r_single_quote] = ACTIONS(3091), + }, + [1008] = { + [ts_builtin_sym_end] = ACTIONS(3085), + [sym_identifier] = ACTIONS(3087), + [anon_sym_LF] = ACTIONS(3087), + [anon_sym_CR] = ACTIONS(3087), + [anon_sym_CR_LF] = ACTIONS(3087), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3087), + [anon_sym_as] = ACTIONS(3087), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_COMMA] = ACTIONS(3087), + [anon_sym_const] = ACTIONS(3087), + [anon_sym_LPAREN] = ACTIONS(3087), + [anon_sym___global] = ACTIONS(3087), + [anon_sym_type] = ACTIONS(3087), + [anon_sym_PIPE] = ACTIONS(3087), + [anon_sym_fn] = ACTIONS(3087), + [anon_sym_PLUS] = ACTIONS(3087), + [anon_sym_DASH] = ACTIONS(3087), + [anon_sym_STAR] = ACTIONS(3087), + [anon_sym_SLASH] = ACTIONS(3087), + [anon_sym_PERCENT] = ACTIONS(3087), + [anon_sym_LT] = ACTIONS(3087), + [anon_sym_GT] = ACTIONS(3087), + [anon_sym_EQ_EQ] = ACTIONS(3087), + [anon_sym_BANG_EQ] = ACTIONS(3087), + [anon_sym_LT_EQ] = ACTIONS(3087), + [anon_sym_GT_EQ] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(3085), + [anon_sym_LT2] = ACTIONS(3087), + [anon_sym_struct] = ACTIONS(3087), + [anon_sym_union] = ACTIONS(3087), + [anon_sym_pub] = ACTIONS(3087), + [anon_sym_mut] = ACTIONS(3087), + [anon_sym_enum] = ACTIONS(3087), + [anon_sym_interface] = ACTIONS(3087), + [anon_sym_PLUS_PLUS] = ACTIONS(3087), + [anon_sym_DASH_DASH] = ACTIONS(3087), + [anon_sym_QMARK] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(3087), + [anon_sym_go] = ACTIONS(3087), + [anon_sym_spawn] = ACTIONS(3087), + [anon_sym_json_DOTdecode] = ACTIONS(3087), + [anon_sym_LBRACK2] = ACTIONS(3087), + [anon_sym_TILDE] = ACTIONS(3087), + [anon_sym_CARET] = ACTIONS(3087), + [anon_sym_AMP] = ACTIONS(3087), + [anon_sym_LT_DASH] = ACTIONS(3087), + [anon_sym_LT_LT] = ACTIONS(3087), + [anon_sym_GT_GT] = ACTIONS(3087), + [anon_sym_GT_GT_GT] = ACTIONS(3087), + [anon_sym_AMP_CARET] = ACTIONS(3087), + [anon_sym_AMP_AMP] = ACTIONS(3087), + [anon_sym_PIPE_PIPE] = ACTIONS(3087), + [anon_sym_or] = ACTIONS(3087), + [sym_none] = ACTIONS(3087), + [sym_true] = ACTIONS(3087), + [sym_false] = ACTIONS(3087), + [sym_nil] = ACTIONS(3087), + [anon_sym_QMARK_DOT] = ACTIONS(3087), + [anon_sym_POUND_LBRACK] = ACTIONS(3087), + [anon_sym_if] = ACTIONS(3087), + [anon_sym_DOLLARif] = ACTIONS(3087), + [anon_sym_is] = ACTIONS(3087), + [anon_sym_BANGis] = ACTIONS(3087), + [anon_sym_in] = ACTIONS(3087), + [anon_sym_BANGin] = ACTIONS(3087), + [anon_sym_match] = ACTIONS(3087), + [anon_sym_select] = ACTIONS(3087), + [anon_sym_lock] = ACTIONS(3087), + [anon_sym_rlock] = ACTIONS(3087), + [anon_sym_unsafe] = ACTIONS(3087), + [anon_sym_sql] = ACTIONS(3087), + [sym_int_literal] = ACTIONS(3087), + [sym_float_literal] = ACTIONS(3087), + [sym_rune_literal] = ACTIONS(3087), + [anon_sym_AT] = ACTIONS(3087), + [anon_sym_shared] = ACTIONS(3087), + [anon_sym_map_LBRACK] = ACTIONS(3087), + [anon_sym_chan] = ACTIONS(3087), + [anon_sym_thread] = ACTIONS(3087), + [anon_sym_atomic] = ACTIONS(3087), + [anon_sym_assert] = ACTIONS(3087), + [anon_sym_defer] = ACTIONS(3087), + [anon_sym_goto] = ACTIONS(3087), + [anon_sym_break] = ACTIONS(3087), + [anon_sym_continue] = ACTIONS(3087), + [anon_sym_return] = ACTIONS(3087), + [anon_sym_DOLLARfor] = ACTIONS(3087), + [anon_sym_for] = ACTIONS(3087), + [anon_sym_POUND] = ACTIONS(3087), + [anon_sym_asm] = ACTIONS(3087), + [anon_sym_AT_LBRACK] = ACTIONS(3087), + [sym___double_quote] = ACTIONS(3087), + [sym___single_quote] = ACTIONS(3087), + [sym___c_double_quote] = ACTIONS(3087), + [sym___c_single_quote] = ACTIONS(3087), + [sym___r_double_quote] = ACTIONS(3087), + [sym___r_single_quote] = ACTIONS(3087), + }, + [1009] = { + [ts_builtin_sym_end] = ACTIONS(3081), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LF] = ACTIONS(3083), + [anon_sym_CR] = ACTIONS(3083), + [anon_sym_CR_LF] = ACTIONS(3083), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3083), + [anon_sym_as] = ACTIONS(3083), + [anon_sym_LBRACE] = ACTIONS(3083), + [anon_sym_COMMA] = ACTIONS(3083), + [anon_sym_const] = ACTIONS(3083), + [anon_sym_LPAREN] = ACTIONS(3083), + [anon_sym___global] = ACTIONS(3083), + [anon_sym_type] = ACTIONS(3083), + [anon_sym_PIPE] = ACTIONS(3083), + [anon_sym_fn] = ACTIONS(3083), + [anon_sym_PLUS] = ACTIONS(3083), + [anon_sym_DASH] = ACTIONS(3083), + [anon_sym_STAR] = ACTIONS(3083), + [anon_sym_SLASH] = ACTIONS(3083), + [anon_sym_PERCENT] = ACTIONS(3083), + [anon_sym_LT] = ACTIONS(3083), + [anon_sym_GT] = ACTIONS(3083), + [anon_sym_EQ_EQ] = ACTIONS(3083), + [anon_sym_BANG_EQ] = ACTIONS(3083), + [anon_sym_LT_EQ] = ACTIONS(3083), + [anon_sym_GT_EQ] = ACTIONS(3083), + [anon_sym_LBRACK] = ACTIONS(3081), + [anon_sym_LT2] = ACTIONS(3083), + [anon_sym_struct] = ACTIONS(3083), + [anon_sym_union] = ACTIONS(3083), + [anon_sym_pub] = ACTIONS(3083), + [anon_sym_mut] = ACTIONS(3083), + [anon_sym_enum] = ACTIONS(3083), + [anon_sym_interface] = ACTIONS(3083), + [anon_sym_PLUS_PLUS] = ACTIONS(3083), + [anon_sym_DASH_DASH] = ACTIONS(3083), + [anon_sym_QMARK] = ACTIONS(3083), + [anon_sym_BANG] = ACTIONS(3083), + [anon_sym_go] = ACTIONS(3083), + [anon_sym_spawn] = ACTIONS(3083), + [anon_sym_json_DOTdecode] = ACTIONS(3083), + [anon_sym_LBRACK2] = ACTIONS(3083), + [anon_sym_TILDE] = ACTIONS(3083), + [anon_sym_CARET] = ACTIONS(3083), + [anon_sym_AMP] = ACTIONS(3083), + [anon_sym_LT_DASH] = ACTIONS(3083), + [anon_sym_LT_LT] = ACTIONS(3083), + [anon_sym_GT_GT] = ACTIONS(3083), + [anon_sym_GT_GT_GT] = ACTIONS(3083), + [anon_sym_AMP_CARET] = ACTIONS(3083), + [anon_sym_AMP_AMP] = ACTIONS(3083), + [anon_sym_PIPE_PIPE] = ACTIONS(3083), + [anon_sym_or] = ACTIONS(3083), + [sym_none] = ACTIONS(3083), + [sym_true] = ACTIONS(3083), + [sym_false] = ACTIONS(3083), + [sym_nil] = ACTIONS(3083), + [anon_sym_QMARK_DOT] = ACTIONS(3083), + [anon_sym_POUND_LBRACK] = ACTIONS(3083), + [anon_sym_if] = ACTIONS(3083), + [anon_sym_DOLLARif] = ACTIONS(3083), + [anon_sym_is] = ACTIONS(3083), + [anon_sym_BANGis] = ACTIONS(3083), + [anon_sym_in] = ACTIONS(3083), + [anon_sym_BANGin] = ACTIONS(3083), + [anon_sym_match] = ACTIONS(3083), + [anon_sym_select] = ACTIONS(3083), + [anon_sym_lock] = ACTIONS(3083), + [anon_sym_rlock] = ACTIONS(3083), + [anon_sym_unsafe] = ACTIONS(3083), + [anon_sym_sql] = ACTIONS(3083), + [sym_int_literal] = ACTIONS(3083), + [sym_float_literal] = ACTIONS(3083), + [sym_rune_literal] = ACTIONS(3083), + [anon_sym_AT] = ACTIONS(3083), + [anon_sym_shared] = ACTIONS(3083), + [anon_sym_map_LBRACK] = ACTIONS(3083), + [anon_sym_chan] = ACTIONS(3083), + [anon_sym_thread] = ACTIONS(3083), + [anon_sym_atomic] = ACTIONS(3083), + [anon_sym_assert] = ACTIONS(3083), + [anon_sym_defer] = ACTIONS(3083), + [anon_sym_goto] = ACTIONS(3083), + [anon_sym_break] = ACTIONS(3083), + [anon_sym_continue] = ACTIONS(3083), + [anon_sym_return] = ACTIONS(3083), + [anon_sym_DOLLARfor] = ACTIONS(3083), + [anon_sym_for] = ACTIONS(3083), + [anon_sym_POUND] = ACTIONS(3083), + [anon_sym_asm] = ACTIONS(3083), + [anon_sym_AT_LBRACK] = ACTIONS(3083), + [sym___double_quote] = ACTIONS(3083), + [sym___single_quote] = ACTIONS(3083), + [sym___c_double_quote] = ACTIONS(3083), + [sym___c_single_quote] = ACTIONS(3083), + [sym___r_double_quote] = ACTIONS(3083), + [sym___r_single_quote] = ACTIONS(3083), + }, + [1010] = { + [ts_builtin_sym_end] = ACTIONS(3069), + [sym_identifier] = ACTIONS(3071), + [anon_sym_LF] = ACTIONS(3071), + [anon_sym_CR] = ACTIONS(3071), + [anon_sym_CR_LF] = ACTIONS(3071), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3071), + [anon_sym_as] = ACTIONS(3071), + [anon_sym_LBRACE] = ACTIONS(3071), + [anon_sym_COMMA] = ACTIONS(3071), + [anon_sym_const] = ACTIONS(3071), + [anon_sym_LPAREN] = ACTIONS(3071), + [anon_sym___global] = ACTIONS(3071), + [anon_sym_type] = ACTIONS(3071), + [anon_sym_PIPE] = ACTIONS(3071), + [anon_sym_fn] = ACTIONS(3071), + [anon_sym_PLUS] = ACTIONS(3071), + [anon_sym_DASH] = ACTIONS(3071), + [anon_sym_STAR] = ACTIONS(3071), + [anon_sym_SLASH] = ACTIONS(3071), + [anon_sym_PERCENT] = ACTIONS(3071), + [anon_sym_LT] = ACTIONS(3071), + [anon_sym_GT] = ACTIONS(3071), + [anon_sym_EQ_EQ] = ACTIONS(3071), + [anon_sym_BANG_EQ] = ACTIONS(3071), + [anon_sym_LT_EQ] = ACTIONS(3071), + [anon_sym_GT_EQ] = ACTIONS(3071), + [anon_sym_LBRACK] = ACTIONS(3069), + [anon_sym_LT2] = ACTIONS(3071), + [anon_sym_struct] = ACTIONS(3071), + [anon_sym_union] = ACTIONS(3071), + [anon_sym_pub] = ACTIONS(3071), + [anon_sym_mut] = ACTIONS(3071), + [anon_sym_enum] = ACTIONS(3071), + [anon_sym_interface] = ACTIONS(3071), + [anon_sym_PLUS_PLUS] = ACTIONS(3071), + [anon_sym_DASH_DASH] = ACTIONS(3071), + [anon_sym_QMARK] = ACTIONS(3071), + [anon_sym_BANG] = ACTIONS(3071), + [anon_sym_go] = ACTIONS(3071), + [anon_sym_spawn] = ACTIONS(3071), + [anon_sym_json_DOTdecode] = ACTIONS(3071), + [anon_sym_LBRACK2] = ACTIONS(3071), + [anon_sym_TILDE] = ACTIONS(3071), + [anon_sym_CARET] = ACTIONS(3071), + [anon_sym_AMP] = ACTIONS(3071), + [anon_sym_LT_DASH] = ACTIONS(3071), + [anon_sym_LT_LT] = ACTIONS(3071), + [anon_sym_GT_GT] = ACTIONS(3071), + [anon_sym_GT_GT_GT] = ACTIONS(3071), + [anon_sym_AMP_CARET] = ACTIONS(3071), + [anon_sym_AMP_AMP] = ACTIONS(3071), + [anon_sym_PIPE_PIPE] = ACTIONS(3071), + [anon_sym_or] = ACTIONS(3071), + [sym_none] = ACTIONS(3071), + [sym_true] = ACTIONS(3071), + [sym_false] = ACTIONS(3071), + [sym_nil] = ACTIONS(3071), + [anon_sym_QMARK_DOT] = ACTIONS(3071), + [anon_sym_POUND_LBRACK] = ACTIONS(3071), + [anon_sym_if] = ACTIONS(3071), + [anon_sym_DOLLARif] = ACTIONS(3071), + [anon_sym_is] = ACTIONS(3071), + [anon_sym_BANGis] = ACTIONS(3071), + [anon_sym_in] = ACTIONS(3071), + [anon_sym_BANGin] = ACTIONS(3071), + [anon_sym_match] = ACTIONS(3071), + [anon_sym_select] = ACTIONS(3071), + [anon_sym_lock] = ACTIONS(3071), + [anon_sym_rlock] = ACTIONS(3071), + [anon_sym_unsafe] = ACTIONS(3071), + [anon_sym_sql] = ACTIONS(3071), + [sym_int_literal] = ACTIONS(3071), + [sym_float_literal] = ACTIONS(3071), + [sym_rune_literal] = ACTIONS(3071), + [anon_sym_AT] = ACTIONS(3071), + [anon_sym_shared] = ACTIONS(3071), + [anon_sym_map_LBRACK] = ACTIONS(3071), + [anon_sym_chan] = ACTIONS(3071), + [anon_sym_thread] = ACTIONS(3071), + [anon_sym_atomic] = ACTIONS(3071), + [anon_sym_assert] = ACTIONS(3071), + [anon_sym_defer] = ACTIONS(3071), + [anon_sym_goto] = ACTIONS(3071), + [anon_sym_break] = ACTIONS(3071), + [anon_sym_continue] = ACTIONS(3071), + [anon_sym_return] = ACTIONS(3071), + [anon_sym_DOLLARfor] = ACTIONS(3071), + [anon_sym_for] = ACTIONS(3071), + [anon_sym_POUND] = ACTIONS(3071), + [anon_sym_asm] = ACTIONS(3071), + [anon_sym_AT_LBRACK] = ACTIONS(3071), + [sym___double_quote] = ACTIONS(3071), + [sym___single_quote] = ACTIONS(3071), + [sym___c_double_quote] = ACTIONS(3071), + [sym___c_single_quote] = ACTIONS(3071), + [sym___r_double_quote] = ACTIONS(3071), + [sym___r_single_quote] = ACTIONS(3071), + }, + [1011] = { + [ts_builtin_sym_end] = ACTIONS(3061), + [sym_identifier] = ACTIONS(3063), + [anon_sym_LF] = ACTIONS(3063), + [anon_sym_CR] = ACTIONS(3063), + [anon_sym_CR_LF] = ACTIONS(3063), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3063), + [anon_sym_as] = ACTIONS(3063), + [anon_sym_LBRACE] = ACTIONS(3063), + [anon_sym_COMMA] = ACTIONS(3063), + [anon_sym_const] = ACTIONS(3063), + [anon_sym_LPAREN] = ACTIONS(3063), + [anon_sym___global] = ACTIONS(3063), + [anon_sym_type] = ACTIONS(3063), + [anon_sym_PIPE] = ACTIONS(3063), + [anon_sym_fn] = ACTIONS(3063), + [anon_sym_PLUS] = ACTIONS(3063), + [anon_sym_DASH] = ACTIONS(3063), + [anon_sym_STAR] = ACTIONS(3063), + [anon_sym_SLASH] = ACTIONS(3063), + [anon_sym_PERCENT] = ACTIONS(3063), + [anon_sym_LT] = ACTIONS(3063), + [anon_sym_GT] = ACTIONS(3063), + [anon_sym_EQ_EQ] = ACTIONS(3063), + [anon_sym_BANG_EQ] = ACTIONS(3063), + [anon_sym_LT_EQ] = ACTIONS(3063), + [anon_sym_GT_EQ] = ACTIONS(3063), + [anon_sym_LBRACK] = ACTIONS(3061), + [anon_sym_LT2] = ACTIONS(3063), + [anon_sym_struct] = ACTIONS(3063), + [anon_sym_union] = ACTIONS(3063), + [anon_sym_pub] = ACTIONS(3063), + [anon_sym_mut] = ACTIONS(3063), + [anon_sym_enum] = ACTIONS(3063), + [anon_sym_interface] = ACTIONS(3063), + [anon_sym_PLUS_PLUS] = ACTIONS(3063), + [anon_sym_DASH_DASH] = ACTIONS(3063), + [anon_sym_QMARK] = ACTIONS(3063), + [anon_sym_BANG] = ACTIONS(3063), + [anon_sym_go] = ACTIONS(3063), + [anon_sym_spawn] = ACTIONS(3063), + [anon_sym_json_DOTdecode] = ACTIONS(3063), + [anon_sym_LBRACK2] = ACTIONS(3063), + [anon_sym_TILDE] = ACTIONS(3063), + [anon_sym_CARET] = ACTIONS(3063), + [anon_sym_AMP] = ACTIONS(3063), + [anon_sym_LT_DASH] = ACTIONS(3063), + [anon_sym_LT_LT] = ACTIONS(3063), + [anon_sym_GT_GT] = ACTIONS(3063), + [anon_sym_GT_GT_GT] = ACTIONS(3063), + [anon_sym_AMP_CARET] = ACTIONS(3063), + [anon_sym_AMP_AMP] = ACTIONS(3063), + [anon_sym_PIPE_PIPE] = ACTIONS(3063), + [anon_sym_or] = ACTIONS(3063), + [sym_none] = ACTIONS(3063), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_nil] = ACTIONS(3063), + [anon_sym_QMARK_DOT] = ACTIONS(3063), + [anon_sym_POUND_LBRACK] = ACTIONS(3063), + [anon_sym_if] = ACTIONS(3063), + [anon_sym_DOLLARif] = ACTIONS(3063), + [anon_sym_is] = ACTIONS(3063), + [anon_sym_BANGis] = ACTIONS(3063), + [anon_sym_in] = ACTIONS(3063), + [anon_sym_BANGin] = ACTIONS(3063), + [anon_sym_match] = ACTIONS(3063), + [anon_sym_select] = ACTIONS(3063), + [anon_sym_lock] = ACTIONS(3063), + [anon_sym_rlock] = ACTIONS(3063), + [anon_sym_unsafe] = ACTIONS(3063), + [anon_sym_sql] = ACTIONS(3063), + [sym_int_literal] = ACTIONS(3063), + [sym_float_literal] = ACTIONS(3063), + [sym_rune_literal] = ACTIONS(3063), + [anon_sym_AT] = ACTIONS(3063), + [anon_sym_shared] = ACTIONS(3063), + [anon_sym_map_LBRACK] = ACTIONS(3063), + [anon_sym_chan] = ACTIONS(3063), + [anon_sym_thread] = ACTIONS(3063), + [anon_sym_atomic] = ACTIONS(3063), + [anon_sym_assert] = ACTIONS(3063), + [anon_sym_defer] = ACTIONS(3063), + [anon_sym_goto] = ACTIONS(3063), + [anon_sym_break] = ACTIONS(3063), + [anon_sym_continue] = ACTIONS(3063), + [anon_sym_return] = ACTIONS(3063), + [anon_sym_DOLLARfor] = ACTIONS(3063), + [anon_sym_for] = ACTIONS(3063), + [anon_sym_POUND] = ACTIONS(3063), + [anon_sym_asm] = ACTIONS(3063), + [anon_sym_AT_LBRACK] = ACTIONS(3063), + [sym___double_quote] = ACTIONS(3063), + [sym___single_quote] = ACTIONS(3063), + [sym___c_double_quote] = ACTIONS(3063), + [sym___c_single_quote] = ACTIONS(3063), + [sym___r_double_quote] = ACTIONS(3063), + [sym___r_single_quote] = ACTIONS(3063), }, - [1044] = { - [ts_builtin_sym_end] = ACTIONS(3099), - [sym_identifier] = ACTIONS(3101), - [anon_sym_LF] = ACTIONS(3101), - [anon_sym_CR] = ACTIONS(3101), - [anon_sym_CR_LF] = ACTIONS(3101), + [1012] = { + [ts_builtin_sym_end] = ACTIONS(3057), + [sym_identifier] = ACTIONS(3059), + [anon_sym_LF] = ACTIONS(3059), + [anon_sym_CR] = ACTIONS(3059), + [anon_sym_CR_LF] = ACTIONS(3059), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3101), - [anon_sym_as] = ACTIONS(3101), - [anon_sym_LBRACE] = ACTIONS(3101), - [anon_sym_COMMA] = ACTIONS(3101), - [anon_sym_const] = ACTIONS(3101), - [anon_sym_LPAREN] = ACTIONS(3101), - [anon_sym___global] = ACTIONS(3101), - [anon_sym_type] = ACTIONS(3101), - [anon_sym_PIPE] = ACTIONS(3101), - [anon_sym_fn] = ACTIONS(3101), - [anon_sym_PLUS] = ACTIONS(3101), - [anon_sym_DASH] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(3101), - [anon_sym_SLASH] = ACTIONS(3101), - [anon_sym_PERCENT] = ACTIONS(3101), - [anon_sym_LT] = ACTIONS(3101), - [anon_sym_GT] = ACTIONS(3101), - [anon_sym_EQ_EQ] = ACTIONS(3101), - [anon_sym_BANG_EQ] = ACTIONS(3101), - [anon_sym_LT_EQ] = ACTIONS(3101), - [anon_sym_GT_EQ] = ACTIONS(3101), - [anon_sym_LBRACK] = ACTIONS(3099), - [anon_sym_struct] = ACTIONS(3101), - [anon_sym_union] = ACTIONS(3101), - [anon_sym_pub] = ACTIONS(3101), - [anon_sym_mut] = ACTIONS(3101), - [anon_sym_enum] = ACTIONS(3101), - [anon_sym_interface] = ACTIONS(3101), - [anon_sym_PLUS_PLUS] = ACTIONS(3101), - [anon_sym_DASH_DASH] = ACTIONS(3101), - [anon_sym_QMARK] = ACTIONS(3101), - [anon_sym_BANG] = ACTIONS(3101), - [anon_sym_go] = ACTIONS(3101), - [anon_sym_spawn] = ACTIONS(3101), - [anon_sym_json_DOTdecode] = ACTIONS(3101), - [anon_sym_LBRACK2] = ACTIONS(3101), - [anon_sym_TILDE] = ACTIONS(3101), - [anon_sym_CARET] = ACTIONS(3101), - [anon_sym_AMP] = ACTIONS(3101), - [anon_sym_LT_DASH] = ACTIONS(3101), - [anon_sym_LT_LT] = ACTIONS(3101), - [anon_sym_GT_GT] = ACTIONS(3101), - [anon_sym_GT_GT_GT] = ACTIONS(3101), - [anon_sym_AMP_CARET] = ACTIONS(3101), - [anon_sym_AMP_AMP] = ACTIONS(3101), - [anon_sym_PIPE_PIPE] = ACTIONS(3101), - [anon_sym_or] = ACTIONS(3101), - [sym_none] = ACTIONS(3101), - [sym_true] = ACTIONS(3101), - [sym_false] = ACTIONS(3101), - [sym_nil] = ACTIONS(3101), - [anon_sym_QMARK_DOT] = ACTIONS(3101), - [anon_sym_POUND_LBRACK] = ACTIONS(3101), - [anon_sym_if] = ACTIONS(3101), - [anon_sym_DOLLARif] = ACTIONS(3101), - [anon_sym_is] = ACTIONS(3101), - [anon_sym_BANGis] = ACTIONS(3101), - [anon_sym_in] = ACTIONS(3101), - [anon_sym_BANGin] = ACTIONS(3101), - [anon_sym_match] = ACTIONS(3101), - [anon_sym_select] = ACTIONS(3101), - [anon_sym_lock] = ACTIONS(3101), - [anon_sym_rlock] = ACTIONS(3101), - [anon_sym_unsafe] = ACTIONS(3101), - [anon_sym_sql] = ACTIONS(3101), - [sym_int_literal] = ACTIONS(3101), - [sym_float_literal] = ACTIONS(3101), - [sym_rune_literal] = ACTIONS(3101), - [anon_sym_AT] = ACTIONS(3101), - [anon_sym_shared] = ACTIONS(3101), - [anon_sym_map_LBRACK] = ACTIONS(3101), - [anon_sym_chan] = ACTIONS(3101), - [anon_sym_thread] = ACTIONS(3101), - [anon_sym_atomic] = ACTIONS(3101), - [anon_sym_assert] = ACTIONS(3101), - [anon_sym_defer] = ACTIONS(3101), - [anon_sym_goto] = ACTIONS(3101), - [anon_sym_break] = ACTIONS(3101), - [anon_sym_continue] = ACTIONS(3101), - [anon_sym_return] = ACTIONS(3101), - [anon_sym_DOLLARfor] = ACTIONS(3101), - [anon_sym_for] = ACTIONS(3101), - [anon_sym_POUND] = ACTIONS(3101), - [anon_sym_asm] = ACTIONS(3101), - [anon_sym_AT_LBRACK] = ACTIONS(3101), - [sym___double_quote] = ACTIONS(3101), - [sym___single_quote] = ACTIONS(3101), - [sym___c_double_quote] = ACTIONS(3101), - [sym___c_single_quote] = ACTIONS(3101), - [sym___r_double_quote] = ACTIONS(3101), - [sym___r_single_quote] = ACTIONS(3101), + [anon_sym_DOT] = ACTIONS(3059), + [anon_sym_as] = ACTIONS(3059), + [anon_sym_LBRACE] = ACTIONS(3059), + [anon_sym_COMMA] = ACTIONS(3059), + [anon_sym_const] = ACTIONS(3059), + [anon_sym_LPAREN] = ACTIONS(3059), + [anon_sym___global] = ACTIONS(3059), + [anon_sym_type] = ACTIONS(3059), + [anon_sym_PIPE] = ACTIONS(3059), + [anon_sym_fn] = ACTIONS(3059), + [anon_sym_PLUS] = ACTIONS(3059), + [anon_sym_DASH] = ACTIONS(3059), + [anon_sym_STAR] = ACTIONS(3059), + [anon_sym_SLASH] = ACTIONS(3059), + [anon_sym_PERCENT] = ACTIONS(3059), + [anon_sym_LT] = ACTIONS(3059), + [anon_sym_GT] = ACTIONS(3059), + [anon_sym_EQ_EQ] = ACTIONS(3059), + [anon_sym_BANG_EQ] = ACTIONS(3059), + [anon_sym_LT_EQ] = ACTIONS(3059), + [anon_sym_GT_EQ] = ACTIONS(3059), + [anon_sym_LBRACK] = ACTIONS(3057), + [anon_sym_LT2] = ACTIONS(3059), + [anon_sym_struct] = ACTIONS(3059), + [anon_sym_union] = ACTIONS(3059), + [anon_sym_pub] = ACTIONS(3059), + [anon_sym_mut] = ACTIONS(3059), + [anon_sym_enum] = ACTIONS(3059), + [anon_sym_interface] = ACTIONS(3059), + [anon_sym_PLUS_PLUS] = ACTIONS(3059), + [anon_sym_DASH_DASH] = ACTIONS(3059), + [anon_sym_QMARK] = ACTIONS(3059), + [anon_sym_BANG] = ACTIONS(3059), + [anon_sym_go] = ACTIONS(3059), + [anon_sym_spawn] = ACTIONS(3059), + [anon_sym_json_DOTdecode] = ACTIONS(3059), + [anon_sym_LBRACK2] = ACTIONS(3059), + [anon_sym_TILDE] = ACTIONS(3059), + [anon_sym_CARET] = ACTIONS(3059), + [anon_sym_AMP] = ACTIONS(3059), + [anon_sym_LT_DASH] = ACTIONS(3059), + [anon_sym_LT_LT] = ACTIONS(3059), + [anon_sym_GT_GT] = ACTIONS(3059), + [anon_sym_GT_GT_GT] = ACTIONS(3059), + [anon_sym_AMP_CARET] = ACTIONS(3059), + [anon_sym_AMP_AMP] = ACTIONS(3059), + [anon_sym_PIPE_PIPE] = ACTIONS(3059), + [anon_sym_or] = ACTIONS(3059), + [sym_none] = ACTIONS(3059), + [sym_true] = ACTIONS(3059), + [sym_false] = ACTIONS(3059), + [sym_nil] = ACTIONS(3059), + [anon_sym_QMARK_DOT] = ACTIONS(3059), + [anon_sym_POUND_LBRACK] = ACTIONS(3059), + [anon_sym_if] = ACTIONS(3059), + [anon_sym_DOLLARif] = ACTIONS(3059), + [anon_sym_is] = ACTIONS(3059), + [anon_sym_BANGis] = ACTIONS(3059), + [anon_sym_in] = ACTIONS(3059), + [anon_sym_BANGin] = ACTIONS(3059), + [anon_sym_match] = ACTIONS(3059), + [anon_sym_select] = ACTIONS(3059), + [anon_sym_lock] = ACTIONS(3059), + [anon_sym_rlock] = ACTIONS(3059), + [anon_sym_unsafe] = ACTIONS(3059), + [anon_sym_sql] = ACTIONS(3059), + [sym_int_literal] = ACTIONS(3059), + [sym_float_literal] = ACTIONS(3059), + [sym_rune_literal] = ACTIONS(3059), + [anon_sym_AT] = ACTIONS(3059), + [anon_sym_shared] = ACTIONS(3059), + [anon_sym_map_LBRACK] = ACTIONS(3059), + [anon_sym_chan] = ACTIONS(3059), + [anon_sym_thread] = ACTIONS(3059), + [anon_sym_atomic] = ACTIONS(3059), + [anon_sym_assert] = ACTIONS(3059), + [anon_sym_defer] = ACTIONS(3059), + [anon_sym_goto] = ACTIONS(3059), + [anon_sym_break] = ACTIONS(3059), + [anon_sym_continue] = ACTIONS(3059), + [anon_sym_return] = ACTIONS(3059), + [anon_sym_DOLLARfor] = ACTIONS(3059), + [anon_sym_for] = ACTIONS(3059), + [anon_sym_POUND] = ACTIONS(3059), + [anon_sym_asm] = ACTIONS(3059), + [anon_sym_AT_LBRACK] = ACTIONS(3059), + [sym___double_quote] = ACTIONS(3059), + [sym___single_quote] = ACTIONS(3059), + [sym___c_double_quote] = ACTIONS(3059), + [sym___c_single_quote] = ACTIONS(3059), + [sym___r_double_quote] = ACTIONS(3059), + [sym___r_single_quote] = ACTIONS(3059), }, - [1045] = { - [ts_builtin_sym_end] = ACTIONS(2909), - [sym_identifier] = ACTIONS(2911), - [anon_sym_LF] = ACTIONS(2911), - [anon_sym_CR] = ACTIONS(2911), - [anon_sym_CR_LF] = ACTIONS(2911), + [1013] = { + [ts_builtin_sym_end] = ACTIONS(2913), + [sym_identifier] = ACTIONS(2915), + [anon_sym_LF] = ACTIONS(2915), + [anon_sym_CR] = ACTIONS(2915), + [anon_sym_CR_LF] = ACTIONS(2915), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2911), - [anon_sym_as] = ACTIONS(2911), - [anon_sym_LBRACE] = ACTIONS(2911), - [anon_sym_COMMA] = ACTIONS(2911), - [anon_sym_const] = ACTIONS(2911), - [anon_sym_LPAREN] = ACTIONS(2911), - [anon_sym___global] = ACTIONS(2911), - [anon_sym_type] = ACTIONS(2911), - [anon_sym_PIPE] = ACTIONS(2911), - [anon_sym_fn] = ACTIONS(2911), - [anon_sym_PLUS] = ACTIONS(2911), - [anon_sym_DASH] = ACTIONS(2911), - [anon_sym_STAR] = ACTIONS(2911), - [anon_sym_SLASH] = ACTIONS(2911), - [anon_sym_PERCENT] = ACTIONS(2911), - [anon_sym_LT] = ACTIONS(2911), - [anon_sym_GT] = ACTIONS(2911), - [anon_sym_EQ_EQ] = ACTIONS(2911), - [anon_sym_BANG_EQ] = ACTIONS(2911), - [anon_sym_LT_EQ] = ACTIONS(2911), - [anon_sym_GT_EQ] = ACTIONS(2911), - [anon_sym_LBRACK] = ACTIONS(2909), - [anon_sym_struct] = ACTIONS(2911), - [anon_sym_union] = ACTIONS(2911), - [anon_sym_pub] = ACTIONS(2911), - [anon_sym_mut] = ACTIONS(2911), - [anon_sym_enum] = ACTIONS(2911), - [anon_sym_interface] = ACTIONS(2911), - [anon_sym_PLUS_PLUS] = ACTIONS(2911), - [anon_sym_DASH_DASH] = ACTIONS(2911), - [anon_sym_QMARK] = ACTIONS(2911), - [anon_sym_BANG] = ACTIONS(2911), - [anon_sym_go] = ACTIONS(2911), - [anon_sym_spawn] = ACTIONS(2911), - [anon_sym_json_DOTdecode] = ACTIONS(2911), - [anon_sym_LBRACK2] = ACTIONS(2911), - [anon_sym_TILDE] = ACTIONS(2911), - [anon_sym_CARET] = ACTIONS(2911), - [anon_sym_AMP] = ACTIONS(2911), - [anon_sym_LT_DASH] = ACTIONS(2911), - [anon_sym_LT_LT] = ACTIONS(2911), - [anon_sym_GT_GT] = ACTIONS(2911), - [anon_sym_GT_GT_GT] = ACTIONS(2911), - [anon_sym_AMP_CARET] = ACTIONS(2911), - [anon_sym_AMP_AMP] = ACTIONS(2911), - [anon_sym_PIPE_PIPE] = ACTIONS(2911), - [anon_sym_or] = ACTIONS(2911), - [sym_none] = ACTIONS(2911), - [sym_true] = ACTIONS(2911), - [sym_false] = ACTIONS(2911), - [sym_nil] = ACTIONS(2911), - [anon_sym_QMARK_DOT] = ACTIONS(2911), - [anon_sym_POUND_LBRACK] = ACTIONS(2911), - [anon_sym_if] = ACTIONS(2911), - [anon_sym_DOLLARif] = ACTIONS(2911), - [anon_sym_is] = ACTIONS(2911), - [anon_sym_BANGis] = ACTIONS(2911), - [anon_sym_in] = ACTIONS(2911), - [anon_sym_BANGin] = ACTIONS(2911), - [anon_sym_match] = ACTIONS(2911), - [anon_sym_select] = ACTIONS(2911), - [anon_sym_lock] = ACTIONS(2911), - [anon_sym_rlock] = ACTIONS(2911), - [anon_sym_unsafe] = ACTIONS(2911), - [anon_sym_sql] = ACTIONS(2911), - [sym_int_literal] = ACTIONS(2911), - [sym_float_literal] = ACTIONS(2911), - [sym_rune_literal] = ACTIONS(2911), - [anon_sym_AT] = ACTIONS(2911), - [anon_sym_shared] = ACTIONS(2911), - [anon_sym_map_LBRACK] = ACTIONS(2911), - [anon_sym_chan] = ACTIONS(2911), - [anon_sym_thread] = ACTIONS(2911), - [anon_sym_atomic] = ACTIONS(2911), - [anon_sym_assert] = ACTIONS(2911), - [anon_sym_defer] = ACTIONS(2911), - [anon_sym_goto] = ACTIONS(2911), - [anon_sym_break] = ACTIONS(2911), - [anon_sym_continue] = ACTIONS(2911), - [anon_sym_return] = ACTIONS(2911), - [anon_sym_DOLLARfor] = ACTIONS(2911), - [anon_sym_for] = ACTIONS(2911), - [anon_sym_POUND] = ACTIONS(2911), - [anon_sym_asm] = ACTIONS(2911), - [anon_sym_AT_LBRACK] = ACTIONS(2911), - [sym___double_quote] = ACTIONS(2911), - [sym___single_quote] = ACTIONS(2911), - [sym___c_double_quote] = ACTIONS(2911), - [sym___c_single_quote] = ACTIONS(2911), - [sym___r_double_quote] = ACTIONS(2911), - [sym___r_single_quote] = ACTIONS(2911), + [anon_sym_DOT] = ACTIONS(2915), + [anon_sym_as] = ACTIONS(2915), + [anon_sym_LBRACE] = ACTIONS(2915), + [anon_sym_COMMA] = ACTIONS(2915), + [anon_sym_const] = ACTIONS(2915), + [anon_sym_LPAREN] = ACTIONS(2915), + [anon_sym___global] = ACTIONS(2915), + [anon_sym_type] = ACTIONS(2915), + [anon_sym_PIPE] = ACTIONS(2915), + [anon_sym_fn] = ACTIONS(2915), + [anon_sym_PLUS] = ACTIONS(2915), + [anon_sym_DASH] = ACTIONS(2915), + [anon_sym_STAR] = ACTIONS(2915), + [anon_sym_SLASH] = ACTIONS(2915), + [anon_sym_PERCENT] = ACTIONS(2915), + [anon_sym_LT] = ACTIONS(2915), + [anon_sym_GT] = ACTIONS(2915), + [anon_sym_EQ_EQ] = ACTIONS(2915), + [anon_sym_BANG_EQ] = ACTIONS(2915), + [anon_sym_LT_EQ] = ACTIONS(2915), + [anon_sym_GT_EQ] = ACTIONS(2915), + [anon_sym_LBRACK] = ACTIONS(2913), + [anon_sym_LT2] = ACTIONS(2915), + [anon_sym_struct] = ACTIONS(2915), + [anon_sym_union] = ACTIONS(2915), + [anon_sym_pub] = ACTIONS(2915), + [anon_sym_mut] = ACTIONS(2915), + [anon_sym_enum] = ACTIONS(2915), + [anon_sym_interface] = ACTIONS(2915), + [anon_sym_PLUS_PLUS] = ACTIONS(2915), + [anon_sym_DASH_DASH] = ACTIONS(2915), + [anon_sym_QMARK] = ACTIONS(2915), + [anon_sym_BANG] = ACTIONS(2915), + [anon_sym_go] = ACTIONS(2915), + [anon_sym_spawn] = ACTIONS(2915), + [anon_sym_json_DOTdecode] = ACTIONS(2915), + [anon_sym_LBRACK2] = ACTIONS(2915), + [anon_sym_TILDE] = ACTIONS(2915), + [anon_sym_CARET] = ACTIONS(2915), + [anon_sym_AMP] = ACTIONS(2915), + [anon_sym_LT_DASH] = ACTIONS(2915), + [anon_sym_LT_LT] = ACTIONS(2915), + [anon_sym_GT_GT] = ACTIONS(2915), + [anon_sym_GT_GT_GT] = ACTIONS(2915), + [anon_sym_AMP_CARET] = ACTIONS(2915), + [anon_sym_AMP_AMP] = ACTIONS(2915), + [anon_sym_PIPE_PIPE] = ACTIONS(2915), + [anon_sym_or] = ACTIONS(2915), + [sym_none] = ACTIONS(2915), + [sym_true] = ACTIONS(2915), + [sym_false] = ACTIONS(2915), + [sym_nil] = ACTIONS(2915), + [anon_sym_QMARK_DOT] = ACTIONS(2915), + [anon_sym_POUND_LBRACK] = ACTIONS(2915), + [anon_sym_if] = ACTIONS(2915), + [anon_sym_DOLLARif] = ACTIONS(2915), + [anon_sym_is] = ACTIONS(2915), + [anon_sym_BANGis] = ACTIONS(2915), + [anon_sym_in] = ACTIONS(2915), + [anon_sym_BANGin] = ACTIONS(2915), + [anon_sym_match] = ACTIONS(2915), + [anon_sym_select] = ACTIONS(2915), + [anon_sym_lock] = ACTIONS(2915), + [anon_sym_rlock] = ACTIONS(2915), + [anon_sym_unsafe] = ACTIONS(2915), + [anon_sym_sql] = ACTIONS(2915), + [sym_int_literal] = ACTIONS(2915), + [sym_float_literal] = ACTIONS(2915), + [sym_rune_literal] = ACTIONS(2915), + [anon_sym_AT] = ACTIONS(2915), + [anon_sym_shared] = ACTIONS(2915), + [anon_sym_map_LBRACK] = ACTIONS(2915), + [anon_sym_chan] = ACTIONS(2915), + [anon_sym_thread] = ACTIONS(2915), + [anon_sym_atomic] = ACTIONS(2915), + [anon_sym_assert] = ACTIONS(2915), + [anon_sym_defer] = ACTIONS(2915), + [anon_sym_goto] = ACTIONS(2915), + [anon_sym_break] = ACTIONS(2915), + [anon_sym_continue] = ACTIONS(2915), + [anon_sym_return] = ACTIONS(2915), + [anon_sym_DOLLARfor] = ACTIONS(2915), + [anon_sym_for] = ACTIONS(2915), + [anon_sym_POUND] = ACTIONS(2915), + [anon_sym_asm] = ACTIONS(2915), + [anon_sym_AT_LBRACK] = ACTIONS(2915), + [sym___double_quote] = ACTIONS(2915), + [sym___single_quote] = ACTIONS(2915), + [sym___c_double_quote] = ACTIONS(2915), + [sym___c_single_quote] = ACTIONS(2915), + [sym___r_double_quote] = ACTIONS(2915), + [sym___r_single_quote] = ACTIONS(2915), }, - [1046] = { + [1014] = { + [ts_builtin_sym_end] = ACTIONS(2971), + [sym_identifier] = ACTIONS(2973), + [anon_sym_LF] = ACTIONS(2973), + [anon_sym_CR] = ACTIONS(2973), + [anon_sym_CR_LF] = ACTIONS(2973), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2975), + [anon_sym_as] = ACTIONS(2975), + [anon_sym_LBRACE] = ACTIONS(2973), + [anon_sym_COMMA] = ACTIONS(2973), + [anon_sym_const] = ACTIONS(2973), + [anon_sym_LPAREN] = ACTIONS(2975), + [anon_sym___global] = ACTIONS(2973), + [anon_sym_type] = ACTIONS(2973), + [anon_sym_PIPE] = ACTIONS(2975), + [anon_sym_fn] = ACTIONS(2973), + [anon_sym_PLUS] = ACTIONS(2975), + [anon_sym_DASH] = ACTIONS(2975), + [anon_sym_STAR] = ACTIONS(2975), + [anon_sym_SLASH] = ACTIONS(2975), + [anon_sym_PERCENT] = ACTIONS(2975), + [anon_sym_LT] = ACTIONS(2975), + [anon_sym_GT] = ACTIONS(2975), + [anon_sym_EQ_EQ] = ACTIONS(2975), + [anon_sym_BANG_EQ] = ACTIONS(2975), + [anon_sym_LT_EQ] = ACTIONS(2975), + [anon_sym_GT_EQ] = ACTIONS(2975), + [anon_sym_LBRACK] = ACTIONS(2978), + [anon_sym_LT2] = ACTIONS(2975), + [anon_sym_struct] = ACTIONS(2973), + [anon_sym_union] = ACTIONS(2973), + [anon_sym_pub] = ACTIONS(2973), + [anon_sym_mut] = ACTIONS(2973), + [anon_sym_enum] = ACTIONS(2973), + [anon_sym_interface] = ACTIONS(2973), + [anon_sym_PLUS_PLUS] = ACTIONS(2975), + [anon_sym_DASH_DASH] = ACTIONS(2975), + [anon_sym_QMARK] = ACTIONS(2975), + [anon_sym_BANG] = ACTIONS(2975), + [anon_sym_go] = ACTIONS(2973), + [anon_sym_spawn] = ACTIONS(2973), + [anon_sym_json_DOTdecode] = ACTIONS(2973), + [anon_sym_LBRACK2] = ACTIONS(2975), + [anon_sym_TILDE] = ACTIONS(2973), + [anon_sym_CARET] = ACTIONS(2975), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2973), + [anon_sym_LT_LT] = ACTIONS(2975), + [anon_sym_GT_GT] = ACTIONS(2975), + [anon_sym_GT_GT_GT] = ACTIONS(2975), + [anon_sym_AMP_CARET] = ACTIONS(2975), + [anon_sym_AMP_AMP] = ACTIONS(2975), + [anon_sym_PIPE_PIPE] = ACTIONS(2975), + [anon_sym_or] = ACTIONS(2975), + [sym_none] = ACTIONS(2973), + [sym_true] = ACTIONS(2973), + [sym_false] = ACTIONS(2973), + [sym_nil] = ACTIONS(2973), + [anon_sym_QMARK_DOT] = ACTIONS(2975), + [anon_sym_POUND_LBRACK] = ACTIONS(2975), + [anon_sym_if] = ACTIONS(2973), + [anon_sym_DOLLARif] = ACTIONS(2973), + [anon_sym_is] = ACTIONS(2975), + [anon_sym_BANGis] = ACTIONS(2975), + [anon_sym_in] = ACTIONS(2975), + [anon_sym_BANGin] = ACTIONS(2975), + [anon_sym_match] = ACTIONS(2973), + [anon_sym_select] = ACTIONS(2973), + [anon_sym_lock] = ACTIONS(2973), + [anon_sym_rlock] = ACTIONS(2973), + [anon_sym_unsafe] = ACTIONS(2973), + [anon_sym_sql] = ACTIONS(2973), + [sym_int_literal] = ACTIONS(2973), + [sym_float_literal] = ACTIONS(2973), + [sym_rune_literal] = ACTIONS(2973), + [anon_sym_AT] = ACTIONS(2973), + [anon_sym_shared] = ACTIONS(2973), + [anon_sym_map_LBRACK] = ACTIONS(2973), + [anon_sym_chan] = ACTIONS(2973), + [anon_sym_thread] = ACTIONS(2973), + [anon_sym_atomic] = ACTIONS(2973), + [anon_sym_assert] = ACTIONS(2973), + [anon_sym_defer] = ACTIONS(2973), + [anon_sym_goto] = ACTIONS(2973), + [anon_sym_break] = ACTIONS(2973), + [anon_sym_continue] = ACTIONS(2973), + [anon_sym_return] = ACTIONS(2973), + [anon_sym_DOLLARfor] = ACTIONS(2973), + [anon_sym_for] = ACTIONS(2973), + [anon_sym_POUND] = ACTIONS(2973), + [anon_sym_asm] = ACTIONS(2973), + [anon_sym_AT_LBRACK] = ACTIONS(2973), + [sym___double_quote] = ACTIONS(2973), + [sym___single_quote] = ACTIONS(2973), + [sym___c_double_quote] = ACTIONS(2973), + [sym___c_single_quote] = ACTIONS(2973), + [sym___r_double_quote] = ACTIONS(2973), + [sym___r_single_quote] = ACTIONS(2973), + }, + [1015] = { [ts_builtin_sym_end] = ACTIONS(2961), [sym_identifier] = ACTIONS(2963), [anon_sym_LF] = ACTIONS(2963), [anon_sym_CR] = ACTIONS(2963), [anon_sym_CR_LF] = ACTIONS(2963), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2963), - [anon_sym_as] = ACTIONS(2963), + [anon_sym_DOT] = ACTIONS(2965), + [anon_sym_as] = ACTIONS(2965), [anon_sym_LBRACE] = ACTIONS(2963), [anon_sym_COMMA] = ACTIONS(2963), [anon_sym_const] = ACTIONS(2963), - [anon_sym_LPAREN] = ACTIONS(2963), + [anon_sym_LPAREN] = ACTIONS(2965), [anon_sym___global] = ACTIONS(2963), [anon_sym_type] = ACTIONS(2963), - [anon_sym_PIPE] = ACTIONS(2963), + [anon_sym_PIPE] = ACTIONS(2965), [anon_sym_fn] = ACTIONS(2963), - [anon_sym_PLUS] = ACTIONS(2963), - [anon_sym_DASH] = ACTIONS(2963), - [anon_sym_STAR] = ACTIONS(2963), - [anon_sym_SLASH] = ACTIONS(2963), - [anon_sym_PERCENT] = ACTIONS(2963), - [anon_sym_LT] = ACTIONS(2963), - [anon_sym_GT] = ACTIONS(2963), - [anon_sym_EQ_EQ] = ACTIONS(2963), - [anon_sym_BANG_EQ] = ACTIONS(2963), - [anon_sym_LT_EQ] = ACTIONS(2963), - [anon_sym_GT_EQ] = ACTIONS(2963), - [anon_sym_LBRACK] = ACTIONS(2961), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2965), + [anon_sym_SLASH] = ACTIONS(2965), + [anon_sym_PERCENT] = ACTIONS(2965), + [anon_sym_LT] = ACTIONS(2965), + [anon_sym_GT] = ACTIONS(2965), + [anon_sym_EQ_EQ] = ACTIONS(2965), + [anon_sym_BANG_EQ] = ACTIONS(2965), + [anon_sym_LT_EQ] = ACTIONS(2965), + [anon_sym_GT_EQ] = ACTIONS(2965), + [anon_sym_LBRACK] = ACTIONS(2968), + [anon_sym_LT2] = ACTIONS(2965), [anon_sym_struct] = ACTIONS(2963), [anon_sym_union] = ACTIONS(2963), [anon_sym_pub] = ACTIONS(2963), [anon_sym_mut] = ACTIONS(2963), [anon_sym_enum] = ACTIONS(2963), [anon_sym_interface] = ACTIONS(2963), - [anon_sym_PLUS_PLUS] = ACTIONS(2963), - [anon_sym_DASH_DASH] = ACTIONS(2963), - [anon_sym_QMARK] = ACTIONS(2963), - [anon_sym_BANG] = ACTIONS(2963), + [anon_sym_PLUS_PLUS] = ACTIONS(2965), + [anon_sym_DASH_DASH] = ACTIONS(2965), + [anon_sym_QMARK] = ACTIONS(2965), + [anon_sym_BANG] = ACTIONS(2965), [anon_sym_go] = ACTIONS(2963), [anon_sym_spawn] = ACTIONS(2963), [anon_sym_json_DOTdecode] = ACTIONS(2963), - [anon_sym_LBRACK2] = ACTIONS(2963), + [anon_sym_LBRACK2] = ACTIONS(2965), [anon_sym_TILDE] = ACTIONS(2963), - [anon_sym_CARET] = ACTIONS(2963), - [anon_sym_AMP] = ACTIONS(2963), + [anon_sym_CARET] = ACTIONS(2965), + [anon_sym_AMP] = ACTIONS(2965), [anon_sym_LT_DASH] = ACTIONS(2963), - [anon_sym_LT_LT] = ACTIONS(2963), - [anon_sym_GT_GT] = ACTIONS(2963), - [anon_sym_GT_GT_GT] = ACTIONS(2963), - [anon_sym_AMP_CARET] = ACTIONS(2963), - [anon_sym_AMP_AMP] = ACTIONS(2963), - [anon_sym_PIPE_PIPE] = ACTIONS(2963), - [anon_sym_or] = ACTIONS(2963), + [anon_sym_LT_LT] = ACTIONS(2965), + [anon_sym_GT_GT] = ACTIONS(2965), + [anon_sym_GT_GT_GT] = ACTIONS(2965), + [anon_sym_AMP_CARET] = ACTIONS(2965), + [anon_sym_AMP_AMP] = ACTIONS(2965), + [anon_sym_PIPE_PIPE] = ACTIONS(2965), + [anon_sym_or] = ACTIONS(2965), [sym_none] = ACTIONS(2963), [sym_true] = ACTIONS(2963), [sym_false] = ACTIONS(2963), [sym_nil] = ACTIONS(2963), - [anon_sym_QMARK_DOT] = ACTIONS(2963), - [anon_sym_POUND_LBRACK] = ACTIONS(2963), + [anon_sym_QMARK_DOT] = ACTIONS(2965), + [anon_sym_POUND_LBRACK] = ACTIONS(2965), [anon_sym_if] = ACTIONS(2963), [anon_sym_DOLLARif] = ACTIONS(2963), - [anon_sym_is] = ACTIONS(2963), - [anon_sym_BANGis] = ACTIONS(2963), - [anon_sym_in] = ACTIONS(2963), - [anon_sym_BANGin] = ACTIONS(2963), + [anon_sym_is] = ACTIONS(2965), + [anon_sym_BANGis] = ACTIONS(2965), + [anon_sym_in] = ACTIONS(2965), + [anon_sym_BANGin] = ACTIONS(2965), [anon_sym_match] = ACTIONS(2963), [anon_sym_select] = ACTIONS(2963), [anon_sym_lock] = ACTIONS(2963), @@ -145107,3076 +142410,5407 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(2963), [sym___r_single_quote] = ACTIONS(2963), }, + [1016] = { + [ts_builtin_sym_end] = ACTIONS(3193), + [sym_identifier] = ACTIONS(3195), + [anon_sym_LF] = ACTIONS(3195), + [anon_sym_CR] = ACTIONS(3195), + [anon_sym_CR_LF] = ACTIONS(3195), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3195), + [anon_sym_as] = ACTIONS(3195), + [anon_sym_LBRACE] = ACTIONS(3195), + [anon_sym_COMMA] = ACTIONS(3195), + [anon_sym_const] = ACTIONS(3195), + [anon_sym_LPAREN] = ACTIONS(3195), + [anon_sym___global] = ACTIONS(3195), + [anon_sym_type] = ACTIONS(3195), + [anon_sym_PIPE] = ACTIONS(3195), + [anon_sym_fn] = ACTIONS(3195), + [anon_sym_PLUS] = ACTIONS(3195), + [anon_sym_DASH] = ACTIONS(3195), + [anon_sym_STAR] = ACTIONS(3195), + [anon_sym_SLASH] = ACTIONS(3195), + [anon_sym_PERCENT] = ACTIONS(3195), + [anon_sym_LT] = ACTIONS(3195), + [anon_sym_GT] = ACTIONS(3195), + [anon_sym_EQ_EQ] = ACTIONS(3195), + [anon_sym_BANG_EQ] = ACTIONS(3195), + [anon_sym_LT_EQ] = ACTIONS(3195), + [anon_sym_GT_EQ] = ACTIONS(3195), + [anon_sym_LBRACK] = ACTIONS(3193), + [anon_sym_LT2] = ACTIONS(3195), + [anon_sym_struct] = ACTIONS(3195), + [anon_sym_union] = ACTIONS(3195), + [anon_sym_pub] = ACTIONS(3195), + [anon_sym_mut] = ACTIONS(3195), + [anon_sym_enum] = ACTIONS(3195), + [anon_sym_interface] = ACTIONS(3195), + [anon_sym_PLUS_PLUS] = ACTIONS(3195), + [anon_sym_DASH_DASH] = ACTIONS(3195), + [anon_sym_QMARK] = ACTIONS(3195), + [anon_sym_BANG] = ACTIONS(3195), + [anon_sym_go] = ACTIONS(3195), + [anon_sym_spawn] = ACTIONS(3195), + [anon_sym_json_DOTdecode] = ACTIONS(3195), + [anon_sym_LBRACK2] = ACTIONS(3195), + [anon_sym_TILDE] = ACTIONS(3195), + [anon_sym_CARET] = ACTIONS(3195), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_LT_DASH] = ACTIONS(3195), + [anon_sym_LT_LT] = ACTIONS(3195), + [anon_sym_GT_GT] = ACTIONS(3195), + [anon_sym_GT_GT_GT] = ACTIONS(3195), + [anon_sym_AMP_CARET] = ACTIONS(3195), + [anon_sym_AMP_AMP] = ACTIONS(3195), + [anon_sym_PIPE_PIPE] = ACTIONS(3195), + [anon_sym_or] = ACTIONS(3195), + [sym_none] = ACTIONS(3195), + [sym_true] = ACTIONS(3195), + [sym_false] = ACTIONS(3195), + [sym_nil] = ACTIONS(3195), + [anon_sym_QMARK_DOT] = ACTIONS(3195), + [anon_sym_POUND_LBRACK] = ACTIONS(3195), + [anon_sym_if] = ACTIONS(3195), + [anon_sym_DOLLARif] = ACTIONS(3195), + [anon_sym_is] = ACTIONS(3195), + [anon_sym_BANGis] = ACTIONS(3195), + [anon_sym_in] = ACTIONS(3195), + [anon_sym_BANGin] = ACTIONS(3195), + [anon_sym_match] = ACTIONS(3195), + [anon_sym_select] = ACTIONS(3195), + [anon_sym_lock] = ACTIONS(3195), + [anon_sym_rlock] = ACTIONS(3195), + [anon_sym_unsafe] = ACTIONS(3195), + [anon_sym_sql] = ACTIONS(3195), + [sym_int_literal] = ACTIONS(3195), + [sym_float_literal] = ACTIONS(3195), + [sym_rune_literal] = ACTIONS(3195), + [anon_sym_AT] = ACTIONS(3195), + [anon_sym_shared] = ACTIONS(3195), + [anon_sym_map_LBRACK] = ACTIONS(3195), + [anon_sym_chan] = ACTIONS(3195), + [anon_sym_thread] = ACTIONS(3195), + [anon_sym_atomic] = ACTIONS(3195), + [anon_sym_assert] = ACTIONS(3195), + [anon_sym_defer] = ACTIONS(3195), + [anon_sym_goto] = ACTIONS(3195), + [anon_sym_break] = ACTIONS(3195), + [anon_sym_continue] = ACTIONS(3195), + [anon_sym_return] = ACTIONS(3195), + [anon_sym_DOLLARfor] = ACTIONS(3195), + [anon_sym_for] = ACTIONS(3195), + [anon_sym_POUND] = ACTIONS(3195), + [anon_sym_asm] = ACTIONS(3195), + [anon_sym_AT_LBRACK] = ACTIONS(3195), + [sym___double_quote] = ACTIONS(3195), + [sym___single_quote] = ACTIONS(3195), + [sym___c_double_quote] = ACTIONS(3195), + [sym___c_single_quote] = ACTIONS(3195), + [sym___r_double_quote] = ACTIONS(3195), + [sym___r_single_quote] = ACTIONS(3195), + }, + [1017] = { + [ts_builtin_sym_end] = ACTIONS(3141), + [sym_identifier] = ACTIONS(3143), + [anon_sym_LF] = ACTIONS(3143), + [anon_sym_CR] = ACTIONS(3143), + [anon_sym_CR_LF] = ACTIONS(3143), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3143), + [anon_sym_as] = ACTIONS(3143), + [anon_sym_LBRACE] = ACTIONS(3143), + [anon_sym_COMMA] = ACTIONS(3143), + [anon_sym_const] = ACTIONS(3143), + [anon_sym_LPAREN] = ACTIONS(3143), + [anon_sym___global] = ACTIONS(3143), + [anon_sym_type] = ACTIONS(3143), + [anon_sym_PIPE] = ACTIONS(3143), + [anon_sym_fn] = ACTIONS(3143), + [anon_sym_PLUS] = ACTIONS(3143), + [anon_sym_DASH] = ACTIONS(3143), + [anon_sym_STAR] = ACTIONS(3143), + [anon_sym_SLASH] = ACTIONS(3143), + [anon_sym_PERCENT] = ACTIONS(3143), + [anon_sym_LT] = ACTIONS(3143), + [anon_sym_GT] = ACTIONS(3143), + [anon_sym_EQ_EQ] = ACTIONS(3143), + [anon_sym_BANG_EQ] = ACTIONS(3143), + [anon_sym_LT_EQ] = ACTIONS(3143), + [anon_sym_GT_EQ] = ACTIONS(3143), + [anon_sym_LBRACK] = ACTIONS(3141), + [anon_sym_LT2] = ACTIONS(3143), + [anon_sym_struct] = ACTIONS(3143), + [anon_sym_union] = ACTIONS(3143), + [anon_sym_pub] = ACTIONS(3143), + [anon_sym_mut] = ACTIONS(3143), + [anon_sym_enum] = ACTIONS(3143), + [anon_sym_interface] = ACTIONS(3143), + [anon_sym_PLUS_PLUS] = ACTIONS(3143), + [anon_sym_DASH_DASH] = ACTIONS(3143), + [anon_sym_QMARK] = ACTIONS(3143), + [anon_sym_BANG] = ACTIONS(3143), + [anon_sym_go] = ACTIONS(3143), + [anon_sym_spawn] = ACTIONS(3143), + [anon_sym_json_DOTdecode] = ACTIONS(3143), + [anon_sym_LBRACK2] = ACTIONS(3143), + [anon_sym_TILDE] = ACTIONS(3143), + [anon_sym_CARET] = ACTIONS(3143), + [anon_sym_AMP] = ACTIONS(3143), + [anon_sym_LT_DASH] = ACTIONS(3143), + [anon_sym_LT_LT] = ACTIONS(3143), + [anon_sym_GT_GT] = ACTIONS(3143), + [anon_sym_GT_GT_GT] = ACTIONS(3143), + [anon_sym_AMP_CARET] = ACTIONS(3143), + [anon_sym_AMP_AMP] = ACTIONS(3143), + [anon_sym_PIPE_PIPE] = ACTIONS(3143), + [anon_sym_or] = ACTIONS(3143), + [sym_none] = ACTIONS(3143), + [sym_true] = ACTIONS(3143), + [sym_false] = ACTIONS(3143), + [sym_nil] = ACTIONS(3143), + [anon_sym_QMARK_DOT] = ACTIONS(3143), + [anon_sym_POUND_LBRACK] = ACTIONS(3143), + [anon_sym_if] = ACTIONS(3143), + [anon_sym_DOLLARif] = ACTIONS(3143), + [anon_sym_is] = ACTIONS(3143), + [anon_sym_BANGis] = ACTIONS(3143), + [anon_sym_in] = ACTIONS(3143), + [anon_sym_BANGin] = ACTIONS(3143), + [anon_sym_match] = ACTIONS(3143), + [anon_sym_select] = ACTIONS(3143), + [anon_sym_lock] = ACTIONS(3143), + [anon_sym_rlock] = ACTIONS(3143), + [anon_sym_unsafe] = ACTIONS(3143), + [anon_sym_sql] = ACTIONS(3143), + [sym_int_literal] = ACTIONS(3143), + [sym_float_literal] = ACTIONS(3143), + [sym_rune_literal] = ACTIONS(3143), + [anon_sym_AT] = ACTIONS(3143), + [anon_sym_shared] = ACTIONS(3143), + [anon_sym_map_LBRACK] = ACTIONS(3143), + [anon_sym_chan] = ACTIONS(3143), + [anon_sym_thread] = ACTIONS(3143), + [anon_sym_atomic] = ACTIONS(3143), + [anon_sym_assert] = ACTIONS(3143), + [anon_sym_defer] = ACTIONS(3143), + [anon_sym_goto] = ACTIONS(3143), + [anon_sym_break] = ACTIONS(3143), + [anon_sym_continue] = ACTIONS(3143), + [anon_sym_return] = ACTIONS(3143), + [anon_sym_DOLLARfor] = ACTIONS(3143), + [anon_sym_for] = ACTIONS(3143), + [anon_sym_POUND] = ACTIONS(3143), + [anon_sym_asm] = ACTIONS(3143), + [anon_sym_AT_LBRACK] = ACTIONS(3143), + [sym___double_quote] = ACTIONS(3143), + [sym___single_quote] = ACTIONS(3143), + [sym___c_double_quote] = ACTIONS(3143), + [sym___c_single_quote] = ACTIONS(3143), + [sym___r_double_quote] = ACTIONS(3143), + [sym___r_single_quote] = ACTIONS(3143), + }, + [1018] = { + [ts_builtin_sym_end] = ACTIONS(3125), + [sym_identifier] = ACTIONS(3127), + [anon_sym_LF] = ACTIONS(3127), + [anon_sym_CR] = ACTIONS(3127), + [anon_sym_CR_LF] = ACTIONS(3127), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3127), + [anon_sym_as] = ACTIONS(3127), + [anon_sym_LBRACE] = ACTIONS(3127), + [anon_sym_COMMA] = ACTIONS(3127), + [anon_sym_const] = ACTIONS(3127), + [anon_sym_LPAREN] = ACTIONS(3127), + [anon_sym___global] = ACTIONS(3127), + [anon_sym_type] = ACTIONS(3127), + [anon_sym_PIPE] = ACTIONS(3127), + [anon_sym_fn] = ACTIONS(3127), + [anon_sym_PLUS] = ACTIONS(3127), + [anon_sym_DASH] = ACTIONS(3127), + [anon_sym_STAR] = ACTIONS(3127), + [anon_sym_SLASH] = ACTIONS(3127), + [anon_sym_PERCENT] = ACTIONS(3127), + [anon_sym_LT] = ACTIONS(3127), + [anon_sym_GT] = ACTIONS(3127), + [anon_sym_EQ_EQ] = ACTIONS(3127), + [anon_sym_BANG_EQ] = ACTIONS(3127), + [anon_sym_LT_EQ] = ACTIONS(3127), + [anon_sym_GT_EQ] = ACTIONS(3127), + [anon_sym_LBRACK] = ACTIONS(3125), + [anon_sym_LT2] = ACTIONS(3127), + [anon_sym_struct] = ACTIONS(3127), + [anon_sym_union] = ACTIONS(3127), + [anon_sym_pub] = ACTIONS(3127), + [anon_sym_mut] = ACTIONS(3127), + [anon_sym_enum] = ACTIONS(3127), + [anon_sym_interface] = ACTIONS(3127), + [anon_sym_PLUS_PLUS] = ACTIONS(3127), + [anon_sym_DASH_DASH] = ACTIONS(3127), + [anon_sym_QMARK] = ACTIONS(3127), + [anon_sym_BANG] = ACTIONS(3127), + [anon_sym_go] = ACTIONS(3127), + [anon_sym_spawn] = ACTIONS(3127), + [anon_sym_json_DOTdecode] = ACTIONS(3127), + [anon_sym_LBRACK2] = ACTIONS(3127), + [anon_sym_TILDE] = ACTIONS(3127), + [anon_sym_CARET] = ACTIONS(3127), + [anon_sym_AMP] = ACTIONS(3127), + [anon_sym_LT_DASH] = ACTIONS(3127), + [anon_sym_LT_LT] = ACTIONS(3127), + [anon_sym_GT_GT] = ACTIONS(3127), + [anon_sym_GT_GT_GT] = ACTIONS(3127), + [anon_sym_AMP_CARET] = ACTIONS(3127), + [anon_sym_AMP_AMP] = ACTIONS(3127), + [anon_sym_PIPE_PIPE] = ACTIONS(3127), + [anon_sym_or] = ACTIONS(3127), + [sym_none] = ACTIONS(3127), + [sym_true] = ACTIONS(3127), + [sym_false] = ACTIONS(3127), + [sym_nil] = ACTIONS(3127), + [anon_sym_QMARK_DOT] = ACTIONS(3127), + [anon_sym_POUND_LBRACK] = ACTIONS(3127), + [anon_sym_if] = ACTIONS(3127), + [anon_sym_DOLLARif] = ACTIONS(3127), + [anon_sym_is] = ACTIONS(3127), + [anon_sym_BANGis] = ACTIONS(3127), + [anon_sym_in] = ACTIONS(3127), + [anon_sym_BANGin] = ACTIONS(3127), + [anon_sym_match] = ACTIONS(3127), + [anon_sym_select] = ACTIONS(3127), + [anon_sym_lock] = ACTIONS(3127), + [anon_sym_rlock] = ACTIONS(3127), + [anon_sym_unsafe] = ACTIONS(3127), + [anon_sym_sql] = ACTIONS(3127), + [sym_int_literal] = ACTIONS(3127), + [sym_float_literal] = ACTIONS(3127), + [sym_rune_literal] = ACTIONS(3127), + [anon_sym_AT] = ACTIONS(3127), + [anon_sym_shared] = ACTIONS(3127), + [anon_sym_map_LBRACK] = ACTIONS(3127), + [anon_sym_chan] = ACTIONS(3127), + [anon_sym_thread] = ACTIONS(3127), + [anon_sym_atomic] = ACTIONS(3127), + [anon_sym_assert] = ACTIONS(3127), + [anon_sym_defer] = ACTIONS(3127), + [anon_sym_goto] = ACTIONS(3127), + [anon_sym_break] = ACTIONS(3127), + [anon_sym_continue] = ACTIONS(3127), + [anon_sym_return] = ACTIONS(3127), + [anon_sym_DOLLARfor] = ACTIONS(3127), + [anon_sym_for] = ACTIONS(3127), + [anon_sym_POUND] = ACTIONS(3127), + [anon_sym_asm] = ACTIONS(3127), + [anon_sym_AT_LBRACK] = ACTIONS(3127), + [sym___double_quote] = ACTIONS(3127), + [sym___single_quote] = ACTIONS(3127), + [sym___c_double_quote] = ACTIONS(3127), + [sym___c_single_quote] = ACTIONS(3127), + [sym___r_double_quote] = ACTIONS(3127), + [sym___r_single_quote] = ACTIONS(3127), + }, + [1019] = { + [ts_builtin_sym_end] = ACTIONS(3121), + [sym_identifier] = ACTIONS(3123), + [anon_sym_LF] = ACTIONS(3123), + [anon_sym_CR] = ACTIONS(3123), + [anon_sym_CR_LF] = ACTIONS(3123), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3123), + [anon_sym_as] = ACTIONS(3123), + [anon_sym_LBRACE] = ACTIONS(3123), + [anon_sym_COMMA] = ACTIONS(3123), + [anon_sym_const] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(3123), + [anon_sym___global] = ACTIONS(3123), + [anon_sym_type] = ACTIONS(3123), + [anon_sym_PIPE] = ACTIONS(3123), + [anon_sym_fn] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(3123), + [anon_sym_DASH] = ACTIONS(3123), + [anon_sym_STAR] = ACTIONS(3123), + [anon_sym_SLASH] = ACTIONS(3123), + [anon_sym_PERCENT] = ACTIONS(3123), + [anon_sym_LT] = ACTIONS(3123), + [anon_sym_GT] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3123), + [anon_sym_BANG_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_LBRACK] = ACTIONS(3121), + [anon_sym_LT2] = ACTIONS(3123), + [anon_sym_struct] = ACTIONS(3123), + [anon_sym_union] = ACTIONS(3123), + [anon_sym_pub] = ACTIONS(3123), + [anon_sym_mut] = ACTIONS(3123), + [anon_sym_enum] = ACTIONS(3123), + [anon_sym_interface] = ACTIONS(3123), + [anon_sym_PLUS_PLUS] = ACTIONS(3123), + [anon_sym_DASH_DASH] = ACTIONS(3123), + [anon_sym_QMARK] = ACTIONS(3123), + [anon_sym_BANG] = ACTIONS(3123), + [anon_sym_go] = ACTIONS(3123), + [anon_sym_spawn] = ACTIONS(3123), + [anon_sym_json_DOTdecode] = ACTIONS(3123), + [anon_sym_LBRACK2] = ACTIONS(3123), + [anon_sym_TILDE] = ACTIONS(3123), + [anon_sym_CARET] = ACTIONS(3123), + [anon_sym_AMP] = ACTIONS(3123), + [anon_sym_LT_DASH] = ACTIONS(3123), + [anon_sym_LT_LT] = ACTIONS(3123), + [anon_sym_GT_GT] = ACTIONS(3123), + [anon_sym_GT_GT_GT] = ACTIONS(3123), + [anon_sym_AMP_CARET] = ACTIONS(3123), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_or] = ACTIONS(3123), + [sym_none] = ACTIONS(3123), + [sym_true] = ACTIONS(3123), + [sym_false] = ACTIONS(3123), + [sym_nil] = ACTIONS(3123), + [anon_sym_QMARK_DOT] = ACTIONS(3123), + [anon_sym_POUND_LBRACK] = ACTIONS(3123), + [anon_sym_if] = ACTIONS(3123), + [anon_sym_DOLLARif] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3123), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_in] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_match] = ACTIONS(3123), + [anon_sym_select] = ACTIONS(3123), + [anon_sym_lock] = ACTIONS(3123), + [anon_sym_rlock] = ACTIONS(3123), + [anon_sym_unsafe] = ACTIONS(3123), + [anon_sym_sql] = ACTIONS(3123), + [sym_int_literal] = ACTIONS(3123), + [sym_float_literal] = ACTIONS(3123), + [sym_rune_literal] = ACTIONS(3123), + [anon_sym_AT] = ACTIONS(3123), + [anon_sym_shared] = ACTIONS(3123), + [anon_sym_map_LBRACK] = ACTIONS(3123), + [anon_sym_chan] = ACTIONS(3123), + [anon_sym_thread] = ACTIONS(3123), + [anon_sym_atomic] = ACTIONS(3123), + [anon_sym_assert] = ACTIONS(3123), + [anon_sym_defer] = ACTIONS(3123), + [anon_sym_goto] = ACTIONS(3123), + [anon_sym_break] = ACTIONS(3123), + [anon_sym_continue] = ACTIONS(3123), + [anon_sym_return] = ACTIONS(3123), + [anon_sym_DOLLARfor] = ACTIONS(3123), + [anon_sym_for] = ACTIONS(3123), + [anon_sym_POUND] = ACTIONS(3123), + [anon_sym_asm] = ACTIONS(3123), + [anon_sym_AT_LBRACK] = ACTIONS(3123), + [sym___double_quote] = ACTIONS(3123), + [sym___single_quote] = ACTIONS(3123), + [sym___c_double_quote] = ACTIONS(3123), + [sym___c_single_quote] = ACTIONS(3123), + [sym___r_double_quote] = ACTIONS(3123), + [sym___r_single_quote] = ACTIONS(3123), + }, + [1020] = { + [ts_builtin_sym_end] = ACTIONS(2993), + [sym_identifier] = ACTIONS(2995), + [anon_sym_LF] = ACTIONS(2995), + [anon_sym_CR] = ACTIONS(2995), + [anon_sym_CR_LF] = ACTIONS(2995), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2995), + [anon_sym_as] = ACTIONS(2995), + [anon_sym_LBRACE] = ACTIONS(2995), + [anon_sym_COMMA] = ACTIONS(2995), + [anon_sym_const] = ACTIONS(2995), + [anon_sym_LPAREN] = ACTIONS(2995), + [anon_sym___global] = ACTIONS(2995), + [anon_sym_type] = ACTIONS(2995), + [anon_sym_PIPE] = ACTIONS(2995), + [anon_sym_fn] = ACTIONS(2995), + [anon_sym_PLUS] = ACTIONS(2995), + [anon_sym_DASH] = ACTIONS(2995), + [anon_sym_STAR] = ACTIONS(2995), + [anon_sym_SLASH] = ACTIONS(2995), + [anon_sym_PERCENT] = ACTIONS(2995), + [anon_sym_LT] = ACTIONS(2995), + [anon_sym_GT] = ACTIONS(2995), + [anon_sym_EQ_EQ] = ACTIONS(2995), + [anon_sym_BANG_EQ] = ACTIONS(2995), + [anon_sym_LT_EQ] = ACTIONS(2995), + [anon_sym_GT_EQ] = ACTIONS(2995), + [anon_sym_LBRACK] = ACTIONS(2993), + [anon_sym_LT2] = ACTIONS(2995), + [anon_sym_struct] = ACTIONS(2995), + [anon_sym_union] = ACTIONS(2995), + [anon_sym_pub] = ACTIONS(2995), + [anon_sym_mut] = ACTIONS(2995), + [anon_sym_enum] = ACTIONS(2995), + [anon_sym_interface] = ACTIONS(2995), + [anon_sym_PLUS_PLUS] = ACTIONS(2995), + [anon_sym_DASH_DASH] = ACTIONS(2995), + [anon_sym_QMARK] = ACTIONS(2995), + [anon_sym_BANG] = ACTIONS(2995), + [anon_sym_go] = ACTIONS(2995), + [anon_sym_spawn] = ACTIONS(2995), + [anon_sym_json_DOTdecode] = ACTIONS(2995), + [anon_sym_LBRACK2] = ACTIONS(2995), + [anon_sym_TILDE] = ACTIONS(2995), + [anon_sym_CARET] = ACTIONS(2995), + [anon_sym_AMP] = ACTIONS(2995), + [anon_sym_LT_DASH] = ACTIONS(2995), + [anon_sym_LT_LT] = ACTIONS(2995), + [anon_sym_GT_GT] = ACTIONS(2995), + [anon_sym_GT_GT_GT] = ACTIONS(2995), + [anon_sym_AMP_CARET] = ACTIONS(2995), + [anon_sym_AMP_AMP] = ACTIONS(2995), + [anon_sym_PIPE_PIPE] = ACTIONS(2995), + [anon_sym_or] = ACTIONS(2995), + [sym_none] = ACTIONS(2995), + [sym_true] = ACTIONS(2995), + [sym_false] = ACTIONS(2995), + [sym_nil] = ACTIONS(2995), + [anon_sym_QMARK_DOT] = ACTIONS(2995), + [anon_sym_POUND_LBRACK] = ACTIONS(2995), + [anon_sym_if] = ACTIONS(2995), + [anon_sym_DOLLARif] = ACTIONS(2995), + [anon_sym_is] = ACTIONS(2995), + [anon_sym_BANGis] = ACTIONS(2995), + [anon_sym_in] = ACTIONS(2995), + [anon_sym_BANGin] = ACTIONS(2995), + [anon_sym_match] = ACTIONS(2995), + [anon_sym_select] = ACTIONS(2995), + [anon_sym_lock] = ACTIONS(2995), + [anon_sym_rlock] = ACTIONS(2995), + [anon_sym_unsafe] = ACTIONS(2995), + [anon_sym_sql] = ACTIONS(2995), + [sym_int_literal] = ACTIONS(2995), + [sym_float_literal] = ACTIONS(2995), + [sym_rune_literal] = ACTIONS(2995), + [anon_sym_AT] = ACTIONS(2995), + [anon_sym_shared] = ACTIONS(2995), + [anon_sym_map_LBRACK] = ACTIONS(2995), + [anon_sym_chan] = ACTIONS(2995), + [anon_sym_thread] = ACTIONS(2995), + [anon_sym_atomic] = ACTIONS(2995), + [anon_sym_assert] = ACTIONS(2995), + [anon_sym_defer] = ACTIONS(2995), + [anon_sym_goto] = ACTIONS(2995), + [anon_sym_break] = ACTIONS(2995), + [anon_sym_continue] = ACTIONS(2995), + [anon_sym_return] = ACTIONS(2995), + [anon_sym_DOLLARfor] = ACTIONS(2995), + [anon_sym_for] = ACTIONS(2995), + [anon_sym_POUND] = ACTIONS(2995), + [anon_sym_asm] = ACTIONS(2995), + [anon_sym_AT_LBRACK] = ACTIONS(2995), + [sym___double_quote] = ACTIONS(2995), + [sym___single_quote] = ACTIONS(2995), + [sym___c_double_quote] = ACTIONS(2995), + [sym___c_single_quote] = ACTIONS(2995), + [sym___r_double_quote] = ACTIONS(2995), + [sym___r_single_quote] = ACTIONS(2995), + }, + [1021] = { + [ts_builtin_sym_end] = ACTIONS(2989), + [sym_identifier] = ACTIONS(2991), + [anon_sym_LF] = ACTIONS(2991), + [anon_sym_CR] = ACTIONS(2991), + [anon_sym_CR_LF] = ACTIONS(2991), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2991), + [anon_sym_as] = ACTIONS(2991), + [anon_sym_LBRACE] = ACTIONS(2991), + [anon_sym_COMMA] = ACTIONS(2991), + [anon_sym_const] = ACTIONS(2991), + [anon_sym_LPAREN] = ACTIONS(2991), + [anon_sym___global] = ACTIONS(2991), + [anon_sym_type] = ACTIONS(2991), + [anon_sym_PIPE] = ACTIONS(2991), + [anon_sym_fn] = ACTIONS(2991), + [anon_sym_PLUS] = ACTIONS(2991), + [anon_sym_DASH] = ACTIONS(2991), + [anon_sym_STAR] = ACTIONS(2991), + [anon_sym_SLASH] = ACTIONS(2991), + [anon_sym_PERCENT] = ACTIONS(2991), + [anon_sym_LT] = ACTIONS(2991), + [anon_sym_GT] = ACTIONS(2991), + [anon_sym_EQ_EQ] = ACTIONS(2991), + [anon_sym_BANG_EQ] = ACTIONS(2991), + [anon_sym_LT_EQ] = ACTIONS(2991), + [anon_sym_GT_EQ] = ACTIONS(2991), + [anon_sym_LBRACK] = ACTIONS(2989), + [anon_sym_LT2] = ACTIONS(2991), + [anon_sym_struct] = ACTIONS(2991), + [anon_sym_union] = ACTIONS(2991), + [anon_sym_pub] = ACTIONS(2991), + [anon_sym_mut] = ACTIONS(2991), + [anon_sym_enum] = ACTIONS(2991), + [anon_sym_interface] = ACTIONS(2991), + [anon_sym_PLUS_PLUS] = ACTIONS(2991), + [anon_sym_DASH_DASH] = ACTIONS(2991), + [anon_sym_QMARK] = ACTIONS(2991), + [anon_sym_BANG] = ACTIONS(2991), + [anon_sym_go] = ACTIONS(2991), + [anon_sym_spawn] = ACTIONS(2991), + [anon_sym_json_DOTdecode] = ACTIONS(2991), + [anon_sym_LBRACK2] = ACTIONS(2991), + [anon_sym_TILDE] = ACTIONS(2991), + [anon_sym_CARET] = ACTIONS(2991), + [anon_sym_AMP] = ACTIONS(2991), + [anon_sym_LT_DASH] = ACTIONS(2991), + [anon_sym_LT_LT] = ACTIONS(2991), + [anon_sym_GT_GT] = ACTIONS(2991), + [anon_sym_GT_GT_GT] = ACTIONS(2991), + [anon_sym_AMP_CARET] = ACTIONS(2991), + [anon_sym_AMP_AMP] = ACTIONS(2991), + [anon_sym_PIPE_PIPE] = ACTIONS(2991), + [anon_sym_or] = ACTIONS(2991), + [sym_none] = ACTIONS(2991), + [sym_true] = ACTIONS(2991), + [sym_false] = ACTIONS(2991), + [sym_nil] = ACTIONS(2991), + [anon_sym_QMARK_DOT] = ACTIONS(2991), + [anon_sym_POUND_LBRACK] = ACTIONS(2991), + [anon_sym_if] = ACTIONS(2991), + [anon_sym_DOLLARif] = ACTIONS(2991), + [anon_sym_is] = ACTIONS(2991), + [anon_sym_BANGis] = ACTIONS(2991), + [anon_sym_in] = ACTIONS(2991), + [anon_sym_BANGin] = ACTIONS(2991), + [anon_sym_match] = ACTIONS(2991), + [anon_sym_select] = ACTIONS(2991), + [anon_sym_lock] = ACTIONS(2991), + [anon_sym_rlock] = ACTIONS(2991), + [anon_sym_unsafe] = ACTIONS(2991), + [anon_sym_sql] = ACTIONS(2991), + [sym_int_literal] = ACTIONS(2991), + [sym_float_literal] = ACTIONS(2991), + [sym_rune_literal] = ACTIONS(2991), + [anon_sym_AT] = ACTIONS(2991), + [anon_sym_shared] = ACTIONS(2991), + [anon_sym_map_LBRACK] = ACTIONS(2991), + [anon_sym_chan] = ACTIONS(2991), + [anon_sym_thread] = ACTIONS(2991), + [anon_sym_atomic] = ACTIONS(2991), + [anon_sym_assert] = ACTIONS(2991), + [anon_sym_defer] = ACTIONS(2991), + [anon_sym_goto] = ACTIONS(2991), + [anon_sym_break] = ACTIONS(2991), + [anon_sym_continue] = ACTIONS(2991), + [anon_sym_return] = ACTIONS(2991), + [anon_sym_DOLLARfor] = ACTIONS(2991), + [anon_sym_for] = ACTIONS(2991), + [anon_sym_POUND] = ACTIONS(2991), + [anon_sym_asm] = ACTIONS(2991), + [anon_sym_AT_LBRACK] = ACTIONS(2991), + [sym___double_quote] = ACTIONS(2991), + [sym___single_quote] = ACTIONS(2991), + [sym___c_double_quote] = ACTIONS(2991), + [sym___c_single_quote] = ACTIONS(2991), + [sym___r_double_quote] = ACTIONS(2991), + [sym___r_single_quote] = ACTIONS(2991), + }, + [1022] = { + [ts_builtin_sym_end] = ACTIONS(3105), + [sym_identifier] = ACTIONS(3107), + [anon_sym_LF] = ACTIONS(3107), + [anon_sym_CR] = ACTIONS(3107), + [anon_sym_CR_LF] = ACTIONS(3107), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3107), + [anon_sym_as] = ACTIONS(3107), + [anon_sym_LBRACE] = ACTIONS(3107), + [anon_sym_COMMA] = ACTIONS(3107), + [anon_sym_const] = ACTIONS(3107), + [anon_sym_LPAREN] = ACTIONS(3107), + [anon_sym___global] = ACTIONS(3107), + [anon_sym_type] = ACTIONS(3107), + [anon_sym_PIPE] = ACTIONS(3107), + [anon_sym_fn] = ACTIONS(3107), + [anon_sym_PLUS] = ACTIONS(3107), + [anon_sym_DASH] = ACTIONS(3107), + [anon_sym_STAR] = ACTIONS(3107), + [anon_sym_SLASH] = ACTIONS(3107), + [anon_sym_PERCENT] = ACTIONS(3107), + [anon_sym_LT] = ACTIONS(3107), + [anon_sym_GT] = ACTIONS(3107), + [anon_sym_EQ_EQ] = ACTIONS(3107), + [anon_sym_BANG_EQ] = ACTIONS(3107), + [anon_sym_LT_EQ] = ACTIONS(3107), + [anon_sym_GT_EQ] = ACTIONS(3107), + [anon_sym_LBRACK] = ACTIONS(3105), + [anon_sym_LT2] = ACTIONS(3107), + [anon_sym_struct] = ACTIONS(3107), + [anon_sym_union] = ACTIONS(3107), + [anon_sym_pub] = ACTIONS(3107), + [anon_sym_mut] = ACTIONS(3107), + [anon_sym_enum] = ACTIONS(3107), + [anon_sym_interface] = ACTIONS(3107), + [anon_sym_PLUS_PLUS] = ACTIONS(3107), + [anon_sym_DASH_DASH] = ACTIONS(3107), + [anon_sym_QMARK] = ACTIONS(3107), + [anon_sym_BANG] = ACTIONS(3107), + [anon_sym_go] = ACTIONS(3107), + [anon_sym_spawn] = ACTIONS(3107), + [anon_sym_json_DOTdecode] = ACTIONS(3107), + [anon_sym_LBRACK2] = ACTIONS(3107), + [anon_sym_TILDE] = ACTIONS(3107), + [anon_sym_CARET] = ACTIONS(3107), + [anon_sym_AMP] = ACTIONS(3107), + [anon_sym_LT_DASH] = ACTIONS(3107), + [anon_sym_LT_LT] = ACTIONS(3107), + [anon_sym_GT_GT] = ACTIONS(3107), + [anon_sym_GT_GT_GT] = ACTIONS(3107), + [anon_sym_AMP_CARET] = ACTIONS(3107), + [anon_sym_AMP_AMP] = ACTIONS(3107), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_or] = ACTIONS(3107), + [sym_none] = ACTIONS(3107), + [sym_true] = ACTIONS(3107), + [sym_false] = ACTIONS(3107), + [sym_nil] = ACTIONS(3107), + [anon_sym_QMARK_DOT] = ACTIONS(3107), + [anon_sym_POUND_LBRACK] = ACTIONS(3107), + [anon_sym_if] = ACTIONS(3107), + [anon_sym_DOLLARif] = ACTIONS(3107), + [anon_sym_is] = ACTIONS(3107), + [anon_sym_BANGis] = ACTIONS(3107), + [anon_sym_in] = ACTIONS(3107), + [anon_sym_BANGin] = ACTIONS(3107), + [anon_sym_match] = ACTIONS(3107), + [anon_sym_select] = ACTIONS(3107), + [anon_sym_lock] = ACTIONS(3107), + [anon_sym_rlock] = ACTIONS(3107), + [anon_sym_unsafe] = ACTIONS(3107), + [anon_sym_sql] = ACTIONS(3107), + [sym_int_literal] = ACTIONS(3107), + [sym_float_literal] = ACTIONS(3107), + [sym_rune_literal] = ACTIONS(3107), + [anon_sym_AT] = ACTIONS(3107), + [anon_sym_shared] = ACTIONS(3107), + [anon_sym_map_LBRACK] = ACTIONS(3107), + [anon_sym_chan] = ACTIONS(3107), + [anon_sym_thread] = ACTIONS(3107), + [anon_sym_atomic] = ACTIONS(3107), + [anon_sym_assert] = ACTIONS(3107), + [anon_sym_defer] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3107), + [anon_sym_break] = ACTIONS(3107), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_return] = ACTIONS(3107), + [anon_sym_DOLLARfor] = ACTIONS(3107), + [anon_sym_for] = ACTIONS(3107), + [anon_sym_POUND] = ACTIONS(3107), + [anon_sym_asm] = ACTIONS(3107), + [anon_sym_AT_LBRACK] = ACTIONS(3107), + [sym___double_quote] = ACTIONS(3107), + [sym___single_quote] = ACTIONS(3107), + [sym___c_double_quote] = ACTIONS(3107), + [sym___c_single_quote] = ACTIONS(3107), + [sym___r_double_quote] = ACTIONS(3107), + [sym___r_single_quote] = ACTIONS(3107), + }, + [1023] = { + [ts_builtin_sym_end] = ACTIONS(3197), + [sym_identifier] = ACTIONS(3199), + [anon_sym_LF] = ACTIONS(3199), + [anon_sym_CR] = ACTIONS(3199), + [anon_sym_CR_LF] = ACTIONS(3199), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3199), + [anon_sym_as] = ACTIONS(3199), + [anon_sym_LBRACE] = ACTIONS(3199), + [anon_sym_COMMA] = ACTIONS(3199), + [anon_sym_const] = ACTIONS(3199), + [anon_sym_LPAREN] = ACTIONS(3199), + [anon_sym___global] = ACTIONS(3199), + [anon_sym_type] = ACTIONS(3199), + [anon_sym_PIPE] = ACTIONS(3199), + [anon_sym_fn] = ACTIONS(3199), + [anon_sym_PLUS] = ACTIONS(3199), + [anon_sym_DASH] = ACTIONS(3199), + [anon_sym_STAR] = ACTIONS(3199), + [anon_sym_SLASH] = ACTIONS(3199), + [anon_sym_PERCENT] = ACTIONS(3199), + [anon_sym_LT] = ACTIONS(3199), + [anon_sym_GT] = ACTIONS(3199), + [anon_sym_EQ_EQ] = ACTIONS(3199), + [anon_sym_BANG_EQ] = ACTIONS(3199), + [anon_sym_LT_EQ] = ACTIONS(3199), + [anon_sym_GT_EQ] = ACTIONS(3199), + [anon_sym_LBRACK] = ACTIONS(3197), + [anon_sym_LT2] = ACTIONS(3199), + [anon_sym_struct] = ACTIONS(3199), + [anon_sym_union] = ACTIONS(3199), + [anon_sym_pub] = ACTIONS(3199), + [anon_sym_mut] = ACTIONS(3199), + [anon_sym_enum] = ACTIONS(3199), + [anon_sym_interface] = ACTIONS(3199), + [anon_sym_PLUS_PLUS] = ACTIONS(3199), + [anon_sym_DASH_DASH] = ACTIONS(3199), + [anon_sym_QMARK] = ACTIONS(3199), + [anon_sym_BANG] = ACTIONS(3199), + [anon_sym_go] = ACTIONS(3199), + [anon_sym_spawn] = ACTIONS(3199), + [anon_sym_json_DOTdecode] = ACTIONS(3199), + [anon_sym_LBRACK2] = ACTIONS(3199), + [anon_sym_TILDE] = ACTIONS(3199), + [anon_sym_CARET] = ACTIONS(3199), + [anon_sym_AMP] = ACTIONS(3199), + [anon_sym_LT_DASH] = ACTIONS(3199), + [anon_sym_LT_LT] = ACTIONS(3199), + [anon_sym_GT_GT] = ACTIONS(3199), + [anon_sym_GT_GT_GT] = ACTIONS(3199), + [anon_sym_AMP_CARET] = ACTIONS(3199), + [anon_sym_AMP_AMP] = ACTIONS(3199), + [anon_sym_PIPE_PIPE] = ACTIONS(3199), + [anon_sym_or] = ACTIONS(3199), + [sym_none] = ACTIONS(3199), + [sym_true] = ACTIONS(3199), + [sym_false] = ACTIONS(3199), + [sym_nil] = ACTIONS(3199), + [anon_sym_QMARK_DOT] = ACTIONS(3199), + [anon_sym_POUND_LBRACK] = ACTIONS(3199), + [anon_sym_if] = ACTIONS(3199), + [anon_sym_DOLLARif] = ACTIONS(3199), + [anon_sym_is] = ACTIONS(3199), + [anon_sym_BANGis] = ACTIONS(3199), + [anon_sym_in] = ACTIONS(3199), + [anon_sym_BANGin] = ACTIONS(3199), + [anon_sym_match] = ACTIONS(3199), + [anon_sym_select] = ACTIONS(3199), + [anon_sym_lock] = ACTIONS(3199), + [anon_sym_rlock] = ACTIONS(3199), + [anon_sym_unsafe] = ACTIONS(3199), + [anon_sym_sql] = ACTIONS(3199), + [sym_int_literal] = ACTIONS(3199), + [sym_float_literal] = ACTIONS(3199), + [sym_rune_literal] = ACTIONS(3199), + [anon_sym_AT] = ACTIONS(3199), + [anon_sym_shared] = ACTIONS(3199), + [anon_sym_map_LBRACK] = ACTIONS(3199), + [anon_sym_chan] = ACTIONS(3199), + [anon_sym_thread] = ACTIONS(3199), + [anon_sym_atomic] = ACTIONS(3199), + [anon_sym_assert] = ACTIONS(3199), + [anon_sym_defer] = ACTIONS(3199), + [anon_sym_goto] = ACTIONS(3199), + [anon_sym_break] = ACTIONS(3199), + [anon_sym_continue] = ACTIONS(3199), + [anon_sym_return] = ACTIONS(3199), + [anon_sym_DOLLARfor] = ACTIONS(3199), + [anon_sym_for] = ACTIONS(3199), + [anon_sym_POUND] = ACTIONS(3199), + [anon_sym_asm] = ACTIONS(3199), + [anon_sym_AT_LBRACK] = ACTIONS(3199), + [sym___double_quote] = ACTIONS(3199), + [sym___single_quote] = ACTIONS(3199), + [sym___c_double_quote] = ACTIONS(3199), + [sym___c_single_quote] = ACTIONS(3199), + [sym___r_double_quote] = ACTIONS(3199), + [sym___r_single_quote] = ACTIONS(3199), + }, + [1024] = { + [ts_builtin_sym_end] = ACTIONS(3177), + [sym_identifier] = ACTIONS(3179), + [anon_sym_LF] = ACTIONS(3179), + [anon_sym_CR] = ACTIONS(3179), + [anon_sym_CR_LF] = ACTIONS(3179), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3179), + [anon_sym_as] = ACTIONS(3179), + [anon_sym_LBRACE] = ACTIONS(3179), + [anon_sym_COMMA] = ACTIONS(3179), + [anon_sym_const] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3179), + [anon_sym___global] = ACTIONS(3179), + [anon_sym_type] = ACTIONS(3179), + [anon_sym_PIPE] = ACTIONS(3179), + [anon_sym_fn] = ACTIONS(3179), + [anon_sym_PLUS] = ACTIONS(3179), + [anon_sym_DASH] = ACTIONS(3179), + [anon_sym_STAR] = ACTIONS(3179), + [anon_sym_SLASH] = ACTIONS(3179), + [anon_sym_PERCENT] = ACTIONS(3179), + [anon_sym_LT] = ACTIONS(3179), + [anon_sym_GT] = ACTIONS(3179), + [anon_sym_EQ_EQ] = ACTIONS(3179), + [anon_sym_BANG_EQ] = ACTIONS(3179), + [anon_sym_LT_EQ] = ACTIONS(3179), + [anon_sym_GT_EQ] = ACTIONS(3179), + [anon_sym_LBRACK] = ACTIONS(3177), + [anon_sym_LT2] = ACTIONS(3179), + [anon_sym_struct] = ACTIONS(3179), + [anon_sym_union] = ACTIONS(3179), + [anon_sym_pub] = ACTIONS(3179), + [anon_sym_mut] = ACTIONS(3179), + [anon_sym_enum] = ACTIONS(3179), + [anon_sym_interface] = ACTIONS(3179), + [anon_sym_PLUS_PLUS] = ACTIONS(3179), + [anon_sym_DASH_DASH] = ACTIONS(3179), + [anon_sym_QMARK] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3179), + [anon_sym_go] = ACTIONS(3179), + [anon_sym_spawn] = ACTIONS(3179), + [anon_sym_json_DOTdecode] = ACTIONS(3179), + [anon_sym_LBRACK2] = ACTIONS(3179), + [anon_sym_TILDE] = ACTIONS(3179), + [anon_sym_CARET] = ACTIONS(3179), + [anon_sym_AMP] = ACTIONS(3179), + [anon_sym_LT_DASH] = ACTIONS(3179), + [anon_sym_LT_LT] = ACTIONS(3179), + [anon_sym_GT_GT] = ACTIONS(3179), + [anon_sym_GT_GT_GT] = ACTIONS(3179), + [anon_sym_AMP_CARET] = ACTIONS(3179), + [anon_sym_AMP_AMP] = ACTIONS(3179), + [anon_sym_PIPE_PIPE] = ACTIONS(3179), + [anon_sym_or] = ACTIONS(3179), + [sym_none] = ACTIONS(3179), + [sym_true] = ACTIONS(3179), + [sym_false] = ACTIONS(3179), + [sym_nil] = ACTIONS(3179), + [anon_sym_QMARK_DOT] = ACTIONS(3179), + [anon_sym_POUND_LBRACK] = ACTIONS(3179), + [anon_sym_if] = ACTIONS(3179), + [anon_sym_DOLLARif] = ACTIONS(3179), + [anon_sym_is] = ACTIONS(3179), + [anon_sym_BANGis] = ACTIONS(3179), + [anon_sym_in] = ACTIONS(3179), + [anon_sym_BANGin] = ACTIONS(3179), + [anon_sym_match] = ACTIONS(3179), + [anon_sym_select] = ACTIONS(3179), + [anon_sym_lock] = ACTIONS(3179), + [anon_sym_rlock] = ACTIONS(3179), + [anon_sym_unsafe] = ACTIONS(3179), + [anon_sym_sql] = ACTIONS(3179), + [sym_int_literal] = ACTIONS(3179), + [sym_float_literal] = ACTIONS(3179), + [sym_rune_literal] = ACTIONS(3179), + [anon_sym_AT] = ACTIONS(3179), + [anon_sym_shared] = ACTIONS(3179), + [anon_sym_map_LBRACK] = ACTIONS(3179), + [anon_sym_chan] = ACTIONS(3179), + [anon_sym_thread] = ACTIONS(3179), + [anon_sym_atomic] = ACTIONS(3179), + [anon_sym_assert] = ACTIONS(3179), + [anon_sym_defer] = ACTIONS(3179), + [anon_sym_goto] = ACTIONS(3179), + [anon_sym_break] = ACTIONS(3179), + [anon_sym_continue] = ACTIONS(3179), + [anon_sym_return] = ACTIONS(3179), + [anon_sym_DOLLARfor] = ACTIONS(3179), + [anon_sym_for] = ACTIONS(3179), + [anon_sym_POUND] = ACTIONS(3179), + [anon_sym_asm] = ACTIONS(3179), + [anon_sym_AT_LBRACK] = ACTIONS(3179), + [sym___double_quote] = ACTIONS(3179), + [sym___single_quote] = ACTIONS(3179), + [sym___c_double_quote] = ACTIONS(3179), + [sym___c_single_quote] = ACTIONS(3179), + [sym___r_double_quote] = ACTIONS(3179), + [sym___r_single_quote] = ACTIONS(3179), + }, + [1025] = { + [ts_builtin_sym_end] = ACTIONS(2937), + [sym_identifier] = ACTIONS(2939), + [anon_sym_LF] = ACTIONS(2939), + [anon_sym_CR] = ACTIONS(2939), + [anon_sym_CR_LF] = ACTIONS(2939), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2939), + [anon_sym_as] = ACTIONS(2939), + [anon_sym_LBRACE] = ACTIONS(2939), + [anon_sym_COMMA] = ACTIONS(2939), + [anon_sym_const] = ACTIONS(2939), + [anon_sym_LPAREN] = ACTIONS(2939), + [anon_sym___global] = ACTIONS(2939), + [anon_sym_type] = ACTIONS(2939), + [anon_sym_PIPE] = ACTIONS(2939), + [anon_sym_fn] = ACTIONS(2939), + [anon_sym_PLUS] = ACTIONS(2939), + [anon_sym_DASH] = ACTIONS(2939), + [anon_sym_STAR] = ACTIONS(2939), + [anon_sym_SLASH] = ACTIONS(2939), + [anon_sym_PERCENT] = ACTIONS(2939), + [anon_sym_LT] = ACTIONS(2939), + [anon_sym_GT] = ACTIONS(2939), + [anon_sym_EQ_EQ] = ACTIONS(2939), + [anon_sym_BANG_EQ] = ACTIONS(2939), + [anon_sym_LT_EQ] = ACTIONS(2939), + [anon_sym_GT_EQ] = ACTIONS(2939), + [anon_sym_LBRACK] = ACTIONS(2937), + [anon_sym_LT2] = ACTIONS(2939), + [anon_sym_struct] = ACTIONS(2939), + [anon_sym_union] = ACTIONS(2939), + [anon_sym_pub] = ACTIONS(2939), + [anon_sym_mut] = ACTIONS(2939), + [anon_sym_enum] = ACTIONS(2939), + [anon_sym_interface] = ACTIONS(2939), + [anon_sym_PLUS_PLUS] = ACTIONS(2939), + [anon_sym_DASH_DASH] = ACTIONS(2939), + [anon_sym_QMARK] = ACTIONS(2939), + [anon_sym_BANG] = ACTIONS(2939), + [anon_sym_go] = ACTIONS(2939), + [anon_sym_spawn] = ACTIONS(2939), + [anon_sym_json_DOTdecode] = ACTIONS(2939), + [anon_sym_LBRACK2] = ACTIONS(2939), + [anon_sym_TILDE] = ACTIONS(2939), + [anon_sym_CARET] = ACTIONS(2939), + [anon_sym_AMP] = ACTIONS(2939), + [anon_sym_LT_DASH] = ACTIONS(2939), + [anon_sym_LT_LT] = ACTIONS(2939), + [anon_sym_GT_GT] = ACTIONS(2939), + [anon_sym_GT_GT_GT] = ACTIONS(2939), + [anon_sym_AMP_CARET] = ACTIONS(2939), + [anon_sym_AMP_AMP] = ACTIONS(2939), + [anon_sym_PIPE_PIPE] = ACTIONS(2939), + [anon_sym_or] = ACTIONS(2939), + [sym_none] = ACTIONS(2939), + [sym_true] = ACTIONS(2939), + [sym_false] = ACTIONS(2939), + [sym_nil] = ACTIONS(2939), + [anon_sym_QMARK_DOT] = ACTIONS(2939), + [anon_sym_POUND_LBRACK] = ACTIONS(2939), + [anon_sym_if] = ACTIONS(2939), + [anon_sym_DOLLARif] = ACTIONS(2939), + [anon_sym_is] = ACTIONS(2939), + [anon_sym_BANGis] = ACTIONS(2939), + [anon_sym_in] = ACTIONS(2939), + [anon_sym_BANGin] = ACTIONS(2939), + [anon_sym_match] = ACTIONS(2939), + [anon_sym_select] = ACTIONS(2939), + [anon_sym_lock] = ACTIONS(2939), + [anon_sym_rlock] = ACTIONS(2939), + [anon_sym_unsafe] = ACTIONS(2939), + [anon_sym_sql] = ACTIONS(2939), + [sym_int_literal] = ACTIONS(2939), + [sym_float_literal] = ACTIONS(2939), + [sym_rune_literal] = ACTIONS(2939), + [anon_sym_AT] = ACTIONS(2939), + [anon_sym_shared] = ACTIONS(2939), + [anon_sym_map_LBRACK] = ACTIONS(2939), + [anon_sym_chan] = ACTIONS(2939), + [anon_sym_thread] = ACTIONS(2939), + [anon_sym_atomic] = ACTIONS(2939), + [anon_sym_assert] = ACTIONS(2939), + [anon_sym_defer] = ACTIONS(2939), + [anon_sym_goto] = ACTIONS(2939), + [anon_sym_break] = ACTIONS(2939), + [anon_sym_continue] = ACTIONS(2939), + [anon_sym_return] = ACTIONS(2939), + [anon_sym_DOLLARfor] = ACTIONS(2939), + [anon_sym_for] = ACTIONS(2939), + [anon_sym_POUND] = ACTIONS(2939), + [anon_sym_asm] = ACTIONS(2939), + [anon_sym_AT_LBRACK] = ACTIONS(2939), + [sym___double_quote] = ACTIONS(2939), + [sym___single_quote] = ACTIONS(2939), + [sym___c_double_quote] = ACTIONS(2939), + [sym___c_single_quote] = ACTIONS(2939), + [sym___r_double_quote] = ACTIONS(2939), + [sym___r_single_quote] = ACTIONS(2939), + }, + [1026] = { + [ts_builtin_sym_end] = ACTIONS(2630), + [sym_identifier] = ACTIONS(2632), + [anon_sym_LF] = ACTIONS(2632), + [anon_sym_CR] = ACTIONS(2632), + [anon_sym_CR_LF] = ACTIONS(2632), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2632), + [anon_sym_as] = ACTIONS(2632), + [anon_sym_LBRACE] = ACTIONS(2632), + [anon_sym_COMMA] = ACTIONS(2632), + [anon_sym_const] = ACTIONS(2632), + [anon_sym_LPAREN] = ACTIONS(2632), + [anon_sym___global] = ACTIONS(2632), + [anon_sym_type] = ACTIONS(2632), + [anon_sym_PIPE] = ACTIONS(2632), + [anon_sym_fn] = ACTIONS(2632), + [anon_sym_PLUS] = ACTIONS(2632), + [anon_sym_DASH] = ACTIONS(2632), + [anon_sym_STAR] = ACTIONS(2632), + [anon_sym_SLASH] = ACTIONS(2632), + [anon_sym_PERCENT] = ACTIONS(2632), + [anon_sym_LT] = ACTIONS(2632), + [anon_sym_GT] = ACTIONS(2632), + [anon_sym_EQ_EQ] = ACTIONS(2632), + [anon_sym_BANG_EQ] = ACTIONS(2632), + [anon_sym_LT_EQ] = ACTIONS(2632), + [anon_sym_GT_EQ] = ACTIONS(2632), + [anon_sym_LBRACK] = ACTIONS(2630), + [anon_sym_LT2] = ACTIONS(2632), + [anon_sym_struct] = ACTIONS(2632), + [anon_sym_union] = ACTIONS(2632), + [anon_sym_pub] = ACTIONS(2632), + [anon_sym_mut] = ACTIONS(2632), + [anon_sym_enum] = ACTIONS(2632), + [anon_sym_interface] = ACTIONS(2632), + [anon_sym_PLUS_PLUS] = ACTIONS(2632), + [anon_sym_DASH_DASH] = ACTIONS(2632), + [anon_sym_QMARK] = ACTIONS(2632), + [anon_sym_BANG] = ACTIONS(2632), + [anon_sym_go] = ACTIONS(2632), + [anon_sym_spawn] = ACTIONS(2632), + [anon_sym_json_DOTdecode] = ACTIONS(2632), + [anon_sym_LBRACK2] = ACTIONS(2632), + [anon_sym_TILDE] = ACTIONS(2632), + [anon_sym_CARET] = ACTIONS(2632), + [anon_sym_AMP] = ACTIONS(2632), + [anon_sym_LT_DASH] = ACTIONS(2632), + [anon_sym_LT_LT] = ACTIONS(2632), + [anon_sym_GT_GT] = ACTIONS(2632), + [anon_sym_GT_GT_GT] = ACTIONS(2632), + [anon_sym_AMP_CARET] = ACTIONS(2632), + [anon_sym_AMP_AMP] = ACTIONS(2632), + [anon_sym_PIPE_PIPE] = ACTIONS(2632), + [anon_sym_or] = ACTIONS(2632), + [sym_none] = ACTIONS(2632), + [sym_true] = ACTIONS(2632), + [sym_false] = ACTIONS(2632), + [sym_nil] = ACTIONS(2632), + [anon_sym_QMARK_DOT] = ACTIONS(2632), + [anon_sym_POUND_LBRACK] = ACTIONS(2632), + [anon_sym_if] = ACTIONS(2632), + [anon_sym_DOLLARif] = ACTIONS(2632), + [anon_sym_is] = ACTIONS(2632), + [anon_sym_BANGis] = ACTIONS(2632), + [anon_sym_in] = ACTIONS(2632), + [anon_sym_BANGin] = ACTIONS(2632), + [anon_sym_match] = ACTIONS(2632), + [anon_sym_select] = ACTIONS(2632), + [anon_sym_lock] = ACTIONS(2632), + [anon_sym_rlock] = ACTIONS(2632), + [anon_sym_unsafe] = ACTIONS(2632), + [anon_sym_sql] = ACTIONS(2632), + [sym_int_literal] = ACTIONS(2632), + [sym_float_literal] = ACTIONS(2632), + [sym_rune_literal] = ACTIONS(2632), + [anon_sym_AT] = ACTIONS(2632), + [anon_sym_shared] = ACTIONS(2632), + [anon_sym_map_LBRACK] = ACTIONS(2632), + [anon_sym_chan] = ACTIONS(2632), + [anon_sym_thread] = ACTIONS(2632), + [anon_sym_atomic] = ACTIONS(2632), + [anon_sym_assert] = ACTIONS(2632), + [anon_sym_defer] = ACTIONS(2632), + [anon_sym_goto] = ACTIONS(2632), + [anon_sym_break] = ACTIONS(2632), + [anon_sym_continue] = ACTIONS(2632), + [anon_sym_return] = ACTIONS(2632), + [anon_sym_DOLLARfor] = ACTIONS(2632), + [anon_sym_for] = ACTIONS(2632), + [anon_sym_POUND] = ACTIONS(2632), + [anon_sym_asm] = ACTIONS(2632), + [anon_sym_AT_LBRACK] = ACTIONS(2632), + [sym___double_quote] = ACTIONS(2632), + [sym___single_quote] = ACTIONS(2632), + [sym___c_double_quote] = ACTIONS(2632), + [sym___c_single_quote] = ACTIONS(2632), + [sym___r_double_quote] = ACTIONS(2632), + [sym___r_single_quote] = ACTIONS(2632), + }, + [1027] = { + [ts_builtin_sym_end] = ACTIONS(2873), + [sym_identifier] = ACTIONS(2875), + [anon_sym_LF] = ACTIONS(2875), + [anon_sym_CR] = ACTIONS(2875), + [anon_sym_CR_LF] = ACTIONS(2875), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2875), + [anon_sym_as] = ACTIONS(2875), + [anon_sym_LBRACE] = ACTIONS(2875), + [anon_sym_COMMA] = ACTIONS(2875), + [anon_sym_const] = ACTIONS(2875), + [anon_sym_LPAREN] = ACTIONS(2875), + [anon_sym___global] = ACTIONS(2875), + [anon_sym_type] = ACTIONS(2875), + [anon_sym_PIPE] = ACTIONS(2875), + [anon_sym_fn] = ACTIONS(2875), + [anon_sym_PLUS] = ACTIONS(2875), + [anon_sym_DASH] = ACTIONS(2875), + [anon_sym_STAR] = ACTIONS(2875), + [anon_sym_SLASH] = ACTIONS(2875), + [anon_sym_PERCENT] = ACTIONS(2875), + [anon_sym_LT] = ACTIONS(2875), + [anon_sym_GT] = ACTIONS(2875), + [anon_sym_EQ_EQ] = ACTIONS(2875), + [anon_sym_BANG_EQ] = ACTIONS(2875), + [anon_sym_LT_EQ] = ACTIONS(2875), + [anon_sym_GT_EQ] = ACTIONS(2875), + [anon_sym_LBRACK] = ACTIONS(2873), + [anon_sym_LT2] = ACTIONS(2875), + [anon_sym_struct] = ACTIONS(2875), + [anon_sym_union] = ACTIONS(2875), + [anon_sym_pub] = ACTIONS(2875), + [anon_sym_mut] = ACTIONS(2875), + [anon_sym_enum] = ACTIONS(2875), + [anon_sym_interface] = ACTIONS(2875), + [anon_sym_PLUS_PLUS] = ACTIONS(2875), + [anon_sym_DASH_DASH] = ACTIONS(2875), + [anon_sym_QMARK] = ACTIONS(2875), + [anon_sym_BANG] = ACTIONS(3349), + [anon_sym_go] = ACTIONS(2875), + [anon_sym_spawn] = ACTIONS(2875), + [anon_sym_json_DOTdecode] = ACTIONS(2875), + [anon_sym_LBRACK2] = ACTIONS(2875), + [anon_sym_TILDE] = ACTIONS(2875), + [anon_sym_CARET] = ACTIONS(2875), + [anon_sym_AMP] = ACTIONS(2875), + [anon_sym_LT_DASH] = ACTIONS(2875), + [anon_sym_LT_LT] = ACTIONS(2875), + [anon_sym_GT_GT] = ACTIONS(2875), + [anon_sym_GT_GT_GT] = ACTIONS(2875), + [anon_sym_AMP_CARET] = ACTIONS(2875), + [anon_sym_AMP_AMP] = ACTIONS(2875), + [anon_sym_PIPE_PIPE] = ACTIONS(2875), + [anon_sym_or] = ACTIONS(2875), + [sym_none] = ACTIONS(2875), + [sym_true] = ACTIONS(2875), + [sym_false] = ACTIONS(2875), + [sym_nil] = ACTIONS(2875), + [anon_sym_QMARK_DOT] = ACTIONS(2875), + [anon_sym_POUND_LBRACK] = ACTIONS(2875), + [anon_sym_if] = ACTIONS(2875), + [anon_sym_DOLLARif] = ACTIONS(2875), + [anon_sym_is] = ACTIONS(2875), + [anon_sym_BANGis] = ACTIONS(2875), + [anon_sym_in] = ACTIONS(2875), + [anon_sym_BANGin] = ACTIONS(2875), + [anon_sym_match] = ACTIONS(2875), + [anon_sym_select] = ACTIONS(2875), + [anon_sym_lock] = ACTIONS(2875), + [anon_sym_rlock] = ACTIONS(2875), + [anon_sym_unsafe] = ACTIONS(2875), + [anon_sym_sql] = ACTIONS(2875), + [sym_int_literal] = ACTIONS(2875), + [sym_float_literal] = ACTIONS(2875), + [sym_rune_literal] = ACTIONS(2875), + [anon_sym_AT] = ACTIONS(2875), + [anon_sym_shared] = ACTIONS(2875), + [anon_sym_map_LBRACK] = ACTIONS(2875), + [anon_sym_chan] = ACTIONS(2875), + [anon_sym_thread] = ACTIONS(2875), + [anon_sym_atomic] = ACTIONS(2875), + [anon_sym_assert] = ACTIONS(2875), + [anon_sym_defer] = ACTIONS(2875), + [anon_sym_goto] = ACTIONS(2875), + [anon_sym_break] = ACTIONS(2875), + [anon_sym_continue] = ACTIONS(2875), + [anon_sym_return] = ACTIONS(2875), + [anon_sym_DOLLARfor] = ACTIONS(2875), + [anon_sym_for] = ACTIONS(2875), + [anon_sym_POUND] = ACTIONS(2875), + [anon_sym_asm] = ACTIONS(2875), + [anon_sym_AT_LBRACK] = ACTIONS(2875), + [sym___double_quote] = ACTIONS(2875), + [sym___single_quote] = ACTIONS(2875), + [sym___c_double_quote] = ACTIONS(2875), + [sym___c_single_quote] = ACTIONS(2875), + [sym___r_double_quote] = ACTIONS(2875), + [sym___r_single_quote] = ACTIONS(2875), + }, + [1028] = { + [ts_builtin_sym_end] = ACTIONS(2843), + [sym_identifier] = ACTIONS(2845), + [anon_sym_LF] = ACTIONS(2845), + [anon_sym_CR] = ACTIONS(2845), + [anon_sym_CR_LF] = ACTIONS(2845), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2845), + [anon_sym_as] = ACTIONS(2845), + [anon_sym_LBRACE] = ACTIONS(2845), + [anon_sym_COMMA] = ACTIONS(2845), + [anon_sym_const] = ACTIONS(2845), + [anon_sym_LPAREN] = ACTIONS(2845), + [anon_sym___global] = ACTIONS(2845), + [anon_sym_type] = ACTIONS(2845), + [anon_sym_PIPE] = ACTIONS(2845), + [anon_sym_fn] = ACTIONS(2845), + [anon_sym_PLUS] = ACTIONS(2845), + [anon_sym_DASH] = ACTIONS(2845), + [anon_sym_STAR] = ACTIONS(2845), + [anon_sym_SLASH] = ACTIONS(2845), + [anon_sym_PERCENT] = ACTIONS(2845), + [anon_sym_LT] = ACTIONS(2845), + [anon_sym_GT] = ACTIONS(2845), + [anon_sym_EQ_EQ] = ACTIONS(2845), + [anon_sym_BANG_EQ] = ACTIONS(2845), + [anon_sym_LT_EQ] = ACTIONS(2845), + [anon_sym_GT_EQ] = ACTIONS(2845), + [anon_sym_LBRACK] = ACTIONS(2843), + [anon_sym_LT2] = ACTIONS(2845), + [anon_sym_struct] = ACTIONS(2845), + [anon_sym_union] = ACTIONS(2845), + [anon_sym_pub] = ACTIONS(2845), + [anon_sym_mut] = ACTIONS(2845), + [anon_sym_enum] = ACTIONS(2845), + [anon_sym_interface] = ACTIONS(2845), + [anon_sym_PLUS_PLUS] = ACTIONS(2845), + [anon_sym_DASH_DASH] = ACTIONS(2845), + [anon_sym_QMARK] = ACTIONS(2845), + [anon_sym_BANG] = ACTIONS(2845), + [anon_sym_go] = ACTIONS(2845), + [anon_sym_spawn] = ACTIONS(2845), + [anon_sym_json_DOTdecode] = ACTIONS(2845), + [anon_sym_LBRACK2] = ACTIONS(2845), + [anon_sym_TILDE] = ACTIONS(2845), + [anon_sym_CARET] = ACTIONS(2845), + [anon_sym_AMP] = ACTIONS(2845), + [anon_sym_LT_DASH] = ACTIONS(2845), + [anon_sym_LT_LT] = ACTIONS(2845), + [anon_sym_GT_GT] = ACTIONS(2845), + [anon_sym_GT_GT_GT] = ACTIONS(2845), + [anon_sym_AMP_CARET] = ACTIONS(2845), + [anon_sym_AMP_AMP] = ACTIONS(2845), + [anon_sym_PIPE_PIPE] = ACTIONS(2845), + [anon_sym_or] = ACTIONS(2845), + [sym_none] = ACTIONS(2845), + [sym_true] = ACTIONS(2845), + [sym_false] = ACTIONS(2845), + [sym_nil] = ACTIONS(2845), + [anon_sym_QMARK_DOT] = ACTIONS(2845), + [anon_sym_POUND_LBRACK] = ACTIONS(2845), + [anon_sym_if] = ACTIONS(2845), + [anon_sym_DOLLARif] = ACTIONS(2845), + [anon_sym_is] = ACTIONS(2845), + [anon_sym_BANGis] = ACTIONS(2845), + [anon_sym_in] = ACTIONS(2845), + [anon_sym_BANGin] = ACTIONS(2845), + [anon_sym_match] = ACTIONS(2845), + [anon_sym_select] = ACTIONS(2845), + [anon_sym_lock] = ACTIONS(2845), + [anon_sym_rlock] = ACTIONS(2845), + [anon_sym_unsafe] = ACTIONS(2845), + [anon_sym_sql] = ACTIONS(2845), + [sym_int_literal] = ACTIONS(2845), + [sym_float_literal] = ACTIONS(2845), + [sym_rune_literal] = ACTIONS(2845), + [anon_sym_AT] = ACTIONS(2845), + [anon_sym_shared] = ACTIONS(2845), + [anon_sym_map_LBRACK] = ACTIONS(2845), + [anon_sym_chan] = ACTIONS(2845), + [anon_sym_thread] = ACTIONS(2845), + [anon_sym_atomic] = ACTIONS(2845), + [anon_sym_assert] = ACTIONS(2845), + [anon_sym_defer] = ACTIONS(2845), + [anon_sym_goto] = ACTIONS(2845), + [anon_sym_break] = ACTIONS(2845), + [anon_sym_continue] = ACTIONS(2845), + [anon_sym_return] = ACTIONS(2845), + [anon_sym_DOLLARfor] = ACTIONS(2845), + [anon_sym_for] = ACTIONS(2845), + [anon_sym_POUND] = ACTIONS(2845), + [anon_sym_asm] = ACTIONS(2845), + [anon_sym_AT_LBRACK] = ACTIONS(2845), + [sym___double_quote] = ACTIONS(2845), + [sym___single_quote] = ACTIONS(2845), + [sym___c_double_quote] = ACTIONS(2845), + [sym___c_single_quote] = ACTIONS(2845), + [sym___r_double_quote] = ACTIONS(2845), + [sym___r_single_quote] = ACTIONS(2845), + }, + [1029] = { + [ts_builtin_sym_end] = ACTIONS(2861), + [sym_identifier] = ACTIONS(2863), + [anon_sym_LF] = ACTIONS(2863), + [anon_sym_CR] = ACTIONS(2863), + [anon_sym_CR_LF] = ACTIONS(2863), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2863), + [anon_sym_as] = ACTIONS(2863), + [anon_sym_LBRACE] = ACTIONS(2863), + [anon_sym_COMMA] = ACTIONS(2420), + [anon_sym_const] = ACTIONS(2863), + [anon_sym_LPAREN] = ACTIONS(2863), + [anon_sym___global] = ACTIONS(2863), + [anon_sym_type] = ACTIONS(2863), + [anon_sym_PIPE] = ACTIONS(2863), + [anon_sym_fn] = ACTIONS(2863), + [anon_sym_PLUS] = ACTIONS(2863), + [anon_sym_DASH] = ACTIONS(2863), + [anon_sym_STAR] = ACTIONS(2863), + [anon_sym_SLASH] = ACTIONS(2863), + [anon_sym_PERCENT] = ACTIONS(2863), + [anon_sym_LT] = ACTIONS(2863), + [anon_sym_GT] = ACTIONS(2863), + [anon_sym_EQ_EQ] = ACTIONS(2863), + [anon_sym_BANG_EQ] = ACTIONS(2863), + [anon_sym_LT_EQ] = ACTIONS(2863), + [anon_sym_GT_EQ] = ACTIONS(2863), + [anon_sym_LBRACK] = ACTIONS(2861), + [anon_sym_LT2] = ACTIONS(2863), + [anon_sym_struct] = ACTIONS(2863), + [anon_sym_union] = ACTIONS(2863), + [anon_sym_pub] = ACTIONS(2863), + [anon_sym_mut] = ACTIONS(2863), + [anon_sym_enum] = ACTIONS(2863), + [anon_sym_interface] = ACTIONS(2863), + [anon_sym_PLUS_PLUS] = ACTIONS(2863), + [anon_sym_DASH_DASH] = ACTIONS(2863), + [anon_sym_QMARK] = ACTIONS(2863), + [anon_sym_BANG] = ACTIONS(2863), + [anon_sym_go] = ACTIONS(2863), + [anon_sym_spawn] = ACTIONS(2863), + [anon_sym_json_DOTdecode] = ACTIONS(2863), + [anon_sym_LBRACK2] = ACTIONS(2863), + [anon_sym_TILDE] = ACTIONS(2863), + [anon_sym_CARET] = ACTIONS(2863), + [anon_sym_AMP] = ACTIONS(2863), + [anon_sym_LT_DASH] = ACTIONS(2863), + [anon_sym_LT_LT] = ACTIONS(2863), + [anon_sym_GT_GT] = ACTIONS(2863), + [anon_sym_GT_GT_GT] = ACTIONS(2863), + [anon_sym_AMP_CARET] = ACTIONS(2863), + [anon_sym_AMP_AMP] = ACTIONS(2863), + [anon_sym_PIPE_PIPE] = ACTIONS(2863), + [anon_sym_or] = ACTIONS(2863), + [sym_none] = ACTIONS(2863), + [sym_true] = ACTIONS(2863), + [sym_false] = ACTIONS(2863), + [sym_nil] = ACTIONS(2863), + [anon_sym_QMARK_DOT] = ACTIONS(2863), + [anon_sym_POUND_LBRACK] = ACTIONS(2863), + [anon_sym_if] = ACTIONS(2863), + [anon_sym_DOLLARif] = ACTIONS(2863), + [anon_sym_is] = ACTIONS(2863), + [anon_sym_BANGis] = ACTIONS(2863), + [anon_sym_in] = ACTIONS(2863), + [anon_sym_BANGin] = ACTIONS(2863), + [anon_sym_match] = ACTIONS(2863), + [anon_sym_select] = ACTIONS(2863), + [anon_sym_lock] = ACTIONS(2863), + [anon_sym_rlock] = ACTIONS(2863), + [anon_sym_unsafe] = ACTIONS(2863), + [anon_sym_sql] = ACTIONS(2863), + [sym_int_literal] = ACTIONS(2863), + [sym_float_literal] = ACTIONS(2863), + [sym_rune_literal] = ACTIONS(2863), + [anon_sym_AT] = ACTIONS(2863), + [anon_sym_shared] = ACTIONS(2863), + [anon_sym_map_LBRACK] = ACTIONS(2863), + [anon_sym_chan] = ACTIONS(2863), + [anon_sym_thread] = ACTIONS(2863), + [anon_sym_atomic] = ACTIONS(2863), + [anon_sym_assert] = ACTIONS(2863), + [anon_sym_defer] = ACTIONS(2863), + [anon_sym_goto] = ACTIONS(2863), + [anon_sym_break] = ACTIONS(2863), + [anon_sym_continue] = ACTIONS(2863), + [anon_sym_return] = ACTIONS(2863), + [anon_sym_DOLLARfor] = ACTIONS(2863), + [anon_sym_for] = ACTIONS(2863), + [anon_sym_POUND] = ACTIONS(2863), + [anon_sym_asm] = ACTIONS(2863), + [anon_sym_AT_LBRACK] = ACTIONS(2863), + [sym___double_quote] = ACTIONS(2863), + [sym___single_quote] = ACTIONS(2863), + [sym___c_double_quote] = ACTIONS(2863), + [sym___c_single_quote] = ACTIONS(2863), + [sym___r_double_quote] = ACTIONS(2863), + [sym___r_single_quote] = ACTIONS(2863), + }, + [1030] = { + [ts_builtin_sym_end] = ACTIONS(2839), + [sym_identifier] = ACTIONS(2841), + [anon_sym_LF] = ACTIONS(2841), + [anon_sym_CR] = ACTIONS(2841), + [anon_sym_CR_LF] = ACTIONS(2841), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2841), + [anon_sym_as] = ACTIONS(2841), + [anon_sym_LBRACE] = ACTIONS(2841), + [anon_sym_COMMA] = ACTIONS(2841), + [anon_sym_const] = ACTIONS(2841), + [anon_sym_LPAREN] = ACTIONS(2841), + [anon_sym___global] = ACTIONS(2841), + [anon_sym_type] = ACTIONS(2841), + [anon_sym_PIPE] = ACTIONS(2841), + [anon_sym_fn] = ACTIONS(2841), + [anon_sym_PLUS] = ACTIONS(2841), + [anon_sym_DASH] = ACTIONS(2841), + [anon_sym_STAR] = ACTIONS(2841), + [anon_sym_SLASH] = ACTIONS(2841), + [anon_sym_PERCENT] = ACTIONS(2841), + [anon_sym_LT] = ACTIONS(2841), + [anon_sym_GT] = ACTIONS(2841), + [anon_sym_EQ_EQ] = ACTIONS(2841), + [anon_sym_BANG_EQ] = ACTIONS(2841), + [anon_sym_LT_EQ] = ACTIONS(2841), + [anon_sym_GT_EQ] = ACTIONS(2841), + [anon_sym_LBRACK] = ACTIONS(2839), + [anon_sym_LT2] = ACTIONS(2841), + [anon_sym_struct] = ACTIONS(2841), + [anon_sym_union] = ACTIONS(2841), + [anon_sym_pub] = ACTIONS(2841), + [anon_sym_mut] = ACTIONS(2841), + [anon_sym_enum] = ACTIONS(2841), + [anon_sym_interface] = ACTIONS(2841), + [anon_sym_PLUS_PLUS] = ACTIONS(2841), + [anon_sym_DASH_DASH] = ACTIONS(2841), + [anon_sym_QMARK] = ACTIONS(2841), + [anon_sym_BANG] = ACTIONS(2841), + [anon_sym_go] = ACTIONS(2841), + [anon_sym_spawn] = ACTIONS(2841), + [anon_sym_json_DOTdecode] = ACTIONS(2841), + [anon_sym_LBRACK2] = ACTIONS(2841), + [anon_sym_TILDE] = ACTIONS(2841), + [anon_sym_CARET] = ACTIONS(2841), + [anon_sym_AMP] = ACTIONS(2841), + [anon_sym_LT_DASH] = ACTIONS(2841), + [anon_sym_LT_LT] = ACTIONS(2841), + [anon_sym_GT_GT] = ACTIONS(2841), + [anon_sym_GT_GT_GT] = ACTIONS(2841), + [anon_sym_AMP_CARET] = ACTIONS(2841), + [anon_sym_AMP_AMP] = ACTIONS(2841), + [anon_sym_PIPE_PIPE] = ACTIONS(2841), + [anon_sym_or] = ACTIONS(2841), + [sym_none] = ACTIONS(2841), + [sym_true] = ACTIONS(2841), + [sym_false] = ACTIONS(2841), + [sym_nil] = ACTIONS(2841), + [anon_sym_QMARK_DOT] = ACTIONS(2841), + [anon_sym_POUND_LBRACK] = ACTIONS(2841), + [anon_sym_if] = ACTIONS(2841), + [anon_sym_DOLLARif] = ACTIONS(2841), + [anon_sym_is] = ACTIONS(2841), + [anon_sym_BANGis] = ACTIONS(2841), + [anon_sym_in] = ACTIONS(2841), + [anon_sym_BANGin] = ACTIONS(2841), + [anon_sym_match] = ACTIONS(2841), + [anon_sym_select] = ACTIONS(2841), + [anon_sym_lock] = ACTIONS(2841), + [anon_sym_rlock] = ACTIONS(2841), + [anon_sym_unsafe] = ACTIONS(2841), + [anon_sym_sql] = ACTIONS(2841), + [sym_int_literal] = ACTIONS(2841), + [sym_float_literal] = ACTIONS(2841), + [sym_rune_literal] = ACTIONS(2841), + [anon_sym_AT] = ACTIONS(2841), + [anon_sym_shared] = ACTIONS(2841), + [anon_sym_map_LBRACK] = ACTIONS(2841), + [anon_sym_chan] = ACTIONS(2841), + [anon_sym_thread] = ACTIONS(2841), + [anon_sym_atomic] = ACTIONS(2841), + [anon_sym_assert] = ACTIONS(2841), + [anon_sym_defer] = ACTIONS(2841), + [anon_sym_goto] = ACTIONS(2841), + [anon_sym_break] = ACTIONS(2841), + [anon_sym_continue] = ACTIONS(2841), + [anon_sym_return] = ACTIONS(2841), + [anon_sym_DOLLARfor] = ACTIONS(2841), + [anon_sym_for] = ACTIONS(2841), + [anon_sym_POUND] = ACTIONS(2841), + [anon_sym_asm] = ACTIONS(2841), + [anon_sym_AT_LBRACK] = ACTIONS(2841), + [sym___double_quote] = ACTIONS(2841), + [sym___single_quote] = ACTIONS(2841), + [sym___c_double_quote] = ACTIONS(2841), + [sym___c_single_quote] = ACTIONS(2841), + [sym___r_double_quote] = ACTIONS(2841), + [sym___r_single_quote] = ACTIONS(2841), + }, + [1031] = { + [ts_builtin_sym_end] = ACTIONS(2813), + [sym_identifier] = ACTIONS(2815), + [anon_sym_LF] = ACTIONS(2815), + [anon_sym_CR] = ACTIONS(2815), + [anon_sym_CR_LF] = ACTIONS(2815), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2815), + [anon_sym_as] = ACTIONS(2815), + [anon_sym_LBRACE] = ACTIONS(2815), + [anon_sym_COMMA] = ACTIONS(2815), + [anon_sym_const] = ACTIONS(2815), + [anon_sym_LPAREN] = ACTIONS(2815), + [anon_sym___global] = ACTIONS(2815), + [anon_sym_type] = ACTIONS(2815), + [anon_sym_PIPE] = ACTIONS(2815), + [anon_sym_fn] = ACTIONS(2815), + [anon_sym_PLUS] = ACTIONS(2815), + [anon_sym_DASH] = ACTIONS(2815), + [anon_sym_STAR] = ACTIONS(2815), + [anon_sym_SLASH] = ACTIONS(2815), + [anon_sym_PERCENT] = ACTIONS(2815), + [anon_sym_LT] = ACTIONS(2815), + [anon_sym_GT] = ACTIONS(2815), + [anon_sym_EQ_EQ] = ACTIONS(2815), + [anon_sym_BANG_EQ] = ACTIONS(2815), + [anon_sym_LT_EQ] = ACTIONS(2815), + [anon_sym_GT_EQ] = ACTIONS(2815), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_LT2] = ACTIONS(2815), + [anon_sym_struct] = ACTIONS(2815), + [anon_sym_union] = ACTIONS(2815), + [anon_sym_pub] = ACTIONS(2815), + [anon_sym_mut] = ACTIONS(2815), + [anon_sym_enum] = ACTIONS(2815), + [anon_sym_interface] = ACTIONS(2815), + [anon_sym_PLUS_PLUS] = ACTIONS(2815), + [anon_sym_DASH_DASH] = ACTIONS(2815), + [anon_sym_QMARK] = ACTIONS(2815), + [anon_sym_BANG] = ACTIONS(2815), + [anon_sym_go] = ACTIONS(2815), + [anon_sym_spawn] = ACTIONS(2815), + [anon_sym_json_DOTdecode] = ACTIONS(2815), + [anon_sym_LBRACK2] = ACTIONS(2815), + [anon_sym_TILDE] = ACTIONS(2815), + [anon_sym_CARET] = ACTIONS(2815), + [anon_sym_AMP] = ACTIONS(2815), + [anon_sym_LT_DASH] = ACTIONS(2815), + [anon_sym_LT_LT] = ACTIONS(2815), + [anon_sym_GT_GT] = ACTIONS(2815), + [anon_sym_GT_GT_GT] = ACTIONS(2815), + [anon_sym_AMP_CARET] = ACTIONS(2815), + [anon_sym_AMP_AMP] = ACTIONS(2815), + [anon_sym_PIPE_PIPE] = ACTIONS(2815), + [anon_sym_or] = ACTIONS(2815), + [sym_none] = ACTIONS(2815), + [sym_true] = ACTIONS(2815), + [sym_false] = ACTIONS(2815), + [sym_nil] = ACTIONS(2815), + [anon_sym_QMARK_DOT] = ACTIONS(2815), + [anon_sym_POUND_LBRACK] = ACTIONS(2815), + [anon_sym_if] = ACTIONS(2815), + [anon_sym_DOLLARif] = ACTIONS(2815), + [anon_sym_is] = ACTIONS(2815), + [anon_sym_BANGis] = ACTIONS(2815), + [anon_sym_in] = ACTIONS(2815), + [anon_sym_BANGin] = ACTIONS(2815), + [anon_sym_match] = ACTIONS(2815), + [anon_sym_select] = ACTIONS(2815), + [anon_sym_lock] = ACTIONS(2815), + [anon_sym_rlock] = ACTIONS(2815), + [anon_sym_unsafe] = ACTIONS(2815), + [anon_sym_sql] = ACTIONS(2815), + [sym_int_literal] = ACTIONS(2815), + [sym_float_literal] = ACTIONS(2815), + [sym_rune_literal] = ACTIONS(2815), + [anon_sym_AT] = ACTIONS(2815), + [anon_sym_shared] = ACTIONS(2815), + [anon_sym_map_LBRACK] = ACTIONS(2815), + [anon_sym_chan] = ACTIONS(2815), + [anon_sym_thread] = ACTIONS(2815), + [anon_sym_atomic] = ACTIONS(2815), + [anon_sym_assert] = ACTIONS(2815), + [anon_sym_defer] = ACTIONS(2815), + [anon_sym_goto] = ACTIONS(2815), + [anon_sym_break] = ACTIONS(2815), + [anon_sym_continue] = ACTIONS(2815), + [anon_sym_return] = ACTIONS(2815), + [anon_sym_DOLLARfor] = ACTIONS(2815), + [anon_sym_for] = ACTIONS(2815), + [anon_sym_POUND] = ACTIONS(2815), + [anon_sym_asm] = ACTIONS(2815), + [anon_sym_AT_LBRACK] = ACTIONS(2815), + [sym___double_quote] = ACTIONS(2815), + [sym___single_quote] = ACTIONS(2815), + [sym___c_double_quote] = ACTIONS(2815), + [sym___c_single_quote] = ACTIONS(2815), + [sym___r_double_quote] = ACTIONS(2815), + [sym___r_single_quote] = ACTIONS(2815), + }, + [1032] = { + [ts_builtin_sym_end] = ACTIONS(2809), + [sym_identifier] = ACTIONS(2811), + [anon_sym_LF] = ACTIONS(2811), + [anon_sym_CR] = ACTIONS(2811), + [anon_sym_CR_LF] = ACTIONS(2811), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2811), + [anon_sym_as] = ACTIONS(2811), + [anon_sym_LBRACE] = ACTIONS(2811), + [anon_sym_COMMA] = ACTIONS(2811), + [anon_sym_const] = ACTIONS(2811), + [anon_sym_LPAREN] = ACTIONS(2811), + [anon_sym___global] = ACTIONS(2811), + [anon_sym_type] = ACTIONS(2811), + [anon_sym_PIPE] = ACTIONS(2811), + [anon_sym_fn] = ACTIONS(2811), + [anon_sym_PLUS] = ACTIONS(2811), + [anon_sym_DASH] = ACTIONS(2811), + [anon_sym_STAR] = ACTIONS(2811), + [anon_sym_SLASH] = ACTIONS(2811), + [anon_sym_PERCENT] = ACTIONS(2811), + [anon_sym_LT] = ACTIONS(2811), + [anon_sym_GT] = ACTIONS(2811), + [anon_sym_EQ_EQ] = ACTIONS(2811), + [anon_sym_BANG_EQ] = ACTIONS(2811), + [anon_sym_LT_EQ] = ACTIONS(2811), + [anon_sym_GT_EQ] = ACTIONS(2811), + [anon_sym_LBRACK] = ACTIONS(2809), + [anon_sym_LT2] = ACTIONS(2811), + [anon_sym_struct] = ACTIONS(2811), + [anon_sym_union] = ACTIONS(2811), + [anon_sym_pub] = ACTIONS(2811), + [anon_sym_mut] = ACTIONS(2811), + [anon_sym_enum] = ACTIONS(2811), + [anon_sym_interface] = ACTIONS(2811), + [anon_sym_PLUS_PLUS] = ACTIONS(2811), + [anon_sym_DASH_DASH] = ACTIONS(2811), + [anon_sym_QMARK] = ACTIONS(2811), + [anon_sym_BANG] = ACTIONS(2811), + [anon_sym_go] = ACTIONS(2811), + [anon_sym_spawn] = ACTIONS(2811), + [anon_sym_json_DOTdecode] = ACTIONS(2811), + [anon_sym_LBRACK2] = ACTIONS(2811), + [anon_sym_TILDE] = ACTIONS(2811), + [anon_sym_CARET] = ACTIONS(2811), + [anon_sym_AMP] = ACTIONS(2811), + [anon_sym_LT_DASH] = ACTIONS(2811), + [anon_sym_LT_LT] = ACTIONS(2811), + [anon_sym_GT_GT] = ACTIONS(2811), + [anon_sym_GT_GT_GT] = ACTIONS(2811), + [anon_sym_AMP_CARET] = ACTIONS(2811), + [anon_sym_AMP_AMP] = ACTIONS(2811), + [anon_sym_PIPE_PIPE] = ACTIONS(2811), + [anon_sym_or] = ACTIONS(2811), + [sym_none] = ACTIONS(2811), + [sym_true] = ACTIONS(2811), + [sym_false] = ACTIONS(2811), + [sym_nil] = ACTIONS(2811), + [anon_sym_QMARK_DOT] = ACTIONS(2811), + [anon_sym_POUND_LBRACK] = ACTIONS(2811), + [anon_sym_if] = ACTIONS(2811), + [anon_sym_DOLLARif] = ACTIONS(2811), + [anon_sym_is] = ACTIONS(2811), + [anon_sym_BANGis] = ACTIONS(2811), + [anon_sym_in] = ACTIONS(2811), + [anon_sym_BANGin] = ACTIONS(2811), + [anon_sym_match] = ACTIONS(2811), + [anon_sym_select] = ACTIONS(2811), + [anon_sym_lock] = ACTIONS(2811), + [anon_sym_rlock] = ACTIONS(2811), + [anon_sym_unsafe] = ACTIONS(2811), + [anon_sym_sql] = ACTIONS(2811), + [sym_int_literal] = ACTIONS(2811), + [sym_float_literal] = ACTIONS(2811), + [sym_rune_literal] = ACTIONS(2811), + [anon_sym_AT] = ACTIONS(2811), + [anon_sym_shared] = ACTIONS(2811), + [anon_sym_map_LBRACK] = ACTIONS(2811), + [anon_sym_chan] = ACTIONS(2811), + [anon_sym_thread] = ACTIONS(2811), + [anon_sym_atomic] = ACTIONS(2811), + [anon_sym_assert] = ACTIONS(2811), + [anon_sym_defer] = ACTIONS(2811), + [anon_sym_goto] = ACTIONS(2811), + [anon_sym_break] = ACTIONS(2811), + [anon_sym_continue] = ACTIONS(2811), + [anon_sym_return] = ACTIONS(2811), + [anon_sym_DOLLARfor] = ACTIONS(2811), + [anon_sym_for] = ACTIONS(2811), + [anon_sym_POUND] = ACTIONS(2811), + [anon_sym_asm] = ACTIONS(2811), + [anon_sym_AT_LBRACK] = ACTIONS(2811), + [sym___double_quote] = ACTIONS(2811), + [sym___single_quote] = ACTIONS(2811), + [sym___c_double_quote] = ACTIONS(2811), + [sym___c_single_quote] = ACTIONS(2811), + [sym___r_double_quote] = ACTIONS(2811), + [sym___r_single_quote] = ACTIONS(2811), + }, + [1033] = { + [ts_builtin_sym_end] = ACTIONS(2805), + [sym_identifier] = ACTIONS(2807), + [anon_sym_LF] = ACTIONS(2807), + [anon_sym_CR] = ACTIONS(2807), + [anon_sym_CR_LF] = ACTIONS(2807), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2807), + [anon_sym_as] = ACTIONS(2807), + [anon_sym_LBRACE] = ACTIONS(2807), + [anon_sym_COMMA] = ACTIONS(2807), + [anon_sym_const] = ACTIONS(2807), + [anon_sym_LPAREN] = ACTIONS(2807), + [anon_sym___global] = ACTIONS(2807), + [anon_sym_type] = ACTIONS(2807), + [anon_sym_PIPE] = ACTIONS(2807), + [anon_sym_fn] = ACTIONS(2807), + [anon_sym_PLUS] = ACTIONS(2807), + [anon_sym_DASH] = ACTIONS(2807), + [anon_sym_STAR] = ACTIONS(2807), + [anon_sym_SLASH] = ACTIONS(2807), + [anon_sym_PERCENT] = ACTIONS(2807), + [anon_sym_LT] = ACTIONS(2807), + [anon_sym_GT] = ACTIONS(2807), + [anon_sym_EQ_EQ] = ACTIONS(2807), + [anon_sym_BANG_EQ] = ACTIONS(2807), + [anon_sym_LT_EQ] = ACTIONS(2807), + [anon_sym_GT_EQ] = ACTIONS(2807), + [anon_sym_LBRACK] = ACTIONS(2805), + [anon_sym_LT2] = ACTIONS(2807), + [anon_sym_struct] = ACTIONS(2807), + [anon_sym_union] = ACTIONS(2807), + [anon_sym_pub] = ACTIONS(2807), + [anon_sym_mut] = ACTIONS(2807), + [anon_sym_enum] = ACTIONS(2807), + [anon_sym_interface] = ACTIONS(2807), + [anon_sym_PLUS_PLUS] = ACTIONS(2807), + [anon_sym_DASH_DASH] = ACTIONS(2807), + [anon_sym_QMARK] = ACTIONS(2807), + [anon_sym_BANG] = ACTIONS(2807), + [anon_sym_go] = ACTIONS(2807), + [anon_sym_spawn] = ACTIONS(2807), + [anon_sym_json_DOTdecode] = ACTIONS(2807), + [anon_sym_LBRACK2] = ACTIONS(2807), + [anon_sym_TILDE] = ACTIONS(2807), + [anon_sym_CARET] = ACTIONS(2807), + [anon_sym_AMP] = ACTIONS(2807), + [anon_sym_LT_DASH] = ACTIONS(2807), + [anon_sym_LT_LT] = ACTIONS(2807), + [anon_sym_GT_GT] = ACTIONS(2807), + [anon_sym_GT_GT_GT] = ACTIONS(2807), + [anon_sym_AMP_CARET] = ACTIONS(2807), + [anon_sym_AMP_AMP] = ACTIONS(2807), + [anon_sym_PIPE_PIPE] = ACTIONS(2807), + [anon_sym_or] = ACTIONS(2807), + [sym_none] = ACTIONS(2807), + [sym_true] = ACTIONS(2807), + [sym_false] = ACTIONS(2807), + [sym_nil] = ACTIONS(2807), + [anon_sym_QMARK_DOT] = ACTIONS(2807), + [anon_sym_POUND_LBRACK] = ACTIONS(2807), + [anon_sym_if] = ACTIONS(2807), + [anon_sym_DOLLARif] = ACTIONS(2807), + [anon_sym_is] = ACTIONS(2807), + [anon_sym_BANGis] = ACTIONS(2807), + [anon_sym_in] = ACTIONS(2807), + [anon_sym_BANGin] = ACTIONS(2807), + [anon_sym_match] = ACTIONS(2807), + [anon_sym_select] = ACTIONS(2807), + [anon_sym_lock] = ACTIONS(2807), + [anon_sym_rlock] = ACTIONS(2807), + [anon_sym_unsafe] = ACTIONS(2807), + [anon_sym_sql] = ACTIONS(2807), + [sym_int_literal] = ACTIONS(2807), + [sym_float_literal] = ACTIONS(2807), + [sym_rune_literal] = ACTIONS(2807), + [anon_sym_AT] = ACTIONS(2807), + [anon_sym_shared] = ACTIONS(2807), + [anon_sym_map_LBRACK] = ACTIONS(2807), + [anon_sym_chan] = ACTIONS(2807), + [anon_sym_thread] = ACTIONS(2807), + [anon_sym_atomic] = ACTIONS(2807), + [anon_sym_assert] = ACTIONS(2807), + [anon_sym_defer] = ACTIONS(2807), + [anon_sym_goto] = ACTIONS(2807), + [anon_sym_break] = ACTIONS(2807), + [anon_sym_continue] = ACTIONS(2807), + [anon_sym_return] = ACTIONS(2807), + [anon_sym_DOLLARfor] = ACTIONS(2807), + [anon_sym_for] = ACTIONS(2807), + [anon_sym_POUND] = ACTIONS(2807), + [anon_sym_asm] = ACTIONS(2807), + [anon_sym_AT_LBRACK] = ACTIONS(2807), + [sym___double_quote] = ACTIONS(2807), + [sym___single_quote] = ACTIONS(2807), + [sym___c_double_quote] = ACTIONS(2807), + [sym___c_single_quote] = ACTIONS(2807), + [sym___r_double_quote] = ACTIONS(2807), + [sym___r_single_quote] = ACTIONS(2807), + }, + [1034] = { + [ts_builtin_sym_end] = ACTIONS(2645), + [sym_identifier] = ACTIONS(2647), + [anon_sym_LF] = ACTIONS(2647), + [anon_sym_CR] = ACTIONS(2647), + [anon_sym_CR_LF] = ACTIONS(2647), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2647), + [anon_sym_as] = ACTIONS(2647), + [anon_sym_LBRACE] = ACTIONS(2647), + [anon_sym_COMMA] = ACTIONS(2647), + [anon_sym_const] = ACTIONS(2647), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym___global] = ACTIONS(2647), + [anon_sym_type] = ACTIONS(2647), + [anon_sym_PIPE] = ACTIONS(2647), + [anon_sym_fn] = ACTIONS(2647), + [anon_sym_PLUS] = ACTIONS(2647), + [anon_sym_DASH] = ACTIONS(2647), + [anon_sym_STAR] = ACTIONS(2647), + [anon_sym_SLASH] = ACTIONS(2647), + [anon_sym_PERCENT] = ACTIONS(2647), + [anon_sym_LT] = ACTIONS(2647), + [anon_sym_GT] = ACTIONS(2647), + [anon_sym_EQ_EQ] = ACTIONS(2647), + [anon_sym_BANG_EQ] = ACTIONS(2647), + [anon_sym_LT_EQ] = ACTIONS(2647), + [anon_sym_GT_EQ] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2645), + [anon_sym_LT2] = ACTIONS(2647), + [anon_sym_struct] = ACTIONS(2647), + [anon_sym_union] = ACTIONS(2647), + [anon_sym_pub] = ACTIONS(2647), + [anon_sym_mut] = ACTIONS(2647), + [anon_sym_enum] = ACTIONS(2647), + [anon_sym_interface] = ACTIONS(2647), + [anon_sym_PLUS_PLUS] = ACTIONS(2647), + [anon_sym_DASH_DASH] = ACTIONS(2647), + [anon_sym_QMARK] = ACTIONS(2647), + [anon_sym_BANG] = ACTIONS(2647), + [anon_sym_go] = ACTIONS(2647), + [anon_sym_spawn] = ACTIONS(2647), + [anon_sym_json_DOTdecode] = ACTIONS(2647), + [anon_sym_LBRACK2] = ACTIONS(2647), + [anon_sym_TILDE] = ACTIONS(2647), + [anon_sym_CARET] = ACTIONS(2647), + [anon_sym_AMP] = ACTIONS(2647), + [anon_sym_LT_DASH] = ACTIONS(2647), + [anon_sym_LT_LT] = ACTIONS(2647), + [anon_sym_GT_GT] = ACTIONS(2647), + [anon_sym_GT_GT_GT] = ACTIONS(2647), + [anon_sym_AMP_CARET] = ACTIONS(2647), + [anon_sym_AMP_AMP] = ACTIONS(2647), + [anon_sym_PIPE_PIPE] = ACTIONS(2647), + [anon_sym_or] = ACTIONS(2647), + [sym_none] = ACTIONS(2647), + [sym_true] = ACTIONS(2647), + [sym_false] = ACTIONS(2647), + [sym_nil] = ACTIONS(2647), + [anon_sym_QMARK_DOT] = ACTIONS(2647), + [anon_sym_POUND_LBRACK] = ACTIONS(2647), + [anon_sym_if] = ACTIONS(2647), + [anon_sym_DOLLARif] = ACTIONS(2647), + [anon_sym_is] = ACTIONS(2647), + [anon_sym_BANGis] = ACTIONS(2647), + [anon_sym_in] = ACTIONS(2647), + [anon_sym_BANGin] = ACTIONS(2647), + [anon_sym_match] = ACTIONS(2647), + [anon_sym_select] = ACTIONS(2647), + [anon_sym_lock] = ACTIONS(2647), + [anon_sym_rlock] = ACTIONS(2647), + [anon_sym_unsafe] = ACTIONS(2647), + [anon_sym_sql] = ACTIONS(2647), + [sym_int_literal] = ACTIONS(2647), + [sym_float_literal] = ACTIONS(2647), + [sym_rune_literal] = ACTIONS(2647), + [anon_sym_AT] = ACTIONS(2647), + [anon_sym_shared] = ACTIONS(2647), + [anon_sym_map_LBRACK] = ACTIONS(2647), + [anon_sym_chan] = ACTIONS(2647), + [anon_sym_thread] = ACTIONS(2647), + [anon_sym_atomic] = ACTIONS(2647), + [anon_sym_assert] = ACTIONS(2647), + [anon_sym_defer] = ACTIONS(2647), + [anon_sym_goto] = ACTIONS(2647), + [anon_sym_break] = ACTIONS(2647), + [anon_sym_continue] = ACTIONS(2647), + [anon_sym_return] = ACTIONS(2647), + [anon_sym_DOLLARfor] = ACTIONS(2647), + [anon_sym_for] = ACTIONS(2647), + [anon_sym_POUND] = ACTIONS(2647), + [anon_sym_asm] = ACTIONS(2647), + [anon_sym_AT_LBRACK] = ACTIONS(2647), + [sym___double_quote] = ACTIONS(2647), + [sym___single_quote] = ACTIONS(2647), + [sym___c_double_quote] = ACTIONS(2647), + [sym___c_single_quote] = ACTIONS(2647), + [sym___r_double_quote] = ACTIONS(2647), + [sym___r_single_quote] = ACTIONS(2647), + }, + [1035] = { + [ts_builtin_sym_end] = ACTIONS(2649), + [sym_identifier] = ACTIONS(2651), + [anon_sym_LF] = ACTIONS(2651), + [anon_sym_CR] = ACTIONS(2651), + [anon_sym_CR_LF] = ACTIONS(2651), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2651), + [anon_sym_as] = ACTIONS(2651), + [anon_sym_LBRACE] = ACTIONS(2651), + [anon_sym_COMMA] = ACTIONS(2651), + [anon_sym_const] = ACTIONS(2651), + [anon_sym_LPAREN] = ACTIONS(2651), + [anon_sym___global] = ACTIONS(2651), + [anon_sym_type] = ACTIONS(2651), + [anon_sym_PIPE] = ACTIONS(2651), + [anon_sym_fn] = ACTIONS(2651), + [anon_sym_PLUS] = ACTIONS(2651), + [anon_sym_DASH] = ACTIONS(2651), + [anon_sym_STAR] = ACTIONS(2651), + [anon_sym_SLASH] = ACTIONS(2651), + [anon_sym_PERCENT] = ACTIONS(2651), + [anon_sym_LT] = ACTIONS(2651), + [anon_sym_GT] = ACTIONS(2651), + [anon_sym_EQ_EQ] = ACTIONS(2651), + [anon_sym_BANG_EQ] = ACTIONS(2651), + [anon_sym_LT_EQ] = ACTIONS(2651), + [anon_sym_GT_EQ] = ACTIONS(2651), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_LT2] = ACTIONS(2651), + [anon_sym_struct] = ACTIONS(2651), + [anon_sym_union] = ACTIONS(2651), + [anon_sym_pub] = ACTIONS(2651), + [anon_sym_mut] = ACTIONS(2651), + [anon_sym_enum] = ACTIONS(2651), + [anon_sym_interface] = ACTIONS(2651), + [anon_sym_PLUS_PLUS] = ACTIONS(2651), + [anon_sym_DASH_DASH] = ACTIONS(2651), + [anon_sym_QMARK] = ACTIONS(2651), + [anon_sym_BANG] = ACTIONS(2651), + [anon_sym_go] = ACTIONS(2651), + [anon_sym_spawn] = ACTIONS(2651), + [anon_sym_json_DOTdecode] = ACTIONS(2651), + [anon_sym_LBRACK2] = ACTIONS(2651), + [anon_sym_TILDE] = ACTIONS(2651), + [anon_sym_CARET] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2651), + [anon_sym_LT_DASH] = ACTIONS(2651), + [anon_sym_LT_LT] = ACTIONS(2651), + [anon_sym_GT_GT] = ACTIONS(2651), + [anon_sym_GT_GT_GT] = ACTIONS(2651), + [anon_sym_AMP_CARET] = ACTIONS(2651), + [anon_sym_AMP_AMP] = ACTIONS(2651), + [anon_sym_PIPE_PIPE] = ACTIONS(2651), + [anon_sym_or] = ACTIONS(2651), + [sym_none] = ACTIONS(2651), + [sym_true] = ACTIONS(2651), + [sym_false] = ACTIONS(2651), + [sym_nil] = ACTIONS(2651), + [anon_sym_QMARK_DOT] = ACTIONS(2651), + [anon_sym_POUND_LBRACK] = ACTIONS(2651), + [anon_sym_if] = ACTIONS(2651), + [anon_sym_DOLLARif] = ACTIONS(2651), + [anon_sym_is] = ACTIONS(2651), + [anon_sym_BANGis] = ACTIONS(2651), + [anon_sym_in] = ACTIONS(2651), + [anon_sym_BANGin] = ACTIONS(2651), + [anon_sym_match] = ACTIONS(2651), + [anon_sym_select] = ACTIONS(2651), + [anon_sym_lock] = ACTIONS(2651), + [anon_sym_rlock] = ACTIONS(2651), + [anon_sym_unsafe] = ACTIONS(2651), + [anon_sym_sql] = ACTIONS(2651), + [sym_int_literal] = ACTIONS(2651), + [sym_float_literal] = ACTIONS(2651), + [sym_rune_literal] = ACTIONS(2651), + [anon_sym_AT] = ACTIONS(2651), + [anon_sym_shared] = ACTIONS(2651), + [anon_sym_map_LBRACK] = ACTIONS(2651), + [anon_sym_chan] = ACTIONS(2651), + [anon_sym_thread] = ACTIONS(2651), + [anon_sym_atomic] = ACTIONS(2651), + [anon_sym_assert] = ACTIONS(2651), + [anon_sym_defer] = ACTIONS(2651), + [anon_sym_goto] = ACTIONS(2651), + [anon_sym_break] = ACTIONS(2651), + [anon_sym_continue] = ACTIONS(2651), + [anon_sym_return] = ACTIONS(2651), + [anon_sym_DOLLARfor] = ACTIONS(2651), + [anon_sym_for] = ACTIONS(2651), + [anon_sym_POUND] = ACTIONS(2651), + [anon_sym_asm] = ACTIONS(2651), + [anon_sym_AT_LBRACK] = ACTIONS(2651), + [sym___double_quote] = ACTIONS(2651), + [sym___single_quote] = ACTIONS(2651), + [sym___c_double_quote] = ACTIONS(2651), + [sym___c_single_quote] = ACTIONS(2651), + [sym___r_double_quote] = ACTIONS(2651), + [sym___r_single_quote] = ACTIONS(2651), + }, + [1036] = { + [ts_builtin_sym_end] = ACTIONS(2715), + [sym_identifier] = ACTIONS(2717), + [anon_sym_LF] = ACTIONS(2717), + [anon_sym_CR] = ACTIONS(2717), + [anon_sym_CR_LF] = ACTIONS(2717), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2717), + [anon_sym_as] = ACTIONS(2717), + [anon_sym_LBRACE] = ACTIONS(2717), + [anon_sym_COMMA] = ACTIONS(2717), + [anon_sym_const] = ACTIONS(2717), + [anon_sym_LPAREN] = ACTIONS(2717), + [anon_sym___global] = ACTIONS(2717), + [anon_sym_type] = ACTIONS(2717), + [anon_sym_PIPE] = ACTIONS(2717), + [anon_sym_fn] = ACTIONS(2717), + [anon_sym_PLUS] = ACTIONS(2717), + [anon_sym_DASH] = ACTIONS(2717), + [anon_sym_STAR] = ACTIONS(2717), + [anon_sym_SLASH] = ACTIONS(2717), + [anon_sym_PERCENT] = ACTIONS(2717), + [anon_sym_LT] = ACTIONS(2717), + [anon_sym_GT] = ACTIONS(2717), + [anon_sym_EQ_EQ] = ACTIONS(2717), + [anon_sym_BANG_EQ] = ACTIONS(2717), + [anon_sym_LT_EQ] = ACTIONS(2717), + [anon_sym_GT_EQ] = ACTIONS(2717), + [anon_sym_LBRACK] = ACTIONS(2715), + [anon_sym_LT2] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2717), + [anon_sym_union] = ACTIONS(2717), + [anon_sym_pub] = ACTIONS(2717), + [anon_sym_mut] = ACTIONS(2717), + [anon_sym_enum] = ACTIONS(2717), + [anon_sym_interface] = ACTIONS(2717), + [anon_sym_PLUS_PLUS] = ACTIONS(2717), + [anon_sym_DASH_DASH] = ACTIONS(2717), + [anon_sym_QMARK] = ACTIONS(2717), + [anon_sym_BANG] = ACTIONS(2717), + [anon_sym_go] = ACTIONS(2717), + [anon_sym_spawn] = ACTIONS(2717), + [anon_sym_json_DOTdecode] = ACTIONS(2717), + [anon_sym_LBRACK2] = ACTIONS(2717), + [anon_sym_TILDE] = ACTIONS(2717), + [anon_sym_CARET] = ACTIONS(2717), + [anon_sym_AMP] = ACTIONS(2717), + [anon_sym_LT_DASH] = ACTIONS(2717), + [anon_sym_LT_LT] = ACTIONS(2717), + [anon_sym_GT_GT] = ACTIONS(2717), + [anon_sym_GT_GT_GT] = ACTIONS(2717), + [anon_sym_AMP_CARET] = ACTIONS(2717), + [anon_sym_AMP_AMP] = ACTIONS(2717), + [anon_sym_PIPE_PIPE] = ACTIONS(2717), + [anon_sym_or] = ACTIONS(2717), + [sym_none] = ACTIONS(2717), + [sym_true] = ACTIONS(2717), + [sym_false] = ACTIONS(2717), + [sym_nil] = ACTIONS(2717), + [anon_sym_QMARK_DOT] = ACTIONS(2717), + [anon_sym_POUND_LBRACK] = ACTIONS(2717), + [anon_sym_if] = ACTIONS(2717), + [anon_sym_DOLLARif] = ACTIONS(2717), + [anon_sym_is] = ACTIONS(2717), + [anon_sym_BANGis] = ACTIONS(2717), + [anon_sym_in] = ACTIONS(2717), + [anon_sym_BANGin] = ACTIONS(2717), + [anon_sym_match] = ACTIONS(2717), + [anon_sym_select] = ACTIONS(2717), + [anon_sym_lock] = ACTIONS(2717), + [anon_sym_rlock] = ACTIONS(2717), + [anon_sym_unsafe] = ACTIONS(2717), + [anon_sym_sql] = ACTIONS(2717), + [sym_int_literal] = ACTIONS(2717), + [sym_float_literal] = ACTIONS(2717), + [sym_rune_literal] = ACTIONS(2717), + [anon_sym_AT] = ACTIONS(2717), + [anon_sym_shared] = ACTIONS(2717), + [anon_sym_map_LBRACK] = ACTIONS(2717), + [anon_sym_chan] = ACTIONS(2717), + [anon_sym_thread] = ACTIONS(2717), + [anon_sym_atomic] = ACTIONS(2717), + [anon_sym_assert] = ACTIONS(2717), + [anon_sym_defer] = ACTIONS(2717), + [anon_sym_goto] = ACTIONS(2717), + [anon_sym_break] = ACTIONS(2717), + [anon_sym_continue] = ACTIONS(2717), + [anon_sym_return] = ACTIONS(2717), + [anon_sym_DOLLARfor] = ACTIONS(2717), + [anon_sym_for] = ACTIONS(2717), + [anon_sym_POUND] = ACTIONS(2717), + [anon_sym_asm] = ACTIONS(2717), + [anon_sym_AT_LBRACK] = ACTIONS(2717), + [sym___double_quote] = ACTIONS(2717), + [sym___single_quote] = ACTIONS(2717), + [sym___c_double_quote] = ACTIONS(2717), + [sym___c_single_quote] = ACTIONS(2717), + [sym___r_double_quote] = ACTIONS(2717), + [sym___r_single_quote] = ACTIONS(2717), + }, + [1037] = { + [ts_builtin_sym_end] = ACTIONS(3005), + [sym_identifier] = ACTIONS(3007), + [anon_sym_LF] = ACTIONS(3007), + [anon_sym_CR] = ACTIONS(3007), + [anon_sym_CR_LF] = ACTIONS(3007), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3007), + [anon_sym_as] = ACTIONS(3007), + [anon_sym_LBRACE] = ACTIONS(3007), + [anon_sym_COMMA] = ACTIONS(3007), + [anon_sym_const] = ACTIONS(3007), + [anon_sym_LPAREN] = ACTIONS(3007), + [anon_sym___global] = ACTIONS(3007), + [anon_sym_type] = ACTIONS(3007), + [anon_sym_PIPE] = ACTIONS(3007), + [anon_sym_fn] = ACTIONS(3007), + [anon_sym_PLUS] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3007), + [anon_sym_STAR] = ACTIONS(3007), + [anon_sym_SLASH] = ACTIONS(3007), + [anon_sym_PERCENT] = ACTIONS(3007), + [anon_sym_LT] = ACTIONS(3007), + [anon_sym_GT] = ACTIONS(3007), + [anon_sym_EQ_EQ] = ACTIONS(3007), + [anon_sym_BANG_EQ] = ACTIONS(3007), + [anon_sym_LT_EQ] = ACTIONS(3007), + [anon_sym_GT_EQ] = ACTIONS(3007), + [anon_sym_LBRACK] = ACTIONS(3005), + [anon_sym_LT2] = ACTIONS(3007), + [anon_sym_struct] = ACTIONS(3007), + [anon_sym_union] = ACTIONS(3007), + [anon_sym_pub] = ACTIONS(3007), + [anon_sym_mut] = ACTIONS(3007), + [anon_sym_enum] = ACTIONS(3007), + [anon_sym_interface] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_QMARK] = ACTIONS(3007), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_go] = ACTIONS(3007), + [anon_sym_spawn] = ACTIONS(3007), + [anon_sym_json_DOTdecode] = ACTIONS(3007), + [anon_sym_LBRACK2] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_CARET] = ACTIONS(3007), + [anon_sym_AMP] = ACTIONS(3007), + [anon_sym_LT_DASH] = ACTIONS(3007), + [anon_sym_LT_LT] = ACTIONS(3007), + [anon_sym_GT_GT] = ACTIONS(3007), + [anon_sym_GT_GT_GT] = ACTIONS(3007), + [anon_sym_AMP_CARET] = ACTIONS(3007), + [anon_sym_AMP_AMP] = ACTIONS(3007), + [anon_sym_PIPE_PIPE] = ACTIONS(3007), + [anon_sym_or] = ACTIONS(3007), + [sym_none] = ACTIONS(3007), + [sym_true] = ACTIONS(3007), + [sym_false] = ACTIONS(3007), + [sym_nil] = ACTIONS(3007), + [anon_sym_QMARK_DOT] = ACTIONS(3007), + [anon_sym_POUND_LBRACK] = ACTIONS(3007), + [anon_sym_if] = ACTIONS(3007), + [anon_sym_DOLLARif] = ACTIONS(3007), + [anon_sym_is] = ACTIONS(3007), + [anon_sym_BANGis] = ACTIONS(3007), + [anon_sym_in] = ACTIONS(3007), + [anon_sym_BANGin] = ACTIONS(3007), + [anon_sym_match] = ACTIONS(3007), + [anon_sym_select] = ACTIONS(3007), + [anon_sym_lock] = ACTIONS(3007), + [anon_sym_rlock] = ACTIONS(3007), + [anon_sym_unsafe] = ACTIONS(3007), + [anon_sym_sql] = ACTIONS(3007), + [sym_int_literal] = ACTIONS(3007), + [sym_float_literal] = ACTIONS(3007), + [sym_rune_literal] = ACTIONS(3007), + [anon_sym_AT] = ACTIONS(3007), + [anon_sym_shared] = ACTIONS(3007), + [anon_sym_map_LBRACK] = ACTIONS(3007), + [anon_sym_chan] = ACTIONS(3007), + [anon_sym_thread] = ACTIONS(3007), + [anon_sym_atomic] = ACTIONS(3007), + [anon_sym_assert] = ACTIONS(3007), + [anon_sym_defer] = ACTIONS(3007), + [anon_sym_goto] = ACTIONS(3007), + [anon_sym_break] = ACTIONS(3007), + [anon_sym_continue] = ACTIONS(3007), + [anon_sym_return] = ACTIONS(3007), + [anon_sym_DOLLARfor] = ACTIONS(3007), + [anon_sym_for] = ACTIONS(3007), + [anon_sym_POUND] = ACTIONS(3007), + [anon_sym_asm] = ACTIONS(3007), + [anon_sym_AT_LBRACK] = ACTIONS(3007), + [sym___double_quote] = ACTIONS(3007), + [sym___single_quote] = ACTIONS(3007), + [sym___c_double_quote] = ACTIONS(3007), + [sym___c_single_quote] = ACTIONS(3007), + [sym___r_double_quote] = ACTIONS(3007), + [sym___r_single_quote] = ACTIONS(3007), + }, + [1038] = { + [ts_builtin_sym_end] = ACTIONS(3161), + [sym_identifier] = ACTIONS(3163), + [anon_sym_LF] = ACTIONS(3163), + [anon_sym_CR] = ACTIONS(3163), + [anon_sym_CR_LF] = ACTIONS(3163), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3163), + [anon_sym_as] = ACTIONS(3163), + [anon_sym_LBRACE] = ACTIONS(3163), + [anon_sym_COMMA] = ACTIONS(3163), + [anon_sym_const] = ACTIONS(3163), + [anon_sym_LPAREN] = ACTIONS(3163), + [anon_sym___global] = ACTIONS(3163), + [anon_sym_type] = ACTIONS(3163), + [anon_sym_PIPE] = ACTIONS(3163), + [anon_sym_fn] = ACTIONS(3163), + [anon_sym_PLUS] = ACTIONS(3163), + [anon_sym_DASH] = ACTIONS(3163), + [anon_sym_STAR] = ACTIONS(3163), + [anon_sym_SLASH] = ACTIONS(3163), + [anon_sym_PERCENT] = ACTIONS(3163), + [anon_sym_LT] = ACTIONS(3163), + [anon_sym_GT] = ACTIONS(3163), + [anon_sym_EQ_EQ] = ACTIONS(3163), + [anon_sym_BANG_EQ] = ACTIONS(3163), + [anon_sym_LT_EQ] = ACTIONS(3163), + [anon_sym_GT_EQ] = ACTIONS(3163), + [anon_sym_LBRACK] = ACTIONS(3161), + [anon_sym_LT2] = ACTIONS(3163), + [anon_sym_struct] = ACTIONS(3163), + [anon_sym_union] = ACTIONS(3163), + [anon_sym_pub] = ACTIONS(3163), + [anon_sym_mut] = ACTIONS(3163), + [anon_sym_enum] = ACTIONS(3163), + [anon_sym_interface] = ACTIONS(3163), + [anon_sym_PLUS_PLUS] = ACTIONS(3163), + [anon_sym_DASH_DASH] = ACTIONS(3163), + [anon_sym_QMARK] = ACTIONS(3163), + [anon_sym_BANG] = ACTIONS(3163), + [anon_sym_go] = ACTIONS(3163), + [anon_sym_spawn] = ACTIONS(3163), + [anon_sym_json_DOTdecode] = ACTIONS(3163), + [anon_sym_LBRACK2] = ACTIONS(3163), + [anon_sym_TILDE] = ACTIONS(3163), + [anon_sym_CARET] = ACTIONS(3163), + [anon_sym_AMP] = ACTIONS(3163), + [anon_sym_LT_DASH] = ACTIONS(3163), + [anon_sym_LT_LT] = ACTIONS(3163), + [anon_sym_GT_GT] = ACTIONS(3163), + [anon_sym_GT_GT_GT] = ACTIONS(3163), + [anon_sym_AMP_CARET] = ACTIONS(3163), + [anon_sym_AMP_AMP] = ACTIONS(3163), + [anon_sym_PIPE_PIPE] = ACTIONS(3163), + [anon_sym_or] = ACTIONS(3163), + [sym_none] = ACTIONS(3163), + [sym_true] = ACTIONS(3163), + [sym_false] = ACTIONS(3163), + [sym_nil] = ACTIONS(3163), + [anon_sym_QMARK_DOT] = ACTIONS(3163), + [anon_sym_POUND_LBRACK] = ACTIONS(3163), + [anon_sym_if] = ACTIONS(3163), + [anon_sym_DOLLARif] = ACTIONS(3163), + [anon_sym_is] = ACTIONS(3163), + [anon_sym_BANGis] = ACTIONS(3163), + [anon_sym_in] = ACTIONS(3163), + [anon_sym_BANGin] = ACTIONS(3163), + [anon_sym_match] = ACTIONS(3163), + [anon_sym_select] = ACTIONS(3163), + [anon_sym_lock] = ACTIONS(3163), + [anon_sym_rlock] = ACTIONS(3163), + [anon_sym_unsafe] = ACTIONS(3163), + [anon_sym_sql] = ACTIONS(3163), + [sym_int_literal] = ACTIONS(3163), + [sym_float_literal] = ACTIONS(3163), + [sym_rune_literal] = ACTIONS(3163), + [anon_sym_AT] = ACTIONS(3163), + [anon_sym_shared] = ACTIONS(3163), + [anon_sym_map_LBRACK] = ACTIONS(3163), + [anon_sym_chan] = ACTIONS(3163), + [anon_sym_thread] = ACTIONS(3163), + [anon_sym_atomic] = ACTIONS(3163), + [anon_sym_assert] = ACTIONS(3163), + [anon_sym_defer] = ACTIONS(3163), + [anon_sym_goto] = ACTIONS(3163), + [anon_sym_break] = ACTIONS(3163), + [anon_sym_continue] = ACTIONS(3163), + [anon_sym_return] = ACTIONS(3163), + [anon_sym_DOLLARfor] = ACTIONS(3163), + [anon_sym_for] = ACTIONS(3163), + [anon_sym_POUND] = ACTIONS(3163), + [anon_sym_asm] = ACTIONS(3163), + [anon_sym_AT_LBRACK] = ACTIONS(3163), + [sym___double_quote] = ACTIONS(3163), + [sym___single_quote] = ACTIONS(3163), + [sym___c_double_quote] = ACTIONS(3163), + [sym___c_single_quote] = ACTIONS(3163), + [sym___r_double_quote] = ACTIONS(3163), + [sym___r_single_quote] = ACTIONS(3163), + }, + [1039] = { + [ts_builtin_sym_end] = ACTIONS(2416), + [sym_identifier] = ACTIONS(2418), + [anon_sym_LF] = ACTIONS(2418), + [anon_sym_CR] = ACTIONS(2418), + [anon_sym_CR_LF] = ACTIONS(2418), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2418), + [anon_sym_as] = ACTIONS(2418), + [anon_sym_LBRACE] = ACTIONS(2418), + [anon_sym_COMMA] = ACTIONS(2418), + [anon_sym_const] = ACTIONS(2418), + [anon_sym_LPAREN] = ACTIONS(2418), + [anon_sym___global] = ACTIONS(2418), + [anon_sym_type] = ACTIONS(2418), + [anon_sym_PIPE] = ACTIONS(2418), + [anon_sym_fn] = ACTIONS(2418), + [anon_sym_PLUS] = ACTIONS(2418), + [anon_sym_DASH] = ACTIONS(2418), + [anon_sym_STAR] = ACTIONS(2418), + [anon_sym_SLASH] = ACTIONS(2418), + [anon_sym_PERCENT] = ACTIONS(2418), + [anon_sym_LT] = ACTIONS(2418), + [anon_sym_GT] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2418), + [anon_sym_BANG_EQ] = ACTIONS(2418), + [anon_sym_LT_EQ] = ACTIONS(2418), + [anon_sym_GT_EQ] = ACTIONS(2418), + [anon_sym_LBRACK] = ACTIONS(2416), + [anon_sym_LT2] = ACTIONS(2418), + [anon_sym_struct] = ACTIONS(2418), + [anon_sym_union] = ACTIONS(2418), + [anon_sym_pub] = ACTIONS(2418), + [anon_sym_mut] = ACTIONS(2418), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_interface] = ACTIONS(2418), + [anon_sym_PLUS_PLUS] = ACTIONS(2418), + [anon_sym_DASH_DASH] = ACTIONS(2418), + [anon_sym_QMARK] = ACTIONS(2418), + [anon_sym_BANG] = ACTIONS(2418), + [anon_sym_go] = ACTIONS(2418), + [anon_sym_spawn] = ACTIONS(2418), + [anon_sym_json_DOTdecode] = ACTIONS(2418), + [anon_sym_LBRACK2] = ACTIONS(2418), + [anon_sym_TILDE] = ACTIONS(2418), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_AMP] = ACTIONS(2418), + [anon_sym_LT_DASH] = ACTIONS(2418), + [anon_sym_LT_LT] = ACTIONS(2418), + [anon_sym_GT_GT] = ACTIONS(2418), + [anon_sym_GT_GT_GT] = ACTIONS(2418), + [anon_sym_AMP_CARET] = ACTIONS(2418), + [anon_sym_AMP_AMP] = ACTIONS(2418), + [anon_sym_PIPE_PIPE] = ACTIONS(2418), + [anon_sym_or] = ACTIONS(2418), + [sym_none] = ACTIONS(2418), + [sym_true] = ACTIONS(2418), + [sym_false] = ACTIONS(2418), + [sym_nil] = ACTIONS(2418), + [anon_sym_QMARK_DOT] = ACTIONS(2418), + [anon_sym_POUND_LBRACK] = ACTIONS(2418), + [anon_sym_if] = ACTIONS(2418), + [anon_sym_DOLLARif] = ACTIONS(2418), + [anon_sym_is] = ACTIONS(2418), + [anon_sym_BANGis] = ACTIONS(2418), + [anon_sym_in] = ACTIONS(2418), + [anon_sym_BANGin] = ACTIONS(2418), + [anon_sym_match] = ACTIONS(2418), + [anon_sym_select] = ACTIONS(2418), + [anon_sym_lock] = ACTIONS(2418), + [anon_sym_rlock] = ACTIONS(2418), + [anon_sym_unsafe] = ACTIONS(2418), + [anon_sym_sql] = ACTIONS(2418), + [sym_int_literal] = ACTIONS(2418), + [sym_float_literal] = ACTIONS(2418), + [sym_rune_literal] = ACTIONS(2418), + [anon_sym_AT] = ACTIONS(2418), + [anon_sym_shared] = ACTIONS(2418), + [anon_sym_map_LBRACK] = ACTIONS(2418), + [anon_sym_chan] = ACTIONS(2418), + [anon_sym_thread] = ACTIONS(2418), + [anon_sym_atomic] = ACTIONS(2418), + [anon_sym_assert] = ACTIONS(2418), + [anon_sym_defer] = ACTIONS(2418), + [anon_sym_goto] = ACTIONS(2418), + [anon_sym_break] = ACTIONS(2418), + [anon_sym_continue] = ACTIONS(2418), + [anon_sym_return] = ACTIONS(2418), + [anon_sym_DOLLARfor] = ACTIONS(2418), + [anon_sym_for] = ACTIONS(2418), + [anon_sym_POUND] = ACTIONS(2418), + [anon_sym_asm] = ACTIONS(2418), + [anon_sym_AT_LBRACK] = ACTIONS(2418), + [sym___double_quote] = ACTIONS(2418), + [sym___single_quote] = ACTIONS(2418), + [sym___c_double_quote] = ACTIONS(2418), + [sym___c_single_quote] = ACTIONS(2418), + [sym___r_double_quote] = ACTIONS(2418), + [sym___r_single_quote] = ACTIONS(2418), + }, + [1040] = { + [ts_builtin_sym_end] = ACTIONS(3041), + [sym_identifier] = ACTIONS(3043), + [anon_sym_LF] = ACTIONS(3043), + [anon_sym_CR] = ACTIONS(3043), + [anon_sym_CR_LF] = ACTIONS(3043), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3043), + [anon_sym_as] = ACTIONS(3043), + [anon_sym_LBRACE] = ACTIONS(3043), + [anon_sym_COMMA] = ACTIONS(3043), + [anon_sym_const] = ACTIONS(3043), + [anon_sym_LPAREN] = ACTIONS(3043), + [anon_sym___global] = ACTIONS(3043), + [anon_sym_type] = ACTIONS(3043), + [anon_sym_PIPE] = ACTIONS(3043), + [anon_sym_fn] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3043), + [anon_sym_SLASH] = ACTIONS(3043), + [anon_sym_PERCENT] = ACTIONS(3043), + [anon_sym_LT] = ACTIONS(3043), + [anon_sym_GT] = ACTIONS(3043), + [anon_sym_EQ_EQ] = ACTIONS(3043), + [anon_sym_BANG_EQ] = ACTIONS(3043), + [anon_sym_LT_EQ] = ACTIONS(3043), + [anon_sym_GT_EQ] = ACTIONS(3043), + [anon_sym_LBRACK] = ACTIONS(3041), + [anon_sym_LT2] = ACTIONS(3043), + [anon_sym_struct] = ACTIONS(3043), + [anon_sym_union] = ACTIONS(3043), + [anon_sym_pub] = ACTIONS(3043), + [anon_sym_mut] = ACTIONS(3043), + [anon_sym_enum] = ACTIONS(3043), + [anon_sym_interface] = ACTIONS(3043), + [anon_sym_PLUS_PLUS] = ACTIONS(3043), + [anon_sym_DASH_DASH] = ACTIONS(3043), + [anon_sym_QMARK] = ACTIONS(3043), + [anon_sym_BANG] = ACTIONS(3043), + [anon_sym_go] = ACTIONS(3043), + [anon_sym_spawn] = ACTIONS(3043), + [anon_sym_json_DOTdecode] = ACTIONS(3043), + [anon_sym_LBRACK2] = ACTIONS(3043), + [anon_sym_TILDE] = ACTIONS(3043), + [anon_sym_CARET] = ACTIONS(3043), + [anon_sym_AMP] = ACTIONS(3043), + [anon_sym_LT_DASH] = ACTIONS(3043), + [anon_sym_LT_LT] = ACTIONS(3043), + [anon_sym_GT_GT] = ACTIONS(3043), + [anon_sym_GT_GT_GT] = ACTIONS(3043), + [anon_sym_AMP_CARET] = ACTIONS(3043), + [anon_sym_AMP_AMP] = ACTIONS(3043), + [anon_sym_PIPE_PIPE] = ACTIONS(3043), + [anon_sym_or] = ACTIONS(3043), + [sym_none] = ACTIONS(3043), + [sym_true] = ACTIONS(3043), + [sym_false] = ACTIONS(3043), + [sym_nil] = ACTIONS(3043), + [anon_sym_QMARK_DOT] = ACTIONS(3043), + [anon_sym_POUND_LBRACK] = ACTIONS(3043), + [anon_sym_if] = ACTIONS(3043), + [anon_sym_DOLLARif] = ACTIONS(3043), + [anon_sym_is] = ACTIONS(3043), + [anon_sym_BANGis] = ACTIONS(3043), + [anon_sym_in] = ACTIONS(3043), + [anon_sym_BANGin] = ACTIONS(3043), + [anon_sym_match] = ACTIONS(3043), + [anon_sym_select] = ACTIONS(3043), + [anon_sym_lock] = ACTIONS(3043), + [anon_sym_rlock] = ACTIONS(3043), + [anon_sym_unsafe] = ACTIONS(3043), + [anon_sym_sql] = ACTIONS(3043), + [sym_int_literal] = ACTIONS(3043), + [sym_float_literal] = ACTIONS(3043), + [sym_rune_literal] = ACTIONS(3043), + [anon_sym_AT] = ACTIONS(3043), + [anon_sym_shared] = ACTIONS(3043), + [anon_sym_map_LBRACK] = ACTIONS(3043), + [anon_sym_chan] = ACTIONS(3043), + [anon_sym_thread] = ACTIONS(3043), + [anon_sym_atomic] = ACTIONS(3043), + [anon_sym_assert] = ACTIONS(3043), + [anon_sym_defer] = ACTIONS(3043), + [anon_sym_goto] = ACTIONS(3043), + [anon_sym_break] = ACTIONS(3043), + [anon_sym_continue] = ACTIONS(3043), + [anon_sym_return] = ACTIONS(3043), + [anon_sym_DOLLARfor] = ACTIONS(3043), + [anon_sym_for] = ACTIONS(3043), + [anon_sym_POUND] = ACTIONS(3043), + [anon_sym_asm] = ACTIONS(3043), + [anon_sym_AT_LBRACK] = ACTIONS(3043), + [sym___double_quote] = ACTIONS(3043), + [sym___single_quote] = ACTIONS(3043), + [sym___c_double_quote] = ACTIONS(3043), + [sym___c_single_quote] = ACTIONS(3043), + [sym___r_double_quote] = ACTIONS(3043), + [sym___r_single_quote] = ACTIONS(3043), + }, + [1041] = { + [ts_builtin_sym_end] = ACTIONS(2422), + [sym_identifier] = ACTIONS(2420), + [anon_sym_LF] = ACTIONS(2420), + [anon_sym_CR] = ACTIONS(2420), + [anon_sym_CR_LF] = ACTIONS(2420), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2420), + [anon_sym_as] = ACTIONS(2420), + [anon_sym_LBRACE] = ACTIONS(2420), + [anon_sym_COMMA] = ACTIONS(2420), + [anon_sym_const] = ACTIONS(2420), + [anon_sym_LPAREN] = ACTIONS(2420), + [anon_sym___global] = ACTIONS(2420), + [anon_sym_type] = ACTIONS(2420), + [anon_sym_PIPE] = ACTIONS(2420), + [anon_sym_fn] = ACTIONS(2420), + [anon_sym_PLUS] = ACTIONS(2420), + [anon_sym_DASH] = ACTIONS(2420), + [anon_sym_STAR] = ACTIONS(2420), + [anon_sym_SLASH] = ACTIONS(2420), + [anon_sym_PERCENT] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2420), + [anon_sym_GT] = ACTIONS(2420), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT_EQ] = ACTIONS(2420), + [anon_sym_GT_EQ] = ACTIONS(2420), + [anon_sym_LBRACK] = ACTIONS(2422), + [anon_sym_LT2] = ACTIONS(2420), + [anon_sym_struct] = ACTIONS(2420), + [anon_sym_union] = ACTIONS(2420), + [anon_sym_pub] = ACTIONS(2420), + [anon_sym_mut] = ACTIONS(2420), + [anon_sym_enum] = ACTIONS(2420), + [anon_sym_interface] = ACTIONS(2420), + [anon_sym_PLUS_PLUS] = ACTIONS(2420), + [anon_sym_DASH_DASH] = ACTIONS(2420), + [anon_sym_QMARK] = ACTIONS(2420), + [anon_sym_BANG] = ACTIONS(2420), + [anon_sym_go] = ACTIONS(2420), + [anon_sym_spawn] = ACTIONS(2420), + [anon_sym_json_DOTdecode] = ACTIONS(2420), + [anon_sym_LBRACK2] = ACTIONS(2420), + [anon_sym_TILDE] = ACTIONS(2420), + [anon_sym_CARET] = ACTIONS(2420), + [anon_sym_AMP] = ACTIONS(2420), + [anon_sym_LT_DASH] = ACTIONS(2420), + [anon_sym_LT_LT] = ACTIONS(2420), + [anon_sym_GT_GT] = ACTIONS(2420), + [anon_sym_GT_GT_GT] = ACTIONS(2420), + [anon_sym_AMP_CARET] = ACTIONS(2420), + [anon_sym_AMP_AMP] = ACTIONS(2420), + [anon_sym_PIPE_PIPE] = ACTIONS(2420), + [anon_sym_or] = ACTIONS(2420), + [sym_none] = ACTIONS(2420), + [sym_true] = ACTIONS(2420), + [sym_false] = ACTIONS(2420), + [sym_nil] = ACTIONS(2420), + [anon_sym_QMARK_DOT] = ACTIONS(2420), + [anon_sym_POUND_LBRACK] = ACTIONS(2420), + [anon_sym_if] = ACTIONS(2420), + [anon_sym_DOLLARif] = ACTIONS(2420), + [anon_sym_is] = ACTIONS(2420), + [anon_sym_BANGis] = ACTIONS(2420), + [anon_sym_in] = ACTIONS(2420), + [anon_sym_BANGin] = ACTIONS(2420), + [anon_sym_match] = ACTIONS(2420), + [anon_sym_select] = ACTIONS(2420), + [anon_sym_lock] = ACTIONS(2420), + [anon_sym_rlock] = ACTIONS(2420), + [anon_sym_unsafe] = ACTIONS(2420), + [anon_sym_sql] = ACTIONS(2420), + [sym_int_literal] = ACTIONS(2420), + [sym_float_literal] = ACTIONS(2420), + [sym_rune_literal] = ACTIONS(2420), + [anon_sym_AT] = ACTIONS(2420), + [anon_sym_shared] = ACTIONS(2420), + [anon_sym_map_LBRACK] = ACTIONS(2420), + [anon_sym_chan] = ACTIONS(2420), + [anon_sym_thread] = ACTIONS(2420), + [anon_sym_atomic] = ACTIONS(2420), + [anon_sym_assert] = ACTIONS(2420), + [anon_sym_defer] = ACTIONS(2420), + [anon_sym_goto] = ACTIONS(2420), + [anon_sym_break] = ACTIONS(2420), + [anon_sym_continue] = ACTIONS(2420), + [anon_sym_return] = ACTIONS(2420), + [anon_sym_DOLLARfor] = ACTIONS(2420), + [anon_sym_for] = ACTIONS(2420), + [anon_sym_POUND] = ACTIONS(2420), + [anon_sym_asm] = ACTIONS(2420), + [anon_sym_AT_LBRACK] = ACTIONS(2420), + [sym___double_quote] = ACTIONS(2420), + [sym___single_quote] = ACTIONS(2420), + [sym___c_double_quote] = ACTIONS(2420), + [sym___c_single_quote] = ACTIONS(2420), + [sym___r_double_quote] = ACTIONS(2420), + [sym___r_single_quote] = ACTIONS(2420), + }, + [1042] = { + [ts_builtin_sym_end] = ACTIONS(3093), + [sym_identifier] = ACTIONS(3095), + [anon_sym_LF] = ACTIONS(3095), + [anon_sym_CR] = ACTIONS(3095), + [anon_sym_CR_LF] = ACTIONS(3095), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3095), + [anon_sym_as] = ACTIONS(3095), + [anon_sym_LBRACE] = ACTIONS(3095), + [anon_sym_COMMA] = ACTIONS(3095), + [anon_sym_const] = ACTIONS(3095), + [anon_sym_LPAREN] = ACTIONS(3095), + [anon_sym___global] = ACTIONS(3095), + [anon_sym_type] = ACTIONS(3095), + [anon_sym_PIPE] = ACTIONS(3095), + [anon_sym_fn] = ACTIONS(3095), + [anon_sym_PLUS] = ACTIONS(3095), + [anon_sym_DASH] = ACTIONS(3095), + [anon_sym_STAR] = ACTIONS(3095), + [anon_sym_SLASH] = ACTIONS(3095), + [anon_sym_PERCENT] = ACTIONS(3095), + [anon_sym_LT] = ACTIONS(3095), + [anon_sym_GT] = ACTIONS(3095), + [anon_sym_EQ_EQ] = ACTIONS(3095), + [anon_sym_BANG_EQ] = ACTIONS(3095), + [anon_sym_LT_EQ] = ACTIONS(3095), + [anon_sym_GT_EQ] = ACTIONS(3095), + [anon_sym_LBRACK] = ACTIONS(3093), + [anon_sym_LT2] = ACTIONS(3095), + [anon_sym_struct] = ACTIONS(3095), + [anon_sym_union] = ACTIONS(3095), + [anon_sym_pub] = ACTIONS(3095), + [anon_sym_mut] = ACTIONS(3095), + [anon_sym_enum] = ACTIONS(3095), + [anon_sym_interface] = ACTIONS(3095), + [anon_sym_PLUS_PLUS] = ACTIONS(3095), + [anon_sym_DASH_DASH] = ACTIONS(3095), + [anon_sym_QMARK] = ACTIONS(3095), + [anon_sym_BANG] = ACTIONS(3095), + [anon_sym_go] = ACTIONS(3095), + [anon_sym_spawn] = ACTIONS(3095), + [anon_sym_json_DOTdecode] = ACTIONS(3095), + [anon_sym_LBRACK2] = ACTIONS(3095), + [anon_sym_TILDE] = ACTIONS(3095), + [anon_sym_CARET] = ACTIONS(3095), + [anon_sym_AMP] = ACTIONS(3095), + [anon_sym_LT_DASH] = ACTIONS(3095), + [anon_sym_LT_LT] = ACTIONS(3095), + [anon_sym_GT_GT] = ACTIONS(3095), + [anon_sym_GT_GT_GT] = ACTIONS(3095), + [anon_sym_AMP_CARET] = ACTIONS(3095), + [anon_sym_AMP_AMP] = ACTIONS(3095), + [anon_sym_PIPE_PIPE] = ACTIONS(3095), + [anon_sym_or] = ACTIONS(3095), + [sym_none] = ACTIONS(3095), + [sym_true] = ACTIONS(3095), + [sym_false] = ACTIONS(3095), + [sym_nil] = ACTIONS(3095), + [anon_sym_QMARK_DOT] = ACTIONS(3095), + [anon_sym_POUND_LBRACK] = ACTIONS(3095), + [anon_sym_if] = ACTIONS(3095), + [anon_sym_DOLLARif] = ACTIONS(3095), + [anon_sym_is] = ACTIONS(3095), + [anon_sym_BANGis] = ACTIONS(3095), + [anon_sym_in] = ACTIONS(3095), + [anon_sym_BANGin] = ACTIONS(3095), + [anon_sym_match] = ACTIONS(3095), + [anon_sym_select] = ACTIONS(3095), + [anon_sym_lock] = ACTIONS(3095), + [anon_sym_rlock] = ACTIONS(3095), + [anon_sym_unsafe] = ACTIONS(3095), + [anon_sym_sql] = ACTIONS(3095), + [sym_int_literal] = ACTIONS(3095), + [sym_float_literal] = ACTIONS(3095), + [sym_rune_literal] = ACTIONS(3095), + [anon_sym_AT] = ACTIONS(3095), + [anon_sym_shared] = ACTIONS(3095), + [anon_sym_map_LBRACK] = ACTIONS(3095), + [anon_sym_chan] = ACTIONS(3095), + [anon_sym_thread] = ACTIONS(3095), + [anon_sym_atomic] = ACTIONS(3095), + [anon_sym_assert] = ACTIONS(3095), + [anon_sym_defer] = ACTIONS(3095), + [anon_sym_goto] = ACTIONS(3095), + [anon_sym_break] = ACTIONS(3095), + [anon_sym_continue] = ACTIONS(3095), + [anon_sym_return] = ACTIONS(3095), + [anon_sym_DOLLARfor] = ACTIONS(3095), + [anon_sym_for] = ACTIONS(3095), + [anon_sym_POUND] = ACTIONS(3095), + [anon_sym_asm] = ACTIONS(3095), + [anon_sym_AT_LBRACK] = ACTIONS(3095), + [sym___double_quote] = ACTIONS(3095), + [sym___single_quote] = ACTIONS(3095), + [sym___c_double_quote] = ACTIONS(3095), + [sym___c_single_quote] = ACTIONS(3095), + [sym___r_double_quote] = ACTIONS(3095), + [sym___r_single_quote] = ACTIONS(3095), + }, + [1043] = { + [ts_builtin_sym_end] = ACTIONS(3165), + [sym_identifier] = ACTIONS(3167), + [anon_sym_LF] = ACTIONS(3167), + [anon_sym_CR] = ACTIONS(3167), + [anon_sym_CR_LF] = ACTIONS(3167), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3167), + [anon_sym_as] = ACTIONS(3167), + [anon_sym_LBRACE] = ACTIONS(3167), + [anon_sym_COMMA] = ACTIONS(3167), + [anon_sym_const] = ACTIONS(3167), + [anon_sym_LPAREN] = ACTIONS(3167), + [anon_sym___global] = ACTIONS(3167), + [anon_sym_type] = ACTIONS(3167), + [anon_sym_PIPE] = ACTIONS(3167), + [anon_sym_fn] = ACTIONS(3167), + [anon_sym_PLUS] = ACTIONS(3167), + [anon_sym_DASH] = ACTIONS(3167), + [anon_sym_STAR] = ACTIONS(3167), + [anon_sym_SLASH] = ACTIONS(3167), + [anon_sym_PERCENT] = ACTIONS(3167), + [anon_sym_LT] = ACTIONS(3167), + [anon_sym_GT] = ACTIONS(3167), + [anon_sym_EQ_EQ] = ACTIONS(3167), + [anon_sym_BANG_EQ] = ACTIONS(3167), + [anon_sym_LT_EQ] = ACTIONS(3167), + [anon_sym_GT_EQ] = ACTIONS(3167), + [anon_sym_LBRACK] = ACTIONS(3165), + [anon_sym_LT2] = ACTIONS(3167), + [anon_sym_struct] = ACTIONS(3167), + [anon_sym_union] = ACTIONS(3167), + [anon_sym_pub] = ACTIONS(3167), + [anon_sym_mut] = ACTIONS(3167), + [anon_sym_enum] = ACTIONS(3167), + [anon_sym_interface] = ACTIONS(3167), + [anon_sym_PLUS_PLUS] = ACTIONS(3167), + [anon_sym_DASH_DASH] = ACTIONS(3167), + [anon_sym_QMARK] = ACTIONS(3167), + [anon_sym_BANG] = ACTIONS(3167), + [anon_sym_go] = ACTIONS(3167), + [anon_sym_spawn] = ACTIONS(3167), + [anon_sym_json_DOTdecode] = ACTIONS(3167), + [anon_sym_LBRACK2] = ACTIONS(3167), + [anon_sym_TILDE] = ACTIONS(3167), + [anon_sym_CARET] = ACTIONS(3167), + [anon_sym_AMP] = ACTIONS(3167), + [anon_sym_LT_DASH] = ACTIONS(3167), + [anon_sym_LT_LT] = ACTIONS(3167), + [anon_sym_GT_GT] = ACTIONS(3167), + [anon_sym_GT_GT_GT] = ACTIONS(3167), + [anon_sym_AMP_CARET] = ACTIONS(3167), + [anon_sym_AMP_AMP] = ACTIONS(3167), + [anon_sym_PIPE_PIPE] = ACTIONS(3167), + [anon_sym_or] = ACTIONS(3167), + [sym_none] = ACTIONS(3167), + [sym_true] = ACTIONS(3167), + [sym_false] = ACTIONS(3167), + [sym_nil] = ACTIONS(3167), + [anon_sym_QMARK_DOT] = ACTIONS(3167), + [anon_sym_POUND_LBRACK] = ACTIONS(3167), + [anon_sym_if] = ACTIONS(3167), + [anon_sym_DOLLARif] = ACTIONS(3167), + [anon_sym_is] = ACTIONS(3167), + [anon_sym_BANGis] = ACTIONS(3167), + [anon_sym_in] = ACTIONS(3167), + [anon_sym_BANGin] = ACTIONS(3167), + [anon_sym_match] = ACTIONS(3167), + [anon_sym_select] = ACTIONS(3167), + [anon_sym_lock] = ACTIONS(3167), + [anon_sym_rlock] = ACTIONS(3167), + [anon_sym_unsafe] = ACTIONS(3167), + [anon_sym_sql] = ACTIONS(3167), + [sym_int_literal] = ACTIONS(3167), + [sym_float_literal] = ACTIONS(3167), + [sym_rune_literal] = ACTIONS(3167), + [anon_sym_AT] = ACTIONS(3167), + [anon_sym_shared] = ACTIONS(3167), + [anon_sym_map_LBRACK] = ACTIONS(3167), + [anon_sym_chan] = ACTIONS(3167), + [anon_sym_thread] = ACTIONS(3167), + [anon_sym_atomic] = ACTIONS(3167), + [anon_sym_assert] = ACTIONS(3167), + [anon_sym_defer] = ACTIONS(3167), + [anon_sym_goto] = ACTIONS(3167), + [anon_sym_break] = ACTIONS(3167), + [anon_sym_continue] = ACTIONS(3167), + [anon_sym_return] = ACTIONS(3167), + [anon_sym_DOLLARfor] = ACTIONS(3167), + [anon_sym_for] = ACTIONS(3167), + [anon_sym_POUND] = ACTIONS(3167), + [anon_sym_asm] = ACTIONS(3167), + [anon_sym_AT_LBRACK] = ACTIONS(3167), + [sym___double_quote] = ACTIONS(3167), + [sym___single_quote] = ACTIONS(3167), + [sym___c_double_quote] = ACTIONS(3167), + [sym___c_single_quote] = ACTIONS(3167), + [sym___r_double_quote] = ACTIONS(3167), + [sym___r_single_quote] = ACTIONS(3167), + }, + [1044] = { + [ts_builtin_sym_end] = ACTIONS(3169), + [sym_identifier] = ACTIONS(3171), + [anon_sym_LF] = ACTIONS(3171), + [anon_sym_CR] = ACTIONS(3171), + [anon_sym_CR_LF] = ACTIONS(3171), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3171), + [anon_sym_as] = ACTIONS(3171), + [anon_sym_LBRACE] = ACTIONS(3171), + [anon_sym_COMMA] = ACTIONS(3171), + [anon_sym_const] = ACTIONS(3171), + [anon_sym_LPAREN] = ACTIONS(3171), + [anon_sym___global] = ACTIONS(3171), + [anon_sym_type] = ACTIONS(3171), + [anon_sym_PIPE] = ACTIONS(3171), + [anon_sym_fn] = ACTIONS(3171), + [anon_sym_PLUS] = ACTIONS(3171), + [anon_sym_DASH] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3171), + [anon_sym_SLASH] = ACTIONS(3171), + [anon_sym_PERCENT] = ACTIONS(3171), + [anon_sym_LT] = ACTIONS(3171), + [anon_sym_GT] = ACTIONS(3171), + [anon_sym_EQ_EQ] = ACTIONS(3171), + [anon_sym_BANG_EQ] = ACTIONS(3171), + [anon_sym_LT_EQ] = ACTIONS(3171), + [anon_sym_GT_EQ] = ACTIONS(3171), + [anon_sym_LBRACK] = ACTIONS(3169), + [anon_sym_LT2] = ACTIONS(3171), + [anon_sym_struct] = ACTIONS(3171), + [anon_sym_union] = ACTIONS(3171), + [anon_sym_pub] = ACTIONS(3171), + [anon_sym_mut] = ACTIONS(3171), + [anon_sym_enum] = ACTIONS(3171), + [anon_sym_interface] = ACTIONS(3171), + [anon_sym_PLUS_PLUS] = ACTIONS(3171), + [anon_sym_DASH_DASH] = ACTIONS(3171), + [anon_sym_QMARK] = ACTIONS(3171), + [anon_sym_BANG] = ACTIONS(3171), + [anon_sym_go] = ACTIONS(3171), + [anon_sym_spawn] = ACTIONS(3171), + [anon_sym_json_DOTdecode] = ACTIONS(3171), + [anon_sym_LBRACK2] = ACTIONS(3171), + [anon_sym_TILDE] = ACTIONS(3171), + [anon_sym_CARET] = ACTIONS(3171), + [anon_sym_AMP] = ACTIONS(3171), + [anon_sym_LT_DASH] = ACTIONS(3171), + [anon_sym_LT_LT] = ACTIONS(3171), + [anon_sym_GT_GT] = ACTIONS(3171), + [anon_sym_GT_GT_GT] = ACTIONS(3171), + [anon_sym_AMP_CARET] = ACTIONS(3171), + [anon_sym_AMP_AMP] = ACTIONS(3171), + [anon_sym_PIPE_PIPE] = ACTIONS(3171), + [anon_sym_or] = ACTIONS(3171), + [sym_none] = ACTIONS(3171), + [sym_true] = ACTIONS(3171), + [sym_false] = ACTIONS(3171), + [sym_nil] = ACTIONS(3171), + [anon_sym_QMARK_DOT] = ACTIONS(3171), + [anon_sym_POUND_LBRACK] = ACTIONS(3171), + [anon_sym_if] = ACTIONS(3171), + [anon_sym_DOLLARif] = ACTIONS(3171), + [anon_sym_is] = ACTIONS(3171), + [anon_sym_BANGis] = ACTIONS(3171), + [anon_sym_in] = ACTIONS(3171), + [anon_sym_BANGin] = ACTIONS(3171), + [anon_sym_match] = ACTIONS(3171), + [anon_sym_select] = ACTIONS(3171), + [anon_sym_lock] = ACTIONS(3171), + [anon_sym_rlock] = ACTIONS(3171), + [anon_sym_unsafe] = ACTIONS(3171), + [anon_sym_sql] = ACTIONS(3171), + [sym_int_literal] = ACTIONS(3171), + [sym_float_literal] = ACTIONS(3171), + [sym_rune_literal] = ACTIONS(3171), + [anon_sym_AT] = ACTIONS(3171), + [anon_sym_shared] = ACTIONS(3171), + [anon_sym_map_LBRACK] = ACTIONS(3171), + [anon_sym_chan] = ACTIONS(3171), + [anon_sym_thread] = ACTIONS(3171), + [anon_sym_atomic] = ACTIONS(3171), + [anon_sym_assert] = ACTIONS(3171), + [anon_sym_defer] = ACTIONS(3171), + [anon_sym_goto] = ACTIONS(3171), + [anon_sym_break] = ACTIONS(3171), + [anon_sym_continue] = ACTIONS(3171), + [anon_sym_return] = ACTIONS(3171), + [anon_sym_DOLLARfor] = ACTIONS(3171), + [anon_sym_for] = ACTIONS(3171), + [anon_sym_POUND] = ACTIONS(3171), + [anon_sym_asm] = ACTIONS(3171), + [anon_sym_AT_LBRACK] = ACTIONS(3171), + [sym___double_quote] = ACTIONS(3171), + [sym___single_quote] = ACTIONS(3171), + [sym___c_double_quote] = ACTIONS(3171), + [sym___c_single_quote] = ACTIONS(3171), + [sym___r_double_quote] = ACTIONS(3171), + [sym___r_single_quote] = ACTIONS(3171), + }, + [1045] = { + [ts_builtin_sym_end] = ACTIONS(2759), + [sym_identifier] = ACTIONS(2761), + [anon_sym_LF] = ACTIONS(2761), + [anon_sym_CR] = ACTIONS(2761), + [anon_sym_CR_LF] = ACTIONS(2761), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2761), + [anon_sym_as] = ACTIONS(2761), + [anon_sym_LBRACE] = ACTIONS(2761), + [anon_sym_COMMA] = ACTIONS(2761), + [anon_sym_const] = ACTIONS(2761), + [anon_sym_LPAREN] = ACTIONS(2761), + [anon_sym___global] = ACTIONS(2761), + [anon_sym_type] = ACTIONS(2761), + [anon_sym_PIPE] = ACTIONS(2761), + [anon_sym_fn] = ACTIONS(2761), + [anon_sym_PLUS] = ACTIONS(2761), + [anon_sym_DASH] = ACTIONS(2761), + [anon_sym_STAR] = ACTIONS(2761), + [anon_sym_SLASH] = ACTIONS(2761), + [anon_sym_PERCENT] = ACTIONS(2761), + [anon_sym_LT] = ACTIONS(2761), + [anon_sym_GT] = ACTIONS(2761), + [anon_sym_EQ_EQ] = ACTIONS(2761), + [anon_sym_BANG_EQ] = ACTIONS(2761), + [anon_sym_LT_EQ] = ACTIONS(2761), + [anon_sym_GT_EQ] = ACTIONS(2761), + [anon_sym_LBRACK] = ACTIONS(2759), + [anon_sym_LT2] = ACTIONS(2761), + [anon_sym_struct] = ACTIONS(2761), + [anon_sym_union] = ACTIONS(2761), + [anon_sym_pub] = ACTIONS(2761), + [anon_sym_mut] = ACTIONS(2761), + [anon_sym_enum] = ACTIONS(2761), + [anon_sym_interface] = ACTIONS(2761), + [anon_sym_PLUS_PLUS] = ACTIONS(2761), + [anon_sym_DASH_DASH] = ACTIONS(2761), + [anon_sym_QMARK] = ACTIONS(2761), + [anon_sym_BANG] = ACTIONS(2761), + [anon_sym_go] = ACTIONS(2761), + [anon_sym_spawn] = ACTIONS(2761), + [anon_sym_json_DOTdecode] = ACTIONS(2761), + [anon_sym_LBRACK2] = ACTIONS(2761), + [anon_sym_TILDE] = ACTIONS(2761), + [anon_sym_CARET] = ACTIONS(2761), + [anon_sym_AMP] = ACTIONS(2761), + [anon_sym_LT_DASH] = ACTIONS(2761), + [anon_sym_LT_LT] = ACTIONS(2761), + [anon_sym_GT_GT] = ACTIONS(2761), + [anon_sym_GT_GT_GT] = ACTIONS(2761), + [anon_sym_AMP_CARET] = ACTIONS(2761), + [anon_sym_AMP_AMP] = ACTIONS(2761), + [anon_sym_PIPE_PIPE] = ACTIONS(2761), + [anon_sym_or] = ACTIONS(2761), + [sym_none] = ACTIONS(2761), + [sym_true] = ACTIONS(2761), + [sym_false] = ACTIONS(2761), + [sym_nil] = ACTIONS(2761), + [anon_sym_QMARK_DOT] = ACTIONS(2761), + [anon_sym_POUND_LBRACK] = ACTIONS(2761), + [anon_sym_if] = ACTIONS(2761), + [anon_sym_DOLLARif] = ACTIONS(2761), + [anon_sym_is] = ACTIONS(2761), + [anon_sym_BANGis] = ACTIONS(2761), + [anon_sym_in] = ACTIONS(2761), + [anon_sym_BANGin] = ACTIONS(2761), + [anon_sym_match] = ACTIONS(2761), + [anon_sym_select] = ACTIONS(2761), + [anon_sym_lock] = ACTIONS(2761), + [anon_sym_rlock] = ACTIONS(2761), + [anon_sym_unsafe] = ACTIONS(2761), + [anon_sym_sql] = ACTIONS(2761), + [sym_int_literal] = ACTIONS(2761), + [sym_float_literal] = ACTIONS(2761), + [sym_rune_literal] = ACTIONS(2761), + [anon_sym_AT] = ACTIONS(2761), + [anon_sym_shared] = ACTIONS(2761), + [anon_sym_map_LBRACK] = ACTIONS(2761), + [anon_sym_chan] = ACTIONS(2761), + [anon_sym_thread] = ACTIONS(2761), + [anon_sym_atomic] = ACTIONS(2761), + [anon_sym_assert] = ACTIONS(2761), + [anon_sym_defer] = ACTIONS(2761), + [anon_sym_goto] = ACTIONS(2761), + [anon_sym_break] = ACTIONS(2761), + [anon_sym_continue] = ACTIONS(2761), + [anon_sym_return] = ACTIONS(2761), + [anon_sym_DOLLARfor] = ACTIONS(2761), + [anon_sym_for] = ACTIONS(2761), + [anon_sym_POUND] = ACTIONS(2761), + [anon_sym_asm] = ACTIONS(2761), + [anon_sym_AT_LBRACK] = ACTIONS(2761), + [sym___double_quote] = ACTIONS(2761), + [sym___single_quote] = ACTIONS(2761), + [sym___c_double_quote] = ACTIONS(2761), + [sym___c_single_quote] = ACTIONS(2761), + [sym___r_double_quote] = ACTIONS(2761), + [sym___r_single_quote] = ACTIONS(2761), + }, + [1046] = { + [ts_builtin_sym_end] = ACTIONS(2763), + [sym_identifier] = ACTIONS(2765), + [anon_sym_LF] = ACTIONS(2765), + [anon_sym_CR] = ACTIONS(2765), + [anon_sym_CR_LF] = ACTIONS(2765), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2765), + [anon_sym_as] = ACTIONS(2765), + [anon_sym_LBRACE] = ACTIONS(2765), + [anon_sym_COMMA] = ACTIONS(2765), + [anon_sym_const] = ACTIONS(2765), + [anon_sym_LPAREN] = ACTIONS(2765), + [anon_sym___global] = ACTIONS(2765), + [anon_sym_type] = ACTIONS(2765), + [anon_sym_PIPE] = ACTIONS(2765), + [anon_sym_fn] = ACTIONS(2765), + [anon_sym_PLUS] = ACTIONS(2765), + [anon_sym_DASH] = ACTIONS(2765), + [anon_sym_STAR] = ACTIONS(2765), + [anon_sym_SLASH] = ACTIONS(2765), + [anon_sym_PERCENT] = ACTIONS(2765), + [anon_sym_LT] = ACTIONS(2765), + [anon_sym_GT] = ACTIONS(2765), + [anon_sym_EQ_EQ] = ACTIONS(2765), + [anon_sym_BANG_EQ] = ACTIONS(2765), + [anon_sym_LT_EQ] = ACTIONS(2765), + [anon_sym_GT_EQ] = ACTIONS(2765), + [anon_sym_LBRACK] = ACTIONS(2763), + [anon_sym_LT2] = ACTIONS(2765), + [anon_sym_struct] = ACTIONS(2765), + [anon_sym_union] = ACTIONS(2765), + [anon_sym_pub] = ACTIONS(2765), + [anon_sym_mut] = ACTIONS(2765), + [anon_sym_enum] = ACTIONS(2765), + [anon_sym_interface] = ACTIONS(2765), + [anon_sym_PLUS_PLUS] = ACTIONS(2765), + [anon_sym_DASH_DASH] = ACTIONS(2765), + [anon_sym_QMARK] = ACTIONS(2765), + [anon_sym_BANG] = ACTIONS(2765), + [anon_sym_go] = ACTIONS(2765), + [anon_sym_spawn] = ACTIONS(2765), + [anon_sym_json_DOTdecode] = ACTIONS(2765), + [anon_sym_LBRACK2] = ACTIONS(2765), + [anon_sym_TILDE] = ACTIONS(2765), + [anon_sym_CARET] = ACTIONS(2765), + [anon_sym_AMP] = ACTIONS(2765), + [anon_sym_LT_DASH] = ACTIONS(2765), + [anon_sym_LT_LT] = ACTIONS(2765), + [anon_sym_GT_GT] = ACTIONS(2765), + [anon_sym_GT_GT_GT] = ACTIONS(2765), + [anon_sym_AMP_CARET] = ACTIONS(2765), + [anon_sym_AMP_AMP] = ACTIONS(2765), + [anon_sym_PIPE_PIPE] = ACTIONS(2765), + [anon_sym_or] = ACTIONS(2765), + [sym_none] = ACTIONS(2765), + [sym_true] = ACTIONS(2765), + [sym_false] = ACTIONS(2765), + [sym_nil] = ACTIONS(2765), + [anon_sym_QMARK_DOT] = ACTIONS(2765), + [anon_sym_POUND_LBRACK] = ACTIONS(2765), + [anon_sym_if] = ACTIONS(2765), + [anon_sym_DOLLARif] = ACTIONS(2765), + [anon_sym_is] = ACTIONS(2765), + [anon_sym_BANGis] = ACTIONS(2765), + [anon_sym_in] = ACTIONS(2765), + [anon_sym_BANGin] = ACTIONS(2765), + [anon_sym_match] = ACTIONS(2765), + [anon_sym_select] = ACTIONS(2765), + [anon_sym_lock] = ACTIONS(2765), + [anon_sym_rlock] = ACTIONS(2765), + [anon_sym_unsafe] = ACTIONS(2765), + [anon_sym_sql] = ACTIONS(2765), + [sym_int_literal] = ACTIONS(2765), + [sym_float_literal] = ACTIONS(2765), + [sym_rune_literal] = ACTIONS(2765), + [anon_sym_AT] = ACTIONS(2765), + [anon_sym_shared] = ACTIONS(2765), + [anon_sym_map_LBRACK] = ACTIONS(2765), + [anon_sym_chan] = ACTIONS(2765), + [anon_sym_thread] = ACTIONS(2765), + [anon_sym_atomic] = ACTIONS(2765), + [anon_sym_assert] = ACTIONS(2765), + [anon_sym_defer] = ACTIONS(2765), + [anon_sym_goto] = ACTIONS(2765), + [anon_sym_break] = ACTIONS(2765), + [anon_sym_continue] = ACTIONS(2765), + [anon_sym_return] = ACTIONS(2765), + [anon_sym_DOLLARfor] = ACTIONS(2765), + [anon_sym_for] = ACTIONS(2765), + [anon_sym_POUND] = ACTIONS(2765), + [anon_sym_asm] = ACTIONS(2765), + [anon_sym_AT_LBRACK] = ACTIONS(2765), + [sym___double_quote] = ACTIONS(2765), + [sym___single_quote] = ACTIONS(2765), + [sym___c_double_quote] = ACTIONS(2765), + [sym___c_single_quote] = ACTIONS(2765), + [sym___r_double_quote] = ACTIONS(2765), + [sym___r_single_quote] = ACTIONS(2765), + }, [1047] = { - [ts_builtin_sym_end] = ACTIONS(3151), - [sym_identifier] = ACTIONS(3153), - [anon_sym_LF] = ACTIONS(3153), - [anon_sym_CR] = ACTIONS(3153), - [anon_sym_CR_LF] = ACTIONS(3153), + [ts_builtin_sym_end] = ACTIONS(3033), + [sym_identifier] = ACTIONS(3035), + [anon_sym_LF] = ACTIONS(3035), + [anon_sym_CR] = ACTIONS(3035), + [anon_sym_CR_LF] = ACTIONS(3035), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3153), - [anon_sym_as] = ACTIONS(3153), - [anon_sym_LBRACE] = ACTIONS(3153), - [anon_sym_COMMA] = ACTIONS(3153), - [anon_sym_const] = ACTIONS(3153), - [anon_sym_LPAREN] = ACTIONS(3153), - [anon_sym___global] = ACTIONS(3153), - [anon_sym_type] = ACTIONS(3153), - [anon_sym_PIPE] = ACTIONS(3153), - [anon_sym_fn] = ACTIONS(3153), - [anon_sym_PLUS] = ACTIONS(3153), - [anon_sym_DASH] = ACTIONS(3153), - [anon_sym_STAR] = ACTIONS(3153), - [anon_sym_SLASH] = ACTIONS(3153), - [anon_sym_PERCENT] = ACTIONS(3153), - [anon_sym_LT] = ACTIONS(3153), - [anon_sym_GT] = ACTIONS(3153), - [anon_sym_EQ_EQ] = ACTIONS(3153), - [anon_sym_BANG_EQ] = ACTIONS(3153), - [anon_sym_LT_EQ] = ACTIONS(3153), - [anon_sym_GT_EQ] = ACTIONS(3153), - [anon_sym_LBRACK] = ACTIONS(3151), - [anon_sym_struct] = ACTIONS(3153), - [anon_sym_union] = ACTIONS(3153), - [anon_sym_pub] = ACTIONS(3153), - [anon_sym_mut] = ACTIONS(3153), - [anon_sym_enum] = ACTIONS(3153), - [anon_sym_interface] = ACTIONS(3153), - [anon_sym_PLUS_PLUS] = ACTIONS(3153), - [anon_sym_DASH_DASH] = ACTIONS(3153), - [anon_sym_QMARK] = ACTIONS(3153), - [anon_sym_BANG] = ACTIONS(3153), - [anon_sym_go] = ACTIONS(3153), - [anon_sym_spawn] = ACTIONS(3153), - [anon_sym_json_DOTdecode] = ACTIONS(3153), - [anon_sym_LBRACK2] = ACTIONS(3153), - [anon_sym_TILDE] = ACTIONS(3153), - [anon_sym_CARET] = ACTIONS(3153), - [anon_sym_AMP] = ACTIONS(3153), - [anon_sym_LT_DASH] = ACTIONS(3153), - [anon_sym_LT_LT] = ACTIONS(3153), - [anon_sym_GT_GT] = ACTIONS(3153), - [anon_sym_GT_GT_GT] = ACTIONS(3153), - [anon_sym_AMP_CARET] = ACTIONS(3153), - [anon_sym_AMP_AMP] = ACTIONS(3153), - [anon_sym_PIPE_PIPE] = ACTIONS(3153), - [anon_sym_or] = ACTIONS(3153), - [sym_none] = ACTIONS(3153), - [sym_true] = ACTIONS(3153), - [sym_false] = ACTIONS(3153), - [sym_nil] = ACTIONS(3153), - [anon_sym_QMARK_DOT] = ACTIONS(3153), - [anon_sym_POUND_LBRACK] = ACTIONS(3153), - [anon_sym_if] = ACTIONS(3153), - [anon_sym_DOLLARif] = ACTIONS(3153), - [anon_sym_is] = ACTIONS(3153), - [anon_sym_BANGis] = ACTIONS(3153), - [anon_sym_in] = ACTIONS(3153), - [anon_sym_BANGin] = ACTIONS(3153), - [anon_sym_match] = ACTIONS(3153), - [anon_sym_select] = ACTIONS(3153), - [anon_sym_lock] = ACTIONS(3153), - [anon_sym_rlock] = ACTIONS(3153), - [anon_sym_unsafe] = ACTIONS(3153), - [anon_sym_sql] = ACTIONS(3153), - [sym_int_literal] = ACTIONS(3153), - [sym_float_literal] = ACTIONS(3153), - [sym_rune_literal] = ACTIONS(3153), - [anon_sym_AT] = ACTIONS(3153), - [anon_sym_shared] = ACTIONS(3153), - [anon_sym_map_LBRACK] = ACTIONS(3153), - [anon_sym_chan] = ACTIONS(3153), - [anon_sym_thread] = ACTIONS(3153), - [anon_sym_atomic] = ACTIONS(3153), - [anon_sym_assert] = ACTIONS(3153), - [anon_sym_defer] = ACTIONS(3153), - [anon_sym_goto] = ACTIONS(3153), - [anon_sym_break] = ACTIONS(3153), - [anon_sym_continue] = ACTIONS(3153), - [anon_sym_return] = ACTIONS(3153), - [anon_sym_DOLLARfor] = ACTIONS(3153), - [anon_sym_for] = ACTIONS(3153), - [anon_sym_POUND] = ACTIONS(3153), - [anon_sym_asm] = ACTIONS(3153), - [anon_sym_AT_LBRACK] = ACTIONS(3153), - [sym___double_quote] = ACTIONS(3153), - [sym___single_quote] = ACTIONS(3153), - [sym___c_double_quote] = ACTIONS(3153), - [sym___c_single_quote] = ACTIONS(3153), - [sym___r_double_quote] = ACTIONS(3153), - [sym___r_single_quote] = ACTIONS(3153), + [anon_sym_DOT] = ACTIONS(3035), + [anon_sym_as] = ACTIONS(3035), + [anon_sym_LBRACE] = ACTIONS(3035), + [anon_sym_COMMA] = ACTIONS(3035), + [anon_sym_const] = ACTIONS(3035), + [anon_sym_LPAREN] = ACTIONS(3035), + [anon_sym___global] = ACTIONS(3035), + [anon_sym_type] = ACTIONS(3035), + [anon_sym_PIPE] = ACTIONS(3035), + [anon_sym_fn] = ACTIONS(3035), + [anon_sym_PLUS] = ACTIONS(3035), + [anon_sym_DASH] = ACTIONS(3035), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_SLASH] = ACTIONS(3035), + [anon_sym_PERCENT] = ACTIONS(3035), + [anon_sym_LT] = ACTIONS(3035), + [anon_sym_GT] = ACTIONS(3035), + [anon_sym_EQ_EQ] = ACTIONS(3035), + [anon_sym_BANG_EQ] = ACTIONS(3035), + [anon_sym_LT_EQ] = ACTIONS(3035), + [anon_sym_GT_EQ] = ACTIONS(3035), + [anon_sym_LBRACK] = ACTIONS(3033), + [anon_sym_LT2] = ACTIONS(3035), + [anon_sym_struct] = ACTIONS(3035), + [anon_sym_union] = ACTIONS(3035), + [anon_sym_pub] = ACTIONS(3035), + [anon_sym_mut] = ACTIONS(3035), + [anon_sym_enum] = ACTIONS(3035), + [anon_sym_interface] = ACTIONS(3035), + [anon_sym_PLUS_PLUS] = ACTIONS(3035), + [anon_sym_DASH_DASH] = ACTIONS(3035), + [anon_sym_QMARK] = ACTIONS(3035), + [anon_sym_BANG] = ACTIONS(3035), + [anon_sym_go] = ACTIONS(3035), + [anon_sym_spawn] = ACTIONS(3035), + [anon_sym_json_DOTdecode] = ACTIONS(3035), + [anon_sym_LBRACK2] = ACTIONS(3035), + [anon_sym_TILDE] = ACTIONS(3035), + [anon_sym_CARET] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_LT_DASH] = ACTIONS(3035), + [anon_sym_LT_LT] = ACTIONS(3035), + [anon_sym_GT_GT] = ACTIONS(3035), + [anon_sym_GT_GT_GT] = ACTIONS(3035), + [anon_sym_AMP_CARET] = ACTIONS(3035), + [anon_sym_AMP_AMP] = ACTIONS(3035), + [anon_sym_PIPE_PIPE] = ACTIONS(3035), + [anon_sym_or] = ACTIONS(3035), + [sym_none] = ACTIONS(3035), + [sym_true] = ACTIONS(3035), + [sym_false] = ACTIONS(3035), + [sym_nil] = ACTIONS(3035), + [anon_sym_QMARK_DOT] = ACTIONS(3035), + [anon_sym_POUND_LBRACK] = ACTIONS(3035), + [anon_sym_if] = ACTIONS(3035), + [anon_sym_DOLLARif] = ACTIONS(3035), + [anon_sym_is] = ACTIONS(3035), + [anon_sym_BANGis] = ACTIONS(3035), + [anon_sym_in] = ACTIONS(3035), + [anon_sym_BANGin] = ACTIONS(3035), + [anon_sym_match] = ACTIONS(3035), + [anon_sym_select] = ACTIONS(3035), + [anon_sym_lock] = ACTIONS(3035), + [anon_sym_rlock] = ACTIONS(3035), + [anon_sym_unsafe] = ACTIONS(3035), + [anon_sym_sql] = ACTIONS(3035), + [sym_int_literal] = ACTIONS(3035), + [sym_float_literal] = ACTIONS(3035), + [sym_rune_literal] = ACTIONS(3035), + [anon_sym_AT] = ACTIONS(3035), + [anon_sym_shared] = ACTIONS(3035), + [anon_sym_map_LBRACK] = ACTIONS(3035), + [anon_sym_chan] = ACTIONS(3035), + [anon_sym_thread] = ACTIONS(3035), + [anon_sym_atomic] = ACTIONS(3035), + [anon_sym_assert] = ACTIONS(3035), + [anon_sym_defer] = ACTIONS(3035), + [anon_sym_goto] = ACTIONS(3035), + [anon_sym_break] = ACTIONS(3035), + [anon_sym_continue] = ACTIONS(3035), + [anon_sym_return] = ACTIONS(3035), + [anon_sym_DOLLARfor] = ACTIONS(3035), + [anon_sym_for] = ACTIONS(3035), + [anon_sym_POUND] = ACTIONS(3035), + [anon_sym_asm] = ACTIONS(3035), + [anon_sym_AT_LBRACK] = ACTIONS(3035), + [sym___double_quote] = ACTIONS(3035), + [sym___single_quote] = ACTIONS(3035), + [sym___c_double_quote] = ACTIONS(3035), + [sym___c_single_quote] = ACTIONS(3035), + [sym___r_double_quote] = ACTIONS(3035), + [sym___r_single_quote] = ACTIONS(3035), }, [1048] = { - [ts_builtin_sym_end] = ACTIONS(3159), - [sym_identifier] = ACTIONS(3161), - [anon_sym_LF] = ACTIONS(3161), - [anon_sym_CR] = ACTIONS(3161), - [anon_sym_CR_LF] = ACTIONS(3161), + [ts_builtin_sym_end] = ACTIONS(3173), + [sym_identifier] = ACTIONS(3175), + [anon_sym_LF] = ACTIONS(3175), + [anon_sym_CR] = ACTIONS(3175), + [anon_sym_CR_LF] = ACTIONS(3175), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3161), - [anon_sym_as] = ACTIONS(3161), - [anon_sym_LBRACE] = ACTIONS(3161), - [anon_sym_COMMA] = ACTIONS(3161), - [anon_sym_const] = ACTIONS(3161), - [anon_sym_LPAREN] = ACTIONS(3161), - [anon_sym___global] = ACTIONS(3161), - [anon_sym_type] = ACTIONS(3161), - [anon_sym_PIPE] = ACTIONS(3161), - [anon_sym_fn] = ACTIONS(3161), - [anon_sym_PLUS] = ACTIONS(3161), - [anon_sym_DASH] = ACTIONS(3161), - [anon_sym_STAR] = ACTIONS(3161), - [anon_sym_SLASH] = ACTIONS(3161), - [anon_sym_PERCENT] = ACTIONS(3161), - [anon_sym_LT] = ACTIONS(3161), - [anon_sym_GT] = ACTIONS(3161), - [anon_sym_EQ_EQ] = ACTIONS(3161), - [anon_sym_BANG_EQ] = ACTIONS(3161), - [anon_sym_LT_EQ] = ACTIONS(3161), - [anon_sym_GT_EQ] = ACTIONS(3161), - [anon_sym_LBRACK] = ACTIONS(3159), - [anon_sym_struct] = ACTIONS(3161), - [anon_sym_union] = ACTIONS(3161), - [anon_sym_pub] = ACTIONS(3161), - [anon_sym_mut] = ACTIONS(3161), - [anon_sym_enum] = ACTIONS(3161), - [anon_sym_interface] = ACTIONS(3161), - [anon_sym_PLUS_PLUS] = ACTIONS(3161), - [anon_sym_DASH_DASH] = ACTIONS(3161), - [anon_sym_QMARK] = ACTIONS(3161), - [anon_sym_BANG] = ACTIONS(3161), - [anon_sym_go] = ACTIONS(3161), - [anon_sym_spawn] = ACTIONS(3161), - [anon_sym_json_DOTdecode] = ACTIONS(3161), - [anon_sym_LBRACK2] = ACTIONS(3161), - [anon_sym_TILDE] = ACTIONS(3161), - [anon_sym_CARET] = ACTIONS(3161), - [anon_sym_AMP] = ACTIONS(3161), - [anon_sym_LT_DASH] = ACTIONS(3161), - [anon_sym_LT_LT] = ACTIONS(3161), - [anon_sym_GT_GT] = ACTIONS(3161), - [anon_sym_GT_GT_GT] = ACTIONS(3161), - [anon_sym_AMP_CARET] = ACTIONS(3161), - [anon_sym_AMP_AMP] = ACTIONS(3161), - [anon_sym_PIPE_PIPE] = ACTIONS(3161), - [anon_sym_or] = ACTIONS(3161), - [sym_none] = ACTIONS(3161), - [sym_true] = ACTIONS(3161), - [sym_false] = ACTIONS(3161), - [sym_nil] = ACTIONS(3161), - [anon_sym_QMARK_DOT] = ACTIONS(3161), - [anon_sym_POUND_LBRACK] = ACTIONS(3161), - [anon_sym_if] = ACTIONS(3161), - [anon_sym_DOLLARif] = ACTIONS(3161), - [anon_sym_is] = ACTIONS(3161), - [anon_sym_BANGis] = ACTIONS(3161), - [anon_sym_in] = ACTIONS(3161), - [anon_sym_BANGin] = ACTIONS(3161), - [anon_sym_match] = ACTIONS(3161), - [anon_sym_select] = ACTIONS(3161), - [anon_sym_lock] = ACTIONS(3161), - [anon_sym_rlock] = ACTIONS(3161), - [anon_sym_unsafe] = ACTIONS(3161), - [anon_sym_sql] = ACTIONS(3161), - [sym_int_literal] = ACTIONS(3161), - [sym_float_literal] = ACTIONS(3161), - [sym_rune_literal] = ACTIONS(3161), - [anon_sym_AT] = ACTIONS(3161), - [anon_sym_shared] = ACTIONS(3161), - [anon_sym_map_LBRACK] = ACTIONS(3161), - [anon_sym_chan] = ACTIONS(3161), - [anon_sym_thread] = ACTIONS(3161), - [anon_sym_atomic] = ACTIONS(3161), - [anon_sym_assert] = ACTIONS(3161), - [anon_sym_defer] = ACTIONS(3161), - [anon_sym_goto] = ACTIONS(3161), - [anon_sym_break] = ACTIONS(3161), - [anon_sym_continue] = ACTIONS(3161), - [anon_sym_return] = ACTIONS(3161), - [anon_sym_DOLLARfor] = ACTIONS(3161), - [anon_sym_for] = ACTIONS(3161), - [anon_sym_POUND] = ACTIONS(3161), - [anon_sym_asm] = ACTIONS(3161), - [anon_sym_AT_LBRACK] = ACTIONS(3161), - [sym___double_quote] = ACTIONS(3161), - [sym___single_quote] = ACTIONS(3161), - [sym___c_double_quote] = ACTIONS(3161), - [sym___c_single_quote] = ACTIONS(3161), - [sym___r_double_quote] = ACTIONS(3161), - [sym___r_single_quote] = ACTIONS(3161), + [anon_sym_DOT] = ACTIONS(3175), + [anon_sym_as] = ACTIONS(3175), + [anon_sym_LBRACE] = ACTIONS(3175), + [anon_sym_COMMA] = ACTIONS(3175), + [anon_sym_const] = ACTIONS(3175), + [anon_sym_LPAREN] = ACTIONS(3175), + [anon_sym___global] = ACTIONS(3175), + [anon_sym_type] = ACTIONS(3175), + [anon_sym_PIPE] = ACTIONS(3175), + [anon_sym_fn] = ACTIONS(3175), + [anon_sym_PLUS] = ACTIONS(3175), + [anon_sym_DASH] = ACTIONS(3175), + [anon_sym_STAR] = ACTIONS(3175), + [anon_sym_SLASH] = ACTIONS(3175), + [anon_sym_PERCENT] = ACTIONS(3175), + [anon_sym_LT] = ACTIONS(3175), + [anon_sym_GT] = ACTIONS(3175), + [anon_sym_EQ_EQ] = ACTIONS(3175), + [anon_sym_BANG_EQ] = ACTIONS(3175), + [anon_sym_LT_EQ] = ACTIONS(3175), + [anon_sym_GT_EQ] = ACTIONS(3175), + [anon_sym_LBRACK] = ACTIONS(3173), + [anon_sym_LT2] = ACTIONS(3175), + [anon_sym_struct] = ACTIONS(3175), + [anon_sym_union] = ACTIONS(3175), + [anon_sym_pub] = ACTIONS(3175), + [anon_sym_mut] = ACTIONS(3175), + [anon_sym_enum] = ACTIONS(3175), + [anon_sym_interface] = ACTIONS(3175), + [anon_sym_PLUS_PLUS] = ACTIONS(3175), + [anon_sym_DASH_DASH] = ACTIONS(3175), + [anon_sym_QMARK] = ACTIONS(3175), + [anon_sym_BANG] = ACTIONS(3175), + [anon_sym_go] = ACTIONS(3175), + [anon_sym_spawn] = ACTIONS(3175), + [anon_sym_json_DOTdecode] = ACTIONS(3175), + [anon_sym_LBRACK2] = ACTIONS(3175), + [anon_sym_TILDE] = ACTIONS(3175), + [anon_sym_CARET] = ACTIONS(3175), + [anon_sym_AMP] = ACTIONS(3175), + [anon_sym_LT_DASH] = ACTIONS(3175), + [anon_sym_LT_LT] = ACTIONS(3175), + [anon_sym_GT_GT] = ACTIONS(3175), + [anon_sym_GT_GT_GT] = ACTIONS(3175), + [anon_sym_AMP_CARET] = ACTIONS(3175), + [anon_sym_AMP_AMP] = ACTIONS(3175), + [anon_sym_PIPE_PIPE] = ACTIONS(3175), + [anon_sym_or] = ACTIONS(3175), + [sym_none] = ACTIONS(3175), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_nil] = ACTIONS(3175), + [anon_sym_QMARK_DOT] = ACTIONS(3175), + [anon_sym_POUND_LBRACK] = ACTIONS(3175), + [anon_sym_if] = ACTIONS(3175), + [anon_sym_DOLLARif] = ACTIONS(3175), + [anon_sym_is] = ACTIONS(3175), + [anon_sym_BANGis] = ACTIONS(3175), + [anon_sym_in] = ACTIONS(3175), + [anon_sym_BANGin] = ACTIONS(3175), + [anon_sym_match] = ACTIONS(3175), + [anon_sym_select] = ACTIONS(3175), + [anon_sym_lock] = ACTIONS(3175), + [anon_sym_rlock] = ACTIONS(3175), + [anon_sym_unsafe] = ACTIONS(3175), + [anon_sym_sql] = ACTIONS(3175), + [sym_int_literal] = ACTIONS(3175), + [sym_float_literal] = ACTIONS(3175), + [sym_rune_literal] = ACTIONS(3175), + [anon_sym_AT] = ACTIONS(3175), + [anon_sym_shared] = ACTIONS(3175), + [anon_sym_map_LBRACK] = ACTIONS(3175), + [anon_sym_chan] = ACTIONS(3175), + [anon_sym_thread] = ACTIONS(3175), + [anon_sym_atomic] = ACTIONS(3175), + [anon_sym_assert] = ACTIONS(3175), + [anon_sym_defer] = ACTIONS(3175), + [anon_sym_goto] = ACTIONS(3175), + [anon_sym_break] = ACTIONS(3175), + [anon_sym_continue] = ACTIONS(3175), + [anon_sym_return] = ACTIONS(3175), + [anon_sym_DOLLARfor] = ACTIONS(3175), + [anon_sym_for] = ACTIONS(3175), + [anon_sym_POUND] = ACTIONS(3175), + [anon_sym_asm] = ACTIONS(3175), + [anon_sym_AT_LBRACK] = ACTIONS(3175), + [sym___double_quote] = ACTIONS(3175), + [sym___single_quote] = ACTIONS(3175), + [sym___c_double_quote] = ACTIONS(3175), + [sym___c_single_quote] = ACTIONS(3175), + [sym___r_double_quote] = ACTIONS(3175), + [sym___r_single_quote] = ACTIONS(3175), }, [1049] = { - [ts_builtin_sym_end] = ACTIONS(2810), - [sym_identifier] = ACTIONS(2812), - [anon_sym_LF] = ACTIONS(2812), - [anon_sym_CR] = ACTIONS(2812), - [anon_sym_CR_LF] = ACTIONS(2812), + [ts_builtin_sym_end] = ACTIONS(2416), + [sym_identifier] = ACTIONS(2418), + [anon_sym_LF] = ACTIONS(2418), + [anon_sym_CR] = ACTIONS(2418), + [anon_sym_CR_LF] = ACTIONS(2418), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2812), - [anon_sym_as] = ACTIONS(2812), - [anon_sym_LBRACE] = ACTIONS(2812), - [anon_sym_COMMA] = ACTIONS(2812), - [anon_sym_const] = ACTIONS(2812), - [anon_sym_LPAREN] = ACTIONS(2812), - [anon_sym___global] = ACTIONS(2812), - [anon_sym_type] = ACTIONS(2812), - [anon_sym_PIPE] = ACTIONS(2812), - [anon_sym_fn] = ACTIONS(2812), - [anon_sym_PLUS] = ACTIONS(2812), - [anon_sym_DASH] = ACTIONS(2812), - [anon_sym_STAR] = ACTIONS(2812), - [anon_sym_SLASH] = ACTIONS(2812), - [anon_sym_PERCENT] = ACTIONS(2812), - [anon_sym_LT] = ACTIONS(2812), - [anon_sym_GT] = ACTIONS(2812), - [anon_sym_EQ_EQ] = ACTIONS(2812), - [anon_sym_BANG_EQ] = ACTIONS(2812), - [anon_sym_LT_EQ] = ACTIONS(2812), - [anon_sym_GT_EQ] = ACTIONS(2812), - [anon_sym_LBRACK] = ACTIONS(2810), - [anon_sym_struct] = ACTIONS(2812), - [anon_sym_union] = ACTIONS(2812), - [anon_sym_pub] = ACTIONS(2812), - [anon_sym_mut] = ACTIONS(2812), - [anon_sym_enum] = ACTIONS(2812), - [anon_sym_interface] = ACTIONS(2812), - [anon_sym_PLUS_PLUS] = ACTIONS(2812), - [anon_sym_DASH_DASH] = ACTIONS(2812), - [anon_sym_QMARK] = ACTIONS(2812), - [anon_sym_BANG] = ACTIONS(2812), - [anon_sym_go] = ACTIONS(2812), - [anon_sym_spawn] = ACTIONS(2812), - [anon_sym_json_DOTdecode] = ACTIONS(2812), - [anon_sym_LBRACK2] = ACTIONS(2812), - [anon_sym_TILDE] = ACTIONS(2812), - [anon_sym_CARET] = ACTIONS(2812), - [anon_sym_AMP] = ACTIONS(2812), - [anon_sym_LT_DASH] = ACTIONS(2812), - [anon_sym_LT_LT] = ACTIONS(2812), - [anon_sym_GT_GT] = ACTIONS(2812), - [anon_sym_GT_GT_GT] = ACTIONS(2812), - [anon_sym_AMP_CARET] = ACTIONS(2812), - [anon_sym_AMP_AMP] = ACTIONS(2812), - [anon_sym_PIPE_PIPE] = ACTIONS(2812), - [anon_sym_or] = ACTIONS(2812), - [sym_none] = ACTIONS(2812), - [sym_true] = ACTIONS(2812), - [sym_false] = ACTIONS(2812), - [sym_nil] = ACTIONS(2812), - [anon_sym_QMARK_DOT] = ACTIONS(2812), - [anon_sym_POUND_LBRACK] = ACTIONS(2812), - [anon_sym_if] = ACTIONS(2812), - [anon_sym_DOLLARif] = ACTIONS(2812), - [anon_sym_is] = ACTIONS(2812), - [anon_sym_BANGis] = ACTIONS(2812), - [anon_sym_in] = ACTIONS(2812), - [anon_sym_BANGin] = ACTIONS(2812), - [anon_sym_match] = ACTIONS(2812), - [anon_sym_select] = ACTIONS(2812), - [anon_sym_lock] = ACTIONS(2812), - [anon_sym_rlock] = ACTIONS(2812), - [anon_sym_unsafe] = ACTIONS(2812), - [anon_sym_sql] = ACTIONS(2812), - [sym_int_literal] = ACTIONS(2812), - [sym_float_literal] = ACTIONS(2812), - [sym_rune_literal] = ACTIONS(2812), - [anon_sym_AT] = ACTIONS(2812), - [anon_sym_shared] = ACTIONS(2812), - [anon_sym_map_LBRACK] = ACTIONS(2812), - [anon_sym_chan] = ACTIONS(2812), - [anon_sym_thread] = ACTIONS(2812), - [anon_sym_atomic] = ACTIONS(2812), - [anon_sym_assert] = ACTIONS(2812), - [anon_sym_defer] = ACTIONS(2812), - [anon_sym_goto] = ACTIONS(2812), - [anon_sym_break] = ACTIONS(2812), - [anon_sym_continue] = ACTIONS(2812), - [anon_sym_return] = ACTIONS(2812), - [anon_sym_DOLLARfor] = ACTIONS(2812), - [anon_sym_for] = ACTIONS(2812), - [anon_sym_POUND] = ACTIONS(2812), - [anon_sym_asm] = ACTIONS(2812), - [anon_sym_AT_LBRACK] = ACTIONS(2812), - [sym___double_quote] = ACTIONS(2812), - [sym___single_quote] = ACTIONS(2812), - [sym___c_double_quote] = ACTIONS(2812), - [sym___c_single_quote] = ACTIONS(2812), - [sym___r_double_quote] = ACTIONS(2812), - [sym___r_single_quote] = ACTIONS(2812), + [anon_sym_DOT] = ACTIONS(2418), + [anon_sym_as] = ACTIONS(2418), + [anon_sym_LBRACE] = ACTIONS(2418), + [anon_sym_COMMA] = ACTIONS(2420), + [anon_sym_const] = ACTIONS(2418), + [anon_sym_LPAREN] = ACTIONS(2418), + [anon_sym___global] = ACTIONS(2418), + [anon_sym_type] = ACTIONS(2418), + [anon_sym_PIPE] = ACTIONS(2418), + [anon_sym_fn] = ACTIONS(2418), + [anon_sym_PLUS] = ACTIONS(2418), + [anon_sym_DASH] = ACTIONS(2418), + [anon_sym_STAR] = ACTIONS(2418), + [anon_sym_SLASH] = ACTIONS(2418), + [anon_sym_PERCENT] = ACTIONS(2418), + [anon_sym_LT] = ACTIONS(2418), + [anon_sym_GT] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2418), + [anon_sym_BANG_EQ] = ACTIONS(2418), + [anon_sym_LT_EQ] = ACTIONS(2418), + [anon_sym_GT_EQ] = ACTIONS(2418), + [anon_sym_LBRACK] = ACTIONS(2416), + [anon_sym_LT2] = ACTIONS(2418), + [anon_sym_struct] = ACTIONS(2418), + [anon_sym_union] = ACTIONS(2418), + [anon_sym_pub] = ACTIONS(2418), + [anon_sym_mut] = ACTIONS(2418), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_interface] = ACTIONS(2418), + [anon_sym_PLUS_PLUS] = ACTIONS(2418), + [anon_sym_DASH_DASH] = ACTIONS(2418), + [anon_sym_QMARK] = ACTIONS(2418), + [anon_sym_BANG] = ACTIONS(2418), + [anon_sym_go] = ACTIONS(2418), + [anon_sym_spawn] = ACTIONS(2418), + [anon_sym_json_DOTdecode] = ACTIONS(2418), + [anon_sym_LBRACK2] = ACTIONS(2418), + [anon_sym_TILDE] = ACTIONS(2418), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_AMP] = ACTIONS(2418), + [anon_sym_LT_DASH] = ACTIONS(2418), + [anon_sym_LT_LT] = ACTIONS(2418), + [anon_sym_GT_GT] = ACTIONS(2418), + [anon_sym_GT_GT_GT] = ACTIONS(2418), + [anon_sym_AMP_CARET] = ACTIONS(2418), + [anon_sym_AMP_AMP] = ACTIONS(2418), + [anon_sym_PIPE_PIPE] = ACTIONS(2418), + [anon_sym_or] = ACTIONS(2418), + [sym_none] = ACTIONS(2418), + [sym_true] = ACTIONS(2418), + [sym_false] = ACTIONS(2418), + [sym_nil] = ACTIONS(2418), + [anon_sym_QMARK_DOT] = ACTIONS(2418), + [anon_sym_POUND_LBRACK] = ACTIONS(2418), + [anon_sym_if] = ACTIONS(2418), + [anon_sym_DOLLARif] = ACTIONS(2418), + [anon_sym_is] = ACTIONS(2418), + [anon_sym_BANGis] = ACTIONS(2418), + [anon_sym_in] = ACTIONS(2418), + [anon_sym_BANGin] = ACTIONS(2418), + [anon_sym_match] = ACTIONS(2418), + [anon_sym_select] = ACTIONS(2418), + [anon_sym_lock] = ACTIONS(2418), + [anon_sym_rlock] = ACTIONS(2418), + [anon_sym_unsafe] = ACTIONS(2418), + [anon_sym_sql] = ACTIONS(2418), + [sym_int_literal] = ACTIONS(2418), + [sym_float_literal] = ACTIONS(2418), + [sym_rune_literal] = ACTIONS(2418), + [anon_sym_AT] = ACTIONS(2418), + [anon_sym_shared] = ACTIONS(2418), + [anon_sym_map_LBRACK] = ACTIONS(2418), + [anon_sym_chan] = ACTIONS(2418), + [anon_sym_thread] = ACTIONS(2418), + [anon_sym_atomic] = ACTIONS(2418), + [anon_sym_assert] = ACTIONS(2418), + [anon_sym_defer] = ACTIONS(2418), + [anon_sym_goto] = ACTIONS(2418), + [anon_sym_break] = ACTIONS(2418), + [anon_sym_continue] = ACTIONS(2418), + [anon_sym_return] = ACTIONS(2418), + [anon_sym_DOLLARfor] = ACTIONS(2418), + [anon_sym_for] = ACTIONS(2418), + [anon_sym_POUND] = ACTIONS(2418), + [anon_sym_asm] = ACTIONS(2418), + [anon_sym_AT_LBRACK] = ACTIONS(2418), + [sym___double_quote] = ACTIONS(2418), + [sym___single_quote] = ACTIONS(2418), + [sym___c_double_quote] = ACTIONS(2418), + [sym___c_single_quote] = ACTIONS(2418), + [sym___r_double_quote] = ACTIONS(2418), + [sym___r_single_quote] = ACTIONS(2418), }, [1050] = { - [ts_builtin_sym_end] = ACTIONS(3187), - [sym_identifier] = ACTIONS(3189), - [anon_sym_LF] = ACTIONS(3189), - [anon_sym_CR] = ACTIONS(3189), - [anon_sym_CR_LF] = ACTIONS(3189), + [ts_builtin_sym_end] = ACTIONS(3029), + [sym_identifier] = ACTIONS(3031), + [anon_sym_LF] = ACTIONS(3031), + [anon_sym_CR] = ACTIONS(3031), + [anon_sym_CR_LF] = ACTIONS(3031), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3189), - [anon_sym_as] = ACTIONS(3189), - [anon_sym_LBRACE] = ACTIONS(3189), - [anon_sym_COMMA] = ACTIONS(3189), - [anon_sym_const] = ACTIONS(3189), - [anon_sym_LPAREN] = ACTIONS(3189), - [anon_sym___global] = ACTIONS(3189), - [anon_sym_type] = ACTIONS(3189), - [anon_sym_PIPE] = ACTIONS(3189), - [anon_sym_fn] = ACTIONS(3189), - [anon_sym_PLUS] = ACTIONS(3189), - [anon_sym_DASH] = ACTIONS(3189), - [anon_sym_STAR] = ACTIONS(3189), - [anon_sym_SLASH] = ACTIONS(3189), - [anon_sym_PERCENT] = ACTIONS(3189), - [anon_sym_LT] = ACTIONS(3189), - [anon_sym_GT] = ACTIONS(3189), - [anon_sym_EQ_EQ] = ACTIONS(3189), - [anon_sym_BANG_EQ] = ACTIONS(3189), - [anon_sym_LT_EQ] = ACTIONS(3189), - [anon_sym_GT_EQ] = ACTIONS(3189), - [anon_sym_LBRACK] = ACTIONS(3187), - [anon_sym_struct] = ACTIONS(3189), - [anon_sym_union] = ACTIONS(3189), - [anon_sym_pub] = ACTIONS(3189), - [anon_sym_mut] = ACTIONS(3189), - [anon_sym_enum] = ACTIONS(3189), - [anon_sym_interface] = ACTIONS(3189), - [anon_sym_PLUS_PLUS] = ACTIONS(3189), - [anon_sym_DASH_DASH] = ACTIONS(3189), - [anon_sym_QMARK] = ACTIONS(3189), - [anon_sym_BANG] = ACTIONS(3189), - [anon_sym_go] = ACTIONS(3189), - [anon_sym_spawn] = ACTIONS(3189), - [anon_sym_json_DOTdecode] = ACTIONS(3189), - [anon_sym_LBRACK2] = ACTIONS(3189), - [anon_sym_TILDE] = ACTIONS(3189), - [anon_sym_CARET] = ACTIONS(3189), - [anon_sym_AMP] = ACTIONS(3189), - [anon_sym_LT_DASH] = ACTIONS(3189), - [anon_sym_LT_LT] = ACTIONS(3189), - [anon_sym_GT_GT] = ACTIONS(3189), - [anon_sym_GT_GT_GT] = ACTIONS(3189), - [anon_sym_AMP_CARET] = ACTIONS(3189), - [anon_sym_AMP_AMP] = ACTIONS(3189), - [anon_sym_PIPE_PIPE] = ACTIONS(3189), - [anon_sym_or] = ACTIONS(3189), - [sym_none] = ACTIONS(3189), - [sym_true] = ACTIONS(3189), - [sym_false] = ACTIONS(3189), - [sym_nil] = ACTIONS(3189), - [anon_sym_QMARK_DOT] = ACTIONS(3189), - [anon_sym_POUND_LBRACK] = ACTIONS(3189), - [anon_sym_if] = ACTIONS(3189), - [anon_sym_DOLLARif] = ACTIONS(3189), - [anon_sym_is] = ACTIONS(3189), - [anon_sym_BANGis] = ACTIONS(3189), - [anon_sym_in] = ACTIONS(3189), - [anon_sym_BANGin] = ACTIONS(3189), - [anon_sym_match] = ACTIONS(3189), - [anon_sym_select] = ACTIONS(3189), - [anon_sym_lock] = ACTIONS(3189), - [anon_sym_rlock] = ACTIONS(3189), - [anon_sym_unsafe] = ACTIONS(3189), - [anon_sym_sql] = ACTIONS(3189), - [sym_int_literal] = ACTIONS(3189), - [sym_float_literal] = ACTIONS(3189), - [sym_rune_literal] = ACTIONS(3189), - [anon_sym_AT] = ACTIONS(3189), - [anon_sym_shared] = ACTIONS(3189), - [anon_sym_map_LBRACK] = ACTIONS(3189), - [anon_sym_chan] = ACTIONS(3189), - [anon_sym_thread] = ACTIONS(3189), - [anon_sym_atomic] = ACTIONS(3189), - [anon_sym_assert] = ACTIONS(3189), - [anon_sym_defer] = ACTIONS(3189), - [anon_sym_goto] = ACTIONS(3189), - [anon_sym_break] = ACTIONS(3189), - [anon_sym_continue] = ACTIONS(3189), - [anon_sym_return] = ACTIONS(3189), - [anon_sym_DOLLARfor] = ACTIONS(3189), - [anon_sym_for] = ACTIONS(3189), - [anon_sym_POUND] = ACTIONS(3189), - [anon_sym_asm] = ACTIONS(3189), - [anon_sym_AT_LBRACK] = ACTIONS(3189), - [sym___double_quote] = ACTIONS(3189), - [sym___single_quote] = ACTIONS(3189), - [sym___c_double_quote] = ACTIONS(3189), - [sym___c_single_quote] = ACTIONS(3189), - [sym___r_double_quote] = ACTIONS(3189), - [sym___r_single_quote] = ACTIONS(3189), + [anon_sym_DOT] = ACTIONS(3031), + [anon_sym_as] = ACTIONS(3031), + [anon_sym_LBRACE] = ACTIONS(3031), + [anon_sym_COMMA] = ACTIONS(3031), + [anon_sym_const] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(3031), + [anon_sym___global] = ACTIONS(3031), + [anon_sym_type] = ACTIONS(3031), + [anon_sym_PIPE] = ACTIONS(3031), + [anon_sym_fn] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3031), + [anon_sym_SLASH] = ACTIONS(3031), + [anon_sym_PERCENT] = ACTIONS(3031), + [anon_sym_LT] = ACTIONS(3031), + [anon_sym_GT] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3031), + [anon_sym_BANG_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_LBRACK] = ACTIONS(3029), + [anon_sym_LT2] = ACTIONS(3031), + [anon_sym_struct] = ACTIONS(3031), + [anon_sym_union] = ACTIONS(3031), + [anon_sym_pub] = ACTIONS(3031), + [anon_sym_mut] = ACTIONS(3031), + [anon_sym_enum] = ACTIONS(3031), + [anon_sym_interface] = ACTIONS(3031), + [anon_sym_PLUS_PLUS] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3031), + [anon_sym_QMARK] = ACTIONS(3031), + [anon_sym_BANG] = ACTIONS(3031), + [anon_sym_go] = ACTIONS(3031), + [anon_sym_spawn] = ACTIONS(3031), + [anon_sym_json_DOTdecode] = ACTIONS(3031), + [anon_sym_LBRACK2] = ACTIONS(3031), + [anon_sym_TILDE] = ACTIONS(3031), + [anon_sym_CARET] = ACTIONS(3031), + [anon_sym_AMP] = ACTIONS(3031), + [anon_sym_LT_DASH] = ACTIONS(3031), + [anon_sym_LT_LT] = ACTIONS(3031), + [anon_sym_GT_GT] = ACTIONS(3031), + [anon_sym_GT_GT_GT] = ACTIONS(3031), + [anon_sym_AMP_CARET] = ACTIONS(3031), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_or] = ACTIONS(3031), + [sym_none] = ACTIONS(3031), + [sym_true] = ACTIONS(3031), + [sym_false] = ACTIONS(3031), + [sym_nil] = ACTIONS(3031), + [anon_sym_QMARK_DOT] = ACTIONS(3031), + [anon_sym_POUND_LBRACK] = ACTIONS(3031), + [anon_sym_if] = ACTIONS(3031), + [anon_sym_DOLLARif] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3031), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_in] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_match] = ACTIONS(3031), + [anon_sym_select] = ACTIONS(3031), + [anon_sym_lock] = ACTIONS(3031), + [anon_sym_rlock] = ACTIONS(3031), + [anon_sym_unsafe] = ACTIONS(3031), + [anon_sym_sql] = ACTIONS(3031), + [sym_int_literal] = ACTIONS(3031), + [sym_float_literal] = ACTIONS(3031), + [sym_rune_literal] = ACTIONS(3031), + [anon_sym_AT] = ACTIONS(3031), + [anon_sym_shared] = ACTIONS(3031), + [anon_sym_map_LBRACK] = ACTIONS(3031), + [anon_sym_chan] = ACTIONS(3031), + [anon_sym_thread] = ACTIONS(3031), + [anon_sym_atomic] = ACTIONS(3031), + [anon_sym_assert] = ACTIONS(3031), + [anon_sym_defer] = ACTIONS(3031), + [anon_sym_goto] = ACTIONS(3031), + [anon_sym_break] = ACTIONS(3031), + [anon_sym_continue] = ACTIONS(3031), + [anon_sym_return] = ACTIONS(3031), + [anon_sym_DOLLARfor] = ACTIONS(3031), + [anon_sym_for] = ACTIONS(3031), + [anon_sym_POUND] = ACTIONS(3031), + [anon_sym_asm] = ACTIONS(3031), + [anon_sym_AT_LBRACK] = ACTIONS(3031), + [sym___double_quote] = ACTIONS(3031), + [sym___single_quote] = ACTIONS(3031), + [sym___c_double_quote] = ACTIONS(3031), + [sym___c_single_quote] = ACTIONS(3031), + [sym___r_double_quote] = ACTIONS(3031), + [sym___r_single_quote] = ACTIONS(3031), }, [1051] = { - [ts_builtin_sym_end] = ACTIONS(3183), - [sym_identifier] = ACTIONS(3185), - [anon_sym_LF] = ACTIONS(3185), - [anon_sym_CR] = ACTIONS(3185), - [anon_sym_CR_LF] = ACTIONS(3185), + [ts_builtin_sym_end] = ACTIONS(3025), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LF] = ACTIONS(3027), + [anon_sym_CR] = ACTIONS(3027), + [anon_sym_CR_LF] = ACTIONS(3027), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3185), - [anon_sym_as] = ACTIONS(3185), - [anon_sym_LBRACE] = ACTIONS(3185), - [anon_sym_COMMA] = ACTIONS(3185), - [anon_sym_const] = ACTIONS(3185), - [anon_sym_LPAREN] = ACTIONS(3185), - [anon_sym___global] = ACTIONS(3185), - [anon_sym_type] = ACTIONS(3185), - [anon_sym_PIPE] = ACTIONS(3185), - [anon_sym_fn] = ACTIONS(3185), - [anon_sym_PLUS] = ACTIONS(3185), - [anon_sym_DASH] = ACTIONS(3185), - [anon_sym_STAR] = ACTIONS(3185), - [anon_sym_SLASH] = ACTIONS(3185), - [anon_sym_PERCENT] = ACTIONS(3185), - [anon_sym_LT] = ACTIONS(3185), - [anon_sym_GT] = ACTIONS(3185), - [anon_sym_EQ_EQ] = ACTIONS(3185), - [anon_sym_BANG_EQ] = ACTIONS(3185), - [anon_sym_LT_EQ] = ACTIONS(3185), - [anon_sym_GT_EQ] = ACTIONS(3185), - [anon_sym_LBRACK] = ACTIONS(3183), - [anon_sym_struct] = ACTIONS(3185), - [anon_sym_union] = ACTIONS(3185), - [anon_sym_pub] = ACTIONS(3185), - [anon_sym_mut] = ACTIONS(3185), - [anon_sym_enum] = ACTIONS(3185), - [anon_sym_interface] = ACTIONS(3185), - [anon_sym_PLUS_PLUS] = ACTIONS(3185), - [anon_sym_DASH_DASH] = ACTIONS(3185), - [anon_sym_QMARK] = ACTIONS(3185), - [anon_sym_BANG] = ACTIONS(3185), - [anon_sym_go] = ACTIONS(3185), - [anon_sym_spawn] = ACTIONS(3185), - [anon_sym_json_DOTdecode] = ACTIONS(3185), - [anon_sym_LBRACK2] = ACTIONS(3185), - [anon_sym_TILDE] = ACTIONS(3185), - [anon_sym_CARET] = ACTIONS(3185), - [anon_sym_AMP] = ACTIONS(3185), - [anon_sym_LT_DASH] = ACTIONS(3185), - [anon_sym_LT_LT] = ACTIONS(3185), - [anon_sym_GT_GT] = ACTIONS(3185), - [anon_sym_GT_GT_GT] = ACTIONS(3185), - [anon_sym_AMP_CARET] = ACTIONS(3185), - [anon_sym_AMP_AMP] = ACTIONS(3185), - [anon_sym_PIPE_PIPE] = ACTIONS(3185), - [anon_sym_or] = ACTIONS(3185), - [sym_none] = ACTIONS(3185), - [sym_true] = ACTIONS(3185), - [sym_false] = ACTIONS(3185), - [sym_nil] = ACTIONS(3185), - [anon_sym_QMARK_DOT] = ACTIONS(3185), - [anon_sym_POUND_LBRACK] = ACTIONS(3185), - [anon_sym_if] = ACTIONS(3185), - [anon_sym_DOLLARif] = ACTIONS(3185), - [anon_sym_is] = ACTIONS(3185), - [anon_sym_BANGis] = ACTIONS(3185), - [anon_sym_in] = ACTIONS(3185), - [anon_sym_BANGin] = ACTIONS(3185), - [anon_sym_match] = ACTIONS(3185), - [anon_sym_select] = ACTIONS(3185), - [anon_sym_lock] = ACTIONS(3185), - [anon_sym_rlock] = ACTIONS(3185), - [anon_sym_unsafe] = ACTIONS(3185), - [anon_sym_sql] = ACTIONS(3185), - [sym_int_literal] = ACTIONS(3185), - [sym_float_literal] = ACTIONS(3185), - [sym_rune_literal] = ACTIONS(3185), - [anon_sym_AT] = ACTIONS(3185), - [anon_sym_shared] = ACTIONS(3185), - [anon_sym_map_LBRACK] = ACTIONS(3185), - [anon_sym_chan] = ACTIONS(3185), - [anon_sym_thread] = ACTIONS(3185), - [anon_sym_atomic] = ACTIONS(3185), - [anon_sym_assert] = ACTIONS(3185), - [anon_sym_defer] = ACTIONS(3185), - [anon_sym_goto] = ACTIONS(3185), - [anon_sym_break] = ACTIONS(3185), - [anon_sym_continue] = ACTIONS(3185), - [anon_sym_return] = ACTIONS(3185), - [anon_sym_DOLLARfor] = ACTIONS(3185), - [anon_sym_for] = ACTIONS(3185), - [anon_sym_POUND] = ACTIONS(3185), - [anon_sym_asm] = ACTIONS(3185), - [anon_sym_AT_LBRACK] = ACTIONS(3185), - [sym___double_quote] = ACTIONS(3185), - [sym___single_quote] = ACTIONS(3185), - [sym___c_double_quote] = ACTIONS(3185), - [sym___c_single_quote] = ACTIONS(3185), - [sym___r_double_quote] = ACTIONS(3185), - [sym___r_single_quote] = ACTIONS(3185), + [anon_sym_DOT] = ACTIONS(3027), + [anon_sym_as] = ACTIONS(3027), + [anon_sym_LBRACE] = ACTIONS(3027), + [anon_sym_COMMA] = ACTIONS(3027), + [anon_sym_const] = ACTIONS(3027), + [anon_sym_LPAREN] = ACTIONS(3027), + [anon_sym___global] = ACTIONS(3027), + [anon_sym_type] = ACTIONS(3027), + [anon_sym_PIPE] = ACTIONS(3027), + [anon_sym_fn] = ACTIONS(3027), + [anon_sym_PLUS] = ACTIONS(3027), + [anon_sym_DASH] = ACTIONS(3027), + [anon_sym_STAR] = ACTIONS(3027), + [anon_sym_SLASH] = ACTIONS(3027), + [anon_sym_PERCENT] = ACTIONS(3027), + [anon_sym_LT] = ACTIONS(3027), + [anon_sym_GT] = ACTIONS(3027), + [anon_sym_EQ_EQ] = ACTIONS(3027), + [anon_sym_BANG_EQ] = ACTIONS(3027), + [anon_sym_LT_EQ] = ACTIONS(3027), + [anon_sym_GT_EQ] = ACTIONS(3027), + [anon_sym_LBRACK] = ACTIONS(3025), + [anon_sym_LT2] = ACTIONS(3027), + [anon_sym_struct] = ACTIONS(3027), + [anon_sym_union] = ACTIONS(3027), + [anon_sym_pub] = ACTIONS(3027), + [anon_sym_mut] = ACTIONS(3027), + [anon_sym_enum] = ACTIONS(3027), + [anon_sym_interface] = ACTIONS(3027), + [anon_sym_PLUS_PLUS] = ACTIONS(3027), + [anon_sym_DASH_DASH] = ACTIONS(3027), + [anon_sym_QMARK] = ACTIONS(3027), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(3027), + [anon_sym_spawn] = ACTIONS(3027), + [anon_sym_json_DOTdecode] = ACTIONS(3027), + [anon_sym_LBRACK2] = ACTIONS(3027), + [anon_sym_TILDE] = ACTIONS(3027), + [anon_sym_CARET] = ACTIONS(3027), + [anon_sym_AMP] = ACTIONS(3027), + [anon_sym_LT_DASH] = ACTIONS(3027), + [anon_sym_LT_LT] = ACTIONS(3027), + [anon_sym_GT_GT] = ACTIONS(3027), + [anon_sym_GT_GT_GT] = ACTIONS(3027), + [anon_sym_AMP_CARET] = ACTIONS(3027), + [anon_sym_AMP_AMP] = ACTIONS(3027), + [anon_sym_PIPE_PIPE] = ACTIONS(3027), + [anon_sym_or] = ACTIONS(3027), + [sym_none] = ACTIONS(3027), + [sym_true] = ACTIONS(3027), + [sym_false] = ACTIONS(3027), + [sym_nil] = ACTIONS(3027), + [anon_sym_QMARK_DOT] = ACTIONS(3027), + [anon_sym_POUND_LBRACK] = ACTIONS(3027), + [anon_sym_if] = ACTIONS(3027), + [anon_sym_DOLLARif] = ACTIONS(3027), + [anon_sym_is] = ACTIONS(3027), + [anon_sym_BANGis] = ACTIONS(3027), + [anon_sym_in] = ACTIONS(3027), + [anon_sym_BANGin] = ACTIONS(3027), + [anon_sym_match] = ACTIONS(3027), + [anon_sym_select] = ACTIONS(3027), + [anon_sym_lock] = ACTIONS(3027), + [anon_sym_rlock] = ACTIONS(3027), + [anon_sym_unsafe] = ACTIONS(3027), + [anon_sym_sql] = ACTIONS(3027), + [sym_int_literal] = ACTIONS(3027), + [sym_float_literal] = ACTIONS(3027), + [sym_rune_literal] = ACTIONS(3027), + [anon_sym_AT] = ACTIONS(3027), + [anon_sym_shared] = ACTIONS(3027), + [anon_sym_map_LBRACK] = ACTIONS(3027), + [anon_sym_chan] = ACTIONS(3027), + [anon_sym_thread] = ACTIONS(3027), + [anon_sym_atomic] = ACTIONS(3027), + [anon_sym_assert] = ACTIONS(3027), + [anon_sym_defer] = ACTIONS(3027), + [anon_sym_goto] = ACTIONS(3027), + [anon_sym_break] = ACTIONS(3027), + [anon_sym_continue] = ACTIONS(3027), + [anon_sym_return] = ACTIONS(3027), + [anon_sym_DOLLARfor] = ACTIONS(3027), + [anon_sym_for] = ACTIONS(3027), + [anon_sym_POUND] = ACTIONS(3027), + [anon_sym_asm] = ACTIONS(3027), + [anon_sym_AT_LBRACK] = ACTIONS(3027), + [sym___double_quote] = ACTIONS(3027), + [sym___single_quote] = ACTIONS(3027), + [sym___c_double_quote] = ACTIONS(3027), + [sym___c_single_quote] = ACTIONS(3027), + [sym___r_double_quote] = ACTIONS(3027), + [sym___r_single_quote] = ACTIONS(3027), }, [1052] = { - [ts_builtin_sym_end] = ACTIONS(2794), - [sym_identifier] = ACTIONS(2796), - [anon_sym_LF] = ACTIONS(2796), - [anon_sym_CR] = ACTIONS(2796), - [anon_sym_CR_LF] = ACTIONS(2796), + [ts_builtin_sym_end] = ACTIONS(3021), + [sym_identifier] = ACTIONS(3023), + [anon_sym_LF] = ACTIONS(3023), + [anon_sym_CR] = ACTIONS(3023), + [anon_sym_CR_LF] = ACTIONS(3023), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2796), - [anon_sym_as] = ACTIONS(2796), - [anon_sym_LBRACE] = ACTIONS(2796), - [anon_sym_COMMA] = ACTIONS(2796), - [anon_sym_const] = ACTIONS(2796), - [anon_sym_LPAREN] = ACTIONS(2796), - [anon_sym___global] = ACTIONS(2796), - [anon_sym_type] = ACTIONS(2796), - [anon_sym_PIPE] = ACTIONS(2796), - [anon_sym_fn] = ACTIONS(2796), - [anon_sym_PLUS] = ACTIONS(2796), - [anon_sym_DASH] = ACTIONS(2796), - [anon_sym_STAR] = ACTIONS(2796), - [anon_sym_SLASH] = ACTIONS(2796), - [anon_sym_PERCENT] = ACTIONS(2796), - [anon_sym_LT] = ACTIONS(2796), - [anon_sym_GT] = ACTIONS(2796), - [anon_sym_EQ_EQ] = ACTIONS(2796), - [anon_sym_BANG_EQ] = ACTIONS(2796), - [anon_sym_LT_EQ] = ACTIONS(2796), - [anon_sym_GT_EQ] = ACTIONS(2796), - [anon_sym_LBRACK] = ACTIONS(2794), - [anon_sym_struct] = ACTIONS(2796), - [anon_sym_union] = ACTIONS(2796), - [anon_sym_pub] = ACTIONS(2796), - [anon_sym_mut] = ACTIONS(2796), - [anon_sym_enum] = ACTIONS(2796), - [anon_sym_interface] = ACTIONS(2796), - [anon_sym_PLUS_PLUS] = ACTIONS(2796), - [anon_sym_DASH_DASH] = ACTIONS(2796), - [anon_sym_QMARK] = ACTIONS(2796), - [anon_sym_BANG] = ACTIONS(2796), - [anon_sym_go] = ACTIONS(2796), - [anon_sym_spawn] = ACTIONS(2796), - [anon_sym_json_DOTdecode] = ACTIONS(2796), - [anon_sym_LBRACK2] = ACTIONS(2796), - [anon_sym_TILDE] = ACTIONS(2796), - [anon_sym_CARET] = ACTIONS(2796), - [anon_sym_AMP] = ACTIONS(2796), - [anon_sym_LT_DASH] = ACTIONS(2796), - [anon_sym_LT_LT] = ACTIONS(2796), - [anon_sym_GT_GT] = ACTIONS(2796), - [anon_sym_GT_GT_GT] = ACTIONS(2796), - [anon_sym_AMP_CARET] = ACTIONS(2796), - [anon_sym_AMP_AMP] = ACTIONS(2796), - [anon_sym_PIPE_PIPE] = ACTIONS(2796), - [anon_sym_or] = ACTIONS(2796), - [sym_none] = ACTIONS(2796), - [sym_true] = ACTIONS(2796), - [sym_false] = ACTIONS(2796), - [sym_nil] = ACTIONS(2796), - [anon_sym_QMARK_DOT] = ACTIONS(2796), - [anon_sym_POUND_LBRACK] = ACTIONS(2796), - [anon_sym_if] = ACTIONS(2796), - [anon_sym_DOLLARif] = ACTIONS(2796), - [anon_sym_is] = ACTIONS(2796), - [anon_sym_BANGis] = ACTIONS(2796), - [anon_sym_in] = ACTIONS(2796), - [anon_sym_BANGin] = ACTIONS(2796), - [anon_sym_match] = ACTIONS(2796), - [anon_sym_select] = ACTIONS(2796), - [anon_sym_lock] = ACTIONS(2796), - [anon_sym_rlock] = ACTIONS(2796), - [anon_sym_unsafe] = ACTIONS(2796), - [anon_sym_sql] = ACTIONS(2796), - [sym_int_literal] = ACTIONS(2796), - [sym_float_literal] = ACTIONS(2796), - [sym_rune_literal] = ACTIONS(2796), - [anon_sym_AT] = ACTIONS(2796), - [anon_sym_shared] = ACTIONS(2796), - [anon_sym_map_LBRACK] = ACTIONS(2796), - [anon_sym_chan] = ACTIONS(2796), - [anon_sym_thread] = ACTIONS(2796), - [anon_sym_atomic] = ACTIONS(2796), - [anon_sym_assert] = ACTIONS(2796), - [anon_sym_defer] = ACTIONS(2796), - [anon_sym_goto] = ACTIONS(2796), - [anon_sym_break] = ACTIONS(2796), - [anon_sym_continue] = ACTIONS(2796), - [anon_sym_return] = ACTIONS(2796), - [anon_sym_DOLLARfor] = ACTIONS(2796), - [anon_sym_for] = ACTIONS(2796), - [anon_sym_POUND] = ACTIONS(2796), - [anon_sym_asm] = ACTIONS(2796), - [anon_sym_AT_LBRACK] = ACTIONS(2796), - [sym___double_quote] = ACTIONS(2796), - [sym___single_quote] = ACTIONS(2796), - [sym___c_double_quote] = ACTIONS(2796), - [sym___c_single_quote] = ACTIONS(2796), - [sym___r_double_quote] = ACTIONS(2796), - [sym___r_single_quote] = ACTIONS(2796), + [anon_sym_DOT] = ACTIONS(3023), + [anon_sym_as] = ACTIONS(3023), + [anon_sym_LBRACE] = ACTIONS(3023), + [anon_sym_COMMA] = ACTIONS(3023), + [anon_sym_const] = ACTIONS(3023), + [anon_sym_LPAREN] = ACTIONS(3023), + [anon_sym___global] = ACTIONS(3023), + [anon_sym_type] = ACTIONS(3023), + [anon_sym_PIPE] = ACTIONS(3023), + [anon_sym_fn] = ACTIONS(3023), + [anon_sym_PLUS] = ACTIONS(3023), + [anon_sym_DASH] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(3023), + [anon_sym_SLASH] = ACTIONS(3023), + [anon_sym_PERCENT] = ACTIONS(3023), + [anon_sym_LT] = ACTIONS(3023), + [anon_sym_GT] = ACTIONS(3023), + [anon_sym_EQ_EQ] = ACTIONS(3023), + [anon_sym_BANG_EQ] = ACTIONS(3023), + [anon_sym_LT_EQ] = ACTIONS(3023), + [anon_sym_GT_EQ] = ACTIONS(3023), + [anon_sym_LBRACK] = ACTIONS(3021), + [anon_sym_LT2] = ACTIONS(3023), + [anon_sym_struct] = ACTIONS(3023), + [anon_sym_union] = ACTIONS(3023), + [anon_sym_pub] = ACTIONS(3023), + [anon_sym_mut] = ACTIONS(3023), + [anon_sym_enum] = ACTIONS(3023), + [anon_sym_interface] = ACTIONS(3023), + [anon_sym_PLUS_PLUS] = ACTIONS(3023), + [anon_sym_DASH_DASH] = ACTIONS(3023), + [anon_sym_QMARK] = ACTIONS(3023), + [anon_sym_BANG] = ACTIONS(3023), + [anon_sym_go] = ACTIONS(3023), + [anon_sym_spawn] = ACTIONS(3023), + [anon_sym_json_DOTdecode] = ACTIONS(3023), + [anon_sym_LBRACK2] = ACTIONS(3023), + [anon_sym_TILDE] = ACTIONS(3023), + [anon_sym_CARET] = ACTIONS(3023), + [anon_sym_AMP] = ACTIONS(3023), + [anon_sym_LT_DASH] = ACTIONS(3023), + [anon_sym_LT_LT] = ACTIONS(3023), + [anon_sym_GT_GT] = ACTIONS(3023), + [anon_sym_GT_GT_GT] = ACTIONS(3023), + [anon_sym_AMP_CARET] = ACTIONS(3023), + [anon_sym_AMP_AMP] = ACTIONS(3023), + [anon_sym_PIPE_PIPE] = ACTIONS(3023), + [anon_sym_or] = ACTIONS(3023), + [sym_none] = ACTIONS(3023), + [sym_true] = ACTIONS(3023), + [sym_false] = ACTIONS(3023), + [sym_nil] = ACTIONS(3023), + [anon_sym_QMARK_DOT] = ACTIONS(3023), + [anon_sym_POUND_LBRACK] = ACTIONS(3023), + [anon_sym_if] = ACTIONS(3023), + [anon_sym_DOLLARif] = ACTIONS(3023), + [anon_sym_is] = ACTIONS(3023), + [anon_sym_BANGis] = ACTIONS(3023), + [anon_sym_in] = ACTIONS(3023), + [anon_sym_BANGin] = ACTIONS(3023), + [anon_sym_match] = ACTIONS(3023), + [anon_sym_select] = ACTIONS(3023), + [anon_sym_lock] = ACTIONS(3023), + [anon_sym_rlock] = ACTIONS(3023), + [anon_sym_unsafe] = ACTIONS(3023), + [anon_sym_sql] = ACTIONS(3023), + [sym_int_literal] = ACTIONS(3023), + [sym_float_literal] = ACTIONS(3023), + [sym_rune_literal] = ACTIONS(3023), + [anon_sym_AT] = ACTIONS(3023), + [anon_sym_shared] = ACTIONS(3023), + [anon_sym_map_LBRACK] = ACTIONS(3023), + [anon_sym_chan] = ACTIONS(3023), + [anon_sym_thread] = ACTIONS(3023), + [anon_sym_atomic] = ACTIONS(3023), + [anon_sym_assert] = ACTIONS(3023), + [anon_sym_defer] = ACTIONS(3023), + [anon_sym_goto] = ACTIONS(3023), + [anon_sym_break] = ACTIONS(3023), + [anon_sym_continue] = ACTIONS(3023), + [anon_sym_return] = ACTIONS(3023), + [anon_sym_DOLLARfor] = ACTIONS(3023), + [anon_sym_for] = ACTIONS(3023), + [anon_sym_POUND] = ACTIONS(3023), + [anon_sym_asm] = ACTIONS(3023), + [anon_sym_AT_LBRACK] = ACTIONS(3023), + [sym___double_quote] = ACTIONS(3023), + [sym___single_quote] = ACTIONS(3023), + [sym___c_double_quote] = ACTIONS(3023), + [sym___c_single_quote] = ACTIONS(3023), + [sym___r_double_quote] = ACTIONS(3023), + [sym___r_single_quote] = ACTIONS(3023), }, [1053] = { - [ts_builtin_sym_end] = ACTIONS(2818), - [sym_identifier] = ACTIONS(2820), - [anon_sym_LF] = ACTIONS(2820), - [anon_sym_CR] = ACTIONS(2820), - [anon_sym_CR_LF] = ACTIONS(2820), + [ts_builtin_sym_end] = ACTIONS(3013), + [sym_identifier] = ACTIONS(3015), + [anon_sym_LF] = ACTIONS(3015), + [anon_sym_CR] = ACTIONS(3015), + [anon_sym_CR_LF] = ACTIONS(3015), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2820), - [anon_sym_as] = ACTIONS(2820), - [anon_sym_LBRACE] = ACTIONS(2820), - [anon_sym_COMMA] = ACTIONS(2820), - [anon_sym_const] = ACTIONS(2820), - [anon_sym_LPAREN] = ACTIONS(2820), - [anon_sym___global] = ACTIONS(2820), - [anon_sym_type] = ACTIONS(2820), - [anon_sym_PIPE] = ACTIONS(2820), - [anon_sym_fn] = ACTIONS(2820), - [anon_sym_PLUS] = ACTIONS(2820), - [anon_sym_DASH] = ACTIONS(2820), - [anon_sym_STAR] = ACTIONS(2820), - [anon_sym_SLASH] = ACTIONS(2820), - [anon_sym_PERCENT] = ACTIONS(2820), - [anon_sym_LT] = ACTIONS(2820), - [anon_sym_GT] = ACTIONS(2820), - [anon_sym_EQ_EQ] = ACTIONS(2820), - [anon_sym_BANG_EQ] = ACTIONS(2820), - [anon_sym_LT_EQ] = ACTIONS(2820), - [anon_sym_GT_EQ] = ACTIONS(2820), - [anon_sym_LBRACK] = ACTIONS(2818), - [anon_sym_struct] = ACTIONS(2820), - [anon_sym_union] = ACTIONS(2820), - [anon_sym_pub] = ACTIONS(2820), - [anon_sym_mut] = ACTIONS(2820), - [anon_sym_enum] = ACTIONS(2820), - [anon_sym_interface] = ACTIONS(2820), - [anon_sym_PLUS_PLUS] = ACTIONS(2820), - [anon_sym_DASH_DASH] = ACTIONS(2820), - [anon_sym_QMARK] = ACTIONS(2820), - [anon_sym_BANG] = ACTIONS(2820), - [anon_sym_go] = ACTIONS(2820), - [anon_sym_spawn] = ACTIONS(2820), - [anon_sym_json_DOTdecode] = ACTIONS(2820), - [anon_sym_LBRACK2] = ACTIONS(2820), - [anon_sym_TILDE] = ACTIONS(2820), - [anon_sym_CARET] = ACTIONS(2820), - [anon_sym_AMP] = ACTIONS(2820), - [anon_sym_LT_DASH] = ACTIONS(2820), - [anon_sym_LT_LT] = ACTIONS(2820), - [anon_sym_GT_GT] = ACTIONS(2820), - [anon_sym_GT_GT_GT] = ACTIONS(2820), - [anon_sym_AMP_CARET] = ACTIONS(2820), - [anon_sym_AMP_AMP] = ACTIONS(2820), - [anon_sym_PIPE_PIPE] = ACTIONS(2820), - [anon_sym_or] = ACTIONS(2820), - [sym_none] = ACTIONS(2820), - [sym_true] = ACTIONS(2820), - [sym_false] = ACTIONS(2820), - [sym_nil] = ACTIONS(2820), - [anon_sym_QMARK_DOT] = ACTIONS(2820), - [anon_sym_POUND_LBRACK] = ACTIONS(2820), - [anon_sym_if] = ACTIONS(2820), - [anon_sym_DOLLARif] = ACTIONS(2820), - [anon_sym_is] = ACTIONS(2820), - [anon_sym_BANGis] = ACTIONS(2820), - [anon_sym_in] = ACTIONS(2820), - [anon_sym_BANGin] = ACTIONS(2820), - [anon_sym_match] = ACTIONS(2820), - [anon_sym_select] = ACTIONS(2820), - [anon_sym_lock] = ACTIONS(2820), - [anon_sym_rlock] = ACTIONS(2820), - [anon_sym_unsafe] = ACTIONS(2820), - [anon_sym_sql] = ACTIONS(2820), - [sym_int_literal] = ACTIONS(2820), - [sym_float_literal] = ACTIONS(2820), - [sym_rune_literal] = ACTIONS(2820), - [anon_sym_AT] = ACTIONS(2820), - [anon_sym_shared] = ACTIONS(2820), - [anon_sym_map_LBRACK] = ACTIONS(2820), - [anon_sym_chan] = ACTIONS(2820), - [anon_sym_thread] = ACTIONS(2820), - [anon_sym_atomic] = ACTIONS(2820), - [anon_sym_assert] = ACTIONS(2820), - [anon_sym_defer] = ACTIONS(2820), - [anon_sym_goto] = ACTIONS(2820), - [anon_sym_break] = ACTIONS(2820), - [anon_sym_continue] = ACTIONS(2820), - [anon_sym_return] = ACTIONS(2820), - [anon_sym_DOLLARfor] = ACTIONS(2820), - [anon_sym_for] = ACTIONS(2820), - [anon_sym_POUND] = ACTIONS(2820), - [anon_sym_asm] = ACTIONS(2820), - [anon_sym_AT_LBRACK] = ACTIONS(2820), - [sym___double_quote] = ACTIONS(2820), - [sym___single_quote] = ACTIONS(2820), - [sym___c_double_quote] = ACTIONS(2820), - [sym___c_single_quote] = ACTIONS(2820), - [sym___r_double_quote] = ACTIONS(2820), - [sym___r_single_quote] = ACTIONS(2820), + [anon_sym_DOT] = ACTIONS(3015), + [anon_sym_as] = ACTIONS(3015), + [anon_sym_LBRACE] = ACTIONS(3015), + [anon_sym_COMMA] = ACTIONS(3015), + [anon_sym_const] = ACTIONS(3015), + [anon_sym_LPAREN] = ACTIONS(3015), + [anon_sym___global] = ACTIONS(3015), + [anon_sym_type] = ACTIONS(3015), + [anon_sym_PIPE] = ACTIONS(3015), + [anon_sym_fn] = ACTIONS(3015), + [anon_sym_PLUS] = ACTIONS(3015), + [anon_sym_DASH] = ACTIONS(3015), + [anon_sym_STAR] = ACTIONS(3015), + [anon_sym_SLASH] = ACTIONS(3015), + [anon_sym_PERCENT] = ACTIONS(3015), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3015), + [anon_sym_EQ_EQ] = ACTIONS(3015), + [anon_sym_BANG_EQ] = ACTIONS(3015), + [anon_sym_LT_EQ] = ACTIONS(3015), + [anon_sym_GT_EQ] = ACTIONS(3015), + [anon_sym_LBRACK] = ACTIONS(3013), + [anon_sym_LT2] = ACTIONS(3015), + [anon_sym_struct] = ACTIONS(3015), + [anon_sym_union] = ACTIONS(3015), + [anon_sym_pub] = ACTIONS(3015), + [anon_sym_mut] = ACTIONS(3015), + [anon_sym_enum] = ACTIONS(3015), + [anon_sym_interface] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_QMARK] = ACTIONS(3015), + [anon_sym_BANG] = ACTIONS(3015), + [anon_sym_go] = ACTIONS(3015), + [anon_sym_spawn] = ACTIONS(3015), + [anon_sym_json_DOTdecode] = ACTIONS(3015), + [anon_sym_LBRACK2] = ACTIONS(3015), + [anon_sym_TILDE] = ACTIONS(3015), + [anon_sym_CARET] = ACTIONS(3015), + [anon_sym_AMP] = ACTIONS(3015), + [anon_sym_LT_DASH] = ACTIONS(3015), + [anon_sym_LT_LT] = ACTIONS(3015), + [anon_sym_GT_GT] = ACTIONS(3015), + [anon_sym_GT_GT_GT] = ACTIONS(3015), + [anon_sym_AMP_CARET] = ACTIONS(3015), + [anon_sym_AMP_AMP] = ACTIONS(3015), + [anon_sym_PIPE_PIPE] = ACTIONS(3015), + [anon_sym_or] = ACTIONS(3015), + [sym_none] = ACTIONS(3015), + [sym_true] = ACTIONS(3015), + [sym_false] = ACTIONS(3015), + [sym_nil] = ACTIONS(3015), + [anon_sym_QMARK_DOT] = ACTIONS(3015), + [anon_sym_POUND_LBRACK] = ACTIONS(3015), + [anon_sym_if] = ACTIONS(3015), + [anon_sym_DOLLARif] = ACTIONS(3015), + [anon_sym_is] = ACTIONS(3015), + [anon_sym_BANGis] = ACTIONS(3015), + [anon_sym_in] = ACTIONS(3015), + [anon_sym_BANGin] = ACTIONS(3015), + [anon_sym_match] = ACTIONS(3015), + [anon_sym_select] = ACTIONS(3015), + [anon_sym_lock] = ACTIONS(3015), + [anon_sym_rlock] = ACTIONS(3015), + [anon_sym_unsafe] = ACTIONS(3015), + [anon_sym_sql] = ACTIONS(3015), + [sym_int_literal] = ACTIONS(3015), + [sym_float_literal] = ACTIONS(3015), + [sym_rune_literal] = ACTIONS(3015), + [anon_sym_AT] = ACTIONS(3015), + [anon_sym_shared] = ACTIONS(3015), + [anon_sym_map_LBRACK] = ACTIONS(3015), + [anon_sym_chan] = ACTIONS(3015), + [anon_sym_thread] = ACTIONS(3015), + [anon_sym_atomic] = ACTIONS(3015), + [anon_sym_assert] = ACTIONS(3015), + [anon_sym_defer] = ACTIONS(3015), + [anon_sym_goto] = ACTIONS(3015), + [anon_sym_break] = ACTIONS(3015), + [anon_sym_continue] = ACTIONS(3015), + [anon_sym_return] = ACTIONS(3015), + [anon_sym_DOLLARfor] = ACTIONS(3015), + [anon_sym_for] = ACTIONS(3015), + [anon_sym_POUND] = ACTIONS(3015), + [anon_sym_asm] = ACTIONS(3015), + [anon_sym_AT_LBRACK] = ACTIONS(3015), + [sym___double_quote] = ACTIONS(3015), + [sym___single_quote] = ACTIONS(3015), + [sym___c_double_quote] = ACTIONS(3015), + [sym___c_single_quote] = ACTIONS(3015), + [sym___r_double_quote] = ACTIONS(3015), + [sym___r_single_quote] = ACTIONS(3015), }, [1054] = { - [ts_builtin_sym_end] = ACTIONS(2822), - [sym_identifier] = ACTIONS(2824), - [anon_sym_LF] = ACTIONS(2824), - [anon_sym_CR] = ACTIONS(2824), - [anon_sym_CR_LF] = ACTIONS(2824), + [ts_builtin_sym_end] = ACTIONS(2767), + [sym_identifier] = ACTIONS(2769), + [anon_sym_LF] = ACTIONS(2769), + [anon_sym_CR] = ACTIONS(2769), + [anon_sym_CR_LF] = ACTIONS(2769), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2824), - [anon_sym_as] = ACTIONS(2824), - [anon_sym_LBRACE] = ACTIONS(2824), - [anon_sym_COMMA] = ACTIONS(2824), - [anon_sym_const] = ACTIONS(2824), - [anon_sym_LPAREN] = ACTIONS(2824), - [anon_sym___global] = ACTIONS(2824), - [anon_sym_type] = ACTIONS(2824), - [anon_sym_PIPE] = ACTIONS(2824), - [anon_sym_fn] = ACTIONS(2824), - [anon_sym_PLUS] = ACTIONS(2824), - [anon_sym_DASH] = ACTIONS(2824), - [anon_sym_STAR] = ACTIONS(2824), - [anon_sym_SLASH] = ACTIONS(2824), - [anon_sym_PERCENT] = ACTIONS(2824), - [anon_sym_LT] = ACTIONS(2824), - [anon_sym_GT] = ACTIONS(2824), - [anon_sym_EQ_EQ] = ACTIONS(2824), - [anon_sym_BANG_EQ] = ACTIONS(2824), - [anon_sym_LT_EQ] = ACTIONS(2824), - [anon_sym_GT_EQ] = ACTIONS(2824), - [anon_sym_LBRACK] = ACTIONS(2822), - [anon_sym_struct] = ACTIONS(2824), - [anon_sym_union] = ACTIONS(2824), - [anon_sym_pub] = ACTIONS(2824), - [anon_sym_mut] = ACTIONS(2824), - [anon_sym_enum] = ACTIONS(2824), - [anon_sym_interface] = ACTIONS(2824), - [anon_sym_PLUS_PLUS] = ACTIONS(2824), - [anon_sym_DASH_DASH] = ACTIONS(2824), - [anon_sym_QMARK] = ACTIONS(2824), - [anon_sym_BANG] = ACTIONS(2824), - [anon_sym_go] = ACTIONS(2824), - [anon_sym_spawn] = ACTIONS(2824), - [anon_sym_json_DOTdecode] = ACTIONS(2824), - [anon_sym_LBRACK2] = ACTIONS(2824), - [anon_sym_TILDE] = ACTIONS(2824), - [anon_sym_CARET] = ACTIONS(2824), - [anon_sym_AMP] = ACTIONS(2824), - [anon_sym_LT_DASH] = ACTIONS(2824), - [anon_sym_LT_LT] = ACTIONS(2824), - [anon_sym_GT_GT] = ACTIONS(2824), - [anon_sym_GT_GT_GT] = ACTIONS(2824), - [anon_sym_AMP_CARET] = ACTIONS(2824), - [anon_sym_AMP_AMP] = ACTIONS(2824), - [anon_sym_PIPE_PIPE] = ACTIONS(2824), - [anon_sym_or] = ACTIONS(2824), - [sym_none] = ACTIONS(2824), - [sym_true] = ACTIONS(2824), - [sym_false] = ACTIONS(2824), - [sym_nil] = ACTIONS(2824), - [anon_sym_QMARK_DOT] = ACTIONS(2824), - [anon_sym_POUND_LBRACK] = ACTIONS(2824), - [anon_sym_if] = ACTIONS(2824), - [anon_sym_DOLLARif] = ACTIONS(2824), - [anon_sym_is] = ACTIONS(2824), - [anon_sym_BANGis] = ACTIONS(2824), - [anon_sym_in] = ACTIONS(2824), - [anon_sym_BANGin] = ACTIONS(2824), - [anon_sym_match] = ACTIONS(2824), - [anon_sym_select] = ACTIONS(2824), - [anon_sym_lock] = ACTIONS(2824), - [anon_sym_rlock] = ACTIONS(2824), - [anon_sym_unsafe] = ACTIONS(2824), - [anon_sym_sql] = ACTIONS(2824), - [sym_int_literal] = ACTIONS(2824), - [sym_float_literal] = ACTIONS(2824), - [sym_rune_literal] = ACTIONS(2824), - [anon_sym_AT] = ACTIONS(2824), - [anon_sym_shared] = ACTIONS(2824), - [anon_sym_map_LBRACK] = ACTIONS(2824), - [anon_sym_chan] = ACTIONS(2824), - [anon_sym_thread] = ACTIONS(2824), - [anon_sym_atomic] = ACTIONS(2824), - [anon_sym_assert] = ACTIONS(2824), - [anon_sym_defer] = ACTIONS(2824), - [anon_sym_goto] = ACTIONS(2824), - [anon_sym_break] = ACTIONS(2824), - [anon_sym_continue] = ACTIONS(2824), - [anon_sym_return] = ACTIONS(2824), - [anon_sym_DOLLARfor] = ACTIONS(2824), - [anon_sym_for] = ACTIONS(2824), - [anon_sym_POUND] = ACTIONS(2824), - [anon_sym_asm] = ACTIONS(2824), - [anon_sym_AT_LBRACK] = ACTIONS(2824), - [sym___double_quote] = ACTIONS(2824), - [sym___single_quote] = ACTIONS(2824), - [sym___c_double_quote] = ACTIONS(2824), - [sym___c_single_quote] = ACTIONS(2824), - [sym___r_double_quote] = ACTIONS(2824), - [sym___r_single_quote] = ACTIONS(2824), + [anon_sym_DOT] = ACTIONS(2769), + [anon_sym_as] = ACTIONS(2769), + [anon_sym_LBRACE] = ACTIONS(2769), + [anon_sym_COMMA] = ACTIONS(2769), + [anon_sym_const] = ACTIONS(2769), + [anon_sym_LPAREN] = ACTIONS(2769), + [anon_sym___global] = ACTIONS(2769), + [anon_sym_type] = ACTIONS(2769), + [anon_sym_PIPE] = ACTIONS(2769), + [anon_sym_fn] = ACTIONS(2769), + [anon_sym_PLUS] = ACTIONS(2769), + [anon_sym_DASH] = ACTIONS(2769), + [anon_sym_STAR] = ACTIONS(2769), + [anon_sym_SLASH] = ACTIONS(2769), + [anon_sym_PERCENT] = ACTIONS(2769), + [anon_sym_LT] = ACTIONS(2769), + [anon_sym_GT] = ACTIONS(2769), + [anon_sym_EQ_EQ] = ACTIONS(2769), + [anon_sym_BANG_EQ] = ACTIONS(2769), + [anon_sym_LT_EQ] = ACTIONS(2769), + [anon_sym_GT_EQ] = ACTIONS(2769), + [anon_sym_LBRACK] = ACTIONS(2767), + [anon_sym_LT2] = ACTIONS(2769), + [anon_sym_struct] = ACTIONS(2769), + [anon_sym_union] = ACTIONS(2769), + [anon_sym_pub] = ACTIONS(2769), + [anon_sym_mut] = ACTIONS(2769), + [anon_sym_enum] = ACTIONS(2769), + [anon_sym_interface] = ACTIONS(2769), + [anon_sym_PLUS_PLUS] = ACTIONS(2769), + [anon_sym_DASH_DASH] = ACTIONS(2769), + [anon_sym_QMARK] = ACTIONS(2769), + [anon_sym_BANG] = ACTIONS(2769), + [anon_sym_go] = ACTIONS(2769), + [anon_sym_spawn] = ACTIONS(2769), + [anon_sym_json_DOTdecode] = ACTIONS(2769), + [anon_sym_LBRACK2] = ACTIONS(2769), + [anon_sym_TILDE] = ACTIONS(2769), + [anon_sym_CARET] = ACTIONS(2769), + [anon_sym_AMP] = ACTIONS(2769), + [anon_sym_LT_DASH] = ACTIONS(2769), + [anon_sym_LT_LT] = ACTIONS(2769), + [anon_sym_GT_GT] = ACTIONS(2769), + [anon_sym_GT_GT_GT] = ACTIONS(2769), + [anon_sym_AMP_CARET] = ACTIONS(2769), + [anon_sym_AMP_AMP] = ACTIONS(2769), + [anon_sym_PIPE_PIPE] = ACTIONS(2769), + [anon_sym_or] = ACTIONS(2769), + [sym_none] = ACTIONS(2769), + [sym_true] = ACTIONS(2769), + [sym_false] = ACTIONS(2769), + [sym_nil] = ACTIONS(2769), + [anon_sym_QMARK_DOT] = ACTIONS(2769), + [anon_sym_POUND_LBRACK] = ACTIONS(2769), + [anon_sym_if] = ACTIONS(2769), + [anon_sym_DOLLARif] = ACTIONS(2769), + [anon_sym_is] = ACTIONS(2769), + [anon_sym_BANGis] = ACTIONS(2769), + [anon_sym_in] = ACTIONS(2769), + [anon_sym_BANGin] = ACTIONS(2769), + [anon_sym_match] = ACTIONS(2769), + [anon_sym_select] = ACTIONS(2769), + [anon_sym_lock] = ACTIONS(2769), + [anon_sym_rlock] = ACTIONS(2769), + [anon_sym_unsafe] = ACTIONS(2769), + [anon_sym_sql] = ACTIONS(2769), + [sym_int_literal] = ACTIONS(2769), + [sym_float_literal] = ACTIONS(2769), + [sym_rune_literal] = ACTIONS(2769), + [anon_sym_AT] = ACTIONS(2769), + [anon_sym_shared] = ACTIONS(2769), + [anon_sym_map_LBRACK] = ACTIONS(2769), + [anon_sym_chan] = ACTIONS(2769), + [anon_sym_thread] = ACTIONS(2769), + [anon_sym_atomic] = ACTIONS(2769), + [anon_sym_assert] = ACTIONS(2769), + [anon_sym_defer] = ACTIONS(2769), + [anon_sym_goto] = ACTIONS(2769), + [anon_sym_break] = ACTIONS(2769), + [anon_sym_continue] = ACTIONS(2769), + [anon_sym_return] = ACTIONS(2769), + [anon_sym_DOLLARfor] = ACTIONS(2769), + [anon_sym_for] = ACTIONS(2769), + [anon_sym_POUND] = ACTIONS(2769), + [anon_sym_asm] = ACTIONS(2769), + [anon_sym_AT_LBRACK] = ACTIONS(2769), + [sym___double_quote] = ACTIONS(2769), + [sym___single_quote] = ACTIONS(2769), + [sym___c_double_quote] = ACTIONS(2769), + [sym___c_single_quote] = ACTIONS(2769), + [sym___r_double_quote] = ACTIONS(2769), + [sym___r_single_quote] = ACTIONS(2769), }, [1055] = { - [ts_builtin_sym_end] = ACTIONS(3179), - [sym_identifier] = ACTIONS(3181), - [anon_sym_LF] = ACTIONS(3181), - [anon_sym_CR] = ACTIONS(3181), - [anon_sym_CR_LF] = ACTIONS(3181), + [ts_builtin_sym_end] = ACTIONS(3077), + [sym_identifier] = ACTIONS(3079), + [anon_sym_LF] = ACTIONS(3079), + [anon_sym_CR] = ACTIONS(3079), + [anon_sym_CR_LF] = ACTIONS(3079), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3181), - [anon_sym_as] = ACTIONS(3181), - [anon_sym_LBRACE] = ACTIONS(3181), - [anon_sym_COMMA] = ACTIONS(3181), - [anon_sym_const] = ACTIONS(3181), - [anon_sym_LPAREN] = ACTIONS(3181), - [anon_sym___global] = ACTIONS(3181), - [anon_sym_type] = ACTIONS(3181), - [anon_sym_PIPE] = ACTIONS(3181), - [anon_sym_fn] = ACTIONS(3181), - [anon_sym_PLUS] = ACTIONS(3181), - [anon_sym_DASH] = ACTIONS(3181), - [anon_sym_STAR] = ACTIONS(3181), - [anon_sym_SLASH] = ACTIONS(3181), - [anon_sym_PERCENT] = ACTIONS(3181), - [anon_sym_LT] = ACTIONS(3181), - [anon_sym_GT] = ACTIONS(3181), - [anon_sym_EQ_EQ] = ACTIONS(3181), - [anon_sym_BANG_EQ] = ACTIONS(3181), - [anon_sym_LT_EQ] = ACTIONS(3181), - [anon_sym_GT_EQ] = ACTIONS(3181), - [anon_sym_LBRACK] = ACTIONS(3179), - [anon_sym_struct] = ACTIONS(3181), - [anon_sym_union] = ACTIONS(3181), - [anon_sym_pub] = ACTIONS(3181), - [anon_sym_mut] = ACTIONS(3181), - [anon_sym_enum] = ACTIONS(3181), - [anon_sym_interface] = ACTIONS(3181), - [anon_sym_PLUS_PLUS] = ACTIONS(3181), - [anon_sym_DASH_DASH] = ACTIONS(3181), - [anon_sym_QMARK] = ACTIONS(3181), - [anon_sym_BANG] = ACTIONS(3181), - [anon_sym_go] = ACTIONS(3181), - [anon_sym_spawn] = ACTIONS(3181), - [anon_sym_json_DOTdecode] = ACTIONS(3181), - [anon_sym_LBRACK2] = ACTIONS(3181), - [anon_sym_TILDE] = ACTIONS(3181), - [anon_sym_CARET] = ACTIONS(3181), - [anon_sym_AMP] = ACTIONS(3181), - [anon_sym_LT_DASH] = ACTIONS(3181), - [anon_sym_LT_LT] = ACTIONS(3181), - [anon_sym_GT_GT] = ACTIONS(3181), - [anon_sym_GT_GT_GT] = ACTIONS(3181), - [anon_sym_AMP_CARET] = ACTIONS(3181), - [anon_sym_AMP_AMP] = ACTIONS(3181), - [anon_sym_PIPE_PIPE] = ACTIONS(3181), - [anon_sym_or] = ACTIONS(3181), - [sym_none] = ACTIONS(3181), - [sym_true] = ACTIONS(3181), - [sym_false] = ACTIONS(3181), - [sym_nil] = ACTIONS(3181), - [anon_sym_QMARK_DOT] = ACTIONS(3181), - [anon_sym_POUND_LBRACK] = ACTIONS(3181), - [anon_sym_if] = ACTIONS(3181), - [anon_sym_DOLLARif] = ACTIONS(3181), - [anon_sym_is] = ACTIONS(3181), - [anon_sym_BANGis] = ACTIONS(3181), - [anon_sym_in] = ACTIONS(3181), - [anon_sym_BANGin] = ACTIONS(3181), - [anon_sym_match] = ACTIONS(3181), - [anon_sym_select] = ACTIONS(3181), - [anon_sym_lock] = ACTIONS(3181), - [anon_sym_rlock] = ACTIONS(3181), - [anon_sym_unsafe] = ACTIONS(3181), - [anon_sym_sql] = ACTIONS(3181), - [sym_int_literal] = ACTIONS(3181), - [sym_float_literal] = ACTIONS(3181), - [sym_rune_literal] = ACTIONS(3181), - [anon_sym_AT] = ACTIONS(3181), - [anon_sym_shared] = ACTIONS(3181), - [anon_sym_map_LBRACK] = ACTIONS(3181), - [anon_sym_chan] = ACTIONS(3181), - [anon_sym_thread] = ACTIONS(3181), - [anon_sym_atomic] = ACTIONS(3181), - [anon_sym_assert] = ACTIONS(3181), - [anon_sym_defer] = ACTIONS(3181), - [anon_sym_goto] = ACTIONS(3181), - [anon_sym_break] = ACTIONS(3181), - [anon_sym_continue] = ACTIONS(3181), - [anon_sym_return] = ACTIONS(3181), - [anon_sym_DOLLARfor] = ACTIONS(3181), - [anon_sym_for] = ACTIONS(3181), - [anon_sym_POUND] = ACTIONS(3181), - [anon_sym_asm] = ACTIONS(3181), - [anon_sym_AT_LBRACK] = ACTIONS(3181), - [sym___double_quote] = ACTIONS(3181), - [sym___single_quote] = ACTIONS(3181), - [sym___c_double_quote] = ACTIONS(3181), - [sym___c_single_quote] = ACTIONS(3181), - [sym___r_double_quote] = ACTIONS(3181), - [sym___r_single_quote] = ACTIONS(3181), + [anon_sym_DOT] = ACTIONS(3079), + [anon_sym_as] = ACTIONS(3079), + [anon_sym_LBRACE] = ACTIONS(3079), + [anon_sym_COMMA] = ACTIONS(3079), + [anon_sym_const] = ACTIONS(3079), + [anon_sym_LPAREN] = ACTIONS(3079), + [anon_sym___global] = ACTIONS(3079), + [anon_sym_type] = ACTIONS(3079), + [anon_sym_PIPE] = ACTIONS(3079), + [anon_sym_fn] = ACTIONS(3079), + [anon_sym_PLUS] = ACTIONS(3079), + [anon_sym_DASH] = ACTIONS(3079), + [anon_sym_STAR] = ACTIONS(3079), + [anon_sym_SLASH] = ACTIONS(3079), + [anon_sym_PERCENT] = ACTIONS(3079), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3079), + [anon_sym_EQ_EQ] = ACTIONS(3079), + [anon_sym_BANG_EQ] = ACTIONS(3079), + [anon_sym_LT_EQ] = ACTIONS(3079), + [anon_sym_GT_EQ] = ACTIONS(3079), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_LT2] = ACTIONS(3079), + [anon_sym_struct] = ACTIONS(3079), + [anon_sym_union] = ACTIONS(3079), + [anon_sym_pub] = ACTIONS(3079), + [anon_sym_mut] = ACTIONS(3079), + [anon_sym_enum] = ACTIONS(3079), + [anon_sym_interface] = ACTIONS(3079), + [anon_sym_PLUS_PLUS] = ACTIONS(3079), + [anon_sym_DASH_DASH] = ACTIONS(3079), + [anon_sym_QMARK] = ACTIONS(3079), + [anon_sym_BANG] = ACTIONS(3079), + [anon_sym_go] = ACTIONS(3079), + [anon_sym_spawn] = ACTIONS(3079), + [anon_sym_json_DOTdecode] = ACTIONS(3079), + [anon_sym_LBRACK2] = ACTIONS(3079), + [anon_sym_TILDE] = ACTIONS(3079), + [anon_sym_CARET] = ACTIONS(3079), + [anon_sym_AMP] = ACTIONS(3079), + [anon_sym_LT_DASH] = ACTIONS(3079), + [anon_sym_LT_LT] = ACTIONS(3079), + [anon_sym_GT_GT] = ACTIONS(3079), + [anon_sym_GT_GT_GT] = ACTIONS(3079), + [anon_sym_AMP_CARET] = ACTIONS(3079), + [anon_sym_AMP_AMP] = ACTIONS(3079), + [anon_sym_PIPE_PIPE] = ACTIONS(3079), + [anon_sym_or] = ACTIONS(3079), + [sym_none] = ACTIONS(3079), + [sym_true] = ACTIONS(3079), + [sym_false] = ACTIONS(3079), + [sym_nil] = ACTIONS(3079), + [anon_sym_QMARK_DOT] = ACTIONS(3079), + [anon_sym_POUND_LBRACK] = ACTIONS(3079), + [anon_sym_if] = ACTIONS(3079), + [anon_sym_DOLLARif] = ACTIONS(3079), + [anon_sym_is] = ACTIONS(3079), + [anon_sym_BANGis] = ACTIONS(3079), + [anon_sym_in] = ACTIONS(3079), + [anon_sym_BANGin] = ACTIONS(3079), + [anon_sym_match] = ACTIONS(3079), + [anon_sym_select] = ACTIONS(3079), + [anon_sym_lock] = ACTIONS(3079), + [anon_sym_rlock] = ACTIONS(3079), + [anon_sym_unsafe] = ACTIONS(3079), + [anon_sym_sql] = ACTIONS(3079), + [sym_int_literal] = ACTIONS(3079), + [sym_float_literal] = ACTIONS(3079), + [sym_rune_literal] = ACTIONS(3079), + [anon_sym_AT] = ACTIONS(3079), + [anon_sym_shared] = ACTIONS(3079), + [anon_sym_map_LBRACK] = ACTIONS(3079), + [anon_sym_chan] = ACTIONS(3079), + [anon_sym_thread] = ACTIONS(3079), + [anon_sym_atomic] = ACTIONS(3079), + [anon_sym_assert] = ACTIONS(3079), + [anon_sym_defer] = ACTIONS(3079), + [anon_sym_goto] = ACTIONS(3079), + [anon_sym_break] = ACTIONS(3079), + [anon_sym_continue] = ACTIONS(3079), + [anon_sym_return] = ACTIONS(3079), + [anon_sym_DOLLARfor] = ACTIONS(3079), + [anon_sym_for] = ACTIONS(3079), + [anon_sym_POUND] = ACTIONS(3079), + [anon_sym_asm] = ACTIONS(3079), + [anon_sym_AT_LBRACK] = ACTIONS(3079), + [sym___double_quote] = ACTIONS(3079), + [sym___single_quote] = ACTIONS(3079), + [sym___c_double_quote] = ACTIONS(3079), + [sym___c_single_quote] = ACTIONS(3079), + [sym___r_double_quote] = ACTIONS(3079), + [sym___r_single_quote] = ACTIONS(3079), }, [1056] = { - [ts_builtin_sym_end] = ACTIONS(3147), - [sym_identifier] = ACTIONS(3149), - [anon_sym_LF] = ACTIONS(3149), - [anon_sym_CR] = ACTIONS(3149), - [anon_sym_CR_LF] = ACTIONS(3149), + [ts_builtin_sym_end] = ACTIONS(3185), + [sym_identifier] = ACTIONS(3187), + [anon_sym_LF] = ACTIONS(3187), + [anon_sym_CR] = ACTIONS(3187), + [anon_sym_CR_LF] = ACTIONS(3187), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3149), - [anon_sym_as] = ACTIONS(3149), - [anon_sym_LBRACE] = ACTIONS(3149), - [anon_sym_COMMA] = ACTIONS(3149), - [anon_sym_const] = ACTIONS(3149), - [anon_sym_LPAREN] = ACTIONS(3149), - [anon_sym___global] = ACTIONS(3149), - [anon_sym_type] = ACTIONS(3149), - [anon_sym_PIPE] = ACTIONS(3149), - [anon_sym_fn] = ACTIONS(3149), - [anon_sym_PLUS] = ACTIONS(3149), - [anon_sym_DASH] = ACTIONS(3149), - [anon_sym_STAR] = ACTIONS(3149), - [anon_sym_SLASH] = ACTIONS(3149), - [anon_sym_PERCENT] = ACTIONS(3149), - [anon_sym_LT] = ACTIONS(3149), - [anon_sym_GT] = ACTIONS(3149), - [anon_sym_EQ_EQ] = ACTIONS(3149), - [anon_sym_BANG_EQ] = ACTIONS(3149), - [anon_sym_LT_EQ] = ACTIONS(3149), - [anon_sym_GT_EQ] = ACTIONS(3149), - [anon_sym_LBRACK] = ACTIONS(3147), - [anon_sym_struct] = ACTIONS(3149), - [anon_sym_union] = ACTIONS(3149), - [anon_sym_pub] = ACTIONS(3149), - [anon_sym_mut] = ACTIONS(3149), - [anon_sym_enum] = ACTIONS(3149), - [anon_sym_interface] = ACTIONS(3149), - [anon_sym_PLUS_PLUS] = ACTIONS(3149), - [anon_sym_DASH_DASH] = ACTIONS(3149), - [anon_sym_QMARK] = ACTIONS(3149), - [anon_sym_BANG] = ACTIONS(3149), - [anon_sym_go] = ACTIONS(3149), - [anon_sym_spawn] = ACTIONS(3149), - [anon_sym_json_DOTdecode] = ACTIONS(3149), - [anon_sym_LBRACK2] = ACTIONS(3149), - [anon_sym_TILDE] = ACTIONS(3149), - [anon_sym_CARET] = ACTIONS(3149), - [anon_sym_AMP] = ACTIONS(3149), - [anon_sym_LT_DASH] = ACTIONS(3149), - [anon_sym_LT_LT] = ACTIONS(3149), - [anon_sym_GT_GT] = ACTIONS(3149), - [anon_sym_GT_GT_GT] = ACTIONS(3149), - [anon_sym_AMP_CARET] = ACTIONS(3149), - [anon_sym_AMP_AMP] = ACTIONS(3149), - [anon_sym_PIPE_PIPE] = ACTIONS(3149), - [anon_sym_or] = ACTIONS(3149), - [sym_none] = ACTIONS(3149), - [sym_true] = ACTIONS(3149), - [sym_false] = ACTIONS(3149), - [sym_nil] = ACTIONS(3149), - [anon_sym_QMARK_DOT] = ACTIONS(3149), - [anon_sym_POUND_LBRACK] = ACTIONS(3149), - [anon_sym_if] = ACTIONS(3149), - [anon_sym_DOLLARif] = ACTIONS(3149), - [anon_sym_is] = ACTIONS(3149), - [anon_sym_BANGis] = ACTIONS(3149), - [anon_sym_in] = ACTIONS(3149), - [anon_sym_BANGin] = ACTIONS(3149), - [anon_sym_match] = ACTIONS(3149), - [anon_sym_select] = ACTIONS(3149), - [anon_sym_lock] = ACTIONS(3149), - [anon_sym_rlock] = ACTIONS(3149), - [anon_sym_unsafe] = ACTIONS(3149), - [anon_sym_sql] = ACTIONS(3149), - [sym_int_literal] = ACTIONS(3149), - [sym_float_literal] = ACTIONS(3149), - [sym_rune_literal] = ACTIONS(3149), - [anon_sym_AT] = ACTIONS(3149), - [anon_sym_shared] = ACTIONS(3149), - [anon_sym_map_LBRACK] = ACTIONS(3149), - [anon_sym_chan] = ACTIONS(3149), - [anon_sym_thread] = ACTIONS(3149), - [anon_sym_atomic] = ACTIONS(3149), - [anon_sym_assert] = ACTIONS(3149), - [anon_sym_defer] = ACTIONS(3149), - [anon_sym_goto] = ACTIONS(3149), - [anon_sym_break] = ACTIONS(3149), - [anon_sym_continue] = ACTIONS(3149), - [anon_sym_return] = ACTIONS(3149), - [anon_sym_DOLLARfor] = ACTIONS(3149), - [anon_sym_for] = ACTIONS(3149), - [anon_sym_POUND] = ACTIONS(3149), - [anon_sym_asm] = ACTIONS(3149), - [anon_sym_AT_LBRACK] = ACTIONS(3149), - [sym___double_quote] = ACTIONS(3149), - [sym___single_quote] = ACTIONS(3149), - [sym___c_double_quote] = ACTIONS(3149), - [sym___c_single_quote] = ACTIONS(3149), - [sym___r_double_quote] = ACTIONS(3149), - [sym___r_single_quote] = ACTIONS(3149), + [anon_sym_DOT] = ACTIONS(3187), + [anon_sym_as] = ACTIONS(3187), + [anon_sym_LBRACE] = ACTIONS(3187), + [anon_sym_COMMA] = ACTIONS(3187), + [anon_sym_const] = ACTIONS(3187), + [anon_sym_LPAREN] = ACTIONS(3187), + [anon_sym___global] = ACTIONS(3187), + [anon_sym_type] = ACTIONS(3187), + [anon_sym_PIPE] = ACTIONS(3187), + [anon_sym_fn] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(3187), + [anon_sym_DASH] = ACTIONS(3187), + [anon_sym_STAR] = ACTIONS(3187), + [anon_sym_SLASH] = ACTIONS(3187), + [anon_sym_PERCENT] = ACTIONS(3187), + [anon_sym_LT] = ACTIONS(3187), + [anon_sym_GT] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3187), + [anon_sym_BANG_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_LBRACK] = ACTIONS(3185), + [anon_sym_LT2] = ACTIONS(3187), + [anon_sym_struct] = ACTIONS(3187), + [anon_sym_union] = ACTIONS(3187), + [anon_sym_pub] = ACTIONS(3187), + [anon_sym_mut] = ACTIONS(3187), + [anon_sym_enum] = ACTIONS(3187), + [anon_sym_interface] = ACTIONS(3187), + [anon_sym_PLUS_PLUS] = ACTIONS(3187), + [anon_sym_DASH_DASH] = ACTIONS(3187), + [anon_sym_QMARK] = ACTIONS(3187), + [anon_sym_BANG] = ACTIONS(3187), + [anon_sym_go] = ACTIONS(3187), + [anon_sym_spawn] = ACTIONS(3187), + [anon_sym_json_DOTdecode] = ACTIONS(3187), + [anon_sym_LBRACK2] = ACTIONS(3187), + [anon_sym_TILDE] = ACTIONS(3187), + [anon_sym_CARET] = ACTIONS(3187), + [anon_sym_AMP] = ACTIONS(3187), + [anon_sym_LT_DASH] = ACTIONS(3187), + [anon_sym_LT_LT] = ACTIONS(3187), + [anon_sym_GT_GT] = ACTIONS(3187), + [anon_sym_GT_GT_GT] = ACTIONS(3187), + [anon_sym_AMP_CARET] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_or] = ACTIONS(3187), + [sym_none] = ACTIONS(3187), + [sym_true] = ACTIONS(3187), + [sym_false] = ACTIONS(3187), + [sym_nil] = ACTIONS(3187), + [anon_sym_QMARK_DOT] = ACTIONS(3187), + [anon_sym_POUND_LBRACK] = ACTIONS(3187), + [anon_sym_if] = ACTIONS(3187), + [anon_sym_DOLLARif] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3187), + [anon_sym_BANGis] = ACTIONS(3187), + [anon_sym_in] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_match] = ACTIONS(3187), + [anon_sym_select] = ACTIONS(3187), + [anon_sym_lock] = ACTIONS(3187), + [anon_sym_rlock] = ACTIONS(3187), + [anon_sym_unsafe] = ACTIONS(3187), + [anon_sym_sql] = ACTIONS(3187), + [sym_int_literal] = ACTIONS(3187), + [sym_float_literal] = ACTIONS(3187), + [sym_rune_literal] = ACTIONS(3187), + [anon_sym_AT] = ACTIONS(3187), + [anon_sym_shared] = ACTIONS(3187), + [anon_sym_map_LBRACK] = ACTIONS(3187), + [anon_sym_chan] = ACTIONS(3187), + [anon_sym_thread] = ACTIONS(3187), + [anon_sym_atomic] = ACTIONS(3187), + [anon_sym_assert] = ACTIONS(3187), + [anon_sym_defer] = ACTIONS(3187), + [anon_sym_goto] = ACTIONS(3187), + [anon_sym_break] = ACTIONS(3187), + [anon_sym_continue] = ACTIONS(3187), + [anon_sym_return] = ACTIONS(3187), + [anon_sym_DOLLARfor] = ACTIONS(3187), + [anon_sym_for] = ACTIONS(3187), + [anon_sym_POUND] = ACTIONS(3187), + [anon_sym_asm] = ACTIONS(3187), + [anon_sym_AT_LBRACK] = ACTIONS(3187), + [sym___double_quote] = ACTIONS(3187), + [sym___single_quote] = ACTIONS(3187), + [sym___c_double_quote] = ACTIONS(3187), + [sym___c_single_quote] = ACTIONS(3187), + [sym___r_double_quote] = ACTIONS(3187), + [sym___r_single_quote] = ACTIONS(3187), }, [1057] = { - [ts_builtin_sym_end] = ACTIONS(3063), - [sym_identifier] = ACTIONS(3065), - [anon_sym_LF] = ACTIONS(3065), - [anon_sym_CR] = ACTIONS(3065), - [anon_sym_CR_LF] = ACTIONS(3065), + [ts_builtin_sym_end] = ACTIONS(3009), + [sym_identifier] = ACTIONS(3011), + [anon_sym_LF] = ACTIONS(3011), + [anon_sym_CR] = ACTIONS(3011), + [anon_sym_CR_LF] = ACTIONS(3011), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3065), - [anon_sym_as] = ACTIONS(3065), - [anon_sym_LBRACE] = ACTIONS(3065), - [anon_sym_COMMA] = ACTIONS(3065), - [anon_sym_const] = ACTIONS(3065), - [anon_sym_LPAREN] = ACTIONS(3065), - [anon_sym___global] = ACTIONS(3065), - [anon_sym_type] = ACTIONS(3065), - [anon_sym_PIPE] = ACTIONS(3065), - [anon_sym_fn] = ACTIONS(3065), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3065), - [anon_sym_LT] = ACTIONS(3065), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_LT_EQ] = ACTIONS(3065), - [anon_sym_GT_EQ] = ACTIONS(3065), - [anon_sym_LBRACK] = ACTIONS(3063), - [anon_sym_struct] = ACTIONS(3065), - [anon_sym_union] = ACTIONS(3065), - [anon_sym_pub] = ACTIONS(3065), - [anon_sym_mut] = ACTIONS(3065), - [anon_sym_enum] = ACTIONS(3065), - [anon_sym_interface] = ACTIONS(3065), - [anon_sym_PLUS_PLUS] = ACTIONS(3065), - [anon_sym_DASH_DASH] = ACTIONS(3065), - [anon_sym_QMARK] = ACTIONS(3065), - [anon_sym_BANG] = ACTIONS(3065), - [anon_sym_go] = ACTIONS(3065), - [anon_sym_spawn] = ACTIONS(3065), - [anon_sym_json_DOTdecode] = ACTIONS(3065), - [anon_sym_LBRACK2] = ACTIONS(3065), - [anon_sym_TILDE] = ACTIONS(3065), - [anon_sym_CARET] = ACTIONS(3065), - [anon_sym_AMP] = ACTIONS(3065), - [anon_sym_LT_DASH] = ACTIONS(3065), - [anon_sym_LT_LT] = ACTIONS(3065), - [anon_sym_GT_GT] = ACTIONS(3065), - [anon_sym_GT_GT_GT] = ACTIONS(3065), - [anon_sym_AMP_CARET] = ACTIONS(3065), - [anon_sym_AMP_AMP] = ACTIONS(3065), - [anon_sym_PIPE_PIPE] = ACTIONS(3065), - [anon_sym_or] = ACTIONS(3065), - [sym_none] = ACTIONS(3065), - [sym_true] = ACTIONS(3065), - [sym_false] = ACTIONS(3065), - [sym_nil] = ACTIONS(3065), - [anon_sym_QMARK_DOT] = ACTIONS(3065), - [anon_sym_POUND_LBRACK] = ACTIONS(3065), - [anon_sym_if] = ACTIONS(3065), - [anon_sym_DOLLARif] = ACTIONS(3065), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3065), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_BANGin] = ACTIONS(3065), - [anon_sym_match] = ACTIONS(3065), - [anon_sym_select] = ACTIONS(3065), - [anon_sym_lock] = ACTIONS(3065), - [anon_sym_rlock] = ACTIONS(3065), - [anon_sym_unsafe] = ACTIONS(3065), - [anon_sym_sql] = ACTIONS(3065), - [sym_int_literal] = ACTIONS(3065), - [sym_float_literal] = ACTIONS(3065), - [sym_rune_literal] = ACTIONS(3065), - [anon_sym_AT] = ACTIONS(3065), - [anon_sym_shared] = ACTIONS(3065), - [anon_sym_map_LBRACK] = ACTIONS(3065), - [anon_sym_chan] = ACTIONS(3065), - [anon_sym_thread] = ACTIONS(3065), - [anon_sym_atomic] = ACTIONS(3065), - [anon_sym_assert] = ACTIONS(3065), - [anon_sym_defer] = ACTIONS(3065), - [anon_sym_goto] = ACTIONS(3065), - [anon_sym_break] = ACTIONS(3065), - [anon_sym_continue] = ACTIONS(3065), - [anon_sym_return] = ACTIONS(3065), - [anon_sym_DOLLARfor] = ACTIONS(3065), - [anon_sym_for] = ACTIONS(3065), - [anon_sym_POUND] = ACTIONS(3065), - [anon_sym_asm] = ACTIONS(3065), - [anon_sym_AT_LBRACK] = ACTIONS(3065), - [sym___double_quote] = ACTIONS(3065), - [sym___single_quote] = ACTIONS(3065), - [sym___c_double_quote] = ACTIONS(3065), - [sym___c_single_quote] = ACTIONS(3065), - [sym___r_double_quote] = ACTIONS(3065), - [sym___r_single_quote] = ACTIONS(3065), + [anon_sym_DOT] = ACTIONS(3011), + [anon_sym_as] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(3011), + [anon_sym_COMMA] = ACTIONS(3011), + [anon_sym_const] = ACTIONS(3011), + [anon_sym_LPAREN] = ACTIONS(3011), + [anon_sym___global] = ACTIONS(3011), + [anon_sym_type] = ACTIONS(3011), + [anon_sym_PIPE] = ACTIONS(3011), + [anon_sym_fn] = ACTIONS(3011), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3011), + [anon_sym_LT] = ACTIONS(3011), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_LT_EQ] = ACTIONS(3011), + [anon_sym_GT_EQ] = ACTIONS(3011), + [anon_sym_LBRACK] = ACTIONS(3009), + [anon_sym_LT2] = ACTIONS(3011), + [anon_sym_struct] = ACTIONS(3011), + [anon_sym_union] = ACTIONS(3011), + [anon_sym_pub] = ACTIONS(3011), + [anon_sym_mut] = ACTIONS(3011), + [anon_sym_enum] = ACTIONS(3011), + [anon_sym_interface] = ACTIONS(3011), + [anon_sym_PLUS_PLUS] = ACTIONS(3011), + [anon_sym_DASH_DASH] = ACTIONS(3011), + [anon_sym_QMARK] = ACTIONS(3011), + [anon_sym_BANG] = ACTIONS(3011), + [anon_sym_go] = ACTIONS(3011), + [anon_sym_spawn] = ACTIONS(3011), + [anon_sym_json_DOTdecode] = ACTIONS(3011), + [anon_sym_LBRACK2] = ACTIONS(3011), + [anon_sym_TILDE] = ACTIONS(3011), + [anon_sym_CARET] = ACTIONS(3011), + [anon_sym_AMP] = ACTIONS(3011), + [anon_sym_LT_DASH] = ACTIONS(3011), + [anon_sym_LT_LT] = ACTIONS(3011), + [anon_sym_GT_GT] = ACTIONS(3011), + [anon_sym_GT_GT_GT] = ACTIONS(3011), + [anon_sym_AMP_CARET] = ACTIONS(3011), + [anon_sym_AMP_AMP] = ACTIONS(3011), + [anon_sym_PIPE_PIPE] = ACTIONS(3011), + [anon_sym_or] = ACTIONS(3011), + [sym_none] = ACTIONS(3011), + [sym_true] = ACTIONS(3011), + [sym_false] = ACTIONS(3011), + [sym_nil] = ACTIONS(3011), + [anon_sym_QMARK_DOT] = ACTIONS(3011), + [anon_sym_POUND_LBRACK] = ACTIONS(3011), + [anon_sym_if] = ACTIONS(3011), + [anon_sym_DOLLARif] = ACTIONS(3011), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3011), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_BANGin] = ACTIONS(3011), + [anon_sym_match] = ACTIONS(3011), + [anon_sym_select] = ACTIONS(3011), + [anon_sym_lock] = ACTIONS(3011), + [anon_sym_rlock] = ACTIONS(3011), + [anon_sym_unsafe] = ACTIONS(3011), + [anon_sym_sql] = ACTIONS(3011), + [sym_int_literal] = ACTIONS(3011), + [sym_float_literal] = ACTIONS(3011), + [sym_rune_literal] = ACTIONS(3011), + [anon_sym_AT] = ACTIONS(3011), + [anon_sym_shared] = ACTIONS(3011), + [anon_sym_map_LBRACK] = ACTIONS(3011), + [anon_sym_chan] = ACTIONS(3011), + [anon_sym_thread] = ACTIONS(3011), + [anon_sym_atomic] = ACTIONS(3011), + [anon_sym_assert] = ACTIONS(3011), + [anon_sym_defer] = ACTIONS(3011), + [anon_sym_goto] = ACTIONS(3011), + [anon_sym_break] = ACTIONS(3011), + [anon_sym_continue] = ACTIONS(3011), + [anon_sym_return] = ACTIONS(3011), + [anon_sym_DOLLARfor] = ACTIONS(3011), + [anon_sym_for] = ACTIONS(3011), + [anon_sym_POUND] = ACTIONS(3011), + [anon_sym_asm] = ACTIONS(3011), + [anon_sym_AT_LBRACK] = ACTIONS(3011), + [sym___double_quote] = ACTIONS(3011), + [sym___single_quote] = ACTIONS(3011), + [sym___c_double_quote] = ACTIONS(3011), + [sym___c_single_quote] = ACTIONS(3011), + [sym___r_double_quote] = ACTIONS(3011), + [sym___r_single_quote] = ACTIONS(3011), }, [1058] = { - [ts_builtin_sym_end] = ACTIONS(3051), - [sym_identifier] = ACTIONS(3053), - [anon_sym_LF] = ACTIONS(3053), - [anon_sym_CR] = ACTIONS(3053), - [anon_sym_CR_LF] = ACTIONS(3053), + [ts_builtin_sym_end] = ACTIONS(3001), + [sym_identifier] = ACTIONS(3003), + [anon_sym_LF] = ACTIONS(3003), + [anon_sym_CR] = ACTIONS(3003), + [anon_sym_CR_LF] = ACTIONS(3003), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3053), - [anon_sym_as] = ACTIONS(3053), - [anon_sym_LBRACE] = ACTIONS(3053), - [anon_sym_COMMA] = ACTIONS(3053), - [anon_sym_const] = ACTIONS(3053), - [anon_sym_LPAREN] = ACTIONS(3053), - [anon_sym___global] = ACTIONS(3053), - [anon_sym_type] = ACTIONS(3053), - [anon_sym_PIPE] = ACTIONS(3053), - [anon_sym_fn] = ACTIONS(3053), - [anon_sym_PLUS] = ACTIONS(3053), - [anon_sym_DASH] = ACTIONS(3053), - [anon_sym_STAR] = ACTIONS(3053), - [anon_sym_SLASH] = ACTIONS(3053), - [anon_sym_PERCENT] = ACTIONS(3053), - [anon_sym_LT] = ACTIONS(3053), - [anon_sym_GT] = ACTIONS(3053), - [anon_sym_EQ_EQ] = ACTIONS(3053), - [anon_sym_BANG_EQ] = ACTIONS(3053), - [anon_sym_LT_EQ] = ACTIONS(3053), - [anon_sym_GT_EQ] = ACTIONS(3053), - [anon_sym_LBRACK] = ACTIONS(3051), - [anon_sym_struct] = ACTIONS(3053), - [anon_sym_union] = ACTIONS(3053), - [anon_sym_pub] = ACTIONS(3053), - [anon_sym_mut] = ACTIONS(3053), - [anon_sym_enum] = ACTIONS(3053), - [anon_sym_interface] = ACTIONS(3053), - [anon_sym_PLUS_PLUS] = ACTIONS(3053), - [anon_sym_DASH_DASH] = ACTIONS(3053), - [anon_sym_QMARK] = ACTIONS(3053), - [anon_sym_BANG] = ACTIONS(3053), - [anon_sym_go] = ACTIONS(3053), - [anon_sym_spawn] = ACTIONS(3053), - [anon_sym_json_DOTdecode] = ACTIONS(3053), - [anon_sym_LBRACK2] = ACTIONS(3053), - [anon_sym_TILDE] = ACTIONS(3053), - [anon_sym_CARET] = ACTIONS(3053), - [anon_sym_AMP] = ACTIONS(3053), - [anon_sym_LT_DASH] = ACTIONS(3053), - [anon_sym_LT_LT] = ACTIONS(3053), - [anon_sym_GT_GT] = ACTIONS(3053), - [anon_sym_GT_GT_GT] = ACTIONS(3053), - [anon_sym_AMP_CARET] = ACTIONS(3053), - [anon_sym_AMP_AMP] = ACTIONS(3053), - [anon_sym_PIPE_PIPE] = ACTIONS(3053), - [anon_sym_or] = ACTIONS(3053), - [sym_none] = ACTIONS(3053), - [sym_true] = ACTIONS(3053), - [sym_false] = ACTIONS(3053), - [sym_nil] = ACTIONS(3053), - [anon_sym_QMARK_DOT] = ACTIONS(3053), - [anon_sym_POUND_LBRACK] = ACTIONS(3053), - [anon_sym_if] = ACTIONS(3053), - [anon_sym_DOLLARif] = ACTIONS(3053), - [anon_sym_is] = ACTIONS(3053), - [anon_sym_BANGis] = ACTIONS(3053), - [anon_sym_in] = ACTIONS(3053), - [anon_sym_BANGin] = ACTIONS(3053), - [anon_sym_match] = ACTIONS(3053), - [anon_sym_select] = ACTIONS(3053), - [anon_sym_lock] = ACTIONS(3053), - [anon_sym_rlock] = ACTIONS(3053), - [anon_sym_unsafe] = ACTIONS(3053), - [anon_sym_sql] = ACTIONS(3053), - [sym_int_literal] = ACTIONS(3053), - [sym_float_literal] = ACTIONS(3053), - [sym_rune_literal] = ACTIONS(3053), - [anon_sym_AT] = ACTIONS(3053), - [anon_sym_shared] = ACTIONS(3053), - [anon_sym_map_LBRACK] = ACTIONS(3053), - [anon_sym_chan] = ACTIONS(3053), - [anon_sym_thread] = ACTIONS(3053), - [anon_sym_atomic] = ACTIONS(3053), - [anon_sym_assert] = ACTIONS(3053), - [anon_sym_defer] = ACTIONS(3053), - [anon_sym_goto] = ACTIONS(3053), - [anon_sym_break] = ACTIONS(3053), - [anon_sym_continue] = ACTIONS(3053), - [anon_sym_return] = ACTIONS(3053), - [anon_sym_DOLLARfor] = ACTIONS(3053), - [anon_sym_for] = ACTIONS(3053), - [anon_sym_POUND] = ACTIONS(3053), - [anon_sym_asm] = ACTIONS(3053), - [anon_sym_AT_LBRACK] = ACTIONS(3053), - [sym___double_quote] = ACTIONS(3053), - [sym___single_quote] = ACTIONS(3053), - [sym___c_double_quote] = ACTIONS(3053), - [sym___c_single_quote] = ACTIONS(3053), - [sym___r_double_quote] = ACTIONS(3053), - [sym___r_single_quote] = ACTIONS(3053), + [anon_sym_DOT] = ACTIONS(3003), + [anon_sym_as] = ACTIONS(3003), + [anon_sym_LBRACE] = ACTIONS(3003), + [anon_sym_COMMA] = ACTIONS(3003), + [anon_sym_const] = ACTIONS(3003), + [anon_sym_LPAREN] = ACTIONS(3003), + [anon_sym___global] = ACTIONS(3003), + [anon_sym_type] = ACTIONS(3003), + [anon_sym_PIPE] = ACTIONS(3003), + [anon_sym_fn] = ACTIONS(3003), + [anon_sym_PLUS] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3003), + [anon_sym_STAR] = ACTIONS(3003), + [anon_sym_SLASH] = ACTIONS(3003), + [anon_sym_PERCENT] = ACTIONS(3003), + [anon_sym_LT] = ACTIONS(3003), + [anon_sym_GT] = ACTIONS(3003), + [anon_sym_EQ_EQ] = ACTIONS(3003), + [anon_sym_BANG_EQ] = ACTIONS(3003), + [anon_sym_LT_EQ] = ACTIONS(3003), + [anon_sym_GT_EQ] = ACTIONS(3003), + [anon_sym_LBRACK] = ACTIONS(3001), + [anon_sym_LT2] = ACTIONS(3003), + [anon_sym_struct] = ACTIONS(3003), + [anon_sym_union] = ACTIONS(3003), + [anon_sym_pub] = ACTIONS(3003), + [anon_sym_mut] = ACTIONS(3003), + [anon_sym_enum] = ACTIONS(3003), + [anon_sym_interface] = ACTIONS(3003), + [anon_sym_PLUS_PLUS] = ACTIONS(3003), + [anon_sym_DASH_DASH] = ACTIONS(3003), + [anon_sym_QMARK] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_go] = ACTIONS(3003), + [anon_sym_spawn] = ACTIONS(3003), + [anon_sym_json_DOTdecode] = ACTIONS(3003), + [anon_sym_LBRACK2] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_CARET] = ACTIONS(3003), + [anon_sym_AMP] = ACTIONS(3003), + [anon_sym_LT_DASH] = ACTIONS(3003), + [anon_sym_LT_LT] = ACTIONS(3003), + [anon_sym_GT_GT] = ACTIONS(3003), + [anon_sym_GT_GT_GT] = ACTIONS(3003), + [anon_sym_AMP_CARET] = ACTIONS(3003), + [anon_sym_AMP_AMP] = ACTIONS(3003), + [anon_sym_PIPE_PIPE] = ACTIONS(3003), + [anon_sym_or] = ACTIONS(3003), + [sym_none] = ACTIONS(3003), + [sym_true] = ACTIONS(3003), + [sym_false] = ACTIONS(3003), + [sym_nil] = ACTIONS(3003), + [anon_sym_QMARK_DOT] = ACTIONS(3003), + [anon_sym_POUND_LBRACK] = ACTIONS(3003), + [anon_sym_if] = ACTIONS(3003), + [anon_sym_DOLLARif] = ACTIONS(3003), + [anon_sym_is] = ACTIONS(3003), + [anon_sym_BANGis] = ACTIONS(3003), + [anon_sym_in] = ACTIONS(3003), + [anon_sym_BANGin] = ACTIONS(3003), + [anon_sym_match] = ACTIONS(3003), + [anon_sym_select] = ACTIONS(3003), + [anon_sym_lock] = ACTIONS(3003), + [anon_sym_rlock] = ACTIONS(3003), + [anon_sym_unsafe] = ACTIONS(3003), + [anon_sym_sql] = ACTIONS(3003), + [sym_int_literal] = ACTIONS(3003), + [sym_float_literal] = ACTIONS(3003), + [sym_rune_literal] = ACTIONS(3003), + [anon_sym_AT] = ACTIONS(3003), + [anon_sym_shared] = ACTIONS(3003), + [anon_sym_map_LBRACK] = ACTIONS(3003), + [anon_sym_chan] = ACTIONS(3003), + [anon_sym_thread] = ACTIONS(3003), + [anon_sym_atomic] = ACTIONS(3003), + [anon_sym_assert] = ACTIONS(3003), + [anon_sym_defer] = ACTIONS(3003), + [anon_sym_goto] = ACTIONS(3003), + [anon_sym_break] = ACTIONS(3003), + [anon_sym_continue] = ACTIONS(3003), + [anon_sym_return] = ACTIONS(3003), + [anon_sym_DOLLARfor] = ACTIONS(3003), + [anon_sym_for] = ACTIONS(3003), + [anon_sym_POUND] = ACTIONS(3003), + [anon_sym_asm] = ACTIONS(3003), + [anon_sym_AT_LBRACK] = ACTIONS(3003), + [sym___double_quote] = ACTIONS(3003), + [sym___single_quote] = ACTIONS(3003), + [sym___c_double_quote] = ACTIONS(3003), + [sym___c_single_quote] = ACTIONS(3003), + [sym___r_double_quote] = ACTIONS(3003), + [sym___r_single_quote] = ACTIONS(3003), }, [1059] = { - [ts_builtin_sym_end] = ACTIONS(2987), - [sym_identifier] = ACTIONS(2989), - [anon_sym_LF] = ACTIONS(2989), - [anon_sym_CR] = ACTIONS(2989), - [anon_sym_CR_LF] = ACTIONS(2989), + [ts_builtin_sym_end] = ACTIONS(3189), + [sym_identifier] = ACTIONS(3191), + [anon_sym_LF] = ACTIONS(3191), + [anon_sym_CR] = ACTIONS(3191), + [anon_sym_CR_LF] = ACTIONS(3191), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2989), - [anon_sym_as] = ACTIONS(2989), - [anon_sym_LBRACE] = ACTIONS(2989), - [anon_sym_COMMA] = ACTIONS(2989), - [anon_sym_const] = ACTIONS(2989), - [anon_sym_LPAREN] = ACTIONS(2989), - [anon_sym___global] = ACTIONS(2989), - [anon_sym_type] = ACTIONS(2989), - [anon_sym_PIPE] = ACTIONS(2989), - [anon_sym_fn] = ACTIONS(2989), - [anon_sym_PLUS] = ACTIONS(2989), - [anon_sym_DASH] = ACTIONS(2989), - [anon_sym_STAR] = ACTIONS(2989), - [anon_sym_SLASH] = ACTIONS(2989), - [anon_sym_PERCENT] = ACTIONS(2989), - [anon_sym_LT] = ACTIONS(2989), - [anon_sym_GT] = ACTIONS(2989), - [anon_sym_EQ_EQ] = ACTIONS(2989), - [anon_sym_BANG_EQ] = ACTIONS(2989), - [anon_sym_LT_EQ] = ACTIONS(2989), - [anon_sym_GT_EQ] = ACTIONS(2989), - [anon_sym_LBRACK] = ACTIONS(2987), - [anon_sym_struct] = ACTIONS(2989), - [anon_sym_union] = ACTIONS(2989), - [anon_sym_pub] = ACTIONS(2989), - [anon_sym_mut] = ACTIONS(2989), - [anon_sym_enum] = ACTIONS(2989), - [anon_sym_interface] = ACTIONS(2989), - [anon_sym_PLUS_PLUS] = ACTIONS(2989), - [anon_sym_DASH_DASH] = ACTIONS(2989), - [anon_sym_QMARK] = ACTIONS(2989), - [anon_sym_BANG] = ACTIONS(2989), - [anon_sym_go] = ACTIONS(2989), - [anon_sym_spawn] = ACTIONS(2989), - [anon_sym_json_DOTdecode] = ACTIONS(2989), - [anon_sym_LBRACK2] = ACTIONS(2989), - [anon_sym_TILDE] = ACTIONS(2989), - [anon_sym_CARET] = ACTIONS(2989), - [anon_sym_AMP] = ACTIONS(2989), - [anon_sym_LT_DASH] = ACTIONS(2989), - [anon_sym_LT_LT] = ACTIONS(2989), - [anon_sym_GT_GT] = ACTIONS(2989), - [anon_sym_GT_GT_GT] = ACTIONS(2989), - [anon_sym_AMP_CARET] = ACTIONS(2989), - [anon_sym_AMP_AMP] = ACTIONS(2989), - [anon_sym_PIPE_PIPE] = ACTIONS(2989), - [anon_sym_or] = ACTIONS(2989), - [sym_none] = ACTIONS(2989), - [sym_true] = ACTIONS(2989), - [sym_false] = ACTIONS(2989), - [sym_nil] = ACTIONS(2989), - [anon_sym_QMARK_DOT] = ACTIONS(2989), - [anon_sym_POUND_LBRACK] = ACTIONS(2989), - [anon_sym_if] = ACTIONS(2989), - [anon_sym_DOLLARif] = ACTIONS(2989), - [anon_sym_is] = ACTIONS(2989), - [anon_sym_BANGis] = ACTIONS(2989), - [anon_sym_in] = ACTIONS(2989), - [anon_sym_BANGin] = ACTIONS(2989), - [anon_sym_match] = ACTIONS(2989), - [anon_sym_select] = ACTIONS(2989), - [anon_sym_lock] = ACTIONS(2989), - [anon_sym_rlock] = ACTIONS(2989), - [anon_sym_unsafe] = ACTIONS(2989), - [anon_sym_sql] = ACTIONS(2989), - [sym_int_literal] = ACTIONS(2989), - [sym_float_literal] = ACTIONS(2989), - [sym_rune_literal] = ACTIONS(2989), - [anon_sym_AT] = ACTIONS(2989), - [anon_sym_shared] = ACTIONS(2989), - [anon_sym_map_LBRACK] = ACTIONS(2989), - [anon_sym_chan] = ACTIONS(2989), - [anon_sym_thread] = ACTIONS(2989), - [anon_sym_atomic] = ACTIONS(2989), - [anon_sym_assert] = ACTIONS(2989), - [anon_sym_defer] = ACTIONS(2989), - [anon_sym_goto] = ACTIONS(2989), - [anon_sym_break] = ACTIONS(2989), - [anon_sym_continue] = ACTIONS(2989), - [anon_sym_return] = ACTIONS(2989), - [anon_sym_DOLLARfor] = ACTIONS(2989), - [anon_sym_for] = ACTIONS(2989), - [anon_sym_POUND] = ACTIONS(2989), - [anon_sym_asm] = ACTIONS(2989), - [anon_sym_AT_LBRACK] = ACTIONS(2989), - [sym___double_quote] = ACTIONS(2989), - [sym___single_quote] = ACTIONS(2989), - [sym___c_double_quote] = ACTIONS(2989), - [sym___c_single_quote] = ACTIONS(2989), - [sym___r_double_quote] = ACTIONS(2989), - [sym___r_single_quote] = ACTIONS(2989), + [anon_sym_DOT] = ACTIONS(3191), + [anon_sym_as] = ACTIONS(3191), + [anon_sym_LBRACE] = ACTIONS(3191), + [anon_sym_COMMA] = ACTIONS(3191), + [anon_sym_const] = ACTIONS(3191), + [anon_sym_LPAREN] = ACTIONS(3191), + [anon_sym___global] = ACTIONS(3191), + [anon_sym_type] = ACTIONS(3191), + [anon_sym_PIPE] = ACTIONS(3191), + [anon_sym_fn] = ACTIONS(3191), + [anon_sym_PLUS] = ACTIONS(3191), + [anon_sym_DASH] = ACTIONS(3191), + [anon_sym_STAR] = ACTIONS(3191), + [anon_sym_SLASH] = ACTIONS(3191), + [anon_sym_PERCENT] = ACTIONS(3191), + [anon_sym_LT] = ACTIONS(3191), + [anon_sym_GT] = ACTIONS(3191), + [anon_sym_EQ_EQ] = ACTIONS(3191), + [anon_sym_BANG_EQ] = ACTIONS(3191), + [anon_sym_LT_EQ] = ACTIONS(3191), + [anon_sym_GT_EQ] = ACTIONS(3191), + [anon_sym_LBRACK] = ACTIONS(3189), + [anon_sym_LT2] = ACTIONS(3191), + [anon_sym_struct] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3191), + [anon_sym_pub] = ACTIONS(3191), + [anon_sym_mut] = ACTIONS(3191), + [anon_sym_enum] = ACTIONS(3191), + [anon_sym_interface] = ACTIONS(3191), + [anon_sym_PLUS_PLUS] = ACTIONS(3191), + [anon_sym_DASH_DASH] = ACTIONS(3191), + [anon_sym_QMARK] = ACTIONS(3191), + [anon_sym_BANG] = ACTIONS(3191), + [anon_sym_go] = ACTIONS(3191), + [anon_sym_spawn] = ACTIONS(3191), + [anon_sym_json_DOTdecode] = ACTIONS(3191), + [anon_sym_LBRACK2] = ACTIONS(3191), + [anon_sym_TILDE] = ACTIONS(3191), + [anon_sym_CARET] = ACTIONS(3191), + [anon_sym_AMP] = ACTIONS(3191), + [anon_sym_LT_DASH] = ACTIONS(3191), + [anon_sym_LT_LT] = ACTIONS(3191), + [anon_sym_GT_GT] = ACTIONS(3191), + [anon_sym_GT_GT_GT] = ACTIONS(3191), + [anon_sym_AMP_CARET] = ACTIONS(3191), + [anon_sym_AMP_AMP] = ACTIONS(3191), + [anon_sym_PIPE_PIPE] = ACTIONS(3191), + [anon_sym_or] = ACTIONS(3191), + [sym_none] = ACTIONS(3191), + [sym_true] = ACTIONS(3191), + [sym_false] = ACTIONS(3191), + [sym_nil] = ACTIONS(3191), + [anon_sym_QMARK_DOT] = ACTIONS(3191), + [anon_sym_POUND_LBRACK] = ACTIONS(3191), + [anon_sym_if] = ACTIONS(3191), + [anon_sym_DOLLARif] = ACTIONS(3191), + [anon_sym_is] = ACTIONS(3191), + [anon_sym_BANGis] = ACTIONS(3191), + [anon_sym_in] = ACTIONS(3191), + [anon_sym_BANGin] = ACTIONS(3191), + [anon_sym_match] = ACTIONS(3191), + [anon_sym_select] = ACTIONS(3191), + [anon_sym_lock] = ACTIONS(3191), + [anon_sym_rlock] = ACTIONS(3191), + [anon_sym_unsafe] = ACTIONS(3191), + [anon_sym_sql] = ACTIONS(3191), + [sym_int_literal] = ACTIONS(3191), + [sym_float_literal] = ACTIONS(3191), + [sym_rune_literal] = ACTIONS(3191), + [anon_sym_AT] = ACTIONS(3191), + [anon_sym_shared] = ACTIONS(3191), + [anon_sym_map_LBRACK] = ACTIONS(3191), + [anon_sym_chan] = ACTIONS(3191), + [anon_sym_thread] = ACTIONS(3191), + [anon_sym_atomic] = ACTIONS(3191), + [anon_sym_assert] = ACTIONS(3191), + [anon_sym_defer] = ACTIONS(3191), + [anon_sym_goto] = ACTIONS(3191), + [anon_sym_break] = ACTIONS(3191), + [anon_sym_continue] = ACTIONS(3191), + [anon_sym_return] = ACTIONS(3191), + [anon_sym_DOLLARfor] = ACTIONS(3191), + [anon_sym_for] = ACTIONS(3191), + [anon_sym_POUND] = ACTIONS(3191), + [anon_sym_asm] = ACTIONS(3191), + [anon_sym_AT_LBRACK] = ACTIONS(3191), + [sym___double_quote] = ACTIONS(3191), + [sym___single_quote] = ACTIONS(3191), + [sym___c_double_quote] = ACTIONS(3191), + [sym___c_single_quote] = ACTIONS(3191), + [sym___r_double_quote] = ACTIONS(3191), + [sym___r_single_quote] = ACTIONS(3191), }, [1060] = { - [ts_builtin_sym_end] = ACTIONS(2702), - [sym_identifier] = ACTIONS(2704), - [anon_sym_LF] = ACTIONS(2704), - [anon_sym_CR] = ACTIONS(2704), - [anon_sym_CR_LF] = ACTIONS(2704), + [ts_builtin_sym_end] = ACTIONS(3109), + [sym_identifier] = ACTIONS(3111), + [anon_sym_LF] = ACTIONS(3111), + [anon_sym_CR] = ACTIONS(3111), + [anon_sym_CR_LF] = ACTIONS(3111), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2704), - [anon_sym_as] = ACTIONS(2704), - [anon_sym_LBRACE] = ACTIONS(2704), - [anon_sym_COMMA] = ACTIONS(2704), - [anon_sym_const] = ACTIONS(2704), - [anon_sym_LPAREN] = ACTIONS(2704), - [anon_sym___global] = ACTIONS(2704), - [anon_sym_type] = ACTIONS(2704), - [anon_sym_PIPE] = ACTIONS(2704), - [anon_sym_fn] = ACTIONS(2704), - [anon_sym_PLUS] = ACTIONS(2704), - [anon_sym_DASH] = ACTIONS(2704), - [anon_sym_STAR] = ACTIONS(2704), - [anon_sym_SLASH] = ACTIONS(2704), - [anon_sym_PERCENT] = ACTIONS(2704), - [anon_sym_LT] = ACTIONS(2704), - [anon_sym_GT] = ACTIONS(2704), - [anon_sym_EQ_EQ] = ACTIONS(2704), - [anon_sym_BANG_EQ] = ACTIONS(2704), - [anon_sym_LT_EQ] = ACTIONS(2704), - [anon_sym_GT_EQ] = ACTIONS(2704), - [anon_sym_LBRACK] = ACTIONS(2702), - [anon_sym_struct] = ACTIONS(2704), - [anon_sym_union] = ACTIONS(2704), - [anon_sym_pub] = ACTIONS(2704), - [anon_sym_mut] = ACTIONS(2704), - [anon_sym_enum] = ACTIONS(2704), - [anon_sym_interface] = ACTIONS(2704), - [anon_sym_PLUS_PLUS] = ACTIONS(2704), - [anon_sym_DASH_DASH] = ACTIONS(2704), - [anon_sym_QMARK] = ACTIONS(2704), - [anon_sym_BANG] = ACTIONS(2704), - [anon_sym_go] = ACTIONS(2704), - [anon_sym_spawn] = ACTIONS(2704), - [anon_sym_json_DOTdecode] = ACTIONS(2704), - [anon_sym_LBRACK2] = ACTIONS(2704), - [anon_sym_TILDE] = ACTIONS(2704), - [anon_sym_CARET] = ACTIONS(2704), - [anon_sym_AMP] = ACTIONS(2704), - [anon_sym_LT_DASH] = ACTIONS(2704), - [anon_sym_LT_LT] = ACTIONS(2704), - [anon_sym_GT_GT] = ACTIONS(2704), - [anon_sym_GT_GT_GT] = ACTIONS(2704), - [anon_sym_AMP_CARET] = ACTIONS(2704), - [anon_sym_AMP_AMP] = ACTIONS(2704), - [anon_sym_PIPE_PIPE] = ACTIONS(2704), - [anon_sym_or] = ACTIONS(2704), - [sym_none] = ACTIONS(2704), - [sym_true] = ACTIONS(2704), - [sym_false] = ACTIONS(2704), - [sym_nil] = ACTIONS(2704), - [anon_sym_QMARK_DOT] = ACTIONS(2704), - [anon_sym_POUND_LBRACK] = ACTIONS(2704), - [anon_sym_if] = ACTIONS(2704), - [anon_sym_DOLLARif] = ACTIONS(2704), - [anon_sym_is] = ACTIONS(2704), - [anon_sym_BANGis] = ACTIONS(2704), - [anon_sym_in] = ACTIONS(2704), - [anon_sym_BANGin] = ACTIONS(2704), - [anon_sym_match] = ACTIONS(2704), - [anon_sym_select] = ACTIONS(2704), - [anon_sym_lock] = ACTIONS(2704), - [anon_sym_rlock] = ACTIONS(2704), - [anon_sym_unsafe] = ACTIONS(2704), - [anon_sym_sql] = ACTIONS(2704), - [sym_int_literal] = ACTIONS(2704), - [sym_float_literal] = ACTIONS(2704), - [sym_rune_literal] = ACTIONS(2704), - [anon_sym_AT] = ACTIONS(2704), - [anon_sym_shared] = ACTIONS(2704), - [anon_sym_map_LBRACK] = ACTIONS(2704), - [anon_sym_chan] = ACTIONS(2704), - [anon_sym_thread] = ACTIONS(2704), - [anon_sym_atomic] = ACTIONS(2704), - [anon_sym_assert] = ACTIONS(2704), - [anon_sym_defer] = ACTIONS(2704), - [anon_sym_goto] = ACTIONS(2704), - [anon_sym_break] = ACTIONS(2704), - [anon_sym_continue] = ACTIONS(2704), - [anon_sym_return] = ACTIONS(2704), - [anon_sym_DOLLARfor] = ACTIONS(2704), - [anon_sym_for] = ACTIONS(2704), - [anon_sym_POUND] = ACTIONS(2704), - [anon_sym_asm] = ACTIONS(2704), - [anon_sym_AT_LBRACK] = ACTIONS(2704), - [sym___double_quote] = ACTIONS(2704), - [sym___single_quote] = ACTIONS(2704), - [sym___c_double_quote] = ACTIONS(2704), - [sym___c_single_quote] = ACTIONS(2704), - [sym___r_double_quote] = ACTIONS(2704), - [sym___r_single_quote] = ACTIONS(2704), + [anon_sym_DOT] = ACTIONS(3111), + [anon_sym_as] = ACTIONS(3111), + [anon_sym_LBRACE] = ACTIONS(3111), + [anon_sym_COMMA] = ACTIONS(3111), + [anon_sym_const] = ACTIONS(3111), + [anon_sym_LPAREN] = ACTIONS(3111), + [anon_sym___global] = ACTIONS(3111), + [anon_sym_type] = ACTIONS(3111), + [anon_sym_PIPE] = ACTIONS(3111), + [anon_sym_fn] = ACTIONS(3111), + [anon_sym_PLUS] = ACTIONS(3111), + [anon_sym_DASH] = ACTIONS(3111), + [anon_sym_STAR] = ACTIONS(3111), + [anon_sym_SLASH] = ACTIONS(3111), + [anon_sym_PERCENT] = ACTIONS(3111), + [anon_sym_LT] = ACTIONS(3111), + [anon_sym_GT] = ACTIONS(3111), + [anon_sym_EQ_EQ] = ACTIONS(3111), + [anon_sym_BANG_EQ] = ACTIONS(3111), + [anon_sym_LT_EQ] = ACTIONS(3111), + [anon_sym_GT_EQ] = ACTIONS(3111), + [anon_sym_LBRACK] = ACTIONS(3109), + [anon_sym_LT2] = ACTIONS(3111), + [anon_sym_struct] = ACTIONS(3111), + [anon_sym_union] = ACTIONS(3111), + [anon_sym_pub] = ACTIONS(3111), + [anon_sym_mut] = ACTIONS(3111), + [anon_sym_enum] = ACTIONS(3111), + [anon_sym_interface] = ACTIONS(3111), + [anon_sym_PLUS_PLUS] = ACTIONS(3111), + [anon_sym_DASH_DASH] = ACTIONS(3111), + [anon_sym_QMARK] = ACTIONS(3111), + [anon_sym_BANG] = ACTIONS(3111), + [anon_sym_go] = ACTIONS(3111), + [anon_sym_spawn] = ACTIONS(3111), + [anon_sym_json_DOTdecode] = ACTIONS(3111), + [anon_sym_LBRACK2] = ACTIONS(3111), + [anon_sym_TILDE] = ACTIONS(3111), + [anon_sym_CARET] = ACTIONS(3111), + [anon_sym_AMP] = ACTIONS(3111), + [anon_sym_LT_DASH] = ACTIONS(3111), + [anon_sym_LT_LT] = ACTIONS(3111), + [anon_sym_GT_GT] = ACTIONS(3111), + [anon_sym_GT_GT_GT] = ACTIONS(3111), + [anon_sym_AMP_CARET] = ACTIONS(3111), + [anon_sym_AMP_AMP] = ACTIONS(3111), + [anon_sym_PIPE_PIPE] = ACTIONS(3111), + [anon_sym_or] = ACTIONS(3111), + [sym_none] = ACTIONS(3111), + [sym_true] = ACTIONS(3111), + [sym_false] = ACTIONS(3111), + [sym_nil] = ACTIONS(3111), + [anon_sym_QMARK_DOT] = ACTIONS(3111), + [anon_sym_POUND_LBRACK] = ACTIONS(3111), + [anon_sym_if] = ACTIONS(3111), + [anon_sym_DOLLARif] = ACTIONS(3111), + [anon_sym_is] = ACTIONS(3111), + [anon_sym_BANGis] = ACTIONS(3111), + [anon_sym_in] = ACTIONS(3111), + [anon_sym_BANGin] = ACTIONS(3111), + [anon_sym_match] = ACTIONS(3111), + [anon_sym_select] = ACTIONS(3111), + [anon_sym_lock] = ACTIONS(3111), + [anon_sym_rlock] = ACTIONS(3111), + [anon_sym_unsafe] = ACTIONS(3111), + [anon_sym_sql] = ACTIONS(3111), + [sym_int_literal] = ACTIONS(3111), + [sym_float_literal] = ACTIONS(3111), + [sym_rune_literal] = ACTIONS(3111), + [anon_sym_AT] = ACTIONS(3111), + [anon_sym_shared] = ACTIONS(3111), + [anon_sym_map_LBRACK] = ACTIONS(3111), + [anon_sym_chan] = ACTIONS(3111), + [anon_sym_thread] = ACTIONS(3111), + [anon_sym_atomic] = ACTIONS(3111), + [anon_sym_assert] = ACTIONS(3111), + [anon_sym_defer] = ACTIONS(3111), + [anon_sym_goto] = ACTIONS(3111), + [anon_sym_break] = ACTIONS(3111), + [anon_sym_continue] = ACTIONS(3111), + [anon_sym_return] = ACTIONS(3111), + [anon_sym_DOLLARfor] = ACTIONS(3111), + [anon_sym_for] = ACTIONS(3111), + [anon_sym_POUND] = ACTIONS(3111), + [anon_sym_asm] = ACTIONS(3111), + [anon_sym_AT_LBRACK] = ACTIONS(3111), + [sym___double_quote] = ACTIONS(3111), + [sym___single_quote] = ACTIONS(3111), + [sym___c_double_quote] = ACTIONS(3111), + [sym___c_single_quote] = ACTIONS(3111), + [sym___r_double_quote] = ACTIONS(3111), + [sym___r_single_quote] = ACTIONS(3111), }, [1061] = { - [ts_builtin_sym_end] = ACTIONS(2770), - [sym_identifier] = ACTIONS(2772), - [anon_sym_LF] = ACTIONS(2772), - [anon_sym_CR] = ACTIONS(2772), - [anon_sym_CR_LF] = ACTIONS(2772), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2772), - [anon_sym_as] = ACTIONS(2772), - [anon_sym_LBRACE] = ACTIONS(2774), - [anon_sym_COMMA] = ACTIONS(2772), - [anon_sym_const] = ACTIONS(2772), - [anon_sym_LPAREN] = ACTIONS(2772), - [anon_sym___global] = ACTIONS(2772), - [anon_sym_type] = ACTIONS(2772), - [anon_sym_PIPE] = ACTIONS(2772), - [anon_sym_fn] = ACTIONS(2772), - [anon_sym_PLUS] = ACTIONS(2772), - [anon_sym_DASH] = ACTIONS(2772), - [anon_sym_STAR] = ACTIONS(2772), - [anon_sym_SLASH] = ACTIONS(2772), - [anon_sym_PERCENT] = ACTIONS(2772), - [anon_sym_LT] = ACTIONS(2772), - [anon_sym_GT] = ACTIONS(2772), - [anon_sym_EQ_EQ] = ACTIONS(2772), - [anon_sym_BANG_EQ] = ACTIONS(2772), - [anon_sym_LT_EQ] = ACTIONS(2772), - [anon_sym_GT_EQ] = ACTIONS(2772), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_struct] = ACTIONS(2772), - [anon_sym_union] = ACTIONS(2772), - [anon_sym_pub] = ACTIONS(2772), - [anon_sym_mut] = ACTIONS(2772), - [anon_sym_enum] = ACTIONS(2772), - [anon_sym_interface] = ACTIONS(2772), - [anon_sym_PLUS_PLUS] = ACTIONS(2772), - [anon_sym_DASH_DASH] = ACTIONS(2772), - [anon_sym_QMARK] = ACTIONS(2772), - [anon_sym_BANG] = ACTIONS(2772), - [anon_sym_go] = ACTIONS(2772), - [anon_sym_spawn] = ACTIONS(2772), - [anon_sym_json_DOTdecode] = ACTIONS(2772), - [anon_sym_LBRACK2] = ACTIONS(2772), - [anon_sym_TILDE] = ACTIONS(2772), - [anon_sym_CARET] = ACTIONS(2772), - [anon_sym_AMP] = ACTIONS(2772), - [anon_sym_LT_DASH] = ACTIONS(2772), - [anon_sym_LT_LT] = ACTIONS(2772), - [anon_sym_GT_GT] = ACTIONS(2772), - [anon_sym_GT_GT_GT] = ACTIONS(2772), - [anon_sym_AMP_CARET] = ACTIONS(2772), - [anon_sym_AMP_AMP] = ACTIONS(2772), - [anon_sym_PIPE_PIPE] = ACTIONS(2772), - [anon_sym_or] = ACTIONS(2772), - [sym_none] = ACTIONS(2772), - [sym_true] = ACTIONS(2772), - [sym_false] = ACTIONS(2772), - [sym_nil] = ACTIONS(2772), - [anon_sym_QMARK_DOT] = ACTIONS(2772), - [anon_sym_POUND_LBRACK] = ACTIONS(2772), - [anon_sym_if] = ACTIONS(2772), - [anon_sym_DOLLARif] = ACTIONS(2772), - [anon_sym_is] = ACTIONS(2772), - [anon_sym_BANGis] = ACTIONS(2772), - [anon_sym_in] = ACTIONS(2772), - [anon_sym_BANGin] = ACTIONS(2772), - [anon_sym_match] = ACTIONS(2772), - [anon_sym_select] = ACTIONS(2772), - [anon_sym_lock] = ACTIONS(2772), - [anon_sym_rlock] = ACTIONS(2772), - [anon_sym_unsafe] = ACTIONS(2772), - [anon_sym_sql] = ACTIONS(2772), - [sym_int_literal] = ACTIONS(2772), - [sym_float_literal] = ACTIONS(2772), - [sym_rune_literal] = ACTIONS(2772), - [anon_sym_AT] = ACTIONS(2772), - [anon_sym_shared] = ACTIONS(2772), - [anon_sym_map_LBRACK] = ACTIONS(2772), - [anon_sym_chan] = ACTIONS(2772), - [anon_sym_thread] = ACTIONS(2772), - [anon_sym_atomic] = ACTIONS(2772), - [anon_sym_assert] = ACTIONS(2772), - [anon_sym_defer] = ACTIONS(2772), - [anon_sym_goto] = ACTIONS(2772), - [anon_sym_break] = ACTIONS(2772), - [anon_sym_continue] = ACTIONS(2772), - [anon_sym_return] = ACTIONS(2772), - [anon_sym_DOLLARfor] = ACTIONS(2772), - [anon_sym_for] = ACTIONS(2772), - [anon_sym_POUND] = ACTIONS(2772), - [anon_sym_asm] = ACTIONS(2772), - [anon_sym_AT_LBRACK] = ACTIONS(2772), - [sym___double_quote] = ACTIONS(2772), - [sym___single_quote] = ACTIONS(2772), - [sym___c_double_quote] = ACTIONS(2772), - [sym___c_single_quote] = ACTIONS(2772), - [sym___r_double_quote] = ACTIONS(2772), - [sym___r_single_quote] = ACTIONS(2772), - }, - [1062] = { - [ts_builtin_sym_end] = ACTIONS(3043), - [sym_identifier] = ACTIONS(3045), - [anon_sym_LF] = ACTIONS(3045), - [anon_sym_CR] = ACTIONS(3045), - [anon_sym_CR_LF] = ACTIONS(3045), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3045), - [anon_sym_as] = ACTIONS(3045), - [anon_sym_LBRACE] = ACTIONS(3045), - [anon_sym_COMMA] = ACTIONS(3045), - [anon_sym_const] = ACTIONS(3045), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym___global] = ACTIONS(3045), - [anon_sym_type] = ACTIONS(3045), - [anon_sym_PIPE] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3045), - [anon_sym_PLUS] = ACTIONS(3045), - [anon_sym_DASH] = ACTIONS(3045), - [anon_sym_STAR] = ACTIONS(3045), - [anon_sym_SLASH] = ACTIONS(3045), - [anon_sym_PERCENT] = ACTIONS(3045), - [anon_sym_LT] = ACTIONS(3045), - [anon_sym_GT] = ACTIONS(3045), - [anon_sym_EQ_EQ] = ACTIONS(3045), - [anon_sym_BANG_EQ] = ACTIONS(3045), - [anon_sym_LT_EQ] = ACTIONS(3045), - [anon_sym_GT_EQ] = ACTIONS(3045), - [anon_sym_LBRACK] = ACTIONS(3043), - [anon_sym_struct] = ACTIONS(3045), - [anon_sym_union] = ACTIONS(3045), - [anon_sym_pub] = ACTIONS(3045), - [anon_sym_mut] = ACTIONS(3045), - [anon_sym_enum] = ACTIONS(3045), - [anon_sym_interface] = ACTIONS(3045), - [anon_sym_PLUS_PLUS] = ACTIONS(3045), - [anon_sym_DASH_DASH] = ACTIONS(3045), - [anon_sym_QMARK] = ACTIONS(3045), - [anon_sym_BANG] = ACTIONS(3045), - [anon_sym_go] = ACTIONS(3045), - [anon_sym_spawn] = ACTIONS(3045), - [anon_sym_json_DOTdecode] = ACTIONS(3045), - [anon_sym_LBRACK2] = ACTIONS(3045), - [anon_sym_TILDE] = ACTIONS(3045), - [anon_sym_CARET] = ACTIONS(3045), - [anon_sym_AMP] = ACTIONS(3045), - [anon_sym_LT_DASH] = ACTIONS(3045), - [anon_sym_LT_LT] = ACTIONS(3045), - [anon_sym_GT_GT] = ACTIONS(3045), - [anon_sym_GT_GT_GT] = ACTIONS(3045), - [anon_sym_AMP_CARET] = ACTIONS(3045), - [anon_sym_AMP_AMP] = ACTIONS(3045), - [anon_sym_PIPE_PIPE] = ACTIONS(3045), - [anon_sym_or] = ACTIONS(3045), - [sym_none] = ACTIONS(3045), - [sym_true] = ACTIONS(3045), - [sym_false] = ACTIONS(3045), - [sym_nil] = ACTIONS(3045), - [anon_sym_QMARK_DOT] = ACTIONS(3045), - [anon_sym_POUND_LBRACK] = ACTIONS(3045), - [anon_sym_if] = ACTIONS(3045), - [anon_sym_DOLLARif] = ACTIONS(3045), - [anon_sym_is] = ACTIONS(3045), - [anon_sym_BANGis] = ACTIONS(3045), - [anon_sym_in] = ACTIONS(3045), - [anon_sym_BANGin] = ACTIONS(3045), - [anon_sym_match] = ACTIONS(3045), - [anon_sym_select] = ACTIONS(3045), - [anon_sym_lock] = ACTIONS(3045), - [anon_sym_rlock] = ACTIONS(3045), - [anon_sym_unsafe] = ACTIONS(3045), - [anon_sym_sql] = ACTIONS(3045), - [sym_int_literal] = ACTIONS(3045), - [sym_float_literal] = ACTIONS(3045), - [sym_rune_literal] = ACTIONS(3045), - [anon_sym_AT] = ACTIONS(3045), - [anon_sym_shared] = ACTIONS(3045), - [anon_sym_map_LBRACK] = ACTIONS(3045), - [anon_sym_chan] = ACTIONS(3045), - [anon_sym_thread] = ACTIONS(3045), - [anon_sym_atomic] = ACTIONS(3045), - [anon_sym_assert] = ACTIONS(3045), - [anon_sym_defer] = ACTIONS(3045), - [anon_sym_goto] = ACTIONS(3045), - [anon_sym_break] = ACTIONS(3045), - [anon_sym_continue] = ACTIONS(3045), - [anon_sym_return] = ACTIONS(3045), - [anon_sym_DOLLARfor] = ACTIONS(3045), - [anon_sym_for] = ACTIONS(3045), - [anon_sym_POUND] = ACTIONS(3045), - [anon_sym_asm] = ACTIONS(3045), - [anon_sym_AT_LBRACK] = ACTIONS(3045), - [sym___double_quote] = ACTIONS(3045), - [sym___single_quote] = ACTIONS(3045), - [sym___c_double_quote] = ACTIONS(3045), - [sym___c_single_quote] = ACTIONS(3045), - [sym___r_double_quote] = ACTIONS(3045), - [sym___r_single_quote] = ACTIONS(3045), - }, - [1063] = { - [ts_builtin_sym_end] = ACTIONS(3035), - [sym_identifier] = ACTIONS(3037), - [anon_sym_LF] = ACTIONS(3037), - [anon_sym_CR] = ACTIONS(3037), - [anon_sym_CR_LF] = ACTIONS(3037), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3037), - [anon_sym_as] = ACTIONS(3037), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COMMA] = ACTIONS(3037), - [anon_sym_const] = ACTIONS(3037), - [anon_sym_LPAREN] = ACTIONS(3037), - [anon_sym___global] = ACTIONS(3037), - [anon_sym_type] = ACTIONS(3037), - [anon_sym_PIPE] = ACTIONS(3037), - [anon_sym_fn] = ACTIONS(3037), - [anon_sym_PLUS] = ACTIONS(3037), - [anon_sym_DASH] = ACTIONS(3037), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_SLASH] = ACTIONS(3037), - [anon_sym_PERCENT] = ACTIONS(3037), - [anon_sym_LT] = ACTIONS(3037), - [anon_sym_GT] = ACTIONS(3037), - [anon_sym_EQ_EQ] = ACTIONS(3037), - [anon_sym_BANG_EQ] = ACTIONS(3037), - [anon_sym_LT_EQ] = ACTIONS(3037), - [anon_sym_GT_EQ] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3035), - [anon_sym_struct] = ACTIONS(3037), - [anon_sym_union] = ACTIONS(3037), - [anon_sym_pub] = ACTIONS(3037), - [anon_sym_mut] = ACTIONS(3037), - [anon_sym_enum] = ACTIONS(3037), - [anon_sym_interface] = ACTIONS(3037), - [anon_sym_PLUS_PLUS] = ACTIONS(3037), - [anon_sym_DASH_DASH] = ACTIONS(3037), - [anon_sym_QMARK] = ACTIONS(3037), - [anon_sym_BANG] = ACTIONS(3037), - [anon_sym_go] = ACTIONS(3037), - [anon_sym_spawn] = ACTIONS(3037), - [anon_sym_json_DOTdecode] = ACTIONS(3037), - [anon_sym_LBRACK2] = ACTIONS(3037), - [anon_sym_TILDE] = ACTIONS(3037), - [anon_sym_CARET] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_LT_DASH] = ACTIONS(3037), - [anon_sym_LT_LT] = ACTIONS(3037), - [anon_sym_GT_GT] = ACTIONS(3037), - [anon_sym_GT_GT_GT] = ACTIONS(3037), - [anon_sym_AMP_CARET] = ACTIONS(3037), - [anon_sym_AMP_AMP] = ACTIONS(3037), - [anon_sym_PIPE_PIPE] = ACTIONS(3037), - [anon_sym_or] = ACTIONS(3037), - [sym_none] = ACTIONS(3037), - [sym_true] = ACTIONS(3037), - [sym_false] = ACTIONS(3037), - [sym_nil] = ACTIONS(3037), - [anon_sym_QMARK_DOT] = ACTIONS(3037), - [anon_sym_POUND_LBRACK] = ACTIONS(3037), - [anon_sym_if] = ACTIONS(3037), - [anon_sym_DOLLARif] = ACTIONS(3037), - [anon_sym_is] = ACTIONS(3037), - [anon_sym_BANGis] = ACTIONS(3037), - [anon_sym_in] = ACTIONS(3037), - [anon_sym_BANGin] = ACTIONS(3037), - [anon_sym_match] = ACTIONS(3037), - [anon_sym_select] = ACTIONS(3037), - [anon_sym_lock] = ACTIONS(3037), - [anon_sym_rlock] = ACTIONS(3037), - [anon_sym_unsafe] = ACTIONS(3037), - [anon_sym_sql] = ACTIONS(3037), - [sym_int_literal] = ACTIONS(3037), - [sym_float_literal] = ACTIONS(3037), - [sym_rune_literal] = ACTIONS(3037), - [anon_sym_AT] = ACTIONS(3037), - [anon_sym_shared] = ACTIONS(3037), - [anon_sym_map_LBRACK] = ACTIONS(3037), - [anon_sym_chan] = ACTIONS(3037), - [anon_sym_thread] = ACTIONS(3037), - [anon_sym_atomic] = ACTIONS(3037), - [anon_sym_assert] = ACTIONS(3037), - [anon_sym_defer] = ACTIONS(3037), - [anon_sym_goto] = ACTIONS(3037), - [anon_sym_break] = ACTIONS(3037), - [anon_sym_continue] = ACTIONS(3037), - [anon_sym_return] = ACTIONS(3037), - [anon_sym_DOLLARfor] = ACTIONS(3037), - [anon_sym_for] = ACTIONS(3037), - [anon_sym_POUND] = ACTIONS(3037), - [anon_sym_asm] = ACTIONS(3037), - [anon_sym_AT_LBRACK] = ACTIONS(3037), - [sym___double_quote] = ACTIONS(3037), - [sym___single_quote] = ACTIONS(3037), - [sym___c_double_quote] = ACTIONS(3037), - [sym___c_single_quote] = ACTIONS(3037), - [sym___r_double_quote] = ACTIONS(3037), - [sym___r_single_quote] = ACTIONS(3037), - }, - [1064] = { - [ts_builtin_sym_end] = ACTIONS(3031), - [sym_identifier] = ACTIONS(3033), - [anon_sym_LF] = ACTIONS(3033), - [anon_sym_CR] = ACTIONS(3033), - [anon_sym_CR_LF] = ACTIONS(3033), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3033), - [anon_sym_as] = ACTIONS(3033), - [anon_sym_LBRACE] = ACTIONS(3033), - [anon_sym_COMMA] = ACTIONS(3033), - [anon_sym_const] = ACTIONS(3033), - [anon_sym_LPAREN] = ACTIONS(3033), - [anon_sym___global] = ACTIONS(3033), - [anon_sym_type] = ACTIONS(3033), - [anon_sym_PIPE] = ACTIONS(3033), - [anon_sym_fn] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3033), - [anon_sym_SLASH] = ACTIONS(3033), - [anon_sym_PERCENT] = ACTIONS(3033), - [anon_sym_LT] = ACTIONS(3033), - [anon_sym_GT] = ACTIONS(3033), - [anon_sym_EQ_EQ] = ACTIONS(3033), - [anon_sym_BANG_EQ] = ACTIONS(3033), - [anon_sym_LT_EQ] = ACTIONS(3033), - [anon_sym_GT_EQ] = ACTIONS(3033), - [anon_sym_LBRACK] = ACTIONS(3031), - [anon_sym_struct] = ACTIONS(3033), - [anon_sym_union] = ACTIONS(3033), - [anon_sym_pub] = ACTIONS(3033), - [anon_sym_mut] = ACTIONS(3033), - [anon_sym_enum] = ACTIONS(3033), - [anon_sym_interface] = ACTIONS(3033), - [anon_sym_PLUS_PLUS] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3033), - [anon_sym_QMARK] = ACTIONS(3033), - [anon_sym_BANG] = ACTIONS(3033), - [anon_sym_go] = ACTIONS(3033), - [anon_sym_spawn] = ACTIONS(3033), - [anon_sym_json_DOTdecode] = ACTIONS(3033), - [anon_sym_LBRACK2] = ACTIONS(3033), - [anon_sym_TILDE] = ACTIONS(3033), - [anon_sym_CARET] = ACTIONS(3033), - [anon_sym_AMP] = ACTIONS(3033), - [anon_sym_LT_DASH] = ACTIONS(3033), - [anon_sym_LT_LT] = ACTIONS(3033), - [anon_sym_GT_GT] = ACTIONS(3033), - [anon_sym_GT_GT_GT] = ACTIONS(3033), - [anon_sym_AMP_CARET] = ACTIONS(3033), - [anon_sym_AMP_AMP] = ACTIONS(3033), - [anon_sym_PIPE_PIPE] = ACTIONS(3033), - [anon_sym_or] = ACTIONS(3033), - [sym_none] = ACTIONS(3033), - [sym_true] = ACTIONS(3033), - [sym_false] = ACTIONS(3033), - [sym_nil] = ACTIONS(3033), - [anon_sym_QMARK_DOT] = ACTIONS(3033), - [anon_sym_POUND_LBRACK] = ACTIONS(3033), - [anon_sym_if] = ACTIONS(3033), - [anon_sym_DOLLARif] = ACTIONS(3033), - [anon_sym_is] = ACTIONS(3033), - [anon_sym_BANGis] = ACTIONS(3033), - [anon_sym_in] = ACTIONS(3033), - [anon_sym_BANGin] = ACTIONS(3033), - [anon_sym_match] = ACTIONS(3033), - [anon_sym_select] = ACTIONS(3033), - [anon_sym_lock] = ACTIONS(3033), - [anon_sym_rlock] = ACTIONS(3033), - [anon_sym_unsafe] = ACTIONS(3033), - [anon_sym_sql] = ACTIONS(3033), - [sym_int_literal] = ACTIONS(3033), - [sym_float_literal] = ACTIONS(3033), - [sym_rune_literal] = ACTIONS(3033), - [anon_sym_AT] = ACTIONS(3033), - [anon_sym_shared] = ACTIONS(3033), - [anon_sym_map_LBRACK] = ACTIONS(3033), - [anon_sym_chan] = ACTIONS(3033), - [anon_sym_thread] = ACTIONS(3033), - [anon_sym_atomic] = ACTIONS(3033), - [anon_sym_assert] = ACTIONS(3033), - [anon_sym_defer] = ACTIONS(3033), - [anon_sym_goto] = ACTIONS(3033), - [anon_sym_break] = ACTIONS(3033), - [anon_sym_continue] = ACTIONS(3033), - [anon_sym_return] = ACTIONS(3033), - [anon_sym_DOLLARfor] = ACTIONS(3033), - [anon_sym_for] = ACTIONS(3033), - [anon_sym_POUND] = ACTIONS(3033), - [anon_sym_asm] = ACTIONS(3033), - [anon_sym_AT_LBRACK] = ACTIONS(3033), - [sym___double_quote] = ACTIONS(3033), - [sym___single_quote] = ACTIONS(3033), - [sym___c_double_quote] = ACTIONS(3033), - [sym___c_single_quote] = ACTIONS(3033), - [sym___r_double_quote] = ACTIONS(3033), - [sym___r_single_quote] = ACTIONS(3033), - }, - [1065] = { - [ts_builtin_sym_end] = ACTIONS(2957), - [sym_identifier] = ACTIONS(2959), - [anon_sym_LF] = ACTIONS(2959), - [anon_sym_CR] = ACTIONS(2959), - [anon_sym_CR_LF] = ACTIONS(2959), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2959), - [anon_sym_as] = ACTIONS(2959), - [anon_sym_LBRACE] = ACTIONS(2959), - [anon_sym_COMMA] = ACTIONS(2959), - [anon_sym_const] = ACTIONS(2959), - [anon_sym_LPAREN] = ACTIONS(2959), - [anon_sym___global] = ACTIONS(2959), - [anon_sym_type] = ACTIONS(2959), - [anon_sym_PIPE] = ACTIONS(2959), - [anon_sym_fn] = ACTIONS(2959), - [anon_sym_PLUS] = ACTIONS(2959), - [anon_sym_DASH] = ACTIONS(2959), - [anon_sym_STAR] = ACTIONS(2959), - [anon_sym_SLASH] = ACTIONS(2959), - [anon_sym_PERCENT] = ACTIONS(2959), - [anon_sym_LT] = ACTIONS(2959), - [anon_sym_GT] = ACTIONS(2959), - [anon_sym_EQ_EQ] = ACTIONS(2959), - [anon_sym_BANG_EQ] = ACTIONS(2959), - [anon_sym_LT_EQ] = ACTIONS(2959), - [anon_sym_GT_EQ] = ACTIONS(2959), - [anon_sym_LBRACK] = ACTIONS(2957), - [anon_sym_struct] = ACTIONS(2959), - [anon_sym_union] = ACTIONS(2959), - [anon_sym_pub] = ACTIONS(2959), - [anon_sym_mut] = ACTIONS(2959), - [anon_sym_enum] = ACTIONS(2959), - [anon_sym_interface] = ACTIONS(2959), - [anon_sym_PLUS_PLUS] = ACTIONS(2959), - [anon_sym_DASH_DASH] = ACTIONS(2959), - [anon_sym_QMARK] = ACTIONS(2959), - [anon_sym_BANG] = ACTIONS(2959), - [anon_sym_go] = ACTIONS(2959), - [anon_sym_spawn] = ACTIONS(2959), - [anon_sym_json_DOTdecode] = ACTIONS(2959), - [anon_sym_LBRACK2] = ACTIONS(2959), - [anon_sym_TILDE] = ACTIONS(2959), - [anon_sym_CARET] = ACTIONS(2959), - [anon_sym_AMP] = ACTIONS(2959), - [anon_sym_LT_DASH] = ACTIONS(2959), - [anon_sym_LT_LT] = ACTIONS(2959), - [anon_sym_GT_GT] = ACTIONS(2959), - [anon_sym_GT_GT_GT] = ACTIONS(2959), - [anon_sym_AMP_CARET] = ACTIONS(2959), - [anon_sym_AMP_AMP] = ACTIONS(2959), - [anon_sym_PIPE_PIPE] = ACTIONS(2959), - [anon_sym_or] = ACTIONS(2959), - [sym_none] = ACTIONS(2959), - [sym_true] = ACTIONS(2959), - [sym_false] = ACTIONS(2959), - [sym_nil] = ACTIONS(2959), - [anon_sym_QMARK_DOT] = ACTIONS(2959), - [anon_sym_POUND_LBRACK] = ACTIONS(2959), - [anon_sym_if] = ACTIONS(2959), - [anon_sym_DOLLARif] = ACTIONS(2959), - [anon_sym_is] = ACTIONS(2959), - [anon_sym_BANGis] = ACTIONS(2959), - [anon_sym_in] = ACTIONS(2959), - [anon_sym_BANGin] = ACTIONS(2959), - [anon_sym_match] = ACTIONS(2959), - [anon_sym_select] = ACTIONS(2959), - [anon_sym_lock] = ACTIONS(2959), - [anon_sym_rlock] = ACTIONS(2959), - [anon_sym_unsafe] = ACTIONS(2959), - [anon_sym_sql] = ACTIONS(2959), - [sym_int_literal] = ACTIONS(2959), - [sym_float_literal] = ACTIONS(2959), - [sym_rune_literal] = ACTIONS(2959), - [anon_sym_AT] = ACTIONS(2959), - [anon_sym_shared] = ACTIONS(2959), - [anon_sym_map_LBRACK] = ACTIONS(2959), - [anon_sym_chan] = ACTIONS(2959), - [anon_sym_thread] = ACTIONS(2959), - [anon_sym_atomic] = ACTIONS(2959), - [anon_sym_assert] = ACTIONS(2959), - [anon_sym_defer] = ACTIONS(2959), - [anon_sym_goto] = ACTIONS(2959), - [anon_sym_break] = ACTIONS(2959), - [anon_sym_continue] = ACTIONS(2959), - [anon_sym_return] = ACTIONS(2959), - [anon_sym_DOLLARfor] = ACTIONS(2959), - [anon_sym_for] = ACTIONS(2959), - [anon_sym_POUND] = ACTIONS(2959), - [anon_sym_asm] = ACTIONS(2959), - [anon_sym_AT_LBRACK] = ACTIONS(2959), - [sym___double_quote] = ACTIONS(2959), - [sym___single_quote] = ACTIONS(2959), - [sym___c_double_quote] = ACTIONS(2959), - [sym___c_single_quote] = ACTIONS(2959), - [sym___r_double_quote] = ACTIONS(2959), - [sym___r_single_quote] = ACTIONS(2959), - }, - [1066] = { - [ts_builtin_sym_end] = ACTIONS(2925), - [sym_identifier] = ACTIONS(2927), - [anon_sym_LF] = ACTIONS(2927), - [anon_sym_CR] = ACTIONS(2927), - [anon_sym_CR_LF] = ACTIONS(2927), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2927), - [anon_sym_as] = ACTIONS(2927), - [anon_sym_LBRACE] = ACTIONS(2927), - [anon_sym_COMMA] = ACTIONS(2927), - [anon_sym_const] = ACTIONS(2927), - [anon_sym_LPAREN] = ACTIONS(2927), - [anon_sym___global] = ACTIONS(2927), - [anon_sym_type] = ACTIONS(2927), - [anon_sym_PIPE] = ACTIONS(2927), - [anon_sym_fn] = ACTIONS(2927), - [anon_sym_PLUS] = ACTIONS(2927), - [anon_sym_DASH] = ACTIONS(2927), - [anon_sym_STAR] = ACTIONS(2927), - [anon_sym_SLASH] = ACTIONS(2927), - [anon_sym_PERCENT] = ACTIONS(2927), - [anon_sym_LT] = ACTIONS(2927), - [anon_sym_GT] = ACTIONS(2927), - [anon_sym_EQ_EQ] = ACTIONS(2927), - [anon_sym_BANG_EQ] = ACTIONS(2927), - [anon_sym_LT_EQ] = ACTIONS(2927), - [anon_sym_GT_EQ] = ACTIONS(2927), - [anon_sym_LBRACK] = ACTIONS(2925), - [anon_sym_struct] = ACTIONS(2927), - [anon_sym_union] = ACTIONS(2927), - [anon_sym_pub] = ACTIONS(2927), - [anon_sym_mut] = ACTIONS(2927), - [anon_sym_enum] = ACTIONS(2927), - [anon_sym_interface] = ACTIONS(2927), - [anon_sym_PLUS_PLUS] = ACTIONS(2927), - [anon_sym_DASH_DASH] = ACTIONS(2927), - [anon_sym_QMARK] = ACTIONS(2927), - [anon_sym_BANG] = ACTIONS(2927), - [anon_sym_go] = ACTIONS(2927), - [anon_sym_spawn] = ACTIONS(2927), - [anon_sym_json_DOTdecode] = ACTIONS(2927), - [anon_sym_LBRACK2] = ACTIONS(2927), - [anon_sym_TILDE] = ACTIONS(2927), - [anon_sym_CARET] = ACTIONS(2927), - [anon_sym_AMP] = ACTIONS(2927), - [anon_sym_LT_DASH] = ACTIONS(2927), - [anon_sym_LT_LT] = ACTIONS(2927), - [anon_sym_GT_GT] = ACTIONS(2927), - [anon_sym_GT_GT_GT] = ACTIONS(2927), - [anon_sym_AMP_CARET] = ACTIONS(2927), - [anon_sym_AMP_AMP] = ACTIONS(2927), - [anon_sym_PIPE_PIPE] = ACTIONS(2927), - [anon_sym_or] = ACTIONS(2927), - [sym_none] = ACTIONS(2927), - [sym_true] = ACTIONS(2927), - [sym_false] = ACTIONS(2927), - [sym_nil] = ACTIONS(2927), - [anon_sym_QMARK_DOT] = ACTIONS(2927), - [anon_sym_POUND_LBRACK] = ACTIONS(2927), - [anon_sym_if] = ACTIONS(2927), - [anon_sym_DOLLARif] = ACTIONS(2927), - [anon_sym_is] = ACTIONS(2927), - [anon_sym_BANGis] = ACTIONS(2927), - [anon_sym_in] = ACTIONS(2927), - [anon_sym_BANGin] = ACTIONS(2927), - [anon_sym_match] = ACTIONS(2927), - [anon_sym_select] = ACTIONS(2927), - [anon_sym_lock] = ACTIONS(2927), - [anon_sym_rlock] = ACTIONS(2927), - [anon_sym_unsafe] = ACTIONS(2927), - [anon_sym_sql] = ACTIONS(2927), - [sym_int_literal] = ACTIONS(2927), - [sym_float_literal] = ACTIONS(2927), - [sym_rune_literal] = ACTIONS(2927), - [anon_sym_AT] = ACTIONS(2927), - [anon_sym_shared] = ACTIONS(2927), - [anon_sym_map_LBRACK] = ACTIONS(2927), - [anon_sym_chan] = ACTIONS(2927), - [anon_sym_thread] = ACTIONS(2927), - [anon_sym_atomic] = ACTIONS(2927), - [anon_sym_assert] = ACTIONS(2927), - [anon_sym_defer] = ACTIONS(2927), - [anon_sym_goto] = ACTIONS(2927), - [anon_sym_break] = ACTIONS(2927), - [anon_sym_continue] = ACTIONS(2927), - [anon_sym_return] = ACTIONS(2927), - [anon_sym_DOLLARfor] = ACTIONS(2927), - [anon_sym_for] = ACTIONS(2927), - [anon_sym_POUND] = ACTIONS(2927), - [anon_sym_asm] = ACTIONS(2927), - [anon_sym_AT_LBRACK] = ACTIONS(2927), - [sym___double_quote] = ACTIONS(2927), - [sym___single_quote] = ACTIONS(2927), - [sym___c_double_quote] = ACTIONS(2927), - [sym___c_single_quote] = ACTIONS(2927), - [sym___r_double_quote] = ACTIONS(2927), - [sym___r_single_quote] = ACTIONS(2927), - }, - [1067] = { - [ts_builtin_sym_end] = ACTIONS(3155), - [sym_identifier] = ACTIONS(3157), - [anon_sym_LF] = ACTIONS(3157), - [anon_sym_CR] = ACTIONS(3157), - [anon_sym_CR_LF] = ACTIONS(3157), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3157), - [anon_sym_as] = ACTIONS(3157), - [anon_sym_LBRACE] = ACTIONS(3157), - [anon_sym_COMMA] = ACTIONS(3157), - [anon_sym_const] = ACTIONS(3157), - [anon_sym_LPAREN] = ACTIONS(3157), - [anon_sym___global] = ACTIONS(3157), - [anon_sym_type] = ACTIONS(3157), - [anon_sym_PIPE] = ACTIONS(3157), - [anon_sym_fn] = ACTIONS(3157), - [anon_sym_PLUS] = ACTIONS(3157), - [anon_sym_DASH] = ACTIONS(3157), - [anon_sym_STAR] = ACTIONS(3157), - [anon_sym_SLASH] = ACTIONS(3157), - [anon_sym_PERCENT] = ACTIONS(3157), - [anon_sym_LT] = ACTIONS(3157), - [anon_sym_GT] = ACTIONS(3157), - [anon_sym_EQ_EQ] = ACTIONS(3157), - [anon_sym_BANG_EQ] = ACTIONS(3157), - [anon_sym_LT_EQ] = ACTIONS(3157), - [anon_sym_GT_EQ] = ACTIONS(3157), - [anon_sym_LBRACK] = ACTIONS(3155), - [anon_sym_struct] = ACTIONS(3157), - [anon_sym_union] = ACTIONS(3157), - [anon_sym_pub] = ACTIONS(3157), - [anon_sym_mut] = ACTIONS(3157), - [anon_sym_enum] = ACTIONS(3157), - [anon_sym_interface] = ACTIONS(3157), - [anon_sym_PLUS_PLUS] = ACTIONS(3157), - [anon_sym_DASH_DASH] = ACTIONS(3157), - [anon_sym_QMARK] = ACTIONS(3157), - [anon_sym_BANG] = ACTIONS(3157), - [anon_sym_go] = ACTIONS(3157), - [anon_sym_spawn] = ACTIONS(3157), - [anon_sym_json_DOTdecode] = ACTIONS(3157), - [anon_sym_LBRACK2] = ACTIONS(3157), - [anon_sym_TILDE] = ACTIONS(3157), - [anon_sym_CARET] = ACTIONS(3157), - [anon_sym_AMP] = ACTIONS(3157), - [anon_sym_LT_DASH] = ACTIONS(3157), - [anon_sym_LT_LT] = ACTIONS(3157), - [anon_sym_GT_GT] = ACTIONS(3157), - [anon_sym_GT_GT_GT] = ACTIONS(3157), - [anon_sym_AMP_CARET] = ACTIONS(3157), - [anon_sym_AMP_AMP] = ACTIONS(3157), - [anon_sym_PIPE_PIPE] = ACTIONS(3157), - [anon_sym_or] = ACTIONS(3157), - [sym_none] = ACTIONS(3157), - [sym_true] = ACTIONS(3157), - [sym_false] = ACTIONS(3157), - [sym_nil] = ACTIONS(3157), - [anon_sym_QMARK_DOT] = ACTIONS(3157), - [anon_sym_POUND_LBRACK] = ACTIONS(3157), - [anon_sym_if] = ACTIONS(3157), - [anon_sym_DOLLARif] = ACTIONS(3157), - [anon_sym_is] = ACTIONS(3157), - [anon_sym_BANGis] = ACTIONS(3157), - [anon_sym_in] = ACTIONS(3157), - [anon_sym_BANGin] = ACTIONS(3157), - [anon_sym_match] = ACTIONS(3157), - [anon_sym_select] = ACTIONS(3157), - [anon_sym_lock] = ACTIONS(3157), - [anon_sym_rlock] = ACTIONS(3157), - [anon_sym_unsafe] = ACTIONS(3157), - [anon_sym_sql] = ACTIONS(3157), - [sym_int_literal] = ACTIONS(3157), - [sym_float_literal] = ACTIONS(3157), - [sym_rune_literal] = ACTIONS(3157), - [anon_sym_AT] = ACTIONS(3157), - [anon_sym_shared] = ACTIONS(3157), - [anon_sym_map_LBRACK] = ACTIONS(3157), - [anon_sym_chan] = ACTIONS(3157), - [anon_sym_thread] = ACTIONS(3157), - [anon_sym_atomic] = ACTIONS(3157), - [anon_sym_assert] = ACTIONS(3157), - [anon_sym_defer] = ACTIONS(3157), - [anon_sym_goto] = ACTIONS(3157), - [anon_sym_break] = ACTIONS(3157), - [anon_sym_continue] = ACTIONS(3157), - [anon_sym_return] = ACTIONS(3157), - [anon_sym_DOLLARfor] = ACTIONS(3157), - [anon_sym_for] = ACTIONS(3157), - [anon_sym_POUND] = ACTIONS(3157), - [anon_sym_asm] = ACTIONS(3157), - [anon_sym_AT_LBRACK] = ACTIONS(3157), - [sym___double_quote] = ACTIONS(3157), - [sym___single_quote] = ACTIONS(3157), - [sym___c_double_quote] = ACTIONS(3157), - [sym___c_single_quote] = ACTIONS(3157), - [sym___r_double_quote] = ACTIONS(3157), - [sym___r_single_quote] = ACTIONS(3157), - }, - [1068] = { - [ts_builtin_sym_end] = ACTIONS(3039), - [sym_identifier] = ACTIONS(3041), - [anon_sym_LF] = ACTIONS(3041), - [anon_sym_CR] = ACTIONS(3041), - [anon_sym_CR_LF] = ACTIONS(3041), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_as] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3041), - [anon_sym_COMMA] = ACTIONS(3041), - [anon_sym_const] = ACTIONS(3041), - [anon_sym_LPAREN] = ACTIONS(3041), - [anon_sym___global] = ACTIONS(3041), - [anon_sym_type] = ACTIONS(3041), - [anon_sym_PIPE] = ACTIONS(3041), - [anon_sym_fn] = ACTIONS(3041), - [anon_sym_PLUS] = ACTIONS(3041), - [anon_sym_DASH] = ACTIONS(3041), - [anon_sym_STAR] = ACTIONS(3041), - [anon_sym_SLASH] = ACTIONS(3041), - [anon_sym_PERCENT] = ACTIONS(3041), - [anon_sym_LT] = ACTIONS(3041), - [anon_sym_GT] = ACTIONS(3041), - [anon_sym_EQ_EQ] = ACTIONS(3041), - [anon_sym_BANG_EQ] = ACTIONS(3041), - [anon_sym_LT_EQ] = ACTIONS(3041), - [anon_sym_GT_EQ] = ACTIONS(3041), - [anon_sym_LBRACK] = ACTIONS(3039), - [anon_sym_struct] = ACTIONS(3041), - [anon_sym_union] = ACTIONS(3041), - [anon_sym_pub] = ACTIONS(3041), - [anon_sym_mut] = ACTIONS(3041), - [anon_sym_enum] = ACTIONS(3041), - [anon_sym_interface] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_QMARK] = ACTIONS(3041), - [anon_sym_BANG] = ACTIONS(3041), - [anon_sym_go] = ACTIONS(3041), - [anon_sym_spawn] = ACTIONS(3041), - [anon_sym_json_DOTdecode] = ACTIONS(3041), - [anon_sym_LBRACK2] = ACTIONS(3041), - [anon_sym_TILDE] = ACTIONS(3041), - [anon_sym_CARET] = ACTIONS(3041), - [anon_sym_AMP] = ACTIONS(3041), - [anon_sym_LT_DASH] = ACTIONS(3041), - [anon_sym_LT_LT] = ACTIONS(3041), - [anon_sym_GT_GT] = ACTIONS(3041), - [anon_sym_GT_GT_GT] = ACTIONS(3041), - [anon_sym_AMP_CARET] = ACTIONS(3041), - [anon_sym_AMP_AMP] = ACTIONS(3041), - [anon_sym_PIPE_PIPE] = ACTIONS(3041), - [anon_sym_or] = ACTIONS(3041), - [sym_none] = ACTIONS(3041), - [sym_true] = ACTIONS(3041), - [sym_false] = ACTIONS(3041), - [sym_nil] = ACTIONS(3041), - [anon_sym_QMARK_DOT] = ACTIONS(3041), - [anon_sym_POUND_LBRACK] = ACTIONS(3041), - [anon_sym_if] = ACTIONS(3041), - [anon_sym_DOLLARif] = ACTIONS(3041), - [anon_sym_is] = ACTIONS(3041), - [anon_sym_BANGis] = ACTIONS(3041), - [anon_sym_in] = ACTIONS(3041), - [anon_sym_BANGin] = ACTIONS(3041), - [anon_sym_match] = ACTIONS(3041), - [anon_sym_select] = ACTIONS(3041), - [anon_sym_lock] = ACTIONS(3041), - [anon_sym_rlock] = ACTIONS(3041), - [anon_sym_unsafe] = ACTIONS(3041), - [anon_sym_sql] = ACTIONS(3041), - [sym_int_literal] = ACTIONS(3041), - [sym_float_literal] = ACTIONS(3041), - [sym_rune_literal] = ACTIONS(3041), - [anon_sym_AT] = ACTIONS(3041), - [anon_sym_shared] = ACTIONS(3041), - [anon_sym_map_LBRACK] = ACTIONS(3041), - [anon_sym_chan] = ACTIONS(3041), - [anon_sym_thread] = ACTIONS(3041), - [anon_sym_atomic] = ACTIONS(3041), - [anon_sym_assert] = ACTIONS(3041), - [anon_sym_defer] = ACTIONS(3041), - [anon_sym_goto] = ACTIONS(3041), - [anon_sym_break] = ACTIONS(3041), - [anon_sym_continue] = ACTIONS(3041), - [anon_sym_return] = ACTIONS(3041), - [anon_sym_DOLLARfor] = ACTIONS(3041), - [anon_sym_for] = ACTIONS(3041), - [anon_sym_POUND] = ACTIONS(3041), - [anon_sym_asm] = ACTIONS(3041), - [anon_sym_AT_LBRACK] = ACTIONS(3041), - [sym___double_quote] = ACTIONS(3041), - [sym___single_quote] = ACTIONS(3041), - [sym___c_double_quote] = ACTIONS(3041), - [sym___c_single_quote] = ACTIONS(3041), - [sym___r_double_quote] = ACTIONS(3041), - [sym___r_single_quote] = ACTIONS(3041), - }, - [1069] = { - [ts_builtin_sym_end] = ACTIONS(3195), - [sym_identifier] = ACTIONS(3197), - [anon_sym_LF] = ACTIONS(3197), - [anon_sym_CR] = ACTIONS(3197), - [anon_sym_CR_LF] = ACTIONS(3197), + [ts_builtin_sym_end] = ACTIONS(3073), + [sym_identifier] = ACTIONS(3075), + [anon_sym_LF] = ACTIONS(3075), + [anon_sym_CR] = ACTIONS(3075), + [anon_sym_CR_LF] = ACTIONS(3075), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3197), - [anon_sym_as] = ACTIONS(3197), - [anon_sym_LBRACE] = ACTIONS(3197), - [anon_sym_COMMA] = ACTIONS(3197), - [anon_sym_const] = ACTIONS(3197), - [anon_sym_LPAREN] = ACTIONS(3197), - [anon_sym___global] = ACTIONS(3197), - [anon_sym_type] = ACTIONS(3197), - [anon_sym_PIPE] = ACTIONS(3197), - [anon_sym_fn] = ACTIONS(3197), - [anon_sym_PLUS] = ACTIONS(3197), - [anon_sym_DASH] = ACTIONS(3197), - [anon_sym_STAR] = ACTIONS(3197), - [anon_sym_SLASH] = ACTIONS(3197), - [anon_sym_PERCENT] = ACTIONS(3197), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3197), - [anon_sym_EQ_EQ] = ACTIONS(3197), - [anon_sym_BANG_EQ] = ACTIONS(3197), - [anon_sym_LT_EQ] = ACTIONS(3197), - [anon_sym_GT_EQ] = ACTIONS(3197), - [anon_sym_LBRACK] = ACTIONS(3195), - [anon_sym_struct] = ACTIONS(3197), - [anon_sym_union] = ACTIONS(3197), - [anon_sym_pub] = ACTIONS(3197), - [anon_sym_mut] = ACTIONS(3197), - [anon_sym_enum] = ACTIONS(3197), - [anon_sym_interface] = ACTIONS(3197), - [anon_sym_PLUS_PLUS] = ACTIONS(3197), - [anon_sym_DASH_DASH] = ACTIONS(3197), - [anon_sym_QMARK] = ACTIONS(3197), - [anon_sym_BANG] = ACTIONS(3197), - [anon_sym_go] = ACTIONS(3197), - [anon_sym_spawn] = ACTIONS(3197), - [anon_sym_json_DOTdecode] = ACTIONS(3197), - [anon_sym_LBRACK2] = ACTIONS(3197), - [anon_sym_TILDE] = ACTIONS(3197), - [anon_sym_CARET] = ACTIONS(3197), - [anon_sym_AMP] = ACTIONS(3197), - [anon_sym_LT_DASH] = ACTIONS(3197), - [anon_sym_LT_LT] = ACTIONS(3197), - [anon_sym_GT_GT] = ACTIONS(3197), - [anon_sym_GT_GT_GT] = ACTIONS(3197), - [anon_sym_AMP_CARET] = ACTIONS(3197), - [anon_sym_AMP_AMP] = ACTIONS(3197), - [anon_sym_PIPE_PIPE] = ACTIONS(3197), - [anon_sym_or] = ACTIONS(3197), - [sym_none] = ACTIONS(3197), - [sym_true] = ACTIONS(3197), - [sym_false] = ACTIONS(3197), - [sym_nil] = ACTIONS(3197), - [anon_sym_QMARK_DOT] = ACTIONS(3197), - [anon_sym_POUND_LBRACK] = ACTIONS(3197), - [anon_sym_if] = ACTIONS(3197), - [anon_sym_DOLLARif] = ACTIONS(3197), - [anon_sym_is] = ACTIONS(3197), - [anon_sym_BANGis] = ACTIONS(3197), - [anon_sym_in] = ACTIONS(3197), - [anon_sym_BANGin] = ACTIONS(3197), - [anon_sym_match] = ACTIONS(3197), - [anon_sym_select] = ACTIONS(3197), - [anon_sym_lock] = ACTIONS(3197), - [anon_sym_rlock] = ACTIONS(3197), - [anon_sym_unsafe] = ACTIONS(3197), - [anon_sym_sql] = ACTIONS(3197), - [sym_int_literal] = ACTIONS(3197), - [sym_float_literal] = ACTIONS(3197), - [sym_rune_literal] = ACTIONS(3197), - [anon_sym_AT] = ACTIONS(3197), - [anon_sym_shared] = ACTIONS(3197), - [anon_sym_map_LBRACK] = ACTIONS(3197), - [anon_sym_chan] = ACTIONS(3197), - [anon_sym_thread] = ACTIONS(3197), - [anon_sym_atomic] = ACTIONS(3197), - [anon_sym_assert] = ACTIONS(3197), - [anon_sym_defer] = ACTIONS(3197), - [anon_sym_goto] = ACTIONS(3197), - [anon_sym_break] = ACTIONS(3197), - [anon_sym_continue] = ACTIONS(3197), - [anon_sym_return] = ACTIONS(3197), - [anon_sym_DOLLARfor] = ACTIONS(3197), - [anon_sym_for] = ACTIONS(3197), - [anon_sym_POUND] = ACTIONS(3197), - [anon_sym_asm] = ACTIONS(3197), - [anon_sym_AT_LBRACK] = ACTIONS(3197), - [sym___double_quote] = ACTIONS(3197), - [sym___single_quote] = ACTIONS(3197), - [sym___c_double_quote] = ACTIONS(3197), - [sym___c_single_quote] = ACTIONS(3197), - [sym___r_double_quote] = ACTIONS(3197), - [sym___r_single_quote] = ACTIONS(3197), + [anon_sym_DOT] = ACTIONS(3075), + [anon_sym_as] = ACTIONS(3075), + [anon_sym_LBRACE] = ACTIONS(3075), + [anon_sym_COMMA] = ACTIONS(3075), + [anon_sym_const] = ACTIONS(3075), + [anon_sym_LPAREN] = ACTIONS(3075), + [anon_sym___global] = ACTIONS(3075), + [anon_sym_type] = ACTIONS(3075), + [anon_sym_PIPE] = ACTIONS(3075), + [anon_sym_fn] = ACTIONS(3075), + [anon_sym_PLUS] = ACTIONS(3075), + [anon_sym_DASH] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(3075), + [anon_sym_SLASH] = ACTIONS(3075), + [anon_sym_PERCENT] = ACTIONS(3075), + [anon_sym_LT] = ACTIONS(3075), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_LT_EQ] = ACTIONS(3075), + [anon_sym_GT_EQ] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3073), + [anon_sym_LT2] = ACTIONS(3075), + [anon_sym_struct] = ACTIONS(3075), + [anon_sym_union] = ACTIONS(3075), + [anon_sym_pub] = ACTIONS(3075), + [anon_sym_mut] = ACTIONS(3075), + [anon_sym_enum] = ACTIONS(3075), + [anon_sym_interface] = ACTIONS(3075), + [anon_sym_PLUS_PLUS] = ACTIONS(3075), + [anon_sym_DASH_DASH] = ACTIONS(3075), + [anon_sym_QMARK] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(3075), + [anon_sym_go] = ACTIONS(3075), + [anon_sym_spawn] = ACTIONS(3075), + [anon_sym_json_DOTdecode] = ACTIONS(3075), + [anon_sym_LBRACK2] = ACTIONS(3075), + [anon_sym_TILDE] = ACTIONS(3075), + [anon_sym_CARET] = ACTIONS(3075), + [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_LT_DASH] = ACTIONS(3075), + [anon_sym_LT_LT] = ACTIONS(3075), + [anon_sym_GT_GT] = ACTIONS(3075), + [anon_sym_GT_GT_GT] = ACTIONS(3075), + [anon_sym_AMP_CARET] = ACTIONS(3075), + [anon_sym_AMP_AMP] = ACTIONS(3075), + [anon_sym_PIPE_PIPE] = ACTIONS(3075), + [anon_sym_or] = ACTIONS(3075), + [sym_none] = ACTIONS(3075), + [sym_true] = ACTIONS(3075), + [sym_false] = ACTIONS(3075), + [sym_nil] = ACTIONS(3075), + [anon_sym_QMARK_DOT] = ACTIONS(3075), + [anon_sym_POUND_LBRACK] = ACTIONS(3075), + [anon_sym_if] = ACTIONS(3075), + [anon_sym_DOLLARif] = ACTIONS(3075), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3075), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_BANGin] = ACTIONS(3075), + [anon_sym_match] = ACTIONS(3075), + [anon_sym_select] = ACTIONS(3075), + [anon_sym_lock] = ACTIONS(3075), + [anon_sym_rlock] = ACTIONS(3075), + [anon_sym_unsafe] = ACTIONS(3075), + [anon_sym_sql] = ACTIONS(3075), + [sym_int_literal] = ACTIONS(3075), + [sym_float_literal] = ACTIONS(3075), + [sym_rune_literal] = ACTIONS(3075), + [anon_sym_AT] = ACTIONS(3075), + [anon_sym_shared] = ACTIONS(3075), + [anon_sym_map_LBRACK] = ACTIONS(3075), + [anon_sym_chan] = ACTIONS(3075), + [anon_sym_thread] = ACTIONS(3075), + [anon_sym_atomic] = ACTIONS(3075), + [anon_sym_assert] = ACTIONS(3075), + [anon_sym_defer] = ACTIONS(3075), + [anon_sym_goto] = ACTIONS(3075), + [anon_sym_break] = ACTIONS(3075), + [anon_sym_continue] = ACTIONS(3075), + [anon_sym_return] = ACTIONS(3075), + [anon_sym_DOLLARfor] = ACTIONS(3075), + [anon_sym_for] = ACTIONS(3075), + [anon_sym_POUND] = ACTIONS(3075), + [anon_sym_asm] = ACTIONS(3075), + [anon_sym_AT_LBRACK] = ACTIONS(3075), + [sym___double_quote] = ACTIONS(3075), + [sym___single_quote] = ACTIONS(3075), + [sym___c_double_quote] = ACTIONS(3075), + [sym___c_single_quote] = ACTIONS(3075), + [sym___r_double_quote] = ACTIONS(3075), + [sym___r_single_quote] = ACTIONS(3075), }, - [1070] = { - [ts_builtin_sym_end] = ACTIONS(3059), - [sym_identifier] = ACTIONS(3061), - [anon_sym_LF] = ACTIONS(3061), - [anon_sym_CR] = ACTIONS(3061), - [anon_sym_CR_LF] = ACTIONS(3061), + [1062] = { + [ts_builtin_sym_end] = ACTIONS(2771), + [sym_identifier] = ACTIONS(2773), + [anon_sym_LF] = ACTIONS(2773), + [anon_sym_CR] = ACTIONS(2773), + [anon_sym_CR_LF] = ACTIONS(2773), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3061), - [anon_sym_as] = ACTIONS(3061), - [anon_sym_LBRACE] = ACTIONS(3061), - [anon_sym_COMMA] = ACTIONS(3061), - [anon_sym_const] = ACTIONS(3061), - [anon_sym_LPAREN] = ACTIONS(3061), - [anon_sym___global] = ACTIONS(3061), - [anon_sym_type] = ACTIONS(3061), - [anon_sym_PIPE] = ACTIONS(3061), - [anon_sym_fn] = ACTIONS(3061), - [anon_sym_PLUS] = ACTIONS(3061), - [anon_sym_DASH] = ACTIONS(3061), - [anon_sym_STAR] = ACTIONS(3061), - [anon_sym_SLASH] = ACTIONS(3061), - [anon_sym_PERCENT] = ACTIONS(3061), - [anon_sym_LT] = ACTIONS(3061), - [anon_sym_GT] = ACTIONS(3061), - [anon_sym_EQ_EQ] = ACTIONS(3061), - [anon_sym_BANG_EQ] = ACTIONS(3061), - [anon_sym_LT_EQ] = ACTIONS(3061), - [anon_sym_GT_EQ] = ACTIONS(3061), - [anon_sym_LBRACK] = ACTIONS(3059), - [anon_sym_struct] = ACTIONS(3061), - [anon_sym_union] = ACTIONS(3061), - [anon_sym_pub] = ACTIONS(3061), - [anon_sym_mut] = ACTIONS(3061), - [anon_sym_enum] = ACTIONS(3061), - [anon_sym_interface] = ACTIONS(3061), - [anon_sym_PLUS_PLUS] = ACTIONS(3061), - [anon_sym_DASH_DASH] = ACTIONS(3061), - [anon_sym_QMARK] = ACTIONS(3061), - [anon_sym_BANG] = ACTIONS(3061), - [anon_sym_go] = ACTIONS(3061), - [anon_sym_spawn] = ACTIONS(3061), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3061), - [anon_sym_TILDE] = ACTIONS(3061), - [anon_sym_CARET] = ACTIONS(3061), - [anon_sym_AMP] = ACTIONS(3061), - [anon_sym_LT_DASH] = ACTIONS(3061), - [anon_sym_LT_LT] = ACTIONS(3061), - [anon_sym_GT_GT] = ACTIONS(3061), - [anon_sym_GT_GT_GT] = ACTIONS(3061), - [anon_sym_AMP_CARET] = ACTIONS(3061), - [anon_sym_AMP_AMP] = ACTIONS(3061), - [anon_sym_PIPE_PIPE] = ACTIONS(3061), - [anon_sym_or] = ACTIONS(3061), - [sym_none] = ACTIONS(3061), - [sym_true] = ACTIONS(3061), - [sym_false] = ACTIONS(3061), - [sym_nil] = ACTIONS(3061), - [anon_sym_QMARK_DOT] = ACTIONS(3061), - [anon_sym_POUND_LBRACK] = ACTIONS(3061), - [anon_sym_if] = ACTIONS(3061), - [anon_sym_DOLLARif] = ACTIONS(3061), - [anon_sym_is] = ACTIONS(3061), - [anon_sym_BANGis] = ACTIONS(3061), - [anon_sym_in] = ACTIONS(3061), - [anon_sym_BANGin] = ACTIONS(3061), - [anon_sym_match] = ACTIONS(3061), - [anon_sym_select] = ACTIONS(3061), - [anon_sym_lock] = ACTIONS(3061), - [anon_sym_rlock] = ACTIONS(3061), - [anon_sym_unsafe] = ACTIONS(3061), - [anon_sym_sql] = ACTIONS(3061), - [sym_int_literal] = ACTIONS(3061), - [sym_float_literal] = ACTIONS(3061), - [sym_rune_literal] = ACTIONS(3061), - [anon_sym_AT] = ACTIONS(3061), - [anon_sym_shared] = ACTIONS(3061), - [anon_sym_map_LBRACK] = ACTIONS(3061), - [anon_sym_chan] = ACTIONS(3061), - [anon_sym_thread] = ACTIONS(3061), - [anon_sym_atomic] = ACTIONS(3061), - [anon_sym_assert] = ACTIONS(3061), - [anon_sym_defer] = ACTIONS(3061), - [anon_sym_goto] = ACTIONS(3061), - [anon_sym_break] = ACTIONS(3061), - [anon_sym_continue] = ACTIONS(3061), - [anon_sym_return] = ACTIONS(3061), - [anon_sym_DOLLARfor] = ACTIONS(3061), - [anon_sym_for] = ACTIONS(3061), - [anon_sym_POUND] = ACTIONS(3061), - [anon_sym_asm] = ACTIONS(3061), - [anon_sym_AT_LBRACK] = ACTIONS(3061), - [sym___double_quote] = ACTIONS(3061), - [sym___single_quote] = ACTIONS(3061), - [sym___c_double_quote] = ACTIONS(3061), - [sym___c_single_quote] = ACTIONS(3061), - [sym___r_double_quote] = ACTIONS(3061), - [sym___r_single_quote] = ACTIONS(3061), + [anon_sym_DOT] = ACTIONS(2773), + [anon_sym_as] = ACTIONS(2773), + [anon_sym_LBRACE] = ACTIONS(2773), + [anon_sym_COMMA] = ACTIONS(2773), + [anon_sym_const] = ACTIONS(2773), + [anon_sym_LPAREN] = ACTIONS(2773), + [anon_sym___global] = ACTIONS(2773), + [anon_sym_type] = ACTIONS(2773), + [anon_sym_PIPE] = ACTIONS(2773), + [anon_sym_fn] = ACTIONS(2773), + [anon_sym_PLUS] = ACTIONS(2773), + [anon_sym_DASH] = ACTIONS(2773), + [anon_sym_STAR] = ACTIONS(2773), + [anon_sym_SLASH] = ACTIONS(2773), + [anon_sym_PERCENT] = ACTIONS(2773), + [anon_sym_LT] = ACTIONS(2773), + [anon_sym_GT] = ACTIONS(2773), + [anon_sym_EQ_EQ] = ACTIONS(2773), + [anon_sym_BANG_EQ] = ACTIONS(2773), + [anon_sym_LT_EQ] = ACTIONS(2773), + [anon_sym_GT_EQ] = ACTIONS(2773), + [anon_sym_LBRACK] = ACTIONS(2771), + [anon_sym_LT2] = ACTIONS(2773), + [anon_sym_struct] = ACTIONS(2773), + [anon_sym_union] = ACTIONS(2773), + [anon_sym_pub] = ACTIONS(2773), + [anon_sym_mut] = ACTIONS(2773), + [anon_sym_enum] = ACTIONS(2773), + [anon_sym_interface] = ACTIONS(2773), + [anon_sym_PLUS_PLUS] = ACTIONS(2773), + [anon_sym_DASH_DASH] = ACTIONS(2773), + [anon_sym_QMARK] = ACTIONS(2773), + [anon_sym_BANG] = ACTIONS(2773), + [anon_sym_go] = ACTIONS(2773), + [anon_sym_spawn] = ACTIONS(2773), + [anon_sym_json_DOTdecode] = ACTIONS(2773), + [anon_sym_LBRACK2] = ACTIONS(2773), + [anon_sym_TILDE] = ACTIONS(2773), + [anon_sym_CARET] = ACTIONS(2773), + [anon_sym_AMP] = ACTIONS(2773), + [anon_sym_LT_DASH] = ACTIONS(2773), + [anon_sym_LT_LT] = ACTIONS(2773), + [anon_sym_GT_GT] = ACTIONS(2773), + [anon_sym_GT_GT_GT] = ACTIONS(2773), + [anon_sym_AMP_CARET] = ACTIONS(2773), + [anon_sym_AMP_AMP] = ACTIONS(2773), + [anon_sym_PIPE_PIPE] = ACTIONS(2773), + [anon_sym_or] = ACTIONS(2773), + [sym_none] = ACTIONS(2773), + [sym_true] = ACTIONS(2773), + [sym_false] = ACTIONS(2773), + [sym_nil] = ACTIONS(2773), + [anon_sym_QMARK_DOT] = ACTIONS(2773), + [anon_sym_POUND_LBRACK] = ACTIONS(2773), + [anon_sym_if] = ACTIONS(2773), + [anon_sym_DOLLARif] = ACTIONS(2773), + [anon_sym_is] = ACTIONS(2773), + [anon_sym_BANGis] = ACTIONS(2773), + [anon_sym_in] = ACTIONS(2773), + [anon_sym_BANGin] = ACTIONS(2773), + [anon_sym_match] = ACTIONS(2773), + [anon_sym_select] = ACTIONS(2773), + [anon_sym_lock] = ACTIONS(2773), + [anon_sym_rlock] = ACTIONS(2773), + [anon_sym_unsafe] = ACTIONS(2773), + [anon_sym_sql] = ACTIONS(2773), + [sym_int_literal] = ACTIONS(2773), + [sym_float_literal] = ACTIONS(2773), + [sym_rune_literal] = ACTIONS(2773), + [anon_sym_AT] = ACTIONS(2773), + [anon_sym_shared] = ACTIONS(2773), + [anon_sym_map_LBRACK] = ACTIONS(2773), + [anon_sym_chan] = ACTIONS(2773), + [anon_sym_thread] = ACTIONS(2773), + [anon_sym_atomic] = ACTIONS(2773), + [anon_sym_assert] = ACTIONS(2773), + [anon_sym_defer] = ACTIONS(2773), + [anon_sym_goto] = ACTIONS(2773), + [anon_sym_break] = ACTIONS(2773), + [anon_sym_continue] = ACTIONS(2773), + [anon_sym_return] = ACTIONS(2773), + [anon_sym_DOLLARfor] = ACTIONS(2773), + [anon_sym_for] = ACTIONS(2773), + [anon_sym_POUND] = ACTIONS(2773), + [anon_sym_asm] = ACTIONS(2773), + [anon_sym_AT_LBRACK] = ACTIONS(2773), + [sym___double_quote] = ACTIONS(2773), + [sym___single_quote] = ACTIONS(2773), + [sym___c_double_quote] = ACTIONS(2773), + [sym___c_single_quote] = ACTIONS(2773), + [sym___r_double_quote] = ACTIONS(2773), + [sym___r_single_quote] = ACTIONS(2773), }, - [1071] = { - [ts_builtin_sym_end] = ACTIONS(3055), - [sym_identifier] = ACTIONS(3057), - [anon_sym_LF] = ACTIONS(3057), - [anon_sym_CR] = ACTIONS(3057), - [anon_sym_CR_LF] = ACTIONS(3057), + [1063] = { + [ts_builtin_sym_end] = ACTIONS(2801), + [sym_identifier] = ACTIONS(2803), + [anon_sym_LF] = ACTIONS(2803), + [anon_sym_CR] = ACTIONS(2803), + [anon_sym_CR_LF] = ACTIONS(2803), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3057), - [anon_sym_as] = ACTIONS(3057), - [anon_sym_LBRACE] = ACTIONS(3057), - [anon_sym_COMMA] = ACTIONS(3057), - [anon_sym_const] = ACTIONS(3057), - [anon_sym_LPAREN] = ACTIONS(3057), - [anon_sym___global] = ACTIONS(3057), - [anon_sym_type] = ACTIONS(3057), - [anon_sym_PIPE] = ACTIONS(3057), - [anon_sym_fn] = ACTIONS(3057), - [anon_sym_PLUS] = ACTIONS(3057), - [anon_sym_DASH] = ACTIONS(3057), - [anon_sym_STAR] = ACTIONS(3057), - [anon_sym_SLASH] = ACTIONS(3057), - [anon_sym_PERCENT] = ACTIONS(3057), - [anon_sym_LT] = ACTIONS(3057), - [anon_sym_GT] = ACTIONS(3057), - [anon_sym_EQ_EQ] = ACTIONS(3057), - [anon_sym_BANG_EQ] = ACTIONS(3057), - [anon_sym_LT_EQ] = ACTIONS(3057), - [anon_sym_GT_EQ] = ACTIONS(3057), - [anon_sym_LBRACK] = ACTIONS(3055), - [anon_sym_struct] = ACTIONS(3057), - [anon_sym_union] = ACTIONS(3057), - [anon_sym_pub] = ACTIONS(3057), - [anon_sym_mut] = ACTIONS(3057), - [anon_sym_enum] = ACTIONS(3057), - [anon_sym_interface] = ACTIONS(3057), - [anon_sym_PLUS_PLUS] = ACTIONS(3057), - [anon_sym_DASH_DASH] = ACTIONS(3057), - [anon_sym_QMARK] = ACTIONS(3057), - [anon_sym_BANG] = ACTIONS(3057), - [anon_sym_go] = ACTIONS(3057), - [anon_sym_spawn] = ACTIONS(3057), - [anon_sym_json_DOTdecode] = ACTIONS(3057), - [anon_sym_LBRACK2] = ACTIONS(3057), - [anon_sym_TILDE] = ACTIONS(3057), - [anon_sym_CARET] = ACTIONS(3057), - [anon_sym_AMP] = ACTIONS(3057), - [anon_sym_LT_DASH] = ACTIONS(3057), - [anon_sym_LT_LT] = ACTIONS(3057), - [anon_sym_GT_GT] = ACTIONS(3057), - [anon_sym_GT_GT_GT] = ACTIONS(3057), - [anon_sym_AMP_CARET] = ACTIONS(3057), - [anon_sym_AMP_AMP] = ACTIONS(3057), - [anon_sym_PIPE_PIPE] = ACTIONS(3057), - [anon_sym_or] = ACTIONS(3057), - [sym_none] = ACTIONS(3057), - [sym_true] = ACTIONS(3057), - [sym_false] = ACTIONS(3057), - [sym_nil] = ACTIONS(3057), - [anon_sym_QMARK_DOT] = ACTIONS(3057), - [anon_sym_POUND_LBRACK] = ACTIONS(3057), - [anon_sym_if] = ACTIONS(3057), - [anon_sym_DOLLARif] = ACTIONS(3057), - [anon_sym_is] = ACTIONS(3057), - [anon_sym_BANGis] = ACTIONS(3057), - [anon_sym_in] = ACTIONS(3057), - [anon_sym_BANGin] = ACTIONS(3057), - [anon_sym_match] = ACTIONS(3057), - [anon_sym_select] = ACTIONS(3057), - [anon_sym_lock] = ACTIONS(3057), - [anon_sym_rlock] = ACTIONS(3057), - [anon_sym_unsafe] = ACTIONS(3057), - [anon_sym_sql] = ACTIONS(3057), - [sym_int_literal] = ACTIONS(3057), - [sym_float_literal] = ACTIONS(3057), - [sym_rune_literal] = ACTIONS(3057), - [anon_sym_AT] = ACTIONS(3057), - [anon_sym_shared] = ACTIONS(3057), - [anon_sym_map_LBRACK] = ACTIONS(3057), - [anon_sym_chan] = ACTIONS(3057), - [anon_sym_thread] = ACTIONS(3057), - [anon_sym_atomic] = ACTIONS(3057), - [anon_sym_assert] = ACTIONS(3057), - [anon_sym_defer] = ACTIONS(3057), - [anon_sym_goto] = ACTIONS(3057), - [anon_sym_break] = ACTIONS(3057), - [anon_sym_continue] = ACTIONS(3057), - [anon_sym_return] = ACTIONS(3057), - [anon_sym_DOLLARfor] = ACTIONS(3057), - [anon_sym_for] = ACTIONS(3057), - [anon_sym_POUND] = ACTIONS(3057), - [anon_sym_asm] = ACTIONS(3057), - [anon_sym_AT_LBRACK] = ACTIONS(3057), - [sym___double_quote] = ACTIONS(3057), - [sym___single_quote] = ACTIONS(3057), - [sym___c_double_quote] = ACTIONS(3057), - [sym___c_single_quote] = ACTIONS(3057), - [sym___r_double_quote] = ACTIONS(3057), - [sym___r_single_quote] = ACTIONS(3057), + [anon_sym_DOT] = ACTIONS(2803), + [anon_sym_as] = ACTIONS(2803), + [anon_sym_LBRACE] = ACTIONS(2803), + [anon_sym_COMMA] = ACTIONS(2803), + [anon_sym_const] = ACTIONS(2803), + [anon_sym_LPAREN] = ACTIONS(2803), + [anon_sym___global] = ACTIONS(2803), + [anon_sym_type] = ACTIONS(2803), + [anon_sym_PIPE] = ACTIONS(2803), + [anon_sym_fn] = ACTIONS(2803), + [anon_sym_PLUS] = ACTIONS(2803), + [anon_sym_DASH] = ACTIONS(2803), + [anon_sym_STAR] = ACTIONS(2803), + [anon_sym_SLASH] = ACTIONS(2803), + [anon_sym_PERCENT] = ACTIONS(2803), + [anon_sym_LT] = ACTIONS(2803), + [anon_sym_GT] = ACTIONS(2803), + [anon_sym_EQ_EQ] = ACTIONS(2803), + [anon_sym_BANG_EQ] = ACTIONS(2803), + [anon_sym_LT_EQ] = ACTIONS(2803), + [anon_sym_GT_EQ] = ACTIONS(2803), + [anon_sym_LBRACK] = ACTIONS(2801), + [anon_sym_LT2] = ACTIONS(2803), + [anon_sym_struct] = ACTIONS(2803), + [anon_sym_union] = ACTIONS(2803), + [anon_sym_pub] = ACTIONS(2803), + [anon_sym_mut] = ACTIONS(2803), + [anon_sym_enum] = ACTIONS(2803), + [anon_sym_interface] = ACTIONS(2803), + [anon_sym_PLUS_PLUS] = ACTIONS(2803), + [anon_sym_DASH_DASH] = ACTIONS(2803), + [anon_sym_QMARK] = ACTIONS(2803), + [anon_sym_BANG] = ACTIONS(2803), + [anon_sym_go] = ACTIONS(2803), + [anon_sym_spawn] = ACTIONS(2803), + [anon_sym_json_DOTdecode] = ACTIONS(2803), + [anon_sym_LBRACK2] = ACTIONS(2803), + [anon_sym_TILDE] = ACTIONS(2803), + [anon_sym_CARET] = ACTIONS(2803), + [anon_sym_AMP] = ACTIONS(2803), + [anon_sym_LT_DASH] = ACTIONS(2803), + [anon_sym_LT_LT] = ACTIONS(2803), + [anon_sym_GT_GT] = ACTIONS(2803), + [anon_sym_GT_GT_GT] = ACTIONS(2803), + [anon_sym_AMP_CARET] = ACTIONS(2803), + [anon_sym_AMP_AMP] = ACTIONS(2803), + [anon_sym_PIPE_PIPE] = ACTIONS(2803), + [anon_sym_or] = ACTIONS(2803), + [sym_none] = ACTIONS(2803), + [sym_true] = ACTIONS(2803), + [sym_false] = ACTIONS(2803), + [sym_nil] = ACTIONS(2803), + [anon_sym_QMARK_DOT] = ACTIONS(2803), + [anon_sym_POUND_LBRACK] = ACTIONS(2803), + [anon_sym_if] = ACTIONS(2803), + [anon_sym_DOLLARif] = ACTIONS(2803), + [anon_sym_is] = ACTIONS(2803), + [anon_sym_BANGis] = ACTIONS(2803), + [anon_sym_in] = ACTIONS(2803), + [anon_sym_BANGin] = ACTIONS(2803), + [anon_sym_match] = ACTIONS(2803), + [anon_sym_select] = ACTIONS(2803), + [anon_sym_lock] = ACTIONS(2803), + [anon_sym_rlock] = ACTIONS(2803), + [anon_sym_unsafe] = ACTIONS(2803), + [anon_sym_sql] = ACTIONS(2803), + [sym_int_literal] = ACTIONS(2803), + [sym_float_literal] = ACTIONS(2803), + [sym_rune_literal] = ACTIONS(2803), + [anon_sym_AT] = ACTIONS(2803), + [anon_sym_shared] = ACTIONS(2803), + [anon_sym_map_LBRACK] = ACTIONS(2803), + [anon_sym_chan] = ACTIONS(2803), + [anon_sym_thread] = ACTIONS(2803), + [anon_sym_atomic] = ACTIONS(2803), + [anon_sym_assert] = ACTIONS(2803), + [anon_sym_defer] = ACTIONS(2803), + [anon_sym_goto] = ACTIONS(2803), + [anon_sym_break] = ACTIONS(2803), + [anon_sym_continue] = ACTIONS(2803), + [anon_sym_return] = ACTIONS(2803), + [anon_sym_DOLLARfor] = ACTIONS(2803), + [anon_sym_for] = ACTIONS(2803), + [anon_sym_POUND] = ACTIONS(2803), + [anon_sym_asm] = ACTIONS(2803), + [anon_sym_AT_LBRACK] = ACTIONS(2803), + [sym___double_quote] = ACTIONS(2803), + [sym___single_quote] = ACTIONS(2803), + [sym___c_double_quote] = ACTIONS(2803), + [sym___c_single_quote] = ACTIONS(2803), + [sym___r_double_quote] = ACTIONS(2803), + [sym___r_single_quote] = ACTIONS(2803), }, - [1072] = { - [ts_builtin_sym_end] = ACTIONS(2854), - [sym_identifier] = ACTIONS(2856), - [anon_sym_LF] = ACTIONS(2856), - [anon_sym_CR] = ACTIONS(2856), - [anon_sym_CR_LF] = ACTIONS(2856), + [1064] = { + [ts_builtin_sym_end] = ACTIONS(2861), + [sym_identifier] = ACTIONS(2863), + [anon_sym_LF] = ACTIONS(2863), + [anon_sym_CR] = ACTIONS(2863), + [anon_sym_CR_LF] = ACTIONS(2863), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2856), - [anon_sym_as] = ACTIONS(2856), - [anon_sym_LBRACE] = ACTIONS(2856), - [anon_sym_COMMA] = ACTIONS(2856), - [anon_sym_const] = ACTIONS(2856), - [anon_sym_LPAREN] = ACTIONS(2856), - [anon_sym___global] = ACTIONS(2856), - [anon_sym_type] = ACTIONS(2856), - [anon_sym_PIPE] = ACTIONS(2856), - [anon_sym_fn] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2856), - [anon_sym_SLASH] = ACTIONS(2856), - [anon_sym_PERCENT] = ACTIONS(2856), - [anon_sym_LT] = ACTIONS(2856), - [anon_sym_GT] = ACTIONS(2856), - [anon_sym_EQ_EQ] = ACTIONS(2856), - [anon_sym_BANG_EQ] = ACTIONS(2856), - [anon_sym_LT_EQ] = ACTIONS(2856), - [anon_sym_GT_EQ] = ACTIONS(2856), - [anon_sym_LBRACK] = ACTIONS(2854), - [anon_sym_struct] = ACTIONS(2856), - [anon_sym_union] = ACTIONS(2856), - [anon_sym_pub] = ACTIONS(2856), - [anon_sym_mut] = ACTIONS(2856), - [anon_sym_enum] = ACTIONS(2856), - [anon_sym_interface] = ACTIONS(2856), - [anon_sym_PLUS_PLUS] = ACTIONS(2856), - [anon_sym_DASH_DASH] = ACTIONS(2856), - [anon_sym_QMARK] = ACTIONS(2856), - [anon_sym_BANG] = ACTIONS(2856), - [anon_sym_go] = ACTIONS(2856), - [anon_sym_spawn] = ACTIONS(2856), - [anon_sym_json_DOTdecode] = ACTIONS(2856), - [anon_sym_LBRACK2] = ACTIONS(2856), - [anon_sym_TILDE] = ACTIONS(2856), - [anon_sym_CARET] = ACTIONS(2856), - [anon_sym_AMP] = ACTIONS(2856), - [anon_sym_LT_DASH] = ACTIONS(2856), - [anon_sym_LT_LT] = ACTIONS(2856), - [anon_sym_GT_GT] = ACTIONS(2856), - [anon_sym_GT_GT_GT] = ACTIONS(2856), - [anon_sym_AMP_CARET] = ACTIONS(2856), - [anon_sym_AMP_AMP] = ACTIONS(2856), - [anon_sym_PIPE_PIPE] = ACTIONS(2856), - [anon_sym_or] = ACTIONS(2856), - [sym_none] = ACTIONS(2856), - [sym_true] = ACTIONS(2856), - [sym_false] = ACTIONS(2856), - [sym_nil] = ACTIONS(2856), - [anon_sym_QMARK_DOT] = ACTIONS(2856), - [anon_sym_POUND_LBRACK] = ACTIONS(2856), - [anon_sym_if] = ACTIONS(2856), - [anon_sym_DOLLARif] = ACTIONS(2856), - [anon_sym_is] = ACTIONS(2856), - [anon_sym_BANGis] = ACTIONS(2856), - [anon_sym_in] = ACTIONS(2856), - [anon_sym_BANGin] = ACTIONS(2856), - [anon_sym_match] = ACTIONS(2856), - [anon_sym_select] = ACTIONS(2856), - [anon_sym_lock] = ACTIONS(2856), - [anon_sym_rlock] = ACTIONS(2856), - [anon_sym_unsafe] = ACTIONS(2856), - [anon_sym_sql] = ACTIONS(2856), - [sym_int_literal] = ACTIONS(2856), - [sym_float_literal] = ACTIONS(2856), - [sym_rune_literal] = ACTIONS(2856), - [anon_sym_AT] = ACTIONS(2856), - [anon_sym_shared] = ACTIONS(2856), - [anon_sym_map_LBRACK] = ACTIONS(2856), - [anon_sym_chan] = ACTIONS(2856), - [anon_sym_thread] = ACTIONS(2856), - [anon_sym_atomic] = ACTIONS(2856), - [anon_sym_assert] = ACTIONS(2856), - [anon_sym_defer] = ACTIONS(2856), - [anon_sym_goto] = ACTIONS(2856), - [anon_sym_break] = ACTIONS(2856), - [anon_sym_continue] = ACTIONS(2856), - [anon_sym_return] = ACTIONS(2856), - [anon_sym_DOLLARfor] = ACTIONS(2856), - [anon_sym_for] = ACTIONS(2856), - [anon_sym_POUND] = ACTIONS(2856), - [anon_sym_asm] = ACTIONS(2856), - [anon_sym_AT_LBRACK] = ACTIONS(2856), - [sym___double_quote] = ACTIONS(2856), - [sym___single_quote] = ACTIONS(2856), - [sym___c_double_quote] = ACTIONS(2856), - [sym___c_single_quote] = ACTIONS(2856), - [sym___r_double_quote] = ACTIONS(2856), - [sym___r_single_quote] = ACTIONS(2856), + [anon_sym_DOT] = ACTIONS(2863), + [anon_sym_as] = ACTIONS(2863), + [anon_sym_LBRACE] = ACTIONS(2863), + [anon_sym_COMMA] = ACTIONS(2863), + [anon_sym_const] = ACTIONS(2863), + [anon_sym_LPAREN] = ACTIONS(2863), + [anon_sym___global] = ACTIONS(2863), + [anon_sym_type] = ACTIONS(2863), + [anon_sym_PIPE] = ACTIONS(2863), + [anon_sym_fn] = ACTIONS(2863), + [anon_sym_PLUS] = ACTIONS(2863), + [anon_sym_DASH] = ACTIONS(2863), + [anon_sym_STAR] = ACTIONS(2863), + [anon_sym_SLASH] = ACTIONS(2863), + [anon_sym_PERCENT] = ACTIONS(2863), + [anon_sym_LT] = ACTIONS(2863), + [anon_sym_GT] = ACTIONS(2863), + [anon_sym_EQ_EQ] = ACTIONS(2863), + [anon_sym_BANG_EQ] = ACTIONS(2863), + [anon_sym_LT_EQ] = ACTIONS(2863), + [anon_sym_GT_EQ] = ACTIONS(2863), + [anon_sym_LBRACK] = ACTIONS(2861), + [anon_sym_LT2] = ACTIONS(2863), + [anon_sym_struct] = ACTIONS(2863), + [anon_sym_union] = ACTIONS(2863), + [anon_sym_pub] = ACTIONS(2863), + [anon_sym_mut] = ACTIONS(2863), + [anon_sym_enum] = ACTIONS(2863), + [anon_sym_interface] = ACTIONS(2863), + [anon_sym_PLUS_PLUS] = ACTIONS(2863), + [anon_sym_DASH_DASH] = ACTIONS(2863), + [anon_sym_QMARK] = ACTIONS(2863), + [anon_sym_BANG] = ACTIONS(2863), + [anon_sym_go] = ACTIONS(2863), + [anon_sym_spawn] = ACTIONS(2863), + [anon_sym_json_DOTdecode] = ACTIONS(2863), + [anon_sym_LBRACK2] = ACTIONS(2863), + [anon_sym_TILDE] = ACTIONS(2863), + [anon_sym_CARET] = ACTIONS(2863), + [anon_sym_AMP] = ACTIONS(2863), + [anon_sym_LT_DASH] = ACTIONS(2863), + [anon_sym_LT_LT] = ACTIONS(2863), + [anon_sym_GT_GT] = ACTIONS(2863), + [anon_sym_GT_GT_GT] = ACTIONS(2863), + [anon_sym_AMP_CARET] = ACTIONS(2863), + [anon_sym_AMP_AMP] = ACTIONS(2863), + [anon_sym_PIPE_PIPE] = ACTIONS(2863), + [anon_sym_or] = ACTIONS(2863), + [sym_none] = ACTIONS(2863), + [sym_true] = ACTIONS(2863), + [sym_false] = ACTIONS(2863), + [sym_nil] = ACTIONS(2863), + [anon_sym_QMARK_DOT] = ACTIONS(2863), + [anon_sym_POUND_LBRACK] = ACTIONS(2863), + [anon_sym_if] = ACTIONS(2863), + [anon_sym_DOLLARif] = ACTIONS(2863), + [anon_sym_is] = ACTIONS(2863), + [anon_sym_BANGis] = ACTIONS(2863), + [anon_sym_in] = ACTIONS(2863), + [anon_sym_BANGin] = ACTIONS(2863), + [anon_sym_match] = ACTIONS(2863), + [anon_sym_select] = ACTIONS(2863), + [anon_sym_lock] = ACTIONS(2863), + [anon_sym_rlock] = ACTIONS(2863), + [anon_sym_unsafe] = ACTIONS(2863), + [anon_sym_sql] = ACTIONS(2863), + [sym_int_literal] = ACTIONS(2863), + [sym_float_literal] = ACTIONS(2863), + [sym_rune_literal] = ACTIONS(2863), + [anon_sym_AT] = ACTIONS(2863), + [anon_sym_shared] = ACTIONS(2863), + [anon_sym_map_LBRACK] = ACTIONS(2863), + [anon_sym_chan] = ACTIONS(2863), + [anon_sym_thread] = ACTIONS(2863), + [anon_sym_atomic] = ACTIONS(2863), + [anon_sym_assert] = ACTIONS(2863), + [anon_sym_defer] = ACTIONS(2863), + [anon_sym_goto] = ACTIONS(2863), + [anon_sym_break] = ACTIONS(2863), + [anon_sym_continue] = ACTIONS(2863), + [anon_sym_return] = ACTIONS(2863), + [anon_sym_DOLLARfor] = ACTIONS(2863), + [anon_sym_for] = ACTIONS(2863), + [anon_sym_POUND] = ACTIONS(2863), + [anon_sym_asm] = ACTIONS(2863), + [anon_sym_AT_LBRACK] = ACTIONS(2863), + [sym___double_quote] = ACTIONS(2863), + [sym___single_quote] = ACTIONS(2863), + [sym___c_double_quote] = ACTIONS(2863), + [sym___c_single_quote] = ACTIONS(2863), + [sym___r_double_quote] = ACTIONS(2863), + [sym___r_single_quote] = ACTIONS(2863), }, - [1073] = { - [ts_builtin_sym_end] = ACTIONS(3047), - [sym_identifier] = ACTIONS(3049), - [anon_sym_LF] = ACTIONS(3049), - [anon_sym_CR] = ACTIONS(3049), - [anon_sym_CR_LF] = ACTIONS(3049), + [1065] = { + [ts_builtin_sym_end] = ACTIONS(2853), + [sym_identifier] = ACTIONS(2855), + [anon_sym_LF] = ACTIONS(2855), + [anon_sym_CR] = ACTIONS(2855), + [anon_sym_CR_LF] = ACTIONS(2855), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3049), - [anon_sym_as] = ACTIONS(3049), - [anon_sym_LBRACE] = ACTIONS(3049), - [anon_sym_COMMA] = ACTIONS(3049), - [anon_sym_const] = ACTIONS(3049), - [anon_sym_LPAREN] = ACTIONS(3049), - [anon_sym___global] = ACTIONS(3049), - [anon_sym_type] = ACTIONS(3049), - [anon_sym_PIPE] = ACTIONS(3049), - [anon_sym_fn] = ACTIONS(3049), - [anon_sym_PLUS] = ACTIONS(3049), - [anon_sym_DASH] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3049), - [anon_sym_SLASH] = ACTIONS(3049), - [anon_sym_PERCENT] = ACTIONS(3049), - [anon_sym_LT] = ACTIONS(3049), - [anon_sym_GT] = ACTIONS(3049), - [anon_sym_EQ_EQ] = ACTIONS(3049), - [anon_sym_BANG_EQ] = ACTIONS(3049), - [anon_sym_LT_EQ] = ACTIONS(3049), - [anon_sym_GT_EQ] = ACTIONS(3049), - [anon_sym_LBRACK] = ACTIONS(3047), - [anon_sym_struct] = ACTIONS(3049), - [anon_sym_union] = ACTIONS(3049), - [anon_sym_pub] = ACTIONS(3049), - [anon_sym_mut] = ACTIONS(3049), - [anon_sym_enum] = ACTIONS(3049), - [anon_sym_interface] = ACTIONS(3049), - [anon_sym_PLUS_PLUS] = ACTIONS(3049), - [anon_sym_DASH_DASH] = ACTIONS(3049), - [anon_sym_QMARK] = ACTIONS(3049), - [anon_sym_BANG] = ACTIONS(3049), - [anon_sym_go] = ACTIONS(3049), - [anon_sym_spawn] = ACTIONS(3049), - [anon_sym_json_DOTdecode] = ACTIONS(3049), - [anon_sym_LBRACK2] = ACTIONS(3049), - [anon_sym_TILDE] = ACTIONS(3049), - [anon_sym_CARET] = ACTIONS(3049), - [anon_sym_AMP] = ACTIONS(3049), - [anon_sym_LT_DASH] = ACTIONS(3049), - [anon_sym_LT_LT] = ACTIONS(3049), - [anon_sym_GT_GT] = ACTIONS(3049), - [anon_sym_GT_GT_GT] = ACTIONS(3049), - [anon_sym_AMP_CARET] = ACTIONS(3049), - [anon_sym_AMP_AMP] = ACTIONS(3049), - [anon_sym_PIPE_PIPE] = ACTIONS(3049), - [anon_sym_or] = ACTIONS(3049), - [sym_none] = ACTIONS(3049), - [sym_true] = ACTIONS(3049), - [sym_false] = ACTIONS(3049), - [sym_nil] = ACTIONS(3049), - [anon_sym_QMARK_DOT] = ACTIONS(3049), - [anon_sym_POUND_LBRACK] = ACTIONS(3049), - [anon_sym_if] = ACTIONS(3049), - [anon_sym_DOLLARif] = ACTIONS(3049), - [anon_sym_is] = ACTIONS(3049), - [anon_sym_BANGis] = ACTIONS(3049), - [anon_sym_in] = ACTIONS(3049), - [anon_sym_BANGin] = ACTIONS(3049), - [anon_sym_match] = ACTIONS(3049), - [anon_sym_select] = ACTIONS(3049), - [anon_sym_lock] = ACTIONS(3049), - [anon_sym_rlock] = ACTIONS(3049), - [anon_sym_unsafe] = ACTIONS(3049), - [anon_sym_sql] = ACTIONS(3049), - [sym_int_literal] = ACTIONS(3049), - [sym_float_literal] = ACTIONS(3049), - [sym_rune_literal] = ACTIONS(3049), - [anon_sym_AT] = ACTIONS(3049), - [anon_sym_shared] = ACTIONS(3049), - [anon_sym_map_LBRACK] = ACTIONS(3049), - [anon_sym_chan] = ACTIONS(3049), - [anon_sym_thread] = ACTIONS(3049), - [anon_sym_atomic] = ACTIONS(3049), - [anon_sym_assert] = ACTIONS(3049), - [anon_sym_defer] = ACTIONS(3049), - [anon_sym_goto] = ACTIONS(3049), - [anon_sym_break] = ACTIONS(3049), - [anon_sym_continue] = ACTIONS(3049), - [anon_sym_return] = ACTIONS(3049), - [anon_sym_DOLLARfor] = ACTIONS(3049), - [anon_sym_for] = ACTIONS(3049), - [anon_sym_POUND] = ACTIONS(3049), - [anon_sym_asm] = ACTIONS(3049), - [anon_sym_AT_LBRACK] = ACTIONS(3049), - [sym___double_quote] = ACTIONS(3049), - [sym___single_quote] = ACTIONS(3049), - [sym___c_double_quote] = ACTIONS(3049), - [sym___c_single_quote] = ACTIONS(3049), - [sym___r_double_quote] = ACTIONS(3049), - [sym___r_single_quote] = ACTIONS(3049), + [anon_sym_DOT] = ACTIONS(2855), + [anon_sym_as] = ACTIONS(2855), + [anon_sym_LBRACE] = ACTIONS(2855), + [anon_sym_COMMA] = ACTIONS(2855), + [anon_sym_const] = ACTIONS(2855), + [anon_sym_LPAREN] = ACTIONS(2855), + [anon_sym___global] = ACTIONS(2855), + [anon_sym_type] = ACTIONS(2855), + [anon_sym_PIPE] = ACTIONS(2855), + [anon_sym_fn] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2855), + [anon_sym_DASH] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2855), + [anon_sym_SLASH] = ACTIONS(2855), + [anon_sym_PERCENT] = ACTIONS(2855), + [anon_sym_LT] = ACTIONS(2855), + [anon_sym_GT] = ACTIONS(2855), + [anon_sym_EQ_EQ] = ACTIONS(2855), + [anon_sym_BANG_EQ] = ACTIONS(2855), + [anon_sym_LT_EQ] = ACTIONS(2855), + [anon_sym_GT_EQ] = ACTIONS(2855), + [anon_sym_LBRACK] = ACTIONS(2853), + [anon_sym_LT2] = ACTIONS(2855), + [anon_sym_struct] = ACTIONS(2855), + [anon_sym_union] = ACTIONS(2855), + [anon_sym_pub] = ACTIONS(2855), + [anon_sym_mut] = ACTIONS(2855), + [anon_sym_enum] = ACTIONS(2855), + [anon_sym_interface] = ACTIONS(2855), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_QMARK] = ACTIONS(2855), + [anon_sym_BANG] = ACTIONS(2855), + [anon_sym_go] = ACTIONS(2855), + [anon_sym_spawn] = ACTIONS(2855), + [anon_sym_json_DOTdecode] = ACTIONS(2855), + [anon_sym_LBRACK2] = ACTIONS(2855), + [anon_sym_TILDE] = ACTIONS(2855), + [anon_sym_CARET] = ACTIONS(2855), + [anon_sym_AMP] = ACTIONS(2855), + [anon_sym_LT_DASH] = ACTIONS(2855), + [anon_sym_LT_LT] = ACTIONS(2855), + [anon_sym_GT_GT] = ACTIONS(2855), + [anon_sym_GT_GT_GT] = ACTIONS(2855), + [anon_sym_AMP_CARET] = ACTIONS(2855), + [anon_sym_AMP_AMP] = ACTIONS(2855), + [anon_sym_PIPE_PIPE] = ACTIONS(2855), + [anon_sym_or] = ACTIONS(2855), + [sym_none] = ACTIONS(2855), + [sym_true] = ACTIONS(2855), + [sym_false] = ACTIONS(2855), + [sym_nil] = ACTIONS(2855), + [anon_sym_QMARK_DOT] = ACTIONS(2855), + [anon_sym_POUND_LBRACK] = ACTIONS(2855), + [anon_sym_if] = ACTIONS(2855), + [anon_sym_DOLLARif] = ACTIONS(2855), + [anon_sym_is] = ACTIONS(2855), + [anon_sym_BANGis] = ACTIONS(2855), + [anon_sym_in] = ACTIONS(2855), + [anon_sym_BANGin] = ACTIONS(2855), + [anon_sym_match] = ACTIONS(2855), + [anon_sym_select] = ACTIONS(2855), + [anon_sym_lock] = ACTIONS(2855), + [anon_sym_rlock] = ACTIONS(2855), + [anon_sym_unsafe] = ACTIONS(2855), + [anon_sym_sql] = ACTIONS(2855), + [sym_int_literal] = ACTIONS(2855), + [sym_float_literal] = ACTIONS(2855), + [sym_rune_literal] = ACTIONS(2855), + [anon_sym_AT] = ACTIONS(2855), + [anon_sym_shared] = ACTIONS(2855), + [anon_sym_map_LBRACK] = ACTIONS(2855), + [anon_sym_chan] = ACTIONS(2855), + [anon_sym_thread] = ACTIONS(2855), + [anon_sym_atomic] = ACTIONS(2855), + [anon_sym_assert] = ACTIONS(2855), + [anon_sym_defer] = ACTIONS(2855), + [anon_sym_goto] = ACTIONS(2855), + [anon_sym_break] = ACTIONS(2855), + [anon_sym_continue] = ACTIONS(2855), + [anon_sym_return] = ACTIONS(2855), + [anon_sym_DOLLARfor] = ACTIONS(2855), + [anon_sym_for] = ACTIONS(2855), + [anon_sym_POUND] = ACTIONS(2855), + [anon_sym_asm] = ACTIONS(2855), + [anon_sym_AT_LBRACK] = ACTIONS(2855), + [sym___double_quote] = ACTIONS(2855), + [sym___single_quote] = ACTIONS(2855), + [sym___c_double_quote] = ACTIONS(2855), + [sym___c_single_quote] = ACTIONS(2855), + [sym___r_double_quote] = ACTIONS(2855), + [sym___r_single_quote] = ACTIONS(2855), }, - [1074] = { - [ts_builtin_sym_end] = ACTIONS(2782), - [sym_identifier] = ACTIONS(2784), - [anon_sym_LF] = ACTIONS(2784), - [anon_sym_CR] = ACTIONS(2784), - [anon_sym_CR_LF] = ACTIONS(2784), + [1066] = { + [ts_builtin_sym_end] = ACTIONS(2857), + [sym_identifier] = ACTIONS(2859), + [anon_sym_LF] = ACTIONS(2859), + [anon_sym_CR] = ACTIONS(2859), + [anon_sym_CR_LF] = ACTIONS(2859), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2784), - [anon_sym_as] = ACTIONS(2784), - [anon_sym_LBRACE] = ACTIONS(2784), - [anon_sym_COMMA] = ACTIONS(2784), - [anon_sym_const] = ACTIONS(2784), - [anon_sym_LPAREN] = ACTIONS(2784), - [anon_sym___global] = ACTIONS(2784), - [anon_sym_type] = ACTIONS(2784), - [anon_sym_PIPE] = ACTIONS(2784), - [anon_sym_fn] = ACTIONS(2784), - [anon_sym_PLUS] = ACTIONS(2784), - [anon_sym_DASH] = ACTIONS(2784), - [anon_sym_STAR] = ACTIONS(2784), - [anon_sym_SLASH] = ACTIONS(2784), - [anon_sym_PERCENT] = ACTIONS(2784), - [anon_sym_LT] = ACTIONS(2784), - [anon_sym_GT] = ACTIONS(2784), - [anon_sym_EQ_EQ] = ACTIONS(2784), - [anon_sym_BANG_EQ] = ACTIONS(2784), - [anon_sym_LT_EQ] = ACTIONS(2784), - [anon_sym_GT_EQ] = ACTIONS(2784), - [anon_sym_LBRACK] = ACTIONS(2782), - [anon_sym_struct] = ACTIONS(2784), - [anon_sym_union] = ACTIONS(2784), - [anon_sym_pub] = ACTIONS(2784), - [anon_sym_mut] = ACTIONS(2784), - [anon_sym_enum] = ACTIONS(2784), - [anon_sym_interface] = ACTIONS(2784), - [anon_sym_PLUS_PLUS] = ACTIONS(2784), - [anon_sym_DASH_DASH] = ACTIONS(2784), - [anon_sym_QMARK] = ACTIONS(2784), - [anon_sym_BANG] = ACTIONS(2784), - [anon_sym_go] = ACTIONS(2784), - [anon_sym_spawn] = ACTIONS(2784), - [anon_sym_json_DOTdecode] = ACTIONS(2784), - [anon_sym_LBRACK2] = ACTIONS(2784), - [anon_sym_TILDE] = ACTIONS(2784), - [anon_sym_CARET] = ACTIONS(2784), - [anon_sym_AMP] = ACTIONS(2784), - [anon_sym_LT_DASH] = ACTIONS(2784), - [anon_sym_LT_LT] = ACTIONS(2784), - [anon_sym_GT_GT] = ACTIONS(2784), - [anon_sym_GT_GT_GT] = ACTIONS(2784), - [anon_sym_AMP_CARET] = ACTIONS(2784), - [anon_sym_AMP_AMP] = ACTIONS(2784), - [anon_sym_PIPE_PIPE] = ACTIONS(2784), - [anon_sym_or] = ACTIONS(2784), - [sym_none] = ACTIONS(2784), - [sym_true] = ACTIONS(2784), - [sym_false] = ACTIONS(2784), - [sym_nil] = ACTIONS(2784), - [anon_sym_QMARK_DOT] = ACTIONS(2784), - [anon_sym_POUND_LBRACK] = ACTIONS(2784), - [anon_sym_if] = ACTIONS(2784), - [anon_sym_DOLLARif] = ACTIONS(2784), - [anon_sym_is] = ACTIONS(2784), - [anon_sym_BANGis] = ACTIONS(2784), - [anon_sym_in] = ACTIONS(2784), - [anon_sym_BANGin] = ACTIONS(2784), - [anon_sym_match] = ACTIONS(2784), - [anon_sym_select] = ACTIONS(2784), - [anon_sym_lock] = ACTIONS(2784), - [anon_sym_rlock] = ACTIONS(2784), - [anon_sym_unsafe] = ACTIONS(2784), - [anon_sym_sql] = ACTIONS(2784), - [sym_int_literal] = ACTIONS(2784), - [sym_float_literal] = ACTIONS(2784), - [sym_rune_literal] = ACTIONS(2784), - [anon_sym_AT] = ACTIONS(2784), - [anon_sym_shared] = ACTIONS(2784), - [anon_sym_map_LBRACK] = ACTIONS(2784), - [anon_sym_chan] = ACTIONS(2784), - [anon_sym_thread] = ACTIONS(2784), - [anon_sym_atomic] = ACTIONS(2784), - [anon_sym_assert] = ACTIONS(2784), - [anon_sym_defer] = ACTIONS(2784), - [anon_sym_goto] = ACTIONS(2784), - [anon_sym_break] = ACTIONS(2784), - [anon_sym_continue] = ACTIONS(2784), - [anon_sym_return] = ACTIONS(2784), - [anon_sym_DOLLARfor] = ACTIONS(2784), - [anon_sym_for] = ACTIONS(2784), - [anon_sym_POUND] = ACTIONS(2784), - [anon_sym_asm] = ACTIONS(2784), - [anon_sym_AT_LBRACK] = ACTIONS(2784), - [sym___double_quote] = ACTIONS(2784), - [sym___single_quote] = ACTIONS(2784), - [sym___c_double_quote] = ACTIONS(2784), - [sym___c_single_quote] = ACTIONS(2784), - [sym___r_double_quote] = ACTIONS(2784), - [sym___r_single_quote] = ACTIONS(2784), + [anon_sym_DOT] = ACTIONS(2859), + [anon_sym_as] = ACTIONS(2859), + [anon_sym_LBRACE] = ACTIONS(2859), + [anon_sym_COMMA] = ACTIONS(2859), + [anon_sym_const] = ACTIONS(2859), + [anon_sym_LPAREN] = ACTIONS(2859), + [anon_sym___global] = ACTIONS(2859), + [anon_sym_type] = ACTIONS(2859), + [anon_sym_PIPE] = ACTIONS(2859), + [anon_sym_fn] = ACTIONS(2859), + [anon_sym_PLUS] = ACTIONS(2859), + [anon_sym_DASH] = ACTIONS(2859), + [anon_sym_STAR] = ACTIONS(2859), + [anon_sym_SLASH] = ACTIONS(2859), + [anon_sym_PERCENT] = ACTIONS(2859), + [anon_sym_LT] = ACTIONS(2859), + [anon_sym_GT] = ACTIONS(2859), + [anon_sym_EQ_EQ] = ACTIONS(2859), + [anon_sym_BANG_EQ] = ACTIONS(2859), + [anon_sym_LT_EQ] = ACTIONS(2859), + [anon_sym_GT_EQ] = ACTIONS(2859), + [anon_sym_LBRACK] = ACTIONS(2857), + [anon_sym_LT2] = ACTIONS(2859), + [anon_sym_struct] = ACTIONS(2859), + [anon_sym_union] = ACTIONS(2859), + [anon_sym_pub] = ACTIONS(2859), + [anon_sym_mut] = ACTIONS(2859), + [anon_sym_enum] = ACTIONS(2859), + [anon_sym_interface] = ACTIONS(2859), + [anon_sym_PLUS_PLUS] = ACTIONS(2859), + [anon_sym_DASH_DASH] = ACTIONS(2859), + [anon_sym_QMARK] = ACTIONS(2859), + [anon_sym_BANG] = ACTIONS(2859), + [anon_sym_go] = ACTIONS(2859), + [anon_sym_spawn] = ACTIONS(2859), + [anon_sym_json_DOTdecode] = ACTIONS(2859), + [anon_sym_LBRACK2] = ACTIONS(2859), + [anon_sym_TILDE] = ACTIONS(2859), + [anon_sym_CARET] = ACTIONS(2859), + [anon_sym_AMP] = ACTIONS(2859), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_LT_LT] = ACTIONS(2859), + [anon_sym_GT_GT] = ACTIONS(2859), + [anon_sym_GT_GT_GT] = ACTIONS(2859), + [anon_sym_AMP_CARET] = ACTIONS(2859), + [anon_sym_AMP_AMP] = ACTIONS(2859), + [anon_sym_PIPE_PIPE] = ACTIONS(2859), + [anon_sym_or] = ACTIONS(2859), + [sym_none] = ACTIONS(2859), + [sym_true] = ACTIONS(2859), + [sym_false] = ACTIONS(2859), + [sym_nil] = ACTIONS(2859), + [anon_sym_QMARK_DOT] = ACTIONS(2859), + [anon_sym_POUND_LBRACK] = ACTIONS(2859), + [anon_sym_if] = ACTIONS(2859), + [anon_sym_DOLLARif] = ACTIONS(2859), + [anon_sym_is] = ACTIONS(2859), + [anon_sym_BANGis] = ACTIONS(2859), + [anon_sym_in] = ACTIONS(2859), + [anon_sym_BANGin] = ACTIONS(2859), + [anon_sym_match] = ACTIONS(2859), + [anon_sym_select] = ACTIONS(2859), + [anon_sym_lock] = ACTIONS(2859), + [anon_sym_rlock] = ACTIONS(2859), + [anon_sym_unsafe] = ACTIONS(2859), + [anon_sym_sql] = ACTIONS(2859), + [sym_int_literal] = ACTIONS(2859), + [sym_float_literal] = ACTIONS(2859), + [sym_rune_literal] = ACTIONS(2859), + [anon_sym_AT] = ACTIONS(2859), + [anon_sym_shared] = ACTIONS(2859), + [anon_sym_map_LBRACK] = ACTIONS(2859), + [anon_sym_chan] = ACTIONS(2859), + [anon_sym_thread] = ACTIONS(2859), + [anon_sym_atomic] = ACTIONS(2859), + [anon_sym_assert] = ACTIONS(2859), + [anon_sym_defer] = ACTIONS(2859), + [anon_sym_goto] = ACTIONS(2859), + [anon_sym_break] = ACTIONS(2859), + [anon_sym_continue] = ACTIONS(2859), + [anon_sym_return] = ACTIONS(2859), + [anon_sym_DOLLARfor] = ACTIONS(2859), + [anon_sym_for] = ACTIONS(2859), + [anon_sym_POUND] = ACTIONS(2859), + [anon_sym_asm] = ACTIONS(2859), + [anon_sym_AT_LBRACK] = ACTIONS(2859), + [sym___double_quote] = ACTIONS(2859), + [sym___single_quote] = ACTIONS(2859), + [sym___c_double_quote] = ACTIONS(2859), + [sym___c_single_quote] = ACTIONS(2859), + [sym___r_double_quote] = ACTIONS(2859), + [sym___r_single_quote] = ACTIONS(2859), }, - [1075] = { - [ts_builtin_sym_end] = ACTIONS(2842), - [sym_identifier] = ACTIONS(2844), - [anon_sym_LF] = ACTIONS(2844), - [anon_sym_CR] = ACTIONS(2844), - [anon_sym_CR_LF] = ACTIONS(2844), + [1067] = { + [ts_builtin_sym_end] = ACTIONS(2997), + [sym_identifier] = ACTIONS(2999), + [anon_sym_LF] = ACTIONS(2999), + [anon_sym_CR] = ACTIONS(2999), + [anon_sym_CR_LF] = ACTIONS(2999), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2844), - [anon_sym_as] = ACTIONS(2844), - [anon_sym_LBRACE] = ACTIONS(2844), - [anon_sym_COMMA] = ACTIONS(2844), - [anon_sym_const] = ACTIONS(2844), - [anon_sym_LPAREN] = ACTIONS(2844), - [anon_sym___global] = ACTIONS(2844), - [anon_sym_type] = ACTIONS(2844), - [anon_sym_PIPE] = ACTIONS(2844), - [anon_sym_fn] = ACTIONS(2844), - [anon_sym_PLUS] = ACTIONS(2844), - [anon_sym_DASH] = ACTIONS(2844), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_SLASH] = ACTIONS(2844), - [anon_sym_PERCENT] = ACTIONS(2844), - [anon_sym_LT] = ACTIONS(2844), - [anon_sym_GT] = ACTIONS(2844), - [anon_sym_EQ_EQ] = ACTIONS(2844), - [anon_sym_BANG_EQ] = ACTIONS(2844), - [anon_sym_LT_EQ] = ACTIONS(2844), - [anon_sym_GT_EQ] = ACTIONS(2844), - [anon_sym_LBRACK] = ACTIONS(2842), - [anon_sym_struct] = ACTIONS(2844), - [anon_sym_union] = ACTIONS(2844), - [anon_sym_pub] = ACTIONS(2844), - [anon_sym_mut] = ACTIONS(2844), - [anon_sym_enum] = ACTIONS(2844), - [anon_sym_interface] = ACTIONS(2844), - [anon_sym_PLUS_PLUS] = ACTIONS(2844), - [anon_sym_DASH_DASH] = ACTIONS(2844), - [anon_sym_QMARK] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2844), - [anon_sym_go] = ACTIONS(2844), - [anon_sym_spawn] = ACTIONS(2844), - [anon_sym_json_DOTdecode] = ACTIONS(2844), - [anon_sym_LBRACK2] = ACTIONS(2844), - [anon_sym_TILDE] = ACTIONS(2844), - [anon_sym_CARET] = ACTIONS(2844), - [anon_sym_AMP] = ACTIONS(2844), - [anon_sym_LT_DASH] = ACTIONS(2844), - [anon_sym_LT_LT] = ACTIONS(2844), - [anon_sym_GT_GT] = ACTIONS(2844), - [anon_sym_GT_GT_GT] = ACTIONS(2844), - [anon_sym_AMP_CARET] = ACTIONS(2844), - [anon_sym_AMP_AMP] = ACTIONS(2844), - [anon_sym_PIPE_PIPE] = ACTIONS(2844), - [anon_sym_or] = ACTIONS(2844), - [sym_none] = ACTIONS(2844), - [sym_true] = ACTIONS(2844), - [sym_false] = ACTIONS(2844), - [sym_nil] = ACTIONS(2844), - [anon_sym_QMARK_DOT] = ACTIONS(2844), - [anon_sym_POUND_LBRACK] = ACTIONS(2844), - [anon_sym_if] = ACTIONS(2844), - [anon_sym_DOLLARif] = ACTIONS(2844), - [anon_sym_is] = ACTIONS(2844), - [anon_sym_BANGis] = ACTIONS(2844), - [anon_sym_in] = ACTIONS(2844), - [anon_sym_BANGin] = ACTIONS(2844), - [anon_sym_match] = ACTIONS(2844), - [anon_sym_select] = ACTIONS(2844), - [anon_sym_lock] = ACTIONS(2844), - [anon_sym_rlock] = ACTIONS(2844), - [anon_sym_unsafe] = ACTIONS(2844), - [anon_sym_sql] = ACTIONS(2844), - [sym_int_literal] = ACTIONS(2844), - [sym_float_literal] = ACTIONS(2844), - [sym_rune_literal] = ACTIONS(2844), - [anon_sym_AT] = ACTIONS(2844), - [anon_sym_shared] = ACTIONS(2844), - [anon_sym_map_LBRACK] = ACTIONS(2844), - [anon_sym_chan] = ACTIONS(2844), - [anon_sym_thread] = ACTIONS(2844), - [anon_sym_atomic] = ACTIONS(2844), - [anon_sym_assert] = ACTIONS(2844), - [anon_sym_defer] = ACTIONS(2844), - [anon_sym_goto] = ACTIONS(2844), - [anon_sym_break] = ACTIONS(2844), - [anon_sym_continue] = ACTIONS(2844), - [anon_sym_return] = ACTIONS(2844), - [anon_sym_DOLLARfor] = ACTIONS(2844), - [anon_sym_for] = ACTIONS(2844), - [anon_sym_POUND] = ACTIONS(2844), - [anon_sym_asm] = ACTIONS(2844), - [anon_sym_AT_LBRACK] = ACTIONS(2844), - [sym___double_quote] = ACTIONS(2844), - [sym___single_quote] = ACTIONS(2844), - [sym___c_double_quote] = ACTIONS(2844), - [sym___c_single_quote] = ACTIONS(2844), - [sym___r_double_quote] = ACTIONS(2844), - [sym___r_single_quote] = ACTIONS(2844), + [anon_sym_DOT] = ACTIONS(2999), + [anon_sym_as] = ACTIONS(2999), + [anon_sym_LBRACE] = ACTIONS(2999), + [anon_sym_COMMA] = ACTIONS(2999), + [anon_sym_const] = ACTIONS(2999), + [anon_sym_LPAREN] = ACTIONS(2999), + [anon_sym___global] = ACTIONS(2999), + [anon_sym_type] = ACTIONS(2999), + [anon_sym_PIPE] = ACTIONS(2999), + [anon_sym_fn] = ACTIONS(2999), + [anon_sym_PLUS] = ACTIONS(2999), + [anon_sym_DASH] = ACTIONS(2999), + [anon_sym_STAR] = ACTIONS(2999), + [anon_sym_SLASH] = ACTIONS(2999), + [anon_sym_PERCENT] = ACTIONS(2999), + [anon_sym_LT] = ACTIONS(2999), + [anon_sym_GT] = ACTIONS(2999), + [anon_sym_EQ_EQ] = ACTIONS(2999), + [anon_sym_BANG_EQ] = ACTIONS(2999), + [anon_sym_LT_EQ] = ACTIONS(2999), + [anon_sym_GT_EQ] = ACTIONS(2999), + [anon_sym_LBRACK] = ACTIONS(2997), + [anon_sym_LT2] = ACTIONS(2999), + [anon_sym_struct] = ACTIONS(2999), + [anon_sym_union] = ACTIONS(2999), + [anon_sym_pub] = ACTIONS(2999), + [anon_sym_mut] = ACTIONS(2999), + [anon_sym_enum] = ACTIONS(2999), + [anon_sym_interface] = ACTIONS(2999), + [anon_sym_PLUS_PLUS] = ACTIONS(2999), + [anon_sym_DASH_DASH] = ACTIONS(2999), + [anon_sym_QMARK] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(2999), + [anon_sym_go] = ACTIONS(2999), + [anon_sym_spawn] = ACTIONS(2999), + [anon_sym_json_DOTdecode] = ACTIONS(2999), + [anon_sym_LBRACK2] = ACTIONS(2999), + [anon_sym_TILDE] = ACTIONS(2999), + [anon_sym_CARET] = ACTIONS(2999), + [anon_sym_AMP] = ACTIONS(2999), + [anon_sym_LT_DASH] = ACTIONS(2999), + [anon_sym_LT_LT] = ACTIONS(2999), + [anon_sym_GT_GT] = ACTIONS(2999), + [anon_sym_GT_GT_GT] = ACTIONS(2999), + [anon_sym_AMP_CARET] = ACTIONS(2999), + [anon_sym_AMP_AMP] = ACTIONS(2999), + [anon_sym_PIPE_PIPE] = ACTIONS(2999), + [anon_sym_or] = ACTIONS(2999), + [sym_none] = ACTIONS(2999), + [sym_true] = ACTIONS(2999), + [sym_false] = ACTIONS(2999), + [sym_nil] = ACTIONS(2999), + [anon_sym_QMARK_DOT] = ACTIONS(2999), + [anon_sym_POUND_LBRACK] = ACTIONS(2999), + [anon_sym_if] = ACTIONS(2999), + [anon_sym_DOLLARif] = ACTIONS(2999), + [anon_sym_is] = ACTIONS(2999), + [anon_sym_BANGis] = ACTIONS(2999), + [anon_sym_in] = ACTIONS(2999), + [anon_sym_BANGin] = ACTIONS(2999), + [anon_sym_match] = ACTIONS(2999), + [anon_sym_select] = ACTIONS(2999), + [anon_sym_lock] = ACTIONS(2999), + [anon_sym_rlock] = ACTIONS(2999), + [anon_sym_unsafe] = ACTIONS(2999), + [anon_sym_sql] = ACTIONS(2999), + [sym_int_literal] = ACTIONS(2999), + [sym_float_literal] = ACTIONS(2999), + [sym_rune_literal] = ACTIONS(2999), + [anon_sym_AT] = ACTIONS(2999), + [anon_sym_shared] = ACTIONS(2999), + [anon_sym_map_LBRACK] = ACTIONS(2999), + [anon_sym_chan] = ACTIONS(2999), + [anon_sym_thread] = ACTIONS(2999), + [anon_sym_atomic] = ACTIONS(2999), + [anon_sym_assert] = ACTIONS(2999), + [anon_sym_defer] = ACTIONS(2999), + [anon_sym_goto] = ACTIONS(2999), + [anon_sym_break] = ACTIONS(2999), + [anon_sym_continue] = ACTIONS(2999), + [anon_sym_return] = ACTIONS(2999), + [anon_sym_DOLLARfor] = ACTIONS(2999), + [anon_sym_for] = ACTIONS(2999), + [anon_sym_POUND] = ACTIONS(2999), + [anon_sym_asm] = ACTIONS(2999), + [anon_sym_AT_LBRACK] = ACTIONS(2999), + [sym___double_quote] = ACTIONS(2999), + [sym___single_quote] = ACTIONS(2999), + [sym___c_double_quote] = ACTIONS(2999), + [sym___c_single_quote] = ACTIONS(2999), + [sym___r_double_quote] = ACTIONS(2999), + [sym___r_single_quote] = ACTIONS(2999), }, - [1076] = { - [ts_builtin_sym_end] = ACTIONS(2838), - [sym_identifier] = ACTIONS(2840), - [anon_sym_LF] = ACTIONS(2840), - [anon_sym_CR] = ACTIONS(2840), - [anon_sym_CR_LF] = ACTIONS(2840), + [1068] = { + [ts_builtin_sym_end] = ACTIONS(2865), + [sym_identifier] = ACTIONS(2867), + [anon_sym_LF] = ACTIONS(2867), + [anon_sym_CR] = ACTIONS(2867), + [anon_sym_CR_LF] = ACTIONS(2867), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2840), - [anon_sym_as] = ACTIONS(2840), - [anon_sym_LBRACE] = ACTIONS(2840), - [anon_sym_COMMA] = ACTIONS(2840), - [anon_sym_const] = ACTIONS(2840), - [anon_sym_LPAREN] = ACTIONS(2840), - [anon_sym___global] = ACTIONS(2840), - [anon_sym_type] = ACTIONS(2840), - [anon_sym_PIPE] = ACTIONS(2840), - [anon_sym_fn] = ACTIONS(2840), - [anon_sym_PLUS] = ACTIONS(2840), - [anon_sym_DASH] = ACTIONS(2840), - [anon_sym_STAR] = ACTIONS(2840), - [anon_sym_SLASH] = ACTIONS(2840), - [anon_sym_PERCENT] = ACTIONS(2840), - [anon_sym_LT] = ACTIONS(2840), - [anon_sym_GT] = ACTIONS(2840), - [anon_sym_EQ_EQ] = ACTIONS(2840), - [anon_sym_BANG_EQ] = ACTIONS(2840), - [anon_sym_LT_EQ] = ACTIONS(2840), - [anon_sym_GT_EQ] = ACTIONS(2840), - [anon_sym_LBRACK] = ACTIONS(2838), - [anon_sym_struct] = ACTIONS(2840), - [anon_sym_union] = ACTIONS(2840), - [anon_sym_pub] = ACTIONS(2840), - [anon_sym_mut] = ACTIONS(2840), - [anon_sym_enum] = ACTIONS(2840), - [anon_sym_interface] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_QMARK] = ACTIONS(2840), - [anon_sym_BANG] = ACTIONS(2840), - [anon_sym_go] = ACTIONS(2840), - [anon_sym_spawn] = ACTIONS(2840), - [anon_sym_json_DOTdecode] = ACTIONS(2840), - [anon_sym_LBRACK2] = ACTIONS(2840), - [anon_sym_TILDE] = ACTIONS(2840), - [anon_sym_CARET] = ACTIONS(2840), - [anon_sym_AMP] = ACTIONS(2840), - [anon_sym_LT_DASH] = ACTIONS(2840), - [anon_sym_LT_LT] = ACTIONS(2840), - [anon_sym_GT_GT] = ACTIONS(2840), - [anon_sym_GT_GT_GT] = ACTIONS(2840), - [anon_sym_AMP_CARET] = ACTIONS(2840), - [anon_sym_AMP_AMP] = ACTIONS(2840), - [anon_sym_PIPE_PIPE] = ACTIONS(2840), - [anon_sym_or] = ACTIONS(2840), - [sym_none] = ACTIONS(2840), - [sym_true] = ACTIONS(2840), - [sym_false] = ACTIONS(2840), - [sym_nil] = ACTIONS(2840), - [anon_sym_QMARK_DOT] = ACTIONS(2840), - [anon_sym_POUND_LBRACK] = ACTIONS(2840), - [anon_sym_if] = ACTIONS(2840), - [anon_sym_DOLLARif] = ACTIONS(2840), - [anon_sym_is] = ACTIONS(2840), - [anon_sym_BANGis] = ACTIONS(2840), - [anon_sym_in] = ACTIONS(2840), - [anon_sym_BANGin] = ACTIONS(2840), - [anon_sym_match] = ACTIONS(2840), - [anon_sym_select] = ACTIONS(2840), - [anon_sym_lock] = ACTIONS(2840), - [anon_sym_rlock] = ACTIONS(2840), - [anon_sym_unsafe] = ACTIONS(2840), - [anon_sym_sql] = ACTIONS(2840), - [sym_int_literal] = ACTIONS(2840), - [sym_float_literal] = ACTIONS(2840), - [sym_rune_literal] = ACTIONS(2840), - [anon_sym_AT] = ACTIONS(2840), - [anon_sym_shared] = ACTIONS(2840), - [anon_sym_map_LBRACK] = ACTIONS(2840), - [anon_sym_chan] = ACTIONS(2840), - [anon_sym_thread] = ACTIONS(2840), - [anon_sym_atomic] = ACTIONS(2840), - [anon_sym_assert] = ACTIONS(2840), - [anon_sym_defer] = ACTIONS(2840), - [anon_sym_goto] = ACTIONS(2840), - [anon_sym_break] = ACTIONS(2840), - [anon_sym_continue] = ACTIONS(2840), - [anon_sym_return] = ACTIONS(2840), - [anon_sym_DOLLARfor] = ACTIONS(2840), - [anon_sym_for] = ACTIONS(2840), - [anon_sym_POUND] = ACTIONS(2840), - [anon_sym_asm] = ACTIONS(2840), - [anon_sym_AT_LBRACK] = ACTIONS(2840), - [sym___double_quote] = ACTIONS(2840), - [sym___single_quote] = ACTIONS(2840), - [sym___c_double_quote] = ACTIONS(2840), - [sym___c_single_quote] = ACTIONS(2840), - [sym___r_double_quote] = ACTIONS(2840), - [sym___r_single_quote] = ACTIONS(2840), + [anon_sym_DOT] = ACTIONS(2867), + [anon_sym_as] = ACTIONS(2867), + [anon_sym_LBRACE] = ACTIONS(2867), + [anon_sym_COMMA] = ACTIONS(2867), + [anon_sym_const] = ACTIONS(2867), + [anon_sym_LPAREN] = ACTIONS(2867), + [anon_sym___global] = ACTIONS(2867), + [anon_sym_type] = ACTIONS(2867), + [anon_sym_PIPE] = ACTIONS(2867), + [anon_sym_fn] = ACTIONS(2867), + [anon_sym_PLUS] = ACTIONS(2867), + [anon_sym_DASH] = ACTIONS(2867), + [anon_sym_STAR] = ACTIONS(2867), + [anon_sym_SLASH] = ACTIONS(2867), + [anon_sym_PERCENT] = ACTIONS(2867), + [anon_sym_LT] = ACTIONS(2867), + [anon_sym_GT] = ACTIONS(2867), + [anon_sym_EQ_EQ] = ACTIONS(2867), + [anon_sym_BANG_EQ] = ACTIONS(2867), + [anon_sym_LT_EQ] = ACTIONS(2867), + [anon_sym_GT_EQ] = ACTIONS(2867), + [anon_sym_LBRACK] = ACTIONS(2865), + [anon_sym_LT2] = ACTIONS(2867), + [anon_sym_struct] = ACTIONS(2867), + [anon_sym_union] = ACTIONS(2867), + [anon_sym_pub] = ACTIONS(2867), + [anon_sym_mut] = ACTIONS(2867), + [anon_sym_enum] = ACTIONS(2867), + [anon_sym_interface] = ACTIONS(2867), + [anon_sym_PLUS_PLUS] = ACTIONS(2867), + [anon_sym_DASH_DASH] = ACTIONS(2867), + [anon_sym_QMARK] = ACTIONS(2867), + [anon_sym_BANG] = ACTIONS(2867), + [anon_sym_go] = ACTIONS(2867), + [anon_sym_spawn] = ACTIONS(2867), + [anon_sym_json_DOTdecode] = ACTIONS(2867), + [anon_sym_LBRACK2] = ACTIONS(2867), + [anon_sym_TILDE] = ACTIONS(2867), + [anon_sym_CARET] = ACTIONS(2867), + [anon_sym_AMP] = ACTIONS(2867), + [anon_sym_LT_DASH] = ACTIONS(2867), + [anon_sym_LT_LT] = ACTIONS(2867), + [anon_sym_GT_GT] = ACTIONS(2867), + [anon_sym_GT_GT_GT] = ACTIONS(2867), + [anon_sym_AMP_CARET] = ACTIONS(2867), + [anon_sym_AMP_AMP] = ACTIONS(2867), + [anon_sym_PIPE_PIPE] = ACTIONS(2867), + [anon_sym_or] = ACTIONS(2867), + [sym_none] = ACTIONS(2867), + [sym_true] = ACTIONS(2867), + [sym_false] = ACTIONS(2867), + [sym_nil] = ACTIONS(2867), + [anon_sym_QMARK_DOT] = ACTIONS(2867), + [anon_sym_POUND_LBRACK] = ACTIONS(2867), + [anon_sym_if] = ACTIONS(2867), + [anon_sym_DOLLARif] = ACTIONS(2867), + [anon_sym_is] = ACTIONS(2867), + [anon_sym_BANGis] = ACTIONS(2867), + [anon_sym_in] = ACTIONS(2867), + [anon_sym_BANGin] = ACTIONS(2867), + [anon_sym_match] = ACTIONS(2867), + [anon_sym_select] = ACTIONS(2867), + [anon_sym_lock] = ACTIONS(2867), + [anon_sym_rlock] = ACTIONS(2867), + [anon_sym_unsafe] = ACTIONS(2867), + [anon_sym_sql] = ACTIONS(2867), + [sym_int_literal] = ACTIONS(2867), + [sym_float_literal] = ACTIONS(2867), + [sym_rune_literal] = ACTIONS(2867), + [anon_sym_AT] = ACTIONS(2867), + [anon_sym_shared] = ACTIONS(2867), + [anon_sym_map_LBRACK] = ACTIONS(2867), + [anon_sym_chan] = ACTIONS(2867), + [anon_sym_thread] = ACTIONS(2867), + [anon_sym_atomic] = ACTIONS(2867), + [anon_sym_assert] = ACTIONS(2867), + [anon_sym_defer] = ACTIONS(2867), + [anon_sym_goto] = ACTIONS(2867), + [anon_sym_break] = ACTIONS(2867), + [anon_sym_continue] = ACTIONS(2867), + [anon_sym_return] = ACTIONS(2867), + [anon_sym_DOLLARfor] = ACTIONS(2867), + [anon_sym_for] = ACTIONS(2867), + [anon_sym_POUND] = ACTIONS(2867), + [anon_sym_asm] = ACTIONS(2867), + [anon_sym_AT_LBRACK] = ACTIONS(2867), + [sym___double_quote] = ACTIONS(2867), + [sym___single_quote] = ACTIONS(2867), + [sym___c_double_quote] = ACTIONS(2867), + [sym___c_single_quote] = ACTIONS(2867), + [sym___r_double_quote] = ACTIONS(2867), + [sym___r_single_quote] = ACTIONS(2867), }, - [1077] = { - [ts_builtin_sym_end] = ACTIONS(3163), - [sym_identifier] = ACTIONS(3165), - [anon_sym_LF] = ACTIONS(3165), - [anon_sym_CR] = ACTIONS(3165), - [anon_sym_CR_LF] = ACTIONS(3165), + [1069] = { + [ts_builtin_sym_end] = ACTIONS(2869), + [sym_identifier] = ACTIONS(2871), + [anon_sym_LF] = ACTIONS(2871), + [anon_sym_CR] = ACTIONS(2871), + [anon_sym_CR_LF] = ACTIONS(2871), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3165), - [anon_sym_as] = ACTIONS(3165), - [anon_sym_LBRACE] = ACTIONS(3165), - [anon_sym_COMMA] = ACTIONS(3165), - [anon_sym_const] = ACTIONS(3165), - [anon_sym_LPAREN] = ACTIONS(3165), - [anon_sym___global] = ACTIONS(3165), - [anon_sym_type] = ACTIONS(3165), - [anon_sym_PIPE] = ACTIONS(3165), - [anon_sym_fn] = ACTIONS(3165), - [anon_sym_PLUS] = ACTIONS(3165), - [anon_sym_DASH] = ACTIONS(3165), - [anon_sym_STAR] = ACTIONS(3165), - [anon_sym_SLASH] = ACTIONS(3165), - [anon_sym_PERCENT] = ACTIONS(3165), - [anon_sym_LT] = ACTIONS(3165), - [anon_sym_GT] = ACTIONS(3165), - [anon_sym_EQ_EQ] = ACTIONS(3165), - [anon_sym_BANG_EQ] = ACTIONS(3165), - [anon_sym_LT_EQ] = ACTIONS(3165), - [anon_sym_GT_EQ] = ACTIONS(3165), - [anon_sym_LBRACK] = ACTIONS(3163), - [anon_sym_struct] = ACTIONS(3165), - [anon_sym_union] = ACTIONS(3165), - [anon_sym_pub] = ACTIONS(3165), - [anon_sym_mut] = ACTIONS(3165), - [anon_sym_enum] = ACTIONS(3165), - [anon_sym_interface] = ACTIONS(3165), - [anon_sym_PLUS_PLUS] = ACTIONS(3165), - [anon_sym_DASH_DASH] = ACTIONS(3165), - [anon_sym_QMARK] = ACTIONS(3165), - [anon_sym_BANG] = ACTIONS(3165), - [anon_sym_go] = ACTIONS(3165), - [anon_sym_spawn] = ACTIONS(3165), - [anon_sym_json_DOTdecode] = ACTIONS(3165), - [anon_sym_LBRACK2] = ACTIONS(3165), - [anon_sym_TILDE] = ACTIONS(3165), - [anon_sym_CARET] = ACTIONS(3165), - [anon_sym_AMP] = ACTIONS(3165), - [anon_sym_LT_DASH] = ACTIONS(3165), - [anon_sym_LT_LT] = ACTIONS(3165), - [anon_sym_GT_GT] = ACTIONS(3165), - [anon_sym_GT_GT_GT] = ACTIONS(3165), - [anon_sym_AMP_CARET] = ACTIONS(3165), - [anon_sym_AMP_AMP] = ACTIONS(3165), - [anon_sym_PIPE_PIPE] = ACTIONS(3165), - [anon_sym_or] = ACTIONS(3165), - [sym_none] = ACTIONS(3165), - [sym_true] = ACTIONS(3165), - [sym_false] = ACTIONS(3165), - [sym_nil] = ACTIONS(3165), - [anon_sym_QMARK_DOT] = ACTIONS(3165), - [anon_sym_POUND_LBRACK] = ACTIONS(3165), - [anon_sym_if] = ACTIONS(3165), - [anon_sym_DOLLARif] = ACTIONS(3165), - [anon_sym_is] = ACTIONS(3165), - [anon_sym_BANGis] = ACTIONS(3165), - [anon_sym_in] = ACTIONS(3165), - [anon_sym_BANGin] = ACTIONS(3165), - [anon_sym_match] = ACTIONS(3165), - [anon_sym_select] = ACTIONS(3165), - [anon_sym_lock] = ACTIONS(3165), - [anon_sym_rlock] = ACTIONS(3165), - [anon_sym_unsafe] = ACTIONS(3165), - [anon_sym_sql] = ACTIONS(3165), - [sym_int_literal] = ACTIONS(3165), - [sym_float_literal] = ACTIONS(3165), - [sym_rune_literal] = ACTIONS(3165), - [anon_sym_AT] = ACTIONS(3165), - [anon_sym_shared] = ACTIONS(3165), - [anon_sym_map_LBRACK] = ACTIONS(3165), - [anon_sym_chan] = ACTIONS(3165), - [anon_sym_thread] = ACTIONS(3165), - [anon_sym_atomic] = ACTIONS(3165), - [anon_sym_assert] = ACTIONS(3165), - [anon_sym_defer] = ACTIONS(3165), - [anon_sym_goto] = ACTIONS(3165), - [anon_sym_break] = ACTIONS(3165), - [anon_sym_continue] = ACTIONS(3165), - [anon_sym_return] = ACTIONS(3165), - [anon_sym_DOLLARfor] = ACTIONS(3165), - [anon_sym_for] = ACTIONS(3165), - [anon_sym_POUND] = ACTIONS(3165), - [anon_sym_asm] = ACTIONS(3165), - [anon_sym_AT_LBRACK] = ACTIONS(3165), - [sym___double_quote] = ACTIONS(3165), - [sym___single_quote] = ACTIONS(3165), - [sym___c_double_quote] = ACTIONS(3165), - [sym___c_single_quote] = ACTIONS(3165), - [sym___r_double_quote] = ACTIONS(3165), - [sym___r_single_quote] = ACTIONS(3165), + [anon_sym_DOT] = ACTIONS(2871), + [anon_sym_as] = ACTIONS(2871), + [anon_sym_LBRACE] = ACTIONS(2871), + [anon_sym_COMMA] = ACTIONS(2871), + [anon_sym_const] = ACTIONS(2871), + [anon_sym_LPAREN] = ACTIONS(2871), + [anon_sym___global] = ACTIONS(2871), + [anon_sym_type] = ACTIONS(2871), + [anon_sym_PIPE] = ACTIONS(2871), + [anon_sym_fn] = ACTIONS(2871), + [anon_sym_PLUS] = ACTIONS(2871), + [anon_sym_DASH] = ACTIONS(2871), + [anon_sym_STAR] = ACTIONS(2871), + [anon_sym_SLASH] = ACTIONS(2871), + [anon_sym_PERCENT] = ACTIONS(2871), + [anon_sym_LT] = ACTIONS(2871), + [anon_sym_GT] = ACTIONS(2871), + [anon_sym_EQ_EQ] = ACTIONS(2871), + [anon_sym_BANG_EQ] = ACTIONS(2871), + [anon_sym_LT_EQ] = ACTIONS(2871), + [anon_sym_GT_EQ] = ACTIONS(2871), + [anon_sym_LBRACK] = ACTIONS(2869), + [anon_sym_LT2] = ACTIONS(2871), + [anon_sym_struct] = ACTIONS(2871), + [anon_sym_union] = ACTIONS(2871), + [anon_sym_pub] = ACTIONS(2871), + [anon_sym_mut] = ACTIONS(2871), + [anon_sym_enum] = ACTIONS(2871), + [anon_sym_interface] = ACTIONS(2871), + [anon_sym_PLUS_PLUS] = ACTIONS(2871), + [anon_sym_DASH_DASH] = ACTIONS(2871), + [anon_sym_QMARK] = ACTIONS(2871), + [anon_sym_BANG] = ACTIONS(2871), + [anon_sym_go] = ACTIONS(2871), + [anon_sym_spawn] = ACTIONS(2871), + [anon_sym_json_DOTdecode] = ACTIONS(2871), + [anon_sym_LBRACK2] = ACTIONS(2871), + [anon_sym_TILDE] = ACTIONS(2871), + [anon_sym_CARET] = ACTIONS(2871), + [anon_sym_AMP] = ACTIONS(2871), + [anon_sym_LT_DASH] = ACTIONS(2871), + [anon_sym_LT_LT] = ACTIONS(2871), + [anon_sym_GT_GT] = ACTIONS(2871), + [anon_sym_GT_GT_GT] = ACTIONS(2871), + [anon_sym_AMP_CARET] = ACTIONS(2871), + [anon_sym_AMP_AMP] = ACTIONS(2871), + [anon_sym_PIPE_PIPE] = ACTIONS(2871), + [anon_sym_or] = ACTIONS(2871), + [sym_none] = ACTIONS(2871), + [sym_true] = ACTIONS(2871), + [sym_false] = ACTIONS(2871), + [sym_nil] = ACTIONS(2871), + [anon_sym_QMARK_DOT] = ACTIONS(2871), + [anon_sym_POUND_LBRACK] = ACTIONS(2871), + [anon_sym_if] = ACTIONS(2871), + [anon_sym_DOLLARif] = ACTIONS(2871), + [anon_sym_is] = ACTIONS(2871), + [anon_sym_BANGis] = ACTIONS(2871), + [anon_sym_in] = ACTIONS(2871), + [anon_sym_BANGin] = ACTIONS(2871), + [anon_sym_match] = ACTIONS(2871), + [anon_sym_select] = ACTIONS(2871), + [anon_sym_lock] = ACTIONS(2871), + [anon_sym_rlock] = ACTIONS(2871), + [anon_sym_unsafe] = ACTIONS(2871), + [anon_sym_sql] = ACTIONS(2871), + [sym_int_literal] = ACTIONS(2871), + [sym_float_literal] = ACTIONS(2871), + [sym_rune_literal] = ACTIONS(2871), + [anon_sym_AT] = ACTIONS(2871), + [anon_sym_shared] = ACTIONS(2871), + [anon_sym_map_LBRACK] = ACTIONS(2871), + [anon_sym_chan] = ACTIONS(2871), + [anon_sym_thread] = ACTIONS(2871), + [anon_sym_atomic] = ACTIONS(2871), + [anon_sym_assert] = ACTIONS(2871), + [anon_sym_defer] = ACTIONS(2871), + [anon_sym_goto] = ACTIONS(2871), + [anon_sym_break] = ACTIONS(2871), + [anon_sym_continue] = ACTIONS(2871), + [anon_sym_return] = ACTIONS(2871), + [anon_sym_DOLLARfor] = ACTIONS(2871), + [anon_sym_for] = ACTIONS(2871), + [anon_sym_POUND] = ACTIONS(2871), + [anon_sym_asm] = ACTIONS(2871), + [anon_sym_AT_LBRACK] = ACTIONS(2871), + [sym___double_quote] = ACTIONS(2871), + [sym___single_quote] = ACTIONS(2871), + [sym___c_double_quote] = ACTIONS(2871), + [sym___c_single_quote] = ACTIONS(2871), + [sym___r_double_quote] = ACTIONS(2871), + [sym___r_single_quote] = ACTIONS(2871), }, - [1078] = { + [1070] = { [ts_builtin_sym_end] = ACTIONS(2889), [sym_identifier] = ACTIONS(2891), [anon_sym_LF] = ACTIONS(2891), @@ -148205,6 +147839,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(2891), [anon_sym_GT_EQ] = ACTIONS(2891), [anon_sym_LBRACK] = ACTIONS(2889), + [anon_sym_LT2] = ACTIONS(2891), [anon_sym_struct] = ACTIONS(2891), [anon_sym_union] = ACTIONS(2891), [anon_sym_pub] = ACTIONS(2891), @@ -148275,106 +147910,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(2891), [sym___r_single_quote] = ACTIONS(2891), }, - [1079] = { - [ts_builtin_sym_end] = ACTIONS(2976), - [sym_identifier] = ACTIONS(2973), - [anon_sym_LF] = ACTIONS(2973), - [anon_sym_CR] = ACTIONS(2973), - [anon_sym_CR_LF] = ACTIONS(2973), + [1071] = { + [ts_builtin_sym_end] = ACTIONS(3153), + [sym_identifier] = ACTIONS(3155), + [anon_sym_LF] = ACTIONS(3155), + [anon_sym_CR] = ACTIONS(3155), + [anon_sym_CR_LF] = ACTIONS(3155), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2973), - [anon_sym_as] = ACTIONS(2973), - [anon_sym_LBRACE] = ACTIONS(2973), - [anon_sym_COMMA] = ACTIONS(2973), - [anon_sym_const] = ACTIONS(2973), - [anon_sym_LPAREN] = ACTIONS(2973), - [anon_sym___global] = ACTIONS(2973), - [anon_sym_type] = ACTIONS(2973), - [anon_sym_PIPE] = ACTIONS(2973), - [anon_sym_fn] = ACTIONS(2973), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2973), - [anon_sym_SLASH] = ACTIONS(2973), - [anon_sym_PERCENT] = ACTIONS(2973), - [anon_sym_LT] = ACTIONS(2973), - [anon_sym_GT] = ACTIONS(2973), - [anon_sym_EQ_EQ] = ACTIONS(2973), - [anon_sym_BANG_EQ] = ACTIONS(2973), - [anon_sym_LT_EQ] = ACTIONS(2973), - [anon_sym_GT_EQ] = ACTIONS(2973), - [anon_sym_LBRACK] = ACTIONS(2976), - [anon_sym_struct] = ACTIONS(2973), - [anon_sym_union] = ACTIONS(2973), - [anon_sym_pub] = ACTIONS(2973), - [anon_sym_mut] = ACTIONS(2973), - [anon_sym_enum] = ACTIONS(2973), - [anon_sym_interface] = ACTIONS(2973), - [anon_sym_PLUS_PLUS] = ACTIONS(2973), - [anon_sym_DASH_DASH] = ACTIONS(2973), - [anon_sym_QMARK] = ACTIONS(2973), - [anon_sym_BANG] = ACTIONS(2973), - [anon_sym_go] = ACTIONS(2973), - [anon_sym_spawn] = ACTIONS(2973), - [anon_sym_json_DOTdecode] = ACTIONS(2973), - [anon_sym_LBRACK2] = ACTIONS(2973), - [anon_sym_TILDE] = ACTIONS(2973), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2973), - [anon_sym_LT_DASH] = ACTIONS(2973), - [anon_sym_LT_LT] = ACTIONS(2973), - [anon_sym_GT_GT] = ACTIONS(2973), - [anon_sym_GT_GT_GT] = ACTIONS(2973), - [anon_sym_AMP_CARET] = ACTIONS(2973), - [anon_sym_AMP_AMP] = ACTIONS(2973), - [anon_sym_PIPE_PIPE] = ACTIONS(2973), - [anon_sym_or] = ACTIONS(2973), - [sym_none] = ACTIONS(2973), - [sym_true] = ACTIONS(2973), - [sym_false] = ACTIONS(2973), - [sym_nil] = ACTIONS(2973), - [anon_sym_QMARK_DOT] = ACTIONS(2973), - [anon_sym_POUND_LBRACK] = ACTIONS(2973), - [anon_sym_if] = ACTIONS(2973), - [anon_sym_DOLLARif] = ACTIONS(2973), - [anon_sym_is] = ACTIONS(2973), - [anon_sym_BANGis] = ACTIONS(2973), - [anon_sym_in] = ACTIONS(2973), - [anon_sym_BANGin] = ACTIONS(2973), - [anon_sym_match] = ACTIONS(2973), - [anon_sym_select] = ACTIONS(2973), - [anon_sym_lock] = ACTIONS(2973), - [anon_sym_rlock] = ACTIONS(2973), - [anon_sym_unsafe] = ACTIONS(2973), - [anon_sym_sql] = ACTIONS(2973), - [sym_int_literal] = ACTIONS(2973), - [sym_float_literal] = ACTIONS(2973), - [sym_rune_literal] = ACTIONS(2973), - [anon_sym_AT] = ACTIONS(2973), - [anon_sym_shared] = ACTIONS(2973), - [anon_sym_map_LBRACK] = ACTIONS(2973), - [anon_sym_chan] = ACTIONS(2973), - [anon_sym_thread] = ACTIONS(2973), - [anon_sym_atomic] = ACTIONS(2973), - [anon_sym_assert] = ACTIONS(2973), - [anon_sym_defer] = ACTIONS(2973), - [anon_sym_goto] = ACTIONS(2973), - [anon_sym_break] = ACTIONS(2973), - [anon_sym_continue] = ACTIONS(2973), - [anon_sym_return] = ACTIONS(2973), - [anon_sym_DOLLARfor] = ACTIONS(2973), - [anon_sym_for] = ACTIONS(2973), - [anon_sym_POUND] = ACTIONS(2973), - [anon_sym_asm] = ACTIONS(2973), - [anon_sym_AT_LBRACK] = ACTIONS(2973), - [sym___double_quote] = ACTIONS(2973), - [sym___single_quote] = ACTIONS(2973), - [sym___c_double_quote] = ACTIONS(2973), - [sym___c_single_quote] = ACTIONS(2973), - [sym___r_double_quote] = ACTIONS(2973), - [sym___r_single_quote] = ACTIONS(2973), + [anon_sym_DOT] = ACTIONS(3155), + [anon_sym_as] = ACTIONS(3155), + [anon_sym_LBRACE] = ACTIONS(3155), + [anon_sym_COMMA] = ACTIONS(3155), + [anon_sym_const] = ACTIONS(3155), + [anon_sym_LPAREN] = ACTIONS(3155), + [anon_sym___global] = ACTIONS(3155), + [anon_sym_type] = ACTIONS(3155), + [anon_sym_PIPE] = ACTIONS(3155), + [anon_sym_fn] = ACTIONS(3155), + [anon_sym_PLUS] = ACTIONS(3155), + [anon_sym_DASH] = ACTIONS(3155), + [anon_sym_STAR] = ACTIONS(3155), + [anon_sym_SLASH] = ACTIONS(3155), + [anon_sym_PERCENT] = ACTIONS(3155), + [anon_sym_LT] = ACTIONS(3155), + [anon_sym_GT] = ACTIONS(3155), + [anon_sym_EQ_EQ] = ACTIONS(3155), + [anon_sym_BANG_EQ] = ACTIONS(3155), + [anon_sym_LT_EQ] = ACTIONS(3155), + [anon_sym_GT_EQ] = ACTIONS(3155), + [anon_sym_LBRACK] = ACTIONS(3153), + [anon_sym_LT2] = ACTIONS(3155), + [anon_sym_struct] = ACTIONS(3155), + [anon_sym_union] = ACTIONS(3155), + [anon_sym_pub] = ACTIONS(3155), + [anon_sym_mut] = ACTIONS(3155), + [anon_sym_enum] = ACTIONS(3155), + [anon_sym_interface] = ACTIONS(3155), + [anon_sym_PLUS_PLUS] = ACTIONS(3155), + [anon_sym_DASH_DASH] = ACTIONS(3155), + [anon_sym_QMARK] = ACTIONS(3155), + [anon_sym_BANG] = ACTIONS(3155), + [anon_sym_go] = ACTIONS(3155), + [anon_sym_spawn] = ACTIONS(3155), + [anon_sym_json_DOTdecode] = ACTIONS(3155), + [anon_sym_LBRACK2] = ACTIONS(3155), + [anon_sym_TILDE] = ACTIONS(3155), + [anon_sym_CARET] = ACTIONS(3155), + [anon_sym_AMP] = ACTIONS(3155), + [anon_sym_LT_DASH] = ACTIONS(3155), + [anon_sym_LT_LT] = ACTIONS(3155), + [anon_sym_GT_GT] = ACTIONS(3155), + [anon_sym_GT_GT_GT] = ACTIONS(3155), + [anon_sym_AMP_CARET] = ACTIONS(3155), + [anon_sym_AMP_AMP] = ACTIONS(3155), + [anon_sym_PIPE_PIPE] = ACTIONS(3155), + [anon_sym_or] = ACTIONS(3155), + [sym_none] = ACTIONS(3155), + [sym_true] = ACTIONS(3155), + [sym_false] = ACTIONS(3155), + [sym_nil] = ACTIONS(3155), + [anon_sym_QMARK_DOT] = ACTIONS(3155), + [anon_sym_POUND_LBRACK] = ACTIONS(3155), + [anon_sym_if] = ACTIONS(3155), + [anon_sym_DOLLARif] = ACTIONS(3155), + [anon_sym_is] = ACTIONS(3155), + [anon_sym_BANGis] = ACTIONS(3155), + [anon_sym_in] = ACTIONS(3155), + [anon_sym_BANGin] = ACTIONS(3155), + [anon_sym_match] = ACTIONS(3155), + [anon_sym_select] = ACTIONS(3155), + [anon_sym_lock] = ACTIONS(3155), + [anon_sym_rlock] = ACTIONS(3155), + [anon_sym_unsafe] = ACTIONS(3155), + [anon_sym_sql] = ACTIONS(3155), + [sym_int_literal] = ACTIONS(3155), + [sym_float_literal] = ACTIONS(3155), + [sym_rune_literal] = ACTIONS(3155), + [anon_sym_AT] = ACTIONS(3155), + [anon_sym_shared] = ACTIONS(3155), + [anon_sym_map_LBRACK] = ACTIONS(3155), + [anon_sym_chan] = ACTIONS(3155), + [anon_sym_thread] = ACTIONS(3155), + [anon_sym_atomic] = ACTIONS(3155), + [anon_sym_assert] = ACTIONS(3155), + [anon_sym_defer] = ACTIONS(3155), + [anon_sym_goto] = ACTIONS(3155), + [anon_sym_break] = ACTIONS(3155), + [anon_sym_continue] = ACTIONS(3155), + [anon_sym_return] = ACTIONS(3155), + [anon_sym_DOLLARfor] = ACTIONS(3155), + [anon_sym_for] = ACTIONS(3155), + [anon_sym_POUND] = ACTIONS(3155), + [anon_sym_asm] = ACTIONS(3155), + [anon_sym_AT_LBRACK] = ACTIONS(3155), + [sym___double_quote] = ACTIONS(3155), + [sym___single_quote] = ACTIONS(3155), + [sym___c_double_quote] = ACTIONS(3155), + [sym___c_single_quote] = ACTIONS(3155), + [sym___r_double_quote] = ACTIONS(3155), + [sym___r_single_quote] = ACTIONS(3155), }, - [1080] = { + [1072] = { [ts_builtin_sym_end] = ACTIONS(2893), [sym_identifier] = ACTIONS(2895), [anon_sym_LF] = ACTIONS(2895), @@ -148403,6 +148039,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(2895), [anon_sym_GT_EQ] = ACTIONS(2895), [anon_sym_LBRACK] = ACTIONS(2893), + [anon_sym_LT2] = ACTIONS(2895), [anon_sym_struct] = ACTIONS(2895), [anon_sym_union] = ACTIONS(2895), [anon_sym_pub] = ACTIONS(2895), @@ -148473,503 +148110,608 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(2895), [sym___r_single_quote] = ACTIONS(2895), }, - [1081] = { - [ts_builtin_sym_end] = ACTIONS(2878), - [sym_identifier] = ACTIONS(2880), - [anon_sym_LF] = ACTIONS(2880), - [anon_sym_CR] = ACTIONS(2880), - [anon_sym_CR_LF] = ACTIONS(2880), + [1073] = { + [ts_builtin_sym_end] = ACTIONS(2897), + [sym_identifier] = ACTIONS(2899), + [anon_sym_LF] = ACTIONS(2899), + [anon_sym_CR] = ACTIONS(2899), + [anon_sym_CR_LF] = ACTIONS(2899), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_as] = ACTIONS(2880), - [anon_sym_LBRACE] = ACTIONS(2880), - [anon_sym_COMMA] = ACTIONS(2880), - [anon_sym_const] = ACTIONS(2880), - [anon_sym_LPAREN] = ACTIONS(2880), - [anon_sym___global] = ACTIONS(2880), - [anon_sym_type] = ACTIONS(2880), - [anon_sym_PIPE] = ACTIONS(2880), - [anon_sym_fn] = ACTIONS(2880), - [anon_sym_PLUS] = ACTIONS(2880), - [anon_sym_DASH] = ACTIONS(2880), - [anon_sym_STAR] = ACTIONS(2880), - [anon_sym_SLASH] = ACTIONS(2880), - [anon_sym_PERCENT] = ACTIONS(2880), - [anon_sym_LT] = ACTIONS(2880), - [anon_sym_GT] = ACTIONS(2880), - [anon_sym_EQ_EQ] = ACTIONS(2880), - [anon_sym_BANG_EQ] = ACTIONS(2880), - [anon_sym_LT_EQ] = ACTIONS(2880), - [anon_sym_GT_EQ] = ACTIONS(2880), - [anon_sym_LBRACK] = ACTIONS(2878), - [anon_sym_struct] = ACTIONS(2880), - [anon_sym_union] = ACTIONS(2880), - [anon_sym_pub] = ACTIONS(2880), - [anon_sym_mut] = ACTIONS(2880), - [anon_sym_enum] = ACTIONS(2880), - [anon_sym_interface] = ACTIONS(2880), - [anon_sym_PLUS_PLUS] = ACTIONS(2880), - [anon_sym_DASH_DASH] = ACTIONS(2880), - [anon_sym_QMARK] = ACTIONS(2880), - [anon_sym_BANG] = ACTIONS(2880), - [anon_sym_go] = ACTIONS(2880), - [anon_sym_spawn] = ACTIONS(2880), - [anon_sym_json_DOTdecode] = ACTIONS(2880), - [anon_sym_LBRACK2] = ACTIONS(2880), - [anon_sym_TILDE] = ACTIONS(2880), - [anon_sym_CARET] = ACTIONS(2880), - [anon_sym_AMP] = ACTIONS(2880), - [anon_sym_LT_DASH] = ACTIONS(2880), - [anon_sym_LT_LT] = ACTIONS(2880), - [anon_sym_GT_GT] = ACTIONS(2880), - [anon_sym_GT_GT_GT] = ACTIONS(2880), - [anon_sym_AMP_CARET] = ACTIONS(2880), - [anon_sym_AMP_AMP] = ACTIONS(2880), - [anon_sym_PIPE_PIPE] = ACTIONS(2880), - [anon_sym_or] = ACTIONS(2880), - [sym_none] = ACTIONS(2880), - [sym_true] = ACTIONS(2880), - [sym_false] = ACTIONS(2880), - [sym_nil] = ACTIONS(2880), - [anon_sym_QMARK_DOT] = ACTIONS(2880), - [anon_sym_POUND_LBRACK] = ACTIONS(2880), - [anon_sym_if] = ACTIONS(2880), - [anon_sym_DOLLARif] = ACTIONS(2880), - [anon_sym_is] = ACTIONS(2880), - [anon_sym_BANGis] = ACTIONS(2880), - [anon_sym_in] = ACTIONS(2880), - [anon_sym_BANGin] = ACTIONS(2880), - [anon_sym_match] = ACTIONS(2880), - [anon_sym_select] = ACTIONS(2880), - [anon_sym_lock] = ACTIONS(2880), - [anon_sym_rlock] = ACTIONS(2880), - [anon_sym_unsafe] = ACTIONS(2880), - [anon_sym_sql] = ACTIONS(2880), - [sym_int_literal] = ACTIONS(2880), - [sym_float_literal] = ACTIONS(2880), - [sym_rune_literal] = ACTIONS(2880), - [anon_sym_AT] = ACTIONS(2880), - [anon_sym_shared] = ACTIONS(2880), - [anon_sym_map_LBRACK] = ACTIONS(2880), - [anon_sym_chan] = ACTIONS(2880), - [anon_sym_thread] = ACTIONS(2880), - [anon_sym_atomic] = ACTIONS(2880), - [anon_sym_assert] = ACTIONS(2880), - [anon_sym_defer] = ACTIONS(2880), - [anon_sym_goto] = ACTIONS(2880), - [anon_sym_break] = ACTIONS(2880), - [anon_sym_continue] = ACTIONS(2880), - [anon_sym_return] = ACTIONS(2880), - [anon_sym_DOLLARfor] = ACTIONS(2880), - [anon_sym_for] = ACTIONS(2880), - [anon_sym_POUND] = ACTIONS(2880), - [anon_sym_asm] = ACTIONS(2880), - [anon_sym_AT_LBRACK] = ACTIONS(2880), - [sym___double_quote] = ACTIONS(2880), - [sym___single_quote] = ACTIONS(2880), - [sym___c_double_quote] = ACTIONS(2880), - [sym___c_single_quote] = ACTIONS(2880), - [sym___r_double_quote] = ACTIONS(2880), - [sym___r_single_quote] = ACTIONS(2880), + [anon_sym_DOT] = ACTIONS(2899), + [anon_sym_as] = ACTIONS(2899), + [anon_sym_LBRACE] = ACTIONS(2899), + [anon_sym_COMMA] = ACTIONS(2899), + [anon_sym_const] = ACTIONS(2899), + [anon_sym_LPAREN] = ACTIONS(2899), + [anon_sym___global] = ACTIONS(2899), + [anon_sym_type] = ACTIONS(2899), + [anon_sym_PIPE] = ACTIONS(2899), + [anon_sym_fn] = ACTIONS(2899), + [anon_sym_PLUS] = ACTIONS(2899), + [anon_sym_DASH] = ACTIONS(2899), + [anon_sym_STAR] = ACTIONS(2899), + [anon_sym_SLASH] = ACTIONS(2899), + [anon_sym_PERCENT] = ACTIONS(2899), + [anon_sym_LT] = ACTIONS(2899), + [anon_sym_GT] = ACTIONS(2899), + [anon_sym_EQ_EQ] = ACTIONS(2899), + [anon_sym_BANG_EQ] = ACTIONS(2899), + [anon_sym_LT_EQ] = ACTIONS(2899), + [anon_sym_GT_EQ] = ACTIONS(2899), + [anon_sym_LBRACK] = ACTIONS(2897), + [anon_sym_LT2] = ACTIONS(2899), + [anon_sym_struct] = ACTIONS(2899), + [anon_sym_union] = ACTIONS(2899), + [anon_sym_pub] = ACTIONS(2899), + [anon_sym_mut] = ACTIONS(2899), + [anon_sym_enum] = ACTIONS(2899), + [anon_sym_interface] = ACTIONS(2899), + [anon_sym_PLUS_PLUS] = ACTIONS(2899), + [anon_sym_DASH_DASH] = ACTIONS(2899), + [anon_sym_QMARK] = ACTIONS(2899), + [anon_sym_BANG] = ACTIONS(2899), + [anon_sym_go] = ACTIONS(2899), + [anon_sym_spawn] = ACTIONS(2899), + [anon_sym_json_DOTdecode] = ACTIONS(2899), + [anon_sym_LBRACK2] = ACTIONS(2899), + [anon_sym_TILDE] = ACTIONS(2899), + [anon_sym_CARET] = ACTIONS(2899), + [anon_sym_AMP] = ACTIONS(2899), + [anon_sym_LT_DASH] = ACTIONS(2899), + [anon_sym_LT_LT] = ACTIONS(2899), + [anon_sym_GT_GT] = ACTIONS(2899), + [anon_sym_GT_GT_GT] = ACTIONS(2899), + [anon_sym_AMP_CARET] = ACTIONS(2899), + [anon_sym_AMP_AMP] = ACTIONS(2899), + [anon_sym_PIPE_PIPE] = ACTIONS(2899), + [anon_sym_or] = ACTIONS(2899), + [sym_none] = ACTIONS(2899), + [sym_true] = ACTIONS(2899), + [sym_false] = ACTIONS(2899), + [sym_nil] = ACTIONS(2899), + [anon_sym_QMARK_DOT] = ACTIONS(2899), + [anon_sym_POUND_LBRACK] = ACTIONS(2899), + [anon_sym_if] = ACTIONS(2899), + [anon_sym_DOLLARif] = ACTIONS(2899), + [anon_sym_is] = ACTIONS(2899), + [anon_sym_BANGis] = ACTIONS(2899), + [anon_sym_in] = ACTIONS(2899), + [anon_sym_BANGin] = ACTIONS(2899), + [anon_sym_match] = ACTIONS(2899), + [anon_sym_select] = ACTIONS(2899), + [anon_sym_lock] = ACTIONS(2899), + [anon_sym_rlock] = ACTIONS(2899), + [anon_sym_unsafe] = ACTIONS(2899), + [anon_sym_sql] = ACTIONS(2899), + [sym_int_literal] = ACTIONS(2899), + [sym_float_literal] = ACTIONS(2899), + [sym_rune_literal] = ACTIONS(2899), + [anon_sym_AT] = ACTIONS(2899), + [anon_sym_shared] = ACTIONS(2899), + [anon_sym_map_LBRACK] = ACTIONS(2899), + [anon_sym_chan] = ACTIONS(2899), + [anon_sym_thread] = ACTIONS(2899), + [anon_sym_atomic] = ACTIONS(2899), + [anon_sym_assert] = ACTIONS(2899), + [anon_sym_defer] = ACTIONS(2899), + [anon_sym_goto] = ACTIONS(2899), + [anon_sym_break] = ACTIONS(2899), + [anon_sym_continue] = ACTIONS(2899), + [anon_sym_return] = ACTIONS(2899), + [anon_sym_DOLLARfor] = ACTIONS(2899), + [anon_sym_for] = ACTIONS(2899), + [anon_sym_POUND] = ACTIONS(2899), + [anon_sym_asm] = ACTIONS(2899), + [anon_sym_AT_LBRACK] = ACTIONS(2899), + [sym___double_quote] = ACTIONS(2899), + [sym___single_quote] = ACTIONS(2899), + [sym___c_double_quote] = ACTIONS(2899), + [sym___c_single_quote] = ACTIONS(2899), + [sym___r_double_quote] = ACTIONS(2899), + [sym___r_single_quote] = ACTIONS(2899), }, - [1082] = { - [ts_builtin_sym_end] = ACTIONS(3139), - [sym_identifier] = ACTIONS(3141), - [anon_sym_LF] = ACTIONS(3141), - [anon_sym_CR] = ACTIONS(3141), - [anon_sym_CR_LF] = ACTIONS(3141), + [1074] = { + [ts_builtin_sym_end] = ACTIONS(2957), + [sym_identifier] = ACTIONS(2959), + [anon_sym_LF] = ACTIONS(2959), + [anon_sym_CR] = ACTIONS(2959), + [anon_sym_CR_LF] = ACTIONS(2959), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3141), - [anon_sym_as] = ACTIONS(3141), - [anon_sym_LBRACE] = ACTIONS(3141), - [anon_sym_COMMA] = ACTIONS(3141), - [anon_sym_const] = ACTIONS(3141), - [anon_sym_LPAREN] = ACTIONS(3141), - [anon_sym___global] = ACTIONS(3141), - [anon_sym_type] = ACTIONS(3141), - [anon_sym_PIPE] = ACTIONS(3141), - [anon_sym_fn] = ACTIONS(3141), - [anon_sym_PLUS] = ACTIONS(3141), - [anon_sym_DASH] = ACTIONS(3141), - [anon_sym_STAR] = ACTIONS(3141), - [anon_sym_SLASH] = ACTIONS(3141), - [anon_sym_PERCENT] = ACTIONS(3141), - [anon_sym_LT] = ACTIONS(3141), - [anon_sym_GT] = ACTIONS(3141), - [anon_sym_EQ_EQ] = ACTIONS(3141), - [anon_sym_BANG_EQ] = ACTIONS(3141), - [anon_sym_LT_EQ] = ACTIONS(3141), - [anon_sym_GT_EQ] = ACTIONS(3141), - [anon_sym_LBRACK] = ACTIONS(3139), - [anon_sym_struct] = ACTIONS(3141), - [anon_sym_union] = ACTIONS(3141), - [anon_sym_pub] = ACTIONS(3141), - [anon_sym_mut] = ACTIONS(3141), - [anon_sym_enum] = ACTIONS(3141), - [anon_sym_interface] = ACTIONS(3141), - [anon_sym_PLUS_PLUS] = ACTIONS(3141), - [anon_sym_DASH_DASH] = ACTIONS(3141), - [anon_sym_QMARK] = ACTIONS(3141), - [anon_sym_BANG] = ACTIONS(3141), - [anon_sym_go] = ACTIONS(3141), - [anon_sym_spawn] = ACTIONS(3141), - [anon_sym_json_DOTdecode] = ACTIONS(3141), - [anon_sym_LBRACK2] = ACTIONS(3141), - [anon_sym_TILDE] = ACTIONS(3141), - [anon_sym_CARET] = ACTIONS(3141), - [anon_sym_AMP] = ACTIONS(3141), - [anon_sym_LT_DASH] = ACTIONS(3141), - [anon_sym_LT_LT] = ACTIONS(3141), - [anon_sym_GT_GT] = ACTIONS(3141), - [anon_sym_GT_GT_GT] = ACTIONS(3141), - [anon_sym_AMP_CARET] = ACTIONS(3141), - [anon_sym_AMP_AMP] = ACTIONS(3141), - [anon_sym_PIPE_PIPE] = ACTIONS(3141), - [anon_sym_or] = ACTIONS(3141), - [sym_none] = ACTIONS(3141), - [sym_true] = ACTIONS(3141), - [sym_false] = ACTIONS(3141), - [sym_nil] = ACTIONS(3141), - [anon_sym_QMARK_DOT] = ACTIONS(3141), - [anon_sym_POUND_LBRACK] = ACTIONS(3141), - [anon_sym_if] = ACTIONS(3141), - [anon_sym_DOLLARif] = ACTIONS(3141), - [anon_sym_is] = ACTIONS(3141), - [anon_sym_BANGis] = ACTIONS(3141), - [anon_sym_in] = ACTIONS(3141), - [anon_sym_BANGin] = ACTIONS(3141), - [anon_sym_match] = ACTIONS(3141), - [anon_sym_select] = ACTIONS(3141), - [anon_sym_lock] = ACTIONS(3141), - [anon_sym_rlock] = ACTIONS(3141), - [anon_sym_unsafe] = ACTIONS(3141), - [anon_sym_sql] = ACTIONS(3141), - [sym_int_literal] = ACTIONS(3141), - [sym_float_literal] = ACTIONS(3141), - [sym_rune_literal] = ACTIONS(3141), - [anon_sym_AT] = ACTIONS(3141), - [anon_sym_shared] = ACTIONS(3141), - [anon_sym_map_LBRACK] = ACTIONS(3141), - [anon_sym_chan] = ACTIONS(3141), - [anon_sym_thread] = ACTIONS(3141), - [anon_sym_atomic] = ACTIONS(3141), - [anon_sym_assert] = ACTIONS(3141), - [anon_sym_defer] = ACTIONS(3141), - [anon_sym_goto] = ACTIONS(3141), - [anon_sym_break] = ACTIONS(3141), - [anon_sym_continue] = ACTIONS(3141), - [anon_sym_return] = ACTIONS(3141), - [anon_sym_DOLLARfor] = ACTIONS(3141), - [anon_sym_for] = ACTIONS(3141), - [anon_sym_POUND] = ACTIONS(3141), - [anon_sym_asm] = ACTIONS(3141), - [anon_sym_AT_LBRACK] = ACTIONS(3141), - [sym___double_quote] = ACTIONS(3141), - [sym___single_quote] = ACTIONS(3141), - [sym___c_double_quote] = ACTIONS(3141), - [sym___c_single_quote] = ACTIONS(3141), - [sym___r_double_quote] = ACTIONS(3141), - [sym___r_single_quote] = ACTIONS(3141), + [anon_sym_DOT] = ACTIONS(2959), + [anon_sym_as] = ACTIONS(2959), + [anon_sym_LBRACE] = ACTIONS(2959), + [anon_sym_COMMA] = ACTIONS(2959), + [anon_sym_const] = ACTIONS(2959), + [anon_sym_LPAREN] = ACTIONS(2959), + [anon_sym___global] = ACTIONS(2959), + [anon_sym_type] = ACTIONS(2959), + [anon_sym_PIPE] = ACTIONS(2959), + [anon_sym_fn] = ACTIONS(2959), + [anon_sym_PLUS] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2959), + [anon_sym_STAR] = ACTIONS(2959), + [anon_sym_SLASH] = ACTIONS(2959), + [anon_sym_PERCENT] = ACTIONS(2959), + [anon_sym_LT] = ACTIONS(2959), + [anon_sym_GT] = ACTIONS(2959), + [anon_sym_EQ_EQ] = ACTIONS(2959), + [anon_sym_BANG_EQ] = ACTIONS(2959), + [anon_sym_LT_EQ] = ACTIONS(2959), + [anon_sym_GT_EQ] = ACTIONS(2959), + [anon_sym_LBRACK] = ACTIONS(2957), + [anon_sym_LT2] = ACTIONS(2959), + [anon_sym_struct] = ACTIONS(2959), + [anon_sym_union] = ACTIONS(2959), + [anon_sym_pub] = ACTIONS(2959), + [anon_sym_mut] = ACTIONS(2959), + [anon_sym_enum] = ACTIONS(2959), + [anon_sym_interface] = ACTIONS(2959), + [anon_sym_PLUS_PLUS] = ACTIONS(2959), + [anon_sym_DASH_DASH] = ACTIONS(2959), + [anon_sym_QMARK] = ACTIONS(2959), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_go] = ACTIONS(2959), + [anon_sym_spawn] = ACTIONS(2959), + [anon_sym_json_DOTdecode] = ACTIONS(2959), + [anon_sym_LBRACK2] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_CARET] = ACTIONS(2959), + [anon_sym_AMP] = ACTIONS(2959), + [anon_sym_LT_DASH] = ACTIONS(2959), + [anon_sym_LT_LT] = ACTIONS(2959), + [anon_sym_GT_GT] = ACTIONS(2959), + [anon_sym_GT_GT_GT] = ACTIONS(2959), + [anon_sym_AMP_CARET] = ACTIONS(2959), + [anon_sym_AMP_AMP] = ACTIONS(2959), + [anon_sym_PIPE_PIPE] = ACTIONS(2959), + [anon_sym_or] = ACTIONS(2959), + [sym_none] = ACTIONS(2959), + [sym_true] = ACTIONS(2959), + [sym_false] = ACTIONS(2959), + [sym_nil] = ACTIONS(2959), + [anon_sym_QMARK_DOT] = ACTIONS(2959), + [anon_sym_POUND_LBRACK] = ACTIONS(2959), + [anon_sym_if] = ACTIONS(2959), + [anon_sym_DOLLARif] = ACTIONS(2959), + [anon_sym_is] = ACTIONS(2959), + [anon_sym_BANGis] = ACTIONS(2959), + [anon_sym_in] = ACTIONS(2959), + [anon_sym_BANGin] = ACTIONS(2959), + [anon_sym_match] = ACTIONS(2959), + [anon_sym_select] = ACTIONS(2959), + [anon_sym_lock] = ACTIONS(2959), + [anon_sym_rlock] = ACTIONS(2959), + [anon_sym_unsafe] = ACTIONS(2959), + [anon_sym_sql] = ACTIONS(2959), + [sym_int_literal] = ACTIONS(2959), + [sym_float_literal] = ACTIONS(2959), + [sym_rune_literal] = ACTIONS(2959), + [anon_sym_AT] = ACTIONS(2959), + [anon_sym_shared] = ACTIONS(2959), + [anon_sym_map_LBRACK] = ACTIONS(2959), + [anon_sym_chan] = ACTIONS(2959), + [anon_sym_thread] = ACTIONS(2959), + [anon_sym_atomic] = ACTIONS(2959), + [anon_sym_assert] = ACTIONS(2959), + [anon_sym_defer] = ACTIONS(2959), + [anon_sym_goto] = ACTIONS(2959), + [anon_sym_break] = ACTIONS(2959), + [anon_sym_continue] = ACTIONS(2959), + [anon_sym_return] = ACTIONS(2959), + [anon_sym_DOLLARfor] = ACTIONS(2959), + [anon_sym_for] = ACTIONS(2959), + [anon_sym_POUND] = ACTIONS(2959), + [anon_sym_asm] = ACTIONS(2959), + [anon_sym_AT_LBRACK] = ACTIONS(2959), + [sym___double_quote] = ACTIONS(2959), + [sym___single_quote] = ACTIONS(2959), + [sym___c_double_quote] = ACTIONS(2959), + [sym___c_single_quote] = ACTIONS(2959), + [sym___r_double_quote] = ACTIONS(2959), + [sym___r_single_quote] = ACTIONS(2959), }, - [1083] = { - [ts_builtin_sym_end] = ACTIONS(3079), - [sym_identifier] = ACTIONS(3081), - [anon_sym_LF] = ACTIONS(3081), - [anon_sym_CR] = ACTIONS(3081), - [anon_sym_CR_LF] = ACTIONS(3081), + [1075] = { + [ts_builtin_sym_end] = ACTIONS(2641), + [sym_identifier] = ACTIONS(2643), + [anon_sym_LF] = ACTIONS(2643), + [anon_sym_CR] = ACTIONS(2643), + [anon_sym_CR_LF] = ACTIONS(2643), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3081), - [anon_sym_as] = ACTIONS(3081), - [anon_sym_LBRACE] = ACTIONS(3081), - [anon_sym_COMMA] = ACTIONS(3081), - [anon_sym_const] = ACTIONS(3081), - [anon_sym_LPAREN] = ACTIONS(3081), - [anon_sym___global] = ACTIONS(3081), - [anon_sym_type] = ACTIONS(3081), - [anon_sym_PIPE] = ACTIONS(3081), - [anon_sym_fn] = ACTIONS(3081), - [anon_sym_PLUS] = ACTIONS(3081), - [anon_sym_DASH] = ACTIONS(3081), - [anon_sym_STAR] = ACTIONS(3081), - [anon_sym_SLASH] = ACTIONS(3081), - [anon_sym_PERCENT] = ACTIONS(3081), - [anon_sym_LT] = ACTIONS(3081), - [anon_sym_GT] = ACTIONS(3081), - [anon_sym_EQ_EQ] = ACTIONS(3081), - [anon_sym_BANG_EQ] = ACTIONS(3081), - [anon_sym_LT_EQ] = ACTIONS(3081), - [anon_sym_GT_EQ] = ACTIONS(3081), - [anon_sym_LBRACK] = ACTIONS(3079), - [anon_sym_struct] = ACTIONS(3081), - [anon_sym_union] = ACTIONS(3081), - [anon_sym_pub] = ACTIONS(3081), - [anon_sym_mut] = ACTIONS(3081), - [anon_sym_enum] = ACTIONS(3081), - [anon_sym_interface] = ACTIONS(3081), - [anon_sym_PLUS_PLUS] = ACTIONS(3081), - [anon_sym_DASH_DASH] = ACTIONS(3081), - [anon_sym_QMARK] = ACTIONS(3081), - [anon_sym_BANG] = ACTIONS(3081), - [anon_sym_go] = ACTIONS(3081), - [anon_sym_spawn] = ACTIONS(3081), - [anon_sym_json_DOTdecode] = ACTIONS(3081), - [anon_sym_LBRACK2] = ACTIONS(3081), - [anon_sym_TILDE] = ACTIONS(3081), - [anon_sym_CARET] = ACTIONS(3081), - [anon_sym_AMP] = ACTIONS(3081), - [anon_sym_LT_DASH] = ACTIONS(3081), - [anon_sym_LT_LT] = ACTIONS(3081), - [anon_sym_GT_GT] = ACTIONS(3081), - [anon_sym_GT_GT_GT] = ACTIONS(3081), - [anon_sym_AMP_CARET] = ACTIONS(3081), - [anon_sym_AMP_AMP] = ACTIONS(3081), - [anon_sym_PIPE_PIPE] = ACTIONS(3081), - [anon_sym_or] = ACTIONS(3081), - [sym_none] = ACTIONS(3081), - [sym_true] = ACTIONS(3081), - [sym_false] = ACTIONS(3081), - [sym_nil] = ACTIONS(3081), - [anon_sym_QMARK_DOT] = ACTIONS(3081), - [anon_sym_POUND_LBRACK] = ACTIONS(3081), - [anon_sym_if] = ACTIONS(3081), - [anon_sym_DOLLARif] = ACTIONS(3081), - [anon_sym_is] = ACTIONS(3081), - [anon_sym_BANGis] = ACTIONS(3081), - [anon_sym_in] = ACTIONS(3081), - [anon_sym_BANGin] = ACTIONS(3081), - [anon_sym_match] = ACTIONS(3081), - [anon_sym_select] = ACTIONS(3081), - [anon_sym_lock] = ACTIONS(3081), - [anon_sym_rlock] = ACTIONS(3081), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3081), - [sym_int_literal] = ACTIONS(3081), - [sym_float_literal] = ACTIONS(3081), - [sym_rune_literal] = ACTIONS(3081), - [anon_sym_AT] = ACTIONS(3081), - [anon_sym_shared] = ACTIONS(3081), - [anon_sym_map_LBRACK] = ACTIONS(3081), - [anon_sym_chan] = ACTIONS(3081), - [anon_sym_thread] = ACTIONS(3081), - [anon_sym_atomic] = ACTIONS(3081), - [anon_sym_assert] = ACTIONS(3081), - [anon_sym_defer] = ACTIONS(3081), - [anon_sym_goto] = ACTIONS(3081), - [anon_sym_break] = ACTIONS(3081), - [anon_sym_continue] = ACTIONS(3081), - [anon_sym_return] = ACTIONS(3081), - [anon_sym_DOLLARfor] = ACTIONS(3081), - [anon_sym_for] = ACTIONS(3081), - [anon_sym_POUND] = ACTIONS(3081), - [anon_sym_asm] = ACTIONS(3081), - [anon_sym_AT_LBRACK] = ACTIONS(3081), - [sym___double_quote] = ACTIONS(3081), - [sym___single_quote] = ACTIONS(3081), - [sym___c_double_quote] = ACTIONS(3081), - [sym___c_single_quote] = ACTIONS(3081), - [sym___r_double_quote] = ACTIONS(3081), - [sym___r_single_quote] = ACTIONS(3081), + [anon_sym_DOT] = ACTIONS(2643), + [anon_sym_as] = ACTIONS(2643), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_COMMA] = ACTIONS(2643), + [anon_sym_const] = ACTIONS(2643), + [anon_sym_LPAREN] = ACTIONS(2643), + [anon_sym___global] = ACTIONS(2643), + [anon_sym_type] = ACTIONS(2643), + [anon_sym_PIPE] = ACTIONS(2643), + [anon_sym_fn] = ACTIONS(2643), + [anon_sym_PLUS] = ACTIONS(2643), + [anon_sym_DASH] = ACTIONS(2643), + [anon_sym_STAR] = ACTIONS(2643), + [anon_sym_SLASH] = ACTIONS(2643), + [anon_sym_PERCENT] = ACTIONS(2643), + [anon_sym_LT] = ACTIONS(2643), + [anon_sym_GT] = ACTIONS(2643), + [anon_sym_EQ_EQ] = ACTIONS(2643), + [anon_sym_BANG_EQ] = ACTIONS(2643), + [anon_sym_LT_EQ] = ACTIONS(2643), + [anon_sym_GT_EQ] = ACTIONS(2643), + [anon_sym_LBRACK] = ACTIONS(2641), + [anon_sym_LT2] = ACTIONS(2643), + [anon_sym_struct] = ACTIONS(2643), + [anon_sym_union] = ACTIONS(2643), + [anon_sym_pub] = ACTIONS(2643), + [anon_sym_mut] = ACTIONS(2643), + [anon_sym_enum] = ACTIONS(2643), + [anon_sym_interface] = ACTIONS(2643), + [anon_sym_PLUS_PLUS] = ACTIONS(2643), + [anon_sym_DASH_DASH] = ACTIONS(2643), + [anon_sym_QMARK] = ACTIONS(2643), + [anon_sym_BANG] = ACTIONS(2643), + [anon_sym_go] = ACTIONS(2643), + [anon_sym_spawn] = ACTIONS(2643), + [anon_sym_json_DOTdecode] = ACTIONS(2643), + [anon_sym_LBRACK2] = ACTIONS(2643), + [anon_sym_TILDE] = ACTIONS(2643), + [anon_sym_CARET] = ACTIONS(2643), + [anon_sym_AMP] = ACTIONS(2643), + [anon_sym_LT_DASH] = ACTIONS(2643), + [anon_sym_LT_LT] = ACTIONS(2643), + [anon_sym_GT_GT] = ACTIONS(2643), + [anon_sym_GT_GT_GT] = ACTIONS(2643), + [anon_sym_AMP_CARET] = ACTIONS(2643), + [anon_sym_AMP_AMP] = ACTIONS(2643), + [anon_sym_PIPE_PIPE] = ACTIONS(2643), + [anon_sym_or] = ACTIONS(2643), + [sym_none] = ACTIONS(2643), + [sym_true] = ACTIONS(2643), + [sym_false] = ACTIONS(2643), + [sym_nil] = ACTIONS(2643), + [anon_sym_QMARK_DOT] = ACTIONS(2643), + [anon_sym_POUND_LBRACK] = ACTIONS(2643), + [anon_sym_if] = ACTIONS(2643), + [anon_sym_DOLLARif] = ACTIONS(2643), + [anon_sym_is] = ACTIONS(2643), + [anon_sym_BANGis] = ACTIONS(2643), + [anon_sym_in] = ACTIONS(2643), + [anon_sym_BANGin] = ACTIONS(2643), + [anon_sym_match] = ACTIONS(2643), + [anon_sym_select] = ACTIONS(2643), + [anon_sym_lock] = ACTIONS(2643), + [anon_sym_rlock] = ACTIONS(2643), + [anon_sym_unsafe] = ACTIONS(2643), + [anon_sym_sql] = ACTIONS(2643), + [sym_int_literal] = ACTIONS(2643), + [sym_float_literal] = ACTIONS(2643), + [sym_rune_literal] = ACTIONS(2643), + [anon_sym_AT] = ACTIONS(2643), + [anon_sym_shared] = ACTIONS(2643), + [anon_sym_map_LBRACK] = ACTIONS(2643), + [anon_sym_chan] = ACTIONS(2643), + [anon_sym_thread] = ACTIONS(2643), + [anon_sym_atomic] = ACTIONS(2643), + [anon_sym_assert] = ACTIONS(2643), + [anon_sym_defer] = ACTIONS(2643), + [anon_sym_goto] = ACTIONS(2643), + [anon_sym_break] = ACTIONS(2643), + [anon_sym_continue] = ACTIONS(2643), + [anon_sym_return] = ACTIONS(2643), + [anon_sym_DOLLARfor] = ACTIONS(2643), + [anon_sym_for] = ACTIONS(2643), + [anon_sym_POUND] = ACTIONS(2643), + [anon_sym_asm] = ACTIONS(2643), + [anon_sym_AT_LBRACK] = ACTIONS(2643), + [sym___double_quote] = ACTIONS(2643), + [sym___single_quote] = ACTIONS(2643), + [sym___c_double_quote] = ACTIONS(2643), + [sym___c_single_quote] = ACTIONS(2643), + [sym___r_double_quote] = ACTIONS(2643), + [sym___r_single_quote] = ACTIONS(2643), }, - [1084] = { - [ts_builtin_sym_end] = ACTIONS(3007), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LF] = ACTIONS(3009), - [anon_sym_CR] = ACTIONS(3009), - [anon_sym_CR_LF] = ACTIONS(3009), + [1076] = { + [ts_builtin_sym_end] = ACTIONS(2901), + [sym_identifier] = ACTIONS(2903), + [anon_sym_LF] = ACTIONS(2903), + [anon_sym_CR] = ACTIONS(2903), + [anon_sym_CR_LF] = ACTIONS(2903), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3009), - [anon_sym_as] = ACTIONS(3009), - [anon_sym_LBRACE] = ACTIONS(3009), - [anon_sym_COMMA] = ACTIONS(3009), - [anon_sym_const] = ACTIONS(3009), - [anon_sym_LPAREN] = ACTIONS(3009), - [anon_sym___global] = ACTIONS(3009), - [anon_sym_type] = ACTIONS(3009), - [anon_sym_PIPE] = ACTIONS(3009), - [anon_sym_fn] = ACTIONS(3009), - [anon_sym_PLUS] = ACTIONS(3009), - [anon_sym_DASH] = ACTIONS(3009), - [anon_sym_STAR] = ACTIONS(3009), - [anon_sym_SLASH] = ACTIONS(3009), - [anon_sym_PERCENT] = ACTIONS(3009), - [anon_sym_LT] = ACTIONS(3009), - [anon_sym_GT] = ACTIONS(3009), - [anon_sym_EQ_EQ] = ACTIONS(3009), - [anon_sym_BANG_EQ] = ACTIONS(3009), - [anon_sym_LT_EQ] = ACTIONS(3009), - [anon_sym_GT_EQ] = ACTIONS(3009), - [anon_sym_LBRACK] = ACTIONS(3007), - [anon_sym_struct] = ACTIONS(3009), - [anon_sym_union] = ACTIONS(3009), - [anon_sym_pub] = ACTIONS(3009), - [anon_sym_mut] = ACTIONS(3009), - [anon_sym_enum] = ACTIONS(3009), - [anon_sym_interface] = ACTIONS(3009), - [anon_sym_PLUS_PLUS] = ACTIONS(3009), - [anon_sym_DASH_DASH] = ACTIONS(3009), - [anon_sym_QMARK] = ACTIONS(3009), - [anon_sym_BANG] = ACTIONS(3009), - [anon_sym_go] = ACTIONS(3009), - [anon_sym_spawn] = ACTIONS(3009), - [anon_sym_json_DOTdecode] = ACTIONS(3009), - [anon_sym_LBRACK2] = ACTIONS(3009), - [anon_sym_TILDE] = ACTIONS(3009), - [anon_sym_CARET] = ACTIONS(3009), - [anon_sym_AMP] = ACTIONS(3009), - [anon_sym_LT_DASH] = ACTIONS(3009), - [anon_sym_LT_LT] = ACTIONS(3009), - [anon_sym_GT_GT] = ACTIONS(3009), - [anon_sym_GT_GT_GT] = ACTIONS(3009), - [anon_sym_AMP_CARET] = ACTIONS(3009), - [anon_sym_AMP_AMP] = ACTIONS(3009), - [anon_sym_PIPE_PIPE] = ACTIONS(3009), - [anon_sym_or] = ACTIONS(3009), - [sym_none] = ACTIONS(3009), - [sym_true] = ACTIONS(3009), - [sym_false] = ACTIONS(3009), - [sym_nil] = ACTIONS(3009), - [anon_sym_QMARK_DOT] = ACTIONS(3009), - [anon_sym_POUND_LBRACK] = ACTIONS(3009), - [anon_sym_if] = ACTIONS(3009), - [anon_sym_DOLLARif] = ACTIONS(3009), - [anon_sym_is] = ACTIONS(3009), - [anon_sym_BANGis] = ACTIONS(3009), - [anon_sym_in] = ACTIONS(3009), - [anon_sym_BANGin] = ACTIONS(3009), - [anon_sym_match] = ACTIONS(3009), - [anon_sym_select] = ACTIONS(3009), - [anon_sym_lock] = ACTIONS(3009), - [anon_sym_rlock] = ACTIONS(3009), - [anon_sym_unsafe] = ACTIONS(3009), - [anon_sym_sql] = ACTIONS(3009), - [sym_int_literal] = ACTIONS(3009), - [sym_float_literal] = ACTIONS(3009), - [sym_rune_literal] = ACTIONS(3009), - [anon_sym_AT] = ACTIONS(3009), - [anon_sym_shared] = ACTIONS(3009), - [anon_sym_map_LBRACK] = ACTIONS(3009), - [anon_sym_chan] = ACTIONS(3009), - [anon_sym_thread] = ACTIONS(3009), - [anon_sym_atomic] = ACTIONS(3009), - [anon_sym_assert] = ACTIONS(3009), - [anon_sym_defer] = ACTIONS(3009), - [anon_sym_goto] = ACTIONS(3009), - [anon_sym_break] = ACTIONS(3009), - [anon_sym_continue] = ACTIONS(3009), - [anon_sym_return] = ACTIONS(3009), - [anon_sym_DOLLARfor] = ACTIONS(3009), - [anon_sym_for] = ACTIONS(3009), - [anon_sym_POUND] = ACTIONS(3009), - [anon_sym_asm] = ACTIONS(3009), - [anon_sym_AT_LBRACK] = ACTIONS(3009), - [sym___double_quote] = ACTIONS(3009), - [sym___single_quote] = ACTIONS(3009), - [sym___c_double_quote] = ACTIONS(3009), - [sym___c_single_quote] = ACTIONS(3009), - [sym___r_double_quote] = ACTIONS(3009), - [sym___r_single_quote] = ACTIONS(3009), + [anon_sym_DOT] = ACTIONS(2903), + [anon_sym_as] = ACTIONS(2903), + [anon_sym_LBRACE] = ACTIONS(2903), + [anon_sym_COMMA] = ACTIONS(2903), + [anon_sym_const] = ACTIONS(2903), + [anon_sym_LPAREN] = ACTIONS(2903), + [anon_sym___global] = ACTIONS(2903), + [anon_sym_type] = ACTIONS(2903), + [anon_sym_PIPE] = ACTIONS(2903), + [anon_sym_fn] = ACTIONS(2903), + [anon_sym_PLUS] = ACTIONS(2903), + [anon_sym_DASH] = ACTIONS(2903), + [anon_sym_STAR] = ACTIONS(2903), + [anon_sym_SLASH] = ACTIONS(2903), + [anon_sym_PERCENT] = ACTIONS(2903), + [anon_sym_LT] = ACTIONS(2903), + [anon_sym_GT] = ACTIONS(2903), + [anon_sym_EQ_EQ] = ACTIONS(2903), + [anon_sym_BANG_EQ] = ACTIONS(2903), + [anon_sym_LT_EQ] = ACTIONS(2903), + [anon_sym_GT_EQ] = ACTIONS(2903), + [anon_sym_LBRACK] = ACTIONS(2901), + [anon_sym_LT2] = ACTIONS(2903), + [anon_sym_struct] = ACTIONS(2903), + [anon_sym_union] = ACTIONS(2903), + [anon_sym_pub] = ACTIONS(2903), + [anon_sym_mut] = ACTIONS(2903), + [anon_sym_enum] = ACTIONS(2903), + [anon_sym_interface] = ACTIONS(2903), + [anon_sym_PLUS_PLUS] = ACTIONS(2903), + [anon_sym_DASH_DASH] = ACTIONS(2903), + [anon_sym_QMARK] = ACTIONS(2903), + [anon_sym_BANG] = ACTIONS(2903), + [anon_sym_go] = ACTIONS(2903), + [anon_sym_spawn] = ACTIONS(2903), + [anon_sym_json_DOTdecode] = ACTIONS(2903), + [anon_sym_LBRACK2] = ACTIONS(2903), + [anon_sym_TILDE] = ACTIONS(2903), + [anon_sym_CARET] = ACTIONS(2903), + [anon_sym_AMP] = ACTIONS(2903), + [anon_sym_LT_DASH] = ACTIONS(2903), + [anon_sym_LT_LT] = ACTIONS(2903), + [anon_sym_GT_GT] = ACTIONS(2903), + [anon_sym_GT_GT_GT] = ACTIONS(2903), + [anon_sym_AMP_CARET] = ACTIONS(2903), + [anon_sym_AMP_AMP] = ACTIONS(2903), + [anon_sym_PIPE_PIPE] = ACTIONS(2903), + [anon_sym_or] = ACTIONS(2903), + [sym_none] = ACTIONS(2903), + [sym_true] = ACTIONS(2903), + [sym_false] = ACTIONS(2903), + [sym_nil] = ACTIONS(2903), + [anon_sym_QMARK_DOT] = ACTIONS(2903), + [anon_sym_POUND_LBRACK] = ACTIONS(2903), + [anon_sym_if] = ACTIONS(2903), + [anon_sym_DOLLARif] = ACTIONS(2903), + [anon_sym_is] = ACTIONS(2903), + [anon_sym_BANGis] = ACTIONS(2903), + [anon_sym_in] = ACTIONS(2903), + [anon_sym_BANGin] = ACTIONS(2903), + [anon_sym_match] = ACTIONS(2903), + [anon_sym_select] = ACTIONS(2903), + [anon_sym_lock] = ACTIONS(2903), + [anon_sym_rlock] = ACTIONS(2903), + [anon_sym_unsafe] = ACTIONS(2903), + [anon_sym_sql] = ACTIONS(2903), + [sym_int_literal] = ACTIONS(2903), + [sym_float_literal] = ACTIONS(2903), + [sym_rune_literal] = ACTIONS(2903), + [anon_sym_AT] = ACTIONS(2903), + [anon_sym_shared] = ACTIONS(2903), + [anon_sym_map_LBRACK] = ACTIONS(2903), + [anon_sym_chan] = ACTIONS(2903), + [anon_sym_thread] = ACTIONS(2903), + [anon_sym_atomic] = ACTIONS(2903), + [anon_sym_assert] = ACTIONS(2903), + [anon_sym_defer] = ACTIONS(2903), + [anon_sym_goto] = ACTIONS(2903), + [anon_sym_break] = ACTIONS(2903), + [anon_sym_continue] = ACTIONS(2903), + [anon_sym_return] = ACTIONS(2903), + [anon_sym_DOLLARfor] = ACTIONS(2903), + [anon_sym_for] = ACTIONS(2903), + [anon_sym_POUND] = ACTIONS(2903), + [anon_sym_asm] = ACTIONS(2903), + [anon_sym_AT_LBRACK] = ACTIONS(2903), + [sym___double_quote] = ACTIONS(2903), + [sym___single_quote] = ACTIONS(2903), + [sym___c_double_quote] = ACTIONS(2903), + [sym___c_single_quote] = ACTIONS(2903), + [sym___r_double_quote] = ACTIONS(2903), + [sym___r_single_quote] = ACTIONS(2903), }, - [1085] = { - [ts_builtin_sym_end] = ACTIONS(2991), - [sym_identifier] = ACTIONS(2993), - [anon_sym_LF] = ACTIONS(2993), - [anon_sym_CR] = ACTIONS(2993), - [anon_sym_CR_LF] = ACTIONS(2993), + [1077] = { + [ts_builtin_sym_end] = ACTIONS(2953), + [sym_identifier] = ACTIONS(2955), + [anon_sym_LF] = ACTIONS(2955), + [anon_sym_CR] = ACTIONS(2955), + [anon_sym_CR_LF] = ACTIONS(2955), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2993), - [anon_sym_as] = ACTIONS(2993), - [anon_sym_LBRACE] = ACTIONS(2993), - [anon_sym_COMMA] = ACTIONS(2993), - [anon_sym_const] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(2993), - [anon_sym___global] = ACTIONS(2993), - [anon_sym_type] = ACTIONS(2993), - [anon_sym_PIPE] = ACTIONS(2993), - [anon_sym_fn] = ACTIONS(2993), - [anon_sym_PLUS] = ACTIONS(2993), - [anon_sym_DASH] = ACTIONS(2993), - [anon_sym_STAR] = ACTIONS(2993), - [anon_sym_SLASH] = ACTIONS(2993), - [anon_sym_PERCENT] = ACTIONS(2993), - [anon_sym_LT] = ACTIONS(2993), - [anon_sym_GT] = ACTIONS(2993), - [anon_sym_EQ_EQ] = ACTIONS(2993), - [anon_sym_BANG_EQ] = ACTIONS(2993), - [anon_sym_LT_EQ] = ACTIONS(2993), - [anon_sym_GT_EQ] = ACTIONS(2993), - [anon_sym_LBRACK] = ACTIONS(2991), - [anon_sym_struct] = ACTIONS(2993), - [anon_sym_union] = ACTIONS(2993), - [anon_sym_pub] = ACTIONS(2993), - [anon_sym_mut] = ACTIONS(2993), - [anon_sym_enum] = ACTIONS(2993), - [anon_sym_interface] = ACTIONS(2993), - [anon_sym_PLUS_PLUS] = ACTIONS(2993), - [anon_sym_DASH_DASH] = ACTIONS(2993), - [anon_sym_QMARK] = ACTIONS(2993), - [anon_sym_BANG] = ACTIONS(2993), - [anon_sym_go] = ACTIONS(2993), - [anon_sym_spawn] = ACTIONS(2993), - [anon_sym_json_DOTdecode] = ACTIONS(2993), - [anon_sym_LBRACK2] = ACTIONS(2993), - [anon_sym_TILDE] = ACTIONS(2993), - [anon_sym_CARET] = ACTIONS(2993), - [anon_sym_AMP] = ACTIONS(2993), - [anon_sym_LT_DASH] = ACTIONS(2993), - [anon_sym_LT_LT] = ACTIONS(2993), - [anon_sym_GT_GT] = ACTIONS(2993), - [anon_sym_GT_GT_GT] = ACTIONS(2993), - [anon_sym_AMP_CARET] = ACTIONS(2993), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_or] = ACTIONS(2993), - [sym_none] = ACTIONS(2993), - [sym_true] = ACTIONS(2993), - [sym_false] = ACTIONS(2993), - [sym_nil] = ACTIONS(2993), - [anon_sym_QMARK_DOT] = ACTIONS(2993), - [anon_sym_POUND_LBRACK] = ACTIONS(2993), - [anon_sym_if] = ACTIONS(2993), - [anon_sym_DOLLARif] = ACTIONS(2993), - [anon_sym_is] = ACTIONS(2993), - [anon_sym_BANGis] = ACTIONS(2993), - [anon_sym_in] = ACTIONS(2993), - [anon_sym_BANGin] = ACTIONS(2993), - [anon_sym_match] = ACTIONS(2993), - [anon_sym_select] = ACTIONS(2993), - [anon_sym_lock] = ACTIONS(2993), - [anon_sym_rlock] = ACTIONS(2993), - [anon_sym_unsafe] = ACTIONS(2993), - [anon_sym_sql] = ACTIONS(2993), - [sym_int_literal] = ACTIONS(2993), - [sym_float_literal] = ACTIONS(2993), - [sym_rune_literal] = ACTIONS(2993), - [anon_sym_AT] = ACTIONS(2993), - [anon_sym_shared] = ACTIONS(2993), - [anon_sym_map_LBRACK] = ACTIONS(2993), - [anon_sym_chan] = ACTIONS(2993), - [anon_sym_thread] = ACTIONS(2993), - [anon_sym_atomic] = ACTIONS(2993), - [anon_sym_assert] = ACTIONS(2993), - [anon_sym_defer] = ACTIONS(2993), - [anon_sym_goto] = ACTIONS(2993), - [anon_sym_break] = ACTIONS(2993), - [anon_sym_continue] = ACTIONS(2993), - [anon_sym_return] = ACTIONS(2993), - [anon_sym_DOLLARfor] = ACTIONS(2993), - [anon_sym_for] = ACTIONS(2993), - [anon_sym_POUND] = ACTIONS(2993), - [anon_sym_asm] = ACTIONS(2993), - [anon_sym_AT_LBRACK] = ACTIONS(2993), - [sym___double_quote] = ACTIONS(2993), - [sym___single_quote] = ACTIONS(2993), - [sym___c_double_quote] = ACTIONS(2993), - [sym___c_single_quote] = ACTIONS(2993), - [sym___r_double_quote] = ACTIONS(2993), - [sym___r_single_quote] = ACTIONS(2993), + [anon_sym_DOT] = ACTIONS(2955), + [anon_sym_as] = ACTIONS(2955), + [anon_sym_LBRACE] = ACTIONS(2955), + [anon_sym_COMMA] = ACTIONS(2955), + [anon_sym_const] = ACTIONS(2955), + [anon_sym_LPAREN] = ACTIONS(2955), + [anon_sym___global] = ACTIONS(2955), + [anon_sym_type] = ACTIONS(2955), + [anon_sym_PIPE] = ACTIONS(2955), + [anon_sym_fn] = ACTIONS(2955), + [anon_sym_PLUS] = ACTIONS(2955), + [anon_sym_DASH] = ACTIONS(2955), + [anon_sym_STAR] = ACTIONS(2955), + [anon_sym_SLASH] = ACTIONS(2955), + [anon_sym_PERCENT] = ACTIONS(2955), + [anon_sym_LT] = ACTIONS(2955), + [anon_sym_GT] = ACTIONS(2955), + [anon_sym_EQ_EQ] = ACTIONS(2955), + [anon_sym_BANG_EQ] = ACTIONS(2955), + [anon_sym_LT_EQ] = ACTIONS(2955), + [anon_sym_GT_EQ] = ACTIONS(2955), + [anon_sym_LBRACK] = ACTIONS(2953), + [anon_sym_LT2] = ACTIONS(2955), + [anon_sym_struct] = ACTIONS(2955), + [anon_sym_union] = ACTIONS(2955), + [anon_sym_pub] = ACTIONS(2955), + [anon_sym_mut] = ACTIONS(2955), + [anon_sym_enum] = ACTIONS(2955), + [anon_sym_interface] = ACTIONS(2955), + [anon_sym_PLUS_PLUS] = ACTIONS(2955), + [anon_sym_DASH_DASH] = ACTIONS(2955), + [anon_sym_QMARK] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2955), + [anon_sym_go] = ACTIONS(2955), + [anon_sym_spawn] = ACTIONS(2955), + [anon_sym_json_DOTdecode] = ACTIONS(2955), + [anon_sym_LBRACK2] = ACTIONS(2955), + [anon_sym_TILDE] = ACTIONS(2955), + [anon_sym_CARET] = ACTIONS(2955), + [anon_sym_AMP] = ACTIONS(2955), + [anon_sym_LT_DASH] = ACTIONS(2955), + [anon_sym_LT_LT] = ACTIONS(2955), + [anon_sym_GT_GT] = ACTIONS(2955), + [anon_sym_GT_GT_GT] = ACTIONS(2955), + [anon_sym_AMP_CARET] = ACTIONS(2955), + [anon_sym_AMP_AMP] = ACTIONS(2955), + [anon_sym_PIPE_PIPE] = ACTIONS(2955), + [anon_sym_or] = ACTIONS(2955), + [sym_none] = ACTIONS(2955), + [sym_true] = ACTIONS(2955), + [sym_false] = ACTIONS(2955), + [sym_nil] = ACTIONS(2955), + [anon_sym_QMARK_DOT] = ACTIONS(2955), + [anon_sym_POUND_LBRACK] = ACTIONS(2955), + [anon_sym_if] = ACTIONS(2955), + [anon_sym_DOLLARif] = ACTIONS(2955), + [anon_sym_is] = ACTIONS(2955), + [anon_sym_BANGis] = ACTIONS(2955), + [anon_sym_in] = ACTIONS(2955), + [anon_sym_BANGin] = ACTIONS(2955), + [anon_sym_match] = ACTIONS(2955), + [anon_sym_select] = ACTIONS(2955), + [anon_sym_lock] = ACTIONS(2955), + [anon_sym_rlock] = ACTIONS(2955), + [anon_sym_unsafe] = ACTIONS(2955), + [anon_sym_sql] = ACTIONS(2955), + [sym_int_literal] = ACTIONS(2955), + [sym_float_literal] = ACTIONS(2955), + [sym_rune_literal] = ACTIONS(2955), + [anon_sym_AT] = ACTIONS(2955), + [anon_sym_shared] = ACTIONS(2955), + [anon_sym_map_LBRACK] = ACTIONS(2955), + [anon_sym_chan] = ACTIONS(2955), + [anon_sym_thread] = ACTIONS(2955), + [anon_sym_atomic] = ACTIONS(2955), + [anon_sym_assert] = ACTIONS(2955), + [anon_sym_defer] = ACTIONS(2955), + [anon_sym_goto] = ACTIONS(2955), + [anon_sym_break] = ACTIONS(2955), + [anon_sym_continue] = ACTIONS(2955), + [anon_sym_return] = ACTIONS(2955), + [anon_sym_DOLLARfor] = ACTIONS(2955), + [anon_sym_for] = ACTIONS(2955), + [anon_sym_POUND] = ACTIONS(2955), + [anon_sym_asm] = ACTIONS(2955), + [anon_sym_AT_LBRACK] = ACTIONS(2955), + [sym___double_quote] = ACTIONS(2955), + [sym___single_quote] = ACTIONS(2955), + [sym___c_double_quote] = ACTIONS(2955), + [sym___c_single_quote] = ACTIONS(2955), + [sym___r_double_quote] = ACTIONS(2955), + [sym___r_single_quote] = ACTIONS(2955), }, - [1086] = { - [ts_builtin_sym_end] = ACTIONS(2954), + [1078] = { + [ts_builtin_sym_end] = ACTIONS(3181), + [sym_identifier] = ACTIONS(3183), + [anon_sym_LF] = ACTIONS(3183), + [anon_sym_CR] = ACTIONS(3183), + [anon_sym_CR_LF] = ACTIONS(3183), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3183), + [anon_sym_as] = ACTIONS(3183), + [anon_sym_LBRACE] = ACTIONS(3183), + [anon_sym_COMMA] = ACTIONS(3183), + [anon_sym_const] = ACTIONS(3183), + [anon_sym_LPAREN] = ACTIONS(3183), + [anon_sym___global] = ACTIONS(3183), + [anon_sym_type] = ACTIONS(3183), + [anon_sym_PIPE] = ACTIONS(3183), + [anon_sym_fn] = ACTIONS(3183), + [anon_sym_PLUS] = ACTIONS(3183), + [anon_sym_DASH] = ACTIONS(3183), + [anon_sym_STAR] = ACTIONS(3183), + [anon_sym_SLASH] = ACTIONS(3183), + [anon_sym_PERCENT] = ACTIONS(3183), + [anon_sym_LT] = ACTIONS(3183), + [anon_sym_GT] = ACTIONS(3183), + [anon_sym_EQ_EQ] = ACTIONS(3183), + [anon_sym_BANG_EQ] = ACTIONS(3183), + [anon_sym_LT_EQ] = ACTIONS(3183), + [anon_sym_GT_EQ] = ACTIONS(3183), + [anon_sym_LBRACK] = ACTIONS(3181), + [anon_sym_LT2] = ACTIONS(3183), + [anon_sym_struct] = ACTIONS(3183), + [anon_sym_union] = ACTIONS(3183), + [anon_sym_pub] = ACTIONS(3183), + [anon_sym_mut] = ACTIONS(3183), + [anon_sym_enum] = ACTIONS(3183), + [anon_sym_interface] = ACTIONS(3183), + [anon_sym_PLUS_PLUS] = ACTIONS(3183), + [anon_sym_DASH_DASH] = ACTIONS(3183), + [anon_sym_QMARK] = ACTIONS(3183), + [anon_sym_BANG] = ACTIONS(3183), + [anon_sym_go] = ACTIONS(3183), + [anon_sym_spawn] = ACTIONS(3183), + [anon_sym_json_DOTdecode] = ACTIONS(3183), + [anon_sym_LBRACK2] = ACTIONS(3183), + [anon_sym_TILDE] = ACTIONS(3183), + [anon_sym_CARET] = ACTIONS(3183), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_LT_DASH] = ACTIONS(3183), + [anon_sym_LT_LT] = ACTIONS(3183), + [anon_sym_GT_GT] = ACTIONS(3183), + [anon_sym_GT_GT_GT] = ACTIONS(3183), + [anon_sym_AMP_CARET] = ACTIONS(3183), + [anon_sym_AMP_AMP] = ACTIONS(3183), + [anon_sym_PIPE_PIPE] = ACTIONS(3183), + [anon_sym_or] = ACTIONS(3183), + [sym_none] = ACTIONS(3183), + [sym_true] = ACTIONS(3183), + [sym_false] = ACTIONS(3183), + [sym_nil] = ACTIONS(3183), + [anon_sym_QMARK_DOT] = ACTIONS(3183), + [anon_sym_POUND_LBRACK] = ACTIONS(3183), + [anon_sym_if] = ACTIONS(3183), + [anon_sym_DOLLARif] = ACTIONS(3183), + [anon_sym_is] = ACTIONS(3183), + [anon_sym_BANGis] = ACTIONS(3183), + [anon_sym_in] = ACTIONS(3183), + [anon_sym_BANGin] = ACTIONS(3183), + [anon_sym_match] = ACTIONS(3183), + [anon_sym_select] = ACTIONS(3183), + [anon_sym_lock] = ACTIONS(3183), + [anon_sym_rlock] = ACTIONS(3183), + [anon_sym_unsafe] = ACTIONS(3183), + [anon_sym_sql] = ACTIONS(3183), + [sym_int_literal] = ACTIONS(3183), + [sym_float_literal] = ACTIONS(3183), + [sym_rune_literal] = ACTIONS(3183), + [anon_sym_AT] = ACTIONS(3183), + [anon_sym_shared] = ACTIONS(3183), + [anon_sym_map_LBRACK] = ACTIONS(3183), + [anon_sym_chan] = ACTIONS(3183), + [anon_sym_thread] = ACTIONS(3183), + [anon_sym_atomic] = ACTIONS(3183), + [anon_sym_assert] = ACTIONS(3183), + [anon_sym_defer] = ACTIONS(3183), + [anon_sym_goto] = ACTIONS(3183), + [anon_sym_break] = ACTIONS(3183), + [anon_sym_continue] = ACTIONS(3183), + [anon_sym_return] = ACTIONS(3183), + [anon_sym_DOLLARfor] = ACTIONS(3183), + [anon_sym_for] = ACTIONS(3183), + [anon_sym_POUND] = ACTIONS(3183), + [anon_sym_asm] = ACTIONS(3183), + [anon_sym_AT_LBRACK] = ACTIONS(3183), + [sym___double_quote] = ACTIONS(3183), + [sym___single_quote] = ACTIONS(3183), + [sym___c_double_quote] = ACTIONS(3183), + [sym___c_single_quote] = ACTIONS(3183), + [sym___r_double_quote] = ACTIONS(3183), + [sym___r_single_quote] = ACTIONS(3183), + }, + [1079] = { + [ts_builtin_sym_end] = ACTIONS(2949), [sym_identifier] = ACTIONS(2951), [anon_sym_LF] = ACTIONS(2951), [anon_sym_CR] = ACTIONS(2951), @@ -148996,7 +148738,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANG_EQ] = ACTIONS(2951), [anon_sym_LT_EQ] = ACTIONS(2951), [anon_sym_GT_EQ] = ACTIONS(2951), - [anon_sym_LBRACK] = ACTIONS(2954), + [anon_sym_LBRACK] = ACTIONS(2949), + [anon_sym_LT2] = ACTIONS(2951), [anon_sym_struct] = ACTIONS(2951), [anon_sym_union] = ACTIONS(2951), [anon_sym_pub] = ACTIONS(2951), @@ -149067,403 +148810,1007 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(2951), [sym___r_single_quote] = ACTIONS(2951), }, + [1080] = { + [ts_builtin_sym_end] = ACTIONS(2929), + [sym_identifier] = ACTIONS(2931), + [anon_sym_LF] = ACTIONS(2931), + [anon_sym_CR] = ACTIONS(2931), + [anon_sym_CR_LF] = ACTIONS(2931), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2931), + [anon_sym_as] = ACTIONS(2931), + [anon_sym_LBRACE] = ACTIONS(2931), + [anon_sym_COMMA] = ACTIONS(2931), + [anon_sym_const] = ACTIONS(2931), + [anon_sym_LPAREN] = ACTIONS(2931), + [anon_sym___global] = ACTIONS(2931), + [anon_sym_type] = ACTIONS(2931), + [anon_sym_PIPE] = ACTIONS(2931), + [anon_sym_fn] = ACTIONS(2931), + [anon_sym_PLUS] = ACTIONS(2931), + [anon_sym_DASH] = ACTIONS(2931), + [anon_sym_STAR] = ACTIONS(2931), + [anon_sym_SLASH] = ACTIONS(2931), + [anon_sym_PERCENT] = ACTIONS(2931), + [anon_sym_LT] = ACTIONS(2931), + [anon_sym_GT] = ACTIONS(2931), + [anon_sym_EQ_EQ] = ACTIONS(2931), + [anon_sym_BANG_EQ] = ACTIONS(2931), + [anon_sym_LT_EQ] = ACTIONS(2931), + [anon_sym_GT_EQ] = ACTIONS(2931), + [anon_sym_LBRACK] = ACTIONS(2929), + [anon_sym_LT2] = ACTIONS(2931), + [anon_sym_struct] = ACTIONS(2931), + [anon_sym_union] = ACTIONS(2931), + [anon_sym_pub] = ACTIONS(2931), + [anon_sym_mut] = ACTIONS(2931), + [anon_sym_enum] = ACTIONS(2931), + [anon_sym_interface] = ACTIONS(2931), + [anon_sym_PLUS_PLUS] = ACTIONS(2931), + [anon_sym_DASH_DASH] = ACTIONS(2931), + [anon_sym_QMARK] = ACTIONS(2931), + [anon_sym_BANG] = ACTIONS(2931), + [anon_sym_go] = ACTIONS(2931), + [anon_sym_spawn] = ACTIONS(2931), + [anon_sym_json_DOTdecode] = ACTIONS(2931), + [anon_sym_LBRACK2] = ACTIONS(2931), + [anon_sym_TILDE] = ACTIONS(2931), + [anon_sym_CARET] = ACTIONS(2931), + [anon_sym_AMP] = ACTIONS(2931), + [anon_sym_LT_DASH] = ACTIONS(2931), + [anon_sym_LT_LT] = ACTIONS(2931), + [anon_sym_GT_GT] = ACTIONS(2931), + [anon_sym_GT_GT_GT] = ACTIONS(2931), + [anon_sym_AMP_CARET] = ACTIONS(2931), + [anon_sym_AMP_AMP] = ACTIONS(2931), + [anon_sym_PIPE_PIPE] = ACTIONS(2931), + [anon_sym_or] = ACTIONS(2931), + [sym_none] = ACTIONS(2931), + [sym_true] = ACTIONS(2931), + [sym_false] = ACTIONS(2931), + [sym_nil] = ACTIONS(2931), + [anon_sym_QMARK_DOT] = ACTIONS(2931), + [anon_sym_POUND_LBRACK] = ACTIONS(2931), + [anon_sym_if] = ACTIONS(2931), + [anon_sym_DOLLARif] = ACTIONS(2931), + [anon_sym_is] = ACTIONS(2931), + [anon_sym_BANGis] = ACTIONS(2931), + [anon_sym_in] = ACTIONS(2931), + [anon_sym_BANGin] = ACTIONS(2931), + [anon_sym_match] = ACTIONS(2931), + [anon_sym_select] = ACTIONS(2931), + [anon_sym_lock] = ACTIONS(2931), + [anon_sym_rlock] = ACTIONS(2931), + [anon_sym_unsafe] = ACTIONS(2931), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2931), + [sym_float_literal] = ACTIONS(2931), + [sym_rune_literal] = ACTIONS(2931), + [anon_sym_AT] = ACTIONS(2931), + [anon_sym_shared] = ACTIONS(2931), + [anon_sym_map_LBRACK] = ACTIONS(2931), + [anon_sym_chan] = ACTIONS(2931), + [anon_sym_thread] = ACTIONS(2931), + [anon_sym_atomic] = ACTIONS(2931), + [anon_sym_assert] = ACTIONS(2931), + [anon_sym_defer] = ACTIONS(2931), + [anon_sym_goto] = ACTIONS(2931), + [anon_sym_break] = ACTIONS(2931), + [anon_sym_continue] = ACTIONS(2931), + [anon_sym_return] = ACTIONS(2931), + [anon_sym_DOLLARfor] = ACTIONS(2931), + [anon_sym_for] = ACTIONS(2931), + [anon_sym_POUND] = ACTIONS(2931), + [anon_sym_asm] = ACTIONS(2931), + [anon_sym_AT_LBRACK] = ACTIONS(2931), + [sym___double_quote] = ACTIONS(2931), + [sym___single_quote] = ACTIONS(2931), + [sym___c_double_quote] = ACTIONS(2931), + [sym___c_single_quote] = ACTIONS(2931), + [sym___r_double_quote] = ACTIONS(2931), + [sym___r_single_quote] = ACTIONS(2931), + }, + [1081] = { + [ts_builtin_sym_end] = ACTIONS(2719), + [sym_identifier] = ACTIONS(2721), + [anon_sym_LF] = ACTIONS(2721), + [anon_sym_CR] = ACTIONS(2721), + [anon_sym_CR_LF] = ACTIONS(2721), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2721), + [anon_sym_as] = ACTIONS(2721), + [anon_sym_LBRACE] = ACTIONS(2721), + [anon_sym_COMMA] = ACTIONS(2721), + [anon_sym_const] = ACTIONS(2721), + [anon_sym_LPAREN] = ACTIONS(2721), + [anon_sym___global] = ACTIONS(2721), + [anon_sym_type] = ACTIONS(2721), + [anon_sym_PIPE] = ACTIONS(2721), + [anon_sym_fn] = ACTIONS(2721), + [anon_sym_PLUS] = ACTIONS(2721), + [anon_sym_DASH] = ACTIONS(2721), + [anon_sym_STAR] = ACTIONS(2721), + [anon_sym_SLASH] = ACTIONS(2721), + [anon_sym_PERCENT] = ACTIONS(2721), + [anon_sym_LT] = ACTIONS(2721), + [anon_sym_GT] = ACTIONS(2721), + [anon_sym_EQ_EQ] = ACTIONS(2721), + [anon_sym_BANG_EQ] = ACTIONS(2721), + [anon_sym_LT_EQ] = ACTIONS(2721), + [anon_sym_GT_EQ] = ACTIONS(2721), + [anon_sym_LBRACK] = ACTIONS(2719), + [anon_sym_LT2] = ACTIONS(2721), + [anon_sym_struct] = ACTIONS(2721), + [anon_sym_union] = ACTIONS(2721), + [anon_sym_pub] = ACTIONS(2721), + [anon_sym_mut] = ACTIONS(2721), + [anon_sym_enum] = ACTIONS(2721), + [anon_sym_interface] = ACTIONS(2721), + [anon_sym_PLUS_PLUS] = ACTIONS(2721), + [anon_sym_DASH_DASH] = ACTIONS(2721), + [anon_sym_QMARK] = ACTIONS(2721), + [anon_sym_BANG] = ACTIONS(2721), + [anon_sym_go] = ACTIONS(2721), + [anon_sym_spawn] = ACTIONS(2721), + [anon_sym_json_DOTdecode] = ACTIONS(2721), + [anon_sym_LBRACK2] = ACTIONS(2721), + [anon_sym_TILDE] = ACTIONS(2721), + [anon_sym_CARET] = ACTIONS(2721), + [anon_sym_AMP] = ACTIONS(2721), + [anon_sym_LT_DASH] = ACTIONS(2721), + [anon_sym_LT_LT] = ACTIONS(2721), + [anon_sym_GT_GT] = ACTIONS(2721), + [anon_sym_GT_GT_GT] = ACTIONS(2721), + [anon_sym_AMP_CARET] = ACTIONS(2721), + [anon_sym_AMP_AMP] = ACTIONS(2721), + [anon_sym_PIPE_PIPE] = ACTIONS(2721), + [anon_sym_or] = ACTIONS(2721), + [sym_none] = ACTIONS(2721), + [sym_true] = ACTIONS(2721), + [sym_false] = ACTIONS(2721), + [sym_nil] = ACTIONS(2721), + [anon_sym_QMARK_DOT] = ACTIONS(2721), + [anon_sym_POUND_LBRACK] = ACTIONS(2721), + [anon_sym_if] = ACTIONS(2721), + [anon_sym_DOLLARif] = ACTIONS(2721), + [anon_sym_is] = ACTIONS(2721), + [anon_sym_BANGis] = ACTIONS(2721), + [anon_sym_in] = ACTIONS(2721), + [anon_sym_BANGin] = ACTIONS(2721), + [anon_sym_match] = ACTIONS(2721), + [anon_sym_select] = ACTIONS(2721), + [anon_sym_lock] = ACTIONS(2721), + [anon_sym_rlock] = ACTIONS(2721), + [anon_sym_unsafe] = ACTIONS(2721), + [anon_sym_sql] = ACTIONS(2721), + [sym_int_literal] = ACTIONS(2721), + [sym_float_literal] = ACTIONS(2721), + [sym_rune_literal] = ACTIONS(2721), + [anon_sym_AT] = ACTIONS(2721), + [anon_sym_shared] = ACTIONS(2721), + [anon_sym_map_LBRACK] = ACTIONS(2721), + [anon_sym_chan] = ACTIONS(2721), + [anon_sym_thread] = ACTIONS(2721), + [anon_sym_atomic] = ACTIONS(2721), + [anon_sym_assert] = ACTIONS(2721), + [anon_sym_defer] = ACTIONS(2721), + [anon_sym_goto] = ACTIONS(2721), + [anon_sym_break] = ACTIONS(2721), + [anon_sym_continue] = ACTIONS(2721), + [anon_sym_return] = ACTIONS(2721), + [anon_sym_DOLLARfor] = ACTIONS(2721), + [anon_sym_for] = ACTIONS(2721), + [anon_sym_POUND] = ACTIONS(2721), + [anon_sym_asm] = ACTIONS(2721), + [anon_sym_AT_LBRACK] = ACTIONS(2721), + [sym___double_quote] = ACTIONS(2721), + [sym___single_quote] = ACTIONS(2721), + [sym___c_double_quote] = ACTIONS(2721), + [sym___c_single_quote] = ACTIONS(2721), + [sym___r_double_quote] = ACTIONS(2721), + [sym___r_single_quote] = ACTIONS(2721), + }, + [1082] = { + [ts_builtin_sym_end] = ACTIONS(3065), + [sym_identifier] = ACTIONS(3067), + [anon_sym_LF] = ACTIONS(3067), + [anon_sym_CR] = ACTIONS(3067), + [anon_sym_CR_LF] = ACTIONS(3067), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3067), + [anon_sym_as] = ACTIONS(3067), + [anon_sym_LBRACE] = ACTIONS(3067), + [anon_sym_COMMA] = ACTIONS(3067), + [anon_sym_const] = ACTIONS(3067), + [anon_sym_LPAREN] = ACTIONS(3067), + [anon_sym___global] = ACTIONS(3067), + [anon_sym_type] = ACTIONS(3067), + [anon_sym_PIPE] = ACTIONS(3067), + [anon_sym_fn] = ACTIONS(3067), + [anon_sym_PLUS] = ACTIONS(3067), + [anon_sym_DASH] = ACTIONS(3067), + [anon_sym_STAR] = ACTIONS(3067), + [anon_sym_SLASH] = ACTIONS(3067), + [anon_sym_PERCENT] = ACTIONS(3067), + [anon_sym_LT] = ACTIONS(3067), + [anon_sym_GT] = ACTIONS(3067), + [anon_sym_EQ_EQ] = ACTIONS(3067), + [anon_sym_BANG_EQ] = ACTIONS(3067), + [anon_sym_LT_EQ] = ACTIONS(3067), + [anon_sym_GT_EQ] = ACTIONS(3067), + [anon_sym_LBRACK] = ACTIONS(3065), + [anon_sym_LT2] = ACTIONS(3067), + [anon_sym_struct] = ACTIONS(3067), + [anon_sym_union] = ACTIONS(3067), + [anon_sym_pub] = ACTIONS(3067), + [anon_sym_mut] = ACTIONS(3067), + [anon_sym_enum] = ACTIONS(3067), + [anon_sym_interface] = ACTIONS(3067), + [anon_sym_PLUS_PLUS] = ACTIONS(3067), + [anon_sym_DASH_DASH] = ACTIONS(3067), + [anon_sym_QMARK] = ACTIONS(3067), + [anon_sym_BANG] = ACTIONS(3067), + [anon_sym_go] = ACTIONS(3067), + [anon_sym_spawn] = ACTIONS(3067), + [anon_sym_json_DOTdecode] = ACTIONS(3067), + [anon_sym_LBRACK2] = ACTIONS(3067), + [anon_sym_TILDE] = ACTIONS(3067), + [anon_sym_CARET] = ACTIONS(3067), + [anon_sym_AMP] = ACTIONS(3067), + [anon_sym_LT_DASH] = ACTIONS(3067), + [anon_sym_LT_LT] = ACTIONS(3067), + [anon_sym_GT_GT] = ACTIONS(3067), + [anon_sym_GT_GT_GT] = ACTIONS(3067), + [anon_sym_AMP_CARET] = ACTIONS(3067), + [anon_sym_AMP_AMP] = ACTIONS(3067), + [anon_sym_PIPE_PIPE] = ACTIONS(3067), + [anon_sym_or] = ACTIONS(3067), + [sym_none] = ACTIONS(3067), + [sym_true] = ACTIONS(3067), + [sym_false] = ACTIONS(3067), + [sym_nil] = ACTIONS(3067), + [anon_sym_QMARK_DOT] = ACTIONS(3067), + [anon_sym_POUND_LBRACK] = ACTIONS(3067), + [anon_sym_if] = ACTIONS(3067), + [anon_sym_DOLLARif] = ACTIONS(3067), + [anon_sym_is] = ACTIONS(3067), + [anon_sym_BANGis] = ACTIONS(3067), + [anon_sym_in] = ACTIONS(3067), + [anon_sym_BANGin] = ACTIONS(3067), + [anon_sym_match] = ACTIONS(3067), + [anon_sym_select] = ACTIONS(3067), + [anon_sym_lock] = ACTIONS(3067), + [anon_sym_rlock] = ACTIONS(3067), + [anon_sym_unsafe] = ACTIONS(3067), + [anon_sym_sql] = ACTIONS(3067), + [sym_int_literal] = ACTIONS(3067), + [sym_float_literal] = ACTIONS(3067), + [sym_rune_literal] = ACTIONS(3067), + [anon_sym_AT] = ACTIONS(3067), + [anon_sym_shared] = ACTIONS(3067), + [anon_sym_map_LBRACK] = ACTIONS(3067), + [anon_sym_chan] = ACTIONS(3067), + [anon_sym_thread] = ACTIONS(3067), + [anon_sym_atomic] = ACTIONS(3067), + [anon_sym_assert] = ACTIONS(3067), + [anon_sym_defer] = ACTIONS(3067), + [anon_sym_goto] = ACTIONS(3067), + [anon_sym_break] = ACTIONS(3067), + [anon_sym_continue] = ACTIONS(3067), + [anon_sym_return] = ACTIONS(3067), + [anon_sym_DOLLARfor] = ACTIONS(3067), + [anon_sym_for] = ACTIONS(3067), + [anon_sym_POUND] = ACTIONS(3067), + [anon_sym_asm] = ACTIONS(3067), + [anon_sym_AT_LBRACK] = ACTIONS(3067), + [sym___double_quote] = ACTIONS(3067), + [sym___single_quote] = ACTIONS(3067), + [sym___c_double_quote] = ACTIONS(3067), + [sym___c_single_quote] = ACTIONS(3067), + [sym___r_double_quote] = ACTIONS(3067), + [sym___r_single_quote] = ACTIONS(3067), + }, + [1083] = { + [ts_builtin_sym_end] = ACTIONS(2968), + [sym_identifier] = ACTIONS(2965), + [anon_sym_LF] = ACTIONS(2965), + [anon_sym_CR] = ACTIONS(2965), + [anon_sym_CR_LF] = ACTIONS(2965), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2965), + [anon_sym_as] = ACTIONS(2965), + [anon_sym_LBRACE] = ACTIONS(2965), + [anon_sym_COMMA] = ACTIONS(2965), + [anon_sym_const] = ACTIONS(2965), + [anon_sym_LPAREN] = ACTIONS(2965), + [anon_sym___global] = ACTIONS(2965), + [anon_sym_type] = ACTIONS(2965), + [anon_sym_PIPE] = ACTIONS(2965), + [anon_sym_fn] = ACTIONS(2965), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2965), + [anon_sym_SLASH] = ACTIONS(2965), + [anon_sym_PERCENT] = ACTIONS(2965), + [anon_sym_LT] = ACTIONS(2965), + [anon_sym_GT] = ACTIONS(2965), + [anon_sym_EQ_EQ] = ACTIONS(2965), + [anon_sym_BANG_EQ] = ACTIONS(2965), + [anon_sym_LT_EQ] = ACTIONS(2965), + [anon_sym_GT_EQ] = ACTIONS(2965), + [anon_sym_LBRACK] = ACTIONS(2968), + [anon_sym_LT2] = ACTIONS(2965), + [anon_sym_struct] = ACTIONS(2965), + [anon_sym_union] = ACTIONS(2965), + [anon_sym_pub] = ACTIONS(2965), + [anon_sym_mut] = ACTIONS(2965), + [anon_sym_enum] = ACTIONS(2965), + [anon_sym_interface] = ACTIONS(2965), + [anon_sym_PLUS_PLUS] = ACTIONS(2965), + [anon_sym_DASH_DASH] = ACTIONS(2965), + [anon_sym_QMARK] = ACTIONS(2965), + [anon_sym_BANG] = ACTIONS(2965), + [anon_sym_go] = ACTIONS(2965), + [anon_sym_spawn] = ACTIONS(2965), + [anon_sym_json_DOTdecode] = ACTIONS(2965), + [anon_sym_LBRACK2] = ACTIONS(2965), + [anon_sym_TILDE] = ACTIONS(2965), + [anon_sym_CARET] = ACTIONS(2965), + [anon_sym_AMP] = ACTIONS(2965), + [anon_sym_LT_DASH] = ACTIONS(2965), + [anon_sym_LT_LT] = ACTIONS(2965), + [anon_sym_GT_GT] = ACTIONS(2965), + [anon_sym_GT_GT_GT] = ACTIONS(2965), + [anon_sym_AMP_CARET] = ACTIONS(2965), + [anon_sym_AMP_AMP] = ACTIONS(2965), + [anon_sym_PIPE_PIPE] = ACTIONS(2965), + [anon_sym_or] = ACTIONS(2965), + [sym_none] = ACTIONS(2965), + [sym_true] = ACTIONS(2965), + [sym_false] = ACTIONS(2965), + [sym_nil] = ACTIONS(2965), + [anon_sym_QMARK_DOT] = ACTIONS(2965), + [anon_sym_POUND_LBRACK] = ACTIONS(2965), + [anon_sym_if] = ACTIONS(2965), + [anon_sym_DOLLARif] = ACTIONS(2965), + [anon_sym_is] = ACTIONS(2965), + [anon_sym_BANGis] = ACTIONS(2965), + [anon_sym_in] = ACTIONS(2965), + [anon_sym_BANGin] = ACTIONS(2965), + [anon_sym_match] = ACTIONS(2965), + [anon_sym_select] = ACTIONS(2965), + [anon_sym_lock] = ACTIONS(2965), + [anon_sym_rlock] = ACTIONS(2965), + [anon_sym_unsafe] = ACTIONS(2965), + [anon_sym_sql] = ACTIONS(2965), + [sym_int_literal] = ACTIONS(2965), + [sym_float_literal] = ACTIONS(2965), + [sym_rune_literal] = ACTIONS(2965), + [anon_sym_AT] = ACTIONS(2965), + [anon_sym_shared] = ACTIONS(2965), + [anon_sym_map_LBRACK] = ACTIONS(2965), + [anon_sym_chan] = ACTIONS(2965), + [anon_sym_thread] = ACTIONS(2965), + [anon_sym_atomic] = ACTIONS(2965), + [anon_sym_assert] = ACTIONS(2965), + [anon_sym_defer] = ACTIONS(2965), + [anon_sym_goto] = ACTIONS(2965), + [anon_sym_break] = ACTIONS(2965), + [anon_sym_continue] = ACTIONS(2965), + [anon_sym_return] = ACTIONS(2965), + [anon_sym_DOLLARfor] = ACTIONS(2965), + [anon_sym_for] = ACTIONS(2965), + [anon_sym_POUND] = ACTIONS(2965), + [anon_sym_asm] = ACTIONS(2965), + [anon_sym_AT_LBRACK] = ACTIONS(2965), + [sym___double_quote] = ACTIONS(2965), + [sym___single_quote] = ACTIONS(2965), + [sym___c_double_quote] = ACTIONS(2965), + [sym___c_single_quote] = ACTIONS(2965), + [sym___r_double_quote] = ACTIONS(2965), + [sym___r_single_quote] = ACTIONS(2965), + }, + [1084] = { + [ts_builtin_sym_end] = ACTIONS(3053), + [sym_identifier] = ACTIONS(3055), + [anon_sym_LF] = ACTIONS(3055), + [anon_sym_CR] = ACTIONS(3055), + [anon_sym_CR_LF] = ACTIONS(3055), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3055), + [anon_sym_as] = ACTIONS(3055), + [anon_sym_LBRACE] = ACTIONS(3055), + [anon_sym_COMMA] = ACTIONS(3055), + [anon_sym_const] = ACTIONS(3055), + [anon_sym_LPAREN] = ACTIONS(3055), + [anon_sym___global] = ACTIONS(3055), + [anon_sym_type] = ACTIONS(3055), + [anon_sym_PIPE] = ACTIONS(3055), + [anon_sym_fn] = ACTIONS(3055), + [anon_sym_PLUS] = ACTIONS(3055), + [anon_sym_DASH] = ACTIONS(3055), + [anon_sym_STAR] = ACTIONS(3055), + [anon_sym_SLASH] = ACTIONS(3055), + [anon_sym_PERCENT] = ACTIONS(3055), + [anon_sym_LT] = ACTIONS(3055), + [anon_sym_GT] = ACTIONS(3055), + [anon_sym_EQ_EQ] = ACTIONS(3055), + [anon_sym_BANG_EQ] = ACTIONS(3055), + [anon_sym_LT_EQ] = ACTIONS(3055), + [anon_sym_GT_EQ] = ACTIONS(3055), + [anon_sym_LBRACK] = ACTIONS(3053), + [anon_sym_LT2] = ACTIONS(3055), + [anon_sym_struct] = ACTIONS(3055), + [anon_sym_union] = ACTIONS(3055), + [anon_sym_pub] = ACTIONS(3055), + [anon_sym_mut] = ACTIONS(3055), + [anon_sym_enum] = ACTIONS(3055), + [anon_sym_interface] = ACTIONS(3055), + [anon_sym_PLUS_PLUS] = ACTIONS(3055), + [anon_sym_DASH_DASH] = ACTIONS(3055), + [anon_sym_QMARK] = ACTIONS(3055), + [anon_sym_BANG] = ACTIONS(3055), + [anon_sym_go] = ACTIONS(3055), + [anon_sym_spawn] = ACTIONS(3055), + [anon_sym_json_DOTdecode] = ACTIONS(3055), + [anon_sym_LBRACK2] = ACTIONS(3055), + [anon_sym_TILDE] = ACTIONS(3055), + [anon_sym_CARET] = ACTIONS(3055), + [anon_sym_AMP] = ACTIONS(3055), + [anon_sym_LT_DASH] = ACTIONS(3055), + [anon_sym_LT_LT] = ACTIONS(3055), + [anon_sym_GT_GT] = ACTIONS(3055), + [anon_sym_GT_GT_GT] = ACTIONS(3055), + [anon_sym_AMP_CARET] = ACTIONS(3055), + [anon_sym_AMP_AMP] = ACTIONS(3055), + [anon_sym_PIPE_PIPE] = ACTIONS(3055), + [anon_sym_or] = ACTIONS(3055), + [sym_none] = ACTIONS(3055), + [sym_true] = ACTIONS(3055), + [sym_false] = ACTIONS(3055), + [sym_nil] = ACTIONS(3055), + [anon_sym_QMARK_DOT] = ACTIONS(3055), + [anon_sym_POUND_LBRACK] = ACTIONS(3055), + [anon_sym_if] = ACTIONS(3055), + [anon_sym_DOLLARif] = ACTIONS(3055), + [anon_sym_is] = ACTIONS(3055), + [anon_sym_BANGis] = ACTIONS(3055), + [anon_sym_in] = ACTIONS(3055), + [anon_sym_BANGin] = ACTIONS(3055), + [anon_sym_match] = ACTIONS(3055), + [anon_sym_select] = ACTIONS(3055), + [anon_sym_lock] = ACTIONS(3055), + [anon_sym_rlock] = ACTIONS(3055), + [anon_sym_unsafe] = ACTIONS(3055), + [anon_sym_sql] = ACTIONS(3055), + [sym_int_literal] = ACTIONS(3055), + [sym_float_literal] = ACTIONS(3055), + [sym_rune_literal] = ACTIONS(3055), + [anon_sym_AT] = ACTIONS(3055), + [anon_sym_shared] = ACTIONS(3055), + [anon_sym_map_LBRACK] = ACTIONS(3055), + [anon_sym_chan] = ACTIONS(3055), + [anon_sym_thread] = ACTIONS(3055), + [anon_sym_atomic] = ACTIONS(3055), + [anon_sym_assert] = ACTIONS(3055), + [anon_sym_defer] = ACTIONS(3055), + [anon_sym_goto] = ACTIONS(3055), + [anon_sym_break] = ACTIONS(3055), + [anon_sym_continue] = ACTIONS(3055), + [anon_sym_return] = ACTIONS(3055), + [anon_sym_DOLLARfor] = ACTIONS(3055), + [anon_sym_for] = ACTIONS(3055), + [anon_sym_POUND] = ACTIONS(3055), + [anon_sym_asm] = ACTIONS(3055), + [anon_sym_AT_LBRACK] = ACTIONS(3055), + [sym___double_quote] = ACTIONS(3055), + [sym___single_quote] = ACTIONS(3055), + [sym___c_double_quote] = ACTIONS(3055), + [sym___c_single_quote] = ACTIONS(3055), + [sym___r_double_quote] = ACTIONS(3055), + [sym___r_single_quote] = ACTIONS(3055), + }, + [1085] = { + [ts_builtin_sym_end] = ACTIONS(3017), + [sym_identifier] = ACTIONS(3019), + [anon_sym_LF] = ACTIONS(3019), + [anon_sym_CR] = ACTIONS(3019), + [anon_sym_CR_LF] = ACTIONS(3019), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3019), + [anon_sym_as] = ACTIONS(3019), + [anon_sym_LBRACE] = ACTIONS(3019), + [anon_sym_COMMA] = ACTIONS(3019), + [anon_sym_const] = ACTIONS(3019), + [anon_sym_LPAREN] = ACTIONS(3019), + [anon_sym___global] = ACTIONS(3019), + [anon_sym_type] = ACTIONS(3019), + [anon_sym_PIPE] = ACTIONS(3019), + [anon_sym_fn] = ACTIONS(3019), + [anon_sym_PLUS] = ACTIONS(3019), + [anon_sym_DASH] = ACTIONS(3019), + [anon_sym_STAR] = ACTIONS(3019), + [anon_sym_SLASH] = ACTIONS(3019), + [anon_sym_PERCENT] = ACTIONS(3019), + [anon_sym_LT] = ACTIONS(3019), + [anon_sym_GT] = ACTIONS(3019), + [anon_sym_EQ_EQ] = ACTIONS(3019), + [anon_sym_BANG_EQ] = ACTIONS(3019), + [anon_sym_LT_EQ] = ACTIONS(3019), + [anon_sym_GT_EQ] = ACTIONS(3019), + [anon_sym_LBRACK] = ACTIONS(3017), + [anon_sym_LT2] = ACTIONS(3019), + [anon_sym_struct] = ACTIONS(3019), + [anon_sym_union] = ACTIONS(3019), + [anon_sym_pub] = ACTIONS(3019), + [anon_sym_mut] = ACTIONS(3019), + [anon_sym_enum] = ACTIONS(3019), + [anon_sym_interface] = ACTIONS(3019), + [anon_sym_PLUS_PLUS] = ACTIONS(3019), + [anon_sym_DASH_DASH] = ACTIONS(3019), + [anon_sym_QMARK] = ACTIONS(3019), + [anon_sym_BANG] = ACTIONS(3019), + [anon_sym_go] = ACTIONS(3019), + [anon_sym_spawn] = ACTIONS(3019), + [anon_sym_json_DOTdecode] = ACTIONS(3019), + [anon_sym_LBRACK2] = ACTIONS(3019), + [anon_sym_TILDE] = ACTIONS(3019), + [anon_sym_CARET] = ACTIONS(3019), + [anon_sym_AMP] = ACTIONS(3019), + [anon_sym_LT_DASH] = ACTIONS(3019), + [anon_sym_LT_LT] = ACTIONS(3019), + [anon_sym_GT_GT] = ACTIONS(3019), + [anon_sym_GT_GT_GT] = ACTIONS(3019), + [anon_sym_AMP_CARET] = ACTIONS(3019), + [anon_sym_AMP_AMP] = ACTIONS(3019), + [anon_sym_PIPE_PIPE] = ACTIONS(3019), + [anon_sym_or] = ACTIONS(3019), + [sym_none] = ACTIONS(3019), + [sym_true] = ACTIONS(3019), + [sym_false] = ACTIONS(3019), + [sym_nil] = ACTIONS(3019), + [anon_sym_QMARK_DOT] = ACTIONS(3019), + [anon_sym_POUND_LBRACK] = ACTIONS(3019), + [anon_sym_if] = ACTIONS(3019), + [anon_sym_DOLLARif] = ACTIONS(3019), + [anon_sym_is] = ACTIONS(3019), + [anon_sym_BANGis] = ACTIONS(3019), + [anon_sym_in] = ACTIONS(3019), + [anon_sym_BANGin] = ACTIONS(3019), + [anon_sym_match] = ACTIONS(3019), + [anon_sym_select] = ACTIONS(3019), + [anon_sym_lock] = ACTIONS(3019), + [anon_sym_rlock] = ACTIONS(3019), + [anon_sym_unsafe] = ACTIONS(3019), + [anon_sym_sql] = ACTIONS(3019), + [sym_int_literal] = ACTIONS(3019), + [sym_float_literal] = ACTIONS(3019), + [sym_rune_literal] = ACTIONS(3019), + [anon_sym_AT] = ACTIONS(3019), + [anon_sym_shared] = ACTIONS(3019), + [anon_sym_map_LBRACK] = ACTIONS(3019), + [anon_sym_chan] = ACTIONS(3019), + [anon_sym_thread] = ACTIONS(3019), + [anon_sym_atomic] = ACTIONS(3019), + [anon_sym_assert] = ACTIONS(3019), + [anon_sym_defer] = ACTIONS(3019), + [anon_sym_goto] = ACTIONS(3019), + [anon_sym_break] = ACTIONS(3019), + [anon_sym_continue] = ACTIONS(3019), + [anon_sym_return] = ACTIONS(3019), + [anon_sym_DOLLARfor] = ACTIONS(3019), + [anon_sym_for] = ACTIONS(3019), + [anon_sym_POUND] = ACTIONS(3019), + [anon_sym_asm] = ACTIONS(3019), + [anon_sym_AT_LBRACK] = ACTIONS(3019), + [sym___double_quote] = ACTIONS(3019), + [sym___single_quote] = ACTIONS(3019), + [sym___c_double_quote] = ACTIONS(3019), + [sym___c_single_quote] = ACTIONS(3019), + [sym___r_double_quote] = ACTIONS(3019), + [sym___r_single_quote] = ACTIONS(3019), + }, + [1086] = { + [ts_builtin_sym_end] = ACTIONS(3049), + [sym_identifier] = ACTIONS(3051), + [anon_sym_LF] = ACTIONS(3051), + [anon_sym_CR] = ACTIONS(3051), + [anon_sym_CR_LF] = ACTIONS(3051), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3051), + [anon_sym_as] = ACTIONS(3051), + [anon_sym_LBRACE] = ACTIONS(3051), + [anon_sym_COMMA] = ACTIONS(3051), + [anon_sym_const] = ACTIONS(3051), + [anon_sym_LPAREN] = ACTIONS(3051), + [anon_sym___global] = ACTIONS(3051), + [anon_sym_type] = ACTIONS(3051), + [anon_sym_PIPE] = ACTIONS(3051), + [anon_sym_fn] = ACTIONS(3051), + [anon_sym_PLUS] = ACTIONS(3051), + [anon_sym_DASH] = ACTIONS(3051), + [anon_sym_STAR] = ACTIONS(3051), + [anon_sym_SLASH] = ACTIONS(3051), + [anon_sym_PERCENT] = ACTIONS(3051), + [anon_sym_LT] = ACTIONS(3051), + [anon_sym_GT] = ACTIONS(3051), + [anon_sym_EQ_EQ] = ACTIONS(3051), + [anon_sym_BANG_EQ] = ACTIONS(3051), + [anon_sym_LT_EQ] = ACTIONS(3051), + [anon_sym_GT_EQ] = ACTIONS(3051), + [anon_sym_LBRACK] = ACTIONS(3049), + [anon_sym_LT2] = ACTIONS(3051), + [anon_sym_struct] = ACTIONS(3051), + [anon_sym_union] = ACTIONS(3051), + [anon_sym_pub] = ACTIONS(3051), + [anon_sym_mut] = ACTIONS(3051), + [anon_sym_enum] = ACTIONS(3051), + [anon_sym_interface] = ACTIONS(3051), + [anon_sym_PLUS_PLUS] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3051), + [anon_sym_QMARK] = ACTIONS(3051), + [anon_sym_BANG] = ACTIONS(3051), + [anon_sym_go] = ACTIONS(3051), + [anon_sym_spawn] = ACTIONS(3051), + [anon_sym_json_DOTdecode] = ACTIONS(3051), + [anon_sym_LBRACK2] = ACTIONS(3051), + [anon_sym_TILDE] = ACTIONS(3051), + [anon_sym_CARET] = ACTIONS(3051), + [anon_sym_AMP] = ACTIONS(3051), + [anon_sym_LT_DASH] = ACTIONS(3051), + [anon_sym_LT_LT] = ACTIONS(3051), + [anon_sym_GT_GT] = ACTIONS(3051), + [anon_sym_GT_GT_GT] = ACTIONS(3051), + [anon_sym_AMP_CARET] = ACTIONS(3051), + [anon_sym_AMP_AMP] = ACTIONS(3051), + [anon_sym_PIPE_PIPE] = ACTIONS(3051), + [anon_sym_or] = ACTIONS(3051), + [sym_none] = ACTIONS(3051), + [sym_true] = ACTIONS(3051), + [sym_false] = ACTIONS(3051), + [sym_nil] = ACTIONS(3051), + [anon_sym_QMARK_DOT] = ACTIONS(3051), + [anon_sym_POUND_LBRACK] = ACTIONS(3051), + [anon_sym_if] = ACTIONS(3051), + [anon_sym_DOLLARif] = ACTIONS(3051), + [anon_sym_is] = ACTIONS(3051), + [anon_sym_BANGis] = ACTIONS(3051), + [anon_sym_in] = ACTIONS(3051), + [anon_sym_BANGin] = ACTIONS(3051), + [anon_sym_match] = ACTIONS(3051), + [anon_sym_select] = ACTIONS(3051), + [anon_sym_lock] = ACTIONS(3051), + [anon_sym_rlock] = ACTIONS(3051), + [anon_sym_unsafe] = ACTIONS(3051), + [anon_sym_sql] = ACTIONS(3051), + [sym_int_literal] = ACTIONS(3051), + [sym_float_literal] = ACTIONS(3051), + [sym_rune_literal] = ACTIONS(3051), + [anon_sym_AT] = ACTIONS(3051), + [anon_sym_shared] = ACTIONS(3051), + [anon_sym_map_LBRACK] = ACTIONS(3051), + [anon_sym_chan] = ACTIONS(3051), + [anon_sym_thread] = ACTIONS(3051), + [anon_sym_atomic] = ACTIONS(3051), + [anon_sym_assert] = ACTIONS(3051), + [anon_sym_defer] = ACTIONS(3051), + [anon_sym_goto] = ACTIONS(3051), + [anon_sym_break] = ACTIONS(3051), + [anon_sym_continue] = ACTIONS(3051), + [anon_sym_return] = ACTIONS(3051), + [anon_sym_DOLLARfor] = ACTIONS(3051), + [anon_sym_for] = ACTIONS(3051), + [anon_sym_POUND] = ACTIONS(3051), + [anon_sym_asm] = ACTIONS(3051), + [anon_sym_AT_LBRACK] = ACTIONS(3051), + [sym___double_quote] = ACTIONS(3051), + [sym___single_quote] = ACTIONS(3051), + [sym___c_double_quote] = ACTIONS(3051), + [sym___c_single_quote] = ACTIONS(3051), + [sym___r_double_quote] = ACTIONS(3051), + [sym___r_single_quote] = ACTIONS(3051), + }, [1087] = { - [ts_builtin_sym_end] = ACTIONS(2937), - [sym_identifier] = ACTIONS(2939), - [anon_sym_LF] = ACTIONS(2939), - [anon_sym_CR] = ACTIONS(2939), - [anon_sym_CR_LF] = ACTIONS(2939), + [ts_builtin_sym_end] = ACTIONS(3045), + [sym_identifier] = ACTIONS(3047), + [anon_sym_LF] = ACTIONS(3047), + [anon_sym_CR] = ACTIONS(3047), + [anon_sym_CR_LF] = ACTIONS(3047), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2939), - [anon_sym_as] = ACTIONS(2939), - [anon_sym_LBRACE] = ACTIONS(2939), - [anon_sym_COMMA] = ACTIONS(2939), - [anon_sym_const] = ACTIONS(2939), - [anon_sym_LPAREN] = ACTIONS(2939), - [anon_sym___global] = ACTIONS(2939), - [anon_sym_type] = ACTIONS(2939), - [anon_sym_PIPE] = ACTIONS(2939), - [anon_sym_fn] = ACTIONS(2939), - [anon_sym_PLUS] = ACTIONS(2939), - [anon_sym_DASH] = ACTIONS(2939), - [anon_sym_STAR] = ACTIONS(2939), - [anon_sym_SLASH] = ACTIONS(2939), - [anon_sym_PERCENT] = ACTIONS(2939), - [anon_sym_LT] = ACTIONS(2939), - [anon_sym_GT] = ACTIONS(2939), - [anon_sym_EQ_EQ] = ACTIONS(2939), - [anon_sym_BANG_EQ] = ACTIONS(2939), - [anon_sym_LT_EQ] = ACTIONS(2939), - [anon_sym_GT_EQ] = ACTIONS(2939), - [anon_sym_LBRACK] = ACTIONS(2937), - [anon_sym_struct] = ACTIONS(2939), - [anon_sym_union] = ACTIONS(2939), - [anon_sym_pub] = ACTIONS(2939), - [anon_sym_mut] = ACTIONS(2939), - [anon_sym_enum] = ACTIONS(2939), - [anon_sym_interface] = ACTIONS(2939), - [anon_sym_PLUS_PLUS] = ACTIONS(2939), - [anon_sym_DASH_DASH] = ACTIONS(2939), - [anon_sym_QMARK] = ACTIONS(2939), - [anon_sym_BANG] = ACTIONS(2939), - [anon_sym_go] = ACTIONS(2939), - [anon_sym_spawn] = ACTIONS(2939), - [anon_sym_json_DOTdecode] = ACTIONS(2939), - [anon_sym_LBRACK2] = ACTIONS(2939), - [anon_sym_TILDE] = ACTIONS(2939), - [anon_sym_CARET] = ACTIONS(2939), - [anon_sym_AMP] = ACTIONS(2939), - [anon_sym_LT_DASH] = ACTIONS(2939), - [anon_sym_LT_LT] = ACTIONS(2939), - [anon_sym_GT_GT] = ACTIONS(2939), - [anon_sym_GT_GT_GT] = ACTIONS(2939), - [anon_sym_AMP_CARET] = ACTIONS(2939), - [anon_sym_AMP_AMP] = ACTIONS(2939), - [anon_sym_PIPE_PIPE] = ACTIONS(2939), - [anon_sym_or] = ACTIONS(2939), - [sym_none] = ACTIONS(2939), - [sym_true] = ACTIONS(2939), - [sym_false] = ACTIONS(2939), - [sym_nil] = ACTIONS(2939), - [anon_sym_QMARK_DOT] = ACTIONS(2939), - [anon_sym_POUND_LBRACK] = ACTIONS(2939), - [anon_sym_if] = ACTIONS(2939), - [anon_sym_DOLLARif] = ACTIONS(2939), - [anon_sym_is] = ACTIONS(2939), - [anon_sym_BANGis] = ACTIONS(2939), - [anon_sym_in] = ACTIONS(2939), - [anon_sym_BANGin] = ACTIONS(2939), - [anon_sym_match] = ACTIONS(2939), - [anon_sym_select] = ACTIONS(2939), - [anon_sym_lock] = ACTIONS(2939), - [anon_sym_rlock] = ACTIONS(2939), - [anon_sym_unsafe] = ACTIONS(2939), - [anon_sym_sql] = ACTIONS(2939), - [sym_int_literal] = ACTIONS(2939), - [sym_float_literal] = ACTIONS(2939), - [sym_rune_literal] = ACTIONS(2939), - [anon_sym_AT] = ACTIONS(2939), - [anon_sym_shared] = ACTIONS(2939), - [anon_sym_map_LBRACK] = ACTIONS(2939), - [anon_sym_chan] = ACTIONS(2939), - [anon_sym_thread] = ACTIONS(2939), - [anon_sym_atomic] = ACTIONS(2939), - [anon_sym_assert] = ACTIONS(2939), - [anon_sym_defer] = ACTIONS(2939), - [anon_sym_goto] = ACTIONS(2939), - [anon_sym_break] = ACTIONS(2939), - [anon_sym_continue] = ACTIONS(2939), - [anon_sym_return] = ACTIONS(2939), - [anon_sym_DOLLARfor] = ACTIONS(2939), - [anon_sym_for] = ACTIONS(2939), - [anon_sym_POUND] = ACTIONS(2939), - [anon_sym_asm] = ACTIONS(2939), - [anon_sym_AT_LBRACK] = ACTIONS(2939), - [sym___double_quote] = ACTIONS(2939), - [sym___single_quote] = ACTIONS(2939), - [sym___c_double_quote] = ACTIONS(2939), - [sym___c_single_quote] = ACTIONS(2939), - [sym___r_double_quote] = ACTIONS(2939), - [sym___r_single_quote] = ACTIONS(2939), + [anon_sym_DOT] = ACTIONS(3047), + [anon_sym_as] = ACTIONS(3047), + [anon_sym_LBRACE] = ACTIONS(3047), + [anon_sym_COMMA] = ACTIONS(3047), + [anon_sym_const] = ACTIONS(3047), + [anon_sym_LPAREN] = ACTIONS(3047), + [anon_sym___global] = ACTIONS(3047), + [anon_sym_type] = ACTIONS(3047), + [anon_sym_PIPE] = ACTIONS(3047), + [anon_sym_fn] = ACTIONS(3047), + [anon_sym_PLUS] = ACTIONS(3047), + [anon_sym_DASH] = ACTIONS(3047), + [anon_sym_STAR] = ACTIONS(3047), + [anon_sym_SLASH] = ACTIONS(3047), + [anon_sym_PERCENT] = ACTIONS(3047), + [anon_sym_LT] = ACTIONS(3047), + [anon_sym_GT] = ACTIONS(3047), + [anon_sym_EQ_EQ] = ACTIONS(3047), + [anon_sym_BANG_EQ] = ACTIONS(3047), + [anon_sym_LT_EQ] = ACTIONS(3047), + [anon_sym_GT_EQ] = ACTIONS(3047), + [anon_sym_LBRACK] = ACTIONS(3045), + [anon_sym_LT2] = ACTIONS(3047), + [anon_sym_struct] = ACTIONS(3047), + [anon_sym_union] = ACTIONS(3047), + [anon_sym_pub] = ACTIONS(3047), + [anon_sym_mut] = ACTIONS(3047), + [anon_sym_enum] = ACTIONS(3047), + [anon_sym_interface] = ACTIONS(3047), + [anon_sym_PLUS_PLUS] = ACTIONS(3047), + [anon_sym_DASH_DASH] = ACTIONS(3047), + [anon_sym_QMARK] = ACTIONS(3047), + [anon_sym_BANG] = ACTIONS(3047), + [anon_sym_go] = ACTIONS(3047), + [anon_sym_spawn] = ACTIONS(3047), + [anon_sym_json_DOTdecode] = ACTIONS(3047), + [anon_sym_LBRACK2] = ACTIONS(3047), + [anon_sym_TILDE] = ACTIONS(3047), + [anon_sym_CARET] = ACTIONS(3047), + [anon_sym_AMP] = ACTIONS(3047), + [anon_sym_LT_DASH] = ACTIONS(3047), + [anon_sym_LT_LT] = ACTIONS(3047), + [anon_sym_GT_GT] = ACTIONS(3047), + [anon_sym_GT_GT_GT] = ACTIONS(3047), + [anon_sym_AMP_CARET] = ACTIONS(3047), + [anon_sym_AMP_AMP] = ACTIONS(3047), + [anon_sym_PIPE_PIPE] = ACTIONS(3047), + [anon_sym_or] = ACTIONS(3047), + [sym_none] = ACTIONS(3047), + [sym_true] = ACTIONS(3047), + [sym_false] = ACTIONS(3047), + [sym_nil] = ACTIONS(3047), + [anon_sym_QMARK_DOT] = ACTIONS(3047), + [anon_sym_POUND_LBRACK] = ACTIONS(3047), + [anon_sym_if] = ACTIONS(3047), + [anon_sym_DOLLARif] = ACTIONS(3047), + [anon_sym_is] = ACTIONS(3047), + [anon_sym_BANGis] = ACTIONS(3047), + [anon_sym_in] = ACTIONS(3047), + [anon_sym_BANGin] = ACTIONS(3047), + [anon_sym_match] = ACTIONS(3047), + [anon_sym_select] = ACTIONS(3047), + [anon_sym_lock] = ACTIONS(3047), + [anon_sym_rlock] = ACTIONS(3047), + [anon_sym_unsafe] = ACTIONS(3047), + [anon_sym_sql] = ACTIONS(3047), + [sym_int_literal] = ACTIONS(3047), + [sym_float_literal] = ACTIONS(3047), + [sym_rune_literal] = ACTIONS(3047), + [anon_sym_AT] = ACTIONS(3047), + [anon_sym_shared] = ACTIONS(3047), + [anon_sym_map_LBRACK] = ACTIONS(3047), + [anon_sym_chan] = ACTIONS(3047), + [anon_sym_thread] = ACTIONS(3047), + [anon_sym_atomic] = ACTIONS(3047), + [anon_sym_assert] = ACTIONS(3047), + [anon_sym_defer] = ACTIONS(3047), + [anon_sym_goto] = ACTIONS(3047), + [anon_sym_break] = ACTIONS(3047), + [anon_sym_continue] = ACTIONS(3047), + [anon_sym_return] = ACTIONS(3047), + [anon_sym_DOLLARfor] = ACTIONS(3047), + [anon_sym_for] = ACTIONS(3047), + [anon_sym_POUND] = ACTIONS(3047), + [anon_sym_asm] = ACTIONS(3047), + [anon_sym_AT_LBRACK] = ACTIONS(3047), + [sym___double_quote] = ACTIONS(3047), + [sym___single_quote] = ACTIONS(3047), + [sym___c_double_quote] = ACTIONS(3047), + [sym___c_single_quote] = ACTIONS(3047), + [sym___r_double_quote] = ACTIONS(3047), + [sym___r_single_quote] = ACTIONS(3047), }, [1088] = { - [ts_builtin_sym_end] = ACTIONS(2933), - [sym_identifier] = ACTIONS(2935), - [anon_sym_LF] = ACTIONS(2935), - [anon_sym_CR] = ACTIONS(2935), - [anon_sym_CR_LF] = ACTIONS(2935), + [ts_builtin_sym_end] = ACTIONS(3137), + [sym_identifier] = ACTIONS(3139), + [anon_sym_LF] = ACTIONS(3139), + [anon_sym_CR] = ACTIONS(3139), + [anon_sym_CR_LF] = ACTIONS(3139), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2935), - [anon_sym_as] = ACTIONS(2935), - [anon_sym_LBRACE] = ACTIONS(2935), - [anon_sym_COMMA] = ACTIONS(2935), - [anon_sym_const] = ACTIONS(2935), - [anon_sym_LPAREN] = ACTIONS(2935), - [anon_sym___global] = ACTIONS(2935), - [anon_sym_type] = ACTIONS(2935), - [anon_sym_PIPE] = ACTIONS(2935), - [anon_sym_fn] = ACTIONS(2935), - [anon_sym_PLUS] = ACTIONS(2935), - [anon_sym_DASH] = ACTIONS(2935), - [anon_sym_STAR] = ACTIONS(2935), - [anon_sym_SLASH] = ACTIONS(2935), - [anon_sym_PERCENT] = ACTIONS(2935), - [anon_sym_LT] = ACTIONS(2935), - [anon_sym_GT] = ACTIONS(2935), - [anon_sym_EQ_EQ] = ACTIONS(2935), - [anon_sym_BANG_EQ] = ACTIONS(2935), - [anon_sym_LT_EQ] = ACTIONS(2935), - [anon_sym_GT_EQ] = ACTIONS(2935), - [anon_sym_LBRACK] = ACTIONS(2933), - [anon_sym_struct] = ACTIONS(2935), - [anon_sym_union] = ACTIONS(2935), - [anon_sym_pub] = ACTIONS(2935), - [anon_sym_mut] = ACTIONS(2935), - [anon_sym_enum] = ACTIONS(2935), - [anon_sym_interface] = ACTIONS(2935), - [anon_sym_PLUS_PLUS] = ACTIONS(2935), - [anon_sym_DASH_DASH] = ACTIONS(2935), - [anon_sym_QMARK] = ACTIONS(2935), - [anon_sym_BANG] = ACTIONS(2935), - [anon_sym_go] = ACTIONS(2935), - [anon_sym_spawn] = ACTIONS(2935), - [anon_sym_json_DOTdecode] = ACTIONS(2935), - [anon_sym_LBRACK2] = ACTIONS(2935), - [anon_sym_TILDE] = ACTIONS(2935), - [anon_sym_CARET] = ACTIONS(2935), - [anon_sym_AMP] = ACTIONS(2935), - [anon_sym_LT_DASH] = ACTIONS(2935), - [anon_sym_LT_LT] = ACTIONS(2935), - [anon_sym_GT_GT] = ACTIONS(2935), - [anon_sym_GT_GT_GT] = ACTIONS(2935), - [anon_sym_AMP_CARET] = ACTIONS(2935), - [anon_sym_AMP_AMP] = ACTIONS(2935), - [anon_sym_PIPE_PIPE] = ACTIONS(2935), - [anon_sym_or] = ACTIONS(2935), - [sym_none] = ACTIONS(2935), - [sym_true] = ACTIONS(2935), - [sym_false] = ACTIONS(2935), - [sym_nil] = ACTIONS(2935), - [anon_sym_QMARK_DOT] = ACTIONS(2935), - [anon_sym_POUND_LBRACK] = ACTIONS(2935), - [anon_sym_if] = ACTIONS(2935), - [anon_sym_DOLLARif] = ACTIONS(2935), - [anon_sym_is] = ACTIONS(2935), - [anon_sym_BANGis] = ACTIONS(2935), - [anon_sym_in] = ACTIONS(2935), - [anon_sym_BANGin] = ACTIONS(2935), - [anon_sym_match] = ACTIONS(2935), - [anon_sym_select] = ACTIONS(2935), - [anon_sym_lock] = ACTIONS(2935), - [anon_sym_rlock] = ACTIONS(2935), - [anon_sym_unsafe] = ACTIONS(2935), - [anon_sym_sql] = ACTIONS(2935), - [sym_int_literal] = ACTIONS(2935), - [sym_float_literal] = ACTIONS(2935), - [sym_rune_literal] = ACTIONS(2935), - [anon_sym_AT] = ACTIONS(2935), - [anon_sym_shared] = ACTIONS(2935), - [anon_sym_map_LBRACK] = ACTIONS(2935), - [anon_sym_chan] = ACTIONS(2935), - [anon_sym_thread] = ACTIONS(2935), - [anon_sym_atomic] = ACTIONS(2935), - [anon_sym_assert] = ACTIONS(2935), - [anon_sym_defer] = ACTIONS(2935), - [anon_sym_goto] = ACTIONS(2935), - [anon_sym_break] = ACTIONS(2935), - [anon_sym_continue] = ACTIONS(2935), - [anon_sym_return] = ACTIONS(2935), - [anon_sym_DOLLARfor] = ACTIONS(2935), - [anon_sym_for] = ACTIONS(2935), - [anon_sym_POUND] = ACTIONS(2935), - [anon_sym_asm] = ACTIONS(2935), - [anon_sym_AT_LBRACK] = ACTIONS(2935), - [sym___double_quote] = ACTIONS(2935), - [sym___single_quote] = ACTIONS(2935), - [sym___c_double_quote] = ACTIONS(2935), - [sym___c_single_quote] = ACTIONS(2935), - [sym___r_double_quote] = ACTIONS(2935), - [sym___r_single_quote] = ACTIONS(2935), + [anon_sym_DOT] = ACTIONS(3139), + [anon_sym_as] = ACTIONS(3139), + [anon_sym_LBRACE] = ACTIONS(3139), + [anon_sym_COMMA] = ACTIONS(3139), + [anon_sym_const] = ACTIONS(3139), + [anon_sym_LPAREN] = ACTIONS(3139), + [anon_sym___global] = ACTIONS(3139), + [anon_sym_type] = ACTIONS(3139), + [anon_sym_PIPE] = ACTIONS(3139), + [anon_sym_fn] = ACTIONS(3139), + [anon_sym_PLUS] = ACTIONS(3139), + [anon_sym_DASH] = ACTIONS(3139), + [anon_sym_STAR] = ACTIONS(3139), + [anon_sym_SLASH] = ACTIONS(3139), + [anon_sym_PERCENT] = ACTIONS(3139), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3139), + [anon_sym_EQ_EQ] = ACTIONS(3139), + [anon_sym_BANG_EQ] = ACTIONS(3139), + [anon_sym_LT_EQ] = ACTIONS(3139), + [anon_sym_GT_EQ] = ACTIONS(3139), + [anon_sym_LBRACK] = ACTIONS(3137), + [anon_sym_LT2] = ACTIONS(3139), + [anon_sym_struct] = ACTIONS(3139), + [anon_sym_union] = ACTIONS(3139), + [anon_sym_pub] = ACTIONS(3139), + [anon_sym_mut] = ACTIONS(3139), + [anon_sym_enum] = ACTIONS(3139), + [anon_sym_interface] = ACTIONS(3139), + [anon_sym_PLUS_PLUS] = ACTIONS(3139), + [anon_sym_DASH_DASH] = ACTIONS(3139), + [anon_sym_QMARK] = ACTIONS(3139), + [anon_sym_BANG] = ACTIONS(3139), + [anon_sym_go] = ACTIONS(3139), + [anon_sym_spawn] = ACTIONS(3139), + [anon_sym_json_DOTdecode] = ACTIONS(3139), + [anon_sym_LBRACK2] = ACTIONS(3139), + [anon_sym_TILDE] = ACTIONS(3139), + [anon_sym_CARET] = ACTIONS(3139), + [anon_sym_AMP] = ACTIONS(3139), + [anon_sym_LT_DASH] = ACTIONS(3139), + [anon_sym_LT_LT] = ACTIONS(3139), + [anon_sym_GT_GT] = ACTIONS(3139), + [anon_sym_GT_GT_GT] = ACTIONS(3139), + [anon_sym_AMP_CARET] = ACTIONS(3139), + [anon_sym_AMP_AMP] = ACTIONS(3139), + [anon_sym_PIPE_PIPE] = ACTIONS(3139), + [anon_sym_or] = ACTIONS(3139), + [sym_none] = ACTIONS(3139), + [sym_true] = ACTIONS(3139), + [sym_false] = ACTIONS(3139), + [sym_nil] = ACTIONS(3139), + [anon_sym_QMARK_DOT] = ACTIONS(3139), + [anon_sym_POUND_LBRACK] = ACTIONS(3139), + [anon_sym_if] = ACTIONS(3139), + [anon_sym_DOLLARif] = ACTIONS(3139), + [anon_sym_is] = ACTIONS(3139), + [anon_sym_BANGis] = ACTIONS(3139), + [anon_sym_in] = ACTIONS(3139), + [anon_sym_BANGin] = ACTIONS(3139), + [anon_sym_match] = ACTIONS(3139), + [anon_sym_select] = ACTIONS(3139), + [anon_sym_lock] = ACTIONS(3139), + [anon_sym_rlock] = ACTIONS(3139), + [anon_sym_unsafe] = ACTIONS(3139), + [anon_sym_sql] = ACTIONS(3139), + [sym_int_literal] = ACTIONS(3139), + [sym_float_literal] = ACTIONS(3139), + [sym_rune_literal] = ACTIONS(3139), + [anon_sym_AT] = ACTIONS(3139), + [anon_sym_shared] = ACTIONS(3139), + [anon_sym_map_LBRACK] = ACTIONS(3139), + [anon_sym_chan] = ACTIONS(3139), + [anon_sym_thread] = ACTIONS(3139), + [anon_sym_atomic] = ACTIONS(3139), + [anon_sym_assert] = ACTIONS(3139), + [anon_sym_defer] = ACTIONS(3139), + [anon_sym_goto] = ACTIONS(3139), + [anon_sym_break] = ACTIONS(3139), + [anon_sym_continue] = ACTIONS(3139), + [anon_sym_return] = ACTIONS(3139), + [anon_sym_DOLLARfor] = ACTIONS(3139), + [anon_sym_for] = ACTIONS(3139), + [anon_sym_POUND] = ACTIONS(3139), + [anon_sym_asm] = ACTIONS(3139), + [anon_sym_AT_LBRACK] = ACTIONS(3139), + [sym___double_quote] = ACTIONS(3139), + [sym___single_quote] = ACTIONS(3139), + [sym___c_double_quote] = ACTIONS(3139), + [sym___c_single_quote] = ACTIONS(3139), + [sym___r_double_quote] = ACTIONS(3139), + [sym___r_single_quote] = ACTIONS(3139), }, [1089] = { - [ts_builtin_sym_end] = ACTIONS(2965), - [sym_identifier] = ACTIONS(2967), - [anon_sym_LF] = ACTIONS(2967), - [anon_sym_CR] = ACTIONS(2967), - [anon_sym_CR_LF] = ACTIONS(2967), + [ts_builtin_sym_end] = ACTIONS(2905), + [sym_identifier] = ACTIONS(2907), + [anon_sym_LF] = ACTIONS(2907), + [anon_sym_CR] = ACTIONS(2907), + [anon_sym_CR_LF] = ACTIONS(2907), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2967), - [anon_sym_as] = ACTIONS(2967), - [anon_sym_LBRACE] = ACTIONS(2967), - [anon_sym_COMMA] = ACTIONS(2967), - [anon_sym_const] = ACTIONS(2967), - [anon_sym_LPAREN] = ACTIONS(2967), - [anon_sym___global] = ACTIONS(2967), - [anon_sym_type] = ACTIONS(2967), - [anon_sym_PIPE] = ACTIONS(2967), - [anon_sym_fn] = ACTIONS(2967), - [anon_sym_PLUS] = ACTIONS(2967), - [anon_sym_DASH] = ACTIONS(2967), - [anon_sym_STAR] = ACTIONS(2967), - [anon_sym_SLASH] = ACTIONS(2967), - [anon_sym_PERCENT] = ACTIONS(2967), - [anon_sym_LT] = ACTIONS(2967), - [anon_sym_GT] = ACTIONS(2967), - [anon_sym_EQ_EQ] = ACTIONS(2967), - [anon_sym_BANG_EQ] = ACTIONS(2967), - [anon_sym_LT_EQ] = ACTIONS(2967), - [anon_sym_GT_EQ] = ACTIONS(2967), - [anon_sym_LBRACK] = ACTIONS(2965), - [anon_sym_struct] = ACTIONS(2967), - [anon_sym_union] = ACTIONS(2967), - [anon_sym_pub] = ACTIONS(2967), - [anon_sym_mut] = ACTIONS(2967), - [anon_sym_enum] = ACTIONS(2967), - [anon_sym_interface] = ACTIONS(2967), - [anon_sym_PLUS_PLUS] = ACTIONS(2967), - [anon_sym_DASH_DASH] = ACTIONS(2967), - [anon_sym_QMARK] = ACTIONS(2967), - [anon_sym_BANG] = ACTIONS(2967), - [anon_sym_go] = ACTIONS(2967), - [anon_sym_spawn] = ACTIONS(2967), - [anon_sym_json_DOTdecode] = ACTIONS(2967), - [anon_sym_LBRACK2] = ACTIONS(2967), - [anon_sym_TILDE] = ACTIONS(2967), - [anon_sym_CARET] = ACTIONS(2967), - [anon_sym_AMP] = ACTIONS(2967), - [anon_sym_LT_DASH] = ACTIONS(2967), - [anon_sym_LT_LT] = ACTIONS(2967), - [anon_sym_GT_GT] = ACTIONS(2967), - [anon_sym_GT_GT_GT] = ACTIONS(2967), - [anon_sym_AMP_CARET] = ACTIONS(2967), - [anon_sym_AMP_AMP] = ACTIONS(2967), - [anon_sym_PIPE_PIPE] = ACTIONS(2967), - [anon_sym_or] = ACTIONS(2967), - [sym_none] = ACTIONS(2967), - [sym_true] = ACTIONS(2967), - [sym_false] = ACTIONS(2967), - [sym_nil] = ACTIONS(2967), - [anon_sym_QMARK_DOT] = ACTIONS(2967), - [anon_sym_POUND_LBRACK] = ACTIONS(2967), - [anon_sym_if] = ACTIONS(2967), - [anon_sym_DOLLARif] = ACTIONS(2967), - [anon_sym_is] = ACTIONS(2967), - [anon_sym_BANGis] = ACTIONS(2967), - [anon_sym_in] = ACTIONS(2967), - [anon_sym_BANGin] = ACTIONS(2967), - [anon_sym_match] = ACTIONS(2967), - [anon_sym_select] = ACTIONS(2967), - [anon_sym_lock] = ACTIONS(2967), - [anon_sym_rlock] = ACTIONS(2967), - [anon_sym_unsafe] = ACTIONS(2967), - [anon_sym_sql] = ACTIONS(2967), - [sym_int_literal] = ACTIONS(2967), - [sym_float_literal] = ACTIONS(2967), - [sym_rune_literal] = ACTIONS(2967), - [anon_sym_AT] = ACTIONS(2967), - [anon_sym_shared] = ACTIONS(2967), - [anon_sym_map_LBRACK] = ACTIONS(2967), - [anon_sym_chan] = ACTIONS(2967), - [anon_sym_thread] = ACTIONS(2967), - [anon_sym_atomic] = ACTIONS(2967), - [anon_sym_assert] = ACTIONS(2967), - [anon_sym_defer] = ACTIONS(2967), - [anon_sym_goto] = ACTIONS(2967), - [anon_sym_break] = ACTIONS(2967), - [anon_sym_continue] = ACTIONS(2967), - [anon_sym_return] = ACTIONS(2967), - [anon_sym_DOLLARfor] = ACTIONS(2967), - [anon_sym_for] = ACTIONS(2967), - [anon_sym_POUND] = ACTIONS(2967), - [anon_sym_asm] = ACTIONS(2967), - [anon_sym_AT_LBRACK] = ACTIONS(2967), - [sym___double_quote] = ACTIONS(2967), - [sym___single_quote] = ACTIONS(2967), - [sym___c_double_quote] = ACTIONS(2967), - [sym___c_single_quote] = ACTIONS(2967), - [sym___r_double_quote] = ACTIONS(2967), - [sym___r_single_quote] = ACTIONS(2967), + [anon_sym_DOT] = ACTIONS(2907), + [anon_sym_as] = ACTIONS(2907), + [anon_sym_LBRACE] = ACTIONS(2907), + [anon_sym_COMMA] = ACTIONS(2907), + [anon_sym_const] = ACTIONS(2907), + [anon_sym_LPAREN] = ACTIONS(2907), + [anon_sym___global] = ACTIONS(2907), + [anon_sym_type] = ACTIONS(2907), + [anon_sym_PIPE] = ACTIONS(2907), + [anon_sym_fn] = ACTIONS(2907), + [anon_sym_PLUS] = ACTIONS(2907), + [anon_sym_DASH] = ACTIONS(2907), + [anon_sym_STAR] = ACTIONS(2907), + [anon_sym_SLASH] = ACTIONS(2907), + [anon_sym_PERCENT] = ACTIONS(2907), + [anon_sym_LT] = ACTIONS(2907), + [anon_sym_GT] = ACTIONS(2907), + [anon_sym_EQ_EQ] = ACTIONS(2907), + [anon_sym_BANG_EQ] = ACTIONS(2907), + [anon_sym_LT_EQ] = ACTIONS(2907), + [anon_sym_GT_EQ] = ACTIONS(2907), + [anon_sym_LBRACK] = ACTIONS(2905), + [anon_sym_LT2] = ACTIONS(2907), + [anon_sym_struct] = ACTIONS(2907), + [anon_sym_union] = ACTIONS(2907), + [anon_sym_pub] = ACTIONS(2907), + [anon_sym_mut] = ACTIONS(2907), + [anon_sym_enum] = ACTIONS(2907), + [anon_sym_interface] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_QMARK] = ACTIONS(2907), + [anon_sym_BANG] = ACTIONS(2907), + [anon_sym_go] = ACTIONS(2907), + [anon_sym_spawn] = ACTIONS(2907), + [anon_sym_json_DOTdecode] = ACTIONS(2907), + [anon_sym_LBRACK2] = ACTIONS(2907), + [anon_sym_TILDE] = ACTIONS(2907), + [anon_sym_CARET] = ACTIONS(2907), + [anon_sym_AMP] = ACTIONS(2907), + [anon_sym_LT_DASH] = ACTIONS(2907), + [anon_sym_LT_LT] = ACTIONS(2907), + [anon_sym_GT_GT] = ACTIONS(2907), + [anon_sym_GT_GT_GT] = ACTIONS(2907), + [anon_sym_AMP_CARET] = ACTIONS(2907), + [anon_sym_AMP_AMP] = ACTIONS(2907), + [anon_sym_PIPE_PIPE] = ACTIONS(2907), + [anon_sym_or] = ACTIONS(2907), + [sym_none] = ACTIONS(2907), + [sym_true] = ACTIONS(2907), + [sym_false] = ACTIONS(2907), + [sym_nil] = ACTIONS(2907), + [anon_sym_QMARK_DOT] = ACTIONS(2907), + [anon_sym_POUND_LBRACK] = ACTIONS(2907), + [anon_sym_if] = ACTIONS(2907), + [anon_sym_DOLLARif] = ACTIONS(2907), + [anon_sym_is] = ACTIONS(2907), + [anon_sym_BANGis] = ACTIONS(2907), + [anon_sym_in] = ACTIONS(2907), + [anon_sym_BANGin] = ACTIONS(2907), + [anon_sym_match] = ACTIONS(2907), + [anon_sym_select] = ACTIONS(2907), + [anon_sym_lock] = ACTIONS(2907), + [anon_sym_rlock] = ACTIONS(2907), + [anon_sym_unsafe] = ACTIONS(2907), + [anon_sym_sql] = ACTIONS(2907), + [sym_int_literal] = ACTIONS(2907), + [sym_float_literal] = ACTIONS(2907), + [sym_rune_literal] = ACTIONS(2907), + [anon_sym_AT] = ACTIONS(2907), + [anon_sym_shared] = ACTIONS(2907), + [anon_sym_map_LBRACK] = ACTIONS(2907), + [anon_sym_chan] = ACTIONS(2907), + [anon_sym_thread] = ACTIONS(2907), + [anon_sym_atomic] = ACTIONS(2907), + [anon_sym_assert] = ACTIONS(2907), + [anon_sym_defer] = ACTIONS(2907), + [anon_sym_goto] = ACTIONS(2907), + [anon_sym_break] = ACTIONS(2907), + [anon_sym_continue] = ACTIONS(2907), + [anon_sym_return] = ACTIONS(2907), + [anon_sym_DOLLARfor] = ACTIONS(2907), + [anon_sym_for] = ACTIONS(2907), + [anon_sym_POUND] = ACTIONS(2907), + [anon_sym_asm] = ACTIONS(2907), + [anon_sym_AT_LBRACK] = ACTIONS(2907), + [sym___double_quote] = ACTIONS(2907), + [sym___single_quote] = ACTIONS(2907), + [sym___c_double_quote] = ACTIONS(2907), + [sym___c_single_quote] = ACTIONS(2907), + [sym___r_double_quote] = ACTIONS(2907), + [sym___r_single_quote] = ACTIONS(2907), }, [1090] = { - [ts_builtin_sym_end] = ACTIONS(2768), - [sym_identifier] = ACTIONS(2766), - [anon_sym_LF] = ACTIONS(2766), - [anon_sym_CR] = ACTIONS(2766), - [anon_sym_CR_LF] = ACTIONS(2766), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2766), - [anon_sym_as] = ACTIONS(2766), - [anon_sym_LBRACE] = ACTIONS(2766), - [anon_sym_COMMA] = ACTIONS(2766), - [anon_sym_const] = ACTIONS(2766), - [anon_sym_LPAREN] = ACTIONS(2766), - [anon_sym___global] = ACTIONS(2766), - [anon_sym_type] = ACTIONS(2766), - [anon_sym_PIPE] = ACTIONS(2766), - [anon_sym_fn] = ACTIONS(2766), - [anon_sym_PLUS] = ACTIONS(2766), - [anon_sym_DASH] = ACTIONS(2766), - [anon_sym_STAR] = ACTIONS(2766), - [anon_sym_SLASH] = ACTIONS(2766), - [anon_sym_PERCENT] = ACTIONS(2766), - [anon_sym_LT] = ACTIONS(2766), - [anon_sym_GT] = ACTIONS(2766), - [anon_sym_EQ_EQ] = ACTIONS(2766), - [anon_sym_BANG_EQ] = ACTIONS(2766), - [anon_sym_LT_EQ] = ACTIONS(2766), - [anon_sym_GT_EQ] = ACTIONS(2766), - [anon_sym_LBRACK] = ACTIONS(2768), - [anon_sym_struct] = ACTIONS(2766), - [anon_sym_union] = ACTIONS(2766), - [anon_sym_pub] = ACTIONS(2766), - [anon_sym_mut] = ACTIONS(2766), - [anon_sym_enum] = ACTIONS(2766), - [anon_sym_interface] = ACTIONS(2766), - [anon_sym_PLUS_PLUS] = ACTIONS(2766), - [anon_sym_DASH_DASH] = ACTIONS(2766), - [anon_sym_QMARK] = ACTIONS(2766), - [anon_sym_BANG] = ACTIONS(2766), - [anon_sym_go] = ACTIONS(2766), - [anon_sym_spawn] = ACTIONS(2766), - [anon_sym_json_DOTdecode] = ACTIONS(2766), - [anon_sym_LBRACK2] = ACTIONS(2766), - [anon_sym_TILDE] = ACTIONS(2766), - [anon_sym_CARET] = ACTIONS(2766), - [anon_sym_AMP] = ACTIONS(2766), - [anon_sym_LT_DASH] = ACTIONS(2766), - [anon_sym_LT_LT] = ACTIONS(2766), - [anon_sym_GT_GT] = ACTIONS(2766), - [anon_sym_GT_GT_GT] = ACTIONS(2766), - [anon_sym_AMP_CARET] = ACTIONS(2766), - [anon_sym_AMP_AMP] = ACTIONS(2766), - [anon_sym_PIPE_PIPE] = ACTIONS(2766), - [anon_sym_or] = ACTIONS(2766), - [sym_none] = ACTIONS(2766), - [sym_true] = ACTIONS(2766), - [sym_false] = ACTIONS(2766), - [sym_nil] = ACTIONS(2766), - [anon_sym_QMARK_DOT] = ACTIONS(2766), - [anon_sym_POUND_LBRACK] = ACTIONS(2766), - [anon_sym_if] = ACTIONS(2766), - [anon_sym_DOLLARif] = ACTIONS(2766), - [anon_sym_is] = ACTIONS(2766), - [anon_sym_BANGis] = ACTIONS(2766), - [anon_sym_in] = ACTIONS(2766), - [anon_sym_BANGin] = ACTIONS(2766), - [anon_sym_match] = ACTIONS(2766), - [anon_sym_select] = ACTIONS(2766), - [anon_sym_lock] = ACTIONS(2766), - [anon_sym_rlock] = ACTIONS(2766), - [anon_sym_unsafe] = ACTIONS(2766), - [anon_sym_sql] = ACTIONS(2766), - [sym_int_literal] = ACTIONS(2766), - [sym_float_literal] = ACTIONS(2766), - [sym_rune_literal] = ACTIONS(2766), - [anon_sym_AT] = ACTIONS(2766), - [anon_sym_shared] = ACTIONS(2766), - [anon_sym_map_LBRACK] = ACTIONS(2766), - [anon_sym_chan] = ACTIONS(2766), - [anon_sym_thread] = ACTIONS(2766), - [anon_sym_atomic] = ACTIONS(2766), - [anon_sym_assert] = ACTIONS(2766), - [anon_sym_defer] = ACTIONS(2766), - [anon_sym_goto] = ACTIONS(2766), - [anon_sym_break] = ACTIONS(2766), - [anon_sym_continue] = ACTIONS(2766), - [anon_sym_return] = ACTIONS(2766), - [anon_sym_DOLLARfor] = ACTIONS(2766), - [anon_sym_for] = ACTIONS(2766), - [anon_sym_POUND] = ACTIONS(2766), - [anon_sym_asm] = ACTIONS(2766), - [anon_sym_AT_LBRACK] = ACTIONS(2766), - [sym___double_quote] = ACTIONS(2766), - [sym___single_quote] = ACTIONS(2766), - [sym___c_double_quote] = ACTIONS(2766), - [sym___c_single_quote] = ACTIONS(2766), - [sym___r_double_quote] = ACTIONS(2766), - [sym___r_single_quote] = ACTIONS(2766), - }, - [1091] = { [ts_builtin_sym_end] = ACTIONS(2917), [sym_identifier] = ACTIONS(2919), [anon_sym_LF] = ACTIONS(2919), @@ -149492,6 +149839,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(2919), [anon_sym_GT_EQ] = ACTIONS(2919), [anon_sym_LBRACK] = ACTIONS(2917), + [anon_sym_LT2] = ACTIONS(2919), [anon_sym_struct] = ACTIONS(2919), [anon_sym_union] = ACTIONS(2919), [anon_sym_pub] = ACTIONS(2919), @@ -149562,2114 +149910,1938 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(2919), [sym___r_single_quote] = ACTIONS(2919), }, + [1091] = { + [ts_builtin_sym_end] = ACTIONS(2921), + [sym_identifier] = ACTIONS(2923), + [anon_sym_LF] = ACTIONS(2923), + [anon_sym_CR] = ACTIONS(2923), + [anon_sym_CR_LF] = ACTIONS(2923), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2923), + [anon_sym_as] = ACTIONS(2923), + [anon_sym_LBRACE] = ACTIONS(2923), + [anon_sym_COMMA] = ACTIONS(2923), + [anon_sym_const] = ACTIONS(2923), + [anon_sym_LPAREN] = ACTIONS(2923), + [anon_sym___global] = ACTIONS(2923), + [anon_sym_type] = ACTIONS(2923), + [anon_sym_PIPE] = ACTIONS(2923), + [anon_sym_fn] = ACTIONS(2923), + [anon_sym_PLUS] = ACTIONS(2923), + [anon_sym_DASH] = ACTIONS(2923), + [anon_sym_STAR] = ACTIONS(2923), + [anon_sym_SLASH] = ACTIONS(2923), + [anon_sym_PERCENT] = ACTIONS(2923), + [anon_sym_LT] = ACTIONS(2923), + [anon_sym_GT] = ACTIONS(2923), + [anon_sym_EQ_EQ] = ACTIONS(2923), + [anon_sym_BANG_EQ] = ACTIONS(2923), + [anon_sym_LT_EQ] = ACTIONS(2923), + [anon_sym_GT_EQ] = ACTIONS(2923), + [anon_sym_LBRACK] = ACTIONS(2921), + [anon_sym_LT2] = ACTIONS(2923), + [anon_sym_struct] = ACTIONS(2923), + [anon_sym_union] = ACTIONS(2923), + [anon_sym_pub] = ACTIONS(2923), + [anon_sym_mut] = ACTIONS(2923), + [anon_sym_enum] = ACTIONS(2923), + [anon_sym_interface] = ACTIONS(2923), + [anon_sym_PLUS_PLUS] = ACTIONS(2923), + [anon_sym_DASH_DASH] = ACTIONS(2923), + [anon_sym_QMARK] = ACTIONS(2923), + [anon_sym_BANG] = ACTIONS(2923), + [anon_sym_go] = ACTIONS(2923), + [anon_sym_spawn] = ACTIONS(2923), + [anon_sym_json_DOTdecode] = ACTIONS(2923), + [anon_sym_LBRACK2] = ACTIONS(2923), + [anon_sym_TILDE] = ACTIONS(2923), + [anon_sym_CARET] = ACTIONS(2923), + [anon_sym_AMP] = ACTIONS(2923), + [anon_sym_LT_DASH] = ACTIONS(2923), + [anon_sym_LT_LT] = ACTIONS(2923), + [anon_sym_GT_GT] = ACTIONS(2923), + [anon_sym_GT_GT_GT] = ACTIONS(2923), + [anon_sym_AMP_CARET] = ACTIONS(2923), + [anon_sym_AMP_AMP] = ACTIONS(2923), + [anon_sym_PIPE_PIPE] = ACTIONS(2923), + [anon_sym_or] = ACTIONS(2923), + [sym_none] = ACTIONS(2923), + [sym_true] = ACTIONS(2923), + [sym_false] = ACTIONS(2923), + [sym_nil] = ACTIONS(2923), + [anon_sym_QMARK_DOT] = ACTIONS(2923), + [anon_sym_POUND_LBRACK] = ACTIONS(2923), + [anon_sym_if] = ACTIONS(2923), + [anon_sym_DOLLARif] = ACTIONS(2923), + [anon_sym_is] = ACTIONS(2923), + [anon_sym_BANGis] = ACTIONS(2923), + [anon_sym_in] = ACTIONS(2923), + [anon_sym_BANGin] = ACTIONS(2923), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(2923), + [anon_sym_lock] = ACTIONS(2923), + [anon_sym_rlock] = ACTIONS(2923), + [anon_sym_unsafe] = ACTIONS(2923), + [anon_sym_sql] = ACTIONS(2923), + [sym_int_literal] = ACTIONS(2923), + [sym_float_literal] = ACTIONS(2923), + [sym_rune_literal] = ACTIONS(2923), + [anon_sym_AT] = ACTIONS(2923), + [anon_sym_shared] = ACTIONS(2923), + [anon_sym_map_LBRACK] = ACTIONS(2923), + [anon_sym_chan] = ACTIONS(2923), + [anon_sym_thread] = ACTIONS(2923), + [anon_sym_atomic] = ACTIONS(2923), + [anon_sym_assert] = ACTIONS(2923), + [anon_sym_defer] = ACTIONS(2923), + [anon_sym_goto] = ACTIONS(2923), + [anon_sym_break] = ACTIONS(2923), + [anon_sym_continue] = ACTIONS(2923), + [anon_sym_return] = ACTIONS(2923), + [anon_sym_DOLLARfor] = ACTIONS(2923), + [anon_sym_for] = ACTIONS(2923), + [anon_sym_POUND] = ACTIONS(2923), + [anon_sym_asm] = ACTIONS(2923), + [anon_sym_AT_LBRACK] = ACTIONS(2923), + [sym___double_quote] = ACTIONS(2923), + [sym___single_quote] = ACTIONS(2923), + [sym___c_double_quote] = ACTIONS(2923), + [sym___c_single_quote] = ACTIONS(2923), + [sym___r_double_quote] = ACTIONS(2923), + [sym___r_single_quote] = ACTIONS(2923), + }, [1092] = { - [ts_builtin_sym_end] = ACTIONS(2913), - [sym_identifier] = ACTIONS(2915), - [anon_sym_LF] = ACTIONS(2915), - [anon_sym_CR] = ACTIONS(2915), - [anon_sym_CR_LF] = ACTIONS(2915), + [ts_builtin_sym_end] = ACTIONS(2925), + [sym_identifier] = ACTIONS(2927), + [anon_sym_LF] = ACTIONS(2927), + [anon_sym_CR] = ACTIONS(2927), + [anon_sym_CR_LF] = ACTIONS(2927), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2915), - [anon_sym_as] = ACTIONS(2915), - [anon_sym_LBRACE] = ACTIONS(2915), - [anon_sym_COMMA] = ACTIONS(2915), - [anon_sym_const] = ACTIONS(2915), - [anon_sym_LPAREN] = ACTIONS(2915), - [anon_sym___global] = ACTIONS(2915), - [anon_sym_type] = ACTIONS(2915), - [anon_sym_PIPE] = ACTIONS(2915), - [anon_sym_fn] = ACTIONS(2915), - [anon_sym_PLUS] = ACTIONS(2915), - [anon_sym_DASH] = ACTIONS(2915), - [anon_sym_STAR] = ACTIONS(2915), - [anon_sym_SLASH] = ACTIONS(2915), - [anon_sym_PERCENT] = ACTIONS(2915), - [anon_sym_LT] = ACTIONS(2915), - [anon_sym_GT] = ACTIONS(2915), - [anon_sym_EQ_EQ] = ACTIONS(2915), - [anon_sym_BANG_EQ] = ACTIONS(2915), - [anon_sym_LT_EQ] = ACTIONS(2915), - [anon_sym_GT_EQ] = ACTIONS(2915), - [anon_sym_LBRACK] = ACTIONS(2913), - [anon_sym_struct] = ACTIONS(2915), - [anon_sym_union] = ACTIONS(2915), - [anon_sym_pub] = ACTIONS(2915), - [anon_sym_mut] = ACTIONS(2915), - [anon_sym_enum] = ACTIONS(2915), - [anon_sym_interface] = ACTIONS(2915), - [anon_sym_PLUS_PLUS] = ACTIONS(2915), - [anon_sym_DASH_DASH] = ACTIONS(2915), - [anon_sym_QMARK] = ACTIONS(2915), - [anon_sym_BANG] = ACTIONS(2915), - [anon_sym_go] = ACTIONS(2915), - [anon_sym_spawn] = ACTIONS(2915), - [anon_sym_json_DOTdecode] = ACTIONS(2915), - [anon_sym_LBRACK2] = ACTIONS(2915), - [anon_sym_TILDE] = ACTIONS(2915), - [anon_sym_CARET] = ACTIONS(2915), - [anon_sym_AMP] = ACTIONS(2915), - [anon_sym_LT_DASH] = ACTIONS(2915), - [anon_sym_LT_LT] = ACTIONS(2915), - [anon_sym_GT_GT] = ACTIONS(2915), - [anon_sym_GT_GT_GT] = ACTIONS(2915), - [anon_sym_AMP_CARET] = ACTIONS(2915), - [anon_sym_AMP_AMP] = ACTIONS(2915), - [anon_sym_PIPE_PIPE] = ACTIONS(2915), - [anon_sym_or] = ACTIONS(2915), - [sym_none] = ACTIONS(2915), - [sym_true] = ACTIONS(2915), - [sym_false] = ACTIONS(2915), - [sym_nil] = ACTIONS(2915), - [anon_sym_QMARK_DOT] = ACTIONS(2915), - [anon_sym_POUND_LBRACK] = ACTIONS(2915), - [anon_sym_if] = ACTIONS(2915), - [anon_sym_DOLLARif] = ACTIONS(2915), - [anon_sym_is] = ACTIONS(2915), - [anon_sym_BANGis] = ACTIONS(2915), - [anon_sym_in] = ACTIONS(2915), - [anon_sym_BANGin] = ACTIONS(2915), - [anon_sym_match] = ACTIONS(2915), - [anon_sym_select] = ACTIONS(2915), - [anon_sym_lock] = ACTIONS(2915), - [anon_sym_rlock] = ACTIONS(2915), - [anon_sym_unsafe] = ACTIONS(2915), - [anon_sym_sql] = ACTIONS(2915), - [sym_int_literal] = ACTIONS(2915), - [sym_float_literal] = ACTIONS(2915), - [sym_rune_literal] = ACTIONS(2915), - [anon_sym_AT] = ACTIONS(2915), - [anon_sym_shared] = ACTIONS(2915), - [anon_sym_map_LBRACK] = ACTIONS(2915), - [anon_sym_chan] = ACTIONS(2915), - [anon_sym_thread] = ACTIONS(2915), - [anon_sym_atomic] = ACTIONS(2915), - [anon_sym_assert] = ACTIONS(2915), - [anon_sym_defer] = ACTIONS(2915), - [anon_sym_goto] = ACTIONS(2915), - [anon_sym_break] = ACTIONS(2915), - [anon_sym_continue] = ACTIONS(2915), - [anon_sym_return] = ACTIONS(2915), - [anon_sym_DOLLARfor] = ACTIONS(2915), - [anon_sym_for] = ACTIONS(2915), - [anon_sym_POUND] = ACTIONS(2915), - [anon_sym_asm] = ACTIONS(2915), - [anon_sym_AT_LBRACK] = ACTIONS(2915), - [sym___double_quote] = ACTIONS(2915), - [sym___single_quote] = ACTIONS(2915), - [sym___c_double_quote] = ACTIONS(2915), - [sym___c_single_quote] = ACTIONS(2915), - [sym___r_double_quote] = ACTIONS(2915), - [sym___r_single_quote] = ACTIONS(2915), + [anon_sym_DOT] = ACTIONS(2927), + [anon_sym_as] = ACTIONS(2927), + [anon_sym_LBRACE] = ACTIONS(2927), + [anon_sym_COMMA] = ACTIONS(2927), + [anon_sym_const] = ACTIONS(2927), + [anon_sym_LPAREN] = ACTIONS(2927), + [anon_sym___global] = ACTIONS(2927), + [anon_sym_type] = ACTIONS(2927), + [anon_sym_PIPE] = ACTIONS(2927), + [anon_sym_fn] = ACTIONS(2927), + [anon_sym_PLUS] = ACTIONS(2927), + [anon_sym_DASH] = ACTIONS(2927), + [anon_sym_STAR] = ACTIONS(2927), + [anon_sym_SLASH] = ACTIONS(2927), + [anon_sym_PERCENT] = ACTIONS(2927), + [anon_sym_LT] = ACTIONS(2927), + [anon_sym_GT] = ACTIONS(2927), + [anon_sym_EQ_EQ] = ACTIONS(2927), + [anon_sym_BANG_EQ] = ACTIONS(2927), + [anon_sym_LT_EQ] = ACTIONS(2927), + [anon_sym_GT_EQ] = ACTIONS(2927), + [anon_sym_LBRACK] = ACTIONS(2925), + [anon_sym_LT2] = ACTIONS(2927), + [anon_sym_struct] = ACTIONS(2927), + [anon_sym_union] = ACTIONS(2927), + [anon_sym_pub] = ACTIONS(2927), + [anon_sym_mut] = ACTIONS(2927), + [anon_sym_enum] = ACTIONS(2927), + [anon_sym_interface] = ACTIONS(2927), + [anon_sym_PLUS_PLUS] = ACTIONS(2927), + [anon_sym_DASH_DASH] = ACTIONS(2927), + [anon_sym_QMARK] = ACTIONS(2927), + [anon_sym_BANG] = ACTIONS(2927), + [anon_sym_go] = ACTIONS(2927), + [anon_sym_spawn] = ACTIONS(2927), + [anon_sym_json_DOTdecode] = ACTIONS(2927), + [anon_sym_LBRACK2] = ACTIONS(2927), + [anon_sym_TILDE] = ACTIONS(2927), + [anon_sym_CARET] = ACTIONS(2927), + [anon_sym_AMP] = ACTIONS(2927), + [anon_sym_LT_DASH] = ACTIONS(2927), + [anon_sym_LT_LT] = ACTIONS(2927), + [anon_sym_GT_GT] = ACTIONS(2927), + [anon_sym_GT_GT_GT] = ACTIONS(2927), + [anon_sym_AMP_CARET] = ACTIONS(2927), + [anon_sym_AMP_AMP] = ACTIONS(2927), + [anon_sym_PIPE_PIPE] = ACTIONS(2927), + [anon_sym_or] = ACTIONS(2927), + [sym_none] = ACTIONS(2927), + [sym_true] = ACTIONS(2927), + [sym_false] = ACTIONS(2927), + [sym_nil] = ACTIONS(2927), + [anon_sym_QMARK_DOT] = ACTIONS(2927), + [anon_sym_POUND_LBRACK] = ACTIONS(2927), + [anon_sym_if] = ACTIONS(2927), + [anon_sym_DOLLARif] = ACTIONS(2927), + [anon_sym_is] = ACTIONS(2927), + [anon_sym_BANGis] = ACTIONS(2927), + [anon_sym_in] = ACTIONS(2927), + [anon_sym_BANGin] = ACTIONS(2927), + [anon_sym_match] = ACTIONS(2927), + [anon_sym_select] = ACTIONS(2927), + [anon_sym_lock] = ACTIONS(2927), + [anon_sym_rlock] = ACTIONS(2927), + [anon_sym_unsafe] = ACTIONS(2927), + [anon_sym_sql] = ACTIONS(2927), + [sym_int_literal] = ACTIONS(2927), + [sym_float_literal] = ACTIONS(2927), + [sym_rune_literal] = ACTIONS(2927), + [anon_sym_AT] = ACTIONS(2927), + [anon_sym_shared] = ACTIONS(2927), + [anon_sym_map_LBRACK] = ACTIONS(2927), + [anon_sym_chan] = ACTIONS(2927), + [anon_sym_thread] = ACTIONS(2927), + [anon_sym_atomic] = ACTIONS(2927), + [anon_sym_assert] = ACTIONS(2927), + [anon_sym_defer] = ACTIONS(2927), + [anon_sym_goto] = ACTIONS(2927), + [anon_sym_break] = ACTIONS(2927), + [anon_sym_continue] = ACTIONS(2927), + [anon_sym_return] = ACTIONS(2927), + [anon_sym_DOLLARfor] = ACTIONS(2927), + [anon_sym_for] = ACTIONS(2927), + [anon_sym_POUND] = ACTIONS(2927), + [anon_sym_asm] = ACTIONS(2927), + [anon_sym_AT_LBRACK] = ACTIONS(2927), + [sym___double_quote] = ACTIONS(2927), + [sym___single_quote] = ACTIONS(2927), + [sym___c_double_quote] = ACTIONS(2927), + [sym___c_single_quote] = ACTIONS(2927), + [sym___r_double_quote] = ACTIONS(2927), + [sym___r_single_quote] = ACTIONS(2927), }, [1093] = { - [ts_builtin_sym_end] = ACTIONS(2901), - [sym_identifier] = ACTIONS(2903), - [anon_sym_LF] = ACTIONS(2903), - [anon_sym_CR] = ACTIONS(2903), - [anon_sym_CR_LF] = ACTIONS(2903), + [ts_builtin_sym_end] = ACTIONS(2885), + [sym_identifier] = ACTIONS(2887), + [anon_sym_LF] = ACTIONS(2887), + [anon_sym_CR] = ACTIONS(2887), + [anon_sym_CR_LF] = ACTIONS(2887), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2903), - [anon_sym_as] = ACTIONS(2903), - [anon_sym_LBRACE] = ACTIONS(2903), - [anon_sym_COMMA] = ACTIONS(2903), - [anon_sym_const] = ACTIONS(2903), - [anon_sym_LPAREN] = ACTIONS(2903), - [anon_sym___global] = ACTIONS(2903), - [anon_sym_type] = ACTIONS(2903), - [anon_sym_PIPE] = ACTIONS(2903), - [anon_sym_fn] = ACTIONS(2903), - [anon_sym_PLUS] = ACTIONS(2903), - [anon_sym_DASH] = ACTIONS(2903), - [anon_sym_STAR] = ACTIONS(2903), - [anon_sym_SLASH] = ACTIONS(2903), - [anon_sym_PERCENT] = ACTIONS(2903), - [anon_sym_LT] = ACTIONS(2903), - [anon_sym_GT] = ACTIONS(2903), - [anon_sym_EQ_EQ] = ACTIONS(2903), - [anon_sym_BANG_EQ] = ACTIONS(2903), - [anon_sym_LT_EQ] = ACTIONS(2903), - [anon_sym_GT_EQ] = ACTIONS(2903), - [anon_sym_LBRACK] = ACTIONS(2901), - [anon_sym_struct] = ACTIONS(2903), - [anon_sym_union] = ACTIONS(2903), - [anon_sym_pub] = ACTIONS(2903), - [anon_sym_mut] = ACTIONS(2903), - [anon_sym_enum] = ACTIONS(2903), - [anon_sym_interface] = ACTIONS(2903), - [anon_sym_PLUS_PLUS] = ACTIONS(2903), - [anon_sym_DASH_DASH] = ACTIONS(2903), - [anon_sym_QMARK] = ACTIONS(2903), - [anon_sym_BANG] = ACTIONS(2903), - [anon_sym_go] = ACTIONS(2903), - [anon_sym_spawn] = ACTIONS(2903), - [anon_sym_json_DOTdecode] = ACTIONS(2903), - [anon_sym_LBRACK2] = ACTIONS(2903), - [anon_sym_TILDE] = ACTIONS(2903), - [anon_sym_CARET] = ACTIONS(2903), - [anon_sym_AMP] = ACTIONS(2903), - [anon_sym_LT_DASH] = ACTIONS(2903), - [anon_sym_LT_LT] = ACTIONS(2903), - [anon_sym_GT_GT] = ACTIONS(2903), - [anon_sym_GT_GT_GT] = ACTIONS(2903), - [anon_sym_AMP_CARET] = ACTIONS(2903), - [anon_sym_AMP_AMP] = ACTIONS(2903), - [anon_sym_PIPE_PIPE] = ACTIONS(2903), - [anon_sym_or] = ACTIONS(2903), - [sym_none] = ACTIONS(2903), - [sym_true] = ACTIONS(2903), - [sym_false] = ACTIONS(2903), - [sym_nil] = ACTIONS(2903), - [anon_sym_QMARK_DOT] = ACTIONS(2903), - [anon_sym_POUND_LBRACK] = ACTIONS(2903), - [anon_sym_if] = ACTIONS(2903), - [anon_sym_DOLLARif] = ACTIONS(2903), - [anon_sym_is] = ACTIONS(2903), - [anon_sym_BANGis] = ACTIONS(2903), - [anon_sym_in] = ACTIONS(2903), - [anon_sym_BANGin] = ACTIONS(2903), - [anon_sym_match] = ACTIONS(2903), - [anon_sym_select] = ACTIONS(2903), - [anon_sym_lock] = ACTIONS(2903), - [anon_sym_rlock] = ACTIONS(2903), - [anon_sym_unsafe] = ACTIONS(2903), - [anon_sym_sql] = ACTIONS(2903), - [sym_int_literal] = ACTIONS(2903), - [sym_float_literal] = ACTIONS(2903), - [sym_rune_literal] = ACTIONS(2903), - [anon_sym_AT] = ACTIONS(2903), - [anon_sym_shared] = ACTIONS(2903), - [anon_sym_map_LBRACK] = ACTIONS(2903), - [anon_sym_chan] = ACTIONS(2903), - [anon_sym_thread] = ACTIONS(2903), - [anon_sym_atomic] = ACTIONS(2903), - [anon_sym_assert] = ACTIONS(2903), - [anon_sym_defer] = ACTIONS(2903), - [anon_sym_goto] = ACTIONS(2903), - [anon_sym_break] = ACTIONS(2903), - [anon_sym_continue] = ACTIONS(2903), - [anon_sym_return] = ACTIONS(2903), - [anon_sym_DOLLARfor] = ACTIONS(2903), - [anon_sym_for] = ACTIONS(2903), - [anon_sym_POUND] = ACTIONS(2903), - [anon_sym_asm] = ACTIONS(2903), - [anon_sym_AT_LBRACK] = ACTIONS(2903), - [sym___double_quote] = ACTIONS(2903), - [sym___single_quote] = ACTIONS(2903), - [sym___c_double_quote] = ACTIONS(2903), - [sym___c_single_quote] = ACTIONS(2903), - [sym___r_double_quote] = ACTIONS(2903), - [sym___r_single_quote] = ACTIONS(2903), + [anon_sym_DOT] = ACTIONS(2887), + [anon_sym_as] = ACTIONS(2887), + [anon_sym_LBRACE] = ACTIONS(2887), + [anon_sym_COMMA] = ACTIONS(2887), + [anon_sym_const] = ACTIONS(2887), + [anon_sym_LPAREN] = ACTIONS(2887), + [anon_sym___global] = ACTIONS(2887), + [anon_sym_type] = ACTIONS(2887), + [anon_sym_PIPE] = ACTIONS(2887), + [anon_sym_fn] = ACTIONS(2887), + [anon_sym_PLUS] = ACTIONS(2887), + [anon_sym_DASH] = ACTIONS(2887), + [anon_sym_STAR] = ACTIONS(2887), + [anon_sym_SLASH] = ACTIONS(2887), + [anon_sym_PERCENT] = ACTIONS(2887), + [anon_sym_LT] = ACTIONS(2887), + [anon_sym_GT] = ACTIONS(2887), + [anon_sym_EQ_EQ] = ACTIONS(2887), + [anon_sym_BANG_EQ] = ACTIONS(2887), + [anon_sym_LT_EQ] = ACTIONS(2887), + [anon_sym_GT_EQ] = ACTIONS(2887), + [anon_sym_LBRACK] = ACTIONS(2885), + [anon_sym_LT2] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2887), + [anon_sym_union] = ACTIONS(2887), + [anon_sym_pub] = ACTIONS(2887), + [anon_sym_mut] = ACTIONS(2887), + [anon_sym_enum] = ACTIONS(2887), + [anon_sym_interface] = ACTIONS(2887), + [anon_sym_PLUS_PLUS] = ACTIONS(2887), + [anon_sym_DASH_DASH] = ACTIONS(2887), + [anon_sym_QMARK] = ACTIONS(2887), + [anon_sym_BANG] = ACTIONS(2887), + [anon_sym_go] = ACTIONS(2887), + [anon_sym_spawn] = ACTIONS(2887), + [anon_sym_json_DOTdecode] = ACTIONS(2887), + [anon_sym_LBRACK2] = ACTIONS(2887), + [anon_sym_TILDE] = ACTIONS(2887), + [anon_sym_CARET] = ACTIONS(2887), + [anon_sym_AMP] = ACTIONS(2887), + [anon_sym_LT_DASH] = ACTIONS(2887), + [anon_sym_LT_LT] = ACTIONS(2887), + [anon_sym_GT_GT] = ACTIONS(2887), + [anon_sym_GT_GT_GT] = ACTIONS(2887), + [anon_sym_AMP_CARET] = ACTIONS(2887), + [anon_sym_AMP_AMP] = ACTIONS(2887), + [anon_sym_PIPE_PIPE] = ACTIONS(2887), + [anon_sym_or] = ACTIONS(2887), + [sym_none] = ACTIONS(2887), + [sym_true] = ACTIONS(2887), + [sym_false] = ACTIONS(2887), + [sym_nil] = ACTIONS(2887), + [anon_sym_QMARK_DOT] = ACTIONS(2887), + [anon_sym_POUND_LBRACK] = ACTIONS(2887), + [anon_sym_if] = ACTIONS(2887), + [anon_sym_DOLLARif] = ACTIONS(2887), + [anon_sym_is] = ACTIONS(2887), + [anon_sym_BANGis] = ACTIONS(2887), + [anon_sym_in] = ACTIONS(2887), + [anon_sym_BANGin] = ACTIONS(2887), + [anon_sym_match] = ACTIONS(2887), + [anon_sym_select] = ACTIONS(2887), + [anon_sym_lock] = ACTIONS(2887), + [anon_sym_rlock] = ACTIONS(2887), + [anon_sym_unsafe] = ACTIONS(2887), + [anon_sym_sql] = ACTIONS(2887), + [sym_int_literal] = ACTIONS(2887), + [sym_float_literal] = ACTIONS(2887), + [sym_rune_literal] = ACTIONS(2887), + [anon_sym_AT] = ACTIONS(2887), + [anon_sym_shared] = ACTIONS(2887), + [anon_sym_map_LBRACK] = ACTIONS(2887), + [anon_sym_chan] = ACTIONS(2887), + [anon_sym_thread] = ACTIONS(2887), + [anon_sym_atomic] = ACTIONS(2887), + [anon_sym_assert] = ACTIONS(2887), + [anon_sym_defer] = ACTIONS(2887), + [anon_sym_goto] = ACTIONS(2887), + [anon_sym_break] = ACTIONS(2887), + [anon_sym_continue] = ACTIONS(2887), + [anon_sym_return] = ACTIONS(2887), + [anon_sym_DOLLARfor] = ACTIONS(2887), + [anon_sym_for] = ACTIONS(2887), + [anon_sym_POUND] = ACTIONS(2887), + [anon_sym_asm] = ACTIONS(2887), + [anon_sym_AT_LBRACK] = ACTIONS(2887), + [sym___double_quote] = ACTIONS(2887), + [sym___single_quote] = ACTIONS(2887), + [sym___c_double_quote] = ACTIONS(2887), + [sym___c_single_quote] = ACTIONS(2887), + [sym___r_double_quote] = ACTIONS(2887), + [sym___r_single_quote] = ACTIONS(2887), }, [1094] = { - [ts_builtin_sym_end] = ACTIONS(3027), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LF] = ACTIONS(3029), - [anon_sym_CR] = ACTIONS(3029), - [anon_sym_CR_LF] = ACTIONS(3029), + [ts_builtin_sym_end] = ACTIONS(2849), + [sym_identifier] = ACTIONS(2851), + [anon_sym_LF] = ACTIONS(2851), + [anon_sym_CR] = ACTIONS(2851), + [anon_sym_CR_LF] = ACTIONS(2851), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2774), - [anon_sym_as] = ACTIONS(3029), - [anon_sym_LBRACE] = ACTIONS(3029), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_const] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(3029), - [anon_sym___global] = ACTIONS(3029), - [anon_sym_type] = ACTIONS(3029), - [anon_sym_PIPE] = ACTIONS(3029), - [anon_sym_fn] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3029), - [anon_sym_DASH] = ACTIONS(3029), - [anon_sym_STAR] = ACTIONS(3029), - [anon_sym_SLASH] = ACTIONS(3029), - [anon_sym_PERCENT] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3029), - [anon_sym_GT] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3027), - [anon_sym_struct] = ACTIONS(3029), - [anon_sym_union] = ACTIONS(3029), - [anon_sym_pub] = ACTIONS(3029), - [anon_sym_mut] = ACTIONS(3029), - [anon_sym_enum] = ACTIONS(3029), - [anon_sym_interface] = ACTIONS(3029), - [anon_sym_PLUS_PLUS] = ACTIONS(3029), - [anon_sym_DASH_DASH] = ACTIONS(3029), - [anon_sym_QMARK] = ACTIONS(3029), - [anon_sym_BANG] = ACTIONS(3029), - [anon_sym_go] = ACTIONS(3029), - [anon_sym_spawn] = ACTIONS(3029), - [anon_sym_json_DOTdecode] = ACTIONS(3029), - [anon_sym_LBRACK2] = ACTIONS(3029), - [anon_sym_TILDE] = ACTIONS(3029), - [anon_sym_CARET] = ACTIONS(3029), - [anon_sym_AMP] = ACTIONS(3029), - [anon_sym_LT_DASH] = ACTIONS(3029), - [anon_sym_LT_LT] = ACTIONS(3029), - [anon_sym_GT_GT] = ACTIONS(3029), - [anon_sym_GT_GT_GT] = ACTIONS(3029), - [anon_sym_AMP_CARET] = ACTIONS(3029), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_or] = ACTIONS(3029), - [sym_none] = ACTIONS(3029), - [sym_true] = ACTIONS(3029), - [sym_false] = ACTIONS(3029), - [sym_nil] = ACTIONS(3029), - [anon_sym_QMARK_DOT] = ACTIONS(3029), - [anon_sym_POUND_LBRACK] = ACTIONS(3029), - [anon_sym_if] = ACTIONS(3029), - [anon_sym_DOLLARif] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3029), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_in] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_match] = ACTIONS(3029), - [anon_sym_select] = ACTIONS(3029), - [anon_sym_lock] = ACTIONS(3029), - [anon_sym_rlock] = ACTIONS(3029), - [anon_sym_unsafe] = ACTIONS(3029), - [anon_sym_sql] = ACTIONS(3029), - [sym_int_literal] = ACTIONS(3029), - [sym_float_literal] = ACTIONS(3029), - [sym_rune_literal] = ACTIONS(3029), - [anon_sym_AT] = ACTIONS(3029), - [anon_sym_shared] = ACTIONS(3029), - [anon_sym_map_LBRACK] = ACTIONS(3029), - [anon_sym_chan] = ACTIONS(3029), - [anon_sym_thread] = ACTIONS(3029), - [anon_sym_atomic] = ACTIONS(3029), - [anon_sym_assert] = ACTIONS(3029), - [anon_sym_defer] = ACTIONS(3029), - [anon_sym_goto] = ACTIONS(3029), - [anon_sym_break] = ACTIONS(3029), - [anon_sym_continue] = ACTIONS(3029), - [anon_sym_return] = ACTIONS(3029), - [anon_sym_DOLLARfor] = ACTIONS(3029), - [anon_sym_for] = ACTIONS(3029), - [anon_sym_POUND] = ACTIONS(3029), - [anon_sym_asm] = ACTIONS(3029), - [anon_sym_AT_LBRACK] = ACTIONS(3029), - [sym___double_quote] = ACTIONS(3029), - [sym___single_quote] = ACTIONS(3029), - [sym___c_double_quote] = ACTIONS(3029), - [sym___c_single_quote] = ACTIONS(3029), - [sym___r_double_quote] = ACTIONS(3029), - [sym___r_single_quote] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(2851), + [anon_sym_as] = ACTIONS(2851), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2851), + [anon_sym_const] = ACTIONS(2851), + [anon_sym_LPAREN] = ACTIONS(2851), + [anon_sym___global] = ACTIONS(2851), + [anon_sym_type] = ACTIONS(2851), + [anon_sym_PIPE] = ACTIONS(2851), + [anon_sym_fn] = ACTIONS(2851), + [anon_sym_PLUS] = ACTIONS(2851), + [anon_sym_DASH] = ACTIONS(2851), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_PERCENT] = ACTIONS(2851), + [anon_sym_LT] = ACTIONS(2851), + [anon_sym_GT] = ACTIONS(2851), + [anon_sym_EQ_EQ] = ACTIONS(2851), + [anon_sym_BANG_EQ] = ACTIONS(2851), + [anon_sym_LT_EQ] = ACTIONS(2851), + [anon_sym_GT_EQ] = ACTIONS(2851), + [anon_sym_LBRACK] = ACTIONS(2849), + [anon_sym_LT2] = ACTIONS(2851), + [anon_sym_struct] = ACTIONS(2851), + [anon_sym_union] = ACTIONS(2851), + [anon_sym_pub] = ACTIONS(2851), + [anon_sym_mut] = ACTIONS(2851), + [anon_sym_enum] = ACTIONS(2851), + [anon_sym_interface] = ACTIONS(2851), + [anon_sym_PLUS_PLUS] = ACTIONS(2851), + [anon_sym_DASH_DASH] = ACTIONS(2851), + [anon_sym_QMARK] = ACTIONS(2851), + [anon_sym_BANG] = ACTIONS(2851), + [anon_sym_go] = ACTIONS(2851), + [anon_sym_spawn] = ACTIONS(2851), + [anon_sym_json_DOTdecode] = ACTIONS(2851), + [anon_sym_LBRACK2] = ACTIONS(2851), + [anon_sym_TILDE] = ACTIONS(2851), + [anon_sym_CARET] = ACTIONS(2851), + [anon_sym_AMP] = ACTIONS(2851), + [anon_sym_LT_DASH] = ACTIONS(2851), + [anon_sym_LT_LT] = ACTIONS(2851), + [anon_sym_GT_GT] = ACTIONS(2851), + [anon_sym_GT_GT_GT] = ACTIONS(2851), + [anon_sym_AMP_CARET] = ACTIONS(2851), + [anon_sym_AMP_AMP] = ACTIONS(2851), + [anon_sym_PIPE_PIPE] = ACTIONS(2851), + [anon_sym_or] = ACTIONS(2851), + [sym_none] = ACTIONS(2851), + [sym_true] = ACTIONS(2851), + [sym_false] = ACTIONS(2851), + [sym_nil] = ACTIONS(2851), + [anon_sym_QMARK_DOT] = ACTIONS(2851), + [anon_sym_POUND_LBRACK] = ACTIONS(2851), + [anon_sym_if] = ACTIONS(2851), + [anon_sym_DOLLARif] = ACTIONS(2851), + [anon_sym_is] = ACTIONS(2851), + [anon_sym_BANGis] = ACTIONS(2851), + [anon_sym_in] = ACTIONS(2851), + [anon_sym_BANGin] = ACTIONS(2851), + [anon_sym_match] = ACTIONS(2851), + [anon_sym_select] = ACTIONS(2851), + [anon_sym_lock] = ACTIONS(2851), + [anon_sym_rlock] = ACTIONS(2851), + [anon_sym_unsafe] = ACTIONS(2851), + [anon_sym_sql] = ACTIONS(2851), + [sym_int_literal] = ACTIONS(2851), + [sym_float_literal] = ACTIONS(2851), + [sym_rune_literal] = ACTIONS(2851), + [anon_sym_AT] = ACTIONS(2851), + [anon_sym_shared] = ACTIONS(2851), + [anon_sym_map_LBRACK] = ACTIONS(2851), + [anon_sym_chan] = ACTIONS(2851), + [anon_sym_thread] = ACTIONS(2851), + [anon_sym_atomic] = ACTIONS(2851), + [anon_sym_assert] = ACTIONS(2851), + [anon_sym_defer] = ACTIONS(2851), + [anon_sym_goto] = ACTIONS(2851), + [anon_sym_break] = ACTIONS(2851), + [anon_sym_continue] = ACTIONS(2851), + [anon_sym_return] = ACTIONS(2851), + [anon_sym_DOLLARfor] = ACTIONS(2851), + [anon_sym_for] = ACTIONS(2851), + [anon_sym_POUND] = ACTIONS(2851), + [anon_sym_asm] = ACTIONS(2851), + [anon_sym_AT_LBRACK] = ACTIONS(2851), + [sym___double_quote] = ACTIONS(2851), + [sym___single_quote] = ACTIONS(2851), + [sym___c_double_quote] = ACTIONS(2851), + [sym___c_single_quote] = ACTIONS(2851), + [sym___r_double_quote] = ACTIONS(2851), + [sym___r_single_quote] = ACTIONS(2851), }, [1095] = { - [ts_builtin_sym_end] = ACTIONS(3175), - [sym_identifier] = ACTIONS(3177), - [anon_sym_LF] = ACTIONS(3177), - [anon_sym_CR] = ACTIONS(3177), - [anon_sym_CR_LF] = ACTIONS(3177), + [ts_builtin_sym_end] = ACTIONS(2933), + [sym_identifier] = ACTIONS(2935), + [anon_sym_LF] = ACTIONS(2935), + [anon_sym_CR] = ACTIONS(2935), + [anon_sym_CR_LF] = ACTIONS(2935), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3177), - [anon_sym_as] = ACTIONS(3177), - [anon_sym_LBRACE] = ACTIONS(3177), - [anon_sym_COMMA] = ACTIONS(3177), - [anon_sym_const] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3177), - [anon_sym___global] = ACTIONS(3177), - [anon_sym_type] = ACTIONS(3177), - [anon_sym_PIPE] = ACTIONS(3177), - [anon_sym_fn] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(3177), - [anon_sym_DASH] = ACTIONS(3177), - [anon_sym_STAR] = ACTIONS(3177), - [anon_sym_SLASH] = ACTIONS(3177), - [anon_sym_PERCENT] = ACTIONS(3177), - [anon_sym_LT] = ACTIONS(3177), - [anon_sym_GT] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3177), - [anon_sym_BANG_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_LBRACK] = ACTIONS(3175), - [anon_sym_struct] = ACTIONS(3177), - [anon_sym_union] = ACTIONS(3177), - [anon_sym_pub] = ACTIONS(3177), - [anon_sym_mut] = ACTIONS(3177), - [anon_sym_enum] = ACTIONS(3177), - [anon_sym_interface] = ACTIONS(3177), - [anon_sym_PLUS_PLUS] = ACTIONS(3177), - [anon_sym_DASH_DASH] = ACTIONS(3177), - [anon_sym_QMARK] = ACTIONS(3177), - [anon_sym_BANG] = ACTIONS(3177), - [anon_sym_go] = ACTIONS(3177), - [anon_sym_spawn] = ACTIONS(3177), - [anon_sym_json_DOTdecode] = ACTIONS(3177), - [anon_sym_LBRACK2] = ACTIONS(3177), - [anon_sym_TILDE] = ACTIONS(3177), - [anon_sym_CARET] = ACTIONS(3177), - [anon_sym_AMP] = ACTIONS(3177), - [anon_sym_LT_DASH] = ACTIONS(3177), - [anon_sym_LT_LT] = ACTIONS(3177), - [anon_sym_GT_GT] = ACTIONS(3177), - [anon_sym_GT_GT_GT] = ACTIONS(3177), - [anon_sym_AMP_CARET] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_or] = ACTIONS(3177), - [sym_none] = ACTIONS(3177), - [sym_true] = ACTIONS(3177), - [sym_false] = ACTIONS(3177), - [sym_nil] = ACTIONS(3177), - [anon_sym_QMARK_DOT] = ACTIONS(3177), - [anon_sym_POUND_LBRACK] = ACTIONS(3177), - [anon_sym_if] = ACTIONS(3177), - [anon_sym_DOLLARif] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3177), - [anon_sym_BANGis] = ACTIONS(3177), - [anon_sym_in] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_match] = ACTIONS(3177), - [anon_sym_select] = ACTIONS(3177), - [anon_sym_lock] = ACTIONS(3177), - [anon_sym_rlock] = ACTIONS(3177), - [anon_sym_unsafe] = ACTIONS(3177), - [anon_sym_sql] = ACTIONS(3177), - [sym_int_literal] = ACTIONS(3177), - [sym_float_literal] = ACTIONS(3177), - [sym_rune_literal] = ACTIONS(3177), - [anon_sym_AT] = ACTIONS(3177), - [anon_sym_shared] = ACTIONS(3177), - [anon_sym_map_LBRACK] = ACTIONS(3177), - [anon_sym_chan] = ACTIONS(3177), - [anon_sym_thread] = ACTIONS(3177), - [anon_sym_atomic] = ACTIONS(3177), - [anon_sym_assert] = ACTIONS(3177), - [anon_sym_defer] = ACTIONS(3177), - [anon_sym_goto] = ACTIONS(3177), - [anon_sym_break] = ACTIONS(3177), - [anon_sym_continue] = ACTIONS(3177), - [anon_sym_return] = ACTIONS(3177), - [anon_sym_DOLLARfor] = ACTIONS(3177), - [anon_sym_for] = ACTIONS(3177), - [anon_sym_POUND] = ACTIONS(3177), - [anon_sym_asm] = ACTIONS(3177), - [anon_sym_AT_LBRACK] = ACTIONS(3177), - [sym___double_quote] = ACTIONS(3177), - [sym___single_quote] = ACTIONS(3177), - [sym___c_double_quote] = ACTIONS(3177), - [sym___c_single_quote] = ACTIONS(3177), - [sym___r_double_quote] = ACTIONS(3177), - [sym___r_single_quote] = ACTIONS(3177), + [anon_sym_DOT] = ACTIONS(2935), + [anon_sym_as] = ACTIONS(2935), + [anon_sym_LBRACE] = ACTIONS(2935), + [anon_sym_COMMA] = ACTIONS(2935), + [anon_sym_const] = ACTIONS(2935), + [anon_sym_LPAREN] = ACTIONS(2935), + [anon_sym___global] = ACTIONS(2935), + [anon_sym_type] = ACTIONS(2935), + [anon_sym_PIPE] = ACTIONS(2935), + [anon_sym_fn] = ACTIONS(2935), + [anon_sym_PLUS] = ACTIONS(2935), + [anon_sym_DASH] = ACTIONS(2935), + [anon_sym_STAR] = ACTIONS(2935), + [anon_sym_SLASH] = ACTIONS(2935), + [anon_sym_PERCENT] = ACTIONS(2935), + [anon_sym_LT] = ACTIONS(2935), + [anon_sym_GT] = ACTIONS(2935), + [anon_sym_EQ_EQ] = ACTIONS(2935), + [anon_sym_BANG_EQ] = ACTIONS(2935), + [anon_sym_LT_EQ] = ACTIONS(2935), + [anon_sym_GT_EQ] = ACTIONS(2935), + [anon_sym_LBRACK] = ACTIONS(2933), + [anon_sym_LT2] = ACTIONS(2935), + [anon_sym_struct] = ACTIONS(2935), + [anon_sym_union] = ACTIONS(2935), + [anon_sym_pub] = ACTIONS(2935), + [anon_sym_mut] = ACTIONS(2935), + [anon_sym_enum] = ACTIONS(2935), + [anon_sym_interface] = ACTIONS(2935), + [anon_sym_PLUS_PLUS] = ACTIONS(2935), + [anon_sym_DASH_DASH] = ACTIONS(2935), + [anon_sym_QMARK] = ACTIONS(2935), + [anon_sym_BANG] = ACTIONS(2935), + [anon_sym_go] = ACTIONS(2935), + [anon_sym_spawn] = ACTIONS(2935), + [anon_sym_json_DOTdecode] = ACTIONS(2935), + [anon_sym_LBRACK2] = ACTIONS(2935), + [anon_sym_TILDE] = ACTIONS(2935), + [anon_sym_CARET] = ACTIONS(2935), + [anon_sym_AMP] = ACTIONS(2935), + [anon_sym_LT_DASH] = ACTIONS(2935), + [anon_sym_LT_LT] = ACTIONS(2935), + [anon_sym_GT_GT] = ACTIONS(2935), + [anon_sym_GT_GT_GT] = ACTIONS(2935), + [anon_sym_AMP_CARET] = ACTIONS(2935), + [anon_sym_AMP_AMP] = ACTIONS(2935), + [anon_sym_PIPE_PIPE] = ACTIONS(2935), + [anon_sym_or] = ACTIONS(2935), + [sym_none] = ACTIONS(2935), + [sym_true] = ACTIONS(2935), + [sym_false] = ACTIONS(2935), + [sym_nil] = ACTIONS(2935), + [anon_sym_QMARK_DOT] = ACTIONS(2935), + [anon_sym_POUND_LBRACK] = ACTIONS(2935), + [anon_sym_if] = ACTIONS(2935), + [anon_sym_DOLLARif] = ACTIONS(2935), + [anon_sym_is] = ACTIONS(2935), + [anon_sym_BANGis] = ACTIONS(2935), + [anon_sym_in] = ACTIONS(2935), + [anon_sym_BANGin] = ACTIONS(2935), + [anon_sym_match] = ACTIONS(2935), + [anon_sym_select] = ACTIONS(2935), + [anon_sym_lock] = ACTIONS(2935), + [anon_sym_rlock] = ACTIONS(2935), + [anon_sym_unsafe] = ACTIONS(2935), + [anon_sym_sql] = ACTIONS(2935), + [sym_int_literal] = ACTIONS(2935), + [sym_float_literal] = ACTIONS(2935), + [sym_rune_literal] = ACTIONS(2935), + [anon_sym_AT] = ACTIONS(2935), + [anon_sym_shared] = ACTIONS(2935), + [anon_sym_map_LBRACK] = ACTIONS(2935), + [anon_sym_chan] = ACTIONS(2935), + [anon_sym_thread] = ACTIONS(2935), + [anon_sym_atomic] = ACTIONS(2935), + [anon_sym_assert] = ACTIONS(2935), + [anon_sym_defer] = ACTIONS(2935), + [anon_sym_goto] = ACTIONS(2935), + [anon_sym_break] = ACTIONS(2935), + [anon_sym_continue] = ACTIONS(2935), + [anon_sym_return] = ACTIONS(2935), + [anon_sym_DOLLARfor] = ACTIONS(2935), + [anon_sym_for] = ACTIONS(2935), + [anon_sym_POUND] = ACTIONS(2935), + [anon_sym_asm] = ACTIONS(2935), + [anon_sym_AT_LBRACK] = ACTIONS(2935), + [sym___double_quote] = ACTIONS(2935), + [sym___single_quote] = ACTIONS(2935), + [sym___c_double_quote] = ACTIONS(2935), + [sym___c_single_quote] = ACTIONS(2935), + [sym___r_double_quote] = ACTIONS(2935), + [sym___r_single_quote] = ACTIONS(2935), }, [1096] = { - [ts_builtin_sym_end] = ACTIONS(3127), - [sym_identifier] = ACTIONS(3129), - [anon_sym_LF] = ACTIONS(3129), - [anon_sym_CR] = ACTIONS(3129), - [anon_sym_CR_LF] = ACTIONS(3129), + [ts_builtin_sym_end] = ACTIONS(3117), + [sym_identifier] = ACTIONS(3119), + [anon_sym_LF] = ACTIONS(3119), + [anon_sym_CR] = ACTIONS(3119), + [anon_sym_CR_LF] = ACTIONS(3119), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3129), - [anon_sym_as] = ACTIONS(3129), - [anon_sym_LBRACE] = ACTIONS(3129), - [anon_sym_COMMA] = ACTIONS(3129), - [anon_sym_const] = ACTIONS(3129), - [anon_sym_LPAREN] = ACTIONS(3129), - [anon_sym___global] = ACTIONS(3129), - [anon_sym_type] = ACTIONS(3129), - [anon_sym_PIPE] = ACTIONS(3129), - [anon_sym_fn] = ACTIONS(3129), - [anon_sym_PLUS] = ACTIONS(3129), - [anon_sym_DASH] = ACTIONS(3129), - [anon_sym_STAR] = ACTIONS(3129), - [anon_sym_SLASH] = ACTIONS(3129), - [anon_sym_PERCENT] = ACTIONS(3129), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3129), - [anon_sym_EQ_EQ] = ACTIONS(3129), - [anon_sym_BANG_EQ] = ACTIONS(3129), - [anon_sym_LT_EQ] = ACTIONS(3129), - [anon_sym_GT_EQ] = ACTIONS(3129), - [anon_sym_LBRACK] = ACTIONS(3127), - [anon_sym_struct] = ACTIONS(3129), - [anon_sym_union] = ACTIONS(3129), - [anon_sym_pub] = ACTIONS(3129), - [anon_sym_mut] = ACTIONS(3129), - [anon_sym_enum] = ACTIONS(3129), - [anon_sym_interface] = ACTIONS(3129), - [anon_sym_PLUS_PLUS] = ACTIONS(3129), - [anon_sym_DASH_DASH] = ACTIONS(3129), - [anon_sym_QMARK] = ACTIONS(3129), - [anon_sym_BANG] = ACTIONS(3129), - [anon_sym_go] = ACTIONS(3129), - [anon_sym_spawn] = ACTIONS(3129), - [anon_sym_json_DOTdecode] = ACTIONS(3129), - [anon_sym_LBRACK2] = ACTIONS(3129), - [anon_sym_TILDE] = ACTIONS(3129), - [anon_sym_CARET] = ACTIONS(3129), - [anon_sym_AMP] = ACTIONS(3129), - [anon_sym_LT_DASH] = ACTIONS(3129), - [anon_sym_LT_LT] = ACTIONS(3129), - [anon_sym_GT_GT] = ACTIONS(3129), - [anon_sym_GT_GT_GT] = ACTIONS(3129), - [anon_sym_AMP_CARET] = ACTIONS(3129), - [anon_sym_AMP_AMP] = ACTIONS(3129), - [anon_sym_PIPE_PIPE] = ACTIONS(3129), - [anon_sym_or] = ACTIONS(3129), - [sym_none] = ACTIONS(3129), - [sym_true] = ACTIONS(3129), - [sym_false] = ACTIONS(3129), - [sym_nil] = ACTIONS(3129), - [anon_sym_QMARK_DOT] = ACTIONS(3129), - [anon_sym_POUND_LBRACK] = ACTIONS(3129), - [anon_sym_if] = ACTIONS(3129), - [anon_sym_DOLLARif] = ACTIONS(3129), - [anon_sym_is] = ACTIONS(3129), - [anon_sym_BANGis] = ACTIONS(3129), - [anon_sym_in] = ACTIONS(3129), - [anon_sym_BANGin] = ACTIONS(3129), - [anon_sym_match] = ACTIONS(3129), - [anon_sym_select] = ACTIONS(3129), - [anon_sym_lock] = ACTIONS(3129), - [anon_sym_rlock] = ACTIONS(3129), - [anon_sym_unsafe] = ACTIONS(3129), - [anon_sym_sql] = ACTIONS(3129), - [sym_int_literal] = ACTIONS(3129), - [sym_float_literal] = ACTIONS(3129), - [sym_rune_literal] = ACTIONS(3129), - [anon_sym_AT] = ACTIONS(3129), - [anon_sym_shared] = ACTIONS(3129), - [anon_sym_map_LBRACK] = ACTIONS(3129), - [anon_sym_chan] = ACTIONS(3129), - [anon_sym_thread] = ACTIONS(3129), - [anon_sym_atomic] = ACTIONS(3129), - [anon_sym_assert] = ACTIONS(3129), - [anon_sym_defer] = ACTIONS(3129), - [anon_sym_goto] = ACTIONS(3129), - [anon_sym_break] = ACTIONS(3129), - [anon_sym_continue] = ACTIONS(3129), - [anon_sym_return] = ACTIONS(3129), - [anon_sym_DOLLARfor] = ACTIONS(3129), - [anon_sym_for] = ACTIONS(3129), - [anon_sym_POUND] = ACTIONS(3129), - [anon_sym_asm] = ACTIONS(3129), - [anon_sym_AT_LBRACK] = ACTIONS(3129), - [sym___double_quote] = ACTIONS(3129), - [sym___single_quote] = ACTIONS(3129), - [sym___c_double_quote] = ACTIONS(3129), - [sym___c_single_quote] = ACTIONS(3129), - [sym___r_double_quote] = ACTIONS(3129), - [sym___r_single_quote] = ACTIONS(3129), + [anon_sym_DOT] = ACTIONS(3119), + [anon_sym_as] = ACTIONS(3119), + [anon_sym_LBRACE] = ACTIONS(3119), + [anon_sym_COMMA] = ACTIONS(3119), + [anon_sym_const] = ACTIONS(3119), + [anon_sym_LPAREN] = ACTIONS(3119), + [anon_sym___global] = ACTIONS(3119), + [anon_sym_type] = ACTIONS(3119), + [anon_sym_PIPE] = ACTIONS(3119), + [anon_sym_fn] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3119), + [anon_sym_SLASH] = ACTIONS(3119), + [anon_sym_PERCENT] = ACTIONS(3119), + [anon_sym_LT] = ACTIONS(3119), + [anon_sym_GT] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3119), + [anon_sym_BANG_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), + [anon_sym_LBRACK] = ACTIONS(3117), + [anon_sym_LT2] = ACTIONS(3119), + [anon_sym_struct] = ACTIONS(3119), + [anon_sym_union] = ACTIONS(3119), + [anon_sym_pub] = ACTIONS(3119), + [anon_sym_mut] = ACTIONS(3119), + [anon_sym_enum] = ACTIONS(3119), + [anon_sym_interface] = ACTIONS(3119), + [anon_sym_PLUS_PLUS] = ACTIONS(3119), + [anon_sym_DASH_DASH] = ACTIONS(3119), + [anon_sym_QMARK] = ACTIONS(3119), + [anon_sym_BANG] = ACTIONS(3119), + [anon_sym_go] = ACTIONS(3119), + [anon_sym_spawn] = ACTIONS(3119), + [anon_sym_json_DOTdecode] = ACTIONS(3119), + [anon_sym_LBRACK2] = ACTIONS(3119), + [anon_sym_TILDE] = ACTIONS(3119), + [anon_sym_CARET] = ACTIONS(3119), + [anon_sym_AMP] = ACTIONS(3119), + [anon_sym_LT_DASH] = ACTIONS(3119), + [anon_sym_LT_LT] = ACTIONS(3119), + [anon_sym_GT_GT] = ACTIONS(3119), + [anon_sym_GT_GT_GT] = ACTIONS(3119), + [anon_sym_AMP_CARET] = ACTIONS(3119), + [anon_sym_AMP_AMP] = ACTIONS(3119), + [anon_sym_PIPE_PIPE] = ACTIONS(3119), + [anon_sym_or] = ACTIONS(3119), + [sym_none] = ACTIONS(3119), + [sym_true] = ACTIONS(3119), + [sym_false] = ACTIONS(3119), + [sym_nil] = ACTIONS(3119), + [anon_sym_QMARK_DOT] = ACTIONS(3119), + [anon_sym_POUND_LBRACK] = ACTIONS(3119), + [anon_sym_if] = ACTIONS(3119), + [anon_sym_DOLLARif] = ACTIONS(3119), + [anon_sym_is] = ACTIONS(3119), + [anon_sym_BANGis] = ACTIONS(3119), + [anon_sym_in] = ACTIONS(3119), + [anon_sym_BANGin] = ACTIONS(3119), + [anon_sym_match] = ACTIONS(3119), + [anon_sym_select] = ACTIONS(3119), + [anon_sym_lock] = ACTIONS(3119), + [anon_sym_rlock] = ACTIONS(3119), + [anon_sym_unsafe] = ACTIONS(3119), + [anon_sym_sql] = ACTIONS(3119), + [sym_int_literal] = ACTIONS(3119), + [sym_float_literal] = ACTIONS(3119), + [sym_rune_literal] = ACTIONS(3119), + [anon_sym_AT] = ACTIONS(3119), + [anon_sym_shared] = ACTIONS(3119), + [anon_sym_map_LBRACK] = ACTIONS(3119), + [anon_sym_chan] = ACTIONS(3119), + [anon_sym_thread] = ACTIONS(3119), + [anon_sym_atomic] = ACTIONS(3119), + [anon_sym_assert] = ACTIONS(3119), + [anon_sym_defer] = ACTIONS(3119), + [anon_sym_goto] = ACTIONS(3119), + [anon_sym_break] = ACTIONS(3119), + [anon_sym_continue] = ACTIONS(3119), + [anon_sym_return] = ACTIONS(3119), + [anon_sym_DOLLARfor] = ACTIONS(3119), + [anon_sym_for] = ACTIONS(3119), + [anon_sym_POUND] = ACTIONS(3119), + [anon_sym_asm] = ACTIONS(3119), + [anon_sym_AT_LBRACK] = ACTIONS(3119), + [sym___double_quote] = ACTIONS(3119), + [sym___single_quote] = ACTIONS(3119), + [sym___c_double_quote] = ACTIONS(3119), + [sym___c_single_quote] = ACTIONS(3119), + [sym___r_double_quote] = ACTIONS(3119), + [sym___r_single_quote] = ACTIONS(3119), }, [1097] = { - [ts_builtin_sym_end] = ACTIONS(2770), - [sym_identifier] = ACTIONS(2772), - [anon_sym_LF] = ACTIONS(2772), - [anon_sym_CR] = ACTIONS(2772), - [anon_sym_CR_LF] = ACTIONS(2772), + [ts_builtin_sym_end] = ACTIONS(3113), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LF] = ACTIONS(3115), + [anon_sym_CR] = ACTIONS(3115), + [anon_sym_CR_LF] = ACTIONS(3115), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2772), - [anon_sym_as] = ACTIONS(2772), - [anon_sym_LBRACE] = ACTIONS(2772), - [anon_sym_COMMA] = ACTIONS(2772), - [anon_sym_const] = ACTIONS(2772), - [anon_sym_LPAREN] = ACTIONS(2772), - [anon_sym___global] = ACTIONS(2772), - [anon_sym_type] = ACTIONS(2772), - [anon_sym_PIPE] = ACTIONS(2772), - [anon_sym_fn] = ACTIONS(2772), - [anon_sym_PLUS] = ACTIONS(2772), - [anon_sym_DASH] = ACTIONS(2772), - [anon_sym_STAR] = ACTIONS(2772), - [anon_sym_SLASH] = ACTIONS(2772), - [anon_sym_PERCENT] = ACTIONS(2772), - [anon_sym_LT] = ACTIONS(2772), - [anon_sym_GT] = ACTIONS(2772), - [anon_sym_EQ_EQ] = ACTIONS(2772), - [anon_sym_BANG_EQ] = ACTIONS(2772), - [anon_sym_LT_EQ] = ACTIONS(2772), - [anon_sym_GT_EQ] = ACTIONS(2772), - [anon_sym_LBRACK] = ACTIONS(2770), - [anon_sym_struct] = ACTIONS(2772), - [anon_sym_union] = ACTIONS(2772), - [anon_sym_pub] = ACTIONS(2772), - [anon_sym_mut] = ACTIONS(2772), - [anon_sym_enum] = ACTIONS(2772), - [anon_sym_interface] = ACTIONS(2772), - [anon_sym_PLUS_PLUS] = ACTIONS(2772), - [anon_sym_DASH_DASH] = ACTIONS(2772), - [anon_sym_QMARK] = ACTIONS(2772), - [anon_sym_BANG] = ACTIONS(2772), - [anon_sym_go] = ACTIONS(2772), - [anon_sym_spawn] = ACTIONS(2772), - [anon_sym_json_DOTdecode] = ACTIONS(2772), - [anon_sym_LBRACK2] = ACTIONS(2772), - [anon_sym_TILDE] = ACTIONS(2772), - [anon_sym_CARET] = ACTIONS(2772), - [anon_sym_AMP] = ACTIONS(2772), - [anon_sym_LT_DASH] = ACTIONS(2772), - [anon_sym_LT_LT] = ACTIONS(2772), - [anon_sym_GT_GT] = ACTIONS(2772), - [anon_sym_GT_GT_GT] = ACTIONS(2772), - [anon_sym_AMP_CARET] = ACTIONS(2772), - [anon_sym_AMP_AMP] = ACTIONS(2772), - [anon_sym_PIPE_PIPE] = ACTIONS(2772), - [anon_sym_or] = ACTIONS(2772), - [sym_none] = ACTIONS(2772), - [sym_true] = ACTIONS(2772), - [sym_false] = ACTIONS(2772), - [sym_nil] = ACTIONS(2772), - [anon_sym_QMARK_DOT] = ACTIONS(2772), - [anon_sym_POUND_LBRACK] = ACTIONS(2772), - [anon_sym_if] = ACTIONS(2772), - [anon_sym_DOLLARif] = ACTIONS(2772), - [anon_sym_is] = ACTIONS(2772), - [anon_sym_BANGis] = ACTIONS(2772), - [anon_sym_in] = ACTIONS(2772), - [anon_sym_BANGin] = ACTIONS(2772), - [anon_sym_match] = ACTIONS(2772), - [anon_sym_select] = ACTIONS(2772), - [anon_sym_lock] = ACTIONS(2772), - [anon_sym_rlock] = ACTIONS(2772), - [anon_sym_unsafe] = ACTIONS(2772), - [anon_sym_sql] = ACTIONS(2772), - [sym_int_literal] = ACTIONS(2772), - [sym_float_literal] = ACTIONS(2772), - [sym_rune_literal] = ACTIONS(2772), - [anon_sym_AT] = ACTIONS(2772), - [anon_sym_shared] = ACTIONS(2772), - [anon_sym_map_LBRACK] = ACTIONS(2772), - [anon_sym_chan] = ACTIONS(2772), - [anon_sym_thread] = ACTIONS(2772), - [anon_sym_atomic] = ACTIONS(2772), - [anon_sym_assert] = ACTIONS(2772), - [anon_sym_defer] = ACTIONS(2772), - [anon_sym_goto] = ACTIONS(2772), - [anon_sym_break] = ACTIONS(2772), - [anon_sym_continue] = ACTIONS(2772), - [anon_sym_return] = ACTIONS(2772), - [anon_sym_DOLLARfor] = ACTIONS(2772), - [anon_sym_for] = ACTIONS(2772), - [anon_sym_POUND] = ACTIONS(2772), - [anon_sym_asm] = ACTIONS(2772), - [anon_sym_AT_LBRACK] = ACTIONS(2772), - [sym___double_quote] = ACTIONS(2772), - [sym___single_quote] = ACTIONS(2772), - [sym___c_double_quote] = ACTIONS(2772), - [sym___c_single_quote] = ACTIONS(2772), - [sym___r_double_quote] = ACTIONS(2772), - [sym___r_single_quote] = ACTIONS(2772), + [anon_sym_DOT] = ACTIONS(3115), + [anon_sym_as] = ACTIONS(3115), + [anon_sym_LBRACE] = ACTIONS(3115), + [anon_sym_COMMA] = ACTIONS(3115), + [anon_sym_const] = ACTIONS(3115), + [anon_sym_LPAREN] = ACTIONS(3115), + [anon_sym___global] = ACTIONS(3115), + [anon_sym_type] = ACTIONS(3115), + [anon_sym_PIPE] = ACTIONS(3115), + [anon_sym_fn] = ACTIONS(3115), + [anon_sym_PLUS] = ACTIONS(3115), + [anon_sym_DASH] = ACTIONS(3115), + [anon_sym_STAR] = ACTIONS(3115), + [anon_sym_SLASH] = ACTIONS(3115), + [anon_sym_PERCENT] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(3115), + [anon_sym_GT] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3115), + [anon_sym_BANG_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(3115), + [anon_sym_GT_EQ] = ACTIONS(3115), + [anon_sym_LBRACK] = ACTIONS(3113), + [anon_sym_LT2] = ACTIONS(3115), + [anon_sym_struct] = ACTIONS(3115), + [anon_sym_union] = ACTIONS(3115), + [anon_sym_pub] = ACTIONS(3115), + [anon_sym_mut] = ACTIONS(3115), + [anon_sym_enum] = ACTIONS(3115), + [anon_sym_interface] = ACTIONS(3115), + [anon_sym_PLUS_PLUS] = ACTIONS(3115), + [anon_sym_DASH_DASH] = ACTIONS(3115), + [anon_sym_QMARK] = ACTIONS(3115), + [anon_sym_BANG] = ACTIONS(3115), + [anon_sym_go] = ACTIONS(3115), + [anon_sym_spawn] = ACTIONS(3115), + [anon_sym_json_DOTdecode] = ACTIONS(3115), + [anon_sym_LBRACK2] = ACTIONS(3115), + [anon_sym_TILDE] = ACTIONS(3115), + [anon_sym_CARET] = ACTIONS(3115), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT_DASH] = ACTIONS(3115), + [anon_sym_LT_LT] = ACTIONS(3115), + [anon_sym_GT_GT] = ACTIONS(3115), + [anon_sym_GT_GT_GT] = ACTIONS(3115), + [anon_sym_AMP_CARET] = ACTIONS(3115), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_or] = ACTIONS(3115), + [sym_none] = ACTIONS(3115), + [sym_true] = ACTIONS(3115), + [sym_false] = ACTIONS(3115), + [sym_nil] = ACTIONS(3115), + [anon_sym_QMARK_DOT] = ACTIONS(3115), + [anon_sym_POUND_LBRACK] = ACTIONS(3115), + [anon_sym_if] = ACTIONS(3115), + [anon_sym_DOLLARif] = ACTIONS(3115), + [anon_sym_is] = ACTIONS(3115), + [anon_sym_BANGis] = ACTIONS(3115), + [anon_sym_in] = ACTIONS(3115), + [anon_sym_BANGin] = ACTIONS(3115), + [anon_sym_match] = ACTIONS(3115), + [anon_sym_select] = ACTIONS(3115), + [anon_sym_lock] = ACTIONS(3115), + [anon_sym_rlock] = ACTIONS(3115), + [anon_sym_unsafe] = ACTIONS(3115), + [anon_sym_sql] = ACTIONS(3115), + [sym_int_literal] = ACTIONS(3115), + [sym_float_literal] = ACTIONS(3115), + [sym_rune_literal] = ACTIONS(3115), + [anon_sym_AT] = ACTIONS(3115), + [anon_sym_shared] = ACTIONS(3115), + [anon_sym_map_LBRACK] = ACTIONS(3115), + [anon_sym_chan] = ACTIONS(3115), + [anon_sym_thread] = ACTIONS(3115), + [anon_sym_atomic] = ACTIONS(3115), + [anon_sym_assert] = ACTIONS(3115), + [anon_sym_defer] = ACTIONS(3115), + [anon_sym_goto] = ACTIONS(3115), + [anon_sym_break] = ACTIONS(3115), + [anon_sym_continue] = ACTIONS(3115), + [anon_sym_return] = ACTIONS(3115), + [anon_sym_DOLLARfor] = ACTIONS(3115), + [anon_sym_for] = ACTIONS(3115), + [anon_sym_POUND] = ACTIONS(3115), + [anon_sym_asm] = ACTIONS(3115), + [anon_sym_AT_LBRACK] = ACTIONS(3115), + [sym___double_quote] = ACTIONS(3115), + [sym___single_quote] = ACTIONS(3115), + [sym___c_double_quote] = ACTIONS(3115), + [sym___c_single_quote] = ACTIONS(3115), + [sym___r_double_quote] = ACTIONS(3115), + [sym___r_single_quote] = ACTIONS(3115), }, [1098] = { - [ts_builtin_sym_end] = ACTIONS(2882), - [sym_identifier] = ACTIONS(2884), - [anon_sym_LF] = ACTIONS(2884), - [anon_sym_CR] = ACTIONS(2884), - [anon_sym_CR_LF] = ACTIONS(2884), + [ts_builtin_sym_end] = ACTIONS(2941), + [sym_identifier] = ACTIONS(2943), + [anon_sym_LF] = ACTIONS(2943), + [anon_sym_CR] = ACTIONS(2943), + [anon_sym_CR_LF] = ACTIONS(2943), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2886), - [anon_sym_as] = ACTIONS(2884), - [anon_sym_LBRACE] = ACTIONS(2884), - [anon_sym_COMMA] = ACTIONS(2884), - [anon_sym_const] = ACTIONS(2884), - [anon_sym_LPAREN] = ACTIONS(2884), - [anon_sym___global] = ACTIONS(2884), - [anon_sym_type] = ACTIONS(2884), - [anon_sym_PIPE] = ACTIONS(2884), - [anon_sym_fn] = ACTIONS(2884), - [anon_sym_PLUS] = ACTIONS(2884), - [anon_sym_DASH] = ACTIONS(2884), - [anon_sym_STAR] = ACTIONS(2884), - [anon_sym_SLASH] = ACTIONS(2884), - [anon_sym_PERCENT] = ACTIONS(2884), - [anon_sym_LT] = ACTIONS(2884), - [anon_sym_GT] = ACTIONS(2884), - [anon_sym_EQ_EQ] = ACTIONS(2884), - [anon_sym_BANG_EQ] = ACTIONS(2884), - [anon_sym_LT_EQ] = ACTIONS(2884), - [anon_sym_GT_EQ] = ACTIONS(2884), - [anon_sym_LBRACK] = ACTIONS(2882), - [anon_sym_struct] = ACTIONS(2884), - [anon_sym_union] = ACTIONS(2884), - [anon_sym_pub] = ACTIONS(2884), - [anon_sym_mut] = ACTIONS(2884), - [anon_sym_enum] = ACTIONS(2884), - [anon_sym_interface] = ACTIONS(2884), - [anon_sym_PLUS_PLUS] = ACTIONS(2884), - [anon_sym_DASH_DASH] = ACTIONS(2884), - [anon_sym_QMARK] = ACTIONS(2884), - [anon_sym_BANG] = ACTIONS(2884), - [anon_sym_go] = ACTIONS(2884), - [anon_sym_spawn] = ACTIONS(2884), - [anon_sym_json_DOTdecode] = ACTIONS(2884), - [anon_sym_LBRACK2] = ACTIONS(2884), - [anon_sym_TILDE] = ACTIONS(2884), - [anon_sym_CARET] = ACTIONS(2884), - [anon_sym_AMP] = ACTIONS(2884), - [anon_sym_LT_DASH] = ACTIONS(2884), - [anon_sym_LT_LT] = ACTIONS(2884), - [anon_sym_GT_GT] = ACTIONS(2884), - [anon_sym_GT_GT_GT] = ACTIONS(2884), - [anon_sym_AMP_CARET] = ACTIONS(2884), - [anon_sym_AMP_AMP] = ACTIONS(2884), - [anon_sym_PIPE_PIPE] = ACTIONS(2884), - [anon_sym_or] = ACTIONS(2884), - [sym_none] = ACTIONS(2884), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_nil] = ACTIONS(2884), - [anon_sym_QMARK_DOT] = ACTIONS(2884), - [anon_sym_POUND_LBRACK] = ACTIONS(2884), - [anon_sym_if] = ACTIONS(2884), - [anon_sym_DOLLARif] = ACTIONS(2884), - [anon_sym_is] = ACTIONS(2884), - [anon_sym_BANGis] = ACTIONS(2884), - [anon_sym_in] = ACTIONS(2884), - [anon_sym_BANGin] = ACTIONS(2884), - [anon_sym_match] = ACTIONS(2884), - [anon_sym_select] = ACTIONS(2884), - [anon_sym_lock] = ACTIONS(2884), - [anon_sym_rlock] = ACTIONS(2884), - [anon_sym_unsafe] = ACTIONS(2884), - [anon_sym_sql] = ACTIONS(2884), - [sym_int_literal] = ACTIONS(2884), - [sym_float_literal] = ACTIONS(2884), - [sym_rune_literal] = ACTIONS(2884), - [anon_sym_AT] = ACTIONS(2884), - [anon_sym_shared] = ACTIONS(2884), - [anon_sym_map_LBRACK] = ACTIONS(2884), - [anon_sym_chan] = ACTIONS(2884), - [anon_sym_thread] = ACTIONS(2884), - [anon_sym_atomic] = ACTIONS(2884), - [anon_sym_assert] = ACTIONS(2884), - [anon_sym_defer] = ACTIONS(2884), - [anon_sym_goto] = ACTIONS(2884), - [anon_sym_break] = ACTIONS(2884), - [anon_sym_continue] = ACTIONS(2884), - [anon_sym_return] = ACTIONS(2884), - [anon_sym_DOLLARfor] = ACTIONS(2884), - [anon_sym_for] = ACTIONS(2884), - [anon_sym_POUND] = ACTIONS(2884), - [anon_sym_asm] = ACTIONS(2884), - [anon_sym_AT_LBRACK] = ACTIONS(2884), - [sym___double_quote] = ACTIONS(2884), - [sym___single_quote] = ACTIONS(2884), - [sym___c_double_quote] = ACTIONS(2884), - [sym___c_single_quote] = ACTIONS(2884), - [sym___r_double_quote] = ACTIONS(2884), - [sym___r_single_quote] = ACTIONS(2884), + [anon_sym_DOT] = ACTIONS(2943), + [anon_sym_as] = ACTIONS(2943), + [anon_sym_LBRACE] = ACTIONS(2943), + [anon_sym_COMMA] = ACTIONS(2943), + [anon_sym_const] = ACTIONS(2943), + [anon_sym_LPAREN] = ACTIONS(2943), + [anon_sym___global] = ACTIONS(2943), + [anon_sym_type] = ACTIONS(2943), + [anon_sym_PIPE] = ACTIONS(2943), + [anon_sym_fn] = ACTIONS(2943), + [anon_sym_PLUS] = ACTIONS(2943), + [anon_sym_DASH] = ACTIONS(2943), + [anon_sym_STAR] = ACTIONS(2943), + [anon_sym_SLASH] = ACTIONS(2943), + [anon_sym_PERCENT] = ACTIONS(2943), + [anon_sym_LT] = ACTIONS(2943), + [anon_sym_GT] = ACTIONS(2943), + [anon_sym_EQ_EQ] = ACTIONS(2943), + [anon_sym_BANG_EQ] = ACTIONS(2943), + [anon_sym_LT_EQ] = ACTIONS(2943), + [anon_sym_GT_EQ] = ACTIONS(2943), + [anon_sym_LBRACK] = ACTIONS(2941), + [anon_sym_LT2] = ACTIONS(2943), + [anon_sym_struct] = ACTIONS(2943), + [anon_sym_union] = ACTIONS(2943), + [anon_sym_pub] = ACTIONS(2943), + [anon_sym_mut] = ACTIONS(2943), + [anon_sym_enum] = ACTIONS(2943), + [anon_sym_interface] = ACTIONS(2943), + [anon_sym_PLUS_PLUS] = ACTIONS(2943), + [anon_sym_DASH_DASH] = ACTIONS(2943), + [anon_sym_QMARK] = ACTIONS(2943), + [anon_sym_BANG] = ACTIONS(2943), + [anon_sym_go] = ACTIONS(2943), + [anon_sym_spawn] = ACTIONS(2943), + [anon_sym_json_DOTdecode] = ACTIONS(2943), + [anon_sym_LBRACK2] = ACTIONS(2943), + [anon_sym_TILDE] = ACTIONS(2943), + [anon_sym_CARET] = ACTIONS(2943), + [anon_sym_AMP] = ACTIONS(2943), + [anon_sym_LT_DASH] = ACTIONS(2943), + [anon_sym_LT_LT] = ACTIONS(2943), + [anon_sym_GT_GT] = ACTIONS(2943), + [anon_sym_GT_GT_GT] = ACTIONS(2943), + [anon_sym_AMP_CARET] = ACTIONS(2943), + [anon_sym_AMP_AMP] = ACTIONS(2943), + [anon_sym_PIPE_PIPE] = ACTIONS(2943), + [anon_sym_or] = ACTIONS(2943), + [sym_none] = ACTIONS(2943), + [sym_true] = ACTIONS(2943), + [sym_false] = ACTIONS(2943), + [sym_nil] = ACTIONS(2943), + [anon_sym_QMARK_DOT] = ACTIONS(2943), + [anon_sym_POUND_LBRACK] = ACTIONS(2943), + [anon_sym_if] = ACTIONS(2943), + [anon_sym_DOLLARif] = ACTIONS(2943), + [anon_sym_is] = ACTIONS(2943), + [anon_sym_BANGis] = ACTIONS(2943), + [anon_sym_in] = ACTIONS(2943), + [anon_sym_BANGin] = ACTIONS(2943), + [anon_sym_match] = ACTIONS(2943), + [anon_sym_select] = ACTIONS(2943), + [anon_sym_lock] = ACTIONS(2943), + [anon_sym_rlock] = ACTIONS(2943), + [anon_sym_unsafe] = ACTIONS(2943), + [anon_sym_sql] = ACTIONS(2943), + [sym_int_literal] = ACTIONS(2943), + [sym_float_literal] = ACTIONS(2943), + [sym_rune_literal] = ACTIONS(2943), + [anon_sym_AT] = ACTIONS(2943), + [anon_sym_shared] = ACTIONS(2943), + [anon_sym_map_LBRACK] = ACTIONS(2943), + [anon_sym_chan] = ACTIONS(2943), + [anon_sym_thread] = ACTIONS(2943), + [anon_sym_atomic] = ACTIONS(2943), + [anon_sym_assert] = ACTIONS(2943), + [anon_sym_defer] = ACTIONS(2943), + [anon_sym_goto] = ACTIONS(2943), + [anon_sym_break] = ACTIONS(2943), + [anon_sym_continue] = ACTIONS(2943), + [anon_sym_return] = ACTIONS(2943), + [anon_sym_DOLLARfor] = ACTIONS(2943), + [anon_sym_for] = ACTIONS(2943), + [anon_sym_POUND] = ACTIONS(2943), + [anon_sym_asm] = ACTIONS(2943), + [anon_sym_AT_LBRACK] = ACTIONS(2943), + [sym___double_quote] = ACTIONS(2943), + [sym___single_quote] = ACTIONS(2943), + [sym___c_double_quote] = ACTIONS(2943), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2943), + [sym___r_single_quote] = ACTIONS(2943), }, [1099] = { - [ts_builtin_sym_end] = ACTIONS(2947), - [sym_identifier] = ACTIONS(2949), - [anon_sym_LF] = ACTIONS(2949), - [anon_sym_CR] = ACTIONS(2949), - [anon_sym_CR_LF] = ACTIONS(2949), + [ts_builtin_sym_end] = ACTIONS(2468), + [sym_identifier] = ACTIONS(2470), + [anon_sym_LF] = ACTIONS(2470), + [anon_sym_CR] = ACTIONS(2470), + [anon_sym_CR_LF] = ACTIONS(2470), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2951), - [anon_sym_as] = ACTIONS(2951), - [anon_sym_LBRACE] = ACTIONS(2949), - [anon_sym_COMMA] = ACTIONS(2949), - [anon_sym_const] = ACTIONS(2949), - [anon_sym_LPAREN] = ACTIONS(2951), - [anon_sym___global] = ACTIONS(2949), - [anon_sym_type] = ACTIONS(2949), - [anon_sym_PIPE] = ACTIONS(2951), - [anon_sym_fn] = ACTIONS(2949), - [anon_sym_PLUS] = ACTIONS(2951), - [anon_sym_DASH] = ACTIONS(2951), - [anon_sym_STAR] = ACTIONS(2951), - [anon_sym_SLASH] = ACTIONS(2951), - [anon_sym_PERCENT] = ACTIONS(2951), - [anon_sym_LT] = ACTIONS(2951), - [anon_sym_GT] = ACTIONS(2951), - [anon_sym_EQ_EQ] = ACTIONS(2951), - [anon_sym_BANG_EQ] = ACTIONS(2951), - [anon_sym_LT_EQ] = ACTIONS(2951), - [anon_sym_GT_EQ] = ACTIONS(2951), - [anon_sym_LBRACK] = ACTIONS(2954), - [anon_sym_struct] = ACTIONS(2949), - [anon_sym_union] = ACTIONS(2949), - [anon_sym_pub] = ACTIONS(2949), - [anon_sym_mut] = ACTIONS(2949), - [anon_sym_enum] = ACTIONS(2949), - [anon_sym_interface] = ACTIONS(2949), - [anon_sym_PLUS_PLUS] = ACTIONS(2951), - [anon_sym_DASH_DASH] = ACTIONS(2951), - [anon_sym_QMARK] = ACTIONS(2951), - [anon_sym_BANG] = ACTIONS(2951), - [anon_sym_go] = ACTIONS(2949), - [anon_sym_spawn] = ACTIONS(2949), - [anon_sym_json_DOTdecode] = ACTIONS(2949), - [anon_sym_LBRACK2] = ACTIONS(2951), - [anon_sym_TILDE] = ACTIONS(2949), - [anon_sym_CARET] = ACTIONS(2951), - [anon_sym_AMP] = ACTIONS(2951), - [anon_sym_LT_DASH] = ACTIONS(2949), - [anon_sym_LT_LT] = ACTIONS(2951), - [anon_sym_GT_GT] = ACTIONS(2951), - [anon_sym_GT_GT_GT] = ACTIONS(2951), - [anon_sym_AMP_CARET] = ACTIONS(2951), - [anon_sym_AMP_AMP] = ACTIONS(2951), - [anon_sym_PIPE_PIPE] = ACTIONS(2951), - [anon_sym_or] = ACTIONS(2951), - [sym_none] = ACTIONS(2949), - [sym_true] = ACTIONS(2949), - [sym_false] = ACTIONS(2949), - [sym_nil] = ACTIONS(2949), - [anon_sym_QMARK_DOT] = ACTIONS(2951), - [anon_sym_POUND_LBRACK] = ACTIONS(2951), - [anon_sym_if] = ACTIONS(2949), - [anon_sym_DOLLARif] = ACTIONS(2949), - [anon_sym_is] = ACTIONS(2951), - [anon_sym_BANGis] = ACTIONS(2951), - [anon_sym_in] = ACTIONS(2951), - [anon_sym_BANGin] = ACTIONS(2951), - [anon_sym_match] = ACTIONS(2949), - [anon_sym_select] = ACTIONS(2949), - [anon_sym_lock] = ACTIONS(2949), - [anon_sym_rlock] = ACTIONS(2949), - [anon_sym_unsafe] = ACTIONS(2949), - [anon_sym_sql] = ACTIONS(2949), - [sym_int_literal] = ACTIONS(2949), - [sym_float_literal] = ACTIONS(2949), - [sym_rune_literal] = ACTIONS(2949), - [anon_sym_AT] = ACTIONS(2949), - [anon_sym_shared] = ACTIONS(2949), - [anon_sym_map_LBRACK] = ACTIONS(2949), - [anon_sym_chan] = ACTIONS(2949), - [anon_sym_thread] = ACTIONS(2949), - [anon_sym_atomic] = ACTIONS(2949), - [anon_sym_assert] = ACTIONS(2949), - [anon_sym_defer] = ACTIONS(2949), - [anon_sym_goto] = ACTIONS(2949), - [anon_sym_break] = ACTIONS(2949), - [anon_sym_continue] = ACTIONS(2949), - [anon_sym_return] = ACTIONS(2949), - [anon_sym_DOLLARfor] = ACTIONS(2949), - [anon_sym_for] = ACTIONS(2949), - [anon_sym_POUND] = ACTIONS(2949), - [anon_sym_asm] = ACTIONS(2949), - [anon_sym_AT_LBRACK] = ACTIONS(2949), - [sym___double_quote] = ACTIONS(2949), - [sym___single_quote] = ACTIONS(2949), - [sym___c_double_quote] = ACTIONS(2949), - [sym___c_single_quote] = ACTIONS(2949), - [sym___r_double_quote] = ACTIONS(2949), - [sym___r_single_quote] = ACTIONS(2949), + [anon_sym_DOT] = ACTIONS(2470), + [anon_sym_as] = ACTIONS(2470), + [anon_sym_LBRACE] = ACTIONS(2472), + [anon_sym_COMMA] = ACTIONS(2470), + [anon_sym_const] = ACTIONS(2470), + [anon_sym_LPAREN] = ACTIONS(2470), + [anon_sym___global] = ACTIONS(2470), + [anon_sym_type] = ACTIONS(2470), + [anon_sym_PIPE] = ACTIONS(2470), + [anon_sym_fn] = ACTIONS(2470), + [anon_sym_PLUS] = ACTIONS(2470), + [anon_sym_DASH] = ACTIONS(2470), + [anon_sym_STAR] = ACTIONS(2470), + [anon_sym_SLASH] = ACTIONS(2470), + [anon_sym_PERCENT] = ACTIONS(2470), + [anon_sym_LT] = ACTIONS(2470), + [anon_sym_GT] = ACTIONS(2470), + [anon_sym_EQ_EQ] = ACTIONS(2470), + [anon_sym_BANG_EQ] = ACTIONS(2470), + [anon_sym_LT_EQ] = ACTIONS(2470), + [anon_sym_GT_EQ] = ACTIONS(2470), + [anon_sym_LBRACK] = ACTIONS(2475), + [anon_sym_LT2] = ACTIONS(2472), + [anon_sym_struct] = ACTIONS(2470), + [anon_sym_union] = ACTIONS(2470), + [anon_sym_pub] = ACTIONS(2470), + [anon_sym_mut] = ACTIONS(2470), + [anon_sym_enum] = ACTIONS(2470), + [anon_sym_interface] = ACTIONS(2470), + [anon_sym_PLUS_PLUS] = ACTIONS(2470), + [anon_sym_DASH_DASH] = ACTIONS(2470), + [anon_sym_QMARK] = ACTIONS(2470), + [anon_sym_BANG] = ACTIONS(2470), + [anon_sym_go] = ACTIONS(2470), + [anon_sym_spawn] = ACTIONS(2470), + [anon_sym_json_DOTdecode] = ACTIONS(2470), + [anon_sym_LBRACK2] = ACTIONS(2470), + [anon_sym_TILDE] = ACTIONS(2470), + [anon_sym_CARET] = ACTIONS(2470), + [anon_sym_AMP] = ACTIONS(2470), + [anon_sym_LT_DASH] = ACTIONS(2470), + [anon_sym_LT_LT] = ACTIONS(2470), + [anon_sym_GT_GT] = ACTIONS(2470), + [anon_sym_GT_GT_GT] = ACTIONS(2470), + [anon_sym_AMP_CARET] = ACTIONS(2470), + [anon_sym_AMP_AMP] = ACTIONS(2470), + [anon_sym_PIPE_PIPE] = ACTIONS(2470), + [anon_sym_or] = ACTIONS(2470), + [sym_none] = ACTIONS(2470), + [sym_true] = ACTIONS(2470), + [sym_false] = ACTIONS(2470), + [sym_nil] = ACTIONS(2470), + [anon_sym_QMARK_DOT] = ACTIONS(2470), + [anon_sym_POUND_LBRACK] = ACTIONS(2470), + [anon_sym_if] = ACTIONS(2470), + [anon_sym_DOLLARif] = ACTIONS(2470), + [anon_sym_is] = ACTIONS(2470), + [anon_sym_BANGis] = ACTIONS(2470), + [anon_sym_in] = ACTIONS(2470), + [anon_sym_BANGin] = ACTIONS(2470), + [anon_sym_match] = ACTIONS(2470), + [anon_sym_select] = ACTIONS(2470), + [anon_sym_lock] = ACTIONS(2470), + [anon_sym_rlock] = ACTIONS(2470), + [anon_sym_unsafe] = ACTIONS(2470), + [anon_sym_sql] = ACTIONS(2470), + [sym_int_literal] = ACTIONS(2470), + [sym_float_literal] = ACTIONS(2470), + [sym_rune_literal] = ACTIONS(2470), + [anon_sym_AT] = ACTIONS(2470), + [anon_sym_shared] = ACTIONS(2470), + [anon_sym_map_LBRACK] = ACTIONS(2470), + [anon_sym_chan] = ACTIONS(2470), + [anon_sym_thread] = ACTIONS(2470), + [anon_sym_atomic] = ACTIONS(2470), + [anon_sym_assert] = ACTIONS(2470), + [anon_sym_defer] = ACTIONS(2470), + [anon_sym_goto] = ACTIONS(2470), + [anon_sym_break] = ACTIONS(2470), + [anon_sym_continue] = ACTIONS(2470), + [anon_sym_return] = ACTIONS(2470), + [anon_sym_DOLLARfor] = ACTIONS(2470), + [anon_sym_for] = ACTIONS(2470), + [anon_sym_POUND] = ACTIONS(2470), + [anon_sym_asm] = ACTIONS(2470), + [anon_sym_AT_LBRACK] = ACTIONS(2470), + [sym___double_quote] = ACTIONS(2470), + [sym___single_quote] = ACTIONS(2470), + [sym___c_double_quote] = ACTIONS(2470), + [sym___c_single_quote] = ACTIONS(2470), + [sym___r_double_quote] = ACTIONS(2470), + [sym___r_single_quote] = ACTIONS(2470), }, [1100] = { - [ts_builtin_sym_end] = ACTIONS(3171), - [sym_identifier] = ACTIONS(3173), - [anon_sym_LF] = ACTIONS(3173), - [anon_sym_CR] = ACTIONS(3173), - [anon_sym_CR_LF] = ACTIONS(3173), + [ts_builtin_sym_end] = ACTIONS(2626), + [sym_identifier] = ACTIONS(2628), + [anon_sym_LF] = ACTIONS(2628), + [anon_sym_CR] = ACTIONS(2628), + [anon_sym_CR_LF] = ACTIONS(2628), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3173), - [anon_sym_as] = ACTIONS(3173), - [anon_sym_LBRACE] = ACTIONS(3173), - [anon_sym_COMMA] = ACTIONS(3173), - [anon_sym_const] = ACTIONS(3173), - [anon_sym_LPAREN] = ACTIONS(3173), - [anon_sym___global] = ACTIONS(3173), - [anon_sym_type] = ACTIONS(3173), - [anon_sym_PIPE] = ACTIONS(3173), - [anon_sym_fn] = ACTIONS(3173), - [anon_sym_PLUS] = ACTIONS(3173), - [anon_sym_DASH] = ACTIONS(3173), - [anon_sym_STAR] = ACTIONS(3173), - [anon_sym_SLASH] = ACTIONS(3173), - [anon_sym_PERCENT] = ACTIONS(3173), - [anon_sym_LT] = ACTIONS(3173), - [anon_sym_GT] = ACTIONS(3173), - [anon_sym_EQ_EQ] = ACTIONS(3173), - [anon_sym_BANG_EQ] = ACTIONS(3173), - [anon_sym_LT_EQ] = ACTIONS(3173), - [anon_sym_GT_EQ] = ACTIONS(3173), - [anon_sym_LBRACK] = ACTIONS(3171), - [anon_sym_struct] = ACTIONS(3173), - [anon_sym_union] = ACTIONS(3173), - [anon_sym_pub] = ACTIONS(3173), - [anon_sym_mut] = ACTIONS(3173), - [anon_sym_enum] = ACTIONS(3173), - [anon_sym_interface] = ACTIONS(3173), - [anon_sym_PLUS_PLUS] = ACTIONS(3173), - [anon_sym_DASH_DASH] = ACTIONS(3173), - [anon_sym_QMARK] = ACTIONS(3173), - [anon_sym_BANG] = ACTIONS(3173), - [anon_sym_go] = ACTIONS(3173), - [anon_sym_spawn] = ACTIONS(3173), - [anon_sym_json_DOTdecode] = ACTIONS(3173), - [anon_sym_LBRACK2] = ACTIONS(3173), - [anon_sym_TILDE] = ACTIONS(3173), - [anon_sym_CARET] = ACTIONS(3173), - [anon_sym_AMP] = ACTIONS(3173), - [anon_sym_LT_DASH] = ACTIONS(3173), - [anon_sym_LT_LT] = ACTIONS(3173), - [anon_sym_GT_GT] = ACTIONS(3173), - [anon_sym_GT_GT_GT] = ACTIONS(3173), - [anon_sym_AMP_CARET] = ACTIONS(3173), - [anon_sym_AMP_AMP] = ACTIONS(3173), - [anon_sym_PIPE_PIPE] = ACTIONS(3173), - [anon_sym_or] = ACTIONS(3173), - [sym_none] = ACTIONS(3173), - [sym_true] = ACTIONS(3173), - [sym_false] = ACTIONS(3173), - [sym_nil] = ACTIONS(3173), - [anon_sym_QMARK_DOT] = ACTIONS(3173), - [anon_sym_POUND_LBRACK] = ACTIONS(3173), - [anon_sym_if] = ACTIONS(3173), - [anon_sym_DOLLARif] = ACTIONS(3173), - [anon_sym_is] = ACTIONS(3173), - [anon_sym_BANGis] = ACTIONS(3173), - [anon_sym_in] = ACTIONS(3173), - [anon_sym_BANGin] = ACTIONS(3173), - [anon_sym_match] = ACTIONS(3173), - [anon_sym_select] = ACTIONS(3173), - [anon_sym_lock] = ACTIONS(3173), - [anon_sym_rlock] = ACTIONS(3173), - [anon_sym_unsafe] = ACTIONS(3173), - [anon_sym_sql] = ACTIONS(3173), - [sym_int_literal] = ACTIONS(3173), - [sym_float_literal] = ACTIONS(3173), - [sym_rune_literal] = ACTIONS(3173), - [anon_sym_AT] = ACTIONS(3173), - [anon_sym_shared] = ACTIONS(3173), - [anon_sym_map_LBRACK] = ACTIONS(3173), - [anon_sym_chan] = ACTIONS(3173), - [anon_sym_thread] = ACTIONS(3173), - [anon_sym_atomic] = ACTIONS(3173), - [anon_sym_assert] = ACTIONS(3173), - [anon_sym_defer] = ACTIONS(3173), - [anon_sym_goto] = ACTIONS(3173), - [anon_sym_break] = ACTIONS(3173), - [anon_sym_continue] = ACTIONS(3173), - [anon_sym_return] = ACTIONS(3173), - [anon_sym_DOLLARfor] = ACTIONS(3173), - [anon_sym_for] = ACTIONS(3173), - [anon_sym_POUND] = ACTIONS(3173), - [anon_sym_asm] = ACTIONS(3173), - [anon_sym_AT_LBRACK] = ACTIONS(3173), - [sym___double_quote] = ACTIONS(3173), - [sym___single_quote] = ACTIONS(3173), - [sym___c_double_quote] = ACTIONS(3173), - [sym___c_single_quote] = ACTIONS(3173), - [sym___r_double_quote] = ACTIONS(3173), - [sym___r_single_quote] = ACTIONS(3173), + [anon_sym_DOT] = ACTIONS(2628), + [anon_sym_as] = ACTIONS(2628), + [anon_sym_LBRACE] = ACTIONS(2628), + [anon_sym_COMMA] = ACTIONS(2628), + [anon_sym_const] = ACTIONS(2628), + [anon_sym_LPAREN] = ACTIONS(2628), + [anon_sym___global] = ACTIONS(2628), + [anon_sym_type] = ACTIONS(2628), + [anon_sym_PIPE] = ACTIONS(2628), + [anon_sym_fn] = ACTIONS(2628), + [anon_sym_PLUS] = ACTIONS(2628), + [anon_sym_DASH] = ACTIONS(2628), + [anon_sym_STAR] = ACTIONS(2628), + [anon_sym_SLASH] = ACTIONS(2628), + [anon_sym_PERCENT] = ACTIONS(2628), + [anon_sym_LT] = ACTIONS(2628), + [anon_sym_GT] = ACTIONS(2628), + [anon_sym_EQ_EQ] = ACTIONS(2628), + [anon_sym_BANG_EQ] = ACTIONS(2628), + [anon_sym_LT_EQ] = ACTIONS(2628), + [anon_sym_GT_EQ] = ACTIONS(2628), + [anon_sym_LBRACK] = ACTIONS(2626), + [anon_sym_LT2] = ACTIONS(2628), + [anon_sym_struct] = ACTIONS(2628), + [anon_sym_union] = ACTIONS(2628), + [anon_sym_pub] = ACTIONS(2628), + [anon_sym_mut] = ACTIONS(2628), + [anon_sym_enum] = ACTIONS(2628), + [anon_sym_interface] = ACTIONS(2628), + [anon_sym_PLUS_PLUS] = ACTIONS(2628), + [anon_sym_DASH_DASH] = ACTIONS(2628), + [anon_sym_QMARK] = ACTIONS(2628), + [anon_sym_BANG] = ACTIONS(2628), + [anon_sym_go] = ACTIONS(2628), + [anon_sym_spawn] = ACTIONS(2628), + [anon_sym_json_DOTdecode] = ACTIONS(2628), + [anon_sym_LBRACK2] = ACTIONS(2628), + [anon_sym_TILDE] = ACTIONS(2628), + [anon_sym_CARET] = ACTIONS(2628), + [anon_sym_AMP] = ACTIONS(2628), + [anon_sym_LT_DASH] = ACTIONS(2628), + [anon_sym_LT_LT] = ACTIONS(2628), + [anon_sym_GT_GT] = ACTIONS(2628), + [anon_sym_GT_GT_GT] = ACTIONS(2628), + [anon_sym_AMP_CARET] = ACTIONS(2628), + [anon_sym_AMP_AMP] = ACTIONS(2628), + [anon_sym_PIPE_PIPE] = ACTIONS(2628), + [anon_sym_or] = ACTIONS(2628), + [sym_none] = ACTIONS(2628), + [sym_true] = ACTIONS(2628), + [sym_false] = ACTIONS(2628), + [sym_nil] = ACTIONS(2628), + [anon_sym_QMARK_DOT] = ACTIONS(2628), + [anon_sym_POUND_LBRACK] = ACTIONS(2628), + [anon_sym_if] = ACTIONS(2628), + [anon_sym_DOLLARif] = ACTIONS(2628), + [anon_sym_is] = ACTIONS(2628), + [anon_sym_BANGis] = ACTIONS(2628), + [anon_sym_in] = ACTIONS(2628), + [anon_sym_BANGin] = ACTIONS(2628), + [anon_sym_match] = ACTIONS(2628), + [anon_sym_select] = ACTIONS(2628), + [anon_sym_lock] = ACTIONS(2628), + [anon_sym_rlock] = ACTIONS(2628), + [anon_sym_unsafe] = ACTIONS(2628), + [anon_sym_sql] = ACTIONS(2628), + [sym_int_literal] = ACTIONS(2628), + [sym_float_literal] = ACTIONS(2628), + [sym_rune_literal] = ACTIONS(2628), + [anon_sym_AT] = ACTIONS(2628), + [anon_sym_shared] = ACTIONS(2628), + [anon_sym_map_LBRACK] = ACTIONS(2628), + [anon_sym_chan] = ACTIONS(2628), + [anon_sym_thread] = ACTIONS(2628), + [anon_sym_atomic] = ACTIONS(2628), + [anon_sym_assert] = ACTIONS(2628), + [anon_sym_defer] = ACTIONS(2628), + [anon_sym_goto] = ACTIONS(2628), + [anon_sym_break] = ACTIONS(2628), + [anon_sym_continue] = ACTIONS(2628), + [anon_sym_return] = ACTIONS(2628), + [anon_sym_DOLLARfor] = ACTIONS(2628), + [anon_sym_for] = ACTIONS(2628), + [anon_sym_POUND] = ACTIONS(2628), + [anon_sym_asm] = ACTIONS(2628), + [anon_sym_AT_LBRACK] = ACTIONS(2628), + [sym___double_quote] = ACTIONS(2628), + [sym___single_quote] = ACTIONS(2628), + [sym___c_double_quote] = ACTIONS(2628), + [sym___c_single_quote] = ACTIONS(2628), + [sym___r_double_quote] = ACTIONS(2628), + [sym___r_single_quote] = ACTIONS(2628), }, [1101] = { - [ts_builtin_sym_end] = ACTIONS(2965), - [sym_identifier] = ACTIONS(2967), - [anon_sym_LF] = ACTIONS(2967), - [anon_sym_CR] = ACTIONS(2967), - [anon_sym_CR_LF] = ACTIONS(2967), + [ts_builtin_sym_end] = ACTIONS(2817), + [sym_identifier] = ACTIONS(2819), + [anon_sym_LF] = ACTIONS(2819), + [anon_sym_CR] = ACTIONS(2819), + [anon_sym_CR_LF] = ACTIONS(2819), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2967), - [anon_sym_as] = ACTIONS(2967), - [anon_sym_LBRACE] = ACTIONS(2967), - [anon_sym_COMMA] = ACTIONS(2766), - [anon_sym_const] = ACTIONS(2967), - [anon_sym_LPAREN] = ACTIONS(2967), - [anon_sym___global] = ACTIONS(2967), - [anon_sym_type] = ACTIONS(2967), - [anon_sym_PIPE] = ACTIONS(2967), - [anon_sym_fn] = ACTIONS(2967), - [anon_sym_PLUS] = ACTIONS(2967), - [anon_sym_DASH] = ACTIONS(2967), - [anon_sym_STAR] = ACTIONS(2967), - [anon_sym_SLASH] = ACTIONS(2967), - [anon_sym_PERCENT] = ACTIONS(2967), - [anon_sym_LT] = ACTIONS(2967), - [anon_sym_GT] = ACTIONS(2967), - [anon_sym_EQ_EQ] = ACTIONS(2967), - [anon_sym_BANG_EQ] = ACTIONS(2967), - [anon_sym_LT_EQ] = ACTIONS(2967), - [anon_sym_GT_EQ] = ACTIONS(2967), - [anon_sym_LBRACK] = ACTIONS(2965), - [anon_sym_struct] = ACTIONS(2967), - [anon_sym_union] = ACTIONS(2967), - [anon_sym_pub] = ACTIONS(2967), - [anon_sym_mut] = ACTIONS(2967), - [anon_sym_enum] = ACTIONS(2967), - [anon_sym_interface] = ACTIONS(2967), - [anon_sym_PLUS_PLUS] = ACTIONS(2967), - [anon_sym_DASH_DASH] = ACTIONS(2967), - [anon_sym_QMARK] = ACTIONS(2967), - [anon_sym_BANG] = ACTIONS(2967), - [anon_sym_go] = ACTIONS(2967), - [anon_sym_spawn] = ACTIONS(2967), - [anon_sym_json_DOTdecode] = ACTIONS(2967), - [anon_sym_LBRACK2] = ACTIONS(2967), - [anon_sym_TILDE] = ACTIONS(2967), - [anon_sym_CARET] = ACTIONS(2967), - [anon_sym_AMP] = ACTIONS(2967), - [anon_sym_LT_DASH] = ACTIONS(2967), - [anon_sym_LT_LT] = ACTIONS(2967), - [anon_sym_GT_GT] = ACTIONS(2967), - [anon_sym_GT_GT_GT] = ACTIONS(2967), - [anon_sym_AMP_CARET] = ACTIONS(2967), - [anon_sym_AMP_AMP] = ACTIONS(2967), - [anon_sym_PIPE_PIPE] = ACTIONS(2967), - [anon_sym_or] = ACTIONS(2967), - [sym_none] = ACTIONS(2967), - [sym_true] = ACTIONS(2967), - [sym_false] = ACTIONS(2967), - [sym_nil] = ACTIONS(2967), - [anon_sym_QMARK_DOT] = ACTIONS(2967), - [anon_sym_POUND_LBRACK] = ACTIONS(2967), - [anon_sym_if] = ACTIONS(2967), - [anon_sym_DOLLARif] = ACTIONS(2967), - [anon_sym_is] = ACTIONS(2967), - [anon_sym_BANGis] = ACTIONS(2967), - [anon_sym_in] = ACTIONS(2967), - [anon_sym_BANGin] = ACTIONS(2967), - [anon_sym_match] = ACTIONS(2967), - [anon_sym_select] = ACTIONS(2967), - [anon_sym_lock] = ACTIONS(2967), - [anon_sym_rlock] = ACTIONS(2967), - [anon_sym_unsafe] = ACTIONS(2967), - [anon_sym_sql] = ACTIONS(2967), - [sym_int_literal] = ACTIONS(2967), - [sym_float_literal] = ACTIONS(2967), - [sym_rune_literal] = ACTIONS(2967), - [anon_sym_AT] = ACTIONS(2967), - [anon_sym_shared] = ACTIONS(2967), - [anon_sym_map_LBRACK] = ACTIONS(2967), - [anon_sym_chan] = ACTIONS(2967), - [anon_sym_thread] = ACTIONS(2967), - [anon_sym_atomic] = ACTIONS(2967), - [anon_sym_assert] = ACTIONS(2967), - [anon_sym_defer] = ACTIONS(2967), - [anon_sym_goto] = ACTIONS(2967), - [anon_sym_break] = ACTIONS(2967), - [anon_sym_continue] = ACTIONS(2967), - [anon_sym_return] = ACTIONS(2967), - [anon_sym_DOLLARfor] = ACTIONS(2967), - [anon_sym_for] = ACTIONS(2967), - [anon_sym_POUND] = ACTIONS(2967), - [anon_sym_asm] = ACTIONS(2967), - [anon_sym_AT_LBRACK] = ACTIONS(2967), - [sym___double_quote] = ACTIONS(2967), - [sym___single_quote] = ACTIONS(2967), - [sym___c_double_quote] = ACTIONS(2967), - [sym___c_single_quote] = ACTIONS(2967), - [sym___r_double_quote] = ACTIONS(2967), - [sym___r_single_quote] = ACTIONS(2967), + [anon_sym_DOT] = ACTIONS(2819), + [anon_sym_as] = ACTIONS(2819), + [anon_sym_LBRACE] = ACTIONS(2819), + [anon_sym_COMMA] = ACTIONS(2819), + [anon_sym_const] = ACTIONS(2819), + [anon_sym_LPAREN] = ACTIONS(2819), + [anon_sym___global] = ACTIONS(2819), + [anon_sym_type] = ACTIONS(2819), + [anon_sym_PIPE] = ACTIONS(2819), + [anon_sym_fn] = ACTIONS(2819), + [anon_sym_PLUS] = ACTIONS(2819), + [anon_sym_DASH] = ACTIONS(2819), + [anon_sym_STAR] = ACTIONS(2819), + [anon_sym_SLASH] = ACTIONS(2819), + [anon_sym_PERCENT] = ACTIONS(2819), + [anon_sym_LT] = ACTIONS(2819), + [anon_sym_GT] = ACTIONS(2819), + [anon_sym_EQ_EQ] = ACTIONS(2819), + [anon_sym_BANG_EQ] = ACTIONS(2819), + [anon_sym_LT_EQ] = ACTIONS(2819), + [anon_sym_GT_EQ] = ACTIONS(2819), + [anon_sym_LBRACK] = ACTIONS(2817), + [anon_sym_LT2] = ACTIONS(2819), + [anon_sym_struct] = ACTIONS(2819), + [anon_sym_union] = ACTIONS(2819), + [anon_sym_pub] = ACTIONS(2819), + [anon_sym_mut] = ACTIONS(2819), + [anon_sym_enum] = ACTIONS(2819), + [anon_sym_interface] = ACTIONS(2819), + [anon_sym_PLUS_PLUS] = ACTIONS(2819), + [anon_sym_DASH_DASH] = ACTIONS(2819), + [anon_sym_QMARK] = ACTIONS(2819), + [anon_sym_BANG] = ACTIONS(2819), + [anon_sym_go] = ACTIONS(2819), + [anon_sym_spawn] = ACTIONS(2819), + [anon_sym_json_DOTdecode] = ACTIONS(2819), + [anon_sym_LBRACK2] = ACTIONS(2819), + [anon_sym_TILDE] = ACTIONS(2819), + [anon_sym_CARET] = ACTIONS(2819), + [anon_sym_AMP] = ACTIONS(2819), + [anon_sym_LT_DASH] = ACTIONS(2819), + [anon_sym_LT_LT] = ACTIONS(2819), + [anon_sym_GT_GT] = ACTIONS(2819), + [anon_sym_GT_GT_GT] = ACTIONS(2819), + [anon_sym_AMP_CARET] = ACTIONS(2819), + [anon_sym_AMP_AMP] = ACTIONS(2819), + [anon_sym_PIPE_PIPE] = ACTIONS(2819), + [anon_sym_or] = ACTIONS(2819), + [sym_none] = ACTIONS(2819), + [sym_true] = ACTIONS(2819), + [sym_false] = ACTIONS(2819), + [sym_nil] = ACTIONS(2819), + [anon_sym_QMARK_DOT] = ACTIONS(2819), + [anon_sym_POUND_LBRACK] = ACTIONS(2819), + [anon_sym_if] = ACTIONS(2819), + [anon_sym_DOLLARif] = ACTIONS(2819), + [anon_sym_is] = ACTIONS(2819), + [anon_sym_BANGis] = ACTIONS(2819), + [anon_sym_in] = ACTIONS(2819), + [anon_sym_BANGin] = ACTIONS(2819), + [anon_sym_match] = ACTIONS(2819), + [anon_sym_select] = ACTIONS(2819), + [anon_sym_lock] = ACTIONS(2819), + [anon_sym_rlock] = ACTIONS(2819), + [anon_sym_unsafe] = ACTIONS(2819), + [anon_sym_sql] = ACTIONS(2819), + [sym_int_literal] = ACTIONS(2819), + [sym_float_literal] = ACTIONS(2819), + [sym_rune_literal] = ACTIONS(2819), + [anon_sym_AT] = ACTIONS(2819), + [anon_sym_shared] = ACTIONS(2819), + [anon_sym_map_LBRACK] = ACTIONS(2819), + [anon_sym_chan] = ACTIONS(2819), + [anon_sym_thread] = ACTIONS(2819), + [anon_sym_atomic] = ACTIONS(2819), + [anon_sym_assert] = ACTIONS(2819), + [anon_sym_defer] = ACTIONS(2819), + [anon_sym_goto] = ACTIONS(2819), + [anon_sym_break] = ACTIONS(2819), + [anon_sym_continue] = ACTIONS(2819), + [anon_sym_return] = ACTIONS(2819), + [anon_sym_DOLLARfor] = ACTIONS(2819), + [anon_sym_for] = ACTIONS(2819), + [anon_sym_POUND] = ACTIONS(2819), + [anon_sym_asm] = ACTIONS(2819), + [anon_sym_AT_LBRACK] = ACTIONS(2819), + [sym___double_quote] = ACTIONS(2819), + [sym___single_quote] = ACTIONS(2819), + [sym___c_double_quote] = ACTIONS(2819), + [sym___c_single_quote] = ACTIONS(2819), + [sym___r_double_quote] = ACTIONS(2819), + [sym___r_single_quote] = ACTIONS(2819), }, [1102] = { - [ts_builtin_sym_end] = ACTIONS(3119), - [sym_identifier] = ACTIONS(3121), - [anon_sym_LF] = ACTIONS(3121), - [anon_sym_CR] = ACTIONS(3121), - [anon_sym_CR_LF] = ACTIONS(3121), + [ts_builtin_sym_end] = ACTIONS(2945), + [sym_identifier] = ACTIONS(2947), + [anon_sym_LF] = ACTIONS(2947), + [anon_sym_CR] = ACTIONS(2947), + [anon_sym_CR_LF] = ACTIONS(2947), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3121), - [anon_sym_as] = ACTIONS(3121), - [anon_sym_LBRACE] = ACTIONS(3121), - [anon_sym_COMMA] = ACTIONS(3121), - [anon_sym_const] = ACTIONS(3121), - [anon_sym_LPAREN] = ACTIONS(3121), - [anon_sym___global] = ACTIONS(3121), - [anon_sym_type] = ACTIONS(3121), - [anon_sym_PIPE] = ACTIONS(3121), - [anon_sym_fn] = ACTIONS(3121), - [anon_sym_PLUS] = ACTIONS(3121), - [anon_sym_DASH] = ACTIONS(3121), - [anon_sym_STAR] = ACTIONS(3121), - [anon_sym_SLASH] = ACTIONS(3121), - [anon_sym_PERCENT] = ACTIONS(3121), - [anon_sym_LT] = ACTIONS(3121), - [anon_sym_GT] = ACTIONS(3121), - [anon_sym_EQ_EQ] = ACTIONS(3121), - [anon_sym_BANG_EQ] = ACTIONS(3121), - [anon_sym_LT_EQ] = ACTIONS(3121), - [anon_sym_GT_EQ] = ACTIONS(3121), - [anon_sym_LBRACK] = ACTIONS(3119), - [anon_sym_struct] = ACTIONS(3121), - [anon_sym_union] = ACTIONS(3121), - [anon_sym_pub] = ACTIONS(3121), - [anon_sym_mut] = ACTIONS(3121), - [anon_sym_enum] = ACTIONS(3121), - [anon_sym_interface] = ACTIONS(3121), - [anon_sym_PLUS_PLUS] = ACTIONS(3121), - [anon_sym_DASH_DASH] = ACTIONS(3121), - [anon_sym_QMARK] = ACTIONS(3121), - [anon_sym_BANG] = ACTIONS(3121), - [anon_sym_go] = ACTIONS(3121), - [anon_sym_spawn] = ACTIONS(3121), - [anon_sym_json_DOTdecode] = ACTIONS(3121), - [anon_sym_LBRACK2] = ACTIONS(3121), - [anon_sym_TILDE] = ACTIONS(3121), - [anon_sym_CARET] = ACTIONS(3121), - [anon_sym_AMP] = ACTIONS(3121), - [anon_sym_LT_DASH] = ACTIONS(3121), - [anon_sym_LT_LT] = ACTIONS(3121), - [anon_sym_GT_GT] = ACTIONS(3121), - [anon_sym_GT_GT_GT] = ACTIONS(3121), - [anon_sym_AMP_CARET] = ACTIONS(3121), - [anon_sym_AMP_AMP] = ACTIONS(3121), - [anon_sym_PIPE_PIPE] = ACTIONS(3121), - [anon_sym_or] = ACTIONS(3121), - [sym_none] = ACTIONS(3121), - [sym_true] = ACTIONS(3121), - [sym_false] = ACTIONS(3121), - [sym_nil] = ACTIONS(3121), - [anon_sym_QMARK_DOT] = ACTIONS(3121), - [anon_sym_POUND_LBRACK] = ACTIONS(3121), - [anon_sym_if] = ACTIONS(3121), - [anon_sym_DOLLARif] = ACTIONS(3121), - [anon_sym_is] = ACTIONS(3121), - [anon_sym_BANGis] = ACTIONS(3121), - [anon_sym_in] = ACTIONS(3121), - [anon_sym_BANGin] = ACTIONS(3121), - [anon_sym_match] = ACTIONS(3121), - [anon_sym_select] = ACTIONS(3121), - [anon_sym_lock] = ACTIONS(3121), - [anon_sym_rlock] = ACTIONS(3121), - [anon_sym_unsafe] = ACTIONS(3121), - [anon_sym_sql] = ACTIONS(3121), - [sym_int_literal] = ACTIONS(3121), - [sym_float_literal] = ACTIONS(3121), - [sym_rune_literal] = ACTIONS(3121), - [anon_sym_AT] = ACTIONS(3121), - [anon_sym_shared] = ACTIONS(3121), - [anon_sym_map_LBRACK] = ACTIONS(3121), - [anon_sym_chan] = ACTIONS(3121), - [anon_sym_thread] = ACTIONS(3121), - [anon_sym_atomic] = ACTIONS(3121), - [anon_sym_assert] = ACTIONS(3121), - [anon_sym_defer] = ACTIONS(3121), - [anon_sym_goto] = ACTIONS(3121), - [anon_sym_break] = ACTIONS(3121), - [anon_sym_continue] = ACTIONS(3121), - [anon_sym_return] = ACTIONS(3121), - [anon_sym_DOLLARfor] = ACTIONS(3121), - [anon_sym_for] = ACTIONS(3121), - [anon_sym_POUND] = ACTIONS(3121), - [anon_sym_asm] = ACTIONS(3121), - [anon_sym_AT_LBRACK] = ACTIONS(3121), - [sym___double_quote] = ACTIONS(3121), - [sym___single_quote] = ACTIONS(3121), - [sym___c_double_quote] = ACTIONS(3121), - [sym___c_single_quote] = ACTIONS(3121), - [sym___r_double_quote] = ACTIONS(3121), - [sym___r_single_quote] = ACTIONS(3121), + [anon_sym_DOT] = ACTIONS(2947), + [anon_sym_as] = ACTIONS(2947), + [anon_sym_LBRACE] = ACTIONS(2947), + [anon_sym_COMMA] = ACTIONS(2947), + [anon_sym_const] = ACTIONS(2947), + [anon_sym_LPAREN] = ACTIONS(2947), + [anon_sym___global] = ACTIONS(2947), + [anon_sym_type] = ACTIONS(2947), + [anon_sym_PIPE] = ACTIONS(2947), + [anon_sym_fn] = ACTIONS(2947), + [anon_sym_PLUS] = ACTIONS(2947), + [anon_sym_DASH] = ACTIONS(2947), + [anon_sym_STAR] = ACTIONS(2947), + [anon_sym_SLASH] = ACTIONS(2947), + [anon_sym_PERCENT] = ACTIONS(2947), + [anon_sym_LT] = ACTIONS(2947), + [anon_sym_GT] = ACTIONS(2947), + [anon_sym_EQ_EQ] = ACTIONS(2947), + [anon_sym_BANG_EQ] = ACTIONS(2947), + [anon_sym_LT_EQ] = ACTIONS(2947), + [anon_sym_GT_EQ] = ACTIONS(2947), + [anon_sym_LBRACK] = ACTIONS(2945), + [anon_sym_LT2] = ACTIONS(2947), + [anon_sym_struct] = ACTIONS(2947), + [anon_sym_union] = ACTIONS(2947), + [anon_sym_pub] = ACTIONS(2947), + [anon_sym_mut] = ACTIONS(2947), + [anon_sym_enum] = ACTIONS(2947), + [anon_sym_interface] = ACTIONS(2947), + [anon_sym_PLUS_PLUS] = ACTIONS(2947), + [anon_sym_DASH_DASH] = ACTIONS(2947), + [anon_sym_QMARK] = ACTIONS(2947), + [anon_sym_BANG] = ACTIONS(2947), + [anon_sym_go] = ACTIONS(2947), + [anon_sym_spawn] = ACTIONS(2947), + [anon_sym_json_DOTdecode] = ACTIONS(2947), + [anon_sym_LBRACK2] = ACTIONS(2947), + [anon_sym_TILDE] = ACTIONS(2947), + [anon_sym_CARET] = ACTIONS(2947), + [anon_sym_AMP] = ACTIONS(2947), + [anon_sym_LT_DASH] = ACTIONS(2947), + [anon_sym_LT_LT] = ACTIONS(2947), + [anon_sym_GT_GT] = ACTIONS(2947), + [anon_sym_GT_GT_GT] = ACTIONS(2947), + [anon_sym_AMP_CARET] = ACTIONS(2947), + [anon_sym_AMP_AMP] = ACTIONS(2947), + [anon_sym_PIPE_PIPE] = ACTIONS(2947), + [anon_sym_or] = ACTIONS(2947), + [sym_none] = ACTIONS(2947), + [sym_true] = ACTIONS(2947), + [sym_false] = ACTIONS(2947), + [sym_nil] = ACTIONS(2947), + [anon_sym_QMARK_DOT] = ACTIONS(2947), + [anon_sym_POUND_LBRACK] = ACTIONS(2947), + [anon_sym_if] = ACTIONS(2947), + [anon_sym_DOLLARif] = ACTIONS(2947), + [anon_sym_is] = ACTIONS(2947), + [anon_sym_BANGis] = ACTIONS(2947), + [anon_sym_in] = ACTIONS(2947), + [anon_sym_BANGin] = ACTIONS(2947), + [anon_sym_match] = ACTIONS(2947), + [anon_sym_select] = ACTIONS(2947), + [anon_sym_lock] = ACTIONS(2947), + [anon_sym_rlock] = ACTIONS(2947), + [anon_sym_unsafe] = ACTIONS(2947), + [anon_sym_sql] = ACTIONS(2947), + [sym_int_literal] = ACTIONS(2947), + [sym_float_literal] = ACTIONS(2947), + [sym_rune_literal] = ACTIONS(2947), + [anon_sym_AT] = ACTIONS(2947), + [anon_sym_shared] = ACTIONS(2947), + [anon_sym_map_LBRACK] = ACTIONS(2947), + [anon_sym_chan] = ACTIONS(2947), + [anon_sym_thread] = ACTIONS(2947), + [anon_sym_atomic] = ACTIONS(2947), + [anon_sym_assert] = ACTIONS(2947), + [anon_sym_defer] = ACTIONS(2947), + [anon_sym_goto] = ACTIONS(2947), + [anon_sym_break] = ACTIONS(2947), + [anon_sym_continue] = ACTIONS(2947), + [anon_sym_return] = ACTIONS(2947), + [anon_sym_DOLLARfor] = ACTIONS(2947), + [anon_sym_for] = ACTIONS(2947), + [anon_sym_POUND] = ACTIONS(2947), + [anon_sym_asm] = ACTIONS(2947), + [anon_sym_AT_LBRACK] = ACTIONS(2947), + [sym___double_quote] = ACTIONS(2947), + [sym___single_quote] = ACTIONS(2947), + [sym___c_double_quote] = ACTIONS(2947), + [sym___c_single_quote] = ACTIONS(2947), + [sym___r_double_quote] = ACTIONS(2947), + [sym___r_single_quote] = ACTIONS(2947), }, [1103] = { - [ts_builtin_sym_end] = ACTIONS(3027), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LF] = ACTIONS(3029), - [anon_sym_CR] = ACTIONS(3029), - [anon_sym_CR_LF] = ACTIONS(3029), + [ts_builtin_sym_end] = ACTIONS(2981), + [sym_identifier] = ACTIONS(2983), + [anon_sym_LF] = ACTIONS(2983), + [anon_sym_CR] = ACTIONS(2983), + [anon_sym_CR_LF] = ACTIONS(2983), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3029), - [anon_sym_as] = ACTIONS(3029), - [anon_sym_LBRACE] = ACTIONS(3029), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_const] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(3029), - [anon_sym___global] = ACTIONS(3029), - [anon_sym_type] = ACTIONS(3029), - [anon_sym_PIPE] = ACTIONS(3029), - [anon_sym_fn] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3029), - [anon_sym_DASH] = ACTIONS(3029), - [anon_sym_STAR] = ACTIONS(3029), - [anon_sym_SLASH] = ACTIONS(3029), - [anon_sym_PERCENT] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3029), - [anon_sym_GT] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3027), - [anon_sym_struct] = ACTIONS(3029), - [anon_sym_union] = ACTIONS(3029), - [anon_sym_pub] = ACTIONS(3029), - [anon_sym_mut] = ACTIONS(3029), - [anon_sym_enum] = ACTIONS(3029), - [anon_sym_interface] = ACTIONS(3029), - [anon_sym_PLUS_PLUS] = ACTIONS(3029), - [anon_sym_DASH_DASH] = ACTIONS(3029), - [anon_sym_QMARK] = ACTIONS(3029), - [anon_sym_BANG] = ACTIONS(3029), - [anon_sym_go] = ACTIONS(3029), - [anon_sym_spawn] = ACTIONS(3029), - [anon_sym_json_DOTdecode] = ACTIONS(3029), - [anon_sym_LBRACK2] = ACTIONS(3029), - [anon_sym_TILDE] = ACTIONS(3029), - [anon_sym_CARET] = ACTIONS(3029), - [anon_sym_AMP] = ACTIONS(3029), - [anon_sym_LT_DASH] = ACTIONS(3029), - [anon_sym_LT_LT] = ACTIONS(3029), - [anon_sym_GT_GT] = ACTIONS(3029), - [anon_sym_GT_GT_GT] = ACTIONS(3029), - [anon_sym_AMP_CARET] = ACTIONS(3029), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_or] = ACTIONS(3029), - [sym_none] = ACTIONS(3029), - [sym_true] = ACTIONS(3029), - [sym_false] = ACTIONS(3029), - [sym_nil] = ACTIONS(3029), - [anon_sym_QMARK_DOT] = ACTIONS(3029), - [anon_sym_POUND_LBRACK] = ACTIONS(3029), - [anon_sym_if] = ACTIONS(3029), - [anon_sym_DOLLARif] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3029), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_in] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_match] = ACTIONS(3029), - [anon_sym_select] = ACTIONS(3029), - [anon_sym_lock] = ACTIONS(3029), - [anon_sym_rlock] = ACTIONS(3029), - [anon_sym_unsafe] = ACTIONS(3029), - [anon_sym_sql] = ACTIONS(3029), - [sym_int_literal] = ACTIONS(3029), - [sym_float_literal] = ACTIONS(3029), - [sym_rune_literal] = ACTIONS(3029), - [anon_sym_AT] = ACTIONS(3029), - [anon_sym_shared] = ACTIONS(3029), - [anon_sym_map_LBRACK] = ACTIONS(3029), - [anon_sym_chan] = ACTIONS(3029), - [anon_sym_thread] = ACTIONS(3029), - [anon_sym_atomic] = ACTIONS(3029), - [anon_sym_assert] = ACTIONS(3029), - [anon_sym_defer] = ACTIONS(3029), - [anon_sym_goto] = ACTIONS(3029), - [anon_sym_break] = ACTIONS(3029), - [anon_sym_continue] = ACTIONS(3029), - [anon_sym_return] = ACTIONS(3029), - [anon_sym_DOLLARfor] = ACTIONS(3029), - [anon_sym_for] = ACTIONS(3029), - [anon_sym_POUND] = ACTIONS(3029), - [anon_sym_asm] = ACTIONS(3029), - [anon_sym_AT_LBRACK] = ACTIONS(3029), - [sym___double_quote] = ACTIONS(3029), - [sym___single_quote] = ACTIONS(3029), - [sym___c_double_quote] = ACTIONS(3029), - [sym___c_single_quote] = ACTIONS(3029), - [sym___r_double_quote] = ACTIONS(3029), - [sym___r_single_quote] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(2983), + [anon_sym_as] = ACTIONS(2983), + [anon_sym_LBRACE] = ACTIONS(2983), + [anon_sym_COMMA] = ACTIONS(2983), + [anon_sym_const] = ACTIONS(2983), + [anon_sym_LPAREN] = ACTIONS(2983), + [anon_sym___global] = ACTIONS(2983), + [anon_sym_type] = ACTIONS(2983), + [anon_sym_PIPE] = ACTIONS(2983), + [anon_sym_fn] = ACTIONS(2983), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_STAR] = ACTIONS(2983), + [anon_sym_SLASH] = ACTIONS(2983), + [anon_sym_PERCENT] = ACTIONS(2983), + [anon_sym_LT] = ACTIONS(2983), + [anon_sym_GT] = ACTIONS(2983), + [anon_sym_EQ_EQ] = ACTIONS(2983), + [anon_sym_BANG_EQ] = ACTIONS(2983), + [anon_sym_LT_EQ] = ACTIONS(2983), + [anon_sym_GT_EQ] = ACTIONS(2983), + [anon_sym_LBRACK] = ACTIONS(2981), + [anon_sym_LT2] = ACTIONS(2983), + [anon_sym_struct] = ACTIONS(2983), + [anon_sym_union] = ACTIONS(2983), + [anon_sym_pub] = ACTIONS(2983), + [anon_sym_mut] = ACTIONS(2983), + [anon_sym_enum] = ACTIONS(2983), + [anon_sym_interface] = ACTIONS(2983), + [anon_sym_PLUS_PLUS] = ACTIONS(2983), + [anon_sym_DASH_DASH] = ACTIONS(2983), + [anon_sym_QMARK] = ACTIONS(2983), + [anon_sym_BANG] = ACTIONS(2983), + [anon_sym_go] = ACTIONS(2983), + [anon_sym_spawn] = ACTIONS(2983), + [anon_sym_json_DOTdecode] = ACTIONS(2983), + [anon_sym_LBRACK2] = ACTIONS(2983), + [anon_sym_TILDE] = ACTIONS(2983), + [anon_sym_CARET] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2983), + [anon_sym_LT_DASH] = ACTIONS(2983), + [anon_sym_LT_LT] = ACTIONS(2983), + [anon_sym_GT_GT] = ACTIONS(2983), + [anon_sym_GT_GT_GT] = ACTIONS(2983), + [anon_sym_AMP_CARET] = ACTIONS(2983), + [anon_sym_AMP_AMP] = ACTIONS(2983), + [anon_sym_PIPE_PIPE] = ACTIONS(2983), + [anon_sym_or] = ACTIONS(2983), + [sym_none] = ACTIONS(2983), + [sym_true] = ACTIONS(2983), + [sym_false] = ACTIONS(2983), + [sym_nil] = ACTIONS(2983), + [anon_sym_QMARK_DOT] = ACTIONS(2983), + [anon_sym_POUND_LBRACK] = ACTIONS(2983), + [anon_sym_if] = ACTIONS(2983), + [anon_sym_DOLLARif] = ACTIONS(2983), + [anon_sym_is] = ACTIONS(2983), + [anon_sym_BANGis] = ACTIONS(2983), + [anon_sym_in] = ACTIONS(2983), + [anon_sym_BANGin] = ACTIONS(2983), + [anon_sym_match] = ACTIONS(2983), + [anon_sym_select] = ACTIONS(2983), + [anon_sym_lock] = ACTIONS(2983), + [anon_sym_rlock] = ACTIONS(2983), + [anon_sym_unsafe] = ACTIONS(2983), + [anon_sym_sql] = ACTIONS(2983), + [sym_int_literal] = ACTIONS(2983), + [sym_float_literal] = ACTIONS(2983), + [sym_rune_literal] = ACTIONS(2983), + [anon_sym_AT] = ACTIONS(2983), + [anon_sym_shared] = ACTIONS(2983), + [anon_sym_map_LBRACK] = ACTIONS(2983), + [anon_sym_chan] = ACTIONS(2983), + [anon_sym_thread] = ACTIONS(2983), + [anon_sym_atomic] = ACTIONS(2983), + [anon_sym_assert] = ACTIONS(2983), + [anon_sym_defer] = ACTIONS(2983), + [anon_sym_goto] = ACTIONS(2983), + [anon_sym_break] = ACTIONS(2983), + [anon_sym_continue] = ACTIONS(2983), + [anon_sym_return] = ACTIONS(2983), + [anon_sym_DOLLARfor] = ACTIONS(2983), + [anon_sym_for] = ACTIONS(2983), + [anon_sym_POUND] = ACTIONS(2983), + [anon_sym_asm] = ACTIONS(2983), + [anon_sym_AT_LBRACK] = ACTIONS(2983), + [sym___double_quote] = ACTIONS(2983), + [sym___single_quote] = ACTIONS(2983), + [sym___c_double_quote] = ACTIONS(2983), + [sym___c_single_quote] = ACTIONS(2983), + [sym___r_double_quote] = ACTIONS(2983), + [sym___r_single_quote] = ACTIONS(2983), }, [1104] = { - [ts_builtin_sym_end] = ACTIONS(3167), - [sym_identifier] = ACTIONS(3169), - [anon_sym_LF] = ACTIONS(3169), - [anon_sym_CR] = ACTIONS(3169), - [anon_sym_CR_LF] = ACTIONS(3169), + [ts_builtin_sym_end] = ACTIONS(3145), + [sym_identifier] = ACTIONS(3147), + [anon_sym_LF] = ACTIONS(3147), + [anon_sym_CR] = ACTIONS(3147), + [anon_sym_CR_LF] = ACTIONS(3147), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3169), - [anon_sym_as] = ACTIONS(3169), - [anon_sym_LBRACE] = ACTIONS(3169), - [anon_sym_COMMA] = ACTIONS(3169), - [anon_sym_const] = ACTIONS(3169), - [anon_sym_LPAREN] = ACTIONS(3169), - [anon_sym___global] = ACTIONS(3169), - [anon_sym_type] = ACTIONS(3169), - [anon_sym_PIPE] = ACTIONS(3169), - [anon_sym_fn] = ACTIONS(3169), - [anon_sym_PLUS] = ACTIONS(3169), - [anon_sym_DASH] = ACTIONS(3169), - [anon_sym_STAR] = ACTIONS(3169), - [anon_sym_SLASH] = ACTIONS(3169), - [anon_sym_PERCENT] = ACTIONS(3169), - [anon_sym_LT] = ACTIONS(3169), - [anon_sym_GT] = ACTIONS(3169), - [anon_sym_EQ_EQ] = ACTIONS(3169), - [anon_sym_BANG_EQ] = ACTIONS(3169), - [anon_sym_LT_EQ] = ACTIONS(3169), - [anon_sym_GT_EQ] = ACTIONS(3169), - [anon_sym_LBRACK] = ACTIONS(3167), - [anon_sym_struct] = ACTIONS(3169), - [anon_sym_union] = ACTIONS(3169), - [anon_sym_pub] = ACTIONS(3169), - [anon_sym_mut] = ACTIONS(3169), - [anon_sym_enum] = ACTIONS(3169), - [anon_sym_interface] = ACTIONS(3169), - [anon_sym_PLUS_PLUS] = ACTIONS(3169), - [anon_sym_DASH_DASH] = ACTIONS(3169), - [anon_sym_QMARK] = ACTIONS(3169), - [anon_sym_BANG] = ACTIONS(3169), - [anon_sym_go] = ACTIONS(3169), - [anon_sym_spawn] = ACTIONS(3169), - [anon_sym_json_DOTdecode] = ACTIONS(3169), - [anon_sym_LBRACK2] = ACTIONS(3169), - [anon_sym_TILDE] = ACTIONS(3169), - [anon_sym_CARET] = ACTIONS(3169), - [anon_sym_AMP] = ACTIONS(3169), - [anon_sym_LT_DASH] = ACTIONS(3169), - [anon_sym_LT_LT] = ACTIONS(3169), - [anon_sym_GT_GT] = ACTIONS(3169), - [anon_sym_GT_GT_GT] = ACTIONS(3169), - [anon_sym_AMP_CARET] = ACTIONS(3169), - [anon_sym_AMP_AMP] = ACTIONS(3169), - [anon_sym_PIPE_PIPE] = ACTIONS(3169), - [anon_sym_or] = ACTIONS(3169), - [sym_none] = ACTIONS(3169), - [sym_true] = ACTIONS(3169), - [sym_false] = ACTIONS(3169), - [sym_nil] = ACTIONS(3169), - [anon_sym_QMARK_DOT] = ACTIONS(3169), - [anon_sym_POUND_LBRACK] = ACTIONS(3169), - [anon_sym_if] = ACTIONS(3169), - [anon_sym_DOLLARif] = ACTIONS(3169), - [anon_sym_is] = ACTIONS(3169), - [anon_sym_BANGis] = ACTIONS(3169), - [anon_sym_in] = ACTIONS(3169), - [anon_sym_BANGin] = ACTIONS(3169), - [anon_sym_match] = ACTIONS(3169), - [anon_sym_select] = ACTIONS(3169), - [anon_sym_lock] = ACTIONS(3169), - [anon_sym_rlock] = ACTIONS(3169), - [anon_sym_unsafe] = ACTIONS(3169), - [anon_sym_sql] = ACTIONS(3169), - [sym_int_literal] = ACTIONS(3169), - [sym_float_literal] = ACTIONS(3169), - [sym_rune_literal] = ACTIONS(3169), - [anon_sym_AT] = ACTIONS(3169), - [anon_sym_shared] = ACTIONS(3169), - [anon_sym_map_LBRACK] = ACTIONS(3169), - [anon_sym_chan] = ACTIONS(3169), - [anon_sym_thread] = ACTIONS(3169), - [anon_sym_atomic] = ACTIONS(3169), - [anon_sym_assert] = ACTIONS(3169), - [anon_sym_defer] = ACTIONS(3169), - [anon_sym_goto] = ACTIONS(3169), - [anon_sym_break] = ACTIONS(3169), - [anon_sym_continue] = ACTIONS(3169), - [anon_sym_return] = ACTIONS(3169), - [anon_sym_DOLLARfor] = ACTIONS(3169), - [anon_sym_for] = ACTIONS(3169), - [anon_sym_POUND] = ACTIONS(3169), - [anon_sym_asm] = ACTIONS(3169), - [anon_sym_AT_LBRACK] = ACTIONS(3169), - [sym___double_quote] = ACTIONS(3169), - [sym___single_quote] = ACTIONS(3169), - [sym___c_double_quote] = ACTIONS(3169), - [sym___c_single_quote] = ACTIONS(3169), - [sym___r_double_quote] = ACTIONS(3169), - [sym___r_single_quote] = ACTIONS(3169), + [anon_sym_DOT] = ACTIONS(3147), + [anon_sym_as] = ACTIONS(3147), + [anon_sym_LBRACE] = ACTIONS(3147), + [anon_sym_COMMA] = ACTIONS(3147), + [anon_sym_const] = ACTIONS(3147), + [anon_sym_LPAREN] = ACTIONS(3147), + [anon_sym___global] = ACTIONS(3147), + [anon_sym_type] = ACTIONS(3147), + [anon_sym_PIPE] = ACTIONS(3147), + [anon_sym_fn] = ACTIONS(3147), + [anon_sym_PLUS] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3147), + [anon_sym_STAR] = ACTIONS(3147), + [anon_sym_SLASH] = ACTIONS(3147), + [anon_sym_PERCENT] = ACTIONS(3147), + [anon_sym_LT] = ACTIONS(3147), + [anon_sym_GT] = ACTIONS(3147), + [anon_sym_EQ_EQ] = ACTIONS(3147), + [anon_sym_BANG_EQ] = ACTIONS(3147), + [anon_sym_LT_EQ] = ACTIONS(3147), + [anon_sym_GT_EQ] = ACTIONS(3147), + [anon_sym_LBRACK] = ACTIONS(3145), + [anon_sym_LT2] = ACTIONS(3147), + [anon_sym_struct] = ACTIONS(3147), + [anon_sym_union] = ACTIONS(3147), + [anon_sym_pub] = ACTIONS(3147), + [anon_sym_mut] = ACTIONS(3147), + [anon_sym_enum] = ACTIONS(3147), + [anon_sym_interface] = ACTIONS(3147), + [anon_sym_PLUS_PLUS] = ACTIONS(3147), + [anon_sym_DASH_DASH] = ACTIONS(3147), + [anon_sym_QMARK] = ACTIONS(3147), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_go] = ACTIONS(3147), + [anon_sym_spawn] = ACTIONS(3147), + [anon_sym_json_DOTdecode] = ACTIONS(3147), + [anon_sym_LBRACK2] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_CARET] = ACTIONS(3147), + [anon_sym_AMP] = ACTIONS(3147), + [anon_sym_LT_DASH] = ACTIONS(3147), + [anon_sym_LT_LT] = ACTIONS(3147), + [anon_sym_GT_GT] = ACTIONS(3147), + [anon_sym_GT_GT_GT] = ACTIONS(3147), + [anon_sym_AMP_CARET] = ACTIONS(3147), + [anon_sym_AMP_AMP] = ACTIONS(3147), + [anon_sym_PIPE_PIPE] = ACTIONS(3147), + [anon_sym_or] = ACTIONS(3147), + [sym_none] = ACTIONS(3147), + [sym_true] = ACTIONS(3147), + [sym_false] = ACTIONS(3147), + [sym_nil] = ACTIONS(3147), + [anon_sym_QMARK_DOT] = ACTIONS(3147), + [anon_sym_POUND_LBRACK] = ACTIONS(3147), + [anon_sym_if] = ACTIONS(3147), + [anon_sym_DOLLARif] = ACTIONS(3147), + [anon_sym_is] = ACTIONS(3147), + [anon_sym_BANGis] = ACTIONS(3147), + [anon_sym_in] = ACTIONS(3147), + [anon_sym_BANGin] = ACTIONS(3147), + [anon_sym_match] = ACTIONS(3147), + [anon_sym_select] = ACTIONS(3147), + [anon_sym_lock] = ACTIONS(3147), + [anon_sym_rlock] = ACTIONS(3147), + [anon_sym_unsafe] = ACTIONS(3147), + [anon_sym_sql] = ACTIONS(3147), + [sym_int_literal] = ACTIONS(3147), + [sym_float_literal] = ACTIONS(3147), + [sym_rune_literal] = ACTIONS(3147), + [anon_sym_AT] = ACTIONS(3147), + [anon_sym_shared] = ACTIONS(3147), + [anon_sym_map_LBRACK] = ACTIONS(3147), + [anon_sym_chan] = ACTIONS(3147), + [anon_sym_thread] = ACTIONS(3147), + [anon_sym_atomic] = ACTIONS(3147), + [anon_sym_assert] = ACTIONS(3147), + [anon_sym_defer] = ACTIONS(3147), + [anon_sym_goto] = ACTIONS(3147), + [anon_sym_break] = ACTIONS(3147), + [anon_sym_continue] = ACTIONS(3147), + [anon_sym_return] = ACTIONS(3147), + [anon_sym_DOLLARfor] = ACTIONS(3147), + [anon_sym_for] = ACTIONS(3147), + [anon_sym_POUND] = ACTIONS(3147), + [anon_sym_asm] = ACTIONS(3147), + [anon_sym_AT_LBRACK] = ACTIONS(3147), + [sym___double_quote] = ACTIONS(3147), + [sym___single_quote] = ACTIONS(3147), + [sym___c_double_quote] = ACTIONS(3147), + [sym___c_single_quote] = ACTIONS(3147), + [sym___r_double_quote] = ACTIONS(3147), + [sym___r_single_quote] = ACTIONS(3147), }, [1105] = { - [ts_builtin_sym_end] = ACTIONS(3095), - [sym_identifier] = ACTIONS(3097), - [anon_sym_LF] = ACTIONS(3097), - [anon_sym_CR] = ACTIONS(3097), - [anon_sym_CR_LF] = ACTIONS(3097), + [ts_builtin_sym_end] = ACTIONS(2985), + [sym_identifier] = ACTIONS(2987), + [anon_sym_LF] = ACTIONS(2987), + [anon_sym_CR] = ACTIONS(2987), + [anon_sym_CR_LF] = ACTIONS(2987), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3097), - [anon_sym_as] = ACTIONS(3097), - [anon_sym_LBRACE] = ACTIONS(3097), - [anon_sym_COMMA] = ACTIONS(3097), - [anon_sym_const] = ACTIONS(3097), - [anon_sym_LPAREN] = ACTIONS(3097), - [anon_sym___global] = ACTIONS(3097), - [anon_sym_type] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3097), - [anon_sym_fn] = ACTIONS(3097), - [anon_sym_PLUS] = ACTIONS(3097), - [anon_sym_DASH] = ACTIONS(3097), - [anon_sym_STAR] = ACTIONS(3097), - [anon_sym_SLASH] = ACTIONS(3097), - [anon_sym_PERCENT] = ACTIONS(3097), - [anon_sym_LT] = ACTIONS(3097), - [anon_sym_GT] = ACTIONS(3097), - [anon_sym_EQ_EQ] = ACTIONS(3097), - [anon_sym_BANG_EQ] = ACTIONS(3097), - [anon_sym_LT_EQ] = ACTIONS(3097), - [anon_sym_GT_EQ] = ACTIONS(3097), - [anon_sym_LBRACK] = ACTIONS(3095), - [anon_sym_struct] = ACTIONS(3097), - [anon_sym_union] = ACTIONS(3097), - [anon_sym_pub] = ACTIONS(3097), - [anon_sym_mut] = ACTIONS(3097), - [anon_sym_enum] = ACTIONS(3097), - [anon_sym_interface] = ACTIONS(3097), - [anon_sym_PLUS_PLUS] = ACTIONS(3097), - [anon_sym_DASH_DASH] = ACTIONS(3097), - [anon_sym_QMARK] = ACTIONS(3097), - [anon_sym_BANG] = ACTIONS(3097), - [anon_sym_go] = ACTIONS(3097), - [anon_sym_spawn] = ACTIONS(3097), - [anon_sym_json_DOTdecode] = ACTIONS(3097), - [anon_sym_LBRACK2] = ACTIONS(3097), - [anon_sym_TILDE] = ACTIONS(3097), - [anon_sym_CARET] = ACTIONS(3097), - [anon_sym_AMP] = ACTIONS(3097), - [anon_sym_LT_DASH] = ACTIONS(3097), - [anon_sym_LT_LT] = ACTIONS(3097), - [anon_sym_GT_GT] = ACTIONS(3097), - [anon_sym_GT_GT_GT] = ACTIONS(3097), - [anon_sym_AMP_CARET] = ACTIONS(3097), - [anon_sym_AMP_AMP] = ACTIONS(3097), - [anon_sym_PIPE_PIPE] = ACTIONS(3097), - [anon_sym_or] = ACTIONS(3097), - [sym_none] = ACTIONS(3097), - [sym_true] = ACTIONS(3097), - [sym_false] = ACTIONS(3097), - [sym_nil] = ACTIONS(3097), - [anon_sym_QMARK_DOT] = ACTIONS(3097), - [anon_sym_POUND_LBRACK] = ACTIONS(3097), - [anon_sym_if] = ACTIONS(3097), - [anon_sym_DOLLARif] = ACTIONS(3097), - [anon_sym_is] = ACTIONS(3097), - [anon_sym_BANGis] = ACTIONS(3097), - [anon_sym_in] = ACTIONS(3097), - [anon_sym_BANGin] = ACTIONS(3097), - [anon_sym_match] = ACTIONS(3097), - [anon_sym_select] = ACTIONS(3097), - [anon_sym_lock] = ACTIONS(3097), - [anon_sym_rlock] = ACTIONS(3097), - [anon_sym_unsafe] = ACTIONS(3097), - [anon_sym_sql] = ACTIONS(3097), - [sym_int_literal] = ACTIONS(3097), - [sym_float_literal] = ACTIONS(3097), - [sym_rune_literal] = ACTIONS(3097), - [anon_sym_AT] = ACTIONS(3097), - [anon_sym_shared] = ACTIONS(3097), - [anon_sym_map_LBRACK] = ACTIONS(3097), - [anon_sym_chan] = ACTIONS(3097), - [anon_sym_thread] = ACTIONS(3097), - [anon_sym_atomic] = ACTIONS(3097), - [anon_sym_assert] = ACTIONS(3097), - [anon_sym_defer] = ACTIONS(3097), - [anon_sym_goto] = ACTIONS(3097), - [anon_sym_break] = ACTIONS(3097), - [anon_sym_continue] = ACTIONS(3097), - [anon_sym_return] = ACTIONS(3097), - [anon_sym_DOLLARfor] = ACTIONS(3097), - [anon_sym_for] = ACTIONS(3097), - [anon_sym_POUND] = ACTIONS(3097), - [anon_sym_asm] = ACTIONS(3097), - [anon_sym_AT_LBRACK] = ACTIONS(3097), - [sym___double_quote] = ACTIONS(3097), - [sym___single_quote] = ACTIONS(3097), - [sym___c_double_quote] = ACTIONS(3097), - [sym___c_single_quote] = ACTIONS(3097), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3097), + [anon_sym_DOT] = ACTIONS(2987), + [anon_sym_as] = ACTIONS(2987), + [anon_sym_LBRACE] = ACTIONS(2987), + [anon_sym_COMMA] = ACTIONS(2987), + [anon_sym_const] = ACTIONS(2987), + [anon_sym_LPAREN] = ACTIONS(2987), + [anon_sym___global] = ACTIONS(2987), + [anon_sym_type] = ACTIONS(2987), + [anon_sym_PIPE] = ACTIONS(2987), + [anon_sym_fn] = ACTIONS(2987), + [anon_sym_PLUS] = ACTIONS(2987), + [anon_sym_DASH] = ACTIONS(2987), + [anon_sym_STAR] = ACTIONS(2987), + [anon_sym_SLASH] = ACTIONS(2987), + [anon_sym_PERCENT] = ACTIONS(2987), + [anon_sym_LT] = ACTIONS(2987), + [anon_sym_GT] = ACTIONS(2987), + [anon_sym_EQ_EQ] = ACTIONS(2987), + [anon_sym_BANG_EQ] = ACTIONS(2987), + [anon_sym_LT_EQ] = ACTIONS(2987), + [anon_sym_GT_EQ] = ACTIONS(2987), + [anon_sym_LBRACK] = ACTIONS(2985), + [anon_sym_LT2] = ACTIONS(2987), + [anon_sym_struct] = ACTIONS(2987), + [anon_sym_union] = ACTIONS(2987), + [anon_sym_pub] = ACTIONS(2987), + [anon_sym_mut] = ACTIONS(2987), + [anon_sym_enum] = ACTIONS(2987), + [anon_sym_interface] = ACTIONS(2987), + [anon_sym_PLUS_PLUS] = ACTIONS(2987), + [anon_sym_DASH_DASH] = ACTIONS(2987), + [anon_sym_QMARK] = ACTIONS(2987), + [anon_sym_BANG] = ACTIONS(2987), + [anon_sym_go] = ACTIONS(2987), + [anon_sym_spawn] = ACTIONS(2987), + [anon_sym_json_DOTdecode] = ACTIONS(2987), + [anon_sym_LBRACK2] = ACTIONS(2987), + [anon_sym_TILDE] = ACTIONS(2987), + [anon_sym_CARET] = ACTIONS(2987), + [anon_sym_AMP] = ACTIONS(2987), + [anon_sym_LT_DASH] = ACTIONS(2987), + [anon_sym_LT_LT] = ACTIONS(2987), + [anon_sym_GT_GT] = ACTIONS(2987), + [anon_sym_GT_GT_GT] = ACTIONS(2987), + [anon_sym_AMP_CARET] = ACTIONS(2987), + [anon_sym_AMP_AMP] = ACTIONS(2987), + [anon_sym_PIPE_PIPE] = ACTIONS(2987), + [anon_sym_or] = ACTIONS(2987), + [sym_none] = ACTIONS(2987), + [sym_true] = ACTIONS(2987), + [sym_false] = ACTIONS(2987), + [sym_nil] = ACTIONS(2987), + [anon_sym_QMARK_DOT] = ACTIONS(2987), + [anon_sym_POUND_LBRACK] = ACTIONS(2987), + [anon_sym_if] = ACTIONS(2987), + [anon_sym_DOLLARif] = ACTIONS(2987), + [anon_sym_is] = ACTIONS(2987), + [anon_sym_BANGis] = ACTIONS(2987), + [anon_sym_in] = ACTIONS(2987), + [anon_sym_BANGin] = ACTIONS(2987), + [anon_sym_match] = ACTIONS(2987), + [anon_sym_select] = ACTIONS(2987), + [anon_sym_lock] = ACTIONS(2987), + [anon_sym_rlock] = ACTIONS(2987), + [anon_sym_unsafe] = ACTIONS(2987), + [anon_sym_sql] = ACTIONS(2987), + [sym_int_literal] = ACTIONS(2987), + [sym_float_literal] = ACTIONS(2987), + [sym_rune_literal] = ACTIONS(2987), + [anon_sym_AT] = ACTIONS(2987), + [anon_sym_shared] = ACTIONS(2987), + [anon_sym_map_LBRACK] = ACTIONS(2987), + [anon_sym_chan] = ACTIONS(2987), + [anon_sym_thread] = ACTIONS(2987), + [anon_sym_atomic] = ACTIONS(2987), + [anon_sym_assert] = ACTIONS(2987), + [anon_sym_defer] = ACTIONS(2987), + [anon_sym_goto] = ACTIONS(2987), + [anon_sym_break] = ACTIONS(2987), + [anon_sym_continue] = ACTIONS(2987), + [anon_sym_return] = ACTIONS(2987), + [anon_sym_DOLLARfor] = ACTIONS(2987), + [anon_sym_for] = ACTIONS(2987), + [anon_sym_POUND] = ACTIONS(2987), + [anon_sym_asm] = ACTIONS(2987), + [anon_sym_AT_LBRACK] = ACTIONS(2987), + [sym___double_quote] = ACTIONS(2987), + [sym___single_quote] = ACTIONS(2987), + [sym___c_double_quote] = ACTIONS(2987), + [sym___c_single_quote] = ACTIONS(2987), + [sym___r_double_quote] = ACTIONS(2987), + [sym___r_single_quote] = ACTIONS(2987), }, [1106] = { - [ts_builtin_sym_end] = ACTIONS(2698), - [sym_identifier] = ACTIONS(2700), - [anon_sym_LF] = ACTIONS(2700), - [anon_sym_CR] = ACTIONS(2700), - [anon_sym_CR_LF] = ACTIONS(2700), + [ts_builtin_sym_end] = ACTIONS(3149), + [sym_identifier] = ACTIONS(3151), + [anon_sym_LF] = ACTIONS(3151), + [anon_sym_CR] = ACTIONS(3151), + [anon_sym_CR_LF] = ACTIONS(3151), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2700), - [anon_sym_as] = ACTIONS(2700), - [anon_sym_LBRACE] = ACTIONS(2700), - [anon_sym_COMMA] = ACTIONS(2766), - [anon_sym_const] = ACTIONS(2700), - [anon_sym_LPAREN] = ACTIONS(2700), - [anon_sym___global] = ACTIONS(2700), - [anon_sym_type] = ACTIONS(2700), - [anon_sym_PIPE] = ACTIONS(2700), - [anon_sym_fn] = ACTIONS(2700), - [anon_sym_PLUS] = ACTIONS(2700), - [anon_sym_DASH] = ACTIONS(2700), - [anon_sym_STAR] = ACTIONS(2700), - [anon_sym_SLASH] = ACTIONS(2700), - [anon_sym_PERCENT] = ACTIONS(2700), - [anon_sym_LT] = ACTIONS(2700), - [anon_sym_GT] = ACTIONS(2700), - [anon_sym_EQ_EQ] = ACTIONS(2700), - [anon_sym_BANG_EQ] = ACTIONS(2700), - [anon_sym_LT_EQ] = ACTIONS(2700), - [anon_sym_GT_EQ] = ACTIONS(2700), - [anon_sym_LBRACK] = ACTIONS(2698), - [anon_sym_struct] = ACTIONS(2700), - [anon_sym_union] = ACTIONS(2700), - [anon_sym_pub] = ACTIONS(2700), - [anon_sym_mut] = ACTIONS(2700), - [anon_sym_enum] = ACTIONS(2700), - [anon_sym_interface] = ACTIONS(2700), - [anon_sym_PLUS_PLUS] = ACTIONS(2700), - [anon_sym_DASH_DASH] = ACTIONS(2700), - [anon_sym_QMARK] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_go] = ACTIONS(2700), - [anon_sym_spawn] = ACTIONS(2700), - [anon_sym_json_DOTdecode] = ACTIONS(2700), - [anon_sym_LBRACK2] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2700), - [anon_sym_CARET] = ACTIONS(2700), - [anon_sym_AMP] = ACTIONS(2700), - [anon_sym_LT_DASH] = ACTIONS(2700), - [anon_sym_LT_LT] = ACTIONS(2700), - [anon_sym_GT_GT] = ACTIONS(2700), - [anon_sym_GT_GT_GT] = ACTIONS(2700), - [anon_sym_AMP_CARET] = ACTIONS(2700), - [anon_sym_AMP_AMP] = ACTIONS(2700), - [anon_sym_PIPE_PIPE] = ACTIONS(2700), - [anon_sym_or] = ACTIONS(2700), - [sym_none] = ACTIONS(2700), - [sym_true] = ACTIONS(2700), - [sym_false] = ACTIONS(2700), - [sym_nil] = ACTIONS(2700), - [anon_sym_QMARK_DOT] = ACTIONS(2700), - [anon_sym_POUND_LBRACK] = ACTIONS(2700), - [anon_sym_if] = ACTIONS(2700), - [anon_sym_DOLLARif] = ACTIONS(2700), - [anon_sym_is] = ACTIONS(2700), - [anon_sym_BANGis] = ACTIONS(2700), - [anon_sym_in] = ACTIONS(2700), - [anon_sym_BANGin] = ACTIONS(2700), - [anon_sym_match] = ACTIONS(2700), - [anon_sym_select] = ACTIONS(2700), - [anon_sym_lock] = ACTIONS(2700), - [anon_sym_rlock] = ACTIONS(2700), - [anon_sym_unsafe] = ACTIONS(2700), - [anon_sym_sql] = ACTIONS(2700), - [sym_int_literal] = ACTIONS(2700), - [sym_float_literal] = ACTIONS(2700), - [sym_rune_literal] = ACTIONS(2700), - [anon_sym_AT] = ACTIONS(2700), - [anon_sym_shared] = ACTIONS(2700), - [anon_sym_map_LBRACK] = ACTIONS(2700), - [anon_sym_chan] = ACTIONS(2700), - [anon_sym_thread] = ACTIONS(2700), - [anon_sym_atomic] = ACTIONS(2700), - [anon_sym_assert] = ACTIONS(2700), - [anon_sym_defer] = ACTIONS(2700), - [anon_sym_goto] = ACTIONS(2700), - [anon_sym_break] = ACTIONS(2700), - [anon_sym_continue] = ACTIONS(2700), - [anon_sym_return] = ACTIONS(2700), - [anon_sym_DOLLARfor] = ACTIONS(2700), - [anon_sym_for] = ACTIONS(2700), - [anon_sym_POUND] = ACTIONS(2700), - [anon_sym_asm] = ACTIONS(2700), - [anon_sym_AT_LBRACK] = ACTIONS(2700), - [sym___double_quote] = ACTIONS(2700), - [sym___single_quote] = ACTIONS(2700), - [sym___c_double_quote] = ACTIONS(2700), - [sym___c_single_quote] = ACTIONS(2700), - [sym___r_double_quote] = ACTIONS(2700), - [sym___r_single_quote] = ACTIONS(2700), + [anon_sym_DOT] = ACTIONS(3151), + [anon_sym_as] = ACTIONS(3151), + [anon_sym_LBRACE] = ACTIONS(3151), + [anon_sym_COMMA] = ACTIONS(3151), + [anon_sym_const] = ACTIONS(3151), + [anon_sym_LPAREN] = ACTIONS(3151), + [anon_sym___global] = ACTIONS(3151), + [anon_sym_type] = ACTIONS(3151), + [anon_sym_PIPE] = ACTIONS(3151), + [anon_sym_fn] = ACTIONS(3151), + [anon_sym_PLUS] = ACTIONS(3151), + [anon_sym_DASH] = ACTIONS(3151), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_SLASH] = ACTIONS(3151), + [anon_sym_PERCENT] = ACTIONS(3151), + [anon_sym_LT] = ACTIONS(3151), + [anon_sym_GT] = ACTIONS(3151), + [anon_sym_EQ_EQ] = ACTIONS(3151), + [anon_sym_BANG_EQ] = ACTIONS(3151), + [anon_sym_LT_EQ] = ACTIONS(3151), + [anon_sym_GT_EQ] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(3149), + [anon_sym_LT2] = ACTIONS(3151), + [anon_sym_struct] = ACTIONS(3151), + [anon_sym_union] = ACTIONS(3151), + [anon_sym_pub] = ACTIONS(3151), + [anon_sym_mut] = ACTIONS(3151), + [anon_sym_enum] = ACTIONS(3151), + [anon_sym_interface] = ACTIONS(3151), + [anon_sym_PLUS_PLUS] = ACTIONS(3151), + [anon_sym_DASH_DASH] = ACTIONS(3151), + [anon_sym_QMARK] = ACTIONS(3151), + [anon_sym_BANG] = ACTIONS(3151), + [anon_sym_go] = ACTIONS(3151), + [anon_sym_spawn] = ACTIONS(3151), + [anon_sym_json_DOTdecode] = ACTIONS(3151), + [anon_sym_LBRACK2] = ACTIONS(3151), + [anon_sym_TILDE] = ACTIONS(3151), + [anon_sym_CARET] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LT_DASH] = ACTIONS(3151), + [anon_sym_LT_LT] = ACTIONS(3151), + [anon_sym_GT_GT] = ACTIONS(3151), + [anon_sym_GT_GT_GT] = ACTIONS(3151), + [anon_sym_AMP_CARET] = ACTIONS(3151), + [anon_sym_AMP_AMP] = ACTIONS(3151), + [anon_sym_PIPE_PIPE] = ACTIONS(3151), + [anon_sym_or] = ACTIONS(3151), + [sym_none] = ACTIONS(3151), + [sym_true] = ACTIONS(3151), + [sym_false] = ACTIONS(3151), + [sym_nil] = ACTIONS(3151), + [anon_sym_QMARK_DOT] = ACTIONS(3151), + [anon_sym_POUND_LBRACK] = ACTIONS(3151), + [anon_sym_if] = ACTIONS(3151), + [anon_sym_DOLLARif] = ACTIONS(3151), + [anon_sym_is] = ACTIONS(3151), + [anon_sym_BANGis] = ACTIONS(3151), + [anon_sym_in] = ACTIONS(3151), + [anon_sym_BANGin] = ACTIONS(3151), + [anon_sym_match] = ACTIONS(3151), + [anon_sym_select] = ACTIONS(3151), + [anon_sym_lock] = ACTIONS(3151), + [anon_sym_rlock] = ACTIONS(3151), + [anon_sym_unsafe] = ACTIONS(3151), + [anon_sym_sql] = ACTIONS(3151), + [sym_int_literal] = ACTIONS(3151), + [sym_float_literal] = ACTIONS(3151), + [sym_rune_literal] = ACTIONS(3151), + [anon_sym_AT] = ACTIONS(3151), + [anon_sym_shared] = ACTIONS(3151), + [anon_sym_map_LBRACK] = ACTIONS(3151), + [anon_sym_chan] = ACTIONS(3151), + [anon_sym_thread] = ACTIONS(3151), + [anon_sym_atomic] = ACTIONS(3151), + [anon_sym_assert] = ACTIONS(3151), + [anon_sym_defer] = ACTIONS(3151), + [anon_sym_goto] = ACTIONS(3151), + [anon_sym_break] = ACTIONS(3151), + [anon_sym_continue] = ACTIONS(3151), + [anon_sym_return] = ACTIONS(3151), + [anon_sym_DOLLARfor] = ACTIONS(3151), + [anon_sym_for] = ACTIONS(3151), + [anon_sym_POUND] = ACTIONS(3151), + [anon_sym_asm] = ACTIONS(3151), + [anon_sym_AT_LBRACK] = ACTIONS(3151), + [sym___double_quote] = ACTIONS(3151), + [sym___single_quote] = ACTIONS(3151), + [sym___c_double_quote] = ACTIONS(3151), + [sym___c_single_quote] = ACTIONS(3151), + [sym___r_double_quote] = ACTIONS(3151), + [sym___r_single_quote] = ACTIONS(3151), }, [1107] = { - [ts_builtin_sym_end] = ACTIONS(3111), - [sym_identifier] = ACTIONS(3113), - [anon_sym_LF] = ACTIONS(3113), - [anon_sym_CR] = ACTIONS(3113), - [anon_sym_CR_LF] = ACTIONS(3113), + [ts_builtin_sym_end] = ACTIONS(2978), + [sym_identifier] = ACTIONS(2975), + [anon_sym_LF] = ACTIONS(2975), + [anon_sym_CR] = ACTIONS(2975), + [anon_sym_CR_LF] = ACTIONS(2975), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3113), - [anon_sym_as] = ACTIONS(3113), - [anon_sym_LBRACE] = ACTIONS(3113), - [anon_sym_COMMA] = ACTIONS(3113), - [anon_sym_const] = ACTIONS(3113), - [anon_sym_LPAREN] = ACTIONS(3113), - [anon_sym___global] = ACTIONS(3113), - [anon_sym_type] = ACTIONS(3113), - [anon_sym_PIPE] = ACTIONS(3113), - [anon_sym_fn] = ACTIONS(3113), - [anon_sym_PLUS] = ACTIONS(3113), - [anon_sym_DASH] = ACTIONS(3113), - [anon_sym_STAR] = ACTIONS(3113), - [anon_sym_SLASH] = ACTIONS(3113), - [anon_sym_PERCENT] = ACTIONS(3113), - [anon_sym_LT] = ACTIONS(3113), - [anon_sym_GT] = ACTIONS(3113), - [anon_sym_EQ_EQ] = ACTIONS(3113), - [anon_sym_BANG_EQ] = ACTIONS(3113), - [anon_sym_LT_EQ] = ACTIONS(3113), - [anon_sym_GT_EQ] = ACTIONS(3113), - [anon_sym_LBRACK] = ACTIONS(3111), - [anon_sym_struct] = ACTIONS(3113), - [anon_sym_union] = ACTIONS(3113), - [anon_sym_pub] = ACTIONS(3113), - [anon_sym_mut] = ACTIONS(3113), - [anon_sym_enum] = ACTIONS(3113), - [anon_sym_interface] = ACTIONS(3113), - [anon_sym_PLUS_PLUS] = ACTIONS(3113), - [anon_sym_DASH_DASH] = ACTIONS(3113), - [anon_sym_QMARK] = ACTIONS(3113), - [anon_sym_BANG] = ACTIONS(3113), - [anon_sym_go] = ACTIONS(3113), - [anon_sym_spawn] = ACTIONS(3113), - [anon_sym_json_DOTdecode] = ACTIONS(3113), - [anon_sym_LBRACK2] = ACTIONS(3113), - [anon_sym_TILDE] = ACTIONS(3113), - [anon_sym_CARET] = ACTIONS(3113), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_LT_DASH] = ACTIONS(3113), - [anon_sym_LT_LT] = ACTIONS(3113), - [anon_sym_GT_GT] = ACTIONS(3113), - [anon_sym_GT_GT_GT] = ACTIONS(3113), - [anon_sym_AMP_CARET] = ACTIONS(3113), - [anon_sym_AMP_AMP] = ACTIONS(3113), - [anon_sym_PIPE_PIPE] = ACTIONS(3113), - [anon_sym_or] = ACTIONS(3113), - [sym_none] = ACTIONS(3113), - [sym_true] = ACTIONS(3113), - [sym_false] = ACTIONS(3113), - [sym_nil] = ACTIONS(3113), - [anon_sym_QMARK_DOT] = ACTIONS(3113), - [anon_sym_POUND_LBRACK] = ACTIONS(3113), - [anon_sym_if] = ACTIONS(3113), - [anon_sym_DOLLARif] = ACTIONS(3113), - [anon_sym_is] = ACTIONS(3113), - [anon_sym_BANGis] = ACTIONS(3113), - [anon_sym_in] = ACTIONS(3113), - [anon_sym_BANGin] = ACTIONS(3113), - [anon_sym_match] = ACTIONS(3113), - [anon_sym_select] = ACTIONS(3113), - [anon_sym_lock] = ACTIONS(3113), - [anon_sym_rlock] = ACTIONS(3113), - [anon_sym_unsafe] = ACTIONS(3113), - [anon_sym_sql] = ACTIONS(3113), - [sym_int_literal] = ACTIONS(3113), - [sym_float_literal] = ACTIONS(3113), - [sym_rune_literal] = ACTIONS(3113), - [anon_sym_AT] = ACTIONS(3113), - [anon_sym_shared] = ACTIONS(3113), - [anon_sym_map_LBRACK] = ACTIONS(3113), - [anon_sym_chan] = ACTIONS(3113), - [anon_sym_thread] = ACTIONS(3113), - [anon_sym_atomic] = ACTIONS(3113), - [anon_sym_assert] = ACTIONS(3113), - [anon_sym_defer] = ACTIONS(3113), - [anon_sym_goto] = ACTIONS(3113), - [anon_sym_break] = ACTIONS(3113), - [anon_sym_continue] = ACTIONS(3113), - [anon_sym_return] = ACTIONS(3113), - [anon_sym_DOLLARfor] = ACTIONS(3113), - [anon_sym_for] = ACTIONS(3113), - [anon_sym_POUND] = ACTIONS(3113), - [anon_sym_asm] = ACTIONS(3113), - [anon_sym_AT_LBRACK] = ACTIONS(3113), - [sym___double_quote] = ACTIONS(3113), - [sym___single_quote] = ACTIONS(3113), - [sym___c_double_quote] = ACTIONS(3113), - [sym___c_single_quote] = ACTIONS(3113), - [sym___r_double_quote] = ACTIONS(3113), - [sym___r_single_quote] = ACTIONS(3113), + [anon_sym_DOT] = ACTIONS(2975), + [anon_sym_as] = ACTIONS(2975), + [anon_sym_LBRACE] = ACTIONS(2975), + [anon_sym_COMMA] = ACTIONS(2975), + [anon_sym_const] = ACTIONS(2975), + [anon_sym_LPAREN] = ACTIONS(2975), + [anon_sym___global] = ACTIONS(2975), + [anon_sym_type] = ACTIONS(2975), + [anon_sym_PIPE] = ACTIONS(2975), + [anon_sym_fn] = ACTIONS(2975), + [anon_sym_PLUS] = ACTIONS(2975), + [anon_sym_DASH] = ACTIONS(2975), + [anon_sym_STAR] = ACTIONS(2975), + [anon_sym_SLASH] = ACTIONS(2975), + [anon_sym_PERCENT] = ACTIONS(2975), + [anon_sym_LT] = ACTIONS(2975), + [anon_sym_GT] = ACTIONS(2975), + [anon_sym_EQ_EQ] = ACTIONS(2975), + [anon_sym_BANG_EQ] = ACTIONS(2975), + [anon_sym_LT_EQ] = ACTIONS(2975), + [anon_sym_GT_EQ] = ACTIONS(2975), + [anon_sym_LBRACK] = ACTIONS(2978), + [anon_sym_LT2] = ACTIONS(2975), + [anon_sym_struct] = ACTIONS(2975), + [anon_sym_union] = ACTIONS(2975), + [anon_sym_pub] = ACTIONS(2975), + [anon_sym_mut] = ACTIONS(2975), + [anon_sym_enum] = ACTIONS(2975), + [anon_sym_interface] = ACTIONS(2975), + [anon_sym_PLUS_PLUS] = ACTIONS(2975), + [anon_sym_DASH_DASH] = ACTIONS(2975), + [anon_sym_QMARK] = ACTIONS(2975), + [anon_sym_BANG] = ACTIONS(2975), + [anon_sym_go] = ACTIONS(2975), + [anon_sym_spawn] = ACTIONS(2975), + [anon_sym_json_DOTdecode] = ACTIONS(2975), + [anon_sym_LBRACK2] = ACTIONS(2975), + [anon_sym_TILDE] = ACTIONS(2975), + [anon_sym_CARET] = ACTIONS(2975), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2975), + [anon_sym_LT_LT] = ACTIONS(2975), + [anon_sym_GT_GT] = ACTIONS(2975), + [anon_sym_GT_GT_GT] = ACTIONS(2975), + [anon_sym_AMP_CARET] = ACTIONS(2975), + [anon_sym_AMP_AMP] = ACTIONS(2975), + [anon_sym_PIPE_PIPE] = ACTIONS(2975), + [anon_sym_or] = ACTIONS(2975), + [sym_none] = ACTIONS(2975), + [sym_true] = ACTIONS(2975), + [sym_false] = ACTIONS(2975), + [sym_nil] = ACTIONS(2975), + [anon_sym_QMARK_DOT] = ACTIONS(2975), + [anon_sym_POUND_LBRACK] = ACTIONS(2975), + [anon_sym_if] = ACTIONS(2975), + [anon_sym_DOLLARif] = ACTIONS(2975), + [anon_sym_is] = ACTIONS(2975), + [anon_sym_BANGis] = ACTIONS(2975), + [anon_sym_in] = ACTIONS(2975), + [anon_sym_BANGin] = ACTIONS(2975), + [anon_sym_match] = ACTIONS(2975), + [anon_sym_select] = ACTIONS(2975), + [anon_sym_lock] = ACTIONS(2975), + [anon_sym_rlock] = ACTIONS(2975), + [anon_sym_unsafe] = ACTIONS(2975), + [anon_sym_sql] = ACTIONS(2975), + [sym_int_literal] = ACTIONS(2975), + [sym_float_literal] = ACTIONS(2975), + [sym_rune_literal] = ACTIONS(2975), + [anon_sym_AT] = ACTIONS(2975), + [anon_sym_shared] = ACTIONS(2975), + [anon_sym_map_LBRACK] = ACTIONS(2975), + [anon_sym_chan] = ACTIONS(2975), + [anon_sym_thread] = ACTIONS(2975), + [anon_sym_atomic] = ACTIONS(2975), + [anon_sym_assert] = ACTIONS(2975), + [anon_sym_defer] = ACTIONS(2975), + [anon_sym_goto] = ACTIONS(2975), + [anon_sym_break] = ACTIONS(2975), + [anon_sym_continue] = ACTIONS(2975), + [anon_sym_return] = ACTIONS(2975), + [anon_sym_DOLLARfor] = ACTIONS(2975), + [anon_sym_for] = ACTIONS(2975), + [anon_sym_POUND] = ACTIONS(2975), + [anon_sym_asm] = ACTIONS(2975), + [anon_sym_AT_LBRACK] = ACTIONS(2975), + [sym___double_quote] = ACTIONS(2975), + [sym___single_quote] = ACTIONS(2975), + [sym___c_double_quote] = ACTIONS(2975), + [sym___c_single_quote] = ACTIONS(2975), + [sym___r_double_quote] = ACTIONS(2975), + [sym___r_single_quote] = ACTIONS(2975), }, [1108] = { - [ts_builtin_sym_end] = ACTIONS(3107), - [sym_identifier] = ACTIONS(3109), - [anon_sym_LF] = ACTIONS(3109), - [anon_sym_CR] = ACTIONS(3109), - [anon_sym_CR_LF] = ACTIONS(3109), + [ts_builtin_sym_end] = ACTIONS(3037), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LF] = ACTIONS(3039), + [anon_sym_CR] = ACTIONS(3039), + [anon_sym_CR_LF] = ACTIONS(3039), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3109), - [anon_sym_as] = ACTIONS(3109), - [anon_sym_LBRACE] = ACTIONS(3109), - [anon_sym_COMMA] = ACTIONS(3109), - [anon_sym_const] = ACTIONS(3109), - [anon_sym_LPAREN] = ACTIONS(3109), - [anon_sym___global] = ACTIONS(3109), - [anon_sym_type] = ACTIONS(3109), - [anon_sym_PIPE] = ACTIONS(3109), - [anon_sym_fn] = ACTIONS(3109), - [anon_sym_PLUS] = ACTIONS(3109), - [anon_sym_DASH] = ACTIONS(3109), - [anon_sym_STAR] = ACTIONS(3109), - [anon_sym_SLASH] = ACTIONS(3109), - [anon_sym_PERCENT] = ACTIONS(3109), - [anon_sym_LT] = ACTIONS(3109), - [anon_sym_GT] = ACTIONS(3109), - [anon_sym_EQ_EQ] = ACTIONS(3109), - [anon_sym_BANG_EQ] = ACTIONS(3109), - [anon_sym_LT_EQ] = ACTIONS(3109), - [anon_sym_GT_EQ] = ACTIONS(3109), - [anon_sym_LBRACK] = ACTIONS(3107), - [anon_sym_struct] = ACTIONS(3109), - [anon_sym_union] = ACTIONS(3109), - [anon_sym_pub] = ACTIONS(3109), - [anon_sym_mut] = ACTIONS(3109), - [anon_sym_enum] = ACTIONS(3109), - [anon_sym_interface] = ACTIONS(3109), - [anon_sym_PLUS_PLUS] = ACTIONS(3109), - [anon_sym_DASH_DASH] = ACTIONS(3109), - [anon_sym_QMARK] = ACTIONS(3109), - [anon_sym_BANG] = ACTIONS(3109), - [anon_sym_go] = ACTIONS(3109), - [anon_sym_spawn] = ACTIONS(3109), - [anon_sym_json_DOTdecode] = ACTIONS(3109), - [anon_sym_LBRACK2] = ACTIONS(3109), - [anon_sym_TILDE] = ACTIONS(3109), - [anon_sym_CARET] = ACTIONS(3109), - [anon_sym_AMP] = ACTIONS(3109), - [anon_sym_LT_DASH] = ACTIONS(3109), - [anon_sym_LT_LT] = ACTIONS(3109), - [anon_sym_GT_GT] = ACTIONS(3109), - [anon_sym_GT_GT_GT] = ACTIONS(3109), - [anon_sym_AMP_CARET] = ACTIONS(3109), - [anon_sym_AMP_AMP] = ACTIONS(3109), - [anon_sym_PIPE_PIPE] = ACTIONS(3109), - [anon_sym_or] = ACTIONS(3109), - [sym_none] = ACTIONS(3109), - [sym_true] = ACTIONS(3109), - [sym_false] = ACTIONS(3109), - [sym_nil] = ACTIONS(3109), - [anon_sym_QMARK_DOT] = ACTIONS(3109), - [anon_sym_POUND_LBRACK] = ACTIONS(3109), - [anon_sym_if] = ACTIONS(3109), - [anon_sym_DOLLARif] = ACTIONS(3109), - [anon_sym_is] = ACTIONS(3109), - [anon_sym_BANGis] = ACTIONS(3109), - [anon_sym_in] = ACTIONS(3109), - [anon_sym_BANGin] = ACTIONS(3109), - [anon_sym_match] = ACTIONS(3109), - [anon_sym_select] = ACTIONS(3109), - [anon_sym_lock] = ACTIONS(3109), - [anon_sym_rlock] = ACTIONS(3109), - [anon_sym_unsafe] = ACTIONS(3109), - [anon_sym_sql] = ACTIONS(3109), - [sym_int_literal] = ACTIONS(3109), - [sym_float_literal] = ACTIONS(3109), - [sym_rune_literal] = ACTIONS(3109), - [anon_sym_AT] = ACTIONS(3109), - [anon_sym_shared] = ACTIONS(3109), - [anon_sym_map_LBRACK] = ACTIONS(3109), - [anon_sym_chan] = ACTIONS(3109), - [anon_sym_thread] = ACTIONS(3109), - [anon_sym_atomic] = ACTIONS(3109), - [anon_sym_assert] = ACTIONS(3109), - [anon_sym_defer] = ACTIONS(3109), - [anon_sym_goto] = ACTIONS(3109), - [anon_sym_break] = ACTIONS(3109), - [anon_sym_continue] = ACTIONS(3109), - [anon_sym_return] = ACTIONS(3109), - [anon_sym_DOLLARfor] = ACTIONS(3109), - [anon_sym_for] = ACTIONS(3109), - [anon_sym_POUND] = ACTIONS(3109), - [anon_sym_asm] = ACTIONS(3109), - [anon_sym_AT_LBRACK] = ACTIONS(3109), - [sym___double_quote] = ACTIONS(3109), - [sym___single_quote] = ACTIONS(3109), - [sym___c_double_quote] = ACTIONS(3109), - [sym___c_single_quote] = ACTIONS(3109), - [sym___r_double_quote] = ACTIONS(3109), - [sym___r_single_quote] = ACTIONS(3109), + [anon_sym_DOT] = ACTIONS(3039), + [anon_sym_as] = ACTIONS(3039), + [anon_sym_LBRACE] = ACTIONS(3039), + [anon_sym_COMMA] = ACTIONS(3039), + [anon_sym_const] = ACTIONS(3039), + [anon_sym_LPAREN] = ACTIONS(3039), + [anon_sym___global] = ACTIONS(3039), + [anon_sym_type] = ACTIONS(3039), + [anon_sym_PIPE] = ACTIONS(3039), + [anon_sym_fn] = ACTIONS(3039), + [anon_sym_PLUS] = ACTIONS(3039), + [anon_sym_DASH] = ACTIONS(3039), + [anon_sym_STAR] = ACTIONS(3039), + [anon_sym_SLASH] = ACTIONS(3039), + [anon_sym_PERCENT] = ACTIONS(3039), + [anon_sym_LT] = ACTIONS(3039), + [anon_sym_GT] = ACTIONS(3039), + [anon_sym_EQ_EQ] = ACTIONS(3039), + [anon_sym_BANG_EQ] = ACTIONS(3039), + [anon_sym_LT_EQ] = ACTIONS(3039), + [anon_sym_GT_EQ] = ACTIONS(3039), + [anon_sym_LBRACK] = ACTIONS(3037), + [anon_sym_LT2] = ACTIONS(3039), + [anon_sym_struct] = ACTIONS(3039), + [anon_sym_union] = ACTIONS(3039), + [anon_sym_pub] = ACTIONS(3039), + [anon_sym_mut] = ACTIONS(3039), + [anon_sym_enum] = ACTIONS(3039), + [anon_sym_interface] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_QMARK] = ACTIONS(3039), + [anon_sym_BANG] = ACTIONS(3039), + [anon_sym_go] = ACTIONS(3039), + [anon_sym_spawn] = ACTIONS(3039), + [anon_sym_json_DOTdecode] = ACTIONS(3039), + [anon_sym_LBRACK2] = ACTIONS(3039), + [anon_sym_TILDE] = ACTIONS(3039), + [anon_sym_CARET] = ACTIONS(3039), + [anon_sym_AMP] = ACTIONS(3039), + [anon_sym_LT_DASH] = ACTIONS(3039), + [anon_sym_LT_LT] = ACTIONS(3039), + [anon_sym_GT_GT] = ACTIONS(3039), + [anon_sym_GT_GT_GT] = ACTIONS(3039), + [anon_sym_AMP_CARET] = ACTIONS(3039), + [anon_sym_AMP_AMP] = ACTIONS(3039), + [anon_sym_PIPE_PIPE] = ACTIONS(3039), + [anon_sym_or] = ACTIONS(3039), + [sym_none] = ACTIONS(3039), + [sym_true] = ACTIONS(3039), + [sym_false] = ACTIONS(3039), + [sym_nil] = ACTIONS(3039), + [anon_sym_QMARK_DOT] = ACTIONS(3039), + [anon_sym_POUND_LBRACK] = ACTIONS(3039), + [anon_sym_if] = ACTIONS(3039), + [anon_sym_DOLLARif] = ACTIONS(3039), + [anon_sym_is] = ACTIONS(3039), + [anon_sym_BANGis] = ACTIONS(3039), + [anon_sym_in] = ACTIONS(3039), + [anon_sym_BANGin] = ACTIONS(3039), + [anon_sym_match] = ACTIONS(3039), + [anon_sym_select] = ACTIONS(3039), + [anon_sym_lock] = ACTIONS(3039), + [anon_sym_rlock] = ACTIONS(3039), + [anon_sym_unsafe] = ACTIONS(3039), + [anon_sym_sql] = ACTIONS(3039), + [sym_int_literal] = ACTIONS(3039), + [sym_float_literal] = ACTIONS(3039), + [sym_rune_literal] = ACTIONS(3039), + [anon_sym_AT] = ACTIONS(3039), + [anon_sym_shared] = ACTIONS(3039), + [anon_sym_map_LBRACK] = ACTIONS(3039), + [anon_sym_chan] = ACTIONS(3039), + [anon_sym_thread] = ACTIONS(3039), + [anon_sym_atomic] = ACTIONS(3039), + [anon_sym_assert] = ACTIONS(3039), + [anon_sym_defer] = ACTIONS(3039), + [anon_sym_goto] = ACTIONS(3039), + [anon_sym_break] = ACTIONS(3039), + [anon_sym_continue] = ACTIONS(3039), + [anon_sym_return] = ACTIONS(3039), + [anon_sym_DOLLARfor] = ACTIONS(3039), + [anon_sym_for] = ACTIONS(3039), + [anon_sym_POUND] = ACTIONS(3039), + [anon_sym_asm] = ACTIONS(3039), + [anon_sym_AT_LBRACK] = ACTIONS(3039), + [sym___double_quote] = ACTIONS(3039), + [sym___single_quote] = ACTIONS(3039), + [sym___c_double_quote] = ACTIONS(3039), + [sym___c_single_quote] = ACTIONS(3039), + [sym___r_double_quote] = ACTIONS(3039), + [sym___r_single_quote] = ACTIONS(3039), }, [1109] = { - [sym_reference_expression] = STATE(4423), - [sym_type_reference_expression] = STATE(1294), - [sym_plain_type] = STATE(1316), - [sym__plain_type_without_special] = STATE(1341), - [sym_anon_struct_type] = STATE(1344), - [sym_multi_return_type] = STATE(1341), - [sym_result_type] = STATE(1341), - [sym_option_type] = STATE(1341), - [sym_qualified_type] = STATE(1294), - [sym_fixed_array_type] = STATE(1344), - [sym_array_type] = STATE(1344), - [sym_pointer_type] = STATE(1344), - [sym_wrong_pointer_type] = STATE(1344), - [sym_map_type] = STATE(1344), - [sym_channel_type] = STATE(1344), - [sym_shared_type] = STATE(1344), - [sym_thread_type] = STATE(1344), - [sym_atomic_type] = STATE(1344), - [sym_generic_type] = STATE(1344), - [sym_function_type] = STATE(1344), - [sym_identifier] = ACTIONS(3349), + [sym_reference_expression] = STATE(4530), + [sym_type_reference_expression] = STATE(1286), + [sym_plain_type] = STATE(1304), + [sym__plain_type_without_special] = STATE(1314), + [sym_anon_struct_type] = STATE(1313), + [sym_multi_return_type] = STATE(1314), + [sym_result_type] = STATE(1314), + [sym_option_type] = STATE(1314), + [sym_qualified_type] = STATE(1286), + [sym_fixed_array_type] = STATE(1313), + [sym_array_type] = STATE(1313), + [sym_pointer_type] = STATE(1313), + [sym_wrong_pointer_type] = STATE(1313), + [sym_map_type] = STATE(1313), + [sym_channel_type] = STATE(1313), + [sym_shared_type] = STATE(1313), + [sym_thread_type] = STATE(1313), + [sym_atomic_type] = STATE(1313), + [sym_generic_type] = STATE(1313), + [sym_function_type] = STATE(1313), + [sym_identifier] = ACTIONS(3351), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(615), - [anon_sym_as] = ACTIONS(615), - [anon_sym_LBRACE] = ACTIONS(613), - [anon_sym_COMMA] = ACTIONS(613), - [anon_sym_LPAREN] = ACTIONS(3351), - [anon_sym_PIPE] = ACTIONS(615), - [anon_sym_fn] = ACTIONS(3353), - [anon_sym_PLUS] = ACTIONS(615), - [anon_sym_DASH] = ACTIONS(615), - [anon_sym_STAR] = ACTIONS(3355), - [anon_sym_SLASH] = ACTIONS(615), - [anon_sym_PERCENT] = ACTIONS(613), - [anon_sym_LT] = ACTIONS(615), - [anon_sym_GT] = ACTIONS(615), - [anon_sym_EQ_EQ] = ACTIONS(613), - [anon_sym_BANG_EQ] = ACTIONS(613), - [anon_sym_LT_EQ] = ACTIONS(613), - [anon_sym_GT_EQ] = ACTIONS(613), - [anon_sym_LBRACK] = ACTIONS(613), - [anon_sym_RBRACK] = ACTIONS(613), - [anon_sym_struct] = ACTIONS(3357), - [anon_sym_mut] = ACTIONS(615), - [anon_sym_PLUS_PLUS] = ACTIONS(613), - [anon_sym_DASH_DASH] = ACTIONS(613), - [anon_sym_QMARK] = ACTIONS(3359), - [anon_sym_BANG] = ACTIONS(3361), - [anon_sym_go] = ACTIONS(615), - [anon_sym_spawn] = ACTIONS(615), - [anon_sym_json_DOTdecode] = ACTIONS(613), - [anon_sym_LBRACK2] = ACTIONS(3363), - [anon_sym_TILDE] = ACTIONS(613), - [anon_sym_CARET] = ACTIONS(613), - [anon_sym_AMP] = ACTIONS(3365), - [anon_sym_LT_DASH] = ACTIONS(613), - [anon_sym_LT_LT] = ACTIONS(613), - [anon_sym_GT_GT] = ACTIONS(615), - [anon_sym_GT_GT_GT] = ACTIONS(613), - [anon_sym_AMP_CARET] = ACTIONS(613), - [anon_sym_AMP_AMP] = ACTIONS(613), - [anon_sym_PIPE_PIPE] = ACTIONS(613), - [anon_sym_or] = ACTIONS(615), - [sym_none] = ACTIONS(615), - [sym_true] = ACTIONS(615), - [sym_false] = ACTIONS(615), - [sym_nil] = ACTIONS(615), - [anon_sym_QMARK_DOT] = ACTIONS(613), - [anon_sym_POUND_LBRACK] = ACTIONS(613), - [anon_sym_if] = ACTIONS(615), - [anon_sym_DOLLARif] = ACTIONS(615), - [anon_sym_is] = ACTIONS(615), - [anon_sym_BANGis] = ACTIONS(613), - [anon_sym_in] = ACTIONS(615), - [anon_sym_BANGin] = ACTIONS(613), - [anon_sym_match] = ACTIONS(615), - [anon_sym_select] = ACTIONS(615), - [anon_sym_lock] = ACTIONS(615), - [anon_sym_rlock] = ACTIONS(615), - [anon_sym_unsafe] = ACTIONS(615), - [anon_sym_sql] = ACTIONS(615), - [sym_int_literal] = ACTIONS(615), - [sym_float_literal] = ACTIONS(613), - [sym_rune_literal] = ACTIONS(613), - [anon_sym_AT] = ACTIONS(615), - [anon_sym_shared] = ACTIONS(3367), - [anon_sym_map_LBRACK] = ACTIONS(3369), - [anon_sym_chan] = ACTIONS(3371), - [anon_sym_thread] = ACTIONS(3373), - [anon_sym_atomic] = ACTIONS(3375), - [sym___double_quote] = ACTIONS(613), - [sym___single_quote] = ACTIONS(613), - [sym___c_double_quote] = ACTIONS(613), - [sym___c_single_quote] = ACTIONS(613), - [sym___r_double_quote] = ACTIONS(613), - [sym___r_single_quote] = ACTIONS(613), + [anon_sym_DOT] = ACTIONS(611), + [anon_sym_as] = ACTIONS(611), + [anon_sym_LBRACE] = ACTIONS(609), + [anon_sym_COMMA] = ACTIONS(609), + [anon_sym_LPAREN] = ACTIONS(3353), + [anon_sym_PIPE] = ACTIONS(611), + [anon_sym_fn] = ACTIONS(3355), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_STAR] = ACTIONS(3357), + [anon_sym_SLASH] = ACTIONS(611), + [anon_sym_PERCENT] = ACTIONS(609), + [anon_sym_LT] = ACTIONS(611), + [anon_sym_GT] = ACTIONS(611), + [anon_sym_EQ_EQ] = ACTIONS(609), + [anon_sym_BANG_EQ] = ACTIONS(609), + [anon_sym_LT_EQ] = ACTIONS(609), + [anon_sym_GT_EQ] = ACTIONS(609), + [anon_sym_LBRACK] = ACTIONS(609), + [anon_sym_LT2] = ACTIONS(611), + [anon_sym_RBRACK] = ACTIONS(609), + [anon_sym_struct] = ACTIONS(3359), + [anon_sym_mut] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(609), + [anon_sym_DASH_DASH] = ACTIONS(609), + [anon_sym_QMARK] = ACTIONS(3361), + [anon_sym_BANG] = ACTIONS(3363), + [anon_sym_go] = ACTIONS(611), + [anon_sym_spawn] = ACTIONS(611), + [anon_sym_json_DOTdecode] = ACTIONS(609), + [anon_sym_LBRACK2] = ACTIONS(3365), + [anon_sym_TILDE] = ACTIONS(609), + [anon_sym_CARET] = ACTIONS(609), + [anon_sym_AMP] = ACTIONS(3367), + [anon_sym_LT_DASH] = ACTIONS(609), + [anon_sym_LT_LT] = ACTIONS(609), + [anon_sym_GT_GT] = ACTIONS(611), + [anon_sym_GT_GT_GT] = ACTIONS(609), + [anon_sym_AMP_CARET] = ACTIONS(609), + [anon_sym_AMP_AMP] = ACTIONS(609), + [anon_sym_PIPE_PIPE] = ACTIONS(609), + [anon_sym_or] = ACTIONS(611), + [sym_none] = ACTIONS(611), + [sym_true] = ACTIONS(611), + [sym_false] = ACTIONS(611), + [sym_nil] = ACTIONS(611), + [anon_sym_QMARK_DOT] = ACTIONS(609), + [anon_sym_POUND_LBRACK] = ACTIONS(609), + [anon_sym_if] = ACTIONS(611), + [anon_sym_DOLLARif] = ACTIONS(611), + [anon_sym_is] = ACTIONS(611), + [anon_sym_BANGis] = ACTIONS(609), + [anon_sym_in] = ACTIONS(611), + [anon_sym_BANGin] = ACTIONS(609), + [anon_sym_match] = ACTIONS(611), + [anon_sym_select] = ACTIONS(611), + [anon_sym_lock] = ACTIONS(611), + [anon_sym_rlock] = ACTIONS(611), + [anon_sym_unsafe] = ACTIONS(611), + [anon_sym_sql] = ACTIONS(611), + [sym_int_literal] = ACTIONS(611), + [sym_float_literal] = ACTIONS(609), + [sym_rune_literal] = ACTIONS(609), + [anon_sym_AT] = ACTIONS(611), + [anon_sym_shared] = ACTIONS(3369), + [anon_sym_map_LBRACK] = ACTIONS(3371), + [anon_sym_chan] = ACTIONS(3373), + [anon_sym_thread] = ACTIONS(3375), + [anon_sym_atomic] = ACTIONS(3377), + [sym___double_quote] = ACTIONS(609), + [sym___single_quote] = ACTIONS(609), + [sym___c_double_quote] = ACTIONS(609), + [sym___c_single_quote] = ACTIONS(609), + [sym___r_double_quote] = ACTIONS(609), + [sym___r_single_quote] = ACTIONS(609), }, [1110] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2378), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(585), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(585), - [anon_sym_as] = ACTIONS(585), - [anon_sym_LBRACE] = ACTIONS(583), - [anon_sym_COMMA] = ACTIONS(583), - [anon_sym_LPAREN] = ACTIONS(583), - [anon_sym_PIPE] = ACTIONS(585), - [anon_sym_fn] = ACTIONS(585), - [anon_sym_PLUS] = ACTIONS(585), - [anon_sym_DASH] = ACTIONS(585), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_SLASH] = ACTIONS(585), - [anon_sym_PERCENT] = ACTIONS(583), - [anon_sym_LT] = ACTIONS(585), - [anon_sym_GT] = ACTIONS(585), - [anon_sym_EQ_EQ] = ACTIONS(583), - [anon_sym_BANG_EQ] = ACTIONS(583), - [anon_sym_LT_EQ] = ACTIONS(583), - [anon_sym_GT_EQ] = ACTIONS(583), - [anon_sym_LBRACK] = ACTIONS(583), - [anon_sym_RBRACK] = ACTIONS(583), - [anon_sym_struct] = ACTIONS(585), - [anon_sym_mut] = ACTIONS(585), - [anon_sym_PLUS_PLUS] = ACTIONS(583), - [anon_sym_DASH_DASH] = ACTIONS(583), - [anon_sym_QMARK] = ACTIONS(585), - [anon_sym_BANG] = ACTIONS(585), - [anon_sym_go] = ACTIONS(585), - [anon_sym_spawn] = ACTIONS(585), - [anon_sym_json_DOTdecode] = ACTIONS(583), - [anon_sym_LBRACK2] = ACTIONS(585), - [anon_sym_TILDE] = ACTIONS(583), - [anon_sym_CARET] = ACTIONS(583), - [anon_sym_AMP] = ACTIONS(585), - [anon_sym_LT_DASH] = ACTIONS(583), - [anon_sym_LT_LT] = ACTIONS(583), - [anon_sym_GT_GT] = ACTIONS(585), - [anon_sym_GT_GT_GT] = ACTIONS(583), - [anon_sym_AMP_CARET] = ACTIONS(583), - [anon_sym_AMP_AMP] = ACTIONS(583), - [anon_sym_PIPE_PIPE] = ACTIONS(583), - [anon_sym_or] = ACTIONS(585), - [sym_none] = ACTIONS(585), - [sym_true] = ACTIONS(585), - [sym_false] = ACTIONS(585), - [sym_nil] = ACTIONS(585), - [anon_sym_QMARK_DOT] = ACTIONS(583), - [anon_sym_POUND_LBRACK] = ACTIONS(583), - [anon_sym_if] = ACTIONS(585), - [anon_sym_DOLLARif] = ACTIONS(585), - [anon_sym_is] = ACTIONS(585), - [anon_sym_BANGis] = ACTIONS(583), - [anon_sym_in] = ACTIONS(585), - [anon_sym_BANGin] = ACTIONS(583), - [anon_sym_match] = ACTIONS(585), - [anon_sym_select] = ACTIONS(585), - [anon_sym_lock] = ACTIONS(585), - [anon_sym_rlock] = ACTIONS(585), - [anon_sym_unsafe] = ACTIONS(585), - [anon_sym_sql] = ACTIONS(585), - [sym_int_literal] = ACTIONS(585), - [sym_float_literal] = ACTIONS(583), - [sym_rune_literal] = ACTIONS(583), - [anon_sym_AT] = ACTIONS(585), - [anon_sym_shared] = ACTIONS(585), - [anon_sym_map_LBRACK] = ACTIONS(583), - [anon_sym_chan] = ACTIONS(585), - [anon_sym_thread] = ACTIONS(585), - [anon_sym_atomic] = ACTIONS(585), - [sym___double_quote] = ACTIONS(583), - [sym___single_quote] = ACTIONS(583), - [sym___c_double_quote] = ACTIONS(583), - [sym___c_single_quote] = ACTIONS(583), - [sym___r_double_quote] = ACTIONS(583), - [sym___r_single_quote] = ACTIONS(583), - }, - [1111] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2374), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(593), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(595), - [anon_sym_as] = ACTIONS(595), - [anon_sym_LBRACE] = ACTIONS(591), - [anon_sym_COMMA] = ACTIONS(591), - [anon_sym_LPAREN] = ACTIONS(3377), - [anon_sym_PIPE] = ACTIONS(595), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(595), - [anon_sym_DASH] = ACTIONS(595), - [anon_sym_STAR] = ACTIONS(3379), - [anon_sym_SLASH] = ACTIONS(595), - [anon_sym_PERCENT] = ACTIONS(591), - [anon_sym_LT] = ACTIONS(595), - [anon_sym_GT] = ACTIONS(595), - [anon_sym_EQ_EQ] = ACTIONS(591), - [anon_sym_BANG_EQ] = ACTIONS(591), - [anon_sym_LT_EQ] = ACTIONS(591), - [anon_sym_GT_EQ] = ACTIONS(591), - [anon_sym_LBRACK] = ACTIONS(591), - [anon_sym_RBRACK] = ACTIONS(591), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_mut] = ACTIONS(595), - [anon_sym_PLUS_PLUS] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(591), - [anon_sym_QMARK] = ACTIONS(503), - [anon_sym_BANG] = ACTIONS(3381), - [anon_sym_go] = ACTIONS(595), - [anon_sym_spawn] = ACTIONS(595), - [anon_sym_json_DOTdecode] = ACTIONS(591), - [anon_sym_LBRACK2] = ACTIONS(607), - [anon_sym_TILDE] = ACTIONS(591), - [anon_sym_CARET] = ACTIONS(591), - [anon_sym_AMP] = ACTIONS(609), - [anon_sym_LT_DASH] = ACTIONS(591), - [anon_sym_LT_LT] = ACTIONS(591), - [anon_sym_GT_GT] = ACTIONS(595), - [anon_sym_GT_GT_GT] = ACTIONS(591), - [anon_sym_AMP_CARET] = ACTIONS(591), - [anon_sym_AMP_AMP] = ACTIONS(591), - [anon_sym_PIPE_PIPE] = ACTIONS(591), - [anon_sym_or] = ACTIONS(595), - [sym_none] = ACTIONS(595), - [sym_true] = ACTIONS(595), - [sym_false] = ACTIONS(595), - [sym_nil] = ACTIONS(595), - [anon_sym_QMARK_DOT] = ACTIONS(591), - [anon_sym_POUND_LBRACK] = ACTIONS(591), - [anon_sym_if] = ACTIONS(595), - [anon_sym_DOLLARif] = ACTIONS(595), - [anon_sym_is] = ACTIONS(595), - [anon_sym_BANGis] = ACTIONS(591), - [anon_sym_in] = ACTIONS(595), - [anon_sym_BANGin] = ACTIONS(591), - [anon_sym_match] = ACTIONS(595), - [anon_sym_select] = ACTIONS(595), - [anon_sym_lock] = ACTIONS(595), - [anon_sym_rlock] = ACTIONS(595), - [anon_sym_unsafe] = ACTIONS(595), - [anon_sym_sql] = ACTIONS(595), - [sym_int_literal] = ACTIONS(595), - [sym_float_literal] = ACTIONS(591), - [sym_rune_literal] = ACTIONS(591), - [anon_sym_AT] = ACTIONS(595), - [anon_sym_shared] = ACTIONS(611), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [sym___double_quote] = ACTIONS(591), - [sym___single_quote] = ACTIONS(591), - [sym___c_double_quote] = ACTIONS(591), - [sym___c_single_quote] = ACTIONS(591), - [sym___r_double_quote] = ACTIONS(591), - [sym___r_single_quote] = ACTIONS(591), - }, - [1112] = { - [sym_reference_expression] = STATE(4423), - [sym_type_reference_expression] = STATE(1294), - [sym_plain_type] = STATE(1312), - [sym__plain_type_without_special] = STATE(1341), - [sym_anon_struct_type] = STATE(1344), - [sym_multi_return_type] = STATE(1341), - [sym_result_type] = STATE(1341), - [sym_option_type] = STATE(1341), - [sym_qualified_type] = STATE(1294), - [sym_fixed_array_type] = STATE(1344), - [sym_array_type] = STATE(1344), - [sym_pointer_type] = STATE(1344), - [sym_wrong_pointer_type] = STATE(1344), - [sym_map_type] = STATE(1344), - [sym_channel_type] = STATE(1344), - [sym_shared_type] = STATE(1344), - [sym_thread_type] = STATE(1344), - [sym_atomic_type] = STATE(1344), - [sym_generic_type] = STATE(1344), - [sym_function_type] = STATE(1344), - [sym_identifier] = ACTIONS(3349), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(589), - [anon_sym_as] = ACTIONS(589), - [anon_sym_LBRACE] = ACTIONS(587), - [anon_sym_COMMA] = ACTIONS(587), - [anon_sym_LPAREN] = ACTIONS(3351), - [anon_sym_PIPE] = ACTIONS(589), - [anon_sym_fn] = ACTIONS(3353), - [anon_sym_PLUS] = ACTIONS(589), - [anon_sym_DASH] = ACTIONS(589), - [anon_sym_STAR] = ACTIONS(3355), - [anon_sym_SLASH] = ACTIONS(589), - [anon_sym_PERCENT] = ACTIONS(587), - [anon_sym_LT] = ACTIONS(589), - [anon_sym_GT] = ACTIONS(589), - [anon_sym_EQ_EQ] = ACTIONS(587), - [anon_sym_BANG_EQ] = ACTIONS(587), - [anon_sym_LT_EQ] = ACTIONS(587), - [anon_sym_GT_EQ] = ACTIONS(587), - [anon_sym_LBRACK] = ACTIONS(587), - [anon_sym_RBRACK] = ACTIONS(587), - [anon_sym_struct] = ACTIONS(3357), - [anon_sym_mut] = ACTIONS(589), - [anon_sym_PLUS_PLUS] = ACTIONS(587), - [anon_sym_DASH_DASH] = ACTIONS(587), - [anon_sym_QMARK] = ACTIONS(3359), - [anon_sym_BANG] = ACTIONS(3361), - [anon_sym_go] = ACTIONS(589), - [anon_sym_spawn] = ACTIONS(589), - [anon_sym_json_DOTdecode] = ACTIONS(587), - [anon_sym_LBRACK2] = ACTIONS(3363), - [anon_sym_TILDE] = ACTIONS(587), - [anon_sym_CARET] = ACTIONS(587), - [anon_sym_AMP] = ACTIONS(3365), - [anon_sym_LT_DASH] = ACTIONS(587), - [anon_sym_LT_LT] = ACTIONS(587), - [anon_sym_GT_GT] = ACTIONS(589), - [anon_sym_GT_GT_GT] = ACTIONS(587), - [anon_sym_AMP_CARET] = ACTIONS(587), - [anon_sym_AMP_AMP] = ACTIONS(587), - [anon_sym_PIPE_PIPE] = ACTIONS(587), - [anon_sym_or] = ACTIONS(589), - [sym_none] = ACTIONS(589), - [sym_true] = ACTIONS(589), - [sym_false] = ACTIONS(589), - [sym_nil] = ACTIONS(589), - [anon_sym_QMARK_DOT] = ACTIONS(587), - [anon_sym_POUND_LBRACK] = ACTIONS(587), - [anon_sym_if] = ACTIONS(589), - [anon_sym_DOLLARif] = ACTIONS(589), - [anon_sym_is] = ACTIONS(589), - [anon_sym_BANGis] = ACTIONS(587), - [anon_sym_in] = ACTIONS(589), - [anon_sym_BANGin] = ACTIONS(587), - [anon_sym_match] = ACTIONS(589), - [anon_sym_select] = ACTIONS(589), - [anon_sym_lock] = ACTIONS(589), - [anon_sym_rlock] = ACTIONS(589), - [anon_sym_unsafe] = ACTIONS(589), - [anon_sym_sql] = ACTIONS(589), - [sym_int_literal] = ACTIONS(589), - [sym_float_literal] = ACTIONS(587), - [sym_rune_literal] = ACTIONS(587), - [anon_sym_AT] = ACTIONS(589), - [anon_sym_shared] = ACTIONS(3367), - [anon_sym_map_LBRACK] = ACTIONS(3369), - [anon_sym_chan] = ACTIONS(3371), - [anon_sym_thread] = ACTIONS(3373), - [anon_sym_atomic] = ACTIONS(3375), - [sym___double_quote] = ACTIONS(587), - [sym___single_quote] = ACTIONS(587), - [sym___c_double_quote] = ACTIONS(587), - [sym___c_single_quote] = ACTIONS(587), - [sym___r_double_quote] = ACTIONS(587), - [sym___r_single_quote] = ACTIONS(587), - }, - [1113] = { - [sym_reference_expression] = STATE(4423), - [sym_type_reference_expression] = STATE(1294), - [sym_plain_type] = STATE(1386), - [sym__plain_type_without_special] = STATE(1341), - [sym_anon_struct_type] = STATE(1344), - [sym_multi_return_type] = STATE(1341), - [sym_result_type] = STATE(1341), - [sym_option_type] = STATE(1341), - [sym_qualified_type] = STATE(1294), - [sym_fixed_array_type] = STATE(1344), - [sym_array_type] = STATE(1344), - [sym_pointer_type] = STATE(1344), - [sym_wrong_pointer_type] = STATE(1344), - [sym_map_type] = STATE(1344), - [sym_channel_type] = STATE(1344), - [sym_shared_type] = STATE(1344), - [sym_thread_type] = STATE(1344), - [sym_atomic_type] = STATE(1344), - [sym_generic_type] = STATE(1344), - [sym_function_type] = STATE(1344), - [sym_identifier] = ACTIONS(3349), + [sym_reference_expression] = STATE(4530), + [sym_type_reference_expression] = STATE(1286), + [sym_plain_type] = STATE(1323), + [sym__plain_type_without_special] = STATE(1314), + [sym_anon_struct_type] = STATE(1313), + [sym_multi_return_type] = STATE(1314), + [sym_result_type] = STATE(1314), + [sym_option_type] = STATE(1314), + [sym_qualified_type] = STATE(1286), + [sym_fixed_array_type] = STATE(1313), + [sym_array_type] = STATE(1313), + [sym_pointer_type] = STATE(1313), + [sym_wrong_pointer_type] = STATE(1313), + [sym_map_type] = STATE(1313), + [sym_channel_type] = STATE(1313), + [sym_shared_type] = STATE(1313), + [sym_thread_type] = STATE(1313), + [sym_atomic_type] = STATE(1313), + [sym_generic_type] = STATE(1313), + [sym_function_type] = STATE(1313), + [sym_identifier] = ACTIONS(3351), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(555), [anon_sym_as] = ACTIONS(555), [anon_sym_LBRACE] = ACTIONS(551), [anon_sym_COMMA] = ACTIONS(551), - [anon_sym_LPAREN] = ACTIONS(3351), + [anon_sym_LPAREN] = ACTIONS(3353), [anon_sym_PIPE] = ACTIONS(555), - [anon_sym_fn] = ACTIONS(3353), + [anon_sym_fn] = ACTIONS(3355), [anon_sym_PLUS] = ACTIONS(555), [anon_sym_DASH] = ACTIONS(555), - [anon_sym_STAR] = ACTIONS(3355), + [anon_sym_STAR] = ACTIONS(3357), [anon_sym_SLASH] = ACTIONS(555), [anon_sym_PERCENT] = ACTIONS(551), [anon_sym_LT] = ACTIONS(555), @@ -151679,20 +151851,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(551), [anon_sym_GT_EQ] = ACTIONS(551), [anon_sym_LBRACK] = ACTIONS(551), + [anon_sym_LT2] = ACTIONS(555), [anon_sym_RBRACK] = ACTIONS(551), - [anon_sym_struct] = ACTIONS(3357), + [anon_sym_struct] = ACTIONS(3359), [anon_sym_mut] = ACTIONS(555), [anon_sym_PLUS_PLUS] = ACTIONS(551), [anon_sym_DASH_DASH] = ACTIONS(551), - [anon_sym_QMARK] = ACTIONS(3359), - [anon_sym_BANG] = ACTIONS(3361), + [anon_sym_QMARK] = ACTIONS(3361), + [anon_sym_BANG] = ACTIONS(3363), [anon_sym_go] = ACTIONS(555), [anon_sym_spawn] = ACTIONS(555), [anon_sym_json_DOTdecode] = ACTIONS(551), - [anon_sym_LBRACK2] = ACTIONS(3363), + [anon_sym_LBRACK2] = ACTIONS(3365), [anon_sym_TILDE] = ACTIONS(551), [anon_sym_CARET] = ACTIONS(551), - [anon_sym_AMP] = ACTIONS(3365), + [anon_sym_AMP] = ACTIONS(3367), [anon_sym_LT_DASH] = ACTIONS(551), [anon_sym_LT_LT] = ACTIONS(551), [anon_sym_GT_GT] = ACTIONS(555), @@ -151723,11 +151896,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(551), [sym_rune_literal] = ACTIONS(551), [anon_sym_AT] = ACTIONS(555), - [anon_sym_shared] = ACTIONS(3367), - [anon_sym_map_LBRACK] = ACTIONS(3369), - [anon_sym_chan] = ACTIONS(3371), - [anon_sym_thread] = ACTIONS(3373), - [anon_sym_atomic] = ACTIONS(3375), + [anon_sym_shared] = ACTIONS(3369), + [anon_sym_map_LBRACK] = ACTIONS(3371), + [anon_sym_chan] = ACTIONS(3373), + [anon_sym_thread] = ACTIONS(3375), + [anon_sym_atomic] = ACTIONS(3377), [sym___double_quote] = ACTIONS(551), [sym___single_quote] = ACTIONS(551), [sym___c_double_quote] = ACTIONS(551), @@ -151735,122 +151908,326 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(551), [sym___r_single_quote] = ACTIONS(551), }, - [1114] = { - [sym_reference_expression] = STATE(4515), - [sym_type_reference_expression] = STATE(1411), - [sym_plain_type] = STATE(1471), - [sym__plain_type_without_special] = STATE(1465), - [sym_anon_struct_type] = STATE(1431), - [sym_multi_return_type] = STATE(1465), - [sym_result_type] = STATE(1465), - [sym_option_type] = STATE(1465), - [sym_qualified_type] = STATE(1411), - [sym_fixed_array_type] = STATE(1431), - [sym_array_type] = STATE(1431), - [sym_pointer_type] = STATE(1431), - [sym_wrong_pointer_type] = STATE(1431), - [sym_map_type] = STATE(1431), - [sym_channel_type] = STATE(1431), - [sym_shared_type] = STATE(1431), - [sym_thread_type] = STATE(1431), - [sym_atomic_type] = STATE(1431), - [sym_generic_type] = STATE(1431), - [sym_function_type] = STATE(1431), - [ts_builtin_sym_end] = ACTIONS(587), - [sym_identifier] = ACTIONS(3383), - [anon_sym_LF] = ACTIONS(589), - [anon_sym_CR] = ACTIONS(589), - [anon_sym_CR_LF] = ACTIONS(589), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(589), - [anon_sym_LBRACE] = ACTIONS(589), - [anon_sym_const] = ACTIONS(589), - [anon_sym_LPAREN] = ACTIONS(3385), - [anon_sym___global] = ACTIONS(589), - [anon_sym_type] = ACTIONS(589), - [anon_sym_PIPE] = ACTIONS(589), - [anon_sym_fn] = ACTIONS(3387), - [anon_sym_PLUS] = ACTIONS(589), - [anon_sym_DASH] = ACTIONS(589), - [anon_sym_STAR] = ACTIONS(3389), - [anon_sym_struct] = ACTIONS(3391), - [anon_sym_union] = ACTIONS(589), - [anon_sym_pub] = ACTIONS(589), - [anon_sym_mut] = ACTIONS(589), - [anon_sym_enum] = ACTIONS(589), - [anon_sym_interface] = ACTIONS(589), - [anon_sym_QMARK] = ACTIONS(3393), - [anon_sym_BANG] = ACTIONS(3395), - [anon_sym_go] = ACTIONS(589), - [anon_sym_spawn] = ACTIONS(589), - [anon_sym_json_DOTdecode] = ACTIONS(589), - [anon_sym_LBRACK2] = ACTIONS(3397), - [anon_sym_TILDE] = ACTIONS(589), - [anon_sym_CARET] = ACTIONS(589), - [anon_sym_AMP] = ACTIONS(3399), - [anon_sym_LT_DASH] = ACTIONS(589), - [sym_none] = ACTIONS(589), - [sym_true] = ACTIONS(589), - [sym_false] = ACTIONS(589), - [sym_nil] = ACTIONS(589), - [anon_sym_if] = ACTIONS(589), - [anon_sym_DOLLARif] = ACTIONS(589), - [anon_sym_match] = ACTIONS(589), - [anon_sym_select] = ACTIONS(589), - [anon_sym_lock] = ACTIONS(589), - [anon_sym_rlock] = ACTIONS(589), - [anon_sym_unsafe] = ACTIONS(589), - [anon_sym_sql] = ACTIONS(589), - [sym_int_literal] = ACTIONS(589), - [sym_float_literal] = ACTIONS(589), - [sym_rune_literal] = ACTIONS(589), - [anon_sym_AT] = ACTIONS(589), - [anon_sym_shared] = ACTIONS(3401), - [anon_sym_map_LBRACK] = ACTIONS(3403), - [anon_sym_chan] = ACTIONS(3405), - [anon_sym_thread] = ACTIONS(3407), - [anon_sym_atomic] = ACTIONS(3409), - [anon_sym_assert] = ACTIONS(589), - [anon_sym_defer] = ACTIONS(589), - [anon_sym_goto] = ACTIONS(589), - [anon_sym_break] = ACTIONS(589), - [anon_sym_continue] = ACTIONS(589), - [anon_sym_return] = ACTIONS(589), - [anon_sym_DOLLARfor] = ACTIONS(589), - [anon_sym_for] = ACTIONS(589), - [anon_sym_POUND] = ACTIONS(589), - [anon_sym_asm] = ACTIONS(589), - [anon_sym_AT_LBRACK] = ACTIONS(589), - [sym___double_quote] = ACTIONS(589), - [sym___single_quote] = ACTIONS(589), - [sym___c_double_quote] = ACTIONS(589), - [sym___c_single_quote] = ACTIONS(589), - [sym___r_double_quote] = ACTIONS(589), - [sym___r_single_quote] = ACTIONS(589), + [1111] = { + [sym_reference_expression] = STATE(4530), + [sym_type_reference_expression] = STATE(1286), + [sym_plain_type] = STATE(1305), + [sym__plain_type_without_special] = STATE(1314), + [sym_anon_struct_type] = STATE(1313), + [sym_multi_return_type] = STATE(1314), + [sym_result_type] = STATE(1314), + [sym_option_type] = STATE(1314), + [sym_qualified_type] = STATE(1286), + [sym_fixed_array_type] = STATE(1313), + [sym_array_type] = STATE(1313), + [sym_pointer_type] = STATE(1313), + [sym_wrong_pointer_type] = STATE(1313), + [sym_map_type] = STATE(1313), + [sym_channel_type] = STATE(1313), + [sym_shared_type] = STATE(1313), + [sym_thread_type] = STATE(1313), + [sym_atomic_type] = STATE(1313), + [sym_generic_type] = STATE(1313), + [sym_function_type] = STATE(1313), + [sym_identifier] = ACTIONS(3351), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(607), + [anon_sym_as] = ACTIONS(607), + [anon_sym_LBRACE] = ACTIONS(605), + [anon_sym_COMMA] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(3353), + [anon_sym_PIPE] = ACTIONS(607), + [anon_sym_fn] = ACTIONS(3355), + [anon_sym_PLUS] = ACTIONS(607), + [anon_sym_DASH] = ACTIONS(607), + [anon_sym_STAR] = ACTIONS(3357), + [anon_sym_SLASH] = ACTIONS(607), + [anon_sym_PERCENT] = ACTIONS(605), + [anon_sym_LT] = ACTIONS(607), + [anon_sym_GT] = ACTIONS(607), + [anon_sym_EQ_EQ] = ACTIONS(605), + [anon_sym_BANG_EQ] = ACTIONS(605), + [anon_sym_LT_EQ] = ACTIONS(605), + [anon_sym_GT_EQ] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LT2] = ACTIONS(607), + [anon_sym_RBRACK] = ACTIONS(605), + [anon_sym_struct] = ACTIONS(3359), + [anon_sym_mut] = ACTIONS(607), + [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_DASH_DASH] = ACTIONS(605), + [anon_sym_QMARK] = ACTIONS(3361), + [anon_sym_BANG] = ACTIONS(3363), + [anon_sym_go] = ACTIONS(607), + [anon_sym_spawn] = ACTIONS(607), + [anon_sym_json_DOTdecode] = ACTIONS(605), + [anon_sym_LBRACK2] = ACTIONS(3365), + [anon_sym_TILDE] = ACTIONS(605), + [anon_sym_CARET] = ACTIONS(605), + [anon_sym_AMP] = ACTIONS(3367), + [anon_sym_LT_DASH] = ACTIONS(605), + [anon_sym_LT_LT] = ACTIONS(605), + [anon_sym_GT_GT] = ACTIONS(607), + [anon_sym_GT_GT_GT] = ACTIONS(605), + [anon_sym_AMP_CARET] = ACTIONS(605), + [anon_sym_AMP_AMP] = ACTIONS(605), + [anon_sym_PIPE_PIPE] = ACTIONS(605), + [anon_sym_or] = ACTIONS(607), + [sym_none] = ACTIONS(607), + [sym_true] = ACTIONS(607), + [sym_false] = ACTIONS(607), + [sym_nil] = ACTIONS(607), + [anon_sym_QMARK_DOT] = ACTIONS(605), + [anon_sym_POUND_LBRACK] = ACTIONS(605), + [anon_sym_if] = ACTIONS(607), + [anon_sym_DOLLARif] = ACTIONS(607), + [anon_sym_is] = ACTIONS(607), + [anon_sym_BANGis] = ACTIONS(605), + [anon_sym_in] = ACTIONS(607), + [anon_sym_BANGin] = ACTIONS(605), + [anon_sym_match] = ACTIONS(607), + [anon_sym_select] = ACTIONS(607), + [anon_sym_lock] = ACTIONS(607), + [anon_sym_rlock] = ACTIONS(607), + [anon_sym_unsafe] = ACTIONS(607), + [anon_sym_sql] = ACTIONS(607), + [sym_int_literal] = ACTIONS(607), + [sym_float_literal] = ACTIONS(605), + [sym_rune_literal] = ACTIONS(605), + [anon_sym_AT] = ACTIONS(607), + [anon_sym_shared] = ACTIONS(3369), + [anon_sym_map_LBRACK] = ACTIONS(3371), + [anon_sym_chan] = ACTIONS(3373), + [anon_sym_thread] = ACTIONS(3375), + [anon_sym_atomic] = ACTIONS(3377), + [sym___double_quote] = ACTIONS(605), + [sym___single_quote] = ACTIONS(605), + [sym___c_double_quote] = ACTIONS(605), + [sym___c_single_quote] = ACTIONS(605), + [sym___r_double_quote] = ACTIONS(605), + [sym___r_single_quote] = ACTIONS(605), }, - [1115] = { - [sym_reference_expression] = STATE(4515), - [sym_type_reference_expression] = STATE(1411), - [sym_plain_type] = STATE(1438), - [sym__plain_type_without_special] = STATE(1465), - [sym_anon_struct_type] = STATE(1431), - [sym_multi_return_type] = STATE(1465), - [sym_result_type] = STATE(1465), - [sym_option_type] = STATE(1465), - [sym_qualified_type] = STATE(1411), - [sym_fixed_array_type] = STATE(1431), - [sym_array_type] = STATE(1431), - [sym_pointer_type] = STATE(1431), - [sym_wrong_pointer_type] = STATE(1431), - [sym_map_type] = STATE(1431), - [sym_channel_type] = STATE(1431), - [sym_shared_type] = STATE(1431), - [sym_thread_type] = STATE(1431), - [sym_atomic_type] = STATE(1431), - [sym_generic_type] = STATE(1431), - [sym_function_type] = STATE(1431), + [1112] = { + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3701), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(585), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(587), + [anon_sym_as] = ACTIONS(587), + [anon_sym_LBRACE] = ACTIONS(583), + [anon_sym_COMMA] = ACTIONS(583), + [anon_sym_LPAREN] = ACTIONS(3379), + [anon_sym_PIPE] = ACTIONS(587), + [anon_sym_fn] = ACTIONS(591), + [anon_sym_PLUS] = ACTIONS(587), + [anon_sym_DASH] = ACTIONS(587), + [anon_sym_STAR] = ACTIONS(3381), + [anon_sym_SLASH] = ACTIONS(587), + [anon_sym_PERCENT] = ACTIONS(583), + [anon_sym_LT] = ACTIONS(587), + [anon_sym_GT] = ACTIONS(587), + [anon_sym_EQ_EQ] = ACTIONS(583), + [anon_sym_BANG_EQ] = ACTIONS(583), + [anon_sym_LT_EQ] = ACTIONS(583), + [anon_sym_GT_EQ] = ACTIONS(583), + [anon_sym_LBRACK] = ACTIONS(583), + [anon_sym_LT2] = ACTIONS(587), + [anon_sym_RBRACK] = ACTIONS(583), + [anon_sym_struct] = ACTIONS(595), + [anon_sym_mut] = ACTIONS(587), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_QMARK] = ACTIONS(503), + [anon_sym_BANG] = ACTIONS(3383), + [anon_sym_go] = ACTIONS(587), + [anon_sym_spawn] = ACTIONS(587), + [anon_sym_json_DOTdecode] = ACTIONS(583), + [anon_sym_LBRACK2] = ACTIONS(599), + [anon_sym_TILDE] = ACTIONS(583), + [anon_sym_CARET] = ACTIONS(583), + [anon_sym_AMP] = ACTIONS(601), + [anon_sym_LT_DASH] = ACTIONS(583), + [anon_sym_LT_LT] = ACTIONS(583), + [anon_sym_GT_GT] = ACTIONS(587), + [anon_sym_GT_GT_GT] = ACTIONS(583), + [anon_sym_AMP_CARET] = ACTIONS(583), + [anon_sym_AMP_AMP] = ACTIONS(583), + [anon_sym_PIPE_PIPE] = ACTIONS(583), + [anon_sym_or] = ACTIONS(587), + [sym_none] = ACTIONS(587), + [sym_true] = ACTIONS(587), + [sym_false] = ACTIONS(587), + [sym_nil] = ACTIONS(587), + [anon_sym_QMARK_DOT] = ACTIONS(583), + [anon_sym_POUND_LBRACK] = ACTIONS(583), + [anon_sym_if] = ACTIONS(587), + [anon_sym_DOLLARif] = ACTIONS(587), + [anon_sym_is] = ACTIONS(587), + [anon_sym_BANGis] = ACTIONS(583), + [anon_sym_in] = ACTIONS(587), + [anon_sym_BANGin] = ACTIONS(583), + [anon_sym_match] = ACTIONS(587), + [anon_sym_select] = ACTIONS(587), + [anon_sym_lock] = ACTIONS(587), + [anon_sym_rlock] = ACTIONS(587), + [anon_sym_unsafe] = ACTIONS(587), + [anon_sym_sql] = ACTIONS(587), + [sym_int_literal] = ACTIONS(587), + [sym_float_literal] = ACTIONS(583), + [sym_rune_literal] = ACTIONS(583), + [anon_sym_AT] = ACTIONS(587), + [anon_sym_shared] = ACTIONS(603), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [sym___double_quote] = ACTIONS(583), + [sym___single_quote] = ACTIONS(583), + [sym___c_double_quote] = ACTIONS(583), + [sym___c_single_quote] = ACTIONS(583), + [sym___r_double_quote] = ACTIONS(583), + [sym___r_single_quote] = ACTIONS(583), + }, + [1113] = { + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3703), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(615), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(615), + [anon_sym_as] = ACTIONS(615), + [anon_sym_LBRACE] = ACTIONS(613), + [anon_sym_COMMA] = ACTIONS(613), + [anon_sym_LPAREN] = ACTIONS(613), + [anon_sym_PIPE] = ACTIONS(615), + [anon_sym_fn] = ACTIONS(615), + [anon_sym_PLUS] = ACTIONS(615), + [anon_sym_DASH] = ACTIONS(615), + [anon_sym_STAR] = ACTIONS(613), + [anon_sym_SLASH] = ACTIONS(615), + [anon_sym_PERCENT] = ACTIONS(613), + [anon_sym_LT] = ACTIONS(615), + [anon_sym_GT] = ACTIONS(615), + [anon_sym_EQ_EQ] = ACTIONS(613), + [anon_sym_BANG_EQ] = ACTIONS(613), + [anon_sym_LT_EQ] = ACTIONS(613), + [anon_sym_GT_EQ] = ACTIONS(613), + [anon_sym_LBRACK] = ACTIONS(613), + [anon_sym_LT2] = ACTIONS(615), + [anon_sym_RBRACK] = ACTIONS(613), + [anon_sym_struct] = ACTIONS(615), + [anon_sym_mut] = ACTIONS(615), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_QMARK] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_go] = ACTIONS(615), + [anon_sym_spawn] = ACTIONS(615), + [anon_sym_json_DOTdecode] = ACTIONS(613), + [anon_sym_LBRACK2] = ACTIONS(615), + [anon_sym_TILDE] = ACTIONS(613), + [anon_sym_CARET] = ACTIONS(613), + [anon_sym_AMP] = ACTIONS(615), + [anon_sym_LT_DASH] = ACTIONS(613), + [anon_sym_LT_LT] = ACTIONS(613), + [anon_sym_GT_GT] = ACTIONS(615), + [anon_sym_GT_GT_GT] = ACTIONS(613), + [anon_sym_AMP_CARET] = ACTIONS(613), + [anon_sym_AMP_AMP] = ACTIONS(613), + [anon_sym_PIPE_PIPE] = ACTIONS(613), + [anon_sym_or] = ACTIONS(615), + [sym_none] = ACTIONS(615), + [sym_true] = ACTIONS(615), + [sym_false] = ACTIONS(615), + [sym_nil] = ACTIONS(615), + [anon_sym_QMARK_DOT] = ACTIONS(613), + [anon_sym_POUND_LBRACK] = ACTIONS(613), + [anon_sym_if] = ACTIONS(615), + [anon_sym_DOLLARif] = ACTIONS(615), + [anon_sym_is] = ACTIONS(615), + [anon_sym_BANGis] = ACTIONS(613), + [anon_sym_in] = ACTIONS(615), + [anon_sym_BANGin] = ACTIONS(613), + [anon_sym_match] = ACTIONS(615), + [anon_sym_select] = ACTIONS(615), + [anon_sym_lock] = ACTIONS(615), + [anon_sym_rlock] = ACTIONS(615), + [anon_sym_unsafe] = ACTIONS(615), + [anon_sym_sql] = ACTIONS(615), + [sym_int_literal] = ACTIONS(615), + [sym_float_literal] = ACTIONS(613), + [sym_rune_literal] = ACTIONS(613), + [anon_sym_AT] = ACTIONS(615), + [anon_sym_shared] = ACTIONS(615), + [anon_sym_map_LBRACK] = ACTIONS(613), + [anon_sym_chan] = ACTIONS(615), + [anon_sym_thread] = ACTIONS(615), + [anon_sym_atomic] = ACTIONS(615), + [sym___double_quote] = ACTIONS(613), + [sym___single_quote] = ACTIONS(613), + [sym___c_double_quote] = ACTIONS(613), + [sym___c_single_quote] = ACTIONS(613), + [sym___r_double_quote] = ACTIONS(613), + [sym___r_single_quote] = ACTIONS(613), + }, + [1114] = { + [sym_reference_expression] = STATE(4634), + [sym_type_reference_expression] = STATE(1410), + [sym_plain_type] = STATE(1473), + [sym__plain_type_without_special] = STATE(1444), + [sym_anon_struct_type] = STATE(1443), + [sym_multi_return_type] = STATE(1444), + [sym_result_type] = STATE(1444), + [sym_option_type] = STATE(1444), + [sym_qualified_type] = STATE(1410), + [sym_fixed_array_type] = STATE(1443), + [sym_array_type] = STATE(1443), + [sym_pointer_type] = STATE(1443), + [sym_wrong_pointer_type] = STATE(1443), + [sym_map_type] = STATE(1443), + [sym_channel_type] = STATE(1443), + [sym_shared_type] = STATE(1443), + [sym_thread_type] = STATE(1443), + [sym_atomic_type] = STATE(1443), + [sym_generic_type] = STATE(1443), + [sym_function_type] = STATE(1443), [ts_builtin_sym_end] = ACTIONS(551), - [sym_identifier] = ACTIONS(3383), + [sym_identifier] = ACTIONS(3385), [anon_sym_LF] = ACTIONS(555), [anon_sym_CR] = ACTIONS(555), [anon_sym_CR_LF] = ACTIONS(555), @@ -151858,29 +152235,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT] = ACTIONS(555), [anon_sym_LBRACE] = ACTIONS(555), [anon_sym_const] = ACTIONS(555), - [anon_sym_LPAREN] = ACTIONS(3385), + [anon_sym_LPAREN] = ACTIONS(3387), [anon_sym___global] = ACTIONS(555), [anon_sym_type] = ACTIONS(555), [anon_sym_PIPE] = ACTIONS(555), - [anon_sym_fn] = ACTIONS(3387), + [anon_sym_fn] = ACTIONS(3389), [anon_sym_PLUS] = ACTIONS(555), [anon_sym_DASH] = ACTIONS(555), - [anon_sym_STAR] = ACTIONS(3389), - [anon_sym_struct] = ACTIONS(3391), + [anon_sym_STAR] = ACTIONS(3391), + [anon_sym_struct] = ACTIONS(3393), [anon_sym_union] = ACTIONS(555), [anon_sym_pub] = ACTIONS(555), [anon_sym_mut] = ACTIONS(555), [anon_sym_enum] = ACTIONS(555), [anon_sym_interface] = ACTIONS(555), - [anon_sym_QMARK] = ACTIONS(3393), - [anon_sym_BANG] = ACTIONS(3395), + [anon_sym_QMARK] = ACTIONS(3395), + [anon_sym_BANG] = ACTIONS(3397), [anon_sym_go] = ACTIONS(555), [anon_sym_spawn] = ACTIONS(555), [anon_sym_json_DOTdecode] = ACTIONS(555), - [anon_sym_LBRACK2] = ACTIONS(3397), + [anon_sym_LBRACK2] = ACTIONS(3399), [anon_sym_TILDE] = ACTIONS(555), [anon_sym_CARET] = ACTIONS(555), - [anon_sym_AMP] = ACTIONS(3399), + [anon_sym_AMP] = ACTIONS(3401), [anon_sym_LT_DASH] = ACTIONS(555), [sym_none] = ACTIONS(555), [sym_true] = ACTIONS(555), @@ -151898,11 +152275,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(555), [sym_rune_literal] = ACTIONS(555), [anon_sym_AT] = ACTIONS(555), - [anon_sym_shared] = ACTIONS(3401), - [anon_sym_map_LBRACK] = ACTIONS(3403), - [anon_sym_chan] = ACTIONS(3405), - [anon_sym_thread] = ACTIONS(3407), - [anon_sym_atomic] = ACTIONS(3409), + [anon_sym_shared] = ACTIONS(3403), + [anon_sym_map_LBRACK] = ACTIONS(3405), + [anon_sym_chan] = ACTIONS(3407), + [anon_sym_thread] = ACTIONS(3409), + [anon_sym_atomic] = ACTIONS(3411), [anon_sym_assert] = ACTIONS(555), [anon_sym_defer] = ACTIONS(555), [anon_sym_goto] = ACTIONS(555), @@ -151921,225 +152298,230 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(555), [sym___r_single_quote] = ACTIONS(555), }, - [1116] = { - [sym_reference_expression] = STATE(4515), - [sym_type_reference_expression] = STATE(1411), - [sym_plain_type] = STATE(1436), - [sym__plain_type_without_special] = STATE(1465), - [sym_anon_struct_type] = STATE(1431), - [sym_multi_return_type] = STATE(1465), - [sym_result_type] = STATE(1465), - [sym_option_type] = STATE(1465), - [sym_qualified_type] = STATE(1411), - [sym_fixed_array_type] = STATE(1431), - [sym_array_type] = STATE(1431), - [sym_pointer_type] = STATE(1431), - [sym_wrong_pointer_type] = STATE(1431), - [sym_map_type] = STATE(1431), - [sym_channel_type] = STATE(1431), - [sym_shared_type] = STATE(1431), - [sym_thread_type] = STATE(1431), - [sym_atomic_type] = STATE(1431), - [sym_generic_type] = STATE(1431), - [sym_function_type] = STATE(1431), - [ts_builtin_sym_end] = ACTIONS(613), - [sym_identifier] = ACTIONS(3383), - [anon_sym_LF] = ACTIONS(615), - [anon_sym_CR] = ACTIONS(615), - [anon_sym_CR_LF] = ACTIONS(615), + [1115] = { + [sym_reference_expression] = STATE(4634), + [sym_type_reference_expression] = STATE(1410), + [sym_plain_type] = STATE(1477), + [sym__plain_type_without_special] = STATE(1444), + [sym_anon_struct_type] = STATE(1443), + [sym_multi_return_type] = STATE(1444), + [sym_result_type] = STATE(1444), + [sym_option_type] = STATE(1444), + [sym_qualified_type] = STATE(1410), + [sym_fixed_array_type] = STATE(1443), + [sym_array_type] = STATE(1443), + [sym_pointer_type] = STATE(1443), + [sym_wrong_pointer_type] = STATE(1443), + [sym_map_type] = STATE(1443), + [sym_channel_type] = STATE(1443), + [sym_shared_type] = STATE(1443), + [sym_thread_type] = STATE(1443), + [sym_atomic_type] = STATE(1443), + [sym_generic_type] = STATE(1443), + [sym_function_type] = STATE(1443), + [ts_builtin_sym_end] = ACTIONS(605), + [sym_identifier] = ACTIONS(3385), + [anon_sym_LF] = ACTIONS(607), + [anon_sym_CR] = ACTIONS(607), + [anon_sym_CR_LF] = ACTIONS(607), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(615), - [anon_sym_LBRACE] = ACTIONS(615), - [anon_sym_const] = ACTIONS(615), - [anon_sym_LPAREN] = ACTIONS(3385), - [anon_sym___global] = ACTIONS(615), - [anon_sym_type] = ACTIONS(615), - [anon_sym_PIPE] = ACTIONS(615), - [anon_sym_fn] = ACTIONS(3387), - [anon_sym_PLUS] = ACTIONS(615), - [anon_sym_DASH] = ACTIONS(615), - [anon_sym_STAR] = ACTIONS(3389), - [anon_sym_struct] = ACTIONS(3391), - [anon_sym_union] = ACTIONS(615), - [anon_sym_pub] = ACTIONS(615), - [anon_sym_mut] = ACTIONS(615), - [anon_sym_enum] = ACTIONS(615), - [anon_sym_interface] = ACTIONS(615), - [anon_sym_QMARK] = ACTIONS(3393), - [anon_sym_BANG] = ACTIONS(3395), - [anon_sym_go] = ACTIONS(615), - [anon_sym_spawn] = ACTIONS(615), - [anon_sym_json_DOTdecode] = ACTIONS(615), - [anon_sym_LBRACK2] = ACTIONS(3397), - [anon_sym_TILDE] = ACTIONS(615), - [anon_sym_CARET] = ACTIONS(615), - [anon_sym_AMP] = ACTIONS(3399), - [anon_sym_LT_DASH] = ACTIONS(615), - [sym_none] = ACTIONS(615), - [sym_true] = ACTIONS(615), - [sym_false] = ACTIONS(615), - [sym_nil] = ACTIONS(615), - [anon_sym_if] = ACTIONS(615), - [anon_sym_DOLLARif] = ACTIONS(615), - [anon_sym_match] = ACTIONS(615), - [anon_sym_select] = ACTIONS(615), - [anon_sym_lock] = ACTIONS(615), - [anon_sym_rlock] = ACTIONS(615), - [anon_sym_unsafe] = ACTIONS(615), - [anon_sym_sql] = ACTIONS(615), - [sym_int_literal] = ACTIONS(615), - [sym_float_literal] = ACTIONS(615), - [sym_rune_literal] = ACTIONS(615), - [anon_sym_AT] = ACTIONS(615), - [anon_sym_shared] = ACTIONS(3401), - [anon_sym_map_LBRACK] = ACTIONS(3403), - [anon_sym_chan] = ACTIONS(3405), - [anon_sym_thread] = ACTIONS(3407), - [anon_sym_atomic] = ACTIONS(3409), - [anon_sym_assert] = ACTIONS(615), - [anon_sym_defer] = ACTIONS(615), - [anon_sym_goto] = ACTIONS(615), - [anon_sym_break] = ACTIONS(615), - [anon_sym_continue] = ACTIONS(615), - [anon_sym_return] = ACTIONS(615), - [anon_sym_DOLLARfor] = ACTIONS(615), - [anon_sym_for] = ACTIONS(615), - [anon_sym_POUND] = ACTIONS(615), - [anon_sym_asm] = ACTIONS(615), - [anon_sym_AT_LBRACK] = ACTIONS(615), - [sym___double_quote] = ACTIONS(615), - [sym___single_quote] = ACTIONS(615), - [sym___c_double_quote] = ACTIONS(615), - [sym___c_single_quote] = ACTIONS(615), - [sym___r_double_quote] = ACTIONS(615), - [sym___r_single_quote] = ACTIONS(615), + [anon_sym_DOT] = ACTIONS(607), + [anon_sym_LBRACE] = ACTIONS(607), + [anon_sym_const] = ACTIONS(607), + [anon_sym_LPAREN] = ACTIONS(3387), + [anon_sym___global] = ACTIONS(607), + [anon_sym_type] = ACTIONS(607), + [anon_sym_PIPE] = ACTIONS(607), + [anon_sym_fn] = ACTIONS(3389), + [anon_sym_PLUS] = ACTIONS(607), + [anon_sym_DASH] = ACTIONS(607), + [anon_sym_STAR] = ACTIONS(3391), + [anon_sym_struct] = ACTIONS(3393), + [anon_sym_union] = ACTIONS(607), + [anon_sym_pub] = ACTIONS(607), + [anon_sym_mut] = ACTIONS(607), + [anon_sym_enum] = ACTIONS(607), + [anon_sym_interface] = ACTIONS(607), + [anon_sym_QMARK] = ACTIONS(3395), + [anon_sym_BANG] = ACTIONS(3397), + [anon_sym_go] = ACTIONS(607), + [anon_sym_spawn] = ACTIONS(607), + [anon_sym_json_DOTdecode] = ACTIONS(607), + [anon_sym_LBRACK2] = ACTIONS(3399), + [anon_sym_TILDE] = ACTIONS(607), + [anon_sym_CARET] = ACTIONS(607), + [anon_sym_AMP] = ACTIONS(3401), + [anon_sym_LT_DASH] = ACTIONS(607), + [sym_none] = ACTIONS(607), + [sym_true] = ACTIONS(607), + [sym_false] = ACTIONS(607), + [sym_nil] = ACTIONS(607), + [anon_sym_if] = ACTIONS(607), + [anon_sym_DOLLARif] = ACTIONS(607), + [anon_sym_match] = ACTIONS(607), + [anon_sym_select] = ACTIONS(607), + [anon_sym_lock] = ACTIONS(607), + [anon_sym_rlock] = ACTIONS(607), + [anon_sym_unsafe] = ACTIONS(607), + [anon_sym_sql] = ACTIONS(607), + [sym_int_literal] = ACTIONS(607), + [sym_float_literal] = ACTIONS(607), + [sym_rune_literal] = ACTIONS(607), + [anon_sym_AT] = ACTIONS(607), + [anon_sym_shared] = ACTIONS(3403), + [anon_sym_map_LBRACK] = ACTIONS(3405), + [anon_sym_chan] = ACTIONS(3407), + [anon_sym_thread] = ACTIONS(3409), + [anon_sym_atomic] = ACTIONS(3411), + [anon_sym_assert] = ACTIONS(607), + [anon_sym_defer] = ACTIONS(607), + [anon_sym_goto] = ACTIONS(607), + [anon_sym_break] = ACTIONS(607), + [anon_sym_continue] = ACTIONS(607), + [anon_sym_return] = ACTIONS(607), + [anon_sym_DOLLARfor] = ACTIONS(607), + [anon_sym_for] = ACTIONS(607), + [anon_sym_POUND] = ACTIONS(607), + [anon_sym_asm] = ACTIONS(607), + [anon_sym_AT_LBRACK] = ACTIONS(607), + [sym___double_quote] = ACTIONS(607), + [sym___single_quote] = ACTIONS(607), + [sym___c_double_quote] = ACTIONS(607), + [sym___c_single_quote] = ACTIONS(607), + [sym___r_double_quote] = ACTIONS(607), + [sym___r_single_quote] = ACTIONS(607), }, - [1117] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2378), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(593), - [anon_sym_LF] = ACTIONS(585), - [anon_sym_CR] = ACTIONS(585), - [anon_sym_CR_LF] = ACTIONS(585), + [1116] = { + [sym_reference_expression] = STATE(4634), + [sym_type_reference_expression] = STATE(1410), + [sym_plain_type] = STATE(1458), + [sym__plain_type_without_special] = STATE(1444), + [sym_anon_struct_type] = STATE(1443), + [sym_multi_return_type] = STATE(1444), + [sym_result_type] = STATE(1444), + [sym_option_type] = STATE(1444), + [sym_qualified_type] = STATE(1410), + [sym_fixed_array_type] = STATE(1443), + [sym_array_type] = STATE(1443), + [sym_pointer_type] = STATE(1443), + [sym_wrong_pointer_type] = STATE(1443), + [sym_map_type] = STATE(1443), + [sym_channel_type] = STATE(1443), + [sym_shared_type] = STATE(1443), + [sym_thread_type] = STATE(1443), + [sym_atomic_type] = STATE(1443), + [sym_generic_type] = STATE(1443), + [sym_function_type] = STATE(1443), + [ts_builtin_sym_end] = ACTIONS(609), + [sym_identifier] = ACTIONS(3385), + [anon_sym_LF] = ACTIONS(611), + [anon_sym_CR] = ACTIONS(611), + [anon_sym_CR_LF] = ACTIONS(611), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(585), - [anon_sym_as] = ACTIONS(585), - [anon_sym_LBRACE] = ACTIONS(589), - [anon_sym_COMMA] = ACTIONS(585), - [anon_sym_RBRACE] = ACTIONS(585), - [anon_sym_LPAREN] = ACTIONS(585), - [anon_sym_EQ] = ACTIONS(585), - [anon_sym_PIPE] = ACTIONS(585), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(585), - [anon_sym_DASH] = ACTIONS(585), - [anon_sym_STAR] = ACTIONS(585), - [anon_sym_SLASH] = ACTIONS(585), - [anon_sym_PERCENT] = ACTIONS(585), - [anon_sym_LT] = ACTIONS(585), - [anon_sym_GT] = ACTIONS(585), - [anon_sym_EQ_EQ] = ACTIONS(585), - [anon_sym_BANG_EQ] = ACTIONS(585), - [anon_sym_LT_EQ] = ACTIONS(585), - [anon_sym_GT_EQ] = ACTIONS(585), - [anon_sym_LBRACK] = ACTIONS(583), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_COLON] = ACTIONS(585), - [anon_sym_PLUS_PLUS] = ACTIONS(585), - [anon_sym_DASH_DASH] = ACTIONS(585), - [anon_sym_QMARK] = ACTIONS(585), - [anon_sym_BANG] = ACTIONS(585), - [anon_sym_LBRACK2] = ACTIONS(585), - [anon_sym_CARET] = ACTIONS(585), - [anon_sym_AMP] = ACTIONS(585), - [anon_sym_LT_DASH] = ACTIONS(585), - [anon_sym_LT_LT] = ACTIONS(585), - [anon_sym_GT_GT] = ACTIONS(585), - [anon_sym_GT_GT_GT] = ACTIONS(585), - [anon_sym_AMP_CARET] = ACTIONS(585), - [anon_sym_AMP_AMP] = ACTIONS(585), - [anon_sym_PIPE_PIPE] = ACTIONS(585), - [anon_sym_or] = ACTIONS(585), - [anon_sym_QMARK_DOT] = ACTIONS(585), - [anon_sym_POUND_LBRACK] = ACTIONS(585), - [anon_sym_is] = ACTIONS(585), - [anon_sym_BANGis] = ACTIONS(585), - [anon_sym_in] = ACTIONS(585), - [anon_sym_BANGin] = ACTIONS(585), - [anon_sym_STAR_EQ] = ACTIONS(585), - [anon_sym_SLASH_EQ] = ACTIONS(585), - [anon_sym_PERCENT_EQ] = ACTIONS(585), - [anon_sym_LT_LT_EQ] = ACTIONS(585), - [anon_sym_GT_GT_EQ] = ACTIONS(585), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(585), - [anon_sym_AMP_EQ] = ACTIONS(585), - [anon_sym_AMP_CARET_EQ] = ACTIONS(585), - [anon_sym_PLUS_EQ] = ACTIONS(585), - [anon_sym_DASH_EQ] = ACTIONS(585), - [anon_sym_PIPE_EQ] = ACTIONS(585), - [anon_sym_CARET_EQ] = ACTIONS(585), - [anon_sym_COLON_EQ] = ACTIONS(585), - [anon_sym_shared] = ACTIONS(611), - [anon_sym_map_LBRACK] = ACTIONS(537), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), + [anon_sym_DOT] = ACTIONS(611), + [anon_sym_LBRACE] = ACTIONS(611), + [anon_sym_const] = ACTIONS(611), + [anon_sym_LPAREN] = ACTIONS(3387), + [anon_sym___global] = ACTIONS(611), + [anon_sym_type] = ACTIONS(611), + [anon_sym_PIPE] = ACTIONS(611), + [anon_sym_fn] = ACTIONS(3389), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_STAR] = ACTIONS(3391), + [anon_sym_struct] = ACTIONS(3393), + [anon_sym_union] = ACTIONS(611), + [anon_sym_pub] = ACTIONS(611), + [anon_sym_mut] = ACTIONS(611), + [anon_sym_enum] = ACTIONS(611), + [anon_sym_interface] = ACTIONS(611), + [anon_sym_QMARK] = ACTIONS(3395), + [anon_sym_BANG] = ACTIONS(3397), + [anon_sym_go] = ACTIONS(611), + [anon_sym_spawn] = ACTIONS(611), + [anon_sym_json_DOTdecode] = ACTIONS(611), + [anon_sym_LBRACK2] = ACTIONS(3399), + [anon_sym_TILDE] = ACTIONS(611), + [anon_sym_CARET] = ACTIONS(611), + [anon_sym_AMP] = ACTIONS(3401), + [anon_sym_LT_DASH] = ACTIONS(611), + [sym_none] = ACTIONS(611), + [sym_true] = ACTIONS(611), + [sym_false] = ACTIONS(611), + [sym_nil] = ACTIONS(611), + [anon_sym_if] = ACTIONS(611), + [anon_sym_DOLLARif] = ACTIONS(611), + [anon_sym_match] = ACTIONS(611), + [anon_sym_select] = ACTIONS(611), + [anon_sym_lock] = ACTIONS(611), + [anon_sym_rlock] = ACTIONS(611), + [anon_sym_unsafe] = ACTIONS(611), + [anon_sym_sql] = ACTIONS(611), + [sym_int_literal] = ACTIONS(611), + [sym_float_literal] = ACTIONS(611), + [sym_rune_literal] = ACTIONS(611), + [anon_sym_AT] = ACTIONS(611), + [anon_sym_shared] = ACTIONS(3403), + [anon_sym_map_LBRACK] = ACTIONS(3405), + [anon_sym_chan] = ACTIONS(3407), + [anon_sym_thread] = ACTIONS(3409), + [anon_sym_atomic] = ACTIONS(3411), + [anon_sym_assert] = ACTIONS(611), + [anon_sym_defer] = ACTIONS(611), + [anon_sym_goto] = ACTIONS(611), + [anon_sym_break] = ACTIONS(611), + [anon_sym_continue] = ACTIONS(611), + [anon_sym_return] = ACTIONS(611), + [anon_sym_DOLLARfor] = ACTIONS(611), + [anon_sym_for] = ACTIONS(611), + [anon_sym_POUND] = ACTIONS(611), + [anon_sym_asm] = ACTIONS(611), + [anon_sym_AT_LBRACK] = ACTIONS(611), + [sym___double_quote] = ACTIONS(611), + [sym___single_quote] = ACTIONS(611), + [sym___c_double_quote] = ACTIONS(611), + [sym___c_single_quote] = ACTIONS(611), + [sym___r_double_quote] = ACTIONS(611), + [sym___r_single_quote] = ACTIONS(611), }, - [1118] = { - [sym_reference_expression] = STATE(4409), - [sym_type_reference_expression] = STATE(1666), - [sym_plain_type] = STATE(1654), - [sym__plain_type_without_special] = STATE(1665), - [sym_anon_struct_type] = STATE(1641), - [sym_multi_return_type] = STATE(1665), - [sym_result_type] = STATE(1665), - [sym_option_type] = STATE(1665), - [sym_qualified_type] = STATE(1666), - [sym_fixed_array_type] = STATE(1641), - [sym_array_type] = STATE(1641), - [sym_pointer_type] = STATE(1641), - [sym_wrong_pointer_type] = STATE(1641), - [sym_map_type] = STATE(1641), - [sym_channel_type] = STATE(1641), - [sym_shared_type] = STATE(1641), - [sym_thread_type] = STATE(1641), - [sym_atomic_type] = STATE(1641), - [sym_generic_type] = STATE(1641), - [sym_function_type] = STATE(1641), - [sym_identifier] = ACTIONS(3411), + [1117] = { + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3703), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(585), [anon_sym_LF] = ACTIONS(615), [anon_sym_CR] = ACTIONS(615), [anon_sym_CR_LF] = ACTIONS(615), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(615), [anon_sym_as] = ACTIONS(615), + [anon_sym_LBRACE] = ACTIONS(555), [anon_sym_COMMA] = ACTIONS(615), [anon_sym_RBRACE] = ACTIONS(615), - [anon_sym_LPAREN] = ACTIONS(3413), + [anon_sym_LPAREN] = ACTIONS(615), [anon_sym_EQ] = ACTIONS(615), [anon_sym_PIPE] = ACTIONS(615), - [anon_sym_fn] = ACTIONS(3415), + [anon_sym_fn] = ACTIONS(591), [anon_sym_PLUS] = ACTIONS(615), [anon_sym_DASH] = ACTIONS(615), - [anon_sym_STAR] = ACTIONS(3417), + [anon_sym_STAR] = ACTIONS(615), [anon_sym_SLASH] = ACTIONS(615), [anon_sym_PERCENT] = ACTIONS(615), [anon_sym_LT] = ACTIONS(615), @@ -152149,15 +152531,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(615), [anon_sym_GT_EQ] = ACTIONS(615), [anon_sym_LBRACK] = ACTIONS(613), - [anon_sym_struct] = ACTIONS(3419), + [anon_sym_LT2] = ACTIONS(615), + [anon_sym_struct] = ACTIONS(595), [anon_sym_COLON] = ACTIONS(615), [anon_sym_PLUS_PLUS] = ACTIONS(615), [anon_sym_DASH_DASH] = ACTIONS(615), - [anon_sym_QMARK] = ACTIONS(3421), - [anon_sym_BANG] = ACTIONS(3423), - [anon_sym_LBRACK2] = ACTIONS(3425), + [anon_sym_QMARK] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_LBRACK2] = ACTIONS(615), [anon_sym_CARET] = ACTIONS(615), - [anon_sym_AMP] = ACTIONS(3427), + [anon_sym_AMP] = ACTIONS(615), [anon_sym_LT_DASH] = ACTIONS(615), [anon_sym_LT_LT] = ACTIONS(615), [anon_sym_GT_GT] = ACTIONS(615), @@ -152185,645 +152568,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE_EQ] = ACTIONS(615), [anon_sym_CARET_EQ] = ACTIONS(615), [anon_sym_COLON_EQ] = ACTIONS(615), - [anon_sym_shared] = ACTIONS(3429), - [anon_sym_map_LBRACK] = ACTIONS(3431), - [anon_sym_chan] = ACTIONS(3433), - [anon_sym_thread] = ACTIONS(3435), - [anon_sym_atomic] = ACTIONS(3437), - }, - [1119] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2374), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(593), - [anon_sym_LF] = ACTIONS(595), - [anon_sym_CR] = ACTIONS(595), - [anon_sym_CR_LF] = ACTIONS(595), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(595), - [anon_sym_as] = ACTIONS(595), - [anon_sym_COMMA] = ACTIONS(595), - [anon_sym_RBRACE] = ACTIONS(595), - [anon_sym_LPAREN] = ACTIONS(597), - [anon_sym_EQ] = ACTIONS(595), - [anon_sym_PIPE] = ACTIONS(595), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(595), - [anon_sym_DASH] = ACTIONS(595), - [anon_sym_STAR] = ACTIONS(601), - [anon_sym_SLASH] = ACTIONS(595), - [anon_sym_PERCENT] = ACTIONS(595), - [anon_sym_LT] = ACTIONS(595), - [anon_sym_GT] = ACTIONS(595), - [anon_sym_EQ_EQ] = ACTIONS(595), - [anon_sym_BANG_EQ] = ACTIONS(595), - [anon_sym_LT_EQ] = ACTIONS(595), - [anon_sym_GT_EQ] = ACTIONS(595), - [anon_sym_LBRACK] = ACTIONS(591), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_COLON] = ACTIONS(595), - [anon_sym_PLUS_PLUS] = ACTIONS(595), - [anon_sym_DASH_DASH] = ACTIONS(595), - [anon_sym_QMARK] = ACTIONS(503), - [anon_sym_BANG] = ACTIONS(3439), - [anon_sym_LBRACK2] = ACTIONS(607), - [anon_sym_CARET] = ACTIONS(595), - [anon_sym_AMP] = ACTIONS(609), - [anon_sym_LT_DASH] = ACTIONS(595), - [anon_sym_LT_LT] = ACTIONS(595), - [anon_sym_GT_GT] = ACTIONS(595), - [anon_sym_GT_GT_GT] = ACTIONS(595), - [anon_sym_AMP_CARET] = ACTIONS(595), - [anon_sym_AMP_AMP] = ACTIONS(595), - [anon_sym_PIPE_PIPE] = ACTIONS(595), - [anon_sym_or] = ACTIONS(595), - [anon_sym_QMARK_DOT] = ACTIONS(595), - [anon_sym_POUND_LBRACK] = ACTIONS(595), - [anon_sym_is] = ACTIONS(595), - [anon_sym_BANGis] = ACTIONS(595), - [anon_sym_in] = ACTIONS(595), - [anon_sym_BANGin] = ACTIONS(595), - [anon_sym_STAR_EQ] = ACTIONS(595), - [anon_sym_SLASH_EQ] = ACTIONS(595), - [anon_sym_PERCENT_EQ] = ACTIONS(595), - [anon_sym_LT_LT_EQ] = ACTIONS(595), - [anon_sym_GT_GT_EQ] = ACTIONS(595), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(595), - [anon_sym_AMP_EQ] = ACTIONS(595), - [anon_sym_AMP_CARET_EQ] = ACTIONS(595), - [anon_sym_PLUS_EQ] = ACTIONS(595), - [anon_sym_DASH_EQ] = ACTIONS(595), - [anon_sym_PIPE_EQ] = ACTIONS(595), - [anon_sym_CARET_EQ] = ACTIONS(595), - [anon_sym_COLON_EQ] = ACTIONS(595), - [anon_sym_shared] = ACTIONS(611), + [anon_sym_shared] = ACTIONS(603), [anon_sym_map_LBRACK] = ACTIONS(537), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), }, - [1120] = { - [sym_reference_expression] = STATE(4409), - [sym_type_reference_expression] = STATE(1666), - [sym_plain_type] = STATE(1643), - [sym__plain_type_without_special] = STATE(1665), - [sym_anon_struct_type] = STATE(1641), - [sym_multi_return_type] = STATE(1665), - [sym_result_type] = STATE(1665), - [sym_option_type] = STATE(1665), - [sym_qualified_type] = STATE(1666), - [sym_fixed_array_type] = STATE(1641), - [sym_array_type] = STATE(1641), - [sym_pointer_type] = STATE(1641), - [sym_wrong_pointer_type] = STATE(1641), - [sym_map_type] = STATE(1641), - [sym_channel_type] = STATE(1641), - [sym_shared_type] = STATE(1641), - [sym_thread_type] = STATE(1641), - [sym_atomic_type] = STATE(1641), - [sym_generic_type] = STATE(1641), - [sym_function_type] = STATE(1641), - [sym_identifier] = ACTIONS(3411), - [anon_sym_LF] = ACTIONS(589), - [anon_sym_CR] = ACTIONS(589), - [anon_sym_CR_LF] = ACTIONS(589), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(589), - [anon_sym_as] = ACTIONS(589), - [anon_sym_COMMA] = ACTIONS(589), - [anon_sym_RBRACE] = ACTIONS(589), - [anon_sym_LPAREN] = ACTIONS(3413), - [anon_sym_EQ] = ACTIONS(589), - [anon_sym_PIPE] = ACTIONS(589), - [anon_sym_fn] = ACTIONS(3415), - [anon_sym_PLUS] = ACTIONS(589), - [anon_sym_DASH] = ACTIONS(589), - [anon_sym_STAR] = ACTIONS(3417), - [anon_sym_SLASH] = ACTIONS(589), - [anon_sym_PERCENT] = ACTIONS(589), - [anon_sym_LT] = ACTIONS(589), - [anon_sym_GT] = ACTIONS(589), - [anon_sym_EQ_EQ] = ACTIONS(589), - [anon_sym_BANG_EQ] = ACTIONS(589), - [anon_sym_LT_EQ] = ACTIONS(589), - [anon_sym_GT_EQ] = ACTIONS(589), - [anon_sym_LBRACK] = ACTIONS(587), - [anon_sym_struct] = ACTIONS(3419), - [anon_sym_COLON] = ACTIONS(589), - [anon_sym_PLUS_PLUS] = ACTIONS(589), - [anon_sym_DASH_DASH] = ACTIONS(589), - [anon_sym_QMARK] = ACTIONS(3421), - [anon_sym_BANG] = ACTIONS(3423), - [anon_sym_LBRACK2] = ACTIONS(3425), - [anon_sym_CARET] = ACTIONS(589), - [anon_sym_AMP] = ACTIONS(3427), - [anon_sym_LT_DASH] = ACTIONS(589), - [anon_sym_LT_LT] = ACTIONS(589), - [anon_sym_GT_GT] = ACTIONS(589), - [anon_sym_GT_GT_GT] = ACTIONS(589), - [anon_sym_AMP_CARET] = ACTIONS(589), - [anon_sym_AMP_AMP] = ACTIONS(589), - [anon_sym_PIPE_PIPE] = ACTIONS(589), - [anon_sym_or] = ACTIONS(589), - [anon_sym_QMARK_DOT] = ACTIONS(589), - [anon_sym_POUND_LBRACK] = ACTIONS(589), - [anon_sym_is] = ACTIONS(589), - [anon_sym_BANGis] = ACTIONS(589), - [anon_sym_in] = ACTIONS(589), - [anon_sym_BANGin] = ACTIONS(589), - [anon_sym_STAR_EQ] = ACTIONS(589), - [anon_sym_SLASH_EQ] = ACTIONS(589), - [anon_sym_PERCENT_EQ] = ACTIONS(589), - [anon_sym_LT_LT_EQ] = ACTIONS(589), - [anon_sym_GT_GT_EQ] = ACTIONS(589), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(589), - [anon_sym_AMP_EQ] = ACTIONS(589), - [anon_sym_AMP_CARET_EQ] = ACTIONS(589), - [anon_sym_PLUS_EQ] = ACTIONS(589), - [anon_sym_DASH_EQ] = ACTIONS(589), - [anon_sym_PIPE_EQ] = ACTIONS(589), - [anon_sym_CARET_EQ] = ACTIONS(589), - [anon_sym_COLON_EQ] = ACTIONS(589), - [anon_sym_shared] = ACTIONS(3429), - [anon_sym_map_LBRACK] = ACTIONS(3431), - [anon_sym_chan] = ACTIONS(3433), - [anon_sym_thread] = ACTIONS(3435), - [anon_sym_atomic] = ACTIONS(3437), - }, - [1121] = { - [sym_reference_expression] = STATE(4409), - [sym_type_reference_expression] = STATE(1666), - [sym_plain_type] = STATE(1661), - [sym__plain_type_without_special] = STATE(1665), - [sym_anon_struct_type] = STATE(1641), - [sym_multi_return_type] = STATE(1665), - [sym_result_type] = STATE(1665), - [sym_option_type] = STATE(1665), - [sym_qualified_type] = STATE(1666), - [sym_fixed_array_type] = STATE(1641), - [sym_array_type] = STATE(1641), - [sym_pointer_type] = STATE(1641), - [sym_wrong_pointer_type] = STATE(1641), - [sym_map_type] = STATE(1641), - [sym_channel_type] = STATE(1641), - [sym_shared_type] = STATE(1641), - [sym_thread_type] = STATE(1641), - [sym_atomic_type] = STATE(1641), - [sym_generic_type] = STATE(1641), - [sym_function_type] = STATE(1641), - [sym_identifier] = ACTIONS(3411), - [anon_sym_LF] = ACTIONS(555), - [anon_sym_CR] = ACTIONS(555), - [anon_sym_CR_LF] = ACTIONS(555), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(555), - [anon_sym_as] = ACTIONS(555), - [anon_sym_COMMA] = ACTIONS(555), - [anon_sym_RBRACE] = ACTIONS(555), - [anon_sym_LPAREN] = ACTIONS(3413), - [anon_sym_EQ] = ACTIONS(555), - [anon_sym_PIPE] = ACTIONS(555), - [anon_sym_fn] = ACTIONS(3415), - [anon_sym_PLUS] = ACTIONS(555), - [anon_sym_DASH] = ACTIONS(555), - [anon_sym_STAR] = ACTIONS(3417), - [anon_sym_SLASH] = ACTIONS(555), - [anon_sym_PERCENT] = ACTIONS(555), - [anon_sym_LT] = ACTIONS(555), - [anon_sym_GT] = ACTIONS(555), - [anon_sym_EQ_EQ] = ACTIONS(555), - [anon_sym_BANG_EQ] = ACTIONS(555), - [anon_sym_LT_EQ] = ACTIONS(555), - [anon_sym_GT_EQ] = ACTIONS(555), - [anon_sym_LBRACK] = ACTIONS(551), - [anon_sym_struct] = ACTIONS(3419), - [anon_sym_COLON] = ACTIONS(555), - [anon_sym_PLUS_PLUS] = ACTIONS(555), - [anon_sym_DASH_DASH] = ACTIONS(555), - [anon_sym_QMARK] = ACTIONS(3421), - [anon_sym_BANG] = ACTIONS(3423), - [anon_sym_LBRACK2] = ACTIONS(3425), - [anon_sym_CARET] = ACTIONS(555), - [anon_sym_AMP] = ACTIONS(3427), - [anon_sym_LT_DASH] = ACTIONS(555), - [anon_sym_LT_LT] = ACTIONS(555), - [anon_sym_GT_GT] = ACTIONS(555), - [anon_sym_GT_GT_GT] = ACTIONS(555), - [anon_sym_AMP_CARET] = ACTIONS(555), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(555), - [anon_sym_or] = ACTIONS(555), - [anon_sym_QMARK_DOT] = ACTIONS(555), - [anon_sym_POUND_LBRACK] = ACTIONS(555), - [anon_sym_is] = ACTIONS(555), - [anon_sym_BANGis] = ACTIONS(555), - [anon_sym_in] = ACTIONS(555), - [anon_sym_BANGin] = ACTIONS(555), - [anon_sym_STAR_EQ] = ACTIONS(555), - [anon_sym_SLASH_EQ] = ACTIONS(555), - [anon_sym_PERCENT_EQ] = ACTIONS(555), - [anon_sym_LT_LT_EQ] = ACTIONS(555), - [anon_sym_GT_GT_EQ] = ACTIONS(555), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(555), - [anon_sym_AMP_EQ] = ACTIONS(555), - [anon_sym_AMP_CARET_EQ] = ACTIONS(555), - [anon_sym_PLUS_EQ] = ACTIONS(555), - [anon_sym_DASH_EQ] = ACTIONS(555), - [anon_sym_PIPE_EQ] = ACTIONS(555), - [anon_sym_CARET_EQ] = ACTIONS(555), - [anon_sym_COLON_EQ] = ACTIONS(555), - [anon_sym_shared] = ACTIONS(3429), - [anon_sym_map_LBRACK] = ACTIONS(3431), - [anon_sym_chan] = ACTIONS(3433), - [anon_sym_thread] = ACTIONS(3435), - [anon_sym_atomic] = ACTIONS(3437), - }, - [1122] = { - [aux_sym_strictly_expression_list_repeat1] = STATE(1424), - [ts_builtin_sym_end] = ACTIONS(1682), - [sym_identifier] = ACTIONS(1684), - [anon_sym_LF] = ACTIONS(1684), - [anon_sym_CR] = ACTIONS(1684), - [anon_sym_CR_LF] = ACTIONS(1684), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(1684), - [anon_sym_LBRACE] = ACTIONS(1684), - [anon_sym_COMMA] = ACTIONS(1690), - [anon_sym_const] = ACTIONS(1684), - [anon_sym_LPAREN] = ACTIONS(1684), - [anon_sym_EQ] = ACTIONS(1690), - [anon_sym___global] = ACTIONS(1684), - [anon_sym_type] = ACTIONS(1684), - [anon_sym_fn] = ACTIONS(1684), - [anon_sym_PLUS] = ACTIONS(1684), - [anon_sym_DASH] = ACTIONS(1684), - [anon_sym_STAR] = ACTIONS(1684), - [anon_sym_struct] = ACTIONS(1684), - [anon_sym_union] = ACTIONS(1684), - [anon_sym_pub] = ACTIONS(1684), - [anon_sym_mut] = ACTIONS(1684), - [anon_sym_enum] = ACTIONS(1684), - [anon_sym_interface] = ACTIONS(1684), - [anon_sym_QMARK] = ACTIONS(1684), - [anon_sym_BANG] = ACTIONS(1684), - [anon_sym_go] = ACTIONS(1684), - [anon_sym_spawn] = ACTIONS(1684), - [anon_sym_json_DOTdecode] = ACTIONS(1684), - [anon_sym_LBRACK2] = ACTIONS(1684), - [anon_sym_TILDE] = ACTIONS(1684), - [anon_sym_CARET] = ACTIONS(1684), - [anon_sym_AMP] = ACTIONS(1684), - [anon_sym_LT_DASH] = ACTIONS(1684), - [sym_none] = ACTIONS(1684), - [sym_true] = ACTIONS(1684), - [sym_false] = ACTIONS(1684), - [sym_nil] = ACTIONS(1684), - [anon_sym_if] = ACTIONS(1684), - [anon_sym_DOLLARif] = ACTIONS(1684), - [anon_sym_match] = ACTIONS(1684), - [anon_sym_select] = ACTIONS(1684), - [anon_sym_STAR_EQ] = ACTIONS(1690), - [anon_sym_SLASH_EQ] = ACTIONS(1690), - [anon_sym_PERCENT_EQ] = ACTIONS(1690), - [anon_sym_LT_LT_EQ] = ACTIONS(1690), - [anon_sym_GT_GT_EQ] = ACTIONS(1690), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(1690), - [anon_sym_AMP_EQ] = ACTIONS(1690), - [anon_sym_AMP_CARET_EQ] = ACTIONS(1690), - [anon_sym_PLUS_EQ] = ACTIONS(1690), - [anon_sym_DASH_EQ] = ACTIONS(1690), - [anon_sym_PIPE_EQ] = ACTIONS(1690), - [anon_sym_CARET_EQ] = ACTIONS(1690), - [anon_sym_COLON_EQ] = ACTIONS(1690), - [anon_sym_lock] = ACTIONS(1684), - [anon_sym_rlock] = ACTIONS(1684), - [anon_sym_unsafe] = ACTIONS(1684), - [anon_sym_sql] = ACTIONS(1684), - [sym_int_literal] = ACTIONS(1684), - [sym_float_literal] = ACTIONS(1684), - [sym_rune_literal] = ACTIONS(1684), - [anon_sym_AT] = ACTIONS(1684), - [anon_sym_shared] = ACTIONS(1684), - [anon_sym_map_LBRACK] = ACTIONS(1684), - [anon_sym_chan] = ACTIONS(1684), - [anon_sym_thread] = ACTIONS(1684), - [anon_sym_atomic] = ACTIONS(1684), - [anon_sym_assert] = ACTIONS(1684), - [anon_sym_defer] = ACTIONS(1684), - [anon_sym_goto] = ACTIONS(1684), - [anon_sym_break] = ACTIONS(1684), - [anon_sym_continue] = ACTIONS(1684), - [anon_sym_return] = ACTIONS(1684), - [anon_sym_DOLLARfor] = ACTIONS(1684), - [anon_sym_for] = ACTIONS(1684), - [anon_sym_POUND] = ACTIONS(1684), - [anon_sym_asm] = ACTIONS(1684), - [anon_sym_AT_LBRACK] = ACTIONS(1684), - [sym___double_quote] = ACTIONS(1684), - [sym___single_quote] = ACTIONS(1684), - [sym___c_double_quote] = ACTIONS(1684), - [sym___c_single_quote] = ACTIONS(1684), - [sym___r_double_quote] = ACTIONS(1684), - [sym___r_single_quote] = ACTIONS(1684), - }, - [1123] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2378), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(593), - [anon_sym_LF] = ACTIONS(585), - [anon_sym_CR] = ACTIONS(585), - [anon_sym_CR_LF] = ACTIONS(585), + [1118] = { + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3701), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(585), + [anon_sym_LF] = ACTIONS(587), + [anon_sym_CR] = ACTIONS(587), + [anon_sym_CR_LF] = ACTIONS(587), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(585), - [anon_sym_as] = ACTIONS(585), - [anon_sym_LBRACE] = ACTIONS(589), - [anon_sym_COMMA] = ACTIONS(585), - [anon_sym_RBRACE] = ACTIONS(585), - [anon_sym_LPAREN] = ACTIONS(585), - [anon_sym_EQ] = ACTIONS(585), - [anon_sym_PIPE] = ACTIONS(585), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(585), - [anon_sym_DASH] = ACTIONS(585), - [anon_sym_STAR] = ACTIONS(585), - [anon_sym_SLASH] = ACTIONS(585), - [anon_sym_PERCENT] = ACTIONS(585), - [anon_sym_LT] = ACTIONS(585), - [anon_sym_GT] = ACTIONS(585), - [anon_sym_EQ_EQ] = ACTIONS(585), - [anon_sym_BANG_EQ] = ACTIONS(585), - [anon_sym_LT_EQ] = ACTIONS(585), - [anon_sym_GT_EQ] = ACTIONS(585), + [anon_sym_DOT] = ACTIONS(587), + [anon_sym_as] = ACTIONS(587), + [anon_sym_COMMA] = ACTIONS(587), + [anon_sym_RBRACE] = ACTIONS(587), + [anon_sym_LPAREN] = ACTIONS(589), + [anon_sym_EQ] = ACTIONS(587), + [anon_sym_PIPE] = ACTIONS(587), + [anon_sym_fn] = ACTIONS(591), + [anon_sym_PLUS] = ACTIONS(587), + [anon_sym_DASH] = ACTIONS(587), + [anon_sym_STAR] = ACTIONS(593), + [anon_sym_SLASH] = ACTIONS(587), + [anon_sym_PERCENT] = ACTIONS(587), + [anon_sym_LT] = ACTIONS(587), + [anon_sym_GT] = ACTIONS(587), + [anon_sym_EQ_EQ] = ACTIONS(587), + [anon_sym_BANG_EQ] = ACTIONS(587), + [anon_sym_LT_EQ] = ACTIONS(587), + [anon_sym_GT_EQ] = ACTIONS(587), [anon_sym_LBRACK] = ACTIONS(583), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(585), - [anon_sym_DASH_DASH] = ACTIONS(585), - [anon_sym_QMARK] = ACTIONS(585), - [anon_sym_BANG] = ACTIONS(585), - [anon_sym_LBRACK2] = ACTIONS(585), - [anon_sym_CARET] = ACTIONS(585), - [anon_sym_AMP] = ACTIONS(585), - [anon_sym_LT_LT] = ACTIONS(585), - [anon_sym_GT_GT] = ACTIONS(585), - [anon_sym_GT_GT_GT] = ACTIONS(585), - [anon_sym_AMP_CARET] = ACTIONS(585), - [anon_sym_AMP_AMP] = ACTIONS(585), - [anon_sym_PIPE_PIPE] = ACTIONS(585), - [anon_sym_or] = ACTIONS(585), - [anon_sym_QMARK_DOT] = ACTIONS(585), - [anon_sym_POUND_LBRACK] = ACTIONS(585), - [anon_sym_is] = ACTIONS(585), - [anon_sym_BANGis] = ACTIONS(585), - [anon_sym_in] = ACTIONS(585), - [anon_sym_BANGin] = ACTIONS(585), - [anon_sym_STAR_EQ] = ACTIONS(585), - [anon_sym_SLASH_EQ] = ACTIONS(585), - [anon_sym_PERCENT_EQ] = ACTIONS(585), - [anon_sym_LT_LT_EQ] = ACTIONS(585), - [anon_sym_GT_GT_EQ] = ACTIONS(585), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(585), - [anon_sym_AMP_EQ] = ACTIONS(585), - [anon_sym_AMP_CARET_EQ] = ACTIONS(585), - [anon_sym_PLUS_EQ] = ACTIONS(585), - [anon_sym_DASH_EQ] = ACTIONS(585), - [anon_sym_PIPE_EQ] = ACTIONS(585), - [anon_sym_CARET_EQ] = ACTIONS(585), - [anon_sym_COLON_EQ] = ACTIONS(585), - [anon_sym_shared] = ACTIONS(611), - [anon_sym_map_LBRACK] = ACTIONS(537), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - }, - [1124] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2374), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(593), - [anon_sym_LF] = ACTIONS(595), - [anon_sym_CR] = ACTIONS(595), - [anon_sym_CR_LF] = ACTIONS(595), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(595), - [anon_sym_as] = ACTIONS(595), - [anon_sym_COMMA] = ACTIONS(595), - [anon_sym_RBRACE] = ACTIONS(595), - [anon_sym_LPAREN] = ACTIONS(597), - [anon_sym_EQ] = ACTIONS(595), - [anon_sym_PIPE] = ACTIONS(595), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(595), - [anon_sym_DASH] = ACTIONS(595), - [anon_sym_STAR] = ACTIONS(601), - [anon_sym_SLASH] = ACTIONS(595), - [anon_sym_PERCENT] = ACTIONS(595), - [anon_sym_LT] = ACTIONS(595), - [anon_sym_GT] = ACTIONS(595), - [anon_sym_EQ_EQ] = ACTIONS(595), - [anon_sym_BANG_EQ] = ACTIONS(595), - [anon_sym_LT_EQ] = ACTIONS(595), - [anon_sym_GT_EQ] = ACTIONS(595), - [anon_sym_LBRACK] = ACTIONS(591), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(595), - [anon_sym_DASH_DASH] = ACTIONS(595), + [anon_sym_LT2] = ACTIONS(587), + [anon_sym_struct] = ACTIONS(595), + [anon_sym_COLON] = ACTIONS(587), + [anon_sym_PLUS_PLUS] = ACTIONS(587), + [anon_sym_DASH_DASH] = ACTIONS(587), [anon_sym_QMARK] = ACTIONS(503), - [anon_sym_BANG] = ACTIONS(3441), - [anon_sym_LBRACK2] = ACTIONS(607), - [anon_sym_CARET] = ACTIONS(595), - [anon_sym_AMP] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(595), - [anon_sym_GT_GT] = ACTIONS(595), - [anon_sym_GT_GT_GT] = ACTIONS(595), - [anon_sym_AMP_CARET] = ACTIONS(595), - [anon_sym_AMP_AMP] = ACTIONS(595), - [anon_sym_PIPE_PIPE] = ACTIONS(595), - [anon_sym_or] = ACTIONS(595), - [anon_sym_QMARK_DOT] = ACTIONS(595), - [anon_sym_POUND_LBRACK] = ACTIONS(595), - [anon_sym_is] = ACTIONS(595), - [anon_sym_BANGis] = ACTIONS(595), - [anon_sym_in] = ACTIONS(595), - [anon_sym_BANGin] = ACTIONS(595), - [anon_sym_STAR_EQ] = ACTIONS(595), - [anon_sym_SLASH_EQ] = ACTIONS(595), - [anon_sym_PERCENT_EQ] = ACTIONS(595), - [anon_sym_LT_LT_EQ] = ACTIONS(595), - [anon_sym_GT_GT_EQ] = ACTIONS(595), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(595), - [anon_sym_AMP_EQ] = ACTIONS(595), - [anon_sym_AMP_CARET_EQ] = ACTIONS(595), - [anon_sym_PLUS_EQ] = ACTIONS(595), - [anon_sym_DASH_EQ] = ACTIONS(595), - [anon_sym_PIPE_EQ] = ACTIONS(595), - [anon_sym_CARET_EQ] = ACTIONS(595), - [anon_sym_COLON_EQ] = ACTIONS(595), - [anon_sym_shared] = ACTIONS(611), + [anon_sym_BANG] = ACTIONS(3413), + [anon_sym_LBRACK2] = ACTIONS(599), + [anon_sym_CARET] = ACTIONS(587), + [anon_sym_AMP] = ACTIONS(601), + [anon_sym_LT_DASH] = ACTIONS(587), + [anon_sym_LT_LT] = ACTIONS(587), + [anon_sym_GT_GT] = ACTIONS(587), + [anon_sym_GT_GT_GT] = ACTIONS(587), + [anon_sym_AMP_CARET] = ACTIONS(587), + [anon_sym_AMP_AMP] = ACTIONS(587), + [anon_sym_PIPE_PIPE] = ACTIONS(587), + [anon_sym_or] = ACTIONS(587), + [anon_sym_QMARK_DOT] = ACTIONS(587), + [anon_sym_POUND_LBRACK] = ACTIONS(587), + [anon_sym_is] = ACTIONS(587), + [anon_sym_BANGis] = ACTIONS(587), + [anon_sym_in] = ACTIONS(587), + [anon_sym_BANGin] = ACTIONS(587), + [anon_sym_STAR_EQ] = ACTIONS(587), + [anon_sym_SLASH_EQ] = ACTIONS(587), + [anon_sym_PERCENT_EQ] = ACTIONS(587), + [anon_sym_LT_LT_EQ] = ACTIONS(587), + [anon_sym_GT_GT_EQ] = ACTIONS(587), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(587), + [anon_sym_AMP_EQ] = ACTIONS(587), + [anon_sym_AMP_CARET_EQ] = ACTIONS(587), + [anon_sym_PLUS_EQ] = ACTIONS(587), + [anon_sym_DASH_EQ] = ACTIONS(587), + [anon_sym_PIPE_EQ] = ACTIONS(587), + [anon_sym_CARET_EQ] = ACTIONS(587), + [anon_sym_COLON_EQ] = ACTIONS(587), + [anon_sym_shared] = ACTIONS(603), [anon_sym_map_LBRACK] = ACTIONS(537), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), }, - [1125] = { - [sym_reference_expression] = STATE(4549), - [sym_type_reference_expression] = STATE(1787), - [sym_plain_type] = STATE(1832), - [sym__plain_type_without_special] = STATE(1887), - [sym_anon_struct_type] = STATE(1886), - [sym_multi_return_type] = STATE(1887), - [sym_result_type] = STATE(1887), - [sym_option_type] = STATE(1887), - [sym_qualified_type] = STATE(1787), - [sym_fixed_array_type] = STATE(1886), - [sym_array_type] = STATE(1886), - [sym_pointer_type] = STATE(1886), - [sym_wrong_pointer_type] = STATE(1886), - [sym_map_type] = STATE(1886), - [sym_channel_type] = STATE(1886), - [sym_shared_type] = STATE(1886), - [sym_thread_type] = STATE(1886), - [sym_atomic_type] = STATE(1886), - [sym_generic_type] = STATE(1886), - [sym_function_type] = STATE(1886), - [sym_identifier] = ACTIONS(3443), - [anon_sym_LF] = ACTIONS(589), - [anon_sym_CR] = ACTIONS(589), - [anon_sym_CR_LF] = ACTIONS(589), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(589), - [anon_sym_as] = ACTIONS(589), - [anon_sym_COMMA] = ACTIONS(589), - [anon_sym_RBRACE] = ACTIONS(589), - [anon_sym_LPAREN] = ACTIONS(3445), - [anon_sym_EQ] = ACTIONS(589), - [anon_sym_PIPE] = ACTIONS(589), - [anon_sym_fn] = ACTIONS(3447), - [anon_sym_PLUS] = ACTIONS(589), - [anon_sym_DASH] = ACTIONS(589), - [anon_sym_STAR] = ACTIONS(3449), - [anon_sym_SLASH] = ACTIONS(589), - [anon_sym_PERCENT] = ACTIONS(589), - [anon_sym_LT] = ACTIONS(589), - [anon_sym_GT] = ACTIONS(589), - [anon_sym_EQ_EQ] = ACTIONS(589), - [anon_sym_BANG_EQ] = ACTIONS(589), - [anon_sym_LT_EQ] = ACTIONS(589), - [anon_sym_GT_EQ] = ACTIONS(589), - [anon_sym_LBRACK] = ACTIONS(587), - [anon_sym_struct] = ACTIONS(3451), - [anon_sym_PLUS_PLUS] = ACTIONS(589), - [anon_sym_DASH_DASH] = ACTIONS(589), - [anon_sym_QMARK] = ACTIONS(3453), - [anon_sym_BANG] = ACTIONS(3455), - [anon_sym_LBRACK2] = ACTIONS(3457), - [anon_sym_CARET] = ACTIONS(589), - [anon_sym_AMP] = ACTIONS(3459), - [anon_sym_LT_LT] = ACTIONS(589), - [anon_sym_GT_GT] = ACTIONS(589), - [anon_sym_GT_GT_GT] = ACTIONS(589), - [anon_sym_AMP_CARET] = ACTIONS(589), - [anon_sym_AMP_AMP] = ACTIONS(589), - [anon_sym_PIPE_PIPE] = ACTIONS(589), - [anon_sym_or] = ACTIONS(589), - [anon_sym_QMARK_DOT] = ACTIONS(589), - [anon_sym_POUND_LBRACK] = ACTIONS(589), - [anon_sym_is] = ACTIONS(589), - [anon_sym_BANGis] = ACTIONS(589), - [anon_sym_in] = ACTIONS(589), - [anon_sym_BANGin] = ACTIONS(589), - [anon_sym_STAR_EQ] = ACTIONS(589), - [anon_sym_SLASH_EQ] = ACTIONS(589), - [anon_sym_PERCENT_EQ] = ACTIONS(589), - [anon_sym_LT_LT_EQ] = ACTIONS(589), - [anon_sym_GT_GT_EQ] = ACTIONS(589), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(589), - [anon_sym_AMP_EQ] = ACTIONS(589), - [anon_sym_AMP_CARET_EQ] = ACTIONS(589), - [anon_sym_PLUS_EQ] = ACTIONS(589), - [anon_sym_DASH_EQ] = ACTIONS(589), - [anon_sym_PIPE_EQ] = ACTIONS(589), - [anon_sym_CARET_EQ] = ACTIONS(589), - [anon_sym_COLON_EQ] = ACTIONS(589), - [anon_sym_shared] = ACTIONS(3461), - [anon_sym_map_LBRACK] = ACTIONS(3463), - [anon_sym_chan] = ACTIONS(3465), - [anon_sym_thread] = ACTIONS(3467), - [anon_sym_atomic] = ACTIONS(3469), - }, - [1126] = { - [sym_reference_expression] = STATE(4549), - [sym_type_reference_expression] = STATE(1787), - [sym_plain_type] = STATE(1875), - [sym__plain_type_without_special] = STATE(1887), - [sym_anon_struct_type] = STATE(1886), - [sym_multi_return_type] = STATE(1887), - [sym_result_type] = STATE(1887), - [sym_option_type] = STATE(1887), - [sym_qualified_type] = STATE(1787), - [sym_fixed_array_type] = STATE(1886), - [sym_array_type] = STATE(1886), - [sym_pointer_type] = STATE(1886), - [sym_wrong_pointer_type] = STATE(1886), - [sym_map_type] = STATE(1886), - [sym_channel_type] = STATE(1886), - [sym_shared_type] = STATE(1886), - [sym_thread_type] = STATE(1886), - [sym_atomic_type] = STATE(1886), - [sym_generic_type] = STATE(1886), - [sym_function_type] = STATE(1886), - [sym_identifier] = ACTIONS(3443), + [1119] = { + [sym_reference_expression] = STATE(4485), + [sym_type_reference_expression] = STATE(1633), + [sym_plain_type] = STATE(1654), + [sym__plain_type_without_special] = STATE(1632), + [sym_anon_struct_type] = STATE(1655), + [sym_multi_return_type] = STATE(1632), + [sym_result_type] = STATE(1632), + [sym_option_type] = STATE(1632), + [sym_qualified_type] = STATE(1633), + [sym_fixed_array_type] = STATE(1655), + [sym_array_type] = STATE(1655), + [sym_pointer_type] = STATE(1655), + [sym_wrong_pointer_type] = STATE(1655), + [sym_map_type] = STATE(1655), + [sym_channel_type] = STATE(1655), + [sym_shared_type] = STATE(1655), + [sym_thread_type] = STATE(1655), + [sym_atomic_type] = STATE(1655), + [sym_generic_type] = STATE(1655), + [sym_function_type] = STATE(1655), + [sym_identifier] = ACTIONS(3415), [anon_sym_LF] = ACTIONS(555), [anon_sym_CR] = ACTIONS(555), [anon_sym_CR_LF] = ACTIONS(555), @@ -152832,13 +152693,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as] = ACTIONS(555), [anon_sym_COMMA] = ACTIONS(555), [anon_sym_RBRACE] = ACTIONS(555), - [anon_sym_LPAREN] = ACTIONS(3445), + [anon_sym_LPAREN] = ACTIONS(3417), [anon_sym_EQ] = ACTIONS(555), [anon_sym_PIPE] = ACTIONS(555), - [anon_sym_fn] = ACTIONS(3447), + [anon_sym_fn] = ACTIONS(3419), [anon_sym_PLUS] = ACTIONS(555), [anon_sym_DASH] = ACTIONS(555), - [anon_sym_STAR] = ACTIONS(3449), + [anon_sym_STAR] = ACTIONS(3421), [anon_sym_SLASH] = ACTIONS(555), [anon_sym_PERCENT] = ACTIONS(555), [anon_sym_LT] = ACTIONS(555), @@ -152848,14 +152709,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(555), [anon_sym_GT_EQ] = ACTIONS(555), [anon_sym_LBRACK] = ACTIONS(551), - [anon_sym_struct] = ACTIONS(3451), + [anon_sym_LT2] = ACTIONS(555), + [anon_sym_struct] = ACTIONS(3423), + [anon_sym_COLON] = ACTIONS(555), [anon_sym_PLUS_PLUS] = ACTIONS(555), [anon_sym_DASH_DASH] = ACTIONS(555), - [anon_sym_QMARK] = ACTIONS(3453), - [anon_sym_BANG] = ACTIONS(3455), - [anon_sym_LBRACK2] = ACTIONS(3457), + [anon_sym_QMARK] = ACTIONS(3425), + [anon_sym_BANG] = ACTIONS(3427), + [anon_sym_LBRACK2] = ACTIONS(3429), [anon_sym_CARET] = ACTIONS(555), - [anon_sym_AMP] = ACTIONS(3459), + [anon_sym_AMP] = ACTIONS(3431), + [anon_sym_LT_DASH] = ACTIONS(555), [anon_sym_LT_LT] = ACTIONS(555), [anon_sym_GT_GT] = ACTIONS(555), [anon_sym_GT_GT_GT] = ACTIONS(555), @@ -152882,49 +152746,228 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE_EQ] = ACTIONS(555), [anon_sym_CARET_EQ] = ACTIONS(555), [anon_sym_COLON_EQ] = ACTIONS(555), - [anon_sym_shared] = ACTIONS(3461), - [anon_sym_map_LBRACK] = ACTIONS(3463), - [anon_sym_chan] = ACTIONS(3465), - [anon_sym_thread] = ACTIONS(3467), - [anon_sym_atomic] = ACTIONS(3469), + [anon_sym_shared] = ACTIONS(3433), + [anon_sym_map_LBRACK] = ACTIONS(3435), + [anon_sym_chan] = ACTIONS(3437), + [anon_sym_thread] = ACTIONS(3439), + [anon_sym_atomic] = ACTIONS(3441), }, - [1127] = { - [sym_reference_expression] = STATE(4549), - [sym_type_reference_expression] = STATE(1787), - [sym_plain_type] = STATE(1849), - [sym__plain_type_without_special] = STATE(1887), - [sym_anon_struct_type] = STATE(1886), - [sym_multi_return_type] = STATE(1887), - [sym_result_type] = STATE(1887), - [sym_option_type] = STATE(1887), - [sym_qualified_type] = STATE(1787), - [sym_fixed_array_type] = STATE(1886), - [sym_array_type] = STATE(1886), - [sym_pointer_type] = STATE(1886), - [sym_wrong_pointer_type] = STATE(1886), - [sym_map_type] = STATE(1886), - [sym_channel_type] = STATE(1886), - [sym_shared_type] = STATE(1886), - [sym_thread_type] = STATE(1886), - [sym_atomic_type] = STATE(1886), - [sym_generic_type] = STATE(1886), - [sym_function_type] = STATE(1886), - [sym_identifier] = ACTIONS(3443), + [1120] = { + [sym_reference_expression] = STATE(4485), + [sym_type_reference_expression] = STATE(1633), + [sym_plain_type] = STATE(1664), + [sym__plain_type_without_special] = STATE(1632), + [sym_anon_struct_type] = STATE(1655), + [sym_multi_return_type] = STATE(1632), + [sym_result_type] = STATE(1632), + [sym_option_type] = STATE(1632), + [sym_qualified_type] = STATE(1633), + [sym_fixed_array_type] = STATE(1655), + [sym_array_type] = STATE(1655), + [sym_pointer_type] = STATE(1655), + [sym_wrong_pointer_type] = STATE(1655), + [sym_map_type] = STATE(1655), + [sym_channel_type] = STATE(1655), + [sym_shared_type] = STATE(1655), + [sym_thread_type] = STATE(1655), + [sym_atomic_type] = STATE(1655), + [sym_generic_type] = STATE(1655), + [sym_function_type] = STATE(1655), + [sym_identifier] = ACTIONS(3415), + [anon_sym_LF] = ACTIONS(611), + [anon_sym_CR] = ACTIONS(611), + [anon_sym_CR_LF] = ACTIONS(611), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(611), + [anon_sym_as] = ACTIONS(611), + [anon_sym_COMMA] = ACTIONS(611), + [anon_sym_RBRACE] = ACTIONS(611), + [anon_sym_LPAREN] = ACTIONS(3417), + [anon_sym_EQ] = ACTIONS(611), + [anon_sym_PIPE] = ACTIONS(611), + [anon_sym_fn] = ACTIONS(3419), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_STAR] = ACTIONS(3421), + [anon_sym_SLASH] = ACTIONS(611), + [anon_sym_PERCENT] = ACTIONS(611), + [anon_sym_LT] = ACTIONS(611), + [anon_sym_GT] = ACTIONS(611), + [anon_sym_EQ_EQ] = ACTIONS(611), + [anon_sym_BANG_EQ] = ACTIONS(611), + [anon_sym_LT_EQ] = ACTIONS(611), + [anon_sym_GT_EQ] = ACTIONS(611), + [anon_sym_LBRACK] = ACTIONS(609), + [anon_sym_LT2] = ACTIONS(611), + [anon_sym_struct] = ACTIONS(3423), + [anon_sym_COLON] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(611), + [anon_sym_DASH_DASH] = ACTIONS(611), + [anon_sym_QMARK] = ACTIONS(3425), + [anon_sym_BANG] = ACTIONS(3427), + [anon_sym_LBRACK2] = ACTIONS(3429), + [anon_sym_CARET] = ACTIONS(611), + [anon_sym_AMP] = ACTIONS(3431), + [anon_sym_LT_DASH] = ACTIONS(611), + [anon_sym_LT_LT] = ACTIONS(611), + [anon_sym_GT_GT] = ACTIONS(611), + [anon_sym_GT_GT_GT] = ACTIONS(611), + [anon_sym_AMP_CARET] = ACTIONS(611), + [anon_sym_AMP_AMP] = ACTIONS(611), + [anon_sym_PIPE_PIPE] = ACTIONS(611), + [anon_sym_or] = ACTIONS(611), + [anon_sym_QMARK_DOT] = ACTIONS(611), + [anon_sym_POUND_LBRACK] = ACTIONS(611), + [anon_sym_is] = ACTIONS(611), + [anon_sym_BANGis] = ACTIONS(611), + [anon_sym_in] = ACTIONS(611), + [anon_sym_BANGin] = ACTIONS(611), + [anon_sym_STAR_EQ] = ACTIONS(611), + [anon_sym_SLASH_EQ] = ACTIONS(611), + [anon_sym_PERCENT_EQ] = ACTIONS(611), + [anon_sym_LT_LT_EQ] = ACTIONS(611), + [anon_sym_GT_GT_EQ] = ACTIONS(611), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(611), + [anon_sym_AMP_EQ] = ACTIONS(611), + [anon_sym_AMP_CARET_EQ] = ACTIONS(611), + [anon_sym_PLUS_EQ] = ACTIONS(611), + [anon_sym_DASH_EQ] = ACTIONS(611), + [anon_sym_PIPE_EQ] = ACTIONS(611), + [anon_sym_CARET_EQ] = ACTIONS(611), + [anon_sym_COLON_EQ] = ACTIONS(611), + [anon_sym_shared] = ACTIONS(3433), + [anon_sym_map_LBRACK] = ACTIONS(3435), + [anon_sym_chan] = ACTIONS(3437), + [anon_sym_thread] = ACTIONS(3439), + [anon_sym_atomic] = ACTIONS(3441), + }, + [1121] = { + [sym_reference_expression] = STATE(4485), + [sym_type_reference_expression] = STATE(1633), + [sym_plain_type] = STATE(1635), + [sym__plain_type_without_special] = STATE(1632), + [sym_anon_struct_type] = STATE(1655), + [sym_multi_return_type] = STATE(1632), + [sym_result_type] = STATE(1632), + [sym_option_type] = STATE(1632), + [sym_qualified_type] = STATE(1633), + [sym_fixed_array_type] = STATE(1655), + [sym_array_type] = STATE(1655), + [sym_pointer_type] = STATE(1655), + [sym_wrong_pointer_type] = STATE(1655), + [sym_map_type] = STATE(1655), + [sym_channel_type] = STATE(1655), + [sym_shared_type] = STATE(1655), + [sym_thread_type] = STATE(1655), + [sym_atomic_type] = STATE(1655), + [sym_generic_type] = STATE(1655), + [sym_function_type] = STATE(1655), + [sym_identifier] = ACTIONS(3415), + [anon_sym_LF] = ACTIONS(607), + [anon_sym_CR] = ACTIONS(607), + [anon_sym_CR_LF] = ACTIONS(607), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(607), + [anon_sym_as] = ACTIONS(607), + [anon_sym_COMMA] = ACTIONS(607), + [anon_sym_RBRACE] = ACTIONS(607), + [anon_sym_LPAREN] = ACTIONS(3417), + [anon_sym_EQ] = ACTIONS(607), + [anon_sym_PIPE] = ACTIONS(607), + [anon_sym_fn] = ACTIONS(3419), + [anon_sym_PLUS] = ACTIONS(607), + [anon_sym_DASH] = ACTIONS(607), + [anon_sym_STAR] = ACTIONS(3421), + [anon_sym_SLASH] = ACTIONS(607), + [anon_sym_PERCENT] = ACTIONS(607), + [anon_sym_LT] = ACTIONS(607), + [anon_sym_GT] = ACTIONS(607), + [anon_sym_EQ_EQ] = ACTIONS(607), + [anon_sym_BANG_EQ] = ACTIONS(607), + [anon_sym_LT_EQ] = ACTIONS(607), + [anon_sym_GT_EQ] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LT2] = ACTIONS(607), + [anon_sym_struct] = ACTIONS(3423), + [anon_sym_COLON] = ACTIONS(607), + [anon_sym_PLUS_PLUS] = ACTIONS(607), + [anon_sym_DASH_DASH] = ACTIONS(607), + [anon_sym_QMARK] = ACTIONS(3425), + [anon_sym_BANG] = ACTIONS(3427), + [anon_sym_LBRACK2] = ACTIONS(3429), + [anon_sym_CARET] = ACTIONS(607), + [anon_sym_AMP] = ACTIONS(3431), + [anon_sym_LT_DASH] = ACTIONS(607), + [anon_sym_LT_LT] = ACTIONS(607), + [anon_sym_GT_GT] = ACTIONS(607), + [anon_sym_GT_GT_GT] = ACTIONS(607), + [anon_sym_AMP_CARET] = ACTIONS(607), + [anon_sym_AMP_AMP] = ACTIONS(607), + [anon_sym_PIPE_PIPE] = ACTIONS(607), + [anon_sym_or] = ACTIONS(607), + [anon_sym_QMARK_DOT] = ACTIONS(607), + [anon_sym_POUND_LBRACK] = ACTIONS(607), + [anon_sym_is] = ACTIONS(607), + [anon_sym_BANGis] = ACTIONS(607), + [anon_sym_in] = ACTIONS(607), + [anon_sym_BANGin] = ACTIONS(607), + [anon_sym_STAR_EQ] = ACTIONS(607), + [anon_sym_SLASH_EQ] = ACTIONS(607), + [anon_sym_PERCENT_EQ] = ACTIONS(607), + [anon_sym_LT_LT_EQ] = ACTIONS(607), + [anon_sym_GT_GT_EQ] = ACTIONS(607), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(607), + [anon_sym_AMP_EQ] = ACTIONS(607), + [anon_sym_AMP_CARET_EQ] = ACTIONS(607), + [anon_sym_PLUS_EQ] = ACTIONS(607), + [anon_sym_DASH_EQ] = ACTIONS(607), + [anon_sym_PIPE_EQ] = ACTIONS(607), + [anon_sym_CARET_EQ] = ACTIONS(607), + [anon_sym_COLON_EQ] = ACTIONS(607), + [anon_sym_shared] = ACTIONS(3433), + [anon_sym_map_LBRACK] = ACTIONS(3435), + [anon_sym_chan] = ACTIONS(3437), + [anon_sym_thread] = ACTIONS(3439), + [anon_sym_atomic] = ACTIONS(3441), + }, + [1122] = { + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3703), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(585), [anon_sym_LF] = ACTIONS(615), [anon_sym_CR] = ACTIONS(615), [anon_sym_CR_LF] = ACTIONS(615), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(615), [anon_sym_as] = ACTIONS(615), + [anon_sym_LBRACE] = ACTIONS(555), [anon_sym_COMMA] = ACTIONS(615), [anon_sym_RBRACE] = ACTIONS(615), - [anon_sym_LPAREN] = ACTIONS(3445), + [anon_sym_LPAREN] = ACTIONS(615), [anon_sym_EQ] = ACTIONS(615), [anon_sym_PIPE] = ACTIONS(615), - [anon_sym_fn] = ACTIONS(3447), + [anon_sym_fn] = ACTIONS(591), [anon_sym_PLUS] = ACTIONS(615), [anon_sym_DASH] = ACTIONS(615), - [anon_sym_STAR] = ACTIONS(3449), + [anon_sym_STAR] = ACTIONS(615), [anon_sym_SLASH] = ACTIONS(615), [anon_sym_PERCENT] = ACTIONS(615), [anon_sym_LT] = ACTIONS(615), @@ -152934,14 +152977,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(615), [anon_sym_GT_EQ] = ACTIONS(615), [anon_sym_LBRACK] = ACTIONS(613), - [anon_sym_struct] = ACTIONS(3451), + [anon_sym_LT2] = ACTIONS(615), + [anon_sym_struct] = ACTIONS(595), [anon_sym_PLUS_PLUS] = ACTIONS(615), [anon_sym_DASH_DASH] = ACTIONS(615), - [anon_sym_QMARK] = ACTIONS(3453), - [anon_sym_BANG] = ACTIONS(3455), - [anon_sym_LBRACK2] = ACTIONS(3457), + [anon_sym_QMARK] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_LBRACK2] = ACTIONS(615), [anon_sym_CARET] = ACTIONS(615), - [anon_sym_AMP] = ACTIONS(3459), + [anon_sym_AMP] = ACTIONS(615), [anon_sym_LT_LT] = ACTIONS(615), [anon_sym_GT_GT] = ACTIONS(615), [anon_sym_GT_GT_GT] = ACTIONS(615), @@ -152968,1823 +153012,1600 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE_EQ] = ACTIONS(615), [anon_sym_CARET_EQ] = ACTIONS(615), [anon_sym_COLON_EQ] = ACTIONS(615), + [anon_sym_shared] = ACTIONS(603), + [anon_sym_map_LBRACK] = ACTIONS(537), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + }, + [1123] = { + [aux_sym_strictly_expression_list_repeat1] = STATE(1423), + [ts_builtin_sym_end] = ACTIONS(1632), + [sym_identifier] = ACTIONS(1634), + [anon_sym_LF] = ACTIONS(1634), + [anon_sym_CR] = ACTIONS(1634), + [anon_sym_CR_LF] = ACTIONS(1634), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1634), + [anon_sym_LBRACE] = ACTIONS(1634), + [anon_sym_COMMA] = ACTIONS(1640), + [anon_sym_const] = ACTIONS(1634), + [anon_sym_LPAREN] = ACTIONS(1634), + [anon_sym_EQ] = ACTIONS(1640), + [anon_sym___global] = ACTIONS(1634), + [anon_sym_type] = ACTIONS(1634), + [anon_sym_fn] = ACTIONS(1634), + [anon_sym_PLUS] = ACTIONS(1634), + [anon_sym_DASH] = ACTIONS(1634), + [anon_sym_STAR] = ACTIONS(1634), + [anon_sym_struct] = ACTIONS(1634), + [anon_sym_union] = ACTIONS(1634), + [anon_sym_pub] = ACTIONS(1634), + [anon_sym_mut] = ACTIONS(1634), + [anon_sym_enum] = ACTIONS(1634), + [anon_sym_interface] = ACTIONS(1634), + [anon_sym_QMARK] = ACTIONS(1634), + [anon_sym_BANG] = ACTIONS(1634), + [anon_sym_go] = ACTIONS(1634), + [anon_sym_spawn] = ACTIONS(1634), + [anon_sym_json_DOTdecode] = ACTIONS(1634), + [anon_sym_LBRACK2] = ACTIONS(1634), + [anon_sym_TILDE] = ACTIONS(1634), + [anon_sym_CARET] = ACTIONS(1634), + [anon_sym_AMP] = ACTIONS(1634), + [anon_sym_LT_DASH] = ACTIONS(1634), + [sym_none] = ACTIONS(1634), + [sym_true] = ACTIONS(1634), + [sym_false] = ACTIONS(1634), + [sym_nil] = ACTIONS(1634), + [anon_sym_if] = ACTIONS(1634), + [anon_sym_DOLLARif] = ACTIONS(1634), + [anon_sym_match] = ACTIONS(1634), + [anon_sym_select] = ACTIONS(1634), + [anon_sym_STAR_EQ] = ACTIONS(1640), + [anon_sym_SLASH_EQ] = ACTIONS(1640), + [anon_sym_PERCENT_EQ] = ACTIONS(1640), + [anon_sym_LT_LT_EQ] = ACTIONS(1640), + [anon_sym_GT_GT_EQ] = ACTIONS(1640), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(1640), + [anon_sym_AMP_EQ] = ACTIONS(1640), + [anon_sym_AMP_CARET_EQ] = ACTIONS(1640), + [anon_sym_PLUS_EQ] = ACTIONS(1640), + [anon_sym_DASH_EQ] = ACTIONS(1640), + [anon_sym_PIPE_EQ] = ACTIONS(1640), + [anon_sym_CARET_EQ] = ACTIONS(1640), + [anon_sym_COLON_EQ] = ACTIONS(1640), + [anon_sym_lock] = ACTIONS(1634), + [anon_sym_rlock] = ACTIONS(1634), + [anon_sym_unsafe] = ACTIONS(1634), + [anon_sym_sql] = ACTIONS(1634), + [sym_int_literal] = ACTIONS(1634), + [sym_float_literal] = ACTIONS(1634), + [sym_rune_literal] = ACTIONS(1634), + [anon_sym_AT] = ACTIONS(1634), + [anon_sym_shared] = ACTIONS(1634), + [anon_sym_map_LBRACK] = ACTIONS(1634), + [anon_sym_chan] = ACTIONS(1634), + [anon_sym_thread] = ACTIONS(1634), + [anon_sym_atomic] = ACTIONS(1634), + [anon_sym_assert] = ACTIONS(1634), + [anon_sym_defer] = ACTIONS(1634), + [anon_sym_goto] = ACTIONS(1634), + [anon_sym_break] = ACTIONS(1634), + [anon_sym_continue] = ACTIONS(1634), + [anon_sym_return] = ACTIONS(1634), + [anon_sym_DOLLARfor] = ACTIONS(1634), + [anon_sym_for] = ACTIONS(1634), + [anon_sym_POUND] = ACTIONS(1634), + [anon_sym_asm] = ACTIONS(1634), + [anon_sym_AT_LBRACK] = ACTIONS(1634), + [sym___double_quote] = ACTIONS(1634), + [sym___single_quote] = ACTIONS(1634), + [sym___c_double_quote] = ACTIONS(1634), + [sym___c_single_quote] = ACTIONS(1634), + [sym___r_double_quote] = ACTIONS(1634), + [sym___r_single_quote] = ACTIONS(1634), + }, + [1124] = { + [sym_reference_expression] = STATE(4636), + [sym_type_reference_expression] = STATE(1793), + [sym_plain_type] = STATE(1812), + [sym__plain_type_without_special] = STATE(1876), + [sym_anon_struct_type] = STATE(1869), + [sym_multi_return_type] = STATE(1876), + [sym_result_type] = STATE(1876), + [sym_option_type] = STATE(1876), + [sym_qualified_type] = STATE(1793), + [sym_fixed_array_type] = STATE(1869), + [sym_array_type] = STATE(1869), + [sym_pointer_type] = STATE(1869), + [sym_wrong_pointer_type] = STATE(1869), + [sym_map_type] = STATE(1869), + [sym_channel_type] = STATE(1869), + [sym_shared_type] = STATE(1869), + [sym_thread_type] = STATE(1869), + [sym_atomic_type] = STATE(1869), + [sym_generic_type] = STATE(1869), + [sym_function_type] = STATE(1869), + [sym_identifier] = ACTIONS(3443), + [anon_sym_LF] = ACTIONS(607), + [anon_sym_CR] = ACTIONS(607), + [anon_sym_CR_LF] = ACTIONS(607), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(607), + [anon_sym_as] = ACTIONS(607), + [anon_sym_COMMA] = ACTIONS(607), + [anon_sym_RBRACE] = ACTIONS(607), + [anon_sym_LPAREN] = ACTIONS(3445), + [anon_sym_EQ] = ACTIONS(607), + [anon_sym_PIPE] = ACTIONS(607), + [anon_sym_fn] = ACTIONS(3447), + [anon_sym_PLUS] = ACTIONS(607), + [anon_sym_DASH] = ACTIONS(607), + [anon_sym_STAR] = ACTIONS(3449), + [anon_sym_SLASH] = ACTIONS(607), + [anon_sym_PERCENT] = ACTIONS(607), + [anon_sym_LT] = ACTIONS(607), + [anon_sym_GT] = ACTIONS(607), + [anon_sym_EQ_EQ] = ACTIONS(607), + [anon_sym_BANG_EQ] = ACTIONS(607), + [anon_sym_LT_EQ] = ACTIONS(607), + [anon_sym_GT_EQ] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LT2] = ACTIONS(607), + [anon_sym_struct] = ACTIONS(3451), + [anon_sym_PLUS_PLUS] = ACTIONS(607), + [anon_sym_DASH_DASH] = ACTIONS(607), + [anon_sym_QMARK] = ACTIONS(3453), + [anon_sym_BANG] = ACTIONS(3455), + [anon_sym_LBRACK2] = ACTIONS(3457), + [anon_sym_CARET] = ACTIONS(607), + [anon_sym_AMP] = ACTIONS(3459), + [anon_sym_LT_LT] = ACTIONS(607), + [anon_sym_GT_GT] = ACTIONS(607), + [anon_sym_GT_GT_GT] = ACTIONS(607), + [anon_sym_AMP_CARET] = ACTIONS(607), + [anon_sym_AMP_AMP] = ACTIONS(607), + [anon_sym_PIPE_PIPE] = ACTIONS(607), + [anon_sym_or] = ACTIONS(607), + [anon_sym_QMARK_DOT] = ACTIONS(607), + [anon_sym_POUND_LBRACK] = ACTIONS(607), + [anon_sym_is] = ACTIONS(607), + [anon_sym_BANGis] = ACTIONS(607), + [anon_sym_in] = ACTIONS(607), + [anon_sym_BANGin] = ACTIONS(607), + [anon_sym_STAR_EQ] = ACTIONS(607), + [anon_sym_SLASH_EQ] = ACTIONS(607), + [anon_sym_PERCENT_EQ] = ACTIONS(607), + [anon_sym_LT_LT_EQ] = ACTIONS(607), + [anon_sym_GT_GT_EQ] = ACTIONS(607), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(607), + [anon_sym_AMP_EQ] = ACTIONS(607), + [anon_sym_AMP_CARET_EQ] = ACTIONS(607), + [anon_sym_PLUS_EQ] = ACTIONS(607), + [anon_sym_DASH_EQ] = ACTIONS(607), + [anon_sym_PIPE_EQ] = ACTIONS(607), + [anon_sym_CARET_EQ] = ACTIONS(607), + [anon_sym_COLON_EQ] = ACTIONS(607), + [anon_sym_shared] = ACTIONS(3461), + [anon_sym_map_LBRACK] = ACTIONS(3463), + [anon_sym_chan] = ACTIONS(3465), + [anon_sym_thread] = ACTIONS(3467), + [anon_sym_atomic] = ACTIONS(3469), + }, + [1125] = { + [sym_reference_expression] = STATE(4636), + [sym_type_reference_expression] = STATE(1793), + [sym_plain_type] = STATE(1832), + [sym__plain_type_without_special] = STATE(1876), + [sym_anon_struct_type] = STATE(1869), + [sym_multi_return_type] = STATE(1876), + [sym_result_type] = STATE(1876), + [sym_option_type] = STATE(1876), + [sym_qualified_type] = STATE(1793), + [sym_fixed_array_type] = STATE(1869), + [sym_array_type] = STATE(1869), + [sym_pointer_type] = STATE(1869), + [sym_wrong_pointer_type] = STATE(1869), + [sym_map_type] = STATE(1869), + [sym_channel_type] = STATE(1869), + [sym_shared_type] = STATE(1869), + [sym_thread_type] = STATE(1869), + [sym_atomic_type] = STATE(1869), + [sym_generic_type] = STATE(1869), + [sym_function_type] = STATE(1869), + [sym_identifier] = ACTIONS(3443), + [anon_sym_LF] = ACTIONS(555), + [anon_sym_CR] = ACTIONS(555), + [anon_sym_CR_LF] = ACTIONS(555), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(555), + [anon_sym_as] = ACTIONS(555), + [anon_sym_COMMA] = ACTIONS(555), + [anon_sym_RBRACE] = ACTIONS(555), + [anon_sym_LPAREN] = ACTIONS(3445), + [anon_sym_EQ] = ACTIONS(555), + [anon_sym_PIPE] = ACTIONS(555), + [anon_sym_fn] = ACTIONS(3447), + [anon_sym_PLUS] = ACTIONS(555), + [anon_sym_DASH] = ACTIONS(555), + [anon_sym_STAR] = ACTIONS(3449), + [anon_sym_SLASH] = ACTIONS(555), + [anon_sym_PERCENT] = ACTIONS(555), + [anon_sym_LT] = ACTIONS(555), + [anon_sym_GT] = ACTIONS(555), + [anon_sym_EQ_EQ] = ACTIONS(555), + [anon_sym_BANG_EQ] = ACTIONS(555), + [anon_sym_LT_EQ] = ACTIONS(555), + [anon_sym_GT_EQ] = ACTIONS(555), + [anon_sym_LBRACK] = ACTIONS(551), + [anon_sym_LT2] = ACTIONS(555), + [anon_sym_struct] = ACTIONS(3451), + [anon_sym_PLUS_PLUS] = ACTIONS(555), + [anon_sym_DASH_DASH] = ACTIONS(555), + [anon_sym_QMARK] = ACTIONS(3453), + [anon_sym_BANG] = ACTIONS(3455), + [anon_sym_LBRACK2] = ACTIONS(3457), + [anon_sym_CARET] = ACTIONS(555), + [anon_sym_AMP] = ACTIONS(3459), + [anon_sym_LT_LT] = ACTIONS(555), + [anon_sym_GT_GT] = ACTIONS(555), + [anon_sym_GT_GT_GT] = ACTIONS(555), + [anon_sym_AMP_CARET] = ACTIONS(555), + [anon_sym_AMP_AMP] = ACTIONS(555), + [anon_sym_PIPE_PIPE] = ACTIONS(555), + [anon_sym_or] = ACTIONS(555), + [anon_sym_QMARK_DOT] = ACTIONS(555), + [anon_sym_POUND_LBRACK] = ACTIONS(555), + [anon_sym_is] = ACTIONS(555), + [anon_sym_BANGis] = ACTIONS(555), + [anon_sym_in] = ACTIONS(555), + [anon_sym_BANGin] = ACTIONS(555), + [anon_sym_STAR_EQ] = ACTIONS(555), + [anon_sym_SLASH_EQ] = ACTIONS(555), + [anon_sym_PERCENT_EQ] = ACTIONS(555), + [anon_sym_LT_LT_EQ] = ACTIONS(555), + [anon_sym_GT_GT_EQ] = ACTIONS(555), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(555), + [anon_sym_AMP_EQ] = ACTIONS(555), + [anon_sym_AMP_CARET_EQ] = ACTIONS(555), + [anon_sym_PLUS_EQ] = ACTIONS(555), + [anon_sym_DASH_EQ] = ACTIONS(555), + [anon_sym_PIPE_EQ] = ACTIONS(555), + [anon_sym_CARET_EQ] = ACTIONS(555), + [anon_sym_COLON_EQ] = ACTIONS(555), + [anon_sym_shared] = ACTIONS(3461), + [anon_sym_map_LBRACK] = ACTIONS(3463), + [anon_sym_chan] = ACTIONS(3465), + [anon_sym_thread] = ACTIONS(3467), + [anon_sym_atomic] = ACTIONS(3469), + }, + [1126] = { + [sym_reference_expression] = STATE(4636), + [sym_type_reference_expression] = STATE(1793), + [sym_plain_type] = STATE(1858), + [sym__plain_type_without_special] = STATE(1876), + [sym_anon_struct_type] = STATE(1869), + [sym_multi_return_type] = STATE(1876), + [sym_result_type] = STATE(1876), + [sym_option_type] = STATE(1876), + [sym_qualified_type] = STATE(1793), + [sym_fixed_array_type] = STATE(1869), + [sym_array_type] = STATE(1869), + [sym_pointer_type] = STATE(1869), + [sym_wrong_pointer_type] = STATE(1869), + [sym_map_type] = STATE(1869), + [sym_channel_type] = STATE(1869), + [sym_shared_type] = STATE(1869), + [sym_thread_type] = STATE(1869), + [sym_atomic_type] = STATE(1869), + [sym_generic_type] = STATE(1869), + [sym_function_type] = STATE(1869), + [sym_identifier] = ACTIONS(3443), + [anon_sym_LF] = ACTIONS(611), + [anon_sym_CR] = ACTIONS(611), + [anon_sym_CR_LF] = ACTIONS(611), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(611), + [anon_sym_as] = ACTIONS(611), + [anon_sym_COMMA] = ACTIONS(611), + [anon_sym_RBRACE] = ACTIONS(611), + [anon_sym_LPAREN] = ACTIONS(3445), + [anon_sym_EQ] = ACTIONS(611), + [anon_sym_PIPE] = ACTIONS(611), + [anon_sym_fn] = ACTIONS(3447), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_STAR] = ACTIONS(3449), + [anon_sym_SLASH] = ACTIONS(611), + [anon_sym_PERCENT] = ACTIONS(611), + [anon_sym_LT] = ACTIONS(611), + [anon_sym_GT] = ACTIONS(611), + [anon_sym_EQ_EQ] = ACTIONS(611), + [anon_sym_BANG_EQ] = ACTIONS(611), + [anon_sym_LT_EQ] = ACTIONS(611), + [anon_sym_GT_EQ] = ACTIONS(611), + [anon_sym_LBRACK] = ACTIONS(609), + [anon_sym_LT2] = ACTIONS(611), + [anon_sym_struct] = ACTIONS(3451), + [anon_sym_PLUS_PLUS] = ACTIONS(611), + [anon_sym_DASH_DASH] = ACTIONS(611), + [anon_sym_QMARK] = ACTIONS(3453), + [anon_sym_BANG] = ACTIONS(3455), + [anon_sym_LBRACK2] = ACTIONS(3457), + [anon_sym_CARET] = ACTIONS(611), + [anon_sym_AMP] = ACTIONS(3459), + [anon_sym_LT_LT] = ACTIONS(611), + [anon_sym_GT_GT] = ACTIONS(611), + [anon_sym_GT_GT_GT] = ACTIONS(611), + [anon_sym_AMP_CARET] = ACTIONS(611), + [anon_sym_AMP_AMP] = ACTIONS(611), + [anon_sym_PIPE_PIPE] = ACTIONS(611), + [anon_sym_or] = ACTIONS(611), + [anon_sym_QMARK_DOT] = ACTIONS(611), + [anon_sym_POUND_LBRACK] = ACTIONS(611), + [anon_sym_is] = ACTIONS(611), + [anon_sym_BANGis] = ACTIONS(611), + [anon_sym_in] = ACTIONS(611), + [anon_sym_BANGin] = ACTIONS(611), + [anon_sym_STAR_EQ] = ACTIONS(611), + [anon_sym_SLASH_EQ] = ACTIONS(611), + [anon_sym_PERCENT_EQ] = ACTIONS(611), + [anon_sym_LT_LT_EQ] = ACTIONS(611), + [anon_sym_GT_GT_EQ] = ACTIONS(611), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(611), + [anon_sym_AMP_EQ] = ACTIONS(611), + [anon_sym_AMP_CARET_EQ] = ACTIONS(611), + [anon_sym_PLUS_EQ] = ACTIONS(611), + [anon_sym_DASH_EQ] = ACTIONS(611), + [anon_sym_PIPE_EQ] = ACTIONS(611), + [anon_sym_CARET_EQ] = ACTIONS(611), + [anon_sym_COLON_EQ] = ACTIONS(611), [anon_sym_shared] = ACTIONS(3461), [anon_sym_map_LBRACK] = ACTIONS(3463), [anon_sym_chan] = ACTIONS(3465), [anon_sym_thread] = ACTIONS(3467), [anon_sym_atomic] = ACTIONS(3469), }, + [1127] = { + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3701), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(585), + [anon_sym_LF] = ACTIONS(587), + [anon_sym_CR] = ACTIONS(587), + [anon_sym_CR_LF] = ACTIONS(587), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(587), + [anon_sym_as] = ACTIONS(587), + [anon_sym_COMMA] = ACTIONS(587), + [anon_sym_RBRACE] = ACTIONS(587), + [anon_sym_LPAREN] = ACTIONS(589), + [anon_sym_EQ] = ACTIONS(587), + [anon_sym_PIPE] = ACTIONS(587), + [anon_sym_fn] = ACTIONS(591), + [anon_sym_PLUS] = ACTIONS(587), + [anon_sym_DASH] = ACTIONS(587), + [anon_sym_STAR] = ACTIONS(593), + [anon_sym_SLASH] = ACTIONS(587), + [anon_sym_PERCENT] = ACTIONS(587), + [anon_sym_LT] = ACTIONS(587), + [anon_sym_GT] = ACTIONS(587), + [anon_sym_EQ_EQ] = ACTIONS(587), + [anon_sym_BANG_EQ] = ACTIONS(587), + [anon_sym_LT_EQ] = ACTIONS(587), + [anon_sym_GT_EQ] = ACTIONS(587), + [anon_sym_LBRACK] = ACTIONS(583), + [anon_sym_LT2] = ACTIONS(587), + [anon_sym_struct] = ACTIONS(595), + [anon_sym_PLUS_PLUS] = ACTIONS(587), + [anon_sym_DASH_DASH] = ACTIONS(587), + [anon_sym_QMARK] = ACTIONS(503), + [anon_sym_BANG] = ACTIONS(3471), + [anon_sym_LBRACK2] = ACTIONS(599), + [anon_sym_CARET] = ACTIONS(587), + [anon_sym_AMP] = ACTIONS(601), + [anon_sym_LT_LT] = ACTIONS(587), + [anon_sym_GT_GT] = ACTIONS(587), + [anon_sym_GT_GT_GT] = ACTIONS(587), + [anon_sym_AMP_CARET] = ACTIONS(587), + [anon_sym_AMP_AMP] = ACTIONS(587), + [anon_sym_PIPE_PIPE] = ACTIONS(587), + [anon_sym_or] = ACTIONS(587), + [anon_sym_QMARK_DOT] = ACTIONS(587), + [anon_sym_POUND_LBRACK] = ACTIONS(587), + [anon_sym_is] = ACTIONS(587), + [anon_sym_BANGis] = ACTIONS(587), + [anon_sym_in] = ACTIONS(587), + [anon_sym_BANGin] = ACTIONS(587), + [anon_sym_STAR_EQ] = ACTIONS(587), + [anon_sym_SLASH_EQ] = ACTIONS(587), + [anon_sym_PERCENT_EQ] = ACTIONS(587), + [anon_sym_LT_LT_EQ] = ACTIONS(587), + [anon_sym_GT_GT_EQ] = ACTIONS(587), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(587), + [anon_sym_AMP_EQ] = ACTIONS(587), + [anon_sym_AMP_CARET_EQ] = ACTIONS(587), + [anon_sym_PLUS_EQ] = ACTIONS(587), + [anon_sym_DASH_EQ] = ACTIONS(587), + [anon_sym_PIPE_EQ] = ACTIONS(587), + [anon_sym_CARET_EQ] = ACTIONS(587), + [anon_sym_COLON_EQ] = ACTIONS(587), + [anon_sym_shared] = ACTIONS(603), + [anon_sym_map_LBRACK] = ACTIONS(537), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + }, [1128] = { - [sym_type_parameters] = STATE(4123), - [sym_argument_list] = STATE(1197), - [sym_or_block] = STATE(1198), - [sym_identifier] = ACTIONS(2076), - [anon_sym_LF] = ACTIONS(2076), - [anon_sym_CR] = ACTIONS(2076), - [anon_sym_CR_LF] = ACTIONS(2076), + [sym_type_parameters] = STATE(4257), + [sym_argument_list] = STATE(1221), + [sym_or_block] = STATE(1220), + [sym_identifier] = ACTIONS(3473), + [anon_sym_LF] = ACTIONS(3473), + [anon_sym_CR] = ACTIONS(3473), + [anon_sym_CR_LF] = ACTIONS(3473), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2076), - [anon_sym_DOT] = ACTIONS(3471), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2076), - [anon_sym_COMMA] = ACTIONS(2076), - [anon_sym_RBRACE] = ACTIONS(2076), - [anon_sym_LPAREN] = ACTIONS(3473), - [anon_sym_PIPE] = ACTIONS(2076), - [anon_sym_fn] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(2076), - [anon_sym_DASH] = ACTIONS(2076), - [anon_sym_STAR] = ACTIONS(3475), - [anon_sym_SLASH] = ACTIONS(3475), - [anon_sym_PERCENT] = ACTIONS(3475), - [anon_sym_LT] = ACTIONS(2076), - [anon_sym_GT] = ACTIONS(2076), - [anon_sym_EQ_EQ] = ACTIONS(2076), - [anon_sym_BANG_EQ] = ACTIONS(2076), - [anon_sym_LT_EQ] = ACTIONS(2076), - [anon_sym_GT_EQ] = ACTIONS(2076), - [anon_sym_LBRACK] = ACTIONS(3477), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_mut] = ACTIONS(2076), - [anon_sym_PLUS_PLUS] = ACTIONS(2076), - [anon_sym_DASH_DASH] = ACTIONS(2076), - [anon_sym_QMARK] = ACTIONS(3479), - [anon_sym_BANG] = ACTIONS(3481), - [anon_sym_go] = ACTIONS(2076), - [anon_sym_spawn] = ACTIONS(2076), - [anon_sym_json_DOTdecode] = ACTIONS(2076), - [anon_sym_LBRACK2] = ACTIONS(3483), - [anon_sym_TILDE] = ACTIONS(2076), - [anon_sym_CARET] = ACTIONS(2076), - [anon_sym_AMP] = ACTIONS(3475), - [anon_sym_LT_DASH] = ACTIONS(2076), - [anon_sym_LT_LT] = ACTIONS(3475), - [anon_sym_GT_GT] = ACTIONS(3475), - [anon_sym_GT_GT_GT] = ACTIONS(3475), - [anon_sym_AMP_CARET] = ACTIONS(3475), - [anon_sym_AMP_AMP] = ACTIONS(2076), - [anon_sym_PIPE_PIPE] = ACTIONS(2076), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2076), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_nil] = ACTIONS(2076), - [anon_sym_QMARK_DOT] = ACTIONS(3471), - [anon_sym_POUND_LBRACK] = ACTIONS(3483), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_DOLLARif] = ACTIONS(2076), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2076), - [anon_sym_in] = ACTIONS(2076), - [anon_sym_BANGin] = ACTIONS(2076), - [anon_sym_match] = ACTIONS(2076), - [anon_sym_select] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2076), - [anon_sym_rlock] = ACTIONS(2076), - [anon_sym_unsafe] = ACTIONS(2076), - [anon_sym_sql] = ACTIONS(2076), - [sym_int_literal] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2076), - [sym_rune_literal] = ACTIONS(2076), - [anon_sym_AT] = ACTIONS(2076), - [anon_sym_shared] = ACTIONS(2076), - [anon_sym_map_LBRACK] = ACTIONS(2076), - [anon_sym_chan] = ACTIONS(2076), - [anon_sym_thread] = ACTIONS(2076), - [anon_sym_atomic] = ACTIONS(2076), - [sym___double_quote] = ACTIONS(2076), - [sym___single_quote] = ACTIONS(2076), - [sym___c_double_quote] = ACTIONS(2076), - [sym___c_single_quote] = ACTIONS(2076), - [sym___r_double_quote] = ACTIONS(2076), - [sym___r_single_quote] = ACTIONS(2076), + [anon_sym_SEMI] = ACTIONS(3473), + [anon_sym_DOT] = ACTIONS(3475), + [anon_sym_as] = ACTIONS(3477), + [anon_sym_LBRACE] = ACTIONS(3473), + [anon_sym_COMMA] = ACTIONS(3473), + [anon_sym_RBRACE] = ACTIONS(3473), + [anon_sym_LPAREN] = ACTIONS(3479), + [anon_sym_PIPE] = ACTIONS(3481), + [anon_sym_fn] = ACTIONS(3473), + [anon_sym_PLUS] = ACTIONS(3481), + [anon_sym_DASH] = ACTIONS(3481), + [anon_sym_STAR] = ACTIONS(3483), + [anon_sym_SLASH] = ACTIONS(3483), + [anon_sym_PERCENT] = ACTIONS(3483), + [anon_sym_LT] = ACTIONS(3485), + [anon_sym_GT] = ACTIONS(3485), + [anon_sym_EQ_EQ] = ACTIONS(3485), + [anon_sym_BANG_EQ] = ACTIONS(3485), + [anon_sym_LT_EQ] = ACTIONS(3485), + [anon_sym_GT_EQ] = ACTIONS(3485), + [anon_sym_LBRACK] = ACTIONS(3487), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(3473), + [anon_sym_mut] = ACTIONS(3473), + [anon_sym_PLUS_PLUS] = ACTIONS(3489), + [anon_sym_DASH_DASH] = ACTIONS(3491), + [anon_sym_QMARK] = ACTIONS(3493), + [anon_sym_BANG] = ACTIONS(3495), + [anon_sym_go] = ACTIONS(3473), + [anon_sym_spawn] = ACTIONS(3473), + [anon_sym_json_DOTdecode] = ACTIONS(3473), + [anon_sym_LBRACK2] = ACTIONS(3497), + [anon_sym_TILDE] = ACTIONS(3473), + [anon_sym_CARET] = ACTIONS(3481), + [anon_sym_AMP] = ACTIONS(3483), + [anon_sym_LT_DASH] = ACTIONS(3473), + [anon_sym_LT_LT] = ACTIONS(3483), + [anon_sym_GT_GT] = ACTIONS(3483), + [anon_sym_GT_GT_GT] = ACTIONS(3483), + [anon_sym_AMP_CARET] = ACTIONS(3483), + [anon_sym_AMP_AMP] = ACTIONS(3499), + [anon_sym_PIPE_PIPE] = ACTIONS(3501), + [anon_sym_or] = ACTIONS(3503), + [sym_none] = ACTIONS(3473), + [sym_true] = ACTIONS(3473), + [sym_false] = ACTIONS(3473), + [sym_nil] = ACTIONS(3473), + [anon_sym_QMARK_DOT] = ACTIONS(3475), + [anon_sym_POUND_LBRACK] = ACTIONS(3497), + [anon_sym_if] = ACTIONS(3473), + [anon_sym_DOLLARif] = ACTIONS(3473), + [anon_sym_is] = ACTIONS(3505), + [anon_sym_BANGis] = ACTIONS(3507), + [anon_sym_in] = ACTIONS(3509), + [anon_sym_BANGin] = ACTIONS(3511), + [anon_sym_match] = ACTIONS(3473), + [anon_sym_select] = ACTIONS(3473), + [anon_sym_lock] = ACTIONS(3473), + [anon_sym_rlock] = ACTIONS(3473), + [anon_sym_unsafe] = ACTIONS(3473), + [anon_sym_sql] = ACTIONS(3473), + [sym_int_literal] = ACTIONS(3473), + [sym_float_literal] = ACTIONS(3473), + [sym_rune_literal] = ACTIONS(3473), + [anon_sym_AT] = ACTIONS(3473), + [anon_sym_shared] = ACTIONS(3473), + [anon_sym_map_LBRACK] = ACTIONS(3473), + [anon_sym_chan] = ACTIONS(3473), + [anon_sym_thread] = ACTIONS(3473), + [anon_sym_atomic] = ACTIONS(3473), + [sym___double_quote] = ACTIONS(3473), + [sym___single_quote] = ACTIONS(3473), + [sym___c_double_quote] = ACTIONS(3473), + [sym___c_single_quote] = ACTIONS(3473), + [sym___r_double_quote] = ACTIONS(3473), + [sym___r_single_quote] = ACTIONS(3473), }, [1129] = { - [sym_type_parameters] = STATE(4123), - [sym_argument_list] = STATE(1197), - [sym_or_block] = STATE(1198), - [sym_identifier] = ACTIONS(2076), - [anon_sym_LF] = ACTIONS(2076), - [anon_sym_CR] = ACTIONS(2076), - [anon_sym_CR_LF] = ACTIONS(2076), + [sym_type_parameters] = STATE(4257), + [sym_argument_list] = STATE(1221), + [sym_or_block] = STATE(1220), + [sym_identifier] = ACTIONS(1782), + [anon_sym_LF] = ACTIONS(1782), + [anon_sym_CR] = ACTIONS(1782), + [anon_sym_CR_LF] = ACTIONS(1782), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2076), - [anon_sym_DOT] = ACTIONS(3471), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2076), - [anon_sym_COMMA] = ACTIONS(2076), - [anon_sym_RBRACE] = ACTIONS(2076), - [anon_sym_LPAREN] = ACTIONS(3473), - [anon_sym_PIPE] = ACTIONS(3485), - [anon_sym_fn] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(3485), - [anon_sym_DASH] = ACTIONS(3485), - [anon_sym_STAR] = ACTIONS(3475), - [anon_sym_SLASH] = ACTIONS(3475), - [anon_sym_PERCENT] = ACTIONS(3475), - [anon_sym_LT] = ACTIONS(2076), - [anon_sym_GT] = ACTIONS(2076), - [anon_sym_EQ_EQ] = ACTIONS(2076), - [anon_sym_BANG_EQ] = ACTIONS(2076), - [anon_sym_LT_EQ] = ACTIONS(2076), - [anon_sym_GT_EQ] = ACTIONS(2076), - [anon_sym_LBRACK] = ACTIONS(3477), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_mut] = ACTIONS(2076), - [anon_sym_PLUS_PLUS] = ACTIONS(2076), - [anon_sym_DASH_DASH] = ACTIONS(2076), - [anon_sym_QMARK] = ACTIONS(3479), - [anon_sym_BANG] = ACTIONS(3481), - [anon_sym_go] = ACTIONS(2076), - [anon_sym_spawn] = ACTIONS(2076), - [anon_sym_json_DOTdecode] = ACTIONS(2076), - [anon_sym_LBRACK2] = ACTIONS(3483), - [anon_sym_TILDE] = ACTIONS(2076), - [anon_sym_CARET] = ACTIONS(3485), - [anon_sym_AMP] = ACTIONS(3475), - [anon_sym_LT_DASH] = ACTIONS(2076), - [anon_sym_LT_LT] = ACTIONS(3475), - [anon_sym_GT_GT] = ACTIONS(3475), - [anon_sym_GT_GT_GT] = ACTIONS(3475), - [anon_sym_AMP_CARET] = ACTIONS(3475), - [anon_sym_AMP_AMP] = ACTIONS(2076), - [anon_sym_PIPE_PIPE] = ACTIONS(2076), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2076), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_nil] = ACTIONS(2076), - [anon_sym_QMARK_DOT] = ACTIONS(3471), - [anon_sym_POUND_LBRACK] = ACTIONS(3483), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_DOLLARif] = ACTIONS(2076), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2076), - [anon_sym_in] = ACTIONS(2076), - [anon_sym_BANGin] = ACTIONS(2076), - [anon_sym_match] = ACTIONS(2076), - [anon_sym_select] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2076), - [anon_sym_rlock] = ACTIONS(2076), - [anon_sym_unsafe] = ACTIONS(2076), - [anon_sym_sql] = ACTIONS(2076), - [sym_int_literal] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2076), - [sym_rune_literal] = ACTIONS(2076), - [anon_sym_AT] = ACTIONS(2076), - [anon_sym_shared] = ACTIONS(2076), - [anon_sym_map_LBRACK] = ACTIONS(2076), - [anon_sym_chan] = ACTIONS(2076), - [anon_sym_thread] = ACTIONS(2076), - [anon_sym_atomic] = ACTIONS(2076), - [sym___double_quote] = ACTIONS(2076), - [sym___single_quote] = ACTIONS(2076), - [sym___c_double_quote] = ACTIONS(2076), - [sym___c_single_quote] = ACTIONS(2076), - [sym___r_double_quote] = ACTIONS(2076), - [sym___r_single_quote] = ACTIONS(2076), + [anon_sym_SEMI] = ACTIONS(1782), + [anon_sym_DOT] = ACTIONS(3475), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1782), + [anon_sym_COMMA] = ACTIONS(1782), + [anon_sym_RBRACE] = ACTIONS(1782), + [anon_sym_LPAREN] = ACTIONS(3479), + [anon_sym_PIPE] = ACTIONS(1782), + [anon_sym_fn] = ACTIONS(1782), + [anon_sym_PLUS] = ACTIONS(1782), + [anon_sym_DASH] = ACTIONS(1782), + [anon_sym_STAR] = ACTIONS(1782), + [anon_sym_SLASH] = ACTIONS(1782), + [anon_sym_PERCENT] = ACTIONS(1782), + [anon_sym_LT] = ACTIONS(1782), + [anon_sym_GT] = ACTIONS(1782), + [anon_sym_EQ_EQ] = ACTIONS(1782), + [anon_sym_BANG_EQ] = ACTIONS(1782), + [anon_sym_LT_EQ] = ACTIONS(1782), + [anon_sym_GT_EQ] = ACTIONS(1782), + [anon_sym_LBRACK] = ACTIONS(3487), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_QMARK] = ACTIONS(3493), + [anon_sym_BANG] = ACTIONS(3495), + [anon_sym_go] = ACTIONS(1782), + [anon_sym_spawn] = ACTIONS(1782), + [anon_sym_json_DOTdecode] = ACTIONS(1782), + [anon_sym_LBRACK2] = ACTIONS(3497), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_CARET] = ACTIONS(1782), + [anon_sym_AMP] = ACTIONS(1782), + [anon_sym_LT_DASH] = ACTIONS(1782), + [anon_sym_LT_LT] = ACTIONS(1782), + [anon_sym_GT_GT] = ACTIONS(1782), + [anon_sym_GT_GT_GT] = ACTIONS(1782), + [anon_sym_AMP_CARET] = ACTIONS(1782), + [anon_sym_AMP_AMP] = ACTIONS(1782), + [anon_sym_PIPE_PIPE] = ACTIONS(1782), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1782), + [sym_true] = ACTIONS(1782), + [sym_false] = ACTIONS(1782), + [sym_nil] = ACTIONS(1782), + [anon_sym_QMARK_DOT] = ACTIONS(3475), + [anon_sym_POUND_LBRACK] = ACTIONS(3497), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_DOLLARif] = ACTIONS(1782), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1782), + [anon_sym_in] = ACTIONS(1782), + [anon_sym_BANGin] = ACTIONS(1782), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_select] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1782), + [anon_sym_rlock] = ACTIONS(1782), + [anon_sym_unsafe] = ACTIONS(1782), + [anon_sym_sql] = ACTIONS(1782), + [sym_int_literal] = ACTIONS(1782), + [sym_float_literal] = ACTIONS(1782), + [sym_rune_literal] = ACTIONS(1782), + [anon_sym_AT] = ACTIONS(1782), + [anon_sym_shared] = ACTIONS(1782), + [anon_sym_map_LBRACK] = ACTIONS(1782), + [anon_sym_chan] = ACTIONS(1782), + [anon_sym_thread] = ACTIONS(1782), + [anon_sym_atomic] = ACTIONS(1782), + [sym___double_quote] = ACTIONS(1782), + [sym___single_quote] = ACTIONS(1782), + [sym___c_double_quote] = ACTIONS(1782), + [sym___c_single_quote] = ACTIONS(1782), + [sym___r_double_quote] = ACTIONS(1782), + [sym___r_single_quote] = ACTIONS(1782), }, [1130] = { - [sym_type_parameters] = STATE(4123), - [sym_argument_list] = STATE(1197), - [sym_or_block] = STATE(1198), - [sym_identifier] = ACTIONS(2112), - [anon_sym_LF] = ACTIONS(2112), - [anon_sym_CR] = ACTIONS(2112), - [anon_sym_CR_LF] = ACTIONS(2112), + [sym_type_parameters] = STATE(4257), + [sym_argument_list] = STATE(1221), + [sym_or_block] = STATE(1220), + [sym_identifier] = ACTIONS(1730), + [anon_sym_LF] = ACTIONS(1730), + [anon_sym_CR] = ACTIONS(1730), + [anon_sym_CR_LF] = ACTIONS(1730), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2112), - [anon_sym_DOT] = ACTIONS(3471), - [anon_sym_as] = ACTIONS(2112), - [anon_sym_LBRACE] = ACTIONS(2112), - [anon_sym_COMMA] = ACTIONS(2112), - [anon_sym_RBRACE] = ACTIONS(2112), - [anon_sym_LPAREN] = ACTIONS(3473), - [anon_sym_PIPE] = ACTIONS(3485), - [anon_sym_fn] = ACTIONS(2112), - [anon_sym_PLUS] = ACTIONS(3485), - [anon_sym_DASH] = ACTIONS(3485), - [anon_sym_STAR] = ACTIONS(3475), - [anon_sym_SLASH] = ACTIONS(3475), - [anon_sym_PERCENT] = ACTIONS(3475), - [anon_sym_LT] = ACTIONS(2112), - [anon_sym_GT] = ACTIONS(2112), - [anon_sym_EQ_EQ] = ACTIONS(2112), - [anon_sym_BANG_EQ] = ACTIONS(2112), - [anon_sym_LT_EQ] = ACTIONS(2112), - [anon_sym_GT_EQ] = ACTIONS(2112), - [anon_sym_LBRACK] = ACTIONS(3477), - [anon_sym_struct] = ACTIONS(2112), - [anon_sym_mut] = ACTIONS(2112), - [anon_sym_PLUS_PLUS] = ACTIONS(2112), - [anon_sym_DASH_DASH] = ACTIONS(2112), - [anon_sym_QMARK] = ACTIONS(3479), - [anon_sym_BANG] = ACTIONS(3481), - [anon_sym_go] = ACTIONS(2112), - [anon_sym_spawn] = ACTIONS(2112), - [anon_sym_json_DOTdecode] = ACTIONS(2112), - [anon_sym_LBRACK2] = ACTIONS(3483), - [anon_sym_TILDE] = ACTIONS(2112), - [anon_sym_CARET] = ACTIONS(3485), - [anon_sym_AMP] = ACTIONS(3475), - [anon_sym_LT_DASH] = ACTIONS(2112), - [anon_sym_LT_LT] = ACTIONS(3475), - [anon_sym_GT_GT] = ACTIONS(3475), - [anon_sym_GT_GT_GT] = ACTIONS(3475), - [anon_sym_AMP_CARET] = ACTIONS(3475), - [anon_sym_AMP_AMP] = ACTIONS(2112), - [anon_sym_PIPE_PIPE] = ACTIONS(2112), - [anon_sym_or] = ACTIONS(2112), - [sym_none] = ACTIONS(2112), - [sym_true] = ACTIONS(2112), - [sym_false] = ACTIONS(2112), - [sym_nil] = ACTIONS(2112), - [anon_sym_QMARK_DOT] = ACTIONS(3471), - [anon_sym_POUND_LBRACK] = ACTIONS(3483), - [anon_sym_if] = ACTIONS(2112), - [anon_sym_DOLLARif] = ACTIONS(2112), - [anon_sym_is] = ACTIONS(2112), - [anon_sym_BANGis] = ACTIONS(2112), - [anon_sym_in] = ACTIONS(2112), - [anon_sym_BANGin] = ACTIONS(2112), - [anon_sym_match] = ACTIONS(2112), - [anon_sym_select] = ACTIONS(2112), - [anon_sym_lock] = ACTIONS(2112), - [anon_sym_rlock] = ACTIONS(2112), - [anon_sym_unsafe] = ACTIONS(2112), - [anon_sym_sql] = ACTIONS(2112), - [sym_int_literal] = ACTIONS(2112), - [sym_float_literal] = ACTIONS(2112), - [sym_rune_literal] = ACTIONS(2112), - [anon_sym_AT] = ACTIONS(2112), - [anon_sym_shared] = ACTIONS(2112), - [anon_sym_map_LBRACK] = ACTIONS(2112), - [anon_sym_chan] = ACTIONS(2112), - [anon_sym_thread] = ACTIONS(2112), - [anon_sym_atomic] = ACTIONS(2112), - [sym___double_quote] = ACTIONS(2112), - [sym___single_quote] = ACTIONS(2112), - [sym___c_double_quote] = ACTIONS(2112), - [sym___c_single_quote] = ACTIONS(2112), - [sym___r_double_quote] = ACTIONS(2112), - [sym___r_single_quote] = ACTIONS(2112), + [anon_sym_SEMI] = ACTIONS(1730), + [anon_sym_DOT] = ACTIONS(3475), + [anon_sym_as] = ACTIONS(3477), + [anon_sym_LBRACE] = ACTIONS(1730), + [anon_sym_COMMA] = ACTIONS(1730), + [anon_sym_RBRACE] = ACTIONS(1730), + [anon_sym_LPAREN] = ACTIONS(3479), + [anon_sym_PIPE] = ACTIONS(3481), + [anon_sym_fn] = ACTIONS(1730), + [anon_sym_PLUS] = ACTIONS(3481), + [anon_sym_DASH] = ACTIONS(3481), + [anon_sym_STAR] = ACTIONS(3483), + [anon_sym_SLASH] = ACTIONS(3483), + [anon_sym_PERCENT] = ACTIONS(3483), + [anon_sym_LT] = ACTIONS(3485), + [anon_sym_GT] = ACTIONS(3485), + [anon_sym_EQ_EQ] = ACTIONS(3485), + [anon_sym_BANG_EQ] = ACTIONS(3485), + [anon_sym_LT_EQ] = ACTIONS(3485), + [anon_sym_GT_EQ] = ACTIONS(3485), + [anon_sym_LBRACK] = ACTIONS(3487), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1730), + [anon_sym_mut] = ACTIONS(1730), + [anon_sym_PLUS_PLUS] = ACTIONS(3489), + [anon_sym_DASH_DASH] = ACTIONS(3491), + [anon_sym_QMARK] = ACTIONS(3493), + [anon_sym_BANG] = ACTIONS(3495), + [anon_sym_go] = ACTIONS(1730), + [anon_sym_spawn] = ACTIONS(1730), + [anon_sym_json_DOTdecode] = ACTIONS(1730), + [anon_sym_LBRACK2] = ACTIONS(3497), + [anon_sym_TILDE] = ACTIONS(1730), + [anon_sym_CARET] = ACTIONS(3481), + [anon_sym_AMP] = ACTIONS(3483), + [anon_sym_LT_DASH] = ACTIONS(1730), + [anon_sym_LT_LT] = ACTIONS(3483), + [anon_sym_GT_GT] = ACTIONS(3483), + [anon_sym_GT_GT_GT] = ACTIONS(3483), + [anon_sym_AMP_CARET] = ACTIONS(3483), + [anon_sym_AMP_AMP] = ACTIONS(3499), + [anon_sym_PIPE_PIPE] = ACTIONS(3501), + [anon_sym_or] = ACTIONS(3503), + [sym_none] = ACTIONS(1730), + [sym_true] = ACTIONS(1730), + [sym_false] = ACTIONS(1730), + [sym_nil] = ACTIONS(1730), + [anon_sym_QMARK_DOT] = ACTIONS(3475), + [anon_sym_POUND_LBRACK] = ACTIONS(3497), + [anon_sym_if] = ACTIONS(1730), + [anon_sym_DOLLARif] = ACTIONS(1730), + [anon_sym_is] = ACTIONS(3505), + [anon_sym_BANGis] = ACTIONS(3507), + [anon_sym_in] = ACTIONS(3509), + [anon_sym_BANGin] = ACTIONS(3511), + [anon_sym_match] = ACTIONS(1730), + [anon_sym_select] = ACTIONS(1730), + [anon_sym_lock] = ACTIONS(1730), + [anon_sym_rlock] = ACTIONS(1730), + [anon_sym_unsafe] = ACTIONS(1730), + [anon_sym_sql] = ACTIONS(1730), + [sym_int_literal] = ACTIONS(1730), + [sym_float_literal] = ACTIONS(1730), + [sym_rune_literal] = ACTIONS(1730), + [anon_sym_AT] = ACTIONS(1730), + [anon_sym_shared] = ACTIONS(1730), + [anon_sym_map_LBRACK] = ACTIONS(1730), + [anon_sym_chan] = ACTIONS(1730), + [anon_sym_thread] = ACTIONS(1730), + [anon_sym_atomic] = ACTIONS(1730), + [sym___double_quote] = ACTIONS(1730), + [sym___single_quote] = ACTIONS(1730), + [sym___c_double_quote] = ACTIONS(1730), + [sym___c_single_quote] = ACTIONS(1730), + [sym___r_double_quote] = ACTIONS(1730), + [sym___r_single_quote] = ACTIONS(1730), }, [1131] = { - [sym_type_parameters] = STATE(4123), - [sym_argument_list] = STATE(1197), - [sym_or_block] = STATE(1198), - [sym_identifier] = ACTIONS(2076), - [anon_sym_LF] = ACTIONS(2076), - [anon_sym_CR] = ACTIONS(2076), - [anon_sym_CR_LF] = ACTIONS(2076), + [sym_type_parameters] = STATE(4257), + [sym_argument_list] = STATE(1221), + [sym_or_block] = STATE(1220), + [sym_identifier] = ACTIONS(1724), + [anon_sym_LF] = ACTIONS(1724), + [anon_sym_CR] = ACTIONS(1724), + [anon_sym_CR_LF] = ACTIONS(1724), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2076), - [anon_sym_DOT] = ACTIONS(3471), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2076), - [anon_sym_COMMA] = ACTIONS(2076), - [anon_sym_RBRACE] = ACTIONS(2076), - [anon_sym_LPAREN] = ACTIONS(3473), - [anon_sym_PIPE] = ACTIONS(3485), - [anon_sym_fn] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(3485), - [anon_sym_DASH] = ACTIONS(3485), - [anon_sym_STAR] = ACTIONS(3475), - [anon_sym_SLASH] = ACTIONS(3475), - [anon_sym_PERCENT] = ACTIONS(3475), - [anon_sym_LT] = ACTIONS(3487), - [anon_sym_GT] = ACTIONS(3487), - [anon_sym_EQ_EQ] = ACTIONS(3487), - [anon_sym_BANG_EQ] = ACTIONS(3487), - [anon_sym_LT_EQ] = ACTIONS(3487), - [anon_sym_GT_EQ] = ACTIONS(3487), - [anon_sym_LBRACK] = ACTIONS(3477), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_mut] = ACTIONS(2076), - [anon_sym_PLUS_PLUS] = ACTIONS(2076), - [anon_sym_DASH_DASH] = ACTIONS(2076), - [anon_sym_QMARK] = ACTIONS(3479), - [anon_sym_BANG] = ACTIONS(3481), - [anon_sym_go] = ACTIONS(2076), - [anon_sym_spawn] = ACTIONS(2076), - [anon_sym_json_DOTdecode] = ACTIONS(2076), - [anon_sym_LBRACK2] = ACTIONS(3483), - [anon_sym_TILDE] = ACTIONS(2076), - [anon_sym_CARET] = ACTIONS(3485), - [anon_sym_AMP] = ACTIONS(3475), - [anon_sym_LT_DASH] = ACTIONS(2076), - [anon_sym_LT_LT] = ACTIONS(3475), - [anon_sym_GT_GT] = ACTIONS(3475), - [anon_sym_GT_GT_GT] = ACTIONS(3475), - [anon_sym_AMP_CARET] = ACTIONS(3475), - [anon_sym_AMP_AMP] = ACTIONS(3489), - [anon_sym_PIPE_PIPE] = ACTIONS(2076), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2076), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_nil] = ACTIONS(2076), - [anon_sym_QMARK_DOT] = ACTIONS(3471), - [anon_sym_POUND_LBRACK] = ACTIONS(3483), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_DOLLARif] = ACTIONS(2076), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2076), - [anon_sym_in] = ACTIONS(3491), - [anon_sym_BANGin] = ACTIONS(3493), - [anon_sym_match] = ACTIONS(2076), - [anon_sym_select] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2076), - [anon_sym_rlock] = ACTIONS(2076), - [anon_sym_unsafe] = ACTIONS(2076), - [anon_sym_sql] = ACTIONS(2076), - [sym_int_literal] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2076), - [sym_rune_literal] = ACTIONS(2076), - [anon_sym_AT] = ACTIONS(2076), - [anon_sym_shared] = ACTIONS(2076), - [anon_sym_map_LBRACK] = ACTIONS(2076), - [anon_sym_chan] = ACTIONS(2076), - [anon_sym_thread] = ACTIONS(2076), - [anon_sym_atomic] = ACTIONS(2076), - [sym___double_quote] = ACTIONS(2076), - [sym___single_quote] = ACTIONS(2076), - [sym___c_double_quote] = ACTIONS(2076), - [sym___c_single_quote] = ACTIONS(2076), - [sym___r_double_quote] = ACTIONS(2076), - [sym___r_single_quote] = ACTIONS(2076), + [anon_sym_SEMI] = ACTIONS(1724), + [anon_sym_DOT] = ACTIONS(3475), + [anon_sym_as] = ACTIONS(3477), + [anon_sym_LBRACE] = ACTIONS(1724), + [anon_sym_COMMA] = ACTIONS(1724), + [anon_sym_RBRACE] = ACTIONS(1724), + [anon_sym_LPAREN] = ACTIONS(3479), + [anon_sym_PIPE] = ACTIONS(3481), + [anon_sym_fn] = ACTIONS(1724), + [anon_sym_PLUS] = ACTIONS(3481), + [anon_sym_DASH] = ACTIONS(3481), + [anon_sym_STAR] = ACTIONS(3483), + [anon_sym_SLASH] = ACTIONS(3483), + [anon_sym_PERCENT] = ACTIONS(3483), + [anon_sym_LT] = ACTIONS(3485), + [anon_sym_GT] = ACTIONS(3485), + [anon_sym_EQ_EQ] = ACTIONS(3485), + [anon_sym_BANG_EQ] = ACTIONS(3485), + [anon_sym_LT_EQ] = ACTIONS(3485), + [anon_sym_GT_EQ] = ACTIONS(3485), + [anon_sym_LBRACK] = ACTIONS(3487), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1724), + [anon_sym_mut] = ACTIONS(1724), + [anon_sym_PLUS_PLUS] = ACTIONS(3489), + [anon_sym_DASH_DASH] = ACTIONS(3491), + [anon_sym_QMARK] = ACTIONS(3493), + [anon_sym_BANG] = ACTIONS(3495), + [anon_sym_go] = ACTIONS(1724), + [anon_sym_spawn] = ACTIONS(1724), + [anon_sym_json_DOTdecode] = ACTIONS(1724), + [anon_sym_LBRACK2] = ACTIONS(3497), + [anon_sym_TILDE] = ACTIONS(1724), + [anon_sym_CARET] = ACTIONS(3481), + [anon_sym_AMP] = ACTIONS(3483), + [anon_sym_LT_DASH] = ACTIONS(1724), + [anon_sym_LT_LT] = ACTIONS(3483), + [anon_sym_GT_GT] = ACTIONS(3483), + [anon_sym_GT_GT_GT] = ACTIONS(3483), + [anon_sym_AMP_CARET] = ACTIONS(3483), + [anon_sym_AMP_AMP] = ACTIONS(3499), + [anon_sym_PIPE_PIPE] = ACTIONS(3501), + [anon_sym_or] = ACTIONS(3503), + [sym_none] = ACTIONS(1724), + [sym_true] = ACTIONS(1724), + [sym_false] = ACTIONS(1724), + [sym_nil] = ACTIONS(1724), + [anon_sym_QMARK_DOT] = ACTIONS(3475), + [anon_sym_POUND_LBRACK] = ACTIONS(3497), + [anon_sym_if] = ACTIONS(1724), + [anon_sym_DOLLARif] = ACTIONS(1724), + [anon_sym_is] = ACTIONS(3505), + [anon_sym_BANGis] = ACTIONS(3507), + [anon_sym_in] = ACTIONS(3509), + [anon_sym_BANGin] = ACTIONS(3511), + [anon_sym_match] = ACTIONS(1724), + [anon_sym_select] = ACTIONS(1724), + [anon_sym_lock] = ACTIONS(1724), + [anon_sym_rlock] = ACTIONS(1724), + [anon_sym_unsafe] = ACTIONS(1724), + [anon_sym_sql] = ACTIONS(1724), + [sym_int_literal] = ACTIONS(1724), + [sym_float_literal] = ACTIONS(1724), + [sym_rune_literal] = ACTIONS(1724), + [anon_sym_AT] = ACTIONS(1724), + [anon_sym_shared] = ACTIONS(1724), + [anon_sym_map_LBRACK] = ACTIONS(1724), + [anon_sym_chan] = ACTIONS(1724), + [anon_sym_thread] = ACTIONS(1724), + [anon_sym_atomic] = ACTIONS(1724), + [sym___double_quote] = ACTIONS(1724), + [sym___single_quote] = ACTIONS(1724), + [sym___c_double_quote] = ACTIONS(1724), + [sym___c_single_quote] = ACTIONS(1724), + [sym___r_double_quote] = ACTIONS(1724), + [sym___r_single_quote] = ACTIONS(1724), }, [1132] = { - [sym_type_parameters] = STATE(4123), - [sym_argument_list] = STATE(1197), - [sym_or_block] = STATE(1198), - [sym_identifier] = ACTIONS(2076), - [anon_sym_LF] = ACTIONS(2076), - [anon_sym_CR] = ACTIONS(2076), - [anon_sym_CR_LF] = ACTIONS(2076), + [sym_type_parameters] = STATE(4257), + [sym_argument_list] = STATE(1221), + [sym_or_block] = STATE(1220), + [sym_identifier] = ACTIONS(1782), + [anon_sym_LF] = ACTIONS(1782), + [anon_sym_CR] = ACTIONS(1782), + [anon_sym_CR_LF] = ACTIONS(1782), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2076), - [anon_sym_DOT] = ACTIONS(3471), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2076), - [anon_sym_COMMA] = ACTIONS(2076), - [anon_sym_RBRACE] = ACTIONS(2076), - [anon_sym_LPAREN] = ACTIONS(3473), - [anon_sym_PIPE] = ACTIONS(3485), - [anon_sym_fn] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(3485), - [anon_sym_DASH] = ACTIONS(3485), - [anon_sym_STAR] = ACTIONS(3475), - [anon_sym_SLASH] = ACTIONS(3475), - [anon_sym_PERCENT] = ACTIONS(3475), - [anon_sym_LT] = ACTIONS(3487), - [anon_sym_GT] = ACTIONS(3487), - [anon_sym_EQ_EQ] = ACTIONS(3487), - [anon_sym_BANG_EQ] = ACTIONS(3487), - [anon_sym_LT_EQ] = ACTIONS(3487), - [anon_sym_GT_EQ] = ACTIONS(3487), - [anon_sym_LBRACK] = ACTIONS(3477), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_mut] = ACTIONS(2076), - [anon_sym_PLUS_PLUS] = ACTIONS(2076), - [anon_sym_DASH_DASH] = ACTIONS(2076), - [anon_sym_QMARK] = ACTIONS(3479), - [anon_sym_BANG] = ACTIONS(3481), - [anon_sym_go] = ACTIONS(2076), - [anon_sym_spawn] = ACTIONS(2076), - [anon_sym_json_DOTdecode] = ACTIONS(2076), - [anon_sym_LBRACK2] = ACTIONS(3483), - [anon_sym_TILDE] = ACTIONS(2076), - [anon_sym_CARET] = ACTIONS(3485), - [anon_sym_AMP] = ACTIONS(3475), - [anon_sym_LT_DASH] = ACTIONS(2076), - [anon_sym_LT_LT] = ACTIONS(3475), - [anon_sym_GT_GT] = ACTIONS(3475), - [anon_sym_GT_GT_GT] = ACTIONS(3475), - [anon_sym_AMP_CARET] = ACTIONS(3475), - [anon_sym_AMP_AMP] = ACTIONS(2076), - [anon_sym_PIPE_PIPE] = ACTIONS(2076), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2076), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_nil] = ACTIONS(2076), - [anon_sym_QMARK_DOT] = ACTIONS(3471), - [anon_sym_POUND_LBRACK] = ACTIONS(3483), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_DOLLARif] = ACTIONS(2076), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2076), - [anon_sym_in] = ACTIONS(3491), - [anon_sym_BANGin] = ACTIONS(3493), - [anon_sym_match] = ACTIONS(2076), - [anon_sym_select] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2076), - [anon_sym_rlock] = ACTIONS(2076), - [anon_sym_unsafe] = ACTIONS(2076), - [anon_sym_sql] = ACTIONS(2076), - [sym_int_literal] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2076), - [sym_rune_literal] = ACTIONS(2076), - [anon_sym_AT] = ACTIONS(2076), - [anon_sym_shared] = ACTIONS(2076), - [anon_sym_map_LBRACK] = ACTIONS(2076), - [anon_sym_chan] = ACTIONS(2076), - [anon_sym_thread] = ACTIONS(2076), - [anon_sym_atomic] = ACTIONS(2076), - [sym___double_quote] = ACTIONS(2076), - [sym___single_quote] = ACTIONS(2076), - [sym___c_double_quote] = ACTIONS(2076), - [sym___c_single_quote] = ACTIONS(2076), - [sym___r_double_quote] = ACTIONS(2076), - [sym___r_single_quote] = ACTIONS(2076), + [anon_sym_SEMI] = ACTIONS(1782), + [anon_sym_DOT] = ACTIONS(3475), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1782), + [anon_sym_COMMA] = ACTIONS(1782), + [anon_sym_RBRACE] = ACTIONS(1782), + [anon_sym_LPAREN] = ACTIONS(3479), + [anon_sym_PIPE] = ACTIONS(1782), + [anon_sym_fn] = ACTIONS(1782), + [anon_sym_PLUS] = ACTIONS(1782), + [anon_sym_DASH] = ACTIONS(1782), + [anon_sym_STAR] = ACTIONS(3483), + [anon_sym_SLASH] = ACTIONS(3483), + [anon_sym_PERCENT] = ACTIONS(3483), + [anon_sym_LT] = ACTIONS(1782), + [anon_sym_GT] = ACTIONS(1782), + [anon_sym_EQ_EQ] = ACTIONS(1782), + [anon_sym_BANG_EQ] = ACTIONS(1782), + [anon_sym_LT_EQ] = ACTIONS(1782), + [anon_sym_GT_EQ] = ACTIONS(1782), + [anon_sym_LBRACK] = ACTIONS(3487), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_QMARK] = ACTIONS(3493), + [anon_sym_BANG] = ACTIONS(3495), + [anon_sym_go] = ACTIONS(1782), + [anon_sym_spawn] = ACTIONS(1782), + [anon_sym_json_DOTdecode] = ACTIONS(1782), + [anon_sym_LBRACK2] = ACTIONS(3497), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_CARET] = ACTIONS(1782), + [anon_sym_AMP] = ACTIONS(3483), + [anon_sym_LT_DASH] = ACTIONS(1782), + [anon_sym_LT_LT] = ACTIONS(3483), + [anon_sym_GT_GT] = ACTIONS(3483), + [anon_sym_GT_GT_GT] = ACTIONS(3483), + [anon_sym_AMP_CARET] = ACTIONS(3483), + [anon_sym_AMP_AMP] = ACTIONS(1782), + [anon_sym_PIPE_PIPE] = ACTIONS(1782), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1782), + [sym_true] = ACTIONS(1782), + [sym_false] = ACTIONS(1782), + [sym_nil] = ACTIONS(1782), + [anon_sym_QMARK_DOT] = ACTIONS(3475), + [anon_sym_POUND_LBRACK] = ACTIONS(3497), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_DOLLARif] = ACTIONS(1782), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1782), + [anon_sym_in] = ACTIONS(1782), + [anon_sym_BANGin] = ACTIONS(1782), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_select] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1782), + [anon_sym_rlock] = ACTIONS(1782), + [anon_sym_unsafe] = ACTIONS(1782), + [anon_sym_sql] = ACTIONS(1782), + [sym_int_literal] = ACTIONS(1782), + [sym_float_literal] = ACTIONS(1782), + [sym_rune_literal] = ACTIONS(1782), + [anon_sym_AT] = ACTIONS(1782), + [anon_sym_shared] = ACTIONS(1782), + [anon_sym_map_LBRACK] = ACTIONS(1782), + [anon_sym_chan] = ACTIONS(1782), + [anon_sym_thread] = ACTIONS(1782), + [anon_sym_atomic] = ACTIONS(1782), + [sym___double_quote] = ACTIONS(1782), + [sym___single_quote] = ACTIONS(1782), + [sym___c_double_quote] = ACTIONS(1782), + [sym___c_single_quote] = ACTIONS(1782), + [sym___r_double_quote] = ACTIONS(1782), + [sym___r_single_quote] = ACTIONS(1782), }, [1133] = { - [sym_type_parameters] = STATE(4123), - [sym_argument_list] = STATE(1197), - [sym_or_block] = STATE(1198), - [sym_identifier] = ACTIONS(3495), - [anon_sym_LF] = ACTIONS(3495), - [anon_sym_CR] = ACTIONS(3495), - [anon_sym_CR_LF] = ACTIONS(3495), + [sym_type_parameters] = STATE(4257), + [sym_argument_list] = STATE(1221), + [sym_or_block] = STATE(1220), + [sym_identifier] = ACTIONS(1754), + [anon_sym_LF] = ACTIONS(1754), + [anon_sym_CR] = ACTIONS(1754), + [anon_sym_CR_LF] = ACTIONS(1754), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3495), - [anon_sym_DOT] = ACTIONS(3471), - [anon_sym_as] = ACTIONS(3497), - [anon_sym_LBRACE] = ACTIONS(3495), - [anon_sym_COMMA] = ACTIONS(3495), - [anon_sym_RBRACE] = ACTIONS(3495), - [anon_sym_LPAREN] = ACTIONS(3473), - [anon_sym_PIPE] = ACTIONS(3485), - [anon_sym_fn] = ACTIONS(3495), - [anon_sym_PLUS] = ACTIONS(3485), - [anon_sym_DASH] = ACTIONS(3485), - [anon_sym_STAR] = ACTIONS(3475), - [anon_sym_SLASH] = ACTIONS(3475), - [anon_sym_PERCENT] = ACTIONS(3475), - [anon_sym_LT] = ACTIONS(3487), - [anon_sym_GT] = ACTIONS(3487), - [anon_sym_EQ_EQ] = ACTIONS(3487), - [anon_sym_BANG_EQ] = ACTIONS(3487), - [anon_sym_LT_EQ] = ACTIONS(3487), - [anon_sym_GT_EQ] = ACTIONS(3487), - [anon_sym_LBRACK] = ACTIONS(3477), - [anon_sym_struct] = ACTIONS(3495), - [anon_sym_mut] = ACTIONS(3495), - [anon_sym_PLUS_PLUS] = ACTIONS(3499), - [anon_sym_DASH_DASH] = ACTIONS(3501), - [anon_sym_QMARK] = ACTIONS(3479), - [anon_sym_BANG] = ACTIONS(3481), - [anon_sym_go] = ACTIONS(3495), - [anon_sym_spawn] = ACTIONS(3495), - [anon_sym_json_DOTdecode] = ACTIONS(3495), - [anon_sym_LBRACK2] = ACTIONS(3483), - [anon_sym_TILDE] = ACTIONS(3495), - [anon_sym_CARET] = ACTIONS(3485), - [anon_sym_AMP] = ACTIONS(3475), - [anon_sym_LT_DASH] = ACTIONS(3495), - [anon_sym_LT_LT] = ACTIONS(3475), - [anon_sym_GT_GT] = ACTIONS(3475), - [anon_sym_GT_GT_GT] = ACTIONS(3475), - [anon_sym_AMP_CARET] = ACTIONS(3475), - [anon_sym_AMP_AMP] = ACTIONS(3489), - [anon_sym_PIPE_PIPE] = ACTIONS(3503), - [anon_sym_or] = ACTIONS(3505), - [sym_none] = ACTIONS(3495), - [sym_true] = ACTIONS(3495), - [sym_false] = ACTIONS(3495), - [sym_nil] = ACTIONS(3495), - [anon_sym_QMARK_DOT] = ACTIONS(3471), - [anon_sym_POUND_LBRACK] = ACTIONS(3483), - [anon_sym_if] = ACTIONS(3495), - [anon_sym_DOLLARif] = ACTIONS(3495), - [anon_sym_is] = ACTIONS(3507), - [anon_sym_BANGis] = ACTIONS(3509), - [anon_sym_in] = ACTIONS(3491), - [anon_sym_BANGin] = ACTIONS(3493), - [anon_sym_match] = ACTIONS(3495), - [anon_sym_select] = ACTIONS(3495), - [anon_sym_lock] = ACTIONS(3495), - [anon_sym_rlock] = ACTIONS(3495), - [anon_sym_unsafe] = ACTIONS(3495), - [anon_sym_sql] = ACTIONS(3495), - [sym_int_literal] = ACTIONS(3495), - [sym_float_literal] = ACTIONS(3495), - [sym_rune_literal] = ACTIONS(3495), - [anon_sym_AT] = ACTIONS(3495), - [anon_sym_shared] = ACTIONS(3495), - [anon_sym_map_LBRACK] = ACTIONS(3495), - [anon_sym_chan] = ACTIONS(3495), - [anon_sym_thread] = ACTIONS(3495), - [anon_sym_atomic] = ACTIONS(3495), - [sym___double_quote] = ACTIONS(3495), - [sym___single_quote] = ACTIONS(3495), - [sym___c_double_quote] = ACTIONS(3495), - [sym___c_single_quote] = ACTIONS(3495), - [sym___r_double_quote] = ACTIONS(3495), - [sym___r_single_quote] = ACTIONS(3495), + [anon_sym_SEMI] = ACTIONS(1754), + [anon_sym_DOT] = ACTIONS(3475), + [anon_sym_as] = ACTIONS(1754), + [anon_sym_LBRACE] = ACTIONS(1754), + [anon_sym_COMMA] = ACTIONS(1754), + [anon_sym_RBRACE] = ACTIONS(1754), + [anon_sym_LPAREN] = ACTIONS(3479), + [anon_sym_PIPE] = ACTIONS(1754), + [anon_sym_fn] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1754), + [anon_sym_DASH] = ACTIONS(1754), + [anon_sym_STAR] = ACTIONS(1754), + [anon_sym_SLASH] = ACTIONS(1754), + [anon_sym_PERCENT] = ACTIONS(1754), + [anon_sym_LT] = ACTIONS(1754), + [anon_sym_GT] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1754), + [anon_sym_BANG_EQ] = ACTIONS(1754), + [anon_sym_LT_EQ] = ACTIONS(1754), + [anon_sym_GT_EQ] = ACTIONS(1754), + [anon_sym_LBRACK] = ACTIONS(3487), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1754), + [anon_sym_mut] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1754), + [anon_sym_DASH_DASH] = ACTIONS(1754), + [anon_sym_QMARK] = ACTIONS(3493), + [anon_sym_BANG] = ACTIONS(3495), + [anon_sym_go] = ACTIONS(1754), + [anon_sym_spawn] = ACTIONS(1754), + [anon_sym_json_DOTdecode] = ACTIONS(1754), + [anon_sym_LBRACK2] = ACTIONS(3497), + [anon_sym_TILDE] = ACTIONS(1754), + [anon_sym_CARET] = ACTIONS(1754), + [anon_sym_AMP] = ACTIONS(1754), + [anon_sym_LT_DASH] = ACTIONS(1754), + [anon_sym_LT_LT] = ACTIONS(1754), + [anon_sym_GT_GT] = ACTIONS(1754), + [anon_sym_GT_GT_GT] = ACTIONS(1754), + [anon_sym_AMP_CARET] = ACTIONS(1754), + [anon_sym_AMP_AMP] = ACTIONS(1754), + [anon_sym_PIPE_PIPE] = ACTIONS(1754), + [anon_sym_or] = ACTIONS(1754), + [sym_none] = ACTIONS(1754), + [sym_true] = ACTIONS(1754), + [sym_false] = ACTIONS(1754), + [sym_nil] = ACTIONS(1754), + [anon_sym_QMARK_DOT] = ACTIONS(3475), + [anon_sym_POUND_LBRACK] = ACTIONS(3497), + [anon_sym_if] = ACTIONS(1754), + [anon_sym_DOLLARif] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1754), + [anon_sym_BANGis] = ACTIONS(1754), + [anon_sym_in] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1754), + [anon_sym_match] = ACTIONS(1754), + [anon_sym_select] = ACTIONS(1754), + [anon_sym_lock] = ACTIONS(1754), + [anon_sym_rlock] = ACTIONS(1754), + [anon_sym_unsafe] = ACTIONS(1754), + [anon_sym_sql] = ACTIONS(1754), + [sym_int_literal] = ACTIONS(1754), + [sym_float_literal] = ACTIONS(1754), + [sym_rune_literal] = ACTIONS(1754), + [anon_sym_AT] = ACTIONS(1754), + [anon_sym_shared] = ACTIONS(1754), + [anon_sym_map_LBRACK] = ACTIONS(1754), + [anon_sym_chan] = ACTIONS(1754), + [anon_sym_thread] = ACTIONS(1754), + [anon_sym_atomic] = ACTIONS(1754), + [sym___double_quote] = ACTIONS(1754), + [sym___single_quote] = ACTIONS(1754), + [sym___c_double_quote] = ACTIONS(1754), + [sym___c_single_quote] = ACTIONS(1754), + [sym___r_double_quote] = ACTIONS(1754), + [sym___r_single_quote] = ACTIONS(1754), }, [1134] = { - [sym_type_parameters] = STATE(4123), - [sym_argument_list] = STATE(1197), - [sym_or_block] = STATE(1198), - [sym_identifier] = ACTIONS(2164), - [anon_sym_LF] = ACTIONS(2164), - [anon_sym_CR] = ACTIONS(2164), - [anon_sym_CR_LF] = ACTIONS(2164), + [sym_type_parameters] = STATE(4257), + [sym_argument_list] = STATE(1221), + [sym_or_block] = STATE(1220), + [sym_identifier] = ACTIONS(1958), + [anon_sym_LF] = ACTIONS(1958), + [anon_sym_CR] = ACTIONS(1958), + [anon_sym_CR_LF] = ACTIONS(1958), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2164), - [anon_sym_DOT] = ACTIONS(3471), - [anon_sym_as] = ACTIONS(2164), - [anon_sym_LBRACE] = ACTIONS(2164), - [anon_sym_COMMA] = ACTIONS(2164), - [anon_sym_RBRACE] = ACTIONS(2164), - [anon_sym_LPAREN] = ACTIONS(3473), - [anon_sym_PIPE] = ACTIONS(2164), - [anon_sym_fn] = ACTIONS(2164), - [anon_sym_PLUS] = ACTIONS(2164), - [anon_sym_DASH] = ACTIONS(2164), - [anon_sym_STAR] = ACTIONS(2164), - [anon_sym_SLASH] = ACTIONS(2164), - [anon_sym_PERCENT] = ACTIONS(2164), - [anon_sym_LT] = ACTIONS(2164), - [anon_sym_GT] = ACTIONS(2164), - [anon_sym_EQ_EQ] = ACTIONS(2164), - [anon_sym_BANG_EQ] = ACTIONS(2164), - [anon_sym_LT_EQ] = ACTIONS(2164), - [anon_sym_GT_EQ] = ACTIONS(2164), - [anon_sym_LBRACK] = ACTIONS(3477), - [anon_sym_struct] = ACTIONS(2164), - [anon_sym_mut] = ACTIONS(2164), - [anon_sym_PLUS_PLUS] = ACTIONS(2164), - [anon_sym_DASH_DASH] = ACTIONS(2164), - [anon_sym_QMARK] = ACTIONS(3479), - [anon_sym_BANG] = ACTIONS(3481), - [anon_sym_go] = ACTIONS(2164), - [anon_sym_spawn] = ACTIONS(2164), - [anon_sym_json_DOTdecode] = ACTIONS(2164), - [anon_sym_LBRACK2] = ACTIONS(3483), - [anon_sym_TILDE] = ACTIONS(2164), - [anon_sym_CARET] = ACTIONS(2164), - [anon_sym_AMP] = ACTIONS(2164), - [anon_sym_LT_DASH] = ACTIONS(2164), - [anon_sym_LT_LT] = ACTIONS(2164), - [anon_sym_GT_GT] = ACTIONS(2164), - [anon_sym_GT_GT_GT] = ACTIONS(2164), - [anon_sym_AMP_CARET] = ACTIONS(2164), - [anon_sym_AMP_AMP] = ACTIONS(2164), - [anon_sym_PIPE_PIPE] = ACTIONS(2164), - [anon_sym_or] = ACTIONS(2164), - [sym_none] = ACTIONS(2164), - [sym_true] = ACTIONS(2164), - [sym_false] = ACTIONS(2164), - [sym_nil] = ACTIONS(2164), - [anon_sym_QMARK_DOT] = ACTIONS(3471), - [anon_sym_POUND_LBRACK] = ACTIONS(3483), - [anon_sym_if] = ACTIONS(2164), - [anon_sym_DOLLARif] = ACTIONS(2164), - [anon_sym_is] = ACTIONS(2164), - [anon_sym_BANGis] = ACTIONS(2164), - [anon_sym_in] = ACTIONS(2164), - [anon_sym_BANGin] = ACTIONS(2164), - [anon_sym_match] = ACTIONS(2164), - [anon_sym_select] = ACTIONS(2164), - [anon_sym_lock] = ACTIONS(2164), - [anon_sym_rlock] = ACTIONS(2164), - [anon_sym_unsafe] = ACTIONS(2164), - [anon_sym_sql] = ACTIONS(2164), - [sym_int_literal] = ACTIONS(2164), - [sym_float_literal] = ACTIONS(2164), - [sym_rune_literal] = ACTIONS(2164), - [anon_sym_AT] = ACTIONS(2164), - [anon_sym_shared] = ACTIONS(2164), - [anon_sym_map_LBRACK] = ACTIONS(2164), - [anon_sym_chan] = ACTIONS(2164), - [anon_sym_thread] = ACTIONS(2164), - [anon_sym_atomic] = ACTIONS(2164), - [sym___double_quote] = ACTIONS(2164), - [sym___single_quote] = ACTIONS(2164), - [sym___c_double_quote] = ACTIONS(2164), - [sym___c_single_quote] = ACTIONS(2164), - [sym___r_double_quote] = ACTIONS(2164), - [sym___r_single_quote] = ACTIONS(2164), + [anon_sym_SEMI] = ACTIONS(1958), + [anon_sym_DOT] = ACTIONS(3475), + [anon_sym_as] = ACTIONS(1958), + [anon_sym_LBRACE] = ACTIONS(1958), + [anon_sym_COMMA] = ACTIONS(1958), + [anon_sym_RBRACE] = ACTIONS(1958), + [anon_sym_LPAREN] = ACTIONS(3479), + [anon_sym_PIPE] = ACTIONS(3481), + [anon_sym_fn] = ACTIONS(1958), + [anon_sym_PLUS] = ACTIONS(3481), + [anon_sym_DASH] = ACTIONS(3481), + [anon_sym_STAR] = ACTIONS(3483), + [anon_sym_SLASH] = ACTIONS(3483), + [anon_sym_PERCENT] = ACTIONS(3483), + [anon_sym_LT] = ACTIONS(1958), + [anon_sym_GT] = ACTIONS(1958), + [anon_sym_EQ_EQ] = ACTIONS(1958), + [anon_sym_BANG_EQ] = ACTIONS(1958), + [anon_sym_LT_EQ] = ACTIONS(1958), + [anon_sym_GT_EQ] = ACTIONS(1958), + [anon_sym_LBRACK] = ACTIONS(3487), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1958), + [anon_sym_mut] = ACTIONS(1958), + [anon_sym_PLUS_PLUS] = ACTIONS(1958), + [anon_sym_DASH_DASH] = ACTIONS(1958), + [anon_sym_QMARK] = ACTIONS(3493), + [anon_sym_BANG] = ACTIONS(3495), + [anon_sym_go] = ACTIONS(1958), + [anon_sym_spawn] = ACTIONS(1958), + [anon_sym_json_DOTdecode] = ACTIONS(1958), + [anon_sym_LBRACK2] = ACTIONS(3497), + [anon_sym_TILDE] = ACTIONS(1958), + [anon_sym_CARET] = ACTIONS(3481), + [anon_sym_AMP] = ACTIONS(3483), + [anon_sym_LT_DASH] = ACTIONS(1958), + [anon_sym_LT_LT] = ACTIONS(3483), + [anon_sym_GT_GT] = ACTIONS(3483), + [anon_sym_GT_GT_GT] = ACTIONS(3483), + [anon_sym_AMP_CARET] = ACTIONS(3483), + [anon_sym_AMP_AMP] = ACTIONS(1958), + [anon_sym_PIPE_PIPE] = ACTIONS(1958), + [anon_sym_or] = ACTIONS(1958), + [sym_none] = ACTIONS(1958), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [sym_nil] = ACTIONS(1958), + [anon_sym_QMARK_DOT] = ACTIONS(3475), + [anon_sym_POUND_LBRACK] = ACTIONS(3497), + [anon_sym_if] = ACTIONS(1958), + [anon_sym_DOLLARif] = ACTIONS(1958), + [anon_sym_is] = ACTIONS(1958), + [anon_sym_BANGis] = ACTIONS(1958), + [anon_sym_in] = ACTIONS(1958), + [anon_sym_BANGin] = ACTIONS(1958), + [anon_sym_match] = ACTIONS(1958), + [anon_sym_select] = ACTIONS(1958), + [anon_sym_lock] = ACTIONS(1958), + [anon_sym_rlock] = ACTIONS(1958), + [anon_sym_unsafe] = ACTIONS(1958), + [anon_sym_sql] = ACTIONS(1958), + [sym_int_literal] = ACTIONS(1958), + [sym_float_literal] = ACTIONS(1958), + [sym_rune_literal] = ACTIONS(1958), + [anon_sym_AT] = ACTIONS(1958), + [anon_sym_shared] = ACTIONS(1958), + [anon_sym_map_LBRACK] = ACTIONS(1958), + [anon_sym_chan] = ACTIONS(1958), + [anon_sym_thread] = ACTIONS(1958), + [anon_sym_atomic] = ACTIONS(1958), + [sym___double_quote] = ACTIONS(1958), + [sym___single_quote] = ACTIONS(1958), + [sym___c_double_quote] = ACTIONS(1958), + [sym___c_single_quote] = ACTIONS(1958), + [sym___r_double_quote] = ACTIONS(1958), + [sym___r_single_quote] = ACTIONS(1958), }, [1135] = { - [sym_type_parameters] = STATE(4123), - [sym_argument_list] = STATE(1197), - [sym_or_block] = STATE(1198), - [sym_identifier] = ACTIONS(2210), - [anon_sym_LF] = ACTIONS(2210), - [anon_sym_CR] = ACTIONS(2210), - [anon_sym_CR_LF] = ACTIONS(2210), + [sym_type_parameters] = STATE(4257), + [sym_argument_list] = STATE(1221), + [sym_or_block] = STATE(1220), + [sym_identifier] = ACTIONS(1788), + [anon_sym_LF] = ACTIONS(1788), + [anon_sym_CR] = ACTIONS(1788), + [anon_sym_CR_LF] = ACTIONS(1788), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2210), - [anon_sym_DOT] = ACTIONS(3471), - [anon_sym_as] = ACTIONS(3497), - [anon_sym_LBRACE] = ACTIONS(2210), - [anon_sym_COMMA] = ACTIONS(2210), - [anon_sym_RBRACE] = ACTIONS(2210), - [anon_sym_LPAREN] = ACTIONS(3473), - [anon_sym_PIPE] = ACTIONS(3485), - [anon_sym_fn] = ACTIONS(2210), - [anon_sym_PLUS] = ACTIONS(3485), - [anon_sym_DASH] = ACTIONS(3485), - [anon_sym_STAR] = ACTIONS(3475), - [anon_sym_SLASH] = ACTIONS(3475), - [anon_sym_PERCENT] = ACTIONS(3475), - [anon_sym_LT] = ACTIONS(3487), - [anon_sym_GT] = ACTIONS(3487), - [anon_sym_EQ_EQ] = ACTIONS(3487), - [anon_sym_BANG_EQ] = ACTIONS(3487), - [anon_sym_LT_EQ] = ACTIONS(3487), - [anon_sym_GT_EQ] = ACTIONS(3487), - [anon_sym_LBRACK] = ACTIONS(3477), - [anon_sym_struct] = ACTIONS(2210), - [anon_sym_mut] = ACTIONS(2210), - [anon_sym_PLUS_PLUS] = ACTIONS(3499), - [anon_sym_DASH_DASH] = ACTIONS(3501), - [anon_sym_QMARK] = ACTIONS(3479), - [anon_sym_BANG] = ACTIONS(3481), - [anon_sym_go] = ACTIONS(2210), - [anon_sym_spawn] = ACTIONS(2210), - [anon_sym_json_DOTdecode] = ACTIONS(2210), - [anon_sym_LBRACK2] = ACTIONS(3483), - [anon_sym_TILDE] = ACTIONS(2210), - [anon_sym_CARET] = ACTIONS(3485), - [anon_sym_AMP] = ACTIONS(3475), - [anon_sym_LT_DASH] = ACTIONS(2210), - [anon_sym_LT_LT] = ACTIONS(3475), - [anon_sym_GT_GT] = ACTIONS(3475), - [anon_sym_GT_GT_GT] = ACTIONS(3475), - [anon_sym_AMP_CARET] = ACTIONS(3475), - [anon_sym_AMP_AMP] = ACTIONS(3489), - [anon_sym_PIPE_PIPE] = ACTIONS(3503), - [anon_sym_or] = ACTIONS(3505), - [sym_none] = ACTIONS(2210), - [sym_true] = ACTIONS(2210), - [sym_false] = ACTIONS(2210), - [sym_nil] = ACTIONS(2210), - [anon_sym_QMARK_DOT] = ACTIONS(3471), - [anon_sym_POUND_LBRACK] = ACTIONS(3483), - [anon_sym_if] = ACTIONS(2210), - [anon_sym_DOLLARif] = ACTIONS(2210), - [anon_sym_is] = ACTIONS(3507), - [anon_sym_BANGis] = ACTIONS(3509), - [anon_sym_in] = ACTIONS(3491), - [anon_sym_BANGin] = ACTIONS(3493), - [anon_sym_match] = ACTIONS(2210), - [anon_sym_select] = ACTIONS(2210), - [anon_sym_lock] = ACTIONS(2210), - [anon_sym_rlock] = ACTIONS(2210), - [anon_sym_unsafe] = ACTIONS(2210), - [anon_sym_sql] = ACTIONS(2210), - [sym_int_literal] = ACTIONS(2210), - [sym_float_literal] = ACTIONS(2210), - [sym_rune_literal] = ACTIONS(2210), - [anon_sym_AT] = ACTIONS(2210), - [anon_sym_shared] = ACTIONS(2210), - [anon_sym_map_LBRACK] = ACTIONS(2210), - [anon_sym_chan] = ACTIONS(2210), - [anon_sym_thread] = ACTIONS(2210), - [anon_sym_atomic] = ACTIONS(2210), - [sym___double_quote] = ACTIONS(2210), - [sym___single_quote] = ACTIONS(2210), - [sym___c_double_quote] = ACTIONS(2210), - [sym___c_single_quote] = ACTIONS(2210), - [sym___r_double_quote] = ACTIONS(2210), - [sym___r_single_quote] = ACTIONS(2210), + [anon_sym_SEMI] = ACTIONS(1788), + [anon_sym_DOT] = ACTIONS(3475), + [anon_sym_as] = ACTIONS(1788), + [anon_sym_LBRACE] = ACTIONS(1788), + [anon_sym_COMMA] = ACTIONS(1788), + [anon_sym_RBRACE] = ACTIONS(1788), + [anon_sym_LPAREN] = ACTIONS(3479), + [anon_sym_PIPE] = ACTIONS(1788), + [anon_sym_fn] = ACTIONS(1788), + [anon_sym_PLUS] = ACTIONS(1788), + [anon_sym_DASH] = ACTIONS(1788), + [anon_sym_STAR] = ACTIONS(1788), + [anon_sym_SLASH] = ACTIONS(1788), + [anon_sym_PERCENT] = ACTIONS(1788), + [anon_sym_LT] = ACTIONS(1788), + [anon_sym_GT] = ACTIONS(1788), + [anon_sym_EQ_EQ] = ACTIONS(1788), + [anon_sym_BANG_EQ] = ACTIONS(1788), + [anon_sym_LT_EQ] = ACTIONS(1788), + [anon_sym_GT_EQ] = ACTIONS(1788), + [anon_sym_LBRACK] = ACTIONS(3487), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1788), + [anon_sym_mut] = ACTIONS(1788), + [anon_sym_PLUS_PLUS] = ACTIONS(1788), + [anon_sym_DASH_DASH] = ACTIONS(1788), + [anon_sym_QMARK] = ACTIONS(3493), + [anon_sym_BANG] = ACTIONS(3495), + [anon_sym_go] = ACTIONS(1788), + [anon_sym_spawn] = ACTIONS(1788), + [anon_sym_json_DOTdecode] = ACTIONS(1788), + [anon_sym_LBRACK2] = ACTIONS(3497), + [anon_sym_TILDE] = ACTIONS(1788), + [anon_sym_CARET] = ACTIONS(1788), + [anon_sym_AMP] = ACTIONS(1788), + [anon_sym_LT_DASH] = ACTIONS(1788), + [anon_sym_LT_LT] = ACTIONS(1788), + [anon_sym_GT_GT] = ACTIONS(1788), + [anon_sym_GT_GT_GT] = ACTIONS(1788), + [anon_sym_AMP_CARET] = ACTIONS(1788), + [anon_sym_AMP_AMP] = ACTIONS(1788), + [anon_sym_PIPE_PIPE] = ACTIONS(1788), + [anon_sym_or] = ACTIONS(1788), + [sym_none] = ACTIONS(1788), + [sym_true] = ACTIONS(1788), + [sym_false] = ACTIONS(1788), + [sym_nil] = ACTIONS(1788), + [anon_sym_QMARK_DOT] = ACTIONS(3475), + [anon_sym_POUND_LBRACK] = ACTIONS(3497), + [anon_sym_if] = ACTIONS(1788), + [anon_sym_DOLLARif] = ACTIONS(1788), + [anon_sym_is] = ACTIONS(1788), + [anon_sym_BANGis] = ACTIONS(1788), + [anon_sym_in] = ACTIONS(1788), + [anon_sym_BANGin] = ACTIONS(1788), + [anon_sym_match] = ACTIONS(1788), + [anon_sym_select] = ACTIONS(1788), + [anon_sym_lock] = ACTIONS(1788), + [anon_sym_rlock] = ACTIONS(1788), + [anon_sym_unsafe] = ACTIONS(1788), + [anon_sym_sql] = ACTIONS(1788), + [sym_int_literal] = ACTIONS(1788), + [sym_float_literal] = ACTIONS(1788), + [sym_rune_literal] = ACTIONS(1788), + [anon_sym_AT] = ACTIONS(1788), + [anon_sym_shared] = ACTIONS(1788), + [anon_sym_map_LBRACK] = ACTIONS(1788), + [anon_sym_chan] = ACTIONS(1788), + [anon_sym_thread] = ACTIONS(1788), + [anon_sym_atomic] = ACTIONS(1788), + [sym___double_quote] = ACTIONS(1788), + [sym___single_quote] = ACTIONS(1788), + [sym___c_double_quote] = ACTIONS(1788), + [sym___c_single_quote] = ACTIONS(1788), + [sym___r_double_quote] = ACTIONS(1788), + [sym___r_single_quote] = ACTIONS(1788), }, [1136] = { - [sym_type_parameters] = STATE(4123), - [sym_argument_list] = STATE(1197), - [sym_or_block] = STATE(1198), - [sym_identifier] = ACTIONS(2220), - [anon_sym_LF] = ACTIONS(2220), - [anon_sym_CR] = ACTIONS(2220), - [anon_sym_CR_LF] = ACTIONS(2220), + [sym_type_parameters] = STATE(4257), + [sym_argument_list] = STATE(1221), + [sym_or_block] = STATE(1220), + [sym_identifier] = ACTIONS(3513), + [anon_sym_LF] = ACTIONS(3513), + [anon_sym_CR] = ACTIONS(3513), + [anon_sym_CR_LF] = ACTIONS(3513), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2220), - [anon_sym_DOT] = ACTIONS(3471), - [anon_sym_as] = ACTIONS(3497), - [anon_sym_LBRACE] = ACTIONS(2220), - [anon_sym_COMMA] = ACTIONS(2220), - [anon_sym_RBRACE] = ACTIONS(2220), - [anon_sym_LPAREN] = ACTIONS(3473), - [anon_sym_PIPE] = ACTIONS(3485), - [anon_sym_fn] = ACTIONS(2220), - [anon_sym_PLUS] = ACTIONS(3485), - [anon_sym_DASH] = ACTIONS(3485), - [anon_sym_STAR] = ACTIONS(3475), - [anon_sym_SLASH] = ACTIONS(3475), - [anon_sym_PERCENT] = ACTIONS(3475), - [anon_sym_LT] = ACTIONS(3487), - [anon_sym_GT] = ACTIONS(3487), - [anon_sym_EQ_EQ] = ACTIONS(3487), - [anon_sym_BANG_EQ] = ACTIONS(3487), - [anon_sym_LT_EQ] = ACTIONS(3487), - [anon_sym_GT_EQ] = ACTIONS(3487), - [anon_sym_LBRACK] = ACTIONS(3477), - [anon_sym_struct] = ACTIONS(2220), - [anon_sym_mut] = ACTIONS(2220), - [anon_sym_PLUS_PLUS] = ACTIONS(3499), - [anon_sym_DASH_DASH] = ACTIONS(3501), - [anon_sym_QMARK] = ACTIONS(3479), - [anon_sym_BANG] = ACTIONS(3481), - [anon_sym_go] = ACTIONS(2220), - [anon_sym_spawn] = ACTIONS(2220), - [anon_sym_json_DOTdecode] = ACTIONS(2220), - [anon_sym_LBRACK2] = ACTIONS(3483), - [anon_sym_TILDE] = ACTIONS(2220), - [anon_sym_CARET] = ACTIONS(3485), - [anon_sym_AMP] = ACTIONS(3475), - [anon_sym_LT_DASH] = ACTIONS(2220), - [anon_sym_LT_LT] = ACTIONS(3475), - [anon_sym_GT_GT] = ACTIONS(3475), - [anon_sym_GT_GT_GT] = ACTIONS(3475), - [anon_sym_AMP_CARET] = ACTIONS(3475), - [anon_sym_AMP_AMP] = ACTIONS(3489), - [anon_sym_PIPE_PIPE] = ACTIONS(3503), - [anon_sym_or] = ACTIONS(3505), - [sym_none] = ACTIONS(2220), - [sym_true] = ACTIONS(2220), - [sym_false] = ACTIONS(2220), - [sym_nil] = ACTIONS(2220), - [anon_sym_QMARK_DOT] = ACTIONS(3471), - [anon_sym_POUND_LBRACK] = ACTIONS(3483), - [anon_sym_if] = ACTIONS(2220), - [anon_sym_DOLLARif] = ACTIONS(2220), - [anon_sym_is] = ACTIONS(3507), - [anon_sym_BANGis] = ACTIONS(3509), - [anon_sym_in] = ACTIONS(3491), - [anon_sym_BANGin] = ACTIONS(3493), - [anon_sym_match] = ACTIONS(2220), - [anon_sym_select] = ACTIONS(2220), - [anon_sym_lock] = ACTIONS(2220), - [anon_sym_rlock] = ACTIONS(2220), - [anon_sym_unsafe] = ACTIONS(2220), - [anon_sym_sql] = ACTIONS(2220), - [sym_int_literal] = ACTIONS(2220), - [sym_float_literal] = ACTIONS(2220), - [sym_rune_literal] = ACTIONS(2220), - [anon_sym_AT] = ACTIONS(2220), - [anon_sym_shared] = ACTIONS(2220), - [anon_sym_map_LBRACK] = ACTIONS(2220), - [anon_sym_chan] = ACTIONS(2220), - [anon_sym_thread] = ACTIONS(2220), - [anon_sym_atomic] = ACTIONS(2220), - [sym___double_quote] = ACTIONS(2220), - [sym___single_quote] = ACTIONS(2220), - [sym___c_double_quote] = ACTIONS(2220), - [sym___c_single_quote] = ACTIONS(2220), - [sym___r_double_quote] = ACTIONS(2220), - [sym___r_single_quote] = ACTIONS(2220), + [anon_sym_SEMI] = ACTIONS(3513), + [anon_sym_DOT] = ACTIONS(3475), + [anon_sym_as] = ACTIONS(3477), + [anon_sym_LBRACE] = ACTIONS(3513), + [anon_sym_COMMA] = ACTIONS(3513), + [anon_sym_RBRACE] = ACTIONS(3513), + [anon_sym_LPAREN] = ACTIONS(3479), + [anon_sym_PIPE] = ACTIONS(3481), + [anon_sym_fn] = ACTIONS(3513), + [anon_sym_PLUS] = ACTIONS(3481), + [anon_sym_DASH] = ACTIONS(3481), + [anon_sym_STAR] = ACTIONS(3483), + [anon_sym_SLASH] = ACTIONS(3483), + [anon_sym_PERCENT] = ACTIONS(3483), + [anon_sym_LT] = ACTIONS(3485), + [anon_sym_GT] = ACTIONS(3485), + [anon_sym_EQ_EQ] = ACTIONS(3485), + [anon_sym_BANG_EQ] = ACTIONS(3485), + [anon_sym_LT_EQ] = ACTIONS(3485), + [anon_sym_GT_EQ] = ACTIONS(3485), + [anon_sym_LBRACK] = ACTIONS(3487), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(3513), + [anon_sym_mut] = ACTIONS(3513), + [anon_sym_PLUS_PLUS] = ACTIONS(3489), + [anon_sym_DASH_DASH] = ACTIONS(3491), + [anon_sym_QMARK] = ACTIONS(3493), + [anon_sym_BANG] = ACTIONS(3495), + [anon_sym_go] = ACTIONS(3513), + [anon_sym_spawn] = ACTIONS(3513), + [anon_sym_json_DOTdecode] = ACTIONS(3513), + [anon_sym_LBRACK2] = ACTIONS(3497), + [anon_sym_TILDE] = ACTIONS(3513), + [anon_sym_CARET] = ACTIONS(3481), + [anon_sym_AMP] = ACTIONS(3483), + [anon_sym_LT_DASH] = ACTIONS(3513), + [anon_sym_LT_LT] = ACTIONS(3483), + [anon_sym_GT_GT] = ACTIONS(3483), + [anon_sym_GT_GT_GT] = ACTIONS(3483), + [anon_sym_AMP_CARET] = ACTIONS(3483), + [anon_sym_AMP_AMP] = ACTIONS(3499), + [anon_sym_PIPE_PIPE] = ACTIONS(3501), + [anon_sym_or] = ACTIONS(3503), + [sym_none] = ACTIONS(3513), + [sym_true] = ACTIONS(3513), + [sym_false] = ACTIONS(3513), + [sym_nil] = ACTIONS(3513), + [anon_sym_QMARK_DOT] = ACTIONS(3475), + [anon_sym_POUND_LBRACK] = ACTIONS(3497), + [anon_sym_if] = ACTIONS(3513), + [anon_sym_DOLLARif] = ACTIONS(3513), + [anon_sym_is] = ACTIONS(3505), + [anon_sym_BANGis] = ACTIONS(3507), + [anon_sym_in] = ACTIONS(3509), + [anon_sym_BANGin] = ACTIONS(3511), + [anon_sym_match] = ACTIONS(3513), + [anon_sym_select] = ACTIONS(3513), + [anon_sym_lock] = ACTIONS(3513), + [anon_sym_rlock] = ACTIONS(3513), + [anon_sym_unsafe] = ACTIONS(3513), + [anon_sym_sql] = ACTIONS(3513), + [sym_int_literal] = ACTIONS(3513), + [sym_float_literal] = ACTIONS(3513), + [sym_rune_literal] = ACTIONS(3513), + [anon_sym_AT] = ACTIONS(3513), + [anon_sym_shared] = ACTIONS(3513), + [anon_sym_map_LBRACK] = ACTIONS(3513), + [anon_sym_chan] = ACTIONS(3513), + [anon_sym_thread] = ACTIONS(3513), + [anon_sym_atomic] = ACTIONS(3513), + [sym___double_quote] = ACTIONS(3513), + [sym___single_quote] = ACTIONS(3513), + [sym___c_double_quote] = ACTIONS(3513), + [sym___c_single_quote] = ACTIONS(3513), + [sym___r_double_quote] = ACTIONS(3513), + [sym___r_single_quote] = ACTIONS(3513), }, [1137] = { - [sym_type_parameters] = STATE(4123), - [sym_argument_list] = STATE(1197), - [sym_or_block] = STATE(1198), - [sym_identifier] = ACTIONS(2230), - [anon_sym_LF] = ACTIONS(2230), - [anon_sym_CR] = ACTIONS(2230), - [anon_sym_CR_LF] = ACTIONS(2230), + [sym_type_parameters] = STATE(4257), + [sym_argument_list] = STATE(1221), + [sym_or_block] = STATE(1220), + [sym_identifier] = ACTIONS(1782), + [anon_sym_LF] = ACTIONS(1782), + [anon_sym_CR] = ACTIONS(1782), + [anon_sym_CR_LF] = ACTIONS(1782), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2230), - [anon_sym_DOT] = ACTIONS(3471), - [anon_sym_as] = ACTIONS(2230), - [anon_sym_LBRACE] = ACTIONS(2230), - [anon_sym_COMMA] = ACTIONS(2230), - [anon_sym_RBRACE] = ACTIONS(2230), - [anon_sym_LPAREN] = ACTIONS(3473), - [anon_sym_PIPE] = ACTIONS(2230), - [anon_sym_fn] = ACTIONS(2230), - [anon_sym_PLUS] = ACTIONS(2230), - [anon_sym_DASH] = ACTIONS(2230), - [anon_sym_STAR] = ACTIONS(2230), - [anon_sym_SLASH] = ACTIONS(2230), - [anon_sym_PERCENT] = ACTIONS(2230), - [anon_sym_LT] = ACTIONS(2230), - [anon_sym_GT] = ACTIONS(2230), - [anon_sym_EQ_EQ] = ACTIONS(2230), - [anon_sym_BANG_EQ] = ACTIONS(2230), - [anon_sym_LT_EQ] = ACTIONS(2230), - [anon_sym_GT_EQ] = ACTIONS(2230), - [anon_sym_LBRACK] = ACTIONS(3477), - [anon_sym_struct] = ACTIONS(2230), - [anon_sym_mut] = ACTIONS(2230), - [anon_sym_PLUS_PLUS] = ACTIONS(2230), - [anon_sym_DASH_DASH] = ACTIONS(2230), - [anon_sym_QMARK] = ACTIONS(3479), - [anon_sym_BANG] = ACTIONS(3481), - [anon_sym_go] = ACTIONS(2230), - [anon_sym_spawn] = ACTIONS(2230), - [anon_sym_json_DOTdecode] = ACTIONS(2230), - [anon_sym_LBRACK2] = ACTIONS(3483), - [anon_sym_TILDE] = ACTIONS(2230), - [anon_sym_CARET] = ACTIONS(2230), - [anon_sym_AMP] = ACTIONS(2230), - [anon_sym_LT_DASH] = ACTIONS(2230), - [anon_sym_LT_LT] = ACTIONS(2230), - [anon_sym_GT_GT] = ACTIONS(2230), - [anon_sym_GT_GT_GT] = ACTIONS(2230), - [anon_sym_AMP_CARET] = ACTIONS(2230), - [anon_sym_AMP_AMP] = ACTIONS(2230), - [anon_sym_PIPE_PIPE] = ACTIONS(2230), - [anon_sym_or] = ACTIONS(2230), - [sym_none] = ACTIONS(2230), - [sym_true] = ACTIONS(2230), - [sym_false] = ACTIONS(2230), - [sym_nil] = ACTIONS(2230), - [anon_sym_QMARK_DOT] = ACTIONS(3471), - [anon_sym_POUND_LBRACK] = ACTIONS(3483), - [anon_sym_if] = ACTIONS(2230), - [anon_sym_DOLLARif] = ACTIONS(2230), - [anon_sym_is] = ACTIONS(2230), - [anon_sym_BANGis] = ACTIONS(2230), - [anon_sym_in] = ACTIONS(2230), - [anon_sym_BANGin] = ACTIONS(2230), - [anon_sym_match] = ACTIONS(2230), - [anon_sym_select] = ACTIONS(2230), - [anon_sym_lock] = ACTIONS(2230), - [anon_sym_rlock] = ACTIONS(2230), - [anon_sym_unsafe] = ACTIONS(2230), - [anon_sym_sql] = ACTIONS(2230), - [sym_int_literal] = ACTIONS(2230), - [sym_float_literal] = ACTIONS(2230), - [sym_rune_literal] = ACTIONS(2230), - [anon_sym_AT] = ACTIONS(2230), - [anon_sym_shared] = ACTIONS(2230), - [anon_sym_map_LBRACK] = ACTIONS(2230), - [anon_sym_chan] = ACTIONS(2230), - [anon_sym_thread] = ACTIONS(2230), - [anon_sym_atomic] = ACTIONS(2230), - [sym___double_quote] = ACTIONS(2230), - [sym___single_quote] = ACTIONS(2230), - [sym___c_double_quote] = ACTIONS(2230), - [sym___c_single_quote] = ACTIONS(2230), - [sym___r_double_quote] = ACTIONS(2230), - [sym___r_single_quote] = ACTIONS(2230), + [anon_sym_SEMI] = ACTIONS(1782), + [anon_sym_DOT] = ACTIONS(3475), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1782), + [anon_sym_COMMA] = ACTIONS(1782), + [anon_sym_RBRACE] = ACTIONS(1782), + [anon_sym_LPAREN] = ACTIONS(3479), + [anon_sym_PIPE] = ACTIONS(3481), + [anon_sym_fn] = ACTIONS(1782), + [anon_sym_PLUS] = ACTIONS(3481), + [anon_sym_DASH] = ACTIONS(3481), + [anon_sym_STAR] = ACTIONS(3483), + [anon_sym_SLASH] = ACTIONS(3483), + [anon_sym_PERCENT] = ACTIONS(3483), + [anon_sym_LT] = ACTIONS(3485), + [anon_sym_GT] = ACTIONS(3485), + [anon_sym_EQ_EQ] = ACTIONS(3485), + [anon_sym_BANG_EQ] = ACTIONS(3485), + [anon_sym_LT_EQ] = ACTIONS(3485), + [anon_sym_GT_EQ] = ACTIONS(3485), + [anon_sym_LBRACK] = ACTIONS(3487), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_QMARK] = ACTIONS(3493), + [anon_sym_BANG] = ACTIONS(3495), + [anon_sym_go] = ACTIONS(1782), + [anon_sym_spawn] = ACTIONS(1782), + [anon_sym_json_DOTdecode] = ACTIONS(1782), + [anon_sym_LBRACK2] = ACTIONS(3497), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_CARET] = ACTIONS(3481), + [anon_sym_AMP] = ACTIONS(3483), + [anon_sym_LT_DASH] = ACTIONS(1782), + [anon_sym_LT_LT] = ACTIONS(3483), + [anon_sym_GT_GT] = ACTIONS(3483), + [anon_sym_GT_GT_GT] = ACTIONS(3483), + [anon_sym_AMP_CARET] = ACTIONS(3483), + [anon_sym_AMP_AMP] = ACTIONS(3499), + [anon_sym_PIPE_PIPE] = ACTIONS(1782), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1782), + [sym_true] = ACTIONS(1782), + [sym_false] = ACTIONS(1782), + [sym_nil] = ACTIONS(1782), + [anon_sym_QMARK_DOT] = ACTIONS(3475), + [anon_sym_POUND_LBRACK] = ACTIONS(3497), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_DOLLARif] = ACTIONS(1782), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1782), + [anon_sym_in] = ACTIONS(3509), + [anon_sym_BANGin] = ACTIONS(3511), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_select] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1782), + [anon_sym_rlock] = ACTIONS(1782), + [anon_sym_unsafe] = ACTIONS(1782), + [anon_sym_sql] = ACTIONS(1782), + [sym_int_literal] = ACTIONS(1782), + [sym_float_literal] = ACTIONS(1782), + [sym_rune_literal] = ACTIONS(1782), + [anon_sym_AT] = ACTIONS(1782), + [anon_sym_shared] = ACTIONS(1782), + [anon_sym_map_LBRACK] = ACTIONS(1782), + [anon_sym_chan] = ACTIONS(1782), + [anon_sym_thread] = ACTIONS(1782), + [anon_sym_atomic] = ACTIONS(1782), + [sym___double_quote] = ACTIONS(1782), + [sym___single_quote] = ACTIONS(1782), + [sym___c_double_quote] = ACTIONS(1782), + [sym___c_single_quote] = ACTIONS(1782), + [sym___r_double_quote] = ACTIONS(1782), + [sym___r_single_quote] = ACTIONS(1782), }, [1138] = { - [sym_type_parameters] = STATE(4123), - [sym_argument_list] = STATE(1197), - [sym_or_block] = STATE(1198), - [sym_identifier] = ACTIONS(3511), - [anon_sym_LF] = ACTIONS(3511), - [anon_sym_CR] = ACTIONS(3511), - [anon_sym_CR_LF] = ACTIONS(3511), + [sym_type_parameters] = STATE(4257), + [sym_argument_list] = STATE(1221), + [sym_or_block] = STATE(1220), + [sym_identifier] = ACTIONS(1782), + [anon_sym_LF] = ACTIONS(1782), + [anon_sym_CR] = ACTIONS(1782), + [anon_sym_CR_LF] = ACTIONS(1782), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3511), - [anon_sym_DOT] = ACTIONS(3471), - [anon_sym_as] = ACTIONS(3497), - [anon_sym_LBRACE] = ACTIONS(3511), - [anon_sym_COMMA] = ACTIONS(3511), - [anon_sym_RBRACE] = ACTIONS(3511), - [anon_sym_LPAREN] = ACTIONS(3473), - [anon_sym_PIPE] = ACTIONS(3485), - [anon_sym_fn] = ACTIONS(3511), - [anon_sym_PLUS] = ACTIONS(3485), - [anon_sym_DASH] = ACTIONS(3485), - [anon_sym_STAR] = ACTIONS(3475), - [anon_sym_SLASH] = ACTIONS(3475), - [anon_sym_PERCENT] = ACTIONS(3475), - [anon_sym_LT] = ACTIONS(3487), - [anon_sym_GT] = ACTIONS(3487), - [anon_sym_EQ_EQ] = ACTIONS(3487), - [anon_sym_BANG_EQ] = ACTIONS(3487), - [anon_sym_LT_EQ] = ACTIONS(3487), - [anon_sym_GT_EQ] = ACTIONS(3487), - [anon_sym_LBRACK] = ACTIONS(3477), - [anon_sym_struct] = ACTIONS(3511), - [anon_sym_mut] = ACTIONS(3511), - [anon_sym_PLUS_PLUS] = ACTIONS(3499), - [anon_sym_DASH_DASH] = ACTIONS(3501), - [anon_sym_QMARK] = ACTIONS(3479), - [anon_sym_BANG] = ACTIONS(3481), - [anon_sym_go] = ACTIONS(3511), - [anon_sym_spawn] = ACTIONS(3511), - [anon_sym_json_DOTdecode] = ACTIONS(3511), - [anon_sym_LBRACK2] = ACTIONS(3483), - [anon_sym_TILDE] = ACTIONS(3511), - [anon_sym_CARET] = ACTIONS(3485), - [anon_sym_AMP] = ACTIONS(3475), - [anon_sym_LT_DASH] = ACTIONS(3511), - [anon_sym_LT_LT] = ACTIONS(3475), - [anon_sym_GT_GT] = ACTIONS(3475), - [anon_sym_GT_GT_GT] = ACTIONS(3475), - [anon_sym_AMP_CARET] = ACTIONS(3475), - [anon_sym_AMP_AMP] = ACTIONS(3489), - [anon_sym_PIPE_PIPE] = ACTIONS(3503), - [anon_sym_or] = ACTIONS(3505), - [sym_none] = ACTIONS(3511), - [sym_true] = ACTIONS(3511), - [sym_false] = ACTIONS(3511), - [sym_nil] = ACTIONS(3511), - [anon_sym_QMARK_DOT] = ACTIONS(3471), - [anon_sym_POUND_LBRACK] = ACTIONS(3483), - [anon_sym_if] = ACTIONS(3511), - [anon_sym_DOLLARif] = ACTIONS(3511), - [anon_sym_is] = ACTIONS(3507), - [anon_sym_BANGis] = ACTIONS(3509), - [anon_sym_in] = ACTIONS(3491), - [anon_sym_BANGin] = ACTIONS(3493), - [anon_sym_match] = ACTIONS(3511), - [anon_sym_select] = ACTIONS(3511), - [anon_sym_lock] = ACTIONS(3511), - [anon_sym_rlock] = ACTIONS(3511), - [anon_sym_unsafe] = ACTIONS(3511), - [anon_sym_sql] = ACTIONS(3511), - [sym_int_literal] = ACTIONS(3511), - [sym_float_literal] = ACTIONS(3511), - [sym_rune_literal] = ACTIONS(3511), - [anon_sym_AT] = ACTIONS(3511), - [anon_sym_shared] = ACTIONS(3511), - [anon_sym_map_LBRACK] = ACTIONS(3511), - [anon_sym_chan] = ACTIONS(3511), - [anon_sym_thread] = ACTIONS(3511), - [anon_sym_atomic] = ACTIONS(3511), - [sym___double_quote] = ACTIONS(3511), - [sym___single_quote] = ACTIONS(3511), - [sym___c_double_quote] = ACTIONS(3511), - [sym___c_single_quote] = ACTIONS(3511), - [sym___r_double_quote] = ACTIONS(3511), - [sym___r_single_quote] = ACTIONS(3511), + [anon_sym_SEMI] = ACTIONS(1782), + [anon_sym_DOT] = ACTIONS(3475), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1782), + [anon_sym_COMMA] = ACTIONS(1782), + [anon_sym_RBRACE] = ACTIONS(1782), + [anon_sym_LPAREN] = ACTIONS(3479), + [anon_sym_PIPE] = ACTIONS(3481), + [anon_sym_fn] = ACTIONS(1782), + [anon_sym_PLUS] = ACTIONS(3481), + [anon_sym_DASH] = ACTIONS(3481), + [anon_sym_STAR] = ACTIONS(3483), + [anon_sym_SLASH] = ACTIONS(3483), + [anon_sym_PERCENT] = ACTIONS(3483), + [anon_sym_LT] = ACTIONS(1782), + [anon_sym_GT] = ACTIONS(1782), + [anon_sym_EQ_EQ] = ACTIONS(1782), + [anon_sym_BANG_EQ] = ACTIONS(1782), + [anon_sym_LT_EQ] = ACTIONS(1782), + [anon_sym_GT_EQ] = ACTIONS(1782), + [anon_sym_LBRACK] = ACTIONS(3487), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_QMARK] = ACTIONS(3493), + [anon_sym_BANG] = ACTIONS(3495), + [anon_sym_go] = ACTIONS(1782), + [anon_sym_spawn] = ACTIONS(1782), + [anon_sym_json_DOTdecode] = ACTIONS(1782), + [anon_sym_LBRACK2] = ACTIONS(3497), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_CARET] = ACTIONS(3481), + [anon_sym_AMP] = ACTIONS(3483), + [anon_sym_LT_DASH] = ACTIONS(1782), + [anon_sym_LT_LT] = ACTIONS(3483), + [anon_sym_GT_GT] = ACTIONS(3483), + [anon_sym_GT_GT_GT] = ACTIONS(3483), + [anon_sym_AMP_CARET] = ACTIONS(3483), + [anon_sym_AMP_AMP] = ACTIONS(1782), + [anon_sym_PIPE_PIPE] = ACTIONS(1782), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1782), + [sym_true] = ACTIONS(1782), + [sym_false] = ACTIONS(1782), + [sym_nil] = ACTIONS(1782), + [anon_sym_QMARK_DOT] = ACTIONS(3475), + [anon_sym_POUND_LBRACK] = ACTIONS(3497), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_DOLLARif] = ACTIONS(1782), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1782), + [anon_sym_in] = ACTIONS(1782), + [anon_sym_BANGin] = ACTIONS(1782), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_select] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1782), + [anon_sym_rlock] = ACTIONS(1782), + [anon_sym_unsafe] = ACTIONS(1782), + [anon_sym_sql] = ACTIONS(1782), + [sym_int_literal] = ACTIONS(1782), + [sym_float_literal] = ACTIONS(1782), + [sym_rune_literal] = ACTIONS(1782), + [anon_sym_AT] = ACTIONS(1782), + [anon_sym_shared] = ACTIONS(1782), + [anon_sym_map_LBRACK] = ACTIONS(1782), + [anon_sym_chan] = ACTIONS(1782), + [anon_sym_thread] = ACTIONS(1782), + [anon_sym_atomic] = ACTIONS(1782), + [sym___double_quote] = ACTIONS(1782), + [sym___single_quote] = ACTIONS(1782), + [sym___c_double_quote] = ACTIONS(1782), + [sym___c_single_quote] = ACTIONS(1782), + [sym___r_double_quote] = ACTIONS(1782), + [sym___r_single_quote] = ACTIONS(1782), }, [1139] = { - [sym_type_parameters] = STATE(4123), - [sym_argument_list] = STATE(1197), - [sym_or_block] = STATE(1198), - [sym_identifier] = ACTIONS(2076), - [anon_sym_LF] = ACTIONS(2076), - [anon_sym_CR] = ACTIONS(2076), - [anon_sym_CR_LF] = ACTIONS(2076), + [sym_type_parameters] = STATE(4257), + [sym_argument_list] = STATE(1221), + [sym_or_block] = STATE(1220), + [sym_identifier] = ACTIONS(1964), + [anon_sym_LF] = ACTIONS(1964), + [anon_sym_CR] = ACTIONS(1964), + [anon_sym_CR_LF] = ACTIONS(1964), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2076), - [anon_sym_DOT] = ACTIONS(3471), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2076), - [anon_sym_COMMA] = ACTIONS(2076), - [anon_sym_RBRACE] = ACTIONS(2076), - [anon_sym_LPAREN] = ACTIONS(3473), - [anon_sym_PIPE] = ACTIONS(2076), - [anon_sym_fn] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(2076), - [anon_sym_DASH] = ACTIONS(2076), - [anon_sym_STAR] = ACTIONS(2076), - [anon_sym_SLASH] = ACTIONS(2076), - [anon_sym_PERCENT] = ACTIONS(2076), - [anon_sym_LT] = ACTIONS(2076), - [anon_sym_GT] = ACTIONS(2076), - [anon_sym_EQ_EQ] = ACTIONS(2076), - [anon_sym_BANG_EQ] = ACTIONS(2076), - [anon_sym_LT_EQ] = ACTIONS(2076), - [anon_sym_GT_EQ] = ACTIONS(2076), - [anon_sym_LBRACK] = ACTIONS(3477), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_mut] = ACTIONS(2076), - [anon_sym_PLUS_PLUS] = ACTIONS(2076), - [anon_sym_DASH_DASH] = ACTIONS(2076), - [anon_sym_QMARK] = ACTIONS(3479), - [anon_sym_BANG] = ACTIONS(3481), - [anon_sym_go] = ACTIONS(2076), - [anon_sym_spawn] = ACTIONS(2076), - [anon_sym_json_DOTdecode] = ACTIONS(2076), - [anon_sym_LBRACK2] = ACTIONS(3483), - [anon_sym_TILDE] = ACTIONS(2076), - [anon_sym_CARET] = ACTIONS(2076), - [anon_sym_AMP] = ACTIONS(2076), - [anon_sym_LT_DASH] = ACTIONS(2076), - [anon_sym_LT_LT] = ACTIONS(2076), - [anon_sym_GT_GT] = ACTIONS(2076), - [anon_sym_GT_GT_GT] = ACTIONS(2076), - [anon_sym_AMP_CARET] = ACTIONS(2076), - [anon_sym_AMP_AMP] = ACTIONS(2076), - [anon_sym_PIPE_PIPE] = ACTIONS(2076), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2076), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_nil] = ACTIONS(2076), - [anon_sym_QMARK_DOT] = ACTIONS(3471), - [anon_sym_POUND_LBRACK] = ACTIONS(3483), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_DOLLARif] = ACTIONS(2076), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2076), - [anon_sym_in] = ACTIONS(2076), - [anon_sym_BANGin] = ACTIONS(2076), - [anon_sym_match] = ACTIONS(2076), - [anon_sym_select] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2076), - [anon_sym_rlock] = ACTIONS(2076), - [anon_sym_unsafe] = ACTIONS(2076), - [anon_sym_sql] = ACTIONS(2076), - [sym_int_literal] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2076), - [sym_rune_literal] = ACTIONS(2076), - [anon_sym_AT] = ACTIONS(2076), - [anon_sym_shared] = ACTIONS(2076), - [anon_sym_map_LBRACK] = ACTIONS(2076), - [anon_sym_chan] = ACTIONS(2076), - [anon_sym_thread] = ACTIONS(2076), - [anon_sym_atomic] = ACTIONS(2076), - [sym___double_quote] = ACTIONS(2076), - [sym___single_quote] = ACTIONS(2076), - [sym___c_double_quote] = ACTIONS(2076), - [sym___c_single_quote] = ACTIONS(2076), - [sym___r_double_quote] = ACTIONS(2076), - [sym___r_single_quote] = ACTIONS(2076), + [anon_sym_SEMI] = ACTIONS(1964), + [anon_sym_DOT] = ACTIONS(3475), + [anon_sym_as] = ACTIONS(1964), + [anon_sym_LBRACE] = ACTIONS(1964), + [anon_sym_COMMA] = ACTIONS(1964), + [anon_sym_RBRACE] = ACTIONS(1964), + [anon_sym_LPAREN] = ACTIONS(3479), + [anon_sym_PIPE] = ACTIONS(3481), + [anon_sym_fn] = ACTIONS(1964), + [anon_sym_PLUS] = ACTIONS(3481), + [anon_sym_DASH] = ACTIONS(3481), + [anon_sym_STAR] = ACTIONS(3483), + [anon_sym_SLASH] = ACTIONS(3483), + [anon_sym_PERCENT] = ACTIONS(3483), + [anon_sym_LT] = ACTIONS(1964), + [anon_sym_GT] = ACTIONS(1964), + [anon_sym_EQ_EQ] = ACTIONS(1964), + [anon_sym_BANG_EQ] = ACTIONS(1964), + [anon_sym_LT_EQ] = ACTIONS(1964), + [anon_sym_GT_EQ] = ACTIONS(1964), + [anon_sym_LBRACK] = ACTIONS(3487), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1964), + [anon_sym_mut] = ACTIONS(1964), + [anon_sym_PLUS_PLUS] = ACTIONS(1964), + [anon_sym_DASH_DASH] = ACTIONS(1964), + [anon_sym_QMARK] = ACTIONS(3493), + [anon_sym_BANG] = ACTIONS(3495), + [anon_sym_go] = ACTIONS(1964), + [anon_sym_spawn] = ACTIONS(1964), + [anon_sym_json_DOTdecode] = ACTIONS(1964), + [anon_sym_LBRACK2] = ACTIONS(3497), + [anon_sym_TILDE] = ACTIONS(1964), + [anon_sym_CARET] = ACTIONS(3481), + [anon_sym_AMP] = ACTIONS(3483), + [anon_sym_LT_DASH] = ACTIONS(1964), + [anon_sym_LT_LT] = ACTIONS(3483), + [anon_sym_GT_GT] = ACTIONS(3483), + [anon_sym_GT_GT_GT] = ACTIONS(3483), + [anon_sym_AMP_CARET] = ACTIONS(3483), + [anon_sym_AMP_AMP] = ACTIONS(1964), + [anon_sym_PIPE_PIPE] = ACTIONS(1964), + [anon_sym_or] = ACTIONS(1964), + [sym_none] = ACTIONS(1964), + [sym_true] = ACTIONS(1964), + [sym_false] = ACTIONS(1964), + [sym_nil] = ACTIONS(1964), + [anon_sym_QMARK_DOT] = ACTIONS(3475), + [anon_sym_POUND_LBRACK] = ACTIONS(3497), + [anon_sym_if] = ACTIONS(1964), + [anon_sym_DOLLARif] = ACTIONS(1964), + [anon_sym_is] = ACTIONS(1964), + [anon_sym_BANGis] = ACTIONS(1964), + [anon_sym_in] = ACTIONS(1964), + [anon_sym_BANGin] = ACTIONS(1964), + [anon_sym_match] = ACTIONS(1964), + [anon_sym_select] = ACTIONS(1964), + [anon_sym_lock] = ACTIONS(1964), + [anon_sym_rlock] = ACTIONS(1964), + [anon_sym_unsafe] = ACTIONS(1964), + [anon_sym_sql] = ACTIONS(1964), + [sym_int_literal] = ACTIONS(1964), + [sym_float_literal] = ACTIONS(1964), + [sym_rune_literal] = ACTIONS(1964), + [anon_sym_AT] = ACTIONS(1964), + [anon_sym_shared] = ACTIONS(1964), + [anon_sym_map_LBRACK] = ACTIONS(1964), + [anon_sym_chan] = ACTIONS(1964), + [anon_sym_thread] = ACTIONS(1964), + [anon_sym_atomic] = ACTIONS(1964), + [sym___double_quote] = ACTIONS(1964), + [sym___single_quote] = ACTIONS(1964), + [sym___c_double_quote] = ACTIONS(1964), + [sym___c_single_quote] = ACTIONS(1964), + [sym___r_double_quote] = ACTIONS(1964), + [sym___r_single_quote] = ACTIONS(1964), }, [1140] = { - [sym_type_parameters] = STATE(4123), - [sym_argument_list] = STATE(1197), - [sym_or_block] = STATE(1198), - [sym_identifier] = ACTIONS(2108), - [anon_sym_LF] = ACTIONS(2108), - [anon_sym_CR] = ACTIONS(2108), - [anon_sym_CR_LF] = ACTIONS(2108), + [sym_type_parameters] = STATE(4257), + [sym_argument_list] = STATE(1221), + [sym_or_block] = STATE(1220), + [sym_identifier] = ACTIONS(1782), + [anon_sym_LF] = ACTIONS(1782), + [anon_sym_CR] = ACTIONS(1782), + [anon_sym_CR_LF] = ACTIONS(1782), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2108), - [anon_sym_DOT] = ACTIONS(3471), - [anon_sym_as] = ACTIONS(2108), - [anon_sym_LBRACE] = ACTIONS(2108), - [anon_sym_COMMA] = ACTIONS(2108), - [anon_sym_RBRACE] = ACTIONS(2108), - [anon_sym_LPAREN] = ACTIONS(3473), - [anon_sym_PIPE] = ACTIONS(3485), - [anon_sym_fn] = ACTIONS(2108), - [anon_sym_PLUS] = ACTIONS(3485), - [anon_sym_DASH] = ACTIONS(3485), - [anon_sym_STAR] = ACTIONS(3475), - [anon_sym_SLASH] = ACTIONS(3475), - [anon_sym_PERCENT] = ACTIONS(3475), - [anon_sym_LT] = ACTIONS(2108), - [anon_sym_GT] = ACTIONS(2108), - [anon_sym_EQ_EQ] = ACTIONS(2108), - [anon_sym_BANG_EQ] = ACTIONS(2108), - [anon_sym_LT_EQ] = ACTIONS(2108), - [anon_sym_GT_EQ] = ACTIONS(2108), - [anon_sym_LBRACK] = ACTIONS(3477), - [anon_sym_struct] = ACTIONS(2108), - [anon_sym_mut] = ACTIONS(2108), - [anon_sym_PLUS_PLUS] = ACTIONS(2108), - [anon_sym_DASH_DASH] = ACTIONS(2108), - [anon_sym_QMARK] = ACTIONS(3479), - [anon_sym_BANG] = ACTIONS(3481), - [anon_sym_go] = ACTIONS(2108), - [anon_sym_spawn] = ACTIONS(2108), - [anon_sym_json_DOTdecode] = ACTIONS(2108), - [anon_sym_LBRACK2] = ACTIONS(3483), - [anon_sym_TILDE] = ACTIONS(2108), - [anon_sym_CARET] = ACTIONS(3485), - [anon_sym_AMP] = ACTIONS(3475), - [anon_sym_LT_DASH] = ACTIONS(2108), - [anon_sym_LT_LT] = ACTIONS(3475), - [anon_sym_GT_GT] = ACTIONS(3475), - [anon_sym_GT_GT_GT] = ACTIONS(3475), - [anon_sym_AMP_CARET] = ACTIONS(3475), - [anon_sym_AMP_AMP] = ACTIONS(2108), - [anon_sym_PIPE_PIPE] = ACTIONS(2108), - [anon_sym_or] = ACTIONS(2108), - [sym_none] = ACTIONS(2108), - [sym_true] = ACTIONS(2108), - [sym_false] = ACTIONS(2108), - [sym_nil] = ACTIONS(2108), - [anon_sym_QMARK_DOT] = ACTIONS(3471), - [anon_sym_POUND_LBRACK] = ACTIONS(3483), - [anon_sym_if] = ACTIONS(2108), - [anon_sym_DOLLARif] = ACTIONS(2108), - [anon_sym_is] = ACTIONS(2108), - [anon_sym_BANGis] = ACTIONS(2108), - [anon_sym_in] = ACTIONS(2108), - [anon_sym_BANGin] = ACTIONS(2108), - [anon_sym_match] = ACTIONS(2108), - [anon_sym_select] = ACTIONS(2108), - [anon_sym_lock] = ACTIONS(2108), - [anon_sym_rlock] = ACTIONS(2108), - [anon_sym_unsafe] = ACTIONS(2108), - [anon_sym_sql] = ACTIONS(2108), - [sym_int_literal] = ACTIONS(2108), - [sym_float_literal] = ACTIONS(2108), - [sym_rune_literal] = ACTIONS(2108), - [anon_sym_AT] = ACTIONS(2108), - [anon_sym_shared] = ACTIONS(2108), - [anon_sym_map_LBRACK] = ACTIONS(2108), - [anon_sym_chan] = ACTIONS(2108), - [anon_sym_thread] = ACTIONS(2108), - [anon_sym_atomic] = ACTIONS(2108), - [sym___double_quote] = ACTIONS(2108), - [sym___single_quote] = ACTIONS(2108), - [sym___c_double_quote] = ACTIONS(2108), - [sym___c_single_quote] = ACTIONS(2108), - [sym___r_double_quote] = ACTIONS(2108), - [sym___r_single_quote] = ACTIONS(2108), + [anon_sym_SEMI] = ACTIONS(1782), + [anon_sym_DOT] = ACTIONS(3475), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1782), + [anon_sym_COMMA] = ACTIONS(1782), + [anon_sym_RBRACE] = ACTIONS(1782), + [anon_sym_LPAREN] = ACTIONS(3479), + [anon_sym_PIPE] = ACTIONS(3481), + [anon_sym_fn] = ACTIONS(1782), + [anon_sym_PLUS] = ACTIONS(3481), + [anon_sym_DASH] = ACTIONS(3481), + [anon_sym_STAR] = ACTIONS(3483), + [anon_sym_SLASH] = ACTIONS(3483), + [anon_sym_PERCENT] = ACTIONS(3483), + [anon_sym_LT] = ACTIONS(3485), + [anon_sym_GT] = ACTIONS(3485), + [anon_sym_EQ_EQ] = ACTIONS(3485), + [anon_sym_BANG_EQ] = ACTIONS(3485), + [anon_sym_LT_EQ] = ACTIONS(3485), + [anon_sym_GT_EQ] = ACTIONS(3485), + [anon_sym_LBRACK] = ACTIONS(3487), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_struct] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1782), + [anon_sym_DASH_DASH] = ACTIONS(1782), + [anon_sym_QMARK] = ACTIONS(3493), + [anon_sym_BANG] = ACTIONS(3495), + [anon_sym_go] = ACTIONS(1782), + [anon_sym_spawn] = ACTIONS(1782), + [anon_sym_json_DOTdecode] = ACTIONS(1782), + [anon_sym_LBRACK2] = ACTIONS(3497), + [anon_sym_TILDE] = ACTIONS(1782), + [anon_sym_CARET] = ACTIONS(3481), + [anon_sym_AMP] = ACTIONS(3483), + [anon_sym_LT_DASH] = ACTIONS(1782), + [anon_sym_LT_LT] = ACTIONS(3483), + [anon_sym_GT_GT] = ACTIONS(3483), + [anon_sym_GT_GT_GT] = ACTIONS(3483), + [anon_sym_AMP_CARET] = ACTIONS(3483), + [anon_sym_AMP_AMP] = ACTIONS(1782), + [anon_sym_PIPE_PIPE] = ACTIONS(1782), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1782), + [sym_true] = ACTIONS(1782), + [sym_false] = ACTIONS(1782), + [sym_nil] = ACTIONS(1782), + [anon_sym_QMARK_DOT] = ACTIONS(3475), + [anon_sym_POUND_LBRACK] = ACTIONS(3497), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_DOLLARif] = ACTIONS(1782), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1782), + [anon_sym_in] = ACTIONS(3509), + [anon_sym_BANGin] = ACTIONS(3511), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_select] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1782), + [anon_sym_rlock] = ACTIONS(1782), + [anon_sym_unsafe] = ACTIONS(1782), + [anon_sym_sql] = ACTIONS(1782), + [sym_int_literal] = ACTIONS(1782), + [sym_float_literal] = ACTIONS(1782), + [sym_rune_literal] = ACTIONS(1782), + [anon_sym_AT] = ACTIONS(1782), + [anon_sym_shared] = ACTIONS(1782), + [anon_sym_map_LBRACK] = ACTIONS(1782), + [anon_sym_chan] = ACTIONS(1782), + [anon_sym_thread] = ACTIONS(1782), + [anon_sym_atomic] = ACTIONS(1782), + [sym___double_quote] = ACTIONS(1782), + [sym___single_quote] = ACTIONS(1782), + [sym___c_double_quote] = ACTIONS(1782), + [sym___c_single_quote] = ACTIONS(1782), + [sym___r_double_quote] = ACTIONS(1782), + [sym___r_single_quote] = ACTIONS(1782), }, [1141] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2378), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(593), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(583), - [anon_sym_as] = ACTIONS(585), - [anon_sym_LBRACE] = ACTIONS(583), - [anon_sym_COMMA] = ACTIONS(583), - [anon_sym_LPAREN] = ACTIONS(583), - [anon_sym_EQ] = ACTIONS(585), - [anon_sym_PIPE] = ACTIONS(585), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(585), - [anon_sym_DASH] = ACTIONS(585), - [anon_sym_STAR] = ACTIONS(585), - [anon_sym_SLASH] = ACTIONS(585), - [anon_sym_PERCENT] = ACTIONS(585), - [anon_sym_LT] = ACTIONS(585), - [anon_sym_GT] = ACTIONS(585), - [anon_sym_EQ_EQ] = ACTIONS(583), - [anon_sym_BANG_EQ] = ACTIONS(583), - [anon_sym_LT_EQ] = ACTIONS(583), - [anon_sym_GT_EQ] = ACTIONS(583), - [anon_sym_LBRACK] = ACTIONS(583), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_COLON] = ACTIONS(583), - [anon_sym_PLUS_PLUS] = ACTIONS(583), - [anon_sym_DASH_DASH] = ACTIONS(583), - [anon_sym_QMARK] = ACTIONS(585), - [anon_sym_BANG] = ACTIONS(585), - [anon_sym_LBRACK2] = ACTIONS(585), - [anon_sym_CARET] = ACTIONS(585), - [anon_sym_AMP] = ACTIONS(585), - [anon_sym_LT_DASH] = ACTIONS(583), - [anon_sym_LT_LT] = ACTIONS(585), - [anon_sym_GT_GT] = ACTIONS(585), - [anon_sym_GT_GT_GT] = ACTIONS(585), - [anon_sym_AMP_CARET] = ACTIONS(585), - [anon_sym_AMP_AMP] = ACTIONS(583), - [anon_sym_PIPE_PIPE] = ACTIONS(583), - [anon_sym_or] = ACTIONS(585), - [anon_sym_QMARK_DOT] = ACTIONS(583), - [anon_sym_POUND_LBRACK] = ACTIONS(583), - [anon_sym_is] = ACTIONS(585), - [anon_sym_BANGis] = ACTIONS(583), - [anon_sym_in] = ACTIONS(585), - [anon_sym_BANGin] = ACTIONS(583), - [anon_sym_STAR_EQ] = ACTIONS(583), - [anon_sym_SLASH_EQ] = ACTIONS(583), - [anon_sym_PERCENT_EQ] = ACTIONS(583), - [anon_sym_LT_LT_EQ] = ACTIONS(583), - [anon_sym_GT_GT_EQ] = ACTIONS(583), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(583), - [anon_sym_AMP_EQ] = ACTIONS(583), - [anon_sym_AMP_CARET_EQ] = ACTIONS(583), - [anon_sym_PLUS_EQ] = ACTIONS(583), - [anon_sym_DASH_EQ] = ACTIONS(583), - [anon_sym_PIPE_EQ] = ACTIONS(583), - [anon_sym_CARET_EQ] = ACTIONS(583), - [anon_sym_shared] = ACTIONS(611), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - }, - [1142] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2378), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(593), - [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(583), - [anon_sym_DOT] = ACTIONS(583), - [anon_sym_as] = ACTIONS(585), - [anon_sym_LBRACE] = ACTIONS(583), - [anon_sym_COMMA] = ACTIONS(583), - [anon_sym_LPAREN] = ACTIONS(583), - [anon_sym_EQ] = ACTIONS(585), - [anon_sym_PIPE] = ACTIONS(585), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(585), - [anon_sym_DASH] = ACTIONS(585), - [anon_sym_STAR] = ACTIONS(585), - [anon_sym_SLASH] = ACTIONS(585), - [anon_sym_PERCENT] = ACTIONS(585), - [anon_sym_LT] = ACTIONS(585), - [anon_sym_GT] = ACTIONS(585), - [anon_sym_EQ_EQ] = ACTIONS(583), - [anon_sym_BANG_EQ] = ACTIONS(583), - [anon_sym_LT_EQ] = ACTIONS(583), - [anon_sym_GT_EQ] = ACTIONS(583), - [anon_sym_LBRACK] = ACTIONS(583), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(583), - [anon_sym_DASH_DASH] = ACTIONS(583), - [anon_sym_QMARK] = ACTIONS(585), - [anon_sym_BANG] = ACTIONS(585), - [anon_sym_LBRACK2] = ACTIONS(585), - [anon_sym_CARET] = ACTIONS(585), - [anon_sym_AMP] = ACTIONS(585), - [anon_sym_LT_LT] = ACTIONS(585), - [anon_sym_GT_GT] = ACTIONS(585), - [anon_sym_GT_GT_GT] = ACTIONS(585), - [anon_sym_AMP_CARET] = ACTIONS(585), - [anon_sym_AMP_AMP] = ACTIONS(583), - [anon_sym_PIPE_PIPE] = ACTIONS(583), - [anon_sym_or] = ACTIONS(585), - [anon_sym_QMARK_DOT] = ACTIONS(583), - [anon_sym_POUND_LBRACK] = ACTIONS(583), - [anon_sym_is] = ACTIONS(585), - [anon_sym_BANGis] = ACTIONS(583), - [anon_sym_in] = ACTIONS(585), - [anon_sym_BANGin] = ACTIONS(583), - [anon_sym_STAR_EQ] = ACTIONS(583), - [anon_sym_SLASH_EQ] = ACTIONS(583), - [anon_sym_PERCENT_EQ] = ACTIONS(583), - [anon_sym_LT_LT_EQ] = ACTIONS(583), - [anon_sym_GT_GT_EQ] = ACTIONS(583), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(583), - [anon_sym_AMP_EQ] = ACTIONS(583), - [anon_sym_AMP_CARET_EQ] = ACTIONS(583), - [anon_sym_PLUS_EQ] = ACTIONS(583), - [anon_sym_DASH_EQ] = ACTIONS(583), - [anon_sym_PIPE_EQ] = ACTIONS(583), - [anon_sym_CARET_EQ] = ACTIONS(583), - [anon_sym_COLON_EQ] = ACTIONS(583), - [anon_sym_shared] = ACTIONS(611), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - }, - [1143] = { - [sym_identifier] = ACTIONS(2772), - [anon_sym_LF] = ACTIONS(2772), - [anon_sym_CR] = ACTIONS(2772), - [anon_sym_CR_LF] = ACTIONS(2772), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2772), - [anon_sym_DOT] = ACTIONS(2772), - [anon_sym_as] = ACTIONS(2772), - [anon_sym_LBRACE] = ACTIONS(2774), - [anon_sym_COMMA] = ACTIONS(2772), - [anon_sym_RBRACE] = ACTIONS(2772), - [anon_sym_LPAREN] = ACTIONS(2772), - [anon_sym_PIPE] = ACTIONS(2772), - [anon_sym_fn] = ACTIONS(2772), - [anon_sym_PLUS] = ACTIONS(2772), - [anon_sym_DASH] = ACTIONS(2772), - [anon_sym_STAR] = ACTIONS(2772), - [anon_sym_SLASH] = ACTIONS(2772), - [anon_sym_PERCENT] = ACTIONS(2772), - [anon_sym_LT] = ACTIONS(2772), - [anon_sym_GT] = ACTIONS(2772), - [anon_sym_EQ_EQ] = ACTIONS(2772), - [anon_sym_BANG_EQ] = ACTIONS(2772), - [anon_sym_LT_EQ] = ACTIONS(2772), - [anon_sym_GT_EQ] = ACTIONS(2772), - [anon_sym_DOT_DOT_DOT] = ACTIONS(2772), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_struct] = ACTIONS(2772), - [anon_sym_mut] = ACTIONS(2772), - [anon_sym_COLON] = ACTIONS(2772), - [anon_sym_PLUS_PLUS] = ACTIONS(2772), - [anon_sym_DASH_DASH] = ACTIONS(2772), - [anon_sym_QMARK] = ACTIONS(2772), - [anon_sym_BANG] = ACTIONS(2772), - [anon_sym_go] = ACTIONS(2772), - [anon_sym_spawn] = ACTIONS(2772), - [anon_sym_json_DOTdecode] = ACTIONS(2772), - [anon_sym_LBRACK2] = ACTIONS(2772), - [anon_sym_TILDE] = ACTIONS(2772), - [anon_sym_CARET] = ACTIONS(2772), - [anon_sym_AMP] = ACTIONS(2772), - [anon_sym_LT_DASH] = ACTIONS(2772), - [anon_sym_LT_LT] = ACTIONS(2772), - [anon_sym_GT_GT] = ACTIONS(2772), - [anon_sym_GT_GT_GT] = ACTIONS(2772), - [anon_sym_AMP_CARET] = ACTIONS(2772), - [anon_sym_AMP_AMP] = ACTIONS(2772), - [anon_sym_PIPE_PIPE] = ACTIONS(2772), - [anon_sym_or] = ACTIONS(2772), - [sym_none] = ACTIONS(2772), - [sym_true] = ACTIONS(2772), - [sym_false] = ACTIONS(2772), - [sym_nil] = ACTIONS(2772), - [anon_sym_QMARK_DOT] = ACTIONS(2772), - [anon_sym_POUND_LBRACK] = ACTIONS(2772), - [anon_sym_if] = ACTIONS(2772), - [anon_sym_DOLLARif] = ACTIONS(2772), - [anon_sym_is] = ACTIONS(2772), - [anon_sym_BANGis] = ACTIONS(2772), - [anon_sym_in] = ACTIONS(2772), - [anon_sym_BANGin] = ACTIONS(2772), - [anon_sym_match] = ACTIONS(2772), - [anon_sym_select] = ACTIONS(2772), - [anon_sym_lock] = ACTIONS(2772), - [anon_sym_rlock] = ACTIONS(2772), - [anon_sym_unsafe] = ACTIONS(2772), - [anon_sym_sql] = ACTIONS(2772), - [sym_int_literal] = ACTIONS(2772), - [sym_float_literal] = ACTIONS(2772), - [sym_rune_literal] = ACTIONS(2772), - [anon_sym_AT] = ACTIONS(2772), - [anon_sym_shared] = ACTIONS(2772), - [anon_sym_map_LBRACK] = ACTIONS(2772), - [anon_sym_chan] = ACTIONS(2772), - [anon_sym_thread] = ACTIONS(2772), - [anon_sym_atomic] = ACTIONS(2772), - [sym___double_quote] = ACTIONS(2772), - [sym___single_quote] = ACTIONS(2772), - [sym___c_double_quote] = ACTIONS(2772), - [sym___c_single_quote] = ACTIONS(2772), - [sym___r_double_quote] = ACTIONS(2772), - [sym___r_single_quote] = ACTIONS(2772), - }, - [1144] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2378), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(593), - [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(583), - [anon_sym_DOT] = ACTIONS(583), - [anon_sym_as] = ACTIONS(585), - [anon_sym_LBRACE] = ACTIONS(587), - [anon_sym_COMMA] = ACTIONS(583), - [anon_sym_LPAREN] = ACTIONS(583), - [anon_sym_EQ] = ACTIONS(585), - [anon_sym_PIPE] = ACTIONS(585), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(585), - [anon_sym_DASH] = ACTIONS(585), - [anon_sym_STAR] = ACTIONS(585), - [anon_sym_SLASH] = ACTIONS(585), - [anon_sym_PERCENT] = ACTIONS(585), - [anon_sym_LT] = ACTIONS(585), - [anon_sym_GT] = ACTIONS(585), - [anon_sym_EQ_EQ] = ACTIONS(583), - [anon_sym_BANG_EQ] = ACTIONS(583), - [anon_sym_LT_EQ] = ACTIONS(583), - [anon_sym_GT_EQ] = ACTIONS(583), - [anon_sym_LBRACK] = ACTIONS(583), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(583), - [anon_sym_DASH_DASH] = ACTIONS(583), - [anon_sym_QMARK] = ACTIONS(585), - [anon_sym_BANG] = ACTIONS(585), - [anon_sym_LBRACK2] = ACTIONS(585), - [anon_sym_CARET] = ACTIONS(585), - [anon_sym_AMP] = ACTIONS(585), - [anon_sym_LT_LT] = ACTIONS(585), - [anon_sym_GT_GT] = ACTIONS(585), - [anon_sym_GT_GT_GT] = ACTIONS(585), - [anon_sym_AMP_CARET] = ACTIONS(585), - [anon_sym_AMP_AMP] = ACTIONS(583), - [anon_sym_PIPE_PIPE] = ACTIONS(583), - [anon_sym_or] = ACTIONS(585), - [anon_sym_QMARK_DOT] = ACTIONS(583), - [anon_sym_POUND_LBRACK] = ACTIONS(583), - [anon_sym_is] = ACTIONS(585), - [anon_sym_BANGis] = ACTIONS(583), - [anon_sym_in] = ACTIONS(585), - [anon_sym_BANGin] = ACTIONS(583), - [anon_sym_STAR_EQ] = ACTIONS(583), - [anon_sym_SLASH_EQ] = ACTIONS(583), - [anon_sym_PERCENT_EQ] = ACTIONS(583), - [anon_sym_LT_LT_EQ] = ACTIONS(583), - [anon_sym_GT_GT_EQ] = ACTIONS(583), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(583), - [anon_sym_AMP_EQ] = ACTIONS(583), - [anon_sym_AMP_CARET_EQ] = ACTIONS(583), - [anon_sym_PLUS_EQ] = ACTIONS(583), - [anon_sym_DASH_EQ] = ACTIONS(583), - [anon_sym_PIPE_EQ] = ACTIONS(583), - [anon_sym_CARET_EQ] = ACTIONS(583), - [anon_sym_COLON_EQ] = ACTIONS(583), - [anon_sym_shared] = ACTIONS(611), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - }, - [1145] = { - [sym_else_branch] = STATE(1208), - [sym_identifier] = ACTIONS(2400), - [anon_sym_LF] = ACTIONS(2400), - [anon_sym_CR] = ACTIONS(2400), - [anon_sym_CR_LF] = ACTIONS(2400), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2400), - [anon_sym_DOT] = ACTIONS(2400), - [anon_sym_as] = ACTIONS(2400), - [anon_sym_LBRACE] = ACTIONS(2400), - [anon_sym_COMMA] = ACTIONS(2400), - [anon_sym_RBRACE] = ACTIONS(2400), - [anon_sym_LPAREN] = ACTIONS(2400), - [anon_sym_PIPE] = ACTIONS(2400), - [anon_sym_fn] = ACTIONS(2400), - [anon_sym_PLUS] = ACTIONS(2400), - [anon_sym_DASH] = ACTIONS(2400), - [anon_sym_STAR] = ACTIONS(2400), - [anon_sym_SLASH] = ACTIONS(2400), - [anon_sym_PERCENT] = ACTIONS(2400), - [anon_sym_LT] = ACTIONS(2400), - [anon_sym_GT] = ACTIONS(2400), - [anon_sym_EQ_EQ] = ACTIONS(2400), - [anon_sym_BANG_EQ] = ACTIONS(2400), - [anon_sym_LT_EQ] = ACTIONS(2400), - [anon_sym_GT_EQ] = ACTIONS(2400), - [anon_sym_LBRACK] = ACTIONS(2398), - [anon_sym_struct] = ACTIONS(2400), - [anon_sym_mut] = ACTIONS(2400), - [anon_sym_PLUS_PLUS] = ACTIONS(2400), - [anon_sym_DASH_DASH] = ACTIONS(2400), - [anon_sym_QMARK] = ACTIONS(2400), - [anon_sym_BANG] = ACTIONS(2400), - [anon_sym_go] = ACTIONS(2400), - [anon_sym_spawn] = ACTIONS(2400), - [anon_sym_json_DOTdecode] = ACTIONS(2400), - [anon_sym_LBRACK2] = ACTIONS(2400), - [anon_sym_TILDE] = ACTIONS(2400), - [anon_sym_CARET] = ACTIONS(2400), - [anon_sym_AMP] = ACTIONS(2400), - [anon_sym_LT_DASH] = ACTIONS(2400), - [anon_sym_LT_LT] = ACTIONS(2400), - [anon_sym_GT_GT] = ACTIONS(2400), - [anon_sym_GT_GT_GT] = ACTIONS(2400), - [anon_sym_AMP_CARET] = ACTIONS(2400), - [anon_sym_AMP_AMP] = ACTIONS(2400), - [anon_sym_PIPE_PIPE] = ACTIONS(2400), - [anon_sym_or] = ACTIONS(2400), - [sym_none] = ACTIONS(2400), - [sym_true] = ACTIONS(2400), - [sym_false] = ACTIONS(2400), - [sym_nil] = ACTIONS(2400), - [anon_sym_QMARK_DOT] = ACTIONS(2400), - [anon_sym_POUND_LBRACK] = ACTIONS(2400), - [anon_sym_if] = ACTIONS(2400), - [anon_sym_else] = ACTIONS(3513), - [anon_sym_DOLLARif] = ACTIONS(2400), - [anon_sym_is] = ACTIONS(2400), - [anon_sym_BANGis] = ACTIONS(2400), - [anon_sym_in] = ACTIONS(2400), - [anon_sym_BANGin] = ACTIONS(2400), - [anon_sym_match] = ACTIONS(2400), - [anon_sym_select] = ACTIONS(2400), - [anon_sym_lock] = ACTIONS(2400), - [anon_sym_rlock] = ACTIONS(2400), - [anon_sym_unsafe] = ACTIONS(2400), - [anon_sym_sql] = ACTIONS(2400), - [sym_int_literal] = ACTIONS(2400), - [sym_float_literal] = ACTIONS(2400), - [sym_rune_literal] = ACTIONS(2400), - [anon_sym_AT] = ACTIONS(2400), - [anon_sym_shared] = ACTIONS(2400), - [anon_sym_map_LBRACK] = ACTIONS(2400), - [anon_sym_chan] = ACTIONS(2400), - [anon_sym_thread] = ACTIONS(2400), - [anon_sym_atomic] = ACTIONS(2400), - [sym___double_quote] = ACTIONS(2400), - [sym___single_quote] = ACTIONS(2400), - [sym___c_double_quote] = ACTIONS(2400), - [sym___c_single_quote] = ACTIONS(2400), - [sym___r_double_quote] = ACTIONS(2400), - [sym___r_single_quote] = ACTIONS(2400), - }, - [1146] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2374), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(593), - [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(591), - [anon_sym_DOT] = ACTIONS(591), - [anon_sym_as] = ACTIONS(595), - [anon_sym_LBRACE] = ACTIONS(591), - [anon_sym_COMMA] = ACTIONS(591), - [anon_sym_LPAREN] = ACTIONS(3377), - [anon_sym_EQ] = ACTIONS(595), - [anon_sym_PIPE] = ACTIONS(595), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(595), - [anon_sym_DASH] = ACTIONS(595), - [anon_sym_STAR] = ACTIONS(601), - [anon_sym_SLASH] = ACTIONS(595), - [anon_sym_PERCENT] = ACTIONS(595), - [anon_sym_LT] = ACTIONS(595), - [anon_sym_GT] = ACTIONS(595), - [anon_sym_EQ_EQ] = ACTIONS(591), - [anon_sym_BANG_EQ] = ACTIONS(591), - [anon_sym_LT_EQ] = ACTIONS(591), - [anon_sym_GT_EQ] = ACTIONS(591), - [anon_sym_LBRACK] = ACTIONS(591), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(591), - [anon_sym_QMARK] = ACTIONS(503), - [anon_sym_BANG] = ACTIONS(3515), - [anon_sym_LBRACK2] = ACTIONS(607), - [anon_sym_CARET] = ACTIONS(595), - [anon_sym_AMP] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(595), - [anon_sym_GT_GT] = ACTIONS(595), - [anon_sym_GT_GT_GT] = ACTIONS(595), - [anon_sym_AMP_CARET] = ACTIONS(595), - [anon_sym_AMP_AMP] = ACTIONS(591), - [anon_sym_PIPE_PIPE] = ACTIONS(591), - [anon_sym_or] = ACTIONS(595), - [anon_sym_QMARK_DOT] = ACTIONS(591), - [anon_sym_POUND_LBRACK] = ACTIONS(591), - [anon_sym_is] = ACTIONS(595), - [anon_sym_BANGis] = ACTIONS(591), - [anon_sym_in] = ACTIONS(595), - [anon_sym_BANGin] = ACTIONS(591), - [anon_sym_STAR_EQ] = ACTIONS(591), - [anon_sym_SLASH_EQ] = ACTIONS(591), - [anon_sym_PERCENT_EQ] = ACTIONS(591), - [anon_sym_LT_LT_EQ] = ACTIONS(591), - [anon_sym_GT_GT_EQ] = ACTIONS(591), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(591), - [anon_sym_AMP_EQ] = ACTIONS(591), - [anon_sym_AMP_CARET_EQ] = ACTIONS(591), - [anon_sym_PLUS_EQ] = ACTIONS(591), - [anon_sym_DASH_EQ] = ACTIONS(591), - [anon_sym_PIPE_EQ] = ACTIONS(591), - [anon_sym_CARET_EQ] = ACTIONS(591), - [anon_sym_COLON_EQ] = ACTIONS(591), - [anon_sym_shared] = ACTIONS(611), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - }, - [1147] = { - [sym_identifier] = ACTIONS(3517), - [anon_sym_LF] = ACTIONS(3520), - [anon_sym_CR] = ACTIONS(3520), - [anon_sym_CR_LF] = ACTIONS(3520), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3520), - [anon_sym_DOT] = ACTIONS(2886), - [anon_sym_as] = ACTIONS(2884), - [anon_sym_LBRACE] = ACTIONS(2884), - [anon_sym_COMMA] = ACTIONS(3520), - [anon_sym_RBRACE] = ACTIONS(3517), - [anon_sym_LPAREN] = ACTIONS(2884), - [anon_sym_PIPE] = ACTIONS(2884), - [anon_sym_fn] = ACTIONS(2884), - [anon_sym_PLUS] = ACTIONS(2884), - [anon_sym_DASH] = ACTIONS(2884), - [anon_sym_STAR] = ACTIONS(2884), - [anon_sym_SLASH] = ACTIONS(2884), - [anon_sym_PERCENT] = ACTIONS(2884), - [anon_sym_LT] = ACTIONS(2884), - [anon_sym_GT] = ACTIONS(2884), - [anon_sym_EQ_EQ] = ACTIONS(2884), - [anon_sym_BANG_EQ] = ACTIONS(2884), - [anon_sym_LT_EQ] = ACTIONS(2884), - [anon_sym_GT_EQ] = ACTIONS(2884), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3523), - [anon_sym_LBRACK] = ACTIONS(2882), - [anon_sym_struct] = ACTIONS(2884), - [anon_sym_mut] = ACTIONS(2884), - [anon_sym_COLON] = ACTIONS(3525), - [anon_sym_PLUS_PLUS] = ACTIONS(2884), - [anon_sym_DASH_DASH] = ACTIONS(2884), - [anon_sym_QMARK] = ACTIONS(2884), - [anon_sym_BANG] = ACTIONS(2884), - [anon_sym_go] = ACTIONS(2884), - [anon_sym_spawn] = ACTIONS(2884), - [anon_sym_json_DOTdecode] = ACTIONS(2884), - [anon_sym_LBRACK2] = ACTIONS(2884), - [anon_sym_TILDE] = ACTIONS(2884), - [anon_sym_CARET] = ACTIONS(2884), - [anon_sym_AMP] = ACTIONS(2884), - [anon_sym_LT_DASH] = ACTIONS(2884), - [anon_sym_LT_LT] = ACTIONS(2884), - [anon_sym_GT_GT] = ACTIONS(2884), - [anon_sym_GT_GT_GT] = ACTIONS(2884), - [anon_sym_AMP_CARET] = ACTIONS(2884), - [anon_sym_AMP_AMP] = ACTIONS(2884), - [anon_sym_PIPE_PIPE] = ACTIONS(2884), - [anon_sym_or] = ACTIONS(2884), - [sym_none] = ACTIONS(2884), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_nil] = ACTIONS(2884), - [anon_sym_QMARK_DOT] = ACTIONS(2884), - [anon_sym_POUND_LBRACK] = ACTIONS(2884), - [anon_sym_if] = ACTIONS(2884), - [anon_sym_DOLLARif] = ACTIONS(2884), - [anon_sym_is] = ACTIONS(2884), - [anon_sym_BANGis] = ACTIONS(2884), - [anon_sym_in] = ACTIONS(2884), - [anon_sym_BANGin] = ACTIONS(2884), - [anon_sym_match] = ACTIONS(2884), - [anon_sym_select] = ACTIONS(2884), - [anon_sym_lock] = ACTIONS(2884), - [anon_sym_rlock] = ACTIONS(2884), - [anon_sym_unsafe] = ACTIONS(2884), - [anon_sym_sql] = ACTIONS(2884), - [sym_int_literal] = ACTIONS(2884), - [sym_float_literal] = ACTIONS(2884), - [sym_rune_literal] = ACTIONS(2884), - [anon_sym_AT] = ACTIONS(2884), - [anon_sym_shared] = ACTIONS(2884), - [anon_sym_map_LBRACK] = ACTIONS(2884), - [anon_sym_chan] = ACTIONS(2884), - [anon_sym_thread] = ACTIONS(2884), - [anon_sym_atomic] = ACTIONS(2884), - [sym___double_quote] = ACTIONS(2884), - [sym___single_quote] = ACTIONS(2884), - [sym___c_double_quote] = ACTIONS(2884), - [sym___c_single_quote] = ACTIONS(2884), - [sym___r_double_quote] = ACTIONS(2884), - [sym___r_single_quote] = ACTIONS(2884), - }, - [1148] = { - [sym_reference_expression] = STATE(4528), - [sym_type_reference_expression] = STATE(1923), - [sym_plain_type] = STATE(1983), - [sym__plain_type_without_special] = STATE(2020), - [sym_anon_struct_type] = STATE(1942), - [sym_multi_return_type] = STATE(2020), - [sym_result_type] = STATE(2020), - [sym_option_type] = STATE(2020), - [sym_qualified_type] = STATE(1923), - [sym_fixed_array_type] = STATE(1942), - [sym_array_type] = STATE(1942), - [sym_pointer_type] = STATE(1942), - [sym_wrong_pointer_type] = STATE(1942), - [sym_map_type] = STATE(1942), - [sym_channel_type] = STATE(1942), - [sym_shared_type] = STATE(1942), - [sym_thread_type] = STATE(1942), - [sym_atomic_type] = STATE(1942), - [sym_generic_type] = STATE(1942), - [sym_function_type] = STATE(1942), - [sym_identifier] = ACTIONS(3527), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(587), - [anon_sym_as] = ACTIONS(589), - [anon_sym_LBRACE] = ACTIONS(587), - [anon_sym_COMMA] = ACTIONS(587), - [anon_sym_LPAREN] = ACTIONS(3529), - [anon_sym_EQ] = ACTIONS(589), - [anon_sym_PIPE] = ACTIONS(589), - [anon_sym_fn] = ACTIONS(3531), - [anon_sym_PLUS] = ACTIONS(589), - [anon_sym_DASH] = ACTIONS(589), - [anon_sym_STAR] = ACTIONS(3533), - [anon_sym_SLASH] = ACTIONS(589), - [anon_sym_PERCENT] = ACTIONS(589), - [anon_sym_LT] = ACTIONS(589), - [anon_sym_GT] = ACTIONS(589), - [anon_sym_EQ_EQ] = ACTIONS(587), - [anon_sym_BANG_EQ] = ACTIONS(587), - [anon_sym_LT_EQ] = ACTIONS(587), - [anon_sym_GT_EQ] = ACTIONS(587), - [anon_sym_LBRACK] = ACTIONS(587), - [anon_sym_struct] = ACTIONS(3535), - [anon_sym_COLON] = ACTIONS(587), - [anon_sym_PLUS_PLUS] = ACTIONS(587), - [anon_sym_DASH_DASH] = ACTIONS(587), - [anon_sym_QMARK] = ACTIONS(3537), - [anon_sym_BANG] = ACTIONS(3539), - [anon_sym_LBRACK2] = ACTIONS(3541), - [anon_sym_CARET] = ACTIONS(589), - [anon_sym_AMP] = ACTIONS(3543), - [anon_sym_LT_DASH] = ACTIONS(587), - [anon_sym_LT_LT] = ACTIONS(589), - [anon_sym_GT_GT] = ACTIONS(589), - [anon_sym_GT_GT_GT] = ACTIONS(589), - [anon_sym_AMP_CARET] = ACTIONS(589), - [anon_sym_AMP_AMP] = ACTIONS(587), - [anon_sym_PIPE_PIPE] = ACTIONS(587), - [anon_sym_or] = ACTIONS(589), - [anon_sym_QMARK_DOT] = ACTIONS(587), - [anon_sym_POUND_LBRACK] = ACTIONS(587), - [anon_sym_is] = ACTIONS(589), - [anon_sym_BANGis] = ACTIONS(587), - [anon_sym_in] = ACTIONS(589), - [anon_sym_BANGin] = ACTIONS(587), - [anon_sym_STAR_EQ] = ACTIONS(587), - [anon_sym_SLASH_EQ] = ACTIONS(587), - [anon_sym_PERCENT_EQ] = ACTIONS(587), - [anon_sym_LT_LT_EQ] = ACTIONS(587), - [anon_sym_GT_GT_EQ] = ACTIONS(587), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(587), - [anon_sym_AMP_EQ] = ACTIONS(587), - [anon_sym_AMP_CARET_EQ] = ACTIONS(587), - [anon_sym_PLUS_EQ] = ACTIONS(587), - [anon_sym_DASH_EQ] = ACTIONS(587), - [anon_sym_PIPE_EQ] = ACTIONS(587), - [anon_sym_CARET_EQ] = ACTIONS(587), - [anon_sym_shared] = ACTIONS(3545), - [anon_sym_map_LBRACK] = ACTIONS(3547), - [anon_sym_chan] = ACTIONS(3549), - [anon_sym_thread] = ACTIONS(3551), - [anon_sym_atomic] = ACTIONS(3553), - }, - [1149] = { - [sym_reference_expression] = STATE(4528), - [sym_type_reference_expression] = STATE(1923), - [sym_plain_type] = STATE(2006), - [sym__plain_type_without_special] = STATE(2020), - [sym_anon_struct_type] = STATE(1942), - [sym_multi_return_type] = STATE(2020), - [sym_result_type] = STATE(2020), - [sym_option_type] = STATE(2020), - [sym_qualified_type] = STATE(1923), - [sym_fixed_array_type] = STATE(1942), - [sym_array_type] = STATE(1942), - [sym_pointer_type] = STATE(1942), - [sym_wrong_pointer_type] = STATE(1942), - [sym_map_type] = STATE(1942), - [sym_channel_type] = STATE(1942), - [sym_shared_type] = STATE(1942), - [sym_thread_type] = STATE(1942), - [sym_atomic_type] = STATE(1942), - [sym_generic_type] = STATE(1942), - [sym_function_type] = STATE(1942), - [sym_identifier] = ACTIONS(3527), + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3703), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(585), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(613), [anon_sym_as] = ACTIONS(615), [anon_sym_LBRACE] = ACTIONS(613), [anon_sym_COMMA] = ACTIONS(613), - [anon_sym_LPAREN] = ACTIONS(3529), + [anon_sym_LPAREN] = ACTIONS(613), [anon_sym_EQ] = ACTIONS(615), [anon_sym_PIPE] = ACTIONS(615), - [anon_sym_fn] = ACTIONS(3531), + [anon_sym_fn] = ACTIONS(591), [anon_sym_PLUS] = ACTIONS(615), [anon_sym_DASH] = ACTIONS(615), - [anon_sym_STAR] = ACTIONS(3533), + [anon_sym_STAR] = ACTIONS(615), [anon_sym_SLASH] = ACTIONS(615), [anon_sym_PERCENT] = ACTIONS(615), [anon_sym_LT] = ACTIONS(615), @@ -154794,15 +154615,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(613), [anon_sym_GT_EQ] = ACTIONS(613), [anon_sym_LBRACK] = ACTIONS(613), - [anon_sym_struct] = ACTIONS(3535), + [anon_sym_LT2] = ACTIONS(615), + [anon_sym_struct] = ACTIONS(595), [anon_sym_COLON] = ACTIONS(613), [anon_sym_PLUS_PLUS] = ACTIONS(613), [anon_sym_DASH_DASH] = ACTIONS(613), - [anon_sym_QMARK] = ACTIONS(3537), - [anon_sym_BANG] = ACTIONS(3539), - [anon_sym_LBRACK2] = ACTIONS(3541), + [anon_sym_QMARK] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_LBRACK2] = ACTIONS(615), [anon_sym_CARET] = ACTIONS(615), - [anon_sym_AMP] = ACTIONS(3543), + [anon_sym_AMP] = ACTIONS(615), [anon_sym_LT_DASH] = ACTIONS(613), [anon_sym_LT_LT] = ACTIONS(615), [anon_sym_GT_GT] = ACTIONS(615), @@ -154829,131 +154651,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_EQ] = ACTIONS(613), [anon_sym_PIPE_EQ] = ACTIONS(613), [anon_sym_CARET_EQ] = ACTIONS(613), - [anon_sym_shared] = ACTIONS(3545), - [anon_sym_map_LBRACK] = ACTIONS(3547), - [anon_sym_chan] = ACTIONS(3549), - [anon_sym_thread] = ACTIONS(3551), - [anon_sym_atomic] = ACTIONS(3553), - }, - [1150] = { - [sym_else_branch] = STATE(1209), - [sym_identifier] = ACTIONS(2406), - [anon_sym_LF] = ACTIONS(2406), - [anon_sym_CR] = ACTIONS(2406), - [anon_sym_CR_LF] = ACTIONS(2406), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2406), - [anon_sym_DOT] = ACTIONS(2406), - [anon_sym_as] = ACTIONS(2406), - [anon_sym_LBRACE] = ACTIONS(2406), - [anon_sym_COMMA] = ACTIONS(2406), - [anon_sym_RBRACE] = ACTIONS(2406), - [anon_sym_LPAREN] = ACTIONS(2406), - [anon_sym_PIPE] = ACTIONS(2406), - [anon_sym_fn] = ACTIONS(2406), - [anon_sym_PLUS] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2406), - [anon_sym_STAR] = ACTIONS(2406), - [anon_sym_SLASH] = ACTIONS(2406), - [anon_sym_PERCENT] = ACTIONS(2406), - [anon_sym_LT] = ACTIONS(2406), - [anon_sym_GT] = ACTIONS(2406), - [anon_sym_EQ_EQ] = ACTIONS(2406), - [anon_sym_BANG_EQ] = ACTIONS(2406), - [anon_sym_LT_EQ] = ACTIONS(2406), - [anon_sym_GT_EQ] = ACTIONS(2406), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2406), - [anon_sym_mut] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2406), - [anon_sym_DASH_DASH] = ACTIONS(2406), - [anon_sym_QMARK] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_go] = ACTIONS(2406), - [anon_sym_spawn] = ACTIONS(2406), - [anon_sym_json_DOTdecode] = ACTIONS(2406), - [anon_sym_LBRACK2] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2406), - [anon_sym_CARET] = ACTIONS(2406), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_LT_DASH] = ACTIONS(2406), - [anon_sym_LT_LT] = ACTIONS(2406), - [anon_sym_GT_GT] = ACTIONS(2406), - [anon_sym_GT_GT_GT] = ACTIONS(2406), - [anon_sym_AMP_CARET] = ACTIONS(2406), - [anon_sym_AMP_AMP] = ACTIONS(2406), - [anon_sym_PIPE_PIPE] = ACTIONS(2406), - [anon_sym_or] = ACTIONS(2406), - [sym_none] = ACTIONS(2406), - [sym_true] = ACTIONS(2406), - [sym_false] = ACTIONS(2406), - [sym_nil] = ACTIONS(2406), - [anon_sym_QMARK_DOT] = ACTIONS(2406), - [anon_sym_POUND_LBRACK] = ACTIONS(2406), - [anon_sym_if] = ACTIONS(2406), - [anon_sym_else] = ACTIONS(3513), - [anon_sym_DOLLARif] = ACTIONS(2406), - [anon_sym_is] = ACTIONS(2406), - [anon_sym_BANGis] = ACTIONS(2406), - [anon_sym_in] = ACTIONS(2406), - [anon_sym_BANGin] = ACTIONS(2406), - [anon_sym_match] = ACTIONS(2406), - [anon_sym_select] = ACTIONS(2406), - [anon_sym_lock] = ACTIONS(2406), - [anon_sym_rlock] = ACTIONS(2406), - [anon_sym_unsafe] = ACTIONS(2406), - [anon_sym_sql] = ACTIONS(2406), - [sym_int_literal] = ACTIONS(2406), - [sym_float_literal] = ACTIONS(2406), - [sym_rune_literal] = ACTIONS(2406), - [anon_sym_AT] = ACTIONS(2406), - [anon_sym_shared] = ACTIONS(2406), - [anon_sym_map_LBRACK] = ACTIONS(2406), - [anon_sym_chan] = ACTIONS(2406), - [anon_sym_thread] = ACTIONS(2406), - [anon_sym_atomic] = ACTIONS(2406), - [sym___double_quote] = ACTIONS(2406), - [sym___single_quote] = ACTIONS(2406), - [sym___c_double_quote] = ACTIONS(2406), - [sym___c_single_quote] = ACTIONS(2406), - [sym___r_double_quote] = ACTIONS(2406), - [sym___r_single_quote] = ACTIONS(2406), + [anon_sym_shared] = ACTIONS(603), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), }, - [1151] = { - [sym_reference_expression] = STATE(4465), - [sym_type_reference_expression] = STATE(1919), - [sym_plain_type] = STATE(2137), - [sym__plain_type_without_special] = STATE(2126), - [sym_anon_struct_type] = STATE(2127), - [sym_multi_return_type] = STATE(2126), - [sym_result_type] = STATE(2126), - [sym_option_type] = STATE(2126), - [sym_qualified_type] = STATE(1919), - [sym_fixed_array_type] = STATE(2127), - [sym_array_type] = STATE(2127), - [sym_pointer_type] = STATE(2127), - [sym_wrong_pointer_type] = STATE(2127), - [sym_map_type] = STATE(2127), - [sym_channel_type] = STATE(2127), - [sym_shared_type] = STATE(2127), - [sym_thread_type] = STATE(2127), - [sym_atomic_type] = STATE(2127), - [sym_generic_type] = STATE(2127), - [sym_function_type] = STATE(2127), - [sym_identifier] = ACTIONS(3555), + [1142] = { + [sym_reference_expression] = STATE(4556), + [sym_type_reference_expression] = STATE(1920), + [sym_plain_type] = STATE(1946), + [sym__plain_type_without_special] = STATE(1993), + [sym_anon_struct_type] = STATE(1991), + [sym_multi_return_type] = STATE(1993), + [sym_result_type] = STATE(1993), + [sym_option_type] = STATE(1993), + [sym_qualified_type] = STATE(1920), + [sym_fixed_array_type] = STATE(1991), + [sym_array_type] = STATE(1991), + [sym_pointer_type] = STATE(1991), + [sym_wrong_pointer_type] = STATE(1991), + [sym_map_type] = STATE(1991), + [sym_channel_type] = STATE(1991), + [sym_shared_type] = STATE(1991), + [sym_thread_type] = STATE(1991), + [sym_atomic_type] = STATE(1991), + [sym_generic_type] = STATE(1991), + [sym_function_type] = STATE(1991), + [sym_identifier] = ACTIONS(3515), [sym_comment] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(551), [anon_sym_DOT] = ACTIONS(551), [anon_sym_as] = ACTIONS(555), [anon_sym_LBRACE] = ACTIONS(551), [anon_sym_COMMA] = ACTIONS(551), - [anon_sym_LPAREN] = ACTIONS(3557), + [anon_sym_LPAREN] = ACTIONS(3517), [anon_sym_EQ] = ACTIONS(555), [anon_sym_PIPE] = ACTIONS(555), - [anon_sym_fn] = ACTIONS(3559), + [anon_sym_fn] = ACTIONS(3519), [anon_sym_PLUS] = ACTIONS(555), [anon_sym_DASH] = ACTIONS(555), - [anon_sym_STAR] = ACTIONS(3561), + [anon_sym_STAR] = ACTIONS(3521), [anon_sym_SLASH] = ACTIONS(555), [anon_sym_PERCENT] = ACTIONS(555), [anon_sym_LT] = ACTIONS(555), @@ -154963,14 +154701,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(551), [anon_sym_GT_EQ] = ACTIONS(551), [anon_sym_LBRACK] = ACTIONS(551), - [anon_sym_struct] = ACTIONS(3563), + [anon_sym_LT2] = ACTIONS(555), + [anon_sym_struct] = ACTIONS(3523), [anon_sym_PLUS_PLUS] = ACTIONS(551), [anon_sym_DASH_DASH] = ACTIONS(551), - [anon_sym_QMARK] = ACTIONS(3565), - [anon_sym_BANG] = ACTIONS(3567), - [anon_sym_LBRACK2] = ACTIONS(3569), + [anon_sym_QMARK] = ACTIONS(3525), + [anon_sym_BANG] = ACTIONS(3527), + [anon_sym_LBRACK2] = ACTIONS(3529), [anon_sym_CARET] = ACTIONS(555), - [anon_sym_AMP] = ACTIONS(3571), + [anon_sym_AMP] = ACTIONS(3531), [anon_sym_LT_LT] = ACTIONS(555), [anon_sym_GT_GT] = ACTIONS(555), [anon_sym_GT_GT_GT] = ACTIONS(555), @@ -154997,47 +154736,812 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE_EQ] = ACTIONS(551), [anon_sym_CARET_EQ] = ACTIONS(551), [anon_sym_COLON_EQ] = ACTIONS(551), - [anon_sym_shared] = ACTIONS(3573), - [anon_sym_map_LBRACK] = ACTIONS(3575), - [anon_sym_chan] = ACTIONS(3577), - [anon_sym_thread] = ACTIONS(3579), - [anon_sym_atomic] = ACTIONS(3581), + [anon_sym_shared] = ACTIONS(3533), + [anon_sym_map_LBRACK] = ACTIONS(3535), + [anon_sym_chan] = ACTIONS(3537), + [anon_sym_thread] = ACTIONS(3539), + [anon_sym_atomic] = ACTIONS(3541), + }, + [1143] = { + [sym_identifier] = ACTIONS(2470), + [anon_sym_LF] = ACTIONS(2470), + [anon_sym_CR] = ACTIONS(2470), + [anon_sym_CR_LF] = ACTIONS(2470), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(2470), + [anon_sym_DOT] = ACTIONS(2470), + [anon_sym_as] = ACTIONS(2470), + [anon_sym_LBRACE] = ACTIONS(2472), + [anon_sym_COMMA] = ACTIONS(2470), + [anon_sym_RBRACE] = ACTIONS(2470), + [anon_sym_LPAREN] = ACTIONS(2470), + [anon_sym_PIPE] = ACTIONS(2470), + [anon_sym_fn] = ACTIONS(2470), + [anon_sym_PLUS] = ACTIONS(2470), + [anon_sym_DASH] = ACTIONS(2470), + [anon_sym_STAR] = ACTIONS(2470), + [anon_sym_SLASH] = ACTIONS(2470), + [anon_sym_PERCENT] = ACTIONS(2470), + [anon_sym_LT] = ACTIONS(2470), + [anon_sym_GT] = ACTIONS(2470), + [anon_sym_EQ_EQ] = ACTIONS(2470), + [anon_sym_BANG_EQ] = ACTIONS(2470), + [anon_sym_LT_EQ] = ACTIONS(2470), + [anon_sym_GT_EQ] = ACTIONS(2470), + [anon_sym_DOT_DOT_DOT] = ACTIONS(2470), + [anon_sym_LBRACK] = ACTIONS(2475), + [anon_sym_LT2] = ACTIONS(2472), + [anon_sym_struct] = ACTIONS(2470), + [anon_sym_mut] = ACTIONS(2470), + [anon_sym_COLON] = ACTIONS(2470), + [anon_sym_PLUS_PLUS] = ACTIONS(2470), + [anon_sym_DASH_DASH] = ACTIONS(2470), + [anon_sym_QMARK] = ACTIONS(2470), + [anon_sym_BANG] = ACTIONS(2470), + [anon_sym_go] = ACTIONS(2470), + [anon_sym_spawn] = ACTIONS(2470), + [anon_sym_json_DOTdecode] = ACTIONS(2470), + [anon_sym_LBRACK2] = ACTIONS(2470), + [anon_sym_TILDE] = ACTIONS(2470), + [anon_sym_CARET] = ACTIONS(2470), + [anon_sym_AMP] = ACTIONS(2470), + [anon_sym_LT_DASH] = ACTIONS(2470), + [anon_sym_LT_LT] = ACTIONS(2470), + [anon_sym_GT_GT] = ACTIONS(2470), + [anon_sym_GT_GT_GT] = ACTIONS(2470), + [anon_sym_AMP_CARET] = ACTIONS(2470), + [anon_sym_AMP_AMP] = ACTIONS(2470), + [anon_sym_PIPE_PIPE] = ACTIONS(2470), + [anon_sym_or] = ACTIONS(2470), + [sym_none] = ACTIONS(2470), + [sym_true] = ACTIONS(2470), + [sym_false] = ACTIONS(2470), + [sym_nil] = ACTIONS(2470), + [anon_sym_QMARK_DOT] = ACTIONS(2470), + [anon_sym_POUND_LBRACK] = ACTIONS(2470), + [anon_sym_if] = ACTIONS(2470), + [anon_sym_DOLLARif] = ACTIONS(2470), + [anon_sym_is] = ACTIONS(2470), + [anon_sym_BANGis] = ACTIONS(2470), + [anon_sym_in] = ACTIONS(2470), + [anon_sym_BANGin] = ACTIONS(2470), + [anon_sym_match] = ACTIONS(2470), + [anon_sym_select] = ACTIONS(2470), + [anon_sym_lock] = ACTIONS(2470), + [anon_sym_rlock] = ACTIONS(2470), + [anon_sym_unsafe] = ACTIONS(2470), + [anon_sym_sql] = ACTIONS(2470), + [sym_int_literal] = ACTIONS(2470), + [sym_float_literal] = ACTIONS(2470), + [sym_rune_literal] = ACTIONS(2470), + [anon_sym_AT] = ACTIONS(2470), + [anon_sym_shared] = ACTIONS(2470), + [anon_sym_map_LBRACK] = ACTIONS(2470), + [anon_sym_chan] = ACTIONS(2470), + [anon_sym_thread] = ACTIONS(2470), + [anon_sym_atomic] = ACTIONS(2470), + [sym___double_quote] = ACTIONS(2470), + [sym___single_quote] = ACTIONS(2470), + [sym___c_double_quote] = ACTIONS(2470), + [sym___c_single_quote] = ACTIONS(2470), + [sym___r_double_quote] = ACTIONS(2470), + [sym___r_single_quote] = ACTIONS(2470), + }, + [1144] = { + [sym_else_branch] = STATE(1175), + [sym_identifier] = ACTIONS(2258), + [anon_sym_LF] = ACTIONS(2258), + [anon_sym_CR] = ACTIONS(2258), + [anon_sym_CR_LF] = ACTIONS(2258), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(2258), + [anon_sym_DOT] = ACTIONS(2258), + [anon_sym_as] = ACTIONS(2258), + [anon_sym_LBRACE] = ACTIONS(2258), + [anon_sym_COMMA] = ACTIONS(2258), + [anon_sym_RBRACE] = ACTIONS(2258), + [anon_sym_LPAREN] = ACTIONS(2258), + [anon_sym_PIPE] = ACTIONS(2258), + [anon_sym_fn] = ACTIONS(2258), + [anon_sym_PLUS] = ACTIONS(2258), + [anon_sym_DASH] = ACTIONS(2258), + [anon_sym_STAR] = ACTIONS(2258), + [anon_sym_SLASH] = ACTIONS(2258), + [anon_sym_PERCENT] = ACTIONS(2258), + [anon_sym_LT] = ACTIONS(2258), + [anon_sym_GT] = ACTIONS(2258), + [anon_sym_EQ_EQ] = ACTIONS(2258), + [anon_sym_BANG_EQ] = ACTIONS(2258), + [anon_sym_LT_EQ] = ACTIONS(2258), + [anon_sym_GT_EQ] = ACTIONS(2258), + [anon_sym_LBRACK] = ACTIONS(2256), + [anon_sym_LT2] = ACTIONS(2258), + [anon_sym_struct] = ACTIONS(2258), + [anon_sym_mut] = ACTIONS(2258), + [anon_sym_PLUS_PLUS] = ACTIONS(2258), + [anon_sym_DASH_DASH] = ACTIONS(2258), + [anon_sym_QMARK] = ACTIONS(2258), + [anon_sym_BANG] = ACTIONS(2258), + [anon_sym_go] = ACTIONS(2258), + [anon_sym_spawn] = ACTIONS(2258), + [anon_sym_json_DOTdecode] = ACTIONS(2258), + [anon_sym_LBRACK2] = ACTIONS(2258), + [anon_sym_TILDE] = ACTIONS(2258), + [anon_sym_CARET] = ACTIONS(2258), + [anon_sym_AMP] = ACTIONS(2258), + [anon_sym_LT_DASH] = ACTIONS(2258), + [anon_sym_LT_LT] = ACTIONS(2258), + [anon_sym_GT_GT] = ACTIONS(2258), + [anon_sym_GT_GT_GT] = ACTIONS(2258), + [anon_sym_AMP_CARET] = ACTIONS(2258), + [anon_sym_AMP_AMP] = ACTIONS(2258), + [anon_sym_PIPE_PIPE] = ACTIONS(2258), + [anon_sym_or] = ACTIONS(2258), + [sym_none] = ACTIONS(2258), + [sym_true] = ACTIONS(2258), + [sym_false] = ACTIONS(2258), + [sym_nil] = ACTIONS(2258), + [anon_sym_QMARK_DOT] = ACTIONS(2258), + [anon_sym_POUND_LBRACK] = ACTIONS(2258), + [anon_sym_if] = ACTIONS(2258), + [anon_sym_else] = ACTIONS(3543), + [anon_sym_DOLLARif] = ACTIONS(2258), + [anon_sym_is] = ACTIONS(2258), + [anon_sym_BANGis] = ACTIONS(2258), + [anon_sym_in] = ACTIONS(2258), + [anon_sym_BANGin] = ACTIONS(2258), + [anon_sym_match] = ACTIONS(2258), + [anon_sym_select] = ACTIONS(2258), + [anon_sym_lock] = ACTIONS(2258), + [anon_sym_rlock] = ACTIONS(2258), + [anon_sym_unsafe] = ACTIONS(2258), + [anon_sym_sql] = ACTIONS(2258), + [sym_int_literal] = ACTIONS(2258), + [sym_float_literal] = ACTIONS(2258), + [sym_rune_literal] = ACTIONS(2258), + [anon_sym_AT] = ACTIONS(2258), + [anon_sym_shared] = ACTIONS(2258), + [anon_sym_map_LBRACK] = ACTIONS(2258), + [anon_sym_chan] = ACTIONS(2258), + [anon_sym_thread] = ACTIONS(2258), + [anon_sym_atomic] = ACTIONS(2258), + [sym___double_quote] = ACTIONS(2258), + [sym___single_quote] = ACTIONS(2258), + [sym___c_double_quote] = ACTIONS(2258), + [sym___c_single_quote] = ACTIONS(2258), + [sym___r_double_quote] = ACTIONS(2258), + [sym___r_single_quote] = ACTIONS(2258), + }, + [1145] = { + [sym_reference_expression] = STATE(4619), + [sym_type_reference_expression] = STATE(1924), + [sym_plain_type] = STATE(1979), + [sym__plain_type_without_special] = STATE(1968), + [sym_anon_struct_type] = STATE(1969), + [sym_multi_return_type] = STATE(1968), + [sym_result_type] = STATE(1968), + [sym_option_type] = STATE(1968), + [sym_qualified_type] = STATE(1924), + [sym_fixed_array_type] = STATE(1969), + [sym_array_type] = STATE(1969), + [sym_pointer_type] = STATE(1969), + [sym_wrong_pointer_type] = STATE(1969), + [sym_map_type] = STATE(1969), + [sym_channel_type] = STATE(1969), + [sym_shared_type] = STATE(1969), + [sym_thread_type] = STATE(1969), + [sym_atomic_type] = STATE(1969), + [sym_generic_type] = STATE(1969), + [sym_function_type] = STATE(1969), + [sym_identifier] = ACTIONS(3545), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(605), + [anon_sym_as] = ACTIONS(607), + [anon_sym_LBRACE] = ACTIONS(605), + [anon_sym_COMMA] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(3547), + [anon_sym_EQ] = ACTIONS(607), + [anon_sym_PIPE] = ACTIONS(607), + [anon_sym_fn] = ACTIONS(3549), + [anon_sym_PLUS] = ACTIONS(607), + [anon_sym_DASH] = ACTIONS(607), + [anon_sym_STAR] = ACTIONS(3551), + [anon_sym_SLASH] = ACTIONS(607), + [anon_sym_PERCENT] = ACTIONS(607), + [anon_sym_LT] = ACTIONS(607), + [anon_sym_GT] = ACTIONS(607), + [anon_sym_EQ_EQ] = ACTIONS(605), + [anon_sym_BANG_EQ] = ACTIONS(605), + [anon_sym_LT_EQ] = ACTIONS(605), + [anon_sym_GT_EQ] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LT2] = ACTIONS(607), + [anon_sym_struct] = ACTIONS(3553), + [anon_sym_COLON] = ACTIONS(605), + [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_DASH_DASH] = ACTIONS(605), + [anon_sym_QMARK] = ACTIONS(3555), + [anon_sym_BANG] = ACTIONS(3557), + [anon_sym_LBRACK2] = ACTIONS(3559), + [anon_sym_CARET] = ACTIONS(607), + [anon_sym_AMP] = ACTIONS(3561), + [anon_sym_LT_DASH] = ACTIONS(605), + [anon_sym_LT_LT] = ACTIONS(607), + [anon_sym_GT_GT] = ACTIONS(607), + [anon_sym_GT_GT_GT] = ACTIONS(607), + [anon_sym_AMP_CARET] = ACTIONS(607), + [anon_sym_AMP_AMP] = ACTIONS(605), + [anon_sym_PIPE_PIPE] = ACTIONS(605), + [anon_sym_or] = ACTIONS(607), + [anon_sym_QMARK_DOT] = ACTIONS(605), + [anon_sym_POUND_LBRACK] = ACTIONS(605), + [anon_sym_is] = ACTIONS(607), + [anon_sym_BANGis] = ACTIONS(605), + [anon_sym_in] = ACTIONS(607), + [anon_sym_BANGin] = ACTIONS(605), + [anon_sym_STAR_EQ] = ACTIONS(605), + [anon_sym_SLASH_EQ] = ACTIONS(605), + [anon_sym_PERCENT_EQ] = ACTIONS(605), + [anon_sym_LT_LT_EQ] = ACTIONS(605), + [anon_sym_GT_GT_EQ] = ACTIONS(605), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(605), + [anon_sym_AMP_EQ] = ACTIONS(605), + [anon_sym_AMP_CARET_EQ] = ACTIONS(605), + [anon_sym_PLUS_EQ] = ACTIONS(605), + [anon_sym_DASH_EQ] = ACTIONS(605), + [anon_sym_PIPE_EQ] = ACTIONS(605), + [anon_sym_CARET_EQ] = ACTIONS(605), + [anon_sym_shared] = ACTIONS(3563), + [anon_sym_map_LBRACK] = ACTIONS(3565), + [anon_sym_chan] = ACTIONS(3567), + [anon_sym_thread] = ACTIONS(3569), + [anon_sym_atomic] = ACTIONS(3571), + }, + [1146] = { + [sym_identifier] = ACTIONS(3573), + [anon_sym_LF] = ACTIONS(3576), + [anon_sym_CR] = ACTIONS(3576), + [anon_sym_CR_LF] = ACTIONS(3576), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(3576), + [anon_sym_DOT] = ACTIONS(3579), + [anon_sym_as] = ACTIONS(2636), + [anon_sym_LBRACE] = ACTIONS(2636), + [anon_sym_COMMA] = ACTIONS(3576), + [anon_sym_RBRACE] = ACTIONS(3573), + [anon_sym_LPAREN] = ACTIONS(2636), + [anon_sym_PIPE] = ACTIONS(2636), + [anon_sym_fn] = ACTIONS(2636), + [anon_sym_PLUS] = ACTIONS(2636), + [anon_sym_DASH] = ACTIONS(2636), + [anon_sym_STAR] = ACTIONS(2636), + [anon_sym_SLASH] = ACTIONS(2636), + [anon_sym_PERCENT] = ACTIONS(2636), + [anon_sym_LT] = ACTIONS(2636), + [anon_sym_GT] = ACTIONS(2636), + [anon_sym_EQ_EQ] = ACTIONS(2636), + [anon_sym_BANG_EQ] = ACTIONS(2636), + [anon_sym_LT_EQ] = ACTIONS(2636), + [anon_sym_GT_EQ] = ACTIONS(2636), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3582), + [anon_sym_LBRACK] = ACTIONS(2634), + [anon_sym_LT2] = ACTIONS(2636), + [anon_sym_struct] = ACTIONS(2636), + [anon_sym_mut] = ACTIONS(2636), + [anon_sym_COLON] = ACTIONS(3584), + [anon_sym_PLUS_PLUS] = ACTIONS(2636), + [anon_sym_DASH_DASH] = ACTIONS(2636), + [anon_sym_QMARK] = ACTIONS(2636), + [anon_sym_BANG] = ACTIONS(2636), + [anon_sym_go] = ACTIONS(2636), + [anon_sym_spawn] = ACTIONS(2636), + [anon_sym_json_DOTdecode] = ACTIONS(2636), + [anon_sym_LBRACK2] = ACTIONS(2636), + [anon_sym_TILDE] = ACTIONS(2636), + [anon_sym_CARET] = ACTIONS(2636), + [anon_sym_AMP] = ACTIONS(2636), + [anon_sym_LT_DASH] = ACTIONS(2636), + [anon_sym_LT_LT] = ACTIONS(2636), + [anon_sym_GT_GT] = ACTIONS(2636), + [anon_sym_GT_GT_GT] = ACTIONS(2636), + [anon_sym_AMP_CARET] = ACTIONS(2636), + [anon_sym_AMP_AMP] = ACTIONS(2636), + [anon_sym_PIPE_PIPE] = ACTIONS(2636), + [anon_sym_or] = ACTIONS(2636), + [sym_none] = ACTIONS(2636), + [sym_true] = ACTIONS(2636), + [sym_false] = ACTIONS(2636), + [sym_nil] = ACTIONS(2636), + [anon_sym_QMARK_DOT] = ACTIONS(2636), + [anon_sym_POUND_LBRACK] = ACTIONS(2636), + [anon_sym_if] = ACTIONS(2636), + [anon_sym_DOLLARif] = ACTIONS(2636), + [anon_sym_is] = ACTIONS(2636), + [anon_sym_BANGis] = ACTIONS(2636), + [anon_sym_in] = ACTIONS(2636), + [anon_sym_BANGin] = ACTIONS(2636), + [anon_sym_match] = ACTIONS(2636), + [anon_sym_select] = ACTIONS(2636), + [anon_sym_lock] = ACTIONS(2636), + [anon_sym_rlock] = ACTIONS(2636), + [anon_sym_unsafe] = ACTIONS(2636), + [anon_sym_sql] = ACTIONS(2636), + [sym_int_literal] = ACTIONS(2636), + [sym_float_literal] = ACTIONS(2636), + [sym_rune_literal] = ACTIONS(2636), + [anon_sym_AT] = ACTIONS(2636), + [anon_sym_shared] = ACTIONS(2636), + [anon_sym_map_LBRACK] = ACTIONS(2636), + [anon_sym_chan] = ACTIONS(2636), + [anon_sym_thread] = ACTIONS(2636), + [anon_sym_atomic] = ACTIONS(2636), + [sym___double_quote] = ACTIONS(2636), + [sym___single_quote] = ACTIONS(2636), + [sym___c_double_quote] = ACTIONS(2636), + [sym___c_single_quote] = ACTIONS(2636), + [sym___r_double_quote] = ACTIONS(2636), + [sym___r_single_quote] = ACTIONS(2636), + }, + [1147] = { + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3701), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(585), + [sym_comment] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(583), + [anon_sym_DOT] = ACTIONS(583), + [anon_sym_as] = ACTIONS(587), + [anon_sym_LBRACE] = ACTIONS(583), + [anon_sym_COMMA] = ACTIONS(583), + [anon_sym_LPAREN] = ACTIONS(3379), + [anon_sym_EQ] = ACTIONS(587), + [anon_sym_PIPE] = ACTIONS(587), + [anon_sym_fn] = ACTIONS(591), + [anon_sym_PLUS] = ACTIONS(587), + [anon_sym_DASH] = ACTIONS(587), + [anon_sym_STAR] = ACTIONS(593), + [anon_sym_SLASH] = ACTIONS(587), + [anon_sym_PERCENT] = ACTIONS(587), + [anon_sym_LT] = ACTIONS(587), + [anon_sym_GT] = ACTIONS(587), + [anon_sym_EQ_EQ] = ACTIONS(583), + [anon_sym_BANG_EQ] = ACTIONS(583), + [anon_sym_LT_EQ] = ACTIONS(583), + [anon_sym_GT_EQ] = ACTIONS(583), + [anon_sym_LBRACK] = ACTIONS(583), + [anon_sym_LT2] = ACTIONS(587), + [anon_sym_struct] = ACTIONS(595), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_QMARK] = ACTIONS(503), + [anon_sym_BANG] = ACTIONS(3586), + [anon_sym_LBRACK2] = ACTIONS(599), + [anon_sym_CARET] = ACTIONS(587), + [anon_sym_AMP] = ACTIONS(601), + [anon_sym_LT_LT] = ACTIONS(587), + [anon_sym_GT_GT] = ACTIONS(587), + [anon_sym_GT_GT_GT] = ACTIONS(587), + [anon_sym_AMP_CARET] = ACTIONS(587), + [anon_sym_AMP_AMP] = ACTIONS(583), + [anon_sym_PIPE_PIPE] = ACTIONS(583), + [anon_sym_or] = ACTIONS(587), + [anon_sym_QMARK_DOT] = ACTIONS(583), + [anon_sym_POUND_LBRACK] = ACTIONS(583), + [anon_sym_is] = ACTIONS(587), + [anon_sym_BANGis] = ACTIONS(583), + [anon_sym_in] = ACTIONS(587), + [anon_sym_BANGin] = ACTIONS(583), + [anon_sym_STAR_EQ] = ACTIONS(583), + [anon_sym_SLASH_EQ] = ACTIONS(583), + [anon_sym_PERCENT_EQ] = ACTIONS(583), + [anon_sym_LT_LT_EQ] = ACTIONS(583), + [anon_sym_GT_GT_EQ] = ACTIONS(583), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(583), + [anon_sym_AMP_EQ] = ACTIONS(583), + [anon_sym_AMP_CARET_EQ] = ACTIONS(583), + [anon_sym_PLUS_EQ] = ACTIONS(583), + [anon_sym_DASH_EQ] = ACTIONS(583), + [anon_sym_PIPE_EQ] = ACTIONS(583), + [anon_sym_CARET_EQ] = ACTIONS(583), + [anon_sym_COLON_EQ] = ACTIONS(583), + [anon_sym_shared] = ACTIONS(603), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + }, + [1148] = { + [sym_reference_expression] = STATE(4619), + [sym_type_reference_expression] = STATE(1924), + [sym_plain_type] = STATE(2038), + [sym__plain_type_without_special] = STATE(1968), + [sym_anon_struct_type] = STATE(1969), + [sym_multi_return_type] = STATE(1968), + [sym_result_type] = STATE(1968), + [sym_option_type] = STATE(1968), + [sym_qualified_type] = STATE(1924), + [sym_fixed_array_type] = STATE(1969), + [sym_array_type] = STATE(1969), + [sym_pointer_type] = STATE(1969), + [sym_wrong_pointer_type] = STATE(1969), + [sym_map_type] = STATE(1969), + [sym_channel_type] = STATE(1969), + [sym_shared_type] = STATE(1969), + [sym_thread_type] = STATE(1969), + [sym_atomic_type] = STATE(1969), + [sym_generic_type] = STATE(1969), + [sym_function_type] = STATE(1969), + [sym_identifier] = ACTIONS(3545), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(551), + [anon_sym_as] = ACTIONS(555), + [anon_sym_LBRACE] = ACTIONS(551), + [anon_sym_COMMA] = ACTIONS(551), + [anon_sym_LPAREN] = ACTIONS(3547), + [anon_sym_EQ] = ACTIONS(555), + [anon_sym_PIPE] = ACTIONS(555), + [anon_sym_fn] = ACTIONS(3549), + [anon_sym_PLUS] = ACTIONS(555), + [anon_sym_DASH] = ACTIONS(555), + [anon_sym_STAR] = ACTIONS(3551), + [anon_sym_SLASH] = ACTIONS(555), + [anon_sym_PERCENT] = ACTIONS(555), + [anon_sym_LT] = ACTIONS(555), + [anon_sym_GT] = ACTIONS(555), + [anon_sym_EQ_EQ] = ACTIONS(551), + [anon_sym_BANG_EQ] = ACTIONS(551), + [anon_sym_LT_EQ] = ACTIONS(551), + [anon_sym_GT_EQ] = ACTIONS(551), + [anon_sym_LBRACK] = ACTIONS(551), + [anon_sym_LT2] = ACTIONS(555), + [anon_sym_struct] = ACTIONS(3553), + [anon_sym_COLON] = ACTIONS(551), + [anon_sym_PLUS_PLUS] = ACTIONS(551), + [anon_sym_DASH_DASH] = ACTIONS(551), + [anon_sym_QMARK] = ACTIONS(3555), + [anon_sym_BANG] = ACTIONS(3557), + [anon_sym_LBRACK2] = ACTIONS(3559), + [anon_sym_CARET] = ACTIONS(555), + [anon_sym_AMP] = ACTIONS(3561), + [anon_sym_LT_DASH] = ACTIONS(551), + [anon_sym_LT_LT] = ACTIONS(555), + [anon_sym_GT_GT] = ACTIONS(555), + [anon_sym_GT_GT_GT] = ACTIONS(555), + [anon_sym_AMP_CARET] = ACTIONS(555), + [anon_sym_AMP_AMP] = ACTIONS(551), + [anon_sym_PIPE_PIPE] = ACTIONS(551), + [anon_sym_or] = ACTIONS(555), + [anon_sym_QMARK_DOT] = ACTIONS(551), + [anon_sym_POUND_LBRACK] = ACTIONS(551), + [anon_sym_is] = ACTIONS(555), + [anon_sym_BANGis] = ACTIONS(551), + [anon_sym_in] = ACTIONS(555), + [anon_sym_BANGin] = ACTIONS(551), + [anon_sym_STAR_EQ] = ACTIONS(551), + [anon_sym_SLASH_EQ] = ACTIONS(551), + [anon_sym_PERCENT_EQ] = ACTIONS(551), + [anon_sym_LT_LT_EQ] = ACTIONS(551), + [anon_sym_GT_GT_EQ] = ACTIONS(551), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(551), + [anon_sym_AMP_EQ] = ACTIONS(551), + [anon_sym_AMP_CARET_EQ] = ACTIONS(551), + [anon_sym_PLUS_EQ] = ACTIONS(551), + [anon_sym_DASH_EQ] = ACTIONS(551), + [anon_sym_PIPE_EQ] = ACTIONS(551), + [anon_sym_CARET_EQ] = ACTIONS(551), + [anon_sym_shared] = ACTIONS(3563), + [anon_sym_map_LBRACK] = ACTIONS(3565), + [anon_sym_chan] = ACTIONS(3567), + [anon_sym_thread] = ACTIONS(3569), + [anon_sym_atomic] = ACTIONS(3571), + }, + [1149] = { + [sym_reference_expression] = STATE(4619), + [sym_type_reference_expression] = STATE(1924), + [sym_plain_type] = STATE(1984), + [sym__plain_type_without_special] = STATE(1968), + [sym_anon_struct_type] = STATE(1969), + [sym_multi_return_type] = STATE(1968), + [sym_result_type] = STATE(1968), + [sym_option_type] = STATE(1968), + [sym_qualified_type] = STATE(1924), + [sym_fixed_array_type] = STATE(1969), + [sym_array_type] = STATE(1969), + [sym_pointer_type] = STATE(1969), + [sym_wrong_pointer_type] = STATE(1969), + [sym_map_type] = STATE(1969), + [sym_channel_type] = STATE(1969), + [sym_shared_type] = STATE(1969), + [sym_thread_type] = STATE(1969), + [sym_atomic_type] = STATE(1969), + [sym_generic_type] = STATE(1969), + [sym_function_type] = STATE(1969), + [sym_identifier] = ACTIONS(3545), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(609), + [anon_sym_as] = ACTIONS(611), + [anon_sym_LBRACE] = ACTIONS(609), + [anon_sym_COMMA] = ACTIONS(609), + [anon_sym_LPAREN] = ACTIONS(3547), + [anon_sym_EQ] = ACTIONS(611), + [anon_sym_PIPE] = ACTIONS(611), + [anon_sym_fn] = ACTIONS(3549), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_STAR] = ACTIONS(3551), + [anon_sym_SLASH] = ACTIONS(611), + [anon_sym_PERCENT] = ACTIONS(611), + [anon_sym_LT] = ACTIONS(611), + [anon_sym_GT] = ACTIONS(611), + [anon_sym_EQ_EQ] = ACTIONS(609), + [anon_sym_BANG_EQ] = ACTIONS(609), + [anon_sym_LT_EQ] = ACTIONS(609), + [anon_sym_GT_EQ] = ACTIONS(609), + [anon_sym_LBRACK] = ACTIONS(609), + [anon_sym_LT2] = ACTIONS(611), + [anon_sym_struct] = ACTIONS(3553), + [anon_sym_COLON] = ACTIONS(609), + [anon_sym_PLUS_PLUS] = ACTIONS(609), + [anon_sym_DASH_DASH] = ACTIONS(609), + [anon_sym_QMARK] = ACTIONS(3555), + [anon_sym_BANG] = ACTIONS(3557), + [anon_sym_LBRACK2] = ACTIONS(3559), + [anon_sym_CARET] = ACTIONS(611), + [anon_sym_AMP] = ACTIONS(3561), + [anon_sym_LT_DASH] = ACTIONS(609), + [anon_sym_LT_LT] = ACTIONS(611), + [anon_sym_GT_GT] = ACTIONS(611), + [anon_sym_GT_GT_GT] = ACTIONS(611), + [anon_sym_AMP_CARET] = ACTIONS(611), + [anon_sym_AMP_AMP] = ACTIONS(609), + [anon_sym_PIPE_PIPE] = ACTIONS(609), + [anon_sym_or] = ACTIONS(611), + [anon_sym_QMARK_DOT] = ACTIONS(609), + [anon_sym_POUND_LBRACK] = ACTIONS(609), + [anon_sym_is] = ACTIONS(611), + [anon_sym_BANGis] = ACTIONS(609), + [anon_sym_in] = ACTIONS(611), + [anon_sym_BANGin] = ACTIONS(609), + [anon_sym_STAR_EQ] = ACTIONS(609), + [anon_sym_SLASH_EQ] = ACTIONS(609), + [anon_sym_PERCENT_EQ] = ACTIONS(609), + [anon_sym_LT_LT_EQ] = ACTIONS(609), + [anon_sym_GT_GT_EQ] = ACTIONS(609), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(609), + [anon_sym_AMP_EQ] = ACTIONS(609), + [anon_sym_AMP_CARET_EQ] = ACTIONS(609), + [anon_sym_PLUS_EQ] = ACTIONS(609), + [anon_sym_DASH_EQ] = ACTIONS(609), + [anon_sym_PIPE_EQ] = ACTIONS(609), + [anon_sym_CARET_EQ] = ACTIONS(609), + [anon_sym_shared] = ACTIONS(3563), + [anon_sym_map_LBRACK] = ACTIONS(3565), + [anon_sym_chan] = ACTIONS(3567), + [anon_sym_thread] = ACTIONS(3569), + [anon_sym_atomic] = ACTIONS(3571), + }, + [1150] = { + [sym_else_branch] = STATE(1173), + [sym_identifier] = ACTIONS(2264), + [anon_sym_LF] = ACTIONS(2264), + [anon_sym_CR] = ACTIONS(2264), + [anon_sym_CR_LF] = ACTIONS(2264), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(2264), + [anon_sym_DOT] = ACTIONS(2264), + [anon_sym_as] = ACTIONS(2264), + [anon_sym_LBRACE] = ACTIONS(2264), + [anon_sym_COMMA] = ACTIONS(2264), + [anon_sym_RBRACE] = ACTIONS(2264), + [anon_sym_LPAREN] = ACTIONS(2264), + [anon_sym_PIPE] = ACTIONS(2264), + [anon_sym_fn] = ACTIONS(2264), + [anon_sym_PLUS] = ACTIONS(2264), + [anon_sym_DASH] = ACTIONS(2264), + [anon_sym_STAR] = ACTIONS(2264), + [anon_sym_SLASH] = ACTIONS(2264), + [anon_sym_PERCENT] = ACTIONS(2264), + [anon_sym_LT] = ACTIONS(2264), + [anon_sym_GT] = ACTIONS(2264), + [anon_sym_EQ_EQ] = ACTIONS(2264), + [anon_sym_BANG_EQ] = ACTIONS(2264), + [anon_sym_LT_EQ] = ACTIONS(2264), + [anon_sym_GT_EQ] = ACTIONS(2264), + [anon_sym_LBRACK] = ACTIONS(2262), + [anon_sym_LT2] = ACTIONS(2264), + [anon_sym_struct] = ACTIONS(2264), + [anon_sym_mut] = ACTIONS(2264), + [anon_sym_PLUS_PLUS] = ACTIONS(2264), + [anon_sym_DASH_DASH] = ACTIONS(2264), + [anon_sym_QMARK] = ACTIONS(2264), + [anon_sym_BANG] = ACTIONS(2264), + [anon_sym_go] = ACTIONS(2264), + [anon_sym_spawn] = ACTIONS(2264), + [anon_sym_json_DOTdecode] = ACTIONS(2264), + [anon_sym_LBRACK2] = ACTIONS(2264), + [anon_sym_TILDE] = ACTIONS(2264), + [anon_sym_CARET] = ACTIONS(2264), + [anon_sym_AMP] = ACTIONS(2264), + [anon_sym_LT_DASH] = ACTIONS(2264), + [anon_sym_LT_LT] = ACTIONS(2264), + [anon_sym_GT_GT] = ACTIONS(2264), + [anon_sym_GT_GT_GT] = ACTIONS(2264), + [anon_sym_AMP_CARET] = ACTIONS(2264), + [anon_sym_AMP_AMP] = ACTIONS(2264), + [anon_sym_PIPE_PIPE] = ACTIONS(2264), + [anon_sym_or] = ACTIONS(2264), + [sym_none] = ACTIONS(2264), + [sym_true] = ACTIONS(2264), + [sym_false] = ACTIONS(2264), + [sym_nil] = ACTIONS(2264), + [anon_sym_QMARK_DOT] = ACTIONS(2264), + [anon_sym_POUND_LBRACK] = ACTIONS(2264), + [anon_sym_if] = ACTIONS(2264), + [anon_sym_else] = ACTIONS(3543), + [anon_sym_DOLLARif] = ACTIONS(2264), + [anon_sym_is] = ACTIONS(2264), + [anon_sym_BANGis] = ACTIONS(2264), + [anon_sym_in] = ACTIONS(2264), + [anon_sym_BANGin] = ACTIONS(2264), + [anon_sym_match] = ACTIONS(2264), + [anon_sym_select] = ACTIONS(2264), + [anon_sym_lock] = ACTIONS(2264), + [anon_sym_rlock] = ACTIONS(2264), + [anon_sym_unsafe] = ACTIONS(2264), + [anon_sym_sql] = ACTIONS(2264), + [sym_int_literal] = ACTIONS(2264), + [sym_float_literal] = ACTIONS(2264), + [sym_rune_literal] = ACTIONS(2264), + [anon_sym_AT] = ACTIONS(2264), + [anon_sym_shared] = ACTIONS(2264), + [anon_sym_map_LBRACK] = ACTIONS(2264), + [anon_sym_chan] = ACTIONS(2264), + [anon_sym_thread] = ACTIONS(2264), + [anon_sym_atomic] = ACTIONS(2264), + [sym___double_quote] = ACTIONS(2264), + [sym___single_quote] = ACTIONS(2264), + [sym___c_double_quote] = ACTIONS(2264), + [sym___c_single_quote] = ACTIONS(2264), + [sym___r_double_quote] = ACTIONS(2264), + [sym___r_single_quote] = ACTIONS(2264), + }, + [1151] = { + [sym_reference_expression] = STATE(4556), + [sym_type_reference_expression] = STATE(1920), + [sym_plain_type] = STATE(1988), + [sym__plain_type_without_special] = STATE(1993), + [sym_anon_struct_type] = STATE(1991), + [sym_multi_return_type] = STATE(1993), + [sym_result_type] = STATE(1993), + [sym_option_type] = STATE(1993), + [sym_qualified_type] = STATE(1920), + [sym_fixed_array_type] = STATE(1991), + [sym_array_type] = STATE(1991), + [sym_pointer_type] = STATE(1991), + [sym_wrong_pointer_type] = STATE(1991), + [sym_map_type] = STATE(1991), + [sym_channel_type] = STATE(1991), + [sym_shared_type] = STATE(1991), + [sym_thread_type] = STATE(1991), + [sym_atomic_type] = STATE(1991), + [sym_generic_type] = STATE(1991), + [sym_function_type] = STATE(1991), + [sym_identifier] = ACTIONS(3515), + [sym_comment] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(609), + [anon_sym_DOT] = ACTIONS(609), + [anon_sym_as] = ACTIONS(611), + [anon_sym_LBRACE] = ACTIONS(609), + [anon_sym_COMMA] = ACTIONS(609), + [anon_sym_LPAREN] = ACTIONS(3517), + [anon_sym_EQ] = ACTIONS(611), + [anon_sym_PIPE] = ACTIONS(611), + [anon_sym_fn] = ACTIONS(3519), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_STAR] = ACTIONS(3521), + [anon_sym_SLASH] = ACTIONS(611), + [anon_sym_PERCENT] = ACTIONS(611), + [anon_sym_LT] = ACTIONS(611), + [anon_sym_GT] = ACTIONS(611), + [anon_sym_EQ_EQ] = ACTIONS(609), + [anon_sym_BANG_EQ] = ACTIONS(609), + [anon_sym_LT_EQ] = ACTIONS(609), + [anon_sym_GT_EQ] = ACTIONS(609), + [anon_sym_LBRACK] = ACTIONS(609), + [anon_sym_LT2] = ACTIONS(611), + [anon_sym_struct] = ACTIONS(3523), + [anon_sym_PLUS_PLUS] = ACTIONS(609), + [anon_sym_DASH_DASH] = ACTIONS(609), + [anon_sym_QMARK] = ACTIONS(3525), + [anon_sym_BANG] = ACTIONS(3527), + [anon_sym_LBRACK2] = ACTIONS(3529), + [anon_sym_CARET] = ACTIONS(611), + [anon_sym_AMP] = ACTIONS(3531), + [anon_sym_LT_LT] = ACTIONS(611), + [anon_sym_GT_GT] = ACTIONS(611), + [anon_sym_GT_GT_GT] = ACTIONS(611), + [anon_sym_AMP_CARET] = ACTIONS(611), + [anon_sym_AMP_AMP] = ACTIONS(609), + [anon_sym_PIPE_PIPE] = ACTIONS(609), + [anon_sym_or] = ACTIONS(611), + [anon_sym_QMARK_DOT] = ACTIONS(609), + [anon_sym_POUND_LBRACK] = ACTIONS(609), + [anon_sym_is] = ACTIONS(611), + [anon_sym_BANGis] = ACTIONS(609), + [anon_sym_in] = ACTIONS(611), + [anon_sym_BANGin] = ACTIONS(609), + [anon_sym_STAR_EQ] = ACTIONS(609), + [anon_sym_SLASH_EQ] = ACTIONS(609), + [anon_sym_PERCENT_EQ] = ACTIONS(609), + [anon_sym_LT_LT_EQ] = ACTIONS(609), + [anon_sym_GT_GT_EQ] = ACTIONS(609), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(609), + [anon_sym_AMP_EQ] = ACTIONS(609), + [anon_sym_AMP_CARET_EQ] = ACTIONS(609), + [anon_sym_PLUS_EQ] = ACTIONS(609), + [anon_sym_DASH_EQ] = ACTIONS(609), + [anon_sym_PIPE_EQ] = ACTIONS(609), + [anon_sym_CARET_EQ] = ACTIONS(609), + [anon_sym_COLON_EQ] = ACTIONS(609), + [anon_sym_shared] = ACTIONS(3533), + [anon_sym_map_LBRACK] = ACTIONS(3535), + [anon_sym_chan] = ACTIONS(3537), + [anon_sym_thread] = ACTIONS(3539), + [anon_sym_atomic] = ACTIONS(3541), }, [1152] = { - [sym_reference_expression] = STATE(4465), - [sym_type_reference_expression] = STATE(1919), - [sym_plain_type] = STATE(2052), - [sym__plain_type_without_special] = STATE(2126), - [sym_anon_struct_type] = STATE(2127), - [sym_multi_return_type] = STATE(2126), - [sym_result_type] = STATE(2126), - [sym_option_type] = STATE(2126), - [sym_qualified_type] = STATE(1919), - [sym_fixed_array_type] = STATE(2127), - [sym_array_type] = STATE(2127), - [sym_pointer_type] = STATE(2127), - [sym_wrong_pointer_type] = STATE(2127), - [sym_map_type] = STATE(2127), - [sym_channel_type] = STATE(2127), - [sym_shared_type] = STATE(2127), - [sym_thread_type] = STATE(2127), - [sym_atomic_type] = STATE(2127), - [sym_generic_type] = STATE(2127), - [sym_function_type] = STATE(2127), - [sym_identifier] = ACTIONS(3555), + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3703), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(585), [sym_comment] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(613), [anon_sym_DOT] = ACTIONS(613), [anon_sym_as] = ACTIONS(615), [anon_sym_LBRACE] = ACTIONS(613), [anon_sym_COMMA] = ACTIONS(613), - [anon_sym_LPAREN] = ACTIONS(3557), + [anon_sym_LPAREN] = ACTIONS(613), [anon_sym_EQ] = ACTIONS(615), [anon_sym_PIPE] = ACTIONS(615), - [anon_sym_fn] = ACTIONS(3559), + [anon_sym_fn] = ACTIONS(591), [anon_sym_PLUS] = ACTIONS(615), [anon_sym_DASH] = ACTIONS(615), - [anon_sym_STAR] = ACTIONS(3561), + [anon_sym_STAR] = ACTIONS(615), [anon_sym_SLASH] = ACTIONS(615), [anon_sym_PERCENT] = ACTIONS(615), [anon_sym_LT] = ACTIONS(615), @@ -155047,14 +155551,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(613), [anon_sym_GT_EQ] = ACTIONS(613), [anon_sym_LBRACK] = ACTIONS(613), - [anon_sym_struct] = ACTIONS(3563), + [anon_sym_LT2] = ACTIONS(615), + [anon_sym_struct] = ACTIONS(595), [anon_sym_PLUS_PLUS] = ACTIONS(613), [anon_sym_DASH_DASH] = ACTIONS(613), - [anon_sym_QMARK] = ACTIONS(3565), - [anon_sym_BANG] = ACTIONS(3567), - [anon_sym_LBRACK2] = ACTIONS(3569), + [anon_sym_QMARK] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_LBRACK2] = ACTIONS(615), [anon_sym_CARET] = ACTIONS(615), - [anon_sym_AMP] = ACTIONS(3571), + [anon_sym_AMP] = ACTIONS(615), [anon_sym_LT_LT] = ACTIONS(615), [anon_sym_GT_GT] = ACTIONS(615), [anon_sym_GT_GT_GT] = ACTIONS(615), @@ -155081,1013 +155586,1108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE_EQ] = ACTIONS(613), [anon_sym_CARET_EQ] = ACTIONS(613), [anon_sym_COLON_EQ] = ACTIONS(613), - [anon_sym_shared] = ACTIONS(3573), - [anon_sym_map_LBRACK] = ACTIONS(3575), - [anon_sym_chan] = ACTIONS(3577), - [anon_sym_thread] = ACTIONS(3579), - [anon_sym_atomic] = ACTIONS(3581), + [anon_sym_shared] = ACTIONS(603), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), }, [1153] = { - [sym_reference_expression] = STATE(4465), - [sym_type_reference_expression] = STATE(1919), - [sym_plain_type] = STATE(2059), - [sym__plain_type_without_special] = STATE(2126), - [sym_anon_struct_type] = STATE(2127), - [sym_multi_return_type] = STATE(2126), - [sym_result_type] = STATE(2126), - [sym_option_type] = STATE(2126), - [sym_qualified_type] = STATE(1919), - [sym_fixed_array_type] = STATE(2127), - [sym_array_type] = STATE(2127), - [sym_pointer_type] = STATE(2127), - [sym_wrong_pointer_type] = STATE(2127), - [sym_map_type] = STATE(2127), - [sym_channel_type] = STATE(2127), - [sym_shared_type] = STATE(2127), - [sym_thread_type] = STATE(2127), - [sym_atomic_type] = STATE(2127), - [sym_generic_type] = STATE(2127), - [sym_function_type] = STATE(2127), - [sym_identifier] = ACTIONS(3555), - [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(587), - [anon_sym_DOT] = ACTIONS(587), - [anon_sym_as] = ACTIONS(589), - [anon_sym_LBRACE] = ACTIONS(587), - [anon_sym_COMMA] = ACTIONS(587), - [anon_sym_LPAREN] = ACTIONS(3557), - [anon_sym_EQ] = ACTIONS(589), - [anon_sym_PIPE] = ACTIONS(589), - [anon_sym_fn] = ACTIONS(3559), - [anon_sym_PLUS] = ACTIONS(589), - [anon_sym_DASH] = ACTIONS(589), - [anon_sym_STAR] = ACTIONS(3561), - [anon_sym_SLASH] = ACTIONS(589), - [anon_sym_PERCENT] = ACTIONS(589), - [anon_sym_LT] = ACTIONS(589), - [anon_sym_GT] = ACTIONS(589), - [anon_sym_EQ_EQ] = ACTIONS(587), - [anon_sym_BANG_EQ] = ACTIONS(587), - [anon_sym_LT_EQ] = ACTIONS(587), - [anon_sym_GT_EQ] = ACTIONS(587), - [anon_sym_LBRACK] = ACTIONS(587), - [anon_sym_struct] = ACTIONS(3563), - [anon_sym_PLUS_PLUS] = ACTIONS(587), - [anon_sym_DASH_DASH] = ACTIONS(587), - [anon_sym_QMARK] = ACTIONS(3565), - [anon_sym_BANG] = ACTIONS(3567), - [anon_sym_LBRACK2] = ACTIONS(3569), - [anon_sym_CARET] = ACTIONS(589), - [anon_sym_AMP] = ACTIONS(3571), - [anon_sym_LT_LT] = ACTIONS(589), - [anon_sym_GT_GT] = ACTIONS(589), - [anon_sym_GT_GT_GT] = ACTIONS(589), - [anon_sym_AMP_CARET] = ACTIONS(589), - [anon_sym_AMP_AMP] = ACTIONS(587), - [anon_sym_PIPE_PIPE] = ACTIONS(587), - [anon_sym_or] = ACTIONS(589), - [anon_sym_QMARK_DOT] = ACTIONS(587), - [anon_sym_POUND_LBRACK] = ACTIONS(587), - [anon_sym_is] = ACTIONS(589), - [anon_sym_BANGis] = ACTIONS(587), - [anon_sym_in] = ACTIONS(589), - [anon_sym_BANGin] = ACTIONS(587), - [anon_sym_STAR_EQ] = ACTIONS(587), - [anon_sym_SLASH_EQ] = ACTIONS(587), - [anon_sym_PERCENT_EQ] = ACTIONS(587), - [anon_sym_LT_LT_EQ] = ACTIONS(587), - [anon_sym_GT_GT_EQ] = ACTIONS(587), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(587), - [anon_sym_AMP_EQ] = ACTIONS(587), - [anon_sym_AMP_CARET_EQ] = ACTIONS(587), - [anon_sym_PLUS_EQ] = ACTIONS(587), - [anon_sym_DASH_EQ] = ACTIONS(587), - [anon_sym_PIPE_EQ] = ACTIONS(587), - [anon_sym_CARET_EQ] = ACTIONS(587), - [anon_sym_COLON_EQ] = ACTIONS(587), - [anon_sym_shared] = ACTIONS(3573), - [anon_sym_map_LBRACK] = ACTIONS(3575), - [anon_sym_chan] = ACTIONS(3577), - [anon_sym_thread] = ACTIONS(3579), - [anon_sym_atomic] = ACTIONS(3581), + [sym_identifier] = ACTIONS(3573), + [anon_sym_LF] = ACTIONS(3576), + [anon_sym_CR] = ACTIONS(3576), + [anon_sym_CR_LF] = ACTIONS(3576), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(3576), + [anon_sym_DOT] = ACTIONS(2638), + [anon_sym_as] = ACTIONS(2636), + [anon_sym_LBRACE] = ACTIONS(2636), + [anon_sym_COMMA] = ACTIONS(3576), + [anon_sym_RBRACE] = ACTIONS(3573), + [anon_sym_LPAREN] = ACTIONS(2636), + [anon_sym_PIPE] = ACTIONS(2636), + [anon_sym_fn] = ACTIONS(2636), + [anon_sym_PLUS] = ACTIONS(2636), + [anon_sym_DASH] = ACTIONS(2636), + [anon_sym_STAR] = ACTIONS(2636), + [anon_sym_SLASH] = ACTIONS(2636), + [anon_sym_PERCENT] = ACTIONS(2636), + [anon_sym_LT] = ACTIONS(2636), + [anon_sym_GT] = ACTIONS(2636), + [anon_sym_EQ_EQ] = ACTIONS(2636), + [anon_sym_BANG_EQ] = ACTIONS(2636), + [anon_sym_LT_EQ] = ACTIONS(2636), + [anon_sym_GT_EQ] = ACTIONS(2636), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3582), + [anon_sym_LBRACK] = ACTIONS(2634), + [anon_sym_LT2] = ACTIONS(2636), + [anon_sym_struct] = ACTIONS(2636), + [anon_sym_mut] = ACTIONS(2636), + [anon_sym_COLON] = ACTIONS(3584), + [anon_sym_PLUS_PLUS] = ACTIONS(2636), + [anon_sym_DASH_DASH] = ACTIONS(2636), + [anon_sym_QMARK] = ACTIONS(2636), + [anon_sym_BANG] = ACTIONS(2636), + [anon_sym_go] = ACTIONS(2636), + [anon_sym_spawn] = ACTIONS(2636), + [anon_sym_json_DOTdecode] = ACTIONS(2636), + [anon_sym_LBRACK2] = ACTIONS(2636), + [anon_sym_TILDE] = ACTIONS(2636), + [anon_sym_CARET] = ACTIONS(2636), + [anon_sym_AMP] = ACTIONS(2636), + [anon_sym_LT_DASH] = ACTIONS(2636), + [anon_sym_LT_LT] = ACTIONS(2636), + [anon_sym_GT_GT] = ACTIONS(2636), + [anon_sym_GT_GT_GT] = ACTIONS(2636), + [anon_sym_AMP_CARET] = ACTIONS(2636), + [anon_sym_AMP_AMP] = ACTIONS(2636), + [anon_sym_PIPE_PIPE] = ACTIONS(2636), + [anon_sym_or] = ACTIONS(2636), + [sym_none] = ACTIONS(2636), + [sym_true] = ACTIONS(2636), + [sym_false] = ACTIONS(2636), + [sym_nil] = ACTIONS(2636), + [anon_sym_QMARK_DOT] = ACTIONS(2636), + [anon_sym_POUND_LBRACK] = ACTIONS(2636), + [anon_sym_if] = ACTIONS(2636), + [anon_sym_DOLLARif] = ACTIONS(2636), + [anon_sym_is] = ACTIONS(2636), + [anon_sym_BANGis] = ACTIONS(2636), + [anon_sym_in] = ACTIONS(2636), + [anon_sym_BANGin] = ACTIONS(2636), + [anon_sym_match] = ACTIONS(2636), + [anon_sym_select] = ACTIONS(2636), + [anon_sym_lock] = ACTIONS(2636), + [anon_sym_rlock] = ACTIONS(2636), + [anon_sym_unsafe] = ACTIONS(2636), + [anon_sym_sql] = ACTIONS(2636), + [sym_int_literal] = ACTIONS(2636), + [sym_float_literal] = ACTIONS(2636), + [sym_rune_literal] = ACTIONS(2636), + [anon_sym_AT] = ACTIONS(2636), + [anon_sym_shared] = ACTIONS(2636), + [anon_sym_map_LBRACK] = ACTIONS(2636), + [anon_sym_chan] = ACTIONS(2636), + [anon_sym_thread] = ACTIONS(2636), + [anon_sym_atomic] = ACTIONS(2636), + [sym___double_quote] = ACTIONS(2636), + [sym___single_quote] = ACTIONS(2636), + [sym___c_double_quote] = ACTIONS(2636), + [sym___c_single_quote] = ACTIONS(2636), + [sym___r_double_quote] = ACTIONS(2636), + [sym___r_single_quote] = ACTIONS(2636), }, [1154] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2374), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(593), + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3701), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(585), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(591), - [anon_sym_as] = ACTIONS(595), - [anon_sym_LBRACE] = ACTIONS(591), - [anon_sym_COMMA] = ACTIONS(591), - [anon_sym_LPAREN] = ACTIONS(3377), - [anon_sym_EQ] = ACTIONS(595), - [anon_sym_PIPE] = ACTIONS(595), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(595), - [anon_sym_DASH] = ACTIONS(595), - [anon_sym_STAR] = ACTIONS(601), - [anon_sym_SLASH] = ACTIONS(595), - [anon_sym_PERCENT] = ACTIONS(595), - [anon_sym_LT] = ACTIONS(595), - [anon_sym_GT] = ACTIONS(595), - [anon_sym_EQ_EQ] = ACTIONS(591), - [anon_sym_BANG_EQ] = ACTIONS(591), - [anon_sym_LT_EQ] = ACTIONS(591), - [anon_sym_GT_EQ] = ACTIONS(591), - [anon_sym_LBRACK] = ACTIONS(591), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_COLON] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(591), + [anon_sym_DOT] = ACTIONS(583), + [anon_sym_as] = ACTIONS(587), + [anon_sym_LBRACE] = ACTIONS(583), + [anon_sym_COMMA] = ACTIONS(583), + [anon_sym_LPAREN] = ACTIONS(3379), + [anon_sym_EQ] = ACTIONS(587), + [anon_sym_PIPE] = ACTIONS(587), + [anon_sym_fn] = ACTIONS(591), + [anon_sym_PLUS] = ACTIONS(587), + [anon_sym_DASH] = ACTIONS(587), + [anon_sym_STAR] = ACTIONS(593), + [anon_sym_SLASH] = ACTIONS(587), + [anon_sym_PERCENT] = ACTIONS(587), + [anon_sym_LT] = ACTIONS(587), + [anon_sym_GT] = ACTIONS(587), + [anon_sym_EQ_EQ] = ACTIONS(583), + [anon_sym_BANG_EQ] = ACTIONS(583), + [anon_sym_LT_EQ] = ACTIONS(583), + [anon_sym_GT_EQ] = ACTIONS(583), + [anon_sym_LBRACK] = ACTIONS(583), + [anon_sym_LT2] = ACTIONS(587), + [anon_sym_struct] = ACTIONS(595), + [anon_sym_COLON] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [anon_sym_DASH_DASH] = ACTIONS(583), [anon_sym_QMARK] = ACTIONS(503), - [anon_sym_BANG] = ACTIONS(3583), - [anon_sym_LBRACK2] = ACTIONS(607), - [anon_sym_CARET] = ACTIONS(595), - [anon_sym_AMP] = ACTIONS(609), - [anon_sym_LT_DASH] = ACTIONS(591), - [anon_sym_LT_LT] = ACTIONS(595), - [anon_sym_GT_GT] = ACTIONS(595), - [anon_sym_GT_GT_GT] = ACTIONS(595), - [anon_sym_AMP_CARET] = ACTIONS(595), - [anon_sym_AMP_AMP] = ACTIONS(591), - [anon_sym_PIPE_PIPE] = ACTIONS(591), - [anon_sym_or] = ACTIONS(595), - [anon_sym_QMARK_DOT] = ACTIONS(591), - [anon_sym_POUND_LBRACK] = ACTIONS(591), - [anon_sym_is] = ACTIONS(595), - [anon_sym_BANGis] = ACTIONS(591), - [anon_sym_in] = ACTIONS(595), - [anon_sym_BANGin] = ACTIONS(591), - [anon_sym_STAR_EQ] = ACTIONS(591), - [anon_sym_SLASH_EQ] = ACTIONS(591), - [anon_sym_PERCENT_EQ] = ACTIONS(591), - [anon_sym_LT_LT_EQ] = ACTIONS(591), - [anon_sym_GT_GT_EQ] = ACTIONS(591), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(591), - [anon_sym_AMP_EQ] = ACTIONS(591), - [anon_sym_AMP_CARET_EQ] = ACTIONS(591), - [anon_sym_PLUS_EQ] = ACTIONS(591), - [anon_sym_DASH_EQ] = ACTIONS(591), - [anon_sym_PIPE_EQ] = ACTIONS(591), - [anon_sym_CARET_EQ] = ACTIONS(591), - [anon_sym_shared] = ACTIONS(611), + [anon_sym_BANG] = ACTIONS(3588), + [anon_sym_LBRACK2] = ACTIONS(599), + [anon_sym_CARET] = ACTIONS(587), + [anon_sym_AMP] = ACTIONS(601), + [anon_sym_LT_DASH] = ACTIONS(583), + [anon_sym_LT_LT] = ACTIONS(587), + [anon_sym_GT_GT] = ACTIONS(587), + [anon_sym_GT_GT_GT] = ACTIONS(587), + [anon_sym_AMP_CARET] = ACTIONS(587), + [anon_sym_AMP_AMP] = ACTIONS(583), + [anon_sym_PIPE_PIPE] = ACTIONS(583), + [anon_sym_or] = ACTIONS(587), + [anon_sym_QMARK_DOT] = ACTIONS(583), + [anon_sym_POUND_LBRACK] = ACTIONS(583), + [anon_sym_is] = ACTIONS(587), + [anon_sym_BANGis] = ACTIONS(583), + [anon_sym_in] = ACTIONS(587), + [anon_sym_BANGin] = ACTIONS(583), + [anon_sym_STAR_EQ] = ACTIONS(583), + [anon_sym_SLASH_EQ] = ACTIONS(583), + [anon_sym_PERCENT_EQ] = ACTIONS(583), + [anon_sym_LT_LT_EQ] = ACTIONS(583), + [anon_sym_GT_GT_EQ] = ACTIONS(583), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(583), + [anon_sym_AMP_EQ] = ACTIONS(583), + [anon_sym_AMP_CARET_EQ] = ACTIONS(583), + [anon_sym_PLUS_EQ] = ACTIONS(583), + [anon_sym_DASH_EQ] = ACTIONS(583), + [anon_sym_PIPE_EQ] = ACTIONS(583), + [anon_sym_CARET_EQ] = ACTIONS(583), + [anon_sym_shared] = ACTIONS(603), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), }, [1155] = { - [sym_identifier] = ACTIONS(3517), - [anon_sym_LF] = ACTIONS(3520), - [anon_sym_CR] = ACTIONS(3520), - [anon_sym_CR_LF] = ACTIONS(3520), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3520), - [anon_sym_DOT] = ACTIONS(3585), - [anon_sym_as] = ACTIONS(2884), - [anon_sym_LBRACE] = ACTIONS(2884), - [anon_sym_COMMA] = ACTIONS(3520), - [anon_sym_RBRACE] = ACTIONS(3517), - [anon_sym_LPAREN] = ACTIONS(2884), - [anon_sym_PIPE] = ACTIONS(2884), - [anon_sym_fn] = ACTIONS(2884), - [anon_sym_PLUS] = ACTIONS(2884), - [anon_sym_DASH] = ACTIONS(2884), - [anon_sym_STAR] = ACTIONS(2884), - [anon_sym_SLASH] = ACTIONS(2884), - [anon_sym_PERCENT] = ACTIONS(2884), - [anon_sym_LT] = ACTIONS(2884), - [anon_sym_GT] = ACTIONS(2884), - [anon_sym_EQ_EQ] = ACTIONS(2884), - [anon_sym_BANG_EQ] = ACTIONS(2884), - [anon_sym_LT_EQ] = ACTIONS(2884), - [anon_sym_GT_EQ] = ACTIONS(2884), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3523), - [anon_sym_LBRACK] = ACTIONS(2882), - [anon_sym_struct] = ACTIONS(2884), - [anon_sym_mut] = ACTIONS(2884), - [anon_sym_COLON] = ACTIONS(3525), - [anon_sym_PLUS_PLUS] = ACTIONS(2884), - [anon_sym_DASH_DASH] = ACTIONS(2884), - [anon_sym_QMARK] = ACTIONS(2884), - [anon_sym_BANG] = ACTIONS(2884), - [anon_sym_go] = ACTIONS(2884), - [anon_sym_spawn] = ACTIONS(2884), - [anon_sym_json_DOTdecode] = ACTIONS(2884), - [anon_sym_LBRACK2] = ACTIONS(2884), - [anon_sym_TILDE] = ACTIONS(2884), - [anon_sym_CARET] = ACTIONS(2884), - [anon_sym_AMP] = ACTIONS(2884), - [anon_sym_LT_DASH] = ACTIONS(2884), - [anon_sym_LT_LT] = ACTIONS(2884), - [anon_sym_GT_GT] = ACTIONS(2884), - [anon_sym_GT_GT_GT] = ACTIONS(2884), - [anon_sym_AMP_CARET] = ACTIONS(2884), - [anon_sym_AMP_AMP] = ACTIONS(2884), - [anon_sym_PIPE_PIPE] = ACTIONS(2884), - [anon_sym_or] = ACTIONS(2884), - [sym_none] = ACTIONS(2884), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_nil] = ACTIONS(2884), - [anon_sym_QMARK_DOT] = ACTIONS(2884), - [anon_sym_POUND_LBRACK] = ACTIONS(2884), - [anon_sym_if] = ACTIONS(2884), - [anon_sym_DOLLARif] = ACTIONS(2884), - [anon_sym_is] = ACTIONS(2884), - [anon_sym_BANGis] = ACTIONS(2884), - [anon_sym_in] = ACTIONS(2884), - [anon_sym_BANGin] = ACTIONS(2884), - [anon_sym_match] = ACTIONS(2884), - [anon_sym_select] = ACTIONS(2884), - [anon_sym_lock] = ACTIONS(2884), - [anon_sym_rlock] = ACTIONS(2884), - [anon_sym_unsafe] = ACTIONS(2884), - [anon_sym_sql] = ACTIONS(2884), - [sym_int_literal] = ACTIONS(2884), - [sym_float_literal] = ACTIONS(2884), - [sym_rune_literal] = ACTIONS(2884), - [anon_sym_AT] = ACTIONS(2884), - [anon_sym_shared] = ACTIONS(2884), - [anon_sym_map_LBRACK] = ACTIONS(2884), - [anon_sym_chan] = ACTIONS(2884), - [anon_sym_thread] = ACTIONS(2884), - [anon_sym_atomic] = ACTIONS(2884), - [sym___double_quote] = ACTIONS(2884), - [sym___single_quote] = ACTIONS(2884), - [sym___c_double_quote] = ACTIONS(2884), - [sym___c_single_quote] = ACTIONS(2884), - [sym___r_double_quote] = ACTIONS(2884), - [sym___r_single_quote] = ACTIONS(2884), + [sym_reference_expression] = STATE(4556), + [sym_type_reference_expression] = STATE(1920), + [sym_plain_type] = STATE(1970), + [sym__plain_type_without_special] = STATE(1993), + [sym_anon_struct_type] = STATE(1991), + [sym_multi_return_type] = STATE(1993), + [sym_result_type] = STATE(1993), + [sym_option_type] = STATE(1993), + [sym_qualified_type] = STATE(1920), + [sym_fixed_array_type] = STATE(1991), + [sym_array_type] = STATE(1991), + [sym_pointer_type] = STATE(1991), + [sym_wrong_pointer_type] = STATE(1991), + [sym_map_type] = STATE(1991), + [sym_channel_type] = STATE(1991), + [sym_shared_type] = STATE(1991), + [sym_thread_type] = STATE(1991), + [sym_atomic_type] = STATE(1991), + [sym_generic_type] = STATE(1991), + [sym_function_type] = STATE(1991), + [sym_identifier] = ACTIONS(3515), + [sym_comment] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(605), + [anon_sym_DOT] = ACTIONS(605), + [anon_sym_as] = ACTIONS(607), + [anon_sym_LBRACE] = ACTIONS(605), + [anon_sym_COMMA] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(3517), + [anon_sym_EQ] = ACTIONS(607), + [anon_sym_PIPE] = ACTIONS(607), + [anon_sym_fn] = ACTIONS(3519), + [anon_sym_PLUS] = ACTIONS(607), + [anon_sym_DASH] = ACTIONS(607), + [anon_sym_STAR] = ACTIONS(3521), + [anon_sym_SLASH] = ACTIONS(607), + [anon_sym_PERCENT] = ACTIONS(607), + [anon_sym_LT] = ACTIONS(607), + [anon_sym_GT] = ACTIONS(607), + [anon_sym_EQ_EQ] = ACTIONS(605), + [anon_sym_BANG_EQ] = ACTIONS(605), + [anon_sym_LT_EQ] = ACTIONS(605), + [anon_sym_GT_EQ] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LT2] = ACTIONS(607), + [anon_sym_struct] = ACTIONS(3523), + [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_DASH_DASH] = ACTIONS(605), + [anon_sym_QMARK] = ACTIONS(3525), + [anon_sym_BANG] = ACTIONS(3527), + [anon_sym_LBRACK2] = ACTIONS(3529), + [anon_sym_CARET] = ACTIONS(607), + [anon_sym_AMP] = ACTIONS(3531), + [anon_sym_LT_LT] = ACTIONS(607), + [anon_sym_GT_GT] = ACTIONS(607), + [anon_sym_GT_GT_GT] = ACTIONS(607), + [anon_sym_AMP_CARET] = ACTIONS(607), + [anon_sym_AMP_AMP] = ACTIONS(605), + [anon_sym_PIPE_PIPE] = ACTIONS(605), + [anon_sym_or] = ACTIONS(607), + [anon_sym_QMARK_DOT] = ACTIONS(605), + [anon_sym_POUND_LBRACK] = ACTIONS(605), + [anon_sym_is] = ACTIONS(607), + [anon_sym_BANGis] = ACTIONS(605), + [anon_sym_in] = ACTIONS(607), + [anon_sym_BANGin] = ACTIONS(605), + [anon_sym_STAR_EQ] = ACTIONS(605), + [anon_sym_SLASH_EQ] = ACTIONS(605), + [anon_sym_PERCENT_EQ] = ACTIONS(605), + [anon_sym_LT_LT_EQ] = ACTIONS(605), + [anon_sym_GT_GT_EQ] = ACTIONS(605), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(605), + [anon_sym_AMP_EQ] = ACTIONS(605), + [anon_sym_AMP_CARET_EQ] = ACTIONS(605), + [anon_sym_PLUS_EQ] = ACTIONS(605), + [anon_sym_DASH_EQ] = ACTIONS(605), + [anon_sym_PIPE_EQ] = ACTIONS(605), + [anon_sym_CARET_EQ] = ACTIONS(605), + [anon_sym_COLON_EQ] = ACTIONS(605), + [anon_sym_shared] = ACTIONS(3533), + [anon_sym_map_LBRACK] = ACTIONS(3535), + [anon_sym_chan] = ACTIONS(3537), + [anon_sym_thread] = ACTIONS(3539), + [anon_sym_atomic] = ACTIONS(3541), }, [1156] = { - [sym_reference_expression] = STATE(4528), - [sym_type_reference_expression] = STATE(1923), - [sym_plain_type] = STATE(2109), - [sym__plain_type_without_special] = STATE(2020), - [sym_anon_struct_type] = STATE(1942), - [sym_multi_return_type] = STATE(2020), - [sym_result_type] = STATE(2020), - [sym_option_type] = STATE(2020), - [sym_qualified_type] = STATE(1923), - [sym_fixed_array_type] = STATE(1942), - [sym_array_type] = STATE(1942), - [sym_pointer_type] = STATE(1942), - [sym_wrong_pointer_type] = STATE(1942), - [sym_map_type] = STATE(1942), - [sym_channel_type] = STATE(1942), - [sym_shared_type] = STATE(1942), - [sym_thread_type] = STATE(1942), - [sym_atomic_type] = STATE(1942), - [sym_generic_type] = STATE(1942), - [sym_function_type] = STATE(1942), - [sym_identifier] = ACTIONS(3527), + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3703), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(585), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(551), - [anon_sym_as] = ACTIONS(555), + [anon_sym_SEMI] = ACTIONS(613), + [anon_sym_DOT] = ACTIONS(613), + [anon_sym_as] = ACTIONS(615), [anon_sym_LBRACE] = ACTIONS(551), - [anon_sym_COMMA] = ACTIONS(551), - [anon_sym_LPAREN] = ACTIONS(3529), - [anon_sym_EQ] = ACTIONS(555), - [anon_sym_PIPE] = ACTIONS(555), - [anon_sym_fn] = ACTIONS(3531), - [anon_sym_PLUS] = ACTIONS(555), - [anon_sym_DASH] = ACTIONS(555), - [anon_sym_STAR] = ACTIONS(3533), - [anon_sym_SLASH] = ACTIONS(555), - [anon_sym_PERCENT] = ACTIONS(555), - [anon_sym_LT] = ACTIONS(555), - [anon_sym_GT] = ACTIONS(555), - [anon_sym_EQ_EQ] = ACTIONS(551), - [anon_sym_BANG_EQ] = ACTIONS(551), - [anon_sym_LT_EQ] = ACTIONS(551), - [anon_sym_GT_EQ] = ACTIONS(551), - [anon_sym_LBRACK] = ACTIONS(551), - [anon_sym_struct] = ACTIONS(3535), - [anon_sym_COLON] = ACTIONS(551), - [anon_sym_PLUS_PLUS] = ACTIONS(551), - [anon_sym_DASH_DASH] = ACTIONS(551), - [anon_sym_QMARK] = ACTIONS(3537), - [anon_sym_BANG] = ACTIONS(3539), - [anon_sym_LBRACK2] = ACTIONS(3541), - [anon_sym_CARET] = ACTIONS(555), - [anon_sym_AMP] = ACTIONS(3543), - [anon_sym_LT_DASH] = ACTIONS(551), - [anon_sym_LT_LT] = ACTIONS(555), - [anon_sym_GT_GT] = ACTIONS(555), - [anon_sym_GT_GT_GT] = ACTIONS(555), - [anon_sym_AMP_CARET] = ACTIONS(555), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(551), - [anon_sym_or] = ACTIONS(555), - [anon_sym_QMARK_DOT] = ACTIONS(551), - [anon_sym_POUND_LBRACK] = ACTIONS(551), - [anon_sym_is] = ACTIONS(555), - [anon_sym_BANGis] = ACTIONS(551), - [anon_sym_in] = ACTIONS(555), - [anon_sym_BANGin] = ACTIONS(551), - [anon_sym_STAR_EQ] = ACTIONS(551), - [anon_sym_SLASH_EQ] = ACTIONS(551), - [anon_sym_PERCENT_EQ] = ACTIONS(551), - [anon_sym_LT_LT_EQ] = ACTIONS(551), - [anon_sym_GT_GT_EQ] = ACTIONS(551), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(551), - [anon_sym_AMP_EQ] = ACTIONS(551), - [anon_sym_AMP_CARET_EQ] = ACTIONS(551), - [anon_sym_PLUS_EQ] = ACTIONS(551), - [anon_sym_DASH_EQ] = ACTIONS(551), - [anon_sym_PIPE_EQ] = ACTIONS(551), - [anon_sym_CARET_EQ] = ACTIONS(551), - [anon_sym_shared] = ACTIONS(3545), - [anon_sym_map_LBRACK] = ACTIONS(3547), - [anon_sym_chan] = ACTIONS(3549), - [anon_sym_thread] = ACTIONS(3551), - [anon_sym_atomic] = ACTIONS(3553), - }, - [1157] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2374), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(593), - [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(591), - [anon_sym_DOT] = ACTIONS(591), - [anon_sym_as] = ACTIONS(595), - [anon_sym_COMMA] = ACTIONS(591), - [anon_sym_LPAREN] = ACTIONS(3377), - [anon_sym_EQ] = ACTIONS(595), - [anon_sym_PIPE] = ACTIONS(595), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(595), - [anon_sym_DASH] = ACTIONS(595), - [anon_sym_STAR] = ACTIONS(601), - [anon_sym_SLASH] = ACTIONS(595), - [anon_sym_PERCENT] = ACTIONS(595), - [anon_sym_LT] = ACTIONS(595), - [anon_sym_GT] = ACTIONS(595), - [anon_sym_EQ_EQ] = ACTIONS(591), - [anon_sym_BANG_EQ] = ACTIONS(591), - [anon_sym_LT_EQ] = ACTIONS(591), - [anon_sym_GT_EQ] = ACTIONS(591), - [anon_sym_LBRACK] = ACTIONS(591), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(591), - [anon_sym_QMARK] = ACTIONS(503), - [anon_sym_BANG] = ACTIONS(3588), - [anon_sym_LBRACK2] = ACTIONS(607), - [anon_sym_CARET] = ACTIONS(595), - [anon_sym_AMP] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(595), - [anon_sym_GT_GT] = ACTIONS(595), - [anon_sym_GT_GT_GT] = ACTIONS(595), - [anon_sym_AMP_CARET] = ACTIONS(595), - [anon_sym_AMP_AMP] = ACTIONS(591), - [anon_sym_PIPE_PIPE] = ACTIONS(591), - [anon_sym_or] = ACTIONS(595), - [anon_sym_QMARK_DOT] = ACTIONS(591), - [anon_sym_POUND_LBRACK] = ACTIONS(591), - [anon_sym_is] = ACTIONS(595), - [anon_sym_BANGis] = ACTIONS(591), - [anon_sym_in] = ACTIONS(595), - [anon_sym_BANGin] = ACTIONS(591), - [anon_sym_STAR_EQ] = ACTIONS(591), - [anon_sym_SLASH_EQ] = ACTIONS(591), - [anon_sym_PERCENT_EQ] = ACTIONS(591), - [anon_sym_LT_LT_EQ] = ACTIONS(591), - [anon_sym_GT_GT_EQ] = ACTIONS(591), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(591), - [anon_sym_AMP_EQ] = ACTIONS(591), - [anon_sym_AMP_CARET_EQ] = ACTIONS(591), - [anon_sym_PLUS_EQ] = ACTIONS(591), - [anon_sym_DASH_EQ] = ACTIONS(591), - [anon_sym_PIPE_EQ] = ACTIONS(591), - [anon_sym_CARET_EQ] = ACTIONS(591), - [anon_sym_COLON_EQ] = ACTIONS(591), - [anon_sym_shared] = ACTIONS(611), + [anon_sym_COMMA] = ACTIONS(613), + [anon_sym_LPAREN] = ACTIONS(613), + [anon_sym_EQ] = ACTIONS(615), + [anon_sym_PIPE] = ACTIONS(615), + [anon_sym_fn] = ACTIONS(591), + [anon_sym_PLUS] = ACTIONS(615), + [anon_sym_DASH] = ACTIONS(615), + [anon_sym_STAR] = ACTIONS(615), + [anon_sym_SLASH] = ACTIONS(615), + [anon_sym_PERCENT] = ACTIONS(615), + [anon_sym_LT] = ACTIONS(615), + [anon_sym_GT] = ACTIONS(615), + [anon_sym_EQ_EQ] = ACTIONS(613), + [anon_sym_BANG_EQ] = ACTIONS(613), + [anon_sym_LT_EQ] = ACTIONS(613), + [anon_sym_GT_EQ] = ACTIONS(613), + [anon_sym_LBRACK] = ACTIONS(613), + [anon_sym_LT2] = ACTIONS(615), + [anon_sym_struct] = ACTIONS(595), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_QMARK] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_LBRACK2] = ACTIONS(615), + [anon_sym_CARET] = ACTIONS(615), + [anon_sym_AMP] = ACTIONS(615), + [anon_sym_LT_LT] = ACTIONS(615), + [anon_sym_GT_GT] = ACTIONS(615), + [anon_sym_GT_GT_GT] = ACTIONS(615), + [anon_sym_AMP_CARET] = ACTIONS(615), + [anon_sym_AMP_AMP] = ACTIONS(613), + [anon_sym_PIPE_PIPE] = ACTIONS(613), + [anon_sym_or] = ACTIONS(615), + [anon_sym_QMARK_DOT] = ACTIONS(613), + [anon_sym_POUND_LBRACK] = ACTIONS(613), + [anon_sym_is] = ACTIONS(615), + [anon_sym_BANGis] = ACTIONS(613), + [anon_sym_in] = ACTIONS(615), + [anon_sym_BANGin] = ACTIONS(613), + [anon_sym_STAR_EQ] = ACTIONS(613), + [anon_sym_SLASH_EQ] = ACTIONS(613), + [anon_sym_PERCENT_EQ] = ACTIONS(613), + [anon_sym_LT_LT_EQ] = ACTIONS(613), + [anon_sym_GT_GT_EQ] = ACTIONS(613), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(613), + [anon_sym_AMP_EQ] = ACTIONS(613), + [anon_sym_AMP_CARET_EQ] = ACTIONS(613), + [anon_sym_PLUS_EQ] = ACTIONS(613), + [anon_sym_DASH_EQ] = ACTIONS(613), + [anon_sym_PIPE_EQ] = ACTIONS(613), + [anon_sym_CARET_EQ] = ACTIONS(613), + [anon_sym_COLON_EQ] = ACTIONS(613), + [anon_sym_shared] = ACTIONS(603), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), }, + [1157] = { + [sym_identifier] = ACTIONS(2590), + [anon_sym_LF] = ACTIONS(2590), + [anon_sym_CR] = ACTIONS(2590), + [anon_sym_CR_LF] = ACTIONS(2590), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(2590), + [anon_sym_DOT] = ACTIONS(2590), + [anon_sym_as] = ACTIONS(2590), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_COMMA] = ACTIONS(2590), + [anon_sym_RBRACE] = ACTIONS(2590), + [anon_sym_LPAREN] = ACTIONS(2590), + [anon_sym_PIPE] = ACTIONS(2590), + [anon_sym_fn] = ACTIONS(2590), + [anon_sym_PLUS] = ACTIONS(2590), + [anon_sym_DASH] = ACTIONS(2590), + [anon_sym_STAR] = ACTIONS(2590), + [anon_sym_SLASH] = ACTIONS(2590), + [anon_sym_PERCENT] = ACTIONS(2590), + [anon_sym_LT] = ACTIONS(2590), + [anon_sym_GT] = ACTIONS(2590), + [anon_sym_EQ_EQ] = ACTIONS(2590), + [anon_sym_BANG_EQ] = ACTIONS(2590), + [anon_sym_LT_EQ] = ACTIONS(2590), + [anon_sym_GT_EQ] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(2588), + [anon_sym_LT2] = ACTIONS(2590), + [anon_sym_struct] = ACTIONS(2590), + [anon_sym_mut] = ACTIONS(2590), + [anon_sym_PLUS_PLUS] = ACTIONS(2590), + [anon_sym_DASH_DASH] = ACTIONS(2590), + [anon_sym_QMARK] = ACTIONS(2590), + [anon_sym_BANG] = ACTIONS(2590), + [anon_sym_go] = ACTIONS(2590), + [anon_sym_spawn] = ACTIONS(2590), + [anon_sym_json_DOTdecode] = ACTIONS(2590), + [anon_sym_LBRACK2] = ACTIONS(2590), + [anon_sym_TILDE] = ACTIONS(2590), + [anon_sym_CARET] = ACTIONS(2590), + [anon_sym_AMP] = ACTIONS(2590), + [anon_sym_LT_DASH] = ACTIONS(2590), + [anon_sym_LT_LT] = ACTIONS(2590), + [anon_sym_GT_GT] = ACTIONS(2590), + [anon_sym_GT_GT_GT] = ACTIONS(2590), + [anon_sym_AMP_CARET] = ACTIONS(2590), + [anon_sym_AMP_AMP] = ACTIONS(2590), + [anon_sym_PIPE_PIPE] = ACTIONS(2590), + [anon_sym_or] = ACTIONS(2590), + [sym_none] = ACTIONS(2590), + [sym_true] = ACTIONS(2590), + [sym_false] = ACTIONS(2590), + [sym_nil] = ACTIONS(2590), + [anon_sym_QMARK_DOT] = ACTIONS(2590), + [anon_sym_POUND_LBRACK] = ACTIONS(2590), + [anon_sym_if] = ACTIONS(2590), + [anon_sym_else] = ACTIONS(2590), + [anon_sym_DOLLARif] = ACTIONS(2590), + [anon_sym_is] = ACTIONS(2590), + [anon_sym_BANGis] = ACTIONS(2590), + [anon_sym_in] = ACTIONS(2590), + [anon_sym_BANGin] = ACTIONS(2590), + [anon_sym_match] = ACTIONS(2590), + [anon_sym_select] = ACTIONS(2590), + [anon_sym_lock] = ACTIONS(2590), + [anon_sym_rlock] = ACTIONS(2590), + [anon_sym_unsafe] = ACTIONS(2590), + [anon_sym_sql] = ACTIONS(2590), + [sym_int_literal] = ACTIONS(2590), + [sym_float_literal] = ACTIONS(2590), + [sym_rune_literal] = ACTIONS(2590), + [anon_sym_AT] = ACTIONS(2590), + [anon_sym_shared] = ACTIONS(2590), + [anon_sym_map_LBRACK] = ACTIONS(2590), + [anon_sym_chan] = ACTIONS(2590), + [anon_sym_thread] = ACTIONS(2590), + [anon_sym_atomic] = ACTIONS(2590), + [sym___double_quote] = ACTIONS(2590), + [sym___single_quote] = ACTIONS(2590), + [sym___c_double_quote] = ACTIONS(2590), + [sym___c_single_quote] = ACTIONS(2590), + [sym___r_double_quote] = ACTIONS(2590), + [sym___r_single_quote] = ACTIONS(2590), + }, [1158] = { - [sym_identifier] = ACTIONS(2700), - [anon_sym_LF] = ACTIONS(2700), - [anon_sym_CR] = ACTIONS(2700), - [anon_sym_CR_LF] = ACTIONS(2700), + [sym_identifier] = ACTIONS(2590), + [anon_sym_LF] = ACTIONS(2590), + [anon_sym_CR] = ACTIONS(2590), + [anon_sym_CR_LF] = ACTIONS(2590), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2700), - [anon_sym_DOT] = ACTIONS(2700), - [anon_sym_as] = ACTIONS(2700), - [anon_sym_LBRACE] = ACTIONS(2700), - [anon_sym_COMMA] = ACTIONS(2700), - [anon_sym_RBRACE] = ACTIONS(2700), - [anon_sym_LPAREN] = ACTIONS(2700), - [anon_sym_PIPE] = ACTIONS(2700), - [anon_sym_fn] = ACTIONS(2700), - [anon_sym_PLUS] = ACTIONS(2700), - [anon_sym_DASH] = ACTIONS(2700), - [anon_sym_STAR] = ACTIONS(2700), - [anon_sym_SLASH] = ACTIONS(2700), - [anon_sym_PERCENT] = ACTIONS(2700), - [anon_sym_LT] = ACTIONS(2700), - [anon_sym_GT] = ACTIONS(2700), - [anon_sym_EQ_EQ] = ACTIONS(2700), - [anon_sym_BANG_EQ] = ACTIONS(2700), - [anon_sym_LT_EQ] = ACTIONS(2700), - [anon_sym_GT_EQ] = ACTIONS(2700), - [anon_sym_LBRACK] = ACTIONS(2698), - [anon_sym_struct] = ACTIONS(2700), - [anon_sym_mut] = ACTIONS(2700), - [anon_sym_PLUS_PLUS] = ACTIONS(2700), - [anon_sym_DASH_DASH] = ACTIONS(2700), - [anon_sym_QMARK] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_go] = ACTIONS(2700), - [anon_sym_spawn] = ACTIONS(2700), - [anon_sym_json_DOTdecode] = ACTIONS(2700), - [anon_sym_LBRACK2] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2700), - [anon_sym_CARET] = ACTIONS(2700), - [anon_sym_AMP] = ACTIONS(2700), - [anon_sym_LT_DASH] = ACTIONS(2700), - [anon_sym_LT_LT] = ACTIONS(2700), - [anon_sym_GT_GT] = ACTIONS(2700), - [anon_sym_GT_GT_GT] = ACTIONS(2700), - [anon_sym_AMP_CARET] = ACTIONS(2700), - [anon_sym_AMP_AMP] = ACTIONS(2700), - [anon_sym_PIPE_PIPE] = ACTIONS(2700), - [anon_sym_or] = ACTIONS(2700), - [sym_none] = ACTIONS(2700), - [sym_true] = ACTIONS(2700), - [sym_false] = ACTIONS(2700), - [sym_nil] = ACTIONS(2700), - [anon_sym_QMARK_DOT] = ACTIONS(2700), - [anon_sym_POUND_LBRACK] = ACTIONS(2700), - [anon_sym_if] = ACTIONS(2700), - [anon_sym_else] = ACTIONS(2700), - [anon_sym_DOLLARif] = ACTIONS(2700), - [anon_sym_is] = ACTIONS(2700), - [anon_sym_BANGis] = ACTIONS(2700), - [anon_sym_in] = ACTIONS(2700), - [anon_sym_BANGin] = ACTIONS(2700), - [anon_sym_match] = ACTIONS(2700), - [anon_sym_select] = ACTIONS(2700), - [anon_sym_lock] = ACTIONS(2700), - [anon_sym_rlock] = ACTIONS(2700), - [anon_sym_unsafe] = ACTIONS(2700), - [anon_sym_sql] = ACTIONS(2700), - [sym_int_literal] = ACTIONS(2700), - [sym_float_literal] = ACTIONS(2700), - [sym_rune_literal] = ACTIONS(2700), - [anon_sym_AT] = ACTIONS(2700), - [anon_sym_shared] = ACTIONS(2700), - [anon_sym_map_LBRACK] = ACTIONS(2700), - [anon_sym_chan] = ACTIONS(2700), - [anon_sym_thread] = ACTIONS(2700), - [anon_sym_atomic] = ACTIONS(2700), - [sym___double_quote] = ACTIONS(2700), - [sym___single_quote] = ACTIONS(2700), - [sym___c_double_quote] = ACTIONS(2700), - [sym___c_single_quote] = ACTIONS(2700), - [sym___r_double_quote] = ACTIONS(2700), - [sym___r_single_quote] = ACTIONS(2700), + [anon_sym_SEMI] = ACTIONS(2590), + [anon_sym_DOT] = ACTIONS(2590), + [anon_sym_as] = ACTIONS(2590), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_COMMA] = ACTIONS(2590), + [anon_sym_RBRACE] = ACTIONS(2590), + [anon_sym_LPAREN] = ACTIONS(2590), + [anon_sym_PIPE] = ACTIONS(2590), + [anon_sym_fn] = ACTIONS(2590), + [anon_sym_PLUS] = ACTIONS(2590), + [anon_sym_DASH] = ACTIONS(2590), + [anon_sym_STAR] = ACTIONS(2590), + [anon_sym_SLASH] = ACTIONS(2590), + [anon_sym_PERCENT] = ACTIONS(2590), + [anon_sym_LT] = ACTIONS(2590), + [anon_sym_GT] = ACTIONS(2590), + [anon_sym_EQ_EQ] = ACTIONS(2590), + [anon_sym_BANG_EQ] = ACTIONS(2590), + [anon_sym_LT_EQ] = ACTIONS(2590), + [anon_sym_GT_EQ] = ACTIONS(2590), + [anon_sym_LBRACK] = ACTIONS(2588), + [anon_sym_LT2] = ACTIONS(2590), + [anon_sym_struct] = ACTIONS(2590), + [anon_sym_mut] = ACTIONS(2590), + [anon_sym_PLUS_PLUS] = ACTIONS(2590), + [anon_sym_DASH_DASH] = ACTIONS(2590), + [anon_sym_QMARK] = ACTIONS(2590), + [anon_sym_BANG] = ACTIONS(2590), + [anon_sym_go] = ACTIONS(2590), + [anon_sym_spawn] = ACTIONS(2590), + [anon_sym_json_DOTdecode] = ACTIONS(2590), + [anon_sym_LBRACK2] = ACTIONS(2590), + [anon_sym_TILDE] = ACTIONS(2590), + [anon_sym_CARET] = ACTIONS(2590), + [anon_sym_AMP] = ACTIONS(2590), + [anon_sym_LT_DASH] = ACTIONS(2590), + [anon_sym_LT_LT] = ACTIONS(2590), + [anon_sym_GT_GT] = ACTIONS(2590), + [anon_sym_GT_GT_GT] = ACTIONS(2590), + [anon_sym_AMP_CARET] = ACTIONS(2590), + [anon_sym_AMP_AMP] = ACTIONS(2590), + [anon_sym_PIPE_PIPE] = ACTIONS(2590), + [anon_sym_or] = ACTIONS(2590), + [sym_none] = ACTIONS(2590), + [sym_true] = ACTIONS(2590), + [sym_false] = ACTIONS(2590), + [sym_nil] = ACTIONS(2590), + [anon_sym_QMARK_DOT] = ACTIONS(2590), + [anon_sym_POUND_LBRACK] = ACTIONS(2590), + [anon_sym_if] = ACTIONS(2590), + [anon_sym_DOLLARif] = ACTIONS(2590), + [anon_sym_DOLLARelse] = ACTIONS(2590), + [anon_sym_is] = ACTIONS(2590), + [anon_sym_BANGis] = ACTIONS(2590), + [anon_sym_in] = ACTIONS(2590), + [anon_sym_BANGin] = ACTIONS(2590), + [anon_sym_match] = ACTIONS(2590), + [anon_sym_select] = ACTIONS(2590), + [anon_sym_lock] = ACTIONS(2590), + [anon_sym_rlock] = ACTIONS(2590), + [anon_sym_unsafe] = ACTIONS(2590), + [anon_sym_sql] = ACTIONS(2590), + [sym_int_literal] = ACTIONS(2590), + [sym_float_literal] = ACTIONS(2590), + [sym_rune_literal] = ACTIONS(2590), + [anon_sym_AT] = ACTIONS(2590), + [anon_sym_shared] = ACTIONS(2590), + [anon_sym_map_LBRACK] = ACTIONS(2590), + [anon_sym_chan] = ACTIONS(2590), + [anon_sym_thread] = ACTIONS(2590), + [anon_sym_atomic] = ACTIONS(2590), + [sym___double_quote] = ACTIONS(2590), + [sym___single_quote] = ACTIONS(2590), + [sym___c_double_quote] = ACTIONS(2590), + [sym___c_single_quote] = ACTIONS(2590), + [sym___r_double_quote] = ACTIONS(2590), + [sym___r_single_quote] = ACTIONS(2590), }, [1159] = { - [sym_identifier] = ACTIONS(2730), - [anon_sym_LF] = ACTIONS(2730), - [anon_sym_CR] = ACTIONS(2730), - [anon_sym_CR_LF] = ACTIONS(2730), + [sym_identifier] = ACTIONS(2418), + [anon_sym_LF] = ACTIONS(2418), + [anon_sym_CR] = ACTIONS(2418), + [anon_sym_CR_LF] = ACTIONS(2418), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2730), - [anon_sym_DOT] = ACTIONS(2730), - [anon_sym_as] = ACTIONS(2730), - [anon_sym_LBRACE] = ACTIONS(2730), - [anon_sym_COMMA] = ACTIONS(2730), - [anon_sym_RBRACE] = ACTIONS(2730), - [anon_sym_LPAREN] = ACTIONS(2730), - [anon_sym_PIPE] = ACTIONS(2730), - [anon_sym_fn] = ACTIONS(2730), - [anon_sym_PLUS] = ACTIONS(2730), - [anon_sym_DASH] = ACTIONS(2730), - [anon_sym_STAR] = ACTIONS(2730), - [anon_sym_SLASH] = ACTIONS(2730), - [anon_sym_PERCENT] = ACTIONS(2730), - [anon_sym_LT] = ACTIONS(2730), - [anon_sym_GT] = ACTIONS(2730), - [anon_sym_EQ_EQ] = ACTIONS(2730), - [anon_sym_BANG_EQ] = ACTIONS(2730), - [anon_sym_LT_EQ] = ACTIONS(2730), - [anon_sym_GT_EQ] = ACTIONS(2730), - [anon_sym_LBRACK] = ACTIONS(2728), - [anon_sym_struct] = ACTIONS(2730), - [anon_sym_mut] = ACTIONS(2730), - [anon_sym_PLUS_PLUS] = ACTIONS(2730), - [anon_sym_DASH_DASH] = ACTIONS(2730), - [anon_sym_QMARK] = ACTIONS(2730), - [anon_sym_BANG] = ACTIONS(2730), - [anon_sym_go] = ACTIONS(2730), - [anon_sym_spawn] = ACTIONS(2730), - [anon_sym_json_DOTdecode] = ACTIONS(2730), - [anon_sym_LBRACK2] = ACTIONS(2730), - [anon_sym_TILDE] = ACTIONS(2730), - [anon_sym_CARET] = ACTIONS(2730), - [anon_sym_AMP] = ACTIONS(2730), - [anon_sym_LT_DASH] = ACTIONS(2730), - [anon_sym_LT_LT] = ACTIONS(2730), - [anon_sym_GT_GT] = ACTIONS(2730), - [anon_sym_GT_GT_GT] = ACTIONS(2730), - [anon_sym_AMP_CARET] = ACTIONS(2730), - [anon_sym_AMP_AMP] = ACTIONS(2730), - [anon_sym_PIPE_PIPE] = ACTIONS(2730), - [anon_sym_or] = ACTIONS(2730), - [sym_none] = ACTIONS(2730), - [sym_true] = ACTIONS(2730), - [sym_false] = ACTIONS(2730), - [sym_nil] = ACTIONS(2730), - [anon_sym_QMARK_DOT] = ACTIONS(2730), - [anon_sym_POUND_LBRACK] = ACTIONS(2730), - [anon_sym_if] = ACTIONS(2730), - [anon_sym_else] = ACTIONS(2730), - [anon_sym_DOLLARif] = ACTIONS(2730), - [anon_sym_is] = ACTIONS(2730), - [anon_sym_BANGis] = ACTIONS(2730), - [anon_sym_in] = ACTIONS(2730), - [anon_sym_BANGin] = ACTIONS(2730), - [anon_sym_match] = ACTIONS(2730), - [anon_sym_select] = ACTIONS(2730), - [anon_sym_lock] = ACTIONS(2730), - [anon_sym_rlock] = ACTIONS(2730), - [anon_sym_unsafe] = ACTIONS(2730), - [anon_sym_sql] = ACTIONS(2730), - [sym_int_literal] = ACTIONS(2730), - [sym_float_literal] = ACTIONS(2730), - [sym_rune_literal] = ACTIONS(2730), - [anon_sym_AT] = ACTIONS(2730), - [anon_sym_shared] = ACTIONS(2730), - [anon_sym_map_LBRACK] = ACTIONS(2730), - [anon_sym_chan] = ACTIONS(2730), - [anon_sym_thread] = ACTIONS(2730), - [anon_sym_atomic] = ACTIONS(2730), - [sym___double_quote] = ACTIONS(2730), - [sym___single_quote] = ACTIONS(2730), - [sym___c_double_quote] = ACTIONS(2730), - [sym___c_single_quote] = ACTIONS(2730), - [sym___r_double_quote] = ACTIONS(2730), - [sym___r_single_quote] = ACTIONS(2730), + [anon_sym_SEMI] = ACTIONS(2418), + [anon_sym_DOT] = ACTIONS(2418), + [anon_sym_as] = ACTIONS(2418), + [anon_sym_LBRACE] = ACTIONS(2418), + [anon_sym_COMMA] = ACTIONS(2418), + [anon_sym_RBRACE] = ACTIONS(2418), + [anon_sym_LPAREN] = ACTIONS(2418), + [anon_sym_PIPE] = ACTIONS(2418), + [anon_sym_fn] = ACTIONS(2418), + [anon_sym_PLUS] = ACTIONS(2418), + [anon_sym_DASH] = ACTIONS(2418), + [anon_sym_STAR] = ACTIONS(2418), + [anon_sym_SLASH] = ACTIONS(2418), + [anon_sym_PERCENT] = ACTIONS(2418), + [anon_sym_LT] = ACTIONS(2418), + [anon_sym_GT] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2418), + [anon_sym_BANG_EQ] = ACTIONS(2418), + [anon_sym_LT_EQ] = ACTIONS(2418), + [anon_sym_GT_EQ] = ACTIONS(2418), + [anon_sym_LBRACK] = ACTIONS(2416), + [anon_sym_LT2] = ACTIONS(2418), + [anon_sym_struct] = ACTIONS(2418), + [anon_sym_mut] = ACTIONS(2418), + [anon_sym_PLUS_PLUS] = ACTIONS(2418), + [anon_sym_DASH_DASH] = ACTIONS(2418), + [anon_sym_QMARK] = ACTIONS(2418), + [anon_sym_BANG] = ACTIONS(2418), + [anon_sym_go] = ACTIONS(2418), + [anon_sym_spawn] = ACTIONS(2418), + [anon_sym_json_DOTdecode] = ACTIONS(2418), + [anon_sym_LBRACK2] = ACTIONS(2418), + [anon_sym_TILDE] = ACTIONS(2418), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_AMP] = ACTIONS(2418), + [anon_sym_LT_DASH] = ACTIONS(2418), + [anon_sym_LT_LT] = ACTIONS(2418), + [anon_sym_GT_GT] = ACTIONS(2418), + [anon_sym_GT_GT_GT] = ACTIONS(2418), + [anon_sym_AMP_CARET] = ACTIONS(2418), + [anon_sym_AMP_AMP] = ACTIONS(2418), + [anon_sym_PIPE_PIPE] = ACTIONS(2418), + [anon_sym_or] = ACTIONS(2418), + [sym_none] = ACTIONS(2418), + [sym_true] = ACTIONS(2418), + [sym_false] = ACTIONS(2418), + [sym_nil] = ACTIONS(2418), + [anon_sym_QMARK_DOT] = ACTIONS(2418), + [anon_sym_POUND_LBRACK] = ACTIONS(2418), + [anon_sym_if] = ACTIONS(2418), + [anon_sym_DOLLARif] = ACTIONS(2418), + [anon_sym_DOLLARelse] = ACTIONS(2418), + [anon_sym_is] = ACTIONS(2418), + [anon_sym_BANGis] = ACTIONS(2418), + [anon_sym_in] = ACTIONS(2418), + [anon_sym_BANGin] = ACTIONS(2418), + [anon_sym_match] = ACTIONS(2418), + [anon_sym_select] = ACTIONS(2418), + [anon_sym_lock] = ACTIONS(2418), + [anon_sym_rlock] = ACTIONS(2418), + [anon_sym_unsafe] = ACTIONS(2418), + [anon_sym_sql] = ACTIONS(2418), + [sym_int_literal] = ACTIONS(2418), + [sym_float_literal] = ACTIONS(2418), + [sym_rune_literal] = ACTIONS(2418), + [anon_sym_AT] = ACTIONS(2418), + [anon_sym_shared] = ACTIONS(2418), + [anon_sym_map_LBRACK] = ACTIONS(2418), + [anon_sym_chan] = ACTIONS(2418), + [anon_sym_thread] = ACTIONS(2418), + [anon_sym_atomic] = ACTIONS(2418), + [sym___double_quote] = ACTIONS(2418), + [sym___single_quote] = ACTIONS(2418), + [sym___c_double_quote] = ACTIONS(2418), + [sym___c_single_quote] = ACTIONS(2418), + [sym___r_double_quote] = ACTIONS(2418), + [sym___r_single_quote] = ACTIONS(2418), }, [1160] = { - [sym_identifier] = ACTIONS(2740), - [anon_sym_LF] = ACTIONS(2740), - [anon_sym_CR] = ACTIONS(2740), - [anon_sym_CR_LF] = ACTIONS(2740), + [sym_identifier] = ACTIONS(2412), + [anon_sym_LF] = ACTIONS(2412), + [anon_sym_CR] = ACTIONS(2412), + [anon_sym_CR_LF] = ACTIONS(2412), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2740), - [anon_sym_DOT] = ACTIONS(2740), - [anon_sym_as] = ACTIONS(2740), - [anon_sym_LBRACE] = ACTIONS(2740), - [anon_sym_COMMA] = ACTIONS(2740), - [anon_sym_RBRACE] = ACTIONS(2740), - [anon_sym_LPAREN] = ACTIONS(2740), - [anon_sym_PIPE] = ACTIONS(2740), - [anon_sym_fn] = ACTIONS(2740), - [anon_sym_PLUS] = ACTIONS(2740), - [anon_sym_DASH] = ACTIONS(2740), - [anon_sym_STAR] = ACTIONS(2740), - [anon_sym_SLASH] = ACTIONS(2740), - [anon_sym_PERCENT] = ACTIONS(2740), - [anon_sym_LT] = ACTIONS(2740), - [anon_sym_GT] = ACTIONS(2740), - [anon_sym_EQ_EQ] = ACTIONS(2740), - [anon_sym_BANG_EQ] = ACTIONS(2740), - [anon_sym_LT_EQ] = ACTIONS(2740), - [anon_sym_GT_EQ] = ACTIONS(2740), - [anon_sym_LBRACK] = ACTIONS(2738), - [anon_sym_struct] = ACTIONS(2740), - [anon_sym_mut] = ACTIONS(2740), - [anon_sym_PLUS_PLUS] = ACTIONS(2740), - [anon_sym_DASH_DASH] = ACTIONS(2740), - [anon_sym_QMARK] = ACTIONS(2740), - [anon_sym_BANG] = ACTIONS(2740), - [anon_sym_go] = ACTIONS(2740), - [anon_sym_spawn] = ACTIONS(2740), - [anon_sym_json_DOTdecode] = ACTIONS(2740), - [anon_sym_LBRACK2] = ACTIONS(2740), - [anon_sym_TILDE] = ACTIONS(2740), - [anon_sym_CARET] = ACTIONS(2740), - [anon_sym_AMP] = ACTIONS(2740), - [anon_sym_LT_DASH] = ACTIONS(2740), - [anon_sym_LT_LT] = ACTIONS(2740), - [anon_sym_GT_GT] = ACTIONS(2740), - [anon_sym_GT_GT_GT] = ACTIONS(2740), - [anon_sym_AMP_CARET] = ACTIONS(2740), - [anon_sym_AMP_AMP] = ACTIONS(2740), - [anon_sym_PIPE_PIPE] = ACTIONS(2740), - [anon_sym_or] = ACTIONS(2740), - [sym_none] = ACTIONS(2740), - [sym_true] = ACTIONS(2740), - [sym_false] = ACTIONS(2740), - [sym_nil] = ACTIONS(2740), - [anon_sym_QMARK_DOT] = ACTIONS(2740), - [anon_sym_POUND_LBRACK] = ACTIONS(2740), - [anon_sym_if] = ACTIONS(2740), - [anon_sym_DOLLARif] = ACTIONS(2740), + [anon_sym_SEMI] = ACTIONS(2412), + [anon_sym_DOT] = ACTIONS(2412), + [anon_sym_as] = ACTIONS(2412), + [anon_sym_LBRACE] = ACTIONS(2412), + [anon_sym_COMMA] = ACTIONS(2412), + [anon_sym_RBRACE] = ACTIONS(2412), + [anon_sym_LPAREN] = ACTIONS(2412), + [anon_sym_PIPE] = ACTIONS(2412), + [anon_sym_fn] = ACTIONS(2412), + [anon_sym_PLUS] = ACTIONS(2412), + [anon_sym_DASH] = ACTIONS(2412), + [anon_sym_STAR] = ACTIONS(2412), + [anon_sym_SLASH] = ACTIONS(2412), + [anon_sym_PERCENT] = ACTIONS(2412), + [anon_sym_LT] = ACTIONS(2412), + [anon_sym_GT] = ACTIONS(2412), + [anon_sym_EQ_EQ] = ACTIONS(2412), + [anon_sym_BANG_EQ] = ACTIONS(2412), + [anon_sym_LT_EQ] = ACTIONS(2412), + [anon_sym_GT_EQ] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(2410), + [anon_sym_LT2] = ACTIONS(2412), + [anon_sym_struct] = ACTIONS(2412), + [anon_sym_mut] = ACTIONS(2412), + [anon_sym_PLUS_PLUS] = ACTIONS(2412), + [anon_sym_DASH_DASH] = ACTIONS(2412), + [anon_sym_QMARK] = ACTIONS(2412), + [anon_sym_BANG] = ACTIONS(2412), + [anon_sym_go] = ACTIONS(2412), + [anon_sym_spawn] = ACTIONS(2412), + [anon_sym_json_DOTdecode] = ACTIONS(2412), + [anon_sym_LBRACK2] = ACTIONS(2412), + [anon_sym_TILDE] = ACTIONS(2412), + [anon_sym_CARET] = ACTIONS(2412), + [anon_sym_AMP] = ACTIONS(2412), + [anon_sym_LT_DASH] = ACTIONS(2412), + [anon_sym_LT_LT] = ACTIONS(2412), + [anon_sym_GT_GT] = ACTIONS(2412), + [anon_sym_GT_GT_GT] = ACTIONS(2412), + [anon_sym_AMP_CARET] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2412), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_or] = ACTIONS(2412), + [sym_none] = ACTIONS(2412), + [sym_true] = ACTIONS(2412), + [sym_false] = ACTIONS(2412), + [sym_nil] = ACTIONS(2412), + [anon_sym_QMARK_DOT] = ACTIONS(2412), + [anon_sym_POUND_LBRACK] = ACTIONS(2412), + [anon_sym_if] = ACTIONS(2412), + [anon_sym_DOLLARif] = ACTIONS(2412), [anon_sym_DOLLARelse] = ACTIONS(3590), - [anon_sym_is] = ACTIONS(2740), - [anon_sym_BANGis] = ACTIONS(2740), - [anon_sym_in] = ACTIONS(2740), - [anon_sym_BANGin] = ACTIONS(2740), - [anon_sym_match] = ACTIONS(2740), - [anon_sym_select] = ACTIONS(2740), - [anon_sym_lock] = ACTIONS(2740), - [anon_sym_rlock] = ACTIONS(2740), - [anon_sym_unsafe] = ACTIONS(2740), - [anon_sym_sql] = ACTIONS(2740), - [sym_int_literal] = ACTIONS(2740), - [sym_float_literal] = ACTIONS(2740), - [sym_rune_literal] = ACTIONS(2740), - [anon_sym_AT] = ACTIONS(2740), - [anon_sym_shared] = ACTIONS(2740), - [anon_sym_map_LBRACK] = ACTIONS(2740), - [anon_sym_chan] = ACTIONS(2740), - [anon_sym_thread] = ACTIONS(2740), - [anon_sym_atomic] = ACTIONS(2740), - [sym___double_quote] = ACTIONS(2740), - [sym___single_quote] = ACTIONS(2740), - [sym___c_double_quote] = ACTIONS(2740), - [sym___c_single_quote] = ACTIONS(2740), - [sym___r_double_quote] = ACTIONS(2740), - [sym___r_single_quote] = ACTIONS(2740), + [anon_sym_is] = ACTIONS(2412), + [anon_sym_BANGis] = ACTIONS(2412), + [anon_sym_in] = ACTIONS(2412), + [anon_sym_BANGin] = ACTIONS(2412), + [anon_sym_match] = ACTIONS(2412), + [anon_sym_select] = ACTIONS(2412), + [anon_sym_lock] = ACTIONS(2412), + [anon_sym_rlock] = ACTIONS(2412), + [anon_sym_unsafe] = ACTIONS(2412), + [anon_sym_sql] = ACTIONS(2412), + [sym_int_literal] = ACTIONS(2412), + [sym_float_literal] = ACTIONS(2412), + [sym_rune_literal] = ACTIONS(2412), + [anon_sym_AT] = ACTIONS(2412), + [anon_sym_shared] = ACTIONS(2412), + [anon_sym_map_LBRACK] = ACTIONS(2412), + [anon_sym_chan] = ACTIONS(2412), + [anon_sym_thread] = ACTIONS(2412), + [anon_sym_atomic] = ACTIONS(2412), + [sym___double_quote] = ACTIONS(2412), + [sym___single_quote] = ACTIONS(2412), + [sym___c_double_quote] = ACTIONS(2412), + [sym___c_single_quote] = ACTIONS(2412), + [sym___r_double_quote] = ACTIONS(2412), + [sym___r_single_quote] = ACTIONS(2412), }, [1161] = { - [sym_identifier] = ACTIONS(2730), - [anon_sym_LF] = ACTIONS(2730), - [anon_sym_CR] = ACTIONS(2730), - [anon_sym_CR_LF] = ACTIONS(2730), + [sym_identifier] = ACTIONS(2418), + [anon_sym_LF] = ACTIONS(2418), + [anon_sym_CR] = ACTIONS(2418), + [anon_sym_CR_LF] = ACTIONS(2418), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2730), - [anon_sym_DOT] = ACTIONS(2730), - [anon_sym_as] = ACTIONS(2730), - [anon_sym_LBRACE] = ACTIONS(2730), - [anon_sym_COMMA] = ACTIONS(2730), - [anon_sym_RBRACE] = ACTIONS(2730), - [anon_sym_LPAREN] = ACTIONS(2730), - [anon_sym_PIPE] = ACTIONS(2730), - [anon_sym_fn] = ACTIONS(2730), - [anon_sym_PLUS] = ACTIONS(2730), - [anon_sym_DASH] = ACTIONS(2730), - [anon_sym_STAR] = ACTIONS(2730), - [anon_sym_SLASH] = ACTIONS(2730), - [anon_sym_PERCENT] = ACTIONS(2730), - [anon_sym_LT] = ACTIONS(2730), - [anon_sym_GT] = ACTIONS(2730), - [anon_sym_EQ_EQ] = ACTIONS(2730), - [anon_sym_BANG_EQ] = ACTIONS(2730), - [anon_sym_LT_EQ] = ACTIONS(2730), - [anon_sym_GT_EQ] = ACTIONS(2730), - [anon_sym_LBRACK] = ACTIONS(2728), - [anon_sym_struct] = ACTIONS(2730), - [anon_sym_mut] = ACTIONS(2730), - [anon_sym_PLUS_PLUS] = ACTIONS(2730), - [anon_sym_DASH_DASH] = ACTIONS(2730), - [anon_sym_QMARK] = ACTIONS(2730), - [anon_sym_BANG] = ACTIONS(2730), - [anon_sym_go] = ACTIONS(2730), - [anon_sym_spawn] = ACTIONS(2730), - [anon_sym_json_DOTdecode] = ACTIONS(2730), - [anon_sym_LBRACK2] = ACTIONS(2730), - [anon_sym_TILDE] = ACTIONS(2730), - [anon_sym_CARET] = ACTIONS(2730), - [anon_sym_AMP] = ACTIONS(2730), - [anon_sym_LT_DASH] = ACTIONS(2730), - [anon_sym_LT_LT] = ACTIONS(2730), - [anon_sym_GT_GT] = ACTIONS(2730), - [anon_sym_GT_GT_GT] = ACTIONS(2730), - [anon_sym_AMP_CARET] = ACTIONS(2730), - [anon_sym_AMP_AMP] = ACTIONS(2730), - [anon_sym_PIPE_PIPE] = ACTIONS(2730), - [anon_sym_or] = ACTIONS(2730), - [sym_none] = ACTIONS(2730), - [sym_true] = ACTIONS(2730), - [sym_false] = ACTIONS(2730), - [sym_nil] = ACTIONS(2730), - [anon_sym_QMARK_DOT] = ACTIONS(2730), - [anon_sym_POUND_LBRACK] = ACTIONS(2730), - [anon_sym_if] = ACTIONS(2730), - [anon_sym_DOLLARif] = ACTIONS(2730), - [anon_sym_DOLLARelse] = ACTIONS(2730), - [anon_sym_is] = ACTIONS(2730), - [anon_sym_BANGis] = ACTIONS(2730), - [anon_sym_in] = ACTIONS(2730), - [anon_sym_BANGin] = ACTIONS(2730), - [anon_sym_match] = ACTIONS(2730), - [anon_sym_select] = ACTIONS(2730), - [anon_sym_lock] = ACTIONS(2730), - [anon_sym_rlock] = ACTIONS(2730), - [anon_sym_unsafe] = ACTIONS(2730), - [anon_sym_sql] = ACTIONS(2730), - [sym_int_literal] = ACTIONS(2730), - [sym_float_literal] = ACTIONS(2730), - [sym_rune_literal] = ACTIONS(2730), - [anon_sym_AT] = ACTIONS(2730), - [anon_sym_shared] = ACTIONS(2730), - [anon_sym_map_LBRACK] = ACTIONS(2730), - [anon_sym_chan] = ACTIONS(2730), - [anon_sym_thread] = ACTIONS(2730), - [anon_sym_atomic] = ACTIONS(2730), - [sym___double_quote] = ACTIONS(2730), - [sym___single_quote] = ACTIONS(2730), - [sym___c_double_quote] = ACTIONS(2730), - [sym___c_single_quote] = ACTIONS(2730), - [sym___r_double_quote] = ACTIONS(2730), - [sym___r_single_quote] = ACTIONS(2730), + [anon_sym_SEMI] = ACTIONS(2418), + [anon_sym_DOT] = ACTIONS(2418), + [anon_sym_as] = ACTIONS(2418), + [anon_sym_LBRACE] = ACTIONS(2418), + [anon_sym_COMMA] = ACTIONS(2418), + [anon_sym_RBRACE] = ACTIONS(2418), + [anon_sym_LPAREN] = ACTIONS(2418), + [anon_sym_PIPE] = ACTIONS(2418), + [anon_sym_fn] = ACTIONS(2418), + [anon_sym_PLUS] = ACTIONS(2418), + [anon_sym_DASH] = ACTIONS(2418), + [anon_sym_STAR] = ACTIONS(2418), + [anon_sym_SLASH] = ACTIONS(2418), + [anon_sym_PERCENT] = ACTIONS(2418), + [anon_sym_LT] = ACTIONS(2418), + [anon_sym_GT] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2418), + [anon_sym_BANG_EQ] = ACTIONS(2418), + [anon_sym_LT_EQ] = ACTIONS(2418), + [anon_sym_GT_EQ] = ACTIONS(2418), + [anon_sym_LBRACK] = ACTIONS(2416), + [anon_sym_LT2] = ACTIONS(2418), + [anon_sym_struct] = ACTIONS(2418), + [anon_sym_mut] = ACTIONS(2418), + [anon_sym_PLUS_PLUS] = ACTIONS(2418), + [anon_sym_DASH_DASH] = ACTIONS(2418), + [anon_sym_QMARK] = ACTIONS(2418), + [anon_sym_BANG] = ACTIONS(2418), + [anon_sym_go] = ACTIONS(2418), + [anon_sym_spawn] = ACTIONS(2418), + [anon_sym_json_DOTdecode] = ACTIONS(2418), + [anon_sym_LBRACK2] = ACTIONS(2418), + [anon_sym_TILDE] = ACTIONS(2418), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_AMP] = ACTIONS(2418), + [anon_sym_LT_DASH] = ACTIONS(2418), + [anon_sym_LT_LT] = ACTIONS(2418), + [anon_sym_GT_GT] = ACTIONS(2418), + [anon_sym_GT_GT_GT] = ACTIONS(2418), + [anon_sym_AMP_CARET] = ACTIONS(2418), + [anon_sym_AMP_AMP] = ACTIONS(2418), + [anon_sym_PIPE_PIPE] = ACTIONS(2418), + [anon_sym_or] = ACTIONS(2418), + [sym_none] = ACTIONS(2418), + [sym_true] = ACTIONS(2418), + [sym_false] = ACTIONS(2418), + [sym_nil] = ACTIONS(2418), + [anon_sym_QMARK_DOT] = ACTIONS(2418), + [anon_sym_POUND_LBRACK] = ACTIONS(2418), + [anon_sym_if] = ACTIONS(2418), + [anon_sym_else] = ACTIONS(2418), + [anon_sym_DOLLARif] = ACTIONS(2418), + [anon_sym_is] = ACTIONS(2418), + [anon_sym_BANGis] = ACTIONS(2418), + [anon_sym_in] = ACTIONS(2418), + [anon_sym_BANGin] = ACTIONS(2418), + [anon_sym_match] = ACTIONS(2418), + [anon_sym_select] = ACTIONS(2418), + [anon_sym_lock] = ACTIONS(2418), + [anon_sym_rlock] = ACTIONS(2418), + [anon_sym_unsafe] = ACTIONS(2418), + [anon_sym_sql] = ACTIONS(2418), + [sym_int_literal] = ACTIONS(2418), + [sym_float_literal] = ACTIONS(2418), + [sym_rune_literal] = ACTIONS(2418), + [anon_sym_AT] = ACTIONS(2418), + [anon_sym_shared] = ACTIONS(2418), + [anon_sym_map_LBRACK] = ACTIONS(2418), + [anon_sym_chan] = ACTIONS(2418), + [anon_sym_thread] = ACTIONS(2418), + [anon_sym_atomic] = ACTIONS(2418), + [sym___double_quote] = ACTIONS(2418), + [sym___single_quote] = ACTIONS(2418), + [sym___c_double_quote] = ACTIONS(2418), + [sym___c_single_quote] = ACTIONS(2418), + [sym___r_double_quote] = ACTIONS(2418), + [sym___r_single_quote] = ACTIONS(2418), }, [1162] = { - [sym_identifier] = ACTIONS(2734), - [anon_sym_LF] = ACTIONS(2734), - [anon_sym_CR] = ACTIONS(2734), - [anon_sym_CR_LF] = ACTIONS(2734), + [sym_identifier] = ACTIONS(2456), + [anon_sym_LF] = ACTIONS(2456), + [anon_sym_CR] = ACTIONS(2456), + [anon_sym_CR_LF] = ACTIONS(2456), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2734), - [anon_sym_DOT] = ACTIONS(2734), - [anon_sym_as] = ACTIONS(2734), - [anon_sym_LBRACE] = ACTIONS(2734), - [anon_sym_COMMA] = ACTIONS(2734), - [anon_sym_RBRACE] = ACTIONS(2734), - [anon_sym_LPAREN] = ACTIONS(2734), - [anon_sym_PIPE] = ACTIONS(2734), - [anon_sym_fn] = ACTIONS(2734), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_STAR] = ACTIONS(2734), - [anon_sym_SLASH] = ACTIONS(2734), - [anon_sym_PERCENT] = ACTIONS(2734), - [anon_sym_LT] = ACTIONS(2734), - [anon_sym_GT] = ACTIONS(2734), - [anon_sym_EQ_EQ] = ACTIONS(2734), - [anon_sym_BANG_EQ] = ACTIONS(2734), - [anon_sym_LT_EQ] = ACTIONS(2734), - [anon_sym_GT_EQ] = ACTIONS(2734), - [anon_sym_LBRACK] = ACTIONS(2732), - [anon_sym_struct] = ACTIONS(2734), - [anon_sym_mut] = ACTIONS(2734), - [anon_sym_PLUS_PLUS] = ACTIONS(2734), - [anon_sym_DASH_DASH] = ACTIONS(2734), - [anon_sym_QMARK] = ACTIONS(2734), - [anon_sym_BANG] = ACTIONS(2734), - [anon_sym_go] = ACTIONS(2734), - [anon_sym_spawn] = ACTIONS(2734), - [anon_sym_json_DOTdecode] = ACTIONS(2734), - [anon_sym_LBRACK2] = ACTIONS(2734), - [anon_sym_TILDE] = ACTIONS(2734), - [anon_sym_CARET] = ACTIONS(2734), - [anon_sym_AMP] = ACTIONS(2734), - [anon_sym_LT_DASH] = ACTIONS(2734), - [anon_sym_LT_LT] = ACTIONS(2734), - [anon_sym_GT_GT] = ACTIONS(2734), - [anon_sym_GT_GT_GT] = ACTIONS(2734), - [anon_sym_AMP_CARET] = ACTIONS(2734), - [anon_sym_AMP_AMP] = ACTIONS(2734), - [anon_sym_PIPE_PIPE] = ACTIONS(2734), - [anon_sym_or] = ACTIONS(2734), - [sym_none] = ACTIONS(2734), - [sym_true] = ACTIONS(2734), - [sym_false] = ACTIONS(2734), - [sym_nil] = ACTIONS(2734), - [anon_sym_QMARK_DOT] = ACTIONS(2734), - [anon_sym_POUND_LBRACK] = ACTIONS(2734), - [anon_sym_if] = ACTIONS(2734), - [anon_sym_DOLLARif] = ACTIONS(2734), + [anon_sym_SEMI] = ACTIONS(2456), + [anon_sym_DOT] = ACTIONS(2456), + [anon_sym_as] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2456), + [anon_sym_COMMA] = ACTIONS(2456), + [anon_sym_RBRACE] = ACTIONS(2456), + [anon_sym_LPAREN] = ACTIONS(2456), + [anon_sym_PIPE] = ACTIONS(2456), + [anon_sym_fn] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2456), + [anon_sym_SLASH] = ACTIONS(2456), + [anon_sym_PERCENT] = ACTIONS(2456), + [anon_sym_LT] = ACTIONS(2456), + [anon_sym_GT] = ACTIONS(2456), + [anon_sym_EQ_EQ] = ACTIONS(2456), + [anon_sym_BANG_EQ] = ACTIONS(2456), + [anon_sym_LT_EQ] = ACTIONS(2456), + [anon_sym_GT_EQ] = ACTIONS(2456), + [anon_sym_LBRACK] = ACTIONS(2454), + [anon_sym_LT2] = ACTIONS(2456), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_mut] = ACTIONS(2456), + [anon_sym_PLUS_PLUS] = ACTIONS(2456), + [anon_sym_DASH_DASH] = ACTIONS(2456), + [anon_sym_QMARK] = ACTIONS(2456), + [anon_sym_BANG] = ACTIONS(2456), + [anon_sym_go] = ACTIONS(2456), + [anon_sym_spawn] = ACTIONS(2456), + [anon_sym_json_DOTdecode] = ACTIONS(2456), + [anon_sym_LBRACK2] = ACTIONS(2456), + [anon_sym_TILDE] = ACTIONS(2456), + [anon_sym_CARET] = ACTIONS(2456), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_LT_DASH] = ACTIONS(2456), + [anon_sym_LT_LT] = ACTIONS(2456), + [anon_sym_GT_GT] = ACTIONS(2456), + [anon_sym_GT_GT_GT] = ACTIONS(2456), + [anon_sym_AMP_CARET] = ACTIONS(2456), + [anon_sym_AMP_AMP] = ACTIONS(2456), + [anon_sym_PIPE_PIPE] = ACTIONS(2456), + [anon_sym_or] = ACTIONS(2456), + [sym_none] = ACTIONS(2456), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_nil] = ACTIONS(2456), + [anon_sym_QMARK_DOT] = ACTIONS(2456), + [anon_sym_POUND_LBRACK] = ACTIONS(2456), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_DOLLARif] = ACTIONS(2456), [anon_sym_DOLLARelse] = ACTIONS(3592), - [anon_sym_is] = ACTIONS(2734), - [anon_sym_BANGis] = ACTIONS(2734), - [anon_sym_in] = ACTIONS(2734), - [anon_sym_BANGin] = ACTIONS(2734), - [anon_sym_match] = ACTIONS(2734), - [anon_sym_select] = ACTIONS(2734), - [anon_sym_lock] = ACTIONS(2734), - [anon_sym_rlock] = ACTIONS(2734), - [anon_sym_unsafe] = ACTIONS(2734), - [anon_sym_sql] = ACTIONS(2734), - [sym_int_literal] = ACTIONS(2734), - [sym_float_literal] = ACTIONS(2734), - [sym_rune_literal] = ACTIONS(2734), - [anon_sym_AT] = ACTIONS(2734), - [anon_sym_shared] = ACTIONS(2734), - [anon_sym_map_LBRACK] = ACTIONS(2734), - [anon_sym_chan] = ACTIONS(2734), - [anon_sym_thread] = ACTIONS(2734), - [anon_sym_atomic] = ACTIONS(2734), - [sym___double_quote] = ACTIONS(2734), - [sym___single_quote] = ACTIONS(2734), - [sym___c_double_quote] = ACTIONS(2734), - [sym___c_single_quote] = ACTIONS(2734), - [sym___r_double_quote] = ACTIONS(2734), - [sym___r_single_quote] = ACTIONS(2734), + [anon_sym_is] = ACTIONS(2456), + [anon_sym_BANGis] = ACTIONS(2456), + [anon_sym_in] = ACTIONS(2456), + [anon_sym_BANGin] = ACTIONS(2456), + [anon_sym_match] = ACTIONS(2456), + [anon_sym_select] = ACTIONS(2456), + [anon_sym_lock] = ACTIONS(2456), + [anon_sym_rlock] = ACTIONS(2456), + [anon_sym_unsafe] = ACTIONS(2456), + [anon_sym_sql] = ACTIONS(2456), + [sym_int_literal] = ACTIONS(2456), + [sym_float_literal] = ACTIONS(2456), + [sym_rune_literal] = ACTIONS(2456), + [anon_sym_AT] = ACTIONS(2456), + [anon_sym_shared] = ACTIONS(2456), + [anon_sym_map_LBRACK] = ACTIONS(2456), + [anon_sym_chan] = ACTIONS(2456), + [anon_sym_thread] = ACTIONS(2456), + [anon_sym_atomic] = ACTIONS(2456), + [sym___double_quote] = ACTIONS(2456), + [sym___single_quote] = ACTIONS(2456), + [sym___c_double_quote] = ACTIONS(2456), + [sym___c_single_quote] = ACTIONS(2456), + [sym___r_double_quote] = ACTIONS(2456), + [sym___r_single_quote] = ACTIONS(2456), }, [1163] = { - [sym_identifier] = ACTIONS(2700), - [anon_sym_LF] = ACTIONS(2700), - [anon_sym_CR] = ACTIONS(2700), - [anon_sym_CR_LF] = ACTIONS(2700), + [sym_type_parameters] = STATE(1219), + [sym_identifier] = ACTIONS(2628), + [anon_sym_LF] = ACTIONS(2628), + [anon_sym_CR] = ACTIONS(2628), + [anon_sym_CR_LF] = ACTIONS(2628), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2700), - [anon_sym_DOT] = ACTIONS(2700), - [anon_sym_as] = ACTIONS(2700), - [anon_sym_LBRACE] = ACTIONS(2700), - [anon_sym_COMMA] = ACTIONS(2700), - [anon_sym_RBRACE] = ACTIONS(2700), - [anon_sym_LPAREN] = ACTIONS(2700), - [anon_sym_PIPE] = ACTIONS(2700), - [anon_sym_fn] = ACTIONS(2700), - [anon_sym_PLUS] = ACTIONS(2700), - [anon_sym_DASH] = ACTIONS(2700), - [anon_sym_STAR] = ACTIONS(2700), - [anon_sym_SLASH] = ACTIONS(2700), - [anon_sym_PERCENT] = ACTIONS(2700), - [anon_sym_LT] = ACTIONS(2700), - [anon_sym_GT] = ACTIONS(2700), - [anon_sym_EQ_EQ] = ACTIONS(2700), - [anon_sym_BANG_EQ] = ACTIONS(2700), - [anon_sym_LT_EQ] = ACTIONS(2700), - [anon_sym_GT_EQ] = ACTIONS(2700), - [anon_sym_LBRACK] = ACTIONS(2698), - [anon_sym_struct] = ACTIONS(2700), - [anon_sym_mut] = ACTIONS(2700), - [anon_sym_PLUS_PLUS] = ACTIONS(2700), - [anon_sym_DASH_DASH] = ACTIONS(2700), - [anon_sym_QMARK] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_go] = ACTIONS(2700), - [anon_sym_spawn] = ACTIONS(2700), - [anon_sym_json_DOTdecode] = ACTIONS(2700), - [anon_sym_LBRACK2] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2700), - [anon_sym_CARET] = ACTIONS(2700), - [anon_sym_AMP] = ACTIONS(2700), - [anon_sym_LT_DASH] = ACTIONS(2700), - [anon_sym_LT_LT] = ACTIONS(2700), - [anon_sym_GT_GT] = ACTIONS(2700), - [anon_sym_GT_GT_GT] = ACTIONS(2700), - [anon_sym_AMP_CARET] = ACTIONS(2700), - [anon_sym_AMP_AMP] = ACTIONS(2700), - [anon_sym_PIPE_PIPE] = ACTIONS(2700), - [anon_sym_or] = ACTIONS(2700), - [sym_none] = ACTIONS(2700), - [sym_true] = ACTIONS(2700), - [sym_false] = ACTIONS(2700), - [sym_nil] = ACTIONS(2700), - [anon_sym_QMARK_DOT] = ACTIONS(2700), - [anon_sym_POUND_LBRACK] = ACTIONS(2700), - [anon_sym_if] = ACTIONS(2700), - [anon_sym_DOLLARif] = ACTIONS(2700), - [anon_sym_DOLLARelse] = ACTIONS(2700), - [anon_sym_is] = ACTIONS(2700), - [anon_sym_BANGis] = ACTIONS(2700), - [anon_sym_in] = ACTIONS(2700), - [anon_sym_BANGin] = ACTIONS(2700), - [anon_sym_match] = ACTIONS(2700), - [anon_sym_select] = ACTIONS(2700), - [anon_sym_lock] = ACTIONS(2700), - [anon_sym_rlock] = ACTIONS(2700), - [anon_sym_unsafe] = ACTIONS(2700), - [anon_sym_sql] = ACTIONS(2700), - [sym_int_literal] = ACTIONS(2700), - [sym_float_literal] = ACTIONS(2700), - [sym_rune_literal] = ACTIONS(2700), - [anon_sym_AT] = ACTIONS(2700), - [anon_sym_shared] = ACTIONS(2700), - [anon_sym_map_LBRACK] = ACTIONS(2700), - [anon_sym_chan] = ACTIONS(2700), - [anon_sym_thread] = ACTIONS(2700), - [anon_sym_atomic] = ACTIONS(2700), - [sym___double_quote] = ACTIONS(2700), - [sym___single_quote] = ACTIONS(2700), - [sym___c_double_quote] = ACTIONS(2700), - [sym___c_single_quote] = ACTIONS(2700), - [sym___r_double_quote] = ACTIONS(2700), - [sym___r_single_quote] = ACTIONS(2700), + [anon_sym_SEMI] = ACTIONS(2628), + [anon_sym_DOT] = ACTIONS(2628), + [anon_sym_as] = ACTIONS(2628), + [anon_sym_LBRACE] = ACTIONS(2628), + [anon_sym_COMMA] = ACTIONS(2628), + [anon_sym_RBRACE] = ACTIONS(2628), + [anon_sym_LPAREN] = ACTIONS(2628), + [anon_sym_PIPE] = ACTIONS(2628), + [anon_sym_fn] = ACTIONS(2628), + [anon_sym_PLUS] = ACTIONS(2628), + [anon_sym_DASH] = ACTIONS(2628), + [anon_sym_STAR] = ACTIONS(2628), + [anon_sym_SLASH] = ACTIONS(2628), + [anon_sym_PERCENT] = ACTIONS(2628), + [anon_sym_LT] = ACTIONS(2628), + [anon_sym_GT] = ACTIONS(2628), + [anon_sym_EQ_EQ] = ACTIONS(2628), + [anon_sym_BANG_EQ] = ACTIONS(2628), + [anon_sym_LT_EQ] = ACTIONS(2628), + [anon_sym_GT_EQ] = ACTIONS(2628), + [anon_sym_LBRACK] = ACTIONS(2626), + [anon_sym_LT2] = ACTIONS(2628), + [anon_sym_struct] = ACTIONS(2628), + [anon_sym_mut] = ACTIONS(2628), + [anon_sym_PLUS_PLUS] = ACTIONS(2628), + [anon_sym_DASH_DASH] = ACTIONS(2628), + [anon_sym_QMARK] = ACTIONS(2628), + [anon_sym_BANG] = ACTIONS(2628), + [anon_sym_go] = ACTIONS(2628), + [anon_sym_spawn] = ACTIONS(2628), + [anon_sym_json_DOTdecode] = ACTIONS(2628), + [anon_sym_LBRACK2] = ACTIONS(2628), + [anon_sym_TILDE] = ACTIONS(2628), + [anon_sym_CARET] = ACTIONS(2628), + [anon_sym_AMP] = ACTIONS(2628), + [anon_sym_LT_DASH] = ACTIONS(2628), + [anon_sym_LT_LT] = ACTIONS(2628), + [anon_sym_GT_GT] = ACTIONS(2628), + [anon_sym_GT_GT_GT] = ACTIONS(2628), + [anon_sym_AMP_CARET] = ACTIONS(2628), + [anon_sym_AMP_AMP] = ACTIONS(2628), + [anon_sym_PIPE_PIPE] = ACTIONS(2628), + [anon_sym_or] = ACTIONS(2628), + [sym_none] = ACTIONS(2628), + [sym_true] = ACTIONS(2628), + [sym_false] = ACTIONS(2628), + [sym_nil] = ACTIONS(2628), + [anon_sym_QMARK_DOT] = ACTIONS(2628), + [anon_sym_POUND_LBRACK] = ACTIONS(2628), + [anon_sym_if] = ACTIONS(2628), + [anon_sym_DOLLARif] = ACTIONS(2628), + [anon_sym_is] = ACTIONS(2628), + [anon_sym_BANGis] = ACTIONS(2628), + [anon_sym_in] = ACTIONS(2628), + [anon_sym_BANGin] = ACTIONS(2628), + [anon_sym_match] = ACTIONS(2628), + [anon_sym_select] = ACTIONS(2628), + [anon_sym_lock] = ACTIONS(2628), + [anon_sym_rlock] = ACTIONS(2628), + [anon_sym_unsafe] = ACTIONS(2628), + [anon_sym_sql] = ACTIONS(2628), + [sym_int_literal] = ACTIONS(2628), + [sym_float_literal] = ACTIONS(2628), + [sym_rune_literal] = ACTIONS(2628), + [anon_sym_AT] = ACTIONS(2628), + [anon_sym_shared] = ACTIONS(2628), + [anon_sym_map_LBRACK] = ACTIONS(2628), + [anon_sym_chan] = ACTIONS(2628), + [anon_sym_thread] = ACTIONS(2628), + [anon_sym_atomic] = ACTIONS(2628), + [sym___double_quote] = ACTIONS(2628), + [sym___single_quote] = ACTIONS(2628), + [sym___c_double_quote] = ACTIONS(2628), + [sym___c_single_quote] = ACTIONS(2628), + [sym___r_double_quote] = ACTIONS(2628), + [sym___r_single_quote] = ACTIONS(2628), }, [1164] = { - [sym_type_parameters] = STATE(1199), - [sym_identifier] = ACTIONS(2704), - [anon_sym_LF] = ACTIONS(2704), - [anon_sym_CR] = ACTIONS(2704), - [anon_sym_CR_LF] = ACTIONS(2704), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_DOT] = ACTIONS(2704), - [anon_sym_as] = ACTIONS(2704), - [anon_sym_LBRACE] = ACTIONS(2704), - [anon_sym_COMMA] = ACTIONS(2704), - [anon_sym_RBRACE] = ACTIONS(2704), - [anon_sym_LPAREN] = ACTIONS(2704), - [anon_sym_PIPE] = ACTIONS(2704), - [anon_sym_fn] = ACTIONS(2704), - [anon_sym_PLUS] = ACTIONS(2704), - [anon_sym_DASH] = ACTIONS(2704), - [anon_sym_STAR] = ACTIONS(2704), - [anon_sym_SLASH] = ACTIONS(2704), - [anon_sym_PERCENT] = ACTIONS(2704), - [anon_sym_LT] = ACTIONS(2704), - [anon_sym_GT] = ACTIONS(2704), - [anon_sym_EQ_EQ] = ACTIONS(2704), - [anon_sym_BANG_EQ] = ACTIONS(2704), - [anon_sym_LT_EQ] = ACTIONS(2704), - [anon_sym_GT_EQ] = ACTIONS(2704), - [anon_sym_LBRACK] = ACTIONS(2702), - [anon_sym_struct] = ACTIONS(2704), - [anon_sym_mut] = ACTIONS(2704), - [anon_sym_PLUS_PLUS] = ACTIONS(2704), - [anon_sym_DASH_DASH] = ACTIONS(2704), - [anon_sym_QMARK] = ACTIONS(2704), - [anon_sym_BANG] = ACTIONS(2704), - [anon_sym_go] = ACTIONS(2704), - [anon_sym_spawn] = ACTIONS(2704), - [anon_sym_json_DOTdecode] = ACTIONS(2704), - [anon_sym_LBRACK2] = ACTIONS(2704), - [anon_sym_TILDE] = ACTIONS(2704), - [anon_sym_CARET] = ACTIONS(2704), - [anon_sym_AMP] = ACTIONS(2704), - [anon_sym_LT_DASH] = ACTIONS(2704), - [anon_sym_LT_LT] = ACTIONS(2704), - [anon_sym_GT_GT] = ACTIONS(2704), - [anon_sym_GT_GT_GT] = ACTIONS(2704), - [anon_sym_AMP_CARET] = ACTIONS(2704), - [anon_sym_AMP_AMP] = ACTIONS(2704), - [anon_sym_PIPE_PIPE] = ACTIONS(2704), - [anon_sym_or] = ACTIONS(2704), - [sym_none] = ACTIONS(2704), - [sym_true] = ACTIONS(2704), - [sym_false] = ACTIONS(2704), - [sym_nil] = ACTIONS(2704), - [anon_sym_QMARK_DOT] = ACTIONS(2704), - [anon_sym_POUND_LBRACK] = ACTIONS(2704), - [anon_sym_if] = ACTIONS(2704), - [anon_sym_DOLLARif] = ACTIONS(2704), - [anon_sym_is] = ACTIONS(2704), - [anon_sym_BANGis] = ACTIONS(2704), - [anon_sym_in] = ACTIONS(2704), - [anon_sym_BANGin] = ACTIONS(2704), - [anon_sym_match] = ACTIONS(2704), - [anon_sym_select] = ACTIONS(2704), - [anon_sym_lock] = ACTIONS(2704), - [anon_sym_rlock] = ACTIONS(2704), - [anon_sym_unsafe] = ACTIONS(2704), - [anon_sym_sql] = ACTIONS(2704), - [sym_int_literal] = ACTIONS(2704), - [sym_float_literal] = ACTIONS(2704), - [sym_rune_literal] = ACTIONS(2704), - [anon_sym_AT] = ACTIONS(2704), - [anon_sym_shared] = ACTIONS(2704), - [anon_sym_map_LBRACK] = ACTIONS(2704), - [anon_sym_chan] = ACTIONS(2704), - [anon_sym_thread] = ACTIONS(2704), - [anon_sym_atomic] = ACTIONS(2704), - [sym___double_quote] = ACTIONS(2704), - [sym___single_quote] = ACTIONS(2704), - [sym___c_double_quote] = ACTIONS(2704), - [sym___c_single_quote] = ACTIONS(2704), - [sym___r_double_quote] = ACTIONS(2704), - [sym___r_single_quote] = ACTIONS(2704), + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3701), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(585), + [sym_comment] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(583), + [anon_sym_DOT] = ACTIONS(583), + [anon_sym_as] = ACTIONS(587), + [anon_sym_COMMA] = ACTIONS(583), + [anon_sym_LPAREN] = ACTIONS(3379), + [anon_sym_EQ] = ACTIONS(587), + [anon_sym_PIPE] = ACTIONS(587), + [anon_sym_fn] = ACTIONS(591), + [anon_sym_PLUS] = ACTIONS(587), + [anon_sym_DASH] = ACTIONS(587), + [anon_sym_STAR] = ACTIONS(593), + [anon_sym_SLASH] = ACTIONS(587), + [anon_sym_PERCENT] = ACTIONS(587), + [anon_sym_LT] = ACTIONS(587), + [anon_sym_GT] = ACTIONS(587), + [anon_sym_EQ_EQ] = ACTIONS(583), + [anon_sym_BANG_EQ] = ACTIONS(583), + [anon_sym_LT_EQ] = ACTIONS(583), + [anon_sym_GT_EQ] = ACTIONS(583), + [anon_sym_LBRACK] = ACTIONS(583), + [anon_sym_LT2] = ACTIONS(587), + [anon_sym_struct] = ACTIONS(595), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_QMARK] = ACTIONS(503), + [anon_sym_BANG] = ACTIONS(3594), + [anon_sym_LBRACK2] = ACTIONS(599), + [anon_sym_CARET] = ACTIONS(587), + [anon_sym_AMP] = ACTIONS(601), + [anon_sym_LT_LT] = ACTIONS(587), + [anon_sym_GT_GT] = ACTIONS(587), + [anon_sym_GT_GT_GT] = ACTIONS(587), + [anon_sym_AMP_CARET] = ACTIONS(587), + [anon_sym_AMP_AMP] = ACTIONS(583), + [anon_sym_PIPE_PIPE] = ACTIONS(583), + [anon_sym_or] = ACTIONS(587), + [anon_sym_QMARK_DOT] = ACTIONS(583), + [anon_sym_POUND_LBRACK] = ACTIONS(583), + [anon_sym_is] = ACTIONS(587), + [anon_sym_BANGis] = ACTIONS(583), + [anon_sym_in] = ACTIONS(587), + [anon_sym_BANGin] = ACTIONS(583), + [anon_sym_STAR_EQ] = ACTIONS(583), + [anon_sym_SLASH_EQ] = ACTIONS(583), + [anon_sym_PERCENT_EQ] = ACTIONS(583), + [anon_sym_LT_LT_EQ] = ACTIONS(583), + [anon_sym_GT_GT_EQ] = ACTIONS(583), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(583), + [anon_sym_AMP_EQ] = ACTIONS(583), + [anon_sym_AMP_CARET_EQ] = ACTIONS(583), + [anon_sym_PLUS_EQ] = ACTIONS(583), + [anon_sym_DASH_EQ] = ACTIONS(583), + [anon_sym_PIPE_EQ] = ACTIONS(583), + [anon_sym_CARET_EQ] = ACTIONS(583), + [anon_sym_COLON_EQ] = ACTIONS(583), + [anon_sym_shared] = ACTIONS(603), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), }, [1165] = { + [sym_identifier] = ACTIONS(2947), + [anon_sym_LF] = ACTIONS(2947), + [anon_sym_CR] = ACTIONS(2947), + [anon_sym_CR_LF] = ACTIONS(2947), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(2947), + [anon_sym_DOT] = ACTIONS(2947), + [anon_sym_as] = ACTIONS(2947), + [anon_sym_LBRACE] = ACTIONS(2947), + [anon_sym_COMMA] = ACTIONS(2947), + [anon_sym_RBRACE] = ACTIONS(2947), + [anon_sym_LPAREN] = ACTIONS(2947), + [anon_sym_PIPE] = ACTIONS(2947), + [anon_sym_fn] = ACTIONS(2947), + [anon_sym_PLUS] = ACTIONS(2947), + [anon_sym_DASH] = ACTIONS(2947), + [anon_sym_STAR] = ACTIONS(2947), + [anon_sym_SLASH] = ACTIONS(2947), + [anon_sym_PERCENT] = ACTIONS(2947), + [anon_sym_LT] = ACTIONS(2947), + [anon_sym_GT] = ACTIONS(2947), + [anon_sym_EQ_EQ] = ACTIONS(2947), + [anon_sym_BANG_EQ] = ACTIONS(2947), + [anon_sym_LT_EQ] = ACTIONS(2947), + [anon_sym_GT_EQ] = ACTIONS(2947), + [anon_sym_LBRACK] = ACTIONS(2945), + [anon_sym_LT2] = ACTIONS(2947), + [anon_sym_struct] = ACTIONS(2947), + [anon_sym_mut] = ACTIONS(2947), + [anon_sym_PLUS_PLUS] = ACTIONS(2947), + [anon_sym_DASH_DASH] = ACTIONS(2947), + [anon_sym_QMARK] = ACTIONS(2947), + [anon_sym_BANG] = ACTIONS(2947), + [anon_sym_go] = ACTIONS(2947), + [anon_sym_spawn] = ACTIONS(2947), + [anon_sym_json_DOTdecode] = ACTIONS(2947), + [anon_sym_LBRACK2] = ACTIONS(2947), + [anon_sym_TILDE] = ACTIONS(2947), + [anon_sym_CARET] = ACTIONS(2947), + [anon_sym_AMP] = ACTIONS(2947), + [anon_sym_LT_DASH] = ACTIONS(2947), + [anon_sym_LT_LT] = ACTIONS(2947), + [anon_sym_GT_GT] = ACTIONS(2947), + [anon_sym_GT_GT_GT] = ACTIONS(2947), + [anon_sym_AMP_CARET] = ACTIONS(2947), + [anon_sym_AMP_AMP] = ACTIONS(2947), + [anon_sym_PIPE_PIPE] = ACTIONS(2947), + [anon_sym_or] = ACTIONS(2947), + [sym_none] = ACTIONS(2947), + [sym_true] = ACTIONS(2947), + [sym_false] = ACTIONS(2947), + [sym_nil] = ACTIONS(2947), + [anon_sym_QMARK_DOT] = ACTIONS(2947), + [anon_sym_POUND_LBRACK] = ACTIONS(2947), + [anon_sym_if] = ACTIONS(2947), + [anon_sym_DOLLARif] = ACTIONS(2947), + [anon_sym_is] = ACTIONS(2947), + [anon_sym_BANGis] = ACTIONS(2947), + [anon_sym_in] = ACTIONS(2947), + [anon_sym_BANGin] = ACTIONS(2947), + [anon_sym_match] = ACTIONS(2947), + [anon_sym_select] = ACTIONS(2947), + [anon_sym_lock] = ACTIONS(2947), + [anon_sym_rlock] = ACTIONS(2947), + [anon_sym_unsafe] = ACTIONS(2947), + [anon_sym_sql] = ACTIONS(2947), + [sym_int_literal] = ACTIONS(2947), + [sym_float_literal] = ACTIONS(2947), + [sym_rune_literal] = ACTIONS(2947), + [anon_sym_AT] = ACTIONS(2947), + [anon_sym_shared] = ACTIONS(2947), + [anon_sym_map_LBRACK] = ACTIONS(2947), + [anon_sym_chan] = ACTIONS(2947), + [anon_sym_thread] = ACTIONS(2947), + [anon_sym_atomic] = ACTIONS(2947), + [sym___double_quote] = ACTIONS(2947), + [sym___single_quote] = ACTIONS(2947), + [sym___c_double_quote] = ACTIONS(2947), + [sym___c_single_quote] = ACTIONS(2947), + [sym___r_double_quote] = ACTIONS(2947), + [sym___r_single_quote] = ACTIONS(2947), + }, + [1166] = { [sym_identifier] = ACTIONS(2915), [anon_sym_LF] = ACTIONS(2915), [anon_sym_CR] = ACTIONS(2915), @@ -156114,6 +156714,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(2915), [anon_sym_GT_EQ] = ACTIONS(2915), [anon_sym_LBRACK] = ACTIONS(2913), + [anon_sym_LT2] = ACTIONS(2915), [anon_sym_struct] = ACTIONS(2915), [anon_sym_mut] = ACTIONS(2915), [anon_sym_PLUS_PLUS] = ACTIONS(2915), @@ -156169,663 +156770,422 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(2915), [sym___r_single_quote] = ACTIONS(2915), }, - [1166] = { - [sym_identifier] = ACTIONS(3005), - [anon_sym_LF] = ACTIONS(3005), - [anon_sym_CR] = ACTIONS(3005), - [anon_sym_CR_LF] = ACTIONS(3005), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3005), - [anon_sym_DOT] = ACTIONS(3005), - [anon_sym_as] = ACTIONS(3005), - [anon_sym_LBRACE] = ACTIONS(3005), - [anon_sym_COMMA] = ACTIONS(3005), - [anon_sym_RBRACE] = ACTIONS(3005), - [anon_sym_LPAREN] = ACTIONS(3005), - [anon_sym_PIPE] = ACTIONS(3005), - [anon_sym_fn] = ACTIONS(3005), - [anon_sym_PLUS] = ACTIONS(3005), - [anon_sym_DASH] = ACTIONS(3005), - [anon_sym_STAR] = ACTIONS(3005), - [anon_sym_SLASH] = ACTIONS(3005), - [anon_sym_PERCENT] = ACTIONS(3005), - [anon_sym_LT] = ACTIONS(3005), - [anon_sym_GT] = ACTIONS(3005), - [anon_sym_EQ_EQ] = ACTIONS(3005), - [anon_sym_BANG_EQ] = ACTIONS(3005), - [anon_sym_LT_EQ] = ACTIONS(3005), - [anon_sym_GT_EQ] = ACTIONS(3005), - [anon_sym_LBRACK] = ACTIONS(3003), - [anon_sym_struct] = ACTIONS(3005), - [anon_sym_mut] = ACTIONS(3005), - [anon_sym_PLUS_PLUS] = ACTIONS(3005), - [anon_sym_DASH_DASH] = ACTIONS(3005), - [anon_sym_QMARK] = ACTIONS(3005), - [anon_sym_BANG] = ACTIONS(3005), - [anon_sym_go] = ACTIONS(3005), - [anon_sym_spawn] = ACTIONS(3005), - [anon_sym_json_DOTdecode] = ACTIONS(3005), - [anon_sym_LBRACK2] = ACTIONS(3005), - [anon_sym_TILDE] = ACTIONS(3005), - [anon_sym_CARET] = ACTIONS(3005), - [anon_sym_AMP] = ACTIONS(3005), - [anon_sym_LT_DASH] = ACTIONS(3005), - [anon_sym_LT_LT] = ACTIONS(3005), - [anon_sym_GT_GT] = ACTIONS(3005), - [anon_sym_GT_GT_GT] = ACTIONS(3005), - [anon_sym_AMP_CARET] = ACTIONS(3005), - [anon_sym_AMP_AMP] = ACTIONS(3005), - [anon_sym_PIPE_PIPE] = ACTIONS(3005), - [anon_sym_or] = ACTIONS(3005), - [sym_none] = ACTIONS(3005), - [sym_true] = ACTIONS(3005), - [sym_false] = ACTIONS(3005), - [sym_nil] = ACTIONS(3005), - [anon_sym_QMARK_DOT] = ACTIONS(3005), - [anon_sym_POUND_LBRACK] = ACTIONS(3005), - [anon_sym_if] = ACTIONS(3005), - [anon_sym_DOLLARif] = ACTIONS(3005), - [anon_sym_is] = ACTIONS(3005), - [anon_sym_BANGis] = ACTIONS(3005), - [anon_sym_in] = ACTIONS(3005), - [anon_sym_BANGin] = ACTIONS(3005), - [anon_sym_match] = ACTIONS(3005), - [anon_sym_select] = ACTIONS(3005), - [anon_sym_lock] = ACTIONS(3005), - [anon_sym_rlock] = ACTIONS(3005), - [anon_sym_unsafe] = ACTIONS(3005), - [anon_sym_sql] = ACTIONS(3005), - [sym_int_literal] = ACTIONS(3005), - [sym_float_literal] = ACTIONS(3005), - [sym_rune_literal] = ACTIONS(3005), - [anon_sym_AT] = ACTIONS(3005), - [anon_sym_shared] = ACTIONS(3005), - [anon_sym_map_LBRACK] = ACTIONS(3005), - [anon_sym_chan] = ACTIONS(3005), - [anon_sym_thread] = ACTIONS(3005), - [anon_sym_atomic] = ACTIONS(3005), - [sym___double_quote] = ACTIONS(3005), - [sym___single_quote] = ACTIONS(3005), - [sym___c_double_quote] = ACTIONS(3005), - [sym___c_single_quote] = ACTIONS(3005), - [sym___r_double_quote] = ACTIONS(3005), - [sym___r_single_quote] = ACTIONS(3005), - }, [1167] = { - [sym_identifier] = ACTIONS(2772), - [anon_sym_LF] = ACTIONS(2772), - [anon_sym_CR] = ACTIONS(2772), - [anon_sym_CR_LF] = ACTIONS(2772), + [sym_identifier] = ACTIONS(2867), + [anon_sym_LF] = ACTIONS(2867), + [anon_sym_CR] = ACTIONS(2867), + [anon_sym_CR_LF] = ACTIONS(2867), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2772), - [anon_sym_DOT] = ACTIONS(2772), - [anon_sym_as] = ACTIONS(2772), - [anon_sym_LBRACE] = ACTIONS(2772), - [anon_sym_COMMA] = ACTIONS(2772), - [anon_sym_RBRACE] = ACTIONS(2772), - [anon_sym_LPAREN] = ACTIONS(2772), - [anon_sym_PIPE] = ACTIONS(2772), - [anon_sym_fn] = ACTIONS(2772), - [anon_sym_PLUS] = ACTIONS(2772), - [anon_sym_DASH] = ACTIONS(2772), - [anon_sym_STAR] = ACTIONS(2772), - [anon_sym_SLASH] = ACTIONS(2772), - [anon_sym_PERCENT] = ACTIONS(2772), - [anon_sym_LT] = ACTIONS(2772), - [anon_sym_GT] = ACTIONS(2772), - [anon_sym_EQ_EQ] = ACTIONS(2772), - [anon_sym_BANG_EQ] = ACTIONS(2772), - [anon_sym_LT_EQ] = ACTIONS(2772), - [anon_sym_GT_EQ] = ACTIONS(2772), - [anon_sym_LBRACK] = ACTIONS(2770), - [anon_sym_struct] = ACTIONS(2772), - [anon_sym_mut] = ACTIONS(2772), - [anon_sym_PLUS_PLUS] = ACTIONS(2772), - [anon_sym_DASH_DASH] = ACTIONS(2772), - [anon_sym_QMARK] = ACTIONS(2772), - [anon_sym_BANG] = ACTIONS(2772), - [anon_sym_go] = ACTIONS(2772), - [anon_sym_spawn] = ACTIONS(2772), - [anon_sym_json_DOTdecode] = ACTIONS(2772), - [anon_sym_LBRACK2] = ACTIONS(2772), - [anon_sym_TILDE] = ACTIONS(2772), - [anon_sym_CARET] = ACTIONS(2772), - [anon_sym_AMP] = ACTIONS(2772), - [anon_sym_LT_DASH] = ACTIONS(2772), - [anon_sym_LT_LT] = ACTIONS(2772), - [anon_sym_GT_GT] = ACTIONS(2772), - [anon_sym_GT_GT_GT] = ACTIONS(2772), - [anon_sym_AMP_CARET] = ACTIONS(2772), - [anon_sym_AMP_AMP] = ACTIONS(2772), - [anon_sym_PIPE_PIPE] = ACTIONS(2772), - [anon_sym_or] = ACTIONS(2772), - [sym_none] = ACTIONS(2772), - [sym_true] = ACTIONS(2772), - [sym_false] = ACTIONS(2772), - [sym_nil] = ACTIONS(2772), - [anon_sym_QMARK_DOT] = ACTIONS(2772), - [anon_sym_POUND_LBRACK] = ACTIONS(2772), - [anon_sym_if] = ACTIONS(2772), - [anon_sym_DOLLARif] = ACTIONS(2772), - [anon_sym_is] = ACTIONS(2772), - [anon_sym_BANGis] = ACTIONS(2772), - [anon_sym_in] = ACTIONS(2772), - [anon_sym_BANGin] = ACTIONS(2772), - [anon_sym_match] = ACTIONS(2772), - [anon_sym_select] = ACTIONS(2772), - [anon_sym_lock] = ACTIONS(2772), - [anon_sym_rlock] = ACTIONS(2772), - [anon_sym_unsafe] = ACTIONS(2772), - [anon_sym_sql] = ACTIONS(2772), - [sym_int_literal] = ACTIONS(2772), - [sym_float_literal] = ACTIONS(2772), - [sym_rune_literal] = ACTIONS(2772), - [anon_sym_AT] = ACTIONS(2772), - [anon_sym_shared] = ACTIONS(2772), - [anon_sym_map_LBRACK] = ACTIONS(2772), - [anon_sym_chan] = ACTIONS(2772), - [anon_sym_thread] = ACTIONS(2772), - [anon_sym_atomic] = ACTIONS(2772), - [sym___double_quote] = ACTIONS(2772), - [sym___single_quote] = ACTIONS(2772), - [sym___c_double_quote] = ACTIONS(2772), - [sym___c_single_quote] = ACTIONS(2772), - [sym___r_double_quote] = ACTIONS(2772), - [sym___r_single_quote] = ACTIONS(2772), + [anon_sym_SEMI] = ACTIONS(2867), + [anon_sym_DOT] = ACTIONS(2867), + [anon_sym_as] = ACTIONS(2867), + [anon_sym_LBRACE] = ACTIONS(2867), + [anon_sym_COMMA] = ACTIONS(2867), + [anon_sym_RBRACE] = ACTIONS(2867), + [anon_sym_LPAREN] = ACTIONS(2867), + [anon_sym_PIPE] = ACTIONS(2867), + [anon_sym_fn] = ACTIONS(2867), + [anon_sym_PLUS] = ACTIONS(2867), + [anon_sym_DASH] = ACTIONS(2867), + [anon_sym_STAR] = ACTIONS(2867), + [anon_sym_SLASH] = ACTIONS(2867), + [anon_sym_PERCENT] = ACTIONS(2867), + [anon_sym_LT] = ACTIONS(2867), + [anon_sym_GT] = ACTIONS(2867), + [anon_sym_EQ_EQ] = ACTIONS(2867), + [anon_sym_BANG_EQ] = ACTIONS(2867), + [anon_sym_LT_EQ] = ACTIONS(2867), + [anon_sym_GT_EQ] = ACTIONS(2867), + [anon_sym_LBRACK] = ACTIONS(2865), + [anon_sym_LT2] = ACTIONS(2867), + [anon_sym_struct] = ACTIONS(2867), + [anon_sym_mut] = ACTIONS(2867), + [anon_sym_PLUS_PLUS] = ACTIONS(2867), + [anon_sym_DASH_DASH] = ACTIONS(2867), + [anon_sym_QMARK] = ACTIONS(2867), + [anon_sym_BANG] = ACTIONS(2867), + [anon_sym_go] = ACTIONS(2867), + [anon_sym_spawn] = ACTIONS(2867), + [anon_sym_json_DOTdecode] = ACTIONS(2867), + [anon_sym_LBRACK2] = ACTIONS(2867), + [anon_sym_TILDE] = ACTIONS(2867), + [anon_sym_CARET] = ACTIONS(2867), + [anon_sym_AMP] = ACTIONS(2867), + [anon_sym_LT_DASH] = ACTIONS(2867), + [anon_sym_LT_LT] = ACTIONS(2867), + [anon_sym_GT_GT] = ACTIONS(2867), + [anon_sym_GT_GT_GT] = ACTIONS(2867), + [anon_sym_AMP_CARET] = ACTIONS(2867), + [anon_sym_AMP_AMP] = ACTIONS(2867), + [anon_sym_PIPE_PIPE] = ACTIONS(2867), + [anon_sym_or] = ACTIONS(2867), + [sym_none] = ACTIONS(2867), + [sym_true] = ACTIONS(2867), + [sym_false] = ACTIONS(2867), + [sym_nil] = ACTIONS(2867), + [anon_sym_QMARK_DOT] = ACTIONS(2867), + [anon_sym_POUND_LBRACK] = ACTIONS(2867), + [anon_sym_if] = ACTIONS(2867), + [anon_sym_DOLLARif] = ACTIONS(2867), + [anon_sym_is] = ACTIONS(2867), + [anon_sym_BANGis] = ACTIONS(2867), + [anon_sym_in] = ACTIONS(2867), + [anon_sym_BANGin] = ACTIONS(2867), + [anon_sym_match] = ACTIONS(2867), + [anon_sym_select] = ACTIONS(2867), + [anon_sym_lock] = ACTIONS(2867), + [anon_sym_rlock] = ACTIONS(2867), + [anon_sym_unsafe] = ACTIONS(2867), + [anon_sym_sql] = ACTIONS(2867), + [sym_int_literal] = ACTIONS(2867), + [sym_float_literal] = ACTIONS(2867), + [sym_rune_literal] = ACTIONS(2867), + [anon_sym_AT] = ACTIONS(2867), + [anon_sym_shared] = ACTIONS(2867), + [anon_sym_map_LBRACK] = ACTIONS(2867), + [anon_sym_chan] = ACTIONS(2867), + [anon_sym_thread] = ACTIONS(2867), + [anon_sym_atomic] = ACTIONS(2867), + [sym___double_quote] = ACTIONS(2867), + [sym___single_quote] = ACTIONS(2867), + [sym___c_double_quote] = ACTIONS(2867), + [sym___c_single_quote] = ACTIONS(2867), + [sym___r_double_quote] = ACTIONS(2867), + [sym___r_single_quote] = ACTIONS(2867), }, [1168] = { - [sym_identifier] = ACTIONS(3137), - [anon_sym_LF] = ACTIONS(3137), - [anon_sym_CR] = ACTIONS(3137), - [anon_sym_CR_LF] = ACTIONS(3137), + [sym_identifier] = ACTIONS(2871), + [anon_sym_LF] = ACTIONS(2871), + [anon_sym_CR] = ACTIONS(2871), + [anon_sym_CR_LF] = ACTIONS(2871), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3137), - [anon_sym_DOT] = ACTIONS(3137), - [anon_sym_as] = ACTIONS(3137), - [anon_sym_LBRACE] = ACTIONS(3137), - [anon_sym_COMMA] = ACTIONS(3137), - [anon_sym_RBRACE] = ACTIONS(3137), - [anon_sym_LPAREN] = ACTIONS(3137), - [anon_sym_PIPE] = ACTIONS(3137), - [anon_sym_fn] = ACTIONS(3137), - [anon_sym_PLUS] = ACTIONS(3137), - [anon_sym_DASH] = ACTIONS(3137), - [anon_sym_STAR] = ACTIONS(3137), - [anon_sym_SLASH] = ACTIONS(3137), - [anon_sym_PERCENT] = ACTIONS(3137), - [anon_sym_LT] = ACTIONS(3137), - [anon_sym_GT] = ACTIONS(3137), - [anon_sym_EQ_EQ] = ACTIONS(3137), - [anon_sym_BANG_EQ] = ACTIONS(3137), - [anon_sym_LT_EQ] = ACTIONS(3137), - [anon_sym_GT_EQ] = ACTIONS(3137), - [anon_sym_LBRACK] = ACTIONS(3135), - [anon_sym_struct] = ACTIONS(3137), - [anon_sym_mut] = ACTIONS(3137), - [anon_sym_PLUS_PLUS] = ACTIONS(3137), - [anon_sym_DASH_DASH] = ACTIONS(3137), - [anon_sym_QMARK] = ACTIONS(3137), - [anon_sym_BANG] = ACTIONS(3137), - [anon_sym_go] = ACTIONS(3137), - [anon_sym_spawn] = ACTIONS(3137), - [anon_sym_json_DOTdecode] = ACTIONS(3137), - [anon_sym_LBRACK2] = ACTIONS(3137), - [anon_sym_TILDE] = ACTIONS(3137), - [anon_sym_CARET] = ACTIONS(3137), - [anon_sym_AMP] = ACTIONS(3137), - [anon_sym_LT_DASH] = ACTIONS(3137), - [anon_sym_LT_LT] = ACTIONS(3137), - [anon_sym_GT_GT] = ACTIONS(3137), - [anon_sym_GT_GT_GT] = ACTIONS(3137), - [anon_sym_AMP_CARET] = ACTIONS(3137), - [anon_sym_AMP_AMP] = ACTIONS(3137), - [anon_sym_PIPE_PIPE] = ACTIONS(3137), - [anon_sym_or] = ACTIONS(3137), - [sym_none] = ACTIONS(3137), - [sym_true] = ACTIONS(3137), - [sym_false] = ACTIONS(3137), - [sym_nil] = ACTIONS(3137), - [anon_sym_QMARK_DOT] = ACTIONS(3137), - [anon_sym_POUND_LBRACK] = ACTIONS(3137), - [anon_sym_if] = ACTIONS(3137), - [anon_sym_DOLLARif] = ACTIONS(3137), - [anon_sym_is] = ACTIONS(3137), - [anon_sym_BANGis] = ACTIONS(3137), - [anon_sym_in] = ACTIONS(3137), - [anon_sym_BANGin] = ACTIONS(3137), - [anon_sym_match] = ACTIONS(3137), - [anon_sym_select] = ACTIONS(3137), - [anon_sym_lock] = ACTIONS(3137), - [anon_sym_rlock] = ACTIONS(3137), - [anon_sym_unsafe] = ACTIONS(3137), - [anon_sym_sql] = ACTIONS(3137), - [sym_int_literal] = ACTIONS(3137), - [sym_float_literal] = ACTIONS(3137), - [sym_rune_literal] = ACTIONS(3137), - [anon_sym_AT] = ACTIONS(3137), - [anon_sym_shared] = ACTIONS(3137), - [anon_sym_map_LBRACK] = ACTIONS(3137), - [anon_sym_chan] = ACTIONS(3137), - [anon_sym_thread] = ACTIONS(3137), - [anon_sym_atomic] = ACTIONS(3137), - [sym___double_quote] = ACTIONS(3137), - [sym___single_quote] = ACTIONS(3137), - [sym___c_double_quote] = ACTIONS(3137), - [sym___c_single_quote] = ACTIONS(3137), - [sym___r_double_quote] = ACTIONS(3137), - [sym___r_single_quote] = ACTIONS(3137), + [anon_sym_SEMI] = ACTIONS(2871), + [anon_sym_DOT] = ACTIONS(2871), + [anon_sym_as] = ACTIONS(2871), + [anon_sym_LBRACE] = ACTIONS(2871), + [anon_sym_COMMA] = ACTIONS(2871), + [anon_sym_RBRACE] = ACTIONS(2871), + [anon_sym_LPAREN] = ACTIONS(2871), + [anon_sym_PIPE] = ACTIONS(2871), + [anon_sym_fn] = ACTIONS(2871), + [anon_sym_PLUS] = ACTIONS(2871), + [anon_sym_DASH] = ACTIONS(2871), + [anon_sym_STAR] = ACTIONS(2871), + [anon_sym_SLASH] = ACTIONS(2871), + [anon_sym_PERCENT] = ACTIONS(2871), + [anon_sym_LT] = ACTIONS(2871), + [anon_sym_GT] = ACTIONS(2871), + [anon_sym_EQ_EQ] = ACTIONS(2871), + [anon_sym_BANG_EQ] = ACTIONS(2871), + [anon_sym_LT_EQ] = ACTIONS(2871), + [anon_sym_GT_EQ] = ACTIONS(2871), + [anon_sym_LBRACK] = ACTIONS(2869), + [anon_sym_LT2] = ACTIONS(2871), + [anon_sym_struct] = ACTIONS(2871), + [anon_sym_mut] = ACTIONS(2871), + [anon_sym_PLUS_PLUS] = ACTIONS(2871), + [anon_sym_DASH_DASH] = ACTIONS(2871), + [anon_sym_QMARK] = ACTIONS(2871), + [anon_sym_BANG] = ACTIONS(2871), + [anon_sym_go] = ACTIONS(2871), + [anon_sym_spawn] = ACTIONS(2871), + [anon_sym_json_DOTdecode] = ACTIONS(2871), + [anon_sym_LBRACK2] = ACTIONS(2871), + [anon_sym_TILDE] = ACTIONS(2871), + [anon_sym_CARET] = ACTIONS(2871), + [anon_sym_AMP] = ACTIONS(2871), + [anon_sym_LT_DASH] = ACTIONS(2871), + [anon_sym_LT_LT] = ACTIONS(2871), + [anon_sym_GT_GT] = ACTIONS(2871), + [anon_sym_GT_GT_GT] = ACTIONS(2871), + [anon_sym_AMP_CARET] = ACTIONS(2871), + [anon_sym_AMP_AMP] = ACTIONS(2871), + [anon_sym_PIPE_PIPE] = ACTIONS(2871), + [anon_sym_or] = ACTIONS(2871), + [sym_none] = ACTIONS(2871), + [sym_true] = ACTIONS(2871), + [sym_false] = ACTIONS(2871), + [sym_nil] = ACTIONS(2871), + [anon_sym_QMARK_DOT] = ACTIONS(2871), + [anon_sym_POUND_LBRACK] = ACTIONS(2871), + [anon_sym_if] = ACTIONS(2871), + [anon_sym_DOLLARif] = ACTIONS(2871), + [anon_sym_is] = ACTIONS(2871), + [anon_sym_BANGis] = ACTIONS(2871), + [anon_sym_in] = ACTIONS(2871), + [anon_sym_BANGin] = ACTIONS(2871), + [anon_sym_match] = ACTIONS(2871), + [anon_sym_select] = ACTIONS(2871), + [anon_sym_lock] = ACTIONS(2871), + [anon_sym_rlock] = ACTIONS(2871), + [anon_sym_unsafe] = ACTIONS(2871), + [anon_sym_sql] = ACTIONS(2871), + [sym_int_literal] = ACTIONS(2871), + [sym_float_literal] = ACTIONS(2871), + [sym_rune_literal] = ACTIONS(2871), + [anon_sym_AT] = ACTIONS(2871), + [anon_sym_shared] = ACTIONS(2871), + [anon_sym_map_LBRACK] = ACTIONS(2871), + [anon_sym_chan] = ACTIONS(2871), + [anon_sym_thread] = ACTIONS(2871), + [anon_sym_atomic] = ACTIONS(2871), + [sym___double_quote] = ACTIONS(2871), + [sym___single_quote] = ACTIONS(2871), + [sym___c_double_quote] = ACTIONS(2871), + [sym___c_single_quote] = ACTIONS(2871), + [sym___r_double_quote] = ACTIONS(2871), + [sym___r_single_quote] = ACTIONS(2871), }, [1169] = { - [sym_identifier] = ACTIONS(3133), - [anon_sym_LF] = ACTIONS(3133), - [anon_sym_CR] = ACTIONS(3133), - [anon_sym_CR_LF] = ACTIONS(3133), + [sym_identifier] = ACTIONS(3123), + [anon_sym_LF] = ACTIONS(3123), + [anon_sym_CR] = ACTIONS(3123), + [anon_sym_CR_LF] = ACTIONS(3123), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3133), - [anon_sym_DOT] = ACTIONS(3133), - [anon_sym_as] = ACTIONS(3133), - [anon_sym_LBRACE] = ACTIONS(3133), - [anon_sym_COMMA] = ACTIONS(3133), - [anon_sym_RBRACE] = ACTIONS(3133), - [anon_sym_LPAREN] = ACTIONS(3133), - [anon_sym_PIPE] = ACTIONS(3133), - [anon_sym_fn] = ACTIONS(3133), - [anon_sym_PLUS] = ACTIONS(3133), - [anon_sym_DASH] = ACTIONS(3133), - [anon_sym_STAR] = ACTIONS(3133), - [anon_sym_SLASH] = ACTIONS(3133), - [anon_sym_PERCENT] = ACTIONS(3133), - [anon_sym_LT] = ACTIONS(3133), - [anon_sym_GT] = ACTIONS(3133), - [anon_sym_EQ_EQ] = ACTIONS(3133), - [anon_sym_BANG_EQ] = ACTIONS(3133), - [anon_sym_LT_EQ] = ACTIONS(3133), - [anon_sym_GT_EQ] = ACTIONS(3133), - [anon_sym_LBRACK] = ACTIONS(3131), - [anon_sym_struct] = ACTIONS(3133), - [anon_sym_mut] = ACTIONS(3133), - [anon_sym_PLUS_PLUS] = ACTIONS(3133), - [anon_sym_DASH_DASH] = ACTIONS(3133), - [anon_sym_QMARK] = ACTIONS(3133), - [anon_sym_BANG] = ACTIONS(3133), - [anon_sym_go] = ACTIONS(3133), - [anon_sym_spawn] = ACTIONS(3133), - [anon_sym_json_DOTdecode] = ACTIONS(3133), - [anon_sym_LBRACK2] = ACTIONS(3133), - [anon_sym_TILDE] = ACTIONS(3133), - [anon_sym_CARET] = ACTIONS(3133), - [anon_sym_AMP] = ACTIONS(3133), - [anon_sym_LT_DASH] = ACTIONS(3133), - [anon_sym_LT_LT] = ACTIONS(3133), - [anon_sym_GT_GT] = ACTIONS(3133), - [anon_sym_GT_GT_GT] = ACTIONS(3133), - [anon_sym_AMP_CARET] = ACTIONS(3133), - [anon_sym_AMP_AMP] = ACTIONS(3133), - [anon_sym_PIPE_PIPE] = ACTIONS(3133), - [anon_sym_or] = ACTIONS(3133), - [sym_none] = ACTIONS(3133), - [sym_true] = ACTIONS(3133), - [sym_false] = ACTIONS(3133), - [sym_nil] = ACTIONS(3133), - [anon_sym_QMARK_DOT] = ACTIONS(3133), - [anon_sym_POUND_LBRACK] = ACTIONS(3133), - [anon_sym_if] = ACTIONS(3133), - [anon_sym_DOLLARif] = ACTIONS(3133), - [anon_sym_is] = ACTIONS(3133), - [anon_sym_BANGis] = ACTIONS(3133), - [anon_sym_in] = ACTIONS(3133), - [anon_sym_BANGin] = ACTIONS(3133), - [anon_sym_match] = ACTIONS(3133), - [anon_sym_select] = ACTIONS(3133), - [anon_sym_lock] = ACTIONS(3133), - [anon_sym_rlock] = ACTIONS(3133), - [anon_sym_unsafe] = ACTIONS(3133), - [anon_sym_sql] = ACTIONS(3133), - [sym_int_literal] = ACTIONS(3133), - [sym_float_literal] = ACTIONS(3133), - [sym_rune_literal] = ACTIONS(3133), - [anon_sym_AT] = ACTIONS(3133), - [anon_sym_shared] = ACTIONS(3133), - [anon_sym_map_LBRACK] = ACTIONS(3133), - [anon_sym_chan] = ACTIONS(3133), - [anon_sym_thread] = ACTIONS(3133), - [anon_sym_atomic] = ACTIONS(3133), - [sym___double_quote] = ACTIONS(3133), - [sym___single_quote] = ACTIONS(3133), - [sym___c_double_quote] = ACTIONS(3133), - [sym___c_single_quote] = ACTIONS(3133), - [sym___r_double_quote] = ACTIONS(3133), - [sym___r_single_quote] = ACTIONS(3133), + [anon_sym_SEMI] = ACTIONS(3123), + [anon_sym_DOT] = ACTIONS(3123), + [anon_sym_as] = ACTIONS(3123), + [anon_sym_LBRACE] = ACTIONS(3123), + [anon_sym_COMMA] = ACTIONS(3123), + [anon_sym_RBRACE] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(3123), + [anon_sym_PIPE] = ACTIONS(3123), + [anon_sym_fn] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(3123), + [anon_sym_DASH] = ACTIONS(3123), + [anon_sym_STAR] = ACTIONS(3123), + [anon_sym_SLASH] = ACTIONS(3123), + [anon_sym_PERCENT] = ACTIONS(3123), + [anon_sym_LT] = ACTIONS(3123), + [anon_sym_GT] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3123), + [anon_sym_BANG_EQ] = ACTIONS(3123), + [anon_sym_LT_EQ] = ACTIONS(3123), + [anon_sym_GT_EQ] = ACTIONS(3123), + [anon_sym_LBRACK] = ACTIONS(3121), + [anon_sym_LT2] = ACTIONS(3123), + [anon_sym_struct] = ACTIONS(3123), + [anon_sym_mut] = ACTIONS(3123), + [anon_sym_PLUS_PLUS] = ACTIONS(3123), + [anon_sym_DASH_DASH] = ACTIONS(3123), + [anon_sym_QMARK] = ACTIONS(3123), + [anon_sym_BANG] = ACTIONS(3123), + [anon_sym_go] = ACTIONS(3123), + [anon_sym_spawn] = ACTIONS(3123), + [anon_sym_json_DOTdecode] = ACTIONS(3123), + [anon_sym_LBRACK2] = ACTIONS(3123), + [anon_sym_TILDE] = ACTIONS(3123), + [anon_sym_CARET] = ACTIONS(3123), + [anon_sym_AMP] = ACTIONS(3123), + [anon_sym_LT_DASH] = ACTIONS(3123), + [anon_sym_LT_LT] = ACTIONS(3123), + [anon_sym_GT_GT] = ACTIONS(3123), + [anon_sym_GT_GT_GT] = ACTIONS(3123), + [anon_sym_AMP_CARET] = ACTIONS(3123), + [anon_sym_AMP_AMP] = ACTIONS(3123), + [anon_sym_PIPE_PIPE] = ACTIONS(3123), + [anon_sym_or] = ACTIONS(3123), + [sym_none] = ACTIONS(3123), + [sym_true] = ACTIONS(3123), + [sym_false] = ACTIONS(3123), + [sym_nil] = ACTIONS(3123), + [anon_sym_QMARK_DOT] = ACTIONS(3123), + [anon_sym_POUND_LBRACK] = ACTIONS(3123), + [anon_sym_if] = ACTIONS(3123), + [anon_sym_DOLLARif] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3123), + [anon_sym_BANGis] = ACTIONS(3123), + [anon_sym_in] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3123), + [anon_sym_match] = ACTIONS(3123), + [anon_sym_select] = ACTIONS(3123), + [anon_sym_lock] = ACTIONS(3123), + [anon_sym_rlock] = ACTIONS(3123), + [anon_sym_unsafe] = ACTIONS(3123), + [anon_sym_sql] = ACTIONS(3123), + [sym_int_literal] = ACTIONS(3123), + [sym_float_literal] = ACTIONS(3123), + [sym_rune_literal] = ACTIONS(3123), + [anon_sym_AT] = ACTIONS(3123), + [anon_sym_shared] = ACTIONS(3123), + [anon_sym_map_LBRACK] = ACTIONS(3123), + [anon_sym_chan] = ACTIONS(3123), + [anon_sym_thread] = ACTIONS(3123), + [anon_sym_atomic] = ACTIONS(3123), + [sym___double_quote] = ACTIONS(3123), + [sym___single_quote] = ACTIONS(3123), + [sym___c_double_quote] = ACTIONS(3123), + [sym___c_single_quote] = ACTIONS(3123), + [sym___r_double_quote] = ACTIONS(3123), + [sym___r_single_quote] = ACTIONS(3123), }, [1170] = { - [sym_identifier] = ACTIONS(3105), - [anon_sym_LF] = ACTIONS(3105), - [anon_sym_CR] = ACTIONS(3105), - [anon_sym_CR_LF] = ACTIONS(3105), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3105), - [anon_sym_DOT] = ACTIONS(3105), - [anon_sym_as] = ACTIONS(3105), - [anon_sym_LBRACE] = ACTIONS(3105), - [anon_sym_COMMA] = ACTIONS(3105), - [anon_sym_RBRACE] = ACTIONS(3105), - [anon_sym_LPAREN] = ACTIONS(3105), - [anon_sym_PIPE] = ACTIONS(3105), - [anon_sym_fn] = ACTIONS(3105), - [anon_sym_PLUS] = ACTIONS(3105), - [anon_sym_DASH] = ACTIONS(3105), - [anon_sym_STAR] = ACTIONS(3105), - [anon_sym_SLASH] = ACTIONS(3105), - [anon_sym_PERCENT] = ACTIONS(3105), - [anon_sym_LT] = ACTIONS(3105), - [anon_sym_GT] = ACTIONS(3105), - [anon_sym_EQ_EQ] = ACTIONS(3105), - [anon_sym_BANG_EQ] = ACTIONS(3105), - [anon_sym_LT_EQ] = ACTIONS(3105), - [anon_sym_GT_EQ] = ACTIONS(3105), - [anon_sym_LBRACK] = ACTIONS(3103), - [anon_sym_struct] = ACTIONS(3105), - [anon_sym_mut] = ACTIONS(3105), - [anon_sym_PLUS_PLUS] = ACTIONS(3105), - [anon_sym_DASH_DASH] = ACTIONS(3105), - [anon_sym_QMARK] = ACTIONS(3105), - [anon_sym_BANG] = ACTIONS(3105), - [anon_sym_go] = ACTIONS(3105), - [anon_sym_spawn] = ACTIONS(3105), - [anon_sym_json_DOTdecode] = ACTIONS(3105), - [anon_sym_LBRACK2] = ACTIONS(3105), - [anon_sym_TILDE] = ACTIONS(3105), - [anon_sym_CARET] = ACTIONS(3105), - [anon_sym_AMP] = ACTIONS(3105), - [anon_sym_LT_DASH] = ACTIONS(3105), - [anon_sym_LT_LT] = ACTIONS(3105), - [anon_sym_GT_GT] = ACTIONS(3105), - [anon_sym_GT_GT_GT] = ACTIONS(3105), - [anon_sym_AMP_CARET] = ACTIONS(3105), - [anon_sym_AMP_AMP] = ACTIONS(3105), - [anon_sym_PIPE_PIPE] = ACTIONS(3105), - [anon_sym_or] = ACTIONS(3105), - [sym_none] = ACTIONS(3105), - [sym_true] = ACTIONS(3105), - [sym_false] = ACTIONS(3105), - [sym_nil] = ACTIONS(3105), - [anon_sym_QMARK_DOT] = ACTIONS(3105), - [anon_sym_POUND_LBRACK] = ACTIONS(3105), - [anon_sym_if] = ACTIONS(3105), - [anon_sym_DOLLARif] = ACTIONS(3105), - [anon_sym_is] = ACTIONS(3105), - [anon_sym_BANGis] = ACTIONS(3105), - [anon_sym_in] = ACTIONS(3105), - [anon_sym_BANGin] = ACTIONS(3105), - [anon_sym_match] = ACTIONS(3105), - [anon_sym_select] = ACTIONS(3105), - [anon_sym_lock] = ACTIONS(3105), - [anon_sym_rlock] = ACTIONS(3105), - [anon_sym_unsafe] = ACTIONS(3105), - [anon_sym_sql] = ACTIONS(3105), - [sym_int_literal] = ACTIONS(3105), - [sym_float_literal] = ACTIONS(3105), - [sym_rune_literal] = ACTIONS(3105), - [anon_sym_AT] = ACTIONS(3105), - [anon_sym_shared] = ACTIONS(3105), - [anon_sym_map_LBRACK] = ACTIONS(3105), - [anon_sym_chan] = ACTIONS(3105), - [anon_sym_thread] = ACTIONS(3105), - [anon_sym_atomic] = ACTIONS(3105), - [sym___double_quote] = ACTIONS(3105), - [sym___single_quote] = ACTIONS(3105), - [sym___c_double_quote] = ACTIONS(3105), - [sym___c_single_quote] = ACTIONS(3105), - [sym___r_double_quote] = ACTIONS(3105), - [sym___r_single_quote] = ACTIONS(3105), - }, - [1171] = { - [sym_identifier] = ACTIONS(3101), - [anon_sym_LF] = ACTIONS(3101), - [anon_sym_CR] = ACTIONS(3101), - [anon_sym_CR_LF] = ACTIONS(3101), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3101), - [anon_sym_DOT] = ACTIONS(3101), - [anon_sym_as] = ACTIONS(3101), - [anon_sym_LBRACE] = ACTIONS(3101), - [anon_sym_COMMA] = ACTIONS(3101), - [anon_sym_RBRACE] = ACTIONS(3101), - [anon_sym_LPAREN] = ACTIONS(3101), - [anon_sym_PIPE] = ACTIONS(3101), - [anon_sym_fn] = ACTIONS(3101), - [anon_sym_PLUS] = ACTIONS(3101), - [anon_sym_DASH] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(3101), - [anon_sym_SLASH] = ACTIONS(3101), - [anon_sym_PERCENT] = ACTIONS(3101), - [anon_sym_LT] = ACTIONS(3101), - [anon_sym_GT] = ACTIONS(3101), - [anon_sym_EQ_EQ] = ACTIONS(3101), - [anon_sym_BANG_EQ] = ACTIONS(3101), - [anon_sym_LT_EQ] = ACTIONS(3101), - [anon_sym_GT_EQ] = ACTIONS(3101), - [anon_sym_LBRACK] = ACTIONS(3099), - [anon_sym_struct] = ACTIONS(3101), - [anon_sym_mut] = ACTIONS(3101), - [anon_sym_PLUS_PLUS] = ACTIONS(3101), - [anon_sym_DASH_DASH] = ACTIONS(3101), - [anon_sym_QMARK] = ACTIONS(3101), - [anon_sym_BANG] = ACTIONS(3101), - [anon_sym_go] = ACTIONS(3101), - [anon_sym_spawn] = ACTIONS(3101), - [anon_sym_json_DOTdecode] = ACTIONS(3101), - [anon_sym_LBRACK2] = ACTIONS(3101), - [anon_sym_TILDE] = ACTIONS(3101), - [anon_sym_CARET] = ACTIONS(3101), - [anon_sym_AMP] = ACTIONS(3101), - [anon_sym_LT_DASH] = ACTIONS(3101), - [anon_sym_LT_LT] = ACTIONS(3101), - [anon_sym_GT_GT] = ACTIONS(3101), - [anon_sym_GT_GT_GT] = ACTIONS(3101), - [anon_sym_AMP_CARET] = ACTIONS(3101), - [anon_sym_AMP_AMP] = ACTIONS(3101), - [anon_sym_PIPE_PIPE] = ACTIONS(3101), - [anon_sym_or] = ACTIONS(3101), - [sym_none] = ACTIONS(3101), - [sym_true] = ACTIONS(3101), - [sym_false] = ACTIONS(3101), - [sym_nil] = ACTIONS(3101), - [anon_sym_QMARK_DOT] = ACTIONS(3101), - [anon_sym_POUND_LBRACK] = ACTIONS(3101), - [anon_sym_if] = ACTIONS(3101), - [anon_sym_DOLLARif] = ACTIONS(3101), - [anon_sym_is] = ACTIONS(3101), - [anon_sym_BANGis] = ACTIONS(3101), - [anon_sym_in] = ACTIONS(3101), - [anon_sym_BANGin] = ACTIONS(3101), - [anon_sym_match] = ACTIONS(3101), - [anon_sym_select] = ACTIONS(3101), - [anon_sym_lock] = ACTIONS(3101), - [anon_sym_rlock] = ACTIONS(3101), - [anon_sym_unsafe] = ACTIONS(3101), - [anon_sym_sql] = ACTIONS(3101), - [sym_int_literal] = ACTIONS(3101), - [sym_float_literal] = ACTIONS(3101), - [sym_rune_literal] = ACTIONS(3101), - [anon_sym_AT] = ACTIONS(3101), - [anon_sym_shared] = ACTIONS(3101), - [anon_sym_map_LBRACK] = ACTIONS(3101), - [anon_sym_chan] = ACTIONS(3101), - [anon_sym_thread] = ACTIONS(3101), - [anon_sym_atomic] = ACTIONS(3101), - [sym___double_quote] = ACTIONS(3101), - [sym___single_quote] = ACTIONS(3101), - [sym___c_double_quote] = ACTIONS(3101), - [sym___c_single_quote] = ACTIONS(3101), - [sym___r_double_quote] = ACTIONS(3101), - [sym___r_single_quote] = ACTIONS(3101), - }, - [1172] = { - [sym_identifier] = ACTIONS(2832), - [anon_sym_LF] = ACTIONS(2832), - [anon_sym_CR] = ACTIONS(2832), - [anon_sym_CR_LF] = ACTIONS(2832), + [sym_identifier] = ACTIONS(2891), + [anon_sym_LF] = ACTIONS(2891), + [anon_sym_CR] = ACTIONS(2891), + [anon_sym_CR_LF] = ACTIONS(2891), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2832), - [anon_sym_DOT] = ACTIONS(2832), - [anon_sym_as] = ACTIONS(2832), - [anon_sym_LBRACE] = ACTIONS(2832), - [anon_sym_COMMA] = ACTIONS(2832), - [anon_sym_RBRACE] = ACTIONS(2832), - [anon_sym_LPAREN] = ACTIONS(2832), - [anon_sym_PIPE] = ACTIONS(2832), - [anon_sym_fn] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(2832), - [anon_sym_SLASH] = ACTIONS(2832), - [anon_sym_PERCENT] = ACTIONS(2832), - [anon_sym_LT] = ACTIONS(2832), - [anon_sym_GT] = ACTIONS(2832), - [anon_sym_EQ_EQ] = ACTIONS(2832), - [anon_sym_BANG_EQ] = ACTIONS(2832), - [anon_sym_LT_EQ] = ACTIONS(2832), - [anon_sym_GT_EQ] = ACTIONS(2832), - [anon_sym_LBRACK] = ACTIONS(2830), - [anon_sym_struct] = ACTIONS(2832), - [anon_sym_mut] = ACTIONS(2832), - [anon_sym_PLUS_PLUS] = ACTIONS(2832), - [anon_sym_DASH_DASH] = ACTIONS(2832), - [anon_sym_QMARK] = ACTIONS(2832), - [anon_sym_BANG] = ACTIONS(2832), - [anon_sym_go] = ACTIONS(2832), - [anon_sym_spawn] = ACTIONS(2832), - [anon_sym_json_DOTdecode] = ACTIONS(2832), - [anon_sym_LBRACK2] = ACTIONS(2832), - [anon_sym_TILDE] = ACTIONS(2832), - [anon_sym_CARET] = ACTIONS(2832), - [anon_sym_AMP] = ACTIONS(2832), - [anon_sym_LT_DASH] = ACTIONS(2832), - [anon_sym_LT_LT] = ACTIONS(2832), - [anon_sym_GT_GT] = ACTIONS(2832), - [anon_sym_GT_GT_GT] = ACTIONS(2832), - [anon_sym_AMP_CARET] = ACTIONS(2832), - [anon_sym_AMP_AMP] = ACTIONS(2832), - [anon_sym_PIPE_PIPE] = ACTIONS(2832), - [anon_sym_or] = ACTIONS(2832), - [sym_none] = ACTIONS(2832), - [sym_true] = ACTIONS(2832), - [sym_false] = ACTIONS(2832), - [sym_nil] = ACTIONS(2832), - [anon_sym_QMARK_DOT] = ACTIONS(2832), - [anon_sym_POUND_LBRACK] = ACTIONS(2832), - [anon_sym_if] = ACTIONS(2832), - [anon_sym_DOLLARif] = ACTIONS(2832), - [anon_sym_is] = ACTIONS(2832), - [anon_sym_BANGis] = ACTIONS(2832), - [anon_sym_in] = ACTIONS(2832), - [anon_sym_BANGin] = ACTIONS(2832), - [anon_sym_match] = ACTIONS(2832), - [anon_sym_select] = ACTIONS(2832), - [anon_sym_lock] = ACTIONS(2832), - [anon_sym_rlock] = ACTIONS(2832), - [anon_sym_unsafe] = ACTIONS(2832), - [anon_sym_sql] = ACTIONS(2832), - [sym_int_literal] = ACTIONS(2832), - [sym_float_literal] = ACTIONS(2832), - [sym_rune_literal] = ACTIONS(2832), - [anon_sym_AT] = ACTIONS(2832), - [anon_sym_shared] = ACTIONS(2832), - [anon_sym_map_LBRACK] = ACTIONS(2832), - [anon_sym_chan] = ACTIONS(2832), - [anon_sym_thread] = ACTIONS(2832), - [anon_sym_atomic] = ACTIONS(2832), - [sym___double_quote] = ACTIONS(2832), - [sym___single_quote] = ACTIONS(2832), - [sym___c_double_quote] = ACTIONS(2832), - [sym___c_single_quote] = ACTIONS(2832), - [sym___r_double_quote] = ACTIONS(2832), - [sym___r_single_quote] = ACTIONS(2832), + [anon_sym_SEMI] = ACTIONS(2891), + [anon_sym_DOT] = ACTIONS(2891), + [anon_sym_as] = ACTIONS(2891), + [anon_sym_LBRACE] = ACTIONS(2891), + [anon_sym_COMMA] = ACTIONS(2891), + [anon_sym_RBRACE] = ACTIONS(2891), + [anon_sym_LPAREN] = ACTIONS(2891), + [anon_sym_PIPE] = ACTIONS(2891), + [anon_sym_fn] = ACTIONS(2891), + [anon_sym_PLUS] = ACTIONS(2891), + [anon_sym_DASH] = ACTIONS(2891), + [anon_sym_STAR] = ACTIONS(2891), + [anon_sym_SLASH] = ACTIONS(2891), + [anon_sym_PERCENT] = ACTIONS(2891), + [anon_sym_LT] = ACTIONS(2891), + [anon_sym_GT] = ACTIONS(2891), + [anon_sym_EQ_EQ] = ACTIONS(2891), + [anon_sym_BANG_EQ] = ACTIONS(2891), + [anon_sym_LT_EQ] = ACTIONS(2891), + [anon_sym_GT_EQ] = ACTIONS(2891), + [anon_sym_LBRACK] = ACTIONS(2889), + [anon_sym_LT2] = ACTIONS(2891), + [anon_sym_struct] = ACTIONS(2891), + [anon_sym_mut] = ACTIONS(2891), + [anon_sym_PLUS_PLUS] = ACTIONS(2891), + [anon_sym_DASH_DASH] = ACTIONS(2891), + [anon_sym_QMARK] = ACTIONS(2891), + [anon_sym_BANG] = ACTIONS(2891), + [anon_sym_go] = ACTIONS(2891), + [anon_sym_spawn] = ACTIONS(2891), + [anon_sym_json_DOTdecode] = ACTIONS(2891), + [anon_sym_LBRACK2] = ACTIONS(2891), + [anon_sym_TILDE] = ACTIONS(2891), + [anon_sym_CARET] = ACTIONS(2891), + [anon_sym_AMP] = ACTIONS(2891), + [anon_sym_LT_DASH] = ACTIONS(2891), + [anon_sym_LT_LT] = ACTIONS(2891), + [anon_sym_GT_GT] = ACTIONS(2891), + [anon_sym_GT_GT_GT] = ACTIONS(2891), + [anon_sym_AMP_CARET] = ACTIONS(2891), + [anon_sym_AMP_AMP] = ACTIONS(2891), + [anon_sym_PIPE_PIPE] = ACTIONS(2891), + [anon_sym_or] = ACTIONS(2891), + [sym_none] = ACTIONS(2891), + [sym_true] = ACTIONS(2891), + [sym_false] = ACTIONS(2891), + [sym_nil] = ACTIONS(2891), + [anon_sym_QMARK_DOT] = ACTIONS(2891), + [anon_sym_POUND_LBRACK] = ACTIONS(2891), + [anon_sym_if] = ACTIONS(2891), + [anon_sym_DOLLARif] = ACTIONS(2891), + [anon_sym_is] = ACTIONS(2891), + [anon_sym_BANGis] = ACTIONS(2891), + [anon_sym_in] = ACTIONS(2891), + [anon_sym_BANGin] = ACTIONS(2891), + [anon_sym_match] = ACTIONS(2891), + [anon_sym_select] = ACTIONS(2891), + [anon_sym_lock] = ACTIONS(2891), + [anon_sym_rlock] = ACTIONS(2891), + [anon_sym_unsafe] = ACTIONS(2891), + [anon_sym_sql] = ACTIONS(2891), + [sym_int_literal] = ACTIONS(2891), + [sym_float_literal] = ACTIONS(2891), + [sym_rune_literal] = ACTIONS(2891), + [anon_sym_AT] = ACTIONS(2891), + [anon_sym_shared] = ACTIONS(2891), + [anon_sym_map_LBRACK] = ACTIONS(2891), + [anon_sym_chan] = ACTIONS(2891), + [anon_sym_thread] = ACTIONS(2891), + [anon_sym_atomic] = ACTIONS(2891), + [sym___double_quote] = ACTIONS(2891), + [sym___single_quote] = ACTIONS(2891), + [sym___c_double_quote] = ACTIONS(2891), + [sym___c_single_quote] = ACTIONS(2891), + [sym___r_double_quote] = ACTIONS(2891), + [sym___r_single_quote] = ACTIONS(2891), }, - [1173] = { - [sym_identifier] = ACTIONS(2880), - [anon_sym_LF] = ACTIONS(2880), - [anon_sym_CR] = ACTIONS(2880), - [anon_sym_CR_LF] = ACTIONS(2880), + [1171] = { + [sym_identifier] = ACTIONS(3127), + [anon_sym_LF] = ACTIONS(3127), + [anon_sym_CR] = ACTIONS(3127), + [anon_sym_CR_LF] = ACTIONS(3127), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2880), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_as] = ACTIONS(2880), - [anon_sym_LBRACE] = ACTIONS(2880), - [anon_sym_COMMA] = ACTIONS(2880), - [anon_sym_RBRACE] = ACTIONS(2880), - [anon_sym_LPAREN] = ACTIONS(2880), - [anon_sym_PIPE] = ACTIONS(2880), - [anon_sym_fn] = ACTIONS(2880), - [anon_sym_PLUS] = ACTIONS(2880), - [anon_sym_DASH] = ACTIONS(2880), - [anon_sym_STAR] = ACTIONS(2880), - [anon_sym_SLASH] = ACTIONS(2880), - [anon_sym_PERCENT] = ACTIONS(2880), - [anon_sym_LT] = ACTIONS(2880), - [anon_sym_GT] = ACTIONS(2880), - [anon_sym_EQ_EQ] = ACTIONS(2880), - [anon_sym_BANG_EQ] = ACTIONS(2880), - [anon_sym_LT_EQ] = ACTIONS(2880), - [anon_sym_GT_EQ] = ACTIONS(2880), - [anon_sym_LBRACK] = ACTIONS(2878), - [anon_sym_struct] = ACTIONS(2880), - [anon_sym_mut] = ACTIONS(2880), - [anon_sym_PLUS_PLUS] = ACTIONS(2880), - [anon_sym_DASH_DASH] = ACTIONS(2880), - [anon_sym_QMARK] = ACTIONS(2880), - [anon_sym_BANG] = ACTIONS(2880), - [anon_sym_go] = ACTIONS(2880), - [anon_sym_spawn] = ACTIONS(2880), - [anon_sym_json_DOTdecode] = ACTIONS(2880), - [anon_sym_LBRACK2] = ACTIONS(2880), - [anon_sym_TILDE] = ACTIONS(2880), - [anon_sym_CARET] = ACTIONS(2880), - [anon_sym_AMP] = ACTIONS(2880), - [anon_sym_LT_DASH] = ACTIONS(2880), - [anon_sym_LT_LT] = ACTIONS(2880), - [anon_sym_GT_GT] = ACTIONS(2880), - [anon_sym_GT_GT_GT] = ACTIONS(2880), - [anon_sym_AMP_CARET] = ACTIONS(2880), - [anon_sym_AMP_AMP] = ACTIONS(2880), - [anon_sym_PIPE_PIPE] = ACTIONS(2880), - [anon_sym_or] = ACTIONS(2880), - [sym_none] = ACTIONS(2880), - [sym_true] = ACTIONS(2880), - [sym_false] = ACTIONS(2880), - [sym_nil] = ACTIONS(2880), - [anon_sym_QMARK_DOT] = ACTIONS(2880), - [anon_sym_POUND_LBRACK] = ACTIONS(2880), - [anon_sym_if] = ACTIONS(2880), - [anon_sym_DOLLARif] = ACTIONS(2880), - [anon_sym_is] = ACTIONS(2880), - [anon_sym_BANGis] = ACTIONS(2880), - [anon_sym_in] = ACTIONS(2880), - [anon_sym_BANGin] = ACTIONS(2880), - [anon_sym_match] = ACTIONS(2880), - [anon_sym_select] = ACTIONS(2880), - [anon_sym_lock] = ACTIONS(2880), - [anon_sym_rlock] = ACTIONS(2880), - [anon_sym_unsafe] = ACTIONS(2880), - [anon_sym_sql] = ACTIONS(2880), - [sym_int_literal] = ACTIONS(2880), - [sym_float_literal] = ACTIONS(2880), - [sym_rune_literal] = ACTIONS(2880), - [anon_sym_AT] = ACTIONS(2880), - [anon_sym_shared] = ACTIONS(2880), - [anon_sym_map_LBRACK] = ACTIONS(2880), - [anon_sym_chan] = ACTIONS(2880), - [anon_sym_thread] = ACTIONS(2880), - [anon_sym_atomic] = ACTIONS(2880), - [sym___double_quote] = ACTIONS(2880), - [sym___single_quote] = ACTIONS(2880), - [sym___c_double_quote] = ACTIONS(2880), - [sym___c_single_quote] = ACTIONS(2880), - [sym___r_double_quote] = ACTIONS(2880), - [sym___r_single_quote] = ACTIONS(2880), + [anon_sym_SEMI] = ACTIONS(3127), + [anon_sym_DOT] = ACTIONS(3127), + [anon_sym_as] = ACTIONS(3127), + [anon_sym_LBRACE] = ACTIONS(3127), + [anon_sym_COMMA] = ACTIONS(3127), + [anon_sym_RBRACE] = ACTIONS(3127), + [anon_sym_LPAREN] = ACTIONS(3127), + [anon_sym_PIPE] = ACTIONS(3127), + [anon_sym_fn] = ACTIONS(3127), + [anon_sym_PLUS] = ACTIONS(3127), + [anon_sym_DASH] = ACTIONS(3127), + [anon_sym_STAR] = ACTIONS(3127), + [anon_sym_SLASH] = ACTIONS(3127), + [anon_sym_PERCENT] = ACTIONS(3127), + [anon_sym_LT] = ACTIONS(3127), + [anon_sym_GT] = ACTIONS(3127), + [anon_sym_EQ_EQ] = ACTIONS(3127), + [anon_sym_BANG_EQ] = ACTIONS(3127), + [anon_sym_LT_EQ] = ACTIONS(3127), + [anon_sym_GT_EQ] = ACTIONS(3127), + [anon_sym_LBRACK] = ACTIONS(3125), + [anon_sym_LT2] = ACTIONS(3127), + [anon_sym_struct] = ACTIONS(3127), + [anon_sym_mut] = ACTIONS(3127), + [anon_sym_PLUS_PLUS] = ACTIONS(3127), + [anon_sym_DASH_DASH] = ACTIONS(3127), + [anon_sym_QMARK] = ACTIONS(3127), + [anon_sym_BANG] = ACTIONS(3127), + [anon_sym_go] = ACTIONS(3127), + [anon_sym_spawn] = ACTIONS(3127), + [anon_sym_json_DOTdecode] = ACTIONS(3127), + [anon_sym_LBRACK2] = ACTIONS(3127), + [anon_sym_TILDE] = ACTIONS(3127), + [anon_sym_CARET] = ACTIONS(3127), + [anon_sym_AMP] = ACTIONS(3127), + [anon_sym_LT_DASH] = ACTIONS(3127), + [anon_sym_LT_LT] = ACTIONS(3127), + [anon_sym_GT_GT] = ACTIONS(3127), + [anon_sym_GT_GT_GT] = ACTIONS(3127), + [anon_sym_AMP_CARET] = ACTIONS(3127), + [anon_sym_AMP_AMP] = ACTIONS(3127), + [anon_sym_PIPE_PIPE] = ACTIONS(3127), + [anon_sym_or] = ACTIONS(3127), + [sym_none] = ACTIONS(3127), + [sym_true] = ACTIONS(3127), + [sym_false] = ACTIONS(3127), + [sym_nil] = ACTIONS(3127), + [anon_sym_QMARK_DOT] = ACTIONS(3127), + [anon_sym_POUND_LBRACK] = ACTIONS(3127), + [anon_sym_if] = ACTIONS(3127), + [anon_sym_DOLLARif] = ACTIONS(3127), + [anon_sym_is] = ACTIONS(3127), + [anon_sym_BANGis] = ACTIONS(3127), + [anon_sym_in] = ACTIONS(3127), + [anon_sym_BANGin] = ACTIONS(3127), + [anon_sym_match] = ACTIONS(3127), + [anon_sym_select] = ACTIONS(3127), + [anon_sym_lock] = ACTIONS(3127), + [anon_sym_rlock] = ACTIONS(3127), + [anon_sym_unsafe] = ACTIONS(3127), + [anon_sym_sql] = ACTIONS(3127), + [sym_int_literal] = ACTIONS(3127), + [sym_float_literal] = ACTIONS(3127), + [sym_rune_literal] = ACTIONS(3127), + [anon_sym_AT] = ACTIONS(3127), + [anon_sym_shared] = ACTIONS(3127), + [anon_sym_map_LBRACK] = ACTIONS(3127), + [anon_sym_chan] = ACTIONS(3127), + [anon_sym_thread] = ACTIONS(3127), + [anon_sym_atomic] = ACTIONS(3127), + [sym___double_quote] = ACTIONS(3127), + [sym___single_quote] = ACTIONS(3127), + [sym___c_double_quote] = ACTIONS(3127), + [sym___c_single_quote] = ACTIONS(3127), + [sym___r_double_quote] = ACTIONS(3127), + [sym___r_single_quote] = ACTIONS(3127), }, - [1174] = { + [1172] = { [sym_identifier] = ACTIONS(2895), [anon_sym_LF] = ACTIONS(2895), [anon_sym_CR] = ACTIONS(2895), @@ -156852,6 +157212,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(2895), [anon_sym_GT_EQ] = ACTIONS(2895), [anon_sym_LBRACK] = ACTIONS(2893), + [anon_sym_LT2] = ACTIONS(2895), [anon_sym_struct] = ACTIONS(2895), [anon_sym_mut] = ACTIONS(2895), [anon_sym_PLUS_PLUS] = ACTIONS(2895), @@ -156907,3615 +157268,2912 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(2895), [sym___r_single_quote] = ACTIONS(2895), }, + [1173] = { + [sym_identifier] = ACTIONS(2899), + [anon_sym_LF] = ACTIONS(2899), + [anon_sym_CR] = ACTIONS(2899), + [anon_sym_CR_LF] = ACTIONS(2899), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(2899), + [anon_sym_DOT] = ACTIONS(2899), + [anon_sym_as] = ACTIONS(2899), + [anon_sym_LBRACE] = ACTIONS(2899), + [anon_sym_COMMA] = ACTIONS(2899), + [anon_sym_RBRACE] = ACTIONS(2899), + [anon_sym_LPAREN] = ACTIONS(2899), + [anon_sym_PIPE] = ACTIONS(2899), + [anon_sym_fn] = ACTIONS(2899), + [anon_sym_PLUS] = ACTIONS(2899), + [anon_sym_DASH] = ACTIONS(2899), + [anon_sym_STAR] = ACTIONS(2899), + [anon_sym_SLASH] = ACTIONS(2899), + [anon_sym_PERCENT] = ACTIONS(2899), + [anon_sym_LT] = ACTIONS(2899), + [anon_sym_GT] = ACTIONS(2899), + [anon_sym_EQ_EQ] = ACTIONS(2899), + [anon_sym_BANG_EQ] = ACTIONS(2899), + [anon_sym_LT_EQ] = ACTIONS(2899), + [anon_sym_GT_EQ] = ACTIONS(2899), + [anon_sym_LBRACK] = ACTIONS(2897), + [anon_sym_LT2] = ACTIONS(2899), + [anon_sym_struct] = ACTIONS(2899), + [anon_sym_mut] = ACTIONS(2899), + [anon_sym_PLUS_PLUS] = ACTIONS(2899), + [anon_sym_DASH_DASH] = ACTIONS(2899), + [anon_sym_QMARK] = ACTIONS(2899), + [anon_sym_BANG] = ACTIONS(2899), + [anon_sym_go] = ACTIONS(2899), + [anon_sym_spawn] = ACTIONS(2899), + [anon_sym_json_DOTdecode] = ACTIONS(2899), + [anon_sym_LBRACK2] = ACTIONS(2899), + [anon_sym_TILDE] = ACTIONS(2899), + [anon_sym_CARET] = ACTIONS(2899), + [anon_sym_AMP] = ACTIONS(2899), + [anon_sym_LT_DASH] = ACTIONS(2899), + [anon_sym_LT_LT] = ACTIONS(2899), + [anon_sym_GT_GT] = ACTIONS(2899), + [anon_sym_GT_GT_GT] = ACTIONS(2899), + [anon_sym_AMP_CARET] = ACTIONS(2899), + [anon_sym_AMP_AMP] = ACTIONS(2899), + [anon_sym_PIPE_PIPE] = ACTIONS(2899), + [anon_sym_or] = ACTIONS(2899), + [sym_none] = ACTIONS(2899), + [sym_true] = ACTIONS(2899), + [sym_false] = ACTIONS(2899), + [sym_nil] = ACTIONS(2899), + [anon_sym_QMARK_DOT] = ACTIONS(2899), + [anon_sym_POUND_LBRACK] = ACTIONS(2899), + [anon_sym_if] = ACTIONS(2899), + [anon_sym_DOLLARif] = ACTIONS(2899), + [anon_sym_is] = ACTIONS(2899), + [anon_sym_BANGis] = ACTIONS(2899), + [anon_sym_in] = ACTIONS(2899), + [anon_sym_BANGin] = ACTIONS(2899), + [anon_sym_match] = ACTIONS(2899), + [anon_sym_select] = ACTIONS(2899), + [anon_sym_lock] = ACTIONS(2899), + [anon_sym_rlock] = ACTIONS(2899), + [anon_sym_unsafe] = ACTIONS(2899), + [anon_sym_sql] = ACTIONS(2899), + [sym_int_literal] = ACTIONS(2899), + [sym_float_literal] = ACTIONS(2899), + [sym_rune_literal] = ACTIONS(2899), + [anon_sym_AT] = ACTIONS(2899), + [anon_sym_shared] = ACTIONS(2899), + [anon_sym_map_LBRACK] = ACTIONS(2899), + [anon_sym_chan] = ACTIONS(2899), + [anon_sym_thread] = ACTIONS(2899), + [anon_sym_atomic] = ACTIONS(2899), + [sym___double_quote] = ACTIONS(2899), + [sym___single_quote] = ACTIONS(2899), + [sym___c_double_quote] = ACTIONS(2899), + [sym___c_single_quote] = ACTIONS(2899), + [sym___r_double_quote] = ACTIONS(2899), + [sym___r_single_quote] = ACTIONS(2899), + }, + [1174] = { + [sym_identifier] = ACTIONS(3075), + [anon_sym_LF] = ACTIONS(3075), + [anon_sym_CR] = ACTIONS(3075), + [anon_sym_CR_LF] = ACTIONS(3075), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(3075), + [anon_sym_DOT] = ACTIONS(3075), + [anon_sym_as] = ACTIONS(3075), + [anon_sym_LBRACE] = ACTIONS(3075), + [anon_sym_COMMA] = ACTIONS(3075), + [anon_sym_RBRACE] = ACTIONS(3075), + [anon_sym_LPAREN] = ACTIONS(3075), + [anon_sym_PIPE] = ACTIONS(3075), + [anon_sym_fn] = ACTIONS(3075), + [anon_sym_PLUS] = ACTIONS(3075), + [anon_sym_DASH] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(3075), + [anon_sym_SLASH] = ACTIONS(3075), + [anon_sym_PERCENT] = ACTIONS(3075), + [anon_sym_LT] = ACTIONS(3075), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_EQ_EQ] = ACTIONS(3075), + [anon_sym_BANG_EQ] = ACTIONS(3075), + [anon_sym_LT_EQ] = ACTIONS(3075), + [anon_sym_GT_EQ] = ACTIONS(3075), + [anon_sym_LBRACK] = ACTIONS(3073), + [anon_sym_LT2] = ACTIONS(3075), + [anon_sym_struct] = ACTIONS(3075), + [anon_sym_mut] = ACTIONS(3075), + [anon_sym_PLUS_PLUS] = ACTIONS(3075), + [anon_sym_DASH_DASH] = ACTIONS(3075), + [anon_sym_QMARK] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(3075), + [anon_sym_go] = ACTIONS(3075), + [anon_sym_spawn] = ACTIONS(3075), + [anon_sym_json_DOTdecode] = ACTIONS(3075), + [anon_sym_LBRACK2] = ACTIONS(3075), + [anon_sym_TILDE] = ACTIONS(3075), + [anon_sym_CARET] = ACTIONS(3075), + [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_LT_DASH] = ACTIONS(3075), + [anon_sym_LT_LT] = ACTIONS(3075), + [anon_sym_GT_GT] = ACTIONS(3075), + [anon_sym_GT_GT_GT] = ACTIONS(3075), + [anon_sym_AMP_CARET] = ACTIONS(3075), + [anon_sym_AMP_AMP] = ACTIONS(3075), + [anon_sym_PIPE_PIPE] = ACTIONS(3075), + [anon_sym_or] = ACTIONS(3075), + [sym_none] = ACTIONS(3075), + [sym_true] = ACTIONS(3075), + [sym_false] = ACTIONS(3075), + [sym_nil] = ACTIONS(3075), + [anon_sym_QMARK_DOT] = ACTIONS(3075), + [anon_sym_POUND_LBRACK] = ACTIONS(3075), + [anon_sym_if] = ACTIONS(3075), + [anon_sym_DOLLARif] = ACTIONS(3075), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3075), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_BANGin] = ACTIONS(3075), + [anon_sym_match] = ACTIONS(3075), + [anon_sym_select] = ACTIONS(3075), + [anon_sym_lock] = ACTIONS(3075), + [anon_sym_rlock] = ACTIONS(3075), + [anon_sym_unsafe] = ACTIONS(3075), + [anon_sym_sql] = ACTIONS(3075), + [sym_int_literal] = ACTIONS(3075), + [sym_float_literal] = ACTIONS(3075), + [sym_rune_literal] = ACTIONS(3075), + [anon_sym_AT] = ACTIONS(3075), + [anon_sym_shared] = ACTIONS(3075), + [anon_sym_map_LBRACK] = ACTIONS(3075), + [anon_sym_chan] = ACTIONS(3075), + [anon_sym_thread] = ACTIONS(3075), + [anon_sym_atomic] = ACTIONS(3075), + [sym___double_quote] = ACTIONS(3075), + [sym___single_quote] = ACTIONS(3075), + [sym___c_double_quote] = ACTIONS(3075), + [sym___c_single_quote] = ACTIONS(3075), + [sym___r_double_quote] = ACTIONS(3075), + [sym___r_single_quote] = ACTIONS(3075), + }, [1175] = { - [sym_identifier] = ACTIONS(2989), - [anon_sym_LF] = ACTIONS(2989), - [anon_sym_CR] = ACTIONS(2989), - [anon_sym_CR_LF] = ACTIONS(2989), + [sym_identifier] = ACTIONS(2903), + [anon_sym_LF] = ACTIONS(2903), + [anon_sym_CR] = ACTIONS(2903), + [anon_sym_CR_LF] = ACTIONS(2903), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2989), - [anon_sym_DOT] = ACTIONS(2989), - [anon_sym_as] = ACTIONS(2989), - [anon_sym_LBRACE] = ACTIONS(2989), - [anon_sym_COMMA] = ACTIONS(2989), - [anon_sym_RBRACE] = ACTIONS(2989), - [anon_sym_LPAREN] = ACTIONS(2989), - [anon_sym_PIPE] = ACTIONS(2989), - [anon_sym_fn] = ACTIONS(2989), - [anon_sym_PLUS] = ACTIONS(2989), - [anon_sym_DASH] = ACTIONS(2989), - [anon_sym_STAR] = ACTIONS(2989), - [anon_sym_SLASH] = ACTIONS(2989), - [anon_sym_PERCENT] = ACTIONS(2989), - [anon_sym_LT] = ACTIONS(2989), - [anon_sym_GT] = ACTIONS(2989), - [anon_sym_EQ_EQ] = ACTIONS(2989), - [anon_sym_BANG_EQ] = ACTIONS(2989), - [anon_sym_LT_EQ] = ACTIONS(2989), - [anon_sym_GT_EQ] = ACTIONS(2989), - [anon_sym_LBRACK] = ACTIONS(2987), - [anon_sym_struct] = ACTIONS(2989), - [anon_sym_mut] = ACTIONS(2989), - [anon_sym_PLUS_PLUS] = ACTIONS(2989), - [anon_sym_DASH_DASH] = ACTIONS(2989), - [anon_sym_QMARK] = ACTIONS(2989), - [anon_sym_BANG] = ACTIONS(2989), - [anon_sym_go] = ACTIONS(2989), - [anon_sym_spawn] = ACTIONS(2989), - [anon_sym_json_DOTdecode] = ACTIONS(2989), - [anon_sym_LBRACK2] = ACTIONS(2989), - [anon_sym_TILDE] = ACTIONS(2989), - [anon_sym_CARET] = ACTIONS(2989), - [anon_sym_AMP] = ACTIONS(2989), - [anon_sym_LT_DASH] = ACTIONS(2989), - [anon_sym_LT_LT] = ACTIONS(2989), - [anon_sym_GT_GT] = ACTIONS(2989), - [anon_sym_GT_GT_GT] = ACTIONS(2989), - [anon_sym_AMP_CARET] = ACTIONS(2989), - [anon_sym_AMP_AMP] = ACTIONS(2989), - [anon_sym_PIPE_PIPE] = ACTIONS(2989), - [anon_sym_or] = ACTIONS(2989), - [sym_none] = ACTIONS(2989), - [sym_true] = ACTIONS(2989), - [sym_false] = ACTIONS(2989), - [sym_nil] = ACTIONS(2989), - [anon_sym_QMARK_DOT] = ACTIONS(2989), - [anon_sym_POUND_LBRACK] = ACTIONS(2989), - [anon_sym_if] = ACTIONS(2989), - [anon_sym_DOLLARif] = ACTIONS(2989), - [anon_sym_is] = ACTIONS(2989), - [anon_sym_BANGis] = ACTIONS(2989), - [anon_sym_in] = ACTIONS(2989), - [anon_sym_BANGin] = ACTIONS(2989), - [anon_sym_match] = ACTIONS(2989), - [anon_sym_select] = ACTIONS(2989), - [anon_sym_lock] = ACTIONS(2989), - [anon_sym_rlock] = ACTIONS(2989), - [anon_sym_unsafe] = ACTIONS(2989), - [anon_sym_sql] = ACTIONS(2989), - [sym_int_literal] = ACTIONS(2989), - [sym_float_literal] = ACTIONS(2989), - [sym_rune_literal] = ACTIONS(2989), - [anon_sym_AT] = ACTIONS(2989), - [anon_sym_shared] = ACTIONS(2989), - [anon_sym_map_LBRACK] = ACTIONS(2989), - [anon_sym_chan] = ACTIONS(2989), - [anon_sym_thread] = ACTIONS(2989), - [anon_sym_atomic] = ACTIONS(2989), - [sym___double_quote] = ACTIONS(2989), - [sym___single_quote] = ACTIONS(2989), - [sym___c_double_quote] = ACTIONS(2989), - [sym___c_single_quote] = ACTIONS(2989), - [sym___r_double_quote] = ACTIONS(2989), - [sym___r_single_quote] = ACTIONS(2989), + [anon_sym_SEMI] = ACTIONS(2903), + [anon_sym_DOT] = ACTIONS(2903), + [anon_sym_as] = ACTIONS(2903), + [anon_sym_LBRACE] = ACTIONS(2903), + [anon_sym_COMMA] = ACTIONS(2903), + [anon_sym_RBRACE] = ACTIONS(2903), + [anon_sym_LPAREN] = ACTIONS(2903), + [anon_sym_PIPE] = ACTIONS(2903), + [anon_sym_fn] = ACTIONS(2903), + [anon_sym_PLUS] = ACTIONS(2903), + [anon_sym_DASH] = ACTIONS(2903), + [anon_sym_STAR] = ACTIONS(2903), + [anon_sym_SLASH] = ACTIONS(2903), + [anon_sym_PERCENT] = ACTIONS(2903), + [anon_sym_LT] = ACTIONS(2903), + [anon_sym_GT] = ACTIONS(2903), + [anon_sym_EQ_EQ] = ACTIONS(2903), + [anon_sym_BANG_EQ] = ACTIONS(2903), + [anon_sym_LT_EQ] = ACTIONS(2903), + [anon_sym_GT_EQ] = ACTIONS(2903), + [anon_sym_LBRACK] = ACTIONS(2901), + [anon_sym_LT2] = ACTIONS(2903), + [anon_sym_struct] = ACTIONS(2903), + [anon_sym_mut] = ACTIONS(2903), + [anon_sym_PLUS_PLUS] = ACTIONS(2903), + [anon_sym_DASH_DASH] = ACTIONS(2903), + [anon_sym_QMARK] = ACTIONS(2903), + [anon_sym_BANG] = ACTIONS(2903), + [anon_sym_go] = ACTIONS(2903), + [anon_sym_spawn] = ACTIONS(2903), + [anon_sym_json_DOTdecode] = ACTIONS(2903), + [anon_sym_LBRACK2] = ACTIONS(2903), + [anon_sym_TILDE] = ACTIONS(2903), + [anon_sym_CARET] = ACTIONS(2903), + [anon_sym_AMP] = ACTIONS(2903), + [anon_sym_LT_DASH] = ACTIONS(2903), + [anon_sym_LT_LT] = ACTIONS(2903), + [anon_sym_GT_GT] = ACTIONS(2903), + [anon_sym_GT_GT_GT] = ACTIONS(2903), + [anon_sym_AMP_CARET] = ACTIONS(2903), + [anon_sym_AMP_AMP] = ACTIONS(2903), + [anon_sym_PIPE_PIPE] = ACTIONS(2903), + [anon_sym_or] = ACTIONS(2903), + [sym_none] = ACTIONS(2903), + [sym_true] = ACTIONS(2903), + [sym_false] = ACTIONS(2903), + [sym_nil] = ACTIONS(2903), + [anon_sym_QMARK_DOT] = ACTIONS(2903), + [anon_sym_POUND_LBRACK] = ACTIONS(2903), + [anon_sym_if] = ACTIONS(2903), + [anon_sym_DOLLARif] = ACTIONS(2903), + [anon_sym_is] = ACTIONS(2903), + [anon_sym_BANGis] = ACTIONS(2903), + [anon_sym_in] = ACTIONS(2903), + [anon_sym_BANGin] = ACTIONS(2903), + [anon_sym_match] = ACTIONS(2903), + [anon_sym_select] = ACTIONS(2903), + [anon_sym_lock] = ACTIONS(2903), + [anon_sym_rlock] = ACTIONS(2903), + [anon_sym_unsafe] = ACTIONS(2903), + [anon_sym_sql] = ACTIONS(2903), + [sym_int_literal] = ACTIONS(2903), + [sym_float_literal] = ACTIONS(2903), + [sym_rune_literal] = ACTIONS(2903), + [anon_sym_AT] = ACTIONS(2903), + [anon_sym_shared] = ACTIONS(2903), + [anon_sym_map_LBRACK] = ACTIONS(2903), + [anon_sym_chan] = ACTIONS(2903), + [anon_sym_thread] = ACTIONS(2903), + [anon_sym_atomic] = ACTIONS(2903), + [sym___double_quote] = ACTIONS(2903), + [sym___single_quote] = ACTIONS(2903), + [sym___c_double_quote] = ACTIONS(2903), + [sym___c_single_quote] = ACTIONS(2903), + [sym___r_double_quote] = ACTIONS(2903), + [sym___r_single_quote] = ACTIONS(2903), }, [1176] = { - [sym_identifier] = ACTIONS(2704), - [anon_sym_LF] = ACTIONS(2704), - [anon_sym_CR] = ACTIONS(2704), - [anon_sym_CR_LF] = ACTIONS(2704), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LF] = ACTIONS(3115), + [anon_sym_CR] = ACTIONS(3115), + [anon_sym_CR_LF] = ACTIONS(3115), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_DOT] = ACTIONS(2704), - [anon_sym_as] = ACTIONS(2704), - [anon_sym_LBRACE] = ACTIONS(2704), - [anon_sym_COMMA] = ACTIONS(2704), - [anon_sym_RBRACE] = ACTIONS(2704), - [anon_sym_LPAREN] = ACTIONS(2704), - [anon_sym_PIPE] = ACTIONS(2704), - [anon_sym_fn] = ACTIONS(2704), - [anon_sym_PLUS] = ACTIONS(2704), - [anon_sym_DASH] = ACTIONS(2704), - [anon_sym_STAR] = ACTIONS(2704), - [anon_sym_SLASH] = ACTIONS(2704), - [anon_sym_PERCENT] = ACTIONS(2704), - [anon_sym_LT] = ACTIONS(2704), - [anon_sym_GT] = ACTIONS(2704), - [anon_sym_EQ_EQ] = ACTIONS(2704), - [anon_sym_BANG_EQ] = ACTIONS(2704), - [anon_sym_LT_EQ] = ACTIONS(2704), - [anon_sym_GT_EQ] = ACTIONS(2704), - [anon_sym_LBRACK] = ACTIONS(2702), - [anon_sym_struct] = ACTIONS(2704), - [anon_sym_mut] = ACTIONS(2704), - [anon_sym_PLUS_PLUS] = ACTIONS(2704), - [anon_sym_DASH_DASH] = ACTIONS(2704), - [anon_sym_QMARK] = ACTIONS(2704), - [anon_sym_BANG] = ACTIONS(2704), - [anon_sym_go] = ACTIONS(2704), - [anon_sym_spawn] = ACTIONS(2704), - [anon_sym_json_DOTdecode] = ACTIONS(2704), - [anon_sym_LBRACK2] = ACTIONS(2704), - [anon_sym_TILDE] = ACTIONS(2704), - [anon_sym_CARET] = ACTIONS(2704), - [anon_sym_AMP] = ACTIONS(2704), - [anon_sym_LT_DASH] = ACTIONS(2704), - [anon_sym_LT_LT] = ACTIONS(2704), - [anon_sym_GT_GT] = ACTIONS(2704), - [anon_sym_GT_GT_GT] = ACTIONS(2704), - [anon_sym_AMP_CARET] = ACTIONS(2704), - [anon_sym_AMP_AMP] = ACTIONS(2704), - [anon_sym_PIPE_PIPE] = ACTIONS(2704), - [anon_sym_or] = ACTIONS(2704), - [sym_none] = ACTIONS(2704), - [sym_true] = ACTIONS(2704), - [sym_false] = ACTIONS(2704), - [sym_nil] = ACTIONS(2704), - [anon_sym_QMARK_DOT] = ACTIONS(2704), - [anon_sym_POUND_LBRACK] = ACTIONS(2704), - [anon_sym_if] = ACTIONS(2704), - [anon_sym_DOLLARif] = ACTIONS(2704), - [anon_sym_is] = ACTIONS(2704), - [anon_sym_BANGis] = ACTIONS(2704), - [anon_sym_in] = ACTIONS(2704), - [anon_sym_BANGin] = ACTIONS(2704), - [anon_sym_match] = ACTIONS(2704), - [anon_sym_select] = ACTIONS(2704), - [anon_sym_lock] = ACTIONS(2704), - [anon_sym_rlock] = ACTIONS(2704), - [anon_sym_unsafe] = ACTIONS(2704), - [anon_sym_sql] = ACTIONS(2704), - [sym_int_literal] = ACTIONS(2704), - [sym_float_literal] = ACTIONS(2704), - [sym_rune_literal] = ACTIONS(2704), - [anon_sym_AT] = ACTIONS(2704), - [anon_sym_shared] = ACTIONS(2704), - [anon_sym_map_LBRACK] = ACTIONS(2704), - [anon_sym_chan] = ACTIONS(2704), - [anon_sym_thread] = ACTIONS(2704), - [anon_sym_atomic] = ACTIONS(2704), - [sym___double_quote] = ACTIONS(2704), - [sym___single_quote] = ACTIONS(2704), - [sym___c_double_quote] = ACTIONS(2704), - [sym___c_single_quote] = ACTIONS(2704), - [sym___r_double_quote] = ACTIONS(2704), - [sym___r_single_quote] = ACTIONS(2704), + [anon_sym_SEMI] = ACTIONS(3115), + [anon_sym_DOT] = ACTIONS(3115), + [anon_sym_as] = ACTIONS(3115), + [anon_sym_LBRACE] = ACTIONS(3115), + [anon_sym_COMMA] = ACTIONS(3115), + [anon_sym_RBRACE] = ACTIONS(3115), + [anon_sym_LPAREN] = ACTIONS(3115), + [anon_sym_PIPE] = ACTIONS(3115), + [anon_sym_fn] = ACTIONS(3115), + [anon_sym_PLUS] = ACTIONS(3115), + [anon_sym_DASH] = ACTIONS(3115), + [anon_sym_STAR] = ACTIONS(3115), + [anon_sym_SLASH] = ACTIONS(3115), + [anon_sym_PERCENT] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(3115), + [anon_sym_GT] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3115), + [anon_sym_BANG_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(3115), + [anon_sym_GT_EQ] = ACTIONS(3115), + [anon_sym_LBRACK] = ACTIONS(3113), + [anon_sym_LT2] = ACTIONS(3115), + [anon_sym_struct] = ACTIONS(3115), + [anon_sym_mut] = ACTIONS(3115), + [anon_sym_PLUS_PLUS] = ACTIONS(3115), + [anon_sym_DASH_DASH] = ACTIONS(3115), + [anon_sym_QMARK] = ACTIONS(3115), + [anon_sym_BANG] = ACTIONS(3115), + [anon_sym_go] = ACTIONS(3115), + [anon_sym_spawn] = ACTIONS(3115), + [anon_sym_json_DOTdecode] = ACTIONS(3115), + [anon_sym_LBRACK2] = ACTIONS(3115), + [anon_sym_TILDE] = ACTIONS(3115), + [anon_sym_CARET] = ACTIONS(3115), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT_DASH] = ACTIONS(3115), + [anon_sym_LT_LT] = ACTIONS(3115), + [anon_sym_GT_GT] = ACTIONS(3115), + [anon_sym_GT_GT_GT] = ACTIONS(3115), + [anon_sym_AMP_CARET] = ACTIONS(3115), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_or] = ACTIONS(3115), + [sym_none] = ACTIONS(3115), + [sym_true] = ACTIONS(3115), + [sym_false] = ACTIONS(3115), + [sym_nil] = ACTIONS(3115), + [anon_sym_QMARK_DOT] = ACTIONS(3115), + [anon_sym_POUND_LBRACK] = ACTIONS(3115), + [anon_sym_if] = ACTIONS(3115), + [anon_sym_DOLLARif] = ACTIONS(3115), + [anon_sym_is] = ACTIONS(3115), + [anon_sym_BANGis] = ACTIONS(3115), + [anon_sym_in] = ACTIONS(3115), + [anon_sym_BANGin] = ACTIONS(3115), + [anon_sym_match] = ACTIONS(3115), + [anon_sym_select] = ACTIONS(3115), + [anon_sym_lock] = ACTIONS(3115), + [anon_sym_rlock] = ACTIONS(3115), + [anon_sym_unsafe] = ACTIONS(3115), + [anon_sym_sql] = ACTIONS(3115), + [sym_int_literal] = ACTIONS(3115), + [sym_float_literal] = ACTIONS(3115), + [sym_rune_literal] = ACTIONS(3115), + [anon_sym_AT] = ACTIONS(3115), + [anon_sym_shared] = ACTIONS(3115), + [anon_sym_map_LBRACK] = ACTIONS(3115), + [anon_sym_chan] = ACTIONS(3115), + [anon_sym_thread] = ACTIONS(3115), + [anon_sym_atomic] = ACTIONS(3115), + [sym___double_quote] = ACTIONS(3115), + [sym___single_quote] = ACTIONS(3115), + [sym___c_double_quote] = ACTIONS(3115), + [sym___c_single_quote] = ACTIONS(3115), + [sym___r_double_quote] = ACTIONS(3115), + [sym___r_single_quote] = ACTIONS(3115), }, [1177] = { - [sym_identifier] = ACTIONS(2891), - [anon_sym_LF] = ACTIONS(2891), - [anon_sym_CR] = ACTIONS(2891), - [anon_sym_CR_LF] = ACTIONS(2891), + [sym_identifier] = ACTIONS(2907), + [anon_sym_LF] = ACTIONS(2907), + [anon_sym_CR] = ACTIONS(2907), + [anon_sym_CR_LF] = ACTIONS(2907), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2891), - [anon_sym_DOT] = ACTIONS(2891), - [anon_sym_as] = ACTIONS(2891), - [anon_sym_LBRACE] = ACTIONS(2891), - [anon_sym_COMMA] = ACTIONS(2891), - [anon_sym_RBRACE] = ACTIONS(2891), - [anon_sym_LPAREN] = ACTIONS(2891), - [anon_sym_PIPE] = ACTIONS(2891), - [anon_sym_fn] = ACTIONS(2891), - [anon_sym_PLUS] = ACTIONS(2891), - [anon_sym_DASH] = ACTIONS(2891), - [anon_sym_STAR] = ACTIONS(2891), - [anon_sym_SLASH] = ACTIONS(2891), - [anon_sym_PERCENT] = ACTIONS(2891), - [anon_sym_LT] = ACTIONS(2891), - [anon_sym_GT] = ACTIONS(2891), - [anon_sym_EQ_EQ] = ACTIONS(2891), - [anon_sym_BANG_EQ] = ACTIONS(2891), - [anon_sym_LT_EQ] = ACTIONS(2891), - [anon_sym_GT_EQ] = ACTIONS(2891), - [anon_sym_LBRACK] = ACTIONS(2889), - [anon_sym_struct] = ACTIONS(2891), - [anon_sym_mut] = ACTIONS(2891), - [anon_sym_PLUS_PLUS] = ACTIONS(2891), - [anon_sym_DASH_DASH] = ACTIONS(2891), - [anon_sym_QMARK] = ACTIONS(2891), - [anon_sym_BANG] = ACTIONS(2891), - [anon_sym_go] = ACTIONS(2891), - [anon_sym_spawn] = ACTIONS(2891), - [anon_sym_json_DOTdecode] = ACTIONS(2891), - [anon_sym_LBRACK2] = ACTIONS(2891), - [anon_sym_TILDE] = ACTIONS(2891), - [anon_sym_CARET] = ACTIONS(2891), - [anon_sym_AMP] = ACTIONS(2891), - [anon_sym_LT_DASH] = ACTIONS(2891), - [anon_sym_LT_LT] = ACTIONS(2891), - [anon_sym_GT_GT] = ACTIONS(2891), - [anon_sym_GT_GT_GT] = ACTIONS(2891), - [anon_sym_AMP_CARET] = ACTIONS(2891), - [anon_sym_AMP_AMP] = ACTIONS(2891), - [anon_sym_PIPE_PIPE] = ACTIONS(2891), - [anon_sym_or] = ACTIONS(2891), - [sym_none] = ACTIONS(2891), - [sym_true] = ACTIONS(2891), - [sym_false] = ACTIONS(2891), - [sym_nil] = ACTIONS(2891), - [anon_sym_QMARK_DOT] = ACTIONS(2891), - [anon_sym_POUND_LBRACK] = ACTIONS(2891), - [anon_sym_if] = ACTIONS(2891), - [anon_sym_DOLLARif] = ACTIONS(2891), - [anon_sym_is] = ACTIONS(2891), - [anon_sym_BANGis] = ACTIONS(2891), - [anon_sym_in] = ACTIONS(2891), - [anon_sym_BANGin] = ACTIONS(2891), - [anon_sym_match] = ACTIONS(2891), - [anon_sym_select] = ACTIONS(2891), - [anon_sym_lock] = ACTIONS(2891), - [anon_sym_rlock] = ACTIONS(2891), - [anon_sym_unsafe] = ACTIONS(2891), - [anon_sym_sql] = ACTIONS(2891), - [sym_int_literal] = ACTIONS(2891), - [sym_float_literal] = ACTIONS(2891), - [sym_rune_literal] = ACTIONS(2891), - [anon_sym_AT] = ACTIONS(2891), - [anon_sym_shared] = ACTIONS(2891), - [anon_sym_map_LBRACK] = ACTIONS(2891), - [anon_sym_chan] = ACTIONS(2891), - [anon_sym_thread] = ACTIONS(2891), - [anon_sym_atomic] = ACTIONS(2891), - [sym___double_quote] = ACTIONS(2891), - [sym___single_quote] = ACTIONS(2891), - [sym___c_double_quote] = ACTIONS(2891), - [sym___c_single_quote] = ACTIONS(2891), - [sym___r_double_quote] = ACTIONS(2891), - [sym___r_single_quote] = ACTIONS(2891), + [anon_sym_SEMI] = ACTIONS(2907), + [anon_sym_DOT] = ACTIONS(2907), + [anon_sym_as] = ACTIONS(2907), + [anon_sym_LBRACE] = ACTIONS(2907), + [anon_sym_COMMA] = ACTIONS(2907), + [anon_sym_RBRACE] = ACTIONS(2907), + [anon_sym_LPAREN] = ACTIONS(2907), + [anon_sym_PIPE] = ACTIONS(2907), + [anon_sym_fn] = ACTIONS(2907), + [anon_sym_PLUS] = ACTIONS(2907), + [anon_sym_DASH] = ACTIONS(2907), + [anon_sym_STAR] = ACTIONS(2907), + [anon_sym_SLASH] = ACTIONS(2907), + [anon_sym_PERCENT] = ACTIONS(2907), + [anon_sym_LT] = ACTIONS(2907), + [anon_sym_GT] = ACTIONS(2907), + [anon_sym_EQ_EQ] = ACTIONS(2907), + [anon_sym_BANG_EQ] = ACTIONS(2907), + [anon_sym_LT_EQ] = ACTIONS(2907), + [anon_sym_GT_EQ] = ACTIONS(2907), + [anon_sym_LBRACK] = ACTIONS(2905), + [anon_sym_LT2] = ACTIONS(2907), + [anon_sym_struct] = ACTIONS(2907), + [anon_sym_mut] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2907), + [anon_sym_DASH_DASH] = ACTIONS(2907), + [anon_sym_QMARK] = ACTIONS(2907), + [anon_sym_BANG] = ACTIONS(2907), + [anon_sym_go] = ACTIONS(2907), + [anon_sym_spawn] = ACTIONS(2907), + [anon_sym_json_DOTdecode] = ACTIONS(2907), + [anon_sym_LBRACK2] = ACTIONS(2907), + [anon_sym_TILDE] = ACTIONS(2907), + [anon_sym_CARET] = ACTIONS(2907), + [anon_sym_AMP] = ACTIONS(2907), + [anon_sym_LT_DASH] = ACTIONS(2907), + [anon_sym_LT_LT] = ACTIONS(2907), + [anon_sym_GT_GT] = ACTIONS(2907), + [anon_sym_GT_GT_GT] = ACTIONS(2907), + [anon_sym_AMP_CARET] = ACTIONS(2907), + [anon_sym_AMP_AMP] = ACTIONS(2907), + [anon_sym_PIPE_PIPE] = ACTIONS(2907), + [anon_sym_or] = ACTIONS(2907), + [sym_none] = ACTIONS(2907), + [sym_true] = ACTIONS(2907), + [sym_false] = ACTIONS(2907), + [sym_nil] = ACTIONS(2907), + [anon_sym_QMARK_DOT] = ACTIONS(2907), + [anon_sym_POUND_LBRACK] = ACTIONS(2907), + [anon_sym_if] = ACTIONS(2907), + [anon_sym_DOLLARif] = ACTIONS(2907), + [anon_sym_is] = ACTIONS(2907), + [anon_sym_BANGis] = ACTIONS(2907), + [anon_sym_in] = ACTIONS(2907), + [anon_sym_BANGin] = ACTIONS(2907), + [anon_sym_match] = ACTIONS(2907), + [anon_sym_select] = ACTIONS(2907), + [anon_sym_lock] = ACTIONS(2907), + [anon_sym_rlock] = ACTIONS(2907), + [anon_sym_unsafe] = ACTIONS(2907), + [anon_sym_sql] = ACTIONS(2907), + [sym_int_literal] = ACTIONS(2907), + [sym_float_literal] = ACTIONS(2907), + [sym_rune_literal] = ACTIONS(2907), + [anon_sym_AT] = ACTIONS(2907), + [anon_sym_shared] = ACTIONS(2907), + [anon_sym_map_LBRACK] = ACTIONS(2907), + [anon_sym_chan] = ACTIONS(2907), + [anon_sym_thread] = ACTIONS(2907), + [anon_sym_atomic] = ACTIONS(2907), + [sym___double_quote] = ACTIONS(2907), + [sym___single_quote] = ACTIONS(2907), + [sym___c_double_quote] = ACTIONS(2907), + [sym___c_single_quote] = ACTIONS(2907), + [sym___r_double_quote] = ACTIONS(2907), + [sym___r_single_quote] = ACTIONS(2907), }, [1178] = { - [sym_identifier] = ACTIONS(2959), - [anon_sym_LF] = ACTIONS(2959), - [anon_sym_CR] = ACTIONS(2959), - [anon_sym_CR_LF] = ACTIONS(2959), + [sym_identifier] = ACTIONS(2919), + [anon_sym_LF] = ACTIONS(2919), + [anon_sym_CR] = ACTIONS(2919), + [anon_sym_CR_LF] = ACTIONS(2919), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2959), - [anon_sym_DOT] = ACTIONS(2959), - [anon_sym_as] = ACTIONS(2959), - [anon_sym_LBRACE] = ACTIONS(2959), - [anon_sym_COMMA] = ACTIONS(2959), - [anon_sym_RBRACE] = ACTIONS(2959), - [anon_sym_LPAREN] = ACTIONS(2959), - [anon_sym_PIPE] = ACTIONS(2959), - [anon_sym_fn] = ACTIONS(2959), - [anon_sym_PLUS] = ACTIONS(2959), - [anon_sym_DASH] = ACTIONS(2959), - [anon_sym_STAR] = ACTIONS(2959), - [anon_sym_SLASH] = ACTIONS(2959), - [anon_sym_PERCENT] = ACTIONS(2959), - [anon_sym_LT] = ACTIONS(2959), - [anon_sym_GT] = ACTIONS(2959), - [anon_sym_EQ_EQ] = ACTIONS(2959), - [anon_sym_BANG_EQ] = ACTIONS(2959), - [anon_sym_LT_EQ] = ACTIONS(2959), - [anon_sym_GT_EQ] = ACTIONS(2959), - [anon_sym_LBRACK] = ACTIONS(2957), - [anon_sym_struct] = ACTIONS(2959), - [anon_sym_mut] = ACTIONS(2959), - [anon_sym_PLUS_PLUS] = ACTIONS(2959), - [anon_sym_DASH_DASH] = ACTIONS(2959), - [anon_sym_QMARK] = ACTIONS(2959), - [anon_sym_BANG] = ACTIONS(2959), - [anon_sym_go] = ACTIONS(2959), - [anon_sym_spawn] = ACTIONS(2959), - [anon_sym_json_DOTdecode] = ACTIONS(2959), - [anon_sym_LBRACK2] = ACTIONS(2959), - [anon_sym_TILDE] = ACTIONS(2959), - [anon_sym_CARET] = ACTIONS(2959), - [anon_sym_AMP] = ACTIONS(2959), - [anon_sym_LT_DASH] = ACTIONS(2959), - [anon_sym_LT_LT] = ACTIONS(2959), - [anon_sym_GT_GT] = ACTIONS(2959), - [anon_sym_GT_GT_GT] = ACTIONS(2959), - [anon_sym_AMP_CARET] = ACTIONS(2959), - [anon_sym_AMP_AMP] = ACTIONS(2959), - [anon_sym_PIPE_PIPE] = ACTIONS(2959), - [anon_sym_or] = ACTIONS(2959), - [sym_none] = ACTIONS(2959), - [sym_true] = ACTIONS(2959), - [sym_false] = ACTIONS(2959), - [sym_nil] = ACTIONS(2959), - [anon_sym_QMARK_DOT] = ACTIONS(2959), - [anon_sym_POUND_LBRACK] = ACTIONS(2959), - [anon_sym_if] = ACTIONS(2959), - [anon_sym_DOLLARif] = ACTIONS(2959), - [anon_sym_is] = ACTIONS(2959), - [anon_sym_BANGis] = ACTIONS(2959), - [anon_sym_in] = ACTIONS(2959), - [anon_sym_BANGin] = ACTIONS(2959), - [anon_sym_match] = ACTIONS(2959), - [anon_sym_select] = ACTIONS(2959), - [anon_sym_lock] = ACTIONS(2959), - [anon_sym_rlock] = ACTIONS(2959), - [anon_sym_unsafe] = ACTIONS(2959), - [anon_sym_sql] = ACTIONS(2959), - [sym_int_literal] = ACTIONS(2959), - [sym_float_literal] = ACTIONS(2959), - [sym_rune_literal] = ACTIONS(2959), - [anon_sym_AT] = ACTIONS(2959), - [anon_sym_shared] = ACTIONS(2959), - [anon_sym_map_LBRACK] = ACTIONS(2959), - [anon_sym_chan] = ACTIONS(2959), - [anon_sym_thread] = ACTIONS(2959), - [anon_sym_atomic] = ACTIONS(2959), - [sym___double_quote] = ACTIONS(2959), - [sym___single_quote] = ACTIONS(2959), - [sym___c_double_quote] = ACTIONS(2959), - [sym___c_single_quote] = ACTIONS(2959), - [sym___r_double_quote] = ACTIONS(2959), - [sym___r_single_quote] = ACTIONS(2959), + [anon_sym_SEMI] = ACTIONS(2919), + [anon_sym_DOT] = ACTIONS(2919), + [anon_sym_as] = ACTIONS(2919), + [anon_sym_LBRACE] = ACTIONS(2919), + [anon_sym_COMMA] = ACTIONS(2919), + [anon_sym_RBRACE] = ACTIONS(2919), + [anon_sym_LPAREN] = ACTIONS(2919), + [anon_sym_PIPE] = ACTIONS(2919), + [anon_sym_fn] = ACTIONS(2919), + [anon_sym_PLUS] = ACTIONS(2919), + [anon_sym_DASH] = ACTIONS(2919), + [anon_sym_STAR] = ACTIONS(2919), + [anon_sym_SLASH] = ACTIONS(2919), + [anon_sym_PERCENT] = ACTIONS(2919), + [anon_sym_LT] = ACTIONS(2919), + [anon_sym_GT] = ACTIONS(2919), + [anon_sym_EQ_EQ] = ACTIONS(2919), + [anon_sym_BANG_EQ] = ACTIONS(2919), + [anon_sym_LT_EQ] = ACTIONS(2919), + [anon_sym_GT_EQ] = ACTIONS(2919), + [anon_sym_LBRACK] = ACTIONS(2917), + [anon_sym_LT2] = ACTIONS(2919), + [anon_sym_struct] = ACTIONS(2919), + [anon_sym_mut] = ACTIONS(2919), + [anon_sym_PLUS_PLUS] = ACTIONS(2919), + [anon_sym_DASH_DASH] = ACTIONS(2919), + [anon_sym_QMARK] = ACTIONS(2919), + [anon_sym_BANG] = ACTIONS(2919), + [anon_sym_go] = ACTIONS(2919), + [anon_sym_spawn] = ACTIONS(2919), + [anon_sym_json_DOTdecode] = ACTIONS(2919), + [anon_sym_LBRACK2] = ACTIONS(2919), + [anon_sym_TILDE] = ACTIONS(2919), + [anon_sym_CARET] = ACTIONS(2919), + [anon_sym_AMP] = ACTIONS(2919), + [anon_sym_LT_DASH] = ACTIONS(2919), + [anon_sym_LT_LT] = ACTIONS(2919), + [anon_sym_GT_GT] = ACTIONS(2919), + [anon_sym_GT_GT_GT] = ACTIONS(2919), + [anon_sym_AMP_CARET] = ACTIONS(2919), + [anon_sym_AMP_AMP] = ACTIONS(2919), + [anon_sym_PIPE_PIPE] = ACTIONS(2919), + [anon_sym_or] = ACTIONS(2919), + [sym_none] = ACTIONS(2919), + [sym_true] = ACTIONS(2919), + [sym_false] = ACTIONS(2919), + [sym_nil] = ACTIONS(2919), + [anon_sym_QMARK_DOT] = ACTIONS(2919), + [anon_sym_POUND_LBRACK] = ACTIONS(2919), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2919), + [anon_sym_is] = ACTIONS(2919), + [anon_sym_BANGis] = ACTIONS(2919), + [anon_sym_in] = ACTIONS(2919), + [anon_sym_BANGin] = ACTIONS(2919), + [anon_sym_match] = ACTIONS(2919), + [anon_sym_select] = ACTIONS(2919), + [anon_sym_lock] = ACTIONS(2919), + [anon_sym_rlock] = ACTIONS(2919), + [anon_sym_unsafe] = ACTIONS(2919), + [anon_sym_sql] = ACTIONS(2919), + [sym_int_literal] = ACTIONS(2919), + [sym_float_literal] = ACTIONS(2919), + [sym_rune_literal] = ACTIONS(2919), + [anon_sym_AT] = ACTIONS(2919), + [anon_sym_shared] = ACTIONS(2919), + [anon_sym_map_LBRACK] = ACTIONS(2919), + [anon_sym_chan] = ACTIONS(2919), + [anon_sym_thread] = ACTIONS(2919), + [anon_sym_atomic] = ACTIONS(2919), + [sym___double_quote] = ACTIONS(2919), + [sym___single_quote] = ACTIONS(2919), + [sym___c_double_quote] = ACTIONS(2919), + [sym___c_single_quote] = ACTIONS(2919), + [sym___r_double_quote] = ACTIONS(2919), + [sym___r_single_quote] = ACTIONS(2919), }, [1179] = { - [sym_identifier] = ACTIONS(2927), - [anon_sym_LF] = ACTIONS(2927), - [anon_sym_CR] = ACTIONS(2927), - [anon_sym_CR_LF] = ACTIONS(2927), + [sym_identifier] = ACTIONS(2923), + [anon_sym_LF] = ACTIONS(2923), + [anon_sym_CR] = ACTIONS(2923), + [anon_sym_CR_LF] = ACTIONS(2923), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2927), - [anon_sym_DOT] = ACTIONS(2927), - [anon_sym_as] = ACTIONS(2927), - [anon_sym_LBRACE] = ACTIONS(2927), - [anon_sym_COMMA] = ACTIONS(2927), - [anon_sym_RBRACE] = ACTIONS(2927), - [anon_sym_LPAREN] = ACTIONS(2927), - [anon_sym_PIPE] = ACTIONS(2927), - [anon_sym_fn] = ACTIONS(2927), - [anon_sym_PLUS] = ACTIONS(2927), - [anon_sym_DASH] = ACTIONS(2927), - [anon_sym_STAR] = ACTIONS(2927), - [anon_sym_SLASH] = ACTIONS(2927), - [anon_sym_PERCENT] = ACTIONS(2927), - [anon_sym_LT] = ACTIONS(2927), - [anon_sym_GT] = ACTIONS(2927), - [anon_sym_EQ_EQ] = ACTIONS(2927), - [anon_sym_BANG_EQ] = ACTIONS(2927), - [anon_sym_LT_EQ] = ACTIONS(2927), - [anon_sym_GT_EQ] = ACTIONS(2927), - [anon_sym_LBRACK] = ACTIONS(2925), - [anon_sym_struct] = ACTIONS(2927), - [anon_sym_mut] = ACTIONS(2927), - [anon_sym_PLUS_PLUS] = ACTIONS(2927), - [anon_sym_DASH_DASH] = ACTIONS(2927), - [anon_sym_QMARK] = ACTIONS(2927), - [anon_sym_BANG] = ACTIONS(2927), - [anon_sym_go] = ACTIONS(2927), - [anon_sym_spawn] = ACTIONS(2927), - [anon_sym_json_DOTdecode] = ACTIONS(2927), - [anon_sym_LBRACK2] = ACTIONS(2927), - [anon_sym_TILDE] = ACTIONS(2927), - [anon_sym_CARET] = ACTIONS(2927), - [anon_sym_AMP] = ACTIONS(2927), - [anon_sym_LT_DASH] = ACTIONS(2927), - [anon_sym_LT_LT] = ACTIONS(2927), - [anon_sym_GT_GT] = ACTIONS(2927), - [anon_sym_GT_GT_GT] = ACTIONS(2927), - [anon_sym_AMP_CARET] = ACTIONS(2927), - [anon_sym_AMP_AMP] = ACTIONS(2927), - [anon_sym_PIPE_PIPE] = ACTIONS(2927), - [anon_sym_or] = ACTIONS(2927), - [sym_none] = ACTIONS(2927), - [sym_true] = ACTIONS(2927), - [sym_false] = ACTIONS(2927), - [sym_nil] = ACTIONS(2927), - [anon_sym_QMARK_DOT] = ACTIONS(2927), - [anon_sym_POUND_LBRACK] = ACTIONS(2927), - [anon_sym_if] = ACTIONS(2927), - [anon_sym_DOLLARif] = ACTIONS(2927), - [anon_sym_is] = ACTIONS(2927), - [anon_sym_BANGis] = ACTIONS(2927), - [anon_sym_in] = ACTIONS(2927), - [anon_sym_BANGin] = ACTIONS(2927), - [anon_sym_match] = ACTIONS(2927), - [anon_sym_select] = ACTIONS(2927), - [anon_sym_lock] = ACTIONS(2927), - [anon_sym_rlock] = ACTIONS(2927), - [anon_sym_unsafe] = ACTIONS(2927), - [anon_sym_sql] = ACTIONS(2927), - [sym_int_literal] = ACTIONS(2927), - [sym_float_literal] = ACTIONS(2927), - [sym_rune_literal] = ACTIONS(2927), - [anon_sym_AT] = ACTIONS(2927), - [anon_sym_shared] = ACTIONS(2927), - [anon_sym_map_LBRACK] = ACTIONS(2927), - [anon_sym_chan] = ACTIONS(2927), - [anon_sym_thread] = ACTIONS(2927), - [anon_sym_atomic] = ACTIONS(2927), - [sym___double_quote] = ACTIONS(2927), - [sym___single_quote] = ACTIONS(2927), - [sym___c_double_quote] = ACTIONS(2927), - [sym___c_single_quote] = ACTIONS(2927), - [sym___r_double_quote] = ACTIONS(2927), - [sym___r_single_quote] = ACTIONS(2927), + [anon_sym_SEMI] = ACTIONS(2923), + [anon_sym_DOT] = ACTIONS(2923), + [anon_sym_as] = ACTIONS(2923), + [anon_sym_LBRACE] = ACTIONS(2923), + [anon_sym_COMMA] = ACTIONS(2923), + [anon_sym_RBRACE] = ACTIONS(2923), + [anon_sym_LPAREN] = ACTIONS(2923), + [anon_sym_PIPE] = ACTIONS(2923), + [anon_sym_fn] = ACTIONS(2923), + [anon_sym_PLUS] = ACTIONS(2923), + [anon_sym_DASH] = ACTIONS(2923), + [anon_sym_STAR] = ACTIONS(2923), + [anon_sym_SLASH] = ACTIONS(2923), + [anon_sym_PERCENT] = ACTIONS(2923), + [anon_sym_LT] = ACTIONS(2923), + [anon_sym_GT] = ACTIONS(2923), + [anon_sym_EQ_EQ] = ACTIONS(2923), + [anon_sym_BANG_EQ] = ACTIONS(2923), + [anon_sym_LT_EQ] = ACTIONS(2923), + [anon_sym_GT_EQ] = ACTIONS(2923), + [anon_sym_LBRACK] = ACTIONS(2921), + [anon_sym_LT2] = ACTIONS(2923), + [anon_sym_struct] = ACTIONS(2923), + [anon_sym_mut] = ACTIONS(2923), + [anon_sym_PLUS_PLUS] = ACTIONS(2923), + [anon_sym_DASH_DASH] = ACTIONS(2923), + [anon_sym_QMARK] = ACTIONS(2923), + [anon_sym_BANG] = ACTIONS(2923), + [anon_sym_go] = ACTIONS(2923), + [anon_sym_spawn] = ACTIONS(2923), + [anon_sym_json_DOTdecode] = ACTIONS(2923), + [anon_sym_LBRACK2] = ACTIONS(2923), + [anon_sym_TILDE] = ACTIONS(2923), + [anon_sym_CARET] = ACTIONS(2923), + [anon_sym_AMP] = ACTIONS(2923), + [anon_sym_LT_DASH] = ACTIONS(2923), + [anon_sym_LT_LT] = ACTIONS(2923), + [anon_sym_GT_GT] = ACTIONS(2923), + [anon_sym_GT_GT_GT] = ACTIONS(2923), + [anon_sym_AMP_CARET] = ACTIONS(2923), + [anon_sym_AMP_AMP] = ACTIONS(2923), + [anon_sym_PIPE_PIPE] = ACTIONS(2923), + [anon_sym_or] = ACTIONS(2923), + [sym_none] = ACTIONS(2923), + [sym_true] = ACTIONS(2923), + [sym_false] = ACTIONS(2923), + [sym_nil] = ACTIONS(2923), + [anon_sym_QMARK_DOT] = ACTIONS(2923), + [anon_sym_POUND_LBRACK] = ACTIONS(2923), + [anon_sym_if] = ACTIONS(2923), + [anon_sym_DOLLARif] = ACTIONS(2923), + [anon_sym_is] = ACTIONS(2923), + [anon_sym_BANGis] = ACTIONS(2923), + [anon_sym_in] = ACTIONS(2923), + [anon_sym_BANGin] = ACTIONS(2923), + [anon_sym_match] = ACTIONS(2923), + [anon_sym_select] = ACTIONS(2923), + [anon_sym_lock] = ACTIONS(2923), + [anon_sym_rlock] = ACTIONS(2923), + [anon_sym_unsafe] = ACTIONS(2923), + [anon_sym_sql] = ACTIONS(2923), + [sym_int_literal] = ACTIONS(2923), + [sym_float_literal] = ACTIONS(2923), + [sym_rune_literal] = ACTIONS(2923), + [anon_sym_AT] = ACTIONS(2923), + [anon_sym_shared] = ACTIONS(2923), + [anon_sym_map_LBRACK] = ACTIONS(2923), + [anon_sym_chan] = ACTIONS(2923), + [anon_sym_thread] = ACTIONS(2923), + [anon_sym_atomic] = ACTIONS(2923), + [sym___double_quote] = ACTIONS(2923), + [sym___single_quote] = ACTIONS(2923), + [sym___c_double_quote] = ACTIONS(2923), + [sym___c_single_quote] = ACTIONS(2923), + [sym___r_double_quote] = ACTIONS(2923), + [sym___r_single_quote] = ACTIONS(2923), }, [1180] = { - [sym_identifier] = ACTIONS(3049), - [anon_sym_LF] = ACTIONS(3049), - [anon_sym_CR] = ACTIONS(3049), - [anon_sym_CR_LF] = ACTIONS(3049), + [sym_identifier] = ACTIONS(3119), + [anon_sym_LF] = ACTIONS(3119), + [anon_sym_CR] = ACTIONS(3119), + [anon_sym_CR_LF] = ACTIONS(3119), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3049), - [anon_sym_DOT] = ACTIONS(3049), - [anon_sym_as] = ACTIONS(3049), - [anon_sym_LBRACE] = ACTIONS(3049), - [anon_sym_COMMA] = ACTIONS(3049), - [anon_sym_RBRACE] = ACTIONS(3049), - [anon_sym_LPAREN] = ACTIONS(3049), - [anon_sym_PIPE] = ACTIONS(3049), - [anon_sym_fn] = ACTIONS(3049), - [anon_sym_PLUS] = ACTIONS(3049), - [anon_sym_DASH] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3049), - [anon_sym_SLASH] = ACTIONS(3049), - [anon_sym_PERCENT] = ACTIONS(3049), - [anon_sym_LT] = ACTIONS(3049), - [anon_sym_GT] = ACTIONS(3049), - [anon_sym_EQ_EQ] = ACTIONS(3049), - [anon_sym_BANG_EQ] = ACTIONS(3049), - [anon_sym_LT_EQ] = ACTIONS(3049), - [anon_sym_GT_EQ] = ACTIONS(3049), - [anon_sym_LBRACK] = ACTIONS(3047), - [anon_sym_struct] = ACTIONS(3049), - [anon_sym_mut] = ACTIONS(3049), - [anon_sym_PLUS_PLUS] = ACTIONS(3049), - [anon_sym_DASH_DASH] = ACTIONS(3049), - [anon_sym_QMARK] = ACTIONS(3049), - [anon_sym_BANG] = ACTIONS(3049), - [anon_sym_go] = ACTIONS(3049), - [anon_sym_spawn] = ACTIONS(3049), - [anon_sym_json_DOTdecode] = ACTIONS(3049), - [anon_sym_LBRACK2] = ACTIONS(3049), - [anon_sym_TILDE] = ACTIONS(3049), - [anon_sym_CARET] = ACTIONS(3049), - [anon_sym_AMP] = ACTIONS(3049), - [anon_sym_LT_DASH] = ACTIONS(3049), - [anon_sym_LT_LT] = ACTIONS(3049), - [anon_sym_GT_GT] = ACTIONS(3049), - [anon_sym_GT_GT_GT] = ACTIONS(3049), - [anon_sym_AMP_CARET] = ACTIONS(3049), - [anon_sym_AMP_AMP] = ACTIONS(3049), - [anon_sym_PIPE_PIPE] = ACTIONS(3049), - [anon_sym_or] = ACTIONS(3049), - [sym_none] = ACTIONS(3049), - [sym_true] = ACTIONS(3049), - [sym_false] = ACTIONS(3049), - [sym_nil] = ACTIONS(3049), - [anon_sym_QMARK_DOT] = ACTIONS(3049), - [anon_sym_POUND_LBRACK] = ACTIONS(3049), - [anon_sym_if] = ACTIONS(3049), - [anon_sym_DOLLARif] = ACTIONS(3049), - [anon_sym_is] = ACTIONS(3049), - [anon_sym_BANGis] = ACTIONS(3049), - [anon_sym_in] = ACTIONS(3049), - [anon_sym_BANGin] = ACTIONS(3049), - [anon_sym_match] = ACTIONS(3049), - [anon_sym_select] = ACTIONS(3049), - [anon_sym_lock] = ACTIONS(3049), - [anon_sym_rlock] = ACTIONS(3049), - [anon_sym_unsafe] = ACTIONS(3049), - [anon_sym_sql] = ACTIONS(3049), - [sym_int_literal] = ACTIONS(3049), - [sym_float_literal] = ACTIONS(3049), - [sym_rune_literal] = ACTIONS(3049), - [anon_sym_AT] = ACTIONS(3049), - [anon_sym_shared] = ACTIONS(3049), - [anon_sym_map_LBRACK] = ACTIONS(3049), - [anon_sym_chan] = ACTIONS(3049), - [anon_sym_thread] = ACTIONS(3049), - [anon_sym_atomic] = ACTIONS(3049), - [sym___double_quote] = ACTIONS(3049), - [sym___single_quote] = ACTIONS(3049), - [sym___c_double_quote] = ACTIONS(3049), - [sym___c_single_quote] = ACTIONS(3049), - [sym___r_double_quote] = ACTIONS(3049), - [sym___r_single_quote] = ACTIONS(3049), + [anon_sym_SEMI] = ACTIONS(3119), + [anon_sym_DOT] = ACTIONS(3119), + [anon_sym_as] = ACTIONS(3119), + [anon_sym_LBRACE] = ACTIONS(3119), + [anon_sym_COMMA] = ACTIONS(3119), + [anon_sym_RBRACE] = ACTIONS(3119), + [anon_sym_LPAREN] = ACTIONS(3119), + [anon_sym_PIPE] = ACTIONS(3119), + [anon_sym_fn] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3119), + [anon_sym_SLASH] = ACTIONS(3119), + [anon_sym_PERCENT] = ACTIONS(3119), + [anon_sym_LT] = ACTIONS(3119), + [anon_sym_GT] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3119), + [anon_sym_BANG_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), + [anon_sym_LBRACK] = ACTIONS(3117), + [anon_sym_LT2] = ACTIONS(3119), + [anon_sym_struct] = ACTIONS(3119), + [anon_sym_mut] = ACTIONS(3119), + [anon_sym_PLUS_PLUS] = ACTIONS(3119), + [anon_sym_DASH_DASH] = ACTIONS(3119), + [anon_sym_QMARK] = ACTIONS(3119), + [anon_sym_BANG] = ACTIONS(3119), + [anon_sym_go] = ACTIONS(3119), + [anon_sym_spawn] = ACTIONS(3119), + [anon_sym_json_DOTdecode] = ACTIONS(3119), + [anon_sym_LBRACK2] = ACTIONS(3119), + [anon_sym_TILDE] = ACTIONS(3119), + [anon_sym_CARET] = ACTIONS(3119), + [anon_sym_AMP] = ACTIONS(3119), + [anon_sym_LT_DASH] = ACTIONS(3119), + [anon_sym_LT_LT] = ACTIONS(3119), + [anon_sym_GT_GT] = ACTIONS(3119), + [anon_sym_GT_GT_GT] = ACTIONS(3119), + [anon_sym_AMP_CARET] = ACTIONS(3119), + [anon_sym_AMP_AMP] = ACTIONS(3119), + [anon_sym_PIPE_PIPE] = ACTIONS(3119), + [anon_sym_or] = ACTIONS(3119), + [sym_none] = ACTIONS(3119), + [sym_true] = ACTIONS(3119), + [sym_false] = ACTIONS(3119), + [sym_nil] = ACTIONS(3119), + [anon_sym_QMARK_DOT] = ACTIONS(3119), + [anon_sym_POUND_LBRACK] = ACTIONS(3119), + [anon_sym_if] = ACTIONS(3119), + [anon_sym_DOLLARif] = ACTIONS(3119), + [anon_sym_is] = ACTIONS(3119), + [anon_sym_BANGis] = ACTIONS(3119), + [anon_sym_in] = ACTIONS(3119), + [anon_sym_BANGin] = ACTIONS(3119), + [anon_sym_match] = ACTIONS(3119), + [anon_sym_select] = ACTIONS(3119), + [anon_sym_lock] = ACTIONS(3119), + [anon_sym_rlock] = ACTIONS(3119), + [anon_sym_unsafe] = ACTIONS(3119), + [anon_sym_sql] = ACTIONS(3119), + [sym_int_literal] = ACTIONS(3119), + [sym_float_literal] = ACTIONS(3119), + [sym_rune_literal] = ACTIONS(3119), + [anon_sym_AT] = ACTIONS(3119), + [anon_sym_shared] = ACTIONS(3119), + [anon_sym_map_LBRACK] = ACTIONS(3119), + [anon_sym_chan] = ACTIONS(3119), + [anon_sym_thread] = ACTIONS(3119), + [anon_sym_atomic] = ACTIONS(3119), + [sym___double_quote] = ACTIONS(3119), + [sym___single_quote] = ACTIONS(3119), + [sym___c_double_quote] = ACTIONS(3119), + [sym___c_single_quote] = ACTIONS(3119), + [sym___r_double_quote] = ACTIONS(3119), + [sym___r_single_quote] = ACTIONS(3119), }, [1181] = { - [sym_identifier] = ACTIONS(3057), - [anon_sym_LF] = ACTIONS(3057), - [anon_sym_CR] = ACTIONS(3057), - [anon_sym_CR_LF] = ACTIONS(3057), + [sym_identifier] = ACTIONS(2815), + [anon_sym_LF] = ACTIONS(2815), + [anon_sym_CR] = ACTIONS(2815), + [anon_sym_CR_LF] = ACTIONS(2815), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3057), - [anon_sym_DOT] = ACTIONS(3057), - [anon_sym_as] = ACTIONS(3057), - [anon_sym_LBRACE] = ACTIONS(3057), - [anon_sym_COMMA] = ACTIONS(3057), - [anon_sym_RBRACE] = ACTIONS(3057), - [anon_sym_LPAREN] = ACTIONS(3057), - [anon_sym_PIPE] = ACTIONS(3057), - [anon_sym_fn] = ACTIONS(3057), - [anon_sym_PLUS] = ACTIONS(3057), - [anon_sym_DASH] = ACTIONS(3057), - [anon_sym_STAR] = ACTIONS(3057), - [anon_sym_SLASH] = ACTIONS(3057), - [anon_sym_PERCENT] = ACTIONS(3057), - [anon_sym_LT] = ACTIONS(3057), - [anon_sym_GT] = ACTIONS(3057), - [anon_sym_EQ_EQ] = ACTIONS(3057), - [anon_sym_BANG_EQ] = ACTIONS(3057), - [anon_sym_LT_EQ] = ACTIONS(3057), - [anon_sym_GT_EQ] = ACTIONS(3057), - [anon_sym_LBRACK] = ACTIONS(3055), - [anon_sym_struct] = ACTIONS(3057), - [anon_sym_mut] = ACTIONS(3057), - [anon_sym_PLUS_PLUS] = ACTIONS(3057), - [anon_sym_DASH_DASH] = ACTIONS(3057), - [anon_sym_QMARK] = ACTIONS(3057), - [anon_sym_BANG] = ACTIONS(3057), - [anon_sym_go] = ACTIONS(3057), - [anon_sym_spawn] = ACTIONS(3057), - [anon_sym_json_DOTdecode] = ACTIONS(3057), - [anon_sym_LBRACK2] = ACTIONS(3057), - [anon_sym_TILDE] = ACTIONS(3057), - [anon_sym_CARET] = ACTIONS(3057), - [anon_sym_AMP] = ACTIONS(3057), - [anon_sym_LT_DASH] = ACTIONS(3057), - [anon_sym_LT_LT] = ACTIONS(3057), - [anon_sym_GT_GT] = ACTIONS(3057), - [anon_sym_GT_GT_GT] = ACTIONS(3057), - [anon_sym_AMP_CARET] = ACTIONS(3057), - [anon_sym_AMP_AMP] = ACTIONS(3057), - [anon_sym_PIPE_PIPE] = ACTIONS(3057), - [anon_sym_or] = ACTIONS(3057), - [sym_none] = ACTIONS(3057), - [sym_true] = ACTIONS(3057), - [sym_false] = ACTIONS(3057), - [sym_nil] = ACTIONS(3057), - [anon_sym_QMARK_DOT] = ACTIONS(3057), - [anon_sym_POUND_LBRACK] = ACTIONS(3057), - [anon_sym_if] = ACTIONS(3057), - [anon_sym_DOLLARif] = ACTIONS(3057), - [anon_sym_is] = ACTIONS(3057), - [anon_sym_BANGis] = ACTIONS(3057), - [anon_sym_in] = ACTIONS(3057), - [anon_sym_BANGin] = ACTIONS(3057), - [anon_sym_match] = ACTIONS(3057), - [anon_sym_select] = ACTIONS(3057), - [anon_sym_lock] = ACTIONS(3057), - [anon_sym_rlock] = ACTIONS(3057), - [anon_sym_unsafe] = ACTIONS(3057), - [anon_sym_sql] = ACTIONS(3057), - [sym_int_literal] = ACTIONS(3057), - [sym_float_literal] = ACTIONS(3057), - [sym_rune_literal] = ACTIONS(3057), - [anon_sym_AT] = ACTIONS(3057), - [anon_sym_shared] = ACTIONS(3057), - [anon_sym_map_LBRACK] = ACTIONS(3057), - [anon_sym_chan] = ACTIONS(3057), - [anon_sym_thread] = ACTIONS(3057), - [anon_sym_atomic] = ACTIONS(3057), - [sym___double_quote] = ACTIONS(3057), - [sym___single_quote] = ACTIONS(3057), - [sym___c_double_quote] = ACTIONS(3057), - [sym___c_single_quote] = ACTIONS(3057), - [sym___r_double_quote] = ACTIONS(3057), - [sym___r_single_quote] = ACTIONS(3057), + [anon_sym_SEMI] = ACTIONS(2815), + [anon_sym_DOT] = ACTIONS(2815), + [anon_sym_as] = ACTIONS(2815), + [anon_sym_LBRACE] = ACTIONS(2815), + [anon_sym_COMMA] = ACTIONS(2815), + [anon_sym_RBRACE] = ACTIONS(2815), + [anon_sym_LPAREN] = ACTIONS(2815), + [anon_sym_PIPE] = ACTIONS(2815), + [anon_sym_fn] = ACTIONS(2815), + [anon_sym_PLUS] = ACTIONS(2815), + [anon_sym_DASH] = ACTIONS(2815), + [anon_sym_STAR] = ACTIONS(2815), + [anon_sym_SLASH] = ACTIONS(2815), + [anon_sym_PERCENT] = ACTIONS(2815), + [anon_sym_LT] = ACTIONS(2815), + [anon_sym_GT] = ACTIONS(2815), + [anon_sym_EQ_EQ] = ACTIONS(2815), + [anon_sym_BANG_EQ] = ACTIONS(2815), + [anon_sym_LT_EQ] = ACTIONS(2815), + [anon_sym_GT_EQ] = ACTIONS(2815), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_LT2] = ACTIONS(2815), + [anon_sym_struct] = ACTIONS(2815), + [anon_sym_mut] = ACTIONS(2815), + [anon_sym_PLUS_PLUS] = ACTIONS(2815), + [anon_sym_DASH_DASH] = ACTIONS(2815), + [anon_sym_QMARK] = ACTIONS(2815), + [anon_sym_BANG] = ACTIONS(2815), + [anon_sym_go] = ACTIONS(2815), + [anon_sym_spawn] = ACTIONS(2815), + [anon_sym_json_DOTdecode] = ACTIONS(2815), + [anon_sym_LBRACK2] = ACTIONS(2815), + [anon_sym_TILDE] = ACTIONS(2815), + [anon_sym_CARET] = ACTIONS(2815), + [anon_sym_AMP] = ACTIONS(2815), + [anon_sym_LT_DASH] = ACTIONS(2815), + [anon_sym_LT_LT] = ACTIONS(2815), + [anon_sym_GT_GT] = ACTIONS(2815), + [anon_sym_GT_GT_GT] = ACTIONS(2815), + [anon_sym_AMP_CARET] = ACTIONS(2815), + [anon_sym_AMP_AMP] = ACTIONS(2815), + [anon_sym_PIPE_PIPE] = ACTIONS(2815), + [anon_sym_or] = ACTIONS(2815), + [sym_none] = ACTIONS(2815), + [sym_true] = ACTIONS(2815), + [sym_false] = ACTIONS(2815), + [sym_nil] = ACTIONS(2815), + [anon_sym_QMARK_DOT] = ACTIONS(2815), + [anon_sym_POUND_LBRACK] = ACTIONS(2815), + [anon_sym_if] = ACTIONS(2815), + [anon_sym_DOLLARif] = ACTIONS(2815), + [anon_sym_is] = ACTIONS(2815), + [anon_sym_BANGis] = ACTIONS(2815), + [anon_sym_in] = ACTIONS(2815), + [anon_sym_BANGin] = ACTIONS(2815), + [anon_sym_match] = ACTIONS(2815), + [anon_sym_select] = ACTIONS(2815), + [anon_sym_lock] = ACTIONS(2815), + [anon_sym_rlock] = ACTIONS(2815), + [anon_sym_unsafe] = ACTIONS(2815), + [anon_sym_sql] = ACTIONS(2815), + [sym_int_literal] = ACTIONS(2815), + [sym_float_literal] = ACTIONS(2815), + [sym_rune_literal] = ACTIONS(2815), + [anon_sym_AT] = ACTIONS(2815), + [anon_sym_shared] = ACTIONS(2815), + [anon_sym_map_LBRACK] = ACTIONS(2815), + [anon_sym_chan] = ACTIONS(2815), + [anon_sym_thread] = ACTIONS(2815), + [anon_sym_atomic] = ACTIONS(2815), + [sym___double_quote] = ACTIONS(2815), + [sym___single_quote] = ACTIONS(2815), + [sym___c_double_quote] = ACTIONS(2815), + [sym___c_single_quote] = ACTIONS(2815), + [sym___r_double_quote] = ACTIONS(2815), + [sym___r_single_quote] = ACTIONS(2815), }, [1182] = { - [sym_identifier] = ACTIONS(3061), - [anon_sym_LF] = ACTIONS(3061), - [anon_sym_CR] = ACTIONS(3061), - [anon_sym_CR_LF] = ACTIONS(3061), + [sym_identifier] = ACTIONS(2841), + [anon_sym_LF] = ACTIONS(2841), + [anon_sym_CR] = ACTIONS(2841), + [anon_sym_CR_LF] = ACTIONS(2841), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3061), - [anon_sym_DOT] = ACTIONS(3061), - [anon_sym_as] = ACTIONS(3061), - [anon_sym_LBRACE] = ACTIONS(3061), - [anon_sym_COMMA] = ACTIONS(3061), - [anon_sym_RBRACE] = ACTIONS(3061), - [anon_sym_LPAREN] = ACTIONS(3061), - [anon_sym_PIPE] = ACTIONS(3061), - [anon_sym_fn] = ACTIONS(3061), - [anon_sym_PLUS] = ACTIONS(3061), - [anon_sym_DASH] = ACTIONS(3061), - [anon_sym_STAR] = ACTIONS(3061), - [anon_sym_SLASH] = ACTIONS(3061), - [anon_sym_PERCENT] = ACTIONS(3061), - [anon_sym_LT] = ACTIONS(3061), - [anon_sym_GT] = ACTIONS(3061), - [anon_sym_EQ_EQ] = ACTIONS(3061), - [anon_sym_BANG_EQ] = ACTIONS(3061), - [anon_sym_LT_EQ] = ACTIONS(3061), - [anon_sym_GT_EQ] = ACTIONS(3061), - [anon_sym_LBRACK] = ACTIONS(3059), - [anon_sym_struct] = ACTIONS(3061), - [anon_sym_mut] = ACTIONS(3061), - [anon_sym_PLUS_PLUS] = ACTIONS(3061), - [anon_sym_DASH_DASH] = ACTIONS(3061), - [anon_sym_QMARK] = ACTIONS(3061), - [anon_sym_BANG] = ACTIONS(3061), - [anon_sym_go] = ACTIONS(3061), - [anon_sym_spawn] = ACTIONS(3061), - [anon_sym_json_DOTdecode] = ACTIONS(3061), - [anon_sym_LBRACK2] = ACTIONS(3061), - [anon_sym_TILDE] = ACTIONS(3061), - [anon_sym_CARET] = ACTIONS(3061), - [anon_sym_AMP] = ACTIONS(3061), - [anon_sym_LT_DASH] = ACTIONS(3061), - [anon_sym_LT_LT] = ACTIONS(3061), - [anon_sym_GT_GT] = ACTIONS(3061), - [anon_sym_GT_GT_GT] = ACTIONS(3061), - [anon_sym_AMP_CARET] = ACTIONS(3061), - [anon_sym_AMP_AMP] = ACTIONS(3061), - [anon_sym_PIPE_PIPE] = ACTIONS(3061), - [anon_sym_or] = ACTIONS(3061), - [sym_none] = ACTIONS(3061), - [sym_true] = ACTIONS(3061), - [sym_false] = ACTIONS(3061), - [sym_nil] = ACTIONS(3061), - [anon_sym_QMARK_DOT] = ACTIONS(3061), - [anon_sym_POUND_LBRACK] = ACTIONS(3061), - [anon_sym_if] = ACTIONS(3061), - [anon_sym_DOLLARif] = ACTIONS(3061), - [anon_sym_is] = ACTIONS(3061), - [anon_sym_BANGis] = ACTIONS(3061), - [anon_sym_in] = ACTIONS(3061), - [anon_sym_BANGin] = ACTIONS(3061), - [anon_sym_match] = ACTIONS(3061), - [anon_sym_select] = ACTIONS(3061), - [anon_sym_lock] = ACTIONS(3061), - [anon_sym_rlock] = ACTIONS(3061), - [anon_sym_unsafe] = ACTIONS(3061), - [anon_sym_sql] = ACTIONS(3061), - [sym_int_literal] = ACTIONS(3061), - [sym_float_literal] = ACTIONS(3061), - [sym_rune_literal] = ACTIONS(3061), - [anon_sym_AT] = ACTIONS(3061), - [anon_sym_shared] = ACTIONS(3061), - [anon_sym_map_LBRACK] = ACTIONS(3061), - [anon_sym_chan] = ACTIONS(3061), - [anon_sym_thread] = ACTIONS(3061), - [anon_sym_atomic] = ACTIONS(3061), - [sym___double_quote] = ACTIONS(3061), - [sym___single_quote] = ACTIONS(3061), - [sym___c_double_quote] = ACTIONS(3061), - [sym___c_single_quote] = ACTIONS(3061), - [sym___r_double_quote] = ACTIONS(3061), - [sym___r_single_quote] = ACTIONS(3061), + [anon_sym_SEMI] = ACTIONS(2841), + [anon_sym_DOT] = ACTIONS(2841), + [anon_sym_as] = ACTIONS(2841), + [anon_sym_LBRACE] = ACTIONS(2841), + [anon_sym_COMMA] = ACTIONS(2841), + [anon_sym_RBRACE] = ACTIONS(2841), + [anon_sym_LPAREN] = ACTIONS(2841), + [anon_sym_PIPE] = ACTIONS(2841), + [anon_sym_fn] = ACTIONS(2841), + [anon_sym_PLUS] = ACTIONS(2841), + [anon_sym_DASH] = ACTIONS(2841), + [anon_sym_STAR] = ACTIONS(2841), + [anon_sym_SLASH] = ACTIONS(2841), + [anon_sym_PERCENT] = ACTIONS(2841), + [anon_sym_LT] = ACTIONS(2841), + [anon_sym_GT] = ACTIONS(2841), + [anon_sym_EQ_EQ] = ACTIONS(2841), + [anon_sym_BANG_EQ] = ACTIONS(2841), + [anon_sym_LT_EQ] = ACTIONS(2841), + [anon_sym_GT_EQ] = ACTIONS(2841), + [anon_sym_LBRACK] = ACTIONS(2839), + [anon_sym_LT2] = ACTIONS(2841), + [anon_sym_struct] = ACTIONS(2841), + [anon_sym_mut] = ACTIONS(2841), + [anon_sym_PLUS_PLUS] = ACTIONS(2841), + [anon_sym_DASH_DASH] = ACTIONS(2841), + [anon_sym_QMARK] = ACTIONS(2841), + [anon_sym_BANG] = ACTIONS(2841), + [anon_sym_go] = ACTIONS(2841), + [anon_sym_spawn] = ACTIONS(2841), + [anon_sym_json_DOTdecode] = ACTIONS(2841), + [anon_sym_LBRACK2] = ACTIONS(2841), + [anon_sym_TILDE] = ACTIONS(2841), + [anon_sym_CARET] = ACTIONS(2841), + [anon_sym_AMP] = ACTIONS(2841), + [anon_sym_LT_DASH] = ACTIONS(2841), + [anon_sym_LT_LT] = ACTIONS(2841), + [anon_sym_GT_GT] = ACTIONS(2841), + [anon_sym_GT_GT_GT] = ACTIONS(2841), + [anon_sym_AMP_CARET] = ACTIONS(2841), + [anon_sym_AMP_AMP] = ACTIONS(2841), + [anon_sym_PIPE_PIPE] = ACTIONS(2841), + [anon_sym_or] = ACTIONS(2841), + [sym_none] = ACTIONS(2841), + [sym_true] = ACTIONS(2841), + [sym_false] = ACTIONS(2841), + [sym_nil] = ACTIONS(2841), + [anon_sym_QMARK_DOT] = ACTIONS(2841), + [anon_sym_POUND_LBRACK] = ACTIONS(2841), + [anon_sym_if] = ACTIONS(2841), + [anon_sym_DOLLARif] = ACTIONS(2841), + [anon_sym_is] = ACTIONS(2841), + [anon_sym_BANGis] = ACTIONS(2841), + [anon_sym_in] = ACTIONS(2841), + [anon_sym_BANGin] = ACTIONS(2841), + [anon_sym_match] = ACTIONS(2841), + [anon_sym_select] = ACTIONS(2841), + [anon_sym_lock] = ACTIONS(2841), + [anon_sym_rlock] = ACTIONS(2841), + [anon_sym_unsafe] = ACTIONS(2841), + [anon_sym_sql] = ACTIONS(2841), + [sym_int_literal] = ACTIONS(2841), + [sym_float_literal] = ACTIONS(2841), + [sym_rune_literal] = ACTIONS(2841), + [anon_sym_AT] = ACTIONS(2841), + [anon_sym_shared] = ACTIONS(2841), + [anon_sym_map_LBRACK] = ACTIONS(2841), + [anon_sym_chan] = ACTIONS(2841), + [anon_sym_thread] = ACTIONS(2841), + [anon_sym_atomic] = ACTIONS(2841), + [sym___double_quote] = ACTIONS(2841), + [sym___single_quote] = ACTIONS(2841), + [sym___c_double_quote] = ACTIONS(2841), + [sym___c_single_quote] = ACTIONS(2841), + [sym___r_double_quote] = ACTIONS(2841), + [sym___r_single_quote] = ACTIONS(2841), }, [1183] = { - [sym_identifier] = ACTIONS(3197), - [anon_sym_LF] = ACTIONS(3197), - [anon_sym_CR] = ACTIONS(3197), - [anon_sym_CR_LF] = ACTIONS(3197), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3197), - [anon_sym_DOT] = ACTIONS(3197), - [anon_sym_as] = ACTIONS(3197), - [anon_sym_LBRACE] = ACTIONS(3197), - [anon_sym_COMMA] = ACTIONS(3197), - [anon_sym_RBRACE] = ACTIONS(3197), - [anon_sym_LPAREN] = ACTIONS(3197), - [anon_sym_PIPE] = ACTIONS(3197), - [anon_sym_fn] = ACTIONS(3197), - [anon_sym_PLUS] = ACTIONS(3197), - [anon_sym_DASH] = ACTIONS(3197), - [anon_sym_STAR] = ACTIONS(3197), - [anon_sym_SLASH] = ACTIONS(3197), - [anon_sym_PERCENT] = ACTIONS(3197), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3197), - [anon_sym_EQ_EQ] = ACTIONS(3197), - [anon_sym_BANG_EQ] = ACTIONS(3197), - [anon_sym_LT_EQ] = ACTIONS(3197), - [anon_sym_GT_EQ] = ACTIONS(3197), - [anon_sym_LBRACK] = ACTIONS(3195), - [anon_sym_struct] = ACTIONS(3197), - [anon_sym_mut] = ACTIONS(3197), - [anon_sym_PLUS_PLUS] = ACTIONS(3197), - [anon_sym_DASH_DASH] = ACTIONS(3197), - [anon_sym_QMARK] = ACTIONS(3197), - [anon_sym_BANG] = ACTIONS(3197), - [anon_sym_go] = ACTIONS(3197), - [anon_sym_spawn] = ACTIONS(3197), - [anon_sym_json_DOTdecode] = ACTIONS(3197), - [anon_sym_LBRACK2] = ACTIONS(3197), - [anon_sym_TILDE] = ACTIONS(3197), - [anon_sym_CARET] = ACTIONS(3197), - [anon_sym_AMP] = ACTIONS(3197), - [anon_sym_LT_DASH] = ACTIONS(3197), - [anon_sym_LT_LT] = ACTIONS(3197), - [anon_sym_GT_GT] = ACTIONS(3197), - [anon_sym_GT_GT_GT] = ACTIONS(3197), - [anon_sym_AMP_CARET] = ACTIONS(3197), - [anon_sym_AMP_AMP] = ACTIONS(3197), - [anon_sym_PIPE_PIPE] = ACTIONS(3197), - [anon_sym_or] = ACTIONS(3197), - [sym_none] = ACTIONS(3197), - [sym_true] = ACTIONS(3197), - [sym_false] = ACTIONS(3197), - [sym_nil] = ACTIONS(3197), - [anon_sym_QMARK_DOT] = ACTIONS(3197), - [anon_sym_POUND_LBRACK] = ACTIONS(3197), - [anon_sym_if] = ACTIONS(3197), - [anon_sym_DOLLARif] = ACTIONS(3197), - [anon_sym_is] = ACTIONS(3197), - [anon_sym_BANGis] = ACTIONS(3197), - [anon_sym_in] = ACTIONS(3197), - [anon_sym_BANGin] = ACTIONS(3197), - [anon_sym_match] = ACTIONS(3197), - [anon_sym_select] = ACTIONS(3197), - [anon_sym_lock] = ACTIONS(3197), - [anon_sym_rlock] = ACTIONS(3197), - [anon_sym_unsafe] = ACTIONS(3197), - [anon_sym_sql] = ACTIONS(3197), - [sym_int_literal] = ACTIONS(3197), - [sym_float_literal] = ACTIONS(3197), - [sym_rune_literal] = ACTIONS(3197), - [anon_sym_AT] = ACTIONS(3197), - [anon_sym_shared] = ACTIONS(3197), - [anon_sym_map_LBRACK] = ACTIONS(3197), - [anon_sym_chan] = ACTIONS(3197), - [anon_sym_thread] = ACTIONS(3197), - [anon_sym_atomic] = ACTIONS(3197), - [sym___double_quote] = ACTIONS(3197), - [sym___single_quote] = ACTIONS(3197), - [sym___c_double_quote] = ACTIONS(3197), - [sym___c_single_quote] = ACTIONS(3197), - [sym___r_double_quote] = ACTIONS(3197), - [sym___r_single_quote] = ACTIONS(3197), - }, - [1184] = { - [sym_identifier] = ACTIONS(3157), - [anon_sym_LF] = ACTIONS(3157), - [anon_sym_CR] = ACTIONS(3157), - [anon_sym_CR_LF] = ACTIONS(3157), + [sym_identifier] = ACTIONS(3179), + [anon_sym_LF] = ACTIONS(3179), + [anon_sym_CR] = ACTIONS(3179), + [anon_sym_CR_LF] = ACTIONS(3179), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3157), - [anon_sym_DOT] = ACTIONS(3157), - [anon_sym_as] = ACTIONS(3157), - [anon_sym_LBRACE] = ACTIONS(3157), - [anon_sym_COMMA] = ACTIONS(3157), - [anon_sym_RBRACE] = ACTIONS(3157), - [anon_sym_LPAREN] = ACTIONS(3157), - [anon_sym_PIPE] = ACTIONS(3157), - [anon_sym_fn] = ACTIONS(3157), - [anon_sym_PLUS] = ACTIONS(3157), - [anon_sym_DASH] = ACTIONS(3157), - [anon_sym_STAR] = ACTIONS(3157), - [anon_sym_SLASH] = ACTIONS(3157), - [anon_sym_PERCENT] = ACTIONS(3157), - [anon_sym_LT] = ACTIONS(3157), - [anon_sym_GT] = ACTIONS(3157), - [anon_sym_EQ_EQ] = ACTIONS(3157), - [anon_sym_BANG_EQ] = ACTIONS(3157), - [anon_sym_LT_EQ] = ACTIONS(3157), - [anon_sym_GT_EQ] = ACTIONS(3157), - [anon_sym_LBRACK] = ACTIONS(3155), - [anon_sym_struct] = ACTIONS(3157), - [anon_sym_mut] = ACTIONS(3157), - [anon_sym_PLUS_PLUS] = ACTIONS(3157), - [anon_sym_DASH_DASH] = ACTIONS(3157), - [anon_sym_QMARK] = ACTIONS(3157), - [anon_sym_BANG] = ACTIONS(3157), - [anon_sym_go] = ACTIONS(3157), - [anon_sym_spawn] = ACTIONS(3157), - [anon_sym_json_DOTdecode] = ACTIONS(3157), - [anon_sym_LBRACK2] = ACTIONS(3157), - [anon_sym_TILDE] = ACTIONS(3157), - [anon_sym_CARET] = ACTIONS(3157), - [anon_sym_AMP] = ACTIONS(3157), - [anon_sym_LT_DASH] = ACTIONS(3157), - [anon_sym_LT_LT] = ACTIONS(3157), - [anon_sym_GT_GT] = ACTIONS(3157), - [anon_sym_GT_GT_GT] = ACTIONS(3157), - [anon_sym_AMP_CARET] = ACTIONS(3157), - [anon_sym_AMP_AMP] = ACTIONS(3157), - [anon_sym_PIPE_PIPE] = ACTIONS(3157), - [anon_sym_or] = ACTIONS(3157), - [sym_none] = ACTIONS(3157), - [sym_true] = ACTIONS(3157), - [sym_false] = ACTIONS(3157), - [sym_nil] = ACTIONS(3157), - [anon_sym_QMARK_DOT] = ACTIONS(3157), - [anon_sym_POUND_LBRACK] = ACTIONS(3157), - [anon_sym_if] = ACTIONS(3157), - [anon_sym_DOLLARif] = ACTIONS(3157), - [anon_sym_is] = ACTIONS(3157), - [anon_sym_BANGis] = ACTIONS(3157), - [anon_sym_in] = ACTIONS(3157), - [anon_sym_BANGin] = ACTIONS(3157), - [anon_sym_match] = ACTIONS(3157), - [anon_sym_select] = ACTIONS(3157), - [anon_sym_lock] = ACTIONS(3157), - [anon_sym_rlock] = ACTIONS(3157), - [anon_sym_unsafe] = ACTIONS(3157), - [anon_sym_sql] = ACTIONS(3157), - [sym_int_literal] = ACTIONS(3157), - [sym_float_literal] = ACTIONS(3157), - [sym_rune_literal] = ACTIONS(3157), - [anon_sym_AT] = ACTIONS(3157), - [anon_sym_shared] = ACTIONS(3157), - [anon_sym_map_LBRACK] = ACTIONS(3157), - [anon_sym_chan] = ACTIONS(3157), - [anon_sym_thread] = ACTIONS(3157), - [anon_sym_atomic] = ACTIONS(3157), - [sym___double_quote] = ACTIONS(3157), - [sym___single_quote] = ACTIONS(3157), - [sym___c_double_quote] = ACTIONS(3157), - [sym___c_single_quote] = ACTIONS(3157), - [sym___r_double_quote] = ACTIONS(3157), - [sym___r_single_quote] = ACTIONS(3157), + [anon_sym_SEMI] = ACTIONS(3179), + [anon_sym_DOT] = ACTIONS(2472), + [anon_sym_as] = ACTIONS(3179), + [anon_sym_LBRACE] = ACTIONS(3179), + [anon_sym_COMMA] = ACTIONS(3179), + [anon_sym_RBRACE] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3179), + [anon_sym_PIPE] = ACTIONS(3179), + [anon_sym_fn] = ACTIONS(3179), + [anon_sym_PLUS] = ACTIONS(3179), + [anon_sym_DASH] = ACTIONS(3179), + [anon_sym_STAR] = ACTIONS(3179), + [anon_sym_SLASH] = ACTIONS(3179), + [anon_sym_PERCENT] = ACTIONS(3179), + [anon_sym_LT] = ACTIONS(3179), + [anon_sym_GT] = ACTIONS(3179), + [anon_sym_EQ_EQ] = ACTIONS(3179), + [anon_sym_BANG_EQ] = ACTIONS(3179), + [anon_sym_LT_EQ] = ACTIONS(3179), + [anon_sym_GT_EQ] = ACTIONS(3179), + [anon_sym_LBRACK] = ACTIONS(3177), + [anon_sym_LT2] = ACTIONS(3179), + [anon_sym_struct] = ACTIONS(3179), + [anon_sym_mut] = ACTIONS(3179), + [anon_sym_PLUS_PLUS] = ACTIONS(3179), + [anon_sym_DASH_DASH] = ACTIONS(3179), + [anon_sym_QMARK] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3179), + [anon_sym_go] = ACTIONS(3179), + [anon_sym_spawn] = ACTIONS(3179), + [anon_sym_json_DOTdecode] = ACTIONS(3179), + [anon_sym_LBRACK2] = ACTIONS(3179), + [anon_sym_TILDE] = ACTIONS(3179), + [anon_sym_CARET] = ACTIONS(3179), + [anon_sym_AMP] = ACTIONS(3179), + [anon_sym_LT_DASH] = ACTIONS(3179), + [anon_sym_LT_LT] = ACTIONS(3179), + [anon_sym_GT_GT] = ACTIONS(3179), + [anon_sym_GT_GT_GT] = ACTIONS(3179), + [anon_sym_AMP_CARET] = ACTIONS(3179), + [anon_sym_AMP_AMP] = ACTIONS(3179), + [anon_sym_PIPE_PIPE] = ACTIONS(3179), + [anon_sym_or] = ACTIONS(3179), + [sym_none] = ACTIONS(3179), + [sym_true] = ACTIONS(3179), + [sym_false] = ACTIONS(3179), + [sym_nil] = ACTIONS(3179), + [anon_sym_QMARK_DOT] = ACTIONS(3179), + [anon_sym_POUND_LBRACK] = ACTIONS(3179), + [anon_sym_if] = ACTIONS(3179), + [anon_sym_DOLLARif] = ACTIONS(3179), + [anon_sym_is] = ACTIONS(3179), + [anon_sym_BANGis] = ACTIONS(3179), + [anon_sym_in] = ACTIONS(3179), + [anon_sym_BANGin] = ACTIONS(3179), + [anon_sym_match] = ACTIONS(3179), + [anon_sym_select] = ACTIONS(3179), + [anon_sym_lock] = ACTIONS(3179), + [anon_sym_rlock] = ACTIONS(3179), + [anon_sym_unsafe] = ACTIONS(3179), + [anon_sym_sql] = ACTIONS(3179), + [sym_int_literal] = ACTIONS(3179), + [sym_float_literal] = ACTIONS(3179), + [sym_rune_literal] = ACTIONS(3179), + [anon_sym_AT] = ACTIONS(3179), + [anon_sym_shared] = ACTIONS(3179), + [anon_sym_map_LBRACK] = ACTIONS(3179), + [anon_sym_chan] = ACTIONS(3179), + [anon_sym_thread] = ACTIONS(3179), + [anon_sym_atomic] = ACTIONS(3179), + [sym___double_quote] = ACTIONS(3179), + [sym___single_quote] = ACTIONS(3179), + [sym___c_double_quote] = ACTIONS(3179), + [sym___c_single_quote] = ACTIONS(3179), + [sym___r_double_quote] = ACTIONS(3179), + [sym___r_single_quote] = ACTIONS(3179), + }, + [1184] = { + [sym_identifier] = ACTIONS(3159), + [anon_sym_LF] = ACTIONS(3159), + [anon_sym_CR] = ACTIONS(3159), + [anon_sym_CR_LF] = ACTIONS(3159), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(3159), + [anon_sym_DOT] = ACTIONS(3159), + [anon_sym_as] = ACTIONS(3159), + [anon_sym_LBRACE] = ACTIONS(3159), + [anon_sym_COMMA] = ACTIONS(3159), + [anon_sym_RBRACE] = ACTIONS(3159), + [anon_sym_LPAREN] = ACTIONS(3159), + [anon_sym_PIPE] = ACTIONS(3159), + [anon_sym_fn] = ACTIONS(3159), + [anon_sym_PLUS] = ACTIONS(3159), + [anon_sym_DASH] = ACTIONS(3159), + [anon_sym_STAR] = ACTIONS(3159), + [anon_sym_SLASH] = ACTIONS(3159), + [anon_sym_PERCENT] = ACTIONS(3159), + [anon_sym_LT] = ACTIONS(3159), + [anon_sym_GT] = ACTIONS(3159), + [anon_sym_EQ_EQ] = ACTIONS(3159), + [anon_sym_BANG_EQ] = ACTIONS(3159), + [anon_sym_LT_EQ] = ACTIONS(3159), + [anon_sym_GT_EQ] = ACTIONS(3159), + [anon_sym_LBRACK] = ACTIONS(3157), + [anon_sym_LT2] = ACTIONS(3159), + [anon_sym_struct] = ACTIONS(3159), + [anon_sym_mut] = ACTIONS(3159), + [anon_sym_PLUS_PLUS] = ACTIONS(3159), + [anon_sym_DASH_DASH] = ACTIONS(3159), + [anon_sym_QMARK] = ACTIONS(3159), + [anon_sym_BANG] = ACTIONS(3159), + [anon_sym_go] = ACTIONS(3159), + [anon_sym_spawn] = ACTIONS(3159), + [anon_sym_json_DOTdecode] = ACTIONS(3159), + [anon_sym_LBRACK2] = ACTIONS(3159), + [anon_sym_TILDE] = ACTIONS(3159), + [anon_sym_CARET] = ACTIONS(3159), + [anon_sym_AMP] = ACTIONS(3159), + [anon_sym_LT_DASH] = ACTIONS(3159), + [anon_sym_LT_LT] = ACTIONS(3159), + [anon_sym_GT_GT] = ACTIONS(3159), + [anon_sym_GT_GT_GT] = ACTIONS(3159), + [anon_sym_AMP_CARET] = ACTIONS(3159), + [anon_sym_AMP_AMP] = ACTIONS(3159), + [anon_sym_PIPE_PIPE] = ACTIONS(3159), + [anon_sym_or] = ACTIONS(3159), + [sym_none] = ACTIONS(3159), + [sym_true] = ACTIONS(3159), + [sym_false] = ACTIONS(3159), + [sym_nil] = ACTIONS(3159), + [anon_sym_QMARK_DOT] = ACTIONS(3159), + [anon_sym_POUND_LBRACK] = ACTIONS(3159), + [anon_sym_if] = ACTIONS(3159), + [anon_sym_DOLLARif] = ACTIONS(3159), + [anon_sym_is] = ACTIONS(3159), + [anon_sym_BANGis] = ACTIONS(3159), + [anon_sym_in] = ACTIONS(3159), + [anon_sym_BANGin] = ACTIONS(3159), + [anon_sym_match] = ACTIONS(3159), + [anon_sym_select] = ACTIONS(3159), + [anon_sym_lock] = ACTIONS(3159), + [anon_sym_rlock] = ACTIONS(3159), + [anon_sym_unsafe] = ACTIONS(3159), + [anon_sym_sql] = ACTIONS(3159), + [sym_int_literal] = ACTIONS(3159), + [sym_float_literal] = ACTIONS(3159), + [sym_rune_literal] = ACTIONS(3159), + [anon_sym_AT] = ACTIONS(3159), + [anon_sym_shared] = ACTIONS(3159), + [anon_sym_map_LBRACK] = ACTIONS(3159), + [anon_sym_chan] = ACTIONS(3159), + [anon_sym_thread] = ACTIONS(3159), + [anon_sym_atomic] = ACTIONS(3159), + [sym___double_quote] = ACTIONS(3159), + [sym___single_quote] = ACTIONS(3159), + [sym___c_double_quote] = ACTIONS(3159), + [sym___c_single_quote] = ACTIONS(3159), + [sym___r_double_quote] = ACTIONS(3159), + [sym___r_single_quote] = ACTIONS(3159), }, [1185] = { - [sym_identifier] = ACTIONS(2856), - [anon_sym_LF] = ACTIONS(2856), - [anon_sym_CR] = ACTIONS(2856), - [anon_sym_CR_LF] = ACTIONS(2856), + [sym_identifier] = ACTIONS(2470), + [anon_sym_LF] = ACTIONS(2470), + [anon_sym_CR] = ACTIONS(2470), + [anon_sym_CR_LF] = ACTIONS(2470), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2856), - [anon_sym_DOT] = ACTIONS(2856), - [anon_sym_as] = ACTIONS(2856), - [anon_sym_LBRACE] = ACTIONS(2856), - [anon_sym_COMMA] = ACTIONS(2856), - [anon_sym_RBRACE] = ACTIONS(2856), - [anon_sym_LPAREN] = ACTIONS(2856), - [anon_sym_PIPE] = ACTIONS(2856), - [anon_sym_fn] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2856), - [anon_sym_SLASH] = ACTIONS(2856), - [anon_sym_PERCENT] = ACTIONS(2856), - [anon_sym_LT] = ACTIONS(2856), - [anon_sym_GT] = ACTIONS(2856), - [anon_sym_EQ_EQ] = ACTIONS(2856), - [anon_sym_BANG_EQ] = ACTIONS(2856), - [anon_sym_LT_EQ] = ACTIONS(2856), - [anon_sym_GT_EQ] = ACTIONS(2856), - [anon_sym_LBRACK] = ACTIONS(2854), - [anon_sym_struct] = ACTIONS(2856), - [anon_sym_mut] = ACTIONS(2856), - [anon_sym_PLUS_PLUS] = ACTIONS(2856), - [anon_sym_DASH_DASH] = ACTIONS(2856), - [anon_sym_QMARK] = ACTIONS(2856), - [anon_sym_BANG] = ACTIONS(2856), - [anon_sym_go] = ACTIONS(2856), - [anon_sym_spawn] = ACTIONS(2856), - [anon_sym_json_DOTdecode] = ACTIONS(2856), - [anon_sym_LBRACK2] = ACTIONS(2856), - [anon_sym_TILDE] = ACTIONS(2856), - [anon_sym_CARET] = ACTIONS(2856), - [anon_sym_AMP] = ACTIONS(2856), - [anon_sym_LT_DASH] = ACTIONS(2856), - [anon_sym_LT_LT] = ACTIONS(2856), - [anon_sym_GT_GT] = ACTIONS(2856), - [anon_sym_GT_GT_GT] = ACTIONS(2856), - [anon_sym_AMP_CARET] = ACTIONS(2856), - [anon_sym_AMP_AMP] = ACTIONS(2856), - [anon_sym_PIPE_PIPE] = ACTIONS(2856), - [anon_sym_or] = ACTIONS(2856), - [sym_none] = ACTIONS(2856), - [sym_true] = ACTIONS(2856), - [sym_false] = ACTIONS(2856), - [sym_nil] = ACTIONS(2856), - [anon_sym_QMARK_DOT] = ACTIONS(2856), - [anon_sym_POUND_LBRACK] = ACTIONS(2856), - [anon_sym_if] = ACTIONS(2856), - [anon_sym_DOLLARif] = ACTIONS(2856), - [anon_sym_is] = ACTIONS(2856), - [anon_sym_BANGis] = ACTIONS(2856), - [anon_sym_in] = ACTIONS(2856), - [anon_sym_BANGin] = ACTIONS(2856), - [anon_sym_match] = ACTIONS(2856), - [anon_sym_select] = ACTIONS(2856), - [anon_sym_lock] = ACTIONS(2856), - [anon_sym_rlock] = ACTIONS(2856), - [anon_sym_unsafe] = ACTIONS(2856), - [anon_sym_sql] = ACTIONS(2856), - [sym_int_literal] = ACTIONS(2856), - [sym_float_literal] = ACTIONS(2856), - [sym_rune_literal] = ACTIONS(2856), - [anon_sym_AT] = ACTIONS(2856), - [anon_sym_shared] = ACTIONS(2856), - [anon_sym_map_LBRACK] = ACTIONS(2856), - [anon_sym_chan] = ACTIONS(2856), - [anon_sym_thread] = ACTIONS(2856), - [anon_sym_atomic] = ACTIONS(2856), - [sym___double_quote] = ACTIONS(2856), - [sym___single_quote] = ACTIONS(2856), - [sym___c_double_quote] = ACTIONS(2856), - [sym___c_single_quote] = ACTIONS(2856), - [sym___r_double_quote] = ACTIONS(2856), - [sym___r_single_quote] = ACTIONS(2856), + [anon_sym_SEMI] = ACTIONS(2470), + [anon_sym_DOT] = ACTIONS(2470), + [anon_sym_as] = ACTIONS(2470), + [anon_sym_LBRACE] = ACTIONS(2470), + [anon_sym_COMMA] = ACTIONS(2470), + [anon_sym_RBRACE] = ACTIONS(2470), + [anon_sym_LPAREN] = ACTIONS(2470), + [anon_sym_PIPE] = ACTIONS(2470), + [anon_sym_fn] = ACTIONS(2470), + [anon_sym_PLUS] = ACTIONS(2470), + [anon_sym_DASH] = ACTIONS(2470), + [anon_sym_STAR] = ACTIONS(2470), + [anon_sym_SLASH] = ACTIONS(2470), + [anon_sym_PERCENT] = ACTIONS(2470), + [anon_sym_LT] = ACTIONS(2470), + [anon_sym_GT] = ACTIONS(2470), + [anon_sym_EQ_EQ] = ACTIONS(2470), + [anon_sym_BANG_EQ] = ACTIONS(2470), + [anon_sym_LT_EQ] = ACTIONS(2470), + [anon_sym_GT_EQ] = ACTIONS(2470), + [anon_sym_LBRACK] = ACTIONS(2468), + [anon_sym_LT2] = ACTIONS(2470), + [anon_sym_struct] = ACTIONS(2470), + [anon_sym_mut] = ACTIONS(2470), + [anon_sym_PLUS_PLUS] = ACTIONS(2470), + [anon_sym_DASH_DASH] = ACTIONS(2470), + [anon_sym_QMARK] = ACTIONS(2470), + [anon_sym_BANG] = ACTIONS(2470), + [anon_sym_go] = ACTIONS(2470), + [anon_sym_spawn] = ACTIONS(2470), + [anon_sym_json_DOTdecode] = ACTIONS(2470), + [anon_sym_LBRACK2] = ACTIONS(2470), + [anon_sym_TILDE] = ACTIONS(2470), + [anon_sym_CARET] = ACTIONS(2470), + [anon_sym_AMP] = ACTIONS(2470), + [anon_sym_LT_DASH] = ACTIONS(2470), + [anon_sym_LT_LT] = ACTIONS(2470), + [anon_sym_GT_GT] = ACTIONS(2470), + [anon_sym_GT_GT_GT] = ACTIONS(2470), + [anon_sym_AMP_CARET] = ACTIONS(2470), + [anon_sym_AMP_AMP] = ACTIONS(2470), + [anon_sym_PIPE_PIPE] = ACTIONS(2470), + [anon_sym_or] = ACTIONS(2470), + [sym_none] = ACTIONS(2470), + [sym_true] = ACTIONS(2470), + [sym_false] = ACTIONS(2470), + [sym_nil] = ACTIONS(2470), + [anon_sym_QMARK_DOT] = ACTIONS(2470), + [anon_sym_POUND_LBRACK] = ACTIONS(2470), + [anon_sym_if] = ACTIONS(2470), + [anon_sym_DOLLARif] = ACTIONS(2470), + [anon_sym_is] = ACTIONS(2470), + [anon_sym_BANGis] = ACTIONS(2470), + [anon_sym_in] = ACTIONS(2470), + [anon_sym_BANGin] = ACTIONS(2470), + [anon_sym_match] = ACTIONS(2470), + [anon_sym_select] = ACTIONS(2470), + [anon_sym_lock] = ACTIONS(2470), + [anon_sym_rlock] = ACTIONS(2470), + [anon_sym_unsafe] = ACTIONS(2470), + [anon_sym_sql] = ACTIONS(2470), + [sym_int_literal] = ACTIONS(2470), + [sym_float_literal] = ACTIONS(2470), + [sym_rune_literal] = ACTIONS(2470), + [anon_sym_AT] = ACTIONS(2470), + [anon_sym_shared] = ACTIONS(2470), + [anon_sym_map_LBRACK] = ACTIONS(2470), + [anon_sym_chan] = ACTIONS(2470), + [anon_sym_thread] = ACTIONS(2470), + [anon_sym_atomic] = ACTIONS(2470), + [sym___double_quote] = ACTIONS(2470), + [sym___single_quote] = ACTIONS(2470), + [sym___c_double_quote] = ACTIONS(2470), + [sym___c_single_quote] = ACTIONS(2470), + [sym___r_double_quote] = ACTIONS(2470), + [sym___r_single_quote] = ACTIONS(2470), }, [1186] = { - [sym_identifier] = ACTIONS(2784), - [anon_sym_LF] = ACTIONS(2784), - [anon_sym_CR] = ACTIONS(2784), - [anon_sym_CR_LF] = ACTIONS(2784), + [sym_identifier] = ACTIONS(2845), + [anon_sym_LF] = ACTIONS(2845), + [anon_sym_CR] = ACTIONS(2845), + [anon_sym_CR_LF] = ACTIONS(2845), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2784), - [anon_sym_DOT] = ACTIONS(2784), - [anon_sym_as] = ACTIONS(2784), - [anon_sym_LBRACE] = ACTIONS(2784), - [anon_sym_COMMA] = ACTIONS(2784), - [anon_sym_RBRACE] = ACTIONS(2784), - [anon_sym_LPAREN] = ACTIONS(2784), - [anon_sym_PIPE] = ACTIONS(2784), - [anon_sym_fn] = ACTIONS(2784), - [anon_sym_PLUS] = ACTIONS(2784), - [anon_sym_DASH] = ACTIONS(2784), - [anon_sym_STAR] = ACTIONS(2784), - [anon_sym_SLASH] = ACTIONS(2784), - [anon_sym_PERCENT] = ACTIONS(2784), - [anon_sym_LT] = ACTIONS(2784), - [anon_sym_GT] = ACTIONS(2784), - [anon_sym_EQ_EQ] = ACTIONS(2784), - [anon_sym_BANG_EQ] = ACTIONS(2784), - [anon_sym_LT_EQ] = ACTIONS(2784), - [anon_sym_GT_EQ] = ACTIONS(2784), - [anon_sym_LBRACK] = ACTIONS(2782), - [anon_sym_struct] = ACTIONS(2784), - [anon_sym_mut] = ACTIONS(2784), - [anon_sym_PLUS_PLUS] = ACTIONS(2784), - [anon_sym_DASH_DASH] = ACTIONS(2784), - [anon_sym_QMARK] = ACTIONS(2784), - [anon_sym_BANG] = ACTIONS(2784), - [anon_sym_go] = ACTIONS(2784), - [anon_sym_spawn] = ACTIONS(2784), - [anon_sym_json_DOTdecode] = ACTIONS(2784), - [anon_sym_LBRACK2] = ACTIONS(2784), - [anon_sym_TILDE] = ACTIONS(2784), - [anon_sym_CARET] = ACTIONS(2784), - [anon_sym_AMP] = ACTIONS(2784), - [anon_sym_LT_DASH] = ACTIONS(2784), - [anon_sym_LT_LT] = ACTIONS(2784), - [anon_sym_GT_GT] = ACTIONS(2784), - [anon_sym_GT_GT_GT] = ACTIONS(2784), - [anon_sym_AMP_CARET] = ACTIONS(2784), - [anon_sym_AMP_AMP] = ACTIONS(2784), - [anon_sym_PIPE_PIPE] = ACTIONS(2784), - [anon_sym_or] = ACTIONS(2784), - [sym_none] = ACTIONS(2784), - [sym_true] = ACTIONS(2784), - [sym_false] = ACTIONS(2784), - [sym_nil] = ACTIONS(2784), - [anon_sym_QMARK_DOT] = ACTIONS(2784), - [anon_sym_POUND_LBRACK] = ACTIONS(2784), - [anon_sym_if] = ACTIONS(2784), - [anon_sym_DOLLARif] = ACTIONS(2784), - [anon_sym_is] = ACTIONS(2784), - [anon_sym_BANGis] = ACTIONS(2784), - [anon_sym_in] = ACTIONS(2784), - [anon_sym_BANGin] = ACTIONS(2784), - [anon_sym_match] = ACTIONS(2784), - [anon_sym_select] = ACTIONS(2784), - [anon_sym_lock] = ACTIONS(2784), - [anon_sym_rlock] = ACTIONS(2784), - [anon_sym_unsafe] = ACTIONS(2784), - [anon_sym_sql] = ACTIONS(2784), - [sym_int_literal] = ACTIONS(2784), - [sym_float_literal] = ACTIONS(2784), - [sym_rune_literal] = ACTIONS(2784), - [anon_sym_AT] = ACTIONS(2784), - [anon_sym_shared] = ACTIONS(2784), - [anon_sym_map_LBRACK] = ACTIONS(2784), - [anon_sym_chan] = ACTIONS(2784), - [anon_sym_thread] = ACTIONS(2784), - [anon_sym_atomic] = ACTIONS(2784), - [sym___double_quote] = ACTIONS(2784), - [sym___single_quote] = ACTIONS(2784), - [sym___c_double_quote] = ACTIONS(2784), - [sym___c_single_quote] = ACTIONS(2784), - [sym___r_double_quote] = ACTIONS(2784), - [sym___r_single_quote] = ACTIONS(2784), + [anon_sym_SEMI] = ACTIONS(2845), + [anon_sym_DOT] = ACTIONS(2845), + [anon_sym_as] = ACTIONS(2845), + [anon_sym_LBRACE] = ACTIONS(2845), + [anon_sym_COMMA] = ACTIONS(2845), + [anon_sym_RBRACE] = ACTIONS(2845), + [anon_sym_LPAREN] = ACTIONS(2845), + [anon_sym_PIPE] = ACTIONS(2845), + [anon_sym_fn] = ACTIONS(2845), + [anon_sym_PLUS] = ACTIONS(2845), + [anon_sym_DASH] = ACTIONS(2845), + [anon_sym_STAR] = ACTIONS(2845), + [anon_sym_SLASH] = ACTIONS(2845), + [anon_sym_PERCENT] = ACTIONS(2845), + [anon_sym_LT] = ACTIONS(2845), + [anon_sym_GT] = ACTIONS(2845), + [anon_sym_EQ_EQ] = ACTIONS(2845), + [anon_sym_BANG_EQ] = ACTIONS(2845), + [anon_sym_LT_EQ] = ACTIONS(2845), + [anon_sym_GT_EQ] = ACTIONS(2845), + [anon_sym_LBRACK] = ACTIONS(2843), + [anon_sym_LT2] = ACTIONS(2845), + [anon_sym_struct] = ACTIONS(2845), + [anon_sym_mut] = ACTIONS(2845), + [anon_sym_PLUS_PLUS] = ACTIONS(2845), + [anon_sym_DASH_DASH] = ACTIONS(2845), + [anon_sym_QMARK] = ACTIONS(2845), + [anon_sym_BANG] = ACTIONS(2845), + [anon_sym_go] = ACTIONS(2845), + [anon_sym_spawn] = ACTIONS(2845), + [anon_sym_json_DOTdecode] = ACTIONS(2845), + [anon_sym_LBRACK2] = ACTIONS(2845), + [anon_sym_TILDE] = ACTIONS(2845), + [anon_sym_CARET] = ACTIONS(2845), + [anon_sym_AMP] = ACTIONS(2845), + [anon_sym_LT_DASH] = ACTIONS(2845), + [anon_sym_LT_LT] = ACTIONS(2845), + [anon_sym_GT_GT] = ACTIONS(2845), + [anon_sym_GT_GT_GT] = ACTIONS(2845), + [anon_sym_AMP_CARET] = ACTIONS(2845), + [anon_sym_AMP_AMP] = ACTIONS(2845), + [anon_sym_PIPE_PIPE] = ACTIONS(2845), + [anon_sym_or] = ACTIONS(2845), + [sym_none] = ACTIONS(2845), + [sym_true] = ACTIONS(2845), + [sym_false] = ACTIONS(2845), + [sym_nil] = ACTIONS(2845), + [anon_sym_QMARK_DOT] = ACTIONS(2845), + [anon_sym_POUND_LBRACK] = ACTIONS(2845), + [anon_sym_if] = ACTIONS(2845), + [anon_sym_DOLLARif] = ACTIONS(2845), + [anon_sym_is] = ACTIONS(2845), + [anon_sym_BANGis] = ACTIONS(2845), + [anon_sym_in] = ACTIONS(2845), + [anon_sym_BANGin] = ACTIONS(2845), + [anon_sym_match] = ACTIONS(2845), + [anon_sym_select] = ACTIONS(2845), + [anon_sym_lock] = ACTIONS(2845), + [anon_sym_rlock] = ACTIONS(2845), + [anon_sym_unsafe] = ACTIONS(2845), + [anon_sym_sql] = ACTIONS(2845), + [sym_int_literal] = ACTIONS(2845), + [sym_float_literal] = ACTIONS(2845), + [sym_rune_literal] = ACTIONS(2845), + [anon_sym_AT] = ACTIONS(2845), + [anon_sym_shared] = ACTIONS(2845), + [anon_sym_map_LBRACK] = ACTIONS(2845), + [anon_sym_chan] = ACTIONS(2845), + [anon_sym_thread] = ACTIONS(2845), + [anon_sym_atomic] = ACTIONS(2845), + [sym___double_quote] = ACTIONS(2845), + [sym___single_quote] = ACTIONS(2845), + [sym___c_double_quote] = ACTIONS(2845), + [sym___c_single_quote] = ACTIONS(2845), + [sym___r_double_quote] = ACTIONS(2845), + [sym___r_single_quote] = ACTIONS(2845), }, [1187] = { - [sym_identifier] = ACTIONS(2844), - [anon_sym_LF] = ACTIONS(2844), - [anon_sym_CR] = ACTIONS(2844), - [anon_sym_CR_LF] = ACTIONS(2844), + [sym_identifier] = ACTIONS(3143), + [anon_sym_LF] = ACTIONS(3143), + [anon_sym_CR] = ACTIONS(3143), + [anon_sym_CR_LF] = ACTIONS(3143), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2844), - [anon_sym_DOT] = ACTIONS(2844), - [anon_sym_as] = ACTIONS(2844), - [anon_sym_LBRACE] = ACTIONS(2844), - [anon_sym_COMMA] = ACTIONS(2844), - [anon_sym_RBRACE] = ACTIONS(2844), - [anon_sym_LPAREN] = ACTIONS(2844), - [anon_sym_PIPE] = ACTIONS(2844), - [anon_sym_fn] = ACTIONS(2844), - [anon_sym_PLUS] = ACTIONS(2844), - [anon_sym_DASH] = ACTIONS(2844), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_SLASH] = ACTIONS(2844), - [anon_sym_PERCENT] = ACTIONS(2844), - [anon_sym_LT] = ACTIONS(2844), - [anon_sym_GT] = ACTIONS(2844), - [anon_sym_EQ_EQ] = ACTIONS(2844), - [anon_sym_BANG_EQ] = ACTIONS(2844), - [anon_sym_LT_EQ] = ACTIONS(2844), - [anon_sym_GT_EQ] = ACTIONS(2844), - [anon_sym_LBRACK] = ACTIONS(2842), - [anon_sym_struct] = ACTIONS(2844), - [anon_sym_mut] = ACTIONS(2844), - [anon_sym_PLUS_PLUS] = ACTIONS(2844), - [anon_sym_DASH_DASH] = ACTIONS(2844), - [anon_sym_QMARK] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2844), - [anon_sym_go] = ACTIONS(2844), - [anon_sym_spawn] = ACTIONS(2844), - [anon_sym_json_DOTdecode] = ACTIONS(2844), - [anon_sym_LBRACK2] = ACTIONS(2844), - [anon_sym_TILDE] = ACTIONS(2844), - [anon_sym_CARET] = ACTIONS(2844), - [anon_sym_AMP] = ACTIONS(2844), - [anon_sym_LT_DASH] = ACTIONS(2844), - [anon_sym_LT_LT] = ACTIONS(2844), - [anon_sym_GT_GT] = ACTIONS(2844), - [anon_sym_GT_GT_GT] = ACTIONS(2844), - [anon_sym_AMP_CARET] = ACTIONS(2844), - [anon_sym_AMP_AMP] = ACTIONS(2844), - [anon_sym_PIPE_PIPE] = ACTIONS(2844), - [anon_sym_or] = ACTIONS(2844), - [sym_none] = ACTIONS(2844), - [sym_true] = ACTIONS(2844), - [sym_false] = ACTIONS(2844), - [sym_nil] = ACTIONS(2844), - [anon_sym_QMARK_DOT] = ACTIONS(2844), - [anon_sym_POUND_LBRACK] = ACTIONS(2844), - [anon_sym_if] = ACTIONS(2844), - [anon_sym_DOLLARif] = ACTIONS(2844), - [anon_sym_is] = ACTIONS(2844), - [anon_sym_BANGis] = ACTIONS(2844), - [anon_sym_in] = ACTIONS(2844), - [anon_sym_BANGin] = ACTIONS(2844), - [anon_sym_match] = ACTIONS(2844), - [anon_sym_select] = ACTIONS(2844), - [anon_sym_lock] = ACTIONS(2844), - [anon_sym_rlock] = ACTIONS(2844), - [anon_sym_unsafe] = ACTIONS(2844), - [anon_sym_sql] = ACTIONS(2844), - [sym_int_literal] = ACTIONS(2844), - [sym_float_literal] = ACTIONS(2844), - [sym_rune_literal] = ACTIONS(2844), - [anon_sym_AT] = ACTIONS(2844), - [anon_sym_shared] = ACTIONS(2844), - [anon_sym_map_LBRACK] = ACTIONS(2844), - [anon_sym_chan] = ACTIONS(2844), - [anon_sym_thread] = ACTIONS(2844), - [anon_sym_atomic] = ACTIONS(2844), - [sym___double_quote] = ACTIONS(2844), - [sym___single_quote] = ACTIONS(2844), - [sym___c_double_quote] = ACTIONS(2844), - [sym___c_single_quote] = ACTIONS(2844), - [sym___r_double_quote] = ACTIONS(2844), - [sym___r_single_quote] = ACTIONS(2844), + [anon_sym_SEMI] = ACTIONS(3143), + [anon_sym_DOT] = ACTIONS(3143), + [anon_sym_as] = ACTIONS(3143), + [anon_sym_LBRACE] = ACTIONS(3143), + [anon_sym_COMMA] = ACTIONS(3143), + [anon_sym_RBRACE] = ACTIONS(3143), + [anon_sym_LPAREN] = ACTIONS(3143), + [anon_sym_PIPE] = ACTIONS(3143), + [anon_sym_fn] = ACTIONS(3143), + [anon_sym_PLUS] = ACTIONS(3143), + [anon_sym_DASH] = ACTIONS(3143), + [anon_sym_STAR] = ACTIONS(3143), + [anon_sym_SLASH] = ACTIONS(3143), + [anon_sym_PERCENT] = ACTIONS(3143), + [anon_sym_LT] = ACTIONS(3143), + [anon_sym_GT] = ACTIONS(3143), + [anon_sym_EQ_EQ] = ACTIONS(3143), + [anon_sym_BANG_EQ] = ACTIONS(3143), + [anon_sym_LT_EQ] = ACTIONS(3143), + [anon_sym_GT_EQ] = ACTIONS(3143), + [anon_sym_LBRACK] = ACTIONS(3141), + [anon_sym_LT2] = ACTIONS(3143), + [anon_sym_struct] = ACTIONS(3143), + [anon_sym_mut] = ACTIONS(3143), + [anon_sym_PLUS_PLUS] = ACTIONS(3143), + [anon_sym_DASH_DASH] = ACTIONS(3143), + [anon_sym_QMARK] = ACTIONS(3143), + [anon_sym_BANG] = ACTIONS(3143), + [anon_sym_go] = ACTIONS(3143), + [anon_sym_spawn] = ACTIONS(3143), + [anon_sym_json_DOTdecode] = ACTIONS(3143), + [anon_sym_LBRACK2] = ACTIONS(3143), + [anon_sym_TILDE] = ACTIONS(3143), + [anon_sym_CARET] = ACTIONS(3143), + [anon_sym_AMP] = ACTIONS(3143), + [anon_sym_LT_DASH] = ACTIONS(3143), + [anon_sym_LT_LT] = ACTIONS(3143), + [anon_sym_GT_GT] = ACTIONS(3143), + [anon_sym_GT_GT_GT] = ACTIONS(3143), + [anon_sym_AMP_CARET] = ACTIONS(3143), + [anon_sym_AMP_AMP] = ACTIONS(3143), + [anon_sym_PIPE_PIPE] = ACTIONS(3143), + [anon_sym_or] = ACTIONS(3143), + [sym_none] = ACTIONS(3143), + [sym_true] = ACTIONS(3143), + [sym_false] = ACTIONS(3143), + [sym_nil] = ACTIONS(3143), + [anon_sym_QMARK_DOT] = ACTIONS(3143), + [anon_sym_POUND_LBRACK] = ACTIONS(3143), + [anon_sym_if] = ACTIONS(3143), + [anon_sym_DOLLARif] = ACTIONS(3143), + [anon_sym_is] = ACTIONS(3143), + [anon_sym_BANGis] = ACTIONS(3143), + [anon_sym_in] = ACTIONS(3143), + [anon_sym_BANGin] = ACTIONS(3143), + [anon_sym_match] = ACTIONS(3143), + [anon_sym_select] = ACTIONS(3143), + [anon_sym_lock] = ACTIONS(3143), + [anon_sym_rlock] = ACTIONS(3143), + [anon_sym_unsafe] = ACTIONS(3143), + [anon_sym_sql] = ACTIONS(3143), + [sym_int_literal] = ACTIONS(3143), + [sym_float_literal] = ACTIONS(3143), + [sym_rune_literal] = ACTIONS(3143), + [anon_sym_AT] = ACTIONS(3143), + [anon_sym_shared] = ACTIONS(3143), + [anon_sym_map_LBRACK] = ACTIONS(3143), + [anon_sym_chan] = ACTIONS(3143), + [anon_sym_thread] = ACTIONS(3143), + [anon_sym_atomic] = ACTIONS(3143), + [sym___double_quote] = ACTIONS(3143), + [sym___single_quote] = ACTIONS(3143), + [sym___c_double_quote] = ACTIONS(3143), + [sym___c_single_quote] = ACTIONS(3143), + [sym___r_double_quote] = ACTIONS(3143), + [sym___r_single_quote] = ACTIONS(3143), }, [1188] = { - [sym_identifier] = ACTIONS(2840), - [anon_sym_LF] = ACTIONS(2840), - [anon_sym_CR] = ACTIONS(2840), - [anon_sym_CR_LF] = ACTIONS(2840), + [sym_identifier] = ACTIONS(3163), + [anon_sym_LF] = ACTIONS(3163), + [anon_sym_CR] = ACTIONS(3163), + [anon_sym_CR_LF] = ACTIONS(3163), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2840), - [anon_sym_DOT] = ACTIONS(2840), - [anon_sym_as] = ACTIONS(2840), - [anon_sym_LBRACE] = ACTIONS(2840), - [anon_sym_COMMA] = ACTIONS(2840), - [anon_sym_RBRACE] = ACTIONS(2840), - [anon_sym_LPAREN] = ACTIONS(2840), - [anon_sym_PIPE] = ACTIONS(2840), - [anon_sym_fn] = ACTIONS(2840), - [anon_sym_PLUS] = ACTIONS(2840), - [anon_sym_DASH] = ACTIONS(2840), - [anon_sym_STAR] = ACTIONS(2840), - [anon_sym_SLASH] = ACTIONS(2840), - [anon_sym_PERCENT] = ACTIONS(2840), - [anon_sym_LT] = ACTIONS(2840), - [anon_sym_GT] = ACTIONS(2840), - [anon_sym_EQ_EQ] = ACTIONS(2840), - [anon_sym_BANG_EQ] = ACTIONS(2840), - [anon_sym_LT_EQ] = ACTIONS(2840), - [anon_sym_GT_EQ] = ACTIONS(2840), - [anon_sym_LBRACK] = ACTIONS(2838), - [anon_sym_struct] = ACTIONS(2840), - [anon_sym_mut] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2840), - [anon_sym_DASH_DASH] = ACTIONS(2840), - [anon_sym_QMARK] = ACTIONS(2840), - [anon_sym_BANG] = ACTIONS(2840), - [anon_sym_go] = ACTIONS(2840), - [anon_sym_spawn] = ACTIONS(2840), - [anon_sym_json_DOTdecode] = ACTIONS(2840), - [anon_sym_LBRACK2] = ACTIONS(2840), - [anon_sym_TILDE] = ACTIONS(2840), - [anon_sym_CARET] = ACTIONS(2840), - [anon_sym_AMP] = ACTIONS(2840), - [anon_sym_LT_DASH] = ACTIONS(2840), - [anon_sym_LT_LT] = ACTIONS(2840), - [anon_sym_GT_GT] = ACTIONS(2840), - [anon_sym_GT_GT_GT] = ACTIONS(2840), - [anon_sym_AMP_CARET] = ACTIONS(2840), - [anon_sym_AMP_AMP] = ACTIONS(2840), - [anon_sym_PIPE_PIPE] = ACTIONS(2840), - [anon_sym_or] = ACTIONS(2840), - [sym_none] = ACTIONS(2840), - [sym_true] = ACTIONS(2840), - [sym_false] = ACTIONS(2840), - [sym_nil] = ACTIONS(2840), - [anon_sym_QMARK_DOT] = ACTIONS(2840), - [anon_sym_POUND_LBRACK] = ACTIONS(2840), - [anon_sym_if] = ACTIONS(2840), - [anon_sym_DOLLARif] = ACTIONS(2840), - [anon_sym_is] = ACTIONS(2840), - [anon_sym_BANGis] = ACTIONS(2840), - [anon_sym_in] = ACTIONS(2840), - [anon_sym_BANGin] = ACTIONS(2840), - [anon_sym_match] = ACTIONS(2840), - [anon_sym_select] = ACTIONS(2840), - [anon_sym_lock] = ACTIONS(2840), - [anon_sym_rlock] = ACTIONS(2840), - [anon_sym_unsafe] = ACTIONS(2840), - [anon_sym_sql] = ACTIONS(2840), - [sym_int_literal] = ACTIONS(2840), - [sym_float_literal] = ACTIONS(2840), - [sym_rune_literal] = ACTIONS(2840), - [anon_sym_AT] = ACTIONS(2840), - [anon_sym_shared] = ACTIONS(2840), - [anon_sym_map_LBRACK] = ACTIONS(2840), - [anon_sym_chan] = ACTIONS(2840), - [anon_sym_thread] = ACTIONS(2840), - [anon_sym_atomic] = ACTIONS(2840), - [sym___double_quote] = ACTIONS(2840), - [sym___single_quote] = ACTIONS(2840), - [sym___c_double_quote] = ACTIONS(2840), - [sym___c_single_quote] = ACTIONS(2840), - [sym___r_double_quote] = ACTIONS(2840), - [sym___r_single_quote] = ACTIONS(2840), + [anon_sym_SEMI] = ACTIONS(3163), + [anon_sym_DOT] = ACTIONS(3163), + [anon_sym_as] = ACTIONS(3163), + [anon_sym_LBRACE] = ACTIONS(3163), + [anon_sym_COMMA] = ACTIONS(3163), + [anon_sym_RBRACE] = ACTIONS(3163), + [anon_sym_LPAREN] = ACTIONS(3163), + [anon_sym_PIPE] = ACTIONS(3163), + [anon_sym_fn] = ACTIONS(3163), + [anon_sym_PLUS] = ACTIONS(3163), + [anon_sym_DASH] = ACTIONS(3163), + [anon_sym_STAR] = ACTIONS(3163), + [anon_sym_SLASH] = ACTIONS(3163), + [anon_sym_PERCENT] = ACTIONS(3163), + [anon_sym_LT] = ACTIONS(3163), + [anon_sym_GT] = ACTIONS(3163), + [anon_sym_EQ_EQ] = ACTIONS(3163), + [anon_sym_BANG_EQ] = ACTIONS(3163), + [anon_sym_LT_EQ] = ACTIONS(3163), + [anon_sym_GT_EQ] = ACTIONS(3163), + [anon_sym_LBRACK] = ACTIONS(3161), + [anon_sym_LT2] = ACTIONS(3163), + [anon_sym_struct] = ACTIONS(3163), + [anon_sym_mut] = ACTIONS(3163), + [anon_sym_PLUS_PLUS] = ACTIONS(3163), + [anon_sym_DASH_DASH] = ACTIONS(3163), + [anon_sym_QMARK] = ACTIONS(3163), + [anon_sym_BANG] = ACTIONS(3163), + [anon_sym_go] = ACTIONS(3163), + [anon_sym_spawn] = ACTIONS(3163), + [anon_sym_json_DOTdecode] = ACTIONS(3163), + [anon_sym_LBRACK2] = ACTIONS(3163), + [anon_sym_TILDE] = ACTIONS(3163), + [anon_sym_CARET] = ACTIONS(3163), + [anon_sym_AMP] = ACTIONS(3163), + [anon_sym_LT_DASH] = ACTIONS(3163), + [anon_sym_LT_LT] = ACTIONS(3163), + [anon_sym_GT_GT] = ACTIONS(3163), + [anon_sym_GT_GT_GT] = ACTIONS(3163), + [anon_sym_AMP_CARET] = ACTIONS(3163), + [anon_sym_AMP_AMP] = ACTIONS(3163), + [anon_sym_PIPE_PIPE] = ACTIONS(3163), + [anon_sym_or] = ACTIONS(3163), + [sym_none] = ACTIONS(3163), + [sym_true] = ACTIONS(3163), + [sym_false] = ACTIONS(3163), + [sym_nil] = ACTIONS(3163), + [anon_sym_QMARK_DOT] = ACTIONS(3163), + [anon_sym_POUND_LBRACK] = ACTIONS(3163), + [anon_sym_if] = ACTIONS(3163), + [anon_sym_DOLLARif] = ACTIONS(3163), + [anon_sym_is] = ACTIONS(3163), + [anon_sym_BANGis] = ACTIONS(3163), + [anon_sym_in] = ACTIONS(3163), + [anon_sym_BANGin] = ACTIONS(3163), + [anon_sym_match] = ACTIONS(3163), + [anon_sym_select] = ACTIONS(3163), + [anon_sym_lock] = ACTIONS(3163), + [anon_sym_rlock] = ACTIONS(3163), + [anon_sym_unsafe] = ACTIONS(3163), + [anon_sym_sql] = ACTIONS(3163), + [sym_int_literal] = ACTIONS(3163), + [sym_float_literal] = ACTIONS(3163), + [sym_rune_literal] = ACTIONS(3163), + [anon_sym_AT] = ACTIONS(3163), + [anon_sym_shared] = ACTIONS(3163), + [anon_sym_map_LBRACK] = ACTIONS(3163), + [anon_sym_chan] = ACTIONS(3163), + [anon_sym_thread] = ACTIONS(3163), + [anon_sym_atomic] = ACTIONS(3163), + [sym___double_quote] = ACTIONS(3163), + [sym___single_quote] = ACTIONS(3163), + [sym___c_double_quote] = ACTIONS(3163), + [sym___c_single_quote] = ACTIONS(3163), + [sym___r_double_quote] = ACTIONS(3163), + [sym___r_single_quote] = ACTIONS(3163), }, [1189] = { - [sym_identifier] = ACTIONS(3033), - [anon_sym_LF] = ACTIONS(3033), - [anon_sym_CR] = ACTIONS(3033), - [anon_sym_CR_LF] = ACTIONS(3033), + [sym_identifier] = ACTIONS(2935), + [anon_sym_LF] = ACTIONS(2935), + [anon_sym_CR] = ACTIONS(2935), + [anon_sym_CR_LF] = ACTIONS(2935), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3033), - [anon_sym_DOT] = ACTIONS(3033), - [anon_sym_as] = ACTIONS(3033), - [anon_sym_LBRACE] = ACTIONS(3033), - [anon_sym_COMMA] = ACTIONS(3033), - [anon_sym_RBRACE] = ACTIONS(3033), - [anon_sym_LPAREN] = ACTIONS(3033), - [anon_sym_PIPE] = ACTIONS(3033), - [anon_sym_fn] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3033), - [anon_sym_SLASH] = ACTIONS(3033), - [anon_sym_PERCENT] = ACTIONS(3033), - [anon_sym_LT] = ACTIONS(3033), - [anon_sym_GT] = ACTIONS(3033), - [anon_sym_EQ_EQ] = ACTIONS(3033), - [anon_sym_BANG_EQ] = ACTIONS(3033), - [anon_sym_LT_EQ] = ACTIONS(3033), - [anon_sym_GT_EQ] = ACTIONS(3033), - [anon_sym_LBRACK] = ACTIONS(3031), - [anon_sym_struct] = ACTIONS(3033), - [anon_sym_mut] = ACTIONS(3033), - [anon_sym_PLUS_PLUS] = ACTIONS(3033), - [anon_sym_DASH_DASH] = ACTIONS(3033), - [anon_sym_QMARK] = ACTIONS(3033), - [anon_sym_BANG] = ACTIONS(3033), - [anon_sym_go] = ACTIONS(3033), - [anon_sym_spawn] = ACTIONS(3033), - [anon_sym_json_DOTdecode] = ACTIONS(3033), - [anon_sym_LBRACK2] = ACTIONS(3033), - [anon_sym_TILDE] = ACTIONS(3033), - [anon_sym_CARET] = ACTIONS(3033), - [anon_sym_AMP] = ACTIONS(3033), - [anon_sym_LT_DASH] = ACTIONS(3033), - [anon_sym_LT_LT] = ACTIONS(3033), - [anon_sym_GT_GT] = ACTIONS(3033), - [anon_sym_GT_GT_GT] = ACTIONS(3033), - [anon_sym_AMP_CARET] = ACTIONS(3033), - [anon_sym_AMP_AMP] = ACTIONS(3033), - [anon_sym_PIPE_PIPE] = ACTIONS(3033), - [anon_sym_or] = ACTIONS(3033), - [sym_none] = ACTIONS(3033), - [sym_true] = ACTIONS(3033), - [sym_false] = ACTIONS(3033), - [sym_nil] = ACTIONS(3033), - [anon_sym_QMARK_DOT] = ACTIONS(3033), - [anon_sym_POUND_LBRACK] = ACTIONS(3033), - [anon_sym_if] = ACTIONS(3033), - [anon_sym_DOLLARif] = ACTIONS(3033), - [anon_sym_is] = ACTIONS(3033), - [anon_sym_BANGis] = ACTIONS(3033), - [anon_sym_in] = ACTIONS(3033), - [anon_sym_BANGin] = ACTIONS(3033), - [anon_sym_match] = ACTIONS(3033), - [anon_sym_select] = ACTIONS(3033), - [anon_sym_lock] = ACTIONS(3033), - [anon_sym_rlock] = ACTIONS(3033), - [anon_sym_unsafe] = ACTIONS(3033), - [anon_sym_sql] = ACTIONS(3033), - [sym_int_literal] = ACTIONS(3033), - [sym_float_literal] = ACTIONS(3033), - [sym_rune_literal] = ACTIONS(3033), - [anon_sym_AT] = ACTIONS(3033), - [anon_sym_shared] = ACTIONS(3033), - [anon_sym_map_LBRACK] = ACTIONS(3033), - [anon_sym_chan] = ACTIONS(3033), - [anon_sym_thread] = ACTIONS(3033), - [anon_sym_atomic] = ACTIONS(3033), - [sym___double_quote] = ACTIONS(3033), - [sym___single_quote] = ACTIONS(3033), - [sym___c_double_quote] = ACTIONS(3033), - [sym___c_single_quote] = ACTIONS(3033), - [sym___r_double_quote] = ACTIONS(3033), - [sym___r_single_quote] = ACTIONS(3033), + [anon_sym_SEMI] = ACTIONS(2935), + [anon_sym_DOT] = ACTIONS(2935), + [anon_sym_as] = ACTIONS(2935), + [anon_sym_LBRACE] = ACTIONS(2935), + [anon_sym_COMMA] = ACTIONS(2935), + [anon_sym_RBRACE] = ACTIONS(2935), + [anon_sym_LPAREN] = ACTIONS(2935), + [anon_sym_PIPE] = ACTIONS(2935), + [anon_sym_fn] = ACTIONS(2935), + [anon_sym_PLUS] = ACTIONS(2935), + [anon_sym_DASH] = ACTIONS(2935), + [anon_sym_STAR] = ACTIONS(2935), + [anon_sym_SLASH] = ACTIONS(2935), + [anon_sym_PERCENT] = ACTIONS(2935), + [anon_sym_LT] = ACTIONS(2935), + [anon_sym_GT] = ACTIONS(2935), + [anon_sym_EQ_EQ] = ACTIONS(2935), + [anon_sym_BANG_EQ] = ACTIONS(2935), + [anon_sym_LT_EQ] = ACTIONS(2935), + [anon_sym_GT_EQ] = ACTIONS(2935), + [anon_sym_LBRACK] = ACTIONS(2933), + [anon_sym_LT2] = ACTIONS(2935), + [anon_sym_struct] = ACTIONS(2935), + [anon_sym_mut] = ACTIONS(2935), + [anon_sym_PLUS_PLUS] = ACTIONS(2935), + [anon_sym_DASH_DASH] = ACTIONS(2935), + [anon_sym_QMARK] = ACTIONS(2935), + [anon_sym_BANG] = ACTIONS(2935), + [anon_sym_go] = ACTIONS(2935), + [anon_sym_spawn] = ACTIONS(2935), + [anon_sym_json_DOTdecode] = ACTIONS(2935), + [anon_sym_LBRACK2] = ACTIONS(2935), + [anon_sym_TILDE] = ACTIONS(2935), + [anon_sym_CARET] = ACTIONS(2935), + [anon_sym_AMP] = ACTIONS(2935), + [anon_sym_LT_DASH] = ACTIONS(2935), + [anon_sym_LT_LT] = ACTIONS(2935), + [anon_sym_GT_GT] = ACTIONS(2935), + [anon_sym_GT_GT_GT] = ACTIONS(2935), + [anon_sym_AMP_CARET] = ACTIONS(2935), + [anon_sym_AMP_AMP] = ACTIONS(2935), + [anon_sym_PIPE_PIPE] = ACTIONS(2935), + [anon_sym_or] = ACTIONS(2935), + [sym_none] = ACTIONS(2935), + [sym_true] = ACTIONS(2935), + [sym_false] = ACTIONS(2935), + [sym_nil] = ACTIONS(2935), + [anon_sym_QMARK_DOT] = ACTIONS(2935), + [anon_sym_POUND_LBRACK] = ACTIONS(2935), + [anon_sym_if] = ACTIONS(2935), + [anon_sym_DOLLARif] = ACTIONS(2935), + [anon_sym_is] = ACTIONS(2935), + [anon_sym_BANGis] = ACTIONS(2935), + [anon_sym_in] = ACTIONS(2935), + [anon_sym_BANGin] = ACTIONS(2935), + [anon_sym_match] = ACTIONS(2935), + [anon_sym_select] = ACTIONS(2935), + [anon_sym_lock] = ACTIONS(2935), + [anon_sym_rlock] = ACTIONS(2935), + [anon_sym_unsafe] = ACTIONS(2935), + [anon_sym_sql] = ACTIONS(2935), + [sym_int_literal] = ACTIONS(2935), + [sym_float_literal] = ACTIONS(2935), + [sym_rune_literal] = ACTIONS(2935), + [anon_sym_AT] = ACTIONS(2935), + [anon_sym_shared] = ACTIONS(2935), + [anon_sym_map_LBRACK] = ACTIONS(2935), + [anon_sym_chan] = ACTIONS(2935), + [anon_sym_thread] = ACTIONS(2935), + [anon_sym_atomic] = ACTIONS(2935), + [sym___double_quote] = ACTIONS(2935), + [sym___single_quote] = ACTIONS(2935), + [sym___c_double_quote] = ACTIONS(2935), + [sym___c_single_quote] = ACTIONS(2935), + [sym___r_double_quote] = ACTIONS(2935), + [sym___r_single_quote] = ACTIONS(2935), }, [1190] = { - [sym_identifier] = ACTIONS(3037), - [anon_sym_LF] = ACTIONS(3037), - [anon_sym_CR] = ACTIONS(3037), - [anon_sym_CR_LF] = ACTIONS(3037), + [sym_identifier] = ACTIONS(2875), + [anon_sym_LF] = ACTIONS(2875), + [anon_sym_CR] = ACTIONS(2875), + [anon_sym_CR_LF] = ACTIONS(2875), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3037), - [anon_sym_DOT] = ACTIONS(3037), - [anon_sym_as] = ACTIONS(3037), - [anon_sym_LBRACE] = ACTIONS(3037), - [anon_sym_COMMA] = ACTIONS(3037), - [anon_sym_RBRACE] = ACTIONS(3037), - [anon_sym_LPAREN] = ACTIONS(3037), - [anon_sym_PIPE] = ACTIONS(3037), - [anon_sym_fn] = ACTIONS(3037), - [anon_sym_PLUS] = ACTIONS(3037), - [anon_sym_DASH] = ACTIONS(3037), - [anon_sym_STAR] = ACTIONS(3037), - [anon_sym_SLASH] = ACTIONS(3037), - [anon_sym_PERCENT] = ACTIONS(3037), - [anon_sym_LT] = ACTIONS(3037), - [anon_sym_GT] = ACTIONS(3037), - [anon_sym_EQ_EQ] = ACTIONS(3037), - [anon_sym_BANG_EQ] = ACTIONS(3037), - [anon_sym_LT_EQ] = ACTIONS(3037), - [anon_sym_GT_EQ] = ACTIONS(3037), - [anon_sym_LBRACK] = ACTIONS(3035), - [anon_sym_struct] = ACTIONS(3037), - [anon_sym_mut] = ACTIONS(3037), - [anon_sym_PLUS_PLUS] = ACTIONS(3037), - [anon_sym_DASH_DASH] = ACTIONS(3037), - [anon_sym_QMARK] = ACTIONS(3037), - [anon_sym_BANG] = ACTIONS(3037), - [anon_sym_go] = ACTIONS(3037), - [anon_sym_spawn] = ACTIONS(3037), - [anon_sym_json_DOTdecode] = ACTIONS(3037), - [anon_sym_LBRACK2] = ACTIONS(3037), - [anon_sym_TILDE] = ACTIONS(3037), - [anon_sym_CARET] = ACTIONS(3037), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_LT_DASH] = ACTIONS(3037), - [anon_sym_LT_LT] = ACTIONS(3037), - [anon_sym_GT_GT] = ACTIONS(3037), - [anon_sym_GT_GT_GT] = ACTIONS(3037), - [anon_sym_AMP_CARET] = ACTIONS(3037), - [anon_sym_AMP_AMP] = ACTIONS(3037), - [anon_sym_PIPE_PIPE] = ACTIONS(3037), - [anon_sym_or] = ACTIONS(3037), - [sym_none] = ACTIONS(3037), - [sym_true] = ACTIONS(3037), - [sym_false] = ACTIONS(3037), - [sym_nil] = ACTIONS(3037), - [anon_sym_QMARK_DOT] = ACTIONS(3037), - [anon_sym_POUND_LBRACK] = ACTIONS(3037), - [anon_sym_if] = ACTIONS(3037), - [anon_sym_DOLLARif] = ACTIONS(3037), - [anon_sym_is] = ACTIONS(3037), - [anon_sym_BANGis] = ACTIONS(3037), - [anon_sym_in] = ACTIONS(3037), - [anon_sym_BANGin] = ACTIONS(3037), - [anon_sym_match] = ACTIONS(3037), - [anon_sym_select] = ACTIONS(3037), - [anon_sym_lock] = ACTIONS(3037), - [anon_sym_rlock] = ACTIONS(3037), - [anon_sym_unsafe] = ACTIONS(3037), - [anon_sym_sql] = ACTIONS(3037), - [sym_int_literal] = ACTIONS(3037), - [sym_float_literal] = ACTIONS(3037), - [sym_rune_literal] = ACTIONS(3037), - [anon_sym_AT] = ACTIONS(3037), - [anon_sym_shared] = ACTIONS(3037), - [anon_sym_map_LBRACK] = ACTIONS(3037), - [anon_sym_chan] = ACTIONS(3037), - [anon_sym_thread] = ACTIONS(3037), - [anon_sym_atomic] = ACTIONS(3037), - [sym___double_quote] = ACTIONS(3037), - [sym___single_quote] = ACTIONS(3037), - [sym___c_double_quote] = ACTIONS(3037), - [sym___c_single_quote] = ACTIONS(3037), - [sym___r_double_quote] = ACTIONS(3037), - [sym___r_single_quote] = ACTIONS(3037), + [anon_sym_SEMI] = ACTIONS(2875), + [anon_sym_DOT] = ACTIONS(2875), + [anon_sym_as] = ACTIONS(2875), + [anon_sym_LBRACE] = ACTIONS(2875), + [anon_sym_COMMA] = ACTIONS(2875), + [anon_sym_RBRACE] = ACTIONS(2875), + [anon_sym_LPAREN] = ACTIONS(2875), + [anon_sym_PIPE] = ACTIONS(2875), + [anon_sym_fn] = ACTIONS(2875), + [anon_sym_PLUS] = ACTIONS(2875), + [anon_sym_DASH] = ACTIONS(2875), + [anon_sym_STAR] = ACTIONS(2875), + [anon_sym_SLASH] = ACTIONS(2875), + [anon_sym_PERCENT] = ACTIONS(2875), + [anon_sym_LT] = ACTIONS(2875), + [anon_sym_GT] = ACTIONS(2875), + [anon_sym_EQ_EQ] = ACTIONS(2875), + [anon_sym_BANG_EQ] = ACTIONS(2875), + [anon_sym_LT_EQ] = ACTIONS(2875), + [anon_sym_GT_EQ] = ACTIONS(2875), + [anon_sym_LBRACK] = ACTIONS(2873), + [anon_sym_LT2] = ACTIONS(2875), + [anon_sym_struct] = ACTIONS(2875), + [anon_sym_mut] = ACTIONS(2875), + [anon_sym_PLUS_PLUS] = ACTIONS(2875), + [anon_sym_DASH_DASH] = ACTIONS(2875), + [anon_sym_QMARK] = ACTIONS(2875), + [anon_sym_BANG] = ACTIONS(3596), + [anon_sym_go] = ACTIONS(2875), + [anon_sym_spawn] = ACTIONS(2875), + [anon_sym_json_DOTdecode] = ACTIONS(2875), + [anon_sym_LBRACK2] = ACTIONS(2875), + [anon_sym_TILDE] = ACTIONS(2875), + [anon_sym_CARET] = ACTIONS(2875), + [anon_sym_AMP] = ACTIONS(2875), + [anon_sym_LT_DASH] = ACTIONS(2875), + [anon_sym_LT_LT] = ACTIONS(2875), + [anon_sym_GT_GT] = ACTIONS(2875), + [anon_sym_GT_GT_GT] = ACTIONS(2875), + [anon_sym_AMP_CARET] = ACTIONS(2875), + [anon_sym_AMP_AMP] = ACTIONS(2875), + [anon_sym_PIPE_PIPE] = ACTIONS(2875), + [anon_sym_or] = ACTIONS(2875), + [sym_none] = ACTIONS(2875), + [sym_true] = ACTIONS(2875), + [sym_false] = ACTIONS(2875), + [sym_nil] = ACTIONS(2875), + [anon_sym_QMARK_DOT] = ACTIONS(2875), + [anon_sym_POUND_LBRACK] = ACTIONS(2875), + [anon_sym_if] = ACTIONS(2875), + [anon_sym_DOLLARif] = ACTIONS(2875), + [anon_sym_is] = ACTIONS(2875), + [anon_sym_BANGis] = ACTIONS(2875), + [anon_sym_in] = ACTIONS(2875), + [anon_sym_BANGin] = ACTIONS(2875), + [anon_sym_match] = ACTIONS(2875), + [anon_sym_select] = ACTIONS(2875), + [anon_sym_lock] = ACTIONS(2875), + [anon_sym_rlock] = ACTIONS(2875), + [anon_sym_unsafe] = ACTIONS(2875), + [anon_sym_sql] = ACTIONS(2875), + [sym_int_literal] = ACTIONS(2875), + [sym_float_literal] = ACTIONS(2875), + [sym_rune_literal] = ACTIONS(2875), + [anon_sym_AT] = ACTIONS(2875), + [anon_sym_shared] = ACTIONS(2875), + [anon_sym_map_LBRACK] = ACTIONS(2875), + [anon_sym_chan] = ACTIONS(2875), + [anon_sym_thread] = ACTIONS(2875), + [anon_sym_atomic] = ACTIONS(2875), + [sym___double_quote] = ACTIONS(2875), + [sym___single_quote] = ACTIONS(2875), + [sym___c_double_quote] = ACTIONS(2875), + [sym___c_single_quote] = ACTIONS(2875), + [sym___r_double_quote] = ACTIONS(2875), + [sym___r_single_quote] = ACTIONS(2875), }, [1191] = { - [sym_identifier] = ACTIONS(3045), - [anon_sym_LF] = ACTIONS(3045), - [anon_sym_CR] = ACTIONS(3045), - [anon_sym_CR_LF] = ACTIONS(3045), + [sym_identifier] = ACTIONS(3043), + [anon_sym_LF] = ACTIONS(3043), + [anon_sym_CR] = ACTIONS(3043), + [anon_sym_CR_LF] = ACTIONS(3043), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3045), - [anon_sym_DOT] = ACTIONS(3045), - [anon_sym_as] = ACTIONS(3045), - [anon_sym_LBRACE] = ACTIONS(3045), - [anon_sym_COMMA] = ACTIONS(3045), - [anon_sym_RBRACE] = ACTIONS(3045), - [anon_sym_LPAREN] = ACTIONS(3045), - [anon_sym_PIPE] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3045), - [anon_sym_PLUS] = ACTIONS(3045), - [anon_sym_DASH] = ACTIONS(3045), - [anon_sym_STAR] = ACTIONS(3045), - [anon_sym_SLASH] = ACTIONS(3045), - [anon_sym_PERCENT] = ACTIONS(3045), - [anon_sym_LT] = ACTIONS(3045), - [anon_sym_GT] = ACTIONS(3045), - [anon_sym_EQ_EQ] = ACTIONS(3045), - [anon_sym_BANG_EQ] = ACTIONS(3045), - [anon_sym_LT_EQ] = ACTIONS(3045), - [anon_sym_GT_EQ] = ACTIONS(3045), - [anon_sym_LBRACK] = ACTIONS(3043), - [anon_sym_struct] = ACTIONS(3045), - [anon_sym_mut] = ACTIONS(3045), - [anon_sym_PLUS_PLUS] = ACTIONS(3045), - [anon_sym_DASH_DASH] = ACTIONS(3045), - [anon_sym_QMARK] = ACTIONS(3045), - [anon_sym_BANG] = ACTIONS(3045), - [anon_sym_go] = ACTIONS(3045), - [anon_sym_spawn] = ACTIONS(3045), - [anon_sym_json_DOTdecode] = ACTIONS(3045), - [anon_sym_LBRACK2] = ACTIONS(3045), - [anon_sym_TILDE] = ACTIONS(3045), - [anon_sym_CARET] = ACTIONS(3045), - [anon_sym_AMP] = ACTIONS(3045), - [anon_sym_LT_DASH] = ACTIONS(3045), - [anon_sym_LT_LT] = ACTIONS(3045), - [anon_sym_GT_GT] = ACTIONS(3045), - [anon_sym_GT_GT_GT] = ACTIONS(3045), - [anon_sym_AMP_CARET] = ACTIONS(3045), - [anon_sym_AMP_AMP] = ACTIONS(3045), - [anon_sym_PIPE_PIPE] = ACTIONS(3045), - [anon_sym_or] = ACTIONS(3045), - [sym_none] = ACTIONS(3045), - [sym_true] = ACTIONS(3045), - [sym_false] = ACTIONS(3045), - [sym_nil] = ACTIONS(3045), - [anon_sym_QMARK_DOT] = ACTIONS(3045), - [anon_sym_POUND_LBRACK] = ACTIONS(3045), - [anon_sym_if] = ACTIONS(3045), - [anon_sym_DOLLARif] = ACTIONS(3045), - [anon_sym_is] = ACTIONS(3045), - [anon_sym_BANGis] = ACTIONS(3045), - [anon_sym_in] = ACTIONS(3045), - [anon_sym_BANGin] = ACTIONS(3045), - [anon_sym_match] = ACTIONS(3045), - [anon_sym_select] = ACTIONS(3045), - [anon_sym_lock] = ACTIONS(3045), - [anon_sym_rlock] = ACTIONS(3045), - [anon_sym_unsafe] = ACTIONS(3045), - [anon_sym_sql] = ACTIONS(3045), - [sym_int_literal] = ACTIONS(3045), - [sym_float_literal] = ACTIONS(3045), - [sym_rune_literal] = ACTIONS(3045), - [anon_sym_AT] = ACTIONS(3045), - [anon_sym_shared] = ACTIONS(3045), - [anon_sym_map_LBRACK] = ACTIONS(3045), - [anon_sym_chan] = ACTIONS(3045), - [anon_sym_thread] = ACTIONS(3045), - [anon_sym_atomic] = ACTIONS(3045), - [sym___double_quote] = ACTIONS(3045), - [sym___single_quote] = ACTIONS(3045), - [sym___c_double_quote] = ACTIONS(3045), - [sym___c_single_quote] = ACTIONS(3045), - [sym___r_double_quote] = ACTIONS(3045), - [sym___r_single_quote] = ACTIONS(3045), + [anon_sym_SEMI] = ACTIONS(3043), + [anon_sym_DOT] = ACTIONS(3043), + [anon_sym_as] = ACTIONS(3043), + [anon_sym_LBRACE] = ACTIONS(3043), + [anon_sym_COMMA] = ACTIONS(3043), + [anon_sym_RBRACE] = ACTIONS(3043), + [anon_sym_LPAREN] = ACTIONS(3043), + [anon_sym_PIPE] = ACTIONS(3043), + [anon_sym_fn] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3043), + [anon_sym_SLASH] = ACTIONS(3043), + [anon_sym_PERCENT] = ACTIONS(3043), + [anon_sym_LT] = ACTIONS(3043), + [anon_sym_GT] = ACTIONS(3043), + [anon_sym_EQ_EQ] = ACTIONS(3043), + [anon_sym_BANG_EQ] = ACTIONS(3043), + [anon_sym_LT_EQ] = ACTIONS(3043), + [anon_sym_GT_EQ] = ACTIONS(3043), + [anon_sym_LBRACK] = ACTIONS(3041), + [anon_sym_LT2] = ACTIONS(3043), + [anon_sym_struct] = ACTIONS(3043), + [anon_sym_mut] = ACTIONS(3043), + [anon_sym_PLUS_PLUS] = ACTIONS(3043), + [anon_sym_DASH_DASH] = ACTIONS(3043), + [anon_sym_QMARK] = ACTIONS(3043), + [anon_sym_BANG] = ACTIONS(3043), + [anon_sym_go] = ACTIONS(3043), + [anon_sym_spawn] = ACTIONS(3043), + [anon_sym_json_DOTdecode] = ACTIONS(3043), + [anon_sym_LBRACK2] = ACTIONS(3043), + [anon_sym_TILDE] = ACTIONS(3043), + [anon_sym_CARET] = ACTIONS(3043), + [anon_sym_AMP] = ACTIONS(3043), + [anon_sym_LT_DASH] = ACTIONS(3043), + [anon_sym_LT_LT] = ACTIONS(3043), + [anon_sym_GT_GT] = ACTIONS(3043), + [anon_sym_GT_GT_GT] = ACTIONS(3043), + [anon_sym_AMP_CARET] = ACTIONS(3043), + [anon_sym_AMP_AMP] = ACTIONS(3043), + [anon_sym_PIPE_PIPE] = ACTIONS(3043), + [anon_sym_or] = ACTIONS(3043), + [sym_none] = ACTIONS(3043), + [sym_true] = ACTIONS(3043), + [sym_false] = ACTIONS(3043), + [sym_nil] = ACTIONS(3043), + [anon_sym_QMARK_DOT] = ACTIONS(3043), + [anon_sym_POUND_LBRACK] = ACTIONS(3043), + [anon_sym_if] = ACTIONS(3043), + [anon_sym_DOLLARif] = ACTIONS(3043), + [anon_sym_is] = ACTIONS(3043), + [anon_sym_BANGis] = ACTIONS(3043), + [anon_sym_in] = ACTIONS(3043), + [anon_sym_BANGin] = ACTIONS(3043), + [anon_sym_match] = ACTIONS(3043), + [anon_sym_select] = ACTIONS(3043), + [anon_sym_lock] = ACTIONS(3043), + [anon_sym_rlock] = ACTIONS(3043), + [anon_sym_unsafe] = ACTIONS(3043), + [anon_sym_sql] = ACTIONS(3043), + [sym_int_literal] = ACTIONS(3043), + [sym_float_literal] = ACTIONS(3043), + [sym_rune_literal] = ACTIONS(3043), + [anon_sym_AT] = ACTIONS(3043), + [anon_sym_shared] = ACTIONS(3043), + [anon_sym_map_LBRACK] = ACTIONS(3043), + [anon_sym_chan] = ACTIONS(3043), + [anon_sym_thread] = ACTIONS(3043), + [anon_sym_atomic] = ACTIONS(3043), + [sym___double_quote] = ACTIONS(3043), + [sym___single_quote] = ACTIONS(3043), + [sym___c_double_quote] = ACTIONS(3043), + [sym___c_single_quote] = ACTIONS(3043), + [sym___r_double_quote] = ACTIONS(3043), + [sym___r_single_quote] = ACTIONS(3043), }, [1192] = { - [sym_identifier] = ACTIONS(3053), - [anon_sym_LF] = ACTIONS(3053), - [anon_sym_CR] = ACTIONS(3053), - [anon_sym_CR_LF] = ACTIONS(3053), + [sym_identifier] = ACTIONS(3035), + [anon_sym_LF] = ACTIONS(3035), + [anon_sym_CR] = ACTIONS(3035), + [anon_sym_CR_LF] = ACTIONS(3035), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3053), - [anon_sym_DOT] = ACTIONS(3053), - [anon_sym_as] = ACTIONS(3053), - [anon_sym_LBRACE] = ACTIONS(3053), - [anon_sym_COMMA] = ACTIONS(3053), - [anon_sym_RBRACE] = ACTIONS(3053), - [anon_sym_LPAREN] = ACTIONS(3053), - [anon_sym_PIPE] = ACTIONS(3053), - [anon_sym_fn] = ACTIONS(3053), - [anon_sym_PLUS] = ACTIONS(3053), - [anon_sym_DASH] = ACTIONS(3053), - [anon_sym_STAR] = ACTIONS(3053), - [anon_sym_SLASH] = ACTIONS(3053), - [anon_sym_PERCENT] = ACTIONS(3053), - [anon_sym_LT] = ACTIONS(3053), - [anon_sym_GT] = ACTIONS(3053), - [anon_sym_EQ_EQ] = ACTIONS(3053), - [anon_sym_BANG_EQ] = ACTIONS(3053), - [anon_sym_LT_EQ] = ACTIONS(3053), - [anon_sym_GT_EQ] = ACTIONS(3053), - [anon_sym_LBRACK] = ACTIONS(3051), - [anon_sym_struct] = ACTIONS(3053), - [anon_sym_mut] = ACTIONS(3053), - [anon_sym_PLUS_PLUS] = ACTIONS(3053), - [anon_sym_DASH_DASH] = ACTIONS(3053), - [anon_sym_QMARK] = ACTIONS(3053), - [anon_sym_BANG] = ACTIONS(3053), - [anon_sym_go] = ACTIONS(3053), - [anon_sym_spawn] = ACTIONS(3053), - [anon_sym_json_DOTdecode] = ACTIONS(3053), - [anon_sym_LBRACK2] = ACTIONS(3053), - [anon_sym_TILDE] = ACTIONS(3053), - [anon_sym_CARET] = ACTIONS(3053), - [anon_sym_AMP] = ACTIONS(3053), - [anon_sym_LT_DASH] = ACTIONS(3053), - [anon_sym_LT_LT] = ACTIONS(3053), - [anon_sym_GT_GT] = ACTIONS(3053), - [anon_sym_GT_GT_GT] = ACTIONS(3053), - [anon_sym_AMP_CARET] = ACTIONS(3053), - [anon_sym_AMP_AMP] = ACTIONS(3053), - [anon_sym_PIPE_PIPE] = ACTIONS(3053), - [anon_sym_or] = ACTIONS(3053), - [sym_none] = ACTIONS(3053), - [sym_true] = ACTIONS(3053), - [sym_false] = ACTIONS(3053), - [sym_nil] = ACTIONS(3053), - [anon_sym_QMARK_DOT] = ACTIONS(3053), - [anon_sym_POUND_LBRACK] = ACTIONS(3053), - [anon_sym_if] = ACTIONS(3053), - [anon_sym_DOLLARif] = ACTIONS(3053), - [anon_sym_is] = ACTIONS(3053), - [anon_sym_BANGis] = ACTIONS(3053), - [anon_sym_in] = ACTIONS(3053), - [anon_sym_BANGin] = ACTIONS(3053), - [anon_sym_match] = ACTIONS(3053), - [anon_sym_select] = ACTIONS(3053), - [anon_sym_lock] = ACTIONS(3053), - [anon_sym_rlock] = ACTIONS(3053), - [anon_sym_unsafe] = ACTIONS(3053), - [anon_sym_sql] = ACTIONS(3053), - [sym_int_literal] = ACTIONS(3053), - [sym_float_literal] = ACTIONS(3053), - [sym_rune_literal] = ACTIONS(3053), - [anon_sym_AT] = ACTIONS(3053), - [anon_sym_shared] = ACTIONS(3053), - [anon_sym_map_LBRACK] = ACTIONS(3053), - [anon_sym_chan] = ACTIONS(3053), - [anon_sym_thread] = ACTIONS(3053), - [anon_sym_atomic] = ACTIONS(3053), - [sym___double_quote] = ACTIONS(3053), - [sym___single_quote] = ACTIONS(3053), - [sym___c_double_quote] = ACTIONS(3053), - [sym___c_single_quote] = ACTIONS(3053), - [sym___r_double_quote] = ACTIONS(3053), - [sym___r_single_quote] = ACTIONS(3053), + [anon_sym_SEMI] = ACTIONS(3035), + [anon_sym_DOT] = ACTIONS(3035), + [anon_sym_as] = ACTIONS(3035), + [anon_sym_LBRACE] = ACTIONS(3035), + [anon_sym_COMMA] = ACTIONS(3035), + [anon_sym_RBRACE] = ACTIONS(3035), + [anon_sym_LPAREN] = ACTIONS(3035), + [anon_sym_PIPE] = ACTIONS(3035), + [anon_sym_fn] = ACTIONS(3035), + [anon_sym_PLUS] = ACTIONS(3035), + [anon_sym_DASH] = ACTIONS(3035), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_SLASH] = ACTIONS(3035), + [anon_sym_PERCENT] = ACTIONS(3035), + [anon_sym_LT] = ACTIONS(3035), + [anon_sym_GT] = ACTIONS(3035), + [anon_sym_EQ_EQ] = ACTIONS(3035), + [anon_sym_BANG_EQ] = ACTIONS(3035), + [anon_sym_LT_EQ] = ACTIONS(3035), + [anon_sym_GT_EQ] = ACTIONS(3035), + [anon_sym_LBRACK] = ACTIONS(3033), + [anon_sym_LT2] = ACTIONS(3035), + [anon_sym_struct] = ACTIONS(3035), + [anon_sym_mut] = ACTIONS(3035), + [anon_sym_PLUS_PLUS] = ACTIONS(3035), + [anon_sym_DASH_DASH] = ACTIONS(3035), + [anon_sym_QMARK] = ACTIONS(3035), + [anon_sym_BANG] = ACTIONS(3035), + [anon_sym_go] = ACTIONS(3035), + [anon_sym_spawn] = ACTIONS(3035), + [anon_sym_json_DOTdecode] = ACTIONS(3035), + [anon_sym_LBRACK2] = ACTIONS(3035), + [anon_sym_TILDE] = ACTIONS(3035), + [anon_sym_CARET] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_LT_DASH] = ACTIONS(3035), + [anon_sym_LT_LT] = ACTIONS(3035), + [anon_sym_GT_GT] = ACTIONS(3035), + [anon_sym_GT_GT_GT] = ACTIONS(3035), + [anon_sym_AMP_CARET] = ACTIONS(3035), + [anon_sym_AMP_AMP] = ACTIONS(3035), + [anon_sym_PIPE_PIPE] = ACTIONS(3035), + [anon_sym_or] = ACTIONS(3035), + [sym_none] = ACTIONS(3035), + [sym_true] = ACTIONS(3035), + [sym_false] = ACTIONS(3035), + [sym_nil] = ACTIONS(3035), + [anon_sym_QMARK_DOT] = ACTIONS(3035), + [anon_sym_POUND_LBRACK] = ACTIONS(3035), + [anon_sym_if] = ACTIONS(3035), + [anon_sym_DOLLARif] = ACTIONS(3035), + [anon_sym_is] = ACTIONS(3035), + [anon_sym_BANGis] = ACTIONS(3035), + [anon_sym_in] = ACTIONS(3035), + [anon_sym_BANGin] = ACTIONS(3035), + [anon_sym_match] = ACTIONS(3035), + [anon_sym_select] = ACTIONS(3035), + [anon_sym_lock] = ACTIONS(3035), + [anon_sym_rlock] = ACTIONS(3035), + [anon_sym_unsafe] = ACTIONS(3035), + [anon_sym_sql] = ACTIONS(3035), + [sym_int_literal] = ACTIONS(3035), + [sym_float_literal] = ACTIONS(3035), + [sym_rune_literal] = ACTIONS(3035), + [anon_sym_AT] = ACTIONS(3035), + [anon_sym_shared] = ACTIONS(3035), + [anon_sym_map_LBRACK] = ACTIONS(3035), + [anon_sym_chan] = ACTIONS(3035), + [anon_sym_thread] = ACTIONS(3035), + [anon_sym_atomic] = ACTIONS(3035), + [sym___double_quote] = ACTIONS(3035), + [sym___single_quote] = ACTIONS(3035), + [sym___c_double_quote] = ACTIONS(3035), + [sym___c_single_quote] = ACTIONS(3035), + [sym___r_double_quote] = ACTIONS(3035), + [sym___r_single_quote] = ACTIONS(3035), }, [1193] = { - [sym_identifier] = ACTIONS(3065), - [anon_sym_LF] = ACTIONS(3065), - [anon_sym_CR] = ACTIONS(3065), - [anon_sym_CR_LF] = ACTIONS(3065), + [sym_identifier] = ACTIONS(3031), + [anon_sym_LF] = ACTIONS(3031), + [anon_sym_CR] = ACTIONS(3031), + [anon_sym_CR_LF] = ACTIONS(3031), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3065), - [anon_sym_DOT] = ACTIONS(3065), - [anon_sym_as] = ACTIONS(3065), - [anon_sym_LBRACE] = ACTIONS(3065), - [anon_sym_COMMA] = ACTIONS(3065), - [anon_sym_RBRACE] = ACTIONS(3065), - [anon_sym_LPAREN] = ACTIONS(3065), - [anon_sym_PIPE] = ACTIONS(3065), - [anon_sym_fn] = ACTIONS(3065), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3065), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3065), - [anon_sym_LT] = ACTIONS(3065), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_EQ_EQ] = ACTIONS(3065), - [anon_sym_BANG_EQ] = ACTIONS(3065), - [anon_sym_LT_EQ] = ACTIONS(3065), - [anon_sym_GT_EQ] = ACTIONS(3065), - [anon_sym_LBRACK] = ACTIONS(3063), - [anon_sym_struct] = ACTIONS(3065), - [anon_sym_mut] = ACTIONS(3065), - [anon_sym_PLUS_PLUS] = ACTIONS(3065), - [anon_sym_DASH_DASH] = ACTIONS(3065), - [anon_sym_QMARK] = ACTIONS(3065), - [anon_sym_BANG] = ACTIONS(3065), - [anon_sym_go] = ACTIONS(3065), - [anon_sym_spawn] = ACTIONS(3065), - [anon_sym_json_DOTdecode] = ACTIONS(3065), - [anon_sym_LBRACK2] = ACTIONS(3065), - [anon_sym_TILDE] = ACTIONS(3065), - [anon_sym_CARET] = ACTIONS(3065), - [anon_sym_AMP] = ACTIONS(3065), - [anon_sym_LT_DASH] = ACTIONS(3065), - [anon_sym_LT_LT] = ACTIONS(3065), - [anon_sym_GT_GT] = ACTIONS(3065), - [anon_sym_GT_GT_GT] = ACTIONS(3065), - [anon_sym_AMP_CARET] = ACTIONS(3065), - [anon_sym_AMP_AMP] = ACTIONS(3065), - [anon_sym_PIPE_PIPE] = ACTIONS(3065), - [anon_sym_or] = ACTIONS(3065), - [sym_none] = ACTIONS(3065), - [sym_true] = ACTIONS(3065), - [sym_false] = ACTIONS(3065), - [sym_nil] = ACTIONS(3065), - [anon_sym_QMARK_DOT] = ACTIONS(3065), - [anon_sym_POUND_LBRACK] = ACTIONS(3065), - [anon_sym_if] = ACTIONS(3065), - [anon_sym_DOLLARif] = ACTIONS(3065), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3065), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_BANGin] = ACTIONS(3065), - [anon_sym_match] = ACTIONS(3065), - [anon_sym_select] = ACTIONS(3065), - [anon_sym_lock] = ACTIONS(3065), - [anon_sym_rlock] = ACTIONS(3065), - [anon_sym_unsafe] = ACTIONS(3065), - [anon_sym_sql] = ACTIONS(3065), - [sym_int_literal] = ACTIONS(3065), - [sym_float_literal] = ACTIONS(3065), - [sym_rune_literal] = ACTIONS(3065), - [anon_sym_AT] = ACTIONS(3065), - [anon_sym_shared] = ACTIONS(3065), - [anon_sym_map_LBRACK] = ACTIONS(3065), - [anon_sym_chan] = ACTIONS(3065), - [anon_sym_thread] = ACTIONS(3065), - [anon_sym_atomic] = ACTIONS(3065), - [sym___double_quote] = ACTIONS(3065), - [sym___single_quote] = ACTIONS(3065), - [sym___c_double_quote] = ACTIONS(3065), - [sym___c_single_quote] = ACTIONS(3065), - [sym___r_double_quote] = ACTIONS(3065), - [sym___r_single_quote] = ACTIONS(3065), + [anon_sym_SEMI] = ACTIONS(3031), + [anon_sym_DOT] = ACTIONS(3031), + [anon_sym_as] = ACTIONS(3031), + [anon_sym_LBRACE] = ACTIONS(3031), + [anon_sym_COMMA] = ACTIONS(3031), + [anon_sym_RBRACE] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(3031), + [anon_sym_PIPE] = ACTIONS(3031), + [anon_sym_fn] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3031), + [anon_sym_SLASH] = ACTIONS(3031), + [anon_sym_PERCENT] = ACTIONS(3031), + [anon_sym_LT] = ACTIONS(3031), + [anon_sym_GT] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3031), + [anon_sym_BANG_EQ] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3031), + [anon_sym_GT_EQ] = ACTIONS(3031), + [anon_sym_LBRACK] = ACTIONS(3029), + [anon_sym_LT2] = ACTIONS(3031), + [anon_sym_struct] = ACTIONS(3031), + [anon_sym_mut] = ACTIONS(3031), + [anon_sym_PLUS_PLUS] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3031), + [anon_sym_QMARK] = ACTIONS(3031), + [anon_sym_BANG] = ACTIONS(3031), + [anon_sym_go] = ACTIONS(3031), + [anon_sym_spawn] = ACTIONS(3031), + [anon_sym_json_DOTdecode] = ACTIONS(3031), + [anon_sym_LBRACK2] = ACTIONS(3031), + [anon_sym_TILDE] = ACTIONS(3031), + [anon_sym_CARET] = ACTIONS(3031), + [anon_sym_AMP] = ACTIONS(3031), + [anon_sym_LT_DASH] = ACTIONS(3031), + [anon_sym_LT_LT] = ACTIONS(3031), + [anon_sym_GT_GT] = ACTIONS(3031), + [anon_sym_GT_GT_GT] = ACTIONS(3031), + [anon_sym_AMP_CARET] = ACTIONS(3031), + [anon_sym_AMP_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3031), + [anon_sym_or] = ACTIONS(3031), + [sym_none] = ACTIONS(3031), + [sym_true] = ACTIONS(3031), + [sym_false] = ACTIONS(3031), + [sym_nil] = ACTIONS(3031), + [anon_sym_QMARK_DOT] = ACTIONS(3031), + [anon_sym_POUND_LBRACK] = ACTIONS(3031), + [anon_sym_if] = ACTIONS(3031), + [anon_sym_DOLLARif] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3031), + [anon_sym_BANGis] = ACTIONS(3031), + [anon_sym_in] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3031), + [anon_sym_match] = ACTIONS(3031), + [anon_sym_select] = ACTIONS(3031), + [anon_sym_lock] = ACTIONS(3031), + [anon_sym_rlock] = ACTIONS(3031), + [anon_sym_unsafe] = ACTIONS(3031), + [anon_sym_sql] = ACTIONS(3031), + [sym_int_literal] = ACTIONS(3031), + [sym_float_literal] = ACTIONS(3031), + [sym_rune_literal] = ACTIONS(3031), + [anon_sym_AT] = ACTIONS(3031), + [anon_sym_shared] = ACTIONS(3031), + [anon_sym_map_LBRACK] = ACTIONS(3031), + [anon_sym_chan] = ACTIONS(3031), + [anon_sym_thread] = ACTIONS(3031), + [anon_sym_atomic] = ACTIONS(3031), + [sym___double_quote] = ACTIONS(3031), + [sym___single_quote] = ACTIONS(3031), + [sym___c_double_quote] = ACTIONS(3031), + [sym___c_single_quote] = ACTIONS(3031), + [sym___r_double_quote] = ACTIONS(3031), + [sym___r_single_quote] = ACTIONS(3031), }, [1194] = { - [sym_identifier] = ACTIONS(3149), - [anon_sym_LF] = ACTIONS(3149), - [anon_sym_CR] = ACTIONS(3149), - [anon_sym_CR_LF] = ACTIONS(3149), + [sym_identifier] = ACTIONS(2943), + [anon_sym_LF] = ACTIONS(2943), + [anon_sym_CR] = ACTIONS(2943), + [anon_sym_CR_LF] = ACTIONS(2943), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3149), - [anon_sym_DOT] = ACTIONS(3149), - [anon_sym_as] = ACTIONS(3149), - [anon_sym_LBRACE] = ACTIONS(3149), - [anon_sym_COMMA] = ACTIONS(3149), - [anon_sym_RBRACE] = ACTIONS(3149), - [anon_sym_LPAREN] = ACTIONS(3149), - [anon_sym_PIPE] = ACTIONS(3149), - [anon_sym_fn] = ACTIONS(3149), - [anon_sym_PLUS] = ACTIONS(3149), - [anon_sym_DASH] = ACTIONS(3149), - [anon_sym_STAR] = ACTIONS(3149), - [anon_sym_SLASH] = ACTIONS(3149), - [anon_sym_PERCENT] = ACTIONS(3149), - [anon_sym_LT] = ACTIONS(3149), - [anon_sym_GT] = ACTIONS(3149), - [anon_sym_EQ_EQ] = ACTIONS(3149), - [anon_sym_BANG_EQ] = ACTIONS(3149), - [anon_sym_LT_EQ] = ACTIONS(3149), - [anon_sym_GT_EQ] = ACTIONS(3149), - [anon_sym_LBRACK] = ACTIONS(3147), - [anon_sym_struct] = ACTIONS(3149), - [anon_sym_mut] = ACTIONS(3149), - [anon_sym_PLUS_PLUS] = ACTIONS(3149), - [anon_sym_DASH_DASH] = ACTIONS(3149), - [anon_sym_QMARK] = ACTIONS(3149), - [anon_sym_BANG] = ACTIONS(3149), - [anon_sym_go] = ACTIONS(3149), - [anon_sym_spawn] = ACTIONS(3149), - [anon_sym_json_DOTdecode] = ACTIONS(3149), - [anon_sym_LBRACK2] = ACTIONS(3149), - [anon_sym_TILDE] = ACTIONS(3149), - [anon_sym_CARET] = ACTIONS(3149), - [anon_sym_AMP] = ACTIONS(3149), - [anon_sym_LT_DASH] = ACTIONS(3149), - [anon_sym_LT_LT] = ACTIONS(3149), - [anon_sym_GT_GT] = ACTIONS(3149), - [anon_sym_GT_GT_GT] = ACTIONS(3149), - [anon_sym_AMP_CARET] = ACTIONS(3149), - [anon_sym_AMP_AMP] = ACTIONS(3149), - [anon_sym_PIPE_PIPE] = ACTIONS(3149), - [anon_sym_or] = ACTIONS(3149), - [sym_none] = ACTIONS(3149), - [sym_true] = ACTIONS(3149), - [sym_false] = ACTIONS(3149), - [sym_nil] = ACTIONS(3149), - [anon_sym_QMARK_DOT] = ACTIONS(3149), - [anon_sym_POUND_LBRACK] = ACTIONS(3149), - [anon_sym_if] = ACTIONS(3149), - [anon_sym_DOLLARif] = ACTIONS(3149), - [anon_sym_is] = ACTIONS(3149), - [anon_sym_BANGis] = ACTIONS(3149), - [anon_sym_in] = ACTIONS(3149), - [anon_sym_BANGin] = ACTIONS(3149), - [anon_sym_match] = ACTIONS(3149), - [anon_sym_select] = ACTIONS(3149), - [anon_sym_lock] = ACTIONS(3149), - [anon_sym_rlock] = ACTIONS(3149), - [anon_sym_unsafe] = ACTIONS(3149), - [anon_sym_sql] = ACTIONS(3149), - [sym_int_literal] = ACTIONS(3149), - [sym_float_literal] = ACTIONS(3149), - [sym_rune_literal] = ACTIONS(3149), - [anon_sym_AT] = ACTIONS(3149), - [anon_sym_shared] = ACTIONS(3149), - [anon_sym_map_LBRACK] = ACTIONS(3149), - [anon_sym_chan] = ACTIONS(3149), - [anon_sym_thread] = ACTIONS(3149), - [anon_sym_atomic] = ACTIONS(3149), - [sym___double_quote] = ACTIONS(3149), - [sym___single_quote] = ACTIONS(3149), - [sym___c_double_quote] = ACTIONS(3149), - [sym___c_single_quote] = ACTIONS(3149), - [sym___r_double_quote] = ACTIONS(3149), - [sym___r_single_quote] = ACTIONS(3149), + [anon_sym_SEMI] = ACTIONS(2943), + [anon_sym_DOT] = ACTIONS(2943), + [anon_sym_as] = ACTIONS(2943), + [anon_sym_LBRACE] = ACTIONS(2943), + [anon_sym_COMMA] = ACTIONS(2943), + [anon_sym_RBRACE] = ACTIONS(2943), + [anon_sym_LPAREN] = ACTIONS(2943), + [anon_sym_PIPE] = ACTIONS(2943), + [anon_sym_fn] = ACTIONS(2943), + [anon_sym_PLUS] = ACTIONS(2943), + [anon_sym_DASH] = ACTIONS(2943), + [anon_sym_STAR] = ACTIONS(2943), + [anon_sym_SLASH] = ACTIONS(2943), + [anon_sym_PERCENT] = ACTIONS(2943), + [anon_sym_LT] = ACTIONS(2943), + [anon_sym_GT] = ACTIONS(2943), + [anon_sym_EQ_EQ] = ACTIONS(2943), + [anon_sym_BANG_EQ] = ACTIONS(2943), + [anon_sym_LT_EQ] = ACTIONS(2943), + [anon_sym_GT_EQ] = ACTIONS(2943), + [anon_sym_LBRACK] = ACTIONS(2941), + [anon_sym_LT2] = ACTIONS(2943), + [anon_sym_struct] = ACTIONS(2943), + [anon_sym_mut] = ACTIONS(2943), + [anon_sym_PLUS_PLUS] = ACTIONS(2943), + [anon_sym_DASH_DASH] = ACTIONS(2943), + [anon_sym_QMARK] = ACTIONS(2943), + [anon_sym_BANG] = ACTIONS(2943), + [anon_sym_go] = ACTIONS(2943), + [anon_sym_spawn] = ACTIONS(2943), + [anon_sym_json_DOTdecode] = ACTIONS(2943), + [anon_sym_LBRACK2] = ACTIONS(2943), + [anon_sym_TILDE] = ACTIONS(2943), + [anon_sym_CARET] = ACTIONS(2943), + [anon_sym_AMP] = ACTIONS(2943), + [anon_sym_LT_DASH] = ACTIONS(2943), + [anon_sym_LT_LT] = ACTIONS(2943), + [anon_sym_GT_GT] = ACTIONS(2943), + [anon_sym_GT_GT_GT] = ACTIONS(2943), + [anon_sym_AMP_CARET] = ACTIONS(2943), + [anon_sym_AMP_AMP] = ACTIONS(2943), + [anon_sym_PIPE_PIPE] = ACTIONS(2943), + [anon_sym_or] = ACTIONS(2943), + [sym_none] = ACTIONS(2943), + [sym_true] = ACTIONS(2943), + [sym_false] = ACTIONS(2943), + [sym_nil] = ACTIONS(2943), + [anon_sym_QMARK_DOT] = ACTIONS(2943), + [anon_sym_POUND_LBRACK] = ACTIONS(2943), + [anon_sym_if] = ACTIONS(2943), + [anon_sym_DOLLARif] = ACTIONS(2943), + [anon_sym_is] = ACTIONS(2943), + [anon_sym_BANGis] = ACTIONS(2943), + [anon_sym_in] = ACTIONS(2943), + [anon_sym_BANGin] = ACTIONS(2943), + [anon_sym_match] = ACTIONS(2943), + [anon_sym_select] = ACTIONS(2943), + [anon_sym_lock] = ACTIONS(2943), + [anon_sym_rlock] = ACTIONS(2943), + [anon_sym_unsafe] = ACTIONS(2943), + [anon_sym_sql] = ACTIONS(2943), + [sym_int_literal] = ACTIONS(2943), + [sym_float_literal] = ACTIONS(2943), + [sym_rune_literal] = ACTIONS(2943), + [anon_sym_AT] = ACTIONS(2943), + [anon_sym_shared] = ACTIONS(2943), + [anon_sym_map_LBRACK] = ACTIONS(2943), + [anon_sym_chan] = ACTIONS(2943), + [anon_sym_thread] = ACTIONS(2943), + [anon_sym_atomic] = ACTIONS(2943), + [sym___double_quote] = ACTIONS(2943), + [sym___single_quote] = ACTIONS(2943), + [sym___c_double_quote] = ACTIONS(2943), + [sym___c_single_quote] = ACTIONS(2943), + [sym___r_double_quote] = ACTIONS(2943), + [sym___r_single_quote] = ACTIONS(2943), }, [1195] = { - [sym_identifier] = ACTIONS(2884), - [anon_sym_LF] = ACTIONS(2884), - [anon_sym_CR] = ACTIONS(2884), - [anon_sym_CR_LF] = ACTIONS(2884), + [sym_identifier] = ACTIONS(3195), + [anon_sym_LF] = ACTIONS(3195), + [anon_sym_CR] = ACTIONS(3195), + [anon_sym_CR_LF] = ACTIONS(3195), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2884), - [anon_sym_DOT] = ACTIONS(2886), - [anon_sym_as] = ACTIONS(2884), - [anon_sym_LBRACE] = ACTIONS(2884), - [anon_sym_COMMA] = ACTIONS(2884), - [anon_sym_RBRACE] = ACTIONS(2884), - [anon_sym_LPAREN] = ACTIONS(2884), - [anon_sym_PIPE] = ACTIONS(2884), - [anon_sym_fn] = ACTIONS(2884), - [anon_sym_PLUS] = ACTIONS(2884), - [anon_sym_DASH] = ACTIONS(2884), - [anon_sym_STAR] = ACTIONS(2884), - [anon_sym_SLASH] = ACTIONS(2884), - [anon_sym_PERCENT] = ACTIONS(2884), - [anon_sym_LT] = ACTIONS(2884), - [anon_sym_GT] = ACTIONS(2884), - [anon_sym_EQ_EQ] = ACTIONS(2884), - [anon_sym_BANG_EQ] = ACTIONS(2884), - [anon_sym_LT_EQ] = ACTIONS(2884), - [anon_sym_GT_EQ] = ACTIONS(2884), - [anon_sym_LBRACK] = ACTIONS(2882), - [anon_sym_struct] = ACTIONS(2884), - [anon_sym_mut] = ACTIONS(2884), - [anon_sym_PLUS_PLUS] = ACTIONS(2884), - [anon_sym_DASH_DASH] = ACTIONS(2884), - [anon_sym_QMARK] = ACTIONS(2884), - [anon_sym_BANG] = ACTIONS(2884), - [anon_sym_go] = ACTIONS(2884), - [anon_sym_spawn] = ACTIONS(2884), - [anon_sym_json_DOTdecode] = ACTIONS(2884), - [anon_sym_LBRACK2] = ACTIONS(2884), - [anon_sym_TILDE] = ACTIONS(2884), - [anon_sym_CARET] = ACTIONS(2884), - [anon_sym_AMP] = ACTIONS(2884), - [anon_sym_LT_DASH] = ACTIONS(2884), - [anon_sym_LT_LT] = ACTIONS(2884), - [anon_sym_GT_GT] = ACTIONS(2884), - [anon_sym_GT_GT_GT] = ACTIONS(2884), - [anon_sym_AMP_CARET] = ACTIONS(2884), - [anon_sym_AMP_AMP] = ACTIONS(2884), - [anon_sym_PIPE_PIPE] = ACTIONS(2884), - [anon_sym_or] = ACTIONS(2884), - [sym_none] = ACTIONS(2884), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_nil] = ACTIONS(2884), - [anon_sym_QMARK_DOT] = ACTIONS(2884), - [anon_sym_POUND_LBRACK] = ACTIONS(2884), - [anon_sym_if] = ACTIONS(2884), - [anon_sym_DOLLARif] = ACTIONS(2884), - [anon_sym_is] = ACTIONS(2884), - [anon_sym_BANGis] = ACTIONS(2884), - [anon_sym_in] = ACTIONS(2884), - [anon_sym_BANGin] = ACTIONS(2884), - [anon_sym_match] = ACTIONS(2884), - [anon_sym_select] = ACTIONS(2884), - [anon_sym_lock] = ACTIONS(2884), - [anon_sym_rlock] = ACTIONS(2884), - [anon_sym_unsafe] = ACTIONS(2884), - [anon_sym_sql] = ACTIONS(2884), - [sym_int_literal] = ACTIONS(2884), - [sym_float_literal] = ACTIONS(2884), - [sym_rune_literal] = ACTIONS(2884), - [anon_sym_AT] = ACTIONS(2884), - [anon_sym_shared] = ACTIONS(2884), - [anon_sym_map_LBRACK] = ACTIONS(2884), - [anon_sym_chan] = ACTIONS(2884), - [anon_sym_thread] = ACTIONS(2884), - [anon_sym_atomic] = ACTIONS(2884), - [sym___double_quote] = ACTIONS(2884), - [sym___single_quote] = ACTIONS(2884), - [sym___c_double_quote] = ACTIONS(2884), - [sym___c_single_quote] = ACTIONS(2884), - [sym___r_double_quote] = ACTIONS(2884), - [sym___r_single_quote] = ACTIONS(2884), + [anon_sym_SEMI] = ACTIONS(3195), + [anon_sym_DOT] = ACTIONS(3195), + [anon_sym_as] = ACTIONS(3195), + [anon_sym_LBRACE] = ACTIONS(3195), + [anon_sym_COMMA] = ACTIONS(3195), + [anon_sym_RBRACE] = ACTIONS(3195), + [anon_sym_LPAREN] = ACTIONS(3195), + [anon_sym_PIPE] = ACTIONS(3195), + [anon_sym_fn] = ACTIONS(3195), + [anon_sym_PLUS] = ACTIONS(3195), + [anon_sym_DASH] = ACTIONS(3195), + [anon_sym_STAR] = ACTIONS(3195), + [anon_sym_SLASH] = ACTIONS(3195), + [anon_sym_PERCENT] = ACTIONS(3195), + [anon_sym_LT] = ACTIONS(3195), + [anon_sym_GT] = ACTIONS(3195), + [anon_sym_EQ_EQ] = ACTIONS(3195), + [anon_sym_BANG_EQ] = ACTIONS(3195), + [anon_sym_LT_EQ] = ACTIONS(3195), + [anon_sym_GT_EQ] = ACTIONS(3195), + [anon_sym_LBRACK] = ACTIONS(3193), + [anon_sym_LT2] = ACTIONS(3195), + [anon_sym_struct] = ACTIONS(3195), + [anon_sym_mut] = ACTIONS(3195), + [anon_sym_PLUS_PLUS] = ACTIONS(3195), + [anon_sym_DASH_DASH] = ACTIONS(3195), + [anon_sym_QMARK] = ACTIONS(3195), + [anon_sym_BANG] = ACTIONS(3195), + [anon_sym_go] = ACTIONS(3195), + [anon_sym_spawn] = ACTIONS(3195), + [anon_sym_json_DOTdecode] = ACTIONS(3195), + [anon_sym_LBRACK2] = ACTIONS(3195), + [anon_sym_TILDE] = ACTIONS(3195), + [anon_sym_CARET] = ACTIONS(3195), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_LT_DASH] = ACTIONS(3195), + [anon_sym_LT_LT] = ACTIONS(3195), + [anon_sym_GT_GT] = ACTIONS(3195), + [anon_sym_GT_GT_GT] = ACTIONS(3195), + [anon_sym_AMP_CARET] = ACTIONS(3195), + [anon_sym_AMP_AMP] = ACTIONS(3195), + [anon_sym_PIPE_PIPE] = ACTIONS(3195), + [anon_sym_or] = ACTIONS(3195), + [sym_none] = ACTIONS(3195), + [sym_true] = ACTIONS(3195), + [sym_false] = ACTIONS(3195), + [sym_nil] = ACTIONS(3195), + [anon_sym_QMARK_DOT] = ACTIONS(3195), + [anon_sym_POUND_LBRACK] = ACTIONS(3195), + [anon_sym_if] = ACTIONS(3195), + [anon_sym_DOLLARif] = ACTIONS(3195), + [anon_sym_is] = ACTIONS(3195), + [anon_sym_BANGis] = ACTIONS(3195), + [anon_sym_in] = ACTIONS(3195), + [anon_sym_BANGin] = ACTIONS(3195), + [anon_sym_match] = ACTIONS(3195), + [anon_sym_select] = ACTIONS(3195), + [anon_sym_lock] = ACTIONS(3195), + [anon_sym_rlock] = ACTIONS(3195), + [anon_sym_unsafe] = ACTIONS(3195), + [anon_sym_sql] = ACTIONS(3195), + [sym_int_literal] = ACTIONS(3195), + [sym_float_literal] = ACTIONS(3195), + [sym_rune_literal] = ACTIONS(3195), + [anon_sym_AT] = ACTIONS(3195), + [anon_sym_shared] = ACTIONS(3195), + [anon_sym_map_LBRACK] = ACTIONS(3195), + [anon_sym_chan] = ACTIONS(3195), + [anon_sym_thread] = ACTIONS(3195), + [anon_sym_atomic] = ACTIONS(3195), + [sym___double_quote] = ACTIONS(3195), + [sym___single_quote] = ACTIONS(3195), + [sym___c_double_quote] = ACTIONS(3195), + [sym___c_single_quote] = ACTIONS(3195), + [sym___r_double_quote] = ACTIONS(3195), + [sym___r_single_quote] = ACTIONS(3195), }, [1196] = { - [sym_identifier] = ACTIONS(3181), - [anon_sym_LF] = ACTIONS(3181), - [anon_sym_CR] = ACTIONS(3181), - [anon_sym_CR_LF] = ACTIONS(3181), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LF] = ACTIONS(3027), + [anon_sym_CR] = ACTIONS(3027), + [anon_sym_CR_LF] = ACTIONS(3027), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3181), - [anon_sym_DOT] = ACTIONS(3181), - [anon_sym_as] = ACTIONS(3181), - [anon_sym_LBRACE] = ACTIONS(3181), - [anon_sym_COMMA] = ACTIONS(3181), - [anon_sym_RBRACE] = ACTIONS(3181), - [anon_sym_LPAREN] = ACTIONS(3181), - [anon_sym_PIPE] = ACTIONS(3181), - [anon_sym_fn] = ACTIONS(3181), - [anon_sym_PLUS] = ACTIONS(3181), - [anon_sym_DASH] = ACTIONS(3181), - [anon_sym_STAR] = ACTIONS(3181), - [anon_sym_SLASH] = ACTIONS(3181), - [anon_sym_PERCENT] = ACTIONS(3181), - [anon_sym_LT] = ACTIONS(3181), - [anon_sym_GT] = ACTIONS(3181), - [anon_sym_EQ_EQ] = ACTIONS(3181), - [anon_sym_BANG_EQ] = ACTIONS(3181), - [anon_sym_LT_EQ] = ACTIONS(3181), - [anon_sym_GT_EQ] = ACTIONS(3181), - [anon_sym_LBRACK] = ACTIONS(3179), - [anon_sym_struct] = ACTIONS(3181), - [anon_sym_mut] = ACTIONS(3181), - [anon_sym_PLUS_PLUS] = ACTIONS(3181), - [anon_sym_DASH_DASH] = ACTIONS(3181), - [anon_sym_QMARK] = ACTIONS(3181), - [anon_sym_BANG] = ACTIONS(3181), - [anon_sym_go] = ACTIONS(3181), - [anon_sym_spawn] = ACTIONS(3181), - [anon_sym_json_DOTdecode] = ACTIONS(3181), - [anon_sym_LBRACK2] = ACTIONS(3181), - [anon_sym_TILDE] = ACTIONS(3181), - [anon_sym_CARET] = ACTIONS(3181), - [anon_sym_AMP] = ACTIONS(3181), - [anon_sym_LT_DASH] = ACTIONS(3181), - [anon_sym_LT_LT] = ACTIONS(3181), - [anon_sym_GT_GT] = ACTIONS(3181), - [anon_sym_GT_GT_GT] = ACTIONS(3181), - [anon_sym_AMP_CARET] = ACTIONS(3181), - [anon_sym_AMP_AMP] = ACTIONS(3181), - [anon_sym_PIPE_PIPE] = ACTIONS(3181), - [anon_sym_or] = ACTIONS(3181), - [sym_none] = ACTIONS(3181), - [sym_true] = ACTIONS(3181), - [sym_false] = ACTIONS(3181), - [sym_nil] = ACTIONS(3181), - [anon_sym_QMARK_DOT] = ACTIONS(3181), - [anon_sym_POUND_LBRACK] = ACTIONS(3181), - [anon_sym_if] = ACTIONS(3181), - [anon_sym_DOLLARif] = ACTIONS(3181), - [anon_sym_is] = ACTIONS(3181), - [anon_sym_BANGis] = ACTIONS(3181), - [anon_sym_in] = ACTIONS(3181), - [anon_sym_BANGin] = ACTIONS(3181), - [anon_sym_match] = ACTIONS(3181), - [anon_sym_select] = ACTIONS(3181), - [anon_sym_lock] = ACTIONS(3181), - [anon_sym_rlock] = ACTIONS(3181), - [anon_sym_unsafe] = ACTIONS(3181), - [anon_sym_sql] = ACTIONS(3181), - [sym_int_literal] = ACTIONS(3181), - [sym_float_literal] = ACTIONS(3181), - [sym_rune_literal] = ACTIONS(3181), - [anon_sym_AT] = ACTIONS(3181), - [anon_sym_shared] = ACTIONS(3181), - [anon_sym_map_LBRACK] = ACTIONS(3181), - [anon_sym_chan] = ACTIONS(3181), - [anon_sym_thread] = ACTIONS(3181), - [anon_sym_atomic] = ACTIONS(3181), - [sym___double_quote] = ACTIONS(3181), - [sym___single_quote] = ACTIONS(3181), - [sym___c_double_quote] = ACTIONS(3181), - [sym___c_single_quote] = ACTIONS(3181), - [sym___r_double_quote] = ACTIONS(3181), - [sym___r_single_quote] = ACTIONS(3181), + [anon_sym_SEMI] = ACTIONS(3027), + [anon_sym_DOT] = ACTIONS(3027), + [anon_sym_as] = ACTIONS(3027), + [anon_sym_LBRACE] = ACTIONS(3027), + [anon_sym_COMMA] = ACTIONS(3027), + [anon_sym_RBRACE] = ACTIONS(3027), + [anon_sym_LPAREN] = ACTIONS(3027), + [anon_sym_PIPE] = ACTIONS(3027), + [anon_sym_fn] = ACTIONS(3027), + [anon_sym_PLUS] = ACTIONS(3027), + [anon_sym_DASH] = ACTIONS(3027), + [anon_sym_STAR] = ACTIONS(3027), + [anon_sym_SLASH] = ACTIONS(3027), + [anon_sym_PERCENT] = ACTIONS(3027), + [anon_sym_LT] = ACTIONS(3027), + [anon_sym_GT] = ACTIONS(3027), + [anon_sym_EQ_EQ] = ACTIONS(3027), + [anon_sym_BANG_EQ] = ACTIONS(3027), + [anon_sym_LT_EQ] = ACTIONS(3027), + [anon_sym_GT_EQ] = ACTIONS(3027), + [anon_sym_LBRACK] = ACTIONS(3025), + [anon_sym_LT2] = ACTIONS(3027), + [anon_sym_struct] = ACTIONS(3027), + [anon_sym_mut] = ACTIONS(3027), + [anon_sym_PLUS_PLUS] = ACTIONS(3027), + [anon_sym_DASH_DASH] = ACTIONS(3027), + [anon_sym_QMARK] = ACTIONS(3027), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(3027), + [anon_sym_spawn] = ACTIONS(3027), + [anon_sym_json_DOTdecode] = ACTIONS(3027), + [anon_sym_LBRACK2] = ACTIONS(3027), + [anon_sym_TILDE] = ACTIONS(3027), + [anon_sym_CARET] = ACTIONS(3027), + [anon_sym_AMP] = ACTIONS(3027), + [anon_sym_LT_DASH] = ACTIONS(3027), + [anon_sym_LT_LT] = ACTIONS(3027), + [anon_sym_GT_GT] = ACTIONS(3027), + [anon_sym_GT_GT_GT] = ACTIONS(3027), + [anon_sym_AMP_CARET] = ACTIONS(3027), + [anon_sym_AMP_AMP] = ACTIONS(3027), + [anon_sym_PIPE_PIPE] = ACTIONS(3027), + [anon_sym_or] = ACTIONS(3027), + [sym_none] = ACTIONS(3027), + [sym_true] = ACTIONS(3027), + [sym_false] = ACTIONS(3027), + [sym_nil] = ACTIONS(3027), + [anon_sym_QMARK_DOT] = ACTIONS(3027), + [anon_sym_POUND_LBRACK] = ACTIONS(3027), + [anon_sym_if] = ACTIONS(3027), + [anon_sym_DOLLARif] = ACTIONS(3027), + [anon_sym_is] = ACTIONS(3027), + [anon_sym_BANGis] = ACTIONS(3027), + [anon_sym_in] = ACTIONS(3027), + [anon_sym_BANGin] = ACTIONS(3027), + [anon_sym_match] = ACTIONS(3027), + [anon_sym_select] = ACTIONS(3027), + [anon_sym_lock] = ACTIONS(3027), + [anon_sym_rlock] = ACTIONS(3027), + [anon_sym_unsafe] = ACTIONS(3027), + [anon_sym_sql] = ACTIONS(3027), + [sym_int_literal] = ACTIONS(3027), + [sym_float_literal] = ACTIONS(3027), + [sym_rune_literal] = ACTIONS(3027), + [anon_sym_AT] = ACTIONS(3027), + [anon_sym_shared] = ACTIONS(3027), + [anon_sym_map_LBRACK] = ACTIONS(3027), + [anon_sym_chan] = ACTIONS(3027), + [anon_sym_thread] = ACTIONS(3027), + [anon_sym_atomic] = ACTIONS(3027), + [sym___double_quote] = ACTIONS(3027), + [sym___single_quote] = ACTIONS(3027), + [sym___c_double_quote] = ACTIONS(3027), + [sym___c_single_quote] = ACTIONS(3027), + [sym___r_double_quote] = ACTIONS(3027), + [sym___r_single_quote] = ACTIONS(3027), }, [1197] = { - [sym_identifier] = ACTIONS(3185), - [anon_sym_LF] = ACTIONS(3185), - [anon_sym_CR] = ACTIONS(3185), - [anon_sym_CR_LF] = ACTIONS(3185), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3185), - [anon_sym_DOT] = ACTIONS(3185), - [anon_sym_as] = ACTIONS(3185), - [anon_sym_LBRACE] = ACTIONS(3185), - [anon_sym_COMMA] = ACTIONS(3185), - [anon_sym_RBRACE] = ACTIONS(3185), - [anon_sym_LPAREN] = ACTIONS(3185), - [anon_sym_PIPE] = ACTIONS(3185), - [anon_sym_fn] = ACTIONS(3185), - [anon_sym_PLUS] = ACTIONS(3185), - [anon_sym_DASH] = ACTIONS(3185), - [anon_sym_STAR] = ACTIONS(3185), - [anon_sym_SLASH] = ACTIONS(3185), - [anon_sym_PERCENT] = ACTIONS(3185), - [anon_sym_LT] = ACTIONS(3185), - [anon_sym_GT] = ACTIONS(3185), - [anon_sym_EQ_EQ] = ACTIONS(3185), - [anon_sym_BANG_EQ] = ACTIONS(3185), - [anon_sym_LT_EQ] = ACTIONS(3185), - [anon_sym_GT_EQ] = ACTIONS(3185), - [anon_sym_LBRACK] = ACTIONS(3183), - [anon_sym_struct] = ACTIONS(3185), - [anon_sym_mut] = ACTIONS(3185), - [anon_sym_PLUS_PLUS] = ACTIONS(3185), - [anon_sym_DASH_DASH] = ACTIONS(3185), - [anon_sym_QMARK] = ACTIONS(3185), - [anon_sym_BANG] = ACTIONS(3185), - [anon_sym_go] = ACTIONS(3185), - [anon_sym_spawn] = ACTIONS(3185), - [anon_sym_json_DOTdecode] = ACTIONS(3185), - [anon_sym_LBRACK2] = ACTIONS(3185), - [anon_sym_TILDE] = ACTIONS(3185), - [anon_sym_CARET] = ACTIONS(3185), - [anon_sym_AMP] = ACTIONS(3185), - [anon_sym_LT_DASH] = ACTIONS(3185), - [anon_sym_LT_LT] = ACTIONS(3185), - [anon_sym_GT_GT] = ACTIONS(3185), - [anon_sym_GT_GT_GT] = ACTIONS(3185), - [anon_sym_AMP_CARET] = ACTIONS(3185), - [anon_sym_AMP_AMP] = ACTIONS(3185), - [anon_sym_PIPE_PIPE] = ACTIONS(3185), - [anon_sym_or] = ACTIONS(3185), - [sym_none] = ACTIONS(3185), - [sym_true] = ACTIONS(3185), - [sym_false] = ACTIONS(3185), - [sym_nil] = ACTIONS(3185), - [anon_sym_QMARK_DOT] = ACTIONS(3185), - [anon_sym_POUND_LBRACK] = ACTIONS(3185), - [anon_sym_if] = ACTIONS(3185), - [anon_sym_DOLLARif] = ACTIONS(3185), - [anon_sym_is] = ACTIONS(3185), - [anon_sym_BANGis] = ACTIONS(3185), - [anon_sym_in] = ACTIONS(3185), - [anon_sym_BANGin] = ACTIONS(3185), - [anon_sym_match] = ACTIONS(3185), - [anon_sym_select] = ACTIONS(3185), - [anon_sym_lock] = ACTIONS(3185), - [anon_sym_rlock] = ACTIONS(3185), - [anon_sym_unsafe] = ACTIONS(3185), - [anon_sym_sql] = ACTIONS(3185), - [sym_int_literal] = ACTIONS(3185), - [sym_float_literal] = ACTIONS(3185), - [sym_rune_literal] = ACTIONS(3185), - [anon_sym_AT] = ACTIONS(3185), - [anon_sym_shared] = ACTIONS(3185), - [anon_sym_map_LBRACK] = ACTIONS(3185), - [anon_sym_chan] = ACTIONS(3185), - [anon_sym_thread] = ACTIONS(3185), - [anon_sym_atomic] = ACTIONS(3185), - [sym___double_quote] = ACTIONS(3185), - [sym___single_quote] = ACTIONS(3185), - [sym___c_double_quote] = ACTIONS(3185), - [sym___c_single_quote] = ACTIONS(3185), - [sym___r_double_quote] = ACTIONS(3185), - [sym___r_single_quote] = ACTIONS(3185), - }, - [1198] = { - [sym_identifier] = ACTIONS(3189), - [anon_sym_LF] = ACTIONS(3189), - [anon_sym_CR] = ACTIONS(3189), - [anon_sym_CR_LF] = ACTIONS(3189), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3189), - [anon_sym_DOT] = ACTIONS(3189), - [anon_sym_as] = ACTIONS(3189), - [anon_sym_LBRACE] = ACTIONS(3189), - [anon_sym_COMMA] = ACTIONS(3189), - [anon_sym_RBRACE] = ACTIONS(3189), - [anon_sym_LPAREN] = ACTIONS(3189), - [anon_sym_PIPE] = ACTIONS(3189), - [anon_sym_fn] = ACTIONS(3189), - [anon_sym_PLUS] = ACTIONS(3189), - [anon_sym_DASH] = ACTIONS(3189), - [anon_sym_STAR] = ACTIONS(3189), - [anon_sym_SLASH] = ACTIONS(3189), - [anon_sym_PERCENT] = ACTIONS(3189), - [anon_sym_LT] = ACTIONS(3189), - [anon_sym_GT] = ACTIONS(3189), - [anon_sym_EQ_EQ] = ACTIONS(3189), - [anon_sym_BANG_EQ] = ACTIONS(3189), - [anon_sym_LT_EQ] = ACTIONS(3189), - [anon_sym_GT_EQ] = ACTIONS(3189), - [anon_sym_LBRACK] = ACTIONS(3187), - [anon_sym_struct] = ACTIONS(3189), - [anon_sym_mut] = ACTIONS(3189), - [anon_sym_PLUS_PLUS] = ACTIONS(3189), - [anon_sym_DASH_DASH] = ACTIONS(3189), - [anon_sym_QMARK] = ACTIONS(3189), - [anon_sym_BANG] = ACTIONS(3189), - [anon_sym_go] = ACTIONS(3189), - [anon_sym_spawn] = ACTIONS(3189), - [anon_sym_json_DOTdecode] = ACTIONS(3189), - [anon_sym_LBRACK2] = ACTIONS(3189), - [anon_sym_TILDE] = ACTIONS(3189), - [anon_sym_CARET] = ACTIONS(3189), - [anon_sym_AMP] = ACTIONS(3189), - [anon_sym_LT_DASH] = ACTIONS(3189), - [anon_sym_LT_LT] = ACTIONS(3189), - [anon_sym_GT_GT] = ACTIONS(3189), - [anon_sym_GT_GT_GT] = ACTIONS(3189), - [anon_sym_AMP_CARET] = ACTIONS(3189), - [anon_sym_AMP_AMP] = ACTIONS(3189), - [anon_sym_PIPE_PIPE] = ACTIONS(3189), - [anon_sym_or] = ACTIONS(3189), - [sym_none] = ACTIONS(3189), - [sym_true] = ACTIONS(3189), - [sym_false] = ACTIONS(3189), - [sym_nil] = ACTIONS(3189), - [anon_sym_QMARK_DOT] = ACTIONS(3189), - [anon_sym_POUND_LBRACK] = ACTIONS(3189), - [anon_sym_if] = ACTIONS(3189), - [anon_sym_DOLLARif] = ACTIONS(3189), - [anon_sym_is] = ACTIONS(3189), - [anon_sym_BANGis] = ACTIONS(3189), - [anon_sym_in] = ACTIONS(3189), - [anon_sym_BANGin] = ACTIONS(3189), - [anon_sym_match] = ACTIONS(3189), - [anon_sym_select] = ACTIONS(3189), - [anon_sym_lock] = ACTIONS(3189), - [anon_sym_rlock] = ACTIONS(3189), - [anon_sym_unsafe] = ACTIONS(3189), - [anon_sym_sql] = ACTIONS(3189), - [sym_int_literal] = ACTIONS(3189), - [sym_float_literal] = ACTIONS(3189), - [sym_rune_literal] = ACTIONS(3189), - [anon_sym_AT] = ACTIONS(3189), - [anon_sym_shared] = ACTIONS(3189), - [anon_sym_map_LBRACK] = ACTIONS(3189), - [anon_sym_chan] = ACTIONS(3189), - [anon_sym_thread] = ACTIONS(3189), - [anon_sym_atomic] = ACTIONS(3189), - [sym___double_quote] = ACTIONS(3189), - [sym___single_quote] = ACTIONS(3189), - [sym___c_double_quote] = ACTIONS(3189), - [sym___c_single_quote] = ACTIONS(3189), - [sym___r_double_quote] = ACTIONS(3189), - [sym___r_single_quote] = ACTIONS(3189), - }, - [1199] = { - [sym_identifier] = ACTIONS(3165), - [anon_sym_LF] = ACTIONS(3165), - [anon_sym_CR] = ACTIONS(3165), - [anon_sym_CR_LF] = ACTIONS(3165), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3165), - [anon_sym_DOT] = ACTIONS(3165), - [anon_sym_as] = ACTIONS(3165), - [anon_sym_LBRACE] = ACTIONS(3165), - [anon_sym_COMMA] = ACTIONS(3165), - [anon_sym_RBRACE] = ACTIONS(3165), - [anon_sym_LPAREN] = ACTIONS(3165), - [anon_sym_PIPE] = ACTIONS(3165), - [anon_sym_fn] = ACTIONS(3165), - [anon_sym_PLUS] = ACTIONS(3165), - [anon_sym_DASH] = ACTIONS(3165), - [anon_sym_STAR] = ACTIONS(3165), - [anon_sym_SLASH] = ACTIONS(3165), - [anon_sym_PERCENT] = ACTIONS(3165), - [anon_sym_LT] = ACTIONS(3165), - [anon_sym_GT] = ACTIONS(3165), - [anon_sym_EQ_EQ] = ACTIONS(3165), - [anon_sym_BANG_EQ] = ACTIONS(3165), - [anon_sym_LT_EQ] = ACTIONS(3165), - [anon_sym_GT_EQ] = ACTIONS(3165), - [anon_sym_LBRACK] = ACTIONS(3163), - [anon_sym_struct] = ACTIONS(3165), - [anon_sym_mut] = ACTIONS(3165), - [anon_sym_PLUS_PLUS] = ACTIONS(3165), - [anon_sym_DASH_DASH] = ACTIONS(3165), - [anon_sym_QMARK] = ACTIONS(3165), - [anon_sym_BANG] = ACTIONS(3165), - [anon_sym_go] = ACTIONS(3165), - [anon_sym_spawn] = ACTIONS(3165), - [anon_sym_json_DOTdecode] = ACTIONS(3165), - [anon_sym_LBRACK2] = ACTIONS(3165), - [anon_sym_TILDE] = ACTIONS(3165), - [anon_sym_CARET] = ACTIONS(3165), - [anon_sym_AMP] = ACTIONS(3165), - [anon_sym_LT_DASH] = ACTIONS(3165), - [anon_sym_LT_LT] = ACTIONS(3165), - [anon_sym_GT_GT] = ACTIONS(3165), - [anon_sym_GT_GT_GT] = ACTIONS(3165), - [anon_sym_AMP_CARET] = ACTIONS(3165), - [anon_sym_AMP_AMP] = ACTIONS(3165), - [anon_sym_PIPE_PIPE] = ACTIONS(3165), - [anon_sym_or] = ACTIONS(3165), - [sym_none] = ACTIONS(3165), - [sym_true] = ACTIONS(3165), - [sym_false] = ACTIONS(3165), - [sym_nil] = ACTIONS(3165), - [anon_sym_QMARK_DOT] = ACTIONS(3165), - [anon_sym_POUND_LBRACK] = ACTIONS(3165), - [anon_sym_if] = ACTIONS(3165), - [anon_sym_DOLLARif] = ACTIONS(3165), - [anon_sym_is] = ACTIONS(3165), - [anon_sym_BANGis] = ACTIONS(3165), - [anon_sym_in] = ACTIONS(3165), - [anon_sym_BANGin] = ACTIONS(3165), - [anon_sym_match] = ACTIONS(3165), - [anon_sym_select] = ACTIONS(3165), - [anon_sym_lock] = ACTIONS(3165), - [anon_sym_rlock] = ACTIONS(3165), - [anon_sym_unsafe] = ACTIONS(3165), - [anon_sym_sql] = ACTIONS(3165), - [sym_int_literal] = ACTIONS(3165), - [sym_float_literal] = ACTIONS(3165), - [sym_rune_literal] = ACTIONS(3165), - [anon_sym_AT] = ACTIONS(3165), - [anon_sym_shared] = ACTIONS(3165), - [anon_sym_map_LBRACK] = ACTIONS(3165), - [anon_sym_chan] = ACTIONS(3165), - [anon_sym_thread] = ACTIONS(3165), - [anon_sym_atomic] = ACTIONS(3165), - [sym___double_quote] = ACTIONS(3165), - [sym___single_quote] = ACTIONS(3165), - [sym___c_double_quote] = ACTIONS(3165), - [sym___c_single_quote] = ACTIONS(3165), - [sym___r_double_quote] = ACTIONS(3165), - [sym___r_single_quote] = ACTIONS(3165), - }, - [1200] = { - [sym_identifier] = ACTIONS(3161), - [anon_sym_LF] = ACTIONS(3161), - [anon_sym_CR] = ACTIONS(3161), - [anon_sym_CR_LF] = ACTIONS(3161), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3161), - [anon_sym_DOT] = ACTIONS(3161), - [anon_sym_as] = ACTIONS(3161), - [anon_sym_LBRACE] = ACTIONS(3161), - [anon_sym_COMMA] = ACTIONS(3161), - [anon_sym_RBRACE] = ACTIONS(3161), - [anon_sym_LPAREN] = ACTIONS(3161), - [anon_sym_PIPE] = ACTIONS(3161), - [anon_sym_fn] = ACTIONS(3161), - [anon_sym_PLUS] = ACTIONS(3161), - [anon_sym_DASH] = ACTIONS(3161), - [anon_sym_STAR] = ACTIONS(3161), - [anon_sym_SLASH] = ACTIONS(3161), - [anon_sym_PERCENT] = ACTIONS(3161), - [anon_sym_LT] = ACTIONS(3161), - [anon_sym_GT] = ACTIONS(3161), - [anon_sym_EQ_EQ] = ACTIONS(3161), - [anon_sym_BANG_EQ] = ACTIONS(3161), - [anon_sym_LT_EQ] = ACTIONS(3161), - [anon_sym_GT_EQ] = ACTIONS(3161), - [anon_sym_LBRACK] = ACTIONS(3159), - [anon_sym_struct] = ACTIONS(3161), - [anon_sym_mut] = ACTIONS(3161), - [anon_sym_PLUS_PLUS] = ACTIONS(3161), - [anon_sym_DASH_DASH] = ACTIONS(3161), - [anon_sym_QMARK] = ACTIONS(3161), - [anon_sym_BANG] = ACTIONS(3161), - [anon_sym_go] = ACTIONS(3161), - [anon_sym_spawn] = ACTIONS(3161), - [anon_sym_json_DOTdecode] = ACTIONS(3161), - [anon_sym_LBRACK2] = ACTIONS(3161), - [anon_sym_TILDE] = ACTIONS(3161), - [anon_sym_CARET] = ACTIONS(3161), - [anon_sym_AMP] = ACTIONS(3161), - [anon_sym_LT_DASH] = ACTIONS(3161), - [anon_sym_LT_LT] = ACTIONS(3161), - [anon_sym_GT_GT] = ACTIONS(3161), - [anon_sym_GT_GT_GT] = ACTIONS(3161), - [anon_sym_AMP_CARET] = ACTIONS(3161), - [anon_sym_AMP_AMP] = ACTIONS(3161), - [anon_sym_PIPE_PIPE] = ACTIONS(3161), - [anon_sym_or] = ACTIONS(3161), - [sym_none] = ACTIONS(3161), - [sym_true] = ACTIONS(3161), - [sym_false] = ACTIONS(3161), - [sym_nil] = ACTIONS(3161), - [anon_sym_QMARK_DOT] = ACTIONS(3161), - [anon_sym_POUND_LBRACK] = ACTIONS(3161), - [anon_sym_if] = ACTIONS(3161), - [anon_sym_DOLLARif] = ACTIONS(3161), - [anon_sym_is] = ACTIONS(3161), - [anon_sym_BANGis] = ACTIONS(3161), - [anon_sym_in] = ACTIONS(3161), - [anon_sym_BANGin] = ACTIONS(3161), - [anon_sym_match] = ACTIONS(3161), - [anon_sym_select] = ACTIONS(3161), - [anon_sym_lock] = ACTIONS(3161), - [anon_sym_rlock] = ACTIONS(3161), - [anon_sym_unsafe] = ACTIONS(3161), - [anon_sym_sql] = ACTIONS(3161), - [sym_int_literal] = ACTIONS(3161), - [sym_float_literal] = ACTIONS(3161), - [sym_rune_literal] = ACTIONS(3161), - [anon_sym_AT] = ACTIONS(3161), - [anon_sym_shared] = ACTIONS(3161), - [anon_sym_map_LBRACK] = ACTIONS(3161), - [anon_sym_chan] = ACTIONS(3161), - [anon_sym_thread] = ACTIONS(3161), - [anon_sym_atomic] = ACTIONS(3161), - [sym___double_quote] = ACTIONS(3161), - [sym___single_quote] = ACTIONS(3161), - [sym___c_double_quote] = ACTIONS(3161), - [sym___c_single_quote] = ACTIONS(3161), - [sym___r_double_quote] = ACTIONS(3161), - [sym___r_single_quote] = ACTIONS(3161), - }, - [1201] = { - [sym_identifier] = ACTIONS(3153), - [anon_sym_LF] = ACTIONS(3153), - [anon_sym_CR] = ACTIONS(3153), - [anon_sym_CR_LF] = ACTIONS(3153), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3153), - [anon_sym_DOT] = ACTIONS(3153), - [anon_sym_as] = ACTIONS(3153), - [anon_sym_LBRACE] = ACTIONS(3153), - [anon_sym_COMMA] = ACTIONS(3153), - [anon_sym_RBRACE] = ACTIONS(3153), - [anon_sym_LPAREN] = ACTIONS(3153), - [anon_sym_PIPE] = ACTIONS(3153), - [anon_sym_fn] = ACTIONS(3153), - [anon_sym_PLUS] = ACTIONS(3153), - [anon_sym_DASH] = ACTIONS(3153), - [anon_sym_STAR] = ACTIONS(3153), - [anon_sym_SLASH] = ACTIONS(3153), - [anon_sym_PERCENT] = ACTIONS(3153), - [anon_sym_LT] = ACTIONS(3153), - [anon_sym_GT] = ACTIONS(3153), - [anon_sym_EQ_EQ] = ACTIONS(3153), - [anon_sym_BANG_EQ] = ACTIONS(3153), - [anon_sym_LT_EQ] = ACTIONS(3153), - [anon_sym_GT_EQ] = ACTIONS(3153), - [anon_sym_LBRACK] = ACTIONS(3151), - [anon_sym_struct] = ACTIONS(3153), - [anon_sym_mut] = ACTIONS(3153), - [anon_sym_PLUS_PLUS] = ACTIONS(3153), - [anon_sym_DASH_DASH] = ACTIONS(3153), - [anon_sym_QMARK] = ACTIONS(3153), - [anon_sym_BANG] = ACTIONS(3153), - [anon_sym_go] = ACTIONS(3153), - [anon_sym_spawn] = ACTIONS(3153), - [anon_sym_json_DOTdecode] = ACTIONS(3153), - [anon_sym_LBRACK2] = ACTIONS(3153), - [anon_sym_TILDE] = ACTIONS(3153), - [anon_sym_CARET] = ACTIONS(3153), - [anon_sym_AMP] = ACTIONS(3153), - [anon_sym_LT_DASH] = ACTIONS(3153), - [anon_sym_LT_LT] = ACTIONS(3153), - [anon_sym_GT_GT] = ACTIONS(3153), - [anon_sym_GT_GT_GT] = ACTIONS(3153), - [anon_sym_AMP_CARET] = ACTIONS(3153), - [anon_sym_AMP_AMP] = ACTIONS(3153), - [anon_sym_PIPE_PIPE] = ACTIONS(3153), - [anon_sym_or] = ACTIONS(3153), - [sym_none] = ACTIONS(3153), - [sym_true] = ACTIONS(3153), - [sym_false] = ACTIONS(3153), - [sym_nil] = ACTIONS(3153), - [anon_sym_QMARK_DOT] = ACTIONS(3153), - [anon_sym_POUND_LBRACK] = ACTIONS(3153), - [anon_sym_if] = ACTIONS(3153), - [anon_sym_DOLLARif] = ACTIONS(3153), - [anon_sym_is] = ACTIONS(3153), - [anon_sym_BANGis] = ACTIONS(3153), - [anon_sym_in] = ACTIONS(3153), - [anon_sym_BANGin] = ACTIONS(3153), - [anon_sym_match] = ACTIONS(3153), - [anon_sym_select] = ACTIONS(3153), - [anon_sym_lock] = ACTIONS(3153), - [anon_sym_rlock] = ACTIONS(3153), - [anon_sym_unsafe] = ACTIONS(3153), - [anon_sym_sql] = ACTIONS(3153), - [sym_int_literal] = ACTIONS(3153), - [sym_float_literal] = ACTIONS(3153), - [sym_rune_literal] = ACTIONS(3153), - [anon_sym_AT] = ACTIONS(3153), - [anon_sym_shared] = ACTIONS(3153), - [anon_sym_map_LBRACK] = ACTIONS(3153), - [anon_sym_chan] = ACTIONS(3153), - [anon_sym_thread] = ACTIONS(3153), - [anon_sym_atomic] = ACTIONS(3153), - [sym___double_quote] = ACTIONS(3153), - [sym___single_quote] = ACTIONS(3153), - [sym___c_double_quote] = ACTIONS(3153), - [sym___c_single_quote] = ACTIONS(3153), - [sym___r_double_quote] = ACTIONS(3153), - [sym___r_single_quote] = ACTIONS(3153), - }, - [1202] = { - [sym_identifier] = ACTIONS(2766), - [anon_sym_LF] = ACTIONS(2766), - [anon_sym_CR] = ACTIONS(2766), - [anon_sym_CR_LF] = ACTIONS(2766), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2766), - [anon_sym_DOT] = ACTIONS(2766), - [anon_sym_as] = ACTIONS(2766), - [anon_sym_LBRACE] = ACTIONS(2766), - [anon_sym_COMMA] = ACTIONS(2766), - [anon_sym_RBRACE] = ACTIONS(2766), - [anon_sym_LPAREN] = ACTIONS(2766), - [anon_sym_PIPE] = ACTIONS(2766), - [anon_sym_fn] = ACTIONS(2766), - [anon_sym_PLUS] = ACTIONS(2766), - [anon_sym_DASH] = ACTIONS(2766), - [anon_sym_STAR] = ACTIONS(2766), - [anon_sym_SLASH] = ACTIONS(2766), - [anon_sym_PERCENT] = ACTIONS(2766), - [anon_sym_LT] = ACTIONS(2766), - [anon_sym_GT] = ACTIONS(2766), - [anon_sym_EQ_EQ] = ACTIONS(2766), - [anon_sym_BANG_EQ] = ACTIONS(2766), - [anon_sym_LT_EQ] = ACTIONS(2766), - [anon_sym_GT_EQ] = ACTIONS(2766), - [anon_sym_LBRACK] = ACTIONS(2768), - [anon_sym_struct] = ACTIONS(2766), - [anon_sym_mut] = ACTIONS(2766), - [anon_sym_PLUS_PLUS] = ACTIONS(2766), - [anon_sym_DASH_DASH] = ACTIONS(2766), - [anon_sym_QMARK] = ACTIONS(2766), - [anon_sym_BANG] = ACTIONS(2766), - [anon_sym_go] = ACTIONS(2766), - [anon_sym_spawn] = ACTIONS(2766), - [anon_sym_json_DOTdecode] = ACTIONS(2766), - [anon_sym_LBRACK2] = ACTIONS(2766), - [anon_sym_TILDE] = ACTIONS(2766), - [anon_sym_CARET] = ACTIONS(2766), - [anon_sym_AMP] = ACTIONS(2766), - [anon_sym_LT_DASH] = ACTIONS(2766), - [anon_sym_LT_LT] = ACTIONS(2766), - [anon_sym_GT_GT] = ACTIONS(2766), - [anon_sym_GT_GT_GT] = ACTIONS(2766), - [anon_sym_AMP_CARET] = ACTIONS(2766), - [anon_sym_AMP_AMP] = ACTIONS(2766), - [anon_sym_PIPE_PIPE] = ACTIONS(2766), - [anon_sym_or] = ACTIONS(2766), - [sym_none] = ACTIONS(2766), - [sym_true] = ACTIONS(2766), - [sym_false] = ACTIONS(2766), - [sym_nil] = ACTIONS(2766), - [anon_sym_QMARK_DOT] = ACTIONS(2766), - [anon_sym_POUND_LBRACK] = ACTIONS(2766), - [anon_sym_if] = ACTIONS(2766), - [anon_sym_DOLLARif] = ACTIONS(2766), - [anon_sym_is] = ACTIONS(2766), - [anon_sym_BANGis] = ACTIONS(2766), - [anon_sym_in] = ACTIONS(2766), - [anon_sym_BANGin] = ACTIONS(2766), - [anon_sym_match] = ACTIONS(2766), - [anon_sym_select] = ACTIONS(2766), - [anon_sym_lock] = ACTIONS(2766), - [anon_sym_rlock] = ACTIONS(2766), - [anon_sym_unsafe] = ACTIONS(2766), - [anon_sym_sql] = ACTIONS(2766), - [sym_int_literal] = ACTIONS(2766), - [sym_float_literal] = ACTIONS(2766), - [sym_rune_literal] = ACTIONS(2766), - [anon_sym_AT] = ACTIONS(2766), - [anon_sym_shared] = ACTIONS(2766), - [anon_sym_map_LBRACK] = ACTIONS(2766), - [anon_sym_chan] = ACTIONS(2766), - [anon_sym_thread] = ACTIONS(2766), - [anon_sym_atomic] = ACTIONS(2766), - [sym___double_quote] = ACTIONS(2766), - [sym___single_quote] = ACTIONS(2766), - [sym___c_double_quote] = ACTIONS(2766), - [sym___c_single_quote] = ACTIONS(2766), - [sym___r_double_quote] = ACTIONS(2766), - [sym___r_single_quote] = ACTIONS(2766), - }, - [1203] = { - [sym_identifier] = ACTIONS(2963), - [anon_sym_LF] = ACTIONS(2963), - [anon_sym_CR] = ACTIONS(2963), - [anon_sym_CR_LF] = ACTIONS(2963), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2963), - [anon_sym_DOT] = ACTIONS(2963), - [anon_sym_as] = ACTIONS(2963), - [anon_sym_LBRACE] = ACTIONS(2963), - [anon_sym_COMMA] = ACTIONS(2963), - [anon_sym_RBRACE] = ACTIONS(2963), - [anon_sym_LPAREN] = ACTIONS(2963), - [anon_sym_PIPE] = ACTIONS(2963), - [anon_sym_fn] = ACTIONS(2963), - [anon_sym_PLUS] = ACTIONS(2963), - [anon_sym_DASH] = ACTIONS(2963), - [anon_sym_STAR] = ACTIONS(2963), - [anon_sym_SLASH] = ACTIONS(2963), - [anon_sym_PERCENT] = ACTIONS(2963), - [anon_sym_LT] = ACTIONS(2963), - [anon_sym_GT] = ACTIONS(2963), - [anon_sym_EQ_EQ] = ACTIONS(2963), - [anon_sym_BANG_EQ] = ACTIONS(2963), - [anon_sym_LT_EQ] = ACTIONS(2963), - [anon_sym_GT_EQ] = ACTIONS(2963), - [anon_sym_LBRACK] = ACTIONS(2961), - [anon_sym_struct] = ACTIONS(2963), - [anon_sym_mut] = ACTIONS(2963), - [anon_sym_PLUS_PLUS] = ACTIONS(2963), - [anon_sym_DASH_DASH] = ACTIONS(2963), - [anon_sym_QMARK] = ACTIONS(2963), - [anon_sym_BANG] = ACTIONS(2963), - [anon_sym_go] = ACTIONS(2963), - [anon_sym_spawn] = ACTIONS(2963), - [anon_sym_json_DOTdecode] = ACTIONS(2963), - [anon_sym_LBRACK2] = ACTIONS(2963), - [anon_sym_TILDE] = ACTIONS(2963), - [anon_sym_CARET] = ACTIONS(2963), - [anon_sym_AMP] = ACTIONS(2963), - [anon_sym_LT_DASH] = ACTIONS(2963), - [anon_sym_LT_LT] = ACTIONS(2963), - [anon_sym_GT_GT] = ACTIONS(2963), - [anon_sym_GT_GT_GT] = ACTIONS(2963), - [anon_sym_AMP_CARET] = ACTIONS(2963), - [anon_sym_AMP_AMP] = ACTIONS(2963), - [anon_sym_PIPE_PIPE] = ACTIONS(2963), - [anon_sym_or] = ACTIONS(2963), - [sym_none] = ACTIONS(2963), - [sym_true] = ACTIONS(2963), - [sym_false] = ACTIONS(2963), - [sym_nil] = ACTIONS(2963), - [anon_sym_QMARK_DOT] = ACTIONS(2963), - [anon_sym_POUND_LBRACK] = ACTIONS(2963), - [anon_sym_if] = ACTIONS(2963), - [anon_sym_DOLLARif] = ACTIONS(2963), - [anon_sym_is] = ACTIONS(2963), - [anon_sym_BANGis] = ACTIONS(2963), - [anon_sym_in] = ACTIONS(2963), - [anon_sym_BANGin] = ACTIONS(2963), - [anon_sym_match] = ACTIONS(2963), - [anon_sym_select] = ACTIONS(2963), - [anon_sym_lock] = ACTIONS(2963), - [anon_sym_rlock] = ACTIONS(2963), - [anon_sym_unsafe] = ACTIONS(2963), - [anon_sym_sql] = ACTIONS(2963), - [sym_int_literal] = ACTIONS(2963), - [sym_float_literal] = ACTIONS(2963), - [sym_rune_literal] = ACTIONS(2963), - [anon_sym_AT] = ACTIONS(2963), - [anon_sym_shared] = ACTIONS(2963), - [anon_sym_map_LBRACK] = ACTIONS(2963), - [anon_sym_chan] = ACTIONS(2963), - [anon_sym_thread] = ACTIONS(2963), - [anon_sym_atomic] = ACTIONS(2963), - [sym___double_quote] = ACTIONS(2963), - [sym___single_quote] = ACTIONS(2963), - [sym___c_double_quote] = ACTIONS(2963), - [sym___c_single_quote] = ACTIONS(2963), - [sym___r_double_quote] = ACTIONS(2963), - [sym___r_single_quote] = ACTIONS(2963), - }, - [1204] = { - [sym_identifier] = ACTIONS(3081), - [anon_sym_LF] = ACTIONS(3081), - [anon_sym_CR] = ACTIONS(3081), - [anon_sym_CR_LF] = ACTIONS(3081), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3081), - [anon_sym_DOT] = ACTIONS(3081), - [anon_sym_as] = ACTIONS(3081), - [anon_sym_LBRACE] = ACTIONS(3081), - [anon_sym_COMMA] = ACTIONS(3081), - [anon_sym_RBRACE] = ACTIONS(3081), - [anon_sym_LPAREN] = ACTIONS(3081), - [anon_sym_PIPE] = ACTIONS(3081), - [anon_sym_fn] = ACTIONS(3081), - [anon_sym_PLUS] = ACTIONS(3081), - [anon_sym_DASH] = ACTIONS(3081), - [anon_sym_STAR] = ACTIONS(3081), - [anon_sym_SLASH] = ACTIONS(3081), - [anon_sym_PERCENT] = ACTIONS(3081), - [anon_sym_LT] = ACTIONS(3081), - [anon_sym_GT] = ACTIONS(3081), - [anon_sym_EQ_EQ] = ACTIONS(3081), - [anon_sym_BANG_EQ] = ACTIONS(3081), - [anon_sym_LT_EQ] = ACTIONS(3081), - [anon_sym_GT_EQ] = ACTIONS(3081), - [anon_sym_LBRACK] = ACTIONS(3079), - [anon_sym_struct] = ACTIONS(3081), - [anon_sym_mut] = ACTIONS(3081), - [anon_sym_PLUS_PLUS] = ACTIONS(3081), - [anon_sym_DASH_DASH] = ACTIONS(3081), - [anon_sym_QMARK] = ACTIONS(3081), - [anon_sym_BANG] = ACTIONS(3081), - [anon_sym_go] = ACTIONS(3081), - [anon_sym_spawn] = ACTIONS(3081), - [anon_sym_json_DOTdecode] = ACTIONS(3081), - [anon_sym_LBRACK2] = ACTIONS(3081), - [anon_sym_TILDE] = ACTIONS(3081), - [anon_sym_CARET] = ACTIONS(3081), - [anon_sym_AMP] = ACTIONS(3081), - [anon_sym_LT_DASH] = ACTIONS(3081), - [anon_sym_LT_LT] = ACTIONS(3081), - [anon_sym_GT_GT] = ACTIONS(3081), - [anon_sym_GT_GT_GT] = ACTIONS(3081), - [anon_sym_AMP_CARET] = ACTIONS(3081), - [anon_sym_AMP_AMP] = ACTIONS(3081), - [anon_sym_PIPE_PIPE] = ACTIONS(3081), - [anon_sym_or] = ACTIONS(3081), - [sym_none] = ACTIONS(3081), - [sym_true] = ACTIONS(3081), - [sym_false] = ACTIONS(3081), - [sym_nil] = ACTIONS(3081), - [anon_sym_QMARK_DOT] = ACTIONS(3081), - [anon_sym_POUND_LBRACK] = ACTIONS(3081), - [anon_sym_if] = ACTIONS(3081), - [anon_sym_DOLLARif] = ACTIONS(3081), - [anon_sym_is] = ACTIONS(3081), - [anon_sym_BANGis] = ACTIONS(3081), - [anon_sym_in] = ACTIONS(3081), - [anon_sym_BANGin] = ACTIONS(3081), - [anon_sym_match] = ACTIONS(3081), - [anon_sym_select] = ACTIONS(3081), - [anon_sym_lock] = ACTIONS(3081), - [anon_sym_rlock] = ACTIONS(3081), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3081), - [sym_int_literal] = ACTIONS(3081), - [sym_float_literal] = ACTIONS(3081), - [sym_rune_literal] = ACTIONS(3081), - [anon_sym_AT] = ACTIONS(3081), - [anon_sym_shared] = ACTIONS(3081), - [anon_sym_map_LBRACK] = ACTIONS(3081), - [anon_sym_chan] = ACTIONS(3081), - [anon_sym_thread] = ACTIONS(3081), - [anon_sym_atomic] = ACTIONS(3081), - [sym___double_quote] = ACTIONS(3081), - [sym___single_quote] = ACTIONS(3081), - [sym___c_double_quote] = ACTIONS(3081), - [sym___c_single_quote] = ACTIONS(3081), - [sym___r_double_quote] = ACTIONS(3081), - [sym___r_single_quote] = ACTIONS(3081), - }, - [1205] = { - [sym_identifier] = ACTIONS(2828), - [anon_sym_LF] = ACTIONS(2828), - [anon_sym_CR] = ACTIONS(2828), - [anon_sym_CR_LF] = ACTIONS(2828), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2828), - [anon_sym_DOT] = ACTIONS(2828), - [anon_sym_as] = ACTIONS(2828), - [anon_sym_LBRACE] = ACTIONS(2828), - [anon_sym_COMMA] = ACTIONS(2828), - [anon_sym_RBRACE] = ACTIONS(2828), - [anon_sym_LPAREN] = ACTIONS(2828), - [anon_sym_PIPE] = ACTIONS(2828), - [anon_sym_fn] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(2828), - [anon_sym_SLASH] = ACTIONS(2828), - [anon_sym_PERCENT] = ACTIONS(2828), - [anon_sym_LT] = ACTIONS(2828), - [anon_sym_GT] = ACTIONS(2828), - [anon_sym_EQ_EQ] = ACTIONS(2828), - [anon_sym_BANG_EQ] = ACTIONS(2828), - [anon_sym_LT_EQ] = ACTIONS(2828), - [anon_sym_GT_EQ] = ACTIONS(2828), - [anon_sym_LBRACK] = ACTIONS(2826), - [anon_sym_struct] = ACTIONS(2828), - [anon_sym_mut] = ACTIONS(2828), - [anon_sym_PLUS_PLUS] = ACTIONS(2828), - [anon_sym_DASH_DASH] = ACTIONS(2828), - [anon_sym_QMARK] = ACTIONS(2828), - [anon_sym_BANG] = ACTIONS(2828), - [anon_sym_go] = ACTIONS(2828), - [anon_sym_spawn] = ACTIONS(2828), - [anon_sym_json_DOTdecode] = ACTIONS(2828), - [anon_sym_LBRACK2] = ACTIONS(2828), - [anon_sym_TILDE] = ACTIONS(2828), - [anon_sym_CARET] = ACTIONS(2828), - [anon_sym_AMP] = ACTIONS(2828), - [anon_sym_LT_DASH] = ACTIONS(2828), - [anon_sym_LT_LT] = ACTIONS(2828), - [anon_sym_GT_GT] = ACTIONS(2828), - [anon_sym_GT_GT_GT] = ACTIONS(2828), - [anon_sym_AMP_CARET] = ACTIONS(2828), - [anon_sym_AMP_AMP] = ACTIONS(2828), - [anon_sym_PIPE_PIPE] = ACTIONS(2828), - [anon_sym_or] = ACTIONS(2828), - [sym_none] = ACTIONS(2828), - [sym_true] = ACTIONS(2828), - [sym_false] = ACTIONS(2828), - [sym_nil] = ACTIONS(2828), - [anon_sym_QMARK_DOT] = ACTIONS(2828), - [anon_sym_POUND_LBRACK] = ACTIONS(2828), - [anon_sym_if] = ACTIONS(2828), - [anon_sym_DOLLARif] = ACTIONS(2828), - [anon_sym_is] = ACTIONS(2828), - [anon_sym_BANGis] = ACTIONS(2828), - [anon_sym_in] = ACTIONS(2828), - [anon_sym_BANGin] = ACTIONS(2828), - [anon_sym_match] = ACTIONS(2828), - [anon_sym_select] = ACTIONS(2828), - [anon_sym_lock] = ACTIONS(2828), - [anon_sym_rlock] = ACTIONS(2828), - [anon_sym_unsafe] = ACTIONS(2828), - [anon_sym_sql] = ACTIONS(2828), - [sym_int_literal] = ACTIONS(2828), - [sym_float_literal] = ACTIONS(2828), - [sym_rune_literal] = ACTIONS(2828), - [anon_sym_AT] = ACTIONS(2828), - [anon_sym_shared] = ACTIONS(2828), - [anon_sym_map_LBRACK] = ACTIONS(2828), - [anon_sym_chan] = ACTIONS(2828), - [anon_sym_thread] = ACTIONS(2828), - [anon_sym_atomic] = ACTIONS(2828), - [sym___double_quote] = ACTIONS(2828), - [sym___single_quote] = ACTIONS(2828), - [sym___c_double_quote] = ACTIONS(2828), - [sym___c_single_quote] = ACTIONS(2828), - [sym___r_double_quote] = ACTIONS(2828), - [sym___r_single_quote] = ACTIONS(2828), - }, - [1206] = { - [sym_identifier] = ACTIONS(2911), - [anon_sym_LF] = ACTIONS(2911), - [anon_sym_CR] = ACTIONS(2911), - [anon_sym_CR_LF] = ACTIONS(2911), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2911), - [anon_sym_DOT] = ACTIONS(2911), - [anon_sym_as] = ACTIONS(2911), - [anon_sym_LBRACE] = ACTIONS(2911), - [anon_sym_COMMA] = ACTIONS(2911), - [anon_sym_RBRACE] = ACTIONS(2911), - [anon_sym_LPAREN] = ACTIONS(2911), - [anon_sym_PIPE] = ACTIONS(2911), - [anon_sym_fn] = ACTIONS(2911), - [anon_sym_PLUS] = ACTIONS(2911), - [anon_sym_DASH] = ACTIONS(2911), - [anon_sym_STAR] = ACTIONS(2911), - [anon_sym_SLASH] = ACTIONS(2911), - [anon_sym_PERCENT] = ACTIONS(2911), - [anon_sym_LT] = ACTIONS(2911), - [anon_sym_GT] = ACTIONS(2911), - [anon_sym_EQ_EQ] = ACTIONS(2911), - [anon_sym_BANG_EQ] = ACTIONS(2911), - [anon_sym_LT_EQ] = ACTIONS(2911), - [anon_sym_GT_EQ] = ACTIONS(2911), - [anon_sym_LBRACK] = ACTIONS(2909), - [anon_sym_struct] = ACTIONS(2911), - [anon_sym_mut] = ACTIONS(2911), - [anon_sym_PLUS_PLUS] = ACTIONS(2911), - [anon_sym_DASH_DASH] = ACTIONS(2911), - [anon_sym_QMARK] = ACTIONS(2911), - [anon_sym_BANG] = ACTIONS(2911), - [anon_sym_go] = ACTIONS(2911), - [anon_sym_spawn] = ACTIONS(2911), - [anon_sym_json_DOTdecode] = ACTIONS(2911), - [anon_sym_LBRACK2] = ACTIONS(2911), - [anon_sym_TILDE] = ACTIONS(2911), - [anon_sym_CARET] = ACTIONS(2911), - [anon_sym_AMP] = ACTIONS(2911), - [anon_sym_LT_DASH] = ACTIONS(2911), - [anon_sym_LT_LT] = ACTIONS(2911), - [anon_sym_GT_GT] = ACTIONS(2911), - [anon_sym_GT_GT_GT] = ACTIONS(2911), - [anon_sym_AMP_CARET] = ACTIONS(2911), - [anon_sym_AMP_AMP] = ACTIONS(2911), - [anon_sym_PIPE_PIPE] = ACTIONS(2911), - [anon_sym_or] = ACTIONS(2911), - [sym_none] = ACTIONS(2911), - [sym_true] = ACTIONS(2911), - [sym_false] = ACTIONS(2911), - [sym_nil] = ACTIONS(2911), - [anon_sym_QMARK_DOT] = ACTIONS(2911), - [anon_sym_POUND_LBRACK] = ACTIONS(2911), - [anon_sym_if] = ACTIONS(2911), - [anon_sym_DOLLARif] = ACTIONS(2911), - [anon_sym_is] = ACTIONS(2911), - [anon_sym_BANGis] = ACTIONS(2911), - [anon_sym_in] = ACTIONS(2911), - [anon_sym_BANGin] = ACTIONS(2911), - [anon_sym_match] = ACTIONS(2911), - [anon_sym_select] = ACTIONS(2911), - [anon_sym_lock] = ACTIONS(2911), - [anon_sym_rlock] = ACTIONS(2911), - [anon_sym_unsafe] = ACTIONS(2911), - [anon_sym_sql] = ACTIONS(2911), - [sym_int_literal] = ACTIONS(2911), - [sym_float_literal] = ACTIONS(2911), - [sym_rune_literal] = ACTIONS(2911), - [anon_sym_AT] = ACTIONS(2911), - [anon_sym_shared] = ACTIONS(2911), - [anon_sym_map_LBRACK] = ACTIONS(2911), - [anon_sym_chan] = ACTIONS(2911), - [anon_sym_thread] = ACTIONS(2911), - [anon_sym_atomic] = ACTIONS(2911), - [sym___double_quote] = ACTIONS(2911), - [sym___single_quote] = ACTIONS(2911), - [sym___c_double_quote] = ACTIONS(2911), - [sym___c_single_quote] = ACTIONS(2911), - [sym___r_double_quote] = ACTIONS(2911), - [sym___r_single_quote] = ACTIONS(2911), - }, - [1207] = { - [sym_identifier] = ACTIONS(3009), - [anon_sym_LF] = ACTIONS(3009), - [anon_sym_CR] = ACTIONS(3009), - [anon_sym_CR_LF] = ACTIONS(3009), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3009), - [anon_sym_DOT] = ACTIONS(3009), - [anon_sym_as] = ACTIONS(3009), - [anon_sym_LBRACE] = ACTIONS(3009), - [anon_sym_COMMA] = ACTIONS(3009), - [anon_sym_RBRACE] = ACTIONS(3009), - [anon_sym_LPAREN] = ACTIONS(3009), - [anon_sym_PIPE] = ACTIONS(3009), - [anon_sym_fn] = ACTIONS(3009), - [anon_sym_PLUS] = ACTIONS(3009), - [anon_sym_DASH] = ACTIONS(3009), - [anon_sym_STAR] = ACTIONS(3009), - [anon_sym_SLASH] = ACTIONS(3009), - [anon_sym_PERCENT] = ACTIONS(3009), - [anon_sym_LT] = ACTIONS(3009), - [anon_sym_GT] = ACTIONS(3009), - [anon_sym_EQ_EQ] = ACTIONS(3009), - [anon_sym_BANG_EQ] = ACTIONS(3009), - [anon_sym_LT_EQ] = ACTIONS(3009), - [anon_sym_GT_EQ] = ACTIONS(3009), - [anon_sym_LBRACK] = ACTIONS(3007), - [anon_sym_struct] = ACTIONS(3009), - [anon_sym_mut] = ACTIONS(3009), - [anon_sym_PLUS_PLUS] = ACTIONS(3009), - [anon_sym_DASH_DASH] = ACTIONS(3009), - [anon_sym_QMARK] = ACTIONS(3009), - [anon_sym_BANG] = ACTIONS(3009), - [anon_sym_go] = ACTIONS(3009), - [anon_sym_spawn] = ACTIONS(3009), - [anon_sym_json_DOTdecode] = ACTIONS(3009), - [anon_sym_LBRACK2] = ACTIONS(3009), - [anon_sym_TILDE] = ACTIONS(3009), - [anon_sym_CARET] = ACTIONS(3009), - [anon_sym_AMP] = ACTIONS(3009), - [anon_sym_LT_DASH] = ACTIONS(3009), - [anon_sym_LT_LT] = ACTIONS(3009), - [anon_sym_GT_GT] = ACTIONS(3009), - [anon_sym_GT_GT_GT] = ACTIONS(3009), - [anon_sym_AMP_CARET] = ACTIONS(3009), - [anon_sym_AMP_AMP] = ACTIONS(3009), - [anon_sym_PIPE_PIPE] = ACTIONS(3009), - [anon_sym_or] = ACTIONS(3009), - [sym_none] = ACTIONS(3009), - [sym_true] = ACTIONS(3009), - [sym_false] = ACTIONS(3009), - [sym_nil] = ACTIONS(3009), - [anon_sym_QMARK_DOT] = ACTIONS(3009), - [anon_sym_POUND_LBRACK] = ACTIONS(3009), - [anon_sym_if] = ACTIONS(3009), - [anon_sym_DOLLARif] = ACTIONS(3009), - [anon_sym_is] = ACTIONS(3009), - [anon_sym_BANGis] = ACTIONS(3009), - [anon_sym_in] = ACTIONS(3009), - [anon_sym_BANGin] = ACTIONS(3009), - [anon_sym_match] = ACTIONS(3009), - [anon_sym_select] = ACTIONS(3009), - [anon_sym_lock] = ACTIONS(3009), - [anon_sym_rlock] = ACTIONS(3009), - [anon_sym_unsafe] = ACTIONS(3009), - [anon_sym_sql] = ACTIONS(3009), - [sym_int_literal] = ACTIONS(3009), - [sym_float_literal] = ACTIONS(3009), - [sym_rune_literal] = ACTIONS(3009), - [anon_sym_AT] = ACTIONS(3009), - [anon_sym_shared] = ACTIONS(3009), - [anon_sym_map_LBRACK] = ACTIONS(3009), - [anon_sym_chan] = ACTIONS(3009), - [anon_sym_thread] = ACTIONS(3009), - [anon_sym_atomic] = ACTIONS(3009), - [sym___double_quote] = ACTIONS(3009), - [sym___single_quote] = ACTIONS(3009), - [sym___c_double_quote] = ACTIONS(3009), - [sym___c_single_quote] = ACTIONS(3009), - [sym___r_double_quote] = ACTIONS(3009), - [sym___r_single_quote] = ACTIONS(3009), - }, - [1208] = { - [sym_identifier] = ACTIONS(3001), - [anon_sym_LF] = ACTIONS(3001), - [anon_sym_CR] = ACTIONS(3001), - [anon_sym_CR_LF] = ACTIONS(3001), + [sym_identifier] = ACTIONS(3151), + [anon_sym_LF] = ACTIONS(3151), + [anon_sym_CR] = ACTIONS(3151), + [anon_sym_CR_LF] = ACTIONS(3151), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3001), - [anon_sym_DOT] = ACTIONS(3001), - [anon_sym_as] = ACTIONS(3001), - [anon_sym_LBRACE] = ACTIONS(3001), - [anon_sym_COMMA] = ACTIONS(3001), - [anon_sym_RBRACE] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(3001), - [anon_sym_PIPE] = ACTIONS(3001), - [anon_sym_fn] = ACTIONS(3001), - [anon_sym_PLUS] = ACTIONS(3001), - [anon_sym_DASH] = ACTIONS(3001), - [anon_sym_STAR] = ACTIONS(3001), - [anon_sym_SLASH] = ACTIONS(3001), - [anon_sym_PERCENT] = ACTIONS(3001), - [anon_sym_LT] = ACTIONS(3001), - [anon_sym_GT] = ACTIONS(3001), - [anon_sym_EQ_EQ] = ACTIONS(3001), - [anon_sym_BANG_EQ] = ACTIONS(3001), - [anon_sym_LT_EQ] = ACTIONS(3001), - [anon_sym_GT_EQ] = ACTIONS(3001), - [anon_sym_LBRACK] = ACTIONS(2999), - [anon_sym_struct] = ACTIONS(3001), - [anon_sym_mut] = ACTIONS(3001), - [anon_sym_PLUS_PLUS] = ACTIONS(3001), - [anon_sym_DASH_DASH] = ACTIONS(3001), - [anon_sym_QMARK] = ACTIONS(3001), - [anon_sym_BANG] = ACTIONS(3001), - [anon_sym_go] = ACTIONS(3001), - [anon_sym_spawn] = ACTIONS(3001), - [anon_sym_json_DOTdecode] = ACTIONS(3001), - [anon_sym_LBRACK2] = ACTIONS(3001), - [anon_sym_TILDE] = ACTIONS(3001), - [anon_sym_CARET] = ACTIONS(3001), - [anon_sym_AMP] = ACTIONS(3001), - [anon_sym_LT_DASH] = ACTIONS(3001), - [anon_sym_LT_LT] = ACTIONS(3001), - [anon_sym_GT_GT] = ACTIONS(3001), - [anon_sym_GT_GT_GT] = ACTIONS(3001), - [anon_sym_AMP_CARET] = ACTIONS(3001), - [anon_sym_AMP_AMP] = ACTIONS(3001), - [anon_sym_PIPE_PIPE] = ACTIONS(3001), - [anon_sym_or] = ACTIONS(3001), - [sym_none] = ACTIONS(3001), - [sym_true] = ACTIONS(3001), - [sym_false] = ACTIONS(3001), - [sym_nil] = ACTIONS(3001), - [anon_sym_QMARK_DOT] = ACTIONS(3001), - [anon_sym_POUND_LBRACK] = ACTIONS(3001), - [anon_sym_if] = ACTIONS(3001), - [anon_sym_DOLLARif] = ACTIONS(3001), - [anon_sym_is] = ACTIONS(3001), - [anon_sym_BANGis] = ACTIONS(3001), - [anon_sym_in] = ACTIONS(3001), - [anon_sym_BANGin] = ACTIONS(3001), - [anon_sym_match] = ACTIONS(3001), - [anon_sym_select] = ACTIONS(3001), - [anon_sym_lock] = ACTIONS(3001), - [anon_sym_rlock] = ACTIONS(3001), - [anon_sym_unsafe] = ACTIONS(3001), - [anon_sym_sql] = ACTIONS(3001), - [sym_int_literal] = ACTIONS(3001), - [sym_float_literal] = ACTIONS(3001), - [sym_rune_literal] = ACTIONS(3001), - [anon_sym_AT] = ACTIONS(3001), - [anon_sym_shared] = ACTIONS(3001), - [anon_sym_map_LBRACK] = ACTIONS(3001), - [anon_sym_chan] = ACTIONS(3001), - [anon_sym_thread] = ACTIONS(3001), - [anon_sym_atomic] = ACTIONS(3001), - [sym___double_quote] = ACTIONS(3001), - [sym___single_quote] = ACTIONS(3001), - [sym___c_double_quote] = ACTIONS(3001), - [sym___c_single_quote] = ACTIONS(3001), - [sym___r_double_quote] = ACTIONS(3001), - [sym___r_single_quote] = ACTIONS(3001), + [anon_sym_SEMI] = ACTIONS(3151), + [anon_sym_DOT] = ACTIONS(3151), + [anon_sym_as] = ACTIONS(3151), + [anon_sym_LBRACE] = ACTIONS(3151), + [anon_sym_COMMA] = ACTIONS(3151), + [anon_sym_RBRACE] = ACTIONS(3151), + [anon_sym_LPAREN] = ACTIONS(3151), + [anon_sym_PIPE] = ACTIONS(3151), + [anon_sym_fn] = ACTIONS(3151), + [anon_sym_PLUS] = ACTIONS(3151), + [anon_sym_DASH] = ACTIONS(3151), + [anon_sym_STAR] = ACTIONS(3151), + [anon_sym_SLASH] = ACTIONS(3151), + [anon_sym_PERCENT] = ACTIONS(3151), + [anon_sym_LT] = ACTIONS(3151), + [anon_sym_GT] = ACTIONS(3151), + [anon_sym_EQ_EQ] = ACTIONS(3151), + [anon_sym_BANG_EQ] = ACTIONS(3151), + [anon_sym_LT_EQ] = ACTIONS(3151), + [anon_sym_GT_EQ] = ACTIONS(3151), + [anon_sym_LBRACK] = ACTIONS(3149), + [anon_sym_LT2] = ACTIONS(3151), + [anon_sym_struct] = ACTIONS(3151), + [anon_sym_mut] = ACTIONS(3151), + [anon_sym_PLUS_PLUS] = ACTIONS(3151), + [anon_sym_DASH_DASH] = ACTIONS(3151), + [anon_sym_QMARK] = ACTIONS(3151), + [anon_sym_BANG] = ACTIONS(3151), + [anon_sym_go] = ACTIONS(3151), + [anon_sym_spawn] = ACTIONS(3151), + [anon_sym_json_DOTdecode] = ACTIONS(3151), + [anon_sym_LBRACK2] = ACTIONS(3151), + [anon_sym_TILDE] = ACTIONS(3151), + [anon_sym_CARET] = ACTIONS(3151), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LT_DASH] = ACTIONS(3151), + [anon_sym_LT_LT] = ACTIONS(3151), + [anon_sym_GT_GT] = ACTIONS(3151), + [anon_sym_GT_GT_GT] = ACTIONS(3151), + [anon_sym_AMP_CARET] = ACTIONS(3151), + [anon_sym_AMP_AMP] = ACTIONS(3151), + [anon_sym_PIPE_PIPE] = ACTIONS(3151), + [anon_sym_or] = ACTIONS(3151), + [sym_none] = ACTIONS(3151), + [sym_true] = ACTIONS(3151), + [sym_false] = ACTIONS(3151), + [sym_nil] = ACTIONS(3151), + [anon_sym_QMARK_DOT] = ACTIONS(3151), + [anon_sym_POUND_LBRACK] = ACTIONS(3151), + [anon_sym_if] = ACTIONS(3151), + [anon_sym_DOLLARif] = ACTIONS(3151), + [anon_sym_is] = ACTIONS(3151), + [anon_sym_BANGis] = ACTIONS(3151), + [anon_sym_in] = ACTIONS(3151), + [anon_sym_BANGin] = ACTIONS(3151), + [anon_sym_match] = ACTIONS(3151), + [anon_sym_select] = ACTIONS(3151), + [anon_sym_lock] = ACTIONS(3151), + [anon_sym_rlock] = ACTIONS(3151), + [anon_sym_unsafe] = ACTIONS(3151), + [anon_sym_sql] = ACTIONS(3151), + [sym_int_literal] = ACTIONS(3151), + [sym_float_literal] = ACTIONS(3151), + [sym_rune_literal] = ACTIONS(3151), + [anon_sym_AT] = ACTIONS(3151), + [anon_sym_shared] = ACTIONS(3151), + [anon_sym_map_LBRACK] = ACTIONS(3151), + [anon_sym_chan] = ACTIONS(3151), + [anon_sym_thread] = ACTIONS(3151), + [anon_sym_atomic] = ACTIONS(3151), + [sym___double_quote] = ACTIONS(3151), + [sym___single_quote] = ACTIONS(3151), + [sym___c_double_quote] = ACTIONS(3151), + [sym___c_single_quote] = ACTIONS(3151), + [sym___r_double_quote] = ACTIONS(3151), + [sym___r_single_quote] = ACTIONS(3151), }, - [1209] = { - [sym_identifier] = ACTIONS(3085), - [anon_sym_LF] = ACTIONS(3085), - [anon_sym_CR] = ACTIONS(3085), - [anon_sym_CR_LF] = ACTIONS(3085), + [1198] = { + [sym_identifier] = ACTIONS(3183), + [anon_sym_LF] = ACTIONS(3183), + [anon_sym_CR] = ACTIONS(3183), + [anon_sym_CR_LF] = ACTIONS(3183), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3085), - [anon_sym_DOT] = ACTIONS(3085), - [anon_sym_as] = ACTIONS(3085), - [anon_sym_LBRACE] = ACTIONS(3085), - [anon_sym_COMMA] = ACTIONS(3085), - [anon_sym_RBRACE] = ACTIONS(3085), - [anon_sym_LPAREN] = ACTIONS(3085), - [anon_sym_PIPE] = ACTIONS(3085), - [anon_sym_fn] = ACTIONS(3085), - [anon_sym_PLUS] = ACTIONS(3085), - [anon_sym_DASH] = ACTIONS(3085), - [anon_sym_STAR] = ACTIONS(3085), - [anon_sym_SLASH] = ACTIONS(3085), - [anon_sym_PERCENT] = ACTIONS(3085), - [anon_sym_LT] = ACTIONS(3085), - [anon_sym_GT] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3085), - [anon_sym_BANG_EQ] = ACTIONS(3085), - [anon_sym_LT_EQ] = ACTIONS(3085), - [anon_sym_GT_EQ] = ACTIONS(3085), - [anon_sym_LBRACK] = ACTIONS(3083), - [anon_sym_struct] = ACTIONS(3085), - [anon_sym_mut] = ACTIONS(3085), - [anon_sym_PLUS_PLUS] = ACTIONS(3085), - [anon_sym_DASH_DASH] = ACTIONS(3085), - [anon_sym_QMARK] = ACTIONS(3085), - [anon_sym_BANG] = ACTIONS(3085), - [anon_sym_go] = ACTIONS(3085), - [anon_sym_spawn] = ACTIONS(3085), - [anon_sym_json_DOTdecode] = ACTIONS(3085), - [anon_sym_LBRACK2] = ACTIONS(3085), - [anon_sym_TILDE] = ACTIONS(3085), - [anon_sym_CARET] = ACTIONS(3085), - [anon_sym_AMP] = ACTIONS(3085), - [anon_sym_LT_DASH] = ACTIONS(3085), - [anon_sym_LT_LT] = ACTIONS(3085), - [anon_sym_GT_GT] = ACTIONS(3085), - [anon_sym_GT_GT_GT] = ACTIONS(3085), - [anon_sym_AMP_CARET] = ACTIONS(3085), - [anon_sym_AMP_AMP] = ACTIONS(3085), - [anon_sym_PIPE_PIPE] = ACTIONS(3085), - [anon_sym_or] = ACTIONS(3085), - [sym_none] = ACTIONS(3085), - [sym_true] = ACTIONS(3085), - [sym_false] = ACTIONS(3085), - [sym_nil] = ACTIONS(3085), - [anon_sym_QMARK_DOT] = ACTIONS(3085), - [anon_sym_POUND_LBRACK] = ACTIONS(3085), - [anon_sym_if] = ACTIONS(3085), - [anon_sym_DOLLARif] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3085), - [anon_sym_BANGis] = ACTIONS(3085), - [anon_sym_in] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3085), - [anon_sym_match] = ACTIONS(3085), - [anon_sym_select] = ACTIONS(3085), - [anon_sym_lock] = ACTIONS(3085), - [anon_sym_rlock] = ACTIONS(3085), - [anon_sym_unsafe] = ACTIONS(3085), - [anon_sym_sql] = ACTIONS(3085), - [sym_int_literal] = ACTIONS(3085), - [sym_float_literal] = ACTIONS(3085), - [sym_rune_literal] = ACTIONS(3085), - [anon_sym_AT] = ACTIONS(3085), - [anon_sym_shared] = ACTIONS(3085), - [anon_sym_map_LBRACK] = ACTIONS(3085), - [anon_sym_chan] = ACTIONS(3085), - [anon_sym_thread] = ACTIONS(3085), - [anon_sym_atomic] = ACTIONS(3085), - [sym___double_quote] = ACTIONS(3085), - [sym___single_quote] = ACTIONS(3085), - [sym___c_double_quote] = ACTIONS(3085), - [sym___c_single_quote] = ACTIONS(3085), - [sym___r_double_quote] = ACTIONS(3085), - [sym___r_single_quote] = ACTIONS(3085), + [anon_sym_SEMI] = ACTIONS(3183), + [anon_sym_DOT] = ACTIONS(3183), + [anon_sym_as] = ACTIONS(3183), + [anon_sym_LBRACE] = ACTIONS(3183), + [anon_sym_COMMA] = ACTIONS(3183), + [anon_sym_RBRACE] = ACTIONS(3183), + [anon_sym_LPAREN] = ACTIONS(3183), + [anon_sym_PIPE] = ACTIONS(3183), + [anon_sym_fn] = ACTIONS(3183), + [anon_sym_PLUS] = ACTIONS(3183), + [anon_sym_DASH] = ACTIONS(3183), + [anon_sym_STAR] = ACTIONS(3183), + [anon_sym_SLASH] = ACTIONS(3183), + [anon_sym_PERCENT] = ACTIONS(3183), + [anon_sym_LT] = ACTIONS(3183), + [anon_sym_GT] = ACTIONS(3183), + [anon_sym_EQ_EQ] = ACTIONS(3183), + [anon_sym_BANG_EQ] = ACTIONS(3183), + [anon_sym_LT_EQ] = ACTIONS(3183), + [anon_sym_GT_EQ] = ACTIONS(3183), + [anon_sym_LBRACK] = ACTIONS(3181), + [anon_sym_LT2] = ACTIONS(3183), + [anon_sym_struct] = ACTIONS(3183), + [anon_sym_mut] = ACTIONS(3183), + [anon_sym_PLUS_PLUS] = ACTIONS(3183), + [anon_sym_DASH_DASH] = ACTIONS(3183), + [anon_sym_QMARK] = ACTIONS(3183), + [anon_sym_BANG] = ACTIONS(3183), + [anon_sym_go] = ACTIONS(3183), + [anon_sym_spawn] = ACTIONS(3183), + [anon_sym_json_DOTdecode] = ACTIONS(3183), + [anon_sym_LBRACK2] = ACTIONS(3183), + [anon_sym_TILDE] = ACTIONS(3183), + [anon_sym_CARET] = ACTIONS(3183), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_LT_DASH] = ACTIONS(3183), + [anon_sym_LT_LT] = ACTIONS(3183), + [anon_sym_GT_GT] = ACTIONS(3183), + [anon_sym_GT_GT_GT] = ACTIONS(3183), + [anon_sym_AMP_CARET] = ACTIONS(3183), + [anon_sym_AMP_AMP] = ACTIONS(3183), + [anon_sym_PIPE_PIPE] = ACTIONS(3183), + [anon_sym_or] = ACTIONS(3183), + [sym_none] = ACTIONS(3183), + [sym_true] = ACTIONS(3183), + [sym_false] = ACTIONS(3183), + [sym_nil] = ACTIONS(3183), + [anon_sym_QMARK_DOT] = ACTIONS(3183), + [anon_sym_POUND_LBRACK] = ACTIONS(3183), + [anon_sym_if] = ACTIONS(3183), + [anon_sym_DOLLARif] = ACTIONS(3183), + [anon_sym_is] = ACTIONS(3183), + [anon_sym_BANGis] = ACTIONS(3183), + [anon_sym_in] = ACTIONS(3183), + [anon_sym_BANGin] = ACTIONS(3183), + [anon_sym_match] = ACTIONS(3183), + [anon_sym_select] = ACTIONS(3183), + [anon_sym_lock] = ACTIONS(3183), + [anon_sym_rlock] = ACTIONS(3183), + [anon_sym_unsafe] = ACTIONS(3183), + [anon_sym_sql] = ACTIONS(3183), + [sym_int_literal] = ACTIONS(3183), + [sym_float_literal] = ACTIONS(3183), + [sym_rune_literal] = ACTIONS(3183), + [anon_sym_AT] = ACTIONS(3183), + [anon_sym_shared] = ACTIONS(3183), + [anon_sym_map_LBRACK] = ACTIONS(3183), + [anon_sym_chan] = ACTIONS(3183), + [anon_sym_thread] = ACTIONS(3183), + [anon_sym_atomic] = ACTIONS(3183), + [sym___double_quote] = ACTIONS(3183), + [sym___single_quote] = ACTIONS(3183), + [sym___c_double_quote] = ACTIONS(3183), + [sym___c_single_quote] = ACTIONS(3183), + [sym___r_double_quote] = ACTIONS(3183), + [sym___r_single_quote] = ACTIONS(3183), }, - [1210] = { - [sym_identifier] = ACTIONS(2700), - [anon_sym_LF] = ACTIONS(2700), - [anon_sym_CR] = ACTIONS(2700), - [anon_sym_CR_LF] = ACTIONS(2700), + [1199] = { + [sym_identifier] = ACTIONS(3147), + [anon_sym_LF] = ACTIONS(3147), + [anon_sym_CR] = ACTIONS(3147), + [anon_sym_CR_LF] = ACTIONS(3147), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2700), - [anon_sym_DOT] = ACTIONS(2700), - [anon_sym_as] = ACTIONS(2700), - [anon_sym_LBRACE] = ACTIONS(2700), - [anon_sym_COMMA] = ACTIONS(2700), - [anon_sym_RBRACE] = ACTIONS(2700), - [anon_sym_LPAREN] = ACTIONS(2700), - [anon_sym_PIPE] = ACTIONS(2700), - [anon_sym_fn] = ACTIONS(2700), - [anon_sym_PLUS] = ACTIONS(2700), - [anon_sym_DASH] = ACTIONS(2700), - [anon_sym_STAR] = ACTIONS(2700), - [anon_sym_SLASH] = ACTIONS(2700), - [anon_sym_PERCENT] = ACTIONS(2700), - [anon_sym_LT] = ACTIONS(2700), - [anon_sym_GT] = ACTIONS(2700), - [anon_sym_EQ_EQ] = ACTIONS(2700), - [anon_sym_BANG_EQ] = ACTIONS(2700), - [anon_sym_LT_EQ] = ACTIONS(2700), - [anon_sym_GT_EQ] = ACTIONS(2700), - [anon_sym_LBRACK] = ACTIONS(2698), - [anon_sym_struct] = ACTIONS(2700), - [anon_sym_mut] = ACTIONS(2700), - [anon_sym_PLUS_PLUS] = ACTIONS(2700), - [anon_sym_DASH_DASH] = ACTIONS(2700), - [anon_sym_QMARK] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_go] = ACTIONS(2700), - [anon_sym_spawn] = ACTIONS(2700), - [anon_sym_json_DOTdecode] = ACTIONS(2700), - [anon_sym_LBRACK2] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2700), - [anon_sym_CARET] = ACTIONS(2700), - [anon_sym_AMP] = ACTIONS(2700), - [anon_sym_LT_DASH] = ACTIONS(2700), - [anon_sym_LT_LT] = ACTIONS(2700), - [anon_sym_GT_GT] = ACTIONS(2700), - [anon_sym_GT_GT_GT] = ACTIONS(2700), - [anon_sym_AMP_CARET] = ACTIONS(2700), - [anon_sym_AMP_AMP] = ACTIONS(2700), - [anon_sym_PIPE_PIPE] = ACTIONS(2700), - [anon_sym_or] = ACTIONS(2700), - [sym_none] = ACTIONS(2700), - [sym_true] = ACTIONS(2700), - [sym_false] = ACTIONS(2700), - [sym_nil] = ACTIONS(2700), - [anon_sym_QMARK_DOT] = ACTIONS(2700), - [anon_sym_POUND_LBRACK] = ACTIONS(2700), - [anon_sym_if] = ACTIONS(2700), - [anon_sym_DOLLARif] = ACTIONS(2700), - [anon_sym_is] = ACTIONS(2700), - [anon_sym_BANGis] = ACTIONS(2700), - [anon_sym_in] = ACTIONS(2700), - [anon_sym_BANGin] = ACTIONS(2700), - [anon_sym_match] = ACTIONS(2700), - [anon_sym_select] = ACTIONS(2700), - [anon_sym_lock] = ACTIONS(2700), - [anon_sym_rlock] = ACTIONS(2700), - [anon_sym_unsafe] = ACTIONS(2700), - [anon_sym_sql] = ACTIONS(2700), - [sym_int_literal] = ACTIONS(2700), - [sym_float_literal] = ACTIONS(2700), - [sym_rune_literal] = ACTIONS(2700), - [anon_sym_AT] = ACTIONS(2700), - [anon_sym_shared] = ACTIONS(2700), - [anon_sym_map_LBRACK] = ACTIONS(2700), - [anon_sym_chan] = ACTIONS(2700), - [anon_sym_thread] = ACTIONS(2700), - [anon_sym_atomic] = ACTIONS(2700), - [sym___double_quote] = ACTIONS(2700), - [sym___single_quote] = ACTIONS(2700), - [sym___c_double_quote] = ACTIONS(2700), - [sym___c_single_quote] = ACTIONS(2700), - [sym___r_double_quote] = ACTIONS(2700), - [sym___r_single_quote] = ACTIONS(2700), + [anon_sym_SEMI] = ACTIONS(3147), + [anon_sym_DOT] = ACTIONS(3147), + [anon_sym_as] = ACTIONS(3147), + [anon_sym_LBRACE] = ACTIONS(3147), + [anon_sym_COMMA] = ACTIONS(3147), + [anon_sym_RBRACE] = ACTIONS(3147), + [anon_sym_LPAREN] = ACTIONS(3147), + [anon_sym_PIPE] = ACTIONS(3147), + [anon_sym_fn] = ACTIONS(3147), + [anon_sym_PLUS] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3147), + [anon_sym_STAR] = ACTIONS(3147), + [anon_sym_SLASH] = ACTIONS(3147), + [anon_sym_PERCENT] = ACTIONS(3147), + [anon_sym_LT] = ACTIONS(3147), + [anon_sym_GT] = ACTIONS(3147), + [anon_sym_EQ_EQ] = ACTIONS(3147), + [anon_sym_BANG_EQ] = ACTIONS(3147), + [anon_sym_LT_EQ] = ACTIONS(3147), + [anon_sym_GT_EQ] = ACTIONS(3147), + [anon_sym_LBRACK] = ACTIONS(3145), + [anon_sym_LT2] = ACTIONS(3147), + [anon_sym_struct] = ACTIONS(3147), + [anon_sym_mut] = ACTIONS(3147), + [anon_sym_PLUS_PLUS] = ACTIONS(3147), + [anon_sym_DASH_DASH] = ACTIONS(3147), + [anon_sym_QMARK] = ACTIONS(3147), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_go] = ACTIONS(3147), + [anon_sym_spawn] = ACTIONS(3147), + [anon_sym_json_DOTdecode] = ACTIONS(3147), + [anon_sym_LBRACK2] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3147), + [anon_sym_CARET] = ACTIONS(3147), + [anon_sym_AMP] = ACTIONS(3147), + [anon_sym_LT_DASH] = ACTIONS(3147), + [anon_sym_LT_LT] = ACTIONS(3147), + [anon_sym_GT_GT] = ACTIONS(3147), + [anon_sym_GT_GT_GT] = ACTIONS(3147), + [anon_sym_AMP_CARET] = ACTIONS(3147), + [anon_sym_AMP_AMP] = ACTIONS(3147), + [anon_sym_PIPE_PIPE] = ACTIONS(3147), + [anon_sym_or] = ACTIONS(3147), + [sym_none] = ACTIONS(3147), + [sym_true] = ACTIONS(3147), + [sym_false] = ACTIONS(3147), + [sym_nil] = ACTIONS(3147), + [anon_sym_QMARK_DOT] = ACTIONS(3147), + [anon_sym_POUND_LBRACK] = ACTIONS(3147), + [anon_sym_if] = ACTIONS(3147), + [anon_sym_DOLLARif] = ACTIONS(3147), + [anon_sym_is] = ACTIONS(3147), + [anon_sym_BANGis] = ACTIONS(3147), + [anon_sym_in] = ACTIONS(3147), + [anon_sym_BANGin] = ACTIONS(3147), + [anon_sym_match] = ACTIONS(3147), + [anon_sym_select] = ACTIONS(3147), + [anon_sym_lock] = ACTIONS(3147), + [anon_sym_rlock] = ACTIONS(3147), + [anon_sym_unsafe] = ACTIONS(3147), + [anon_sym_sql] = ACTIONS(3147), + [sym_int_literal] = ACTIONS(3147), + [sym_float_literal] = ACTIONS(3147), + [sym_rune_literal] = ACTIONS(3147), + [anon_sym_AT] = ACTIONS(3147), + [anon_sym_shared] = ACTIONS(3147), + [anon_sym_map_LBRACK] = ACTIONS(3147), + [anon_sym_chan] = ACTIONS(3147), + [anon_sym_thread] = ACTIONS(3147), + [anon_sym_atomic] = ACTIONS(3147), + [sym___double_quote] = ACTIONS(3147), + [sym___single_quote] = ACTIONS(3147), + [sym___c_double_quote] = ACTIONS(3147), + [sym___c_single_quote] = ACTIONS(3147), + [sym___r_double_quote] = ACTIONS(3147), + [sym___r_single_quote] = ACTIONS(3147), }, - [1211] = { - [sym_identifier] = ACTIONS(3113), - [anon_sym_LF] = ACTIONS(3113), - [anon_sym_CR] = ACTIONS(3113), - [anon_sym_CR_LF] = ACTIONS(3113), + [1200] = { + [sym_identifier] = ACTIONS(2927), + [anon_sym_LF] = ACTIONS(2927), + [anon_sym_CR] = ACTIONS(2927), + [anon_sym_CR_LF] = ACTIONS(2927), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3113), - [anon_sym_DOT] = ACTIONS(3113), - [anon_sym_as] = ACTIONS(3113), - [anon_sym_LBRACE] = ACTIONS(3113), - [anon_sym_COMMA] = ACTIONS(3113), - [anon_sym_RBRACE] = ACTIONS(3113), - [anon_sym_LPAREN] = ACTIONS(3113), - [anon_sym_PIPE] = ACTIONS(3113), - [anon_sym_fn] = ACTIONS(3113), - [anon_sym_PLUS] = ACTIONS(3113), - [anon_sym_DASH] = ACTIONS(3113), - [anon_sym_STAR] = ACTIONS(3113), - [anon_sym_SLASH] = ACTIONS(3113), - [anon_sym_PERCENT] = ACTIONS(3113), - [anon_sym_LT] = ACTIONS(3113), - [anon_sym_GT] = ACTIONS(3113), - [anon_sym_EQ_EQ] = ACTIONS(3113), - [anon_sym_BANG_EQ] = ACTIONS(3113), - [anon_sym_LT_EQ] = ACTIONS(3113), - [anon_sym_GT_EQ] = ACTIONS(3113), - [anon_sym_LBRACK] = ACTIONS(3111), - [anon_sym_struct] = ACTIONS(3113), - [anon_sym_mut] = ACTIONS(3113), - [anon_sym_PLUS_PLUS] = ACTIONS(3113), - [anon_sym_DASH_DASH] = ACTIONS(3113), - [anon_sym_QMARK] = ACTIONS(3113), - [anon_sym_BANG] = ACTIONS(3113), - [anon_sym_go] = ACTIONS(3113), - [anon_sym_spawn] = ACTIONS(3113), - [anon_sym_json_DOTdecode] = ACTIONS(3113), - [anon_sym_LBRACK2] = ACTIONS(3113), - [anon_sym_TILDE] = ACTIONS(3113), - [anon_sym_CARET] = ACTIONS(3113), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_LT_DASH] = ACTIONS(3113), - [anon_sym_LT_LT] = ACTIONS(3113), - [anon_sym_GT_GT] = ACTIONS(3113), - [anon_sym_GT_GT_GT] = ACTIONS(3113), - [anon_sym_AMP_CARET] = ACTIONS(3113), - [anon_sym_AMP_AMP] = ACTIONS(3113), - [anon_sym_PIPE_PIPE] = ACTIONS(3113), - [anon_sym_or] = ACTIONS(3113), - [sym_none] = ACTIONS(3113), - [sym_true] = ACTIONS(3113), - [sym_false] = ACTIONS(3113), - [sym_nil] = ACTIONS(3113), - [anon_sym_QMARK_DOT] = ACTIONS(3113), - [anon_sym_POUND_LBRACK] = ACTIONS(3113), - [anon_sym_if] = ACTIONS(3113), - [anon_sym_DOLLARif] = ACTIONS(3113), - [anon_sym_is] = ACTIONS(3113), - [anon_sym_BANGis] = ACTIONS(3113), - [anon_sym_in] = ACTIONS(3113), - [anon_sym_BANGin] = ACTIONS(3113), - [anon_sym_match] = ACTIONS(3113), - [anon_sym_select] = ACTIONS(3113), - [anon_sym_lock] = ACTIONS(3113), - [anon_sym_rlock] = ACTIONS(3113), - [anon_sym_unsafe] = ACTIONS(3113), - [anon_sym_sql] = ACTIONS(3113), - [sym_int_literal] = ACTIONS(3113), - [sym_float_literal] = ACTIONS(3113), - [sym_rune_literal] = ACTIONS(3113), - [anon_sym_AT] = ACTIONS(3113), - [anon_sym_shared] = ACTIONS(3113), - [anon_sym_map_LBRACK] = ACTIONS(3113), - [anon_sym_chan] = ACTIONS(3113), - [anon_sym_thread] = ACTIONS(3113), - [anon_sym_atomic] = ACTIONS(3113), - [sym___double_quote] = ACTIONS(3113), - [sym___single_quote] = ACTIONS(3113), - [sym___c_double_quote] = ACTIONS(3113), - [sym___c_single_quote] = ACTIONS(3113), - [sym___r_double_quote] = ACTIONS(3113), - [sym___r_single_quote] = ACTIONS(3113), + [anon_sym_SEMI] = ACTIONS(2927), + [anon_sym_DOT] = ACTIONS(2927), + [anon_sym_as] = ACTIONS(2927), + [anon_sym_LBRACE] = ACTIONS(2927), + [anon_sym_COMMA] = ACTIONS(2927), + [anon_sym_RBRACE] = ACTIONS(2927), + [anon_sym_LPAREN] = ACTIONS(2927), + [anon_sym_PIPE] = ACTIONS(2927), + [anon_sym_fn] = ACTIONS(2927), + [anon_sym_PLUS] = ACTIONS(2927), + [anon_sym_DASH] = ACTIONS(2927), + [anon_sym_STAR] = ACTIONS(2927), + [anon_sym_SLASH] = ACTIONS(2927), + [anon_sym_PERCENT] = ACTIONS(2927), + [anon_sym_LT] = ACTIONS(2927), + [anon_sym_GT] = ACTIONS(2927), + [anon_sym_EQ_EQ] = ACTIONS(2927), + [anon_sym_BANG_EQ] = ACTIONS(2927), + [anon_sym_LT_EQ] = ACTIONS(2927), + [anon_sym_GT_EQ] = ACTIONS(2927), + [anon_sym_LBRACK] = ACTIONS(2925), + [anon_sym_LT2] = ACTIONS(2927), + [anon_sym_struct] = ACTIONS(2927), + [anon_sym_mut] = ACTIONS(2927), + [anon_sym_PLUS_PLUS] = ACTIONS(2927), + [anon_sym_DASH_DASH] = ACTIONS(2927), + [anon_sym_QMARK] = ACTIONS(2927), + [anon_sym_BANG] = ACTIONS(2927), + [anon_sym_go] = ACTIONS(2927), + [anon_sym_spawn] = ACTIONS(2927), + [anon_sym_json_DOTdecode] = ACTIONS(2927), + [anon_sym_LBRACK2] = ACTIONS(2927), + [anon_sym_TILDE] = ACTIONS(2927), + [anon_sym_CARET] = ACTIONS(2927), + [anon_sym_AMP] = ACTIONS(2927), + [anon_sym_LT_DASH] = ACTIONS(2927), + [anon_sym_LT_LT] = ACTIONS(2927), + [anon_sym_GT_GT] = ACTIONS(2927), + [anon_sym_GT_GT_GT] = ACTIONS(2927), + [anon_sym_AMP_CARET] = ACTIONS(2927), + [anon_sym_AMP_AMP] = ACTIONS(2927), + [anon_sym_PIPE_PIPE] = ACTIONS(2927), + [anon_sym_or] = ACTIONS(2927), + [sym_none] = ACTIONS(2927), + [sym_true] = ACTIONS(2927), + [sym_false] = ACTIONS(2927), + [sym_nil] = ACTIONS(2927), + [anon_sym_QMARK_DOT] = ACTIONS(2927), + [anon_sym_POUND_LBRACK] = ACTIONS(2927), + [anon_sym_if] = ACTIONS(2927), + [anon_sym_DOLLARif] = ACTIONS(2927), + [anon_sym_is] = ACTIONS(2927), + [anon_sym_BANGis] = ACTIONS(2927), + [anon_sym_in] = ACTIONS(2927), + [anon_sym_BANGin] = ACTIONS(2927), + [anon_sym_match] = ACTIONS(2927), + [anon_sym_select] = ACTIONS(2927), + [anon_sym_lock] = ACTIONS(2927), + [anon_sym_rlock] = ACTIONS(2927), + [anon_sym_unsafe] = ACTIONS(2927), + [anon_sym_sql] = ACTIONS(2927), + [sym_int_literal] = ACTIONS(2927), + [sym_float_literal] = ACTIONS(2927), + [sym_rune_literal] = ACTIONS(2927), + [anon_sym_AT] = ACTIONS(2927), + [anon_sym_shared] = ACTIONS(2927), + [anon_sym_map_LBRACK] = ACTIONS(2927), + [anon_sym_chan] = ACTIONS(2927), + [anon_sym_thread] = ACTIONS(2927), + [anon_sym_atomic] = ACTIONS(2927), + [sym___double_quote] = ACTIONS(2927), + [sym___single_quote] = ACTIONS(2927), + [sym___c_double_quote] = ACTIONS(2927), + [sym___c_single_quote] = ACTIONS(2927), + [sym___r_double_quote] = ACTIONS(2927), + [sym___r_single_quote] = ACTIONS(2927), }, - [1212] = { - [sym_identifier] = ACTIONS(2800), - [anon_sym_LF] = ACTIONS(2800), - [anon_sym_CR] = ACTIONS(2800), - [anon_sym_CR_LF] = ACTIONS(2800), + [1201] = { + [sym_identifier] = ACTIONS(3019), + [anon_sym_LF] = ACTIONS(3019), + [anon_sym_CR] = ACTIONS(3019), + [anon_sym_CR_LF] = ACTIONS(3019), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2800), - [anon_sym_DOT] = ACTIONS(2800), - [anon_sym_as] = ACTIONS(2800), - [anon_sym_LBRACE] = ACTIONS(2800), - [anon_sym_COMMA] = ACTIONS(2800), - [anon_sym_RBRACE] = ACTIONS(2800), - [anon_sym_LPAREN] = ACTIONS(2800), - [anon_sym_PIPE] = ACTIONS(2800), - [anon_sym_fn] = ACTIONS(2800), - [anon_sym_PLUS] = ACTIONS(2800), - [anon_sym_DASH] = ACTIONS(2800), - [anon_sym_STAR] = ACTIONS(2800), - [anon_sym_SLASH] = ACTIONS(2800), - [anon_sym_PERCENT] = ACTIONS(2800), - [anon_sym_LT] = ACTIONS(2800), - [anon_sym_GT] = ACTIONS(2800), - [anon_sym_EQ_EQ] = ACTIONS(2800), - [anon_sym_BANG_EQ] = ACTIONS(2800), - [anon_sym_LT_EQ] = ACTIONS(2800), - [anon_sym_GT_EQ] = ACTIONS(2800), - [anon_sym_LBRACK] = ACTIONS(2798), - [anon_sym_struct] = ACTIONS(2800), - [anon_sym_mut] = ACTIONS(2800), - [anon_sym_PLUS_PLUS] = ACTIONS(2800), - [anon_sym_DASH_DASH] = ACTIONS(2800), - [anon_sym_QMARK] = ACTIONS(2800), - [anon_sym_BANG] = ACTIONS(2800), - [anon_sym_go] = ACTIONS(2800), - [anon_sym_spawn] = ACTIONS(2800), - [anon_sym_json_DOTdecode] = ACTIONS(2800), - [anon_sym_LBRACK2] = ACTIONS(2800), - [anon_sym_TILDE] = ACTIONS(2800), - [anon_sym_CARET] = ACTIONS(2800), - [anon_sym_AMP] = ACTIONS(2800), - [anon_sym_LT_DASH] = ACTIONS(2800), - [anon_sym_LT_LT] = ACTIONS(2800), - [anon_sym_GT_GT] = ACTIONS(2800), - [anon_sym_GT_GT_GT] = ACTIONS(2800), - [anon_sym_AMP_CARET] = ACTIONS(2800), - [anon_sym_AMP_AMP] = ACTIONS(2800), - [anon_sym_PIPE_PIPE] = ACTIONS(2800), - [anon_sym_or] = ACTIONS(2800), - [sym_none] = ACTIONS(2800), - [sym_true] = ACTIONS(2800), - [sym_false] = ACTIONS(2800), - [sym_nil] = ACTIONS(2800), - [anon_sym_QMARK_DOT] = ACTIONS(2800), - [anon_sym_POUND_LBRACK] = ACTIONS(2800), - [anon_sym_if] = ACTIONS(2800), - [anon_sym_DOLLARif] = ACTIONS(2800), - [anon_sym_is] = ACTIONS(2800), - [anon_sym_BANGis] = ACTIONS(2800), - [anon_sym_in] = ACTIONS(2800), - [anon_sym_BANGin] = ACTIONS(2800), - [anon_sym_match] = ACTIONS(2800), - [anon_sym_select] = ACTIONS(2800), - [anon_sym_lock] = ACTIONS(2800), - [anon_sym_rlock] = ACTIONS(2800), - [anon_sym_unsafe] = ACTIONS(2800), - [anon_sym_sql] = ACTIONS(2800), - [sym_int_literal] = ACTIONS(2800), - [sym_float_literal] = ACTIONS(2800), - [sym_rune_literal] = ACTIONS(2800), - [anon_sym_AT] = ACTIONS(2800), - [anon_sym_shared] = ACTIONS(2800), - [anon_sym_map_LBRACK] = ACTIONS(2800), - [anon_sym_chan] = ACTIONS(2800), - [anon_sym_thread] = ACTIONS(2800), - [anon_sym_atomic] = ACTIONS(2800), - [sym___double_quote] = ACTIONS(2800), - [sym___single_quote] = ACTIONS(2800), - [sym___c_double_quote] = ACTIONS(2800), - [sym___c_single_quote] = ACTIONS(2800), - [sym___r_double_quote] = ACTIONS(2800), - [sym___r_single_quote] = ACTIONS(2800), + [anon_sym_SEMI] = ACTIONS(3019), + [anon_sym_DOT] = ACTIONS(3019), + [anon_sym_as] = ACTIONS(3019), + [anon_sym_LBRACE] = ACTIONS(3019), + [anon_sym_COMMA] = ACTIONS(3019), + [anon_sym_RBRACE] = ACTIONS(3019), + [anon_sym_LPAREN] = ACTIONS(3019), + [anon_sym_PIPE] = ACTIONS(3019), + [anon_sym_fn] = ACTIONS(3019), + [anon_sym_PLUS] = ACTIONS(3019), + [anon_sym_DASH] = ACTIONS(3019), + [anon_sym_STAR] = ACTIONS(3019), + [anon_sym_SLASH] = ACTIONS(3019), + [anon_sym_PERCENT] = ACTIONS(3019), + [anon_sym_LT] = ACTIONS(3019), + [anon_sym_GT] = ACTIONS(3019), + [anon_sym_EQ_EQ] = ACTIONS(3019), + [anon_sym_BANG_EQ] = ACTIONS(3019), + [anon_sym_LT_EQ] = ACTIONS(3019), + [anon_sym_GT_EQ] = ACTIONS(3019), + [anon_sym_LBRACK] = ACTIONS(3017), + [anon_sym_LT2] = ACTIONS(3019), + [anon_sym_struct] = ACTIONS(3019), + [anon_sym_mut] = ACTIONS(3019), + [anon_sym_PLUS_PLUS] = ACTIONS(3019), + [anon_sym_DASH_DASH] = ACTIONS(3019), + [anon_sym_QMARK] = ACTIONS(3019), + [anon_sym_BANG] = ACTIONS(3019), + [anon_sym_go] = ACTIONS(3019), + [anon_sym_spawn] = ACTIONS(3019), + [anon_sym_json_DOTdecode] = ACTIONS(3019), + [anon_sym_LBRACK2] = ACTIONS(3019), + [anon_sym_TILDE] = ACTIONS(3019), + [anon_sym_CARET] = ACTIONS(3019), + [anon_sym_AMP] = ACTIONS(3019), + [anon_sym_LT_DASH] = ACTIONS(3019), + [anon_sym_LT_LT] = ACTIONS(3019), + [anon_sym_GT_GT] = ACTIONS(3019), + [anon_sym_GT_GT_GT] = ACTIONS(3019), + [anon_sym_AMP_CARET] = ACTIONS(3019), + [anon_sym_AMP_AMP] = ACTIONS(3019), + [anon_sym_PIPE_PIPE] = ACTIONS(3019), + [anon_sym_or] = ACTIONS(3019), + [sym_none] = ACTIONS(3019), + [sym_true] = ACTIONS(3019), + [sym_false] = ACTIONS(3019), + [sym_nil] = ACTIONS(3019), + [anon_sym_QMARK_DOT] = ACTIONS(3019), + [anon_sym_POUND_LBRACK] = ACTIONS(3019), + [anon_sym_if] = ACTIONS(3019), + [anon_sym_DOLLARif] = ACTIONS(3019), + [anon_sym_is] = ACTIONS(3019), + [anon_sym_BANGis] = ACTIONS(3019), + [anon_sym_in] = ACTIONS(3019), + [anon_sym_BANGin] = ACTIONS(3019), + [anon_sym_match] = ACTIONS(3019), + [anon_sym_select] = ACTIONS(3019), + [anon_sym_lock] = ACTIONS(3019), + [anon_sym_rlock] = ACTIONS(3019), + [anon_sym_unsafe] = ACTIONS(3019), + [anon_sym_sql] = ACTIONS(3019), + [sym_int_literal] = ACTIONS(3019), + [sym_float_literal] = ACTIONS(3019), + [sym_rune_literal] = ACTIONS(3019), + [anon_sym_AT] = ACTIONS(3019), + [anon_sym_shared] = ACTIONS(3019), + [anon_sym_map_LBRACK] = ACTIONS(3019), + [anon_sym_chan] = ACTIONS(3019), + [anon_sym_thread] = ACTIONS(3019), + [anon_sym_atomic] = ACTIONS(3019), + [sym___double_quote] = ACTIONS(3019), + [sym___single_quote] = ACTIONS(3019), + [sym___c_double_quote] = ACTIONS(3019), + [sym___c_single_quote] = ACTIONS(3019), + [sym___r_double_quote] = ACTIONS(3019), + [sym___r_single_quote] = ACTIONS(3019), }, - [1213] = { - [sym_identifier] = ACTIONS(2804), - [anon_sym_LF] = ACTIONS(2804), - [anon_sym_CR] = ACTIONS(2804), - [anon_sym_CR_LF] = ACTIONS(2804), + [1202] = { + [sym_identifier] = ACTIONS(3023), + [anon_sym_LF] = ACTIONS(3023), + [anon_sym_CR] = ACTIONS(3023), + [anon_sym_CR_LF] = ACTIONS(3023), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2804), - [anon_sym_DOT] = ACTIONS(2804), - [anon_sym_as] = ACTIONS(2804), - [anon_sym_LBRACE] = ACTIONS(2804), - [anon_sym_COMMA] = ACTIONS(2804), - [anon_sym_RBRACE] = ACTIONS(2804), - [anon_sym_LPAREN] = ACTIONS(2804), - [anon_sym_PIPE] = ACTIONS(2804), - [anon_sym_fn] = ACTIONS(2804), - [anon_sym_PLUS] = ACTIONS(2804), - [anon_sym_DASH] = ACTIONS(2804), - [anon_sym_STAR] = ACTIONS(2804), - [anon_sym_SLASH] = ACTIONS(2804), - [anon_sym_PERCENT] = ACTIONS(2804), - [anon_sym_LT] = ACTIONS(2804), - [anon_sym_GT] = ACTIONS(2804), - [anon_sym_EQ_EQ] = ACTIONS(2804), - [anon_sym_BANG_EQ] = ACTIONS(2804), - [anon_sym_LT_EQ] = ACTIONS(2804), - [anon_sym_GT_EQ] = ACTIONS(2804), - [anon_sym_LBRACK] = ACTIONS(2802), - [anon_sym_struct] = ACTIONS(2804), - [anon_sym_mut] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2804), - [anon_sym_DASH_DASH] = ACTIONS(2804), - [anon_sym_QMARK] = ACTIONS(2804), - [anon_sym_BANG] = ACTIONS(2804), - [anon_sym_go] = ACTIONS(2804), - [anon_sym_spawn] = ACTIONS(2804), - [anon_sym_json_DOTdecode] = ACTIONS(2804), - [anon_sym_LBRACK2] = ACTIONS(2804), - [anon_sym_TILDE] = ACTIONS(2804), - [anon_sym_CARET] = ACTIONS(2804), - [anon_sym_AMP] = ACTIONS(2804), - [anon_sym_LT_DASH] = ACTIONS(2804), - [anon_sym_LT_LT] = ACTIONS(2804), - [anon_sym_GT_GT] = ACTIONS(2804), - [anon_sym_GT_GT_GT] = ACTIONS(2804), - [anon_sym_AMP_CARET] = ACTIONS(2804), - [anon_sym_AMP_AMP] = ACTIONS(2804), - [anon_sym_PIPE_PIPE] = ACTIONS(2804), - [anon_sym_or] = ACTIONS(2804), - [sym_none] = ACTIONS(2804), - [sym_true] = ACTIONS(2804), - [sym_false] = ACTIONS(2804), - [sym_nil] = ACTIONS(2804), - [anon_sym_QMARK_DOT] = ACTIONS(2804), - [anon_sym_POUND_LBRACK] = ACTIONS(2804), - [anon_sym_if] = ACTIONS(2804), - [anon_sym_DOLLARif] = ACTIONS(2804), - [anon_sym_is] = ACTIONS(2804), - [anon_sym_BANGis] = ACTIONS(2804), - [anon_sym_in] = ACTIONS(2804), - [anon_sym_BANGin] = ACTIONS(2804), - [anon_sym_match] = ACTIONS(2804), - [anon_sym_select] = ACTIONS(2804), - [anon_sym_lock] = ACTIONS(2804), - [anon_sym_rlock] = ACTIONS(2804), - [anon_sym_unsafe] = ACTIONS(2804), - [anon_sym_sql] = ACTIONS(2804), - [sym_int_literal] = ACTIONS(2804), - [sym_float_literal] = ACTIONS(2804), - [sym_rune_literal] = ACTIONS(2804), - [anon_sym_AT] = ACTIONS(2804), - [anon_sym_shared] = ACTIONS(2804), - [anon_sym_map_LBRACK] = ACTIONS(2804), - [anon_sym_chan] = ACTIONS(2804), - [anon_sym_thread] = ACTIONS(2804), - [anon_sym_atomic] = ACTIONS(2804), - [sym___double_quote] = ACTIONS(2804), - [sym___single_quote] = ACTIONS(2804), - [sym___c_double_quote] = ACTIONS(2804), - [sym___c_single_quote] = ACTIONS(2804), - [sym___r_double_quote] = ACTIONS(2804), - [sym___r_single_quote] = ACTIONS(2804), + [anon_sym_SEMI] = ACTIONS(3023), + [anon_sym_DOT] = ACTIONS(3023), + [anon_sym_as] = ACTIONS(3023), + [anon_sym_LBRACE] = ACTIONS(3023), + [anon_sym_COMMA] = ACTIONS(3023), + [anon_sym_RBRACE] = ACTIONS(3023), + [anon_sym_LPAREN] = ACTIONS(3023), + [anon_sym_PIPE] = ACTIONS(3023), + [anon_sym_fn] = ACTIONS(3023), + [anon_sym_PLUS] = ACTIONS(3023), + [anon_sym_DASH] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(3023), + [anon_sym_SLASH] = ACTIONS(3023), + [anon_sym_PERCENT] = ACTIONS(3023), + [anon_sym_LT] = ACTIONS(3023), + [anon_sym_GT] = ACTIONS(3023), + [anon_sym_EQ_EQ] = ACTIONS(3023), + [anon_sym_BANG_EQ] = ACTIONS(3023), + [anon_sym_LT_EQ] = ACTIONS(3023), + [anon_sym_GT_EQ] = ACTIONS(3023), + [anon_sym_LBRACK] = ACTIONS(3021), + [anon_sym_LT2] = ACTIONS(3023), + [anon_sym_struct] = ACTIONS(3023), + [anon_sym_mut] = ACTIONS(3023), + [anon_sym_PLUS_PLUS] = ACTIONS(3023), + [anon_sym_DASH_DASH] = ACTIONS(3023), + [anon_sym_QMARK] = ACTIONS(3023), + [anon_sym_BANG] = ACTIONS(3023), + [anon_sym_go] = ACTIONS(3023), + [anon_sym_spawn] = ACTIONS(3023), + [anon_sym_json_DOTdecode] = ACTIONS(3023), + [anon_sym_LBRACK2] = ACTIONS(3023), + [anon_sym_TILDE] = ACTIONS(3023), + [anon_sym_CARET] = ACTIONS(3023), + [anon_sym_AMP] = ACTIONS(3023), + [anon_sym_LT_DASH] = ACTIONS(3023), + [anon_sym_LT_LT] = ACTIONS(3023), + [anon_sym_GT_GT] = ACTIONS(3023), + [anon_sym_GT_GT_GT] = ACTIONS(3023), + [anon_sym_AMP_CARET] = ACTIONS(3023), + [anon_sym_AMP_AMP] = ACTIONS(3023), + [anon_sym_PIPE_PIPE] = ACTIONS(3023), + [anon_sym_or] = ACTIONS(3023), + [sym_none] = ACTIONS(3023), + [sym_true] = ACTIONS(3023), + [sym_false] = ACTIONS(3023), + [sym_nil] = ACTIONS(3023), + [anon_sym_QMARK_DOT] = ACTIONS(3023), + [anon_sym_POUND_LBRACK] = ACTIONS(3023), + [anon_sym_if] = ACTIONS(3023), + [anon_sym_DOLLARif] = ACTIONS(3023), + [anon_sym_is] = ACTIONS(3023), + [anon_sym_BANGis] = ACTIONS(3023), + [anon_sym_in] = ACTIONS(3023), + [anon_sym_BANGin] = ACTIONS(3023), + [anon_sym_match] = ACTIONS(3023), + [anon_sym_select] = ACTIONS(3023), + [anon_sym_lock] = ACTIONS(3023), + [anon_sym_rlock] = ACTIONS(3023), + [anon_sym_unsafe] = ACTIONS(3023), + [anon_sym_sql] = ACTIONS(3023), + [sym_int_literal] = ACTIONS(3023), + [sym_float_literal] = ACTIONS(3023), + [sym_rune_literal] = ACTIONS(3023), + [anon_sym_AT] = ACTIONS(3023), + [anon_sym_shared] = ACTIONS(3023), + [anon_sym_map_LBRACK] = ACTIONS(3023), + [anon_sym_chan] = ACTIONS(3023), + [anon_sym_thread] = ACTIONS(3023), + [anon_sym_atomic] = ACTIONS(3023), + [sym___double_quote] = ACTIONS(3023), + [sym___single_quote] = ACTIONS(3023), + [sym___c_double_quote] = ACTIONS(3023), + [sym___c_single_quote] = ACTIONS(3023), + [sym___r_double_quote] = ACTIONS(3023), + [sym___r_single_quote] = ACTIONS(3023), }, - [1214] = { - [sym_identifier] = ACTIONS(2816), - [anon_sym_LF] = ACTIONS(2816), - [anon_sym_CR] = ACTIONS(2816), - [anon_sym_CR_LF] = ACTIONS(2816), + [1203] = { + [sym_identifier] = ACTIONS(2859), + [anon_sym_LF] = ACTIONS(2859), + [anon_sym_CR] = ACTIONS(2859), + [anon_sym_CR_LF] = ACTIONS(2859), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2816), - [anon_sym_DOT] = ACTIONS(2816), - [anon_sym_as] = ACTIONS(2816), - [anon_sym_LBRACE] = ACTIONS(2816), - [anon_sym_COMMA] = ACTIONS(2816), - [anon_sym_RBRACE] = ACTIONS(2816), - [anon_sym_LPAREN] = ACTIONS(2816), - [anon_sym_PIPE] = ACTIONS(2816), - [anon_sym_fn] = ACTIONS(2816), - [anon_sym_PLUS] = ACTIONS(2816), - [anon_sym_DASH] = ACTIONS(2816), - [anon_sym_STAR] = ACTIONS(2816), - [anon_sym_SLASH] = ACTIONS(2816), - [anon_sym_PERCENT] = ACTIONS(2816), - [anon_sym_LT] = ACTIONS(2816), - [anon_sym_GT] = ACTIONS(2816), - [anon_sym_EQ_EQ] = ACTIONS(2816), - [anon_sym_BANG_EQ] = ACTIONS(2816), - [anon_sym_LT_EQ] = ACTIONS(2816), - [anon_sym_GT_EQ] = ACTIONS(2816), - [anon_sym_LBRACK] = ACTIONS(2814), - [anon_sym_struct] = ACTIONS(2816), - [anon_sym_mut] = ACTIONS(2816), - [anon_sym_PLUS_PLUS] = ACTIONS(2816), - [anon_sym_DASH_DASH] = ACTIONS(2816), - [anon_sym_QMARK] = ACTIONS(2816), - [anon_sym_BANG] = ACTIONS(2816), - [anon_sym_go] = ACTIONS(2816), - [anon_sym_spawn] = ACTIONS(2816), - [anon_sym_json_DOTdecode] = ACTIONS(2816), - [anon_sym_LBRACK2] = ACTIONS(2816), - [anon_sym_TILDE] = ACTIONS(2816), - [anon_sym_CARET] = ACTIONS(2816), - [anon_sym_AMP] = ACTIONS(2816), - [anon_sym_LT_DASH] = ACTIONS(2816), - [anon_sym_LT_LT] = ACTIONS(2816), - [anon_sym_GT_GT] = ACTIONS(2816), - [anon_sym_GT_GT_GT] = ACTIONS(2816), - [anon_sym_AMP_CARET] = ACTIONS(2816), - [anon_sym_AMP_AMP] = ACTIONS(2816), - [anon_sym_PIPE_PIPE] = ACTIONS(2816), - [anon_sym_or] = ACTIONS(2816), - [sym_none] = ACTIONS(2816), - [sym_true] = ACTIONS(2816), - [sym_false] = ACTIONS(2816), - [sym_nil] = ACTIONS(2816), - [anon_sym_QMARK_DOT] = ACTIONS(2816), - [anon_sym_POUND_LBRACK] = ACTIONS(2816), - [anon_sym_if] = ACTIONS(2816), - [anon_sym_DOLLARif] = ACTIONS(2816), - [anon_sym_is] = ACTIONS(2816), - [anon_sym_BANGis] = ACTIONS(2816), - [anon_sym_in] = ACTIONS(2816), - [anon_sym_BANGin] = ACTIONS(2816), - [anon_sym_match] = ACTIONS(2816), - [anon_sym_select] = ACTIONS(2816), - [anon_sym_lock] = ACTIONS(2816), - [anon_sym_rlock] = ACTIONS(2816), - [anon_sym_unsafe] = ACTIONS(2816), - [anon_sym_sql] = ACTIONS(2816), - [sym_int_literal] = ACTIONS(2816), - [sym_float_literal] = ACTIONS(2816), - [sym_rune_literal] = ACTIONS(2816), - [anon_sym_AT] = ACTIONS(2816), - [anon_sym_shared] = ACTIONS(2816), - [anon_sym_map_LBRACK] = ACTIONS(2816), - [anon_sym_chan] = ACTIONS(2816), - [anon_sym_thread] = ACTIONS(2816), - [anon_sym_atomic] = ACTIONS(2816), - [sym___double_quote] = ACTIONS(2816), - [sym___single_quote] = ACTIONS(2816), - [sym___c_double_quote] = ACTIONS(2816), - [sym___c_single_quote] = ACTIONS(2816), - [sym___r_double_quote] = ACTIONS(2816), - [sym___r_single_quote] = ACTIONS(2816), + [anon_sym_SEMI] = ACTIONS(2859), + [anon_sym_DOT] = ACTIONS(2859), + [anon_sym_as] = ACTIONS(2859), + [anon_sym_LBRACE] = ACTIONS(2859), + [anon_sym_COMMA] = ACTIONS(2859), + [anon_sym_RBRACE] = ACTIONS(2859), + [anon_sym_LPAREN] = ACTIONS(2859), + [anon_sym_PIPE] = ACTIONS(2859), + [anon_sym_fn] = ACTIONS(2859), + [anon_sym_PLUS] = ACTIONS(2859), + [anon_sym_DASH] = ACTIONS(2859), + [anon_sym_STAR] = ACTIONS(2859), + [anon_sym_SLASH] = ACTIONS(2859), + [anon_sym_PERCENT] = ACTIONS(2859), + [anon_sym_LT] = ACTIONS(2859), + [anon_sym_GT] = ACTIONS(2859), + [anon_sym_EQ_EQ] = ACTIONS(2859), + [anon_sym_BANG_EQ] = ACTIONS(2859), + [anon_sym_LT_EQ] = ACTIONS(2859), + [anon_sym_GT_EQ] = ACTIONS(2859), + [anon_sym_LBRACK] = ACTIONS(2857), + [anon_sym_LT2] = ACTIONS(2859), + [anon_sym_struct] = ACTIONS(2859), + [anon_sym_mut] = ACTIONS(2859), + [anon_sym_PLUS_PLUS] = ACTIONS(2859), + [anon_sym_DASH_DASH] = ACTIONS(2859), + [anon_sym_QMARK] = ACTIONS(2859), + [anon_sym_BANG] = ACTIONS(2859), + [anon_sym_go] = ACTIONS(2859), + [anon_sym_spawn] = ACTIONS(2859), + [anon_sym_json_DOTdecode] = ACTIONS(2859), + [anon_sym_LBRACK2] = ACTIONS(2859), + [anon_sym_TILDE] = ACTIONS(2859), + [anon_sym_CARET] = ACTIONS(2859), + [anon_sym_AMP] = ACTIONS(2859), + [anon_sym_LT_DASH] = ACTIONS(2859), + [anon_sym_LT_LT] = ACTIONS(2859), + [anon_sym_GT_GT] = ACTIONS(2859), + [anon_sym_GT_GT_GT] = ACTIONS(2859), + [anon_sym_AMP_CARET] = ACTIONS(2859), + [anon_sym_AMP_AMP] = ACTIONS(2859), + [anon_sym_PIPE_PIPE] = ACTIONS(2859), + [anon_sym_or] = ACTIONS(2859), + [sym_none] = ACTIONS(2859), + [sym_true] = ACTIONS(2859), + [sym_false] = ACTIONS(2859), + [sym_nil] = ACTIONS(2859), + [anon_sym_QMARK_DOT] = ACTIONS(2859), + [anon_sym_POUND_LBRACK] = ACTIONS(2859), + [anon_sym_if] = ACTIONS(2859), + [anon_sym_DOLLARif] = ACTIONS(2859), + [anon_sym_is] = ACTIONS(2859), + [anon_sym_BANGis] = ACTIONS(2859), + [anon_sym_in] = ACTIONS(2859), + [anon_sym_BANGin] = ACTIONS(2859), + [anon_sym_match] = ACTIONS(2859), + [anon_sym_select] = ACTIONS(2859), + [anon_sym_lock] = ACTIONS(2859), + [anon_sym_rlock] = ACTIONS(2859), + [anon_sym_unsafe] = ACTIONS(2859), + [anon_sym_sql] = ACTIONS(2859), + [sym_int_literal] = ACTIONS(2859), + [sym_float_literal] = ACTIONS(2859), + [sym_rune_literal] = ACTIONS(2859), + [anon_sym_AT] = ACTIONS(2859), + [anon_sym_shared] = ACTIONS(2859), + [anon_sym_map_LBRACK] = ACTIONS(2859), + [anon_sym_chan] = ACTIONS(2859), + [anon_sym_thread] = ACTIONS(2859), + [anon_sym_atomic] = ACTIONS(2859), + [sym___double_quote] = ACTIONS(2859), + [sym___single_quote] = ACTIONS(2859), + [sym___c_double_quote] = ACTIONS(2859), + [sym___c_single_quote] = ACTIONS(2859), + [sym___r_double_quote] = ACTIONS(2859), + [sym___r_single_quote] = ACTIONS(2859), }, - [1215] = { - [sym_identifier] = ACTIONS(3021), - [anon_sym_LF] = ACTIONS(3021), - [anon_sym_CR] = ACTIONS(3021), - [anon_sym_CR_LF] = ACTIONS(3021), + [1204] = { + [sym_identifier] = ACTIONS(2721), + [anon_sym_LF] = ACTIONS(2721), + [anon_sym_CR] = ACTIONS(2721), + [anon_sym_CR_LF] = ACTIONS(2721), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3021), - [anon_sym_DOT] = ACTIONS(3021), - [anon_sym_as] = ACTIONS(3021), - [anon_sym_LBRACE] = ACTIONS(3021), - [anon_sym_COMMA] = ACTIONS(3021), - [anon_sym_RBRACE] = ACTIONS(3021), - [anon_sym_LPAREN] = ACTIONS(3021), - [anon_sym_PIPE] = ACTIONS(3021), - [anon_sym_fn] = ACTIONS(3021), - [anon_sym_PLUS] = ACTIONS(3021), - [anon_sym_DASH] = ACTIONS(3021), - [anon_sym_STAR] = ACTIONS(3021), - [anon_sym_SLASH] = ACTIONS(3021), - [anon_sym_PERCENT] = ACTIONS(3021), - [anon_sym_LT] = ACTIONS(3021), - [anon_sym_GT] = ACTIONS(3021), - [anon_sym_EQ_EQ] = ACTIONS(3021), - [anon_sym_BANG_EQ] = ACTIONS(3021), - [anon_sym_LT_EQ] = ACTIONS(3021), - [anon_sym_GT_EQ] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(3019), - [anon_sym_struct] = ACTIONS(3021), - [anon_sym_mut] = ACTIONS(3021), - [anon_sym_PLUS_PLUS] = ACTIONS(3021), - [anon_sym_DASH_DASH] = ACTIONS(3021), - [anon_sym_QMARK] = ACTIONS(3021), - [anon_sym_BANG] = ACTIONS(3021), - [anon_sym_go] = ACTIONS(3021), - [anon_sym_spawn] = ACTIONS(3021), - [anon_sym_json_DOTdecode] = ACTIONS(3021), - [anon_sym_LBRACK2] = ACTIONS(3021), - [anon_sym_TILDE] = ACTIONS(3021), - [anon_sym_CARET] = ACTIONS(3021), - [anon_sym_AMP] = ACTIONS(3021), - [anon_sym_LT_DASH] = ACTIONS(3021), - [anon_sym_LT_LT] = ACTIONS(3021), - [anon_sym_GT_GT] = ACTIONS(3021), - [anon_sym_GT_GT_GT] = ACTIONS(3021), - [anon_sym_AMP_CARET] = ACTIONS(3021), - [anon_sym_AMP_AMP] = ACTIONS(3021), - [anon_sym_PIPE_PIPE] = ACTIONS(3021), - [anon_sym_or] = ACTIONS(3021), - [sym_none] = ACTIONS(3021), - [sym_true] = ACTIONS(3021), - [sym_false] = ACTIONS(3021), - [sym_nil] = ACTIONS(3021), - [anon_sym_QMARK_DOT] = ACTIONS(3021), - [anon_sym_POUND_LBRACK] = ACTIONS(3021), - [anon_sym_if] = ACTIONS(3021), - [anon_sym_DOLLARif] = ACTIONS(3021), - [anon_sym_is] = ACTIONS(3021), - [anon_sym_BANGis] = ACTIONS(3021), - [anon_sym_in] = ACTIONS(3021), - [anon_sym_BANGin] = ACTIONS(3021), - [anon_sym_match] = ACTIONS(3021), - [anon_sym_select] = ACTIONS(3021), - [anon_sym_lock] = ACTIONS(3021), - [anon_sym_rlock] = ACTIONS(3021), - [anon_sym_unsafe] = ACTIONS(3021), - [anon_sym_sql] = ACTIONS(3021), - [sym_int_literal] = ACTIONS(3021), - [sym_float_literal] = ACTIONS(3021), - [sym_rune_literal] = ACTIONS(3021), - [anon_sym_AT] = ACTIONS(3021), - [anon_sym_shared] = ACTIONS(3021), - [anon_sym_map_LBRACK] = ACTIONS(3021), - [anon_sym_chan] = ACTIONS(3021), - [anon_sym_thread] = ACTIONS(3021), - [anon_sym_atomic] = ACTIONS(3021), - [sym___double_quote] = ACTIONS(3021), - [sym___single_quote] = ACTIONS(3021), - [sym___c_double_quote] = ACTIONS(3021), - [sym___c_single_quote] = ACTIONS(3021), - [sym___r_double_quote] = ACTIONS(3021), - [sym___r_single_quote] = ACTIONS(3021), + [anon_sym_SEMI] = ACTIONS(2721), + [anon_sym_DOT] = ACTIONS(2721), + [anon_sym_as] = ACTIONS(2721), + [anon_sym_LBRACE] = ACTIONS(2721), + [anon_sym_COMMA] = ACTIONS(2721), + [anon_sym_RBRACE] = ACTIONS(2721), + [anon_sym_LPAREN] = ACTIONS(2721), + [anon_sym_PIPE] = ACTIONS(2721), + [anon_sym_fn] = ACTIONS(2721), + [anon_sym_PLUS] = ACTIONS(2721), + [anon_sym_DASH] = ACTIONS(2721), + [anon_sym_STAR] = ACTIONS(2721), + [anon_sym_SLASH] = ACTIONS(2721), + [anon_sym_PERCENT] = ACTIONS(2721), + [anon_sym_LT] = ACTIONS(2721), + [anon_sym_GT] = ACTIONS(2721), + [anon_sym_EQ_EQ] = ACTIONS(2721), + [anon_sym_BANG_EQ] = ACTIONS(2721), + [anon_sym_LT_EQ] = ACTIONS(2721), + [anon_sym_GT_EQ] = ACTIONS(2721), + [anon_sym_LBRACK] = ACTIONS(2719), + [anon_sym_LT2] = ACTIONS(2721), + [anon_sym_struct] = ACTIONS(2721), + [anon_sym_mut] = ACTIONS(2721), + [anon_sym_PLUS_PLUS] = ACTIONS(2721), + [anon_sym_DASH_DASH] = ACTIONS(2721), + [anon_sym_QMARK] = ACTIONS(2721), + [anon_sym_BANG] = ACTIONS(2721), + [anon_sym_go] = ACTIONS(2721), + [anon_sym_spawn] = ACTIONS(2721), + [anon_sym_json_DOTdecode] = ACTIONS(2721), + [anon_sym_LBRACK2] = ACTIONS(2721), + [anon_sym_TILDE] = ACTIONS(2721), + [anon_sym_CARET] = ACTIONS(2721), + [anon_sym_AMP] = ACTIONS(2721), + [anon_sym_LT_DASH] = ACTIONS(2721), + [anon_sym_LT_LT] = ACTIONS(2721), + [anon_sym_GT_GT] = ACTIONS(2721), + [anon_sym_GT_GT_GT] = ACTIONS(2721), + [anon_sym_AMP_CARET] = ACTIONS(2721), + [anon_sym_AMP_AMP] = ACTIONS(2721), + [anon_sym_PIPE_PIPE] = ACTIONS(2721), + [anon_sym_or] = ACTIONS(2721), + [sym_none] = ACTIONS(2721), + [sym_true] = ACTIONS(2721), + [sym_false] = ACTIONS(2721), + [sym_nil] = ACTIONS(2721), + [anon_sym_QMARK_DOT] = ACTIONS(2721), + [anon_sym_POUND_LBRACK] = ACTIONS(2721), + [anon_sym_if] = ACTIONS(2721), + [anon_sym_DOLLARif] = ACTIONS(2721), + [anon_sym_is] = ACTIONS(2721), + [anon_sym_BANGis] = ACTIONS(2721), + [anon_sym_in] = ACTIONS(2721), + [anon_sym_BANGin] = ACTIONS(2721), + [anon_sym_match] = ACTIONS(2721), + [anon_sym_select] = ACTIONS(2721), + [anon_sym_lock] = ACTIONS(2721), + [anon_sym_rlock] = ACTIONS(2721), + [anon_sym_unsafe] = ACTIONS(2721), + [anon_sym_sql] = ACTIONS(2721), + [sym_int_literal] = ACTIONS(2721), + [sym_float_literal] = ACTIONS(2721), + [sym_rune_literal] = ACTIONS(2721), + [anon_sym_AT] = ACTIONS(2721), + [anon_sym_shared] = ACTIONS(2721), + [anon_sym_map_LBRACK] = ACTIONS(2721), + [anon_sym_chan] = ACTIONS(2721), + [anon_sym_thread] = ACTIONS(2721), + [anon_sym_atomic] = ACTIONS(2721), + [sym___double_quote] = ACTIONS(2721), + [sym___single_quote] = ACTIONS(2721), + [sym___c_double_quote] = ACTIONS(2721), + [sym___c_single_quote] = ACTIONS(2721), + [sym___r_double_quote] = ACTIONS(2721), + [sym___r_single_quote] = ACTIONS(2721), }, - [1216] = { - [sym_identifier] = ACTIONS(3109), - [anon_sym_LF] = ACTIONS(3109), - [anon_sym_CR] = ACTIONS(3109), - [anon_sym_CR_LF] = ACTIONS(3109), + [1205] = { + [sym_identifier] = ACTIONS(2983), + [anon_sym_LF] = ACTIONS(2983), + [anon_sym_CR] = ACTIONS(2983), + [anon_sym_CR_LF] = ACTIONS(2983), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3109), - [anon_sym_DOT] = ACTIONS(3109), - [anon_sym_as] = ACTIONS(3109), - [anon_sym_LBRACE] = ACTIONS(3109), - [anon_sym_COMMA] = ACTIONS(3109), - [anon_sym_RBRACE] = ACTIONS(3109), - [anon_sym_LPAREN] = ACTIONS(3109), - [anon_sym_PIPE] = ACTIONS(3109), - [anon_sym_fn] = ACTIONS(3109), - [anon_sym_PLUS] = ACTIONS(3109), - [anon_sym_DASH] = ACTIONS(3109), - [anon_sym_STAR] = ACTIONS(3109), - [anon_sym_SLASH] = ACTIONS(3109), - [anon_sym_PERCENT] = ACTIONS(3109), - [anon_sym_LT] = ACTIONS(3109), - [anon_sym_GT] = ACTIONS(3109), - [anon_sym_EQ_EQ] = ACTIONS(3109), - [anon_sym_BANG_EQ] = ACTIONS(3109), - [anon_sym_LT_EQ] = ACTIONS(3109), - [anon_sym_GT_EQ] = ACTIONS(3109), - [anon_sym_LBRACK] = ACTIONS(3107), - [anon_sym_struct] = ACTIONS(3109), - [anon_sym_mut] = ACTIONS(3109), - [anon_sym_PLUS_PLUS] = ACTIONS(3109), - [anon_sym_DASH_DASH] = ACTIONS(3109), - [anon_sym_QMARK] = ACTIONS(3109), - [anon_sym_BANG] = ACTIONS(3109), - [anon_sym_go] = ACTIONS(3109), - [anon_sym_spawn] = ACTIONS(3109), - [anon_sym_json_DOTdecode] = ACTIONS(3109), - [anon_sym_LBRACK2] = ACTIONS(3109), - [anon_sym_TILDE] = ACTIONS(3109), - [anon_sym_CARET] = ACTIONS(3109), - [anon_sym_AMP] = ACTIONS(3109), - [anon_sym_LT_DASH] = ACTIONS(3109), - [anon_sym_LT_LT] = ACTIONS(3109), - [anon_sym_GT_GT] = ACTIONS(3109), - [anon_sym_GT_GT_GT] = ACTIONS(3109), - [anon_sym_AMP_CARET] = ACTIONS(3109), - [anon_sym_AMP_AMP] = ACTIONS(3109), - [anon_sym_PIPE_PIPE] = ACTIONS(3109), - [anon_sym_or] = ACTIONS(3109), - [sym_none] = ACTIONS(3109), - [sym_true] = ACTIONS(3109), - [sym_false] = ACTIONS(3109), - [sym_nil] = ACTIONS(3109), - [anon_sym_QMARK_DOT] = ACTIONS(3109), - [anon_sym_POUND_LBRACK] = ACTIONS(3109), - [anon_sym_if] = ACTIONS(3109), - [anon_sym_DOLLARif] = ACTIONS(3109), - [anon_sym_is] = ACTIONS(3109), - [anon_sym_BANGis] = ACTIONS(3109), - [anon_sym_in] = ACTIONS(3109), - [anon_sym_BANGin] = ACTIONS(3109), - [anon_sym_match] = ACTIONS(3109), - [anon_sym_select] = ACTIONS(3109), - [anon_sym_lock] = ACTIONS(3109), - [anon_sym_rlock] = ACTIONS(3109), - [anon_sym_unsafe] = ACTIONS(3109), - [anon_sym_sql] = ACTIONS(3109), - [sym_int_literal] = ACTIONS(3109), - [sym_float_literal] = ACTIONS(3109), - [sym_rune_literal] = ACTIONS(3109), - [anon_sym_AT] = ACTIONS(3109), - [anon_sym_shared] = ACTIONS(3109), - [anon_sym_map_LBRACK] = ACTIONS(3109), - [anon_sym_chan] = ACTIONS(3109), - [anon_sym_thread] = ACTIONS(3109), - [anon_sym_atomic] = ACTIONS(3109), - [sym___double_quote] = ACTIONS(3109), - [sym___single_quote] = ACTIONS(3109), - [sym___c_double_quote] = ACTIONS(3109), - [sym___c_single_quote] = ACTIONS(3109), - [sym___r_double_quote] = ACTIONS(3109), - [sym___r_single_quote] = ACTIONS(3109), + [anon_sym_SEMI] = ACTIONS(2983), + [anon_sym_DOT] = ACTIONS(2983), + [anon_sym_as] = ACTIONS(2983), + [anon_sym_LBRACE] = ACTIONS(2983), + [anon_sym_COMMA] = ACTIONS(2983), + [anon_sym_RBRACE] = ACTIONS(2983), + [anon_sym_LPAREN] = ACTIONS(2983), + [anon_sym_PIPE] = ACTIONS(2983), + [anon_sym_fn] = ACTIONS(2983), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_STAR] = ACTIONS(2983), + [anon_sym_SLASH] = ACTIONS(2983), + [anon_sym_PERCENT] = ACTIONS(2983), + [anon_sym_LT] = ACTIONS(2983), + [anon_sym_GT] = ACTIONS(2983), + [anon_sym_EQ_EQ] = ACTIONS(2983), + [anon_sym_BANG_EQ] = ACTIONS(2983), + [anon_sym_LT_EQ] = ACTIONS(2983), + [anon_sym_GT_EQ] = ACTIONS(2983), + [anon_sym_LBRACK] = ACTIONS(2981), + [anon_sym_LT2] = ACTIONS(2983), + [anon_sym_struct] = ACTIONS(2983), + [anon_sym_mut] = ACTIONS(2983), + [anon_sym_PLUS_PLUS] = ACTIONS(2983), + [anon_sym_DASH_DASH] = ACTIONS(2983), + [anon_sym_QMARK] = ACTIONS(2983), + [anon_sym_BANG] = ACTIONS(2983), + [anon_sym_go] = ACTIONS(2983), + [anon_sym_spawn] = ACTIONS(2983), + [anon_sym_json_DOTdecode] = ACTIONS(2983), + [anon_sym_LBRACK2] = ACTIONS(2983), + [anon_sym_TILDE] = ACTIONS(2983), + [anon_sym_CARET] = ACTIONS(2983), + [anon_sym_AMP] = ACTIONS(2983), + [anon_sym_LT_DASH] = ACTIONS(2983), + [anon_sym_LT_LT] = ACTIONS(2983), + [anon_sym_GT_GT] = ACTIONS(2983), + [anon_sym_GT_GT_GT] = ACTIONS(2983), + [anon_sym_AMP_CARET] = ACTIONS(2983), + [anon_sym_AMP_AMP] = ACTIONS(2983), + [anon_sym_PIPE_PIPE] = ACTIONS(2983), + [anon_sym_or] = ACTIONS(2983), + [sym_none] = ACTIONS(2983), + [sym_true] = ACTIONS(2983), + [sym_false] = ACTIONS(2983), + [sym_nil] = ACTIONS(2983), + [anon_sym_QMARK_DOT] = ACTIONS(2983), + [anon_sym_POUND_LBRACK] = ACTIONS(2983), + [anon_sym_if] = ACTIONS(2983), + [anon_sym_DOLLARif] = ACTIONS(2983), + [anon_sym_is] = ACTIONS(2983), + [anon_sym_BANGis] = ACTIONS(2983), + [anon_sym_in] = ACTIONS(2983), + [anon_sym_BANGin] = ACTIONS(2983), + [anon_sym_match] = ACTIONS(2983), + [anon_sym_select] = ACTIONS(2983), + [anon_sym_lock] = ACTIONS(2983), + [anon_sym_rlock] = ACTIONS(2983), + [anon_sym_unsafe] = ACTIONS(2983), + [anon_sym_sql] = ACTIONS(2983), + [sym_int_literal] = ACTIONS(2983), + [sym_float_literal] = ACTIONS(2983), + [sym_rune_literal] = ACTIONS(2983), + [anon_sym_AT] = ACTIONS(2983), + [anon_sym_shared] = ACTIONS(2983), + [anon_sym_map_LBRACK] = ACTIONS(2983), + [anon_sym_chan] = ACTIONS(2983), + [anon_sym_thread] = ACTIONS(2983), + [anon_sym_atomic] = ACTIONS(2983), + [sym___double_quote] = ACTIONS(2983), + [sym___single_quote] = ACTIONS(2983), + [sym___c_double_quote] = ACTIONS(2983), + [sym___c_single_quote] = ACTIONS(2983), + [sym___r_double_quote] = ACTIONS(2983), + [sym___r_single_quote] = ACTIONS(2983), }, - [1217] = { - [sym_identifier] = ACTIONS(3121), - [anon_sym_LF] = ACTIONS(3121), - [anon_sym_CR] = ACTIONS(3121), - [anon_sym_CR_LF] = ACTIONS(3121), + [1206] = { + [sym_identifier] = ACTIONS(3015), + [anon_sym_LF] = ACTIONS(3015), + [anon_sym_CR] = ACTIONS(3015), + [anon_sym_CR_LF] = ACTIONS(3015), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3121), - [anon_sym_DOT] = ACTIONS(3121), - [anon_sym_as] = ACTIONS(3121), - [anon_sym_LBRACE] = ACTIONS(3121), - [anon_sym_COMMA] = ACTIONS(3121), - [anon_sym_RBRACE] = ACTIONS(3121), - [anon_sym_LPAREN] = ACTIONS(3121), - [anon_sym_PIPE] = ACTIONS(3121), - [anon_sym_fn] = ACTIONS(3121), - [anon_sym_PLUS] = ACTIONS(3121), - [anon_sym_DASH] = ACTIONS(3121), - [anon_sym_STAR] = ACTIONS(3121), - [anon_sym_SLASH] = ACTIONS(3121), - [anon_sym_PERCENT] = ACTIONS(3121), - [anon_sym_LT] = ACTIONS(3121), - [anon_sym_GT] = ACTIONS(3121), - [anon_sym_EQ_EQ] = ACTIONS(3121), - [anon_sym_BANG_EQ] = ACTIONS(3121), - [anon_sym_LT_EQ] = ACTIONS(3121), - [anon_sym_GT_EQ] = ACTIONS(3121), - [anon_sym_LBRACK] = ACTIONS(3119), - [anon_sym_struct] = ACTIONS(3121), - [anon_sym_mut] = ACTIONS(3121), - [anon_sym_PLUS_PLUS] = ACTIONS(3121), - [anon_sym_DASH_DASH] = ACTIONS(3121), - [anon_sym_QMARK] = ACTIONS(3121), - [anon_sym_BANG] = ACTIONS(3121), - [anon_sym_go] = ACTIONS(3121), - [anon_sym_spawn] = ACTIONS(3121), - [anon_sym_json_DOTdecode] = ACTIONS(3121), - [anon_sym_LBRACK2] = ACTIONS(3121), - [anon_sym_TILDE] = ACTIONS(3121), - [anon_sym_CARET] = ACTIONS(3121), - [anon_sym_AMP] = ACTIONS(3121), - [anon_sym_LT_DASH] = ACTIONS(3121), - [anon_sym_LT_LT] = ACTIONS(3121), - [anon_sym_GT_GT] = ACTIONS(3121), - [anon_sym_GT_GT_GT] = ACTIONS(3121), - [anon_sym_AMP_CARET] = ACTIONS(3121), - [anon_sym_AMP_AMP] = ACTIONS(3121), - [anon_sym_PIPE_PIPE] = ACTIONS(3121), - [anon_sym_or] = ACTIONS(3121), - [sym_none] = ACTIONS(3121), - [sym_true] = ACTIONS(3121), - [sym_false] = ACTIONS(3121), - [sym_nil] = ACTIONS(3121), - [anon_sym_QMARK_DOT] = ACTIONS(3121), - [anon_sym_POUND_LBRACK] = ACTIONS(3121), - [anon_sym_if] = ACTIONS(3121), - [anon_sym_DOLLARif] = ACTIONS(3121), - [anon_sym_is] = ACTIONS(3121), - [anon_sym_BANGis] = ACTIONS(3121), - [anon_sym_in] = ACTIONS(3121), - [anon_sym_BANGin] = ACTIONS(3121), - [anon_sym_match] = ACTIONS(3121), - [anon_sym_select] = ACTIONS(3121), - [anon_sym_lock] = ACTIONS(3121), - [anon_sym_rlock] = ACTIONS(3121), - [anon_sym_unsafe] = ACTIONS(3121), - [anon_sym_sql] = ACTIONS(3121), - [sym_int_literal] = ACTIONS(3121), - [sym_float_literal] = ACTIONS(3121), - [sym_rune_literal] = ACTIONS(3121), - [anon_sym_AT] = ACTIONS(3121), - [anon_sym_shared] = ACTIONS(3121), - [anon_sym_map_LBRACK] = ACTIONS(3121), - [anon_sym_chan] = ACTIONS(3121), - [anon_sym_thread] = ACTIONS(3121), - [anon_sym_atomic] = ACTIONS(3121), - [sym___double_quote] = ACTIONS(3121), - [sym___single_quote] = ACTIONS(3121), - [sym___c_double_quote] = ACTIONS(3121), - [sym___c_single_quote] = ACTIONS(3121), - [sym___r_double_quote] = ACTIONS(3121), - [sym___r_single_quote] = ACTIONS(3121), + [anon_sym_SEMI] = ACTIONS(3015), + [anon_sym_DOT] = ACTIONS(3015), + [anon_sym_as] = ACTIONS(3015), + [anon_sym_LBRACE] = ACTIONS(3015), + [anon_sym_COMMA] = ACTIONS(3015), + [anon_sym_RBRACE] = ACTIONS(3015), + [anon_sym_LPAREN] = ACTIONS(3015), + [anon_sym_PIPE] = ACTIONS(3015), + [anon_sym_fn] = ACTIONS(3015), + [anon_sym_PLUS] = ACTIONS(3015), + [anon_sym_DASH] = ACTIONS(3015), + [anon_sym_STAR] = ACTIONS(3015), + [anon_sym_SLASH] = ACTIONS(3015), + [anon_sym_PERCENT] = ACTIONS(3015), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3015), + [anon_sym_EQ_EQ] = ACTIONS(3015), + [anon_sym_BANG_EQ] = ACTIONS(3015), + [anon_sym_LT_EQ] = ACTIONS(3015), + [anon_sym_GT_EQ] = ACTIONS(3015), + [anon_sym_LBRACK] = ACTIONS(3013), + [anon_sym_LT2] = ACTIONS(3015), + [anon_sym_struct] = ACTIONS(3015), + [anon_sym_mut] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3015), + [anon_sym_DASH_DASH] = ACTIONS(3015), + [anon_sym_QMARK] = ACTIONS(3015), + [anon_sym_BANG] = ACTIONS(3015), + [anon_sym_go] = ACTIONS(3015), + [anon_sym_spawn] = ACTIONS(3015), + [anon_sym_json_DOTdecode] = ACTIONS(3015), + [anon_sym_LBRACK2] = ACTIONS(3015), + [anon_sym_TILDE] = ACTIONS(3015), + [anon_sym_CARET] = ACTIONS(3015), + [anon_sym_AMP] = ACTIONS(3015), + [anon_sym_LT_DASH] = ACTIONS(3015), + [anon_sym_LT_LT] = ACTIONS(3015), + [anon_sym_GT_GT] = ACTIONS(3015), + [anon_sym_GT_GT_GT] = ACTIONS(3015), + [anon_sym_AMP_CARET] = ACTIONS(3015), + [anon_sym_AMP_AMP] = ACTIONS(3015), + [anon_sym_PIPE_PIPE] = ACTIONS(3015), + [anon_sym_or] = ACTIONS(3015), + [sym_none] = ACTIONS(3015), + [sym_true] = ACTIONS(3015), + [sym_false] = ACTIONS(3015), + [sym_nil] = ACTIONS(3015), + [anon_sym_QMARK_DOT] = ACTIONS(3015), + [anon_sym_POUND_LBRACK] = ACTIONS(3015), + [anon_sym_if] = ACTIONS(3015), + [anon_sym_DOLLARif] = ACTIONS(3015), + [anon_sym_is] = ACTIONS(3015), + [anon_sym_BANGis] = ACTIONS(3015), + [anon_sym_in] = ACTIONS(3015), + [anon_sym_BANGin] = ACTIONS(3015), + [anon_sym_match] = ACTIONS(3015), + [anon_sym_select] = ACTIONS(3015), + [anon_sym_lock] = ACTIONS(3015), + [anon_sym_rlock] = ACTIONS(3015), + [anon_sym_unsafe] = ACTIONS(3015), + [anon_sym_sql] = ACTIONS(3015), + [sym_int_literal] = ACTIONS(3015), + [sym_float_literal] = ACTIONS(3015), + [sym_rune_literal] = ACTIONS(3015), + [anon_sym_AT] = ACTIONS(3015), + [anon_sym_shared] = ACTIONS(3015), + [anon_sym_map_LBRACK] = ACTIONS(3015), + [anon_sym_chan] = ACTIONS(3015), + [anon_sym_thread] = ACTIONS(3015), + [anon_sym_atomic] = ACTIONS(3015), + [sym___double_quote] = ACTIONS(3015), + [sym___single_quote] = ACTIONS(3015), + [sym___c_double_quote] = ACTIONS(3015), + [sym___c_single_quote] = ACTIONS(3015), + [sym___r_double_quote] = ACTIONS(3015), + [sym___r_single_quote] = ACTIONS(3015), }, - [1218] = { - [sym_identifier] = ACTIONS(2993), - [anon_sym_LF] = ACTIONS(2993), - [anon_sym_CR] = ACTIONS(2993), - [anon_sym_CR_LF] = ACTIONS(2993), + [1207] = { + [sym_identifier] = ACTIONS(3011), + [anon_sym_LF] = ACTIONS(3011), + [anon_sym_CR] = ACTIONS(3011), + [anon_sym_CR_LF] = ACTIONS(3011), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2993), - [anon_sym_DOT] = ACTIONS(2993), - [anon_sym_as] = ACTIONS(2993), - [anon_sym_LBRACE] = ACTIONS(2993), - [anon_sym_COMMA] = ACTIONS(2993), - [anon_sym_RBRACE] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(2993), - [anon_sym_PIPE] = ACTIONS(2993), - [anon_sym_fn] = ACTIONS(2993), - [anon_sym_PLUS] = ACTIONS(2993), - [anon_sym_DASH] = ACTIONS(2993), - [anon_sym_STAR] = ACTIONS(2993), - [anon_sym_SLASH] = ACTIONS(2993), - [anon_sym_PERCENT] = ACTIONS(2993), - [anon_sym_LT] = ACTIONS(2993), - [anon_sym_GT] = ACTIONS(2993), - [anon_sym_EQ_EQ] = ACTIONS(2993), - [anon_sym_BANG_EQ] = ACTIONS(2993), - [anon_sym_LT_EQ] = ACTIONS(2993), - [anon_sym_GT_EQ] = ACTIONS(2993), - [anon_sym_LBRACK] = ACTIONS(2991), - [anon_sym_struct] = ACTIONS(2993), - [anon_sym_mut] = ACTIONS(2993), - [anon_sym_PLUS_PLUS] = ACTIONS(2993), - [anon_sym_DASH_DASH] = ACTIONS(2993), - [anon_sym_QMARK] = ACTIONS(2993), - [anon_sym_BANG] = ACTIONS(2993), - [anon_sym_go] = ACTIONS(2993), - [anon_sym_spawn] = ACTIONS(2993), - [anon_sym_json_DOTdecode] = ACTIONS(2993), - [anon_sym_LBRACK2] = ACTIONS(2993), - [anon_sym_TILDE] = ACTIONS(2993), - [anon_sym_CARET] = ACTIONS(2993), - [anon_sym_AMP] = ACTIONS(2993), - [anon_sym_LT_DASH] = ACTIONS(2993), - [anon_sym_LT_LT] = ACTIONS(2993), - [anon_sym_GT_GT] = ACTIONS(2993), - [anon_sym_GT_GT_GT] = ACTIONS(2993), - [anon_sym_AMP_CARET] = ACTIONS(2993), - [anon_sym_AMP_AMP] = ACTIONS(2993), - [anon_sym_PIPE_PIPE] = ACTIONS(2993), - [anon_sym_or] = ACTIONS(2993), - [sym_none] = ACTIONS(2993), - [sym_true] = ACTIONS(2993), - [sym_false] = ACTIONS(2993), - [sym_nil] = ACTIONS(2993), - [anon_sym_QMARK_DOT] = ACTIONS(2993), - [anon_sym_POUND_LBRACK] = ACTIONS(2993), - [anon_sym_if] = ACTIONS(2993), - [anon_sym_DOLLARif] = ACTIONS(2993), - [anon_sym_is] = ACTIONS(2993), - [anon_sym_BANGis] = ACTIONS(2993), - [anon_sym_in] = ACTIONS(2993), - [anon_sym_BANGin] = ACTIONS(2993), - [anon_sym_match] = ACTIONS(2993), - [anon_sym_select] = ACTIONS(2993), - [anon_sym_lock] = ACTIONS(2993), - [anon_sym_rlock] = ACTIONS(2993), - [anon_sym_unsafe] = ACTIONS(2993), - [anon_sym_sql] = ACTIONS(2993), - [sym_int_literal] = ACTIONS(2993), - [sym_float_literal] = ACTIONS(2993), - [sym_rune_literal] = ACTIONS(2993), - [anon_sym_AT] = ACTIONS(2993), - [anon_sym_shared] = ACTIONS(2993), - [anon_sym_map_LBRACK] = ACTIONS(2993), - [anon_sym_chan] = ACTIONS(2993), - [anon_sym_thread] = ACTIONS(2993), - [anon_sym_atomic] = ACTIONS(2993), - [sym___double_quote] = ACTIONS(2993), - [sym___single_quote] = ACTIONS(2993), - [sym___c_double_quote] = ACTIONS(2993), - [sym___c_single_quote] = ACTIONS(2993), - [sym___r_double_quote] = ACTIONS(2993), - [sym___r_single_quote] = ACTIONS(2993), + [anon_sym_SEMI] = ACTIONS(3011), + [anon_sym_DOT] = ACTIONS(3011), + [anon_sym_as] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(3011), + [anon_sym_COMMA] = ACTIONS(3011), + [anon_sym_RBRACE] = ACTIONS(3011), + [anon_sym_LPAREN] = ACTIONS(3011), + [anon_sym_PIPE] = ACTIONS(3011), + [anon_sym_fn] = ACTIONS(3011), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3011), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3011), + [anon_sym_LT] = ACTIONS(3011), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_LT_EQ] = ACTIONS(3011), + [anon_sym_GT_EQ] = ACTIONS(3011), + [anon_sym_LBRACK] = ACTIONS(3009), + [anon_sym_LT2] = ACTIONS(3011), + [anon_sym_struct] = ACTIONS(3011), + [anon_sym_mut] = ACTIONS(3011), + [anon_sym_PLUS_PLUS] = ACTIONS(3011), + [anon_sym_DASH_DASH] = ACTIONS(3011), + [anon_sym_QMARK] = ACTIONS(3011), + [anon_sym_BANG] = ACTIONS(3011), + [anon_sym_go] = ACTIONS(3011), + [anon_sym_spawn] = ACTIONS(3011), + [anon_sym_json_DOTdecode] = ACTIONS(3011), + [anon_sym_LBRACK2] = ACTIONS(3011), + [anon_sym_TILDE] = ACTIONS(3011), + [anon_sym_CARET] = ACTIONS(3011), + [anon_sym_AMP] = ACTIONS(3011), + [anon_sym_LT_DASH] = ACTIONS(3011), + [anon_sym_LT_LT] = ACTIONS(3011), + [anon_sym_GT_GT] = ACTIONS(3011), + [anon_sym_GT_GT_GT] = ACTIONS(3011), + [anon_sym_AMP_CARET] = ACTIONS(3011), + [anon_sym_AMP_AMP] = ACTIONS(3011), + [anon_sym_PIPE_PIPE] = ACTIONS(3011), + [anon_sym_or] = ACTIONS(3011), + [sym_none] = ACTIONS(3011), + [sym_true] = ACTIONS(3011), + [sym_false] = ACTIONS(3011), + [sym_nil] = ACTIONS(3011), + [anon_sym_QMARK_DOT] = ACTIONS(3011), + [anon_sym_POUND_LBRACK] = ACTIONS(3011), + [anon_sym_if] = ACTIONS(3011), + [anon_sym_DOLLARif] = ACTIONS(3011), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3011), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_BANGin] = ACTIONS(3011), + [anon_sym_match] = ACTIONS(3011), + [anon_sym_select] = ACTIONS(3011), + [anon_sym_lock] = ACTIONS(3011), + [anon_sym_rlock] = ACTIONS(3011), + [anon_sym_unsafe] = ACTIONS(3011), + [anon_sym_sql] = ACTIONS(3011), + [sym_int_literal] = ACTIONS(3011), + [sym_float_literal] = ACTIONS(3011), + [sym_rune_literal] = ACTIONS(3011), + [anon_sym_AT] = ACTIONS(3011), + [anon_sym_shared] = ACTIONS(3011), + [anon_sym_map_LBRACK] = ACTIONS(3011), + [anon_sym_chan] = ACTIONS(3011), + [anon_sym_thread] = ACTIONS(3011), + [anon_sym_atomic] = ACTIONS(3011), + [sym___double_quote] = ACTIONS(3011), + [sym___single_quote] = ACTIONS(3011), + [sym___c_double_quote] = ACTIONS(3011), + [sym___c_single_quote] = ACTIONS(3011), + [sym___r_double_quote] = ACTIONS(3011), + [sym___r_single_quote] = ACTIONS(3011), }, - [1219] = { + [1208] = { [sym_identifier] = ACTIONS(2939), [anon_sym_LF] = ACTIONS(2939), [anon_sym_CR] = ACTIONS(2939), @@ -160542,6 +160200,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(2939), [anon_sym_GT_EQ] = ACTIONS(2939), [anon_sym_LBRACK] = ACTIONS(2937), + [anon_sym_LT2] = ACTIONS(2939), [anon_sym_struct] = ACTIONS(2939), [anon_sym_mut] = ACTIONS(2939), [anon_sym_PLUS_PLUS] = ACTIONS(2939), @@ -160597,2071 +160256,2677 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(2939), [sym___r_single_quote] = ACTIONS(2939), }, + [1209] = { + [sym_identifier] = ACTIONS(2643), + [anon_sym_LF] = ACTIONS(2643), + [anon_sym_CR] = ACTIONS(2643), + [anon_sym_CR_LF] = ACTIONS(2643), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(2643), + [anon_sym_DOT] = ACTIONS(2643), + [anon_sym_as] = ACTIONS(2643), + [anon_sym_LBRACE] = ACTIONS(2643), + [anon_sym_COMMA] = ACTIONS(2643), + [anon_sym_RBRACE] = ACTIONS(2643), + [anon_sym_LPAREN] = ACTIONS(2643), + [anon_sym_PIPE] = ACTIONS(2643), + [anon_sym_fn] = ACTIONS(2643), + [anon_sym_PLUS] = ACTIONS(2643), + [anon_sym_DASH] = ACTIONS(2643), + [anon_sym_STAR] = ACTIONS(2643), + [anon_sym_SLASH] = ACTIONS(2643), + [anon_sym_PERCENT] = ACTIONS(2643), + [anon_sym_LT] = ACTIONS(2643), + [anon_sym_GT] = ACTIONS(2643), + [anon_sym_EQ_EQ] = ACTIONS(2643), + [anon_sym_BANG_EQ] = ACTIONS(2643), + [anon_sym_LT_EQ] = ACTIONS(2643), + [anon_sym_GT_EQ] = ACTIONS(2643), + [anon_sym_LBRACK] = ACTIONS(2641), + [anon_sym_LT2] = ACTIONS(2643), + [anon_sym_struct] = ACTIONS(2643), + [anon_sym_mut] = ACTIONS(2643), + [anon_sym_PLUS_PLUS] = ACTIONS(2643), + [anon_sym_DASH_DASH] = ACTIONS(2643), + [anon_sym_QMARK] = ACTIONS(2643), + [anon_sym_BANG] = ACTIONS(2643), + [anon_sym_go] = ACTIONS(2643), + [anon_sym_spawn] = ACTIONS(2643), + [anon_sym_json_DOTdecode] = ACTIONS(2643), + [anon_sym_LBRACK2] = ACTIONS(2643), + [anon_sym_TILDE] = ACTIONS(2643), + [anon_sym_CARET] = ACTIONS(2643), + [anon_sym_AMP] = ACTIONS(2643), + [anon_sym_LT_DASH] = ACTIONS(2643), + [anon_sym_LT_LT] = ACTIONS(2643), + [anon_sym_GT_GT] = ACTIONS(2643), + [anon_sym_GT_GT_GT] = ACTIONS(2643), + [anon_sym_AMP_CARET] = ACTIONS(2643), + [anon_sym_AMP_AMP] = ACTIONS(2643), + [anon_sym_PIPE_PIPE] = ACTIONS(2643), + [anon_sym_or] = ACTIONS(2643), + [sym_none] = ACTIONS(2643), + [sym_true] = ACTIONS(2643), + [sym_false] = ACTIONS(2643), + [sym_nil] = ACTIONS(2643), + [anon_sym_QMARK_DOT] = ACTIONS(2643), + [anon_sym_POUND_LBRACK] = ACTIONS(2643), + [anon_sym_if] = ACTIONS(2643), + [anon_sym_DOLLARif] = ACTIONS(2643), + [anon_sym_is] = ACTIONS(2643), + [anon_sym_BANGis] = ACTIONS(2643), + [anon_sym_in] = ACTIONS(2643), + [anon_sym_BANGin] = ACTIONS(2643), + [anon_sym_match] = ACTIONS(2643), + [anon_sym_select] = ACTIONS(2643), + [anon_sym_lock] = ACTIONS(2643), + [anon_sym_rlock] = ACTIONS(2643), + [anon_sym_unsafe] = ACTIONS(2643), + [anon_sym_sql] = ACTIONS(2643), + [sym_int_literal] = ACTIONS(2643), + [sym_float_literal] = ACTIONS(2643), + [sym_rune_literal] = ACTIONS(2643), + [anon_sym_AT] = ACTIONS(2643), + [anon_sym_shared] = ACTIONS(2643), + [anon_sym_map_LBRACK] = ACTIONS(2643), + [anon_sym_chan] = ACTIONS(2643), + [anon_sym_thread] = ACTIONS(2643), + [anon_sym_atomic] = ACTIONS(2643), + [sym___double_quote] = ACTIONS(2643), + [sym___single_quote] = ACTIONS(2643), + [sym___c_double_quote] = ACTIONS(2643), + [sym___c_single_quote] = ACTIONS(2643), + [sym___r_double_quote] = ACTIONS(2643), + [sym___r_single_quote] = ACTIONS(2643), + }, + [1210] = { + [sym_identifier] = ACTIONS(2987), + [anon_sym_LF] = ACTIONS(2987), + [anon_sym_CR] = ACTIONS(2987), + [anon_sym_CR_LF] = ACTIONS(2987), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(2987), + [anon_sym_DOT] = ACTIONS(2987), + [anon_sym_as] = ACTIONS(2987), + [anon_sym_LBRACE] = ACTIONS(2987), + [anon_sym_COMMA] = ACTIONS(2987), + [anon_sym_RBRACE] = ACTIONS(2987), + [anon_sym_LPAREN] = ACTIONS(2987), + [anon_sym_PIPE] = ACTIONS(2987), + [anon_sym_fn] = ACTIONS(2987), + [anon_sym_PLUS] = ACTIONS(2987), + [anon_sym_DASH] = ACTIONS(2987), + [anon_sym_STAR] = ACTIONS(2987), + [anon_sym_SLASH] = ACTIONS(2987), + [anon_sym_PERCENT] = ACTIONS(2987), + [anon_sym_LT] = ACTIONS(2987), + [anon_sym_GT] = ACTIONS(2987), + [anon_sym_EQ_EQ] = ACTIONS(2987), + [anon_sym_BANG_EQ] = ACTIONS(2987), + [anon_sym_LT_EQ] = ACTIONS(2987), + [anon_sym_GT_EQ] = ACTIONS(2987), + [anon_sym_LBRACK] = ACTIONS(2985), + [anon_sym_LT2] = ACTIONS(2987), + [anon_sym_struct] = ACTIONS(2987), + [anon_sym_mut] = ACTIONS(2987), + [anon_sym_PLUS_PLUS] = ACTIONS(2987), + [anon_sym_DASH_DASH] = ACTIONS(2987), + [anon_sym_QMARK] = ACTIONS(2987), + [anon_sym_BANG] = ACTIONS(2987), + [anon_sym_go] = ACTIONS(2987), + [anon_sym_spawn] = ACTIONS(2987), + [anon_sym_json_DOTdecode] = ACTIONS(2987), + [anon_sym_LBRACK2] = ACTIONS(2987), + [anon_sym_TILDE] = ACTIONS(2987), + [anon_sym_CARET] = ACTIONS(2987), + [anon_sym_AMP] = ACTIONS(2987), + [anon_sym_LT_DASH] = ACTIONS(2987), + [anon_sym_LT_LT] = ACTIONS(2987), + [anon_sym_GT_GT] = ACTIONS(2987), + [anon_sym_GT_GT_GT] = ACTIONS(2987), + [anon_sym_AMP_CARET] = ACTIONS(2987), + [anon_sym_AMP_AMP] = ACTIONS(2987), + [anon_sym_PIPE_PIPE] = ACTIONS(2987), + [anon_sym_or] = ACTIONS(2987), + [sym_none] = ACTIONS(2987), + [sym_true] = ACTIONS(2987), + [sym_false] = ACTIONS(2987), + [sym_nil] = ACTIONS(2987), + [anon_sym_QMARK_DOT] = ACTIONS(2987), + [anon_sym_POUND_LBRACK] = ACTIONS(2987), + [anon_sym_if] = ACTIONS(2987), + [anon_sym_DOLLARif] = ACTIONS(2987), + [anon_sym_is] = ACTIONS(2987), + [anon_sym_BANGis] = ACTIONS(2987), + [anon_sym_in] = ACTIONS(2987), + [anon_sym_BANGin] = ACTIONS(2987), + [anon_sym_match] = ACTIONS(2987), + [anon_sym_select] = ACTIONS(2987), + [anon_sym_lock] = ACTIONS(2987), + [anon_sym_rlock] = ACTIONS(2987), + [anon_sym_unsafe] = ACTIONS(2987), + [anon_sym_sql] = ACTIONS(2987), + [sym_int_literal] = ACTIONS(2987), + [sym_float_literal] = ACTIONS(2987), + [sym_rune_literal] = ACTIONS(2987), + [anon_sym_AT] = ACTIONS(2987), + [anon_sym_shared] = ACTIONS(2987), + [anon_sym_map_LBRACK] = ACTIONS(2987), + [anon_sym_chan] = ACTIONS(2987), + [anon_sym_thread] = ACTIONS(2987), + [anon_sym_atomic] = ACTIONS(2987), + [sym___double_quote] = ACTIONS(2987), + [sym___single_quote] = ACTIONS(2987), + [sym___c_double_quote] = ACTIONS(2987), + [sym___c_single_quote] = ACTIONS(2987), + [sym___r_double_quote] = ACTIONS(2987), + [sym___r_single_quote] = ACTIONS(2987), + }, + [1211] = { + [sym_identifier] = ACTIONS(3155), + [anon_sym_LF] = ACTIONS(3155), + [anon_sym_CR] = ACTIONS(3155), + [anon_sym_CR_LF] = ACTIONS(3155), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(3155), + [anon_sym_DOT] = ACTIONS(3155), + [anon_sym_as] = ACTIONS(3155), + [anon_sym_LBRACE] = ACTIONS(3155), + [anon_sym_COMMA] = ACTIONS(3155), + [anon_sym_RBRACE] = ACTIONS(3155), + [anon_sym_LPAREN] = ACTIONS(3155), + [anon_sym_PIPE] = ACTIONS(3155), + [anon_sym_fn] = ACTIONS(3155), + [anon_sym_PLUS] = ACTIONS(3155), + [anon_sym_DASH] = ACTIONS(3155), + [anon_sym_STAR] = ACTIONS(3155), + [anon_sym_SLASH] = ACTIONS(3155), + [anon_sym_PERCENT] = ACTIONS(3155), + [anon_sym_LT] = ACTIONS(3155), + [anon_sym_GT] = ACTIONS(3155), + [anon_sym_EQ_EQ] = ACTIONS(3155), + [anon_sym_BANG_EQ] = ACTIONS(3155), + [anon_sym_LT_EQ] = ACTIONS(3155), + [anon_sym_GT_EQ] = ACTIONS(3155), + [anon_sym_LBRACK] = ACTIONS(3153), + [anon_sym_LT2] = ACTIONS(3155), + [anon_sym_struct] = ACTIONS(3155), + [anon_sym_mut] = ACTIONS(3155), + [anon_sym_PLUS_PLUS] = ACTIONS(3155), + [anon_sym_DASH_DASH] = ACTIONS(3155), + [anon_sym_QMARK] = ACTIONS(3155), + [anon_sym_BANG] = ACTIONS(3155), + [anon_sym_go] = ACTIONS(3155), + [anon_sym_spawn] = ACTIONS(3155), + [anon_sym_json_DOTdecode] = ACTIONS(3155), + [anon_sym_LBRACK2] = ACTIONS(3155), + [anon_sym_TILDE] = ACTIONS(3155), + [anon_sym_CARET] = ACTIONS(3155), + [anon_sym_AMP] = ACTIONS(3155), + [anon_sym_LT_DASH] = ACTIONS(3155), + [anon_sym_LT_LT] = ACTIONS(3155), + [anon_sym_GT_GT] = ACTIONS(3155), + [anon_sym_GT_GT_GT] = ACTIONS(3155), + [anon_sym_AMP_CARET] = ACTIONS(3155), + [anon_sym_AMP_AMP] = ACTIONS(3155), + [anon_sym_PIPE_PIPE] = ACTIONS(3155), + [anon_sym_or] = ACTIONS(3155), + [sym_none] = ACTIONS(3155), + [sym_true] = ACTIONS(3155), + [sym_false] = ACTIONS(3155), + [sym_nil] = ACTIONS(3155), + [anon_sym_QMARK_DOT] = ACTIONS(3155), + [anon_sym_POUND_LBRACK] = ACTIONS(3155), + [anon_sym_if] = ACTIONS(3155), + [anon_sym_DOLLARif] = ACTIONS(3155), + [anon_sym_is] = ACTIONS(3155), + [anon_sym_BANGis] = ACTIONS(3155), + [anon_sym_in] = ACTIONS(3155), + [anon_sym_BANGin] = ACTIONS(3155), + [anon_sym_match] = ACTIONS(3155), + [anon_sym_select] = ACTIONS(3155), + [anon_sym_lock] = ACTIONS(3155), + [anon_sym_rlock] = ACTIONS(3155), + [anon_sym_unsafe] = ACTIONS(3155), + [anon_sym_sql] = ACTIONS(3155), + [sym_int_literal] = ACTIONS(3155), + [sym_float_literal] = ACTIONS(3155), + [sym_rune_literal] = ACTIONS(3155), + [anon_sym_AT] = ACTIONS(3155), + [anon_sym_shared] = ACTIONS(3155), + [anon_sym_map_LBRACK] = ACTIONS(3155), + [anon_sym_chan] = ACTIONS(3155), + [anon_sym_thread] = ACTIONS(3155), + [anon_sym_atomic] = ACTIONS(3155), + [sym___double_quote] = ACTIONS(3155), + [sym___single_quote] = ACTIONS(3155), + [sym___c_double_quote] = ACTIONS(3155), + [sym___c_single_quote] = ACTIONS(3155), + [sym___r_double_quote] = ACTIONS(3155), + [sym___r_single_quote] = ACTIONS(3155), + }, + [1212] = { + [sym_identifier] = ACTIONS(3003), + [anon_sym_LF] = ACTIONS(3003), + [anon_sym_CR] = ACTIONS(3003), + [anon_sym_CR_LF] = ACTIONS(3003), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(3003), + [anon_sym_DOT] = ACTIONS(3003), + [anon_sym_as] = ACTIONS(3003), + [anon_sym_LBRACE] = ACTIONS(3003), + [anon_sym_COMMA] = ACTIONS(3003), + [anon_sym_RBRACE] = ACTIONS(3003), + [anon_sym_LPAREN] = ACTIONS(3003), + [anon_sym_PIPE] = ACTIONS(3003), + [anon_sym_fn] = ACTIONS(3003), + [anon_sym_PLUS] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3003), + [anon_sym_STAR] = ACTIONS(3003), + [anon_sym_SLASH] = ACTIONS(3003), + [anon_sym_PERCENT] = ACTIONS(3003), + [anon_sym_LT] = ACTIONS(3003), + [anon_sym_GT] = ACTIONS(3003), + [anon_sym_EQ_EQ] = ACTIONS(3003), + [anon_sym_BANG_EQ] = ACTIONS(3003), + [anon_sym_LT_EQ] = ACTIONS(3003), + [anon_sym_GT_EQ] = ACTIONS(3003), + [anon_sym_LBRACK] = ACTIONS(3001), + [anon_sym_LT2] = ACTIONS(3003), + [anon_sym_struct] = ACTIONS(3003), + [anon_sym_mut] = ACTIONS(3003), + [anon_sym_PLUS_PLUS] = ACTIONS(3003), + [anon_sym_DASH_DASH] = ACTIONS(3003), + [anon_sym_QMARK] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_go] = ACTIONS(3003), + [anon_sym_spawn] = ACTIONS(3003), + [anon_sym_json_DOTdecode] = ACTIONS(3003), + [anon_sym_LBRACK2] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_CARET] = ACTIONS(3003), + [anon_sym_AMP] = ACTIONS(3003), + [anon_sym_LT_DASH] = ACTIONS(3003), + [anon_sym_LT_LT] = ACTIONS(3003), + [anon_sym_GT_GT] = ACTIONS(3003), + [anon_sym_GT_GT_GT] = ACTIONS(3003), + [anon_sym_AMP_CARET] = ACTIONS(3003), + [anon_sym_AMP_AMP] = ACTIONS(3003), + [anon_sym_PIPE_PIPE] = ACTIONS(3003), + [anon_sym_or] = ACTIONS(3003), + [sym_none] = ACTIONS(3003), + [sym_true] = ACTIONS(3003), + [sym_false] = ACTIONS(3003), + [sym_nil] = ACTIONS(3003), + [anon_sym_QMARK_DOT] = ACTIONS(3003), + [anon_sym_POUND_LBRACK] = ACTIONS(3003), + [anon_sym_if] = ACTIONS(3003), + [anon_sym_DOLLARif] = ACTIONS(3003), + [anon_sym_is] = ACTIONS(3003), + [anon_sym_BANGis] = ACTIONS(3003), + [anon_sym_in] = ACTIONS(3003), + [anon_sym_BANGin] = ACTIONS(3003), + [anon_sym_match] = ACTIONS(3003), + [anon_sym_select] = ACTIONS(3003), + [anon_sym_lock] = ACTIONS(3003), + [anon_sym_rlock] = ACTIONS(3003), + [anon_sym_unsafe] = ACTIONS(3003), + [anon_sym_sql] = ACTIONS(3003), + [sym_int_literal] = ACTIONS(3003), + [sym_float_literal] = ACTIONS(3003), + [sym_rune_literal] = ACTIONS(3003), + [anon_sym_AT] = ACTIONS(3003), + [anon_sym_shared] = ACTIONS(3003), + [anon_sym_map_LBRACK] = ACTIONS(3003), + [anon_sym_chan] = ACTIONS(3003), + [anon_sym_thread] = ACTIONS(3003), + [anon_sym_atomic] = ACTIONS(3003), + [sym___double_quote] = ACTIONS(3003), + [sym___single_quote] = ACTIONS(3003), + [sym___c_double_quote] = ACTIONS(3003), + [sym___c_single_quote] = ACTIONS(3003), + [sym___r_double_quote] = ACTIONS(3003), + [sym___r_single_quote] = ACTIONS(3003), + }, + [1213] = { + [sym_identifier] = ACTIONS(2855), + [anon_sym_LF] = ACTIONS(2855), + [anon_sym_CR] = ACTIONS(2855), + [anon_sym_CR_LF] = ACTIONS(2855), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(2855), + [anon_sym_DOT] = ACTIONS(2855), + [anon_sym_as] = ACTIONS(2855), + [anon_sym_LBRACE] = ACTIONS(2855), + [anon_sym_COMMA] = ACTIONS(2855), + [anon_sym_RBRACE] = ACTIONS(2855), + [anon_sym_LPAREN] = ACTIONS(2855), + [anon_sym_PIPE] = ACTIONS(2855), + [anon_sym_fn] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2855), + [anon_sym_DASH] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2855), + [anon_sym_SLASH] = ACTIONS(2855), + [anon_sym_PERCENT] = ACTIONS(2855), + [anon_sym_LT] = ACTIONS(2855), + [anon_sym_GT] = ACTIONS(2855), + [anon_sym_EQ_EQ] = ACTIONS(2855), + [anon_sym_BANG_EQ] = ACTIONS(2855), + [anon_sym_LT_EQ] = ACTIONS(2855), + [anon_sym_GT_EQ] = ACTIONS(2855), + [anon_sym_LBRACK] = ACTIONS(2853), + [anon_sym_LT2] = ACTIONS(2855), + [anon_sym_struct] = ACTIONS(2855), + [anon_sym_mut] = ACTIONS(2855), + [anon_sym_PLUS_PLUS] = ACTIONS(2855), + [anon_sym_DASH_DASH] = ACTIONS(2855), + [anon_sym_QMARK] = ACTIONS(2855), + [anon_sym_BANG] = ACTIONS(2855), + [anon_sym_go] = ACTIONS(2855), + [anon_sym_spawn] = ACTIONS(2855), + [anon_sym_json_DOTdecode] = ACTIONS(2855), + [anon_sym_LBRACK2] = ACTIONS(2855), + [anon_sym_TILDE] = ACTIONS(2855), + [anon_sym_CARET] = ACTIONS(2855), + [anon_sym_AMP] = ACTIONS(2855), + [anon_sym_LT_DASH] = ACTIONS(2855), + [anon_sym_LT_LT] = ACTIONS(2855), + [anon_sym_GT_GT] = ACTIONS(2855), + [anon_sym_GT_GT_GT] = ACTIONS(2855), + [anon_sym_AMP_CARET] = ACTIONS(2855), + [anon_sym_AMP_AMP] = ACTIONS(2855), + [anon_sym_PIPE_PIPE] = ACTIONS(2855), + [anon_sym_or] = ACTIONS(2855), + [sym_none] = ACTIONS(2855), + [sym_true] = ACTIONS(2855), + [sym_false] = ACTIONS(2855), + [sym_nil] = ACTIONS(2855), + [anon_sym_QMARK_DOT] = ACTIONS(2855), + [anon_sym_POUND_LBRACK] = ACTIONS(2855), + [anon_sym_if] = ACTIONS(2855), + [anon_sym_DOLLARif] = ACTIONS(2855), + [anon_sym_is] = ACTIONS(2855), + [anon_sym_BANGis] = ACTIONS(2855), + [anon_sym_in] = ACTIONS(2855), + [anon_sym_BANGin] = ACTIONS(2855), + [anon_sym_match] = ACTIONS(2855), + [anon_sym_select] = ACTIONS(2855), + [anon_sym_lock] = ACTIONS(2855), + [anon_sym_rlock] = ACTIONS(2855), + [anon_sym_unsafe] = ACTIONS(2855), + [anon_sym_sql] = ACTIONS(2855), + [sym_int_literal] = ACTIONS(2855), + [sym_float_literal] = ACTIONS(2855), + [sym_rune_literal] = ACTIONS(2855), + [anon_sym_AT] = ACTIONS(2855), + [anon_sym_shared] = ACTIONS(2855), + [anon_sym_map_LBRACK] = ACTIONS(2855), + [anon_sym_chan] = ACTIONS(2855), + [anon_sym_thread] = ACTIONS(2855), + [anon_sym_atomic] = ACTIONS(2855), + [sym___double_quote] = ACTIONS(2855), + [sym___single_quote] = ACTIONS(2855), + [sym___c_double_quote] = ACTIONS(2855), + [sym___c_single_quote] = ACTIONS(2855), + [sym___r_double_quote] = ACTIONS(2855), + [sym___r_single_quote] = ACTIONS(2855), + }, + [1214] = { + [sym_identifier] = ACTIONS(3107), + [anon_sym_LF] = ACTIONS(3107), + [anon_sym_CR] = ACTIONS(3107), + [anon_sym_CR_LF] = ACTIONS(3107), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(3107), + [anon_sym_DOT] = ACTIONS(3107), + [anon_sym_as] = ACTIONS(3107), + [anon_sym_LBRACE] = ACTIONS(3107), + [anon_sym_COMMA] = ACTIONS(3107), + [anon_sym_RBRACE] = ACTIONS(3107), + [anon_sym_LPAREN] = ACTIONS(3107), + [anon_sym_PIPE] = ACTIONS(3107), + [anon_sym_fn] = ACTIONS(3107), + [anon_sym_PLUS] = ACTIONS(3107), + [anon_sym_DASH] = ACTIONS(3107), + [anon_sym_STAR] = ACTIONS(3107), + [anon_sym_SLASH] = ACTIONS(3107), + [anon_sym_PERCENT] = ACTIONS(3107), + [anon_sym_LT] = ACTIONS(3107), + [anon_sym_GT] = ACTIONS(3107), + [anon_sym_EQ_EQ] = ACTIONS(3107), + [anon_sym_BANG_EQ] = ACTIONS(3107), + [anon_sym_LT_EQ] = ACTIONS(3107), + [anon_sym_GT_EQ] = ACTIONS(3107), + [anon_sym_LBRACK] = ACTIONS(3105), + [anon_sym_LT2] = ACTIONS(3107), + [anon_sym_struct] = ACTIONS(3107), + [anon_sym_mut] = ACTIONS(3107), + [anon_sym_PLUS_PLUS] = ACTIONS(3107), + [anon_sym_DASH_DASH] = ACTIONS(3107), + [anon_sym_QMARK] = ACTIONS(3107), + [anon_sym_BANG] = ACTIONS(3107), + [anon_sym_go] = ACTIONS(3107), + [anon_sym_spawn] = ACTIONS(3107), + [anon_sym_json_DOTdecode] = ACTIONS(3107), + [anon_sym_LBRACK2] = ACTIONS(3107), + [anon_sym_TILDE] = ACTIONS(3107), + [anon_sym_CARET] = ACTIONS(3107), + [anon_sym_AMP] = ACTIONS(3107), + [anon_sym_LT_DASH] = ACTIONS(3107), + [anon_sym_LT_LT] = ACTIONS(3107), + [anon_sym_GT_GT] = ACTIONS(3107), + [anon_sym_GT_GT_GT] = ACTIONS(3107), + [anon_sym_AMP_CARET] = ACTIONS(3107), + [anon_sym_AMP_AMP] = ACTIONS(3107), + [anon_sym_PIPE_PIPE] = ACTIONS(3107), + [anon_sym_or] = ACTIONS(3107), + [sym_none] = ACTIONS(3107), + [sym_true] = ACTIONS(3107), + [sym_false] = ACTIONS(3107), + [sym_nil] = ACTIONS(3107), + [anon_sym_QMARK_DOT] = ACTIONS(3107), + [anon_sym_POUND_LBRACK] = ACTIONS(3107), + [anon_sym_if] = ACTIONS(3107), + [anon_sym_DOLLARif] = ACTIONS(3107), + [anon_sym_is] = ACTIONS(3107), + [anon_sym_BANGis] = ACTIONS(3107), + [anon_sym_in] = ACTIONS(3107), + [anon_sym_BANGin] = ACTIONS(3107), + [anon_sym_match] = ACTIONS(3107), + [anon_sym_select] = ACTIONS(3107), + [anon_sym_lock] = ACTIONS(3107), + [anon_sym_rlock] = ACTIONS(3107), + [anon_sym_unsafe] = ACTIONS(3107), + [anon_sym_sql] = ACTIONS(3107), + [sym_int_literal] = ACTIONS(3107), + [sym_float_literal] = ACTIONS(3107), + [sym_rune_literal] = ACTIONS(3107), + [anon_sym_AT] = ACTIONS(3107), + [anon_sym_shared] = ACTIONS(3107), + [anon_sym_map_LBRACK] = ACTIONS(3107), + [anon_sym_chan] = ACTIONS(3107), + [anon_sym_thread] = ACTIONS(3107), + [anon_sym_atomic] = ACTIONS(3107), + [sym___double_quote] = ACTIONS(3107), + [sym___single_quote] = ACTIONS(3107), + [sym___c_double_quote] = ACTIONS(3107), + [sym___c_single_quote] = ACTIONS(3107), + [sym___r_double_quote] = ACTIONS(3107), + [sym___r_single_quote] = ACTIONS(3107), + }, + [1215] = { + [sym_identifier] = ACTIONS(2991), + [anon_sym_LF] = ACTIONS(2991), + [anon_sym_CR] = ACTIONS(2991), + [anon_sym_CR_LF] = ACTIONS(2991), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(2991), + [anon_sym_DOT] = ACTIONS(2991), + [anon_sym_as] = ACTIONS(2991), + [anon_sym_LBRACE] = ACTIONS(2991), + [anon_sym_COMMA] = ACTIONS(2991), + [anon_sym_RBRACE] = ACTIONS(2991), + [anon_sym_LPAREN] = ACTIONS(2991), + [anon_sym_PIPE] = ACTIONS(2991), + [anon_sym_fn] = ACTIONS(2991), + [anon_sym_PLUS] = ACTIONS(2991), + [anon_sym_DASH] = ACTIONS(2991), + [anon_sym_STAR] = ACTIONS(2991), + [anon_sym_SLASH] = ACTIONS(2991), + [anon_sym_PERCENT] = ACTIONS(2991), + [anon_sym_LT] = ACTIONS(2991), + [anon_sym_GT] = ACTIONS(2991), + [anon_sym_EQ_EQ] = ACTIONS(2991), + [anon_sym_BANG_EQ] = ACTIONS(2991), + [anon_sym_LT_EQ] = ACTIONS(2991), + [anon_sym_GT_EQ] = ACTIONS(2991), + [anon_sym_LBRACK] = ACTIONS(2989), + [anon_sym_LT2] = ACTIONS(2991), + [anon_sym_struct] = ACTIONS(2991), + [anon_sym_mut] = ACTIONS(2991), + [anon_sym_PLUS_PLUS] = ACTIONS(2991), + [anon_sym_DASH_DASH] = ACTIONS(2991), + [anon_sym_QMARK] = ACTIONS(2991), + [anon_sym_BANG] = ACTIONS(2991), + [anon_sym_go] = ACTIONS(2991), + [anon_sym_spawn] = ACTIONS(2991), + [anon_sym_json_DOTdecode] = ACTIONS(2991), + [anon_sym_LBRACK2] = ACTIONS(2991), + [anon_sym_TILDE] = ACTIONS(2991), + [anon_sym_CARET] = ACTIONS(2991), + [anon_sym_AMP] = ACTIONS(2991), + [anon_sym_LT_DASH] = ACTIONS(2991), + [anon_sym_LT_LT] = ACTIONS(2991), + [anon_sym_GT_GT] = ACTIONS(2991), + [anon_sym_GT_GT_GT] = ACTIONS(2991), + [anon_sym_AMP_CARET] = ACTIONS(2991), + [anon_sym_AMP_AMP] = ACTIONS(2991), + [anon_sym_PIPE_PIPE] = ACTIONS(2991), + [anon_sym_or] = ACTIONS(2991), + [sym_none] = ACTIONS(2991), + [sym_true] = ACTIONS(2991), + [sym_false] = ACTIONS(2991), + [sym_nil] = ACTIONS(2991), + [anon_sym_QMARK_DOT] = ACTIONS(2991), + [anon_sym_POUND_LBRACK] = ACTIONS(2991), + [anon_sym_if] = ACTIONS(2991), + [anon_sym_DOLLARif] = ACTIONS(2991), + [anon_sym_is] = ACTIONS(2991), + [anon_sym_BANGis] = ACTIONS(2991), + [anon_sym_in] = ACTIONS(2991), + [anon_sym_BANGin] = ACTIONS(2991), + [anon_sym_match] = ACTIONS(2991), + [anon_sym_select] = ACTIONS(2991), + [anon_sym_lock] = ACTIONS(2991), + [anon_sym_rlock] = ACTIONS(2991), + [anon_sym_unsafe] = ACTIONS(2991), + [anon_sym_sql] = ACTIONS(2991), + [sym_int_literal] = ACTIONS(2991), + [sym_float_literal] = ACTIONS(2991), + [sym_rune_literal] = ACTIONS(2991), + [anon_sym_AT] = ACTIONS(2991), + [anon_sym_shared] = ACTIONS(2991), + [anon_sym_map_LBRACK] = ACTIONS(2991), + [anon_sym_chan] = ACTIONS(2991), + [anon_sym_thread] = ACTIONS(2991), + [anon_sym_atomic] = ACTIONS(2991), + [sym___double_quote] = ACTIONS(2991), + [sym___single_quote] = ACTIONS(2991), + [sym___c_double_quote] = ACTIONS(2991), + [sym___c_single_quote] = ACTIONS(2991), + [sym___r_double_quote] = ACTIONS(2991), + [sym___r_single_quote] = ACTIONS(2991), + }, + [1216] = { + [sym_identifier] = ACTIONS(2420), + [anon_sym_LF] = ACTIONS(2420), + [anon_sym_CR] = ACTIONS(2420), + [anon_sym_CR_LF] = ACTIONS(2420), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(2420), + [anon_sym_DOT] = ACTIONS(2420), + [anon_sym_as] = ACTIONS(2420), + [anon_sym_LBRACE] = ACTIONS(2420), + [anon_sym_COMMA] = ACTIONS(2420), + [anon_sym_RBRACE] = ACTIONS(2420), + [anon_sym_LPAREN] = ACTIONS(2420), + [anon_sym_PIPE] = ACTIONS(2420), + [anon_sym_fn] = ACTIONS(2420), + [anon_sym_PLUS] = ACTIONS(2420), + [anon_sym_DASH] = ACTIONS(2420), + [anon_sym_STAR] = ACTIONS(2420), + [anon_sym_SLASH] = ACTIONS(2420), + [anon_sym_PERCENT] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2420), + [anon_sym_GT] = ACTIONS(2420), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT_EQ] = ACTIONS(2420), + [anon_sym_GT_EQ] = ACTIONS(2420), + [anon_sym_LBRACK] = ACTIONS(2422), + [anon_sym_LT2] = ACTIONS(2420), + [anon_sym_struct] = ACTIONS(2420), + [anon_sym_mut] = ACTIONS(2420), + [anon_sym_PLUS_PLUS] = ACTIONS(2420), + [anon_sym_DASH_DASH] = ACTIONS(2420), + [anon_sym_QMARK] = ACTIONS(2420), + [anon_sym_BANG] = ACTIONS(2420), + [anon_sym_go] = ACTIONS(2420), + [anon_sym_spawn] = ACTIONS(2420), + [anon_sym_json_DOTdecode] = ACTIONS(2420), + [anon_sym_LBRACK2] = ACTIONS(2420), + [anon_sym_TILDE] = ACTIONS(2420), + [anon_sym_CARET] = ACTIONS(2420), + [anon_sym_AMP] = ACTIONS(2420), + [anon_sym_LT_DASH] = ACTIONS(2420), + [anon_sym_LT_LT] = ACTIONS(2420), + [anon_sym_GT_GT] = ACTIONS(2420), + [anon_sym_GT_GT_GT] = ACTIONS(2420), + [anon_sym_AMP_CARET] = ACTIONS(2420), + [anon_sym_AMP_AMP] = ACTIONS(2420), + [anon_sym_PIPE_PIPE] = ACTIONS(2420), + [anon_sym_or] = ACTIONS(2420), + [sym_none] = ACTIONS(2420), + [sym_true] = ACTIONS(2420), + [sym_false] = ACTIONS(2420), + [sym_nil] = ACTIONS(2420), + [anon_sym_QMARK_DOT] = ACTIONS(2420), + [anon_sym_POUND_LBRACK] = ACTIONS(2420), + [anon_sym_if] = ACTIONS(2420), + [anon_sym_DOLLARif] = ACTIONS(2420), + [anon_sym_is] = ACTIONS(2420), + [anon_sym_BANGis] = ACTIONS(2420), + [anon_sym_in] = ACTIONS(2420), + [anon_sym_BANGin] = ACTIONS(2420), + [anon_sym_match] = ACTIONS(2420), + [anon_sym_select] = ACTIONS(2420), + [anon_sym_lock] = ACTIONS(2420), + [anon_sym_rlock] = ACTIONS(2420), + [anon_sym_unsafe] = ACTIONS(2420), + [anon_sym_sql] = ACTIONS(2420), + [sym_int_literal] = ACTIONS(2420), + [sym_float_literal] = ACTIONS(2420), + [sym_rune_literal] = ACTIONS(2420), + [anon_sym_AT] = ACTIONS(2420), + [anon_sym_shared] = ACTIONS(2420), + [anon_sym_map_LBRACK] = ACTIONS(2420), + [anon_sym_chan] = ACTIONS(2420), + [anon_sym_thread] = ACTIONS(2420), + [anon_sym_atomic] = ACTIONS(2420), + [sym___double_quote] = ACTIONS(2420), + [sym___single_quote] = ACTIONS(2420), + [sym___c_double_quote] = ACTIONS(2420), + [sym___c_single_quote] = ACTIONS(2420), + [sym___r_double_quote] = ACTIONS(2420), + [sym___r_single_quote] = ACTIONS(2420), + }, + [1217] = { + [sym_identifier] = ACTIONS(2995), + [anon_sym_LF] = ACTIONS(2995), + [anon_sym_CR] = ACTIONS(2995), + [anon_sym_CR_LF] = ACTIONS(2995), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(2995), + [anon_sym_DOT] = ACTIONS(2995), + [anon_sym_as] = ACTIONS(2995), + [anon_sym_LBRACE] = ACTIONS(2995), + [anon_sym_COMMA] = ACTIONS(2995), + [anon_sym_RBRACE] = ACTIONS(2995), + [anon_sym_LPAREN] = ACTIONS(2995), + [anon_sym_PIPE] = ACTIONS(2995), + [anon_sym_fn] = ACTIONS(2995), + [anon_sym_PLUS] = ACTIONS(2995), + [anon_sym_DASH] = ACTIONS(2995), + [anon_sym_STAR] = ACTIONS(2995), + [anon_sym_SLASH] = ACTIONS(2995), + [anon_sym_PERCENT] = ACTIONS(2995), + [anon_sym_LT] = ACTIONS(2995), + [anon_sym_GT] = ACTIONS(2995), + [anon_sym_EQ_EQ] = ACTIONS(2995), + [anon_sym_BANG_EQ] = ACTIONS(2995), + [anon_sym_LT_EQ] = ACTIONS(2995), + [anon_sym_GT_EQ] = ACTIONS(2995), + [anon_sym_LBRACK] = ACTIONS(2993), + [anon_sym_LT2] = ACTIONS(2995), + [anon_sym_struct] = ACTIONS(2995), + [anon_sym_mut] = ACTIONS(2995), + [anon_sym_PLUS_PLUS] = ACTIONS(2995), + [anon_sym_DASH_DASH] = ACTIONS(2995), + [anon_sym_QMARK] = ACTIONS(2995), + [anon_sym_BANG] = ACTIONS(2995), + [anon_sym_go] = ACTIONS(2995), + [anon_sym_spawn] = ACTIONS(2995), + [anon_sym_json_DOTdecode] = ACTIONS(2995), + [anon_sym_LBRACK2] = ACTIONS(2995), + [anon_sym_TILDE] = ACTIONS(2995), + [anon_sym_CARET] = ACTIONS(2995), + [anon_sym_AMP] = ACTIONS(2995), + [anon_sym_LT_DASH] = ACTIONS(2995), + [anon_sym_LT_LT] = ACTIONS(2995), + [anon_sym_GT_GT] = ACTIONS(2995), + [anon_sym_GT_GT_GT] = ACTIONS(2995), + [anon_sym_AMP_CARET] = ACTIONS(2995), + [anon_sym_AMP_AMP] = ACTIONS(2995), + [anon_sym_PIPE_PIPE] = ACTIONS(2995), + [anon_sym_or] = ACTIONS(2995), + [sym_none] = ACTIONS(2995), + [sym_true] = ACTIONS(2995), + [sym_false] = ACTIONS(2995), + [sym_nil] = ACTIONS(2995), + [anon_sym_QMARK_DOT] = ACTIONS(2995), + [anon_sym_POUND_LBRACK] = ACTIONS(2995), + [anon_sym_if] = ACTIONS(2995), + [anon_sym_DOLLARif] = ACTIONS(2995), + [anon_sym_is] = ACTIONS(2995), + [anon_sym_BANGis] = ACTIONS(2995), + [anon_sym_in] = ACTIONS(2995), + [anon_sym_BANGin] = ACTIONS(2995), + [anon_sym_match] = ACTIONS(2995), + [anon_sym_select] = ACTIONS(2995), + [anon_sym_lock] = ACTIONS(2995), + [anon_sym_rlock] = ACTIONS(2995), + [anon_sym_unsafe] = ACTIONS(2995), + [anon_sym_sql] = ACTIONS(2995), + [sym_int_literal] = ACTIONS(2995), + [sym_float_literal] = ACTIONS(2995), + [sym_rune_literal] = ACTIONS(2995), + [anon_sym_AT] = ACTIONS(2995), + [anon_sym_shared] = ACTIONS(2995), + [anon_sym_map_LBRACK] = ACTIONS(2995), + [anon_sym_chan] = ACTIONS(2995), + [anon_sym_thread] = ACTIONS(2995), + [anon_sym_atomic] = ACTIONS(2995), + [sym___double_quote] = ACTIONS(2995), + [sym___single_quote] = ACTIONS(2995), + [sym___c_double_quote] = ACTIONS(2995), + [sym___c_single_quote] = ACTIONS(2995), + [sym___r_double_quote] = ACTIONS(2995), + [sym___r_single_quote] = ACTIONS(2995), + }, + [1218] = { + [sym_identifier] = ACTIONS(2636), + [anon_sym_LF] = ACTIONS(2636), + [anon_sym_CR] = ACTIONS(2636), + [anon_sym_CR_LF] = ACTIONS(2636), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(2636), + [anon_sym_DOT] = ACTIONS(2638), + [anon_sym_as] = ACTIONS(2636), + [anon_sym_LBRACE] = ACTIONS(2636), + [anon_sym_COMMA] = ACTIONS(2636), + [anon_sym_RBRACE] = ACTIONS(2636), + [anon_sym_LPAREN] = ACTIONS(2636), + [anon_sym_PIPE] = ACTIONS(2636), + [anon_sym_fn] = ACTIONS(2636), + [anon_sym_PLUS] = ACTIONS(2636), + [anon_sym_DASH] = ACTIONS(2636), + [anon_sym_STAR] = ACTIONS(2636), + [anon_sym_SLASH] = ACTIONS(2636), + [anon_sym_PERCENT] = ACTIONS(2636), + [anon_sym_LT] = ACTIONS(2636), + [anon_sym_GT] = ACTIONS(2636), + [anon_sym_EQ_EQ] = ACTIONS(2636), + [anon_sym_BANG_EQ] = ACTIONS(2636), + [anon_sym_LT_EQ] = ACTIONS(2636), + [anon_sym_GT_EQ] = ACTIONS(2636), + [anon_sym_LBRACK] = ACTIONS(2634), + [anon_sym_LT2] = ACTIONS(2636), + [anon_sym_struct] = ACTIONS(2636), + [anon_sym_mut] = ACTIONS(2636), + [anon_sym_PLUS_PLUS] = ACTIONS(2636), + [anon_sym_DASH_DASH] = ACTIONS(2636), + [anon_sym_QMARK] = ACTIONS(2636), + [anon_sym_BANG] = ACTIONS(2636), + [anon_sym_go] = ACTIONS(2636), + [anon_sym_spawn] = ACTIONS(2636), + [anon_sym_json_DOTdecode] = ACTIONS(2636), + [anon_sym_LBRACK2] = ACTIONS(2636), + [anon_sym_TILDE] = ACTIONS(2636), + [anon_sym_CARET] = ACTIONS(2636), + [anon_sym_AMP] = ACTIONS(2636), + [anon_sym_LT_DASH] = ACTIONS(2636), + [anon_sym_LT_LT] = ACTIONS(2636), + [anon_sym_GT_GT] = ACTIONS(2636), + [anon_sym_GT_GT_GT] = ACTIONS(2636), + [anon_sym_AMP_CARET] = ACTIONS(2636), + [anon_sym_AMP_AMP] = ACTIONS(2636), + [anon_sym_PIPE_PIPE] = ACTIONS(2636), + [anon_sym_or] = ACTIONS(2636), + [sym_none] = ACTIONS(2636), + [sym_true] = ACTIONS(2636), + [sym_false] = ACTIONS(2636), + [sym_nil] = ACTIONS(2636), + [anon_sym_QMARK_DOT] = ACTIONS(2636), + [anon_sym_POUND_LBRACK] = ACTIONS(2636), + [anon_sym_if] = ACTIONS(2636), + [anon_sym_DOLLARif] = ACTIONS(2636), + [anon_sym_is] = ACTIONS(2636), + [anon_sym_BANGis] = ACTIONS(2636), + [anon_sym_in] = ACTIONS(2636), + [anon_sym_BANGin] = ACTIONS(2636), + [anon_sym_match] = ACTIONS(2636), + [anon_sym_select] = ACTIONS(2636), + [anon_sym_lock] = ACTIONS(2636), + [anon_sym_rlock] = ACTIONS(2636), + [anon_sym_unsafe] = ACTIONS(2636), + [anon_sym_sql] = ACTIONS(2636), + [sym_int_literal] = ACTIONS(2636), + [sym_float_literal] = ACTIONS(2636), + [sym_rune_literal] = ACTIONS(2636), + [anon_sym_AT] = ACTIONS(2636), + [anon_sym_shared] = ACTIONS(2636), + [anon_sym_map_LBRACK] = ACTIONS(2636), + [anon_sym_chan] = ACTIONS(2636), + [anon_sym_thread] = ACTIONS(2636), + [anon_sym_atomic] = ACTIONS(2636), + [sym___double_quote] = ACTIONS(2636), + [sym___single_quote] = ACTIONS(2636), + [sym___c_double_quote] = ACTIONS(2636), + [sym___c_single_quote] = ACTIONS(2636), + [sym___r_double_quote] = ACTIONS(2636), + [sym___r_single_quote] = ACTIONS(2636), + }, + [1219] = { + [sym_identifier] = ACTIONS(3191), + [anon_sym_LF] = ACTIONS(3191), + [anon_sym_CR] = ACTIONS(3191), + [anon_sym_CR_LF] = ACTIONS(3191), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(3191), + [anon_sym_DOT] = ACTIONS(3191), + [anon_sym_as] = ACTIONS(3191), + [anon_sym_LBRACE] = ACTIONS(3191), + [anon_sym_COMMA] = ACTIONS(3191), + [anon_sym_RBRACE] = ACTIONS(3191), + [anon_sym_LPAREN] = ACTIONS(3191), + [anon_sym_PIPE] = ACTIONS(3191), + [anon_sym_fn] = ACTIONS(3191), + [anon_sym_PLUS] = ACTIONS(3191), + [anon_sym_DASH] = ACTIONS(3191), + [anon_sym_STAR] = ACTIONS(3191), + [anon_sym_SLASH] = ACTIONS(3191), + [anon_sym_PERCENT] = ACTIONS(3191), + [anon_sym_LT] = ACTIONS(3191), + [anon_sym_GT] = ACTIONS(3191), + [anon_sym_EQ_EQ] = ACTIONS(3191), + [anon_sym_BANG_EQ] = ACTIONS(3191), + [anon_sym_LT_EQ] = ACTIONS(3191), + [anon_sym_GT_EQ] = ACTIONS(3191), + [anon_sym_LBRACK] = ACTIONS(3189), + [anon_sym_LT2] = ACTIONS(3191), + [anon_sym_struct] = ACTIONS(3191), + [anon_sym_mut] = ACTIONS(3191), + [anon_sym_PLUS_PLUS] = ACTIONS(3191), + [anon_sym_DASH_DASH] = ACTIONS(3191), + [anon_sym_QMARK] = ACTIONS(3191), + [anon_sym_BANG] = ACTIONS(3191), + [anon_sym_go] = ACTIONS(3191), + [anon_sym_spawn] = ACTIONS(3191), + [anon_sym_json_DOTdecode] = ACTIONS(3191), + [anon_sym_LBRACK2] = ACTIONS(3191), + [anon_sym_TILDE] = ACTIONS(3191), + [anon_sym_CARET] = ACTIONS(3191), + [anon_sym_AMP] = ACTIONS(3191), + [anon_sym_LT_DASH] = ACTIONS(3191), + [anon_sym_LT_LT] = ACTIONS(3191), + [anon_sym_GT_GT] = ACTIONS(3191), + [anon_sym_GT_GT_GT] = ACTIONS(3191), + [anon_sym_AMP_CARET] = ACTIONS(3191), + [anon_sym_AMP_AMP] = ACTIONS(3191), + [anon_sym_PIPE_PIPE] = ACTIONS(3191), + [anon_sym_or] = ACTIONS(3191), + [sym_none] = ACTIONS(3191), + [sym_true] = ACTIONS(3191), + [sym_false] = ACTIONS(3191), + [sym_nil] = ACTIONS(3191), + [anon_sym_QMARK_DOT] = ACTIONS(3191), + [anon_sym_POUND_LBRACK] = ACTIONS(3191), + [anon_sym_if] = ACTIONS(3191), + [anon_sym_DOLLARif] = ACTIONS(3191), + [anon_sym_is] = ACTIONS(3191), + [anon_sym_BANGis] = ACTIONS(3191), + [anon_sym_in] = ACTIONS(3191), + [anon_sym_BANGin] = ACTIONS(3191), + [anon_sym_match] = ACTIONS(3191), + [anon_sym_select] = ACTIONS(3191), + [anon_sym_lock] = ACTIONS(3191), + [anon_sym_rlock] = ACTIONS(3191), + [anon_sym_unsafe] = ACTIONS(3191), + [anon_sym_sql] = ACTIONS(3191), + [sym_int_literal] = ACTIONS(3191), + [sym_float_literal] = ACTIONS(3191), + [sym_rune_literal] = ACTIONS(3191), + [anon_sym_AT] = ACTIONS(3191), + [anon_sym_shared] = ACTIONS(3191), + [anon_sym_map_LBRACK] = ACTIONS(3191), + [anon_sym_chan] = ACTIONS(3191), + [anon_sym_thread] = ACTIONS(3191), + [anon_sym_atomic] = ACTIONS(3191), + [sym___double_quote] = ACTIONS(3191), + [sym___single_quote] = ACTIONS(3191), + [sym___c_double_quote] = ACTIONS(3191), + [sym___c_single_quote] = ACTIONS(3191), + [sym___r_double_quote] = ACTIONS(3191), + [sym___r_single_quote] = ACTIONS(3191), + }, [1220] = { - [sym_identifier] = ACTIONS(2935), - [anon_sym_LF] = ACTIONS(2935), - [anon_sym_CR] = ACTIONS(2935), - [anon_sym_CR_LF] = ACTIONS(2935), + [sym_identifier] = ACTIONS(3059), + [anon_sym_LF] = ACTIONS(3059), + [anon_sym_CR] = ACTIONS(3059), + [anon_sym_CR_LF] = ACTIONS(3059), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2935), - [anon_sym_DOT] = ACTIONS(2935), - [anon_sym_as] = ACTIONS(2935), - [anon_sym_LBRACE] = ACTIONS(2935), - [anon_sym_COMMA] = ACTIONS(2935), - [anon_sym_RBRACE] = ACTIONS(2935), - [anon_sym_LPAREN] = ACTIONS(2935), - [anon_sym_PIPE] = ACTIONS(2935), - [anon_sym_fn] = ACTIONS(2935), - [anon_sym_PLUS] = ACTIONS(2935), - [anon_sym_DASH] = ACTIONS(2935), - [anon_sym_STAR] = ACTIONS(2935), - [anon_sym_SLASH] = ACTIONS(2935), - [anon_sym_PERCENT] = ACTIONS(2935), - [anon_sym_LT] = ACTIONS(2935), - [anon_sym_GT] = ACTIONS(2935), - [anon_sym_EQ_EQ] = ACTIONS(2935), - [anon_sym_BANG_EQ] = ACTIONS(2935), - [anon_sym_LT_EQ] = ACTIONS(2935), - [anon_sym_GT_EQ] = ACTIONS(2935), - [anon_sym_LBRACK] = ACTIONS(2933), - [anon_sym_struct] = ACTIONS(2935), - [anon_sym_mut] = ACTIONS(2935), - [anon_sym_PLUS_PLUS] = ACTIONS(2935), - [anon_sym_DASH_DASH] = ACTIONS(2935), - [anon_sym_QMARK] = ACTIONS(2935), - [anon_sym_BANG] = ACTIONS(2935), - [anon_sym_go] = ACTIONS(2935), - [anon_sym_spawn] = ACTIONS(2935), - [anon_sym_json_DOTdecode] = ACTIONS(2935), - [anon_sym_LBRACK2] = ACTIONS(2935), - [anon_sym_TILDE] = ACTIONS(2935), - [anon_sym_CARET] = ACTIONS(2935), - [anon_sym_AMP] = ACTIONS(2935), - [anon_sym_LT_DASH] = ACTIONS(2935), - [anon_sym_LT_LT] = ACTIONS(2935), - [anon_sym_GT_GT] = ACTIONS(2935), - [anon_sym_GT_GT_GT] = ACTIONS(2935), - [anon_sym_AMP_CARET] = ACTIONS(2935), - [anon_sym_AMP_AMP] = ACTIONS(2935), - [anon_sym_PIPE_PIPE] = ACTIONS(2935), - [anon_sym_or] = ACTIONS(2935), - [sym_none] = ACTIONS(2935), - [sym_true] = ACTIONS(2935), - [sym_false] = ACTIONS(2935), - [sym_nil] = ACTIONS(2935), - [anon_sym_QMARK_DOT] = ACTIONS(2935), - [anon_sym_POUND_LBRACK] = ACTIONS(2935), - [anon_sym_if] = ACTIONS(2935), - [anon_sym_DOLLARif] = ACTIONS(2935), - [anon_sym_is] = ACTIONS(2935), - [anon_sym_BANGis] = ACTIONS(2935), - [anon_sym_in] = ACTIONS(2935), - [anon_sym_BANGin] = ACTIONS(2935), - [anon_sym_match] = ACTIONS(2935), - [anon_sym_select] = ACTIONS(2935), - [anon_sym_lock] = ACTIONS(2935), - [anon_sym_rlock] = ACTIONS(2935), - [anon_sym_unsafe] = ACTIONS(2935), - [anon_sym_sql] = ACTIONS(2935), - [sym_int_literal] = ACTIONS(2935), - [sym_float_literal] = ACTIONS(2935), - [sym_rune_literal] = ACTIONS(2935), - [anon_sym_AT] = ACTIONS(2935), - [anon_sym_shared] = ACTIONS(2935), - [anon_sym_map_LBRACK] = ACTIONS(2935), - [anon_sym_chan] = ACTIONS(2935), - [anon_sym_thread] = ACTIONS(2935), - [anon_sym_atomic] = ACTIONS(2935), - [sym___double_quote] = ACTIONS(2935), - [sym___single_quote] = ACTIONS(2935), - [sym___c_double_quote] = ACTIONS(2935), - [sym___c_single_quote] = ACTIONS(2935), - [sym___r_double_quote] = ACTIONS(2935), - [sym___r_single_quote] = ACTIONS(2935), + [anon_sym_SEMI] = ACTIONS(3059), + [anon_sym_DOT] = ACTIONS(3059), + [anon_sym_as] = ACTIONS(3059), + [anon_sym_LBRACE] = ACTIONS(3059), + [anon_sym_COMMA] = ACTIONS(3059), + [anon_sym_RBRACE] = ACTIONS(3059), + [anon_sym_LPAREN] = ACTIONS(3059), + [anon_sym_PIPE] = ACTIONS(3059), + [anon_sym_fn] = ACTIONS(3059), + [anon_sym_PLUS] = ACTIONS(3059), + [anon_sym_DASH] = ACTIONS(3059), + [anon_sym_STAR] = ACTIONS(3059), + [anon_sym_SLASH] = ACTIONS(3059), + [anon_sym_PERCENT] = ACTIONS(3059), + [anon_sym_LT] = ACTIONS(3059), + [anon_sym_GT] = ACTIONS(3059), + [anon_sym_EQ_EQ] = ACTIONS(3059), + [anon_sym_BANG_EQ] = ACTIONS(3059), + [anon_sym_LT_EQ] = ACTIONS(3059), + [anon_sym_GT_EQ] = ACTIONS(3059), + [anon_sym_LBRACK] = ACTIONS(3057), + [anon_sym_LT2] = ACTIONS(3059), + [anon_sym_struct] = ACTIONS(3059), + [anon_sym_mut] = ACTIONS(3059), + [anon_sym_PLUS_PLUS] = ACTIONS(3059), + [anon_sym_DASH_DASH] = ACTIONS(3059), + [anon_sym_QMARK] = ACTIONS(3059), + [anon_sym_BANG] = ACTIONS(3059), + [anon_sym_go] = ACTIONS(3059), + [anon_sym_spawn] = ACTIONS(3059), + [anon_sym_json_DOTdecode] = ACTIONS(3059), + [anon_sym_LBRACK2] = ACTIONS(3059), + [anon_sym_TILDE] = ACTIONS(3059), + [anon_sym_CARET] = ACTIONS(3059), + [anon_sym_AMP] = ACTIONS(3059), + [anon_sym_LT_DASH] = ACTIONS(3059), + [anon_sym_LT_LT] = ACTIONS(3059), + [anon_sym_GT_GT] = ACTIONS(3059), + [anon_sym_GT_GT_GT] = ACTIONS(3059), + [anon_sym_AMP_CARET] = ACTIONS(3059), + [anon_sym_AMP_AMP] = ACTIONS(3059), + [anon_sym_PIPE_PIPE] = ACTIONS(3059), + [anon_sym_or] = ACTIONS(3059), + [sym_none] = ACTIONS(3059), + [sym_true] = ACTIONS(3059), + [sym_false] = ACTIONS(3059), + [sym_nil] = ACTIONS(3059), + [anon_sym_QMARK_DOT] = ACTIONS(3059), + [anon_sym_POUND_LBRACK] = ACTIONS(3059), + [anon_sym_if] = ACTIONS(3059), + [anon_sym_DOLLARif] = ACTIONS(3059), + [anon_sym_is] = ACTIONS(3059), + [anon_sym_BANGis] = ACTIONS(3059), + [anon_sym_in] = ACTIONS(3059), + [anon_sym_BANGin] = ACTIONS(3059), + [anon_sym_match] = ACTIONS(3059), + [anon_sym_select] = ACTIONS(3059), + [anon_sym_lock] = ACTIONS(3059), + [anon_sym_rlock] = ACTIONS(3059), + [anon_sym_unsafe] = ACTIONS(3059), + [anon_sym_sql] = ACTIONS(3059), + [sym_int_literal] = ACTIONS(3059), + [sym_float_literal] = ACTIONS(3059), + [sym_rune_literal] = ACTIONS(3059), + [anon_sym_AT] = ACTIONS(3059), + [anon_sym_shared] = ACTIONS(3059), + [anon_sym_map_LBRACK] = ACTIONS(3059), + [anon_sym_chan] = ACTIONS(3059), + [anon_sym_thread] = ACTIONS(3059), + [anon_sym_atomic] = ACTIONS(3059), + [sym___double_quote] = ACTIONS(3059), + [sym___single_quote] = ACTIONS(3059), + [sym___c_double_quote] = ACTIONS(3059), + [sym___c_single_quote] = ACTIONS(3059), + [sym___r_double_quote] = ACTIONS(3059), + [sym___r_single_quote] = ACTIONS(3059), }, [1221] = { - [sym_identifier] = ACTIONS(2919), - [anon_sym_LF] = ACTIONS(2919), - [anon_sym_CR] = ACTIONS(2919), - [anon_sym_CR_LF] = ACTIONS(2919), + [sym_identifier] = ACTIONS(3063), + [anon_sym_LF] = ACTIONS(3063), + [anon_sym_CR] = ACTIONS(3063), + [anon_sym_CR_LF] = ACTIONS(3063), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2919), - [anon_sym_DOT] = ACTIONS(2919), - [anon_sym_as] = ACTIONS(2919), - [anon_sym_LBRACE] = ACTIONS(2919), - [anon_sym_COMMA] = ACTIONS(2919), - [anon_sym_RBRACE] = ACTIONS(2919), - [anon_sym_LPAREN] = ACTIONS(2919), - [anon_sym_PIPE] = ACTIONS(2919), - [anon_sym_fn] = ACTIONS(2919), - [anon_sym_PLUS] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2919), - [anon_sym_SLASH] = ACTIONS(2919), - [anon_sym_PERCENT] = ACTIONS(2919), - [anon_sym_LT] = ACTIONS(2919), - [anon_sym_GT] = ACTIONS(2919), - [anon_sym_EQ_EQ] = ACTIONS(2919), - [anon_sym_BANG_EQ] = ACTIONS(2919), - [anon_sym_LT_EQ] = ACTIONS(2919), - [anon_sym_GT_EQ] = ACTIONS(2919), - [anon_sym_LBRACK] = ACTIONS(2917), - [anon_sym_struct] = ACTIONS(2919), - [anon_sym_mut] = ACTIONS(2919), - [anon_sym_PLUS_PLUS] = ACTIONS(2919), - [anon_sym_DASH_DASH] = ACTIONS(2919), - [anon_sym_QMARK] = ACTIONS(2919), - [anon_sym_BANG] = ACTIONS(2919), - [anon_sym_go] = ACTIONS(2919), - [anon_sym_spawn] = ACTIONS(2919), - [anon_sym_json_DOTdecode] = ACTIONS(2919), - [anon_sym_LBRACK2] = ACTIONS(2919), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_CARET] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2919), - [anon_sym_LT_DASH] = ACTIONS(2919), - [anon_sym_LT_LT] = ACTIONS(2919), - [anon_sym_GT_GT] = ACTIONS(2919), - [anon_sym_GT_GT_GT] = ACTIONS(2919), - [anon_sym_AMP_CARET] = ACTIONS(2919), - [anon_sym_AMP_AMP] = ACTIONS(2919), - [anon_sym_PIPE_PIPE] = ACTIONS(2919), - [anon_sym_or] = ACTIONS(2919), - [sym_none] = ACTIONS(2919), - [sym_true] = ACTIONS(2919), - [sym_false] = ACTIONS(2919), - [sym_nil] = ACTIONS(2919), - [anon_sym_QMARK_DOT] = ACTIONS(2919), - [anon_sym_POUND_LBRACK] = ACTIONS(2919), - [anon_sym_if] = ACTIONS(2919), - [anon_sym_DOLLARif] = ACTIONS(2919), - [anon_sym_is] = ACTIONS(2919), - [anon_sym_BANGis] = ACTIONS(2919), - [anon_sym_in] = ACTIONS(2919), - [anon_sym_BANGin] = ACTIONS(2919), - [anon_sym_match] = ACTIONS(2919), - [anon_sym_select] = ACTIONS(2919), - [anon_sym_lock] = ACTIONS(2919), - [anon_sym_rlock] = ACTIONS(2919), - [anon_sym_unsafe] = ACTIONS(2919), - [anon_sym_sql] = ACTIONS(2919), - [sym_int_literal] = ACTIONS(2919), - [sym_float_literal] = ACTIONS(2919), - [sym_rune_literal] = ACTIONS(2919), - [anon_sym_AT] = ACTIONS(2919), - [anon_sym_shared] = ACTIONS(2919), - [anon_sym_map_LBRACK] = ACTIONS(2919), - [anon_sym_chan] = ACTIONS(2919), - [anon_sym_thread] = ACTIONS(2919), - [anon_sym_atomic] = ACTIONS(2919), - [sym___double_quote] = ACTIONS(2919), - [sym___single_quote] = ACTIONS(2919), - [sym___c_double_quote] = ACTIONS(2919), - [sym___c_single_quote] = ACTIONS(2919), - [sym___r_double_quote] = ACTIONS(2919), - [sym___r_single_quote] = ACTIONS(2919), + [anon_sym_SEMI] = ACTIONS(3063), + [anon_sym_DOT] = ACTIONS(3063), + [anon_sym_as] = ACTIONS(3063), + [anon_sym_LBRACE] = ACTIONS(3063), + [anon_sym_COMMA] = ACTIONS(3063), + [anon_sym_RBRACE] = ACTIONS(3063), + [anon_sym_LPAREN] = ACTIONS(3063), + [anon_sym_PIPE] = ACTIONS(3063), + [anon_sym_fn] = ACTIONS(3063), + [anon_sym_PLUS] = ACTIONS(3063), + [anon_sym_DASH] = ACTIONS(3063), + [anon_sym_STAR] = ACTIONS(3063), + [anon_sym_SLASH] = ACTIONS(3063), + [anon_sym_PERCENT] = ACTIONS(3063), + [anon_sym_LT] = ACTIONS(3063), + [anon_sym_GT] = ACTIONS(3063), + [anon_sym_EQ_EQ] = ACTIONS(3063), + [anon_sym_BANG_EQ] = ACTIONS(3063), + [anon_sym_LT_EQ] = ACTIONS(3063), + [anon_sym_GT_EQ] = ACTIONS(3063), + [anon_sym_LBRACK] = ACTIONS(3061), + [anon_sym_LT2] = ACTIONS(3063), + [anon_sym_struct] = ACTIONS(3063), + [anon_sym_mut] = ACTIONS(3063), + [anon_sym_PLUS_PLUS] = ACTIONS(3063), + [anon_sym_DASH_DASH] = ACTIONS(3063), + [anon_sym_QMARK] = ACTIONS(3063), + [anon_sym_BANG] = ACTIONS(3063), + [anon_sym_go] = ACTIONS(3063), + [anon_sym_spawn] = ACTIONS(3063), + [anon_sym_json_DOTdecode] = ACTIONS(3063), + [anon_sym_LBRACK2] = ACTIONS(3063), + [anon_sym_TILDE] = ACTIONS(3063), + [anon_sym_CARET] = ACTIONS(3063), + [anon_sym_AMP] = ACTIONS(3063), + [anon_sym_LT_DASH] = ACTIONS(3063), + [anon_sym_LT_LT] = ACTIONS(3063), + [anon_sym_GT_GT] = ACTIONS(3063), + [anon_sym_GT_GT_GT] = ACTIONS(3063), + [anon_sym_AMP_CARET] = ACTIONS(3063), + [anon_sym_AMP_AMP] = ACTIONS(3063), + [anon_sym_PIPE_PIPE] = ACTIONS(3063), + [anon_sym_or] = ACTIONS(3063), + [sym_none] = ACTIONS(3063), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_nil] = ACTIONS(3063), + [anon_sym_QMARK_DOT] = ACTIONS(3063), + [anon_sym_POUND_LBRACK] = ACTIONS(3063), + [anon_sym_if] = ACTIONS(3063), + [anon_sym_DOLLARif] = ACTIONS(3063), + [anon_sym_is] = ACTIONS(3063), + [anon_sym_BANGis] = ACTIONS(3063), + [anon_sym_in] = ACTIONS(3063), + [anon_sym_BANGin] = ACTIONS(3063), + [anon_sym_match] = ACTIONS(3063), + [anon_sym_select] = ACTIONS(3063), + [anon_sym_lock] = ACTIONS(3063), + [anon_sym_rlock] = ACTIONS(3063), + [anon_sym_unsafe] = ACTIONS(3063), + [anon_sym_sql] = ACTIONS(3063), + [sym_int_literal] = ACTIONS(3063), + [sym_float_literal] = ACTIONS(3063), + [sym_rune_literal] = ACTIONS(3063), + [anon_sym_AT] = ACTIONS(3063), + [anon_sym_shared] = ACTIONS(3063), + [anon_sym_map_LBRACK] = ACTIONS(3063), + [anon_sym_chan] = ACTIONS(3063), + [anon_sym_thread] = ACTIONS(3063), + [anon_sym_atomic] = ACTIONS(3063), + [sym___double_quote] = ACTIONS(3063), + [sym___single_quote] = ACTIONS(3063), + [sym___c_double_quote] = ACTIONS(3063), + [sym___c_single_quote] = ACTIONS(3063), + [sym___r_double_quote] = ACTIONS(3063), + [sym___r_single_quote] = ACTIONS(3063), }, [1222] = { - [sym_identifier] = ACTIONS(2903), - [anon_sym_LF] = ACTIONS(2903), - [anon_sym_CR] = ACTIONS(2903), - [anon_sym_CR_LF] = ACTIONS(2903), + [sym_identifier] = ACTIONS(3039), + [anon_sym_LF] = ACTIONS(3039), + [anon_sym_CR] = ACTIONS(3039), + [anon_sym_CR_LF] = ACTIONS(3039), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2903), - [anon_sym_DOT] = ACTIONS(2903), - [anon_sym_as] = ACTIONS(2903), - [anon_sym_LBRACE] = ACTIONS(2903), - [anon_sym_COMMA] = ACTIONS(2903), - [anon_sym_RBRACE] = ACTIONS(2903), - [anon_sym_LPAREN] = ACTIONS(2903), - [anon_sym_PIPE] = ACTIONS(2903), - [anon_sym_fn] = ACTIONS(2903), - [anon_sym_PLUS] = ACTIONS(2903), - [anon_sym_DASH] = ACTIONS(2903), - [anon_sym_STAR] = ACTIONS(2903), - [anon_sym_SLASH] = ACTIONS(2903), - [anon_sym_PERCENT] = ACTIONS(2903), - [anon_sym_LT] = ACTIONS(2903), - [anon_sym_GT] = ACTIONS(2903), - [anon_sym_EQ_EQ] = ACTIONS(2903), - [anon_sym_BANG_EQ] = ACTIONS(2903), - [anon_sym_LT_EQ] = ACTIONS(2903), - [anon_sym_GT_EQ] = ACTIONS(2903), - [anon_sym_LBRACK] = ACTIONS(2901), - [anon_sym_struct] = ACTIONS(2903), - [anon_sym_mut] = ACTIONS(2903), - [anon_sym_PLUS_PLUS] = ACTIONS(2903), - [anon_sym_DASH_DASH] = ACTIONS(2903), - [anon_sym_QMARK] = ACTIONS(2903), - [anon_sym_BANG] = ACTIONS(2903), - [anon_sym_go] = ACTIONS(2903), - [anon_sym_spawn] = ACTIONS(2903), - [anon_sym_json_DOTdecode] = ACTIONS(2903), - [anon_sym_LBRACK2] = ACTIONS(2903), - [anon_sym_TILDE] = ACTIONS(2903), - [anon_sym_CARET] = ACTIONS(2903), - [anon_sym_AMP] = ACTIONS(2903), - [anon_sym_LT_DASH] = ACTIONS(2903), - [anon_sym_LT_LT] = ACTIONS(2903), - [anon_sym_GT_GT] = ACTIONS(2903), - [anon_sym_GT_GT_GT] = ACTIONS(2903), - [anon_sym_AMP_CARET] = ACTIONS(2903), - [anon_sym_AMP_AMP] = ACTIONS(2903), - [anon_sym_PIPE_PIPE] = ACTIONS(2903), - [anon_sym_or] = ACTIONS(2903), - [sym_none] = ACTIONS(2903), - [sym_true] = ACTIONS(2903), - [sym_false] = ACTIONS(2903), - [sym_nil] = ACTIONS(2903), - [anon_sym_QMARK_DOT] = ACTIONS(2903), - [anon_sym_POUND_LBRACK] = ACTIONS(2903), - [anon_sym_if] = ACTIONS(2903), - [anon_sym_DOLLARif] = ACTIONS(2903), - [anon_sym_is] = ACTIONS(2903), - [anon_sym_BANGis] = ACTIONS(2903), - [anon_sym_in] = ACTIONS(2903), - [anon_sym_BANGin] = ACTIONS(2903), - [anon_sym_match] = ACTIONS(2903), - [anon_sym_select] = ACTIONS(2903), - [anon_sym_lock] = ACTIONS(2903), - [anon_sym_rlock] = ACTIONS(2903), - [anon_sym_unsafe] = ACTIONS(2903), - [anon_sym_sql] = ACTIONS(2903), - [sym_int_literal] = ACTIONS(2903), - [sym_float_literal] = ACTIONS(2903), - [sym_rune_literal] = ACTIONS(2903), - [anon_sym_AT] = ACTIONS(2903), - [anon_sym_shared] = ACTIONS(2903), - [anon_sym_map_LBRACK] = ACTIONS(2903), - [anon_sym_chan] = ACTIONS(2903), - [anon_sym_thread] = ACTIONS(2903), - [anon_sym_atomic] = ACTIONS(2903), - [sym___double_quote] = ACTIONS(2903), - [sym___single_quote] = ACTIONS(2903), - [sym___c_double_quote] = ACTIONS(2903), - [sym___c_single_quote] = ACTIONS(2903), - [sym___r_double_quote] = ACTIONS(2903), - [sym___r_single_quote] = ACTIONS(2903), + [anon_sym_SEMI] = ACTIONS(3039), + [anon_sym_DOT] = ACTIONS(3039), + [anon_sym_as] = ACTIONS(3039), + [anon_sym_LBRACE] = ACTIONS(3039), + [anon_sym_COMMA] = ACTIONS(3039), + [anon_sym_RBRACE] = ACTIONS(3039), + [anon_sym_LPAREN] = ACTIONS(3039), + [anon_sym_PIPE] = ACTIONS(3039), + [anon_sym_fn] = ACTIONS(3039), + [anon_sym_PLUS] = ACTIONS(3039), + [anon_sym_DASH] = ACTIONS(3039), + [anon_sym_STAR] = ACTIONS(3039), + [anon_sym_SLASH] = ACTIONS(3039), + [anon_sym_PERCENT] = ACTIONS(3039), + [anon_sym_LT] = ACTIONS(3039), + [anon_sym_GT] = ACTIONS(3039), + [anon_sym_EQ_EQ] = ACTIONS(3039), + [anon_sym_BANG_EQ] = ACTIONS(3039), + [anon_sym_LT_EQ] = ACTIONS(3039), + [anon_sym_GT_EQ] = ACTIONS(3039), + [anon_sym_LBRACK] = ACTIONS(3037), + [anon_sym_LT2] = ACTIONS(3039), + [anon_sym_struct] = ACTIONS(3039), + [anon_sym_mut] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3039), + [anon_sym_DASH_DASH] = ACTIONS(3039), + [anon_sym_QMARK] = ACTIONS(3039), + [anon_sym_BANG] = ACTIONS(3039), + [anon_sym_go] = ACTIONS(3039), + [anon_sym_spawn] = ACTIONS(3039), + [anon_sym_json_DOTdecode] = ACTIONS(3039), + [anon_sym_LBRACK2] = ACTIONS(3039), + [anon_sym_TILDE] = ACTIONS(3039), + [anon_sym_CARET] = ACTIONS(3039), + [anon_sym_AMP] = ACTIONS(3039), + [anon_sym_LT_DASH] = ACTIONS(3039), + [anon_sym_LT_LT] = ACTIONS(3039), + [anon_sym_GT_GT] = ACTIONS(3039), + [anon_sym_GT_GT_GT] = ACTIONS(3039), + [anon_sym_AMP_CARET] = ACTIONS(3039), + [anon_sym_AMP_AMP] = ACTIONS(3039), + [anon_sym_PIPE_PIPE] = ACTIONS(3039), + [anon_sym_or] = ACTIONS(3039), + [sym_none] = ACTIONS(3039), + [sym_true] = ACTIONS(3039), + [sym_false] = ACTIONS(3039), + [sym_nil] = ACTIONS(3039), + [anon_sym_QMARK_DOT] = ACTIONS(3039), + [anon_sym_POUND_LBRACK] = ACTIONS(3039), + [anon_sym_if] = ACTIONS(3039), + [anon_sym_DOLLARif] = ACTIONS(3039), + [anon_sym_is] = ACTIONS(3039), + [anon_sym_BANGis] = ACTIONS(3039), + [anon_sym_in] = ACTIONS(3039), + [anon_sym_BANGin] = ACTIONS(3039), + [anon_sym_match] = ACTIONS(3039), + [anon_sym_select] = ACTIONS(3039), + [anon_sym_lock] = ACTIONS(3039), + [anon_sym_rlock] = ACTIONS(3039), + [anon_sym_unsafe] = ACTIONS(3039), + [anon_sym_sql] = ACTIONS(3039), + [sym_int_literal] = ACTIONS(3039), + [sym_float_literal] = ACTIONS(3039), + [sym_rune_literal] = ACTIONS(3039), + [anon_sym_AT] = ACTIONS(3039), + [anon_sym_shared] = ACTIONS(3039), + [anon_sym_map_LBRACK] = ACTIONS(3039), + [anon_sym_chan] = ACTIONS(3039), + [anon_sym_thread] = ACTIONS(3039), + [anon_sym_atomic] = ACTIONS(3039), + [sym___double_quote] = ACTIONS(3039), + [sym___single_quote] = ACTIONS(3039), + [sym___c_double_quote] = ACTIONS(3039), + [sym___c_single_quote] = ACTIONS(3039), + [sym___r_double_quote] = ACTIONS(3039), + [sym___r_single_quote] = ACTIONS(3039), }, [1223] = { - [sym_identifier] = ACTIONS(2943), - [anon_sym_LF] = ACTIONS(2943), - [anon_sym_CR] = ACTIONS(2943), - [anon_sym_CR_LF] = ACTIONS(2943), + [sym_identifier] = ACTIONS(2803), + [anon_sym_LF] = ACTIONS(2803), + [anon_sym_CR] = ACTIONS(2803), + [anon_sym_CR_LF] = ACTIONS(2803), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2943), - [anon_sym_DOT] = ACTIONS(2943), - [anon_sym_as] = ACTIONS(2943), - [anon_sym_LBRACE] = ACTIONS(2943), - [anon_sym_COMMA] = ACTIONS(2943), - [anon_sym_RBRACE] = ACTIONS(2943), - [anon_sym_LPAREN] = ACTIONS(2943), - [anon_sym_PIPE] = ACTIONS(2943), - [anon_sym_fn] = ACTIONS(2943), - [anon_sym_PLUS] = ACTIONS(2943), - [anon_sym_DASH] = ACTIONS(2943), - [anon_sym_STAR] = ACTIONS(2943), - [anon_sym_SLASH] = ACTIONS(2943), - [anon_sym_PERCENT] = ACTIONS(2943), - [anon_sym_LT] = ACTIONS(2943), - [anon_sym_GT] = ACTIONS(2943), - [anon_sym_EQ_EQ] = ACTIONS(2943), - [anon_sym_BANG_EQ] = ACTIONS(2943), - [anon_sym_LT_EQ] = ACTIONS(2943), - [anon_sym_GT_EQ] = ACTIONS(2943), - [anon_sym_LBRACK] = ACTIONS(2941), - [anon_sym_struct] = ACTIONS(2943), - [anon_sym_mut] = ACTIONS(2943), - [anon_sym_PLUS_PLUS] = ACTIONS(2943), - [anon_sym_DASH_DASH] = ACTIONS(2943), - [anon_sym_QMARK] = ACTIONS(2943), - [anon_sym_BANG] = ACTIONS(3594), - [anon_sym_go] = ACTIONS(2943), - [anon_sym_spawn] = ACTIONS(2943), - [anon_sym_json_DOTdecode] = ACTIONS(2943), - [anon_sym_LBRACK2] = ACTIONS(2943), - [anon_sym_TILDE] = ACTIONS(2943), - [anon_sym_CARET] = ACTIONS(2943), - [anon_sym_AMP] = ACTIONS(2943), - [anon_sym_LT_DASH] = ACTIONS(2943), - [anon_sym_LT_LT] = ACTIONS(2943), - [anon_sym_GT_GT] = ACTIONS(2943), - [anon_sym_GT_GT_GT] = ACTIONS(2943), - [anon_sym_AMP_CARET] = ACTIONS(2943), - [anon_sym_AMP_AMP] = ACTIONS(2943), - [anon_sym_PIPE_PIPE] = ACTIONS(2943), - [anon_sym_or] = ACTIONS(2943), - [sym_none] = ACTIONS(2943), - [sym_true] = ACTIONS(2943), - [sym_false] = ACTIONS(2943), - [sym_nil] = ACTIONS(2943), - [anon_sym_QMARK_DOT] = ACTIONS(2943), - [anon_sym_POUND_LBRACK] = ACTIONS(2943), - [anon_sym_if] = ACTIONS(2943), - [anon_sym_DOLLARif] = ACTIONS(2943), - [anon_sym_is] = ACTIONS(2943), - [anon_sym_BANGis] = ACTIONS(2943), - [anon_sym_in] = ACTIONS(2943), - [anon_sym_BANGin] = ACTIONS(2943), - [anon_sym_match] = ACTIONS(2943), - [anon_sym_select] = ACTIONS(2943), - [anon_sym_lock] = ACTIONS(2943), - [anon_sym_rlock] = ACTIONS(2943), - [anon_sym_unsafe] = ACTIONS(2943), - [anon_sym_sql] = ACTIONS(2943), - [sym_int_literal] = ACTIONS(2943), - [sym_float_literal] = ACTIONS(2943), - [sym_rune_literal] = ACTIONS(2943), - [anon_sym_AT] = ACTIONS(2943), - [anon_sym_shared] = ACTIONS(2943), - [anon_sym_map_LBRACK] = ACTIONS(2943), - [anon_sym_chan] = ACTIONS(2943), - [anon_sym_thread] = ACTIONS(2943), - [anon_sym_atomic] = ACTIONS(2943), - [sym___double_quote] = ACTIONS(2943), - [sym___single_quote] = ACTIONS(2943), - [sym___c_double_quote] = ACTIONS(2943), - [sym___c_single_quote] = ACTIONS(2943), - [sym___r_double_quote] = ACTIONS(2943), - [sym___r_single_quote] = ACTIONS(2943), + [anon_sym_SEMI] = ACTIONS(2803), + [anon_sym_DOT] = ACTIONS(2803), + [anon_sym_as] = ACTIONS(2803), + [anon_sym_LBRACE] = ACTIONS(2803), + [anon_sym_COMMA] = ACTIONS(2803), + [anon_sym_RBRACE] = ACTIONS(2803), + [anon_sym_LPAREN] = ACTIONS(2803), + [anon_sym_PIPE] = ACTIONS(2803), + [anon_sym_fn] = ACTIONS(2803), + [anon_sym_PLUS] = ACTIONS(2803), + [anon_sym_DASH] = ACTIONS(2803), + [anon_sym_STAR] = ACTIONS(2803), + [anon_sym_SLASH] = ACTIONS(2803), + [anon_sym_PERCENT] = ACTIONS(2803), + [anon_sym_LT] = ACTIONS(2803), + [anon_sym_GT] = ACTIONS(2803), + [anon_sym_EQ_EQ] = ACTIONS(2803), + [anon_sym_BANG_EQ] = ACTIONS(2803), + [anon_sym_LT_EQ] = ACTIONS(2803), + [anon_sym_GT_EQ] = ACTIONS(2803), + [anon_sym_LBRACK] = ACTIONS(2801), + [anon_sym_LT2] = ACTIONS(2803), + [anon_sym_struct] = ACTIONS(2803), + [anon_sym_mut] = ACTIONS(2803), + [anon_sym_PLUS_PLUS] = ACTIONS(2803), + [anon_sym_DASH_DASH] = ACTIONS(2803), + [anon_sym_QMARK] = ACTIONS(2803), + [anon_sym_BANG] = ACTIONS(2803), + [anon_sym_go] = ACTIONS(2803), + [anon_sym_spawn] = ACTIONS(2803), + [anon_sym_json_DOTdecode] = ACTIONS(2803), + [anon_sym_LBRACK2] = ACTIONS(2803), + [anon_sym_TILDE] = ACTIONS(2803), + [anon_sym_CARET] = ACTIONS(2803), + [anon_sym_AMP] = ACTIONS(2803), + [anon_sym_LT_DASH] = ACTIONS(2803), + [anon_sym_LT_LT] = ACTIONS(2803), + [anon_sym_GT_GT] = ACTIONS(2803), + [anon_sym_GT_GT_GT] = ACTIONS(2803), + [anon_sym_AMP_CARET] = ACTIONS(2803), + [anon_sym_AMP_AMP] = ACTIONS(2803), + [anon_sym_PIPE_PIPE] = ACTIONS(2803), + [anon_sym_or] = ACTIONS(2803), + [sym_none] = ACTIONS(2803), + [sym_true] = ACTIONS(2803), + [sym_false] = ACTIONS(2803), + [sym_nil] = ACTIONS(2803), + [anon_sym_QMARK_DOT] = ACTIONS(2803), + [anon_sym_POUND_LBRACK] = ACTIONS(2803), + [anon_sym_if] = ACTIONS(2803), + [anon_sym_DOLLARif] = ACTIONS(2803), + [anon_sym_is] = ACTIONS(2803), + [anon_sym_BANGis] = ACTIONS(2803), + [anon_sym_in] = ACTIONS(2803), + [anon_sym_BANGin] = ACTIONS(2803), + [anon_sym_match] = ACTIONS(2803), + [anon_sym_select] = ACTIONS(2803), + [anon_sym_lock] = ACTIONS(2803), + [anon_sym_rlock] = ACTIONS(2803), + [anon_sym_unsafe] = ACTIONS(2803), + [anon_sym_sql] = ACTIONS(2803), + [sym_int_literal] = ACTIONS(2803), + [sym_float_literal] = ACTIONS(2803), + [sym_rune_literal] = ACTIONS(2803), + [anon_sym_AT] = ACTIONS(2803), + [anon_sym_shared] = ACTIONS(2803), + [anon_sym_map_LBRACK] = ACTIONS(2803), + [anon_sym_chan] = ACTIONS(2803), + [anon_sym_thread] = ACTIONS(2803), + [anon_sym_atomic] = ACTIONS(2803), + [sym___double_quote] = ACTIONS(2803), + [sym___single_quote] = ACTIONS(2803), + [sym___c_double_quote] = ACTIONS(2803), + [sym___c_single_quote] = ACTIONS(2803), + [sym___r_double_quote] = ACTIONS(2803), + [sym___r_single_quote] = ACTIONS(2803), }, [1224] = { - [sym_identifier] = ACTIONS(3029), - [anon_sym_LF] = ACTIONS(3029), - [anon_sym_CR] = ACTIONS(3029), - [anon_sym_CR_LF] = ACTIONS(3029), + [sym_identifier] = ACTIONS(3047), + [anon_sym_LF] = ACTIONS(3047), + [anon_sym_CR] = ACTIONS(3047), + [anon_sym_CR_LF] = ACTIONS(3047), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3029), - [anon_sym_DOT] = ACTIONS(2774), - [anon_sym_as] = ACTIONS(3029), - [anon_sym_LBRACE] = ACTIONS(3029), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(3029), - [anon_sym_PIPE] = ACTIONS(3029), - [anon_sym_fn] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3029), - [anon_sym_DASH] = ACTIONS(3029), - [anon_sym_STAR] = ACTIONS(3029), - [anon_sym_SLASH] = ACTIONS(3029), - [anon_sym_PERCENT] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3029), - [anon_sym_GT] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3027), - [anon_sym_struct] = ACTIONS(3029), - [anon_sym_mut] = ACTIONS(3029), - [anon_sym_PLUS_PLUS] = ACTIONS(3029), - [anon_sym_DASH_DASH] = ACTIONS(3029), - [anon_sym_QMARK] = ACTIONS(3029), - [anon_sym_BANG] = ACTIONS(3029), - [anon_sym_go] = ACTIONS(3029), - [anon_sym_spawn] = ACTIONS(3029), - [anon_sym_json_DOTdecode] = ACTIONS(3029), - [anon_sym_LBRACK2] = ACTIONS(3029), - [anon_sym_TILDE] = ACTIONS(3029), - [anon_sym_CARET] = ACTIONS(3029), - [anon_sym_AMP] = ACTIONS(3029), - [anon_sym_LT_DASH] = ACTIONS(3029), - [anon_sym_LT_LT] = ACTIONS(3029), - [anon_sym_GT_GT] = ACTIONS(3029), - [anon_sym_GT_GT_GT] = ACTIONS(3029), - [anon_sym_AMP_CARET] = ACTIONS(3029), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_or] = ACTIONS(3029), - [sym_none] = ACTIONS(3029), - [sym_true] = ACTIONS(3029), - [sym_false] = ACTIONS(3029), - [sym_nil] = ACTIONS(3029), - [anon_sym_QMARK_DOT] = ACTIONS(3029), - [anon_sym_POUND_LBRACK] = ACTIONS(3029), - [anon_sym_if] = ACTIONS(3029), - [anon_sym_DOLLARif] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3029), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_in] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_match] = ACTIONS(3029), - [anon_sym_select] = ACTIONS(3029), - [anon_sym_lock] = ACTIONS(3029), - [anon_sym_rlock] = ACTIONS(3029), - [anon_sym_unsafe] = ACTIONS(3029), - [anon_sym_sql] = ACTIONS(3029), - [sym_int_literal] = ACTIONS(3029), - [sym_float_literal] = ACTIONS(3029), - [sym_rune_literal] = ACTIONS(3029), - [anon_sym_AT] = ACTIONS(3029), - [anon_sym_shared] = ACTIONS(3029), - [anon_sym_map_LBRACK] = ACTIONS(3029), - [anon_sym_chan] = ACTIONS(3029), - [anon_sym_thread] = ACTIONS(3029), - [anon_sym_atomic] = ACTIONS(3029), - [sym___double_quote] = ACTIONS(3029), - [sym___single_quote] = ACTIONS(3029), - [sym___c_double_quote] = ACTIONS(3029), - [sym___c_single_quote] = ACTIONS(3029), - [sym___r_double_quote] = ACTIONS(3029), - [sym___r_single_quote] = ACTIONS(3029), + [anon_sym_SEMI] = ACTIONS(3047), + [anon_sym_DOT] = ACTIONS(3047), + [anon_sym_as] = ACTIONS(3047), + [anon_sym_LBRACE] = ACTIONS(3047), + [anon_sym_COMMA] = ACTIONS(3047), + [anon_sym_RBRACE] = ACTIONS(3047), + [anon_sym_LPAREN] = ACTIONS(3047), + [anon_sym_PIPE] = ACTIONS(3047), + [anon_sym_fn] = ACTIONS(3047), + [anon_sym_PLUS] = ACTIONS(3047), + [anon_sym_DASH] = ACTIONS(3047), + [anon_sym_STAR] = ACTIONS(3047), + [anon_sym_SLASH] = ACTIONS(3047), + [anon_sym_PERCENT] = ACTIONS(3047), + [anon_sym_LT] = ACTIONS(3047), + [anon_sym_GT] = ACTIONS(3047), + [anon_sym_EQ_EQ] = ACTIONS(3047), + [anon_sym_BANG_EQ] = ACTIONS(3047), + [anon_sym_LT_EQ] = ACTIONS(3047), + [anon_sym_GT_EQ] = ACTIONS(3047), + [anon_sym_LBRACK] = ACTIONS(3045), + [anon_sym_LT2] = ACTIONS(3047), + [anon_sym_struct] = ACTIONS(3047), + [anon_sym_mut] = ACTIONS(3047), + [anon_sym_PLUS_PLUS] = ACTIONS(3047), + [anon_sym_DASH_DASH] = ACTIONS(3047), + [anon_sym_QMARK] = ACTIONS(3047), + [anon_sym_BANG] = ACTIONS(3047), + [anon_sym_go] = ACTIONS(3047), + [anon_sym_spawn] = ACTIONS(3047), + [anon_sym_json_DOTdecode] = ACTIONS(3047), + [anon_sym_LBRACK2] = ACTIONS(3047), + [anon_sym_TILDE] = ACTIONS(3047), + [anon_sym_CARET] = ACTIONS(3047), + [anon_sym_AMP] = ACTIONS(3047), + [anon_sym_LT_DASH] = ACTIONS(3047), + [anon_sym_LT_LT] = ACTIONS(3047), + [anon_sym_GT_GT] = ACTIONS(3047), + [anon_sym_GT_GT_GT] = ACTIONS(3047), + [anon_sym_AMP_CARET] = ACTIONS(3047), + [anon_sym_AMP_AMP] = ACTIONS(3047), + [anon_sym_PIPE_PIPE] = ACTIONS(3047), + [anon_sym_or] = ACTIONS(3047), + [sym_none] = ACTIONS(3047), + [sym_true] = ACTIONS(3047), + [sym_false] = ACTIONS(3047), + [sym_nil] = ACTIONS(3047), + [anon_sym_QMARK_DOT] = ACTIONS(3047), + [anon_sym_POUND_LBRACK] = ACTIONS(3047), + [anon_sym_if] = ACTIONS(3047), + [anon_sym_DOLLARif] = ACTIONS(3047), + [anon_sym_is] = ACTIONS(3047), + [anon_sym_BANGis] = ACTIONS(3047), + [anon_sym_in] = ACTIONS(3047), + [anon_sym_BANGin] = ACTIONS(3047), + [anon_sym_match] = ACTIONS(3047), + [anon_sym_select] = ACTIONS(3047), + [anon_sym_lock] = ACTIONS(3047), + [anon_sym_rlock] = ACTIONS(3047), + [anon_sym_unsafe] = ACTIONS(3047), + [anon_sym_sql] = ACTIONS(3047), + [sym_int_literal] = ACTIONS(3047), + [sym_float_literal] = ACTIONS(3047), + [sym_rune_literal] = ACTIONS(3047), + [anon_sym_AT] = ACTIONS(3047), + [anon_sym_shared] = ACTIONS(3047), + [anon_sym_map_LBRACK] = ACTIONS(3047), + [anon_sym_chan] = ACTIONS(3047), + [anon_sym_thread] = ACTIONS(3047), + [anon_sym_atomic] = ACTIONS(3047), + [sym___double_quote] = ACTIONS(3047), + [sym___single_quote] = ACTIONS(3047), + [sym___c_double_quote] = ACTIONS(3047), + [sym___c_single_quote] = ACTIONS(3047), + [sym___r_double_quote] = ACTIONS(3047), + [sym___r_single_quote] = ACTIONS(3047), }, [1225] = { - [sym_identifier] = ACTIONS(2997), - [anon_sym_LF] = ACTIONS(2997), - [anon_sym_CR] = ACTIONS(2997), - [anon_sym_CR_LF] = ACTIONS(2997), + [sym_identifier] = ACTIONS(3135), + [anon_sym_LF] = ACTIONS(3135), + [anon_sym_CR] = ACTIONS(3135), + [anon_sym_CR_LF] = ACTIONS(3135), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2997), - [anon_sym_DOT] = ACTIONS(2997), - [anon_sym_as] = ACTIONS(2997), - [anon_sym_LBRACE] = ACTIONS(2997), - [anon_sym_COMMA] = ACTIONS(2997), - [anon_sym_RBRACE] = ACTIONS(2997), - [anon_sym_LPAREN] = ACTIONS(2997), - [anon_sym_PIPE] = ACTIONS(2997), - [anon_sym_fn] = ACTIONS(2997), - [anon_sym_PLUS] = ACTIONS(2997), - [anon_sym_DASH] = ACTIONS(2997), - [anon_sym_STAR] = ACTIONS(2997), - [anon_sym_SLASH] = ACTIONS(2997), - [anon_sym_PERCENT] = ACTIONS(2997), - [anon_sym_LT] = ACTIONS(2997), - [anon_sym_GT] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2997), - [anon_sym_BANG_EQ] = ACTIONS(2997), - [anon_sym_LT_EQ] = ACTIONS(2997), - [anon_sym_GT_EQ] = ACTIONS(2997), - [anon_sym_LBRACK] = ACTIONS(2995), - [anon_sym_struct] = ACTIONS(2997), - [anon_sym_mut] = ACTIONS(2997), - [anon_sym_PLUS_PLUS] = ACTIONS(2997), - [anon_sym_DASH_DASH] = ACTIONS(2997), - [anon_sym_QMARK] = ACTIONS(2997), - [anon_sym_BANG] = ACTIONS(2997), - [anon_sym_go] = ACTIONS(2997), - [anon_sym_spawn] = ACTIONS(2997), - [anon_sym_json_DOTdecode] = ACTIONS(2997), - [anon_sym_LBRACK2] = ACTIONS(2997), - [anon_sym_TILDE] = ACTIONS(2997), - [anon_sym_CARET] = ACTIONS(2997), - [anon_sym_AMP] = ACTIONS(2997), - [anon_sym_LT_DASH] = ACTIONS(2997), - [anon_sym_LT_LT] = ACTIONS(2997), - [anon_sym_GT_GT] = ACTIONS(2997), - [anon_sym_GT_GT_GT] = ACTIONS(2997), - [anon_sym_AMP_CARET] = ACTIONS(2997), - [anon_sym_AMP_AMP] = ACTIONS(2997), - [anon_sym_PIPE_PIPE] = ACTIONS(2997), - [anon_sym_or] = ACTIONS(2997), - [sym_none] = ACTIONS(2997), - [sym_true] = ACTIONS(2997), - [sym_false] = ACTIONS(2997), - [sym_nil] = ACTIONS(2997), - [anon_sym_QMARK_DOT] = ACTIONS(2997), - [anon_sym_POUND_LBRACK] = ACTIONS(2997), - [anon_sym_if] = ACTIONS(2997), - [anon_sym_DOLLARif] = ACTIONS(2997), - [anon_sym_is] = ACTIONS(2997), - [anon_sym_BANGis] = ACTIONS(2997), - [anon_sym_in] = ACTIONS(2997), - [anon_sym_BANGin] = ACTIONS(2997), - [anon_sym_match] = ACTIONS(2997), - [anon_sym_select] = ACTIONS(2997), - [anon_sym_lock] = ACTIONS(2997), - [anon_sym_rlock] = ACTIONS(2997), - [anon_sym_unsafe] = ACTIONS(2997), - [anon_sym_sql] = ACTIONS(2997), - [sym_int_literal] = ACTIONS(2997), - [sym_float_literal] = ACTIONS(2997), - [sym_rune_literal] = ACTIONS(2997), - [anon_sym_AT] = ACTIONS(2997), - [anon_sym_shared] = ACTIONS(2997), - [anon_sym_map_LBRACK] = ACTIONS(2997), - [anon_sym_chan] = ACTIONS(2997), - [anon_sym_thread] = ACTIONS(2997), - [anon_sym_atomic] = ACTIONS(2997), - [sym___double_quote] = ACTIONS(2997), - [sym___single_quote] = ACTIONS(2997), - [sym___c_double_quote] = ACTIONS(2997), - [sym___c_single_quote] = ACTIONS(2997), - [sym___r_double_quote] = ACTIONS(2997), - [sym___r_single_quote] = ACTIONS(2997), + [anon_sym_SEMI] = ACTIONS(3135), + [anon_sym_DOT] = ACTIONS(3135), + [anon_sym_as] = ACTIONS(3135), + [anon_sym_LBRACE] = ACTIONS(3135), + [anon_sym_COMMA] = ACTIONS(3135), + [anon_sym_RBRACE] = ACTIONS(3135), + [anon_sym_LPAREN] = ACTIONS(3135), + [anon_sym_PIPE] = ACTIONS(3135), + [anon_sym_fn] = ACTIONS(3135), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3135), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3135), + [anon_sym_LT] = ACTIONS(3135), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_EQ_EQ] = ACTIONS(3135), + [anon_sym_BANG_EQ] = ACTIONS(3135), + [anon_sym_LT_EQ] = ACTIONS(3135), + [anon_sym_GT_EQ] = ACTIONS(3135), + [anon_sym_LBRACK] = ACTIONS(3133), + [anon_sym_LT2] = ACTIONS(3135), + [anon_sym_struct] = ACTIONS(3135), + [anon_sym_mut] = ACTIONS(3135), + [anon_sym_PLUS_PLUS] = ACTIONS(3135), + [anon_sym_DASH_DASH] = ACTIONS(3135), + [anon_sym_QMARK] = ACTIONS(3135), + [anon_sym_BANG] = ACTIONS(3135), + [anon_sym_go] = ACTIONS(3135), + [anon_sym_spawn] = ACTIONS(3135), + [anon_sym_json_DOTdecode] = ACTIONS(3135), + [anon_sym_LBRACK2] = ACTIONS(3135), + [anon_sym_TILDE] = ACTIONS(3135), + [anon_sym_CARET] = ACTIONS(3135), + [anon_sym_AMP] = ACTIONS(3135), + [anon_sym_LT_DASH] = ACTIONS(3135), + [anon_sym_LT_LT] = ACTIONS(3135), + [anon_sym_GT_GT] = ACTIONS(3135), + [anon_sym_GT_GT_GT] = ACTIONS(3135), + [anon_sym_AMP_CARET] = ACTIONS(3135), + [anon_sym_AMP_AMP] = ACTIONS(3135), + [anon_sym_PIPE_PIPE] = ACTIONS(3135), + [anon_sym_or] = ACTIONS(3135), + [sym_none] = ACTIONS(3135), + [sym_true] = ACTIONS(3135), + [sym_false] = ACTIONS(3135), + [sym_nil] = ACTIONS(3135), + [anon_sym_QMARK_DOT] = ACTIONS(3135), + [anon_sym_POUND_LBRACK] = ACTIONS(3135), + [anon_sym_if] = ACTIONS(3135), + [anon_sym_DOLLARif] = ACTIONS(3135), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3135), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_BANGin] = ACTIONS(3135), + [anon_sym_match] = ACTIONS(3135), + [anon_sym_select] = ACTIONS(3135), + [anon_sym_lock] = ACTIONS(3135), + [anon_sym_rlock] = ACTIONS(3135), + [anon_sym_unsafe] = ACTIONS(3135), + [anon_sym_sql] = ACTIONS(3135), + [sym_int_literal] = ACTIONS(3135), + [sym_float_literal] = ACTIONS(3135), + [sym_rune_literal] = ACTIONS(3135), + [anon_sym_AT] = ACTIONS(3135), + [anon_sym_shared] = ACTIONS(3135), + [anon_sym_map_LBRACK] = ACTIONS(3135), + [anon_sym_chan] = ACTIONS(3135), + [anon_sym_thread] = ACTIONS(3135), + [anon_sym_atomic] = ACTIONS(3135), + [sym___double_quote] = ACTIONS(3135), + [sym___single_quote] = ACTIONS(3135), + [sym___c_double_quote] = ACTIONS(3135), + [sym___c_single_quote] = ACTIONS(3135), + [sym___r_double_quote] = ACTIONS(3135), + [sym___r_single_quote] = ACTIONS(3135), }, [1226] = { - [sym_identifier] = ACTIONS(3025), - [anon_sym_LF] = ACTIONS(3025), - [anon_sym_CR] = ACTIONS(3025), - [anon_sym_CR_LF] = ACTIONS(3025), + [sym_identifier] = ACTIONS(3071), + [anon_sym_LF] = ACTIONS(3071), + [anon_sym_CR] = ACTIONS(3071), + [anon_sym_CR_LF] = ACTIONS(3071), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3025), - [anon_sym_DOT] = ACTIONS(3025), - [anon_sym_as] = ACTIONS(3025), - [anon_sym_LBRACE] = ACTIONS(3025), - [anon_sym_COMMA] = ACTIONS(3025), - [anon_sym_RBRACE] = ACTIONS(3025), - [anon_sym_LPAREN] = ACTIONS(3025), - [anon_sym_PIPE] = ACTIONS(3025), - [anon_sym_fn] = ACTIONS(3025), - [anon_sym_PLUS] = ACTIONS(3025), - [anon_sym_DASH] = ACTIONS(3025), - [anon_sym_STAR] = ACTIONS(3025), - [anon_sym_SLASH] = ACTIONS(3025), - [anon_sym_PERCENT] = ACTIONS(3025), - [anon_sym_LT] = ACTIONS(3025), - [anon_sym_GT] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3025), - [anon_sym_BANG_EQ] = ACTIONS(3025), - [anon_sym_LT_EQ] = ACTIONS(3025), - [anon_sym_GT_EQ] = ACTIONS(3025), - [anon_sym_LBRACK] = ACTIONS(3023), - [anon_sym_struct] = ACTIONS(3025), - [anon_sym_mut] = ACTIONS(3025), - [anon_sym_PLUS_PLUS] = ACTIONS(3025), - [anon_sym_DASH_DASH] = ACTIONS(3025), - [anon_sym_QMARK] = ACTIONS(3025), - [anon_sym_BANG] = ACTIONS(3025), - [anon_sym_go] = ACTIONS(3025), - [anon_sym_spawn] = ACTIONS(3025), - [anon_sym_json_DOTdecode] = ACTIONS(3025), - [anon_sym_LBRACK2] = ACTIONS(3025), - [anon_sym_TILDE] = ACTIONS(3025), - [anon_sym_CARET] = ACTIONS(3025), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_LT_DASH] = ACTIONS(3025), - [anon_sym_LT_LT] = ACTIONS(3025), - [anon_sym_GT_GT] = ACTIONS(3025), - [anon_sym_GT_GT_GT] = ACTIONS(3025), - [anon_sym_AMP_CARET] = ACTIONS(3025), - [anon_sym_AMP_AMP] = ACTIONS(3025), - [anon_sym_PIPE_PIPE] = ACTIONS(3025), - [anon_sym_or] = ACTIONS(3025), - [sym_none] = ACTIONS(3025), - [sym_true] = ACTIONS(3025), - [sym_false] = ACTIONS(3025), - [sym_nil] = ACTIONS(3025), - [anon_sym_QMARK_DOT] = ACTIONS(3025), - [anon_sym_POUND_LBRACK] = ACTIONS(3025), - [anon_sym_if] = ACTIONS(3025), - [anon_sym_DOLLARif] = ACTIONS(3025), - [anon_sym_is] = ACTIONS(3025), - [anon_sym_BANGis] = ACTIONS(3025), - [anon_sym_in] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(3025), - [anon_sym_match] = ACTIONS(3025), - [anon_sym_select] = ACTIONS(3025), - [anon_sym_lock] = ACTIONS(3025), - [anon_sym_rlock] = ACTIONS(3025), - [anon_sym_unsafe] = ACTIONS(3025), - [anon_sym_sql] = ACTIONS(3025), - [sym_int_literal] = ACTIONS(3025), - [sym_float_literal] = ACTIONS(3025), - [sym_rune_literal] = ACTIONS(3025), - [anon_sym_AT] = ACTIONS(3025), - [anon_sym_shared] = ACTIONS(3025), - [anon_sym_map_LBRACK] = ACTIONS(3025), - [anon_sym_chan] = ACTIONS(3025), - [anon_sym_thread] = ACTIONS(3025), - [anon_sym_atomic] = ACTIONS(3025), - [sym___double_quote] = ACTIONS(3025), - [sym___single_quote] = ACTIONS(3025), - [sym___c_double_quote] = ACTIONS(3025), - [sym___c_single_quote] = ACTIONS(3025), - [sym___r_double_quote] = ACTIONS(3025), - [sym___r_single_quote] = ACTIONS(3025), + [anon_sym_SEMI] = ACTIONS(3071), + [anon_sym_DOT] = ACTIONS(3071), + [anon_sym_as] = ACTIONS(3071), + [anon_sym_LBRACE] = ACTIONS(3071), + [anon_sym_COMMA] = ACTIONS(3071), + [anon_sym_RBRACE] = ACTIONS(3071), + [anon_sym_LPAREN] = ACTIONS(3071), + [anon_sym_PIPE] = ACTIONS(3071), + [anon_sym_fn] = ACTIONS(3071), + [anon_sym_PLUS] = ACTIONS(3071), + [anon_sym_DASH] = ACTIONS(3071), + [anon_sym_STAR] = ACTIONS(3071), + [anon_sym_SLASH] = ACTIONS(3071), + [anon_sym_PERCENT] = ACTIONS(3071), + [anon_sym_LT] = ACTIONS(3071), + [anon_sym_GT] = ACTIONS(3071), + [anon_sym_EQ_EQ] = ACTIONS(3071), + [anon_sym_BANG_EQ] = ACTIONS(3071), + [anon_sym_LT_EQ] = ACTIONS(3071), + [anon_sym_GT_EQ] = ACTIONS(3071), + [anon_sym_LBRACK] = ACTIONS(3069), + [anon_sym_LT2] = ACTIONS(3071), + [anon_sym_struct] = ACTIONS(3071), + [anon_sym_mut] = ACTIONS(3071), + [anon_sym_PLUS_PLUS] = ACTIONS(3071), + [anon_sym_DASH_DASH] = ACTIONS(3071), + [anon_sym_QMARK] = ACTIONS(3071), + [anon_sym_BANG] = ACTIONS(3071), + [anon_sym_go] = ACTIONS(3071), + [anon_sym_spawn] = ACTIONS(3071), + [anon_sym_json_DOTdecode] = ACTIONS(3071), + [anon_sym_LBRACK2] = ACTIONS(3071), + [anon_sym_TILDE] = ACTIONS(3071), + [anon_sym_CARET] = ACTIONS(3071), + [anon_sym_AMP] = ACTIONS(3071), + [anon_sym_LT_DASH] = ACTIONS(3071), + [anon_sym_LT_LT] = ACTIONS(3071), + [anon_sym_GT_GT] = ACTIONS(3071), + [anon_sym_GT_GT_GT] = ACTIONS(3071), + [anon_sym_AMP_CARET] = ACTIONS(3071), + [anon_sym_AMP_AMP] = ACTIONS(3071), + [anon_sym_PIPE_PIPE] = ACTIONS(3071), + [anon_sym_or] = ACTIONS(3071), + [sym_none] = ACTIONS(3071), + [sym_true] = ACTIONS(3071), + [sym_false] = ACTIONS(3071), + [sym_nil] = ACTIONS(3071), + [anon_sym_QMARK_DOT] = ACTIONS(3071), + [anon_sym_POUND_LBRACK] = ACTIONS(3071), + [anon_sym_if] = ACTIONS(3071), + [anon_sym_DOLLARif] = ACTIONS(3071), + [anon_sym_is] = ACTIONS(3071), + [anon_sym_BANGis] = ACTIONS(3071), + [anon_sym_in] = ACTIONS(3071), + [anon_sym_BANGin] = ACTIONS(3071), + [anon_sym_match] = ACTIONS(3071), + [anon_sym_select] = ACTIONS(3071), + [anon_sym_lock] = ACTIONS(3071), + [anon_sym_rlock] = ACTIONS(3071), + [anon_sym_unsafe] = ACTIONS(3071), + [anon_sym_sql] = ACTIONS(3071), + [sym_int_literal] = ACTIONS(3071), + [sym_float_literal] = ACTIONS(3071), + [sym_rune_literal] = ACTIONS(3071), + [anon_sym_AT] = ACTIONS(3071), + [anon_sym_shared] = ACTIONS(3071), + [anon_sym_map_LBRACK] = ACTIONS(3071), + [anon_sym_chan] = ACTIONS(3071), + [anon_sym_thread] = ACTIONS(3071), + [anon_sym_atomic] = ACTIONS(3071), + [sym___double_quote] = ACTIONS(3071), + [sym___single_quote] = ACTIONS(3071), + [sym___c_double_quote] = ACTIONS(3071), + [sym___c_single_quote] = ACTIONS(3071), + [sym___r_double_quote] = ACTIONS(3071), + [sym___r_single_quote] = ACTIONS(3071), }, [1227] = { - [sym_identifier] = ACTIONS(2788), - [anon_sym_LF] = ACTIONS(2788), - [anon_sym_CR] = ACTIONS(2788), - [anon_sym_CR_LF] = ACTIONS(2788), + [sym_identifier] = ACTIONS(3083), + [anon_sym_LF] = ACTIONS(3083), + [anon_sym_CR] = ACTIONS(3083), + [anon_sym_CR_LF] = ACTIONS(3083), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2788), - [anon_sym_DOT] = ACTIONS(2788), - [anon_sym_as] = ACTIONS(2788), - [anon_sym_LBRACE] = ACTIONS(2788), - [anon_sym_COMMA] = ACTIONS(2788), - [anon_sym_RBRACE] = ACTIONS(2788), - [anon_sym_LPAREN] = ACTIONS(2788), - [anon_sym_PIPE] = ACTIONS(2788), - [anon_sym_fn] = ACTIONS(2788), - [anon_sym_PLUS] = ACTIONS(2788), - [anon_sym_DASH] = ACTIONS(2788), - [anon_sym_STAR] = ACTIONS(2788), - [anon_sym_SLASH] = ACTIONS(2788), - [anon_sym_PERCENT] = ACTIONS(2788), - [anon_sym_LT] = ACTIONS(2788), - [anon_sym_GT] = ACTIONS(2788), - [anon_sym_EQ_EQ] = ACTIONS(2788), - [anon_sym_BANG_EQ] = ACTIONS(2788), - [anon_sym_LT_EQ] = ACTIONS(2788), - [anon_sym_GT_EQ] = ACTIONS(2788), - [anon_sym_LBRACK] = ACTIONS(2786), - [anon_sym_struct] = ACTIONS(2788), - [anon_sym_mut] = ACTIONS(2788), - [anon_sym_PLUS_PLUS] = ACTIONS(2788), - [anon_sym_DASH_DASH] = ACTIONS(2788), - [anon_sym_QMARK] = ACTIONS(2788), - [anon_sym_BANG] = ACTIONS(2788), - [anon_sym_go] = ACTIONS(2788), - [anon_sym_spawn] = ACTIONS(2788), - [anon_sym_json_DOTdecode] = ACTIONS(2788), - [anon_sym_LBRACK2] = ACTIONS(2788), - [anon_sym_TILDE] = ACTIONS(2788), - [anon_sym_CARET] = ACTIONS(2788), - [anon_sym_AMP] = ACTIONS(2788), - [anon_sym_LT_DASH] = ACTIONS(2788), - [anon_sym_LT_LT] = ACTIONS(2788), - [anon_sym_GT_GT] = ACTIONS(2788), - [anon_sym_GT_GT_GT] = ACTIONS(2788), - [anon_sym_AMP_CARET] = ACTIONS(2788), - [anon_sym_AMP_AMP] = ACTIONS(2788), - [anon_sym_PIPE_PIPE] = ACTIONS(2788), - [anon_sym_or] = ACTIONS(2788), - [sym_none] = ACTIONS(2788), - [sym_true] = ACTIONS(2788), - [sym_false] = ACTIONS(2788), - [sym_nil] = ACTIONS(2788), - [anon_sym_QMARK_DOT] = ACTIONS(2788), - [anon_sym_POUND_LBRACK] = ACTIONS(2788), - [anon_sym_if] = ACTIONS(2788), - [anon_sym_DOLLARif] = ACTIONS(2788), - [anon_sym_is] = ACTIONS(2788), - [anon_sym_BANGis] = ACTIONS(2788), - [anon_sym_in] = ACTIONS(2788), - [anon_sym_BANGin] = ACTIONS(2788), - [anon_sym_match] = ACTIONS(2788), - [anon_sym_select] = ACTIONS(2788), - [anon_sym_lock] = ACTIONS(2788), - [anon_sym_rlock] = ACTIONS(2788), - [anon_sym_unsafe] = ACTIONS(2788), - [anon_sym_sql] = ACTIONS(2788), - [sym_int_literal] = ACTIONS(2788), - [sym_float_literal] = ACTIONS(2788), - [sym_rune_literal] = ACTIONS(2788), - [anon_sym_AT] = ACTIONS(2788), - [anon_sym_shared] = ACTIONS(2788), - [anon_sym_map_LBRACK] = ACTIONS(2788), - [anon_sym_chan] = ACTIONS(2788), - [anon_sym_thread] = ACTIONS(2788), - [anon_sym_atomic] = ACTIONS(2788), - [sym___double_quote] = ACTIONS(2788), - [sym___single_quote] = ACTIONS(2788), - [sym___c_double_quote] = ACTIONS(2788), - [sym___c_single_quote] = ACTIONS(2788), - [sym___r_double_quote] = ACTIONS(2788), - [sym___r_single_quote] = ACTIONS(2788), + [anon_sym_SEMI] = ACTIONS(3083), + [anon_sym_DOT] = ACTIONS(3083), + [anon_sym_as] = ACTIONS(3083), + [anon_sym_LBRACE] = ACTIONS(3083), + [anon_sym_COMMA] = ACTIONS(3083), + [anon_sym_RBRACE] = ACTIONS(3083), + [anon_sym_LPAREN] = ACTIONS(3083), + [anon_sym_PIPE] = ACTIONS(3083), + [anon_sym_fn] = ACTIONS(3083), + [anon_sym_PLUS] = ACTIONS(3083), + [anon_sym_DASH] = ACTIONS(3083), + [anon_sym_STAR] = ACTIONS(3083), + [anon_sym_SLASH] = ACTIONS(3083), + [anon_sym_PERCENT] = ACTIONS(3083), + [anon_sym_LT] = ACTIONS(3083), + [anon_sym_GT] = ACTIONS(3083), + [anon_sym_EQ_EQ] = ACTIONS(3083), + [anon_sym_BANG_EQ] = ACTIONS(3083), + [anon_sym_LT_EQ] = ACTIONS(3083), + [anon_sym_GT_EQ] = ACTIONS(3083), + [anon_sym_LBRACK] = ACTIONS(3081), + [anon_sym_LT2] = ACTIONS(3083), + [anon_sym_struct] = ACTIONS(3083), + [anon_sym_mut] = ACTIONS(3083), + [anon_sym_PLUS_PLUS] = ACTIONS(3083), + [anon_sym_DASH_DASH] = ACTIONS(3083), + [anon_sym_QMARK] = ACTIONS(3083), + [anon_sym_BANG] = ACTIONS(3083), + [anon_sym_go] = ACTIONS(3083), + [anon_sym_spawn] = ACTIONS(3083), + [anon_sym_json_DOTdecode] = ACTIONS(3083), + [anon_sym_LBRACK2] = ACTIONS(3083), + [anon_sym_TILDE] = ACTIONS(3083), + [anon_sym_CARET] = ACTIONS(3083), + [anon_sym_AMP] = ACTIONS(3083), + [anon_sym_LT_DASH] = ACTIONS(3083), + [anon_sym_LT_LT] = ACTIONS(3083), + [anon_sym_GT_GT] = ACTIONS(3083), + [anon_sym_GT_GT_GT] = ACTIONS(3083), + [anon_sym_AMP_CARET] = ACTIONS(3083), + [anon_sym_AMP_AMP] = ACTIONS(3083), + [anon_sym_PIPE_PIPE] = ACTIONS(3083), + [anon_sym_or] = ACTIONS(3083), + [sym_none] = ACTIONS(3083), + [sym_true] = ACTIONS(3083), + [sym_false] = ACTIONS(3083), + [sym_nil] = ACTIONS(3083), + [anon_sym_QMARK_DOT] = ACTIONS(3083), + [anon_sym_POUND_LBRACK] = ACTIONS(3083), + [anon_sym_if] = ACTIONS(3083), + [anon_sym_DOLLARif] = ACTIONS(3083), + [anon_sym_is] = ACTIONS(3083), + [anon_sym_BANGis] = ACTIONS(3083), + [anon_sym_in] = ACTIONS(3083), + [anon_sym_BANGin] = ACTIONS(3083), + [anon_sym_match] = ACTIONS(3083), + [anon_sym_select] = ACTIONS(3083), + [anon_sym_lock] = ACTIONS(3083), + [anon_sym_rlock] = ACTIONS(3083), + [anon_sym_unsafe] = ACTIONS(3083), + [anon_sym_sql] = ACTIONS(3083), + [sym_int_literal] = ACTIONS(3083), + [sym_float_literal] = ACTIONS(3083), + [sym_rune_literal] = ACTIONS(3083), + [anon_sym_AT] = ACTIONS(3083), + [anon_sym_shared] = ACTIONS(3083), + [anon_sym_map_LBRACK] = ACTIONS(3083), + [anon_sym_chan] = ACTIONS(3083), + [anon_sym_thread] = ACTIONS(3083), + [anon_sym_atomic] = ACTIONS(3083), + [sym___double_quote] = ACTIONS(3083), + [sym___single_quote] = ACTIONS(3083), + [sym___c_double_quote] = ACTIONS(3083), + [sym___c_single_quote] = ACTIONS(3083), + [sym___r_double_quote] = ACTIONS(3083), + [sym___r_single_quote] = ACTIONS(3083), }, [1228] = { - [sym_identifier] = ACTIONS(3089), - [anon_sym_LF] = ACTIONS(3089), - [anon_sym_CR] = ACTIONS(3089), - [anon_sym_CR_LF] = ACTIONS(3089), + [sym_identifier] = ACTIONS(3051), + [anon_sym_LF] = ACTIONS(3051), + [anon_sym_CR] = ACTIONS(3051), + [anon_sym_CR_LF] = ACTIONS(3051), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3089), - [anon_sym_DOT] = ACTIONS(3089), - [anon_sym_as] = ACTIONS(3089), - [anon_sym_LBRACE] = ACTIONS(3089), - [anon_sym_COMMA] = ACTIONS(3089), - [anon_sym_RBRACE] = ACTIONS(3089), - [anon_sym_LPAREN] = ACTIONS(3089), - [anon_sym_PIPE] = ACTIONS(3089), - [anon_sym_fn] = ACTIONS(3089), - [anon_sym_PLUS] = ACTIONS(3089), - [anon_sym_DASH] = ACTIONS(3089), - [anon_sym_STAR] = ACTIONS(3089), - [anon_sym_SLASH] = ACTIONS(3089), - [anon_sym_PERCENT] = ACTIONS(3089), - [anon_sym_LT] = ACTIONS(3089), - [anon_sym_GT] = ACTIONS(3089), - [anon_sym_EQ_EQ] = ACTIONS(3089), - [anon_sym_BANG_EQ] = ACTIONS(3089), - [anon_sym_LT_EQ] = ACTIONS(3089), - [anon_sym_GT_EQ] = ACTIONS(3089), - [anon_sym_LBRACK] = ACTIONS(3087), - [anon_sym_struct] = ACTIONS(3089), - [anon_sym_mut] = ACTIONS(3089), - [anon_sym_PLUS_PLUS] = ACTIONS(3089), - [anon_sym_DASH_DASH] = ACTIONS(3089), - [anon_sym_QMARK] = ACTIONS(3089), - [anon_sym_BANG] = ACTIONS(3089), - [anon_sym_go] = ACTIONS(3089), - [anon_sym_spawn] = ACTIONS(3089), - [anon_sym_json_DOTdecode] = ACTIONS(3089), - [anon_sym_LBRACK2] = ACTIONS(3089), - [anon_sym_TILDE] = ACTIONS(3089), - [anon_sym_CARET] = ACTIONS(3089), - [anon_sym_AMP] = ACTIONS(3089), - [anon_sym_LT_DASH] = ACTIONS(3089), - [anon_sym_LT_LT] = ACTIONS(3089), - [anon_sym_GT_GT] = ACTIONS(3089), - [anon_sym_GT_GT_GT] = ACTIONS(3089), - [anon_sym_AMP_CARET] = ACTIONS(3089), - [anon_sym_AMP_AMP] = ACTIONS(3089), - [anon_sym_PIPE_PIPE] = ACTIONS(3089), - [anon_sym_or] = ACTIONS(3089), - [sym_none] = ACTIONS(3089), - [sym_true] = ACTIONS(3089), - [sym_false] = ACTIONS(3089), - [sym_nil] = ACTIONS(3089), - [anon_sym_QMARK_DOT] = ACTIONS(3089), - [anon_sym_POUND_LBRACK] = ACTIONS(3089), - [anon_sym_if] = ACTIONS(3089), - [anon_sym_DOLLARif] = ACTIONS(3089), - [anon_sym_is] = ACTIONS(3089), - [anon_sym_BANGis] = ACTIONS(3089), - [anon_sym_in] = ACTIONS(3089), - [anon_sym_BANGin] = ACTIONS(3089), - [anon_sym_match] = ACTIONS(3089), - [anon_sym_select] = ACTIONS(3089), - [anon_sym_lock] = ACTIONS(3089), - [anon_sym_rlock] = ACTIONS(3089), - [anon_sym_unsafe] = ACTIONS(3089), - [anon_sym_sql] = ACTIONS(3089), - [sym_int_literal] = ACTIONS(3089), - [sym_float_literal] = ACTIONS(3089), - [sym_rune_literal] = ACTIONS(3089), - [anon_sym_AT] = ACTIONS(3089), - [anon_sym_shared] = ACTIONS(3089), - [anon_sym_map_LBRACK] = ACTIONS(3089), - [anon_sym_chan] = ACTIONS(3089), - [anon_sym_thread] = ACTIONS(3089), - [anon_sym_atomic] = ACTIONS(3089), - [sym___double_quote] = ACTIONS(3089), - [sym___single_quote] = ACTIONS(3089), - [sym___c_double_quote] = ACTIONS(3089), - [sym___c_single_quote] = ACTIONS(3089), - [sym___r_double_quote] = ACTIONS(3089), - [sym___r_single_quote] = ACTIONS(3089), + [anon_sym_SEMI] = ACTIONS(3051), + [anon_sym_DOT] = ACTIONS(3051), + [anon_sym_as] = ACTIONS(3051), + [anon_sym_LBRACE] = ACTIONS(3051), + [anon_sym_COMMA] = ACTIONS(3051), + [anon_sym_RBRACE] = ACTIONS(3051), + [anon_sym_LPAREN] = ACTIONS(3051), + [anon_sym_PIPE] = ACTIONS(3051), + [anon_sym_fn] = ACTIONS(3051), + [anon_sym_PLUS] = ACTIONS(3051), + [anon_sym_DASH] = ACTIONS(3051), + [anon_sym_STAR] = ACTIONS(3051), + [anon_sym_SLASH] = ACTIONS(3051), + [anon_sym_PERCENT] = ACTIONS(3051), + [anon_sym_LT] = ACTIONS(3051), + [anon_sym_GT] = ACTIONS(3051), + [anon_sym_EQ_EQ] = ACTIONS(3051), + [anon_sym_BANG_EQ] = ACTIONS(3051), + [anon_sym_LT_EQ] = ACTIONS(3051), + [anon_sym_GT_EQ] = ACTIONS(3051), + [anon_sym_LBRACK] = ACTIONS(3049), + [anon_sym_LT2] = ACTIONS(3051), + [anon_sym_struct] = ACTIONS(3051), + [anon_sym_mut] = ACTIONS(3051), + [anon_sym_PLUS_PLUS] = ACTIONS(3051), + [anon_sym_DASH_DASH] = ACTIONS(3051), + [anon_sym_QMARK] = ACTIONS(3051), + [anon_sym_BANG] = ACTIONS(3051), + [anon_sym_go] = ACTIONS(3051), + [anon_sym_spawn] = ACTIONS(3051), + [anon_sym_json_DOTdecode] = ACTIONS(3051), + [anon_sym_LBRACK2] = ACTIONS(3051), + [anon_sym_TILDE] = ACTIONS(3051), + [anon_sym_CARET] = ACTIONS(3051), + [anon_sym_AMP] = ACTIONS(3051), + [anon_sym_LT_DASH] = ACTIONS(3051), + [anon_sym_LT_LT] = ACTIONS(3051), + [anon_sym_GT_GT] = ACTIONS(3051), + [anon_sym_GT_GT_GT] = ACTIONS(3051), + [anon_sym_AMP_CARET] = ACTIONS(3051), + [anon_sym_AMP_AMP] = ACTIONS(3051), + [anon_sym_PIPE_PIPE] = ACTIONS(3051), + [anon_sym_or] = ACTIONS(3051), + [sym_none] = ACTIONS(3051), + [sym_true] = ACTIONS(3051), + [sym_false] = ACTIONS(3051), + [sym_nil] = ACTIONS(3051), + [anon_sym_QMARK_DOT] = ACTIONS(3051), + [anon_sym_POUND_LBRACK] = ACTIONS(3051), + [anon_sym_if] = ACTIONS(3051), + [anon_sym_DOLLARif] = ACTIONS(3051), + [anon_sym_is] = ACTIONS(3051), + [anon_sym_BANGis] = ACTIONS(3051), + [anon_sym_in] = ACTIONS(3051), + [anon_sym_BANGin] = ACTIONS(3051), + [anon_sym_match] = ACTIONS(3051), + [anon_sym_select] = ACTIONS(3051), + [anon_sym_lock] = ACTIONS(3051), + [anon_sym_rlock] = ACTIONS(3051), + [anon_sym_unsafe] = ACTIONS(3051), + [anon_sym_sql] = ACTIONS(3051), + [sym_int_literal] = ACTIONS(3051), + [sym_float_literal] = ACTIONS(3051), + [sym_rune_literal] = ACTIONS(3051), + [anon_sym_AT] = ACTIONS(3051), + [anon_sym_shared] = ACTIONS(3051), + [anon_sym_map_LBRACK] = ACTIONS(3051), + [anon_sym_chan] = ACTIONS(3051), + [anon_sym_thread] = ACTIONS(3051), + [anon_sym_atomic] = ACTIONS(3051), + [sym___double_quote] = ACTIONS(3051), + [sym___single_quote] = ACTIONS(3051), + [sym___c_double_quote] = ACTIONS(3051), + [sym___c_single_quote] = ACTIONS(3051), + [sym___r_double_quote] = ACTIONS(3051), + [sym___r_single_quote] = ACTIONS(3051), }, [1229] = { - [sym_identifier] = ACTIONS(3093), - [anon_sym_LF] = ACTIONS(3093), - [anon_sym_CR] = ACTIONS(3093), - [anon_sym_CR_LF] = ACTIONS(3093), + [sym_identifier] = ACTIONS(3199), + [anon_sym_LF] = ACTIONS(3199), + [anon_sym_CR] = ACTIONS(3199), + [anon_sym_CR_LF] = ACTIONS(3199), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3093), - [anon_sym_DOT] = ACTIONS(3093), - [anon_sym_as] = ACTIONS(3093), - [anon_sym_LBRACE] = ACTIONS(3093), - [anon_sym_COMMA] = ACTIONS(3093), - [anon_sym_RBRACE] = ACTIONS(3093), - [anon_sym_LPAREN] = ACTIONS(3093), - [anon_sym_PIPE] = ACTIONS(3093), - [anon_sym_fn] = ACTIONS(3093), - [anon_sym_PLUS] = ACTIONS(3093), - [anon_sym_DASH] = ACTIONS(3093), - [anon_sym_STAR] = ACTIONS(3093), - [anon_sym_SLASH] = ACTIONS(3093), - [anon_sym_PERCENT] = ACTIONS(3093), - [anon_sym_LT] = ACTIONS(3093), - [anon_sym_GT] = ACTIONS(3093), - [anon_sym_EQ_EQ] = ACTIONS(3093), - [anon_sym_BANG_EQ] = ACTIONS(3093), - [anon_sym_LT_EQ] = ACTIONS(3093), - [anon_sym_GT_EQ] = ACTIONS(3093), - [anon_sym_LBRACK] = ACTIONS(3091), - [anon_sym_struct] = ACTIONS(3093), - [anon_sym_mut] = ACTIONS(3093), - [anon_sym_PLUS_PLUS] = ACTIONS(3093), - [anon_sym_DASH_DASH] = ACTIONS(3093), - [anon_sym_QMARK] = ACTIONS(3093), - [anon_sym_BANG] = ACTIONS(3093), - [anon_sym_go] = ACTIONS(3093), - [anon_sym_spawn] = ACTIONS(3093), - [anon_sym_json_DOTdecode] = ACTIONS(3093), - [anon_sym_LBRACK2] = ACTIONS(3093), - [anon_sym_TILDE] = ACTIONS(3093), - [anon_sym_CARET] = ACTIONS(3093), - [anon_sym_AMP] = ACTIONS(3093), - [anon_sym_LT_DASH] = ACTIONS(3093), - [anon_sym_LT_LT] = ACTIONS(3093), - [anon_sym_GT_GT] = ACTIONS(3093), - [anon_sym_GT_GT_GT] = ACTIONS(3093), - [anon_sym_AMP_CARET] = ACTIONS(3093), - [anon_sym_AMP_AMP] = ACTIONS(3093), - [anon_sym_PIPE_PIPE] = ACTIONS(3093), - [anon_sym_or] = ACTIONS(3093), - [sym_none] = ACTIONS(3093), - [sym_true] = ACTIONS(3093), - [sym_false] = ACTIONS(3093), - [sym_nil] = ACTIONS(3093), - [anon_sym_QMARK_DOT] = ACTIONS(3093), - [anon_sym_POUND_LBRACK] = ACTIONS(3093), - [anon_sym_if] = ACTIONS(3093), - [anon_sym_DOLLARif] = ACTIONS(3093), - [anon_sym_is] = ACTIONS(3093), - [anon_sym_BANGis] = ACTIONS(3093), - [anon_sym_in] = ACTIONS(3093), - [anon_sym_BANGin] = ACTIONS(3093), - [anon_sym_match] = ACTIONS(3093), - [anon_sym_select] = ACTIONS(3093), - [anon_sym_lock] = ACTIONS(3093), - [anon_sym_rlock] = ACTIONS(3093), - [anon_sym_unsafe] = ACTIONS(3093), - [anon_sym_sql] = ACTIONS(3093), - [sym_int_literal] = ACTIONS(3093), - [sym_float_literal] = ACTIONS(3093), - [sym_rune_literal] = ACTIONS(3093), - [anon_sym_AT] = ACTIONS(3093), - [anon_sym_shared] = ACTIONS(3093), - [anon_sym_map_LBRACK] = ACTIONS(3093), - [anon_sym_chan] = ACTIONS(3093), - [anon_sym_thread] = ACTIONS(3093), - [anon_sym_atomic] = ACTIONS(3093), - [sym___double_quote] = ACTIONS(3093), - [sym___single_quote] = ACTIONS(3093), - [sym___c_double_quote] = ACTIONS(3093), - [sym___c_single_quote] = ACTIONS(3093), - [sym___r_double_quote] = ACTIONS(3093), - [sym___r_single_quote] = ACTIONS(3093), + [anon_sym_SEMI] = ACTIONS(3199), + [anon_sym_DOT] = ACTIONS(3199), + [anon_sym_as] = ACTIONS(3199), + [anon_sym_LBRACE] = ACTIONS(3199), + [anon_sym_COMMA] = ACTIONS(3199), + [anon_sym_RBRACE] = ACTIONS(3199), + [anon_sym_LPAREN] = ACTIONS(3199), + [anon_sym_PIPE] = ACTIONS(3199), + [anon_sym_fn] = ACTIONS(3199), + [anon_sym_PLUS] = ACTIONS(3199), + [anon_sym_DASH] = ACTIONS(3199), + [anon_sym_STAR] = ACTIONS(3199), + [anon_sym_SLASH] = ACTIONS(3199), + [anon_sym_PERCENT] = ACTIONS(3199), + [anon_sym_LT] = ACTIONS(3199), + [anon_sym_GT] = ACTIONS(3199), + [anon_sym_EQ_EQ] = ACTIONS(3199), + [anon_sym_BANG_EQ] = ACTIONS(3199), + [anon_sym_LT_EQ] = ACTIONS(3199), + [anon_sym_GT_EQ] = ACTIONS(3199), + [anon_sym_LBRACK] = ACTIONS(3197), + [anon_sym_LT2] = ACTIONS(3199), + [anon_sym_struct] = ACTIONS(3199), + [anon_sym_mut] = ACTIONS(3199), + [anon_sym_PLUS_PLUS] = ACTIONS(3199), + [anon_sym_DASH_DASH] = ACTIONS(3199), + [anon_sym_QMARK] = ACTIONS(3199), + [anon_sym_BANG] = ACTIONS(3199), + [anon_sym_go] = ACTIONS(3199), + [anon_sym_spawn] = ACTIONS(3199), + [anon_sym_json_DOTdecode] = ACTIONS(3199), + [anon_sym_LBRACK2] = ACTIONS(3199), + [anon_sym_TILDE] = ACTIONS(3199), + [anon_sym_CARET] = ACTIONS(3199), + [anon_sym_AMP] = ACTIONS(3199), + [anon_sym_LT_DASH] = ACTIONS(3199), + [anon_sym_LT_LT] = ACTIONS(3199), + [anon_sym_GT_GT] = ACTIONS(3199), + [anon_sym_GT_GT_GT] = ACTIONS(3199), + [anon_sym_AMP_CARET] = ACTIONS(3199), + [anon_sym_AMP_AMP] = ACTIONS(3199), + [anon_sym_PIPE_PIPE] = ACTIONS(3199), + [anon_sym_or] = ACTIONS(3199), + [sym_none] = ACTIONS(3199), + [sym_true] = ACTIONS(3199), + [sym_false] = ACTIONS(3199), + [sym_nil] = ACTIONS(3199), + [anon_sym_QMARK_DOT] = ACTIONS(3199), + [anon_sym_POUND_LBRACK] = ACTIONS(3199), + [anon_sym_if] = ACTIONS(3199), + [anon_sym_DOLLARif] = ACTIONS(3199), + [anon_sym_is] = ACTIONS(3199), + [anon_sym_BANGis] = ACTIONS(3199), + [anon_sym_in] = ACTIONS(3199), + [anon_sym_BANGin] = ACTIONS(3199), + [anon_sym_match] = ACTIONS(3199), + [anon_sym_select] = ACTIONS(3199), + [anon_sym_lock] = ACTIONS(3199), + [anon_sym_rlock] = ACTIONS(3199), + [anon_sym_unsafe] = ACTIONS(3199), + [anon_sym_sql] = ACTIONS(3199), + [sym_int_literal] = ACTIONS(3199), + [sym_float_literal] = ACTIONS(3199), + [sym_rune_literal] = ACTIONS(3199), + [anon_sym_AT] = ACTIONS(3199), + [anon_sym_shared] = ACTIONS(3199), + [anon_sym_map_LBRACK] = ACTIONS(3199), + [anon_sym_chan] = ACTIONS(3199), + [anon_sym_thread] = ACTIONS(3199), + [anon_sym_atomic] = ACTIONS(3199), + [sym___double_quote] = ACTIONS(3199), + [sym___single_quote] = ACTIONS(3199), + [sym___c_double_quote] = ACTIONS(3199), + [sym___c_single_quote] = ACTIONS(3199), + [sym___r_double_quote] = ACTIONS(3199), + [sym___r_single_quote] = ACTIONS(3199), }, [1230] = { - [sym_identifier] = ACTIONS(2792), - [anon_sym_LF] = ACTIONS(2792), - [anon_sym_CR] = ACTIONS(2792), - [anon_sym_CR_LF] = ACTIONS(2792), + [sym_identifier] = ACTIONS(3087), + [anon_sym_LF] = ACTIONS(3087), + [anon_sym_CR] = ACTIONS(3087), + [anon_sym_CR_LF] = ACTIONS(3087), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2792), - [anon_sym_DOT] = ACTIONS(2792), - [anon_sym_as] = ACTIONS(2792), - [anon_sym_LBRACE] = ACTIONS(2792), - [anon_sym_COMMA] = ACTIONS(2792), - [anon_sym_RBRACE] = ACTIONS(2792), - [anon_sym_LPAREN] = ACTIONS(2792), - [anon_sym_PIPE] = ACTIONS(2792), - [anon_sym_fn] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(2792), - [anon_sym_SLASH] = ACTIONS(2792), - [anon_sym_PERCENT] = ACTIONS(2792), - [anon_sym_LT] = ACTIONS(2792), - [anon_sym_GT] = ACTIONS(2792), - [anon_sym_EQ_EQ] = ACTIONS(2792), - [anon_sym_BANG_EQ] = ACTIONS(2792), - [anon_sym_LT_EQ] = ACTIONS(2792), - [anon_sym_GT_EQ] = ACTIONS(2792), - [anon_sym_LBRACK] = ACTIONS(2790), - [anon_sym_struct] = ACTIONS(2792), - [anon_sym_mut] = ACTIONS(2792), - [anon_sym_PLUS_PLUS] = ACTIONS(2792), - [anon_sym_DASH_DASH] = ACTIONS(2792), - [anon_sym_QMARK] = ACTIONS(2792), - [anon_sym_BANG] = ACTIONS(2792), - [anon_sym_go] = ACTIONS(2792), - [anon_sym_spawn] = ACTIONS(2792), - [anon_sym_json_DOTdecode] = ACTIONS(2792), - [anon_sym_LBRACK2] = ACTIONS(2792), - [anon_sym_TILDE] = ACTIONS(2792), - [anon_sym_CARET] = ACTIONS(2792), - [anon_sym_AMP] = ACTIONS(2792), - [anon_sym_LT_DASH] = ACTIONS(2792), - [anon_sym_LT_LT] = ACTIONS(2792), - [anon_sym_GT_GT] = ACTIONS(2792), - [anon_sym_GT_GT_GT] = ACTIONS(2792), - [anon_sym_AMP_CARET] = ACTIONS(2792), - [anon_sym_AMP_AMP] = ACTIONS(2792), - [anon_sym_PIPE_PIPE] = ACTIONS(2792), - [anon_sym_or] = ACTIONS(2792), - [sym_none] = ACTIONS(2792), - [sym_true] = ACTIONS(2792), - [sym_false] = ACTIONS(2792), - [sym_nil] = ACTIONS(2792), - [anon_sym_QMARK_DOT] = ACTIONS(2792), - [anon_sym_POUND_LBRACK] = ACTIONS(2792), - [anon_sym_if] = ACTIONS(2792), - [anon_sym_DOLLARif] = ACTIONS(2792), - [anon_sym_is] = ACTIONS(2792), - [anon_sym_BANGis] = ACTIONS(2792), - [anon_sym_in] = ACTIONS(2792), - [anon_sym_BANGin] = ACTIONS(2792), - [anon_sym_match] = ACTIONS(2792), - [anon_sym_select] = ACTIONS(2792), - [anon_sym_lock] = ACTIONS(2792), - [anon_sym_rlock] = ACTIONS(2792), - [anon_sym_unsafe] = ACTIONS(2792), - [anon_sym_sql] = ACTIONS(2792), - [sym_int_literal] = ACTIONS(2792), - [sym_float_literal] = ACTIONS(2792), - [sym_rune_literal] = ACTIONS(2792), - [anon_sym_AT] = ACTIONS(2792), - [anon_sym_shared] = ACTIONS(2792), - [anon_sym_map_LBRACK] = ACTIONS(2792), - [anon_sym_chan] = ACTIONS(2792), - [anon_sym_thread] = ACTIONS(2792), - [anon_sym_atomic] = ACTIONS(2792), - [sym___double_quote] = ACTIONS(2792), - [sym___single_quote] = ACTIONS(2792), - [sym___c_double_quote] = ACTIONS(2792), - [sym___c_single_quote] = ACTIONS(2792), - [sym___r_double_quote] = ACTIONS(2792), - [sym___r_single_quote] = ACTIONS(2792), + [anon_sym_SEMI] = ACTIONS(3087), + [anon_sym_DOT] = ACTIONS(3087), + [anon_sym_as] = ACTIONS(3087), + [anon_sym_LBRACE] = ACTIONS(3087), + [anon_sym_COMMA] = ACTIONS(3087), + [anon_sym_RBRACE] = ACTIONS(3087), + [anon_sym_LPAREN] = ACTIONS(3087), + [anon_sym_PIPE] = ACTIONS(3087), + [anon_sym_fn] = ACTIONS(3087), + [anon_sym_PLUS] = ACTIONS(3087), + [anon_sym_DASH] = ACTIONS(3087), + [anon_sym_STAR] = ACTIONS(3087), + [anon_sym_SLASH] = ACTIONS(3087), + [anon_sym_PERCENT] = ACTIONS(3087), + [anon_sym_LT] = ACTIONS(3087), + [anon_sym_GT] = ACTIONS(3087), + [anon_sym_EQ_EQ] = ACTIONS(3087), + [anon_sym_BANG_EQ] = ACTIONS(3087), + [anon_sym_LT_EQ] = ACTIONS(3087), + [anon_sym_GT_EQ] = ACTIONS(3087), + [anon_sym_LBRACK] = ACTIONS(3085), + [anon_sym_LT2] = ACTIONS(3087), + [anon_sym_struct] = ACTIONS(3087), + [anon_sym_mut] = ACTIONS(3087), + [anon_sym_PLUS_PLUS] = ACTIONS(3087), + [anon_sym_DASH_DASH] = ACTIONS(3087), + [anon_sym_QMARK] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(3087), + [anon_sym_go] = ACTIONS(3087), + [anon_sym_spawn] = ACTIONS(3087), + [anon_sym_json_DOTdecode] = ACTIONS(3087), + [anon_sym_LBRACK2] = ACTIONS(3087), + [anon_sym_TILDE] = ACTIONS(3087), + [anon_sym_CARET] = ACTIONS(3087), + [anon_sym_AMP] = ACTIONS(3087), + [anon_sym_LT_DASH] = ACTIONS(3087), + [anon_sym_LT_LT] = ACTIONS(3087), + [anon_sym_GT_GT] = ACTIONS(3087), + [anon_sym_GT_GT_GT] = ACTIONS(3087), + [anon_sym_AMP_CARET] = ACTIONS(3087), + [anon_sym_AMP_AMP] = ACTIONS(3087), + [anon_sym_PIPE_PIPE] = ACTIONS(3087), + [anon_sym_or] = ACTIONS(3087), + [sym_none] = ACTIONS(3087), + [sym_true] = ACTIONS(3087), + [sym_false] = ACTIONS(3087), + [sym_nil] = ACTIONS(3087), + [anon_sym_QMARK_DOT] = ACTIONS(3087), + [anon_sym_POUND_LBRACK] = ACTIONS(3087), + [anon_sym_if] = ACTIONS(3087), + [anon_sym_DOLLARif] = ACTIONS(3087), + [anon_sym_is] = ACTIONS(3087), + [anon_sym_BANGis] = ACTIONS(3087), + [anon_sym_in] = ACTIONS(3087), + [anon_sym_BANGin] = ACTIONS(3087), + [anon_sym_match] = ACTIONS(3087), + [anon_sym_select] = ACTIONS(3087), + [anon_sym_lock] = ACTIONS(3087), + [anon_sym_rlock] = ACTIONS(3087), + [anon_sym_unsafe] = ACTIONS(3087), + [anon_sym_sql] = ACTIONS(3087), + [sym_int_literal] = ACTIONS(3087), + [sym_float_literal] = ACTIONS(3087), + [sym_rune_literal] = ACTIONS(3087), + [anon_sym_AT] = ACTIONS(3087), + [anon_sym_shared] = ACTIONS(3087), + [anon_sym_map_LBRACK] = ACTIONS(3087), + [anon_sym_chan] = ACTIONS(3087), + [anon_sym_thread] = ACTIONS(3087), + [anon_sym_atomic] = ACTIONS(3087), + [sym___double_quote] = ACTIONS(3087), + [sym___single_quote] = ACTIONS(3087), + [sym___c_double_quote] = ACTIONS(3087), + [sym___c_single_quote] = ACTIONS(3087), + [sym___r_double_quote] = ACTIONS(3087), + [sym___r_single_quote] = ACTIONS(3087), }, [1231] = { - [sym_identifier] = ACTIONS(2836), - [anon_sym_LF] = ACTIONS(2836), - [anon_sym_CR] = ACTIONS(2836), - [anon_sym_CR_LF] = ACTIONS(2836), + [sym_identifier] = ACTIONS(2819), + [anon_sym_LF] = ACTIONS(2819), + [anon_sym_CR] = ACTIONS(2819), + [anon_sym_CR_LF] = ACTIONS(2819), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2836), - [anon_sym_DOT] = ACTIONS(2836), - [anon_sym_as] = ACTIONS(2836), - [anon_sym_LBRACE] = ACTIONS(2836), - [anon_sym_COMMA] = ACTIONS(2836), - [anon_sym_RBRACE] = ACTIONS(2836), - [anon_sym_LPAREN] = ACTIONS(2836), - [anon_sym_PIPE] = ACTIONS(2836), - [anon_sym_fn] = ACTIONS(2836), - [anon_sym_PLUS] = ACTIONS(2836), - [anon_sym_DASH] = ACTIONS(2836), - [anon_sym_STAR] = ACTIONS(2836), - [anon_sym_SLASH] = ACTIONS(2836), - [anon_sym_PERCENT] = ACTIONS(2836), - [anon_sym_LT] = ACTIONS(2836), - [anon_sym_GT] = ACTIONS(2836), - [anon_sym_EQ_EQ] = ACTIONS(2836), - [anon_sym_BANG_EQ] = ACTIONS(2836), - [anon_sym_LT_EQ] = ACTIONS(2836), - [anon_sym_GT_EQ] = ACTIONS(2836), - [anon_sym_LBRACK] = ACTIONS(2834), - [anon_sym_struct] = ACTIONS(2836), - [anon_sym_mut] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2836), - [anon_sym_DASH_DASH] = ACTIONS(2836), - [anon_sym_QMARK] = ACTIONS(2836), - [anon_sym_BANG] = ACTIONS(2836), - [anon_sym_go] = ACTIONS(2836), - [anon_sym_spawn] = ACTIONS(2836), - [anon_sym_json_DOTdecode] = ACTIONS(2836), - [anon_sym_LBRACK2] = ACTIONS(2836), - [anon_sym_TILDE] = ACTIONS(2836), - [anon_sym_CARET] = ACTIONS(2836), - [anon_sym_AMP] = ACTIONS(2836), - [anon_sym_LT_DASH] = ACTIONS(2836), - [anon_sym_LT_LT] = ACTIONS(2836), - [anon_sym_GT_GT] = ACTIONS(2836), - [anon_sym_GT_GT_GT] = ACTIONS(2836), - [anon_sym_AMP_CARET] = ACTIONS(2836), - [anon_sym_AMP_AMP] = ACTIONS(2836), - [anon_sym_PIPE_PIPE] = ACTIONS(2836), - [anon_sym_or] = ACTIONS(2836), - [sym_none] = ACTIONS(2836), - [sym_true] = ACTIONS(2836), - [sym_false] = ACTIONS(2836), - [sym_nil] = ACTIONS(2836), - [anon_sym_QMARK_DOT] = ACTIONS(2836), - [anon_sym_POUND_LBRACK] = ACTIONS(2836), - [anon_sym_if] = ACTIONS(2836), - [anon_sym_DOLLARif] = ACTIONS(2836), - [anon_sym_is] = ACTIONS(2836), - [anon_sym_BANGis] = ACTIONS(2836), - [anon_sym_in] = ACTIONS(2836), - [anon_sym_BANGin] = ACTIONS(2836), - [anon_sym_match] = ACTIONS(2836), - [anon_sym_select] = ACTIONS(2836), - [anon_sym_lock] = ACTIONS(2836), - [anon_sym_rlock] = ACTIONS(2836), - [anon_sym_unsafe] = ACTIONS(2836), - [anon_sym_sql] = ACTIONS(2836), - [sym_int_literal] = ACTIONS(2836), - [sym_float_literal] = ACTIONS(2836), - [sym_rune_literal] = ACTIONS(2836), - [anon_sym_AT] = ACTIONS(2836), - [anon_sym_shared] = ACTIONS(2836), - [anon_sym_map_LBRACK] = ACTIONS(2836), - [anon_sym_chan] = ACTIONS(2836), - [anon_sym_thread] = ACTIONS(2836), - [anon_sym_atomic] = ACTIONS(2836), - [sym___double_quote] = ACTIONS(2836), - [sym___single_quote] = ACTIONS(2836), - [sym___c_double_quote] = ACTIONS(2836), - [sym___c_single_quote] = ACTIONS(2836), - [sym___r_double_quote] = ACTIONS(2836), - [sym___r_single_quote] = ACTIONS(2836), + [anon_sym_SEMI] = ACTIONS(2819), + [anon_sym_DOT] = ACTIONS(2819), + [anon_sym_as] = ACTIONS(2819), + [anon_sym_LBRACE] = ACTIONS(2819), + [anon_sym_COMMA] = ACTIONS(2819), + [anon_sym_RBRACE] = ACTIONS(2819), + [anon_sym_LPAREN] = ACTIONS(2819), + [anon_sym_PIPE] = ACTIONS(2819), + [anon_sym_fn] = ACTIONS(2819), + [anon_sym_PLUS] = ACTIONS(2819), + [anon_sym_DASH] = ACTIONS(2819), + [anon_sym_STAR] = ACTIONS(2819), + [anon_sym_SLASH] = ACTIONS(2819), + [anon_sym_PERCENT] = ACTIONS(2819), + [anon_sym_LT] = ACTIONS(2819), + [anon_sym_GT] = ACTIONS(2819), + [anon_sym_EQ_EQ] = ACTIONS(2819), + [anon_sym_BANG_EQ] = ACTIONS(2819), + [anon_sym_LT_EQ] = ACTIONS(2819), + [anon_sym_GT_EQ] = ACTIONS(2819), + [anon_sym_LBRACK] = ACTIONS(2817), + [anon_sym_LT2] = ACTIONS(2819), + [anon_sym_struct] = ACTIONS(2819), + [anon_sym_mut] = ACTIONS(2819), + [anon_sym_PLUS_PLUS] = ACTIONS(2819), + [anon_sym_DASH_DASH] = ACTIONS(2819), + [anon_sym_QMARK] = ACTIONS(2819), + [anon_sym_BANG] = ACTIONS(2819), + [anon_sym_go] = ACTIONS(2819), + [anon_sym_spawn] = ACTIONS(2819), + [anon_sym_json_DOTdecode] = ACTIONS(2819), + [anon_sym_LBRACK2] = ACTIONS(2819), + [anon_sym_TILDE] = ACTIONS(2819), + [anon_sym_CARET] = ACTIONS(2819), + [anon_sym_AMP] = ACTIONS(2819), + [anon_sym_LT_DASH] = ACTIONS(2819), + [anon_sym_LT_LT] = ACTIONS(2819), + [anon_sym_GT_GT] = ACTIONS(2819), + [anon_sym_GT_GT_GT] = ACTIONS(2819), + [anon_sym_AMP_CARET] = ACTIONS(2819), + [anon_sym_AMP_AMP] = ACTIONS(2819), + [anon_sym_PIPE_PIPE] = ACTIONS(2819), + [anon_sym_or] = ACTIONS(2819), + [sym_none] = ACTIONS(2819), + [sym_true] = ACTIONS(2819), + [sym_false] = ACTIONS(2819), + [sym_nil] = ACTIONS(2819), + [anon_sym_QMARK_DOT] = ACTIONS(2819), + [anon_sym_POUND_LBRACK] = ACTIONS(2819), + [anon_sym_if] = ACTIONS(2819), + [anon_sym_DOLLARif] = ACTIONS(2819), + [anon_sym_is] = ACTIONS(2819), + [anon_sym_BANGis] = ACTIONS(2819), + [anon_sym_in] = ACTIONS(2819), + [anon_sym_BANGin] = ACTIONS(2819), + [anon_sym_match] = ACTIONS(2819), + [anon_sym_select] = ACTIONS(2819), + [anon_sym_lock] = ACTIONS(2819), + [anon_sym_rlock] = ACTIONS(2819), + [anon_sym_unsafe] = ACTIONS(2819), + [anon_sym_sql] = ACTIONS(2819), + [sym_int_literal] = ACTIONS(2819), + [sym_float_literal] = ACTIONS(2819), + [sym_rune_literal] = ACTIONS(2819), + [anon_sym_AT] = ACTIONS(2819), + [anon_sym_shared] = ACTIONS(2819), + [anon_sym_map_LBRACK] = ACTIONS(2819), + [anon_sym_chan] = ACTIONS(2819), + [anon_sym_thread] = ACTIONS(2819), + [anon_sym_atomic] = ACTIONS(2819), + [sym___double_quote] = ACTIONS(2819), + [sym___single_quote] = ACTIONS(2819), + [sym___c_double_quote] = ACTIONS(2819), + [sym___c_single_quote] = ACTIONS(2819), + [sym___r_double_quote] = ACTIONS(2819), + [sym___r_single_quote] = ACTIONS(2819), }, [1232] = { - [sym_identifier] = ACTIONS(2864), - [anon_sym_LF] = ACTIONS(2864), - [anon_sym_CR] = ACTIONS(2864), - [anon_sym_CR_LF] = ACTIONS(2864), + [sym_identifier] = ACTIONS(3091), + [anon_sym_LF] = ACTIONS(3091), + [anon_sym_CR] = ACTIONS(3091), + [anon_sym_CR_LF] = ACTIONS(3091), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2864), - [anon_sym_DOT] = ACTIONS(2864), - [anon_sym_as] = ACTIONS(2864), - [anon_sym_LBRACE] = ACTIONS(2864), - [anon_sym_COMMA] = ACTIONS(2864), - [anon_sym_RBRACE] = ACTIONS(2864), - [anon_sym_LPAREN] = ACTIONS(2864), - [anon_sym_PIPE] = ACTIONS(2864), - [anon_sym_fn] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2864), - [anon_sym_SLASH] = ACTIONS(2864), - [anon_sym_PERCENT] = ACTIONS(2864), - [anon_sym_LT] = ACTIONS(2864), - [anon_sym_GT] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2864), - [anon_sym_BANG_EQ] = ACTIONS(2864), - [anon_sym_LT_EQ] = ACTIONS(2864), - [anon_sym_GT_EQ] = ACTIONS(2864), - [anon_sym_LBRACK] = ACTIONS(2862), - [anon_sym_struct] = ACTIONS(2864), - [anon_sym_mut] = ACTIONS(2864), - [anon_sym_PLUS_PLUS] = ACTIONS(2864), - [anon_sym_DASH_DASH] = ACTIONS(2864), - [anon_sym_QMARK] = ACTIONS(2864), - [anon_sym_BANG] = ACTIONS(2864), - [anon_sym_go] = ACTIONS(2864), - [anon_sym_spawn] = ACTIONS(2864), - [anon_sym_json_DOTdecode] = ACTIONS(2864), - [anon_sym_LBRACK2] = ACTIONS(2864), - [anon_sym_TILDE] = ACTIONS(2864), - [anon_sym_CARET] = ACTIONS(2864), - [anon_sym_AMP] = ACTIONS(2864), - [anon_sym_LT_DASH] = ACTIONS(2864), - [anon_sym_LT_LT] = ACTIONS(2864), - [anon_sym_GT_GT] = ACTIONS(2864), - [anon_sym_GT_GT_GT] = ACTIONS(2864), - [anon_sym_AMP_CARET] = ACTIONS(2864), - [anon_sym_AMP_AMP] = ACTIONS(2864), - [anon_sym_PIPE_PIPE] = ACTIONS(2864), - [anon_sym_or] = ACTIONS(2864), - [sym_none] = ACTIONS(2864), - [sym_true] = ACTIONS(2864), - [sym_false] = ACTIONS(2864), - [sym_nil] = ACTIONS(2864), - [anon_sym_QMARK_DOT] = ACTIONS(2864), - [anon_sym_POUND_LBRACK] = ACTIONS(2864), - [anon_sym_if] = ACTIONS(2864), - [anon_sym_DOLLARif] = ACTIONS(2864), - [anon_sym_is] = ACTIONS(2864), - [anon_sym_BANGis] = ACTIONS(2864), - [anon_sym_in] = ACTIONS(2864), - [anon_sym_BANGin] = ACTIONS(2864), - [anon_sym_match] = ACTIONS(2864), - [anon_sym_select] = ACTIONS(2864), - [anon_sym_lock] = ACTIONS(2864), - [anon_sym_rlock] = ACTIONS(2864), - [anon_sym_unsafe] = ACTIONS(2864), - [anon_sym_sql] = ACTIONS(2864), - [sym_int_literal] = ACTIONS(2864), - [sym_float_literal] = ACTIONS(2864), - [sym_rune_literal] = ACTIONS(2864), - [anon_sym_AT] = ACTIONS(2864), - [anon_sym_shared] = ACTIONS(2864), - [anon_sym_map_LBRACK] = ACTIONS(2864), - [anon_sym_chan] = ACTIONS(2864), - [anon_sym_thread] = ACTIONS(2864), - [anon_sym_atomic] = ACTIONS(2864), - [sym___double_quote] = ACTIONS(2864), - [sym___single_quote] = ACTIONS(2864), - [sym___c_double_quote] = ACTIONS(2864), - [sym___c_single_quote] = ACTIONS(2864), - [sym___r_double_quote] = ACTIONS(2864), - [sym___r_single_quote] = ACTIONS(2864), + [anon_sym_SEMI] = ACTIONS(3091), + [anon_sym_DOT] = ACTIONS(3091), + [anon_sym_as] = ACTIONS(3091), + [anon_sym_LBRACE] = ACTIONS(3091), + [anon_sym_COMMA] = ACTIONS(3091), + [anon_sym_RBRACE] = ACTIONS(3091), + [anon_sym_LPAREN] = ACTIONS(3091), + [anon_sym_PIPE] = ACTIONS(3091), + [anon_sym_fn] = ACTIONS(3091), + [anon_sym_PLUS] = ACTIONS(3091), + [anon_sym_DASH] = ACTIONS(3091), + [anon_sym_STAR] = ACTIONS(3091), + [anon_sym_SLASH] = ACTIONS(3091), + [anon_sym_PERCENT] = ACTIONS(3091), + [anon_sym_LT] = ACTIONS(3091), + [anon_sym_GT] = ACTIONS(3091), + [anon_sym_EQ_EQ] = ACTIONS(3091), + [anon_sym_BANG_EQ] = ACTIONS(3091), + [anon_sym_LT_EQ] = ACTIONS(3091), + [anon_sym_GT_EQ] = ACTIONS(3091), + [anon_sym_LBRACK] = ACTIONS(3089), + [anon_sym_LT2] = ACTIONS(3091), + [anon_sym_struct] = ACTIONS(3091), + [anon_sym_mut] = ACTIONS(3091), + [anon_sym_PLUS_PLUS] = ACTIONS(3091), + [anon_sym_DASH_DASH] = ACTIONS(3091), + [anon_sym_QMARK] = ACTIONS(3091), + [anon_sym_BANG] = ACTIONS(3091), + [anon_sym_go] = ACTIONS(3091), + [anon_sym_spawn] = ACTIONS(3091), + [anon_sym_json_DOTdecode] = ACTIONS(3091), + [anon_sym_LBRACK2] = ACTIONS(3091), + [anon_sym_TILDE] = ACTIONS(3091), + [anon_sym_CARET] = ACTIONS(3091), + [anon_sym_AMP] = ACTIONS(3091), + [anon_sym_LT_DASH] = ACTIONS(3091), + [anon_sym_LT_LT] = ACTIONS(3091), + [anon_sym_GT_GT] = ACTIONS(3091), + [anon_sym_GT_GT_GT] = ACTIONS(3091), + [anon_sym_AMP_CARET] = ACTIONS(3091), + [anon_sym_AMP_AMP] = ACTIONS(3091), + [anon_sym_PIPE_PIPE] = ACTIONS(3091), + [anon_sym_or] = ACTIONS(3091), + [sym_none] = ACTIONS(3091), + [sym_true] = ACTIONS(3091), + [sym_false] = ACTIONS(3091), + [sym_nil] = ACTIONS(3091), + [anon_sym_QMARK_DOT] = ACTIONS(3091), + [anon_sym_POUND_LBRACK] = ACTIONS(3091), + [anon_sym_if] = ACTIONS(3091), + [anon_sym_DOLLARif] = ACTIONS(3091), + [anon_sym_is] = ACTIONS(3091), + [anon_sym_BANGis] = ACTIONS(3091), + [anon_sym_in] = ACTIONS(3091), + [anon_sym_BANGin] = ACTIONS(3091), + [anon_sym_match] = ACTIONS(3091), + [anon_sym_select] = ACTIONS(3091), + [anon_sym_lock] = ACTIONS(3091), + [anon_sym_rlock] = ACTIONS(3091), + [anon_sym_unsafe] = ACTIONS(3091), + [anon_sym_sql] = ACTIONS(3091), + [sym_int_literal] = ACTIONS(3091), + [sym_float_literal] = ACTIONS(3091), + [sym_rune_literal] = ACTIONS(3091), + [anon_sym_AT] = ACTIONS(3091), + [anon_sym_shared] = ACTIONS(3091), + [anon_sym_map_LBRACK] = ACTIONS(3091), + [anon_sym_chan] = ACTIONS(3091), + [anon_sym_thread] = ACTIONS(3091), + [anon_sym_atomic] = ACTIONS(3091), + [sym___double_quote] = ACTIONS(3091), + [sym___single_quote] = ACTIONS(3091), + [sym___c_double_quote] = ACTIONS(3091), + [sym___c_single_quote] = ACTIONS(3091), + [sym___r_double_quote] = ACTIONS(3091), + [sym___r_single_quote] = ACTIONS(3091), }, [1233] = { - [sym_identifier] = ACTIONS(2967), - [anon_sym_LF] = ACTIONS(2967), - [anon_sym_CR] = ACTIONS(2967), - [anon_sym_CR_LF] = ACTIONS(2967), + [sym_identifier] = ACTIONS(2628), + [anon_sym_LF] = ACTIONS(2628), + [anon_sym_CR] = ACTIONS(2628), + [anon_sym_CR_LF] = ACTIONS(2628), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2967), - [anon_sym_DOT] = ACTIONS(2967), - [anon_sym_as] = ACTIONS(2967), - [anon_sym_LBRACE] = ACTIONS(2967), - [anon_sym_COMMA] = ACTIONS(2967), - [anon_sym_RBRACE] = ACTIONS(2967), - [anon_sym_LPAREN] = ACTIONS(2967), - [anon_sym_PIPE] = ACTIONS(2967), - [anon_sym_fn] = ACTIONS(2967), - [anon_sym_PLUS] = ACTIONS(2967), - [anon_sym_DASH] = ACTIONS(2967), - [anon_sym_STAR] = ACTIONS(2967), - [anon_sym_SLASH] = ACTIONS(2967), - [anon_sym_PERCENT] = ACTIONS(2967), - [anon_sym_LT] = ACTIONS(2967), - [anon_sym_GT] = ACTIONS(2967), - [anon_sym_EQ_EQ] = ACTIONS(2967), - [anon_sym_BANG_EQ] = ACTIONS(2967), - [anon_sym_LT_EQ] = ACTIONS(2967), - [anon_sym_GT_EQ] = ACTIONS(2967), - [anon_sym_LBRACK] = ACTIONS(2965), - [anon_sym_struct] = ACTIONS(2967), - [anon_sym_mut] = ACTIONS(2967), - [anon_sym_PLUS_PLUS] = ACTIONS(2967), - [anon_sym_DASH_DASH] = ACTIONS(2967), - [anon_sym_QMARK] = ACTIONS(2967), - [anon_sym_BANG] = ACTIONS(2967), - [anon_sym_go] = ACTIONS(2967), - [anon_sym_spawn] = ACTIONS(2967), - [anon_sym_json_DOTdecode] = ACTIONS(2967), - [anon_sym_LBRACK2] = ACTIONS(2967), - [anon_sym_TILDE] = ACTIONS(2967), - [anon_sym_CARET] = ACTIONS(2967), - [anon_sym_AMP] = ACTIONS(2967), - [anon_sym_LT_DASH] = ACTIONS(2967), - [anon_sym_LT_LT] = ACTIONS(2967), - [anon_sym_GT_GT] = ACTIONS(2967), - [anon_sym_GT_GT_GT] = ACTIONS(2967), - [anon_sym_AMP_CARET] = ACTIONS(2967), - [anon_sym_AMP_AMP] = ACTIONS(2967), - [anon_sym_PIPE_PIPE] = ACTIONS(2967), - [anon_sym_or] = ACTIONS(2967), - [sym_none] = ACTIONS(2967), - [sym_true] = ACTIONS(2967), - [sym_false] = ACTIONS(2967), - [sym_nil] = ACTIONS(2967), - [anon_sym_QMARK_DOT] = ACTIONS(2967), - [anon_sym_POUND_LBRACK] = ACTIONS(2967), - [anon_sym_if] = ACTIONS(2967), - [anon_sym_DOLLARif] = ACTIONS(2967), - [anon_sym_is] = ACTIONS(2967), - [anon_sym_BANGis] = ACTIONS(2967), - [anon_sym_in] = ACTIONS(2967), - [anon_sym_BANGin] = ACTIONS(2967), - [anon_sym_match] = ACTIONS(2967), - [anon_sym_select] = ACTIONS(2967), - [anon_sym_lock] = ACTIONS(2967), - [anon_sym_rlock] = ACTIONS(2967), - [anon_sym_unsafe] = ACTIONS(2967), - [anon_sym_sql] = ACTIONS(2967), - [sym_int_literal] = ACTIONS(2967), - [sym_float_literal] = ACTIONS(2967), - [sym_rune_literal] = ACTIONS(2967), - [anon_sym_AT] = ACTIONS(2967), - [anon_sym_shared] = ACTIONS(2967), - [anon_sym_map_LBRACK] = ACTIONS(2967), - [anon_sym_chan] = ACTIONS(2967), - [anon_sym_thread] = ACTIONS(2967), - [anon_sym_atomic] = ACTIONS(2967), - [sym___double_quote] = ACTIONS(2967), - [sym___single_quote] = ACTIONS(2967), - [sym___c_double_quote] = ACTIONS(2967), - [sym___c_single_quote] = ACTIONS(2967), - [sym___r_double_quote] = ACTIONS(2967), - [sym___r_single_quote] = ACTIONS(2967), + [anon_sym_SEMI] = ACTIONS(2628), + [anon_sym_DOT] = ACTIONS(2628), + [anon_sym_as] = ACTIONS(2628), + [anon_sym_LBRACE] = ACTIONS(2628), + [anon_sym_COMMA] = ACTIONS(2628), + [anon_sym_RBRACE] = ACTIONS(2628), + [anon_sym_LPAREN] = ACTIONS(2628), + [anon_sym_PIPE] = ACTIONS(2628), + [anon_sym_fn] = ACTIONS(2628), + [anon_sym_PLUS] = ACTIONS(2628), + [anon_sym_DASH] = ACTIONS(2628), + [anon_sym_STAR] = ACTIONS(2628), + [anon_sym_SLASH] = ACTIONS(2628), + [anon_sym_PERCENT] = ACTIONS(2628), + [anon_sym_LT] = ACTIONS(2628), + [anon_sym_GT] = ACTIONS(2628), + [anon_sym_EQ_EQ] = ACTIONS(2628), + [anon_sym_BANG_EQ] = ACTIONS(2628), + [anon_sym_LT_EQ] = ACTIONS(2628), + [anon_sym_GT_EQ] = ACTIONS(2628), + [anon_sym_LBRACK] = ACTIONS(2626), + [anon_sym_LT2] = ACTIONS(2628), + [anon_sym_struct] = ACTIONS(2628), + [anon_sym_mut] = ACTIONS(2628), + [anon_sym_PLUS_PLUS] = ACTIONS(2628), + [anon_sym_DASH_DASH] = ACTIONS(2628), + [anon_sym_QMARK] = ACTIONS(2628), + [anon_sym_BANG] = ACTIONS(2628), + [anon_sym_go] = ACTIONS(2628), + [anon_sym_spawn] = ACTIONS(2628), + [anon_sym_json_DOTdecode] = ACTIONS(2628), + [anon_sym_LBRACK2] = ACTIONS(2628), + [anon_sym_TILDE] = ACTIONS(2628), + [anon_sym_CARET] = ACTIONS(2628), + [anon_sym_AMP] = ACTIONS(2628), + [anon_sym_LT_DASH] = ACTIONS(2628), + [anon_sym_LT_LT] = ACTIONS(2628), + [anon_sym_GT_GT] = ACTIONS(2628), + [anon_sym_GT_GT_GT] = ACTIONS(2628), + [anon_sym_AMP_CARET] = ACTIONS(2628), + [anon_sym_AMP_AMP] = ACTIONS(2628), + [anon_sym_PIPE_PIPE] = ACTIONS(2628), + [anon_sym_or] = ACTIONS(2628), + [sym_none] = ACTIONS(2628), + [sym_true] = ACTIONS(2628), + [sym_false] = ACTIONS(2628), + [sym_nil] = ACTIONS(2628), + [anon_sym_QMARK_DOT] = ACTIONS(2628), + [anon_sym_POUND_LBRACK] = ACTIONS(2628), + [anon_sym_if] = ACTIONS(2628), + [anon_sym_DOLLARif] = ACTIONS(2628), + [anon_sym_is] = ACTIONS(2628), + [anon_sym_BANGis] = ACTIONS(2628), + [anon_sym_in] = ACTIONS(2628), + [anon_sym_BANGin] = ACTIONS(2628), + [anon_sym_match] = ACTIONS(2628), + [anon_sym_select] = ACTIONS(2628), + [anon_sym_lock] = ACTIONS(2628), + [anon_sym_rlock] = ACTIONS(2628), + [anon_sym_unsafe] = ACTIONS(2628), + [anon_sym_sql] = ACTIONS(2628), + [sym_int_literal] = ACTIONS(2628), + [sym_float_literal] = ACTIONS(2628), + [sym_rune_literal] = ACTIONS(2628), + [anon_sym_AT] = ACTIONS(2628), + [anon_sym_shared] = ACTIONS(2628), + [anon_sym_map_LBRACK] = ACTIONS(2628), + [anon_sym_chan] = ACTIONS(2628), + [anon_sym_thread] = ACTIONS(2628), + [anon_sym_atomic] = ACTIONS(2628), + [sym___double_quote] = ACTIONS(2628), + [sym___single_quote] = ACTIONS(2628), + [sym___c_double_quote] = ACTIONS(2628), + [sym___c_single_quote] = ACTIONS(2628), + [sym___r_double_quote] = ACTIONS(2628), + [sym___r_single_quote] = ACTIONS(2628), }, [1234] = { - [sym_identifier] = ACTIONS(2872), - [anon_sym_LF] = ACTIONS(2872), - [anon_sym_CR] = ACTIONS(2872), - [anon_sym_CR_LF] = ACTIONS(2872), + [sym_identifier] = ACTIONS(2863), + [anon_sym_LF] = ACTIONS(2863), + [anon_sym_CR] = ACTIONS(2863), + [anon_sym_CR_LF] = ACTIONS(2863), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2872), - [anon_sym_DOT] = ACTIONS(2872), - [anon_sym_as] = ACTIONS(2872), - [anon_sym_LBRACE] = ACTIONS(2872), - [anon_sym_COMMA] = ACTIONS(2872), - [anon_sym_RBRACE] = ACTIONS(2872), - [anon_sym_LPAREN] = ACTIONS(2872), - [anon_sym_PIPE] = ACTIONS(2872), - [anon_sym_fn] = ACTIONS(2872), - [anon_sym_PLUS] = ACTIONS(2872), - [anon_sym_DASH] = ACTIONS(2872), - [anon_sym_STAR] = ACTIONS(2872), - [anon_sym_SLASH] = ACTIONS(2872), - [anon_sym_PERCENT] = ACTIONS(2872), - [anon_sym_LT] = ACTIONS(2872), - [anon_sym_GT] = ACTIONS(2872), - [anon_sym_EQ_EQ] = ACTIONS(2872), - [anon_sym_BANG_EQ] = ACTIONS(2872), - [anon_sym_LT_EQ] = ACTIONS(2872), - [anon_sym_GT_EQ] = ACTIONS(2872), - [anon_sym_LBRACK] = ACTIONS(2870), - [anon_sym_struct] = ACTIONS(2872), - [anon_sym_mut] = ACTIONS(2872), - [anon_sym_PLUS_PLUS] = ACTIONS(2872), - [anon_sym_DASH_DASH] = ACTIONS(2872), - [anon_sym_QMARK] = ACTIONS(2872), - [anon_sym_BANG] = ACTIONS(2872), - [anon_sym_go] = ACTIONS(2872), - [anon_sym_spawn] = ACTIONS(2872), - [anon_sym_json_DOTdecode] = ACTIONS(2872), - [anon_sym_LBRACK2] = ACTIONS(2872), - [anon_sym_TILDE] = ACTIONS(2872), - [anon_sym_CARET] = ACTIONS(2872), - [anon_sym_AMP] = ACTIONS(2872), - [anon_sym_LT_DASH] = ACTIONS(2872), - [anon_sym_LT_LT] = ACTIONS(2872), - [anon_sym_GT_GT] = ACTIONS(2872), - [anon_sym_GT_GT_GT] = ACTIONS(2872), - [anon_sym_AMP_CARET] = ACTIONS(2872), - [anon_sym_AMP_AMP] = ACTIONS(2872), - [anon_sym_PIPE_PIPE] = ACTIONS(2872), - [anon_sym_or] = ACTIONS(2872), - [sym_none] = ACTIONS(2872), - [sym_true] = ACTIONS(2872), - [sym_false] = ACTIONS(2872), - [sym_nil] = ACTIONS(2872), - [anon_sym_QMARK_DOT] = ACTIONS(2872), - [anon_sym_POUND_LBRACK] = ACTIONS(2872), - [anon_sym_if] = ACTIONS(2872), - [anon_sym_DOLLARif] = ACTIONS(2872), - [anon_sym_is] = ACTIONS(2872), - [anon_sym_BANGis] = ACTIONS(2872), - [anon_sym_in] = ACTIONS(2872), - [anon_sym_BANGin] = ACTIONS(2872), - [anon_sym_match] = ACTIONS(2872), - [anon_sym_select] = ACTIONS(2872), - [anon_sym_lock] = ACTIONS(2872), - [anon_sym_rlock] = ACTIONS(2872), - [anon_sym_unsafe] = ACTIONS(2872), - [anon_sym_sql] = ACTIONS(2872), - [sym_int_literal] = ACTIONS(2872), - [sym_float_literal] = ACTIONS(2872), - [sym_rune_literal] = ACTIONS(2872), - [anon_sym_AT] = ACTIONS(2872), - [anon_sym_shared] = ACTIONS(2872), - [anon_sym_map_LBRACK] = ACTIONS(2872), - [anon_sym_chan] = ACTIONS(2872), - [anon_sym_thread] = ACTIONS(2872), - [anon_sym_atomic] = ACTIONS(2872), - [sym___double_quote] = ACTIONS(2872), - [sym___single_quote] = ACTIONS(2872), - [sym___c_double_quote] = ACTIONS(2872), - [sym___c_single_quote] = ACTIONS(2872), - [sym___r_double_quote] = ACTIONS(2872), - [sym___r_single_quote] = ACTIONS(2872), + [anon_sym_SEMI] = ACTIONS(2863), + [anon_sym_DOT] = ACTIONS(2863), + [anon_sym_as] = ACTIONS(2863), + [anon_sym_LBRACE] = ACTIONS(2863), + [anon_sym_COMMA] = ACTIONS(2863), + [anon_sym_RBRACE] = ACTIONS(2863), + [anon_sym_LPAREN] = ACTIONS(2863), + [anon_sym_PIPE] = ACTIONS(2863), + [anon_sym_fn] = ACTIONS(2863), + [anon_sym_PLUS] = ACTIONS(2863), + [anon_sym_DASH] = ACTIONS(2863), + [anon_sym_STAR] = ACTIONS(2863), + [anon_sym_SLASH] = ACTIONS(2863), + [anon_sym_PERCENT] = ACTIONS(2863), + [anon_sym_LT] = ACTIONS(2863), + [anon_sym_GT] = ACTIONS(2863), + [anon_sym_EQ_EQ] = ACTIONS(2863), + [anon_sym_BANG_EQ] = ACTIONS(2863), + [anon_sym_LT_EQ] = ACTIONS(2863), + [anon_sym_GT_EQ] = ACTIONS(2863), + [anon_sym_LBRACK] = ACTIONS(2861), + [anon_sym_LT2] = ACTIONS(2863), + [anon_sym_struct] = ACTIONS(2863), + [anon_sym_mut] = ACTIONS(2863), + [anon_sym_PLUS_PLUS] = ACTIONS(2863), + [anon_sym_DASH_DASH] = ACTIONS(2863), + [anon_sym_QMARK] = ACTIONS(2863), + [anon_sym_BANG] = ACTIONS(2863), + [anon_sym_go] = ACTIONS(2863), + [anon_sym_spawn] = ACTIONS(2863), + [anon_sym_json_DOTdecode] = ACTIONS(2863), + [anon_sym_LBRACK2] = ACTIONS(2863), + [anon_sym_TILDE] = ACTIONS(2863), + [anon_sym_CARET] = ACTIONS(2863), + [anon_sym_AMP] = ACTIONS(2863), + [anon_sym_LT_DASH] = ACTIONS(2863), + [anon_sym_LT_LT] = ACTIONS(2863), + [anon_sym_GT_GT] = ACTIONS(2863), + [anon_sym_GT_GT_GT] = ACTIONS(2863), + [anon_sym_AMP_CARET] = ACTIONS(2863), + [anon_sym_AMP_AMP] = ACTIONS(2863), + [anon_sym_PIPE_PIPE] = ACTIONS(2863), + [anon_sym_or] = ACTIONS(2863), + [sym_none] = ACTIONS(2863), + [sym_true] = ACTIONS(2863), + [sym_false] = ACTIONS(2863), + [sym_nil] = ACTIONS(2863), + [anon_sym_QMARK_DOT] = ACTIONS(2863), + [anon_sym_POUND_LBRACK] = ACTIONS(2863), + [anon_sym_if] = ACTIONS(2863), + [anon_sym_DOLLARif] = ACTIONS(2863), + [anon_sym_is] = ACTIONS(2863), + [anon_sym_BANGis] = ACTIONS(2863), + [anon_sym_in] = ACTIONS(2863), + [anon_sym_BANGin] = ACTIONS(2863), + [anon_sym_match] = ACTIONS(2863), + [anon_sym_select] = ACTIONS(2863), + [anon_sym_lock] = ACTIONS(2863), + [anon_sym_rlock] = ACTIONS(2863), + [anon_sym_unsafe] = ACTIONS(2863), + [anon_sym_sql] = ACTIONS(2863), + [sym_int_literal] = ACTIONS(2863), + [sym_float_literal] = ACTIONS(2863), + [sym_rune_literal] = ACTIONS(2863), + [anon_sym_AT] = ACTIONS(2863), + [anon_sym_shared] = ACTIONS(2863), + [anon_sym_map_LBRACK] = ACTIONS(2863), + [anon_sym_chan] = ACTIONS(2863), + [anon_sym_thread] = ACTIONS(2863), + [anon_sym_atomic] = ACTIONS(2863), + [sym___double_quote] = ACTIONS(2863), + [sym___single_quote] = ACTIONS(2863), + [sym___c_double_quote] = ACTIONS(2863), + [sym___c_single_quote] = ACTIONS(2863), + [sym___r_double_quote] = ACTIONS(2863), + [sym___r_single_quote] = ACTIONS(2863), }, [1235] = { - [sym_identifier] = ACTIONS(2876), - [anon_sym_LF] = ACTIONS(2876), - [anon_sym_CR] = ACTIONS(2876), - [anon_sym_CR_LF] = ACTIONS(2876), + [sym_identifier] = ACTIONS(2773), + [anon_sym_LF] = ACTIONS(2773), + [anon_sym_CR] = ACTIONS(2773), + [anon_sym_CR_LF] = ACTIONS(2773), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2876), - [anon_sym_DOT] = ACTIONS(2876), - [anon_sym_as] = ACTIONS(2876), - [anon_sym_LBRACE] = ACTIONS(2876), - [anon_sym_COMMA] = ACTIONS(2876), - [anon_sym_RBRACE] = ACTIONS(2876), - [anon_sym_LPAREN] = ACTIONS(2876), - [anon_sym_PIPE] = ACTIONS(2876), - [anon_sym_fn] = ACTIONS(2876), - [anon_sym_PLUS] = ACTIONS(2876), - [anon_sym_DASH] = ACTIONS(2876), - [anon_sym_STAR] = ACTIONS(2876), - [anon_sym_SLASH] = ACTIONS(2876), - [anon_sym_PERCENT] = ACTIONS(2876), - [anon_sym_LT] = ACTIONS(2876), - [anon_sym_GT] = ACTIONS(2876), - [anon_sym_EQ_EQ] = ACTIONS(2876), - [anon_sym_BANG_EQ] = ACTIONS(2876), - [anon_sym_LT_EQ] = ACTIONS(2876), - [anon_sym_GT_EQ] = ACTIONS(2876), - [anon_sym_LBRACK] = ACTIONS(2874), - [anon_sym_struct] = ACTIONS(2876), - [anon_sym_mut] = ACTIONS(2876), - [anon_sym_PLUS_PLUS] = ACTIONS(2876), - [anon_sym_DASH_DASH] = ACTIONS(2876), - [anon_sym_QMARK] = ACTIONS(2876), - [anon_sym_BANG] = ACTIONS(2876), - [anon_sym_go] = ACTIONS(2876), - [anon_sym_spawn] = ACTIONS(2876), - [anon_sym_json_DOTdecode] = ACTIONS(2876), - [anon_sym_LBRACK2] = ACTIONS(2876), - [anon_sym_TILDE] = ACTIONS(2876), - [anon_sym_CARET] = ACTIONS(2876), - [anon_sym_AMP] = ACTIONS(2876), - [anon_sym_LT_DASH] = ACTIONS(2876), - [anon_sym_LT_LT] = ACTIONS(2876), - [anon_sym_GT_GT] = ACTIONS(2876), - [anon_sym_GT_GT_GT] = ACTIONS(2876), - [anon_sym_AMP_CARET] = ACTIONS(2876), - [anon_sym_AMP_AMP] = ACTIONS(2876), - [anon_sym_PIPE_PIPE] = ACTIONS(2876), - [anon_sym_or] = ACTIONS(2876), - [sym_none] = ACTIONS(2876), - [sym_true] = ACTIONS(2876), - [sym_false] = ACTIONS(2876), - [sym_nil] = ACTIONS(2876), - [anon_sym_QMARK_DOT] = ACTIONS(2876), - [anon_sym_POUND_LBRACK] = ACTIONS(2876), - [anon_sym_if] = ACTIONS(2876), - [anon_sym_DOLLARif] = ACTIONS(2876), - [anon_sym_is] = ACTIONS(2876), - [anon_sym_BANGis] = ACTIONS(2876), - [anon_sym_in] = ACTIONS(2876), - [anon_sym_BANGin] = ACTIONS(2876), - [anon_sym_match] = ACTIONS(2876), - [anon_sym_select] = ACTIONS(2876), - [anon_sym_lock] = ACTIONS(2876), - [anon_sym_rlock] = ACTIONS(2876), - [anon_sym_unsafe] = ACTIONS(2876), - [anon_sym_sql] = ACTIONS(2876), - [sym_int_literal] = ACTIONS(2876), - [sym_float_literal] = ACTIONS(2876), - [sym_rune_literal] = ACTIONS(2876), - [anon_sym_AT] = ACTIONS(2876), - [anon_sym_shared] = ACTIONS(2876), - [anon_sym_map_LBRACK] = ACTIONS(2876), - [anon_sym_chan] = ACTIONS(2876), - [anon_sym_thread] = ACTIONS(2876), - [anon_sym_atomic] = ACTIONS(2876), - [sym___double_quote] = ACTIONS(2876), - [sym___single_quote] = ACTIONS(2876), - [sym___c_double_quote] = ACTIONS(2876), - [sym___c_single_quote] = ACTIONS(2876), - [sym___r_double_quote] = ACTIONS(2876), - [sym___r_single_quote] = ACTIONS(2876), + [anon_sym_SEMI] = ACTIONS(2773), + [anon_sym_DOT] = ACTIONS(2773), + [anon_sym_as] = ACTIONS(2773), + [anon_sym_LBRACE] = ACTIONS(2773), + [anon_sym_COMMA] = ACTIONS(2773), + [anon_sym_RBRACE] = ACTIONS(2773), + [anon_sym_LPAREN] = ACTIONS(2773), + [anon_sym_PIPE] = ACTIONS(2773), + [anon_sym_fn] = ACTIONS(2773), + [anon_sym_PLUS] = ACTIONS(2773), + [anon_sym_DASH] = ACTIONS(2773), + [anon_sym_STAR] = ACTIONS(2773), + [anon_sym_SLASH] = ACTIONS(2773), + [anon_sym_PERCENT] = ACTIONS(2773), + [anon_sym_LT] = ACTIONS(2773), + [anon_sym_GT] = ACTIONS(2773), + [anon_sym_EQ_EQ] = ACTIONS(2773), + [anon_sym_BANG_EQ] = ACTIONS(2773), + [anon_sym_LT_EQ] = ACTIONS(2773), + [anon_sym_GT_EQ] = ACTIONS(2773), + [anon_sym_LBRACK] = ACTIONS(2771), + [anon_sym_LT2] = ACTIONS(2773), + [anon_sym_struct] = ACTIONS(2773), + [anon_sym_mut] = ACTIONS(2773), + [anon_sym_PLUS_PLUS] = ACTIONS(2773), + [anon_sym_DASH_DASH] = ACTIONS(2773), + [anon_sym_QMARK] = ACTIONS(2773), + [anon_sym_BANG] = ACTIONS(2773), + [anon_sym_go] = ACTIONS(2773), + [anon_sym_spawn] = ACTIONS(2773), + [anon_sym_json_DOTdecode] = ACTIONS(2773), + [anon_sym_LBRACK2] = ACTIONS(2773), + [anon_sym_TILDE] = ACTIONS(2773), + [anon_sym_CARET] = ACTIONS(2773), + [anon_sym_AMP] = ACTIONS(2773), + [anon_sym_LT_DASH] = ACTIONS(2773), + [anon_sym_LT_LT] = ACTIONS(2773), + [anon_sym_GT_GT] = ACTIONS(2773), + [anon_sym_GT_GT_GT] = ACTIONS(2773), + [anon_sym_AMP_CARET] = ACTIONS(2773), + [anon_sym_AMP_AMP] = ACTIONS(2773), + [anon_sym_PIPE_PIPE] = ACTIONS(2773), + [anon_sym_or] = ACTIONS(2773), + [sym_none] = ACTIONS(2773), + [sym_true] = ACTIONS(2773), + [sym_false] = ACTIONS(2773), + [sym_nil] = ACTIONS(2773), + [anon_sym_QMARK_DOT] = ACTIONS(2773), + [anon_sym_POUND_LBRACK] = ACTIONS(2773), + [anon_sym_if] = ACTIONS(2773), + [anon_sym_DOLLARif] = ACTIONS(2773), + [anon_sym_is] = ACTIONS(2773), + [anon_sym_BANGis] = ACTIONS(2773), + [anon_sym_in] = ACTIONS(2773), + [anon_sym_BANGin] = ACTIONS(2773), + [anon_sym_match] = ACTIONS(2773), + [anon_sym_select] = ACTIONS(2773), + [anon_sym_lock] = ACTIONS(2773), + [anon_sym_rlock] = ACTIONS(2773), + [anon_sym_unsafe] = ACTIONS(2773), + [anon_sym_sql] = ACTIONS(2773), + [sym_int_literal] = ACTIONS(2773), + [sym_float_literal] = ACTIONS(2773), + [sym_rune_literal] = ACTIONS(2773), + [anon_sym_AT] = ACTIONS(2773), + [anon_sym_shared] = ACTIONS(2773), + [anon_sym_map_LBRACK] = ACTIONS(2773), + [anon_sym_chan] = ACTIONS(2773), + [anon_sym_thread] = ACTIONS(2773), + [anon_sym_atomic] = ACTIONS(2773), + [sym___double_quote] = ACTIONS(2773), + [sym___single_quote] = ACTIONS(2773), + [sym___c_double_quote] = ACTIONS(2773), + [sym___c_single_quote] = ACTIONS(2773), + [sym___r_double_quote] = ACTIONS(2773), + [sym___r_single_quote] = ACTIONS(2773), }, [1236] = { - [sym_identifier] = ACTIONS(2899), - [anon_sym_LF] = ACTIONS(2899), - [anon_sym_CR] = ACTIONS(2899), - [anon_sym_CR_LF] = ACTIONS(2899), + [sym_identifier] = ACTIONS(3099), + [anon_sym_LF] = ACTIONS(3099), + [anon_sym_CR] = ACTIONS(3099), + [anon_sym_CR_LF] = ACTIONS(3099), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2899), - [anon_sym_DOT] = ACTIONS(2899), - [anon_sym_as] = ACTIONS(2899), - [anon_sym_LBRACE] = ACTIONS(2899), - [anon_sym_COMMA] = ACTIONS(2899), - [anon_sym_RBRACE] = ACTIONS(2899), - [anon_sym_LPAREN] = ACTIONS(2899), - [anon_sym_PIPE] = ACTIONS(2899), - [anon_sym_fn] = ACTIONS(2899), - [anon_sym_PLUS] = ACTIONS(2899), - [anon_sym_DASH] = ACTIONS(2899), - [anon_sym_STAR] = ACTIONS(2899), - [anon_sym_SLASH] = ACTIONS(2899), - [anon_sym_PERCENT] = ACTIONS(2899), - [anon_sym_LT] = ACTIONS(2899), - [anon_sym_GT] = ACTIONS(2899), - [anon_sym_EQ_EQ] = ACTIONS(2899), - [anon_sym_BANG_EQ] = ACTIONS(2899), - [anon_sym_LT_EQ] = ACTIONS(2899), - [anon_sym_GT_EQ] = ACTIONS(2899), - [anon_sym_LBRACK] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(2899), - [anon_sym_mut] = ACTIONS(2899), - [anon_sym_PLUS_PLUS] = ACTIONS(2899), - [anon_sym_DASH_DASH] = ACTIONS(2899), - [anon_sym_QMARK] = ACTIONS(2899), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2899), - [anon_sym_spawn] = ACTIONS(2899), - [anon_sym_json_DOTdecode] = ACTIONS(2899), - [anon_sym_LBRACK2] = ACTIONS(2899), - [anon_sym_TILDE] = ACTIONS(2899), - [anon_sym_CARET] = ACTIONS(2899), - [anon_sym_AMP] = ACTIONS(2899), - [anon_sym_LT_DASH] = ACTIONS(2899), - [anon_sym_LT_LT] = ACTIONS(2899), - [anon_sym_GT_GT] = ACTIONS(2899), - [anon_sym_GT_GT_GT] = ACTIONS(2899), - [anon_sym_AMP_CARET] = ACTIONS(2899), - [anon_sym_AMP_AMP] = ACTIONS(2899), - [anon_sym_PIPE_PIPE] = ACTIONS(2899), - [anon_sym_or] = ACTIONS(2899), - [sym_none] = ACTIONS(2899), - [sym_true] = ACTIONS(2899), - [sym_false] = ACTIONS(2899), - [sym_nil] = ACTIONS(2899), - [anon_sym_QMARK_DOT] = ACTIONS(2899), - [anon_sym_POUND_LBRACK] = ACTIONS(2899), - [anon_sym_if] = ACTIONS(2899), - [anon_sym_DOLLARif] = ACTIONS(2899), - [anon_sym_is] = ACTIONS(2899), - [anon_sym_BANGis] = ACTIONS(2899), - [anon_sym_in] = ACTIONS(2899), - [anon_sym_BANGin] = ACTIONS(2899), - [anon_sym_match] = ACTIONS(2899), - [anon_sym_select] = ACTIONS(2899), - [anon_sym_lock] = ACTIONS(2899), - [anon_sym_rlock] = ACTIONS(2899), - [anon_sym_unsafe] = ACTIONS(2899), - [anon_sym_sql] = ACTIONS(2899), - [sym_int_literal] = ACTIONS(2899), - [sym_float_literal] = ACTIONS(2899), - [sym_rune_literal] = ACTIONS(2899), - [anon_sym_AT] = ACTIONS(2899), - [anon_sym_shared] = ACTIONS(2899), - [anon_sym_map_LBRACK] = ACTIONS(2899), - [anon_sym_chan] = ACTIONS(2899), - [anon_sym_thread] = ACTIONS(2899), - [anon_sym_atomic] = ACTIONS(2899), - [sym___double_quote] = ACTIONS(2899), - [sym___single_quote] = ACTIONS(2899), - [sym___c_double_quote] = ACTIONS(2899), - [sym___c_single_quote] = ACTIONS(2899), - [sym___r_double_quote] = ACTIONS(2899), - [sym___r_single_quote] = ACTIONS(2899), + [anon_sym_SEMI] = ACTIONS(3099), + [anon_sym_DOT] = ACTIONS(3099), + [anon_sym_as] = ACTIONS(3099), + [anon_sym_LBRACE] = ACTIONS(3099), + [anon_sym_COMMA] = ACTIONS(3099), + [anon_sym_RBRACE] = ACTIONS(3099), + [anon_sym_LPAREN] = ACTIONS(3099), + [anon_sym_PIPE] = ACTIONS(3099), + [anon_sym_fn] = ACTIONS(3099), + [anon_sym_PLUS] = ACTIONS(3099), + [anon_sym_DASH] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3099), + [anon_sym_SLASH] = ACTIONS(3099), + [anon_sym_PERCENT] = ACTIONS(3099), + [anon_sym_LT] = ACTIONS(3099), + [anon_sym_GT] = ACTIONS(3099), + [anon_sym_EQ_EQ] = ACTIONS(3099), + [anon_sym_BANG_EQ] = ACTIONS(3099), + [anon_sym_LT_EQ] = ACTIONS(3099), + [anon_sym_GT_EQ] = ACTIONS(3099), + [anon_sym_LBRACK] = ACTIONS(3097), + [anon_sym_LT2] = ACTIONS(3099), + [anon_sym_struct] = ACTIONS(3099), + [anon_sym_mut] = ACTIONS(3099), + [anon_sym_PLUS_PLUS] = ACTIONS(3099), + [anon_sym_DASH_DASH] = ACTIONS(3099), + [anon_sym_QMARK] = ACTIONS(3099), + [anon_sym_BANG] = ACTIONS(3099), + [anon_sym_go] = ACTIONS(3099), + [anon_sym_spawn] = ACTIONS(3099), + [anon_sym_json_DOTdecode] = ACTIONS(3099), + [anon_sym_LBRACK2] = ACTIONS(3099), + [anon_sym_TILDE] = ACTIONS(3099), + [anon_sym_CARET] = ACTIONS(3099), + [anon_sym_AMP] = ACTIONS(3099), + [anon_sym_LT_DASH] = ACTIONS(3099), + [anon_sym_LT_LT] = ACTIONS(3099), + [anon_sym_GT_GT] = ACTIONS(3099), + [anon_sym_GT_GT_GT] = ACTIONS(3099), + [anon_sym_AMP_CARET] = ACTIONS(3099), + [anon_sym_AMP_AMP] = ACTIONS(3099), + [anon_sym_PIPE_PIPE] = ACTIONS(3099), + [anon_sym_or] = ACTIONS(3099), + [sym_none] = ACTIONS(3099), + [sym_true] = ACTIONS(3099), + [sym_false] = ACTIONS(3099), + [sym_nil] = ACTIONS(3099), + [anon_sym_QMARK_DOT] = ACTIONS(3099), + [anon_sym_POUND_LBRACK] = ACTIONS(3099), + [anon_sym_if] = ACTIONS(3099), + [anon_sym_DOLLARif] = ACTIONS(3099), + [anon_sym_is] = ACTIONS(3099), + [anon_sym_BANGis] = ACTIONS(3099), + [anon_sym_in] = ACTIONS(3099), + [anon_sym_BANGin] = ACTIONS(3099), + [anon_sym_match] = ACTIONS(3099), + [anon_sym_select] = ACTIONS(3099), + [anon_sym_lock] = ACTIONS(3099), + [anon_sym_rlock] = ACTIONS(3099), + [anon_sym_unsafe] = ACTIONS(3099), + [anon_sym_sql] = ACTIONS(3099), + [sym_int_literal] = ACTIONS(3099), + [sym_float_literal] = ACTIONS(3099), + [sym_rune_literal] = ACTIONS(3099), + [anon_sym_AT] = ACTIONS(3099), + [anon_sym_shared] = ACTIONS(3099), + [anon_sym_map_LBRACK] = ACTIONS(3099), + [anon_sym_chan] = ACTIONS(3099), + [anon_sym_thread] = ACTIONS(3099), + [anon_sym_atomic] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(3099), + [sym___single_quote] = ACTIONS(3099), + [sym___c_double_quote] = ACTIONS(3099), + [sym___c_single_quote] = ACTIONS(3099), + [sym___r_double_quote] = ACTIONS(3099), + [sym___r_single_quote] = ACTIONS(3099), }, [1237] = { - [sym_identifier] = ACTIONS(2852), - [anon_sym_LF] = ACTIONS(2852), - [anon_sym_CR] = ACTIONS(2852), - [anon_sym_CR_LF] = ACTIONS(2852), + [sym_identifier] = ACTIONS(3103), + [anon_sym_LF] = ACTIONS(3103), + [anon_sym_CR] = ACTIONS(3103), + [anon_sym_CR_LF] = ACTIONS(3103), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2852), - [anon_sym_DOT] = ACTIONS(2852), - [anon_sym_as] = ACTIONS(2852), - [anon_sym_LBRACE] = ACTIONS(2852), - [anon_sym_COMMA] = ACTIONS(2852), - [anon_sym_RBRACE] = ACTIONS(2852), - [anon_sym_LPAREN] = ACTIONS(2852), - [anon_sym_PIPE] = ACTIONS(2852), - [anon_sym_fn] = ACTIONS(2852), - [anon_sym_PLUS] = ACTIONS(2852), - [anon_sym_DASH] = ACTIONS(2852), - [anon_sym_STAR] = ACTIONS(2852), - [anon_sym_SLASH] = ACTIONS(2852), - [anon_sym_PERCENT] = ACTIONS(2852), - [anon_sym_LT] = ACTIONS(2852), - [anon_sym_GT] = ACTIONS(2852), - [anon_sym_EQ_EQ] = ACTIONS(2852), - [anon_sym_BANG_EQ] = ACTIONS(2852), - [anon_sym_LT_EQ] = ACTIONS(2852), - [anon_sym_GT_EQ] = ACTIONS(2852), - [anon_sym_LBRACK] = ACTIONS(2850), - [anon_sym_struct] = ACTIONS(2852), - [anon_sym_mut] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2852), - [anon_sym_DASH_DASH] = ACTIONS(2852), - [anon_sym_QMARK] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2852), - [anon_sym_go] = ACTIONS(2852), - [anon_sym_spawn] = ACTIONS(2852), - [anon_sym_json_DOTdecode] = ACTIONS(2852), - [anon_sym_LBRACK2] = ACTIONS(2852), - [anon_sym_TILDE] = ACTIONS(2852), - [anon_sym_CARET] = ACTIONS(2852), - [anon_sym_AMP] = ACTIONS(2852), - [anon_sym_LT_DASH] = ACTIONS(2852), - [anon_sym_LT_LT] = ACTIONS(2852), - [anon_sym_GT_GT] = ACTIONS(2852), - [anon_sym_GT_GT_GT] = ACTIONS(2852), - [anon_sym_AMP_CARET] = ACTIONS(2852), - [anon_sym_AMP_AMP] = ACTIONS(2852), - [anon_sym_PIPE_PIPE] = ACTIONS(2852), - [anon_sym_or] = ACTIONS(2852), - [sym_none] = ACTIONS(2852), - [sym_true] = ACTIONS(2852), - [sym_false] = ACTIONS(2852), - [sym_nil] = ACTIONS(2852), - [anon_sym_QMARK_DOT] = ACTIONS(2852), - [anon_sym_POUND_LBRACK] = ACTIONS(2852), - [anon_sym_if] = ACTIONS(2852), - [anon_sym_DOLLARif] = ACTIONS(2852), - [anon_sym_is] = ACTIONS(2852), - [anon_sym_BANGis] = ACTIONS(2852), - [anon_sym_in] = ACTIONS(2852), - [anon_sym_BANGin] = ACTIONS(2852), - [anon_sym_match] = ACTIONS(2852), - [anon_sym_select] = ACTIONS(2852), - [anon_sym_lock] = ACTIONS(2852), - [anon_sym_rlock] = ACTIONS(2852), - [anon_sym_unsafe] = ACTIONS(2852), - [anon_sym_sql] = ACTIONS(2852), - [sym_int_literal] = ACTIONS(2852), - [sym_float_literal] = ACTIONS(2852), - [sym_rune_literal] = ACTIONS(2852), - [anon_sym_AT] = ACTIONS(2852), - [anon_sym_shared] = ACTIONS(2852), - [anon_sym_map_LBRACK] = ACTIONS(2852), - [anon_sym_chan] = ACTIONS(2852), - [anon_sym_thread] = ACTIONS(2852), - [anon_sym_atomic] = ACTIONS(2852), - [sym___double_quote] = ACTIONS(2852), - [sym___single_quote] = ACTIONS(2852), - [sym___c_double_quote] = ACTIONS(2852), - [sym___c_single_quote] = ACTIONS(2852), - [sym___r_double_quote] = ACTIONS(2852), - [sym___r_single_quote] = ACTIONS(2852), + [anon_sym_SEMI] = ACTIONS(3103), + [anon_sym_DOT] = ACTIONS(3103), + [anon_sym_as] = ACTIONS(3103), + [anon_sym_LBRACE] = ACTIONS(3103), + [anon_sym_COMMA] = ACTIONS(3103), + [anon_sym_RBRACE] = ACTIONS(3103), + [anon_sym_LPAREN] = ACTIONS(3103), + [anon_sym_PIPE] = ACTIONS(3103), + [anon_sym_fn] = ACTIONS(3103), + [anon_sym_PLUS] = ACTIONS(3103), + [anon_sym_DASH] = ACTIONS(3103), + [anon_sym_STAR] = ACTIONS(3103), + [anon_sym_SLASH] = ACTIONS(3103), + [anon_sym_PERCENT] = ACTIONS(3103), + [anon_sym_LT] = ACTIONS(3103), + [anon_sym_GT] = ACTIONS(3103), + [anon_sym_EQ_EQ] = ACTIONS(3103), + [anon_sym_BANG_EQ] = ACTIONS(3103), + [anon_sym_LT_EQ] = ACTIONS(3103), + [anon_sym_GT_EQ] = ACTIONS(3103), + [anon_sym_LBRACK] = ACTIONS(3101), + [anon_sym_LT2] = ACTIONS(3103), + [anon_sym_struct] = ACTIONS(3103), + [anon_sym_mut] = ACTIONS(3103), + [anon_sym_PLUS_PLUS] = ACTIONS(3103), + [anon_sym_DASH_DASH] = ACTIONS(3103), + [anon_sym_QMARK] = ACTIONS(3103), + [anon_sym_BANG] = ACTIONS(3103), + [anon_sym_go] = ACTIONS(3103), + [anon_sym_spawn] = ACTIONS(3103), + [anon_sym_json_DOTdecode] = ACTIONS(3103), + [anon_sym_LBRACK2] = ACTIONS(3103), + [anon_sym_TILDE] = ACTIONS(3103), + [anon_sym_CARET] = ACTIONS(3103), + [anon_sym_AMP] = ACTIONS(3103), + [anon_sym_LT_DASH] = ACTIONS(3103), + [anon_sym_LT_LT] = ACTIONS(3103), + [anon_sym_GT_GT] = ACTIONS(3103), + [anon_sym_GT_GT_GT] = ACTIONS(3103), + [anon_sym_AMP_CARET] = ACTIONS(3103), + [anon_sym_AMP_AMP] = ACTIONS(3103), + [anon_sym_PIPE_PIPE] = ACTIONS(3103), + [anon_sym_or] = ACTIONS(3103), + [sym_none] = ACTIONS(3103), + [sym_true] = ACTIONS(3103), + [sym_false] = ACTIONS(3103), + [sym_nil] = ACTIONS(3103), + [anon_sym_QMARK_DOT] = ACTIONS(3103), + [anon_sym_POUND_LBRACK] = ACTIONS(3103), + [anon_sym_if] = ACTIONS(3103), + [anon_sym_DOLLARif] = ACTIONS(3103), + [anon_sym_is] = ACTIONS(3103), + [anon_sym_BANGis] = ACTIONS(3103), + [anon_sym_in] = ACTIONS(3103), + [anon_sym_BANGin] = ACTIONS(3103), + [anon_sym_match] = ACTIONS(3103), + [anon_sym_select] = ACTIONS(3103), + [anon_sym_lock] = ACTIONS(3103), + [anon_sym_rlock] = ACTIONS(3103), + [anon_sym_unsafe] = ACTIONS(3103), + [anon_sym_sql] = ACTIONS(3103), + [sym_int_literal] = ACTIONS(3103), + [sym_float_literal] = ACTIONS(3103), + [sym_rune_literal] = ACTIONS(3103), + [anon_sym_AT] = ACTIONS(3103), + [anon_sym_shared] = ACTIONS(3103), + [anon_sym_map_LBRACK] = ACTIONS(3103), + [anon_sym_chan] = ACTIONS(3103), + [anon_sym_thread] = ACTIONS(3103), + [anon_sym_atomic] = ACTIONS(3103), + [sym___double_quote] = ACTIONS(3103), + [sym___single_quote] = ACTIONS(3103), + [sym___c_double_quote] = ACTIONS(3103), + [sym___c_single_quote] = ACTIONS(3103), + [sym___r_double_quote] = ACTIONS(3103), + [sym___r_single_quote] = ACTIONS(3103), }, [1238] = { - [sym_identifier] = ACTIONS(2907), - [anon_sym_LF] = ACTIONS(2907), - [anon_sym_CR] = ACTIONS(2907), - [anon_sym_CR_LF] = ACTIONS(2907), + [sym_identifier] = ACTIONS(3111), + [anon_sym_LF] = ACTIONS(3111), + [anon_sym_CR] = ACTIONS(3111), + [anon_sym_CR_LF] = ACTIONS(3111), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2907), - [anon_sym_DOT] = ACTIONS(2907), - [anon_sym_as] = ACTIONS(2907), - [anon_sym_LBRACE] = ACTIONS(2907), - [anon_sym_COMMA] = ACTIONS(2907), - [anon_sym_RBRACE] = ACTIONS(2907), - [anon_sym_LPAREN] = ACTIONS(2907), - [anon_sym_PIPE] = ACTIONS(2907), - [anon_sym_fn] = ACTIONS(2907), - [anon_sym_PLUS] = ACTIONS(2907), - [anon_sym_DASH] = ACTIONS(2907), - [anon_sym_STAR] = ACTIONS(2907), - [anon_sym_SLASH] = ACTIONS(2907), - [anon_sym_PERCENT] = ACTIONS(2907), - [anon_sym_LT] = ACTIONS(2907), - [anon_sym_GT] = ACTIONS(2907), - [anon_sym_EQ_EQ] = ACTIONS(2907), - [anon_sym_BANG_EQ] = ACTIONS(2907), - [anon_sym_LT_EQ] = ACTIONS(2907), - [anon_sym_GT_EQ] = ACTIONS(2907), - [anon_sym_LBRACK] = ACTIONS(2905), - [anon_sym_struct] = ACTIONS(2907), - [anon_sym_mut] = ACTIONS(2907), - [anon_sym_PLUS_PLUS] = ACTIONS(2907), - [anon_sym_DASH_DASH] = ACTIONS(2907), - [anon_sym_QMARK] = ACTIONS(2907), - [anon_sym_BANG] = ACTIONS(2907), - [anon_sym_go] = ACTIONS(2907), - [anon_sym_spawn] = ACTIONS(2907), - [anon_sym_json_DOTdecode] = ACTIONS(2907), - [anon_sym_LBRACK2] = ACTIONS(2907), - [anon_sym_TILDE] = ACTIONS(2907), - [anon_sym_CARET] = ACTIONS(2907), - [anon_sym_AMP] = ACTIONS(2907), - [anon_sym_LT_DASH] = ACTIONS(2907), - [anon_sym_LT_LT] = ACTIONS(2907), - [anon_sym_GT_GT] = ACTIONS(2907), - [anon_sym_GT_GT_GT] = ACTIONS(2907), - [anon_sym_AMP_CARET] = ACTIONS(2907), - [anon_sym_AMP_AMP] = ACTIONS(2907), - [anon_sym_PIPE_PIPE] = ACTIONS(2907), - [anon_sym_or] = ACTIONS(2907), - [sym_none] = ACTIONS(2907), - [sym_true] = ACTIONS(2907), - [sym_false] = ACTIONS(2907), - [sym_nil] = ACTIONS(2907), - [anon_sym_QMARK_DOT] = ACTIONS(2907), - [anon_sym_POUND_LBRACK] = ACTIONS(2907), - [anon_sym_if] = ACTIONS(2907), - [anon_sym_DOLLARif] = ACTIONS(2907), - [anon_sym_is] = ACTIONS(2907), - [anon_sym_BANGis] = ACTIONS(2907), - [anon_sym_in] = ACTIONS(2907), - [anon_sym_BANGin] = ACTIONS(2907), - [anon_sym_match] = ACTIONS(2907), - [anon_sym_select] = ACTIONS(2907), - [anon_sym_lock] = ACTIONS(2907), - [anon_sym_rlock] = ACTIONS(2907), - [anon_sym_unsafe] = ACTIONS(2907), - [anon_sym_sql] = ACTIONS(2907), - [sym_int_literal] = ACTIONS(2907), - [sym_float_literal] = ACTIONS(2907), - [sym_rune_literal] = ACTIONS(2907), - [anon_sym_AT] = ACTIONS(2907), - [anon_sym_shared] = ACTIONS(2907), - [anon_sym_map_LBRACK] = ACTIONS(2907), - [anon_sym_chan] = ACTIONS(2907), - [anon_sym_thread] = ACTIONS(2907), - [anon_sym_atomic] = ACTIONS(2907), - [sym___double_quote] = ACTIONS(2907), - [sym___single_quote] = ACTIONS(2907), - [sym___c_double_quote] = ACTIONS(2907), - [sym___c_single_quote] = ACTIONS(2907), - [sym___r_double_quote] = ACTIONS(2907), - [sym___r_single_quote] = ACTIONS(2907), + [anon_sym_SEMI] = ACTIONS(3111), + [anon_sym_DOT] = ACTIONS(3111), + [anon_sym_as] = ACTIONS(3111), + [anon_sym_LBRACE] = ACTIONS(3111), + [anon_sym_COMMA] = ACTIONS(3111), + [anon_sym_RBRACE] = ACTIONS(3111), + [anon_sym_LPAREN] = ACTIONS(3111), + [anon_sym_PIPE] = ACTIONS(3111), + [anon_sym_fn] = ACTIONS(3111), + [anon_sym_PLUS] = ACTIONS(3111), + [anon_sym_DASH] = ACTIONS(3111), + [anon_sym_STAR] = ACTIONS(3111), + [anon_sym_SLASH] = ACTIONS(3111), + [anon_sym_PERCENT] = ACTIONS(3111), + [anon_sym_LT] = ACTIONS(3111), + [anon_sym_GT] = ACTIONS(3111), + [anon_sym_EQ_EQ] = ACTIONS(3111), + [anon_sym_BANG_EQ] = ACTIONS(3111), + [anon_sym_LT_EQ] = ACTIONS(3111), + [anon_sym_GT_EQ] = ACTIONS(3111), + [anon_sym_LBRACK] = ACTIONS(3109), + [anon_sym_LT2] = ACTIONS(3111), + [anon_sym_struct] = ACTIONS(3111), + [anon_sym_mut] = ACTIONS(3111), + [anon_sym_PLUS_PLUS] = ACTIONS(3111), + [anon_sym_DASH_DASH] = ACTIONS(3111), + [anon_sym_QMARK] = ACTIONS(3111), + [anon_sym_BANG] = ACTIONS(3111), + [anon_sym_go] = ACTIONS(3111), + [anon_sym_spawn] = ACTIONS(3111), + [anon_sym_json_DOTdecode] = ACTIONS(3111), + [anon_sym_LBRACK2] = ACTIONS(3111), + [anon_sym_TILDE] = ACTIONS(3111), + [anon_sym_CARET] = ACTIONS(3111), + [anon_sym_AMP] = ACTIONS(3111), + [anon_sym_LT_DASH] = ACTIONS(3111), + [anon_sym_LT_LT] = ACTIONS(3111), + [anon_sym_GT_GT] = ACTIONS(3111), + [anon_sym_GT_GT_GT] = ACTIONS(3111), + [anon_sym_AMP_CARET] = ACTIONS(3111), + [anon_sym_AMP_AMP] = ACTIONS(3111), + [anon_sym_PIPE_PIPE] = ACTIONS(3111), + [anon_sym_or] = ACTIONS(3111), + [sym_none] = ACTIONS(3111), + [sym_true] = ACTIONS(3111), + [sym_false] = ACTIONS(3111), + [sym_nil] = ACTIONS(3111), + [anon_sym_QMARK_DOT] = ACTIONS(3111), + [anon_sym_POUND_LBRACK] = ACTIONS(3111), + [anon_sym_if] = ACTIONS(3111), + [anon_sym_DOLLARif] = ACTIONS(3111), + [anon_sym_is] = ACTIONS(3111), + [anon_sym_BANGis] = ACTIONS(3111), + [anon_sym_in] = ACTIONS(3111), + [anon_sym_BANGin] = ACTIONS(3111), + [anon_sym_match] = ACTIONS(3111), + [anon_sym_select] = ACTIONS(3111), + [anon_sym_lock] = ACTIONS(3111), + [anon_sym_rlock] = ACTIONS(3111), + [anon_sym_unsafe] = ACTIONS(3111), + [anon_sym_sql] = ACTIONS(3111), + [sym_int_literal] = ACTIONS(3111), + [sym_float_literal] = ACTIONS(3111), + [sym_rune_literal] = ACTIONS(3111), + [anon_sym_AT] = ACTIONS(3111), + [anon_sym_shared] = ACTIONS(3111), + [anon_sym_map_LBRACK] = ACTIONS(3111), + [anon_sym_chan] = ACTIONS(3111), + [anon_sym_thread] = ACTIONS(3111), + [anon_sym_atomic] = ACTIONS(3111), + [sym___double_quote] = ACTIONS(3111), + [sym___single_quote] = ACTIONS(3111), + [sym___c_double_quote] = ACTIONS(3111), + [sym___c_single_quote] = ACTIONS(3111), + [sym___r_double_quote] = ACTIONS(3111), + [sym___r_single_quote] = ACTIONS(3111), }, [1239] = { - [sym_identifier] = ACTIONS(3029), - [anon_sym_LF] = ACTIONS(3029), - [anon_sym_CR] = ACTIONS(3029), - [anon_sym_CR_LF] = ACTIONS(3029), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3029), - [anon_sym_DOT] = ACTIONS(3029), - [anon_sym_as] = ACTIONS(3029), - [anon_sym_LBRACE] = ACTIONS(3029), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_RBRACE] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(3029), - [anon_sym_PIPE] = ACTIONS(3029), - [anon_sym_fn] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3029), - [anon_sym_DASH] = ACTIONS(3029), - [anon_sym_STAR] = ACTIONS(3029), - [anon_sym_SLASH] = ACTIONS(3029), - [anon_sym_PERCENT] = ACTIONS(3029), - [anon_sym_LT] = ACTIONS(3029), - [anon_sym_GT] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3029), - [anon_sym_BANG_EQ] = ACTIONS(3029), - [anon_sym_LT_EQ] = ACTIONS(3029), - [anon_sym_GT_EQ] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3027), - [anon_sym_struct] = ACTIONS(3029), - [anon_sym_mut] = ACTIONS(3029), - [anon_sym_PLUS_PLUS] = ACTIONS(3029), - [anon_sym_DASH_DASH] = ACTIONS(3029), - [anon_sym_QMARK] = ACTIONS(3029), - [anon_sym_BANG] = ACTIONS(3029), - [anon_sym_go] = ACTIONS(3029), - [anon_sym_spawn] = ACTIONS(3029), - [anon_sym_json_DOTdecode] = ACTIONS(3029), - [anon_sym_LBRACK2] = ACTIONS(3029), - [anon_sym_TILDE] = ACTIONS(3029), - [anon_sym_CARET] = ACTIONS(3029), - [anon_sym_AMP] = ACTIONS(3029), - [anon_sym_LT_DASH] = ACTIONS(3029), - [anon_sym_LT_LT] = ACTIONS(3029), - [anon_sym_GT_GT] = ACTIONS(3029), - [anon_sym_GT_GT_GT] = ACTIONS(3029), - [anon_sym_AMP_CARET] = ACTIONS(3029), - [anon_sym_AMP_AMP] = ACTIONS(3029), - [anon_sym_PIPE_PIPE] = ACTIONS(3029), - [anon_sym_or] = ACTIONS(3029), - [sym_none] = ACTIONS(3029), - [sym_true] = ACTIONS(3029), - [sym_false] = ACTIONS(3029), - [sym_nil] = ACTIONS(3029), - [anon_sym_QMARK_DOT] = ACTIONS(3029), - [anon_sym_POUND_LBRACK] = ACTIONS(3029), - [anon_sym_if] = ACTIONS(3029), - [anon_sym_DOLLARif] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3029), - [anon_sym_BANGis] = ACTIONS(3029), - [anon_sym_in] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3029), - [anon_sym_match] = ACTIONS(3029), - [anon_sym_select] = ACTIONS(3029), - [anon_sym_lock] = ACTIONS(3029), - [anon_sym_rlock] = ACTIONS(3029), - [anon_sym_unsafe] = ACTIONS(3029), - [anon_sym_sql] = ACTIONS(3029), - [sym_int_literal] = ACTIONS(3029), - [sym_float_literal] = ACTIONS(3029), - [sym_rune_literal] = ACTIONS(3029), - [anon_sym_AT] = ACTIONS(3029), - [anon_sym_shared] = ACTIONS(3029), - [anon_sym_map_LBRACK] = ACTIONS(3029), - [anon_sym_chan] = ACTIONS(3029), - [anon_sym_thread] = ACTIONS(3029), - [anon_sym_atomic] = ACTIONS(3029), - [sym___double_quote] = ACTIONS(3029), - [sym___single_quote] = ACTIONS(3029), - [sym___c_double_quote] = ACTIONS(3029), - [sym___c_single_quote] = ACTIONS(3029), - [sym___r_double_quote] = ACTIONS(3029), - [sym___r_single_quote] = ACTIONS(3029), - }, - [1240] = { - [sym_identifier] = ACTIONS(3169), - [anon_sym_LF] = ACTIONS(3169), - [anon_sym_CR] = ACTIONS(3169), - [anon_sym_CR_LF] = ACTIONS(3169), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3169), - [anon_sym_DOT] = ACTIONS(3169), - [anon_sym_as] = ACTIONS(3169), - [anon_sym_LBRACE] = ACTIONS(3169), - [anon_sym_COMMA] = ACTIONS(3169), - [anon_sym_RBRACE] = ACTIONS(3169), - [anon_sym_LPAREN] = ACTIONS(3169), - [anon_sym_PIPE] = ACTIONS(3169), - [anon_sym_fn] = ACTIONS(3169), - [anon_sym_PLUS] = ACTIONS(3169), - [anon_sym_DASH] = ACTIONS(3169), - [anon_sym_STAR] = ACTIONS(3169), - [anon_sym_SLASH] = ACTIONS(3169), - [anon_sym_PERCENT] = ACTIONS(3169), - [anon_sym_LT] = ACTIONS(3169), - [anon_sym_GT] = ACTIONS(3169), - [anon_sym_EQ_EQ] = ACTIONS(3169), - [anon_sym_BANG_EQ] = ACTIONS(3169), - [anon_sym_LT_EQ] = ACTIONS(3169), - [anon_sym_GT_EQ] = ACTIONS(3169), - [anon_sym_LBRACK] = ACTIONS(3167), - [anon_sym_struct] = ACTIONS(3169), - [anon_sym_mut] = ACTIONS(3169), - [anon_sym_PLUS_PLUS] = ACTIONS(3169), - [anon_sym_DASH_DASH] = ACTIONS(3169), - [anon_sym_QMARK] = ACTIONS(3169), - [anon_sym_BANG] = ACTIONS(3169), - [anon_sym_go] = ACTIONS(3169), - [anon_sym_spawn] = ACTIONS(3169), - [anon_sym_json_DOTdecode] = ACTIONS(3169), - [anon_sym_LBRACK2] = ACTIONS(3169), - [anon_sym_TILDE] = ACTIONS(3169), - [anon_sym_CARET] = ACTIONS(3169), - [anon_sym_AMP] = ACTIONS(3169), - [anon_sym_LT_DASH] = ACTIONS(3169), - [anon_sym_LT_LT] = ACTIONS(3169), - [anon_sym_GT_GT] = ACTIONS(3169), - [anon_sym_GT_GT_GT] = ACTIONS(3169), - [anon_sym_AMP_CARET] = ACTIONS(3169), - [anon_sym_AMP_AMP] = ACTIONS(3169), - [anon_sym_PIPE_PIPE] = ACTIONS(3169), - [anon_sym_or] = ACTIONS(3169), - [sym_none] = ACTIONS(3169), - [sym_true] = ACTIONS(3169), - [sym_false] = ACTIONS(3169), - [sym_nil] = ACTIONS(3169), - [anon_sym_QMARK_DOT] = ACTIONS(3169), - [anon_sym_POUND_LBRACK] = ACTIONS(3169), - [anon_sym_if] = ACTIONS(3169), - [anon_sym_DOLLARif] = ACTIONS(3169), - [anon_sym_is] = ACTIONS(3169), - [anon_sym_BANGis] = ACTIONS(3169), - [anon_sym_in] = ACTIONS(3169), - [anon_sym_BANGin] = ACTIONS(3169), - [anon_sym_match] = ACTIONS(3169), - [anon_sym_select] = ACTIONS(3169), - [anon_sym_lock] = ACTIONS(3169), - [anon_sym_rlock] = ACTIONS(3169), - [anon_sym_unsafe] = ACTIONS(3169), - [anon_sym_sql] = ACTIONS(3169), - [sym_int_literal] = ACTIONS(3169), - [sym_float_literal] = ACTIONS(3169), - [sym_rune_literal] = ACTIONS(3169), - [anon_sym_AT] = ACTIONS(3169), - [anon_sym_shared] = ACTIONS(3169), - [anon_sym_map_LBRACK] = ACTIONS(3169), - [anon_sym_chan] = ACTIONS(3169), - [anon_sym_thread] = ACTIONS(3169), - [anon_sym_atomic] = ACTIONS(3169), - [sym___double_quote] = ACTIONS(3169), - [sym___single_quote] = ACTIONS(3169), - [sym___c_double_quote] = ACTIONS(3169), - [sym___c_single_quote] = ACTIONS(3169), - [sym___r_double_quote] = ACTIONS(3169), - [sym___r_single_quote] = ACTIONS(3169), - }, - [1241] = { - [sym_identifier] = ACTIONS(3041), - [anon_sym_LF] = ACTIONS(3041), - [anon_sym_CR] = ACTIONS(3041), - [anon_sym_CR_LF] = ACTIONS(3041), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3041), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_as] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3041), - [anon_sym_COMMA] = ACTIONS(3041), - [anon_sym_RBRACE] = ACTIONS(3041), - [anon_sym_LPAREN] = ACTIONS(3041), - [anon_sym_PIPE] = ACTIONS(3041), - [anon_sym_fn] = ACTIONS(3041), - [anon_sym_PLUS] = ACTIONS(3041), - [anon_sym_DASH] = ACTIONS(3041), - [anon_sym_STAR] = ACTIONS(3041), - [anon_sym_SLASH] = ACTIONS(3041), - [anon_sym_PERCENT] = ACTIONS(3041), - [anon_sym_LT] = ACTIONS(3041), - [anon_sym_GT] = ACTIONS(3041), - [anon_sym_EQ_EQ] = ACTIONS(3041), - [anon_sym_BANG_EQ] = ACTIONS(3041), - [anon_sym_LT_EQ] = ACTIONS(3041), - [anon_sym_GT_EQ] = ACTIONS(3041), - [anon_sym_LBRACK] = ACTIONS(3039), - [anon_sym_struct] = ACTIONS(3041), - [anon_sym_mut] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_QMARK] = ACTIONS(3041), - [anon_sym_BANG] = ACTIONS(3041), - [anon_sym_go] = ACTIONS(3041), - [anon_sym_spawn] = ACTIONS(3041), - [anon_sym_json_DOTdecode] = ACTIONS(3041), - [anon_sym_LBRACK2] = ACTIONS(3041), - [anon_sym_TILDE] = ACTIONS(3041), - [anon_sym_CARET] = ACTIONS(3041), - [anon_sym_AMP] = ACTIONS(3041), - [anon_sym_LT_DASH] = ACTIONS(3041), - [anon_sym_LT_LT] = ACTIONS(3041), - [anon_sym_GT_GT] = ACTIONS(3041), - [anon_sym_GT_GT_GT] = ACTIONS(3041), - [anon_sym_AMP_CARET] = ACTIONS(3041), - [anon_sym_AMP_AMP] = ACTIONS(3041), - [anon_sym_PIPE_PIPE] = ACTIONS(3041), - [anon_sym_or] = ACTIONS(3041), - [sym_none] = ACTIONS(3041), - [sym_true] = ACTIONS(3041), - [sym_false] = ACTIONS(3041), - [sym_nil] = ACTIONS(3041), - [anon_sym_QMARK_DOT] = ACTIONS(3041), - [anon_sym_POUND_LBRACK] = ACTIONS(3041), - [anon_sym_if] = ACTIONS(3041), - [anon_sym_DOLLARif] = ACTIONS(3041), - [anon_sym_is] = ACTIONS(3041), - [anon_sym_BANGis] = ACTIONS(3041), - [anon_sym_in] = ACTIONS(3041), - [anon_sym_BANGin] = ACTIONS(3041), - [anon_sym_match] = ACTIONS(3041), - [anon_sym_select] = ACTIONS(3041), - [anon_sym_lock] = ACTIONS(3041), - [anon_sym_rlock] = ACTIONS(3041), - [anon_sym_unsafe] = ACTIONS(3041), - [anon_sym_sql] = ACTIONS(3041), - [sym_int_literal] = ACTIONS(3041), - [sym_float_literal] = ACTIONS(3041), - [sym_rune_literal] = ACTIONS(3041), - [anon_sym_AT] = ACTIONS(3041), - [anon_sym_shared] = ACTIONS(3041), - [anon_sym_map_LBRACK] = ACTIONS(3041), - [anon_sym_chan] = ACTIONS(3041), - [anon_sym_thread] = ACTIONS(3041), - [anon_sym_atomic] = ACTIONS(3041), - [sym___double_quote] = ACTIONS(3041), - [sym___single_quote] = ACTIONS(3041), - [sym___c_double_quote] = ACTIONS(3041), - [sym___c_single_quote] = ACTIONS(3041), - [sym___r_double_quote] = ACTIONS(3041), - [sym___r_single_quote] = ACTIONS(3041), - }, - [1242] = { - [sym_identifier] = ACTIONS(2868), - [anon_sym_LF] = ACTIONS(2868), - [anon_sym_CR] = ACTIONS(2868), - [anon_sym_CR_LF] = ACTIONS(2868), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2868), - [anon_sym_DOT] = ACTIONS(2868), - [anon_sym_as] = ACTIONS(2868), - [anon_sym_LBRACE] = ACTIONS(2868), - [anon_sym_COMMA] = ACTIONS(2868), - [anon_sym_RBRACE] = ACTIONS(2868), - [anon_sym_LPAREN] = ACTIONS(2868), - [anon_sym_PIPE] = ACTIONS(2868), - [anon_sym_fn] = ACTIONS(2868), - [anon_sym_PLUS] = ACTIONS(2868), - [anon_sym_DASH] = ACTIONS(2868), - [anon_sym_STAR] = ACTIONS(2868), - [anon_sym_SLASH] = ACTIONS(2868), - [anon_sym_PERCENT] = ACTIONS(2868), - [anon_sym_LT] = ACTIONS(2868), - [anon_sym_GT] = ACTIONS(2868), - [anon_sym_EQ_EQ] = ACTIONS(2868), - [anon_sym_BANG_EQ] = ACTIONS(2868), - [anon_sym_LT_EQ] = ACTIONS(2868), - [anon_sym_GT_EQ] = ACTIONS(2868), - [anon_sym_LBRACK] = ACTIONS(2866), - [anon_sym_struct] = ACTIONS(2868), - [anon_sym_mut] = ACTIONS(2868), - [anon_sym_PLUS_PLUS] = ACTIONS(2868), - [anon_sym_DASH_DASH] = ACTIONS(2868), - [anon_sym_QMARK] = ACTIONS(2868), - [anon_sym_BANG] = ACTIONS(2868), - [anon_sym_go] = ACTIONS(2868), - [anon_sym_spawn] = ACTIONS(2868), - [anon_sym_json_DOTdecode] = ACTIONS(2868), - [anon_sym_LBRACK2] = ACTIONS(2868), - [anon_sym_TILDE] = ACTIONS(2868), - [anon_sym_CARET] = ACTIONS(2868), - [anon_sym_AMP] = ACTIONS(2868), - [anon_sym_LT_DASH] = ACTIONS(2868), - [anon_sym_LT_LT] = ACTIONS(2868), - [anon_sym_GT_GT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2868), - [anon_sym_AMP_CARET] = ACTIONS(2868), - [anon_sym_AMP_AMP] = ACTIONS(2868), - [anon_sym_PIPE_PIPE] = ACTIONS(2868), - [anon_sym_or] = ACTIONS(2868), - [sym_none] = ACTIONS(2868), - [sym_true] = ACTIONS(2868), - [sym_false] = ACTIONS(2868), - [sym_nil] = ACTIONS(2868), - [anon_sym_QMARK_DOT] = ACTIONS(2868), - [anon_sym_POUND_LBRACK] = ACTIONS(2868), - [anon_sym_if] = ACTIONS(2868), - [anon_sym_DOLLARif] = ACTIONS(2868), - [anon_sym_is] = ACTIONS(2868), - [anon_sym_BANGis] = ACTIONS(2868), - [anon_sym_in] = ACTIONS(2868), - [anon_sym_BANGin] = ACTIONS(2868), - [anon_sym_match] = ACTIONS(2868), - [anon_sym_select] = ACTIONS(2868), - [anon_sym_lock] = ACTIONS(2868), - [anon_sym_rlock] = ACTIONS(2868), - [anon_sym_unsafe] = ACTIONS(2868), - [anon_sym_sql] = ACTIONS(2868), - [sym_int_literal] = ACTIONS(2868), - [sym_float_literal] = ACTIONS(2868), - [sym_rune_literal] = ACTIONS(2868), - [anon_sym_AT] = ACTIONS(2868), - [anon_sym_shared] = ACTIONS(2868), - [anon_sym_map_LBRACK] = ACTIONS(2868), - [anon_sym_chan] = ACTIONS(2868), - [anon_sym_thread] = ACTIONS(2868), - [anon_sym_atomic] = ACTIONS(2868), - [sym___double_quote] = ACTIONS(2868), - [sym___single_quote] = ACTIONS(2868), - [sym___c_double_quote] = ACTIONS(2868), - [sym___c_single_quote] = ACTIONS(2868), - [sym___r_double_quote] = ACTIONS(2868), - [sym___r_single_quote] = ACTIONS(2868), - }, - [1243] = { - [sym_identifier] = ACTIONS(3173), - [anon_sym_LF] = ACTIONS(3173), - [anon_sym_CR] = ACTIONS(3173), - [anon_sym_CR_LF] = ACTIONS(3173), + [sym_identifier] = ACTIONS(2959), + [anon_sym_LF] = ACTIONS(2959), + [anon_sym_CR] = ACTIONS(2959), + [anon_sym_CR_LF] = ACTIONS(2959), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3173), - [anon_sym_DOT] = ACTIONS(3173), - [anon_sym_as] = ACTIONS(3173), - [anon_sym_LBRACE] = ACTIONS(3173), - [anon_sym_COMMA] = ACTIONS(3173), - [anon_sym_RBRACE] = ACTIONS(3173), - [anon_sym_LPAREN] = ACTIONS(3173), - [anon_sym_PIPE] = ACTIONS(3173), - [anon_sym_fn] = ACTIONS(3173), - [anon_sym_PLUS] = ACTIONS(3173), - [anon_sym_DASH] = ACTIONS(3173), - [anon_sym_STAR] = ACTIONS(3173), - [anon_sym_SLASH] = ACTIONS(3173), - [anon_sym_PERCENT] = ACTIONS(3173), - [anon_sym_LT] = ACTIONS(3173), - [anon_sym_GT] = ACTIONS(3173), - [anon_sym_EQ_EQ] = ACTIONS(3173), - [anon_sym_BANG_EQ] = ACTIONS(3173), - [anon_sym_LT_EQ] = ACTIONS(3173), - [anon_sym_GT_EQ] = ACTIONS(3173), - [anon_sym_LBRACK] = ACTIONS(3171), - [anon_sym_struct] = ACTIONS(3173), - [anon_sym_mut] = ACTIONS(3173), - [anon_sym_PLUS_PLUS] = ACTIONS(3173), - [anon_sym_DASH_DASH] = ACTIONS(3173), - [anon_sym_QMARK] = ACTIONS(3173), - [anon_sym_BANG] = ACTIONS(3173), - [anon_sym_go] = ACTIONS(3173), - [anon_sym_spawn] = ACTIONS(3173), - [anon_sym_json_DOTdecode] = ACTIONS(3173), - [anon_sym_LBRACK2] = ACTIONS(3173), - [anon_sym_TILDE] = ACTIONS(3173), - [anon_sym_CARET] = ACTIONS(3173), - [anon_sym_AMP] = ACTIONS(3173), - [anon_sym_LT_DASH] = ACTIONS(3173), - [anon_sym_LT_LT] = ACTIONS(3173), - [anon_sym_GT_GT] = ACTIONS(3173), - [anon_sym_GT_GT_GT] = ACTIONS(3173), - [anon_sym_AMP_CARET] = ACTIONS(3173), - [anon_sym_AMP_AMP] = ACTIONS(3173), - [anon_sym_PIPE_PIPE] = ACTIONS(3173), - [anon_sym_or] = ACTIONS(3173), - [sym_none] = ACTIONS(3173), - [sym_true] = ACTIONS(3173), - [sym_false] = ACTIONS(3173), - [sym_nil] = ACTIONS(3173), - [anon_sym_QMARK_DOT] = ACTIONS(3173), - [anon_sym_POUND_LBRACK] = ACTIONS(3173), - [anon_sym_if] = ACTIONS(3173), - [anon_sym_DOLLARif] = ACTIONS(3173), - [anon_sym_is] = ACTIONS(3173), - [anon_sym_BANGis] = ACTIONS(3173), - [anon_sym_in] = ACTIONS(3173), - [anon_sym_BANGin] = ACTIONS(3173), - [anon_sym_match] = ACTIONS(3173), - [anon_sym_select] = ACTIONS(3173), - [anon_sym_lock] = ACTIONS(3173), - [anon_sym_rlock] = ACTIONS(3173), - [anon_sym_unsafe] = ACTIONS(3173), - [anon_sym_sql] = ACTIONS(3173), - [sym_int_literal] = ACTIONS(3173), - [sym_float_literal] = ACTIONS(3173), - [sym_rune_literal] = ACTIONS(3173), - [anon_sym_AT] = ACTIONS(3173), - [anon_sym_shared] = ACTIONS(3173), - [anon_sym_map_LBRACK] = ACTIONS(3173), - [anon_sym_chan] = ACTIONS(3173), - [anon_sym_thread] = ACTIONS(3173), - [anon_sym_atomic] = ACTIONS(3173), - [sym___double_quote] = ACTIONS(3173), - [sym___single_quote] = ACTIONS(3173), - [sym___c_double_quote] = ACTIONS(3173), - [sym___c_single_quote] = ACTIONS(3173), - [sym___r_double_quote] = ACTIONS(3173), - [sym___r_single_quote] = ACTIONS(3173), + [anon_sym_SEMI] = ACTIONS(2959), + [anon_sym_DOT] = ACTIONS(2959), + [anon_sym_as] = ACTIONS(2959), + [anon_sym_LBRACE] = ACTIONS(2959), + [anon_sym_COMMA] = ACTIONS(2959), + [anon_sym_RBRACE] = ACTIONS(2959), + [anon_sym_LPAREN] = ACTIONS(2959), + [anon_sym_PIPE] = ACTIONS(2959), + [anon_sym_fn] = ACTIONS(2959), + [anon_sym_PLUS] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2959), + [anon_sym_STAR] = ACTIONS(2959), + [anon_sym_SLASH] = ACTIONS(2959), + [anon_sym_PERCENT] = ACTIONS(2959), + [anon_sym_LT] = ACTIONS(2959), + [anon_sym_GT] = ACTIONS(2959), + [anon_sym_EQ_EQ] = ACTIONS(2959), + [anon_sym_BANG_EQ] = ACTIONS(2959), + [anon_sym_LT_EQ] = ACTIONS(2959), + [anon_sym_GT_EQ] = ACTIONS(2959), + [anon_sym_LBRACK] = ACTIONS(2957), + [anon_sym_LT2] = ACTIONS(2959), + [anon_sym_struct] = ACTIONS(2959), + [anon_sym_mut] = ACTIONS(2959), + [anon_sym_PLUS_PLUS] = ACTIONS(2959), + [anon_sym_DASH_DASH] = ACTIONS(2959), + [anon_sym_QMARK] = ACTIONS(2959), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_go] = ACTIONS(2959), + [anon_sym_spawn] = ACTIONS(2959), + [anon_sym_json_DOTdecode] = ACTIONS(2959), + [anon_sym_LBRACK2] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_CARET] = ACTIONS(2959), + [anon_sym_AMP] = ACTIONS(2959), + [anon_sym_LT_DASH] = ACTIONS(2959), + [anon_sym_LT_LT] = ACTIONS(2959), + [anon_sym_GT_GT] = ACTIONS(2959), + [anon_sym_GT_GT_GT] = ACTIONS(2959), + [anon_sym_AMP_CARET] = ACTIONS(2959), + [anon_sym_AMP_AMP] = ACTIONS(2959), + [anon_sym_PIPE_PIPE] = ACTIONS(2959), + [anon_sym_or] = ACTIONS(2959), + [sym_none] = ACTIONS(2959), + [sym_true] = ACTIONS(2959), + [sym_false] = ACTIONS(2959), + [sym_nil] = ACTIONS(2959), + [anon_sym_QMARK_DOT] = ACTIONS(2959), + [anon_sym_POUND_LBRACK] = ACTIONS(2959), + [anon_sym_if] = ACTIONS(2959), + [anon_sym_DOLLARif] = ACTIONS(2959), + [anon_sym_is] = ACTIONS(2959), + [anon_sym_BANGis] = ACTIONS(2959), + [anon_sym_in] = ACTIONS(2959), + [anon_sym_BANGin] = ACTIONS(2959), + [anon_sym_match] = ACTIONS(2959), + [anon_sym_select] = ACTIONS(2959), + [anon_sym_lock] = ACTIONS(2959), + [anon_sym_rlock] = ACTIONS(2959), + [anon_sym_unsafe] = ACTIONS(2959), + [anon_sym_sql] = ACTIONS(2959), + [sym_int_literal] = ACTIONS(2959), + [sym_float_literal] = ACTIONS(2959), + [sym_rune_literal] = ACTIONS(2959), + [anon_sym_AT] = ACTIONS(2959), + [anon_sym_shared] = ACTIONS(2959), + [anon_sym_map_LBRACK] = ACTIONS(2959), + [anon_sym_chan] = ACTIONS(2959), + [anon_sym_thread] = ACTIONS(2959), + [anon_sym_atomic] = ACTIONS(2959), + [sym___double_quote] = ACTIONS(2959), + [sym___single_quote] = ACTIONS(2959), + [sym___c_double_quote] = ACTIONS(2959), + [sym___c_single_quote] = ACTIONS(2959), + [sym___r_double_quote] = ACTIONS(2959), + [sym___r_single_quote] = ACTIONS(2959), }, - [1244] = { - [sym_identifier] = ACTIONS(2923), - [anon_sym_LF] = ACTIONS(2923), - [anon_sym_CR] = ACTIONS(2923), - [anon_sym_CR_LF] = ACTIONS(2923), + [1240] = { + [sym_identifier] = ACTIONS(2955), + [anon_sym_LF] = ACTIONS(2955), + [anon_sym_CR] = ACTIONS(2955), + [anon_sym_CR_LF] = ACTIONS(2955), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2923), - [anon_sym_DOT] = ACTIONS(2923), - [anon_sym_as] = ACTIONS(2923), - [anon_sym_LBRACE] = ACTIONS(2923), - [anon_sym_COMMA] = ACTIONS(2923), - [anon_sym_RBRACE] = ACTIONS(2923), - [anon_sym_LPAREN] = ACTIONS(2923), - [anon_sym_PIPE] = ACTIONS(2923), - [anon_sym_fn] = ACTIONS(2923), - [anon_sym_PLUS] = ACTIONS(2923), - [anon_sym_DASH] = ACTIONS(2923), - [anon_sym_STAR] = ACTIONS(2923), - [anon_sym_SLASH] = ACTIONS(2923), - [anon_sym_PERCENT] = ACTIONS(2923), - [anon_sym_LT] = ACTIONS(2923), - [anon_sym_GT] = ACTIONS(2923), - [anon_sym_EQ_EQ] = ACTIONS(2923), - [anon_sym_BANG_EQ] = ACTIONS(2923), - [anon_sym_LT_EQ] = ACTIONS(2923), - [anon_sym_GT_EQ] = ACTIONS(2923), - [anon_sym_LBRACK] = ACTIONS(2921), - [anon_sym_struct] = ACTIONS(2923), - [anon_sym_mut] = ACTIONS(2923), - [anon_sym_PLUS_PLUS] = ACTIONS(2923), - [anon_sym_DASH_DASH] = ACTIONS(2923), - [anon_sym_QMARK] = ACTIONS(2923), - [anon_sym_BANG] = ACTIONS(2923), - [anon_sym_go] = ACTIONS(2923), - [anon_sym_spawn] = ACTIONS(2923), - [anon_sym_json_DOTdecode] = ACTIONS(2923), - [anon_sym_LBRACK2] = ACTIONS(2923), - [anon_sym_TILDE] = ACTIONS(2923), - [anon_sym_CARET] = ACTIONS(2923), - [anon_sym_AMP] = ACTIONS(2923), - [anon_sym_LT_DASH] = ACTIONS(2923), - [anon_sym_LT_LT] = ACTIONS(2923), - [anon_sym_GT_GT] = ACTIONS(2923), - [anon_sym_GT_GT_GT] = ACTIONS(2923), - [anon_sym_AMP_CARET] = ACTIONS(2923), - [anon_sym_AMP_AMP] = ACTIONS(2923), - [anon_sym_PIPE_PIPE] = ACTIONS(2923), - [anon_sym_or] = ACTIONS(2923), - [sym_none] = ACTIONS(2923), - [sym_true] = ACTIONS(2923), - [sym_false] = ACTIONS(2923), - [sym_nil] = ACTIONS(2923), - [anon_sym_QMARK_DOT] = ACTIONS(2923), - [anon_sym_POUND_LBRACK] = ACTIONS(2923), - [anon_sym_if] = ACTIONS(2923), - [anon_sym_DOLLARif] = ACTIONS(2923), - [anon_sym_is] = ACTIONS(2923), - [anon_sym_BANGis] = ACTIONS(2923), - [anon_sym_in] = ACTIONS(2923), - [anon_sym_BANGin] = ACTIONS(2923), - [anon_sym_match] = ACTIONS(2923), - [anon_sym_select] = ACTIONS(2923), - [anon_sym_lock] = ACTIONS(2923), - [anon_sym_rlock] = ACTIONS(2923), - [anon_sym_unsafe] = ACTIONS(2923), - [anon_sym_sql] = ACTIONS(2923), - [sym_int_literal] = ACTIONS(2923), - [sym_float_literal] = ACTIONS(2923), - [sym_rune_literal] = ACTIONS(2923), - [anon_sym_AT] = ACTIONS(2923), - [anon_sym_shared] = ACTIONS(2923), - [anon_sym_map_LBRACK] = ACTIONS(2923), - [anon_sym_chan] = ACTIONS(2923), - [anon_sym_thread] = ACTIONS(2923), - [anon_sym_atomic] = ACTIONS(2923), - [sym___double_quote] = ACTIONS(2923), - [sym___single_quote] = ACTIONS(2923), - [sym___c_double_quote] = ACTIONS(2923), - [sym___c_single_quote] = ACTIONS(2923), - [sym___r_double_quote] = ACTIONS(2923), - [sym___r_single_quote] = ACTIONS(2923), + [anon_sym_SEMI] = ACTIONS(2955), + [anon_sym_DOT] = ACTIONS(2955), + [anon_sym_as] = ACTIONS(2955), + [anon_sym_LBRACE] = ACTIONS(2955), + [anon_sym_COMMA] = ACTIONS(2955), + [anon_sym_RBRACE] = ACTIONS(2955), + [anon_sym_LPAREN] = ACTIONS(2955), + [anon_sym_PIPE] = ACTIONS(2955), + [anon_sym_fn] = ACTIONS(2955), + [anon_sym_PLUS] = ACTIONS(2955), + [anon_sym_DASH] = ACTIONS(2955), + [anon_sym_STAR] = ACTIONS(2955), + [anon_sym_SLASH] = ACTIONS(2955), + [anon_sym_PERCENT] = ACTIONS(2955), + [anon_sym_LT] = ACTIONS(2955), + [anon_sym_GT] = ACTIONS(2955), + [anon_sym_EQ_EQ] = ACTIONS(2955), + [anon_sym_BANG_EQ] = ACTIONS(2955), + [anon_sym_LT_EQ] = ACTIONS(2955), + [anon_sym_GT_EQ] = ACTIONS(2955), + [anon_sym_LBRACK] = ACTIONS(2953), + [anon_sym_LT2] = ACTIONS(2955), + [anon_sym_struct] = ACTIONS(2955), + [anon_sym_mut] = ACTIONS(2955), + [anon_sym_PLUS_PLUS] = ACTIONS(2955), + [anon_sym_DASH_DASH] = ACTIONS(2955), + [anon_sym_QMARK] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2955), + [anon_sym_go] = ACTIONS(2955), + [anon_sym_spawn] = ACTIONS(2955), + [anon_sym_json_DOTdecode] = ACTIONS(2955), + [anon_sym_LBRACK2] = ACTIONS(2955), + [anon_sym_TILDE] = ACTIONS(2955), + [anon_sym_CARET] = ACTIONS(2955), + [anon_sym_AMP] = ACTIONS(2955), + [anon_sym_LT_DASH] = ACTIONS(2955), + [anon_sym_LT_LT] = ACTIONS(2955), + [anon_sym_GT_GT] = ACTIONS(2955), + [anon_sym_GT_GT_GT] = ACTIONS(2955), + [anon_sym_AMP_CARET] = ACTIONS(2955), + [anon_sym_AMP_AMP] = ACTIONS(2955), + [anon_sym_PIPE_PIPE] = ACTIONS(2955), + [anon_sym_or] = ACTIONS(2955), + [sym_none] = ACTIONS(2955), + [sym_true] = ACTIONS(2955), + [sym_false] = ACTIONS(2955), + [sym_nil] = ACTIONS(2955), + [anon_sym_QMARK_DOT] = ACTIONS(2955), + [anon_sym_POUND_LBRACK] = ACTIONS(2955), + [anon_sym_if] = ACTIONS(2955), + [anon_sym_DOLLARif] = ACTIONS(2955), + [anon_sym_is] = ACTIONS(2955), + [anon_sym_BANGis] = ACTIONS(2955), + [anon_sym_in] = ACTIONS(2955), + [anon_sym_BANGin] = ACTIONS(2955), + [anon_sym_match] = ACTIONS(2955), + [anon_sym_select] = ACTIONS(2955), + [anon_sym_lock] = ACTIONS(2955), + [anon_sym_rlock] = ACTIONS(2955), + [anon_sym_unsafe] = ACTIONS(2955), + [anon_sym_sql] = ACTIONS(2955), + [sym_int_literal] = ACTIONS(2955), + [sym_float_literal] = ACTIONS(2955), + [sym_rune_literal] = ACTIONS(2955), + [anon_sym_AT] = ACTIONS(2955), + [anon_sym_shared] = ACTIONS(2955), + [anon_sym_map_LBRACK] = ACTIONS(2955), + [anon_sym_chan] = ACTIONS(2955), + [anon_sym_thread] = ACTIONS(2955), + [anon_sym_atomic] = ACTIONS(2955), + [sym___double_quote] = ACTIONS(2955), + [sym___single_quote] = ACTIONS(2955), + [sym___c_double_quote] = ACTIONS(2955), + [sym___c_single_quote] = ACTIONS(2955), + [sym___r_double_quote] = ACTIONS(2955), + [sym___r_single_quote] = ACTIONS(2955), }, - [1245] = { - [sym_identifier] = ACTIONS(2949), - [anon_sym_LF] = ACTIONS(2949), - [anon_sym_CR] = ACTIONS(2949), - [anon_sym_CR_LF] = ACTIONS(2949), + [1241] = { + [sym_identifier] = ACTIONS(2951), + [anon_sym_LF] = ACTIONS(2951), + [anon_sym_CR] = ACTIONS(2951), + [anon_sym_CR_LF] = ACTIONS(2951), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2949), + [anon_sym_SEMI] = ACTIONS(2951), [anon_sym_DOT] = ACTIONS(2951), [anon_sym_as] = ACTIONS(2951), - [anon_sym_LBRACE] = ACTIONS(2949), - [anon_sym_COMMA] = ACTIONS(2949), - [anon_sym_RBRACE] = ACTIONS(2949), + [anon_sym_LBRACE] = ACTIONS(2951), + [anon_sym_COMMA] = ACTIONS(2951), + [anon_sym_RBRACE] = ACTIONS(2951), [anon_sym_LPAREN] = ACTIONS(2951), [anon_sym_PIPE] = ACTIONS(2951), - [anon_sym_fn] = ACTIONS(2949), + [anon_sym_fn] = ACTIONS(2951), [anon_sym_PLUS] = ACTIONS(2951), [anon_sym_DASH] = ACTIONS(2951), [anon_sym_STAR] = ACTIONS(2951), @@ -162673,21 +162938,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANG_EQ] = ACTIONS(2951), [anon_sym_LT_EQ] = ACTIONS(2951), [anon_sym_GT_EQ] = ACTIONS(2951), - [anon_sym_LBRACK] = ACTIONS(2954), - [anon_sym_struct] = ACTIONS(2949), - [anon_sym_mut] = ACTIONS(2949), + [anon_sym_LBRACK] = ACTIONS(2949), + [anon_sym_LT2] = ACTIONS(2951), + [anon_sym_struct] = ACTIONS(2951), + [anon_sym_mut] = ACTIONS(2951), [anon_sym_PLUS_PLUS] = ACTIONS(2951), [anon_sym_DASH_DASH] = ACTIONS(2951), [anon_sym_QMARK] = ACTIONS(2951), [anon_sym_BANG] = ACTIONS(2951), - [anon_sym_go] = ACTIONS(2949), - [anon_sym_spawn] = ACTIONS(2949), - [anon_sym_json_DOTdecode] = ACTIONS(2949), + [anon_sym_go] = ACTIONS(2951), + [anon_sym_spawn] = ACTIONS(2951), + [anon_sym_json_DOTdecode] = ACTIONS(2951), [anon_sym_LBRACK2] = ACTIONS(2951), - [anon_sym_TILDE] = ACTIONS(2949), + [anon_sym_TILDE] = ACTIONS(2951), [anon_sym_CARET] = ACTIONS(2951), [anon_sym_AMP] = ACTIONS(2951), - [anon_sym_LT_DASH] = ACTIONS(2949), + [anon_sym_LT_DASH] = ACTIONS(2951), [anon_sym_LT_LT] = ACTIONS(2951), [anon_sym_GT_GT] = ACTIONS(2951), [anon_sym_GT_GT_GT] = ACTIONS(2951), @@ -162695,205 +162961,290 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP_AMP] = ACTIONS(2951), [anon_sym_PIPE_PIPE] = ACTIONS(2951), [anon_sym_or] = ACTIONS(2951), - [sym_none] = ACTIONS(2949), - [sym_true] = ACTIONS(2949), - [sym_false] = ACTIONS(2949), - [sym_nil] = ACTIONS(2949), + [sym_none] = ACTIONS(2951), + [sym_true] = ACTIONS(2951), + [sym_false] = ACTIONS(2951), + [sym_nil] = ACTIONS(2951), [anon_sym_QMARK_DOT] = ACTIONS(2951), [anon_sym_POUND_LBRACK] = ACTIONS(2951), - [anon_sym_if] = ACTIONS(2949), - [anon_sym_DOLLARif] = ACTIONS(2949), + [anon_sym_if] = ACTIONS(2951), + [anon_sym_DOLLARif] = ACTIONS(2951), [anon_sym_is] = ACTIONS(2951), [anon_sym_BANGis] = ACTIONS(2951), [anon_sym_in] = ACTIONS(2951), [anon_sym_BANGin] = ACTIONS(2951), - [anon_sym_match] = ACTIONS(2949), - [anon_sym_select] = ACTIONS(2949), - [anon_sym_lock] = ACTIONS(2949), - [anon_sym_rlock] = ACTIONS(2949), - [anon_sym_unsafe] = ACTIONS(2949), - [anon_sym_sql] = ACTIONS(2949), - [sym_int_literal] = ACTIONS(2949), - [sym_float_literal] = ACTIONS(2949), - [sym_rune_literal] = ACTIONS(2949), - [anon_sym_AT] = ACTIONS(2949), - [anon_sym_shared] = ACTIONS(2949), - [anon_sym_map_LBRACK] = ACTIONS(2949), - [anon_sym_chan] = ACTIONS(2949), - [anon_sym_thread] = ACTIONS(2949), - [anon_sym_atomic] = ACTIONS(2949), - [sym___double_quote] = ACTIONS(2949), - [sym___single_quote] = ACTIONS(2949), - [sym___c_double_quote] = ACTIONS(2949), - [sym___c_single_quote] = ACTIONS(2949), - [sym___r_double_quote] = ACTIONS(2949), - [sym___r_single_quote] = ACTIONS(2949), + [anon_sym_match] = ACTIONS(2951), + [anon_sym_select] = ACTIONS(2951), + [anon_sym_lock] = ACTIONS(2951), + [anon_sym_rlock] = ACTIONS(2951), + [anon_sym_unsafe] = ACTIONS(2951), + [anon_sym_sql] = ACTIONS(2951), + [sym_int_literal] = ACTIONS(2951), + [sym_float_literal] = ACTIONS(2951), + [sym_rune_literal] = ACTIONS(2951), + [anon_sym_AT] = ACTIONS(2951), + [anon_sym_shared] = ACTIONS(2951), + [anon_sym_map_LBRACK] = ACTIONS(2951), + [anon_sym_chan] = ACTIONS(2951), + [anon_sym_thread] = ACTIONS(2951), + [anon_sym_atomic] = ACTIONS(2951), + [sym___double_quote] = ACTIONS(2951), + [sym___single_quote] = ACTIONS(2951), + [sym___c_double_quote] = ACTIONS(2951), + [sym___c_single_quote] = ACTIONS(2951), + [sym___r_double_quote] = ACTIONS(2951), + [sym___r_single_quote] = ACTIONS(2951), }, - [1246] = { - [sym_identifier] = ACTIONS(2971), - [anon_sym_LF] = ACTIONS(2971), - [anon_sym_CR] = ACTIONS(2971), - [anon_sym_CR_LF] = ACTIONS(2971), + [1242] = { + [sym_identifier] = ACTIONS(3055), + [anon_sym_LF] = ACTIONS(3055), + [anon_sym_CR] = ACTIONS(3055), + [anon_sym_CR_LF] = ACTIONS(3055), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2971), - [anon_sym_DOT] = ACTIONS(2973), - [anon_sym_as] = ACTIONS(2973), - [anon_sym_LBRACE] = ACTIONS(2971), - [anon_sym_COMMA] = ACTIONS(2971), - [anon_sym_RBRACE] = ACTIONS(2971), - [anon_sym_LPAREN] = ACTIONS(2973), - [anon_sym_PIPE] = ACTIONS(2973), - [anon_sym_fn] = ACTIONS(2971), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2973), - [anon_sym_SLASH] = ACTIONS(2973), - [anon_sym_PERCENT] = ACTIONS(2973), - [anon_sym_LT] = ACTIONS(2973), - [anon_sym_GT] = ACTIONS(2973), - [anon_sym_EQ_EQ] = ACTIONS(2973), - [anon_sym_BANG_EQ] = ACTIONS(2973), - [anon_sym_LT_EQ] = ACTIONS(2973), - [anon_sym_GT_EQ] = ACTIONS(2973), - [anon_sym_LBRACK] = ACTIONS(2976), - [anon_sym_struct] = ACTIONS(2971), - [anon_sym_mut] = ACTIONS(2971), - [anon_sym_PLUS_PLUS] = ACTIONS(2973), - [anon_sym_DASH_DASH] = ACTIONS(2973), - [anon_sym_QMARK] = ACTIONS(2973), - [anon_sym_BANG] = ACTIONS(2973), - [anon_sym_go] = ACTIONS(2971), - [anon_sym_spawn] = ACTIONS(2971), - [anon_sym_json_DOTdecode] = ACTIONS(2971), - [anon_sym_LBRACK2] = ACTIONS(2973), - [anon_sym_TILDE] = ACTIONS(2971), - [anon_sym_CARET] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2973), - [anon_sym_LT_DASH] = ACTIONS(2971), - [anon_sym_LT_LT] = ACTIONS(2973), - [anon_sym_GT_GT] = ACTIONS(2973), - [anon_sym_GT_GT_GT] = ACTIONS(2973), - [anon_sym_AMP_CARET] = ACTIONS(2973), - [anon_sym_AMP_AMP] = ACTIONS(2973), - [anon_sym_PIPE_PIPE] = ACTIONS(2973), - [anon_sym_or] = ACTIONS(2973), - [sym_none] = ACTIONS(2971), - [sym_true] = ACTIONS(2971), - [sym_false] = ACTIONS(2971), - [sym_nil] = ACTIONS(2971), - [anon_sym_QMARK_DOT] = ACTIONS(2973), - [anon_sym_POUND_LBRACK] = ACTIONS(2973), - [anon_sym_if] = ACTIONS(2971), - [anon_sym_DOLLARif] = ACTIONS(2971), - [anon_sym_is] = ACTIONS(2973), - [anon_sym_BANGis] = ACTIONS(2973), - [anon_sym_in] = ACTIONS(2973), - [anon_sym_BANGin] = ACTIONS(2973), - [anon_sym_match] = ACTIONS(2971), - [anon_sym_select] = ACTIONS(2971), - [anon_sym_lock] = ACTIONS(2971), - [anon_sym_rlock] = ACTIONS(2971), - [anon_sym_unsafe] = ACTIONS(2971), - [anon_sym_sql] = ACTIONS(2971), - [sym_int_literal] = ACTIONS(2971), - [sym_float_literal] = ACTIONS(2971), - [sym_rune_literal] = ACTIONS(2971), - [anon_sym_AT] = ACTIONS(2971), - [anon_sym_shared] = ACTIONS(2971), - [anon_sym_map_LBRACK] = ACTIONS(2971), - [anon_sym_chan] = ACTIONS(2971), - [anon_sym_thread] = ACTIONS(2971), - [anon_sym_atomic] = ACTIONS(2971), - [sym___double_quote] = ACTIONS(2971), - [sym___single_quote] = ACTIONS(2971), - [sym___c_double_quote] = ACTIONS(2971), - [sym___c_single_quote] = ACTIONS(2971), - [sym___r_double_quote] = ACTIONS(2971), - [sym___r_single_quote] = ACTIONS(2971), + [anon_sym_SEMI] = ACTIONS(3055), + [anon_sym_DOT] = ACTIONS(3055), + [anon_sym_as] = ACTIONS(3055), + [anon_sym_LBRACE] = ACTIONS(3055), + [anon_sym_COMMA] = ACTIONS(3055), + [anon_sym_RBRACE] = ACTIONS(3055), + [anon_sym_LPAREN] = ACTIONS(3055), + [anon_sym_PIPE] = ACTIONS(3055), + [anon_sym_fn] = ACTIONS(3055), + [anon_sym_PLUS] = ACTIONS(3055), + [anon_sym_DASH] = ACTIONS(3055), + [anon_sym_STAR] = ACTIONS(3055), + [anon_sym_SLASH] = ACTIONS(3055), + [anon_sym_PERCENT] = ACTIONS(3055), + [anon_sym_LT] = ACTIONS(3055), + [anon_sym_GT] = ACTIONS(3055), + [anon_sym_EQ_EQ] = ACTIONS(3055), + [anon_sym_BANG_EQ] = ACTIONS(3055), + [anon_sym_LT_EQ] = ACTIONS(3055), + [anon_sym_GT_EQ] = ACTIONS(3055), + [anon_sym_LBRACK] = ACTIONS(3053), + [anon_sym_LT2] = ACTIONS(3055), + [anon_sym_struct] = ACTIONS(3055), + [anon_sym_mut] = ACTIONS(3055), + [anon_sym_PLUS_PLUS] = ACTIONS(3055), + [anon_sym_DASH_DASH] = ACTIONS(3055), + [anon_sym_QMARK] = ACTIONS(3055), + [anon_sym_BANG] = ACTIONS(3055), + [anon_sym_go] = ACTIONS(3055), + [anon_sym_spawn] = ACTIONS(3055), + [anon_sym_json_DOTdecode] = ACTIONS(3055), + [anon_sym_LBRACK2] = ACTIONS(3055), + [anon_sym_TILDE] = ACTIONS(3055), + [anon_sym_CARET] = ACTIONS(3055), + [anon_sym_AMP] = ACTIONS(3055), + [anon_sym_LT_DASH] = ACTIONS(3055), + [anon_sym_LT_LT] = ACTIONS(3055), + [anon_sym_GT_GT] = ACTIONS(3055), + [anon_sym_GT_GT_GT] = ACTIONS(3055), + [anon_sym_AMP_CARET] = ACTIONS(3055), + [anon_sym_AMP_AMP] = ACTIONS(3055), + [anon_sym_PIPE_PIPE] = ACTIONS(3055), + [anon_sym_or] = ACTIONS(3055), + [sym_none] = ACTIONS(3055), + [sym_true] = ACTIONS(3055), + [sym_false] = ACTIONS(3055), + [sym_nil] = ACTIONS(3055), + [anon_sym_QMARK_DOT] = ACTIONS(3055), + [anon_sym_POUND_LBRACK] = ACTIONS(3055), + [anon_sym_if] = ACTIONS(3055), + [anon_sym_DOLLARif] = ACTIONS(3055), + [anon_sym_is] = ACTIONS(3055), + [anon_sym_BANGis] = ACTIONS(3055), + [anon_sym_in] = ACTIONS(3055), + [anon_sym_BANGin] = ACTIONS(3055), + [anon_sym_match] = ACTIONS(3055), + [anon_sym_select] = ACTIONS(3055), + [anon_sym_lock] = ACTIONS(3055), + [anon_sym_rlock] = ACTIONS(3055), + [anon_sym_unsafe] = ACTIONS(3055), + [anon_sym_sql] = ACTIONS(3055), + [sym_int_literal] = ACTIONS(3055), + [sym_float_literal] = ACTIONS(3055), + [sym_rune_literal] = ACTIONS(3055), + [anon_sym_AT] = ACTIONS(3055), + [anon_sym_shared] = ACTIONS(3055), + [anon_sym_map_LBRACK] = ACTIONS(3055), + [anon_sym_chan] = ACTIONS(3055), + [anon_sym_thread] = ACTIONS(3055), + [anon_sym_atomic] = ACTIONS(3055), + [sym___double_quote] = ACTIONS(3055), + [sym___single_quote] = ACTIONS(3055), + [sym___c_double_quote] = ACTIONS(3055), + [sym___c_single_quote] = ACTIONS(3055), + [sym___r_double_quote] = ACTIONS(3055), + [sym___r_single_quote] = ACTIONS(3055), }, - [1247] = { - [sym_identifier] = ACTIONS(3097), - [anon_sym_LF] = ACTIONS(3097), - [anon_sym_CR] = ACTIONS(3097), - [anon_sym_CR_LF] = ACTIONS(3097), + [1243] = { + [sym_identifier] = ACTIONS(2999), + [anon_sym_LF] = ACTIONS(2999), + [anon_sym_CR] = ACTIONS(2999), + [anon_sym_CR_LF] = ACTIONS(2999), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3097), - [anon_sym_DOT] = ACTIONS(3097), - [anon_sym_as] = ACTIONS(3097), - [anon_sym_LBRACE] = ACTIONS(3097), - [anon_sym_COMMA] = ACTIONS(3097), - [anon_sym_RBRACE] = ACTIONS(3097), - [anon_sym_LPAREN] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3097), - [anon_sym_fn] = ACTIONS(3097), - [anon_sym_PLUS] = ACTIONS(3097), - [anon_sym_DASH] = ACTIONS(3097), - [anon_sym_STAR] = ACTIONS(3097), - [anon_sym_SLASH] = ACTIONS(3097), - [anon_sym_PERCENT] = ACTIONS(3097), - [anon_sym_LT] = ACTIONS(3097), - [anon_sym_GT] = ACTIONS(3097), - [anon_sym_EQ_EQ] = ACTIONS(3097), - [anon_sym_BANG_EQ] = ACTIONS(3097), - [anon_sym_LT_EQ] = ACTIONS(3097), - [anon_sym_GT_EQ] = ACTIONS(3097), - [anon_sym_LBRACK] = ACTIONS(3095), - [anon_sym_struct] = ACTIONS(3097), - [anon_sym_mut] = ACTIONS(3097), - [anon_sym_PLUS_PLUS] = ACTIONS(3097), - [anon_sym_DASH_DASH] = ACTIONS(3097), - [anon_sym_QMARK] = ACTIONS(3097), - [anon_sym_BANG] = ACTIONS(3097), - [anon_sym_go] = ACTIONS(3097), - [anon_sym_spawn] = ACTIONS(3097), - [anon_sym_json_DOTdecode] = ACTIONS(3097), - [anon_sym_LBRACK2] = ACTIONS(3097), - [anon_sym_TILDE] = ACTIONS(3097), - [anon_sym_CARET] = ACTIONS(3097), - [anon_sym_AMP] = ACTIONS(3097), - [anon_sym_LT_DASH] = ACTIONS(3097), - [anon_sym_LT_LT] = ACTIONS(3097), - [anon_sym_GT_GT] = ACTIONS(3097), - [anon_sym_GT_GT_GT] = ACTIONS(3097), - [anon_sym_AMP_CARET] = ACTIONS(3097), - [anon_sym_AMP_AMP] = ACTIONS(3097), - [anon_sym_PIPE_PIPE] = ACTIONS(3097), - [anon_sym_or] = ACTIONS(3097), - [sym_none] = ACTIONS(3097), - [sym_true] = ACTIONS(3097), - [sym_false] = ACTIONS(3097), - [sym_nil] = ACTIONS(3097), - [anon_sym_QMARK_DOT] = ACTIONS(3097), - [anon_sym_POUND_LBRACK] = ACTIONS(3097), - [anon_sym_if] = ACTIONS(3097), - [anon_sym_DOLLARif] = ACTIONS(3097), - [anon_sym_is] = ACTIONS(3097), - [anon_sym_BANGis] = ACTIONS(3097), - [anon_sym_in] = ACTIONS(3097), - [anon_sym_BANGin] = ACTIONS(3097), - [anon_sym_match] = ACTIONS(3097), - [anon_sym_select] = ACTIONS(3097), - [anon_sym_lock] = ACTIONS(3097), - [anon_sym_rlock] = ACTIONS(3097), - [anon_sym_unsafe] = ACTIONS(3097), - [anon_sym_sql] = ACTIONS(3097), - [sym_int_literal] = ACTIONS(3097), - [sym_float_literal] = ACTIONS(3097), - [sym_rune_literal] = ACTIONS(3097), - [anon_sym_AT] = ACTIONS(3097), - [anon_sym_shared] = ACTIONS(3097), - [anon_sym_map_LBRACK] = ACTIONS(3097), - [anon_sym_chan] = ACTIONS(3097), - [anon_sym_thread] = ACTIONS(3097), - [anon_sym_atomic] = ACTIONS(3097), - [sym___double_quote] = ACTIONS(3097), - [sym___single_quote] = ACTIONS(3097), - [sym___c_double_quote] = ACTIONS(3097), - [sym___c_single_quote] = ACTIONS(3097), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3097), + [anon_sym_SEMI] = ACTIONS(2999), + [anon_sym_DOT] = ACTIONS(2999), + [anon_sym_as] = ACTIONS(2999), + [anon_sym_LBRACE] = ACTIONS(2999), + [anon_sym_COMMA] = ACTIONS(2999), + [anon_sym_RBRACE] = ACTIONS(2999), + [anon_sym_LPAREN] = ACTIONS(2999), + [anon_sym_PIPE] = ACTIONS(2999), + [anon_sym_fn] = ACTIONS(2999), + [anon_sym_PLUS] = ACTIONS(2999), + [anon_sym_DASH] = ACTIONS(2999), + [anon_sym_STAR] = ACTIONS(2999), + [anon_sym_SLASH] = ACTIONS(2999), + [anon_sym_PERCENT] = ACTIONS(2999), + [anon_sym_LT] = ACTIONS(2999), + [anon_sym_GT] = ACTIONS(2999), + [anon_sym_EQ_EQ] = ACTIONS(2999), + [anon_sym_BANG_EQ] = ACTIONS(2999), + [anon_sym_LT_EQ] = ACTIONS(2999), + [anon_sym_GT_EQ] = ACTIONS(2999), + [anon_sym_LBRACK] = ACTIONS(2997), + [anon_sym_LT2] = ACTIONS(2999), + [anon_sym_struct] = ACTIONS(2999), + [anon_sym_mut] = ACTIONS(2999), + [anon_sym_PLUS_PLUS] = ACTIONS(2999), + [anon_sym_DASH_DASH] = ACTIONS(2999), + [anon_sym_QMARK] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(2999), + [anon_sym_go] = ACTIONS(2999), + [anon_sym_spawn] = ACTIONS(2999), + [anon_sym_json_DOTdecode] = ACTIONS(2999), + [anon_sym_LBRACK2] = ACTIONS(2999), + [anon_sym_TILDE] = ACTIONS(2999), + [anon_sym_CARET] = ACTIONS(2999), + [anon_sym_AMP] = ACTIONS(2999), + [anon_sym_LT_DASH] = ACTIONS(2999), + [anon_sym_LT_LT] = ACTIONS(2999), + [anon_sym_GT_GT] = ACTIONS(2999), + [anon_sym_GT_GT_GT] = ACTIONS(2999), + [anon_sym_AMP_CARET] = ACTIONS(2999), + [anon_sym_AMP_AMP] = ACTIONS(2999), + [anon_sym_PIPE_PIPE] = ACTIONS(2999), + [anon_sym_or] = ACTIONS(2999), + [sym_none] = ACTIONS(2999), + [sym_true] = ACTIONS(2999), + [sym_false] = ACTIONS(2999), + [sym_nil] = ACTIONS(2999), + [anon_sym_QMARK_DOT] = ACTIONS(2999), + [anon_sym_POUND_LBRACK] = ACTIONS(2999), + [anon_sym_if] = ACTIONS(2999), + [anon_sym_DOLLARif] = ACTIONS(2999), + [anon_sym_is] = ACTIONS(2999), + [anon_sym_BANGis] = ACTIONS(2999), + [anon_sym_in] = ACTIONS(2999), + [anon_sym_BANGin] = ACTIONS(2999), + [anon_sym_match] = ACTIONS(2999), + [anon_sym_select] = ACTIONS(2999), + [anon_sym_lock] = ACTIONS(2999), + [anon_sym_rlock] = ACTIONS(2999), + [anon_sym_unsafe] = ACTIONS(2999), + [anon_sym_sql] = ACTIONS(2999), + [sym_int_literal] = ACTIONS(2999), + [sym_float_literal] = ACTIONS(2999), + [sym_rune_literal] = ACTIONS(2999), + [anon_sym_AT] = ACTIONS(2999), + [anon_sym_shared] = ACTIONS(2999), + [anon_sym_map_LBRACK] = ACTIONS(2999), + [anon_sym_chan] = ACTIONS(2999), + [anon_sym_thread] = ACTIONS(2999), + [anon_sym_atomic] = ACTIONS(2999), + [sym___double_quote] = ACTIONS(2999), + [sym___single_quote] = ACTIONS(2999), + [sym___c_double_quote] = ACTIONS(2999), + [sym___c_single_quote] = ACTIONS(2999), + [sym___r_double_quote] = ACTIONS(2999), + [sym___r_single_quote] = ACTIONS(2999), }, - [1248] = { + [1244] = { + [sym_identifier] = ACTIONS(3179), + [anon_sym_LF] = ACTIONS(3179), + [anon_sym_CR] = ACTIONS(3179), + [anon_sym_CR_LF] = ACTIONS(3179), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(3179), + [anon_sym_DOT] = ACTIONS(3179), + [anon_sym_as] = ACTIONS(3179), + [anon_sym_LBRACE] = ACTIONS(3179), + [anon_sym_COMMA] = ACTIONS(3179), + [anon_sym_RBRACE] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3179), + [anon_sym_PIPE] = ACTIONS(3179), + [anon_sym_fn] = ACTIONS(3179), + [anon_sym_PLUS] = ACTIONS(3179), + [anon_sym_DASH] = ACTIONS(3179), + [anon_sym_STAR] = ACTIONS(3179), + [anon_sym_SLASH] = ACTIONS(3179), + [anon_sym_PERCENT] = ACTIONS(3179), + [anon_sym_LT] = ACTIONS(3179), + [anon_sym_GT] = ACTIONS(3179), + [anon_sym_EQ_EQ] = ACTIONS(3179), + [anon_sym_BANG_EQ] = ACTIONS(3179), + [anon_sym_LT_EQ] = ACTIONS(3179), + [anon_sym_GT_EQ] = ACTIONS(3179), + [anon_sym_LBRACK] = ACTIONS(3177), + [anon_sym_LT2] = ACTIONS(3179), + [anon_sym_struct] = ACTIONS(3179), + [anon_sym_mut] = ACTIONS(3179), + [anon_sym_PLUS_PLUS] = ACTIONS(3179), + [anon_sym_DASH_DASH] = ACTIONS(3179), + [anon_sym_QMARK] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3179), + [anon_sym_go] = ACTIONS(3179), + [anon_sym_spawn] = ACTIONS(3179), + [anon_sym_json_DOTdecode] = ACTIONS(3179), + [anon_sym_LBRACK2] = ACTIONS(3179), + [anon_sym_TILDE] = ACTIONS(3179), + [anon_sym_CARET] = ACTIONS(3179), + [anon_sym_AMP] = ACTIONS(3179), + [anon_sym_LT_DASH] = ACTIONS(3179), + [anon_sym_LT_LT] = ACTIONS(3179), + [anon_sym_GT_GT] = ACTIONS(3179), + [anon_sym_GT_GT_GT] = ACTIONS(3179), + [anon_sym_AMP_CARET] = ACTIONS(3179), + [anon_sym_AMP_AMP] = ACTIONS(3179), + [anon_sym_PIPE_PIPE] = ACTIONS(3179), + [anon_sym_or] = ACTIONS(3179), + [sym_none] = ACTIONS(3179), + [sym_true] = ACTIONS(3179), + [sym_false] = ACTIONS(3179), + [sym_nil] = ACTIONS(3179), + [anon_sym_QMARK_DOT] = ACTIONS(3179), + [anon_sym_POUND_LBRACK] = ACTIONS(3179), + [anon_sym_if] = ACTIONS(3179), + [anon_sym_DOLLARif] = ACTIONS(3179), + [anon_sym_is] = ACTIONS(3179), + [anon_sym_BANGis] = ACTIONS(3179), + [anon_sym_in] = ACTIONS(3179), + [anon_sym_BANGin] = ACTIONS(3179), + [anon_sym_match] = ACTIONS(3179), + [anon_sym_select] = ACTIONS(3179), + [anon_sym_lock] = ACTIONS(3179), + [anon_sym_rlock] = ACTIONS(3179), + [anon_sym_unsafe] = ACTIONS(3179), + [anon_sym_sql] = ACTIONS(3179), + [sym_int_literal] = ACTIONS(3179), + [sym_float_literal] = ACTIONS(3179), + [sym_rune_literal] = ACTIONS(3179), + [anon_sym_AT] = ACTIONS(3179), + [anon_sym_shared] = ACTIONS(3179), + [anon_sym_map_LBRACK] = ACTIONS(3179), + [anon_sym_chan] = ACTIONS(3179), + [anon_sym_thread] = ACTIONS(3179), + [anon_sym_atomic] = ACTIONS(3179), + [sym___double_quote] = ACTIONS(3179), + [sym___single_quote] = ACTIONS(3179), + [sym___c_double_quote] = ACTIONS(3179), + [sym___c_single_quote] = ACTIONS(3179), + [sym___r_double_quote] = ACTIONS(3179), + [sym___r_single_quote] = ACTIONS(3179), + }, + [1245] = { [sym_identifier] = ACTIONS(2931), [anon_sym_LF] = ACTIONS(2931), [anon_sym_CR] = ACTIONS(2931), @@ -162920,6 +163271,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(2931), [anon_sym_GT_EQ] = ACTIONS(2931), [anon_sym_LBRACK] = ACTIONS(2929), + [anon_sym_LT2] = ACTIONS(2931), [anon_sym_struct] = ACTIONS(2931), [anon_sym_mut] = ACTIONS(2931), [anon_sym_PLUS_PLUS] = ACTIONS(2931), @@ -162975,9200 +163327,10987 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(2931), [sym___r_single_quote] = ACTIONS(2931), }, + [1246] = { + [sym_identifier] = ACTIONS(3095), + [anon_sym_LF] = ACTIONS(3095), + [anon_sym_CR] = ACTIONS(3095), + [anon_sym_CR_LF] = ACTIONS(3095), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(3095), + [anon_sym_DOT] = ACTIONS(3095), + [anon_sym_as] = ACTIONS(3095), + [anon_sym_LBRACE] = ACTIONS(3095), + [anon_sym_COMMA] = ACTIONS(3095), + [anon_sym_RBRACE] = ACTIONS(3095), + [anon_sym_LPAREN] = ACTIONS(3095), + [anon_sym_PIPE] = ACTIONS(3095), + [anon_sym_fn] = ACTIONS(3095), + [anon_sym_PLUS] = ACTIONS(3095), + [anon_sym_DASH] = ACTIONS(3095), + [anon_sym_STAR] = ACTIONS(3095), + [anon_sym_SLASH] = ACTIONS(3095), + [anon_sym_PERCENT] = ACTIONS(3095), + [anon_sym_LT] = ACTIONS(3095), + [anon_sym_GT] = ACTIONS(3095), + [anon_sym_EQ_EQ] = ACTIONS(3095), + [anon_sym_BANG_EQ] = ACTIONS(3095), + [anon_sym_LT_EQ] = ACTIONS(3095), + [anon_sym_GT_EQ] = ACTIONS(3095), + [anon_sym_LBRACK] = ACTIONS(3093), + [anon_sym_LT2] = ACTIONS(3095), + [anon_sym_struct] = ACTIONS(3095), + [anon_sym_mut] = ACTIONS(3095), + [anon_sym_PLUS_PLUS] = ACTIONS(3095), + [anon_sym_DASH_DASH] = ACTIONS(3095), + [anon_sym_QMARK] = ACTIONS(3095), + [anon_sym_BANG] = ACTIONS(3095), + [anon_sym_go] = ACTIONS(3095), + [anon_sym_spawn] = ACTIONS(3095), + [anon_sym_json_DOTdecode] = ACTIONS(3095), + [anon_sym_LBRACK2] = ACTIONS(3095), + [anon_sym_TILDE] = ACTIONS(3095), + [anon_sym_CARET] = ACTIONS(3095), + [anon_sym_AMP] = ACTIONS(3095), + [anon_sym_LT_DASH] = ACTIONS(3095), + [anon_sym_LT_LT] = ACTIONS(3095), + [anon_sym_GT_GT] = ACTIONS(3095), + [anon_sym_GT_GT_GT] = ACTIONS(3095), + [anon_sym_AMP_CARET] = ACTIONS(3095), + [anon_sym_AMP_AMP] = ACTIONS(3095), + [anon_sym_PIPE_PIPE] = ACTIONS(3095), + [anon_sym_or] = ACTIONS(3095), + [sym_none] = ACTIONS(3095), + [sym_true] = ACTIONS(3095), + [sym_false] = ACTIONS(3095), + [sym_nil] = ACTIONS(3095), + [anon_sym_QMARK_DOT] = ACTIONS(3095), + [anon_sym_POUND_LBRACK] = ACTIONS(3095), + [anon_sym_if] = ACTIONS(3095), + [anon_sym_DOLLARif] = ACTIONS(3095), + [anon_sym_is] = ACTIONS(3095), + [anon_sym_BANGis] = ACTIONS(3095), + [anon_sym_in] = ACTIONS(3095), + [anon_sym_BANGin] = ACTIONS(3095), + [anon_sym_match] = ACTIONS(3095), + [anon_sym_select] = ACTIONS(3095), + [anon_sym_lock] = ACTIONS(3095), + [anon_sym_rlock] = ACTIONS(3095), + [anon_sym_unsafe] = ACTIONS(3095), + [anon_sym_sql] = ACTIONS(3095), + [sym_int_literal] = ACTIONS(3095), + [sym_float_literal] = ACTIONS(3095), + [sym_rune_literal] = ACTIONS(3095), + [anon_sym_AT] = ACTIONS(3095), + [anon_sym_shared] = ACTIONS(3095), + [anon_sym_map_LBRACK] = ACTIONS(3095), + [anon_sym_chan] = ACTIONS(3095), + [anon_sym_thread] = ACTIONS(3095), + [anon_sym_atomic] = ACTIONS(3095), + [sym___double_quote] = ACTIONS(3095), + [sym___single_quote] = ACTIONS(3095), + [sym___c_double_quote] = ACTIONS(3095), + [sym___c_single_quote] = ACTIONS(3095), + [sym___r_double_quote] = ACTIONS(3095), + [sym___r_single_quote] = ACTIONS(3095), + }, + [1247] = { + [sym_identifier] = ACTIONS(3167), + [anon_sym_LF] = ACTIONS(3167), + [anon_sym_CR] = ACTIONS(3167), + [anon_sym_CR_LF] = ACTIONS(3167), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(3167), + [anon_sym_DOT] = ACTIONS(3167), + [anon_sym_as] = ACTIONS(3167), + [anon_sym_LBRACE] = ACTIONS(3167), + [anon_sym_COMMA] = ACTIONS(3167), + [anon_sym_RBRACE] = ACTIONS(3167), + [anon_sym_LPAREN] = ACTIONS(3167), + [anon_sym_PIPE] = ACTIONS(3167), + [anon_sym_fn] = ACTIONS(3167), + [anon_sym_PLUS] = ACTIONS(3167), + [anon_sym_DASH] = ACTIONS(3167), + [anon_sym_STAR] = ACTIONS(3167), + [anon_sym_SLASH] = ACTIONS(3167), + [anon_sym_PERCENT] = ACTIONS(3167), + [anon_sym_LT] = ACTIONS(3167), + [anon_sym_GT] = ACTIONS(3167), + [anon_sym_EQ_EQ] = ACTIONS(3167), + [anon_sym_BANG_EQ] = ACTIONS(3167), + [anon_sym_LT_EQ] = ACTIONS(3167), + [anon_sym_GT_EQ] = ACTIONS(3167), + [anon_sym_LBRACK] = ACTIONS(3165), + [anon_sym_LT2] = ACTIONS(3167), + [anon_sym_struct] = ACTIONS(3167), + [anon_sym_mut] = ACTIONS(3167), + [anon_sym_PLUS_PLUS] = ACTIONS(3167), + [anon_sym_DASH_DASH] = ACTIONS(3167), + [anon_sym_QMARK] = ACTIONS(3167), + [anon_sym_BANG] = ACTIONS(3167), + [anon_sym_go] = ACTIONS(3167), + [anon_sym_spawn] = ACTIONS(3167), + [anon_sym_json_DOTdecode] = ACTIONS(3167), + [anon_sym_LBRACK2] = ACTIONS(3167), + [anon_sym_TILDE] = ACTIONS(3167), + [anon_sym_CARET] = ACTIONS(3167), + [anon_sym_AMP] = ACTIONS(3167), + [anon_sym_LT_DASH] = ACTIONS(3167), + [anon_sym_LT_LT] = ACTIONS(3167), + [anon_sym_GT_GT] = ACTIONS(3167), + [anon_sym_GT_GT_GT] = ACTIONS(3167), + [anon_sym_AMP_CARET] = ACTIONS(3167), + [anon_sym_AMP_AMP] = ACTIONS(3167), + [anon_sym_PIPE_PIPE] = ACTIONS(3167), + [anon_sym_or] = ACTIONS(3167), + [sym_none] = ACTIONS(3167), + [sym_true] = ACTIONS(3167), + [sym_false] = ACTIONS(3167), + [sym_nil] = ACTIONS(3167), + [anon_sym_QMARK_DOT] = ACTIONS(3167), + [anon_sym_POUND_LBRACK] = ACTIONS(3167), + [anon_sym_if] = ACTIONS(3167), + [anon_sym_DOLLARif] = ACTIONS(3167), + [anon_sym_is] = ACTIONS(3167), + [anon_sym_BANGis] = ACTIONS(3167), + [anon_sym_in] = ACTIONS(3167), + [anon_sym_BANGin] = ACTIONS(3167), + [anon_sym_match] = ACTIONS(3167), + [anon_sym_select] = ACTIONS(3167), + [anon_sym_lock] = ACTIONS(3167), + [anon_sym_rlock] = ACTIONS(3167), + [anon_sym_unsafe] = ACTIONS(3167), + [anon_sym_sql] = ACTIONS(3167), + [sym_int_literal] = ACTIONS(3167), + [sym_float_literal] = ACTIONS(3167), + [sym_rune_literal] = ACTIONS(3167), + [anon_sym_AT] = ACTIONS(3167), + [anon_sym_shared] = ACTIONS(3167), + [anon_sym_map_LBRACK] = ACTIONS(3167), + [anon_sym_chan] = ACTIONS(3167), + [anon_sym_thread] = ACTIONS(3167), + [anon_sym_atomic] = ACTIONS(3167), + [sym___double_quote] = ACTIONS(3167), + [sym___single_quote] = ACTIONS(3167), + [sym___c_double_quote] = ACTIONS(3167), + [sym___c_single_quote] = ACTIONS(3167), + [sym___r_double_quote] = ACTIONS(3167), + [sym___r_single_quote] = ACTIONS(3167), + }, + [1248] = { + [sym_identifier] = ACTIONS(2811), + [anon_sym_LF] = ACTIONS(2811), + [anon_sym_CR] = ACTIONS(2811), + [anon_sym_CR_LF] = ACTIONS(2811), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(2811), + [anon_sym_DOT] = ACTIONS(2811), + [anon_sym_as] = ACTIONS(2811), + [anon_sym_LBRACE] = ACTIONS(2811), + [anon_sym_COMMA] = ACTIONS(2811), + [anon_sym_RBRACE] = ACTIONS(2811), + [anon_sym_LPAREN] = ACTIONS(2811), + [anon_sym_PIPE] = ACTIONS(2811), + [anon_sym_fn] = ACTIONS(2811), + [anon_sym_PLUS] = ACTIONS(2811), + [anon_sym_DASH] = ACTIONS(2811), + [anon_sym_STAR] = ACTIONS(2811), + [anon_sym_SLASH] = ACTIONS(2811), + [anon_sym_PERCENT] = ACTIONS(2811), + [anon_sym_LT] = ACTIONS(2811), + [anon_sym_GT] = ACTIONS(2811), + [anon_sym_EQ_EQ] = ACTIONS(2811), + [anon_sym_BANG_EQ] = ACTIONS(2811), + [anon_sym_LT_EQ] = ACTIONS(2811), + [anon_sym_GT_EQ] = ACTIONS(2811), + [anon_sym_LBRACK] = ACTIONS(2809), + [anon_sym_LT2] = ACTIONS(2811), + [anon_sym_struct] = ACTIONS(2811), + [anon_sym_mut] = ACTIONS(2811), + [anon_sym_PLUS_PLUS] = ACTIONS(2811), + [anon_sym_DASH_DASH] = ACTIONS(2811), + [anon_sym_QMARK] = ACTIONS(2811), + [anon_sym_BANG] = ACTIONS(2811), + [anon_sym_go] = ACTIONS(2811), + [anon_sym_spawn] = ACTIONS(2811), + [anon_sym_json_DOTdecode] = ACTIONS(2811), + [anon_sym_LBRACK2] = ACTIONS(2811), + [anon_sym_TILDE] = ACTIONS(2811), + [anon_sym_CARET] = ACTIONS(2811), + [anon_sym_AMP] = ACTIONS(2811), + [anon_sym_LT_DASH] = ACTIONS(2811), + [anon_sym_LT_LT] = ACTIONS(2811), + [anon_sym_GT_GT] = ACTIONS(2811), + [anon_sym_GT_GT_GT] = ACTIONS(2811), + [anon_sym_AMP_CARET] = ACTIONS(2811), + [anon_sym_AMP_AMP] = ACTIONS(2811), + [anon_sym_PIPE_PIPE] = ACTIONS(2811), + [anon_sym_or] = ACTIONS(2811), + [sym_none] = ACTIONS(2811), + [sym_true] = ACTIONS(2811), + [sym_false] = ACTIONS(2811), + [sym_nil] = ACTIONS(2811), + [anon_sym_QMARK_DOT] = ACTIONS(2811), + [anon_sym_POUND_LBRACK] = ACTIONS(2811), + [anon_sym_if] = ACTIONS(2811), + [anon_sym_DOLLARif] = ACTIONS(2811), + [anon_sym_is] = ACTIONS(2811), + [anon_sym_BANGis] = ACTIONS(2811), + [anon_sym_in] = ACTIONS(2811), + [anon_sym_BANGin] = ACTIONS(2811), + [anon_sym_match] = ACTIONS(2811), + [anon_sym_select] = ACTIONS(2811), + [anon_sym_lock] = ACTIONS(2811), + [anon_sym_rlock] = ACTIONS(2811), + [anon_sym_unsafe] = ACTIONS(2811), + [anon_sym_sql] = ACTIONS(2811), + [sym_int_literal] = ACTIONS(2811), + [sym_float_literal] = ACTIONS(2811), + [sym_rune_literal] = ACTIONS(2811), + [anon_sym_AT] = ACTIONS(2811), + [anon_sym_shared] = ACTIONS(2811), + [anon_sym_map_LBRACK] = ACTIONS(2811), + [anon_sym_chan] = ACTIONS(2811), + [anon_sym_thread] = ACTIONS(2811), + [anon_sym_atomic] = ACTIONS(2811), + [sym___double_quote] = ACTIONS(2811), + [sym___single_quote] = ACTIONS(2811), + [sym___c_double_quote] = ACTIONS(2811), + [sym___c_single_quote] = ACTIONS(2811), + [sym___r_double_quote] = ACTIONS(2811), + [sym___r_single_quote] = ACTIONS(2811), + }, [1249] = { - [sym_identifier] = ACTIONS(3013), - [anon_sym_LF] = ACTIONS(3013), - [anon_sym_CR] = ACTIONS(3013), - [anon_sym_CR_LF] = ACTIONS(3013), + [sym_identifier] = ACTIONS(3131), + [anon_sym_LF] = ACTIONS(3131), + [anon_sym_CR] = ACTIONS(3131), + [anon_sym_CR_LF] = ACTIONS(3131), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3013), - [anon_sym_DOT] = ACTIONS(3013), - [anon_sym_as] = ACTIONS(3013), - [anon_sym_LBRACE] = ACTIONS(3013), - [anon_sym_COMMA] = ACTIONS(3013), - [anon_sym_RBRACE] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(3013), - [anon_sym_PIPE] = ACTIONS(3013), - [anon_sym_fn] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3013), - [anon_sym_SLASH] = ACTIONS(3013), - [anon_sym_PERCENT] = ACTIONS(3013), - [anon_sym_LT] = ACTIONS(3013), - [anon_sym_GT] = ACTIONS(3013), - [anon_sym_EQ_EQ] = ACTIONS(3013), - [anon_sym_BANG_EQ] = ACTIONS(3013), - [anon_sym_LT_EQ] = ACTIONS(3013), - [anon_sym_GT_EQ] = ACTIONS(3013), - [anon_sym_LBRACK] = ACTIONS(3011), - [anon_sym_struct] = ACTIONS(3013), - [anon_sym_mut] = ACTIONS(3013), - [anon_sym_PLUS_PLUS] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3013), - [anon_sym_QMARK] = ACTIONS(3013), - [anon_sym_BANG] = ACTIONS(3013), - [anon_sym_go] = ACTIONS(3013), - [anon_sym_spawn] = ACTIONS(3013), - [anon_sym_json_DOTdecode] = ACTIONS(3013), - [anon_sym_LBRACK2] = ACTIONS(3013), - [anon_sym_TILDE] = ACTIONS(3013), - [anon_sym_CARET] = ACTIONS(3013), - [anon_sym_AMP] = ACTIONS(3013), - [anon_sym_LT_DASH] = ACTIONS(3013), - [anon_sym_LT_LT] = ACTIONS(3013), - [anon_sym_GT_GT] = ACTIONS(3013), - [anon_sym_GT_GT_GT] = ACTIONS(3013), - [anon_sym_AMP_CARET] = ACTIONS(3013), - [anon_sym_AMP_AMP] = ACTIONS(3013), - [anon_sym_PIPE_PIPE] = ACTIONS(3013), - [anon_sym_or] = ACTIONS(3013), - [sym_none] = ACTIONS(3013), - [sym_true] = ACTIONS(3013), - [sym_false] = ACTIONS(3013), - [sym_nil] = ACTIONS(3013), - [anon_sym_QMARK_DOT] = ACTIONS(3013), - [anon_sym_POUND_LBRACK] = ACTIONS(3013), - [anon_sym_if] = ACTIONS(3013), - [anon_sym_DOLLARif] = ACTIONS(3013), - [anon_sym_is] = ACTIONS(3013), - [anon_sym_BANGis] = ACTIONS(3013), - [anon_sym_in] = ACTIONS(3013), - [anon_sym_BANGin] = ACTIONS(3013), - [anon_sym_match] = ACTIONS(3013), - [anon_sym_select] = ACTIONS(3013), - [anon_sym_lock] = ACTIONS(3013), - [anon_sym_rlock] = ACTIONS(3013), - [anon_sym_unsafe] = ACTIONS(3013), - [anon_sym_sql] = ACTIONS(3013), - [sym_int_literal] = ACTIONS(3013), - [sym_float_literal] = ACTIONS(3013), - [sym_rune_literal] = ACTIONS(3013), - [anon_sym_AT] = ACTIONS(3013), - [anon_sym_shared] = ACTIONS(3013), - [anon_sym_map_LBRACK] = ACTIONS(3013), - [anon_sym_chan] = ACTIONS(3013), - [anon_sym_thread] = ACTIONS(3013), - [anon_sym_atomic] = ACTIONS(3013), - [sym___double_quote] = ACTIONS(3013), - [sym___single_quote] = ACTIONS(3013), - [sym___c_double_quote] = ACTIONS(3013), - [sym___c_single_quote] = ACTIONS(3013), - [sym___r_double_quote] = ACTIONS(3013), - [sym___r_single_quote] = ACTIONS(3013), + [anon_sym_SEMI] = ACTIONS(3131), + [anon_sym_DOT] = ACTIONS(3131), + [anon_sym_as] = ACTIONS(3131), + [anon_sym_LBRACE] = ACTIONS(3131), + [anon_sym_COMMA] = ACTIONS(3131), + [anon_sym_RBRACE] = ACTIONS(3131), + [anon_sym_LPAREN] = ACTIONS(3131), + [anon_sym_PIPE] = ACTIONS(3131), + [anon_sym_fn] = ACTIONS(3131), + [anon_sym_PLUS] = ACTIONS(3131), + [anon_sym_DASH] = ACTIONS(3131), + [anon_sym_STAR] = ACTIONS(3131), + [anon_sym_SLASH] = ACTIONS(3131), + [anon_sym_PERCENT] = ACTIONS(3131), + [anon_sym_LT] = ACTIONS(3131), + [anon_sym_GT] = ACTIONS(3131), + [anon_sym_EQ_EQ] = ACTIONS(3131), + [anon_sym_BANG_EQ] = ACTIONS(3131), + [anon_sym_LT_EQ] = ACTIONS(3131), + [anon_sym_GT_EQ] = ACTIONS(3131), + [anon_sym_LBRACK] = ACTIONS(3129), + [anon_sym_LT2] = ACTIONS(3131), + [anon_sym_struct] = ACTIONS(3131), + [anon_sym_mut] = ACTIONS(3131), + [anon_sym_PLUS_PLUS] = ACTIONS(3131), + [anon_sym_DASH_DASH] = ACTIONS(3131), + [anon_sym_QMARK] = ACTIONS(3131), + [anon_sym_BANG] = ACTIONS(3131), + [anon_sym_go] = ACTIONS(3131), + [anon_sym_spawn] = ACTIONS(3131), + [anon_sym_json_DOTdecode] = ACTIONS(3131), + [anon_sym_LBRACK2] = ACTIONS(3131), + [anon_sym_TILDE] = ACTIONS(3131), + [anon_sym_CARET] = ACTIONS(3131), + [anon_sym_AMP] = ACTIONS(3131), + [anon_sym_LT_DASH] = ACTIONS(3131), + [anon_sym_LT_LT] = ACTIONS(3131), + [anon_sym_GT_GT] = ACTIONS(3131), + [anon_sym_GT_GT_GT] = ACTIONS(3131), + [anon_sym_AMP_CARET] = ACTIONS(3131), + [anon_sym_AMP_AMP] = ACTIONS(3131), + [anon_sym_PIPE_PIPE] = ACTIONS(3131), + [anon_sym_or] = ACTIONS(3131), + [sym_none] = ACTIONS(3131), + [sym_true] = ACTIONS(3131), + [sym_false] = ACTIONS(3131), + [sym_nil] = ACTIONS(3131), + [anon_sym_QMARK_DOT] = ACTIONS(3131), + [anon_sym_POUND_LBRACK] = ACTIONS(3131), + [anon_sym_if] = ACTIONS(3131), + [anon_sym_DOLLARif] = ACTIONS(3131), + [anon_sym_is] = ACTIONS(3131), + [anon_sym_BANGis] = ACTIONS(3131), + [anon_sym_in] = ACTIONS(3131), + [anon_sym_BANGin] = ACTIONS(3131), + [anon_sym_match] = ACTIONS(3131), + [anon_sym_select] = ACTIONS(3131), + [anon_sym_lock] = ACTIONS(3131), + [anon_sym_rlock] = ACTIONS(3131), + [anon_sym_unsafe] = ACTIONS(3131), + [anon_sym_sql] = ACTIONS(3131), + [sym_int_literal] = ACTIONS(3131), + [sym_float_literal] = ACTIONS(3131), + [sym_rune_literal] = ACTIONS(3131), + [anon_sym_AT] = ACTIONS(3131), + [anon_sym_shared] = ACTIONS(3131), + [anon_sym_map_LBRACK] = ACTIONS(3131), + [anon_sym_chan] = ACTIONS(3131), + [anon_sym_thread] = ACTIONS(3131), + [anon_sym_atomic] = ACTIONS(3131), + [sym___double_quote] = ACTIONS(3131), + [sym___single_quote] = ACTIONS(3131), + [sym___c_double_quote] = ACTIONS(3131), + [sym___c_single_quote] = ACTIONS(3131), + [sym___r_double_quote] = ACTIONS(3131), + [sym___r_single_quote] = ACTIONS(3131), }, [1250] = { - [sym_identifier] = ACTIONS(2981), - [anon_sym_LF] = ACTIONS(2981), - [anon_sym_CR] = ACTIONS(2981), - [anon_sym_CR_LF] = ACTIONS(2981), + [sym_identifier] = ACTIONS(3171), + [anon_sym_LF] = ACTIONS(3171), + [anon_sym_CR] = ACTIONS(3171), + [anon_sym_CR_LF] = ACTIONS(3171), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2981), - [anon_sym_DOT] = ACTIONS(2981), - [anon_sym_as] = ACTIONS(2981), - [anon_sym_LBRACE] = ACTIONS(2981), - [anon_sym_COMMA] = ACTIONS(2981), - [anon_sym_RBRACE] = ACTIONS(2981), - [anon_sym_LPAREN] = ACTIONS(2981), - [anon_sym_PIPE] = ACTIONS(2981), - [anon_sym_fn] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2981), - [anon_sym_DASH] = ACTIONS(2981), - [anon_sym_STAR] = ACTIONS(2981), - [anon_sym_SLASH] = ACTIONS(2981), - [anon_sym_PERCENT] = ACTIONS(2981), - [anon_sym_LT] = ACTIONS(2981), - [anon_sym_GT] = ACTIONS(2981), - [anon_sym_EQ_EQ] = ACTIONS(2981), - [anon_sym_BANG_EQ] = ACTIONS(2981), - [anon_sym_LT_EQ] = ACTIONS(2981), - [anon_sym_GT_EQ] = ACTIONS(2981), - [anon_sym_LBRACK] = ACTIONS(2979), - [anon_sym_struct] = ACTIONS(2981), - [anon_sym_mut] = ACTIONS(2981), - [anon_sym_PLUS_PLUS] = ACTIONS(2981), - [anon_sym_DASH_DASH] = ACTIONS(2981), - [anon_sym_QMARK] = ACTIONS(2981), - [anon_sym_BANG] = ACTIONS(2981), - [anon_sym_go] = ACTIONS(2981), - [anon_sym_spawn] = ACTIONS(2981), - [anon_sym_json_DOTdecode] = ACTIONS(2981), - [anon_sym_LBRACK2] = ACTIONS(2981), - [anon_sym_TILDE] = ACTIONS(2981), - [anon_sym_CARET] = ACTIONS(2981), - [anon_sym_AMP] = ACTIONS(2981), - [anon_sym_LT_DASH] = ACTIONS(2981), - [anon_sym_LT_LT] = ACTIONS(2981), - [anon_sym_GT_GT] = ACTIONS(2981), - [anon_sym_GT_GT_GT] = ACTIONS(2981), - [anon_sym_AMP_CARET] = ACTIONS(2981), - [anon_sym_AMP_AMP] = ACTIONS(2981), - [anon_sym_PIPE_PIPE] = ACTIONS(2981), - [anon_sym_or] = ACTIONS(2981), - [sym_none] = ACTIONS(2981), - [sym_true] = ACTIONS(2981), - [sym_false] = ACTIONS(2981), - [sym_nil] = ACTIONS(2981), - [anon_sym_QMARK_DOT] = ACTIONS(2981), - [anon_sym_POUND_LBRACK] = ACTIONS(2981), - [anon_sym_if] = ACTIONS(2981), - [anon_sym_DOLLARif] = ACTIONS(2981), - [anon_sym_is] = ACTIONS(2981), - [anon_sym_BANGis] = ACTIONS(2981), - [anon_sym_in] = ACTIONS(2981), - [anon_sym_BANGin] = ACTIONS(2981), - [anon_sym_match] = ACTIONS(2981), - [anon_sym_select] = ACTIONS(2981), - [anon_sym_lock] = ACTIONS(2981), - [anon_sym_rlock] = ACTIONS(2981), - [anon_sym_unsafe] = ACTIONS(2981), - [anon_sym_sql] = ACTIONS(2981), - [sym_int_literal] = ACTIONS(2981), - [sym_float_literal] = ACTIONS(2981), - [sym_rune_literal] = ACTIONS(2981), - [anon_sym_AT] = ACTIONS(2981), - [anon_sym_shared] = ACTIONS(2981), - [anon_sym_map_LBRACK] = ACTIONS(2981), - [anon_sym_chan] = ACTIONS(2981), - [anon_sym_thread] = ACTIONS(2981), - [anon_sym_atomic] = ACTIONS(2981), - [sym___double_quote] = ACTIONS(2981), - [sym___single_quote] = ACTIONS(2981), - [sym___c_double_quote] = ACTIONS(2981), - [sym___c_single_quote] = ACTIONS(2981), - [sym___r_double_quote] = ACTIONS(2981), - [sym___r_single_quote] = ACTIONS(2981), + [anon_sym_SEMI] = ACTIONS(3171), + [anon_sym_DOT] = ACTIONS(3171), + [anon_sym_as] = ACTIONS(3171), + [anon_sym_LBRACE] = ACTIONS(3171), + [anon_sym_COMMA] = ACTIONS(3171), + [anon_sym_RBRACE] = ACTIONS(3171), + [anon_sym_LPAREN] = ACTIONS(3171), + [anon_sym_PIPE] = ACTIONS(3171), + [anon_sym_fn] = ACTIONS(3171), + [anon_sym_PLUS] = ACTIONS(3171), + [anon_sym_DASH] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3171), + [anon_sym_SLASH] = ACTIONS(3171), + [anon_sym_PERCENT] = ACTIONS(3171), + [anon_sym_LT] = ACTIONS(3171), + [anon_sym_GT] = ACTIONS(3171), + [anon_sym_EQ_EQ] = ACTIONS(3171), + [anon_sym_BANG_EQ] = ACTIONS(3171), + [anon_sym_LT_EQ] = ACTIONS(3171), + [anon_sym_GT_EQ] = ACTIONS(3171), + [anon_sym_LBRACK] = ACTIONS(3169), + [anon_sym_LT2] = ACTIONS(3171), + [anon_sym_struct] = ACTIONS(3171), + [anon_sym_mut] = ACTIONS(3171), + [anon_sym_PLUS_PLUS] = ACTIONS(3171), + [anon_sym_DASH_DASH] = ACTIONS(3171), + [anon_sym_QMARK] = ACTIONS(3171), + [anon_sym_BANG] = ACTIONS(3171), + [anon_sym_go] = ACTIONS(3171), + [anon_sym_spawn] = ACTIONS(3171), + [anon_sym_json_DOTdecode] = ACTIONS(3171), + [anon_sym_LBRACK2] = ACTIONS(3171), + [anon_sym_TILDE] = ACTIONS(3171), + [anon_sym_CARET] = ACTIONS(3171), + [anon_sym_AMP] = ACTIONS(3171), + [anon_sym_LT_DASH] = ACTIONS(3171), + [anon_sym_LT_LT] = ACTIONS(3171), + [anon_sym_GT_GT] = ACTIONS(3171), + [anon_sym_GT_GT_GT] = ACTIONS(3171), + [anon_sym_AMP_CARET] = ACTIONS(3171), + [anon_sym_AMP_AMP] = ACTIONS(3171), + [anon_sym_PIPE_PIPE] = ACTIONS(3171), + [anon_sym_or] = ACTIONS(3171), + [sym_none] = ACTIONS(3171), + [sym_true] = ACTIONS(3171), + [sym_false] = ACTIONS(3171), + [sym_nil] = ACTIONS(3171), + [anon_sym_QMARK_DOT] = ACTIONS(3171), + [anon_sym_POUND_LBRACK] = ACTIONS(3171), + [anon_sym_if] = ACTIONS(3171), + [anon_sym_DOLLARif] = ACTIONS(3171), + [anon_sym_is] = ACTIONS(3171), + [anon_sym_BANGis] = ACTIONS(3171), + [anon_sym_in] = ACTIONS(3171), + [anon_sym_BANGin] = ACTIONS(3171), + [anon_sym_match] = ACTIONS(3171), + [anon_sym_select] = ACTIONS(3171), + [anon_sym_lock] = ACTIONS(3171), + [anon_sym_rlock] = ACTIONS(3171), + [anon_sym_unsafe] = ACTIONS(3171), + [anon_sym_sql] = ACTIONS(3171), + [sym_int_literal] = ACTIONS(3171), + [sym_float_literal] = ACTIONS(3171), + [sym_rune_literal] = ACTIONS(3171), + [anon_sym_AT] = ACTIONS(3171), + [anon_sym_shared] = ACTIONS(3171), + [anon_sym_map_LBRACK] = ACTIONS(3171), + [anon_sym_chan] = ACTIONS(3171), + [anon_sym_thread] = ACTIONS(3171), + [anon_sym_atomic] = ACTIONS(3171), + [sym___double_quote] = ACTIONS(3171), + [sym___single_quote] = ACTIONS(3171), + [sym___c_double_quote] = ACTIONS(3171), + [sym___c_single_quote] = ACTIONS(3171), + [sym___r_double_quote] = ACTIONS(3171), + [sym___r_single_quote] = ACTIONS(3171), }, [1251] = { - [sym_identifier] = ACTIONS(2985), - [anon_sym_LF] = ACTIONS(2985), - [anon_sym_CR] = ACTIONS(2985), - [anon_sym_CR_LF] = ACTIONS(2985), + [sym_identifier] = ACTIONS(2807), + [anon_sym_LF] = ACTIONS(2807), + [anon_sym_CR] = ACTIONS(2807), + [anon_sym_CR_LF] = ACTIONS(2807), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2985), - [anon_sym_DOT] = ACTIONS(2985), - [anon_sym_as] = ACTIONS(2985), - [anon_sym_LBRACE] = ACTIONS(2985), - [anon_sym_COMMA] = ACTIONS(2985), - [anon_sym_RBRACE] = ACTIONS(2985), - [anon_sym_LPAREN] = ACTIONS(2985), - [anon_sym_PIPE] = ACTIONS(2985), - [anon_sym_fn] = ACTIONS(2985), - [anon_sym_PLUS] = ACTIONS(2985), - [anon_sym_DASH] = ACTIONS(2985), - [anon_sym_STAR] = ACTIONS(2985), - [anon_sym_SLASH] = ACTIONS(2985), - [anon_sym_PERCENT] = ACTIONS(2985), - [anon_sym_LT] = ACTIONS(2985), - [anon_sym_GT] = ACTIONS(2985), - [anon_sym_EQ_EQ] = ACTIONS(2985), - [anon_sym_BANG_EQ] = ACTIONS(2985), - [anon_sym_LT_EQ] = ACTIONS(2985), - [anon_sym_GT_EQ] = ACTIONS(2985), - [anon_sym_LBRACK] = ACTIONS(2983), - [anon_sym_struct] = ACTIONS(2985), - [anon_sym_mut] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2985), - [anon_sym_DASH_DASH] = ACTIONS(2985), - [anon_sym_QMARK] = ACTIONS(2985), - [anon_sym_BANG] = ACTIONS(2985), - [anon_sym_go] = ACTIONS(2985), - [anon_sym_spawn] = ACTIONS(2985), - [anon_sym_json_DOTdecode] = ACTIONS(2985), - [anon_sym_LBRACK2] = ACTIONS(2985), - [anon_sym_TILDE] = ACTIONS(2985), - [anon_sym_CARET] = ACTIONS(2985), - [anon_sym_AMP] = ACTIONS(2985), - [anon_sym_LT_DASH] = ACTIONS(2985), - [anon_sym_LT_LT] = ACTIONS(2985), - [anon_sym_GT_GT] = ACTIONS(2985), - [anon_sym_GT_GT_GT] = ACTIONS(2985), - [anon_sym_AMP_CARET] = ACTIONS(2985), - [anon_sym_AMP_AMP] = ACTIONS(2985), - [anon_sym_PIPE_PIPE] = ACTIONS(2985), - [anon_sym_or] = ACTIONS(2985), - [sym_none] = ACTIONS(2985), - [sym_true] = ACTIONS(2985), - [sym_false] = ACTIONS(2985), - [sym_nil] = ACTIONS(2985), - [anon_sym_QMARK_DOT] = ACTIONS(2985), - [anon_sym_POUND_LBRACK] = ACTIONS(2985), - [anon_sym_if] = ACTIONS(2985), - [anon_sym_DOLLARif] = ACTIONS(2985), - [anon_sym_is] = ACTIONS(2985), - [anon_sym_BANGis] = ACTIONS(2985), - [anon_sym_in] = ACTIONS(2985), - [anon_sym_BANGin] = ACTIONS(2985), - [anon_sym_match] = ACTIONS(2985), - [anon_sym_select] = ACTIONS(2985), - [anon_sym_lock] = ACTIONS(2985), - [anon_sym_rlock] = ACTIONS(2985), - [anon_sym_unsafe] = ACTIONS(2985), - [anon_sym_sql] = ACTIONS(2985), - [sym_int_literal] = ACTIONS(2985), - [sym_float_literal] = ACTIONS(2985), - [sym_rune_literal] = ACTIONS(2985), - [anon_sym_AT] = ACTIONS(2985), - [anon_sym_shared] = ACTIONS(2985), - [anon_sym_map_LBRACK] = ACTIONS(2985), - [anon_sym_chan] = ACTIONS(2985), - [anon_sym_thread] = ACTIONS(2985), - [anon_sym_atomic] = ACTIONS(2985), - [sym___double_quote] = ACTIONS(2985), - [sym___single_quote] = ACTIONS(2985), - [sym___c_double_quote] = ACTIONS(2985), - [sym___c_single_quote] = ACTIONS(2985), - [sym___r_double_quote] = ACTIONS(2985), - [sym___r_single_quote] = ACTIONS(2985), + [anon_sym_SEMI] = ACTIONS(2807), + [anon_sym_DOT] = ACTIONS(2807), + [anon_sym_as] = ACTIONS(2807), + [anon_sym_LBRACE] = ACTIONS(2807), + [anon_sym_COMMA] = ACTIONS(2807), + [anon_sym_RBRACE] = ACTIONS(2807), + [anon_sym_LPAREN] = ACTIONS(2807), + [anon_sym_PIPE] = ACTIONS(2807), + [anon_sym_fn] = ACTIONS(2807), + [anon_sym_PLUS] = ACTIONS(2807), + [anon_sym_DASH] = ACTIONS(2807), + [anon_sym_STAR] = ACTIONS(2807), + [anon_sym_SLASH] = ACTIONS(2807), + [anon_sym_PERCENT] = ACTIONS(2807), + [anon_sym_LT] = ACTIONS(2807), + [anon_sym_GT] = ACTIONS(2807), + [anon_sym_EQ_EQ] = ACTIONS(2807), + [anon_sym_BANG_EQ] = ACTIONS(2807), + [anon_sym_LT_EQ] = ACTIONS(2807), + [anon_sym_GT_EQ] = ACTIONS(2807), + [anon_sym_LBRACK] = ACTIONS(2805), + [anon_sym_LT2] = ACTIONS(2807), + [anon_sym_struct] = ACTIONS(2807), + [anon_sym_mut] = ACTIONS(2807), + [anon_sym_PLUS_PLUS] = ACTIONS(2807), + [anon_sym_DASH_DASH] = ACTIONS(2807), + [anon_sym_QMARK] = ACTIONS(2807), + [anon_sym_BANG] = ACTIONS(2807), + [anon_sym_go] = ACTIONS(2807), + [anon_sym_spawn] = ACTIONS(2807), + [anon_sym_json_DOTdecode] = ACTIONS(2807), + [anon_sym_LBRACK2] = ACTIONS(2807), + [anon_sym_TILDE] = ACTIONS(2807), + [anon_sym_CARET] = ACTIONS(2807), + [anon_sym_AMP] = ACTIONS(2807), + [anon_sym_LT_DASH] = ACTIONS(2807), + [anon_sym_LT_LT] = ACTIONS(2807), + [anon_sym_GT_GT] = ACTIONS(2807), + [anon_sym_GT_GT_GT] = ACTIONS(2807), + [anon_sym_AMP_CARET] = ACTIONS(2807), + [anon_sym_AMP_AMP] = ACTIONS(2807), + [anon_sym_PIPE_PIPE] = ACTIONS(2807), + [anon_sym_or] = ACTIONS(2807), + [sym_none] = ACTIONS(2807), + [sym_true] = ACTIONS(2807), + [sym_false] = ACTIONS(2807), + [sym_nil] = ACTIONS(2807), + [anon_sym_QMARK_DOT] = ACTIONS(2807), + [anon_sym_POUND_LBRACK] = ACTIONS(2807), + [anon_sym_if] = ACTIONS(2807), + [anon_sym_DOLLARif] = ACTIONS(2807), + [anon_sym_is] = ACTIONS(2807), + [anon_sym_BANGis] = ACTIONS(2807), + [anon_sym_in] = ACTIONS(2807), + [anon_sym_BANGin] = ACTIONS(2807), + [anon_sym_match] = ACTIONS(2807), + [anon_sym_select] = ACTIONS(2807), + [anon_sym_lock] = ACTIONS(2807), + [anon_sym_rlock] = ACTIONS(2807), + [anon_sym_unsafe] = ACTIONS(2807), + [anon_sym_sql] = ACTIONS(2807), + [sym_int_literal] = ACTIONS(2807), + [sym_float_literal] = ACTIONS(2807), + [sym_rune_literal] = ACTIONS(2807), + [anon_sym_AT] = ACTIONS(2807), + [anon_sym_shared] = ACTIONS(2807), + [anon_sym_map_LBRACK] = ACTIONS(2807), + [anon_sym_chan] = ACTIONS(2807), + [anon_sym_thread] = ACTIONS(2807), + [anon_sym_atomic] = ACTIONS(2807), + [sym___double_quote] = ACTIONS(2807), + [sym___single_quote] = ACTIONS(2807), + [sym___c_double_quote] = ACTIONS(2807), + [sym___c_single_quote] = ACTIONS(2807), + [sym___r_double_quote] = ACTIONS(2807), + [sym___r_single_quote] = ACTIONS(2807), }, [1252] = { - [sym_identifier] = ACTIONS(3017), - [anon_sym_LF] = ACTIONS(3017), - [anon_sym_CR] = ACTIONS(3017), - [anon_sym_CR_LF] = ACTIONS(3017), + [sym_identifier] = ACTIONS(2851), + [anon_sym_LF] = ACTIONS(2851), + [anon_sym_CR] = ACTIONS(2851), + [anon_sym_CR_LF] = ACTIONS(2851), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3017), - [anon_sym_DOT] = ACTIONS(3017), - [anon_sym_as] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(3017), - [anon_sym_COMMA] = ACTIONS(3017), - [anon_sym_RBRACE] = ACTIONS(3017), - [anon_sym_LPAREN] = ACTIONS(3017), - [anon_sym_PIPE] = ACTIONS(3017), - [anon_sym_fn] = ACTIONS(3017), - [anon_sym_PLUS] = ACTIONS(3017), - [anon_sym_DASH] = ACTIONS(3017), - [anon_sym_STAR] = ACTIONS(3017), - [anon_sym_SLASH] = ACTIONS(3017), - [anon_sym_PERCENT] = ACTIONS(3017), - [anon_sym_LT] = ACTIONS(3017), - [anon_sym_GT] = ACTIONS(3017), - [anon_sym_EQ_EQ] = ACTIONS(3017), - [anon_sym_BANG_EQ] = ACTIONS(3017), - [anon_sym_LT_EQ] = ACTIONS(3017), - [anon_sym_GT_EQ] = ACTIONS(3017), - [anon_sym_LBRACK] = ACTIONS(3015), - [anon_sym_struct] = ACTIONS(3017), - [anon_sym_mut] = ACTIONS(3017), - [anon_sym_PLUS_PLUS] = ACTIONS(3017), - [anon_sym_DASH_DASH] = ACTIONS(3017), - [anon_sym_QMARK] = ACTIONS(3017), - [anon_sym_BANG] = ACTIONS(3017), - [anon_sym_go] = ACTIONS(3017), - [anon_sym_spawn] = ACTIONS(3017), - [anon_sym_json_DOTdecode] = ACTIONS(3017), - [anon_sym_LBRACK2] = ACTIONS(3017), - [anon_sym_TILDE] = ACTIONS(3017), - [anon_sym_CARET] = ACTIONS(3017), - [anon_sym_AMP] = ACTIONS(3017), - [anon_sym_LT_DASH] = ACTIONS(3017), - [anon_sym_LT_LT] = ACTIONS(3017), - [anon_sym_GT_GT] = ACTIONS(3017), - [anon_sym_GT_GT_GT] = ACTIONS(3017), - [anon_sym_AMP_CARET] = ACTIONS(3017), - [anon_sym_AMP_AMP] = ACTIONS(3017), - [anon_sym_PIPE_PIPE] = ACTIONS(3017), - [anon_sym_or] = ACTIONS(3017), - [sym_none] = ACTIONS(3017), - [sym_true] = ACTIONS(3017), - [sym_false] = ACTIONS(3017), - [sym_nil] = ACTIONS(3017), - [anon_sym_QMARK_DOT] = ACTIONS(3017), - [anon_sym_POUND_LBRACK] = ACTIONS(3017), - [anon_sym_if] = ACTIONS(3017), - [anon_sym_DOLLARif] = ACTIONS(3017), - [anon_sym_is] = ACTIONS(3017), - [anon_sym_BANGis] = ACTIONS(3017), - [anon_sym_in] = ACTIONS(3017), - [anon_sym_BANGin] = ACTIONS(3017), - [anon_sym_match] = ACTIONS(3017), - [anon_sym_select] = ACTIONS(3017), - [anon_sym_lock] = ACTIONS(3017), - [anon_sym_rlock] = ACTIONS(3017), - [anon_sym_unsafe] = ACTIONS(3017), - [anon_sym_sql] = ACTIONS(3017), - [sym_int_literal] = ACTIONS(3017), - [sym_float_literal] = ACTIONS(3017), - [sym_rune_literal] = ACTIONS(3017), - [anon_sym_AT] = ACTIONS(3017), - [anon_sym_shared] = ACTIONS(3017), - [anon_sym_map_LBRACK] = ACTIONS(3017), - [anon_sym_chan] = ACTIONS(3017), - [anon_sym_thread] = ACTIONS(3017), - [anon_sym_atomic] = ACTIONS(3017), - [sym___double_quote] = ACTIONS(3017), - [sym___single_quote] = ACTIONS(3017), - [sym___c_double_quote] = ACTIONS(3017), - [sym___c_single_quote] = ACTIONS(3017), - [sym___r_double_quote] = ACTIONS(3017), - [sym___r_single_quote] = ACTIONS(3017), + [anon_sym_SEMI] = ACTIONS(2851), + [anon_sym_DOT] = ACTIONS(2851), + [anon_sym_as] = ACTIONS(2851), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_COMMA] = ACTIONS(2851), + [anon_sym_RBRACE] = ACTIONS(2851), + [anon_sym_LPAREN] = ACTIONS(2851), + [anon_sym_PIPE] = ACTIONS(2851), + [anon_sym_fn] = ACTIONS(2851), + [anon_sym_PLUS] = ACTIONS(2851), + [anon_sym_DASH] = ACTIONS(2851), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_PERCENT] = ACTIONS(2851), + [anon_sym_LT] = ACTIONS(2851), + [anon_sym_GT] = ACTIONS(2851), + [anon_sym_EQ_EQ] = ACTIONS(2851), + [anon_sym_BANG_EQ] = ACTIONS(2851), + [anon_sym_LT_EQ] = ACTIONS(2851), + [anon_sym_GT_EQ] = ACTIONS(2851), + [anon_sym_LBRACK] = ACTIONS(2849), + [anon_sym_LT2] = ACTIONS(2851), + [anon_sym_struct] = ACTIONS(2851), + [anon_sym_mut] = ACTIONS(2851), + [anon_sym_PLUS_PLUS] = ACTIONS(2851), + [anon_sym_DASH_DASH] = ACTIONS(2851), + [anon_sym_QMARK] = ACTIONS(2851), + [anon_sym_BANG] = ACTIONS(2851), + [anon_sym_go] = ACTIONS(2851), + [anon_sym_spawn] = ACTIONS(2851), + [anon_sym_json_DOTdecode] = ACTIONS(2851), + [anon_sym_LBRACK2] = ACTIONS(2851), + [anon_sym_TILDE] = ACTIONS(2851), + [anon_sym_CARET] = ACTIONS(2851), + [anon_sym_AMP] = ACTIONS(2851), + [anon_sym_LT_DASH] = ACTIONS(2851), + [anon_sym_LT_LT] = ACTIONS(2851), + [anon_sym_GT_GT] = ACTIONS(2851), + [anon_sym_GT_GT_GT] = ACTIONS(2851), + [anon_sym_AMP_CARET] = ACTIONS(2851), + [anon_sym_AMP_AMP] = ACTIONS(2851), + [anon_sym_PIPE_PIPE] = ACTIONS(2851), + [anon_sym_or] = ACTIONS(2851), + [sym_none] = ACTIONS(2851), + [sym_true] = ACTIONS(2851), + [sym_false] = ACTIONS(2851), + [sym_nil] = ACTIONS(2851), + [anon_sym_QMARK_DOT] = ACTIONS(2851), + [anon_sym_POUND_LBRACK] = ACTIONS(2851), + [anon_sym_if] = ACTIONS(2851), + [anon_sym_DOLLARif] = ACTIONS(2851), + [anon_sym_is] = ACTIONS(2851), + [anon_sym_BANGis] = ACTIONS(2851), + [anon_sym_in] = ACTIONS(2851), + [anon_sym_BANGin] = ACTIONS(2851), + [anon_sym_match] = ACTIONS(2851), + [anon_sym_select] = ACTIONS(2851), + [anon_sym_lock] = ACTIONS(2851), + [anon_sym_rlock] = ACTIONS(2851), + [anon_sym_unsafe] = ACTIONS(2851), + [anon_sym_sql] = ACTIONS(2851), + [sym_int_literal] = ACTIONS(2851), + [sym_float_literal] = ACTIONS(2851), + [sym_rune_literal] = ACTIONS(2851), + [anon_sym_AT] = ACTIONS(2851), + [anon_sym_shared] = ACTIONS(2851), + [anon_sym_map_LBRACK] = ACTIONS(2851), + [anon_sym_chan] = ACTIONS(2851), + [anon_sym_thread] = ACTIONS(2851), + [anon_sym_atomic] = ACTIONS(2851), + [sym___double_quote] = ACTIONS(2851), + [sym___single_quote] = ACTIONS(2851), + [sym___c_double_quote] = ACTIONS(2851), + [sym___c_single_quote] = ACTIONS(2851), + [sym___r_double_quote] = ACTIONS(2851), + [sym___r_single_quote] = ACTIONS(2851), }, [1253] = { - [sym_identifier] = ACTIONS(2824), - [anon_sym_LF] = ACTIONS(2824), - [anon_sym_CR] = ACTIONS(2824), - [anon_sym_CR_LF] = ACTIONS(2824), + [sym_identifier] = ACTIONS(3175), + [anon_sym_LF] = ACTIONS(3175), + [anon_sym_CR] = ACTIONS(3175), + [anon_sym_CR_LF] = ACTIONS(3175), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2824), - [anon_sym_DOT] = ACTIONS(2824), - [anon_sym_as] = ACTIONS(2824), - [anon_sym_LBRACE] = ACTIONS(2824), - [anon_sym_COMMA] = ACTIONS(2824), - [anon_sym_RBRACE] = ACTIONS(2824), - [anon_sym_LPAREN] = ACTIONS(2824), - [anon_sym_PIPE] = ACTIONS(2824), - [anon_sym_fn] = ACTIONS(2824), - [anon_sym_PLUS] = ACTIONS(2824), - [anon_sym_DASH] = ACTIONS(2824), - [anon_sym_STAR] = ACTIONS(2824), - [anon_sym_SLASH] = ACTIONS(2824), - [anon_sym_PERCENT] = ACTIONS(2824), - [anon_sym_LT] = ACTIONS(2824), - [anon_sym_GT] = ACTIONS(2824), - [anon_sym_EQ_EQ] = ACTIONS(2824), - [anon_sym_BANG_EQ] = ACTIONS(2824), - [anon_sym_LT_EQ] = ACTIONS(2824), - [anon_sym_GT_EQ] = ACTIONS(2824), - [anon_sym_LBRACK] = ACTIONS(2822), - [anon_sym_struct] = ACTIONS(2824), - [anon_sym_mut] = ACTIONS(2824), - [anon_sym_PLUS_PLUS] = ACTIONS(2824), - [anon_sym_DASH_DASH] = ACTIONS(2824), - [anon_sym_QMARK] = ACTIONS(2824), - [anon_sym_BANG] = ACTIONS(2824), - [anon_sym_go] = ACTIONS(2824), - [anon_sym_spawn] = ACTIONS(2824), - [anon_sym_json_DOTdecode] = ACTIONS(2824), - [anon_sym_LBRACK2] = ACTIONS(2824), - [anon_sym_TILDE] = ACTIONS(2824), - [anon_sym_CARET] = ACTIONS(2824), - [anon_sym_AMP] = ACTIONS(2824), - [anon_sym_LT_DASH] = ACTIONS(2824), - [anon_sym_LT_LT] = ACTIONS(2824), - [anon_sym_GT_GT] = ACTIONS(2824), - [anon_sym_GT_GT_GT] = ACTIONS(2824), - [anon_sym_AMP_CARET] = ACTIONS(2824), - [anon_sym_AMP_AMP] = ACTIONS(2824), - [anon_sym_PIPE_PIPE] = ACTIONS(2824), - [anon_sym_or] = ACTIONS(2824), - [sym_none] = ACTIONS(2824), - [sym_true] = ACTIONS(2824), - [sym_false] = ACTIONS(2824), - [sym_nil] = ACTIONS(2824), - [anon_sym_QMARK_DOT] = ACTIONS(2824), - [anon_sym_POUND_LBRACK] = ACTIONS(2824), - [anon_sym_if] = ACTIONS(2824), - [anon_sym_DOLLARif] = ACTIONS(2824), - [anon_sym_is] = ACTIONS(2824), - [anon_sym_BANGis] = ACTIONS(2824), - [anon_sym_in] = ACTIONS(2824), - [anon_sym_BANGin] = ACTIONS(2824), - [anon_sym_match] = ACTIONS(2824), - [anon_sym_select] = ACTIONS(2824), - [anon_sym_lock] = ACTIONS(2824), - [anon_sym_rlock] = ACTIONS(2824), - [anon_sym_unsafe] = ACTIONS(2824), - [anon_sym_sql] = ACTIONS(2824), - [sym_int_literal] = ACTIONS(2824), - [sym_float_literal] = ACTIONS(2824), - [sym_rune_literal] = ACTIONS(2824), - [anon_sym_AT] = ACTIONS(2824), - [anon_sym_shared] = ACTIONS(2824), - [anon_sym_map_LBRACK] = ACTIONS(2824), - [anon_sym_chan] = ACTIONS(2824), - [anon_sym_thread] = ACTIONS(2824), - [anon_sym_atomic] = ACTIONS(2824), - [sym___double_quote] = ACTIONS(2824), - [sym___single_quote] = ACTIONS(2824), - [sym___c_double_quote] = ACTIONS(2824), - [sym___c_single_quote] = ACTIONS(2824), - [sym___r_double_quote] = ACTIONS(2824), - [sym___r_single_quote] = ACTIONS(2824), + [anon_sym_SEMI] = ACTIONS(3175), + [anon_sym_DOT] = ACTIONS(3175), + [anon_sym_as] = ACTIONS(3175), + [anon_sym_LBRACE] = ACTIONS(3175), + [anon_sym_COMMA] = ACTIONS(3175), + [anon_sym_RBRACE] = ACTIONS(3175), + [anon_sym_LPAREN] = ACTIONS(3175), + [anon_sym_PIPE] = ACTIONS(3175), + [anon_sym_fn] = ACTIONS(3175), + [anon_sym_PLUS] = ACTIONS(3175), + [anon_sym_DASH] = ACTIONS(3175), + [anon_sym_STAR] = ACTIONS(3175), + [anon_sym_SLASH] = ACTIONS(3175), + [anon_sym_PERCENT] = ACTIONS(3175), + [anon_sym_LT] = ACTIONS(3175), + [anon_sym_GT] = ACTIONS(3175), + [anon_sym_EQ_EQ] = ACTIONS(3175), + [anon_sym_BANG_EQ] = ACTIONS(3175), + [anon_sym_LT_EQ] = ACTIONS(3175), + [anon_sym_GT_EQ] = ACTIONS(3175), + [anon_sym_LBRACK] = ACTIONS(3173), + [anon_sym_LT2] = ACTIONS(3175), + [anon_sym_struct] = ACTIONS(3175), + [anon_sym_mut] = ACTIONS(3175), + [anon_sym_PLUS_PLUS] = ACTIONS(3175), + [anon_sym_DASH_DASH] = ACTIONS(3175), + [anon_sym_QMARK] = ACTIONS(3175), + [anon_sym_BANG] = ACTIONS(3175), + [anon_sym_go] = ACTIONS(3175), + [anon_sym_spawn] = ACTIONS(3175), + [anon_sym_json_DOTdecode] = ACTIONS(3175), + [anon_sym_LBRACK2] = ACTIONS(3175), + [anon_sym_TILDE] = ACTIONS(3175), + [anon_sym_CARET] = ACTIONS(3175), + [anon_sym_AMP] = ACTIONS(3175), + [anon_sym_LT_DASH] = ACTIONS(3175), + [anon_sym_LT_LT] = ACTIONS(3175), + [anon_sym_GT_GT] = ACTIONS(3175), + [anon_sym_GT_GT_GT] = ACTIONS(3175), + [anon_sym_AMP_CARET] = ACTIONS(3175), + [anon_sym_AMP_AMP] = ACTIONS(3175), + [anon_sym_PIPE_PIPE] = ACTIONS(3175), + [anon_sym_or] = ACTIONS(3175), + [sym_none] = ACTIONS(3175), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_nil] = ACTIONS(3175), + [anon_sym_QMARK_DOT] = ACTIONS(3175), + [anon_sym_POUND_LBRACK] = ACTIONS(3175), + [anon_sym_if] = ACTIONS(3175), + [anon_sym_DOLLARif] = ACTIONS(3175), + [anon_sym_is] = ACTIONS(3175), + [anon_sym_BANGis] = ACTIONS(3175), + [anon_sym_in] = ACTIONS(3175), + [anon_sym_BANGin] = ACTIONS(3175), + [anon_sym_match] = ACTIONS(3175), + [anon_sym_select] = ACTIONS(3175), + [anon_sym_lock] = ACTIONS(3175), + [anon_sym_rlock] = ACTIONS(3175), + [anon_sym_unsafe] = ACTIONS(3175), + [anon_sym_sql] = ACTIONS(3175), + [sym_int_literal] = ACTIONS(3175), + [sym_float_literal] = ACTIONS(3175), + [sym_rune_literal] = ACTIONS(3175), + [anon_sym_AT] = ACTIONS(3175), + [anon_sym_shared] = ACTIONS(3175), + [anon_sym_map_LBRACK] = ACTIONS(3175), + [anon_sym_chan] = ACTIONS(3175), + [anon_sym_thread] = ACTIONS(3175), + [anon_sym_atomic] = ACTIONS(3175), + [sym___double_quote] = ACTIONS(3175), + [sym___single_quote] = ACTIONS(3175), + [sym___c_double_quote] = ACTIONS(3175), + [sym___c_single_quote] = ACTIONS(3175), + [sym___r_double_quote] = ACTIONS(3175), + [sym___r_single_quote] = ACTIONS(3175), }, [1254] = { - [sym_identifier] = ACTIONS(2820), - [anon_sym_LF] = ACTIONS(2820), - [anon_sym_CR] = ACTIONS(2820), - [anon_sym_CR_LF] = ACTIONS(2820), + [sym_identifier] = ACTIONS(2647), + [anon_sym_LF] = ACTIONS(2647), + [anon_sym_CR] = ACTIONS(2647), + [anon_sym_CR_LF] = ACTIONS(2647), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2820), - [anon_sym_DOT] = ACTIONS(2820), - [anon_sym_as] = ACTIONS(2820), - [anon_sym_LBRACE] = ACTIONS(2820), - [anon_sym_COMMA] = ACTIONS(2820), - [anon_sym_RBRACE] = ACTIONS(2820), - [anon_sym_LPAREN] = ACTIONS(2820), - [anon_sym_PIPE] = ACTIONS(2820), - [anon_sym_fn] = ACTIONS(2820), - [anon_sym_PLUS] = ACTIONS(2820), - [anon_sym_DASH] = ACTIONS(2820), - [anon_sym_STAR] = ACTIONS(2820), - [anon_sym_SLASH] = ACTIONS(2820), - [anon_sym_PERCENT] = ACTIONS(2820), - [anon_sym_LT] = ACTIONS(2820), - [anon_sym_GT] = ACTIONS(2820), - [anon_sym_EQ_EQ] = ACTIONS(2820), - [anon_sym_BANG_EQ] = ACTIONS(2820), - [anon_sym_LT_EQ] = ACTIONS(2820), - [anon_sym_GT_EQ] = ACTIONS(2820), - [anon_sym_LBRACK] = ACTIONS(2818), - [anon_sym_struct] = ACTIONS(2820), - [anon_sym_mut] = ACTIONS(2820), - [anon_sym_PLUS_PLUS] = ACTIONS(2820), - [anon_sym_DASH_DASH] = ACTIONS(2820), - [anon_sym_QMARK] = ACTIONS(2820), - [anon_sym_BANG] = ACTIONS(2820), - [anon_sym_go] = ACTIONS(2820), - [anon_sym_spawn] = ACTIONS(2820), - [anon_sym_json_DOTdecode] = ACTIONS(2820), - [anon_sym_LBRACK2] = ACTIONS(2820), - [anon_sym_TILDE] = ACTIONS(2820), - [anon_sym_CARET] = ACTIONS(2820), - [anon_sym_AMP] = ACTIONS(2820), - [anon_sym_LT_DASH] = ACTIONS(2820), - [anon_sym_LT_LT] = ACTIONS(2820), - [anon_sym_GT_GT] = ACTIONS(2820), - [anon_sym_GT_GT_GT] = ACTIONS(2820), - [anon_sym_AMP_CARET] = ACTIONS(2820), - [anon_sym_AMP_AMP] = ACTIONS(2820), - [anon_sym_PIPE_PIPE] = ACTIONS(2820), - [anon_sym_or] = ACTIONS(2820), - [sym_none] = ACTIONS(2820), - [sym_true] = ACTIONS(2820), - [sym_false] = ACTIONS(2820), - [sym_nil] = ACTIONS(2820), - [anon_sym_QMARK_DOT] = ACTIONS(2820), - [anon_sym_POUND_LBRACK] = ACTIONS(2820), - [anon_sym_if] = ACTIONS(2820), - [anon_sym_DOLLARif] = ACTIONS(2820), - [anon_sym_is] = ACTIONS(2820), - [anon_sym_BANGis] = ACTIONS(2820), - [anon_sym_in] = ACTIONS(2820), - [anon_sym_BANGin] = ACTIONS(2820), - [anon_sym_match] = ACTIONS(2820), - [anon_sym_select] = ACTIONS(2820), - [anon_sym_lock] = ACTIONS(2820), - [anon_sym_rlock] = ACTIONS(2820), - [anon_sym_unsafe] = ACTIONS(2820), - [anon_sym_sql] = ACTIONS(2820), - [sym_int_literal] = ACTIONS(2820), - [sym_float_literal] = ACTIONS(2820), - [sym_rune_literal] = ACTIONS(2820), - [anon_sym_AT] = ACTIONS(2820), - [anon_sym_shared] = ACTIONS(2820), - [anon_sym_map_LBRACK] = ACTIONS(2820), - [anon_sym_chan] = ACTIONS(2820), - [anon_sym_thread] = ACTIONS(2820), - [anon_sym_atomic] = ACTIONS(2820), - [sym___double_quote] = ACTIONS(2820), - [sym___single_quote] = ACTIONS(2820), - [sym___c_double_quote] = ACTIONS(2820), - [sym___c_single_quote] = ACTIONS(2820), - [sym___r_double_quote] = ACTIONS(2820), - [sym___r_single_quote] = ACTIONS(2820), + [anon_sym_SEMI] = ACTIONS(2647), + [anon_sym_DOT] = ACTIONS(2647), + [anon_sym_as] = ACTIONS(2647), + [anon_sym_LBRACE] = ACTIONS(2647), + [anon_sym_COMMA] = ACTIONS(2647), + [anon_sym_RBRACE] = ACTIONS(2647), + [anon_sym_LPAREN] = ACTIONS(2647), + [anon_sym_PIPE] = ACTIONS(2647), + [anon_sym_fn] = ACTIONS(2647), + [anon_sym_PLUS] = ACTIONS(2647), + [anon_sym_DASH] = ACTIONS(2647), + [anon_sym_STAR] = ACTIONS(2647), + [anon_sym_SLASH] = ACTIONS(2647), + [anon_sym_PERCENT] = ACTIONS(2647), + [anon_sym_LT] = ACTIONS(2647), + [anon_sym_GT] = ACTIONS(2647), + [anon_sym_EQ_EQ] = ACTIONS(2647), + [anon_sym_BANG_EQ] = ACTIONS(2647), + [anon_sym_LT_EQ] = ACTIONS(2647), + [anon_sym_GT_EQ] = ACTIONS(2647), + [anon_sym_LBRACK] = ACTIONS(2645), + [anon_sym_LT2] = ACTIONS(2647), + [anon_sym_struct] = ACTIONS(2647), + [anon_sym_mut] = ACTIONS(2647), + [anon_sym_PLUS_PLUS] = ACTIONS(2647), + [anon_sym_DASH_DASH] = ACTIONS(2647), + [anon_sym_QMARK] = ACTIONS(2647), + [anon_sym_BANG] = ACTIONS(2647), + [anon_sym_go] = ACTIONS(2647), + [anon_sym_spawn] = ACTIONS(2647), + [anon_sym_json_DOTdecode] = ACTIONS(2647), + [anon_sym_LBRACK2] = ACTIONS(2647), + [anon_sym_TILDE] = ACTIONS(2647), + [anon_sym_CARET] = ACTIONS(2647), + [anon_sym_AMP] = ACTIONS(2647), + [anon_sym_LT_DASH] = ACTIONS(2647), + [anon_sym_LT_LT] = ACTIONS(2647), + [anon_sym_GT_GT] = ACTIONS(2647), + [anon_sym_GT_GT_GT] = ACTIONS(2647), + [anon_sym_AMP_CARET] = ACTIONS(2647), + [anon_sym_AMP_AMP] = ACTIONS(2647), + [anon_sym_PIPE_PIPE] = ACTIONS(2647), + [anon_sym_or] = ACTIONS(2647), + [sym_none] = ACTIONS(2647), + [sym_true] = ACTIONS(2647), + [sym_false] = ACTIONS(2647), + [sym_nil] = ACTIONS(2647), + [anon_sym_QMARK_DOT] = ACTIONS(2647), + [anon_sym_POUND_LBRACK] = ACTIONS(2647), + [anon_sym_if] = ACTIONS(2647), + [anon_sym_DOLLARif] = ACTIONS(2647), + [anon_sym_is] = ACTIONS(2647), + [anon_sym_BANGis] = ACTIONS(2647), + [anon_sym_in] = ACTIONS(2647), + [anon_sym_BANGin] = ACTIONS(2647), + [anon_sym_match] = ACTIONS(2647), + [anon_sym_select] = ACTIONS(2647), + [anon_sym_lock] = ACTIONS(2647), + [anon_sym_rlock] = ACTIONS(2647), + [anon_sym_unsafe] = ACTIONS(2647), + [anon_sym_sql] = ACTIONS(2647), + [sym_int_literal] = ACTIONS(2647), + [sym_float_literal] = ACTIONS(2647), + [sym_rune_literal] = ACTIONS(2647), + [anon_sym_AT] = ACTIONS(2647), + [anon_sym_shared] = ACTIONS(2647), + [anon_sym_map_LBRACK] = ACTIONS(2647), + [anon_sym_chan] = ACTIONS(2647), + [anon_sym_thread] = ACTIONS(2647), + [anon_sym_atomic] = ACTIONS(2647), + [sym___double_quote] = ACTIONS(2647), + [sym___single_quote] = ACTIONS(2647), + [sym___c_double_quote] = ACTIONS(2647), + [sym___c_single_quote] = ACTIONS(2647), + [sym___r_double_quote] = ACTIONS(2647), + [sym___r_single_quote] = ACTIONS(2647), }, [1255] = { - [sym_identifier] = ACTIONS(2796), - [anon_sym_LF] = ACTIONS(2796), - [anon_sym_CR] = ACTIONS(2796), - [anon_sym_CR_LF] = ACTIONS(2796), + [sym_identifier] = ACTIONS(2418), + [anon_sym_LF] = ACTIONS(2418), + [anon_sym_CR] = ACTIONS(2418), + [anon_sym_CR_LF] = ACTIONS(2418), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2796), - [anon_sym_DOT] = ACTIONS(2796), - [anon_sym_as] = ACTIONS(2796), - [anon_sym_LBRACE] = ACTIONS(2796), - [anon_sym_COMMA] = ACTIONS(2796), - [anon_sym_RBRACE] = ACTIONS(2796), - [anon_sym_LPAREN] = ACTIONS(2796), - [anon_sym_PIPE] = ACTIONS(2796), - [anon_sym_fn] = ACTIONS(2796), - [anon_sym_PLUS] = ACTIONS(2796), - [anon_sym_DASH] = ACTIONS(2796), - [anon_sym_STAR] = ACTIONS(2796), - [anon_sym_SLASH] = ACTIONS(2796), - [anon_sym_PERCENT] = ACTIONS(2796), - [anon_sym_LT] = ACTIONS(2796), - [anon_sym_GT] = ACTIONS(2796), - [anon_sym_EQ_EQ] = ACTIONS(2796), - [anon_sym_BANG_EQ] = ACTIONS(2796), - [anon_sym_LT_EQ] = ACTIONS(2796), - [anon_sym_GT_EQ] = ACTIONS(2796), - [anon_sym_LBRACK] = ACTIONS(2794), - [anon_sym_struct] = ACTIONS(2796), - [anon_sym_mut] = ACTIONS(2796), - [anon_sym_PLUS_PLUS] = ACTIONS(2796), - [anon_sym_DASH_DASH] = ACTIONS(2796), - [anon_sym_QMARK] = ACTIONS(2796), - [anon_sym_BANG] = ACTIONS(2796), - [anon_sym_go] = ACTIONS(2796), - [anon_sym_spawn] = ACTIONS(2796), - [anon_sym_json_DOTdecode] = ACTIONS(2796), - [anon_sym_LBRACK2] = ACTIONS(2796), - [anon_sym_TILDE] = ACTIONS(2796), - [anon_sym_CARET] = ACTIONS(2796), - [anon_sym_AMP] = ACTIONS(2796), - [anon_sym_LT_DASH] = ACTIONS(2796), - [anon_sym_LT_LT] = ACTIONS(2796), - [anon_sym_GT_GT] = ACTIONS(2796), - [anon_sym_GT_GT_GT] = ACTIONS(2796), - [anon_sym_AMP_CARET] = ACTIONS(2796), - [anon_sym_AMP_AMP] = ACTIONS(2796), - [anon_sym_PIPE_PIPE] = ACTIONS(2796), - [anon_sym_or] = ACTIONS(2796), - [sym_none] = ACTIONS(2796), - [sym_true] = ACTIONS(2796), - [sym_false] = ACTIONS(2796), - [sym_nil] = ACTIONS(2796), - [anon_sym_QMARK_DOT] = ACTIONS(2796), - [anon_sym_POUND_LBRACK] = ACTIONS(2796), - [anon_sym_if] = ACTIONS(2796), - [anon_sym_DOLLARif] = ACTIONS(2796), - [anon_sym_is] = ACTIONS(2796), - [anon_sym_BANGis] = ACTIONS(2796), - [anon_sym_in] = ACTIONS(2796), - [anon_sym_BANGin] = ACTIONS(2796), - [anon_sym_match] = ACTIONS(2796), - [anon_sym_select] = ACTIONS(2796), - [anon_sym_lock] = ACTIONS(2796), - [anon_sym_rlock] = ACTIONS(2796), - [anon_sym_unsafe] = ACTIONS(2796), - [anon_sym_sql] = ACTIONS(2796), - [sym_int_literal] = ACTIONS(2796), - [sym_float_literal] = ACTIONS(2796), - [sym_rune_literal] = ACTIONS(2796), - [anon_sym_AT] = ACTIONS(2796), - [anon_sym_shared] = ACTIONS(2796), - [anon_sym_map_LBRACK] = ACTIONS(2796), - [anon_sym_chan] = ACTIONS(2796), - [anon_sym_thread] = ACTIONS(2796), - [anon_sym_atomic] = ACTIONS(2796), - [sym___double_quote] = ACTIONS(2796), - [sym___single_quote] = ACTIONS(2796), - [sym___c_double_quote] = ACTIONS(2796), - [sym___c_single_quote] = ACTIONS(2796), - [sym___r_double_quote] = ACTIONS(2796), - [sym___r_single_quote] = ACTIONS(2796), + [anon_sym_SEMI] = ACTIONS(2418), + [anon_sym_DOT] = ACTIONS(2418), + [anon_sym_as] = ACTIONS(2418), + [anon_sym_LBRACE] = ACTIONS(2418), + [anon_sym_COMMA] = ACTIONS(2418), + [anon_sym_RBRACE] = ACTIONS(2418), + [anon_sym_LPAREN] = ACTIONS(2418), + [anon_sym_PIPE] = ACTIONS(2418), + [anon_sym_fn] = ACTIONS(2418), + [anon_sym_PLUS] = ACTIONS(2418), + [anon_sym_DASH] = ACTIONS(2418), + [anon_sym_STAR] = ACTIONS(2418), + [anon_sym_SLASH] = ACTIONS(2418), + [anon_sym_PERCENT] = ACTIONS(2418), + [anon_sym_LT] = ACTIONS(2418), + [anon_sym_GT] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2418), + [anon_sym_BANG_EQ] = ACTIONS(2418), + [anon_sym_LT_EQ] = ACTIONS(2418), + [anon_sym_GT_EQ] = ACTIONS(2418), + [anon_sym_LBRACK] = ACTIONS(2416), + [anon_sym_LT2] = ACTIONS(2418), + [anon_sym_struct] = ACTIONS(2418), + [anon_sym_mut] = ACTIONS(2418), + [anon_sym_PLUS_PLUS] = ACTIONS(2418), + [anon_sym_DASH_DASH] = ACTIONS(2418), + [anon_sym_QMARK] = ACTIONS(2418), + [anon_sym_BANG] = ACTIONS(2418), + [anon_sym_go] = ACTIONS(2418), + [anon_sym_spawn] = ACTIONS(2418), + [anon_sym_json_DOTdecode] = ACTIONS(2418), + [anon_sym_LBRACK2] = ACTIONS(2418), + [anon_sym_TILDE] = ACTIONS(2418), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_AMP] = ACTIONS(2418), + [anon_sym_LT_DASH] = ACTIONS(2418), + [anon_sym_LT_LT] = ACTIONS(2418), + [anon_sym_GT_GT] = ACTIONS(2418), + [anon_sym_GT_GT_GT] = ACTIONS(2418), + [anon_sym_AMP_CARET] = ACTIONS(2418), + [anon_sym_AMP_AMP] = ACTIONS(2418), + [anon_sym_PIPE_PIPE] = ACTIONS(2418), + [anon_sym_or] = ACTIONS(2418), + [sym_none] = ACTIONS(2418), + [sym_true] = ACTIONS(2418), + [sym_false] = ACTIONS(2418), + [sym_nil] = ACTIONS(2418), + [anon_sym_QMARK_DOT] = ACTIONS(2418), + [anon_sym_POUND_LBRACK] = ACTIONS(2418), + [anon_sym_if] = ACTIONS(2418), + [anon_sym_DOLLARif] = ACTIONS(2418), + [anon_sym_is] = ACTIONS(2418), + [anon_sym_BANGis] = ACTIONS(2418), + [anon_sym_in] = ACTIONS(2418), + [anon_sym_BANGin] = ACTIONS(2418), + [anon_sym_match] = ACTIONS(2418), + [anon_sym_select] = ACTIONS(2418), + [anon_sym_lock] = ACTIONS(2418), + [anon_sym_rlock] = ACTIONS(2418), + [anon_sym_unsafe] = ACTIONS(2418), + [anon_sym_sql] = ACTIONS(2418), + [sym_int_literal] = ACTIONS(2418), + [sym_float_literal] = ACTIONS(2418), + [sym_rune_literal] = ACTIONS(2418), + [anon_sym_AT] = ACTIONS(2418), + [anon_sym_shared] = ACTIONS(2418), + [anon_sym_map_LBRACK] = ACTIONS(2418), + [anon_sym_chan] = ACTIONS(2418), + [anon_sym_thread] = ACTIONS(2418), + [anon_sym_atomic] = ACTIONS(2418), + [sym___double_quote] = ACTIONS(2418), + [sym___single_quote] = ACTIONS(2418), + [sym___c_double_quote] = ACTIONS(2418), + [sym___c_single_quote] = ACTIONS(2418), + [sym___r_double_quote] = ACTIONS(2418), + [sym___r_single_quote] = ACTIONS(2418), }, [1256] = { - [sym_identifier] = ACTIONS(2812), - [anon_sym_LF] = ACTIONS(2812), - [anon_sym_CR] = ACTIONS(2812), - [anon_sym_CR_LF] = ACTIONS(2812), + [sym_identifier] = ACTIONS(2651), + [anon_sym_LF] = ACTIONS(2651), + [anon_sym_CR] = ACTIONS(2651), + [anon_sym_CR_LF] = ACTIONS(2651), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2812), - [anon_sym_DOT] = ACTIONS(2812), - [anon_sym_as] = ACTIONS(2812), - [anon_sym_LBRACE] = ACTIONS(2812), - [anon_sym_COMMA] = ACTIONS(2812), - [anon_sym_RBRACE] = ACTIONS(2812), - [anon_sym_LPAREN] = ACTIONS(2812), - [anon_sym_PIPE] = ACTIONS(2812), - [anon_sym_fn] = ACTIONS(2812), - [anon_sym_PLUS] = ACTIONS(2812), - [anon_sym_DASH] = ACTIONS(2812), - [anon_sym_STAR] = ACTIONS(2812), - [anon_sym_SLASH] = ACTIONS(2812), - [anon_sym_PERCENT] = ACTIONS(2812), - [anon_sym_LT] = ACTIONS(2812), - [anon_sym_GT] = ACTIONS(2812), - [anon_sym_EQ_EQ] = ACTIONS(2812), - [anon_sym_BANG_EQ] = ACTIONS(2812), - [anon_sym_LT_EQ] = ACTIONS(2812), - [anon_sym_GT_EQ] = ACTIONS(2812), - [anon_sym_LBRACK] = ACTIONS(2810), - [anon_sym_struct] = ACTIONS(2812), - [anon_sym_mut] = ACTIONS(2812), - [anon_sym_PLUS_PLUS] = ACTIONS(2812), - [anon_sym_DASH_DASH] = ACTIONS(2812), - [anon_sym_QMARK] = ACTIONS(2812), - [anon_sym_BANG] = ACTIONS(2812), - [anon_sym_go] = ACTIONS(2812), - [anon_sym_spawn] = ACTIONS(2812), - [anon_sym_json_DOTdecode] = ACTIONS(2812), - [anon_sym_LBRACK2] = ACTIONS(2812), - [anon_sym_TILDE] = ACTIONS(2812), - [anon_sym_CARET] = ACTIONS(2812), - [anon_sym_AMP] = ACTIONS(2812), - [anon_sym_LT_DASH] = ACTIONS(2812), - [anon_sym_LT_LT] = ACTIONS(2812), - [anon_sym_GT_GT] = ACTIONS(2812), - [anon_sym_GT_GT_GT] = ACTIONS(2812), - [anon_sym_AMP_CARET] = ACTIONS(2812), - [anon_sym_AMP_AMP] = ACTIONS(2812), - [anon_sym_PIPE_PIPE] = ACTIONS(2812), - [anon_sym_or] = ACTIONS(2812), - [sym_none] = ACTIONS(2812), - [sym_true] = ACTIONS(2812), - [sym_false] = ACTIONS(2812), - [sym_nil] = ACTIONS(2812), - [anon_sym_QMARK_DOT] = ACTIONS(2812), - [anon_sym_POUND_LBRACK] = ACTIONS(2812), - [anon_sym_if] = ACTIONS(2812), - [anon_sym_DOLLARif] = ACTIONS(2812), - [anon_sym_is] = ACTIONS(2812), - [anon_sym_BANGis] = ACTIONS(2812), - [anon_sym_in] = ACTIONS(2812), - [anon_sym_BANGin] = ACTIONS(2812), - [anon_sym_match] = ACTIONS(2812), - [anon_sym_select] = ACTIONS(2812), - [anon_sym_lock] = ACTIONS(2812), - [anon_sym_rlock] = ACTIONS(2812), - [anon_sym_unsafe] = ACTIONS(2812), - [anon_sym_sql] = ACTIONS(2812), - [sym_int_literal] = ACTIONS(2812), - [sym_float_literal] = ACTIONS(2812), - [sym_rune_literal] = ACTIONS(2812), - [anon_sym_AT] = ACTIONS(2812), - [anon_sym_shared] = ACTIONS(2812), - [anon_sym_map_LBRACK] = ACTIONS(2812), - [anon_sym_chan] = ACTIONS(2812), - [anon_sym_thread] = ACTIONS(2812), - [anon_sym_atomic] = ACTIONS(2812), - [sym___double_quote] = ACTIONS(2812), - [sym___single_quote] = ACTIONS(2812), - [sym___c_double_quote] = ACTIONS(2812), - [sym___c_single_quote] = ACTIONS(2812), - [sym___r_double_quote] = ACTIONS(2812), - [sym___r_single_quote] = ACTIONS(2812), + [anon_sym_SEMI] = ACTIONS(2651), + [anon_sym_DOT] = ACTIONS(2651), + [anon_sym_as] = ACTIONS(2651), + [anon_sym_LBRACE] = ACTIONS(2651), + [anon_sym_COMMA] = ACTIONS(2651), + [anon_sym_RBRACE] = ACTIONS(2651), + [anon_sym_LPAREN] = ACTIONS(2651), + [anon_sym_PIPE] = ACTIONS(2651), + [anon_sym_fn] = ACTIONS(2651), + [anon_sym_PLUS] = ACTIONS(2651), + [anon_sym_DASH] = ACTIONS(2651), + [anon_sym_STAR] = ACTIONS(2651), + [anon_sym_SLASH] = ACTIONS(2651), + [anon_sym_PERCENT] = ACTIONS(2651), + [anon_sym_LT] = ACTIONS(2651), + [anon_sym_GT] = ACTIONS(2651), + [anon_sym_EQ_EQ] = ACTIONS(2651), + [anon_sym_BANG_EQ] = ACTIONS(2651), + [anon_sym_LT_EQ] = ACTIONS(2651), + [anon_sym_GT_EQ] = ACTIONS(2651), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_LT2] = ACTIONS(2651), + [anon_sym_struct] = ACTIONS(2651), + [anon_sym_mut] = ACTIONS(2651), + [anon_sym_PLUS_PLUS] = ACTIONS(2651), + [anon_sym_DASH_DASH] = ACTIONS(2651), + [anon_sym_QMARK] = ACTIONS(2651), + [anon_sym_BANG] = ACTIONS(2651), + [anon_sym_go] = ACTIONS(2651), + [anon_sym_spawn] = ACTIONS(2651), + [anon_sym_json_DOTdecode] = ACTIONS(2651), + [anon_sym_LBRACK2] = ACTIONS(2651), + [anon_sym_TILDE] = ACTIONS(2651), + [anon_sym_CARET] = ACTIONS(2651), + [anon_sym_AMP] = ACTIONS(2651), + [anon_sym_LT_DASH] = ACTIONS(2651), + [anon_sym_LT_LT] = ACTIONS(2651), + [anon_sym_GT_GT] = ACTIONS(2651), + [anon_sym_GT_GT_GT] = ACTIONS(2651), + [anon_sym_AMP_CARET] = ACTIONS(2651), + [anon_sym_AMP_AMP] = ACTIONS(2651), + [anon_sym_PIPE_PIPE] = ACTIONS(2651), + [anon_sym_or] = ACTIONS(2651), + [sym_none] = ACTIONS(2651), + [sym_true] = ACTIONS(2651), + [sym_false] = ACTIONS(2651), + [sym_nil] = ACTIONS(2651), + [anon_sym_QMARK_DOT] = ACTIONS(2651), + [anon_sym_POUND_LBRACK] = ACTIONS(2651), + [anon_sym_if] = ACTIONS(2651), + [anon_sym_DOLLARif] = ACTIONS(2651), + [anon_sym_is] = ACTIONS(2651), + [anon_sym_BANGis] = ACTIONS(2651), + [anon_sym_in] = ACTIONS(2651), + [anon_sym_BANGin] = ACTIONS(2651), + [anon_sym_match] = ACTIONS(2651), + [anon_sym_select] = ACTIONS(2651), + [anon_sym_lock] = ACTIONS(2651), + [anon_sym_rlock] = ACTIONS(2651), + [anon_sym_unsafe] = ACTIONS(2651), + [anon_sym_sql] = ACTIONS(2651), + [sym_int_literal] = ACTIONS(2651), + [sym_float_literal] = ACTIONS(2651), + [sym_rune_literal] = ACTIONS(2651), + [anon_sym_AT] = ACTIONS(2651), + [anon_sym_shared] = ACTIONS(2651), + [anon_sym_map_LBRACK] = ACTIONS(2651), + [anon_sym_chan] = ACTIONS(2651), + [anon_sym_thread] = ACTIONS(2651), + [anon_sym_atomic] = ACTIONS(2651), + [sym___double_quote] = ACTIONS(2651), + [sym___single_quote] = ACTIONS(2651), + [sym___c_double_quote] = ACTIONS(2651), + [sym___c_single_quote] = ACTIONS(2651), + [sym___r_double_quote] = ACTIONS(2651), + [sym___r_single_quote] = ACTIONS(2651), }, [1257] = { - [sym_identifier] = ACTIONS(2808), - [anon_sym_LF] = ACTIONS(2808), - [anon_sym_CR] = ACTIONS(2808), - [anon_sym_CR_LF] = ACTIONS(2808), + [sym_identifier] = ACTIONS(2717), + [anon_sym_LF] = ACTIONS(2717), + [anon_sym_CR] = ACTIONS(2717), + [anon_sym_CR_LF] = ACTIONS(2717), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2808), - [anon_sym_DOT] = ACTIONS(2808), - [anon_sym_as] = ACTIONS(2808), - [anon_sym_LBRACE] = ACTIONS(2808), - [anon_sym_COMMA] = ACTIONS(2808), - [anon_sym_RBRACE] = ACTIONS(2808), - [anon_sym_LPAREN] = ACTIONS(2808), - [anon_sym_PIPE] = ACTIONS(2808), - [anon_sym_fn] = ACTIONS(2808), - [anon_sym_PLUS] = ACTIONS(2808), - [anon_sym_DASH] = ACTIONS(2808), - [anon_sym_STAR] = ACTIONS(2808), - [anon_sym_SLASH] = ACTIONS(2808), - [anon_sym_PERCENT] = ACTIONS(2808), - [anon_sym_LT] = ACTIONS(2808), - [anon_sym_GT] = ACTIONS(2808), - [anon_sym_EQ_EQ] = ACTIONS(2808), - [anon_sym_BANG_EQ] = ACTIONS(2808), - [anon_sym_LT_EQ] = ACTIONS(2808), - [anon_sym_GT_EQ] = ACTIONS(2808), - [anon_sym_LBRACK] = ACTIONS(2806), - [anon_sym_struct] = ACTIONS(2808), - [anon_sym_mut] = ACTIONS(2808), - [anon_sym_PLUS_PLUS] = ACTIONS(2808), - [anon_sym_DASH_DASH] = ACTIONS(2808), - [anon_sym_QMARK] = ACTIONS(2808), - [anon_sym_BANG] = ACTIONS(2808), - [anon_sym_go] = ACTIONS(2808), - [anon_sym_spawn] = ACTIONS(2808), - [anon_sym_json_DOTdecode] = ACTIONS(2808), - [anon_sym_LBRACK2] = ACTIONS(2808), - [anon_sym_TILDE] = ACTIONS(2808), - [anon_sym_CARET] = ACTIONS(2808), - [anon_sym_AMP] = ACTIONS(2808), - [anon_sym_LT_DASH] = ACTIONS(2808), - [anon_sym_LT_LT] = ACTIONS(2808), - [anon_sym_GT_GT] = ACTIONS(2808), - [anon_sym_GT_GT_GT] = ACTIONS(2808), - [anon_sym_AMP_CARET] = ACTIONS(2808), - [anon_sym_AMP_AMP] = ACTIONS(2808), - [anon_sym_PIPE_PIPE] = ACTIONS(2808), - [anon_sym_or] = ACTIONS(2808), - [sym_none] = ACTIONS(2808), - [sym_true] = ACTIONS(2808), - [sym_false] = ACTIONS(2808), - [sym_nil] = ACTIONS(2808), - [anon_sym_QMARK_DOT] = ACTIONS(2808), - [anon_sym_POUND_LBRACK] = ACTIONS(2808), - [anon_sym_if] = ACTIONS(2808), - [anon_sym_DOLLARif] = ACTIONS(2808), - [anon_sym_is] = ACTIONS(2808), - [anon_sym_BANGis] = ACTIONS(2808), - [anon_sym_in] = ACTIONS(2808), - [anon_sym_BANGin] = ACTIONS(2808), - [anon_sym_match] = ACTIONS(2808), - [anon_sym_select] = ACTIONS(2808), - [anon_sym_lock] = ACTIONS(2808), - [anon_sym_rlock] = ACTIONS(2808), - [anon_sym_unsafe] = ACTIONS(2808), - [anon_sym_sql] = ACTIONS(2808), - [sym_int_literal] = ACTIONS(2808), - [sym_float_literal] = ACTIONS(2808), - [sym_rune_literal] = ACTIONS(2808), - [anon_sym_AT] = ACTIONS(2808), - [anon_sym_shared] = ACTIONS(2808), - [anon_sym_map_LBRACK] = ACTIONS(2808), - [anon_sym_chan] = ACTIONS(2808), - [anon_sym_thread] = ACTIONS(2808), - [anon_sym_atomic] = ACTIONS(2808), - [sym___double_quote] = ACTIONS(2808), - [sym___single_quote] = ACTIONS(2808), - [sym___c_double_quote] = ACTIONS(2808), - [sym___c_single_quote] = ACTIONS(2808), - [sym___r_double_quote] = ACTIONS(2808), - [sym___r_single_quote] = ACTIONS(2808), + [anon_sym_SEMI] = ACTIONS(2717), + [anon_sym_DOT] = ACTIONS(2717), + [anon_sym_as] = ACTIONS(2717), + [anon_sym_LBRACE] = ACTIONS(2717), + [anon_sym_COMMA] = ACTIONS(2717), + [anon_sym_RBRACE] = ACTIONS(2717), + [anon_sym_LPAREN] = ACTIONS(2717), + [anon_sym_PIPE] = ACTIONS(2717), + [anon_sym_fn] = ACTIONS(2717), + [anon_sym_PLUS] = ACTIONS(2717), + [anon_sym_DASH] = ACTIONS(2717), + [anon_sym_STAR] = ACTIONS(2717), + [anon_sym_SLASH] = ACTIONS(2717), + [anon_sym_PERCENT] = ACTIONS(2717), + [anon_sym_LT] = ACTIONS(2717), + [anon_sym_GT] = ACTIONS(2717), + [anon_sym_EQ_EQ] = ACTIONS(2717), + [anon_sym_BANG_EQ] = ACTIONS(2717), + [anon_sym_LT_EQ] = ACTIONS(2717), + [anon_sym_GT_EQ] = ACTIONS(2717), + [anon_sym_LBRACK] = ACTIONS(2715), + [anon_sym_LT2] = ACTIONS(2717), + [anon_sym_struct] = ACTIONS(2717), + [anon_sym_mut] = ACTIONS(2717), + [anon_sym_PLUS_PLUS] = ACTIONS(2717), + [anon_sym_DASH_DASH] = ACTIONS(2717), + [anon_sym_QMARK] = ACTIONS(2717), + [anon_sym_BANG] = ACTIONS(2717), + [anon_sym_go] = ACTIONS(2717), + [anon_sym_spawn] = ACTIONS(2717), + [anon_sym_json_DOTdecode] = ACTIONS(2717), + [anon_sym_LBRACK2] = ACTIONS(2717), + [anon_sym_TILDE] = ACTIONS(2717), + [anon_sym_CARET] = ACTIONS(2717), + [anon_sym_AMP] = ACTIONS(2717), + [anon_sym_LT_DASH] = ACTIONS(2717), + [anon_sym_LT_LT] = ACTIONS(2717), + [anon_sym_GT_GT] = ACTIONS(2717), + [anon_sym_GT_GT_GT] = ACTIONS(2717), + [anon_sym_AMP_CARET] = ACTIONS(2717), + [anon_sym_AMP_AMP] = ACTIONS(2717), + [anon_sym_PIPE_PIPE] = ACTIONS(2717), + [anon_sym_or] = ACTIONS(2717), + [sym_none] = ACTIONS(2717), + [sym_true] = ACTIONS(2717), + [sym_false] = ACTIONS(2717), + [sym_nil] = ACTIONS(2717), + [anon_sym_QMARK_DOT] = ACTIONS(2717), + [anon_sym_POUND_LBRACK] = ACTIONS(2717), + [anon_sym_if] = ACTIONS(2717), + [anon_sym_DOLLARif] = ACTIONS(2717), + [anon_sym_is] = ACTIONS(2717), + [anon_sym_BANGis] = ACTIONS(2717), + [anon_sym_in] = ACTIONS(2717), + [anon_sym_BANGin] = ACTIONS(2717), + [anon_sym_match] = ACTIONS(2717), + [anon_sym_select] = ACTIONS(2717), + [anon_sym_lock] = ACTIONS(2717), + [anon_sym_rlock] = ACTIONS(2717), + [anon_sym_unsafe] = ACTIONS(2717), + [anon_sym_sql] = ACTIONS(2717), + [sym_int_literal] = ACTIONS(2717), + [sym_float_literal] = ACTIONS(2717), + [sym_rune_literal] = ACTIONS(2717), + [anon_sym_AT] = ACTIONS(2717), + [anon_sym_shared] = ACTIONS(2717), + [anon_sym_map_LBRACK] = ACTIONS(2717), + [anon_sym_chan] = ACTIONS(2717), + [anon_sym_thread] = ACTIONS(2717), + [anon_sym_atomic] = ACTIONS(2717), + [sym___double_quote] = ACTIONS(2717), + [sym___single_quote] = ACTIONS(2717), + [sym___c_double_quote] = ACTIONS(2717), + [sym___c_single_quote] = ACTIONS(2717), + [sym___r_double_quote] = ACTIONS(2717), + [sym___r_single_quote] = ACTIONS(2717), }, [1258] = { - [sym_identifier] = ACTIONS(3177), - [anon_sym_LF] = ACTIONS(3177), - [anon_sym_CR] = ACTIONS(3177), - [anon_sym_CR_LF] = ACTIONS(3177), + [sym_identifier] = ACTIONS(3067), + [anon_sym_LF] = ACTIONS(3067), + [anon_sym_CR] = ACTIONS(3067), + [anon_sym_CR_LF] = ACTIONS(3067), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3177), - [anon_sym_DOT] = ACTIONS(3177), - [anon_sym_as] = ACTIONS(3177), - [anon_sym_LBRACE] = ACTIONS(3177), - [anon_sym_COMMA] = ACTIONS(3177), - [anon_sym_RBRACE] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3177), - [anon_sym_PIPE] = ACTIONS(3177), - [anon_sym_fn] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(3177), - [anon_sym_DASH] = ACTIONS(3177), - [anon_sym_STAR] = ACTIONS(3177), - [anon_sym_SLASH] = ACTIONS(3177), - [anon_sym_PERCENT] = ACTIONS(3177), - [anon_sym_LT] = ACTIONS(3177), - [anon_sym_GT] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3177), - [anon_sym_BANG_EQ] = ACTIONS(3177), - [anon_sym_LT_EQ] = ACTIONS(3177), - [anon_sym_GT_EQ] = ACTIONS(3177), - [anon_sym_LBRACK] = ACTIONS(3175), - [anon_sym_struct] = ACTIONS(3177), - [anon_sym_mut] = ACTIONS(3177), - [anon_sym_PLUS_PLUS] = ACTIONS(3177), - [anon_sym_DASH_DASH] = ACTIONS(3177), - [anon_sym_QMARK] = ACTIONS(3177), - [anon_sym_BANG] = ACTIONS(3177), - [anon_sym_go] = ACTIONS(3177), - [anon_sym_spawn] = ACTIONS(3177), - [anon_sym_json_DOTdecode] = ACTIONS(3177), - [anon_sym_LBRACK2] = ACTIONS(3177), - [anon_sym_TILDE] = ACTIONS(3177), - [anon_sym_CARET] = ACTIONS(3177), - [anon_sym_AMP] = ACTIONS(3177), - [anon_sym_LT_DASH] = ACTIONS(3177), - [anon_sym_LT_LT] = ACTIONS(3177), - [anon_sym_GT_GT] = ACTIONS(3177), - [anon_sym_GT_GT_GT] = ACTIONS(3177), - [anon_sym_AMP_CARET] = ACTIONS(3177), - [anon_sym_AMP_AMP] = ACTIONS(3177), - [anon_sym_PIPE_PIPE] = ACTIONS(3177), - [anon_sym_or] = ACTIONS(3177), - [sym_none] = ACTIONS(3177), - [sym_true] = ACTIONS(3177), - [sym_false] = ACTIONS(3177), - [sym_nil] = ACTIONS(3177), - [anon_sym_QMARK_DOT] = ACTIONS(3177), - [anon_sym_POUND_LBRACK] = ACTIONS(3177), - [anon_sym_if] = ACTIONS(3177), - [anon_sym_DOLLARif] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3177), - [anon_sym_BANGis] = ACTIONS(3177), - [anon_sym_in] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3177), - [anon_sym_match] = ACTIONS(3177), - [anon_sym_select] = ACTIONS(3177), - [anon_sym_lock] = ACTIONS(3177), - [anon_sym_rlock] = ACTIONS(3177), - [anon_sym_unsafe] = ACTIONS(3177), - [anon_sym_sql] = ACTIONS(3177), - [sym_int_literal] = ACTIONS(3177), - [sym_float_literal] = ACTIONS(3177), - [sym_rune_literal] = ACTIONS(3177), - [anon_sym_AT] = ACTIONS(3177), - [anon_sym_shared] = ACTIONS(3177), - [anon_sym_map_LBRACK] = ACTIONS(3177), - [anon_sym_chan] = ACTIONS(3177), - [anon_sym_thread] = ACTIONS(3177), - [anon_sym_atomic] = ACTIONS(3177), - [sym___double_quote] = ACTIONS(3177), - [sym___single_quote] = ACTIONS(3177), - [sym___c_double_quote] = ACTIONS(3177), - [sym___c_single_quote] = ACTIONS(3177), - [sym___r_double_quote] = ACTIONS(3177), - [sym___r_single_quote] = ACTIONS(3177), + [anon_sym_SEMI] = ACTIONS(3067), + [anon_sym_DOT] = ACTIONS(3067), + [anon_sym_as] = ACTIONS(3067), + [anon_sym_LBRACE] = ACTIONS(3067), + [anon_sym_COMMA] = ACTIONS(3067), + [anon_sym_RBRACE] = ACTIONS(3067), + [anon_sym_LPAREN] = ACTIONS(3067), + [anon_sym_PIPE] = ACTIONS(3067), + [anon_sym_fn] = ACTIONS(3067), + [anon_sym_PLUS] = ACTIONS(3067), + [anon_sym_DASH] = ACTIONS(3067), + [anon_sym_STAR] = ACTIONS(3067), + [anon_sym_SLASH] = ACTIONS(3067), + [anon_sym_PERCENT] = ACTIONS(3067), + [anon_sym_LT] = ACTIONS(3067), + [anon_sym_GT] = ACTIONS(3067), + [anon_sym_EQ_EQ] = ACTIONS(3067), + [anon_sym_BANG_EQ] = ACTIONS(3067), + [anon_sym_LT_EQ] = ACTIONS(3067), + [anon_sym_GT_EQ] = ACTIONS(3067), + [anon_sym_LBRACK] = ACTIONS(3065), + [anon_sym_LT2] = ACTIONS(3067), + [anon_sym_struct] = ACTIONS(3067), + [anon_sym_mut] = ACTIONS(3067), + [anon_sym_PLUS_PLUS] = ACTIONS(3067), + [anon_sym_DASH_DASH] = ACTIONS(3067), + [anon_sym_QMARK] = ACTIONS(3067), + [anon_sym_BANG] = ACTIONS(3067), + [anon_sym_go] = ACTIONS(3067), + [anon_sym_spawn] = ACTIONS(3067), + [anon_sym_json_DOTdecode] = ACTIONS(3067), + [anon_sym_LBRACK2] = ACTIONS(3067), + [anon_sym_TILDE] = ACTIONS(3067), + [anon_sym_CARET] = ACTIONS(3067), + [anon_sym_AMP] = ACTIONS(3067), + [anon_sym_LT_DASH] = ACTIONS(3067), + [anon_sym_LT_LT] = ACTIONS(3067), + [anon_sym_GT_GT] = ACTIONS(3067), + [anon_sym_GT_GT_GT] = ACTIONS(3067), + [anon_sym_AMP_CARET] = ACTIONS(3067), + [anon_sym_AMP_AMP] = ACTIONS(3067), + [anon_sym_PIPE_PIPE] = ACTIONS(3067), + [anon_sym_or] = ACTIONS(3067), + [sym_none] = ACTIONS(3067), + [sym_true] = ACTIONS(3067), + [sym_false] = ACTIONS(3067), + [sym_nil] = ACTIONS(3067), + [anon_sym_QMARK_DOT] = ACTIONS(3067), + [anon_sym_POUND_LBRACK] = ACTIONS(3067), + [anon_sym_if] = ACTIONS(3067), + [anon_sym_DOLLARif] = ACTIONS(3067), + [anon_sym_is] = ACTIONS(3067), + [anon_sym_BANGis] = ACTIONS(3067), + [anon_sym_in] = ACTIONS(3067), + [anon_sym_BANGin] = ACTIONS(3067), + [anon_sym_match] = ACTIONS(3067), + [anon_sym_select] = ACTIONS(3067), + [anon_sym_lock] = ACTIONS(3067), + [anon_sym_rlock] = ACTIONS(3067), + [anon_sym_unsafe] = ACTIONS(3067), + [anon_sym_sql] = ACTIONS(3067), + [sym_int_literal] = ACTIONS(3067), + [sym_float_literal] = ACTIONS(3067), + [sym_rune_literal] = ACTIONS(3067), + [anon_sym_AT] = ACTIONS(3067), + [anon_sym_shared] = ACTIONS(3067), + [anon_sym_map_LBRACK] = ACTIONS(3067), + [anon_sym_chan] = ACTIONS(3067), + [anon_sym_thread] = ACTIONS(3067), + [anon_sym_atomic] = ACTIONS(3067), + [sym___double_quote] = ACTIONS(3067), + [sym___single_quote] = ACTIONS(3067), + [sym___c_double_quote] = ACTIONS(3067), + [sym___c_single_quote] = ACTIONS(3067), + [sym___r_double_quote] = ACTIONS(3067), + [sym___r_single_quote] = ACTIONS(3067), }, [1259] = { - [sym_identifier] = ACTIONS(2860), - [anon_sym_LF] = ACTIONS(2860), - [anon_sym_CR] = ACTIONS(2860), - [anon_sym_CR_LF] = ACTIONS(2860), + [sym_identifier] = ACTIONS(2973), + [anon_sym_LF] = ACTIONS(2973), + [anon_sym_CR] = ACTIONS(2973), + [anon_sym_CR_LF] = ACTIONS(2973), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2860), - [anon_sym_DOT] = ACTIONS(2860), - [anon_sym_as] = ACTIONS(2860), - [anon_sym_LBRACE] = ACTIONS(2860), - [anon_sym_COMMA] = ACTIONS(2860), - [anon_sym_RBRACE] = ACTIONS(2860), - [anon_sym_LPAREN] = ACTIONS(2860), - [anon_sym_PIPE] = ACTIONS(2860), - [anon_sym_fn] = ACTIONS(2860), - [anon_sym_PLUS] = ACTIONS(2860), - [anon_sym_DASH] = ACTIONS(2860), - [anon_sym_STAR] = ACTIONS(2860), - [anon_sym_SLASH] = ACTIONS(2860), - [anon_sym_PERCENT] = ACTIONS(2860), - [anon_sym_LT] = ACTIONS(2860), - [anon_sym_GT] = ACTIONS(2860), - [anon_sym_EQ_EQ] = ACTIONS(2860), - [anon_sym_BANG_EQ] = ACTIONS(2860), - [anon_sym_LT_EQ] = ACTIONS(2860), - [anon_sym_GT_EQ] = ACTIONS(2860), - [anon_sym_LBRACK] = ACTIONS(2858), - [anon_sym_struct] = ACTIONS(2860), - [anon_sym_mut] = ACTIONS(2860), - [anon_sym_PLUS_PLUS] = ACTIONS(2860), - [anon_sym_DASH_DASH] = ACTIONS(2860), - [anon_sym_QMARK] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2860), - [anon_sym_go] = ACTIONS(2860), - [anon_sym_spawn] = ACTIONS(2860), - [anon_sym_json_DOTdecode] = ACTIONS(2860), - [anon_sym_LBRACK2] = ACTIONS(2860), - [anon_sym_TILDE] = ACTIONS(2860), - [anon_sym_CARET] = ACTIONS(2860), - [anon_sym_AMP] = ACTIONS(2860), - [anon_sym_LT_DASH] = ACTIONS(2860), - [anon_sym_LT_LT] = ACTIONS(2860), - [anon_sym_GT_GT] = ACTIONS(2860), - [anon_sym_GT_GT_GT] = ACTIONS(2860), - [anon_sym_AMP_CARET] = ACTIONS(2860), - [anon_sym_AMP_AMP] = ACTIONS(2860), - [anon_sym_PIPE_PIPE] = ACTIONS(2860), - [anon_sym_or] = ACTIONS(2860), - [sym_none] = ACTIONS(2860), - [sym_true] = ACTIONS(2860), - [sym_false] = ACTIONS(2860), - [sym_nil] = ACTIONS(2860), - [anon_sym_QMARK_DOT] = ACTIONS(2860), - [anon_sym_POUND_LBRACK] = ACTIONS(2860), - [anon_sym_if] = ACTIONS(2860), - [anon_sym_DOLLARif] = ACTIONS(2860), - [anon_sym_is] = ACTIONS(2860), - [anon_sym_BANGis] = ACTIONS(2860), - [anon_sym_in] = ACTIONS(2860), - [anon_sym_BANGin] = ACTIONS(2860), - [anon_sym_match] = ACTIONS(2860), - [anon_sym_select] = ACTIONS(2860), - [anon_sym_lock] = ACTIONS(2860), - [anon_sym_rlock] = ACTIONS(2860), - [anon_sym_unsafe] = ACTIONS(2860), - [anon_sym_sql] = ACTIONS(2860), - [sym_int_literal] = ACTIONS(2860), - [sym_float_literal] = ACTIONS(2860), - [sym_rune_literal] = ACTIONS(2860), - [anon_sym_AT] = ACTIONS(2860), - [anon_sym_shared] = ACTIONS(2860), - [anon_sym_map_LBRACK] = ACTIONS(2860), - [anon_sym_chan] = ACTIONS(2860), - [anon_sym_thread] = ACTIONS(2860), - [anon_sym_atomic] = ACTIONS(2860), - [sym___double_quote] = ACTIONS(2860), - [sym___single_quote] = ACTIONS(2860), - [sym___c_double_quote] = ACTIONS(2860), - [sym___c_single_quote] = ACTIONS(2860), - [sym___r_double_quote] = ACTIONS(2860), - [sym___r_single_quote] = ACTIONS(2860), + [anon_sym_SEMI] = ACTIONS(2973), + [anon_sym_DOT] = ACTIONS(2975), + [anon_sym_as] = ACTIONS(2975), + [anon_sym_LBRACE] = ACTIONS(2973), + [anon_sym_COMMA] = ACTIONS(2973), + [anon_sym_RBRACE] = ACTIONS(2973), + [anon_sym_LPAREN] = ACTIONS(2975), + [anon_sym_PIPE] = ACTIONS(2975), + [anon_sym_fn] = ACTIONS(2973), + [anon_sym_PLUS] = ACTIONS(2975), + [anon_sym_DASH] = ACTIONS(2975), + [anon_sym_STAR] = ACTIONS(2975), + [anon_sym_SLASH] = ACTIONS(2975), + [anon_sym_PERCENT] = ACTIONS(2975), + [anon_sym_LT] = ACTIONS(2975), + [anon_sym_GT] = ACTIONS(2975), + [anon_sym_EQ_EQ] = ACTIONS(2975), + [anon_sym_BANG_EQ] = ACTIONS(2975), + [anon_sym_LT_EQ] = ACTIONS(2975), + [anon_sym_GT_EQ] = ACTIONS(2975), + [anon_sym_LBRACK] = ACTIONS(2978), + [anon_sym_LT2] = ACTIONS(2975), + [anon_sym_struct] = ACTIONS(2973), + [anon_sym_mut] = ACTIONS(2973), + [anon_sym_PLUS_PLUS] = ACTIONS(2975), + [anon_sym_DASH_DASH] = ACTIONS(2975), + [anon_sym_QMARK] = ACTIONS(2975), + [anon_sym_BANG] = ACTIONS(2975), + [anon_sym_go] = ACTIONS(2973), + [anon_sym_spawn] = ACTIONS(2973), + [anon_sym_json_DOTdecode] = ACTIONS(2973), + [anon_sym_LBRACK2] = ACTIONS(2975), + [anon_sym_TILDE] = ACTIONS(2973), + [anon_sym_CARET] = ACTIONS(2975), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2973), + [anon_sym_LT_LT] = ACTIONS(2975), + [anon_sym_GT_GT] = ACTIONS(2975), + [anon_sym_GT_GT_GT] = ACTIONS(2975), + [anon_sym_AMP_CARET] = ACTIONS(2975), + [anon_sym_AMP_AMP] = ACTIONS(2975), + [anon_sym_PIPE_PIPE] = ACTIONS(2975), + [anon_sym_or] = ACTIONS(2975), + [sym_none] = ACTIONS(2973), + [sym_true] = ACTIONS(2973), + [sym_false] = ACTIONS(2973), + [sym_nil] = ACTIONS(2973), + [anon_sym_QMARK_DOT] = ACTIONS(2975), + [anon_sym_POUND_LBRACK] = ACTIONS(2975), + [anon_sym_if] = ACTIONS(2973), + [anon_sym_DOLLARif] = ACTIONS(2973), + [anon_sym_is] = ACTIONS(2975), + [anon_sym_BANGis] = ACTIONS(2975), + [anon_sym_in] = ACTIONS(2975), + [anon_sym_BANGin] = ACTIONS(2975), + [anon_sym_match] = ACTIONS(2973), + [anon_sym_select] = ACTIONS(2973), + [anon_sym_lock] = ACTIONS(2973), + [anon_sym_rlock] = ACTIONS(2973), + [anon_sym_unsafe] = ACTIONS(2973), + [anon_sym_sql] = ACTIONS(2973), + [sym_int_literal] = ACTIONS(2973), + [sym_float_literal] = ACTIONS(2973), + [sym_rune_literal] = ACTIONS(2973), + [anon_sym_AT] = ACTIONS(2973), + [anon_sym_shared] = ACTIONS(2973), + [anon_sym_map_LBRACK] = ACTIONS(2973), + [anon_sym_chan] = ACTIONS(2973), + [anon_sym_thread] = ACTIONS(2973), + [anon_sym_atomic] = ACTIONS(2973), + [sym___double_quote] = ACTIONS(2973), + [sym___single_quote] = ACTIONS(2973), + [sym___c_double_quote] = ACTIONS(2973), + [sym___c_single_quote] = ACTIONS(2973), + [sym___r_double_quote] = ACTIONS(2973), + [sym___r_single_quote] = ACTIONS(2973), }, [1260] = { - [sym_identifier] = ACTIONS(3073), - [anon_sym_LF] = ACTIONS(3073), - [anon_sym_CR] = ACTIONS(3073), - [anon_sym_CR_LF] = ACTIONS(3073), + [sym_identifier] = ACTIONS(2963), + [anon_sym_LF] = ACTIONS(2963), + [anon_sym_CR] = ACTIONS(2963), + [anon_sym_CR_LF] = ACTIONS(2963), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3073), - [anon_sym_DOT] = ACTIONS(3073), - [anon_sym_as] = ACTIONS(3073), - [anon_sym_LBRACE] = ACTIONS(3073), - [anon_sym_COMMA] = ACTIONS(3073), - [anon_sym_RBRACE] = ACTIONS(3073), - [anon_sym_LPAREN] = ACTIONS(3073), - [anon_sym_PIPE] = ACTIONS(3073), - [anon_sym_fn] = ACTIONS(3073), - [anon_sym_PLUS] = ACTIONS(3073), - [anon_sym_DASH] = ACTIONS(3073), - [anon_sym_STAR] = ACTIONS(3073), - [anon_sym_SLASH] = ACTIONS(3073), - [anon_sym_PERCENT] = ACTIONS(3073), - [anon_sym_LT] = ACTIONS(3073), - [anon_sym_GT] = ACTIONS(3073), - [anon_sym_EQ_EQ] = ACTIONS(3073), - [anon_sym_BANG_EQ] = ACTIONS(3073), - [anon_sym_LT_EQ] = ACTIONS(3073), - [anon_sym_GT_EQ] = ACTIONS(3073), - [anon_sym_LBRACK] = ACTIONS(3071), - [anon_sym_struct] = ACTIONS(3073), - [anon_sym_mut] = ACTIONS(3073), - [anon_sym_PLUS_PLUS] = ACTIONS(3073), - [anon_sym_DASH_DASH] = ACTIONS(3073), - [anon_sym_QMARK] = ACTIONS(3073), - [anon_sym_BANG] = ACTIONS(3073), - [anon_sym_go] = ACTIONS(3073), - [anon_sym_spawn] = ACTIONS(3073), - [anon_sym_json_DOTdecode] = ACTIONS(3073), - [anon_sym_LBRACK2] = ACTIONS(3073), - [anon_sym_TILDE] = ACTIONS(3073), - [anon_sym_CARET] = ACTIONS(3073), - [anon_sym_AMP] = ACTIONS(3073), - [anon_sym_LT_DASH] = ACTIONS(3073), - [anon_sym_LT_LT] = ACTIONS(3073), - [anon_sym_GT_GT] = ACTIONS(3073), - [anon_sym_GT_GT_GT] = ACTIONS(3073), - [anon_sym_AMP_CARET] = ACTIONS(3073), - [anon_sym_AMP_AMP] = ACTIONS(3073), - [anon_sym_PIPE_PIPE] = ACTIONS(3073), - [anon_sym_or] = ACTIONS(3073), - [sym_none] = ACTIONS(3073), - [sym_true] = ACTIONS(3073), - [sym_false] = ACTIONS(3073), - [sym_nil] = ACTIONS(3073), - [anon_sym_QMARK_DOT] = ACTIONS(3073), - [anon_sym_POUND_LBRACK] = ACTIONS(3073), - [anon_sym_if] = ACTIONS(3073), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_is] = ACTIONS(3073), - [anon_sym_BANGis] = ACTIONS(3073), - [anon_sym_in] = ACTIONS(3073), - [anon_sym_BANGin] = ACTIONS(3073), - [anon_sym_match] = ACTIONS(3073), - [anon_sym_select] = ACTIONS(3073), - [anon_sym_lock] = ACTIONS(3073), - [anon_sym_rlock] = ACTIONS(3073), - [anon_sym_unsafe] = ACTIONS(3073), - [anon_sym_sql] = ACTIONS(3073), - [sym_int_literal] = ACTIONS(3073), - [sym_float_literal] = ACTIONS(3073), - [sym_rune_literal] = ACTIONS(3073), - [anon_sym_AT] = ACTIONS(3073), - [anon_sym_shared] = ACTIONS(3073), - [anon_sym_map_LBRACK] = ACTIONS(3073), - [anon_sym_chan] = ACTIONS(3073), - [anon_sym_thread] = ACTIONS(3073), - [anon_sym_atomic] = ACTIONS(3073), - [sym___double_quote] = ACTIONS(3073), - [sym___single_quote] = ACTIONS(3073), - [sym___c_double_quote] = ACTIONS(3073), - [sym___c_single_quote] = ACTIONS(3073), - [sym___r_double_quote] = ACTIONS(3073), - [sym___r_single_quote] = ACTIONS(3073), + [anon_sym_SEMI] = ACTIONS(2963), + [anon_sym_DOT] = ACTIONS(2965), + [anon_sym_as] = ACTIONS(2965), + [anon_sym_LBRACE] = ACTIONS(2963), + [anon_sym_COMMA] = ACTIONS(2963), + [anon_sym_RBRACE] = ACTIONS(2963), + [anon_sym_LPAREN] = ACTIONS(2965), + [anon_sym_PIPE] = ACTIONS(2965), + [anon_sym_fn] = ACTIONS(2963), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2965), + [anon_sym_SLASH] = ACTIONS(2965), + [anon_sym_PERCENT] = ACTIONS(2965), + [anon_sym_LT] = ACTIONS(2965), + [anon_sym_GT] = ACTIONS(2965), + [anon_sym_EQ_EQ] = ACTIONS(2965), + [anon_sym_BANG_EQ] = ACTIONS(2965), + [anon_sym_LT_EQ] = ACTIONS(2965), + [anon_sym_GT_EQ] = ACTIONS(2965), + [anon_sym_LBRACK] = ACTIONS(2968), + [anon_sym_LT2] = ACTIONS(2965), + [anon_sym_struct] = ACTIONS(2963), + [anon_sym_mut] = ACTIONS(2963), + [anon_sym_PLUS_PLUS] = ACTIONS(2965), + [anon_sym_DASH_DASH] = ACTIONS(2965), + [anon_sym_QMARK] = ACTIONS(2965), + [anon_sym_BANG] = ACTIONS(2965), + [anon_sym_go] = ACTIONS(2963), + [anon_sym_spawn] = ACTIONS(2963), + [anon_sym_json_DOTdecode] = ACTIONS(2963), + [anon_sym_LBRACK2] = ACTIONS(2965), + [anon_sym_TILDE] = ACTIONS(2963), + [anon_sym_CARET] = ACTIONS(2965), + [anon_sym_AMP] = ACTIONS(2965), + [anon_sym_LT_DASH] = ACTIONS(2963), + [anon_sym_LT_LT] = ACTIONS(2965), + [anon_sym_GT_GT] = ACTIONS(2965), + [anon_sym_GT_GT_GT] = ACTIONS(2965), + [anon_sym_AMP_CARET] = ACTIONS(2965), + [anon_sym_AMP_AMP] = ACTIONS(2965), + [anon_sym_PIPE_PIPE] = ACTIONS(2965), + [anon_sym_or] = ACTIONS(2965), + [sym_none] = ACTIONS(2963), + [sym_true] = ACTIONS(2963), + [sym_false] = ACTIONS(2963), + [sym_nil] = ACTIONS(2963), + [anon_sym_QMARK_DOT] = ACTIONS(2965), + [anon_sym_POUND_LBRACK] = ACTIONS(2965), + [anon_sym_if] = ACTIONS(2963), + [anon_sym_DOLLARif] = ACTIONS(2963), + [anon_sym_is] = ACTIONS(2965), + [anon_sym_BANGis] = ACTIONS(2965), + [anon_sym_in] = ACTIONS(2965), + [anon_sym_BANGin] = ACTIONS(2965), + [anon_sym_match] = ACTIONS(2963), + [anon_sym_select] = ACTIONS(2963), + [anon_sym_lock] = ACTIONS(2963), + [anon_sym_rlock] = ACTIONS(2963), + [anon_sym_unsafe] = ACTIONS(2963), + [anon_sym_sql] = ACTIONS(2963), + [sym_int_literal] = ACTIONS(2963), + [sym_float_literal] = ACTIONS(2963), + [sym_rune_literal] = ACTIONS(2963), + [anon_sym_AT] = ACTIONS(2963), + [anon_sym_shared] = ACTIONS(2963), + [anon_sym_map_LBRACK] = ACTIONS(2963), + [anon_sym_chan] = ACTIONS(2963), + [anon_sym_thread] = ACTIONS(2963), + [anon_sym_atomic] = ACTIONS(2963), + [sym___double_quote] = ACTIONS(2963), + [sym___single_quote] = ACTIONS(2963), + [sym___c_double_quote] = ACTIONS(2963), + [sym___c_single_quote] = ACTIONS(2963), + [sym___r_double_quote] = ACTIONS(2963), + [sym___r_single_quote] = ACTIONS(2963), }, [1261] = { - [sym_identifier] = ACTIONS(3077), - [anon_sym_LF] = ACTIONS(3077), - [anon_sym_CR] = ACTIONS(3077), - [anon_sym_CR_LF] = ACTIONS(3077), + [sym_identifier] = ACTIONS(3187), + [anon_sym_LF] = ACTIONS(3187), + [anon_sym_CR] = ACTIONS(3187), + [anon_sym_CR_LF] = ACTIONS(3187), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3077), - [anon_sym_DOT] = ACTIONS(3077), - [anon_sym_as] = ACTIONS(3077), - [anon_sym_LBRACE] = ACTIONS(3077), - [anon_sym_COMMA] = ACTIONS(3077), - [anon_sym_RBRACE] = ACTIONS(3077), - [anon_sym_LPAREN] = ACTIONS(3077), - [anon_sym_PIPE] = ACTIONS(3077), - [anon_sym_fn] = ACTIONS(3077), - [anon_sym_PLUS] = ACTIONS(3077), - [anon_sym_DASH] = ACTIONS(3077), - [anon_sym_STAR] = ACTIONS(3077), - [anon_sym_SLASH] = ACTIONS(3077), - [anon_sym_PERCENT] = ACTIONS(3077), - [anon_sym_LT] = ACTIONS(3077), - [anon_sym_GT] = ACTIONS(3077), - [anon_sym_EQ_EQ] = ACTIONS(3077), - [anon_sym_BANG_EQ] = ACTIONS(3077), - [anon_sym_LT_EQ] = ACTIONS(3077), - [anon_sym_GT_EQ] = ACTIONS(3077), - [anon_sym_LBRACK] = ACTIONS(3075), - [anon_sym_struct] = ACTIONS(3077), - [anon_sym_mut] = ACTIONS(3077), - [anon_sym_PLUS_PLUS] = ACTIONS(3077), - [anon_sym_DASH_DASH] = ACTIONS(3077), - [anon_sym_QMARK] = ACTIONS(3077), - [anon_sym_BANG] = ACTIONS(3077), - [anon_sym_go] = ACTIONS(3077), - [anon_sym_spawn] = ACTIONS(3077), - [anon_sym_json_DOTdecode] = ACTIONS(3077), - [anon_sym_LBRACK2] = ACTIONS(3077), - [anon_sym_TILDE] = ACTIONS(3077), - [anon_sym_CARET] = ACTIONS(3077), - [anon_sym_AMP] = ACTIONS(3077), - [anon_sym_LT_DASH] = ACTIONS(3077), - [anon_sym_LT_LT] = ACTIONS(3077), - [anon_sym_GT_GT] = ACTIONS(3077), - [anon_sym_GT_GT_GT] = ACTIONS(3077), - [anon_sym_AMP_CARET] = ACTIONS(3077), - [anon_sym_AMP_AMP] = ACTIONS(3077), - [anon_sym_PIPE_PIPE] = ACTIONS(3077), - [anon_sym_or] = ACTIONS(3077), - [sym_none] = ACTIONS(3077), - [sym_true] = ACTIONS(3077), - [sym_false] = ACTIONS(3077), - [sym_nil] = ACTIONS(3077), - [anon_sym_QMARK_DOT] = ACTIONS(3077), - [anon_sym_POUND_LBRACK] = ACTIONS(3077), - [anon_sym_if] = ACTIONS(3077), - [anon_sym_DOLLARif] = ACTIONS(3077), - [anon_sym_is] = ACTIONS(3077), - [anon_sym_BANGis] = ACTIONS(3077), - [anon_sym_in] = ACTIONS(3077), - [anon_sym_BANGin] = ACTIONS(3077), - [anon_sym_match] = ACTIONS(3077), - [anon_sym_select] = ACTIONS(3077), - [anon_sym_lock] = ACTIONS(3077), - [anon_sym_rlock] = ACTIONS(3077), - [anon_sym_unsafe] = ACTIONS(3077), - [anon_sym_sql] = ACTIONS(3077), - [sym_int_literal] = ACTIONS(3077), - [sym_float_literal] = ACTIONS(3077), - [sym_rune_literal] = ACTIONS(3077), - [anon_sym_AT] = ACTIONS(3077), - [anon_sym_shared] = ACTIONS(3077), - [anon_sym_map_LBRACK] = ACTIONS(3077), - [anon_sym_chan] = ACTIONS(3077), - [anon_sym_thread] = ACTIONS(3077), - [anon_sym_atomic] = ACTIONS(3077), - [sym___double_quote] = ACTIONS(3077), - [sym___single_quote] = ACTIONS(3077), - [sym___c_double_quote] = ACTIONS(3077), - [sym___c_single_quote] = ACTIONS(3077), - [sym___r_double_quote] = ACTIONS(3077), - [sym___r_single_quote] = ACTIONS(3077), + [anon_sym_SEMI] = ACTIONS(3187), + [anon_sym_DOT] = ACTIONS(3187), + [anon_sym_as] = ACTIONS(3187), + [anon_sym_LBRACE] = ACTIONS(3187), + [anon_sym_COMMA] = ACTIONS(3187), + [anon_sym_RBRACE] = ACTIONS(3187), + [anon_sym_LPAREN] = ACTIONS(3187), + [anon_sym_PIPE] = ACTIONS(3187), + [anon_sym_fn] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(3187), + [anon_sym_DASH] = ACTIONS(3187), + [anon_sym_STAR] = ACTIONS(3187), + [anon_sym_SLASH] = ACTIONS(3187), + [anon_sym_PERCENT] = ACTIONS(3187), + [anon_sym_LT] = ACTIONS(3187), + [anon_sym_GT] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3187), + [anon_sym_BANG_EQ] = ACTIONS(3187), + [anon_sym_LT_EQ] = ACTIONS(3187), + [anon_sym_GT_EQ] = ACTIONS(3187), + [anon_sym_LBRACK] = ACTIONS(3185), + [anon_sym_LT2] = ACTIONS(3187), + [anon_sym_struct] = ACTIONS(3187), + [anon_sym_mut] = ACTIONS(3187), + [anon_sym_PLUS_PLUS] = ACTIONS(3187), + [anon_sym_DASH_DASH] = ACTIONS(3187), + [anon_sym_QMARK] = ACTIONS(3187), + [anon_sym_BANG] = ACTIONS(3187), + [anon_sym_go] = ACTIONS(3187), + [anon_sym_spawn] = ACTIONS(3187), + [anon_sym_json_DOTdecode] = ACTIONS(3187), + [anon_sym_LBRACK2] = ACTIONS(3187), + [anon_sym_TILDE] = ACTIONS(3187), + [anon_sym_CARET] = ACTIONS(3187), + [anon_sym_AMP] = ACTIONS(3187), + [anon_sym_LT_DASH] = ACTIONS(3187), + [anon_sym_LT_LT] = ACTIONS(3187), + [anon_sym_GT_GT] = ACTIONS(3187), + [anon_sym_GT_GT_GT] = ACTIONS(3187), + [anon_sym_AMP_CARET] = ACTIONS(3187), + [anon_sym_AMP_AMP] = ACTIONS(3187), + [anon_sym_PIPE_PIPE] = ACTIONS(3187), + [anon_sym_or] = ACTIONS(3187), + [sym_none] = ACTIONS(3187), + [sym_true] = ACTIONS(3187), + [sym_false] = ACTIONS(3187), + [sym_nil] = ACTIONS(3187), + [anon_sym_QMARK_DOT] = ACTIONS(3187), + [anon_sym_POUND_LBRACK] = ACTIONS(3187), + [anon_sym_if] = ACTIONS(3187), + [anon_sym_DOLLARif] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3187), + [anon_sym_BANGis] = ACTIONS(3187), + [anon_sym_in] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3187), + [anon_sym_match] = ACTIONS(3187), + [anon_sym_select] = ACTIONS(3187), + [anon_sym_lock] = ACTIONS(3187), + [anon_sym_rlock] = ACTIONS(3187), + [anon_sym_unsafe] = ACTIONS(3187), + [anon_sym_sql] = ACTIONS(3187), + [sym_int_literal] = ACTIONS(3187), + [sym_float_literal] = ACTIONS(3187), + [sym_rune_literal] = ACTIONS(3187), + [anon_sym_AT] = ACTIONS(3187), + [anon_sym_shared] = ACTIONS(3187), + [anon_sym_map_LBRACK] = ACTIONS(3187), + [anon_sym_chan] = ACTIONS(3187), + [anon_sym_thread] = ACTIONS(3187), + [anon_sym_atomic] = ACTIONS(3187), + [sym___double_quote] = ACTIONS(3187), + [sym___single_quote] = ACTIONS(3187), + [sym___c_double_quote] = ACTIONS(3187), + [sym___c_single_quote] = ACTIONS(3187), + [sym___r_double_quote] = ACTIONS(3187), + [sym___r_single_quote] = ACTIONS(3187), }, [1262] = { - [sym_identifier] = ACTIONS(3117), - [anon_sym_LF] = ACTIONS(3117), - [anon_sym_CR] = ACTIONS(3117), - [anon_sym_CR_LF] = ACTIONS(3117), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3117), - [anon_sym_DOT] = ACTIONS(3117), - [anon_sym_as] = ACTIONS(3117), - [anon_sym_LBRACE] = ACTIONS(3117), - [anon_sym_COMMA] = ACTIONS(3117), - [anon_sym_RBRACE] = ACTIONS(3117), - [anon_sym_LPAREN] = ACTIONS(3117), - [anon_sym_PIPE] = ACTIONS(3117), - [anon_sym_fn] = ACTIONS(3117), - [anon_sym_PLUS] = ACTIONS(3117), - [anon_sym_DASH] = ACTIONS(3117), - [anon_sym_STAR] = ACTIONS(3117), - [anon_sym_SLASH] = ACTIONS(3117), - [anon_sym_PERCENT] = ACTIONS(3117), - [anon_sym_LT] = ACTIONS(3117), - [anon_sym_GT] = ACTIONS(3117), - [anon_sym_EQ_EQ] = ACTIONS(3117), - [anon_sym_BANG_EQ] = ACTIONS(3117), - [anon_sym_LT_EQ] = ACTIONS(3117), - [anon_sym_GT_EQ] = ACTIONS(3117), - [anon_sym_LBRACK] = ACTIONS(3115), - [anon_sym_struct] = ACTIONS(3117), - [anon_sym_mut] = ACTIONS(3117), - [anon_sym_PLUS_PLUS] = ACTIONS(3117), - [anon_sym_DASH_DASH] = ACTIONS(3117), - [anon_sym_QMARK] = ACTIONS(3117), - [anon_sym_BANG] = ACTIONS(3117), - [anon_sym_go] = ACTIONS(3117), - [anon_sym_spawn] = ACTIONS(3117), - [anon_sym_json_DOTdecode] = ACTIONS(3117), - [anon_sym_LBRACK2] = ACTIONS(3117), - [anon_sym_TILDE] = ACTIONS(3117), - [anon_sym_CARET] = ACTIONS(3117), - [anon_sym_AMP] = ACTIONS(3117), - [anon_sym_LT_DASH] = ACTIONS(3117), - [anon_sym_LT_LT] = ACTIONS(3117), - [anon_sym_GT_GT] = ACTIONS(3117), - [anon_sym_GT_GT_GT] = ACTIONS(3117), - [anon_sym_AMP_CARET] = ACTIONS(3117), - [anon_sym_AMP_AMP] = ACTIONS(3117), - [anon_sym_PIPE_PIPE] = ACTIONS(3117), - [anon_sym_or] = ACTIONS(3117), - [sym_none] = ACTIONS(3117), - [sym_true] = ACTIONS(3117), - [sym_false] = ACTIONS(3117), - [sym_nil] = ACTIONS(3117), - [anon_sym_QMARK_DOT] = ACTIONS(3117), - [anon_sym_POUND_LBRACK] = ACTIONS(3117), - [anon_sym_if] = ACTIONS(3117), - [anon_sym_DOLLARif] = ACTIONS(3117), - [anon_sym_is] = ACTIONS(3117), - [anon_sym_BANGis] = ACTIONS(3117), - [anon_sym_in] = ACTIONS(3117), - [anon_sym_BANGin] = ACTIONS(3117), - [anon_sym_match] = ACTIONS(3117), - [anon_sym_select] = ACTIONS(3117), - [anon_sym_lock] = ACTIONS(3117), - [anon_sym_rlock] = ACTIONS(3117), - [anon_sym_unsafe] = ACTIONS(3117), - [anon_sym_sql] = ACTIONS(3117), - [sym_int_literal] = ACTIONS(3117), - [sym_float_literal] = ACTIONS(3117), - [sym_rune_literal] = ACTIONS(3117), - [anon_sym_AT] = ACTIONS(3117), - [anon_sym_shared] = ACTIONS(3117), - [anon_sym_map_LBRACK] = ACTIONS(3117), - [anon_sym_chan] = ACTIONS(3117), - [anon_sym_thread] = ACTIONS(3117), - [anon_sym_atomic] = ACTIONS(3117), - [sym___double_quote] = ACTIONS(3117), - [sym___single_quote] = ACTIONS(3117), - [sym___c_double_quote] = ACTIONS(3117), - [sym___c_single_quote] = ACTIONS(3117), - [sym___r_double_quote] = ACTIONS(3117), - [sym___r_single_quote] = ACTIONS(3117), - }, - [1263] = { - [sym_identifier] = ACTIONS(3125), - [anon_sym_LF] = ACTIONS(3125), - [anon_sym_CR] = ACTIONS(3125), - [anon_sym_CR_LF] = ACTIONS(3125), + [sym_identifier] = ACTIONS(3007), + [anon_sym_LF] = ACTIONS(3007), + [anon_sym_CR] = ACTIONS(3007), + [anon_sym_CR_LF] = ACTIONS(3007), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3125), - [anon_sym_DOT] = ACTIONS(3125), - [anon_sym_as] = ACTIONS(3125), - [anon_sym_LBRACE] = ACTIONS(3125), - [anon_sym_COMMA] = ACTIONS(3125), - [anon_sym_RBRACE] = ACTIONS(3125), - [anon_sym_LPAREN] = ACTIONS(3125), - [anon_sym_PIPE] = ACTIONS(3125), - [anon_sym_fn] = ACTIONS(3125), - [anon_sym_PLUS] = ACTIONS(3125), - [anon_sym_DASH] = ACTIONS(3125), - [anon_sym_STAR] = ACTIONS(3125), - [anon_sym_SLASH] = ACTIONS(3125), - [anon_sym_PERCENT] = ACTIONS(3125), - [anon_sym_LT] = ACTIONS(3125), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_EQ_EQ] = ACTIONS(3125), - [anon_sym_BANG_EQ] = ACTIONS(3125), - [anon_sym_LT_EQ] = ACTIONS(3125), - [anon_sym_GT_EQ] = ACTIONS(3125), - [anon_sym_LBRACK] = ACTIONS(3123), - [anon_sym_struct] = ACTIONS(3125), - [anon_sym_mut] = ACTIONS(3125), - [anon_sym_PLUS_PLUS] = ACTIONS(3125), - [anon_sym_DASH_DASH] = ACTIONS(3125), - [anon_sym_QMARK] = ACTIONS(3125), - [anon_sym_BANG] = ACTIONS(3125), - [anon_sym_go] = ACTIONS(3125), - [anon_sym_spawn] = ACTIONS(3125), - [anon_sym_json_DOTdecode] = ACTIONS(3125), - [anon_sym_LBRACK2] = ACTIONS(3125), - [anon_sym_TILDE] = ACTIONS(3125), - [anon_sym_CARET] = ACTIONS(3125), - [anon_sym_AMP] = ACTIONS(3125), - [anon_sym_LT_DASH] = ACTIONS(3125), - [anon_sym_LT_LT] = ACTIONS(3125), - [anon_sym_GT_GT] = ACTIONS(3125), - [anon_sym_GT_GT_GT] = ACTIONS(3125), - [anon_sym_AMP_CARET] = ACTIONS(3125), - [anon_sym_AMP_AMP] = ACTIONS(3125), - [anon_sym_PIPE_PIPE] = ACTIONS(3125), - [anon_sym_or] = ACTIONS(3125), - [sym_none] = ACTIONS(3125), - [sym_true] = ACTIONS(3125), - [sym_false] = ACTIONS(3125), - [sym_nil] = ACTIONS(3125), - [anon_sym_QMARK_DOT] = ACTIONS(3125), - [anon_sym_POUND_LBRACK] = ACTIONS(3125), - [anon_sym_if] = ACTIONS(3125), - [anon_sym_DOLLARif] = ACTIONS(3125), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3125), - [anon_sym_in] = ACTIONS(3125), - [anon_sym_BANGin] = ACTIONS(3125), - [anon_sym_match] = ACTIONS(3125), - [anon_sym_select] = ACTIONS(3125), - [anon_sym_lock] = ACTIONS(3125), - [anon_sym_rlock] = ACTIONS(3125), - [anon_sym_unsafe] = ACTIONS(3125), - [anon_sym_sql] = ACTIONS(3125), - [sym_int_literal] = ACTIONS(3125), - [sym_float_literal] = ACTIONS(3125), - [sym_rune_literal] = ACTIONS(3125), - [anon_sym_AT] = ACTIONS(3125), - [anon_sym_shared] = ACTIONS(3125), - [anon_sym_map_LBRACK] = ACTIONS(3125), - [anon_sym_chan] = ACTIONS(3125), - [anon_sym_thread] = ACTIONS(3125), - [anon_sym_atomic] = ACTIONS(3125), - [sym___double_quote] = ACTIONS(3125), - [sym___single_quote] = ACTIONS(3125), - [sym___c_double_quote] = ACTIONS(3125), - [sym___c_single_quote] = ACTIONS(3125), - [sym___r_double_quote] = ACTIONS(3125), - [sym___r_single_quote] = ACTIONS(3125), + [anon_sym_SEMI] = ACTIONS(3007), + [anon_sym_DOT] = ACTIONS(3007), + [anon_sym_as] = ACTIONS(3007), + [anon_sym_LBRACE] = ACTIONS(3007), + [anon_sym_COMMA] = ACTIONS(3007), + [anon_sym_RBRACE] = ACTIONS(3007), + [anon_sym_LPAREN] = ACTIONS(3007), + [anon_sym_PIPE] = ACTIONS(3007), + [anon_sym_fn] = ACTIONS(3007), + [anon_sym_PLUS] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3007), + [anon_sym_STAR] = ACTIONS(3007), + [anon_sym_SLASH] = ACTIONS(3007), + [anon_sym_PERCENT] = ACTIONS(3007), + [anon_sym_LT] = ACTIONS(3007), + [anon_sym_GT] = ACTIONS(3007), + [anon_sym_EQ_EQ] = ACTIONS(3007), + [anon_sym_BANG_EQ] = ACTIONS(3007), + [anon_sym_LT_EQ] = ACTIONS(3007), + [anon_sym_GT_EQ] = ACTIONS(3007), + [anon_sym_LBRACK] = ACTIONS(3005), + [anon_sym_LT2] = ACTIONS(3007), + [anon_sym_struct] = ACTIONS(3007), + [anon_sym_mut] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_QMARK] = ACTIONS(3007), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_go] = ACTIONS(3007), + [anon_sym_spawn] = ACTIONS(3007), + [anon_sym_json_DOTdecode] = ACTIONS(3007), + [anon_sym_LBRACK2] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_CARET] = ACTIONS(3007), + [anon_sym_AMP] = ACTIONS(3007), + [anon_sym_LT_DASH] = ACTIONS(3007), + [anon_sym_LT_LT] = ACTIONS(3007), + [anon_sym_GT_GT] = ACTIONS(3007), + [anon_sym_GT_GT_GT] = ACTIONS(3007), + [anon_sym_AMP_CARET] = ACTIONS(3007), + [anon_sym_AMP_AMP] = ACTIONS(3007), + [anon_sym_PIPE_PIPE] = ACTIONS(3007), + [anon_sym_or] = ACTIONS(3007), + [sym_none] = ACTIONS(3007), + [sym_true] = ACTIONS(3007), + [sym_false] = ACTIONS(3007), + [sym_nil] = ACTIONS(3007), + [anon_sym_QMARK_DOT] = ACTIONS(3007), + [anon_sym_POUND_LBRACK] = ACTIONS(3007), + [anon_sym_if] = ACTIONS(3007), + [anon_sym_DOLLARif] = ACTIONS(3007), + [anon_sym_is] = ACTIONS(3007), + [anon_sym_BANGis] = ACTIONS(3007), + [anon_sym_in] = ACTIONS(3007), + [anon_sym_BANGin] = ACTIONS(3007), + [anon_sym_match] = ACTIONS(3007), + [anon_sym_select] = ACTIONS(3007), + [anon_sym_lock] = ACTIONS(3007), + [anon_sym_rlock] = ACTIONS(3007), + [anon_sym_unsafe] = ACTIONS(3007), + [anon_sym_sql] = ACTIONS(3007), + [sym_int_literal] = ACTIONS(3007), + [sym_float_literal] = ACTIONS(3007), + [sym_rune_literal] = ACTIONS(3007), + [anon_sym_AT] = ACTIONS(3007), + [anon_sym_shared] = ACTIONS(3007), + [anon_sym_map_LBRACK] = ACTIONS(3007), + [anon_sym_chan] = ACTIONS(3007), + [anon_sym_thread] = ACTIONS(3007), + [anon_sym_atomic] = ACTIONS(3007), + [sym___double_quote] = ACTIONS(3007), + [sym___single_quote] = ACTIONS(3007), + [sym___c_double_quote] = ACTIONS(3007), + [sym___c_single_quote] = ACTIONS(3007), + [sym___r_double_quote] = ACTIONS(3007), + [sym___r_single_quote] = ACTIONS(3007), + }, + [1263] = { + [sym_identifier] = ACTIONS(2761), + [anon_sym_LF] = ACTIONS(2761), + [anon_sym_CR] = ACTIONS(2761), + [anon_sym_CR_LF] = ACTIONS(2761), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(2761), + [anon_sym_DOT] = ACTIONS(2761), + [anon_sym_as] = ACTIONS(2761), + [anon_sym_LBRACE] = ACTIONS(2761), + [anon_sym_COMMA] = ACTIONS(2761), + [anon_sym_RBRACE] = ACTIONS(2761), + [anon_sym_LPAREN] = ACTIONS(2761), + [anon_sym_PIPE] = ACTIONS(2761), + [anon_sym_fn] = ACTIONS(2761), + [anon_sym_PLUS] = ACTIONS(2761), + [anon_sym_DASH] = ACTIONS(2761), + [anon_sym_STAR] = ACTIONS(2761), + [anon_sym_SLASH] = ACTIONS(2761), + [anon_sym_PERCENT] = ACTIONS(2761), + [anon_sym_LT] = ACTIONS(2761), + [anon_sym_GT] = ACTIONS(2761), + [anon_sym_EQ_EQ] = ACTIONS(2761), + [anon_sym_BANG_EQ] = ACTIONS(2761), + [anon_sym_LT_EQ] = ACTIONS(2761), + [anon_sym_GT_EQ] = ACTIONS(2761), + [anon_sym_LBRACK] = ACTIONS(2759), + [anon_sym_LT2] = ACTIONS(2761), + [anon_sym_struct] = ACTIONS(2761), + [anon_sym_mut] = ACTIONS(2761), + [anon_sym_PLUS_PLUS] = ACTIONS(2761), + [anon_sym_DASH_DASH] = ACTIONS(2761), + [anon_sym_QMARK] = ACTIONS(2761), + [anon_sym_BANG] = ACTIONS(2761), + [anon_sym_go] = ACTIONS(2761), + [anon_sym_spawn] = ACTIONS(2761), + [anon_sym_json_DOTdecode] = ACTIONS(2761), + [anon_sym_LBRACK2] = ACTIONS(2761), + [anon_sym_TILDE] = ACTIONS(2761), + [anon_sym_CARET] = ACTIONS(2761), + [anon_sym_AMP] = ACTIONS(2761), + [anon_sym_LT_DASH] = ACTIONS(2761), + [anon_sym_LT_LT] = ACTIONS(2761), + [anon_sym_GT_GT] = ACTIONS(2761), + [anon_sym_GT_GT_GT] = ACTIONS(2761), + [anon_sym_AMP_CARET] = ACTIONS(2761), + [anon_sym_AMP_AMP] = ACTIONS(2761), + [anon_sym_PIPE_PIPE] = ACTIONS(2761), + [anon_sym_or] = ACTIONS(2761), + [sym_none] = ACTIONS(2761), + [sym_true] = ACTIONS(2761), + [sym_false] = ACTIONS(2761), + [sym_nil] = ACTIONS(2761), + [anon_sym_QMARK_DOT] = ACTIONS(2761), + [anon_sym_POUND_LBRACK] = ACTIONS(2761), + [anon_sym_if] = ACTIONS(2761), + [anon_sym_DOLLARif] = ACTIONS(2761), + [anon_sym_is] = ACTIONS(2761), + [anon_sym_BANGis] = ACTIONS(2761), + [anon_sym_in] = ACTIONS(2761), + [anon_sym_BANGin] = ACTIONS(2761), + [anon_sym_match] = ACTIONS(2761), + [anon_sym_select] = ACTIONS(2761), + [anon_sym_lock] = ACTIONS(2761), + [anon_sym_rlock] = ACTIONS(2761), + [anon_sym_unsafe] = ACTIONS(2761), + [anon_sym_sql] = ACTIONS(2761), + [sym_int_literal] = ACTIONS(2761), + [sym_float_literal] = ACTIONS(2761), + [sym_rune_literal] = ACTIONS(2761), + [anon_sym_AT] = ACTIONS(2761), + [anon_sym_shared] = ACTIONS(2761), + [anon_sym_map_LBRACK] = ACTIONS(2761), + [anon_sym_chan] = ACTIONS(2761), + [anon_sym_thread] = ACTIONS(2761), + [anon_sym_atomic] = ACTIONS(2761), + [sym___double_quote] = ACTIONS(2761), + [sym___single_quote] = ACTIONS(2761), + [sym___c_double_quote] = ACTIONS(2761), + [sym___c_single_quote] = ACTIONS(2761), + [sym___r_double_quote] = ACTIONS(2761), + [sym___r_single_quote] = ACTIONS(2761), }, [1264] = { - [sym_identifier] = ACTIONS(3141), - [anon_sym_LF] = ACTIONS(3141), - [anon_sym_CR] = ACTIONS(3141), - [anon_sym_CR_LF] = ACTIONS(3141), + [sym_identifier] = ACTIONS(2887), + [anon_sym_LF] = ACTIONS(2887), + [anon_sym_CR] = ACTIONS(2887), + [anon_sym_CR_LF] = ACTIONS(2887), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3141), - [anon_sym_DOT] = ACTIONS(3141), - [anon_sym_as] = ACTIONS(3141), - [anon_sym_LBRACE] = ACTIONS(3141), - [anon_sym_COMMA] = ACTIONS(3141), - [anon_sym_RBRACE] = ACTIONS(3141), - [anon_sym_LPAREN] = ACTIONS(3141), - [anon_sym_PIPE] = ACTIONS(3141), - [anon_sym_fn] = ACTIONS(3141), - [anon_sym_PLUS] = ACTIONS(3141), - [anon_sym_DASH] = ACTIONS(3141), - [anon_sym_STAR] = ACTIONS(3141), - [anon_sym_SLASH] = ACTIONS(3141), - [anon_sym_PERCENT] = ACTIONS(3141), - [anon_sym_LT] = ACTIONS(3141), - [anon_sym_GT] = ACTIONS(3141), - [anon_sym_EQ_EQ] = ACTIONS(3141), - [anon_sym_BANG_EQ] = ACTIONS(3141), - [anon_sym_LT_EQ] = ACTIONS(3141), - [anon_sym_GT_EQ] = ACTIONS(3141), - [anon_sym_LBRACK] = ACTIONS(3139), - [anon_sym_struct] = ACTIONS(3141), - [anon_sym_mut] = ACTIONS(3141), - [anon_sym_PLUS_PLUS] = ACTIONS(3141), - [anon_sym_DASH_DASH] = ACTIONS(3141), - [anon_sym_QMARK] = ACTIONS(3141), - [anon_sym_BANG] = ACTIONS(3141), - [anon_sym_go] = ACTIONS(3141), - [anon_sym_spawn] = ACTIONS(3141), - [anon_sym_json_DOTdecode] = ACTIONS(3141), - [anon_sym_LBRACK2] = ACTIONS(3141), - [anon_sym_TILDE] = ACTIONS(3141), - [anon_sym_CARET] = ACTIONS(3141), - [anon_sym_AMP] = ACTIONS(3141), - [anon_sym_LT_DASH] = ACTIONS(3141), - [anon_sym_LT_LT] = ACTIONS(3141), - [anon_sym_GT_GT] = ACTIONS(3141), - [anon_sym_GT_GT_GT] = ACTIONS(3141), - [anon_sym_AMP_CARET] = ACTIONS(3141), - [anon_sym_AMP_AMP] = ACTIONS(3141), - [anon_sym_PIPE_PIPE] = ACTIONS(3141), - [anon_sym_or] = ACTIONS(3141), - [sym_none] = ACTIONS(3141), - [sym_true] = ACTIONS(3141), - [sym_false] = ACTIONS(3141), - [sym_nil] = ACTIONS(3141), - [anon_sym_QMARK_DOT] = ACTIONS(3141), - [anon_sym_POUND_LBRACK] = ACTIONS(3141), - [anon_sym_if] = ACTIONS(3141), - [anon_sym_DOLLARif] = ACTIONS(3141), - [anon_sym_is] = ACTIONS(3141), - [anon_sym_BANGis] = ACTIONS(3141), - [anon_sym_in] = ACTIONS(3141), - [anon_sym_BANGin] = ACTIONS(3141), - [anon_sym_match] = ACTIONS(3141), - [anon_sym_select] = ACTIONS(3141), - [anon_sym_lock] = ACTIONS(3141), - [anon_sym_rlock] = ACTIONS(3141), - [anon_sym_unsafe] = ACTIONS(3141), - [anon_sym_sql] = ACTIONS(3141), - [sym_int_literal] = ACTIONS(3141), - [sym_float_literal] = ACTIONS(3141), - [sym_rune_literal] = ACTIONS(3141), - [anon_sym_AT] = ACTIONS(3141), - [anon_sym_shared] = ACTIONS(3141), - [anon_sym_map_LBRACK] = ACTIONS(3141), - [anon_sym_chan] = ACTIONS(3141), - [anon_sym_thread] = ACTIONS(3141), - [anon_sym_atomic] = ACTIONS(3141), - [sym___double_quote] = ACTIONS(3141), - [sym___single_quote] = ACTIONS(3141), - [sym___c_double_quote] = ACTIONS(3141), - [sym___c_single_quote] = ACTIONS(3141), - [sym___r_double_quote] = ACTIONS(3141), - [sym___r_single_quote] = ACTIONS(3141), + [anon_sym_SEMI] = ACTIONS(2887), + [anon_sym_DOT] = ACTIONS(2887), + [anon_sym_as] = ACTIONS(2887), + [anon_sym_LBRACE] = ACTIONS(2887), + [anon_sym_COMMA] = ACTIONS(2887), + [anon_sym_RBRACE] = ACTIONS(2887), + [anon_sym_LPAREN] = ACTIONS(2887), + [anon_sym_PIPE] = ACTIONS(2887), + [anon_sym_fn] = ACTIONS(2887), + [anon_sym_PLUS] = ACTIONS(2887), + [anon_sym_DASH] = ACTIONS(2887), + [anon_sym_STAR] = ACTIONS(2887), + [anon_sym_SLASH] = ACTIONS(2887), + [anon_sym_PERCENT] = ACTIONS(2887), + [anon_sym_LT] = ACTIONS(2887), + [anon_sym_GT] = ACTIONS(2887), + [anon_sym_EQ_EQ] = ACTIONS(2887), + [anon_sym_BANG_EQ] = ACTIONS(2887), + [anon_sym_LT_EQ] = ACTIONS(2887), + [anon_sym_GT_EQ] = ACTIONS(2887), + [anon_sym_LBRACK] = ACTIONS(2885), + [anon_sym_LT2] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2887), + [anon_sym_mut] = ACTIONS(2887), + [anon_sym_PLUS_PLUS] = ACTIONS(2887), + [anon_sym_DASH_DASH] = ACTIONS(2887), + [anon_sym_QMARK] = ACTIONS(2887), + [anon_sym_BANG] = ACTIONS(2887), + [anon_sym_go] = ACTIONS(2887), + [anon_sym_spawn] = ACTIONS(2887), + [anon_sym_json_DOTdecode] = ACTIONS(2887), + [anon_sym_LBRACK2] = ACTIONS(2887), + [anon_sym_TILDE] = ACTIONS(2887), + [anon_sym_CARET] = ACTIONS(2887), + [anon_sym_AMP] = ACTIONS(2887), + [anon_sym_LT_DASH] = ACTIONS(2887), + [anon_sym_LT_LT] = ACTIONS(2887), + [anon_sym_GT_GT] = ACTIONS(2887), + [anon_sym_GT_GT_GT] = ACTIONS(2887), + [anon_sym_AMP_CARET] = ACTIONS(2887), + [anon_sym_AMP_AMP] = ACTIONS(2887), + [anon_sym_PIPE_PIPE] = ACTIONS(2887), + [anon_sym_or] = ACTIONS(2887), + [sym_none] = ACTIONS(2887), + [sym_true] = ACTIONS(2887), + [sym_false] = ACTIONS(2887), + [sym_nil] = ACTIONS(2887), + [anon_sym_QMARK_DOT] = ACTIONS(2887), + [anon_sym_POUND_LBRACK] = ACTIONS(2887), + [anon_sym_if] = ACTIONS(2887), + [anon_sym_DOLLARif] = ACTIONS(2887), + [anon_sym_is] = ACTIONS(2887), + [anon_sym_BANGis] = ACTIONS(2887), + [anon_sym_in] = ACTIONS(2887), + [anon_sym_BANGin] = ACTIONS(2887), + [anon_sym_match] = ACTIONS(2887), + [anon_sym_select] = ACTIONS(2887), + [anon_sym_lock] = ACTIONS(2887), + [anon_sym_rlock] = ACTIONS(2887), + [anon_sym_unsafe] = ACTIONS(2887), + [anon_sym_sql] = ACTIONS(2887), + [sym_int_literal] = ACTIONS(2887), + [sym_float_literal] = ACTIONS(2887), + [sym_rune_literal] = ACTIONS(2887), + [anon_sym_AT] = ACTIONS(2887), + [anon_sym_shared] = ACTIONS(2887), + [anon_sym_map_LBRACK] = ACTIONS(2887), + [anon_sym_chan] = ACTIONS(2887), + [anon_sym_thread] = ACTIONS(2887), + [anon_sym_atomic] = ACTIONS(2887), + [sym___double_quote] = ACTIONS(2887), + [sym___single_quote] = ACTIONS(2887), + [sym___c_double_quote] = ACTIONS(2887), + [sym___c_single_quote] = ACTIONS(2887), + [sym___r_double_quote] = ACTIONS(2887), + [sym___r_single_quote] = ACTIONS(2887), }, [1265] = { - [sym_identifier] = ACTIONS(3145), - [anon_sym_LF] = ACTIONS(3145), - [anon_sym_CR] = ACTIONS(3145), - [anon_sym_CR_LF] = ACTIONS(3145), + [sym_identifier] = ACTIONS(2765), + [anon_sym_LF] = ACTIONS(2765), + [anon_sym_CR] = ACTIONS(2765), + [anon_sym_CR_LF] = ACTIONS(2765), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3145), - [anon_sym_DOT] = ACTIONS(3145), - [anon_sym_as] = ACTIONS(3145), - [anon_sym_LBRACE] = ACTIONS(3145), - [anon_sym_COMMA] = ACTIONS(3145), - [anon_sym_RBRACE] = ACTIONS(3145), - [anon_sym_LPAREN] = ACTIONS(3145), - [anon_sym_PIPE] = ACTIONS(3145), - [anon_sym_fn] = ACTIONS(3145), - [anon_sym_PLUS] = ACTIONS(3145), - [anon_sym_DASH] = ACTIONS(3145), - [anon_sym_STAR] = ACTIONS(3145), - [anon_sym_SLASH] = ACTIONS(3145), - [anon_sym_PERCENT] = ACTIONS(3145), - [anon_sym_LT] = ACTIONS(3145), - [anon_sym_GT] = ACTIONS(3145), - [anon_sym_EQ_EQ] = ACTIONS(3145), - [anon_sym_BANG_EQ] = ACTIONS(3145), - [anon_sym_LT_EQ] = ACTIONS(3145), - [anon_sym_GT_EQ] = ACTIONS(3145), - [anon_sym_LBRACK] = ACTIONS(3143), - [anon_sym_struct] = ACTIONS(3145), - [anon_sym_mut] = ACTIONS(3145), - [anon_sym_PLUS_PLUS] = ACTIONS(3145), - [anon_sym_DASH_DASH] = ACTIONS(3145), - [anon_sym_QMARK] = ACTIONS(3145), - [anon_sym_BANG] = ACTIONS(3145), - [anon_sym_go] = ACTIONS(3145), - [anon_sym_spawn] = ACTIONS(3145), - [anon_sym_json_DOTdecode] = ACTIONS(3145), - [anon_sym_LBRACK2] = ACTIONS(3145), - [anon_sym_TILDE] = ACTIONS(3145), - [anon_sym_CARET] = ACTIONS(3145), - [anon_sym_AMP] = ACTIONS(3145), - [anon_sym_LT_DASH] = ACTIONS(3145), - [anon_sym_LT_LT] = ACTIONS(3145), - [anon_sym_GT_GT] = ACTIONS(3145), - [anon_sym_GT_GT_GT] = ACTIONS(3145), - [anon_sym_AMP_CARET] = ACTIONS(3145), - [anon_sym_AMP_AMP] = ACTIONS(3145), - [anon_sym_PIPE_PIPE] = ACTIONS(3145), - [anon_sym_or] = ACTIONS(3145), - [sym_none] = ACTIONS(3145), - [sym_true] = ACTIONS(3145), - [sym_false] = ACTIONS(3145), - [sym_nil] = ACTIONS(3145), - [anon_sym_QMARK_DOT] = ACTIONS(3145), - [anon_sym_POUND_LBRACK] = ACTIONS(3145), - [anon_sym_if] = ACTIONS(3145), - [anon_sym_DOLLARif] = ACTIONS(3145), - [anon_sym_is] = ACTIONS(3145), - [anon_sym_BANGis] = ACTIONS(3145), - [anon_sym_in] = ACTIONS(3145), - [anon_sym_BANGin] = ACTIONS(3145), - [anon_sym_match] = ACTIONS(3145), - [anon_sym_select] = ACTIONS(3145), - [anon_sym_lock] = ACTIONS(3145), - [anon_sym_rlock] = ACTIONS(3145), - [anon_sym_unsafe] = ACTIONS(3145), - [anon_sym_sql] = ACTIONS(3145), - [sym_int_literal] = ACTIONS(3145), - [sym_float_literal] = ACTIONS(3145), - [sym_rune_literal] = ACTIONS(3145), - [anon_sym_AT] = ACTIONS(3145), - [anon_sym_shared] = ACTIONS(3145), - [anon_sym_map_LBRACK] = ACTIONS(3145), - [anon_sym_chan] = ACTIONS(3145), - [anon_sym_thread] = ACTIONS(3145), - [anon_sym_atomic] = ACTIONS(3145), - [sym___double_quote] = ACTIONS(3145), - [sym___single_quote] = ACTIONS(3145), - [sym___c_double_quote] = ACTIONS(3145), - [sym___c_single_quote] = ACTIONS(3145), - [sym___r_double_quote] = ACTIONS(3145), - [sym___r_single_quote] = ACTIONS(3145), + [anon_sym_SEMI] = ACTIONS(2765), + [anon_sym_DOT] = ACTIONS(2765), + [anon_sym_as] = ACTIONS(2765), + [anon_sym_LBRACE] = ACTIONS(2765), + [anon_sym_COMMA] = ACTIONS(2765), + [anon_sym_RBRACE] = ACTIONS(2765), + [anon_sym_LPAREN] = ACTIONS(2765), + [anon_sym_PIPE] = ACTIONS(2765), + [anon_sym_fn] = ACTIONS(2765), + [anon_sym_PLUS] = ACTIONS(2765), + [anon_sym_DASH] = ACTIONS(2765), + [anon_sym_STAR] = ACTIONS(2765), + [anon_sym_SLASH] = ACTIONS(2765), + [anon_sym_PERCENT] = ACTIONS(2765), + [anon_sym_LT] = ACTIONS(2765), + [anon_sym_GT] = ACTIONS(2765), + [anon_sym_EQ_EQ] = ACTIONS(2765), + [anon_sym_BANG_EQ] = ACTIONS(2765), + [anon_sym_LT_EQ] = ACTIONS(2765), + [anon_sym_GT_EQ] = ACTIONS(2765), + [anon_sym_LBRACK] = ACTIONS(2763), + [anon_sym_LT2] = ACTIONS(2765), + [anon_sym_struct] = ACTIONS(2765), + [anon_sym_mut] = ACTIONS(2765), + [anon_sym_PLUS_PLUS] = ACTIONS(2765), + [anon_sym_DASH_DASH] = ACTIONS(2765), + [anon_sym_QMARK] = ACTIONS(2765), + [anon_sym_BANG] = ACTIONS(2765), + [anon_sym_go] = ACTIONS(2765), + [anon_sym_spawn] = ACTIONS(2765), + [anon_sym_json_DOTdecode] = ACTIONS(2765), + [anon_sym_LBRACK2] = ACTIONS(2765), + [anon_sym_TILDE] = ACTIONS(2765), + [anon_sym_CARET] = ACTIONS(2765), + [anon_sym_AMP] = ACTIONS(2765), + [anon_sym_LT_DASH] = ACTIONS(2765), + [anon_sym_LT_LT] = ACTIONS(2765), + [anon_sym_GT_GT] = ACTIONS(2765), + [anon_sym_GT_GT_GT] = ACTIONS(2765), + [anon_sym_AMP_CARET] = ACTIONS(2765), + [anon_sym_AMP_AMP] = ACTIONS(2765), + [anon_sym_PIPE_PIPE] = ACTIONS(2765), + [anon_sym_or] = ACTIONS(2765), + [sym_none] = ACTIONS(2765), + [sym_true] = ACTIONS(2765), + [sym_false] = ACTIONS(2765), + [sym_nil] = ACTIONS(2765), + [anon_sym_QMARK_DOT] = ACTIONS(2765), + [anon_sym_POUND_LBRACK] = ACTIONS(2765), + [anon_sym_if] = ACTIONS(2765), + [anon_sym_DOLLARif] = ACTIONS(2765), + [anon_sym_is] = ACTIONS(2765), + [anon_sym_BANGis] = ACTIONS(2765), + [anon_sym_in] = ACTIONS(2765), + [anon_sym_BANGin] = ACTIONS(2765), + [anon_sym_match] = ACTIONS(2765), + [anon_sym_select] = ACTIONS(2765), + [anon_sym_lock] = ACTIONS(2765), + [anon_sym_rlock] = ACTIONS(2765), + [anon_sym_unsafe] = ACTIONS(2765), + [anon_sym_sql] = ACTIONS(2765), + [sym_int_literal] = ACTIONS(2765), + [sym_float_literal] = ACTIONS(2765), + [sym_rune_literal] = ACTIONS(2765), + [anon_sym_AT] = ACTIONS(2765), + [anon_sym_shared] = ACTIONS(2765), + [anon_sym_map_LBRACK] = ACTIONS(2765), + [anon_sym_chan] = ACTIONS(2765), + [anon_sym_thread] = ACTIONS(2765), + [anon_sym_atomic] = ACTIONS(2765), + [sym___double_quote] = ACTIONS(2765), + [sym___single_quote] = ACTIONS(2765), + [sym___c_double_quote] = ACTIONS(2765), + [sym___c_single_quote] = ACTIONS(2765), + [sym___r_double_quote] = ACTIONS(2765), + [sym___r_single_quote] = ACTIONS(2765), }, [1266] = { - [sym_identifier] = ACTIONS(3069), - [anon_sym_LF] = ACTIONS(3069), - [anon_sym_CR] = ACTIONS(3069), - [anon_sym_CR_LF] = ACTIONS(3069), + [sym_identifier] = ACTIONS(3139), + [anon_sym_LF] = ACTIONS(3139), + [anon_sym_CR] = ACTIONS(3139), + [anon_sym_CR_LF] = ACTIONS(3139), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3069), - [anon_sym_DOT] = ACTIONS(3069), - [anon_sym_as] = ACTIONS(3069), - [anon_sym_LBRACE] = ACTIONS(3069), - [anon_sym_COMMA] = ACTIONS(3069), - [anon_sym_RBRACE] = ACTIONS(3069), - [anon_sym_LPAREN] = ACTIONS(3069), - [anon_sym_PIPE] = ACTIONS(3069), - [anon_sym_fn] = ACTIONS(3069), - [anon_sym_PLUS] = ACTIONS(3069), - [anon_sym_DASH] = ACTIONS(3069), - [anon_sym_STAR] = ACTIONS(3069), - [anon_sym_SLASH] = ACTIONS(3069), - [anon_sym_PERCENT] = ACTIONS(3069), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3069), - [anon_sym_EQ_EQ] = ACTIONS(3069), - [anon_sym_BANG_EQ] = ACTIONS(3069), - [anon_sym_LT_EQ] = ACTIONS(3069), - [anon_sym_GT_EQ] = ACTIONS(3069), - [anon_sym_LBRACK] = ACTIONS(3067), - [anon_sym_struct] = ACTIONS(3069), - [anon_sym_mut] = ACTIONS(3069), - [anon_sym_PLUS_PLUS] = ACTIONS(3069), - [anon_sym_DASH_DASH] = ACTIONS(3069), - [anon_sym_QMARK] = ACTIONS(3069), - [anon_sym_BANG] = ACTIONS(3069), - [anon_sym_go] = ACTIONS(3069), - [anon_sym_spawn] = ACTIONS(3069), - [anon_sym_json_DOTdecode] = ACTIONS(3069), - [anon_sym_LBRACK2] = ACTIONS(3069), - [anon_sym_TILDE] = ACTIONS(3069), - [anon_sym_CARET] = ACTIONS(3069), - [anon_sym_AMP] = ACTIONS(3069), - [anon_sym_LT_DASH] = ACTIONS(3069), - [anon_sym_LT_LT] = ACTIONS(3069), - [anon_sym_GT_GT] = ACTIONS(3069), - [anon_sym_GT_GT_GT] = ACTIONS(3069), - [anon_sym_AMP_CARET] = ACTIONS(3069), - [anon_sym_AMP_AMP] = ACTIONS(3069), - [anon_sym_PIPE_PIPE] = ACTIONS(3069), - [anon_sym_or] = ACTIONS(3069), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_QMARK_DOT] = ACTIONS(3069), - [anon_sym_POUND_LBRACK] = ACTIONS(3069), - [anon_sym_if] = ACTIONS(3069), - [anon_sym_DOLLARif] = ACTIONS(3069), - [anon_sym_is] = ACTIONS(3069), - [anon_sym_BANGis] = ACTIONS(3069), - [anon_sym_in] = ACTIONS(3069), - [anon_sym_BANGin] = ACTIONS(3069), - [anon_sym_match] = ACTIONS(3069), - [anon_sym_select] = ACTIONS(3069), - [anon_sym_lock] = ACTIONS(3069), - [anon_sym_rlock] = ACTIONS(3069), - [anon_sym_unsafe] = ACTIONS(3069), - [anon_sym_sql] = ACTIONS(3069), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3069), - [sym_rune_literal] = ACTIONS(3069), - [anon_sym_AT] = ACTIONS(3069), - [anon_sym_shared] = ACTIONS(3069), - [anon_sym_map_LBRACK] = ACTIONS(3069), - [anon_sym_chan] = ACTIONS(3069), - [anon_sym_thread] = ACTIONS(3069), - [anon_sym_atomic] = ACTIONS(3069), - [sym___double_quote] = ACTIONS(3069), - [sym___single_quote] = ACTIONS(3069), - [sym___c_double_quote] = ACTIONS(3069), - [sym___c_single_quote] = ACTIONS(3069), - [sym___r_double_quote] = ACTIONS(3069), - [sym___r_single_quote] = ACTIONS(3069), + [anon_sym_SEMI] = ACTIONS(3139), + [anon_sym_DOT] = ACTIONS(3139), + [anon_sym_as] = ACTIONS(3139), + [anon_sym_LBRACE] = ACTIONS(3139), + [anon_sym_COMMA] = ACTIONS(3139), + [anon_sym_RBRACE] = ACTIONS(3139), + [anon_sym_LPAREN] = ACTIONS(3139), + [anon_sym_PIPE] = ACTIONS(3139), + [anon_sym_fn] = ACTIONS(3139), + [anon_sym_PLUS] = ACTIONS(3139), + [anon_sym_DASH] = ACTIONS(3139), + [anon_sym_STAR] = ACTIONS(3139), + [anon_sym_SLASH] = ACTIONS(3139), + [anon_sym_PERCENT] = ACTIONS(3139), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3139), + [anon_sym_EQ_EQ] = ACTIONS(3139), + [anon_sym_BANG_EQ] = ACTIONS(3139), + [anon_sym_LT_EQ] = ACTIONS(3139), + [anon_sym_GT_EQ] = ACTIONS(3139), + [anon_sym_LBRACK] = ACTIONS(3137), + [anon_sym_LT2] = ACTIONS(3139), + [anon_sym_struct] = ACTIONS(3139), + [anon_sym_mut] = ACTIONS(3139), + [anon_sym_PLUS_PLUS] = ACTIONS(3139), + [anon_sym_DASH_DASH] = ACTIONS(3139), + [anon_sym_QMARK] = ACTIONS(3139), + [anon_sym_BANG] = ACTIONS(3139), + [anon_sym_go] = ACTIONS(3139), + [anon_sym_spawn] = ACTIONS(3139), + [anon_sym_json_DOTdecode] = ACTIONS(3139), + [anon_sym_LBRACK2] = ACTIONS(3139), + [anon_sym_TILDE] = ACTIONS(3139), + [anon_sym_CARET] = ACTIONS(3139), + [anon_sym_AMP] = ACTIONS(3139), + [anon_sym_LT_DASH] = ACTIONS(3139), + [anon_sym_LT_LT] = ACTIONS(3139), + [anon_sym_GT_GT] = ACTIONS(3139), + [anon_sym_GT_GT_GT] = ACTIONS(3139), + [anon_sym_AMP_CARET] = ACTIONS(3139), + [anon_sym_AMP_AMP] = ACTIONS(3139), + [anon_sym_PIPE_PIPE] = ACTIONS(3139), + [anon_sym_or] = ACTIONS(3139), + [sym_none] = ACTIONS(3139), + [sym_true] = ACTIONS(3139), + [sym_false] = ACTIONS(3139), + [sym_nil] = ACTIONS(3139), + [anon_sym_QMARK_DOT] = ACTIONS(3139), + [anon_sym_POUND_LBRACK] = ACTIONS(3139), + [anon_sym_if] = ACTIONS(3139), + [anon_sym_DOLLARif] = ACTIONS(3139), + [anon_sym_is] = ACTIONS(3139), + [anon_sym_BANGis] = ACTIONS(3139), + [anon_sym_in] = ACTIONS(3139), + [anon_sym_BANGin] = ACTIONS(3139), + [anon_sym_match] = ACTIONS(3139), + [anon_sym_select] = ACTIONS(3139), + [anon_sym_lock] = ACTIONS(3139), + [anon_sym_rlock] = ACTIONS(3139), + [anon_sym_unsafe] = ACTIONS(3139), + [anon_sym_sql] = ACTIONS(3139), + [sym_int_literal] = ACTIONS(3139), + [sym_float_literal] = ACTIONS(3139), + [sym_rune_literal] = ACTIONS(3139), + [anon_sym_AT] = ACTIONS(3139), + [anon_sym_shared] = ACTIONS(3139), + [anon_sym_map_LBRACK] = ACTIONS(3139), + [anon_sym_chan] = ACTIONS(3139), + [anon_sym_thread] = ACTIONS(3139), + [anon_sym_atomic] = ACTIONS(3139), + [sym___double_quote] = ACTIONS(3139), + [sym___single_quote] = ACTIONS(3139), + [sym___c_double_quote] = ACTIONS(3139), + [sym___c_single_quote] = ACTIONS(3139), + [sym___r_double_quote] = ACTIONS(3139), + [sym___r_single_quote] = ACTIONS(3139), }, [1267] = { - [sym_identifier] = ACTIONS(2848), - [anon_sym_LF] = ACTIONS(2848), - [anon_sym_CR] = ACTIONS(2848), - [anon_sym_CR_LF] = ACTIONS(2848), + [sym_identifier] = ACTIONS(3079), + [anon_sym_LF] = ACTIONS(3079), + [anon_sym_CR] = ACTIONS(3079), + [anon_sym_CR_LF] = ACTIONS(3079), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(2848), - [anon_sym_DOT] = ACTIONS(2848), - [anon_sym_as] = ACTIONS(2848), - [anon_sym_LBRACE] = ACTIONS(2848), - [anon_sym_COMMA] = ACTIONS(2848), - [anon_sym_RBRACE] = ACTIONS(2848), - [anon_sym_LPAREN] = ACTIONS(2848), - [anon_sym_PIPE] = ACTIONS(2848), - [anon_sym_fn] = ACTIONS(2848), - [anon_sym_PLUS] = ACTIONS(2848), - [anon_sym_DASH] = ACTIONS(2848), - [anon_sym_STAR] = ACTIONS(2848), - [anon_sym_SLASH] = ACTIONS(2848), - [anon_sym_PERCENT] = ACTIONS(2848), - [anon_sym_LT] = ACTIONS(2848), - [anon_sym_GT] = ACTIONS(2848), - [anon_sym_EQ_EQ] = ACTIONS(2848), - [anon_sym_BANG_EQ] = ACTIONS(2848), - [anon_sym_LT_EQ] = ACTIONS(2848), - [anon_sym_GT_EQ] = ACTIONS(2848), - [anon_sym_LBRACK] = ACTIONS(2846), - [anon_sym_struct] = ACTIONS(2848), - [anon_sym_mut] = ACTIONS(2848), - [anon_sym_PLUS_PLUS] = ACTIONS(2848), - [anon_sym_DASH_DASH] = ACTIONS(2848), - [anon_sym_QMARK] = ACTIONS(2848), - [anon_sym_BANG] = ACTIONS(2848), - [anon_sym_go] = ACTIONS(2848), - [anon_sym_spawn] = ACTIONS(2848), - [anon_sym_json_DOTdecode] = ACTIONS(2848), - [anon_sym_LBRACK2] = ACTIONS(2848), - [anon_sym_TILDE] = ACTIONS(2848), - [anon_sym_CARET] = ACTIONS(2848), - [anon_sym_AMP] = ACTIONS(2848), - [anon_sym_LT_DASH] = ACTIONS(2848), - [anon_sym_LT_LT] = ACTIONS(2848), - [anon_sym_GT_GT] = ACTIONS(2848), - [anon_sym_GT_GT_GT] = ACTIONS(2848), - [anon_sym_AMP_CARET] = ACTIONS(2848), - [anon_sym_AMP_AMP] = ACTIONS(2848), - [anon_sym_PIPE_PIPE] = ACTIONS(2848), - [anon_sym_or] = ACTIONS(2848), - [sym_none] = ACTIONS(2848), - [sym_true] = ACTIONS(2848), - [sym_false] = ACTIONS(2848), - [sym_nil] = ACTIONS(2848), - [anon_sym_QMARK_DOT] = ACTIONS(2848), - [anon_sym_POUND_LBRACK] = ACTIONS(2848), - [anon_sym_if] = ACTIONS(2848), - [anon_sym_DOLLARif] = ACTIONS(2848), - [anon_sym_is] = ACTIONS(2848), - [anon_sym_BANGis] = ACTIONS(2848), - [anon_sym_in] = ACTIONS(2848), - [anon_sym_BANGin] = ACTIONS(2848), - [anon_sym_match] = ACTIONS(2848), - [anon_sym_select] = ACTIONS(2848), - [anon_sym_lock] = ACTIONS(2848), - [anon_sym_rlock] = ACTIONS(2848), - [anon_sym_unsafe] = ACTIONS(2848), - [anon_sym_sql] = ACTIONS(2848), - [sym_int_literal] = ACTIONS(2848), - [sym_float_literal] = ACTIONS(2848), - [sym_rune_literal] = ACTIONS(2848), - [anon_sym_AT] = ACTIONS(2848), - [anon_sym_shared] = ACTIONS(2848), - [anon_sym_map_LBRACK] = ACTIONS(2848), - [anon_sym_chan] = ACTIONS(2848), - [anon_sym_thread] = ACTIONS(2848), - [anon_sym_atomic] = ACTIONS(2848), - [sym___double_quote] = ACTIONS(2848), - [sym___single_quote] = ACTIONS(2848), - [sym___c_double_quote] = ACTIONS(2848), - [sym___c_single_quote] = ACTIONS(2848), - [sym___r_double_quote] = ACTIONS(2848), - [sym___r_single_quote] = ACTIONS(2848), + [anon_sym_SEMI] = ACTIONS(3079), + [anon_sym_DOT] = ACTIONS(3079), + [anon_sym_as] = ACTIONS(3079), + [anon_sym_LBRACE] = ACTIONS(3079), + [anon_sym_COMMA] = ACTIONS(3079), + [anon_sym_RBRACE] = ACTIONS(3079), + [anon_sym_LPAREN] = ACTIONS(3079), + [anon_sym_PIPE] = ACTIONS(3079), + [anon_sym_fn] = ACTIONS(3079), + [anon_sym_PLUS] = ACTIONS(3079), + [anon_sym_DASH] = ACTIONS(3079), + [anon_sym_STAR] = ACTIONS(3079), + [anon_sym_SLASH] = ACTIONS(3079), + [anon_sym_PERCENT] = ACTIONS(3079), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3079), + [anon_sym_EQ_EQ] = ACTIONS(3079), + [anon_sym_BANG_EQ] = ACTIONS(3079), + [anon_sym_LT_EQ] = ACTIONS(3079), + [anon_sym_GT_EQ] = ACTIONS(3079), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_LT2] = ACTIONS(3079), + [anon_sym_struct] = ACTIONS(3079), + [anon_sym_mut] = ACTIONS(3079), + [anon_sym_PLUS_PLUS] = ACTIONS(3079), + [anon_sym_DASH_DASH] = ACTIONS(3079), + [anon_sym_QMARK] = ACTIONS(3079), + [anon_sym_BANG] = ACTIONS(3079), + [anon_sym_go] = ACTIONS(3079), + [anon_sym_spawn] = ACTIONS(3079), + [anon_sym_json_DOTdecode] = ACTIONS(3079), + [anon_sym_LBRACK2] = ACTIONS(3079), + [anon_sym_TILDE] = ACTIONS(3079), + [anon_sym_CARET] = ACTIONS(3079), + [anon_sym_AMP] = ACTIONS(3079), + [anon_sym_LT_DASH] = ACTIONS(3079), + [anon_sym_LT_LT] = ACTIONS(3079), + [anon_sym_GT_GT] = ACTIONS(3079), + [anon_sym_GT_GT_GT] = ACTIONS(3079), + [anon_sym_AMP_CARET] = ACTIONS(3079), + [anon_sym_AMP_AMP] = ACTIONS(3079), + [anon_sym_PIPE_PIPE] = ACTIONS(3079), + [anon_sym_or] = ACTIONS(3079), + [sym_none] = ACTIONS(3079), + [sym_true] = ACTIONS(3079), + [sym_false] = ACTIONS(3079), + [sym_nil] = ACTIONS(3079), + [anon_sym_QMARK_DOT] = ACTIONS(3079), + [anon_sym_POUND_LBRACK] = ACTIONS(3079), + [anon_sym_if] = ACTIONS(3079), + [anon_sym_DOLLARif] = ACTIONS(3079), + [anon_sym_is] = ACTIONS(3079), + [anon_sym_BANGis] = ACTIONS(3079), + [anon_sym_in] = ACTIONS(3079), + [anon_sym_BANGin] = ACTIONS(3079), + [anon_sym_match] = ACTIONS(3079), + [anon_sym_select] = ACTIONS(3079), + [anon_sym_lock] = ACTIONS(3079), + [anon_sym_rlock] = ACTIONS(3079), + [anon_sym_unsafe] = ACTIONS(3079), + [anon_sym_sql] = ACTIONS(3079), + [sym_int_literal] = ACTIONS(3079), + [sym_float_literal] = ACTIONS(3079), + [sym_rune_literal] = ACTIONS(3079), + [anon_sym_AT] = ACTIONS(3079), + [anon_sym_shared] = ACTIONS(3079), + [anon_sym_map_LBRACK] = ACTIONS(3079), + [anon_sym_chan] = ACTIONS(3079), + [anon_sym_thread] = ACTIONS(3079), + [anon_sym_atomic] = ACTIONS(3079), + [sym___double_quote] = ACTIONS(3079), + [sym___single_quote] = ACTIONS(3079), + [sym___c_double_quote] = ACTIONS(3079), + [sym___c_single_quote] = ACTIONS(3079), + [sym___r_double_quote] = ACTIONS(3079), + [sym___r_single_quote] = ACTIONS(3079), }, [1268] = { - [sym_identifier] = ACTIONS(3193), - [anon_sym_LF] = ACTIONS(3193), - [anon_sym_CR] = ACTIONS(3193), - [anon_sym_CR_LF] = ACTIONS(3193), + [sym_identifier] = ACTIONS(2769), + [anon_sym_LF] = ACTIONS(2769), + [anon_sym_CR] = ACTIONS(2769), + [anon_sym_CR_LF] = ACTIONS(2769), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3193), - [anon_sym_DOT] = ACTIONS(3193), - [anon_sym_as] = ACTIONS(3193), - [anon_sym_LBRACE] = ACTIONS(3193), - [anon_sym_COMMA] = ACTIONS(3193), - [anon_sym_RBRACE] = ACTIONS(3193), - [anon_sym_LPAREN] = ACTIONS(3193), - [anon_sym_PIPE] = ACTIONS(3193), - [anon_sym_fn] = ACTIONS(3193), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(3193), - [anon_sym_SLASH] = ACTIONS(3193), - [anon_sym_PERCENT] = ACTIONS(3193), - [anon_sym_LT] = ACTIONS(3193), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_EQ_EQ] = ACTIONS(3193), - [anon_sym_BANG_EQ] = ACTIONS(3193), - [anon_sym_LT_EQ] = ACTIONS(3193), - [anon_sym_GT_EQ] = ACTIONS(3193), - [anon_sym_LBRACK] = ACTIONS(3191), - [anon_sym_struct] = ACTIONS(3193), - [anon_sym_mut] = ACTIONS(3193), - [anon_sym_PLUS_PLUS] = ACTIONS(3193), - [anon_sym_DASH_DASH] = ACTIONS(3193), - [anon_sym_QMARK] = ACTIONS(3193), - [anon_sym_BANG] = ACTIONS(3193), - [anon_sym_go] = ACTIONS(3193), - [anon_sym_spawn] = ACTIONS(3193), - [anon_sym_json_DOTdecode] = ACTIONS(3193), - [anon_sym_LBRACK2] = ACTIONS(3193), - [anon_sym_TILDE] = ACTIONS(3193), - [anon_sym_CARET] = ACTIONS(3193), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_LT_DASH] = ACTIONS(3193), - [anon_sym_LT_LT] = ACTIONS(3193), - [anon_sym_GT_GT] = ACTIONS(3193), - [anon_sym_GT_GT_GT] = ACTIONS(3193), - [anon_sym_AMP_CARET] = ACTIONS(3193), - [anon_sym_AMP_AMP] = ACTIONS(3193), - [anon_sym_PIPE_PIPE] = ACTIONS(3193), - [anon_sym_or] = ACTIONS(3193), - [sym_none] = ACTIONS(3193), - [sym_true] = ACTIONS(3193), - [sym_false] = ACTIONS(3193), - [sym_nil] = ACTIONS(3193), - [anon_sym_QMARK_DOT] = ACTIONS(3193), - [anon_sym_POUND_LBRACK] = ACTIONS(3193), - [anon_sym_if] = ACTIONS(3193), - [anon_sym_DOLLARif] = ACTIONS(3193), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3193), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_BANGin] = ACTIONS(3193), - [anon_sym_match] = ACTIONS(3193), - [anon_sym_select] = ACTIONS(3193), - [anon_sym_lock] = ACTIONS(3193), - [anon_sym_rlock] = ACTIONS(3193), - [anon_sym_unsafe] = ACTIONS(3193), - [anon_sym_sql] = ACTIONS(3193), - [sym_int_literal] = ACTIONS(3193), - [sym_float_literal] = ACTIONS(3193), - [sym_rune_literal] = ACTIONS(3193), - [anon_sym_AT] = ACTIONS(3193), - [anon_sym_shared] = ACTIONS(3193), - [anon_sym_map_LBRACK] = ACTIONS(3193), - [anon_sym_chan] = ACTIONS(3193), - [anon_sym_thread] = ACTIONS(3193), - [anon_sym_atomic] = ACTIONS(3193), - [sym___double_quote] = ACTIONS(3193), - [sym___single_quote] = ACTIONS(3193), - [sym___c_double_quote] = ACTIONS(3193), - [sym___c_single_quote] = ACTIONS(3193), - [sym___r_double_quote] = ACTIONS(3193), - [sym___r_single_quote] = ACTIONS(3193), + [anon_sym_SEMI] = ACTIONS(2769), + [anon_sym_DOT] = ACTIONS(2769), + [anon_sym_as] = ACTIONS(2769), + [anon_sym_LBRACE] = ACTIONS(2769), + [anon_sym_COMMA] = ACTIONS(2769), + [anon_sym_RBRACE] = ACTIONS(2769), + [anon_sym_LPAREN] = ACTIONS(2769), + [anon_sym_PIPE] = ACTIONS(2769), + [anon_sym_fn] = ACTIONS(2769), + [anon_sym_PLUS] = ACTIONS(2769), + [anon_sym_DASH] = ACTIONS(2769), + [anon_sym_STAR] = ACTIONS(2769), + [anon_sym_SLASH] = ACTIONS(2769), + [anon_sym_PERCENT] = ACTIONS(2769), + [anon_sym_LT] = ACTIONS(2769), + [anon_sym_GT] = ACTIONS(2769), + [anon_sym_EQ_EQ] = ACTIONS(2769), + [anon_sym_BANG_EQ] = ACTIONS(2769), + [anon_sym_LT_EQ] = ACTIONS(2769), + [anon_sym_GT_EQ] = ACTIONS(2769), + [anon_sym_LBRACK] = ACTIONS(2767), + [anon_sym_LT2] = ACTIONS(2769), + [anon_sym_struct] = ACTIONS(2769), + [anon_sym_mut] = ACTIONS(2769), + [anon_sym_PLUS_PLUS] = ACTIONS(2769), + [anon_sym_DASH_DASH] = ACTIONS(2769), + [anon_sym_QMARK] = ACTIONS(2769), + [anon_sym_BANG] = ACTIONS(2769), + [anon_sym_go] = ACTIONS(2769), + [anon_sym_spawn] = ACTIONS(2769), + [anon_sym_json_DOTdecode] = ACTIONS(2769), + [anon_sym_LBRACK2] = ACTIONS(2769), + [anon_sym_TILDE] = ACTIONS(2769), + [anon_sym_CARET] = ACTIONS(2769), + [anon_sym_AMP] = ACTIONS(2769), + [anon_sym_LT_DASH] = ACTIONS(2769), + [anon_sym_LT_LT] = ACTIONS(2769), + [anon_sym_GT_GT] = ACTIONS(2769), + [anon_sym_GT_GT_GT] = ACTIONS(2769), + [anon_sym_AMP_CARET] = ACTIONS(2769), + [anon_sym_AMP_AMP] = ACTIONS(2769), + [anon_sym_PIPE_PIPE] = ACTIONS(2769), + [anon_sym_or] = ACTIONS(2769), + [sym_none] = ACTIONS(2769), + [sym_true] = ACTIONS(2769), + [sym_false] = ACTIONS(2769), + [sym_nil] = ACTIONS(2769), + [anon_sym_QMARK_DOT] = ACTIONS(2769), + [anon_sym_POUND_LBRACK] = ACTIONS(2769), + [anon_sym_if] = ACTIONS(2769), + [anon_sym_DOLLARif] = ACTIONS(2769), + [anon_sym_is] = ACTIONS(2769), + [anon_sym_BANGis] = ACTIONS(2769), + [anon_sym_in] = ACTIONS(2769), + [anon_sym_BANGin] = ACTIONS(2769), + [anon_sym_match] = ACTIONS(2769), + [anon_sym_select] = ACTIONS(2769), + [anon_sym_lock] = ACTIONS(2769), + [anon_sym_rlock] = ACTIONS(2769), + [anon_sym_unsafe] = ACTIONS(2769), + [anon_sym_sql] = ACTIONS(2769), + [sym_int_literal] = ACTIONS(2769), + [sym_float_literal] = ACTIONS(2769), + [sym_rune_literal] = ACTIONS(2769), + [anon_sym_AT] = ACTIONS(2769), + [anon_sym_shared] = ACTIONS(2769), + [anon_sym_map_LBRACK] = ACTIONS(2769), + [anon_sym_chan] = ACTIONS(2769), + [anon_sym_thread] = ACTIONS(2769), + [anon_sym_atomic] = ACTIONS(2769), + [sym___double_quote] = ACTIONS(2769), + [sym___single_quote] = ACTIONS(2769), + [sym___c_double_quote] = ACTIONS(2769), + [sym___c_single_quote] = ACTIONS(2769), + [sym___r_double_quote] = ACTIONS(2769), + [sym___r_single_quote] = ACTIONS(2769), }, [1269] = { - [sym_identifier] = ACTIONS(3129), - [anon_sym_LF] = ACTIONS(3129), - [anon_sym_CR] = ACTIONS(3129), - [anon_sym_CR_LF] = ACTIONS(3129), + [sym_identifier] = ACTIONS(2632), + [anon_sym_LF] = ACTIONS(2632), + [anon_sym_CR] = ACTIONS(2632), + [anon_sym_CR_LF] = ACTIONS(2632), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(3129), - [anon_sym_DOT] = ACTIONS(3129), - [anon_sym_as] = ACTIONS(3129), - [anon_sym_LBRACE] = ACTIONS(3129), - [anon_sym_COMMA] = ACTIONS(3129), - [anon_sym_RBRACE] = ACTIONS(3129), - [anon_sym_LPAREN] = ACTIONS(3129), - [anon_sym_PIPE] = ACTIONS(3129), - [anon_sym_fn] = ACTIONS(3129), - [anon_sym_PLUS] = ACTIONS(3129), - [anon_sym_DASH] = ACTIONS(3129), - [anon_sym_STAR] = ACTIONS(3129), - [anon_sym_SLASH] = ACTIONS(3129), - [anon_sym_PERCENT] = ACTIONS(3129), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3129), - [anon_sym_EQ_EQ] = ACTIONS(3129), - [anon_sym_BANG_EQ] = ACTIONS(3129), - [anon_sym_LT_EQ] = ACTIONS(3129), - [anon_sym_GT_EQ] = ACTIONS(3129), - [anon_sym_LBRACK] = ACTIONS(3127), - [anon_sym_struct] = ACTIONS(3129), - [anon_sym_mut] = ACTIONS(3129), - [anon_sym_PLUS_PLUS] = ACTIONS(3129), - [anon_sym_DASH_DASH] = ACTIONS(3129), - [anon_sym_QMARK] = ACTIONS(3129), - [anon_sym_BANG] = ACTIONS(3129), - [anon_sym_go] = ACTIONS(3129), - [anon_sym_spawn] = ACTIONS(3129), - [anon_sym_json_DOTdecode] = ACTIONS(3129), - [anon_sym_LBRACK2] = ACTIONS(3129), - [anon_sym_TILDE] = ACTIONS(3129), - [anon_sym_CARET] = ACTIONS(3129), - [anon_sym_AMP] = ACTIONS(3129), - [anon_sym_LT_DASH] = ACTIONS(3129), - [anon_sym_LT_LT] = ACTIONS(3129), - [anon_sym_GT_GT] = ACTIONS(3129), - [anon_sym_GT_GT_GT] = ACTIONS(3129), - [anon_sym_AMP_CARET] = ACTIONS(3129), - [anon_sym_AMP_AMP] = ACTIONS(3129), - [anon_sym_PIPE_PIPE] = ACTIONS(3129), - [anon_sym_or] = ACTIONS(3129), - [sym_none] = ACTIONS(3129), - [sym_true] = ACTIONS(3129), - [sym_false] = ACTIONS(3129), - [sym_nil] = ACTIONS(3129), - [anon_sym_QMARK_DOT] = ACTIONS(3129), - [anon_sym_POUND_LBRACK] = ACTIONS(3129), - [anon_sym_if] = ACTIONS(3129), - [anon_sym_DOLLARif] = ACTIONS(3129), - [anon_sym_is] = ACTIONS(3129), - [anon_sym_BANGis] = ACTIONS(3129), - [anon_sym_in] = ACTIONS(3129), - [anon_sym_BANGin] = ACTIONS(3129), - [anon_sym_match] = ACTIONS(3129), - [anon_sym_select] = ACTIONS(3129), - [anon_sym_lock] = ACTIONS(3129), - [anon_sym_rlock] = ACTIONS(3129), - [anon_sym_unsafe] = ACTIONS(3129), - [anon_sym_sql] = ACTIONS(3129), - [sym_int_literal] = ACTIONS(3129), - [sym_float_literal] = ACTIONS(3129), - [sym_rune_literal] = ACTIONS(3129), - [anon_sym_AT] = ACTIONS(3129), - [anon_sym_shared] = ACTIONS(3129), - [anon_sym_map_LBRACK] = ACTIONS(3129), - [anon_sym_chan] = ACTIONS(3129), - [anon_sym_thread] = ACTIONS(3129), - [anon_sym_atomic] = ACTIONS(3129), - [sym___double_quote] = ACTIONS(3129), - [sym___single_quote] = ACTIONS(3129), - [sym___c_double_quote] = ACTIONS(3129), - [sym___c_single_quote] = ACTIONS(3129), - [sym___r_double_quote] = ACTIONS(3129), - [sym___r_single_quote] = ACTIONS(3129), + [anon_sym_SEMI] = ACTIONS(2632), + [anon_sym_DOT] = ACTIONS(2632), + [anon_sym_as] = ACTIONS(2632), + [anon_sym_LBRACE] = ACTIONS(2632), + [anon_sym_COMMA] = ACTIONS(2632), + [anon_sym_RBRACE] = ACTIONS(2632), + [anon_sym_LPAREN] = ACTIONS(2632), + [anon_sym_PIPE] = ACTIONS(2632), + [anon_sym_fn] = ACTIONS(2632), + [anon_sym_PLUS] = ACTIONS(2632), + [anon_sym_DASH] = ACTIONS(2632), + [anon_sym_STAR] = ACTIONS(2632), + [anon_sym_SLASH] = ACTIONS(2632), + [anon_sym_PERCENT] = ACTIONS(2632), + [anon_sym_LT] = ACTIONS(2632), + [anon_sym_GT] = ACTIONS(2632), + [anon_sym_EQ_EQ] = ACTIONS(2632), + [anon_sym_BANG_EQ] = ACTIONS(2632), + [anon_sym_LT_EQ] = ACTIONS(2632), + [anon_sym_GT_EQ] = ACTIONS(2632), + [anon_sym_LBRACK] = ACTIONS(2630), + [anon_sym_LT2] = ACTIONS(2632), + [anon_sym_struct] = ACTIONS(2632), + [anon_sym_mut] = ACTIONS(2632), + [anon_sym_PLUS_PLUS] = ACTIONS(2632), + [anon_sym_DASH_DASH] = ACTIONS(2632), + [anon_sym_QMARK] = ACTIONS(2632), + [anon_sym_BANG] = ACTIONS(2632), + [anon_sym_go] = ACTIONS(2632), + [anon_sym_spawn] = ACTIONS(2632), + [anon_sym_json_DOTdecode] = ACTIONS(2632), + [anon_sym_LBRACK2] = ACTIONS(2632), + [anon_sym_TILDE] = ACTIONS(2632), + [anon_sym_CARET] = ACTIONS(2632), + [anon_sym_AMP] = ACTIONS(2632), + [anon_sym_LT_DASH] = ACTIONS(2632), + [anon_sym_LT_LT] = ACTIONS(2632), + [anon_sym_GT_GT] = ACTIONS(2632), + [anon_sym_GT_GT_GT] = ACTIONS(2632), + [anon_sym_AMP_CARET] = ACTIONS(2632), + [anon_sym_AMP_AMP] = ACTIONS(2632), + [anon_sym_PIPE_PIPE] = ACTIONS(2632), + [anon_sym_or] = ACTIONS(2632), + [sym_none] = ACTIONS(2632), + [sym_true] = ACTIONS(2632), + [sym_false] = ACTIONS(2632), + [sym_nil] = ACTIONS(2632), + [anon_sym_QMARK_DOT] = ACTIONS(2632), + [anon_sym_POUND_LBRACK] = ACTIONS(2632), + [anon_sym_if] = ACTIONS(2632), + [anon_sym_DOLLARif] = ACTIONS(2632), + [anon_sym_is] = ACTIONS(2632), + [anon_sym_BANGis] = ACTIONS(2632), + [anon_sym_in] = ACTIONS(2632), + [anon_sym_BANGin] = ACTIONS(2632), + [anon_sym_match] = ACTIONS(2632), + [anon_sym_select] = ACTIONS(2632), + [anon_sym_lock] = ACTIONS(2632), + [anon_sym_rlock] = ACTIONS(2632), + [anon_sym_unsafe] = ACTIONS(2632), + [anon_sym_sql] = ACTIONS(2632), + [sym_int_literal] = ACTIONS(2632), + [sym_float_literal] = ACTIONS(2632), + [sym_rune_literal] = ACTIONS(2632), + [anon_sym_AT] = ACTIONS(2632), + [anon_sym_shared] = ACTIONS(2632), + [anon_sym_map_LBRACK] = ACTIONS(2632), + [anon_sym_chan] = ACTIONS(2632), + [anon_sym_thread] = ACTIONS(2632), + [anon_sym_atomic] = ACTIONS(2632), + [sym___double_quote] = ACTIONS(2632), + [sym___single_quote] = ACTIONS(2632), + [sym___c_double_quote] = ACTIONS(2632), + [sym___c_single_quote] = ACTIONS(2632), + [sym___r_double_quote] = ACTIONS(2632), + [sym___r_single_quote] = ACTIONS(2632), }, [1270] = { - [sym_type_parameters] = STATE(4295), - [sym_argument_list] = STATE(1342), - [sym_or_block] = STATE(1343), - [sym_identifier] = ACTIONS(2164), + [sym_type_parameters] = STATE(4380), + [sym_argument_list] = STATE(1345), + [sym_or_block] = STATE(1346), + [sym_identifier] = ACTIONS(1788), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3596), - [anon_sym_as] = ACTIONS(2164), - [anon_sym_LBRACE] = ACTIONS(2162), - [anon_sym_COMMA] = ACTIONS(2162), - [anon_sym_LPAREN] = ACTIONS(3598), - [anon_sym_PIPE] = ACTIONS(2164), - [anon_sym_fn] = ACTIONS(2164), - [anon_sym_PLUS] = ACTIONS(2164), - [anon_sym_DASH] = ACTIONS(2164), - [anon_sym_STAR] = ACTIONS(2162), - [anon_sym_SLASH] = ACTIONS(2164), - [anon_sym_PERCENT] = ACTIONS(2162), - [anon_sym_LT] = ACTIONS(2164), - [anon_sym_GT] = ACTIONS(2164), - [anon_sym_EQ_EQ] = ACTIONS(2162), - [anon_sym_BANG_EQ] = ACTIONS(2162), - [anon_sym_LT_EQ] = ACTIONS(2162), - [anon_sym_GT_EQ] = ACTIONS(2162), - [anon_sym_LBRACK] = ACTIONS(3600), - [anon_sym_RBRACK] = ACTIONS(2162), - [anon_sym_struct] = ACTIONS(2164), - [anon_sym_mut] = ACTIONS(2164), - [anon_sym_PLUS_PLUS] = ACTIONS(2162), - [anon_sym_DASH_DASH] = ACTIONS(2162), - [anon_sym_QMARK] = ACTIONS(3602), - [anon_sym_BANG] = ACTIONS(3604), - [anon_sym_go] = ACTIONS(2164), - [anon_sym_spawn] = ACTIONS(2164), - [anon_sym_json_DOTdecode] = ACTIONS(2162), - [anon_sym_LBRACK2] = ACTIONS(3606), - [anon_sym_TILDE] = ACTIONS(2162), - [anon_sym_CARET] = ACTIONS(2162), - [anon_sym_AMP] = ACTIONS(2164), - [anon_sym_LT_DASH] = ACTIONS(2162), - [anon_sym_LT_LT] = ACTIONS(2162), - [anon_sym_GT_GT] = ACTIONS(2164), - [anon_sym_GT_GT_GT] = ACTIONS(2162), - [anon_sym_AMP_CARET] = ACTIONS(2162), - [anon_sym_AMP_AMP] = ACTIONS(2162), - [anon_sym_PIPE_PIPE] = ACTIONS(2162), - [anon_sym_or] = ACTIONS(2164), - [sym_none] = ACTIONS(2164), - [sym_true] = ACTIONS(2164), - [sym_false] = ACTIONS(2164), - [sym_nil] = ACTIONS(2164), - [anon_sym_QMARK_DOT] = ACTIONS(3608), - [anon_sym_POUND_LBRACK] = ACTIONS(3610), - [anon_sym_if] = ACTIONS(2164), - [anon_sym_DOLLARif] = ACTIONS(2164), - [anon_sym_is] = ACTIONS(2164), - [anon_sym_BANGis] = ACTIONS(2162), - [anon_sym_in] = ACTIONS(2164), - [anon_sym_BANGin] = ACTIONS(2162), - [anon_sym_match] = ACTIONS(2164), - [anon_sym_select] = ACTIONS(2164), - [anon_sym_lock] = ACTIONS(2164), - [anon_sym_rlock] = ACTIONS(2164), - [anon_sym_unsafe] = ACTIONS(2164), - [anon_sym_sql] = ACTIONS(2164), - [sym_int_literal] = ACTIONS(2164), - [sym_float_literal] = ACTIONS(2162), - [sym_rune_literal] = ACTIONS(2162), - [anon_sym_AT] = ACTIONS(2164), - [anon_sym_shared] = ACTIONS(2164), - [anon_sym_map_LBRACK] = ACTIONS(2162), - [anon_sym_chan] = ACTIONS(2164), - [anon_sym_thread] = ACTIONS(2164), - [anon_sym_atomic] = ACTIONS(2164), - [sym___double_quote] = ACTIONS(2162), - [sym___single_quote] = ACTIONS(2162), - [sym___c_double_quote] = ACTIONS(2162), - [sym___c_single_quote] = ACTIONS(2162), - [sym___r_double_quote] = ACTIONS(2162), - [sym___r_single_quote] = ACTIONS(2162), + [anon_sym_DOT] = ACTIONS(3598), + [anon_sym_as] = ACTIONS(1788), + [anon_sym_LBRACE] = ACTIONS(1786), + [anon_sym_COMMA] = ACTIONS(1786), + [anon_sym_LPAREN] = ACTIONS(3600), + [anon_sym_PIPE] = ACTIONS(1788), + [anon_sym_fn] = ACTIONS(1788), + [anon_sym_PLUS] = ACTIONS(1788), + [anon_sym_DASH] = ACTIONS(1788), + [anon_sym_STAR] = ACTIONS(1786), + [anon_sym_SLASH] = ACTIONS(1788), + [anon_sym_PERCENT] = ACTIONS(1786), + [anon_sym_LT] = ACTIONS(1788), + [anon_sym_GT] = ACTIONS(1788), + [anon_sym_EQ_EQ] = ACTIONS(1786), + [anon_sym_BANG_EQ] = ACTIONS(1786), + [anon_sym_LT_EQ] = ACTIONS(1786), + [anon_sym_GT_EQ] = ACTIONS(1786), + [anon_sym_LBRACK] = ACTIONS(3602), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_RBRACK] = ACTIONS(1786), + [anon_sym_struct] = ACTIONS(1788), + [anon_sym_mut] = ACTIONS(1788), + [anon_sym_PLUS_PLUS] = ACTIONS(1786), + [anon_sym_DASH_DASH] = ACTIONS(1786), + [anon_sym_QMARK] = ACTIONS(3604), + [anon_sym_BANG] = ACTIONS(3606), + [anon_sym_go] = ACTIONS(1788), + [anon_sym_spawn] = ACTIONS(1788), + [anon_sym_json_DOTdecode] = ACTIONS(1786), + [anon_sym_LBRACK2] = ACTIONS(3608), + [anon_sym_TILDE] = ACTIONS(1786), + [anon_sym_CARET] = ACTIONS(1786), + [anon_sym_AMP] = ACTIONS(1788), + [anon_sym_LT_DASH] = ACTIONS(1786), + [anon_sym_LT_LT] = ACTIONS(1786), + [anon_sym_GT_GT] = ACTIONS(1788), + [anon_sym_GT_GT_GT] = ACTIONS(1786), + [anon_sym_AMP_CARET] = ACTIONS(1786), + [anon_sym_AMP_AMP] = ACTIONS(1786), + [anon_sym_PIPE_PIPE] = ACTIONS(1786), + [anon_sym_or] = ACTIONS(1788), + [sym_none] = ACTIONS(1788), + [sym_true] = ACTIONS(1788), + [sym_false] = ACTIONS(1788), + [sym_nil] = ACTIONS(1788), + [anon_sym_QMARK_DOT] = ACTIONS(3610), + [anon_sym_POUND_LBRACK] = ACTIONS(3612), + [anon_sym_if] = ACTIONS(1788), + [anon_sym_DOLLARif] = ACTIONS(1788), + [anon_sym_is] = ACTIONS(1788), + [anon_sym_BANGis] = ACTIONS(1786), + [anon_sym_in] = ACTIONS(1788), + [anon_sym_BANGin] = ACTIONS(1786), + [anon_sym_match] = ACTIONS(1788), + [anon_sym_select] = ACTIONS(1788), + [anon_sym_lock] = ACTIONS(1788), + [anon_sym_rlock] = ACTIONS(1788), + [anon_sym_unsafe] = ACTIONS(1788), + [anon_sym_sql] = ACTIONS(1788), + [sym_int_literal] = ACTIONS(1788), + [sym_float_literal] = ACTIONS(1786), + [sym_rune_literal] = ACTIONS(1786), + [anon_sym_AT] = ACTIONS(1788), + [anon_sym_shared] = ACTIONS(1788), + [anon_sym_map_LBRACK] = ACTIONS(1786), + [anon_sym_chan] = ACTIONS(1788), + [anon_sym_thread] = ACTIONS(1788), + [anon_sym_atomic] = ACTIONS(1788), + [sym___double_quote] = ACTIONS(1786), + [sym___single_quote] = ACTIONS(1786), + [sym___c_double_quote] = ACTIONS(1786), + [sym___c_single_quote] = ACTIONS(1786), + [sym___r_double_quote] = ACTIONS(1786), + [sym___r_single_quote] = ACTIONS(1786), }, [1271] = { - [sym_type_parameters] = STATE(4295), - [sym_argument_list] = STATE(1342), - [sym_or_block] = STATE(1343), - [sym_identifier] = ACTIONS(2210), + [sym_type_parameters] = STATE(4380), + [sym_argument_list] = STATE(1345), + [sym_or_block] = STATE(1346), + [sym_identifier] = ACTIONS(1754), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3596), - [anon_sym_as] = ACTIONS(3612), - [anon_sym_LBRACE] = ACTIONS(2208), - [anon_sym_COMMA] = ACTIONS(2208), - [anon_sym_LPAREN] = ACTIONS(3598), - [anon_sym_PIPE] = ACTIONS(3614), - [anon_sym_fn] = ACTIONS(2210), - [anon_sym_PLUS] = ACTIONS(3614), - [anon_sym_DASH] = ACTIONS(3614), - [anon_sym_STAR] = ACTIONS(3616), - [anon_sym_SLASH] = ACTIONS(3618), - [anon_sym_PERCENT] = ACTIONS(3616), - [anon_sym_LT] = ACTIONS(3620), - [anon_sym_GT] = ACTIONS(3620), - [anon_sym_EQ_EQ] = ACTIONS(3622), - [anon_sym_BANG_EQ] = ACTIONS(3622), - [anon_sym_LT_EQ] = ACTIONS(3622), - [anon_sym_GT_EQ] = ACTIONS(3622), - [anon_sym_LBRACK] = ACTIONS(3600), - [anon_sym_RBRACK] = ACTIONS(2208), - [anon_sym_struct] = ACTIONS(2210), - [anon_sym_mut] = ACTIONS(2210), - [anon_sym_PLUS_PLUS] = ACTIONS(3624), - [anon_sym_DASH_DASH] = ACTIONS(3626), - [anon_sym_QMARK] = ACTIONS(3602), - [anon_sym_BANG] = ACTIONS(3604), - [anon_sym_go] = ACTIONS(2210), - [anon_sym_spawn] = ACTIONS(2210), - [anon_sym_json_DOTdecode] = ACTIONS(2208), - [anon_sym_LBRACK2] = ACTIONS(3606), - [anon_sym_TILDE] = ACTIONS(2208), - [anon_sym_CARET] = ACTIONS(3628), - [anon_sym_AMP] = ACTIONS(3618), - [anon_sym_LT_DASH] = ACTIONS(2208), - [anon_sym_LT_LT] = ACTIONS(3616), - [anon_sym_GT_GT] = ACTIONS(3618), - [anon_sym_GT_GT_GT] = ACTIONS(3616), - [anon_sym_AMP_CARET] = ACTIONS(3616), - [anon_sym_AMP_AMP] = ACTIONS(3630), - [anon_sym_PIPE_PIPE] = ACTIONS(3632), - [anon_sym_or] = ACTIONS(3634), - [sym_none] = ACTIONS(2210), - [sym_true] = ACTIONS(2210), - [sym_false] = ACTIONS(2210), - [sym_nil] = ACTIONS(2210), - [anon_sym_QMARK_DOT] = ACTIONS(3608), - [anon_sym_POUND_LBRACK] = ACTIONS(3610), - [anon_sym_if] = ACTIONS(2210), - [anon_sym_DOLLARif] = ACTIONS(2210), - [anon_sym_is] = ACTIONS(3636), - [anon_sym_BANGis] = ACTIONS(3638), - [anon_sym_in] = ACTIONS(3640), - [anon_sym_BANGin] = ACTIONS(3642), - [anon_sym_match] = ACTIONS(2210), - [anon_sym_select] = ACTIONS(2210), - [anon_sym_lock] = ACTIONS(2210), - [anon_sym_rlock] = ACTIONS(2210), - [anon_sym_unsafe] = ACTIONS(2210), - [anon_sym_sql] = ACTIONS(2210), - [sym_int_literal] = ACTIONS(2210), - [sym_float_literal] = ACTIONS(2208), - [sym_rune_literal] = ACTIONS(2208), - [anon_sym_AT] = ACTIONS(2210), - [anon_sym_shared] = ACTIONS(2210), - [anon_sym_map_LBRACK] = ACTIONS(2208), - [anon_sym_chan] = ACTIONS(2210), - [anon_sym_thread] = ACTIONS(2210), - [anon_sym_atomic] = ACTIONS(2210), - [sym___double_quote] = ACTIONS(2208), - [sym___single_quote] = ACTIONS(2208), - [sym___c_double_quote] = ACTIONS(2208), - [sym___c_single_quote] = ACTIONS(2208), - [sym___r_double_quote] = ACTIONS(2208), - [sym___r_single_quote] = ACTIONS(2208), + [anon_sym_DOT] = ACTIONS(3598), + [anon_sym_as] = ACTIONS(1754), + [anon_sym_LBRACE] = ACTIONS(1752), + [anon_sym_COMMA] = ACTIONS(1752), + [anon_sym_LPAREN] = ACTIONS(3600), + [anon_sym_PIPE] = ACTIONS(1754), + [anon_sym_fn] = ACTIONS(1754), + [anon_sym_PLUS] = ACTIONS(1754), + [anon_sym_DASH] = ACTIONS(1754), + [anon_sym_STAR] = ACTIONS(1752), + [anon_sym_SLASH] = ACTIONS(1754), + [anon_sym_PERCENT] = ACTIONS(1752), + [anon_sym_LT] = ACTIONS(1754), + [anon_sym_GT] = ACTIONS(1754), + [anon_sym_EQ_EQ] = ACTIONS(1752), + [anon_sym_BANG_EQ] = ACTIONS(1752), + [anon_sym_LT_EQ] = ACTIONS(1752), + [anon_sym_GT_EQ] = ACTIONS(1752), + [anon_sym_LBRACK] = ACTIONS(3602), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_RBRACK] = ACTIONS(1752), + [anon_sym_struct] = ACTIONS(1754), + [anon_sym_mut] = ACTIONS(1754), + [anon_sym_PLUS_PLUS] = ACTIONS(1752), + [anon_sym_DASH_DASH] = ACTIONS(1752), + [anon_sym_QMARK] = ACTIONS(3604), + [anon_sym_BANG] = ACTIONS(3606), + [anon_sym_go] = ACTIONS(1754), + [anon_sym_spawn] = ACTIONS(1754), + [anon_sym_json_DOTdecode] = ACTIONS(1752), + [anon_sym_LBRACK2] = ACTIONS(3608), + [anon_sym_TILDE] = ACTIONS(1752), + [anon_sym_CARET] = ACTIONS(1752), + [anon_sym_AMP] = ACTIONS(1754), + [anon_sym_LT_DASH] = ACTIONS(1752), + [anon_sym_LT_LT] = ACTIONS(1752), + [anon_sym_GT_GT] = ACTIONS(1754), + [anon_sym_GT_GT_GT] = ACTIONS(1752), + [anon_sym_AMP_CARET] = ACTIONS(1752), + [anon_sym_AMP_AMP] = ACTIONS(1752), + [anon_sym_PIPE_PIPE] = ACTIONS(1752), + [anon_sym_or] = ACTIONS(1754), + [sym_none] = ACTIONS(1754), + [sym_true] = ACTIONS(1754), + [sym_false] = ACTIONS(1754), + [sym_nil] = ACTIONS(1754), + [anon_sym_QMARK_DOT] = ACTIONS(3610), + [anon_sym_POUND_LBRACK] = ACTIONS(3612), + [anon_sym_if] = ACTIONS(1754), + [anon_sym_DOLLARif] = ACTIONS(1754), + [anon_sym_is] = ACTIONS(1754), + [anon_sym_BANGis] = ACTIONS(1752), + [anon_sym_in] = ACTIONS(1754), + [anon_sym_BANGin] = ACTIONS(1752), + [anon_sym_match] = ACTIONS(1754), + [anon_sym_select] = ACTIONS(1754), + [anon_sym_lock] = ACTIONS(1754), + [anon_sym_rlock] = ACTIONS(1754), + [anon_sym_unsafe] = ACTIONS(1754), + [anon_sym_sql] = ACTIONS(1754), + [sym_int_literal] = ACTIONS(1754), + [sym_float_literal] = ACTIONS(1752), + [sym_rune_literal] = ACTIONS(1752), + [anon_sym_AT] = ACTIONS(1754), + [anon_sym_shared] = ACTIONS(1754), + [anon_sym_map_LBRACK] = ACTIONS(1752), + [anon_sym_chan] = ACTIONS(1754), + [anon_sym_thread] = ACTIONS(1754), + [anon_sym_atomic] = ACTIONS(1754), + [sym___double_quote] = ACTIONS(1752), + [sym___single_quote] = ACTIONS(1752), + [sym___c_double_quote] = ACTIONS(1752), + [sym___c_single_quote] = ACTIONS(1752), + [sym___r_double_quote] = ACTIONS(1752), + [sym___r_single_quote] = ACTIONS(1752), }, [1272] = { - [sym_type_parameters] = STATE(4295), - [sym_argument_list] = STATE(1342), - [sym_or_block] = STATE(1343), - [sym_identifier] = ACTIONS(2220), + [sym_type_parameters] = STATE(4380), + [sym_argument_list] = STATE(1345), + [sym_or_block] = STATE(1346), + [sym_identifier] = ACTIONS(3614), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3596), - [anon_sym_as] = ACTIONS(3612), - [anon_sym_LBRACE] = ACTIONS(2218), - [anon_sym_COMMA] = ACTIONS(2218), - [anon_sym_LPAREN] = ACTIONS(3598), - [anon_sym_PIPE] = ACTIONS(3614), - [anon_sym_fn] = ACTIONS(2220), - [anon_sym_PLUS] = ACTIONS(3614), - [anon_sym_DASH] = ACTIONS(3614), - [anon_sym_STAR] = ACTIONS(3616), - [anon_sym_SLASH] = ACTIONS(3618), - [anon_sym_PERCENT] = ACTIONS(3616), - [anon_sym_LT] = ACTIONS(3620), - [anon_sym_GT] = ACTIONS(3620), - [anon_sym_EQ_EQ] = ACTIONS(3622), - [anon_sym_BANG_EQ] = ACTIONS(3622), - [anon_sym_LT_EQ] = ACTIONS(3622), - [anon_sym_GT_EQ] = ACTIONS(3622), - [anon_sym_LBRACK] = ACTIONS(3600), - [anon_sym_RBRACK] = ACTIONS(2218), - [anon_sym_struct] = ACTIONS(2220), - [anon_sym_mut] = ACTIONS(2220), - [anon_sym_PLUS_PLUS] = ACTIONS(3624), - [anon_sym_DASH_DASH] = ACTIONS(3626), - [anon_sym_QMARK] = ACTIONS(3602), - [anon_sym_BANG] = ACTIONS(3604), - [anon_sym_go] = ACTIONS(2220), - [anon_sym_spawn] = ACTIONS(2220), - [anon_sym_json_DOTdecode] = ACTIONS(2218), - [anon_sym_LBRACK2] = ACTIONS(3606), - [anon_sym_TILDE] = ACTIONS(2218), - [anon_sym_CARET] = ACTIONS(3628), - [anon_sym_AMP] = ACTIONS(3618), - [anon_sym_LT_DASH] = ACTIONS(2218), - [anon_sym_LT_LT] = ACTIONS(3616), - [anon_sym_GT_GT] = ACTIONS(3618), - [anon_sym_GT_GT_GT] = ACTIONS(3616), - [anon_sym_AMP_CARET] = ACTIONS(3616), - [anon_sym_AMP_AMP] = ACTIONS(3630), - [anon_sym_PIPE_PIPE] = ACTIONS(3632), - [anon_sym_or] = ACTIONS(3634), - [sym_none] = ACTIONS(2220), - [sym_true] = ACTIONS(2220), - [sym_false] = ACTIONS(2220), - [sym_nil] = ACTIONS(2220), - [anon_sym_QMARK_DOT] = ACTIONS(3608), - [anon_sym_POUND_LBRACK] = ACTIONS(3610), - [anon_sym_if] = ACTIONS(2220), - [anon_sym_DOLLARif] = ACTIONS(2220), - [anon_sym_is] = ACTIONS(3636), - [anon_sym_BANGis] = ACTIONS(3638), - [anon_sym_in] = ACTIONS(3640), - [anon_sym_BANGin] = ACTIONS(3642), - [anon_sym_match] = ACTIONS(2220), - [anon_sym_select] = ACTIONS(2220), - [anon_sym_lock] = ACTIONS(2220), - [anon_sym_rlock] = ACTIONS(2220), - [anon_sym_unsafe] = ACTIONS(2220), - [anon_sym_sql] = ACTIONS(2220), - [sym_int_literal] = ACTIONS(2220), - [sym_float_literal] = ACTIONS(2218), - [sym_rune_literal] = ACTIONS(2218), - [anon_sym_AT] = ACTIONS(2220), - [anon_sym_shared] = ACTIONS(2220), - [anon_sym_map_LBRACK] = ACTIONS(2218), - [anon_sym_chan] = ACTIONS(2220), - [anon_sym_thread] = ACTIONS(2220), - [anon_sym_atomic] = ACTIONS(2220), - [sym___double_quote] = ACTIONS(2218), - [sym___single_quote] = ACTIONS(2218), - [sym___c_double_quote] = ACTIONS(2218), - [sym___c_single_quote] = ACTIONS(2218), - [sym___r_double_quote] = ACTIONS(2218), - [sym___r_single_quote] = ACTIONS(2218), + [anon_sym_DOT] = ACTIONS(3598), + [anon_sym_as] = ACTIONS(3616), + [anon_sym_LBRACE] = ACTIONS(3618), + [anon_sym_COMMA] = ACTIONS(3620), + [anon_sym_LPAREN] = ACTIONS(3600), + [anon_sym_PIPE] = ACTIONS(3622), + [anon_sym_fn] = ACTIONS(3614), + [anon_sym_PLUS] = ACTIONS(3622), + [anon_sym_DASH] = ACTIONS(3622), + [anon_sym_STAR] = ACTIONS(3624), + [anon_sym_SLASH] = ACTIONS(3626), + [anon_sym_PERCENT] = ACTIONS(3624), + [anon_sym_LT] = ACTIONS(3628), + [anon_sym_GT] = ACTIONS(3628), + [anon_sym_EQ_EQ] = ACTIONS(3630), + [anon_sym_BANG_EQ] = ACTIONS(3630), + [anon_sym_LT_EQ] = ACTIONS(3630), + [anon_sym_GT_EQ] = ACTIONS(3630), + [anon_sym_LBRACK] = ACTIONS(3602), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_RBRACK] = ACTIONS(3618), + [anon_sym_struct] = ACTIONS(3614), + [anon_sym_mut] = ACTIONS(3614), + [anon_sym_PLUS_PLUS] = ACTIONS(3632), + [anon_sym_DASH_DASH] = ACTIONS(3634), + [anon_sym_QMARK] = ACTIONS(3604), + [anon_sym_BANG] = ACTIONS(3606), + [anon_sym_go] = ACTIONS(3614), + [anon_sym_spawn] = ACTIONS(3614), + [anon_sym_json_DOTdecode] = ACTIONS(3618), + [anon_sym_LBRACK2] = ACTIONS(3608), + [anon_sym_TILDE] = ACTIONS(3618), + [anon_sym_CARET] = ACTIONS(3636), + [anon_sym_AMP] = ACTIONS(3626), + [anon_sym_LT_DASH] = ACTIONS(3618), + [anon_sym_LT_LT] = ACTIONS(3624), + [anon_sym_GT_GT] = ACTIONS(3626), + [anon_sym_GT_GT_GT] = ACTIONS(3624), + [anon_sym_AMP_CARET] = ACTIONS(3624), + [anon_sym_AMP_AMP] = ACTIONS(3638), + [anon_sym_PIPE_PIPE] = ACTIONS(3640), + [anon_sym_or] = ACTIONS(3642), + [sym_none] = ACTIONS(3614), + [sym_true] = ACTIONS(3614), + [sym_false] = ACTIONS(3614), + [sym_nil] = ACTIONS(3614), + [anon_sym_QMARK_DOT] = ACTIONS(3610), + [anon_sym_POUND_LBRACK] = ACTIONS(3612), + [anon_sym_if] = ACTIONS(3614), + [anon_sym_DOLLARif] = ACTIONS(3614), + [anon_sym_is] = ACTIONS(3644), + [anon_sym_BANGis] = ACTIONS(3646), + [anon_sym_in] = ACTIONS(3648), + [anon_sym_BANGin] = ACTIONS(3650), + [anon_sym_match] = ACTIONS(3614), + [anon_sym_select] = ACTIONS(3614), + [anon_sym_lock] = ACTIONS(3614), + [anon_sym_rlock] = ACTIONS(3614), + [anon_sym_unsafe] = ACTIONS(3614), + [anon_sym_sql] = ACTIONS(3614), + [sym_int_literal] = ACTIONS(3614), + [sym_float_literal] = ACTIONS(3618), + [sym_rune_literal] = ACTIONS(3618), + [anon_sym_AT] = ACTIONS(3614), + [anon_sym_shared] = ACTIONS(3614), + [anon_sym_map_LBRACK] = ACTIONS(3618), + [anon_sym_chan] = ACTIONS(3614), + [anon_sym_thread] = ACTIONS(3614), + [anon_sym_atomic] = ACTIONS(3614), + [sym___double_quote] = ACTIONS(3618), + [sym___single_quote] = ACTIONS(3618), + [sym___c_double_quote] = ACTIONS(3618), + [sym___c_single_quote] = ACTIONS(3618), + [sym___r_double_quote] = ACTIONS(3618), + [sym___r_single_quote] = ACTIONS(3618), }, [1273] = { - [sym_type_parameters] = STATE(4295), - [sym_argument_list] = STATE(1342), - [sym_or_block] = STATE(1343), - [sym_identifier] = ACTIONS(2230), + [sym_type_parameters] = STATE(4380), + [sym_argument_list] = STATE(1345), + [sym_or_block] = STATE(1346), + [sym_identifier] = ACTIONS(1724), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3596), - [anon_sym_as] = ACTIONS(2230), - [anon_sym_LBRACE] = ACTIONS(2228), - [anon_sym_COMMA] = ACTIONS(2228), - [anon_sym_LPAREN] = ACTIONS(3598), - [anon_sym_PIPE] = ACTIONS(2230), - [anon_sym_fn] = ACTIONS(2230), - [anon_sym_PLUS] = ACTIONS(2230), - [anon_sym_DASH] = ACTIONS(2230), - [anon_sym_STAR] = ACTIONS(2228), - [anon_sym_SLASH] = ACTIONS(2230), - [anon_sym_PERCENT] = ACTIONS(2228), - [anon_sym_LT] = ACTIONS(2230), - [anon_sym_GT] = ACTIONS(2230), - [anon_sym_EQ_EQ] = ACTIONS(2228), - [anon_sym_BANG_EQ] = ACTIONS(2228), - [anon_sym_LT_EQ] = ACTIONS(2228), - [anon_sym_GT_EQ] = ACTIONS(2228), - [anon_sym_LBRACK] = ACTIONS(3600), - [anon_sym_RBRACK] = ACTIONS(2228), - [anon_sym_struct] = ACTIONS(2230), - [anon_sym_mut] = ACTIONS(2230), - [anon_sym_PLUS_PLUS] = ACTIONS(2228), - [anon_sym_DASH_DASH] = ACTIONS(2228), - [anon_sym_QMARK] = ACTIONS(3602), - [anon_sym_BANG] = ACTIONS(3604), - [anon_sym_go] = ACTIONS(2230), - [anon_sym_spawn] = ACTIONS(2230), - [anon_sym_json_DOTdecode] = ACTIONS(2228), - [anon_sym_LBRACK2] = ACTIONS(3606), - [anon_sym_TILDE] = ACTIONS(2228), - [anon_sym_CARET] = ACTIONS(2228), - [anon_sym_AMP] = ACTIONS(2230), - [anon_sym_LT_DASH] = ACTIONS(2228), - [anon_sym_LT_LT] = ACTIONS(2228), - [anon_sym_GT_GT] = ACTIONS(2230), - [anon_sym_GT_GT_GT] = ACTIONS(2228), - [anon_sym_AMP_CARET] = ACTIONS(2228), - [anon_sym_AMP_AMP] = ACTIONS(2228), - [anon_sym_PIPE_PIPE] = ACTIONS(2228), - [anon_sym_or] = ACTIONS(2230), - [sym_none] = ACTIONS(2230), - [sym_true] = ACTIONS(2230), - [sym_false] = ACTIONS(2230), - [sym_nil] = ACTIONS(2230), - [anon_sym_QMARK_DOT] = ACTIONS(3608), - [anon_sym_POUND_LBRACK] = ACTIONS(3610), - [anon_sym_if] = ACTIONS(2230), - [anon_sym_DOLLARif] = ACTIONS(2230), - [anon_sym_is] = ACTIONS(2230), - [anon_sym_BANGis] = ACTIONS(2228), - [anon_sym_in] = ACTIONS(2230), - [anon_sym_BANGin] = ACTIONS(2228), - [anon_sym_match] = ACTIONS(2230), - [anon_sym_select] = ACTIONS(2230), - [anon_sym_lock] = ACTIONS(2230), - [anon_sym_rlock] = ACTIONS(2230), - [anon_sym_unsafe] = ACTIONS(2230), - [anon_sym_sql] = ACTIONS(2230), - [sym_int_literal] = ACTIONS(2230), - [sym_float_literal] = ACTIONS(2228), - [sym_rune_literal] = ACTIONS(2228), - [anon_sym_AT] = ACTIONS(2230), - [anon_sym_shared] = ACTIONS(2230), - [anon_sym_map_LBRACK] = ACTIONS(2228), - [anon_sym_chan] = ACTIONS(2230), - [anon_sym_thread] = ACTIONS(2230), - [anon_sym_atomic] = ACTIONS(2230), - [sym___double_quote] = ACTIONS(2228), - [sym___single_quote] = ACTIONS(2228), - [sym___c_double_quote] = ACTIONS(2228), - [sym___c_single_quote] = ACTIONS(2228), - [sym___r_double_quote] = ACTIONS(2228), - [sym___r_single_quote] = ACTIONS(2228), + [anon_sym_DOT] = ACTIONS(3598), + [anon_sym_as] = ACTIONS(3616), + [anon_sym_LBRACE] = ACTIONS(1722), + [anon_sym_COMMA] = ACTIONS(1722), + [anon_sym_LPAREN] = ACTIONS(3600), + [anon_sym_PIPE] = ACTIONS(3622), + [anon_sym_fn] = ACTIONS(1724), + [anon_sym_PLUS] = ACTIONS(3622), + [anon_sym_DASH] = ACTIONS(3622), + [anon_sym_STAR] = ACTIONS(3624), + [anon_sym_SLASH] = ACTIONS(3626), + [anon_sym_PERCENT] = ACTIONS(3624), + [anon_sym_LT] = ACTIONS(3628), + [anon_sym_GT] = ACTIONS(3628), + [anon_sym_EQ_EQ] = ACTIONS(3630), + [anon_sym_BANG_EQ] = ACTIONS(3630), + [anon_sym_LT_EQ] = ACTIONS(3630), + [anon_sym_GT_EQ] = ACTIONS(3630), + [anon_sym_LBRACK] = ACTIONS(3602), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_RBRACK] = ACTIONS(1722), + [anon_sym_struct] = ACTIONS(1724), + [anon_sym_mut] = ACTIONS(1724), + [anon_sym_PLUS_PLUS] = ACTIONS(3632), + [anon_sym_DASH_DASH] = ACTIONS(3634), + [anon_sym_QMARK] = ACTIONS(3604), + [anon_sym_BANG] = ACTIONS(3606), + [anon_sym_go] = ACTIONS(1724), + [anon_sym_spawn] = ACTIONS(1724), + [anon_sym_json_DOTdecode] = ACTIONS(1722), + [anon_sym_LBRACK2] = ACTIONS(3608), + [anon_sym_TILDE] = ACTIONS(1722), + [anon_sym_CARET] = ACTIONS(3636), + [anon_sym_AMP] = ACTIONS(3626), + [anon_sym_LT_DASH] = ACTIONS(1722), + [anon_sym_LT_LT] = ACTIONS(3624), + [anon_sym_GT_GT] = ACTIONS(3626), + [anon_sym_GT_GT_GT] = ACTIONS(3624), + [anon_sym_AMP_CARET] = ACTIONS(3624), + [anon_sym_AMP_AMP] = ACTIONS(3638), + [anon_sym_PIPE_PIPE] = ACTIONS(3640), + [anon_sym_or] = ACTIONS(3642), + [sym_none] = ACTIONS(1724), + [sym_true] = ACTIONS(1724), + [sym_false] = ACTIONS(1724), + [sym_nil] = ACTIONS(1724), + [anon_sym_QMARK_DOT] = ACTIONS(3610), + [anon_sym_POUND_LBRACK] = ACTIONS(3612), + [anon_sym_if] = ACTIONS(1724), + [anon_sym_DOLLARif] = ACTIONS(1724), + [anon_sym_is] = ACTIONS(3644), + [anon_sym_BANGis] = ACTIONS(3646), + [anon_sym_in] = ACTIONS(3648), + [anon_sym_BANGin] = ACTIONS(3650), + [anon_sym_match] = ACTIONS(1724), + [anon_sym_select] = ACTIONS(1724), + [anon_sym_lock] = ACTIONS(1724), + [anon_sym_rlock] = ACTIONS(1724), + [anon_sym_unsafe] = ACTIONS(1724), + [anon_sym_sql] = ACTIONS(1724), + [sym_int_literal] = ACTIONS(1724), + [sym_float_literal] = ACTIONS(1722), + [sym_rune_literal] = ACTIONS(1722), + [anon_sym_AT] = ACTIONS(1724), + [anon_sym_shared] = ACTIONS(1724), + [anon_sym_map_LBRACK] = ACTIONS(1722), + [anon_sym_chan] = ACTIONS(1724), + [anon_sym_thread] = ACTIONS(1724), + [anon_sym_atomic] = ACTIONS(1724), + [sym___double_quote] = ACTIONS(1722), + [sym___single_quote] = ACTIONS(1722), + [sym___c_double_quote] = ACTIONS(1722), + [sym___c_single_quote] = ACTIONS(1722), + [sym___r_double_quote] = ACTIONS(1722), + [sym___r_single_quote] = ACTIONS(1722), }, [1274] = { - [sym_type_parameters] = STATE(4295), - [sym_argument_list] = STATE(1342), - [sym_or_block] = STATE(1343), - [sym_identifier] = ACTIONS(2076), + [sym_type_parameters] = STATE(4380), + [sym_argument_list] = STATE(1345), + [sym_or_block] = STATE(1346), + [sym_identifier] = ACTIONS(1730), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3596), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2074), - [anon_sym_COMMA] = ACTIONS(2074), - [anon_sym_LPAREN] = ACTIONS(3598), - [anon_sym_PIPE] = ACTIONS(2076), - [anon_sym_fn] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(2076), - [anon_sym_DASH] = ACTIONS(2076), - [anon_sym_STAR] = ACTIONS(3616), - [anon_sym_SLASH] = ACTIONS(3618), - [anon_sym_PERCENT] = ACTIONS(3616), - [anon_sym_LT] = ACTIONS(2076), - [anon_sym_GT] = ACTIONS(2076), - [anon_sym_EQ_EQ] = ACTIONS(2074), - [anon_sym_BANG_EQ] = ACTIONS(2074), - [anon_sym_LT_EQ] = ACTIONS(2074), - [anon_sym_GT_EQ] = ACTIONS(2074), - [anon_sym_LBRACK] = ACTIONS(3600), - [anon_sym_RBRACK] = ACTIONS(2074), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_mut] = ACTIONS(2076), - [anon_sym_PLUS_PLUS] = ACTIONS(2074), - [anon_sym_DASH_DASH] = ACTIONS(2074), - [anon_sym_QMARK] = ACTIONS(3602), - [anon_sym_BANG] = ACTIONS(3604), - [anon_sym_go] = ACTIONS(2076), - [anon_sym_spawn] = ACTIONS(2076), - [anon_sym_json_DOTdecode] = ACTIONS(2074), - [anon_sym_LBRACK2] = ACTIONS(3606), - [anon_sym_TILDE] = ACTIONS(2074), - [anon_sym_CARET] = ACTIONS(2074), - [anon_sym_AMP] = ACTIONS(3618), - [anon_sym_LT_DASH] = ACTIONS(2074), - [anon_sym_LT_LT] = ACTIONS(3616), - [anon_sym_GT_GT] = ACTIONS(3618), - [anon_sym_GT_GT_GT] = ACTIONS(3616), - [anon_sym_AMP_CARET] = ACTIONS(3616), - [anon_sym_AMP_AMP] = ACTIONS(2074), - [anon_sym_PIPE_PIPE] = ACTIONS(2074), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2076), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_nil] = ACTIONS(2076), - [anon_sym_QMARK_DOT] = ACTIONS(3608), - [anon_sym_POUND_LBRACK] = ACTIONS(3610), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_DOLLARif] = ACTIONS(2076), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2074), - [anon_sym_in] = ACTIONS(2076), - [anon_sym_BANGin] = ACTIONS(2074), - [anon_sym_match] = ACTIONS(2076), - [anon_sym_select] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2076), - [anon_sym_rlock] = ACTIONS(2076), - [anon_sym_unsafe] = ACTIONS(2076), - [anon_sym_sql] = ACTIONS(2076), - [sym_int_literal] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2074), - [sym_rune_literal] = ACTIONS(2074), - [anon_sym_AT] = ACTIONS(2076), - [anon_sym_shared] = ACTIONS(2076), - [anon_sym_map_LBRACK] = ACTIONS(2074), - [anon_sym_chan] = ACTIONS(2076), - [anon_sym_thread] = ACTIONS(2076), - [anon_sym_atomic] = ACTIONS(2076), - [sym___double_quote] = ACTIONS(2074), - [sym___single_quote] = ACTIONS(2074), - [sym___c_double_quote] = ACTIONS(2074), - [sym___c_single_quote] = ACTIONS(2074), - [sym___r_double_quote] = ACTIONS(2074), - [sym___r_single_quote] = ACTIONS(2074), + [anon_sym_DOT] = ACTIONS(3598), + [anon_sym_as] = ACTIONS(3616), + [anon_sym_LBRACE] = ACTIONS(1728), + [anon_sym_COMMA] = ACTIONS(1728), + [anon_sym_LPAREN] = ACTIONS(3600), + [anon_sym_PIPE] = ACTIONS(3622), + [anon_sym_fn] = ACTIONS(1730), + [anon_sym_PLUS] = ACTIONS(3622), + [anon_sym_DASH] = ACTIONS(3622), + [anon_sym_STAR] = ACTIONS(3624), + [anon_sym_SLASH] = ACTIONS(3626), + [anon_sym_PERCENT] = ACTIONS(3624), + [anon_sym_LT] = ACTIONS(3628), + [anon_sym_GT] = ACTIONS(3628), + [anon_sym_EQ_EQ] = ACTIONS(3630), + [anon_sym_BANG_EQ] = ACTIONS(3630), + [anon_sym_LT_EQ] = ACTIONS(3630), + [anon_sym_GT_EQ] = ACTIONS(3630), + [anon_sym_LBRACK] = ACTIONS(3602), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_RBRACK] = ACTIONS(1728), + [anon_sym_struct] = ACTIONS(1730), + [anon_sym_mut] = ACTIONS(1730), + [anon_sym_PLUS_PLUS] = ACTIONS(3632), + [anon_sym_DASH_DASH] = ACTIONS(3634), + [anon_sym_QMARK] = ACTIONS(3604), + [anon_sym_BANG] = ACTIONS(3606), + [anon_sym_go] = ACTIONS(1730), + [anon_sym_spawn] = ACTIONS(1730), + [anon_sym_json_DOTdecode] = ACTIONS(1728), + [anon_sym_LBRACK2] = ACTIONS(3608), + [anon_sym_TILDE] = ACTIONS(1728), + [anon_sym_CARET] = ACTIONS(3636), + [anon_sym_AMP] = ACTIONS(3626), + [anon_sym_LT_DASH] = ACTIONS(1728), + [anon_sym_LT_LT] = ACTIONS(3624), + [anon_sym_GT_GT] = ACTIONS(3626), + [anon_sym_GT_GT_GT] = ACTIONS(3624), + [anon_sym_AMP_CARET] = ACTIONS(3624), + [anon_sym_AMP_AMP] = ACTIONS(3638), + [anon_sym_PIPE_PIPE] = ACTIONS(3640), + [anon_sym_or] = ACTIONS(3642), + [sym_none] = ACTIONS(1730), + [sym_true] = ACTIONS(1730), + [sym_false] = ACTIONS(1730), + [sym_nil] = ACTIONS(1730), + [anon_sym_QMARK_DOT] = ACTIONS(3610), + [anon_sym_POUND_LBRACK] = ACTIONS(3612), + [anon_sym_if] = ACTIONS(1730), + [anon_sym_DOLLARif] = ACTIONS(1730), + [anon_sym_is] = ACTIONS(3644), + [anon_sym_BANGis] = ACTIONS(3646), + [anon_sym_in] = ACTIONS(3648), + [anon_sym_BANGin] = ACTIONS(3650), + [anon_sym_match] = ACTIONS(1730), + [anon_sym_select] = ACTIONS(1730), + [anon_sym_lock] = ACTIONS(1730), + [anon_sym_rlock] = ACTIONS(1730), + [anon_sym_unsafe] = ACTIONS(1730), + [anon_sym_sql] = ACTIONS(1730), + [sym_int_literal] = ACTIONS(1730), + [sym_float_literal] = ACTIONS(1728), + [sym_rune_literal] = ACTIONS(1728), + [anon_sym_AT] = ACTIONS(1730), + [anon_sym_shared] = ACTIONS(1730), + [anon_sym_map_LBRACK] = ACTIONS(1728), + [anon_sym_chan] = ACTIONS(1730), + [anon_sym_thread] = ACTIONS(1730), + [anon_sym_atomic] = ACTIONS(1730), + [sym___double_quote] = ACTIONS(1728), + [sym___single_quote] = ACTIONS(1728), + [sym___c_double_quote] = ACTIONS(1728), + [sym___c_single_quote] = ACTIONS(1728), + [sym___r_double_quote] = ACTIONS(1728), + [sym___r_single_quote] = ACTIONS(1728), }, [1275] = { - [sym_type_parameters] = STATE(4295), - [sym_argument_list] = STATE(1342), - [sym_or_block] = STATE(1343), - [sym_identifier] = ACTIONS(2076), + [sym_type_parameters] = STATE(4380), + [sym_argument_list] = STATE(1345), + [sym_or_block] = STATE(1346), + [sym_identifier] = ACTIONS(1964), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3596), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2074), - [anon_sym_COMMA] = ACTIONS(2074), - [anon_sym_LPAREN] = ACTIONS(3598), - [anon_sym_PIPE] = ACTIONS(2076), - [anon_sym_fn] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(2076), - [anon_sym_DASH] = ACTIONS(2076), - [anon_sym_STAR] = ACTIONS(2074), - [anon_sym_SLASH] = ACTIONS(2076), - [anon_sym_PERCENT] = ACTIONS(2074), - [anon_sym_LT] = ACTIONS(2076), - [anon_sym_GT] = ACTIONS(2076), - [anon_sym_EQ_EQ] = ACTIONS(2074), - [anon_sym_BANG_EQ] = ACTIONS(2074), - [anon_sym_LT_EQ] = ACTIONS(2074), - [anon_sym_GT_EQ] = ACTIONS(2074), - [anon_sym_LBRACK] = ACTIONS(3600), - [anon_sym_RBRACK] = ACTIONS(2074), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_mut] = ACTIONS(2076), - [anon_sym_PLUS_PLUS] = ACTIONS(2074), - [anon_sym_DASH_DASH] = ACTIONS(2074), - [anon_sym_QMARK] = ACTIONS(3602), - [anon_sym_BANG] = ACTIONS(3604), - [anon_sym_go] = ACTIONS(2076), - [anon_sym_spawn] = ACTIONS(2076), - [anon_sym_json_DOTdecode] = ACTIONS(2074), - [anon_sym_LBRACK2] = ACTIONS(3606), - [anon_sym_TILDE] = ACTIONS(2074), - [anon_sym_CARET] = ACTIONS(2074), - [anon_sym_AMP] = ACTIONS(2076), - [anon_sym_LT_DASH] = ACTIONS(2074), - [anon_sym_LT_LT] = ACTIONS(2074), - [anon_sym_GT_GT] = ACTIONS(2076), - [anon_sym_GT_GT_GT] = ACTIONS(2074), - [anon_sym_AMP_CARET] = ACTIONS(2074), - [anon_sym_AMP_AMP] = ACTIONS(2074), - [anon_sym_PIPE_PIPE] = ACTIONS(2074), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2076), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_nil] = ACTIONS(2076), - [anon_sym_QMARK_DOT] = ACTIONS(3608), - [anon_sym_POUND_LBRACK] = ACTIONS(3610), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_DOLLARif] = ACTIONS(2076), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2074), - [anon_sym_in] = ACTIONS(2076), - [anon_sym_BANGin] = ACTIONS(2074), - [anon_sym_match] = ACTIONS(2076), - [anon_sym_select] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2076), - [anon_sym_rlock] = ACTIONS(2076), - [anon_sym_unsafe] = ACTIONS(2076), - [anon_sym_sql] = ACTIONS(2076), - [sym_int_literal] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2074), - [sym_rune_literal] = ACTIONS(2074), - [anon_sym_AT] = ACTIONS(2076), - [anon_sym_shared] = ACTIONS(2076), - [anon_sym_map_LBRACK] = ACTIONS(2074), - [anon_sym_chan] = ACTIONS(2076), - [anon_sym_thread] = ACTIONS(2076), - [anon_sym_atomic] = ACTIONS(2076), - [sym___double_quote] = ACTIONS(2074), - [sym___single_quote] = ACTIONS(2074), - [sym___c_double_quote] = ACTIONS(2074), - [sym___c_single_quote] = ACTIONS(2074), - [sym___r_double_quote] = ACTIONS(2074), - [sym___r_single_quote] = ACTIONS(2074), + [anon_sym_DOT] = ACTIONS(3598), + [anon_sym_as] = ACTIONS(1964), + [anon_sym_LBRACE] = ACTIONS(1962), + [anon_sym_COMMA] = ACTIONS(1962), + [anon_sym_LPAREN] = ACTIONS(3600), + [anon_sym_PIPE] = ACTIONS(3622), + [anon_sym_fn] = ACTIONS(1964), + [anon_sym_PLUS] = ACTIONS(3622), + [anon_sym_DASH] = ACTIONS(3622), + [anon_sym_STAR] = ACTIONS(3624), + [anon_sym_SLASH] = ACTIONS(3626), + [anon_sym_PERCENT] = ACTIONS(3624), + [anon_sym_LT] = ACTIONS(1964), + [anon_sym_GT] = ACTIONS(1964), + [anon_sym_EQ_EQ] = ACTIONS(1962), + [anon_sym_BANG_EQ] = ACTIONS(1962), + [anon_sym_LT_EQ] = ACTIONS(1962), + [anon_sym_GT_EQ] = ACTIONS(1962), + [anon_sym_LBRACK] = ACTIONS(3602), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_RBRACK] = ACTIONS(1962), + [anon_sym_struct] = ACTIONS(1964), + [anon_sym_mut] = ACTIONS(1964), + [anon_sym_PLUS_PLUS] = ACTIONS(1962), + [anon_sym_DASH_DASH] = ACTIONS(1962), + [anon_sym_QMARK] = ACTIONS(3604), + [anon_sym_BANG] = ACTIONS(3606), + [anon_sym_go] = ACTIONS(1964), + [anon_sym_spawn] = ACTIONS(1964), + [anon_sym_json_DOTdecode] = ACTIONS(1962), + [anon_sym_LBRACK2] = ACTIONS(3608), + [anon_sym_TILDE] = ACTIONS(1962), + [anon_sym_CARET] = ACTIONS(3636), + [anon_sym_AMP] = ACTIONS(3626), + [anon_sym_LT_DASH] = ACTIONS(1962), + [anon_sym_LT_LT] = ACTIONS(3624), + [anon_sym_GT_GT] = ACTIONS(3626), + [anon_sym_GT_GT_GT] = ACTIONS(3624), + [anon_sym_AMP_CARET] = ACTIONS(3624), + [anon_sym_AMP_AMP] = ACTIONS(1962), + [anon_sym_PIPE_PIPE] = ACTIONS(1962), + [anon_sym_or] = ACTIONS(1964), + [sym_none] = ACTIONS(1964), + [sym_true] = ACTIONS(1964), + [sym_false] = ACTIONS(1964), + [sym_nil] = ACTIONS(1964), + [anon_sym_QMARK_DOT] = ACTIONS(3610), + [anon_sym_POUND_LBRACK] = ACTIONS(3612), + [anon_sym_if] = ACTIONS(1964), + [anon_sym_DOLLARif] = ACTIONS(1964), + [anon_sym_is] = ACTIONS(1964), + [anon_sym_BANGis] = ACTIONS(1962), + [anon_sym_in] = ACTIONS(1964), + [anon_sym_BANGin] = ACTIONS(1962), + [anon_sym_match] = ACTIONS(1964), + [anon_sym_select] = ACTIONS(1964), + [anon_sym_lock] = ACTIONS(1964), + [anon_sym_rlock] = ACTIONS(1964), + [anon_sym_unsafe] = ACTIONS(1964), + [anon_sym_sql] = ACTIONS(1964), + [sym_int_literal] = ACTIONS(1964), + [sym_float_literal] = ACTIONS(1962), + [sym_rune_literal] = ACTIONS(1962), + [anon_sym_AT] = ACTIONS(1964), + [anon_sym_shared] = ACTIONS(1964), + [anon_sym_map_LBRACK] = ACTIONS(1962), + [anon_sym_chan] = ACTIONS(1964), + [anon_sym_thread] = ACTIONS(1964), + [anon_sym_atomic] = ACTIONS(1964), + [sym___double_quote] = ACTIONS(1962), + [sym___single_quote] = ACTIONS(1962), + [sym___c_double_quote] = ACTIONS(1962), + [sym___c_single_quote] = ACTIONS(1962), + [sym___r_double_quote] = ACTIONS(1962), + [sym___r_single_quote] = ACTIONS(1962), }, [1276] = { - [sym_type_parameters] = STATE(4295), - [sym_argument_list] = STATE(1342), - [sym_or_block] = STATE(1343), - [sym_identifier] = ACTIONS(2076), + [sym_type_parameters] = STATE(4380), + [sym_argument_list] = STATE(1345), + [sym_or_block] = STATE(1346), + [sym_identifier] = ACTIONS(1958), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3596), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2074), - [anon_sym_COMMA] = ACTIONS(2074), - [anon_sym_LPAREN] = ACTIONS(3598), - [anon_sym_PIPE] = ACTIONS(3614), - [anon_sym_fn] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(3614), - [anon_sym_DASH] = ACTIONS(3614), - [anon_sym_STAR] = ACTIONS(3616), - [anon_sym_SLASH] = ACTIONS(3618), - [anon_sym_PERCENT] = ACTIONS(3616), - [anon_sym_LT] = ACTIONS(2076), - [anon_sym_GT] = ACTIONS(2076), - [anon_sym_EQ_EQ] = ACTIONS(2074), - [anon_sym_BANG_EQ] = ACTIONS(2074), - [anon_sym_LT_EQ] = ACTIONS(2074), - [anon_sym_GT_EQ] = ACTIONS(2074), - [anon_sym_LBRACK] = ACTIONS(3600), - [anon_sym_RBRACK] = ACTIONS(2074), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_mut] = ACTIONS(2076), - [anon_sym_PLUS_PLUS] = ACTIONS(2074), - [anon_sym_DASH_DASH] = ACTIONS(2074), - [anon_sym_QMARK] = ACTIONS(3602), - [anon_sym_BANG] = ACTIONS(3604), - [anon_sym_go] = ACTIONS(2076), - [anon_sym_spawn] = ACTIONS(2076), - [anon_sym_json_DOTdecode] = ACTIONS(2074), - [anon_sym_LBRACK2] = ACTIONS(3606), - [anon_sym_TILDE] = ACTIONS(2074), - [anon_sym_CARET] = ACTIONS(3628), - [anon_sym_AMP] = ACTIONS(3618), - [anon_sym_LT_DASH] = ACTIONS(2074), - [anon_sym_LT_LT] = ACTIONS(3616), - [anon_sym_GT_GT] = ACTIONS(3618), - [anon_sym_GT_GT_GT] = ACTIONS(3616), - [anon_sym_AMP_CARET] = ACTIONS(3616), - [anon_sym_AMP_AMP] = ACTIONS(2074), - [anon_sym_PIPE_PIPE] = ACTIONS(2074), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2076), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_nil] = ACTIONS(2076), - [anon_sym_QMARK_DOT] = ACTIONS(3608), - [anon_sym_POUND_LBRACK] = ACTIONS(3610), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_DOLLARif] = ACTIONS(2076), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2074), - [anon_sym_in] = ACTIONS(2076), - [anon_sym_BANGin] = ACTIONS(2074), - [anon_sym_match] = ACTIONS(2076), - [anon_sym_select] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2076), - [anon_sym_rlock] = ACTIONS(2076), - [anon_sym_unsafe] = ACTIONS(2076), - [anon_sym_sql] = ACTIONS(2076), - [sym_int_literal] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2074), - [sym_rune_literal] = ACTIONS(2074), - [anon_sym_AT] = ACTIONS(2076), - [anon_sym_shared] = ACTIONS(2076), - [anon_sym_map_LBRACK] = ACTIONS(2074), - [anon_sym_chan] = ACTIONS(2076), - [anon_sym_thread] = ACTIONS(2076), - [anon_sym_atomic] = ACTIONS(2076), - [sym___double_quote] = ACTIONS(2074), - [sym___single_quote] = ACTIONS(2074), - [sym___c_double_quote] = ACTIONS(2074), - [sym___c_single_quote] = ACTIONS(2074), - [sym___r_double_quote] = ACTIONS(2074), - [sym___r_single_quote] = ACTIONS(2074), + [anon_sym_DOT] = ACTIONS(3598), + [anon_sym_as] = ACTIONS(1958), + [anon_sym_LBRACE] = ACTIONS(1956), + [anon_sym_COMMA] = ACTIONS(1956), + [anon_sym_LPAREN] = ACTIONS(3600), + [anon_sym_PIPE] = ACTIONS(3622), + [anon_sym_fn] = ACTIONS(1958), + [anon_sym_PLUS] = ACTIONS(3622), + [anon_sym_DASH] = ACTIONS(3622), + [anon_sym_STAR] = ACTIONS(3624), + [anon_sym_SLASH] = ACTIONS(3626), + [anon_sym_PERCENT] = ACTIONS(3624), + [anon_sym_LT] = ACTIONS(1958), + [anon_sym_GT] = ACTIONS(1958), + [anon_sym_EQ_EQ] = ACTIONS(1956), + [anon_sym_BANG_EQ] = ACTIONS(1956), + [anon_sym_LT_EQ] = ACTIONS(1956), + [anon_sym_GT_EQ] = ACTIONS(1956), + [anon_sym_LBRACK] = ACTIONS(3602), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_RBRACK] = ACTIONS(1956), + [anon_sym_struct] = ACTIONS(1958), + [anon_sym_mut] = ACTIONS(1958), + [anon_sym_PLUS_PLUS] = ACTIONS(1956), + [anon_sym_DASH_DASH] = ACTIONS(1956), + [anon_sym_QMARK] = ACTIONS(3604), + [anon_sym_BANG] = ACTIONS(3606), + [anon_sym_go] = ACTIONS(1958), + [anon_sym_spawn] = ACTIONS(1958), + [anon_sym_json_DOTdecode] = ACTIONS(1956), + [anon_sym_LBRACK2] = ACTIONS(3608), + [anon_sym_TILDE] = ACTIONS(1956), + [anon_sym_CARET] = ACTIONS(3636), + [anon_sym_AMP] = ACTIONS(3626), + [anon_sym_LT_DASH] = ACTIONS(1956), + [anon_sym_LT_LT] = ACTIONS(3624), + [anon_sym_GT_GT] = ACTIONS(3626), + [anon_sym_GT_GT_GT] = ACTIONS(3624), + [anon_sym_AMP_CARET] = ACTIONS(3624), + [anon_sym_AMP_AMP] = ACTIONS(1956), + [anon_sym_PIPE_PIPE] = ACTIONS(1956), + [anon_sym_or] = ACTIONS(1958), + [sym_none] = ACTIONS(1958), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [sym_nil] = ACTIONS(1958), + [anon_sym_QMARK_DOT] = ACTIONS(3610), + [anon_sym_POUND_LBRACK] = ACTIONS(3612), + [anon_sym_if] = ACTIONS(1958), + [anon_sym_DOLLARif] = ACTIONS(1958), + [anon_sym_is] = ACTIONS(1958), + [anon_sym_BANGis] = ACTIONS(1956), + [anon_sym_in] = ACTIONS(1958), + [anon_sym_BANGin] = ACTIONS(1956), + [anon_sym_match] = ACTIONS(1958), + [anon_sym_select] = ACTIONS(1958), + [anon_sym_lock] = ACTIONS(1958), + [anon_sym_rlock] = ACTIONS(1958), + [anon_sym_unsafe] = ACTIONS(1958), + [anon_sym_sql] = ACTIONS(1958), + [sym_int_literal] = ACTIONS(1958), + [sym_float_literal] = ACTIONS(1956), + [sym_rune_literal] = ACTIONS(1956), + [anon_sym_AT] = ACTIONS(1958), + [anon_sym_shared] = ACTIONS(1958), + [anon_sym_map_LBRACK] = ACTIONS(1956), + [anon_sym_chan] = ACTIONS(1958), + [anon_sym_thread] = ACTIONS(1958), + [anon_sym_atomic] = ACTIONS(1958), + [sym___double_quote] = ACTIONS(1956), + [sym___single_quote] = ACTIONS(1956), + [sym___c_double_quote] = ACTIONS(1956), + [sym___c_single_quote] = ACTIONS(1956), + [sym___r_double_quote] = ACTIONS(1956), + [sym___r_single_quote] = ACTIONS(1956), }, [1277] = { - [sym_type_parameters] = STATE(4295), - [sym_argument_list] = STATE(1342), - [sym_or_block] = STATE(1343), - [sym_identifier] = ACTIONS(2076), + [sym_type_parameters] = STATE(4380), + [sym_argument_list] = STATE(1345), + [sym_or_block] = STATE(1346), + [sym_identifier] = ACTIONS(1782), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3596), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2074), - [anon_sym_COMMA] = ACTIONS(2074), - [anon_sym_LPAREN] = ACTIONS(3598), - [anon_sym_PIPE] = ACTIONS(3614), - [anon_sym_fn] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(3614), - [anon_sym_DASH] = ACTIONS(3614), - [anon_sym_STAR] = ACTIONS(3616), - [anon_sym_SLASH] = ACTIONS(3618), - [anon_sym_PERCENT] = ACTIONS(3616), - [anon_sym_LT] = ACTIONS(3620), - [anon_sym_GT] = ACTIONS(3620), - [anon_sym_EQ_EQ] = ACTIONS(3622), - [anon_sym_BANG_EQ] = ACTIONS(3622), - [anon_sym_LT_EQ] = ACTIONS(3622), - [anon_sym_GT_EQ] = ACTIONS(3622), - [anon_sym_LBRACK] = ACTIONS(3600), - [anon_sym_RBRACK] = ACTIONS(2074), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_mut] = ACTIONS(2076), - [anon_sym_PLUS_PLUS] = ACTIONS(2074), - [anon_sym_DASH_DASH] = ACTIONS(2074), - [anon_sym_QMARK] = ACTIONS(3602), - [anon_sym_BANG] = ACTIONS(3604), - [anon_sym_go] = ACTIONS(2076), - [anon_sym_spawn] = ACTIONS(2076), - [anon_sym_json_DOTdecode] = ACTIONS(2074), - [anon_sym_LBRACK2] = ACTIONS(3606), - [anon_sym_TILDE] = ACTIONS(2074), - [anon_sym_CARET] = ACTIONS(3628), - [anon_sym_AMP] = ACTIONS(3618), - [anon_sym_LT_DASH] = ACTIONS(2074), - [anon_sym_LT_LT] = ACTIONS(3616), - [anon_sym_GT_GT] = ACTIONS(3618), - [anon_sym_GT_GT_GT] = ACTIONS(3616), - [anon_sym_AMP_CARET] = ACTIONS(3616), - [anon_sym_AMP_AMP] = ACTIONS(2074), - [anon_sym_PIPE_PIPE] = ACTIONS(2074), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2076), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_nil] = ACTIONS(2076), - [anon_sym_QMARK_DOT] = ACTIONS(3608), - [anon_sym_POUND_LBRACK] = ACTIONS(3610), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_DOLLARif] = ACTIONS(2076), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2074), - [anon_sym_in] = ACTIONS(3640), - [anon_sym_BANGin] = ACTIONS(3642), - [anon_sym_match] = ACTIONS(2076), - [anon_sym_select] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2076), - [anon_sym_rlock] = ACTIONS(2076), - [anon_sym_unsafe] = ACTIONS(2076), - [anon_sym_sql] = ACTIONS(2076), - [sym_int_literal] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2074), - [sym_rune_literal] = ACTIONS(2074), - [anon_sym_AT] = ACTIONS(2076), - [anon_sym_shared] = ACTIONS(2076), - [anon_sym_map_LBRACK] = ACTIONS(2074), - [anon_sym_chan] = ACTIONS(2076), - [anon_sym_thread] = ACTIONS(2076), - [anon_sym_atomic] = ACTIONS(2076), - [sym___double_quote] = ACTIONS(2074), - [sym___single_quote] = ACTIONS(2074), - [sym___c_double_quote] = ACTIONS(2074), - [sym___c_single_quote] = ACTIONS(2074), - [sym___r_double_quote] = ACTIONS(2074), - [sym___r_single_quote] = ACTIONS(2074), + [anon_sym_DOT] = ACTIONS(3598), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1796), + [anon_sym_COMMA] = ACTIONS(1796), + [anon_sym_LPAREN] = ACTIONS(3600), + [anon_sym_PIPE] = ACTIONS(3622), + [anon_sym_fn] = ACTIONS(1782), + [anon_sym_PLUS] = ACTIONS(3622), + [anon_sym_DASH] = ACTIONS(3622), + [anon_sym_STAR] = ACTIONS(3624), + [anon_sym_SLASH] = ACTIONS(3626), + [anon_sym_PERCENT] = ACTIONS(3624), + [anon_sym_LT] = ACTIONS(3628), + [anon_sym_GT] = ACTIONS(3628), + [anon_sym_EQ_EQ] = ACTIONS(3630), + [anon_sym_BANG_EQ] = ACTIONS(3630), + [anon_sym_LT_EQ] = ACTIONS(3630), + [anon_sym_GT_EQ] = ACTIONS(3630), + [anon_sym_LBRACK] = ACTIONS(3602), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_RBRACK] = ACTIONS(1796), + [anon_sym_struct] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1796), + [anon_sym_DASH_DASH] = ACTIONS(1796), + [anon_sym_QMARK] = ACTIONS(3604), + [anon_sym_BANG] = ACTIONS(3606), + [anon_sym_go] = ACTIONS(1782), + [anon_sym_spawn] = ACTIONS(1782), + [anon_sym_json_DOTdecode] = ACTIONS(1796), + [anon_sym_LBRACK2] = ACTIONS(3608), + [anon_sym_TILDE] = ACTIONS(1796), + [anon_sym_CARET] = ACTIONS(3636), + [anon_sym_AMP] = ACTIONS(3626), + [anon_sym_LT_DASH] = ACTIONS(1796), + [anon_sym_LT_LT] = ACTIONS(3624), + [anon_sym_GT_GT] = ACTIONS(3626), + [anon_sym_GT_GT_GT] = ACTIONS(3624), + [anon_sym_AMP_CARET] = ACTIONS(3624), + [anon_sym_AMP_AMP] = ACTIONS(3638), + [anon_sym_PIPE_PIPE] = ACTIONS(1796), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1782), + [sym_true] = ACTIONS(1782), + [sym_false] = ACTIONS(1782), + [sym_nil] = ACTIONS(1782), + [anon_sym_QMARK_DOT] = ACTIONS(3610), + [anon_sym_POUND_LBRACK] = ACTIONS(3612), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_DOLLARif] = ACTIONS(1782), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(3648), + [anon_sym_BANGin] = ACTIONS(3650), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_select] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1782), + [anon_sym_rlock] = ACTIONS(1782), + [anon_sym_unsafe] = ACTIONS(1782), + [anon_sym_sql] = ACTIONS(1782), + [sym_int_literal] = ACTIONS(1782), + [sym_float_literal] = ACTIONS(1796), + [sym_rune_literal] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(1782), + [anon_sym_shared] = ACTIONS(1782), + [anon_sym_map_LBRACK] = ACTIONS(1796), + [anon_sym_chan] = ACTIONS(1782), + [anon_sym_thread] = ACTIONS(1782), + [anon_sym_atomic] = ACTIONS(1782), + [sym___double_quote] = ACTIONS(1796), + [sym___single_quote] = ACTIONS(1796), + [sym___c_double_quote] = ACTIONS(1796), + [sym___c_single_quote] = ACTIONS(1796), + [sym___r_double_quote] = ACTIONS(1796), + [sym___r_single_quote] = ACTIONS(1796), }, [1278] = { - [sym_type_parameters] = STATE(4295), - [sym_argument_list] = STATE(1342), - [sym_or_block] = STATE(1343), - [sym_identifier] = ACTIONS(2076), + [sym_type_parameters] = STATE(4380), + [sym_argument_list] = STATE(1345), + [sym_or_block] = STATE(1346), + [sym_identifier] = ACTIONS(1782), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3596), - [anon_sym_as] = ACTIONS(2076), - [anon_sym_LBRACE] = ACTIONS(2074), - [anon_sym_COMMA] = ACTIONS(2074), - [anon_sym_LPAREN] = ACTIONS(3598), - [anon_sym_PIPE] = ACTIONS(3614), - [anon_sym_fn] = ACTIONS(2076), - [anon_sym_PLUS] = ACTIONS(3614), - [anon_sym_DASH] = ACTIONS(3614), - [anon_sym_STAR] = ACTIONS(3616), - [anon_sym_SLASH] = ACTIONS(3618), - [anon_sym_PERCENT] = ACTIONS(3616), - [anon_sym_LT] = ACTIONS(3620), - [anon_sym_GT] = ACTIONS(3620), - [anon_sym_EQ_EQ] = ACTIONS(3622), - [anon_sym_BANG_EQ] = ACTIONS(3622), - [anon_sym_LT_EQ] = ACTIONS(3622), - [anon_sym_GT_EQ] = ACTIONS(3622), - [anon_sym_LBRACK] = ACTIONS(3600), - [anon_sym_RBRACK] = ACTIONS(2074), - [anon_sym_struct] = ACTIONS(2076), - [anon_sym_mut] = ACTIONS(2076), - [anon_sym_PLUS_PLUS] = ACTIONS(2074), - [anon_sym_DASH_DASH] = ACTIONS(2074), - [anon_sym_QMARK] = ACTIONS(3602), - [anon_sym_BANG] = ACTIONS(3604), - [anon_sym_go] = ACTIONS(2076), - [anon_sym_spawn] = ACTIONS(2076), - [anon_sym_json_DOTdecode] = ACTIONS(2074), - [anon_sym_LBRACK2] = ACTIONS(3606), - [anon_sym_TILDE] = ACTIONS(2074), - [anon_sym_CARET] = ACTIONS(3628), - [anon_sym_AMP] = ACTIONS(3618), - [anon_sym_LT_DASH] = ACTIONS(2074), - [anon_sym_LT_LT] = ACTIONS(3616), - [anon_sym_GT_GT] = ACTIONS(3618), - [anon_sym_GT_GT_GT] = ACTIONS(3616), - [anon_sym_AMP_CARET] = ACTIONS(3616), - [anon_sym_AMP_AMP] = ACTIONS(3630), - [anon_sym_PIPE_PIPE] = ACTIONS(2074), - [anon_sym_or] = ACTIONS(2076), - [sym_none] = ACTIONS(2076), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_nil] = ACTIONS(2076), - [anon_sym_QMARK_DOT] = ACTIONS(3608), - [anon_sym_POUND_LBRACK] = ACTIONS(3610), - [anon_sym_if] = ACTIONS(2076), - [anon_sym_DOLLARif] = ACTIONS(2076), - [anon_sym_is] = ACTIONS(2076), - [anon_sym_BANGis] = ACTIONS(2074), - [anon_sym_in] = ACTIONS(3640), - [anon_sym_BANGin] = ACTIONS(3642), - [anon_sym_match] = ACTIONS(2076), - [anon_sym_select] = ACTIONS(2076), - [anon_sym_lock] = ACTIONS(2076), - [anon_sym_rlock] = ACTIONS(2076), - [anon_sym_unsafe] = ACTIONS(2076), - [anon_sym_sql] = ACTIONS(2076), - [sym_int_literal] = ACTIONS(2076), - [sym_float_literal] = ACTIONS(2074), - [sym_rune_literal] = ACTIONS(2074), - [anon_sym_AT] = ACTIONS(2076), - [anon_sym_shared] = ACTIONS(2076), - [anon_sym_map_LBRACK] = ACTIONS(2074), - [anon_sym_chan] = ACTIONS(2076), - [anon_sym_thread] = ACTIONS(2076), - [anon_sym_atomic] = ACTIONS(2076), - [sym___double_quote] = ACTIONS(2074), - [sym___single_quote] = ACTIONS(2074), - [sym___c_double_quote] = ACTIONS(2074), - [sym___c_single_quote] = ACTIONS(2074), - [sym___r_double_quote] = ACTIONS(2074), - [sym___r_single_quote] = ACTIONS(2074), + [anon_sym_DOT] = ACTIONS(3598), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1796), + [anon_sym_COMMA] = ACTIONS(1796), + [anon_sym_LPAREN] = ACTIONS(3600), + [anon_sym_PIPE] = ACTIONS(3622), + [anon_sym_fn] = ACTIONS(1782), + [anon_sym_PLUS] = ACTIONS(3622), + [anon_sym_DASH] = ACTIONS(3622), + [anon_sym_STAR] = ACTIONS(3624), + [anon_sym_SLASH] = ACTIONS(3626), + [anon_sym_PERCENT] = ACTIONS(3624), + [anon_sym_LT] = ACTIONS(3628), + [anon_sym_GT] = ACTIONS(3628), + [anon_sym_EQ_EQ] = ACTIONS(3630), + [anon_sym_BANG_EQ] = ACTIONS(3630), + [anon_sym_LT_EQ] = ACTIONS(3630), + [anon_sym_GT_EQ] = ACTIONS(3630), + [anon_sym_LBRACK] = ACTIONS(3602), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_RBRACK] = ACTIONS(1796), + [anon_sym_struct] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1796), + [anon_sym_DASH_DASH] = ACTIONS(1796), + [anon_sym_QMARK] = ACTIONS(3604), + [anon_sym_BANG] = ACTIONS(3606), + [anon_sym_go] = ACTIONS(1782), + [anon_sym_spawn] = ACTIONS(1782), + [anon_sym_json_DOTdecode] = ACTIONS(1796), + [anon_sym_LBRACK2] = ACTIONS(3608), + [anon_sym_TILDE] = ACTIONS(1796), + [anon_sym_CARET] = ACTIONS(3636), + [anon_sym_AMP] = ACTIONS(3626), + [anon_sym_LT_DASH] = ACTIONS(1796), + [anon_sym_LT_LT] = ACTIONS(3624), + [anon_sym_GT_GT] = ACTIONS(3626), + [anon_sym_GT_GT_GT] = ACTIONS(3624), + [anon_sym_AMP_CARET] = ACTIONS(3624), + [anon_sym_AMP_AMP] = ACTIONS(1796), + [anon_sym_PIPE_PIPE] = ACTIONS(1796), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1782), + [sym_true] = ACTIONS(1782), + [sym_false] = ACTIONS(1782), + [sym_nil] = ACTIONS(1782), + [anon_sym_QMARK_DOT] = ACTIONS(3610), + [anon_sym_POUND_LBRACK] = ACTIONS(3612), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_DOLLARif] = ACTIONS(1782), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(3648), + [anon_sym_BANGin] = ACTIONS(3650), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_select] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1782), + [anon_sym_rlock] = ACTIONS(1782), + [anon_sym_unsafe] = ACTIONS(1782), + [anon_sym_sql] = ACTIONS(1782), + [sym_int_literal] = ACTIONS(1782), + [sym_float_literal] = ACTIONS(1796), + [sym_rune_literal] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(1782), + [anon_sym_shared] = ACTIONS(1782), + [anon_sym_map_LBRACK] = ACTIONS(1796), + [anon_sym_chan] = ACTIONS(1782), + [anon_sym_thread] = ACTIONS(1782), + [anon_sym_atomic] = ACTIONS(1782), + [sym___double_quote] = ACTIONS(1796), + [sym___single_quote] = ACTIONS(1796), + [sym___c_double_quote] = ACTIONS(1796), + [sym___c_single_quote] = ACTIONS(1796), + [sym___r_double_quote] = ACTIONS(1796), + [sym___r_single_quote] = ACTIONS(1796), }, [1279] = { - [sym_type_parameters] = STATE(4295), - [sym_argument_list] = STATE(1342), - [sym_or_block] = STATE(1343), - [sym_identifier] = ACTIONS(2108), + [sym_type_parameters] = STATE(4380), + [sym_argument_list] = STATE(1345), + [sym_or_block] = STATE(1346), + [sym_identifier] = ACTIONS(1782), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3596), - [anon_sym_as] = ACTIONS(2108), - [anon_sym_LBRACE] = ACTIONS(2106), - [anon_sym_COMMA] = ACTIONS(2106), - [anon_sym_LPAREN] = ACTIONS(3598), - [anon_sym_PIPE] = ACTIONS(3614), - [anon_sym_fn] = ACTIONS(2108), - [anon_sym_PLUS] = ACTIONS(3614), - [anon_sym_DASH] = ACTIONS(3614), - [anon_sym_STAR] = ACTIONS(3616), - [anon_sym_SLASH] = ACTIONS(3618), - [anon_sym_PERCENT] = ACTIONS(3616), - [anon_sym_LT] = ACTIONS(2108), - [anon_sym_GT] = ACTIONS(2108), - [anon_sym_EQ_EQ] = ACTIONS(2106), - [anon_sym_BANG_EQ] = ACTIONS(2106), - [anon_sym_LT_EQ] = ACTIONS(2106), - [anon_sym_GT_EQ] = ACTIONS(2106), - [anon_sym_LBRACK] = ACTIONS(3600), - [anon_sym_RBRACK] = ACTIONS(2106), - [anon_sym_struct] = ACTIONS(2108), - [anon_sym_mut] = ACTIONS(2108), - [anon_sym_PLUS_PLUS] = ACTIONS(2106), - [anon_sym_DASH_DASH] = ACTIONS(2106), - [anon_sym_QMARK] = ACTIONS(3602), - [anon_sym_BANG] = ACTIONS(3604), - [anon_sym_go] = ACTIONS(2108), - [anon_sym_spawn] = ACTIONS(2108), - [anon_sym_json_DOTdecode] = ACTIONS(2106), - [anon_sym_LBRACK2] = ACTIONS(3606), - [anon_sym_TILDE] = ACTIONS(2106), - [anon_sym_CARET] = ACTIONS(3628), - [anon_sym_AMP] = ACTIONS(3618), - [anon_sym_LT_DASH] = ACTIONS(2106), - [anon_sym_LT_LT] = ACTIONS(3616), - [anon_sym_GT_GT] = ACTIONS(3618), - [anon_sym_GT_GT_GT] = ACTIONS(3616), - [anon_sym_AMP_CARET] = ACTIONS(3616), - [anon_sym_AMP_AMP] = ACTIONS(2106), - [anon_sym_PIPE_PIPE] = ACTIONS(2106), - [anon_sym_or] = ACTIONS(2108), - [sym_none] = ACTIONS(2108), - [sym_true] = ACTIONS(2108), - [sym_false] = ACTIONS(2108), - [sym_nil] = ACTIONS(2108), - [anon_sym_QMARK_DOT] = ACTIONS(3608), - [anon_sym_POUND_LBRACK] = ACTIONS(3610), - [anon_sym_if] = ACTIONS(2108), - [anon_sym_DOLLARif] = ACTIONS(2108), - [anon_sym_is] = ACTIONS(2108), - [anon_sym_BANGis] = ACTIONS(2106), - [anon_sym_in] = ACTIONS(2108), - [anon_sym_BANGin] = ACTIONS(2106), - [anon_sym_match] = ACTIONS(2108), - [anon_sym_select] = ACTIONS(2108), - [anon_sym_lock] = ACTIONS(2108), - [anon_sym_rlock] = ACTIONS(2108), - [anon_sym_unsafe] = ACTIONS(2108), - [anon_sym_sql] = ACTIONS(2108), - [sym_int_literal] = ACTIONS(2108), - [sym_float_literal] = ACTIONS(2106), - [sym_rune_literal] = ACTIONS(2106), - [anon_sym_AT] = ACTIONS(2108), - [anon_sym_shared] = ACTIONS(2108), - [anon_sym_map_LBRACK] = ACTIONS(2106), - [anon_sym_chan] = ACTIONS(2108), - [anon_sym_thread] = ACTIONS(2108), - [anon_sym_atomic] = ACTIONS(2108), - [sym___double_quote] = ACTIONS(2106), - [sym___single_quote] = ACTIONS(2106), - [sym___c_double_quote] = ACTIONS(2106), - [sym___c_single_quote] = ACTIONS(2106), - [sym___r_double_quote] = ACTIONS(2106), - [sym___r_single_quote] = ACTIONS(2106), + [anon_sym_DOT] = ACTIONS(3598), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1796), + [anon_sym_COMMA] = ACTIONS(1796), + [anon_sym_LPAREN] = ACTIONS(3600), + [anon_sym_PIPE] = ACTIONS(3622), + [anon_sym_fn] = ACTIONS(1782), + [anon_sym_PLUS] = ACTIONS(3622), + [anon_sym_DASH] = ACTIONS(3622), + [anon_sym_STAR] = ACTIONS(3624), + [anon_sym_SLASH] = ACTIONS(3626), + [anon_sym_PERCENT] = ACTIONS(3624), + [anon_sym_LT] = ACTIONS(1782), + [anon_sym_GT] = ACTIONS(1782), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_LT_EQ] = ACTIONS(1796), + [anon_sym_GT_EQ] = ACTIONS(1796), + [anon_sym_LBRACK] = ACTIONS(3602), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_RBRACK] = ACTIONS(1796), + [anon_sym_struct] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1796), + [anon_sym_DASH_DASH] = ACTIONS(1796), + [anon_sym_QMARK] = ACTIONS(3604), + [anon_sym_BANG] = ACTIONS(3606), + [anon_sym_go] = ACTIONS(1782), + [anon_sym_spawn] = ACTIONS(1782), + [anon_sym_json_DOTdecode] = ACTIONS(1796), + [anon_sym_LBRACK2] = ACTIONS(3608), + [anon_sym_TILDE] = ACTIONS(1796), + [anon_sym_CARET] = ACTIONS(3636), + [anon_sym_AMP] = ACTIONS(3626), + [anon_sym_LT_DASH] = ACTIONS(1796), + [anon_sym_LT_LT] = ACTIONS(3624), + [anon_sym_GT_GT] = ACTIONS(3626), + [anon_sym_GT_GT_GT] = ACTIONS(3624), + [anon_sym_AMP_CARET] = ACTIONS(3624), + [anon_sym_AMP_AMP] = ACTIONS(1796), + [anon_sym_PIPE_PIPE] = ACTIONS(1796), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1782), + [sym_true] = ACTIONS(1782), + [sym_false] = ACTIONS(1782), + [sym_nil] = ACTIONS(1782), + [anon_sym_QMARK_DOT] = ACTIONS(3610), + [anon_sym_POUND_LBRACK] = ACTIONS(3612), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_DOLLARif] = ACTIONS(1782), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(1782), + [anon_sym_BANGin] = ACTIONS(1796), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_select] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1782), + [anon_sym_rlock] = ACTIONS(1782), + [anon_sym_unsafe] = ACTIONS(1782), + [anon_sym_sql] = ACTIONS(1782), + [sym_int_literal] = ACTIONS(1782), + [sym_float_literal] = ACTIONS(1796), + [sym_rune_literal] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(1782), + [anon_sym_shared] = ACTIONS(1782), + [anon_sym_map_LBRACK] = ACTIONS(1796), + [anon_sym_chan] = ACTIONS(1782), + [anon_sym_thread] = ACTIONS(1782), + [anon_sym_atomic] = ACTIONS(1782), + [sym___double_quote] = ACTIONS(1796), + [sym___single_quote] = ACTIONS(1796), + [sym___c_double_quote] = ACTIONS(1796), + [sym___c_single_quote] = ACTIONS(1796), + [sym___r_double_quote] = ACTIONS(1796), + [sym___r_single_quote] = ACTIONS(1796), }, [1280] = { - [sym_type_parameters] = STATE(4295), - [sym_argument_list] = STATE(1342), - [sym_or_block] = STATE(1343), - [sym_identifier] = ACTIONS(2112), + [sym_type_parameters] = STATE(4380), + [sym_argument_list] = STATE(1345), + [sym_or_block] = STATE(1346), + [sym_identifier] = ACTIONS(1782), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3596), - [anon_sym_as] = ACTIONS(2112), - [anon_sym_LBRACE] = ACTIONS(2110), - [anon_sym_COMMA] = ACTIONS(2110), - [anon_sym_LPAREN] = ACTIONS(3598), - [anon_sym_PIPE] = ACTIONS(3614), - [anon_sym_fn] = ACTIONS(2112), - [anon_sym_PLUS] = ACTIONS(3614), - [anon_sym_DASH] = ACTIONS(3614), - [anon_sym_STAR] = ACTIONS(3616), - [anon_sym_SLASH] = ACTIONS(3618), - [anon_sym_PERCENT] = ACTIONS(3616), - [anon_sym_LT] = ACTIONS(2112), - [anon_sym_GT] = ACTIONS(2112), - [anon_sym_EQ_EQ] = ACTIONS(2110), - [anon_sym_BANG_EQ] = ACTIONS(2110), - [anon_sym_LT_EQ] = ACTIONS(2110), - [anon_sym_GT_EQ] = ACTIONS(2110), - [anon_sym_LBRACK] = ACTIONS(3600), - [anon_sym_RBRACK] = ACTIONS(2110), - [anon_sym_struct] = ACTIONS(2112), - [anon_sym_mut] = ACTIONS(2112), - [anon_sym_PLUS_PLUS] = ACTIONS(2110), - [anon_sym_DASH_DASH] = ACTIONS(2110), - [anon_sym_QMARK] = ACTIONS(3602), - [anon_sym_BANG] = ACTIONS(3604), - [anon_sym_go] = ACTIONS(2112), - [anon_sym_spawn] = ACTIONS(2112), - [anon_sym_json_DOTdecode] = ACTIONS(2110), - [anon_sym_LBRACK2] = ACTIONS(3606), - [anon_sym_TILDE] = ACTIONS(2110), - [anon_sym_CARET] = ACTIONS(3628), - [anon_sym_AMP] = ACTIONS(3618), - [anon_sym_LT_DASH] = ACTIONS(2110), - [anon_sym_LT_LT] = ACTIONS(3616), - [anon_sym_GT_GT] = ACTIONS(3618), - [anon_sym_GT_GT_GT] = ACTIONS(3616), - [anon_sym_AMP_CARET] = ACTIONS(3616), - [anon_sym_AMP_AMP] = ACTIONS(2110), - [anon_sym_PIPE_PIPE] = ACTIONS(2110), - [anon_sym_or] = ACTIONS(2112), - [sym_none] = ACTIONS(2112), - [sym_true] = ACTIONS(2112), - [sym_false] = ACTIONS(2112), - [sym_nil] = ACTIONS(2112), - [anon_sym_QMARK_DOT] = ACTIONS(3608), - [anon_sym_POUND_LBRACK] = ACTIONS(3610), - [anon_sym_if] = ACTIONS(2112), - [anon_sym_DOLLARif] = ACTIONS(2112), - [anon_sym_is] = ACTIONS(2112), - [anon_sym_BANGis] = ACTIONS(2110), - [anon_sym_in] = ACTIONS(2112), - [anon_sym_BANGin] = ACTIONS(2110), - [anon_sym_match] = ACTIONS(2112), - [anon_sym_select] = ACTIONS(2112), - [anon_sym_lock] = ACTIONS(2112), - [anon_sym_rlock] = ACTIONS(2112), - [anon_sym_unsafe] = ACTIONS(2112), - [anon_sym_sql] = ACTIONS(2112), - [sym_int_literal] = ACTIONS(2112), - [sym_float_literal] = ACTIONS(2110), - [sym_rune_literal] = ACTIONS(2110), - [anon_sym_AT] = ACTIONS(2112), - [anon_sym_shared] = ACTIONS(2112), - [anon_sym_map_LBRACK] = ACTIONS(2110), - [anon_sym_chan] = ACTIONS(2112), - [anon_sym_thread] = ACTIONS(2112), - [anon_sym_atomic] = ACTIONS(2112), - [sym___double_quote] = ACTIONS(2110), - [sym___single_quote] = ACTIONS(2110), - [sym___c_double_quote] = ACTIONS(2110), - [sym___c_single_quote] = ACTIONS(2110), - [sym___r_double_quote] = ACTIONS(2110), - [sym___r_single_quote] = ACTIONS(2110), + [anon_sym_DOT] = ACTIONS(3598), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1796), + [anon_sym_COMMA] = ACTIONS(1796), + [anon_sym_LPAREN] = ACTIONS(3600), + [anon_sym_PIPE] = ACTIONS(1782), + [anon_sym_fn] = ACTIONS(1782), + [anon_sym_PLUS] = ACTIONS(1782), + [anon_sym_DASH] = ACTIONS(1782), + [anon_sym_STAR] = ACTIONS(1796), + [anon_sym_SLASH] = ACTIONS(1782), + [anon_sym_PERCENT] = ACTIONS(1796), + [anon_sym_LT] = ACTIONS(1782), + [anon_sym_GT] = ACTIONS(1782), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_LT_EQ] = ACTIONS(1796), + [anon_sym_GT_EQ] = ACTIONS(1796), + [anon_sym_LBRACK] = ACTIONS(3602), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_RBRACK] = ACTIONS(1796), + [anon_sym_struct] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1796), + [anon_sym_DASH_DASH] = ACTIONS(1796), + [anon_sym_QMARK] = ACTIONS(3604), + [anon_sym_BANG] = ACTIONS(3606), + [anon_sym_go] = ACTIONS(1782), + [anon_sym_spawn] = ACTIONS(1782), + [anon_sym_json_DOTdecode] = ACTIONS(1796), + [anon_sym_LBRACK2] = ACTIONS(3608), + [anon_sym_TILDE] = ACTIONS(1796), + [anon_sym_CARET] = ACTIONS(1796), + [anon_sym_AMP] = ACTIONS(1782), + [anon_sym_LT_DASH] = ACTIONS(1796), + [anon_sym_LT_LT] = ACTIONS(1796), + [anon_sym_GT_GT] = ACTIONS(1782), + [anon_sym_GT_GT_GT] = ACTIONS(1796), + [anon_sym_AMP_CARET] = ACTIONS(1796), + [anon_sym_AMP_AMP] = ACTIONS(1796), + [anon_sym_PIPE_PIPE] = ACTIONS(1796), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1782), + [sym_true] = ACTIONS(1782), + [sym_false] = ACTIONS(1782), + [sym_nil] = ACTIONS(1782), + [anon_sym_QMARK_DOT] = ACTIONS(3610), + [anon_sym_POUND_LBRACK] = ACTIONS(3612), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_DOLLARif] = ACTIONS(1782), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(1782), + [anon_sym_BANGin] = ACTIONS(1796), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_select] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1782), + [anon_sym_rlock] = ACTIONS(1782), + [anon_sym_unsafe] = ACTIONS(1782), + [anon_sym_sql] = ACTIONS(1782), + [sym_int_literal] = ACTIONS(1782), + [sym_float_literal] = ACTIONS(1796), + [sym_rune_literal] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(1782), + [anon_sym_shared] = ACTIONS(1782), + [anon_sym_map_LBRACK] = ACTIONS(1796), + [anon_sym_chan] = ACTIONS(1782), + [anon_sym_thread] = ACTIONS(1782), + [anon_sym_atomic] = ACTIONS(1782), + [sym___double_quote] = ACTIONS(1796), + [sym___single_quote] = ACTIONS(1796), + [sym___c_double_quote] = ACTIONS(1796), + [sym___c_single_quote] = ACTIONS(1796), + [sym___r_double_quote] = ACTIONS(1796), + [sym___r_single_quote] = ACTIONS(1796), }, [1281] = { - [sym_type_parameters] = STATE(4295), - [sym_argument_list] = STATE(1342), - [sym_or_block] = STATE(1343), - [sym_identifier] = ACTIONS(3644), + [sym_type_parameters] = STATE(4380), + [sym_argument_list] = STATE(1345), + [sym_or_block] = STATE(1346), + [sym_identifier] = ACTIONS(1782), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3596), - [anon_sym_as] = ACTIONS(3612), - [anon_sym_LBRACE] = ACTIONS(3646), - [anon_sym_COMMA] = ACTIONS(3648), - [anon_sym_LPAREN] = ACTIONS(3598), - [anon_sym_PIPE] = ACTIONS(3614), - [anon_sym_fn] = ACTIONS(3644), - [anon_sym_PLUS] = ACTIONS(3614), - [anon_sym_DASH] = ACTIONS(3614), - [anon_sym_STAR] = ACTIONS(3616), - [anon_sym_SLASH] = ACTIONS(3618), - [anon_sym_PERCENT] = ACTIONS(3616), - [anon_sym_LT] = ACTIONS(3620), - [anon_sym_GT] = ACTIONS(3620), - [anon_sym_EQ_EQ] = ACTIONS(3622), - [anon_sym_BANG_EQ] = ACTIONS(3622), - [anon_sym_LT_EQ] = ACTIONS(3622), - [anon_sym_GT_EQ] = ACTIONS(3622), - [anon_sym_LBRACK] = ACTIONS(3600), - [anon_sym_RBRACK] = ACTIONS(3646), - [anon_sym_struct] = ACTIONS(3644), - [anon_sym_mut] = ACTIONS(3644), - [anon_sym_PLUS_PLUS] = ACTIONS(3624), - [anon_sym_DASH_DASH] = ACTIONS(3626), - [anon_sym_QMARK] = ACTIONS(3602), - [anon_sym_BANG] = ACTIONS(3604), - [anon_sym_go] = ACTIONS(3644), - [anon_sym_spawn] = ACTIONS(3644), - [anon_sym_json_DOTdecode] = ACTIONS(3646), - [anon_sym_LBRACK2] = ACTIONS(3606), - [anon_sym_TILDE] = ACTIONS(3646), - [anon_sym_CARET] = ACTIONS(3628), - [anon_sym_AMP] = ACTIONS(3618), - [anon_sym_LT_DASH] = ACTIONS(3646), - [anon_sym_LT_LT] = ACTIONS(3616), - [anon_sym_GT_GT] = ACTIONS(3618), - [anon_sym_GT_GT_GT] = ACTIONS(3616), - [anon_sym_AMP_CARET] = ACTIONS(3616), - [anon_sym_AMP_AMP] = ACTIONS(3630), - [anon_sym_PIPE_PIPE] = ACTIONS(3632), - [anon_sym_or] = ACTIONS(3634), - [sym_none] = ACTIONS(3644), - [sym_true] = ACTIONS(3644), - [sym_false] = ACTIONS(3644), - [sym_nil] = ACTIONS(3644), - [anon_sym_QMARK_DOT] = ACTIONS(3608), - [anon_sym_POUND_LBRACK] = ACTIONS(3610), - [anon_sym_if] = ACTIONS(3644), - [anon_sym_DOLLARif] = ACTIONS(3644), - [anon_sym_is] = ACTIONS(3636), - [anon_sym_BANGis] = ACTIONS(3638), - [anon_sym_in] = ACTIONS(3640), - [anon_sym_BANGin] = ACTIONS(3642), - [anon_sym_match] = ACTIONS(3644), - [anon_sym_select] = ACTIONS(3644), - [anon_sym_lock] = ACTIONS(3644), - [anon_sym_rlock] = ACTIONS(3644), - [anon_sym_unsafe] = ACTIONS(3644), - [anon_sym_sql] = ACTIONS(3644), - [sym_int_literal] = ACTIONS(3644), - [sym_float_literal] = ACTIONS(3646), - [sym_rune_literal] = ACTIONS(3646), - [anon_sym_AT] = ACTIONS(3644), - [anon_sym_shared] = ACTIONS(3644), - [anon_sym_map_LBRACK] = ACTIONS(3646), - [anon_sym_chan] = ACTIONS(3644), - [anon_sym_thread] = ACTIONS(3644), - [anon_sym_atomic] = ACTIONS(3644), - [sym___double_quote] = ACTIONS(3646), - [sym___single_quote] = ACTIONS(3646), - [sym___c_double_quote] = ACTIONS(3646), - [sym___c_single_quote] = ACTIONS(3646), - [sym___r_double_quote] = ACTIONS(3646), - [sym___r_single_quote] = ACTIONS(3646), + [anon_sym_DOT] = ACTIONS(3598), + [anon_sym_as] = ACTIONS(1782), + [anon_sym_LBRACE] = ACTIONS(1796), + [anon_sym_COMMA] = ACTIONS(1796), + [anon_sym_LPAREN] = ACTIONS(3600), + [anon_sym_PIPE] = ACTIONS(1782), + [anon_sym_fn] = ACTIONS(1782), + [anon_sym_PLUS] = ACTIONS(1782), + [anon_sym_DASH] = ACTIONS(1782), + [anon_sym_STAR] = ACTIONS(3624), + [anon_sym_SLASH] = ACTIONS(3626), + [anon_sym_PERCENT] = ACTIONS(3624), + [anon_sym_LT] = ACTIONS(1782), + [anon_sym_GT] = ACTIONS(1782), + [anon_sym_EQ_EQ] = ACTIONS(1796), + [anon_sym_BANG_EQ] = ACTIONS(1796), + [anon_sym_LT_EQ] = ACTIONS(1796), + [anon_sym_GT_EQ] = ACTIONS(1796), + [anon_sym_LBRACK] = ACTIONS(3602), + [anon_sym_LT2] = ACTIONS(1652), + [anon_sym_RBRACK] = ACTIONS(1796), + [anon_sym_struct] = ACTIONS(1782), + [anon_sym_mut] = ACTIONS(1782), + [anon_sym_PLUS_PLUS] = ACTIONS(1796), + [anon_sym_DASH_DASH] = ACTIONS(1796), + [anon_sym_QMARK] = ACTIONS(3604), + [anon_sym_BANG] = ACTIONS(3606), + [anon_sym_go] = ACTIONS(1782), + [anon_sym_spawn] = ACTIONS(1782), + [anon_sym_json_DOTdecode] = ACTIONS(1796), + [anon_sym_LBRACK2] = ACTIONS(3608), + [anon_sym_TILDE] = ACTIONS(1796), + [anon_sym_CARET] = ACTIONS(1796), + [anon_sym_AMP] = ACTIONS(3626), + [anon_sym_LT_DASH] = ACTIONS(1796), + [anon_sym_LT_LT] = ACTIONS(3624), + [anon_sym_GT_GT] = ACTIONS(3626), + [anon_sym_GT_GT_GT] = ACTIONS(3624), + [anon_sym_AMP_CARET] = ACTIONS(3624), + [anon_sym_AMP_AMP] = ACTIONS(1796), + [anon_sym_PIPE_PIPE] = ACTIONS(1796), + [anon_sym_or] = ACTIONS(1782), + [sym_none] = ACTIONS(1782), + [sym_true] = ACTIONS(1782), + [sym_false] = ACTIONS(1782), + [sym_nil] = ACTIONS(1782), + [anon_sym_QMARK_DOT] = ACTIONS(3610), + [anon_sym_POUND_LBRACK] = ACTIONS(3612), + [anon_sym_if] = ACTIONS(1782), + [anon_sym_DOLLARif] = ACTIONS(1782), + [anon_sym_is] = ACTIONS(1782), + [anon_sym_BANGis] = ACTIONS(1796), + [anon_sym_in] = ACTIONS(1782), + [anon_sym_BANGin] = ACTIONS(1796), + [anon_sym_match] = ACTIONS(1782), + [anon_sym_select] = ACTIONS(1782), + [anon_sym_lock] = ACTIONS(1782), + [anon_sym_rlock] = ACTIONS(1782), + [anon_sym_unsafe] = ACTIONS(1782), + [anon_sym_sql] = ACTIONS(1782), + [sym_int_literal] = ACTIONS(1782), + [sym_float_literal] = ACTIONS(1796), + [sym_rune_literal] = ACTIONS(1796), + [anon_sym_AT] = ACTIONS(1782), + [anon_sym_shared] = ACTIONS(1782), + [anon_sym_map_LBRACK] = ACTIONS(1796), + [anon_sym_chan] = ACTIONS(1782), + [anon_sym_thread] = ACTIONS(1782), + [anon_sym_atomic] = ACTIONS(1782), + [sym___double_quote] = ACTIONS(1796), + [sym___single_quote] = ACTIONS(1796), + [sym___c_double_quote] = ACTIONS(1796), + [sym___c_single_quote] = ACTIONS(1796), + [sym___r_double_quote] = ACTIONS(1796), + [sym___r_single_quote] = ACTIONS(1796), }, [1282] = { - [sym_identifier] = ACTIONS(2772), + [sym_else_branch] = STATE(1405), + [sym_identifier] = ACTIONS(2258), [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(2770), - [anon_sym_DOT] = ACTIONS(2772), - [anon_sym_as] = ACTIONS(2772), - [anon_sym_LBRACE] = ACTIONS(2777), - [anon_sym_COMMA] = ACTIONS(2770), - [anon_sym_LPAREN] = ACTIONS(2770), - [anon_sym_PIPE] = ACTIONS(2772), - [anon_sym_fn] = ACTIONS(2772), - [anon_sym_PLUS] = ACTIONS(2772), - [anon_sym_DASH] = ACTIONS(2772), - [anon_sym_STAR] = ACTIONS(2770), - [anon_sym_SLASH] = ACTIONS(2772), - [anon_sym_PERCENT] = ACTIONS(2770), - [anon_sym_LT] = ACTIONS(2772), - [anon_sym_GT] = ACTIONS(2772), - [anon_sym_EQ_EQ] = ACTIONS(2770), - [anon_sym_BANG_EQ] = ACTIONS(2770), - [anon_sym_LT_EQ] = ACTIONS(2770), - [anon_sym_GT_EQ] = ACTIONS(2770), - [anon_sym_LBRACK] = ACTIONS(2777), - [anon_sym_RBRACK] = ACTIONS(2770), - [anon_sym_struct] = ACTIONS(2772), - [anon_sym_mut] = ACTIONS(2772), - [anon_sym_COLON] = ACTIONS(2770), - [anon_sym_PLUS_PLUS] = ACTIONS(2770), - [anon_sym_DASH_DASH] = ACTIONS(2770), - [anon_sym_QMARK] = ACTIONS(2772), - [anon_sym_BANG] = ACTIONS(2772), - [anon_sym_go] = ACTIONS(2772), - [anon_sym_spawn] = ACTIONS(2772), - [anon_sym_json_DOTdecode] = ACTIONS(2770), - [anon_sym_LBRACK2] = ACTIONS(2772), - [anon_sym_TILDE] = ACTIONS(2770), - [anon_sym_CARET] = ACTIONS(2770), - [anon_sym_AMP] = ACTIONS(2772), - [anon_sym_LT_DASH] = ACTIONS(2770), - [anon_sym_LT_LT] = ACTIONS(2770), - [anon_sym_GT_GT] = ACTIONS(2772), - [anon_sym_GT_GT_GT] = ACTIONS(2770), - [anon_sym_AMP_CARET] = ACTIONS(2770), - [anon_sym_AMP_AMP] = ACTIONS(2770), - [anon_sym_PIPE_PIPE] = ACTIONS(2770), - [anon_sym_or] = ACTIONS(2772), - [sym_none] = ACTIONS(2772), - [sym_true] = ACTIONS(2772), - [sym_false] = ACTIONS(2772), - [sym_nil] = ACTIONS(2772), - [anon_sym_QMARK_DOT] = ACTIONS(2770), - [anon_sym_POUND_LBRACK] = ACTIONS(2770), - [anon_sym_if] = ACTIONS(2772), - [anon_sym_DOLLARif] = ACTIONS(2772), - [anon_sym_is] = ACTIONS(2772), - [anon_sym_BANGis] = ACTIONS(2770), - [anon_sym_in] = ACTIONS(2772), - [anon_sym_BANGin] = ACTIONS(2770), - [anon_sym_match] = ACTIONS(2772), - [anon_sym_select] = ACTIONS(2772), - [anon_sym_lock] = ACTIONS(2772), - [anon_sym_rlock] = ACTIONS(2772), - [anon_sym_unsafe] = ACTIONS(2772), - [anon_sym_sql] = ACTIONS(2772), - [sym_int_literal] = ACTIONS(2772), - [sym_float_literal] = ACTIONS(2770), - [sym_rune_literal] = ACTIONS(2770), - [anon_sym_AT] = ACTIONS(2772), - [anon_sym_shared] = ACTIONS(2772), - [anon_sym_map_LBRACK] = ACTIONS(2770), - [anon_sym_chan] = ACTIONS(2772), - [anon_sym_thread] = ACTIONS(2772), - [anon_sym_atomic] = ACTIONS(2772), - [sym___double_quote] = ACTIONS(2770), - [sym___single_quote] = ACTIONS(2770), - [sym___c_double_quote] = ACTIONS(2770), - [sym___c_single_quote] = ACTIONS(2770), - [sym___r_double_quote] = ACTIONS(2770), - [sym___r_single_quote] = ACTIONS(2770), + [anon_sym_DOT] = ACTIONS(2258), + [anon_sym_as] = ACTIONS(2258), + [anon_sym_LBRACE] = ACTIONS(2256), + [anon_sym_COMMA] = ACTIONS(2256), + [anon_sym_LPAREN] = ACTIONS(2256), + [anon_sym_PIPE] = ACTIONS(2258), + [anon_sym_fn] = ACTIONS(2258), + [anon_sym_PLUS] = ACTIONS(2258), + [anon_sym_DASH] = ACTIONS(2258), + [anon_sym_STAR] = ACTIONS(2256), + [anon_sym_SLASH] = ACTIONS(2258), + [anon_sym_PERCENT] = ACTIONS(2256), + [anon_sym_LT] = ACTIONS(2258), + [anon_sym_GT] = ACTIONS(2258), + [anon_sym_EQ_EQ] = ACTIONS(2256), + [anon_sym_BANG_EQ] = ACTIONS(2256), + [anon_sym_LT_EQ] = ACTIONS(2256), + [anon_sym_GT_EQ] = ACTIONS(2256), + [anon_sym_LBRACK] = ACTIONS(2256), + [anon_sym_LT2] = ACTIONS(2258), + [anon_sym_RBRACK] = ACTIONS(2256), + [anon_sym_struct] = ACTIONS(2258), + [anon_sym_mut] = ACTIONS(2258), + [anon_sym_PLUS_PLUS] = ACTIONS(2256), + [anon_sym_DASH_DASH] = ACTIONS(2256), + [anon_sym_QMARK] = ACTIONS(2258), + [anon_sym_BANG] = ACTIONS(2258), + [anon_sym_go] = ACTIONS(2258), + [anon_sym_spawn] = ACTIONS(2258), + [anon_sym_json_DOTdecode] = ACTIONS(2256), + [anon_sym_LBRACK2] = ACTIONS(2258), + [anon_sym_TILDE] = ACTIONS(2256), + [anon_sym_CARET] = ACTIONS(2256), + [anon_sym_AMP] = ACTIONS(2258), + [anon_sym_LT_DASH] = ACTIONS(2256), + [anon_sym_LT_LT] = ACTIONS(2256), + [anon_sym_GT_GT] = ACTIONS(2258), + [anon_sym_GT_GT_GT] = ACTIONS(2256), + [anon_sym_AMP_CARET] = ACTIONS(2256), + [anon_sym_AMP_AMP] = ACTIONS(2256), + [anon_sym_PIPE_PIPE] = ACTIONS(2256), + [anon_sym_or] = ACTIONS(2258), + [sym_none] = ACTIONS(2258), + [sym_true] = ACTIONS(2258), + [sym_false] = ACTIONS(2258), + [sym_nil] = ACTIONS(2258), + [anon_sym_QMARK_DOT] = ACTIONS(2256), + [anon_sym_POUND_LBRACK] = ACTIONS(2256), + [anon_sym_if] = ACTIONS(2258), + [anon_sym_else] = ACTIONS(3652), + [anon_sym_DOLLARif] = ACTIONS(2258), + [anon_sym_is] = ACTIONS(2258), + [anon_sym_BANGis] = ACTIONS(2256), + [anon_sym_in] = ACTIONS(2258), + [anon_sym_BANGin] = ACTIONS(2256), + [anon_sym_match] = ACTIONS(2258), + [anon_sym_select] = ACTIONS(2258), + [anon_sym_lock] = ACTIONS(2258), + [anon_sym_rlock] = ACTIONS(2258), + [anon_sym_unsafe] = ACTIONS(2258), + [anon_sym_sql] = ACTIONS(2258), + [sym_int_literal] = ACTIONS(2258), + [sym_float_literal] = ACTIONS(2256), + [sym_rune_literal] = ACTIONS(2256), + [anon_sym_AT] = ACTIONS(2258), + [anon_sym_shared] = ACTIONS(2258), + [anon_sym_map_LBRACK] = ACTIONS(2256), + [anon_sym_chan] = ACTIONS(2258), + [anon_sym_thread] = ACTIONS(2258), + [anon_sym_atomic] = ACTIONS(2258), + [sym___double_quote] = ACTIONS(2256), + [sym___single_quote] = ACTIONS(2256), + [sym___c_double_quote] = ACTIONS(2256), + [sym___c_single_quote] = ACTIONS(2256), + [sym___r_double_quote] = ACTIONS(2256), + [sym___r_single_quote] = ACTIONS(2256), }, [1283] = { - [sym_else_branch] = STATE(1403), - [sym_identifier] = ACTIONS(2400), + [sym_else_branch] = STATE(1406), + [sym_identifier] = ACTIONS(2264), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2400), - [anon_sym_as] = ACTIONS(2400), - [anon_sym_LBRACE] = ACTIONS(2398), - [anon_sym_COMMA] = ACTIONS(2398), - [anon_sym_LPAREN] = ACTIONS(2398), - [anon_sym_PIPE] = ACTIONS(2400), - [anon_sym_fn] = ACTIONS(2400), - [anon_sym_PLUS] = ACTIONS(2400), - [anon_sym_DASH] = ACTIONS(2400), - [anon_sym_STAR] = ACTIONS(2398), - [anon_sym_SLASH] = ACTIONS(2400), - [anon_sym_PERCENT] = ACTIONS(2398), - [anon_sym_LT] = ACTIONS(2400), - [anon_sym_GT] = ACTIONS(2400), - [anon_sym_EQ_EQ] = ACTIONS(2398), - [anon_sym_BANG_EQ] = ACTIONS(2398), - [anon_sym_LT_EQ] = ACTIONS(2398), - [anon_sym_GT_EQ] = ACTIONS(2398), - [anon_sym_LBRACK] = ACTIONS(2398), - [anon_sym_RBRACK] = ACTIONS(2398), - [anon_sym_struct] = ACTIONS(2400), - [anon_sym_mut] = ACTIONS(2400), - [anon_sym_PLUS_PLUS] = ACTIONS(2398), - [anon_sym_DASH_DASH] = ACTIONS(2398), - [anon_sym_QMARK] = ACTIONS(2400), - [anon_sym_BANG] = ACTIONS(2400), - [anon_sym_go] = ACTIONS(2400), - [anon_sym_spawn] = ACTIONS(2400), - [anon_sym_json_DOTdecode] = ACTIONS(2398), - [anon_sym_LBRACK2] = ACTIONS(2400), - [anon_sym_TILDE] = ACTIONS(2398), - [anon_sym_CARET] = ACTIONS(2398), - [anon_sym_AMP] = ACTIONS(2400), - [anon_sym_LT_DASH] = ACTIONS(2398), - [anon_sym_LT_LT] = ACTIONS(2398), - [anon_sym_GT_GT] = ACTIONS(2400), - [anon_sym_GT_GT_GT] = ACTIONS(2398), - [anon_sym_AMP_CARET] = ACTIONS(2398), - [anon_sym_AMP_AMP] = ACTIONS(2398), - [anon_sym_PIPE_PIPE] = ACTIONS(2398), - [anon_sym_or] = ACTIONS(2400), - [sym_none] = ACTIONS(2400), - [sym_true] = ACTIONS(2400), - [sym_false] = ACTIONS(2400), - [sym_nil] = ACTIONS(2400), - [anon_sym_QMARK_DOT] = ACTIONS(2398), - [anon_sym_POUND_LBRACK] = ACTIONS(2398), - [anon_sym_if] = ACTIONS(2400), - [anon_sym_else] = ACTIONS(3650), - [anon_sym_DOLLARif] = ACTIONS(2400), - [anon_sym_is] = ACTIONS(2400), - [anon_sym_BANGis] = ACTIONS(2398), - [anon_sym_in] = ACTIONS(2400), - [anon_sym_BANGin] = ACTIONS(2398), - [anon_sym_match] = ACTIONS(2400), - [anon_sym_select] = ACTIONS(2400), - [anon_sym_lock] = ACTIONS(2400), - [anon_sym_rlock] = ACTIONS(2400), - [anon_sym_unsafe] = ACTIONS(2400), - [anon_sym_sql] = ACTIONS(2400), - [sym_int_literal] = ACTIONS(2400), - [sym_float_literal] = ACTIONS(2398), - [sym_rune_literal] = ACTIONS(2398), - [anon_sym_AT] = ACTIONS(2400), - [anon_sym_shared] = ACTIONS(2400), - [anon_sym_map_LBRACK] = ACTIONS(2398), - [anon_sym_chan] = ACTIONS(2400), - [anon_sym_thread] = ACTIONS(2400), - [anon_sym_atomic] = ACTIONS(2400), - [sym___double_quote] = ACTIONS(2398), - [sym___single_quote] = ACTIONS(2398), - [sym___c_double_quote] = ACTIONS(2398), - [sym___c_single_quote] = ACTIONS(2398), - [sym___r_double_quote] = ACTIONS(2398), - [sym___r_single_quote] = ACTIONS(2398), + [anon_sym_DOT] = ACTIONS(2264), + [anon_sym_as] = ACTIONS(2264), + [anon_sym_LBRACE] = ACTIONS(2262), + [anon_sym_COMMA] = ACTIONS(2262), + [anon_sym_LPAREN] = ACTIONS(2262), + [anon_sym_PIPE] = ACTIONS(2264), + [anon_sym_fn] = ACTIONS(2264), + [anon_sym_PLUS] = ACTIONS(2264), + [anon_sym_DASH] = ACTIONS(2264), + [anon_sym_STAR] = ACTIONS(2262), + [anon_sym_SLASH] = ACTIONS(2264), + [anon_sym_PERCENT] = ACTIONS(2262), + [anon_sym_LT] = ACTIONS(2264), + [anon_sym_GT] = ACTIONS(2264), + [anon_sym_EQ_EQ] = ACTIONS(2262), + [anon_sym_BANG_EQ] = ACTIONS(2262), + [anon_sym_LT_EQ] = ACTIONS(2262), + [anon_sym_GT_EQ] = ACTIONS(2262), + [anon_sym_LBRACK] = ACTIONS(2262), + [anon_sym_LT2] = ACTIONS(2264), + [anon_sym_RBRACK] = ACTIONS(2262), + [anon_sym_struct] = ACTIONS(2264), + [anon_sym_mut] = ACTIONS(2264), + [anon_sym_PLUS_PLUS] = ACTIONS(2262), + [anon_sym_DASH_DASH] = ACTIONS(2262), + [anon_sym_QMARK] = ACTIONS(2264), + [anon_sym_BANG] = ACTIONS(2264), + [anon_sym_go] = ACTIONS(2264), + [anon_sym_spawn] = ACTIONS(2264), + [anon_sym_json_DOTdecode] = ACTIONS(2262), + [anon_sym_LBRACK2] = ACTIONS(2264), + [anon_sym_TILDE] = ACTIONS(2262), + [anon_sym_CARET] = ACTIONS(2262), + [anon_sym_AMP] = ACTIONS(2264), + [anon_sym_LT_DASH] = ACTIONS(2262), + [anon_sym_LT_LT] = ACTIONS(2262), + [anon_sym_GT_GT] = ACTIONS(2264), + [anon_sym_GT_GT_GT] = ACTIONS(2262), + [anon_sym_AMP_CARET] = ACTIONS(2262), + [anon_sym_AMP_AMP] = ACTIONS(2262), + [anon_sym_PIPE_PIPE] = ACTIONS(2262), + [anon_sym_or] = ACTIONS(2264), + [sym_none] = ACTIONS(2264), + [sym_true] = ACTIONS(2264), + [sym_false] = ACTIONS(2264), + [sym_nil] = ACTIONS(2264), + [anon_sym_QMARK_DOT] = ACTIONS(2262), + [anon_sym_POUND_LBRACK] = ACTIONS(2262), + [anon_sym_if] = ACTIONS(2264), + [anon_sym_else] = ACTIONS(3652), + [anon_sym_DOLLARif] = ACTIONS(2264), + [anon_sym_is] = ACTIONS(2264), + [anon_sym_BANGis] = ACTIONS(2262), + [anon_sym_in] = ACTIONS(2264), + [anon_sym_BANGin] = ACTIONS(2262), + [anon_sym_match] = ACTIONS(2264), + [anon_sym_select] = ACTIONS(2264), + [anon_sym_lock] = ACTIONS(2264), + [anon_sym_rlock] = ACTIONS(2264), + [anon_sym_unsafe] = ACTIONS(2264), + [anon_sym_sql] = ACTIONS(2264), + [sym_int_literal] = ACTIONS(2264), + [sym_float_literal] = ACTIONS(2262), + [sym_rune_literal] = ACTIONS(2262), + [anon_sym_AT] = ACTIONS(2264), + [anon_sym_shared] = ACTIONS(2264), + [anon_sym_map_LBRACK] = ACTIONS(2262), + [anon_sym_chan] = ACTIONS(2264), + [anon_sym_thread] = ACTIONS(2264), + [anon_sym_atomic] = ACTIONS(2264), + [sym___double_quote] = ACTIONS(2262), + [sym___single_quote] = ACTIONS(2262), + [sym___c_double_quote] = ACTIONS(2262), + [sym___c_single_quote] = ACTIONS(2262), + [sym___r_double_quote] = ACTIONS(2262), + [sym___r_single_quote] = ACTIONS(2262), }, [1284] = { - [sym_else_branch] = STATE(1404), - [sym_identifier] = ACTIONS(2406), + [sym_identifier] = ACTIONS(2470), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2406), - [anon_sym_as] = ACTIONS(2406), - [anon_sym_LBRACE] = ACTIONS(2404), - [anon_sym_COMMA] = ACTIONS(2404), - [anon_sym_LPAREN] = ACTIONS(2404), - [anon_sym_PIPE] = ACTIONS(2406), - [anon_sym_fn] = ACTIONS(2406), - [anon_sym_PLUS] = ACTIONS(2406), - [anon_sym_DASH] = ACTIONS(2406), - [anon_sym_STAR] = ACTIONS(2404), - [anon_sym_SLASH] = ACTIONS(2406), - [anon_sym_PERCENT] = ACTIONS(2404), - [anon_sym_LT] = ACTIONS(2406), - [anon_sym_GT] = ACTIONS(2406), - [anon_sym_EQ_EQ] = ACTIONS(2404), - [anon_sym_BANG_EQ] = ACTIONS(2404), - [anon_sym_LT_EQ] = ACTIONS(2404), - [anon_sym_GT_EQ] = ACTIONS(2404), - [anon_sym_LBRACK] = ACTIONS(2404), - [anon_sym_RBRACK] = ACTIONS(2404), - [anon_sym_struct] = ACTIONS(2406), - [anon_sym_mut] = ACTIONS(2406), - [anon_sym_PLUS_PLUS] = ACTIONS(2404), - [anon_sym_DASH_DASH] = ACTIONS(2404), - [anon_sym_QMARK] = ACTIONS(2406), - [anon_sym_BANG] = ACTIONS(2406), - [anon_sym_go] = ACTIONS(2406), - [anon_sym_spawn] = ACTIONS(2406), - [anon_sym_json_DOTdecode] = ACTIONS(2404), - [anon_sym_LBRACK2] = ACTIONS(2406), - [anon_sym_TILDE] = ACTIONS(2404), - [anon_sym_CARET] = ACTIONS(2404), - [anon_sym_AMP] = ACTIONS(2406), - [anon_sym_LT_DASH] = ACTIONS(2404), - [anon_sym_LT_LT] = ACTIONS(2404), - [anon_sym_GT_GT] = ACTIONS(2406), - [anon_sym_GT_GT_GT] = ACTIONS(2404), - [anon_sym_AMP_CARET] = ACTIONS(2404), - [anon_sym_AMP_AMP] = ACTIONS(2404), - [anon_sym_PIPE_PIPE] = ACTIONS(2404), - [anon_sym_or] = ACTIONS(2406), - [sym_none] = ACTIONS(2406), - [sym_true] = ACTIONS(2406), - [sym_false] = ACTIONS(2406), - [sym_nil] = ACTIONS(2406), - [anon_sym_QMARK_DOT] = ACTIONS(2404), - [anon_sym_POUND_LBRACK] = ACTIONS(2404), - [anon_sym_if] = ACTIONS(2406), - [anon_sym_else] = ACTIONS(3650), - [anon_sym_DOLLARif] = ACTIONS(2406), - [anon_sym_is] = ACTIONS(2406), - [anon_sym_BANGis] = ACTIONS(2404), - [anon_sym_in] = ACTIONS(2406), - [anon_sym_BANGin] = ACTIONS(2404), - [anon_sym_match] = ACTIONS(2406), - [anon_sym_select] = ACTIONS(2406), - [anon_sym_lock] = ACTIONS(2406), - [anon_sym_rlock] = ACTIONS(2406), - [anon_sym_unsafe] = ACTIONS(2406), - [anon_sym_sql] = ACTIONS(2406), - [sym_int_literal] = ACTIONS(2406), - [sym_float_literal] = ACTIONS(2404), - [sym_rune_literal] = ACTIONS(2404), - [anon_sym_AT] = ACTIONS(2406), - [anon_sym_shared] = ACTIONS(2406), - [anon_sym_map_LBRACK] = ACTIONS(2404), - [anon_sym_chan] = ACTIONS(2406), - [anon_sym_thread] = ACTIONS(2406), - [anon_sym_atomic] = ACTIONS(2406), - [sym___double_quote] = ACTIONS(2404), - [sym___single_quote] = ACTIONS(2404), - [sym___c_double_quote] = ACTIONS(2404), - [sym___c_single_quote] = ACTIONS(2404), - [sym___r_double_quote] = ACTIONS(2404), - [sym___r_single_quote] = ACTIONS(2404), + [anon_sym_SEMI] = ACTIONS(2468), + [anon_sym_DOT] = ACTIONS(2470), + [anon_sym_as] = ACTIONS(2470), + [anon_sym_LBRACE] = ACTIONS(2475), + [anon_sym_COMMA] = ACTIONS(2468), + [anon_sym_LPAREN] = ACTIONS(2468), + [anon_sym_PIPE] = ACTIONS(2470), + [anon_sym_fn] = ACTIONS(2470), + [anon_sym_PLUS] = ACTIONS(2470), + [anon_sym_DASH] = ACTIONS(2470), + [anon_sym_STAR] = ACTIONS(2468), + [anon_sym_SLASH] = ACTIONS(2470), + [anon_sym_PERCENT] = ACTIONS(2468), + [anon_sym_LT] = ACTIONS(2470), + [anon_sym_GT] = ACTIONS(2470), + [anon_sym_EQ_EQ] = ACTIONS(2468), + [anon_sym_BANG_EQ] = ACTIONS(2468), + [anon_sym_LT_EQ] = ACTIONS(2468), + [anon_sym_GT_EQ] = ACTIONS(2468), + [anon_sym_LBRACK] = ACTIONS(2475), + [anon_sym_LT2] = ACTIONS(2472), + [anon_sym_RBRACK] = ACTIONS(2468), + [anon_sym_struct] = ACTIONS(2470), + [anon_sym_mut] = ACTIONS(2470), + [anon_sym_COLON] = ACTIONS(2468), + [anon_sym_PLUS_PLUS] = ACTIONS(2468), + [anon_sym_DASH_DASH] = ACTIONS(2468), + [anon_sym_QMARK] = ACTIONS(2470), + [anon_sym_BANG] = ACTIONS(2470), + [anon_sym_go] = ACTIONS(2470), + [anon_sym_spawn] = ACTIONS(2470), + [anon_sym_json_DOTdecode] = ACTIONS(2468), + [anon_sym_LBRACK2] = ACTIONS(2470), + [anon_sym_TILDE] = ACTIONS(2468), + [anon_sym_CARET] = ACTIONS(2468), + [anon_sym_AMP] = ACTIONS(2470), + [anon_sym_LT_DASH] = ACTIONS(2468), + [anon_sym_LT_LT] = ACTIONS(2468), + [anon_sym_GT_GT] = ACTIONS(2470), + [anon_sym_GT_GT_GT] = ACTIONS(2468), + [anon_sym_AMP_CARET] = ACTIONS(2468), + [anon_sym_AMP_AMP] = ACTIONS(2468), + [anon_sym_PIPE_PIPE] = ACTIONS(2468), + [anon_sym_or] = ACTIONS(2470), + [sym_none] = ACTIONS(2470), + [sym_true] = ACTIONS(2470), + [sym_false] = ACTIONS(2470), + [sym_nil] = ACTIONS(2470), + [anon_sym_QMARK_DOT] = ACTIONS(2468), + [anon_sym_POUND_LBRACK] = ACTIONS(2468), + [anon_sym_if] = ACTIONS(2470), + [anon_sym_DOLLARif] = ACTIONS(2470), + [anon_sym_is] = ACTIONS(2470), + [anon_sym_BANGis] = ACTIONS(2468), + [anon_sym_in] = ACTIONS(2470), + [anon_sym_BANGin] = ACTIONS(2468), + [anon_sym_match] = ACTIONS(2470), + [anon_sym_select] = ACTIONS(2470), + [anon_sym_lock] = ACTIONS(2470), + [anon_sym_rlock] = ACTIONS(2470), + [anon_sym_unsafe] = ACTIONS(2470), + [anon_sym_sql] = ACTIONS(2470), + [sym_int_literal] = ACTIONS(2470), + [sym_float_literal] = ACTIONS(2468), + [sym_rune_literal] = ACTIONS(2468), + [anon_sym_AT] = ACTIONS(2470), + [anon_sym_shared] = ACTIONS(2470), + [anon_sym_map_LBRACK] = ACTIONS(2468), + [anon_sym_chan] = ACTIONS(2470), + [anon_sym_thread] = ACTIONS(2470), + [anon_sym_atomic] = ACTIONS(2470), + [sym___double_quote] = ACTIONS(2468), + [sym___single_quote] = ACTIONS(2468), + [sym___c_double_quote] = ACTIONS(2468), + [sym___c_single_quote] = ACTIONS(2468), + [sym___r_double_quote] = ACTIONS(2468), + [sym___r_single_quote] = ACTIONS(2468), }, [1285] = { - [sym_identifier] = ACTIONS(2884), + [sym_identifier] = ACTIONS(2636), [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(3652), - [anon_sym_DOT] = ACTIONS(2886), - [anon_sym_as] = ACTIONS(2884), - [anon_sym_LBRACE] = ACTIONS(2882), - [anon_sym_COMMA] = ACTIONS(2882), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_PIPE] = ACTIONS(2884), - [anon_sym_fn] = ACTIONS(2884), - [anon_sym_PLUS] = ACTIONS(2884), - [anon_sym_DASH] = ACTIONS(2884), - [anon_sym_STAR] = ACTIONS(2882), - [anon_sym_SLASH] = ACTIONS(2884), - [anon_sym_PERCENT] = ACTIONS(2882), - [anon_sym_LT] = ACTIONS(2884), - [anon_sym_GT] = ACTIONS(2884), - [anon_sym_EQ_EQ] = ACTIONS(2882), - [anon_sym_BANG_EQ] = ACTIONS(2882), - [anon_sym_LT_EQ] = ACTIONS(2882), - [anon_sym_GT_EQ] = ACTIONS(2882), - [anon_sym_LBRACK] = ACTIONS(2882), - [anon_sym_RBRACK] = ACTIONS(3652), - [anon_sym_struct] = ACTIONS(2884), - [anon_sym_mut] = ACTIONS(2884), - [anon_sym_COLON] = ACTIONS(3652), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_QMARK] = ACTIONS(2884), - [anon_sym_BANG] = ACTIONS(2884), - [anon_sym_go] = ACTIONS(2884), - [anon_sym_spawn] = ACTIONS(2884), - [anon_sym_json_DOTdecode] = ACTIONS(2882), - [anon_sym_LBRACK2] = ACTIONS(2884), - [anon_sym_TILDE] = ACTIONS(2882), - [anon_sym_CARET] = ACTIONS(2882), - [anon_sym_AMP] = ACTIONS(2884), - [anon_sym_LT_DASH] = ACTIONS(2882), - [anon_sym_LT_LT] = ACTIONS(2882), - [anon_sym_GT_GT] = ACTIONS(2884), - [anon_sym_GT_GT_GT] = ACTIONS(2882), - [anon_sym_AMP_CARET] = ACTIONS(2882), - [anon_sym_AMP_AMP] = ACTIONS(2882), - [anon_sym_PIPE_PIPE] = ACTIONS(2882), - [anon_sym_or] = ACTIONS(2884), - [sym_none] = ACTIONS(2884), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_nil] = ACTIONS(2884), - [anon_sym_QMARK_DOT] = ACTIONS(2882), - [anon_sym_POUND_LBRACK] = ACTIONS(2882), - [anon_sym_if] = ACTIONS(2884), - [anon_sym_DOLLARif] = ACTIONS(2884), - [anon_sym_is] = ACTIONS(2884), - [anon_sym_BANGis] = ACTIONS(2882), - [anon_sym_in] = ACTIONS(2884), - [anon_sym_BANGin] = ACTIONS(2882), - [anon_sym_match] = ACTIONS(2884), - [anon_sym_select] = ACTIONS(2884), - [anon_sym_lock] = ACTIONS(2884), - [anon_sym_rlock] = ACTIONS(2884), - [anon_sym_unsafe] = ACTIONS(2884), - [anon_sym_sql] = ACTIONS(2884), - [sym_int_literal] = ACTIONS(2884), - [sym_float_literal] = ACTIONS(2882), - [sym_rune_literal] = ACTIONS(2882), - [anon_sym_AT] = ACTIONS(2884), - [anon_sym_shared] = ACTIONS(2884), - [anon_sym_map_LBRACK] = ACTIONS(2882), - [anon_sym_chan] = ACTIONS(2884), - [anon_sym_thread] = ACTIONS(2884), - [anon_sym_atomic] = ACTIONS(2884), - [sym___double_quote] = ACTIONS(2882), - [sym___single_quote] = ACTIONS(2882), - [sym___c_double_quote] = ACTIONS(2882), - [sym___c_single_quote] = ACTIONS(2882), - [sym___r_double_quote] = ACTIONS(2882), - [sym___r_single_quote] = ACTIONS(2882), + [anon_sym_SEMI] = ACTIONS(3654), + [anon_sym_DOT] = ACTIONS(2638), + [anon_sym_as] = ACTIONS(2636), + [anon_sym_LBRACE] = ACTIONS(2634), + [anon_sym_COMMA] = ACTIONS(2634), + [anon_sym_LPAREN] = ACTIONS(2634), + [anon_sym_PIPE] = ACTIONS(2636), + [anon_sym_fn] = ACTIONS(2636), + [anon_sym_PLUS] = ACTIONS(2636), + [anon_sym_DASH] = ACTIONS(2636), + [anon_sym_STAR] = ACTIONS(2634), + [anon_sym_SLASH] = ACTIONS(2636), + [anon_sym_PERCENT] = ACTIONS(2634), + [anon_sym_LT] = ACTIONS(2636), + [anon_sym_GT] = ACTIONS(2636), + [anon_sym_EQ_EQ] = ACTIONS(2634), + [anon_sym_BANG_EQ] = ACTIONS(2634), + [anon_sym_LT_EQ] = ACTIONS(2634), + [anon_sym_GT_EQ] = ACTIONS(2634), + [anon_sym_LBRACK] = ACTIONS(2634), + [anon_sym_LT2] = ACTIONS(2636), + [anon_sym_RBRACK] = ACTIONS(3654), + [anon_sym_struct] = ACTIONS(2636), + [anon_sym_mut] = ACTIONS(2636), + [anon_sym_COLON] = ACTIONS(3654), + [anon_sym_PLUS_PLUS] = ACTIONS(2634), + [anon_sym_DASH_DASH] = ACTIONS(2634), + [anon_sym_QMARK] = ACTIONS(2636), + [anon_sym_BANG] = ACTIONS(2636), + [anon_sym_go] = ACTIONS(2636), + [anon_sym_spawn] = ACTIONS(2636), + [anon_sym_json_DOTdecode] = ACTIONS(2634), + [anon_sym_LBRACK2] = ACTIONS(2636), + [anon_sym_TILDE] = ACTIONS(2634), + [anon_sym_CARET] = ACTIONS(2634), + [anon_sym_AMP] = ACTIONS(2636), + [anon_sym_LT_DASH] = ACTIONS(2634), + [anon_sym_LT_LT] = ACTIONS(2634), + [anon_sym_GT_GT] = ACTIONS(2636), + [anon_sym_GT_GT_GT] = ACTIONS(2634), + [anon_sym_AMP_CARET] = ACTIONS(2634), + [anon_sym_AMP_AMP] = ACTIONS(2634), + [anon_sym_PIPE_PIPE] = ACTIONS(2634), + [anon_sym_or] = ACTIONS(2636), + [sym_none] = ACTIONS(2636), + [sym_true] = ACTIONS(2636), + [sym_false] = ACTIONS(2636), + [sym_nil] = ACTIONS(2636), + [anon_sym_QMARK_DOT] = ACTIONS(2634), + [anon_sym_POUND_LBRACK] = ACTIONS(2634), + [anon_sym_if] = ACTIONS(2636), + [anon_sym_DOLLARif] = ACTIONS(2636), + [anon_sym_is] = ACTIONS(2636), + [anon_sym_BANGis] = ACTIONS(2634), + [anon_sym_in] = ACTIONS(2636), + [anon_sym_BANGin] = ACTIONS(2634), + [anon_sym_match] = ACTIONS(2636), + [anon_sym_select] = ACTIONS(2636), + [anon_sym_lock] = ACTIONS(2636), + [anon_sym_rlock] = ACTIONS(2636), + [anon_sym_unsafe] = ACTIONS(2636), + [anon_sym_sql] = ACTIONS(2636), + [sym_int_literal] = ACTIONS(2636), + [sym_float_literal] = ACTIONS(2634), + [sym_rune_literal] = ACTIONS(2634), + [anon_sym_AT] = ACTIONS(2636), + [anon_sym_shared] = ACTIONS(2636), + [anon_sym_map_LBRACK] = ACTIONS(2634), + [anon_sym_chan] = ACTIONS(2636), + [anon_sym_thread] = ACTIONS(2636), + [anon_sym_atomic] = ACTIONS(2636), + [sym___double_quote] = ACTIONS(2634), + [sym___single_quote] = ACTIONS(2634), + [sym___c_double_quote] = ACTIONS(2634), + [sym___c_single_quote] = ACTIONS(2634), + [sym___r_double_quote] = ACTIONS(2634), + [sym___r_single_quote] = ACTIONS(2634), }, [1286] = { - [sym_identifier] = ACTIONS(3089), + [sym_type_parameters] = STATE(1308), + [sym_identifier] = ACTIONS(2628), [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(3087), - [anon_sym_DOT] = ACTIONS(3089), - [anon_sym_as] = ACTIONS(3089), - [anon_sym_LBRACE] = ACTIONS(3087), - [anon_sym_COMMA] = ACTIONS(3087), - [anon_sym_LPAREN] = ACTIONS(3087), - [anon_sym_PIPE] = ACTIONS(3089), - [anon_sym_fn] = ACTIONS(3089), - [anon_sym_PLUS] = ACTIONS(3089), - [anon_sym_DASH] = ACTIONS(3089), - [anon_sym_STAR] = ACTIONS(3087), - [anon_sym_SLASH] = ACTIONS(3089), - [anon_sym_PERCENT] = ACTIONS(3087), - [anon_sym_LT] = ACTIONS(3089), - [anon_sym_GT] = ACTIONS(3089), - [anon_sym_EQ_EQ] = ACTIONS(3087), - [anon_sym_BANG_EQ] = ACTIONS(3087), - [anon_sym_LT_EQ] = ACTIONS(3087), - [anon_sym_GT_EQ] = ACTIONS(3087), - [anon_sym_LBRACK] = ACTIONS(3087), - [anon_sym_RBRACK] = ACTIONS(3087), - [anon_sym_struct] = ACTIONS(3089), - [anon_sym_mut] = ACTIONS(3089), - [anon_sym_PLUS_PLUS] = ACTIONS(3087), - [anon_sym_DASH_DASH] = ACTIONS(3087), - [anon_sym_QMARK] = ACTIONS(3089), - [anon_sym_BANG] = ACTIONS(3089), - [anon_sym_go] = ACTIONS(3089), - [anon_sym_spawn] = ACTIONS(3089), - [anon_sym_json_DOTdecode] = ACTIONS(3087), - [anon_sym_LBRACK2] = ACTIONS(3089), - [anon_sym_TILDE] = ACTIONS(3087), - [anon_sym_CARET] = ACTIONS(3087), - [anon_sym_AMP] = ACTIONS(3089), - [anon_sym_LT_DASH] = ACTIONS(3087), - [anon_sym_LT_LT] = ACTIONS(3087), - [anon_sym_GT_GT] = ACTIONS(3089), - [anon_sym_GT_GT_GT] = ACTIONS(3087), - [anon_sym_AMP_CARET] = ACTIONS(3087), - [anon_sym_AMP_AMP] = ACTIONS(3087), - [anon_sym_PIPE_PIPE] = ACTIONS(3087), - [anon_sym_or] = ACTIONS(3089), - [sym_none] = ACTIONS(3089), - [sym_true] = ACTIONS(3089), - [sym_false] = ACTIONS(3089), - [sym_nil] = ACTIONS(3089), - [anon_sym_QMARK_DOT] = ACTIONS(3087), - [anon_sym_POUND_LBRACK] = ACTIONS(3087), - [anon_sym_if] = ACTIONS(3089), - [anon_sym_DOLLARif] = ACTIONS(3089), - [anon_sym_is] = ACTIONS(3089), - [anon_sym_BANGis] = ACTIONS(3087), - [anon_sym_in] = ACTIONS(3089), - [anon_sym_BANGin] = ACTIONS(3087), - [anon_sym_match] = ACTIONS(3089), - [anon_sym_select] = ACTIONS(3089), - [anon_sym_lock] = ACTIONS(3089), - [anon_sym_rlock] = ACTIONS(3089), - [anon_sym_unsafe] = ACTIONS(3089), - [anon_sym_sql] = ACTIONS(3089), - [sym_int_literal] = ACTIONS(3089), - [sym_float_literal] = ACTIONS(3087), - [sym_rune_literal] = ACTIONS(3087), - [anon_sym_AT] = ACTIONS(3089), - [anon_sym_shared] = ACTIONS(3089), - [anon_sym_map_LBRACK] = ACTIONS(3087), - [anon_sym_chan] = ACTIONS(3089), - [anon_sym_thread] = ACTIONS(3089), - [anon_sym_atomic] = ACTIONS(3089), - [sym___double_quote] = ACTIONS(3087), - [sym___single_quote] = ACTIONS(3087), - [sym___c_double_quote] = ACTIONS(3087), - [sym___c_single_quote] = ACTIONS(3087), - [sym___r_double_quote] = ACTIONS(3087), - [sym___r_single_quote] = ACTIONS(3087), + [anon_sym_DOT] = ACTIONS(2628), + [anon_sym_as] = ACTIONS(2628), + [anon_sym_LBRACE] = ACTIONS(2626), + [anon_sym_COMMA] = ACTIONS(2626), + [anon_sym_LPAREN] = ACTIONS(2626), + [anon_sym_PIPE] = ACTIONS(2628), + [anon_sym_fn] = ACTIONS(2628), + [anon_sym_PLUS] = ACTIONS(2628), + [anon_sym_DASH] = ACTIONS(2628), + [anon_sym_STAR] = ACTIONS(2626), + [anon_sym_SLASH] = ACTIONS(2628), + [anon_sym_PERCENT] = ACTIONS(2626), + [anon_sym_LT] = ACTIONS(2628), + [anon_sym_GT] = ACTIONS(2628), + [anon_sym_EQ_EQ] = ACTIONS(2626), + [anon_sym_BANG_EQ] = ACTIONS(2626), + [anon_sym_LT_EQ] = ACTIONS(2626), + [anon_sym_GT_EQ] = ACTIONS(2626), + [anon_sym_LBRACK] = ACTIONS(2626), + [anon_sym_LT2] = ACTIONS(2628), + [anon_sym_RBRACK] = ACTIONS(2626), + [anon_sym_struct] = ACTIONS(2628), + [anon_sym_mut] = ACTIONS(2628), + [anon_sym_PLUS_PLUS] = ACTIONS(2626), + [anon_sym_DASH_DASH] = ACTIONS(2626), + [anon_sym_QMARK] = ACTIONS(2628), + [anon_sym_BANG] = ACTIONS(2628), + [anon_sym_go] = ACTIONS(2628), + [anon_sym_spawn] = ACTIONS(2628), + [anon_sym_json_DOTdecode] = ACTIONS(2626), + [anon_sym_LBRACK2] = ACTIONS(2628), + [anon_sym_TILDE] = ACTIONS(2626), + [anon_sym_CARET] = ACTIONS(2626), + [anon_sym_AMP] = ACTIONS(2628), + [anon_sym_LT_DASH] = ACTIONS(2626), + [anon_sym_LT_LT] = ACTIONS(2626), + [anon_sym_GT_GT] = ACTIONS(2628), + [anon_sym_GT_GT_GT] = ACTIONS(2626), + [anon_sym_AMP_CARET] = ACTIONS(2626), + [anon_sym_AMP_AMP] = ACTIONS(2626), + [anon_sym_PIPE_PIPE] = ACTIONS(2626), + [anon_sym_or] = ACTIONS(2628), + [sym_none] = ACTIONS(2628), + [sym_true] = ACTIONS(2628), + [sym_false] = ACTIONS(2628), + [sym_nil] = ACTIONS(2628), + [anon_sym_QMARK_DOT] = ACTIONS(2626), + [anon_sym_POUND_LBRACK] = ACTIONS(2626), + [anon_sym_if] = ACTIONS(2628), + [anon_sym_DOLLARif] = ACTIONS(2628), + [anon_sym_is] = ACTIONS(2628), + [anon_sym_BANGis] = ACTIONS(2626), + [anon_sym_in] = ACTIONS(2628), + [anon_sym_BANGin] = ACTIONS(2626), + [anon_sym_match] = ACTIONS(2628), + [anon_sym_select] = ACTIONS(2628), + [anon_sym_lock] = ACTIONS(2628), + [anon_sym_rlock] = ACTIONS(2628), + [anon_sym_unsafe] = ACTIONS(2628), + [anon_sym_sql] = ACTIONS(2628), + [sym_int_literal] = ACTIONS(2628), + [sym_float_literal] = ACTIONS(2626), + [sym_rune_literal] = ACTIONS(2626), + [anon_sym_AT] = ACTIONS(2628), + [anon_sym_shared] = ACTIONS(2628), + [anon_sym_map_LBRACK] = ACTIONS(2626), + [anon_sym_chan] = ACTIONS(2628), + [anon_sym_thread] = ACTIONS(2628), + [anon_sym_atomic] = ACTIONS(2628), + [sym___double_quote] = ACTIONS(2626), + [sym___single_quote] = ACTIONS(2626), + [sym___c_double_quote] = ACTIONS(2626), + [sym___c_single_quote] = ACTIONS(2626), + [sym___r_double_quote] = ACTIONS(2626), + [sym___r_single_quote] = ACTIONS(2626), }, [1287] = { - [sym_identifier] = ACTIONS(3033), + [sym_identifier] = ACTIONS(2811), [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(3031), - [anon_sym_DOT] = ACTIONS(3033), - [anon_sym_as] = ACTIONS(3033), - [anon_sym_LBRACE] = ACTIONS(3031), - [anon_sym_COMMA] = ACTIONS(3031), - [anon_sym_LPAREN] = ACTIONS(3031), - [anon_sym_PIPE] = ACTIONS(3033), - [anon_sym_fn] = ACTIONS(3033), - [anon_sym_PLUS] = ACTIONS(3033), - [anon_sym_DASH] = ACTIONS(3033), - [anon_sym_STAR] = ACTIONS(3031), - [anon_sym_SLASH] = ACTIONS(3033), - [anon_sym_PERCENT] = ACTIONS(3031), - [anon_sym_LT] = ACTIONS(3033), - [anon_sym_GT] = ACTIONS(3033), - [anon_sym_EQ_EQ] = ACTIONS(3031), - [anon_sym_BANG_EQ] = ACTIONS(3031), - [anon_sym_LT_EQ] = ACTIONS(3031), - [anon_sym_GT_EQ] = ACTIONS(3031), - [anon_sym_LBRACK] = ACTIONS(3031), - [anon_sym_RBRACK] = ACTIONS(3031), - [anon_sym_struct] = ACTIONS(3033), - [anon_sym_mut] = ACTIONS(3033), - [anon_sym_PLUS_PLUS] = ACTIONS(3031), - [anon_sym_DASH_DASH] = ACTIONS(3031), - [anon_sym_QMARK] = ACTIONS(3033), - [anon_sym_BANG] = ACTIONS(3033), - [anon_sym_go] = ACTIONS(3033), - [anon_sym_spawn] = ACTIONS(3033), - [anon_sym_json_DOTdecode] = ACTIONS(3031), - [anon_sym_LBRACK2] = ACTIONS(3033), - [anon_sym_TILDE] = ACTIONS(3031), - [anon_sym_CARET] = ACTIONS(3031), - [anon_sym_AMP] = ACTIONS(3033), - [anon_sym_LT_DASH] = ACTIONS(3031), - [anon_sym_LT_LT] = ACTIONS(3031), - [anon_sym_GT_GT] = ACTIONS(3033), - [anon_sym_GT_GT_GT] = ACTIONS(3031), - [anon_sym_AMP_CARET] = ACTIONS(3031), - [anon_sym_AMP_AMP] = ACTIONS(3031), - [anon_sym_PIPE_PIPE] = ACTIONS(3031), - [anon_sym_or] = ACTIONS(3033), - [sym_none] = ACTIONS(3033), - [sym_true] = ACTIONS(3033), - [sym_false] = ACTIONS(3033), - [sym_nil] = ACTIONS(3033), - [anon_sym_QMARK_DOT] = ACTIONS(3031), - [anon_sym_POUND_LBRACK] = ACTIONS(3031), - [anon_sym_if] = ACTIONS(3033), - [anon_sym_DOLLARif] = ACTIONS(3033), - [anon_sym_is] = ACTIONS(3033), - [anon_sym_BANGis] = ACTIONS(3031), - [anon_sym_in] = ACTIONS(3033), - [anon_sym_BANGin] = ACTIONS(3031), - [anon_sym_match] = ACTIONS(3033), - [anon_sym_select] = ACTIONS(3033), - [anon_sym_lock] = ACTIONS(3033), - [anon_sym_rlock] = ACTIONS(3033), - [anon_sym_unsafe] = ACTIONS(3033), - [anon_sym_sql] = ACTIONS(3033), - [sym_int_literal] = ACTIONS(3033), - [sym_float_literal] = ACTIONS(3031), - [sym_rune_literal] = ACTIONS(3031), - [anon_sym_AT] = ACTIONS(3033), - [anon_sym_shared] = ACTIONS(3033), - [anon_sym_map_LBRACK] = ACTIONS(3031), - [anon_sym_chan] = ACTIONS(3033), - [anon_sym_thread] = ACTIONS(3033), - [anon_sym_atomic] = ACTIONS(3033), - [sym___double_quote] = ACTIONS(3031), - [sym___single_quote] = ACTIONS(3031), - [sym___c_double_quote] = ACTIONS(3031), - [sym___c_single_quote] = ACTIONS(3031), - [sym___r_double_quote] = ACTIONS(3031), - [sym___r_single_quote] = ACTIONS(3031), + [anon_sym_SEMI] = ACTIONS(2809), + [anon_sym_DOT] = ACTIONS(2811), + [anon_sym_as] = ACTIONS(2811), + [anon_sym_LBRACE] = ACTIONS(2809), + [anon_sym_COMMA] = ACTIONS(2809), + [anon_sym_LPAREN] = ACTIONS(2809), + [anon_sym_PIPE] = ACTIONS(2811), + [anon_sym_fn] = ACTIONS(2811), + [anon_sym_PLUS] = ACTIONS(2811), + [anon_sym_DASH] = ACTIONS(2811), + [anon_sym_STAR] = ACTIONS(2809), + [anon_sym_SLASH] = ACTIONS(2811), + [anon_sym_PERCENT] = ACTIONS(2809), + [anon_sym_LT] = ACTIONS(2811), + [anon_sym_GT] = ACTIONS(2811), + [anon_sym_EQ_EQ] = ACTIONS(2809), + [anon_sym_BANG_EQ] = ACTIONS(2809), + [anon_sym_LT_EQ] = ACTIONS(2809), + [anon_sym_GT_EQ] = ACTIONS(2809), + [anon_sym_LBRACK] = ACTIONS(2809), + [anon_sym_LT2] = ACTIONS(2811), + [anon_sym_RBRACK] = ACTIONS(2809), + [anon_sym_struct] = ACTIONS(2811), + [anon_sym_mut] = ACTIONS(2811), + [anon_sym_PLUS_PLUS] = ACTIONS(2809), + [anon_sym_DASH_DASH] = ACTIONS(2809), + [anon_sym_QMARK] = ACTIONS(2811), + [anon_sym_BANG] = ACTIONS(2811), + [anon_sym_go] = ACTIONS(2811), + [anon_sym_spawn] = ACTIONS(2811), + [anon_sym_json_DOTdecode] = ACTIONS(2809), + [anon_sym_LBRACK2] = ACTIONS(2811), + [anon_sym_TILDE] = ACTIONS(2809), + [anon_sym_CARET] = ACTIONS(2809), + [anon_sym_AMP] = ACTIONS(2811), + [anon_sym_LT_DASH] = ACTIONS(2809), + [anon_sym_LT_LT] = ACTIONS(2809), + [anon_sym_GT_GT] = ACTIONS(2811), + [anon_sym_GT_GT_GT] = ACTIONS(2809), + [anon_sym_AMP_CARET] = ACTIONS(2809), + [anon_sym_AMP_AMP] = ACTIONS(2809), + [anon_sym_PIPE_PIPE] = ACTIONS(2809), + [anon_sym_or] = ACTIONS(2811), + [sym_none] = ACTIONS(2811), + [sym_true] = ACTIONS(2811), + [sym_false] = ACTIONS(2811), + [sym_nil] = ACTIONS(2811), + [anon_sym_QMARK_DOT] = ACTIONS(2809), + [anon_sym_POUND_LBRACK] = ACTIONS(2809), + [anon_sym_if] = ACTIONS(2811), + [anon_sym_DOLLARif] = ACTIONS(2811), + [anon_sym_is] = ACTIONS(2811), + [anon_sym_BANGis] = ACTIONS(2809), + [anon_sym_in] = ACTIONS(2811), + [anon_sym_BANGin] = ACTIONS(2809), + [anon_sym_match] = ACTIONS(2811), + [anon_sym_select] = ACTIONS(2811), + [anon_sym_lock] = ACTIONS(2811), + [anon_sym_rlock] = ACTIONS(2811), + [anon_sym_unsafe] = ACTIONS(2811), + [anon_sym_sql] = ACTIONS(2811), + [sym_int_literal] = ACTIONS(2811), + [sym_float_literal] = ACTIONS(2809), + [sym_rune_literal] = ACTIONS(2809), + [anon_sym_AT] = ACTIONS(2811), + [anon_sym_shared] = ACTIONS(2811), + [anon_sym_map_LBRACK] = ACTIONS(2809), + [anon_sym_chan] = ACTIONS(2811), + [anon_sym_thread] = ACTIONS(2811), + [anon_sym_atomic] = ACTIONS(2811), + [sym___double_quote] = ACTIONS(2809), + [sym___single_quote] = ACTIONS(2809), + [sym___c_double_quote] = ACTIONS(2809), + [sym___c_single_quote] = ACTIONS(2809), + [sym___r_double_quote] = ACTIONS(2809), + [sym___r_single_quote] = ACTIONS(2809), }, [1288] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2378), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(585), - [anon_sym_LF] = ACTIONS(585), - [anon_sym_CR] = ACTIONS(585), - [anon_sym_CR_LF] = ACTIONS(585), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(585), - [anon_sym_DOT] = ACTIONS(585), - [anon_sym_as] = ACTIONS(585), - [anon_sym_LBRACE] = ACTIONS(589), - [anon_sym_COMMA] = ACTIONS(585), - [anon_sym_RBRACE] = ACTIONS(585), - [anon_sym_LPAREN] = ACTIONS(585), - [anon_sym___global] = ACTIONS(585), - [anon_sym_PIPE] = ACTIONS(585), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(585), - [anon_sym_DASH] = ACTIONS(585), - [anon_sym_STAR] = ACTIONS(585), - [anon_sym_SLASH] = ACTIONS(585), - [anon_sym_PERCENT] = ACTIONS(585), - [anon_sym_LT] = ACTIONS(585), - [anon_sym_GT] = ACTIONS(585), - [anon_sym_EQ_EQ] = ACTIONS(585), - [anon_sym_BANG_EQ] = ACTIONS(585), - [anon_sym_LT_EQ] = ACTIONS(585), - [anon_sym_GT_EQ] = ACTIONS(585), - [anon_sym_DOT_DOT_DOT] = ACTIONS(585), - [anon_sym_LBRACK] = ACTIONS(583), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_pub] = ACTIONS(585), - [anon_sym_mut] = ACTIONS(585), - [anon_sym_PLUS_PLUS] = ACTIONS(585), - [anon_sym_DASH_DASH] = ACTIONS(585), - [anon_sym_QMARK] = ACTIONS(585), - [anon_sym_BANG] = ACTIONS(585), - [anon_sym_LBRACK2] = ACTIONS(585), - [anon_sym_CARET] = ACTIONS(585), - [anon_sym_AMP] = ACTIONS(585), - [anon_sym_LT_LT] = ACTIONS(585), - [anon_sym_GT_GT] = ACTIONS(585), - [anon_sym_GT_GT_GT] = ACTIONS(585), - [anon_sym_AMP_CARET] = ACTIONS(585), - [anon_sym_AMP_AMP] = ACTIONS(585), - [anon_sym_PIPE_PIPE] = ACTIONS(585), - [anon_sym_or] = ACTIONS(585), - [anon_sym_QMARK_DOT] = ACTIONS(585), - [anon_sym_POUND_LBRACK] = ACTIONS(585), - [anon_sym_is] = ACTIONS(585), - [anon_sym_BANGis] = ACTIONS(585), - [anon_sym_in] = ACTIONS(585), - [anon_sym_BANGin] = ACTIONS(585), - [anon_sym_shared] = ACTIONS(611), - [anon_sym_map_LBRACK] = ACTIONS(537), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [anon_sym_AT_LBRACK] = ACTIONS(585), + [sym_identifier] = ACTIONS(3656), + [sym_comment] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(3658), + [anon_sym_DOT] = ACTIONS(3656), + [anon_sym_as] = ACTIONS(3656), + [anon_sym_LBRACE] = ACTIONS(3660), + [anon_sym_COMMA] = ACTIONS(3660), + [anon_sym_LPAREN] = ACTIONS(3660), + [anon_sym_PIPE] = ACTIONS(3656), + [anon_sym_fn] = ACTIONS(3656), + [anon_sym_PLUS] = ACTIONS(3656), + [anon_sym_DASH] = ACTIONS(3656), + [anon_sym_STAR] = ACTIONS(3660), + [anon_sym_SLASH] = ACTIONS(3656), + [anon_sym_PERCENT] = ACTIONS(3660), + [anon_sym_LT] = ACTIONS(3656), + [anon_sym_GT] = ACTIONS(3656), + [anon_sym_EQ_EQ] = ACTIONS(3660), + [anon_sym_BANG_EQ] = ACTIONS(3660), + [anon_sym_LT_EQ] = ACTIONS(3660), + [anon_sym_GT_EQ] = ACTIONS(3660), + [anon_sym_LBRACK] = ACTIONS(3660), + [anon_sym_LT2] = ACTIONS(3656), + [anon_sym_RBRACK] = ACTIONS(3658), + [anon_sym_struct] = ACTIONS(3656), + [anon_sym_mut] = ACTIONS(3656), + [anon_sym_PLUS_PLUS] = ACTIONS(3660), + [anon_sym_DASH_DASH] = ACTIONS(3660), + [anon_sym_QMARK] = ACTIONS(3656), + [anon_sym_BANG] = ACTIONS(3656), + [anon_sym_go] = ACTIONS(3656), + [anon_sym_spawn] = ACTIONS(3656), + [anon_sym_json_DOTdecode] = ACTIONS(3660), + [anon_sym_LBRACK2] = ACTIONS(3656), + [anon_sym_TILDE] = ACTIONS(3660), + [anon_sym_CARET] = ACTIONS(3660), + [anon_sym_AMP] = ACTIONS(3656), + [anon_sym_LT_DASH] = ACTIONS(3660), + [anon_sym_LT_LT] = ACTIONS(3660), + [anon_sym_GT_GT] = ACTIONS(3656), + [anon_sym_GT_GT_GT] = ACTIONS(3660), + [anon_sym_AMP_CARET] = ACTIONS(3660), + [anon_sym_AMP_AMP] = ACTIONS(3660), + [anon_sym_PIPE_PIPE] = ACTIONS(3660), + [anon_sym_or] = ACTIONS(3656), + [sym_none] = ACTIONS(3656), + [sym_true] = ACTIONS(3656), + [sym_false] = ACTIONS(3656), + [sym_nil] = ACTIONS(3656), + [anon_sym_QMARK_DOT] = ACTIONS(3660), + [anon_sym_POUND_LBRACK] = ACTIONS(3660), + [anon_sym_if] = ACTIONS(3656), + [anon_sym_DOLLARif] = ACTIONS(3656), + [anon_sym_is] = ACTIONS(3656), + [anon_sym_BANGis] = ACTIONS(3660), + [anon_sym_in] = ACTIONS(3656), + [anon_sym_BANGin] = ACTIONS(3660), + [anon_sym_match] = ACTIONS(3656), + [anon_sym_select] = ACTIONS(3656), + [anon_sym_lock] = ACTIONS(3656), + [anon_sym_rlock] = ACTIONS(3656), + [anon_sym_unsafe] = ACTIONS(3656), + [anon_sym_sql] = ACTIONS(3656), + [sym_int_literal] = ACTIONS(3656), + [sym_float_literal] = ACTIONS(3660), + [sym_rune_literal] = ACTIONS(3660), + [anon_sym_AT] = ACTIONS(3656), + [anon_sym_shared] = ACTIONS(3656), + [anon_sym_map_LBRACK] = ACTIONS(3660), + [anon_sym_chan] = ACTIONS(3656), + [anon_sym_thread] = ACTIONS(3656), + [anon_sym_atomic] = ACTIONS(3656), + [sym___double_quote] = ACTIONS(3660), + [sym___single_quote] = ACTIONS(3660), + [sym___c_double_quote] = ACTIONS(3660), + [sym___c_single_quote] = ACTIONS(3660), + [sym___r_double_quote] = ACTIONS(3660), + [sym___r_single_quote] = ACTIONS(3660), }, [1289] = { - [sym_identifier] = ACTIONS(2730), + [sym_identifier] = ACTIONS(2590), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2730), - [anon_sym_as] = ACTIONS(2730), - [anon_sym_LBRACE] = ACTIONS(2728), - [anon_sym_COMMA] = ACTIONS(2728), - [anon_sym_LPAREN] = ACTIONS(2728), - [anon_sym_PIPE] = ACTIONS(2730), - [anon_sym_fn] = ACTIONS(2730), - [anon_sym_PLUS] = ACTIONS(2730), - [anon_sym_DASH] = ACTIONS(2730), - [anon_sym_STAR] = ACTIONS(2728), - [anon_sym_SLASH] = ACTIONS(2730), - [anon_sym_PERCENT] = ACTIONS(2728), - [anon_sym_LT] = ACTIONS(2730), - [anon_sym_GT] = ACTIONS(2730), - [anon_sym_EQ_EQ] = ACTIONS(2728), - [anon_sym_BANG_EQ] = ACTIONS(2728), - [anon_sym_LT_EQ] = ACTIONS(2728), - [anon_sym_GT_EQ] = ACTIONS(2728), - [anon_sym_LBRACK] = ACTIONS(2728), - [anon_sym_RBRACK] = ACTIONS(2728), - [anon_sym_struct] = ACTIONS(2730), - [anon_sym_mut] = ACTIONS(2730), - [anon_sym_PLUS_PLUS] = ACTIONS(2728), - [anon_sym_DASH_DASH] = ACTIONS(2728), - [anon_sym_QMARK] = ACTIONS(2730), - [anon_sym_BANG] = ACTIONS(2730), - [anon_sym_go] = ACTIONS(2730), - [anon_sym_spawn] = ACTIONS(2730), - [anon_sym_json_DOTdecode] = ACTIONS(2728), - [anon_sym_LBRACK2] = ACTIONS(2730), - [anon_sym_TILDE] = ACTIONS(2728), - [anon_sym_CARET] = ACTIONS(2728), - [anon_sym_AMP] = ACTIONS(2730), - [anon_sym_LT_DASH] = ACTIONS(2728), - [anon_sym_LT_LT] = ACTIONS(2728), - [anon_sym_GT_GT] = ACTIONS(2730), - [anon_sym_GT_GT_GT] = ACTIONS(2728), - [anon_sym_AMP_CARET] = ACTIONS(2728), - [anon_sym_AMP_AMP] = ACTIONS(2728), - [anon_sym_PIPE_PIPE] = ACTIONS(2728), - [anon_sym_or] = ACTIONS(2730), - [sym_none] = ACTIONS(2730), - [sym_true] = ACTIONS(2730), - [sym_false] = ACTIONS(2730), - [sym_nil] = ACTIONS(2730), - [anon_sym_QMARK_DOT] = ACTIONS(2728), - [anon_sym_POUND_LBRACK] = ACTIONS(2728), - [anon_sym_if] = ACTIONS(2730), - [anon_sym_else] = ACTIONS(2730), - [anon_sym_DOLLARif] = ACTIONS(2730), - [anon_sym_is] = ACTIONS(2730), - [anon_sym_BANGis] = ACTIONS(2728), - [anon_sym_in] = ACTIONS(2730), - [anon_sym_BANGin] = ACTIONS(2728), - [anon_sym_match] = ACTIONS(2730), - [anon_sym_select] = ACTIONS(2730), - [anon_sym_lock] = ACTIONS(2730), - [anon_sym_rlock] = ACTIONS(2730), - [anon_sym_unsafe] = ACTIONS(2730), - [anon_sym_sql] = ACTIONS(2730), - [sym_int_literal] = ACTIONS(2730), - [sym_float_literal] = ACTIONS(2728), - [sym_rune_literal] = ACTIONS(2728), - [anon_sym_AT] = ACTIONS(2730), - [anon_sym_shared] = ACTIONS(2730), - [anon_sym_map_LBRACK] = ACTIONS(2728), - [anon_sym_chan] = ACTIONS(2730), - [anon_sym_thread] = ACTIONS(2730), - [anon_sym_atomic] = ACTIONS(2730), - [sym___double_quote] = ACTIONS(2728), - [sym___single_quote] = ACTIONS(2728), - [sym___c_double_quote] = ACTIONS(2728), - [sym___c_single_quote] = ACTIONS(2728), - [sym___r_double_quote] = ACTIONS(2728), - [sym___r_single_quote] = ACTIONS(2728), + [anon_sym_DOT] = ACTIONS(2590), + [anon_sym_as] = ACTIONS(2590), + [anon_sym_LBRACE] = ACTIONS(2588), + [anon_sym_COMMA] = ACTIONS(2588), + [anon_sym_LPAREN] = ACTIONS(2588), + [anon_sym_PIPE] = ACTIONS(2590), + [anon_sym_fn] = ACTIONS(2590), + [anon_sym_PLUS] = ACTIONS(2590), + [anon_sym_DASH] = ACTIONS(2590), + [anon_sym_STAR] = ACTIONS(2588), + [anon_sym_SLASH] = ACTIONS(2590), + [anon_sym_PERCENT] = ACTIONS(2588), + [anon_sym_LT] = ACTIONS(2590), + [anon_sym_GT] = ACTIONS(2590), + [anon_sym_EQ_EQ] = ACTIONS(2588), + [anon_sym_BANG_EQ] = ACTIONS(2588), + [anon_sym_LT_EQ] = ACTIONS(2588), + [anon_sym_GT_EQ] = ACTIONS(2588), + [anon_sym_LBRACK] = ACTIONS(2588), + [anon_sym_LT2] = ACTIONS(2590), + [anon_sym_RBRACK] = ACTIONS(2588), + [anon_sym_struct] = ACTIONS(2590), + [anon_sym_mut] = ACTIONS(2590), + [anon_sym_PLUS_PLUS] = ACTIONS(2588), + [anon_sym_DASH_DASH] = ACTIONS(2588), + [anon_sym_QMARK] = ACTIONS(2590), + [anon_sym_BANG] = ACTIONS(2590), + [anon_sym_go] = ACTIONS(2590), + [anon_sym_spawn] = ACTIONS(2590), + [anon_sym_json_DOTdecode] = ACTIONS(2588), + [anon_sym_LBRACK2] = ACTIONS(2590), + [anon_sym_TILDE] = ACTIONS(2588), + [anon_sym_CARET] = ACTIONS(2588), + [anon_sym_AMP] = ACTIONS(2590), + [anon_sym_LT_DASH] = ACTIONS(2588), + [anon_sym_LT_LT] = ACTIONS(2588), + [anon_sym_GT_GT] = ACTIONS(2590), + [anon_sym_GT_GT_GT] = ACTIONS(2588), + [anon_sym_AMP_CARET] = ACTIONS(2588), + [anon_sym_AMP_AMP] = ACTIONS(2588), + [anon_sym_PIPE_PIPE] = ACTIONS(2588), + [anon_sym_or] = ACTIONS(2590), + [sym_none] = ACTIONS(2590), + [sym_true] = ACTIONS(2590), + [sym_false] = ACTIONS(2590), + [sym_nil] = ACTIONS(2590), + [anon_sym_QMARK_DOT] = ACTIONS(2588), + [anon_sym_POUND_LBRACK] = ACTIONS(2588), + [anon_sym_if] = ACTIONS(2590), + [anon_sym_else] = ACTIONS(2590), + [anon_sym_DOLLARif] = ACTIONS(2590), + [anon_sym_is] = ACTIONS(2590), + [anon_sym_BANGis] = ACTIONS(2588), + [anon_sym_in] = ACTIONS(2590), + [anon_sym_BANGin] = ACTIONS(2588), + [anon_sym_match] = ACTIONS(2590), + [anon_sym_select] = ACTIONS(2590), + [anon_sym_lock] = ACTIONS(2590), + [anon_sym_rlock] = ACTIONS(2590), + [anon_sym_unsafe] = ACTIONS(2590), + [anon_sym_sql] = ACTIONS(2590), + [sym_int_literal] = ACTIONS(2590), + [sym_float_literal] = ACTIONS(2588), + [sym_rune_literal] = ACTIONS(2588), + [anon_sym_AT] = ACTIONS(2590), + [anon_sym_shared] = ACTIONS(2590), + [anon_sym_map_LBRACK] = ACTIONS(2588), + [anon_sym_chan] = ACTIONS(2590), + [anon_sym_thread] = ACTIONS(2590), + [anon_sym_atomic] = ACTIONS(2590), + [sym___double_quote] = ACTIONS(2588), + [sym___single_quote] = ACTIONS(2588), + [sym___c_double_quote] = ACTIONS(2588), + [sym___c_single_quote] = ACTIONS(2588), + [sym___r_double_quote] = ACTIONS(2588), + [sym___r_single_quote] = ACTIONS(2588), }, [1290] = { - [sym_identifier] = ACTIONS(2700), + [sym_identifier] = ACTIONS(3019), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2700), - [anon_sym_as] = ACTIONS(2700), - [anon_sym_LBRACE] = ACTIONS(2698), - [anon_sym_COMMA] = ACTIONS(2698), - [anon_sym_LPAREN] = ACTIONS(2698), - [anon_sym_PIPE] = ACTIONS(2700), - [anon_sym_fn] = ACTIONS(2700), - [anon_sym_PLUS] = ACTIONS(2700), - [anon_sym_DASH] = ACTIONS(2700), - [anon_sym_STAR] = ACTIONS(2698), - [anon_sym_SLASH] = ACTIONS(2700), - [anon_sym_PERCENT] = ACTIONS(2698), - [anon_sym_LT] = ACTIONS(2700), - [anon_sym_GT] = ACTIONS(2700), - [anon_sym_EQ_EQ] = ACTIONS(2698), - [anon_sym_BANG_EQ] = ACTIONS(2698), - [anon_sym_LT_EQ] = ACTIONS(2698), - [anon_sym_GT_EQ] = ACTIONS(2698), - [anon_sym_LBRACK] = ACTIONS(2698), - [anon_sym_RBRACK] = ACTIONS(2698), - [anon_sym_struct] = ACTIONS(2700), - [anon_sym_mut] = ACTIONS(2700), - [anon_sym_PLUS_PLUS] = ACTIONS(2698), - [anon_sym_DASH_DASH] = ACTIONS(2698), - [anon_sym_QMARK] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_go] = ACTIONS(2700), - [anon_sym_spawn] = ACTIONS(2700), - [anon_sym_json_DOTdecode] = ACTIONS(2698), - [anon_sym_LBRACK2] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2698), - [anon_sym_CARET] = ACTIONS(2698), - [anon_sym_AMP] = ACTIONS(2700), - [anon_sym_LT_DASH] = ACTIONS(2698), - [anon_sym_LT_LT] = ACTIONS(2698), - [anon_sym_GT_GT] = ACTIONS(2700), - [anon_sym_GT_GT_GT] = ACTIONS(2698), - [anon_sym_AMP_CARET] = ACTIONS(2698), - [anon_sym_AMP_AMP] = ACTIONS(2698), - [anon_sym_PIPE_PIPE] = ACTIONS(2698), - [anon_sym_or] = ACTIONS(2700), - [sym_none] = ACTIONS(2700), - [sym_true] = ACTIONS(2700), - [sym_false] = ACTIONS(2700), - [sym_nil] = ACTIONS(2700), - [anon_sym_QMARK_DOT] = ACTIONS(2698), - [anon_sym_POUND_LBRACK] = ACTIONS(2698), - [anon_sym_if] = ACTIONS(2700), - [anon_sym_else] = ACTIONS(2700), - [anon_sym_DOLLARif] = ACTIONS(2700), - [anon_sym_is] = ACTIONS(2700), - [anon_sym_BANGis] = ACTIONS(2698), - [anon_sym_in] = ACTIONS(2700), - [anon_sym_BANGin] = ACTIONS(2698), - [anon_sym_match] = ACTIONS(2700), - [anon_sym_select] = ACTIONS(2700), - [anon_sym_lock] = ACTIONS(2700), - [anon_sym_rlock] = ACTIONS(2700), - [anon_sym_unsafe] = ACTIONS(2700), - [anon_sym_sql] = ACTIONS(2700), - [sym_int_literal] = ACTIONS(2700), - [sym_float_literal] = ACTIONS(2698), - [sym_rune_literal] = ACTIONS(2698), - [anon_sym_AT] = ACTIONS(2700), - [anon_sym_shared] = ACTIONS(2700), - [anon_sym_map_LBRACK] = ACTIONS(2698), - [anon_sym_chan] = ACTIONS(2700), - [anon_sym_thread] = ACTIONS(2700), - [anon_sym_atomic] = ACTIONS(2700), - [sym___double_quote] = ACTIONS(2698), - [sym___single_quote] = ACTIONS(2698), - [sym___c_double_quote] = ACTIONS(2698), - [sym___c_single_quote] = ACTIONS(2698), - [sym___r_double_quote] = ACTIONS(2698), - [sym___r_single_quote] = ACTIONS(2698), + [anon_sym_SEMI] = ACTIONS(3017), + [anon_sym_DOT] = ACTIONS(3019), + [anon_sym_as] = ACTIONS(3019), + [anon_sym_LBRACE] = ACTIONS(3017), + [anon_sym_COMMA] = ACTIONS(3017), + [anon_sym_LPAREN] = ACTIONS(3017), + [anon_sym_PIPE] = ACTIONS(3019), + [anon_sym_fn] = ACTIONS(3019), + [anon_sym_PLUS] = ACTIONS(3019), + [anon_sym_DASH] = ACTIONS(3019), + [anon_sym_STAR] = ACTIONS(3017), + [anon_sym_SLASH] = ACTIONS(3019), + [anon_sym_PERCENT] = ACTIONS(3017), + [anon_sym_LT] = ACTIONS(3019), + [anon_sym_GT] = ACTIONS(3019), + [anon_sym_EQ_EQ] = ACTIONS(3017), + [anon_sym_BANG_EQ] = ACTIONS(3017), + [anon_sym_LT_EQ] = ACTIONS(3017), + [anon_sym_GT_EQ] = ACTIONS(3017), + [anon_sym_LBRACK] = ACTIONS(3017), + [anon_sym_LT2] = ACTIONS(3019), + [anon_sym_RBRACK] = ACTIONS(3017), + [anon_sym_struct] = ACTIONS(3019), + [anon_sym_mut] = ACTIONS(3019), + [anon_sym_PLUS_PLUS] = ACTIONS(3017), + [anon_sym_DASH_DASH] = ACTIONS(3017), + [anon_sym_QMARK] = ACTIONS(3019), + [anon_sym_BANG] = ACTIONS(3019), + [anon_sym_go] = ACTIONS(3019), + [anon_sym_spawn] = ACTIONS(3019), + [anon_sym_json_DOTdecode] = ACTIONS(3017), + [anon_sym_LBRACK2] = ACTIONS(3019), + [anon_sym_TILDE] = ACTIONS(3017), + [anon_sym_CARET] = ACTIONS(3017), + [anon_sym_AMP] = ACTIONS(3019), + [anon_sym_LT_DASH] = ACTIONS(3017), + [anon_sym_LT_LT] = ACTIONS(3017), + [anon_sym_GT_GT] = ACTIONS(3019), + [anon_sym_GT_GT_GT] = ACTIONS(3017), + [anon_sym_AMP_CARET] = ACTIONS(3017), + [anon_sym_AMP_AMP] = ACTIONS(3017), + [anon_sym_PIPE_PIPE] = ACTIONS(3017), + [anon_sym_or] = ACTIONS(3019), + [sym_none] = ACTIONS(3019), + [sym_true] = ACTIONS(3019), + [sym_false] = ACTIONS(3019), + [sym_nil] = ACTIONS(3019), + [anon_sym_QMARK_DOT] = ACTIONS(3017), + [anon_sym_POUND_LBRACK] = ACTIONS(3017), + [anon_sym_if] = ACTIONS(3019), + [anon_sym_DOLLARif] = ACTIONS(3019), + [anon_sym_is] = ACTIONS(3019), + [anon_sym_BANGis] = ACTIONS(3017), + [anon_sym_in] = ACTIONS(3019), + [anon_sym_BANGin] = ACTIONS(3017), + [anon_sym_match] = ACTIONS(3019), + [anon_sym_select] = ACTIONS(3019), + [anon_sym_lock] = ACTIONS(3019), + [anon_sym_rlock] = ACTIONS(3019), + [anon_sym_unsafe] = ACTIONS(3019), + [anon_sym_sql] = ACTIONS(3019), + [sym_int_literal] = ACTIONS(3019), + [sym_float_literal] = ACTIONS(3017), + [sym_rune_literal] = ACTIONS(3017), + [anon_sym_AT] = ACTIONS(3019), + [anon_sym_shared] = ACTIONS(3019), + [anon_sym_map_LBRACK] = ACTIONS(3017), + [anon_sym_chan] = ACTIONS(3019), + [anon_sym_thread] = ACTIONS(3019), + [anon_sym_atomic] = ACTIONS(3019), + [sym___double_quote] = ACTIONS(3017), + [sym___single_quote] = ACTIONS(3017), + [sym___c_double_quote] = ACTIONS(3017), + [sym___c_single_quote] = ACTIONS(3017), + [sym___r_double_quote] = ACTIONS(3017), + [sym___r_single_quote] = ACTIONS(3017), }, [1291] = { - [sym_identifier] = ACTIONS(2832), + [sym_identifier] = ACTIONS(3111), [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(2830), - [anon_sym_DOT] = ACTIONS(2832), - [anon_sym_as] = ACTIONS(2832), - [anon_sym_LBRACE] = ACTIONS(2830), - [anon_sym_COMMA] = ACTIONS(2830), - [anon_sym_LPAREN] = ACTIONS(2830), - [anon_sym_PIPE] = ACTIONS(2832), - [anon_sym_fn] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(2830), - [anon_sym_SLASH] = ACTIONS(2832), - [anon_sym_PERCENT] = ACTIONS(2830), - [anon_sym_LT] = ACTIONS(2832), - [anon_sym_GT] = ACTIONS(2832), - [anon_sym_EQ_EQ] = ACTIONS(2830), - [anon_sym_BANG_EQ] = ACTIONS(2830), - [anon_sym_LT_EQ] = ACTIONS(2830), - [anon_sym_GT_EQ] = ACTIONS(2830), - [anon_sym_LBRACK] = ACTIONS(2830), - [anon_sym_RBRACK] = ACTIONS(2830), - [anon_sym_struct] = ACTIONS(2832), - [anon_sym_mut] = ACTIONS(2832), - [anon_sym_PLUS_PLUS] = ACTIONS(2830), - [anon_sym_DASH_DASH] = ACTIONS(2830), - [anon_sym_QMARK] = ACTIONS(2832), - [anon_sym_BANG] = ACTIONS(2832), - [anon_sym_go] = ACTIONS(2832), - [anon_sym_spawn] = ACTIONS(2832), - [anon_sym_json_DOTdecode] = ACTIONS(2830), - [anon_sym_LBRACK2] = ACTIONS(2832), - [anon_sym_TILDE] = ACTIONS(2830), - [anon_sym_CARET] = ACTIONS(2830), - [anon_sym_AMP] = ACTIONS(2832), - [anon_sym_LT_DASH] = ACTIONS(2830), - [anon_sym_LT_LT] = ACTIONS(2830), - [anon_sym_GT_GT] = ACTIONS(2832), - [anon_sym_GT_GT_GT] = ACTIONS(2830), - [anon_sym_AMP_CARET] = ACTIONS(2830), - [anon_sym_AMP_AMP] = ACTIONS(2830), - [anon_sym_PIPE_PIPE] = ACTIONS(2830), - [anon_sym_or] = ACTIONS(2832), - [sym_none] = ACTIONS(2832), - [sym_true] = ACTIONS(2832), - [sym_false] = ACTIONS(2832), - [sym_nil] = ACTIONS(2832), - [anon_sym_QMARK_DOT] = ACTIONS(2830), - [anon_sym_POUND_LBRACK] = ACTIONS(2830), - [anon_sym_if] = ACTIONS(2832), - [anon_sym_DOLLARif] = ACTIONS(2832), - [anon_sym_is] = ACTIONS(2832), - [anon_sym_BANGis] = ACTIONS(2830), - [anon_sym_in] = ACTIONS(2832), - [anon_sym_BANGin] = ACTIONS(2830), - [anon_sym_match] = ACTIONS(2832), - [anon_sym_select] = ACTIONS(2832), - [anon_sym_lock] = ACTIONS(2832), - [anon_sym_rlock] = ACTIONS(2832), - [anon_sym_unsafe] = ACTIONS(2832), - [anon_sym_sql] = ACTIONS(2832), - [sym_int_literal] = ACTIONS(2832), - [sym_float_literal] = ACTIONS(2830), - [sym_rune_literal] = ACTIONS(2830), - [anon_sym_AT] = ACTIONS(2832), - [anon_sym_shared] = ACTIONS(2832), - [anon_sym_map_LBRACK] = ACTIONS(2830), - [anon_sym_chan] = ACTIONS(2832), - [anon_sym_thread] = ACTIONS(2832), - [anon_sym_atomic] = ACTIONS(2832), - [sym___double_quote] = ACTIONS(2830), - [sym___single_quote] = ACTIONS(2830), - [sym___c_double_quote] = ACTIONS(2830), - [sym___c_single_quote] = ACTIONS(2830), - [sym___r_double_quote] = ACTIONS(2830), - [sym___r_single_quote] = ACTIONS(2830), + [anon_sym_SEMI] = ACTIONS(3109), + [anon_sym_DOT] = ACTIONS(3111), + [anon_sym_as] = ACTIONS(3111), + [anon_sym_LBRACE] = ACTIONS(3109), + [anon_sym_COMMA] = ACTIONS(3109), + [anon_sym_LPAREN] = ACTIONS(3109), + [anon_sym_PIPE] = ACTIONS(3111), + [anon_sym_fn] = ACTIONS(3111), + [anon_sym_PLUS] = ACTIONS(3111), + [anon_sym_DASH] = ACTIONS(3111), + [anon_sym_STAR] = ACTIONS(3109), + [anon_sym_SLASH] = ACTIONS(3111), + [anon_sym_PERCENT] = ACTIONS(3109), + [anon_sym_LT] = ACTIONS(3111), + [anon_sym_GT] = ACTIONS(3111), + [anon_sym_EQ_EQ] = ACTIONS(3109), + [anon_sym_BANG_EQ] = ACTIONS(3109), + [anon_sym_LT_EQ] = ACTIONS(3109), + [anon_sym_GT_EQ] = ACTIONS(3109), + [anon_sym_LBRACK] = ACTIONS(3109), + [anon_sym_LT2] = ACTIONS(3111), + [anon_sym_RBRACK] = ACTIONS(3109), + [anon_sym_struct] = ACTIONS(3111), + [anon_sym_mut] = ACTIONS(3111), + [anon_sym_PLUS_PLUS] = ACTIONS(3109), + [anon_sym_DASH_DASH] = ACTIONS(3109), + [anon_sym_QMARK] = ACTIONS(3111), + [anon_sym_BANG] = ACTIONS(3111), + [anon_sym_go] = ACTIONS(3111), + [anon_sym_spawn] = ACTIONS(3111), + [anon_sym_json_DOTdecode] = ACTIONS(3109), + [anon_sym_LBRACK2] = ACTIONS(3111), + [anon_sym_TILDE] = ACTIONS(3109), + [anon_sym_CARET] = ACTIONS(3109), + [anon_sym_AMP] = ACTIONS(3111), + [anon_sym_LT_DASH] = ACTIONS(3109), + [anon_sym_LT_LT] = ACTIONS(3109), + [anon_sym_GT_GT] = ACTIONS(3111), + [anon_sym_GT_GT_GT] = ACTIONS(3109), + [anon_sym_AMP_CARET] = ACTIONS(3109), + [anon_sym_AMP_AMP] = ACTIONS(3109), + [anon_sym_PIPE_PIPE] = ACTIONS(3109), + [anon_sym_or] = ACTIONS(3111), + [sym_none] = ACTIONS(3111), + [sym_true] = ACTIONS(3111), + [sym_false] = ACTIONS(3111), + [sym_nil] = ACTIONS(3111), + [anon_sym_QMARK_DOT] = ACTIONS(3109), + [anon_sym_POUND_LBRACK] = ACTIONS(3109), + [anon_sym_if] = ACTIONS(3111), + [anon_sym_DOLLARif] = ACTIONS(3111), + [anon_sym_is] = ACTIONS(3111), + [anon_sym_BANGis] = ACTIONS(3109), + [anon_sym_in] = ACTIONS(3111), + [anon_sym_BANGin] = ACTIONS(3109), + [anon_sym_match] = ACTIONS(3111), + [anon_sym_select] = ACTIONS(3111), + [anon_sym_lock] = ACTIONS(3111), + [anon_sym_rlock] = ACTIONS(3111), + [anon_sym_unsafe] = ACTIONS(3111), + [anon_sym_sql] = ACTIONS(3111), + [sym_int_literal] = ACTIONS(3111), + [sym_float_literal] = ACTIONS(3109), + [sym_rune_literal] = ACTIONS(3109), + [anon_sym_AT] = ACTIONS(3111), + [anon_sym_shared] = ACTIONS(3111), + [anon_sym_map_LBRACK] = ACTIONS(3109), + [anon_sym_chan] = ACTIONS(3111), + [anon_sym_thread] = ACTIONS(3111), + [anon_sym_atomic] = ACTIONS(3111), + [sym___double_quote] = ACTIONS(3109), + [sym___single_quote] = ACTIONS(3109), + [sym___c_double_quote] = ACTIONS(3109), + [sym___c_single_quote] = ACTIONS(3109), + [sym___r_double_quote] = ACTIONS(3109), + [sym___r_single_quote] = ACTIONS(3109), }, [1292] = { - [sym_identifier] = ACTIONS(2832), - [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(2830), - [anon_sym_DOT] = ACTIONS(2832), - [anon_sym_as] = ACTIONS(2832), - [anon_sym_LBRACE] = ACTIONS(2830), - [anon_sym_COMMA] = ACTIONS(2830), - [anon_sym_LPAREN] = ACTIONS(2830), - [anon_sym_PIPE] = ACTIONS(2832), - [anon_sym_fn] = ACTIONS(2832), - [anon_sym_PLUS] = ACTIONS(2832), - [anon_sym_DASH] = ACTIONS(2832), - [anon_sym_STAR] = ACTIONS(2830), - [anon_sym_SLASH] = ACTIONS(2832), - [anon_sym_PERCENT] = ACTIONS(2830), - [anon_sym_LT] = ACTIONS(2832), - [anon_sym_GT] = ACTIONS(2832), - [anon_sym_EQ_EQ] = ACTIONS(2830), - [anon_sym_BANG_EQ] = ACTIONS(2830), - [anon_sym_LT_EQ] = ACTIONS(2830), - [anon_sym_GT_EQ] = ACTIONS(2830), - [anon_sym_LBRACK] = ACTIONS(2830), - [anon_sym_RBRACK] = ACTIONS(3654), - [anon_sym_struct] = ACTIONS(2832), - [anon_sym_mut] = ACTIONS(2832), - [anon_sym_PLUS_PLUS] = ACTIONS(2830), - [anon_sym_DASH_DASH] = ACTIONS(2830), - [anon_sym_QMARK] = ACTIONS(2832), - [anon_sym_BANG] = ACTIONS(2832), - [anon_sym_go] = ACTIONS(2832), - [anon_sym_spawn] = ACTIONS(2832), - [anon_sym_json_DOTdecode] = ACTIONS(2830), - [anon_sym_LBRACK2] = ACTIONS(2832), - [anon_sym_TILDE] = ACTIONS(2830), - [anon_sym_CARET] = ACTIONS(2830), - [anon_sym_AMP] = ACTIONS(2832), - [anon_sym_LT_DASH] = ACTIONS(2830), - [anon_sym_LT_LT] = ACTIONS(2830), - [anon_sym_GT_GT] = ACTIONS(2832), - [anon_sym_GT_GT_GT] = ACTIONS(2830), - [anon_sym_AMP_CARET] = ACTIONS(2830), - [anon_sym_AMP_AMP] = ACTIONS(2830), - [anon_sym_PIPE_PIPE] = ACTIONS(2830), - [anon_sym_or] = ACTIONS(2832), - [sym_none] = ACTIONS(2832), - [sym_true] = ACTIONS(2832), - [sym_false] = ACTIONS(2832), - [sym_nil] = ACTIONS(2832), - [anon_sym_QMARK_DOT] = ACTIONS(2830), - [anon_sym_POUND_LBRACK] = ACTIONS(2830), - [anon_sym_if] = ACTIONS(2832), - [anon_sym_DOLLARif] = ACTIONS(2832), - [anon_sym_is] = ACTIONS(2832), - [anon_sym_BANGis] = ACTIONS(2830), - [anon_sym_in] = ACTIONS(2832), - [anon_sym_BANGin] = ACTIONS(2830), - [anon_sym_match] = ACTIONS(2832), - [anon_sym_select] = ACTIONS(2832), - [anon_sym_lock] = ACTIONS(2832), - [anon_sym_rlock] = ACTIONS(2832), - [anon_sym_unsafe] = ACTIONS(2832), - [anon_sym_sql] = ACTIONS(2832), - [sym_int_literal] = ACTIONS(2832), - [sym_float_literal] = ACTIONS(2830), - [sym_rune_literal] = ACTIONS(2830), - [anon_sym_AT] = ACTIONS(2832), - [anon_sym_shared] = ACTIONS(2832), - [anon_sym_map_LBRACK] = ACTIONS(2830), - [anon_sym_chan] = ACTIONS(2832), - [anon_sym_thread] = ACTIONS(2832), - [anon_sym_atomic] = ACTIONS(2832), - [sym___double_quote] = ACTIONS(2830), - [sym___single_quote] = ACTIONS(2830), - [sym___c_double_quote] = ACTIONS(2830), - [sym___c_single_quote] = ACTIONS(2830), - [sym___r_double_quote] = ACTIONS(2830), - [sym___r_single_quote] = ACTIONS(2830), + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3703), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(615), + [anon_sym_LF] = ACTIONS(615), + [anon_sym_CR] = ACTIONS(615), + [anon_sym_CR_LF] = ACTIONS(615), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(615), + [anon_sym_DOT] = ACTIONS(615), + [anon_sym_as] = ACTIONS(615), + [anon_sym_LBRACE] = ACTIONS(555), + [anon_sym_COMMA] = ACTIONS(615), + [anon_sym_RBRACE] = ACTIONS(615), + [anon_sym_LPAREN] = ACTIONS(615), + [anon_sym___global] = ACTIONS(615), + [anon_sym_PIPE] = ACTIONS(615), + [anon_sym_fn] = ACTIONS(591), + [anon_sym_PLUS] = ACTIONS(615), + [anon_sym_DASH] = ACTIONS(615), + [anon_sym_STAR] = ACTIONS(615), + [anon_sym_SLASH] = ACTIONS(615), + [anon_sym_PERCENT] = ACTIONS(615), + [anon_sym_LT] = ACTIONS(615), + [anon_sym_GT] = ACTIONS(615), + [anon_sym_EQ_EQ] = ACTIONS(615), + [anon_sym_BANG_EQ] = ACTIONS(615), + [anon_sym_LT_EQ] = ACTIONS(615), + [anon_sym_GT_EQ] = ACTIONS(615), + [anon_sym_DOT_DOT_DOT] = ACTIONS(615), + [anon_sym_LBRACK] = ACTIONS(613), + [anon_sym_LT2] = ACTIONS(615), + [anon_sym_struct] = ACTIONS(595), + [anon_sym_pub] = ACTIONS(615), + [anon_sym_mut] = ACTIONS(615), + [anon_sym_PLUS_PLUS] = ACTIONS(615), + [anon_sym_DASH_DASH] = ACTIONS(615), + [anon_sym_QMARK] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_LBRACK2] = ACTIONS(615), + [anon_sym_CARET] = ACTIONS(615), + [anon_sym_AMP] = ACTIONS(615), + [anon_sym_LT_LT] = ACTIONS(615), + [anon_sym_GT_GT] = ACTIONS(615), + [anon_sym_GT_GT_GT] = ACTIONS(615), + [anon_sym_AMP_CARET] = ACTIONS(615), + [anon_sym_AMP_AMP] = ACTIONS(615), + [anon_sym_PIPE_PIPE] = ACTIONS(615), + [anon_sym_or] = ACTIONS(615), + [anon_sym_QMARK_DOT] = ACTIONS(615), + [anon_sym_POUND_LBRACK] = ACTIONS(615), + [anon_sym_is] = ACTIONS(615), + [anon_sym_BANGis] = ACTIONS(615), + [anon_sym_in] = ACTIONS(615), + [anon_sym_BANGin] = ACTIONS(615), + [anon_sym_shared] = ACTIONS(603), + [anon_sym_map_LBRACK] = ACTIONS(537), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [anon_sym_AT_LBRACK] = ACTIONS(615), }, [1293] = { - [sym_identifier] = ACTIONS(3657), + [sym_identifier] = ACTIONS(3103), [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(3659), - [anon_sym_DOT] = ACTIONS(3657), - [anon_sym_as] = ACTIONS(3657), - [anon_sym_LBRACE] = ACTIONS(3661), - [anon_sym_COMMA] = ACTIONS(3661), - [anon_sym_LPAREN] = ACTIONS(3661), - [anon_sym_PIPE] = ACTIONS(3657), - [anon_sym_fn] = ACTIONS(3657), - [anon_sym_PLUS] = ACTIONS(3657), - [anon_sym_DASH] = ACTIONS(3657), - [anon_sym_STAR] = ACTIONS(3661), - [anon_sym_SLASH] = ACTIONS(3657), - [anon_sym_PERCENT] = ACTIONS(3661), - [anon_sym_LT] = ACTIONS(3657), - [anon_sym_GT] = ACTIONS(3657), - [anon_sym_EQ_EQ] = ACTIONS(3661), - [anon_sym_BANG_EQ] = ACTIONS(3661), - [anon_sym_LT_EQ] = ACTIONS(3661), - [anon_sym_GT_EQ] = ACTIONS(3661), - [anon_sym_LBRACK] = ACTIONS(3661), - [anon_sym_RBRACK] = ACTIONS(3659), - [anon_sym_struct] = ACTIONS(3657), - [anon_sym_mut] = ACTIONS(3657), - [anon_sym_PLUS_PLUS] = ACTIONS(3661), - [anon_sym_DASH_DASH] = ACTIONS(3661), - [anon_sym_QMARK] = ACTIONS(3657), - [anon_sym_BANG] = ACTIONS(3657), - [anon_sym_go] = ACTIONS(3657), - [anon_sym_spawn] = ACTIONS(3657), - [anon_sym_json_DOTdecode] = ACTIONS(3661), - [anon_sym_LBRACK2] = ACTIONS(3657), - [anon_sym_TILDE] = ACTIONS(3661), - [anon_sym_CARET] = ACTIONS(3661), - [anon_sym_AMP] = ACTIONS(3657), - [anon_sym_LT_DASH] = ACTIONS(3661), - [anon_sym_LT_LT] = ACTIONS(3661), - [anon_sym_GT_GT] = ACTIONS(3657), - [anon_sym_GT_GT_GT] = ACTIONS(3661), - [anon_sym_AMP_CARET] = ACTIONS(3661), - [anon_sym_AMP_AMP] = ACTIONS(3661), - [anon_sym_PIPE_PIPE] = ACTIONS(3661), - [anon_sym_or] = ACTIONS(3657), - [sym_none] = ACTIONS(3657), - [sym_true] = ACTIONS(3657), - [sym_false] = ACTIONS(3657), - [sym_nil] = ACTIONS(3657), - [anon_sym_QMARK_DOT] = ACTIONS(3661), - [anon_sym_POUND_LBRACK] = ACTIONS(3661), - [anon_sym_if] = ACTIONS(3657), - [anon_sym_DOLLARif] = ACTIONS(3657), - [anon_sym_is] = ACTIONS(3657), - [anon_sym_BANGis] = ACTIONS(3661), - [anon_sym_in] = ACTIONS(3657), - [anon_sym_BANGin] = ACTIONS(3661), - [anon_sym_match] = ACTIONS(3657), - [anon_sym_select] = ACTIONS(3657), - [anon_sym_lock] = ACTIONS(3657), - [anon_sym_rlock] = ACTIONS(3657), - [anon_sym_unsafe] = ACTIONS(3657), - [anon_sym_sql] = ACTIONS(3657), - [sym_int_literal] = ACTIONS(3657), - [sym_float_literal] = ACTIONS(3661), - [sym_rune_literal] = ACTIONS(3661), - [anon_sym_AT] = ACTIONS(3657), - [anon_sym_shared] = ACTIONS(3657), - [anon_sym_map_LBRACK] = ACTIONS(3661), - [anon_sym_chan] = ACTIONS(3657), - [anon_sym_thread] = ACTIONS(3657), - [anon_sym_atomic] = ACTIONS(3657), - [sym___double_quote] = ACTIONS(3661), - [sym___single_quote] = ACTIONS(3661), - [sym___c_double_quote] = ACTIONS(3661), - [sym___c_single_quote] = ACTIONS(3661), - [sym___r_double_quote] = ACTIONS(3661), - [sym___r_single_quote] = ACTIONS(3661), + [anon_sym_SEMI] = ACTIONS(3101), + [anon_sym_DOT] = ACTIONS(3103), + [anon_sym_as] = ACTIONS(3103), + [anon_sym_LBRACE] = ACTIONS(3101), + [anon_sym_COMMA] = ACTIONS(3101), + [anon_sym_LPAREN] = ACTIONS(3101), + [anon_sym_PIPE] = ACTIONS(3103), + [anon_sym_fn] = ACTIONS(3103), + [anon_sym_PLUS] = ACTIONS(3103), + [anon_sym_DASH] = ACTIONS(3103), + [anon_sym_STAR] = ACTIONS(3101), + [anon_sym_SLASH] = ACTIONS(3103), + [anon_sym_PERCENT] = ACTIONS(3101), + [anon_sym_LT] = ACTIONS(3103), + [anon_sym_GT] = ACTIONS(3103), + [anon_sym_EQ_EQ] = ACTIONS(3101), + [anon_sym_BANG_EQ] = ACTIONS(3101), + [anon_sym_LT_EQ] = ACTIONS(3101), + [anon_sym_GT_EQ] = ACTIONS(3101), + [anon_sym_LBRACK] = ACTIONS(3101), + [anon_sym_LT2] = ACTIONS(3103), + [anon_sym_RBRACK] = ACTIONS(3101), + [anon_sym_struct] = ACTIONS(3103), + [anon_sym_mut] = ACTIONS(3103), + [anon_sym_PLUS_PLUS] = ACTIONS(3101), + [anon_sym_DASH_DASH] = ACTIONS(3101), + [anon_sym_QMARK] = ACTIONS(3103), + [anon_sym_BANG] = ACTIONS(3103), + [anon_sym_go] = ACTIONS(3103), + [anon_sym_spawn] = ACTIONS(3103), + [anon_sym_json_DOTdecode] = ACTIONS(3101), + [anon_sym_LBRACK2] = ACTIONS(3103), + [anon_sym_TILDE] = ACTIONS(3101), + [anon_sym_CARET] = ACTIONS(3101), + [anon_sym_AMP] = ACTIONS(3103), + [anon_sym_LT_DASH] = ACTIONS(3101), + [anon_sym_LT_LT] = ACTIONS(3101), + [anon_sym_GT_GT] = ACTIONS(3103), + [anon_sym_GT_GT_GT] = ACTIONS(3101), + [anon_sym_AMP_CARET] = ACTIONS(3101), + [anon_sym_AMP_AMP] = ACTIONS(3101), + [anon_sym_PIPE_PIPE] = ACTIONS(3101), + [anon_sym_or] = ACTIONS(3103), + [sym_none] = ACTIONS(3103), + [sym_true] = ACTIONS(3103), + [sym_false] = ACTIONS(3103), + [sym_nil] = ACTIONS(3103), + [anon_sym_QMARK_DOT] = ACTIONS(3101), + [anon_sym_POUND_LBRACK] = ACTIONS(3101), + [anon_sym_if] = ACTIONS(3103), + [anon_sym_DOLLARif] = ACTIONS(3103), + [anon_sym_is] = ACTIONS(3103), + [anon_sym_BANGis] = ACTIONS(3101), + [anon_sym_in] = ACTIONS(3103), + [anon_sym_BANGin] = ACTIONS(3101), + [anon_sym_match] = ACTIONS(3103), + [anon_sym_select] = ACTIONS(3103), + [anon_sym_lock] = ACTIONS(3103), + [anon_sym_rlock] = ACTIONS(3103), + [anon_sym_unsafe] = ACTIONS(3103), + [anon_sym_sql] = ACTIONS(3103), + [sym_int_literal] = ACTIONS(3103), + [sym_float_literal] = ACTIONS(3101), + [sym_rune_literal] = ACTIONS(3101), + [anon_sym_AT] = ACTIONS(3103), + [anon_sym_shared] = ACTIONS(3103), + [anon_sym_map_LBRACK] = ACTIONS(3101), + [anon_sym_chan] = ACTIONS(3103), + [anon_sym_thread] = ACTIONS(3103), + [anon_sym_atomic] = ACTIONS(3103), + [sym___double_quote] = ACTIONS(3101), + [sym___single_quote] = ACTIONS(3101), + [sym___c_double_quote] = ACTIONS(3101), + [sym___c_single_quote] = ACTIONS(3101), + [sym___r_double_quote] = ACTIONS(3101), + [sym___r_single_quote] = ACTIONS(3101), }, [1294] = { - [sym_type_parameters] = STATE(1330), - [sym_identifier] = ACTIONS(2704), + [sym_identifier] = ACTIONS(3099), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2704), - [anon_sym_as] = ACTIONS(2704), - [anon_sym_LBRACE] = ACTIONS(2702), - [anon_sym_COMMA] = ACTIONS(2702), - [anon_sym_LPAREN] = ACTIONS(2702), - [anon_sym_PIPE] = ACTIONS(2704), - [anon_sym_fn] = ACTIONS(2704), - [anon_sym_PLUS] = ACTIONS(2704), - [anon_sym_DASH] = ACTIONS(2704), - [anon_sym_STAR] = ACTIONS(2702), - [anon_sym_SLASH] = ACTIONS(2704), - [anon_sym_PERCENT] = ACTIONS(2702), - [anon_sym_LT] = ACTIONS(2704), - [anon_sym_GT] = ACTIONS(2704), - [anon_sym_EQ_EQ] = ACTIONS(2702), - [anon_sym_BANG_EQ] = ACTIONS(2702), - [anon_sym_LT_EQ] = ACTIONS(2702), - [anon_sym_GT_EQ] = ACTIONS(2702), - [anon_sym_LBRACK] = ACTIONS(2702), - [anon_sym_RBRACK] = ACTIONS(2702), - [anon_sym_struct] = ACTIONS(2704), - [anon_sym_mut] = ACTIONS(2704), - [anon_sym_PLUS_PLUS] = ACTIONS(2702), - [anon_sym_DASH_DASH] = ACTIONS(2702), - [anon_sym_QMARK] = ACTIONS(2704), - [anon_sym_BANG] = ACTIONS(2704), - [anon_sym_go] = ACTIONS(2704), - [anon_sym_spawn] = ACTIONS(2704), - [anon_sym_json_DOTdecode] = ACTIONS(2702), - [anon_sym_LBRACK2] = ACTIONS(2704), - [anon_sym_TILDE] = ACTIONS(2702), - [anon_sym_CARET] = ACTIONS(2702), - [anon_sym_AMP] = ACTIONS(2704), - [anon_sym_LT_DASH] = ACTIONS(2702), - [anon_sym_LT_LT] = ACTIONS(2702), - [anon_sym_GT_GT] = ACTIONS(2704), - [anon_sym_GT_GT_GT] = ACTIONS(2702), - [anon_sym_AMP_CARET] = ACTIONS(2702), - [anon_sym_AMP_AMP] = ACTIONS(2702), - [anon_sym_PIPE_PIPE] = ACTIONS(2702), - [anon_sym_or] = ACTIONS(2704), - [sym_none] = ACTIONS(2704), - [sym_true] = ACTIONS(2704), - [sym_false] = ACTIONS(2704), - [sym_nil] = ACTIONS(2704), - [anon_sym_QMARK_DOT] = ACTIONS(2702), - [anon_sym_POUND_LBRACK] = ACTIONS(2702), - [anon_sym_if] = ACTIONS(2704), - [anon_sym_DOLLARif] = ACTIONS(2704), - [anon_sym_is] = ACTIONS(2704), - [anon_sym_BANGis] = ACTIONS(2702), - [anon_sym_in] = ACTIONS(2704), - [anon_sym_BANGin] = ACTIONS(2702), - [anon_sym_match] = ACTIONS(2704), - [anon_sym_select] = ACTIONS(2704), - [anon_sym_lock] = ACTIONS(2704), - [anon_sym_rlock] = ACTIONS(2704), - [anon_sym_unsafe] = ACTIONS(2704), - [anon_sym_sql] = ACTIONS(2704), - [sym_int_literal] = ACTIONS(2704), - [sym_float_literal] = ACTIONS(2702), - [sym_rune_literal] = ACTIONS(2702), - [anon_sym_AT] = ACTIONS(2704), - [anon_sym_shared] = ACTIONS(2704), - [anon_sym_map_LBRACK] = ACTIONS(2702), - [anon_sym_chan] = ACTIONS(2704), - [anon_sym_thread] = ACTIONS(2704), - [anon_sym_atomic] = ACTIONS(2704), - [sym___double_quote] = ACTIONS(2702), - [sym___single_quote] = ACTIONS(2702), - [sym___c_double_quote] = ACTIONS(2702), - [sym___c_single_quote] = ACTIONS(2702), - [sym___r_double_quote] = ACTIONS(2702), - [sym___r_single_quote] = ACTIONS(2702), + [anon_sym_SEMI] = ACTIONS(3097), + [anon_sym_DOT] = ACTIONS(3099), + [anon_sym_as] = ACTIONS(3099), + [anon_sym_LBRACE] = ACTIONS(3097), + [anon_sym_COMMA] = ACTIONS(3097), + [anon_sym_LPAREN] = ACTIONS(3097), + [anon_sym_PIPE] = ACTIONS(3099), + [anon_sym_fn] = ACTIONS(3099), + [anon_sym_PLUS] = ACTIONS(3099), + [anon_sym_DASH] = ACTIONS(3099), + [anon_sym_STAR] = ACTIONS(3097), + [anon_sym_SLASH] = ACTIONS(3099), + [anon_sym_PERCENT] = ACTIONS(3097), + [anon_sym_LT] = ACTIONS(3099), + [anon_sym_GT] = ACTIONS(3099), + [anon_sym_EQ_EQ] = ACTIONS(3097), + [anon_sym_BANG_EQ] = ACTIONS(3097), + [anon_sym_LT_EQ] = ACTIONS(3097), + [anon_sym_GT_EQ] = ACTIONS(3097), + [anon_sym_LBRACK] = ACTIONS(3097), + [anon_sym_LT2] = ACTIONS(3099), + [anon_sym_RBRACK] = ACTIONS(3097), + [anon_sym_struct] = ACTIONS(3099), + [anon_sym_mut] = ACTIONS(3099), + [anon_sym_PLUS_PLUS] = ACTIONS(3097), + [anon_sym_DASH_DASH] = ACTIONS(3097), + [anon_sym_QMARK] = ACTIONS(3099), + [anon_sym_BANG] = ACTIONS(3099), + [anon_sym_go] = ACTIONS(3099), + [anon_sym_spawn] = ACTIONS(3099), + [anon_sym_json_DOTdecode] = ACTIONS(3097), + [anon_sym_LBRACK2] = ACTIONS(3099), + [anon_sym_TILDE] = ACTIONS(3097), + [anon_sym_CARET] = ACTIONS(3097), + [anon_sym_AMP] = ACTIONS(3099), + [anon_sym_LT_DASH] = ACTIONS(3097), + [anon_sym_LT_LT] = ACTIONS(3097), + [anon_sym_GT_GT] = ACTIONS(3099), + [anon_sym_GT_GT_GT] = ACTIONS(3097), + [anon_sym_AMP_CARET] = ACTIONS(3097), + [anon_sym_AMP_AMP] = ACTIONS(3097), + [anon_sym_PIPE_PIPE] = ACTIONS(3097), + [anon_sym_or] = ACTIONS(3099), + [sym_none] = ACTIONS(3099), + [sym_true] = ACTIONS(3099), + [sym_false] = ACTIONS(3099), + [sym_nil] = ACTIONS(3099), + [anon_sym_QMARK_DOT] = ACTIONS(3097), + [anon_sym_POUND_LBRACK] = ACTIONS(3097), + [anon_sym_if] = ACTIONS(3099), + [anon_sym_DOLLARif] = ACTIONS(3099), + [anon_sym_is] = ACTIONS(3099), + [anon_sym_BANGis] = ACTIONS(3097), + [anon_sym_in] = ACTIONS(3099), + [anon_sym_BANGin] = ACTIONS(3097), + [anon_sym_match] = ACTIONS(3099), + [anon_sym_select] = ACTIONS(3099), + [anon_sym_lock] = ACTIONS(3099), + [anon_sym_rlock] = ACTIONS(3099), + [anon_sym_unsafe] = ACTIONS(3099), + [anon_sym_sql] = ACTIONS(3099), + [sym_int_literal] = ACTIONS(3099), + [sym_float_literal] = ACTIONS(3097), + [sym_rune_literal] = ACTIONS(3097), + [anon_sym_AT] = ACTIONS(3099), + [anon_sym_shared] = ACTIONS(3099), + [anon_sym_map_LBRACK] = ACTIONS(3097), + [anon_sym_chan] = ACTIONS(3099), + [anon_sym_thread] = ACTIONS(3099), + [anon_sym_atomic] = ACTIONS(3099), + [sym___double_quote] = ACTIONS(3097), + [sym___single_quote] = ACTIONS(3097), + [sym___c_double_quote] = ACTIONS(3097), + [sym___c_single_quote] = ACTIONS(3097), + [sym___r_double_quote] = ACTIONS(3097), + [sym___r_single_quote] = ACTIONS(3097), }, [1295] = { - [sym_identifier] = ACTIONS(2730), + [sym_identifier] = ACTIONS(2807), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2730), - [anon_sym_as] = ACTIONS(2730), - [anon_sym_LBRACE] = ACTIONS(2728), - [anon_sym_COMMA] = ACTIONS(2728), - [anon_sym_LPAREN] = ACTIONS(2728), - [anon_sym_PIPE] = ACTIONS(2730), - [anon_sym_fn] = ACTIONS(2730), - [anon_sym_PLUS] = ACTIONS(2730), - [anon_sym_DASH] = ACTIONS(2730), - [anon_sym_STAR] = ACTIONS(2728), - [anon_sym_SLASH] = ACTIONS(2730), - [anon_sym_PERCENT] = ACTIONS(2728), - [anon_sym_LT] = ACTIONS(2730), - [anon_sym_GT] = ACTIONS(2730), - [anon_sym_EQ_EQ] = ACTIONS(2728), - [anon_sym_BANG_EQ] = ACTIONS(2728), - [anon_sym_LT_EQ] = ACTIONS(2728), - [anon_sym_GT_EQ] = ACTIONS(2728), - [anon_sym_LBRACK] = ACTIONS(2728), - [anon_sym_RBRACK] = ACTIONS(2728), - [anon_sym_struct] = ACTIONS(2730), - [anon_sym_mut] = ACTIONS(2730), - [anon_sym_PLUS_PLUS] = ACTIONS(2728), - [anon_sym_DASH_DASH] = ACTIONS(2728), - [anon_sym_QMARK] = ACTIONS(2730), - [anon_sym_BANG] = ACTIONS(2730), - [anon_sym_go] = ACTIONS(2730), - [anon_sym_spawn] = ACTIONS(2730), - [anon_sym_json_DOTdecode] = ACTIONS(2728), - [anon_sym_LBRACK2] = ACTIONS(2730), - [anon_sym_TILDE] = ACTIONS(2728), - [anon_sym_CARET] = ACTIONS(2728), - [anon_sym_AMP] = ACTIONS(2730), - [anon_sym_LT_DASH] = ACTIONS(2728), - [anon_sym_LT_LT] = ACTIONS(2728), - [anon_sym_GT_GT] = ACTIONS(2730), - [anon_sym_GT_GT_GT] = ACTIONS(2728), - [anon_sym_AMP_CARET] = ACTIONS(2728), - [anon_sym_AMP_AMP] = ACTIONS(2728), - [anon_sym_PIPE_PIPE] = ACTIONS(2728), - [anon_sym_or] = ACTIONS(2730), - [sym_none] = ACTIONS(2730), - [sym_true] = ACTIONS(2730), - [sym_false] = ACTIONS(2730), - [sym_nil] = ACTIONS(2730), - [anon_sym_QMARK_DOT] = ACTIONS(2728), - [anon_sym_POUND_LBRACK] = ACTIONS(2728), - [anon_sym_if] = ACTIONS(2730), - [anon_sym_DOLLARif] = ACTIONS(2730), - [anon_sym_DOLLARelse] = ACTIONS(2730), - [anon_sym_is] = ACTIONS(2730), - [anon_sym_BANGis] = ACTIONS(2728), - [anon_sym_in] = ACTIONS(2730), - [anon_sym_BANGin] = ACTIONS(2728), - [anon_sym_match] = ACTIONS(2730), - [anon_sym_select] = ACTIONS(2730), - [anon_sym_lock] = ACTIONS(2730), - [anon_sym_rlock] = ACTIONS(2730), - [anon_sym_unsafe] = ACTIONS(2730), - [anon_sym_sql] = ACTIONS(2730), - [sym_int_literal] = ACTIONS(2730), - [sym_float_literal] = ACTIONS(2728), - [sym_rune_literal] = ACTIONS(2728), - [anon_sym_AT] = ACTIONS(2730), - [anon_sym_shared] = ACTIONS(2730), - [anon_sym_map_LBRACK] = ACTIONS(2728), - [anon_sym_chan] = ACTIONS(2730), - [anon_sym_thread] = ACTIONS(2730), - [anon_sym_atomic] = ACTIONS(2730), - [sym___double_quote] = ACTIONS(2728), - [sym___single_quote] = ACTIONS(2728), - [sym___c_double_quote] = ACTIONS(2728), - [sym___c_single_quote] = ACTIONS(2728), - [sym___r_double_quote] = ACTIONS(2728), - [sym___r_single_quote] = ACTIONS(2728), + [anon_sym_SEMI] = ACTIONS(2805), + [anon_sym_DOT] = ACTIONS(2807), + [anon_sym_as] = ACTIONS(2807), + [anon_sym_LBRACE] = ACTIONS(2805), + [anon_sym_COMMA] = ACTIONS(2805), + [anon_sym_LPAREN] = ACTIONS(2805), + [anon_sym_PIPE] = ACTIONS(2807), + [anon_sym_fn] = ACTIONS(2807), + [anon_sym_PLUS] = ACTIONS(2807), + [anon_sym_DASH] = ACTIONS(2807), + [anon_sym_STAR] = ACTIONS(2805), + [anon_sym_SLASH] = ACTIONS(2807), + [anon_sym_PERCENT] = ACTIONS(2805), + [anon_sym_LT] = ACTIONS(2807), + [anon_sym_GT] = ACTIONS(2807), + [anon_sym_EQ_EQ] = ACTIONS(2805), + [anon_sym_BANG_EQ] = ACTIONS(2805), + [anon_sym_LT_EQ] = ACTIONS(2805), + [anon_sym_GT_EQ] = ACTIONS(2805), + [anon_sym_LBRACK] = ACTIONS(2805), + [anon_sym_LT2] = ACTIONS(2807), + [anon_sym_RBRACK] = ACTIONS(2805), + [anon_sym_struct] = ACTIONS(2807), + [anon_sym_mut] = ACTIONS(2807), + [anon_sym_PLUS_PLUS] = ACTIONS(2805), + [anon_sym_DASH_DASH] = ACTIONS(2805), + [anon_sym_QMARK] = ACTIONS(2807), + [anon_sym_BANG] = ACTIONS(2807), + [anon_sym_go] = ACTIONS(2807), + [anon_sym_spawn] = ACTIONS(2807), + [anon_sym_json_DOTdecode] = ACTIONS(2805), + [anon_sym_LBRACK2] = ACTIONS(2807), + [anon_sym_TILDE] = ACTIONS(2805), + [anon_sym_CARET] = ACTIONS(2805), + [anon_sym_AMP] = ACTIONS(2807), + [anon_sym_LT_DASH] = ACTIONS(2805), + [anon_sym_LT_LT] = ACTIONS(2805), + [anon_sym_GT_GT] = ACTIONS(2807), + [anon_sym_GT_GT_GT] = ACTIONS(2805), + [anon_sym_AMP_CARET] = ACTIONS(2805), + [anon_sym_AMP_AMP] = ACTIONS(2805), + [anon_sym_PIPE_PIPE] = ACTIONS(2805), + [anon_sym_or] = ACTIONS(2807), + [sym_none] = ACTIONS(2807), + [sym_true] = ACTIONS(2807), + [sym_false] = ACTIONS(2807), + [sym_nil] = ACTIONS(2807), + [anon_sym_QMARK_DOT] = ACTIONS(2805), + [anon_sym_POUND_LBRACK] = ACTIONS(2805), + [anon_sym_if] = ACTIONS(2807), + [anon_sym_DOLLARif] = ACTIONS(2807), + [anon_sym_is] = ACTIONS(2807), + [anon_sym_BANGis] = ACTIONS(2805), + [anon_sym_in] = ACTIONS(2807), + [anon_sym_BANGin] = ACTIONS(2805), + [anon_sym_match] = ACTIONS(2807), + [anon_sym_select] = ACTIONS(2807), + [anon_sym_lock] = ACTIONS(2807), + [anon_sym_rlock] = ACTIONS(2807), + [anon_sym_unsafe] = ACTIONS(2807), + [anon_sym_sql] = ACTIONS(2807), + [sym_int_literal] = ACTIONS(2807), + [sym_float_literal] = ACTIONS(2805), + [sym_rune_literal] = ACTIONS(2805), + [anon_sym_AT] = ACTIONS(2807), + [anon_sym_shared] = ACTIONS(2807), + [anon_sym_map_LBRACK] = ACTIONS(2805), + [anon_sym_chan] = ACTIONS(2807), + [anon_sym_thread] = ACTIONS(2807), + [anon_sym_atomic] = ACTIONS(2807), + [sym___double_quote] = ACTIONS(2805), + [sym___single_quote] = ACTIONS(2805), + [sym___c_double_quote] = ACTIONS(2805), + [sym___c_single_quote] = ACTIONS(2805), + [sym___r_double_quote] = ACTIONS(2805), + [sym___r_single_quote] = ACTIONS(2805), }, [1296] = { - [sym_identifier] = ACTIONS(2740), + [sym_identifier] = ACTIONS(3019), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2740), - [anon_sym_as] = ACTIONS(2740), - [anon_sym_LBRACE] = ACTIONS(2738), - [anon_sym_COMMA] = ACTIONS(2738), - [anon_sym_LPAREN] = ACTIONS(2738), - [anon_sym_PIPE] = ACTIONS(2740), - [anon_sym_fn] = ACTIONS(2740), - [anon_sym_PLUS] = ACTIONS(2740), - [anon_sym_DASH] = ACTIONS(2740), - [anon_sym_STAR] = ACTIONS(2738), - [anon_sym_SLASH] = ACTIONS(2740), - [anon_sym_PERCENT] = ACTIONS(2738), - [anon_sym_LT] = ACTIONS(2740), - [anon_sym_GT] = ACTIONS(2740), - [anon_sym_EQ_EQ] = ACTIONS(2738), - [anon_sym_BANG_EQ] = ACTIONS(2738), - [anon_sym_LT_EQ] = ACTIONS(2738), - [anon_sym_GT_EQ] = ACTIONS(2738), - [anon_sym_LBRACK] = ACTIONS(2738), - [anon_sym_RBRACK] = ACTIONS(2738), - [anon_sym_struct] = ACTIONS(2740), - [anon_sym_mut] = ACTIONS(2740), - [anon_sym_PLUS_PLUS] = ACTIONS(2738), - [anon_sym_DASH_DASH] = ACTIONS(2738), - [anon_sym_QMARK] = ACTIONS(2740), - [anon_sym_BANG] = ACTIONS(2740), - [anon_sym_go] = ACTIONS(2740), - [anon_sym_spawn] = ACTIONS(2740), - [anon_sym_json_DOTdecode] = ACTIONS(2738), - [anon_sym_LBRACK2] = ACTIONS(2740), - [anon_sym_TILDE] = ACTIONS(2738), - [anon_sym_CARET] = ACTIONS(2738), - [anon_sym_AMP] = ACTIONS(2740), - [anon_sym_LT_DASH] = ACTIONS(2738), - [anon_sym_LT_LT] = ACTIONS(2738), - [anon_sym_GT_GT] = ACTIONS(2740), - [anon_sym_GT_GT_GT] = ACTIONS(2738), - [anon_sym_AMP_CARET] = ACTIONS(2738), - [anon_sym_AMP_AMP] = ACTIONS(2738), - [anon_sym_PIPE_PIPE] = ACTIONS(2738), - [anon_sym_or] = ACTIONS(2740), - [sym_none] = ACTIONS(2740), - [sym_true] = ACTIONS(2740), - [sym_false] = ACTIONS(2740), - [sym_nil] = ACTIONS(2740), - [anon_sym_QMARK_DOT] = ACTIONS(2738), - [anon_sym_POUND_LBRACK] = ACTIONS(2738), - [anon_sym_if] = ACTIONS(2740), - [anon_sym_DOLLARif] = ACTIONS(2740), - [anon_sym_DOLLARelse] = ACTIONS(3663), - [anon_sym_is] = ACTIONS(2740), - [anon_sym_BANGis] = ACTIONS(2738), - [anon_sym_in] = ACTIONS(2740), - [anon_sym_BANGin] = ACTIONS(2738), - [anon_sym_match] = ACTIONS(2740), - [anon_sym_select] = ACTIONS(2740), - [anon_sym_lock] = ACTIONS(2740), - [anon_sym_rlock] = ACTIONS(2740), - [anon_sym_unsafe] = ACTIONS(2740), - [anon_sym_sql] = ACTIONS(2740), - [sym_int_literal] = ACTIONS(2740), - [sym_float_literal] = ACTIONS(2738), - [sym_rune_literal] = ACTIONS(2738), - [anon_sym_AT] = ACTIONS(2740), - [anon_sym_shared] = ACTIONS(2740), - [anon_sym_map_LBRACK] = ACTIONS(2738), - [anon_sym_chan] = ACTIONS(2740), - [anon_sym_thread] = ACTIONS(2740), - [anon_sym_atomic] = ACTIONS(2740), - [sym___double_quote] = ACTIONS(2738), - [sym___single_quote] = ACTIONS(2738), - [sym___c_double_quote] = ACTIONS(2738), - [sym___c_single_quote] = ACTIONS(2738), - [sym___r_double_quote] = ACTIONS(2738), - [sym___r_single_quote] = ACTIONS(2738), + [anon_sym_SEMI] = ACTIONS(3017), + [anon_sym_DOT] = ACTIONS(3019), + [anon_sym_as] = ACTIONS(3019), + [anon_sym_LBRACE] = ACTIONS(3017), + [anon_sym_COMMA] = ACTIONS(3017), + [anon_sym_LPAREN] = ACTIONS(3017), + [anon_sym_PIPE] = ACTIONS(3019), + [anon_sym_fn] = ACTIONS(3019), + [anon_sym_PLUS] = ACTIONS(3019), + [anon_sym_DASH] = ACTIONS(3019), + [anon_sym_STAR] = ACTIONS(3017), + [anon_sym_SLASH] = ACTIONS(3019), + [anon_sym_PERCENT] = ACTIONS(3017), + [anon_sym_LT] = ACTIONS(3019), + [anon_sym_GT] = ACTIONS(3019), + [anon_sym_EQ_EQ] = ACTIONS(3017), + [anon_sym_BANG_EQ] = ACTIONS(3017), + [anon_sym_LT_EQ] = ACTIONS(3017), + [anon_sym_GT_EQ] = ACTIONS(3017), + [anon_sym_LBRACK] = ACTIONS(3017), + [anon_sym_LT2] = ACTIONS(3019), + [anon_sym_RBRACK] = ACTIONS(3662), + [anon_sym_struct] = ACTIONS(3019), + [anon_sym_mut] = ACTIONS(3019), + [anon_sym_PLUS_PLUS] = ACTIONS(3017), + [anon_sym_DASH_DASH] = ACTIONS(3017), + [anon_sym_QMARK] = ACTIONS(3019), + [anon_sym_BANG] = ACTIONS(3019), + [anon_sym_go] = ACTIONS(3019), + [anon_sym_spawn] = ACTIONS(3019), + [anon_sym_json_DOTdecode] = ACTIONS(3017), + [anon_sym_LBRACK2] = ACTIONS(3019), + [anon_sym_TILDE] = ACTIONS(3017), + [anon_sym_CARET] = ACTIONS(3017), + [anon_sym_AMP] = ACTIONS(3019), + [anon_sym_LT_DASH] = ACTIONS(3017), + [anon_sym_LT_LT] = ACTIONS(3017), + [anon_sym_GT_GT] = ACTIONS(3019), + [anon_sym_GT_GT_GT] = ACTIONS(3017), + [anon_sym_AMP_CARET] = ACTIONS(3017), + [anon_sym_AMP_AMP] = ACTIONS(3017), + [anon_sym_PIPE_PIPE] = ACTIONS(3017), + [anon_sym_or] = ACTIONS(3019), + [sym_none] = ACTIONS(3019), + [sym_true] = ACTIONS(3019), + [sym_false] = ACTIONS(3019), + [sym_nil] = ACTIONS(3019), + [anon_sym_QMARK_DOT] = ACTIONS(3017), + [anon_sym_POUND_LBRACK] = ACTIONS(3017), + [anon_sym_if] = ACTIONS(3019), + [anon_sym_DOLLARif] = ACTIONS(3019), + [anon_sym_is] = ACTIONS(3019), + [anon_sym_BANGis] = ACTIONS(3017), + [anon_sym_in] = ACTIONS(3019), + [anon_sym_BANGin] = ACTIONS(3017), + [anon_sym_match] = ACTIONS(3019), + [anon_sym_select] = ACTIONS(3019), + [anon_sym_lock] = ACTIONS(3019), + [anon_sym_rlock] = ACTIONS(3019), + [anon_sym_unsafe] = ACTIONS(3019), + [anon_sym_sql] = ACTIONS(3019), + [sym_int_literal] = ACTIONS(3019), + [sym_float_literal] = ACTIONS(3017), + [sym_rune_literal] = ACTIONS(3017), + [anon_sym_AT] = ACTIONS(3019), + [anon_sym_shared] = ACTIONS(3019), + [anon_sym_map_LBRACK] = ACTIONS(3017), + [anon_sym_chan] = ACTIONS(3019), + [anon_sym_thread] = ACTIONS(3019), + [anon_sym_atomic] = ACTIONS(3019), + [sym___double_quote] = ACTIONS(3017), + [sym___single_quote] = ACTIONS(3017), + [sym___c_double_quote] = ACTIONS(3017), + [sym___c_single_quote] = ACTIONS(3017), + [sym___r_double_quote] = ACTIONS(3017), + [sym___r_single_quote] = ACTIONS(3017), }, [1297] = { - [sym_identifier] = ACTIONS(3037), + [sym_identifier] = ACTIONS(2456), [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(3035), - [anon_sym_DOT] = ACTIONS(3037), - [anon_sym_as] = ACTIONS(3037), - [anon_sym_LBRACE] = ACTIONS(3035), - [anon_sym_COMMA] = ACTIONS(3035), - [anon_sym_LPAREN] = ACTIONS(3035), - [anon_sym_PIPE] = ACTIONS(3037), - [anon_sym_fn] = ACTIONS(3037), - [anon_sym_PLUS] = ACTIONS(3037), - [anon_sym_DASH] = ACTIONS(3037), - [anon_sym_STAR] = ACTIONS(3035), - [anon_sym_SLASH] = ACTIONS(3037), - [anon_sym_PERCENT] = ACTIONS(3035), - [anon_sym_LT] = ACTIONS(3037), - [anon_sym_GT] = ACTIONS(3037), - [anon_sym_EQ_EQ] = ACTIONS(3035), - [anon_sym_BANG_EQ] = ACTIONS(3035), - [anon_sym_LT_EQ] = ACTIONS(3035), - [anon_sym_GT_EQ] = ACTIONS(3035), - [anon_sym_LBRACK] = ACTIONS(3035), - [anon_sym_RBRACK] = ACTIONS(3035), - [anon_sym_struct] = ACTIONS(3037), - [anon_sym_mut] = ACTIONS(3037), - [anon_sym_PLUS_PLUS] = ACTIONS(3035), - [anon_sym_DASH_DASH] = ACTIONS(3035), - [anon_sym_QMARK] = ACTIONS(3037), - [anon_sym_BANG] = ACTIONS(3037), - [anon_sym_go] = ACTIONS(3037), - [anon_sym_spawn] = ACTIONS(3037), - [anon_sym_json_DOTdecode] = ACTIONS(3035), - [anon_sym_LBRACK2] = ACTIONS(3037), - [anon_sym_TILDE] = ACTIONS(3035), - [anon_sym_CARET] = ACTIONS(3035), - [anon_sym_AMP] = ACTIONS(3037), - [anon_sym_LT_DASH] = ACTIONS(3035), - [anon_sym_LT_LT] = ACTIONS(3035), - [anon_sym_GT_GT] = ACTIONS(3037), - [anon_sym_GT_GT_GT] = ACTIONS(3035), - [anon_sym_AMP_CARET] = ACTIONS(3035), - [anon_sym_AMP_AMP] = ACTIONS(3035), - [anon_sym_PIPE_PIPE] = ACTIONS(3035), - [anon_sym_or] = ACTIONS(3037), - [sym_none] = ACTIONS(3037), - [sym_true] = ACTIONS(3037), - [sym_false] = ACTIONS(3037), - [sym_nil] = ACTIONS(3037), - [anon_sym_QMARK_DOT] = ACTIONS(3035), - [anon_sym_POUND_LBRACK] = ACTIONS(3035), - [anon_sym_if] = ACTIONS(3037), - [anon_sym_DOLLARif] = ACTIONS(3037), - [anon_sym_is] = ACTIONS(3037), - [anon_sym_BANGis] = ACTIONS(3035), - [anon_sym_in] = ACTIONS(3037), - [anon_sym_BANGin] = ACTIONS(3035), - [anon_sym_match] = ACTIONS(3037), - [anon_sym_select] = ACTIONS(3037), - [anon_sym_lock] = ACTIONS(3037), - [anon_sym_rlock] = ACTIONS(3037), - [anon_sym_unsafe] = ACTIONS(3037), - [anon_sym_sql] = ACTIONS(3037), - [sym_int_literal] = ACTIONS(3037), - [sym_float_literal] = ACTIONS(3035), - [sym_rune_literal] = ACTIONS(3035), - [anon_sym_AT] = ACTIONS(3037), - [anon_sym_shared] = ACTIONS(3037), - [anon_sym_map_LBRACK] = ACTIONS(3035), - [anon_sym_chan] = ACTIONS(3037), - [anon_sym_thread] = ACTIONS(3037), - [anon_sym_atomic] = ACTIONS(3037), - [sym___double_quote] = ACTIONS(3035), - [sym___single_quote] = ACTIONS(3035), - [sym___c_double_quote] = ACTIONS(3035), - [sym___c_single_quote] = ACTIONS(3035), - [sym___r_double_quote] = ACTIONS(3035), - [sym___r_single_quote] = ACTIONS(3035), + [anon_sym_DOT] = ACTIONS(2456), + [anon_sym_as] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2454), + [anon_sym_COMMA] = ACTIONS(2454), + [anon_sym_LPAREN] = ACTIONS(2454), + [anon_sym_PIPE] = ACTIONS(2456), + [anon_sym_fn] = ACTIONS(2456), + [anon_sym_PLUS] = ACTIONS(2456), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2454), + [anon_sym_SLASH] = ACTIONS(2456), + [anon_sym_PERCENT] = ACTIONS(2454), + [anon_sym_LT] = ACTIONS(2456), + [anon_sym_GT] = ACTIONS(2456), + [anon_sym_EQ_EQ] = ACTIONS(2454), + [anon_sym_BANG_EQ] = ACTIONS(2454), + [anon_sym_LT_EQ] = ACTIONS(2454), + [anon_sym_GT_EQ] = ACTIONS(2454), + [anon_sym_LBRACK] = ACTIONS(2454), + [anon_sym_LT2] = ACTIONS(2456), + [anon_sym_RBRACK] = ACTIONS(2454), + [anon_sym_struct] = ACTIONS(2456), + [anon_sym_mut] = ACTIONS(2456), + [anon_sym_PLUS_PLUS] = ACTIONS(2454), + [anon_sym_DASH_DASH] = ACTIONS(2454), + [anon_sym_QMARK] = ACTIONS(2456), + [anon_sym_BANG] = ACTIONS(2456), + [anon_sym_go] = ACTIONS(2456), + [anon_sym_spawn] = ACTIONS(2456), + [anon_sym_json_DOTdecode] = ACTIONS(2454), + [anon_sym_LBRACK2] = ACTIONS(2456), + [anon_sym_TILDE] = ACTIONS(2454), + [anon_sym_CARET] = ACTIONS(2454), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_LT_DASH] = ACTIONS(2454), + [anon_sym_LT_LT] = ACTIONS(2454), + [anon_sym_GT_GT] = ACTIONS(2456), + [anon_sym_GT_GT_GT] = ACTIONS(2454), + [anon_sym_AMP_CARET] = ACTIONS(2454), + [anon_sym_AMP_AMP] = ACTIONS(2454), + [anon_sym_PIPE_PIPE] = ACTIONS(2454), + [anon_sym_or] = ACTIONS(2456), + [sym_none] = ACTIONS(2456), + [sym_true] = ACTIONS(2456), + [sym_false] = ACTIONS(2456), + [sym_nil] = ACTIONS(2456), + [anon_sym_QMARK_DOT] = ACTIONS(2454), + [anon_sym_POUND_LBRACK] = ACTIONS(2454), + [anon_sym_if] = ACTIONS(2456), + [anon_sym_DOLLARif] = ACTIONS(2456), + [anon_sym_DOLLARelse] = ACTIONS(3665), + [anon_sym_is] = ACTIONS(2456), + [anon_sym_BANGis] = ACTIONS(2454), + [anon_sym_in] = ACTIONS(2456), + [anon_sym_BANGin] = ACTIONS(2454), + [anon_sym_match] = ACTIONS(2456), + [anon_sym_select] = ACTIONS(2456), + [anon_sym_lock] = ACTIONS(2456), + [anon_sym_rlock] = ACTIONS(2456), + [anon_sym_unsafe] = ACTIONS(2456), + [anon_sym_sql] = ACTIONS(2456), + [sym_int_literal] = ACTIONS(2456), + [sym_float_literal] = ACTIONS(2454), + [sym_rune_literal] = ACTIONS(2454), + [anon_sym_AT] = ACTIONS(2456), + [anon_sym_shared] = ACTIONS(2456), + [anon_sym_map_LBRACK] = ACTIONS(2454), + [anon_sym_chan] = ACTIONS(2456), + [anon_sym_thread] = ACTIONS(2456), + [anon_sym_atomic] = ACTIONS(2456), + [sym___double_quote] = ACTIONS(2454), + [sym___single_quote] = ACTIONS(2454), + [sym___c_double_quote] = ACTIONS(2454), + [sym___c_single_quote] = ACTIONS(2454), + [sym___r_double_quote] = ACTIONS(2454), + [sym___r_single_quote] = ACTIONS(2454), }, [1298] = { - [sym_identifier] = ACTIONS(3045), + [sym_identifier] = ACTIONS(2418), [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(3043), - [anon_sym_DOT] = ACTIONS(3045), - [anon_sym_as] = ACTIONS(3045), - [anon_sym_LBRACE] = ACTIONS(3043), - [anon_sym_COMMA] = ACTIONS(3043), - [anon_sym_LPAREN] = ACTIONS(3043), - [anon_sym_PIPE] = ACTIONS(3045), - [anon_sym_fn] = ACTIONS(3045), - [anon_sym_PLUS] = ACTIONS(3045), - [anon_sym_DASH] = ACTIONS(3045), - [anon_sym_STAR] = ACTIONS(3043), - [anon_sym_SLASH] = ACTIONS(3045), - [anon_sym_PERCENT] = ACTIONS(3043), - [anon_sym_LT] = ACTIONS(3045), - [anon_sym_GT] = ACTIONS(3045), - [anon_sym_EQ_EQ] = ACTIONS(3043), - [anon_sym_BANG_EQ] = ACTIONS(3043), - [anon_sym_LT_EQ] = ACTIONS(3043), - [anon_sym_GT_EQ] = ACTIONS(3043), - [anon_sym_LBRACK] = ACTIONS(3043), - [anon_sym_RBRACK] = ACTIONS(3043), - [anon_sym_struct] = ACTIONS(3045), - [anon_sym_mut] = ACTIONS(3045), - [anon_sym_PLUS_PLUS] = ACTIONS(3043), - [anon_sym_DASH_DASH] = ACTIONS(3043), - [anon_sym_QMARK] = ACTIONS(3045), - [anon_sym_BANG] = ACTIONS(3045), - [anon_sym_go] = ACTIONS(3045), - [anon_sym_spawn] = ACTIONS(3045), - [anon_sym_json_DOTdecode] = ACTIONS(3043), - [anon_sym_LBRACK2] = ACTIONS(3045), - [anon_sym_TILDE] = ACTIONS(3043), - [anon_sym_CARET] = ACTIONS(3043), - [anon_sym_AMP] = ACTIONS(3045), - [anon_sym_LT_DASH] = ACTIONS(3043), - [anon_sym_LT_LT] = ACTIONS(3043), - [anon_sym_GT_GT] = ACTIONS(3045), - [anon_sym_GT_GT_GT] = ACTIONS(3043), - [anon_sym_AMP_CARET] = ACTIONS(3043), - [anon_sym_AMP_AMP] = ACTIONS(3043), - [anon_sym_PIPE_PIPE] = ACTIONS(3043), - [anon_sym_or] = ACTIONS(3045), - [sym_none] = ACTIONS(3045), - [sym_true] = ACTIONS(3045), - [sym_false] = ACTIONS(3045), - [sym_nil] = ACTIONS(3045), - [anon_sym_QMARK_DOT] = ACTIONS(3043), - [anon_sym_POUND_LBRACK] = ACTIONS(3043), - [anon_sym_if] = ACTIONS(3045), - [anon_sym_DOLLARif] = ACTIONS(3045), - [anon_sym_is] = ACTIONS(3045), - [anon_sym_BANGis] = ACTIONS(3043), - [anon_sym_in] = ACTIONS(3045), - [anon_sym_BANGin] = ACTIONS(3043), - [anon_sym_match] = ACTIONS(3045), - [anon_sym_select] = ACTIONS(3045), - [anon_sym_lock] = ACTIONS(3045), - [anon_sym_rlock] = ACTIONS(3045), - [anon_sym_unsafe] = ACTIONS(3045), - [anon_sym_sql] = ACTIONS(3045), - [sym_int_literal] = ACTIONS(3045), - [sym_float_literal] = ACTIONS(3043), - [sym_rune_literal] = ACTIONS(3043), - [anon_sym_AT] = ACTIONS(3045), - [anon_sym_shared] = ACTIONS(3045), - [anon_sym_map_LBRACK] = ACTIONS(3043), - [anon_sym_chan] = ACTIONS(3045), - [anon_sym_thread] = ACTIONS(3045), - [anon_sym_atomic] = ACTIONS(3045), - [sym___double_quote] = ACTIONS(3043), - [sym___single_quote] = ACTIONS(3043), - [sym___c_double_quote] = ACTIONS(3043), - [sym___c_single_quote] = ACTIONS(3043), - [sym___r_double_quote] = ACTIONS(3043), - [sym___r_single_quote] = ACTIONS(3043), + [anon_sym_DOT] = ACTIONS(2418), + [anon_sym_as] = ACTIONS(2418), + [anon_sym_LBRACE] = ACTIONS(2416), + [anon_sym_COMMA] = ACTIONS(2416), + [anon_sym_LPAREN] = ACTIONS(2416), + [anon_sym_PIPE] = ACTIONS(2418), + [anon_sym_fn] = ACTIONS(2418), + [anon_sym_PLUS] = ACTIONS(2418), + [anon_sym_DASH] = ACTIONS(2418), + [anon_sym_STAR] = ACTIONS(2416), + [anon_sym_SLASH] = ACTIONS(2418), + [anon_sym_PERCENT] = ACTIONS(2416), + [anon_sym_LT] = ACTIONS(2418), + [anon_sym_GT] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2416), + [anon_sym_BANG_EQ] = ACTIONS(2416), + [anon_sym_LT_EQ] = ACTIONS(2416), + [anon_sym_GT_EQ] = ACTIONS(2416), + [anon_sym_LBRACK] = ACTIONS(2416), + [anon_sym_LT2] = ACTIONS(2418), + [anon_sym_RBRACK] = ACTIONS(2416), + [anon_sym_struct] = ACTIONS(2418), + [anon_sym_mut] = ACTIONS(2418), + [anon_sym_PLUS_PLUS] = ACTIONS(2416), + [anon_sym_DASH_DASH] = ACTIONS(2416), + [anon_sym_QMARK] = ACTIONS(2418), + [anon_sym_BANG] = ACTIONS(2418), + [anon_sym_go] = ACTIONS(2418), + [anon_sym_spawn] = ACTIONS(2418), + [anon_sym_json_DOTdecode] = ACTIONS(2416), + [anon_sym_LBRACK2] = ACTIONS(2418), + [anon_sym_TILDE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2416), + [anon_sym_AMP] = ACTIONS(2418), + [anon_sym_LT_DASH] = ACTIONS(2416), + [anon_sym_LT_LT] = ACTIONS(2416), + [anon_sym_GT_GT] = ACTIONS(2418), + [anon_sym_GT_GT_GT] = ACTIONS(2416), + [anon_sym_AMP_CARET] = ACTIONS(2416), + [anon_sym_AMP_AMP] = ACTIONS(2416), + [anon_sym_PIPE_PIPE] = ACTIONS(2416), + [anon_sym_or] = ACTIONS(2418), + [sym_none] = ACTIONS(2418), + [sym_true] = ACTIONS(2418), + [sym_false] = ACTIONS(2418), + [sym_nil] = ACTIONS(2418), + [anon_sym_QMARK_DOT] = ACTIONS(2416), + [anon_sym_POUND_LBRACK] = ACTIONS(2416), + [anon_sym_if] = ACTIONS(2418), + [anon_sym_DOLLARif] = ACTIONS(2418), + [anon_sym_DOLLARelse] = ACTIONS(2418), + [anon_sym_is] = ACTIONS(2418), + [anon_sym_BANGis] = ACTIONS(2416), + [anon_sym_in] = ACTIONS(2418), + [anon_sym_BANGin] = ACTIONS(2416), + [anon_sym_match] = ACTIONS(2418), + [anon_sym_select] = ACTIONS(2418), + [anon_sym_lock] = ACTIONS(2418), + [anon_sym_rlock] = ACTIONS(2418), + [anon_sym_unsafe] = ACTIONS(2418), + [anon_sym_sql] = ACTIONS(2418), + [sym_int_literal] = ACTIONS(2418), + [sym_float_literal] = ACTIONS(2416), + [sym_rune_literal] = ACTIONS(2416), + [anon_sym_AT] = ACTIONS(2418), + [anon_sym_shared] = ACTIONS(2418), + [anon_sym_map_LBRACK] = ACTIONS(2416), + [anon_sym_chan] = ACTIONS(2418), + [anon_sym_thread] = ACTIONS(2418), + [anon_sym_atomic] = ACTIONS(2418), + [sym___double_quote] = ACTIONS(2416), + [sym___single_quote] = ACTIONS(2416), + [sym___c_double_quote] = ACTIONS(2416), + [sym___c_single_quote] = ACTIONS(2416), + [sym___r_double_quote] = ACTIONS(2416), + [sym___r_single_quote] = ACTIONS(2416), }, [1299] = { - [sym_identifier] = ACTIONS(2734), + [sym_identifier] = ACTIONS(2590), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2734), - [anon_sym_as] = ACTIONS(2734), - [anon_sym_LBRACE] = ACTIONS(2732), - [anon_sym_COMMA] = ACTIONS(2732), - [anon_sym_LPAREN] = ACTIONS(2732), - [anon_sym_PIPE] = ACTIONS(2734), - [anon_sym_fn] = ACTIONS(2734), - [anon_sym_PLUS] = ACTIONS(2734), - [anon_sym_DASH] = ACTIONS(2734), - [anon_sym_STAR] = ACTIONS(2732), - [anon_sym_SLASH] = ACTIONS(2734), - [anon_sym_PERCENT] = ACTIONS(2732), - [anon_sym_LT] = ACTIONS(2734), - [anon_sym_GT] = ACTIONS(2734), - [anon_sym_EQ_EQ] = ACTIONS(2732), - [anon_sym_BANG_EQ] = ACTIONS(2732), - [anon_sym_LT_EQ] = ACTIONS(2732), - [anon_sym_GT_EQ] = ACTIONS(2732), - [anon_sym_LBRACK] = ACTIONS(2732), - [anon_sym_RBRACK] = ACTIONS(2732), - [anon_sym_struct] = ACTIONS(2734), - [anon_sym_mut] = ACTIONS(2734), - [anon_sym_PLUS_PLUS] = ACTIONS(2732), - [anon_sym_DASH_DASH] = ACTIONS(2732), - [anon_sym_QMARK] = ACTIONS(2734), - [anon_sym_BANG] = ACTIONS(2734), - [anon_sym_go] = ACTIONS(2734), - [anon_sym_spawn] = ACTIONS(2734), - [anon_sym_json_DOTdecode] = ACTIONS(2732), - [anon_sym_LBRACK2] = ACTIONS(2734), - [anon_sym_TILDE] = ACTIONS(2732), - [anon_sym_CARET] = ACTIONS(2732), - [anon_sym_AMP] = ACTIONS(2734), - [anon_sym_LT_DASH] = ACTIONS(2732), - [anon_sym_LT_LT] = ACTIONS(2732), - [anon_sym_GT_GT] = ACTIONS(2734), - [anon_sym_GT_GT_GT] = ACTIONS(2732), - [anon_sym_AMP_CARET] = ACTIONS(2732), - [anon_sym_AMP_AMP] = ACTIONS(2732), - [anon_sym_PIPE_PIPE] = ACTIONS(2732), - [anon_sym_or] = ACTIONS(2734), - [sym_none] = ACTIONS(2734), - [sym_true] = ACTIONS(2734), - [sym_false] = ACTIONS(2734), - [sym_nil] = ACTIONS(2734), - [anon_sym_QMARK_DOT] = ACTIONS(2732), - [anon_sym_POUND_LBRACK] = ACTIONS(2732), - [anon_sym_if] = ACTIONS(2734), - [anon_sym_DOLLARif] = ACTIONS(2734), - [anon_sym_DOLLARelse] = ACTIONS(3665), - [anon_sym_is] = ACTIONS(2734), - [anon_sym_BANGis] = ACTIONS(2732), - [anon_sym_in] = ACTIONS(2734), - [anon_sym_BANGin] = ACTIONS(2732), - [anon_sym_match] = ACTIONS(2734), - [anon_sym_select] = ACTIONS(2734), - [anon_sym_lock] = ACTIONS(2734), - [anon_sym_rlock] = ACTIONS(2734), - [anon_sym_unsafe] = ACTIONS(2734), - [anon_sym_sql] = ACTIONS(2734), - [sym_int_literal] = ACTIONS(2734), - [sym_float_literal] = ACTIONS(2732), - [sym_rune_literal] = ACTIONS(2732), - [anon_sym_AT] = ACTIONS(2734), - [anon_sym_shared] = ACTIONS(2734), - [anon_sym_map_LBRACK] = ACTIONS(2732), - [anon_sym_chan] = ACTIONS(2734), - [anon_sym_thread] = ACTIONS(2734), - [anon_sym_atomic] = ACTIONS(2734), - [sym___double_quote] = ACTIONS(2732), - [sym___single_quote] = ACTIONS(2732), - [sym___c_double_quote] = ACTIONS(2732), - [sym___c_single_quote] = ACTIONS(2732), - [sym___r_double_quote] = ACTIONS(2732), - [sym___r_single_quote] = ACTIONS(2732), + [anon_sym_DOT] = ACTIONS(2590), + [anon_sym_as] = ACTIONS(2590), + [anon_sym_LBRACE] = ACTIONS(2588), + [anon_sym_COMMA] = ACTIONS(2588), + [anon_sym_LPAREN] = ACTIONS(2588), + [anon_sym_PIPE] = ACTIONS(2590), + [anon_sym_fn] = ACTIONS(2590), + [anon_sym_PLUS] = ACTIONS(2590), + [anon_sym_DASH] = ACTIONS(2590), + [anon_sym_STAR] = ACTIONS(2588), + [anon_sym_SLASH] = ACTIONS(2590), + [anon_sym_PERCENT] = ACTIONS(2588), + [anon_sym_LT] = ACTIONS(2590), + [anon_sym_GT] = ACTIONS(2590), + [anon_sym_EQ_EQ] = ACTIONS(2588), + [anon_sym_BANG_EQ] = ACTIONS(2588), + [anon_sym_LT_EQ] = ACTIONS(2588), + [anon_sym_GT_EQ] = ACTIONS(2588), + [anon_sym_LBRACK] = ACTIONS(2588), + [anon_sym_LT2] = ACTIONS(2590), + [anon_sym_RBRACK] = ACTIONS(2588), + [anon_sym_struct] = ACTIONS(2590), + [anon_sym_mut] = ACTIONS(2590), + [anon_sym_PLUS_PLUS] = ACTIONS(2588), + [anon_sym_DASH_DASH] = ACTIONS(2588), + [anon_sym_QMARK] = ACTIONS(2590), + [anon_sym_BANG] = ACTIONS(2590), + [anon_sym_go] = ACTIONS(2590), + [anon_sym_spawn] = ACTIONS(2590), + [anon_sym_json_DOTdecode] = ACTIONS(2588), + [anon_sym_LBRACK2] = ACTIONS(2590), + [anon_sym_TILDE] = ACTIONS(2588), + [anon_sym_CARET] = ACTIONS(2588), + [anon_sym_AMP] = ACTIONS(2590), + [anon_sym_LT_DASH] = ACTIONS(2588), + [anon_sym_LT_LT] = ACTIONS(2588), + [anon_sym_GT_GT] = ACTIONS(2590), + [anon_sym_GT_GT_GT] = ACTIONS(2588), + [anon_sym_AMP_CARET] = ACTIONS(2588), + [anon_sym_AMP_AMP] = ACTIONS(2588), + [anon_sym_PIPE_PIPE] = ACTIONS(2588), + [anon_sym_or] = ACTIONS(2590), + [sym_none] = ACTIONS(2590), + [sym_true] = ACTIONS(2590), + [sym_false] = ACTIONS(2590), + [sym_nil] = ACTIONS(2590), + [anon_sym_QMARK_DOT] = ACTIONS(2588), + [anon_sym_POUND_LBRACK] = ACTIONS(2588), + [anon_sym_if] = ACTIONS(2590), + [anon_sym_DOLLARif] = ACTIONS(2590), + [anon_sym_DOLLARelse] = ACTIONS(2590), + [anon_sym_is] = ACTIONS(2590), + [anon_sym_BANGis] = ACTIONS(2588), + [anon_sym_in] = ACTIONS(2590), + [anon_sym_BANGin] = ACTIONS(2588), + [anon_sym_match] = ACTIONS(2590), + [anon_sym_select] = ACTIONS(2590), + [anon_sym_lock] = ACTIONS(2590), + [anon_sym_rlock] = ACTIONS(2590), + [anon_sym_unsafe] = ACTIONS(2590), + [anon_sym_sql] = ACTIONS(2590), + [sym_int_literal] = ACTIONS(2590), + [sym_float_literal] = ACTIONS(2588), + [sym_rune_literal] = ACTIONS(2588), + [anon_sym_AT] = ACTIONS(2590), + [anon_sym_shared] = ACTIONS(2590), + [anon_sym_map_LBRACK] = ACTIONS(2588), + [anon_sym_chan] = ACTIONS(2590), + [anon_sym_thread] = ACTIONS(2590), + [anon_sym_atomic] = ACTIONS(2590), + [sym___double_quote] = ACTIONS(2588), + [sym___single_quote] = ACTIONS(2588), + [sym___c_double_quote] = ACTIONS(2588), + [sym___c_single_quote] = ACTIONS(2588), + [sym___r_double_quote] = ACTIONS(2588), + [sym___r_single_quote] = ACTIONS(2588), }, [1300] = { - [sym_identifier] = ACTIONS(3093), + [sym_identifier] = ACTIONS(2412), [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(3091), - [anon_sym_DOT] = ACTIONS(3093), - [anon_sym_as] = ACTIONS(3093), - [anon_sym_LBRACE] = ACTIONS(3091), - [anon_sym_COMMA] = ACTIONS(3091), - [anon_sym_LPAREN] = ACTIONS(3091), - [anon_sym_PIPE] = ACTIONS(3093), - [anon_sym_fn] = ACTIONS(3093), - [anon_sym_PLUS] = ACTIONS(3093), - [anon_sym_DASH] = ACTIONS(3093), - [anon_sym_STAR] = ACTIONS(3091), - [anon_sym_SLASH] = ACTIONS(3093), - [anon_sym_PERCENT] = ACTIONS(3091), - [anon_sym_LT] = ACTIONS(3093), - [anon_sym_GT] = ACTIONS(3093), - [anon_sym_EQ_EQ] = ACTIONS(3091), - [anon_sym_BANG_EQ] = ACTIONS(3091), - [anon_sym_LT_EQ] = ACTIONS(3091), - [anon_sym_GT_EQ] = ACTIONS(3091), - [anon_sym_LBRACK] = ACTIONS(3091), - [anon_sym_RBRACK] = ACTIONS(3091), - [anon_sym_struct] = ACTIONS(3093), - [anon_sym_mut] = ACTIONS(3093), - [anon_sym_PLUS_PLUS] = ACTIONS(3091), - [anon_sym_DASH_DASH] = ACTIONS(3091), - [anon_sym_QMARK] = ACTIONS(3093), - [anon_sym_BANG] = ACTIONS(3093), - [anon_sym_go] = ACTIONS(3093), - [anon_sym_spawn] = ACTIONS(3093), - [anon_sym_json_DOTdecode] = ACTIONS(3091), - [anon_sym_LBRACK2] = ACTIONS(3093), - [anon_sym_TILDE] = ACTIONS(3091), - [anon_sym_CARET] = ACTIONS(3091), - [anon_sym_AMP] = ACTIONS(3093), - [anon_sym_LT_DASH] = ACTIONS(3091), - [anon_sym_LT_LT] = ACTIONS(3091), - [anon_sym_GT_GT] = ACTIONS(3093), - [anon_sym_GT_GT_GT] = ACTIONS(3091), - [anon_sym_AMP_CARET] = ACTIONS(3091), - [anon_sym_AMP_AMP] = ACTIONS(3091), - [anon_sym_PIPE_PIPE] = ACTIONS(3091), - [anon_sym_or] = ACTIONS(3093), - [sym_none] = ACTIONS(3093), - [sym_true] = ACTIONS(3093), - [sym_false] = ACTIONS(3093), - [sym_nil] = ACTIONS(3093), - [anon_sym_QMARK_DOT] = ACTIONS(3091), - [anon_sym_POUND_LBRACK] = ACTIONS(3091), - [anon_sym_if] = ACTIONS(3093), - [anon_sym_DOLLARif] = ACTIONS(3093), - [anon_sym_is] = ACTIONS(3093), - [anon_sym_BANGis] = ACTIONS(3091), - [anon_sym_in] = ACTIONS(3093), - [anon_sym_BANGin] = ACTIONS(3091), - [anon_sym_match] = ACTIONS(3093), - [anon_sym_select] = ACTIONS(3093), - [anon_sym_lock] = ACTIONS(3093), - [anon_sym_rlock] = ACTIONS(3093), - [anon_sym_unsafe] = ACTIONS(3093), - [anon_sym_sql] = ACTIONS(3093), - [sym_int_literal] = ACTIONS(3093), - [sym_float_literal] = ACTIONS(3091), - [sym_rune_literal] = ACTIONS(3091), - [anon_sym_AT] = ACTIONS(3093), - [anon_sym_shared] = ACTIONS(3093), - [anon_sym_map_LBRACK] = ACTIONS(3091), - [anon_sym_chan] = ACTIONS(3093), - [anon_sym_thread] = ACTIONS(3093), - [anon_sym_atomic] = ACTIONS(3093), - [sym___double_quote] = ACTIONS(3091), - [sym___single_quote] = ACTIONS(3091), - [sym___c_double_quote] = ACTIONS(3091), - [sym___c_single_quote] = ACTIONS(3091), - [sym___r_double_quote] = ACTIONS(3091), - [sym___r_single_quote] = ACTIONS(3091), + [anon_sym_DOT] = ACTIONS(2412), + [anon_sym_as] = ACTIONS(2412), + [anon_sym_LBRACE] = ACTIONS(2410), + [anon_sym_COMMA] = ACTIONS(2410), + [anon_sym_LPAREN] = ACTIONS(2410), + [anon_sym_PIPE] = ACTIONS(2412), + [anon_sym_fn] = ACTIONS(2412), + [anon_sym_PLUS] = ACTIONS(2412), + [anon_sym_DASH] = ACTIONS(2412), + [anon_sym_STAR] = ACTIONS(2410), + [anon_sym_SLASH] = ACTIONS(2412), + [anon_sym_PERCENT] = ACTIONS(2410), + [anon_sym_LT] = ACTIONS(2412), + [anon_sym_GT] = ACTIONS(2412), + [anon_sym_EQ_EQ] = ACTIONS(2410), + [anon_sym_BANG_EQ] = ACTIONS(2410), + [anon_sym_LT_EQ] = ACTIONS(2410), + [anon_sym_GT_EQ] = ACTIONS(2410), + [anon_sym_LBRACK] = ACTIONS(2410), + [anon_sym_LT2] = ACTIONS(2412), + [anon_sym_RBRACK] = ACTIONS(2410), + [anon_sym_struct] = ACTIONS(2412), + [anon_sym_mut] = ACTIONS(2412), + [anon_sym_PLUS_PLUS] = ACTIONS(2410), + [anon_sym_DASH_DASH] = ACTIONS(2410), + [anon_sym_QMARK] = ACTIONS(2412), + [anon_sym_BANG] = ACTIONS(2412), + [anon_sym_go] = ACTIONS(2412), + [anon_sym_spawn] = ACTIONS(2412), + [anon_sym_json_DOTdecode] = ACTIONS(2410), + [anon_sym_LBRACK2] = ACTIONS(2412), + [anon_sym_TILDE] = ACTIONS(2410), + [anon_sym_CARET] = ACTIONS(2410), + [anon_sym_AMP] = ACTIONS(2412), + [anon_sym_LT_DASH] = ACTIONS(2410), + [anon_sym_LT_LT] = ACTIONS(2410), + [anon_sym_GT_GT] = ACTIONS(2412), + [anon_sym_GT_GT_GT] = ACTIONS(2410), + [anon_sym_AMP_CARET] = ACTIONS(2410), + [anon_sym_AMP_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2410), + [anon_sym_or] = ACTIONS(2412), + [sym_none] = ACTIONS(2412), + [sym_true] = ACTIONS(2412), + [sym_false] = ACTIONS(2412), + [sym_nil] = ACTIONS(2412), + [anon_sym_QMARK_DOT] = ACTIONS(2410), + [anon_sym_POUND_LBRACK] = ACTIONS(2410), + [anon_sym_if] = ACTIONS(2412), + [anon_sym_DOLLARif] = ACTIONS(2412), + [anon_sym_DOLLARelse] = ACTIONS(3667), + [anon_sym_is] = ACTIONS(2412), + [anon_sym_BANGis] = ACTIONS(2410), + [anon_sym_in] = ACTIONS(2412), + [anon_sym_BANGin] = ACTIONS(2410), + [anon_sym_match] = ACTIONS(2412), + [anon_sym_select] = ACTIONS(2412), + [anon_sym_lock] = ACTIONS(2412), + [anon_sym_rlock] = ACTIONS(2412), + [anon_sym_unsafe] = ACTIONS(2412), + [anon_sym_sql] = ACTIONS(2412), + [sym_int_literal] = ACTIONS(2412), + [sym_float_literal] = ACTIONS(2410), + [sym_rune_literal] = ACTIONS(2410), + [anon_sym_AT] = ACTIONS(2412), + [anon_sym_shared] = ACTIONS(2412), + [anon_sym_map_LBRACK] = ACTIONS(2410), + [anon_sym_chan] = ACTIONS(2412), + [anon_sym_thread] = ACTIONS(2412), + [anon_sym_atomic] = ACTIONS(2412), + [sym___double_quote] = ACTIONS(2410), + [sym___single_quote] = ACTIONS(2410), + [sym___c_double_quote] = ACTIONS(2410), + [sym___c_single_quote] = ACTIONS(2410), + [sym___r_double_quote] = ACTIONS(2410), + [sym___r_single_quote] = ACTIONS(2410), }, [1301] = { - [sym_identifier] = ACTIONS(2788), + [sym_identifier] = ACTIONS(2418), [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(2786), - [anon_sym_DOT] = ACTIONS(2788), - [anon_sym_as] = ACTIONS(2788), - [anon_sym_LBRACE] = ACTIONS(2786), - [anon_sym_COMMA] = ACTIONS(2786), - [anon_sym_LPAREN] = ACTIONS(2786), - [anon_sym_PIPE] = ACTIONS(2788), - [anon_sym_fn] = ACTIONS(2788), - [anon_sym_PLUS] = ACTIONS(2788), - [anon_sym_DASH] = ACTIONS(2788), - [anon_sym_STAR] = ACTIONS(2786), - [anon_sym_SLASH] = ACTIONS(2788), - [anon_sym_PERCENT] = ACTIONS(2786), - [anon_sym_LT] = ACTIONS(2788), - [anon_sym_GT] = ACTIONS(2788), - [anon_sym_EQ_EQ] = ACTIONS(2786), - [anon_sym_BANG_EQ] = ACTIONS(2786), - [anon_sym_LT_EQ] = ACTIONS(2786), - [anon_sym_GT_EQ] = ACTIONS(2786), - [anon_sym_LBRACK] = ACTIONS(2786), - [anon_sym_RBRACK] = ACTIONS(2786), - [anon_sym_struct] = ACTIONS(2788), - [anon_sym_mut] = ACTIONS(2788), - [anon_sym_PLUS_PLUS] = ACTIONS(2786), - [anon_sym_DASH_DASH] = ACTIONS(2786), - [anon_sym_QMARK] = ACTIONS(2788), - [anon_sym_BANG] = ACTIONS(2788), - [anon_sym_go] = ACTIONS(2788), - [anon_sym_spawn] = ACTIONS(2788), - [anon_sym_json_DOTdecode] = ACTIONS(2786), - [anon_sym_LBRACK2] = ACTIONS(2788), - [anon_sym_TILDE] = ACTIONS(2786), - [anon_sym_CARET] = ACTIONS(2786), - [anon_sym_AMP] = ACTIONS(2788), - [anon_sym_LT_DASH] = ACTIONS(2786), - [anon_sym_LT_LT] = ACTIONS(2786), - [anon_sym_GT_GT] = ACTIONS(2788), - [anon_sym_GT_GT_GT] = ACTIONS(2786), - [anon_sym_AMP_CARET] = ACTIONS(2786), - [anon_sym_AMP_AMP] = ACTIONS(2786), - [anon_sym_PIPE_PIPE] = ACTIONS(2786), - [anon_sym_or] = ACTIONS(2788), - [sym_none] = ACTIONS(2788), - [sym_true] = ACTIONS(2788), - [sym_false] = ACTIONS(2788), - [sym_nil] = ACTIONS(2788), - [anon_sym_QMARK_DOT] = ACTIONS(2786), - [anon_sym_POUND_LBRACK] = ACTIONS(2786), - [anon_sym_if] = ACTIONS(2788), - [anon_sym_DOLLARif] = ACTIONS(2788), - [anon_sym_is] = ACTIONS(2788), - [anon_sym_BANGis] = ACTIONS(2786), - [anon_sym_in] = ACTIONS(2788), - [anon_sym_BANGin] = ACTIONS(2786), - [anon_sym_match] = ACTIONS(2788), - [anon_sym_select] = ACTIONS(2788), - [anon_sym_lock] = ACTIONS(2788), - [anon_sym_rlock] = ACTIONS(2788), - [anon_sym_unsafe] = ACTIONS(2788), - [anon_sym_sql] = ACTIONS(2788), - [sym_int_literal] = ACTIONS(2788), - [sym_float_literal] = ACTIONS(2786), - [sym_rune_literal] = ACTIONS(2786), - [anon_sym_AT] = ACTIONS(2788), - [anon_sym_shared] = ACTIONS(2788), - [anon_sym_map_LBRACK] = ACTIONS(2786), - [anon_sym_chan] = ACTIONS(2788), - [anon_sym_thread] = ACTIONS(2788), - [anon_sym_atomic] = ACTIONS(2788), - [sym___double_quote] = ACTIONS(2786), - [sym___single_quote] = ACTIONS(2786), - [sym___c_double_quote] = ACTIONS(2786), - [sym___c_single_quote] = ACTIONS(2786), - [sym___r_double_quote] = ACTIONS(2786), - [sym___r_single_quote] = ACTIONS(2786), + [anon_sym_DOT] = ACTIONS(2418), + [anon_sym_as] = ACTIONS(2418), + [anon_sym_LBRACE] = ACTIONS(2416), + [anon_sym_COMMA] = ACTIONS(2416), + [anon_sym_LPAREN] = ACTIONS(2416), + [anon_sym_PIPE] = ACTIONS(2418), + [anon_sym_fn] = ACTIONS(2418), + [anon_sym_PLUS] = ACTIONS(2418), + [anon_sym_DASH] = ACTIONS(2418), + [anon_sym_STAR] = ACTIONS(2416), + [anon_sym_SLASH] = ACTIONS(2418), + [anon_sym_PERCENT] = ACTIONS(2416), + [anon_sym_LT] = ACTIONS(2418), + [anon_sym_GT] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2416), + [anon_sym_BANG_EQ] = ACTIONS(2416), + [anon_sym_LT_EQ] = ACTIONS(2416), + [anon_sym_GT_EQ] = ACTIONS(2416), + [anon_sym_LBRACK] = ACTIONS(2416), + [anon_sym_LT2] = ACTIONS(2418), + [anon_sym_RBRACK] = ACTIONS(2416), + [anon_sym_struct] = ACTIONS(2418), + [anon_sym_mut] = ACTIONS(2418), + [anon_sym_PLUS_PLUS] = ACTIONS(2416), + [anon_sym_DASH_DASH] = ACTIONS(2416), + [anon_sym_QMARK] = ACTIONS(2418), + [anon_sym_BANG] = ACTIONS(2418), + [anon_sym_go] = ACTIONS(2418), + [anon_sym_spawn] = ACTIONS(2418), + [anon_sym_json_DOTdecode] = ACTIONS(2416), + [anon_sym_LBRACK2] = ACTIONS(2418), + [anon_sym_TILDE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2416), + [anon_sym_AMP] = ACTIONS(2418), + [anon_sym_LT_DASH] = ACTIONS(2416), + [anon_sym_LT_LT] = ACTIONS(2416), + [anon_sym_GT_GT] = ACTIONS(2418), + [anon_sym_GT_GT_GT] = ACTIONS(2416), + [anon_sym_AMP_CARET] = ACTIONS(2416), + [anon_sym_AMP_AMP] = ACTIONS(2416), + [anon_sym_PIPE_PIPE] = ACTIONS(2416), + [anon_sym_or] = ACTIONS(2418), + [sym_none] = ACTIONS(2418), + [sym_true] = ACTIONS(2418), + [sym_false] = ACTIONS(2418), + [sym_nil] = ACTIONS(2418), + [anon_sym_QMARK_DOT] = ACTIONS(2416), + [anon_sym_POUND_LBRACK] = ACTIONS(2416), + [anon_sym_if] = ACTIONS(2418), + [anon_sym_else] = ACTIONS(2418), + [anon_sym_DOLLARif] = ACTIONS(2418), + [anon_sym_is] = ACTIONS(2418), + [anon_sym_BANGis] = ACTIONS(2416), + [anon_sym_in] = ACTIONS(2418), + [anon_sym_BANGin] = ACTIONS(2416), + [anon_sym_match] = ACTIONS(2418), + [anon_sym_select] = ACTIONS(2418), + [anon_sym_lock] = ACTIONS(2418), + [anon_sym_rlock] = ACTIONS(2418), + [anon_sym_unsafe] = ACTIONS(2418), + [anon_sym_sql] = ACTIONS(2418), + [sym_int_literal] = ACTIONS(2418), + [sym_float_literal] = ACTIONS(2416), + [sym_rune_literal] = ACTIONS(2416), + [anon_sym_AT] = ACTIONS(2418), + [anon_sym_shared] = ACTIONS(2418), + [anon_sym_map_LBRACK] = ACTIONS(2416), + [anon_sym_chan] = ACTIONS(2418), + [anon_sym_thread] = ACTIONS(2418), + [anon_sym_atomic] = ACTIONS(2418), + [sym___double_quote] = ACTIONS(2416), + [sym___single_quote] = ACTIONS(2416), + [sym___c_double_quote] = ACTIONS(2416), + [sym___c_single_quote] = ACTIONS(2416), + [sym___r_double_quote] = ACTIONS(2416), + [sym___r_single_quote] = ACTIONS(2416), }, [1302] = { - [sym_identifier] = ACTIONS(2700), + [sym_identifier] = ACTIONS(2815), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2700), - [anon_sym_as] = ACTIONS(2700), - [anon_sym_LBRACE] = ACTIONS(2698), - [anon_sym_COMMA] = ACTIONS(2698), - [anon_sym_LPAREN] = ACTIONS(2698), - [anon_sym_PIPE] = ACTIONS(2700), - [anon_sym_fn] = ACTIONS(2700), - [anon_sym_PLUS] = ACTIONS(2700), - [anon_sym_DASH] = ACTIONS(2700), - [anon_sym_STAR] = ACTIONS(2698), - [anon_sym_SLASH] = ACTIONS(2700), - [anon_sym_PERCENT] = ACTIONS(2698), - [anon_sym_LT] = ACTIONS(2700), - [anon_sym_GT] = ACTIONS(2700), - [anon_sym_EQ_EQ] = ACTIONS(2698), - [anon_sym_BANG_EQ] = ACTIONS(2698), - [anon_sym_LT_EQ] = ACTIONS(2698), - [anon_sym_GT_EQ] = ACTIONS(2698), - [anon_sym_LBRACK] = ACTIONS(2698), - [anon_sym_RBRACK] = ACTIONS(2698), - [anon_sym_struct] = ACTIONS(2700), - [anon_sym_mut] = ACTIONS(2700), - [anon_sym_PLUS_PLUS] = ACTIONS(2698), - [anon_sym_DASH_DASH] = ACTIONS(2698), - [anon_sym_QMARK] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_go] = ACTIONS(2700), - [anon_sym_spawn] = ACTIONS(2700), - [anon_sym_json_DOTdecode] = ACTIONS(2698), - [anon_sym_LBRACK2] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2698), - [anon_sym_CARET] = ACTIONS(2698), - [anon_sym_AMP] = ACTIONS(2700), - [anon_sym_LT_DASH] = ACTIONS(2698), - [anon_sym_LT_LT] = ACTIONS(2698), - [anon_sym_GT_GT] = ACTIONS(2700), - [anon_sym_GT_GT_GT] = ACTIONS(2698), - [anon_sym_AMP_CARET] = ACTIONS(2698), - [anon_sym_AMP_AMP] = ACTIONS(2698), - [anon_sym_PIPE_PIPE] = ACTIONS(2698), - [anon_sym_or] = ACTIONS(2700), - [sym_none] = ACTIONS(2700), - [sym_true] = ACTIONS(2700), - [sym_false] = ACTIONS(2700), - [sym_nil] = ACTIONS(2700), - [anon_sym_QMARK_DOT] = ACTIONS(2698), - [anon_sym_POUND_LBRACK] = ACTIONS(2698), - [anon_sym_if] = ACTIONS(2700), - [anon_sym_DOLLARif] = ACTIONS(2700), - [anon_sym_DOLLARelse] = ACTIONS(2700), - [anon_sym_is] = ACTIONS(2700), - [anon_sym_BANGis] = ACTIONS(2698), - [anon_sym_in] = ACTIONS(2700), - [anon_sym_BANGin] = ACTIONS(2698), - [anon_sym_match] = ACTIONS(2700), - [anon_sym_select] = ACTIONS(2700), - [anon_sym_lock] = ACTIONS(2700), - [anon_sym_rlock] = ACTIONS(2700), - [anon_sym_unsafe] = ACTIONS(2700), - [anon_sym_sql] = ACTIONS(2700), - [sym_int_literal] = ACTIONS(2700), - [sym_float_literal] = ACTIONS(2698), - [sym_rune_literal] = ACTIONS(2698), - [anon_sym_AT] = ACTIONS(2700), - [anon_sym_shared] = ACTIONS(2700), - [anon_sym_map_LBRACK] = ACTIONS(2698), - [anon_sym_chan] = ACTIONS(2700), - [anon_sym_thread] = ACTIONS(2700), - [anon_sym_atomic] = ACTIONS(2700), - [sym___double_quote] = ACTIONS(2698), - [sym___single_quote] = ACTIONS(2698), - [sym___c_double_quote] = ACTIONS(2698), - [sym___c_single_quote] = ACTIONS(2698), - [sym___r_double_quote] = ACTIONS(2698), - [sym___r_single_quote] = ACTIONS(2698), + [anon_sym_SEMI] = ACTIONS(2813), + [anon_sym_DOT] = ACTIONS(2815), + [anon_sym_as] = ACTIONS(2815), + [anon_sym_LBRACE] = ACTIONS(2813), + [anon_sym_COMMA] = ACTIONS(2813), + [anon_sym_LPAREN] = ACTIONS(2813), + [anon_sym_PIPE] = ACTIONS(2815), + [anon_sym_fn] = ACTIONS(2815), + [anon_sym_PLUS] = ACTIONS(2815), + [anon_sym_DASH] = ACTIONS(2815), + [anon_sym_STAR] = ACTIONS(2813), + [anon_sym_SLASH] = ACTIONS(2815), + [anon_sym_PERCENT] = ACTIONS(2813), + [anon_sym_LT] = ACTIONS(2815), + [anon_sym_GT] = ACTIONS(2815), + [anon_sym_EQ_EQ] = ACTIONS(2813), + [anon_sym_BANG_EQ] = ACTIONS(2813), + [anon_sym_LT_EQ] = ACTIONS(2813), + [anon_sym_GT_EQ] = ACTIONS(2813), + [anon_sym_LBRACK] = ACTIONS(2813), + [anon_sym_LT2] = ACTIONS(2815), + [anon_sym_RBRACK] = ACTIONS(2813), + [anon_sym_struct] = ACTIONS(2815), + [anon_sym_mut] = ACTIONS(2815), + [anon_sym_PLUS_PLUS] = ACTIONS(2813), + [anon_sym_DASH_DASH] = ACTIONS(2813), + [anon_sym_QMARK] = ACTIONS(2815), + [anon_sym_BANG] = ACTIONS(2815), + [anon_sym_go] = ACTIONS(2815), + [anon_sym_spawn] = ACTIONS(2815), + [anon_sym_json_DOTdecode] = ACTIONS(2813), + [anon_sym_LBRACK2] = ACTIONS(2815), + [anon_sym_TILDE] = ACTIONS(2813), + [anon_sym_CARET] = ACTIONS(2813), + [anon_sym_AMP] = ACTIONS(2815), + [anon_sym_LT_DASH] = ACTIONS(2813), + [anon_sym_LT_LT] = ACTIONS(2813), + [anon_sym_GT_GT] = ACTIONS(2815), + [anon_sym_GT_GT_GT] = ACTIONS(2813), + [anon_sym_AMP_CARET] = ACTIONS(2813), + [anon_sym_AMP_AMP] = ACTIONS(2813), + [anon_sym_PIPE_PIPE] = ACTIONS(2813), + [anon_sym_or] = ACTIONS(2815), + [sym_none] = ACTIONS(2815), + [sym_true] = ACTIONS(2815), + [sym_false] = ACTIONS(2815), + [sym_nil] = ACTIONS(2815), + [anon_sym_QMARK_DOT] = ACTIONS(2813), + [anon_sym_POUND_LBRACK] = ACTIONS(2813), + [anon_sym_if] = ACTIONS(2815), + [anon_sym_DOLLARif] = ACTIONS(2815), + [anon_sym_is] = ACTIONS(2815), + [anon_sym_BANGis] = ACTIONS(2813), + [anon_sym_in] = ACTIONS(2815), + [anon_sym_BANGin] = ACTIONS(2813), + [anon_sym_match] = ACTIONS(2815), + [anon_sym_select] = ACTIONS(2815), + [anon_sym_lock] = ACTIONS(2815), + [anon_sym_rlock] = ACTIONS(2815), + [anon_sym_unsafe] = ACTIONS(2815), + [anon_sym_sql] = ACTIONS(2815), + [sym_int_literal] = ACTIONS(2815), + [sym_float_literal] = ACTIONS(2813), + [sym_rune_literal] = ACTIONS(2813), + [anon_sym_AT] = ACTIONS(2815), + [anon_sym_shared] = ACTIONS(2815), + [anon_sym_map_LBRACK] = ACTIONS(2813), + [anon_sym_chan] = ACTIONS(2815), + [anon_sym_thread] = ACTIONS(2815), + [anon_sym_atomic] = ACTIONS(2815), + [sym___double_quote] = ACTIONS(2813), + [sym___single_quote] = ACTIONS(2813), + [sym___c_double_quote] = ACTIONS(2813), + [sym___c_single_quote] = ACTIONS(2813), + [sym___r_double_quote] = ACTIONS(2813), + [sym___r_single_quote] = ACTIONS(2813), }, [1303] = { - [sym_identifier] = ACTIONS(2820), + [sym_identifier] = ACTIONS(2651), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2820), - [anon_sym_as] = ACTIONS(2820), - [anon_sym_LBRACE] = ACTIONS(2818), - [anon_sym_COMMA] = ACTIONS(2818), - [anon_sym_LPAREN] = ACTIONS(2818), - [anon_sym_PIPE] = ACTIONS(2820), - [anon_sym_fn] = ACTIONS(2820), - [anon_sym_PLUS] = ACTIONS(2820), - [anon_sym_DASH] = ACTIONS(2820), - [anon_sym_STAR] = ACTIONS(2818), - [anon_sym_SLASH] = ACTIONS(2820), - [anon_sym_PERCENT] = ACTIONS(2818), - [anon_sym_LT] = ACTIONS(2820), - [anon_sym_GT] = ACTIONS(2820), - [anon_sym_EQ_EQ] = ACTIONS(2818), - [anon_sym_BANG_EQ] = ACTIONS(2818), - [anon_sym_LT_EQ] = ACTIONS(2818), - [anon_sym_GT_EQ] = ACTIONS(2818), - [anon_sym_LBRACK] = ACTIONS(2818), - [anon_sym_RBRACK] = ACTIONS(2818), - [anon_sym_struct] = ACTIONS(2820), - [anon_sym_mut] = ACTIONS(2820), - [anon_sym_PLUS_PLUS] = ACTIONS(2818), - [anon_sym_DASH_DASH] = ACTIONS(2818), - [anon_sym_QMARK] = ACTIONS(2820), - [anon_sym_BANG] = ACTIONS(2820), - [anon_sym_go] = ACTIONS(2820), - [anon_sym_spawn] = ACTIONS(2820), - [anon_sym_json_DOTdecode] = ACTIONS(2818), - [anon_sym_LBRACK2] = ACTIONS(2820), - [anon_sym_TILDE] = ACTIONS(2818), - [anon_sym_CARET] = ACTIONS(2818), - [anon_sym_AMP] = ACTIONS(2820), - [anon_sym_LT_DASH] = ACTIONS(2818), - [anon_sym_LT_LT] = ACTIONS(2818), - [anon_sym_GT_GT] = ACTIONS(2820), - [anon_sym_GT_GT_GT] = ACTIONS(2818), - [anon_sym_AMP_CARET] = ACTIONS(2818), - [anon_sym_AMP_AMP] = ACTIONS(2818), - [anon_sym_PIPE_PIPE] = ACTIONS(2818), - [anon_sym_or] = ACTIONS(2820), - [sym_none] = ACTIONS(2820), - [sym_true] = ACTIONS(2820), - [sym_false] = ACTIONS(2820), - [sym_nil] = ACTIONS(2820), - [anon_sym_QMARK_DOT] = ACTIONS(2818), - [anon_sym_POUND_LBRACK] = ACTIONS(2818), - [anon_sym_if] = ACTIONS(2820), - [anon_sym_DOLLARif] = ACTIONS(2820), - [anon_sym_is] = ACTIONS(2820), - [anon_sym_BANGis] = ACTIONS(2818), - [anon_sym_in] = ACTIONS(2820), - [anon_sym_BANGin] = ACTIONS(2818), - [anon_sym_match] = ACTIONS(2820), - [anon_sym_select] = ACTIONS(2820), - [anon_sym_lock] = ACTIONS(2820), - [anon_sym_rlock] = ACTIONS(2820), - [anon_sym_unsafe] = ACTIONS(2820), - [anon_sym_sql] = ACTIONS(2820), - [sym_int_literal] = ACTIONS(2820), - [sym_float_literal] = ACTIONS(2818), - [sym_rune_literal] = ACTIONS(2818), - [anon_sym_AT] = ACTIONS(2820), - [anon_sym_shared] = ACTIONS(2820), - [anon_sym_map_LBRACK] = ACTIONS(2818), - [anon_sym_chan] = ACTIONS(2820), - [anon_sym_thread] = ACTIONS(2820), - [anon_sym_atomic] = ACTIONS(2820), - [sym___double_quote] = ACTIONS(2818), - [sym___single_quote] = ACTIONS(2818), - [sym___c_double_quote] = ACTIONS(2818), - [sym___c_single_quote] = ACTIONS(2818), - [sym___r_double_quote] = ACTIONS(2818), - [sym___r_single_quote] = ACTIONS(2818), + [anon_sym_DOT] = ACTIONS(2651), + [anon_sym_as] = ACTIONS(2651), + [anon_sym_LBRACE] = ACTIONS(2649), + [anon_sym_COMMA] = ACTIONS(2649), + [anon_sym_LPAREN] = ACTIONS(2649), + [anon_sym_PIPE] = ACTIONS(2651), + [anon_sym_fn] = ACTIONS(2651), + [anon_sym_PLUS] = ACTIONS(2651), + [anon_sym_DASH] = ACTIONS(2651), + [anon_sym_STAR] = ACTIONS(2649), + [anon_sym_SLASH] = ACTIONS(2651), + [anon_sym_PERCENT] = ACTIONS(2649), + [anon_sym_LT] = ACTIONS(2651), + [anon_sym_GT] = ACTIONS(2651), + [anon_sym_EQ_EQ] = ACTIONS(2649), + [anon_sym_BANG_EQ] = ACTIONS(2649), + [anon_sym_LT_EQ] = ACTIONS(2649), + [anon_sym_GT_EQ] = ACTIONS(2649), + [anon_sym_LBRACK] = ACTIONS(2649), + [anon_sym_LT2] = ACTIONS(2651), + [anon_sym_RBRACK] = ACTIONS(2649), + [anon_sym_struct] = ACTIONS(2651), + [anon_sym_mut] = ACTIONS(2651), + [anon_sym_PLUS_PLUS] = ACTIONS(2649), + [anon_sym_DASH_DASH] = ACTIONS(2649), + [anon_sym_QMARK] = ACTIONS(2651), + [anon_sym_BANG] = ACTIONS(2651), + [anon_sym_go] = ACTIONS(2651), + [anon_sym_spawn] = ACTIONS(2651), + [anon_sym_json_DOTdecode] = ACTIONS(2649), + [anon_sym_LBRACK2] = ACTIONS(2651), + [anon_sym_TILDE] = ACTIONS(2649), + [anon_sym_CARET] = ACTIONS(2649), + [anon_sym_AMP] = ACTIONS(2651), + [anon_sym_LT_DASH] = ACTIONS(2649), + [anon_sym_LT_LT] = ACTIONS(2649), + [anon_sym_GT_GT] = ACTIONS(2651), + [anon_sym_GT_GT_GT] = ACTIONS(2649), + [anon_sym_AMP_CARET] = ACTIONS(2649), + [anon_sym_AMP_AMP] = ACTIONS(2649), + [anon_sym_PIPE_PIPE] = ACTIONS(2649), + [anon_sym_or] = ACTIONS(2651), + [sym_none] = ACTIONS(2651), + [sym_true] = ACTIONS(2651), + [sym_false] = ACTIONS(2651), + [sym_nil] = ACTIONS(2651), + [anon_sym_QMARK_DOT] = ACTIONS(2649), + [anon_sym_POUND_LBRACK] = ACTIONS(2649), + [anon_sym_if] = ACTIONS(2651), + [anon_sym_DOLLARif] = ACTIONS(2651), + [anon_sym_is] = ACTIONS(2651), + [anon_sym_BANGis] = ACTIONS(2649), + [anon_sym_in] = ACTIONS(2651), + [anon_sym_BANGin] = ACTIONS(2649), + [anon_sym_match] = ACTIONS(2651), + [anon_sym_select] = ACTIONS(2651), + [anon_sym_lock] = ACTIONS(2651), + [anon_sym_rlock] = ACTIONS(2651), + [anon_sym_unsafe] = ACTIONS(2651), + [anon_sym_sql] = ACTIONS(2651), + [sym_int_literal] = ACTIONS(2651), + [sym_float_literal] = ACTIONS(2649), + [sym_rune_literal] = ACTIONS(2649), + [anon_sym_AT] = ACTIONS(2651), + [anon_sym_shared] = ACTIONS(2651), + [anon_sym_map_LBRACK] = ACTIONS(2649), + [anon_sym_chan] = ACTIONS(2651), + [anon_sym_thread] = ACTIONS(2651), + [anon_sym_atomic] = ACTIONS(2651), + [sym___double_quote] = ACTIONS(2649), + [sym___single_quote] = ACTIONS(2649), + [sym___c_double_quote] = ACTIONS(2649), + [sym___c_single_quote] = ACTIONS(2649), + [sym___r_double_quote] = ACTIONS(2649), + [sym___r_single_quote] = ACTIONS(2649), }, [1304] = { - [sym_identifier] = ACTIONS(2864), + [sym_identifier] = ACTIONS(2887), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2864), - [anon_sym_as] = ACTIONS(2864), - [anon_sym_LBRACE] = ACTIONS(2862), - [anon_sym_COMMA] = ACTIONS(2862), - [anon_sym_LPAREN] = ACTIONS(2862), - [anon_sym_PIPE] = ACTIONS(2864), - [anon_sym_fn] = ACTIONS(2864), - [anon_sym_PLUS] = ACTIONS(2864), - [anon_sym_DASH] = ACTIONS(2864), - [anon_sym_STAR] = ACTIONS(2862), - [anon_sym_SLASH] = ACTIONS(2864), - [anon_sym_PERCENT] = ACTIONS(2862), - [anon_sym_LT] = ACTIONS(2864), - [anon_sym_GT] = ACTIONS(2864), - [anon_sym_EQ_EQ] = ACTIONS(2862), - [anon_sym_BANG_EQ] = ACTIONS(2862), - [anon_sym_LT_EQ] = ACTIONS(2862), - [anon_sym_GT_EQ] = ACTIONS(2862), - [anon_sym_LBRACK] = ACTIONS(2862), - [anon_sym_RBRACK] = ACTIONS(2862), - [anon_sym_struct] = ACTIONS(2864), - [anon_sym_mut] = ACTIONS(2864), - [anon_sym_PLUS_PLUS] = ACTIONS(2862), - [anon_sym_DASH_DASH] = ACTIONS(2862), - [anon_sym_QMARK] = ACTIONS(2864), - [anon_sym_BANG] = ACTIONS(2864), - [anon_sym_go] = ACTIONS(2864), - [anon_sym_spawn] = ACTIONS(2864), - [anon_sym_json_DOTdecode] = ACTIONS(2862), - [anon_sym_LBRACK2] = ACTIONS(2864), - [anon_sym_TILDE] = ACTIONS(2862), - [anon_sym_CARET] = ACTIONS(2862), - [anon_sym_AMP] = ACTIONS(2864), - [anon_sym_LT_DASH] = ACTIONS(2862), - [anon_sym_LT_LT] = ACTIONS(2862), - [anon_sym_GT_GT] = ACTIONS(2864), - [anon_sym_GT_GT_GT] = ACTIONS(2862), - [anon_sym_AMP_CARET] = ACTIONS(2862), - [anon_sym_AMP_AMP] = ACTIONS(2862), - [anon_sym_PIPE_PIPE] = ACTIONS(2862), - [anon_sym_or] = ACTIONS(2864), - [sym_none] = ACTIONS(2864), - [sym_true] = ACTIONS(2864), - [sym_false] = ACTIONS(2864), - [sym_nil] = ACTIONS(2864), - [anon_sym_QMARK_DOT] = ACTIONS(2862), - [anon_sym_POUND_LBRACK] = ACTIONS(2862), - [anon_sym_if] = ACTIONS(2864), - [anon_sym_DOLLARif] = ACTIONS(2864), - [anon_sym_is] = ACTIONS(2864), - [anon_sym_BANGis] = ACTIONS(2862), - [anon_sym_in] = ACTIONS(2864), - [anon_sym_BANGin] = ACTIONS(2862), - [anon_sym_match] = ACTIONS(2864), - [anon_sym_select] = ACTIONS(2864), - [anon_sym_lock] = ACTIONS(2864), - [anon_sym_rlock] = ACTIONS(2864), - [anon_sym_unsafe] = ACTIONS(2864), - [anon_sym_sql] = ACTIONS(2864), - [sym_int_literal] = ACTIONS(2864), - [sym_float_literal] = ACTIONS(2862), - [sym_rune_literal] = ACTIONS(2862), - [anon_sym_AT] = ACTIONS(2864), - [anon_sym_shared] = ACTIONS(2864), - [anon_sym_map_LBRACK] = ACTIONS(2862), - [anon_sym_chan] = ACTIONS(2864), - [anon_sym_thread] = ACTIONS(2864), - [anon_sym_atomic] = ACTIONS(2864), - [sym___double_quote] = ACTIONS(2862), - [sym___single_quote] = ACTIONS(2862), - [sym___c_double_quote] = ACTIONS(2862), - [sym___c_single_quote] = ACTIONS(2862), - [sym___r_double_quote] = ACTIONS(2862), - [sym___r_single_quote] = ACTIONS(2862), + [anon_sym_DOT] = ACTIONS(2887), + [anon_sym_as] = ACTIONS(2887), + [anon_sym_LBRACE] = ACTIONS(2885), + [anon_sym_COMMA] = ACTIONS(2885), + [anon_sym_LPAREN] = ACTIONS(2885), + [anon_sym_PIPE] = ACTIONS(2887), + [anon_sym_fn] = ACTIONS(2887), + [anon_sym_PLUS] = ACTIONS(2887), + [anon_sym_DASH] = ACTIONS(2887), + [anon_sym_STAR] = ACTIONS(2885), + [anon_sym_SLASH] = ACTIONS(2887), + [anon_sym_PERCENT] = ACTIONS(2885), + [anon_sym_LT] = ACTIONS(2887), + [anon_sym_GT] = ACTIONS(2887), + [anon_sym_EQ_EQ] = ACTIONS(2885), + [anon_sym_BANG_EQ] = ACTIONS(2885), + [anon_sym_LT_EQ] = ACTIONS(2885), + [anon_sym_GT_EQ] = ACTIONS(2885), + [anon_sym_LBRACK] = ACTIONS(2885), + [anon_sym_LT2] = ACTIONS(2887), + [anon_sym_RBRACK] = ACTIONS(2885), + [anon_sym_struct] = ACTIONS(2887), + [anon_sym_mut] = ACTIONS(2887), + [anon_sym_PLUS_PLUS] = ACTIONS(2885), + [anon_sym_DASH_DASH] = ACTIONS(2885), + [anon_sym_QMARK] = ACTIONS(2887), + [anon_sym_BANG] = ACTIONS(2887), + [anon_sym_go] = ACTIONS(2887), + [anon_sym_spawn] = ACTIONS(2887), + [anon_sym_json_DOTdecode] = ACTIONS(2885), + [anon_sym_LBRACK2] = ACTIONS(2887), + [anon_sym_TILDE] = ACTIONS(2885), + [anon_sym_CARET] = ACTIONS(2885), + [anon_sym_AMP] = ACTIONS(2887), + [anon_sym_LT_DASH] = ACTIONS(2885), + [anon_sym_LT_LT] = ACTIONS(2885), + [anon_sym_GT_GT] = ACTIONS(2887), + [anon_sym_GT_GT_GT] = ACTIONS(2885), + [anon_sym_AMP_CARET] = ACTIONS(2885), + [anon_sym_AMP_AMP] = ACTIONS(2885), + [anon_sym_PIPE_PIPE] = ACTIONS(2885), + [anon_sym_or] = ACTIONS(2887), + [sym_none] = ACTIONS(2887), + [sym_true] = ACTIONS(2887), + [sym_false] = ACTIONS(2887), + [sym_nil] = ACTIONS(2887), + [anon_sym_QMARK_DOT] = ACTIONS(2885), + [anon_sym_POUND_LBRACK] = ACTIONS(2885), + [anon_sym_if] = ACTIONS(2887), + [anon_sym_DOLLARif] = ACTIONS(2887), + [anon_sym_is] = ACTIONS(2887), + [anon_sym_BANGis] = ACTIONS(2885), + [anon_sym_in] = ACTIONS(2887), + [anon_sym_BANGin] = ACTIONS(2885), + [anon_sym_match] = ACTIONS(2887), + [anon_sym_select] = ACTIONS(2887), + [anon_sym_lock] = ACTIONS(2887), + [anon_sym_rlock] = ACTIONS(2887), + [anon_sym_unsafe] = ACTIONS(2887), + [anon_sym_sql] = ACTIONS(2887), + [sym_int_literal] = ACTIONS(2887), + [sym_float_literal] = ACTIONS(2885), + [sym_rune_literal] = ACTIONS(2885), + [anon_sym_AT] = ACTIONS(2887), + [anon_sym_shared] = ACTIONS(2887), + [anon_sym_map_LBRACK] = ACTIONS(2885), + [anon_sym_chan] = ACTIONS(2887), + [anon_sym_thread] = ACTIONS(2887), + [anon_sym_atomic] = ACTIONS(2887), + [sym___double_quote] = ACTIONS(2885), + [sym___single_quote] = ACTIONS(2885), + [sym___c_double_quote] = ACTIONS(2885), + [sym___c_single_quote] = ACTIONS(2885), + [sym___r_double_quote] = ACTIONS(2885), + [sym___r_single_quote] = ACTIONS(2885), }, [1305] = { - [sym_identifier] = ACTIONS(2891), + [sym_identifier] = ACTIONS(3011), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2891), - [anon_sym_as] = ACTIONS(2891), - [anon_sym_LBRACE] = ACTIONS(2889), - [anon_sym_COMMA] = ACTIONS(2889), - [anon_sym_LPAREN] = ACTIONS(2889), - [anon_sym_PIPE] = ACTIONS(2891), - [anon_sym_fn] = ACTIONS(2891), - [anon_sym_PLUS] = ACTIONS(2891), - [anon_sym_DASH] = ACTIONS(2891), - [anon_sym_STAR] = ACTIONS(2889), - [anon_sym_SLASH] = ACTIONS(2891), - [anon_sym_PERCENT] = ACTIONS(2889), - [anon_sym_LT] = ACTIONS(2891), - [anon_sym_GT] = ACTIONS(2891), - [anon_sym_EQ_EQ] = ACTIONS(2889), - [anon_sym_BANG_EQ] = ACTIONS(2889), - [anon_sym_LT_EQ] = ACTIONS(2889), - [anon_sym_GT_EQ] = ACTIONS(2889), - [anon_sym_LBRACK] = ACTIONS(2889), - [anon_sym_RBRACK] = ACTIONS(2889), - [anon_sym_struct] = ACTIONS(2891), - [anon_sym_mut] = ACTIONS(2891), - [anon_sym_PLUS_PLUS] = ACTIONS(2889), - [anon_sym_DASH_DASH] = ACTIONS(2889), - [anon_sym_QMARK] = ACTIONS(2891), - [anon_sym_BANG] = ACTIONS(2891), - [anon_sym_go] = ACTIONS(2891), - [anon_sym_spawn] = ACTIONS(2891), - [anon_sym_json_DOTdecode] = ACTIONS(2889), - [anon_sym_LBRACK2] = ACTIONS(2891), - [anon_sym_TILDE] = ACTIONS(2889), - [anon_sym_CARET] = ACTIONS(2889), - [anon_sym_AMP] = ACTIONS(2891), - [anon_sym_LT_DASH] = ACTIONS(2889), - [anon_sym_LT_LT] = ACTIONS(2889), - [anon_sym_GT_GT] = ACTIONS(2891), - [anon_sym_GT_GT_GT] = ACTIONS(2889), - [anon_sym_AMP_CARET] = ACTIONS(2889), - [anon_sym_AMP_AMP] = ACTIONS(2889), - [anon_sym_PIPE_PIPE] = ACTIONS(2889), - [anon_sym_or] = ACTIONS(2891), - [sym_none] = ACTIONS(2891), - [sym_true] = ACTIONS(2891), - [sym_false] = ACTIONS(2891), - [sym_nil] = ACTIONS(2891), - [anon_sym_QMARK_DOT] = ACTIONS(2889), - [anon_sym_POUND_LBRACK] = ACTIONS(2889), - [anon_sym_if] = ACTIONS(2891), - [anon_sym_DOLLARif] = ACTIONS(2891), - [anon_sym_is] = ACTIONS(2891), - [anon_sym_BANGis] = ACTIONS(2889), - [anon_sym_in] = ACTIONS(2891), - [anon_sym_BANGin] = ACTIONS(2889), - [anon_sym_match] = ACTIONS(2891), - [anon_sym_select] = ACTIONS(2891), - [anon_sym_lock] = ACTIONS(2891), - [anon_sym_rlock] = ACTIONS(2891), - [anon_sym_unsafe] = ACTIONS(2891), - [anon_sym_sql] = ACTIONS(2891), - [sym_int_literal] = ACTIONS(2891), - [sym_float_literal] = ACTIONS(2889), - [sym_rune_literal] = ACTIONS(2889), - [anon_sym_AT] = ACTIONS(2891), - [anon_sym_shared] = ACTIONS(2891), - [anon_sym_map_LBRACK] = ACTIONS(2889), - [anon_sym_chan] = ACTIONS(2891), - [anon_sym_thread] = ACTIONS(2891), - [anon_sym_atomic] = ACTIONS(2891), - [sym___double_quote] = ACTIONS(2889), - [sym___single_quote] = ACTIONS(2889), - [sym___c_double_quote] = ACTIONS(2889), - [sym___c_single_quote] = ACTIONS(2889), - [sym___r_double_quote] = ACTIONS(2889), - [sym___r_single_quote] = ACTIONS(2889), + [anon_sym_DOT] = ACTIONS(3011), + [anon_sym_as] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(3009), + [anon_sym_COMMA] = ACTIONS(3009), + [anon_sym_LPAREN] = ACTIONS(3009), + [anon_sym_PIPE] = ACTIONS(3011), + [anon_sym_fn] = ACTIONS(3011), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3009), + [anon_sym_SLASH] = ACTIONS(3011), + [anon_sym_PERCENT] = ACTIONS(3009), + [anon_sym_LT] = ACTIONS(3011), + [anon_sym_GT] = ACTIONS(3011), + [anon_sym_EQ_EQ] = ACTIONS(3009), + [anon_sym_BANG_EQ] = ACTIONS(3009), + [anon_sym_LT_EQ] = ACTIONS(3009), + [anon_sym_GT_EQ] = ACTIONS(3009), + [anon_sym_LBRACK] = ACTIONS(3009), + [anon_sym_LT2] = ACTIONS(3011), + [anon_sym_RBRACK] = ACTIONS(3009), + [anon_sym_struct] = ACTIONS(3011), + [anon_sym_mut] = ACTIONS(3011), + [anon_sym_PLUS_PLUS] = ACTIONS(3009), + [anon_sym_DASH_DASH] = ACTIONS(3009), + [anon_sym_QMARK] = ACTIONS(3011), + [anon_sym_BANG] = ACTIONS(3011), + [anon_sym_go] = ACTIONS(3011), + [anon_sym_spawn] = ACTIONS(3011), + [anon_sym_json_DOTdecode] = ACTIONS(3009), + [anon_sym_LBRACK2] = ACTIONS(3011), + [anon_sym_TILDE] = ACTIONS(3009), + [anon_sym_CARET] = ACTIONS(3009), + [anon_sym_AMP] = ACTIONS(3011), + [anon_sym_LT_DASH] = ACTIONS(3009), + [anon_sym_LT_LT] = ACTIONS(3009), + [anon_sym_GT_GT] = ACTIONS(3011), + [anon_sym_GT_GT_GT] = ACTIONS(3009), + [anon_sym_AMP_CARET] = ACTIONS(3009), + [anon_sym_AMP_AMP] = ACTIONS(3009), + [anon_sym_PIPE_PIPE] = ACTIONS(3009), + [anon_sym_or] = ACTIONS(3011), + [sym_none] = ACTIONS(3011), + [sym_true] = ACTIONS(3011), + [sym_false] = ACTIONS(3011), + [sym_nil] = ACTIONS(3011), + [anon_sym_QMARK_DOT] = ACTIONS(3009), + [anon_sym_POUND_LBRACK] = ACTIONS(3009), + [anon_sym_if] = ACTIONS(3011), + [anon_sym_DOLLARif] = ACTIONS(3011), + [anon_sym_is] = ACTIONS(3011), + [anon_sym_BANGis] = ACTIONS(3009), + [anon_sym_in] = ACTIONS(3011), + [anon_sym_BANGin] = ACTIONS(3009), + [anon_sym_match] = ACTIONS(3011), + [anon_sym_select] = ACTIONS(3011), + [anon_sym_lock] = ACTIONS(3011), + [anon_sym_rlock] = ACTIONS(3011), + [anon_sym_unsafe] = ACTIONS(3011), + [anon_sym_sql] = ACTIONS(3011), + [sym_int_literal] = ACTIONS(3011), + [sym_float_literal] = ACTIONS(3009), + [sym_rune_literal] = ACTIONS(3009), + [anon_sym_AT] = ACTIONS(3011), + [anon_sym_shared] = ACTIONS(3011), + [anon_sym_map_LBRACK] = ACTIONS(3009), + [anon_sym_chan] = ACTIONS(3011), + [anon_sym_thread] = ACTIONS(3011), + [anon_sym_atomic] = ACTIONS(3011), + [sym___double_quote] = ACTIONS(3009), + [sym___single_quote] = ACTIONS(3009), + [sym___c_double_quote] = ACTIONS(3009), + [sym___c_single_quote] = ACTIONS(3009), + [sym___r_double_quote] = ACTIONS(3009), + [sym___r_single_quote] = ACTIONS(3009), }, [1306] = { - [sym_identifier] = ACTIONS(3041), + [sym_identifier] = ACTIONS(2636), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_as] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3039), - [anon_sym_COMMA] = ACTIONS(3039), - [anon_sym_LPAREN] = ACTIONS(3039), - [anon_sym_PIPE] = ACTIONS(3041), - [anon_sym_fn] = ACTIONS(3041), - [anon_sym_PLUS] = ACTIONS(3041), - [anon_sym_DASH] = ACTIONS(3041), - [anon_sym_STAR] = ACTIONS(3039), - [anon_sym_SLASH] = ACTIONS(3041), - [anon_sym_PERCENT] = ACTIONS(3039), - [anon_sym_LT] = ACTIONS(3041), - [anon_sym_GT] = ACTIONS(3041), - [anon_sym_EQ_EQ] = ACTIONS(3039), - [anon_sym_BANG_EQ] = ACTIONS(3039), - [anon_sym_LT_EQ] = ACTIONS(3039), - [anon_sym_GT_EQ] = ACTIONS(3039), - [anon_sym_LBRACK] = ACTIONS(3039), - [anon_sym_RBRACK] = ACTIONS(3039), - [anon_sym_struct] = ACTIONS(3041), - [anon_sym_mut] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3039), - [anon_sym_DASH_DASH] = ACTIONS(3039), - [anon_sym_QMARK] = ACTIONS(3041), - [anon_sym_BANG] = ACTIONS(3041), - [anon_sym_go] = ACTIONS(3041), - [anon_sym_spawn] = ACTIONS(3041), - [anon_sym_json_DOTdecode] = ACTIONS(3039), - [anon_sym_LBRACK2] = ACTIONS(3041), - [anon_sym_TILDE] = ACTIONS(3039), - [anon_sym_CARET] = ACTIONS(3039), - [anon_sym_AMP] = ACTIONS(3041), - [anon_sym_LT_DASH] = ACTIONS(3039), - [anon_sym_LT_LT] = ACTIONS(3039), - [anon_sym_GT_GT] = ACTIONS(3041), - [anon_sym_GT_GT_GT] = ACTIONS(3039), - [anon_sym_AMP_CARET] = ACTIONS(3039), - [anon_sym_AMP_AMP] = ACTIONS(3039), - [anon_sym_PIPE_PIPE] = ACTIONS(3039), - [anon_sym_or] = ACTIONS(3041), - [sym_none] = ACTIONS(3041), - [sym_true] = ACTIONS(3041), - [sym_false] = ACTIONS(3041), - [sym_nil] = ACTIONS(3041), - [anon_sym_QMARK_DOT] = ACTIONS(3039), - [anon_sym_POUND_LBRACK] = ACTIONS(3039), - [anon_sym_if] = ACTIONS(3041), - [anon_sym_DOLLARif] = ACTIONS(3041), - [anon_sym_is] = ACTIONS(3041), - [anon_sym_BANGis] = ACTIONS(3039), - [anon_sym_in] = ACTIONS(3041), - [anon_sym_BANGin] = ACTIONS(3039), - [anon_sym_match] = ACTIONS(3041), - [anon_sym_select] = ACTIONS(3041), - [anon_sym_lock] = ACTIONS(3041), - [anon_sym_rlock] = ACTIONS(3041), - [anon_sym_unsafe] = ACTIONS(3041), - [anon_sym_sql] = ACTIONS(3041), - [sym_int_literal] = ACTIONS(3041), - [sym_float_literal] = ACTIONS(3039), - [sym_rune_literal] = ACTIONS(3039), - [anon_sym_AT] = ACTIONS(3041), - [anon_sym_shared] = ACTIONS(3041), - [anon_sym_map_LBRACK] = ACTIONS(3039), - [anon_sym_chan] = ACTIONS(3041), - [anon_sym_thread] = ACTIONS(3041), - [anon_sym_atomic] = ACTIONS(3041), - [sym___double_quote] = ACTIONS(3039), - [sym___single_quote] = ACTIONS(3039), - [sym___c_double_quote] = ACTIONS(3039), - [sym___c_single_quote] = ACTIONS(3039), - [sym___r_double_quote] = ACTIONS(3039), - [sym___r_single_quote] = ACTIONS(3039), + [anon_sym_DOT] = ACTIONS(2638), + [anon_sym_as] = ACTIONS(2636), + [anon_sym_LBRACE] = ACTIONS(2634), + [anon_sym_COMMA] = ACTIONS(2634), + [anon_sym_LPAREN] = ACTIONS(2634), + [anon_sym_PIPE] = ACTIONS(2636), + [anon_sym_fn] = ACTIONS(2636), + [anon_sym_PLUS] = ACTIONS(2636), + [anon_sym_DASH] = ACTIONS(2636), + [anon_sym_STAR] = ACTIONS(2634), + [anon_sym_SLASH] = ACTIONS(2636), + [anon_sym_PERCENT] = ACTIONS(2634), + [anon_sym_LT] = ACTIONS(2636), + [anon_sym_GT] = ACTIONS(2636), + [anon_sym_EQ_EQ] = ACTIONS(2634), + [anon_sym_BANG_EQ] = ACTIONS(2634), + [anon_sym_LT_EQ] = ACTIONS(2634), + [anon_sym_GT_EQ] = ACTIONS(2634), + [anon_sym_LBRACK] = ACTIONS(2634), + [anon_sym_LT2] = ACTIONS(2636), + [anon_sym_RBRACK] = ACTIONS(3669), + [anon_sym_struct] = ACTIONS(2636), + [anon_sym_mut] = ACTIONS(2636), + [anon_sym_PLUS_PLUS] = ACTIONS(2634), + [anon_sym_DASH_DASH] = ACTIONS(2634), + [anon_sym_QMARK] = ACTIONS(2636), + [anon_sym_BANG] = ACTIONS(2636), + [anon_sym_go] = ACTIONS(2636), + [anon_sym_spawn] = ACTIONS(2636), + [anon_sym_json_DOTdecode] = ACTIONS(2634), + [anon_sym_LBRACK2] = ACTIONS(2636), + [anon_sym_TILDE] = ACTIONS(2634), + [anon_sym_CARET] = ACTIONS(2634), + [anon_sym_AMP] = ACTIONS(2636), + [anon_sym_LT_DASH] = ACTIONS(2634), + [anon_sym_LT_LT] = ACTIONS(2634), + [anon_sym_GT_GT] = ACTIONS(2636), + [anon_sym_GT_GT_GT] = ACTIONS(2634), + [anon_sym_AMP_CARET] = ACTIONS(2634), + [anon_sym_AMP_AMP] = ACTIONS(2634), + [anon_sym_PIPE_PIPE] = ACTIONS(2634), + [anon_sym_or] = ACTIONS(2636), + [sym_none] = ACTIONS(2636), + [sym_true] = ACTIONS(2636), + [sym_false] = ACTIONS(2636), + [sym_nil] = ACTIONS(2636), + [anon_sym_QMARK_DOT] = ACTIONS(2634), + [anon_sym_POUND_LBRACK] = ACTIONS(2634), + [anon_sym_if] = ACTIONS(2636), + [anon_sym_DOLLARif] = ACTIONS(2636), + [anon_sym_is] = ACTIONS(2636), + [anon_sym_BANGis] = ACTIONS(2634), + [anon_sym_in] = ACTIONS(2636), + [anon_sym_BANGin] = ACTIONS(2634), + [anon_sym_match] = ACTIONS(2636), + [anon_sym_select] = ACTIONS(2636), + [anon_sym_lock] = ACTIONS(2636), + [anon_sym_rlock] = ACTIONS(2636), + [anon_sym_unsafe] = ACTIONS(2636), + [anon_sym_sql] = ACTIONS(2636), + [sym_int_literal] = ACTIONS(2636), + [sym_float_literal] = ACTIONS(2634), + [sym_rune_literal] = ACTIONS(2634), + [anon_sym_AT] = ACTIONS(2636), + [anon_sym_shared] = ACTIONS(2636), + [anon_sym_map_LBRACK] = ACTIONS(2634), + [anon_sym_chan] = ACTIONS(2636), + [anon_sym_thread] = ACTIONS(2636), + [anon_sym_atomic] = ACTIONS(2636), + [sym___double_quote] = ACTIONS(2634), + [sym___single_quote] = ACTIONS(2634), + [sym___c_double_quote] = ACTIONS(2634), + [sym___c_single_quote] = ACTIONS(2634), + [sym___r_double_quote] = ACTIONS(2634), + [sym___r_single_quote] = ACTIONS(2634), }, [1307] = { - [sym_identifier] = ACTIONS(3177), + [sym_identifier] = ACTIONS(2636), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3177), - [anon_sym_as] = ACTIONS(3177), - [anon_sym_LBRACE] = ACTIONS(3175), - [anon_sym_COMMA] = ACTIONS(3175), - [anon_sym_LPAREN] = ACTIONS(3175), - [anon_sym_PIPE] = ACTIONS(3177), - [anon_sym_fn] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(3177), - [anon_sym_DASH] = ACTIONS(3177), - [anon_sym_STAR] = ACTIONS(3175), - [anon_sym_SLASH] = ACTIONS(3177), - [anon_sym_PERCENT] = ACTIONS(3175), - [anon_sym_LT] = ACTIONS(3177), - [anon_sym_GT] = ACTIONS(3177), - [anon_sym_EQ_EQ] = ACTIONS(3175), - [anon_sym_BANG_EQ] = ACTIONS(3175), - [anon_sym_LT_EQ] = ACTIONS(3175), - [anon_sym_GT_EQ] = ACTIONS(3175), - [anon_sym_LBRACK] = ACTIONS(3175), - [anon_sym_RBRACK] = ACTIONS(3175), - [anon_sym_struct] = ACTIONS(3177), - [anon_sym_mut] = ACTIONS(3177), - [anon_sym_PLUS_PLUS] = ACTIONS(3175), - [anon_sym_DASH_DASH] = ACTIONS(3175), - [anon_sym_QMARK] = ACTIONS(3177), - [anon_sym_BANG] = ACTIONS(3177), - [anon_sym_go] = ACTIONS(3177), - [anon_sym_spawn] = ACTIONS(3177), - [anon_sym_json_DOTdecode] = ACTIONS(3175), - [anon_sym_LBRACK2] = ACTIONS(3177), - [anon_sym_TILDE] = ACTIONS(3175), - [anon_sym_CARET] = ACTIONS(3175), - [anon_sym_AMP] = ACTIONS(3177), - [anon_sym_LT_DASH] = ACTIONS(3175), - [anon_sym_LT_LT] = ACTIONS(3175), - [anon_sym_GT_GT] = ACTIONS(3177), - [anon_sym_GT_GT_GT] = ACTIONS(3175), - [anon_sym_AMP_CARET] = ACTIONS(3175), - [anon_sym_AMP_AMP] = ACTIONS(3175), - [anon_sym_PIPE_PIPE] = ACTIONS(3175), - [anon_sym_or] = ACTIONS(3177), - [sym_none] = ACTIONS(3177), - [sym_true] = ACTIONS(3177), - [sym_false] = ACTIONS(3177), - [sym_nil] = ACTIONS(3177), - [anon_sym_QMARK_DOT] = ACTIONS(3175), - [anon_sym_POUND_LBRACK] = ACTIONS(3175), - [anon_sym_if] = ACTIONS(3177), - [anon_sym_DOLLARif] = ACTIONS(3177), - [anon_sym_is] = ACTIONS(3177), - [anon_sym_BANGis] = ACTIONS(3175), - [anon_sym_in] = ACTIONS(3177), - [anon_sym_BANGin] = ACTIONS(3175), - [anon_sym_match] = ACTIONS(3177), - [anon_sym_select] = ACTIONS(3177), - [anon_sym_lock] = ACTIONS(3177), - [anon_sym_rlock] = ACTIONS(3177), - [anon_sym_unsafe] = ACTIONS(3177), - [anon_sym_sql] = ACTIONS(3177), - [sym_int_literal] = ACTIONS(3177), - [sym_float_literal] = ACTIONS(3175), - [sym_rune_literal] = ACTIONS(3175), - [anon_sym_AT] = ACTIONS(3177), - [anon_sym_shared] = ACTIONS(3177), - [anon_sym_map_LBRACK] = ACTIONS(3175), - [anon_sym_chan] = ACTIONS(3177), - [anon_sym_thread] = ACTIONS(3177), - [anon_sym_atomic] = ACTIONS(3177), - [sym___double_quote] = ACTIONS(3175), - [sym___single_quote] = ACTIONS(3175), - [sym___c_double_quote] = ACTIONS(3175), - [sym___c_single_quote] = ACTIONS(3175), - [sym___r_double_quote] = ACTIONS(3175), - [sym___r_single_quote] = ACTIONS(3175), + [anon_sym_DOT] = ACTIONS(2638), + [anon_sym_as] = ACTIONS(2636), + [anon_sym_LBRACE] = ACTIONS(2634), + [anon_sym_COMMA] = ACTIONS(2634), + [anon_sym_LPAREN] = ACTIONS(2634), + [anon_sym_PIPE] = ACTIONS(2636), + [anon_sym_fn] = ACTIONS(2636), + [anon_sym_PLUS] = ACTIONS(2636), + [anon_sym_DASH] = ACTIONS(2636), + [anon_sym_STAR] = ACTIONS(2634), + [anon_sym_SLASH] = ACTIONS(2636), + [anon_sym_PERCENT] = ACTIONS(2634), + [anon_sym_LT] = ACTIONS(2636), + [anon_sym_GT] = ACTIONS(2636), + [anon_sym_EQ_EQ] = ACTIONS(2634), + [anon_sym_BANG_EQ] = ACTIONS(2634), + [anon_sym_LT_EQ] = ACTIONS(2634), + [anon_sym_GT_EQ] = ACTIONS(2634), + [anon_sym_LBRACK] = ACTIONS(2634), + [anon_sym_LT2] = ACTIONS(2636), + [anon_sym_RBRACK] = ACTIONS(2634), + [anon_sym_struct] = ACTIONS(2636), + [anon_sym_mut] = ACTIONS(2636), + [anon_sym_PLUS_PLUS] = ACTIONS(2634), + [anon_sym_DASH_DASH] = ACTIONS(2634), + [anon_sym_QMARK] = ACTIONS(2636), + [anon_sym_BANG] = ACTIONS(2636), + [anon_sym_go] = ACTIONS(2636), + [anon_sym_spawn] = ACTIONS(2636), + [anon_sym_json_DOTdecode] = ACTIONS(2634), + [anon_sym_LBRACK2] = ACTIONS(2636), + [anon_sym_TILDE] = ACTIONS(2634), + [anon_sym_CARET] = ACTIONS(2634), + [anon_sym_AMP] = ACTIONS(2636), + [anon_sym_LT_DASH] = ACTIONS(2634), + [anon_sym_LT_LT] = ACTIONS(2634), + [anon_sym_GT_GT] = ACTIONS(2636), + [anon_sym_GT_GT_GT] = ACTIONS(2634), + [anon_sym_AMP_CARET] = ACTIONS(2634), + [anon_sym_AMP_AMP] = ACTIONS(2634), + [anon_sym_PIPE_PIPE] = ACTIONS(2634), + [anon_sym_or] = ACTIONS(2636), + [sym_none] = ACTIONS(2636), + [sym_true] = ACTIONS(2636), + [sym_false] = ACTIONS(2636), + [sym_nil] = ACTIONS(2636), + [anon_sym_QMARK_DOT] = ACTIONS(2634), + [anon_sym_POUND_LBRACK] = ACTIONS(2634), + [anon_sym_if] = ACTIONS(2636), + [anon_sym_DOLLARif] = ACTIONS(2636), + [anon_sym_is] = ACTIONS(2636), + [anon_sym_BANGis] = ACTIONS(2634), + [anon_sym_in] = ACTIONS(2636), + [anon_sym_BANGin] = ACTIONS(2634), + [anon_sym_match] = ACTIONS(2636), + [anon_sym_select] = ACTIONS(2636), + [anon_sym_lock] = ACTIONS(2636), + [anon_sym_rlock] = ACTIONS(2636), + [anon_sym_unsafe] = ACTIONS(2636), + [anon_sym_sql] = ACTIONS(2636), + [sym_int_literal] = ACTIONS(2636), + [sym_float_literal] = ACTIONS(2634), + [sym_rune_literal] = ACTIONS(2634), + [anon_sym_AT] = ACTIONS(2636), + [anon_sym_shared] = ACTIONS(2636), + [anon_sym_map_LBRACK] = ACTIONS(2634), + [anon_sym_chan] = ACTIONS(2636), + [anon_sym_thread] = ACTIONS(2636), + [anon_sym_atomic] = ACTIONS(2636), + [sym___double_quote] = ACTIONS(2634), + [sym___single_quote] = ACTIONS(2634), + [sym___c_double_quote] = ACTIONS(2634), + [sym___c_single_quote] = ACTIONS(2634), + [sym___r_double_quote] = ACTIONS(2634), + [sym___r_single_quote] = ACTIONS(2634), }, [1308] = { - [sym_identifier] = ACTIONS(3101), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3101), - [anon_sym_as] = ACTIONS(3101), - [anon_sym_LBRACE] = ACTIONS(3099), - [anon_sym_COMMA] = ACTIONS(3099), - [anon_sym_LPAREN] = ACTIONS(3099), - [anon_sym_PIPE] = ACTIONS(3101), - [anon_sym_fn] = ACTIONS(3101), - [anon_sym_PLUS] = ACTIONS(3101), - [anon_sym_DASH] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(3099), - [anon_sym_SLASH] = ACTIONS(3101), - [anon_sym_PERCENT] = ACTIONS(3099), - [anon_sym_LT] = ACTIONS(3101), - [anon_sym_GT] = ACTIONS(3101), - [anon_sym_EQ_EQ] = ACTIONS(3099), - [anon_sym_BANG_EQ] = ACTIONS(3099), - [anon_sym_LT_EQ] = ACTIONS(3099), - [anon_sym_GT_EQ] = ACTIONS(3099), - [anon_sym_LBRACK] = ACTIONS(3099), - [anon_sym_RBRACK] = ACTIONS(3099), - [anon_sym_struct] = ACTIONS(3101), - [anon_sym_mut] = ACTIONS(3101), - [anon_sym_PLUS_PLUS] = ACTIONS(3099), - [anon_sym_DASH_DASH] = ACTIONS(3099), - [anon_sym_QMARK] = ACTIONS(3101), - [anon_sym_BANG] = ACTIONS(3101), - [anon_sym_go] = ACTIONS(3101), - [anon_sym_spawn] = ACTIONS(3101), - [anon_sym_json_DOTdecode] = ACTIONS(3099), - [anon_sym_LBRACK2] = ACTIONS(3101), - [anon_sym_TILDE] = ACTIONS(3099), - [anon_sym_CARET] = ACTIONS(3099), - [anon_sym_AMP] = ACTIONS(3101), - [anon_sym_LT_DASH] = ACTIONS(3099), - [anon_sym_LT_LT] = ACTIONS(3099), - [anon_sym_GT_GT] = ACTIONS(3101), - [anon_sym_GT_GT_GT] = ACTIONS(3099), - [anon_sym_AMP_CARET] = ACTIONS(3099), - [anon_sym_AMP_AMP] = ACTIONS(3099), - [anon_sym_PIPE_PIPE] = ACTIONS(3099), - [anon_sym_or] = ACTIONS(3101), - [sym_none] = ACTIONS(3101), - [sym_true] = ACTIONS(3101), - [sym_false] = ACTIONS(3101), - [sym_nil] = ACTIONS(3101), - [anon_sym_QMARK_DOT] = ACTIONS(3099), - [anon_sym_POUND_LBRACK] = ACTIONS(3099), - [anon_sym_if] = ACTIONS(3101), - [anon_sym_DOLLARif] = ACTIONS(3101), - [anon_sym_is] = ACTIONS(3101), - [anon_sym_BANGis] = ACTIONS(3099), - [anon_sym_in] = ACTIONS(3101), - [anon_sym_BANGin] = ACTIONS(3099), - [anon_sym_match] = ACTIONS(3101), - [anon_sym_select] = ACTIONS(3101), - [anon_sym_lock] = ACTIONS(3101), - [anon_sym_rlock] = ACTIONS(3101), - [anon_sym_unsafe] = ACTIONS(3101), - [anon_sym_sql] = ACTIONS(3101), - [sym_int_literal] = ACTIONS(3101), - [sym_float_literal] = ACTIONS(3099), - [sym_rune_literal] = ACTIONS(3099), - [anon_sym_AT] = ACTIONS(3101), - [anon_sym_shared] = ACTIONS(3101), - [anon_sym_map_LBRACK] = ACTIONS(3099), - [anon_sym_chan] = ACTIONS(3101), - [anon_sym_thread] = ACTIONS(3101), - [anon_sym_atomic] = ACTIONS(3101), - [sym___double_quote] = ACTIONS(3099), - [sym___single_quote] = ACTIONS(3099), - [sym___c_double_quote] = ACTIONS(3099), - [sym___c_single_quote] = ACTIONS(3099), - [sym___r_double_quote] = ACTIONS(3099), - [sym___r_single_quote] = ACTIONS(3099), - }, - [1309] = { - [sym_identifier] = ACTIONS(2915), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2915), - [anon_sym_as] = ACTIONS(2915), - [anon_sym_LBRACE] = ACTIONS(2913), - [anon_sym_COMMA] = ACTIONS(2913), - [anon_sym_LPAREN] = ACTIONS(2913), - [anon_sym_PIPE] = ACTIONS(2915), - [anon_sym_fn] = ACTIONS(2915), - [anon_sym_PLUS] = ACTIONS(2915), - [anon_sym_DASH] = ACTIONS(2915), - [anon_sym_STAR] = ACTIONS(2913), - [anon_sym_SLASH] = ACTIONS(2915), - [anon_sym_PERCENT] = ACTIONS(2913), - [anon_sym_LT] = ACTIONS(2915), - [anon_sym_GT] = ACTIONS(2915), - [anon_sym_EQ_EQ] = ACTIONS(2913), - [anon_sym_BANG_EQ] = ACTIONS(2913), - [anon_sym_LT_EQ] = ACTIONS(2913), - [anon_sym_GT_EQ] = ACTIONS(2913), - [anon_sym_LBRACK] = ACTIONS(2913), - [anon_sym_RBRACK] = ACTIONS(2913), - [anon_sym_struct] = ACTIONS(2915), - [anon_sym_mut] = ACTIONS(2915), - [anon_sym_PLUS_PLUS] = ACTIONS(2913), - [anon_sym_DASH_DASH] = ACTIONS(2913), - [anon_sym_QMARK] = ACTIONS(2915), - [anon_sym_BANG] = ACTIONS(2915), - [anon_sym_go] = ACTIONS(2915), - [anon_sym_spawn] = ACTIONS(2915), - [anon_sym_json_DOTdecode] = ACTIONS(2913), - [anon_sym_LBRACK2] = ACTIONS(2915), - [anon_sym_TILDE] = ACTIONS(2913), - [anon_sym_CARET] = ACTIONS(2913), - [anon_sym_AMP] = ACTIONS(2915), - [anon_sym_LT_DASH] = ACTIONS(2913), - [anon_sym_LT_LT] = ACTIONS(2913), - [anon_sym_GT_GT] = ACTIONS(2915), - [anon_sym_GT_GT_GT] = ACTIONS(2913), - [anon_sym_AMP_CARET] = ACTIONS(2913), - [anon_sym_AMP_AMP] = ACTIONS(2913), - [anon_sym_PIPE_PIPE] = ACTIONS(2913), - [anon_sym_or] = ACTIONS(2915), - [sym_none] = ACTIONS(2915), - [sym_true] = ACTIONS(2915), - [sym_false] = ACTIONS(2915), - [sym_nil] = ACTIONS(2915), - [anon_sym_QMARK_DOT] = ACTIONS(2913), - [anon_sym_POUND_LBRACK] = ACTIONS(2913), - [anon_sym_if] = ACTIONS(2915), - [anon_sym_DOLLARif] = ACTIONS(2915), - [anon_sym_is] = ACTIONS(2915), - [anon_sym_BANGis] = ACTIONS(2913), - [anon_sym_in] = ACTIONS(2915), - [anon_sym_BANGin] = ACTIONS(2913), - [anon_sym_match] = ACTIONS(2915), - [anon_sym_select] = ACTIONS(2915), - [anon_sym_lock] = ACTIONS(2915), - [anon_sym_rlock] = ACTIONS(2915), - [anon_sym_unsafe] = ACTIONS(2915), - [anon_sym_sql] = ACTIONS(2915), - [sym_int_literal] = ACTIONS(2915), - [sym_float_literal] = ACTIONS(2913), - [sym_rune_literal] = ACTIONS(2913), - [anon_sym_AT] = ACTIONS(2915), - [anon_sym_shared] = ACTIONS(2915), - [anon_sym_map_LBRACK] = ACTIONS(2913), - [anon_sym_chan] = ACTIONS(2915), - [anon_sym_thread] = ACTIONS(2915), - [anon_sym_atomic] = ACTIONS(2915), - [sym___double_quote] = ACTIONS(2913), - [sym___single_quote] = ACTIONS(2913), - [sym___c_double_quote] = ACTIONS(2913), - [sym___c_single_quote] = ACTIONS(2913), - [sym___r_double_quote] = ACTIONS(2913), - [sym___r_single_quote] = ACTIONS(2913), - }, - [1310] = { - [sym_identifier] = ACTIONS(3105), + [sym_identifier] = ACTIONS(3191), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3105), - [anon_sym_as] = ACTIONS(3105), - [anon_sym_LBRACE] = ACTIONS(3103), - [anon_sym_COMMA] = ACTIONS(3103), - [anon_sym_LPAREN] = ACTIONS(3103), - [anon_sym_PIPE] = ACTIONS(3105), - [anon_sym_fn] = ACTIONS(3105), - [anon_sym_PLUS] = ACTIONS(3105), - [anon_sym_DASH] = ACTIONS(3105), - [anon_sym_STAR] = ACTIONS(3103), - [anon_sym_SLASH] = ACTIONS(3105), - [anon_sym_PERCENT] = ACTIONS(3103), - [anon_sym_LT] = ACTIONS(3105), - [anon_sym_GT] = ACTIONS(3105), - [anon_sym_EQ_EQ] = ACTIONS(3103), - [anon_sym_BANG_EQ] = ACTIONS(3103), - [anon_sym_LT_EQ] = ACTIONS(3103), - [anon_sym_GT_EQ] = ACTIONS(3103), - [anon_sym_LBRACK] = ACTIONS(3103), - [anon_sym_RBRACK] = ACTIONS(3103), - [anon_sym_struct] = ACTIONS(3105), - [anon_sym_mut] = ACTIONS(3105), - [anon_sym_PLUS_PLUS] = ACTIONS(3103), - [anon_sym_DASH_DASH] = ACTIONS(3103), - [anon_sym_QMARK] = ACTIONS(3105), - [anon_sym_BANG] = ACTIONS(3105), - [anon_sym_go] = ACTIONS(3105), - [anon_sym_spawn] = ACTIONS(3105), - [anon_sym_json_DOTdecode] = ACTIONS(3103), - [anon_sym_LBRACK2] = ACTIONS(3105), - [anon_sym_TILDE] = ACTIONS(3103), - [anon_sym_CARET] = ACTIONS(3103), - [anon_sym_AMP] = ACTIONS(3105), - [anon_sym_LT_DASH] = ACTIONS(3103), - [anon_sym_LT_LT] = ACTIONS(3103), - [anon_sym_GT_GT] = ACTIONS(3105), - [anon_sym_GT_GT_GT] = ACTIONS(3103), - [anon_sym_AMP_CARET] = ACTIONS(3103), - [anon_sym_AMP_AMP] = ACTIONS(3103), - [anon_sym_PIPE_PIPE] = ACTIONS(3103), - [anon_sym_or] = ACTIONS(3105), - [sym_none] = ACTIONS(3105), - [sym_true] = ACTIONS(3105), - [sym_false] = ACTIONS(3105), - [sym_nil] = ACTIONS(3105), - [anon_sym_QMARK_DOT] = ACTIONS(3103), - [anon_sym_POUND_LBRACK] = ACTIONS(3103), - [anon_sym_if] = ACTIONS(3105), - [anon_sym_DOLLARif] = ACTIONS(3105), - [anon_sym_is] = ACTIONS(3105), - [anon_sym_BANGis] = ACTIONS(3103), - [anon_sym_in] = ACTIONS(3105), - [anon_sym_BANGin] = ACTIONS(3103), - [anon_sym_match] = ACTIONS(3105), - [anon_sym_select] = ACTIONS(3105), - [anon_sym_lock] = ACTIONS(3105), - [anon_sym_rlock] = ACTIONS(3105), - [anon_sym_unsafe] = ACTIONS(3105), - [anon_sym_sql] = ACTIONS(3105), - [sym_int_literal] = ACTIONS(3105), - [sym_float_literal] = ACTIONS(3103), - [sym_rune_literal] = ACTIONS(3103), - [anon_sym_AT] = ACTIONS(3105), - [anon_sym_shared] = ACTIONS(3105), - [anon_sym_map_LBRACK] = ACTIONS(3103), - [anon_sym_chan] = ACTIONS(3105), - [anon_sym_thread] = ACTIONS(3105), - [anon_sym_atomic] = ACTIONS(3105), - [sym___double_quote] = ACTIONS(3103), - [sym___single_quote] = ACTIONS(3103), - [sym___c_double_quote] = ACTIONS(3103), - [sym___c_single_quote] = ACTIONS(3103), - [sym___r_double_quote] = ACTIONS(3103), - [sym___r_single_quote] = ACTIONS(3103), + [anon_sym_DOT] = ACTIONS(3191), + [anon_sym_as] = ACTIONS(3191), + [anon_sym_LBRACE] = ACTIONS(3189), + [anon_sym_COMMA] = ACTIONS(3189), + [anon_sym_LPAREN] = ACTIONS(3189), + [anon_sym_PIPE] = ACTIONS(3191), + [anon_sym_fn] = ACTIONS(3191), + [anon_sym_PLUS] = ACTIONS(3191), + [anon_sym_DASH] = ACTIONS(3191), + [anon_sym_STAR] = ACTIONS(3189), + [anon_sym_SLASH] = ACTIONS(3191), + [anon_sym_PERCENT] = ACTIONS(3189), + [anon_sym_LT] = ACTIONS(3191), + [anon_sym_GT] = ACTIONS(3191), + [anon_sym_EQ_EQ] = ACTIONS(3189), + [anon_sym_BANG_EQ] = ACTIONS(3189), + [anon_sym_LT_EQ] = ACTIONS(3189), + [anon_sym_GT_EQ] = ACTIONS(3189), + [anon_sym_LBRACK] = ACTIONS(3189), + [anon_sym_LT2] = ACTIONS(3191), + [anon_sym_RBRACK] = ACTIONS(3189), + [anon_sym_struct] = ACTIONS(3191), + [anon_sym_mut] = ACTIONS(3191), + [anon_sym_PLUS_PLUS] = ACTIONS(3189), + [anon_sym_DASH_DASH] = ACTIONS(3189), + [anon_sym_QMARK] = ACTIONS(3191), + [anon_sym_BANG] = ACTIONS(3191), + [anon_sym_go] = ACTIONS(3191), + [anon_sym_spawn] = ACTIONS(3191), + [anon_sym_json_DOTdecode] = ACTIONS(3189), + [anon_sym_LBRACK2] = ACTIONS(3191), + [anon_sym_TILDE] = ACTIONS(3189), + [anon_sym_CARET] = ACTIONS(3189), + [anon_sym_AMP] = ACTIONS(3191), + [anon_sym_LT_DASH] = ACTIONS(3189), + [anon_sym_LT_LT] = ACTIONS(3189), + [anon_sym_GT_GT] = ACTIONS(3191), + [anon_sym_GT_GT_GT] = ACTIONS(3189), + [anon_sym_AMP_CARET] = ACTIONS(3189), + [anon_sym_AMP_AMP] = ACTIONS(3189), + [anon_sym_PIPE_PIPE] = ACTIONS(3189), + [anon_sym_or] = ACTIONS(3191), + [sym_none] = ACTIONS(3191), + [sym_true] = ACTIONS(3191), + [sym_false] = ACTIONS(3191), + [sym_nil] = ACTIONS(3191), + [anon_sym_QMARK_DOT] = ACTIONS(3189), + [anon_sym_POUND_LBRACK] = ACTIONS(3189), + [anon_sym_if] = ACTIONS(3191), + [anon_sym_DOLLARif] = ACTIONS(3191), + [anon_sym_is] = ACTIONS(3191), + [anon_sym_BANGis] = ACTIONS(3189), + [anon_sym_in] = ACTIONS(3191), + [anon_sym_BANGin] = ACTIONS(3189), + [anon_sym_match] = ACTIONS(3191), + [anon_sym_select] = ACTIONS(3191), + [anon_sym_lock] = ACTIONS(3191), + [anon_sym_rlock] = ACTIONS(3191), + [anon_sym_unsafe] = ACTIONS(3191), + [anon_sym_sql] = ACTIONS(3191), + [sym_int_literal] = ACTIONS(3191), + [sym_float_literal] = ACTIONS(3189), + [sym_rune_literal] = ACTIONS(3189), + [anon_sym_AT] = ACTIONS(3191), + [anon_sym_shared] = ACTIONS(3191), + [anon_sym_map_LBRACK] = ACTIONS(3189), + [anon_sym_chan] = ACTIONS(3191), + [anon_sym_thread] = ACTIONS(3191), + [anon_sym_atomic] = ACTIONS(3191), + [sym___double_quote] = ACTIONS(3189), + [sym___single_quote] = ACTIONS(3189), + [sym___c_double_quote] = ACTIONS(3189), + [sym___c_single_quote] = ACTIONS(3189), + [sym___r_double_quote] = ACTIONS(3189), + [sym___r_single_quote] = ACTIONS(3189), + }, + [1309] = { + [sym_identifier] = ACTIONS(2721), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2721), + [anon_sym_as] = ACTIONS(2721), + [anon_sym_LBRACE] = ACTIONS(2719), + [anon_sym_COMMA] = ACTIONS(2719), + [anon_sym_LPAREN] = ACTIONS(2719), + [anon_sym_PIPE] = ACTIONS(2721), + [anon_sym_fn] = ACTIONS(2721), + [anon_sym_PLUS] = ACTIONS(2721), + [anon_sym_DASH] = ACTIONS(2721), + [anon_sym_STAR] = ACTIONS(2719), + [anon_sym_SLASH] = ACTIONS(2721), + [anon_sym_PERCENT] = ACTIONS(2719), + [anon_sym_LT] = ACTIONS(2721), + [anon_sym_GT] = ACTIONS(2721), + [anon_sym_EQ_EQ] = ACTIONS(2719), + [anon_sym_BANG_EQ] = ACTIONS(2719), + [anon_sym_LT_EQ] = ACTIONS(2719), + [anon_sym_GT_EQ] = ACTIONS(2719), + [anon_sym_LBRACK] = ACTIONS(2719), + [anon_sym_LT2] = ACTIONS(2721), + [anon_sym_RBRACK] = ACTIONS(2719), + [anon_sym_struct] = ACTIONS(2721), + [anon_sym_mut] = ACTIONS(2721), + [anon_sym_PLUS_PLUS] = ACTIONS(2719), + [anon_sym_DASH_DASH] = ACTIONS(2719), + [anon_sym_QMARK] = ACTIONS(2721), + [anon_sym_BANG] = ACTIONS(2721), + [anon_sym_go] = ACTIONS(2721), + [anon_sym_spawn] = ACTIONS(2721), + [anon_sym_json_DOTdecode] = ACTIONS(2719), + [anon_sym_LBRACK2] = ACTIONS(2721), + [anon_sym_TILDE] = ACTIONS(2719), + [anon_sym_CARET] = ACTIONS(2719), + [anon_sym_AMP] = ACTIONS(2721), + [anon_sym_LT_DASH] = ACTIONS(2719), + [anon_sym_LT_LT] = ACTIONS(2719), + [anon_sym_GT_GT] = ACTIONS(2721), + [anon_sym_GT_GT_GT] = ACTIONS(2719), + [anon_sym_AMP_CARET] = ACTIONS(2719), + [anon_sym_AMP_AMP] = ACTIONS(2719), + [anon_sym_PIPE_PIPE] = ACTIONS(2719), + [anon_sym_or] = ACTIONS(2721), + [sym_none] = ACTIONS(2721), + [sym_true] = ACTIONS(2721), + [sym_false] = ACTIONS(2721), + [sym_nil] = ACTIONS(2721), + [anon_sym_QMARK_DOT] = ACTIONS(2719), + [anon_sym_POUND_LBRACK] = ACTIONS(2719), + [anon_sym_if] = ACTIONS(2721), + [anon_sym_DOLLARif] = ACTIONS(2721), + [anon_sym_is] = ACTIONS(2721), + [anon_sym_BANGis] = ACTIONS(2719), + [anon_sym_in] = ACTIONS(2721), + [anon_sym_BANGin] = ACTIONS(2719), + [anon_sym_match] = ACTIONS(2721), + [anon_sym_select] = ACTIONS(2721), + [anon_sym_lock] = ACTIONS(2721), + [anon_sym_rlock] = ACTIONS(2721), + [anon_sym_unsafe] = ACTIONS(2721), + [anon_sym_sql] = ACTIONS(2721), + [sym_int_literal] = ACTIONS(2721), + [sym_float_literal] = ACTIONS(2719), + [sym_rune_literal] = ACTIONS(2719), + [anon_sym_AT] = ACTIONS(2721), + [anon_sym_shared] = ACTIONS(2721), + [anon_sym_map_LBRACK] = ACTIONS(2719), + [anon_sym_chan] = ACTIONS(2721), + [anon_sym_thread] = ACTIONS(2721), + [anon_sym_atomic] = ACTIONS(2721), + [sym___double_quote] = ACTIONS(2719), + [sym___single_quote] = ACTIONS(2719), + [sym___c_double_quote] = ACTIONS(2719), + [sym___c_single_quote] = ACTIONS(2719), + [sym___r_double_quote] = ACTIONS(2719), + [sym___r_single_quote] = ACTIONS(2719), + }, + [1310] = { + [sym_identifier] = ACTIONS(2643), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2643), + [anon_sym_as] = ACTIONS(2643), + [anon_sym_LBRACE] = ACTIONS(2641), + [anon_sym_COMMA] = ACTIONS(2641), + [anon_sym_LPAREN] = ACTIONS(2641), + [anon_sym_PIPE] = ACTIONS(2643), + [anon_sym_fn] = ACTIONS(2643), + [anon_sym_PLUS] = ACTIONS(2643), + [anon_sym_DASH] = ACTIONS(2643), + [anon_sym_STAR] = ACTIONS(2641), + [anon_sym_SLASH] = ACTIONS(2643), + [anon_sym_PERCENT] = ACTIONS(2641), + [anon_sym_LT] = ACTIONS(2643), + [anon_sym_GT] = ACTIONS(2643), + [anon_sym_EQ_EQ] = ACTIONS(2641), + [anon_sym_BANG_EQ] = ACTIONS(2641), + [anon_sym_LT_EQ] = ACTIONS(2641), + [anon_sym_GT_EQ] = ACTIONS(2641), + [anon_sym_LBRACK] = ACTIONS(2641), + [anon_sym_LT2] = ACTIONS(2643), + [anon_sym_RBRACK] = ACTIONS(2641), + [anon_sym_struct] = ACTIONS(2643), + [anon_sym_mut] = ACTIONS(2643), + [anon_sym_PLUS_PLUS] = ACTIONS(2641), + [anon_sym_DASH_DASH] = ACTIONS(2641), + [anon_sym_QMARK] = ACTIONS(2643), + [anon_sym_BANG] = ACTIONS(2643), + [anon_sym_go] = ACTIONS(2643), + [anon_sym_spawn] = ACTIONS(2643), + [anon_sym_json_DOTdecode] = ACTIONS(2641), + [anon_sym_LBRACK2] = ACTIONS(2643), + [anon_sym_TILDE] = ACTIONS(2641), + [anon_sym_CARET] = ACTIONS(2641), + [anon_sym_AMP] = ACTIONS(2643), + [anon_sym_LT_DASH] = ACTIONS(2641), + [anon_sym_LT_LT] = ACTIONS(2641), + [anon_sym_GT_GT] = ACTIONS(2643), + [anon_sym_GT_GT_GT] = ACTIONS(2641), + [anon_sym_AMP_CARET] = ACTIONS(2641), + [anon_sym_AMP_AMP] = ACTIONS(2641), + [anon_sym_PIPE_PIPE] = ACTIONS(2641), + [anon_sym_or] = ACTIONS(2643), + [sym_none] = ACTIONS(2643), + [sym_true] = ACTIONS(2643), + [sym_false] = ACTIONS(2643), + [sym_nil] = ACTIONS(2643), + [anon_sym_QMARK_DOT] = ACTIONS(2641), + [anon_sym_POUND_LBRACK] = ACTIONS(2641), + [anon_sym_if] = ACTIONS(2643), + [anon_sym_DOLLARif] = ACTIONS(2643), + [anon_sym_is] = ACTIONS(2643), + [anon_sym_BANGis] = ACTIONS(2641), + [anon_sym_in] = ACTIONS(2643), + [anon_sym_BANGin] = ACTIONS(2641), + [anon_sym_match] = ACTIONS(2643), + [anon_sym_select] = ACTIONS(2643), + [anon_sym_lock] = ACTIONS(2643), + [anon_sym_rlock] = ACTIONS(2643), + [anon_sym_unsafe] = ACTIONS(2643), + [anon_sym_sql] = ACTIONS(2643), + [sym_int_literal] = ACTIONS(2643), + [sym_float_literal] = ACTIONS(2641), + [sym_rune_literal] = ACTIONS(2641), + [anon_sym_AT] = ACTIONS(2643), + [anon_sym_shared] = ACTIONS(2643), + [anon_sym_map_LBRACK] = ACTIONS(2641), + [anon_sym_chan] = ACTIONS(2643), + [anon_sym_thread] = ACTIONS(2643), + [anon_sym_atomic] = ACTIONS(2643), + [sym___double_quote] = ACTIONS(2641), + [sym___single_quote] = ACTIONS(2641), + [sym___c_double_quote] = ACTIONS(2641), + [sym___c_single_quote] = ACTIONS(2641), + [sym___r_double_quote] = ACTIONS(2641), + [sym___r_single_quote] = ACTIONS(2641), }, [1311] = { - [sym_identifier] = ACTIONS(3129), + [sym_identifier] = ACTIONS(3195), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3129), - [anon_sym_as] = ACTIONS(3129), - [anon_sym_LBRACE] = ACTIONS(3127), - [anon_sym_COMMA] = ACTIONS(3127), - [anon_sym_LPAREN] = ACTIONS(3127), - [anon_sym_PIPE] = ACTIONS(3129), - [anon_sym_fn] = ACTIONS(3129), - [anon_sym_PLUS] = ACTIONS(3129), - [anon_sym_DASH] = ACTIONS(3129), - [anon_sym_STAR] = ACTIONS(3127), - [anon_sym_SLASH] = ACTIONS(3129), - [anon_sym_PERCENT] = ACTIONS(3127), - [anon_sym_LT] = ACTIONS(3129), - [anon_sym_GT] = ACTIONS(3129), - [anon_sym_EQ_EQ] = ACTIONS(3127), - [anon_sym_BANG_EQ] = ACTIONS(3127), - [anon_sym_LT_EQ] = ACTIONS(3127), - [anon_sym_GT_EQ] = ACTIONS(3127), - [anon_sym_LBRACK] = ACTIONS(3127), - [anon_sym_RBRACK] = ACTIONS(3127), - [anon_sym_struct] = ACTIONS(3129), - [anon_sym_mut] = ACTIONS(3129), - [anon_sym_PLUS_PLUS] = ACTIONS(3127), - [anon_sym_DASH_DASH] = ACTIONS(3127), - [anon_sym_QMARK] = ACTIONS(3129), - [anon_sym_BANG] = ACTIONS(3129), - [anon_sym_go] = ACTIONS(3129), - [anon_sym_spawn] = ACTIONS(3129), - [anon_sym_json_DOTdecode] = ACTIONS(3127), - [anon_sym_LBRACK2] = ACTIONS(3129), - [anon_sym_TILDE] = ACTIONS(3127), - [anon_sym_CARET] = ACTIONS(3127), - [anon_sym_AMP] = ACTIONS(3129), - [anon_sym_LT_DASH] = ACTIONS(3127), - [anon_sym_LT_LT] = ACTIONS(3127), - [anon_sym_GT_GT] = ACTIONS(3129), - [anon_sym_GT_GT_GT] = ACTIONS(3127), - [anon_sym_AMP_CARET] = ACTIONS(3127), - [anon_sym_AMP_AMP] = ACTIONS(3127), - [anon_sym_PIPE_PIPE] = ACTIONS(3127), - [anon_sym_or] = ACTIONS(3129), - [sym_none] = ACTIONS(3129), - [sym_true] = ACTIONS(3129), - [sym_false] = ACTIONS(3129), - [sym_nil] = ACTIONS(3129), - [anon_sym_QMARK_DOT] = ACTIONS(3127), - [anon_sym_POUND_LBRACK] = ACTIONS(3127), - [anon_sym_if] = ACTIONS(3129), - [anon_sym_DOLLARif] = ACTIONS(3129), - [anon_sym_is] = ACTIONS(3129), - [anon_sym_BANGis] = ACTIONS(3127), - [anon_sym_in] = ACTIONS(3129), - [anon_sym_BANGin] = ACTIONS(3127), - [anon_sym_match] = ACTIONS(3129), - [anon_sym_select] = ACTIONS(3129), - [anon_sym_lock] = ACTIONS(3129), - [anon_sym_rlock] = ACTIONS(3129), - [anon_sym_unsafe] = ACTIONS(3129), - [anon_sym_sql] = ACTIONS(3129), - [sym_int_literal] = ACTIONS(3129), - [sym_float_literal] = ACTIONS(3127), - [sym_rune_literal] = ACTIONS(3127), - [anon_sym_AT] = ACTIONS(3129), - [anon_sym_shared] = ACTIONS(3129), - [anon_sym_map_LBRACK] = ACTIONS(3127), - [anon_sym_chan] = ACTIONS(3129), - [anon_sym_thread] = ACTIONS(3129), - [anon_sym_atomic] = ACTIONS(3129), - [sym___double_quote] = ACTIONS(3127), - [sym___single_quote] = ACTIONS(3127), - [sym___c_double_quote] = ACTIONS(3127), - [sym___c_single_quote] = ACTIONS(3127), - [sym___r_double_quote] = ACTIONS(3127), - [sym___r_single_quote] = ACTIONS(3127), + [anon_sym_DOT] = ACTIONS(3195), + [anon_sym_as] = ACTIONS(3195), + [anon_sym_LBRACE] = ACTIONS(3193), + [anon_sym_COMMA] = ACTIONS(3193), + [anon_sym_LPAREN] = ACTIONS(3193), + [anon_sym_PIPE] = ACTIONS(3195), + [anon_sym_fn] = ACTIONS(3195), + [anon_sym_PLUS] = ACTIONS(3195), + [anon_sym_DASH] = ACTIONS(3195), + [anon_sym_STAR] = ACTIONS(3193), + [anon_sym_SLASH] = ACTIONS(3195), + [anon_sym_PERCENT] = ACTIONS(3193), + [anon_sym_LT] = ACTIONS(3195), + [anon_sym_GT] = ACTIONS(3195), + [anon_sym_EQ_EQ] = ACTIONS(3193), + [anon_sym_BANG_EQ] = ACTIONS(3193), + [anon_sym_LT_EQ] = ACTIONS(3193), + [anon_sym_GT_EQ] = ACTIONS(3193), + [anon_sym_LBRACK] = ACTIONS(3193), + [anon_sym_LT2] = ACTIONS(3195), + [anon_sym_RBRACK] = ACTIONS(3193), + [anon_sym_struct] = ACTIONS(3195), + [anon_sym_mut] = ACTIONS(3195), + [anon_sym_PLUS_PLUS] = ACTIONS(3193), + [anon_sym_DASH_DASH] = ACTIONS(3193), + [anon_sym_QMARK] = ACTIONS(3195), + [anon_sym_BANG] = ACTIONS(3195), + [anon_sym_go] = ACTIONS(3195), + [anon_sym_spawn] = ACTIONS(3195), + [anon_sym_json_DOTdecode] = ACTIONS(3193), + [anon_sym_LBRACK2] = ACTIONS(3195), + [anon_sym_TILDE] = ACTIONS(3193), + [anon_sym_CARET] = ACTIONS(3193), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_LT_DASH] = ACTIONS(3193), + [anon_sym_LT_LT] = ACTIONS(3193), + [anon_sym_GT_GT] = ACTIONS(3195), + [anon_sym_GT_GT_GT] = ACTIONS(3193), + [anon_sym_AMP_CARET] = ACTIONS(3193), + [anon_sym_AMP_AMP] = ACTIONS(3193), + [anon_sym_PIPE_PIPE] = ACTIONS(3193), + [anon_sym_or] = ACTIONS(3195), + [sym_none] = ACTIONS(3195), + [sym_true] = ACTIONS(3195), + [sym_false] = ACTIONS(3195), + [sym_nil] = ACTIONS(3195), + [anon_sym_QMARK_DOT] = ACTIONS(3193), + [anon_sym_POUND_LBRACK] = ACTIONS(3193), + [anon_sym_if] = ACTIONS(3195), + [anon_sym_DOLLARif] = ACTIONS(3195), + [anon_sym_is] = ACTIONS(3195), + [anon_sym_BANGis] = ACTIONS(3193), + [anon_sym_in] = ACTIONS(3195), + [anon_sym_BANGin] = ACTIONS(3193), + [anon_sym_match] = ACTIONS(3195), + [anon_sym_select] = ACTIONS(3195), + [anon_sym_lock] = ACTIONS(3195), + [anon_sym_rlock] = ACTIONS(3195), + [anon_sym_unsafe] = ACTIONS(3195), + [anon_sym_sql] = ACTIONS(3195), + [sym_int_literal] = ACTIONS(3195), + [sym_float_literal] = ACTIONS(3193), + [sym_rune_literal] = ACTIONS(3193), + [anon_sym_AT] = ACTIONS(3195), + [anon_sym_shared] = ACTIONS(3195), + [anon_sym_map_LBRACK] = ACTIONS(3193), + [anon_sym_chan] = ACTIONS(3195), + [anon_sym_thread] = ACTIONS(3195), + [anon_sym_atomic] = ACTIONS(3195), + [sym___double_quote] = ACTIONS(3193), + [sym___single_quote] = ACTIONS(3193), + [sym___c_double_quote] = ACTIONS(3193), + [sym___c_single_quote] = ACTIONS(3193), + [sym___r_double_quote] = ACTIONS(3193), + [sym___r_single_quote] = ACTIONS(3193), }, [1312] = { - [sym_identifier] = ACTIONS(2919), + [sym_identifier] = ACTIONS(2636), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2919), - [anon_sym_as] = ACTIONS(2919), - [anon_sym_LBRACE] = ACTIONS(2917), - [anon_sym_COMMA] = ACTIONS(2917), - [anon_sym_LPAREN] = ACTIONS(2917), - [anon_sym_PIPE] = ACTIONS(2919), - [anon_sym_fn] = ACTIONS(2919), - [anon_sym_PLUS] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2917), - [anon_sym_SLASH] = ACTIONS(2919), - [anon_sym_PERCENT] = ACTIONS(2917), - [anon_sym_LT] = ACTIONS(2919), - [anon_sym_GT] = ACTIONS(2919), - [anon_sym_EQ_EQ] = ACTIONS(2917), - [anon_sym_BANG_EQ] = ACTIONS(2917), - [anon_sym_LT_EQ] = ACTIONS(2917), - [anon_sym_GT_EQ] = ACTIONS(2917), - [anon_sym_LBRACK] = ACTIONS(2917), - [anon_sym_RBRACK] = ACTIONS(2917), - [anon_sym_struct] = ACTIONS(2919), - [anon_sym_mut] = ACTIONS(2919), - [anon_sym_PLUS_PLUS] = ACTIONS(2917), - [anon_sym_DASH_DASH] = ACTIONS(2917), - [anon_sym_QMARK] = ACTIONS(2919), - [anon_sym_BANG] = ACTIONS(2919), - [anon_sym_go] = ACTIONS(2919), - [anon_sym_spawn] = ACTIONS(2919), - [anon_sym_json_DOTdecode] = ACTIONS(2917), - [anon_sym_LBRACK2] = ACTIONS(2919), - [anon_sym_TILDE] = ACTIONS(2917), - [anon_sym_CARET] = ACTIONS(2917), - [anon_sym_AMP] = ACTIONS(2919), - [anon_sym_LT_DASH] = ACTIONS(2917), - [anon_sym_LT_LT] = ACTIONS(2917), - [anon_sym_GT_GT] = ACTIONS(2919), - [anon_sym_GT_GT_GT] = ACTIONS(2917), - [anon_sym_AMP_CARET] = ACTIONS(2917), - [anon_sym_AMP_AMP] = ACTIONS(2917), - [anon_sym_PIPE_PIPE] = ACTIONS(2917), - [anon_sym_or] = ACTIONS(2919), - [sym_none] = ACTIONS(2919), - [sym_true] = ACTIONS(2919), - [sym_false] = ACTIONS(2919), - [sym_nil] = ACTIONS(2919), - [anon_sym_QMARK_DOT] = ACTIONS(2917), - [anon_sym_POUND_LBRACK] = ACTIONS(2917), - [anon_sym_if] = ACTIONS(2919), - [anon_sym_DOLLARif] = ACTIONS(2919), - [anon_sym_is] = ACTIONS(2919), - [anon_sym_BANGis] = ACTIONS(2917), - [anon_sym_in] = ACTIONS(2919), - [anon_sym_BANGin] = ACTIONS(2917), - [anon_sym_match] = ACTIONS(2919), - [anon_sym_select] = ACTIONS(2919), - [anon_sym_lock] = ACTIONS(2919), - [anon_sym_rlock] = ACTIONS(2919), - [anon_sym_unsafe] = ACTIONS(2919), - [anon_sym_sql] = ACTIONS(2919), - [sym_int_literal] = ACTIONS(2919), - [sym_float_literal] = ACTIONS(2917), - [sym_rune_literal] = ACTIONS(2917), - [anon_sym_AT] = ACTIONS(2919), - [anon_sym_shared] = ACTIONS(2919), - [anon_sym_map_LBRACK] = ACTIONS(2917), - [anon_sym_chan] = ACTIONS(2919), - [anon_sym_thread] = ACTIONS(2919), - [anon_sym_atomic] = ACTIONS(2919), - [sym___double_quote] = ACTIONS(2917), - [sym___single_quote] = ACTIONS(2917), - [sym___c_double_quote] = ACTIONS(2917), - [sym___c_single_quote] = ACTIONS(2917), - [sym___r_double_quote] = ACTIONS(2917), - [sym___r_single_quote] = ACTIONS(2917), + [anon_sym_DOT] = ACTIONS(2636), + [anon_sym_as] = ACTIONS(2636), + [anon_sym_LBRACE] = ACTIONS(2634), + [anon_sym_COMMA] = ACTIONS(2634), + [anon_sym_LPAREN] = ACTIONS(2634), + [anon_sym_PIPE] = ACTIONS(2636), + [anon_sym_fn] = ACTIONS(2636), + [anon_sym_PLUS] = ACTIONS(2636), + [anon_sym_DASH] = ACTIONS(2636), + [anon_sym_STAR] = ACTIONS(2634), + [anon_sym_SLASH] = ACTIONS(2636), + [anon_sym_PERCENT] = ACTIONS(2634), + [anon_sym_LT] = ACTIONS(2636), + [anon_sym_GT] = ACTIONS(2636), + [anon_sym_EQ_EQ] = ACTIONS(2634), + [anon_sym_BANG_EQ] = ACTIONS(2634), + [anon_sym_LT_EQ] = ACTIONS(2634), + [anon_sym_GT_EQ] = ACTIONS(2634), + [anon_sym_LBRACK] = ACTIONS(2634), + [anon_sym_LT2] = ACTIONS(2636), + [anon_sym_RBRACK] = ACTIONS(3669), + [anon_sym_struct] = ACTIONS(2636), + [anon_sym_mut] = ACTIONS(2636), + [anon_sym_PLUS_PLUS] = ACTIONS(2634), + [anon_sym_DASH_DASH] = ACTIONS(2634), + [anon_sym_QMARK] = ACTIONS(2636), + [anon_sym_BANG] = ACTIONS(2636), + [anon_sym_go] = ACTIONS(2636), + [anon_sym_spawn] = ACTIONS(2636), + [anon_sym_json_DOTdecode] = ACTIONS(2634), + [anon_sym_LBRACK2] = ACTIONS(2636), + [anon_sym_TILDE] = ACTIONS(2634), + [anon_sym_CARET] = ACTIONS(2634), + [anon_sym_AMP] = ACTIONS(2636), + [anon_sym_LT_DASH] = ACTIONS(2634), + [anon_sym_LT_LT] = ACTIONS(2634), + [anon_sym_GT_GT] = ACTIONS(2636), + [anon_sym_GT_GT_GT] = ACTIONS(2634), + [anon_sym_AMP_CARET] = ACTIONS(2634), + [anon_sym_AMP_AMP] = ACTIONS(2634), + [anon_sym_PIPE_PIPE] = ACTIONS(2634), + [anon_sym_or] = ACTIONS(2636), + [sym_none] = ACTIONS(2636), + [sym_true] = ACTIONS(2636), + [sym_false] = ACTIONS(2636), + [sym_nil] = ACTIONS(2636), + [anon_sym_QMARK_DOT] = ACTIONS(2634), + [anon_sym_POUND_LBRACK] = ACTIONS(2634), + [anon_sym_if] = ACTIONS(2636), + [anon_sym_DOLLARif] = ACTIONS(2636), + [anon_sym_is] = ACTIONS(2636), + [anon_sym_BANGis] = ACTIONS(2634), + [anon_sym_in] = ACTIONS(2636), + [anon_sym_BANGin] = ACTIONS(2634), + [anon_sym_match] = ACTIONS(2636), + [anon_sym_select] = ACTIONS(2636), + [anon_sym_lock] = ACTIONS(2636), + [anon_sym_rlock] = ACTIONS(2636), + [anon_sym_unsafe] = ACTIONS(2636), + [anon_sym_sql] = ACTIONS(2636), + [sym_int_literal] = ACTIONS(2636), + [sym_float_literal] = ACTIONS(2634), + [sym_rune_literal] = ACTIONS(2634), + [anon_sym_AT] = ACTIONS(2636), + [anon_sym_shared] = ACTIONS(2636), + [anon_sym_map_LBRACK] = ACTIONS(2634), + [anon_sym_chan] = ACTIONS(2636), + [anon_sym_thread] = ACTIONS(2636), + [anon_sym_atomic] = ACTIONS(2636), + [sym___double_quote] = ACTIONS(2634), + [sym___single_quote] = ACTIONS(2634), + [sym___c_double_quote] = ACTIONS(2634), + [sym___c_single_quote] = ACTIONS(2634), + [sym___r_double_quote] = ACTIONS(2634), + [sym___r_single_quote] = ACTIONS(2634), }, [1313] = { - [sym_identifier] = ACTIONS(2935), + [sym_identifier] = ACTIONS(2628), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2935), - [anon_sym_as] = ACTIONS(2935), - [anon_sym_LBRACE] = ACTIONS(2933), - [anon_sym_COMMA] = ACTIONS(2933), - [anon_sym_LPAREN] = ACTIONS(2933), - [anon_sym_PIPE] = ACTIONS(2935), - [anon_sym_fn] = ACTIONS(2935), - [anon_sym_PLUS] = ACTIONS(2935), - [anon_sym_DASH] = ACTIONS(2935), - [anon_sym_STAR] = ACTIONS(2933), - [anon_sym_SLASH] = ACTIONS(2935), - [anon_sym_PERCENT] = ACTIONS(2933), - [anon_sym_LT] = ACTIONS(2935), - [anon_sym_GT] = ACTIONS(2935), - [anon_sym_EQ_EQ] = ACTIONS(2933), - [anon_sym_BANG_EQ] = ACTIONS(2933), - [anon_sym_LT_EQ] = ACTIONS(2933), - [anon_sym_GT_EQ] = ACTIONS(2933), - [anon_sym_LBRACK] = ACTIONS(2933), - [anon_sym_RBRACK] = ACTIONS(2933), - [anon_sym_struct] = ACTIONS(2935), - [anon_sym_mut] = ACTIONS(2935), - [anon_sym_PLUS_PLUS] = ACTIONS(2933), - [anon_sym_DASH_DASH] = ACTIONS(2933), - [anon_sym_QMARK] = ACTIONS(2935), - [anon_sym_BANG] = ACTIONS(2935), - [anon_sym_go] = ACTIONS(2935), - [anon_sym_spawn] = ACTIONS(2935), - [anon_sym_json_DOTdecode] = ACTIONS(2933), - [anon_sym_LBRACK2] = ACTIONS(2935), - [anon_sym_TILDE] = ACTIONS(2933), - [anon_sym_CARET] = ACTIONS(2933), - [anon_sym_AMP] = ACTIONS(2935), - [anon_sym_LT_DASH] = ACTIONS(2933), - [anon_sym_LT_LT] = ACTIONS(2933), - [anon_sym_GT_GT] = ACTIONS(2935), - [anon_sym_GT_GT_GT] = ACTIONS(2933), - [anon_sym_AMP_CARET] = ACTIONS(2933), - [anon_sym_AMP_AMP] = ACTIONS(2933), - [anon_sym_PIPE_PIPE] = ACTIONS(2933), - [anon_sym_or] = ACTIONS(2935), - [sym_none] = ACTIONS(2935), - [sym_true] = ACTIONS(2935), - [sym_false] = ACTIONS(2935), - [sym_nil] = ACTIONS(2935), - [anon_sym_QMARK_DOT] = ACTIONS(2933), - [anon_sym_POUND_LBRACK] = ACTIONS(2933), - [anon_sym_if] = ACTIONS(2935), - [anon_sym_DOLLARif] = ACTIONS(2935), - [anon_sym_is] = ACTIONS(2935), - [anon_sym_BANGis] = ACTIONS(2933), - [anon_sym_in] = ACTIONS(2935), - [anon_sym_BANGin] = ACTIONS(2933), - [anon_sym_match] = ACTIONS(2935), - [anon_sym_select] = ACTIONS(2935), - [anon_sym_lock] = ACTIONS(2935), - [anon_sym_rlock] = ACTIONS(2935), - [anon_sym_unsafe] = ACTIONS(2935), - [anon_sym_sql] = ACTIONS(2935), - [sym_int_literal] = ACTIONS(2935), - [sym_float_literal] = ACTIONS(2933), - [sym_rune_literal] = ACTIONS(2933), - [anon_sym_AT] = ACTIONS(2935), - [anon_sym_shared] = ACTIONS(2935), - [anon_sym_map_LBRACK] = ACTIONS(2933), - [anon_sym_chan] = ACTIONS(2935), - [anon_sym_thread] = ACTIONS(2935), - [anon_sym_atomic] = ACTIONS(2935), - [sym___double_quote] = ACTIONS(2933), - [sym___single_quote] = ACTIONS(2933), - [sym___c_double_quote] = ACTIONS(2933), - [sym___c_single_quote] = ACTIONS(2933), - [sym___r_double_quote] = ACTIONS(2933), - [sym___r_single_quote] = ACTIONS(2933), + [anon_sym_DOT] = ACTIONS(2628), + [anon_sym_as] = ACTIONS(2628), + [anon_sym_LBRACE] = ACTIONS(2626), + [anon_sym_COMMA] = ACTIONS(2626), + [anon_sym_LPAREN] = ACTIONS(2626), + [anon_sym_PIPE] = ACTIONS(2628), + [anon_sym_fn] = ACTIONS(2628), + [anon_sym_PLUS] = ACTIONS(2628), + [anon_sym_DASH] = ACTIONS(2628), + [anon_sym_STAR] = ACTIONS(2626), + [anon_sym_SLASH] = ACTIONS(2628), + [anon_sym_PERCENT] = ACTIONS(2626), + [anon_sym_LT] = ACTIONS(2628), + [anon_sym_GT] = ACTIONS(2628), + [anon_sym_EQ_EQ] = ACTIONS(2626), + [anon_sym_BANG_EQ] = ACTIONS(2626), + [anon_sym_LT_EQ] = ACTIONS(2626), + [anon_sym_GT_EQ] = ACTIONS(2626), + [anon_sym_LBRACK] = ACTIONS(2626), + [anon_sym_LT2] = ACTIONS(2628), + [anon_sym_RBRACK] = ACTIONS(2626), + [anon_sym_struct] = ACTIONS(2628), + [anon_sym_mut] = ACTIONS(2628), + [anon_sym_PLUS_PLUS] = ACTIONS(2626), + [anon_sym_DASH_DASH] = ACTIONS(2626), + [anon_sym_QMARK] = ACTIONS(2628), + [anon_sym_BANG] = ACTIONS(2628), + [anon_sym_go] = ACTIONS(2628), + [anon_sym_spawn] = ACTIONS(2628), + [anon_sym_json_DOTdecode] = ACTIONS(2626), + [anon_sym_LBRACK2] = ACTIONS(2628), + [anon_sym_TILDE] = ACTIONS(2626), + [anon_sym_CARET] = ACTIONS(2626), + [anon_sym_AMP] = ACTIONS(2628), + [anon_sym_LT_DASH] = ACTIONS(2626), + [anon_sym_LT_LT] = ACTIONS(2626), + [anon_sym_GT_GT] = ACTIONS(2628), + [anon_sym_GT_GT_GT] = ACTIONS(2626), + [anon_sym_AMP_CARET] = ACTIONS(2626), + [anon_sym_AMP_AMP] = ACTIONS(2626), + [anon_sym_PIPE_PIPE] = ACTIONS(2626), + [anon_sym_or] = ACTIONS(2628), + [sym_none] = ACTIONS(2628), + [sym_true] = ACTIONS(2628), + [sym_false] = ACTIONS(2628), + [sym_nil] = ACTIONS(2628), + [anon_sym_QMARK_DOT] = ACTIONS(2626), + [anon_sym_POUND_LBRACK] = ACTIONS(2626), + [anon_sym_if] = ACTIONS(2628), + [anon_sym_DOLLARif] = ACTIONS(2628), + [anon_sym_is] = ACTIONS(2628), + [anon_sym_BANGis] = ACTIONS(2626), + [anon_sym_in] = ACTIONS(2628), + [anon_sym_BANGin] = ACTIONS(2626), + [anon_sym_match] = ACTIONS(2628), + [anon_sym_select] = ACTIONS(2628), + [anon_sym_lock] = ACTIONS(2628), + [anon_sym_rlock] = ACTIONS(2628), + [anon_sym_unsafe] = ACTIONS(2628), + [anon_sym_sql] = ACTIONS(2628), + [sym_int_literal] = ACTIONS(2628), + [sym_float_literal] = ACTIONS(2626), + [sym_rune_literal] = ACTIONS(2626), + [anon_sym_AT] = ACTIONS(2628), + [anon_sym_shared] = ACTIONS(2628), + [anon_sym_map_LBRACK] = ACTIONS(2626), + [anon_sym_chan] = ACTIONS(2628), + [anon_sym_thread] = ACTIONS(2628), + [anon_sym_atomic] = ACTIONS(2628), + [sym___double_quote] = ACTIONS(2626), + [sym___single_quote] = ACTIONS(2626), + [sym___c_double_quote] = ACTIONS(2626), + [sym___c_single_quote] = ACTIONS(2626), + [sym___r_double_quote] = ACTIONS(2626), + [sym___r_single_quote] = ACTIONS(2626), }, [1314] = { - [sym_identifier] = ACTIONS(2939), + [sym_identifier] = ACTIONS(2819), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2939), - [anon_sym_as] = ACTIONS(2939), - [anon_sym_LBRACE] = ACTIONS(2937), - [anon_sym_COMMA] = ACTIONS(2937), - [anon_sym_LPAREN] = ACTIONS(2937), - [anon_sym_PIPE] = ACTIONS(2939), - [anon_sym_fn] = ACTIONS(2939), - [anon_sym_PLUS] = ACTIONS(2939), - [anon_sym_DASH] = ACTIONS(2939), - [anon_sym_STAR] = ACTIONS(2937), - [anon_sym_SLASH] = ACTIONS(2939), - [anon_sym_PERCENT] = ACTIONS(2937), - [anon_sym_LT] = ACTIONS(2939), - [anon_sym_GT] = ACTIONS(2939), - [anon_sym_EQ_EQ] = ACTIONS(2937), - [anon_sym_BANG_EQ] = ACTIONS(2937), - [anon_sym_LT_EQ] = ACTIONS(2937), - [anon_sym_GT_EQ] = ACTIONS(2937), - [anon_sym_LBRACK] = ACTIONS(2937), - [anon_sym_RBRACK] = ACTIONS(2937), - [anon_sym_struct] = ACTIONS(2939), - [anon_sym_mut] = ACTIONS(2939), - [anon_sym_PLUS_PLUS] = ACTIONS(2937), - [anon_sym_DASH_DASH] = ACTIONS(2937), - [anon_sym_QMARK] = ACTIONS(2939), - [anon_sym_BANG] = ACTIONS(2939), - [anon_sym_go] = ACTIONS(2939), - [anon_sym_spawn] = ACTIONS(2939), - [anon_sym_json_DOTdecode] = ACTIONS(2937), - [anon_sym_LBRACK2] = ACTIONS(2939), - [anon_sym_TILDE] = ACTIONS(2937), - [anon_sym_CARET] = ACTIONS(2937), - [anon_sym_AMP] = ACTIONS(2939), - [anon_sym_LT_DASH] = ACTIONS(2937), - [anon_sym_LT_LT] = ACTIONS(2937), - [anon_sym_GT_GT] = ACTIONS(2939), - [anon_sym_GT_GT_GT] = ACTIONS(2937), - [anon_sym_AMP_CARET] = ACTIONS(2937), - [anon_sym_AMP_AMP] = ACTIONS(2937), - [anon_sym_PIPE_PIPE] = ACTIONS(2937), - [anon_sym_or] = ACTIONS(2939), - [sym_none] = ACTIONS(2939), - [sym_true] = ACTIONS(2939), - [sym_false] = ACTIONS(2939), - [sym_nil] = ACTIONS(2939), - [anon_sym_QMARK_DOT] = ACTIONS(2937), - [anon_sym_POUND_LBRACK] = ACTIONS(2937), - [anon_sym_if] = ACTIONS(2939), - [anon_sym_DOLLARif] = ACTIONS(2939), - [anon_sym_is] = ACTIONS(2939), - [anon_sym_BANGis] = ACTIONS(2937), - [anon_sym_in] = ACTIONS(2939), - [anon_sym_BANGin] = ACTIONS(2937), - [anon_sym_match] = ACTIONS(2939), - [anon_sym_select] = ACTIONS(2939), - [anon_sym_lock] = ACTIONS(2939), - [anon_sym_rlock] = ACTIONS(2939), - [anon_sym_unsafe] = ACTIONS(2939), - [anon_sym_sql] = ACTIONS(2939), - [sym_int_literal] = ACTIONS(2939), - [sym_float_literal] = ACTIONS(2937), - [sym_rune_literal] = ACTIONS(2937), - [anon_sym_AT] = ACTIONS(2939), - [anon_sym_shared] = ACTIONS(2939), - [anon_sym_map_LBRACK] = ACTIONS(2937), - [anon_sym_chan] = ACTIONS(2939), - [anon_sym_thread] = ACTIONS(2939), - [anon_sym_atomic] = ACTIONS(2939), - [sym___double_quote] = ACTIONS(2937), - [sym___single_quote] = ACTIONS(2937), - [sym___c_double_quote] = ACTIONS(2937), - [sym___c_single_quote] = ACTIONS(2937), - [sym___r_double_quote] = ACTIONS(2937), - [sym___r_single_quote] = ACTIONS(2937), + [anon_sym_DOT] = ACTIONS(2819), + [anon_sym_as] = ACTIONS(2819), + [anon_sym_LBRACE] = ACTIONS(2817), + [anon_sym_COMMA] = ACTIONS(2817), + [anon_sym_LPAREN] = ACTIONS(2817), + [anon_sym_PIPE] = ACTIONS(2819), + [anon_sym_fn] = ACTIONS(2819), + [anon_sym_PLUS] = ACTIONS(2819), + [anon_sym_DASH] = ACTIONS(2819), + [anon_sym_STAR] = ACTIONS(2817), + [anon_sym_SLASH] = ACTIONS(2819), + [anon_sym_PERCENT] = ACTIONS(2817), + [anon_sym_LT] = ACTIONS(2819), + [anon_sym_GT] = ACTIONS(2819), + [anon_sym_EQ_EQ] = ACTIONS(2817), + [anon_sym_BANG_EQ] = ACTIONS(2817), + [anon_sym_LT_EQ] = ACTIONS(2817), + [anon_sym_GT_EQ] = ACTIONS(2817), + [anon_sym_LBRACK] = ACTIONS(2817), + [anon_sym_LT2] = ACTIONS(2819), + [anon_sym_RBRACK] = ACTIONS(2817), + [anon_sym_struct] = ACTIONS(2819), + [anon_sym_mut] = ACTIONS(2819), + [anon_sym_PLUS_PLUS] = ACTIONS(2817), + [anon_sym_DASH_DASH] = ACTIONS(2817), + [anon_sym_QMARK] = ACTIONS(2819), + [anon_sym_BANG] = ACTIONS(2819), + [anon_sym_go] = ACTIONS(2819), + [anon_sym_spawn] = ACTIONS(2819), + [anon_sym_json_DOTdecode] = ACTIONS(2817), + [anon_sym_LBRACK2] = ACTIONS(2819), + [anon_sym_TILDE] = ACTIONS(2817), + [anon_sym_CARET] = ACTIONS(2817), + [anon_sym_AMP] = ACTIONS(2819), + [anon_sym_LT_DASH] = ACTIONS(2817), + [anon_sym_LT_LT] = ACTIONS(2817), + [anon_sym_GT_GT] = ACTIONS(2819), + [anon_sym_GT_GT_GT] = ACTIONS(2817), + [anon_sym_AMP_CARET] = ACTIONS(2817), + [anon_sym_AMP_AMP] = ACTIONS(2817), + [anon_sym_PIPE_PIPE] = ACTIONS(2817), + [anon_sym_or] = ACTIONS(2819), + [sym_none] = ACTIONS(2819), + [sym_true] = ACTIONS(2819), + [sym_false] = ACTIONS(2819), + [sym_nil] = ACTIONS(2819), + [anon_sym_QMARK_DOT] = ACTIONS(2817), + [anon_sym_POUND_LBRACK] = ACTIONS(2817), + [anon_sym_if] = ACTIONS(2819), + [anon_sym_DOLLARif] = ACTIONS(2819), + [anon_sym_is] = ACTIONS(2819), + [anon_sym_BANGis] = ACTIONS(2817), + [anon_sym_in] = ACTIONS(2819), + [anon_sym_BANGin] = ACTIONS(2817), + [anon_sym_match] = ACTIONS(2819), + [anon_sym_select] = ACTIONS(2819), + [anon_sym_lock] = ACTIONS(2819), + [anon_sym_rlock] = ACTIONS(2819), + [anon_sym_unsafe] = ACTIONS(2819), + [anon_sym_sql] = ACTIONS(2819), + [sym_int_literal] = ACTIONS(2819), + [sym_float_literal] = ACTIONS(2817), + [sym_rune_literal] = ACTIONS(2817), + [anon_sym_AT] = ACTIONS(2819), + [anon_sym_shared] = ACTIONS(2819), + [anon_sym_map_LBRACK] = ACTIONS(2817), + [anon_sym_chan] = ACTIONS(2819), + [anon_sym_thread] = ACTIONS(2819), + [anon_sym_atomic] = ACTIONS(2819), + [sym___double_quote] = ACTIONS(2817), + [sym___single_quote] = ACTIONS(2817), + [sym___c_double_quote] = ACTIONS(2817), + [sym___c_single_quote] = ACTIONS(2817), + [sym___r_double_quote] = ACTIONS(2817), + [sym___r_single_quote] = ACTIONS(2817), }, [1315] = { - [sym_identifier] = ACTIONS(2993), + [sym_identifier] = ACTIONS(3127), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2993), - [anon_sym_as] = ACTIONS(2993), - [anon_sym_LBRACE] = ACTIONS(2991), - [anon_sym_COMMA] = ACTIONS(2991), - [anon_sym_LPAREN] = ACTIONS(2991), - [anon_sym_PIPE] = ACTIONS(2993), - [anon_sym_fn] = ACTIONS(2993), - [anon_sym_PLUS] = ACTIONS(2993), - [anon_sym_DASH] = ACTIONS(2993), - [anon_sym_STAR] = ACTIONS(2991), - [anon_sym_SLASH] = ACTIONS(2993), - [anon_sym_PERCENT] = ACTIONS(2991), - [anon_sym_LT] = ACTIONS(2993), - [anon_sym_GT] = ACTIONS(2993), - [anon_sym_EQ_EQ] = ACTIONS(2991), - [anon_sym_BANG_EQ] = ACTIONS(2991), - [anon_sym_LT_EQ] = ACTIONS(2991), - [anon_sym_GT_EQ] = ACTIONS(2991), - [anon_sym_LBRACK] = ACTIONS(2991), - [anon_sym_RBRACK] = ACTIONS(2991), - [anon_sym_struct] = ACTIONS(2993), - [anon_sym_mut] = ACTIONS(2993), - [anon_sym_PLUS_PLUS] = ACTIONS(2991), - [anon_sym_DASH_DASH] = ACTIONS(2991), - [anon_sym_QMARK] = ACTIONS(2993), - [anon_sym_BANG] = ACTIONS(2993), - [anon_sym_go] = ACTIONS(2993), - [anon_sym_spawn] = ACTIONS(2993), - [anon_sym_json_DOTdecode] = ACTIONS(2991), - [anon_sym_LBRACK2] = ACTIONS(2993), - [anon_sym_TILDE] = ACTIONS(2991), - [anon_sym_CARET] = ACTIONS(2991), - [anon_sym_AMP] = ACTIONS(2993), - [anon_sym_LT_DASH] = ACTIONS(2991), - [anon_sym_LT_LT] = ACTIONS(2991), - [anon_sym_GT_GT] = ACTIONS(2993), - [anon_sym_GT_GT_GT] = ACTIONS(2991), - [anon_sym_AMP_CARET] = ACTIONS(2991), - [anon_sym_AMP_AMP] = ACTIONS(2991), - [anon_sym_PIPE_PIPE] = ACTIONS(2991), - [anon_sym_or] = ACTIONS(2993), - [sym_none] = ACTIONS(2993), - [sym_true] = ACTIONS(2993), - [sym_false] = ACTIONS(2993), - [sym_nil] = ACTIONS(2993), - [anon_sym_QMARK_DOT] = ACTIONS(2991), - [anon_sym_POUND_LBRACK] = ACTIONS(2991), - [anon_sym_if] = ACTIONS(2993), - [anon_sym_DOLLARif] = ACTIONS(2993), - [anon_sym_is] = ACTIONS(2993), - [anon_sym_BANGis] = ACTIONS(2991), - [anon_sym_in] = ACTIONS(2993), - [anon_sym_BANGin] = ACTIONS(2991), - [anon_sym_match] = ACTIONS(2993), - [anon_sym_select] = ACTIONS(2993), - [anon_sym_lock] = ACTIONS(2993), - [anon_sym_rlock] = ACTIONS(2993), - [anon_sym_unsafe] = ACTIONS(2993), - [anon_sym_sql] = ACTIONS(2993), - [sym_int_literal] = ACTIONS(2993), - [sym_float_literal] = ACTIONS(2991), - [sym_rune_literal] = ACTIONS(2991), - [anon_sym_AT] = ACTIONS(2993), - [anon_sym_shared] = ACTIONS(2993), - [anon_sym_map_LBRACK] = ACTIONS(2991), - [anon_sym_chan] = ACTIONS(2993), - [anon_sym_thread] = ACTIONS(2993), - [anon_sym_atomic] = ACTIONS(2993), - [sym___double_quote] = ACTIONS(2991), - [sym___single_quote] = ACTIONS(2991), - [sym___c_double_quote] = ACTIONS(2991), - [sym___c_single_quote] = ACTIONS(2991), - [sym___r_double_quote] = ACTIONS(2991), - [sym___r_single_quote] = ACTIONS(2991), + [anon_sym_DOT] = ACTIONS(3127), + [anon_sym_as] = ACTIONS(3127), + [anon_sym_LBRACE] = ACTIONS(3125), + [anon_sym_COMMA] = ACTIONS(3125), + [anon_sym_LPAREN] = ACTIONS(3125), + [anon_sym_PIPE] = ACTIONS(3127), + [anon_sym_fn] = ACTIONS(3127), + [anon_sym_PLUS] = ACTIONS(3127), + [anon_sym_DASH] = ACTIONS(3127), + [anon_sym_STAR] = ACTIONS(3125), + [anon_sym_SLASH] = ACTIONS(3127), + [anon_sym_PERCENT] = ACTIONS(3125), + [anon_sym_LT] = ACTIONS(3127), + [anon_sym_GT] = ACTIONS(3127), + [anon_sym_EQ_EQ] = ACTIONS(3125), + [anon_sym_BANG_EQ] = ACTIONS(3125), + [anon_sym_LT_EQ] = ACTIONS(3125), + [anon_sym_GT_EQ] = ACTIONS(3125), + [anon_sym_LBRACK] = ACTIONS(3125), + [anon_sym_LT2] = ACTIONS(3127), + [anon_sym_RBRACK] = ACTIONS(3125), + [anon_sym_struct] = ACTIONS(3127), + [anon_sym_mut] = ACTIONS(3127), + [anon_sym_PLUS_PLUS] = ACTIONS(3125), + [anon_sym_DASH_DASH] = ACTIONS(3125), + [anon_sym_QMARK] = ACTIONS(3127), + [anon_sym_BANG] = ACTIONS(3127), + [anon_sym_go] = ACTIONS(3127), + [anon_sym_spawn] = ACTIONS(3127), + [anon_sym_json_DOTdecode] = ACTIONS(3125), + [anon_sym_LBRACK2] = ACTIONS(3127), + [anon_sym_TILDE] = ACTIONS(3125), + [anon_sym_CARET] = ACTIONS(3125), + [anon_sym_AMP] = ACTIONS(3127), + [anon_sym_LT_DASH] = ACTIONS(3125), + [anon_sym_LT_LT] = ACTIONS(3125), + [anon_sym_GT_GT] = ACTIONS(3127), + [anon_sym_GT_GT_GT] = ACTIONS(3125), + [anon_sym_AMP_CARET] = ACTIONS(3125), + [anon_sym_AMP_AMP] = ACTIONS(3125), + [anon_sym_PIPE_PIPE] = ACTIONS(3125), + [anon_sym_or] = ACTIONS(3127), + [sym_none] = ACTIONS(3127), + [sym_true] = ACTIONS(3127), + [sym_false] = ACTIONS(3127), + [sym_nil] = ACTIONS(3127), + [anon_sym_QMARK_DOT] = ACTIONS(3125), + [anon_sym_POUND_LBRACK] = ACTIONS(3125), + [anon_sym_if] = ACTIONS(3127), + [anon_sym_DOLLARif] = ACTIONS(3127), + [anon_sym_is] = ACTIONS(3127), + [anon_sym_BANGis] = ACTIONS(3125), + [anon_sym_in] = ACTIONS(3127), + [anon_sym_BANGin] = ACTIONS(3125), + [anon_sym_match] = ACTIONS(3127), + [anon_sym_select] = ACTIONS(3127), + [anon_sym_lock] = ACTIONS(3127), + [anon_sym_rlock] = ACTIONS(3127), + [anon_sym_unsafe] = ACTIONS(3127), + [anon_sym_sql] = ACTIONS(3127), + [sym_int_literal] = ACTIONS(3127), + [sym_float_literal] = ACTIONS(3125), + [sym_rune_literal] = ACTIONS(3125), + [anon_sym_AT] = ACTIONS(3127), + [anon_sym_shared] = ACTIONS(3127), + [anon_sym_map_LBRACK] = ACTIONS(3125), + [anon_sym_chan] = ACTIONS(3127), + [anon_sym_thread] = ACTIONS(3127), + [anon_sym_atomic] = ACTIONS(3127), + [sym___double_quote] = ACTIONS(3125), + [sym___single_quote] = ACTIONS(3125), + [sym___c_double_quote] = ACTIONS(3125), + [sym___c_single_quote] = ACTIONS(3125), + [sym___r_double_quote] = ACTIONS(3125), + [sym___r_single_quote] = ACTIONS(3125), }, [1316] = { - [sym_identifier] = ACTIONS(3009), + [sym_identifier] = ACTIONS(2999), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3009), - [anon_sym_as] = ACTIONS(3009), - [anon_sym_LBRACE] = ACTIONS(3007), - [anon_sym_COMMA] = ACTIONS(3007), - [anon_sym_LPAREN] = ACTIONS(3007), - [anon_sym_PIPE] = ACTIONS(3009), - [anon_sym_fn] = ACTIONS(3009), - [anon_sym_PLUS] = ACTIONS(3009), - [anon_sym_DASH] = ACTIONS(3009), - [anon_sym_STAR] = ACTIONS(3007), - [anon_sym_SLASH] = ACTIONS(3009), - [anon_sym_PERCENT] = ACTIONS(3007), - [anon_sym_LT] = ACTIONS(3009), - [anon_sym_GT] = ACTIONS(3009), - [anon_sym_EQ_EQ] = ACTIONS(3007), - [anon_sym_BANG_EQ] = ACTIONS(3007), - [anon_sym_LT_EQ] = ACTIONS(3007), - [anon_sym_GT_EQ] = ACTIONS(3007), - [anon_sym_LBRACK] = ACTIONS(3007), - [anon_sym_RBRACK] = ACTIONS(3007), - [anon_sym_struct] = ACTIONS(3009), - [anon_sym_mut] = ACTIONS(3009), - [anon_sym_PLUS_PLUS] = ACTIONS(3007), - [anon_sym_DASH_DASH] = ACTIONS(3007), - [anon_sym_QMARK] = ACTIONS(3009), - [anon_sym_BANG] = ACTIONS(3009), - [anon_sym_go] = ACTIONS(3009), - [anon_sym_spawn] = ACTIONS(3009), - [anon_sym_json_DOTdecode] = ACTIONS(3007), - [anon_sym_LBRACK2] = ACTIONS(3009), - [anon_sym_TILDE] = ACTIONS(3007), - [anon_sym_CARET] = ACTIONS(3007), - [anon_sym_AMP] = ACTIONS(3009), - [anon_sym_LT_DASH] = ACTIONS(3007), - [anon_sym_LT_LT] = ACTIONS(3007), - [anon_sym_GT_GT] = ACTIONS(3009), - [anon_sym_GT_GT_GT] = ACTIONS(3007), - [anon_sym_AMP_CARET] = ACTIONS(3007), - [anon_sym_AMP_AMP] = ACTIONS(3007), - [anon_sym_PIPE_PIPE] = ACTIONS(3007), - [anon_sym_or] = ACTIONS(3009), - [sym_none] = ACTIONS(3009), - [sym_true] = ACTIONS(3009), - [sym_false] = ACTIONS(3009), - [sym_nil] = ACTIONS(3009), - [anon_sym_QMARK_DOT] = ACTIONS(3007), - [anon_sym_POUND_LBRACK] = ACTIONS(3007), - [anon_sym_if] = ACTIONS(3009), - [anon_sym_DOLLARif] = ACTIONS(3009), - [anon_sym_is] = ACTIONS(3009), - [anon_sym_BANGis] = ACTIONS(3007), - [anon_sym_in] = ACTIONS(3009), - [anon_sym_BANGin] = ACTIONS(3007), - [anon_sym_match] = ACTIONS(3009), - [anon_sym_select] = ACTIONS(3009), - [anon_sym_lock] = ACTIONS(3009), - [anon_sym_rlock] = ACTIONS(3009), - [anon_sym_unsafe] = ACTIONS(3009), - [anon_sym_sql] = ACTIONS(3009), - [sym_int_literal] = ACTIONS(3009), - [sym_float_literal] = ACTIONS(3007), - [sym_rune_literal] = ACTIONS(3007), - [anon_sym_AT] = ACTIONS(3009), - [anon_sym_shared] = ACTIONS(3009), - [anon_sym_map_LBRACK] = ACTIONS(3007), - [anon_sym_chan] = ACTIONS(3009), - [anon_sym_thread] = ACTIONS(3009), - [anon_sym_atomic] = ACTIONS(3009), - [sym___double_quote] = ACTIONS(3007), - [sym___single_quote] = ACTIONS(3007), - [sym___c_double_quote] = ACTIONS(3007), - [sym___c_single_quote] = ACTIONS(3007), - [sym___r_double_quote] = ACTIONS(3007), - [sym___r_single_quote] = ACTIONS(3007), + [anon_sym_DOT] = ACTIONS(2999), + [anon_sym_as] = ACTIONS(2999), + [anon_sym_LBRACE] = ACTIONS(2997), + [anon_sym_COMMA] = ACTIONS(2997), + [anon_sym_LPAREN] = ACTIONS(2997), + [anon_sym_PIPE] = ACTIONS(2999), + [anon_sym_fn] = ACTIONS(2999), + [anon_sym_PLUS] = ACTIONS(2999), + [anon_sym_DASH] = ACTIONS(2999), + [anon_sym_STAR] = ACTIONS(2997), + [anon_sym_SLASH] = ACTIONS(2999), + [anon_sym_PERCENT] = ACTIONS(2997), + [anon_sym_LT] = ACTIONS(2999), + [anon_sym_GT] = ACTIONS(2999), + [anon_sym_EQ_EQ] = ACTIONS(2997), + [anon_sym_BANG_EQ] = ACTIONS(2997), + [anon_sym_LT_EQ] = ACTIONS(2997), + [anon_sym_GT_EQ] = ACTIONS(2997), + [anon_sym_LBRACK] = ACTIONS(2997), + [anon_sym_LT2] = ACTIONS(2999), + [anon_sym_RBRACK] = ACTIONS(2997), + [anon_sym_struct] = ACTIONS(2999), + [anon_sym_mut] = ACTIONS(2999), + [anon_sym_PLUS_PLUS] = ACTIONS(2997), + [anon_sym_DASH_DASH] = ACTIONS(2997), + [anon_sym_QMARK] = ACTIONS(2999), + [anon_sym_BANG] = ACTIONS(2999), + [anon_sym_go] = ACTIONS(2999), + [anon_sym_spawn] = ACTIONS(2999), + [anon_sym_json_DOTdecode] = ACTIONS(2997), + [anon_sym_LBRACK2] = ACTIONS(2999), + [anon_sym_TILDE] = ACTIONS(2997), + [anon_sym_CARET] = ACTIONS(2997), + [anon_sym_AMP] = ACTIONS(2999), + [anon_sym_LT_DASH] = ACTIONS(2997), + [anon_sym_LT_LT] = ACTIONS(2997), + [anon_sym_GT_GT] = ACTIONS(2999), + [anon_sym_GT_GT_GT] = ACTIONS(2997), + [anon_sym_AMP_CARET] = ACTIONS(2997), + [anon_sym_AMP_AMP] = ACTIONS(2997), + [anon_sym_PIPE_PIPE] = ACTIONS(2997), + [anon_sym_or] = ACTIONS(2999), + [sym_none] = ACTIONS(2999), + [sym_true] = ACTIONS(2999), + [sym_false] = ACTIONS(2999), + [sym_nil] = ACTIONS(2999), + [anon_sym_QMARK_DOT] = ACTIONS(2997), + [anon_sym_POUND_LBRACK] = ACTIONS(2997), + [anon_sym_if] = ACTIONS(2999), + [anon_sym_DOLLARif] = ACTIONS(2999), + [anon_sym_is] = ACTIONS(2999), + [anon_sym_BANGis] = ACTIONS(2997), + [anon_sym_in] = ACTIONS(2999), + [anon_sym_BANGin] = ACTIONS(2997), + [anon_sym_match] = ACTIONS(2999), + [anon_sym_select] = ACTIONS(2999), + [anon_sym_lock] = ACTIONS(2999), + [anon_sym_rlock] = ACTIONS(2999), + [anon_sym_unsafe] = ACTIONS(2999), + [anon_sym_sql] = ACTIONS(2999), + [sym_int_literal] = ACTIONS(2999), + [sym_float_literal] = ACTIONS(2997), + [sym_rune_literal] = ACTIONS(2997), + [anon_sym_AT] = ACTIONS(2999), + [anon_sym_shared] = ACTIONS(2999), + [anon_sym_map_LBRACK] = ACTIONS(2997), + [anon_sym_chan] = ACTIONS(2999), + [anon_sym_thread] = ACTIONS(2999), + [anon_sym_atomic] = ACTIONS(2999), + [sym___double_quote] = ACTIONS(2997), + [sym___single_quote] = ACTIONS(2997), + [sym___c_double_quote] = ACTIONS(2997), + [sym___c_single_quote] = ACTIONS(2997), + [sym___r_double_quote] = ACTIONS(2997), + [sym___r_single_quote] = ACTIONS(2997), }, [1317] = { - [sym_identifier] = ACTIONS(3173), + [sym_identifier] = ACTIONS(3007), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3173), - [anon_sym_as] = ACTIONS(3173), - [anon_sym_LBRACE] = ACTIONS(3171), - [anon_sym_COMMA] = ACTIONS(3171), - [anon_sym_LPAREN] = ACTIONS(3171), - [anon_sym_PIPE] = ACTIONS(3173), - [anon_sym_fn] = ACTIONS(3173), - [anon_sym_PLUS] = ACTIONS(3173), - [anon_sym_DASH] = ACTIONS(3173), - [anon_sym_STAR] = ACTIONS(3171), - [anon_sym_SLASH] = ACTIONS(3173), - [anon_sym_PERCENT] = ACTIONS(3171), - [anon_sym_LT] = ACTIONS(3173), - [anon_sym_GT] = ACTIONS(3173), - [anon_sym_EQ_EQ] = ACTIONS(3171), - [anon_sym_BANG_EQ] = ACTIONS(3171), - [anon_sym_LT_EQ] = ACTIONS(3171), - [anon_sym_GT_EQ] = ACTIONS(3171), - [anon_sym_LBRACK] = ACTIONS(3171), - [anon_sym_RBRACK] = ACTIONS(3171), - [anon_sym_struct] = ACTIONS(3173), - [anon_sym_mut] = ACTIONS(3173), - [anon_sym_PLUS_PLUS] = ACTIONS(3171), - [anon_sym_DASH_DASH] = ACTIONS(3171), - [anon_sym_QMARK] = ACTIONS(3173), - [anon_sym_BANG] = ACTIONS(3173), - [anon_sym_go] = ACTIONS(3173), - [anon_sym_spawn] = ACTIONS(3173), - [anon_sym_json_DOTdecode] = ACTIONS(3171), - [anon_sym_LBRACK2] = ACTIONS(3173), - [anon_sym_TILDE] = ACTIONS(3171), - [anon_sym_CARET] = ACTIONS(3171), - [anon_sym_AMP] = ACTIONS(3173), - [anon_sym_LT_DASH] = ACTIONS(3171), - [anon_sym_LT_LT] = ACTIONS(3171), - [anon_sym_GT_GT] = ACTIONS(3173), - [anon_sym_GT_GT_GT] = ACTIONS(3171), - [anon_sym_AMP_CARET] = ACTIONS(3171), - [anon_sym_AMP_AMP] = ACTIONS(3171), - [anon_sym_PIPE_PIPE] = ACTIONS(3171), - [anon_sym_or] = ACTIONS(3173), - [sym_none] = ACTIONS(3173), - [sym_true] = ACTIONS(3173), - [sym_false] = ACTIONS(3173), - [sym_nil] = ACTIONS(3173), - [anon_sym_QMARK_DOT] = ACTIONS(3171), - [anon_sym_POUND_LBRACK] = ACTIONS(3171), - [anon_sym_if] = ACTIONS(3173), - [anon_sym_DOLLARif] = ACTIONS(3173), - [anon_sym_is] = ACTIONS(3173), - [anon_sym_BANGis] = ACTIONS(3171), - [anon_sym_in] = ACTIONS(3173), - [anon_sym_BANGin] = ACTIONS(3171), - [anon_sym_match] = ACTIONS(3173), - [anon_sym_select] = ACTIONS(3173), - [anon_sym_lock] = ACTIONS(3173), - [anon_sym_rlock] = ACTIONS(3173), - [anon_sym_unsafe] = ACTIONS(3173), - [anon_sym_sql] = ACTIONS(3173), - [sym_int_literal] = ACTIONS(3173), - [sym_float_literal] = ACTIONS(3171), - [sym_rune_literal] = ACTIONS(3171), - [anon_sym_AT] = ACTIONS(3173), - [anon_sym_shared] = ACTIONS(3173), - [anon_sym_map_LBRACK] = ACTIONS(3171), - [anon_sym_chan] = ACTIONS(3173), - [anon_sym_thread] = ACTIONS(3173), - [anon_sym_atomic] = ACTIONS(3173), - [sym___double_quote] = ACTIONS(3171), - [sym___single_quote] = ACTIONS(3171), - [sym___c_double_quote] = ACTIONS(3171), - [sym___c_single_quote] = ACTIONS(3171), - [sym___r_double_quote] = ACTIONS(3171), - [sym___r_single_quote] = ACTIONS(3171), + [anon_sym_DOT] = ACTIONS(3007), + [anon_sym_as] = ACTIONS(3007), + [anon_sym_LBRACE] = ACTIONS(3005), + [anon_sym_COMMA] = ACTIONS(3005), + [anon_sym_LPAREN] = ACTIONS(3005), + [anon_sym_PIPE] = ACTIONS(3007), + [anon_sym_fn] = ACTIONS(3007), + [anon_sym_PLUS] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3007), + [anon_sym_STAR] = ACTIONS(3005), + [anon_sym_SLASH] = ACTIONS(3007), + [anon_sym_PERCENT] = ACTIONS(3005), + [anon_sym_LT] = ACTIONS(3007), + [anon_sym_GT] = ACTIONS(3007), + [anon_sym_EQ_EQ] = ACTIONS(3005), + [anon_sym_BANG_EQ] = ACTIONS(3005), + [anon_sym_LT_EQ] = ACTIONS(3005), + [anon_sym_GT_EQ] = ACTIONS(3005), + [anon_sym_LBRACK] = ACTIONS(3005), + [anon_sym_LT2] = ACTIONS(3007), + [anon_sym_RBRACK] = ACTIONS(3005), + [anon_sym_struct] = ACTIONS(3007), + [anon_sym_mut] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3005), + [anon_sym_DASH_DASH] = ACTIONS(3005), + [anon_sym_QMARK] = ACTIONS(3007), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_go] = ACTIONS(3007), + [anon_sym_spawn] = ACTIONS(3007), + [anon_sym_json_DOTdecode] = ACTIONS(3005), + [anon_sym_LBRACK2] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3005), + [anon_sym_CARET] = ACTIONS(3005), + [anon_sym_AMP] = ACTIONS(3007), + [anon_sym_LT_DASH] = ACTIONS(3005), + [anon_sym_LT_LT] = ACTIONS(3005), + [anon_sym_GT_GT] = ACTIONS(3007), + [anon_sym_GT_GT_GT] = ACTIONS(3005), + [anon_sym_AMP_CARET] = ACTIONS(3005), + [anon_sym_AMP_AMP] = ACTIONS(3005), + [anon_sym_PIPE_PIPE] = ACTIONS(3005), + [anon_sym_or] = ACTIONS(3007), + [sym_none] = ACTIONS(3007), + [sym_true] = ACTIONS(3007), + [sym_false] = ACTIONS(3007), + [sym_nil] = ACTIONS(3007), + [anon_sym_QMARK_DOT] = ACTIONS(3005), + [anon_sym_POUND_LBRACK] = ACTIONS(3005), + [anon_sym_if] = ACTIONS(3007), + [anon_sym_DOLLARif] = ACTIONS(3007), + [anon_sym_is] = ACTIONS(3007), + [anon_sym_BANGis] = ACTIONS(3005), + [anon_sym_in] = ACTIONS(3007), + [anon_sym_BANGin] = ACTIONS(3005), + [anon_sym_match] = ACTIONS(3007), + [anon_sym_select] = ACTIONS(3007), + [anon_sym_lock] = ACTIONS(3007), + [anon_sym_rlock] = ACTIONS(3007), + [anon_sym_unsafe] = ACTIONS(3007), + [anon_sym_sql] = ACTIONS(3007), + [sym_int_literal] = ACTIONS(3007), + [sym_float_literal] = ACTIONS(3005), + [sym_rune_literal] = ACTIONS(3005), + [anon_sym_AT] = ACTIONS(3007), + [anon_sym_shared] = ACTIONS(3007), + [anon_sym_map_LBRACK] = ACTIONS(3005), + [anon_sym_chan] = ACTIONS(3007), + [anon_sym_thread] = ACTIONS(3007), + [anon_sym_atomic] = ACTIONS(3007), + [sym___double_quote] = ACTIONS(3005), + [sym___single_quote] = ACTIONS(3005), + [sym___c_double_quote] = ACTIONS(3005), + [sym___c_single_quote] = ACTIONS(3005), + [sym___r_double_quote] = ACTIONS(3005), + [sym___r_single_quote] = ACTIONS(3005), }, [1318] = { - [sym_identifier] = ACTIONS(3049), + [sym_identifier] = ACTIONS(3143), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3049), - [anon_sym_as] = ACTIONS(3049), - [anon_sym_LBRACE] = ACTIONS(3047), - [anon_sym_COMMA] = ACTIONS(3047), - [anon_sym_LPAREN] = ACTIONS(3047), - [anon_sym_PIPE] = ACTIONS(3049), - [anon_sym_fn] = ACTIONS(3049), - [anon_sym_PLUS] = ACTIONS(3049), - [anon_sym_DASH] = ACTIONS(3049), - [anon_sym_STAR] = ACTIONS(3047), - [anon_sym_SLASH] = ACTIONS(3049), - [anon_sym_PERCENT] = ACTIONS(3047), - [anon_sym_LT] = ACTIONS(3049), - [anon_sym_GT] = ACTIONS(3049), - [anon_sym_EQ_EQ] = ACTIONS(3047), - [anon_sym_BANG_EQ] = ACTIONS(3047), - [anon_sym_LT_EQ] = ACTIONS(3047), - [anon_sym_GT_EQ] = ACTIONS(3047), - [anon_sym_LBRACK] = ACTIONS(3047), - [anon_sym_RBRACK] = ACTIONS(3047), - [anon_sym_struct] = ACTIONS(3049), - [anon_sym_mut] = ACTIONS(3049), - [anon_sym_PLUS_PLUS] = ACTIONS(3047), - [anon_sym_DASH_DASH] = ACTIONS(3047), - [anon_sym_QMARK] = ACTIONS(3049), - [anon_sym_BANG] = ACTIONS(3049), - [anon_sym_go] = ACTIONS(3049), - [anon_sym_spawn] = ACTIONS(3049), - [anon_sym_json_DOTdecode] = ACTIONS(3047), - [anon_sym_LBRACK2] = ACTIONS(3049), - [anon_sym_TILDE] = ACTIONS(3047), - [anon_sym_CARET] = ACTIONS(3047), - [anon_sym_AMP] = ACTIONS(3049), - [anon_sym_LT_DASH] = ACTIONS(3047), - [anon_sym_LT_LT] = ACTIONS(3047), - [anon_sym_GT_GT] = ACTIONS(3049), - [anon_sym_GT_GT_GT] = ACTIONS(3047), - [anon_sym_AMP_CARET] = ACTIONS(3047), - [anon_sym_AMP_AMP] = ACTIONS(3047), - [anon_sym_PIPE_PIPE] = ACTIONS(3047), - [anon_sym_or] = ACTIONS(3049), - [sym_none] = ACTIONS(3049), - [sym_true] = ACTIONS(3049), - [sym_false] = ACTIONS(3049), - [sym_nil] = ACTIONS(3049), - [anon_sym_QMARK_DOT] = ACTIONS(3047), - [anon_sym_POUND_LBRACK] = ACTIONS(3047), - [anon_sym_if] = ACTIONS(3049), - [anon_sym_DOLLARif] = ACTIONS(3049), - [anon_sym_is] = ACTIONS(3049), - [anon_sym_BANGis] = ACTIONS(3047), - [anon_sym_in] = ACTIONS(3049), - [anon_sym_BANGin] = ACTIONS(3047), - [anon_sym_match] = ACTIONS(3049), - [anon_sym_select] = ACTIONS(3049), - [anon_sym_lock] = ACTIONS(3049), - [anon_sym_rlock] = ACTIONS(3049), - [anon_sym_unsafe] = ACTIONS(3049), - [anon_sym_sql] = ACTIONS(3049), - [sym_int_literal] = ACTIONS(3049), - [sym_float_literal] = ACTIONS(3047), - [sym_rune_literal] = ACTIONS(3047), - [anon_sym_AT] = ACTIONS(3049), - [anon_sym_shared] = ACTIONS(3049), - [anon_sym_map_LBRACK] = ACTIONS(3047), - [anon_sym_chan] = ACTIONS(3049), - [anon_sym_thread] = ACTIONS(3049), - [anon_sym_atomic] = ACTIONS(3049), - [sym___double_quote] = ACTIONS(3047), - [sym___single_quote] = ACTIONS(3047), - [sym___c_double_quote] = ACTIONS(3047), - [sym___c_single_quote] = ACTIONS(3047), - [sym___r_double_quote] = ACTIONS(3047), - [sym___r_single_quote] = ACTIONS(3047), + [anon_sym_DOT] = ACTIONS(3143), + [anon_sym_as] = ACTIONS(3143), + [anon_sym_LBRACE] = ACTIONS(3141), + [anon_sym_COMMA] = ACTIONS(3141), + [anon_sym_LPAREN] = ACTIONS(3141), + [anon_sym_PIPE] = ACTIONS(3143), + [anon_sym_fn] = ACTIONS(3143), + [anon_sym_PLUS] = ACTIONS(3143), + [anon_sym_DASH] = ACTIONS(3143), + [anon_sym_STAR] = ACTIONS(3141), + [anon_sym_SLASH] = ACTIONS(3143), + [anon_sym_PERCENT] = ACTIONS(3141), + [anon_sym_LT] = ACTIONS(3143), + [anon_sym_GT] = ACTIONS(3143), + [anon_sym_EQ_EQ] = ACTIONS(3141), + [anon_sym_BANG_EQ] = ACTIONS(3141), + [anon_sym_LT_EQ] = ACTIONS(3141), + [anon_sym_GT_EQ] = ACTIONS(3141), + [anon_sym_LBRACK] = ACTIONS(3141), + [anon_sym_LT2] = ACTIONS(3143), + [anon_sym_RBRACK] = ACTIONS(3141), + [anon_sym_struct] = ACTIONS(3143), + [anon_sym_mut] = ACTIONS(3143), + [anon_sym_PLUS_PLUS] = ACTIONS(3141), + [anon_sym_DASH_DASH] = ACTIONS(3141), + [anon_sym_QMARK] = ACTIONS(3143), + [anon_sym_BANG] = ACTIONS(3143), + [anon_sym_go] = ACTIONS(3143), + [anon_sym_spawn] = ACTIONS(3143), + [anon_sym_json_DOTdecode] = ACTIONS(3141), + [anon_sym_LBRACK2] = ACTIONS(3143), + [anon_sym_TILDE] = ACTIONS(3141), + [anon_sym_CARET] = ACTIONS(3141), + [anon_sym_AMP] = ACTIONS(3143), + [anon_sym_LT_DASH] = ACTIONS(3141), + [anon_sym_LT_LT] = ACTIONS(3141), + [anon_sym_GT_GT] = ACTIONS(3143), + [anon_sym_GT_GT_GT] = ACTIONS(3141), + [anon_sym_AMP_CARET] = ACTIONS(3141), + [anon_sym_AMP_AMP] = ACTIONS(3141), + [anon_sym_PIPE_PIPE] = ACTIONS(3141), + [anon_sym_or] = ACTIONS(3143), + [sym_none] = ACTIONS(3143), + [sym_true] = ACTIONS(3143), + [sym_false] = ACTIONS(3143), + [sym_nil] = ACTIONS(3143), + [anon_sym_QMARK_DOT] = ACTIONS(3141), + [anon_sym_POUND_LBRACK] = ACTIONS(3141), + [anon_sym_if] = ACTIONS(3143), + [anon_sym_DOLLARif] = ACTIONS(3143), + [anon_sym_is] = ACTIONS(3143), + [anon_sym_BANGis] = ACTIONS(3141), + [anon_sym_in] = ACTIONS(3143), + [anon_sym_BANGin] = ACTIONS(3141), + [anon_sym_match] = ACTIONS(3143), + [anon_sym_select] = ACTIONS(3143), + [anon_sym_lock] = ACTIONS(3143), + [anon_sym_rlock] = ACTIONS(3143), + [anon_sym_unsafe] = ACTIONS(3143), + [anon_sym_sql] = ACTIONS(3143), + [sym_int_literal] = ACTIONS(3143), + [sym_float_literal] = ACTIONS(3141), + [sym_rune_literal] = ACTIONS(3141), + [anon_sym_AT] = ACTIONS(3143), + [anon_sym_shared] = ACTIONS(3143), + [anon_sym_map_LBRACK] = ACTIONS(3141), + [anon_sym_chan] = ACTIONS(3143), + [anon_sym_thread] = ACTIONS(3143), + [anon_sym_atomic] = ACTIONS(3143), + [sym___double_quote] = ACTIONS(3141), + [sym___single_quote] = ACTIONS(3141), + [sym___c_double_quote] = ACTIONS(3141), + [sym___c_single_quote] = ACTIONS(3141), + [sym___r_double_quote] = ACTIONS(3141), + [sym___r_single_quote] = ACTIONS(3141), + }, + [1319] = { + [sym_identifier] = ACTIONS(3015), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(3015), + [anon_sym_as] = ACTIONS(3015), + [anon_sym_LBRACE] = ACTIONS(3013), + [anon_sym_COMMA] = ACTIONS(3013), + [anon_sym_LPAREN] = ACTIONS(3013), + [anon_sym_PIPE] = ACTIONS(3015), + [anon_sym_fn] = ACTIONS(3015), + [anon_sym_PLUS] = ACTIONS(3015), + [anon_sym_DASH] = ACTIONS(3015), + [anon_sym_STAR] = ACTIONS(3013), + [anon_sym_SLASH] = ACTIONS(3015), + [anon_sym_PERCENT] = ACTIONS(3013), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3015), + [anon_sym_EQ_EQ] = ACTIONS(3013), + [anon_sym_BANG_EQ] = ACTIONS(3013), + [anon_sym_LT_EQ] = ACTIONS(3013), + [anon_sym_GT_EQ] = ACTIONS(3013), + [anon_sym_LBRACK] = ACTIONS(3013), + [anon_sym_LT2] = ACTIONS(3015), + [anon_sym_RBRACK] = ACTIONS(3013), + [anon_sym_struct] = ACTIONS(3015), + [anon_sym_mut] = ACTIONS(3015), + [anon_sym_PLUS_PLUS] = ACTIONS(3013), + [anon_sym_DASH_DASH] = ACTIONS(3013), + [anon_sym_QMARK] = ACTIONS(3015), + [anon_sym_BANG] = ACTIONS(3015), + [anon_sym_go] = ACTIONS(3015), + [anon_sym_spawn] = ACTIONS(3015), + [anon_sym_json_DOTdecode] = ACTIONS(3013), + [anon_sym_LBRACK2] = ACTIONS(3015), + [anon_sym_TILDE] = ACTIONS(3013), + [anon_sym_CARET] = ACTIONS(3013), + [anon_sym_AMP] = ACTIONS(3015), + [anon_sym_LT_DASH] = ACTIONS(3013), + [anon_sym_LT_LT] = ACTIONS(3013), + [anon_sym_GT_GT] = ACTIONS(3015), + [anon_sym_GT_GT_GT] = ACTIONS(3013), + [anon_sym_AMP_CARET] = ACTIONS(3013), + [anon_sym_AMP_AMP] = ACTIONS(3013), + [anon_sym_PIPE_PIPE] = ACTIONS(3013), + [anon_sym_or] = ACTIONS(3015), + [sym_none] = ACTIONS(3015), + [sym_true] = ACTIONS(3015), + [sym_false] = ACTIONS(3015), + [sym_nil] = ACTIONS(3015), + [anon_sym_QMARK_DOT] = ACTIONS(3013), + [anon_sym_POUND_LBRACK] = ACTIONS(3013), + [anon_sym_if] = ACTIONS(3015), + [anon_sym_DOLLARif] = ACTIONS(3015), + [anon_sym_is] = ACTIONS(3015), + [anon_sym_BANGis] = ACTIONS(3013), + [anon_sym_in] = ACTIONS(3015), + [anon_sym_BANGin] = ACTIONS(3013), + [anon_sym_match] = ACTIONS(3015), + [anon_sym_select] = ACTIONS(3015), + [anon_sym_lock] = ACTIONS(3015), + [anon_sym_rlock] = ACTIONS(3015), + [anon_sym_unsafe] = ACTIONS(3015), + [anon_sym_sql] = ACTIONS(3015), + [sym_int_literal] = ACTIONS(3015), + [sym_float_literal] = ACTIONS(3013), + [sym_rune_literal] = ACTIONS(3013), + [anon_sym_AT] = ACTIONS(3015), + [anon_sym_shared] = ACTIONS(3015), + [anon_sym_map_LBRACK] = ACTIONS(3013), + [anon_sym_chan] = ACTIONS(3015), + [anon_sym_thread] = ACTIONS(3015), + [anon_sym_atomic] = ACTIONS(3015), + [sym___double_quote] = ACTIONS(3013), + [sym___single_quote] = ACTIONS(3013), + [sym___c_double_quote] = ACTIONS(3013), + [sym___c_single_quote] = ACTIONS(3013), + [sym___r_double_quote] = ACTIONS(3013), + [sym___r_single_quote] = ACTIONS(3013), + }, + [1320] = { + [sym_identifier] = ACTIONS(3023), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(3023), + [anon_sym_as] = ACTIONS(3023), + [anon_sym_LBRACE] = ACTIONS(3021), + [anon_sym_COMMA] = ACTIONS(3021), + [anon_sym_LPAREN] = ACTIONS(3021), + [anon_sym_PIPE] = ACTIONS(3023), + [anon_sym_fn] = ACTIONS(3023), + [anon_sym_PLUS] = ACTIONS(3023), + [anon_sym_DASH] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(3021), + [anon_sym_SLASH] = ACTIONS(3023), + [anon_sym_PERCENT] = ACTIONS(3021), + [anon_sym_LT] = ACTIONS(3023), + [anon_sym_GT] = ACTIONS(3023), + [anon_sym_EQ_EQ] = ACTIONS(3021), + [anon_sym_BANG_EQ] = ACTIONS(3021), + [anon_sym_LT_EQ] = ACTIONS(3021), + [anon_sym_GT_EQ] = ACTIONS(3021), + [anon_sym_LBRACK] = ACTIONS(3021), + [anon_sym_LT2] = ACTIONS(3023), + [anon_sym_RBRACK] = ACTIONS(3021), + [anon_sym_struct] = ACTIONS(3023), + [anon_sym_mut] = ACTIONS(3023), + [anon_sym_PLUS_PLUS] = ACTIONS(3021), + [anon_sym_DASH_DASH] = ACTIONS(3021), + [anon_sym_QMARK] = ACTIONS(3023), + [anon_sym_BANG] = ACTIONS(3023), + [anon_sym_go] = ACTIONS(3023), + [anon_sym_spawn] = ACTIONS(3023), + [anon_sym_json_DOTdecode] = ACTIONS(3021), + [anon_sym_LBRACK2] = ACTIONS(3023), + [anon_sym_TILDE] = ACTIONS(3021), + [anon_sym_CARET] = ACTIONS(3021), + [anon_sym_AMP] = ACTIONS(3023), + [anon_sym_LT_DASH] = ACTIONS(3021), + [anon_sym_LT_LT] = ACTIONS(3021), + [anon_sym_GT_GT] = ACTIONS(3023), + [anon_sym_GT_GT_GT] = ACTIONS(3021), + [anon_sym_AMP_CARET] = ACTIONS(3021), + [anon_sym_AMP_AMP] = ACTIONS(3021), + [anon_sym_PIPE_PIPE] = ACTIONS(3021), + [anon_sym_or] = ACTIONS(3023), + [sym_none] = ACTIONS(3023), + [sym_true] = ACTIONS(3023), + [sym_false] = ACTIONS(3023), + [sym_nil] = ACTIONS(3023), + [anon_sym_QMARK_DOT] = ACTIONS(3021), + [anon_sym_POUND_LBRACK] = ACTIONS(3021), + [anon_sym_if] = ACTIONS(3023), + [anon_sym_DOLLARif] = ACTIONS(3023), + [anon_sym_is] = ACTIONS(3023), + [anon_sym_BANGis] = ACTIONS(3021), + [anon_sym_in] = ACTIONS(3023), + [anon_sym_BANGin] = ACTIONS(3021), + [anon_sym_match] = ACTIONS(3023), + [anon_sym_select] = ACTIONS(3023), + [anon_sym_lock] = ACTIONS(3023), + [anon_sym_rlock] = ACTIONS(3023), + [anon_sym_unsafe] = ACTIONS(3023), + [anon_sym_sql] = ACTIONS(3023), + [sym_int_literal] = ACTIONS(3023), + [sym_float_literal] = ACTIONS(3021), + [sym_rune_literal] = ACTIONS(3021), + [anon_sym_AT] = ACTIONS(3023), + [anon_sym_shared] = ACTIONS(3023), + [anon_sym_map_LBRACK] = ACTIONS(3021), + [anon_sym_chan] = ACTIONS(3023), + [anon_sym_thread] = ACTIONS(3023), + [anon_sym_atomic] = ACTIONS(3023), + [sym___double_quote] = ACTIONS(3021), + [sym___single_quote] = ACTIONS(3021), + [sym___c_double_quote] = ACTIONS(3021), + [sym___c_single_quote] = ACTIONS(3021), + [sym___r_double_quote] = ACTIONS(3021), + [sym___r_single_quote] = ACTIONS(3021), + }, + [1321] = { + [sym_identifier] = ACTIONS(2420), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2420), + [anon_sym_as] = ACTIONS(2420), + [anon_sym_LBRACE] = ACTIONS(2422), + [anon_sym_COMMA] = ACTIONS(2422), + [anon_sym_LPAREN] = ACTIONS(2422), + [anon_sym_PIPE] = ACTIONS(2420), + [anon_sym_fn] = ACTIONS(2420), + [anon_sym_PLUS] = ACTIONS(2420), + [anon_sym_DASH] = ACTIONS(2420), + [anon_sym_STAR] = ACTIONS(2422), + [anon_sym_SLASH] = ACTIONS(2420), + [anon_sym_PERCENT] = ACTIONS(2422), + [anon_sym_LT] = ACTIONS(2420), + [anon_sym_GT] = ACTIONS(2420), + [anon_sym_EQ_EQ] = ACTIONS(2422), + [anon_sym_BANG_EQ] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2422), + [anon_sym_GT_EQ] = ACTIONS(2422), + [anon_sym_LBRACK] = ACTIONS(2422), + [anon_sym_LT2] = ACTIONS(2420), + [anon_sym_RBRACK] = ACTIONS(2422), + [anon_sym_struct] = ACTIONS(2420), + [anon_sym_mut] = ACTIONS(2420), + [anon_sym_PLUS_PLUS] = ACTIONS(2422), + [anon_sym_DASH_DASH] = ACTIONS(2422), + [anon_sym_QMARK] = ACTIONS(2420), + [anon_sym_BANG] = ACTIONS(2420), + [anon_sym_go] = ACTIONS(2420), + [anon_sym_spawn] = ACTIONS(2420), + [anon_sym_json_DOTdecode] = ACTIONS(2422), + [anon_sym_LBRACK2] = ACTIONS(2420), + [anon_sym_TILDE] = ACTIONS(2422), + [anon_sym_CARET] = ACTIONS(2422), + [anon_sym_AMP] = ACTIONS(2420), + [anon_sym_LT_DASH] = ACTIONS(2422), + [anon_sym_LT_LT] = ACTIONS(2422), + [anon_sym_GT_GT] = ACTIONS(2420), + [anon_sym_GT_GT_GT] = ACTIONS(2422), + [anon_sym_AMP_CARET] = ACTIONS(2422), + [anon_sym_AMP_AMP] = ACTIONS(2422), + [anon_sym_PIPE_PIPE] = ACTIONS(2422), + [anon_sym_or] = ACTIONS(2420), + [sym_none] = ACTIONS(2420), + [sym_true] = ACTIONS(2420), + [sym_false] = ACTIONS(2420), + [sym_nil] = ACTIONS(2420), + [anon_sym_QMARK_DOT] = ACTIONS(2422), + [anon_sym_POUND_LBRACK] = ACTIONS(2422), + [anon_sym_if] = ACTIONS(2420), + [anon_sym_DOLLARif] = ACTIONS(2420), + [anon_sym_is] = ACTIONS(2420), + [anon_sym_BANGis] = ACTIONS(2422), + [anon_sym_in] = ACTIONS(2420), + [anon_sym_BANGin] = ACTIONS(2422), + [anon_sym_match] = ACTIONS(2420), + [anon_sym_select] = ACTIONS(2420), + [anon_sym_lock] = ACTIONS(2420), + [anon_sym_rlock] = ACTIONS(2420), + [anon_sym_unsafe] = ACTIONS(2420), + [anon_sym_sql] = ACTIONS(2420), + [sym_int_literal] = ACTIONS(2420), + [sym_float_literal] = ACTIONS(2422), + [sym_rune_literal] = ACTIONS(2422), + [anon_sym_AT] = ACTIONS(2420), + [anon_sym_shared] = ACTIONS(2420), + [anon_sym_map_LBRACK] = ACTIONS(2422), + [anon_sym_chan] = ACTIONS(2420), + [anon_sym_thread] = ACTIONS(2420), + [anon_sym_atomic] = ACTIONS(2420), + [sym___double_quote] = ACTIONS(2422), + [sym___single_quote] = ACTIONS(2422), + [sym___c_double_quote] = ACTIONS(2422), + [sym___c_single_quote] = ACTIONS(2422), + [sym___r_double_quote] = ACTIONS(2422), + [sym___r_single_quote] = ACTIONS(2422), + }, + [1322] = { + [sym_identifier] = ACTIONS(3027), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(3027), + [anon_sym_as] = ACTIONS(3027), + [anon_sym_LBRACE] = ACTIONS(3025), + [anon_sym_COMMA] = ACTIONS(3025), + [anon_sym_LPAREN] = ACTIONS(3025), + [anon_sym_PIPE] = ACTIONS(3027), + [anon_sym_fn] = ACTIONS(3027), + [anon_sym_PLUS] = ACTIONS(3027), + [anon_sym_DASH] = ACTIONS(3027), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_SLASH] = ACTIONS(3027), + [anon_sym_PERCENT] = ACTIONS(3025), + [anon_sym_LT] = ACTIONS(3027), + [anon_sym_GT] = ACTIONS(3027), + [anon_sym_EQ_EQ] = ACTIONS(3025), + [anon_sym_BANG_EQ] = ACTIONS(3025), + [anon_sym_LT_EQ] = ACTIONS(3025), + [anon_sym_GT_EQ] = ACTIONS(3025), + [anon_sym_LBRACK] = ACTIONS(3025), + [anon_sym_LT2] = ACTIONS(3027), + [anon_sym_RBRACK] = ACTIONS(3025), + [anon_sym_struct] = ACTIONS(3027), + [anon_sym_mut] = ACTIONS(3027), + [anon_sym_PLUS_PLUS] = ACTIONS(3025), + [anon_sym_DASH_DASH] = ACTIONS(3025), + [anon_sym_QMARK] = ACTIONS(3027), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(3027), + [anon_sym_spawn] = ACTIONS(3027), + [anon_sym_json_DOTdecode] = ACTIONS(3025), + [anon_sym_LBRACK2] = ACTIONS(3027), + [anon_sym_TILDE] = ACTIONS(3025), + [anon_sym_CARET] = ACTIONS(3025), + [anon_sym_AMP] = ACTIONS(3027), + [anon_sym_LT_DASH] = ACTIONS(3025), + [anon_sym_LT_LT] = ACTIONS(3025), + [anon_sym_GT_GT] = ACTIONS(3027), + [anon_sym_GT_GT_GT] = ACTIONS(3025), + [anon_sym_AMP_CARET] = ACTIONS(3025), + [anon_sym_AMP_AMP] = ACTIONS(3025), + [anon_sym_PIPE_PIPE] = ACTIONS(3025), + [anon_sym_or] = ACTIONS(3027), + [sym_none] = ACTIONS(3027), + [sym_true] = ACTIONS(3027), + [sym_false] = ACTIONS(3027), + [sym_nil] = ACTIONS(3027), + [anon_sym_QMARK_DOT] = ACTIONS(3025), + [anon_sym_POUND_LBRACK] = ACTIONS(3025), + [anon_sym_if] = ACTIONS(3027), + [anon_sym_DOLLARif] = ACTIONS(3027), + [anon_sym_is] = ACTIONS(3027), + [anon_sym_BANGis] = ACTIONS(3025), + [anon_sym_in] = ACTIONS(3027), + [anon_sym_BANGin] = ACTIONS(3025), + [anon_sym_match] = ACTIONS(3027), + [anon_sym_select] = ACTIONS(3027), + [anon_sym_lock] = ACTIONS(3027), + [anon_sym_rlock] = ACTIONS(3027), + [anon_sym_unsafe] = ACTIONS(3027), + [anon_sym_sql] = ACTIONS(3027), + [sym_int_literal] = ACTIONS(3027), + [sym_float_literal] = ACTIONS(3025), + [sym_rune_literal] = ACTIONS(3025), + [anon_sym_AT] = ACTIONS(3027), + [anon_sym_shared] = ACTIONS(3027), + [anon_sym_map_LBRACK] = ACTIONS(3025), + [anon_sym_chan] = ACTIONS(3027), + [anon_sym_thread] = ACTIONS(3027), + [anon_sym_atomic] = ACTIONS(3027), + [sym___double_quote] = ACTIONS(3025), + [sym___single_quote] = ACTIONS(3025), + [sym___c_double_quote] = ACTIONS(3025), + [sym___c_single_quote] = ACTIONS(3025), + [sym___r_double_quote] = ACTIONS(3025), + [sym___r_single_quote] = ACTIONS(3025), + }, + [1323] = { + [sym_identifier] = ACTIONS(3031), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(3031), + [anon_sym_as] = ACTIONS(3031), + [anon_sym_LBRACE] = ACTIONS(3029), + [anon_sym_COMMA] = ACTIONS(3029), + [anon_sym_LPAREN] = ACTIONS(3029), + [anon_sym_PIPE] = ACTIONS(3031), + [anon_sym_fn] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3029), + [anon_sym_SLASH] = ACTIONS(3031), + [anon_sym_PERCENT] = ACTIONS(3029), + [anon_sym_LT] = ACTIONS(3031), + [anon_sym_GT] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_LT_EQ] = ACTIONS(3029), + [anon_sym_GT_EQ] = ACTIONS(3029), + [anon_sym_LBRACK] = ACTIONS(3029), + [anon_sym_LT2] = ACTIONS(3031), + [anon_sym_RBRACK] = ACTIONS(3029), + [anon_sym_struct] = ACTIONS(3031), + [anon_sym_mut] = ACTIONS(3031), + [anon_sym_PLUS_PLUS] = ACTIONS(3029), + [anon_sym_DASH_DASH] = ACTIONS(3029), + [anon_sym_QMARK] = ACTIONS(3031), + [anon_sym_BANG] = ACTIONS(3031), + [anon_sym_go] = ACTIONS(3031), + [anon_sym_spawn] = ACTIONS(3031), + [anon_sym_json_DOTdecode] = ACTIONS(3029), + [anon_sym_LBRACK2] = ACTIONS(3031), + [anon_sym_TILDE] = ACTIONS(3029), + [anon_sym_CARET] = ACTIONS(3029), + [anon_sym_AMP] = ACTIONS(3031), + [anon_sym_LT_DASH] = ACTIONS(3029), + [anon_sym_LT_LT] = ACTIONS(3029), + [anon_sym_GT_GT] = ACTIONS(3031), + [anon_sym_GT_GT_GT] = ACTIONS(3029), + [anon_sym_AMP_CARET] = ACTIONS(3029), + [anon_sym_AMP_AMP] = ACTIONS(3029), + [anon_sym_PIPE_PIPE] = ACTIONS(3029), + [anon_sym_or] = ACTIONS(3031), + [sym_none] = ACTIONS(3031), + [sym_true] = ACTIONS(3031), + [sym_false] = ACTIONS(3031), + [sym_nil] = ACTIONS(3031), + [anon_sym_QMARK_DOT] = ACTIONS(3029), + [anon_sym_POUND_LBRACK] = ACTIONS(3029), + [anon_sym_if] = ACTIONS(3031), + [anon_sym_DOLLARif] = ACTIONS(3031), + [anon_sym_is] = ACTIONS(3031), + [anon_sym_BANGis] = ACTIONS(3029), + [anon_sym_in] = ACTIONS(3031), + [anon_sym_BANGin] = ACTIONS(3029), + [anon_sym_match] = ACTIONS(3031), + [anon_sym_select] = ACTIONS(3031), + [anon_sym_lock] = ACTIONS(3031), + [anon_sym_rlock] = ACTIONS(3031), + [anon_sym_unsafe] = ACTIONS(3031), + [anon_sym_sql] = ACTIONS(3031), + [sym_int_literal] = ACTIONS(3031), + [sym_float_literal] = ACTIONS(3029), + [sym_rune_literal] = ACTIONS(3029), + [anon_sym_AT] = ACTIONS(3031), + [anon_sym_shared] = ACTIONS(3031), + [anon_sym_map_LBRACK] = ACTIONS(3029), + [anon_sym_chan] = ACTIONS(3031), + [anon_sym_thread] = ACTIONS(3031), + [anon_sym_atomic] = ACTIONS(3031), + [sym___double_quote] = ACTIONS(3029), + [sym___single_quote] = ACTIONS(3029), + [sym___c_double_quote] = ACTIONS(3029), + [sym___c_single_quote] = ACTIONS(3029), + [sym___r_double_quote] = ACTIONS(3029), + [sym___r_single_quote] = ACTIONS(3029), + }, + [1324] = { + [sym_identifier] = ACTIONS(3187), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(3187), + [anon_sym_as] = ACTIONS(3187), + [anon_sym_LBRACE] = ACTIONS(3185), + [anon_sym_COMMA] = ACTIONS(3185), + [anon_sym_LPAREN] = ACTIONS(3185), + [anon_sym_PIPE] = ACTIONS(3187), + [anon_sym_fn] = ACTIONS(3187), + [anon_sym_PLUS] = ACTIONS(3187), + [anon_sym_DASH] = ACTIONS(3187), + [anon_sym_STAR] = ACTIONS(3185), + [anon_sym_SLASH] = ACTIONS(3187), + [anon_sym_PERCENT] = ACTIONS(3185), + [anon_sym_LT] = ACTIONS(3187), + [anon_sym_GT] = ACTIONS(3187), + [anon_sym_EQ_EQ] = ACTIONS(3185), + [anon_sym_BANG_EQ] = ACTIONS(3185), + [anon_sym_LT_EQ] = ACTIONS(3185), + [anon_sym_GT_EQ] = ACTIONS(3185), + [anon_sym_LBRACK] = ACTIONS(3185), + [anon_sym_LT2] = ACTIONS(3187), + [anon_sym_RBRACK] = ACTIONS(3185), + [anon_sym_struct] = ACTIONS(3187), + [anon_sym_mut] = ACTIONS(3187), + [anon_sym_PLUS_PLUS] = ACTIONS(3185), + [anon_sym_DASH_DASH] = ACTIONS(3185), + [anon_sym_QMARK] = ACTIONS(3187), + [anon_sym_BANG] = ACTIONS(3187), + [anon_sym_go] = ACTIONS(3187), + [anon_sym_spawn] = ACTIONS(3187), + [anon_sym_json_DOTdecode] = ACTIONS(3185), + [anon_sym_LBRACK2] = ACTIONS(3187), + [anon_sym_TILDE] = ACTIONS(3185), + [anon_sym_CARET] = ACTIONS(3185), + [anon_sym_AMP] = ACTIONS(3187), + [anon_sym_LT_DASH] = ACTIONS(3185), + [anon_sym_LT_LT] = ACTIONS(3185), + [anon_sym_GT_GT] = ACTIONS(3187), + [anon_sym_GT_GT_GT] = ACTIONS(3185), + [anon_sym_AMP_CARET] = ACTIONS(3185), + [anon_sym_AMP_AMP] = ACTIONS(3185), + [anon_sym_PIPE_PIPE] = ACTIONS(3185), + [anon_sym_or] = ACTIONS(3187), + [sym_none] = ACTIONS(3187), + [sym_true] = ACTIONS(3187), + [sym_false] = ACTIONS(3187), + [sym_nil] = ACTIONS(3187), + [anon_sym_QMARK_DOT] = ACTIONS(3185), + [anon_sym_POUND_LBRACK] = ACTIONS(3185), + [anon_sym_if] = ACTIONS(3187), + [anon_sym_DOLLARif] = ACTIONS(3187), + [anon_sym_is] = ACTIONS(3187), + [anon_sym_BANGis] = ACTIONS(3185), + [anon_sym_in] = ACTIONS(3187), + [anon_sym_BANGin] = ACTIONS(3185), + [anon_sym_match] = ACTIONS(3187), + [anon_sym_select] = ACTIONS(3187), + [anon_sym_lock] = ACTIONS(3187), + [anon_sym_rlock] = ACTIONS(3187), + [anon_sym_unsafe] = ACTIONS(3187), + [anon_sym_sql] = ACTIONS(3187), + [sym_int_literal] = ACTIONS(3187), + [sym_float_literal] = ACTIONS(3185), + [sym_rune_literal] = ACTIONS(3185), + [anon_sym_AT] = ACTIONS(3187), + [anon_sym_shared] = ACTIONS(3187), + [anon_sym_map_LBRACK] = ACTIONS(3185), + [anon_sym_chan] = ACTIONS(3187), + [anon_sym_thread] = ACTIONS(3187), + [anon_sym_atomic] = ACTIONS(3187), + [sym___double_quote] = ACTIONS(3185), + [sym___single_quote] = ACTIONS(3185), + [sym___c_double_quote] = ACTIONS(3185), + [sym___c_single_quote] = ACTIONS(3185), + [sym___r_double_quote] = ACTIONS(3185), + [sym___r_single_quote] = ACTIONS(3185), + }, + [1325] = { + [sym_identifier] = ACTIONS(3155), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(3155), + [anon_sym_as] = ACTIONS(3155), + [anon_sym_LBRACE] = ACTIONS(3153), + [anon_sym_COMMA] = ACTIONS(3153), + [anon_sym_LPAREN] = ACTIONS(3153), + [anon_sym_PIPE] = ACTIONS(3155), + [anon_sym_fn] = ACTIONS(3155), + [anon_sym_PLUS] = ACTIONS(3155), + [anon_sym_DASH] = ACTIONS(3155), + [anon_sym_STAR] = ACTIONS(3153), + [anon_sym_SLASH] = ACTIONS(3155), + [anon_sym_PERCENT] = ACTIONS(3153), + [anon_sym_LT] = ACTIONS(3155), + [anon_sym_GT] = ACTIONS(3155), + [anon_sym_EQ_EQ] = ACTIONS(3153), + [anon_sym_BANG_EQ] = ACTIONS(3153), + [anon_sym_LT_EQ] = ACTIONS(3153), + [anon_sym_GT_EQ] = ACTIONS(3153), + [anon_sym_LBRACK] = ACTIONS(3153), + [anon_sym_LT2] = ACTIONS(3155), + [anon_sym_RBRACK] = ACTIONS(3153), + [anon_sym_struct] = ACTIONS(3155), + [anon_sym_mut] = ACTIONS(3155), + [anon_sym_PLUS_PLUS] = ACTIONS(3153), + [anon_sym_DASH_DASH] = ACTIONS(3153), + [anon_sym_QMARK] = ACTIONS(3155), + [anon_sym_BANG] = ACTIONS(3155), + [anon_sym_go] = ACTIONS(3155), + [anon_sym_spawn] = ACTIONS(3155), + [anon_sym_json_DOTdecode] = ACTIONS(3153), + [anon_sym_LBRACK2] = ACTIONS(3155), + [anon_sym_TILDE] = ACTIONS(3153), + [anon_sym_CARET] = ACTIONS(3153), + [anon_sym_AMP] = ACTIONS(3155), + [anon_sym_LT_DASH] = ACTIONS(3153), + [anon_sym_LT_LT] = ACTIONS(3153), + [anon_sym_GT_GT] = ACTIONS(3155), + [anon_sym_GT_GT_GT] = ACTIONS(3153), + [anon_sym_AMP_CARET] = ACTIONS(3153), + [anon_sym_AMP_AMP] = ACTIONS(3153), + [anon_sym_PIPE_PIPE] = ACTIONS(3153), + [anon_sym_or] = ACTIONS(3155), + [sym_none] = ACTIONS(3155), + [sym_true] = ACTIONS(3155), + [sym_false] = ACTIONS(3155), + [sym_nil] = ACTIONS(3155), + [anon_sym_QMARK_DOT] = ACTIONS(3153), + [anon_sym_POUND_LBRACK] = ACTIONS(3153), + [anon_sym_if] = ACTIONS(3155), + [anon_sym_DOLLARif] = ACTIONS(3155), + [anon_sym_is] = ACTIONS(3155), + [anon_sym_BANGis] = ACTIONS(3153), + [anon_sym_in] = ACTIONS(3155), + [anon_sym_BANGin] = ACTIONS(3153), + [anon_sym_match] = ACTIONS(3155), + [anon_sym_select] = ACTIONS(3155), + [anon_sym_lock] = ACTIONS(3155), + [anon_sym_rlock] = ACTIONS(3155), + [anon_sym_unsafe] = ACTIONS(3155), + [anon_sym_sql] = ACTIONS(3155), + [sym_int_literal] = ACTIONS(3155), + [sym_float_literal] = ACTIONS(3153), + [sym_rune_literal] = ACTIONS(3153), + [anon_sym_AT] = ACTIONS(3155), + [anon_sym_shared] = ACTIONS(3155), + [anon_sym_map_LBRACK] = ACTIONS(3153), + [anon_sym_chan] = ACTIONS(3155), + [anon_sym_thread] = ACTIONS(3155), + [anon_sym_atomic] = ACTIONS(3155), + [sym___double_quote] = ACTIONS(3153), + [sym___single_quote] = ACTIONS(3153), + [sym___c_double_quote] = ACTIONS(3153), + [sym___c_single_quote] = ACTIONS(3153), + [sym___r_double_quote] = ACTIONS(3153), + [sym___r_single_quote] = ACTIONS(3153), + }, + [1326] = { + [sym_identifier] = ACTIONS(2931), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2931), + [anon_sym_as] = ACTIONS(2931), + [anon_sym_LBRACE] = ACTIONS(2929), + [anon_sym_COMMA] = ACTIONS(2929), + [anon_sym_LPAREN] = ACTIONS(2929), + [anon_sym_PIPE] = ACTIONS(2931), + [anon_sym_fn] = ACTIONS(2931), + [anon_sym_PLUS] = ACTIONS(2931), + [anon_sym_DASH] = ACTIONS(2931), + [anon_sym_STAR] = ACTIONS(2929), + [anon_sym_SLASH] = ACTIONS(2931), + [anon_sym_PERCENT] = ACTIONS(2929), + [anon_sym_LT] = ACTIONS(2931), + [anon_sym_GT] = ACTIONS(2931), + [anon_sym_EQ_EQ] = ACTIONS(2929), + [anon_sym_BANG_EQ] = ACTIONS(2929), + [anon_sym_LT_EQ] = ACTIONS(2929), + [anon_sym_GT_EQ] = ACTIONS(2929), + [anon_sym_LBRACK] = ACTIONS(2929), + [anon_sym_LT2] = ACTIONS(2931), + [anon_sym_RBRACK] = ACTIONS(2929), + [anon_sym_struct] = ACTIONS(2931), + [anon_sym_mut] = ACTIONS(2931), + [anon_sym_PLUS_PLUS] = ACTIONS(2929), + [anon_sym_DASH_DASH] = ACTIONS(2929), + [anon_sym_QMARK] = ACTIONS(2931), + [anon_sym_BANG] = ACTIONS(2931), + [anon_sym_go] = ACTIONS(2931), + [anon_sym_spawn] = ACTIONS(2931), + [anon_sym_json_DOTdecode] = ACTIONS(2929), + [anon_sym_LBRACK2] = ACTIONS(2931), + [anon_sym_TILDE] = ACTIONS(2929), + [anon_sym_CARET] = ACTIONS(2929), + [anon_sym_AMP] = ACTIONS(2931), + [anon_sym_LT_DASH] = ACTIONS(2929), + [anon_sym_LT_LT] = ACTIONS(2929), + [anon_sym_GT_GT] = ACTIONS(2931), + [anon_sym_GT_GT_GT] = ACTIONS(2929), + [anon_sym_AMP_CARET] = ACTIONS(2929), + [anon_sym_AMP_AMP] = ACTIONS(2929), + [anon_sym_PIPE_PIPE] = ACTIONS(2929), + [anon_sym_or] = ACTIONS(2931), + [sym_none] = ACTIONS(2931), + [sym_true] = ACTIONS(2931), + [sym_false] = ACTIONS(2931), + [sym_nil] = ACTIONS(2931), + [anon_sym_QMARK_DOT] = ACTIONS(2929), + [anon_sym_POUND_LBRACK] = ACTIONS(2929), + [anon_sym_if] = ACTIONS(2931), + [anon_sym_DOLLARif] = ACTIONS(2931), + [anon_sym_is] = ACTIONS(2931), + [anon_sym_BANGis] = ACTIONS(2929), + [anon_sym_in] = ACTIONS(2931), + [anon_sym_BANGin] = ACTIONS(2929), + [anon_sym_match] = ACTIONS(2931), + [anon_sym_select] = ACTIONS(2931), + [anon_sym_lock] = ACTIONS(2931), + [anon_sym_rlock] = ACTIONS(2931), + [anon_sym_unsafe] = ACTIONS(2931), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2931), + [sym_float_literal] = ACTIONS(2929), + [sym_rune_literal] = ACTIONS(2929), + [anon_sym_AT] = ACTIONS(2931), + [anon_sym_shared] = ACTIONS(2931), + [anon_sym_map_LBRACK] = ACTIONS(2929), + [anon_sym_chan] = ACTIONS(2931), + [anon_sym_thread] = ACTIONS(2931), + [anon_sym_atomic] = ACTIONS(2931), + [sym___double_quote] = ACTIONS(2929), + [sym___single_quote] = ACTIONS(2929), + [sym___c_double_quote] = ACTIONS(2929), + [sym___c_single_quote] = ACTIONS(2929), + [sym___r_double_quote] = ACTIONS(2929), + [sym___r_single_quote] = ACTIONS(2929), + }, + [1327] = { + [sym_identifier] = ACTIONS(3175), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(3175), + [anon_sym_as] = ACTIONS(3175), + [anon_sym_LBRACE] = ACTIONS(3173), + [anon_sym_COMMA] = ACTIONS(3173), + [anon_sym_LPAREN] = ACTIONS(3173), + [anon_sym_PIPE] = ACTIONS(3175), + [anon_sym_fn] = ACTIONS(3175), + [anon_sym_PLUS] = ACTIONS(3175), + [anon_sym_DASH] = ACTIONS(3175), + [anon_sym_STAR] = ACTIONS(3173), + [anon_sym_SLASH] = ACTIONS(3175), + [anon_sym_PERCENT] = ACTIONS(3173), + [anon_sym_LT] = ACTIONS(3175), + [anon_sym_GT] = ACTIONS(3175), + [anon_sym_EQ_EQ] = ACTIONS(3173), + [anon_sym_BANG_EQ] = ACTIONS(3173), + [anon_sym_LT_EQ] = ACTIONS(3173), + [anon_sym_GT_EQ] = ACTIONS(3173), + [anon_sym_LBRACK] = ACTIONS(3173), + [anon_sym_LT2] = ACTIONS(3175), + [anon_sym_RBRACK] = ACTIONS(3173), + [anon_sym_struct] = ACTIONS(3175), + [anon_sym_mut] = ACTIONS(3175), + [anon_sym_PLUS_PLUS] = ACTIONS(3173), + [anon_sym_DASH_DASH] = ACTIONS(3173), + [anon_sym_QMARK] = ACTIONS(3175), + [anon_sym_BANG] = ACTIONS(3175), + [anon_sym_go] = ACTIONS(3175), + [anon_sym_spawn] = ACTIONS(3175), + [anon_sym_json_DOTdecode] = ACTIONS(3173), + [anon_sym_LBRACK2] = ACTIONS(3175), + [anon_sym_TILDE] = ACTIONS(3173), + [anon_sym_CARET] = ACTIONS(3173), + [anon_sym_AMP] = ACTIONS(3175), + [anon_sym_LT_DASH] = ACTIONS(3173), + [anon_sym_LT_LT] = ACTIONS(3173), + [anon_sym_GT_GT] = ACTIONS(3175), + [anon_sym_GT_GT_GT] = ACTIONS(3173), + [anon_sym_AMP_CARET] = ACTIONS(3173), + [anon_sym_AMP_AMP] = ACTIONS(3173), + [anon_sym_PIPE_PIPE] = ACTIONS(3173), + [anon_sym_or] = ACTIONS(3175), + [sym_none] = ACTIONS(3175), + [sym_true] = ACTIONS(3175), + [sym_false] = ACTIONS(3175), + [sym_nil] = ACTIONS(3175), + [anon_sym_QMARK_DOT] = ACTIONS(3173), + [anon_sym_POUND_LBRACK] = ACTIONS(3173), + [anon_sym_if] = ACTIONS(3175), + [anon_sym_DOLLARif] = ACTIONS(3175), + [anon_sym_is] = ACTIONS(3175), + [anon_sym_BANGis] = ACTIONS(3173), + [anon_sym_in] = ACTIONS(3175), + [anon_sym_BANGin] = ACTIONS(3173), + [anon_sym_match] = ACTIONS(3175), + [anon_sym_select] = ACTIONS(3175), + [anon_sym_lock] = ACTIONS(3175), + [anon_sym_rlock] = ACTIONS(3175), + [anon_sym_unsafe] = ACTIONS(3175), + [anon_sym_sql] = ACTIONS(3175), + [sym_int_literal] = ACTIONS(3175), + [sym_float_literal] = ACTIONS(3173), + [sym_rune_literal] = ACTIONS(3173), + [anon_sym_AT] = ACTIONS(3175), + [anon_sym_shared] = ACTIONS(3175), + [anon_sym_map_LBRACK] = ACTIONS(3173), + [anon_sym_chan] = ACTIONS(3175), + [anon_sym_thread] = ACTIONS(3175), + [anon_sym_atomic] = ACTIONS(3175), + [sym___double_quote] = ACTIONS(3173), + [sym___single_quote] = ACTIONS(3173), + [sym___c_double_quote] = ACTIONS(3173), + [sym___c_single_quote] = ACTIONS(3173), + [sym___r_double_quote] = ACTIONS(3173), + [sym___r_single_quote] = ACTIONS(3173), + }, + [1328] = { + [sym_identifier] = ACTIONS(3171), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(3171), + [anon_sym_as] = ACTIONS(3171), + [anon_sym_LBRACE] = ACTIONS(3169), + [anon_sym_COMMA] = ACTIONS(3169), + [anon_sym_LPAREN] = ACTIONS(3169), + [anon_sym_PIPE] = ACTIONS(3171), + [anon_sym_fn] = ACTIONS(3171), + [anon_sym_PLUS] = ACTIONS(3171), + [anon_sym_DASH] = ACTIONS(3171), + [anon_sym_STAR] = ACTIONS(3169), + [anon_sym_SLASH] = ACTIONS(3171), + [anon_sym_PERCENT] = ACTIONS(3169), + [anon_sym_LT] = ACTIONS(3171), + [anon_sym_GT] = ACTIONS(3171), + [anon_sym_EQ_EQ] = ACTIONS(3169), + [anon_sym_BANG_EQ] = ACTIONS(3169), + [anon_sym_LT_EQ] = ACTIONS(3169), + [anon_sym_GT_EQ] = ACTIONS(3169), + [anon_sym_LBRACK] = ACTIONS(3169), + [anon_sym_LT2] = ACTIONS(3171), + [anon_sym_RBRACK] = ACTIONS(3169), + [anon_sym_struct] = ACTIONS(3171), + [anon_sym_mut] = ACTIONS(3171), + [anon_sym_PLUS_PLUS] = ACTIONS(3169), + [anon_sym_DASH_DASH] = ACTIONS(3169), + [anon_sym_QMARK] = ACTIONS(3171), + [anon_sym_BANG] = ACTIONS(3171), + [anon_sym_go] = ACTIONS(3171), + [anon_sym_spawn] = ACTIONS(3171), + [anon_sym_json_DOTdecode] = ACTIONS(3169), + [anon_sym_LBRACK2] = ACTIONS(3171), + [anon_sym_TILDE] = ACTIONS(3169), + [anon_sym_CARET] = ACTIONS(3169), + [anon_sym_AMP] = ACTIONS(3171), + [anon_sym_LT_DASH] = ACTIONS(3169), + [anon_sym_LT_LT] = ACTIONS(3169), + [anon_sym_GT_GT] = ACTIONS(3171), + [anon_sym_GT_GT_GT] = ACTIONS(3169), + [anon_sym_AMP_CARET] = ACTIONS(3169), + [anon_sym_AMP_AMP] = ACTIONS(3169), + [anon_sym_PIPE_PIPE] = ACTIONS(3169), + [anon_sym_or] = ACTIONS(3171), + [sym_none] = ACTIONS(3171), + [sym_true] = ACTIONS(3171), + [sym_false] = ACTIONS(3171), + [sym_nil] = ACTIONS(3171), + [anon_sym_QMARK_DOT] = ACTIONS(3169), + [anon_sym_POUND_LBRACK] = ACTIONS(3169), + [anon_sym_if] = ACTIONS(3171), + [anon_sym_DOLLARif] = ACTIONS(3171), + [anon_sym_is] = ACTIONS(3171), + [anon_sym_BANGis] = ACTIONS(3169), + [anon_sym_in] = ACTIONS(3171), + [anon_sym_BANGin] = ACTIONS(3169), + [anon_sym_match] = ACTIONS(3171), + [anon_sym_select] = ACTIONS(3171), + [anon_sym_lock] = ACTIONS(3171), + [anon_sym_rlock] = ACTIONS(3171), + [anon_sym_unsafe] = ACTIONS(3171), + [anon_sym_sql] = ACTIONS(3171), + [sym_int_literal] = ACTIONS(3171), + [sym_float_literal] = ACTIONS(3169), + [sym_rune_literal] = ACTIONS(3169), + [anon_sym_AT] = ACTIONS(3171), + [anon_sym_shared] = ACTIONS(3171), + [anon_sym_map_LBRACK] = ACTIONS(3169), + [anon_sym_chan] = ACTIONS(3171), + [anon_sym_thread] = ACTIONS(3171), + [anon_sym_atomic] = ACTIONS(3171), + [sym___double_quote] = ACTIONS(3169), + [sym___single_quote] = ACTIONS(3169), + [sym___c_double_quote] = ACTIONS(3169), + [sym___c_single_quote] = ACTIONS(3169), + [sym___r_double_quote] = ACTIONS(3169), + [sym___r_single_quote] = ACTIONS(3169), + }, + [1329] = { + [sym_identifier] = ACTIONS(3167), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(3167), + [anon_sym_as] = ACTIONS(3167), + [anon_sym_LBRACE] = ACTIONS(3165), + [anon_sym_COMMA] = ACTIONS(3165), + [anon_sym_LPAREN] = ACTIONS(3165), + [anon_sym_PIPE] = ACTIONS(3167), + [anon_sym_fn] = ACTIONS(3167), + [anon_sym_PLUS] = ACTIONS(3167), + [anon_sym_DASH] = ACTIONS(3167), + [anon_sym_STAR] = ACTIONS(3165), + [anon_sym_SLASH] = ACTIONS(3167), + [anon_sym_PERCENT] = ACTIONS(3165), + [anon_sym_LT] = ACTIONS(3167), + [anon_sym_GT] = ACTIONS(3167), + [anon_sym_EQ_EQ] = ACTIONS(3165), + [anon_sym_BANG_EQ] = ACTIONS(3165), + [anon_sym_LT_EQ] = ACTIONS(3165), + [anon_sym_GT_EQ] = ACTIONS(3165), + [anon_sym_LBRACK] = ACTIONS(3165), + [anon_sym_LT2] = ACTIONS(3167), + [anon_sym_RBRACK] = ACTIONS(3165), + [anon_sym_struct] = ACTIONS(3167), + [anon_sym_mut] = ACTIONS(3167), + [anon_sym_PLUS_PLUS] = ACTIONS(3165), + [anon_sym_DASH_DASH] = ACTIONS(3165), + [anon_sym_QMARK] = ACTIONS(3167), + [anon_sym_BANG] = ACTIONS(3167), + [anon_sym_go] = ACTIONS(3167), + [anon_sym_spawn] = ACTIONS(3167), + [anon_sym_json_DOTdecode] = ACTIONS(3165), + [anon_sym_LBRACK2] = ACTIONS(3167), + [anon_sym_TILDE] = ACTIONS(3165), + [anon_sym_CARET] = ACTIONS(3165), + [anon_sym_AMP] = ACTIONS(3167), + [anon_sym_LT_DASH] = ACTIONS(3165), + [anon_sym_LT_LT] = ACTIONS(3165), + [anon_sym_GT_GT] = ACTIONS(3167), + [anon_sym_GT_GT_GT] = ACTIONS(3165), + [anon_sym_AMP_CARET] = ACTIONS(3165), + [anon_sym_AMP_AMP] = ACTIONS(3165), + [anon_sym_PIPE_PIPE] = ACTIONS(3165), + [anon_sym_or] = ACTIONS(3167), + [sym_none] = ACTIONS(3167), + [sym_true] = ACTIONS(3167), + [sym_false] = ACTIONS(3167), + [sym_nil] = ACTIONS(3167), + [anon_sym_QMARK_DOT] = ACTIONS(3165), + [anon_sym_POUND_LBRACK] = ACTIONS(3165), + [anon_sym_if] = ACTIONS(3167), + [anon_sym_DOLLARif] = ACTIONS(3167), + [anon_sym_is] = ACTIONS(3167), + [anon_sym_BANGis] = ACTIONS(3165), + [anon_sym_in] = ACTIONS(3167), + [anon_sym_BANGin] = ACTIONS(3165), + [anon_sym_match] = ACTIONS(3167), + [anon_sym_select] = ACTIONS(3167), + [anon_sym_lock] = ACTIONS(3167), + [anon_sym_rlock] = ACTIONS(3167), + [anon_sym_unsafe] = ACTIONS(3167), + [anon_sym_sql] = ACTIONS(3167), + [sym_int_literal] = ACTIONS(3167), + [sym_float_literal] = ACTIONS(3165), + [sym_rune_literal] = ACTIONS(3165), + [anon_sym_AT] = ACTIONS(3167), + [anon_sym_shared] = ACTIONS(3167), + [anon_sym_map_LBRACK] = ACTIONS(3165), + [anon_sym_chan] = ACTIONS(3167), + [anon_sym_thread] = ACTIONS(3167), + [anon_sym_atomic] = ACTIONS(3167), + [sym___double_quote] = ACTIONS(3165), + [sym___single_quote] = ACTIONS(3165), + [sym___c_double_quote] = ACTIONS(3165), + [sym___c_single_quote] = ACTIONS(3165), + [sym___r_double_quote] = ACTIONS(3165), + [sym___r_single_quote] = ACTIONS(3165), + }, + [1330] = { + [sym_identifier] = ACTIONS(3095), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(3095), + [anon_sym_as] = ACTIONS(3095), + [anon_sym_LBRACE] = ACTIONS(3093), + [anon_sym_COMMA] = ACTIONS(3093), + [anon_sym_LPAREN] = ACTIONS(3093), + [anon_sym_PIPE] = ACTIONS(3095), + [anon_sym_fn] = ACTIONS(3095), + [anon_sym_PLUS] = ACTIONS(3095), + [anon_sym_DASH] = ACTIONS(3095), + [anon_sym_STAR] = ACTIONS(3093), + [anon_sym_SLASH] = ACTIONS(3095), + [anon_sym_PERCENT] = ACTIONS(3093), + [anon_sym_LT] = ACTIONS(3095), + [anon_sym_GT] = ACTIONS(3095), + [anon_sym_EQ_EQ] = ACTIONS(3093), + [anon_sym_BANG_EQ] = ACTIONS(3093), + [anon_sym_LT_EQ] = ACTIONS(3093), + [anon_sym_GT_EQ] = ACTIONS(3093), + [anon_sym_LBRACK] = ACTIONS(3093), + [anon_sym_LT2] = ACTIONS(3095), + [anon_sym_RBRACK] = ACTIONS(3093), + [anon_sym_struct] = ACTIONS(3095), + [anon_sym_mut] = ACTIONS(3095), + [anon_sym_PLUS_PLUS] = ACTIONS(3093), + [anon_sym_DASH_DASH] = ACTIONS(3093), + [anon_sym_QMARK] = ACTIONS(3095), + [anon_sym_BANG] = ACTIONS(3095), + [anon_sym_go] = ACTIONS(3095), + [anon_sym_spawn] = ACTIONS(3095), + [anon_sym_json_DOTdecode] = ACTIONS(3093), + [anon_sym_LBRACK2] = ACTIONS(3095), + [anon_sym_TILDE] = ACTIONS(3093), + [anon_sym_CARET] = ACTIONS(3093), + [anon_sym_AMP] = ACTIONS(3095), + [anon_sym_LT_DASH] = ACTIONS(3093), + [anon_sym_LT_LT] = ACTIONS(3093), + [anon_sym_GT_GT] = ACTIONS(3095), + [anon_sym_GT_GT_GT] = ACTIONS(3093), + [anon_sym_AMP_CARET] = ACTIONS(3093), + [anon_sym_AMP_AMP] = ACTIONS(3093), + [anon_sym_PIPE_PIPE] = ACTIONS(3093), + [anon_sym_or] = ACTIONS(3095), + [sym_none] = ACTIONS(3095), + [sym_true] = ACTIONS(3095), + [sym_false] = ACTIONS(3095), + [sym_nil] = ACTIONS(3095), + [anon_sym_QMARK_DOT] = ACTIONS(3093), + [anon_sym_POUND_LBRACK] = ACTIONS(3093), + [anon_sym_if] = ACTIONS(3095), + [anon_sym_DOLLARif] = ACTIONS(3095), + [anon_sym_is] = ACTIONS(3095), + [anon_sym_BANGis] = ACTIONS(3093), + [anon_sym_in] = ACTIONS(3095), + [anon_sym_BANGin] = ACTIONS(3093), + [anon_sym_match] = ACTIONS(3095), + [anon_sym_select] = ACTIONS(3095), + [anon_sym_lock] = ACTIONS(3095), + [anon_sym_rlock] = ACTIONS(3095), + [anon_sym_unsafe] = ACTIONS(3095), + [anon_sym_sql] = ACTIONS(3095), + [sym_int_literal] = ACTIONS(3095), + [sym_float_literal] = ACTIONS(3093), + [sym_rune_literal] = ACTIONS(3093), + [anon_sym_AT] = ACTIONS(3095), + [anon_sym_shared] = ACTIONS(3095), + [anon_sym_map_LBRACK] = ACTIONS(3093), + [anon_sym_chan] = ACTIONS(3095), + [anon_sym_thread] = ACTIONS(3095), + [anon_sym_atomic] = ACTIONS(3095), + [sym___double_quote] = ACTIONS(3093), + [sym___single_quote] = ACTIONS(3093), + [sym___c_double_quote] = ACTIONS(3093), + [sym___c_single_quote] = ACTIONS(3093), + [sym___r_double_quote] = ACTIONS(3093), + [sym___r_single_quote] = ACTIONS(3093), + }, + [1331] = { + [sym_identifier] = ACTIONS(3035), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(3035), + [anon_sym_as] = ACTIONS(3035), + [anon_sym_LBRACE] = ACTIONS(3033), + [anon_sym_COMMA] = ACTIONS(3033), + [anon_sym_LPAREN] = ACTIONS(3033), + [anon_sym_PIPE] = ACTIONS(3035), + [anon_sym_fn] = ACTIONS(3035), + [anon_sym_PLUS] = ACTIONS(3035), + [anon_sym_DASH] = ACTIONS(3035), + [anon_sym_STAR] = ACTIONS(3033), + [anon_sym_SLASH] = ACTIONS(3035), + [anon_sym_PERCENT] = ACTIONS(3033), + [anon_sym_LT] = ACTIONS(3035), + [anon_sym_GT] = ACTIONS(3035), + [anon_sym_EQ_EQ] = ACTIONS(3033), + [anon_sym_BANG_EQ] = ACTIONS(3033), + [anon_sym_LT_EQ] = ACTIONS(3033), + [anon_sym_GT_EQ] = ACTIONS(3033), + [anon_sym_LBRACK] = ACTIONS(3033), + [anon_sym_LT2] = ACTIONS(3035), + [anon_sym_RBRACK] = ACTIONS(3033), + [anon_sym_struct] = ACTIONS(3035), + [anon_sym_mut] = ACTIONS(3035), + [anon_sym_PLUS_PLUS] = ACTIONS(3033), + [anon_sym_DASH_DASH] = ACTIONS(3033), + [anon_sym_QMARK] = ACTIONS(3035), + [anon_sym_BANG] = ACTIONS(3035), + [anon_sym_go] = ACTIONS(3035), + [anon_sym_spawn] = ACTIONS(3035), + [anon_sym_json_DOTdecode] = ACTIONS(3033), + [anon_sym_LBRACK2] = ACTIONS(3035), + [anon_sym_TILDE] = ACTIONS(3033), + [anon_sym_CARET] = ACTIONS(3033), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_LT_DASH] = ACTIONS(3033), + [anon_sym_LT_LT] = ACTIONS(3033), + [anon_sym_GT_GT] = ACTIONS(3035), + [anon_sym_GT_GT_GT] = ACTIONS(3033), + [anon_sym_AMP_CARET] = ACTIONS(3033), + [anon_sym_AMP_AMP] = ACTIONS(3033), + [anon_sym_PIPE_PIPE] = ACTIONS(3033), + [anon_sym_or] = ACTIONS(3035), + [sym_none] = ACTIONS(3035), + [sym_true] = ACTIONS(3035), + [sym_false] = ACTIONS(3035), + [sym_nil] = ACTIONS(3035), + [anon_sym_QMARK_DOT] = ACTIONS(3033), + [anon_sym_POUND_LBRACK] = ACTIONS(3033), + [anon_sym_if] = ACTIONS(3035), + [anon_sym_DOLLARif] = ACTIONS(3035), + [anon_sym_is] = ACTIONS(3035), + [anon_sym_BANGis] = ACTIONS(3033), + [anon_sym_in] = ACTIONS(3035), + [anon_sym_BANGin] = ACTIONS(3033), + [anon_sym_match] = ACTIONS(3035), + [anon_sym_select] = ACTIONS(3035), + [anon_sym_lock] = ACTIONS(3035), + [anon_sym_rlock] = ACTIONS(3035), + [anon_sym_unsafe] = ACTIONS(3035), + [anon_sym_sql] = ACTIONS(3035), + [sym_int_literal] = ACTIONS(3035), + [sym_float_literal] = ACTIONS(3033), + [sym_rune_literal] = ACTIONS(3033), + [anon_sym_AT] = ACTIONS(3035), + [anon_sym_shared] = ACTIONS(3035), + [anon_sym_map_LBRACK] = ACTIONS(3033), + [anon_sym_chan] = ACTIONS(3035), + [anon_sym_thread] = ACTIONS(3035), + [anon_sym_atomic] = ACTIONS(3035), + [sym___double_quote] = ACTIONS(3033), + [sym___single_quote] = ACTIONS(3033), + [sym___c_double_quote] = ACTIONS(3033), + [sym___c_single_quote] = ACTIONS(3033), + [sym___r_double_quote] = ACTIONS(3033), + [sym___r_single_quote] = ACTIONS(3033), }, - [1319] = { - [sym_identifier] = ACTIONS(3121), + [1332] = { + [sym_identifier] = ACTIONS(3179), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3121), - [anon_sym_as] = ACTIONS(3121), - [anon_sym_LBRACE] = ACTIONS(3119), - [anon_sym_COMMA] = ACTIONS(3119), - [anon_sym_LPAREN] = ACTIONS(3119), - [anon_sym_PIPE] = ACTIONS(3121), - [anon_sym_fn] = ACTIONS(3121), - [anon_sym_PLUS] = ACTIONS(3121), - [anon_sym_DASH] = ACTIONS(3121), - [anon_sym_STAR] = ACTIONS(3119), - [anon_sym_SLASH] = ACTIONS(3121), - [anon_sym_PERCENT] = ACTIONS(3119), - [anon_sym_LT] = ACTIONS(3121), - [anon_sym_GT] = ACTIONS(3121), - [anon_sym_EQ_EQ] = ACTIONS(3119), - [anon_sym_BANG_EQ] = ACTIONS(3119), - [anon_sym_LT_EQ] = ACTIONS(3119), - [anon_sym_GT_EQ] = ACTIONS(3119), - [anon_sym_LBRACK] = ACTIONS(3119), - [anon_sym_RBRACK] = ACTIONS(3119), - [anon_sym_struct] = ACTIONS(3121), - [anon_sym_mut] = ACTIONS(3121), - [anon_sym_PLUS_PLUS] = ACTIONS(3119), - [anon_sym_DASH_DASH] = ACTIONS(3119), - [anon_sym_QMARK] = ACTIONS(3121), - [anon_sym_BANG] = ACTIONS(3121), - [anon_sym_go] = ACTIONS(3121), - [anon_sym_spawn] = ACTIONS(3121), - [anon_sym_json_DOTdecode] = ACTIONS(3119), - [anon_sym_LBRACK2] = ACTIONS(3121), - [anon_sym_TILDE] = ACTIONS(3119), - [anon_sym_CARET] = ACTIONS(3119), - [anon_sym_AMP] = ACTIONS(3121), - [anon_sym_LT_DASH] = ACTIONS(3119), - [anon_sym_LT_LT] = ACTIONS(3119), - [anon_sym_GT_GT] = ACTIONS(3121), - [anon_sym_GT_GT_GT] = ACTIONS(3119), - [anon_sym_AMP_CARET] = ACTIONS(3119), - [anon_sym_AMP_AMP] = ACTIONS(3119), - [anon_sym_PIPE_PIPE] = ACTIONS(3119), - [anon_sym_or] = ACTIONS(3121), - [sym_none] = ACTIONS(3121), - [sym_true] = ACTIONS(3121), - [sym_false] = ACTIONS(3121), - [sym_nil] = ACTIONS(3121), - [anon_sym_QMARK_DOT] = ACTIONS(3119), - [anon_sym_POUND_LBRACK] = ACTIONS(3119), - [anon_sym_if] = ACTIONS(3121), - [anon_sym_DOLLARif] = ACTIONS(3121), - [anon_sym_is] = ACTIONS(3121), - [anon_sym_BANGis] = ACTIONS(3119), - [anon_sym_in] = ACTIONS(3121), - [anon_sym_BANGin] = ACTIONS(3119), - [anon_sym_match] = ACTIONS(3121), - [anon_sym_select] = ACTIONS(3121), - [anon_sym_lock] = ACTIONS(3121), - [anon_sym_rlock] = ACTIONS(3121), - [anon_sym_unsafe] = ACTIONS(3121), - [anon_sym_sql] = ACTIONS(3121), - [sym_int_literal] = ACTIONS(3121), - [sym_float_literal] = ACTIONS(3119), - [sym_rune_literal] = ACTIONS(3119), - [anon_sym_AT] = ACTIONS(3121), - [anon_sym_shared] = ACTIONS(3121), - [anon_sym_map_LBRACK] = ACTIONS(3119), - [anon_sym_chan] = ACTIONS(3121), - [anon_sym_thread] = ACTIONS(3121), - [anon_sym_atomic] = ACTIONS(3121), - [sym___double_quote] = ACTIONS(3119), - [sym___single_quote] = ACTIONS(3119), - [sym___c_double_quote] = ACTIONS(3119), - [sym___c_single_quote] = ACTIONS(3119), - [sym___r_double_quote] = ACTIONS(3119), - [sym___r_single_quote] = ACTIONS(3119), + [anon_sym_DOT] = ACTIONS(2472), + [anon_sym_as] = ACTIONS(3179), + [anon_sym_LBRACE] = ACTIONS(3177), + [anon_sym_COMMA] = ACTIONS(3177), + [anon_sym_LPAREN] = ACTIONS(3177), + [anon_sym_PIPE] = ACTIONS(3179), + [anon_sym_fn] = ACTIONS(3179), + [anon_sym_PLUS] = ACTIONS(3179), + [anon_sym_DASH] = ACTIONS(3179), + [anon_sym_STAR] = ACTIONS(3177), + [anon_sym_SLASH] = ACTIONS(3179), + [anon_sym_PERCENT] = ACTIONS(3177), + [anon_sym_LT] = ACTIONS(3179), + [anon_sym_GT] = ACTIONS(3179), + [anon_sym_EQ_EQ] = ACTIONS(3177), + [anon_sym_BANG_EQ] = ACTIONS(3177), + [anon_sym_LT_EQ] = ACTIONS(3177), + [anon_sym_GT_EQ] = ACTIONS(3177), + [anon_sym_LBRACK] = ACTIONS(3177), + [anon_sym_LT2] = ACTIONS(3179), + [anon_sym_RBRACK] = ACTIONS(3177), + [anon_sym_struct] = ACTIONS(3179), + [anon_sym_mut] = ACTIONS(3179), + [anon_sym_PLUS_PLUS] = ACTIONS(3177), + [anon_sym_DASH_DASH] = ACTIONS(3177), + [anon_sym_QMARK] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3179), + [anon_sym_go] = ACTIONS(3179), + [anon_sym_spawn] = ACTIONS(3179), + [anon_sym_json_DOTdecode] = ACTIONS(3177), + [anon_sym_LBRACK2] = ACTIONS(3179), + [anon_sym_TILDE] = ACTIONS(3177), + [anon_sym_CARET] = ACTIONS(3177), + [anon_sym_AMP] = ACTIONS(3179), + [anon_sym_LT_DASH] = ACTIONS(3177), + [anon_sym_LT_LT] = ACTIONS(3177), + [anon_sym_GT_GT] = ACTIONS(3179), + [anon_sym_GT_GT_GT] = ACTIONS(3177), + [anon_sym_AMP_CARET] = ACTIONS(3177), + [anon_sym_AMP_AMP] = ACTIONS(3177), + [anon_sym_PIPE_PIPE] = ACTIONS(3177), + [anon_sym_or] = ACTIONS(3179), + [sym_none] = ACTIONS(3179), + [sym_true] = ACTIONS(3179), + [sym_false] = ACTIONS(3179), + [sym_nil] = ACTIONS(3179), + [anon_sym_QMARK_DOT] = ACTIONS(3177), + [anon_sym_POUND_LBRACK] = ACTIONS(3177), + [anon_sym_if] = ACTIONS(3179), + [anon_sym_DOLLARif] = ACTIONS(3179), + [anon_sym_is] = ACTIONS(3179), + [anon_sym_BANGis] = ACTIONS(3177), + [anon_sym_in] = ACTIONS(3179), + [anon_sym_BANGin] = ACTIONS(3177), + [anon_sym_match] = ACTIONS(3179), + [anon_sym_select] = ACTIONS(3179), + [anon_sym_lock] = ACTIONS(3179), + [anon_sym_rlock] = ACTIONS(3179), + [anon_sym_unsafe] = ACTIONS(3179), + [anon_sym_sql] = ACTIONS(3179), + [sym_int_literal] = ACTIONS(3179), + [sym_float_literal] = ACTIONS(3177), + [sym_rune_literal] = ACTIONS(3177), + [anon_sym_AT] = ACTIONS(3179), + [anon_sym_shared] = ACTIONS(3179), + [anon_sym_map_LBRACK] = ACTIONS(3177), + [anon_sym_chan] = ACTIONS(3179), + [anon_sym_thread] = ACTIONS(3179), + [anon_sym_atomic] = ACTIONS(3179), + [sym___double_quote] = ACTIONS(3177), + [sym___single_quote] = ACTIONS(3177), + [sym___c_double_quote] = ACTIONS(3177), + [sym___c_single_quote] = ACTIONS(3177), + [sym___r_double_quote] = ACTIONS(3177), + [sym___r_single_quote] = ACTIONS(3177), }, - [1320] = { - [sym_identifier] = ACTIONS(3081), + [1333] = { + [sym_identifier] = ACTIONS(3123), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3081), - [anon_sym_as] = ACTIONS(3081), - [anon_sym_LBRACE] = ACTIONS(3079), - [anon_sym_COMMA] = ACTIONS(3079), - [anon_sym_LPAREN] = ACTIONS(3079), - [anon_sym_PIPE] = ACTIONS(3081), - [anon_sym_fn] = ACTIONS(3081), - [anon_sym_PLUS] = ACTIONS(3081), - [anon_sym_DASH] = ACTIONS(3081), - [anon_sym_STAR] = ACTIONS(3079), - [anon_sym_SLASH] = ACTIONS(3081), - [anon_sym_PERCENT] = ACTIONS(3079), - [anon_sym_LT] = ACTIONS(3081), - [anon_sym_GT] = ACTIONS(3081), - [anon_sym_EQ_EQ] = ACTIONS(3079), - [anon_sym_BANG_EQ] = ACTIONS(3079), - [anon_sym_LT_EQ] = ACTIONS(3079), - [anon_sym_GT_EQ] = ACTIONS(3079), - [anon_sym_LBRACK] = ACTIONS(3079), - [anon_sym_RBRACK] = ACTIONS(3079), - [anon_sym_struct] = ACTIONS(3081), - [anon_sym_mut] = ACTIONS(3081), - [anon_sym_PLUS_PLUS] = ACTIONS(3079), - [anon_sym_DASH_DASH] = ACTIONS(3079), - [anon_sym_QMARK] = ACTIONS(3081), - [anon_sym_BANG] = ACTIONS(3081), - [anon_sym_go] = ACTIONS(3081), - [anon_sym_spawn] = ACTIONS(3081), - [anon_sym_json_DOTdecode] = ACTIONS(3079), - [anon_sym_LBRACK2] = ACTIONS(3081), - [anon_sym_TILDE] = ACTIONS(3079), - [anon_sym_CARET] = ACTIONS(3079), - [anon_sym_AMP] = ACTIONS(3081), - [anon_sym_LT_DASH] = ACTIONS(3079), - [anon_sym_LT_LT] = ACTIONS(3079), - [anon_sym_GT_GT] = ACTIONS(3081), - [anon_sym_GT_GT_GT] = ACTIONS(3079), - [anon_sym_AMP_CARET] = ACTIONS(3079), - [anon_sym_AMP_AMP] = ACTIONS(3079), - [anon_sym_PIPE_PIPE] = ACTIONS(3079), - [anon_sym_or] = ACTIONS(3081), - [sym_none] = ACTIONS(3081), - [sym_true] = ACTIONS(3081), - [sym_false] = ACTIONS(3081), - [sym_nil] = ACTIONS(3081), - [anon_sym_QMARK_DOT] = ACTIONS(3079), - [anon_sym_POUND_LBRACK] = ACTIONS(3079), - [anon_sym_if] = ACTIONS(3081), - [anon_sym_DOLLARif] = ACTIONS(3081), - [anon_sym_is] = ACTIONS(3081), - [anon_sym_BANGis] = ACTIONS(3079), - [anon_sym_in] = ACTIONS(3081), - [anon_sym_BANGin] = ACTIONS(3079), - [anon_sym_match] = ACTIONS(3081), - [anon_sym_select] = ACTIONS(3081), - [anon_sym_lock] = ACTIONS(3081), - [anon_sym_rlock] = ACTIONS(3081), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3081), - [sym_int_literal] = ACTIONS(3081), - [sym_float_literal] = ACTIONS(3079), - [sym_rune_literal] = ACTIONS(3079), - [anon_sym_AT] = ACTIONS(3081), - [anon_sym_shared] = ACTIONS(3081), - [anon_sym_map_LBRACK] = ACTIONS(3079), - [anon_sym_chan] = ACTIONS(3081), - [anon_sym_thread] = ACTIONS(3081), - [anon_sym_atomic] = ACTIONS(3081), - [sym___double_quote] = ACTIONS(3079), - [sym___single_quote] = ACTIONS(3079), - [sym___c_double_quote] = ACTIONS(3079), - [sym___c_single_quote] = ACTIONS(3079), - [sym___r_double_quote] = ACTIONS(3079), - [sym___r_single_quote] = ACTIONS(3079), + [anon_sym_DOT] = ACTIONS(3123), + [anon_sym_as] = ACTIONS(3123), + [anon_sym_LBRACE] = ACTIONS(3121), + [anon_sym_COMMA] = ACTIONS(3121), + [anon_sym_LPAREN] = ACTIONS(3121), + [anon_sym_PIPE] = ACTIONS(3123), + [anon_sym_fn] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(3123), + [anon_sym_DASH] = ACTIONS(3123), + [anon_sym_STAR] = ACTIONS(3121), + [anon_sym_SLASH] = ACTIONS(3123), + [anon_sym_PERCENT] = ACTIONS(3121), + [anon_sym_LT] = ACTIONS(3123), + [anon_sym_GT] = ACTIONS(3123), + [anon_sym_EQ_EQ] = ACTIONS(3121), + [anon_sym_BANG_EQ] = ACTIONS(3121), + [anon_sym_LT_EQ] = ACTIONS(3121), + [anon_sym_GT_EQ] = ACTIONS(3121), + [anon_sym_LBRACK] = ACTIONS(3121), + [anon_sym_LT2] = ACTIONS(3123), + [anon_sym_RBRACK] = ACTIONS(3121), + [anon_sym_struct] = ACTIONS(3123), + [anon_sym_mut] = ACTIONS(3123), + [anon_sym_PLUS_PLUS] = ACTIONS(3121), + [anon_sym_DASH_DASH] = ACTIONS(3121), + [anon_sym_QMARK] = ACTIONS(3123), + [anon_sym_BANG] = ACTIONS(3123), + [anon_sym_go] = ACTIONS(3123), + [anon_sym_spawn] = ACTIONS(3123), + [anon_sym_json_DOTdecode] = ACTIONS(3121), + [anon_sym_LBRACK2] = ACTIONS(3123), + [anon_sym_TILDE] = ACTIONS(3121), + [anon_sym_CARET] = ACTIONS(3121), + [anon_sym_AMP] = ACTIONS(3123), + [anon_sym_LT_DASH] = ACTIONS(3121), + [anon_sym_LT_LT] = ACTIONS(3121), + [anon_sym_GT_GT] = ACTIONS(3123), + [anon_sym_GT_GT_GT] = ACTIONS(3121), + [anon_sym_AMP_CARET] = ACTIONS(3121), + [anon_sym_AMP_AMP] = ACTIONS(3121), + [anon_sym_PIPE_PIPE] = ACTIONS(3121), + [anon_sym_or] = ACTIONS(3123), + [sym_none] = ACTIONS(3123), + [sym_true] = ACTIONS(3123), + [sym_false] = ACTIONS(3123), + [sym_nil] = ACTIONS(3123), + [anon_sym_QMARK_DOT] = ACTIONS(3121), + [anon_sym_POUND_LBRACK] = ACTIONS(3121), + [anon_sym_if] = ACTIONS(3123), + [anon_sym_DOLLARif] = ACTIONS(3123), + [anon_sym_is] = ACTIONS(3123), + [anon_sym_BANGis] = ACTIONS(3121), + [anon_sym_in] = ACTIONS(3123), + [anon_sym_BANGin] = ACTIONS(3121), + [anon_sym_match] = ACTIONS(3123), + [anon_sym_select] = ACTIONS(3123), + [anon_sym_lock] = ACTIONS(3123), + [anon_sym_rlock] = ACTIONS(3123), + [anon_sym_unsafe] = ACTIONS(3123), + [anon_sym_sql] = ACTIONS(3123), + [sym_int_literal] = ACTIONS(3123), + [sym_float_literal] = ACTIONS(3121), + [sym_rune_literal] = ACTIONS(3121), + [anon_sym_AT] = ACTIONS(3123), + [anon_sym_shared] = ACTIONS(3123), + [anon_sym_map_LBRACK] = ACTIONS(3121), + [anon_sym_chan] = ACTIONS(3123), + [anon_sym_thread] = ACTIONS(3123), + [anon_sym_atomic] = ACTIONS(3123), + [sym___double_quote] = ACTIONS(3121), + [sym___single_quote] = ACTIONS(3121), + [sym___c_double_quote] = ACTIONS(3121), + [sym___c_single_quote] = ACTIONS(3121), + [sym___r_double_quote] = ACTIONS(3121), + [sym___r_single_quote] = ACTIONS(3121), }, - [1321] = { - [sym_identifier] = ACTIONS(3113), + [1334] = { + [sym_identifier] = ACTIONS(2951), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3113), - [anon_sym_as] = ACTIONS(3113), - [anon_sym_LBRACE] = ACTIONS(3111), - [anon_sym_COMMA] = ACTIONS(3111), - [anon_sym_LPAREN] = ACTIONS(3111), - [anon_sym_PIPE] = ACTIONS(3113), - [anon_sym_fn] = ACTIONS(3113), - [anon_sym_PLUS] = ACTIONS(3113), - [anon_sym_DASH] = ACTIONS(3113), - [anon_sym_STAR] = ACTIONS(3111), - [anon_sym_SLASH] = ACTIONS(3113), - [anon_sym_PERCENT] = ACTIONS(3111), - [anon_sym_LT] = ACTIONS(3113), - [anon_sym_GT] = ACTIONS(3113), - [anon_sym_EQ_EQ] = ACTIONS(3111), - [anon_sym_BANG_EQ] = ACTIONS(3111), - [anon_sym_LT_EQ] = ACTIONS(3111), - [anon_sym_GT_EQ] = ACTIONS(3111), - [anon_sym_LBRACK] = ACTIONS(3111), - [anon_sym_RBRACK] = ACTIONS(3111), - [anon_sym_struct] = ACTIONS(3113), - [anon_sym_mut] = ACTIONS(3113), - [anon_sym_PLUS_PLUS] = ACTIONS(3111), - [anon_sym_DASH_DASH] = ACTIONS(3111), - [anon_sym_QMARK] = ACTIONS(3113), - [anon_sym_BANG] = ACTIONS(3113), - [anon_sym_go] = ACTIONS(3113), - [anon_sym_spawn] = ACTIONS(3113), - [anon_sym_json_DOTdecode] = ACTIONS(3111), - [anon_sym_LBRACK2] = ACTIONS(3113), - [anon_sym_TILDE] = ACTIONS(3111), - [anon_sym_CARET] = ACTIONS(3111), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_LT_DASH] = ACTIONS(3111), - [anon_sym_LT_LT] = ACTIONS(3111), - [anon_sym_GT_GT] = ACTIONS(3113), - [anon_sym_GT_GT_GT] = ACTIONS(3111), - [anon_sym_AMP_CARET] = ACTIONS(3111), - [anon_sym_AMP_AMP] = ACTIONS(3111), - [anon_sym_PIPE_PIPE] = ACTIONS(3111), - [anon_sym_or] = ACTIONS(3113), - [sym_none] = ACTIONS(3113), - [sym_true] = ACTIONS(3113), - [sym_false] = ACTIONS(3113), - [sym_nil] = ACTIONS(3113), - [anon_sym_QMARK_DOT] = ACTIONS(3111), - [anon_sym_POUND_LBRACK] = ACTIONS(3111), - [anon_sym_if] = ACTIONS(3113), - [anon_sym_DOLLARif] = ACTIONS(3113), - [anon_sym_is] = ACTIONS(3113), - [anon_sym_BANGis] = ACTIONS(3111), - [anon_sym_in] = ACTIONS(3113), - [anon_sym_BANGin] = ACTIONS(3111), - [anon_sym_match] = ACTIONS(3113), - [anon_sym_select] = ACTIONS(3113), - [anon_sym_lock] = ACTIONS(3113), - [anon_sym_rlock] = ACTIONS(3113), - [anon_sym_unsafe] = ACTIONS(3113), - [anon_sym_sql] = ACTIONS(3113), - [sym_int_literal] = ACTIONS(3113), - [sym_float_literal] = ACTIONS(3111), - [sym_rune_literal] = ACTIONS(3111), - [anon_sym_AT] = ACTIONS(3113), - [anon_sym_shared] = ACTIONS(3113), - [anon_sym_map_LBRACK] = ACTIONS(3111), - [anon_sym_chan] = ACTIONS(3113), - [anon_sym_thread] = ACTIONS(3113), - [anon_sym_atomic] = ACTIONS(3113), - [sym___double_quote] = ACTIONS(3111), - [sym___single_quote] = ACTIONS(3111), - [sym___c_double_quote] = ACTIONS(3111), - [sym___c_single_quote] = ACTIONS(3111), - [sym___r_double_quote] = ACTIONS(3111), - [sym___r_single_quote] = ACTIONS(3111), + [anon_sym_DOT] = ACTIONS(2951), + [anon_sym_as] = ACTIONS(2951), + [anon_sym_LBRACE] = ACTIONS(2949), + [anon_sym_COMMA] = ACTIONS(2949), + [anon_sym_LPAREN] = ACTIONS(2949), + [anon_sym_PIPE] = ACTIONS(2951), + [anon_sym_fn] = ACTIONS(2951), + [anon_sym_PLUS] = ACTIONS(2951), + [anon_sym_DASH] = ACTIONS(2951), + [anon_sym_STAR] = ACTIONS(2949), + [anon_sym_SLASH] = ACTIONS(2951), + [anon_sym_PERCENT] = ACTIONS(2949), + [anon_sym_LT] = ACTIONS(2951), + [anon_sym_GT] = ACTIONS(2951), + [anon_sym_EQ_EQ] = ACTIONS(2949), + [anon_sym_BANG_EQ] = ACTIONS(2949), + [anon_sym_LT_EQ] = ACTIONS(2949), + [anon_sym_GT_EQ] = ACTIONS(2949), + [anon_sym_LBRACK] = ACTIONS(2949), + [anon_sym_LT2] = ACTIONS(2951), + [anon_sym_RBRACK] = ACTIONS(2949), + [anon_sym_struct] = ACTIONS(2951), + [anon_sym_mut] = ACTIONS(2951), + [anon_sym_PLUS_PLUS] = ACTIONS(2949), + [anon_sym_DASH_DASH] = ACTIONS(2949), + [anon_sym_QMARK] = ACTIONS(2951), + [anon_sym_BANG] = ACTIONS(2951), + [anon_sym_go] = ACTIONS(2951), + [anon_sym_spawn] = ACTIONS(2951), + [anon_sym_json_DOTdecode] = ACTIONS(2949), + [anon_sym_LBRACK2] = ACTIONS(2951), + [anon_sym_TILDE] = ACTIONS(2949), + [anon_sym_CARET] = ACTIONS(2949), + [anon_sym_AMP] = ACTIONS(2951), + [anon_sym_LT_DASH] = ACTIONS(2949), + [anon_sym_LT_LT] = ACTIONS(2949), + [anon_sym_GT_GT] = ACTIONS(2951), + [anon_sym_GT_GT_GT] = ACTIONS(2949), + [anon_sym_AMP_CARET] = ACTIONS(2949), + [anon_sym_AMP_AMP] = ACTIONS(2949), + [anon_sym_PIPE_PIPE] = ACTIONS(2949), + [anon_sym_or] = ACTIONS(2951), + [sym_none] = ACTIONS(2951), + [sym_true] = ACTIONS(2951), + [sym_false] = ACTIONS(2951), + [sym_nil] = ACTIONS(2951), + [anon_sym_QMARK_DOT] = ACTIONS(2949), + [anon_sym_POUND_LBRACK] = ACTIONS(2949), + [anon_sym_if] = ACTIONS(2951), + [anon_sym_DOLLARif] = ACTIONS(2951), + [anon_sym_is] = ACTIONS(2951), + [anon_sym_BANGis] = ACTIONS(2949), + [anon_sym_in] = ACTIONS(2951), + [anon_sym_BANGin] = ACTIONS(2949), + [anon_sym_match] = ACTIONS(2951), + [anon_sym_select] = ACTIONS(2951), + [anon_sym_lock] = ACTIONS(2951), + [anon_sym_rlock] = ACTIONS(2951), + [anon_sym_unsafe] = ACTIONS(2951), + [anon_sym_sql] = ACTIONS(2951), + [sym_int_literal] = ACTIONS(2951), + [sym_float_literal] = ACTIONS(2949), + [sym_rune_literal] = ACTIONS(2949), + [anon_sym_AT] = ACTIONS(2951), + [anon_sym_shared] = ACTIONS(2951), + [anon_sym_map_LBRACK] = ACTIONS(2949), + [anon_sym_chan] = ACTIONS(2951), + [anon_sym_thread] = ACTIONS(2951), + [anon_sym_atomic] = ACTIONS(2951), + [sym___double_quote] = ACTIONS(2949), + [sym___single_quote] = ACTIONS(2949), + [sym___c_double_quote] = ACTIONS(2949), + [sym___c_single_quote] = ACTIONS(2949), + [sym___r_double_quote] = ACTIONS(2949), + [sym___r_single_quote] = ACTIONS(2949), }, - [1322] = { - [sym_identifier] = ACTIONS(3109), + [1335] = { + [sym_identifier] = ACTIONS(3183), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3109), - [anon_sym_as] = ACTIONS(3109), - [anon_sym_LBRACE] = ACTIONS(3107), - [anon_sym_COMMA] = ACTIONS(3107), - [anon_sym_LPAREN] = ACTIONS(3107), - [anon_sym_PIPE] = ACTIONS(3109), - [anon_sym_fn] = ACTIONS(3109), - [anon_sym_PLUS] = ACTIONS(3109), - [anon_sym_DASH] = ACTIONS(3109), - [anon_sym_STAR] = ACTIONS(3107), - [anon_sym_SLASH] = ACTIONS(3109), - [anon_sym_PERCENT] = ACTIONS(3107), - [anon_sym_LT] = ACTIONS(3109), - [anon_sym_GT] = ACTIONS(3109), - [anon_sym_EQ_EQ] = ACTIONS(3107), - [anon_sym_BANG_EQ] = ACTIONS(3107), - [anon_sym_LT_EQ] = ACTIONS(3107), - [anon_sym_GT_EQ] = ACTIONS(3107), - [anon_sym_LBRACK] = ACTIONS(3107), - [anon_sym_RBRACK] = ACTIONS(3107), - [anon_sym_struct] = ACTIONS(3109), - [anon_sym_mut] = ACTIONS(3109), - [anon_sym_PLUS_PLUS] = ACTIONS(3107), - [anon_sym_DASH_DASH] = ACTIONS(3107), - [anon_sym_QMARK] = ACTIONS(3109), - [anon_sym_BANG] = ACTIONS(3109), - [anon_sym_go] = ACTIONS(3109), - [anon_sym_spawn] = ACTIONS(3109), - [anon_sym_json_DOTdecode] = ACTIONS(3107), - [anon_sym_LBRACK2] = ACTIONS(3109), - [anon_sym_TILDE] = ACTIONS(3107), - [anon_sym_CARET] = ACTIONS(3107), - [anon_sym_AMP] = ACTIONS(3109), - [anon_sym_LT_DASH] = ACTIONS(3107), - [anon_sym_LT_LT] = ACTIONS(3107), - [anon_sym_GT_GT] = ACTIONS(3109), - [anon_sym_GT_GT_GT] = ACTIONS(3107), - [anon_sym_AMP_CARET] = ACTIONS(3107), - [anon_sym_AMP_AMP] = ACTIONS(3107), - [anon_sym_PIPE_PIPE] = ACTIONS(3107), - [anon_sym_or] = ACTIONS(3109), - [sym_none] = ACTIONS(3109), - [sym_true] = ACTIONS(3109), - [sym_false] = ACTIONS(3109), - [sym_nil] = ACTIONS(3109), - [anon_sym_QMARK_DOT] = ACTIONS(3107), - [anon_sym_POUND_LBRACK] = ACTIONS(3107), - [anon_sym_if] = ACTIONS(3109), - [anon_sym_DOLLARif] = ACTIONS(3109), - [anon_sym_is] = ACTIONS(3109), - [anon_sym_BANGis] = ACTIONS(3107), - [anon_sym_in] = ACTIONS(3109), - [anon_sym_BANGin] = ACTIONS(3107), - [anon_sym_match] = ACTIONS(3109), - [anon_sym_select] = ACTIONS(3109), - [anon_sym_lock] = ACTIONS(3109), - [anon_sym_rlock] = ACTIONS(3109), - [anon_sym_unsafe] = ACTIONS(3109), - [anon_sym_sql] = ACTIONS(3109), - [sym_int_literal] = ACTIONS(3109), - [sym_float_literal] = ACTIONS(3107), - [sym_rune_literal] = ACTIONS(3107), - [anon_sym_AT] = ACTIONS(3109), - [anon_sym_shared] = ACTIONS(3109), - [anon_sym_map_LBRACK] = ACTIONS(3107), - [anon_sym_chan] = ACTIONS(3109), - [anon_sym_thread] = ACTIONS(3109), - [anon_sym_atomic] = ACTIONS(3109), - [sym___double_quote] = ACTIONS(3107), - [sym___single_quote] = ACTIONS(3107), - [sym___c_double_quote] = ACTIONS(3107), - [sym___c_single_quote] = ACTIONS(3107), - [sym___r_double_quote] = ACTIONS(3107), - [sym___r_single_quote] = ACTIONS(3107), + [anon_sym_DOT] = ACTIONS(3183), + [anon_sym_as] = ACTIONS(3183), + [anon_sym_LBRACE] = ACTIONS(3181), + [anon_sym_COMMA] = ACTIONS(3181), + [anon_sym_LPAREN] = ACTIONS(3181), + [anon_sym_PIPE] = ACTIONS(3183), + [anon_sym_fn] = ACTIONS(3183), + [anon_sym_PLUS] = ACTIONS(3183), + [anon_sym_DASH] = ACTIONS(3183), + [anon_sym_STAR] = ACTIONS(3181), + [anon_sym_SLASH] = ACTIONS(3183), + [anon_sym_PERCENT] = ACTIONS(3181), + [anon_sym_LT] = ACTIONS(3183), + [anon_sym_GT] = ACTIONS(3183), + [anon_sym_EQ_EQ] = ACTIONS(3181), + [anon_sym_BANG_EQ] = ACTIONS(3181), + [anon_sym_LT_EQ] = ACTIONS(3181), + [anon_sym_GT_EQ] = ACTIONS(3181), + [anon_sym_LBRACK] = ACTIONS(3181), + [anon_sym_LT2] = ACTIONS(3183), + [anon_sym_RBRACK] = ACTIONS(3181), + [anon_sym_struct] = ACTIONS(3183), + [anon_sym_mut] = ACTIONS(3183), + [anon_sym_PLUS_PLUS] = ACTIONS(3181), + [anon_sym_DASH_DASH] = ACTIONS(3181), + [anon_sym_QMARK] = ACTIONS(3183), + [anon_sym_BANG] = ACTIONS(3183), + [anon_sym_go] = ACTIONS(3183), + [anon_sym_spawn] = ACTIONS(3183), + [anon_sym_json_DOTdecode] = ACTIONS(3181), + [anon_sym_LBRACK2] = ACTIONS(3183), + [anon_sym_TILDE] = ACTIONS(3181), + [anon_sym_CARET] = ACTIONS(3181), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_LT_DASH] = ACTIONS(3181), + [anon_sym_LT_LT] = ACTIONS(3181), + [anon_sym_GT_GT] = ACTIONS(3183), + [anon_sym_GT_GT_GT] = ACTIONS(3181), + [anon_sym_AMP_CARET] = ACTIONS(3181), + [anon_sym_AMP_AMP] = ACTIONS(3181), + [anon_sym_PIPE_PIPE] = ACTIONS(3181), + [anon_sym_or] = ACTIONS(3183), + [sym_none] = ACTIONS(3183), + [sym_true] = ACTIONS(3183), + [sym_false] = ACTIONS(3183), + [sym_nil] = ACTIONS(3183), + [anon_sym_QMARK_DOT] = ACTIONS(3181), + [anon_sym_POUND_LBRACK] = ACTIONS(3181), + [anon_sym_if] = ACTIONS(3183), + [anon_sym_DOLLARif] = ACTIONS(3183), + [anon_sym_is] = ACTIONS(3183), + [anon_sym_BANGis] = ACTIONS(3181), + [anon_sym_in] = ACTIONS(3183), + [anon_sym_BANGin] = ACTIONS(3181), + [anon_sym_match] = ACTIONS(3183), + [anon_sym_select] = ACTIONS(3183), + [anon_sym_lock] = ACTIONS(3183), + [anon_sym_rlock] = ACTIONS(3183), + [anon_sym_unsafe] = ACTIONS(3183), + [anon_sym_sql] = ACTIONS(3183), + [sym_int_literal] = ACTIONS(3183), + [sym_float_literal] = ACTIONS(3181), + [sym_rune_literal] = ACTIONS(3181), + [anon_sym_AT] = ACTIONS(3183), + [anon_sym_shared] = ACTIONS(3183), + [anon_sym_map_LBRACK] = ACTIONS(3181), + [anon_sym_chan] = ACTIONS(3183), + [anon_sym_thread] = ACTIONS(3183), + [anon_sym_atomic] = ACTIONS(3183), + [sym___double_quote] = ACTIONS(3181), + [sym___single_quote] = ACTIONS(3181), + [sym___c_double_quote] = ACTIONS(3181), + [sym___c_single_quote] = ACTIONS(3181), + [sym___r_double_quote] = ACTIONS(3181), + [sym___r_single_quote] = ACTIONS(3181), }, - [1323] = { - [sym_identifier] = ACTIONS(3057), + [1336] = { + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3701), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(585), + [anon_sym_LF] = ACTIONS(587), + [anon_sym_CR] = ACTIONS(587), + [anon_sym_CR_LF] = ACTIONS(587), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(587), + [anon_sym_DOT] = ACTIONS(587), + [anon_sym_as] = ACTIONS(587), + [anon_sym_COMMA] = ACTIONS(587), + [anon_sym_RBRACE] = ACTIONS(587), + [anon_sym_LPAREN] = ACTIONS(589), + [anon_sym___global] = ACTIONS(587), + [anon_sym_PIPE] = ACTIONS(587), + [anon_sym_fn] = ACTIONS(591), + [anon_sym_PLUS] = ACTIONS(587), + [anon_sym_DASH] = ACTIONS(587), + [anon_sym_STAR] = ACTIONS(593), + [anon_sym_SLASH] = ACTIONS(587), + [anon_sym_PERCENT] = ACTIONS(587), + [anon_sym_LT] = ACTIONS(587), + [anon_sym_GT] = ACTIONS(587), + [anon_sym_EQ_EQ] = ACTIONS(587), + [anon_sym_BANG_EQ] = ACTIONS(587), + [anon_sym_LT_EQ] = ACTIONS(587), + [anon_sym_GT_EQ] = ACTIONS(587), + [anon_sym_DOT_DOT_DOT] = ACTIONS(587), + [anon_sym_LBRACK] = ACTIONS(583), + [anon_sym_LT2] = ACTIONS(587), + [anon_sym_struct] = ACTIONS(595), + [anon_sym_pub] = ACTIONS(587), + [anon_sym_mut] = ACTIONS(587), + [anon_sym_PLUS_PLUS] = ACTIONS(587), + [anon_sym_DASH_DASH] = ACTIONS(587), + [anon_sym_QMARK] = ACTIONS(503), + [anon_sym_BANG] = ACTIONS(3672), + [anon_sym_LBRACK2] = ACTIONS(599), + [anon_sym_CARET] = ACTIONS(587), + [anon_sym_AMP] = ACTIONS(601), + [anon_sym_LT_LT] = ACTIONS(587), + [anon_sym_GT_GT] = ACTIONS(587), + [anon_sym_GT_GT_GT] = ACTIONS(587), + [anon_sym_AMP_CARET] = ACTIONS(587), + [anon_sym_AMP_AMP] = ACTIONS(587), + [anon_sym_PIPE_PIPE] = ACTIONS(587), + [anon_sym_or] = ACTIONS(587), + [anon_sym_QMARK_DOT] = ACTIONS(587), + [anon_sym_POUND_LBRACK] = ACTIONS(587), + [anon_sym_is] = ACTIONS(587), + [anon_sym_BANGis] = ACTIONS(587), + [anon_sym_in] = ACTIONS(587), + [anon_sym_BANGin] = ACTIONS(587), + [anon_sym_shared] = ACTIONS(603), + [anon_sym_map_LBRACK] = ACTIONS(537), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [anon_sym_AT_LBRACK] = ACTIONS(587), + }, + [1337] = { + [sym_identifier] = ACTIONS(3091), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3057), - [anon_sym_as] = ACTIONS(3057), - [anon_sym_LBRACE] = ACTIONS(3055), - [anon_sym_COMMA] = ACTIONS(3055), - [anon_sym_LPAREN] = ACTIONS(3055), - [anon_sym_PIPE] = ACTIONS(3057), - [anon_sym_fn] = ACTIONS(3057), - [anon_sym_PLUS] = ACTIONS(3057), - [anon_sym_DASH] = ACTIONS(3057), - [anon_sym_STAR] = ACTIONS(3055), - [anon_sym_SLASH] = ACTIONS(3057), - [anon_sym_PERCENT] = ACTIONS(3055), - [anon_sym_LT] = ACTIONS(3057), - [anon_sym_GT] = ACTIONS(3057), - [anon_sym_EQ_EQ] = ACTIONS(3055), - [anon_sym_BANG_EQ] = ACTIONS(3055), - [anon_sym_LT_EQ] = ACTIONS(3055), - [anon_sym_GT_EQ] = ACTIONS(3055), - [anon_sym_LBRACK] = ACTIONS(3055), - [anon_sym_RBRACK] = ACTIONS(3055), - [anon_sym_struct] = ACTIONS(3057), - [anon_sym_mut] = ACTIONS(3057), - [anon_sym_PLUS_PLUS] = ACTIONS(3055), - [anon_sym_DASH_DASH] = ACTIONS(3055), - [anon_sym_QMARK] = ACTIONS(3057), - [anon_sym_BANG] = ACTIONS(3057), - [anon_sym_go] = ACTIONS(3057), - [anon_sym_spawn] = ACTIONS(3057), - [anon_sym_json_DOTdecode] = ACTIONS(3055), - [anon_sym_LBRACK2] = ACTIONS(3057), - [anon_sym_TILDE] = ACTIONS(3055), - [anon_sym_CARET] = ACTIONS(3055), - [anon_sym_AMP] = ACTIONS(3057), - [anon_sym_LT_DASH] = ACTIONS(3055), - [anon_sym_LT_LT] = ACTIONS(3055), - [anon_sym_GT_GT] = ACTIONS(3057), - [anon_sym_GT_GT_GT] = ACTIONS(3055), - [anon_sym_AMP_CARET] = ACTIONS(3055), - [anon_sym_AMP_AMP] = ACTIONS(3055), - [anon_sym_PIPE_PIPE] = ACTIONS(3055), - [anon_sym_or] = ACTIONS(3057), - [sym_none] = ACTIONS(3057), - [sym_true] = ACTIONS(3057), - [sym_false] = ACTIONS(3057), - [sym_nil] = ACTIONS(3057), - [anon_sym_QMARK_DOT] = ACTIONS(3055), - [anon_sym_POUND_LBRACK] = ACTIONS(3055), - [anon_sym_if] = ACTIONS(3057), - [anon_sym_DOLLARif] = ACTIONS(3057), - [anon_sym_is] = ACTIONS(3057), - [anon_sym_BANGis] = ACTIONS(3055), - [anon_sym_in] = ACTIONS(3057), - [anon_sym_BANGin] = ACTIONS(3055), - [anon_sym_match] = ACTIONS(3057), - [anon_sym_select] = ACTIONS(3057), - [anon_sym_lock] = ACTIONS(3057), - [anon_sym_rlock] = ACTIONS(3057), - [anon_sym_unsafe] = ACTIONS(3057), - [anon_sym_sql] = ACTIONS(3057), - [sym_int_literal] = ACTIONS(3057), - [sym_float_literal] = ACTIONS(3055), - [sym_rune_literal] = ACTIONS(3055), - [anon_sym_AT] = ACTIONS(3057), - [anon_sym_shared] = ACTIONS(3057), - [anon_sym_map_LBRACK] = ACTIONS(3055), - [anon_sym_chan] = ACTIONS(3057), - [anon_sym_thread] = ACTIONS(3057), - [anon_sym_atomic] = ACTIONS(3057), - [sym___double_quote] = ACTIONS(3055), - [sym___single_quote] = ACTIONS(3055), - [sym___c_double_quote] = ACTIONS(3055), - [sym___c_single_quote] = ACTIONS(3055), - [sym___r_double_quote] = ACTIONS(3055), - [sym___r_single_quote] = ACTIONS(3055), + [anon_sym_DOT] = ACTIONS(3091), + [anon_sym_as] = ACTIONS(3091), + [anon_sym_LBRACE] = ACTIONS(3089), + [anon_sym_COMMA] = ACTIONS(3089), + [anon_sym_LPAREN] = ACTIONS(3089), + [anon_sym_PIPE] = ACTIONS(3091), + [anon_sym_fn] = ACTIONS(3091), + [anon_sym_PLUS] = ACTIONS(3091), + [anon_sym_DASH] = ACTIONS(3091), + [anon_sym_STAR] = ACTIONS(3089), + [anon_sym_SLASH] = ACTIONS(3091), + [anon_sym_PERCENT] = ACTIONS(3089), + [anon_sym_LT] = ACTIONS(3091), + [anon_sym_GT] = ACTIONS(3091), + [anon_sym_EQ_EQ] = ACTIONS(3089), + [anon_sym_BANG_EQ] = ACTIONS(3089), + [anon_sym_LT_EQ] = ACTIONS(3089), + [anon_sym_GT_EQ] = ACTIONS(3089), + [anon_sym_LBRACK] = ACTIONS(3089), + [anon_sym_LT2] = ACTIONS(3091), + [anon_sym_RBRACK] = ACTIONS(3089), + [anon_sym_struct] = ACTIONS(3091), + [anon_sym_mut] = ACTIONS(3091), + [anon_sym_PLUS_PLUS] = ACTIONS(3089), + [anon_sym_DASH_DASH] = ACTIONS(3089), + [anon_sym_QMARK] = ACTIONS(3091), + [anon_sym_BANG] = ACTIONS(3091), + [anon_sym_go] = ACTIONS(3091), + [anon_sym_spawn] = ACTIONS(3091), + [anon_sym_json_DOTdecode] = ACTIONS(3089), + [anon_sym_LBRACK2] = ACTIONS(3091), + [anon_sym_TILDE] = ACTIONS(3089), + [anon_sym_CARET] = ACTIONS(3089), + [anon_sym_AMP] = ACTIONS(3091), + [anon_sym_LT_DASH] = ACTIONS(3089), + [anon_sym_LT_LT] = ACTIONS(3089), + [anon_sym_GT_GT] = ACTIONS(3091), + [anon_sym_GT_GT_GT] = ACTIONS(3089), + [anon_sym_AMP_CARET] = ACTIONS(3089), + [anon_sym_AMP_AMP] = ACTIONS(3089), + [anon_sym_PIPE_PIPE] = ACTIONS(3089), + [anon_sym_or] = ACTIONS(3091), + [sym_none] = ACTIONS(3091), + [sym_true] = ACTIONS(3091), + [sym_false] = ACTIONS(3091), + [sym_nil] = ACTIONS(3091), + [anon_sym_QMARK_DOT] = ACTIONS(3089), + [anon_sym_POUND_LBRACK] = ACTIONS(3089), + [anon_sym_if] = ACTIONS(3091), + [anon_sym_DOLLARif] = ACTIONS(3091), + [anon_sym_is] = ACTIONS(3091), + [anon_sym_BANGis] = ACTIONS(3089), + [anon_sym_in] = ACTIONS(3091), + [anon_sym_BANGin] = ACTIONS(3089), + [anon_sym_match] = ACTIONS(3091), + [anon_sym_select] = ACTIONS(3091), + [anon_sym_lock] = ACTIONS(3091), + [anon_sym_rlock] = ACTIONS(3091), + [anon_sym_unsafe] = ACTIONS(3091), + [anon_sym_sql] = ACTIONS(3091), + [sym_int_literal] = ACTIONS(3091), + [sym_float_literal] = ACTIONS(3089), + [sym_rune_literal] = ACTIONS(3089), + [anon_sym_AT] = ACTIONS(3091), + [anon_sym_shared] = ACTIONS(3091), + [anon_sym_map_LBRACK] = ACTIONS(3089), + [anon_sym_chan] = ACTIONS(3091), + [anon_sym_thread] = ACTIONS(3091), + [anon_sym_atomic] = ACTIONS(3091), + [sym___double_quote] = ACTIONS(3089), + [sym___single_quote] = ACTIONS(3089), + [sym___c_double_quote] = ACTIONS(3089), + [sym___c_single_quote] = ACTIONS(3089), + [sym___r_double_quote] = ACTIONS(3089), + [sym___r_single_quote] = ACTIONS(3089), }, - [1324] = { - [sym_identifier] = ACTIONS(3061), + [1338] = { + [sym_identifier] = ACTIONS(3087), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3061), - [anon_sym_as] = ACTIONS(3061), - [anon_sym_LBRACE] = ACTIONS(3059), - [anon_sym_COMMA] = ACTIONS(3059), - [anon_sym_LPAREN] = ACTIONS(3059), - [anon_sym_PIPE] = ACTIONS(3061), - [anon_sym_fn] = ACTIONS(3061), - [anon_sym_PLUS] = ACTIONS(3061), - [anon_sym_DASH] = ACTIONS(3061), - [anon_sym_STAR] = ACTIONS(3059), - [anon_sym_SLASH] = ACTIONS(3061), - [anon_sym_PERCENT] = ACTIONS(3059), - [anon_sym_LT] = ACTIONS(3061), - [anon_sym_GT] = ACTIONS(3061), - [anon_sym_EQ_EQ] = ACTIONS(3059), - [anon_sym_BANG_EQ] = ACTIONS(3059), - [anon_sym_LT_EQ] = ACTIONS(3059), - [anon_sym_GT_EQ] = ACTIONS(3059), - [anon_sym_LBRACK] = ACTIONS(3059), - [anon_sym_RBRACK] = ACTIONS(3059), - [anon_sym_struct] = ACTIONS(3061), - [anon_sym_mut] = ACTIONS(3061), - [anon_sym_PLUS_PLUS] = ACTIONS(3059), - [anon_sym_DASH_DASH] = ACTIONS(3059), - [anon_sym_QMARK] = ACTIONS(3061), - [anon_sym_BANG] = ACTIONS(3061), - [anon_sym_go] = ACTIONS(3061), - [anon_sym_spawn] = ACTIONS(3061), - [anon_sym_json_DOTdecode] = ACTIONS(3059), - [anon_sym_LBRACK2] = ACTIONS(3061), - [anon_sym_TILDE] = ACTIONS(3059), - [anon_sym_CARET] = ACTIONS(3059), - [anon_sym_AMP] = ACTIONS(3061), - [anon_sym_LT_DASH] = ACTIONS(3059), - [anon_sym_LT_LT] = ACTIONS(3059), - [anon_sym_GT_GT] = ACTIONS(3061), - [anon_sym_GT_GT_GT] = ACTIONS(3059), - [anon_sym_AMP_CARET] = ACTIONS(3059), - [anon_sym_AMP_AMP] = ACTIONS(3059), - [anon_sym_PIPE_PIPE] = ACTIONS(3059), - [anon_sym_or] = ACTIONS(3061), - [sym_none] = ACTIONS(3061), - [sym_true] = ACTIONS(3061), - [sym_false] = ACTIONS(3061), - [sym_nil] = ACTIONS(3061), - [anon_sym_QMARK_DOT] = ACTIONS(3059), - [anon_sym_POUND_LBRACK] = ACTIONS(3059), - [anon_sym_if] = ACTIONS(3061), - [anon_sym_DOLLARif] = ACTIONS(3061), - [anon_sym_is] = ACTIONS(3061), - [anon_sym_BANGis] = ACTIONS(3059), - [anon_sym_in] = ACTIONS(3061), - [anon_sym_BANGin] = ACTIONS(3059), - [anon_sym_match] = ACTIONS(3061), - [anon_sym_select] = ACTIONS(3061), - [anon_sym_lock] = ACTIONS(3061), - [anon_sym_rlock] = ACTIONS(3061), - [anon_sym_unsafe] = ACTIONS(3061), - [anon_sym_sql] = ACTIONS(3061), - [sym_int_literal] = ACTIONS(3061), - [sym_float_literal] = ACTIONS(3059), - [sym_rune_literal] = ACTIONS(3059), - [anon_sym_AT] = ACTIONS(3061), - [anon_sym_shared] = ACTIONS(3061), - [anon_sym_map_LBRACK] = ACTIONS(3059), - [anon_sym_chan] = ACTIONS(3061), - [anon_sym_thread] = ACTIONS(3061), - [anon_sym_atomic] = ACTIONS(3061), - [sym___double_quote] = ACTIONS(3059), - [sym___single_quote] = ACTIONS(3059), - [sym___c_double_quote] = ACTIONS(3059), - [sym___c_single_quote] = ACTIONS(3059), - [sym___r_double_quote] = ACTIONS(3059), - [sym___r_single_quote] = ACTIONS(3059), + [anon_sym_DOT] = ACTIONS(3087), + [anon_sym_as] = ACTIONS(3087), + [anon_sym_LBRACE] = ACTIONS(3085), + [anon_sym_COMMA] = ACTIONS(3085), + [anon_sym_LPAREN] = ACTIONS(3085), + [anon_sym_PIPE] = ACTIONS(3087), + [anon_sym_fn] = ACTIONS(3087), + [anon_sym_PLUS] = ACTIONS(3087), + [anon_sym_DASH] = ACTIONS(3087), + [anon_sym_STAR] = ACTIONS(3085), + [anon_sym_SLASH] = ACTIONS(3087), + [anon_sym_PERCENT] = ACTIONS(3085), + [anon_sym_LT] = ACTIONS(3087), + [anon_sym_GT] = ACTIONS(3087), + [anon_sym_EQ_EQ] = ACTIONS(3085), + [anon_sym_BANG_EQ] = ACTIONS(3085), + [anon_sym_LT_EQ] = ACTIONS(3085), + [anon_sym_GT_EQ] = ACTIONS(3085), + [anon_sym_LBRACK] = ACTIONS(3085), + [anon_sym_LT2] = ACTIONS(3087), + [anon_sym_RBRACK] = ACTIONS(3085), + [anon_sym_struct] = ACTIONS(3087), + [anon_sym_mut] = ACTIONS(3087), + [anon_sym_PLUS_PLUS] = ACTIONS(3085), + [anon_sym_DASH_DASH] = ACTIONS(3085), + [anon_sym_QMARK] = ACTIONS(3087), + [anon_sym_BANG] = ACTIONS(3087), + [anon_sym_go] = ACTIONS(3087), + [anon_sym_spawn] = ACTIONS(3087), + [anon_sym_json_DOTdecode] = ACTIONS(3085), + [anon_sym_LBRACK2] = ACTIONS(3087), + [anon_sym_TILDE] = ACTIONS(3085), + [anon_sym_CARET] = ACTIONS(3085), + [anon_sym_AMP] = ACTIONS(3087), + [anon_sym_LT_DASH] = ACTIONS(3085), + [anon_sym_LT_LT] = ACTIONS(3085), + [anon_sym_GT_GT] = ACTIONS(3087), + [anon_sym_GT_GT_GT] = ACTIONS(3085), + [anon_sym_AMP_CARET] = ACTIONS(3085), + [anon_sym_AMP_AMP] = ACTIONS(3085), + [anon_sym_PIPE_PIPE] = ACTIONS(3085), + [anon_sym_or] = ACTIONS(3087), + [sym_none] = ACTIONS(3087), + [sym_true] = ACTIONS(3087), + [sym_false] = ACTIONS(3087), + [sym_nil] = ACTIONS(3087), + [anon_sym_QMARK_DOT] = ACTIONS(3085), + [anon_sym_POUND_LBRACK] = ACTIONS(3085), + [anon_sym_if] = ACTIONS(3087), + [anon_sym_DOLLARif] = ACTIONS(3087), + [anon_sym_is] = ACTIONS(3087), + [anon_sym_BANGis] = ACTIONS(3085), + [anon_sym_in] = ACTIONS(3087), + [anon_sym_BANGin] = ACTIONS(3085), + [anon_sym_match] = ACTIONS(3087), + [anon_sym_select] = ACTIONS(3087), + [anon_sym_lock] = ACTIONS(3087), + [anon_sym_rlock] = ACTIONS(3087), + [anon_sym_unsafe] = ACTIONS(3087), + [anon_sym_sql] = ACTIONS(3087), + [sym_int_literal] = ACTIONS(3087), + [sym_float_literal] = ACTIONS(3085), + [sym_rune_literal] = ACTIONS(3085), + [anon_sym_AT] = ACTIONS(3087), + [anon_sym_shared] = ACTIONS(3087), + [anon_sym_map_LBRACK] = ACTIONS(3085), + [anon_sym_chan] = ACTIONS(3087), + [anon_sym_thread] = ACTIONS(3087), + [anon_sym_atomic] = ACTIONS(3087), + [sym___double_quote] = ACTIONS(3085), + [sym___single_quote] = ACTIONS(3085), + [sym___c_double_quote] = ACTIONS(3085), + [sym___c_single_quote] = ACTIONS(3085), + [sym___r_double_quote] = ACTIONS(3085), + [sym___r_single_quote] = ACTIONS(3085), }, - [1325] = { - [sym_identifier] = ACTIONS(3197), + [1339] = { + [sym_identifier] = ACTIONS(3083), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3197), - [anon_sym_as] = ACTIONS(3197), - [anon_sym_LBRACE] = ACTIONS(3195), - [anon_sym_COMMA] = ACTIONS(3195), - [anon_sym_LPAREN] = ACTIONS(3195), - [anon_sym_PIPE] = ACTIONS(3197), - [anon_sym_fn] = ACTIONS(3197), - [anon_sym_PLUS] = ACTIONS(3197), - [anon_sym_DASH] = ACTIONS(3197), - [anon_sym_STAR] = ACTIONS(3195), - [anon_sym_SLASH] = ACTIONS(3197), - [anon_sym_PERCENT] = ACTIONS(3195), - [anon_sym_LT] = ACTIONS(3197), - [anon_sym_GT] = ACTIONS(3197), - [anon_sym_EQ_EQ] = ACTIONS(3195), - [anon_sym_BANG_EQ] = ACTIONS(3195), - [anon_sym_LT_EQ] = ACTIONS(3195), - [anon_sym_GT_EQ] = ACTIONS(3195), - [anon_sym_LBRACK] = ACTIONS(3195), - [anon_sym_RBRACK] = ACTIONS(3195), - [anon_sym_struct] = ACTIONS(3197), - [anon_sym_mut] = ACTIONS(3197), - [anon_sym_PLUS_PLUS] = ACTIONS(3195), - [anon_sym_DASH_DASH] = ACTIONS(3195), - [anon_sym_QMARK] = ACTIONS(3197), - [anon_sym_BANG] = ACTIONS(3197), - [anon_sym_go] = ACTIONS(3197), - [anon_sym_spawn] = ACTIONS(3197), - [anon_sym_json_DOTdecode] = ACTIONS(3195), - [anon_sym_LBRACK2] = ACTIONS(3197), - [anon_sym_TILDE] = ACTIONS(3195), - [anon_sym_CARET] = ACTIONS(3195), - [anon_sym_AMP] = ACTIONS(3197), - [anon_sym_LT_DASH] = ACTIONS(3195), - [anon_sym_LT_LT] = ACTIONS(3195), - [anon_sym_GT_GT] = ACTIONS(3197), - [anon_sym_GT_GT_GT] = ACTIONS(3195), - [anon_sym_AMP_CARET] = ACTIONS(3195), - [anon_sym_AMP_AMP] = ACTIONS(3195), - [anon_sym_PIPE_PIPE] = ACTIONS(3195), - [anon_sym_or] = ACTIONS(3197), - [sym_none] = ACTIONS(3197), - [sym_true] = ACTIONS(3197), - [sym_false] = ACTIONS(3197), - [sym_nil] = ACTIONS(3197), - [anon_sym_QMARK_DOT] = ACTIONS(3195), - [anon_sym_POUND_LBRACK] = ACTIONS(3195), - [anon_sym_if] = ACTIONS(3197), - [anon_sym_DOLLARif] = ACTIONS(3197), - [anon_sym_is] = ACTIONS(3197), - [anon_sym_BANGis] = ACTIONS(3195), - [anon_sym_in] = ACTIONS(3197), - [anon_sym_BANGin] = ACTIONS(3195), - [anon_sym_match] = ACTIONS(3197), - [anon_sym_select] = ACTIONS(3197), - [anon_sym_lock] = ACTIONS(3197), - [anon_sym_rlock] = ACTIONS(3197), - [anon_sym_unsafe] = ACTIONS(3197), - [anon_sym_sql] = ACTIONS(3197), - [sym_int_literal] = ACTIONS(3197), - [sym_float_literal] = ACTIONS(3195), - [sym_rune_literal] = ACTIONS(3195), - [anon_sym_AT] = ACTIONS(3197), - [anon_sym_shared] = ACTIONS(3197), - [anon_sym_map_LBRACK] = ACTIONS(3195), - [anon_sym_chan] = ACTIONS(3197), - [anon_sym_thread] = ACTIONS(3197), - [anon_sym_atomic] = ACTIONS(3197), - [sym___double_quote] = ACTIONS(3195), - [sym___single_quote] = ACTIONS(3195), - [sym___c_double_quote] = ACTIONS(3195), - [sym___c_single_quote] = ACTIONS(3195), - [sym___r_double_quote] = ACTIONS(3195), - [sym___r_single_quote] = ACTIONS(3195), + [anon_sym_DOT] = ACTIONS(3083), + [anon_sym_as] = ACTIONS(3083), + [anon_sym_LBRACE] = ACTIONS(3081), + [anon_sym_COMMA] = ACTIONS(3081), + [anon_sym_LPAREN] = ACTIONS(3081), + [anon_sym_PIPE] = ACTIONS(3083), + [anon_sym_fn] = ACTIONS(3083), + [anon_sym_PLUS] = ACTIONS(3083), + [anon_sym_DASH] = ACTIONS(3083), + [anon_sym_STAR] = ACTIONS(3081), + [anon_sym_SLASH] = ACTIONS(3083), + [anon_sym_PERCENT] = ACTIONS(3081), + [anon_sym_LT] = ACTIONS(3083), + [anon_sym_GT] = ACTIONS(3083), + [anon_sym_EQ_EQ] = ACTIONS(3081), + [anon_sym_BANG_EQ] = ACTIONS(3081), + [anon_sym_LT_EQ] = ACTIONS(3081), + [anon_sym_GT_EQ] = ACTIONS(3081), + [anon_sym_LBRACK] = ACTIONS(3081), + [anon_sym_LT2] = ACTIONS(3083), + [anon_sym_RBRACK] = ACTIONS(3081), + [anon_sym_struct] = ACTIONS(3083), + [anon_sym_mut] = ACTIONS(3083), + [anon_sym_PLUS_PLUS] = ACTIONS(3081), + [anon_sym_DASH_DASH] = ACTIONS(3081), + [anon_sym_QMARK] = ACTIONS(3083), + [anon_sym_BANG] = ACTIONS(3083), + [anon_sym_go] = ACTIONS(3083), + [anon_sym_spawn] = ACTIONS(3083), + [anon_sym_json_DOTdecode] = ACTIONS(3081), + [anon_sym_LBRACK2] = ACTIONS(3083), + [anon_sym_TILDE] = ACTIONS(3081), + [anon_sym_CARET] = ACTIONS(3081), + [anon_sym_AMP] = ACTIONS(3083), + [anon_sym_LT_DASH] = ACTIONS(3081), + [anon_sym_LT_LT] = ACTIONS(3081), + [anon_sym_GT_GT] = ACTIONS(3083), + [anon_sym_GT_GT_GT] = ACTIONS(3081), + [anon_sym_AMP_CARET] = ACTIONS(3081), + [anon_sym_AMP_AMP] = ACTIONS(3081), + [anon_sym_PIPE_PIPE] = ACTIONS(3081), + [anon_sym_or] = ACTIONS(3083), + [sym_none] = ACTIONS(3083), + [sym_true] = ACTIONS(3083), + [sym_false] = ACTIONS(3083), + [sym_nil] = ACTIONS(3083), + [anon_sym_QMARK_DOT] = ACTIONS(3081), + [anon_sym_POUND_LBRACK] = ACTIONS(3081), + [anon_sym_if] = ACTIONS(3083), + [anon_sym_DOLLARif] = ACTIONS(3083), + [anon_sym_is] = ACTIONS(3083), + [anon_sym_BANGis] = ACTIONS(3081), + [anon_sym_in] = ACTIONS(3083), + [anon_sym_BANGin] = ACTIONS(3081), + [anon_sym_match] = ACTIONS(3083), + [anon_sym_select] = ACTIONS(3083), + [anon_sym_lock] = ACTIONS(3083), + [anon_sym_rlock] = ACTIONS(3083), + [anon_sym_unsafe] = ACTIONS(3083), + [anon_sym_sql] = ACTIONS(3083), + [sym_int_literal] = ACTIONS(3083), + [sym_float_literal] = ACTIONS(3081), + [sym_rune_literal] = ACTIONS(3081), + [anon_sym_AT] = ACTIONS(3083), + [anon_sym_shared] = ACTIONS(3083), + [anon_sym_map_LBRACK] = ACTIONS(3081), + [anon_sym_chan] = ACTIONS(3083), + [anon_sym_thread] = ACTIONS(3083), + [anon_sym_atomic] = ACTIONS(3083), + [sym___double_quote] = ACTIONS(3081), + [sym___single_quote] = ACTIONS(3081), + [sym___c_double_quote] = ACTIONS(3081), + [sym___c_single_quote] = ACTIONS(3081), + [sym___r_double_quote] = ACTIONS(3081), + [sym___r_single_quote] = ACTIONS(3081), }, - [1326] = { - [sym_identifier] = ACTIONS(3157), + [1340] = { + [sym_identifier] = ACTIONS(3071), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3157), - [anon_sym_as] = ACTIONS(3157), - [anon_sym_LBRACE] = ACTIONS(3155), - [anon_sym_COMMA] = ACTIONS(3155), - [anon_sym_LPAREN] = ACTIONS(3155), - [anon_sym_PIPE] = ACTIONS(3157), - [anon_sym_fn] = ACTIONS(3157), - [anon_sym_PLUS] = ACTIONS(3157), - [anon_sym_DASH] = ACTIONS(3157), - [anon_sym_STAR] = ACTIONS(3155), - [anon_sym_SLASH] = ACTIONS(3157), - [anon_sym_PERCENT] = ACTIONS(3155), - [anon_sym_LT] = ACTIONS(3157), - [anon_sym_GT] = ACTIONS(3157), - [anon_sym_EQ_EQ] = ACTIONS(3155), - [anon_sym_BANG_EQ] = ACTIONS(3155), - [anon_sym_LT_EQ] = ACTIONS(3155), - [anon_sym_GT_EQ] = ACTIONS(3155), - [anon_sym_LBRACK] = ACTIONS(3155), - [anon_sym_RBRACK] = ACTIONS(3155), - [anon_sym_struct] = ACTIONS(3157), - [anon_sym_mut] = ACTIONS(3157), - [anon_sym_PLUS_PLUS] = ACTIONS(3155), - [anon_sym_DASH_DASH] = ACTIONS(3155), - [anon_sym_QMARK] = ACTIONS(3157), - [anon_sym_BANG] = ACTIONS(3157), - [anon_sym_go] = ACTIONS(3157), - [anon_sym_spawn] = ACTIONS(3157), - [anon_sym_json_DOTdecode] = ACTIONS(3155), - [anon_sym_LBRACK2] = ACTIONS(3157), - [anon_sym_TILDE] = ACTIONS(3155), - [anon_sym_CARET] = ACTIONS(3155), - [anon_sym_AMP] = ACTIONS(3157), - [anon_sym_LT_DASH] = ACTIONS(3155), - [anon_sym_LT_LT] = ACTIONS(3155), - [anon_sym_GT_GT] = ACTIONS(3157), - [anon_sym_GT_GT_GT] = ACTIONS(3155), - [anon_sym_AMP_CARET] = ACTIONS(3155), - [anon_sym_AMP_AMP] = ACTIONS(3155), - [anon_sym_PIPE_PIPE] = ACTIONS(3155), - [anon_sym_or] = ACTIONS(3157), - [sym_none] = ACTIONS(3157), - [sym_true] = ACTIONS(3157), - [sym_false] = ACTIONS(3157), - [sym_nil] = ACTIONS(3157), - [anon_sym_QMARK_DOT] = ACTIONS(3155), - [anon_sym_POUND_LBRACK] = ACTIONS(3155), - [anon_sym_if] = ACTIONS(3157), - [anon_sym_DOLLARif] = ACTIONS(3157), - [anon_sym_is] = ACTIONS(3157), - [anon_sym_BANGis] = ACTIONS(3155), - [anon_sym_in] = ACTIONS(3157), - [anon_sym_BANGin] = ACTIONS(3155), - [anon_sym_match] = ACTIONS(3157), - [anon_sym_select] = ACTIONS(3157), - [anon_sym_lock] = ACTIONS(3157), - [anon_sym_rlock] = ACTIONS(3157), - [anon_sym_unsafe] = ACTIONS(3157), - [anon_sym_sql] = ACTIONS(3157), - [sym_int_literal] = ACTIONS(3157), - [sym_float_literal] = ACTIONS(3155), - [sym_rune_literal] = ACTIONS(3155), - [anon_sym_AT] = ACTIONS(3157), - [anon_sym_shared] = ACTIONS(3157), - [anon_sym_map_LBRACK] = ACTIONS(3155), - [anon_sym_chan] = ACTIONS(3157), - [anon_sym_thread] = ACTIONS(3157), - [anon_sym_atomic] = ACTIONS(3157), - [sym___double_quote] = ACTIONS(3155), - [sym___single_quote] = ACTIONS(3155), - [sym___c_double_quote] = ACTIONS(3155), - [sym___c_single_quote] = ACTIONS(3155), - [sym___r_double_quote] = ACTIONS(3155), - [sym___r_single_quote] = ACTIONS(3155), + [anon_sym_DOT] = ACTIONS(3071), + [anon_sym_as] = ACTIONS(3071), + [anon_sym_LBRACE] = ACTIONS(3069), + [anon_sym_COMMA] = ACTIONS(3069), + [anon_sym_LPAREN] = ACTIONS(3069), + [anon_sym_PIPE] = ACTIONS(3071), + [anon_sym_fn] = ACTIONS(3071), + [anon_sym_PLUS] = ACTIONS(3071), + [anon_sym_DASH] = ACTIONS(3071), + [anon_sym_STAR] = ACTIONS(3069), + [anon_sym_SLASH] = ACTIONS(3071), + [anon_sym_PERCENT] = ACTIONS(3069), + [anon_sym_LT] = ACTIONS(3071), + [anon_sym_GT] = ACTIONS(3071), + [anon_sym_EQ_EQ] = ACTIONS(3069), + [anon_sym_BANG_EQ] = ACTIONS(3069), + [anon_sym_LT_EQ] = ACTIONS(3069), + [anon_sym_GT_EQ] = ACTIONS(3069), + [anon_sym_LBRACK] = ACTIONS(3069), + [anon_sym_LT2] = ACTIONS(3071), + [anon_sym_RBRACK] = ACTIONS(3069), + [anon_sym_struct] = ACTIONS(3071), + [anon_sym_mut] = ACTIONS(3071), + [anon_sym_PLUS_PLUS] = ACTIONS(3069), + [anon_sym_DASH_DASH] = ACTIONS(3069), + [anon_sym_QMARK] = ACTIONS(3071), + [anon_sym_BANG] = ACTIONS(3071), + [anon_sym_go] = ACTIONS(3071), + [anon_sym_spawn] = ACTIONS(3071), + [anon_sym_json_DOTdecode] = ACTIONS(3069), + [anon_sym_LBRACK2] = ACTIONS(3071), + [anon_sym_TILDE] = ACTIONS(3069), + [anon_sym_CARET] = ACTIONS(3069), + [anon_sym_AMP] = ACTIONS(3071), + [anon_sym_LT_DASH] = ACTIONS(3069), + [anon_sym_LT_LT] = ACTIONS(3069), + [anon_sym_GT_GT] = ACTIONS(3071), + [anon_sym_GT_GT_GT] = ACTIONS(3069), + [anon_sym_AMP_CARET] = ACTIONS(3069), + [anon_sym_AMP_AMP] = ACTIONS(3069), + [anon_sym_PIPE_PIPE] = ACTIONS(3069), + [anon_sym_or] = ACTIONS(3071), + [sym_none] = ACTIONS(3071), + [sym_true] = ACTIONS(3071), + [sym_false] = ACTIONS(3071), + [sym_nil] = ACTIONS(3071), + [anon_sym_QMARK_DOT] = ACTIONS(3069), + [anon_sym_POUND_LBRACK] = ACTIONS(3069), + [anon_sym_if] = ACTIONS(3071), + [anon_sym_DOLLARif] = ACTIONS(3071), + [anon_sym_is] = ACTIONS(3071), + [anon_sym_BANGis] = ACTIONS(3069), + [anon_sym_in] = ACTIONS(3071), + [anon_sym_BANGin] = ACTIONS(3069), + [anon_sym_match] = ACTIONS(3071), + [anon_sym_select] = ACTIONS(3071), + [anon_sym_lock] = ACTIONS(3071), + [anon_sym_rlock] = ACTIONS(3071), + [anon_sym_unsafe] = ACTIONS(3071), + [anon_sym_sql] = ACTIONS(3071), + [sym_int_literal] = ACTIONS(3071), + [sym_float_literal] = ACTIONS(3069), + [sym_rune_literal] = ACTIONS(3069), + [anon_sym_AT] = ACTIONS(3071), + [anon_sym_shared] = ACTIONS(3071), + [anon_sym_map_LBRACK] = ACTIONS(3069), + [anon_sym_chan] = ACTIONS(3071), + [anon_sym_thread] = ACTIONS(3071), + [anon_sym_atomic] = ACTIONS(3071), + [sym___double_quote] = ACTIONS(3069), + [sym___single_quote] = ACTIONS(3069), + [sym___c_double_quote] = ACTIONS(3069), + [sym___c_single_quote] = ACTIONS(3069), + [sym___r_double_quote] = ACTIONS(3069), + [sym___r_single_quote] = ACTIONS(3069), }, - [1327] = { - [sym_identifier] = ACTIONS(3133), + [1341] = { + [sym_reference_expression] = STATE(4644), + [sym_type_reference_expression] = STATE(2151), + [sym_plain_type] = STATE(2200), + [sym__plain_type_without_special] = STATE(2188), + [sym_anon_struct_type] = STATE(2189), + [sym_multi_return_type] = STATE(2188), + [sym_result_type] = STATE(2188), + [sym_option_type] = STATE(2188), + [sym_qualified_type] = STATE(2151), + [sym_fixed_array_type] = STATE(2189), + [sym_array_type] = STATE(2189), + [sym_pointer_type] = STATE(2189), + [sym_wrong_pointer_type] = STATE(2189), + [sym_map_type] = STATE(2189), + [sym_channel_type] = STATE(2189), + [sym_shared_type] = STATE(2189), + [sym_thread_type] = STATE(2189), + [sym_atomic_type] = STATE(2189), + [sym_generic_type] = STATE(2189), + [sym_function_type] = STATE(2189), + [sym_identifier] = ACTIONS(3674), + [anon_sym_LF] = ACTIONS(611), + [anon_sym_CR] = ACTIONS(611), + [anon_sym_CR_LF] = ACTIONS(611), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(611), + [anon_sym_DOT] = ACTIONS(611), + [anon_sym_as] = ACTIONS(611), + [anon_sym_COMMA] = ACTIONS(611), + [anon_sym_RBRACE] = ACTIONS(611), + [anon_sym_LPAREN] = ACTIONS(3676), + [anon_sym___global] = ACTIONS(611), + [anon_sym_PIPE] = ACTIONS(611), + [anon_sym_fn] = ACTIONS(3678), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_STAR] = ACTIONS(3680), + [anon_sym_SLASH] = ACTIONS(611), + [anon_sym_PERCENT] = ACTIONS(611), + [anon_sym_LT] = ACTIONS(611), + [anon_sym_GT] = ACTIONS(611), + [anon_sym_EQ_EQ] = ACTIONS(611), + [anon_sym_BANG_EQ] = ACTIONS(611), + [anon_sym_LT_EQ] = ACTIONS(611), + [anon_sym_GT_EQ] = ACTIONS(611), + [anon_sym_DOT_DOT_DOT] = ACTIONS(611), + [anon_sym_LBRACK] = ACTIONS(609), + [anon_sym_LT2] = ACTIONS(611), + [anon_sym_struct] = ACTIONS(3682), + [anon_sym_pub] = ACTIONS(611), + [anon_sym_mut] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(611), + [anon_sym_DASH_DASH] = ACTIONS(611), + [anon_sym_QMARK] = ACTIONS(3684), + [anon_sym_BANG] = ACTIONS(3686), + [anon_sym_LBRACK2] = ACTIONS(3688), + [anon_sym_CARET] = ACTIONS(611), + [anon_sym_AMP] = ACTIONS(3690), + [anon_sym_LT_LT] = ACTIONS(611), + [anon_sym_GT_GT] = ACTIONS(611), + [anon_sym_GT_GT_GT] = ACTIONS(611), + [anon_sym_AMP_CARET] = ACTIONS(611), + [anon_sym_AMP_AMP] = ACTIONS(611), + [anon_sym_PIPE_PIPE] = ACTIONS(611), + [anon_sym_or] = ACTIONS(611), + [anon_sym_QMARK_DOT] = ACTIONS(611), + [anon_sym_POUND_LBRACK] = ACTIONS(611), + [anon_sym_is] = ACTIONS(611), + [anon_sym_BANGis] = ACTIONS(611), + [anon_sym_in] = ACTIONS(611), + [anon_sym_BANGin] = ACTIONS(611), + [anon_sym_shared] = ACTIONS(3692), + [anon_sym_map_LBRACK] = ACTIONS(3694), + [anon_sym_chan] = ACTIONS(3696), + [anon_sym_thread] = ACTIONS(3698), + [anon_sym_atomic] = ACTIONS(3700), + [anon_sym_AT_LBRACK] = ACTIONS(611), + }, + [1342] = { + [sym_reference_expression] = STATE(4644), + [sym_type_reference_expression] = STATE(2151), + [sym_plain_type] = STATE(2242), + [sym__plain_type_without_special] = STATE(2188), + [sym_anon_struct_type] = STATE(2189), + [sym_multi_return_type] = STATE(2188), + [sym_result_type] = STATE(2188), + [sym_option_type] = STATE(2188), + [sym_qualified_type] = STATE(2151), + [sym_fixed_array_type] = STATE(2189), + [sym_array_type] = STATE(2189), + [sym_pointer_type] = STATE(2189), + [sym_wrong_pointer_type] = STATE(2189), + [sym_map_type] = STATE(2189), + [sym_channel_type] = STATE(2189), + [sym_shared_type] = STATE(2189), + [sym_thread_type] = STATE(2189), + [sym_atomic_type] = STATE(2189), + [sym_generic_type] = STATE(2189), + [sym_function_type] = STATE(2189), + [sym_identifier] = ACTIONS(3674), + [anon_sym_LF] = ACTIONS(607), + [anon_sym_CR] = ACTIONS(607), + [anon_sym_CR_LF] = ACTIONS(607), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(607), + [anon_sym_DOT] = ACTIONS(607), + [anon_sym_as] = ACTIONS(607), + [anon_sym_COMMA] = ACTIONS(607), + [anon_sym_RBRACE] = ACTIONS(607), + [anon_sym_LPAREN] = ACTIONS(3676), + [anon_sym___global] = ACTIONS(607), + [anon_sym_PIPE] = ACTIONS(607), + [anon_sym_fn] = ACTIONS(3678), + [anon_sym_PLUS] = ACTIONS(607), + [anon_sym_DASH] = ACTIONS(607), + [anon_sym_STAR] = ACTIONS(3680), + [anon_sym_SLASH] = ACTIONS(607), + [anon_sym_PERCENT] = ACTIONS(607), + [anon_sym_LT] = ACTIONS(607), + [anon_sym_GT] = ACTIONS(607), + [anon_sym_EQ_EQ] = ACTIONS(607), + [anon_sym_BANG_EQ] = ACTIONS(607), + [anon_sym_LT_EQ] = ACTIONS(607), + [anon_sym_GT_EQ] = ACTIONS(607), + [anon_sym_DOT_DOT_DOT] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LT2] = ACTIONS(607), + [anon_sym_struct] = ACTIONS(3682), + [anon_sym_pub] = ACTIONS(607), + [anon_sym_mut] = ACTIONS(607), + [anon_sym_PLUS_PLUS] = ACTIONS(607), + [anon_sym_DASH_DASH] = ACTIONS(607), + [anon_sym_QMARK] = ACTIONS(3684), + [anon_sym_BANG] = ACTIONS(3686), + [anon_sym_LBRACK2] = ACTIONS(3688), + [anon_sym_CARET] = ACTIONS(607), + [anon_sym_AMP] = ACTIONS(3690), + [anon_sym_LT_LT] = ACTIONS(607), + [anon_sym_GT_GT] = ACTIONS(607), + [anon_sym_GT_GT_GT] = ACTIONS(607), + [anon_sym_AMP_CARET] = ACTIONS(607), + [anon_sym_AMP_AMP] = ACTIONS(607), + [anon_sym_PIPE_PIPE] = ACTIONS(607), + [anon_sym_or] = ACTIONS(607), + [anon_sym_QMARK_DOT] = ACTIONS(607), + [anon_sym_POUND_LBRACK] = ACTIONS(607), + [anon_sym_is] = ACTIONS(607), + [anon_sym_BANGis] = ACTIONS(607), + [anon_sym_in] = ACTIONS(607), + [anon_sym_BANGin] = ACTIONS(607), + [anon_sym_shared] = ACTIONS(3692), + [anon_sym_map_LBRACK] = ACTIONS(3694), + [anon_sym_chan] = ACTIONS(3696), + [anon_sym_thread] = ACTIONS(3698), + [anon_sym_atomic] = ACTIONS(3700), + [anon_sym_AT_LBRACK] = ACTIONS(607), + }, + [1343] = { + [sym_reference_expression] = STATE(4644), + [sym_type_reference_expression] = STATE(2151), + [sym_plain_type] = STATE(2246), + [sym__plain_type_without_special] = STATE(2188), + [sym_anon_struct_type] = STATE(2189), + [sym_multi_return_type] = STATE(2188), + [sym_result_type] = STATE(2188), + [sym_option_type] = STATE(2188), + [sym_qualified_type] = STATE(2151), + [sym_fixed_array_type] = STATE(2189), + [sym_array_type] = STATE(2189), + [sym_pointer_type] = STATE(2189), + [sym_wrong_pointer_type] = STATE(2189), + [sym_map_type] = STATE(2189), + [sym_channel_type] = STATE(2189), + [sym_shared_type] = STATE(2189), + [sym_thread_type] = STATE(2189), + [sym_atomic_type] = STATE(2189), + [sym_generic_type] = STATE(2189), + [sym_function_type] = STATE(2189), + [sym_identifier] = ACTIONS(3674), + [anon_sym_LF] = ACTIONS(555), + [anon_sym_CR] = ACTIONS(555), + [anon_sym_CR_LF] = ACTIONS(555), + [sym_comment] = ACTIONS(487), + [anon_sym_SEMI] = ACTIONS(555), + [anon_sym_DOT] = ACTIONS(555), + [anon_sym_as] = ACTIONS(555), + [anon_sym_COMMA] = ACTIONS(555), + [anon_sym_RBRACE] = ACTIONS(555), + [anon_sym_LPAREN] = ACTIONS(3676), + [anon_sym___global] = ACTIONS(555), + [anon_sym_PIPE] = ACTIONS(555), + [anon_sym_fn] = ACTIONS(3678), + [anon_sym_PLUS] = ACTIONS(555), + [anon_sym_DASH] = ACTIONS(555), + [anon_sym_STAR] = ACTIONS(3680), + [anon_sym_SLASH] = ACTIONS(555), + [anon_sym_PERCENT] = ACTIONS(555), + [anon_sym_LT] = ACTIONS(555), + [anon_sym_GT] = ACTIONS(555), + [anon_sym_EQ_EQ] = ACTIONS(555), + [anon_sym_BANG_EQ] = ACTIONS(555), + [anon_sym_LT_EQ] = ACTIONS(555), + [anon_sym_GT_EQ] = ACTIONS(555), + [anon_sym_DOT_DOT_DOT] = ACTIONS(555), + [anon_sym_LBRACK] = ACTIONS(551), + [anon_sym_LT2] = ACTIONS(555), + [anon_sym_struct] = ACTIONS(3682), + [anon_sym_pub] = ACTIONS(555), + [anon_sym_mut] = ACTIONS(555), + [anon_sym_PLUS_PLUS] = ACTIONS(555), + [anon_sym_DASH_DASH] = ACTIONS(555), + [anon_sym_QMARK] = ACTIONS(3684), + [anon_sym_BANG] = ACTIONS(3686), + [anon_sym_LBRACK2] = ACTIONS(3688), + [anon_sym_CARET] = ACTIONS(555), + [anon_sym_AMP] = ACTIONS(3690), + [anon_sym_LT_LT] = ACTIONS(555), + [anon_sym_GT_GT] = ACTIONS(555), + [anon_sym_GT_GT_GT] = ACTIONS(555), + [anon_sym_AMP_CARET] = ACTIONS(555), + [anon_sym_AMP_AMP] = ACTIONS(555), + [anon_sym_PIPE_PIPE] = ACTIONS(555), + [anon_sym_or] = ACTIONS(555), + [anon_sym_QMARK_DOT] = ACTIONS(555), + [anon_sym_POUND_LBRACK] = ACTIONS(555), + [anon_sym_is] = ACTIONS(555), + [anon_sym_BANGis] = ACTIONS(555), + [anon_sym_in] = ACTIONS(555), + [anon_sym_BANGin] = ACTIONS(555), + [anon_sym_shared] = ACTIONS(3692), + [anon_sym_map_LBRACK] = ACTIONS(3694), + [anon_sym_chan] = ACTIONS(3696), + [anon_sym_thread] = ACTIONS(3698), + [anon_sym_atomic] = ACTIONS(3700), + [anon_sym_AT_LBRACK] = ACTIONS(555), + }, + [1344] = { + [sym_identifier] = ACTIONS(3115), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3133), - [anon_sym_as] = ACTIONS(3133), - [anon_sym_LBRACE] = ACTIONS(3131), - [anon_sym_COMMA] = ACTIONS(3131), - [anon_sym_LPAREN] = ACTIONS(3131), - [anon_sym_PIPE] = ACTIONS(3133), - [anon_sym_fn] = ACTIONS(3133), - [anon_sym_PLUS] = ACTIONS(3133), - [anon_sym_DASH] = ACTIONS(3133), - [anon_sym_STAR] = ACTIONS(3131), - [anon_sym_SLASH] = ACTIONS(3133), - [anon_sym_PERCENT] = ACTIONS(3131), - [anon_sym_LT] = ACTIONS(3133), - [anon_sym_GT] = ACTIONS(3133), - [anon_sym_EQ_EQ] = ACTIONS(3131), - [anon_sym_BANG_EQ] = ACTIONS(3131), - [anon_sym_LT_EQ] = ACTIONS(3131), - [anon_sym_GT_EQ] = ACTIONS(3131), - [anon_sym_LBRACK] = ACTIONS(3131), - [anon_sym_RBRACK] = ACTIONS(3131), - [anon_sym_struct] = ACTIONS(3133), - [anon_sym_mut] = ACTIONS(3133), - [anon_sym_PLUS_PLUS] = ACTIONS(3131), - [anon_sym_DASH_DASH] = ACTIONS(3131), - [anon_sym_QMARK] = ACTIONS(3133), - [anon_sym_BANG] = ACTIONS(3133), - [anon_sym_go] = ACTIONS(3133), - [anon_sym_spawn] = ACTIONS(3133), - [anon_sym_json_DOTdecode] = ACTIONS(3131), - [anon_sym_LBRACK2] = ACTIONS(3133), - [anon_sym_TILDE] = ACTIONS(3131), - [anon_sym_CARET] = ACTIONS(3131), - [anon_sym_AMP] = ACTIONS(3133), - [anon_sym_LT_DASH] = ACTIONS(3131), - [anon_sym_LT_LT] = ACTIONS(3131), - [anon_sym_GT_GT] = ACTIONS(3133), - [anon_sym_GT_GT_GT] = ACTIONS(3131), - [anon_sym_AMP_CARET] = ACTIONS(3131), - [anon_sym_AMP_AMP] = ACTIONS(3131), - [anon_sym_PIPE_PIPE] = ACTIONS(3131), - [anon_sym_or] = ACTIONS(3133), - [sym_none] = ACTIONS(3133), - [sym_true] = ACTIONS(3133), - [sym_false] = ACTIONS(3133), - [sym_nil] = ACTIONS(3133), - [anon_sym_QMARK_DOT] = ACTIONS(3131), - [anon_sym_POUND_LBRACK] = ACTIONS(3131), - [anon_sym_if] = ACTIONS(3133), - [anon_sym_DOLLARif] = ACTIONS(3133), - [anon_sym_is] = ACTIONS(3133), - [anon_sym_BANGis] = ACTIONS(3131), - [anon_sym_in] = ACTIONS(3133), - [anon_sym_BANGin] = ACTIONS(3131), - [anon_sym_match] = ACTIONS(3133), - [anon_sym_select] = ACTIONS(3133), - [anon_sym_lock] = ACTIONS(3133), - [anon_sym_rlock] = ACTIONS(3133), - [anon_sym_unsafe] = ACTIONS(3133), - [anon_sym_sql] = ACTIONS(3133), - [sym_int_literal] = ACTIONS(3133), - [sym_float_literal] = ACTIONS(3131), - [sym_rune_literal] = ACTIONS(3131), - [anon_sym_AT] = ACTIONS(3133), - [anon_sym_shared] = ACTIONS(3133), - [anon_sym_map_LBRACK] = ACTIONS(3131), - [anon_sym_chan] = ACTIONS(3133), - [anon_sym_thread] = ACTIONS(3133), - [anon_sym_atomic] = ACTIONS(3133), - [sym___double_quote] = ACTIONS(3131), - [sym___single_quote] = ACTIONS(3131), - [sym___c_double_quote] = ACTIONS(3131), - [sym___c_single_quote] = ACTIONS(3131), - [sym___r_double_quote] = ACTIONS(3131), - [sym___r_single_quote] = ACTIONS(3131), + [anon_sym_DOT] = ACTIONS(3115), + [anon_sym_as] = ACTIONS(3115), + [anon_sym_LBRACE] = ACTIONS(3113), + [anon_sym_COMMA] = ACTIONS(3113), + [anon_sym_LPAREN] = ACTIONS(3113), + [anon_sym_PIPE] = ACTIONS(3115), + [anon_sym_fn] = ACTIONS(3115), + [anon_sym_PLUS] = ACTIONS(3115), + [anon_sym_DASH] = ACTIONS(3115), + [anon_sym_STAR] = ACTIONS(3113), + [anon_sym_SLASH] = ACTIONS(3115), + [anon_sym_PERCENT] = ACTIONS(3113), + [anon_sym_LT] = ACTIONS(3115), + [anon_sym_GT] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3113), + [anon_sym_BANG_EQ] = ACTIONS(3113), + [anon_sym_LT_EQ] = ACTIONS(3113), + [anon_sym_GT_EQ] = ACTIONS(3113), + [anon_sym_LBRACK] = ACTIONS(3113), + [anon_sym_LT2] = ACTIONS(3115), + [anon_sym_RBRACK] = ACTIONS(3113), + [anon_sym_struct] = ACTIONS(3115), + [anon_sym_mut] = ACTIONS(3115), + [anon_sym_PLUS_PLUS] = ACTIONS(3113), + [anon_sym_DASH_DASH] = ACTIONS(3113), + [anon_sym_QMARK] = ACTIONS(3115), + [anon_sym_BANG] = ACTIONS(3115), + [anon_sym_go] = ACTIONS(3115), + [anon_sym_spawn] = ACTIONS(3115), + [anon_sym_json_DOTdecode] = ACTIONS(3113), + [anon_sym_LBRACK2] = ACTIONS(3115), + [anon_sym_TILDE] = ACTIONS(3113), + [anon_sym_CARET] = ACTIONS(3113), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT_DASH] = ACTIONS(3113), + [anon_sym_LT_LT] = ACTIONS(3113), + [anon_sym_GT_GT] = ACTIONS(3115), + [anon_sym_GT_GT_GT] = ACTIONS(3113), + [anon_sym_AMP_CARET] = ACTIONS(3113), + [anon_sym_AMP_AMP] = ACTIONS(3113), + [anon_sym_PIPE_PIPE] = ACTIONS(3113), + [anon_sym_or] = ACTIONS(3115), + [sym_none] = ACTIONS(3115), + [sym_true] = ACTIONS(3115), + [sym_false] = ACTIONS(3115), + [sym_nil] = ACTIONS(3115), + [anon_sym_QMARK_DOT] = ACTIONS(3113), + [anon_sym_POUND_LBRACK] = ACTIONS(3113), + [anon_sym_if] = ACTIONS(3115), + [anon_sym_DOLLARif] = ACTIONS(3115), + [anon_sym_is] = ACTIONS(3115), + [anon_sym_BANGis] = ACTIONS(3113), + [anon_sym_in] = ACTIONS(3115), + [anon_sym_BANGin] = ACTIONS(3113), + [anon_sym_match] = ACTIONS(3115), + [anon_sym_select] = ACTIONS(3115), + [anon_sym_lock] = ACTIONS(3115), + [anon_sym_rlock] = ACTIONS(3115), + [anon_sym_unsafe] = ACTIONS(3115), + [anon_sym_sql] = ACTIONS(3115), + [sym_int_literal] = ACTIONS(3115), + [sym_float_literal] = ACTIONS(3113), + [sym_rune_literal] = ACTIONS(3113), + [anon_sym_AT] = ACTIONS(3115), + [anon_sym_shared] = ACTIONS(3115), + [anon_sym_map_LBRACK] = ACTIONS(3113), + [anon_sym_chan] = ACTIONS(3115), + [anon_sym_thread] = ACTIONS(3115), + [anon_sym_atomic] = ACTIONS(3115), + [sym___double_quote] = ACTIONS(3113), + [sym___single_quote] = ACTIONS(3113), + [sym___c_double_quote] = ACTIONS(3113), + [sym___c_single_quote] = ACTIONS(3113), + [sym___r_double_quote] = ACTIONS(3113), + [sym___r_single_quote] = ACTIONS(3113), }, - [1328] = { - [sym_identifier] = ACTIONS(3137), + [1345] = { + [sym_identifier] = ACTIONS(3063), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3137), - [anon_sym_as] = ACTIONS(3137), - [anon_sym_LBRACE] = ACTIONS(3135), - [anon_sym_COMMA] = ACTIONS(3135), - [anon_sym_LPAREN] = ACTIONS(3135), - [anon_sym_PIPE] = ACTIONS(3137), - [anon_sym_fn] = ACTIONS(3137), - [anon_sym_PLUS] = ACTIONS(3137), - [anon_sym_DASH] = ACTIONS(3137), - [anon_sym_STAR] = ACTIONS(3135), - [anon_sym_SLASH] = ACTIONS(3137), - [anon_sym_PERCENT] = ACTIONS(3135), - [anon_sym_LT] = ACTIONS(3137), - [anon_sym_GT] = ACTIONS(3137), - [anon_sym_EQ_EQ] = ACTIONS(3135), - [anon_sym_BANG_EQ] = ACTIONS(3135), - [anon_sym_LT_EQ] = ACTIONS(3135), - [anon_sym_GT_EQ] = ACTIONS(3135), - [anon_sym_LBRACK] = ACTIONS(3135), - [anon_sym_RBRACK] = ACTIONS(3135), - [anon_sym_struct] = ACTIONS(3137), - [anon_sym_mut] = ACTIONS(3137), - [anon_sym_PLUS_PLUS] = ACTIONS(3135), - [anon_sym_DASH_DASH] = ACTIONS(3135), - [anon_sym_QMARK] = ACTIONS(3137), - [anon_sym_BANG] = ACTIONS(3137), - [anon_sym_go] = ACTIONS(3137), - [anon_sym_spawn] = ACTIONS(3137), - [anon_sym_json_DOTdecode] = ACTIONS(3135), - [anon_sym_LBRACK2] = ACTIONS(3137), - [anon_sym_TILDE] = ACTIONS(3135), - [anon_sym_CARET] = ACTIONS(3135), - [anon_sym_AMP] = ACTIONS(3137), - [anon_sym_LT_DASH] = ACTIONS(3135), - [anon_sym_LT_LT] = ACTIONS(3135), - [anon_sym_GT_GT] = ACTIONS(3137), - [anon_sym_GT_GT_GT] = ACTIONS(3135), - [anon_sym_AMP_CARET] = ACTIONS(3135), - [anon_sym_AMP_AMP] = ACTIONS(3135), - [anon_sym_PIPE_PIPE] = ACTIONS(3135), - [anon_sym_or] = ACTIONS(3137), - [sym_none] = ACTIONS(3137), - [sym_true] = ACTIONS(3137), - [sym_false] = ACTIONS(3137), - [sym_nil] = ACTIONS(3137), - [anon_sym_QMARK_DOT] = ACTIONS(3135), - [anon_sym_POUND_LBRACK] = ACTIONS(3135), - [anon_sym_if] = ACTIONS(3137), - [anon_sym_DOLLARif] = ACTIONS(3137), - [anon_sym_is] = ACTIONS(3137), - [anon_sym_BANGis] = ACTIONS(3135), - [anon_sym_in] = ACTIONS(3137), - [anon_sym_BANGin] = ACTIONS(3135), - [anon_sym_match] = ACTIONS(3137), - [anon_sym_select] = ACTIONS(3137), - [anon_sym_lock] = ACTIONS(3137), - [anon_sym_rlock] = ACTIONS(3137), - [anon_sym_unsafe] = ACTIONS(3137), - [anon_sym_sql] = ACTIONS(3137), - [sym_int_literal] = ACTIONS(3137), - [sym_float_literal] = ACTIONS(3135), - [sym_rune_literal] = ACTIONS(3135), - [anon_sym_AT] = ACTIONS(3137), - [anon_sym_shared] = ACTIONS(3137), - [anon_sym_map_LBRACK] = ACTIONS(3135), - [anon_sym_chan] = ACTIONS(3137), - [anon_sym_thread] = ACTIONS(3137), - [anon_sym_atomic] = ACTIONS(3137), - [sym___double_quote] = ACTIONS(3135), - [sym___single_quote] = ACTIONS(3135), - [sym___c_double_quote] = ACTIONS(3135), - [sym___c_single_quote] = ACTIONS(3135), - [sym___r_double_quote] = ACTIONS(3135), - [sym___r_single_quote] = ACTIONS(3135), + [anon_sym_DOT] = ACTIONS(3063), + [anon_sym_as] = ACTIONS(3063), + [anon_sym_LBRACE] = ACTIONS(3061), + [anon_sym_COMMA] = ACTIONS(3061), + [anon_sym_LPAREN] = ACTIONS(3061), + [anon_sym_PIPE] = ACTIONS(3063), + [anon_sym_fn] = ACTIONS(3063), + [anon_sym_PLUS] = ACTIONS(3063), + [anon_sym_DASH] = ACTIONS(3063), + [anon_sym_STAR] = ACTIONS(3061), + [anon_sym_SLASH] = ACTIONS(3063), + [anon_sym_PERCENT] = ACTIONS(3061), + [anon_sym_LT] = ACTIONS(3063), + [anon_sym_GT] = ACTIONS(3063), + [anon_sym_EQ_EQ] = ACTIONS(3061), + [anon_sym_BANG_EQ] = ACTIONS(3061), + [anon_sym_LT_EQ] = ACTIONS(3061), + [anon_sym_GT_EQ] = ACTIONS(3061), + [anon_sym_LBRACK] = ACTIONS(3061), + [anon_sym_LT2] = ACTIONS(3063), + [anon_sym_RBRACK] = ACTIONS(3061), + [anon_sym_struct] = ACTIONS(3063), + [anon_sym_mut] = ACTIONS(3063), + [anon_sym_PLUS_PLUS] = ACTIONS(3061), + [anon_sym_DASH_DASH] = ACTIONS(3061), + [anon_sym_QMARK] = ACTIONS(3063), + [anon_sym_BANG] = ACTIONS(3063), + [anon_sym_go] = ACTIONS(3063), + [anon_sym_spawn] = ACTIONS(3063), + [anon_sym_json_DOTdecode] = ACTIONS(3061), + [anon_sym_LBRACK2] = ACTIONS(3063), + [anon_sym_TILDE] = ACTIONS(3061), + [anon_sym_CARET] = ACTIONS(3061), + [anon_sym_AMP] = ACTIONS(3063), + [anon_sym_LT_DASH] = ACTIONS(3061), + [anon_sym_LT_LT] = ACTIONS(3061), + [anon_sym_GT_GT] = ACTIONS(3063), + [anon_sym_GT_GT_GT] = ACTIONS(3061), + [anon_sym_AMP_CARET] = ACTIONS(3061), + [anon_sym_AMP_AMP] = ACTIONS(3061), + [anon_sym_PIPE_PIPE] = ACTIONS(3061), + [anon_sym_or] = ACTIONS(3063), + [sym_none] = ACTIONS(3063), + [sym_true] = ACTIONS(3063), + [sym_false] = ACTIONS(3063), + [sym_nil] = ACTIONS(3063), + [anon_sym_QMARK_DOT] = ACTIONS(3061), + [anon_sym_POUND_LBRACK] = ACTIONS(3061), + [anon_sym_if] = ACTIONS(3063), + [anon_sym_DOLLARif] = ACTIONS(3063), + [anon_sym_is] = ACTIONS(3063), + [anon_sym_BANGis] = ACTIONS(3061), + [anon_sym_in] = ACTIONS(3063), + [anon_sym_BANGin] = ACTIONS(3061), + [anon_sym_match] = ACTIONS(3063), + [anon_sym_select] = ACTIONS(3063), + [anon_sym_lock] = ACTIONS(3063), + [anon_sym_rlock] = ACTIONS(3063), + [anon_sym_unsafe] = ACTIONS(3063), + [anon_sym_sql] = ACTIONS(3063), + [sym_int_literal] = ACTIONS(3063), + [sym_float_literal] = ACTIONS(3061), + [sym_rune_literal] = ACTIONS(3061), + [anon_sym_AT] = ACTIONS(3063), + [anon_sym_shared] = ACTIONS(3063), + [anon_sym_map_LBRACK] = ACTIONS(3061), + [anon_sym_chan] = ACTIONS(3063), + [anon_sym_thread] = ACTIONS(3063), + [anon_sym_atomic] = ACTIONS(3063), + [sym___double_quote] = ACTIONS(3061), + [sym___single_quote] = ACTIONS(3061), + [sym___c_double_quote] = ACTIONS(3061), + [sym___c_single_quote] = ACTIONS(3061), + [sym___r_double_quote] = ACTIONS(3061), + [sym___r_single_quote] = ACTIONS(3061), }, - [1329] = { - [sym_identifier] = ACTIONS(3097), + [1346] = { + [sym_identifier] = ACTIONS(3059), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3097), - [anon_sym_as] = ACTIONS(3097), - [anon_sym_LBRACE] = ACTIONS(3095), - [anon_sym_COMMA] = ACTIONS(3095), - [anon_sym_LPAREN] = ACTIONS(3095), - [anon_sym_PIPE] = ACTIONS(3097), - [anon_sym_fn] = ACTIONS(3097), - [anon_sym_PLUS] = ACTIONS(3097), - [anon_sym_DASH] = ACTIONS(3097), - [anon_sym_STAR] = ACTIONS(3095), - [anon_sym_SLASH] = ACTIONS(3097), - [anon_sym_PERCENT] = ACTIONS(3095), - [anon_sym_LT] = ACTIONS(3097), - [anon_sym_GT] = ACTIONS(3097), - [anon_sym_EQ_EQ] = ACTIONS(3095), - [anon_sym_BANG_EQ] = ACTIONS(3095), - [anon_sym_LT_EQ] = ACTIONS(3095), - [anon_sym_GT_EQ] = ACTIONS(3095), - [anon_sym_LBRACK] = ACTIONS(3095), - [anon_sym_RBRACK] = ACTIONS(3095), - [anon_sym_struct] = ACTIONS(3097), - [anon_sym_mut] = ACTIONS(3097), - [anon_sym_PLUS_PLUS] = ACTIONS(3095), - [anon_sym_DASH_DASH] = ACTIONS(3095), - [anon_sym_QMARK] = ACTIONS(3097), - [anon_sym_BANG] = ACTIONS(3097), - [anon_sym_go] = ACTIONS(3097), - [anon_sym_spawn] = ACTIONS(3097), - [anon_sym_json_DOTdecode] = ACTIONS(3095), - [anon_sym_LBRACK2] = ACTIONS(3097), - [anon_sym_TILDE] = ACTIONS(3095), - [anon_sym_CARET] = ACTIONS(3095), - [anon_sym_AMP] = ACTIONS(3097), - [anon_sym_LT_DASH] = ACTIONS(3095), - [anon_sym_LT_LT] = ACTIONS(3095), - [anon_sym_GT_GT] = ACTIONS(3097), - [anon_sym_GT_GT_GT] = ACTIONS(3095), - [anon_sym_AMP_CARET] = ACTIONS(3095), - [anon_sym_AMP_AMP] = ACTIONS(3095), - [anon_sym_PIPE_PIPE] = ACTIONS(3095), - [anon_sym_or] = ACTIONS(3097), - [sym_none] = ACTIONS(3097), - [sym_true] = ACTIONS(3097), - [sym_false] = ACTIONS(3097), - [sym_nil] = ACTIONS(3097), - [anon_sym_QMARK_DOT] = ACTIONS(3095), - [anon_sym_POUND_LBRACK] = ACTIONS(3095), - [anon_sym_if] = ACTIONS(3097), - [anon_sym_DOLLARif] = ACTIONS(3097), - [anon_sym_is] = ACTIONS(3097), - [anon_sym_BANGis] = ACTIONS(3095), - [anon_sym_in] = ACTIONS(3097), - [anon_sym_BANGin] = ACTIONS(3095), - [anon_sym_match] = ACTIONS(3097), - [anon_sym_select] = ACTIONS(3097), - [anon_sym_lock] = ACTIONS(3097), - [anon_sym_rlock] = ACTIONS(3097), - [anon_sym_unsafe] = ACTIONS(3097), - [anon_sym_sql] = ACTIONS(3097), - [sym_int_literal] = ACTIONS(3097), - [sym_float_literal] = ACTIONS(3095), - [sym_rune_literal] = ACTIONS(3095), - [anon_sym_AT] = ACTIONS(3097), - [anon_sym_shared] = ACTIONS(3097), - [anon_sym_map_LBRACK] = ACTIONS(3095), - [anon_sym_chan] = ACTIONS(3097), - [anon_sym_thread] = ACTIONS(3097), - [anon_sym_atomic] = ACTIONS(3097), - [sym___double_quote] = ACTIONS(3095), - [sym___single_quote] = ACTIONS(3095), - [sym___c_double_quote] = ACTIONS(3095), - [sym___c_single_quote] = ACTIONS(3095), - [sym___r_double_quote] = ACTIONS(3095), - [sym___r_single_quote] = ACTIONS(3095), + [anon_sym_DOT] = ACTIONS(3059), + [anon_sym_as] = ACTIONS(3059), + [anon_sym_LBRACE] = ACTIONS(3057), + [anon_sym_COMMA] = ACTIONS(3057), + [anon_sym_LPAREN] = ACTIONS(3057), + [anon_sym_PIPE] = ACTIONS(3059), + [anon_sym_fn] = ACTIONS(3059), + [anon_sym_PLUS] = ACTIONS(3059), + [anon_sym_DASH] = ACTIONS(3059), + [anon_sym_STAR] = ACTIONS(3057), + [anon_sym_SLASH] = ACTIONS(3059), + [anon_sym_PERCENT] = ACTIONS(3057), + [anon_sym_LT] = ACTIONS(3059), + [anon_sym_GT] = ACTIONS(3059), + [anon_sym_EQ_EQ] = ACTIONS(3057), + [anon_sym_BANG_EQ] = ACTIONS(3057), + [anon_sym_LT_EQ] = ACTIONS(3057), + [anon_sym_GT_EQ] = ACTIONS(3057), + [anon_sym_LBRACK] = ACTIONS(3057), + [anon_sym_LT2] = ACTIONS(3059), + [anon_sym_RBRACK] = ACTIONS(3057), + [anon_sym_struct] = ACTIONS(3059), + [anon_sym_mut] = ACTIONS(3059), + [anon_sym_PLUS_PLUS] = ACTIONS(3057), + [anon_sym_DASH_DASH] = ACTIONS(3057), + [anon_sym_QMARK] = ACTIONS(3059), + [anon_sym_BANG] = ACTIONS(3059), + [anon_sym_go] = ACTIONS(3059), + [anon_sym_spawn] = ACTIONS(3059), + [anon_sym_json_DOTdecode] = ACTIONS(3057), + [anon_sym_LBRACK2] = ACTIONS(3059), + [anon_sym_TILDE] = ACTIONS(3057), + [anon_sym_CARET] = ACTIONS(3057), + [anon_sym_AMP] = ACTIONS(3059), + [anon_sym_LT_DASH] = ACTIONS(3057), + [anon_sym_LT_LT] = ACTIONS(3057), + [anon_sym_GT_GT] = ACTIONS(3059), + [anon_sym_GT_GT_GT] = ACTIONS(3057), + [anon_sym_AMP_CARET] = ACTIONS(3057), + [anon_sym_AMP_AMP] = ACTIONS(3057), + [anon_sym_PIPE_PIPE] = ACTIONS(3057), + [anon_sym_or] = ACTIONS(3059), + [sym_none] = ACTIONS(3059), + [sym_true] = ACTIONS(3059), + [sym_false] = ACTIONS(3059), + [sym_nil] = ACTIONS(3059), + [anon_sym_QMARK_DOT] = ACTIONS(3057), + [anon_sym_POUND_LBRACK] = ACTIONS(3057), + [anon_sym_if] = ACTIONS(3059), + [anon_sym_DOLLARif] = ACTIONS(3059), + [anon_sym_is] = ACTIONS(3059), + [anon_sym_BANGis] = ACTIONS(3057), + [anon_sym_in] = ACTIONS(3059), + [anon_sym_BANGin] = ACTIONS(3057), + [anon_sym_match] = ACTIONS(3059), + [anon_sym_select] = ACTIONS(3059), + [anon_sym_lock] = ACTIONS(3059), + [anon_sym_rlock] = ACTIONS(3059), + [anon_sym_unsafe] = ACTIONS(3059), + [anon_sym_sql] = ACTIONS(3059), + [sym_int_literal] = ACTIONS(3059), + [sym_float_literal] = ACTIONS(3057), + [sym_rune_literal] = ACTIONS(3057), + [anon_sym_AT] = ACTIONS(3059), + [anon_sym_shared] = ACTIONS(3059), + [anon_sym_map_LBRACK] = ACTIONS(3057), + [anon_sym_chan] = ACTIONS(3059), + [anon_sym_thread] = ACTIONS(3059), + [anon_sym_atomic] = ACTIONS(3059), + [sym___double_quote] = ACTIONS(3057), + [sym___single_quote] = ACTIONS(3057), + [sym___c_double_quote] = ACTIONS(3057), + [sym___c_single_quote] = ACTIONS(3057), + [sym___r_double_quote] = ACTIONS(3057), + [sym___r_single_quote] = ACTIONS(3057), }, - [1330] = { - [sym_identifier] = ACTIONS(3165), + [1347] = { + [sym_identifier] = ACTIONS(3119), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3165), - [anon_sym_as] = ACTIONS(3165), - [anon_sym_LBRACE] = ACTIONS(3163), - [anon_sym_COMMA] = ACTIONS(3163), - [anon_sym_LPAREN] = ACTIONS(3163), - [anon_sym_PIPE] = ACTIONS(3165), - [anon_sym_fn] = ACTIONS(3165), - [anon_sym_PLUS] = ACTIONS(3165), - [anon_sym_DASH] = ACTIONS(3165), - [anon_sym_STAR] = ACTIONS(3163), - [anon_sym_SLASH] = ACTIONS(3165), - [anon_sym_PERCENT] = ACTIONS(3163), - [anon_sym_LT] = ACTIONS(3165), - [anon_sym_GT] = ACTIONS(3165), - [anon_sym_EQ_EQ] = ACTIONS(3163), - [anon_sym_BANG_EQ] = ACTIONS(3163), - [anon_sym_LT_EQ] = ACTIONS(3163), - [anon_sym_GT_EQ] = ACTIONS(3163), - [anon_sym_LBRACK] = ACTIONS(3163), - [anon_sym_RBRACK] = ACTIONS(3163), - [anon_sym_struct] = ACTIONS(3165), - [anon_sym_mut] = ACTIONS(3165), - [anon_sym_PLUS_PLUS] = ACTIONS(3163), - [anon_sym_DASH_DASH] = ACTIONS(3163), - [anon_sym_QMARK] = ACTIONS(3165), - [anon_sym_BANG] = ACTIONS(3165), - [anon_sym_go] = ACTIONS(3165), - [anon_sym_spawn] = ACTIONS(3165), - [anon_sym_json_DOTdecode] = ACTIONS(3163), - [anon_sym_LBRACK2] = ACTIONS(3165), - [anon_sym_TILDE] = ACTIONS(3163), - [anon_sym_CARET] = ACTIONS(3163), - [anon_sym_AMP] = ACTIONS(3165), - [anon_sym_LT_DASH] = ACTIONS(3163), - [anon_sym_LT_LT] = ACTIONS(3163), - [anon_sym_GT_GT] = ACTIONS(3165), - [anon_sym_GT_GT_GT] = ACTIONS(3163), - [anon_sym_AMP_CARET] = ACTIONS(3163), - [anon_sym_AMP_AMP] = ACTIONS(3163), - [anon_sym_PIPE_PIPE] = ACTIONS(3163), - [anon_sym_or] = ACTIONS(3165), - [sym_none] = ACTIONS(3165), - [sym_true] = ACTIONS(3165), - [sym_false] = ACTIONS(3165), - [sym_nil] = ACTIONS(3165), - [anon_sym_QMARK_DOT] = ACTIONS(3163), - [anon_sym_POUND_LBRACK] = ACTIONS(3163), - [anon_sym_if] = ACTIONS(3165), - [anon_sym_DOLLARif] = ACTIONS(3165), - [anon_sym_is] = ACTIONS(3165), - [anon_sym_BANGis] = ACTIONS(3163), - [anon_sym_in] = ACTIONS(3165), - [anon_sym_BANGin] = ACTIONS(3163), - [anon_sym_match] = ACTIONS(3165), - [anon_sym_select] = ACTIONS(3165), - [anon_sym_lock] = ACTIONS(3165), - [anon_sym_rlock] = ACTIONS(3165), - [anon_sym_unsafe] = ACTIONS(3165), - [anon_sym_sql] = ACTIONS(3165), - [sym_int_literal] = ACTIONS(3165), - [sym_float_literal] = ACTIONS(3163), - [sym_rune_literal] = ACTIONS(3163), - [anon_sym_AT] = ACTIONS(3165), - [anon_sym_shared] = ACTIONS(3165), - [anon_sym_map_LBRACK] = ACTIONS(3163), - [anon_sym_chan] = ACTIONS(3165), - [anon_sym_thread] = ACTIONS(3165), - [anon_sym_atomic] = ACTIONS(3165), - [sym___double_quote] = ACTIONS(3163), - [sym___single_quote] = ACTIONS(3163), - [sym___c_double_quote] = ACTIONS(3163), - [sym___c_single_quote] = ACTIONS(3163), - [sym___r_double_quote] = ACTIONS(3163), - [sym___r_single_quote] = ACTIONS(3163), + [anon_sym_DOT] = ACTIONS(3119), + [anon_sym_as] = ACTIONS(3119), + [anon_sym_LBRACE] = ACTIONS(3117), + [anon_sym_COMMA] = ACTIONS(3117), + [anon_sym_LPAREN] = ACTIONS(3117), + [anon_sym_PIPE] = ACTIONS(3119), + [anon_sym_fn] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3117), + [anon_sym_SLASH] = ACTIONS(3119), + [anon_sym_PERCENT] = ACTIONS(3117), + [anon_sym_LT] = ACTIONS(3119), + [anon_sym_GT] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3117), + [anon_sym_BANG_EQ] = ACTIONS(3117), + [anon_sym_LT_EQ] = ACTIONS(3117), + [anon_sym_GT_EQ] = ACTIONS(3117), + [anon_sym_LBRACK] = ACTIONS(3117), + [anon_sym_LT2] = ACTIONS(3119), + [anon_sym_RBRACK] = ACTIONS(3117), + [anon_sym_struct] = ACTIONS(3119), + [anon_sym_mut] = ACTIONS(3119), + [anon_sym_PLUS_PLUS] = ACTIONS(3117), + [anon_sym_DASH_DASH] = ACTIONS(3117), + [anon_sym_QMARK] = ACTIONS(3119), + [anon_sym_BANG] = ACTIONS(3119), + [anon_sym_go] = ACTIONS(3119), + [anon_sym_spawn] = ACTIONS(3119), + [anon_sym_json_DOTdecode] = ACTIONS(3117), + [anon_sym_LBRACK2] = ACTIONS(3119), + [anon_sym_TILDE] = ACTIONS(3117), + [anon_sym_CARET] = ACTIONS(3117), + [anon_sym_AMP] = ACTIONS(3119), + [anon_sym_LT_DASH] = ACTIONS(3117), + [anon_sym_LT_LT] = ACTIONS(3117), + [anon_sym_GT_GT] = ACTIONS(3119), + [anon_sym_GT_GT_GT] = ACTIONS(3117), + [anon_sym_AMP_CARET] = ACTIONS(3117), + [anon_sym_AMP_AMP] = ACTIONS(3117), + [anon_sym_PIPE_PIPE] = ACTIONS(3117), + [anon_sym_or] = ACTIONS(3119), + [sym_none] = ACTIONS(3119), + [sym_true] = ACTIONS(3119), + [sym_false] = ACTIONS(3119), + [sym_nil] = ACTIONS(3119), + [anon_sym_QMARK_DOT] = ACTIONS(3117), + [anon_sym_POUND_LBRACK] = ACTIONS(3117), + [anon_sym_if] = ACTIONS(3119), + [anon_sym_DOLLARif] = ACTIONS(3119), + [anon_sym_is] = ACTIONS(3119), + [anon_sym_BANGis] = ACTIONS(3117), + [anon_sym_in] = ACTIONS(3119), + [anon_sym_BANGin] = ACTIONS(3117), + [anon_sym_match] = ACTIONS(3119), + [anon_sym_select] = ACTIONS(3119), + [anon_sym_lock] = ACTIONS(3119), + [anon_sym_rlock] = ACTIONS(3119), + [anon_sym_unsafe] = ACTIONS(3119), + [anon_sym_sql] = ACTIONS(3119), + [sym_int_literal] = ACTIONS(3119), + [sym_float_literal] = ACTIONS(3117), + [sym_rune_literal] = ACTIONS(3117), + [anon_sym_AT] = ACTIONS(3119), + [anon_sym_shared] = ACTIONS(3119), + [anon_sym_map_LBRACK] = ACTIONS(3117), + [anon_sym_chan] = ACTIONS(3119), + [anon_sym_thread] = ACTIONS(3119), + [anon_sym_atomic] = ACTIONS(3119), + [sym___double_quote] = ACTIONS(3117), + [sym___single_quote] = ACTIONS(3117), + [sym___c_double_quote] = ACTIONS(3117), + [sym___c_single_quote] = ACTIONS(3117), + [sym___r_double_quote] = ACTIONS(3117), + [sym___r_single_quote] = ACTIONS(3117), }, - [1331] = { - [sym_identifier] = ACTIONS(3169), + [1348] = { + [sym_identifier] = ACTIONS(3003), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3169), - [anon_sym_as] = ACTIONS(3169), - [anon_sym_LBRACE] = ACTIONS(3167), - [anon_sym_COMMA] = ACTIONS(3167), - [anon_sym_LPAREN] = ACTIONS(3167), - [anon_sym_PIPE] = ACTIONS(3169), - [anon_sym_fn] = ACTIONS(3169), - [anon_sym_PLUS] = ACTIONS(3169), - [anon_sym_DASH] = ACTIONS(3169), - [anon_sym_STAR] = ACTIONS(3167), - [anon_sym_SLASH] = ACTIONS(3169), - [anon_sym_PERCENT] = ACTIONS(3167), - [anon_sym_LT] = ACTIONS(3169), - [anon_sym_GT] = ACTIONS(3169), - [anon_sym_EQ_EQ] = ACTIONS(3167), - [anon_sym_BANG_EQ] = ACTIONS(3167), - [anon_sym_LT_EQ] = ACTIONS(3167), - [anon_sym_GT_EQ] = ACTIONS(3167), - [anon_sym_LBRACK] = ACTIONS(3167), - [anon_sym_RBRACK] = ACTIONS(3167), - [anon_sym_struct] = ACTIONS(3169), - [anon_sym_mut] = ACTIONS(3169), - [anon_sym_PLUS_PLUS] = ACTIONS(3167), - [anon_sym_DASH_DASH] = ACTIONS(3167), - [anon_sym_QMARK] = ACTIONS(3169), - [anon_sym_BANG] = ACTIONS(3169), - [anon_sym_go] = ACTIONS(3169), - [anon_sym_spawn] = ACTIONS(3169), - [anon_sym_json_DOTdecode] = ACTIONS(3167), - [anon_sym_LBRACK2] = ACTIONS(3169), - [anon_sym_TILDE] = ACTIONS(3167), - [anon_sym_CARET] = ACTIONS(3167), - [anon_sym_AMP] = ACTIONS(3169), - [anon_sym_LT_DASH] = ACTIONS(3167), - [anon_sym_LT_LT] = ACTIONS(3167), - [anon_sym_GT_GT] = ACTIONS(3169), - [anon_sym_GT_GT_GT] = ACTIONS(3167), - [anon_sym_AMP_CARET] = ACTIONS(3167), - [anon_sym_AMP_AMP] = ACTIONS(3167), - [anon_sym_PIPE_PIPE] = ACTIONS(3167), - [anon_sym_or] = ACTIONS(3169), - [sym_none] = ACTIONS(3169), - [sym_true] = ACTIONS(3169), - [sym_false] = ACTIONS(3169), - [sym_nil] = ACTIONS(3169), - [anon_sym_QMARK_DOT] = ACTIONS(3167), - [anon_sym_POUND_LBRACK] = ACTIONS(3167), - [anon_sym_if] = ACTIONS(3169), - [anon_sym_DOLLARif] = ACTIONS(3169), - [anon_sym_is] = ACTIONS(3169), - [anon_sym_BANGis] = ACTIONS(3167), - [anon_sym_in] = ACTIONS(3169), - [anon_sym_BANGin] = ACTIONS(3167), - [anon_sym_match] = ACTIONS(3169), - [anon_sym_select] = ACTIONS(3169), - [anon_sym_lock] = ACTIONS(3169), - [anon_sym_rlock] = ACTIONS(3169), - [anon_sym_unsafe] = ACTIONS(3169), - [anon_sym_sql] = ACTIONS(3169), - [sym_int_literal] = ACTIONS(3169), - [sym_float_literal] = ACTIONS(3167), - [sym_rune_literal] = ACTIONS(3167), - [anon_sym_AT] = ACTIONS(3169), - [anon_sym_shared] = ACTIONS(3169), - [anon_sym_map_LBRACK] = ACTIONS(3167), - [anon_sym_chan] = ACTIONS(3169), - [anon_sym_thread] = ACTIONS(3169), - [anon_sym_atomic] = ACTIONS(3169), - [sym___double_quote] = ACTIONS(3167), - [sym___single_quote] = ACTIONS(3167), - [sym___c_double_quote] = ACTIONS(3167), - [sym___c_single_quote] = ACTIONS(3167), - [sym___r_double_quote] = ACTIONS(3167), - [sym___r_single_quote] = ACTIONS(3167), + [anon_sym_DOT] = ACTIONS(3003), + [anon_sym_as] = ACTIONS(3003), + [anon_sym_LBRACE] = ACTIONS(3001), + [anon_sym_COMMA] = ACTIONS(3001), + [anon_sym_LPAREN] = ACTIONS(3001), + [anon_sym_PIPE] = ACTIONS(3003), + [anon_sym_fn] = ACTIONS(3003), + [anon_sym_PLUS] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3003), + [anon_sym_STAR] = ACTIONS(3001), + [anon_sym_SLASH] = ACTIONS(3003), + [anon_sym_PERCENT] = ACTIONS(3001), + [anon_sym_LT] = ACTIONS(3003), + [anon_sym_GT] = ACTIONS(3003), + [anon_sym_EQ_EQ] = ACTIONS(3001), + [anon_sym_BANG_EQ] = ACTIONS(3001), + [anon_sym_LT_EQ] = ACTIONS(3001), + [anon_sym_GT_EQ] = ACTIONS(3001), + [anon_sym_LBRACK] = ACTIONS(3001), + [anon_sym_LT2] = ACTIONS(3003), + [anon_sym_RBRACK] = ACTIONS(3001), + [anon_sym_struct] = ACTIONS(3003), + [anon_sym_mut] = ACTIONS(3003), + [anon_sym_PLUS_PLUS] = ACTIONS(3001), + [anon_sym_DASH_DASH] = ACTIONS(3001), + [anon_sym_QMARK] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_go] = ACTIONS(3003), + [anon_sym_spawn] = ACTIONS(3003), + [anon_sym_json_DOTdecode] = ACTIONS(3001), + [anon_sym_LBRACK2] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3001), + [anon_sym_CARET] = ACTIONS(3001), + [anon_sym_AMP] = ACTIONS(3003), + [anon_sym_LT_DASH] = ACTIONS(3001), + [anon_sym_LT_LT] = ACTIONS(3001), + [anon_sym_GT_GT] = ACTIONS(3003), + [anon_sym_GT_GT_GT] = ACTIONS(3001), + [anon_sym_AMP_CARET] = ACTIONS(3001), + [anon_sym_AMP_AMP] = ACTIONS(3001), + [anon_sym_PIPE_PIPE] = ACTIONS(3001), + [anon_sym_or] = ACTIONS(3003), + [sym_none] = ACTIONS(3003), + [sym_true] = ACTIONS(3003), + [sym_false] = ACTIONS(3003), + [sym_nil] = ACTIONS(3003), + [anon_sym_QMARK_DOT] = ACTIONS(3001), + [anon_sym_POUND_LBRACK] = ACTIONS(3001), + [anon_sym_if] = ACTIONS(3003), + [anon_sym_DOLLARif] = ACTIONS(3003), + [anon_sym_is] = ACTIONS(3003), + [anon_sym_BANGis] = ACTIONS(3001), + [anon_sym_in] = ACTIONS(3003), + [anon_sym_BANGin] = ACTIONS(3001), + [anon_sym_match] = ACTIONS(3003), + [anon_sym_select] = ACTIONS(3003), + [anon_sym_lock] = ACTIONS(3003), + [anon_sym_rlock] = ACTIONS(3003), + [anon_sym_unsafe] = ACTIONS(3003), + [anon_sym_sql] = ACTIONS(3003), + [sym_int_literal] = ACTIONS(3003), + [sym_float_literal] = ACTIONS(3001), + [sym_rune_literal] = ACTIONS(3001), + [anon_sym_AT] = ACTIONS(3003), + [anon_sym_shared] = ACTIONS(3003), + [anon_sym_map_LBRACK] = ACTIONS(3001), + [anon_sym_chan] = ACTIONS(3003), + [anon_sym_thread] = ACTIONS(3003), + [anon_sym_atomic] = ACTIONS(3003), + [sym___double_quote] = ACTIONS(3001), + [sym___single_quote] = ACTIONS(3001), + [sym___c_double_quote] = ACTIONS(3001), + [sym___c_single_quote] = ACTIONS(3001), + [sym___r_double_quote] = ACTIONS(3001), + [sym___r_single_quote] = ACTIONS(3001), }, - [1332] = { - [sym_identifier] = ACTIONS(2971), + [1349] = { + [sym_identifier] = ACTIONS(2915), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2973), - [anon_sym_as] = ACTIONS(2973), - [anon_sym_LBRACE] = ACTIONS(2969), - [anon_sym_COMMA] = ACTIONS(2969), - [anon_sym_LPAREN] = ACTIONS(2976), - [anon_sym_PIPE] = ACTIONS(2973), - [anon_sym_fn] = ACTIONS(2971), - [anon_sym_PLUS] = ACTIONS(2973), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2976), - [anon_sym_SLASH] = ACTIONS(2973), - [anon_sym_PERCENT] = ACTIONS(2976), - [anon_sym_LT] = ACTIONS(2973), - [anon_sym_GT] = ACTIONS(2973), - [anon_sym_EQ_EQ] = ACTIONS(2976), - [anon_sym_BANG_EQ] = ACTIONS(2976), - [anon_sym_LT_EQ] = ACTIONS(2976), - [anon_sym_GT_EQ] = ACTIONS(2976), - [anon_sym_LBRACK] = ACTIONS(2976), - [anon_sym_RBRACK] = ACTIONS(2969), - [anon_sym_struct] = ACTIONS(2971), - [anon_sym_mut] = ACTIONS(2971), - [anon_sym_PLUS_PLUS] = ACTIONS(2976), - [anon_sym_DASH_DASH] = ACTIONS(2976), - [anon_sym_QMARK] = ACTIONS(2973), - [anon_sym_BANG] = ACTIONS(2973), - [anon_sym_go] = ACTIONS(2971), - [anon_sym_spawn] = ACTIONS(2971), - [anon_sym_json_DOTdecode] = ACTIONS(2969), - [anon_sym_LBRACK2] = ACTIONS(2973), - [anon_sym_TILDE] = ACTIONS(2969), - [anon_sym_CARET] = ACTIONS(2976), - [anon_sym_AMP] = ACTIONS(2973), - [anon_sym_LT_DASH] = ACTIONS(2969), - [anon_sym_LT_LT] = ACTIONS(2976), - [anon_sym_GT_GT] = ACTIONS(2973), - [anon_sym_GT_GT_GT] = ACTIONS(2976), - [anon_sym_AMP_CARET] = ACTIONS(2976), - [anon_sym_AMP_AMP] = ACTIONS(2976), - [anon_sym_PIPE_PIPE] = ACTIONS(2976), - [anon_sym_or] = ACTIONS(2973), - [sym_none] = ACTIONS(2971), - [sym_true] = ACTIONS(2971), - [sym_false] = ACTIONS(2971), - [sym_nil] = ACTIONS(2971), - [anon_sym_QMARK_DOT] = ACTIONS(2976), - [anon_sym_POUND_LBRACK] = ACTIONS(2976), - [anon_sym_if] = ACTIONS(2971), - [anon_sym_DOLLARif] = ACTIONS(2971), - [anon_sym_is] = ACTIONS(2973), - [anon_sym_BANGis] = ACTIONS(2976), - [anon_sym_in] = ACTIONS(2973), - [anon_sym_BANGin] = ACTIONS(2976), - [anon_sym_match] = ACTIONS(2971), - [anon_sym_select] = ACTIONS(2971), - [anon_sym_lock] = ACTIONS(2971), - [anon_sym_rlock] = ACTIONS(2971), - [anon_sym_unsafe] = ACTIONS(2971), - [anon_sym_sql] = ACTIONS(2971), - [sym_int_literal] = ACTIONS(2971), - [sym_float_literal] = ACTIONS(2969), - [sym_rune_literal] = ACTIONS(2969), - [anon_sym_AT] = ACTIONS(2971), - [anon_sym_shared] = ACTIONS(2971), - [anon_sym_map_LBRACK] = ACTIONS(2969), - [anon_sym_chan] = ACTIONS(2971), - [anon_sym_thread] = ACTIONS(2971), - [anon_sym_atomic] = ACTIONS(2971), - [sym___double_quote] = ACTIONS(2969), - [sym___single_quote] = ACTIONS(2969), - [sym___c_double_quote] = ACTIONS(2969), - [sym___c_single_quote] = ACTIONS(2969), - [sym___r_double_quote] = ACTIONS(2969), - [sym___r_single_quote] = ACTIONS(2969), + [anon_sym_DOT] = ACTIONS(2915), + [anon_sym_as] = ACTIONS(2915), + [anon_sym_LBRACE] = ACTIONS(2913), + [anon_sym_COMMA] = ACTIONS(2913), + [anon_sym_LPAREN] = ACTIONS(2913), + [anon_sym_PIPE] = ACTIONS(2915), + [anon_sym_fn] = ACTIONS(2915), + [anon_sym_PLUS] = ACTIONS(2915), + [anon_sym_DASH] = ACTIONS(2915), + [anon_sym_STAR] = ACTIONS(2913), + [anon_sym_SLASH] = ACTIONS(2915), + [anon_sym_PERCENT] = ACTIONS(2913), + [anon_sym_LT] = ACTIONS(2915), + [anon_sym_GT] = ACTIONS(2915), + [anon_sym_EQ_EQ] = ACTIONS(2913), + [anon_sym_BANG_EQ] = ACTIONS(2913), + [anon_sym_LT_EQ] = ACTIONS(2913), + [anon_sym_GT_EQ] = ACTIONS(2913), + [anon_sym_LBRACK] = ACTIONS(2913), + [anon_sym_LT2] = ACTIONS(2915), + [anon_sym_RBRACK] = ACTIONS(2913), + [anon_sym_struct] = ACTIONS(2915), + [anon_sym_mut] = ACTIONS(2915), + [anon_sym_PLUS_PLUS] = ACTIONS(2913), + [anon_sym_DASH_DASH] = ACTIONS(2913), + [anon_sym_QMARK] = ACTIONS(2915), + [anon_sym_BANG] = ACTIONS(2915), + [anon_sym_go] = ACTIONS(2915), + [anon_sym_spawn] = ACTIONS(2915), + [anon_sym_json_DOTdecode] = ACTIONS(2913), + [anon_sym_LBRACK2] = ACTIONS(2915), + [anon_sym_TILDE] = ACTIONS(2913), + [anon_sym_CARET] = ACTIONS(2913), + [anon_sym_AMP] = ACTIONS(2915), + [anon_sym_LT_DASH] = ACTIONS(2913), + [anon_sym_LT_LT] = ACTIONS(2913), + [anon_sym_GT_GT] = ACTIONS(2915), + [anon_sym_GT_GT_GT] = ACTIONS(2913), + [anon_sym_AMP_CARET] = ACTIONS(2913), + [anon_sym_AMP_AMP] = ACTIONS(2913), + [anon_sym_PIPE_PIPE] = ACTIONS(2913), + [anon_sym_or] = ACTIONS(2915), + [sym_none] = ACTIONS(2915), + [sym_true] = ACTIONS(2915), + [sym_false] = ACTIONS(2915), + [sym_nil] = ACTIONS(2915), + [anon_sym_QMARK_DOT] = ACTIONS(2913), + [anon_sym_POUND_LBRACK] = ACTIONS(2913), + [anon_sym_if] = ACTIONS(2915), + [anon_sym_DOLLARif] = ACTIONS(2915), + [anon_sym_is] = ACTIONS(2915), + [anon_sym_BANGis] = ACTIONS(2913), + [anon_sym_in] = ACTIONS(2915), + [anon_sym_BANGin] = ACTIONS(2913), + [anon_sym_match] = ACTIONS(2915), + [anon_sym_select] = ACTIONS(2915), + [anon_sym_lock] = ACTIONS(2915), + [anon_sym_rlock] = ACTIONS(2915), + [anon_sym_unsafe] = ACTIONS(2915), + [anon_sym_sql] = ACTIONS(2915), + [sym_int_literal] = ACTIONS(2915), + [sym_float_literal] = ACTIONS(2913), + [sym_rune_literal] = ACTIONS(2913), + [anon_sym_AT] = ACTIONS(2915), + [anon_sym_shared] = ACTIONS(2915), + [anon_sym_map_LBRACK] = ACTIONS(2913), + [anon_sym_chan] = ACTIONS(2915), + [anon_sym_thread] = ACTIONS(2915), + [anon_sym_atomic] = ACTIONS(2915), + [sym___double_quote] = ACTIONS(2913), + [sym___single_quote] = ACTIONS(2913), + [sym___c_double_quote] = ACTIONS(2913), + [sym___c_single_quote] = ACTIONS(2913), + [sym___r_double_quote] = ACTIONS(2913), + [sym___r_single_quote] = ACTIONS(2913), }, - [1333] = { - [sym_identifier] = ACTIONS(3029), + [1350] = { + [sym_identifier] = ACTIONS(3151), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3029), - [anon_sym_as] = ACTIONS(3029), - [anon_sym_LBRACE] = ACTIONS(3027), - [anon_sym_COMMA] = ACTIONS(3027), - [anon_sym_LPAREN] = ACTIONS(3027), - [anon_sym_PIPE] = ACTIONS(3029), - [anon_sym_fn] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3029), - [anon_sym_DASH] = ACTIONS(3029), - [anon_sym_STAR] = ACTIONS(3027), - [anon_sym_SLASH] = ACTIONS(3029), - [anon_sym_PERCENT] = ACTIONS(3027), - [anon_sym_LT] = ACTIONS(3029), - [anon_sym_GT] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_LT_EQ] = ACTIONS(3027), - [anon_sym_GT_EQ] = ACTIONS(3027), - [anon_sym_LBRACK] = ACTIONS(3027), - [anon_sym_RBRACK] = ACTIONS(3027), - [anon_sym_struct] = ACTIONS(3029), - [anon_sym_mut] = ACTIONS(3029), - [anon_sym_PLUS_PLUS] = ACTIONS(3027), - [anon_sym_DASH_DASH] = ACTIONS(3027), - [anon_sym_QMARK] = ACTIONS(3029), - [anon_sym_BANG] = ACTIONS(3029), - [anon_sym_go] = ACTIONS(3029), - [anon_sym_spawn] = ACTIONS(3029), - [anon_sym_json_DOTdecode] = ACTIONS(3027), - [anon_sym_LBRACK2] = ACTIONS(3029), - [anon_sym_TILDE] = ACTIONS(3027), - [anon_sym_CARET] = ACTIONS(3027), - [anon_sym_AMP] = ACTIONS(3029), - [anon_sym_LT_DASH] = ACTIONS(3027), - [anon_sym_LT_LT] = ACTIONS(3027), - [anon_sym_GT_GT] = ACTIONS(3029), - [anon_sym_GT_GT_GT] = ACTIONS(3027), - [anon_sym_AMP_CARET] = ACTIONS(3027), - [anon_sym_AMP_AMP] = ACTIONS(3027), - [anon_sym_PIPE_PIPE] = ACTIONS(3027), - [anon_sym_or] = ACTIONS(3029), - [sym_none] = ACTIONS(3029), - [sym_true] = ACTIONS(3029), - [sym_false] = ACTIONS(3029), - [sym_nil] = ACTIONS(3029), - [anon_sym_QMARK_DOT] = ACTIONS(3027), - [anon_sym_POUND_LBRACK] = ACTIONS(3027), - [anon_sym_if] = ACTIONS(3029), - [anon_sym_DOLLARif] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3029), - [anon_sym_BANGis] = ACTIONS(3027), - [anon_sym_in] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3027), - [anon_sym_match] = ACTIONS(3029), - [anon_sym_select] = ACTIONS(3029), - [anon_sym_lock] = ACTIONS(3029), - [anon_sym_rlock] = ACTIONS(3029), - [anon_sym_unsafe] = ACTIONS(3029), - [anon_sym_sql] = ACTIONS(3029), - [sym_int_literal] = ACTIONS(3029), - [sym_float_literal] = ACTIONS(3027), - [sym_rune_literal] = ACTIONS(3027), - [anon_sym_AT] = ACTIONS(3029), - [anon_sym_shared] = ACTIONS(3029), - [anon_sym_map_LBRACK] = ACTIONS(3027), - [anon_sym_chan] = ACTIONS(3029), - [anon_sym_thread] = ACTIONS(3029), - [anon_sym_atomic] = ACTIONS(3029), - [sym___double_quote] = ACTIONS(3027), - [sym___single_quote] = ACTIONS(3027), - [sym___c_double_quote] = ACTIONS(3027), - [sym___c_single_quote] = ACTIONS(3027), - [sym___r_double_quote] = ACTIONS(3027), - [sym___r_single_quote] = ACTIONS(3027), + [anon_sym_DOT] = ACTIONS(3151), + [anon_sym_as] = ACTIONS(3151), + [anon_sym_LBRACE] = ACTIONS(3149), + [anon_sym_COMMA] = ACTIONS(3149), + [anon_sym_LPAREN] = ACTIONS(3149), + [anon_sym_PIPE] = ACTIONS(3151), + [anon_sym_fn] = ACTIONS(3151), + [anon_sym_PLUS] = ACTIONS(3151), + [anon_sym_DASH] = ACTIONS(3151), + [anon_sym_STAR] = ACTIONS(3149), + [anon_sym_SLASH] = ACTIONS(3151), + [anon_sym_PERCENT] = ACTIONS(3149), + [anon_sym_LT] = ACTIONS(3151), + [anon_sym_GT] = ACTIONS(3151), + [anon_sym_EQ_EQ] = ACTIONS(3149), + [anon_sym_BANG_EQ] = ACTIONS(3149), + [anon_sym_LT_EQ] = ACTIONS(3149), + [anon_sym_GT_EQ] = ACTIONS(3149), + [anon_sym_LBRACK] = ACTIONS(3149), + [anon_sym_LT2] = ACTIONS(3151), + [anon_sym_RBRACK] = ACTIONS(3149), + [anon_sym_struct] = ACTIONS(3151), + [anon_sym_mut] = ACTIONS(3151), + [anon_sym_PLUS_PLUS] = ACTIONS(3149), + [anon_sym_DASH_DASH] = ACTIONS(3149), + [anon_sym_QMARK] = ACTIONS(3151), + [anon_sym_BANG] = ACTIONS(3151), + [anon_sym_go] = ACTIONS(3151), + [anon_sym_spawn] = ACTIONS(3151), + [anon_sym_json_DOTdecode] = ACTIONS(3149), + [anon_sym_LBRACK2] = ACTIONS(3151), + [anon_sym_TILDE] = ACTIONS(3149), + [anon_sym_CARET] = ACTIONS(3149), + [anon_sym_AMP] = ACTIONS(3151), + [anon_sym_LT_DASH] = ACTIONS(3149), + [anon_sym_LT_LT] = ACTIONS(3149), + [anon_sym_GT_GT] = ACTIONS(3151), + [anon_sym_GT_GT_GT] = ACTIONS(3149), + [anon_sym_AMP_CARET] = ACTIONS(3149), + [anon_sym_AMP_AMP] = ACTIONS(3149), + [anon_sym_PIPE_PIPE] = ACTIONS(3149), + [anon_sym_or] = ACTIONS(3151), + [sym_none] = ACTIONS(3151), + [sym_true] = ACTIONS(3151), + [sym_false] = ACTIONS(3151), + [sym_nil] = ACTIONS(3151), + [anon_sym_QMARK_DOT] = ACTIONS(3149), + [anon_sym_POUND_LBRACK] = ACTIONS(3149), + [anon_sym_if] = ACTIONS(3151), + [anon_sym_DOLLARif] = ACTIONS(3151), + [anon_sym_is] = ACTIONS(3151), + [anon_sym_BANGis] = ACTIONS(3149), + [anon_sym_in] = ACTIONS(3151), + [anon_sym_BANGin] = ACTIONS(3149), + [anon_sym_match] = ACTIONS(3151), + [anon_sym_select] = ACTIONS(3151), + [anon_sym_lock] = ACTIONS(3151), + [anon_sym_rlock] = ACTIONS(3151), + [anon_sym_unsafe] = ACTIONS(3151), + [anon_sym_sql] = ACTIONS(3151), + [sym_int_literal] = ACTIONS(3151), + [sym_float_literal] = ACTIONS(3149), + [sym_rune_literal] = ACTIONS(3149), + [anon_sym_AT] = ACTIONS(3151), + [anon_sym_shared] = ACTIONS(3151), + [anon_sym_map_LBRACK] = ACTIONS(3149), + [anon_sym_chan] = ACTIONS(3151), + [anon_sym_thread] = ACTIONS(3151), + [anon_sym_atomic] = ACTIONS(3151), + [sym___double_quote] = ACTIONS(3149), + [sym___single_quote] = ACTIONS(3149), + [sym___c_double_quote] = ACTIONS(3149), + [sym___c_single_quote] = ACTIONS(3149), + [sym___r_double_quote] = ACTIONS(3149), + [sym___r_single_quote] = ACTIONS(3149), }, - [1334] = { - [sym_identifier] = ACTIONS(3053), + [1351] = { + [sym_identifier] = ACTIONS(3147), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3053), - [anon_sym_as] = ACTIONS(3053), - [anon_sym_LBRACE] = ACTIONS(3051), - [anon_sym_COMMA] = ACTIONS(3051), - [anon_sym_LPAREN] = ACTIONS(3051), - [anon_sym_PIPE] = ACTIONS(3053), - [anon_sym_fn] = ACTIONS(3053), - [anon_sym_PLUS] = ACTIONS(3053), - [anon_sym_DASH] = ACTIONS(3053), - [anon_sym_STAR] = ACTIONS(3051), - [anon_sym_SLASH] = ACTIONS(3053), - [anon_sym_PERCENT] = ACTIONS(3051), - [anon_sym_LT] = ACTIONS(3053), - [anon_sym_GT] = ACTIONS(3053), - [anon_sym_EQ_EQ] = ACTIONS(3051), - [anon_sym_BANG_EQ] = ACTIONS(3051), - [anon_sym_LT_EQ] = ACTIONS(3051), - [anon_sym_GT_EQ] = ACTIONS(3051), - [anon_sym_LBRACK] = ACTIONS(3051), - [anon_sym_RBRACK] = ACTIONS(3051), - [anon_sym_struct] = ACTIONS(3053), - [anon_sym_mut] = ACTIONS(3053), - [anon_sym_PLUS_PLUS] = ACTIONS(3051), - [anon_sym_DASH_DASH] = ACTIONS(3051), - [anon_sym_QMARK] = ACTIONS(3053), - [anon_sym_BANG] = ACTIONS(3053), - [anon_sym_go] = ACTIONS(3053), - [anon_sym_spawn] = ACTIONS(3053), - [anon_sym_json_DOTdecode] = ACTIONS(3051), - [anon_sym_LBRACK2] = ACTIONS(3053), - [anon_sym_TILDE] = ACTIONS(3051), - [anon_sym_CARET] = ACTIONS(3051), - [anon_sym_AMP] = ACTIONS(3053), - [anon_sym_LT_DASH] = ACTIONS(3051), - [anon_sym_LT_LT] = ACTIONS(3051), - [anon_sym_GT_GT] = ACTIONS(3053), - [anon_sym_GT_GT_GT] = ACTIONS(3051), - [anon_sym_AMP_CARET] = ACTIONS(3051), - [anon_sym_AMP_AMP] = ACTIONS(3051), - [anon_sym_PIPE_PIPE] = ACTIONS(3051), - [anon_sym_or] = ACTIONS(3053), - [sym_none] = ACTIONS(3053), - [sym_true] = ACTIONS(3053), - [sym_false] = ACTIONS(3053), - [sym_nil] = ACTIONS(3053), - [anon_sym_QMARK_DOT] = ACTIONS(3051), - [anon_sym_POUND_LBRACK] = ACTIONS(3051), - [anon_sym_if] = ACTIONS(3053), - [anon_sym_DOLLARif] = ACTIONS(3053), - [anon_sym_is] = ACTIONS(3053), - [anon_sym_BANGis] = ACTIONS(3051), - [anon_sym_in] = ACTIONS(3053), - [anon_sym_BANGin] = ACTIONS(3051), - [anon_sym_match] = ACTIONS(3053), - [anon_sym_select] = ACTIONS(3053), - [anon_sym_lock] = ACTIONS(3053), - [anon_sym_rlock] = ACTIONS(3053), - [anon_sym_unsafe] = ACTIONS(3053), - [anon_sym_sql] = ACTIONS(3053), - [sym_int_literal] = ACTIONS(3053), - [sym_float_literal] = ACTIONS(3051), - [sym_rune_literal] = ACTIONS(3051), - [anon_sym_AT] = ACTIONS(3053), - [anon_sym_shared] = ACTIONS(3053), - [anon_sym_map_LBRACK] = ACTIONS(3051), - [anon_sym_chan] = ACTIONS(3053), - [anon_sym_thread] = ACTIONS(3053), - [anon_sym_atomic] = ACTIONS(3053), - [sym___double_quote] = ACTIONS(3051), - [sym___single_quote] = ACTIONS(3051), - [sym___c_double_quote] = ACTIONS(3051), - [sym___c_single_quote] = ACTIONS(3051), - [sym___r_double_quote] = ACTIONS(3051), - [sym___r_single_quote] = ACTIONS(3051), + [anon_sym_DOT] = ACTIONS(3147), + [anon_sym_as] = ACTIONS(3147), + [anon_sym_LBRACE] = ACTIONS(3145), + [anon_sym_COMMA] = ACTIONS(3145), + [anon_sym_LPAREN] = ACTIONS(3145), + [anon_sym_PIPE] = ACTIONS(3147), + [anon_sym_fn] = ACTIONS(3147), + [anon_sym_PLUS] = ACTIONS(3147), + [anon_sym_DASH] = ACTIONS(3147), + [anon_sym_STAR] = ACTIONS(3145), + [anon_sym_SLASH] = ACTIONS(3147), + [anon_sym_PERCENT] = ACTIONS(3145), + [anon_sym_LT] = ACTIONS(3147), + [anon_sym_GT] = ACTIONS(3147), + [anon_sym_EQ_EQ] = ACTIONS(3145), + [anon_sym_BANG_EQ] = ACTIONS(3145), + [anon_sym_LT_EQ] = ACTIONS(3145), + [anon_sym_GT_EQ] = ACTIONS(3145), + [anon_sym_LBRACK] = ACTIONS(3145), + [anon_sym_LT2] = ACTIONS(3147), + [anon_sym_RBRACK] = ACTIONS(3145), + [anon_sym_struct] = ACTIONS(3147), + [anon_sym_mut] = ACTIONS(3147), + [anon_sym_PLUS_PLUS] = ACTIONS(3145), + [anon_sym_DASH_DASH] = ACTIONS(3145), + [anon_sym_QMARK] = ACTIONS(3147), + [anon_sym_BANG] = ACTIONS(3147), + [anon_sym_go] = ACTIONS(3147), + [anon_sym_spawn] = ACTIONS(3147), + [anon_sym_json_DOTdecode] = ACTIONS(3145), + [anon_sym_LBRACK2] = ACTIONS(3147), + [anon_sym_TILDE] = ACTIONS(3145), + [anon_sym_CARET] = ACTIONS(3145), + [anon_sym_AMP] = ACTIONS(3147), + [anon_sym_LT_DASH] = ACTIONS(3145), + [anon_sym_LT_LT] = ACTIONS(3145), + [anon_sym_GT_GT] = ACTIONS(3147), + [anon_sym_GT_GT_GT] = ACTIONS(3145), + [anon_sym_AMP_CARET] = ACTIONS(3145), + [anon_sym_AMP_AMP] = ACTIONS(3145), + [anon_sym_PIPE_PIPE] = ACTIONS(3145), + [anon_sym_or] = ACTIONS(3147), + [sym_none] = ACTIONS(3147), + [sym_true] = ACTIONS(3147), + [sym_false] = ACTIONS(3147), + [sym_nil] = ACTIONS(3147), + [anon_sym_QMARK_DOT] = ACTIONS(3145), + [anon_sym_POUND_LBRACK] = ACTIONS(3145), + [anon_sym_if] = ACTIONS(3147), + [anon_sym_DOLLARif] = ACTIONS(3147), + [anon_sym_is] = ACTIONS(3147), + [anon_sym_BANGis] = ACTIONS(3145), + [anon_sym_in] = ACTIONS(3147), + [anon_sym_BANGin] = ACTIONS(3145), + [anon_sym_match] = ACTIONS(3147), + [anon_sym_select] = ACTIONS(3147), + [anon_sym_lock] = ACTIONS(3147), + [anon_sym_rlock] = ACTIONS(3147), + [anon_sym_unsafe] = ACTIONS(3147), + [anon_sym_sql] = ACTIONS(3147), + [sym_int_literal] = ACTIONS(3147), + [sym_float_literal] = ACTIONS(3145), + [sym_rune_literal] = ACTIONS(3145), + [anon_sym_AT] = ACTIONS(3147), + [anon_sym_shared] = ACTIONS(3147), + [anon_sym_map_LBRACK] = ACTIONS(3145), + [anon_sym_chan] = ACTIONS(3147), + [anon_sym_thread] = ACTIONS(3147), + [anon_sym_atomic] = ACTIONS(3147), + [sym___double_quote] = ACTIONS(3145), + [sym___single_quote] = ACTIONS(3145), + [sym___c_double_quote] = ACTIONS(3145), + [sym___c_single_quote] = ACTIONS(3145), + [sym___r_double_quote] = ACTIONS(3145), + [sym___r_single_quote] = ACTIONS(3145), }, - [1335] = { - [sym_identifier] = ACTIONS(3065), + [1352] = { + [sym_identifier] = ACTIONS(2995), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3065), - [anon_sym_as] = ACTIONS(3065), - [anon_sym_LBRACE] = ACTIONS(3063), - [anon_sym_COMMA] = ACTIONS(3063), - [anon_sym_LPAREN] = ACTIONS(3063), - [anon_sym_PIPE] = ACTIONS(3065), - [anon_sym_fn] = ACTIONS(3065), - [anon_sym_PLUS] = ACTIONS(3065), - [anon_sym_DASH] = ACTIONS(3065), - [anon_sym_STAR] = ACTIONS(3063), - [anon_sym_SLASH] = ACTIONS(3065), - [anon_sym_PERCENT] = ACTIONS(3063), - [anon_sym_LT] = ACTIONS(3065), - [anon_sym_GT] = ACTIONS(3065), - [anon_sym_EQ_EQ] = ACTIONS(3063), - [anon_sym_BANG_EQ] = ACTIONS(3063), - [anon_sym_LT_EQ] = ACTIONS(3063), - [anon_sym_GT_EQ] = ACTIONS(3063), - [anon_sym_LBRACK] = ACTIONS(3063), - [anon_sym_RBRACK] = ACTIONS(3063), - [anon_sym_struct] = ACTIONS(3065), - [anon_sym_mut] = ACTIONS(3065), - [anon_sym_PLUS_PLUS] = ACTIONS(3063), - [anon_sym_DASH_DASH] = ACTIONS(3063), - [anon_sym_QMARK] = ACTIONS(3065), - [anon_sym_BANG] = ACTIONS(3065), - [anon_sym_go] = ACTIONS(3065), - [anon_sym_spawn] = ACTIONS(3065), - [anon_sym_json_DOTdecode] = ACTIONS(3063), - [anon_sym_LBRACK2] = ACTIONS(3065), - [anon_sym_TILDE] = ACTIONS(3063), - [anon_sym_CARET] = ACTIONS(3063), - [anon_sym_AMP] = ACTIONS(3065), - [anon_sym_LT_DASH] = ACTIONS(3063), - [anon_sym_LT_LT] = ACTIONS(3063), - [anon_sym_GT_GT] = ACTIONS(3065), - [anon_sym_GT_GT_GT] = ACTIONS(3063), - [anon_sym_AMP_CARET] = ACTIONS(3063), - [anon_sym_AMP_AMP] = ACTIONS(3063), - [anon_sym_PIPE_PIPE] = ACTIONS(3063), - [anon_sym_or] = ACTIONS(3065), - [sym_none] = ACTIONS(3065), - [sym_true] = ACTIONS(3065), - [sym_false] = ACTIONS(3065), - [sym_nil] = ACTIONS(3065), - [anon_sym_QMARK_DOT] = ACTIONS(3063), - [anon_sym_POUND_LBRACK] = ACTIONS(3063), - [anon_sym_if] = ACTIONS(3065), - [anon_sym_DOLLARif] = ACTIONS(3065), - [anon_sym_is] = ACTIONS(3065), - [anon_sym_BANGis] = ACTIONS(3063), - [anon_sym_in] = ACTIONS(3065), - [anon_sym_BANGin] = ACTIONS(3063), - [anon_sym_match] = ACTIONS(3065), - [anon_sym_select] = ACTIONS(3065), - [anon_sym_lock] = ACTIONS(3065), - [anon_sym_rlock] = ACTIONS(3065), - [anon_sym_unsafe] = ACTIONS(3065), - [anon_sym_sql] = ACTIONS(3065), - [sym_int_literal] = ACTIONS(3065), - [sym_float_literal] = ACTIONS(3063), - [sym_rune_literal] = ACTIONS(3063), - [anon_sym_AT] = ACTIONS(3065), - [anon_sym_shared] = ACTIONS(3065), - [anon_sym_map_LBRACK] = ACTIONS(3063), - [anon_sym_chan] = ACTIONS(3065), - [anon_sym_thread] = ACTIONS(3065), - [anon_sym_atomic] = ACTIONS(3065), - [sym___double_quote] = ACTIONS(3063), - [sym___single_quote] = ACTIONS(3063), - [sym___c_double_quote] = ACTIONS(3063), - [sym___c_single_quote] = ACTIONS(3063), - [sym___r_double_quote] = ACTIONS(3063), - [sym___r_single_quote] = ACTIONS(3063), + [anon_sym_DOT] = ACTIONS(2995), + [anon_sym_as] = ACTIONS(2995), + [anon_sym_LBRACE] = ACTIONS(2993), + [anon_sym_COMMA] = ACTIONS(2993), + [anon_sym_LPAREN] = ACTIONS(2993), + [anon_sym_PIPE] = ACTIONS(2995), + [anon_sym_fn] = ACTIONS(2995), + [anon_sym_PLUS] = ACTIONS(2995), + [anon_sym_DASH] = ACTIONS(2995), + [anon_sym_STAR] = ACTIONS(2993), + [anon_sym_SLASH] = ACTIONS(2995), + [anon_sym_PERCENT] = ACTIONS(2993), + [anon_sym_LT] = ACTIONS(2995), + [anon_sym_GT] = ACTIONS(2995), + [anon_sym_EQ_EQ] = ACTIONS(2993), + [anon_sym_BANG_EQ] = ACTIONS(2993), + [anon_sym_LT_EQ] = ACTIONS(2993), + [anon_sym_GT_EQ] = ACTIONS(2993), + [anon_sym_LBRACK] = ACTIONS(2993), + [anon_sym_LT2] = ACTIONS(2995), + [anon_sym_RBRACK] = ACTIONS(2993), + [anon_sym_struct] = ACTIONS(2995), + [anon_sym_mut] = ACTIONS(2995), + [anon_sym_PLUS_PLUS] = ACTIONS(2993), + [anon_sym_DASH_DASH] = ACTIONS(2993), + [anon_sym_QMARK] = ACTIONS(2995), + [anon_sym_BANG] = ACTIONS(2995), + [anon_sym_go] = ACTIONS(2995), + [anon_sym_spawn] = ACTIONS(2995), + [anon_sym_json_DOTdecode] = ACTIONS(2993), + [anon_sym_LBRACK2] = ACTIONS(2995), + [anon_sym_TILDE] = ACTIONS(2993), + [anon_sym_CARET] = ACTIONS(2993), + [anon_sym_AMP] = ACTIONS(2995), + [anon_sym_LT_DASH] = ACTIONS(2993), + [anon_sym_LT_LT] = ACTIONS(2993), + [anon_sym_GT_GT] = ACTIONS(2995), + [anon_sym_GT_GT_GT] = ACTIONS(2993), + [anon_sym_AMP_CARET] = ACTIONS(2993), + [anon_sym_AMP_AMP] = ACTIONS(2993), + [anon_sym_PIPE_PIPE] = ACTIONS(2993), + [anon_sym_or] = ACTIONS(2995), + [sym_none] = ACTIONS(2995), + [sym_true] = ACTIONS(2995), + [sym_false] = ACTIONS(2995), + [sym_nil] = ACTIONS(2995), + [anon_sym_QMARK_DOT] = ACTIONS(2993), + [anon_sym_POUND_LBRACK] = ACTIONS(2993), + [anon_sym_if] = ACTIONS(2995), + [anon_sym_DOLLARif] = ACTIONS(2995), + [anon_sym_is] = ACTIONS(2995), + [anon_sym_BANGis] = ACTIONS(2993), + [anon_sym_in] = ACTIONS(2995), + [anon_sym_BANGin] = ACTIONS(2993), + [anon_sym_match] = ACTIONS(2995), + [anon_sym_select] = ACTIONS(2995), + [anon_sym_lock] = ACTIONS(2995), + [anon_sym_rlock] = ACTIONS(2995), + [anon_sym_unsafe] = ACTIONS(2995), + [anon_sym_sql] = ACTIONS(2995), + [sym_int_literal] = ACTIONS(2995), + [sym_float_literal] = ACTIONS(2993), + [sym_rune_literal] = ACTIONS(2993), + [anon_sym_AT] = ACTIONS(2995), + [anon_sym_shared] = ACTIONS(2995), + [anon_sym_map_LBRACK] = ACTIONS(2993), + [anon_sym_chan] = ACTIONS(2995), + [anon_sym_thread] = ACTIONS(2995), + [anon_sym_atomic] = ACTIONS(2995), + [sym___double_quote] = ACTIONS(2993), + [sym___single_quote] = ACTIONS(2993), + [sym___c_double_quote] = ACTIONS(2993), + [sym___c_single_quote] = ACTIONS(2993), + [sym___r_double_quote] = ACTIONS(2993), + [sym___r_single_quote] = ACTIONS(2993), }, - [1336] = { - [sym_identifier] = ACTIONS(3149), + [1353] = { + [sym_identifier] = ACTIONS(3139), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3149), - [anon_sym_as] = ACTIONS(3149), - [anon_sym_LBRACE] = ACTIONS(3147), - [anon_sym_COMMA] = ACTIONS(3147), - [anon_sym_LPAREN] = ACTIONS(3147), - [anon_sym_PIPE] = ACTIONS(3149), - [anon_sym_fn] = ACTIONS(3149), - [anon_sym_PLUS] = ACTIONS(3149), - [anon_sym_DASH] = ACTIONS(3149), - [anon_sym_STAR] = ACTIONS(3147), - [anon_sym_SLASH] = ACTIONS(3149), - [anon_sym_PERCENT] = ACTIONS(3147), - [anon_sym_LT] = ACTIONS(3149), - [anon_sym_GT] = ACTIONS(3149), - [anon_sym_EQ_EQ] = ACTIONS(3147), - [anon_sym_BANG_EQ] = ACTIONS(3147), - [anon_sym_LT_EQ] = ACTIONS(3147), - [anon_sym_GT_EQ] = ACTIONS(3147), - [anon_sym_LBRACK] = ACTIONS(3147), - [anon_sym_RBRACK] = ACTIONS(3147), - [anon_sym_struct] = ACTIONS(3149), - [anon_sym_mut] = ACTIONS(3149), - [anon_sym_PLUS_PLUS] = ACTIONS(3147), - [anon_sym_DASH_DASH] = ACTIONS(3147), - [anon_sym_QMARK] = ACTIONS(3149), - [anon_sym_BANG] = ACTIONS(3149), - [anon_sym_go] = ACTIONS(3149), - [anon_sym_spawn] = ACTIONS(3149), - [anon_sym_json_DOTdecode] = ACTIONS(3147), - [anon_sym_LBRACK2] = ACTIONS(3149), - [anon_sym_TILDE] = ACTIONS(3147), - [anon_sym_CARET] = ACTIONS(3147), - [anon_sym_AMP] = ACTIONS(3149), - [anon_sym_LT_DASH] = ACTIONS(3147), - [anon_sym_LT_LT] = ACTIONS(3147), - [anon_sym_GT_GT] = ACTIONS(3149), - [anon_sym_GT_GT_GT] = ACTIONS(3147), - [anon_sym_AMP_CARET] = ACTIONS(3147), - [anon_sym_AMP_AMP] = ACTIONS(3147), - [anon_sym_PIPE_PIPE] = ACTIONS(3147), - [anon_sym_or] = ACTIONS(3149), - [sym_none] = ACTIONS(3149), - [sym_true] = ACTIONS(3149), - [sym_false] = ACTIONS(3149), - [sym_nil] = ACTIONS(3149), - [anon_sym_QMARK_DOT] = ACTIONS(3147), - [anon_sym_POUND_LBRACK] = ACTIONS(3147), - [anon_sym_if] = ACTIONS(3149), - [anon_sym_DOLLARif] = ACTIONS(3149), - [anon_sym_is] = ACTIONS(3149), - [anon_sym_BANGis] = ACTIONS(3147), - [anon_sym_in] = ACTIONS(3149), - [anon_sym_BANGin] = ACTIONS(3147), - [anon_sym_match] = ACTIONS(3149), - [anon_sym_select] = ACTIONS(3149), - [anon_sym_lock] = ACTIONS(3149), - [anon_sym_rlock] = ACTIONS(3149), - [anon_sym_unsafe] = ACTIONS(3149), - [anon_sym_sql] = ACTIONS(3149), - [sym_int_literal] = ACTIONS(3149), - [sym_float_literal] = ACTIONS(3147), - [sym_rune_literal] = ACTIONS(3147), - [anon_sym_AT] = ACTIONS(3149), - [anon_sym_shared] = ACTIONS(3149), - [anon_sym_map_LBRACK] = ACTIONS(3147), - [anon_sym_chan] = ACTIONS(3149), - [anon_sym_thread] = ACTIONS(3149), - [anon_sym_atomic] = ACTIONS(3149), - [sym___double_quote] = ACTIONS(3147), - [sym___single_quote] = ACTIONS(3147), - [sym___c_double_quote] = ACTIONS(3147), - [sym___c_single_quote] = ACTIONS(3147), - [sym___r_double_quote] = ACTIONS(3147), - [sym___r_single_quote] = ACTIONS(3147), + [anon_sym_DOT] = ACTIONS(3139), + [anon_sym_as] = ACTIONS(3139), + [anon_sym_LBRACE] = ACTIONS(3137), + [anon_sym_COMMA] = ACTIONS(3137), + [anon_sym_LPAREN] = ACTIONS(3137), + [anon_sym_PIPE] = ACTIONS(3139), + [anon_sym_fn] = ACTIONS(3139), + [anon_sym_PLUS] = ACTIONS(3139), + [anon_sym_DASH] = ACTIONS(3139), + [anon_sym_STAR] = ACTIONS(3137), + [anon_sym_SLASH] = ACTIONS(3139), + [anon_sym_PERCENT] = ACTIONS(3137), + [anon_sym_LT] = ACTIONS(3139), + [anon_sym_GT] = ACTIONS(3139), + [anon_sym_EQ_EQ] = ACTIONS(3137), + [anon_sym_BANG_EQ] = ACTIONS(3137), + [anon_sym_LT_EQ] = ACTIONS(3137), + [anon_sym_GT_EQ] = ACTIONS(3137), + [anon_sym_LBRACK] = ACTIONS(3137), + [anon_sym_LT2] = ACTIONS(3139), + [anon_sym_RBRACK] = ACTIONS(3137), + [anon_sym_struct] = ACTIONS(3139), + [anon_sym_mut] = ACTIONS(3139), + [anon_sym_PLUS_PLUS] = ACTIONS(3137), + [anon_sym_DASH_DASH] = ACTIONS(3137), + [anon_sym_QMARK] = ACTIONS(3139), + [anon_sym_BANG] = ACTIONS(3139), + [anon_sym_go] = ACTIONS(3139), + [anon_sym_spawn] = ACTIONS(3139), + [anon_sym_json_DOTdecode] = ACTIONS(3137), + [anon_sym_LBRACK2] = ACTIONS(3139), + [anon_sym_TILDE] = ACTIONS(3137), + [anon_sym_CARET] = ACTIONS(3137), + [anon_sym_AMP] = ACTIONS(3139), + [anon_sym_LT_DASH] = ACTIONS(3137), + [anon_sym_LT_LT] = ACTIONS(3137), + [anon_sym_GT_GT] = ACTIONS(3139), + [anon_sym_GT_GT_GT] = ACTIONS(3137), + [anon_sym_AMP_CARET] = ACTIONS(3137), + [anon_sym_AMP_AMP] = ACTIONS(3137), + [anon_sym_PIPE_PIPE] = ACTIONS(3137), + [anon_sym_or] = ACTIONS(3139), + [sym_none] = ACTIONS(3139), + [sym_true] = ACTIONS(3139), + [sym_false] = ACTIONS(3139), + [sym_nil] = ACTIONS(3139), + [anon_sym_QMARK_DOT] = ACTIONS(3137), + [anon_sym_POUND_LBRACK] = ACTIONS(3137), + [anon_sym_if] = ACTIONS(3139), + [anon_sym_DOLLARif] = ACTIONS(3139), + [anon_sym_is] = ACTIONS(3139), + [anon_sym_BANGis] = ACTIONS(3137), + [anon_sym_in] = ACTIONS(3139), + [anon_sym_BANGin] = ACTIONS(3137), + [anon_sym_match] = ACTIONS(3139), + [anon_sym_select] = ACTIONS(3139), + [anon_sym_lock] = ACTIONS(3139), + [anon_sym_rlock] = ACTIONS(3139), + [anon_sym_unsafe] = ACTIONS(3139), + [anon_sym_sql] = ACTIONS(3139), + [sym_int_literal] = ACTIONS(3139), + [sym_float_literal] = ACTIONS(3137), + [sym_rune_literal] = ACTIONS(3137), + [anon_sym_AT] = ACTIONS(3139), + [anon_sym_shared] = ACTIONS(3139), + [anon_sym_map_LBRACK] = ACTIONS(3137), + [anon_sym_chan] = ACTIONS(3139), + [anon_sym_thread] = ACTIONS(3139), + [anon_sym_atomic] = ACTIONS(3139), + [sym___double_quote] = ACTIONS(3137), + [sym___single_quote] = ACTIONS(3137), + [sym___c_double_quote] = ACTIONS(3137), + [sym___c_single_quote] = ACTIONS(3137), + [sym___r_double_quote] = ACTIONS(3137), + [sym___r_single_quote] = ACTIONS(3137), }, - [1337] = { - [sym_identifier] = ACTIONS(3181), + [1354] = { + [sym_identifier] = ACTIONS(2991), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3181), - [anon_sym_as] = ACTIONS(3181), - [anon_sym_LBRACE] = ACTIONS(3179), - [anon_sym_COMMA] = ACTIONS(3179), - [anon_sym_LPAREN] = ACTIONS(3179), - [anon_sym_PIPE] = ACTIONS(3181), - [anon_sym_fn] = ACTIONS(3181), - [anon_sym_PLUS] = ACTIONS(3181), - [anon_sym_DASH] = ACTIONS(3181), - [anon_sym_STAR] = ACTIONS(3179), - [anon_sym_SLASH] = ACTIONS(3181), - [anon_sym_PERCENT] = ACTIONS(3179), - [anon_sym_LT] = ACTIONS(3181), - [anon_sym_GT] = ACTIONS(3181), - [anon_sym_EQ_EQ] = ACTIONS(3179), - [anon_sym_BANG_EQ] = ACTIONS(3179), - [anon_sym_LT_EQ] = ACTIONS(3179), - [anon_sym_GT_EQ] = ACTIONS(3179), - [anon_sym_LBRACK] = ACTIONS(3179), - [anon_sym_RBRACK] = ACTIONS(3179), - [anon_sym_struct] = ACTIONS(3181), - [anon_sym_mut] = ACTIONS(3181), - [anon_sym_PLUS_PLUS] = ACTIONS(3179), - [anon_sym_DASH_DASH] = ACTIONS(3179), - [anon_sym_QMARK] = ACTIONS(3181), - [anon_sym_BANG] = ACTIONS(3181), - [anon_sym_go] = ACTIONS(3181), - [anon_sym_spawn] = ACTIONS(3181), - [anon_sym_json_DOTdecode] = ACTIONS(3179), - [anon_sym_LBRACK2] = ACTIONS(3181), - [anon_sym_TILDE] = ACTIONS(3179), - [anon_sym_CARET] = ACTIONS(3179), - [anon_sym_AMP] = ACTIONS(3181), - [anon_sym_LT_DASH] = ACTIONS(3179), - [anon_sym_LT_LT] = ACTIONS(3179), - [anon_sym_GT_GT] = ACTIONS(3181), - [anon_sym_GT_GT_GT] = ACTIONS(3179), - [anon_sym_AMP_CARET] = ACTIONS(3179), - [anon_sym_AMP_AMP] = ACTIONS(3179), - [anon_sym_PIPE_PIPE] = ACTIONS(3179), - [anon_sym_or] = ACTIONS(3181), - [sym_none] = ACTIONS(3181), - [sym_true] = ACTIONS(3181), - [sym_false] = ACTIONS(3181), - [sym_nil] = ACTIONS(3181), - [anon_sym_QMARK_DOT] = ACTIONS(3179), - [anon_sym_POUND_LBRACK] = ACTIONS(3179), - [anon_sym_if] = ACTIONS(3181), - [anon_sym_DOLLARif] = ACTIONS(3181), - [anon_sym_is] = ACTIONS(3181), - [anon_sym_BANGis] = ACTIONS(3179), - [anon_sym_in] = ACTIONS(3181), - [anon_sym_BANGin] = ACTIONS(3179), - [anon_sym_match] = ACTIONS(3181), - [anon_sym_select] = ACTIONS(3181), - [anon_sym_lock] = ACTIONS(3181), - [anon_sym_rlock] = ACTIONS(3181), - [anon_sym_unsafe] = ACTIONS(3181), - [anon_sym_sql] = ACTIONS(3181), - [sym_int_literal] = ACTIONS(3181), - [sym_float_literal] = ACTIONS(3179), - [sym_rune_literal] = ACTIONS(3179), - [anon_sym_AT] = ACTIONS(3181), - [anon_sym_shared] = ACTIONS(3181), - [anon_sym_map_LBRACK] = ACTIONS(3179), - [anon_sym_chan] = ACTIONS(3181), - [anon_sym_thread] = ACTIONS(3181), - [anon_sym_atomic] = ACTIONS(3181), - [sym___double_quote] = ACTIONS(3179), - [sym___single_quote] = ACTIONS(3179), - [sym___c_double_quote] = ACTIONS(3179), - [sym___c_single_quote] = ACTIONS(3179), - [sym___r_double_quote] = ACTIONS(3179), - [sym___r_single_quote] = ACTIONS(3179), + [anon_sym_DOT] = ACTIONS(2991), + [anon_sym_as] = ACTIONS(2991), + [anon_sym_LBRACE] = ACTIONS(2989), + [anon_sym_COMMA] = ACTIONS(2989), + [anon_sym_LPAREN] = ACTIONS(2989), + [anon_sym_PIPE] = ACTIONS(2991), + [anon_sym_fn] = ACTIONS(2991), + [anon_sym_PLUS] = ACTIONS(2991), + [anon_sym_DASH] = ACTIONS(2991), + [anon_sym_STAR] = ACTIONS(2989), + [anon_sym_SLASH] = ACTIONS(2991), + [anon_sym_PERCENT] = ACTIONS(2989), + [anon_sym_LT] = ACTIONS(2991), + [anon_sym_GT] = ACTIONS(2991), + [anon_sym_EQ_EQ] = ACTIONS(2989), + [anon_sym_BANG_EQ] = ACTIONS(2989), + [anon_sym_LT_EQ] = ACTIONS(2989), + [anon_sym_GT_EQ] = ACTIONS(2989), + [anon_sym_LBRACK] = ACTIONS(2989), + [anon_sym_LT2] = ACTIONS(2991), + [anon_sym_RBRACK] = ACTIONS(2989), + [anon_sym_struct] = ACTIONS(2991), + [anon_sym_mut] = ACTIONS(2991), + [anon_sym_PLUS_PLUS] = ACTIONS(2989), + [anon_sym_DASH_DASH] = ACTIONS(2989), + [anon_sym_QMARK] = ACTIONS(2991), + [anon_sym_BANG] = ACTIONS(2991), + [anon_sym_go] = ACTIONS(2991), + [anon_sym_spawn] = ACTIONS(2991), + [anon_sym_json_DOTdecode] = ACTIONS(2989), + [anon_sym_LBRACK2] = ACTIONS(2991), + [anon_sym_TILDE] = ACTIONS(2989), + [anon_sym_CARET] = ACTIONS(2989), + [anon_sym_AMP] = ACTIONS(2991), + [anon_sym_LT_DASH] = ACTIONS(2989), + [anon_sym_LT_LT] = ACTIONS(2989), + [anon_sym_GT_GT] = ACTIONS(2991), + [anon_sym_GT_GT_GT] = ACTIONS(2989), + [anon_sym_AMP_CARET] = ACTIONS(2989), + [anon_sym_AMP_AMP] = ACTIONS(2989), + [anon_sym_PIPE_PIPE] = ACTIONS(2989), + [anon_sym_or] = ACTIONS(2991), + [sym_none] = ACTIONS(2991), + [sym_true] = ACTIONS(2991), + [sym_false] = ACTIONS(2991), + [sym_nil] = ACTIONS(2991), + [anon_sym_QMARK_DOT] = ACTIONS(2989), + [anon_sym_POUND_LBRACK] = ACTIONS(2989), + [anon_sym_if] = ACTIONS(2991), + [anon_sym_DOLLARif] = ACTIONS(2991), + [anon_sym_is] = ACTIONS(2991), + [anon_sym_BANGis] = ACTIONS(2989), + [anon_sym_in] = ACTIONS(2991), + [anon_sym_BANGin] = ACTIONS(2989), + [anon_sym_match] = ACTIONS(2991), + [anon_sym_select] = ACTIONS(2991), + [anon_sym_lock] = ACTIONS(2991), + [anon_sym_rlock] = ACTIONS(2991), + [anon_sym_unsafe] = ACTIONS(2991), + [anon_sym_sql] = ACTIONS(2991), + [sym_int_literal] = ACTIONS(2991), + [sym_float_literal] = ACTIONS(2989), + [sym_rune_literal] = ACTIONS(2989), + [anon_sym_AT] = ACTIONS(2991), + [anon_sym_shared] = ACTIONS(2991), + [anon_sym_map_LBRACK] = ACTIONS(2989), + [anon_sym_chan] = ACTIONS(2991), + [anon_sym_thread] = ACTIONS(2991), + [anon_sym_atomic] = ACTIONS(2991), + [sym___double_quote] = ACTIONS(2989), + [sym___single_quote] = ACTIONS(2989), + [sym___c_double_quote] = ACTIONS(2989), + [sym___c_single_quote] = ACTIONS(2989), + [sym___r_double_quote] = ACTIONS(2989), + [sym___r_single_quote] = ACTIONS(2989), }, - [1338] = { - [sym_identifier] = ACTIONS(2949), + [1355] = { + [sym_identifier] = ACTIONS(3043), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2951), - [anon_sym_as] = ACTIONS(2951), - [anon_sym_LBRACE] = ACTIONS(2947), - [anon_sym_COMMA] = ACTIONS(2947), - [anon_sym_LPAREN] = ACTIONS(2954), - [anon_sym_PIPE] = ACTIONS(2951), - [anon_sym_fn] = ACTIONS(2949), - [anon_sym_PLUS] = ACTIONS(2951), - [anon_sym_DASH] = ACTIONS(2951), - [anon_sym_STAR] = ACTIONS(2954), - [anon_sym_SLASH] = ACTIONS(2951), - [anon_sym_PERCENT] = ACTIONS(2954), - [anon_sym_LT] = ACTIONS(2951), - [anon_sym_GT] = ACTIONS(2951), - [anon_sym_EQ_EQ] = ACTIONS(2954), - [anon_sym_BANG_EQ] = ACTIONS(2954), - [anon_sym_LT_EQ] = ACTIONS(2954), - [anon_sym_GT_EQ] = ACTIONS(2954), - [anon_sym_LBRACK] = ACTIONS(2954), - [anon_sym_RBRACK] = ACTIONS(2947), - [anon_sym_struct] = ACTIONS(2949), - [anon_sym_mut] = ACTIONS(2949), - [anon_sym_PLUS_PLUS] = ACTIONS(2954), - [anon_sym_DASH_DASH] = ACTIONS(2954), - [anon_sym_QMARK] = ACTIONS(2951), - [anon_sym_BANG] = ACTIONS(2951), - [anon_sym_go] = ACTIONS(2949), - [anon_sym_spawn] = ACTIONS(2949), - [anon_sym_json_DOTdecode] = ACTIONS(2947), - [anon_sym_LBRACK2] = ACTIONS(2951), - [anon_sym_TILDE] = ACTIONS(2947), - [anon_sym_CARET] = ACTIONS(2954), - [anon_sym_AMP] = ACTIONS(2951), - [anon_sym_LT_DASH] = ACTIONS(2947), - [anon_sym_LT_LT] = ACTIONS(2954), - [anon_sym_GT_GT] = ACTIONS(2951), - [anon_sym_GT_GT_GT] = ACTIONS(2954), - [anon_sym_AMP_CARET] = ACTIONS(2954), - [anon_sym_AMP_AMP] = ACTIONS(2954), - [anon_sym_PIPE_PIPE] = ACTIONS(2954), - [anon_sym_or] = ACTIONS(2951), - [sym_none] = ACTIONS(2949), - [sym_true] = ACTIONS(2949), - [sym_false] = ACTIONS(2949), - [sym_nil] = ACTIONS(2949), - [anon_sym_QMARK_DOT] = ACTIONS(2954), - [anon_sym_POUND_LBRACK] = ACTIONS(2954), - [anon_sym_if] = ACTIONS(2949), - [anon_sym_DOLLARif] = ACTIONS(2949), - [anon_sym_is] = ACTIONS(2951), - [anon_sym_BANGis] = ACTIONS(2954), - [anon_sym_in] = ACTIONS(2951), - [anon_sym_BANGin] = ACTIONS(2954), - [anon_sym_match] = ACTIONS(2949), - [anon_sym_select] = ACTIONS(2949), - [anon_sym_lock] = ACTIONS(2949), - [anon_sym_rlock] = ACTIONS(2949), - [anon_sym_unsafe] = ACTIONS(2949), - [anon_sym_sql] = ACTIONS(2949), - [sym_int_literal] = ACTIONS(2949), - [sym_float_literal] = ACTIONS(2947), - [sym_rune_literal] = ACTIONS(2947), - [anon_sym_AT] = ACTIONS(2949), - [anon_sym_shared] = ACTIONS(2949), - [anon_sym_map_LBRACK] = ACTIONS(2947), - [anon_sym_chan] = ACTIONS(2949), - [anon_sym_thread] = ACTIONS(2949), - [anon_sym_atomic] = ACTIONS(2949), - [sym___double_quote] = ACTIONS(2947), - [sym___single_quote] = ACTIONS(2947), - [sym___c_double_quote] = ACTIONS(2947), - [sym___c_single_quote] = ACTIONS(2947), - [sym___r_double_quote] = ACTIONS(2947), - [sym___r_single_quote] = ACTIONS(2947), + [anon_sym_DOT] = ACTIONS(3043), + [anon_sym_as] = ACTIONS(3043), + [anon_sym_LBRACE] = ACTIONS(3041), + [anon_sym_COMMA] = ACTIONS(3041), + [anon_sym_LPAREN] = ACTIONS(3041), + [anon_sym_PIPE] = ACTIONS(3043), + [anon_sym_fn] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3041), + [anon_sym_SLASH] = ACTIONS(3043), + [anon_sym_PERCENT] = ACTIONS(3041), + [anon_sym_LT] = ACTIONS(3043), + [anon_sym_GT] = ACTIONS(3043), + [anon_sym_EQ_EQ] = ACTIONS(3041), + [anon_sym_BANG_EQ] = ACTIONS(3041), + [anon_sym_LT_EQ] = ACTIONS(3041), + [anon_sym_GT_EQ] = ACTIONS(3041), + [anon_sym_LBRACK] = ACTIONS(3041), + [anon_sym_LT2] = ACTIONS(3043), + [anon_sym_RBRACK] = ACTIONS(3041), + [anon_sym_struct] = ACTIONS(3043), + [anon_sym_mut] = ACTIONS(3043), + [anon_sym_PLUS_PLUS] = ACTIONS(3041), + [anon_sym_DASH_DASH] = ACTIONS(3041), + [anon_sym_QMARK] = ACTIONS(3043), + [anon_sym_BANG] = ACTIONS(3043), + [anon_sym_go] = ACTIONS(3043), + [anon_sym_spawn] = ACTIONS(3043), + [anon_sym_json_DOTdecode] = ACTIONS(3041), + [anon_sym_LBRACK2] = ACTIONS(3043), + [anon_sym_TILDE] = ACTIONS(3041), + [anon_sym_CARET] = ACTIONS(3041), + [anon_sym_AMP] = ACTIONS(3043), + [anon_sym_LT_DASH] = ACTIONS(3041), + [anon_sym_LT_LT] = ACTIONS(3041), + [anon_sym_GT_GT] = ACTIONS(3043), + [anon_sym_GT_GT_GT] = ACTIONS(3041), + [anon_sym_AMP_CARET] = ACTIONS(3041), + [anon_sym_AMP_AMP] = ACTIONS(3041), + [anon_sym_PIPE_PIPE] = ACTIONS(3041), + [anon_sym_or] = ACTIONS(3043), + [sym_none] = ACTIONS(3043), + [sym_true] = ACTIONS(3043), + [sym_false] = ACTIONS(3043), + [sym_nil] = ACTIONS(3043), + [anon_sym_QMARK_DOT] = ACTIONS(3041), + [anon_sym_POUND_LBRACK] = ACTIONS(3041), + [anon_sym_if] = ACTIONS(3043), + [anon_sym_DOLLARif] = ACTIONS(3043), + [anon_sym_is] = ACTIONS(3043), + [anon_sym_BANGis] = ACTIONS(3041), + [anon_sym_in] = ACTIONS(3043), + [anon_sym_BANGin] = ACTIONS(3041), + [anon_sym_match] = ACTIONS(3043), + [anon_sym_select] = ACTIONS(3043), + [anon_sym_lock] = ACTIONS(3043), + [anon_sym_rlock] = ACTIONS(3043), + [anon_sym_unsafe] = ACTIONS(3043), + [anon_sym_sql] = ACTIONS(3043), + [sym_int_literal] = ACTIONS(3043), + [sym_float_literal] = ACTIONS(3041), + [sym_rune_literal] = ACTIONS(3041), + [anon_sym_AT] = ACTIONS(3043), + [anon_sym_shared] = ACTIONS(3043), + [anon_sym_map_LBRACK] = ACTIONS(3041), + [anon_sym_chan] = ACTIONS(3043), + [anon_sym_thread] = ACTIONS(3043), + [anon_sym_atomic] = ACTIONS(3043), + [sym___double_quote] = ACTIONS(3041), + [sym___single_quote] = ACTIONS(3041), + [sym___c_double_quote] = ACTIONS(3041), + [sym___c_single_quote] = ACTIONS(3041), + [sym___r_double_quote] = ACTIONS(3041), + [sym___r_single_quote] = ACTIONS(3041), }, - [1339] = { - [sym_identifier] = ACTIONS(2880), + [1356] = { + [sym_identifier] = ACTIONS(3135), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2880), - [anon_sym_as] = ACTIONS(2880), - [anon_sym_LBRACE] = ACTIONS(2878), - [anon_sym_COMMA] = ACTIONS(2878), - [anon_sym_LPAREN] = ACTIONS(2878), - [anon_sym_PIPE] = ACTIONS(2880), - [anon_sym_fn] = ACTIONS(2880), - [anon_sym_PLUS] = ACTIONS(2880), - [anon_sym_DASH] = ACTIONS(2880), - [anon_sym_STAR] = ACTIONS(2878), - [anon_sym_SLASH] = ACTIONS(2880), - [anon_sym_PERCENT] = ACTIONS(2878), - [anon_sym_LT] = ACTIONS(2880), - [anon_sym_GT] = ACTIONS(2880), - [anon_sym_EQ_EQ] = ACTIONS(2878), - [anon_sym_BANG_EQ] = ACTIONS(2878), - [anon_sym_LT_EQ] = ACTIONS(2878), - [anon_sym_GT_EQ] = ACTIONS(2878), - [anon_sym_LBRACK] = ACTIONS(2878), - [anon_sym_RBRACK] = ACTIONS(2878), - [anon_sym_struct] = ACTIONS(2880), - [anon_sym_mut] = ACTIONS(2880), - [anon_sym_PLUS_PLUS] = ACTIONS(2878), - [anon_sym_DASH_DASH] = ACTIONS(2878), - [anon_sym_QMARK] = ACTIONS(2880), - [anon_sym_BANG] = ACTIONS(2880), - [anon_sym_go] = ACTIONS(2880), - [anon_sym_spawn] = ACTIONS(2880), - [anon_sym_json_DOTdecode] = ACTIONS(2878), - [anon_sym_LBRACK2] = ACTIONS(2880), - [anon_sym_TILDE] = ACTIONS(2878), - [anon_sym_CARET] = ACTIONS(2878), - [anon_sym_AMP] = ACTIONS(2880), - [anon_sym_LT_DASH] = ACTIONS(2878), - [anon_sym_LT_LT] = ACTIONS(2878), - [anon_sym_GT_GT] = ACTIONS(2880), - [anon_sym_GT_GT_GT] = ACTIONS(2878), - [anon_sym_AMP_CARET] = ACTIONS(2878), - [anon_sym_AMP_AMP] = ACTIONS(2878), - [anon_sym_PIPE_PIPE] = ACTIONS(2878), - [anon_sym_or] = ACTIONS(2880), - [sym_none] = ACTIONS(2880), - [sym_true] = ACTIONS(2880), - [sym_false] = ACTIONS(2880), - [sym_nil] = ACTIONS(2880), - [anon_sym_QMARK_DOT] = ACTIONS(2878), - [anon_sym_POUND_LBRACK] = ACTIONS(2878), - [anon_sym_if] = ACTIONS(2880), - [anon_sym_DOLLARif] = ACTIONS(2880), - [anon_sym_is] = ACTIONS(2880), - [anon_sym_BANGis] = ACTIONS(2878), - [anon_sym_in] = ACTIONS(2880), - [anon_sym_BANGin] = ACTIONS(2878), - [anon_sym_match] = ACTIONS(2880), - [anon_sym_select] = ACTIONS(2880), - [anon_sym_lock] = ACTIONS(2880), - [anon_sym_rlock] = ACTIONS(2880), - [anon_sym_unsafe] = ACTIONS(2880), - [anon_sym_sql] = ACTIONS(2880), - [sym_int_literal] = ACTIONS(2880), - [sym_float_literal] = ACTIONS(2878), - [sym_rune_literal] = ACTIONS(2878), - [anon_sym_AT] = ACTIONS(2880), - [anon_sym_shared] = ACTIONS(2880), - [anon_sym_map_LBRACK] = ACTIONS(2878), - [anon_sym_chan] = ACTIONS(2880), - [anon_sym_thread] = ACTIONS(2880), - [anon_sym_atomic] = ACTIONS(2880), - [sym___double_quote] = ACTIONS(2878), - [sym___single_quote] = ACTIONS(2878), - [sym___c_double_quote] = ACTIONS(2878), - [sym___c_single_quote] = ACTIONS(2878), - [sym___r_double_quote] = ACTIONS(2878), - [sym___r_single_quote] = ACTIONS(2878), + [anon_sym_DOT] = ACTIONS(3135), + [anon_sym_as] = ACTIONS(3135), + [anon_sym_LBRACE] = ACTIONS(3133), + [anon_sym_COMMA] = ACTIONS(3133), + [anon_sym_LPAREN] = ACTIONS(3133), + [anon_sym_PIPE] = ACTIONS(3135), + [anon_sym_fn] = ACTIONS(3135), + [anon_sym_PLUS] = ACTIONS(3135), + [anon_sym_DASH] = ACTIONS(3135), + [anon_sym_STAR] = ACTIONS(3133), + [anon_sym_SLASH] = ACTIONS(3135), + [anon_sym_PERCENT] = ACTIONS(3133), + [anon_sym_LT] = ACTIONS(3135), + [anon_sym_GT] = ACTIONS(3135), + [anon_sym_EQ_EQ] = ACTIONS(3133), + [anon_sym_BANG_EQ] = ACTIONS(3133), + [anon_sym_LT_EQ] = ACTIONS(3133), + [anon_sym_GT_EQ] = ACTIONS(3133), + [anon_sym_LBRACK] = ACTIONS(3133), + [anon_sym_LT2] = ACTIONS(3135), + [anon_sym_RBRACK] = ACTIONS(3133), + [anon_sym_struct] = ACTIONS(3135), + [anon_sym_mut] = ACTIONS(3135), + [anon_sym_PLUS_PLUS] = ACTIONS(3133), + [anon_sym_DASH_DASH] = ACTIONS(3133), + [anon_sym_QMARK] = ACTIONS(3135), + [anon_sym_BANG] = ACTIONS(3135), + [anon_sym_go] = ACTIONS(3135), + [anon_sym_spawn] = ACTIONS(3135), + [anon_sym_json_DOTdecode] = ACTIONS(3133), + [anon_sym_LBRACK2] = ACTIONS(3135), + [anon_sym_TILDE] = ACTIONS(3133), + [anon_sym_CARET] = ACTIONS(3133), + [anon_sym_AMP] = ACTIONS(3135), + [anon_sym_LT_DASH] = ACTIONS(3133), + [anon_sym_LT_LT] = ACTIONS(3133), + [anon_sym_GT_GT] = ACTIONS(3135), + [anon_sym_GT_GT_GT] = ACTIONS(3133), + [anon_sym_AMP_CARET] = ACTIONS(3133), + [anon_sym_AMP_AMP] = ACTIONS(3133), + [anon_sym_PIPE_PIPE] = ACTIONS(3133), + [anon_sym_or] = ACTIONS(3135), + [sym_none] = ACTIONS(3135), + [sym_true] = ACTIONS(3135), + [sym_false] = ACTIONS(3135), + [sym_nil] = ACTIONS(3135), + [anon_sym_QMARK_DOT] = ACTIONS(3133), + [anon_sym_POUND_LBRACK] = ACTIONS(3133), + [anon_sym_if] = ACTIONS(3135), + [anon_sym_DOLLARif] = ACTIONS(3135), + [anon_sym_is] = ACTIONS(3135), + [anon_sym_BANGis] = ACTIONS(3133), + [anon_sym_in] = ACTIONS(3135), + [anon_sym_BANGin] = ACTIONS(3133), + [anon_sym_match] = ACTIONS(3135), + [anon_sym_select] = ACTIONS(3135), + [anon_sym_lock] = ACTIONS(3135), + [anon_sym_rlock] = ACTIONS(3135), + [anon_sym_unsafe] = ACTIONS(3135), + [anon_sym_sql] = ACTIONS(3135), + [sym_int_literal] = ACTIONS(3135), + [sym_float_literal] = ACTIONS(3133), + [sym_rune_literal] = ACTIONS(3133), + [anon_sym_AT] = ACTIONS(3135), + [anon_sym_shared] = ACTIONS(3135), + [anon_sym_map_LBRACK] = ACTIONS(3133), + [anon_sym_chan] = ACTIONS(3135), + [anon_sym_thread] = ACTIONS(3135), + [anon_sym_atomic] = ACTIONS(3135), + [sym___double_quote] = ACTIONS(3133), + [sym___single_quote] = ACTIONS(3133), + [sym___c_double_quote] = ACTIONS(3133), + [sym___c_single_quote] = ACTIONS(3133), + [sym___r_double_quote] = ACTIONS(3133), + [sym___r_single_quote] = ACTIONS(3133), }, - [1340] = { - [sym_identifier] = ACTIONS(2895), + [1357] = { + [sym_identifier] = ACTIONS(2939), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2895), - [anon_sym_as] = ACTIONS(2895), - [anon_sym_LBRACE] = ACTIONS(2893), - [anon_sym_COMMA] = ACTIONS(2893), - [anon_sym_LPAREN] = ACTIONS(2893), - [anon_sym_PIPE] = ACTIONS(2895), - [anon_sym_fn] = ACTIONS(2895), - [anon_sym_PLUS] = ACTIONS(2895), - [anon_sym_DASH] = ACTIONS(2895), - [anon_sym_STAR] = ACTIONS(2893), - [anon_sym_SLASH] = ACTIONS(2895), - [anon_sym_PERCENT] = ACTIONS(2893), - [anon_sym_LT] = ACTIONS(2895), - [anon_sym_GT] = ACTIONS(2895), - [anon_sym_EQ_EQ] = ACTIONS(2893), - [anon_sym_BANG_EQ] = ACTIONS(2893), - [anon_sym_LT_EQ] = ACTIONS(2893), - [anon_sym_GT_EQ] = ACTIONS(2893), - [anon_sym_LBRACK] = ACTIONS(2893), - [anon_sym_RBRACK] = ACTIONS(2893), - [anon_sym_struct] = ACTIONS(2895), - [anon_sym_mut] = ACTIONS(2895), - [anon_sym_PLUS_PLUS] = ACTIONS(2893), - [anon_sym_DASH_DASH] = ACTIONS(2893), - [anon_sym_QMARK] = ACTIONS(2895), - [anon_sym_BANG] = ACTIONS(2895), - [anon_sym_go] = ACTIONS(2895), - [anon_sym_spawn] = ACTIONS(2895), - [anon_sym_json_DOTdecode] = ACTIONS(2893), - [anon_sym_LBRACK2] = ACTIONS(2895), - [anon_sym_TILDE] = ACTIONS(2893), - [anon_sym_CARET] = ACTIONS(2893), - [anon_sym_AMP] = ACTIONS(2895), - [anon_sym_LT_DASH] = ACTIONS(2893), - [anon_sym_LT_LT] = ACTIONS(2893), - [anon_sym_GT_GT] = ACTIONS(2895), - [anon_sym_GT_GT_GT] = ACTIONS(2893), - [anon_sym_AMP_CARET] = ACTIONS(2893), - [anon_sym_AMP_AMP] = ACTIONS(2893), - [anon_sym_PIPE_PIPE] = ACTIONS(2893), - [anon_sym_or] = ACTIONS(2895), - [sym_none] = ACTIONS(2895), - [sym_true] = ACTIONS(2895), - [sym_false] = ACTIONS(2895), - [sym_nil] = ACTIONS(2895), - [anon_sym_QMARK_DOT] = ACTIONS(2893), - [anon_sym_POUND_LBRACK] = ACTIONS(2893), - [anon_sym_if] = ACTIONS(2895), - [anon_sym_DOLLARif] = ACTIONS(2895), - [anon_sym_is] = ACTIONS(2895), - [anon_sym_BANGis] = ACTIONS(2893), - [anon_sym_in] = ACTIONS(2895), - [anon_sym_BANGin] = ACTIONS(2893), - [anon_sym_match] = ACTIONS(2895), - [anon_sym_select] = ACTIONS(2895), - [anon_sym_lock] = ACTIONS(2895), - [anon_sym_rlock] = ACTIONS(2895), - [anon_sym_unsafe] = ACTIONS(2895), - [anon_sym_sql] = ACTIONS(2895), - [sym_int_literal] = ACTIONS(2895), - [sym_float_literal] = ACTIONS(2893), - [sym_rune_literal] = ACTIONS(2893), - [anon_sym_AT] = ACTIONS(2895), - [anon_sym_shared] = ACTIONS(2895), - [anon_sym_map_LBRACK] = ACTIONS(2893), - [anon_sym_chan] = ACTIONS(2895), - [anon_sym_thread] = ACTIONS(2895), - [anon_sym_atomic] = ACTIONS(2895), - [sym___double_quote] = ACTIONS(2893), - [sym___single_quote] = ACTIONS(2893), - [sym___c_double_quote] = ACTIONS(2893), - [sym___c_single_quote] = ACTIONS(2893), - [sym___r_double_quote] = ACTIONS(2893), - [sym___r_single_quote] = ACTIONS(2893), + [anon_sym_DOT] = ACTIONS(2939), + [anon_sym_as] = ACTIONS(2939), + [anon_sym_LBRACE] = ACTIONS(2937), + [anon_sym_COMMA] = ACTIONS(2937), + [anon_sym_LPAREN] = ACTIONS(2937), + [anon_sym_PIPE] = ACTIONS(2939), + [anon_sym_fn] = ACTIONS(2939), + [anon_sym_PLUS] = ACTIONS(2939), + [anon_sym_DASH] = ACTIONS(2939), + [anon_sym_STAR] = ACTIONS(2937), + [anon_sym_SLASH] = ACTIONS(2939), + [anon_sym_PERCENT] = ACTIONS(2937), + [anon_sym_LT] = ACTIONS(2939), + [anon_sym_GT] = ACTIONS(2939), + [anon_sym_EQ_EQ] = ACTIONS(2937), + [anon_sym_BANG_EQ] = ACTIONS(2937), + [anon_sym_LT_EQ] = ACTIONS(2937), + [anon_sym_GT_EQ] = ACTIONS(2937), + [anon_sym_LBRACK] = ACTIONS(2937), + [anon_sym_LT2] = ACTIONS(2939), + [anon_sym_RBRACK] = ACTIONS(2937), + [anon_sym_struct] = ACTIONS(2939), + [anon_sym_mut] = ACTIONS(2939), + [anon_sym_PLUS_PLUS] = ACTIONS(2937), + [anon_sym_DASH_DASH] = ACTIONS(2937), + [anon_sym_QMARK] = ACTIONS(2939), + [anon_sym_BANG] = ACTIONS(2939), + [anon_sym_go] = ACTIONS(2939), + [anon_sym_spawn] = ACTIONS(2939), + [anon_sym_json_DOTdecode] = ACTIONS(2937), + [anon_sym_LBRACK2] = ACTIONS(2939), + [anon_sym_TILDE] = ACTIONS(2937), + [anon_sym_CARET] = ACTIONS(2937), + [anon_sym_AMP] = ACTIONS(2939), + [anon_sym_LT_DASH] = ACTIONS(2937), + [anon_sym_LT_LT] = ACTIONS(2937), + [anon_sym_GT_GT] = ACTIONS(2939), + [anon_sym_GT_GT_GT] = ACTIONS(2937), + [anon_sym_AMP_CARET] = ACTIONS(2937), + [anon_sym_AMP_AMP] = ACTIONS(2937), + [anon_sym_PIPE_PIPE] = ACTIONS(2937), + [anon_sym_or] = ACTIONS(2939), + [sym_none] = ACTIONS(2939), + [sym_true] = ACTIONS(2939), + [sym_false] = ACTIONS(2939), + [sym_nil] = ACTIONS(2939), + [anon_sym_QMARK_DOT] = ACTIONS(2937), + [anon_sym_POUND_LBRACK] = ACTIONS(2937), + [anon_sym_if] = ACTIONS(2939), + [anon_sym_DOLLARif] = ACTIONS(2939), + [anon_sym_is] = ACTIONS(2939), + [anon_sym_BANGis] = ACTIONS(2937), + [anon_sym_in] = ACTIONS(2939), + [anon_sym_BANGin] = ACTIONS(2937), + [anon_sym_match] = ACTIONS(2939), + [anon_sym_select] = ACTIONS(2939), + [anon_sym_lock] = ACTIONS(2939), + [anon_sym_rlock] = ACTIONS(2939), + [anon_sym_unsafe] = ACTIONS(2939), + [anon_sym_sql] = ACTIONS(2939), + [sym_int_literal] = ACTIONS(2939), + [sym_float_literal] = ACTIONS(2937), + [sym_rune_literal] = ACTIONS(2937), + [anon_sym_AT] = ACTIONS(2939), + [anon_sym_shared] = ACTIONS(2939), + [anon_sym_map_LBRACK] = ACTIONS(2937), + [anon_sym_chan] = ACTIONS(2939), + [anon_sym_thread] = ACTIONS(2939), + [anon_sym_atomic] = ACTIONS(2939), + [sym___double_quote] = ACTIONS(2937), + [sym___single_quote] = ACTIONS(2937), + [sym___c_double_quote] = ACTIONS(2937), + [sym___c_single_quote] = ACTIONS(2937), + [sym___r_double_quote] = ACTIONS(2937), + [sym___r_single_quote] = ACTIONS(2937), }, - [1341] = { - [sym_identifier] = ACTIONS(2989), + [1358] = { + [sym_identifier] = ACTIONS(3131), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2989), - [anon_sym_as] = ACTIONS(2989), - [anon_sym_LBRACE] = ACTIONS(2987), - [anon_sym_COMMA] = ACTIONS(2987), - [anon_sym_LPAREN] = ACTIONS(2987), - [anon_sym_PIPE] = ACTIONS(2989), - [anon_sym_fn] = ACTIONS(2989), - [anon_sym_PLUS] = ACTIONS(2989), - [anon_sym_DASH] = ACTIONS(2989), - [anon_sym_STAR] = ACTIONS(2987), - [anon_sym_SLASH] = ACTIONS(2989), - [anon_sym_PERCENT] = ACTIONS(2987), - [anon_sym_LT] = ACTIONS(2989), - [anon_sym_GT] = ACTIONS(2989), - [anon_sym_EQ_EQ] = ACTIONS(2987), - [anon_sym_BANG_EQ] = ACTIONS(2987), - [anon_sym_LT_EQ] = ACTIONS(2987), - [anon_sym_GT_EQ] = ACTIONS(2987), - [anon_sym_LBRACK] = ACTIONS(2987), - [anon_sym_RBRACK] = ACTIONS(2987), - [anon_sym_struct] = ACTIONS(2989), - [anon_sym_mut] = ACTIONS(2989), - [anon_sym_PLUS_PLUS] = ACTIONS(2987), - [anon_sym_DASH_DASH] = ACTIONS(2987), - [anon_sym_QMARK] = ACTIONS(2989), - [anon_sym_BANG] = ACTIONS(2989), - [anon_sym_go] = ACTIONS(2989), - [anon_sym_spawn] = ACTIONS(2989), - [anon_sym_json_DOTdecode] = ACTIONS(2987), - [anon_sym_LBRACK2] = ACTIONS(2989), - [anon_sym_TILDE] = ACTIONS(2987), - [anon_sym_CARET] = ACTIONS(2987), - [anon_sym_AMP] = ACTIONS(2989), - [anon_sym_LT_DASH] = ACTIONS(2987), - [anon_sym_LT_LT] = ACTIONS(2987), - [anon_sym_GT_GT] = ACTIONS(2989), - [anon_sym_GT_GT_GT] = ACTIONS(2987), - [anon_sym_AMP_CARET] = ACTIONS(2987), - [anon_sym_AMP_AMP] = ACTIONS(2987), - [anon_sym_PIPE_PIPE] = ACTIONS(2987), - [anon_sym_or] = ACTIONS(2989), - [sym_none] = ACTIONS(2989), - [sym_true] = ACTIONS(2989), - [sym_false] = ACTIONS(2989), - [sym_nil] = ACTIONS(2989), - [anon_sym_QMARK_DOT] = ACTIONS(2987), - [anon_sym_POUND_LBRACK] = ACTIONS(2987), - [anon_sym_if] = ACTIONS(2989), - [anon_sym_DOLLARif] = ACTIONS(2989), - [anon_sym_is] = ACTIONS(2989), - [anon_sym_BANGis] = ACTIONS(2987), - [anon_sym_in] = ACTIONS(2989), - [anon_sym_BANGin] = ACTIONS(2987), - [anon_sym_match] = ACTIONS(2989), - [anon_sym_select] = ACTIONS(2989), - [anon_sym_lock] = ACTIONS(2989), - [anon_sym_rlock] = ACTIONS(2989), - [anon_sym_unsafe] = ACTIONS(2989), - [anon_sym_sql] = ACTIONS(2989), - [sym_int_literal] = ACTIONS(2989), - [sym_float_literal] = ACTIONS(2987), - [sym_rune_literal] = ACTIONS(2987), - [anon_sym_AT] = ACTIONS(2989), - [anon_sym_shared] = ACTIONS(2989), - [anon_sym_map_LBRACK] = ACTIONS(2987), - [anon_sym_chan] = ACTIONS(2989), - [anon_sym_thread] = ACTIONS(2989), - [anon_sym_atomic] = ACTIONS(2989), - [sym___double_quote] = ACTIONS(2987), - [sym___single_quote] = ACTIONS(2987), - [sym___c_double_quote] = ACTIONS(2987), - [sym___c_single_quote] = ACTIONS(2987), - [sym___r_double_quote] = ACTIONS(2987), - [sym___r_single_quote] = ACTIONS(2987), + [anon_sym_DOT] = ACTIONS(3131), + [anon_sym_as] = ACTIONS(3131), + [anon_sym_LBRACE] = ACTIONS(3129), + [anon_sym_COMMA] = ACTIONS(3129), + [anon_sym_LPAREN] = ACTIONS(3129), + [anon_sym_PIPE] = ACTIONS(3131), + [anon_sym_fn] = ACTIONS(3131), + [anon_sym_PLUS] = ACTIONS(3131), + [anon_sym_DASH] = ACTIONS(3131), + [anon_sym_STAR] = ACTIONS(3129), + [anon_sym_SLASH] = ACTIONS(3131), + [anon_sym_PERCENT] = ACTIONS(3129), + [anon_sym_LT] = ACTIONS(3131), + [anon_sym_GT] = ACTIONS(3131), + [anon_sym_EQ_EQ] = ACTIONS(3129), + [anon_sym_BANG_EQ] = ACTIONS(3129), + [anon_sym_LT_EQ] = ACTIONS(3129), + [anon_sym_GT_EQ] = ACTIONS(3129), + [anon_sym_LBRACK] = ACTIONS(3129), + [anon_sym_LT2] = ACTIONS(3131), + [anon_sym_RBRACK] = ACTIONS(3129), + [anon_sym_struct] = ACTIONS(3131), + [anon_sym_mut] = ACTIONS(3131), + [anon_sym_PLUS_PLUS] = ACTIONS(3129), + [anon_sym_DASH_DASH] = ACTIONS(3129), + [anon_sym_QMARK] = ACTIONS(3131), + [anon_sym_BANG] = ACTIONS(3131), + [anon_sym_go] = ACTIONS(3131), + [anon_sym_spawn] = ACTIONS(3131), + [anon_sym_json_DOTdecode] = ACTIONS(3129), + [anon_sym_LBRACK2] = ACTIONS(3131), + [anon_sym_TILDE] = ACTIONS(3129), + [anon_sym_CARET] = ACTIONS(3129), + [anon_sym_AMP] = ACTIONS(3131), + [anon_sym_LT_DASH] = ACTIONS(3129), + [anon_sym_LT_LT] = ACTIONS(3129), + [anon_sym_GT_GT] = ACTIONS(3131), + [anon_sym_GT_GT_GT] = ACTIONS(3129), + [anon_sym_AMP_CARET] = ACTIONS(3129), + [anon_sym_AMP_AMP] = ACTIONS(3129), + [anon_sym_PIPE_PIPE] = ACTIONS(3129), + [anon_sym_or] = ACTIONS(3131), + [sym_none] = ACTIONS(3131), + [sym_true] = ACTIONS(3131), + [sym_false] = ACTIONS(3131), + [sym_nil] = ACTIONS(3131), + [anon_sym_QMARK_DOT] = ACTIONS(3129), + [anon_sym_POUND_LBRACK] = ACTIONS(3129), + [anon_sym_if] = ACTIONS(3131), + [anon_sym_DOLLARif] = ACTIONS(3131), + [anon_sym_is] = ACTIONS(3131), + [anon_sym_BANGis] = ACTIONS(3129), + [anon_sym_in] = ACTIONS(3131), + [anon_sym_BANGin] = ACTIONS(3129), + [anon_sym_match] = ACTIONS(3131), + [anon_sym_select] = ACTIONS(3131), + [anon_sym_lock] = ACTIONS(3131), + [anon_sym_rlock] = ACTIONS(3131), + [anon_sym_unsafe] = ACTIONS(3131), + [anon_sym_sql] = ACTIONS(3131), + [sym_int_literal] = ACTIONS(3131), + [sym_float_literal] = ACTIONS(3129), + [sym_rune_literal] = ACTIONS(3129), + [anon_sym_AT] = ACTIONS(3131), + [anon_sym_shared] = ACTIONS(3131), + [anon_sym_map_LBRACK] = ACTIONS(3129), + [anon_sym_chan] = ACTIONS(3131), + [anon_sym_thread] = ACTIONS(3131), + [anon_sym_atomic] = ACTIONS(3131), + [sym___double_quote] = ACTIONS(3129), + [sym___single_quote] = ACTIONS(3129), + [sym___c_double_quote] = ACTIONS(3129), + [sym___c_single_quote] = ACTIONS(3129), + [sym___r_double_quote] = ACTIONS(3129), + [sym___r_single_quote] = ACTIONS(3129), }, - [1342] = { - [sym_identifier] = ACTIONS(3185), + [1359] = { + [sym_identifier] = ACTIONS(2632), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3185), - [anon_sym_as] = ACTIONS(3185), - [anon_sym_LBRACE] = ACTIONS(3183), - [anon_sym_COMMA] = ACTIONS(3183), - [anon_sym_LPAREN] = ACTIONS(3183), - [anon_sym_PIPE] = ACTIONS(3185), - [anon_sym_fn] = ACTIONS(3185), - [anon_sym_PLUS] = ACTIONS(3185), - [anon_sym_DASH] = ACTIONS(3185), - [anon_sym_STAR] = ACTIONS(3183), - [anon_sym_SLASH] = ACTIONS(3185), - [anon_sym_PERCENT] = ACTIONS(3183), - [anon_sym_LT] = ACTIONS(3185), - [anon_sym_GT] = ACTIONS(3185), - [anon_sym_EQ_EQ] = ACTIONS(3183), - [anon_sym_BANG_EQ] = ACTIONS(3183), - [anon_sym_LT_EQ] = ACTIONS(3183), - [anon_sym_GT_EQ] = ACTIONS(3183), - [anon_sym_LBRACK] = ACTIONS(3183), - [anon_sym_RBRACK] = ACTIONS(3183), - [anon_sym_struct] = ACTIONS(3185), - [anon_sym_mut] = ACTIONS(3185), - [anon_sym_PLUS_PLUS] = ACTIONS(3183), - [anon_sym_DASH_DASH] = ACTIONS(3183), - [anon_sym_QMARK] = ACTIONS(3185), - [anon_sym_BANG] = ACTIONS(3185), - [anon_sym_go] = ACTIONS(3185), - [anon_sym_spawn] = ACTIONS(3185), - [anon_sym_json_DOTdecode] = ACTIONS(3183), - [anon_sym_LBRACK2] = ACTIONS(3185), - [anon_sym_TILDE] = ACTIONS(3183), - [anon_sym_CARET] = ACTIONS(3183), - [anon_sym_AMP] = ACTIONS(3185), - [anon_sym_LT_DASH] = ACTIONS(3183), - [anon_sym_LT_LT] = ACTIONS(3183), - [anon_sym_GT_GT] = ACTIONS(3185), - [anon_sym_GT_GT_GT] = ACTIONS(3183), - [anon_sym_AMP_CARET] = ACTIONS(3183), - [anon_sym_AMP_AMP] = ACTIONS(3183), - [anon_sym_PIPE_PIPE] = ACTIONS(3183), - [anon_sym_or] = ACTIONS(3185), - [sym_none] = ACTIONS(3185), - [sym_true] = ACTIONS(3185), - [sym_false] = ACTIONS(3185), - [sym_nil] = ACTIONS(3185), - [anon_sym_QMARK_DOT] = ACTIONS(3183), - [anon_sym_POUND_LBRACK] = ACTIONS(3183), - [anon_sym_if] = ACTIONS(3185), - [anon_sym_DOLLARif] = ACTIONS(3185), - [anon_sym_is] = ACTIONS(3185), - [anon_sym_BANGis] = ACTIONS(3183), - [anon_sym_in] = ACTIONS(3185), - [anon_sym_BANGin] = ACTIONS(3183), - [anon_sym_match] = ACTIONS(3185), - [anon_sym_select] = ACTIONS(3185), - [anon_sym_lock] = ACTIONS(3185), - [anon_sym_rlock] = ACTIONS(3185), - [anon_sym_unsafe] = ACTIONS(3185), - [anon_sym_sql] = ACTIONS(3185), - [sym_int_literal] = ACTIONS(3185), - [sym_float_literal] = ACTIONS(3183), - [sym_rune_literal] = ACTIONS(3183), - [anon_sym_AT] = ACTIONS(3185), - [anon_sym_shared] = ACTIONS(3185), - [anon_sym_map_LBRACK] = ACTIONS(3183), - [anon_sym_chan] = ACTIONS(3185), - [anon_sym_thread] = ACTIONS(3185), - [anon_sym_atomic] = ACTIONS(3185), - [sym___double_quote] = ACTIONS(3183), - [sym___single_quote] = ACTIONS(3183), - [sym___c_double_quote] = ACTIONS(3183), - [sym___c_single_quote] = ACTIONS(3183), - [sym___r_double_quote] = ACTIONS(3183), - [sym___r_single_quote] = ACTIONS(3183), + [anon_sym_DOT] = ACTIONS(2632), + [anon_sym_as] = ACTIONS(2632), + [anon_sym_LBRACE] = ACTIONS(2630), + [anon_sym_COMMA] = ACTIONS(2630), + [anon_sym_LPAREN] = ACTIONS(2630), + [anon_sym_PIPE] = ACTIONS(2632), + [anon_sym_fn] = ACTIONS(2632), + [anon_sym_PLUS] = ACTIONS(2632), + [anon_sym_DASH] = ACTIONS(2632), + [anon_sym_STAR] = ACTIONS(2630), + [anon_sym_SLASH] = ACTIONS(2632), + [anon_sym_PERCENT] = ACTIONS(2630), + [anon_sym_LT] = ACTIONS(2632), + [anon_sym_GT] = ACTIONS(2632), + [anon_sym_EQ_EQ] = ACTIONS(2630), + [anon_sym_BANG_EQ] = ACTIONS(2630), + [anon_sym_LT_EQ] = ACTIONS(2630), + [anon_sym_GT_EQ] = ACTIONS(2630), + [anon_sym_LBRACK] = ACTIONS(2630), + [anon_sym_LT2] = ACTIONS(2632), + [anon_sym_RBRACK] = ACTIONS(2630), + [anon_sym_struct] = ACTIONS(2632), + [anon_sym_mut] = ACTIONS(2632), + [anon_sym_PLUS_PLUS] = ACTIONS(2630), + [anon_sym_DASH_DASH] = ACTIONS(2630), + [anon_sym_QMARK] = ACTIONS(2632), + [anon_sym_BANG] = ACTIONS(2632), + [anon_sym_go] = ACTIONS(2632), + [anon_sym_spawn] = ACTIONS(2632), + [anon_sym_json_DOTdecode] = ACTIONS(2630), + [anon_sym_LBRACK2] = ACTIONS(2632), + [anon_sym_TILDE] = ACTIONS(2630), + [anon_sym_CARET] = ACTIONS(2630), + [anon_sym_AMP] = ACTIONS(2632), + [anon_sym_LT_DASH] = ACTIONS(2630), + [anon_sym_LT_LT] = ACTIONS(2630), + [anon_sym_GT_GT] = ACTIONS(2632), + [anon_sym_GT_GT_GT] = ACTIONS(2630), + [anon_sym_AMP_CARET] = ACTIONS(2630), + [anon_sym_AMP_AMP] = ACTIONS(2630), + [anon_sym_PIPE_PIPE] = ACTIONS(2630), + [anon_sym_or] = ACTIONS(2632), + [sym_none] = ACTIONS(2632), + [sym_true] = ACTIONS(2632), + [sym_false] = ACTIONS(2632), + [sym_nil] = ACTIONS(2632), + [anon_sym_QMARK_DOT] = ACTIONS(2630), + [anon_sym_POUND_LBRACK] = ACTIONS(2630), + [anon_sym_if] = ACTIONS(2632), + [anon_sym_DOLLARif] = ACTIONS(2632), + [anon_sym_is] = ACTIONS(2632), + [anon_sym_BANGis] = ACTIONS(2630), + [anon_sym_in] = ACTIONS(2632), + [anon_sym_BANGin] = ACTIONS(2630), + [anon_sym_match] = ACTIONS(2632), + [anon_sym_select] = ACTIONS(2632), + [anon_sym_lock] = ACTIONS(2632), + [anon_sym_rlock] = ACTIONS(2632), + [anon_sym_unsafe] = ACTIONS(2632), + [anon_sym_sql] = ACTIONS(2632), + [sym_int_literal] = ACTIONS(2632), + [sym_float_literal] = ACTIONS(2630), + [sym_rune_literal] = ACTIONS(2630), + [anon_sym_AT] = ACTIONS(2632), + [anon_sym_shared] = ACTIONS(2632), + [anon_sym_map_LBRACK] = ACTIONS(2630), + [anon_sym_chan] = ACTIONS(2632), + [anon_sym_thread] = ACTIONS(2632), + [anon_sym_atomic] = ACTIONS(2632), + [sym___double_quote] = ACTIONS(2630), + [sym___single_quote] = ACTIONS(2630), + [sym___c_double_quote] = ACTIONS(2630), + [sym___c_single_quote] = ACTIONS(2630), + [sym___r_double_quote] = ACTIONS(2630), + [sym___r_single_quote] = ACTIONS(2630), }, - [1343] = { - [sym_identifier] = ACTIONS(3189), + [1360] = { + [sym_identifier] = ACTIONS(3079), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3189), - [anon_sym_as] = ACTIONS(3189), - [anon_sym_LBRACE] = ACTIONS(3187), - [anon_sym_COMMA] = ACTIONS(3187), - [anon_sym_LPAREN] = ACTIONS(3187), - [anon_sym_PIPE] = ACTIONS(3189), - [anon_sym_fn] = ACTIONS(3189), - [anon_sym_PLUS] = ACTIONS(3189), - [anon_sym_DASH] = ACTIONS(3189), - [anon_sym_STAR] = ACTIONS(3187), - [anon_sym_SLASH] = ACTIONS(3189), - [anon_sym_PERCENT] = ACTIONS(3187), - [anon_sym_LT] = ACTIONS(3189), - [anon_sym_GT] = ACTIONS(3189), - [anon_sym_EQ_EQ] = ACTIONS(3187), - [anon_sym_BANG_EQ] = ACTIONS(3187), - [anon_sym_LT_EQ] = ACTIONS(3187), - [anon_sym_GT_EQ] = ACTIONS(3187), - [anon_sym_LBRACK] = ACTIONS(3187), - [anon_sym_RBRACK] = ACTIONS(3187), - [anon_sym_struct] = ACTIONS(3189), - [anon_sym_mut] = ACTIONS(3189), - [anon_sym_PLUS_PLUS] = ACTIONS(3187), - [anon_sym_DASH_DASH] = ACTIONS(3187), - [anon_sym_QMARK] = ACTIONS(3189), - [anon_sym_BANG] = ACTIONS(3189), - [anon_sym_go] = ACTIONS(3189), - [anon_sym_spawn] = ACTIONS(3189), - [anon_sym_json_DOTdecode] = ACTIONS(3187), - [anon_sym_LBRACK2] = ACTIONS(3189), - [anon_sym_TILDE] = ACTIONS(3187), - [anon_sym_CARET] = ACTIONS(3187), - [anon_sym_AMP] = ACTIONS(3189), - [anon_sym_LT_DASH] = ACTIONS(3187), - [anon_sym_LT_LT] = ACTIONS(3187), - [anon_sym_GT_GT] = ACTIONS(3189), - [anon_sym_GT_GT_GT] = ACTIONS(3187), - [anon_sym_AMP_CARET] = ACTIONS(3187), - [anon_sym_AMP_AMP] = ACTIONS(3187), - [anon_sym_PIPE_PIPE] = ACTIONS(3187), - [anon_sym_or] = ACTIONS(3189), - [sym_none] = ACTIONS(3189), - [sym_true] = ACTIONS(3189), - [sym_false] = ACTIONS(3189), - [sym_nil] = ACTIONS(3189), - [anon_sym_QMARK_DOT] = ACTIONS(3187), - [anon_sym_POUND_LBRACK] = ACTIONS(3187), - [anon_sym_if] = ACTIONS(3189), - [anon_sym_DOLLARif] = ACTIONS(3189), - [anon_sym_is] = ACTIONS(3189), - [anon_sym_BANGis] = ACTIONS(3187), - [anon_sym_in] = ACTIONS(3189), - [anon_sym_BANGin] = ACTIONS(3187), - [anon_sym_match] = ACTIONS(3189), - [anon_sym_select] = ACTIONS(3189), - [anon_sym_lock] = ACTIONS(3189), - [anon_sym_rlock] = ACTIONS(3189), - [anon_sym_unsafe] = ACTIONS(3189), - [anon_sym_sql] = ACTIONS(3189), - [sym_int_literal] = ACTIONS(3189), - [sym_float_literal] = ACTIONS(3187), - [sym_rune_literal] = ACTIONS(3187), - [anon_sym_AT] = ACTIONS(3189), - [anon_sym_shared] = ACTIONS(3189), - [anon_sym_map_LBRACK] = ACTIONS(3187), - [anon_sym_chan] = ACTIONS(3189), - [anon_sym_thread] = ACTIONS(3189), - [anon_sym_atomic] = ACTIONS(3189), - [sym___double_quote] = ACTIONS(3187), - [sym___single_quote] = ACTIONS(3187), - [sym___c_double_quote] = ACTIONS(3187), - [sym___c_single_quote] = ACTIONS(3187), - [sym___r_double_quote] = ACTIONS(3187), - [sym___r_single_quote] = ACTIONS(3187), + [anon_sym_DOT] = ACTIONS(3079), + [anon_sym_as] = ACTIONS(3079), + [anon_sym_LBRACE] = ACTIONS(3077), + [anon_sym_COMMA] = ACTIONS(3077), + [anon_sym_LPAREN] = ACTIONS(3077), + [anon_sym_PIPE] = ACTIONS(3079), + [anon_sym_fn] = ACTIONS(3079), + [anon_sym_PLUS] = ACTIONS(3079), + [anon_sym_DASH] = ACTIONS(3079), + [anon_sym_STAR] = ACTIONS(3077), + [anon_sym_SLASH] = ACTIONS(3079), + [anon_sym_PERCENT] = ACTIONS(3077), + [anon_sym_LT] = ACTIONS(3079), + [anon_sym_GT] = ACTIONS(3079), + [anon_sym_EQ_EQ] = ACTIONS(3077), + [anon_sym_BANG_EQ] = ACTIONS(3077), + [anon_sym_LT_EQ] = ACTIONS(3077), + [anon_sym_GT_EQ] = ACTIONS(3077), + [anon_sym_LBRACK] = ACTIONS(3077), + [anon_sym_LT2] = ACTIONS(3079), + [anon_sym_RBRACK] = ACTIONS(3077), + [anon_sym_struct] = ACTIONS(3079), + [anon_sym_mut] = ACTIONS(3079), + [anon_sym_PLUS_PLUS] = ACTIONS(3077), + [anon_sym_DASH_DASH] = ACTIONS(3077), + [anon_sym_QMARK] = ACTIONS(3079), + [anon_sym_BANG] = ACTIONS(3079), + [anon_sym_go] = ACTIONS(3079), + [anon_sym_spawn] = ACTIONS(3079), + [anon_sym_json_DOTdecode] = ACTIONS(3077), + [anon_sym_LBRACK2] = ACTIONS(3079), + [anon_sym_TILDE] = ACTIONS(3077), + [anon_sym_CARET] = ACTIONS(3077), + [anon_sym_AMP] = ACTIONS(3079), + [anon_sym_LT_DASH] = ACTIONS(3077), + [anon_sym_LT_LT] = ACTIONS(3077), + [anon_sym_GT_GT] = ACTIONS(3079), + [anon_sym_GT_GT_GT] = ACTIONS(3077), + [anon_sym_AMP_CARET] = ACTIONS(3077), + [anon_sym_AMP_AMP] = ACTIONS(3077), + [anon_sym_PIPE_PIPE] = ACTIONS(3077), + [anon_sym_or] = ACTIONS(3079), + [sym_none] = ACTIONS(3079), + [sym_true] = ACTIONS(3079), + [sym_false] = ACTIONS(3079), + [sym_nil] = ACTIONS(3079), + [anon_sym_QMARK_DOT] = ACTIONS(3077), + [anon_sym_POUND_LBRACK] = ACTIONS(3077), + [anon_sym_if] = ACTIONS(3079), + [anon_sym_DOLLARif] = ACTIONS(3079), + [anon_sym_is] = ACTIONS(3079), + [anon_sym_BANGis] = ACTIONS(3077), + [anon_sym_in] = ACTIONS(3079), + [anon_sym_BANGin] = ACTIONS(3077), + [anon_sym_match] = ACTIONS(3079), + [anon_sym_select] = ACTIONS(3079), + [anon_sym_lock] = ACTIONS(3079), + [anon_sym_rlock] = ACTIONS(3079), + [anon_sym_unsafe] = ACTIONS(3079), + [anon_sym_sql] = ACTIONS(3079), + [sym_int_literal] = ACTIONS(3079), + [sym_float_literal] = ACTIONS(3077), + [sym_rune_literal] = ACTIONS(3077), + [anon_sym_AT] = ACTIONS(3079), + [anon_sym_shared] = ACTIONS(3079), + [anon_sym_map_LBRACK] = ACTIONS(3077), + [anon_sym_chan] = ACTIONS(3079), + [anon_sym_thread] = ACTIONS(3079), + [anon_sym_atomic] = ACTIONS(3079), + [sym___double_quote] = ACTIONS(3077), + [sym___single_quote] = ACTIONS(3077), + [sym___c_double_quote] = ACTIONS(3077), + [sym___c_single_quote] = ACTIONS(3077), + [sym___r_double_quote] = ACTIONS(3077), + [sym___r_single_quote] = ACTIONS(3077), }, - [1344] = { - [sym_identifier] = ACTIONS(2704), + [1361] = { + [sym_identifier] = ACTIONS(3075), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2704), - [anon_sym_as] = ACTIONS(2704), - [anon_sym_LBRACE] = ACTIONS(2702), - [anon_sym_COMMA] = ACTIONS(2702), - [anon_sym_LPAREN] = ACTIONS(2702), - [anon_sym_PIPE] = ACTIONS(2704), - [anon_sym_fn] = ACTIONS(2704), - [anon_sym_PLUS] = ACTIONS(2704), - [anon_sym_DASH] = ACTIONS(2704), - [anon_sym_STAR] = ACTIONS(2702), - [anon_sym_SLASH] = ACTIONS(2704), - [anon_sym_PERCENT] = ACTIONS(2702), - [anon_sym_LT] = ACTIONS(2704), - [anon_sym_GT] = ACTIONS(2704), - [anon_sym_EQ_EQ] = ACTIONS(2702), - [anon_sym_BANG_EQ] = ACTIONS(2702), - [anon_sym_LT_EQ] = ACTIONS(2702), - [anon_sym_GT_EQ] = ACTIONS(2702), - [anon_sym_LBRACK] = ACTIONS(2702), - [anon_sym_RBRACK] = ACTIONS(2702), - [anon_sym_struct] = ACTIONS(2704), - [anon_sym_mut] = ACTIONS(2704), - [anon_sym_PLUS_PLUS] = ACTIONS(2702), - [anon_sym_DASH_DASH] = ACTIONS(2702), - [anon_sym_QMARK] = ACTIONS(2704), - [anon_sym_BANG] = ACTIONS(2704), - [anon_sym_go] = ACTIONS(2704), - [anon_sym_spawn] = ACTIONS(2704), - [anon_sym_json_DOTdecode] = ACTIONS(2702), - [anon_sym_LBRACK2] = ACTIONS(2704), - [anon_sym_TILDE] = ACTIONS(2702), - [anon_sym_CARET] = ACTIONS(2702), - [anon_sym_AMP] = ACTIONS(2704), - [anon_sym_LT_DASH] = ACTIONS(2702), - [anon_sym_LT_LT] = ACTIONS(2702), - [anon_sym_GT_GT] = ACTIONS(2704), - [anon_sym_GT_GT_GT] = ACTIONS(2702), - [anon_sym_AMP_CARET] = ACTIONS(2702), - [anon_sym_AMP_AMP] = ACTIONS(2702), - [anon_sym_PIPE_PIPE] = ACTIONS(2702), - [anon_sym_or] = ACTIONS(2704), - [sym_none] = ACTIONS(2704), - [sym_true] = ACTIONS(2704), - [sym_false] = ACTIONS(2704), - [sym_nil] = ACTIONS(2704), - [anon_sym_QMARK_DOT] = ACTIONS(2702), - [anon_sym_POUND_LBRACK] = ACTIONS(2702), - [anon_sym_if] = ACTIONS(2704), - [anon_sym_DOLLARif] = ACTIONS(2704), - [anon_sym_is] = ACTIONS(2704), - [anon_sym_BANGis] = ACTIONS(2702), - [anon_sym_in] = ACTIONS(2704), - [anon_sym_BANGin] = ACTIONS(2702), - [anon_sym_match] = ACTIONS(2704), - [anon_sym_select] = ACTIONS(2704), - [anon_sym_lock] = ACTIONS(2704), - [anon_sym_rlock] = ACTIONS(2704), - [anon_sym_unsafe] = ACTIONS(2704), - [anon_sym_sql] = ACTIONS(2704), - [sym_int_literal] = ACTIONS(2704), - [sym_float_literal] = ACTIONS(2702), - [sym_rune_literal] = ACTIONS(2702), - [anon_sym_AT] = ACTIONS(2704), - [anon_sym_shared] = ACTIONS(2704), - [anon_sym_map_LBRACK] = ACTIONS(2702), - [anon_sym_chan] = ACTIONS(2704), - [anon_sym_thread] = ACTIONS(2704), - [anon_sym_atomic] = ACTIONS(2704), - [sym___double_quote] = ACTIONS(2702), - [sym___single_quote] = ACTIONS(2702), - [sym___c_double_quote] = ACTIONS(2702), - [sym___c_single_quote] = ACTIONS(2702), - [sym___r_double_quote] = ACTIONS(2702), - [sym___r_single_quote] = ACTIONS(2702), + [anon_sym_DOT] = ACTIONS(3075), + [anon_sym_as] = ACTIONS(3075), + [anon_sym_LBRACE] = ACTIONS(3073), + [anon_sym_COMMA] = ACTIONS(3073), + [anon_sym_LPAREN] = ACTIONS(3073), + [anon_sym_PIPE] = ACTIONS(3075), + [anon_sym_fn] = ACTIONS(3075), + [anon_sym_PLUS] = ACTIONS(3075), + [anon_sym_DASH] = ACTIONS(3075), + [anon_sym_STAR] = ACTIONS(3073), + [anon_sym_SLASH] = ACTIONS(3075), + [anon_sym_PERCENT] = ACTIONS(3073), + [anon_sym_LT] = ACTIONS(3075), + [anon_sym_GT] = ACTIONS(3075), + [anon_sym_EQ_EQ] = ACTIONS(3073), + [anon_sym_BANG_EQ] = ACTIONS(3073), + [anon_sym_LT_EQ] = ACTIONS(3073), + [anon_sym_GT_EQ] = ACTIONS(3073), + [anon_sym_LBRACK] = ACTIONS(3073), + [anon_sym_LT2] = ACTIONS(3075), + [anon_sym_RBRACK] = ACTIONS(3073), + [anon_sym_struct] = ACTIONS(3075), + [anon_sym_mut] = ACTIONS(3075), + [anon_sym_PLUS_PLUS] = ACTIONS(3073), + [anon_sym_DASH_DASH] = ACTIONS(3073), + [anon_sym_QMARK] = ACTIONS(3075), + [anon_sym_BANG] = ACTIONS(3075), + [anon_sym_go] = ACTIONS(3075), + [anon_sym_spawn] = ACTIONS(3075), + [anon_sym_json_DOTdecode] = ACTIONS(3073), + [anon_sym_LBRACK2] = ACTIONS(3075), + [anon_sym_TILDE] = ACTIONS(3073), + [anon_sym_CARET] = ACTIONS(3073), + [anon_sym_AMP] = ACTIONS(3075), + [anon_sym_LT_DASH] = ACTIONS(3073), + [anon_sym_LT_LT] = ACTIONS(3073), + [anon_sym_GT_GT] = ACTIONS(3075), + [anon_sym_GT_GT_GT] = ACTIONS(3073), + [anon_sym_AMP_CARET] = ACTIONS(3073), + [anon_sym_AMP_AMP] = ACTIONS(3073), + [anon_sym_PIPE_PIPE] = ACTIONS(3073), + [anon_sym_or] = ACTIONS(3075), + [sym_none] = ACTIONS(3075), + [sym_true] = ACTIONS(3075), + [sym_false] = ACTIONS(3075), + [sym_nil] = ACTIONS(3075), + [anon_sym_QMARK_DOT] = ACTIONS(3073), + [anon_sym_POUND_LBRACK] = ACTIONS(3073), + [anon_sym_if] = ACTIONS(3075), + [anon_sym_DOLLARif] = ACTIONS(3075), + [anon_sym_is] = ACTIONS(3075), + [anon_sym_BANGis] = ACTIONS(3073), + [anon_sym_in] = ACTIONS(3075), + [anon_sym_BANGin] = ACTIONS(3073), + [anon_sym_match] = ACTIONS(3075), + [anon_sym_select] = ACTIONS(3075), + [anon_sym_lock] = ACTIONS(3075), + [anon_sym_rlock] = ACTIONS(3075), + [anon_sym_unsafe] = ACTIONS(3075), + [anon_sym_sql] = ACTIONS(3075), + [sym_int_literal] = ACTIONS(3075), + [sym_float_literal] = ACTIONS(3073), + [sym_rune_literal] = ACTIONS(3073), + [anon_sym_AT] = ACTIONS(3075), + [anon_sym_shared] = ACTIONS(3075), + [anon_sym_map_LBRACK] = ACTIONS(3073), + [anon_sym_chan] = ACTIONS(3075), + [anon_sym_thread] = ACTIONS(3075), + [anon_sym_atomic] = ACTIONS(3075), + [sym___double_quote] = ACTIONS(3073), + [sym___single_quote] = ACTIONS(3073), + [sym___c_double_quote] = ACTIONS(3073), + [sym___c_single_quote] = ACTIONS(3073), + [sym___r_double_quote] = ACTIONS(3073), + [sym___r_single_quote] = ACTIONS(3073), }, - [1345] = { - [sym_identifier] = ACTIONS(2884), + [1362] = { + [sym_identifier] = ACTIONS(3067), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2884), - [anon_sym_as] = ACTIONS(2884), - [anon_sym_LBRACE] = ACTIONS(2882), - [anon_sym_COMMA] = ACTIONS(2882), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_PIPE] = ACTIONS(2884), - [anon_sym_fn] = ACTIONS(2884), - [anon_sym_PLUS] = ACTIONS(2884), - [anon_sym_DASH] = ACTIONS(2884), - [anon_sym_STAR] = ACTIONS(2882), - [anon_sym_SLASH] = ACTIONS(2884), - [anon_sym_PERCENT] = ACTIONS(2882), - [anon_sym_LT] = ACTIONS(2884), - [anon_sym_GT] = ACTIONS(2884), - [anon_sym_EQ_EQ] = ACTIONS(2882), - [anon_sym_BANG_EQ] = ACTIONS(2882), - [anon_sym_LT_EQ] = ACTIONS(2882), - [anon_sym_GT_EQ] = ACTIONS(2882), - [anon_sym_LBRACK] = ACTIONS(2882), - [anon_sym_RBRACK] = ACTIONS(3667), - [anon_sym_struct] = ACTIONS(2884), - [anon_sym_mut] = ACTIONS(2884), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_QMARK] = ACTIONS(2884), - [anon_sym_BANG] = ACTIONS(2884), - [anon_sym_go] = ACTIONS(2884), - [anon_sym_spawn] = ACTIONS(2884), - [anon_sym_json_DOTdecode] = ACTIONS(2882), - [anon_sym_LBRACK2] = ACTIONS(2884), - [anon_sym_TILDE] = ACTIONS(2882), - [anon_sym_CARET] = ACTIONS(2882), - [anon_sym_AMP] = ACTIONS(2884), - [anon_sym_LT_DASH] = ACTIONS(2882), - [anon_sym_LT_LT] = ACTIONS(2882), - [anon_sym_GT_GT] = ACTIONS(2884), - [anon_sym_GT_GT_GT] = ACTIONS(2882), - [anon_sym_AMP_CARET] = ACTIONS(2882), - [anon_sym_AMP_AMP] = ACTIONS(2882), - [anon_sym_PIPE_PIPE] = ACTIONS(2882), - [anon_sym_or] = ACTIONS(2884), - [sym_none] = ACTIONS(2884), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_nil] = ACTIONS(2884), - [anon_sym_QMARK_DOT] = ACTIONS(2882), - [anon_sym_POUND_LBRACK] = ACTIONS(2882), - [anon_sym_if] = ACTIONS(2884), - [anon_sym_DOLLARif] = ACTIONS(2884), - [anon_sym_is] = ACTIONS(2884), - [anon_sym_BANGis] = ACTIONS(2882), - [anon_sym_in] = ACTIONS(2884), - [anon_sym_BANGin] = ACTIONS(2882), - [anon_sym_match] = ACTIONS(2884), - [anon_sym_select] = ACTIONS(2884), - [anon_sym_lock] = ACTIONS(2884), - [anon_sym_rlock] = ACTIONS(2884), - [anon_sym_unsafe] = ACTIONS(2884), - [anon_sym_sql] = ACTIONS(2884), - [sym_int_literal] = ACTIONS(2884), - [sym_float_literal] = ACTIONS(2882), - [sym_rune_literal] = ACTIONS(2882), - [anon_sym_AT] = ACTIONS(2884), - [anon_sym_shared] = ACTIONS(2884), - [anon_sym_map_LBRACK] = ACTIONS(2882), - [anon_sym_chan] = ACTIONS(2884), - [anon_sym_thread] = ACTIONS(2884), - [anon_sym_atomic] = ACTIONS(2884), - [sym___double_quote] = ACTIONS(2882), - [sym___single_quote] = ACTIONS(2882), - [sym___c_double_quote] = ACTIONS(2882), - [sym___c_single_quote] = ACTIONS(2882), - [sym___r_double_quote] = ACTIONS(2882), - [sym___r_single_quote] = ACTIONS(2882), + [anon_sym_DOT] = ACTIONS(3067), + [anon_sym_as] = ACTIONS(3067), + [anon_sym_LBRACE] = ACTIONS(3065), + [anon_sym_COMMA] = ACTIONS(3065), + [anon_sym_LPAREN] = ACTIONS(3065), + [anon_sym_PIPE] = ACTIONS(3067), + [anon_sym_fn] = ACTIONS(3067), + [anon_sym_PLUS] = ACTIONS(3067), + [anon_sym_DASH] = ACTIONS(3067), + [anon_sym_STAR] = ACTIONS(3065), + [anon_sym_SLASH] = ACTIONS(3067), + [anon_sym_PERCENT] = ACTIONS(3065), + [anon_sym_LT] = ACTIONS(3067), + [anon_sym_GT] = ACTIONS(3067), + [anon_sym_EQ_EQ] = ACTIONS(3065), + [anon_sym_BANG_EQ] = ACTIONS(3065), + [anon_sym_LT_EQ] = ACTIONS(3065), + [anon_sym_GT_EQ] = ACTIONS(3065), + [anon_sym_LBRACK] = ACTIONS(3065), + [anon_sym_LT2] = ACTIONS(3067), + [anon_sym_RBRACK] = ACTIONS(3065), + [anon_sym_struct] = ACTIONS(3067), + [anon_sym_mut] = ACTIONS(3067), + [anon_sym_PLUS_PLUS] = ACTIONS(3065), + [anon_sym_DASH_DASH] = ACTIONS(3065), + [anon_sym_QMARK] = ACTIONS(3067), + [anon_sym_BANG] = ACTIONS(3067), + [anon_sym_go] = ACTIONS(3067), + [anon_sym_spawn] = ACTIONS(3067), + [anon_sym_json_DOTdecode] = ACTIONS(3065), + [anon_sym_LBRACK2] = ACTIONS(3067), + [anon_sym_TILDE] = ACTIONS(3065), + [anon_sym_CARET] = ACTIONS(3065), + [anon_sym_AMP] = ACTIONS(3067), + [anon_sym_LT_DASH] = ACTIONS(3065), + [anon_sym_LT_LT] = ACTIONS(3065), + [anon_sym_GT_GT] = ACTIONS(3067), + [anon_sym_GT_GT_GT] = ACTIONS(3065), + [anon_sym_AMP_CARET] = ACTIONS(3065), + [anon_sym_AMP_AMP] = ACTIONS(3065), + [anon_sym_PIPE_PIPE] = ACTIONS(3065), + [anon_sym_or] = ACTIONS(3067), + [sym_none] = ACTIONS(3067), + [sym_true] = ACTIONS(3067), + [sym_false] = ACTIONS(3067), + [sym_nil] = ACTIONS(3067), + [anon_sym_QMARK_DOT] = ACTIONS(3065), + [anon_sym_POUND_LBRACK] = ACTIONS(3065), + [anon_sym_if] = ACTIONS(3067), + [anon_sym_DOLLARif] = ACTIONS(3067), + [anon_sym_is] = ACTIONS(3067), + [anon_sym_BANGis] = ACTIONS(3065), + [anon_sym_in] = ACTIONS(3067), + [anon_sym_BANGin] = ACTIONS(3065), + [anon_sym_match] = ACTIONS(3067), + [anon_sym_select] = ACTIONS(3067), + [anon_sym_lock] = ACTIONS(3067), + [anon_sym_rlock] = ACTIONS(3067), + [anon_sym_unsafe] = ACTIONS(3067), + [anon_sym_sql] = ACTIONS(3067), + [sym_int_literal] = ACTIONS(3067), + [sym_float_literal] = ACTIONS(3065), + [sym_rune_literal] = ACTIONS(3065), + [anon_sym_AT] = ACTIONS(3067), + [anon_sym_shared] = ACTIONS(3067), + [anon_sym_map_LBRACK] = ACTIONS(3065), + [anon_sym_chan] = ACTIONS(3067), + [anon_sym_thread] = ACTIONS(3067), + [anon_sym_atomic] = ACTIONS(3067), + [sym___double_quote] = ACTIONS(3065), + [sym___single_quote] = ACTIONS(3065), + [sym___c_double_quote] = ACTIONS(3065), + [sym___c_single_quote] = ACTIONS(3065), + [sym___r_double_quote] = ACTIONS(3065), + [sym___r_single_quote] = ACTIONS(3065), }, - [1346] = { - [sym_identifier] = ACTIONS(3161), + [1363] = { + [sym_identifier] = ACTIONS(3055), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3161), - [anon_sym_as] = ACTIONS(3161), - [anon_sym_LBRACE] = ACTIONS(3159), - [anon_sym_COMMA] = ACTIONS(3159), - [anon_sym_LPAREN] = ACTIONS(3159), - [anon_sym_PIPE] = ACTIONS(3161), - [anon_sym_fn] = ACTIONS(3161), - [anon_sym_PLUS] = ACTIONS(3161), - [anon_sym_DASH] = ACTIONS(3161), - [anon_sym_STAR] = ACTIONS(3159), - [anon_sym_SLASH] = ACTIONS(3161), - [anon_sym_PERCENT] = ACTIONS(3159), - [anon_sym_LT] = ACTIONS(3161), - [anon_sym_GT] = ACTIONS(3161), - [anon_sym_EQ_EQ] = ACTIONS(3159), - [anon_sym_BANG_EQ] = ACTIONS(3159), - [anon_sym_LT_EQ] = ACTIONS(3159), - [anon_sym_GT_EQ] = ACTIONS(3159), - [anon_sym_LBRACK] = ACTIONS(3159), - [anon_sym_RBRACK] = ACTIONS(3159), - [anon_sym_struct] = ACTIONS(3161), - [anon_sym_mut] = ACTIONS(3161), - [anon_sym_PLUS_PLUS] = ACTIONS(3159), - [anon_sym_DASH_DASH] = ACTIONS(3159), - [anon_sym_QMARK] = ACTIONS(3161), - [anon_sym_BANG] = ACTIONS(3161), - [anon_sym_go] = ACTIONS(3161), - [anon_sym_spawn] = ACTIONS(3161), - [anon_sym_json_DOTdecode] = ACTIONS(3159), - [anon_sym_LBRACK2] = ACTIONS(3161), - [anon_sym_TILDE] = ACTIONS(3159), - [anon_sym_CARET] = ACTIONS(3159), - [anon_sym_AMP] = ACTIONS(3161), - [anon_sym_LT_DASH] = ACTIONS(3159), - [anon_sym_LT_LT] = ACTIONS(3159), - [anon_sym_GT_GT] = ACTIONS(3161), - [anon_sym_GT_GT_GT] = ACTIONS(3159), - [anon_sym_AMP_CARET] = ACTIONS(3159), - [anon_sym_AMP_AMP] = ACTIONS(3159), - [anon_sym_PIPE_PIPE] = ACTIONS(3159), - [anon_sym_or] = ACTIONS(3161), - [sym_none] = ACTIONS(3161), - [sym_true] = ACTIONS(3161), - [sym_false] = ACTIONS(3161), - [sym_nil] = ACTIONS(3161), - [anon_sym_QMARK_DOT] = ACTIONS(3159), - [anon_sym_POUND_LBRACK] = ACTIONS(3159), - [anon_sym_if] = ACTIONS(3161), - [anon_sym_DOLLARif] = ACTIONS(3161), - [anon_sym_is] = ACTIONS(3161), - [anon_sym_BANGis] = ACTIONS(3159), - [anon_sym_in] = ACTIONS(3161), - [anon_sym_BANGin] = ACTIONS(3159), - [anon_sym_match] = ACTIONS(3161), - [anon_sym_select] = ACTIONS(3161), - [anon_sym_lock] = ACTIONS(3161), - [anon_sym_rlock] = ACTIONS(3161), - [anon_sym_unsafe] = ACTIONS(3161), - [anon_sym_sql] = ACTIONS(3161), - [sym_int_literal] = ACTIONS(3161), - [sym_float_literal] = ACTIONS(3159), - [sym_rune_literal] = ACTIONS(3159), - [anon_sym_AT] = ACTIONS(3161), - [anon_sym_shared] = ACTIONS(3161), - [anon_sym_map_LBRACK] = ACTIONS(3159), - [anon_sym_chan] = ACTIONS(3161), - [anon_sym_thread] = ACTIONS(3161), - [anon_sym_atomic] = ACTIONS(3161), - [sym___double_quote] = ACTIONS(3159), - [sym___single_quote] = ACTIONS(3159), - [sym___c_double_quote] = ACTIONS(3159), - [sym___c_single_quote] = ACTIONS(3159), - [sym___r_double_quote] = ACTIONS(3159), - [sym___r_single_quote] = ACTIONS(3159), + [anon_sym_DOT] = ACTIONS(3055), + [anon_sym_as] = ACTIONS(3055), + [anon_sym_LBRACE] = ACTIONS(3053), + [anon_sym_COMMA] = ACTIONS(3053), + [anon_sym_LPAREN] = ACTIONS(3053), + [anon_sym_PIPE] = ACTIONS(3055), + [anon_sym_fn] = ACTIONS(3055), + [anon_sym_PLUS] = ACTIONS(3055), + [anon_sym_DASH] = ACTIONS(3055), + [anon_sym_STAR] = ACTIONS(3053), + [anon_sym_SLASH] = ACTIONS(3055), + [anon_sym_PERCENT] = ACTIONS(3053), + [anon_sym_LT] = ACTIONS(3055), + [anon_sym_GT] = ACTIONS(3055), + [anon_sym_EQ_EQ] = ACTIONS(3053), + [anon_sym_BANG_EQ] = ACTIONS(3053), + [anon_sym_LT_EQ] = ACTIONS(3053), + [anon_sym_GT_EQ] = ACTIONS(3053), + [anon_sym_LBRACK] = ACTIONS(3053), + [anon_sym_LT2] = ACTIONS(3055), + [anon_sym_RBRACK] = ACTIONS(3053), + [anon_sym_struct] = ACTIONS(3055), + [anon_sym_mut] = ACTIONS(3055), + [anon_sym_PLUS_PLUS] = ACTIONS(3053), + [anon_sym_DASH_DASH] = ACTIONS(3053), + [anon_sym_QMARK] = ACTIONS(3055), + [anon_sym_BANG] = ACTIONS(3055), + [anon_sym_go] = ACTIONS(3055), + [anon_sym_spawn] = ACTIONS(3055), + [anon_sym_json_DOTdecode] = ACTIONS(3053), + [anon_sym_LBRACK2] = ACTIONS(3055), + [anon_sym_TILDE] = ACTIONS(3053), + [anon_sym_CARET] = ACTIONS(3053), + [anon_sym_AMP] = ACTIONS(3055), + [anon_sym_LT_DASH] = ACTIONS(3053), + [anon_sym_LT_LT] = ACTIONS(3053), + [anon_sym_GT_GT] = ACTIONS(3055), + [anon_sym_GT_GT_GT] = ACTIONS(3053), + [anon_sym_AMP_CARET] = ACTIONS(3053), + [anon_sym_AMP_AMP] = ACTIONS(3053), + [anon_sym_PIPE_PIPE] = ACTIONS(3053), + [anon_sym_or] = ACTIONS(3055), + [sym_none] = ACTIONS(3055), + [sym_true] = ACTIONS(3055), + [sym_false] = ACTIONS(3055), + [sym_nil] = ACTIONS(3055), + [anon_sym_QMARK_DOT] = ACTIONS(3053), + [anon_sym_POUND_LBRACK] = ACTIONS(3053), + [anon_sym_if] = ACTIONS(3055), + [anon_sym_DOLLARif] = ACTIONS(3055), + [anon_sym_is] = ACTIONS(3055), + [anon_sym_BANGis] = ACTIONS(3053), + [anon_sym_in] = ACTIONS(3055), + [anon_sym_BANGin] = ACTIONS(3053), + [anon_sym_match] = ACTIONS(3055), + [anon_sym_select] = ACTIONS(3055), + [anon_sym_lock] = ACTIONS(3055), + [anon_sym_rlock] = ACTIONS(3055), + [anon_sym_unsafe] = ACTIONS(3055), + [anon_sym_sql] = ACTIONS(3055), + [sym_int_literal] = ACTIONS(3055), + [sym_float_literal] = ACTIONS(3053), + [sym_rune_literal] = ACTIONS(3053), + [anon_sym_AT] = ACTIONS(3055), + [anon_sym_shared] = ACTIONS(3055), + [anon_sym_map_LBRACK] = ACTIONS(3053), + [anon_sym_chan] = ACTIONS(3055), + [anon_sym_thread] = ACTIONS(3055), + [anon_sym_atomic] = ACTIONS(3055), + [sym___double_quote] = ACTIONS(3053), + [sym___single_quote] = ACTIONS(3053), + [sym___c_double_quote] = ACTIONS(3053), + [sym___c_single_quote] = ACTIONS(3053), + [sym___r_double_quote] = ACTIONS(3053), + [sym___r_single_quote] = ACTIONS(3053), }, - [1347] = { - [sym_identifier] = ACTIONS(3029), + [1364] = { + [sym_identifier] = ACTIONS(3163), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2774), - [anon_sym_as] = ACTIONS(3029), - [anon_sym_LBRACE] = ACTIONS(3027), - [anon_sym_COMMA] = ACTIONS(3027), - [anon_sym_LPAREN] = ACTIONS(3027), - [anon_sym_PIPE] = ACTIONS(3029), - [anon_sym_fn] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3029), - [anon_sym_DASH] = ACTIONS(3029), - [anon_sym_STAR] = ACTIONS(3027), - [anon_sym_SLASH] = ACTIONS(3029), - [anon_sym_PERCENT] = ACTIONS(3027), - [anon_sym_LT] = ACTIONS(3029), - [anon_sym_GT] = ACTIONS(3029), - [anon_sym_EQ_EQ] = ACTIONS(3027), - [anon_sym_BANG_EQ] = ACTIONS(3027), - [anon_sym_LT_EQ] = ACTIONS(3027), - [anon_sym_GT_EQ] = ACTIONS(3027), - [anon_sym_LBRACK] = ACTIONS(3027), - [anon_sym_RBRACK] = ACTIONS(3027), - [anon_sym_struct] = ACTIONS(3029), - [anon_sym_mut] = ACTIONS(3029), - [anon_sym_PLUS_PLUS] = ACTIONS(3027), - [anon_sym_DASH_DASH] = ACTIONS(3027), - [anon_sym_QMARK] = ACTIONS(3029), - [anon_sym_BANG] = ACTIONS(3029), - [anon_sym_go] = ACTIONS(3029), - [anon_sym_spawn] = ACTIONS(3029), - [anon_sym_json_DOTdecode] = ACTIONS(3027), - [anon_sym_LBRACK2] = ACTIONS(3029), - [anon_sym_TILDE] = ACTIONS(3027), - [anon_sym_CARET] = ACTIONS(3027), - [anon_sym_AMP] = ACTIONS(3029), - [anon_sym_LT_DASH] = ACTIONS(3027), - [anon_sym_LT_LT] = ACTIONS(3027), - [anon_sym_GT_GT] = ACTIONS(3029), - [anon_sym_GT_GT_GT] = ACTIONS(3027), - [anon_sym_AMP_CARET] = ACTIONS(3027), - [anon_sym_AMP_AMP] = ACTIONS(3027), - [anon_sym_PIPE_PIPE] = ACTIONS(3027), - [anon_sym_or] = ACTIONS(3029), - [sym_none] = ACTIONS(3029), - [sym_true] = ACTIONS(3029), - [sym_false] = ACTIONS(3029), - [sym_nil] = ACTIONS(3029), - [anon_sym_QMARK_DOT] = ACTIONS(3027), - [anon_sym_POUND_LBRACK] = ACTIONS(3027), - [anon_sym_if] = ACTIONS(3029), - [anon_sym_DOLLARif] = ACTIONS(3029), - [anon_sym_is] = ACTIONS(3029), - [anon_sym_BANGis] = ACTIONS(3027), - [anon_sym_in] = ACTIONS(3029), - [anon_sym_BANGin] = ACTIONS(3027), - [anon_sym_match] = ACTIONS(3029), - [anon_sym_select] = ACTIONS(3029), - [anon_sym_lock] = ACTIONS(3029), - [anon_sym_rlock] = ACTIONS(3029), - [anon_sym_unsafe] = ACTIONS(3029), - [anon_sym_sql] = ACTIONS(3029), - [sym_int_literal] = ACTIONS(3029), - [sym_float_literal] = ACTIONS(3027), - [sym_rune_literal] = ACTIONS(3027), - [anon_sym_AT] = ACTIONS(3029), - [anon_sym_shared] = ACTIONS(3029), - [anon_sym_map_LBRACK] = ACTIONS(3027), - [anon_sym_chan] = ACTIONS(3029), - [anon_sym_thread] = ACTIONS(3029), - [anon_sym_atomic] = ACTIONS(3029), - [sym___double_quote] = ACTIONS(3027), - [sym___single_quote] = ACTIONS(3027), - [sym___c_double_quote] = ACTIONS(3027), - [sym___c_single_quote] = ACTIONS(3027), - [sym___r_double_quote] = ACTIONS(3027), - [sym___r_single_quote] = ACTIONS(3027), + [anon_sym_DOT] = ACTIONS(3163), + [anon_sym_as] = ACTIONS(3163), + [anon_sym_LBRACE] = ACTIONS(3161), + [anon_sym_COMMA] = ACTIONS(3161), + [anon_sym_LPAREN] = ACTIONS(3161), + [anon_sym_PIPE] = ACTIONS(3163), + [anon_sym_fn] = ACTIONS(3163), + [anon_sym_PLUS] = ACTIONS(3163), + [anon_sym_DASH] = ACTIONS(3163), + [anon_sym_STAR] = ACTIONS(3161), + [anon_sym_SLASH] = ACTIONS(3163), + [anon_sym_PERCENT] = ACTIONS(3161), + [anon_sym_LT] = ACTIONS(3163), + [anon_sym_GT] = ACTIONS(3163), + [anon_sym_EQ_EQ] = ACTIONS(3161), + [anon_sym_BANG_EQ] = ACTIONS(3161), + [anon_sym_LT_EQ] = ACTIONS(3161), + [anon_sym_GT_EQ] = ACTIONS(3161), + [anon_sym_LBRACK] = ACTIONS(3161), + [anon_sym_LT2] = ACTIONS(3163), + [anon_sym_RBRACK] = ACTIONS(3161), + [anon_sym_struct] = ACTIONS(3163), + [anon_sym_mut] = ACTIONS(3163), + [anon_sym_PLUS_PLUS] = ACTIONS(3161), + [anon_sym_DASH_DASH] = ACTIONS(3161), + [anon_sym_QMARK] = ACTIONS(3163), + [anon_sym_BANG] = ACTIONS(3163), + [anon_sym_go] = ACTIONS(3163), + [anon_sym_spawn] = ACTIONS(3163), + [anon_sym_json_DOTdecode] = ACTIONS(3161), + [anon_sym_LBRACK2] = ACTIONS(3163), + [anon_sym_TILDE] = ACTIONS(3161), + [anon_sym_CARET] = ACTIONS(3161), + [anon_sym_AMP] = ACTIONS(3163), + [anon_sym_LT_DASH] = ACTIONS(3161), + [anon_sym_LT_LT] = ACTIONS(3161), + [anon_sym_GT_GT] = ACTIONS(3163), + [anon_sym_GT_GT_GT] = ACTIONS(3161), + [anon_sym_AMP_CARET] = ACTIONS(3161), + [anon_sym_AMP_AMP] = ACTIONS(3161), + [anon_sym_PIPE_PIPE] = ACTIONS(3161), + [anon_sym_or] = ACTIONS(3163), + [sym_none] = ACTIONS(3163), + [sym_true] = ACTIONS(3163), + [sym_false] = ACTIONS(3163), + [sym_nil] = ACTIONS(3163), + [anon_sym_QMARK_DOT] = ACTIONS(3161), + [anon_sym_POUND_LBRACK] = ACTIONS(3161), + [anon_sym_if] = ACTIONS(3163), + [anon_sym_DOLLARif] = ACTIONS(3163), + [anon_sym_is] = ACTIONS(3163), + [anon_sym_BANGis] = ACTIONS(3161), + [anon_sym_in] = ACTIONS(3163), + [anon_sym_BANGin] = ACTIONS(3161), + [anon_sym_match] = ACTIONS(3163), + [anon_sym_select] = ACTIONS(3163), + [anon_sym_lock] = ACTIONS(3163), + [anon_sym_rlock] = ACTIONS(3163), + [anon_sym_unsafe] = ACTIONS(3163), + [anon_sym_sql] = ACTIONS(3163), + [sym_int_literal] = ACTIONS(3163), + [sym_float_literal] = ACTIONS(3161), + [sym_rune_literal] = ACTIONS(3161), + [anon_sym_AT] = ACTIONS(3163), + [anon_sym_shared] = ACTIONS(3163), + [anon_sym_map_LBRACK] = ACTIONS(3161), + [anon_sym_chan] = ACTIONS(3163), + [anon_sym_thread] = ACTIONS(3163), + [anon_sym_atomic] = ACTIONS(3163), + [sym___double_quote] = ACTIONS(3161), + [sym___single_quote] = ACTIONS(3161), + [sym___c_double_quote] = ACTIONS(3161), + [sym___c_single_quote] = ACTIONS(3161), + [sym___r_double_quote] = ACTIONS(3161), + [sym___r_single_quote] = ACTIONS(3161), }, - [1348] = { - [sym_identifier] = ACTIONS(2700), + [1365] = { + [sym_identifier] = ACTIONS(3179), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2700), - [anon_sym_as] = ACTIONS(2700), - [anon_sym_LBRACE] = ACTIONS(2698), - [anon_sym_COMMA] = ACTIONS(2698), - [anon_sym_LPAREN] = ACTIONS(2698), - [anon_sym_PIPE] = ACTIONS(2700), - [anon_sym_fn] = ACTIONS(2700), - [anon_sym_PLUS] = ACTIONS(2700), - [anon_sym_DASH] = ACTIONS(2700), - [anon_sym_STAR] = ACTIONS(2698), - [anon_sym_SLASH] = ACTIONS(2700), - [anon_sym_PERCENT] = ACTIONS(2698), - [anon_sym_LT] = ACTIONS(2700), - [anon_sym_GT] = ACTIONS(2700), - [anon_sym_EQ_EQ] = ACTIONS(2698), - [anon_sym_BANG_EQ] = ACTIONS(2698), - [anon_sym_LT_EQ] = ACTIONS(2698), - [anon_sym_GT_EQ] = ACTIONS(2698), - [anon_sym_LBRACK] = ACTIONS(2698), - [anon_sym_RBRACK] = ACTIONS(2698), - [anon_sym_struct] = ACTIONS(2700), - [anon_sym_mut] = ACTIONS(2700), - [anon_sym_PLUS_PLUS] = ACTIONS(2698), - [anon_sym_DASH_DASH] = ACTIONS(2698), - [anon_sym_QMARK] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_go] = ACTIONS(2700), - [anon_sym_spawn] = ACTIONS(2700), - [anon_sym_json_DOTdecode] = ACTIONS(2698), - [anon_sym_LBRACK2] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2698), - [anon_sym_CARET] = ACTIONS(2698), - [anon_sym_AMP] = ACTIONS(2700), - [anon_sym_LT_DASH] = ACTIONS(2698), - [anon_sym_LT_LT] = ACTIONS(2698), - [anon_sym_GT_GT] = ACTIONS(2700), - [anon_sym_GT_GT_GT] = ACTIONS(2698), - [anon_sym_AMP_CARET] = ACTIONS(2698), - [anon_sym_AMP_AMP] = ACTIONS(2698), - [anon_sym_PIPE_PIPE] = ACTIONS(2698), - [anon_sym_or] = ACTIONS(2700), - [sym_none] = ACTIONS(2700), - [sym_true] = ACTIONS(2700), - [sym_false] = ACTIONS(2700), - [sym_nil] = ACTIONS(2700), - [anon_sym_QMARK_DOT] = ACTIONS(2698), - [anon_sym_POUND_LBRACK] = ACTIONS(2698), - [anon_sym_if] = ACTIONS(2700), - [anon_sym_DOLLARif] = ACTIONS(2700), - [anon_sym_is] = ACTIONS(2700), - [anon_sym_BANGis] = ACTIONS(2698), - [anon_sym_in] = ACTIONS(2700), - [anon_sym_BANGin] = ACTIONS(2698), - [anon_sym_match] = ACTIONS(2700), - [anon_sym_select] = ACTIONS(2700), - [anon_sym_lock] = ACTIONS(2700), - [anon_sym_rlock] = ACTIONS(2700), - [anon_sym_unsafe] = ACTIONS(2700), - [anon_sym_sql] = ACTIONS(2700), - [sym_int_literal] = ACTIONS(2700), - [sym_float_literal] = ACTIONS(2698), - [sym_rune_literal] = ACTIONS(2698), - [anon_sym_AT] = ACTIONS(2700), - [anon_sym_shared] = ACTIONS(2700), - [anon_sym_map_LBRACK] = ACTIONS(2698), - [anon_sym_chan] = ACTIONS(2700), - [anon_sym_thread] = ACTIONS(2700), - [anon_sym_atomic] = ACTIONS(2700), - [sym___double_quote] = ACTIONS(2698), - [sym___single_quote] = ACTIONS(2698), - [sym___c_double_quote] = ACTIONS(2698), - [sym___c_single_quote] = ACTIONS(2698), - [sym___r_double_quote] = ACTIONS(2698), - [sym___r_single_quote] = ACTIONS(2698), + [anon_sym_DOT] = ACTIONS(3179), + [anon_sym_as] = ACTIONS(3179), + [anon_sym_LBRACE] = ACTIONS(3177), + [anon_sym_COMMA] = ACTIONS(3177), + [anon_sym_LPAREN] = ACTIONS(3177), + [anon_sym_PIPE] = ACTIONS(3179), + [anon_sym_fn] = ACTIONS(3179), + [anon_sym_PLUS] = ACTIONS(3179), + [anon_sym_DASH] = ACTIONS(3179), + [anon_sym_STAR] = ACTIONS(3177), + [anon_sym_SLASH] = ACTIONS(3179), + [anon_sym_PERCENT] = ACTIONS(3177), + [anon_sym_LT] = ACTIONS(3179), + [anon_sym_GT] = ACTIONS(3179), + [anon_sym_EQ_EQ] = ACTIONS(3177), + [anon_sym_BANG_EQ] = ACTIONS(3177), + [anon_sym_LT_EQ] = ACTIONS(3177), + [anon_sym_GT_EQ] = ACTIONS(3177), + [anon_sym_LBRACK] = ACTIONS(3177), + [anon_sym_LT2] = ACTIONS(3179), + [anon_sym_RBRACK] = ACTIONS(3177), + [anon_sym_struct] = ACTIONS(3179), + [anon_sym_mut] = ACTIONS(3179), + [anon_sym_PLUS_PLUS] = ACTIONS(3177), + [anon_sym_DASH_DASH] = ACTIONS(3177), + [anon_sym_QMARK] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3179), + [anon_sym_go] = ACTIONS(3179), + [anon_sym_spawn] = ACTIONS(3179), + [anon_sym_json_DOTdecode] = ACTIONS(3177), + [anon_sym_LBRACK2] = ACTIONS(3179), + [anon_sym_TILDE] = ACTIONS(3177), + [anon_sym_CARET] = ACTIONS(3177), + [anon_sym_AMP] = ACTIONS(3179), + [anon_sym_LT_DASH] = ACTIONS(3177), + [anon_sym_LT_LT] = ACTIONS(3177), + [anon_sym_GT_GT] = ACTIONS(3179), + [anon_sym_GT_GT_GT] = ACTIONS(3177), + [anon_sym_AMP_CARET] = ACTIONS(3177), + [anon_sym_AMP_AMP] = ACTIONS(3177), + [anon_sym_PIPE_PIPE] = ACTIONS(3177), + [anon_sym_or] = ACTIONS(3179), + [sym_none] = ACTIONS(3179), + [sym_true] = ACTIONS(3179), + [sym_false] = ACTIONS(3179), + [sym_nil] = ACTIONS(3179), + [anon_sym_QMARK_DOT] = ACTIONS(3177), + [anon_sym_POUND_LBRACK] = ACTIONS(3177), + [anon_sym_if] = ACTIONS(3179), + [anon_sym_DOLLARif] = ACTIONS(3179), + [anon_sym_is] = ACTIONS(3179), + [anon_sym_BANGis] = ACTIONS(3177), + [anon_sym_in] = ACTIONS(3179), + [anon_sym_BANGin] = ACTIONS(3177), + [anon_sym_match] = ACTIONS(3179), + [anon_sym_select] = ACTIONS(3179), + [anon_sym_lock] = ACTIONS(3179), + [anon_sym_rlock] = ACTIONS(3179), + [anon_sym_unsafe] = ACTIONS(3179), + [anon_sym_sql] = ACTIONS(3179), + [sym_int_literal] = ACTIONS(3179), + [sym_float_literal] = ACTIONS(3177), + [sym_rune_literal] = ACTIONS(3177), + [anon_sym_AT] = ACTIONS(3179), + [anon_sym_shared] = ACTIONS(3179), + [anon_sym_map_LBRACK] = ACTIONS(3177), + [anon_sym_chan] = ACTIONS(3179), + [anon_sym_thread] = ACTIONS(3179), + [anon_sym_atomic] = ACTIONS(3179), + [sym___double_quote] = ACTIONS(3177), + [sym___single_quote] = ACTIONS(3177), + [sym___c_double_quote] = ACTIONS(3177), + [sym___c_single_quote] = ACTIONS(3177), + [sym___r_double_quote] = ACTIONS(3177), + [sym___r_single_quote] = ACTIONS(3177), }, - [1349] = { - [sym_identifier] = ACTIONS(3153), + [1366] = { + [sym_identifier] = ACTIONS(2470), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3153), - [anon_sym_as] = ACTIONS(3153), - [anon_sym_LBRACE] = ACTIONS(3151), - [anon_sym_COMMA] = ACTIONS(3151), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym_PIPE] = ACTIONS(3153), - [anon_sym_fn] = ACTIONS(3153), - [anon_sym_PLUS] = ACTIONS(3153), - [anon_sym_DASH] = ACTIONS(3153), - [anon_sym_STAR] = ACTIONS(3151), - [anon_sym_SLASH] = ACTIONS(3153), - [anon_sym_PERCENT] = ACTIONS(3151), - [anon_sym_LT] = ACTIONS(3153), - [anon_sym_GT] = ACTIONS(3153), - [anon_sym_EQ_EQ] = ACTIONS(3151), - [anon_sym_BANG_EQ] = ACTIONS(3151), - [anon_sym_LT_EQ] = ACTIONS(3151), - [anon_sym_GT_EQ] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3151), - [anon_sym_RBRACK] = ACTIONS(3151), - [anon_sym_struct] = ACTIONS(3153), - [anon_sym_mut] = ACTIONS(3153), - [anon_sym_PLUS_PLUS] = ACTIONS(3151), - [anon_sym_DASH_DASH] = ACTIONS(3151), - [anon_sym_QMARK] = ACTIONS(3153), - [anon_sym_BANG] = ACTIONS(3153), - [anon_sym_go] = ACTIONS(3153), - [anon_sym_spawn] = ACTIONS(3153), - [anon_sym_json_DOTdecode] = ACTIONS(3151), - [anon_sym_LBRACK2] = ACTIONS(3153), - [anon_sym_TILDE] = ACTIONS(3151), - [anon_sym_CARET] = ACTIONS(3151), - [anon_sym_AMP] = ACTIONS(3153), - [anon_sym_LT_DASH] = ACTIONS(3151), - [anon_sym_LT_LT] = ACTIONS(3151), - [anon_sym_GT_GT] = ACTIONS(3153), - [anon_sym_GT_GT_GT] = ACTIONS(3151), - [anon_sym_AMP_CARET] = ACTIONS(3151), - [anon_sym_AMP_AMP] = ACTIONS(3151), - [anon_sym_PIPE_PIPE] = ACTIONS(3151), - [anon_sym_or] = ACTIONS(3153), - [sym_none] = ACTIONS(3153), - [sym_true] = ACTIONS(3153), - [sym_false] = ACTIONS(3153), - [sym_nil] = ACTIONS(3153), - [anon_sym_QMARK_DOT] = ACTIONS(3151), - [anon_sym_POUND_LBRACK] = ACTIONS(3151), - [anon_sym_if] = ACTIONS(3153), - [anon_sym_DOLLARif] = ACTIONS(3153), - [anon_sym_is] = ACTIONS(3153), - [anon_sym_BANGis] = ACTIONS(3151), - [anon_sym_in] = ACTIONS(3153), - [anon_sym_BANGin] = ACTIONS(3151), - [anon_sym_match] = ACTIONS(3153), - [anon_sym_select] = ACTIONS(3153), - [anon_sym_lock] = ACTIONS(3153), - [anon_sym_rlock] = ACTIONS(3153), - [anon_sym_unsafe] = ACTIONS(3153), - [anon_sym_sql] = ACTIONS(3153), - [sym_int_literal] = ACTIONS(3153), - [sym_float_literal] = ACTIONS(3151), - [sym_rune_literal] = ACTIONS(3151), - [anon_sym_AT] = ACTIONS(3153), - [anon_sym_shared] = ACTIONS(3153), - [anon_sym_map_LBRACK] = ACTIONS(3151), - [anon_sym_chan] = ACTIONS(3153), - [anon_sym_thread] = ACTIONS(3153), - [anon_sym_atomic] = ACTIONS(3153), - [sym___double_quote] = ACTIONS(3151), - [sym___single_quote] = ACTIONS(3151), - [sym___c_double_quote] = ACTIONS(3151), - [sym___c_single_quote] = ACTIONS(3151), - [sym___r_double_quote] = ACTIONS(3151), - [sym___r_single_quote] = ACTIONS(3151), + [anon_sym_DOT] = ACTIONS(2470), + [anon_sym_as] = ACTIONS(2470), + [anon_sym_LBRACE] = ACTIONS(2468), + [anon_sym_COMMA] = ACTIONS(2468), + [anon_sym_LPAREN] = ACTIONS(2468), + [anon_sym_PIPE] = ACTIONS(2470), + [anon_sym_fn] = ACTIONS(2470), + [anon_sym_PLUS] = ACTIONS(2470), + [anon_sym_DASH] = ACTIONS(2470), + [anon_sym_STAR] = ACTIONS(2468), + [anon_sym_SLASH] = ACTIONS(2470), + [anon_sym_PERCENT] = ACTIONS(2468), + [anon_sym_LT] = ACTIONS(2470), + [anon_sym_GT] = ACTIONS(2470), + [anon_sym_EQ_EQ] = ACTIONS(2468), + [anon_sym_BANG_EQ] = ACTIONS(2468), + [anon_sym_LT_EQ] = ACTIONS(2468), + [anon_sym_GT_EQ] = ACTIONS(2468), + [anon_sym_LBRACK] = ACTIONS(2468), + [anon_sym_LT2] = ACTIONS(2470), + [anon_sym_RBRACK] = ACTIONS(2468), + [anon_sym_struct] = ACTIONS(2470), + [anon_sym_mut] = ACTIONS(2470), + [anon_sym_PLUS_PLUS] = ACTIONS(2468), + [anon_sym_DASH_DASH] = ACTIONS(2468), + [anon_sym_QMARK] = ACTIONS(2470), + [anon_sym_BANG] = ACTIONS(2470), + [anon_sym_go] = ACTIONS(2470), + [anon_sym_spawn] = ACTIONS(2470), + [anon_sym_json_DOTdecode] = ACTIONS(2468), + [anon_sym_LBRACK2] = ACTIONS(2470), + [anon_sym_TILDE] = ACTIONS(2468), + [anon_sym_CARET] = ACTIONS(2468), + [anon_sym_AMP] = ACTIONS(2470), + [anon_sym_LT_DASH] = ACTIONS(2468), + [anon_sym_LT_LT] = ACTIONS(2468), + [anon_sym_GT_GT] = ACTIONS(2470), + [anon_sym_GT_GT_GT] = ACTIONS(2468), + [anon_sym_AMP_CARET] = ACTIONS(2468), + [anon_sym_AMP_AMP] = ACTIONS(2468), + [anon_sym_PIPE_PIPE] = ACTIONS(2468), + [anon_sym_or] = ACTIONS(2470), + [sym_none] = ACTIONS(2470), + [sym_true] = ACTIONS(2470), + [sym_false] = ACTIONS(2470), + [sym_nil] = ACTIONS(2470), + [anon_sym_QMARK_DOT] = ACTIONS(2468), + [anon_sym_POUND_LBRACK] = ACTIONS(2468), + [anon_sym_if] = ACTIONS(2470), + [anon_sym_DOLLARif] = ACTIONS(2470), + [anon_sym_is] = ACTIONS(2470), + [anon_sym_BANGis] = ACTIONS(2468), + [anon_sym_in] = ACTIONS(2470), + [anon_sym_BANGin] = ACTIONS(2468), + [anon_sym_match] = ACTIONS(2470), + [anon_sym_select] = ACTIONS(2470), + [anon_sym_lock] = ACTIONS(2470), + [anon_sym_rlock] = ACTIONS(2470), + [anon_sym_unsafe] = ACTIONS(2470), + [anon_sym_sql] = ACTIONS(2470), + [sym_int_literal] = ACTIONS(2470), + [sym_float_literal] = ACTIONS(2468), + [sym_rune_literal] = ACTIONS(2468), + [anon_sym_AT] = ACTIONS(2470), + [anon_sym_shared] = ACTIONS(2470), + [anon_sym_map_LBRACK] = ACTIONS(2468), + [anon_sym_chan] = ACTIONS(2470), + [anon_sym_thread] = ACTIONS(2470), + [anon_sym_atomic] = ACTIONS(2470), + [sym___double_quote] = ACTIONS(2468), + [sym___single_quote] = ACTIONS(2468), + [sym___c_double_quote] = ACTIONS(2468), + [sym___c_single_quote] = ACTIONS(2468), + [sym___r_double_quote] = ACTIONS(2468), + [sym___r_single_quote] = ACTIONS(2468), }, - [1350] = { - [sym_identifier] = ACTIONS(2963), + [1367] = { + [sym_identifier] = ACTIONS(3051), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2963), - [anon_sym_as] = ACTIONS(2963), - [anon_sym_LBRACE] = ACTIONS(2961), - [anon_sym_COMMA] = ACTIONS(2961), - [anon_sym_LPAREN] = ACTIONS(2961), - [anon_sym_PIPE] = ACTIONS(2963), - [anon_sym_fn] = ACTIONS(2963), - [anon_sym_PLUS] = ACTIONS(2963), - [anon_sym_DASH] = ACTIONS(2963), - [anon_sym_STAR] = ACTIONS(2961), - [anon_sym_SLASH] = ACTIONS(2963), - [anon_sym_PERCENT] = ACTIONS(2961), - [anon_sym_LT] = ACTIONS(2963), - [anon_sym_GT] = ACTIONS(2963), - [anon_sym_EQ_EQ] = ACTIONS(2961), - [anon_sym_BANG_EQ] = ACTIONS(2961), - [anon_sym_LT_EQ] = ACTIONS(2961), - [anon_sym_GT_EQ] = ACTIONS(2961), - [anon_sym_LBRACK] = ACTIONS(2961), - [anon_sym_RBRACK] = ACTIONS(2961), - [anon_sym_struct] = ACTIONS(2963), - [anon_sym_mut] = ACTIONS(2963), - [anon_sym_PLUS_PLUS] = ACTIONS(2961), - [anon_sym_DASH_DASH] = ACTIONS(2961), - [anon_sym_QMARK] = ACTIONS(2963), - [anon_sym_BANG] = ACTIONS(2963), - [anon_sym_go] = ACTIONS(2963), - [anon_sym_spawn] = ACTIONS(2963), - [anon_sym_json_DOTdecode] = ACTIONS(2961), - [anon_sym_LBRACK2] = ACTIONS(2963), - [anon_sym_TILDE] = ACTIONS(2961), - [anon_sym_CARET] = ACTIONS(2961), - [anon_sym_AMP] = ACTIONS(2963), - [anon_sym_LT_DASH] = ACTIONS(2961), - [anon_sym_LT_LT] = ACTIONS(2961), - [anon_sym_GT_GT] = ACTIONS(2963), - [anon_sym_GT_GT_GT] = ACTIONS(2961), - [anon_sym_AMP_CARET] = ACTIONS(2961), - [anon_sym_AMP_AMP] = ACTIONS(2961), - [anon_sym_PIPE_PIPE] = ACTIONS(2961), - [anon_sym_or] = ACTIONS(2963), - [sym_none] = ACTIONS(2963), - [sym_true] = ACTIONS(2963), - [sym_false] = ACTIONS(2963), - [sym_nil] = ACTIONS(2963), - [anon_sym_QMARK_DOT] = ACTIONS(2961), - [anon_sym_POUND_LBRACK] = ACTIONS(2961), - [anon_sym_if] = ACTIONS(2963), - [anon_sym_DOLLARif] = ACTIONS(2963), - [anon_sym_is] = ACTIONS(2963), - [anon_sym_BANGis] = ACTIONS(2961), - [anon_sym_in] = ACTIONS(2963), - [anon_sym_BANGin] = ACTIONS(2961), - [anon_sym_match] = ACTIONS(2963), - [anon_sym_select] = ACTIONS(2963), - [anon_sym_lock] = ACTIONS(2963), - [anon_sym_rlock] = ACTIONS(2963), - [anon_sym_unsafe] = ACTIONS(2963), - [anon_sym_sql] = ACTIONS(2963), - [sym_int_literal] = ACTIONS(2963), - [sym_float_literal] = ACTIONS(2961), - [sym_rune_literal] = ACTIONS(2961), - [anon_sym_AT] = ACTIONS(2963), - [anon_sym_shared] = ACTIONS(2963), - [anon_sym_map_LBRACK] = ACTIONS(2961), - [anon_sym_chan] = ACTIONS(2963), - [anon_sym_thread] = ACTIONS(2963), - [anon_sym_atomic] = ACTIONS(2963), - [sym___double_quote] = ACTIONS(2961), - [sym___single_quote] = ACTIONS(2961), - [sym___c_double_quote] = ACTIONS(2961), - [sym___c_single_quote] = ACTIONS(2961), - [sym___r_double_quote] = ACTIONS(2961), - [sym___r_single_quote] = ACTIONS(2961), + [anon_sym_DOT] = ACTIONS(3051), + [anon_sym_as] = ACTIONS(3051), + [anon_sym_LBRACE] = ACTIONS(3049), + [anon_sym_COMMA] = ACTIONS(3049), + [anon_sym_LPAREN] = ACTIONS(3049), + [anon_sym_PIPE] = ACTIONS(3051), + [anon_sym_fn] = ACTIONS(3051), + [anon_sym_PLUS] = ACTIONS(3051), + [anon_sym_DASH] = ACTIONS(3051), + [anon_sym_STAR] = ACTIONS(3049), + [anon_sym_SLASH] = ACTIONS(3051), + [anon_sym_PERCENT] = ACTIONS(3049), + [anon_sym_LT] = ACTIONS(3051), + [anon_sym_GT] = ACTIONS(3051), + [anon_sym_EQ_EQ] = ACTIONS(3049), + [anon_sym_BANG_EQ] = ACTIONS(3049), + [anon_sym_LT_EQ] = ACTIONS(3049), + [anon_sym_GT_EQ] = ACTIONS(3049), + [anon_sym_LBRACK] = ACTIONS(3049), + [anon_sym_LT2] = ACTIONS(3051), + [anon_sym_RBRACK] = ACTIONS(3049), + [anon_sym_struct] = ACTIONS(3051), + [anon_sym_mut] = ACTIONS(3051), + [anon_sym_PLUS_PLUS] = ACTIONS(3049), + [anon_sym_DASH_DASH] = ACTIONS(3049), + [anon_sym_QMARK] = ACTIONS(3051), + [anon_sym_BANG] = ACTIONS(3051), + [anon_sym_go] = ACTIONS(3051), + [anon_sym_spawn] = ACTIONS(3051), + [anon_sym_json_DOTdecode] = ACTIONS(3049), + [anon_sym_LBRACK2] = ACTIONS(3051), + [anon_sym_TILDE] = ACTIONS(3049), + [anon_sym_CARET] = ACTIONS(3049), + [anon_sym_AMP] = ACTIONS(3051), + [anon_sym_LT_DASH] = ACTIONS(3049), + [anon_sym_LT_LT] = ACTIONS(3049), + [anon_sym_GT_GT] = ACTIONS(3051), + [anon_sym_GT_GT_GT] = ACTIONS(3049), + [anon_sym_AMP_CARET] = ACTIONS(3049), + [anon_sym_AMP_AMP] = ACTIONS(3049), + [anon_sym_PIPE_PIPE] = ACTIONS(3049), + [anon_sym_or] = ACTIONS(3051), + [sym_none] = ACTIONS(3051), + [sym_true] = ACTIONS(3051), + [sym_false] = ACTIONS(3051), + [sym_nil] = ACTIONS(3051), + [anon_sym_QMARK_DOT] = ACTIONS(3049), + [anon_sym_POUND_LBRACK] = ACTIONS(3049), + [anon_sym_if] = ACTIONS(3051), + [anon_sym_DOLLARif] = ACTIONS(3051), + [anon_sym_is] = ACTIONS(3051), + [anon_sym_BANGis] = ACTIONS(3049), + [anon_sym_in] = ACTIONS(3051), + [anon_sym_BANGin] = ACTIONS(3049), + [anon_sym_match] = ACTIONS(3051), + [anon_sym_select] = ACTIONS(3051), + [anon_sym_lock] = ACTIONS(3051), + [anon_sym_rlock] = ACTIONS(3051), + [anon_sym_unsafe] = ACTIONS(3051), + [anon_sym_sql] = ACTIONS(3051), + [sym_int_literal] = ACTIONS(3051), + [sym_float_literal] = ACTIONS(3049), + [sym_rune_literal] = ACTIONS(3049), + [anon_sym_AT] = ACTIONS(3051), + [anon_sym_shared] = ACTIONS(3051), + [anon_sym_map_LBRACK] = ACTIONS(3049), + [anon_sym_chan] = ACTIONS(3051), + [anon_sym_thread] = ACTIONS(3051), + [anon_sym_atomic] = ACTIONS(3051), + [sym___double_quote] = ACTIONS(3049), + [sym___single_quote] = ACTIONS(3049), + [sym___c_double_quote] = ACTIONS(3049), + [sym___c_single_quote] = ACTIONS(3049), + [sym___r_double_quote] = ACTIONS(3049), + [sym___r_single_quote] = ACTIONS(3049), }, - [1351] = { - [sym_identifier] = ACTIONS(2772), + [1368] = { + [sym_identifier] = ACTIONS(3159), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2772), - [anon_sym_as] = ACTIONS(2772), - [anon_sym_LBRACE] = ACTIONS(2770), - [anon_sym_COMMA] = ACTIONS(2770), - [anon_sym_LPAREN] = ACTIONS(2770), - [anon_sym_PIPE] = ACTIONS(2772), - [anon_sym_fn] = ACTIONS(2772), - [anon_sym_PLUS] = ACTIONS(2772), - [anon_sym_DASH] = ACTIONS(2772), - [anon_sym_STAR] = ACTIONS(2770), - [anon_sym_SLASH] = ACTIONS(2772), - [anon_sym_PERCENT] = ACTIONS(2770), - [anon_sym_LT] = ACTIONS(2772), - [anon_sym_GT] = ACTIONS(2772), - [anon_sym_EQ_EQ] = ACTIONS(2770), - [anon_sym_BANG_EQ] = ACTIONS(2770), - [anon_sym_LT_EQ] = ACTIONS(2770), - [anon_sym_GT_EQ] = ACTIONS(2770), - [anon_sym_LBRACK] = ACTIONS(2770), - [anon_sym_RBRACK] = ACTIONS(2770), - [anon_sym_struct] = ACTIONS(2772), - [anon_sym_mut] = ACTIONS(2772), - [anon_sym_PLUS_PLUS] = ACTIONS(2770), - [anon_sym_DASH_DASH] = ACTIONS(2770), - [anon_sym_QMARK] = ACTIONS(2772), - [anon_sym_BANG] = ACTIONS(2772), - [anon_sym_go] = ACTIONS(2772), - [anon_sym_spawn] = ACTIONS(2772), - [anon_sym_json_DOTdecode] = ACTIONS(2770), - [anon_sym_LBRACK2] = ACTIONS(2772), - [anon_sym_TILDE] = ACTIONS(2770), - [anon_sym_CARET] = ACTIONS(2770), - [anon_sym_AMP] = ACTIONS(2772), - [anon_sym_LT_DASH] = ACTIONS(2770), - [anon_sym_LT_LT] = ACTIONS(2770), - [anon_sym_GT_GT] = ACTIONS(2772), - [anon_sym_GT_GT_GT] = ACTIONS(2770), - [anon_sym_AMP_CARET] = ACTIONS(2770), - [anon_sym_AMP_AMP] = ACTIONS(2770), - [anon_sym_PIPE_PIPE] = ACTIONS(2770), - [anon_sym_or] = ACTIONS(2772), - [sym_none] = ACTIONS(2772), - [sym_true] = ACTIONS(2772), - [sym_false] = ACTIONS(2772), - [sym_nil] = ACTIONS(2772), - [anon_sym_QMARK_DOT] = ACTIONS(2770), - [anon_sym_POUND_LBRACK] = ACTIONS(2770), - [anon_sym_if] = ACTIONS(2772), - [anon_sym_DOLLARif] = ACTIONS(2772), - [anon_sym_is] = ACTIONS(2772), - [anon_sym_BANGis] = ACTIONS(2770), - [anon_sym_in] = ACTIONS(2772), - [anon_sym_BANGin] = ACTIONS(2770), - [anon_sym_match] = ACTIONS(2772), - [anon_sym_select] = ACTIONS(2772), - [anon_sym_lock] = ACTIONS(2772), - [anon_sym_rlock] = ACTIONS(2772), - [anon_sym_unsafe] = ACTIONS(2772), - [anon_sym_sql] = ACTIONS(2772), - [sym_int_literal] = ACTIONS(2772), - [sym_float_literal] = ACTIONS(2770), - [sym_rune_literal] = ACTIONS(2770), - [anon_sym_AT] = ACTIONS(2772), - [anon_sym_shared] = ACTIONS(2772), - [anon_sym_map_LBRACK] = ACTIONS(2770), - [anon_sym_chan] = ACTIONS(2772), - [anon_sym_thread] = ACTIONS(2772), - [anon_sym_atomic] = ACTIONS(2772), - [sym___double_quote] = ACTIONS(2770), - [sym___single_quote] = ACTIONS(2770), - [sym___c_double_quote] = ACTIONS(2770), - [sym___c_single_quote] = ACTIONS(2770), - [sym___r_double_quote] = ACTIONS(2770), - [sym___r_single_quote] = ACTIONS(2770), + [anon_sym_DOT] = ACTIONS(3159), + [anon_sym_as] = ACTIONS(3159), + [anon_sym_LBRACE] = ACTIONS(3157), + [anon_sym_COMMA] = ACTIONS(3157), + [anon_sym_LPAREN] = ACTIONS(3157), + [anon_sym_PIPE] = ACTIONS(3159), + [anon_sym_fn] = ACTIONS(3159), + [anon_sym_PLUS] = ACTIONS(3159), + [anon_sym_DASH] = ACTIONS(3159), + [anon_sym_STAR] = ACTIONS(3157), + [anon_sym_SLASH] = ACTIONS(3159), + [anon_sym_PERCENT] = ACTIONS(3157), + [anon_sym_LT] = ACTIONS(3159), + [anon_sym_GT] = ACTIONS(3159), + [anon_sym_EQ_EQ] = ACTIONS(3157), + [anon_sym_BANG_EQ] = ACTIONS(3157), + [anon_sym_LT_EQ] = ACTIONS(3157), + [anon_sym_GT_EQ] = ACTIONS(3157), + [anon_sym_LBRACK] = ACTIONS(3157), + [anon_sym_LT2] = ACTIONS(3159), + [anon_sym_RBRACK] = ACTIONS(3157), + [anon_sym_struct] = ACTIONS(3159), + [anon_sym_mut] = ACTIONS(3159), + [anon_sym_PLUS_PLUS] = ACTIONS(3157), + [anon_sym_DASH_DASH] = ACTIONS(3157), + [anon_sym_QMARK] = ACTIONS(3159), + [anon_sym_BANG] = ACTIONS(3159), + [anon_sym_go] = ACTIONS(3159), + [anon_sym_spawn] = ACTIONS(3159), + [anon_sym_json_DOTdecode] = ACTIONS(3157), + [anon_sym_LBRACK2] = ACTIONS(3159), + [anon_sym_TILDE] = ACTIONS(3157), + [anon_sym_CARET] = ACTIONS(3157), + [anon_sym_AMP] = ACTIONS(3159), + [anon_sym_LT_DASH] = ACTIONS(3157), + [anon_sym_LT_LT] = ACTIONS(3157), + [anon_sym_GT_GT] = ACTIONS(3159), + [anon_sym_GT_GT_GT] = ACTIONS(3157), + [anon_sym_AMP_CARET] = ACTIONS(3157), + [anon_sym_AMP_AMP] = ACTIONS(3157), + [anon_sym_PIPE_PIPE] = ACTIONS(3157), + [anon_sym_or] = ACTIONS(3159), + [sym_none] = ACTIONS(3159), + [sym_true] = ACTIONS(3159), + [sym_false] = ACTIONS(3159), + [sym_nil] = ACTIONS(3159), + [anon_sym_QMARK_DOT] = ACTIONS(3157), + [anon_sym_POUND_LBRACK] = ACTIONS(3157), + [anon_sym_if] = ACTIONS(3159), + [anon_sym_DOLLARif] = ACTIONS(3159), + [anon_sym_is] = ACTIONS(3159), + [anon_sym_BANGis] = ACTIONS(3157), + [anon_sym_in] = ACTIONS(3159), + [anon_sym_BANGin] = ACTIONS(3157), + [anon_sym_match] = ACTIONS(3159), + [anon_sym_select] = ACTIONS(3159), + [anon_sym_lock] = ACTIONS(3159), + [anon_sym_rlock] = ACTIONS(3159), + [anon_sym_unsafe] = ACTIONS(3159), + [anon_sym_sql] = ACTIONS(3159), + [sym_int_literal] = ACTIONS(3159), + [sym_float_literal] = ACTIONS(3157), + [sym_rune_literal] = ACTIONS(3157), + [anon_sym_AT] = ACTIONS(3159), + [anon_sym_shared] = ACTIONS(3159), + [anon_sym_map_LBRACK] = ACTIONS(3157), + [anon_sym_chan] = ACTIONS(3159), + [anon_sym_thread] = ACTIONS(3159), + [anon_sym_atomic] = ACTIONS(3159), + [sym___double_quote] = ACTIONS(3157), + [sym___single_quote] = ACTIONS(3157), + [sym___c_double_quote] = ACTIONS(3157), + [sym___c_single_quote] = ACTIONS(3157), + [sym___r_double_quote] = ACTIONS(3157), + [sym___r_single_quote] = ACTIONS(3157), }, - [1352] = { - [sym_identifier] = ACTIONS(2824), + [1369] = { + [sym_identifier] = ACTIONS(2875), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2824), - [anon_sym_as] = ACTIONS(2824), - [anon_sym_LBRACE] = ACTIONS(2822), - [anon_sym_COMMA] = ACTIONS(2822), - [anon_sym_LPAREN] = ACTIONS(2822), - [anon_sym_PIPE] = ACTIONS(2824), - [anon_sym_fn] = ACTIONS(2824), - [anon_sym_PLUS] = ACTIONS(2824), - [anon_sym_DASH] = ACTIONS(2824), - [anon_sym_STAR] = ACTIONS(2822), - [anon_sym_SLASH] = ACTIONS(2824), - [anon_sym_PERCENT] = ACTIONS(2822), - [anon_sym_LT] = ACTIONS(2824), - [anon_sym_GT] = ACTIONS(2824), - [anon_sym_EQ_EQ] = ACTIONS(2822), - [anon_sym_BANG_EQ] = ACTIONS(2822), - [anon_sym_LT_EQ] = ACTIONS(2822), - [anon_sym_GT_EQ] = ACTIONS(2822), - [anon_sym_LBRACK] = ACTIONS(2822), - [anon_sym_RBRACK] = ACTIONS(2822), - [anon_sym_struct] = ACTIONS(2824), - [anon_sym_mut] = ACTIONS(2824), - [anon_sym_PLUS_PLUS] = ACTIONS(2822), - [anon_sym_DASH_DASH] = ACTIONS(2822), - [anon_sym_QMARK] = ACTIONS(2824), - [anon_sym_BANG] = ACTIONS(2824), - [anon_sym_go] = ACTIONS(2824), - [anon_sym_spawn] = ACTIONS(2824), - [anon_sym_json_DOTdecode] = ACTIONS(2822), - [anon_sym_LBRACK2] = ACTIONS(2824), - [anon_sym_TILDE] = ACTIONS(2822), - [anon_sym_CARET] = ACTIONS(2822), - [anon_sym_AMP] = ACTIONS(2824), - [anon_sym_LT_DASH] = ACTIONS(2822), - [anon_sym_LT_LT] = ACTIONS(2822), - [anon_sym_GT_GT] = ACTIONS(2824), - [anon_sym_GT_GT_GT] = ACTIONS(2822), - [anon_sym_AMP_CARET] = ACTIONS(2822), - [anon_sym_AMP_AMP] = ACTIONS(2822), - [anon_sym_PIPE_PIPE] = ACTIONS(2822), - [anon_sym_or] = ACTIONS(2824), - [sym_none] = ACTIONS(2824), - [sym_true] = ACTIONS(2824), - [sym_false] = ACTIONS(2824), - [sym_nil] = ACTIONS(2824), - [anon_sym_QMARK_DOT] = ACTIONS(2822), - [anon_sym_POUND_LBRACK] = ACTIONS(2822), - [anon_sym_if] = ACTIONS(2824), - [anon_sym_DOLLARif] = ACTIONS(2824), - [anon_sym_is] = ACTIONS(2824), - [anon_sym_BANGis] = ACTIONS(2822), - [anon_sym_in] = ACTIONS(2824), - [anon_sym_BANGin] = ACTIONS(2822), - [anon_sym_match] = ACTIONS(2824), - [anon_sym_select] = ACTIONS(2824), - [anon_sym_lock] = ACTIONS(2824), - [anon_sym_rlock] = ACTIONS(2824), - [anon_sym_unsafe] = ACTIONS(2824), - [anon_sym_sql] = ACTIONS(2824), - [sym_int_literal] = ACTIONS(2824), - [sym_float_literal] = ACTIONS(2822), - [sym_rune_literal] = ACTIONS(2822), - [anon_sym_AT] = ACTIONS(2824), - [anon_sym_shared] = ACTIONS(2824), - [anon_sym_map_LBRACK] = ACTIONS(2822), - [anon_sym_chan] = ACTIONS(2824), - [anon_sym_thread] = ACTIONS(2824), - [anon_sym_atomic] = ACTIONS(2824), - [sym___double_quote] = ACTIONS(2822), - [sym___single_quote] = ACTIONS(2822), - [sym___c_double_quote] = ACTIONS(2822), - [sym___c_single_quote] = ACTIONS(2822), - [sym___r_double_quote] = ACTIONS(2822), - [sym___r_single_quote] = ACTIONS(2822), + [anon_sym_DOT] = ACTIONS(2875), + [anon_sym_as] = ACTIONS(2875), + [anon_sym_LBRACE] = ACTIONS(2873), + [anon_sym_COMMA] = ACTIONS(2873), + [anon_sym_LPAREN] = ACTIONS(2873), + [anon_sym_PIPE] = ACTIONS(2875), + [anon_sym_fn] = ACTIONS(2875), + [anon_sym_PLUS] = ACTIONS(2875), + [anon_sym_DASH] = ACTIONS(2875), + [anon_sym_STAR] = ACTIONS(2873), + [anon_sym_SLASH] = ACTIONS(2875), + [anon_sym_PERCENT] = ACTIONS(2873), + [anon_sym_LT] = ACTIONS(2875), + [anon_sym_GT] = ACTIONS(2875), + [anon_sym_EQ_EQ] = ACTIONS(2873), + [anon_sym_BANG_EQ] = ACTIONS(2873), + [anon_sym_LT_EQ] = ACTIONS(2873), + [anon_sym_GT_EQ] = ACTIONS(2873), + [anon_sym_LBRACK] = ACTIONS(2873), + [anon_sym_LT2] = ACTIONS(2875), + [anon_sym_RBRACK] = ACTIONS(2873), + [anon_sym_struct] = ACTIONS(2875), + [anon_sym_mut] = ACTIONS(2875), + [anon_sym_PLUS_PLUS] = ACTIONS(2873), + [anon_sym_DASH_DASH] = ACTIONS(2873), + [anon_sym_QMARK] = ACTIONS(2875), + [anon_sym_BANG] = ACTIONS(3702), + [anon_sym_go] = ACTIONS(2875), + [anon_sym_spawn] = ACTIONS(2875), + [anon_sym_json_DOTdecode] = ACTIONS(2873), + [anon_sym_LBRACK2] = ACTIONS(2875), + [anon_sym_TILDE] = ACTIONS(2873), + [anon_sym_CARET] = ACTIONS(2873), + [anon_sym_AMP] = ACTIONS(2875), + [anon_sym_LT_DASH] = ACTIONS(2873), + [anon_sym_LT_LT] = ACTIONS(2873), + [anon_sym_GT_GT] = ACTIONS(2875), + [anon_sym_GT_GT_GT] = ACTIONS(2873), + [anon_sym_AMP_CARET] = ACTIONS(2873), + [anon_sym_AMP_AMP] = ACTIONS(2873), + [anon_sym_PIPE_PIPE] = ACTIONS(2873), + [anon_sym_or] = ACTIONS(2875), + [sym_none] = ACTIONS(2875), + [sym_true] = ACTIONS(2875), + [sym_false] = ACTIONS(2875), + [sym_nil] = ACTIONS(2875), + [anon_sym_QMARK_DOT] = ACTIONS(2873), + [anon_sym_POUND_LBRACK] = ACTIONS(2873), + [anon_sym_if] = ACTIONS(2875), + [anon_sym_DOLLARif] = ACTIONS(2875), + [anon_sym_is] = ACTIONS(2875), + [anon_sym_BANGis] = ACTIONS(2873), + [anon_sym_in] = ACTIONS(2875), + [anon_sym_BANGin] = ACTIONS(2873), + [anon_sym_match] = ACTIONS(2875), + [anon_sym_select] = ACTIONS(2875), + [anon_sym_lock] = ACTIONS(2875), + [anon_sym_rlock] = ACTIONS(2875), + [anon_sym_unsafe] = ACTIONS(2875), + [anon_sym_sql] = ACTIONS(2875), + [sym_int_literal] = ACTIONS(2875), + [sym_float_literal] = ACTIONS(2873), + [sym_rune_literal] = ACTIONS(2873), + [anon_sym_AT] = ACTIONS(2875), + [anon_sym_shared] = ACTIONS(2875), + [anon_sym_map_LBRACK] = ACTIONS(2873), + [anon_sym_chan] = ACTIONS(2875), + [anon_sym_thread] = ACTIONS(2875), + [anon_sym_atomic] = ACTIONS(2875), + [sym___double_quote] = ACTIONS(2873), + [sym___single_quote] = ACTIONS(2873), + [sym___c_double_quote] = ACTIONS(2873), + [sym___c_single_quote] = ACTIONS(2873), + [sym___r_double_quote] = ACTIONS(2873), + [sym___r_single_quote] = ACTIONS(2873), }, - [1353] = { - [sym_identifier] = ACTIONS(2911), + [1370] = { + [sym_identifier] = ACTIONS(2863), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2911), - [anon_sym_as] = ACTIONS(2911), - [anon_sym_LBRACE] = ACTIONS(2909), - [anon_sym_COMMA] = ACTIONS(2909), - [anon_sym_LPAREN] = ACTIONS(2909), - [anon_sym_PIPE] = ACTIONS(2911), - [anon_sym_fn] = ACTIONS(2911), - [anon_sym_PLUS] = ACTIONS(2911), - [anon_sym_DASH] = ACTIONS(2911), - [anon_sym_STAR] = ACTIONS(2909), - [anon_sym_SLASH] = ACTIONS(2911), - [anon_sym_PERCENT] = ACTIONS(2909), - [anon_sym_LT] = ACTIONS(2911), - [anon_sym_GT] = ACTIONS(2911), - [anon_sym_EQ_EQ] = ACTIONS(2909), - [anon_sym_BANG_EQ] = ACTIONS(2909), - [anon_sym_LT_EQ] = ACTIONS(2909), - [anon_sym_GT_EQ] = ACTIONS(2909), - [anon_sym_LBRACK] = ACTIONS(2909), - [anon_sym_RBRACK] = ACTIONS(2909), - [anon_sym_struct] = ACTIONS(2911), - [anon_sym_mut] = ACTIONS(2911), - [anon_sym_PLUS_PLUS] = ACTIONS(2909), - [anon_sym_DASH_DASH] = ACTIONS(2909), - [anon_sym_QMARK] = ACTIONS(2911), - [anon_sym_BANG] = ACTIONS(2911), - [anon_sym_go] = ACTIONS(2911), - [anon_sym_spawn] = ACTIONS(2911), - [anon_sym_json_DOTdecode] = ACTIONS(2909), - [anon_sym_LBRACK2] = ACTIONS(2911), - [anon_sym_TILDE] = ACTIONS(2909), - [anon_sym_CARET] = ACTIONS(2909), - [anon_sym_AMP] = ACTIONS(2911), - [anon_sym_LT_DASH] = ACTIONS(2909), - [anon_sym_LT_LT] = ACTIONS(2909), - [anon_sym_GT_GT] = ACTIONS(2911), - [anon_sym_GT_GT_GT] = ACTIONS(2909), - [anon_sym_AMP_CARET] = ACTIONS(2909), - [anon_sym_AMP_AMP] = ACTIONS(2909), - [anon_sym_PIPE_PIPE] = ACTIONS(2909), - [anon_sym_or] = ACTIONS(2911), - [sym_none] = ACTIONS(2911), - [sym_true] = ACTIONS(2911), - [sym_false] = ACTIONS(2911), - [sym_nil] = ACTIONS(2911), - [anon_sym_QMARK_DOT] = ACTIONS(2909), - [anon_sym_POUND_LBRACK] = ACTIONS(2909), - [anon_sym_if] = ACTIONS(2911), - [anon_sym_DOLLARif] = ACTIONS(2911), - [anon_sym_is] = ACTIONS(2911), - [anon_sym_BANGis] = ACTIONS(2909), - [anon_sym_in] = ACTIONS(2911), - [anon_sym_BANGin] = ACTIONS(2909), - [anon_sym_match] = ACTIONS(2911), - [anon_sym_select] = ACTIONS(2911), - [anon_sym_lock] = ACTIONS(2911), - [anon_sym_rlock] = ACTIONS(2911), - [anon_sym_unsafe] = ACTIONS(2911), - [anon_sym_sql] = ACTIONS(2911), - [sym_int_literal] = ACTIONS(2911), - [sym_float_literal] = ACTIONS(2909), - [sym_rune_literal] = ACTIONS(2909), - [anon_sym_AT] = ACTIONS(2911), - [anon_sym_shared] = ACTIONS(2911), - [anon_sym_map_LBRACK] = ACTIONS(2909), - [anon_sym_chan] = ACTIONS(2911), - [anon_sym_thread] = ACTIONS(2911), - [anon_sym_atomic] = ACTIONS(2911), - [sym___double_quote] = ACTIONS(2909), - [sym___single_quote] = ACTIONS(2909), - [sym___c_double_quote] = ACTIONS(2909), - [sym___c_single_quote] = ACTIONS(2909), - [sym___r_double_quote] = ACTIONS(2909), - [sym___r_single_quote] = ACTIONS(2909), + [anon_sym_DOT] = ACTIONS(2863), + [anon_sym_as] = ACTIONS(2863), + [anon_sym_LBRACE] = ACTIONS(2861), + [anon_sym_COMMA] = ACTIONS(2861), + [anon_sym_LPAREN] = ACTIONS(2861), + [anon_sym_PIPE] = ACTIONS(2863), + [anon_sym_fn] = ACTIONS(2863), + [anon_sym_PLUS] = ACTIONS(2863), + [anon_sym_DASH] = ACTIONS(2863), + [anon_sym_STAR] = ACTIONS(2861), + [anon_sym_SLASH] = ACTIONS(2863), + [anon_sym_PERCENT] = ACTIONS(2861), + [anon_sym_LT] = ACTIONS(2863), + [anon_sym_GT] = ACTIONS(2863), + [anon_sym_EQ_EQ] = ACTIONS(2861), + [anon_sym_BANG_EQ] = ACTIONS(2861), + [anon_sym_LT_EQ] = ACTIONS(2861), + [anon_sym_GT_EQ] = ACTIONS(2861), + [anon_sym_LBRACK] = ACTIONS(2861), + [anon_sym_LT2] = ACTIONS(2863), + [anon_sym_RBRACK] = ACTIONS(2861), + [anon_sym_struct] = ACTIONS(2863), + [anon_sym_mut] = ACTIONS(2863), + [anon_sym_PLUS_PLUS] = ACTIONS(2861), + [anon_sym_DASH_DASH] = ACTIONS(2861), + [anon_sym_QMARK] = ACTIONS(2863), + [anon_sym_BANG] = ACTIONS(2863), + [anon_sym_go] = ACTIONS(2863), + [anon_sym_spawn] = ACTIONS(2863), + [anon_sym_json_DOTdecode] = ACTIONS(2861), + [anon_sym_LBRACK2] = ACTIONS(2863), + [anon_sym_TILDE] = ACTIONS(2861), + [anon_sym_CARET] = ACTIONS(2861), + [anon_sym_AMP] = ACTIONS(2863), + [anon_sym_LT_DASH] = ACTIONS(2861), + [anon_sym_LT_LT] = ACTIONS(2861), + [anon_sym_GT_GT] = ACTIONS(2863), + [anon_sym_GT_GT_GT] = ACTIONS(2861), + [anon_sym_AMP_CARET] = ACTIONS(2861), + [anon_sym_AMP_AMP] = ACTIONS(2861), + [anon_sym_PIPE_PIPE] = ACTIONS(2861), + [anon_sym_or] = ACTIONS(2863), + [sym_none] = ACTIONS(2863), + [sym_true] = ACTIONS(2863), + [sym_false] = ACTIONS(2863), + [sym_nil] = ACTIONS(2863), + [anon_sym_QMARK_DOT] = ACTIONS(2861), + [anon_sym_POUND_LBRACK] = ACTIONS(2861), + [anon_sym_if] = ACTIONS(2863), + [anon_sym_DOLLARif] = ACTIONS(2863), + [anon_sym_is] = ACTIONS(2863), + [anon_sym_BANGis] = ACTIONS(2861), + [anon_sym_in] = ACTIONS(2863), + [anon_sym_BANGin] = ACTIONS(2861), + [anon_sym_match] = ACTIONS(2863), + [anon_sym_select] = ACTIONS(2863), + [anon_sym_lock] = ACTIONS(2863), + [anon_sym_rlock] = ACTIONS(2863), + [anon_sym_unsafe] = ACTIONS(2863), + [anon_sym_sql] = ACTIONS(2863), + [sym_int_literal] = ACTIONS(2863), + [sym_float_literal] = ACTIONS(2861), + [sym_rune_literal] = ACTIONS(2861), + [anon_sym_AT] = ACTIONS(2863), + [anon_sym_shared] = ACTIONS(2863), + [anon_sym_map_LBRACK] = ACTIONS(2861), + [anon_sym_chan] = ACTIONS(2863), + [anon_sym_thread] = ACTIONS(2863), + [anon_sym_atomic] = ACTIONS(2863), + [sym___double_quote] = ACTIONS(2861), + [sym___single_quote] = ACTIONS(2861), + [sym___c_double_quote] = ACTIONS(2861), + [sym___c_single_quote] = ACTIONS(2861), + [sym___r_double_quote] = ACTIONS(2861), + [sym___r_single_quote] = ACTIONS(2861), }, - [1354] = { - [sym_identifier] = ACTIONS(2796), + [1371] = { + [sym_identifier] = ACTIONS(2845), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2796), - [anon_sym_as] = ACTIONS(2796), - [anon_sym_LBRACE] = ACTIONS(2794), - [anon_sym_COMMA] = ACTIONS(2794), - [anon_sym_LPAREN] = ACTIONS(2794), - [anon_sym_PIPE] = ACTIONS(2796), - [anon_sym_fn] = ACTIONS(2796), - [anon_sym_PLUS] = ACTIONS(2796), - [anon_sym_DASH] = ACTIONS(2796), - [anon_sym_STAR] = ACTIONS(2794), - [anon_sym_SLASH] = ACTIONS(2796), - [anon_sym_PERCENT] = ACTIONS(2794), - [anon_sym_LT] = ACTIONS(2796), - [anon_sym_GT] = ACTIONS(2796), - [anon_sym_EQ_EQ] = ACTIONS(2794), - [anon_sym_BANG_EQ] = ACTIONS(2794), - [anon_sym_LT_EQ] = ACTIONS(2794), - [anon_sym_GT_EQ] = ACTIONS(2794), - [anon_sym_LBRACK] = ACTIONS(2794), - [anon_sym_RBRACK] = ACTIONS(2794), - [anon_sym_struct] = ACTIONS(2796), - [anon_sym_mut] = ACTIONS(2796), - [anon_sym_PLUS_PLUS] = ACTIONS(2794), - [anon_sym_DASH_DASH] = ACTIONS(2794), - [anon_sym_QMARK] = ACTIONS(2796), - [anon_sym_BANG] = ACTIONS(2796), - [anon_sym_go] = ACTIONS(2796), - [anon_sym_spawn] = ACTIONS(2796), - [anon_sym_json_DOTdecode] = ACTIONS(2794), - [anon_sym_LBRACK2] = ACTIONS(2796), - [anon_sym_TILDE] = ACTIONS(2794), - [anon_sym_CARET] = ACTIONS(2794), - [anon_sym_AMP] = ACTIONS(2796), - [anon_sym_LT_DASH] = ACTIONS(2794), - [anon_sym_LT_LT] = ACTIONS(2794), - [anon_sym_GT_GT] = ACTIONS(2796), - [anon_sym_GT_GT_GT] = ACTIONS(2794), - [anon_sym_AMP_CARET] = ACTIONS(2794), - [anon_sym_AMP_AMP] = ACTIONS(2794), - [anon_sym_PIPE_PIPE] = ACTIONS(2794), - [anon_sym_or] = ACTIONS(2796), - [sym_none] = ACTIONS(2796), - [sym_true] = ACTIONS(2796), - [sym_false] = ACTIONS(2796), - [sym_nil] = ACTIONS(2796), - [anon_sym_QMARK_DOT] = ACTIONS(2794), - [anon_sym_POUND_LBRACK] = ACTIONS(2794), - [anon_sym_if] = ACTIONS(2796), - [anon_sym_DOLLARif] = ACTIONS(2796), - [anon_sym_is] = ACTIONS(2796), - [anon_sym_BANGis] = ACTIONS(2794), - [anon_sym_in] = ACTIONS(2796), - [anon_sym_BANGin] = ACTIONS(2794), - [anon_sym_match] = ACTIONS(2796), - [anon_sym_select] = ACTIONS(2796), - [anon_sym_lock] = ACTIONS(2796), - [anon_sym_rlock] = ACTIONS(2796), - [anon_sym_unsafe] = ACTIONS(2796), - [anon_sym_sql] = ACTIONS(2796), - [sym_int_literal] = ACTIONS(2796), - [sym_float_literal] = ACTIONS(2794), - [sym_rune_literal] = ACTIONS(2794), - [anon_sym_AT] = ACTIONS(2796), - [anon_sym_shared] = ACTIONS(2796), - [anon_sym_map_LBRACK] = ACTIONS(2794), - [anon_sym_chan] = ACTIONS(2796), - [anon_sym_thread] = ACTIONS(2796), - [anon_sym_atomic] = ACTIONS(2796), - [sym___double_quote] = ACTIONS(2794), - [sym___single_quote] = ACTIONS(2794), - [sym___c_double_quote] = ACTIONS(2794), - [sym___c_single_quote] = ACTIONS(2794), - [sym___r_double_quote] = ACTIONS(2794), - [sym___r_single_quote] = ACTIONS(2794), + [anon_sym_DOT] = ACTIONS(2845), + [anon_sym_as] = ACTIONS(2845), + [anon_sym_LBRACE] = ACTIONS(2843), + [anon_sym_COMMA] = ACTIONS(2843), + [anon_sym_LPAREN] = ACTIONS(2843), + [anon_sym_PIPE] = ACTIONS(2845), + [anon_sym_fn] = ACTIONS(2845), + [anon_sym_PLUS] = ACTIONS(2845), + [anon_sym_DASH] = ACTIONS(2845), + [anon_sym_STAR] = ACTIONS(2843), + [anon_sym_SLASH] = ACTIONS(2845), + [anon_sym_PERCENT] = ACTIONS(2843), + [anon_sym_LT] = ACTIONS(2845), + [anon_sym_GT] = ACTIONS(2845), + [anon_sym_EQ_EQ] = ACTIONS(2843), + [anon_sym_BANG_EQ] = ACTIONS(2843), + [anon_sym_LT_EQ] = ACTIONS(2843), + [anon_sym_GT_EQ] = ACTIONS(2843), + [anon_sym_LBRACK] = ACTIONS(2843), + [anon_sym_LT2] = ACTIONS(2845), + [anon_sym_RBRACK] = ACTIONS(2843), + [anon_sym_struct] = ACTIONS(2845), + [anon_sym_mut] = ACTIONS(2845), + [anon_sym_PLUS_PLUS] = ACTIONS(2843), + [anon_sym_DASH_DASH] = ACTIONS(2843), + [anon_sym_QMARK] = ACTIONS(2845), + [anon_sym_BANG] = ACTIONS(2845), + [anon_sym_go] = ACTIONS(2845), + [anon_sym_spawn] = ACTIONS(2845), + [anon_sym_json_DOTdecode] = ACTIONS(2843), + [anon_sym_LBRACK2] = ACTIONS(2845), + [anon_sym_TILDE] = ACTIONS(2843), + [anon_sym_CARET] = ACTIONS(2843), + [anon_sym_AMP] = ACTIONS(2845), + [anon_sym_LT_DASH] = ACTIONS(2843), + [anon_sym_LT_LT] = ACTIONS(2843), + [anon_sym_GT_GT] = ACTIONS(2845), + [anon_sym_GT_GT_GT] = ACTIONS(2843), + [anon_sym_AMP_CARET] = ACTIONS(2843), + [anon_sym_AMP_AMP] = ACTIONS(2843), + [anon_sym_PIPE_PIPE] = ACTIONS(2843), + [anon_sym_or] = ACTIONS(2845), + [sym_none] = ACTIONS(2845), + [sym_true] = ACTIONS(2845), + [sym_false] = ACTIONS(2845), + [sym_nil] = ACTIONS(2845), + [anon_sym_QMARK_DOT] = ACTIONS(2843), + [anon_sym_POUND_LBRACK] = ACTIONS(2843), + [anon_sym_if] = ACTIONS(2845), + [anon_sym_DOLLARif] = ACTIONS(2845), + [anon_sym_is] = ACTIONS(2845), + [anon_sym_BANGis] = ACTIONS(2843), + [anon_sym_in] = ACTIONS(2845), + [anon_sym_BANGin] = ACTIONS(2843), + [anon_sym_match] = ACTIONS(2845), + [anon_sym_select] = ACTIONS(2845), + [anon_sym_lock] = ACTIONS(2845), + [anon_sym_rlock] = ACTIONS(2845), + [anon_sym_unsafe] = ACTIONS(2845), + [anon_sym_sql] = ACTIONS(2845), + [sym_int_literal] = ACTIONS(2845), + [sym_float_literal] = ACTIONS(2843), + [sym_rune_literal] = ACTIONS(2843), + [anon_sym_AT] = ACTIONS(2845), + [anon_sym_shared] = ACTIONS(2845), + [anon_sym_map_LBRACK] = ACTIONS(2843), + [anon_sym_chan] = ACTIONS(2845), + [anon_sym_thread] = ACTIONS(2845), + [anon_sym_atomic] = ACTIONS(2845), + [sym___double_quote] = ACTIONS(2843), + [sym___single_quote] = ACTIONS(2843), + [sym___c_double_quote] = ACTIONS(2843), + [sym___c_single_quote] = ACTIONS(2843), + [sym___r_double_quote] = ACTIONS(2843), + [sym___r_single_quote] = ACTIONS(2843), }, - [1355] = { - [sym_identifier] = ACTIONS(2812), + [1372] = { + [sym_identifier] = ACTIONS(2955), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2812), - [anon_sym_as] = ACTIONS(2812), - [anon_sym_LBRACE] = ACTIONS(2810), - [anon_sym_COMMA] = ACTIONS(2810), - [anon_sym_LPAREN] = ACTIONS(2810), - [anon_sym_PIPE] = ACTIONS(2812), - [anon_sym_fn] = ACTIONS(2812), - [anon_sym_PLUS] = ACTIONS(2812), - [anon_sym_DASH] = ACTIONS(2812), - [anon_sym_STAR] = ACTIONS(2810), - [anon_sym_SLASH] = ACTIONS(2812), - [anon_sym_PERCENT] = ACTIONS(2810), - [anon_sym_LT] = ACTIONS(2812), - [anon_sym_GT] = ACTIONS(2812), - [anon_sym_EQ_EQ] = ACTIONS(2810), - [anon_sym_BANG_EQ] = ACTIONS(2810), - [anon_sym_LT_EQ] = ACTIONS(2810), - [anon_sym_GT_EQ] = ACTIONS(2810), - [anon_sym_LBRACK] = ACTIONS(2810), - [anon_sym_RBRACK] = ACTIONS(2810), - [anon_sym_struct] = ACTIONS(2812), - [anon_sym_mut] = ACTIONS(2812), - [anon_sym_PLUS_PLUS] = ACTIONS(2810), - [anon_sym_DASH_DASH] = ACTIONS(2810), - [anon_sym_QMARK] = ACTIONS(2812), - [anon_sym_BANG] = ACTIONS(2812), - [anon_sym_go] = ACTIONS(2812), - [anon_sym_spawn] = ACTIONS(2812), - [anon_sym_json_DOTdecode] = ACTIONS(2810), - [anon_sym_LBRACK2] = ACTIONS(2812), - [anon_sym_TILDE] = ACTIONS(2810), - [anon_sym_CARET] = ACTIONS(2810), - [anon_sym_AMP] = ACTIONS(2812), - [anon_sym_LT_DASH] = ACTIONS(2810), - [anon_sym_LT_LT] = ACTIONS(2810), - [anon_sym_GT_GT] = ACTIONS(2812), - [anon_sym_GT_GT_GT] = ACTIONS(2810), - [anon_sym_AMP_CARET] = ACTIONS(2810), - [anon_sym_AMP_AMP] = ACTIONS(2810), - [anon_sym_PIPE_PIPE] = ACTIONS(2810), - [anon_sym_or] = ACTIONS(2812), - [sym_none] = ACTIONS(2812), - [sym_true] = ACTIONS(2812), - [sym_false] = ACTIONS(2812), - [sym_nil] = ACTIONS(2812), - [anon_sym_QMARK_DOT] = ACTIONS(2810), - [anon_sym_POUND_LBRACK] = ACTIONS(2810), - [anon_sym_if] = ACTIONS(2812), - [anon_sym_DOLLARif] = ACTIONS(2812), - [anon_sym_is] = ACTIONS(2812), - [anon_sym_BANGis] = ACTIONS(2810), - [anon_sym_in] = ACTIONS(2812), - [anon_sym_BANGin] = ACTIONS(2810), - [anon_sym_match] = ACTIONS(2812), - [anon_sym_select] = ACTIONS(2812), - [anon_sym_lock] = ACTIONS(2812), - [anon_sym_rlock] = ACTIONS(2812), - [anon_sym_unsafe] = ACTIONS(2812), - [anon_sym_sql] = ACTIONS(2812), - [sym_int_literal] = ACTIONS(2812), - [sym_float_literal] = ACTIONS(2810), - [sym_rune_literal] = ACTIONS(2810), - [anon_sym_AT] = ACTIONS(2812), - [anon_sym_shared] = ACTIONS(2812), - [anon_sym_map_LBRACK] = ACTIONS(2810), - [anon_sym_chan] = ACTIONS(2812), - [anon_sym_thread] = ACTIONS(2812), - [anon_sym_atomic] = ACTIONS(2812), - [sym___double_quote] = ACTIONS(2810), - [sym___single_quote] = ACTIONS(2810), - [sym___c_double_quote] = ACTIONS(2810), - [sym___c_single_quote] = ACTIONS(2810), - [sym___r_double_quote] = ACTIONS(2810), - [sym___r_single_quote] = ACTIONS(2810), + [anon_sym_DOT] = ACTIONS(2955), + [anon_sym_as] = ACTIONS(2955), + [anon_sym_LBRACE] = ACTIONS(2953), + [anon_sym_COMMA] = ACTIONS(2953), + [anon_sym_LPAREN] = ACTIONS(2953), + [anon_sym_PIPE] = ACTIONS(2955), + [anon_sym_fn] = ACTIONS(2955), + [anon_sym_PLUS] = ACTIONS(2955), + [anon_sym_DASH] = ACTIONS(2955), + [anon_sym_STAR] = ACTIONS(2953), + [anon_sym_SLASH] = ACTIONS(2955), + [anon_sym_PERCENT] = ACTIONS(2953), + [anon_sym_LT] = ACTIONS(2955), + [anon_sym_GT] = ACTIONS(2955), + [anon_sym_EQ_EQ] = ACTIONS(2953), + [anon_sym_BANG_EQ] = ACTIONS(2953), + [anon_sym_LT_EQ] = ACTIONS(2953), + [anon_sym_GT_EQ] = ACTIONS(2953), + [anon_sym_LBRACK] = ACTIONS(2953), + [anon_sym_LT2] = ACTIONS(2955), + [anon_sym_RBRACK] = ACTIONS(2953), + [anon_sym_struct] = ACTIONS(2955), + [anon_sym_mut] = ACTIONS(2955), + [anon_sym_PLUS_PLUS] = ACTIONS(2953), + [anon_sym_DASH_DASH] = ACTIONS(2953), + [anon_sym_QMARK] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2955), + [anon_sym_go] = ACTIONS(2955), + [anon_sym_spawn] = ACTIONS(2955), + [anon_sym_json_DOTdecode] = ACTIONS(2953), + [anon_sym_LBRACK2] = ACTIONS(2955), + [anon_sym_TILDE] = ACTIONS(2953), + [anon_sym_CARET] = ACTIONS(2953), + [anon_sym_AMP] = ACTIONS(2955), + [anon_sym_LT_DASH] = ACTIONS(2953), + [anon_sym_LT_LT] = ACTIONS(2953), + [anon_sym_GT_GT] = ACTIONS(2955), + [anon_sym_GT_GT_GT] = ACTIONS(2953), + [anon_sym_AMP_CARET] = ACTIONS(2953), + [anon_sym_AMP_AMP] = ACTIONS(2953), + [anon_sym_PIPE_PIPE] = ACTIONS(2953), + [anon_sym_or] = ACTIONS(2955), + [sym_none] = ACTIONS(2955), + [sym_true] = ACTIONS(2955), + [sym_false] = ACTIONS(2955), + [sym_nil] = ACTIONS(2955), + [anon_sym_QMARK_DOT] = ACTIONS(2953), + [anon_sym_POUND_LBRACK] = ACTIONS(2953), + [anon_sym_if] = ACTIONS(2955), + [anon_sym_DOLLARif] = ACTIONS(2955), + [anon_sym_is] = ACTIONS(2955), + [anon_sym_BANGis] = ACTIONS(2953), + [anon_sym_in] = ACTIONS(2955), + [anon_sym_BANGin] = ACTIONS(2953), + [anon_sym_match] = ACTIONS(2955), + [anon_sym_select] = ACTIONS(2955), + [anon_sym_lock] = ACTIONS(2955), + [anon_sym_rlock] = ACTIONS(2955), + [anon_sym_unsafe] = ACTIONS(2955), + [anon_sym_sql] = ACTIONS(2955), + [sym_int_literal] = ACTIONS(2955), + [sym_float_literal] = ACTIONS(2953), + [sym_rune_literal] = ACTIONS(2953), + [anon_sym_AT] = ACTIONS(2955), + [anon_sym_shared] = ACTIONS(2955), + [anon_sym_map_LBRACK] = ACTIONS(2953), + [anon_sym_chan] = ACTIONS(2955), + [anon_sym_thread] = ACTIONS(2955), + [anon_sym_atomic] = ACTIONS(2955), + [sym___double_quote] = ACTIONS(2953), + [sym___single_quote] = ACTIONS(2953), + [sym___c_double_quote] = ACTIONS(2953), + [sym___c_single_quote] = ACTIONS(2953), + [sym___r_double_quote] = ACTIONS(2953), + [sym___r_single_quote] = ACTIONS(2953), }, - [1356] = { - [sym_identifier] = ACTIONS(2808), + [1373] = { + [sym_identifier] = ACTIONS(2841), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2808), - [anon_sym_as] = ACTIONS(2808), - [anon_sym_LBRACE] = ACTIONS(2806), - [anon_sym_COMMA] = ACTIONS(2806), - [anon_sym_LPAREN] = ACTIONS(2806), - [anon_sym_PIPE] = ACTIONS(2808), - [anon_sym_fn] = ACTIONS(2808), - [anon_sym_PLUS] = ACTIONS(2808), - [anon_sym_DASH] = ACTIONS(2808), - [anon_sym_STAR] = ACTIONS(2806), - [anon_sym_SLASH] = ACTIONS(2808), - [anon_sym_PERCENT] = ACTIONS(2806), - [anon_sym_LT] = ACTIONS(2808), - [anon_sym_GT] = ACTIONS(2808), - [anon_sym_EQ_EQ] = ACTIONS(2806), - [anon_sym_BANG_EQ] = ACTIONS(2806), - [anon_sym_LT_EQ] = ACTIONS(2806), - [anon_sym_GT_EQ] = ACTIONS(2806), - [anon_sym_LBRACK] = ACTIONS(2806), - [anon_sym_RBRACK] = ACTIONS(2806), - [anon_sym_struct] = ACTIONS(2808), - [anon_sym_mut] = ACTIONS(2808), - [anon_sym_PLUS_PLUS] = ACTIONS(2806), - [anon_sym_DASH_DASH] = ACTIONS(2806), - [anon_sym_QMARK] = ACTIONS(2808), - [anon_sym_BANG] = ACTIONS(2808), - [anon_sym_go] = ACTIONS(2808), - [anon_sym_spawn] = ACTIONS(2808), - [anon_sym_json_DOTdecode] = ACTIONS(2806), - [anon_sym_LBRACK2] = ACTIONS(2808), - [anon_sym_TILDE] = ACTIONS(2806), - [anon_sym_CARET] = ACTIONS(2806), - [anon_sym_AMP] = ACTIONS(2808), - [anon_sym_LT_DASH] = ACTIONS(2806), - [anon_sym_LT_LT] = ACTIONS(2806), - [anon_sym_GT_GT] = ACTIONS(2808), - [anon_sym_GT_GT_GT] = ACTIONS(2806), - [anon_sym_AMP_CARET] = ACTIONS(2806), - [anon_sym_AMP_AMP] = ACTIONS(2806), - [anon_sym_PIPE_PIPE] = ACTIONS(2806), - [anon_sym_or] = ACTIONS(2808), - [sym_none] = ACTIONS(2808), - [sym_true] = ACTIONS(2808), - [sym_false] = ACTIONS(2808), - [sym_nil] = ACTIONS(2808), - [anon_sym_QMARK_DOT] = ACTIONS(2806), - [anon_sym_POUND_LBRACK] = ACTIONS(2806), - [anon_sym_if] = ACTIONS(2808), - [anon_sym_DOLLARif] = ACTIONS(2808), - [anon_sym_is] = ACTIONS(2808), - [anon_sym_BANGis] = ACTIONS(2806), - [anon_sym_in] = ACTIONS(2808), - [anon_sym_BANGin] = ACTIONS(2806), - [anon_sym_match] = ACTIONS(2808), - [anon_sym_select] = ACTIONS(2808), - [anon_sym_lock] = ACTIONS(2808), - [anon_sym_rlock] = ACTIONS(2808), - [anon_sym_unsafe] = ACTIONS(2808), - [anon_sym_sql] = ACTIONS(2808), - [sym_int_literal] = ACTIONS(2808), - [sym_float_literal] = ACTIONS(2806), - [sym_rune_literal] = ACTIONS(2806), - [anon_sym_AT] = ACTIONS(2808), - [anon_sym_shared] = ACTIONS(2808), - [anon_sym_map_LBRACK] = ACTIONS(2806), - [anon_sym_chan] = ACTIONS(2808), - [anon_sym_thread] = ACTIONS(2808), - [anon_sym_atomic] = ACTIONS(2808), - [sym___double_quote] = ACTIONS(2806), - [sym___single_quote] = ACTIONS(2806), - [sym___c_double_quote] = ACTIONS(2806), - [sym___c_single_quote] = ACTIONS(2806), - [sym___r_double_quote] = ACTIONS(2806), - [sym___r_single_quote] = ACTIONS(2806), + [anon_sym_DOT] = ACTIONS(2841), + [anon_sym_as] = ACTIONS(2841), + [anon_sym_LBRACE] = ACTIONS(2839), + [anon_sym_COMMA] = ACTIONS(2839), + [anon_sym_LPAREN] = ACTIONS(2839), + [anon_sym_PIPE] = ACTIONS(2841), + [anon_sym_fn] = ACTIONS(2841), + [anon_sym_PLUS] = ACTIONS(2841), + [anon_sym_DASH] = ACTIONS(2841), + [anon_sym_STAR] = ACTIONS(2839), + [anon_sym_SLASH] = ACTIONS(2841), + [anon_sym_PERCENT] = ACTIONS(2839), + [anon_sym_LT] = ACTIONS(2841), + [anon_sym_GT] = ACTIONS(2841), + [anon_sym_EQ_EQ] = ACTIONS(2839), + [anon_sym_BANG_EQ] = ACTIONS(2839), + [anon_sym_LT_EQ] = ACTIONS(2839), + [anon_sym_GT_EQ] = ACTIONS(2839), + [anon_sym_LBRACK] = ACTIONS(2839), + [anon_sym_LT2] = ACTIONS(2841), + [anon_sym_RBRACK] = ACTIONS(2839), + [anon_sym_struct] = ACTIONS(2841), + [anon_sym_mut] = ACTIONS(2841), + [anon_sym_PLUS_PLUS] = ACTIONS(2839), + [anon_sym_DASH_DASH] = ACTIONS(2839), + [anon_sym_QMARK] = ACTIONS(2841), + [anon_sym_BANG] = ACTIONS(2841), + [anon_sym_go] = ACTIONS(2841), + [anon_sym_spawn] = ACTIONS(2841), + [anon_sym_json_DOTdecode] = ACTIONS(2839), + [anon_sym_LBRACK2] = ACTIONS(2841), + [anon_sym_TILDE] = ACTIONS(2839), + [anon_sym_CARET] = ACTIONS(2839), + [anon_sym_AMP] = ACTIONS(2841), + [anon_sym_LT_DASH] = ACTIONS(2839), + [anon_sym_LT_LT] = ACTIONS(2839), + [anon_sym_GT_GT] = ACTIONS(2841), + [anon_sym_GT_GT_GT] = ACTIONS(2839), + [anon_sym_AMP_CARET] = ACTIONS(2839), + [anon_sym_AMP_AMP] = ACTIONS(2839), + [anon_sym_PIPE_PIPE] = ACTIONS(2839), + [anon_sym_or] = ACTIONS(2841), + [sym_none] = ACTIONS(2841), + [sym_true] = ACTIONS(2841), + [sym_false] = ACTIONS(2841), + [sym_nil] = ACTIONS(2841), + [anon_sym_QMARK_DOT] = ACTIONS(2839), + [anon_sym_POUND_LBRACK] = ACTIONS(2839), + [anon_sym_if] = ACTIONS(2841), + [anon_sym_DOLLARif] = ACTIONS(2841), + [anon_sym_is] = ACTIONS(2841), + [anon_sym_BANGis] = ACTIONS(2839), + [anon_sym_in] = ACTIONS(2841), + [anon_sym_BANGin] = ACTIONS(2839), + [anon_sym_match] = ACTIONS(2841), + [anon_sym_select] = ACTIONS(2841), + [anon_sym_lock] = ACTIONS(2841), + [anon_sym_rlock] = ACTIONS(2841), + [anon_sym_unsafe] = ACTIONS(2841), + [anon_sym_sql] = ACTIONS(2841), + [sym_int_literal] = ACTIONS(2841), + [sym_float_literal] = ACTIONS(2839), + [sym_rune_literal] = ACTIONS(2839), + [anon_sym_AT] = ACTIONS(2841), + [anon_sym_shared] = ACTIONS(2841), + [anon_sym_map_LBRACK] = ACTIONS(2839), + [anon_sym_chan] = ACTIONS(2841), + [anon_sym_thread] = ACTIONS(2841), + [anon_sym_atomic] = ACTIONS(2841), + [sym___double_quote] = ACTIONS(2839), + [sym___single_quote] = ACTIONS(2839), + [sym___c_double_quote] = ACTIONS(2839), + [sym___c_single_quote] = ACTIONS(2839), + [sym___r_double_quote] = ACTIONS(2839), + [sym___r_single_quote] = ACTIONS(2839), }, - [1357] = { - [sym_identifier] = ACTIONS(2860), + [1374] = { + [sym_identifier] = ACTIONS(3047), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2860), - [anon_sym_as] = ACTIONS(2860), - [anon_sym_LBRACE] = ACTIONS(2858), - [anon_sym_COMMA] = ACTIONS(2858), - [anon_sym_LPAREN] = ACTIONS(2858), - [anon_sym_PIPE] = ACTIONS(2860), - [anon_sym_fn] = ACTIONS(2860), - [anon_sym_PLUS] = ACTIONS(2860), - [anon_sym_DASH] = ACTIONS(2860), - [anon_sym_STAR] = ACTIONS(2858), - [anon_sym_SLASH] = ACTIONS(2860), - [anon_sym_PERCENT] = ACTIONS(2858), - [anon_sym_LT] = ACTIONS(2860), - [anon_sym_GT] = ACTIONS(2860), - [anon_sym_EQ_EQ] = ACTIONS(2858), - [anon_sym_BANG_EQ] = ACTIONS(2858), - [anon_sym_LT_EQ] = ACTIONS(2858), - [anon_sym_GT_EQ] = ACTIONS(2858), - [anon_sym_LBRACK] = ACTIONS(2858), - [anon_sym_RBRACK] = ACTIONS(2858), - [anon_sym_struct] = ACTIONS(2860), - [anon_sym_mut] = ACTIONS(2860), - [anon_sym_PLUS_PLUS] = ACTIONS(2858), - [anon_sym_DASH_DASH] = ACTIONS(2858), - [anon_sym_QMARK] = ACTIONS(2860), - [anon_sym_BANG] = ACTIONS(2860), - [anon_sym_go] = ACTIONS(2860), - [anon_sym_spawn] = ACTIONS(2860), - [anon_sym_json_DOTdecode] = ACTIONS(2858), - [anon_sym_LBRACK2] = ACTIONS(2860), - [anon_sym_TILDE] = ACTIONS(2858), - [anon_sym_CARET] = ACTIONS(2858), - [anon_sym_AMP] = ACTIONS(2860), - [anon_sym_LT_DASH] = ACTIONS(2858), - [anon_sym_LT_LT] = ACTIONS(2858), - [anon_sym_GT_GT] = ACTIONS(2860), - [anon_sym_GT_GT_GT] = ACTIONS(2858), - [anon_sym_AMP_CARET] = ACTIONS(2858), - [anon_sym_AMP_AMP] = ACTIONS(2858), - [anon_sym_PIPE_PIPE] = ACTIONS(2858), - [anon_sym_or] = ACTIONS(2860), - [sym_none] = ACTIONS(2860), - [sym_true] = ACTIONS(2860), - [sym_false] = ACTIONS(2860), - [sym_nil] = ACTIONS(2860), - [anon_sym_QMARK_DOT] = ACTIONS(2858), - [anon_sym_POUND_LBRACK] = ACTIONS(2858), - [anon_sym_if] = ACTIONS(2860), - [anon_sym_DOLLARif] = ACTIONS(2860), - [anon_sym_is] = ACTIONS(2860), - [anon_sym_BANGis] = ACTIONS(2858), - [anon_sym_in] = ACTIONS(2860), - [anon_sym_BANGin] = ACTIONS(2858), - [anon_sym_match] = ACTIONS(2860), - [anon_sym_select] = ACTIONS(2860), - [anon_sym_lock] = ACTIONS(2860), - [anon_sym_rlock] = ACTIONS(2860), - [anon_sym_unsafe] = ACTIONS(2860), - [anon_sym_sql] = ACTIONS(2860), - [sym_int_literal] = ACTIONS(2860), - [sym_float_literal] = ACTIONS(2858), - [sym_rune_literal] = ACTIONS(2858), - [anon_sym_AT] = ACTIONS(2860), - [anon_sym_shared] = ACTIONS(2860), - [anon_sym_map_LBRACK] = ACTIONS(2858), - [anon_sym_chan] = ACTIONS(2860), - [anon_sym_thread] = ACTIONS(2860), - [anon_sym_atomic] = ACTIONS(2860), - [sym___double_quote] = ACTIONS(2858), - [sym___single_quote] = ACTIONS(2858), - [sym___c_double_quote] = ACTIONS(2858), - [sym___c_single_quote] = ACTIONS(2858), - [sym___r_double_quote] = ACTIONS(2858), - [sym___r_single_quote] = ACTIONS(2858), + [anon_sym_DOT] = ACTIONS(3047), + [anon_sym_as] = ACTIONS(3047), + [anon_sym_LBRACE] = ACTIONS(3045), + [anon_sym_COMMA] = ACTIONS(3045), + [anon_sym_LPAREN] = ACTIONS(3045), + [anon_sym_PIPE] = ACTIONS(3047), + [anon_sym_fn] = ACTIONS(3047), + [anon_sym_PLUS] = ACTIONS(3047), + [anon_sym_DASH] = ACTIONS(3047), + [anon_sym_STAR] = ACTIONS(3045), + [anon_sym_SLASH] = ACTIONS(3047), + [anon_sym_PERCENT] = ACTIONS(3045), + [anon_sym_LT] = ACTIONS(3047), + [anon_sym_GT] = ACTIONS(3047), + [anon_sym_EQ_EQ] = ACTIONS(3045), + [anon_sym_BANG_EQ] = ACTIONS(3045), + [anon_sym_LT_EQ] = ACTIONS(3045), + [anon_sym_GT_EQ] = ACTIONS(3045), + [anon_sym_LBRACK] = ACTIONS(3045), + [anon_sym_LT2] = ACTIONS(3047), + [anon_sym_RBRACK] = ACTIONS(3045), + [anon_sym_struct] = ACTIONS(3047), + [anon_sym_mut] = ACTIONS(3047), + [anon_sym_PLUS_PLUS] = ACTIONS(3045), + [anon_sym_DASH_DASH] = ACTIONS(3045), + [anon_sym_QMARK] = ACTIONS(3047), + [anon_sym_BANG] = ACTIONS(3047), + [anon_sym_go] = ACTIONS(3047), + [anon_sym_spawn] = ACTIONS(3047), + [anon_sym_json_DOTdecode] = ACTIONS(3045), + [anon_sym_LBRACK2] = ACTIONS(3047), + [anon_sym_TILDE] = ACTIONS(3045), + [anon_sym_CARET] = ACTIONS(3045), + [anon_sym_AMP] = ACTIONS(3047), + [anon_sym_LT_DASH] = ACTIONS(3045), + [anon_sym_LT_LT] = ACTIONS(3045), + [anon_sym_GT_GT] = ACTIONS(3047), + [anon_sym_GT_GT_GT] = ACTIONS(3045), + [anon_sym_AMP_CARET] = ACTIONS(3045), + [anon_sym_AMP_AMP] = ACTIONS(3045), + [anon_sym_PIPE_PIPE] = ACTIONS(3045), + [anon_sym_or] = ACTIONS(3047), + [sym_none] = ACTIONS(3047), + [sym_true] = ACTIONS(3047), + [sym_false] = ACTIONS(3047), + [sym_nil] = ACTIONS(3047), + [anon_sym_QMARK_DOT] = ACTIONS(3045), + [anon_sym_POUND_LBRACK] = ACTIONS(3045), + [anon_sym_if] = ACTIONS(3047), + [anon_sym_DOLLARif] = ACTIONS(3047), + [anon_sym_is] = ACTIONS(3047), + [anon_sym_BANGis] = ACTIONS(3045), + [anon_sym_in] = ACTIONS(3047), + [anon_sym_BANGin] = ACTIONS(3045), + [anon_sym_match] = ACTIONS(3047), + [anon_sym_select] = ACTIONS(3047), + [anon_sym_lock] = ACTIONS(3047), + [anon_sym_rlock] = ACTIONS(3047), + [anon_sym_unsafe] = ACTIONS(3047), + [anon_sym_sql] = ACTIONS(3047), + [sym_int_literal] = ACTIONS(3047), + [sym_float_literal] = ACTIONS(3045), + [sym_rune_literal] = ACTIONS(3045), + [anon_sym_AT] = ACTIONS(3047), + [anon_sym_shared] = ACTIONS(3047), + [anon_sym_map_LBRACK] = ACTIONS(3045), + [anon_sym_chan] = ACTIONS(3047), + [anon_sym_thread] = ACTIONS(3047), + [anon_sym_atomic] = ACTIONS(3047), + [sym___double_quote] = ACTIONS(3045), + [sym___single_quote] = ACTIONS(3045), + [sym___c_double_quote] = ACTIONS(3045), + [sym___c_single_quote] = ACTIONS(3045), + [sym___r_double_quote] = ACTIONS(3045), + [sym___r_single_quote] = ACTIONS(3045), }, - [1358] = { - [sym_identifier] = ACTIONS(3073), + [1375] = { + [sym_identifier] = ACTIONS(3039), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3073), - [anon_sym_as] = ACTIONS(3073), - [anon_sym_LBRACE] = ACTIONS(3071), - [anon_sym_COMMA] = ACTIONS(3071), - [anon_sym_LPAREN] = ACTIONS(3071), - [anon_sym_PIPE] = ACTIONS(3073), - [anon_sym_fn] = ACTIONS(3073), - [anon_sym_PLUS] = ACTIONS(3073), - [anon_sym_DASH] = ACTIONS(3073), - [anon_sym_STAR] = ACTIONS(3071), - [anon_sym_SLASH] = ACTIONS(3073), - [anon_sym_PERCENT] = ACTIONS(3071), - [anon_sym_LT] = ACTIONS(3073), - [anon_sym_GT] = ACTIONS(3073), - [anon_sym_EQ_EQ] = ACTIONS(3071), - [anon_sym_BANG_EQ] = ACTIONS(3071), - [anon_sym_LT_EQ] = ACTIONS(3071), - [anon_sym_GT_EQ] = ACTIONS(3071), - [anon_sym_LBRACK] = ACTIONS(3071), - [anon_sym_RBRACK] = ACTIONS(3071), - [anon_sym_struct] = ACTIONS(3073), - [anon_sym_mut] = ACTIONS(3073), - [anon_sym_PLUS_PLUS] = ACTIONS(3071), - [anon_sym_DASH_DASH] = ACTIONS(3071), - [anon_sym_QMARK] = ACTIONS(3073), - [anon_sym_BANG] = ACTIONS(3073), - [anon_sym_go] = ACTIONS(3073), - [anon_sym_spawn] = ACTIONS(3073), - [anon_sym_json_DOTdecode] = ACTIONS(3071), - [anon_sym_LBRACK2] = ACTIONS(3073), - [anon_sym_TILDE] = ACTIONS(3071), - [anon_sym_CARET] = ACTIONS(3071), - [anon_sym_AMP] = ACTIONS(3073), - [anon_sym_LT_DASH] = ACTIONS(3071), - [anon_sym_LT_LT] = ACTIONS(3071), - [anon_sym_GT_GT] = ACTIONS(3073), - [anon_sym_GT_GT_GT] = ACTIONS(3071), - [anon_sym_AMP_CARET] = ACTIONS(3071), - [anon_sym_AMP_AMP] = ACTIONS(3071), - [anon_sym_PIPE_PIPE] = ACTIONS(3071), - [anon_sym_or] = ACTIONS(3073), - [sym_none] = ACTIONS(3073), - [sym_true] = ACTIONS(3073), - [sym_false] = ACTIONS(3073), - [sym_nil] = ACTIONS(3073), - [anon_sym_QMARK_DOT] = ACTIONS(3071), - [anon_sym_POUND_LBRACK] = ACTIONS(3071), - [anon_sym_if] = ACTIONS(3073), - [anon_sym_DOLLARif] = ACTIONS(3073), - [anon_sym_is] = ACTIONS(3073), - [anon_sym_BANGis] = ACTIONS(3071), - [anon_sym_in] = ACTIONS(3073), - [anon_sym_BANGin] = ACTIONS(3071), - [anon_sym_match] = ACTIONS(3073), - [anon_sym_select] = ACTIONS(3073), - [anon_sym_lock] = ACTIONS(3073), - [anon_sym_rlock] = ACTIONS(3073), - [anon_sym_unsafe] = ACTIONS(3073), - [anon_sym_sql] = ACTIONS(3073), - [sym_int_literal] = ACTIONS(3073), - [sym_float_literal] = ACTIONS(3071), - [sym_rune_literal] = ACTIONS(3071), - [anon_sym_AT] = ACTIONS(3073), - [anon_sym_shared] = ACTIONS(3073), - [anon_sym_map_LBRACK] = ACTIONS(3071), - [anon_sym_chan] = ACTIONS(3073), - [anon_sym_thread] = ACTIONS(3073), - [anon_sym_atomic] = ACTIONS(3073), - [sym___double_quote] = ACTIONS(3071), - [sym___single_quote] = ACTIONS(3071), - [sym___c_double_quote] = ACTIONS(3071), - [sym___c_single_quote] = ACTIONS(3071), - [sym___r_double_quote] = ACTIONS(3071), - [sym___r_single_quote] = ACTIONS(3071), + [anon_sym_DOT] = ACTIONS(3039), + [anon_sym_as] = ACTIONS(3039), + [anon_sym_LBRACE] = ACTIONS(3037), + [anon_sym_COMMA] = ACTIONS(3037), + [anon_sym_LPAREN] = ACTIONS(3037), + [anon_sym_PIPE] = ACTIONS(3039), + [anon_sym_fn] = ACTIONS(3039), + [anon_sym_PLUS] = ACTIONS(3039), + [anon_sym_DASH] = ACTIONS(3039), + [anon_sym_STAR] = ACTIONS(3037), + [anon_sym_SLASH] = ACTIONS(3039), + [anon_sym_PERCENT] = ACTIONS(3037), + [anon_sym_LT] = ACTIONS(3039), + [anon_sym_GT] = ACTIONS(3039), + [anon_sym_EQ_EQ] = ACTIONS(3037), + [anon_sym_BANG_EQ] = ACTIONS(3037), + [anon_sym_LT_EQ] = ACTIONS(3037), + [anon_sym_GT_EQ] = ACTIONS(3037), + [anon_sym_LBRACK] = ACTIONS(3037), + [anon_sym_LT2] = ACTIONS(3039), + [anon_sym_RBRACK] = ACTIONS(3037), + [anon_sym_struct] = ACTIONS(3039), + [anon_sym_mut] = ACTIONS(3039), + [anon_sym_PLUS_PLUS] = ACTIONS(3037), + [anon_sym_DASH_DASH] = ACTIONS(3037), + [anon_sym_QMARK] = ACTIONS(3039), + [anon_sym_BANG] = ACTIONS(3039), + [anon_sym_go] = ACTIONS(3039), + [anon_sym_spawn] = ACTIONS(3039), + [anon_sym_json_DOTdecode] = ACTIONS(3037), + [anon_sym_LBRACK2] = ACTIONS(3039), + [anon_sym_TILDE] = ACTIONS(3037), + [anon_sym_CARET] = ACTIONS(3037), + [anon_sym_AMP] = ACTIONS(3039), + [anon_sym_LT_DASH] = ACTIONS(3037), + [anon_sym_LT_LT] = ACTIONS(3037), + [anon_sym_GT_GT] = ACTIONS(3039), + [anon_sym_GT_GT_GT] = ACTIONS(3037), + [anon_sym_AMP_CARET] = ACTIONS(3037), + [anon_sym_AMP_AMP] = ACTIONS(3037), + [anon_sym_PIPE_PIPE] = ACTIONS(3037), + [anon_sym_or] = ACTIONS(3039), + [sym_none] = ACTIONS(3039), + [sym_true] = ACTIONS(3039), + [sym_false] = ACTIONS(3039), + [sym_nil] = ACTIONS(3039), + [anon_sym_QMARK_DOT] = ACTIONS(3037), + [anon_sym_POUND_LBRACK] = ACTIONS(3037), + [anon_sym_if] = ACTIONS(3039), + [anon_sym_DOLLARif] = ACTIONS(3039), + [anon_sym_is] = ACTIONS(3039), + [anon_sym_BANGis] = ACTIONS(3037), + [anon_sym_in] = ACTIONS(3039), + [anon_sym_BANGin] = ACTIONS(3037), + [anon_sym_match] = ACTIONS(3039), + [anon_sym_select] = ACTIONS(3039), + [anon_sym_lock] = ACTIONS(3039), + [anon_sym_rlock] = ACTIONS(3039), + [anon_sym_unsafe] = ACTIONS(3039), + [anon_sym_sql] = ACTIONS(3039), + [sym_int_literal] = ACTIONS(3039), + [sym_float_literal] = ACTIONS(3037), + [sym_rune_literal] = ACTIONS(3037), + [anon_sym_AT] = ACTIONS(3039), + [anon_sym_shared] = ACTIONS(3039), + [anon_sym_map_LBRACK] = ACTIONS(3037), + [anon_sym_chan] = ACTIONS(3039), + [anon_sym_thread] = ACTIONS(3039), + [anon_sym_atomic] = ACTIONS(3039), + [sym___double_quote] = ACTIONS(3037), + [sym___single_quote] = ACTIONS(3037), + [sym___c_double_quote] = ACTIONS(3037), + [sym___c_single_quote] = ACTIONS(3037), + [sym___r_double_quote] = ACTIONS(3037), + [sym___r_single_quote] = ACTIONS(3037), }, - [1359] = { - [sym_identifier] = ACTIONS(3077), + [1376] = { + [sym_identifier] = ACTIONS(3107), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3077), - [anon_sym_as] = ACTIONS(3077), - [anon_sym_LBRACE] = ACTIONS(3075), - [anon_sym_COMMA] = ACTIONS(3075), - [anon_sym_LPAREN] = ACTIONS(3075), - [anon_sym_PIPE] = ACTIONS(3077), - [anon_sym_fn] = ACTIONS(3077), - [anon_sym_PLUS] = ACTIONS(3077), - [anon_sym_DASH] = ACTIONS(3077), - [anon_sym_STAR] = ACTIONS(3075), - [anon_sym_SLASH] = ACTIONS(3077), - [anon_sym_PERCENT] = ACTIONS(3075), - [anon_sym_LT] = ACTIONS(3077), - [anon_sym_GT] = ACTIONS(3077), - [anon_sym_EQ_EQ] = ACTIONS(3075), - [anon_sym_BANG_EQ] = ACTIONS(3075), - [anon_sym_LT_EQ] = ACTIONS(3075), - [anon_sym_GT_EQ] = ACTIONS(3075), - [anon_sym_LBRACK] = ACTIONS(3075), - [anon_sym_RBRACK] = ACTIONS(3075), - [anon_sym_struct] = ACTIONS(3077), - [anon_sym_mut] = ACTIONS(3077), - [anon_sym_PLUS_PLUS] = ACTIONS(3075), - [anon_sym_DASH_DASH] = ACTIONS(3075), - [anon_sym_QMARK] = ACTIONS(3077), - [anon_sym_BANG] = ACTIONS(3077), - [anon_sym_go] = ACTIONS(3077), - [anon_sym_spawn] = ACTIONS(3077), - [anon_sym_json_DOTdecode] = ACTIONS(3075), - [anon_sym_LBRACK2] = ACTIONS(3077), - [anon_sym_TILDE] = ACTIONS(3075), - [anon_sym_CARET] = ACTIONS(3075), - [anon_sym_AMP] = ACTIONS(3077), - [anon_sym_LT_DASH] = ACTIONS(3075), - [anon_sym_LT_LT] = ACTIONS(3075), - [anon_sym_GT_GT] = ACTIONS(3077), - [anon_sym_GT_GT_GT] = ACTIONS(3075), - [anon_sym_AMP_CARET] = ACTIONS(3075), - [anon_sym_AMP_AMP] = ACTIONS(3075), - [anon_sym_PIPE_PIPE] = ACTIONS(3075), - [anon_sym_or] = ACTIONS(3077), - [sym_none] = ACTIONS(3077), - [sym_true] = ACTIONS(3077), - [sym_false] = ACTIONS(3077), - [sym_nil] = ACTIONS(3077), - [anon_sym_QMARK_DOT] = ACTIONS(3075), - [anon_sym_POUND_LBRACK] = ACTIONS(3075), - [anon_sym_if] = ACTIONS(3077), - [anon_sym_DOLLARif] = ACTIONS(3077), - [anon_sym_is] = ACTIONS(3077), - [anon_sym_BANGis] = ACTIONS(3075), - [anon_sym_in] = ACTIONS(3077), - [anon_sym_BANGin] = ACTIONS(3075), - [anon_sym_match] = ACTIONS(3077), - [anon_sym_select] = ACTIONS(3077), - [anon_sym_lock] = ACTIONS(3077), - [anon_sym_rlock] = ACTIONS(3077), - [anon_sym_unsafe] = ACTIONS(3077), - [anon_sym_sql] = ACTIONS(3077), - [sym_int_literal] = ACTIONS(3077), - [sym_float_literal] = ACTIONS(3075), - [sym_rune_literal] = ACTIONS(3075), - [anon_sym_AT] = ACTIONS(3077), - [anon_sym_shared] = ACTIONS(3077), - [anon_sym_map_LBRACK] = ACTIONS(3075), - [anon_sym_chan] = ACTIONS(3077), - [anon_sym_thread] = ACTIONS(3077), - [anon_sym_atomic] = ACTIONS(3077), - [sym___double_quote] = ACTIONS(3075), - [sym___single_quote] = ACTIONS(3075), - [sym___c_double_quote] = ACTIONS(3075), - [sym___c_single_quote] = ACTIONS(3075), - [sym___r_double_quote] = ACTIONS(3075), - [sym___r_single_quote] = ACTIONS(3075), + [anon_sym_DOT] = ACTIONS(3107), + [anon_sym_as] = ACTIONS(3107), + [anon_sym_LBRACE] = ACTIONS(3105), + [anon_sym_COMMA] = ACTIONS(3105), + [anon_sym_LPAREN] = ACTIONS(3105), + [anon_sym_PIPE] = ACTIONS(3107), + [anon_sym_fn] = ACTIONS(3107), + [anon_sym_PLUS] = ACTIONS(3107), + [anon_sym_DASH] = ACTIONS(3107), + [anon_sym_STAR] = ACTIONS(3105), + [anon_sym_SLASH] = ACTIONS(3107), + [anon_sym_PERCENT] = ACTIONS(3105), + [anon_sym_LT] = ACTIONS(3107), + [anon_sym_GT] = ACTIONS(3107), + [anon_sym_EQ_EQ] = ACTIONS(3105), + [anon_sym_BANG_EQ] = ACTIONS(3105), + [anon_sym_LT_EQ] = ACTIONS(3105), + [anon_sym_GT_EQ] = ACTIONS(3105), + [anon_sym_LBRACK] = ACTIONS(3105), + [anon_sym_LT2] = ACTIONS(3107), + [anon_sym_RBRACK] = ACTIONS(3105), + [anon_sym_struct] = ACTIONS(3107), + [anon_sym_mut] = ACTIONS(3107), + [anon_sym_PLUS_PLUS] = ACTIONS(3105), + [anon_sym_DASH_DASH] = ACTIONS(3105), + [anon_sym_QMARK] = ACTIONS(3107), + [anon_sym_BANG] = ACTIONS(3107), + [anon_sym_go] = ACTIONS(3107), + [anon_sym_spawn] = ACTIONS(3107), + [anon_sym_json_DOTdecode] = ACTIONS(3105), + [anon_sym_LBRACK2] = ACTIONS(3107), + [anon_sym_TILDE] = ACTIONS(3105), + [anon_sym_CARET] = ACTIONS(3105), + [anon_sym_AMP] = ACTIONS(3107), + [anon_sym_LT_DASH] = ACTIONS(3105), + [anon_sym_LT_LT] = ACTIONS(3105), + [anon_sym_GT_GT] = ACTIONS(3107), + [anon_sym_GT_GT_GT] = ACTIONS(3105), + [anon_sym_AMP_CARET] = ACTIONS(3105), + [anon_sym_AMP_AMP] = ACTIONS(3105), + [anon_sym_PIPE_PIPE] = ACTIONS(3105), + [anon_sym_or] = ACTIONS(3107), + [sym_none] = ACTIONS(3107), + [sym_true] = ACTIONS(3107), + [sym_false] = ACTIONS(3107), + [sym_nil] = ACTIONS(3107), + [anon_sym_QMARK_DOT] = ACTIONS(3105), + [anon_sym_POUND_LBRACK] = ACTIONS(3105), + [anon_sym_if] = ACTIONS(3107), + [anon_sym_DOLLARif] = ACTIONS(3107), + [anon_sym_is] = ACTIONS(3107), + [anon_sym_BANGis] = ACTIONS(3105), + [anon_sym_in] = ACTIONS(3107), + [anon_sym_BANGin] = ACTIONS(3105), + [anon_sym_match] = ACTIONS(3107), + [anon_sym_select] = ACTIONS(3107), + [anon_sym_lock] = ACTIONS(3107), + [anon_sym_rlock] = ACTIONS(3107), + [anon_sym_unsafe] = ACTIONS(3107), + [anon_sym_sql] = ACTIONS(3107), + [sym_int_literal] = ACTIONS(3107), + [sym_float_literal] = ACTIONS(3105), + [sym_rune_literal] = ACTIONS(3105), + [anon_sym_AT] = ACTIONS(3107), + [anon_sym_shared] = ACTIONS(3107), + [anon_sym_map_LBRACK] = ACTIONS(3105), + [anon_sym_chan] = ACTIONS(3107), + [anon_sym_thread] = ACTIONS(3107), + [anon_sym_atomic] = ACTIONS(3107), + [sym___double_quote] = ACTIONS(3105), + [sym___single_quote] = ACTIONS(3105), + [sym___c_double_quote] = ACTIONS(3105), + [sym___c_single_quote] = ACTIONS(3105), + [sym___r_double_quote] = ACTIONS(3105), + [sym___r_single_quote] = ACTIONS(3105), }, - [1360] = { - [sym_identifier] = ACTIONS(3117), + [1377] = { + [sym_identifier] = ACTIONS(2647), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3117), - [anon_sym_as] = ACTIONS(3117), - [anon_sym_LBRACE] = ACTIONS(3115), - [anon_sym_COMMA] = ACTIONS(3115), - [anon_sym_LPAREN] = ACTIONS(3115), - [anon_sym_PIPE] = ACTIONS(3117), - [anon_sym_fn] = ACTIONS(3117), - [anon_sym_PLUS] = ACTIONS(3117), - [anon_sym_DASH] = ACTIONS(3117), - [anon_sym_STAR] = ACTIONS(3115), - [anon_sym_SLASH] = ACTIONS(3117), - [anon_sym_PERCENT] = ACTIONS(3115), - [anon_sym_LT] = ACTIONS(3117), - [anon_sym_GT] = ACTIONS(3117), - [anon_sym_EQ_EQ] = ACTIONS(3115), - [anon_sym_BANG_EQ] = ACTIONS(3115), - [anon_sym_LT_EQ] = ACTIONS(3115), - [anon_sym_GT_EQ] = ACTIONS(3115), - [anon_sym_LBRACK] = ACTIONS(3115), - [anon_sym_RBRACK] = ACTIONS(3115), - [anon_sym_struct] = ACTIONS(3117), - [anon_sym_mut] = ACTIONS(3117), - [anon_sym_PLUS_PLUS] = ACTIONS(3115), - [anon_sym_DASH_DASH] = ACTIONS(3115), - [anon_sym_QMARK] = ACTIONS(3117), - [anon_sym_BANG] = ACTIONS(3117), - [anon_sym_go] = ACTIONS(3117), - [anon_sym_spawn] = ACTIONS(3117), - [anon_sym_json_DOTdecode] = ACTIONS(3115), - [anon_sym_LBRACK2] = ACTIONS(3117), - [anon_sym_TILDE] = ACTIONS(3115), - [anon_sym_CARET] = ACTIONS(3115), - [anon_sym_AMP] = ACTIONS(3117), - [anon_sym_LT_DASH] = ACTIONS(3115), - [anon_sym_LT_LT] = ACTIONS(3115), - [anon_sym_GT_GT] = ACTIONS(3117), - [anon_sym_GT_GT_GT] = ACTIONS(3115), - [anon_sym_AMP_CARET] = ACTIONS(3115), - [anon_sym_AMP_AMP] = ACTIONS(3115), - [anon_sym_PIPE_PIPE] = ACTIONS(3115), - [anon_sym_or] = ACTIONS(3117), - [sym_none] = ACTIONS(3117), - [sym_true] = ACTIONS(3117), - [sym_false] = ACTIONS(3117), - [sym_nil] = ACTIONS(3117), - [anon_sym_QMARK_DOT] = ACTIONS(3115), - [anon_sym_POUND_LBRACK] = ACTIONS(3115), - [anon_sym_if] = ACTIONS(3117), - [anon_sym_DOLLARif] = ACTIONS(3117), - [anon_sym_is] = ACTIONS(3117), - [anon_sym_BANGis] = ACTIONS(3115), - [anon_sym_in] = ACTIONS(3117), - [anon_sym_BANGin] = ACTIONS(3115), - [anon_sym_match] = ACTIONS(3117), - [anon_sym_select] = ACTIONS(3117), - [anon_sym_lock] = ACTIONS(3117), - [anon_sym_rlock] = ACTIONS(3117), - [anon_sym_unsafe] = ACTIONS(3117), - [anon_sym_sql] = ACTIONS(3117), - [sym_int_literal] = ACTIONS(3117), - [sym_float_literal] = ACTIONS(3115), - [sym_rune_literal] = ACTIONS(3115), - [anon_sym_AT] = ACTIONS(3117), - [anon_sym_shared] = ACTIONS(3117), - [anon_sym_map_LBRACK] = ACTIONS(3115), - [anon_sym_chan] = ACTIONS(3117), - [anon_sym_thread] = ACTIONS(3117), - [anon_sym_atomic] = ACTIONS(3117), - [sym___double_quote] = ACTIONS(3115), - [sym___single_quote] = ACTIONS(3115), - [sym___c_double_quote] = ACTIONS(3115), - [sym___c_single_quote] = ACTIONS(3115), - [sym___r_double_quote] = ACTIONS(3115), - [sym___r_single_quote] = ACTIONS(3115), + [anon_sym_DOT] = ACTIONS(2647), + [anon_sym_as] = ACTIONS(2647), + [anon_sym_LBRACE] = ACTIONS(2645), + [anon_sym_COMMA] = ACTIONS(2645), + [anon_sym_LPAREN] = ACTIONS(2645), + [anon_sym_PIPE] = ACTIONS(2647), + [anon_sym_fn] = ACTIONS(2647), + [anon_sym_PLUS] = ACTIONS(2647), + [anon_sym_DASH] = ACTIONS(2647), + [anon_sym_STAR] = ACTIONS(2645), + [anon_sym_SLASH] = ACTIONS(2647), + [anon_sym_PERCENT] = ACTIONS(2645), + [anon_sym_LT] = ACTIONS(2647), + [anon_sym_GT] = ACTIONS(2647), + [anon_sym_EQ_EQ] = ACTIONS(2645), + [anon_sym_BANG_EQ] = ACTIONS(2645), + [anon_sym_LT_EQ] = ACTIONS(2645), + [anon_sym_GT_EQ] = ACTIONS(2645), + [anon_sym_LBRACK] = ACTIONS(2645), + [anon_sym_LT2] = ACTIONS(2647), + [anon_sym_RBRACK] = ACTIONS(2645), + [anon_sym_struct] = ACTIONS(2647), + [anon_sym_mut] = ACTIONS(2647), + [anon_sym_PLUS_PLUS] = ACTIONS(2645), + [anon_sym_DASH_DASH] = ACTIONS(2645), + [anon_sym_QMARK] = ACTIONS(2647), + [anon_sym_BANG] = ACTIONS(2647), + [anon_sym_go] = ACTIONS(2647), + [anon_sym_spawn] = ACTIONS(2647), + [anon_sym_json_DOTdecode] = ACTIONS(2645), + [anon_sym_LBRACK2] = ACTIONS(2647), + [anon_sym_TILDE] = ACTIONS(2645), + [anon_sym_CARET] = ACTIONS(2645), + [anon_sym_AMP] = ACTIONS(2647), + [anon_sym_LT_DASH] = ACTIONS(2645), + [anon_sym_LT_LT] = ACTIONS(2645), + [anon_sym_GT_GT] = ACTIONS(2647), + [anon_sym_GT_GT_GT] = ACTIONS(2645), + [anon_sym_AMP_CARET] = ACTIONS(2645), + [anon_sym_AMP_AMP] = ACTIONS(2645), + [anon_sym_PIPE_PIPE] = ACTIONS(2645), + [anon_sym_or] = ACTIONS(2647), + [sym_none] = ACTIONS(2647), + [sym_true] = ACTIONS(2647), + [sym_false] = ACTIONS(2647), + [sym_nil] = ACTIONS(2647), + [anon_sym_QMARK_DOT] = ACTIONS(2645), + [anon_sym_POUND_LBRACK] = ACTIONS(2645), + [anon_sym_if] = ACTIONS(2647), + [anon_sym_DOLLARif] = ACTIONS(2647), + [anon_sym_is] = ACTIONS(2647), + [anon_sym_BANGis] = ACTIONS(2645), + [anon_sym_in] = ACTIONS(2647), + [anon_sym_BANGin] = ACTIONS(2645), + [anon_sym_match] = ACTIONS(2647), + [anon_sym_select] = ACTIONS(2647), + [anon_sym_lock] = ACTIONS(2647), + [anon_sym_rlock] = ACTIONS(2647), + [anon_sym_unsafe] = ACTIONS(2647), + [anon_sym_sql] = ACTIONS(2647), + [sym_int_literal] = ACTIONS(2647), + [sym_float_literal] = ACTIONS(2645), + [sym_rune_literal] = ACTIONS(2645), + [anon_sym_AT] = ACTIONS(2647), + [anon_sym_shared] = ACTIONS(2647), + [anon_sym_map_LBRACK] = ACTIONS(2645), + [anon_sym_chan] = ACTIONS(2647), + [anon_sym_thread] = ACTIONS(2647), + [anon_sym_atomic] = ACTIONS(2647), + [sym___double_quote] = ACTIONS(2645), + [sym___single_quote] = ACTIONS(2645), + [sym___c_double_quote] = ACTIONS(2645), + [sym___c_single_quote] = ACTIONS(2645), + [sym___r_double_quote] = ACTIONS(2645), + [sym___r_single_quote] = ACTIONS(2645), }, - [1361] = { - [sym_identifier] = ACTIONS(3125), + [1378] = { + [sym_identifier] = ACTIONS(2418), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3125), - [anon_sym_as] = ACTIONS(3125), - [anon_sym_LBRACE] = ACTIONS(3123), - [anon_sym_COMMA] = ACTIONS(3123), - [anon_sym_LPAREN] = ACTIONS(3123), - [anon_sym_PIPE] = ACTIONS(3125), - [anon_sym_fn] = ACTIONS(3125), - [anon_sym_PLUS] = ACTIONS(3125), - [anon_sym_DASH] = ACTIONS(3125), - [anon_sym_STAR] = ACTIONS(3123), - [anon_sym_SLASH] = ACTIONS(3125), - [anon_sym_PERCENT] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(3125), - [anon_sym_GT] = ACTIONS(3125), - [anon_sym_EQ_EQ] = ACTIONS(3123), - [anon_sym_BANG_EQ] = ACTIONS(3123), - [anon_sym_LT_EQ] = ACTIONS(3123), - [anon_sym_GT_EQ] = ACTIONS(3123), - [anon_sym_LBRACK] = ACTIONS(3123), - [anon_sym_RBRACK] = ACTIONS(3123), - [anon_sym_struct] = ACTIONS(3125), - [anon_sym_mut] = ACTIONS(3125), - [anon_sym_PLUS_PLUS] = ACTIONS(3123), - [anon_sym_DASH_DASH] = ACTIONS(3123), - [anon_sym_QMARK] = ACTIONS(3125), - [anon_sym_BANG] = ACTIONS(3125), - [anon_sym_go] = ACTIONS(3125), - [anon_sym_spawn] = ACTIONS(3125), - [anon_sym_json_DOTdecode] = ACTIONS(3123), - [anon_sym_LBRACK2] = ACTIONS(3125), - [anon_sym_TILDE] = ACTIONS(3123), - [anon_sym_CARET] = ACTIONS(3123), - [anon_sym_AMP] = ACTIONS(3125), - [anon_sym_LT_DASH] = ACTIONS(3123), - [anon_sym_LT_LT] = ACTIONS(3123), - [anon_sym_GT_GT] = ACTIONS(3125), - [anon_sym_GT_GT_GT] = ACTIONS(3123), - [anon_sym_AMP_CARET] = ACTIONS(3123), - [anon_sym_AMP_AMP] = ACTIONS(3123), - [anon_sym_PIPE_PIPE] = ACTIONS(3123), - [anon_sym_or] = ACTIONS(3125), - [sym_none] = ACTIONS(3125), - [sym_true] = ACTIONS(3125), - [sym_false] = ACTIONS(3125), - [sym_nil] = ACTIONS(3125), - [anon_sym_QMARK_DOT] = ACTIONS(3123), - [anon_sym_POUND_LBRACK] = ACTIONS(3123), - [anon_sym_if] = ACTIONS(3125), - [anon_sym_DOLLARif] = ACTIONS(3125), - [anon_sym_is] = ACTIONS(3125), - [anon_sym_BANGis] = ACTIONS(3123), - [anon_sym_in] = ACTIONS(3125), - [anon_sym_BANGin] = ACTIONS(3123), - [anon_sym_match] = ACTIONS(3125), - [anon_sym_select] = ACTIONS(3125), - [anon_sym_lock] = ACTIONS(3125), - [anon_sym_rlock] = ACTIONS(3125), - [anon_sym_unsafe] = ACTIONS(3125), - [anon_sym_sql] = ACTIONS(3125), - [sym_int_literal] = ACTIONS(3125), - [sym_float_literal] = ACTIONS(3123), - [sym_rune_literal] = ACTIONS(3123), - [anon_sym_AT] = ACTIONS(3125), - [anon_sym_shared] = ACTIONS(3125), - [anon_sym_map_LBRACK] = ACTIONS(3123), - [anon_sym_chan] = ACTIONS(3125), - [anon_sym_thread] = ACTIONS(3125), - [anon_sym_atomic] = ACTIONS(3125), - [sym___double_quote] = ACTIONS(3123), - [sym___single_quote] = ACTIONS(3123), - [sym___c_double_quote] = ACTIONS(3123), - [sym___c_single_quote] = ACTIONS(3123), - [sym___r_double_quote] = ACTIONS(3123), - [sym___r_single_quote] = ACTIONS(3123), + [anon_sym_DOT] = ACTIONS(2418), + [anon_sym_as] = ACTIONS(2418), + [anon_sym_LBRACE] = ACTIONS(2416), + [anon_sym_COMMA] = ACTIONS(2416), + [anon_sym_LPAREN] = ACTIONS(2416), + [anon_sym_PIPE] = ACTIONS(2418), + [anon_sym_fn] = ACTIONS(2418), + [anon_sym_PLUS] = ACTIONS(2418), + [anon_sym_DASH] = ACTIONS(2418), + [anon_sym_STAR] = ACTIONS(2416), + [anon_sym_SLASH] = ACTIONS(2418), + [anon_sym_PERCENT] = ACTIONS(2416), + [anon_sym_LT] = ACTIONS(2418), + [anon_sym_GT] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2416), + [anon_sym_BANG_EQ] = ACTIONS(2416), + [anon_sym_LT_EQ] = ACTIONS(2416), + [anon_sym_GT_EQ] = ACTIONS(2416), + [anon_sym_LBRACK] = ACTIONS(2416), + [anon_sym_LT2] = ACTIONS(2418), + [anon_sym_RBRACK] = ACTIONS(2416), + [anon_sym_struct] = ACTIONS(2418), + [anon_sym_mut] = ACTIONS(2418), + [anon_sym_PLUS_PLUS] = ACTIONS(2416), + [anon_sym_DASH_DASH] = ACTIONS(2416), + [anon_sym_QMARK] = ACTIONS(2418), + [anon_sym_BANG] = ACTIONS(2418), + [anon_sym_go] = ACTIONS(2418), + [anon_sym_spawn] = ACTIONS(2418), + [anon_sym_json_DOTdecode] = ACTIONS(2416), + [anon_sym_LBRACK2] = ACTIONS(2418), + [anon_sym_TILDE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2416), + [anon_sym_AMP] = ACTIONS(2418), + [anon_sym_LT_DASH] = ACTIONS(2416), + [anon_sym_LT_LT] = ACTIONS(2416), + [anon_sym_GT_GT] = ACTIONS(2418), + [anon_sym_GT_GT_GT] = ACTIONS(2416), + [anon_sym_AMP_CARET] = ACTIONS(2416), + [anon_sym_AMP_AMP] = ACTIONS(2416), + [anon_sym_PIPE_PIPE] = ACTIONS(2416), + [anon_sym_or] = ACTIONS(2418), + [sym_none] = ACTIONS(2418), + [sym_true] = ACTIONS(2418), + [sym_false] = ACTIONS(2418), + [sym_nil] = ACTIONS(2418), + [anon_sym_QMARK_DOT] = ACTIONS(2416), + [anon_sym_POUND_LBRACK] = ACTIONS(2416), + [anon_sym_if] = ACTIONS(2418), + [anon_sym_DOLLARif] = ACTIONS(2418), + [anon_sym_is] = ACTIONS(2418), + [anon_sym_BANGis] = ACTIONS(2416), + [anon_sym_in] = ACTIONS(2418), + [anon_sym_BANGin] = ACTIONS(2416), + [anon_sym_match] = ACTIONS(2418), + [anon_sym_select] = ACTIONS(2418), + [anon_sym_lock] = ACTIONS(2418), + [anon_sym_rlock] = ACTIONS(2418), + [anon_sym_unsafe] = ACTIONS(2418), + [anon_sym_sql] = ACTIONS(2418), + [sym_int_literal] = ACTIONS(2418), + [sym_float_literal] = ACTIONS(2416), + [sym_rune_literal] = ACTIONS(2416), + [anon_sym_AT] = ACTIONS(2418), + [anon_sym_shared] = ACTIONS(2418), + [anon_sym_map_LBRACK] = ACTIONS(2416), + [anon_sym_chan] = ACTIONS(2418), + [anon_sym_thread] = ACTIONS(2418), + [anon_sym_atomic] = ACTIONS(2418), + [sym___double_quote] = ACTIONS(2416), + [sym___single_quote] = ACTIONS(2416), + [sym___c_double_quote] = ACTIONS(2416), + [sym___c_single_quote] = ACTIONS(2416), + [sym___r_double_quote] = ACTIONS(2416), + [sym___r_single_quote] = ACTIONS(2416), }, - [1362] = { - [sym_identifier] = ACTIONS(2903), + [1379] = { + [sym_identifier] = ACTIONS(2717), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2903), - [anon_sym_as] = ACTIONS(2903), - [anon_sym_LBRACE] = ACTIONS(2901), - [anon_sym_COMMA] = ACTIONS(2901), - [anon_sym_LPAREN] = ACTIONS(2901), - [anon_sym_PIPE] = ACTIONS(2903), - [anon_sym_fn] = ACTIONS(2903), - [anon_sym_PLUS] = ACTIONS(2903), - [anon_sym_DASH] = ACTIONS(2903), - [anon_sym_STAR] = ACTIONS(2901), - [anon_sym_SLASH] = ACTIONS(2903), - [anon_sym_PERCENT] = ACTIONS(2901), - [anon_sym_LT] = ACTIONS(2903), - [anon_sym_GT] = ACTIONS(2903), - [anon_sym_EQ_EQ] = ACTIONS(2901), - [anon_sym_BANG_EQ] = ACTIONS(2901), - [anon_sym_LT_EQ] = ACTIONS(2901), - [anon_sym_GT_EQ] = ACTIONS(2901), - [anon_sym_LBRACK] = ACTIONS(2901), - [anon_sym_RBRACK] = ACTIONS(2901), - [anon_sym_struct] = ACTIONS(2903), - [anon_sym_mut] = ACTIONS(2903), - [anon_sym_PLUS_PLUS] = ACTIONS(2901), - [anon_sym_DASH_DASH] = ACTIONS(2901), - [anon_sym_QMARK] = ACTIONS(2903), - [anon_sym_BANG] = ACTIONS(2903), - [anon_sym_go] = ACTIONS(2903), - [anon_sym_spawn] = ACTIONS(2903), - [anon_sym_json_DOTdecode] = ACTIONS(2901), - [anon_sym_LBRACK2] = ACTIONS(2903), - [anon_sym_TILDE] = ACTIONS(2901), - [anon_sym_CARET] = ACTIONS(2901), - [anon_sym_AMP] = ACTIONS(2903), - [anon_sym_LT_DASH] = ACTIONS(2901), - [anon_sym_LT_LT] = ACTIONS(2901), - [anon_sym_GT_GT] = ACTIONS(2903), - [anon_sym_GT_GT_GT] = ACTIONS(2901), - [anon_sym_AMP_CARET] = ACTIONS(2901), - [anon_sym_AMP_AMP] = ACTIONS(2901), - [anon_sym_PIPE_PIPE] = ACTIONS(2901), - [anon_sym_or] = ACTIONS(2903), - [sym_none] = ACTIONS(2903), - [sym_true] = ACTIONS(2903), - [sym_false] = ACTIONS(2903), - [sym_nil] = ACTIONS(2903), - [anon_sym_QMARK_DOT] = ACTIONS(2901), - [anon_sym_POUND_LBRACK] = ACTIONS(2901), - [anon_sym_if] = ACTIONS(2903), - [anon_sym_DOLLARif] = ACTIONS(2903), - [anon_sym_is] = ACTIONS(2903), - [anon_sym_BANGis] = ACTIONS(2901), - [anon_sym_in] = ACTIONS(2903), - [anon_sym_BANGin] = ACTIONS(2901), - [anon_sym_match] = ACTIONS(2903), - [anon_sym_select] = ACTIONS(2903), - [anon_sym_lock] = ACTIONS(2903), - [anon_sym_rlock] = ACTIONS(2903), - [anon_sym_unsafe] = ACTIONS(2903), - [anon_sym_sql] = ACTIONS(2903), - [sym_int_literal] = ACTIONS(2903), - [sym_float_literal] = ACTIONS(2901), - [sym_rune_literal] = ACTIONS(2901), - [anon_sym_AT] = ACTIONS(2903), - [anon_sym_shared] = ACTIONS(2903), - [anon_sym_map_LBRACK] = ACTIONS(2901), - [anon_sym_chan] = ACTIONS(2903), - [anon_sym_thread] = ACTIONS(2903), - [anon_sym_atomic] = ACTIONS(2903), - [sym___double_quote] = ACTIONS(2901), - [sym___single_quote] = ACTIONS(2901), - [sym___c_double_quote] = ACTIONS(2901), - [sym___c_single_quote] = ACTIONS(2901), - [sym___r_double_quote] = ACTIONS(2901), - [sym___r_single_quote] = ACTIONS(2901), + [anon_sym_DOT] = ACTIONS(2717), + [anon_sym_as] = ACTIONS(2717), + [anon_sym_LBRACE] = ACTIONS(2715), + [anon_sym_COMMA] = ACTIONS(2715), + [anon_sym_LPAREN] = ACTIONS(2715), + [anon_sym_PIPE] = ACTIONS(2717), + [anon_sym_fn] = ACTIONS(2717), + [anon_sym_PLUS] = ACTIONS(2717), + [anon_sym_DASH] = ACTIONS(2717), + [anon_sym_STAR] = ACTIONS(2715), + [anon_sym_SLASH] = ACTIONS(2717), + [anon_sym_PERCENT] = ACTIONS(2715), + [anon_sym_LT] = ACTIONS(2717), + [anon_sym_GT] = ACTIONS(2717), + [anon_sym_EQ_EQ] = ACTIONS(2715), + [anon_sym_BANG_EQ] = ACTIONS(2715), + [anon_sym_LT_EQ] = ACTIONS(2715), + [anon_sym_GT_EQ] = ACTIONS(2715), + [anon_sym_LBRACK] = ACTIONS(2715), + [anon_sym_LT2] = ACTIONS(2717), + [anon_sym_RBRACK] = ACTIONS(2715), + [anon_sym_struct] = ACTIONS(2717), + [anon_sym_mut] = ACTIONS(2717), + [anon_sym_PLUS_PLUS] = ACTIONS(2715), + [anon_sym_DASH_DASH] = ACTIONS(2715), + [anon_sym_QMARK] = ACTIONS(2717), + [anon_sym_BANG] = ACTIONS(2717), + [anon_sym_go] = ACTIONS(2717), + [anon_sym_spawn] = ACTIONS(2717), + [anon_sym_json_DOTdecode] = ACTIONS(2715), + [anon_sym_LBRACK2] = ACTIONS(2717), + [anon_sym_TILDE] = ACTIONS(2715), + [anon_sym_CARET] = ACTIONS(2715), + [anon_sym_AMP] = ACTIONS(2717), + [anon_sym_LT_DASH] = ACTIONS(2715), + [anon_sym_LT_LT] = ACTIONS(2715), + [anon_sym_GT_GT] = ACTIONS(2717), + [anon_sym_GT_GT_GT] = ACTIONS(2715), + [anon_sym_AMP_CARET] = ACTIONS(2715), + [anon_sym_AMP_AMP] = ACTIONS(2715), + [anon_sym_PIPE_PIPE] = ACTIONS(2715), + [anon_sym_or] = ACTIONS(2717), + [sym_none] = ACTIONS(2717), + [sym_true] = ACTIONS(2717), + [sym_false] = ACTIONS(2717), + [sym_nil] = ACTIONS(2717), + [anon_sym_QMARK_DOT] = ACTIONS(2715), + [anon_sym_POUND_LBRACK] = ACTIONS(2715), + [anon_sym_if] = ACTIONS(2717), + [anon_sym_DOLLARif] = ACTIONS(2717), + [anon_sym_is] = ACTIONS(2717), + [anon_sym_BANGis] = ACTIONS(2715), + [anon_sym_in] = ACTIONS(2717), + [anon_sym_BANGin] = ACTIONS(2715), + [anon_sym_match] = ACTIONS(2717), + [anon_sym_select] = ACTIONS(2717), + [anon_sym_lock] = ACTIONS(2717), + [anon_sym_rlock] = ACTIONS(2717), + [anon_sym_unsafe] = ACTIONS(2717), + [anon_sym_sql] = ACTIONS(2717), + [sym_int_literal] = ACTIONS(2717), + [sym_float_literal] = ACTIONS(2715), + [sym_rune_literal] = ACTIONS(2715), + [anon_sym_AT] = ACTIONS(2717), + [anon_sym_shared] = ACTIONS(2717), + [anon_sym_map_LBRACK] = ACTIONS(2715), + [anon_sym_chan] = ACTIONS(2717), + [anon_sym_thread] = ACTIONS(2717), + [anon_sym_atomic] = ACTIONS(2717), + [sym___double_quote] = ACTIONS(2715), + [sym___single_quote] = ACTIONS(2715), + [sym___c_double_quote] = ACTIONS(2715), + [sym___c_single_quote] = ACTIONS(2715), + [sym___r_double_quote] = ACTIONS(2715), + [sym___r_single_quote] = ACTIONS(2715), }, - [1363] = { - [sym_identifier] = ACTIONS(3017), + [1380] = { + [sym_identifier] = ACTIONS(2987), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3017), - [anon_sym_as] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(3015), - [anon_sym_COMMA] = ACTIONS(3015), - [anon_sym_LPAREN] = ACTIONS(3015), - [anon_sym_PIPE] = ACTIONS(3017), - [anon_sym_fn] = ACTIONS(3017), - [anon_sym_PLUS] = ACTIONS(3017), - [anon_sym_DASH] = ACTIONS(3017), - [anon_sym_STAR] = ACTIONS(3015), - [anon_sym_SLASH] = ACTIONS(3017), - [anon_sym_PERCENT] = ACTIONS(3015), - [anon_sym_LT] = ACTIONS(3017), - [anon_sym_GT] = ACTIONS(3017), - [anon_sym_EQ_EQ] = ACTIONS(3015), - [anon_sym_BANG_EQ] = ACTIONS(3015), - [anon_sym_LT_EQ] = ACTIONS(3015), - [anon_sym_GT_EQ] = ACTIONS(3015), - [anon_sym_LBRACK] = ACTIONS(3015), - [anon_sym_RBRACK] = ACTIONS(3015), - [anon_sym_struct] = ACTIONS(3017), - [anon_sym_mut] = ACTIONS(3017), - [anon_sym_PLUS_PLUS] = ACTIONS(3015), - [anon_sym_DASH_DASH] = ACTIONS(3015), - [anon_sym_QMARK] = ACTIONS(3017), - [anon_sym_BANG] = ACTIONS(3017), - [anon_sym_go] = ACTIONS(3017), - [anon_sym_spawn] = ACTIONS(3017), - [anon_sym_json_DOTdecode] = ACTIONS(3015), - [anon_sym_LBRACK2] = ACTIONS(3017), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_CARET] = ACTIONS(3015), - [anon_sym_AMP] = ACTIONS(3017), - [anon_sym_LT_DASH] = ACTIONS(3015), - [anon_sym_LT_LT] = ACTIONS(3015), - [anon_sym_GT_GT] = ACTIONS(3017), - [anon_sym_GT_GT_GT] = ACTIONS(3015), - [anon_sym_AMP_CARET] = ACTIONS(3015), - [anon_sym_AMP_AMP] = ACTIONS(3015), - [anon_sym_PIPE_PIPE] = ACTIONS(3015), - [anon_sym_or] = ACTIONS(3017), - [sym_none] = ACTIONS(3017), - [sym_true] = ACTIONS(3017), - [sym_false] = ACTIONS(3017), - [sym_nil] = ACTIONS(3017), - [anon_sym_QMARK_DOT] = ACTIONS(3015), - [anon_sym_POUND_LBRACK] = ACTIONS(3015), - [anon_sym_if] = ACTIONS(3017), - [anon_sym_DOLLARif] = ACTIONS(3017), - [anon_sym_is] = ACTIONS(3017), - [anon_sym_BANGis] = ACTIONS(3015), - [anon_sym_in] = ACTIONS(3017), - [anon_sym_BANGin] = ACTIONS(3015), - [anon_sym_match] = ACTIONS(3017), - [anon_sym_select] = ACTIONS(3017), - [anon_sym_lock] = ACTIONS(3017), - [anon_sym_rlock] = ACTIONS(3017), - [anon_sym_unsafe] = ACTIONS(3017), - [anon_sym_sql] = ACTIONS(3017), - [sym_int_literal] = ACTIONS(3017), - [sym_float_literal] = ACTIONS(3015), - [sym_rune_literal] = ACTIONS(3015), - [anon_sym_AT] = ACTIONS(3017), - [anon_sym_shared] = ACTIONS(3017), - [anon_sym_map_LBRACK] = ACTIONS(3015), - [anon_sym_chan] = ACTIONS(3017), - [anon_sym_thread] = ACTIONS(3017), - [anon_sym_atomic] = ACTIONS(3017), - [sym___double_quote] = ACTIONS(3015), - [sym___single_quote] = ACTIONS(3015), - [sym___c_double_quote] = ACTIONS(3015), - [sym___c_single_quote] = ACTIONS(3015), - [sym___r_double_quote] = ACTIONS(3015), - [sym___r_single_quote] = ACTIONS(3015), + [anon_sym_DOT] = ACTIONS(2987), + [anon_sym_as] = ACTIONS(2987), + [anon_sym_LBRACE] = ACTIONS(2985), + [anon_sym_COMMA] = ACTIONS(2985), + [anon_sym_LPAREN] = ACTIONS(2985), + [anon_sym_PIPE] = ACTIONS(2987), + [anon_sym_fn] = ACTIONS(2987), + [anon_sym_PLUS] = ACTIONS(2987), + [anon_sym_DASH] = ACTIONS(2987), + [anon_sym_STAR] = ACTIONS(2985), + [anon_sym_SLASH] = ACTIONS(2987), + [anon_sym_PERCENT] = ACTIONS(2985), + [anon_sym_LT] = ACTIONS(2987), + [anon_sym_GT] = ACTIONS(2987), + [anon_sym_EQ_EQ] = ACTIONS(2985), + [anon_sym_BANG_EQ] = ACTIONS(2985), + [anon_sym_LT_EQ] = ACTIONS(2985), + [anon_sym_GT_EQ] = ACTIONS(2985), + [anon_sym_LBRACK] = ACTIONS(2985), + [anon_sym_LT2] = ACTIONS(2987), + [anon_sym_RBRACK] = ACTIONS(2985), + [anon_sym_struct] = ACTIONS(2987), + [anon_sym_mut] = ACTIONS(2987), + [anon_sym_PLUS_PLUS] = ACTIONS(2985), + [anon_sym_DASH_DASH] = ACTIONS(2985), + [anon_sym_QMARK] = ACTIONS(2987), + [anon_sym_BANG] = ACTIONS(2987), + [anon_sym_go] = ACTIONS(2987), + [anon_sym_spawn] = ACTIONS(2987), + [anon_sym_json_DOTdecode] = ACTIONS(2985), + [anon_sym_LBRACK2] = ACTIONS(2987), + [anon_sym_TILDE] = ACTIONS(2985), + [anon_sym_CARET] = ACTIONS(2985), + [anon_sym_AMP] = ACTIONS(2987), + [anon_sym_LT_DASH] = ACTIONS(2985), + [anon_sym_LT_LT] = ACTIONS(2985), + [anon_sym_GT_GT] = ACTIONS(2987), + [anon_sym_GT_GT_GT] = ACTIONS(2985), + [anon_sym_AMP_CARET] = ACTIONS(2985), + [anon_sym_AMP_AMP] = ACTIONS(2985), + [anon_sym_PIPE_PIPE] = ACTIONS(2985), + [anon_sym_or] = ACTIONS(2987), + [sym_none] = ACTIONS(2987), + [sym_true] = ACTIONS(2987), + [sym_false] = ACTIONS(2987), + [sym_nil] = ACTIONS(2987), + [anon_sym_QMARK_DOT] = ACTIONS(2985), + [anon_sym_POUND_LBRACK] = ACTIONS(2985), + [anon_sym_if] = ACTIONS(2987), + [anon_sym_DOLLARif] = ACTIONS(2987), + [anon_sym_is] = ACTIONS(2987), + [anon_sym_BANGis] = ACTIONS(2985), + [anon_sym_in] = ACTIONS(2987), + [anon_sym_BANGin] = ACTIONS(2985), + [anon_sym_match] = ACTIONS(2987), + [anon_sym_select] = ACTIONS(2987), + [anon_sym_lock] = ACTIONS(2987), + [anon_sym_rlock] = ACTIONS(2987), + [anon_sym_unsafe] = ACTIONS(2987), + [anon_sym_sql] = ACTIONS(2987), + [sym_int_literal] = ACTIONS(2987), + [sym_float_literal] = ACTIONS(2985), + [sym_rune_literal] = ACTIONS(2985), + [anon_sym_AT] = ACTIONS(2987), + [anon_sym_shared] = ACTIONS(2987), + [anon_sym_map_LBRACK] = ACTIONS(2985), + [anon_sym_chan] = ACTIONS(2987), + [anon_sym_thread] = ACTIONS(2987), + [anon_sym_atomic] = ACTIONS(2987), + [sym___double_quote] = ACTIONS(2985), + [sym___single_quote] = ACTIONS(2985), + [sym___c_double_quote] = ACTIONS(2985), + [sym___c_single_quote] = ACTIONS(2985), + [sym___r_double_quote] = ACTIONS(2985), + [sym___r_single_quote] = ACTIONS(2985), }, - [1364] = { - [sym_identifier] = ACTIONS(3145), + [1381] = { + [sym_identifier] = ACTIONS(2983), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3145), - [anon_sym_as] = ACTIONS(3145), - [anon_sym_LBRACE] = ACTIONS(3143), - [anon_sym_COMMA] = ACTIONS(3143), - [anon_sym_LPAREN] = ACTIONS(3143), - [anon_sym_PIPE] = ACTIONS(3145), - [anon_sym_fn] = ACTIONS(3145), - [anon_sym_PLUS] = ACTIONS(3145), - [anon_sym_DASH] = ACTIONS(3145), - [anon_sym_STAR] = ACTIONS(3143), - [anon_sym_SLASH] = ACTIONS(3145), - [anon_sym_PERCENT] = ACTIONS(3143), - [anon_sym_LT] = ACTIONS(3145), - [anon_sym_GT] = ACTIONS(3145), - [anon_sym_EQ_EQ] = ACTIONS(3143), - [anon_sym_BANG_EQ] = ACTIONS(3143), - [anon_sym_LT_EQ] = ACTIONS(3143), - [anon_sym_GT_EQ] = ACTIONS(3143), - [anon_sym_LBRACK] = ACTIONS(3143), - [anon_sym_RBRACK] = ACTIONS(3143), - [anon_sym_struct] = ACTIONS(3145), - [anon_sym_mut] = ACTIONS(3145), - [anon_sym_PLUS_PLUS] = ACTIONS(3143), - [anon_sym_DASH_DASH] = ACTIONS(3143), - [anon_sym_QMARK] = ACTIONS(3145), - [anon_sym_BANG] = ACTIONS(3145), - [anon_sym_go] = ACTIONS(3145), - [anon_sym_spawn] = ACTIONS(3145), - [anon_sym_json_DOTdecode] = ACTIONS(3143), - [anon_sym_LBRACK2] = ACTIONS(3145), - [anon_sym_TILDE] = ACTIONS(3143), - [anon_sym_CARET] = ACTIONS(3143), - [anon_sym_AMP] = ACTIONS(3145), - [anon_sym_LT_DASH] = ACTIONS(3143), - [anon_sym_LT_LT] = ACTIONS(3143), - [anon_sym_GT_GT] = ACTIONS(3145), - [anon_sym_GT_GT_GT] = ACTIONS(3143), - [anon_sym_AMP_CARET] = ACTIONS(3143), - [anon_sym_AMP_AMP] = ACTIONS(3143), - [anon_sym_PIPE_PIPE] = ACTIONS(3143), - [anon_sym_or] = ACTIONS(3145), - [sym_none] = ACTIONS(3145), - [sym_true] = ACTIONS(3145), - [sym_false] = ACTIONS(3145), - [sym_nil] = ACTIONS(3145), - [anon_sym_QMARK_DOT] = ACTIONS(3143), - [anon_sym_POUND_LBRACK] = ACTIONS(3143), - [anon_sym_if] = ACTIONS(3145), - [anon_sym_DOLLARif] = ACTIONS(3145), - [anon_sym_is] = ACTIONS(3145), - [anon_sym_BANGis] = ACTIONS(3143), - [anon_sym_in] = ACTIONS(3145), - [anon_sym_BANGin] = ACTIONS(3143), - [anon_sym_match] = ACTIONS(3145), - [anon_sym_select] = ACTIONS(3145), - [anon_sym_lock] = ACTIONS(3145), - [anon_sym_rlock] = ACTIONS(3145), - [anon_sym_unsafe] = ACTIONS(3145), - [anon_sym_sql] = ACTIONS(3145), - [sym_int_literal] = ACTIONS(3145), - [sym_float_literal] = ACTIONS(3143), - [sym_rune_literal] = ACTIONS(3143), - [anon_sym_AT] = ACTIONS(3145), - [anon_sym_shared] = ACTIONS(3145), - [anon_sym_map_LBRACK] = ACTIONS(3143), - [anon_sym_chan] = ACTIONS(3145), - [anon_sym_thread] = ACTIONS(3145), - [anon_sym_atomic] = ACTIONS(3145), - [sym___double_quote] = ACTIONS(3143), - [sym___single_quote] = ACTIONS(3143), - [sym___c_double_quote] = ACTIONS(3143), - [sym___c_single_quote] = ACTIONS(3143), - [sym___r_double_quote] = ACTIONS(3143), - [sym___r_single_quote] = ACTIONS(3143), + [anon_sym_DOT] = ACTIONS(2983), + [anon_sym_as] = ACTIONS(2983), + [anon_sym_LBRACE] = ACTIONS(2981), + [anon_sym_COMMA] = ACTIONS(2981), + [anon_sym_LPAREN] = ACTIONS(2981), + [anon_sym_PIPE] = ACTIONS(2983), + [anon_sym_fn] = ACTIONS(2983), + [anon_sym_PLUS] = ACTIONS(2983), + [anon_sym_DASH] = ACTIONS(2983), + [anon_sym_STAR] = ACTIONS(2981), + [anon_sym_SLASH] = ACTIONS(2983), + [anon_sym_PERCENT] = ACTIONS(2981), + [anon_sym_LT] = ACTIONS(2983), + [anon_sym_GT] = ACTIONS(2983), + [anon_sym_EQ_EQ] = ACTIONS(2981), + [anon_sym_BANG_EQ] = ACTIONS(2981), + [anon_sym_LT_EQ] = ACTIONS(2981), + [anon_sym_GT_EQ] = ACTIONS(2981), + [anon_sym_LBRACK] = ACTIONS(2981), + [anon_sym_LT2] = ACTIONS(2983), + [anon_sym_RBRACK] = ACTIONS(2981), + [anon_sym_struct] = ACTIONS(2983), + [anon_sym_mut] = ACTIONS(2983), + [anon_sym_PLUS_PLUS] = ACTIONS(2981), + [anon_sym_DASH_DASH] = ACTIONS(2981), + [anon_sym_QMARK] = ACTIONS(2983), + [anon_sym_BANG] = ACTIONS(2983), + [anon_sym_go] = ACTIONS(2983), + [anon_sym_spawn] = ACTIONS(2983), + [anon_sym_json_DOTdecode] = ACTIONS(2981), + [anon_sym_LBRACK2] = ACTIONS(2983), + [anon_sym_TILDE] = ACTIONS(2981), + [anon_sym_CARET] = ACTIONS(2981), + [anon_sym_AMP] = ACTIONS(2983), + [anon_sym_LT_DASH] = ACTIONS(2981), + [anon_sym_LT_LT] = ACTIONS(2981), + [anon_sym_GT_GT] = ACTIONS(2983), + [anon_sym_GT_GT_GT] = ACTIONS(2981), + [anon_sym_AMP_CARET] = ACTIONS(2981), + [anon_sym_AMP_AMP] = ACTIONS(2981), + [anon_sym_PIPE_PIPE] = ACTIONS(2981), + [anon_sym_or] = ACTIONS(2983), + [sym_none] = ACTIONS(2983), + [sym_true] = ACTIONS(2983), + [sym_false] = ACTIONS(2983), + [sym_nil] = ACTIONS(2983), + [anon_sym_QMARK_DOT] = ACTIONS(2981), + [anon_sym_POUND_LBRACK] = ACTIONS(2981), + [anon_sym_if] = ACTIONS(2983), + [anon_sym_DOLLARif] = ACTIONS(2983), + [anon_sym_is] = ACTIONS(2983), + [anon_sym_BANGis] = ACTIONS(2981), + [anon_sym_in] = ACTIONS(2983), + [anon_sym_BANGin] = ACTIONS(2981), + [anon_sym_match] = ACTIONS(2983), + [anon_sym_select] = ACTIONS(2983), + [anon_sym_lock] = ACTIONS(2983), + [anon_sym_rlock] = ACTIONS(2983), + [anon_sym_unsafe] = ACTIONS(2983), + [anon_sym_sql] = ACTIONS(2983), + [sym_int_literal] = ACTIONS(2983), + [sym_float_literal] = ACTIONS(2981), + [sym_rune_literal] = ACTIONS(2981), + [anon_sym_AT] = ACTIONS(2983), + [anon_sym_shared] = ACTIONS(2983), + [anon_sym_map_LBRACK] = ACTIONS(2981), + [anon_sym_chan] = ACTIONS(2983), + [anon_sym_thread] = ACTIONS(2983), + [anon_sym_atomic] = ACTIONS(2983), + [sym___double_quote] = ACTIONS(2981), + [sym___single_quote] = ACTIONS(2981), + [sym___c_double_quote] = ACTIONS(2981), + [sym___c_single_quote] = ACTIONS(2981), + [sym___r_double_quote] = ACTIONS(2981), + [sym___r_single_quote] = ACTIONS(2981), }, - [1365] = { + [1382] = { + [sym_identifier] = ACTIONS(2947), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(2947), + [anon_sym_as] = ACTIONS(2947), + [anon_sym_LBRACE] = ACTIONS(2945), + [anon_sym_COMMA] = ACTIONS(2945), + [anon_sym_LPAREN] = ACTIONS(2945), + [anon_sym_PIPE] = ACTIONS(2947), + [anon_sym_fn] = ACTIONS(2947), + [anon_sym_PLUS] = ACTIONS(2947), + [anon_sym_DASH] = ACTIONS(2947), + [anon_sym_STAR] = ACTIONS(2945), + [anon_sym_SLASH] = ACTIONS(2947), + [anon_sym_PERCENT] = ACTIONS(2945), + [anon_sym_LT] = ACTIONS(2947), + [anon_sym_GT] = ACTIONS(2947), + [anon_sym_EQ_EQ] = ACTIONS(2945), + [anon_sym_BANG_EQ] = ACTIONS(2945), + [anon_sym_LT_EQ] = ACTIONS(2945), + [anon_sym_GT_EQ] = ACTIONS(2945), + [anon_sym_LBRACK] = ACTIONS(2945), + [anon_sym_LT2] = ACTIONS(2947), + [anon_sym_RBRACK] = ACTIONS(2945), + [anon_sym_struct] = ACTIONS(2947), + [anon_sym_mut] = ACTIONS(2947), + [anon_sym_PLUS_PLUS] = ACTIONS(2945), + [anon_sym_DASH_DASH] = ACTIONS(2945), + [anon_sym_QMARK] = ACTIONS(2947), + [anon_sym_BANG] = ACTIONS(2947), + [anon_sym_go] = ACTIONS(2947), + [anon_sym_spawn] = ACTIONS(2947), + [anon_sym_json_DOTdecode] = ACTIONS(2945), + [anon_sym_LBRACK2] = ACTIONS(2947), + [anon_sym_TILDE] = ACTIONS(2945), + [anon_sym_CARET] = ACTIONS(2945), + [anon_sym_AMP] = ACTIONS(2947), + [anon_sym_LT_DASH] = ACTIONS(2945), + [anon_sym_LT_LT] = ACTIONS(2945), + [anon_sym_GT_GT] = ACTIONS(2947), + [anon_sym_GT_GT_GT] = ACTIONS(2945), + [anon_sym_AMP_CARET] = ACTIONS(2945), + [anon_sym_AMP_AMP] = ACTIONS(2945), + [anon_sym_PIPE_PIPE] = ACTIONS(2945), + [anon_sym_or] = ACTIONS(2947), + [sym_none] = ACTIONS(2947), + [sym_true] = ACTIONS(2947), + [sym_false] = ACTIONS(2947), + [sym_nil] = ACTIONS(2947), + [anon_sym_QMARK_DOT] = ACTIONS(2945), + [anon_sym_POUND_LBRACK] = ACTIONS(2945), + [anon_sym_if] = ACTIONS(2947), + [anon_sym_DOLLARif] = ACTIONS(2947), + [anon_sym_is] = ACTIONS(2947), + [anon_sym_BANGis] = ACTIONS(2945), + [anon_sym_in] = ACTIONS(2947), + [anon_sym_BANGin] = ACTIONS(2945), + [anon_sym_match] = ACTIONS(2947), + [anon_sym_select] = ACTIONS(2947), + [anon_sym_lock] = ACTIONS(2947), + [anon_sym_rlock] = ACTIONS(2947), + [anon_sym_unsafe] = ACTIONS(2947), + [anon_sym_sql] = ACTIONS(2947), + [sym_int_literal] = ACTIONS(2947), + [sym_float_literal] = ACTIONS(2945), + [sym_rune_literal] = ACTIONS(2945), + [anon_sym_AT] = ACTIONS(2947), + [anon_sym_shared] = ACTIONS(2947), + [anon_sym_map_LBRACK] = ACTIONS(2945), + [anon_sym_chan] = ACTIONS(2947), + [anon_sym_thread] = ACTIONS(2947), + [anon_sym_atomic] = ACTIONS(2947), + [sym___double_quote] = ACTIONS(2945), + [sym___single_quote] = ACTIONS(2945), + [sym___c_double_quote] = ACTIONS(2945), + [sym___c_single_quote] = ACTIONS(2945), + [sym___r_double_quote] = ACTIONS(2945), + [sym___r_single_quote] = ACTIONS(2945), + }, + [1383] = { [sym_identifier] = ACTIONS(2943), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(2943), @@ -172190,13 +174329,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(2941), [anon_sym_GT_EQ] = ACTIONS(2941), [anon_sym_LBRACK] = ACTIONS(2941), + [anon_sym_LT2] = ACTIONS(2943), [anon_sym_RBRACK] = ACTIONS(2941), [anon_sym_struct] = ACTIONS(2943), [anon_sym_mut] = ACTIONS(2943), [anon_sym_PLUS_PLUS] = ACTIONS(2941), [anon_sym_DASH_DASH] = ACTIONS(2941), [anon_sym_QMARK] = ACTIONS(2943), - [anon_sym_BANG] = ACTIONS(3670), + [anon_sym_BANG] = ACTIONS(2943), [anon_sym_go] = ACTIONS(2943), [anon_sym_spawn] = ACTIONS(2943), [anon_sym_json_DOTdecode] = ACTIONS(2941), @@ -172235,1578 +174375,650 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_rune_literal] = ACTIONS(2941), [anon_sym_AT] = ACTIONS(2943), [anon_sym_shared] = ACTIONS(2943), - [anon_sym_map_LBRACK] = ACTIONS(2941), - [anon_sym_chan] = ACTIONS(2943), - [anon_sym_thread] = ACTIONS(2943), - [anon_sym_atomic] = ACTIONS(2943), - [sym___double_quote] = ACTIONS(2941), - [sym___single_quote] = ACTIONS(2941), - [sym___c_double_quote] = ACTIONS(2941), - [sym___c_single_quote] = ACTIONS(2941), - [sym___r_double_quote] = ACTIONS(2941), - [sym___r_single_quote] = ACTIONS(2941), - }, - [1366] = { - [sym_identifier] = ACTIONS(3069), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3069), - [anon_sym_as] = ACTIONS(3069), - [anon_sym_LBRACE] = ACTIONS(3067), - [anon_sym_COMMA] = ACTIONS(3067), - [anon_sym_LPAREN] = ACTIONS(3067), - [anon_sym_PIPE] = ACTIONS(3069), - [anon_sym_fn] = ACTIONS(3069), - [anon_sym_PLUS] = ACTIONS(3069), - [anon_sym_DASH] = ACTIONS(3069), - [anon_sym_STAR] = ACTIONS(3067), - [anon_sym_SLASH] = ACTIONS(3069), - [anon_sym_PERCENT] = ACTIONS(3067), - [anon_sym_LT] = ACTIONS(3069), - [anon_sym_GT] = ACTIONS(3069), - [anon_sym_EQ_EQ] = ACTIONS(3067), - [anon_sym_BANG_EQ] = ACTIONS(3067), - [anon_sym_LT_EQ] = ACTIONS(3067), - [anon_sym_GT_EQ] = ACTIONS(3067), - [anon_sym_LBRACK] = ACTIONS(3067), - [anon_sym_RBRACK] = ACTIONS(3067), - [anon_sym_struct] = ACTIONS(3069), - [anon_sym_mut] = ACTIONS(3069), - [anon_sym_PLUS_PLUS] = ACTIONS(3067), - [anon_sym_DASH_DASH] = ACTIONS(3067), - [anon_sym_QMARK] = ACTIONS(3069), - [anon_sym_BANG] = ACTIONS(3069), - [anon_sym_go] = ACTIONS(3069), - [anon_sym_spawn] = ACTIONS(3069), - [anon_sym_json_DOTdecode] = ACTIONS(3067), - [anon_sym_LBRACK2] = ACTIONS(3069), - [anon_sym_TILDE] = ACTIONS(3067), - [anon_sym_CARET] = ACTIONS(3067), - [anon_sym_AMP] = ACTIONS(3069), - [anon_sym_LT_DASH] = ACTIONS(3067), - [anon_sym_LT_LT] = ACTIONS(3067), - [anon_sym_GT_GT] = ACTIONS(3069), - [anon_sym_GT_GT_GT] = ACTIONS(3067), - [anon_sym_AMP_CARET] = ACTIONS(3067), - [anon_sym_AMP_AMP] = ACTIONS(3067), - [anon_sym_PIPE_PIPE] = ACTIONS(3067), - [anon_sym_or] = ACTIONS(3069), - [sym_none] = ACTIONS(3069), - [sym_true] = ACTIONS(3069), - [sym_false] = ACTIONS(3069), - [sym_nil] = ACTIONS(3069), - [anon_sym_QMARK_DOT] = ACTIONS(3067), - [anon_sym_POUND_LBRACK] = ACTIONS(3067), - [anon_sym_if] = ACTIONS(3069), - [anon_sym_DOLLARif] = ACTIONS(3069), - [anon_sym_is] = ACTIONS(3069), - [anon_sym_BANGis] = ACTIONS(3067), - [anon_sym_in] = ACTIONS(3069), - [anon_sym_BANGin] = ACTIONS(3067), - [anon_sym_match] = ACTIONS(3069), - [anon_sym_select] = ACTIONS(3069), - [anon_sym_lock] = ACTIONS(3069), - [anon_sym_rlock] = ACTIONS(3069), - [anon_sym_unsafe] = ACTIONS(3069), - [anon_sym_sql] = ACTIONS(3069), - [sym_int_literal] = ACTIONS(3069), - [sym_float_literal] = ACTIONS(3067), - [sym_rune_literal] = ACTIONS(3067), - [anon_sym_AT] = ACTIONS(3069), - [anon_sym_shared] = ACTIONS(3069), - [anon_sym_map_LBRACK] = ACTIONS(3067), - [anon_sym_chan] = ACTIONS(3069), - [anon_sym_thread] = ACTIONS(3069), - [anon_sym_atomic] = ACTIONS(3069), - [sym___double_quote] = ACTIONS(3067), - [sym___single_quote] = ACTIONS(3067), - [sym___c_double_quote] = ACTIONS(3067), - [sym___c_single_quote] = ACTIONS(3067), - [sym___r_double_quote] = ACTIONS(3067), - [sym___r_single_quote] = ACTIONS(3067), - }, - [1367] = { - [sym_identifier] = ACTIONS(2959), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2959), - [anon_sym_as] = ACTIONS(2959), - [anon_sym_LBRACE] = ACTIONS(2957), - [anon_sym_COMMA] = ACTIONS(2957), - [anon_sym_LPAREN] = ACTIONS(2957), - [anon_sym_PIPE] = ACTIONS(2959), - [anon_sym_fn] = ACTIONS(2959), - [anon_sym_PLUS] = ACTIONS(2959), - [anon_sym_DASH] = ACTIONS(2959), - [anon_sym_STAR] = ACTIONS(2957), - [anon_sym_SLASH] = ACTIONS(2959), - [anon_sym_PERCENT] = ACTIONS(2957), - [anon_sym_LT] = ACTIONS(2959), - [anon_sym_GT] = ACTIONS(2959), - [anon_sym_EQ_EQ] = ACTIONS(2957), - [anon_sym_BANG_EQ] = ACTIONS(2957), - [anon_sym_LT_EQ] = ACTIONS(2957), - [anon_sym_GT_EQ] = ACTIONS(2957), - [anon_sym_LBRACK] = ACTIONS(2957), - [anon_sym_RBRACK] = ACTIONS(2957), - [anon_sym_struct] = ACTIONS(2959), - [anon_sym_mut] = ACTIONS(2959), - [anon_sym_PLUS_PLUS] = ACTIONS(2957), - [anon_sym_DASH_DASH] = ACTIONS(2957), - [anon_sym_QMARK] = ACTIONS(2959), - [anon_sym_BANG] = ACTIONS(2959), - [anon_sym_go] = ACTIONS(2959), - [anon_sym_spawn] = ACTIONS(2959), - [anon_sym_json_DOTdecode] = ACTIONS(2957), - [anon_sym_LBRACK2] = ACTIONS(2959), - [anon_sym_TILDE] = ACTIONS(2957), - [anon_sym_CARET] = ACTIONS(2957), - [anon_sym_AMP] = ACTIONS(2959), - [anon_sym_LT_DASH] = ACTIONS(2957), - [anon_sym_LT_LT] = ACTIONS(2957), - [anon_sym_GT_GT] = ACTIONS(2959), - [anon_sym_GT_GT_GT] = ACTIONS(2957), - [anon_sym_AMP_CARET] = ACTIONS(2957), - [anon_sym_AMP_AMP] = ACTIONS(2957), - [anon_sym_PIPE_PIPE] = ACTIONS(2957), - [anon_sym_or] = ACTIONS(2959), - [sym_none] = ACTIONS(2959), - [sym_true] = ACTIONS(2959), - [sym_false] = ACTIONS(2959), - [sym_nil] = ACTIONS(2959), - [anon_sym_QMARK_DOT] = ACTIONS(2957), - [anon_sym_POUND_LBRACK] = ACTIONS(2957), - [anon_sym_if] = ACTIONS(2959), - [anon_sym_DOLLARif] = ACTIONS(2959), - [anon_sym_is] = ACTIONS(2959), - [anon_sym_BANGis] = ACTIONS(2957), - [anon_sym_in] = ACTIONS(2959), - [anon_sym_BANGin] = ACTIONS(2957), - [anon_sym_match] = ACTIONS(2959), - [anon_sym_select] = ACTIONS(2959), - [anon_sym_lock] = ACTIONS(2959), - [anon_sym_rlock] = ACTIONS(2959), - [anon_sym_unsafe] = ACTIONS(2959), - [anon_sym_sql] = ACTIONS(2959), - [sym_int_literal] = ACTIONS(2959), - [sym_float_literal] = ACTIONS(2957), - [sym_rune_literal] = ACTIONS(2957), - [anon_sym_AT] = ACTIONS(2959), - [anon_sym_shared] = ACTIONS(2959), - [anon_sym_map_LBRACK] = ACTIONS(2957), - [anon_sym_chan] = ACTIONS(2959), - [anon_sym_thread] = ACTIONS(2959), - [anon_sym_atomic] = ACTIONS(2959), - [sym___double_quote] = ACTIONS(2957), - [sym___single_quote] = ACTIONS(2957), - [sym___c_double_quote] = ACTIONS(2957), - [sym___c_single_quote] = ACTIONS(2957), - [sym___r_double_quote] = ACTIONS(2957), - [sym___r_single_quote] = ACTIONS(2957), - }, - [1368] = { - [sym_identifier] = ACTIONS(2967), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2967), - [anon_sym_as] = ACTIONS(2967), - [anon_sym_LBRACE] = ACTIONS(2965), - [anon_sym_COMMA] = ACTIONS(2965), - [anon_sym_LPAREN] = ACTIONS(2965), - [anon_sym_PIPE] = ACTIONS(2967), - [anon_sym_fn] = ACTIONS(2967), - [anon_sym_PLUS] = ACTIONS(2967), - [anon_sym_DASH] = ACTIONS(2967), - [anon_sym_STAR] = ACTIONS(2965), - [anon_sym_SLASH] = ACTIONS(2967), - [anon_sym_PERCENT] = ACTIONS(2965), - [anon_sym_LT] = ACTIONS(2967), - [anon_sym_GT] = ACTIONS(2967), - [anon_sym_EQ_EQ] = ACTIONS(2965), - [anon_sym_BANG_EQ] = ACTIONS(2965), - [anon_sym_LT_EQ] = ACTIONS(2965), - [anon_sym_GT_EQ] = ACTIONS(2965), - [anon_sym_LBRACK] = ACTIONS(2965), - [anon_sym_RBRACK] = ACTIONS(2965), - [anon_sym_struct] = ACTIONS(2967), - [anon_sym_mut] = ACTIONS(2967), - [anon_sym_PLUS_PLUS] = ACTIONS(2965), - [anon_sym_DASH_DASH] = ACTIONS(2965), - [anon_sym_QMARK] = ACTIONS(2967), - [anon_sym_BANG] = ACTIONS(2967), - [anon_sym_go] = ACTIONS(2967), - [anon_sym_spawn] = ACTIONS(2967), - [anon_sym_json_DOTdecode] = ACTIONS(2965), - [anon_sym_LBRACK2] = ACTIONS(2967), - [anon_sym_TILDE] = ACTIONS(2965), - [anon_sym_CARET] = ACTIONS(2965), - [anon_sym_AMP] = ACTIONS(2967), - [anon_sym_LT_DASH] = ACTIONS(2965), - [anon_sym_LT_LT] = ACTIONS(2965), - [anon_sym_GT_GT] = ACTIONS(2967), - [anon_sym_GT_GT_GT] = ACTIONS(2965), - [anon_sym_AMP_CARET] = ACTIONS(2965), - [anon_sym_AMP_AMP] = ACTIONS(2965), - [anon_sym_PIPE_PIPE] = ACTIONS(2965), - [anon_sym_or] = ACTIONS(2967), - [sym_none] = ACTIONS(2967), - [sym_true] = ACTIONS(2967), - [sym_false] = ACTIONS(2967), - [sym_nil] = ACTIONS(2967), - [anon_sym_QMARK_DOT] = ACTIONS(2965), - [anon_sym_POUND_LBRACK] = ACTIONS(2965), - [anon_sym_if] = ACTIONS(2967), - [anon_sym_DOLLARif] = ACTIONS(2967), - [anon_sym_is] = ACTIONS(2967), - [anon_sym_BANGis] = ACTIONS(2965), - [anon_sym_in] = ACTIONS(2967), - [anon_sym_BANGin] = ACTIONS(2965), - [anon_sym_match] = ACTIONS(2967), - [anon_sym_select] = ACTIONS(2967), - [anon_sym_lock] = ACTIONS(2967), - [anon_sym_rlock] = ACTIONS(2967), - [anon_sym_unsafe] = ACTIONS(2967), - [anon_sym_sql] = ACTIONS(2967), - [sym_int_literal] = ACTIONS(2967), - [sym_float_literal] = ACTIONS(2965), - [sym_rune_literal] = ACTIONS(2965), - [anon_sym_AT] = ACTIONS(2967), - [anon_sym_shared] = ACTIONS(2967), - [anon_sym_map_LBRACK] = ACTIONS(2965), - [anon_sym_chan] = ACTIONS(2967), - [anon_sym_thread] = ACTIONS(2967), - [anon_sym_atomic] = ACTIONS(2967), - [sym___double_quote] = ACTIONS(2965), - [sym___single_quote] = ACTIONS(2965), - [sym___c_double_quote] = ACTIONS(2965), - [sym___c_single_quote] = ACTIONS(2965), - [sym___r_double_quote] = ACTIONS(2965), - [sym___r_single_quote] = ACTIONS(2965), - }, - [1369] = { - [sym_identifier] = ACTIONS(2997), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2997), - [anon_sym_as] = ACTIONS(2997), - [anon_sym_LBRACE] = ACTIONS(2995), - [anon_sym_COMMA] = ACTIONS(2995), - [anon_sym_LPAREN] = ACTIONS(2995), - [anon_sym_PIPE] = ACTIONS(2997), - [anon_sym_fn] = ACTIONS(2997), - [anon_sym_PLUS] = ACTIONS(2997), - [anon_sym_DASH] = ACTIONS(2997), - [anon_sym_STAR] = ACTIONS(2995), - [anon_sym_SLASH] = ACTIONS(2997), - [anon_sym_PERCENT] = ACTIONS(2995), - [anon_sym_LT] = ACTIONS(2997), - [anon_sym_GT] = ACTIONS(2997), - [anon_sym_EQ_EQ] = ACTIONS(2995), - [anon_sym_BANG_EQ] = ACTIONS(2995), - [anon_sym_LT_EQ] = ACTIONS(2995), - [anon_sym_GT_EQ] = ACTIONS(2995), - [anon_sym_LBRACK] = ACTIONS(2995), - [anon_sym_RBRACK] = ACTIONS(2995), - [anon_sym_struct] = ACTIONS(2997), - [anon_sym_mut] = ACTIONS(2997), - [anon_sym_PLUS_PLUS] = ACTIONS(2995), - [anon_sym_DASH_DASH] = ACTIONS(2995), - [anon_sym_QMARK] = ACTIONS(2997), - [anon_sym_BANG] = ACTIONS(2997), - [anon_sym_go] = ACTIONS(2997), - [anon_sym_spawn] = ACTIONS(2997), - [anon_sym_json_DOTdecode] = ACTIONS(2995), - [anon_sym_LBRACK2] = ACTIONS(2997), - [anon_sym_TILDE] = ACTIONS(2995), - [anon_sym_CARET] = ACTIONS(2995), - [anon_sym_AMP] = ACTIONS(2997), - [anon_sym_LT_DASH] = ACTIONS(2995), - [anon_sym_LT_LT] = ACTIONS(2995), - [anon_sym_GT_GT] = ACTIONS(2997), - [anon_sym_GT_GT_GT] = ACTIONS(2995), - [anon_sym_AMP_CARET] = ACTIONS(2995), - [anon_sym_AMP_AMP] = ACTIONS(2995), - [anon_sym_PIPE_PIPE] = ACTIONS(2995), - [anon_sym_or] = ACTIONS(2997), - [sym_none] = ACTIONS(2997), - [sym_true] = ACTIONS(2997), - [sym_false] = ACTIONS(2997), - [sym_nil] = ACTIONS(2997), - [anon_sym_QMARK_DOT] = ACTIONS(2995), - [anon_sym_POUND_LBRACK] = ACTIONS(2995), - [anon_sym_if] = ACTIONS(2997), - [anon_sym_DOLLARif] = ACTIONS(2997), - [anon_sym_is] = ACTIONS(2997), - [anon_sym_BANGis] = ACTIONS(2995), - [anon_sym_in] = ACTIONS(2997), - [anon_sym_BANGin] = ACTIONS(2995), - [anon_sym_match] = ACTIONS(2997), - [anon_sym_select] = ACTIONS(2997), - [anon_sym_lock] = ACTIONS(2997), - [anon_sym_rlock] = ACTIONS(2997), - [anon_sym_unsafe] = ACTIONS(2997), - [anon_sym_sql] = ACTIONS(2997), - [sym_int_literal] = ACTIONS(2997), - [sym_float_literal] = ACTIONS(2995), - [sym_rune_literal] = ACTIONS(2995), - [anon_sym_AT] = ACTIONS(2997), - [anon_sym_shared] = ACTIONS(2997), - [anon_sym_map_LBRACK] = ACTIONS(2995), - [anon_sym_chan] = ACTIONS(2997), - [anon_sym_thread] = ACTIONS(2997), - [anon_sym_atomic] = ACTIONS(2997), - [sym___double_quote] = ACTIONS(2995), - [sym___single_quote] = ACTIONS(2995), - [sym___c_double_quote] = ACTIONS(2995), - [sym___c_single_quote] = ACTIONS(2995), - [sym___r_double_quote] = ACTIONS(2995), - [sym___r_single_quote] = ACTIONS(2995), - }, - [1370] = { - [sym_identifier] = ACTIONS(2985), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2985), - [anon_sym_as] = ACTIONS(2985), - [anon_sym_LBRACE] = ACTIONS(2983), - [anon_sym_COMMA] = ACTIONS(2983), - [anon_sym_LPAREN] = ACTIONS(2983), - [anon_sym_PIPE] = ACTIONS(2985), - [anon_sym_fn] = ACTIONS(2985), - [anon_sym_PLUS] = ACTIONS(2985), - [anon_sym_DASH] = ACTIONS(2985), - [anon_sym_STAR] = ACTIONS(2983), - [anon_sym_SLASH] = ACTIONS(2985), - [anon_sym_PERCENT] = ACTIONS(2983), - [anon_sym_LT] = ACTIONS(2985), - [anon_sym_GT] = ACTIONS(2985), - [anon_sym_EQ_EQ] = ACTIONS(2983), - [anon_sym_BANG_EQ] = ACTIONS(2983), - [anon_sym_LT_EQ] = ACTIONS(2983), - [anon_sym_GT_EQ] = ACTIONS(2983), - [anon_sym_LBRACK] = ACTIONS(2983), - [anon_sym_RBRACK] = ACTIONS(2983), - [anon_sym_struct] = ACTIONS(2985), - [anon_sym_mut] = ACTIONS(2985), - [anon_sym_PLUS_PLUS] = ACTIONS(2983), - [anon_sym_DASH_DASH] = ACTIONS(2983), - [anon_sym_QMARK] = ACTIONS(2985), - [anon_sym_BANG] = ACTIONS(2985), - [anon_sym_go] = ACTIONS(2985), - [anon_sym_spawn] = ACTIONS(2985), - [anon_sym_json_DOTdecode] = ACTIONS(2983), - [anon_sym_LBRACK2] = ACTIONS(2985), - [anon_sym_TILDE] = ACTIONS(2983), - [anon_sym_CARET] = ACTIONS(2983), - [anon_sym_AMP] = ACTIONS(2985), - [anon_sym_LT_DASH] = ACTIONS(2983), - [anon_sym_LT_LT] = ACTIONS(2983), - [anon_sym_GT_GT] = ACTIONS(2985), - [anon_sym_GT_GT_GT] = ACTIONS(2983), - [anon_sym_AMP_CARET] = ACTIONS(2983), - [anon_sym_AMP_AMP] = ACTIONS(2983), - [anon_sym_PIPE_PIPE] = ACTIONS(2983), - [anon_sym_or] = ACTIONS(2985), - [sym_none] = ACTIONS(2985), - [sym_true] = ACTIONS(2985), - [sym_false] = ACTIONS(2985), - [sym_nil] = ACTIONS(2985), - [anon_sym_QMARK_DOT] = ACTIONS(2983), - [anon_sym_POUND_LBRACK] = ACTIONS(2983), - [anon_sym_if] = ACTIONS(2985), - [anon_sym_DOLLARif] = ACTIONS(2985), - [anon_sym_is] = ACTIONS(2985), - [anon_sym_BANGis] = ACTIONS(2983), - [anon_sym_in] = ACTIONS(2985), - [anon_sym_BANGin] = ACTIONS(2983), - [anon_sym_match] = ACTIONS(2985), - [anon_sym_select] = ACTIONS(2985), - [anon_sym_lock] = ACTIONS(2985), - [anon_sym_rlock] = ACTIONS(2985), - [anon_sym_unsafe] = ACTIONS(2985), - [anon_sym_sql] = ACTIONS(2985), - [sym_int_literal] = ACTIONS(2985), - [sym_float_literal] = ACTIONS(2983), - [sym_rune_literal] = ACTIONS(2983), - [anon_sym_AT] = ACTIONS(2985), - [anon_sym_shared] = ACTIONS(2985), - [anon_sym_map_LBRACK] = ACTIONS(2983), - [anon_sym_chan] = ACTIONS(2985), - [anon_sym_thread] = ACTIONS(2985), - [anon_sym_atomic] = ACTIONS(2985), - [sym___double_quote] = ACTIONS(2983), - [sym___single_quote] = ACTIONS(2983), - [sym___c_double_quote] = ACTIONS(2983), - [sym___c_single_quote] = ACTIONS(2983), - [sym___r_double_quote] = ACTIONS(2983), - [sym___r_single_quote] = ACTIONS(2983), - }, - [1371] = { - [sym_identifier] = ACTIONS(3005), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3005), - [anon_sym_as] = ACTIONS(3005), - [anon_sym_LBRACE] = ACTIONS(3003), - [anon_sym_COMMA] = ACTIONS(3003), - [anon_sym_LPAREN] = ACTIONS(3003), - [anon_sym_PIPE] = ACTIONS(3005), - [anon_sym_fn] = ACTIONS(3005), - [anon_sym_PLUS] = ACTIONS(3005), - [anon_sym_DASH] = ACTIONS(3005), - [anon_sym_STAR] = ACTIONS(3003), - [anon_sym_SLASH] = ACTIONS(3005), - [anon_sym_PERCENT] = ACTIONS(3003), - [anon_sym_LT] = ACTIONS(3005), - [anon_sym_GT] = ACTIONS(3005), - [anon_sym_EQ_EQ] = ACTIONS(3003), - [anon_sym_BANG_EQ] = ACTIONS(3003), - [anon_sym_LT_EQ] = ACTIONS(3003), - [anon_sym_GT_EQ] = ACTIONS(3003), - [anon_sym_LBRACK] = ACTIONS(3003), - [anon_sym_RBRACK] = ACTIONS(3003), - [anon_sym_struct] = ACTIONS(3005), - [anon_sym_mut] = ACTIONS(3005), - [anon_sym_PLUS_PLUS] = ACTIONS(3003), - [anon_sym_DASH_DASH] = ACTIONS(3003), - [anon_sym_QMARK] = ACTIONS(3005), - [anon_sym_BANG] = ACTIONS(3005), - [anon_sym_go] = ACTIONS(3005), - [anon_sym_spawn] = ACTIONS(3005), - [anon_sym_json_DOTdecode] = ACTIONS(3003), - [anon_sym_LBRACK2] = ACTIONS(3005), - [anon_sym_TILDE] = ACTIONS(3003), - [anon_sym_CARET] = ACTIONS(3003), - [anon_sym_AMP] = ACTIONS(3005), - [anon_sym_LT_DASH] = ACTIONS(3003), - [anon_sym_LT_LT] = ACTIONS(3003), - [anon_sym_GT_GT] = ACTIONS(3005), - [anon_sym_GT_GT_GT] = ACTIONS(3003), - [anon_sym_AMP_CARET] = ACTIONS(3003), - [anon_sym_AMP_AMP] = ACTIONS(3003), - [anon_sym_PIPE_PIPE] = ACTIONS(3003), - [anon_sym_or] = ACTIONS(3005), - [sym_none] = ACTIONS(3005), - [sym_true] = ACTIONS(3005), - [sym_false] = ACTIONS(3005), - [sym_nil] = ACTIONS(3005), - [anon_sym_QMARK_DOT] = ACTIONS(3003), - [anon_sym_POUND_LBRACK] = ACTIONS(3003), - [anon_sym_if] = ACTIONS(3005), - [anon_sym_DOLLARif] = ACTIONS(3005), - [anon_sym_is] = ACTIONS(3005), - [anon_sym_BANGis] = ACTIONS(3003), - [anon_sym_in] = ACTIONS(3005), - [anon_sym_BANGin] = ACTIONS(3003), - [anon_sym_match] = ACTIONS(3005), - [anon_sym_select] = ACTIONS(3005), - [anon_sym_lock] = ACTIONS(3005), - [anon_sym_rlock] = ACTIONS(3005), - [anon_sym_unsafe] = ACTIONS(3005), - [anon_sym_sql] = ACTIONS(3005), - [sym_int_literal] = ACTIONS(3005), - [sym_float_literal] = ACTIONS(3003), - [sym_rune_literal] = ACTIONS(3003), - [anon_sym_AT] = ACTIONS(3005), - [anon_sym_shared] = ACTIONS(3005), - [anon_sym_map_LBRACK] = ACTIONS(3003), - [anon_sym_chan] = ACTIONS(3005), - [anon_sym_thread] = ACTIONS(3005), - [anon_sym_atomic] = ACTIONS(3005), - [sym___double_quote] = ACTIONS(3003), - [sym___single_quote] = ACTIONS(3003), - [sym___c_double_quote] = ACTIONS(3003), - [sym___c_single_quote] = ACTIONS(3003), - [sym___r_double_quote] = ACTIONS(3003), - [sym___r_single_quote] = ACTIONS(3003), - }, - [1372] = { - [sym_identifier] = ACTIONS(2981), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2981), - [anon_sym_as] = ACTIONS(2981), - [anon_sym_LBRACE] = ACTIONS(2979), - [anon_sym_COMMA] = ACTIONS(2979), - [anon_sym_LPAREN] = ACTIONS(2979), - [anon_sym_PIPE] = ACTIONS(2981), - [anon_sym_fn] = ACTIONS(2981), - [anon_sym_PLUS] = ACTIONS(2981), - [anon_sym_DASH] = ACTIONS(2981), - [anon_sym_STAR] = ACTIONS(2979), - [anon_sym_SLASH] = ACTIONS(2981), - [anon_sym_PERCENT] = ACTIONS(2979), - [anon_sym_LT] = ACTIONS(2981), - [anon_sym_GT] = ACTIONS(2981), - [anon_sym_EQ_EQ] = ACTIONS(2979), - [anon_sym_BANG_EQ] = ACTIONS(2979), - [anon_sym_LT_EQ] = ACTIONS(2979), - [anon_sym_GT_EQ] = ACTIONS(2979), - [anon_sym_LBRACK] = ACTIONS(2979), - [anon_sym_RBRACK] = ACTIONS(2979), - [anon_sym_struct] = ACTIONS(2981), - [anon_sym_mut] = ACTIONS(2981), - [anon_sym_PLUS_PLUS] = ACTIONS(2979), - [anon_sym_DASH_DASH] = ACTIONS(2979), - [anon_sym_QMARK] = ACTIONS(2981), - [anon_sym_BANG] = ACTIONS(2981), - [anon_sym_go] = ACTIONS(2981), - [anon_sym_spawn] = ACTIONS(2981), - [anon_sym_json_DOTdecode] = ACTIONS(2979), - [anon_sym_LBRACK2] = ACTIONS(2981), - [anon_sym_TILDE] = ACTIONS(2979), - [anon_sym_CARET] = ACTIONS(2979), - [anon_sym_AMP] = ACTIONS(2981), - [anon_sym_LT_DASH] = ACTIONS(2979), - [anon_sym_LT_LT] = ACTIONS(2979), - [anon_sym_GT_GT] = ACTIONS(2981), - [anon_sym_GT_GT_GT] = ACTIONS(2979), - [anon_sym_AMP_CARET] = ACTIONS(2979), - [anon_sym_AMP_AMP] = ACTIONS(2979), - [anon_sym_PIPE_PIPE] = ACTIONS(2979), - [anon_sym_or] = ACTIONS(2981), - [sym_none] = ACTIONS(2981), - [sym_true] = ACTIONS(2981), - [sym_false] = ACTIONS(2981), - [sym_nil] = ACTIONS(2981), - [anon_sym_QMARK_DOT] = ACTIONS(2979), - [anon_sym_POUND_LBRACK] = ACTIONS(2979), - [anon_sym_if] = ACTIONS(2981), - [anon_sym_DOLLARif] = ACTIONS(2981), - [anon_sym_is] = ACTIONS(2981), - [anon_sym_BANGis] = ACTIONS(2979), - [anon_sym_in] = ACTIONS(2981), - [anon_sym_BANGin] = ACTIONS(2979), - [anon_sym_match] = ACTIONS(2981), - [anon_sym_select] = ACTIONS(2981), - [anon_sym_lock] = ACTIONS(2981), - [anon_sym_rlock] = ACTIONS(2981), - [anon_sym_unsafe] = ACTIONS(2981), - [anon_sym_sql] = ACTIONS(2981), - [sym_int_literal] = ACTIONS(2981), - [sym_float_literal] = ACTIONS(2979), - [sym_rune_literal] = ACTIONS(2979), - [anon_sym_AT] = ACTIONS(2981), - [anon_sym_shared] = ACTIONS(2981), - [anon_sym_map_LBRACK] = ACTIONS(2979), - [anon_sym_chan] = ACTIONS(2981), - [anon_sym_thread] = ACTIONS(2981), - [anon_sym_atomic] = ACTIONS(2981), - [sym___double_quote] = ACTIONS(2979), - [sym___single_quote] = ACTIONS(2979), - [sym___c_double_quote] = ACTIONS(2979), - [sym___c_single_quote] = ACTIONS(2979), - [sym___r_double_quote] = ACTIONS(2979), - [sym___r_single_quote] = ACTIONS(2979), - }, - [1373] = { - [sym_reference_expression] = STATE(4566), - [sym_type_reference_expression] = STATE(2159), - [sym_plain_type] = STATE(2168), - [sym__plain_type_without_special] = STATE(2184), - [sym_anon_struct_type] = STATE(2185), - [sym_multi_return_type] = STATE(2184), - [sym_result_type] = STATE(2184), - [sym_option_type] = STATE(2184), - [sym_qualified_type] = STATE(2159), - [sym_fixed_array_type] = STATE(2185), - [sym_array_type] = STATE(2185), - [sym_pointer_type] = STATE(2185), - [sym_wrong_pointer_type] = STATE(2185), - [sym_map_type] = STATE(2185), - [sym_channel_type] = STATE(2185), - [sym_shared_type] = STATE(2185), - [sym_thread_type] = STATE(2185), - [sym_atomic_type] = STATE(2185), - [sym_generic_type] = STATE(2185), - [sym_function_type] = STATE(2185), - [sym_identifier] = ACTIONS(3672), - [anon_sym_LF] = ACTIONS(589), - [anon_sym_CR] = ACTIONS(589), - [anon_sym_CR_LF] = ACTIONS(589), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(589), - [anon_sym_DOT] = ACTIONS(589), - [anon_sym_as] = ACTIONS(589), - [anon_sym_COMMA] = ACTIONS(589), - [anon_sym_RBRACE] = ACTIONS(589), - [anon_sym_LPAREN] = ACTIONS(3674), - [anon_sym___global] = ACTIONS(589), - [anon_sym_PIPE] = ACTIONS(589), - [anon_sym_fn] = ACTIONS(3676), - [anon_sym_PLUS] = ACTIONS(589), - [anon_sym_DASH] = ACTIONS(589), - [anon_sym_STAR] = ACTIONS(3678), - [anon_sym_SLASH] = ACTIONS(589), - [anon_sym_PERCENT] = ACTIONS(589), - [anon_sym_LT] = ACTIONS(589), - [anon_sym_GT] = ACTIONS(589), - [anon_sym_EQ_EQ] = ACTIONS(589), - [anon_sym_BANG_EQ] = ACTIONS(589), - [anon_sym_LT_EQ] = ACTIONS(589), - [anon_sym_GT_EQ] = ACTIONS(589), - [anon_sym_DOT_DOT_DOT] = ACTIONS(589), - [anon_sym_LBRACK] = ACTIONS(587), - [anon_sym_struct] = ACTIONS(3680), - [anon_sym_pub] = ACTIONS(589), - [anon_sym_mut] = ACTIONS(589), - [anon_sym_PLUS_PLUS] = ACTIONS(589), - [anon_sym_DASH_DASH] = ACTIONS(589), - [anon_sym_QMARK] = ACTIONS(3682), - [anon_sym_BANG] = ACTIONS(3684), - [anon_sym_LBRACK2] = ACTIONS(3686), - [anon_sym_CARET] = ACTIONS(589), - [anon_sym_AMP] = ACTIONS(3688), - [anon_sym_LT_LT] = ACTIONS(589), - [anon_sym_GT_GT] = ACTIONS(589), - [anon_sym_GT_GT_GT] = ACTIONS(589), - [anon_sym_AMP_CARET] = ACTIONS(589), - [anon_sym_AMP_AMP] = ACTIONS(589), - [anon_sym_PIPE_PIPE] = ACTIONS(589), - [anon_sym_or] = ACTIONS(589), - [anon_sym_QMARK_DOT] = ACTIONS(589), - [anon_sym_POUND_LBRACK] = ACTIONS(589), - [anon_sym_is] = ACTIONS(589), - [anon_sym_BANGis] = ACTIONS(589), - [anon_sym_in] = ACTIONS(589), - [anon_sym_BANGin] = ACTIONS(589), - [anon_sym_shared] = ACTIONS(3690), - [anon_sym_map_LBRACK] = ACTIONS(3692), - [anon_sym_chan] = ACTIONS(3694), - [anon_sym_thread] = ACTIONS(3696), - [anon_sym_atomic] = ACTIONS(3698), - [anon_sym_AT_LBRACK] = ACTIONS(589), - }, - [1374] = { - [sym_identifier] = ACTIONS(2792), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2792), - [anon_sym_as] = ACTIONS(2792), - [anon_sym_LBRACE] = ACTIONS(2790), - [anon_sym_COMMA] = ACTIONS(2790), - [anon_sym_LPAREN] = ACTIONS(2790), - [anon_sym_PIPE] = ACTIONS(2792), - [anon_sym_fn] = ACTIONS(2792), - [anon_sym_PLUS] = ACTIONS(2792), - [anon_sym_DASH] = ACTIONS(2792), - [anon_sym_STAR] = ACTIONS(2790), - [anon_sym_SLASH] = ACTIONS(2792), - [anon_sym_PERCENT] = ACTIONS(2790), - [anon_sym_LT] = ACTIONS(2792), - [anon_sym_GT] = ACTIONS(2792), - [anon_sym_EQ_EQ] = ACTIONS(2790), - [anon_sym_BANG_EQ] = ACTIONS(2790), - [anon_sym_LT_EQ] = ACTIONS(2790), - [anon_sym_GT_EQ] = ACTIONS(2790), - [anon_sym_LBRACK] = ACTIONS(2790), - [anon_sym_RBRACK] = ACTIONS(2790), - [anon_sym_struct] = ACTIONS(2792), - [anon_sym_mut] = ACTIONS(2792), - [anon_sym_PLUS_PLUS] = ACTIONS(2790), - [anon_sym_DASH_DASH] = ACTIONS(2790), - [anon_sym_QMARK] = ACTIONS(2792), - [anon_sym_BANG] = ACTIONS(2792), - [anon_sym_go] = ACTIONS(2792), - [anon_sym_spawn] = ACTIONS(2792), - [anon_sym_json_DOTdecode] = ACTIONS(2790), - [anon_sym_LBRACK2] = ACTIONS(2792), - [anon_sym_TILDE] = ACTIONS(2790), - [anon_sym_CARET] = ACTIONS(2790), - [anon_sym_AMP] = ACTIONS(2792), - [anon_sym_LT_DASH] = ACTIONS(2790), - [anon_sym_LT_LT] = ACTIONS(2790), - [anon_sym_GT_GT] = ACTIONS(2792), - [anon_sym_GT_GT_GT] = ACTIONS(2790), - [anon_sym_AMP_CARET] = ACTIONS(2790), - [anon_sym_AMP_AMP] = ACTIONS(2790), - [anon_sym_PIPE_PIPE] = ACTIONS(2790), - [anon_sym_or] = ACTIONS(2792), - [sym_none] = ACTIONS(2792), - [sym_true] = ACTIONS(2792), - [sym_false] = ACTIONS(2792), - [sym_nil] = ACTIONS(2792), - [anon_sym_QMARK_DOT] = ACTIONS(2790), - [anon_sym_POUND_LBRACK] = ACTIONS(2790), - [anon_sym_if] = ACTIONS(2792), - [anon_sym_DOLLARif] = ACTIONS(2792), - [anon_sym_is] = ACTIONS(2792), - [anon_sym_BANGis] = ACTIONS(2790), - [anon_sym_in] = ACTIONS(2792), - [anon_sym_BANGin] = ACTIONS(2790), - [anon_sym_match] = ACTIONS(2792), - [anon_sym_select] = ACTIONS(2792), - [anon_sym_lock] = ACTIONS(2792), - [anon_sym_rlock] = ACTIONS(2792), - [anon_sym_unsafe] = ACTIONS(2792), - [anon_sym_sql] = ACTIONS(2792), - [sym_int_literal] = ACTIONS(2792), - [sym_float_literal] = ACTIONS(2790), - [sym_rune_literal] = ACTIONS(2790), - [anon_sym_AT] = ACTIONS(2792), - [anon_sym_shared] = ACTIONS(2792), - [anon_sym_map_LBRACK] = ACTIONS(2790), - [anon_sym_chan] = ACTIONS(2792), - [anon_sym_thread] = ACTIONS(2792), - [anon_sym_atomic] = ACTIONS(2792), - [sym___double_quote] = ACTIONS(2790), - [sym___single_quote] = ACTIONS(2790), - [sym___c_double_quote] = ACTIONS(2790), - [sym___c_single_quote] = ACTIONS(2790), - [sym___r_double_quote] = ACTIONS(2790), - [sym___r_single_quote] = ACTIONS(2790), - }, - [1375] = { - [sym_identifier] = ACTIONS(2836), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2836), - [anon_sym_as] = ACTIONS(2836), - [anon_sym_LBRACE] = ACTIONS(2834), - [anon_sym_COMMA] = ACTIONS(2834), - [anon_sym_LPAREN] = ACTIONS(2834), - [anon_sym_PIPE] = ACTIONS(2836), - [anon_sym_fn] = ACTIONS(2836), - [anon_sym_PLUS] = ACTIONS(2836), - [anon_sym_DASH] = ACTIONS(2836), - [anon_sym_STAR] = ACTIONS(2834), - [anon_sym_SLASH] = ACTIONS(2836), - [anon_sym_PERCENT] = ACTIONS(2834), - [anon_sym_LT] = ACTIONS(2836), - [anon_sym_GT] = ACTIONS(2836), - [anon_sym_EQ_EQ] = ACTIONS(2834), - [anon_sym_BANG_EQ] = ACTIONS(2834), - [anon_sym_LT_EQ] = ACTIONS(2834), - [anon_sym_GT_EQ] = ACTIONS(2834), - [anon_sym_LBRACK] = ACTIONS(2834), - [anon_sym_RBRACK] = ACTIONS(2834), - [anon_sym_struct] = ACTIONS(2836), - [anon_sym_mut] = ACTIONS(2836), - [anon_sym_PLUS_PLUS] = ACTIONS(2834), - [anon_sym_DASH_DASH] = ACTIONS(2834), - [anon_sym_QMARK] = ACTIONS(2836), - [anon_sym_BANG] = ACTIONS(2836), - [anon_sym_go] = ACTIONS(2836), - [anon_sym_spawn] = ACTIONS(2836), - [anon_sym_json_DOTdecode] = ACTIONS(2834), - [anon_sym_LBRACK2] = ACTIONS(2836), - [anon_sym_TILDE] = ACTIONS(2834), - [anon_sym_CARET] = ACTIONS(2834), - [anon_sym_AMP] = ACTIONS(2836), - [anon_sym_LT_DASH] = ACTIONS(2834), - [anon_sym_LT_LT] = ACTIONS(2834), - [anon_sym_GT_GT] = ACTIONS(2836), - [anon_sym_GT_GT_GT] = ACTIONS(2834), - [anon_sym_AMP_CARET] = ACTIONS(2834), - [anon_sym_AMP_AMP] = ACTIONS(2834), - [anon_sym_PIPE_PIPE] = ACTIONS(2834), - [anon_sym_or] = ACTIONS(2836), - [sym_none] = ACTIONS(2836), - [sym_true] = ACTIONS(2836), - [sym_false] = ACTIONS(2836), - [sym_nil] = ACTIONS(2836), - [anon_sym_QMARK_DOT] = ACTIONS(2834), - [anon_sym_POUND_LBRACK] = ACTIONS(2834), - [anon_sym_if] = ACTIONS(2836), - [anon_sym_DOLLARif] = ACTIONS(2836), - [anon_sym_is] = ACTIONS(2836), - [anon_sym_BANGis] = ACTIONS(2834), - [anon_sym_in] = ACTIONS(2836), - [anon_sym_BANGin] = ACTIONS(2834), - [anon_sym_match] = ACTIONS(2836), - [anon_sym_select] = ACTIONS(2836), - [anon_sym_lock] = ACTIONS(2836), - [anon_sym_rlock] = ACTIONS(2836), - [anon_sym_unsafe] = ACTIONS(2836), - [anon_sym_sql] = ACTIONS(2836), - [sym_int_literal] = ACTIONS(2836), - [sym_float_literal] = ACTIONS(2834), - [sym_rune_literal] = ACTIONS(2834), - [anon_sym_AT] = ACTIONS(2836), - [anon_sym_shared] = ACTIONS(2836), - [anon_sym_map_LBRACK] = ACTIONS(2834), - [anon_sym_chan] = ACTIONS(2836), - [anon_sym_thread] = ACTIONS(2836), - [anon_sym_atomic] = ACTIONS(2836), - [sym___double_quote] = ACTIONS(2834), - [sym___single_quote] = ACTIONS(2834), - [sym___c_double_quote] = ACTIONS(2834), - [sym___c_single_quote] = ACTIONS(2834), - [sym___r_double_quote] = ACTIONS(2834), - [sym___r_single_quote] = ACTIONS(2834), - }, - [1376] = { - [sym_identifier] = ACTIONS(3013), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3013), - [anon_sym_as] = ACTIONS(3013), - [anon_sym_LBRACE] = ACTIONS(3011), - [anon_sym_COMMA] = ACTIONS(3011), - [anon_sym_LPAREN] = ACTIONS(3011), - [anon_sym_PIPE] = ACTIONS(3013), - [anon_sym_fn] = ACTIONS(3013), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_STAR] = ACTIONS(3011), - [anon_sym_SLASH] = ACTIONS(3013), - [anon_sym_PERCENT] = ACTIONS(3011), - [anon_sym_LT] = ACTIONS(3013), - [anon_sym_GT] = ACTIONS(3013), - [anon_sym_EQ_EQ] = ACTIONS(3011), - [anon_sym_BANG_EQ] = ACTIONS(3011), - [anon_sym_LT_EQ] = ACTIONS(3011), - [anon_sym_GT_EQ] = ACTIONS(3011), - [anon_sym_LBRACK] = ACTIONS(3011), - [anon_sym_RBRACK] = ACTIONS(3011), - [anon_sym_struct] = ACTIONS(3013), - [anon_sym_mut] = ACTIONS(3013), - [anon_sym_PLUS_PLUS] = ACTIONS(3011), - [anon_sym_DASH_DASH] = ACTIONS(3011), - [anon_sym_QMARK] = ACTIONS(3013), - [anon_sym_BANG] = ACTIONS(3013), - [anon_sym_go] = ACTIONS(3013), - [anon_sym_spawn] = ACTIONS(3013), - [anon_sym_json_DOTdecode] = ACTIONS(3011), - [anon_sym_LBRACK2] = ACTIONS(3013), - [anon_sym_TILDE] = ACTIONS(3011), - [anon_sym_CARET] = ACTIONS(3011), - [anon_sym_AMP] = ACTIONS(3013), - [anon_sym_LT_DASH] = ACTIONS(3011), - [anon_sym_LT_LT] = ACTIONS(3011), - [anon_sym_GT_GT] = ACTIONS(3013), - [anon_sym_GT_GT_GT] = ACTIONS(3011), - [anon_sym_AMP_CARET] = ACTIONS(3011), - [anon_sym_AMP_AMP] = ACTIONS(3011), - [anon_sym_PIPE_PIPE] = ACTIONS(3011), - [anon_sym_or] = ACTIONS(3013), - [sym_none] = ACTIONS(3013), - [sym_true] = ACTIONS(3013), - [sym_false] = ACTIONS(3013), - [sym_nil] = ACTIONS(3013), - [anon_sym_QMARK_DOT] = ACTIONS(3011), - [anon_sym_POUND_LBRACK] = ACTIONS(3011), - [anon_sym_if] = ACTIONS(3013), - [anon_sym_DOLLARif] = ACTIONS(3013), - [anon_sym_is] = ACTIONS(3013), - [anon_sym_BANGis] = ACTIONS(3011), - [anon_sym_in] = ACTIONS(3013), - [anon_sym_BANGin] = ACTIONS(3011), - [anon_sym_match] = ACTIONS(3013), - [anon_sym_select] = ACTIONS(3013), - [anon_sym_lock] = ACTIONS(3013), - [anon_sym_rlock] = ACTIONS(3013), - [anon_sym_unsafe] = ACTIONS(3013), - [anon_sym_sql] = ACTIONS(3013), - [sym_int_literal] = ACTIONS(3013), - [sym_float_literal] = ACTIONS(3011), - [sym_rune_literal] = ACTIONS(3011), - [anon_sym_AT] = ACTIONS(3013), - [anon_sym_shared] = ACTIONS(3013), - [anon_sym_map_LBRACK] = ACTIONS(3011), - [anon_sym_chan] = ACTIONS(3013), - [anon_sym_thread] = ACTIONS(3013), - [anon_sym_atomic] = ACTIONS(3013), - [sym___double_quote] = ACTIONS(3011), - [sym___single_quote] = ACTIONS(3011), - [sym___c_double_quote] = ACTIONS(3011), - [sym___c_single_quote] = ACTIONS(3011), - [sym___r_double_quote] = ACTIONS(3011), - [sym___r_single_quote] = ACTIONS(3011), - }, - [1377] = { - [sym_reference_expression] = STATE(4566), - [sym_type_reference_expression] = STATE(2159), - [sym_plain_type] = STATE(2240), - [sym__plain_type_without_special] = STATE(2184), - [sym_anon_struct_type] = STATE(2185), - [sym_multi_return_type] = STATE(2184), - [sym_result_type] = STATE(2184), - [sym_option_type] = STATE(2184), - [sym_qualified_type] = STATE(2159), - [sym_fixed_array_type] = STATE(2185), - [sym_array_type] = STATE(2185), - [sym_pointer_type] = STATE(2185), - [sym_wrong_pointer_type] = STATE(2185), - [sym_map_type] = STATE(2185), - [sym_channel_type] = STATE(2185), - [sym_shared_type] = STATE(2185), - [sym_thread_type] = STATE(2185), - [sym_atomic_type] = STATE(2185), - [sym_generic_type] = STATE(2185), - [sym_function_type] = STATE(2185), - [sym_identifier] = ACTIONS(3672), - [anon_sym_LF] = ACTIONS(615), - [anon_sym_CR] = ACTIONS(615), - [anon_sym_CR_LF] = ACTIONS(615), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(615), - [anon_sym_DOT] = ACTIONS(615), - [anon_sym_as] = ACTIONS(615), - [anon_sym_COMMA] = ACTIONS(615), - [anon_sym_RBRACE] = ACTIONS(615), - [anon_sym_LPAREN] = ACTIONS(3674), - [anon_sym___global] = ACTIONS(615), - [anon_sym_PIPE] = ACTIONS(615), - [anon_sym_fn] = ACTIONS(3676), - [anon_sym_PLUS] = ACTIONS(615), - [anon_sym_DASH] = ACTIONS(615), - [anon_sym_STAR] = ACTIONS(3678), - [anon_sym_SLASH] = ACTIONS(615), - [anon_sym_PERCENT] = ACTIONS(615), - [anon_sym_LT] = ACTIONS(615), - [anon_sym_GT] = ACTIONS(615), - [anon_sym_EQ_EQ] = ACTIONS(615), - [anon_sym_BANG_EQ] = ACTIONS(615), - [anon_sym_LT_EQ] = ACTIONS(615), - [anon_sym_GT_EQ] = ACTIONS(615), - [anon_sym_DOT_DOT_DOT] = ACTIONS(615), - [anon_sym_LBRACK] = ACTIONS(613), - [anon_sym_struct] = ACTIONS(3680), - [anon_sym_pub] = ACTIONS(615), - [anon_sym_mut] = ACTIONS(615), - [anon_sym_PLUS_PLUS] = ACTIONS(615), - [anon_sym_DASH_DASH] = ACTIONS(615), - [anon_sym_QMARK] = ACTIONS(3682), - [anon_sym_BANG] = ACTIONS(3684), - [anon_sym_LBRACK2] = ACTIONS(3686), - [anon_sym_CARET] = ACTIONS(615), - [anon_sym_AMP] = ACTIONS(3688), - [anon_sym_LT_LT] = ACTIONS(615), - [anon_sym_GT_GT] = ACTIONS(615), - [anon_sym_GT_GT_GT] = ACTIONS(615), - [anon_sym_AMP_CARET] = ACTIONS(615), - [anon_sym_AMP_AMP] = ACTIONS(615), - [anon_sym_PIPE_PIPE] = ACTIONS(615), - [anon_sym_or] = ACTIONS(615), - [anon_sym_QMARK_DOT] = ACTIONS(615), - [anon_sym_POUND_LBRACK] = ACTIONS(615), - [anon_sym_is] = ACTIONS(615), - [anon_sym_BANGis] = ACTIONS(615), - [anon_sym_in] = ACTIONS(615), - [anon_sym_BANGin] = ACTIONS(615), - [anon_sym_shared] = ACTIONS(3690), - [anon_sym_map_LBRACK] = ACTIONS(3692), - [anon_sym_chan] = ACTIONS(3694), - [anon_sym_thread] = ACTIONS(3696), - [anon_sym_atomic] = ACTIONS(3698), - [anon_sym_AT_LBRACK] = ACTIONS(615), + [anon_sym_map_LBRACK] = ACTIONS(2941), + [anon_sym_chan] = ACTIONS(2943), + [anon_sym_thread] = ACTIONS(2943), + [anon_sym_atomic] = ACTIONS(2943), + [sym___double_quote] = ACTIONS(2941), + [sym___single_quote] = ACTIONS(2941), + [sym___c_double_quote] = ACTIONS(2941), + [sym___c_single_quote] = ACTIONS(2941), + [sym___r_double_quote] = ACTIONS(2941), + [sym___r_single_quote] = ACTIONS(2941), }, - [1378] = { - [sym_identifier] = ACTIONS(2840), + [1384] = { + [sym_identifier] = ACTIONS(2935), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2840), - [anon_sym_as] = ACTIONS(2840), - [anon_sym_LBRACE] = ACTIONS(2838), - [anon_sym_COMMA] = ACTIONS(2838), - [anon_sym_LPAREN] = ACTIONS(2838), - [anon_sym_PIPE] = ACTIONS(2840), - [anon_sym_fn] = ACTIONS(2840), - [anon_sym_PLUS] = ACTIONS(2840), - [anon_sym_DASH] = ACTIONS(2840), - [anon_sym_STAR] = ACTIONS(2838), - [anon_sym_SLASH] = ACTIONS(2840), - [anon_sym_PERCENT] = ACTIONS(2838), - [anon_sym_LT] = ACTIONS(2840), - [anon_sym_GT] = ACTIONS(2840), - [anon_sym_EQ_EQ] = ACTIONS(2838), - [anon_sym_BANG_EQ] = ACTIONS(2838), - [anon_sym_LT_EQ] = ACTIONS(2838), - [anon_sym_GT_EQ] = ACTIONS(2838), - [anon_sym_LBRACK] = ACTIONS(2838), - [anon_sym_RBRACK] = ACTIONS(2838), - [anon_sym_struct] = ACTIONS(2840), - [anon_sym_mut] = ACTIONS(2840), - [anon_sym_PLUS_PLUS] = ACTIONS(2838), - [anon_sym_DASH_DASH] = ACTIONS(2838), - [anon_sym_QMARK] = ACTIONS(2840), - [anon_sym_BANG] = ACTIONS(2840), - [anon_sym_go] = ACTIONS(2840), - [anon_sym_spawn] = ACTIONS(2840), - [anon_sym_json_DOTdecode] = ACTIONS(2838), - [anon_sym_LBRACK2] = ACTIONS(2840), - [anon_sym_TILDE] = ACTIONS(2838), - [anon_sym_CARET] = ACTIONS(2838), - [anon_sym_AMP] = ACTIONS(2840), - [anon_sym_LT_DASH] = ACTIONS(2838), - [anon_sym_LT_LT] = ACTIONS(2838), - [anon_sym_GT_GT] = ACTIONS(2840), - [anon_sym_GT_GT_GT] = ACTIONS(2838), - [anon_sym_AMP_CARET] = ACTIONS(2838), - [anon_sym_AMP_AMP] = ACTIONS(2838), - [anon_sym_PIPE_PIPE] = ACTIONS(2838), - [anon_sym_or] = ACTIONS(2840), - [sym_none] = ACTIONS(2840), - [sym_true] = ACTIONS(2840), - [sym_false] = ACTIONS(2840), - [sym_nil] = ACTIONS(2840), - [anon_sym_QMARK_DOT] = ACTIONS(2838), - [anon_sym_POUND_LBRACK] = ACTIONS(2838), - [anon_sym_if] = ACTIONS(2840), - [anon_sym_DOLLARif] = ACTIONS(2840), - [anon_sym_is] = ACTIONS(2840), - [anon_sym_BANGis] = ACTIONS(2838), - [anon_sym_in] = ACTIONS(2840), - [anon_sym_BANGin] = ACTIONS(2838), - [anon_sym_match] = ACTIONS(2840), - [anon_sym_select] = ACTIONS(2840), - [anon_sym_lock] = ACTIONS(2840), - [anon_sym_rlock] = ACTIONS(2840), - [anon_sym_unsafe] = ACTIONS(2840), - [anon_sym_sql] = ACTIONS(2840), - [sym_int_literal] = ACTIONS(2840), - [sym_float_literal] = ACTIONS(2838), - [sym_rune_literal] = ACTIONS(2838), - [anon_sym_AT] = ACTIONS(2840), - [anon_sym_shared] = ACTIONS(2840), - [anon_sym_map_LBRACK] = ACTIONS(2838), - [anon_sym_chan] = ACTIONS(2840), - [anon_sym_thread] = ACTIONS(2840), - [anon_sym_atomic] = ACTIONS(2840), - [sym___double_quote] = ACTIONS(2838), - [sym___single_quote] = ACTIONS(2838), - [sym___c_double_quote] = ACTIONS(2838), - [sym___c_single_quote] = ACTIONS(2838), - [sym___r_double_quote] = ACTIONS(2838), - [sym___r_single_quote] = ACTIONS(2838), + [anon_sym_DOT] = ACTIONS(2935), + [anon_sym_as] = ACTIONS(2935), + [anon_sym_LBRACE] = ACTIONS(2933), + [anon_sym_COMMA] = ACTIONS(2933), + [anon_sym_LPAREN] = ACTIONS(2933), + [anon_sym_PIPE] = ACTIONS(2935), + [anon_sym_fn] = ACTIONS(2935), + [anon_sym_PLUS] = ACTIONS(2935), + [anon_sym_DASH] = ACTIONS(2935), + [anon_sym_STAR] = ACTIONS(2933), + [anon_sym_SLASH] = ACTIONS(2935), + [anon_sym_PERCENT] = ACTIONS(2933), + [anon_sym_LT] = ACTIONS(2935), + [anon_sym_GT] = ACTIONS(2935), + [anon_sym_EQ_EQ] = ACTIONS(2933), + [anon_sym_BANG_EQ] = ACTIONS(2933), + [anon_sym_LT_EQ] = ACTIONS(2933), + [anon_sym_GT_EQ] = ACTIONS(2933), + [anon_sym_LBRACK] = ACTIONS(2933), + [anon_sym_LT2] = ACTIONS(2935), + [anon_sym_RBRACK] = ACTIONS(2933), + [anon_sym_struct] = ACTIONS(2935), + [anon_sym_mut] = ACTIONS(2935), + [anon_sym_PLUS_PLUS] = ACTIONS(2933), + [anon_sym_DASH_DASH] = ACTIONS(2933), + [anon_sym_QMARK] = ACTIONS(2935), + [anon_sym_BANG] = ACTIONS(2935), + [anon_sym_go] = ACTIONS(2935), + [anon_sym_spawn] = ACTIONS(2935), + [anon_sym_json_DOTdecode] = ACTIONS(2933), + [anon_sym_LBRACK2] = ACTIONS(2935), + [anon_sym_TILDE] = ACTIONS(2933), + [anon_sym_CARET] = ACTIONS(2933), + [anon_sym_AMP] = ACTIONS(2935), + [anon_sym_LT_DASH] = ACTIONS(2933), + [anon_sym_LT_LT] = ACTIONS(2933), + [anon_sym_GT_GT] = ACTIONS(2935), + [anon_sym_GT_GT_GT] = ACTIONS(2933), + [anon_sym_AMP_CARET] = ACTIONS(2933), + [anon_sym_AMP_AMP] = ACTIONS(2933), + [anon_sym_PIPE_PIPE] = ACTIONS(2933), + [anon_sym_or] = ACTIONS(2935), + [sym_none] = ACTIONS(2935), + [sym_true] = ACTIONS(2935), + [sym_false] = ACTIONS(2935), + [sym_nil] = ACTIONS(2935), + [anon_sym_QMARK_DOT] = ACTIONS(2933), + [anon_sym_POUND_LBRACK] = ACTIONS(2933), + [anon_sym_if] = ACTIONS(2935), + [anon_sym_DOLLARif] = ACTIONS(2935), + [anon_sym_is] = ACTIONS(2935), + [anon_sym_BANGis] = ACTIONS(2933), + [anon_sym_in] = ACTIONS(2935), + [anon_sym_BANGin] = ACTIONS(2933), + [anon_sym_match] = ACTIONS(2935), + [anon_sym_select] = ACTIONS(2935), + [anon_sym_lock] = ACTIONS(2935), + [anon_sym_rlock] = ACTIONS(2935), + [anon_sym_unsafe] = ACTIONS(2935), + [anon_sym_sql] = ACTIONS(2935), + [sym_int_literal] = ACTIONS(2935), + [sym_float_literal] = ACTIONS(2933), + [sym_rune_literal] = ACTIONS(2933), + [anon_sym_AT] = ACTIONS(2935), + [anon_sym_shared] = ACTIONS(2935), + [anon_sym_map_LBRACK] = ACTIONS(2933), + [anon_sym_chan] = ACTIONS(2935), + [anon_sym_thread] = ACTIONS(2935), + [anon_sym_atomic] = ACTIONS(2935), + [sym___double_quote] = ACTIONS(2933), + [sym___single_quote] = ACTIONS(2933), + [sym___c_double_quote] = ACTIONS(2933), + [sym___c_single_quote] = ACTIONS(2933), + [sym___r_double_quote] = ACTIONS(2933), + [sym___r_single_quote] = ACTIONS(2933), }, - [1379] = { - [sym_identifier] = ACTIONS(2931), + [1385] = { + [sym_identifier] = ACTIONS(2761), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2931), - [anon_sym_as] = ACTIONS(2931), - [anon_sym_LBRACE] = ACTIONS(2929), - [anon_sym_COMMA] = ACTIONS(2929), - [anon_sym_LPAREN] = ACTIONS(2929), - [anon_sym_PIPE] = ACTIONS(2931), - [anon_sym_fn] = ACTIONS(2931), - [anon_sym_PLUS] = ACTIONS(2931), - [anon_sym_DASH] = ACTIONS(2931), - [anon_sym_STAR] = ACTIONS(2929), - [anon_sym_SLASH] = ACTIONS(2931), - [anon_sym_PERCENT] = ACTIONS(2929), - [anon_sym_LT] = ACTIONS(2931), - [anon_sym_GT] = ACTIONS(2931), - [anon_sym_EQ_EQ] = ACTIONS(2929), - [anon_sym_BANG_EQ] = ACTIONS(2929), - [anon_sym_LT_EQ] = ACTIONS(2929), - [anon_sym_GT_EQ] = ACTIONS(2929), - [anon_sym_LBRACK] = ACTIONS(2929), - [anon_sym_RBRACK] = ACTIONS(2929), - [anon_sym_struct] = ACTIONS(2931), - [anon_sym_mut] = ACTIONS(2931), - [anon_sym_PLUS_PLUS] = ACTIONS(2929), - [anon_sym_DASH_DASH] = ACTIONS(2929), - [anon_sym_QMARK] = ACTIONS(2931), - [anon_sym_BANG] = ACTIONS(2931), - [anon_sym_go] = ACTIONS(2931), - [anon_sym_spawn] = ACTIONS(2931), - [anon_sym_json_DOTdecode] = ACTIONS(2929), - [anon_sym_LBRACK2] = ACTIONS(2931), - [anon_sym_TILDE] = ACTIONS(2929), - [anon_sym_CARET] = ACTIONS(2929), - [anon_sym_AMP] = ACTIONS(2931), - [anon_sym_LT_DASH] = ACTIONS(2929), - [anon_sym_LT_LT] = ACTIONS(2929), - [anon_sym_GT_GT] = ACTIONS(2931), - [anon_sym_GT_GT_GT] = ACTIONS(2929), - [anon_sym_AMP_CARET] = ACTIONS(2929), - [anon_sym_AMP_AMP] = ACTIONS(2929), - [anon_sym_PIPE_PIPE] = ACTIONS(2929), - [anon_sym_or] = ACTIONS(2931), - [sym_none] = ACTIONS(2931), - [sym_true] = ACTIONS(2931), - [sym_false] = ACTIONS(2931), - [sym_nil] = ACTIONS(2931), - [anon_sym_QMARK_DOT] = ACTIONS(2929), - [anon_sym_POUND_LBRACK] = ACTIONS(2929), - [anon_sym_if] = ACTIONS(2931), - [anon_sym_DOLLARif] = ACTIONS(2931), - [anon_sym_is] = ACTIONS(2931), - [anon_sym_BANGis] = ACTIONS(2929), - [anon_sym_in] = ACTIONS(2931), - [anon_sym_BANGin] = ACTIONS(2929), - [anon_sym_match] = ACTIONS(2931), - [anon_sym_select] = ACTIONS(2931), - [anon_sym_lock] = ACTIONS(2931), - [anon_sym_rlock] = ACTIONS(2931), - [anon_sym_unsafe] = ACTIONS(2931), - [anon_sym_sql] = ACTIONS(2931), - [sym_int_literal] = ACTIONS(2931), - [sym_float_literal] = ACTIONS(2929), - [sym_rune_literal] = ACTIONS(2929), - [anon_sym_AT] = ACTIONS(2931), - [anon_sym_shared] = ACTIONS(2931), - [anon_sym_map_LBRACK] = ACTIONS(2929), - [anon_sym_chan] = ACTIONS(2931), - [anon_sym_thread] = ACTIONS(2931), - [anon_sym_atomic] = ACTIONS(2931), - [sym___double_quote] = ACTIONS(2929), - [sym___single_quote] = ACTIONS(2929), - [sym___c_double_quote] = ACTIONS(2929), - [sym___c_single_quote] = ACTIONS(2929), - [sym___r_double_quote] = ACTIONS(2929), - [sym___r_single_quote] = ACTIONS(2929), + [anon_sym_DOT] = ACTIONS(2761), + [anon_sym_as] = ACTIONS(2761), + [anon_sym_LBRACE] = ACTIONS(2759), + [anon_sym_COMMA] = ACTIONS(2759), + [anon_sym_LPAREN] = ACTIONS(2759), + [anon_sym_PIPE] = ACTIONS(2761), + [anon_sym_fn] = ACTIONS(2761), + [anon_sym_PLUS] = ACTIONS(2761), + [anon_sym_DASH] = ACTIONS(2761), + [anon_sym_STAR] = ACTIONS(2759), + [anon_sym_SLASH] = ACTIONS(2761), + [anon_sym_PERCENT] = ACTIONS(2759), + [anon_sym_LT] = ACTIONS(2761), + [anon_sym_GT] = ACTIONS(2761), + [anon_sym_EQ_EQ] = ACTIONS(2759), + [anon_sym_BANG_EQ] = ACTIONS(2759), + [anon_sym_LT_EQ] = ACTIONS(2759), + [anon_sym_GT_EQ] = ACTIONS(2759), + [anon_sym_LBRACK] = ACTIONS(2759), + [anon_sym_LT2] = ACTIONS(2761), + [anon_sym_RBRACK] = ACTIONS(2759), + [anon_sym_struct] = ACTIONS(2761), + [anon_sym_mut] = ACTIONS(2761), + [anon_sym_PLUS_PLUS] = ACTIONS(2759), + [anon_sym_DASH_DASH] = ACTIONS(2759), + [anon_sym_QMARK] = ACTIONS(2761), + [anon_sym_BANG] = ACTIONS(2761), + [anon_sym_go] = ACTIONS(2761), + [anon_sym_spawn] = ACTIONS(2761), + [anon_sym_json_DOTdecode] = ACTIONS(2759), + [anon_sym_LBRACK2] = ACTIONS(2761), + [anon_sym_TILDE] = ACTIONS(2759), + [anon_sym_CARET] = ACTIONS(2759), + [anon_sym_AMP] = ACTIONS(2761), + [anon_sym_LT_DASH] = ACTIONS(2759), + [anon_sym_LT_LT] = ACTIONS(2759), + [anon_sym_GT_GT] = ACTIONS(2761), + [anon_sym_GT_GT_GT] = ACTIONS(2759), + [anon_sym_AMP_CARET] = ACTIONS(2759), + [anon_sym_AMP_AMP] = ACTIONS(2759), + [anon_sym_PIPE_PIPE] = ACTIONS(2759), + [anon_sym_or] = ACTIONS(2761), + [sym_none] = ACTIONS(2761), + [sym_true] = ACTIONS(2761), + [sym_false] = ACTIONS(2761), + [sym_nil] = ACTIONS(2761), + [anon_sym_QMARK_DOT] = ACTIONS(2759), + [anon_sym_POUND_LBRACK] = ACTIONS(2759), + [anon_sym_if] = ACTIONS(2761), + [anon_sym_DOLLARif] = ACTIONS(2761), + [anon_sym_is] = ACTIONS(2761), + [anon_sym_BANGis] = ACTIONS(2759), + [anon_sym_in] = ACTIONS(2761), + [anon_sym_BANGin] = ACTIONS(2759), + [anon_sym_match] = ACTIONS(2761), + [anon_sym_select] = ACTIONS(2761), + [anon_sym_lock] = ACTIONS(2761), + [anon_sym_rlock] = ACTIONS(2761), + [anon_sym_unsafe] = ACTIONS(2761), + [anon_sym_sql] = ACTIONS(2761), + [sym_int_literal] = ACTIONS(2761), + [sym_float_literal] = ACTIONS(2759), + [sym_rune_literal] = ACTIONS(2759), + [anon_sym_AT] = ACTIONS(2761), + [anon_sym_shared] = ACTIONS(2761), + [anon_sym_map_LBRACK] = ACTIONS(2759), + [anon_sym_chan] = ACTIONS(2761), + [anon_sym_thread] = ACTIONS(2761), + [anon_sym_atomic] = ACTIONS(2761), + [sym___double_quote] = ACTIONS(2759), + [sym___single_quote] = ACTIONS(2759), + [sym___c_double_quote] = ACTIONS(2759), + [sym___c_single_quote] = ACTIONS(2759), + [sym___r_double_quote] = ACTIONS(2759), + [sym___r_single_quote] = ACTIONS(2759), }, - [1380] = { - [sym_identifier] = ACTIONS(2844), + [1386] = { + [sym_identifier] = ACTIONS(2765), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2844), - [anon_sym_as] = ACTIONS(2844), - [anon_sym_LBRACE] = ACTIONS(2842), - [anon_sym_COMMA] = ACTIONS(2842), - [anon_sym_LPAREN] = ACTIONS(2842), - [anon_sym_PIPE] = ACTIONS(2844), - [anon_sym_fn] = ACTIONS(2844), - [anon_sym_PLUS] = ACTIONS(2844), - [anon_sym_DASH] = ACTIONS(2844), - [anon_sym_STAR] = ACTIONS(2842), - [anon_sym_SLASH] = ACTIONS(2844), - [anon_sym_PERCENT] = ACTIONS(2842), - [anon_sym_LT] = ACTIONS(2844), - [anon_sym_GT] = ACTIONS(2844), - [anon_sym_EQ_EQ] = ACTIONS(2842), - [anon_sym_BANG_EQ] = ACTIONS(2842), - [anon_sym_LT_EQ] = ACTIONS(2842), - [anon_sym_GT_EQ] = ACTIONS(2842), - [anon_sym_LBRACK] = ACTIONS(2842), - [anon_sym_RBRACK] = ACTIONS(2842), - [anon_sym_struct] = ACTIONS(2844), - [anon_sym_mut] = ACTIONS(2844), - [anon_sym_PLUS_PLUS] = ACTIONS(2842), - [anon_sym_DASH_DASH] = ACTIONS(2842), - [anon_sym_QMARK] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2844), - [anon_sym_go] = ACTIONS(2844), - [anon_sym_spawn] = ACTIONS(2844), - [anon_sym_json_DOTdecode] = ACTIONS(2842), - [anon_sym_LBRACK2] = ACTIONS(2844), - [anon_sym_TILDE] = ACTIONS(2842), - [anon_sym_CARET] = ACTIONS(2842), - [anon_sym_AMP] = ACTIONS(2844), - [anon_sym_LT_DASH] = ACTIONS(2842), - [anon_sym_LT_LT] = ACTIONS(2842), - [anon_sym_GT_GT] = ACTIONS(2844), - [anon_sym_GT_GT_GT] = ACTIONS(2842), - [anon_sym_AMP_CARET] = ACTIONS(2842), - [anon_sym_AMP_AMP] = ACTIONS(2842), - [anon_sym_PIPE_PIPE] = ACTIONS(2842), - [anon_sym_or] = ACTIONS(2844), - [sym_none] = ACTIONS(2844), - [sym_true] = ACTIONS(2844), - [sym_false] = ACTIONS(2844), - [sym_nil] = ACTIONS(2844), - [anon_sym_QMARK_DOT] = ACTIONS(2842), - [anon_sym_POUND_LBRACK] = ACTIONS(2842), - [anon_sym_if] = ACTIONS(2844), - [anon_sym_DOLLARif] = ACTIONS(2844), - [anon_sym_is] = ACTIONS(2844), - [anon_sym_BANGis] = ACTIONS(2842), - [anon_sym_in] = ACTIONS(2844), - [anon_sym_BANGin] = ACTIONS(2842), - [anon_sym_match] = ACTIONS(2844), - [anon_sym_select] = ACTIONS(2844), - [anon_sym_lock] = ACTIONS(2844), - [anon_sym_rlock] = ACTIONS(2844), - [anon_sym_unsafe] = ACTIONS(2844), - [anon_sym_sql] = ACTIONS(2844), - [sym_int_literal] = ACTIONS(2844), - [sym_float_literal] = ACTIONS(2842), - [sym_rune_literal] = ACTIONS(2842), - [anon_sym_AT] = ACTIONS(2844), - [anon_sym_shared] = ACTIONS(2844), - [anon_sym_map_LBRACK] = ACTIONS(2842), - [anon_sym_chan] = ACTIONS(2844), - [anon_sym_thread] = ACTIONS(2844), - [anon_sym_atomic] = ACTIONS(2844), - [sym___double_quote] = ACTIONS(2842), - [sym___single_quote] = ACTIONS(2842), - [sym___c_double_quote] = ACTIONS(2842), - [sym___c_single_quote] = ACTIONS(2842), - [sym___r_double_quote] = ACTIONS(2842), - [sym___r_single_quote] = ACTIONS(2842), + [anon_sym_DOT] = ACTIONS(2765), + [anon_sym_as] = ACTIONS(2765), + [anon_sym_LBRACE] = ACTIONS(2763), + [anon_sym_COMMA] = ACTIONS(2763), + [anon_sym_LPAREN] = ACTIONS(2763), + [anon_sym_PIPE] = ACTIONS(2765), + [anon_sym_fn] = ACTIONS(2765), + [anon_sym_PLUS] = ACTIONS(2765), + [anon_sym_DASH] = ACTIONS(2765), + [anon_sym_STAR] = ACTIONS(2763), + [anon_sym_SLASH] = ACTIONS(2765), + [anon_sym_PERCENT] = ACTIONS(2763), + [anon_sym_LT] = ACTIONS(2765), + [anon_sym_GT] = ACTIONS(2765), + [anon_sym_EQ_EQ] = ACTIONS(2763), + [anon_sym_BANG_EQ] = ACTIONS(2763), + [anon_sym_LT_EQ] = ACTIONS(2763), + [anon_sym_GT_EQ] = ACTIONS(2763), + [anon_sym_LBRACK] = ACTIONS(2763), + [anon_sym_LT2] = ACTIONS(2765), + [anon_sym_RBRACK] = ACTIONS(2763), + [anon_sym_struct] = ACTIONS(2765), + [anon_sym_mut] = ACTIONS(2765), + [anon_sym_PLUS_PLUS] = ACTIONS(2763), + [anon_sym_DASH_DASH] = ACTIONS(2763), + [anon_sym_QMARK] = ACTIONS(2765), + [anon_sym_BANG] = ACTIONS(2765), + [anon_sym_go] = ACTIONS(2765), + [anon_sym_spawn] = ACTIONS(2765), + [anon_sym_json_DOTdecode] = ACTIONS(2763), + [anon_sym_LBRACK2] = ACTIONS(2765), + [anon_sym_TILDE] = ACTIONS(2763), + [anon_sym_CARET] = ACTIONS(2763), + [anon_sym_AMP] = ACTIONS(2765), + [anon_sym_LT_DASH] = ACTIONS(2763), + [anon_sym_LT_LT] = ACTIONS(2763), + [anon_sym_GT_GT] = ACTIONS(2765), + [anon_sym_GT_GT_GT] = ACTIONS(2763), + [anon_sym_AMP_CARET] = ACTIONS(2763), + [anon_sym_AMP_AMP] = ACTIONS(2763), + [anon_sym_PIPE_PIPE] = ACTIONS(2763), + [anon_sym_or] = ACTIONS(2765), + [sym_none] = ACTIONS(2765), + [sym_true] = ACTIONS(2765), + [sym_false] = ACTIONS(2765), + [sym_nil] = ACTIONS(2765), + [anon_sym_QMARK_DOT] = ACTIONS(2763), + [anon_sym_POUND_LBRACK] = ACTIONS(2763), + [anon_sym_if] = ACTIONS(2765), + [anon_sym_DOLLARif] = ACTIONS(2765), + [anon_sym_is] = ACTIONS(2765), + [anon_sym_BANGis] = ACTIONS(2763), + [anon_sym_in] = ACTIONS(2765), + [anon_sym_BANGin] = ACTIONS(2763), + [anon_sym_match] = ACTIONS(2765), + [anon_sym_select] = ACTIONS(2765), + [anon_sym_lock] = ACTIONS(2765), + [anon_sym_rlock] = ACTIONS(2765), + [anon_sym_unsafe] = ACTIONS(2765), + [anon_sym_sql] = ACTIONS(2765), + [sym_int_literal] = ACTIONS(2765), + [sym_float_literal] = ACTIONS(2763), + [sym_rune_literal] = ACTIONS(2763), + [anon_sym_AT] = ACTIONS(2765), + [anon_sym_shared] = ACTIONS(2765), + [anon_sym_map_LBRACK] = ACTIONS(2763), + [anon_sym_chan] = ACTIONS(2765), + [anon_sym_thread] = ACTIONS(2765), + [anon_sym_atomic] = ACTIONS(2765), + [sym___double_quote] = ACTIONS(2763), + [sym___single_quote] = ACTIONS(2763), + [sym___c_double_quote] = ACTIONS(2763), + [sym___c_single_quote] = ACTIONS(2763), + [sym___r_double_quote] = ACTIONS(2763), + [sym___r_single_quote] = ACTIONS(2763), }, - [1381] = { - [sym_identifier] = ACTIONS(2784), + [1387] = { + [sym_identifier] = ACTIONS(2769), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2784), - [anon_sym_as] = ACTIONS(2784), - [anon_sym_LBRACE] = ACTIONS(2782), - [anon_sym_COMMA] = ACTIONS(2782), - [anon_sym_LPAREN] = ACTIONS(2782), - [anon_sym_PIPE] = ACTIONS(2784), - [anon_sym_fn] = ACTIONS(2784), - [anon_sym_PLUS] = ACTIONS(2784), - [anon_sym_DASH] = ACTIONS(2784), - [anon_sym_STAR] = ACTIONS(2782), - [anon_sym_SLASH] = ACTIONS(2784), - [anon_sym_PERCENT] = ACTIONS(2782), - [anon_sym_LT] = ACTIONS(2784), - [anon_sym_GT] = ACTIONS(2784), - [anon_sym_EQ_EQ] = ACTIONS(2782), - [anon_sym_BANG_EQ] = ACTIONS(2782), - [anon_sym_LT_EQ] = ACTIONS(2782), - [anon_sym_GT_EQ] = ACTIONS(2782), - [anon_sym_LBRACK] = ACTIONS(2782), - [anon_sym_RBRACK] = ACTIONS(2782), - [anon_sym_struct] = ACTIONS(2784), - [anon_sym_mut] = ACTIONS(2784), - [anon_sym_PLUS_PLUS] = ACTIONS(2782), - [anon_sym_DASH_DASH] = ACTIONS(2782), - [anon_sym_QMARK] = ACTIONS(2784), - [anon_sym_BANG] = ACTIONS(2784), - [anon_sym_go] = ACTIONS(2784), - [anon_sym_spawn] = ACTIONS(2784), - [anon_sym_json_DOTdecode] = ACTIONS(2782), - [anon_sym_LBRACK2] = ACTIONS(2784), - [anon_sym_TILDE] = ACTIONS(2782), - [anon_sym_CARET] = ACTIONS(2782), - [anon_sym_AMP] = ACTIONS(2784), - [anon_sym_LT_DASH] = ACTIONS(2782), - [anon_sym_LT_LT] = ACTIONS(2782), - [anon_sym_GT_GT] = ACTIONS(2784), - [anon_sym_GT_GT_GT] = ACTIONS(2782), - [anon_sym_AMP_CARET] = ACTIONS(2782), - [anon_sym_AMP_AMP] = ACTIONS(2782), - [anon_sym_PIPE_PIPE] = ACTIONS(2782), - [anon_sym_or] = ACTIONS(2784), - [sym_none] = ACTIONS(2784), - [sym_true] = ACTIONS(2784), - [sym_false] = ACTIONS(2784), - [sym_nil] = ACTIONS(2784), - [anon_sym_QMARK_DOT] = ACTIONS(2782), - [anon_sym_POUND_LBRACK] = ACTIONS(2782), - [anon_sym_if] = ACTIONS(2784), - [anon_sym_DOLLARif] = ACTIONS(2784), - [anon_sym_is] = ACTIONS(2784), - [anon_sym_BANGis] = ACTIONS(2782), - [anon_sym_in] = ACTIONS(2784), - [anon_sym_BANGin] = ACTIONS(2782), - [anon_sym_match] = ACTIONS(2784), - [anon_sym_select] = ACTIONS(2784), - [anon_sym_lock] = ACTIONS(2784), - [anon_sym_rlock] = ACTIONS(2784), - [anon_sym_unsafe] = ACTIONS(2784), - [anon_sym_sql] = ACTIONS(2784), - [sym_int_literal] = ACTIONS(2784), - [sym_float_literal] = ACTIONS(2782), - [sym_rune_literal] = ACTIONS(2782), - [anon_sym_AT] = ACTIONS(2784), - [anon_sym_shared] = ACTIONS(2784), - [anon_sym_map_LBRACK] = ACTIONS(2782), - [anon_sym_chan] = ACTIONS(2784), - [anon_sym_thread] = ACTIONS(2784), - [anon_sym_atomic] = ACTIONS(2784), - [sym___double_quote] = ACTIONS(2782), - [sym___single_quote] = ACTIONS(2782), - [sym___c_double_quote] = ACTIONS(2782), - [sym___c_single_quote] = ACTIONS(2782), - [sym___r_double_quote] = ACTIONS(2782), - [sym___r_single_quote] = ACTIONS(2782), + [anon_sym_DOT] = ACTIONS(2769), + [anon_sym_as] = ACTIONS(2769), + [anon_sym_LBRACE] = ACTIONS(2767), + [anon_sym_COMMA] = ACTIONS(2767), + [anon_sym_LPAREN] = ACTIONS(2767), + [anon_sym_PIPE] = ACTIONS(2769), + [anon_sym_fn] = ACTIONS(2769), + [anon_sym_PLUS] = ACTIONS(2769), + [anon_sym_DASH] = ACTIONS(2769), + [anon_sym_STAR] = ACTIONS(2767), + [anon_sym_SLASH] = ACTIONS(2769), + [anon_sym_PERCENT] = ACTIONS(2767), + [anon_sym_LT] = ACTIONS(2769), + [anon_sym_GT] = ACTIONS(2769), + [anon_sym_EQ_EQ] = ACTIONS(2767), + [anon_sym_BANG_EQ] = ACTIONS(2767), + [anon_sym_LT_EQ] = ACTIONS(2767), + [anon_sym_GT_EQ] = ACTIONS(2767), + [anon_sym_LBRACK] = ACTIONS(2767), + [anon_sym_LT2] = ACTIONS(2769), + [anon_sym_RBRACK] = ACTIONS(2767), + [anon_sym_struct] = ACTIONS(2769), + [anon_sym_mut] = ACTIONS(2769), + [anon_sym_PLUS_PLUS] = ACTIONS(2767), + [anon_sym_DASH_DASH] = ACTIONS(2767), + [anon_sym_QMARK] = ACTIONS(2769), + [anon_sym_BANG] = ACTIONS(2769), + [anon_sym_go] = ACTIONS(2769), + [anon_sym_spawn] = ACTIONS(2769), + [anon_sym_json_DOTdecode] = ACTIONS(2767), + [anon_sym_LBRACK2] = ACTIONS(2769), + [anon_sym_TILDE] = ACTIONS(2767), + [anon_sym_CARET] = ACTIONS(2767), + [anon_sym_AMP] = ACTIONS(2769), + [anon_sym_LT_DASH] = ACTIONS(2767), + [anon_sym_LT_LT] = ACTIONS(2767), + [anon_sym_GT_GT] = ACTIONS(2769), + [anon_sym_GT_GT_GT] = ACTIONS(2767), + [anon_sym_AMP_CARET] = ACTIONS(2767), + [anon_sym_AMP_AMP] = ACTIONS(2767), + [anon_sym_PIPE_PIPE] = ACTIONS(2767), + [anon_sym_or] = ACTIONS(2769), + [sym_none] = ACTIONS(2769), + [sym_true] = ACTIONS(2769), + [sym_false] = ACTIONS(2769), + [sym_nil] = ACTIONS(2769), + [anon_sym_QMARK_DOT] = ACTIONS(2767), + [anon_sym_POUND_LBRACK] = ACTIONS(2767), + [anon_sym_if] = ACTIONS(2769), + [anon_sym_DOLLARif] = ACTIONS(2769), + [anon_sym_is] = ACTIONS(2769), + [anon_sym_BANGis] = ACTIONS(2767), + [anon_sym_in] = ACTIONS(2769), + [anon_sym_BANGin] = ACTIONS(2767), + [anon_sym_match] = ACTIONS(2769), + [anon_sym_select] = ACTIONS(2769), + [anon_sym_lock] = ACTIONS(2769), + [anon_sym_rlock] = ACTIONS(2769), + [anon_sym_unsafe] = ACTIONS(2769), + [anon_sym_sql] = ACTIONS(2769), + [sym_int_literal] = ACTIONS(2769), + [sym_float_literal] = ACTIONS(2767), + [sym_rune_literal] = ACTIONS(2767), + [anon_sym_AT] = ACTIONS(2769), + [anon_sym_shared] = ACTIONS(2769), + [anon_sym_map_LBRACK] = ACTIONS(2767), + [anon_sym_chan] = ACTIONS(2769), + [anon_sym_thread] = ACTIONS(2769), + [anon_sym_atomic] = ACTIONS(2769), + [sym___double_quote] = ACTIONS(2767), + [sym___single_quote] = ACTIONS(2767), + [sym___c_double_quote] = ACTIONS(2767), + [sym___c_single_quote] = ACTIONS(2767), + [sym___r_double_quote] = ACTIONS(2767), + [sym___r_single_quote] = ACTIONS(2767), }, - [1382] = { - [sym_identifier] = ACTIONS(2872), + [1388] = { + [sym_identifier] = ACTIONS(2851), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2872), - [anon_sym_as] = ACTIONS(2872), - [anon_sym_LBRACE] = ACTIONS(2870), - [anon_sym_COMMA] = ACTIONS(2870), - [anon_sym_LPAREN] = ACTIONS(2870), - [anon_sym_PIPE] = ACTIONS(2872), - [anon_sym_fn] = ACTIONS(2872), - [anon_sym_PLUS] = ACTIONS(2872), - [anon_sym_DASH] = ACTIONS(2872), - [anon_sym_STAR] = ACTIONS(2870), - [anon_sym_SLASH] = ACTIONS(2872), - [anon_sym_PERCENT] = ACTIONS(2870), - [anon_sym_LT] = ACTIONS(2872), - [anon_sym_GT] = ACTIONS(2872), - [anon_sym_EQ_EQ] = ACTIONS(2870), - [anon_sym_BANG_EQ] = ACTIONS(2870), - [anon_sym_LT_EQ] = ACTIONS(2870), - [anon_sym_GT_EQ] = ACTIONS(2870), - [anon_sym_LBRACK] = ACTIONS(2870), - [anon_sym_RBRACK] = ACTIONS(2870), - [anon_sym_struct] = ACTIONS(2872), - [anon_sym_mut] = ACTIONS(2872), - [anon_sym_PLUS_PLUS] = ACTIONS(2870), - [anon_sym_DASH_DASH] = ACTIONS(2870), - [anon_sym_QMARK] = ACTIONS(2872), - [anon_sym_BANG] = ACTIONS(2872), - [anon_sym_go] = ACTIONS(2872), - [anon_sym_spawn] = ACTIONS(2872), - [anon_sym_json_DOTdecode] = ACTIONS(2870), - [anon_sym_LBRACK2] = ACTIONS(2872), - [anon_sym_TILDE] = ACTIONS(2870), - [anon_sym_CARET] = ACTIONS(2870), - [anon_sym_AMP] = ACTIONS(2872), - [anon_sym_LT_DASH] = ACTIONS(2870), - [anon_sym_LT_LT] = ACTIONS(2870), - [anon_sym_GT_GT] = ACTIONS(2872), - [anon_sym_GT_GT_GT] = ACTIONS(2870), - [anon_sym_AMP_CARET] = ACTIONS(2870), - [anon_sym_AMP_AMP] = ACTIONS(2870), - [anon_sym_PIPE_PIPE] = ACTIONS(2870), - [anon_sym_or] = ACTIONS(2872), - [sym_none] = ACTIONS(2872), - [sym_true] = ACTIONS(2872), - [sym_false] = ACTIONS(2872), - [sym_nil] = ACTIONS(2872), - [anon_sym_QMARK_DOT] = ACTIONS(2870), - [anon_sym_POUND_LBRACK] = ACTIONS(2870), - [anon_sym_if] = ACTIONS(2872), - [anon_sym_DOLLARif] = ACTIONS(2872), - [anon_sym_is] = ACTIONS(2872), - [anon_sym_BANGis] = ACTIONS(2870), - [anon_sym_in] = ACTIONS(2872), - [anon_sym_BANGin] = ACTIONS(2870), - [anon_sym_match] = ACTIONS(2872), - [anon_sym_select] = ACTIONS(2872), - [anon_sym_lock] = ACTIONS(2872), - [anon_sym_rlock] = ACTIONS(2872), - [anon_sym_unsafe] = ACTIONS(2872), - [anon_sym_sql] = ACTIONS(2872), - [sym_int_literal] = ACTIONS(2872), - [sym_float_literal] = ACTIONS(2870), - [sym_rune_literal] = ACTIONS(2870), - [anon_sym_AT] = ACTIONS(2872), - [anon_sym_shared] = ACTIONS(2872), - [anon_sym_map_LBRACK] = ACTIONS(2870), - [anon_sym_chan] = ACTIONS(2872), - [anon_sym_thread] = ACTIONS(2872), - [anon_sym_atomic] = ACTIONS(2872), - [sym___double_quote] = ACTIONS(2870), - [sym___single_quote] = ACTIONS(2870), - [sym___c_double_quote] = ACTIONS(2870), - [sym___c_single_quote] = ACTIONS(2870), - [sym___r_double_quote] = ACTIONS(2870), - [sym___r_single_quote] = ACTIONS(2870), + [anon_sym_DOT] = ACTIONS(2851), + [anon_sym_as] = ACTIONS(2851), + [anon_sym_LBRACE] = ACTIONS(2849), + [anon_sym_COMMA] = ACTIONS(2849), + [anon_sym_LPAREN] = ACTIONS(2849), + [anon_sym_PIPE] = ACTIONS(2851), + [anon_sym_fn] = ACTIONS(2851), + [anon_sym_PLUS] = ACTIONS(2851), + [anon_sym_DASH] = ACTIONS(2851), + [anon_sym_STAR] = ACTIONS(2849), + [anon_sym_SLASH] = ACTIONS(2851), + [anon_sym_PERCENT] = ACTIONS(2849), + [anon_sym_LT] = ACTIONS(2851), + [anon_sym_GT] = ACTIONS(2851), + [anon_sym_EQ_EQ] = ACTIONS(2849), + [anon_sym_BANG_EQ] = ACTIONS(2849), + [anon_sym_LT_EQ] = ACTIONS(2849), + [anon_sym_GT_EQ] = ACTIONS(2849), + [anon_sym_LBRACK] = ACTIONS(2849), + [anon_sym_LT2] = ACTIONS(2851), + [anon_sym_RBRACK] = ACTIONS(2849), + [anon_sym_struct] = ACTIONS(2851), + [anon_sym_mut] = ACTIONS(2851), + [anon_sym_PLUS_PLUS] = ACTIONS(2849), + [anon_sym_DASH_DASH] = ACTIONS(2849), + [anon_sym_QMARK] = ACTIONS(2851), + [anon_sym_BANG] = ACTIONS(2851), + [anon_sym_go] = ACTIONS(2851), + [anon_sym_spawn] = ACTIONS(2851), + [anon_sym_json_DOTdecode] = ACTIONS(2849), + [anon_sym_LBRACK2] = ACTIONS(2851), + [anon_sym_TILDE] = ACTIONS(2849), + [anon_sym_CARET] = ACTIONS(2849), + [anon_sym_AMP] = ACTIONS(2851), + [anon_sym_LT_DASH] = ACTIONS(2849), + [anon_sym_LT_LT] = ACTIONS(2849), + [anon_sym_GT_GT] = ACTIONS(2851), + [anon_sym_GT_GT_GT] = ACTIONS(2849), + [anon_sym_AMP_CARET] = ACTIONS(2849), + [anon_sym_AMP_AMP] = ACTIONS(2849), + [anon_sym_PIPE_PIPE] = ACTIONS(2849), + [anon_sym_or] = ACTIONS(2851), + [sym_none] = ACTIONS(2851), + [sym_true] = ACTIONS(2851), + [sym_false] = ACTIONS(2851), + [sym_nil] = ACTIONS(2851), + [anon_sym_QMARK_DOT] = ACTIONS(2849), + [anon_sym_POUND_LBRACK] = ACTIONS(2849), + [anon_sym_if] = ACTIONS(2851), + [anon_sym_DOLLARif] = ACTIONS(2851), + [anon_sym_is] = ACTIONS(2851), + [anon_sym_BANGis] = ACTIONS(2849), + [anon_sym_in] = ACTIONS(2851), + [anon_sym_BANGin] = ACTIONS(2849), + [anon_sym_match] = ACTIONS(2851), + [anon_sym_select] = ACTIONS(2851), + [anon_sym_lock] = ACTIONS(2851), + [anon_sym_rlock] = ACTIONS(2851), + [anon_sym_unsafe] = ACTIONS(2851), + [anon_sym_sql] = ACTIONS(2851), + [sym_int_literal] = ACTIONS(2851), + [sym_float_literal] = ACTIONS(2849), + [sym_rune_literal] = ACTIONS(2849), + [anon_sym_AT] = ACTIONS(2851), + [anon_sym_shared] = ACTIONS(2851), + [anon_sym_map_LBRACK] = ACTIONS(2849), + [anon_sym_chan] = ACTIONS(2851), + [anon_sym_thread] = ACTIONS(2851), + [anon_sym_atomic] = ACTIONS(2851), + [sym___double_quote] = ACTIONS(2849), + [sym___single_quote] = ACTIONS(2849), + [sym___c_double_quote] = ACTIONS(2849), + [sym___c_single_quote] = ACTIONS(2849), + [sym___r_double_quote] = ACTIONS(2849), + [sym___r_single_quote] = ACTIONS(2849), }, - [1383] = { - [sym_identifier] = ACTIONS(2876), + [1389] = { + [sym_identifier] = ACTIONS(2959), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2876), - [anon_sym_as] = ACTIONS(2876), - [anon_sym_LBRACE] = ACTIONS(2874), - [anon_sym_COMMA] = ACTIONS(2874), - [anon_sym_LPAREN] = ACTIONS(2874), - [anon_sym_PIPE] = ACTIONS(2876), - [anon_sym_fn] = ACTIONS(2876), - [anon_sym_PLUS] = ACTIONS(2876), - [anon_sym_DASH] = ACTIONS(2876), - [anon_sym_STAR] = ACTIONS(2874), - [anon_sym_SLASH] = ACTIONS(2876), - [anon_sym_PERCENT] = ACTIONS(2874), - [anon_sym_LT] = ACTIONS(2876), - [anon_sym_GT] = ACTIONS(2876), - [anon_sym_EQ_EQ] = ACTIONS(2874), - [anon_sym_BANG_EQ] = ACTIONS(2874), - [anon_sym_LT_EQ] = ACTIONS(2874), - [anon_sym_GT_EQ] = ACTIONS(2874), - [anon_sym_LBRACK] = ACTIONS(2874), - [anon_sym_RBRACK] = ACTIONS(2874), - [anon_sym_struct] = ACTIONS(2876), - [anon_sym_mut] = ACTIONS(2876), - [anon_sym_PLUS_PLUS] = ACTIONS(2874), - [anon_sym_DASH_DASH] = ACTIONS(2874), - [anon_sym_QMARK] = ACTIONS(2876), - [anon_sym_BANG] = ACTIONS(2876), - [anon_sym_go] = ACTIONS(2876), - [anon_sym_spawn] = ACTIONS(2876), - [anon_sym_json_DOTdecode] = ACTIONS(2874), - [anon_sym_LBRACK2] = ACTIONS(2876), - [anon_sym_TILDE] = ACTIONS(2874), - [anon_sym_CARET] = ACTIONS(2874), - [anon_sym_AMP] = ACTIONS(2876), - [anon_sym_LT_DASH] = ACTIONS(2874), - [anon_sym_LT_LT] = ACTIONS(2874), - [anon_sym_GT_GT] = ACTIONS(2876), - [anon_sym_GT_GT_GT] = ACTIONS(2874), - [anon_sym_AMP_CARET] = ACTIONS(2874), - [anon_sym_AMP_AMP] = ACTIONS(2874), - [anon_sym_PIPE_PIPE] = ACTIONS(2874), - [anon_sym_or] = ACTIONS(2876), - [sym_none] = ACTIONS(2876), - [sym_true] = ACTIONS(2876), - [sym_false] = ACTIONS(2876), - [sym_nil] = ACTIONS(2876), - [anon_sym_QMARK_DOT] = ACTIONS(2874), - [anon_sym_POUND_LBRACK] = ACTIONS(2874), - [anon_sym_if] = ACTIONS(2876), - [anon_sym_DOLLARif] = ACTIONS(2876), - [anon_sym_is] = ACTIONS(2876), - [anon_sym_BANGis] = ACTIONS(2874), - [anon_sym_in] = ACTIONS(2876), - [anon_sym_BANGin] = ACTIONS(2874), - [anon_sym_match] = ACTIONS(2876), - [anon_sym_select] = ACTIONS(2876), - [anon_sym_lock] = ACTIONS(2876), - [anon_sym_rlock] = ACTIONS(2876), - [anon_sym_unsafe] = ACTIONS(2876), - [anon_sym_sql] = ACTIONS(2876), - [sym_int_literal] = ACTIONS(2876), - [sym_float_literal] = ACTIONS(2874), - [sym_rune_literal] = ACTIONS(2874), - [anon_sym_AT] = ACTIONS(2876), - [anon_sym_shared] = ACTIONS(2876), - [anon_sym_map_LBRACK] = ACTIONS(2874), - [anon_sym_chan] = ACTIONS(2876), - [anon_sym_thread] = ACTIONS(2876), - [anon_sym_atomic] = ACTIONS(2876), - [sym___double_quote] = ACTIONS(2874), - [sym___single_quote] = ACTIONS(2874), - [sym___c_double_quote] = ACTIONS(2874), - [sym___c_single_quote] = ACTIONS(2874), - [sym___r_double_quote] = ACTIONS(2874), - [sym___r_single_quote] = ACTIONS(2874), + [anon_sym_DOT] = ACTIONS(2959), + [anon_sym_as] = ACTIONS(2959), + [anon_sym_LBRACE] = ACTIONS(2957), + [anon_sym_COMMA] = ACTIONS(2957), + [anon_sym_LPAREN] = ACTIONS(2957), + [anon_sym_PIPE] = ACTIONS(2959), + [anon_sym_fn] = ACTIONS(2959), + [anon_sym_PLUS] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2959), + [anon_sym_STAR] = ACTIONS(2957), + [anon_sym_SLASH] = ACTIONS(2959), + [anon_sym_PERCENT] = ACTIONS(2957), + [anon_sym_LT] = ACTIONS(2959), + [anon_sym_GT] = ACTIONS(2959), + [anon_sym_EQ_EQ] = ACTIONS(2957), + [anon_sym_BANG_EQ] = ACTIONS(2957), + [anon_sym_LT_EQ] = ACTIONS(2957), + [anon_sym_GT_EQ] = ACTIONS(2957), + [anon_sym_LBRACK] = ACTIONS(2957), + [anon_sym_LT2] = ACTIONS(2959), + [anon_sym_RBRACK] = ACTIONS(2957), + [anon_sym_struct] = ACTIONS(2959), + [anon_sym_mut] = ACTIONS(2959), + [anon_sym_PLUS_PLUS] = ACTIONS(2957), + [anon_sym_DASH_DASH] = ACTIONS(2957), + [anon_sym_QMARK] = ACTIONS(2959), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_go] = ACTIONS(2959), + [anon_sym_spawn] = ACTIONS(2959), + [anon_sym_json_DOTdecode] = ACTIONS(2957), + [anon_sym_LBRACK2] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2957), + [anon_sym_CARET] = ACTIONS(2957), + [anon_sym_AMP] = ACTIONS(2959), + [anon_sym_LT_DASH] = ACTIONS(2957), + [anon_sym_LT_LT] = ACTIONS(2957), + [anon_sym_GT_GT] = ACTIONS(2959), + [anon_sym_GT_GT_GT] = ACTIONS(2957), + [anon_sym_AMP_CARET] = ACTIONS(2957), + [anon_sym_AMP_AMP] = ACTIONS(2957), + [anon_sym_PIPE_PIPE] = ACTIONS(2957), + [anon_sym_or] = ACTIONS(2959), + [sym_none] = ACTIONS(2959), + [sym_true] = ACTIONS(2959), + [sym_false] = ACTIONS(2959), + [sym_nil] = ACTIONS(2959), + [anon_sym_QMARK_DOT] = ACTIONS(2957), + [anon_sym_POUND_LBRACK] = ACTIONS(2957), + [anon_sym_if] = ACTIONS(2959), + [anon_sym_DOLLARif] = ACTIONS(2959), + [anon_sym_is] = ACTIONS(2959), + [anon_sym_BANGis] = ACTIONS(2957), + [anon_sym_in] = ACTIONS(2959), + [anon_sym_BANGin] = ACTIONS(2957), + [anon_sym_match] = ACTIONS(2959), + [anon_sym_select] = ACTIONS(2959), + [anon_sym_lock] = ACTIONS(2959), + [anon_sym_rlock] = ACTIONS(2959), + [anon_sym_unsafe] = ACTIONS(2959), + [anon_sym_sql] = ACTIONS(2959), + [sym_int_literal] = ACTIONS(2959), + [sym_float_literal] = ACTIONS(2957), + [sym_rune_literal] = ACTIONS(2957), + [anon_sym_AT] = ACTIONS(2959), + [anon_sym_shared] = ACTIONS(2959), + [anon_sym_map_LBRACK] = ACTIONS(2957), + [anon_sym_chan] = ACTIONS(2959), + [anon_sym_thread] = ACTIONS(2959), + [anon_sym_atomic] = ACTIONS(2959), + [sym___double_quote] = ACTIONS(2957), + [sym___single_quote] = ACTIONS(2957), + [sym___c_double_quote] = ACTIONS(2957), + [sym___c_single_quote] = ACTIONS(2957), + [sym___r_double_quote] = ACTIONS(2957), + [sym___r_single_quote] = ACTIONS(2957), }, - [1384] = { - [sym_identifier] = ACTIONS(2899), + [1390] = { + [sym_identifier] = ACTIONS(2773), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2899), - [anon_sym_as] = ACTIONS(2899), - [anon_sym_LBRACE] = ACTIONS(2897), - [anon_sym_COMMA] = ACTIONS(2897), - [anon_sym_LPAREN] = ACTIONS(2897), - [anon_sym_PIPE] = ACTIONS(2899), - [anon_sym_fn] = ACTIONS(2899), - [anon_sym_PLUS] = ACTIONS(2899), - [anon_sym_DASH] = ACTIONS(2899), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_SLASH] = ACTIONS(2899), - [anon_sym_PERCENT] = ACTIONS(2897), - [anon_sym_LT] = ACTIONS(2899), - [anon_sym_GT] = ACTIONS(2899), - [anon_sym_EQ_EQ] = ACTIONS(2897), - [anon_sym_BANG_EQ] = ACTIONS(2897), - [anon_sym_LT_EQ] = ACTIONS(2897), - [anon_sym_GT_EQ] = ACTIONS(2897), - [anon_sym_LBRACK] = ACTIONS(2897), - [anon_sym_RBRACK] = ACTIONS(2897), - [anon_sym_struct] = ACTIONS(2899), - [anon_sym_mut] = ACTIONS(2899), - [anon_sym_PLUS_PLUS] = ACTIONS(2897), - [anon_sym_DASH_DASH] = ACTIONS(2897), - [anon_sym_QMARK] = ACTIONS(2899), - [anon_sym_BANG] = ACTIONS(2899), - [anon_sym_go] = ACTIONS(2899), - [anon_sym_spawn] = ACTIONS(2899), - [anon_sym_json_DOTdecode] = ACTIONS(2897), - [anon_sym_LBRACK2] = ACTIONS(2899), - [anon_sym_TILDE] = ACTIONS(2897), - [anon_sym_CARET] = ACTIONS(2897), - [anon_sym_AMP] = ACTIONS(2899), - [anon_sym_LT_DASH] = ACTIONS(2897), - [anon_sym_LT_LT] = ACTIONS(2897), - [anon_sym_GT_GT] = ACTIONS(2899), - [anon_sym_GT_GT_GT] = ACTIONS(2897), - [anon_sym_AMP_CARET] = ACTIONS(2897), - [anon_sym_AMP_AMP] = ACTIONS(2897), - [anon_sym_PIPE_PIPE] = ACTIONS(2897), - [anon_sym_or] = ACTIONS(2899), - [sym_none] = ACTIONS(2899), - [sym_true] = ACTIONS(2899), - [sym_false] = ACTIONS(2899), - [sym_nil] = ACTIONS(2899), - [anon_sym_QMARK_DOT] = ACTIONS(2897), - [anon_sym_POUND_LBRACK] = ACTIONS(2897), - [anon_sym_if] = ACTIONS(2899), - [anon_sym_DOLLARif] = ACTIONS(2899), - [anon_sym_is] = ACTIONS(2899), - [anon_sym_BANGis] = ACTIONS(2897), - [anon_sym_in] = ACTIONS(2899), - [anon_sym_BANGin] = ACTIONS(2897), - [anon_sym_match] = ACTIONS(2899), - [anon_sym_select] = ACTIONS(2899), - [anon_sym_lock] = ACTIONS(2899), - [anon_sym_rlock] = ACTIONS(2899), - [anon_sym_unsafe] = ACTIONS(2899), - [anon_sym_sql] = ACTIONS(2899), - [sym_int_literal] = ACTIONS(2899), - [sym_float_literal] = ACTIONS(2897), - [sym_rune_literal] = ACTIONS(2897), - [anon_sym_AT] = ACTIONS(2899), - [anon_sym_shared] = ACTIONS(2899), - [anon_sym_map_LBRACK] = ACTIONS(2897), - [anon_sym_chan] = ACTIONS(2899), - [anon_sym_thread] = ACTIONS(2899), - [anon_sym_atomic] = ACTIONS(2899), - [sym___double_quote] = ACTIONS(2897), - [sym___single_quote] = ACTIONS(2897), - [sym___c_double_quote] = ACTIONS(2897), - [sym___c_single_quote] = ACTIONS(2897), - [sym___r_double_quote] = ACTIONS(2897), - [sym___r_single_quote] = ACTIONS(2897), + [anon_sym_DOT] = ACTIONS(2773), + [anon_sym_as] = ACTIONS(2773), + [anon_sym_LBRACE] = ACTIONS(2771), + [anon_sym_COMMA] = ACTIONS(2771), + [anon_sym_LPAREN] = ACTIONS(2771), + [anon_sym_PIPE] = ACTIONS(2773), + [anon_sym_fn] = ACTIONS(2773), + [anon_sym_PLUS] = ACTIONS(2773), + [anon_sym_DASH] = ACTIONS(2773), + [anon_sym_STAR] = ACTIONS(2771), + [anon_sym_SLASH] = ACTIONS(2773), + [anon_sym_PERCENT] = ACTIONS(2771), + [anon_sym_LT] = ACTIONS(2773), + [anon_sym_GT] = ACTIONS(2773), + [anon_sym_EQ_EQ] = ACTIONS(2771), + [anon_sym_BANG_EQ] = ACTIONS(2771), + [anon_sym_LT_EQ] = ACTIONS(2771), + [anon_sym_GT_EQ] = ACTIONS(2771), + [anon_sym_LBRACK] = ACTIONS(2771), + [anon_sym_LT2] = ACTIONS(2773), + [anon_sym_RBRACK] = ACTIONS(2771), + [anon_sym_struct] = ACTIONS(2773), + [anon_sym_mut] = ACTIONS(2773), + [anon_sym_PLUS_PLUS] = ACTIONS(2771), + [anon_sym_DASH_DASH] = ACTIONS(2771), + [anon_sym_QMARK] = ACTIONS(2773), + [anon_sym_BANG] = ACTIONS(2773), + [anon_sym_go] = ACTIONS(2773), + [anon_sym_spawn] = ACTIONS(2773), + [anon_sym_json_DOTdecode] = ACTIONS(2771), + [anon_sym_LBRACK2] = ACTIONS(2773), + [anon_sym_TILDE] = ACTIONS(2771), + [anon_sym_CARET] = ACTIONS(2771), + [anon_sym_AMP] = ACTIONS(2773), + [anon_sym_LT_DASH] = ACTIONS(2771), + [anon_sym_LT_LT] = ACTIONS(2771), + [anon_sym_GT_GT] = ACTIONS(2773), + [anon_sym_GT_GT_GT] = ACTIONS(2771), + [anon_sym_AMP_CARET] = ACTIONS(2771), + [anon_sym_AMP_AMP] = ACTIONS(2771), + [anon_sym_PIPE_PIPE] = ACTIONS(2771), + [anon_sym_or] = ACTIONS(2773), + [sym_none] = ACTIONS(2773), + [sym_true] = ACTIONS(2773), + [sym_false] = ACTIONS(2773), + [sym_nil] = ACTIONS(2773), + [anon_sym_QMARK_DOT] = ACTIONS(2771), + [anon_sym_POUND_LBRACK] = ACTIONS(2771), + [anon_sym_if] = ACTIONS(2773), + [anon_sym_DOLLARif] = ACTIONS(2773), + [anon_sym_is] = ACTIONS(2773), + [anon_sym_BANGis] = ACTIONS(2771), + [anon_sym_in] = ACTIONS(2773), + [anon_sym_BANGin] = ACTIONS(2771), + [anon_sym_match] = ACTIONS(2773), + [anon_sym_select] = ACTIONS(2773), + [anon_sym_lock] = ACTIONS(2773), + [anon_sym_rlock] = ACTIONS(2773), + [anon_sym_unsafe] = ACTIONS(2773), + [anon_sym_sql] = ACTIONS(2773), + [sym_int_literal] = ACTIONS(2773), + [sym_float_literal] = ACTIONS(2771), + [sym_rune_literal] = ACTIONS(2771), + [anon_sym_AT] = ACTIONS(2773), + [anon_sym_shared] = ACTIONS(2773), + [anon_sym_map_LBRACK] = ACTIONS(2771), + [anon_sym_chan] = ACTIONS(2773), + [anon_sym_thread] = ACTIONS(2773), + [anon_sym_atomic] = ACTIONS(2773), + [sym___double_quote] = ACTIONS(2771), + [sym___single_quote] = ACTIONS(2771), + [sym___c_double_quote] = ACTIONS(2771), + [sym___c_single_quote] = ACTIONS(2771), + [sym___r_double_quote] = ACTIONS(2771), + [sym___r_single_quote] = ACTIONS(2771), }, - [1385] = { - [sym_identifier] = ACTIONS(2856), + [1391] = { + [sym_identifier] = ACTIONS(2973), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2856), - [anon_sym_as] = ACTIONS(2856), - [anon_sym_LBRACE] = ACTIONS(2854), - [anon_sym_COMMA] = ACTIONS(2854), - [anon_sym_LPAREN] = ACTIONS(2854), - [anon_sym_PIPE] = ACTIONS(2856), - [anon_sym_fn] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2854), - [anon_sym_SLASH] = ACTIONS(2856), - [anon_sym_PERCENT] = ACTIONS(2854), - [anon_sym_LT] = ACTIONS(2856), - [anon_sym_GT] = ACTIONS(2856), - [anon_sym_EQ_EQ] = ACTIONS(2854), - [anon_sym_BANG_EQ] = ACTIONS(2854), - [anon_sym_LT_EQ] = ACTIONS(2854), - [anon_sym_GT_EQ] = ACTIONS(2854), - [anon_sym_LBRACK] = ACTIONS(2854), - [anon_sym_RBRACK] = ACTIONS(2854), - [anon_sym_struct] = ACTIONS(2856), - [anon_sym_mut] = ACTIONS(2856), - [anon_sym_PLUS_PLUS] = ACTIONS(2854), - [anon_sym_DASH_DASH] = ACTIONS(2854), - [anon_sym_QMARK] = ACTIONS(2856), - [anon_sym_BANG] = ACTIONS(2856), - [anon_sym_go] = ACTIONS(2856), - [anon_sym_spawn] = ACTIONS(2856), - [anon_sym_json_DOTdecode] = ACTIONS(2854), - [anon_sym_LBRACK2] = ACTIONS(2856), - [anon_sym_TILDE] = ACTIONS(2854), - [anon_sym_CARET] = ACTIONS(2854), - [anon_sym_AMP] = ACTIONS(2856), - [anon_sym_LT_DASH] = ACTIONS(2854), - [anon_sym_LT_LT] = ACTIONS(2854), - [anon_sym_GT_GT] = ACTIONS(2856), - [anon_sym_GT_GT_GT] = ACTIONS(2854), - [anon_sym_AMP_CARET] = ACTIONS(2854), - [anon_sym_AMP_AMP] = ACTIONS(2854), - [anon_sym_PIPE_PIPE] = ACTIONS(2854), - [anon_sym_or] = ACTIONS(2856), - [sym_none] = ACTIONS(2856), - [sym_true] = ACTIONS(2856), - [sym_false] = ACTIONS(2856), - [sym_nil] = ACTIONS(2856), - [anon_sym_QMARK_DOT] = ACTIONS(2854), - [anon_sym_POUND_LBRACK] = ACTIONS(2854), - [anon_sym_if] = ACTIONS(2856), - [anon_sym_DOLLARif] = ACTIONS(2856), - [anon_sym_is] = ACTIONS(2856), - [anon_sym_BANGis] = ACTIONS(2854), - [anon_sym_in] = ACTIONS(2856), - [anon_sym_BANGin] = ACTIONS(2854), - [anon_sym_match] = ACTIONS(2856), - [anon_sym_select] = ACTIONS(2856), - [anon_sym_lock] = ACTIONS(2856), - [anon_sym_rlock] = ACTIONS(2856), - [anon_sym_unsafe] = ACTIONS(2856), - [anon_sym_sql] = ACTIONS(2856), - [sym_int_literal] = ACTIONS(2856), - [sym_float_literal] = ACTIONS(2854), - [sym_rune_literal] = ACTIONS(2854), - [anon_sym_AT] = ACTIONS(2856), - [anon_sym_shared] = ACTIONS(2856), - [anon_sym_map_LBRACK] = ACTIONS(2854), - [anon_sym_chan] = ACTIONS(2856), - [anon_sym_thread] = ACTIONS(2856), - [anon_sym_atomic] = ACTIONS(2856), - [sym___double_quote] = ACTIONS(2854), - [sym___single_quote] = ACTIONS(2854), - [sym___c_double_quote] = ACTIONS(2854), - [sym___c_single_quote] = ACTIONS(2854), - [sym___r_double_quote] = ACTIONS(2854), - [sym___r_single_quote] = ACTIONS(2854), + [anon_sym_DOT] = ACTIONS(2975), + [anon_sym_as] = ACTIONS(2975), + [anon_sym_LBRACE] = ACTIONS(2971), + [anon_sym_COMMA] = ACTIONS(2971), + [anon_sym_LPAREN] = ACTIONS(2978), + [anon_sym_PIPE] = ACTIONS(2975), + [anon_sym_fn] = ACTIONS(2973), + [anon_sym_PLUS] = ACTIONS(2975), + [anon_sym_DASH] = ACTIONS(2975), + [anon_sym_STAR] = ACTIONS(2978), + [anon_sym_SLASH] = ACTIONS(2975), + [anon_sym_PERCENT] = ACTIONS(2978), + [anon_sym_LT] = ACTIONS(2975), + [anon_sym_GT] = ACTIONS(2975), + [anon_sym_EQ_EQ] = ACTIONS(2978), + [anon_sym_BANG_EQ] = ACTIONS(2978), + [anon_sym_LT_EQ] = ACTIONS(2978), + [anon_sym_GT_EQ] = ACTIONS(2978), + [anon_sym_LBRACK] = ACTIONS(2978), + [anon_sym_LT2] = ACTIONS(2975), + [anon_sym_RBRACK] = ACTIONS(2971), + [anon_sym_struct] = ACTIONS(2973), + [anon_sym_mut] = ACTIONS(2973), + [anon_sym_PLUS_PLUS] = ACTIONS(2978), + [anon_sym_DASH_DASH] = ACTIONS(2978), + [anon_sym_QMARK] = ACTIONS(2975), + [anon_sym_BANG] = ACTIONS(2975), + [anon_sym_go] = ACTIONS(2973), + [anon_sym_spawn] = ACTIONS(2973), + [anon_sym_json_DOTdecode] = ACTIONS(2971), + [anon_sym_LBRACK2] = ACTIONS(2975), + [anon_sym_TILDE] = ACTIONS(2971), + [anon_sym_CARET] = ACTIONS(2978), + [anon_sym_AMP] = ACTIONS(2975), + [anon_sym_LT_DASH] = ACTIONS(2971), + [anon_sym_LT_LT] = ACTIONS(2978), + [anon_sym_GT_GT] = ACTIONS(2975), + [anon_sym_GT_GT_GT] = ACTIONS(2978), + [anon_sym_AMP_CARET] = ACTIONS(2978), + [anon_sym_AMP_AMP] = ACTIONS(2978), + [anon_sym_PIPE_PIPE] = ACTIONS(2978), + [anon_sym_or] = ACTIONS(2975), + [sym_none] = ACTIONS(2973), + [sym_true] = ACTIONS(2973), + [sym_false] = ACTIONS(2973), + [sym_nil] = ACTIONS(2973), + [anon_sym_QMARK_DOT] = ACTIONS(2978), + [anon_sym_POUND_LBRACK] = ACTIONS(2978), + [anon_sym_if] = ACTIONS(2973), + [anon_sym_DOLLARif] = ACTIONS(2973), + [anon_sym_is] = ACTIONS(2975), + [anon_sym_BANGis] = ACTIONS(2978), + [anon_sym_in] = ACTIONS(2975), + [anon_sym_BANGin] = ACTIONS(2978), + [anon_sym_match] = ACTIONS(2973), + [anon_sym_select] = ACTIONS(2973), + [anon_sym_lock] = ACTIONS(2973), + [anon_sym_rlock] = ACTIONS(2973), + [anon_sym_unsafe] = ACTIONS(2973), + [anon_sym_sql] = ACTIONS(2973), + [sym_int_literal] = ACTIONS(2973), + [sym_float_literal] = ACTIONS(2971), + [sym_rune_literal] = ACTIONS(2971), + [anon_sym_AT] = ACTIONS(2973), + [anon_sym_shared] = ACTIONS(2973), + [anon_sym_map_LBRACK] = ACTIONS(2971), + [anon_sym_chan] = ACTIONS(2973), + [anon_sym_thread] = ACTIONS(2973), + [anon_sym_atomic] = ACTIONS(2973), + [sym___double_quote] = ACTIONS(2971), + [sym___single_quote] = ACTIONS(2971), + [sym___c_double_quote] = ACTIONS(2971), + [sym___c_single_quote] = ACTIONS(2971), + [sym___r_double_quote] = ACTIONS(2971), + [sym___r_single_quote] = ACTIONS(2971), }, - [1386] = { + [1392] = { [sym_identifier] = ACTIONS(2927), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(2927), @@ -173828,6 +175040,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(2925), [anon_sym_GT_EQ] = ACTIONS(2925), [anon_sym_LBRACK] = ACTIONS(2925), + [anon_sym_LT2] = ACTIONS(2927), [anon_sym_RBRACK] = ACTIONS(2925), [anon_sym_struct] = ACTIONS(2927), [anon_sym_mut] = ACTIONS(2927), @@ -173884,241 +175097,165 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(2925), [sym___r_single_quote] = ACTIONS(2925), }, - [1387] = { - [sym_identifier] = ACTIONS(2907), + [1393] = { + [sym_identifier] = ACTIONS(2803), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2907), - [anon_sym_as] = ACTIONS(2907), - [anon_sym_LBRACE] = ACTIONS(2905), - [anon_sym_COMMA] = ACTIONS(2905), - [anon_sym_LPAREN] = ACTIONS(2905), - [anon_sym_PIPE] = ACTIONS(2907), - [anon_sym_fn] = ACTIONS(2907), - [anon_sym_PLUS] = ACTIONS(2907), - [anon_sym_DASH] = ACTIONS(2907), - [anon_sym_STAR] = ACTIONS(2905), - [anon_sym_SLASH] = ACTIONS(2907), - [anon_sym_PERCENT] = ACTIONS(2905), - [anon_sym_LT] = ACTIONS(2907), - [anon_sym_GT] = ACTIONS(2907), - [anon_sym_EQ_EQ] = ACTIONS(2905), - [anon_sym_BANG_EQ] = ACTIONS(2905), - [anon_sym_LT_EQ] = ACTIONS(2905), - [anon_sym_GT_EQ] = ACTIONS(2905), - [anon_sym_LBRACK] = ACTIONS(2905), - [anon_sym_RBRACK] = ACTIONS(2905), - [anon_sym_struct] = ACTIONS(2907), - [anon_sym_mut] = ACTIONS(2907), - [anon_sym_PLUS_PLUS] = ACTIONS(2905), - [anon_sym_DASH_DASH] = ACTIONS(2905), - [anon_sym_QMARK] = ACTIONS(2907), - [anon_sym_BANG] = ACTIONS(2907), - [anon_sym_go] = ACTIONS(2907), - [anon_sym_spawn] = ACTIONS(2907), - [anon_sym_json_DOTdecode] = ACTIONS(2905), - [anon_sym_LBRACK2] = ACTIONS(2907), - [anon_sym_TILDE] = ACTIONS(2905), - [anon_sym_CARET] = ACTIONS(2905), - [anon_sym_AMP] = ACTIONS(2907), - [anon_sym_LT_DASH] = ACTIONS(2905), - [anon_sym_LT_LT] = ACTIONS(2905), - [anon_sym_GT_GT] = ACTIONS(2907), - [anon_sym_GT_GT_GT] = ACTIONS(2905), - [anon_sym_AMP_CARET] = ACTIONS(2905), - [anon_sym_AMP_AMP] = ACTIONS(2905), - [anon_sym_PIPE_PIPE] = ACTIONS(2905), - [anon_sym_or] = ACTIONS(2907), - [sym_none] = ACTIONS(2907), - [sym_true] = ACTIONS(2907), - [sym_false] = ACTIONS(2907), - [sym_nil] = ACTIONS(2907), - [anon_sym_QMARK_DOT] = ACTIONS(2905), - [anon_sym_POUND_LBRACK] = ACTIONS(2905), - [anon_sym_if] = ACTIONS(2907), - [anon_sym_DOLLARif] = ACTIONS(2907), - [anon_sym_is] = ACTIONS(2907), - [anon_sym_BANGis] = ACTIONS(2905), - [anon_sym_in] = ACTIONS(2907), - [anon_sym_BANGin] = ACTIONS(2905), - [anon_sym_match] = ACTIONS(2907), - [anon_sym_select] = ACTIONS(2907), - [anon_sym_lock] = ACTIONS(2907), - [anon_sym_rlock] = ACTIONS(2907), - [anon_sym_unsafe] = ACTIONS(2907), - [anon_sym_sql] = ACTIONS(2907), - [sym_int_literal] = ACTIONS(2907), - [sym_float_literal] = ACTIONS(2905), - [sym_rune_literal] = ACTIONS(2905), - [anon_sym_AT] = ACTIONS(2907), - [anon_sym_shared] = ACTIONS(2907), - [anon_sym_map_LBRACK] = ACTIONS(2905), - [anon_sym_chan] = ACTIONS(2907), - [anon_sym_thread] = ACTIONS(2907), - [anon_sym_atomic] = ACTIONS(2907), - [sym___double_quote] = ACTIONS(2905), - [sym___single_quote] = ACTIONS(2905), - [sym___c_double_quote] = ACTIONS(2905), - [sym___c_single_quote] = ACTIONS(2905), - [sym___r_double_quote] = ACTIONS(2905), - [sym___r_single_quote] = ACTIONS(2905), + [anon_sym_DOT] = ACTIONS(2803), + [anon_sym_as] = ACTIONS(2803), + [anon_sym_LBRACE] = ACTIONS(2801), + [anon_sym_COMMA] = ACTIONS(2801), + [anon_sym_LPAREN] = ACTIONS(2801), + [anon_sym_PIPE] = ACTIONS(2803), + [anon_sym_fn] = ACTIONS(2803), + [anon_sym_PLUS] = ACTIONS(2803), + [anon_sym_DASH] = ACTIONS(2803), + [anon_sym_STAR] = ACTIONS(2801), + [anon_sym_SLASH] = ACTIONS(2803), + [anon_sym_PERCENT] = ACTIONS(2801), + [anon_sym_LT] = ACTIONS(2803), + [anon_sym_GT] = ACTIONS(2803), + [anon_sym_EQ_EQ] = ACTIONS(2801), + [anon_sym_BANG_EQ] = ACTIONS(2801), + [anon_sym_LT_EQ] = ACTIONS(2801), + [anon_sym_GT_EQ] = ACTIONS(2801), + [anon_sym_LBRACK] = ACTIONS(2801), + [anon_sym_LT2] = ACTIONS(2803), + [anon_sym_RBRACK] = ACTIONS(2801), + [anon_sym_struct] = ACTIONS(2803), + [anon_sym_mut] = ACTIONS(2803), + [anon_sym_PLUS_PLUS] = ACTIONS(2801), + [anon_sym_DASH_DASH] = ACTIONS(2801), + [anon_sym_QMARK] = ACTIONS(2803), + [anon_sym_BANG] = ACTIONS(2803), + [anon_sym_go] = ACTIONS(2803), + [anon_sym_spawn] = ACTIONS(2803), + [anon_sym_json_DOTdecode] = ACTIONS(2801), + [anon_sym_LBRACK2] = ACTIONS(2803), + [anon_sym_TILDE] = ACTIONS(2801), + [anon_sym_CARET] = ACTIONS(2801), + [anon_sym_AMP] = ACTIONS(2803), + [anon_sym_LT_DASH] = ACTIONS(2801), + [anon_sym_LT_LT] = ACTIONS(2801), + [anon_sym_GT_GT] = ACTIONS(2803), + [anon_sym_GT_GT_GT] = ACTIONS(2801), + [anon_sym_AMP_CARET] = ACTIONS(2801), + [anon_sym_AMP_AMP] = ACTIONS(2801), + [anon_sym_PIPE_PIPE] = ACTIONS(2801), + [anon_sym_or] = ACTIONS(2803), + [sym_none] = ACTIONS(2803), + [sym_true] = ACTIONS(2803), + [sym_false] = ACTIONS(2803), + [sym_nil] = ACTIONS(2803), + [anon_sym_QMARK_DOT] = ACTIONS(2801), + [anon_sym_POUND_LBRACK] = ACTIONS(2801), + [anon_sym_if] = ACTIONS(2803), + [anon_sym_DOLLARif] = ACTIONS(2803), + [anon_sym_is] = ACTIONS(2803), + [anon_sym_BANGis] = ACTIONS(2801), + [anon_sym_in] = ACTIONS(2803), + [anon_sym_BANGin] = ACTIONS(2801), + [anon_sym_match] = ACTIONS(2803), + [anon_sym_select] = ACTIONS(2803), + [anon_sym_lock] = ACTIONS(2803), + [anon_sym_rlock] = ACTIONS(2803), + [anon_sym_unsafe] = ACTIONS(2803), + [anon_sym_sql] = ACTIONS(2803), + [sym_int_literal] = ACTIONS(2803), + [sym_float_literal] = ACTIONS(2801), + [sym_rune_literal] = ACTIONS(2801), + [anon_sym_AT] = ACTIONS(2803), + [anon_sym_shared] = ACTIONS(2803), + [anon_sym_map_LBRACK] = ACTIONS(2801), + [anon_sym_chan] = ACTIONS(2803), + [anon_sym_thread] = ACTIONS(2803), + [anon_sym_atomic] = ACTIONS(2803), + [sym___double_quote] = ACTIONS(2801), + [sym___single_quote] = ACTIONS(2801), + [sym___c_double_quote] = ACTIONS(2801), + [sym___c_single_quote] = ACTIONS(2801), + [sym___r_double_quote] = ACTIONS(2801), + [sym___r_single_quote] = ACTIONS(2801), }, - [1388] = { - [sym_identifier] = ACTIONS(2884), + [1394] = { + [sym_identifier] = ACTIONS(2963), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2886), - [anon_sym_as] = ACTIONS(2884), - [anon_sym_LBRACE] = ACTIONS(2882), - [anon_sym_COMMA] = ACTIONS(2882), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_PIPE] = ACTIONS(2884), - [anon_sym_fn] = ACTIONS(2884), - [anon_sym_PLUS] = ACTIONS(2884), - [anon_sym_DASH] = ACTIONS(2884), - [anon_sym_STAR] = ACTIONS(2882), - [anon_sym_SLASH] = ACTIONS(2884), - [anon_sym_PERCENT] = ACTIONS(2882), - [anon_sym_LT] = ACTIONS(2884), - [anon_sym_GT] = ACTIONS(2884), - [anon_sym_EQ_EQ] = ACTIONS(2882), - [anon_sym_BANG_EQ] = ACTIONS(2882), - [anon_sym_LT_EQ] = ACTIONS(2882), - [anon_sym_GT_EQ] = ACTIONS(2882), - [anon_sym_LBRACK] = ACTIONS(2882), - [anon_sym_RBRACK] = ACTIONS(3667), - [anon_sym_struct] = ACTIONS(2884), - [anon_sym_mut] = ACTIONS(2884), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_QMARK] = ACTIONS(2884), - [anon_sym_BANG] = ACTIONS(2884), - [anon_sym_go] = ACTIONS(2884), - [anon_sym_spawn] = ACTIONS(2884), - [anon_sym_json_DOTdecode] = ACTIONS(2882), - [anon_sym_LBRACK2] = ACTIONS(2884), - [anon_sym_TILDE] = ACTIONS(2882), - [anon_sym_CARET] = ACTIONS(2882), - [anon_sym_AMP] = ACTIONS(2884), - [anon_sym_LT_DASH] = ACTIONS(2882), - [anon_sym_LT_LT] = ACTIONS(2882), - [anon_sym_GT_GT] = ACTIONS(2884), - [anon_sym_GT_GT_GT] = ACTIONS(2882), - [anon_sym_AMP_CARET] = ACTIONS(2882), - [anon_sym_AMP_AMP] = ACTIONS(2882), - [anon_sym_PIPE_PIPE] = ACTIONS(2882), - [anon_sym_or] = ACTIONS(2884), - [sym_none] = ACTIONS(2884), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_nil] = ACTIONS(2884), - [anon_sym_QMARK_DOT] = ACTIONS(2882), - [anon_sym_POUND_LBRACK] = ACTIONS(2882), - [anon_sym_if] = ACTIONS(2884), - [anon_sym_DOLLARif] = ACTIONS(2884), - [anon_sym_is] = ACTIONS(2884), - [anon_sym_BANGis] = ACTIONS(2882), - [anon_sym_in] = ACTIONS(2884), - [anon_sym_BANGin] = ACTIONS(2882), - [anon_sym_match] = ACTIONS(2884), - [anon_sym_select] = ACTIONS(2884), - [anon_sym_lock] = ACTIONS(2884), - [anon_sym_rlock] = ACTIONS(2884), - [anon_sym_unsafe] = ACTIONS(2884), - [anon_sym_sql] = ACTIONS(2884), - [sym_int_literal] = ACTIONS(2884), - [sym_float_literal] = ACTIONS(2882), - [sym_rune_literal] = ACTIONS(2882), - [anon_sym_AT] = ACTIONS(2884), - [anon_sym_shared] = ACTIONS(2884), - [anon_sym_map_LBRACK] = ACTIONS(2882), - [anon_sym_chan] = ACTIONS(2884), - [anon_sym_thread] = ACTIONS(2884), - [anon_sym_atomic] = ACTIONS(2884), - [sym___double_quote] = ACTIONS(2882), - [sym___single_quote] = ACTIONS(2882), - [sym___c_double_quote] = ACTIONS(2882), - [sym___c_single_quote] = ACTIONS(2882), - [sym___r_double_quote] = ACTIONS(2882), - [sym___r_single_quote] = ACTIONS(2882), - }, - [1389] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2374), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(593), - [anon_sym_LF] = ACTIONS(595), - [anon_sym_CR] = ACTIONS(595), - [anon_sym_CR_LF] = ACTIONS(595), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(595), - [anon_sym_DOT] = ACTIONS(595), - [anon_sym_as] = ACTIONS(595), - [anon_sym_COMMA] = ACTIONS(595), - [anon_sym_RBRACE] = ACTIONS(595), - [anon_sym_LPAREN] = ACTIONS(597), - [anon_sym___global] = ACTIONS(595), - [anon_sym_PIPE] = ACTIONS(595), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(595), - [anon_sym_DASH] = ACTIONS(595), - [anon_sym_STAR] = ACTIONS(601), - [anon_sym_SLASH] = ACTIONS(595), - [anon_sym_PERCENT] = ACTIONS(595), - [anon_sym_LT] = ACTIONS(595), - [anon_sym_GT] = ACTIONS(595), - [anon_sym_EQ_EQ] = ACTIONS(595), - [anon_sym_BANG_EQ] = ACTIONS(595), - [anon_sym_LT_EQ] = ACTIONS(595), - [anon_sym_GT_EQ] = ACTIONS(595), - [anon_sym_DOT_DOT_DOT] = ACTIONS(595), - [anon_sym_LBRACK] = ACTIONS(591), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_pub] = ACTIONS(595), - [anon_sym_mut] = ACTIONS(595), - [anon_sym_PLUS_PLUS] = ACTIONS(595), - [anon_sym_DASH_DASH] = ACTIONS(595), - [anon_sym_QMARK] = ACTIONS(503), - [anon_sym_BANG] = ACTIONS(3700), - [anon_sym_LBRACK2] = ACTIONS(607), - [anon_sym_CARET] = ACTIONS(595), - [anon_sym_AMP] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(595), - [anon_sym_GT_GT] = ACTIONS(595), - [anon_sym_GT_GT_GT] = ACTIONS(595), - [anon_sym_AMP_CARET] = ACTIONS(595), - [anon_sym_AMP_AMP] = ACTIONS(595), - [anon_sym_PIPE_PIPE] = ACTIONS(595), - [anon_sym_or] = ACTIONS(595), - [anon_sym_QMARK_DOT] = ACTIONS(595), - [anon_sym_POUND_LBRACK] = ACTIONS(595), - [anon_sym_is] = ACTIONS(595), - [anon_sym_BANGis] = ACTIONS(595), - [anon_sym_in] = ACTIONS(595), - [anon_sym_BANGin] = ACTIONS(595), - [anon_sym_shared] = ACTIONS(611), - [anon_sym_map_LBRACK] = ACTIONS(537), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [anon_sym_AT_LBRACK] = ACTIONS(595), + [anon_sym_DOT] = ACTIONS(2965), + [anon_sym_as] = ACTIONS(2965), + [anon_sym_LBRACE] = ACTIONS(2961), + [anon_sym_COMMA] = ACTIONS(2961), + [anon_sym_LPAREN] = ACTIONS(2968), + [anon_sym_PIPE] = ACTIONS(2965), + [anon_sym_fn] = ACTIONS(2963), + [anon_sym_PLUS] = ACTIONS(2965), + [anon_sym_DASH] = ACTIONS(2965), + [anon_sym_STAR] = ACTIONS(2968), + [anon_sym_SLASH] = ACTIONS(2965), + [anon_sym_PERCENT] = ACTIONS(2968), + [anon_sym_LT] = ACTIONS(2965), + [anon_sym_GT] = ACTIONS(2965), + [anon_sym_EQ_EQ] = ACTIONS(2968), + [anon_sym_BANG_EQ] = ACTIONS(2968), + [anon_sym_LT_EQ] = ACTIONS(2968), + [anon_sym_GT_EQ] = ACTIONS(2968), + [anon_sym_LBRACK] = ACTIONS(2968), + [anon_sym_LT2] = ACTIONS(2965), + [anon_sym_RBRACK] = ACTIONS(2961), + [anon_sym_struct] = ACTIONS(2963), + [anon_sym_mut] = ACTIONS(2963), + [anon_sym_PLUS_PLUS] = ACTIONS(2968), + [anon_sym_DASH_DASH] = ACTIONS(2968), + [anon_sym_QMARK] = ACTIONS(2965), + [anon_sym_BANG] = ACTIONS(2965), + [anon_sym_go] = ACTIONS(2963), + [anon_sym_spawn] = ACTIONS(2963), + [anon_sym_json_DOTdecode] = ACTIONS(2961), + [anon_sym_LBRACK2] = ACTIONS(2965), + [anon_sym_TILDE] = ACTIONS(2961), + [anon_sym_CARET] = ACTIONS(2968), + [anon_sym_AMP] = ACTIONS(2965), + [anon_sym_LT_DASH] = ACTIONS(2961), + [anon_sym_LT_LT] = ACTIONS(2968), + [anon_sym_GT_GT] = ACTIONS(2965), + [anon_sym_GT_GT_GT] = ACTIONS(2968), + [anon_sym_AMP_CARET] = ACTIONS(2968), + [anon_sym_AMP_AMP] = ACTIONS(2968), + [anon_sym_PIPE_PIPE] = ACTIONS(2968), + [anon_sym_or] = ACTIONS(2965), + [sym_none] = ACTIONS(2963), + [sym_true] = ACTIONS(2963), + [sym_false] = ACTIONS(2963), + [sym_nil] = ACTIONS(2963), + [anon_sym_QMARK_DOT] = ACTIONS(2968), + [anon_sym_POUND_LBRACK] = ACTIONS(2968), + [anon_sym_if] = ACTIONS(2963), + [anon_sym_DOLLARif] = ACTIONS(2963), + [anon_sym_is] = ACTIONS(2965), + [anon_sym_BANGis] = ACTIONS(2968), + [anon_sym_in] = ACTIONS(2965), + [anon_sym_BANGin] = ACTIONS(2968), + [anon_sym_match] = ACTIONS(2963), + [anon_sym_select] = ACTIONS(2963), + [anon_sym_lock] = ACTIONS(2963), + [anon_sym_rlock] = ACTIONS(2963), + [anon_sym_unsafe] = ACTIONS(2963), + [anon_sym_sql] = ACTIONS(2963), + [sym_int_literal] = ACTIONS(2963), + [sym_float_literal] = ACTIONS(2961), + [sym_rune_literal] = ACTIONS(2961), + [anon_sym_AT] = ACTIONS(2963), + [anon_sym_shared] = ACTIONS(2963), + [anon_sym_map_LBRACK] = ACTIONS(2961), + [anon_sym_chan] = ACTIONS(2963), + [anon_sym_thread] = ACTIONS(2963), + [anon_sym_atomic] = ACTIONS(2963), + [sym___double_quote] = ACTIONS(2961), + [sym___single_quote] = ACTIONS(2961), + [sym___c_double_quote] = ACTIONS(2961), + [sym___c_single_quote] = ACTIONS(2961), + [sym___r_double_quote] = ACTIONS(2961), + [sym___r_single_quote] = ACTIONS(2961), }, - [1390] = { + [1395] = { [sym_identifier] = ACTIONS(2923), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(2923), @@ -174140,6 +175277,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(2921), [anon_sym_GT_EQ] = ACTIONS(2921), [anon_sym_LBRACK] = ACTIONS(2921), + [anon_sym_LT2] = ACTIONS(2923), [anon_sym_RBRACK] = ACTIONS(2921), [anon_sym_struct] = ACTIONS(2923), [anon_sym_mut] = ACTIONS(2923), @@ -174196,1276 +175334,1051 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(2921), [sym___r_single_quote] = ACTIONS(2921), }, - [1391] = { - [sym_reference_expression] = STATE(4566), - [sym_type_reference_expression] = STATE(2159), - [sym_plain_type] = STATE(2197), - [sym__plain_type_without_special] = STATE(2184), - [sym_anon_struct_type] = STATE(2185), - [sym_multi_return_type] = STATE(2184), - [sym_result_type] = STATE(2184), - [sym_option_type] = STATE(2184), - [sym_qualified_type] = STATE(2159), - [sym_fixed_array_type] = STATE(2185), - [sym_array_type] = STATE(2185), - [sym_pointer_type] = STATE(2185), - [sym_wrong_pointer_type] = STATE(2185), - [sym_map_type] = STATE(2185), - [sym_channel_type] = STATE(2185), - [sym_shared_type] = STATE(2185), - [sym_thread_type] = STATE(2185), - [sym_atomic_type] = STATE(2185), - [sym_generic_type] = STATE(2185), - [sym_function_type] = STATE(2185), - [sym_identifier] = ACTIONS(3672), - [anon_sym_LF] = ACTIONS(555), - [anon_sym_CR] = ACTIONS(555), - [anon_sym_CR_LF] = ACTIONS(555), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(555), - [anon_sym_DOT] = ACTIONS(555), - [anon_sym_as] = ACTIONS(555), - [anon_sym_COMMA] = ACTIONS(555), - [anon_sym_RBRACE] = ACTIONS(555), - [anon_sym_LPAREN] = ACTIONS(3674), - [anon_sym___global] = ACTIONS(555), - [anon_sym_PIPE] = ACTIONS(555), - [anon_sym_fn] = ACTIONS(3676), - [anon_sym_PLUS] = ACTIONS(555), - [anon_sym_DASH] = ACTIONS(555), - [anon_sym_STAR] = ACTIONS(3678), - [anon_sym_SLASH] = ACTIONS(555), - [anon_sym_PERCENT] = ACTIONS(555), - [anon_sym_LT] = ACTIONS(555), - [anon_sym_GT] = ACTIONS(555), - [anon_sym_EQ_EQ] = ACTIONS(555), - [anon_sym_BANG_EQ] = ACTIONS(555), - [anon_sym_LT_EQ] = ACTIONS(555), - [anon_sym_GT_EQ] = ACTIONS(555), - [anon_sym_DOT_DOT_DOT] = ACTIONS(555), - [anon_sym_LBRACK] = ACTIONS(551), - [anon_sym_struct] = ACTIONS(3680), - [anon_sym_pub] = ACTIONS(555), - [anon_sym_mut] = ACTIONS(555), - [anon_sym_PLUS_PLUS] = ACTIONS(555), - [anon_sym_DASH_DASH] = ACTIONS(555), - [anon_sym_QMARK] = ACTIONS(3682), - [anon_sym_BANG] = ACTIONS(3684), - [anon_sym_LBRACK2] = ACTIONS(3686), - [anon_sym_CARET] = ACTIONS(555), - [anon_sym_AMP] = ACTIONS(3688), - [anon_sym_LT_LT] = ACTIONS(555), - [anon_sym_GT_GT] = ACTIONS(555), - [anon_sym_GT_GT_GT] = ACTIONS(555), - [anon_sym_AMP_CARET] = ACTIONS(555), - [anon_sym_AMP_AMP] = ACTIONS(555), - [anon_sym_PIPE_PIPE] = ACTIONS(555), - [anon_sym_or] = ACTIONS(555), - [anon_sym_QMARK_DOT] = ACTIONS(555), - [anon_sym_POUND_LBRACK] = ACTIONS(555), - [anon_sym_is] = ACTIONS(555), - [anon_sym_BANGis] = ACTIONS(555), - [anon_sym_in] = ACTIONS(555), - [anon_sym_BANGin] = ACTIONS(555), - [anon_sym_shared] = ACTIONS(3690), - [anon_sym_map_LBRACK] = ACTIONS(3692), - [anon_sym_chan] = ACTIONS(3694), - [anon_sym_thread] = ACTIONS(3696), - [anon_sym_atomic] = ACTIONS(3698), - [anon_sym_AT_LBRACK] = ACTIONS(555), - }, - [1392] = { - [sym_identifier] = ACTIONS(2868), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2868), - [anon_sym_as] = ACTIONS(2868), - [anon_sym_LBRACE] = ACTIONS(2866), - [anon_sym_COMMA] = ACTIONS(2866), - [anon_sym_LPAREN] = ACTIONS(2866), - [anon_sym_PIPE] = ACTIONS(2868), - [anon_sym_fn] = ACTIONS(2868), - [anon_sym_PLUS] = ACTIONS(2868), - [anon_sym_DASH] = ACTIONS(2868), - [anon_sym_STAR] = ACTIONS(2866), - [anon_sym_SLASH] = ACTIONS(2868), - [anon_sym_PERCENT] = ACTIONS(2866), - [anon_sym_LT] = ACTIONS(2868), - [anon_sym_GT] = ACTIONS(2868), - [anon_sym_EQ_EQ] = ACTIONS(2866), - [anon_sym_BANG_EQ] = ACTIONS(2866), - [anon_sym_LT_EQ] = ACTIONS(2866), - [anon_sym_GT_EQ] = ACTIONS(2866), - [anon_sym_LBRACK] = ACTIONS(2866), - [anon_sym_RBRACK] = ACTIONS(2866), - [anon_sym_struct] = ACTIONS(2868), - [anon_sym_mut] = ACTIONS(2868), - [anon_sym_PLUS_PLUS] = ACTIONS(2866), - [anon_sym_DASH_DASH] = ACTIONS(2866), - [anon_sym_QMARK] = ACTIONS(2868), - [anon_sym_BANG] = ACTIONS(2868), - [anon_sym_go] = ACTIONS(2868), - [anon_sym_spawn] = ACTIONS(2868), - [anon_sym_json_DOTdecode] = ACTIONS(2866), - [anon_sym_LBRACK2] = ACTIONS(2868), - [anon_sym_TILDE] = ACTIONS(2866), - [anon_sym_CARET] = ACTIONS(2866), - [anon_sym_AMP] = ACTIONS(2868), - [anon_sym_LT_DASH] = ACTIONS(2866), - [anon_sym_LT_LT] = ACTIONS(2866), - [anon_sym_GT_GT] = ACTIONS(2868), - [anon_sym_GT_GT_GT] = ACTIONS(2866), - [anon_sym_AMP_CARET] = ACTIONS(2866), - [anon_sym_AMP_AMP] = ACTIONS(2866), - [anon_sym_PIPE_PIPE] = ACTIONS(2866), - [anon_sym_or] = ACTIONS(2868), - [sym_none] = ACTIONS(2868), - [sym_true] = ACTIONS(2868), - [sym_false] = ACTIONS(2868), - [sym_nil] = ACTIONS(2868), - [anon_sym_QMARK_DOT] = ACTIONS(2866), - [anon_sym_POUND_LBRACK] = ACTIONS(2866), - [anon_sym_if] = ACTIONS(2868), - [anon_sym_DOLLARif] = ACTIONS(2868), - [anon_sym_is] = ACTIONS(2868), - [anon_sym_BANGis] = ACTIONS(2866), - [anon_sym_in] = ACTIONS(2868), - [anon_sym_BANGin] = ACTIONS(2866), - [anon_sym_match] = ACTIONS(2868), - [anon_sym_select] = ACTIONS(2868), - [anon_sym_lock] = ACTIONS(2868), - [anon_sym_rlock] = ACTIONS(2868), - [anon_sym_unsafe] = ACTIONS(2868), - [anon_sym_sql] = ACTIONS(2868), - [sym_int_literal] = ACTIONS(2868), - [sym_float_literal] = ACTIONS(2866), - [sym_rune_literal] = ACTIONS(2866), - [anon_sym_AT] = ACTIONS(2868), - [anon_sym_shared] = ACTIONS(2868), - [anon_sym_map_LBRACK] = ACTIONS(2866), - [anon_sym_chan] = ACTIONS(2868), - [anon_sym_thread] = ACTIONS(2868), - [anon_sym_atomic] = ACTIONS(2868), - [sym___double_quote] = ACTIONS(2866), - [sym___single_quote] = ACTIONS(2866), - [sym___c_double_quote] = ACTIONS(2866), - [sym___c_single_quote] = ACTIONS(2866), - [sym___r_double_quote] = ACTIONS(2866), - [sym___r_single_quote] = ACTIONS(2866), - }, - [1393] = { - [sym_identifier] = ACTIONS(2852), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2852), - [anon_sym_as] = ACTIONS(2852), - [anon_sym_LBRACE] = ACTIONS(2850), - [anon_sym_COMMA] = ACTIONS(2850), - [anon_sym_LPAREN] = ACTIONS(2850), - [anon_sym_PIPE] = ACTIONS(2852), - [anon_sym_fn] = ACTIONS(2852), - [anon_sym_PLUS] = ACTIONS(2852), - [anon_sym_DASH] = ACTIONS(2852), - [anon_sym_STAR] = ACTIONS(2850), - [anon_sym_SLASH] = ACTIONS(2852), - [anon_sym_PERCENT] = ACTIONS(2850), - [anon_sym_LT] = ACTIONS(2852), - [anon_sym_GT] = ACTIONS(2852), - [anon_sym_EQ_EQ] = ACTIONS(2850), - [anon_sym_BANG_EQ] = ACTIONS(2850), - [anon_sym_LT_EQ] = ACTIONS(2850), - [anon_sym_GT_EQ] = ACTIONS(2850), - [anon_sym_LBRACK] = ACTIONS(2850), - [anon_sym_RBRACK] = ACTIONS(2850), - [anon_sym_struct] = ACTIONS(2852), - [anon_sym_mut] = ACTIONS(2852), - [anon_sym_PLUS_PLUS] = ACTIONS(2850), - [anon_sym_DASH_DASH] = ACTIONS(2850), - [anon_sym_QMARK] = ACTIONS(2852), - [anon_sym_BANG] = ACTIONS(2852), - [anon_sym_go] = ACTIONS(2852), - [anon_sym_spawn] = ACTIONS(2852), - [anon_sym_json_DOTdecode] = ACTIONS(2850), - [anon_sym_LBRACK2] = ACTIONS(2852), - [anon_sym_TILDE] = ACTIONS(2850), - [anon_sym_CARET] = ACTIONS(2850), - [anon_sym_AMP] = ACTIONS(2852), - [anon_sym_LT_DASH] = ACTIONS(2850), - [anon_sym_LT_LT] = ACTIONS(2850), - [anon_sym_GT_GT] = ACTIONS(2852), - [anon_sym_GT_GT_GT] = ACTIONS(2850), - [anon_sym_AMP_CARET] = ACTIONS(2850), - [anon_sym_AMP_AMP] = ACTIONS(2850), - [anon_sym_PIPE_PIPE] = ACTIONS(2850), - [anon_sym_or] = ACTIONS(2852), - [sym_none] = ACTIONS(2852), - [sym_true] = ACTIONS(2852), - [sym_false] = ACTIONS(2852), - [sym_nil] = ACTIONS(2852), - [anon_sym_QMARK_DOT] = ACTIONS(2850), - [anon_sym_POUND_LBRACK] = ACTIONS(2850), - [anon_sym_if] = ACTIONS(2852), - [anon_sym_DOLLARif] = ACTIONS(2852), - [anon_sym_is] = ACTIONS(2852), - [anon_sym_BANGis] = ACTIONS(2850), - [anon_sym_in] = ACTIONS(2852), - [anon_sym_BANGin] = ACTIONS(2850), - [anon_sym_match] = ACTIONS(2852), - [anon_sym_select] = ACTIONS(2852), - [anon_sym_lock] = ACTIONS(2852), - [anon_sym_rlock] = ACTIONS(2852), - [anon_sym_unsafe] = ACTIONS(2852), - [anon_sym_sql] = ACTIONS(2852), - [sym_int_literal] = ACTIONS(2852), - [sym_float_literal] = ACTIONS(2850), - [sym_rune_literal] = ACTIONS(2850), - [anon_sym_AT] = ACTIONS(2852), - [anon_sym_shared] = ACTIONS(2852), - [anon_sym_map_LBRACK] = ACTIONS(2850), - [anon_sym_chan] = ACTIONS(2852), - [anon_sym_thread] = ACTIONS(2852), - [anon_sym_atomic] = ACTIONS(2852), - [sym___double_quote] = ACTIONS(2850), - [sym___single_quote] = ACTIONS(2850), - [sym___c_double_quote] = ACTIONS(2850), - [sym___c_single_quote] = ACTIONS(2850), - [sym___r_double_quote] = ACTIONS(2850), - [sym___r_single_quote] = ACTIONS(2850), - }, - [1394] = { - [sym_identifier] = ACTIONS(2828), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2828), - [anon_sym_as] = ACTIONS(2828), - [anon_sym_LBRACE] = ACTIONS(2826), - [anon_sym_COMMA] = ACTIONS(2826), - [anon_sym_LPAREN] = ACTIONS(2826), - [anon_sym_PIPE] = ACTIONS(2828), - [anon_sym_fn] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(2826), - [anon_sym_SLASH] = ACTIONS(2828), - [anon_sym_PERCENT] = ACTIONS(2826), - [anon_sym_LT] = ACTIONS(2828), - [anon_sym_GT] = ACTIONS(2828), - [anon_sym_EQ_EQ] = ACTIONS(2826), - [anon_sym_BANG_EQ] = ACTIONS(2826), - [anon_sym_LT_EQ] = ACTIONS(2826), - [anon_sym_GT_EQ] = ACTIONS(2826), - [anon_sym_LBRACK] = ACTIONS(2826), - [anon_sym_RBRACK] = ACTIONS(2826), - [anon_sym_struct] = ACTIONS(2828), - [anon_sym_mut] = ACTIONS(2828), - [anon_sym_PLUS_PLUS] = ACTIONS(2826), - [anon_sym_DASH_DASH] = ACTIONS(2826), - [anon_sym_QMARK] = ACTIONS(2828), - [anon_sym_BANG] = ACTIONS(2828), - [anon_sym_go] = ACTIONS(2828), - [anon_sym_spawn] = ACTIONS(2828), - [anon_sym_json_DOTdecode] = ACTIONS(2826), - [anon_sym_LBRACK2] = ACTIONS(2828), - [anon_sym_TILDE] = ACTIONS(2826), - [anon_sym_CARET] = ACTIONS(2826), - [anon_sym_AMP] = ACTIONS(2828), - [anon_sym_LT_DASH] = ACTIONS(2826), - [anon_sym_LT_LT] = ACTIONS(2826), - [anon_sym_GT_GT] = ACTIONS(2828), - [anon_sym_GT_GT_GT] = ACTIONS(2826), - [anon_sym_AMP_CARET] = ACTIONS(2826), - [anon_sym_AMP_AMP] = ACTIONS(2826), - [anon_sym_PIPE_PIPE] = ACTIONS(2826), - [anon_sym_or] = ACTIONS(2828), - [sym_none] = ACTIONS(2828), - [sym_true] = ACTIONS(2828), - [sym_false] = ACTIONS(2828), - [sym_nil] = ACTIONS(2828), - [anon_sym_QMARK_DOT] = ACTIONS(2826), - [anon_sym_POUND_LBRACK] = ACTIONS(2826), - [anon_sym_if] = ACTIONS(2828), - [anon_sym_DOLLARif] = ACTIONS(2828), - [anon_sym_is] = ACTIONS(2828), - [anon_sym_BANGis] = ACTIONS(2826), - [anon_sym_in] = ACTIONS(2828), - [anon_sym_BANGin] = ACTIONS(2826), - [anon_sym_match] = ACTIONS(2828), - [anon_sym_select] = ACTIONS(2828), - [anon_sym_lock] = ACTIONS(2828), - [anon_sym_rlock] = ACTIONS(2828), - [anon_sym_unsafe] = ACTIONS(2828), - [anon_sym_sql] = ACTIONS(2828), - [sym_int_literal] = ACTIONS(2828), - [sym_float_literal] = ACTIONS(2826), - [sym_rune_literal] = ACTIONS(2826), - [anon_sym_AT] = ACTIONS(2828), - [anon_sym_shared] = ACTIONS(2828), - [anon_sym_map_LBRACK] = ACTIONS(2826), - [anon_sym_chan] = ACTIONS(2828), - [anon_sym_thread] = ACTIONS(2828), - [anon_sym_atomic] = ACTIONS(2828), - [sym___double_quote] = ACTIONS(2826), - [sym___single_quote] = ACTIONS(2826), - [sym___c_double_quote] = ACTIONS(2826), - [sym___c_single_quote] = ACTIONS(2826), - [sym___r_double_quote] = ACTIONS(2826), - [sym___r_single_quote] = ACTIONS(2826), - }, - [1395] = { - [sym_identifier] = ACTIONS(3141), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3141), - [anon_sym_as] = ACTIONS(3141), - [anon_sym_LBRACE] = ACTIONS(3139), - [anon_sym_COMMA] = ACTIONS(3139), - [anon_sym_LPAREN] = ACTIONS(3139), - [anon_sym_PIPE] = ACTIONS(3141), - [anon_sym_fn] = ACTIONS(3141), - [anon_sym_PLUS] = ACTIONS(3141), - [anon_sym_DASH] = ACTIONS(3141), - [anon_sym_STAR] = ACTIONS(3139), - [anon_sym_SLASH] = ACTIONS(3141), - [anon_sym_PERCENT] = ACTIONS(3139), - [anon_sym_LT] = ACTIONS(3141), - [anon_sym_GT] = ACTIONS(3141), - [anon_sym_EQ_EQ] = ACTIONS(3139), - [anon_sym_BANG_EQ] = ACTIONS(3139), - [anon_sym_LT_EQ] = ACTIONS(3139), - [anon_sym_GT_EQ] = ACTIONS(3139), - [anon_sym_LBRACK] = ACTIONS(3139), - [anon_sym_RBRACK] = ACTIONS(3139), - [anon_sym_struct] = ACTIONS(3141), - [anon_sym_mut] = ACTIONS(3141), - [anon_sym_PLUS_PLUS] = ACTIONS(3139), - [anon_sym_DASH_DASH] = ACTIONS(3139), - [anon_sym_QMARK] = ACTIONS(3141), - [anon_sym_BANG] = ACTIONS(3141), - [anon_sym_go] = ACTIONS(3141), - [anon_sym_spawn] = ACTIONS(3141), - [anon_sym_json_DOTdecode] = ACTIONS(3139), - [anon_sym_LBRACK2] = ACTIONS(3141), - [anon_sym_TILDE] = ACTIONS(3139), - [anon_sym_CARET] = ACTIONS(3139), - [anon_sym_AMP] = ACTIONS(3141), - [anon_sym_LT_DASH] = ACTIONS(3139), - [anon_sym_LT_LT] = ACTIONS(3139), - [anon_sym_GT_GT] = ACTIONS(3141), - [anon_sym_GT_GT_GT] = ACTIONS(3139), - [anon_sym_AMP_CARET] = ACTIONS(3139), - [anon_sym_AMP_AMP] = ACTIONS(3139), - [anon_sym_PIPE_PIPE] = ACTIONS(3139), - [anon_sym_or] = ACTIONS(3141), - [sym_none] = ACTIONS(3141), - [sym_true] = ACTIONS(3141), - [sym_false] = ACTIONS(3141), - [sym_nil] = ACTIONS(3141), - [anon_sym_QMARK_DOT] = ACTIONS(3139), - [anon_sym_POUND_LBRACK] = ACTIONS(3139), - [anon_sym_if] = ACTIONS(3141), - [anon_sym_DOLLARif] = ACTIONS(3141), - [anon_sym_is] = ACTIONS(3141), - [anon_sym_BANGis] = ACTIONS(3139), - [anon_sym_in] = ACTIONS(3141), - [anon_sym_BANGin] = ACTIONS(3139), - [anon_sym_match] = ACTIONS(3141), - [anon_sym_select] = ACTIONS(3141), - [anon_sym_lock] = ACTIONS(3141), - [anon_sym_rlock] = ACTIONS(3141), - [anon_sym_unsafe] = ACTIONS(3141), - [anon_sym_sql] = ACTIONS(3141), - [sym_int_literal] = ACTIONS(3141), - [sym_float_literal] = ACTIONS(3139), - [sym_rune_literal] = ACTIONS(3139), - [anon_sym_AT] = ACTIONS(3141), - [anon_sym_shared] = ACTIONS(3141), - [anon_sym_map_LBRACK] = ACTIONS(3139), - [anon_sym_chan] = ACTIONS(3141), - [anon_sym_thread] = ACTIONS(3141), - [anon_sym_atomic] = ACTIONS(3141), - [sym___double_quote] = ACTIONS(3139), - [sym___single_quote] = ACTIONS(3139), - [sym___c_double_quote] = ACTIONS(3139), - [sym___c_single_quote] = ACTIONS(3139), - [sym___r_double_quote] = ACTIONS(3139), - [sym___r_single_quote] = ACTIONS(3139), - }, [1396] = { - [sym_identifier] = ACTIONS(2848), + [sym_identifier] = ACTIONS(2919), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2848), - [anon_sym_as] = ACTIONS(2848), - [anon_sym_LBRACE] = ACTIONS(2846), - [anon_sym_COMMA] = ACTIONS(2846), - [anon_sym_LPAREN] = ACTIONS(2846), - [anon_sym_PIPE] = ACTIONS(2848), - [anon_sym_fn] = ACTIONS(2848), - [anon_sym_PLUS] = ACTIONS(2848), - [anon_sym_DASH] = ACTIONS(2848), - [anon_sym_STAR] = ACTIONS(2846), - [anon_sym_SLASH] = ACTIONS(2848), - [anon_sym_PERCENT] = ACTIONS(2846), - [anon_sym_LT] = ACTIONS(2848), - [anon_sym_GT] = ACTIONS(2848), - [anon_sym_EQ_EQ] = ACTIONS(2846), - [anon_sym_BANG_EQ] = ACTIONS(2846), - [anon_sym_LT_EQ] = ACTIONS(2846), - [anon_sym_GT_EQ] = ACTIONS(2846), - [anon_sym_LBRACK] = ACTIONS(2846), - [anon_sym_RBRACK] = ACTIONS(2846), - [anon_sym_struct] = ACTIONS(2848), - [anon_sym_mut] = ACTIONS(2848), - [anon_sym_PLUS_PLUS] = ACTIONS(2846), - [anon_sym_DASH_DASH] = ACTIONS(2846), - [anon_sym_QMARK] = ACTIONS(2848), - [anon_sym_BANG] = ACTIONS(2848), - [anon_sym_go] = ACTIONS(2848), - [anon_sym_spawn] = ACTIONS(2848), - [anon_sym_json_DOTdecode] = ACTIONS(2846), - [anon_sym_LBRACK2] = ACTIONS(2848), - [anon_sym_TILDE] = ACTIONS(2846), - [anon_sym_CARET] = ACTIONS(2846), - [anon_sym_AMP] = ACTIONS(2848), - [anon_sym_LT_DASH] = ACTIONS(2846), - [anon_sym_LT_LT] = ACTIONS(2846), - [anon_sym_GT_GT] = ACTIONS(2848), - [anon_sym_GT_GT_GT] = ACTIONS(2846), - [anon_sym_AMP_CARET] = ACTIONS(2846), - [anon_sym_AMP_AMP] = ACTIONS(2846), - [anon_sym_PIPE_PIPE] = ACTIONS(2846), - [anon_sym_or] = ACTIONS(2848), - [sym_none] = ACTIONS(2848), - [sym_true] = ACTIONS(2848), - [sym_false] = ACTIONS(2848), - [sym_nil] = ACTIONS(2848), - [anon_sym_QMARK_DOT] = ACTIONS(2846), - [anon_sym_POUND_LBRACK] = ACTIONS(2846), - [anon_sym_if] = ACTIONS(2848), - [anon_sym_DOLLARif] = ACTIONS(2848), - [anon_sym_is] = ACTIONS(2848), - [anon_sym_BANGis] = ACTIONS(2846), - [anon_sym_in] = ACTIONS(2848), - [anon_sym_BANGin] = ACTIONS(2846), - [anon_sym_match] = ACTIONS(2848), - [anon_sym_select] = ACTIONS(2848), - [anon_sym_lock] = ACTIONS(2848), - [anon_sym_rlock] = ACTIONS(2848), - [anon_sym_unsafe] = ACTIONS(2848), - [anon_sym_sql] = ACTIONS(2848), - [sym_int_literal] = ACTIONS(2848), - [sym_float_literal] = ACTIONS(2846), - [sym_rune_literal] = ACTIONS(2846), - [anon_sym_AT] = ACTIONS(2848), - [anon_sym_shared] = ACTIONS(2848), - [anon_sym_map_LBRACK] = ACTIONS(2846), - [anon_sym_chan] = ACTIONS(2848), - [anon_sym_thread] = ACTIONS(2848), - [anon_sym_atomic] = ACTIONS(2848), - [sym___double_quote] = ACTIONS(2846), - [sym___single_quote] = ACTIONS(2846), - [sym___c_double_quote] = ACTIONS(2846), - [sym___c_single_quote] = ACTIONS(2846), - [sym___r_double_quote] = ACTIONS(2846), - [sym___r_single_quote] = ACTIONS(2846), + [anon_sym_DOT] = ACTIONS(2919), + [anon_sym_as] = ACTIONS(2919), + [anon_sym_LBRACE] = ACTIONS(2917), + [anon_sym_COMMA] = ACTIONS(2917), + [anon_sym_LPAREN] = ACTIONS(2917), + [anon_sym_PIPE] = ACTIONS(2919), + [anon_sym_fn] = ACTIONS(2919), + [anon_sym_PLUS] = ACTIONS(2919), + [anon_sym_DASH] = ACTIONS(2919), + [anon_sym_STAR] = ACTIONS(2917), + [anon_sym_SLASH] = ACTIONS(2919), + [anon_sym_PERCENT] = ACTIONS(2917), + [anon_sym_LT] = ACTIONS(2919), + [anon_sym_GT] = ACTIONS(2919), + [anon_sym_EQ_EQ] = ACTIONS(2917), + [anon_sym_BANG_EQ] = ACTIONS(2917), + [anon_sym_LT_EQ] = ACTIONS(2917), + [anon_sym_GT_EQ] = ACTIONS(2917), + [anon_sym_LBRACK] = ACTIONS(2917), + [anon_sym_LT2] = ACTIONS(2919), + [anon_sym_RBRACK] = ACTIONS(2917), + [anon_sym_struct] = ACTIONS(2919), + [anon_sym_mut] = ACTIONS(2919), + [anon_sym_PLUS_PLUS] = ACTIONS(2917), + [anon_sym_DASH_DASH] = ACTIONS(2917), + [anon_sym_QMARK] = ACTIONS(2919), + [anon_sym_BANG] = ACTIONS(2919), + [anon_sym_go] = ACTIONS(2919), + [anon_sym_spawn] = ACTIONS(2919), + [anon_sym_json_DOTdecode] = ACTIONS(2917), + [anon_sym_LBRACK2] = ACTIONS(2919), + [anon_sym_TILDE] = ACTIONS(2917), + [anon_sym_CARET] = ACTIONS(2917), + [anon_sym_AMP] = ACTIONS(2919), + [anon_sym_LT_DASH] = ACTIONS(2917), + [anon_sym_LT_LT] = ACTIONS(2917), + [anon_sym_GT_GT] = ACTIONS(2919), + [anon_sym_GT_GT_GT] = ACTIONS(2917), + [anon_sym_AMP_CARET] = ACTIONS(2917), + [anon_sym_AMP_AMP] = ACTIONS(2917), + [anon_sym_PIPE_PIPE] = ACTIONS(2917), + [anon_sym_or] = ACTIONS(2919), + [sym_none] = ACTIONS(2919), + [sym_true] = ACTIONS(2919), + [sym_false] = ACTIONS(2919), + [sym_nil] = ACTIONS(2919), + [anon_sym_QMARK_DOT] = ACTIONS(2917), + [anon_sym_POUND_LBRACK] = ACTIONS(2917), + [anon_sym_if] = ACTIONS(2919), + [anon_sym_DOLLARif] = ACTIONS(2919), + [anon_sym_is] = ACTIONS(2919), + [anon_sym_BANGis] = ACTIONS(2917), + [anon_sym_in] = ACTIONS(2919), + [anon_sym_BANGin] = ACTIONS(2917), + [anon_sym_match] = ACTIONS(2919), + [anon_sym_select] = ACTIONS(2919), + [anon_sym_lock] = ACTIONS(2919), + [anon_sym_rlock] = ACTIONS(2919), + [anon_sym_unsafe] = ACTIONS(2919), + [anon_sym_sql] = ACTIONS(2919), + [sym_int_literal] = ACTIONS(2919), + [sym_float_literal] = ACTIONS(2917), + [sym_rune_literal] = ACTIONS(2917), + [anon_sym_AT] = ACTIONS(2919), + [anon_sym_shared] = ACTIONS(2919), + [anon_sym_map_LBRACK] = ACTIONS(2917), + [anon_sym_chan] = ACTIONS(2919), + [anon_sym_thread] = ACTIONS(2919), + [anon_sym_atomic] = ACTIONS(2919), + [sym___double_quote] = ACTIONS(2917), + [sym___single_quote] = ACTIONS(2917), + [sym___c_double_quote] = ACTIONS(2917), + [sym___c_single_quote] = ACTIONS(2917), + [sym___r_double_quote] = ACTIONS(2917), + [sym___r_single_quote] = ACTIONS(2917), }, [1397] = { - [sym_identifier] = ACTIONS(3193), + [sym_identifier] = ACTIONS(2855), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3193), - [anon_sym_as] = ACTIONS(3193), - [anon_sym_LBRACE] = ACTIONS(3191), - [anon_sym_COMMA] = ACTIONS(3191), - [anon_sym_LPAREN] = ACTIONS(3191), - [anon_sym_PIPE] = ACTIONS(3193), - [anon_sym_fn] = ACTIONS(3193), - [anon_sym_PLUS] = ACTIONS(3193), - [anon_sym_DASH] = ACTIONS(3193), - [anon_sym_STAR] = ACTIONS(3191), - [anon_sym_SLASH] = ACTIONS(3193), - [anon_sym_PERCENT] = ACTIONS(3191), - [anon_sym_LT] = ACTIONS(3193), - [anon_sym_GT] = ACTIONS(3193), - [anon_sym_EQ_EQ] = ACTIONS(3191), - [anon_sym_BANG_EQ] = ACTIONS(3191), - [anon_sym_LT_EQ] = ACTIONS(3191), - [anon_sym_GT_EQ] = ACTIONS(3191), - [anon_sym_LBRACK] = ACTIONS(3191), - [anon_sym_RBRACK] = ACTIONS(3191), - [anon_sym_struct] = ACTIONS(3193), - [anon_sym_mut] = ACTIONS(3193), - [anon_sym_PLUS_PLUS] = ACTIONS(3191), - [anon_sym_DASH_DASH] = ACTIONS(3191), - [anon_sym_QMARK] = ACTIONS(3193), - [anon_sym_BANG] = ACTIONS(3193), - [anon_sym_go] = ACTIONS(3193), - [anon_sym_spawn] = ACTIONS(3193), - [anon_sym_json_DOTdecode] = ACTIONS(3191), - [anon_sym_LBRACK2] = ACTIONS(3193), - [anon_sym_TILDE] = ACTIONS(3191), - [anon_sym_CARET] = ACTIONS(3191), - [anon_sym_AMP] = ACTIONS(3193), - [anon_sym_LT_DASH] = ACTIONS(3191), - [anon_sym_LT_LT] = ACTIONS(3191), - [anon_sym_GT_GT] = ACTIONS(3193), - [anon_sym_GT_GT_GT] = ACTIONS(3191), - [anon_sym_AMP_CARET] = ACTIONS(3191), - [anon_sym_AMP_AMP] = ACTIONS(3191), - [anon_sym_PIPE_PIPE] = ACTIONS(3191), - [anon_sym_or] = ACTIONS(3193), - [sym_none] = ACTIONS(3193), - [sym_true] = ACTIONS(3193), - [sym_false] = ACTIONS(3193), - [sym_nil] = ACTIONS(3193), - [anon_sym_QMARK_DOT] = ACTIONS(3191), - [anon_sym_POUND_LBRACK] = ACTIONS(3191), - [anon_sym_if] = ACTIONS(3193), - [anon_sym_DOLLARif] = ACTIONS(3193), - [anon_sym_is] = ACTIONS(3193), - [anon_sym_BANGis] = ACTIONS(3191), - [anon_sym_in] = ACTIONS(3193), - [anon_sym_BANGin] = ACTIONS(3191), - [anon_sym_match] = ACTIONS(3193), - [anon_sym_select] = ACTIONS(3193), - [anon_sym_lock] = ACTIONS(3193), - [anon_sym_rlock] = ACTIONS(3193), - [anon_sym_unsafe] = ACTIONS(3193), - [anon_sym_sql] = ACTIONS(3193), - [sym_int_literal] = ACTIONS(3193), - [sym_float_literal] = ACTIONS(3191), - [sym_rune_literal] = ACTIONS(3191), - [anon_sym_AT] = ACTIONS(3193), - [anon_sym_shared] = ACTIONS(3193), - [anon_sym_map_LBRACK] = ACTIONS(3191), - [anon_sym_chan] = ACTIONS(3193), - [anon_sym_thread] = ACTIONS(3193), - [anon_sym_atomic] = ACTIONS(3193), - [sym___double_quote] = ACTIONS(3191), - [sym___single_quote] = ACTIONS(3191), - [sym___c_double_quote] = ACTIONS(3191), - [sym___c_single_quote] = ACTIONS(3191), - [sym___r_double_quote] = ACTIONS(3191), - [sym___r_single_quote] = ACTIONS(3191), + [anon_sym_DOT] = ACTIONS(2855), + [anon_sym_as] = ACTIONS(2855), + [anon_sym_LBRACE] = ACTIONS(2853), + [anon_sym_COMMA] = ACTIONS(2853), + [anon_sym_LPAREN] = ACTIONS(2853), + [anon_sym_PIPE] = ACTIONS(2855), + [anon_sym_fn] = ACTIONS(2855), + [anon_sym_PLUS] = ACTIONS(2855), + [anon_sym_DASH] = ACTIONS(2855), + [anon_sym_STAR] = ACTIONS(2853), + [anon_sym_SLASH] = ACTIONS(2855), + [anon_sym_PERCENT] = ACTIONS(2853), + [anon_sym_LT] = ACTIONS(2855), + [anon_sym_GT] = ACTIONS(2855), + [anon_sym_EQ_EQ] = ACTIONS(2853), + [anon_sym_BANG_EQ] = ACTIONS(2853), + [anon_sym_LT_EQ] = ACTIONS(2853), + [anon_sym_GT_EQ] = ACTIONS(2853), + [anon_sym_LBRACK] = ACTIONS(2853), + [anon_sym_LT2] = ACTIONS(2855), + [anon_sym_RBRACK] = ACTIONS(2853), + [anon_sym_struct] = ACTIONS(2855), + [anon_sym_mut] = ACTIONS(2855), + [anon_sym_PLUS_PLUS] = ACTIONS(2853), + [anon_sym_DASH_DASH] = ACTIONS(2853), + [anon_sym_QMARK] = ACTIONS(2855), + [anon_sym_BANG] = ACTIONS(2855), + [anon_sym_go] = ACTIONS(2855), + [anon_sym_spawn] = ACTIONS(2855), + [anon_sym_json_DOTdecode] = ACTIONS(2853), + [anon_sym_LBRACK2] = ACTIONS(2855), + [anon_sym_TILDE] = ACTIONS(2853), + [anon_sym_CARET] = ACTIONS(2853), + [anon_sym_AMP] = ACTIONS(2855), + [anon_sym_LT_DASH] = ACTIONS(2853), + [anon_sym_LT_LT] = ACTIONS(2853), + [anon_sym_GT_GT] = ACTIONS(2855), + [anon_sym_GT_GT_GT] = ACTIONS(2853), + [anon_sym_AMP_CARET] = ACTIONS(2853), + [anon_sym_AMP_AMP] = ACTIONS(2853), + [anon_sym_PIPE_PIPE] = ACTIONS(2853), + [anon_sym_or] = ACTIONS(2855), + [sym_none] = ACTIONS(2855), + [sym_true] = ACTIONS(2855), + [sym_false] = ACTIONS(2855), + [sym_nil] = ACTIONS(2855), + [anon_sym_QMARK_DOT] = ACTIONS(2853), + [anon_sym_POUND_LBRACK] = ACTIONS(2853), + [anon_sym_if] = ACTIONS(2855), + [anon_sym_DOLLARif] = ACTIONS(2855), + [anon_sym_is] = ACTIONS(2855), + [anon_sym_BANGis] = ACTIONS(2853), + [anon_sym_in] = ACTIONS(2855), + [anon_sym_BANGin] = ACTIONS(2853), + [anon_sym_match] = ACTIONS(2855), + [anon_sym_select] = ACTIONS(2855), + [anon_sym_lock] = ACTIONS(2855), + [anon_sym_rlock] = ACTIONS(2855), + [anon_sym_unsafe] = ACTIONS(2855), + [anon_sym_sql] = ACTIONS(2855), + [sym_int_literal] = ACTIONS(2855), + [sym_float_literal] = ACTIONS(2853), + [sym_rune_literal] = ACTIONS(2853), + [anon_sym_AT] = ACTIONS(2855), + [anon_sym_shared] = ACTIONS(2855), + [anon_sym_map_LBRACK] = ACTIONS(2853), + [anon_sym_chan] = ACTIONS(2855), + [anon_sym_thread] = ACTIONS(2855), + [anon_sym_atomic] = ACTIONS(2855), + [sym___double_quote] = ACTIONS(2853), + [sym___single_quote] = ACTIONS(2853), + [sym___c_double_quote] = ACTIONS(2853), + [sym___c_single_quote] = ACTIONS(2853), + [sym___r_double_quote] = ACTIONS(2853), + [sym___r_single_quote] = ACTIONS(2853), }, [1398] = { - [sym_identifier] = ACTIONS(2816), + [sym_identifier] = ACTIONS(2859), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2816), - [anon_sym_as] = ACTIONS(2816), - [anon_sym_LBRACE] = ACTIONS(2814), - [anon_sym_COMMA] = ACTIONS(2814), - [anon_sym_LPAREN] = ACTIONS(2814), - [anon_sym_PIPE] = ACTIONS(2816), - [anon_sym_fn] = ACTIONS(2816), - [anon_sym_PLUS] = ACTIONS(2816), - [anon_sym_DASH] = ACTIONS(2816), - [anon_sym_STAR] = ACTIONS(2814), - [anon_sym_SLASH] = ACTIONS(2816), - [anon_sym_PERCENT] = ACTIONS(2814), - [anon_sym_LT] = ACTIONS(2816), - [anon_sym_GT] = ACTIONS(2816), - [anon_sym_EQ_EQ] = ACTIONS(2814), - [anon_sym_BANG_EQ] = ACTIONS(2814), - [anon_sym_LT_EQ] = ACTIONS(2814), - [anon_sym_GT_EQ] = ACTIONS(2814), - [anon_sym_LBRACK] = ACTIONS(2814), - [anon_sym_RBRACK] = ACTIONS(2814), - [anon_sym_struct] = ACTIONS(2816), - [anon_sym_mut] = ACTIONS(2816), - [anon_sym_PLUS_PLUS] = ACTIONS(2814), - [anon_sym_DASH_DASH] = ACTIONS(2814), - [anon_sym_QMARK] = ACTIONS(2816), - [anon_sym_BANG] = ACTIONS(2816), - [anon_sym_go] = ACTIONS(2816), - [anon_sym_spawn] = ACTIONS(2816), - [anon_sym_json_DOTdecode] = ACTIONS(2814), - [anon_sym_LBRACK2] = ACTIONS(2816), - [anon_sym_TILDE] = ACTIONS(2814), - [anon_sym_CARET] = ACTIONS(2814), - [anon_sym_AMP] = ACTIONS(2816), - [anon_sym_LT_DASH] = ACTIONS(2814), - [anon_sym_LT_LT] = ACTIONS(2814), - [anon_sym_GT_GT] = ACTIONS(2816), - [anon_sym_GT_GT_GT] = ACTIONS(2814), - [anon_sym_AMP_CARET] = ACTIONS(2814), - [anon_sym_AMP_AMP] = ACTIONS(2814), - [anon_sym_PIPE_PIPE] = ACTIONS(2814), - [anon_sym_or] = ACTIONS(2816), - [sym_none] = ACTIONS(2816), - [sym_true] = ACTIONS(2816), - [sym_false] = ACTIONS(2816), - [sym_nil] = ACTIONS(2816), - [anon_sym_QMARK_DOT] = ACTIONS(2814), - [anon_sym_POUND_LBRACK] = ACTIONS(2814), - [anon_sym_if] = ACTIONS(2816), - [anon_sym_DOLLARif] = ACTIONS(2816), - [anon_sym_is] = ACTIONS(2816), - [anon_sym_BANGis] = ACTIONS(2814), - [anon_sym_in] = ACTIONS(2816), - [anon_sym_BANGin] = ACTIONS(2814), - [anon_sym_match] = ACTIONS(2816), - [anon_sym_select] = ACTIONS(2816), - [anon_sym_lock] = ACTIONS(2816), - [anon_sym_rlock] = ACTIONS(2816), - [anon_sym_unsafe] = ACTIONS(2816), - [anon_sym_sql] = ACTIONS(2816), - [sym_int_literal] = ACTIONS(2816), - [sym_float_literal] = ACTIONS(2814), - [sym_rune_literal] = ACTIONS(2814), - [anon_sym_AT] = ACTIONS(2816), - [anon_sym_shared] = ACTIONS(2816), - [anon_sym_map_LBRACK] = ACTIONS(2814), - [anon_sym_chan] = ACTIONS(2816), - [anon_sym_thread] = ACTIONS(2816), - [anon_sym_atomic] = ACTIONS(2816), - [sym___double_quote] = ACTIONS(2814), - [sym___single_quote] = ACTIONS(2814), - [sym___c_double_quote] = ACTIONS(2814), - [sym___c_single_quote] = ACTIONS(2814), - [sym___r_double_quote] = ACTIONS(2814), - [sym___r_single_quote] = ACTIONS(2814), + [anon_sym_DOT] = ACTIONS(2859), + [anon_sym_as] = ACTIONS(2859), + [anon_sym_LBRACE] = ACTIONS(2857), + [anon_sym_COMMA] = ACTIONS(2857), + [anon_sym_LPAREN] = ACTIONS(2857), + [anon_sym_PIPE] = ACTIONS(2859), + [anon_sym_fn] = ACTIONS(2859), + [anon_sym_PLUS] = ACTIONS(2859), + [anon_sym_DASH] = ACTIONS(2859), + [anon_sym_STAR] = ACTIONS(2857), + [anon_sym_SLASH] = ACTIONS(2859), + [anon_sym_PERCENT] = ACTIONS(2857), + [anon_sym_LT] = ACTIONS(2859), + [anon_sym_GT] = ACTIONS(2859), + [anon_sym_EQ_EQ] = ACTIONS(2857), + [anon_sym_BANG_EQ] = ACTIONS(2857), + [anon_sym_LT_EQ] = ACTIONS(2857), + [anon_sym_GT_EQ] = ACTIONS(2857), + [anon_sym_LBRACK] = ACTIONS(2857), + [anon_sym_LT2] = ACTIONS(2859), + [anon_sym_RBRACK] = ACTIONS(2857), + [anon_sym_struct] = ACTIONS(2859), + [anon_sym_mut] = ACTIONS(2859), + [anon_sym_PLUS_PLUS] = ACTIONS(2857), + [anon_sym_DASH_DASH] = ACTIONS(2857), + [anon_sym_QMARK] = ACTIONS(2859), + [anon_sym_BANG] = ACTIONS(2859), + [anon_sym_go] = ACTIONS(2859), + [anon_sym_spawn] = ACTIONS(2859), + [anon_sym_json_DOTdecode] = ACTIONS(2857), + [anon_sym_LBRACK2] = ACTIONS(2859), + [anon_sym_TILDE] = ACTIONS(2857), + [anon_sym_CARET] = ACTIONS(2857), + [anon_sym_AMP] = ACTIONS(2859), + [anon_sym_LT_DASH] = ACTIONS(2857), + [anon_sym_LT_LT] = ACTIONS(2857), + [anon_sym_GT_GT] = ACTIONS(2859), + [anon_sym_GT_GT_GT] = ACTIONS(2857), + [anon_sym_AMP_CARET] = ACTIONS(2857), + [anon_sym_AMP_AMP] = ACTIONS(2857), + [anon_sym_PIPE_PIPE] = ACTIONS(2857), + [anon_sym_or] = ACTIONS(2859), + [sym_none] = ACTIONS(2859), + [sym_true] = ACTIONS(2859), + [sym_false] = ACTIONS(2859), + [sym_nil] = ACTIONS(2859), + [anon_sym_QMARK_DOT] = ACTIONS(2857), + [anon_sym_POUND_LBRACK] = ACTIONS(2857), + [anon_sym_if] = ACTIONS(2859), + [anon_sym_DOLLARif] = ACTIONS(2859), + [anon_sym_is] = ACTIONS(2859), + [anon_sym_BANGis] = ACTIONS(2857), + [anon_sym_in] = ACTIONS(2859), + [anon_sym_BANGin] = ACTIONS(2857), + [anon_sym_match] = ACTIONS(2859), + [anon_sym_select] = ACTIONS(2859), + [anon_sym_lock] = ACTIONS(2859), + [anon_sym_rlock] = ACTIONS(2859), + [anon_sym_unsafe] = ACTIONS(2859), + [anon_sym_sql] = ACTIONS(2859), + [sym_int_literal] = ACTIONS(2859), + [sym_float_literal] = ACTIONS(2857), + [sym_rune_literal] = ACTIONS(2857), + [anon_sym_AT] = ACTIONS(2859), + [anon_sym_shared] = ACTIONS(2859), + [anon_sym_map_LBRACK] = ACTIONS(2857), + [anon_sym_chan] = ACTIONS(2859), + [anon_sym_thread] = ACTIONS(2859), + [anon_sym_atomic] = ACTIONS(2859), + [sym___double_quote] = ACTIONS(2857), + [sym___single_quote] = ACTIONS(2857), + [sym___c_double_quote] = ACTIONS(2857), + [sym___c_single_quote] = ACTIONS(2857), + [sym___r_double_quote] = ACTIONS(2857), + [sym___r_single_quote] = ACTIONS(2857), }, [1399] = { - [sym_identifier] = ACTIONS(3025), + [sym_identifier] = ACTIONS(2867), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3025), - [anon_sym_as] = ACTIONS(3025), - [anon_sym_LBRACE] = ACTIONS(3023), - [anon_sym_COMMA] = ACTIONS(3023), - [anon_sym_LPAREN] = ACTIONS(3023), - [anon_sym_PIPE] = ACTIONS(3025), - [anon_sym_fn] = ACTIONS(3025), - [anon_sym_PLUS] = ACTIONS(3025), - [anon_sym_DASH] = ACTIONS(3025), - [anon_sym_STAR] = ACTIONS(3023), - [anon_sym_SLASH] = ACTIONS(3025), - [anon_sym_PERCENT] = ACTIONS(3023), - [anon_sym_LT] = ACTIONS(3025), - [anon_sym_GT] = ACTIONS(3025), - [anon_sym_EQ_EQ] = ACTIONS(3023), - [anon_sym_BANG_EQ] = ACTIONS(3023), - [anon_sym_LT_EQ] = ACTIONS(3023), - [anon_sym_GT_EQ] = ACTIONS(3023), - [anon_sym_LBRACK] = ACTIONS(3023), - [anon_sym_RBRACK] = ACTIONS(3023), - [anon_sym_struct] = ACTIONS(3025), - [anon_sym_mut] = ACTIONS(3025), - [anon_sym_PLUS_PLUS] = ACTIONS(3023), - [anon_sym_DASH_DASH] = ACTIONS(3023), - [anon_sym_QMARK] = ACTIONS(3025), - [anon_sym_BANG] = ACTIONS(3025), - [anon_sym_go] = ACTIONS(3025), - [anon_sym_spawn] = ACTIONS(3025), - [anon_sym_json_DOTdecode] = ACTIONS(3023), - [anon_sym_LBRACK2] = ACTIONS(3025), - [anon_sym_TILDE] = ACTIONS(3023), - [anon_sym_CARET] = ACTIONS(3023), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_LT_DASH] = ACTIONS(3023), - [anon_sym_LT_LT] = ACTIONS(3023), - [anon_sym_GT_GT] = ACTIONS(3025), - [anon_sym_GT_GT_GT] = ACTIONS(3023), - [anon_sym_AMP_CARET] = ACTIONS(3023), - [anon_sym_AMP_AMP] = ACTIONS(3023), - [anon_sym_PIPE_PIPE] = ACTIONS(3023), - [anon_sym_or] = ACTIONS(3025), - [sym_none] = ACTIONS(3025), - [sym_true] = ACTIONS(3025), - [sym_false] = ACTIONS(3025), - [sym_nil] = ACTIONS(3025), - [anon_sym_QMARK_DOT] = ACTIONS(3023), - [anon_sym_POUND_LBRACK] = ACTIONS(3023), - [anon_sym_if] = ACTIONS(3025), - [anon_sym_DOLLARif] = ACTIONS(3025), - [anon_sym_is] = ACTIONS(3025), - [anon_sym_BANGis] = ACTIONS(3023), - [anon_sym_in] = ACTIONS(3025), - [anon_sym_BANGin] = ACTIONS(3023), - [anon_sym_match] = ACTIONS(3025), - [anon_sym_select] = ACTIONS(3025), - [anon_sym_lock] = ACTIONS(3025), - [anon_sym_rlock] = ACTIONS(3025), - [anon_sym_unsafe] = ACTIONS(3025), - [anon_sym_sql] = ACTIONS(3025), - [sym_int_literal] = ACTIONS(3025), - [sym_float_literal] = ACTIONS(3023), - [sym_rune_literal] = ACTIONS(3023), - [anon_sym_AT] = ACTIONS(3025), - [anon_sym_shared] = ACTIONS(3025), - [anon_sym_map_LBRACK] = ACTIONS(3023), - [anon_sym_chan] = ACTIONS(3025), - [anon_sym_thread] = ACTIONS(3025), - [anon_sym_atomic] = ACTIONS(3025), - [sym___double_quote] = ACTIONS(3023), - [sym___single_quote] = ACTIONS(3023), - [sym___c_double_quote] = ACTIONS(3023), - [sym___c_single_quote] = ACTIONS(3023), - [sym___r_double_quote] = ACTIONS(3023), - [sym___r_single_quote] = ACTIONS(3023), + [anon_sym_DOT] = ACTIONS(2867), + [anon_sym_as] = ACTIONS(2867), + [anon_sym_LBRACE] = ACTIONS(2865), + [anon_sym_COMMA] = ACTIONS(2865), + [anon_sym_LPAREN] = ACTIONS(2865), + [anon_sym_PIPE] = ACTIONS(2867), + [anon_sym_fn] = ACTIONS(2867), + [anon_sym_PLUS] = ACTIONS(2867), + [anon_sym_DASH] = ACTIONS(2867), + [anon_sym_STAR] = ACTIONS(2865), + [anon_sym_SLASH] = ACTIONS(2867), + [anon_sym_PERCENT] = ACTIONS(2865), + [anon_sym_LT] = ACTIONS(2867), + [anon_sym_GT] = ACTIONS(2867), + [anon_sym_EQ_EQ] = ACTIONS(2865), + [anon_sym_BANG_EQ] = ACTIONS(2865), + [anon_sym_LT_EQ] = ACTIONS(2865), + [anon_sym_GT_EQ] = ACTIONS(2865), + [anon_sym_LBRACK] = ACTIONS(2865), + [anon_sym_LT2] = ACTIONS(2867), + [anon_sym_RBRACK] = ACTIONS(2865), + [anon_sym_struct] = ACTIONS(2867), + [anon_sym_mut] = ACTIONS(2867), + [anon_sym_PLUS_PLUS] = ACTIONS(2865), + [anon_sym_DASH_DASH] = ACTIONS(2865), + [anon_sym_QMARK] = ACTIONS(2867), + [anon_sym_BANG] = ACTIONS(2867), + [anon_sym_go] = ACTIONS(2867), + [anon_sym_spawn] = ACTIONS(2867), + [anon_sym_json_DOTdecode] = ACTIONS(2865), + [anon_sym_LBRACK2] = ACTIONS(2867), + [anon_sym_TILDE] = ACTIONS(2865), + [anon_sym_CARET] = ACTIONS(2865), + [anon_sym_AMP] = ACTIONS(2867), + [anon_sym_LT_DASH] = ACTIONS(2865), + [anon_sym_LT_LT] = ACTIONS(2865), + [anon_sym_GT_GT] = ACTIONS(2867), + [anon_sym_GT_GT_GT] = ACTIONS(2865), + [anon_sym_AMP_CARET] = ACTIONS(2865), + [anon_sym_AMP_AMP] = ACTIONS(2865), + [anon_sym_PIPE_PIPE] = ACTIONS(2865), + [anon_sym_or] = ACTIONS(2867), + [sym_none] = ACTIONS(2867), + [sym_true] = ACTIONS(2867), + [sym_false] = ACTIONS(2867), + [sym_nil] = ACTIONS(2867), + [anon_sym_QMARK_DOT] = ACTIONS(2865), + [anon_sym_POUND_LBRACK] = ACTIONS(2865), + [anon_sym_if] = ACTIONS(2867), + [anon_sym_DOLLARif] = ACTIONS(2867), + [anon_sym_is] = ACTIONS(2867), + [anon_sym_BANGis] = ACTIONS(2865), + [anon_sym_in] = ACTIONS(2867), + [anon_sym_BANGin] = ACTIONS(2865), + [anon_sym_match] = ACTIONS(2867), + [anon_sym_select] = ACTIONS(2867), + [anon_sym_lock] = ACTIONS(2867), + [anon_sym_rlock] = ACTIONS(2867), + [anon_sym_unsafe] = ACTIONS(2867), + [anon_sym_sql] = ACTIONS(2867), + [sym_int_literal] = ACTIONS(2867), + [sym_float_literal] = ACTIONS(2865), + [sym_rune_literal] = ACTIONS(2865), + [anon_sym_AT] = ACTIONS(2867), + [anon_sym_shared] = ACTIONS(2867), + [anon_sym_map_LBRACK] = ACTIONS(2865), + [anon_sym_chan] = ACTIONS(2867), + [anon_sym_thread] = ACTIONS(2867), + [anon_sym_atomic] = ACTIONS(2867), + [sym___double_quote] = ACTIONS(2865), + [sym___single_quote] = ACTIONS(2865), + [sym___c_double_quote] = ACTIONS(2865), + [sym___c_single_quote] = ACTIONS(2865), + [sym___r_double_quote] = ACTIONS(2865), + [sym___r_single_quote] = ACTIONS(2865), }, [1400] = { - [sym_identifier] = ACTIONS(2766), + [sym_identifier] = ACTIONS(2871), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2766), - [anon_sym_as] = ACTIONS(2766), - [anon_sym_LBRACE] = ACTIONS(2768), - [anon_sym_COMMA] = ACTIONS(2768), - [anon_sym_LPAREN] = ACTIONS(2768), - [anon_sym_PIPE] = ACTIONS(2766), - [anon_sym_fn] = ACTIONS(2766), - [anon_sym_PLUS] = ACTIONS(2766), - [anon_sym_DASH] = ACTIONS(2766), - [anon_sym_STAR] = ACTIONS(2768), - [anon_sym_SLASH] = ACTIONS(2766), - [anon_sym_PERCENT] = ACTIONS(2768), - [anon_sym_LT] = ACTIONS(2766), - [anon_sym_GT] = ACTIONS(2766), - [anon_sym_EQ_EQ] = ACTIONS(2768), - [anon_sym_BANG_EQ] = ACTIONS(2768), - [anon_sym_LT_EQ] = ACTIONS(2768), - [anon_sym_GT_EQ] = ACTIONS(2768), - [anon_sym_LBRACK] = ACTIONS(2768), - [anon_sym_RBRACK] = ACTIONS(2768), - [anon_sym_struct] = ACTIONS(2766), - [anon_sym_mut] = ACTIONS(2766), - [anon_sym_PLUS_PLUS] = ACTIONS(2768), - [anon_sym_DASH_DASH] = ACTIONS(2768), - [anon_sym_QMARK] = ACTIONS(2766), - [anon_sym_BANG] = ACTIONS(2766), - [anon_sym_go] = ACTIONS(2766), - [anon_sym_spawn] = ACTIONS(2766), - [anon_sym_json_DOTdecode] = ACTIONS(2768), - [anon_sym_LBRACK2] = ACTIONS(2766), - [anon_sym_TILDE] = ACTIONS(2768), - [anon_sym_CARET] = ACTIONS(2768), - [anon_sym_AMP] = ACTIONS(2766), - [anon_sym_LT_DASH] = ACTIONS(2768), - [anon_sym_LT_LT] = ACTIONS(2768), - [anon_sym_GT_GT] = ACTIONS(2766), - [anon_sym_GT_GT_GT] = ACTIONS(2768), - [anon_sym_AMP_CARET] = ACTIONS(2768), - [anon_sym_AMP_AMP] = ACTIONS(2768), - [anon_sym_PIPE_PIPE] = ACTIONS(2768), - [anon_sym_or] = ACTIONS(2766), - [sym_none] = ACTIONS(2766), - [sym_true] = ACTIONS(2766), - [sym_false] = ACTIONS(2766), - [sym_nil] = ACTIONS(2766), - [anon_sym_QMARK_DOT] = ACTIONS(2768), - [anon_sym_POUND_LBRACK] = ACTIONS(2768), - [anon_sym_if] = ACTIONS(2766), - [anon_sym_DOLLARif] = ACTIONS(2766), - [anon_sym_is] = ACTIONS(2766), - [anon_sym_BANGis] = ACTIONS(2768), - [anon_sym_in] = ACTIONS(2766), - [anon_sym_BANGin] = ACTIONS(2768), - [anon_sym_match] = ACTIONS(2766), - [anon_sym_select] = ACTIONS(2766), - [anon_sym_lock] = ACTIONS(2766), - [anon_sym_rlock] = ACTIONS(2766), - [anon_sym_unsafe] = ACTIONS(2766), - [anon_sym_sql] = ACTIONS(2766), - [sym_int_literal] = ACTIONS(2766), - [sym_float_literal] = ACTIONS(2768), - [sym_rune_literal] = ACTIONS(2768), - [anon_sym_AT] = ACTIONS(2766), - [anon_sym_shared] = ACTIONS(2766), - [anon_sym_map_LBRACK] = ACTIONS(2768), - [anon_sym_chan] = ACTIONS(2766), - [anon_sym_thread] = ACTIONS(2766), - [anon_sym_atomic] = ACTIONS(2766), - [sym___double_quote] = ACTIONS(2768), - [sym___single_quote] = ACTIONS(2768), - [sym___c_double_quote] = ACTIONS(2768), - [sym___c_single_quote] = ACTIONS(2768), - [sym___r_double_quote] = ACTIONS(2768), - [sym___r_single_quote] = ACTIONS(2768), + [anon_sym_DOT] = ACTIONS(2871), + [anon_sym_as] = ACTIONS(2871), + [anon_sym_LBRACE] = ACTIONS(2869), + [anon_sym_COMMA] = ACTIONS(2869), + [anon_sym_LPAREN] = ACTIONS(2869), + [anon_sym_PIPE] = ACTIONS(2871), + [anon_sym_fn] = ACTIONS(2871), + [anon_sym_PLUS] = ACTIONS(2871), + [anon_sym_DASH] = ACTIONS(2871), + [anon_sym_STAR] = ACTIONS(2869), + [anon_sym_SLASH] = ACTIONS(2871), + [anon_sym_PERCENT] = ACTIONS(2869), + [anon_sym_LT] = ACTIONS(2871), + [anon_sym_GT] = ACTIONS(2871), + [anon_sym_EQ_EQ] = ACTIONS(2869), + [anon_sym_BANG_EQ] = ACTIONS(2869), + [anon_sym_LT_EQ] = ACTIONS(2869), + [anon_sym_GT_EQ] = ACTIONS(2869), + [anon_sym_LBRACK] = ACTIONS(2869), + [anon_sym_LT2] = ACTIONS(2871), + [anon_sym_RBRACK] = ACTIONS(2869), + [anon_sym_struct] = ACTIONS(2871), + [anon_sym_mut] = ACTIONS(2871), + [anon_sym_PLUS_PLUS] = ACTIONS(2869), + [anon_sym_DASH_DASH] = ACTIONS(2869), + [anon_sym_QMARK] = ACTIONS(2871), + [anon_sym_BANG] = ACTIONS(2871), + [anon_sym_go] = ACTIONS(2871), + [anon_sym_spawn] = ACTIONS(2871), + [anon_sym_json_DOTdecode] = ACTIONS(2869), + [anon_sym_LBRACK2] = ACTIONS(2871), + [anon_sym_TILDE] = ACTIONS(2869), + [anon_sym_CARET] = ACTIONS(2869), + [anon_sym_AMP] = ACTIONS(2871), + [anon_sym_LT_DASH] = ACTIONS(2869), + [anon_sym_LT_LT] = ACTIONS(2869), + [anon_sym_GT_GT] = ACTIONS(2871), + [anon_sym_GT_GT_GT] = ACTIONS(2869), + [anon_sym_AMP_CARET] = ACTIONS(2869), + [anon_sym_AMP_AMP] = ACTIONS(2869), + [anon_sym_PIPE_PIPE] = ACTIONS(2869), + [anon_sym_or] = ACTIONS(2871), + [sym_none] = ACTIONS(2871), + [sym_true] = ACTIONS(2871), + [sym_false] = ACTIONS(2871), + [sym_nil] = ACTIONS(2871), + [anon_sym_QMARK_DOT] = ACTIONS(2869), + [anon_sym_POUND_LBRACK] = ACTIONS(2869), + [anon_sym_if] = ACTIONS(2871), + [anon_sym_DOLLARif] = ACTIONS(2871), + [anon_sym_is] = ACTIONS(2871), + [anon_sym_BANGis] = ACTIONS(2869), + [anon_sym_in] = ACTIONS(2871), + [anon_sym_BANGin] = ACTIONS(2869), + [anon_sym_match] = ACTIONS(2871), + [anon_sym_select] = ACTIONS(2871), + [anon_sym_lock] = ACTIONS(2871), + [anon_sym_rlock] = ACTIONS(2871), + [anon_sym_unsafe] = ACTIONS(2871), + [anon_sym_sql] = ACTIONS(2871), + [sym_int_literal] = ACTIONS(2871), + [sym_float_literal] = ACTIONS(2869), + [sym_rune_literal] = ACTIONS(2869), + [anon_sym_AT] = ACTIONS(2871), + [anon_sym_shared] = ACTIONS(2871), + [anon_sym_map_LBRACK] = ACTIONS(2869), + [anon_sym_chan] = ACTIONS(2871), + [anon_sym_thread] = ACTIONS(2871), + [anon_sym_atomic] = ACTIONS(2871), + [sym___double_quote] = ACTIONS(2869), + [sym___single_quote] = ACTIONS(2869), + [sym___c_double_quote] = ACTIONS(2869), + [sym___c_single_quote] = ACTIONS(2869), + [sym___r_double_quote] = ACTIONS(2869), + [sym___r_single_quote] = ACTIONS(2869), }, [1401] = { - [sym_identifier] = ACTIONS(3021), + [sym_identifier] = ACTIONS(3199), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3021), - [anon_sym_as] = ACTIONS(3021), - [anon_sym_LBRACE] = ACTIONS(3019), - [anon_sym_COMMA] = ACTIONS(3019), - [anon_sym_LPAREN] = ACTIONS(3019), - [anon_sym_PIPE] = ACTIONS(3021), - [anon_sym_fn] = ACTIONS(3021), - [anon_sym_PLUS] = ACTIONS(3021), - [anon_sym_DASH] = ACTIONS(3021), - [anon_sym_STAR] = ACTIONS(3019), - [anon_sym_SLASH] = ACTIONS(3021), - [anon_sym_PERCENT] = ACTIONS(3019), - [anon_sym_LT] = ACTIONS(3021), - [anon_sym_GT] = ACTIONS(3021), - [anon_sym_EQ_EQ] = ACTIONS(3019), - [anon_sym_BANG_EQ] = ACTIONS(3019), - [anon_sym_LT_EQ] = ACTIONS(3019), - [anon_sym_GT_EQ] = ACTIONS(3019), - [anon_sym_LBRACK] = ACTIONS(3019), - [anon_sym_RBRACK] = ACTIONS(3019), - [anon_sym_struct] = ACTIONS(3021), - [anon_sym_mut] = ACTIONS(3021), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_QMARK] = ACTIONS(3021), - [anon_sym_BANG] = ACTIONS(3021), - [anon_sym_go] = ACTIONS(3021), - [anon_sym_spawn] = ACTIONS(3021), - [anon_sym_json_DOTdecode] = ACTIONS(3019), - [anon_sym_LBRACK2] = ACTIONS(3021), - [anon_sym_TILDE] = ACTIONS(3019), - [anon_sym_CARET] = ACTIONS(3019), - [anon_sym_AMP] = ACTIONS(3021), - [anon_sym_LT_DASH] = ACTIONS(3019), - [anon_sym_LT_LT] = ACTIONS(3019), - [anon_sym_GT_GT] = ACTIONS(3021), - [anon_sym_GT_GT_GT] = ACTIONS(3019), - [anon_sym_AMP_CARET] = ACTIONS(3019), - [anon_sym_AMP_AMP] = ACTIONS(3019), - [anon_sym_PIPE_PIPE] = ACTIONS(3019), - [anon_sym_or] = ACTIONS(3021), - [sym_none] = ACTIONS(3021), - [sym_true] = ACTIONS(3021), - [sym_false] = ACTIONS(3021), - [sym_nil] = ACTIONS(3021), - [anon_sym_QMARK_DOT] = ACTIONS(3019), - [anon_sym_POUND_LBRACK] = ACTIONS(3019), - [anon_sym_if] = ACTIONS(3021), - [anon_sym_DOLLARif] = ACTIONS(3021), - [anon_sym_is] = ACTIONS(3021), - [anon_sym_BANGis] = ACTIONS(3019), - [anon_sym_in] = ACTIONS(3021), - [anon_sym_BANGin] = ACTIONS(3019), - [anon_sym_match] = ACTIONS(3021), - [anon_sym_select] = ACTIONS(3021), - [anon_sym_lock] = ACTIONS(3021), - [anon_sym_rlock] = ACTIONS(3021), - [anon_sym_unsafe] = ACTIONS(3021), - [anon_sym_sql] = ACTIONS(3021), - [sym_int_literal] = ACTIONS(3021), - [sym_float_literal] = ACTIONS(3019), - [sym_rune_literal] = ACTIONS(3019), - [anon_sym_AT] = ACTIONS(3021), - [anon_sym_shared] = ACTIONS(3021), - [anon_sym_map_LBRACK] = ACTIONS(3019), - [anon_sym_chan] = ACTIONS(3021), - [anon_sym_thread] = ACTIONS(3021), - [anon_sym_atomic] = ACTIONS(3021), - [sym___double_quote] = ACTIONS(3019), - [sym___single_quote] = ACTIONS(3019), - [sym___c_double_quote] = ACTIONS(3019), - [sym___c_single_quote] = ACTIONS(3019), - [sym___r_double_quote] = ACTIONS(3019), - [sym___r_single_quote] = ACTIONS(3019), + [anon_sym_DOT] = ACTIONS(3199), + [anon_sym_as] = ACTIONS(3199), + [anon_sym_LBRACE] = ACTIONS(3197), + [anon_sym_COMMA] = ACTIONS(3197), + [anon_sym_LPAREN] = ACTIONS(3197), + [anon_sym_PIPE] = ACTIONS(3199), + [anon_sym_fn] = ACTIONS(3199), + [anon_sym_PLUS] = ACTIONS(3199), + [anon_sym_DASH] = ACTIONS(3199), + [anon_sym_STAR] = ACTIONS(3197), + [anon_sym_SLASH] = ACTIONS(3199), + [anon_sym_PERCENT] = ACTIONS(3197), + [anon_sym_LT] = ACTIONS(3199), + [anon_sym_GT] = ACTIONS(3199), + [anon_sym_EQ_EQ] = ACTIONS(3197), + [anon_sym_BANG_EQ] = ACTIONS(3197), + [anon_sym_LT_EQ] = ACTIONS(3197), + [anon_sym_GT_EQ] = ACTIONS(3197), + [anon_sym_LBRACK] = ACTIONS(3197), + [anon_sym_LT2] = ACTIONS(3199), + [anon_sym_RBRACK] = ACTIONS(3197), + [anon_sym_struct] = ACTIONS(3199), + [anon_sym_mut] = ACTIONS(3199), + [anon_sym_PLUS_PLUS] = ACTIONS(3197), + [anon_sym_DASH_DASH] = ACTIONS(3197), + [anon_sym_QMARK] = ACTIONS(3199), + [anon_sym_BANG] = ACTIONS(3199), + [anon_sym_go] = ACTIONS(3199), + [anon_sym_spawn] = ACTIONS(3199), + [anon_sym_json_DOTdecode] = ACTIONS(3197), + [anon_sym_LBRACK2] = ACTIONS(3199), + [anon_sym_TILDE] = ACTIONS(3197), + [anon_sym_CARET] = ACTIONS(3197), + [anon_sym_AMP] = ACTIONS(3199), + [anon_sym_LT_DASH] = ACTIONS(3197), + [anon_sym_LT_LT] = ACTIONS(3197), + [anon_sym_GT_GT] = ACTIONS(3199), + [anon_sym_GT_GT_GT] = ACTIONS(3197), + [anon_sym_AMP_CARET] = ACTIONS(3197), + [anon_sym_AMP_AMP] = ACTIONS(3197), + [anon_sym_PIPE_PIPE] = ACTIONS(3197), + [anon_sym_or] = ACTIONS(3199), + [sym_none] = ACTIONS(3199), + [sym_true] = ACTIONS(3199), + [sym_false] = ACTIONS(3199), + [sym_nil] = ACTIONS(3199), + [anon_sym_QMARK_DOT] = ACTIONS(3197), + [anon_sym_POUND_LBRACK] = ACTIONS(3197), + [anon_sym_if] = ACTIONS(3199), + [anon_sym_DOLLARif] = ACTIONS(3199), + [anon_sym_is] = ACTIONS(3199), + [anon_sym_BANGis] = ACTIONS(3197), + [anon_sym_in] = ACTIONS(3199), + [anon_sym_BANGin] = ACTIONS(3197), + [anon_sym_match] = ACTIONS(3199), + [anon_sym_select] = ACTIONS(3199), + [anon_sym_lock] = ACTIONS(3199), + [anon_sym_rlock] = ACTIONS(3199), + [anon_sym_unsafe] = ACTIONS(3199), + [anon_sym_sql] = ACTIONS(3199), + [sym_int_literal] = ACTIONS(3199), + [sym_float_literal] = ACTIONS(3197), + [sym_rune_literal] = ACTIONS(3197), + [anon_sym_AT] = ACTIONS(3199), + [anon_sym_shared] = ACTIONS(3199), + [anon_sym_map_LBRACK] = ACTIONS(3197), + [anon_sym_chan] = ACTIONS(3199), + [anon_sym_thread] = ACTIONS(3199), + [anon_sym_atomic] = ACTIONS(3199), + [sym___double_quote] = ACTIONS(3197), + [sym___single_quote] = ACTIONS(3197), + [sym___c_double_quote] = ACTIONS(3197), + [sym___c_single_quote] = ACTIONS(3197), + [sym___r_double_quote] = ACTIONS(3197), + [sym___r_single_quote] = ACTIONS(3197), }, [1402] = { - [sym_identifier] = ACTIONS(2884), + [sym_identifier] = ACTIONS(2891), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2886), - [anon_sym_as] = ACTIONS(2884), - [anon_sym_LBRACE] = ACTIONS(2882), - [anon_sym_COMMA] = ACTIONS(2882), - [anon_sym_LPAREN] = ACTIONS(2882), - [anon_sym_PIPE] = ACTIONS(2884), - [anon_sym_fn] = ACTIONS(2884), - [anon_sym_PLUS] = ACTIONS(2884), - [anon_sym_DASH] = ACTIONS(2884), - [anon_sym_STAR] = ACTIONS(2882), - [anon_sym_SLASH] = ACTIONS(2884), - [anon_sym_PERCENT] = ACTIONS(2882), - [anon_sym_LT] = ACTIONS(2884), - [anon_sym_GT] = ACTIONS(2884), - [anon_sym_EQ_EQ] = ACTIONS(2882), - [anon_sym_BANG_EQ] = ACTIONS(2882), - [anon_sym_LT_EQ] = ACTIONS(2882), - [anon_sym_GT_EQ] = ACTIONS(2882), - [anon_sym_LBRACK] = ACTIONS(2882), - [anon_sym_RBRACK] = ACTIONS(2882), - [anon_sym_struct] = ACTIONS(2884), - [anon_sym_mut] = ACTIONS(2884), - [anon_sym_PLUS_PLUS] = ACTIONS(2882), - [anon_sym_DASH_DASH] = ACTIONS(2882), - [anon_sym_QMARK] = ACTIONS(2884), - [anon_sym_BANG] = ACTIONS(2884), - [anon_sym_go] = ACTIONS(2884), - [anon_sym_spawn] = ACTIONS(2884), - [anon_sym_json_DOTdecode] = ACTIONS(2882), - [anon_sym_LBRACK2] = ACTIONS(2884), - [anon_sym_TILDE] = ACTIONS(2882), - [anon_sym_CARET] = ACTIONS(2882), - [anon_sym_AMP] = ACTIONS(2884), - [anon_sym_LT_DASH] = ACTIONS(2882), - [anon_sym_LT_LT] = ACTIONS(2882), - [anon_sym_GT_GT] = ACTIONS(2884), - [anon_sym_GT_GT_GT] = ACTIONS(2882), - [anon_sym_AMP_CARET] = ACTIONS(2882), - [anon_sym_AMP_AMP] = ACTIONS(2882), - [anon_sym_PIPE_PIPE] = ACTIONS(2882), - [anon_sym_or] = ACTIONS(2884), - [sym_none] = ACTIONS(2884), - [sym_true] = ACTIONS(2884), - [sym_false] = ACTIONS(2884), - [sym_nil] = ACTIONS(2884), - [anon_sym_QMARK_DOT] = ACTIONS(2882), - [anon_sym_POUND_LBRACK] = ACTIONS(2882), - [anon_sym_if] = ACTIONS(2884), - [anon_sym_DOLLARif] = ACTIONS(2884), - [anon_sym_is] = ACTIONS(2884), - [anon_sym_BANGis] = ACTIONS(2882), - [anon_sym_in] = ACTIONS(2884), - [anon_sym_BANGin] = ACTIONS(2882), - [anon_sym_match] = ACTIONS(2884), - [anon_sym_select] = ACTIONS(2884), - [anon_sym_lock] = ACTIONS(2884), - [anon_sym_rlock] = ACTIONS(2884), - [anon_sym_unsafe] = ACTIONS(2884), - [anon_sym_sql] = ACTIONS(2884), - [sym_int_literal] = ACTIONS(2884), - [sym_float_literal] = ACTIONS(2882), - [sym_rune_literal] = ACTIONS(2882), - [anon_sym_AT] = ACTIONS(2884), - [anon_sym_shared] = ACTIONS(2884), - [anon_sym_map_LBRACK] = ACTIONS(2882), - [anon_sym_chan] = ACTIONS(2884), - [anon_sym_thread] = ACTIONS(2884), - [anon_sym_atomic] = ACTIONS(2884), - [sym___double_quote] = ACTIONS(2882), - [sym___single_quote] = ACTIONS(2882), - [sym___c_double_quote] = ACTIONS(2882), - [sym___c_single_quote] = ACTIONS(2882), - [sym___r_double_quote] = ACTIONS(2882), - [sym___r_single_quote] = ACTIONS(2882), + [anon_sym_DOT] = ACTIONS(2891), + [anon_sym_as] = ACTIONS(2891), + [anon_sym_LBRACE] = ACTIONS(2889), + [anon_sym_COMMA] = ACTIONS(2889), + [anon_sym_LPAREN] = ACTIONS(2889), + [anon_sym_PIPE] = ACTIONS(2891), + [anon_sym_fn] = ACTIONS(2891), + [anon_sym_PLUS] = ACTIONS(2891), + [anon_sym_DASH] = ACTIONS(2891), + [anon_sym_STAR] = ACTIONS(2889), + [anon_sym_SLASH] = ACTIONS(2891), + [anon_sym_PERCENT] = ACTIONS(2889), + [anon_sym_LT] = ACTIONS(2891), + [anon_sym_GT] = ACTIONS(2891), + [anon_sym_EQ_EQ] = ACTIONS(2889), + [anon_sym_BANG_EQ] = ACTIONS(2889), + [anon_sym_LT_EQ] = ACTIONS(2889), + [anon_sym_GT_EQ] = ACTIONS(2889), + [anon_sym_LBRACK] = ACTIONS(2889), + [anon_sym_LT2] = ACTIONS(2891), + [anon_sym_RBRACK] = ACTIONS(2889), + [anon_sym_struct] = ACTIONS(2891), + [anon_sym_mut] = ACTIONS(2891), + [anon_sym_PLUS_PLUS] = ACTIONS(2889), + [anon_sym_DASH_DASH] = ACTIONS(2889), + [anon_sym_QMARK] = ACTIONS(2891), + [anon_sym_BANG] = ACTIONS(2891), + [anon_sym_go] = ACTIONS(2891), + [anon_sym_spawn] = ACTIONS(2891), + [anon_sym_json_DOTdecode] = ACTIONS(2889), + [anon_sym_LBRACK2] = ACTIONS(2891), + [anon_sym_TILDE] = ACTIONS(2889), + [anon_sym_CARET] = ACTIONS(2889), + [anon_sym_AMP] = ACTIONS(2891), + [anon_sym_LT_DASH] = ACTIONS(2889), + [anon_sym_LT_LT] = ACTIONS(2889), + [anon_sym_GT_GT] = ACTIONS(2891), + [anon_sym_GT_GT_GT] = ACTIONS(2889), + [anon_sym_AMP_CARET] = ACTIONS(2889), + [anon_sym_AMP_AMP] = ACTIONS(2889), + [anon_sym_PIPE_PIPE] = ACTIONS(2889), + [anon_sym_or] = ACTIONS(2891), + [sym_none] = ACTIONS(2891), + [sym_true] = ACTIONS(2891), + [sym_false] = ACTIONS(2891), + [sym_nil] = ACTIONS(2891), + [anon_sym_QMARK_DOT] = ACTIONS(2889), + [anon_sym_POUND_LBRACK] = ACTIONS(2889), + [anon_sym_if] = ACTIONS(2891), + [anon_sym_DOLLARif] = ACTIONS(2891), + [anon_sym_is] = ACTIONS(2891), + [anon_sym_BANGis] = ACTIONS(2889), + [anon_sym_in] = ACTIONS(2891), + [anon_sym_BANGin] = ACTIONS(2889), + [anon_sym_match] = ACTIONS(2891), + [anon_sym_select] = ACTIONS(2891), + [anon_sym_lock] = ACTIONS(2891), + [anon_sym_rlock] = ACTIONS(2891), + [anon_sym_unsafe] = ACTIONS(2891), + [anon_sym_sql] = ACTIONS(2891), + [sym_int_literal] = ACTIONS(2891), + [sym_float_literal] = ACTIONS(2889), + [sym_rune_literal] = ACTIONS(2889), + [anon_sym_AT] = ACTIONS(2891), + [anon_sym_shared] = ACTIONS(2891), + [anon_sym_map_LBRACK] = ACTIONS(2889), + [anon_sym_chan] = ACTIONS(2891), + [anon_sym_thread] = ACTIONS(2891), + [anon_sym_atomic] = ACTIONS(2891), + [sym___double_quote] = ACTIONS(2889), + [sym___single_quote] = ACTIONS(2889), + [sym___c_double_quote] = ACTIONS(2889), + [sym___c_single_quote] = ACTIONS(2889), + [sym___r_double_quote] = ACTIONS(2889), + [sym___r_single_quote] = ACTIONS(2889), }, [1403] = { - [sym_identifier] = ACTIONS(3001), + [sym_identifier] = ACTIONS(2907), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3001), - [anon_sym_as] = ACTIONS(3001), - [anon_sym_LBRACE] = ACTIONS(2999), - [anon_sym_COMMA] = ACTIONS(2999), - [anon_sym_LPAREN] = ACTIONS(2999), - [anon_sym_PIPE] = ACTIONS(3001), - [anon_sym_fn] = ACTIONS(3001), - [anon_sym_PLUS] = ACTIONS(3001), - [anon_sym_DASH] = ACTIONS(3001), - [anon_sym_STAR] = ACTIONS(2999), - [anon_sym_SLASH] = ACTIONS(3001), - [anon_sym_PERCENT] = ACTIONS(2999), - [anon_sym_LT] = ACTIONS(3001), - [anon_sym_GT] = ACTIONS(3001), - [anon_sym_EQ_EQ] = ACTIONS(2999), - [anon_sym_BANG_EQ] = ACTIONS(2999), - [anon_sym_LT_EQ] = ACTIONS(2999), - [anon_sym_GT_EQ] = ACTIONS(2999), - [anon_sym_LBRACK] = ACTIONS(2999), - [anon_sym_RBRACK] = ACTIONS(2999), - [anon_sym_struct] = ACTIONS(3001), - [anon_sym_mut] = ACTIONS(3001), - [anon_sym_PLUS_PLUS] = ACTIONS(2999), - [anon_sym_DASH_DASH] = ACTIONS(2999), - [anon_sym_QMARK] = ACTIONS(3001), - [anon_sym_BANG] = ACTIONS(3001), - [anon_sym_go] = ACTIONS(3001), - [anon_sym_spawn] = ACTIONS(3001), - [anon_sym_json_DOTdecode] = ACTIONS(2999), - [anon_sym_LBRACK2] = ACTIONS(3001), - [anon_sym_TILDE] = ACTIONS(2999), - [anon_sym_CARET] = ACTIONS(2999), - [anon_sym_AMP] = ACTIONS(3001), - [anon_sym_LT_DASH] = ACTIONS(2999), - [anon_sym_LT_LT] = ACTIONS(2999), - [anon_sym_GT_GT] = ACTIONS(3001), - [anon_sym_GT_GT_GT] = ACTIONS(2999), - [anon_sym_AMP_CARET] = ACTIONS(2999), - [anon_sym_AMP_AMP] = ACTIONS(2999), - [anon_sym_PIPE_PIPE] = ACTIONS(2999), - [anon_sym_or] = ACTIONS(3001), - [sym_none] = ACTIONS(3001), - [sym_true] = ACTIONS(3001), - [sym_false] = ACTIONS(3001), - [sym_nil] = ACTIONS(3001), - [anon_sym_QMARK_DOT] = ACTIONS(2999), - [anon_sym_POUND_LBRACK] = ACTIONS(2999), - [anon_sym_if] = ACTIONS(3001), - [anon_sym_DOLLARif] = ACTIONS(3001), - [anon_sym_is] = ACTIONS(3001), - [anon_sym_BANGis] = ACTIONS(2999), - [anon_sym_in] = ACTIONS(3001), - [anon_sym_BANGin] = ACTIONS(2999), - [anon_sym_match] = ACTIONS(3001), - [anon_sym_select] = ACTIONS(3001), - [anon_sym_lock] = ACTIONS(3001), - [anon_sym_rlock] = ACTIONS(3001), - [anon_sym_unsafe] = ACTIONS(3001), - [anon_sym_sql] = ACTIONS(3001), - [sym_int_literal] = ACTIONS(3001), - [sym_float_literal] = ACTIONS(2999), - [sym_rune_literal] = ACTIONS(2999), - [anon_sym_AT] = ACTIONS(3001), - [anon_sym_shared] = ACTIONS(3001), - [anon_sym_map_LBRACK] = ACTIONS(2999), - [anon_sym_chan] = ACTIONS(3001), - [anon_sym_thread] = ACTIONS(3001), - [anon_sym_atomic] = ACTIONS(3001), - [sym___double_quote] = ACTIONS(2999), - [sym___single_quote] = ACTIONS(2999), - [sym___c_double_quote] = ACTIONS(2999), - [sym___c_single_quote] = ACTIONS(2999), - [sym___r_double_quote] = ACTIONS(2999), - [sym___r_single_quote] = ACTIONS(2999), + [anon_sym_DOT] = ACTIONS(2907), + [anon_sym_as] = ACTIONS(2907), + [anon_sym_LBRACE] = ACTIONS(2905), + [anon_sym_COMMA] = ACTIONS(2905), + [anon_sym_LPAREN] = ACTIONS(2905), + [anon_sym_PIPE] = ACTIONS(2907), + [anon_sym_fn] = ACTIONS(2907), + [anon_sym_PLUS] = ACTIONS(2907), + [anon_sym_DASH] = ACTIONS(2907), + [anon_sym_STAR] = ACTIONS(2905), + [anon_sym_SLASH] = ACTIONS(2907), + [anon_sym_PERCENT] = ACTIONS(2905), + [anon_sym_LT] = ACTIONS(2907), + [anon_sym_GT] = ACTIONS(2907), + [anon_sym_EQ_EQ] = ACTIONS(2905), + [anon_sym_BANG_EQ] = ACTIONS(2905), + [anon_sym_LT_EQ] = ACTIONS(2905), + [anon_sym_GT_EQ] = ACTIONS(2905), + [anon_sym_LBRACK] = ACTIONS(2905), + [anon_sym_LT2] = ACTIONS(2907), + [anon_sym_RBRACK] = ACTIONS(2905), + [anon_sym_struct] = ACTIONS(2907), + [anon_sym_mut] = ACTIONS(2907), + [anon_sym_PLUS_PLUS] = ACTIONS(2905), + [anon_sym_DASH_DASH] = ACTIONS(2905), + [anon_sym_QMARK] = ACTIONS(2907), + [anon_sym_BANG] = ACTIONS(2907), + [anon_sym_go] = ACTIONS(2907), + [anon_sym_spawn] = ACTIONS(2907), + [anon_sym_json_DOTdecode] = ACTIONS(2905), + [anon_sym_LBRACK2] = ACTIONS(2907), + [anon_sym_TILDE] = ACTIONS(2905), + [anon_sym_CARET] = ACTIONS(2905), + [anon_sym_AMP] = ACTIONS(2907), + [anon_sym_LT_DASH] = ACTIONS(2905), + [anon_sym_LT_LT] = ACTIONS(2905), + [anon_sym_GT_GT] = ACTIONS(2907), + [anon_sym_GT_GT_GT] = ACTIONS(2905), + [anon_sym_AMP_CARET] = ACTIONS(2905), + [anon_sym_AMP_AMP] = ACTIONS(2905), + [anon_sym_PIPE_PIPE] = ACTIONS(2905), + [anon_sym_or] = ACTIONS(2907), + [sym_none] = ACTIONS(2907), + [sym_true] = ACTIONS(2907), + [sym_false] = ACTIONS(2907), + [sym_nil] = ACTIONS(2907), + [anon_sym_QMARK_DOT] = ACTIONS(2905), + [anon_sym_POUND_LBRACK] = ACTIONS(2905), + [anon_sym_if] = ACTIONS(2907), + [anon_sym_DOLLARif] = ACTIONS(2907), + [anon_sym_is] = ACTIONS(2907), + [anon_sym_BANGis] = ACTIONS(2905), + [anon_sym_in] = ACTIONS(2907), + [anon_sym_BANGin] = ACTIONS(2905), + [anon_sym_match] = ACTIONS(2907), + [anon_sym_select] = ACTIONS(2907), + [anon_sym_lock] = ACTIONS(2907), + [anon_sym_rlock] = ACTIONS(2907), + [anon_sym_unsafe] = ACTIONS(2907), + [anon_sym_sql] = ACTIONS(2907), + [sym_int_literal] = ACTIONS(2907), + [sym_float_literal] = ACTIONS(2905), + [sym_rune_literal] = ACTIONS(2905), + [anon_sym_AT] = ACTIONS(2907), + [anon_sym_shared] = ACTIONS(2907), + [anon_sym_map_LBRACK] = ACTIONS(2905), + [anon_sym_chan] = ACTIONS(2907), + [anon_sym_thread] = ACTIONS(2907), + [anon_sym_atomic] = ACTIONS(2907), + [sym___double_quote] = ACTIONS(2905), + [sym___single_quote] = ACTIONS(2905), + [sym___c_double_quote] = ACTIONS(2905), + [sym___c_single_quote] = ACTIONS(2905), + [sym___r_double_quote] = ACTIONS(2905), + [sym___r_single_quote] = ACTIONS(2905), }, [1404] = { - [sym_identifier] = ACTIONS(3085), + [sym_identifier] = ACTIONS(2895), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(3085), - [anon_sym_as] = ACTIONS(3085), - [anon_sym_LBRACE] = ACTIONS(3083), - [anon_sym_COMMA] = ACTIONS(3083), - [anon_sym_LPAREN] = ACTIONS(3083), - [anon_sym_PIPE] = ACTIONS(3085), - [anon_sym_fn] = ACTIONS(3085), - [anon_sym_PLUS] = ACTIONS(3085), - [anon_sym_DASH] = ACTIONS(3085), - [anon_sym_STAR] = ACTIONS(3083), - [anon_sym_SLASH] = ACTIONS(3085), - [anon_sym_PERCENT] = ACTIONS(3083), - [anon_sym_LT] = ACTIONS(3085), - [anon_sym_GT] = ACTIONS(3085), - [anon_sym_EQ_EQ] = ACTIONS(3083), - [anon_sym_BANG_EQ] = ACTIONS(3083), - [anon_sym_LT_EQ] = ACTIONS(3083), - [anon_sym_GT_EQ] = ACTIONS(3083), - [anon_sym_LBRACK] = ACTIONS(3083), - [anon_sym_RBRACK] = ACTIONS(3083), - [anon_sym_struct] = ACTIONS(3085), - [anon_sym_mut] = ACTIONS(3085), - [anon_sym_PLUS_PLUS] = ACTIONS(3083), - [anon_sym_DASH_DASH] = ACTIONS(3083), - [anon_sym_QMARK] = ACTIONS(3085), - [anon_sym_BANG] = ACTIONS(3085), - [anon_sym_go] = ACTIONS(3085), - [anon_sym_spawn] = ACTIONS(3085), - [anon_sym_json_DOTdecode] = ACTIONS(3083), - [anon_sym_LBRACK2] = ACTIONS(3085), - [anon_sym_TILDE] = ACTIONS(3083), - [anon_sym_CARET] = ACTIONS(3083), - [anon_sym_AMP] = ACTIONS(3085), - [anon_sym_LT_DASH] = ACTIONS(3083), - [anon_sym_LT_LT] = ACTIONS(3083), - [anon_sym_GT_GT] = ACTIONS(3085), - [anon_sym_GT_GT_GT] = ACTIONS(3083), - [anon_sym_AMP_CARET] = ACTIONS(3083), - [anon_sym_AMP_AMP] = ACTIONS(3083), - [anon_sym_PIPE_PIPE] = ACTIONS(3083), - [anon_sym_or] = ACTIONS(3085), - [sym_none] = ACTIONS(3085), - [sym_true] = ACTIONS(3085), - [sym_false] = ACTIONS(3085), - [sym_nil] = ACTIONS(3085), - [anon_sym_QMARK_DOT] = ACTIONS(3083), - [anon_sym_POUND_LBRACK] = ACTIONS(3083), - [anon_sym_if] = ACTIONS(3085), - [anon_sym_DOLLARif] = ACTIONS(3085), - [anon_sym_is] = ACTIONS(3085), - [anon_sym_BANGis] = ACTIONS(3083), - [anon_sym_in] = ACTIONS(3085), - [anon_sym_BANGin] = ACTIONS(3083), - [anon_sym_match] = ACTIONS(3085), - [anon_sym_select] = ACTIONS(3085), - [anon_sym_lock] = ACTIONS(3085), - [anon_sym_rlock] = ACTIONS(3085), - [anon_sym_unsafe] = ACTIONS(3085), - [anon_sym_sql] = ACTIONS(3085), - [sym_int_literal] = ACTIONS(3085), - [sym_float_literal] = ACTIONS(3083), - [sym_rune_literal] = ACTIONS(3083), - [anon_sym_AT] = ACTIONS(3085), - [anon_sym_shared] = ACTIONS(3085), - [anon_sym_map_LBRACK] = ACTIONS(3083), - [anon_sym_chan] = ACTIONS(3085), - [anon_sym_thread] = ACTIONS(3085), - [anon_sym_atomic] = ACTIONS(3085), - [sym___double_quote] = ACTIONS(3083), - [sym___single_quote] = ACTIONS(3083), - [sym___c_double_quote] = ACTIONS(3083), - [sym___c_single_quote] = ACTIONS(3083), - [sym___r_double_quote] = ACTIONS(3083), - [sym___r_single_quote] = ACTIONS(3083), + [anon_sym_DOT] = ACTIONS(2895), + [anon_sym_as] = ACTIONS(2895), + [anon_sym_LBRACE] = ACTIONS(2893), + [anon_sym_COMMA] = ACTIONS(2893), + [anon_sym_LPAREN] = ACTIONS(2893), + [anon_sym_PIPE] = ACTIONS(2895), + [anon_sym_fn] = ACTIONS(2895), + [anon_sym_PLUS] = ACTIONS(2895), + [anon_sym_DASH] = ACTIONS(2895), + [anon_sym_STAR] = ACTIONS(2893), + [anon_sym_SLASH] = ACTIONS(2895), + [anon_sym_PERCENT] = ACTIONS(2893), + [anon_sym_LT] = ACTIONS(2895), + [anon_sym_GT] = ACTIONS(2895), + [anon_sym_EQ_EQ] = ACTIONS(2893), + [anon_sym_BANG_EQ] = ACTIONS(2893), + [anon_sym_LT_EQ] = ACTIONS(2893), + [anon_sym_GT_EQ] = ACTIONS(2893), + [anon_sym_LBRACK] = ACTIONS(2893), + [anon_sym_LT2] = ACTIONS(2895), + [anon_sym_RBRACK] = ACTIONS(2893), + [anon_sym_struct] = ACTIONS(2895), + [anon_sym_mut] = ACTIONS(2895), + [anon_sym_PLUS_PLUS] = ACTIONS(2893), + [anon_sym_DASH_DASH] = ACTIONS(2893), + [anon_sym_QMARK] = ACTIONS(2895), + [anon_sym_BANG] = ACTIONS(2895), + [anon_sym_go] = ACTIONS(2895), + [anon_sym_spawn] = ACTIONS(2895), + [anon_sym_json_DOTdecode] = ACTIONS(2893), + [anon_sym_LBRACK2] = ACTIONS(2895), + [anon_sym_TILDE] = ACTIONS(2893), + [anon_sym_CARET] = ACTIONS(2893), + [anon_sym_AMP] = ACTIONS(2895), + [anon_sym_LT_DASH] = ACTIONS(2893), + [anon_sym_LT_LT] = ACTIONS(2893), + [anon_sym_GT_GT] = ACTIONS(2895), + [anon_sym_GT_GT_GT] = ACTIONS(2893), + [anon_sym_AMP_CARET] = ACTIONS(2893), + [anon_sym_AMP_AMP] = ACTIONS(2893), + [anon_sym_PIPE_PIPE] = ACTIONS(2893), + [anon_sym_or] = ACTIONS(2895), + [sym_none] = ACTIONS(2895), + [sym_true] = ACTIONS(2895), + [sym_false] = ACTIONS(2895), + [sym_nil] = ACTIONS(2895), + [anon_sym_QMARK_DOT] = ACTIONS(2893), + [anon_sym_POUND_LBRACK] = ACTIONS(2893), + [anon_sym_if] = ACTIONS(2895), + [anon_sym_DOLLARif] = ACTIONS(2895), + [anon_sym_is] = ACTIONS(2895), + [anon_sym_BANGis] = ACTIONS(2893), + [anon_sym_in] = ACTIONS(2895), + [anon_sym_BANGin] = ACTIONS(2893), + [anon_sym_match] = ACTIONS(2895), + [anon_sym_select] = ACTIONS(2895), + [anon_sym_lock] = ACTIONS(2895), + [anon_sym_rlock] = ACTIONS(2895), + [anon_sym_unsafe] = ACTIONS(2895), + [anon_sym_sql] = ACTIONS(2895), + [sym_int_literal] = ACTIONS(2895), + [sym_float_literal] = ACTIONS(2893), + [sym_rune_literal] = ACTIONS(2893), + [anon_sym_AT] = ACTIONS(2895), + [anon_sym_shared] = ACTIONS(2895), + [anon_sym_map_LBRACK] = ACTIONS(2893), + [anon_sym_chan] = ACTIONS(2895), + [anon_sym_thread] = ACTIONS(2895), + [anon_sym_atomic] = ACTIONS(2895), + [sym___double_quote] = ACTIONS(2893), + [sym___single_quote] = ACTIONS(2893), + [sym___c_double_quote] = ACTIONS(2893), + [sym___c_single_quote] = ACTIONS(2893), + [sym___r_double_quote] = ACTIONS(2893), + [sym___r_single_quote] = ACTIONS(2893), }, [1405] = { - [sym_identifier] = ACTIONS(2804), + [sym_identifier] = ACTIONS(2903), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2804), - [anon_sym_as] = ACTIONS(2804), - [anon_sym_LBRACE] = ACTIONS(2802), - [anon_sym_COMMA] = ACTIONS(2802), - [anon_sym_LPAREN] = ACTIONS(2802), - [anon_sym_PIPE] = ACTIONS(2804), - [anon_sym_fn] = ACTIONS(2804), - [anon_sym_PLUS] = ACTIONS(2804), - [anon_sym_DASH] = ACTIONS(2804), - [anon_sym_STAR] = ACTIONS(2802), - [anon_sym_SLASH] = ACTIONS(2804), - [anon_sym_PERCENT] = ACTIONS(2802), - [anon_sym_LT] = ACTIONS(2804), - [anon_sym_GT] = ACTIONS(2804), - [anon_sym_EQ_EQ] = ACTIONS(2802), - [anon_sym_BANG_EQ] = ACTIONS(2802), - [anon_sym_LT_EQ] = ACTIONS(2802), - [anon_sym_GT_EQ] = ACTIONS(2802), - [anon_sym_LBRACK] = ACTIONS(2802), - [anon_sym_RBRACK] = ACTIONS(2802), - [anon_sym_struct] = ACTIONS(2804), - [anon_sym_mut] = ACTIONS(2804), - [anon_sym_PLUS_PLUS] = ACTIONS(2802), - [anon_sym_DASH_DASH] = ACTIONS(2802), - [anon_sym_QMARK] = ACTIONS(2804), - [anon_sym_BANG] = ACTIONS(2804), - [anon_sym_go] = ACTIONS(2804), - [anon_sym_spawn] = ACTIONS(2804), - [anon_sym_json_DOTdecode] = ACTIONS(2802), - [anon_sym_LBRACK2] = ACTIONS(2804), - [anon_sym_TILDE] = ACTIONS(2802), - [anon_sym_CARET] = ACTIONS(2802), - [anon_sym_AMP] = ACTIONS(2804), - [anon_sym_LT_DASH] = ACTIONS(2802), - [anon_sym_LT_LT] = ACTIONS(2802), - [anon_sym_GT_GT] = ACTIONS(2804), - [anon_sym_GT_GT_GT] = ACTIONS(2802), - [anon_sym_AMP_CARET] = ACTIONS(2802), - [anon_sym_AMP_AMP] = ACTIONS(2802), - [anon_sym_PIPE_PIPE] = ACTIONS(2802), - [anon_sym_or] = ACTIONS(2804), - [sym_none] = ACTIONS(2804), - [sym_true] = ACTIONS(2804), - [sym_false] = ACTIONS(2804), - [sym_nil] = ACTIONS(2804), - [anon_sym_QMARK_DOT] = ACTIONS(2802), - [anon_sym_POUND_LBRACK] = ACTIONS(2802), - [anon_sym_if] = ACTIONS(2804), - [anon_sym_DOLLARif] = ACTIONS(2804), - [anon_sym_is] = ACTIONS(2804), - [anon_sym_BANGis] = ACTIONS(2802), - [anon_sym_in] = ACTIONS(2804), - [anon_sym_BANGin] = ACTIONS(2802), - [anon_sym_match] = ACTIONS(2804), - [anon_sym_select] = ACTIONS(2804), - [anon_sym_lock] = ACTIONS(2804), - [anon_sym_rlock] = ACTIONS(2804), - [anon_sym_unsafe] = ACTIONS(2804), - [anon_sym_sql] = ACTIONS(2804), - [sym_int_literal] = ACTIONS(2804), - [sym_float_literal] = ACTIONS(2802), - [sym_rune_literal] = ACTIONS(2802), - [anon_sym_AT] = ACTIONS(2804), - [anon_sym_shared] = ACTIONS(2804), - [anon_sym_map_LBRACK] = ACTIONS(2802), - [anon_sym_chan] = ACTIONS(2804), - [anon_sym_thread] = ACTIONS(2804), - [anon_sym_atomic] = ACTIONS(2804), - [sym___double_quote] = ACTIONS(2802), - [sym___single_quote] = ACTIONS(2802), - [sym___c_double_quote] = ACTIONS(2802), - [sym___c_single_quote] = ACTIONS(2802), - [sym___r_double_quote] = ACTIONS(2802), - [sym___r_single_quote] = ACTIONS(2802), + [anon_sym_DOT] = ACTIONS(2903), + [anon_sym_as] = ACTIONS(2903), + [anon_sym_LBRACE] = ACTIONS(2901), + [anon_sym_COMMA] = ACTIONS(2901), + [anon_sym_LPAREN] = ACTIONS(2901), + [anon_sym_PIPE] = ACTIONS(2903), + [anon_sym_fn] = ACTIONS(2903), + [anon_sym_PLUS] = ACTIONS(2903), + [anon_sym_DASH] = ACTIONS(2903), + [anon_sym_STAR] = ACTIONS(2901), + [anon_sym_SLASH] = ACTIONS(2903), + [anon_sym_PERCENT] = ACTIONS(2901), + [anon_sym_LT] = ACTIONS(2903), + [anon_sym_GT] = ACTIONS(2903), + [anon_sym_EQ_EQ] = ACTIONS(2901), + [anon_sym_BANG_EQ] = ACTIONS(2901), + [anon_sym_LT_EQ] = ACTIONS(2901), + [anon_sym_GT_EQ] = ACTIONS(2901), + [anon_sym_LBRACK] = ACTIONS(2901), + [anon_sym_LT2] = ACTIONS(2903), + [anon_sym_RBRACK] = ACTIONS(2901), + [anon_sym_struct] = ACTIONS(2903), + [anon_sym_mut] = ACTIONS(2903), + [anon_sym_PLUS_PLUS] = ACTIONS(2901), + [anon_sym_DASH_DASH] = ACTIONS(2901), + [anon_sym_QMARK] = ACTIONS(2903), + [anon_sym_BANG] = ACTIONS(2903), + [anon_sym_go] = ACTIONS(2903), + [anon_sym_spawn] = ACTIONS(2903), + [anon_sym_json_DOTdecode] = ACTIONS(2901), + [anon_sym_LBRACK2] = ACTIONS(2903), + [anon_sym_TILDE] = ACTIONS(2901), + [anon_sym_CARET] = ACTIONS(2901), + [anon_sym_AMP] = ACTIONS(2903), + [anon_sym_LT_DASH] = ACTIONS(2901), + [anon_sym_LT_LT] = ACTIONS(2901), + [anon_sym_GT_GT] = ACTIONS(2903), + [anon_sym_GT_GT_GT] = ACTIONS(2901), + [anon_sym_AMP_CARET] = ACTIONS(2901), + [anon_sym_AMP_AMP] = ACTIONS(2901), + [anon_sym_PIPE_PIPE] = ACTIONS(2901), + [anon_sym_or] = ACTIONS(2903), + [sym_none] = ACTIONS(2903), + [sym_true] = ACTIONS(2903), + [sym_false] = ACTIONS(2903), + [sym_nil] = ACTIONS(2903), + [anon_sym_QMARK_DOT] = ACTIONS(2901), + [anon_sym_POUND_LBRACK] = ACTIONS(2901), + [anon_sym_if] = ACTIONS(2903), + [anon_sym_DOLLARif] = ACTIONS(2903), + [anon_sym_is] = ACTIONS(2903), + [anon_sym_BANGis] = ACTIONS(2901), + [anon_sym_in] = ACTIONS(2903), + [anon_sym_BANGin] = ACTIONS(2901), + [anon_sym_match] = ACTIONS(2903), + [anon_sym_select] = ACTIONS(2903), + [anon_sym_lock] = ACTIONS(2903), + [anon_sym_rlock] = ACTIONS(2903), + [anon_sym_unsafe] = ACTIONS(2903), + [anon_sym_sql] = ACTIONS(2903), + [sym_int_literal] = ACTIONS(2903), + [sym_float_literal] = ACTIONS(2901), + [sym_rune_literal] = ACTIONS(2901), + [anon_sym_AT] = ACTIONS(2903), + [anon_sym_shared] = ACTIONS(2903), + [anon_sym_map_LBRACK] = ACTIONS(2901), + [anon_sym_chan] = ACTIONS(2903), + [anon_sym_thread] = ACTIONS(2903), + [anon_sym_atomic] = ACTIONS(2903), + [sym___double_quote] = ACTIONS(2901), + [sym___single_quote] = ACTIONS(2901), + [sym___c_double_quote] = ACTIONS(2901), + [sym___c_single_quote] = ACTIONS(2901), + [sym___r_double_quote] = ACTIONS(2901), + [sym___r_single_quote] = ACTIONS(2901), }, [1406] = { - [sym_identifier] = ACTIONS(2800), + [sym_identifier] = ACTIONS(2899), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(2800), - [anon_sym_as] = ACTIONS(2800), - [anon_sym_LBRACE] = ACTIONS(2798), - [anon_sym_COMMA] = ACTIONS(2798), - [anon_sym_LPAREN] = ACTIONS(2798), - [anon_sym_PIPE] = ACTIONS(2800), - [anon_sym_fn] = ACTIONS(2800), - [anon_sym_PLUS] = ACTIONS(2800), - [anon_sym_DASH] = ACTIONS(2800), - [anon_sym_STAR] = ACTIONS(2798), - [anon_sym_SLASH] = ACTIONS(2800), - [anon_sym_PERCENT] = ACTIONS(2798), - [anon_sym_LT] = ACTIONS(2800), - [anon_sym_GT] = ACTIONS(2800), - [anon_sym_EQ_EQ] = ACTIONS(2798), - [anon_sym_BANG_EQ] = ACTIONS(2798), - [anon_sym_LT_EQ] = ACTIONS(2798), - [anon_sym_GT_EQ] = ACTIONS(2798), - [anon_sym_LBRACK] = ACTIONS(2798), - [anon_sym_RBRACK] = ACTIONS(2798), - [anon_sym_struct] = ACTIONS(2800), - [anon_sym_mut] = ACTIONS(2800), - [anon_sym_PLUS_PLUS] = ACTIONS(2798), - [anon_sym_DASH_DASH] = ACTIONS(2798), - [anon_sym_QMARK] = ACTIONS(2800), - [anon_sym_BANG] = ACTIONS(2800), - [anon_sym_go] = ACTIONS(2800), - [anon_sym_spawn] = ACTIONS(2800), - [anon_sym_json_DOTdecode] = ACTIONS(2798), - [anon_sym_LBRACK2] = ACTIONS(2800), - [anon_sym_TILDE] = ACTIONS(2798), - [anon_sym_CARET] = ACTIONS(2798), - [anon_sym_AMP] = ACTIONS(2800), - [anon_sym_LT_DASH] = ACTIONS(2798), - [anon_sym_LT_LT] = ACTIONS(2798), - [anon_sym_GT_GT] = ACTIONS(2800), - [anon_sym_GT_GT_GT] = ACTIONS(2798), - [anon_sym_AMP_CARET] = ACTIONS(2798), - [anon_sym_AMP_AMP] = ACTIONS(2798), - [anon_sym_PIPE_PIPE] = ACTIONS(2798), - [anon_sym_or] = ACTIONS(2800), - [sym_none] = ACTIONS(2800), - [sym_true] = ACTIONS(2800), - [sym_false] = ACTIONS(2800), - [sym_nil] = ACTIONS(2800), - [anon_sym_QMARK_DOT] = ACTIONS(2798), - [anon_sym_POUND_LBRACK] = ACTIONS(2798), - [anon_sym_if] = ACTIONS(2800), - [anon_sym_DOLLARif] = ACTIONS(2800), - [anon_sym_is] = ACTIONS(2800), - [anon_sym_BANGis] = ACTIONS(2798), - [anon_sym_in] = ACTIONS(2800), - [anon_sym_BANGin] = ACTIONS(2798), - [anon_sym_match] = ACTIONS(2800), - [anon_sym_select] = ACTIONS(2800), - [anon_sym_lock] = ACTIONS(2800), - [anon_sym_rlock] = ACTIONS(2800), - [anon_sym_unsafe] = ACTIONS(2800), - [anon_sym_sql] = ACTIONS(2800), - [sym_int_literal] = ACTIONS(2800), - [sym_float_literal] = ACTIONS(2798), - [sym_rune_literal] = ACTIONS(2798), - [anon_sym_AT] = ACTIONS(2800), - [anon_sym_shared] = ACTIONS(2800), - [anon_sym_map_LBRACK] = ACTIONS(2798), - [anon_sym_chan] = ACTIONS(2800), - [anon_sym_thread] = ACTIONS(2800), - [anon_sym_atomic] = ACTIONS(2800), - [sym___double_quote] = ACTIONS(2798), - [sym___single_quote] = ACTIONS(2798), - [sym___c_double_quote] = ACTIONS(2798), - [sym___c_single_quote] = ACTIONS(2798), - [sym___r_double_quote] = ACTIONS(2798), - [sym___r_single_quote] = ACTIONS(2798), + [anon_sym_DOT] = ACTIONS(2899), + [anon_sym_as] = ACTIONS(2899), + [anon_sym_LBRACE] = ACTIONS(2897), + [anon_sym_COMMA] = ACTIONS(2897), + [anon_sym_LPAREN] = ACTIONS(2897), + [anon_sym_PIPE] = ACTIONS(2899), + [anon_sym_fn] = ACTIONS(2899), + [anon_sym_PLUS] = ACTIONS(2899), + [anon_sym_DASH] = ACTIONS(2899), + [anon_sym_STAR] = ACTIONS(2897), + [anon_sym_SLASH] = ACTIONS(2899), + [anon_sym_PERCENT] = ACTIONS(2897), + [anon_sym_LT] = ACTIONS(2899), + [anon_sym_GT] = ACTIONS(2899), + [anon_sym_EQ_EQ] = ACTIONS(2897), + [anon_sym_BANG_EQ] = ACTIONS(2897), + [anon_sym_LT_EQ] = ACTIONS(2897), + [anon_sym_GT_EQ] = ACTIONS(2897), + [anon_sym_LBRACK] = ACTIONS(2897), + [anon_sym_LT2] = ACTIONS(2899), + [anon_sym_RBRACK] = ACTIONS(2897), + [anon_sym_struct] = ACTIONS(2899), + [anon_sym_mut] = ACTIONS(2899), + [anon_sym_PLUS_PLUS] = ACTIONS(2897), + [anon_sym_DASH_DASH] = ACTIONS(2897), + [anon_sym_QMARK] = ACTIONS(2899), + [anon_sym_BANG] = ACTIONS(2899), + [anon_sym_go] = ACTIONS(2899), + [anon_sym_spawn] = ACTIONS(2899), + [anon_sym_json_DOTdecode] = ACTIONS(2897), + [anon_sym_LBRACK2] = ACTIONS(2899), + [anon_sym_TILDE] = ACTIONS(2897), + [anon_sym_CARET] = ACTIONS(2897), + [anon_sym_AMP] = ACTIONS(2899), + [anon_sym_LT_DASH] = ACTIONS(2897), + [anon_sym_LT_LT] = ACTIONS(2897), + [anon_sym_GT_GT] = ACTIONS(2899), + [anon_sym_GT_GT_GT] = ACTIONS(2897), + [anon_sym_AMP_CARET] = ACTIONS(2897), + [anon_sym_AMP_AMP] = ACTIONS(2897), + [anon_sym_PIPE_PIPE] = ACTIONS(2897), + [anon_sym_or] = ACTIONS(2899), + [sym_none] = ACTIONS(2899), + [sym_true] = ACTIONS(2899), + [sym_false] = ACTIONS(2899), + [sym_nil] = ACTIONS(2899), + [anon_sym_QMARK_DOT] = ACTIONS(2897), + [anon_sym_POUND_LBRACK] = ACTIONS(2897), + [anon_sym_if] = ACTIONS(2899), + [anon_sym_DOLLARif] = ACTIONS(2899), + [anon_sym_is] = ACTIONS(2899), + [anon_sym_BANGis] = ACTIONS(2897), + [anon_sym_in] = ACTIONS(2899), + [anon_sym_BANGin] = ACTIONS(2897), + [anon_sym_match] = ACTIONS(2899), + [anon_sym_select] = ACTIONS(2899), + [anon_sym_lock] = ACTIONS(2899), + [anon_sym_rlock] = ACTIONS(2899), + [anon_sym_unsafe] = ACTIONS(2899), + [anon_sym_sql] = ACTIONS(2899), + [sym_int_literal] = ACTIONS(2899), + [sym_float_literal] = ACTIONS(2897), + [sym_rune_literal] = ACTIONS(2897), + [anon_sym_AT] = ACTIONS(2899), + [anon_sym_shared] = ACTIONS(2899), + [anon_sym_map_LBRACK] = ACTIONS(2897), + [anon_sym_chan] = ACTIONS(2899), + [anon_sym_thread] = ACTIONS(2899), + [anon_sym_atomic] = ACTIONS(2899), + [sym___double_quote] = ACTIONS(2897), + [sym___single_quote] = ACTIONS(2897), + [sym___c_double_quote] = ACTIONS(2897), + [sym___c_single_quote] = ACTIONS(2897), + [sym___r_double_quote] = ACTIONS(2897), + [sym___r_single_quote] = ACTIONS(2897), }, [1407] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(2318), - [sym_plain_type] = STATE(2333), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(2318), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(3702), + [sym_reference_expression] = STATE(4498), + [sym_type_reference_expression] = STATE(2319), + [sym_plain_type] = STATE(2348), + [sym__plain_type_without_special] = STATE(2337), + [sym_anon_struct_type] = STATE(2338), + [sym_multi_return_type] = STATE(2337), + [sym_result_type] = STATE(2337), + [sym_option_type] = STATE(2337), + [sym_qualified_type] = STATE(2319), + [sym_fixed_array_type] = STATE(2338), + [sym_array_type] = STATE(2338), + [sym_pointer_type] = STATE(2338), + [sym_wrong_pointer_type] = STATE(2338), + [sym_map_type] = STATE(2338), + [sym_channel_type] = STATE(2338), + [sym_shared_type] = STATE(2338), + [sym_thread_type] = STATE(2338), + [sym_atomic_type] = STATE(2338), + [sym_generic_type] = STATE(2338), + [sym_function_type] = STATE(2338), + [sym_identifier] = ACTIONS(3704), + [sym_comment] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(609), + [anon_sym_DOT] = ACTIONS(611), + [anon_sym_as] = ACTIONS(611), + [anon_sym_LBRACE] = ACTIONS(609), + [anon_sym_COMMA] = ACTIONS(609), + [anon_sym_RBRACE] = ACTIONS(609), + [anon_sym_LPAREN] = ACTIONS(3706), + [anon_sym_RPAREN] = ACTIONS(609), + [anon_sym_PIPE] = ACTIONS(611), + [anon_sym_fn] = ACTIONS(3708), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_STAR] = ACTIONS(3710), + [anon_sym_SLASH] = ACTIONS(611), + [anon_sym_PERCENT] = ACTIONS(609), + [anon_sym_LT] = ACTIONS(611), + [anon_sym_GT] = ACTIONS(611), + [anon_sym_EQ_EQ] = ACTIONS(609), + [anon_sym_BANG_EQ] = ACTIONS(609), + [anon_sym_LT_EQ] = ACTIONS(609), + [anon_sym_GT_EQ] = ACTIONS(609), + [anon_sym_LBRACK] = ACTIONS(609), + [anon_sym_LT2] = ACTIONS(611), + [anon_sym_RBRACK] = ACTIONS(609), + [anon_sym_struct] = ACTIONS(3712), + [anon_sym_COLON] = ACTIONS(611), + [anon_sym_PLUS_PLUS] = ACTIONS(609), + [anon_sym_DASH_DASH] = ACTIONS(609), + [anon_sym_QMARK] = ACTIONS(3714), + [anon_sym_BANG] = ACTIONS(3716), + [anon_sym_LBRACK2] = ACTIONS(3718), + [anon_sym_CARET] = ACTIONS(609), + [anon_sym_AMP] = ACTIONS(3720), + [anon_sym_LT_LT] = ACTIONS(609), + [anon_sym_GT_GT] = ACTIONS(611), + [anon_sym_GT_GT_GT] = ACTIONS(609), + [anon_sym_AMP_CARET] = ACTIONS(609), + [anon_sym_AMP_AMP] = ACTIONS(609), + [anon_sym_PIPE_PIPE] = ACTIONS(609), + [anon_sym_or] = ACTIONS(611), + [anon_sym_QMARK_DOT] = ACTIONS(609), + [anon_sym_POUND_LBRACK] = ACTIONS(609), + [anon_sym_is] = ACTIONS(611), + [anon_sym_BANGis] = ACTIONS(609), + [anon_sym_in] = ACTIONS(611), + [anon_sym_BANGin] = ACTIONS(609), + [anon_sym_COLON_EQ] = ACTIONS(609), + [anon_sym_shared] = ACTIONS(3722), + [anon_sym_map_LBRACK] = ACTIONS(3724), + [anon_sym_chan] = ACTIONS(3726), + [anon_sym_thread] = ACTIONS(3728), + [anon_sym_atomic] = ACTIONS(3730), + [anon_sym_DOT_DOT] = ACTIONS(609), + }, + [1408] = { + [sym_reference_expression] = STATE(4498), + [sym_type_reference_expression] = STATE(2319), + [sym_plain_type] = STATE(2389), + [sym__plain_type_without_special] = STATE(2337), + [sym_anon_struct_type] = STATE(2338), + [sym_multi_return_type] = STATE(2337), + [sym_result_type] = STATE(2337), + [sym_option_type] = STATE(2337), + [sym_qualified_type] = STATE(2319), + [sym_fixed_array_type] = STATE(2338), + [sym_array_type] = STATE(2338), + [sym_pointer_type] = STATE(2338), + [sym_wrong_pointer_type] = STATE(2338), + [sym_map_type] = STATE(2338), + [sym_channel_type] = STATE(2338), + [sym_shared_type] = STATE(2338), + [sym_thread_type] = STATE(2338), + [sym_atomic_type] = STATE(2338), + [sym_generic_type] = STATE(2338), + [sym_function_type] = STATE(2338), + [sym_identifier] = ACTIONS(3704), + [sym_comment] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(605), + [anon_sym_DOT] = ACTIONS(607), + [anon_sym_as] = ACTIONS(607), + [anon_sym_LBRACE] = ACTIONS(605), + [anon_sym_COMMA] = ACTIONS(605), + [anon_sym_RBRACE] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(3706), + [anon_sym_RPAREN] = ACTIONS(605), + [anon_sym_PIPE] = ACTIONS(607), + [anon_sym_fn] = ACTIONS(3708), + [anon_sym_PLUS] = ACTIONS(607), + [anon_sym_DASH] = ACTIONS(607), + [anon_sym_STAR] = ACTIONS(3710), + [anon_sym_SLASH] = ACTIONS(607), + [anon_sym_PERCENT] = ACTIONS(605), + [anon_sym_LT] = ACTIONS(607), + [anon_sym_GT] = ACTIONS(607), + [anon_sym_EQ_EQ] = ACTIONS(605), + [anon_sym_BANG_EQ] = ACTIONS(605), + [anon_sym_LT_EQ] = ACTIONS(605), + [anon_sym_GT_EQ] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LT2] = ACTIONS(607), + [anon_sym_RBRACK] = ACTIONS(605), + [anon_sym_struct] = ACTIONS(3712), + [anon_sym_COLON] = ACTIONS(607), + [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_DASH_DASH] = ACTIONS(605), + [anon_sym_QMARK] = ACTIONS(3714), + [anon_sym_BANG] = ACTIONS(3716), + [anon_sym_LBRACK2] = ACTIONS(3718), + [anon_sym_CARET] = ACTIONS(605), + [anon_sym_AMP] = ACTIONS(3720), + [anon_sym_LT_LT] = ACTIONS(605), + [anon_sym_GT_GT] = ACTIONS(607), + [anon_sym_GT_GT_GT] = ACTIONS(605), + [anon_sym_AMP_CARET] = ACTIONS(605), + [anon_sym_AMP_AMP] = ACTIONS(605), + [anon_sym_PIPE_PIPE] = ACTIONS(605), + [anon_sym_or] = ACTIONS(607), + [anon_sym_QMARK_DOT] = ACTIONS(605), + [anon_sym_POUND_LBRACK] = ACTIONS(605), + [anon_sym_is] = ACTIONS(607), + [anon_sym_BANGis] = ACTIONS(605), + [anon_sym_in] = ACTIONS(607), + [anon_sym_BANGin] = ACTIONS(605), + [anon_sym_COLON_EQ] = ACTIONS(605), + [anon_sym_shared] = ACTIONS(3722), + [anon_sym_map_LBRACK] = ACTIONS(3724), + [anon_sym_chan] = ACTIONS(3726), + [anon_sym_thread] = ACTIONS(3728), + [anon_sym_atomic] = ACTIONS(3730), + [anon_sym_DOT_DOT] = ACTIONS(605), + }, + [1409] = { + [sym_reference_expression] = STATE(4498), + [sym_type_reference_expression] = STATE(2319), + [sym_plain_type] = STATE(2322), + [sym__plain_type_without_special] = STATE(2337), + [sym_anon_struct_type] = STATE(2338), + [sym_multi_return_type] = STATE(2337), + [sym_result_type] = STATE(2337), + [sym_option_type] = STATE(2337), + [sym_qualified_type] = STATE(2319), + [sym_fixed_array_type] = STATE(2338), + [sym_array_type] = STATE(2338), + [sym_pointer_type] = STATE(2338), + [sym_wrong_pointer_type] = STATE(2338), + [sym_map_type] = STATE(2338), + [sym_channel_type] = STATE(2338), + [sym_shared_type] = STATE(2338), + [sym_thread_type] = STATE(2338), + [sym_atomic_type] = STATE(2338), + [sym_generic_type] = STATE(2338), + [sym_function_type] = STATE(2338), + [sym_identifier] = ACTIONS(3704), [sym_comment] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(551), [anon_sym_DOT] = ACTIONS(555), @@ -175473,13 +176386,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(551), [anon_sym_COMMA] = ACTIONS(551), [anon_sym_RBRACE] = ACTIONS(551), - [anon_sym_LPAREN] = ACTIONS(3377), + [anon_sym_LPAREN] = ACTIONS(3706), [anon_sym_RPAREN] = ACTIONS(551), [anon_sym_PIPE] = ACTIONS(555), - [anon_sym_fn] = ACTIONS(3704), + [anon_sym_fn] = ACTIONS(3708), [anon_sym_PLUS] = ACTIONS(555), [anon_sym_DASH] = ACTIONS(555), - [anon_sym_STAR] = ACTIONS(3706), + [anon_sym_STAR] = ACTIONS(3710), [anon_sym_SLASH] = ACTIONS(555), [anon_sym_PERCENT] = ACTIONS(551), [anon_sym_LT] = ACTIONS(555), @@ -175489,16 +176402,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(551), [anon_sym_GT_EQ] = ACTIONS(551), [anon_sym_LBRACK] = ACTIONS(551), + [anon_sym_LT2] = ACTIONS(555), [anon_sym_RBRACK] = ACTIONS(551), - [anon_sym_struct] = ACTIONS(603), + [anon_sym_struct] = ACTIONS(3712), [anon_sym_COLON] = ACTIONS(555), [anon_sym_PLUS_PLUS] = ACTIONS(551), [anon_sym_DASH_DASH] = ACTIONS(551), - [anon_sym_QMARK] = ACTIONS(3708), - [anon_sym_BANG] = ACTIONS(3710), - [anon_sym_LBRACK2] = ACTIONS(3712), + [anon_sym_QMARK] = ACTIONS(3714), + [anon_sym_BANG] = ACTIONS(3716), + [anon_sym_LBRACK2] = ACTIONS(3718), [anon_sym_CARET] = ACTIONS(551), - [anon_sym_AMP] = ACTIONS(3714), + [anon_sym_AMP] = ACTIONS(3720), [anon_sym_LT_LT] = ACTIONS(551), [anon_sym_GT_GT] = ACTIONS(555), [anon_sym_GT_GT_GT] = ACTIONS(551), @@ -175513,125 +176427,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_in] = ACTIONS(555), [anon_sym_BANGin] = ACTIONS(551), [anon_sym_COLON_EQ] = ACTIONS(551), - [anon_sym_shared] = ACTIONS(3716), - [anon_sym_map_LBRACK] = ACTIONS(3718), - [anon_sym_chan] = ACTIONS(3720), - [anon_sym_thread] = ACTIONS(3722), - [anon_sym_atomic] = ACTIONS(3724), + [anon_sym_shared] = ACTIONS(3722), + [anon_sym_map_LBRACK] = ACTIONS(3724), + [anon_sym_chan] = ACTIONS(3726), + [anon_sym_thread] = ACTIONS(3728), + [anon_sym_atomic] = ACTIONS(3730), [anon_sym_DOT_DOT] = ACTIONS(551), }, - [1408] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(2318), - [sym_plain_type] = STATE(2378), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(2318), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(3702), - [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(587), - [anon_sym_DOT] = ACTIONS(589), - [anon_sym_as] = ACTIONS(589), - [anon_sym_LBRACE] = ACTIONS(587), - [anon_sym_COMMA] = ACTIONS(587), - [anon_sym_RBRACE] = ACTIONS(587), - [anon_sym_LPAREN] = ACTIONS(3377), - [anon_sym_RPAREN] = ACTIONS(587), - [anon_sym_PIPE] = ACTIONS(589), - [anon_sym_fn] = ACTIONS(3704), - [anon_sym_PLUS] = ACTIONS(589), - [anon_sym_DASH] = ACTIONS(589), - [anon_sym_STAR] = ACTIONS(3706), - [anon_sym_SLASH] = ACTIONS(589), - [anon_sym_PERCENT] = ACTIONS(587), - [anon_sym_LT] = ACTIONS(589), - [anon_sym_GT] = ACTIONS(589), - [anon_sym_EQ_EQ] = ACTIONS(587), - [anon_sym_BANG_EQ] = ACTIONS(587), - [anon_sym_LT_EQ] = ACTIONS(587), - [anon_sym_GT_EQ] = ACTIONS(587), - [anon_sym_LBRACK] = ACTIONS(587), - [anon_sym_RBRACK] = ACTIONS(587), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_COLON] = ACTIONS(589), - [anon_sym_PLUS_PLUS] = ACTIONS(587), - [anon_sym_DASH_DASH] = ACTIONS(587), - [anon_sym_QMARK] = ACTIONS(3708), - [anon_sym_BANG] = ACTIONS(3710), - [anon_sym_LBRACK2] = ACTIONS(3712), - [anon_sym_CARET] = ACTIONS(587), - [anon_sym_AMP] = ACTIONS(3714), - [anon_sym_LT_LT] = ACTIONS(587), - [anon_sym_GT_GT] = ACTIONS(589), - [anon_sym_GT_GT_GT] = ACTIONS(587), - [anon_sym_AMP_CARET] = ACTIONS(587), - [anon_sym_AMP_AMP] = ACTIONS(587), - [anon_sym_PIPE_PIPE] = ACTIONS(587), - [anon_sym_or] = ACTIONS(589), - [anon_sym_QMARK_DOT] = ACTIONS(587), - [anon_sym_POUND_LBRACK] = ACTIONS(587), - [anon_sym_is] = ACTIONS(589), - [anon_sym_BANGis] = ACTIONS(587), - [anon_sym_in] = ACTIONS(589), - [anon_sym_BANGin] = ACTIONS(587), - [anon_sym_COLON_EQ] = ACTIONS(587), - [anon_sym_shared] = ACTIONS(3716), - [anon_sym_map_LBRACK] = ACTIONS(3718), - [anon_sym_chan] = ACTIONS(3720), - [anon_sym_thread] = ACTIONS(3722), - [anon_sym_atomic] = ACTIONS(3724), - [anon_sym_DOT_DOT] = ACTIONS(587), + [1410] = { + [sym_type_parameters] = STATE(1482), + [ts_builtin_sym_end] = ACTIONS(2626), + [sym_identifier] = ACTIONS(2628), + [anon_sym_LF] = ACTIONS(2628), + [anon_sym_CR] = ACTIONS(2628), + [anon_sym_CR_LF] = ACTIONS(2628), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2628), + [anon_sym_LBRACE] = ACTIONS(2628), + [anon_sym_const] = ACTIONS(2628), + [anon_sym_LPAREN] = ACTIONS(2628), + [anon_sym___global] = ACTIONS(2628), + [anon_sym_type] = ACTIONS(2628), + [anon_sym_PIPE] = ACTIONS(2628), + [anon_sym_fn] = ACTIONS(2628), + [anon_sym_PLUS] = ACTIONS(2628), + [anon_sym_DASH] = ACTIONS(2628), + [anon_sym_STAR] = ACTIONS(2628), + [anon_sym_LBRACK] = ACTIONS(3732), + [anon_sym_LT2] = ACTIONS(3734), + [anon_sym_struct] = ACTIONS(2628), + [anon_sym_union] = ACTIONS(2628), + [anon_sym_pub] = ACTIONS(2628), + [anon_sym_mut] = ACTIONS(2628), + [anon_sym_enum] = ACTIONS(2628), + [anon_sym_interface] = ACTIONS(2628), + [anon_sym_QMARK] = ACTIONS(2628), + [anon_sym_BANG] = ACTIONS(2628), + [anon_sym_go] = ACTIONS(2628), + [anon_sym_spawn] = ACTIONS(2628), + [anon_sym_json_DOTdecode] = ACTIONS(2628), + [anon_sym_LBRACK2] = ACTIONS(2628), + [anon_sym_TILDE] = ACTIONS(2628), + [anon_sym_CARET] = ACTIONS(2628), + [anon_sym_AMP] = ACTIONS(2628), + [anon_sym_LT_DASH] = ACTIONS(2628), + [sym_none] = ACTIONS(2628), + [sym_true] = ACTIONS(2628), + [sym_false] = ACTIONS(2628), + [sym_nil] = ACTIONS(2628), + [anon_sym_if] = ACTIONS(2628), + [anon_sym_DOLLARif] = ACTIONS(2628), + [anon_sym_match] = ACTIONS(2628), + [anon_sym_select] = ACTIONS(2628), + [anon_sym_lock] = ACTIONS(2628), + [anon_sym_rlock] = ACTIONS(2628), + [anon_sym_unsafe] = ACTIONS(2628), + [anon_sym_sql] = ACTIONS(2628), + [sym_int_literal] = ACTIONS(2628), + [sym_float_literal] = ACTIONS(2628), + [sym_rune_literal] = ACTIONS(2628), + [anon_sym_AT] = ACTIONS(2628), + [anon_sym_shared] = ACTIONS(2628), + [anon_sym_map_LBRACK] = ACTIONS(2628), + [anon_sym_chan] = ACTIONS(2628), + [anon_sym_thread] = ACTIONS(2628), + [anon_sym_atomic] = ACTIONS(2628), + [anon_sym_assert] = ACTIONS(2628), + [anon_sym_defer] = ACTIONS(2628), + [anon_sym_goto] = ACTIONS(2628), + [anon_sym_break] = ACTIONS(2628), + [anon_sym_continue] = ACTIONS(2628), + [anon_sym_return] = ACTIONS(2628), + [anon_sym_DOLLARfor] = ACTIONS(2628), + [anon_sym_for] = ACTIONS(2628), + [anon_sym_POUND] = ACTIONS(2628), + [anon_sym_asm] = ACTIONS(2628), + [anon_sym_AT_LBRACK] = ACTIONS(2628), + [sym___double_quote] = ACTIONS(2628), + [sym___single_quote] = ACTIONS(2628), + [sym___c_double_quote] = ACTIONS(2628), + [sym___c_single_quote] = ACTIONS(2628), + [sym___r_double_quote] = ACTIONS(2628), + [sym___r_single_quote] = ACTIONS(2628), }, - [1409] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(2318), - [sym_plain_type] = STATE(2383), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(2318), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(3702), + [1411] = { + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3703), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(585), [sym_comment] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(613), [anon_sym_DOT] = ACTIONS(615), [anon_sym_as] = ACTIONS(615), - [anon_sym_LBRACE] = ACTIONS(613), - [anon_sym_COMMA] = ACTIONS(613), + [anon_sym_LBRACE] = ACTIONS(551), + [anon_sym_COMMA] = ACTIONS(551), [anon_sym_RBRACE] = ACTIONS(613), - [anon_sym_LPAREN] = ACTIONS(3377), + [anon_sym_LPAREN] = ACTIONS(613), [anon_sym_RPAREN] = ACTIONS(613), [anon_sym_PIPE] = ACTIONS(615), - [anon_sym_fn] = ACTIONS(3704), + [anon_sym_fn] = ACTIONS(591), [anon_sym_PLUS] = ACTIONS(615), [anon_sym_DASH] = ACTIONS(615), - [anon_sym_STAR] = ACTIONS(3706), + [anon_sym_STAR] = ACTIONS(613), [anon_sym_SLASH] = ACTIONS(615), [anon_sym_PERCENT] = ACTIONS(613), [anon_sym_LT] = ACTIONS(615), @@ -175641,16 +176555,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(613), [anon_sym_GT_EQ] = ACTIONS(613), [anon_sym_LBRACK] = ACTIONS(613), + [anon_sym_LT2] = ACTIONS(615), [anon_sym_RBRACK] = ACTIONS(613), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_COLON] = ACTIONS(615), + [anon_sym_struct] = ACTIONS(595), + [anon_sym_COLON] = ACTIONS(613), [anon_sym_PLUS_PLUS] = ACTIONS(613), [anon_sym_DASH_DASH] = ACTIONS(613), - [anon_sym_QMARK] = ACTIONS(3708), - [anon_sym_BANG] = ACTIONS(3710), - [anon_sym_LBRACK2] = ACTIONS(3712), + [anon_sym_QMARK] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_LBRACK2] = ACTIONS(615), [anon_sym_CARET] = ACTIONS(613), - [anon_sym_AMP] = ACTIONS(3714), + [anon_sym_AMP] = ACTIONS(615), [anon_sym_LT_LT] = ACTIONS(613), [anon_sym_GT_GT] = ACTIONS(615), [anon_sym_GT_GT_GT] = ACTIONS(613), @@ -175664,261 +176579,186 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGis] = ACTIONS(613), [anon_sym_in] = ACTIONS(615), [anon_sym_BANGin] = ACTIONS(613), - [anon_sym_COLON_EQ] = ACTIONS(613), - [anon_sym_shared] = ACTIONS(3716), - [anon_sym_map_LBRACK] = ACTIONS(3718), - [anon_sym_chan] = ACTIONS(3720), - [anon_sym_thread] = ACTIONS(3722), - [anon_sym_atomic] = ACTIONS(3724), - [anon_sym_DOT_DOT] = ACTIONS(613), - }, - [1410] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2378), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(593), - [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(583), - [anon_sym_DOT] = ACTIONS(585), - [anon_sym_as] = ACTIONS(585), - [anon_sym_LBRACE] = ACTIONS(587), - [anon_sym_COMMA] = ACTIONS(587), - [anon_sym_RBRACE] = ACTIONS(583), - [anon_sym_LPAREN] = ACTIONS(583), - [anon_sym_RPAREN] = ACTIONS(583), - [anon_sym_PIPE] = ACTIONS(585), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(585), - [anon_sym_DASH] = ACTIONS(585), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_SLASH] = ACTIONS(585), - [anon_sym_PERCENT] = ACTIONS(583), - [anon_sym_LT] = ACTIONS(585), - [anon_sym_GT] = ACTIONS(585), - [anon_sym_EQ_EQ] = ACTIONS(583), - [anon_sym_BANG_EQ] = ACTIONS(583), - [anon_sym_LT_EQ] = ACTIONS(583), - [anon_sym_GT_EQ] = ACTIONS(583), - [anon_sym_LBRACK] = ACTIONS(583), - [anon_sym_RBRACK] = ACTIONS(583), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_COLON] = ACTIONS(583), - [anon_sym_PLUS_PLUS] = ACTIONS(583), - [anon_sym_DASH_DASH] = ACTIONS(583), - [anon_sym_QMARK] = ACTIONS(585), - [anon_sym_BANG] = ACTIONS(585), - [anon_sym_LBRACK2] = ACTIONS(585), - [anon_sym_CARET] = ACTIONS(583), - [anon_sym_AMP] = ACTIONS(585), - [anon_sym_LT_LT] = ACTIONS(583), - [anon_sym_GT_GT] = ACTIONS(585), - [anon_sym_GT_GT_GT] = ACTIONS(583), - [anon_sym_AMP_CARET] = ACTIONS(583), - [anon_sym_AMP_AMP] = ACTIONS(583), - [anon_sym_PIPE_PIPE] = ACTIONS(583), - [anon_sym_or] = ACTIONS(585), - [anon_sym_QMARK_DOT] = ACTIONS(583), - [anon_sym_POUND_LBRACK] = ACTIONS(583), - [anon_sym_is] = ACTIONS(585), - [anon_sym_BANGis] = ACTIONS(583), - [anon_sym_in] = ACTIONS(585), - [anon_sym_BANGin] = ACTIONS(583), - [anon_sym_shared] = ACTIONS(611), + [anon_sym_shared] = ACTIONS(603), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(583), - }, - [1411] = { - [sym_type_parameters] = STATE(1444), - [ts_builtin_sym_end] = ACTIONS(2702), - [sym_identifier] = ACTIONS(2704), - [anon_sym_LF] = ACTIONS(2704), - [anon_sym_CR] = ACTIONS(2704), - [anon_sym_CR_LF] = ACTIONS(2704), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2704), - [anon_sym_LBRACE] = ACTIONS(2704), - [anon_sym_const] = ACTIONS(2704), - [anon_sym_LPAREN] = ACTIONS(2704), - [anon_sym___global] = ACTIONS(2704), - [anon_sym_type] = ACTIONS(2704), - [anon_sym_PIPE] = ACTIONS(2704), - [anon_sym_fn] = ACTIONS(2704), - [anon_sym_PLUS] = ACTIONS(2704), - [anon_sym_DASH] = ACTIONS(2704), - [anon_sym_STAR] = ACTIONS(2704), - [anon_sym_LBRACK] = ACTIONS(3726), - [anon_sym_struct] = ACTIONS(2704), - [anon_sym_union] = ACTIONS(2704), - [anon_sym_pub] = ACTIONS(2704), - [anon_sym_mut] = ACTIONS(2704), - [anon_sym_enum] = ACTIONS(2704), - [anon_sym_interface] = ACTIONS(2704), - [anon_sym_QMARK] = ACTIONS(2704), - [anon_sym_BANG] = ACTIONS(2704), - [anon_sym_go] = ACTIONS(2704), - [anon_sym_spawn] = ACTIONS(2704), - [anon_sym_json_DOTdecode] = ACTIONS(2704), - [anon_sym_LBRACK2] = ACTIONS(2704), - [anon_sym_TILDE] = ACTIONS(2704), - [anon_sym_CARET] = ACTIONS(2704), - [anon_sym_AMP] = ACTIONS(2704), - [anon_sym_LT_DASH] = ACTIONS(2704), - [sym_none] = ACTIONS(2704), - [sym_true] = ACTIONS(2704), - [sym_false] = ACTIONS(2704), - [sym_nil] = ACTIONS(2704), - [anon_sym_if] = ACTIONS(2704), - [anon_sym_DOLLARif] = ACTIONS(2704), - [anon_sym_match] = ACTIONS(2704), - [anon_sym_select] = ACTIONS(2704), - [anon_sym_lock] = ACTIONS(2704), - [anon_sym_rlock] = ACTIONS(2704), - [anon_sym_unsafe] = ACTIONS(2704), - [anon_sym_sql] = ACTIONS(2704), - [sym_int_literal] = ACTIONS(2704), - [sym_float_literal] = ACTIONS(2704), - [sym_rune_literal] = ACTIONS(2704), - [anon_sym_AT] = ACTIONS(2704), - [anon_sym_shared] = ACTIONS(2704), - [anon_sym_map_LBRACK] = ACTIONS(2704), - [anon_sym_chan] = ACTIONS(2704), - [anon_sym_thread] = ACTIONS(2704), - [anon_sym_atomic] = ACTIONS(2704), - [anon_sym_assert] = ACTIONS(2704), - [anon_sym_defer] = ACTIONS(2704), - [anon_sym_goto] = ACTIONS(2704), - [anon_sym_break] = ACTIONS(2704), - [anon_sym_continue] = ACTIONS(2704), - [anon_sym_return] = ACTIONS(2704), - [anon_sym_DOLLARfor] = ACTIONS(2704), - [anon_sym_for] = ACTIONS(2704), - [anon_sym_POUND] = ACTIONS(2704), - [anon_sym_asm] = ACTIONS(2704), - [anon_sym_AT_LBRACK] = ACTIONS(2704), - [sym___double_quote] = ACTIONS(2704), - [sym___single_quote] = ACTIONS(2704), - [sym___c_double_quote] = ACTIONS(2704), - [sym___c_single_quote] = ACTIONS(2704), - [sym___r_double_quote] = ACTIONS(2704), - [sym___r_single_quote] = ACTIONS(2704), + [anon_sym_DOT_DOT] = ACTIONS(613), }, [1412] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2378), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(593), - [anon_sym_LF] = ACTIONS(585), - [anon_sym_CR] = ACTIONS(585), - [anon_sym_CR_LF] = ACTIONS(585), + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3703), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(585), + [anon_sym_LF] = ACTIONS(615), + [anon_sym_CR] = ACTIONS(615), + [anon_sym_CR_LF] = ACTIONS(615), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(585), - [anon_sym_DOT] = ACTIONS(585), - [anon_sym_as] = ACTIONS(585), - [anon_sym_LBRACE] = ACTIONS(589), - [anon_sym_COMMA] = ACTIONS(585), - [anon_sym_RBRACE] = ACTIONS(585), - [anon_sym_LPAREN] = ACTIONS(585), - [anon_sym_RPAREN] = ACTIONS(585), - [anon_sym_PIPE] = ACTIONS(585), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(585), - [anon_sym_DASH] = ACTIONS(585), - [anon_sym_STAR] = ACTIONS(585), - [anon_sym_SLASH] = ACTIONS(585), - [anon_sym_PERCENT] = ACTIONS(585), - [anon_sym_LT] = ACTIONS(585), - [anon_sym_GT] = ACTIONS(585), - [anon_sym_EQ_EQ] = ACTIONS(585), - [anon_sym_BANG_EQ] = ACTIONS(585), - [anon_sym_LT_EQ] = ACTIONS(585), - [anon_sym_GT_EQ] = ACTIONS(585), - [anon_sym_LBRACK] = ACTIONS(583), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(585), - [anon_sym_DASH_DASH] = ACTIONS(585), - [anon_sym_QMARK] = ACTIONS(585), - [anon_sym_BANG] = ACTIONS(585), - [anon_sym_LBRACK2] = ACTIONS(585), - [anon_sym_CARET] = ACTIONS(585), - [anon_sym_AMP] = ACTIONS(585), - [anon_sym_LT_LT] = ACTIONS(585), - [anon_sym_GT_GT] = ACTIONS(585), - [anon_sym_GT_GT_GT] = ACTIONS(585), - [anon_sym_AMP_CARET] = ACTIONS(585), - [anon_sym_AMP_AMP] = ACTIONS(585), - [anon_sym_PIPE_PIPE] = ACTIONS(585), - [anon_sym_or] = ACTIONS(585), - [anon_sym_QMARK_DOT] = ACTIONS(585), - [anon_sym_POUND_LBRACK] = ACTIONS(585), - [anon_sym_is] = ACTIONS(585), - [anon_sym_BANGis] = ACTIONS(585), - [anon_sym_in] = ACTIONS(585), - [anon_sym_BANGin] = ACTIONS(585), - [anon_sym_shared] = ACTIONS(611), + [anon_sym_SEMI] = ACTIONS(615), + [anon_sym_DOT] = ACTIONS(615), + [anon_sym_as] = ACTIONS(615), + [anon_sym_LBRACE] = ACTIONS(555), + [anon_sym_COMMA] = ACTIONS(615), + [anon_sym_RBRACE] = ACTIONS(615), + [anon_sym_LPAREN] = ACTIONS(615), + [anon_sym_RPAREN] = ACTIONS(615), + [anon_sym_PIPE] = ACTIONS(615), + [anon_sym_fn] = ACTIONS(591), + [anon_sym_PLUS] = ACTIONS(615), + [anon_sym_DASH] = ACTIONS(615), + [anon_sym_STAR] = ACTIONS(615), + [anon_sym_SLASH] = ACTIONS(615), + [anon_sym_PERCENT] = ACTIONS(615), + [anon_sym_LT] = ACTIONS(615), + [anon_sym_GT] = ACTIONS(615), + [anon_sym_EQ_EQ] = ACTIONS(615), + [anon_sym_BANG_EQ] = ACTIONS(615), + [anon_sym_LT_EQ] = ACTIONS(615), + [anon_sym_GT_EQ] = ACTIONS(615), + [anon_sym_LBRACK] = ACTIONS(613), + [anon_sym_LT2] = ACTIONS(615), + [anon_sym_struct] = ACTIONS(595), + [anon_sym_PLUS_PLUS] = ACTIONS(615), + [anon_sym_DASH_DASH] = ACTIONS(615), + [anon_sym_QMARK] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_LBRACK2] = ACTIONS(615), + [anon_sym_CARET] = ACTIONS(615), + [anon_sym_AMP] = ACTIONS(615), + [anon_sym_LT_LT] = ACTIONS(615), + [anon_sym_GT_GT] = ACTIONS(615), + [anon_sym_GT_GT_GT] = ACTIONS(615), + [anon_sym_AMP_CARET] = ACTIONS(615), + [anon_sym_AMP_AMP] = ACTIONS(615), + [anon_sym_PIPE_PIPE] = ACTIONS(615), + [anon_sym_or] = ACTIONS(615), + [anon_sym_QMARK_DOT] = ACTIONS(615), + [anon_sym_POUND_LBRACK] = ACTIONS(615), + [anon_sym_is] = ACTIONS(615), + [anon_sym_BANGis] = ACTIONS(615), + [anon_sym_in] = ACTIONS(615), + [anon_sym_BANGin] = ACTIONS(615), + [anon_sym_shared] = ACTIONS(603), [anon_sym_map_LBRACK] = ACTIONS(537), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), }, [1413] = { - [sym_reference_expression] = STATE(4486), - [sym_type_reference_expression] = STATE(2457), - [sym_plain_type] = STATE(2550), - [sym__plain_type_without_special] = STATE(2570), - [sym_anon_struct_type] = STATE(2569), - [sym_multi_return_type] = STATE(2570), - [sym_result_type] = STATE(2570), - [sym_option_type] = STATE(2570), - [sym_qualified_type] = STATE(2457), - [sym_fixed_array_type] = STATE(2569), - [sym_array_type] = STATE(2569), - [sym_pointer_type] = STATE(2569), - [sym_wrong_pointer_type] = STATE(2569), - [sym_map_type] = STATE(2569), - [sym_channel_type] = STATE(2569), - [sym_shared_type] = STATE(2569), - [sym_thread_type] = STATE(2569), - [sym_atomic_type] = STATE(2569), - [sym_generic_type] = STATE(2569), - [sym_function_type] = STATE(2569), - [sym_identifier] = ACTIONS(3728), + [ts_builtin_sym_end] = ACTIONS(3177), + [sym_identifier] = ACTIONS(3179), + [anon_sym_LF] = ACTIONS(3179), + [anon_sym_CR] = ACTIONS(3179), + [anon_sym_CR_LF] = ACTIONS(3179), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2472), + [anon_sym_LBRACE] = ACTIONS(3179), + [anon_sym_const] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3179), + [anon_sym___global] = ACTIONS(3179), + [anon_sym_type] = ACTIONS(3179), + [anon_sym_PIPE] = ACTIONS(3179), + [anon_sym_fn] = ACTIONS(3179), + [anon_sym_PLUS] = ACTIONS(3179), + [anon_sym_DASH] = ACTIONS(3179), + [anon_sym_STAR] = ACTIONS(3179), + [anon_sym_LBRACK] = ACTIONS(3177), + [anon_sym_LT2] = ACTIONS(3179), + [anon_sym_struct] = ACTIONS(3179), + [anon_sym_union] = ACTIONS(3179), + [anon_sym_pub] = ACTIONS(3179), + [anon_sym_mut] = ACTIONS(3179), + [anon_sym_enum] = ACTIONS(3179), + [anon_sym_interface] = ACTIONS(3179), + [anon_sym_QMARK] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3179), + [anon_sym_go] = ACTIONS(3179), + [anon_sym_spawn] = ACTIONS(3179), + [anon_sym_json_DOTdecode] = ACTIONS(3179), + [anon_sym_LBRACK2] = ACTIONS(3179), + [anon_sym_TILDE] = ACTIONS(3179), + [anon_sym_CARET] = ACTIONS(3179), + [anon_sym_AMP] = ACTIONS(3179), + [anon_sym_LT_DASH] = ACTIONS(3179), + [sym_none] = ACTIONS(3179), + [sym_true] = ACTIONS(3179), + [sym_false] = ACTIONS(3179), + [sym_nil] = ACTIONS(3179), + [anon_sym_if] = ACTIONS(3179), + [anon_sym_DOLLARif] = ACTIONS(3179), + [anon_sym_match] = ACTIONS(3179), + [anon_sym_select] = ACTIONS(3179), + [anon_sym_lock] = ACTIONS(3179), + [anon_sym_rlock] = ACTIONS(3179), + [anon_sym_unsafe] = ACTIONS(3179), + [anon_sym_sql] = ACTIONS(3179), + [sym_int_literal] = ACTIONS(3179), + [sym_float_literal] = ACTIONS(3179), + [sym_rune_literal] = ACTIONS(3179), + [anon_sym_AT] = ACTIONS(3179), + [anon_sym_shared] = ACTIONS(3179), + [anon_sym_map_LBRACK] = ACTIONS(3179), + [anon_sym_chan] = ACTIONS(3179), + [anon_sym_thread] = ACTIONS(3179), + [anon_sym_atomic] = ACTIONS(3179), + [anon_sym_assert] = ACTIONS(3179), + [anon_sym_defer] = ACTIONS(3179), + [anon_sym_goto] = ACTIONS(3179), + [anon_sym_break] = ACTIONS(3179), + [anon_sym_continue] = ACTIONS(3179), + [anon_sym_return] = ACTIONS(3179), + [anon_sym_DOLLARfor] = ACTIONS(3179), + [anon_sym_for] = ACTIONS(3179), + [anon_sym_POUND] = ACTIONS(3179), + [anon_sym_asm] = ACTIONS(3179), + [anon_sym_AT_LBRACK] = ACTIONS(3179), + [sym___double_quote] = ACTIONS(3179), + [sym___single_quote] = ACTIONS(3179), + [sym___c_double_quote] = ACTIONS(3179), + [sym___c_single_quote] = ACTIONS(3179), + [sym___r_double_quote] = ACTIONS(3179), + [sym___r_single_quote] = ACTIONS(3179), + }, + [1414] = { + [sym_reference_expression] = STATE(4577), + [sym_type_reference_expression] = STATE(2433), + [sym_plain_type] = STATE(2574), + [sym__plain_type_without_special] = STATE(2505), + [sym_anon_struct_type] = STATE(2503), + [sym_multi_return_type] = STATE(2505), + [sym_result_type] = STATE(2505), + [sym_option_type] = STATE(2505), + [sym_qualified_type] = STATE(2433), + [sym_fixed_array_type] = STATE(2503), + [sym_array_type] = STATE(2503), + [sym_pointer_type] = STATE(2503), + [sym_wrong_pointer_type] = STATE(2503), + [sym_map_type] = STATE(2503), + [sym_channel_type] = STATE(2503), + [sym_shared_type] = STATE(2503), + [sym_thread_type] = STATE(2503), + [sym_atomic_type] = STATE(2503), + [sym_generic_type] = STATE(2503), + [sym_function_type] = STATE(2503), + [sym_identifier] = ACTIONS(3736), [anon_sym_LF] = ACTIONS(555), [anon_sym_CR] = ACTIONS(555), [anon_sym_CR_LF] = ACTIONS(555), @@ -175928,13 +176768,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_as] = ACTIONS(555), [anon_sym_COMMA] = ACTIONS(555), [anon_sym_RBRACE] = ACTIONS(555), - [anon_sym_LPAREN] = ACTIONS(3730), + [anon_sym_LPAREN] = ACTIONS(3738), [anon_sym_RPAREN] = ACTIONS(555), [anon_sym_PIPE] = ACTIONS(555), - [anon_sym_fn] = ACTIONS(3732), + [anon_sym_fn] = ACTIONS(3740), [anon_sym_PLUS] = ACTIONS(555), [anon_sym_DASH] = ACTIONS(555), - [anon_sym_STAR] = ACTIONS(3734), + [anon_sym_STAR] = ACTIONS(3742), [anon_sym_SLASH] = ACTIONS(555), [anon_sym_PERCENT] = ACTIONS(555), [anon_sym_LT] = ACTIONS(555), @@ -175944,14 +176784,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_EQ] = ACTIONS(555), [anon_sym_GT_EQ] = ACTIONS(555), [anon_sym_LBRACK] = ACTIONS(551), - [anon_sym_struct] = ACTIONS(3736), + [anon_sym_LT2] = ACTIONS(555), + [anon_sym_struct] = ACTIONS(3744), [anon_sym_PLUS_PLUS] = ACTIONS(555), [anon_sym_DASH_DASH] = ACTIONS(555), - [anon_sym_QMARK] = ACTIONS(3738), - [anon_sym_BANG] = ACTIONS(3740), - [anon_sym_LBRACK2] = ACTIONS(3742), + [anon_sym_QMARK] = ACTIONS(3746), + [anon_sym_BANG] = ACTIONS(3748), + [anon_sym_LBRACK2] = ACTIONS(3750), [anon_sym_CARET] = ACTIONS(555), - [anon_sym_AMP] = ACTIONS(3744), + [anon_sym_AMP] = ACTIONS(3752), [anon_sym_LT_LT] = ACTIONS(555), [anon_sym_GT_GT] = ACTIONS(555), [anon_sym_GT_GT_GT] = ACTIONS(555), @@ -175965,767 +176806,772 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BANGis] = ACTIONS(555), [anon_sym_in] = ACTIONS(555), [anon_sym_BANGin] = ACTIONS(555), - [anon_sym_shared] = ACTIONS(3746), - [anon_sym_map_LBRACK] = ACTIONS(3748), - [anon_sym_chan] = ACTIONS(3750), - [anon_sym_thread] = ACTIONS(3752), - [anon_sym_atomic] = ACTIONS(3754), - }, - [1414] = { - [aux_sym__type_union_list_repeat1] = STATE(1414), - [ts_builtin_sym_end] = ACTIONS(3756), - [sym_identifier] = ACTIONS(3758), - [anon_sym_LF] = ACTIONS(3760), - [anon_sym_CR] = ACTIONS(3760), - [anon_sym_CR_LF] = ACTIONS(3760), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3758), - [anon_sym_LBRACE] = ACTIONS(3758), - [anon_sym_const] = ACTIONS(3758), - [anon_sym_LPAREN] = ACTIONS(3758), - [anon_sym___global] = ACTIONS(3758), - [anon_sym_type] = ACTIONS(3758), - [anon_sym_PIPE] = ACTIONS(3763), - [anon_sym_fn] = ACTIONS(3758), - [anon_sym_PLUS] = ACTIONS(3758), - [anon_sym_DASH] = ACTIONS(3758), - [anon_sym_STAR] = ACTIONS(3758), - [anon_sym_struct] = ACTIONS(3758), - [anon_sym_union] = ACTIONS(3758), - [anon_sym_pub] = ACTIONS(3758), - [anon_sym_mut] = ACTIONS(3758), - [anon_sym_enum] = ACTIONS(3758), - [anon_sym_interface] = ACTIONS(3758), - [anon_sym_QMARK] = ACTIONS(3758), - [anon_sym_BANG] = ACTIONS(3758), - [anon_sym_go] = ACTIONS(3758), - [anon_sym_spawn] = ACTIONS(3758), - [anon_sym_json_DOTdecode] = ACTIONS(3758), - [anon_sym_LBRACK2] = ACTIONS(3758), - [anon_sym_TILDE] = ACTIONS(3758), - [anon_sym_CARET] = ACTIONS(3758), - [anon_sym_AMP] = ACTIONS(3758), - [anon_sym_LT_DASH] = ACTIONS(3758), - [sym_none] = ACTIONS(3758), - [sym_true] = ACTIONS(3758), - [sym_false] = ACTIONS(3758), - [sym_nil] = ACTIONS(3758), - [anon_sym_if] = ACTIONS(3758), - [anon_sym_DOLLARif] = ACTIONS(3758), - [anon_sym_match] = ACTIONS(3758), - [anon_sym_select] = ACTIONS(3758), - [anon_sym_lock] = ACTIONS(3758), - [anon_sym_rlock] = ACTIONS(3758), - [anon_sym_unsafe] = ACTIONS(3758), - [anon_sym_sql] = ACTIONS(3758), - [sym_int_literal] = ACTIONS(3758), - [sym_float_literal] = ACTIONS(3758), - [sym_rune_literal] = ACTIONS(3758), - [anon_sym_AT] = ACTIONS(3758), - [anon_sym_shared] = ACTIONS(3758), - [anon_sym_map_LBRACK] = ACTIONS(3758), + [anon_sym_shared] = ACTIONS(3754), + [anon_sym_map_LBRACK] = ACTIONS(3756), [anon_sym_chan] = ACTIONS(3758), - [anon_sym_thread] = ACTIONS(3758), - [anon_sym_atomic] = ACTIONS(3758), - [anon_sym_assert] = ACTIONS(3758), - [anon_sym_defer] = ACTIONS(3758), - [anon_sym_goto] = ACTIONS(3758), - [anon_sym_break] = ACTIONS(3758), - [anon_sym_continue] = ACTIONS(3758), - [anon_sym_return] = ACTIONS(3758), - [anon_sym_DOLLARfor] = ACTIONS(3758), - [anon_sym_for] = ACTIONS(3758), - [anon_sym_POUND] = ACTIONS(3758), - [anon_sym_asm] = ACTIONS(3758), - [anon_sym_AT_LBRACK] = ACTIONS(3758), - [sym___double_quote] = ACTIONS(3758), - [sym___single_quote] = ACTIONS(3758), - [sym___c_double_quote] = ACTIONS(3758), - [sym___c_single_quote] = ACTIONS(3758), - [sym___r_double_quote] = ACTIONS(3758), - [sym___r_single_quote] = ACTIONS(3758), + [anon_sym_thread] = ACTIONS(3760), + [anon_sym_atomic] = ACTIONS(3762), }, [1415] = { - [aux_sym__type_union_list_repeat1] = STATE(1414), - [ts_builtin_sym_end] = ACTIONS(3766), - [sym_identifier] = ACTIONS(3768), - [anon_sym_LF] = ACTIONS(3770), - [anon_sym_CR] = ACTIONS(3770), - [anon_sym_CR_LF] = ACTIONS(3770), + [ts_builtin_sym_end] = ACTIONS(3177), + [sym_identifier] = ACTIONS(3179), + [anon_sym_LF] = ACTIONS(3179), + [anon_sym_CR] = ACTIONS(3179), + [anon_sym_CR_LF] = ACTIONS(3179), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3768), - [anon_sym_LBRACE] = ACTIONS(3768), - [anon_sym_const] = ACTIONS(3768), - [anon_sym_LPAREN] = ACTIONS(3768), - [anon_sym___global] = ACTIONS(3768), - [anon_sym_type] = ACTIONS(3768), - [anon_sym_PIPE] = ACTIONS(3773), - [anon_sym_fn] = ACTIONS(3768), - [anon_sym_PLUS] = ACTIONS(3768), - [anon_sym_DASH] = ACTIONS(3768), - [anon_sym_STAR] = ACTIONS(3768), - [anon_sym_struct] = ACTIONS(3768), - [anon_sym_union] = ACTIONS(3768), - [anon_sym_pub] = ACTIONS(3768), - [anon_sym_mut] = ACTIONS(3768), - [anon_sym_enum] = ACTIONS(3768), - [anon_sym_interface] = ACTIONS(3768), - [anon_sym_QMARK] = ACTIONS(3768), - [anon_sym_BANG] = ACTIONS(3768), - [anon_sym_go] = ACTIONS(3768), - [anon_sym_spawn] = ACTIONS(3768), - [anon_sym_json_DOTdecode] = ACTIONS(3768), - [anon_sym_LBRACK2] = ACTIONS(3768), - [anon_sym_TILDE] = ACTIONS(3768), - [anon_sym_CARET] = ACTIONS(3768), - [anon_sym_AMP] = ACTIONS(3768), - [anon_sym_LT_DASH] = ACTIONS(3768), - [sym_none] = ACTIONS(3768), - [sym_true] = ACTIONS(3768), - [sym_false] = ACTIONS(3768), - [sym_nil] = ACTIONS(3768), - [anon_sym_if] = ACTIONS(3768), - [anon_sym_DOLLARif] = ACTIONS(3768), - [anon_sym_match] = ACTIONS(3768), - [anon_sym_select] = ACTIONS(3768), - [anon_sym_lock] = ACTIONS(3768), - [anon_sym_rlock] = ACTIONS(3768), - [anon_sym_unsafe] = ACTIONS(3768), - [anon_sym_sql] = ACTIONS(3768), - [sym_int_literal] = ACTIONS(3768), - [sym_float_literal] = ACTIONS(3768), - [sym_rune_literal] = ACTIONS(3768), - [anon_sym_AT] = ACTIONS(3768), - [anon_sym_shared] = ACTIONS(3768), - [anon_sym_map_LBRACK] = ACTIONS(3768), - [anon_sym_chan] = ACTIONS(3768), - [anon_sym_thread] = ACTIONS(3768), - [anon_sym_atomic] = ACTIONS(3768), - [anon_sym_assert] = ACTIONS(3768), - [anon_sym_defer] = ACTIONS(3768), - [anon_sym_goto] = ACTIONS(3768), - [anon_sym_break] = ACTIONS(3768), - [anon_sym_continue] = ACTIONS(3768), - [anon_sym_return] = ACTIONS(3768), - [anon_sym_DOLLARfor] = ACTIONS(3768), - [anon_sym_for] = ACTIONS(3768), - [anon_sym_POUND] = ACTIONS(3768), - [anon_sym_asm] = ACTIONS(3768), - [anon_sym_AT_LBRACK] = ACTIONS(3768), - [sym___double_quote] = ACTIONS(3768), - [sym___single_quote] = ACTIONS(3768), - [sym___c_double_quote] = ACTIONS(3768), - [sym___c_single_quote] = ACTIONS(3768), - [sym___r_double_quote] = ACTIONS(3768), - [sym___r_single_quote] = ACTIONS(3768), + [anon_sym_DOT] = ACTIONS(3179), + [anon_sym_LBRACE] = ACTIONS(3179), + [anon_sym_const] = ACTIONS(3179), + [anon_sym_LPAREN] = ACTIONS(3179), + [anon_sym___global] = ACTIONS(3179), + [anon_sym_type] = ACTIONS(3179), + [anon_sym_PIPE] = ACTIONS(3179), + [anon_sym_fn] = ACTIONS(3179), + [anon_sym_PLUS] = ACTIONS(3179), + [anon_sym_DASH] = ACTIONS(3179), + [anon_sym_STAR] = ACTIONS(3179), + [anon_sym_LBRACK] = ACTIONS(3177), + [anon_sym_LT2] = ACTIONS(3179), + [anon_sym_struct] = ACTIONS(3179), + [anon_sym_union] = ACTIONS(3179), + [anon_sym_pub] = ACTIONS(3179), + [anon_sym_mut] = ACTIONS(3179), + [anon_sym_enum] = ACTIONS(3179), + [anon_sym_interface] = ACTIONS(3179), + [anon_sym_QMARK] = ACTIONS(3179), + [anon_sym_BANG] = ACTIONS(3179), + [anon_sym_go] = ACTIONS(3179), + [anon_sym_spawn] = ACTIONS(3179), + [anon_sym_json_DOTdecode] = ACTIONS(3179), + [anon_sym_LBRACK2] = ACTIONS(3179), + [anon_sym_TILDE] = ACTIONS(3179), + [anon_sym_CARET] = ACTIONS(3179), + [anon_sym_AMP] = ACTIONS(3179), + [anon_sym_LT_DASH] = ACTIONS(3179), + [sym_none] = ACTIONS(3179), + [sym_true] = ACTIONS(3179), + [sym_false] = ACTIONS(3179), + [sym_nil] = ACTIONS(3179), + [anon_sym_if] = ACTIONS(3179), + [anon_sym_DOLLARif] = ACTIONS(3179), + [anon_sym_match] = ACTIONS(3179), + [anon_sym_select] = ACTIONS(3179), + [anon_sym_lock] = ACTIONS(3179), + [anon_sym_rlock] = ACTIONS(3179), + [anon_sym_unsafe] = ACTIONS(3179), + [anon_sym_sql] = ACTIONS(3179), + [sym_int_literal] = ACTIONS(3179), + [sym_float_literal] = ACTIONS(3179), + [sym_rune_literal] = ACTIONS(3179), + [anon_sym_AT] = ACTIONS(3179), + [anon_sym_shared] = ACTIONS(3179), + [anon_sym_map_LBRACK] = ACTIONS(3179), + [anon_sym_chan] = ACTIONS(3179), + [anon_sym_thread] = ACTIONS(3179), + [anon_sym_atomic] = ACTIONS(3179), + [anon_sym_assert] = ACTIONS(3179), + [anon_sym_defer] = ACTIONS(3179), + [anon_sym_goto] = ACTIONS(3179), + [anon_sym_break] = ACTIONS(3179), + [anon_sym_continue] = ACTIONS(3179), + [anon_sym_return] = ACTIONS(3179), + [anon_sym_DOLLARfor] = ACTIONS(3179), + [anon_sym_for] = ACTIONS(3179), + [anon_sym_POUND] = ACTIONS(3179), + [anon_sym_asm] = ACTIONS(3179), + [anon_sym_AT_LBRACK] = ACTIONS(3179), + [sym___double_quote] = ACTIONS(3179), + [sym___single_quote] = ACTIONS(3179), + [sym___c_double_quote] = ACTIONS(3179), + [sym___c_single_quote] = ACTIONS(3179), + [sym___r_double_quote] = ACTIONS(3179), + [sym___r_single_quote] = ACTIONS(3179), }, [1416] = { - [aux_sym_strictly_expression_list_repeat1] = STATE(1416), - [ts_builtin_sym_end] = ACTIONS(3305), - [sym_identifier] = ACTIONS(1690), - [anon_sym_LF] = ACTIONS(1690), - [anon_sym_CR] = ACTIONS(1690), - [anon_sym_CR_LF] = ACTIONS(1690), + [ts_builtin_sym_end] = ACTIONS(3197), + [sym_identifier] = ACTIONS(3199), + [anon_sym_LF] = ACTIONS(3199), + [anon_sym_CR] = ACTIONS(3199), + [anon_sym_CR_LF] = ACTIONS(3199), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(1690), - [anon_sym_LBRACE] = ACTIONS(1690), - [anon_sym_COMMA] = ACTIONS(3775), - [anon_sym_const] = ACTIONS(1690), - [anon_sym_LPAREN] = ACTIONS(1690), - [anon_sym___global] = ACTIONS(1690), - [anon_sym_type] = ACTIONS(1690), - [anon_sym_fn] = ACTIONS(1690), - [anon_sym_PLUS] = ACTIONS(1690), - [anon_sym_DASH] = ACTIONS(1690), - [anon_sym_STAR] = ACTIONS(1690), - [anon_sym_struct] = ACTIONS(1690), - [anon_sym_union] = ACTIONS(1690), - [anon_sym_pub] = ACTIONS(1690), - [anon_sym_mut] = ACTIONS(1690), - [anon_sym_enum] = ACTIONS(1690), - [anon_sym_interface] = ACTIONS(1690), - [anon_sym_QMARK] = ACTIONS(1690), - [anon_sym_BANG] = ACTIONS(1690), - [anon_sym_go] = ACTIONS(1690), - [anon_sym_spawn] = ACTIONS(1690), - [anon_sym_json_DOTdecode] = ACTIONS(1690), - [anon_sym_LBRACK2] = ACTIONS(1690), - [anon_sym_TILDE] = ACTIONS(1690), - [anon_sym_CARET] = ACTIONS(1690), - [anon_sym_AMP] = ACTIONS(1690), - [anon_sym_LT_DASH] = ACTIONS(1690), - [sym_none] = ACTIONS(1690), - [sym_true] = ACTIONS(1690), - [sym_false] = ACTIONS(1690), - [sym_nil] = ACTIONS(1690), - [anon_sym_if] = ACTIONS(1690), - [anon_sym_DOLLARif] = ACTIONS(1690), - [anon_sym_match] = ACTIONS(1690), - [anon_sym_select] = ACTIONS(1690), - [anon_sym_lock] = ACTIONS(1690), - [anon_sym_rlock] = ACTIONS(1690), - [anon_sym_unsafe] = ACTIONS(1690), - [anon_sym_sql] = ACTIONS(1690), - [sym_int_literal] = ACTIONS(1690), - [sym_float_literal] = ACTIONS(1690), - [sym_rune_literal] = ACTIONS(1690), - [anon_sym_AT] = ACTIONS(1690), - [anon_sym_shared] = ACTIONS(1690), - [anon_sym_map_LBRACK] = ACTIONS(1690), - [anon_sym_chan] = ACTIONS(1690), - [anon_sym_thread] = ACTIONS(1690), - [anon_sym_atomic] = ACTIONS(1690), - [anon_sym_assert] = ACTIONS(1690), - [anon_sym_defer] = ACTIONS(1690), - [anon_sym_goto] = ACTIONS(1690), - [anon_sym_break] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(1690), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_DOLLARfor] = ACTIONS(1690), - [anon_sym_for] = ACTIONS(1690), - [anon_sym_POUND] = ACTIONS(1690), - [anon_sym_asm] = ACTIONS(1690), - [anon_sym_AT_LBRACK] = ACTIONS(1690), - [sym___double_quote] = ACTIONS(1690), - [sym___single_quote] = ACTIONS(1690), - [sym___c_double_quote] = ACTIONS(1690), - [sym___c_single_quote] = ACTIONS(1690), - [sym___r_double_quote] = ACTIONS(1690), - [sym___r_single_quote] = ACTIONS(1690), + [anon_sym_DOT] = ACTIONS(3199), + [anon_sym_LBRACE] = ACTIONS(3199), + [anon_sym_const] = ACTIONS(3199), + [anon_sym_LPAREN] = ACTIONS(3199), + [anon_sym___global] = ACTIONS(3199), + [anon_sym_type] = ACTIONS(3199), + [anon_sym_PIPE] = ACTIONS(3199), + [anon_sym_fn] = ACTIONS(3199), + [anon_sym_PLUS] = ACTIONS(3199), + [anon_sym_DASH] = ACTIONS(3199), + [anon_sym_STAR] = ACTIONS(3199), + [anon_sym_LBRACK] = ACTIONS(3197), + [anon_sym_LT2] = ACTIONS(3199), + [anon_sym_struct] = ACTIONS(3199), + [anon_sym_union] = ACTIONS(3199), + [anon_sym_pub] = ACTIONS(3199), + [anon_sym_mut] = ACTIONS(3199), + [anon_sym_enum] = ACTIONS(3199), + [anon_sym_interface] = ACTIONS(3199), + [anon_sym_QMARK] = ACTIONS(3199), + [anon_sym_BANG] = ACTIONS(3199), + [anon_sym_go] = ACTIONS(3199), + [anon_sym_spawn] = ACTIONS(3199), + [anon_sym_json_DOTdecode] = ACTIONS(3199), + [anon_sym_LBRACK2] = ACTIONS(3199), + [anon_sym_TILDE] = ACTIONS(3199), + [anon_sym_CARET] = ACTIONS(3199), + [anon_sym_AMP] = ACTIONS(3199), + [anon_sym_LT_DASH] = ACTIONS(3199), + [sym_none] = ACTIONS(3199), + [sym_true] = ACTIONS(3199), + [sym_false] = ACTIONS(3199), + [sym_nil] = ACTIONS(3199), + [anon_sym_if] = ACTIONS(3199), + [anon_sym_DOLLARif] = ACTIONS(3199), + [anon_sym_match] = ACTIONS(3199), + [anon_sym_select] = ACTIONS(3199), + [anon_sym_lock] = ACTIONS(3199), + [anon_sym_rlock] = ACTIONS(3199), + [anon_sym_unsafe] = ACTIONS(3199), + [anon_sym_sql] = ACTIONS(3199), + [sym_int_literal] = ACTIONS(3199), + [sym_float_literal] = ACTIONS(3199), + [sym_rune_literal] = ACTIONS(3199), + [anon_sym_AT] = ACTIONS(3199), + [anon_sym_shared] = ACTIONS(3199), + [anon_sym_map_LBRACK] = ACTIONS(3199), + [anon_sym_chan] = ACTIONS(3199), + [anon_sym_thread] = ACTIONS(3199), + [anon_sym_atomic] = ACTIONS(3199), + [anon_sym_assert] = ACTIONS(3199), + [anon_sym_defer] = ACTIONS(3199), + [anon_sym_goto] = ACTIONS(3199), + [anon_sym_break] = ACTIONS(3199), + [anon_sym_continue] = ACTIONS(3199), + [anon_sym_return] = ACTIONS(3199), + [anon_sym_DOLLARfor] = ACTIONS(3199), + [anon_sym_for] = ACTIONS(3199), + [anon_sym_POUND] = ACTIONS(3199), + [anon_sym_asm] = ACTIONS(3199), + [anon_sym_AT_LBRACK] = ACTIONS(3199), + [sym___double_quote] = ACTIONS(3199), + [sym___single_quote] = ACTIONS(3199), + [sym___c_double_quote] = ACTIONS(3199), + [sym___c_single_quote] = ACTIONS(3199), + [sym___r_double_quote] = ACTIONS(3199), + [sym___r_single_quote] = ACTIONS(3199), }, [1417] = { - [ts_builtin_sym_end] = ACTIONS(3027), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LF] = ACTIONS(3029), - [anon_sym_CR] = ACTIONS(3029), - [anon_sym_CR_LF] = ACTIONS(3029), + [sym_reference_expression] = STATE(4577), + [sym_type_reference_expression] = STATE(2433), + [sym_plain_type] = STATE(2488), + [sym__plain_type_without_special] = STATE(2505), + [sym_anon_struct_type] = STATE(2503), + [sym_multi_return_type] = STATE(2505), + [sym_result_type] = STATE(2505), + [sym_option_type] = STATE(2505), + [sym_qualified_type] = STATE(2433), + [sym_fixed_array_type] = STATE(2503), + [sym_array_type] = STATE(2503), + [sym_pointer_type] = STATE(2503), + [sym_wrong_pointer_type] = STATE(2503), + [sym_map_type] = STATE(2503), + [sym_channel_type] = STATE(2503), + [sym_shared_type] = STATE(2503), + [sym_thread_type] = STATE(2503), + [sym_atomic_type] = STATE(2503), + [sym_generic_type] = STATE(2503), + [sym_function_type] = STATE(2503), + [sym_identifier] = ACTIONS(3736), + [anon_sym_LF] = ACTIONS(611), + [anon_sym_CR] = ACTIONS(611), + [anon_sym_CR_LF] = ACTIONS(611), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3029), - [anon_sym_LBRACE] = ACTIONS(3029), - [anon_sym_const] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(3029), - [anon_sym___global] = ACTIONS(3029), - [anon_sym_type] = ACTIONS(3029), - [anon_sym_PIPE] = ACTIONS(3029), - [anon_sym_fn] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3029), - [anon_sym_DASH] = ACTIONS(3029), - [anon_sym_STAR] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3027), - [anon_sym_struct] = ACTIONS(3029), - [anon_sym_union] = ACTIONS(3029), - [anon_sym_pub] = ACTIONS(3029), - [anon_sym_mut] = ACTIONS(3029), - [anon_sym_enum] = ACTIONS(3029), - [anon_sym_interface] = ACTIONS(3029), - [anon_sym_QMARK] = ACTIONS(3029), - [anon_sym_BANG] = ACTIONS(3029), - [anon_sym_go] = ACTIONS(3029), - [anon_sym_spawn] = ACTIONS(3029), - [anon_sym_json_DOTdecode] = ACTIONS(3029), - [anon_sym_LBRACK2] = ACTIONS(3029), - [anon_sym_TILDE] = ACTIONS(3029), - [anon_sym_CARET] = ACTIONS(3029), - [anon_sym_AMP] = ACTIONS(3029), - [anon_sym_LT_DASH] = ACTIONS(3029), - [sym_none] = ACTIONS(3029), - [sym_true] = ACTIONS(3029), - [sym_false] = ACTIONS(3029), - [sym_nil] = ACTIONS(3029), - [anon_sym_if] = ACTIONS(3029), - [anon_sym_DOLLARif] = ACTIONS(3029), - [anon_sym_match] = ACTIONS(3029), - [anon_sym_select] = ACTIONS(3029), - [anon_sym_lock] = ACTIONS(3029), - [anon_sym_rlock] = ACTIONS(3029), - [anon_sym_unsafe] = ACTIONS(3029), - [anon_sym_sql] = ACTIONS(3029), - [sym_int_literal] = ACTIONS(3029), - [sym_float_literal] = ACTIONS(3029), - [sym_rune_literal] = ACTIONS(3029), - [anon_sym_AT] = ACTIONS(3029), - [anon_sym_shared] = ACTIONS(3029), - [anon_sym_map_LBRACK] = ACTIONS(3029), - [anon_sym_chan] = ACTIONS(3029), - [anon_sym_thread] = ACTIONS(3029), - [anon_sym_atomic] = ACTIONS(3029), - [anon_sym_assert] = ACTIONS(3029), - [anon_sym_defer] = ACTIONS(3029), - [anon_sym_goto] = ACTIONS(3029), - [anon_sym_break] = ACTIONS(3029), - [anon_sym_continue] = ACTIONS(3029), - [anon_sym_return] = ACTIONS(3029), - [anon_sym_DOLLARfor] = ACTIONS(3029), - [anon_sym_for] = ACTIONS(3029), - [anon_sym_POUND] = ACTIONS(3029), - [anon_sym_asm] = ACTIONS(3029), - [anon_sym_AT_LBRACK] = ACTIONS(3029), - [sym___double_quote] = ACTIONS(3029), - [sym___single_quote] = ACTIONS(3029), - [sym___c_double_quote] = ACTIONS(3029), - [sym___c_single_quote] = ACTIONS(3029), - [sym___r_double_quote] = ACTIONS(3029), - [sym___r_single_quote] = ACTIONS(3029), + [anon_sym_SEMI] = ACTIONS(611), + [anon_sym_DOT] = ACTIONS(611), + [anon_sym_as] = ACTIONS(611), + [anon_sym_COMMA] = ACTIONS(611), + [anon_sym_RBRACE] = ACTIONS(611), + [anon_sym_LPAREN] = ACTIONS(3738), + [anon_sym_RPAREN] = ACTIONS(611), + [anon_sym_PIPE] = ACTIONS(611), + [anon_sym_fn] = ACTIONS(3740), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_STAR] = ACTIONS(3742), + [anon_sym_SLASH] = ACTIONS(611), + [anon_sym_PERCENT] = ACTIONS(611), + [anon_sym_LT] = ACTIONS(611), + [anon_sym_GT] = ACTIONS(611), + [anon_sym_EQ_EQ] = ACTIONS(611), + [anon_sym_BANG_EQ] = ACTIONS(611), + [anon_sym_LT_EQ] = ACTIONS(611), + [anon_sym_GT_EQ] = ACTIONS(611), + [anon_sym_LBRACK] = ACTIONS(609), + [anon_sym_LT2] = ACTIONS(611), + [anon_sym_struct] = ACTIONS(3744), + [anon_sym_PLUS_PLUS] = ACTIONS(611), + [anon_sym_DASH_DASH] = ACTIONS(611), + [anon_sym_QMARK] = ACTIONS(3746), + [anon_sym_BANG] = ACTIONS(3748), + [anon_sym_LBRACK2] = ACTIONS(3750), + [anon_sym_CARET] = ACTIONS(611), + [anon_sym_AMP] = ACTIONS(3752), + [anon_sym_LT_LT] = ACTIONS(611), + [anon_sym_GT_GT] = ACTIONS(611), + [anon_sym_GT_GT_GT] = ACTIONS(611), + [anon_sym_AMP_CARET] = ACTIONS(611), + [anon_sym_AMP_AMP] = ACTIONS(611), + [anon_sym_PIPE_PIPE] = ACTIONS(611), + [anon_sym_or] = ACTIONS(611), + [anon_sym_QMARK_DOT] = ACTIONS(611), + [anon_sym_POUND_LBRACK] = ACTIONS(611), + [anon_sym_is] = ACTIONS(611), + [anon_sym_BANGis] = ACTIONS(611), + [anon_sym_in] = ACTIONS(611), + [anon_sym_BANGin] = ACTIONS(611), + [anon_sym_shared] = ACTIONS(3754), + [anon_sym_map_LBRACK] = ACTIONS(3756), + [anon_sym_chan] = ACTIONS(3758), + [anon_sym_thread] = ACTIONS(3760), + [anon_sym_atomic] = ACTIONS(3762), }, [1418] = { - [ts_builtin_sym_end] = ACTIONS(3167), - [sym_identifier] = ACTIONS(3169), - [anon_sym_LF] = ACTIONS(3169), - [anon_sym_CR] = ACTIONS(3169), - [anon_sym_CR_LF] = ACTIONS(3169), + [sym_reference_expression] = STATE(4577), + [sym_type_reference_expression] = STATE(2433), + [sym_plain_type] = STATE(2579), + [sym__plain_type_without_special] = STATE(2505), + [sym_anon_struct_type] = STATE(2503), + [sym_multi_return_type] = STATE(2505), + [sym_result_type] = STATE(2505), + [sym_option_type] = STATE(2505), + [sym_qualified_type] = STATE(2433), + [sym_fixed_array_type] = STATE(2503), + [sym_array_type] = STATE(2503), + [sym_pointer_type] = STATE(2503), + [sym_wrong_pointer_type] = STATE(2503), + [sym_map_type] = STATE(2503), + [sym_channel_type] = STATE(2503), + [sym_shared_type] = STATE(2503), + [sym_thread_type] = STATE(2503), + [sym_atomic_type] = STATE(2503), + [sym_generic_type] = STATE(2503), + [sym_function_type] = STATE(2503), + [sym_identifier] = ACTIONS(3736), + [anon_sym_LF] = ACTIONS(607), + [anon_sym_CR] = ACTIONS(607), + [anon_sym_CR_LF] = ACTIONS(607), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3169), - [anon_sym_LBRACE] = ACTIONS(3169), - [anon_sym_const] = ACTIONS(3169), - [anon_sym_LPAREN] = ACTIONS(3169), - [anon_sym___global] = ACTIONS(3169), - [anon_sym_type] = ACTIONS(3169), - [anon_sym_PIPE] = ACTIONS(3169), - [anon_sym_fn] = ACTIONS(3169), - [anon_sym_PLUS] = ACTIONS(3169), - [anon_sym_DASH] = ACTIONS(3169), - [anon_sym_STAR] = ACTIONS(3169), - [anon_sym_LBRACK] = ACTIONS(3167), - [anon_sym_struct] = ACTIONS(3169), - [anon_sym_union] = ACTIONS(3169), - [anon_sym_pub] = ACTIONS(3169), - [anon_sym_mut] = ACTIONS(3169), - [anon_sym_enum] = ACTIONS(3169), - [anon_sym_interface] = ACTIONS(3169), - [anon_sym_QMARK] = ACTIONS(3169), - [anon_sym_BANG] = ACTIONS(3169), - [anon_sym_go] = ACTIONS(3169), - [anon_sym_spawn] = ACTIONS(3169), - [anon_sym_json_DOTdecode] = ACTIONS(3169), - [anon_sym_LBRACK2] = ACTIONS(3169), - [anon_sym_TILDE] = ACTIONS(3169), - [anon_sym_CARET] = ACTIONS(3169), - [anon_sym_AMP] = ACTIONS(3169), - [anon_sym_LT_DASH] = ACTIONS(3169), - [sym_none] = ACTIONS(3169), - [sym_true] = ACTIONS(3169), - [sym_false] = ACTIONS(3169), - [sym_nil] = ACTIONS(3169), - [anon_sym_if] = ACTIONS(3169), - [anon_sym_DOLLARif] = ACTIONS(3169), - [anon_sym_match] = ACTIONS(3169), - [anon_sym_select] = ACTIONS(3169), - [anon_sym_lock] = ACTIONS(3169), - [anon_sym_rlock] = ACTIONS(3169), - [anon_sym_unsafe] = ACTIONS(3169), - [anon_sym_sql] = ACTIONS(3169), - [sym_int_literal] = ACTIONS(3169), - [sym_float_literal] = ACTIONS(3169), - [sym_rune_literal] = ACTIONS(3169), - [anon_sym_AT] = ACTIONS(3169), - [anon_sym_shared] = ACTIONS(3169), - [anon_sym_map_LBRACK] = ACTIONS(3169), - [anon_sym_chan] = ACTIONS(3169), - [anon_sym_thread] = ACTIONS(3169), - [anon_sym_atomic] = ACTIONS(3169), - [anon_sym_assert] = ACTIONS(3169), - [anon_sym_defer] = ACTIONS(3169), - [anon_sym_goto] = ACTIONS(3169), - [anon_sym_break] = ACTIONS(3169), - [anon_sym_continue] = ACTIONS(3169), - [anon_sym_return] = ACTIONS(3169), - [anon_sym_DOLLARfor] = ACTIONS(3169), - [anon_sym_for] = ACTIONS(3169), - [anon_sym_POUND] = ACTIONS(3169), - [anon_sym_asm] = ACTIONS(3169), - [anon_sym_AT_LBRACK] = ACTIONS(3169), - [sym___double_quote] = ACTIONS(3169), - [sym___single_quote] = ACTIONS(3169), - [sym___c_double_quote] = ACTIONS(3169), - [sym___c_single_quote] = ACTIONS(3169), - [sym___r_double_quote] = ACTIONS(3169), - [sym___r_single_quote] = ACTIONS(3169), + [anon_sym_SEMI] = ACTIONS(607), + [anon_sym_DOT] = ACTIONS(607), + [anon_sym_as] = ACTIONS(607), + [anon_sym_COMMA] = ACTIONS(607), + [anon_sym_RBRACE] = ACTIONS(607), + [anon_sym_LPAREN] = ACTIONS(3738), + [anon_sym_RPAREN] = ACTIONS(607), + [anon_sym_PIPE] = ACTIONS(607), + [anon_sym_fn] = ACTIONS(3740), + [anon_sym_PLUS] = ACTIONS(607), + [anon_sym_DASH] = ACTIONS(607), + [anon_sym_STAR] = ACTIONS(3742), + [anon_sym_SLASH] = ACTIONS(607), + [anon_sym_PERCENT] = ACTIONS(607), + [anon_sym_LT] = ACTIONS(607), + [anon_sym_GT] = ACTIONS(607), + [anon_sym_EQ_EQ] = ACTIONS(607), + [anon_sym_BANG_EQ] = ACTIONS(607), + [anon_sym_LT_EQ] = ACTIONS(607), + [anon_sym_GT_EQ] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LT2] = ACTIONS(607), + [anon_sym_struct] = ACTIONS(3744), + [anon_sym_PLUS_PLUS] = ACTIONS(607), + [anon_sym_DASH_DASH] = ACTIONS(607), + [anon_sym_QMARK] = ACTIONS(3746), + [anon_sym_BANG] = ACTIONS(3748), + [anon_sym_LBRACK2] = ACTIONS(3750), + [anon_sym_CARET] = ACTIONS(607), + [anon_sym_AMP] = ACTIONS(3752), + [anon_sym_LT_LT] = ACTIONS(607), + [anon_sym_GT_GT] = ACTIONS(607), + [anon_sym_GT_GT_GT] = ACTIONS(607), + [anon_sym_AMP_CARET] = ACTIONS(607), + [anon_sym_AMP_AMP] = ACTIONS(607), + [anon_sym_PIPE_PIPE] = ACTIONS(607), + [anon_sym_or] = ACTIONS(607), + [anon_sym_QMARK_DOT] = ACTIONS(607), + [anon_sym_POUND_LBRACK] = ACTIONS(607), + [anon_sym_is] = ACTIONS(607), + [anon_sym_BANGis] = ACTIONS(607), + [anon_sym_in] = ACTIONS(607), + [anon_sym_BANGin] = ACTIONS(607), + [anon_sym_shared] = ACTIONS(3754), + [anon_sym_map_LBRACK] = ACTIONS(3756), + [anon_sym_chan] = ACTIONS(3758), + [anon_sym_thread] = ACTIONS(3760), + [anon_sym_atomic] = ACTIONS(3762), }, [1419] = { - [aux_sym__type_union_list_repeat1] = STATE(1415), - [ts_builtin_sym_end] = ACTIONS(3778), - [sym_identifier] = ACTIONS(3780), - [anon_sym_LF] = ACTIONS(3782), - [anon_sym_CR] = ACTIONS(3782), - [anon_sym_CR_LF] = ACTIONS(3782), + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3701), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(585), + [anon_sym_LF] = ACTIONS(587), + [anon_sym_CR] = ACTIONS(587), + [anon_sym_CR_LF] = ACTIONS(587), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3780), - [anon_sym_LBRACE] = ACTIONS(3780), - [anon_sym_const] = ACTIONS(3780), - [anon_sym_LPAREN] = ACTIONS(3780), - [anon_sym___global] = ACTIONS(3780), - [anon_sym_type] = ACTIONS(3780), - [anon_sym_PIPE] = ACTIONS(3773), - [anon_sym_fn] = ACTIONS(3780), - [anon_sym_PLUS] = ACTIONS(3780), - [anon_sym_DASH] = ACTIONS(3780), - [anon_sym_STAR] = ACTIONS(3780), - [anon_sym_struct] = ACTIONS(3780), - [anon_sym_union] = ACTIONS(3780), - [anon_sym_pub] = ACTIONS(3780), - [anon_sym_mut] = ACTIONS(3780), - [anon_sym_enum] = ACTIONS(3780), - [anon_sym_interface] = ACTIONS(3780), - [anon_sym_QMARK] = ACTIONS(3780), - [anon_sym_BANG] = ACTIONS(3780), - [anon_sym_go] = ACTIONS(3780), - [anon_sym_spawn] = ACTIONS(3780), - [anon_sym_json_DOTdecode] = ACTIONS(3780), - [anon_sym_LBRACK2] = ACTIONS(3780), - [anon_sym_TILDE] = ACTIONS(3780), - [anon_sym_CARET] = ACTIONS(3780), - [anon_sym_AMP] = ACTIONS(3780), - [anon_sym_LT_DASH] = ACTIONS(3780), - [sym_none] = ACTIONS(3780), - [sym_true] = ACTIONS(3780), - [sym_false] = ACTIONS(3780), - [sym_nil] = ACTIONS(3780), - [anon_sym_if] = ACTIONS(3780), - [anon_sym_DOLLARif] = ACTIONS(3780), - [anon_sym_match] = ACTIONS(3780), - [anon_sym_select] = ACTIONS(3780), - [anon_sym_lock] = ACTIONS(3780), - [anon_sym_rlock] = ACTIONS(3780), - [anon_sym_unsafe] = ACTIONS(3780), - [anon_sym_sql] = ACTIONS(3780), - [sym_int_literal] = ACTIONS(3780), - [sym_float_literal] = ACTIONS(3780), - [sym_rune_literal] = ACTIONS(3780), - [anon_sym_AT] = ACTIONS(3780), - [anon_sym_shared] = ACTIONS(3780), - [anon_sym_map_LBRACK] = ACTIONS(3780), - [anon_sym_chan] = ACTIONS(3780), - [anon_sym_thread] = ACTIONS(3780), - [anon_sym_atomic] = ACTIONS(3780), - [anon_sym_assert] = ACTIONS(3780), - [anon_sym_defer] = ACTIONS(3780), - [anon_sym_goto] = ACTIONS(3780), - [anon_sym_break] = ACTIONS(3780), - [anon_sym_continue] = ACTIONS(3780), - [anon_sym_return] = ACTIONS(3780), - [anon_sym_DOLLARfor] = ACTIONS(3780), - [anon_sym_for] = ACTIONS(3780), - [anon_sym_POUND] = ACTIONS(3780), - [anon_sym_asm] = ACTIONS(3780), - [anon_sym_AT_LBRACK] = ACTIONS(3780), - [sym___double_quote] = ACTIONS(3780), - [sym___single_quote] = ACTIONS(3780), - [sym___c_double_quote] = ACTIONS(3780), - [sym___c_single_quote] = ACTIONS(3780), - [sym___r_double_quote] = ACTIONS(3780), - [sym___r_single_quote] = ACTIONS(3780), + [anon_sym_SEMI] = ACTIONS(587), + [anon_sym_DOT] = ACTIONS(587), + [anon_sym_as] = ACTIONS(587), + [anon_sym_COMMA] = ACTIONS(587), + [anon_sym_RBRACE] = ACTIONS(587), + [anon_sym_LPAREN] = ACTIONS(589), + [anon_sym_RPAREN] = ACTIONS(587), + [anon_sym_PIPE] = ACTIONS(587), + [anon_sym_fn] = ACTIONS(591), + [anon_sym_PLUS] = ACTIONS(587), + [anon_sym_DASH] = ACTIONS(587), + [anon_sym_STAR] = ACTIONS(593), + [anon_sym_SLASH] = ACTIONS(587), + [anon_sym_PERCENT] = ACTIONS(587), + [anon_sym_LT] = ACTIONS(587), + [anon_sym_GT] = ACTIONS(587), + [anon_sym_EQ_EQ] = ACTIONS(587), + [anon_sym_BANG_EQ] = ACTIONS(587), + [anon_sym_LT_EQ] = ACTIONS(587), + [anon_sym_GT_EQ] = ACTIONS(587), + [anon_sym_LBRACK] = ACTIONS(583), + [anon_sym_LT2] = ACTIONS(587), + [anon_sym_struct] = ACTIONS(595), + [anon_sym_PLUS_PLUS] = ACTIONS(587), + [anon_sym_DASH_DASH] = ACTIONS(587), + [anon_sym_QMARK] = ACTIONS(503), + [anon_sym_BANG] = ACTIONS(3764), + [anon_sym_LBRACK2] = ACTIONS(599), + [anon_sym_CARET] = ACTIONS(587), + [anon_sym_AMP] = ACTIONS(601), + [anon_sym_LT_LT] = ACTIONS(587), + [anon_sym_GT_GT] = ACTIONS(587), + [anon_sym_GT_GT_GT] = ACTIONS(587), + [anon_sym_AMP_CARET] = ACTIONS(587), + [anon_sym_AMP_AMP] = ACTIONS(587), + [anon_sym_PIPE_PIPE] = ACTIONS(587), + [anon_sym_or] = ACTIONS(587), + [anon_sym_QMARK_DOT] = ACTIONS(587), + [anon_sym_POUND_LBRACK] = ACTIONS(587), + [anon_sym_is] = ACTIONS(587), + [anon_sym_BANGis] = ACTIONS(587), + [anon_sym_in] = ACTIONS(587), + [anon_sym_BANGin] = ACTIONS(587), + [anon_sym_shared] = ACTIONS(603), + [anon_sym_map_LBRACK] = ACTIONS(537), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), }, [1420] = { - [ts_builtin_sym_end] = ACTIONS(3027), - [sym_identifier] = ACTIONS(3029), - [anon_sym_LF] = ACTIONS(3029), - [anon_sym_CR] = ACTIONS(3029), - [anon_sym_CR_LF] = ACTIONS(3029), + [aux_sym_strictly_expression_list_repeat1] = STATE(1420), + [ts_builtin_sym_end] = ACTIONS(3307), + [sym_identifier] = ACTIONS(1640), + [anon_sym_LF] = ACTIONS(1640), + [anon_sym_CR] = ACTIONS(1640), + [anon_sym_CR_LF] = ACTIONS(1640), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2774), - [anon_sym_LBRACE] = ACTIONS(3029), - [anon_sym_const] = ACTIONS(3029), - [anon_sym_LPAREN] = ACTIONS(3029), - [anon_sym___global] = ACTIONS(3029), - [anon_sym_type] = ACTIONS(3029), - [anon_sym_PIPE] = ACTIONS(3029), - [anon_sym_fn] = ACTIONS(3029), - [anon_sym_PLUS] = ACTIONS(3029), - [anon_sym_DASH] = ACTIONS(3029), - [anon_sym_STAR] = ACTIONS(3029), - [anon_sym_LBRACK] = ACTIONS(3027), - [anon_sym_struct] = ACTIONS(3029), - [anon_sym_union] = ACTIONS(3029), - [anon_sym_pub] = ACTIONS(3029), - [anon_sym_mut] = ACTIONS(3029), - [anon_sym_enum] = ACTIONS(3029), - [anon_sym_interface] = ACTIONS(3029), - [anon_sym_QMARK] = ACTIONS(3029), - [anon_sym_BANG] = ACTIONS(3029), - [anon_sym_go] = ACTIONS(3029), - [anon_sym_spawn] = ACTIONS(3029), - [anon_sym_json_DOTdecode] = ACTIONS(3029), - [anon_sym_LBRACK2] = ACTIONS(3029), - [anon_sym_TILDE] = ACTIONS(3029), - [anon_sym_CARET] = ACTIONS(3029), - [anon_sym_AMP] = ACTIONS(3029), - [anon_sym_LT_DASH] = ACTIONS(3029), - [sym_none] = ACTIONS(3029), - [sym_true] = ACTIONS(3029), - [sym_false] = ACTIONS(3029), - [sym_nil] = ACTIONS(3029), - [anon_sym_if] = ACTIONS(3029), - [anon_sym_DOLLARif] = ACTIONS(3029), - [anon_sym_match] = ACTIONS(3029), - [anon_sym_select] = ACTIONS(3029), - [anon_sym_lock] = ACTIONS(3029), - [anon_sym_rlock] = ACTIONS(3029), - [anon_sym_unsafe] = ACTIONS(3029), - [anon_sym_sql] = ACTIONS(3029), - [sym_int_literal] = ACTIONS(3029), - [sym_float_literal] = ACTIONS(3029), - [sym_rune_literal] = ACTIONS(3029), - [anon_sym_AT] = ACTIONS(3029), - [anon_sym_shared] = ACTIONS(3029), - [anon_sym_map_LBRACK] = ACTIONS(3029), - [anon_sym_chan] = ACTIONS(3029), - [anon_sym_thread] = ACTIONS(3029), - [anon_sym_atomic] = ACTIONS(3029), - [anon_sym_assert] = ACTIONS(3029), - [anon_sym_defer] = ACTIONS(3029), - [anon_sym_goto] = ACTIONS(3029), - [anon_sym_break] = ACTIONS(3029), - [anon_sym_continue] = ACTIONS(3029), - [anon_sym_return] = ACTIONS(3029), - [anon_sym_DOLLARfor] = ACTIONS(3029), - [anon_sym_for] = ACTIONS(3029), - [anon_sym_POUND] = ACTIONS(3029), - [anon_sym_asm] = ACTIONS(3029), - [anon_sym_AT_LBRACK] = ACTIONS(3029), - [sym___double_quote] = ACTIONS(3029), - [sym___single_quote] = ACTIONS(3029), - [sym___c_double_quote] = ACTIONS(3029), - [sym___c_single_quote] = ACTIONS(3029), - [sym___r_double_quote] = ACTIONS(3029), - [sym___r_single_quote] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(1640), + [anon_sym_LBRACE] = ACTIONS(1640), + [anon_sym_COMMA] = ACTIONS(3766), + [anon_sym_const] = ACTIONS(1640), + [anon_sym_LPAREN] = ACTIONS(1640), + [anon_sym___global] = ACTIONS(1640), + [anon_sym_type] = ACTIONS(1640), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_PLUS] = ACTIONS(1640), + [anon_sym_DASH] = ACTIONS(1640), + [anon_sym_STAR] = ACTIONS(1640), + [anon_sym_struct] = ACTIONS(1640), + [anon_sym_union] = ACTIONS(1640), + [anon_sym_pub] = ACTIONS(1640), + [anon_sym_mut] = ACTIONS(1640), + [anon_sym_enum] = ACTIONS(1640), + [anon_sym_interface] = ACTIONS(1640), + [anon_sym_QMARK] = ACTIONS(1640), + [anon_sym_BANG] = ACTIONS(1640), + [anon_sym_go] = ACTIONS(1640), + [anon_sym_spawn] = ACTIONS(1640), + [anon_sym_json_DOTdecode] = ACTIONS(1640), + [anon_sym_LBRACK2] = ACTIONS(1640), + [anon_sym_TILDE] = ACTIONS(1640), + [anon_sym_CARET] = ACTIONS(1640), + [anon_sym_AMP] = ACTIONS(1640), + [anon_sym_LT_DASH] = ACTIONS(1640), + [sym_none] = ACTIONS(1640), + [sym_true] = ACTIONS(1640), + [sym_false] = ACTIONS(1640), + [sym_nil] = ACTIONS(1640), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_DOLLARif] = ACTIONS(1640), + [anon_sym_match] = ACTIONS(1640), + [anon_sym_select] = ACTIONS(1640), + [anon_sym_lock] = ACTIONS(1640), + [anon_sym_rlock] = ACTIONS(1640), + [anon_sym_unsafe] = ACTIONS(1640), + [anon_sym_sql] = ACTIONS(1640), + [sym_int_literal] = ACTIONS(1640), + [sym_float_literal] = ACTIONS(1640), + [sym_rune_literal] = ACTIONS(1640), + [anon_sym_AT] = ACTIONS(1640), + [anon_sym_shared] = ACTIONS(1640), + [anon_sym_map_LBRACK] = ACTIONS(1640), + [anon_sym_chan] = ACTIONS(1640), + [anon_sym_thread] = ACTIONS(1640), + [anon_sym_atomic] = ACTIONS(1640), + [anon_sym_assert] = ACTIONS(1640), + [anon_sym_defer] = ACTIONS(1640), + [anon_sym_goto] = ACTIONS(1640), + [anon_sym_break] = ACTIONS(1640), + [anon_sym_continue] = ACTIONS(1640), + [anon_sym_return] = ACTIONS(1640), + [anon_sym_DOLLARfor] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1640), + [anon_sym_POUND] = ACTIONS(1640), + [anon_sym_asm] = ACTIONS(1640), + [anon_sym_AT_LBRACK] = ACTIONS(1640), + [sym___double_quote] = ACTIONS(1640), + [sym___single_quote] = ACTIONS(1640), + [sym___c_double_quote] = ACTIONS(1640), + [sym___c_single_quote] = ACTIONS(1640), + [sym___r_double_quote] = ACTIONS(1640), + [sym___r_single_quote] = ACTIONS(1640), }, [1421] = { - [aux_sym_strictly_expression_list_repeat1] = STATE(1422), - [ts_builtin_sym_end] = ACTIONS(3227), - [sym_identifier] = ACTIONS(1770), - [anon_sym_LF] = ACTIONS(1770), - [anon_sym_CR] = ACTIONS(1770), - [anon_sym_CR_LF] = ACTIONS(1770), + [aux_sym__type_union_list_repeat1] = STATE(1421), + [ts_builtin_sym_end] = ACTIONS(3769), + [sym_identifier] = ACTIONS(3771), + [anon_sym_LF] = ACTIONS(3773), + [anon_sym_CR] = ACTIONS(3773), + [anon_sym_CR_LF] = ACTIONS(3773), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(1770), - [anon_sym_LBRACE] = ACTIONS(1770), - [anon_sym_COMMA] = ACTIONS(3233), - [anon_sym_const] = ACTIONS(1770), - [anon_sym_LPAREN] = ACTIONS(1770), - [anon_sym___global] = ACTIONS(1770), - [anon_sym_type] = ACTIONS(1770), - [anon_sym_fn] = ACTIONS(1770), - [anon_sym_PLUS] = ACTIONS(1770), - [anon_sym_DASH] = ACTIONS(1770), - [anon_sym_STAR] = ACTIONS(1770), - [anon_sym_struct] = ACTIONS(1770), - [anon_sym_union] = ACTIONS(1770), - [anon_sym_pub] = ACTIONS(1770), - [anon_sym_mut] = ACTIONS(1770), - [anon_sym_enum] = ACTIONS(1770), - [anon_sym_interface] = ACTIONS(1770), - [anon_sym_QMARK] = ACTIONS(1770), - [anon_sym_BANG] = ACTIONS(1770), - [anon_sym_go] = ACTIONS(1770), - [anon_sym_spawn] = ACTIONS(1770), - [anon_sym_json_DOTdecode] = ACTIONS(1770), - [anon_sym_LBRACK2] = ACTIONS(1770), - [anon_sym_TILDE] = ACTIONS(1770), - [anon_sym_CARET] = ACTIONS(1770), - [anon_sym_AMP] = ACTIONS(1770), - [anon_sym_LT_DASH] = ACTIONS(1770), - [sym_none] = ACTIONS(1770), - [sym_true] = ACTIONS(1770), - [sym_false] = ACTIONS(1770), - [sym_nil] = ACTIONS(1770), - [anon_sym_if] = ACTIONS(1770), - [anon_sym_DOLLARif] = ACTIONS(1770), - [anon_sym_match] = ACTIONS(1770), - [anon_sym_select] = ACTIONS(1770), - [anon_sym_lock] = ACTIONS(1770), - [anon_sym_rlock] = ACTIONS(1770), - [anon_sym_unsafe] = ACTIONS(1770), - [anon_sym_sql] = ACTIONS(1770), - [sym_int_literal] = ACTIONS(1770), - [sym_float_literal] = ACTIONS(1770), - [sym_rune_literal] = ACTIONS(1770), - [anon_sym_AT] = ACTIONS(1770), - [anon_sym_shared] = ACTIONS(1770), - [anon_sym_map_LBRACK] = ACTIONS(1770), - [anon_sym_chan] = ACTIONS(1770), - [anon_sym_thread] = ACTIONS(1770), - [anon_sym_atomic] = ACTIONS(1770), - [anon_sym_assert] = ACTIONS(1770), - [anon_sym_defer] = ACTIONS(1770), - [anon_sym_goto] = ACTIONS(1770), - [anon_sym_break] = ACTIONS(1770), - [anon_sym_continue] = ACTIONS(1770), - [anon_sym_return] = ACTIONS(1770), - [anon_sym_DOLLARfor] = ACTIONS(1770), - [anon_sym_for] = ACTIONS(1770), - [anon_sym_POUND] = ACTIONS(1770), - [anon_sym_asm] = ACTIONS(1770), - [anon_sym_AT_LBRACK] = ACTIONS(1770), - [sym___double_quote] = ACTIONS(1770), - [sym___single_quote] = ACTIONS(1770), - [sym___c_double_quote] = ACTIONS(1770), - [sym___c_single_quote] = ACTIONS(1770), - [sym___r_double_quote] = ACTIONS(1770), - [sym___r_single_quote] = ACTIONS(1770), + [anon_sym_DOT] = ACTIONS(3771), + [anon_sym_LBRACE] = ACTIONS(3771), + [anon_sym_const] = ACTIONS(3771), + [anon_sym_LPAREN] = ACTIONS(3771), + [anon_sym___global] = ACTIONS(3771), + [anon_sym_type] = ACTIONS(3771), + [anon_sym_PIPE] = ACTIONS(3776), + [anon_sym_fn] = ACTIONS(3771), + [anon_sym_PLUS] = ACTIONS(3771), + [anon_sym_DASH] = ACTIONS(3771), + [anon_sym_STAR] = ACTIONS(3771), + [anon_sym_struct] = ACTIONS(3771), + [anon_sym_union] = ACTIONS(3771), + [anon_sym_pub] = ACTIONS(3771), + [anon_sym_mut] = ACTIONS(3771), + [anon_sym_enum] = ACTIONS(3771), + [anon_sym_interface] = ACTIONS(3771), + [anon_sym_QMARK] = ACTIONS(3771), + [anon_sym_BANG] = ACTIONS(3771), + [anon_sym_go] = ACTIONS(3771), + [anon_sym_spawn] = ACTIONS(3771), + [anon_sym_json_DOTdecode] = ACTIONS(3771), + [anon_sym_LBRACK2] = ACTIONS(3771), + [anon_sym_TILDE] = ACTIONS(3771), + [anon_sym_CARET] = ACTIONS(3771), + [anon_sym_AMP] = ACTIONS(3771), + [anon_sym_LT_DASH] = ACTIONS(3771), + [sym_none] = ACTIONS(3771), + [sym_true] = ACTIONS(3771), + [sym_false] = ACTIONS(3771), + [sym_nil] = ACTIONS(3771), + [anon_sym_if] = ACTIONS(3771), + [anon_sym_DOLLARif] = ACTIONS(3771), + [anon_sym_match] = ACTIONS(3771), + [anon_sym_select] = ACTIONS(3771), + [anon_sym_lock] = ACTIONS(3771), + [anon_sym_rlock] = ACTIONS(3771), + [anon_sym_unsafe] = ACTIONS(3771), + [anon_sym_sql] = ACTIONS(3771), + [sym_int_literal] = ACTIONS(3771), + [sym_float_literal] = ACTIONS(3771), + [sym_rune_literal] = ACTIONS(3771), + [anon_sym_AT] = ACTIONS(3771), + [anon_sym_shared] = ACTIONS(3771), + [anon_sym_map_LBRACK] = ACTIONS(3771), + [anon_sym_chan] = ACTIONS(3771), + [anon_sym_thread] = ACTIONS(3771), + [anon_sym_atomic] = ACTIONS(3771), + [anon_sym_assert] = ACTIONS(3771), + [anon_sym_defer] = ACTIONS(3771), + [anon_sym_goto] = ACTIONS(3771), + [anon_sym_break] = ACTIONS(3771), + [anon_sym_continue] = ACTIONS(3771), + [anon_sym_return] = ACTIONS(3771), + [anon_sym_DOLLARfor] = ACTIONS(3771), + [anon_sym_for] = ACTIONS(3771), + [anon_sym_POUND] = ACTIONS(3771), + [anon_sym_asm] = ACTIONS(3771), + [anon_sym_AT_LBRACK] = ACTIONS(3771), + [sym___double_quote] = ACTIONS(3771), + [sym___single_quote] = ACTIONS(3771), + [sym___c_double_quote] = ACTIONS(3771), + [sym___c_single_quote] = ACTIONS(3771), + [sym___r_double_quote] = ACTIONS(3771), + [sym___r_single_quote] = ACTIONS(3771), }, [1422] = { - [aux_sym_strictly_expression_list_repeat1] = STATE(1416), - [ts_builtin_sym_end] = ACTIONS(3785), - [sym_identifier] = ACTIONS(3787), - [anon_sym_LF] = ACTIONS(3787), - [anon_sym_CR] = ACTIONS(3787), - [anon_sym_CR_LF] = ACTIONS(3787), + [aux_sym_strictly_expression_list_repeat1] = STATE(1420), + [ts_builtin_sym_end] = ACTIONS(3779), + [sym_identifier] = ACTIONS(3781), + [anon_sym_LF] = ACTIONS(3781), + [anon_sym_CR] = ACTIONS(3781), + [anon_sym_CR_LF] = ACTIONS(3781), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3787), - [anon_sym_LBRACE] = ACTIONS(3787), - [anon_sym_COMMA] = ACTIONS(3233), - [anon_sym_const] = ACTIONS(3787), - [anon_sym_LPAREN] = ACTIONS(3787), - [anon_sym___global] = ACTIONS(3787), - [anon_sym_type] = ACTIONS(3787), - [anon_sym_fn] = ACTIONS(3787), - [anon_sym_PLUS] = ACTIONS(3787), - [anon_sym_DASH] = ACTIONS(3787), - [anon_sym_STAR] = ACTIONS(3787), - [anon_sym_struct] = ACTIONS(3787), - [anon_sym_union] = ACTIONS(3787), - [anon_sym_pub] = ACTIONS(3787), - [anon_sym_mut] = ACTIONS(3787), - [anon_sym_enum] = ACTIONS(3787), - [anon_sym_interface] = ACTIONS(3787), - [anon_sym_QMARK] = ACTIONS(3787), - [anon_sym_BANG] = ACTIONS(3787), - [anon_sym_go] = ACTIONS(3787), - [anon_sym_spawn] = ACTIONS(3787), - [anon_sym_json_DOTdecode] = ACTIONS(3787), - [anon_sym_LBRACK2] = ACTIONS(3787), - [anon_sym_TILDE] = ACTIONS(3787), - [anon_sym_CARET] = ACTIONS(3787), - [anon_sym_AMP] = ACTIONS(3787), - [anon_sym_LT_DASH] = ACTIONS(3787), - [sym_none] = ACTIONS(3787), - [sym_true] = ACTIONS(3787), - [sym_false] = ACTIONS(3787), - [sym_nil] = ACTIONS(3787), - [anon_sym_if] = ACTIONS(3787), - [anon_sym_DOLLARif] = ACTIONS(3787), - [anon_sym_match] = ACTIONS(3787), - [anon_sym_select] = ACTIONS(3787), - [anon_sym_lock] = ACTIONS(3787), - [anon_sym_rlock] = ACTIONS(3787), - [anon_sym_unsafe] = ACTIONS(3787), - [anon_sym_sql] = ACTIONS(3787), - [sym_int_literal] = ACTIONS(3787), - [sym_float_literal] = ACTIONS(3787), - [sym_rune_literal] = ACTIONS(3787), - [anon_sym_AT] = ACTIONS(3787), - [anon_sym_shared] = ACTIONS(3787), - [anon_sym_map_LBRACK] = ACTIONS(3787), - [anon_sym_chan] = ACTIONS(3787), - [anon_sym_thread] = ACTIONS(3787), - [anon_sym_atomic] = ACTIONS(3787), - [anon_sym_assert] = ACTIONS(3787), - [anon_sym_defer] = ACTIONS(3787), - [anon_sym_goto] = ACTIONS(3787), - [anon_sym_break] = ACTIONS(3787), - [anon_sym_continue] = ACTIONS(3787), - [anon_sym_return] = ACTIONS(3787), - [anon_sym_DOLLARfor] = ACTIONS(3787), - [anon_sym_for] = ACTIONS(3787), - [anon_sym_POUND] = ACTIONS(3787), - [anon_sym_asm] = ACTIONS(3787), - [anon_sym_AT_LBRACK] = ACTIONS(3787), - [sym___double_quote] = ACTIONS(3787), - [sym___single_quote] = ACTIONS(3787), - [sym___c_double_quote] = ACTIONS(3787), - [sym___c_single_quote] = ACTIONS(3787), - [sym___r_double_quote] = ACTIONS(3787), - [sym___r_single_quote] = ACTIONS(3787), + [anon_sym_DOT] = ACTIONS(3781), + [anon_sym_LBRACE] = ACTIONS(3781), + [anon_sym_COMMA] = ACTIONS(3235), + [anon_sym_const] = ACTIONS(3781), + [anon_sym_LPAREN] = ACTIONS(3781), + [anon_sym___global] = ACTIONS(3781), + [anon_sym_type] = ACTIONS(3781), + [anon_sym_fn] = ACTIONS(3781), + [anon_sym_PLUS] = ACTIONS(3781), + [anon_sym_DASH] = ACTIONS(3781), + [anon_sym_STAR] = ACTIONS(3781), + [anon_sym_struct] = ACTIONS(3781), + [anon_sym_union] = ACTIONS(3781), + [anon_sym_pub] = ACTIONS(3781), + [anon_sym_mut] = ACTIONS(3781), + [anon_sym_enum] = ACTIONS(3781), + [anon_sym_interface] = ACTIONS(3781), + [anon_sym_QMARK] = ACTIONS(3781), + [anon_sym_BANG] = ACTIONS(3781), + [anon_sym_go] = ACTIONS(3781), + [anon_sym_spawn] = ACTIONS(3781), + [anon_sym_json_DOTdecode] = ACTIONS(3781), + [anon_sym_LBRACK2] = ACTIONS(3781), + [anon_sym_TILDE] = ACTIONS(3781), + [anon_sym_CARET] = ACTIONS(3781), + [anon_sym_AMP] = ACTIONS(3781), + [anon_sym_LT_DASH] = ACTIONS(3781), + [sym_none] = ACTIONS(3781), + [sym_true] = ACTIONS(3781), + [sym_false] = ACTIONS(3781), + [sym_nil] = ACTIONS(3781), + [anon_sym_if] = ACTIONS(3781), + [anon_sym_DOLLARif] = ACTIONS(3781), + [anon_sym_match] = ACTIONS(3781), + [anon_sym_select] = ACTIONS(3781), + [anon_sym_lock] = ACTIONS(3781), + [anon_sym_rlock] = ACTIONS(3781), + [anon_sym_unsafe] = ACTIONS(3781), + [anon_sym_sql] = ACTIONS(3781), + [sym_int_literal] = ACTIONS(3781), + [sym_float_literal] = ACTIONS(3781), + [sym_rune_literal] = ACTIONS(3781), + [anon_sym_AT] = ACTIONS(3781), + [anon_sym_shared] = ACTIONS(3781), + [anon_sym_map_LBRACK] = ACTIONS(3781), + [anon_sym_chan] = ACTIONS(3781), + [anon_sym_thread] = ACTIONS(3781), + [anon_sym_atomic] = ACTIONS(3781), + [anon_sym_assert] = ACTIONS(3781), + [anon_sym_defer] = ACTIONS(3781), + [anon_sym_goto] = ACTIONS(3781), + [anon_sym_break] = ACTIONS(3781), + [anon_sym_continue] = ACTIONS(3781), + [anon_sym_return] = ACTIONS(3781), + [anon_sym_DOLLARfor] = ACTIONS(3781), + [anon_sym_for] = ACTIONS(3781), + [anon_sym_POUND] = ACTIONS(3781), + [anon_sym_asm] = ACTIONS(3781), + [anon_sym_AT_LBRACK] = ACTIONS(3781), + [sym___double_quote] = ACTIONS(3781), + [sym___single_quote] = ACTIONS(3781), + [sym___c_double_quote] = ACTIONS(3781), + [sym___c_single_quote] = ACTIONS(3781), + [sym___r_double_quote] = ACTIONS(3781), + [sym___r_single_quote] = ACTIONS(3781), }, [1423] = { - [sym_reference_expression] = STATE(4486), - [sym_type_reference_expression] = STATE(2457), - [sym_plain_type] = STATE(2504), - [sym__plain_type_without_special] = STATE(2570), - [sym_anon_struct_type] = STATE(2569), - [sym_multi_return_type] = STATE(2570), - [sym_result_type] = STATE(2570), - [sym_option_type] = STATE(2570), - [sym_qualified_type] = STATE(2457), - [sym_fixed_array_type] = STATE(2569), - [sym_array_type] = STATE(2569), - [sym_pointer_type] = STATE(2569), - [sym_wrong_pointer_type] = STATE(2569), - [sym_map_type] = STATE(2569), - [sym_channel_type] = STATE(2569), - [sym_shared_type] = STATE(2569), - [sym_thread_type] = STATE(2569), - [sym_atomic_type] = STATE(2569), - [sym_generic_type] = STATE(2569), - [sym_function_type] = STATE(2569), - [sym_identifier] = ACTIONS(3728), - [anon_sym_LF] = ACTIONS(615), - [anon_sym_CR] = ACTIONS(615), - [anon_sym_CR_LF] = ACTIONS(615), + [aux_sym_strictly_expression_list_repeat1] = STATE(1420), + [ts_builtin_sym_end] = ACTIONS(3783), + [sym_identifier] = ACTIONS(3785), + [anon_sym_LF] = ACTIONS(3785), + [anon_sym_CR] = ACTIONS(3785), + [anon_sym_CR_LF] = ACTIONS(3785), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(615), - [anon_sym_DOT] = ACTIONS(615), - [anon_sym_as] = ACTIONS(615), - [anon_sym_COMMA] = ACTIONS(615), - [anon_sym_RBRACE] = ACTIONS(615), - [anon_sym_LPAREN] = ACTIONS(3730), - [anon_sym_RPAREN] = ACTIONS(615), - [anon_sym_PIPE] = ACTIONS(615), - [anon_sym_fn] = ACTIONS(3732), - [anon_sym_PLUS] = ACTIONS(615), - [anon_sym_DASH] = ACTIONS(615), - [anon_sym_STAR] = ACTIONS(3734), - [anon_sym_SLASH] = ACTIONS(615), - [anon_sym_PERCENT] = ACTIONS(615), - [anon_sym_LT] = ACTIONS(615), - [anon_sym_GT] = ACTIONS(615), - [anon_sym_EQ_EQ] = ACTIONS(615), - [anon_sym_BANG_EQ] = ACTIONS(615), - [anon_sym_LT_EQ] = ACTIONS(615), - [anon_sym_GT_EQ] = ACTIONS(615), - [anon_sym_LBRACK] = ACTIONS(613), - [anon_sym_struct] = ACTIONS(3736), - [anon_sym_PLUS_PLUS] = ACTIONS(615), - [anon_sym_DASH_DASH] = ACTIONS(615), - [anon_sym_QMARK] = ACTIONS(3738), - [anon_sym_BANG] = ACTIONS(3740), - [anon_sym_LBRACK2] = ACTIONS(3742), - [anon_sym_CARET] = ACTIONS(615), - [anon_sym_AMP] = ACTIONS(3744), - [anon_sym_LT_LT] = ACTIONS(615), - [anon_sym_GT_GT] = ACTIONS(615), - [anon_sym_GT_GT_GT] = ACTIONS(615), - [anon_sym_AMP_CARET] = ACTIONS(615), - [anon_sym_AMP_AMP] = ACTIONS(615), - [anon_sym_PIPE_PIPE] = ACTIONS(615), - [anon_sym_or] = ACTIONS(615), - [anon_sym_QMARK_DOT] = ACTIONS(615), - [anon_sym_POUND_LBRACK] = ACTIONS(615), - [anon_sym_is] = ACTIONS(615), - [anon_sym_BANGis] = ACTIONS(615), - [anon_sym_in] = ACTIONS(615), - [anon_sym_BANGin] = ACTIONS(615), - [anon_sym_shared] = ACTIONS(3746), - [anon_sym_map_LBRACK] = ACTIONS(3748), - [anon_sym_chan] = ACTIONS(3750), - [anon_sym_thread] = ACTIONS(3752), - [anon_sym_atomic] = ACTIONS(3754), + [anon_sym_DOT] = ACTIONS(3785), + [anon_sym_LBRACE] = ACTIONS(3785), + [anon_sym_COMMA] = ACTIONS(3235), + [anon_sym_const] = ACTIONS(3785), + [anon_sym_LPAREN] = ACTIONS(3785), + [anon_sym___global] = ACTIONS(3785), + [anon_sym_type] = ACTIONS(3785), + [anon_sym_fn] = ACTIONS(3785), + [anon_sym_PLUS] = ACTIONS(3785), + [anon_sym_DASH] = ACTIONS(3785), + [anon_sym_STAR] = ACTIONS(3785), + [anon_sym_struct] = ACTIONS(3785), + [anon_sym_union] = ACTIONS(3785), + [anon_sym_pub] = ACTIONS(3785), + [anon_sym_mut] = ACTIONS(3785), + [anon_sym_enum] = ACTIONS(3785), + [anon_sym_interface] = ACTIONS(3785), + [anon_sym_QMARK] = ACTIONS(3785), + [anon_sym_BANG] = ACTIONS(3785), + [anon_sym_go] = ACTIONS(3785), + [anon_sym_spawn] = ACTIONS(3785), + [anon_sym_json_DOTdecode] = ACTIONS(3785), + [anon_sym_LBRACK2] = ACTIONS(3785), + [anon_sym_TILDE] = ACTIONS(3785), + [anon_sym_CARET] = ACTIONS(3785), + [anon_sym_AMP] = ACTIONS(3785), + [anon_sym_LT_DASH] = ACTIONS(3785), + [sym_none] = ACTIONS(3785), + [sym_true] = ACTIONS(3785), + [sym_false] = ACTIONS(3785), + [sym_nil] = ACTIONS(3785), + [anon_sym_if] = ACTIONS(3785), + [anon_sym_DOLLARif] = ACTIONS(3785), + [anon_sym_match] = ACTIONS(3785), + [anon_sym_select] = ACTIONS(3785), + [anon_sym_lock] = ACTIONS(3785), + [anon_sym_rlock] = ACTIONS(3785), + [anon_sym_unsafe] = ACTIONS(3785), + [anon_sym_sql] = ACTIONS(3785), + [sym_int_literal] = ACTIONS(3785), + [sym_float_literal] = ACTIONS(3785), + [sym_rune_literal] = ACTIONS(3785), + [anon_sym_AT] = ACTIONS(3785), + [anon_sym_shared] = ACTIONS(3785), + [anon_sym_map_LBRACK] = ACTIONS(3785), + [anon_sym_chan] = ACTIONS(3785), + [anon_sym_thread] = ACTIONS(3785), + [anon_sym_atomic] = ACTIONS(3785), + [anon_sym_assert] = ACTIONS(3785), + [anon_sym_defer] = ACTIONS(3785), + [anon_sym_goto] = ACTIONS(3785), + [anon_sym_break] = ACTIONS(3785), + [anon_sym_continue] = ACTIONS(3785), + [anon_sym_return] = ACTIONS(3785), + [anon_sym_DOLLARfor] = ACTIONS(3785), + [anon_sym_for] = ACTIONS(3785), + [anon_sym_POUND] = ACTIONS(3785), + [anon_sym_asm] = ACTIONS(3785), + [anon_sym_AT_LBRACK] = ACTIONS(3785), + [sym___double_quote] = ACTIONS(3785), + [sym___single_quote] = ACTIONS(3785), + [sym___c_double_quote] = ACTIONS(3785), + [sym___c_single_quote] = ACTIONS(3785), + [sym___r_double_quote] = ACTIONS(3785), + [sym___r_single_quote] = ACTIONS(3785), }, [1424] = { - [aux_sym_strictly_expression_list_repeat1] = STATE(1416), + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3701), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(585), + [sym_comment] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(583), + [anon_sym_DOT] = ACTIONS(587), + [anon_sym_as] = ACTIONS(587), + [anon_sym_RBRACE] = ACTIONS(583), + [anon_sym_LPAREN] = ACTIONS(3379), + [anon_sym_RPAREN] = ACTIONS(583), + [anon_sym_PIPE] = ACTIONS(587), + [anon_sym_fn] = ACTIONS(591), + [anon_sym_PLUS] = ACTIONS(587), + [anon_sym_DASH] = ACTIONS(587), + [anon_sym_STAR] = ACTIONS(3381), + [anon_sym_SLASH] = ACTIONS(587), + [anon_sym_PERCENT] = ACTIONS(583), + [anon_sym_LT] = ACTIONS(587), + [anon_sym_GT] = ACTIONS(587), + [anon_sym_EQ_EQ] = ACTIONS(583), + [anon_sym_BANG_EQ] = ACTIONS(583), + [anon_sym_LT_EQ] = ACTIONS(583), + [anon_sym_GT_EQ] = ACTIONS(583), + [anon_sym_LBRACK] = ACTIONS(583), + [anon_sym_LT2] = ACTIONS(587), + [anon_sym_RBRACK] = ACTIONS(583), + [anon_sym_struct] = ACTIONS(595), + [anon_sym_COLON] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_QMARK] = ACTIONS(503), + [anon_sym_BANG] = ACTIONS(3787), + [anon_sym_LBRACK2] = ACTIONS(599), + [anon_sym_CARET] = ACTIONS(583), + [anon_sym_AMP] = ACTIONS(601), + [anon_sym_LT_LT] = ACTIONS(583), + [anon_sym_GT_GT] = ACTIONS(587), + [anon_sym_GT_GT_GT] = ACTIONS(583), + [anon_sym_AMP_CARET] = ACTIONS(583), + [anon_sym_AMP_AMP] = ACTIONS(583), + [anon_sym_PIPE_PIPE] = ACTIONS(583), + [anon_sym_or] = ACTIONS(587), + [anon_sym_QMARK_DOT] = ACTIONS(583), + [anon_sym_POUND_LBRACK] = ACTIONS(583), + [anon_sym_is] = ACTIONS(587), + [anon_sym_BANGis] = ACTIONS(583), + [anon_sym_in] = ACTIONS(587), + [anon_sym_BANGin] = ACTIONS(583), + [anon_sym_shared] = ACTIONS(603), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [anon_sym_DOT_DOT] = ACTIONS(583), + }, + [1425] = { + [aux_sym__type_union_list_repeat1] = STATE(1421), [ts_builtin_sym_end] = ACTIONS(3789), [sym_identifier] = ACTIONS(3791), - [anon_sym_LF] = ACTIONS(3791), - [anon_sym_CR] = ACTIONS(3791), - [anon_sym_CR_LF] = ACTIONS(3791), + [anon_sym_LF] = ACTIONS(3793), + [anon_sym_CR] = ACTIONS(3793), + [anon_sym_CR_LF] = ACTIONS(3793), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(3791), [anon_sym_LBRACE] = ACTIONS(3791), - [anon_sym_COMMA] = ACTIONS(3233), [anon_sym_const] = ACTIONS(3791), [anon_sym_LPAREN] = ACTIONS(3791), [anon_sym___global] = ACTIONS(3791), [anon_sym_type] = ACTIONS(3791), + [anon_sym_PIPE] = ACTIONS(3796), [anon_sym_fn] = ACTIONS(3791), [anon_sym_PLUS] = ACTIONS(3791), [anon_sym_DASH] = ACTIONS(3791), @@ -176785,740 +177631,302 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3791), [sym___r_single_quote] = ACTIONS(3791), }, - [1425] = { - [sym_reference_expression] = STATE(4486), - [sym_type_reference_expression] = STATE(2457), - [sym_plain_type] = STATE(2492), - [sym__plain_type_without_special] = STATE(2570), - [sym_anon_struct_type] = STATE(2569), - [sym_multi_return_type] = STATE(2570), - [sym_result_type] = STATE(2570), - [sym_option_type] = STATE(2570), - [sym_qualified_type] = STATE(2457), - [sym_fixed_array_type] = STATE(2569), - [sym_array_type] = STATE(2569), - [sym_pointer_type] = STATE(2569), - [sym_wrong_pointer_type] = STATE(2569), - [sym_map_type] = STATE(2569), - [sym_channel_type] = STATE(2569), - [sym_shared_type] = STATE(2569), - [sym_thread_type] = STATE(2569), - [sym_atomic_type] = STATE(2569), - [sym_generic_type] = STATE(2569), - [sym_function_type] = STATE(2569), - [sym_identifier] = ACTIONS(3728), - [anon_sym_LF] = ACTIONS(589), - [anon_sym_CR] = ACTIONS(589), - [anon_sym_CR_LF] = ACTIONS(589), - [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(589), - [anon_sym_DOT] = ACTIONS(589), - [anon_sym_as] = ACTIONS(589), - [anon_sym_COMMA] = ACTIONS(589), - [anon_sym_RBRACE] = ACTIONS(589), - [anon_sym_LPAREN] = ACTIONS(3730), - [anon_sym_RPAREN] = ACTIONS(589), - [anon_sym_PIPE] = ACTIONS(589), - [anon_sym_fn] = ACTIONS(3732), - [anon_sym_PLUS] = ACTIONS(589), - [anon_sym_DASH] = ACTIONS(589), - [anon_sym_STAR] = ACTIONS(3734), - [anon_sym_SLASH] = ACTIONS(589), - [anon_sym_PERCENT] = ACTIONS(589), - [anon_sym_LT] = ACTIONS(589), - [anon_sym_GT] = ACTIONS(589), - [anon_sym_EQ_EQ] = ACTIONS(589), - [anon_sym_BANG_EQ] = ACTIONS(589), - [anon_sym_LT_EQ] = ACTIONS(589), - [anon_sym_GT_EQ] = ACTIONS(589), - [anon_sym_LBRACK] = ACTIONS(587), - [anon_sym_struct] = ACTIONS(3736), - [anon_sym_PLUS_PLUS] = ACTIONS(589), - [anon_sym_DASH_DASH] = ACTIONS(589), - [anon_sym_QMARK] = ACTIONS(3738), - [anon_sym_BANG] = ACTIONS(3740), - [anon_sym_LBRACK2] = ACTIONS(3742), - [anon_sym_CARET] = ACTIONS(589), - [anon_sym_AMP] = ACTIONS(3744), - [anon_sym_LT_LT] = ACTIONS(589), - [anon_sym_GT_GT] = ACTIONS(589), - [anon_sym_GT_GT_GT] = ACTIONS(589), - [anon_sym_AMP_CARET] = ACTIONS(589), - [anon_sym_AMP_AMP] = ACTIONS(589), - [anon_sym_PIPE_PIPE] = ACTIONS(589), - [anon_sym_or] = ACTIONS(589), - [anon_sym_QMARK_DOT] = ACTIONS(589), - [anon_sym_POUND_LBRACK] = ACTIONS(589), - [anon_sym_is] = ACTIONS(589), - [anon_sym_BANGis] = ACTIONS(589), - [anon_sym_in] = ACTIONS(589), - [anon_sym_BANGin] = ACTIONS(589), - [anon_sym_shared] = ACTIONS(3746), - [anon_sym_map_LBRACK] = ACTIONS(3748), - [anon_sym_chan] = ACTIONS(3750), - [anon_sym_thread] = ACTIONS(3752), - [anon_sym_atomic] = ACTIONS(3754), - }, [1426] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2374), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(593), - [anon_sym_LF] = ACTIONS(595), - [anon_sym_CR] = ACTIONS(595), - [anon_sym_CR_LF] = ACTIONS(595), + [aux_sym_strictly_expression_list_repeat1] = STATE(1422), + [ts_builtin_sym_end] = ACTIONS(3229), + [sym_identifier] = ACTIONS(1684), + [anon_sym_LF] = ACTIONS(1684), + [anon_sym_CR] = ACTIONS(1684), + [anon_sym_CR_LF] = ACTIONS(1684), [sym_comment] = ACTIONS(487), - [anon_sym_SEMI] = ACTIONS(595), - [anon_sym_DOT] = ACTIONS(595), - [anon_sym_as] = ACTIONS(595), - [anon_sym_COMMA] = ACTIONS(595), - [anon_sym_RBRACE] = ACTIONS(595), - [anon_sym_LPAREN] = ACTIONS(597), - [anon_sym_RPAREN] = ACTIONS(595), - [anon_sym_PIPE] = ACTIONS(595), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(595), - [anon_sym_DASH] = ACTIONS(595), - [anon_sym_STAR] = ACTIONS(601), - [anon_sym_SLASH] = ACTIONS(595), - [anon_sym_PERCENT] = ACTIONS(595), - [anon_sym_LT] = ACTIONS(595), - [anon_sym_GT] = ACTIONS(595), - [anon_sym_EQ_EQ] = ACTIONS(595), - [anon_sym_BANG_EQ] = ACTIONS(595), - [anon_sym_LT_EQ] = ACTIONS(595), - [anon_sym_GT_EQ] = ACTIONS(595), - [anon_sym_LBRACK] = ACTIONS(591), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(595), - [anon_sym_DASH_DASH] = ACTIONS(595), - [anon_sym_QMARK] = ACTIONS(503), - [anon_sym_BANG] = ACTIONS(3793), - [anon_sym_LBRACK2] = ACTIONS(607), - [anon_sym_CARET] = ACTIONS(595), - [anon_sym_AMP] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(595), - [anon_sym_GT_GT] = ACTIONS(595), - [anon_sym_GT_GT_GT] = ACTIONS(595), - [anon_sym_AMP_CARET] = ACTIONS(595), - [anon_sym_AMP_AMP] = ACTIONS(595), - [anon_sym_PIPE_PIPE] = ACTIONS(595), - [anon_sym_or] = ACTIONS(595), - [anon_sym_QMARK_DOT] = ACTIONS(595), - [anon_sym_POUND_LBRACK] = ACTIONS(595), - [anon_sym_is] = ACTIONS(595), - [anon_sym_BANGis] = ACTIONS(595), - [anon_sym_in] = ACTIONS(595), - [anon_sym_BANGin] = ACTIONS(595), - [anon_sym_shared] = ACTIONS(611), - [anon_sym_map_LBRACK] = ACTIONS(537), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), + [anon_sym_DOT] = ACTIONS(1684), + [anon_sym_LBRACE] = ACTIONS(1684), + [anon_sym_COMMA] = ACTIONS(3235), + [anon_sym_const] = ACTIONS(1684), + [anon_sym_LPAREN] = ACTIONS(1684), + [anon_sym___global] = ACTIONS(1684), + [anon_sym_type] = ACTIONS(1684), + [anon_sym_fn] = ACTIONS(1684), + [anon_sym_PLUS] = ACTIONS(1684), + [anon_sym_DASH] = ACTIONS(1684), + [anon_sym_STAR] = ACTIONS(1684), + [anon_sym_struct] = ACTIONS(1684), + [anon_sym_union] = ACTIONS(1684), + [anon_sym_pub] = ACTIONS(1684), + [anon_sym_mut] = ACTIONS(1684), + [anon_sym_enum] = ACTIONS(1684), + [anon_sym_interface] = ACTIONS(1684), + [anon_sym_QMARK] = ACTIONS(1684), + [anon_sym_BANG] = ACTIONS(1684), + [anon_sym_go] = ACTIONS(1684), + [anon_sym_spawn] = ACTIONS(1684), + [anon_sym_json_DOTdecode] = ACTIONS(1684), + [anon_sym_LBRACK2] = ACTIONS(1684), + [anon_sym_TILDE] = ACTIONS(1684), + [anon_sym_CARET] = ACTIONS(1684), + [anon_sym_AMP] = ACTIONS(1684), + [anon_sym_LT_DASH] = ACTIONS(1684), + [sym_none] = ACTIONS(1684), + [sym_true] = ACTIONS(1684), + [sym_false] = ACTIONS(1684), + [sym_nil] = ACTIONS(1684), + [anon_sym_if] = ACTIONS(1684), + [anon_sym_DOLLARif] = ACTIONS(1684), + [anon_sym_match] = ACTIONS(1684), + [anon_sym_select] = ACTIONS(1684), + [anon_sym_lock] = ACTIONS(1684), + [anon_sym_rlock] = ACTIONS(1684), + [anon_sym_unsafe] = ACTIONS(1684), + [anon_sym_sql] = ACTIONS(1684), + [sym_int_literal] = ACTIONS(1684), + [sym_float_literal] = ACTIONS(1684), + [sym_rune_literal] = ACTIONS(1684), + [anon_sym_AT] = ACTIONS(1684), + [anon_sym_shared] = ACTIONS(1684), + [anon_sym_map_LBRACK] = ACTIONS(1684), + [anon_sym_chan] = ACTIONS(1684), + [anon_sym_thread] = ACTIONS(1684), + [anon_sym_atomic] = ACTIONS(1684), + [anon_sym_assert] = ACTIONS(1684), + [anon_sym_defer] = ACTIONS(1684), + [anon_sym_goto] = ACTIONS(1684), + [anon_sym_break] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(1684), + [anon_sym_return] = ACTIONS(1684), + [anon_sym_DOLLARfor] = ACTIONS(1684), + [anon_sym_for] = ACTIONS(1684), + [anon_sym_POUND] = ACTIONS(1684), + [anon_sym_asm] = ACTIONS(1684), + [anon_sym_AT_LBRACK] = ACTIONS(1684), + [sym___double_quote] = ACTIONS(1684), + [sym___single_quote] = ACTIONS(1684), + [sym___c_double_quote] = ACTIONS(1684), + [sym___c_single_quote] = ACTIONS(1684), + [sym___r_double_quote] = ACTIONS(1684), + [sym___r_single_quote] = ACTIONS(1684), }, [1427] = { - [ts_builtin_sym_end] = ACTIONS(2782), - [sym_identifier] = ACTIONS(2784), - [anon_sym_LF] = ACTIONS(2784), - [anon_sym_CR] = ACTIONS(2784), - [anon_sym_CR_LF] = ACTIONS(2784), + [aux_sym__type_union_list_repeat1] = STATE(1425), + [ts_builtin_sym_end] = ACTIONS(3798), + [sym_identifier] = ACTIONS(3800), + [anon_sym_LF] = ACTIONS(3802), + [anon_sym_CR] = ACTIONS(3802), + [anon_sym_CR_LF] = ACTIONS(3802), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2784), - [anon_sym_LBRACE] = ACTIONS(2784), - [anon_sym_const] = ACTIONS(2784), - [anon_sym_LPAREN] = ACTIONS(2784), - [anon_sym___global] = ACTIONS(2784), - [anon_sym_type] = ACTIONS(2784), - [anon_sym_PIPE] = ACTIONS(2784), - [anon_sym_fn] = ACTIONS(2784), - [anon_sym_PLUS] = ACTIONS(2784), - [anon_sym_DASH] = ACTIONS(2784), - [anon_sym_STAR] = ACTIONS(2784), - [anon_sym_struct] = ACTIONS(2784), - [anon_sym_union] = ACTIONS(2784), - [anon_sym_pub] = ACTIONS(2784), - [anon_sym_mut] = ACTIONS(2784), - [anon_sym_enum] = ACTIONS(2784), - [anon_sym_interface] = ACTIONS(2784), - [anon_sym_QMARK] = ACTIONS(2784), - [anon_sym_BANG] = ACTIONS(2784), - [anon_sym_go] = ACTIONS(2784), - [anon_sym_spawn] = ACTIONS(2784), - [anon_sym_json_DOTdecode] = ACTIONS(2784), - [anon_sym_LBRACK2] = ACTIONS(2784), - [anon_sym_TILDE] = ACTIONS(2784), - [anon_sym_CARET] = ACTIONS(2784), - [anon_sym_AMP] = ACTIONS(2784), - [anon_sym_LT_DASH] = ACTIONS(2784), - [sym_none] = ACTIONS(2784), - [sym_true] = ACTIONS(2784), - [sym_false] = ACTIONS(2784), - [sym_nil] = ACTIONS(2784), - [anon_sym_if] = ACTIONS(2784), - [anon_sym_DOLLARif] = ACTIONS(2784), - [anon_sym_match] = ACTIONS(2784), - [anon_sym_select] = ACTIONS(2784), - [anon_sym_lock] = ACTIONS(2784), - [anon_sym_rlock] = ACTIONS(2784), - [anon_sym_unsafe] = ACTIONS(2784), - [anon_sym_sql] = ACTIONS(2784), - [sym_int_literal] = ACTIONS(2784), - [sym_float_literal] = ACTIONS(2784), - [sym_rune_literal] = ACTIONS(2784), - [anon_sym_AT] = ACTIONS(2784), - [anon_sym_shared] = ACTIONS(2784), - [anon_sym_map_LBRACK] = ACTIONS(2784), - [anon_sym_chan] = ACTIONS(2784), - [anon_sym_thread] = ACTIONS(2784), - [anon_sym_atomic] = ACTIONS(2784), - [anon_sym_assert] = ACTIONS(2784), - [anon_sym_defer] = ACTIONS(2784), - [anon_sym_goto] = ACTIONS(2784), - [anon_sym_break] = ACTIONS(2784), - [anon_sym_continue] = ACTIONS(2784), - [anon_sym_return] = ACTIONS(2784), - [anon_sym_DOLLARfor] = ACTIONS(2784), - [anon_sym_for] = ACTIONS(2784), - [anon_sym_POUND] = ACTIONS(2784), - [anon_sym_asm] = ACTIONS(2784), - [anon_sym_AT_LBRACK] = ACTIONS(2784), - [sym___double_quote] = ACTIONS(2784), - [sym___single_quote] = ACTIONS(2784), - [sym___c_double_quote] = ACTIONS(2784), - [sym___c_single_quote] = ACTIONS(2784), - [sym___r_double_quote] = ACTIONS(2784), - [sym___r_single_quote] = ACTIONS(2784), + [anon_sym_DOT] = ACTIONS(3800), + [anon_sym_LBRACE] = ACTIONS(3800), + [anon_sym_const] = ACTIONS(3800), + [anon_sym_LPAREN] = ACTIONS(3800), + [anon_sym___global] = ACTIONS(3800), + [anon_sym_type] = ACTIONS(3800), + [anon_sym_PIPE] = ACTIONS(3796), + [anon_sym_fn] = ACTIONS(3800), + [anon_sym_PLUS] = ACTIONS(3800), + [anon_sym_DASH] = ACTIONS(3800), + [anon_sym_STAR] = ACTIONS(3800), + [anon_sym_struct] = ACTIONS(3800), + [anon_sym_union] = ACTIONS(3800), + [anon_sym_pub] = ACTIONS(3800), + [anon_sym_mut] = ACTIONS(3800), + [anon_sym_enum] = ACTIONS(3800), + [anon_sym_interface] = ACTIONS(3800), + [anon_sym_QMARK] = ACTIONS(3800), + [anon_sym_BANG] = ACTIONS(3800), + [anon_sym_go] = ACTIONS(3800), + [anon_sym_spawn] = ACTIONS(3800), + [anon_sym_json_DOTdecode] = ACTIONS(3800), + [anon_sym_LBRACK2] = ACTIONS(3800), + [anon_sym_TILDE] = ACTIONS(3800), + [anon_sym_CARET] = ACTIONS(3800), + [anon_sym_AMP] = ACTIONS(3800), + [anon_sym_LT_DASH] = ACTIONS(3800), + [sym_none] = ACTIONS(3800), + [sym_true] = ACTIONS(3800), + [sym_false] = ACTIONS(3800), + [sym_nil] = ACTIONS(3800), + [anon_sym_if] = ACTIONS(3800), + [anon_sym_DOLLARif] = ACTIONS(3800), + [anon_sym_match] = ACTIONS(3800), + [anon_sym_select] = ACTIONS(3800), + [anon_sym_lock] = ACTIONS(3800), + [anon_sym_rlock] = ACTIONS(3800), + [anon_sym_unsafe] = ACTIONS(3800), + [anon_sym_sql] = ACTIONS(3800), + [sym_int_literal] = ACTIONS(3800), + [sym_float_literal] = ACTIONS(3800), + [sym_rune_literal] = ACTIONS(3800), + [anon_sym_AT] = ACTIONS(3800), + [anon_sym_shared] = ACTIONS(3800), + [anon_sym_map_LBRACK] = ACTIONS(3800), + [anon_sym_chan] = ACTIONS(3800), + [anon_sym_thread] = ACTIONS(3800), + [anon_sym_atomic] = ACTIONS(3800), + [anon_sym_assert] = ACTIONS(3800), + [anon_sym_defer] = ACTIONS(3800), + [anon_sym_goto] = ACTIONS(3800), + [anon_sym_break] = ACTIONS(3800), + [anon_sym_continue] = ACTIONS(3800), + [anon_sym_return] = ACTIONS(3800), + [anon_sym_DOLLARfor] = ACTIONS(3800), + [anon_sym_for] = ACTIONS(3800), + [anon_sym_POUND] = ACTIONS(3800), + [anon_sym_asm] = ACTIONS(3800), + [anon_sym_AT_LBRACK] = ACTIONS(3800), + [sym___double_quote] = ACTIONS(3800), + [sym___single_quote] = ACTIONS(3800), + [sym___c_double_quote] = ACTIONS(3800), + [sym___c_single_quote] = ACTIONS(3800), + [sym___r_double_quote] = ACTIONS(3800), + [sym___r_single_quote] = ACTIONS(3800), }, [1428] = { - [ts_builtin_sym_end] = ACTIONS(3305), - [sym_identifier] = ACTIONS(1690), - [anon_sym_LF] = ACTIONS(1690), - [anon_sym_CR] = ACTIONS(1690), - [anon_sym_CR_LF] = ACTIONS(1690), + [ts_builtin_sym_end] = ACTIONS(2953), + [sym_identifier] = ACTIONS(2955), + [anon_sym_LF] = ACTIONS(2955), + [anon_sym_CR] = ACTIONS(2955), + [anon_sym_CR_LF] = ACTIONS(2955), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(1690), - [anon_sym_LBRACE] = ACTIONS(1690), - [anon_sym_COMMA] = ACTIONS(1690), - [anon_sym_const] = ACTIONS(1690), - [anon_sym_LPAREN] = ACTIONS(1690), - [anon_sym___global] = ACTIONS(1690), - [anon_sym_type] = ACTIONS(1690), - [anon_sym_fn] = ACTIONS(1690), - [anon_sym_PLUS] = ACTIONS(1690), - [anon_sym_DASH] = ACTIONS(1690), - [anon_sym_STAR] = ACTIONS(1690), - [anon_sym_struct] = ACTIONS(1690), - [anon_sym_union] = ACTIONS(1690), - [anon_sym_pub] = ACTIONS(1690), - [anon_sym_mut] = ACTIONS(1690), - [anon_sym_enum] = ACTIONS(1690), - [anon_sym_interface] = ACTIONS(1690), - [anon_sym_QMARK] = ACTIONS(1690), - [anon_sym_BANG] = ACTIONS(1690), - [anon_sym_go] = ACTIONS(1690), - [anon_sym_spawn] = ACTIONS(1690), - [anon_sym_json_DOTdecode] = ACTIONS(1690), - [anon_sym_LBRACK2] = ACTIONS(1690), - [anon_sym_TILDE] = ACTIONS(1690), - [anon_sym_CARET] = ACTIONS(1690), - [anon_sym_AMP] = ACTIONS(1690), - [anon_sym_LT_DASH] = ACTIONS(1690), - [sym_none] = ACTIONS(1690), - [sym_true] = ACTIONS(1690), - [sym_false] = ACTIONS(1690), - [sym_nil] = ACTIONS(1690), - [anon_sym_if] = ACTIONS(1690), - [anon_sym_DOLLARif] = ACTIONS(1690), - [anon_sym_match] = ACTIONS(1690), - [anon_sym_select] = ACTIONS(1690), - [anon_sym_lock] = ACTIONS(1690), - [anon_sym_rlock] = ACTIONS(1690), - [anon_sym_unsafe] = ACTIONS(1690), - [anon_sym_sql] = ACTIONS(1690), - [sym_int_literal] = ACTIONS(1690), - [sym_float_literal] = ACTIONS(1690), - [sym_rune_literal] = ACTIONS(1690), - [anon_sym_AT] = ACTIONS(1690), - [anon_sym_shared] = ACTIONS(1690), - [anon_sym_map_LBRACK] = ACTIONS(1690), - [anon_sym_chan] = ACTIONS(1690), - [anon_sym_thread] = ACTIONS(1690), - [anon_sym_atomic] = ACTIONS(1690), - [anon_sym_assert] = ACTIONS(1690), - [anon_sym_defer] = ACTIONS(1690), - [anon_sym_goto] = ACTIONS(1690), - [anon_sym_break] = ACTIONS(1690), - [anon_sym_continue] = ACTIONS(1690), - [anon_sym_return] = ACTIONS(1690), - [anon_sym_DOLLARfor] = ACTIONS(1690), - [anon_sym_for] = ACTIONS(1690), - [anon_sym_POUND] = ACTIONS(1690), - [anon_sym_asm] = ACTIONS(1690), - [anon_sym_AT_LBRACK] = ACTIONS(1690), - [sym___double_quote] = ACTIONS(1690), - [sym___single_quote] = ACTIONS(1690), - [sym___c_double_quote] = ACTIONS(1690), - [sym___c_single_quote] = ACTIONS(1690), - [sym___r_double_quote] = ACTIONS(1690), - [sym___r_single_quote] = ACTIONS(1690), + [anon_sym_DOT] = ACTIONS(2955), + [anon_sym_LBRACE] = ACTIONS(2955), + [anon_sym_const] = ACTIONS(2955), + [anon_sym_LPAREN] = ACTIONS(2955), + [anon_sym___global] = ACTIONS(2955), + [anon_sym_type] = ACTIONS(2955), + [anon_sym_PIPE] = ACTIONS(2955), + [anon_sym_fn] = ACTIONS(2955), + [anon_sym_PLUS] = ACTIONS(2955), + [anon_sym_DASH] = ACTIONS(2955), + [anon_sym_STAR] = ACTIONS(2955), + [anon_sym_struct] = ACTIONS(2955), + [anon_sym_union] = ACTIONS(2955), + [anon_sym_pub] = ACTIONS(2955), + [anon_sym_mut] = ACTIONS(2955), + [anon_sym_enum] = ACTIONS(2955), + [anon_sym_interface] = ACTIONS(2955), + [anon_sym_QMARK] = ACTIONS(2955), + [anon_sym_BANG] = ACTIONS(2955), + [anon_sym_go] = ACTIONS(2955), + [anon_sym_spawn] = ACTIONS(2955), + [anon_sym_json_DOTdecode] = ACTIONS(2955), + [anon_sym_LBRACK2] = ACTIONS(2955), + [anon_sym_TILDE] = ACTIONS(2955), + [anon_sym_CARET] = ACTIONS(2955), + [anon_sym_AMP] = ACTIONS(2955), + [anon_sym_LT_DASH] = ACTIONS(2955), + [sym_none] = ACTIONS(2955), + [sym_true] = ACTIONS(2955), + [sym_false] = ACTIONS(2955), + [sym_nil] = ACTIONS(2955), + [anon_sym_if] = ACTIONS(2955), + [anon_sym_DOLLARif] = ACTIONS(2955), + [anon_sym_match] = ACTIONS(2955), + [anon_sym_select] = ACTIONS(2955), + [anon_sym_lock] = ACTIONS(2955), + [anon_sym_rlock] = ACTIONS(2955), + [anon_sym_unsafe] = ACTIONS(2955), + [anon_sym_sql] = ACTIONS(2955), + [sym_int_literal] = ACTIONS(2955), + [sym_float_literal] = ACTIONS(2955), + [sym_rune_literal] = ACTIONS(2955), + [anon_sym_AT] = ACTIONS(2955), + [anon_sym_shared] = ACTIONS(2955), + [anon_sym_map_LBRACK] = ACTIONS(2955), + [anon_sym_chan] = ACTIONS(2955), + [anon_sym_thread] = ACTIONS(2955), + [anon_sym_atomic] = ACTIONS(2955), + [anon_sym_assert] = ACTIONS(2955), + [anon_sym_defer] = ACTIONS(2955), + [anon_sym_goto] = ACTIONS(2955), + [anon_sym_break] = ACTIONS(2955), + [anon_sym_continue] = ACTIONS(2955), + [anon_sym_return] = ACTIONS(2955), + [anon_sym_DOLLARfor] = ACTIONS(2955), + [anon_sym_for] = ACTIONS(2955), + [anon_sym_POUND] = ACTIONS(2955), + [anon_sym_asm] = ACTIONS(2955), + [anon_sym_AT_LBRACK] = ACTIONS(2955), + [sym___double_quote] = ACTIONS(2955), + [sym___single_quote] = ACTIONS(2955), + [sym___c_double_quote] = ACTIONS(2955), + [sym___c_single_quote] = ACTIONS(2955), + [sym___r_double_quote] = ACTIONS(2955), + [sym___r_single_quote] = ACTIONS(2955), }, [1429] = { - [ts_builtin_sym_end] = ACTIONS(3171), - [sym_identifier] = ACTIONS(3173), - [anon_sym_LF] = ACTIONS(3173), - [anon_sym_CR] = ACTIONS(3173), - [anon_sym_CR_LF] = ACTIONS(3173), + [ts_builtin_sym_end] = ACTIONS(3041), + [sym_identifier] = ACTIONS(3043), + [anon_sym_LF] = ACTIONS(3043), + [anon_sym_CR] = ACTIONS(3043), + [anon_sym_CR_LF] = ACTIONS(3043), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3173), - [anon_sym_LBRACE] = ACTIONS(3173), - [anon_sym_const] = ACTIONS(3173), - [anon_sym_LPAREN] = ACTIONS(3173), - [anon_sym___global] = ACTIONS(3173), - [anon_sym_type] = ACTIONS(3173), - [anon_sym_PIPE] = ACTIONS(3173), - [anon_sym_fn] = ACTIONS(3173), - [anon_sym_PLUS] = ACTIONS(3173), - [anon_sym_DASH] = ACTIONS(3173), - [anon_sym_STAR] = ACTIONS(3173), - [anon_sym_struct] = ACTIONS(3173), - [anon_sym_union] = ACTIONS(3173), - [anon_sym_pub] = ACTIONS(3173), - [anon_sym_mut] = ACTIONS(3173), - [anon_sym_enum] = ACTIONS(3173), - [anon_sym_interface] = ACTIONS(3173), - [anon_sym_QMARK] = ACTIONS(3173), - [anon_sym_BANG] = ACTIONS(3173), - [anon_sym_go] = ACTIONS(3173), - [anon_sym_spawn] = ACTIONS(3173), - [anon_sym_json_DOTdecode] = ACTIONS(3173), - [anon_sym_LBRACK2] = ACTIONS(3173), - [anon_sym_TILDE] = ACTIONS(3173), - [anon_sym_CARET] = ACTIONS(3173), - [anon_sym_AMP] = ACTIONS(3173), - [anon_sym_LT_DASH] = ACTIONS(3173), - [sym_none] = ACTIONS(3173), - [sym_true] = ACTIONS(3173), - [sym_false] = ACTIONS(3173), - [sym_nil] = ACTIONS(3173), - [anon_sym_if] = ACTIONS(3173), - [anon_sym_DOLLARif] = ACTIONS(3173), - [anon_sym_match] = ACTIONS(3173), - [anon_sym_select] = ACTIONS(3173), - [anon_sym_lock] = ACTIONS(3173), - [anon_sym_rlock] = ACTIONS(3173), - [anon_sym_unsafe] = ACTIONS(3173), - [anon_sym_sql] = ACTIONS(3173), - [sym_int_literal] = ACTIONS(3173), - [sym_float_literal] = ACTIONS(3173), - [sym_rune_literal] = ACTIONS(3173), - [anon_sym_AT] = ACTIONS(3173), - [anon_sym_shared] = ACTIONS(3173), - [anon_sym_map_LBRACK] = ACTIONS(3173), - [anon_sym_chan] = ACTIONS(3173), - [anon_sym_thread] = ACTIONS(3173), - [anon_sym_atomic] = ACTIONS(3173), - [anon_sym_assert] = ACTIONS(3173), - [anon_sym_defer] = ACTIONS(3173), - [anon_sym_goto] = ACTIONS(3173), - [anon_sym_break] = ACTIONS(3173), - [anon_sym_continue] = ACTIONS(3173), - [anon_sym_return] = ACTIONS(3173), - [anon_sym_DOLLARfor] = ACTIONS(3173), - [anon_sym_for] = ACTIONS(3173), - [anon_sym_POUND] = ACTIONS(3173), - [anon_sym_asm] = ACTIONS(3173), - [anon_sym_AT_LBRACK] = ACTIONS(3173), - [sym___double_quote] = ACTIONS(3173), - [sym___single_quote] = ACTIONS(3173), - [sym___c_double_quote] = ACTIONS(3173), - [sym___c_single_quote] = ACTIONS(3173), - [sym___r_double_quote] = ACTIONS(3173), - [sym___r_single_quote] = ACTIONS(3173), + [anon_sym_DOT] = ACTIONS(3043), + [anon_sym_LBRACE] = ACTIONS(3043), + [anon_sym_const] = ACTIONS(3043), + [anon_sym_LPAREN] = ACTIONS(3043), + [anon_sym___global] = ACTIONS(3043), + [anon_sym_type] = ACTIONS(3043), + [anon_sym_PIPE] = ACTIONS(3043), + [anon_sym_fn] = ACTIONS(3043), + [anon_sym_PLUS] = ACTIONS(3043), + [anon_sym_DASH] = ACTIONS(3043), + [anon_sym_STAR] = ACTIONS(3043), + [anon_sym_struct] = ACTIONS(3043), + [anon_sym_union] = ACTIONS(3043), + [anon_sym_pub] = ACTIONS(3043), + [anon_sym_mut] = ACTIONS(3043), + [anon_sym_enum] = ACTIONS(3043), + [anon_sym_interface] = ACTIONS(3043), + [anon_sym_QMARK] = ACTIONS(3043), + [anon_sym_BANG] = ACTIONS(3043), + [anon_sym_go] = ACTIONS(3043), + [anon_sym_spawn] = ACTIONS(3043), + [anon_sym_json_DOTdecode] = ACTIONS(3043), + [anon_sym_LBRACK2] = ACTIONS(3043), + [anon_sym_TILDE] = ACTIONS(3043), + [anon_sym_CARET] = ACTIONS(3043), + [anon_sym_AMP] = ACTIONS(3043), + [anon_sym_LT_DASH] = ACTIONS(3043), + [sym_none] = ACTIONS(3043), + [sym_true] = ACTIONS(3043), + [sym_false] = ACTIONS(3043), + [sym_nil] = ACTIONS(3043), + [anon_sym_if] = ACTIONS(3043), + [anon_sym_DOLLARif] = ACTIONS(3043), + [anon_sym_match] = ACTIONS(3043), + [anon_sym_select] = ACTIONS(3043), + [anon_sym_lock] = ACTIONS(3043), + [anon_sym_rlock] = ACTIONS(3043), + [anon_sym_unsafe] = ACTIONS(3043), + [anon_sym_sql] = ACTIONS(3043), + [sym_int_literal] = ACTIONS(3043), + [sym_float_literal] = ACTIONS(3043), + [sym_rune_literal] = ACTIONS(3043), + [anon_sym_AT] = ACTIONS(3043), + [anon_sym_shared] = ACTIONS(3043), + [anon_sym_map_LBRACK] = ACTIONS(3043), + [anon_sym_chan] = ACTIONS(3043), + [anon_sym_thread] = ACTIONS(3043), + [anon_sym_atomic] = ACTIONS(3043), + [anon_sym_assert] = ACTIONS(3043), + [anon_sym_defer] = ACTIONS(3043), + [anon_sym_goto] = ACTIONS(3043), + [anon_sym_break] = ACTIONS(3043), + [anon_sym_continue] = ACTIONS(3043), + [anon_sym_return] = ACTIONS(3043), + [anon_sym_DOLLARfor] = ACTIONS(3043), + [anon_sym_for] = ACTIONS(3043), + [anon_sym_POUND] = ACTIONS(3043), + [anon_sym_asm] = ACTIONS(3043), + [anon_sym_AT_LBRACK] = ACTIONS(3043), + [sym___double_quote] = ACTIONS(3043), + [sym___single_quote] = ACTIONS(3043), + [sym___c_double_quote] = ACTIONS(3043), + [sym___c_single_quote] = ACTIONS(3043), + [sym___r_double_quote] = ACTIONS(3043), + [sym___r_single_quote] = ACTIONS(3043), }, [1430] = { - [sym_block] = STATE(1547), - [ts_builtin_sym_end] = ACTIONS(3795), - [sym_identifier] = ACTIONS(3797), - [anon_sym_LF] = ACTIONS(3797), - [anon_sym_CR] = ACTIONS(3797), - [anon_sym_CR_LF] = ACTIONS(3797), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3797), - [anon_sym_LBRACE] = ACTIONS(3799), - [anon_sym_const] = ACTIONS(3797), - [anon_sym_LPAREN] = ACTIONS(3797), - [anon_sym___global] = ACTIONS(3797), - [anon_sym_type] = ACTIONS(3797), - [anon_sym_fn] = ACTIONS(3797), - [anon_sym_PLUS] = ACTIONS(3797), - [anon_sym_DASH] = ACTIONS(3797), - [anon_sym_STAR] = ACTIONS(3797), - [anon_sym_struct] = ACTIONS(3797), - [anon_sym_union] = ACTIONS(3797), - [anon_sym_pub] = ACTIONS(3797), - [anon_sym_mut] = ACTIONS(3797), - [anon_sym_enum] = ACTIONS(3797), - [anon_sym_interface] = ACTIONS(3797), - [anon_sym_QMARK] = ACTIONS(3797), - [anon_sym_BANG] = ACTIONS(3797), - [anon_sym_go] = ACTIONS(3797), - [anon_sym_spawn] = ACTIONS(3797), - [anon_sym_json_DOTdecode] = ACTIONS(3797), - [anon_sym_LBRACK2] = ACTIONS(3797), - [anon_sym_TILDE] = ACTIONS(3797), - [anon_sym_CARET] = ACTIONS(3797), - [anon_sym_AMP] = ACTIONS(3797), - [anon_sym_LT_DASH] = ACTIONS(3797), - [sym_none] = ACTIONS(3797), - [sym_true] = ACTIONS(3797), - [sym_false] = ACTIONS(3797), - [sym_nil] = ACTIONS(3797), - [anon_sym_if] = ACTIONS(3797), - [anon_sym_DOLLARif] = ACTIONS(3797), - [anon_sym_match] = ACTIONS(3797), - [anon_sym_select] = ACTIONS(3797), - [anon_sym_lock] = ACTIONS(3797), - [anon_sym_rlock] = ACTIONS(3797), - [anon_sym_unsafe] = ACTIONS(3797), - [anon_sym_sql] = ACTIONS(3797), - [sym_int_literal] = ACTIONS(3797), - [sym_float_literal] = ACTIONS(3797), - [sym_rune_literal] = ACTIONS(3797), - [anon_sym_AT] = ACTIONS(3797), - [anon_sym_shared] = ACTIONS(3797), - [anon_sym_map_LBRACK] = ACTIONS(3797), - [anon_sym_chan] = ACTIONS(3797), - [anon_sym_thread] = ACTIONS(3797), - [anon_sym_atomic] = ACTIONS(3797), - [anon_sym_assert] = ACTIONS(3797), - [anon_sym_defer] = ACTIONS(3797), - [anon_sym_goto] = ACTIONS(3797), - [anon_sym_break] = ACTIONS(3797), - [anon_sym_continue] = ACTIONS(3797), - [anon_sym_return] = ACTIONS(3797), - [anon_sym_DOLLARfor] = ACTIONS(3797), - [anon_sym_for] = ACTIONS(3797), - [anon_sym_POUND] = ACTIONS(3797), - [anon_sym_asm] = ACTIONS(3797), - [anon_sym_AT_LBRACK] = ACTIONS(3797), - [sym___double_quote] = ACTIONS(3797), - [sym___single_quote] = ACTIONS(3797), - [sym___c_double_quote] = ACTIONS(3797), - [sym___c_single_quote] = ACTIONS(3797), - [sym___r_double_quote] = ACTIONS(3797), - [sym___r_single_quote] = ACTIONS(3797), - }, - [1431] = { - [ts_builtin_sym_end] = ACTIONS(2702), - [sym_identifier] = ACTIONS(2704), - [anon_sym_LF] = ACTIONS(2704), - [anon_sym_CR] = ACTIONS(2704), - [anon_sym_CR_LF] = ACTIONS(2704), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2704), - [anon_sym_LBRACE] = ACTIONS(2704), - [anon_sym_const] = ACTIONS(2704), - [anon_sym_LPAREN] = ACTIONS(2704), - [anon_sym___global] = ACTIONS(2704), - [anon_sym_type] = ACTIONS(2704), - [anon_sym_PIPE] = ACTIONS(2704), - [anon_sym_fn] = ACTIONS(2704), - [anon_sym_PLUS] = ACTIONS(2704), - [anon_sym_DASH] = ACTIONS(2704), - [anon_sym_STAR] = ACTIONS(2704), - [anon_sym_struct] = ACTIONS(2704), - [anon_sym_union] = ACTIONS(2704), - [anon_sym_pub] = ACTIONS(2704), - [anon_sym_mut] = ACTIONS(2704), - [anon_sym_enum] = ACTIONS(2704), - [anon_sym_interface] = ACTIONS(2704), - [anon_sym_QMARK] = ACTIONS(2704), - [anon_sym_BANG] = ACTIONS(2704), - [anon_sym_go] = ACTIONS(2704), - [anon_sym_spawn] = ACTIONS(2704), - [anon_sym_json_DOTdecode] = ACTIONS(2704), - [anon_sym_LBRACK2] = ACTIONS(2704), - [anon_sym_TILDE] = ACTIONS(2704), - [anon_sym_CARET] = ACTIONS(2704), - [anon_sym_AMP] = ACTIONS(2704), - [anon_sym_LT_DASH] = ACTIONS(2704), - [sym_none] = ACTIONS(2704), - [sym_true] = ACTIONS(2704), - [sym_false] = ACTIONS(2704), - [sym_nil] = ACTIONS(2704), - [anon_sym_if] = ACTIONS(2704), - [anon_sym_DOLLARif] = ACTIONS(2704), - [anon_sym_match] = ACTIONS(2704), - [anon_sym_select] = ACTIONS(2704), - [anon_sym_lock] = ACTIONS(2704), - [anon_sym_rlock] = ACTIONS(2704), - [anon_sym_unsafe] = ACTIONS(2704), - [anon_sym_sql] = ACTIONS(2704), - [sym_int_literal] = ACTIONS(2704), - [sym_float_literal] = ACTIONS(2704), - [sym_rune_literal] = ACTIONS(2704), - [anon_sym_AT] = ACTIONS(2704), - [anon_sym_shared] = ACTIONS(2704), - [anon_sym_map_LBRACK] = ACTIONS(2704), - [anon_sym_chan] = ACTIONS(2704), - [anon_sym_thread] = ACTIONS(2704), - [anon_sym_atomic] = ACTIONS(2704), - [anon_sym_assert] = ACTIONS(2704), - [anon_sym_defer] = ACTIONS(2704), - [anon_sym_goto] = ACTIONS(2704), - [anon_sym_break] = ACTIONS(2704), - [anon_sym_continue] = ACTIONS(2704), - [anon_sym_return] = ACTIONS(2704), - [anon_sym_DOLLARfor] = ACTIONS(2704), - [anon_sym_for] = ACTIONS(2704), - [anon_sym_POUND] = ACTIONS(2704), - [anon_sym_asm] = ACTIONS(2704), - [anon_sym_AT_LBRACK] = ACTIONS(2704), - [sym___double_quote] = ACTIONS(2704), - [sym___single_quote] = ACTIONS(2704), - [sym___c_double_quote] = ACTIONS(2704), - [sym___c_single_quote] = ACTIONS(2704), - [sym___r_double_quote] = ACTIONS(2704), - [sym___r_single_quote] = ACTIONS(2704), - }, - [1432] = { - [sym_block] = STATE(1540), - [ts_builtin_sym_end] = ACTIONS(3801), - [sym_identifier] = ACTIONS(3803), - [anon_sym_LF] = ACTIONS(3803), - [anon_sym_CR] = ACTIONS(3803), - [anon_sym_CR_LF] = ACTIONS(3803), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3803), - [anon_sym_LBRACE] = ACTIONS(3799), - [anon_sym_const] = ACTIONS(3803), - [anon_sym_LPAREN] = ACTIONS(3803), - [anon_sym___global] = ACTIONS(3803), - [anon_sym_type] = ACTIONS(3803), - [anon_sym_fn] = ACTIONS(3803), - [anon_sym_PLUS] = ACTIONS(3803), - [anon_sym_DASH] = ACTIONS(3803), - [anon_sym_STAR] = ACTIONS(3803), - [anon_sym_struct] = ACTIONS(3803), - [anon_sym_union] = ACTIONS(3803), - [anon_sym_pub] = ACTIONS(3803), - [anon_sym_mut] = ACTIONS(3803), - [anon_sym_enum] = ACTIONS(3803), - [anon_sym_interface] = ACTIONS(3803), - [anon_sym_QMARK] = ACTIONS(3803), - [anon_sym_BANG] = ACTIONS(3803), - [anon_sym_go] = ACTIONS(3803), - [anon_sym_spawn] = ACTIONS(3803), - [anon_sym_json_DOTdecode] = ACTIONS(3803), - [anon_sym_LBRACK2] = ACTIONS(3803), - [anon_sym_TILDE] = ACTIONS(3803), - [anon_sym_CARET] = ACTIONS(3803), - [anon_sym_AMP] = ACTIONS(3803), - [anon_sym_LT_DASH] = ACTIONS(3803), - [sym_none] = ACTIONS(3803), - [sym_true] = ACTIONS(3803), - [sym_false] = ACTIONS(3803), - [sym_nil] = ACTIONS(3803), - [anon_sym_if] = ACTIONS(3803), - [anon_sym_DOLLARif] = ACTIONS(3803), - [anon_sym_match] = ACTIONS(3803), - [anon_sym_select] = ACTIONS(3803), - [anon_sym_lock] = ACTIONS(3803), - [anon_sym_rlock] = ACTIONS(3803), - [anon_sym_unsafe] = ACTIONS(3803), - [anon_sym_sql] = ACTIONS(3803), - [sym_int_literal] = ACTIONS(3803), - [sym_float_literal] = ACTIONS(3803), - [sym_rune_literal] = ACTIONS(3803), - [anon_sym_AT] = ACTIONS(3803), - [anon_sym_shared] = ACTIONS(3803), - [anon_sym_map_LBRACK] = ACTIONS(3803), - [anon_sym_chan] = ACTIONS(3803), - [anon_sym_thread] = ACTIONS(3803), - [anon_sym_atomic] = ACTIONS(3803), - [anon_sym_assert] = ACTIONS(3803), - [anon_sym_defer] = ACTIONS(3803), - [anon_sym_goto] = ACTIONS(3803), - [anon_sym_break] = ACTIONS(3803), - [anon_sym_continue] = ACTIONS(3803), - [anon_sym_return] = ACTIONS(3803), - [anon_sym_DOLLARfor] = ACTIONS(3803), - [anon_sym_for] = ACTIONS(3803), - [anon_sym_POUND] = ACTIONS(3803), - [anon_sym_asm] = ACTIONS(3803), - [anon_sym_AT_LBRACK] = ACTIONS(3803), - [sym___double_quote] = ACTIONS(3803), - [sym___single_quote] = ACTIONS(3803), - [sym___c_double_quote] = ACTIONS(3803), - [sym___c_single_quote] = ACTIONS(3803), - [sym___r_double_quote] = ACTIONS(3803), - [sym___r_single_quote] = ACTIONS(3803), - }, - [1433] = { - [ts_builtin_sym_end] = ACTIONS(2957), - [sym_identifier] = ACTIONS(2959), - [anon_sym_LF] = ACTIONS(2959), - [anon_sym_CR] = ACTIONS(2959), - [anon_sym_CR_LF] = ACTIONS(2959), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2959), - [anon_sym_LBRACE] = ACTIONS(2959), - [anon_sym_const] = ACTIONS(2959), - [anon_sym_LPAREN] = ACTIONS(2959), - [anon_sym___global] = ACTIONS(2959), - [anon_sym_type] = ACTIONS(2959), - [anon_sym_PIPE] = ACTIONS(2959), - [anon_sym_fn] = ACTIONS(2959), - [anon_sym_PLUS] = ACTIONS(2959), - [anon_sym_DASH] = ACTIONS(2959), - [anon_sym_STAR] = ACTIONS(2959), - [anon_sym_struct] = ACTIONS(2959), - [anon_sym_union] = ACTIONS(2959), - [anon_sym_pub] = ACTIONS(2959), - [anon_sym_mut] = ACTIONS(2959), - [anon_sym_enum] = ACTIONS(2959), - [anon_sym_interface] = ACTIONS(2959), - [anon_sym_QMARK] = ACTIONS(2959), - [anon_sym_BANG] = ACTIONS(2959), - [anon_sym_go] = ACTIONS(2959), - [anon_sym_spawn] = ACTIONS(2959), - [anon_sym_json_DOTdecode] = ACTIONS(2959), - [anon_sym_LBRACK2] = ACTIONS(2959), - [anon_sym_TILDE] = ACTIONS(2959), - [anon_sym_CARET] = ACTIONS(2959), - [anon_sym_AMP] = ACTIONS(2959), - [anon_sym_LT_DASH] = ACTIONS(2959), - [sym_none] = ACTIONS(2959), - [sym_true] = ACTIONS(2959), - [sym_false] = ACTIONS(2959), - [sym_nil] = ACTIONS(2959), - [anon_sym_if] = ACTIONS(2959), - [anon_sym_DOLLARif] = ACTIONS(2959), - [anon_sym_match] = ACTIONS(2959), - [anon_sym_select] = ACTIONS(2959), - [anon_sym_lock] = ACTIONS(2959), - [anon_sym_rlock] = ACTIONS(2959), - [anon_sym_unsafe] = ACTIONS(2959), - [anon_sym_sql] = ACTIONS(2959), - [sym_int_literal] = ACTIONS(2959), - [sym_float_literal] = ACTIONS(2959), - [sym_rune_literal] = ACTIONS(2959), - [anon_sym_AT] = ACTIONS(2959), - [anon_sym_shared] = ACTIONS(2959), - [anon_sym_map_LBRACK] = ACTIONS(2959), - [anon_sym_chan] = ACTIONS(2959), - [anon_sym_thread] = ACTIONS(2959), - [anon_sym_atomic] = ACTIONS(2959), - [anon_sym_assert] = ACTIONS(2959), - [anon_sym_defer] = ACTIONS(2959), - [anon_sym_goto] = ACTIONS(2959), - [anon_sym_break] = ACTIONS(2959), - [anon_sym_continue] = ACTIONS(2959), - [anon_sym_return] = ACTIONS(2959), - [anon_sym_DOLLARfor] = ACTIONS(2959), - [anon_sym_for] = ACTIONS(2959), - [anon_sym_POUND] = ACTIONS(2959), - [anon_sym_asm] = ACTIONS(2959), - [anon_sym_AT_LBRACK] = ACTIONS(2959), - [sym___double_quote] = ACTIONS(2959), - [sym___single_quote] = ACTIONS(2959), - [sym___c_double_quote] = ACTIONS(2959), - [sym___c_single_quote] = ACTIONS(2959), - [sym___r_double_quote] = ACTIONS(2959), - [sym___r_single_quote] = ACTIONS(2959), - }, - [1434] = { - [ts_builtin_sym_end] = ACTIONS(2991), - [sym_identifier] = ACTIONS(2993), - [anon_sym_LF] = ACTIONS(2993), - [anon_sym_CR] = ACTIONS(2993), - [anon_sym_CR_LF] = ACTIONS(2993), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2993), - [anon_sym_LBRACE] = ACTIONS(2993), - [anon_sym_const] = ACTIONS(2993), - [anon_sym_LPAREN] = ACTIONS(2993), - [anon_sym___global] = ACTIONS(2993), - [anon_sym_type] = ACTIONS(2993), - [anon_sym_PIPE] = ACTIONS(2993), - [anon_sym_fn] = ACTIONS(2993), - [anon_sym_PLUS] = ACTIONS(2993), - [anon_sym_DASH] = ACTIONS(2993), - [anon_sym_STAR] = ACTIONS(2993), - [anon_sym_struct] = ACTIONS(2993), - [anon_sym_union] = ACTIONS(2993), - [anon_sym_pub] = ACTIONS(2993), - [anon_sym_mut] = ACTIONS(2993), - [anon_sym_enum] = ACTIONS(2993), - [anon_sym_interface] = ACTIONS(2993), - [anon_sym_QMARK] = ACTIONS(2993), - [anon_sym_BANG] = ACTIONS(2993), - [anon_sym_go] = ACTIONS(2993), - [anon_sym_spawn] = ACTIONS(2993), - [anon_sym_json_DOTdecode] = ACTIONS(2993), - [anon_sym_LBRACK2] = ACTIONS(2993), - [anon_sym_TILDE] = ACTIONS(2993), - [anon_sym_CARET] = ACTIONS(2993), - [anon_sym_AMP] = ACTIONS(2993), - [anon_sym_LT_DASH] = ACTIONS(2993), - [sym_none] = ACTIONS(2993), - [sym_true] = ACTIONS(2993), - [sym_false] = ACTIONS(2993), - [sym_nil] = ACTIONS(2993), - [anon_sym_if] = ACTIONS(2993), - [anon_sym_DOLLARif] = ACTIONS(2993), - [anon_sym_match] = ACTIONS(2993), - [anon_sym_select] = ACTIONS(2993), - [anon_sym_lock] = ACTIONS(2993), - [anon_sym_rlock] = ACTIONS(2993), - [anon_sym_unsafe] = ACTIONS(2993), - [anon_sym_sql] = ACTIONS(2993), - [sym_int_literal] = ACTIONS(2993), - [sym_float_literal] = ACTIONS(2993), - [sym_rune_literal] = ACTIONS(2993), - [anon_sym_AT] = ACTIONS(2993), - [anon_sym_shared] = ACTIONS(2993), - [anon_sym_map_LBRACK] = ACTIONS(2993), - [anon_sym_chan] = ACTIONS(2993), - [anon_sym_thread] = ACTIONS(2993), - [anon_sym_atomic] = ACTIONS(2993), - [anon_sym_assert] = ACTIONS(2993), - [anon_sym_defer] = ACTIONS(2993), - [anon_sym_goto] = ACTIONS(2993), - [anon_sym_break] = ACTIONS(2993), - [anon_sym_continue] = ACTIONS(2993), - [anon_sym_return] = ACTIONS(2993), - [anon_sym_DOLLARfor] = ACTIONS(2993), - [anon_sym_for] = ACTIONS(2993), - [anon_sym_POUND] = ACTIONS(2993), - [anon_sym_asm] = ACTIONS(2993), - [anon_sym_AT_LBRACK] = ACTIONS(2993), - [sym___double_quote] = ACTIONS(2993), - [sym___single_quote] = ACTIONS(2993), - [sym___c_double_quote] = ACTIONS(2993), - [sym___c_single_quote] = ACTIONS(2993), - [sym___r_double_quote] = ACTIONS(2993), - [sym___r_single_quote] = ACTIONS(2993), - }, - [1435] = { - [sym_block] = STATE(1518), + [sym_block] = STATE(1519), [ts_builtin_sym_end] = ACTIONS(3805), [sym_identifier] = ACTIONS(3807), [anon_sym_LF] = ACTIONS(3807), @@ -177526,7 +177934,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CR_LF] = ACTIONS(3807), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(3807), - [anon_sym_LBRACE] = ACTIONS(3799), + [anon_sym_LBRACE] = ACTIONS(3809), [anon_sym_const] = ACTIONS(3807), [anon_sym_LPAREN] = ACTIONS(3807), [anon_sym___global] = ACTIONS(3807), @@ -177590,381 +177998,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3807), [sym___r_single_quote] = ACTIONS(3807), }, - [1436] = { - [ts_builtin_sym_end] = ACTIONS(3007), - [sym_identifier] = ACTIONS(3009), - [anon_sym_LF] = ACTIONS(3009), - [anon_sym_CR] = ACTIONS(3009), - [anon_sym_CR_LF] = ACTIONS(3009), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3009), - [anon_sym_LBRACE] = ACTIONS(3009), - [anon_sym_const] = ACTIONS(3009), - [anon_sym_LPAREN] = ACTIONS(3009), - [anon_sym___global] = ACTIONS(3009), - [anon_sym_type] = ACTIONS(3009), - [anon_sym_PIPE] = ACTIONS(3009), - [anon_sym_fn] = ACTIONS(3009), - [anon_sym_PLUS] = ACTIONS(3009), - [anon_sym_DASH] = ACTIONS(3009), - [anon_sym_STAR] = ACTIONS(3009), - [anon_sym_struct] = ACTIONS(3009), - [anon_sym_union] = ACTIONS(3009), - [anon_sym_pub] = ACTIONS(3009), - [anon_sym_mut] = ACTIONS(3009), - [anon_sym_enum] = ACTIONS(3009), - [anon_sym_interface] = ACTIONS(3009), - [anon_sym_QMARK] = ACTIONS(3009), - [anon_sym_BANG] = ACTIONS(3009), - [anon_sym_go] = ACTIONS(3009), - [anon_sym_spawn] = ACTIONS(3009), - [anon_sym_json_DOTdecode] = ACTIONS(3009), - [anon_sym_LBRACK2] = ACTIONS(3009), - [anon_sym_TILDE] = ACTIONS(3009), - [anon_sym_CARET] = ACTIONS(3009), - [anon_sym_AMP] = ACTIONS(3009), - [anon_sym_LT_DASH] = ACTIONS(3009), - [sym_none] = ACTIONS(3009), - [sym_true] = ACTIONS(3009), - [sym_false] = ACTIONS(3009), - [sym_nil] = ACTIONS(3009), - [anon_sym_if] = ACTIONS(3009), - [anon_sym_DOLLARif] = ACTIONS(3009), - [anon_sym_match] = ACTIONS(3009), - [anon_sym_select] = ACTIONS(3009), - [anon_sym_lock] = ACTIONS(3009), - [anon_sym_rlock] = ACTIONS(3009), - [anon_sym_unsafe] = ACTIONS(3009), - [anon_sym_sql] = ACTIONS(3009), - [sym_int_literal] = ACTIONS(3009), - [sym_float_literal] = ACTIONS(3009), - [sym_rune_literal] = ACTIONS(3009), - [anon_sym_AT] = ACTIONS(3009), - [anon_sym_shared] = ACTIONS(3009), - [anon_sym_map_LBRACK] = ACTIONS(3009), - [anon_sym_chan] = ACTIONS(3009), - [anon_sym_thread] = ACTIONS(3009), - [anon_sym_atomic] = ACTIONS(3009), - [anon_sym_assert] = ACTIONS(3009), - [anon_sym_defer] = ACTIONS(3009), - [anon_sym_goto] = ACTIONS(3009), - [anon_sym_break] = ACTIONS(3009), - [anon_sym_continue] = ACTIONS(3009), - [anon_sym_return] = ACTIONS(3009), - [anon_sym_DOLLARfor] = ACTIONS(3009), - [anon_sym_for] = ACTIONS(3009), - [anon_sym_POUND] = ACTIONS(3009), - [anon_sym_asm] = ACTIONS(3009), - [anon_sym_AT_LBRACK] = ACTIONS(3009), - [sym___double_quote] = ACTIONS(3009), - [sym___single_quote] = ACTIONS(3009), - [sym___c_double_quote] = ACTIONS(3009), - [sym___c_single_quote] = ACTIONS(3009), - [sym___r_double_quote] = ACTIONS(3009), - [sym___r_single_quote] = ACTIONS(3009), - }, - [1437] = { - [ts_builtin_sym_end] = ACTIONS(3039), - [sym_identifier] = ACTIONS(3041), - [anon_sym_LF] = ACTIONS(3041), - [anon_sym_CR] = ACTIONS(3041), - [anon_sym_CR_LF] = ACTIONS(3041), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_LBRACE] = ACTIONS(3041), - [anon_sym_const] = ACTIONS(3041), - [anon_sym_LPAREN] = ACTIONS(3041), - [anon_sym___global] = ACTIONS(3041), - [anon_sym_type] = ACTIONS(3041), - [anon_sym_PIPE] = ACTIONS(3041), - [anon_sym_fn] = ACTIONS(3041), - [anon_sym_PLUS] = ACTIONS(3041), - [anon_sym_DASH] = ACTIONS(3041), - [anon_sym_STAR] = ACTIONS(3041), - [anon_sym_struct] = ACTIONS(3041), - [anon_sym_union] = ACTIONS(3041), - [anon_sym_pub] = ACTIONS(3041), - [anon_sym_mut] = ACTIONS(3041), - [anon_sym_enum] = ACTIONS(3041), - [anon_sym_interface] = ACTIONS(3041), - [anon_sym_QMARK] = ACTIONS(3041), - [anon_sym_BANG] = ACTIONS(3041), - [anon_sym_go] = ACTIONS(3041), - [anon_sym_spawn] = ACTIONS(3041), - [anon_sym_json_DOTdecode] = ACTIONS(3041), - [anon_sym_LBRACK2] = ACTIONS(3041), - [anon_sym_TILDE] = ACTIONS(3041), - [anon_sym_CARET] = ACTIONS(3041), - [anon_sym_AMP] = ACTIONS(3041), - [anon_sym_LT_DASH] = ACTIONS(3041), - [sym_none] = ACTIONS(3041), - [sym_true] = ACTIONS(3041), - [sym_false] = ACTIONS(3041), - [sym_nil] = ACTIONS(3041), - [anon_sym_if] = ACTIONS(3041), - [anon_sym_DOLLARif] = ACTIONS(3041), - [anon_sym_match] = ACTIONS(3041), - [anon_sym_select] = ACTIONS(3041), - [anon_sym_lock] = ACTIONS(3041), - [anon_sym_rlock] = ACTIONS(3041), - [anon_sym_unsafe] = ACTIONS(3041), - [anon_sym_sql] = ACTIONS(3041), - [sym_int_literal] = ACTIONS(3041), - [sym_float_literal] = ACTIONS(3041), - [sym_rune_literal] = ACTIONS(3041), - [anon_sym_AT] = ACTIONS(3041), - [anon_sym_shared] = ACTIONS(3041), - [anon_sym_map_LBRACK] = ACTIONS(3041), - [anon_sym_chan] = ACTIONS(3041), - [anon_sym_thread] = ACTIONS(3041), - [anon_sym_atomic] = ACTIONS(3041), - [anon_sym_assert] = ACTIONS(3041), - [anon_sym_defer] = ACTIONS(3041), - [anon_sym_goto] = ACTIONS(3041), - [anon_sym_break] = ACTIONS(3041), - [anon_sym_continue] = ACTIONS(3041), - [anon_sym_return] = ACTIONS(3041), - [anon_sym_DOLLARfor] = ACTIONS(3041), - [anon_sym_for] = ACTIONS(3041), - [anon_sym_POUND] = ACTIONS(3041), - [anon_sym_asm] = ACTIONS(3041), - [anon_sym_AT_LBRACK] = ACTIONS(3041), - [sym___double_quote] = ACTIONS(3041), - [sym___single_quote] = ACTIONS(3041), - [sym___c_double_quote] = ACTIONS(3041), - [sym___c_single_quote] = ACTIONS(3041), - [sym___r_double_quote] = ACTIONS(3041), - [sym___r_single_quote] = ACTIONS(3041), - }, - [1438] = { - [ts_builtin_sym_end] = ACTIONS(2925), - [sym_identifier] = ACTIONS(2927), - [anon_sym_LF] = ACTIONS(2927), - [anon_sym_CR] = ACTIONS(2927), - [anon_sym_CR_LF] = ACTIONS(2927), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2927), - [anon_sym_LBRACE] = ACTIONS(2927), - [anon_sym_const] = ACTIONS(2927), - [anon_sym_LPAREN] = ACTIONS(2927), - [anon_sym___global] = ACTIONS(2927), - [anon_sym_type] = ACTIONS(2927), - [anon_sym_PIPE] = ACTIONS(2927), - [anon_sym_fn] = ACTIONS(2927), - [anon_sym_PLUS] = ACTIONS(2927), - [anon_sym_DASH] = ACTIONS(2927), - [anon_sym_STAR] = ACTIONS(2927), - [anon_sym_struct] = ACTIONS(2927), - [anon_sym_union] = ACTIONS(2927), - [anon_sym_pub] = ACTIONS(2927), - [anon_sym_mut] = ACTIONS(2927), - [anon_sym_enum] = ACTIONS(2927), - [anon_sym_interface] = ACTIONS(2927), - [anon_sym_QMARK] = ACTIONS(2927), - [anon_sym_BANG] = ACTIONS(2927), - [anon_sym_go] = ACTIONS(2927), - [anon_sym_spawn] = ACTIONS(2927), - [anon_sym_json_DOTdecode] = ACTIONS(2927), - [anon_sym_LBRACK2] = ACTIONS(2927), - [anon_sym_TILDE] = ACTIONS(2927), - [anon_sym_CARET] = ACTIONS(2927), - [anon_sym_AMP] = ACTIONS(2927), - [anon_sym_LT_DASH] = ACTIONS(2927), - [sym_none] = ACTIONS(2927), - [sym_true] = ACTIONS(2927), - [sym_false] = ACTIONS(2927), - [sym_nil] = ACTIONS(2927), - [anon_sym_if] = ACTIONS(2927), - [anon_sym_DOLLARif] = ACTIONS(2927), - [anon_sym_match] = ACTIONS(2927), - [anon_sym_select] = ACTIONS(2927), - [anon_sym_lock] = ACTIONS(2927), - [anon_sym_rlock] = ACTIONS(2927), - [anon_sym_unsafe] = ACTIONS(2927), - [anon_sym_sql] = ACTIONS(2927), - [sym_int_literal] = ACTIONS(2927), - [sym_float_literal] = ACTIONS(2927), - [sym_rune_literal] = ACTIONS(2927), - [anon_sym_AT] = ACTIONS(2927), - [anon_sym_shared] = ACTIONS(2927), - [anon_sym_map_LBRACK] = ACTIONS(2927), - [anon_sym_chan] = ACTIONS(2927), - [anon_sym_thread] = ACTIONS(2927), - [anon_sym_atomic] = ACTIONS(2927), - [anon_sym_assert] = ACTIONS(2927), - [anon_sym_defer] = ACTIONS(2927), - [anon_sym_goto] = ACTIONS(2927), - [anon_sym_break] = ACTIONS(2927), - [anon_sym_continue] = ACTIONS(2927), - [anon_sym_return] = ACTIONS(2927), - [anon_sym_DOLLARfor] = ACTIONS(2927), - [anon_sym_for] = ACTIONS(2927), - [anon_sym_POUND] = ACTIONS(2927), - [anon_sym_asm] = ACTIONS(2927), - [anon_sym_AT_LBRACK] = ACTIONS(2927), - [sym___double_quote] = ACTIONS(2927), - [sym___single_quote] = ACTIONS(2927), - [sym___c_double_quote] = ACTIONS(2927), - [sym___c_single_quote] = ACTIONS(2927), - [sym___r_double_quote] = ACTIONS(2927), - [sym___r_single_quote] = ACTIONS(2927), - }, - [1439] = { - [ts_builtin_sym_end] = ACTIONS(3119), - [sym_identifier] = ACTIONS(3121), - [anon_sym_LF] = ACTIONS(3121), - [anon_sym_CR] = ACTIONS(3121), - [anon_sym_CR_LF] = ACTIONS(3121), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3121), - [anon_sym_LBRACE] = ACTIONS(3121), - [anon_sym_const] = ACTIONS(3121), - [anon_sym_LPAREN] = ACTIONS(3121), - [anon_sym___global] = ACTIONS(3121), - [anon_sym_type] = ACTIONS(3121), - [anon_sym_PIPE] = ACTIONS(3121), - [anon_sym_fn] = ACTIONS(3121), - [anon_sym_PLUS] = ACTIONS(3121), - [anon_sym_DASH] = ACTIONS(3121), - [anon_sym_STAR] = ACTIONS(3121), - [anon_sym_struct] = ACTIONS(3121), - [anon_sym_union] = ACTIONS(3121), - [anon_sym_pub] = ACTIONS(3121), - [anon_sym_mut] = ACTIONS(3121), - [anon_sym_enum] = ACTIONS(3121), - [anon_sym_interface] = ACTIONS(3121), - [anon_sym_QMARK] = ACTIONS(3121), - [anon_sym_BANG] = ACTIONS(3121), - [anon_sym_go] = ACTIONS(3121), - [anon_sym_spawn] = ACTIONS(3121), - [anon_sym_json_DOTdecode] = ACTIONS(3121), - [anon_sym_LBRACK2] = ACTIONS(3121), - [anon_sym_TILDE] = ACTIONS(3121), - [anon_sym_CARET] = ACTIONS(3121), - [anon_sym_AMP] = ACTIONS(3121), - [anon_sym_LT_DASH] = ACTIONS(3121), - [sym_none] = ACTIONS(3121), - [sym_true] = ACTIONS(3121), - [sym_false] = ACTIONS(3121), - [sym_nil] = ACTIONS(3121), - [anon_sym_if] = ACTIONS(3121), - [anon_sym_DOLLARif] = ACTIONS(3121), - [anon_sym_match] = ACTIONS(3121), - [anon_sym_select] = ACTIONS(3121), - [anon_sym_lock] = ACTIONS(3121), - [anon_sym_rlock] = ACTIONS(3121), - [anon_sym_unsafe] = ACTIONS(3121), - [anon_sym_sql] = ACTIONS(3121), - [sym_int_literal] = ACTIONS(3121), - [sym_float_literal] = ACTIONS(3121), - [sym_rune_literal] = ACTIONS(3121), - [anon_sym_AT] = ACTIONS(3121), - [anon_sym_shared] = ACTIONS(3121), - [anon_sym_map_LBRACK] = ACTIONS(3121), - [anon_sym_chan] = ACTIONS(3121), - [anon_sym_thread] = ACTIONS(3121), - [anon_sym_atomic] = ACTIONS(3121), - [anon_sym_assert] = ACTIONS(3121), - [anon_sym_defer] = ACTIONS(3121), - [anon_sym_goto] = ACTIONS(3121), - [anon_sym_break] = ACTIONS(3121), - [anon_sym_continue] = ACTIONS(3121), - [anon_sym_return] = ACTIONS(3121), - [anon_sym_DOLLARfor] = ACTIONS(3121), - [anon_sym_for] = ACTIONS(3121), - [anon_sym_POUND] = ACTIONS(3121), - [anon_sym_asm] = ACTIONS(3121), - [anon_sym_AT_LBRACK] = ACTIONS(3121), - [sym___double_quote] = ACTIONS(3121), - [sym___single_quote] = ACTIONS(3121), - [sym___c_double_quote] = ACTIONS(3121), - [sym___c_single_quote] = ACTIONS(3121), - [sym___r_double_quote] = ACTIONS(3121), - [sym___r_single_quote] = ACTIONS(3121), - }, - [1440] = { - [sym_block] = STATE(1506), - [ts_builtin_sym_end] = ACTIONS(3809), - [sym_identifier] = ACTIONS(3811), - [anon_sym_LF] = ACTIONS(3811), - [anon_sym_CR] = ACTIONS(3811), - [anon_sym_CR_LF] = ACTIONS(3811), + [1431] = { + [ts_builtin_sym_end] = ACTIONS(3021), + [sym_identifier] = ACTIONS(3023), + [anon_sym_LF] = ACTIONS(3023), + [anon_sym_CR] = ACTIONS(3023), + [anon_sym_CR_LF] = ACTIONS(3023), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3811), - [anon_sym_LBRACE] = ACTIONS(3799), - [anon_sym_const] = ACTIONS(3811), - [anon_sym_LPAREN] = ACTIONS(3811), - [anon_sym___global] = ACTIONS(3811), - [anon_sym_type] = ACTIONS(3811), - [anon_sym_fn] = ACTIONS(3811), - [anon_sym_PLUS] = ACTIONS(3811), - [anon_sym_DASH] = ACTIONS(3811), - [anon_sym_STAR] = ACTIONS(3811), - [anon_sym_struct] = ACTIONS(3811), - [anon_sym_union] = ACTIONS(3811), - [anon_sym_pub] = ACTIONS(3811), - [anon_sym_mut] = ACTIONS(3811), - [anon_sym_enum] = ACTIONS(3811), - [anon_sym_interface] = ACTIONS(3811), - [anon_sym_QMARK] = ACTIONS(3811), - [anon_sym_BANG] = ACTIONS(3811), - [anon_sym_go] = ACTIONS(3811), - [anon_sym_spawn] = ACTIONS(3811), - [anon_sym_json_DOTdecode] = ACTIONS(3811), - [anon_sym_LBRACK2] = ACTIONS(3811), - [anon_sym_TILDE] = ACTIONS(3811), - [anon_sym_CARET] = ACTIONS(3811), - [anon_sym_AMP] = ACTIONS(3811), - [anon_sym_LT_DASH] = ACTIONS(3811), - [sym_none] = ACTIONS(3811), - [sym_true] = ACTIONS(3811), - [sym_false] = ACTIONS(3811), - [sym_nil] = ACTIONS(3811), - [anon_sym_if] = ACTIONS(3811), - [anon_sym_DOLLARif] = ACTIONS(3811), - [anon_sym_match] = ACTIONS(3811), - [anon_sym_select] = ACTIONS(3811), - [anon_sym_lock] = ACTIONS(3811), - [anon_sym_rlock] = ACTIONS(3811), - [anon_sym_unsafe] = ACTIONS(3811), - [anon_sym_sql] = ACTIONS(3811), - [sym_int_literal] = ACTIONS(3811), - [sym_float_literal] = ACTIONS(3811), - [sym_rune_literal] = ACTIONS(3811), - [anon_sym_AT] = ACTIONS(3811), - [anon_sym_shared] = ACTIONS(3811), - [anon_sym_map_LBRACK] = ACTIONS(3811), - [anon_sym_chan] = ACTIONS(3811), - [anon_sym_thread] = ACTIONS(3811), - [anon_sym_atomic] = ACTIONS(3811), - [anon_sym_assert] = ACTIONS(3811), - [anon_sym_defer] = ACTIONS(3811), - [anon_sym_goto] = ACTIONS(3811), - [anon_sym_break] = ACTIONS(3811), - [anon_sym_continue] = ACTIONS(3811), - [anon_sym_return] = ACTIONS(3811), - [anon_sym_DOLLARfor] = ACTIONS(3811), - [anon_sym_for] = ACTIONS(3811), - [anon_sym_POUND] = ACTIONS(3811), - [anon_sym_asm] = ACTIONS(3811), - [anon_sym_AT_LBRACK] = ACTIONS(3811), - [sym___double_quote] = ACTIONS(3811), - [sym___single_quote] = ACTIONS(3811), - [sym___c_double_quote] = ACTIONS(3811), - [sym___c_single_quote] = ACTIONS(3811), - [sym___r_double_quote] = ACTIONS(3811), - [sym___r_single_quote] = ACTIONS(3811), + [anon_sym_DOT] = ACTIONS(3023), + [anon_sym_LBRACE] = ACTIONS(3023), + [anon_sym_const] = ACTIONS(3023), + [anon_sym_LPAREN] = ACTIONS(3023), + [anon_sym___global] = ACTIONS(3023), + [anon_sym_type] = ACTIONS(3023), + [anon_sym_PIPE] = ACTIONS(3023), + [anon_sym_fn] = ACTIONS(3023), + [anon_sym_PLUS] = ACTIONS(3023), + [anon_sym_DASH] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(3023), + [anon_sym_struct] = ACTIONS(3023), + [anon_sym_union] = ACTIONS(3023), + [anon_sym_pub] = ACTIONS(3023), + [anon_sym_mut] = ACTIONS(3023), + [anon_sym_enum] = ACTIONS(3023), + [anon_sym_interface] = ACTIONS(3023), + [anon_sym_QMARK] = ACTIONS(3023), + [anon_sym_BANG] = ACTIONS(3023), + [anon_sym_go] = ACTIONS(3023), + [anon_sym_spawn] = ACTIONS(3023), + [anon_sym_json_DOTdecode] = ACTIONS(3023), + [anon_sym_LBRACK2] = ACTIONS(3023), + [anon_sym_TILDE] = ACTIONS(3023), + [anon_sym_CARET] = ACTIONS(3023), + [anon_sym_AMP] = ACTIONS(3023), + [anon_sym_LT_DASH] = ACTIONS(3023), + [sym_none] = ACTIONS(3023), + [sym_true] = ACTIONS(3023), + [sym_false] = ACTIONS(3023), + [sym_nil] = ACTIONS(3023), + [anon_sym_if] = ACTIONS(3023), + [anon_sym_DOLLARif] = ACTIONS(3023), + [anon_sym_match] = ACTIONS(3023), + [anon_sym_select] = ACTIONS(3023), + [anon_sym_lock] = ACTIONS(3023), + [anon_sym_rlock] = ACTIONS(3023), + [anon_sym_unsafe] = ACTIONS(3023), + [anon_sym_sql] = ACTIONS(3023), + [sym_int_literal] = ACTIONS(3023), + [sym_float_literal] = ACTIONS(3023), + [sym_rune_literal] = ACTIONS(3023), + [anon_sym_AT] = ACTIONS(3023), + [anon_sym_shared] = ACTIONS(3023), + [anon_sym_map_LBRACK] = ACTIONS(3023), + [anon_sym_chan] = ACTIONS(3023), + [anon_sym_thread] = ACTIONS(3023), + [anon_sym_atomic] = ACTIONS(3023), + [anon_sym_assert] = ACTIONS(3023), + [anon_sym_defer] = ACTIONS(3023), + [anon_sym_goto] = ACTIONS(3023), + [anon_sym_break] = ACTIONS(3023), + [anon_sym_continue] = ACTIONS(3023), + [anon_sym_return] = ACTIONS(3023), + [anon_sym_DOLLARfor] = ACTIONS(3023), + [anon_sym_for] = ACTIONS(3023), + [anon_sym_POUND] = ACTIONS(3023), + [anon_sym_asm] = ACTIONS(3023), + [anon_sym_AT_LBRACK] = ACTIONS(3023), + [sym___double_quote] = ACTIONS(3023), + [sym___single_quote] = ACTIONS(3023), + [sym___c_double_quote] = ACTIONS(3023), + [sym___c_single_quote] = ACTIONS(3023), + [sym___r_double_quote] = ACTIONS(3023), + [sym___r_single_quote] = ACTIONS(3023), }, - [1441] = { - [sym_block] = STATE(1494), - [ts_builtin_sym_end] = ACTIONS(3813), - [sym_identifier] = ACTIONS(3815), + [1432] = { + [sym_label_reference] = STATE(1536), + [ts_builtin_sym_end] = ACTIONS(3811), + [sym_identifier] = ACTIONS(3813), [anon_sym_LF] = ACTIONS(3815), [anon_sym_CR] = ACTIONS(3815), [anon_sym_CR_LF] = ACTIONS(3815), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(3815), - [anon_sym_LBRACE] = ACTIONS(3799), + [anon_sym_LBRACE] = ACTIONS(3815), [anon_sym_const] = ACTIONS(3815), [anon_sym_LPAREN] = ACTIONS(3815), [anon_sym___global] = ACTIONS(3815), @@ -178028,227 +178144,884 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3815), [sym___r_single_quote] = ACTIONS(3815), }, + [1433] = { + [sym_label_reference] = STATE(1539), + [ts_builtin_sym_end] = ACTIONS(3817), + [sym_identifier] = ACTIONS(3813), + [anon_sym_LF] = ACTIONS(3819), + [anon_sym_CR] = ACTIONS(3819), + [anon_sym_CR_LF] = ACTIONS(3819), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3819), + [anon_sym_LBRACE] = ACTIONS(3819), + [anon_sym_const] = ACTIONS(3819), + [anon_sym_LPAREN] = ACTIONS(3819), + [anon_sym___global] = ACTIONS(3819), + [anon_sym_type] = ACTIONS(3819), + [anon_sym_fn] = ACTIONS(3819), + [anon_sym_PLUS] = ACTIONS(3819), + [anon_sym_DASH] = ACTIONS(3819), + [anon_sym_STAR] = ACTIONS(3819), + [anon_sym_struct] = ACTIONS(3819), + [anon_sym_union] = ACTIONS(3819), + [anon_sym_pub] = ACTIONS(3819), + [anon_sym_mut] = ACTIONS(3819), + [anon_sym_enum] = ACTIONS(3819), + [anon_sym_interface] = ACTIONS(3819), + [anon_sym_QMARK] = ACTIONS(3819), + [anon_sym_BANG] = ACTIONS(3819), + [anon_sym_go] = ACTIONS(3819), + [anon_sym_spawn] = ACTIONS(3819), + [anon_sym_json_DOTdecode] = ACTIONS(3819), + [anon_sym_LBRACK2] = ACTIONS(3819), + [anon_sym_TILDE] = ACTIONS(3819), + [anon_sym_CARET] = ACTIONS(3819), + [anon_sym_AMP] = ACTIONS(3819), + [anon_sym_LT_DASH] = ACTIONS(3819), + [sym_none] = ACTIONS(3819), + [sym_true] = ACTIONS(3819), + [sym_false] = ACTIONS(3819), + [sym_nil] = ACTIONS(3819), + [anon_sym_if] = ACTIONS(3819), + [anon_sym_DOLLARif] = ACTIONS(3819), + [anon_sym_match] = ACTIONS(3819), + [anon_sym_select] = ACTIONS(3819), + [anon_sym_lock] = ACTIONS(3819), + [anon_sym_rlock] = ACTIONS(3819), + [anon_sym_unsafe] = ACTIONS(3819), + [anon_sym_sql] = ACTIONS(3819), + [sym_int_literal] = ACTIONS(3819), + [sym_float_literal] = ACTIONS(3819), + [sym_rune_literal] = ACTIONS(3819), + [anon_sym_AT] = ACTIONS(3819), + [anon_sym_shared] = ACTIONS(3819), + [anon_sym_map_LBRACK] = ACTIONS(3819), + [anon_sym_chan] = ACTIONS(3819), + [anon_sym_thread] = ACTIONS(3819), + [anon_sym_atomic] = ACTIONS(3819), + [anon_sym_assert] = ACTIONS(3819), + [anon_sym_defer] = ACTIONS(3819), + [anon_sym_goto] = ACTIONS(3819), + [anon_sym_break] = ACTIONS(3819), + [anon_sym_continue] = ACTIONS(3819), + [anon_sym_return] = ACTIONS(3819), + [anon_sym_DOLLARfor] = ACTIONS(3819), + [anon_sym_for] = ACTIONS(3819), + [anon_sym_POUND] = ACTIONS(3819), + [anon_sym_asm] = ACTIONS(3819), + [anon_sym_AT_LBRACK] = ACTIONS(3819), + [sym___double_quote] = ACTIONS(3819), + [sym___single_quote] = ACTIONS(3819), + [sym___c_double_quote] = ACTIONS(3819), + [sym___c_single_quote] = ACTIONS(3819), + [sym___r_double_quote] = ACTIONS(3819), + [sym___r_single_quote] = ACTIONS(3819), + }, + [1434] = { + [ts_builtin_sym_end] = ACTIONS(3307), + [sym_identifier] = ACTIONS(1640), + [anon_sym_LF] = ACTIONS(1640), + [anon_sym_CR] = ACTIONS(1640), + [anon_sym_CR_LF] = ACTIONS(1640), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1640), + [anon_sym_LBRACE] = ACTIONS(1640), + [anon_sym_COMMA] = ACTIONS(1640), + [anon_sym_const] = ACTIONS(1640), + [anon_sym_LPAREN] = ACTIONS(1640), + [anon_sym___global] = ACTIONS(1640), + [anon_sym_type] = ACTIONS(1640), + [anon_sym_fn] = ACTIONS(1640), + [anon_sym_PLUS] = ACTIONS(1640), + [anon_sym_DASH] = ACTIONS(1640), + [anon_sym_STAR] = ACTIONS(1640), + [anon_sym_struct] = ACTIONS(1640), + [anon_sym_union] = ACTIONS(1640), + [anon_sym_pub] = ACTIONS(1640), + [anon_sym_mut] = ACTIONS(1640), + [anon_sym_enum] = ACTIONS(1640), + [anon_sym_interface] = ACTIONS(1640), + [anon_sym_QMARK] = ACTIONS(1640), + [anon_sym_BANG] = ACTIONS(1640), + [anon_sym_go] = ACTIONS(1640), + [anon_sym_spawn] = ACTIONS(1640), + [anon_sym_json_DOTdecode] = ACTIONS(1640), + [anon_sym_LBRACK2] = ACTIONS(1640), + [anon_sym_TILDE] = ACTIONS(1640), + [anon_sym_CARET] = ACTIONS(1640), + [anon_sym_AMP] = ACTIONS(1640), + [anon_sym_LT_DASH] = ACTIONS(1640), + [sym_none] = ACTIONS(1640), + [sym_true] = ACTIONS(1640), + [sym_false] = ACTIONS(1640), + [sym_nil] = ACTIONS(1640), + [anon_sym_if] = ACTIONS(1640), + [anon_sym_DOLLARif] = ACTIONS(1640), + [anon_sym_match] = ACTIONS(1640), + [anon_sym_select] = ACTIONS(1640), + [anon_sym_lock] = ACTIONS(1640), + [anon_sym_rlock] = ACTIONS(1640), + [anon_sym_unsafe] = ACTIONS(1640), + [anon_sym_sql] = ACTIONS(1640), + [sym_int_literal] = ACTIONS(1640), + [sym_float_literal] = ACTIONS(1640), + [sym_rune_literal] = ACTIONS(1640), + [anon_sym_AT] = ACTIONS(1640), + [anon_sym_shared] = ACTIONS(1640), + [anon_sym_map_LBRACK] = ACTIONS(1640), + [anon_sym_chan] = ACTIONS(1640), + [anon_sym_thread] = ACTIONS(1640), + [anon_sym_atomic] = ACTIONS(1640), + [anon_sym_assert] = ACTIONS(1640), + [anon_sym_defer] = ACTIONS(1640), + [anon_sym_goto] = ACTIONS(1640), + [anon_sym_break] = ACTIONS(1640), + [anon_sym_continue] = ACTIONS(1640), + [anon_sym_return] = ACTIONS(1640), + [anon_sym_DOLLARfor] = ACTIONS(1640), + [anon_sym_for] = ACTIONS(1640), + [anon_sym_POUND] = ACTIONS(1640), + [anon_sym_asm] = ACTIONS(1640), + [anon_sym_AT_LBRACK] = ACTIONS(1640), + [sym___double_quote] = ACTIONS(1640), + [sym___single_quote] = ACTIONS(1640), + [sym___c_double_quote] = ACTIONS(1640), + [sym___c_single_quote] = ACTIONS(1640), + [sym___r_double_quote] = ACTIONS(1640), + [sym___r_single_quote] = ACTIONS(1640), + }, + [1435] = { + [ts_builtin_sym_end] = ACTIONS(3121), + [sym_identifier] = ACTIONS(3123), + [anon_sym_LF] = ACTIONS(3123), + [anon_sym_CR] = ACTIONS(3123), + [anon_sym_CR_LF] = ACTIONS(3123), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3123), + [anon_sym_LBRACE] = ACTIONS(3123), + [anon_sym_const] = ACTIONS(3123), + [anon_sym_LPAREN] = ACTIONS(3123), + [anon_sym___global] = ACTIONS(3123), + [anon_sym_type] = ACTIONS(3123), + [anon_sym_PIPE] = ACTIONS(3123), + [anon_sym_fn] = ACTIONS(3123), + [anon_sym_PLUS] = ACTIONS(3123), + [anon_sym_DASH] = ACTIONS(3123), + [anon_sym_STAR] = ACTIONS(3123), + [anon_sym_struct] = ACTIONS(3123), + [anon_sym_union] = ACTIONS(3123), + [anon_sym_pub] = ACTIONS(3123), + [anon_sym_mut] = ACTIONS(3123), + [anon_sym_enum] = ACTIONS(3123), + [anon_sym_interface] = ACTIONS(3123), + [anon_sym_QMARK] = ACTIONS(3123), + [anon_sym_BANG] = ACTIONS(3123), + [anon_sym_go] = ACTIONS(3123), + [anon_sym_spawn] = ACTIONS(3123), + [anon_sym_json_DOTdecode] = ACTIONS(3123), + [anon_sym_LBRACK2] = ACTIONS(3123), + [anon_sym_TILDE] = ACTIONS(3123), + [anon_sym_CARET] = ACTIONS(3123), + [anon_sym_AMP] = ACTIONS(3123), + [anon_sym_LT_DASH] = ACTIONS(3123), + [sym_none] = ACTIONS(3123), + [sym_true] = ACTIONS(3123), + [sym_false] = ACTIONS(3123), + [sym_nil] = ACTIONS(3123), + [anon_sym_if] = ACTIONS(3123), + [anon_sym_DOLLARif] = ACTIONS(3123), + [anon_sym_match] = ACTIONS(3123), + [anon_sym_select] = ACTIONS(3123), + [anon_sym_lock] = ACTIONS(3123), + [anon_sym_rlock] = ACTIONS(3123), + [anon_sym_unsafe] = ACTIONS(3123), + [anon_sym_sql] = ACTIONS(3123), + [sym_int_literal] = ACTIONS(3123), + [sym_float_literal] = ACTIONS(3123), + [sym_rune_literal] = ACTIONS(3123), + [anon_sym_AT] = ACTIONS(3123), + [anon_sym_shared] = ACTIONS(3123), + [anon_sym_map_LBRACK] = ACTIONS(3123), + [anon_sym_chan] = ACTIONS(3123), + [anon_sym_thread] = ACTIONS(3123), + [anon_sym_atomic] = ACTIONS(3123), + [anon_sym_assert] = ACTIONS(3123), + [anon_sym_defer] = ACTIONS(3123), + [anon_sym_goto] = ACTIONS(3123), + [anon_sym_break] = ACTIONS(3123), + [anon_sym_continue] = ACTIONS(3123), + [anon_sym_return] = ACTIONS(3123), + [anon_sym_DOLLARfor] = ACTIONS(3123), + [anon_sym_for] = ACTIONS(3123), + [anon_sym_POUND] = ACTIONS(3123), + [anon_sym_asm] = ACTIONS(3123), + [anon_sym_AT_LBRACK] = ACTIONS(3123), + [sym___double_quote] = ACTIONS(3123), + [sym___single_quote] = ACTIONS(3123), + [sym___c_double_quote] = ACTIONS(3123), + [sym___c_single_quote] = ACTIONS(3123), + [sym___r_double_quote] = ACTIONS(3123), + [sym___r_single_quote] = ACTIONS(3123), + }, + [1436] = { + [ts_builtin_sym_end] = ACTIONS(3117), + [sym_identifier] = ACTIONS(3119), + [anon_sym_LF] = ACTIONS(3119), + [anon_sym_CR] = ACTIONS(3119), + [anon_sym_CR_LF] = ACTIONS(3119), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3119), + [anon_sym_LBRACE] = ACTIONS(3119), + [anon_sym_const] = ACTIONS(3119), + [anon_sym_LPAREN] = ACTIONS(3119), + [anon_sym___global] = ACTIONS(3119), + [anon_sym_type] = ACTIONS(3119), + [anon_sym_PIPE] = ACTIONS(3119), + [anon_sym_fn] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3119), + [anon_sym_struct] = ACTIONS(3119), + [anon_sym_union] = ACTIONS(3119), + [anon_sym_pub] = ACTIONS(3119), + [anon_sym_mut] = ACTIONS(3119), + [anon_sym_enum] = ACTIONS(3119), + [anon_sym_interface] = ACTIONS(3119), + [anon_sym_QMARK] = ACTIONS(3119), + [anon_sym_BANG] = ACTIONS(3119), + [anon_sym_go] = ACTIONS(3119), + [anon_sym_spawn] = ACTIONS(3119), + [anon_sym_json_DOTdecode] = ACTIONS(3119), + [anon_sym_LBRACK2] = ACTIONS(3119), + [anon_sym_TILDE] = ACTIONS(3119), + [anon_sym_CARET] = ACTIONS(3119), + [anon_sym_AMP] = ACTIONS(3119), + [anon_sym_LT_DASH] = ACTIONS(3119), + [sym_none] = ACTIONS(3119), + [sym_true] = ACTIONS(3119), + [sym_false] = ACTIONS(3119), + [sym_nil] = ACTIONS(3119), + [anon_sym_if] = ACTIONS(3119), + [anon_sym_DOLLARif] = ACTIONS(3119), + [anon_sym_match] = ACTIONS(3119), + [anon_sym_select] = ACTIONS(3119), + [anon_sym_lock] = ACTIONS(3119), + [anon_sym_rlock] = ACTIONS(3119), + [anon_sym_unsafe] = ACTIONS(3119), + [anon_sym_sql] = ACTIONS(3119), + [sym_int_literal] = ACTIONS(3119), + [sym_float_literal] = ACTIONS(3119), + [sym_rune_literal] = ACTIONS(3119), + [anon_sym_AT] = ACTIONS(3119), + [anon_sym_shared] = ACTIONS(3119), + [anon_sym_map_LBRACK] = ACTIONS(3119), + [anon_sym_chan] = ACTIONS(3119), + [anon_sym_thread] = ACTIONS(3119), + [anon_sym_atomic] = ACTIONS(3119), + [anon_sym_assert] = ACTIONS(3119), + [anon_sym_defer] = ACTIONS(3119), + [anon_sym_goto] = ACTIONS(3119), + [anon_sym_break] = ACTIONS(3119), + [anon_sym_continue] = ACTIONS(3119), + [anon_sym_return] = ACTIONS(3119), + [anon_sym_DOLLARfor] = ACTIONS(3119), + [anon_sym_for] = ACTIONS(3119), + [anon_sym_POUND] = ACTIONS(3119), + [anon_sym_asm] = ACTIONS(3119), + [anon_sym_AT_LBRACK] = ACTIONS(3119), + [sym___double_quote] = ACTIONS(3119), + [sym___single_quote] = ACTIONS(3119), + [sym___c_double_quote] = ACTIONS(3119), + [sym___c_single_quote] = ACTIONS(3119), + [sym___r_double_quote] = ACTIONS(3119), + [sym___r_single_quote] = ACTIONS(3119), + }, + [1437] = { + [ts_builtin_sym_end] = ACTIONS(2849), + [sym_identifier] = ACTIONS(2851), + [anon_sym_LF] = ACTIONS(2851), + [anon_sym_CR] = ACTIONS(2851), + [anon_sym_CR_LF] = ACTIONS(2851), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2851), + [anon_sym_LBRACE] = ACTIONS(2851), + [anon_sym_const] = ACTIONS(2851), + [anon_sym_LPAREN] = ACTIONS(2851), + [anon_sym___global] = ACTIONS(2851), + [anon_sym_type] = ACTIONS(2851), + [anon_sym_PIPE] = ACTIONS(2851), + [anon_sym_fn] = ACTIONS(2851), + [anon_sym_PLUS] = ACTIONS(2851), + [anon_sym_DASH] = ACTIONS(2851), + [anon_sym_STAR] = ACTIONS(2851), + [anon_sym_struct] = ACTIONS(2851), + [anon_sym_union] = ACTIONS(2851), + [anon_sym_pub] = ACTIONS(2851), + [anon_sym_mut] = ACTIONS(2851), + [anon_sym_enum] = ACTIONS(2851), + [anon_sym_interface] = ACTIONS(2851), + [anon_sym_QMARK] = ACTIONS(2851), + [anon_sym_BANG] = ACTIONS(2851), + [anon_sym_go] = ACTIONS(2851), + [anon_sym_spawn] = ACTIONS(2851), + [anon_sym_json_DOTdecode] = ACTIONS(2851), + [anon_sym_LBRACK2] = ACTIONS(2851), + [anon_sym_TILDE] = ACTIONS(2851), + [anon_sym_CARET] = ACTIONS(2851), + [anon_sym_AMP] = ACTIONS(2851), + [anon_sym_LT_DASH] = ACTIONS(2851), + [sym_none] = ACTIONS(2851), + [sym_true] = ACTIONS(2851), + [sym_false] = ACTIONS(2851), + [sym_nil] = ACTIONS(2851), + [anon_sym_if] = ACTIONS(2851), + [anon_sym_DOLLARif] = ACTIONS(2851), + [anon_sym_match] = ACTIONS(2851), + [anon_sym_select] = ACTIONS(2851), + [anon_sym_lock] = ACTIONS(2851), + [anon_sym_rlock] = ACTIONS(2851), + [anon_sym_unsafe] = ACTIONS(2851), + [anon_sym_sql] = ACTIONS(2851), + [sym_int_literal] = ACTIONS(2851), + [sym_float_literal] = ACTIONS(2851), + [sym_rune_literal] = ACTIONS(2851), + [anon_sym_AT] = ACTIONS(2851), + [anon_sym_shared] = ACTIONS(2851), + [anon_sym_map_LBRACK] = ACTIONS(2851), + [anon_sym_chan] = ACTIONS(2851), + [anon_sym_thread] = ACTIONS(2851), + [anon_sym_atomic] = ACTIONS(2851), + [anon_sym_assert] = ACTIONS(2851), + [anon_sym_defer] = ACTIONS(2851), + [anon_sym_goto] = ACTIONS(2851), + [anon_sym_break] = ACTIONS(2851), + [anon_sym_continue] = ACTIONS(2851), + [anon_sym_return] = ACTIONS(2851), + [anon_sym_DOLLARfor] = ACTIONS(2851), + [anon_sym_for] = ACTIONS(2851), + [anon_sym_POUND] = ACTIONS(2851), + [anon_sym_asm] = ACTIONS(2851), + [anon_sym_AT_LBRACK] = ACTIONS(2851), + [sym___double_quote] = ACTIONS(2851), + [sym___single_quote] = ACTIONS(2851), + [sym___c_double_quote] = ACTIONS(2851), + [sym___c_single_quote] = ACTIONS(2851), + [sym___r_double_quote] = ACTIONS(2851), + [sym___r_single_quote] = ACTIONS(2851), + }, + [1438] = { + [ts_builtin_sym_end] = ACTIONS(3113), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LF] = ACTIONS(3115), + [anon_sym_CR] = ACTIONS(3115), + [anon_sym_CR_LF] = ACTIONS(3115), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3115), + [anon_sym_LBRACE] = ACTIONS(3115), + [anon_sym_const] = ACTIONS(3115), + [anon_sym_LPAREN] = ACTIONS(3115), + [anon_sym___global] = ACTIONS(3115), + [anon_sym_type] = ACTIONS(3115), + [anon_sym_PIPE] = ACTIONS(3115), + [anon_sym_fn] = ACTIONS(3115), + [anon_sym_PLUS] = ACTIONS(3115), + [anon_sym_DASH] = ACTIONS(3115), + [anon_sym_STAR] = ACTIONS(3115), + [anon_sym_struct] = ACTIONS(3115), + [anon_sym_union] = ACTIONS(3115), + [anon_sym_pub] = ACTIONS(3115), + [anon_sym_mut] = ACTIONS(3115), + [anon_sym_enum] = ACTIONS(3115), + [anon_sym_interface] = ACTIONS(3115), + [anon_sym_QMARK] = ACTIONS(3115), + [anon_sym_BANG] = ACTIONS(3115), + [anon_sym_go] = ACTIONS(3115), + [anon_sym_spawn] = ACTIONS(3115), + [anon_sym_json_DOTdecode] = ACTIONS(3115), + [anon_sym_LBRACK2] = ACTIONS(3115), + [anon_sym_TILDE] = ACTIONS(3115), + [anon_sym_CARET] = ACTIONS(3115), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT_DASH] = ACTIONS(3115), + [sym_none] = ACTIONS(3115), + [sym_true] = ACTIONS(3115), + [sym_false] = ACTIONS(3115), + [sym_nil] = ACTIONS(3115), + [anon_sym_if] = ACTIONS(3115), + [anon_sym_DOLLARif] = ACTIONS(3115), + [anon_sym_match] = ACTIONS(3115), + [anon_sym_select] = ACTIONS(3115), + [anon_sym_lock] = ACTIONS(3115), + [anon_sym_rlock] = ACTIONS(3115), + [anon_sym_unsafe] = ACTIONS(3115), + [anon_sym_sql] = ACTIONS(3115), + [sym_int_literal] = ACTIONS(3115), + [sym_float_literal] = ACTIONS(3115), + [sym_rune_literal] = ACTIONS(3115), + [anon_sym_AT] = ACTIONS(3115), + [anon_sym_shared] = ACTIONS(3115), + [anon_sym_map_LBRACK] = ACTIONS(3115), + [anon_sym_chan] = ACTIONS(3115), + [anon_sym_thread] = ACTIONS(3115), + [anon_sym_atomic] = ACTIONS(3115), + [anon_sym_assert] = ACTIONS(3115), + [anon_sym_defer] = ACTIONS(3115), + [anon_sym_goto] = ACTIONS(3115), + [anon_sym_break] = ACTIONS(3115), + [anon_sym_continue] = ACTIONS(3115), + [anon_sym_return] = ACTIONS(3115), + [anon_sym_DOLLARfor] = ACTIONS(3115), + [anon_sym_for] = ACTIONS(3115), + [anon_sym_POUND] = ACTIONS(3115), + [anon_sym_asm] = ACTIONS(3115), + [anon_sym_AT_LBRACK] = ACTIONS(3115), + [sym___double_quote] = ACTIONS(3115), + [sym___single_quote] = ACTIONS(3115), + [sym___c_double_quote] = ACTIONS(3115), + [sym___c_single_quote] = ACTIONS(3115), + [sym___r_double_quote] = ACTIONS(3115), + [sym___r_single_quote] = ACTIONS(3115), + }, + [1439] = { + [ts_builtin_sym_end] = ACTIONS(3105), + [sym_identifier] = ACTIONS(3107), + [anon_sym_LF] = ACTIONS(3107), + [anon_sym_CR] = ACTIONS(3107), + [anon_sym_CR_LF] = ACTIONS(3107), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3107), + [anon_sym_LBRACE] = ACTIONS(3107), + [anon_sym_const] = ACTIONS(3107), + [anon_sym_LPAREN] = ACTIONS(3107), + [anon_sym___global] = ACTIONS(3107), + [anon_sym_type] = ACTIONS(3107), + [anon_sym_PIPE] = ACTIONS(3107), + [anon_sym_fn] = ACTIONS(3107), + [anon_sym_PLUS] = ACTIONS(3107), + [anon_sym_DASH] = ACTIONS(3107), + [anon_sym_STAR] = ACTIONS(3107), + [anon_sym_struct] = ACTIONS(3107), + [anon_sym_union] = ACTIONS(3107), + [anon_sym_pub] = ACTIONS(3107), + [anon_sym_mut] = ACTIONS(3107), + [anon_sym_enum] = ACTIONS(3107), + [anon_sym_interface] = ACTIONS(3107), + [anon_sym_QMARK] = ACTIONS(3107), + [anon_sym_BANG] = ACTIONS(3107), + [anon_sym_go] = ACTIONS(3107), + [anon_sym_spawn] = ACTIONS(3107), + [anon_sym_json_DOTdecode] = ACTIONS(3107), + [anon_sym_LBRACK2] = ACTIONS(3107), + [anon_sym_TILDE] = ACTIONS(3107), + [anon_sym_CARET] = ACTIONS(3107), + [anon_sym_AMP] = ACTIONS(3107), + [anon_sym_LT_DASH] = ACTIONS(3107), + [sym_none] = ACTIONS(3107), + [sym_true] = ACTIONS(3107), + [sym_false] = ACTIONS(3107), + [sym_nil] = ACTIONS(3107), + [anon_sym_if] = ACTIONS(3107), + [anon_sym_DOLLARif] = ACTIONS(3107), + [anon_sym_match] = ACTIONS(3107), + [anon_sym_select] = ACTIONS(3107), + [anon_sym_lock] = ACTIONS(3107), + [anon_sym_rlock] = ACTIONS(3107), + [anon_sym_unsafe] = ACTIONS(3107), + [anon_sym_sql] = ACTIONS(3107), + [sym_int_literal] = ACTIONS(3107), + [sym_float_literal] = ACTIONS(3107), + [sym_rune_literal] = ACTIONS(3107), + [anon_sym_AT] = ACTIONS(3107), + [anon_sym_shared] = ACTIONS(3107), + [anon_sym_map_LBRACK] = ACTIONS(3107), + [anon_sym_chan] = ACTIONS(3107), + [anon_sym_thread] = ACTIONS(3107), + [anon_sym_atomic] = ACTIONS(3107), + [anon_sym_assert] = ACTIONS(3107), + [anon_sym_defer] = ACTIONS(3107), + [anon_sym_goto] = ACTIONS(3107), + [anon_sym_break] = ACTIONS(3107), + [anon_sym_continue] = ACTIONS(3107), + [anon_sym_return] = ACTIONS(3107), + [anon_sym_DOLLARfor] = ACTIONS(3107), + [anon_sym_for] = ACTIONS(3107), + [anon_sym_POUND] = ACTIONS(3107), + [anon_sym_asm] = ACTIONS(3107), + [anon_sym_AT_LBRACK] = ACTIONS(3107), + [sym___double_quote] = ACTIONS(3107), + [sym___single_quote] = ACTIONS(3107), + [sym___c_double_quote] = ACTIONS(3107), + [sym___c_single_quote] = ACTIONS(3107), + [sym___r_double_quote] = ACTIONS(3107), + [sym___r_single_quote] = ACTIONS(3107), + }, + [1440] = { + [ts_builtin_sym_end] = ACTIONS(3181), + [sym_identifier] = ACTIONS(3183), + [anon_sym_LF] = ACTIONS(3183), + [anon_sym_CR] = ACTIONS(3183), + [anon_sym_CR_LF] = ACTIONS(3183), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3183), + [anon_sym_LBRACE] = ACTIONS(3183), + [anon_sym_const] = ACTIONS(3183), + [anon_sym_LPAREN] = ACTIONS(3183), + [anon_sym___global] = ACTIONS(3183), + [anon_sym_type] = ACTIONS(3183), + [anon_sym_PIPE] = ACTIONS(3183), + [anon_sym_fn] = ACTIONS(3183), + [anon_sym_PLUS] = ACTIONS(3183), + [anon_sym_DASH] = ACTIONS(3183), + [anon_sym_STAR] = ACTIONS(3183), + [anon_sym_struct] = ACTIONS(3183), + [anon_sym_union] = ACTIONS(3183), + [anon_sym_pub] = ACTIONS(3183), + [anon_sym_mut] = ACTIONS(3183), + [anon_sym_enum] = ACTIONS(3183), + [anon_sym_interface] = ACTIONS(3183), + [anon_sym_QMARK] = ACTIONS(3183), + [anon_sym_BANG] = ACTIONS(3183), + [anon_sym_go] = ACTIONS(3183), + [anon_sym_spawn] = ACTIONS(3183), + [anon_sym_json_DOTdecode] = ACTIONS(3183), + [anon_sym_LBRACK2] = ACTIONS(3183), + [anon_sym_TILDE] = ACTIONS(3183), + [anon_sym_CARET] = ACTIONS(3183), + [anon_sym_AMP] = ACTIONS(3183), + [anon_sym_LT_DASH] = ACTIONS(3183), + [sym_none] = ACTIONS(3183), + [sym_true] = ACTIONS(3183), + [sym_false] = ACTIONS(3183), + [sym_nil] = ACTIONS(3183), + [anon_sym_if] = ACTIONS(3183), + [anon_sym_DOLLARif] = ACTIONS(3183), + [anon_sym_match] = ACTIONS(3183), + [anon_sym_select] = ACTIONS(3183), + [anon_sym_lock] = ACTIONS(3183), + [anon_sym_rlock] = ACTIONS(3183), + [anon_sym_unsafe] = ACTIONS(3183), + [anon_sym_sql] = ACTIONS(3183), + [sym_int_literal] = ACTIONS(3183), + [sym_float_literal] = ACTIONS(3183), + [sym_rune_literal] = ACTIONS(3183), + [anon_sym_AT] = ACTIONS(3183), + [anon_sym_shared] = ACTIONS(3183), + [anon_sym_map_LBRACK] = ACTIONS(3183), + [anon_sym_chan] = ACTIONS(3183), + [anon_sym_thread] = ACTIONS(3183), + [anon_sym_atomic] = ACTIONS(3183), + [anon_sym_assert] = ACTIONS(3183), + [anon_sym_defer] = ACTIONS(3183), + [anon_sym_goto] = ACTIONS(3183), + [anon_sym_break] = ACTIONS(3183), + [anon_sym_continue] = ACTIONS(3183), + [anon_sym_return] = ACTIONS(3183), + [anon_sym_DOLLARfor] = ACTIONS(3183), + [anon_sym_for] = ACTIONS(3183), + [anon_sym_POUND] = ACTIONS(3183), + [anon_sym_asm] = ACTIONS(3183), + [anon_sym_AT_LBRACK] = ACTIONS(3183), + [sym___double_quote] = ACTIONS(3183), + [sym___single_quote] = ACTIONS(3183), + [sym___c_double_quote] = ACTIONS(3183), + [sym___c_single_quote] = ACTIONS(3183), + [sym___r_double_quote] = ACTIONS(3183), + [sym___r_single_quote] = ACTIONS(3183), + }, + [1441] = { + [ts_builtin_sym_end] = ACTIONS(2929), + [sym_identifier] = ACTIONS(2931), + [anon_sym_LF] = ACTIONS(2931), + [anon_sym_CR] = ACTIONS(2931), + [anon_sym_CR_LF] = ACTIONS(2931), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2931), + [anon_sym_LBRACE] = ACTIONS(2931), + [anon_sym_const] = ACTIONS(2931), + [anon_sym_LPAREN] = ACTIONS(2931), + [anon_sym___global] = ACTIONS(2931), + [anon_sym_type] = ACTIONS(2931), + [anon_sym_PIPE] = ACTIONS(2931), + [anon_sym_fn] = ACTIONS(2931), + [anon_sym_PLUS] = ACTIONS(2931), + [anon_sym_DASH] = ACTIONS(2931), + [anon_sym_STAR] = ACTIONS(2931), + [anon_sym_struct] = ACTIONS(2931), + [anon_sym_union] = ACTIONS(2931), + [anon_sym_pub] = ACTIONS(2931), + [anon_sym_mut] = ACTIONS(2931), + [anon_sym_enum] = ACTIONS(2931), + [anon_sym_interface] = ACTIONS(2931), + [anon_sym_QMARK] = ACTIONS(2931), + [anon_sym_BANG] = ACTIONS(2931), + [anon_sym_go] = ACTIONS(2931), + [anon_sym_spawn] = ACTIONS(2931), + [anon_sym_json_DOTdecode] = ACTIONS(2931), + [anon_sym_LBRACK2] = ACTIONS(2931), + [anon_sym_TILDE] = ACTIONS(2931), + [anon_sym_CARET] = ACTIONS(2931), + [anon_sym_AMP] = ACTIONS(2931), + [anon_sym_LT_DASH] = ACTIONS(2931), + [sym_none] = ACTIONS(2931), + [sym_true] = ACTIONS(2931), + [sym_false] = ACTIONS(2931), + [sym_nil] = ACTIONS(2931), + [anon_sym_if] = ACTIONS(2931), + [anon_sym_DOLLARif] = ACTIONS(2931), + [anon_sym_match] = ACTIONS(2931), + [anon_sym_select] = ACTIONS(2931), + [anon_sym_lock] = ACTIONS(2931), + [anon_sym_rlock] = ACTIONS(2931), + [anon_sym_unsafe] = ACTIONS(2931), + [anon_sym_sql] = ACTIONS(2931), + [sym_int_literal] = ACTIONS(2931), + [sym_float_literal] = ACTIONS(2931), + [sym_rune_literal] = ACTIONS(2931), + [anon_sym_AT] = ACTIONS(2931), + [anon_sym_shared] = ACTIONS(2931), + [anon_sym_map_LBRACK] = ACTIONS(2931), + [anon_sym_chan] = ACTIONS(2931), + [anon_sym_thread] = ACTIONS(2931), + [anon_sym_atomic] = ACTIONS(2931), + [anon_sym_assert] = ACTIONS(2931), + [anon_sym_defer] = ACTIONS(2931), + [anon_sym_goto] = ACTIONS(2931), + [anon_sym_break] = ACTIONS(2931), + [anon_sym_continue] = ACTIONS(2931), + [anon_sym_return] = ACTIONS(2931), + [anon_sym_DOLLARfor] = ACTIONS(2931), + [anon_sym_for] = ACTIONS(2931), + [anon_sym_POUND] = ACTIONS(2931), + [anon_sym_asm] = ACTIONS(2931), + [anon_sym_AT_LBRACK] = ACTIONS(2931), + [sym___double_quote] = ACTIONS(2931), + [sym___single_quote] = ACTIONS(2931), + [sym___c_double_quote] = ACTIONS(2931), + [sym___c_single_quote] = ACTIONS(2931), + [sym___r_double_quote] = ACTIONS(2931), + [sym___r_single_quote] = ACTIONS(2931), + }, [1442] = { - [sym_block] = STATE(1533), - [ts_builtin_sym_end] = ACTIONS(3817), - [sym_identifier] = ACTIONS(3819), - [anon_sym_LF] = ACTIONS(3819), - [anon_sym_CR] = ACTIONS(3819), - [anon_sym_CR_LF] = ACTIONS(3819), + [ts_builtin_sym_end] = ACTIONS(2949), + [sym_identifier] = ACTIONS(2951), + [anon_sym_LF] = ACTIONS(2951), + [anon_sym_CR] = ACTIONS(2951), + [anon_sym_CR_LF] = ACTIONS(2951), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3819), - [anon_sym_LBRACE] = ACTIONS(3799), - [anon_sym_const] = ACTIONS(3819), - [anon_sym_LPAREN] = ACTIONS(3819), - [anon_sym___global] = ACTIONS(3819), - [anon_sym_type] = ACTIONS(3819), - [anon_sym_fn] = ACTIONS(3819), - [anon_sym_PLUS] = ACTIONS(3819), - [anon_sym_DASH] = ACTIONS(3819), - [anon_sym_STAR] = ACTIONS(3819), - [anon_sym_struct] = ACTIONS(3819), - [anon_sym_union] = ACTIONS(3819), - [anon_sym_pub] = ACTIONS(3819), - [anon_sym_mut] = ACTIONS(3819), - [anon_sym_enum] = ACTIONS(3819), - [anon_sym_interface] = ACTIONS(3819), - [anon_sym_QMARK] = ACTIONS(3819), - [anon_sym_BANG] = ACTIONS(3819), - [anon_sym_go] = ACTIONS(3819), - [anon_sym_spawn] = ACTIONS(3819), - [anon_sym_json_DOTdecode] = ACTIONS(3819), - [anon_sym_LBRACK2] = ACTIONS(3819), - [anon_sym_TILDE] = ACTIONS(3819), - [anon_sym_CARET] = ACTIONS(3819), - [anon_sym_AMP] = ACTIONS(3819), - [anon_sym_LT_DASH] = ACTIONS(3819), - [sym_none] = ACTIONS(3819), - [sym_true] = ACTIONS(3819), - [sym_false] = ACTIONS(3819), - [sym_nil] = ACTIONS(3819), - [anon_sym_if] = ACTIONS(3819), - [anon_sym_DOLLARif] = ACTIONS(3819), - [anon_sym_match] = ACTIONS(3819), - [anon_sym_select] = ACTIONS(3819), - [anon_sym_lock] = ACTIONS(3819), - [anon_sym_rlock] = ACTIONS(3819), - [anon_sym_unsafe] = ACTIONS(3819), - [anon_sym_sql] = ACTIONS(3819), - [sym_int_literal] = ACTIONS(3819), - [sym_float_literal] = ACTIONS(3819), - [sym_rune_literal] = ACTIONS(3819), - [anon_sym_AT] = ACTIONS(3819), - [anon_sym_shared] = ACTIONS(3819), - [anon_sym_map_LBRACK] = ACTIONS(3819), - [anon_sym_chan] = ACTIONS(3819), - [anon_sym_thread] = ACTIONS(3819), - [anon_sym_atomic] = ACTIONS(3819), - [anon_sym_assert] = ACTIONS(3819), - [anon_sym_defer] = ACTIONS(3819), - [anon_sym_goto] = ACTIONS(3819), - [anon_sym_break] = ACTIONS(3819), - [anon_sym_continue] = ACTIONS(3819), - [anon_sym_return] = ACTIONS(3819), - [anon_sym_DOLLARfor] = ACTIONS(3819), - [anon_sym_for] = ACTIONS(3819), - [anon_sym_POUND] = ACTIONS(3819), - [anon_sym_asm] = ACTIONS(3819), - [anon_sym_AT_LBRACK] = ACTIONS(3819), - [sym___double_quote] = ACTIONS(3819), - [sym___single_quote] = ACTIONS(3819), - [sym___c_double_quote] = ACTIONS(3819), - [sym___c_single_quote] = ACTIONS(3819), - [sym___r_double_quote] = ACTIONS(3819), - [sym___r_single_quote] = ACTIONS(3819), + [anon_sym_DOT] = ACTIONS(2951), + [anon_sym_LBRACE] = ACTIONS(2951), + [anon_sym_const] = ACTIONS(2951), + [anon_sym_LPAREN] = ACTIONS(2951), + [anon_sym___global] = ACTIONS(2951), + [anon_sym_type] = ACTIONS(2951), + [anon_sym_PIPE] = ACTIONS(2951), + [anon_sym_fn] = ACTIONS(2951), + [anon_sym_PLUS] = ACTIONS(2951), + [anon_sym_DASH] = ACTIONS(2951), + [anon_sym_STAR] = ACTIONS(2951), + [anon_sym_struct] = ACTIONS(2951), + [anon_sym_union] = ACTIONS(2951), + [anon_sym_pub] = ACTIONS(2951), + [anon_sym_mut] = ACTIONS(2951), + [anon_sym_enum] = ACTIONS(2951), + [anon_sym_interface] = ACTIONS(2951), + [anon_sym_QMARK] = ACTIONS(2951), + [anon_sym_BANG] = ACTIONS(2951), + [anon_sym_go] = ACTIONS(2951), + [anon_sym_spawn] = ACTIONS(2951), + [anon_sym_json_DOTdecode] = ACTIONS(2951), + [anon_sym_LBRACK2] = ACTIONS(2951), + [anon_sym_TILDE] = ACTIONS(2951), + [anon_sym_CARET] = ACTIONS(2951), + [anon_sym_AMP] = ACTIONS(2951), + [anon_sym_LT_DASH] = ACTIONS(2951), + [sym_none] = ACTIONS(2951), + [sym_true] = ACTIONS(2951), + [sym_false] = ACTIONS(2951), + [sym_nil] = ACTIONS(2951), + [anon_sym_if] = ACTIONS(2951), + [anon_sym_DOLLARif] = ACTIONS(2951), + [anon_sym_match] = ACTIONS(2951), + [anon_sym_select] = ACTIONS(2951), + [anon_sym_lock] = ACTIONS(2951), + [anon_sym_rlock] = ACTIONS(2951), + [anon_sym_unsafe] = ACTIONS(2951), + [anon_sym_sql] = ACTIONS(2951), + [sym_int_literal] = ACTIONS(2951), + [sym_float_literal] = ACTIONS(2951), + [sym_rune_literal] = ACTIONS(2951), + [anon_sym_AT] = ACTIONS(2951), + [anon_sym_shared] = ACTIONS(2951), + [anon_sym_map_LBRACK] = ACTIONS(2951), + [anon_sym_chan] = ACTIONS(2951), + [anon_sym_thread] = ACTIONS(2951), + [anon_sym_atomic] = ACTIONS(2951), + [anon_sym_assert] = ACTIONS(2951), + [anon_sym_defer] = ACTIONS(2951), + [anon_sym_goto] = ACTIONS(2951), + [anon_sym_break] = ACTIONS(2951), + [anon_sym_continue] = ACTIONS(2951), + [anon_sym_return] = ACTIONS(2951), + [anon_sym_DOLLARfor] = ACTIONS(2951), + [anon_sym_for] = ACTIONS(2951), + [anon_sym_POUND] = ACTIONS(2951), + [anon_sym_asm] = ACTIONS(2951), + [anon_sym_AT_LBRACK] = ACTIONS(2951), + [sym___double_quote] = ACTIONS(2951), + [sym___single_quote] = ACTIONS(2951), + [sym___c_double_quote] = ACTIONS(2951), + [sym___c_single_quote] = ACTIONS(2951), + [sym___r_double_quote] = ACTIONS(2951), + [sym___r_single_quote] = ACTIONS(2951), }, [1443] = { - [ts_builtin_sym_end] = ACTIONS(3079), - [sym_identifier] = ACTIONS(3081), - [anon_sym_LF] = ACTIONS(3081), - [anon_sym_CR] = ACTIONS(3081), - [anon_sym_CR_LF] = ACTIONS(3081), + [ts_builtin_sym_end] = ACTIONS(2626), + [sym_identifier] = ACTIONS(2628), + [anon_sym_LF] = ACTIONS(2628), + [anon_sym_CR] = ACTIONS(2628), + [anon_sym_CR_LF] = ACTIONS(2628), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3081), - [anon_sym_LBRACE] = ACTIONS(3081), - [anon_sym_const] = ACTIONS(3081), - [anon_sym_LPAREN] = ACTIONS(3081), - [anon_sym___global] = ACTIONS(3081), - [anon_sym_type] = ACTIONS(3081), - [anon_sym_PIPE] = ACTIONS(3081), - [anon_sym_fn] = ACTIONS(3081), - [anon_sym_PLUS] = ACTIONS(3081), - [anon_sym_DASH] = ACTIONS(3081), - [anon_sym_STAR] = ACTIONS(3081), - [anon_sym_struct] = ACTIONS(3081), - [anon_sym_union] = ACTIONS(3081), - [anon_sym_pub] = ACTIONS(3081), - [anon_sym_mut] = ACTIONS(3081), - [anon_sym_enum] = ACTIONS(3081), - [anon_sym_interface] = ACTIONS(3081), - [anon_sym_QMARK] = ACTIONS(3081), - [anon_sym_BANG] = ACTIONS(3081), - [anon_sym_go] = ACTIONS(3081), - [anon_sym_spawn] = ACTIONS(3081), - [anon_sym_json_DOTdecode] = ACTIONS(3081), - [anon_sym_LBRACK2] = ACTIONS(3081), - [anon_sym_TILDE] = ACTIONS(3081), - [anon_sym_CARET] = ACTIONS(3081), - [anon_sym_AMP] = ACTIONS(3081), - [anon_sym_LT_DASH] = ACTIONS(3081), - [sym_none] = ACTIONS(3081), - [sym_true] = ACTIONS(3081), - [sym_false] = ACTIONS(3081), - [sym_nil] = ACTIONS(3081), - [anon_sym_if] = ACTIONS(3081), - [anon_sym_DOLLARif] = ACTIONS(3081), - [anon_sym_match] = ACTIONS(3081), - [anon_sym_select] = ACTIONS(3081), - [anon_sym_lock] = ACTIONS(3081), - [anon_sym_rlock] = ACTIONS(3081), - [anon_sym_unsafe] = ACTIONS(3081), - [anon_sym_sql] = ACTIONS(3081), - [sym_int_literal] = ACTIONS(3081), - [sym_float_literal] = ACTIONS(3081), - [sym_rune_literal] = ACTIONS(3081), - [anon_sym_AT] = ACTIONS(3081), - [anon_sym_shared] = ACTIONS(3081), - [anon_sym_map_LBRACK] = ACTIONS(3081), - [anon_sym_chan] = ACTIONS(3081), - [anon_sym_thread] = ACTIONS(3081), - [anon_sym_atomic] = ACTIONS(3081), - [anon_sym_assert] = ACTIONS(3081), - [anon_sym_defer] = ACTIONS(3081), - [anon_sym_goto] = ACTIONS(3081), - [anon_sym_break] = ACTIONS(3081), - [anon_sym_continue] = ACTIONS(3081), - [anon_sym_return] = ACTIONS(3081), - [anon_sym_DOLLARfor] = ACTIONS(3081), - [anon_sym_for] = ACTIONS(3081), - [anon_sym_POUND] = ACTIONS(3081), - [anon_sym_asm] = ACTIONS(3081), - [anon_sym_AT_LBRACK] = ACTIONS(3081), - [sym___double_quote] = ACTIONS(3081), - [sym___single_quote] = ACTIONS(3081), - [sym___c_double_quote] = ACTIONS(3081), - [sym___c_single_quote] = ACTIONS(3081), - [sym___r_double_quote] = ACTIONS(3081), - [sym___r_single_quote] = ACTIONS(3081), + [anon_sym_DOT] = ACTIONS(2628), + [anon_sym_LBRACE] = ACTIONS(2628), + [anon_sym_const] = ACTIONS(2628), + [anon_sym_LPAREN] = ACTIONS(2628), + [anon_sym___global] = ACTIONS(2628), + [anon_sym_type] = ACTIONS(2628), + [anon_sym_PIPE] = ACTIONS(2628), + [anon_sym_fn] = ACTIONS(2628), + [anon_sym_PLUS] = ACTIONS(2628), + [anon_sym_DASH] = ACTIONS(2628), + [anon_sym_STAR] = ACTIONS(2628), + [anon_sym_struct] = ACTIONS(2628), + [anon_sym_union] = ACTIONS(2628), + [anon_sym_pub] = ACTIONS(2628), + [anon_sym_mut] = ACTIONS(2628), + [anon_sym_enum] = ACTIONS(2628), + [anon_sym_interface] = ACTIONS(2628), + [anon_sym_QMARK] = ACTIONS(2628), + [anon_sym_BANG] = ACTIONS(2628), + [anon_sym_go] = ACTIONS(2628), + [anon_sym_spawn] = ACTIONS(2628), + [anon_sym_json_DOTdecode] = ACTIONS(2628), + [anon_sym_LBRACK2] = ACTIONS(2628), + [anon_sym_TILDE] = ACTIONS(2628), + [anon_sym_CARET] = ACTIONS(2628), + [anon_sym_AMP] = ACTIONS(2628), + [anon_sym_LT_DASH] = ACTIONS(2628), + [sym_none] = ACTIONS(2628), + [sym_true] = ACTIONS(2628), + [sym_false] = ACTIONS(2628), + [sym_nil] = ACTIONS(2628), + [anon_sym_if] = ACTIONS(2628), + [anon_sym_DOLLARif] = ACTIONS(2628), + [anon_sym_match] = ACTIONS(2628), + [anon_sym_select] = ACTIONS(2628), + [anon_sym_lock] = ACTIONS(2628), + [anon_sym_rlock] = ACTIONS(2628), + [anon_sym_unsafe] = ACTIONS(2628), + [anon_sym_sql] = ACTIONS(2628), + [sym_int_literal] = ACTIONS(2628), + [sym_float_literal] = ACTIONS(2628), + [sym_rune_literal] = ACTIONS(2628), + [anon_sym_AT] = ACTIONS(2628), + [anon_sym_shared] = ACTIONS(2628), + [anon_sym_map_LBRACK] = ACTIONS(2628), + [anon_sym_chan] = ACTIONS(2628), + [anon_sym_thread] = ACTIONS(2628), + [anon_sym_atomic] = ACTIONS(2628), + [anon_sym_assert] = ACTIONS(2628), + [anon_sym_defer] = ACTIONS(2628), + [anon_sym_goto] = ACTIONS(2628), + [anon_sym_break] = ACTIONS(2628), + [anon_sym_continue] = ACTIONS(2628), + [anon_sym_return] = ACTIONS(2628), + [anon_sym_DOLLARfor] = ACTIONS(2628), + [anon_sym_for] = ACTIONS(2628), + [anon_sym_POUND] = ACTIONS(2628), + [anon_sym_asm] = ACTIONS(2628), + [anon_sym_AT_LBRACK] = ACTIONS(2628), + [sym___double_quote] = ACTIONS(2628), + [sym___single_quote] = ACTIONS(2628), + [sym___c_double_quote] = ACTIONS(2628), + [sym___c_single_quote] = ACTIONS(2628), + [sym___r_double_quote] = ACTIONS(2628), + [sym___r_single_quote] = ACTIONS(2628), }, [1444] = { - [ts_builtin_sym_end] = ACTIONS(3163), - [sym_identifier] = ACTIONS(3165), - [anon_sym_LF] = ACTIONS(3165), - [anon_sym_CR] = ACTIONS(3165), - [anon_sym_CR_LF] = ACTIONS(3165), + [ts_builtin_sym_end] = ACTIONS(2817), + [sym_identifier] = ACTIONS(2819), + [anon_sym_LF] = ACTIONS(2819), + [anon_sym_CR] = ACTIONS(2819), + [anon_sym_CR_LF] = ACTIONS(2819), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3165), - [anon_sym_LBRACE] = ACTIONS(3165), - [anon_sym_const] = ACTIONS(3165), - [anon_sym_LPAREN] = ACTIONS(3165), - [anon_sym___global] = ACTIONS(3165), - [anon_sym_type] = ACTIONS(3165), - [anon_sym_PIPE] = ACTIONS(3165), - [anon_sym_fn] = ACTIONS(3165), - [anon_sym_PLUS] = ACTIONS(3165), - [anon_sym_DASH] = ACTIONS(3165), - [anon_sym_STAR] = ACTIONS(3165), - [anon_sym_struct] = ACTIONS(3165), - [anon_sym_union] = ACTIONS(3165), - [anon_sym_pub] = ACTIONS(3165), - [anon_sym_mut] = ACTIONS(3165), - [anon_sym_enum] = ACTIONS(3165), - [anon_sym_interface] = ACTIONS(3165), - [anon_sym_QMARK] = ACTIONS(3165), - [anon_sym_BANG] = ACTIONS(3165), - [anon_sym_go] = ACTIONS(3165), - [anon_sym_spawn] = ACTIONS(3165), - [anon_sym_json_DOTdecode] = ACTIONS(3165), - [anon_sym_LBRACK2] = ACTIONS(3165), - [anon_sym_TILDE] = ACTIONS(3165), - [anon_sym_CARET] = ACTIONS(3165), - [anon_sym_AMP] = ACTIONS(3165), - [anon_sym_LT_DASH] = ACTIONS(3165), - [sym_none] = ACTIONS(3165), - [sym_true] = ACTIONS(3165), - [sym_false] = ACTIONS(3165), - [sym_nil] = ACTIONS(3165), - [anon_sym_if] = ACTIONS(3165), - [anon_sym_DOLLARif] = ACTIONS(3165), - [anon_sym_match] = ACTIONS(3165), - [anon_sym_select] = ACTIONS(3165), - [anon_sym_lock] = ACTIONS(3165), - [anon_sym_rlock] = ACTIONS(3165), - [anon_sym_unsafe] = ACTIONS(3165), - [anon_sym_sql] = ACTIONS(3165), - [sym_int_literal] = ACTIONS(3165), - [sym_float_literal] = ACTIONS(3165), - [sym_rune_literal] = ACTIONS(3165), - [anon_sym_AT] = ACTIONS(3165), - [anon_sym_shared] = ACTIONS(3165), - [anon_sym_map_LBRACK] = ACTIONS(3165), - [anon_sym_chan] = ACTIONS(3165), - [anon_sym_thread] = ACTIONS(3165), - [anon_sym_atomic] = ACTIONS(3165), - [anon_sym_assert] = ACTIONS(3165), - [anon_sym_defer] = ACTIONS(3165), - [anon_sym_goto] = ACTIONS(3165), - [anon_sym_break] = ACTIONS(3165), - [anon_sym_continue] = ACTIONS(3165), - [anon_sym_return] = ACTIONS(3165), - [anon_sym_DOLLARfor] = ACTIONS(3165), - [anon_sym_for] = ACTIONS(3165), - [anon_sym_POUND] = ACTIONS(3165), - [anon_sym_asm] = ACTIONS(3165), - [anon_sym_AT_LBRACK] = ACTIONS(3165), - [sym___double_quote] = ACTIONS(3165), - [sym___single_quote] = ACTIONS(3165), - [sym___c_double_quote] = ACTIONS(3165), - [sym___c_single_quote] = ACTIONS(3165), - [sym___r_double_quote] = ACTIONS(3165), - [sym___r_single_quote] = ACTIONS(3165), + [anon_sym_DOT] = ACTIONS(2819), + [anon_sym_LBRACE] = ACTIONS(2819), + [anon_sym_const] = ACTIONS(2819), + [anon_sym_LPAREN] = ACTIONS(2819), + [anon_sym___global] = ACTIONS(2819), + [anon_sym_type] = ACTIONS(2819), + [anon_sym_PIPE] = ACTIONS(2819), + [anon_sym_fn] = ACTIONS(2819), + [anon_sym_PLUS] = ACTIONS(2819), + [anon_sym_DASH] = ACTIONS(2819), + [anon_sym_STAR] = ACTIONS(2819), + [anon_sym_struct] = ACTIONS(2819), + [anon_sym_union] = ACTIONS(2819), + [anon_sym_pub] = ACTIONS(2819), + [anon_sym_mut] = ACTIONS(2819), + [anon_sym_enum] = ACTIONS(2819), + [anon_sym_interface] = ACTIONS(2819), + [anon_sym_QMARK] = ACTIONS(2819), + [anon_sym_BANG] = ACTIONS(2819), + [anon_sym_go] = ACTIONS(2819), + [anon_sym_spawn] = ACTIONS(2819), + [anon_sym_json_DOTdecode] = ACTIONS(2819), + [anon_sym_LBRACK2] = ACTIONS(2819), + [anon_sym_TILDE] = ACTIONS(2819), + [anon_sym_CARET] = ACTIONS(2819), + [anon_sym_AMP] = ACTIONS(2819), + [anon_sym_LT_DASH] = ACTIONS(2819), + [sym_none] = ACTIONS(2819), + [sym_true] = ACTIONS(2819), + [sym_false] = ACTIONS(2819), + [sym_nil] = ACTIONS(2819), + [anon_sym_if] = ACTIONS(2819), + [anon_sym_DOLLARif] = ACTIONS(2819), + [anon_sym_match] = ACTIONS(2819), + [anon_sym_select] = ACTIONS(2819), + [anon_sym_lock] = ACTIONS(2819), + [anon_sym_rlock] = ACTIONS(2819), + [anon_sym_unsafe] = ACTIONS(2819), + [anon_sym_sql] = ACTIONS(2819), + [sym_int_literal] = ACTIONS(2819), + [sym_float_literal] = ACTIONS(2819), + [sym_rune_literal] = ACTIONS(2819), + [anon_sym_AT] = ACTIONS(2819), + [anon_sym_shared] = ACTIONS(2819), + [anon_sym_map_LBRACK] = ACTIONS(2819), + [anon_sym_chan] = ACTIONS(2819), + [anon_sym_thread] = ACTIONS(2819), + [anon_sym_atomic] = ACTIONS(2819), + [anon_sym_assert] = ACTIONS(2819), + [anon_sym_defer] = ACTIONS(2819), + [anon_sym_goto] = ACTIONS(2819), + [anon_sym_break] = ACTIONS(2819), + [anon_sym_continue] = ACTIONS(2819), + [anon_sym_return] = ACTIONS(2819), + [anon_sym_DOLLARfor] = ACTIONS(2819), + [anon_sym_for] = ACTIONS(2819), + [anon_sym_POUND] = ACTIONS(2819), + [anon_sym_asm] = ACTIONS(2819), + [anon_sym_AT_LBRACK] = ACTIONS(2819), + [sym___double_quote] = ACTIONS(2819), + [sym___single_quote] = ACTIONS(2819), + [sym___c_double_quote] = ACTIONS(2819), + [sym___c_single_quote] = ACTIONS(2819), + [sym___r_double_quote] = ACTIONS(2819), + [sym___r_single_quote] = ACTIONS(2819), }, [1445] = { - [sym_block] = STATE(1551), + [sym_block] = STATE(1512), [ts_builtin_sym_end] = ACTIONS(3821), [sym_identifier] = ACTIONS(3823), [anon_sym_LF] = ACTIONS(3823), @@ -178256,7 +179029,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CR_LF] = ACTIONS(3823), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(3823), - [anon_sym_LBRACE] = ACTIONS(3799), + [anon_sym_LBRACE] = ACTIONS(3809), [anon_sym_const] = ACTIONS(3823), [anon_sym_LPAREN] = ACTIONS(3823), [anon_sym___global] = ACTIONS(3823), @@ -178321,226 +179094,518 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(3823), }, [1446] = { - [sym_label_reference] = STATE(1562), - [ts_builtin_sym_end] = ACTIONS(3825), - [sym_identifier] = ACTIONS(3827), - [anon_sym_LF] = ACTIONS(3829), - [anon_sym_CR] = ACTIONS(3829), - [anon_sym_CR_LF] = ACTIONS(3829), + [ts_builtin_sym_end] = ACTIONS(3157), + [sym_identifier] = ACTIONS(3159), + [anon_sym_LF] = ACTIONS(3159), + [anon_sym_CR] = ACTIONS(3159), + [anon_sym_CR_LF] = ACTIONS(3159), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3829), - [anon_sym_LBRACE] = ACTIONS(3829), - [anon_sym_const] = ACTIONS(3829), - [anon_sym_LPAREN] = ACTIONS(3829), - [anon_sym___global] = ACTIONS(3829), - [anon_sym_type] = ACTIONS(3829), - [anon_sym_fn] = ACTIONS(3829), - [anon_sym_PLUS] = ACTIONS(3829), - [anon_sym_DASH] = ACTIONS(3829), - [anon_sym_STAR] = ACTIONS(3829), - [anon_sym_struct] = ACTIONS(3829), - [anon_sym_union] = ACTIONS(3829), - [anon_sym_pub] = ACTIONS(3829), - [anon_sym_mut] = ACTIONS(3829), - [anon_sym_enum] = ACTIONS(3829), - [anon_sym_interface] = ACTIONS(3829), - [anon_sym_QMARK] = ACTIONS(3829), - [anon_sym_BANG] = ACTIONS(3829), - [anon_sym_go] = ACTIONS(3829), - [anon_sym_spawn] = ACTIONS(3829), - [anon_sym_json_DOTdecode] = ACTIONS(3829), - [anon_sym_LBRACK2] = ACTIONS(3829), - [anon_sym_TILDE] = ACTIONS(3829), - [anon_sym_CARET] = ACTIONS(3829), - [anon_sym_AMP] = ACTIONS(3829), - [anon_sym_LT_DASH] = ACTIONS(3829), - [sym_none] = ACTIONS(3829), - [sym_true] = ACTIONS(3829), - [sym_false] = ACTIONS(3829), - [sym_nil] = ACTIONS(3829), - [anon_sym_if] = ACTIONS(3829), - [anon_sym_DOLLARif] = ACTIONS(3829), - [anon_sym_match] = ACTIONS(3829), - [anon_sym_select] = ACTIONS(3829), - [anon_sym_lock] = ACTIONS(3829), - [anon_sym_rlock] = ACTIONS(3829), - [anon_sym_unsafe] = ACTIONS(3829), - [anon_sym_sql] = ACTIONS(3829), - [sym_int_literal] = ACTIONS(3829), - [sym_float_literal] = ACTIONS(3829), - [sym_rune_literal] = ACTIONS(3829), - [anon_sym_AT] = ACTIONS(3829), - [anon_sym_shared] = ACTIONS(3829), - [anon_sym_map_LBRACK] = ACTIONS(3829), - [anon_sym_chan] = ACTIONS(3829), - [anon_sym_thread] = ACTIONS(3829), - [anon_sym_atomic] = ACTIONS(3829), - [anon_sym_assert] = ACTIONS(3829), - [anon_sym_defer] = ACTIONS(3829), - [anon_sym_goto] = ACTIONS(3829), - [anon_sym_break] = ACTIONS(3829), - [anon_sym_continue] = ACTIONS(3829), - [anon_sym_return] = ACTIONS(3829), - [anon_sym_DOLLARfor] = ACTIONS(3829), - [anon_sym_for] = ACTIONS(3829), - [anon_sym_POUND] = ACTIONS(3829), - [anon_sym_asm] = ACTIONS(3829), - [anon_sym_AT_LBRACK] = ACTIONS(3829), - [sym___double_quote] = ACTIONS(3829), - [sym___single_quote] = ACTIONS(3829), - [sym___c_double_quote] = ACTIONS(3829), - [sym___c_single_quote] = ACTIONS(3829), - [sym___r_double_quote] = ACTIONS(3829), - [sym___r_single_quote] = ACTIONS(3829), + [anon_sym_DOT] = ACTIONS(3159), + [anon_sym_LBRACE] = ACTIONS(3159), + [anon_sym_const] = ACTIONS(3159), + [anon_sym_LPAREN] = ACTIONS(3159), + [anon_sym___global] = ACTIONS(3159), + [anon_sym_type] = ACTIONS(3159), + [anon_sym_PIPE] = ACTIONS(3159), + [anon_sym_fn] = ACTIONS(3159), + [anon_sym_PLUS] = ACTIONS(3159), + [anon_sym_DASH] = ACTIONS(3159), + [anon_sym_STAR] = ACTIONS(3159), + [anon_sym_struct] = ACTIONS(3159), + [anon_sym_union] = ACTIONS(3159), + [anon_sym_pub] = ACTIONS(3159), + [anon_sym_mut] = ACTIONS(3159), + [anon_sym_enum] = ACTIONS(3159), + [anon_sym_interface] = ACTIONS(3159), + [anon_sym_QMARK] = ACTIONS(3159), + [anon_sym_BANG] = ACTIONS(3159), + [anon_sym_go] = ACTIONS(3159), + [anon_sym_spawn] = ACTIONS(3159), + [anon_sym_json_DOTdecode] = ACTIONS(3159), + [anon_sym_LBRACK2] = ACTIONS(3159), + [anon_sym_TILDE] = ACTIONS(3159), + [anon_sym_CARET] = ACTIONS(3159), + [anon_sym_AMP] = ACTIONS(3159), + [anon_sym_LT_DASH] = ACTIONS(3159), + [sym_none] = ACTIONS(3159), + [sym_true] = ACTIONS(3159), + [sym_false] = ACTIONS(3159), + [sym_nil] = ACTIONS(3159), + [anon_sym_if] = ACTIONS(3159), + [anon_sym_DOLLARif] = ACTIONS(3159), + [anon_sym_match] = ACTIONS(3159), + [anon_sym_select] = ACTIONS(3159), + [anon_sym_lock] = ACTIONS(3159), + [anon_sym_rlock] = ACTIONS(3159), + [anon_sym_unsafe] = ACTIONS(3159), + [anon_sym_sql] = ACTIONS(3159), + [sym_int_literal] = ACTIONS(3159), + [sym_float_literal] = ACTIONS(3159), + [sym_rune_literal] = ACTIONS(3159), + [anon_sym_AT] = ACTIONS(3159), + [anon_sym_shared] = ACTIONS(3159), + [anon_sym_map_LBRACK] = ACTIONS(3159), + [anon_sym_chan] = ACTIONS(3159), + [anon_sym_thread] = ACTIONS(3159), + [anon_sym_atomic] = ACTIONS(3159), + [anon_sym_assert] = ACTIONS(3159), + [anon_sym_defer] = ACTIONS(3159), + [anon_sym_goto] = ACTIONS(3159), + [anon_sym_break] = ACTIONS(3159), + [anon_sym_continue] = ACTIONS(3159), + [anon_sym_return] = ACTIONS(3159), + [anon_sym_DOLLARfor] = ACTIONS(3159), + [anon_sym_for] = ACTIONS(3159), + [anon_sym_POUND] = ACTIONS(3159), + [anon_sym_asm] = ACTIONS(3159), + [anon_sym_AT_LBRACK] = ACTIONS(3159), + [sym___double_quote] = ACTIONS(3159), + [sym___single_quote] = ACTIONS(3159), + [sym___c_double_quote] = ACTIONS(3159), + [sym___c_single_quote] = ACTIONS(3159), + [sym___r_double_quote] = ACTIONS(3159), + [sym___r_single_quote] = ACTIONS(3159), }, [1447] = { - [sym_block] = STATE(1525), - [ts_builtin_sym_end] = ACTIONS(3831), - [sym_identifier] = ACTIONS(3833), - [anon_sym_LF] = ACTIONS(3833), - [anon_sym_CR] = ACTIONS(3833), - [anon_sym_CR_LF] = ACTIONS(3833), + [ts_builtin_sym_end] = ACTIONS(3193), + [sym_identifier] = ACTIONS(3195), + [anon_sym_LF] = ACTIONS(3195), + [anon_sym_CR] = ACTIONS(3195), + [anon_sym_CR_LF] = ACTIONS(3195), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3833), - [anon_sym_LBRACE] = ACTIONS(3799), - [anon_sym_const] = ACTIONS(3833), - [anon_sym_LPAREN] = ACTIONS(3833), - [anon_sym___global] = ACTIONS(3833), - [anon_sym_type] = ACTIONS(3833), - [anon_sym_fn] = ACTIONS(3833), - [anon_sym_PLUS] = ACTIONS(3833), - [anon_sym_DASH] = ACTIONS(3833), - [anon_sym_STAR] = ACTIONS(3833), - [anon_sym_struct] = ACTIONS(3833), - [anon_sym_union] = ACTIONS(3833), - [anon_sym_pub] = ACTIONS(3833), - [anon_sym_mut] = ACTIONS(3833), - [anon_sym_enum] = ACTIONS(3833), - [anon_sym_interface] = ACTIONS(3833), - [anon_sym_QMARK] = ACTIONS(3833), - [anon_sym_BANG] = ACTIONS(3833), - [anon_sym_go] = ACTIONS(3833), - [anon_sym_spawn] = ACTIONS(3833), - [anon_sym_json_DOTdecode] = ACTIONS(3833), - [anon_sym_LBRACK2] = ACTIONS(3833), - [anon_sym_TILDE] = ACTIONS(3833), - [anon_sym_CARET] = ACTIONS(3833), - [anon_sym_AMP] = ACTIONS(3833), - [anon_sym_LT_DASH] = ACTIONS(3833), - [sym_none] = ACTIONS(3833), - [sym_true] = ACTIONS(3833), - [sym_false] = ACTIONS(3833), - [sym_nil] = ACTIONS(3833), - [anon_sym_if] = ACTIONS(3833), - [anon_sym_DOLLARif] = ACTIONS(3833), - [anon_sym_match] = ACTIONS(3833), - [anon_sym_select] = ACTIONS(3833), - [anon_sym_lock] = ACTIONS(3833), - [anon_sym_rlock] = ACTIONS(3833), - [anon_sym_unsafe] = ACTIONS(3833), - [anon_sym_sql] = ACTIONS(3833), - [sym_int_literal] = ACTIONS(3833), - [sym_float_literal] = ACTIONS(3833), - [sym_rune_literal] = ACTIONS(3833), - [anon_sym_AT] = ACTIONS(3833), - [anon_sym_shared] = ACTIONS(3833), - [anon_sym_map_LBRACK] = ACTIONS(3833), - [anon_sym_chan] = ACTIONS(3833), - [anon_sym_thread] = ACTIONS(3833), - [anon_sym_atomic] = ACTIONS(3833), - [anon_sym_assert] = ACTIONS(3833), - [anon_sym_defer] = ACTIONS(3833), - [anon_sym_goto] = ACTIONS(3833), - [anon_sym_break] = ACTIONS(3833), - [anon_sym_continue] = ACTIONS(3833), - [anon_sym_return] = ACTIONS(3833), - [anon_sym_DOLLARfor] = ACTIONS(3833), - [anon_sym_for] = ACTIONS(3833), - [anon_sym_POUND] = ACTIONS(3833), - [anon_sym_asm] = ACTIONS(3833), - [anon_sym_AT_LBRACK] = ACTIONS(3833), - [sym___double_quote] = ACTIONS(3833), - [sym___single_quote] = ACTIONS(3833), - [sym___c_double_quote] = ACTIONS(3833), - [sym___c_single_quote] = ACTIONS(3833), - [sym___r_double_quote] = ACTIONS(3833), - [sym___r_single_quote] = ACTIONS(3833), + [anon_sym_DOT] = ACTIONS(3195), + [anon_sym_LBRACE] = ACTIONS(3195), + [anon_sym_const] = ACTIONS(3195), + [anon_sym_LPAREN] = ACTIONS(3195), + [anon_sym___global] = ACTIONS(3195), + [anon_sym_type] = ACTIONS(3195), + [anon_sym_PIPE] = ACTIONS(3195), + [anon_sym_fn] = ACTIONS(3195), + [anon_sym_PLUS] = ACTIONS(3195), + [anon_sym_DASH] = ACTIONS(3195), + [anon_sym_STAR] = ACTIONS(3195), + [anon_sym_struct] = ACTIONS(3195), + [anon_sym_union] = ACTIONS(3195), + [anon_sym_pub] = ACTIONS(3195), + [anon_sym_mut] = ACTIONS(3195), + [anon_sym_enum] = ACTIONS(3195), + [anon_sym_interface] = ACTIONS(3195), + [anon_sym_QMARK] = ACTIONS(3195), + [anon_sym_BANG] = ACTIONS(3195), + [anon_sym_go] = ACTIONS(3195), + [anon_sym_spawn] = ACTIONS(3195), + [anon_sym_json_DOTdecode] = ACTIONS(3195), + [anon_sym_LBRACK2] = ACTIONS(3195), + [anon_sym_TILDE] = ACTIONS(3195), + [anon_sym_CARET] = ACTIONS(3195), + [anon_sym_AMP] = ACTIONS(3195), + [anon_sym_LT_DASH] = ACTIONS(3195), + [sym_none] = ACTIONS(3195), + [sym_true] = ACTIONS(3195), + [sym_false] = ACTIONS(3195), + [sym_nil] = ACTIONS(3195), + [anon_sym_if] = ACTIONS(3195), + [anon_sym_DOLLARif] = ACTIONS(3195), + [anon_sym_match] = ACTIONS(3195), + [anon_sym_select] = ACTIONS(3195), + [anon_sym_lock] = ACTIONS(3195), + [anon_sym_rlock] = ACTIONS(3195), + [anon_sym_unsafe] = ACTIONS(3195), + [anon_sym_sql] = ACTIONS(3195), + [sym_int_literal] = ACTIONS(3195), + [sym_float_literal] = ACTIONS(3195), + [sym_rune_literal] = ACTIONS(3195), + [anon_sym_AT] = ACTIONS(3195), + [anon_sym_shared] = ACTIONS(3195), + [anon_sym_map_LBRACK] = ACTIONS(3195), + [anon_sym_chan] = ACTIONS(3195), + [anon_sym_thread] = ACTIONS(3195), + [anon_sym_atomic] = ACTIONS(3195), + [anon_sym_assert] = ACTIONS(3195), + [anon_sym_defer] = ACTIONS(3195), + [anon_sym_goto] = ACTIONS(3195), + [anon_sym_break] = ACTIONS(3195), + [anon_sym_continue] = ACTIONS(3195), + [anon_sym_return] = ACTIONS(3195), + [anon_sym_DOLLARfor] = ACTIONS(3195), + [anon_sym_for] = ACTIONS(3195), + [anon_sym_POUND] = ACTIONS(3195), + [anon_sym_asm] = ACTIONS(3195), + [anon_sym_AT_LBRACK] = ACTIONS(3195), + [sym___double_quote] = ACTIONS(3195), + [sym___single_quote] = ACTIONS(3195), + [sym___c_double_quote] = ACTIONS(3195), + [sym___c_single_quote] = ACTIONS(3195), + [sym___r_double_quote] = ACTIONS(3195), + [sym___r_single_quote] = ACTIONS(3195), }, [1448] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2374), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(593), - [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(591), - [anon_sym_DOT] = ACTIONS(595), - [anon_sym_as] = ACTIONS(595), - [anon_sym_RBRACE] = ACTIONS(591), - [anon_sym_LPAREN] = ACTIONS(3377), - [anon_sym_RPAREN] = ACTIONS(591), - [anon_sym_PIPE] = ACTIONS(595), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(595), - [anon_sym_DASH] = ACTIONS(595), - [anon_sym_STAR] = ACTIONS(3379), - [anon_sym_SLASH] = ACTIONS(595), - [anon_sym_PERCENT] = ACTIONS(591), - [anon_sym_LT] = ACTIONS(595), - [anon_sym_GT] = ACTIONS(595), - [anon_sym_EQ_EQ] = ACTIONS(591), - [anon_sym_BANG_EQ] = ACTIONS(591), - [anon_sym_LT_EQ] = ACTIONS(591), - [anon_sym_GT_EQ] = ACTIONS(591), - [anon_sym_LBRACK] = ACTIONS(591), - [anon_sym_RBRACK] = ACTIONS(591), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_COLON] = ACTIONS(591), - [anon_sym_PLUS_PLUS] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(591), - [anon_sym_QMARK] = ACTIONS(503), - [anon_sym_BANG] = ACTIONS(3835), - [anon_sym_LBRACK2] = ACTIONS(607), - [anon_sym_CARET] = ACTIONS(591), - [anon_sym_AMP] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(591), - [anon_sym_GT_GT] = ACTIONS(595), - [anon_sym_GT_GT_GT] = ACTIONS(591), - [anon_sym_AMP_CARET] = ACTIONS(591), - [anon_sym_AMP_AMP] = ACTIONS(591), - [anon_sym_PIPE_PIPE] = ACTIONS(591), - [anon_sym_or] = ACTIONS(595), - [anon_sym_QMARK_DOT] = ACTIONS(591), - [anon_sym_POUND_LBRACK] = ACTIONS(591), - [anon_sym_is] = ACTIONS(595), - [anon_sym_BANGis] = ACTIONS(591), - [anon_sym_in] = ACTIONS(595), - [anon_sym_BANGin] = ACTIONS(591), - [anon_sym_shared] = ACTIONS(611), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(591), + [ts_builtin_sym_end] = ACTIONS(2957), + [sym_identifier] = ACTIONS(2959), + [anon_sym_LF] = ACTIONS(2959), + [anon_sym_CR] = ACTIONS(2959), + [anon_sym_CR_LF] = ACTIONS(2959), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2959), + [anon_sym_LBRACE] = ACTIONS(2959), + [anon_sym_const] = ACTIONS(2959), + [anon_sym_LPAREN] = ACTIONS(2959), + [anon_sym___global] = ACTIONS(2959), + [anon_sym_type] = ACTIONS(2959), + [anon_sym_PIPE] = ACTIONS(2959), + [anon_sym_fn] = ACTIONS(2959), + [anon_sym_PLUS] = ACTIONS(2959), + [anon_sym_DASH] = ACTIONS(2959), + [anon_sym_STAR] = ACTIONS(2959), + [anon_sym_struct] = ACTIONS(2959), + [anon_sym_union] = ACTIONS(2959), + [anon_sym_pub] = ACTIONS(2959), + [anon_sym_mut] = ACTIONS(2959), + [anon_sym_enum] = ACTIONS(2959), + [anon_sym_interface] = ACTIONS(2959), + [anon_sym_QMARK] = ACTIONS(2959), + [anon_sym_BANG] = ACTIONS(2959), + [anon_sym_go] = ACTIONS(2959), + [anon_sym_spawn] = ACTIONS(2959), + [anon_sym_json_DOTdecode] = ACTIONS(2959), + [anon_sym_LBRACK2] = ACTIONS(2959), + [anon_sym_TILDE] = ACTIONS(2959), + [anon_sym_CARET] = ACTIONS(2959), + [anon_sym_AMP] = ACTIONS(2959), + [anon_sym_LT_DASH] = ACTIONS(2959), + [sym_none] = ACTIONS(2959), + [sym_true] = ACTIONS(2959), + [sym_false] = ACTIONS(2959), + [sym_nil] = ACTIONS(2959), + [anon_sym_if] = ACTIONS(2959), + [anon_sym_DOLLARif] = ACTIONS(2959), + [anon_sym_match] = ACTIONS(2959), + [anon_sym_select] = ACTIONS(2959), + [anon_sym_lock] = ACTIONS(2959), + [anon_sym_rlock] = ACTIONS(2959), + [anon_sym_unsafe] = ACTIONS(2959), + [anon_sym_sql] = ACTIONS(2959), + [sym_int_literal] = ACTIONS(2959), + [sym_float_literal] = ACTIONS(2959), + [sym_rune_literal] = ACTIONS(2959), + [anon_sym_AT] = ACTIONS(2959), + [anon_sym_shared] = ACTIONS(2959), + [anon_sym_map_LBRACK] = ACTIONS(2959), + [anon_sym_chan] = ACTIONS(2959), + [anon_sym_thread] = ACTIONS(2959), + [anon_sym_atomic] = ACTIONS(2959), + [anon_sym_assert] = ACTIONS(2959), + [anon_sym_defer] = ACTIONS(2959), + [anon_sym_goto] = ACTIONS(2959), + [anon_sym_break] = ACTIONS(2959), + [anon_sym_continue] = ACTIONS(2959), + [anon_sym_return] = ACTIONS(2959), + [anon_sym_DOLLARfor] = ACTIONS(2959), + [anon_sym_for] = ACTIONS(2959), + [anon_sym_POUND] = ACTIONS(2959), + [anon_sym_asm] = ACTIONS(2959), + [anon_sym_AT_LBRACK] = ACTIONS(2959), + [sym___double_quote] = ACTIONS(2959), + [sym___single_quote] = ACTIONS(2959), + [sym___c_double_quote] = ACTIONS(2959), + [sym___c_single_quote] = ACTIONS(2959), + [sym___r_double_quote] = ACTIONS(2959), + [sym___r_single_quote] = ACTIONS(2959), }, [1449] = { - [sym_block] = STATE(1487), + [ts_builtin_sym_end] = ACTIONS(3161), + [sym_identifier] = ACTIONS(3163), + [anon_sym_LF] = ACTIONS(3163), + [anon_sym_CR] = ACTIONS(3163), + [anon_sym_CR_LF] = ACTIONS(3163), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3163), + [anon_sym_LBRACE] = ACTIONS(3163), + [anon_sym_const] = ACTIONS(3163), + [anon_sym_LPAREN] = ACTIONS(3163), + [anon_sym___global] = ACTIONS(3163), + [anon_sym_type] = ACTIONS(3163), + [anon_sym_PIPE] = ACTIONS(3163), + [anon_sym_fn] = ACTIONS(3163), + [anon_sym_PLUS] = ACTIONS(3163), + [anon_sym_DASH] = ACTIONS(3163), + [anon_sym_STAR] = ACTIONS(3163), + [anon_sym_struct] = ACTIONS(3163), + [anon_sym_union] = ACTIONS(3163), + [anon_sym_pub] = ACTIONS(3163), + [anon_sym_mut] = ACTIONS(3163), + [anon_sym_enum] = ACTIONS(3163), + [anon_sym_interface] = ACTIONS(3163), + [anon_sym_QMARK] = ACTIONS(3163), + [anon_sym_BANG] = ACTIONS(3163), + [anon_sym_go] = ACTIONS(3163), + [anon_sym_spawn] = ACTIONS(3163), + [anon_sym_json_DOTdecode] = ACTIONS(3163), + [anon_sym_LBRACK2] = ACTIONS(3163), + [anon_sym_TILDE] = ACTIONS(3163), + [anon_sym_CARET] = ACTIONS(3163), + [anon_sym_AMP] = ACTIONS(3163), + [anon_sym_LT_DASH] = ACTIONS(3163), + [sym_none] = ACTIONS(3163), + [sym_true] = ACTIONS(3163), + [sym_false] = ACTIONS(3163), + [sym_nil] = ACTIONS(3163), + [anon_sym_if] = ACTIONS(3163), + [anon_sym_DOLLARif] = ACTIONS(3163), + [anon_sym_match] = ACTIONS(3163), + [anon_sym_select] = ACTIONS(3163), + [anon_sym_lock] = ACTIONS(3163), + [anon_sym_rlock] = ACTIONS(3163), + [anon_sym_unsafe] = ACTIONS(3163), + [anon_sym_sql] = ACTIONS(3163), + [sym_int_literal] = ACTIONS(3163), + [sym_float_literal] = ACTIONS(3163), + [sym_rune_literal] = ACTIONS(3163), + [anon_sym_AT] = ACTIONS(3163), + [anon_sym_shared] = ACTIONS(3163), + [anon_sym_map_LBRACK] = ACTIONS(3163), + [anon_sym_chan] = ACTIONS(3163), + [anon_sym_thread] = ACTIONS(3163), + [anon_sym_atomic] = ACTIONS(3163), + [anon_sym_assert] = ACTIONS(3163), + [anon_sym_defer] = ACTIONS(3163), + [anon_sym_goto] = ACTIONS(3163), + [anon_sym_break] = ACTIONS(3163), + [anon_sym_continue] = ACTIONS(3163), + [anon_sym_return] = ACTIONS(3163), + [anon_sym_DOLLARfor] = ACTIONS(3163), + [anon_sym_for] = ACTIONS(3163), + [anon_sym_POUND] = ACTIONS(3163), + [anon_sym_asm] = ACTIONS(3163), + [anon_sym_AT_LBRACK] = ACTIONS(3163), + [sym___double_quote] = ACTIONS(3163), + [sym___single_quote] = ACTIONS(3163), + [sym___c_double_quote] = ACTIONS(3163), + [sym___c_single_quote] = ACTIONS(3163), + [sym___r_double_quote] = ACTIONS(3163), + [sym___r_single_quote] = ACTIONS(3163), + }, + [1450] = { + [sym_block] = STATE(1511), + [ts_builtin_sym_end] = ACTIONS(3825), + [sym_identifier] = ACTIONS(3827), + [anon_sym_LF] = ACTIONS(3827), + [anon_sym_CR] = ACTIONS(3827), + [anon_sym_CR_LF] = ACTIONS(3827), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3827), + [anon_sym_LBRACE] = ACTIONS(3809), + [anon_sym_const] = ACTIONS(3827), + [anon_sym_LPAREN] = ACTIONS(3827), + [anon_sym___global] = ACTIONS(3827), + [anon_sym_type] = ACTIONS(3827), + [anon_sym_fn] = ACTIONS(3827), + [anon_sym_PLUS] = ACTIONS(3827), + [anon_sym_DASH] = ACTIONS(3827), + [anon_sym_STAR] = ACTIONS(3827), + [anon_sym_struct] = ACTIONS(3827), + [anon_sym_union] = ACTIONS(3827), + [anon_sym_pub] = ACTIONS(3827), + [anon_sym_mut] = ACTIONS(3827), + [anon_sym_enum] = ACTIONS(3827), + [anon_sym_interface] = ACTIONS(3827), + [anon_sym_QMARK] = ACTIONS(3827), + [anon_sym_BANG] = ACTIONS(3827), + [anon_sym_go] = ACTIONS(3827), + [anon_sym_spawn] = ACTIONS(3827), + [anon_sym_json_DOTdecode] = ACTIONS(3827), + [anon_sym_LBRACK2] = ACTIONS(3827), + [anon_sym_TILDE] = ACTIONS(3827), + [anon_sym_CARET] = ACTIONS(3827), + [anon_sym_AMP] = ACTIONS(3827), + [anon_sym_LT_DASH] = ACTIONS(3827), + [sym_none] = ACTIONS(3827), + [sym_true] = ACTIONS(3827), + [sym_false] = ACTIONS(3827), + [sym_nil] = ACTIONS(3827), + [anon_sym_if] = ACTIONS(3827), + [anon_sym_DOLLARif] = ACTIONS(3827), + [anon_sym_match] = ACTIONS(3827), + [anon_sym_select] = ACTIONS(3827), + [anon_sym_lock] = ACTIONS(3827), + [anon_sym_rlock] = ACTIONS(3827), + [anon_sym_unsafe] = ACTIONS(3827), + [anon_sym_sql] = ACTIONS(3827), + [sym_int_literal] = ACTIONS(3827), + [sym_float_literal] = ACTIONS(3827), + [sym_rune_literal] = ACTIONS(3827), + [anon_sym_AT] = ACTIONS(3827), + [anon_sym_shared] = ACTIONS(3827), + [anon_sym_map_LBRACK] = ACTIONS(3827), + [anon_sym_chan] = ACTIONS(3827), + [anon_sym_thread] = ACTIONS(3827), + [anon_sym_atomic] = ACTIONS(3827), + [anon_sym_assert] = ACTIONS(3827), + [anon_sym_defer] = ACTIONS(3827), + [anon_sym_goto] = ACTIONS(3827), + [anon_sym_break] = ACTIONS(3827), + [anon_sym_continue] = ACTIONS(3827), + [anon_sym_return] = ACTIONS(3827), + [anon_sym_DOLLARfor] = ACTIONS(3827), + [anon_sym_for] = ACTIONS(3827), + [anon_sym_POUND] = ACTIONS(3827), + [anon_sym_asm] = ACTIONS(3827), + [anon_sym_AT_LBRACK] = ACTIONS(3827), + [sym___double_quote] = ACTIONS(3827), + [sym___single_quote] = ACTIONS(3827), + [sym___c_double_quote] = ACTIONS(3827), + [sym___c_single_quote] = ACTIONS(3827), + [sym___r_double_quote] = ACTIONS(3827), + [sym___r_single_quote] = ACTIONS(3827), + }, + [1451] = { + [sym_block] = STATE(1509), + [ts_builtin_sym_end] = ACTIONS(3829), + [sym_identifier] = ACTIONS(3831), + [anon_sym_LF] = ACTIONS(3831), + [anon_sym_CR] = ACTIONS(3831), + [anon_sym_CR_LF] = ACTIONS(3831), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3831), + [anon_sym_LBRACE] = ACTIONS(3809), + [anon_sym_const] = ACTIONS(3831), + [anon_sym_LPAREN] = ACTIONS(3831), + [anon_sym___global] = ACTIONS(3831), + [anon_sym_type] = ACTIONS(3831), + [anon_sym_fn] = ACTIONS(3831), + [anon_sym_PLUS] = ACTIONS(3831), + [anon_sym_DASH] = ACTIONS(3831), + [anon_sym_STAR] = ACTIONS(3831), + [anon_sym_struct] = ACTIONS(3831), + [anon_sym_union] = ACTIONS(3831), + [anon_sym_pub] = ACTIONS(3831), + [anon_sym_mut] = ACTIONS(3831), + [anon_sym_enum] = ACTIONS(3831), + [anon_sym_interface] = ACTIONS(3831), + [anon_sym_QMARK] = ACTIONS(3831), + [anon_sym_BANG] = ACTIONS(3831), + [anon_sym_go] = ACTIONS(3831), + [anon_sym_spawn] = ACTIONS(3831), + [anon_sym_json_DOTdecode] = ACTIONS(3831), + [anon_sym_LBRACK2] = ACTIONS(3831), + [anon_sym_TILDE] = ACTIONS(3831), + [anon_sym_CARET] = ACTIONS(3831), + [anon_sym_AMP] = ACTIONS(3831), + [anon_sym_LT_DASH] = ACTIONS(3831), + [sym_none] = ACTIONS(3831), + [sym_true] = ACTIONS(3831), + [sym_false] = ACTIONS(3831), + [sym_nil] = ACTIONS(3831), + [anon_sym_if] = ACTIONS(3831), + [anon_sym_DOLLARif] = ACTIONS(3831), + [anon_sym_match] = ACTIONS(3831), + [anon_sym_select] = ACTIONS(3831), + [anon_sym_lock] = ACTIONS(3831), + [anon_sym_rlock] = ACTIONS(3831), + [anon_sym_unsafe] = ACTIONS(3831), + [anon_sym_sql] = ACTIONS(3831), + [sym_int_literal] = ACTIONS(3831), + [sym_float_literal] = ACTIONS(3831), + [sym_rune_literal] = ACTIONS(3831), + [anon_sym_AT] = ACTIONS(3831), + [anon_sym_shared] = ACTIONS(3831), + [anon_sym_map_LBRACK] = ACTIONS(3831), + [anon_sym_chan] = ACTIONS(3831), + [anon_sym_thread] = ACTIONS(3831), + [anon_sym_atomic] = ACTIONS(3831), + [anon_sym_assert] = ACTIONS(3831), + [anon_sym_defer] = ACTIONS(3831), + [anon_sym_goto] = ACTIONS(3831), + [anon_sym_break] = ACTIONS(3831), + [anon_sym_continue] = ACTIONS(3831), + [anon_sym_return] = ACTIONS(3831), + [anon_sym_DOLLARfor] = ACTIONS(3831), + [anon_sym_for] = ACTIONS(3831), + [anon_sym_POUND] = ACTIONS(3831), + [anon_sym_asm] = ACTIONS(3831), + [anon_sym_AT_LBRACK] = ACTIONS(3831), + [sym___double_quote] = ACTIONS(3831), + [sym___single_quote] = ACTIONS(3831), + [sym___c_double_quote] = ACTIONS(3831), + [sym___c_single_quote] = ACTIONS(3831), + [sym___r_double_quote] = ACTIONS(3831), + [sym___r_single_quote] = ACTIONS(3831), + }, + [1452] = { + [sym_block] = STATE(1508), + [ts_builtin_sym_end] = ACTIONS(3833), + [sym_identifier] = ACTIONS(3835), + [anon_sym_LF] = ACTIONS(3835), + [anon_sym_CR] = ACTIONS(3835), + [anon_sym_CR_LF] = ACTIONS(3835), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3835), + [anon_sym_LBRACE] = ACTIONS(3809), + [anon_sym_const] = ACTIONS(3835), + [anon_sym_LPAREN] = ACTIONS(3835), + [anon_sym___global] = ACTIONS(3835), + [anon_sym_type] = ACTIONS(3835), + [anon_sym_fn] = ACTIONS(3835), + [anon_sym_PLUS] = ACTIONS(3835), + [anon_sym_DASH] = ACTIONS(3835), + [anon_sym_STAR] = ACTIONS(3835), + [anon_sym_struct] = ACTIONS(3835), + [anon_sym_union] = ACTIONS(3835), + [anon_sym_pub] = ACTIONS(3835), + [anon_sym_mut] = ACTIONS(3835), + [anon_sym_enum] = ACTIONS(3835), + [anon_sym_interface] = ACTIONS(3835), + [anon_sym_QMARK] = ACTIONS(3835), + [anon_sym_BANG] = ACTIONS(3835), + [anon_sym_go] = ACTIONS(3835), + [anon_sym_spawn] = ACTIONS(3835), + [anon_sym_json_DOTdecode] = ACTIONS(3835), + [anon_sym_LBRACK2] = ACTIONS(3835), + [anon_sym_TILDE] = ACTIONS(3835), + [anon_sym_CARET] = ACTIONS(3835), + [anon_sym_AMP] = ACTIONS(3835), + [anon_sym_LT_DASH] = ACTIONS(3835), + [sym_none] = ACTIONS(3835), + [sym_true] = ACTIONS(3835), + [sym_false] = ACTIONS(3835), + [sym_nil] = ACTIONS(3835), + [anon_sym_if] = ACTIONS(3835), + [anon_sym_DOLLARif] = ACTIONS(3835), + [anon_sym_match] = ACTIONS(3835), + [anon_sym_select] = ACTIONS(3835), + [anon_sym_lock] = ACTIONS(3835), + [anon_sym_rlock] = ACTIONS(3835), + [anon_sym_unsafe] = ACTIONS(3835), + [anon_sym_sql] = ACTIONS(3835), + [sym_int_literal] = ACTIONS(3835), + [sym_float_literal] = ACTIONS(3835), + [sym_rune_literal] = ACTIONS(3835), + [anon_sym_AT] = ACTIONS(3835), + [anon_sym_shared] = ACTIONS(3835), + [anon_sym_map_LBRACK] = ACTIONS(3835), + [anon_sym_chan] = ACTIONS(3835), + [anon_sym_thread] = ACTIONS(3835), + [anon_sym_atomic] = ACTIONS(3835), + [anon_sym_assert] = ACTIONS(3835), + [anon_sym_defer] = ACTIONS(3835), + [anon_sym_goto] = ACTIONS(3835), + [anon_sym_break] = ACTIONS(3835), + [anon_sym_continue] = ACTIONS(3835), + [anon_sym_return] = ACTIONS(3835), + [anon_sym_DOLLARfor] = ACTIONS(3835), + [anon_sym_for] = ACTIONS(3835), + [anon_sym_POUND] = ACTIONS(3835), + [anon_sym_asm] = ACTIONS(3835), + [anon_sym_AT_LBRACK] = ACTIONS(3835), + [sym___double_quote] = ACTIONS(3835), + [sym___single_quote] = ACTIONS(3835), + [sym___c_double_quote] = ACTIONS(3835), + [sym___c_single_quote] = ACTIONS(3835), + [sym___r_double_quote] = ACTIONS(3835), + [sym___r_single_quote] = ACTIONS(3835), + }, + [1453] = { + [sym_block] = STATE(1534), [ts_builtin_sym_end] = ACTIONS(3837), [sym_identifier] = ACTIONS(3839), [anon_sym_LF] = ACTIONS(3839), @@ -178548,7 +179613,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CR_LF] = ACTIONS(3839), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(3839), - [anon_sym_LBRACE] = ACTIONS(3799), + [anon_sym_LBRACE] = ACTIONS(3809), [anon_sym_const] = ACTIONS(3839), [anon_sym_LPAREN] = ACTIONS(3839), [anon_sym___global] = ACTIONS(3839), @@ -178612,8 +179677,154 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3839), [sym___r_single_quote] = ACTIONS(3839), }, - [1450] = { - [sym_block] = STATE(1507), + [1454] = { + [ts_builtin_sym_end] = ACTIONS(3005), + [sym_identifier] = ACTIONS(3007), + [anon_sym_LF] = ACTIONS(3007), + [anon_sym_CR] = ACTIONS(3007), + [anon_sym_CR_LF] = ACTIONS(3007), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3007), + [anon_sym_LBRACE] = ACTIONS(3007), + [anon_sym_const] = ACTIONS(3007), + [anon_sym_LPAREN] = ACTIONS(3007), + [anon_sym___global] = ACTIONS(3007), + [anon_sym_type] = ACTIONS(3007), + [anon_sym_PIPE] = ACTIONS(3007), + [anon_sym_fn] = ACTIONS(3007), + [anon_sym_PLUS] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3007), + [anon_sym_STAR] = ACTIONS(3007), + [anon_sym_struct] = ACTIONS(3007), + [anon_sym_union] = ACTIONS(3007), + [anon_sym_pub] = ACTIONS(3007), + [anon_sym_mut] = ACTIONS(3007), + [anon_sym_enum] = ACTIONS(3007), + [anon_sym_interface] = ACTIONS(3007), + [anon_sym_QMARK] = ACTIONS(3007), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_go] = ACTIONS(3007), + [anon_sym_spawn] = ACTIONS(3007), + [anon_sym_json_DOTdecode] = ACTIONS(3007), + [anon_sym_LBRACK2] = ACTIONS(3007), + [anon_sym_TILDE] = ACTIONS(3007), + [anon_sym_CARET] = ACTIONS(3007), + [anon_sym_AMP] = ACTIONS(3007), + [anon_sym_LT_DASH] = ACTIONS(3007), + [sym_none] = ACTIONS(3007), + [sym_true] = ACTIONS(3007), + [sym_false] = ACTIONS(3007), + [sym_nil] = ACTIONS(3007), + [anon_sym_if] = ACTIONS(3007), + [anon_sym_DOLLARif] = ACTIONS(3007), + [anon_sym_match] = ACTIONS(3007), + [anon_sym_select] = ACTIONS(3007), + [anon_sym_lock] = ACTIONS(3007), + [anon_sym_rlock] = ACTIONS(3007), + [anon_sym_unsafe] = ACTIONS(3007), + [anon_sym_sql] = ACTIONS(3007), + [sym_int_literal] = ACTIONS(3007), + [sym_float_literal] = ACTIONS(3007), + [sym_rune_literal] = ACTIONS(3007), + [anon_sym_AT] = ACTIONS(3007), + [anon_sym_shared] = ACTIONS(3007), + [anon_sym_map_LBRACK] = ACTIONS(3007), + [anon_sym_chan] = ACTIONS(3007), + [anon_sym_thread] = ACTIONS(3007), + [anon_sym_atomic] = ACTIONS(3007), + [anon_sym_assert] = ACTIONS(3007), + [anon_sym_defer] = ACTIONS(3007), + [anon_sym_goto] = ACTIONS(3007), + [anon_sym_break] = ACTIONS(3007), + [anon_sym_continue] = ACTIONS(3007), + [anon_sym_return] = ACTIONS(3007), + [anon_sym_DOLLARfor] = ACTIONS(3007), + [anon_sym_for] = ACTIONS(3007), + [anon_sym_POUND] = ACTIONS(3007), + [anon_sym_asm] = ACTIONS(3007), + [anon_sym_AT_LBRACK] = ACTIONS(3007), + [sym___double_quote] = ACTIONS(3007), + [sym___single_quote] = ACTIONS(3007), + [sym___c_double_quote] = ACTIONS(3007), + [sym___c_single_quote] = ACTIONS(3007), + [sym___r_double_quote] = ACTIONS(3007), + [sym___r_single_quote] = ACTIONS(3007), + }, + [1455] = { + [ts_builtin_sym_end] = ACTIONS(3001), + [sym_identifier] = ACTIONS(3003), + [anon_sym_LF] = ACTIONS(3003), + [anon_sym_CR] = ACTIONS(3003), + [anon_sym_CR_LF] = ACTIONS(3003), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3003), + [anon_sym_LBRACE] = ACTIONS(3003), + [anon_sym_const] = ACTIONS(3003), + [anon_sym_LPAREN] = ACTIONS(3003), + [anon_sym___global] = ACTIONS(3003), + [anon_sym_type] = ACTIONS(3003), + [anon_sym_PIPE] = ACTIONS(3003), + [anon_sym_fn] = ACTIONS(3003), + [anon_sym_PLUS] = ACTIONS(3003), + [anon_sym_DASH] = ACTIONS(3003), + [anon_sym_STAR] = ACTIONS(3003), + [anon_sym_struct] = ACTIONS(3003), + [anon_sym_union] = ACTIONS(3003), + [anon_sym_pub] = ACTIONS(3003), + [anon_sym_mut] = ACTIONS(3003), + [anon_sym_enum] = ACTIONS(3003), + [anon_sym_interface] = ACTIONS(3003), + [anon_sym_QMARK] = ACTIONS(3003), + [anon_sym_BANG] = ACTIONS(3003), + [anon_sym_go] = ACTIONS(3003), + [anon_sym_spawn] = ACTIONS(3003), + [anon_sym_json_DOTdecode] = ACTIONS(3003), + [anon_sym_LBRACK2] = ACTIONS(3003), + [anon_sym_TILDE] = ACTIONS(3003), + [anon_sym_CARET] = ACTIONS(3003), + [anon_sym_AMP] = ACTIONS(3003), + [anon_sym_LT_DASH] = ACTIONS(3003), + [sym_none] = ACTIONS(3003), + [sym_true] = ACTIONS(3003), + [sym_false] = ACTIONS(3003), + [sym_nil] = ACTIONS(3003), + [anon_sym_if] = ACTIONS(3003), + [anon_sym_DOLLARif] = ACTIONS(3003), + [anon_sym_match] = ACTIONS(3003), + [anon_sym_select] = ACTIONS(3003), + [anon_sym_lock] = ACTIONS(3003), + [anon_sym_rlock] = ACTIONS(3003), + [anon_sym_unsafe] = ACTIONS(3003), + [anon_sym_sql] = ACTIONS(3003), + [sym_int_literal] = ACTIONS(3003), + [sym_float_literal] = ACTIONS(3003), + [sym_rune_literal] = ACTIONS(3003), + [anon_sym_AT] = ACTIONS(3003), + [anon_sym_shared] = ACTIONS(3003), + [anon_sym_map_LBRACK] = ACTIONS(3003), + [anon_sym_chan] = ACTIONS(3003), + [anon_sym_thread] = ACTIONS(3003), + [anon_sym_atomic] = ACTIONS(3003), + [anon_sym_assert] = ACTIONS(3003), + [anon_sym_defer] = ACTIONS(3003), + [anon_sym_goto] = ACTIONS(3003), + [anon_sym_break] = ACTIONS(3003), + [anon_sym_continue] = ACTIONS(3003), + [anon_sym_return] = ACTIONS(3003), + [anon_sym_DOLLARfor] = ACTIONS(3003), + [anon_sym_for] = ACTIONS(3003), + [anon_sym_POUND] = ACTIONS(3003), + [anon_sym_asm] = ACTIONS(3003), + [anon_sym_AT_LBRACK] = ACTIONS(3003), + [sym___double_quote] = ACTIONS(3003), + [sym___single_quote] = ACTIONS(3003), + [sym___c_double_quote] = ACTIONS(3003), + [sym___c_single_quote] = ACTIONS(3003), + [sym___r_double_quote] = ACTIONS(3003), + [sym___r_single_quote] = ACTIONS(3003), + }, + [1456] = { + [sym_block] = STATE(1566), [ts_builtin_sym_end] = ACTIONS(3841), [sym_identifier] = ACTIONS(3843), [anon_sym_LF] = ACTIONS(3843), @@ -178621,7 +179832,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CR_LF] = ACTIONS(3843), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(3843), - [anon_sym_LBRACE] = ACTIONS(3799), + [anon_sym_LBRACE] = ACTIONS(3809), [anon_sym_const] = ACTIONS(3843), [anon_sym_LPAREN] = ACTIONS(3843), [anon_sym___global] = ACTIONS(3843), @@ -178685,81 +179896,300 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3843), [sym___r_single_quote] = ACTIONS(3843), }, - [1451] = { - [ts_builtin_sym_end] = ACTIONS(3127), - [sym_identifier] = ACTIONS(3129), - [anon_sym_LF] = ACTIONS(3129), - [anon_sym_CR] = ACTIONS(3129), - [anon_sym_CR_LF] = ACTIONS(3129), + [1457] = { + [ts_builtin_sym_end] = ACTIONS(3153), + [sym_identifier] = ACTIONS(3155), + [anon_sym_LF] = ACTIONS(3155), + [anon_sym_CR] = ACTIONS(3155), + [anon_sym_CR_LF] = ACTIONS(3155), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3129), - [anon_sym_LBRACE] = ACTIONS(3129), - [anon_sym_const] = ACTIONS(3129), - [anon_sym_LPAREN] = ACTIONS(3129), - [anon_sym___global] = ACTIONS(3129), - [anon_sym_type] = ACTIONS(3129), - [anon_sym_PIPE] = ACTIONS(3129), - [anon_sym_fn] = ACTIONS(3129), - [anon_sym_PLUS] = ACTIONS(3129), - [anon_sym_DASH] = ACTIONS(3129), - [anon_sym_STAR] = ACTIONS(3129), - [anon_sym_struct] = ACTIONS(3129), - [anon_sym_union] = ACTIONS(3129), - [anon_sym_pub] = ACTIONS(3129), - [anon_sym_mut] = ACTIONS(3129), - [anon_sym_enum] = ACTIONS(3129), - [anon_sym_interface] = ACTIONS(3129), - [anon_sym_QMARK] = ACTIONS(3129), - [anon_sym_BANG] = ACTIONS(3129), - [anon_sym_go] = ACTIONS(3129), - [anon_sym_spawn] = ACTIONS(3129), - [anon_sym_json_DOTdecode] = ACTIONS(3129), - [anon_sym_LBRACK2] = ACTIONS(3129), - [anon_sym_TILDE] = ACTIONS(3129), - [anon_sym_CARET] = ACTIONS(3129), - [anon_sym_AMP] = ACTIONS(3129), - [anon_sym_LT_DASH] = ACTIONS(3129), - [sym_none] = ACTIONS(3129), - [sym_true] = ACTIONS(3129), - [sym_false] = ACTIONS(3129), - [sym_nil] = ACTIONS(3129), - [anon_sym_if] = ACTIONS(3129), - [anon_sym_DOLLARif] = ACTIONS(3129), - [anon_sym_match] = ACTIONS(3129), - [anon_sym_select] = ACTIONS(3129), - [anon_sym_lock] = ACTIONS(3129), - [anon_sym_rlock] = ACTIONS(3129), - [anon_sym_unsafe] = ACTIONS(3129), - [anon_sym_sql] = ACTIONS(3129), - [sym_int_literal] = ACTIONS(3129), - [sym_float_literal] = ACTIONS(3129), - [sym_rune_literal] = ACTIONS(3129), - [anon_sym_AT] = ACTIONS(3129), - [anon_sym_shared] = ACTIONS(3129), - [anon_sym_map_LBRACK] = ACTIONS(3129), - [anon_sym_chan] = ACTIONS(3129), - [anon_sym_thread] = ACTIONS(3129), - [anon_sym_atomic] = ACTIONS(3129), - [anon_sym_assert] = ACTIONS(3129), - [anon_sym_defer] = ACTIONS(3129), - [anon_sym_goto] = ACTIONS(3129), - [anon_sym_break] = ACTIONS(3129), - [anon_sym_continue] = ACTIONS(3129), - [anon_sym_return] = ACTIONS(3129), - [anon_sym_DOLLARfor] = ACTIONS(3129), - [anon_sym_for] = ACTIONS(3129), - [anon_sym_POUND] = ACTIONS(3129), - [anon_sym_asm] = ACTIONS(3129), - [anon_sym_AT_LBRACK] = ACTIONS(3129), - [sym___double_quote] = ACTIONS(3129), - [sym___single_quote] = ACTIONS(3129), - [sym___c_double_quote] = ACTIONS(3129), - [sym___c_single_quote] = ACTIONS(3129), - [sym___r_double_quote] = ACTIONS(3129), - [sym___r_single_quote] = ACTIONS(3129), + [anon_sym_DOT] = ACTIONS(3155), + [anon_sym_LBRACE] = ACTIONS(3155), + [anon_sym_const] = ACTIONS(3155), + [anon_sym_LPAREN] = ACTIONS(3155), + [anon_sym___global] = ACTIONS(3155), + [anon_sym_type] = ACTIONS(3155), + [anon_sym_PIPE] = ACTIONS(3155), + [anon_sym_fn] = ACTIONS(3155), + [anon_sym_PLUS] = ACTIONS(3155), + [anon_sym_DASH] = ACTIONS(3155), + [anon_sym_STAR] = ACTIONS(3155), + [anon_sym_struct] = ACTIONS(3155), + [anon_sym_union] = ACTIONS(3155), + [anon_sym_pub] = ACTIONS(3155), + [anon_sym_mut] = ACTIONS(3155), + [anon_sym_enum] = ACTIONS(3155), + [anon_sym_interface] = ACTIONS(3155), + [anon_sym_QMARK] = ACTIONS(3155), + [anon_sym_BANG] = ACTIONS(3155), + [anon_sym_go] = ACTIONS(3155), + [anon_sym_spawn] = ACTIONS(3155), + [anon_sym_json_DOTdecode] = ACTIONS(3155), + [anon_sym_LBRACK2] = ACTIONS(3155), + [anon_sym_TILDE] = ACTIONS(3155), + [anon_sym_CARET] = ACTIONS(3155), + [anon_sym_AMP] = ACTIONS(3155), + [anon_sym_LT_DASH] = ACTIONS(3155), + [sym_none] = ACTIONS(3155), + [sym_true] = ACTIONS(3155), + [sym_false] = ACTIONS(3155), + [sym_nil] = ACTIONS(3155), + [anon_sym_if] = ACTIONS(3155), + [anon_sym_DOLLARif] = ACTIONS(3155), + [anon_sym_match] = ACTIONS(3155), + [anon_sym_select] = ACTIONS(3155), + [anon_sym_lock] = ACTIONS(3155), + [anon_sym_rlock] = ACTIONS(3155), + [anon_sym_unsafe] = ACTIONS(3155), + [anon_sym_sql] = ACTIONS(3155), + [sym_int_literal] = ACTIONS(3155), + [sym_float_literal] = ACTIONS(3155), + [sym_rune_literal] = ACTIONS(3155), + [anon_sym_AT] = ACTIONS(3155), + [anon_sym_shared] = ACTIONS(3155), + [anon_sym_map_LBRACK] = ACTIONS(3155), + [anon_sym_chan] = ACTIONS(3155), + [anon_sym_thread] = ACTIONS(3155), + [anon_sym_atomic] = ACTIONS(3155), + [anon_sym_assert] = ACTIONS(3155), + [anon_sym_defer] = ACTIONS(3155), + [anon_sym_goto] = ACTIONS(3155), + [anon_sym_break] = ACTIONS(3155), + [anon_sym_continue] = ACTIONS(3155), + [anon_sym_return] = ACTIONS(3155), + [anon_sym_DOLLARfor] = ACTIONS(3155), + [anon_sym_for] = ACTIONS(3155), + [anon_sym_POUND] = ACTIONS(3155), + [anon_sym_asm] = ACTIONS(3155), + [anon_sym_AT_LBRACK] = ACTIONS(3155), + [sym___double_quote] = ACTIONS(3155), + [sym___single_quote] = ACTIONS(3155), + [sym___c_double_quote] = ACTIONS(3155), + [sym___c_single_quote] = ACTIONS(3155), + [sym___r_double_quote] = ACTIONS(3155), + [sym___r_single_quote] = ACTIONS(3155), }, - [1452] = { - [sym_block] = STATE(1532), + [1458] = { + [ts_builtin_sym_end] = ACTIONS(2885), + [sym_identifier] = ACTIONS(2887), + [anon_sym_LF] = ACTIONS(2887), + [anon_sym_CR] = ACTIONS(2887), + [anon_sym_CR_LF] = ACTIONS(2887), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2887), + [anon_sym_LBRACE] = ACTIONS(2887), + [anon_sym_const] = ACTIONS(2887), + [anon_sym_LPAREN] = ACTIONS(2887), + [anon_sym___global] = ACTIONS(2887), + [anon_sym_type] = ACTIONS(2887), + [anon_sym_PIPE] = ACTIONS(2887), + [anon_sym_fn] = ACTIONS(2887), + [anon_sym_PLUS] = ACTIONS(2887), + [anon_sym_DASH] = ACTIONS(2887), + [anon_sym_STAR] = ACTIONS(2887), + [anon_sym_struct] = ACTIONS(2887), + [anon_sym_union] = ACTIONS(2887), + [anon_sym_pub] = ACTIONS(2887), + [anon_sym_mut] = ACTIONS(2887), + [anon_sym_enum] = ACTIONS(2887), + [anon_sym_interface] = ACTIONS(2887), + [anon_sym_QMARK] = ACTIONS(2887), + [anon_sym_BANG] = ACTIONS(2887), + [anon_sym_go] = ACTIONS(2887), + [anon_sym_spawn] = ACTIONS(2887), + [anon_sym_json_DOTdecode] = ACTIONS(2887), + [anon_sym_LBRACK2] = ACTIONS(2887), + [anon_sym_TILDE] = ACTIONS(2887), + [anon_sym_CARET] = ACTIONS(2887), + [anon_sym_AMP] = ACTIONS(2887), + [anon_sym_LT_DASH] = ACTIONS(2887), + [sym_none] = ACTIONS(2887), + [sym_true] = ACTIONS(2887), + [sym_false] = ACTIONS(2887), + [sym_nil] = ACTIONS(2887), + [anon_sym_if] = ACTIONS(2887), + [anon_sym_DOLLARif] = ACTIONS(2887), + [anon_sym_match] = ACTIONS(2887), + [anon_sym_select] = ACTIONS(2887), + [anon_sym_lock] = ACTIONS(2887), + [anon_sym_rlock] = ACTIONS(2887), + [anon_sym_unsafe] = ACTIONS(2887), + [anon_sym_sql] = ACTIONS(2887), + [sym_int_literal] = ACTIONS(2887), + [sym_float_literal] = ACTIONS(2887), + [sym_rune_literal] = ACTIONS(2887), + [anon_sym_AT] = ACTIONS(2887), + [anon_sym_shared] = ACTIONS(2887), + [anon_sym_map_LBRACK] = ACTIONS(2887), + [anon_sym_chan] = ACTIONS(2887), + [anon_sym_thread] = ACTIONS(2887), + [anon_sym_atomic] = ACTIONS(2887), + [anon_sym_assert] = ACTIONS(2887), + [anon_sym_defer] = ACTIONS(2887), + [anon_sym_goto] = ACTIONS(2887), + [anon_sym_break] = ACTIONS(2887), + [anon_sym_continue] = ACTIONS(2887), + [anon_sym_return] = ACTIONS(2887), + [anon_sym_DOLLARfor] = ACTIONS(2887), + [anon_sym_for] = ACTIONS(2887), + [anon_sym_POUND] = ACTIONS(2887), + [anon_sym_asm] = ACTIONS(2887), + [anon_sym_AT_LBRACK] = ACTIONS(2887), + [sym___double_quote] = ACTIONS(2887), + [sym___single_quote] = ACTIONS(2887), + [sym___c_double_quote] = ACTIONS(2887), + [sym___c_single_quote] = ACTIONS(2887), + [sym___r_double_quote] = ACTIONS(2887), + [sym___r_single_quote] = ACTIONS(2887), + }, + [1459] = { + [ts_builtin_sym_end] = ACTIONS(3125), + [sym_identifier] = ACTIONS(3127), + [anon_sym_LF] = ACTIONS(3127), + [anon_sym_CR] = ACTIONS(3127), + [anon_sym_CR_LF] = ACTIONS(3127), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3127), + [anon_sym_LBRACE] = ACTIONS(3127), + [anon_sym_const] = ACTIONS(3127), + [anon_sym_LPAREN] = ACTIONS(3127), + [anon_sym___global] = ACTIONS(3127), + [anon_sym_type] = ACTIONS(3127), + [anon_sym_PIPE] = ACTIONS(3127), + [anon_sym_fn] = ACTIONS(3127), + [anon_sym_PLUS] = ACTIONS(3127), + [anon_sym_DASH] = ACTIONS(3127), + [anon_sym_STAR] = ACTIONS(3127), + [anon_sym_struct] = ACTIONS(3127), + [anon_sym_union] = ACTIONS(3127), + [anon_sym_pub] = ACTIONS(3127), + [anon_sym_mut] = ACTIONS(3127), + [anon_sym_enum] = ACTIONS(3127), + [anon_sym_interface] = ACTIONS(3127), + [anon_sym_QMARK] = ACTIONS(3127), + [anon_sym_BANG] = ACTIONS(3127), + [anon_sym_go] = ACTIONS(3127), + [anon_sym_spawn] = ACTIONS(3127), + [anon_sym_json_DOTdecode] = ACTIONS(3127), + [anon_sym_LBRACK2] = ACTIONS(3127), + [anon_sym_TILDE] = ACTIONS(3127), + [anon_sym_CARET] = ACTIONS(3127), + [anon_sym_AMP] = ACTIONS(3127), + [anon_sym_LT_DASH] = ACTIONS(3127), + [sym_none] = ACTIONS(3127), + [sym_true] = ACTIONS(3127), + [sym_false] = ACTIONS(3127), + [sym_nil] = ACTIONS(3127), + [anon_sym_if] = ACTIONS(3127), + [anon_sym_DOLLARif] = ACTIONS(3127), + [anon_sym_match] = ACTIONS(3127), + [anon_sym_select] = ACTIONS(3127), + [anon_sym_lock] = ACTIONS(3127), + [anon_sym_rlock] = ACTIONS(3127), + [anon_sym_unsafe] = ACTIONS(3127), + [anon_sym_sql] = ACTIONS(3127), + [sym_int_literal] = ACTIONS(3127), + [sym_float_literal] = ACTIONS(3127), + [sym_rune_literal] = ACTIONS(3127), + [anon_sym_AT] = ACTIONS(3127), + [anon_sym_shared] = ACTIONS(3127), + [anon_sym_map_LBRACK] = ACTIONS(3127), + [anon_sym_chan] = ACTIONS(3127), + [anon_sym_thread] = ACTIONS(3127), + [anon_sym_atomic] = ACTIONS(3127), + [anon_sym_assert] = ACTIONS(3127), + [anon_sym_defer] = ACTIONS(3127), + [anon_sym_goto] = ACTIONS(3127), + [anon_sym_break] = ACTIONS(3127), + [anon_sym_continue] = ACTIONS(3127), + [anon_sym_return] = ACTIONS(3127), + [anon_sym_DOLLARfor] = ACTIONS(3127), + [anon_sym_for] = ACTIONS(3127), + [anon_sym_POUND] = ACTIONS(3127), + [anon_sym_asm] = ACTIONS(3127), + [anon_sym_AT_LBRACK] = ACTIONS(3127), + [sym___double_quote] = ACTIONS(3127), + [sym___single_quote] = ACTIONS(3127), + [sym___c_double_quote] = ACTIONS(3127), + [sym___c_single_quote] = ACTIONS(3127), + [sym___r_double_quote] = ACTIONS(3127), + [sym___r_single_quote] = ACTIONS(3127), + }, + [1460] = { + [ts_builtin_sym_end] = ACTIONS(3013), + [sym_identifier] = ACTIONS(3015), + [anon_sym_LF] = ACTIONS(3015), + [anon_sym_CR] = ACTIONS(3015), + [anon_sym_CR_LF] = ACTIONS(3015), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3015), + [anon_sym_LBRACE] = ACTIONS(3015), + [anon_sym_const] = ACTIONS(3015), + [anon_sym_LPAREN] = ACTIONS(3015), + [anon_sym___global] = ACTIONS(3015), + [anon_sym_type] = ACTIONS(3015), + [anon_sym_PIPE] = ACTIONS(3015), + [anon_sym_fn] = ACTIONS(3015), + [anon_sym_PLUS] = ACTIONS(3015), + [anon_sym_DASH] = ACTIONS(3015), + [anon_sym_STAR] = ACTIONS(3015), + [anon_sym_struct] = ACTIONS(3015), + [anon_sym_union] = ACTIONS(3015), + [anon_sym_pub] = ACTIONS(3015), + [anon_sym_mut] = ACTIONS(3015), + [anon_sym_enum] = ACTIONS(3015), + [anon_sym_interface] = ACTIONS(3015), + [anon_sym_QMARK] = ACTIONS(3015), + [anon_sym_BANG] = ACTIONS(3015), + [anon_sym_go] = ACTIONS(3015), + [anon_sym_spawn] = ACTIONS(3015), + [anon_sym_json_DOTdecode] = ACTIONS(3015), + [anon_sym_LBRACK2] = ACTIONS(3015), + [anon_sym_TILDE] = ACTIONS(3015), + [anon_sym_CARET] = ACTIONS(3015), + [anon_sym_AMP] = ACTIONS(3015), + [anon_sym_LT_DASH] = ACTIONS(3015), + [sym_none] = ACTIONS(3015), + [sym_true] = ACTIONS(3015), + [sym_false] = ACTIONS(3015), + [sym_nil] = ACTIONS(3015), + [anon_sym_if] = ACTIONS(3015), + [anon_sym_DOLLARif] = ACTIONS(3015), + [anon_sym_match] = ACTIONS(3015), + [anon_sym_select] = ACTIONS(3015), + [anon_sym_lock] = ACTIONS(3015), + [anon_sym_rlock] = ACTIONS(3015), + [anon_sym_unsafe] = ACTIONS(3015), + [anon_sym_sql] = ACTIONS(3015), + [sym_int_literal] = ACTIONS(3015), + [sym_float_literal] = ACTIONS(3015), + [sym_rune_literal] = ACTIONS(3015), + [anon_sym_AT] = ACTIONS(3015), + [anon_sym_shared] = ACTIONS(3015), + [anon_sym_map_LBRACK] = ACTIONS(3015), + [anon_sym_chan] = ACTIONS(3015), + [anon_sym_thread] = ACTIONS(3015), + [anon_sym_atomic] = ACTIONS(3015), + [anon_sym_assert] = ACTIONS(3015), + [anon_sym_defer] = ACTIONS(3015), + [anon_sym_goto] = ACTIONS(3015), + [anon_sym_break] = ACTIONS(3015), + [anon_sym_continue] = ACTIONS(3015), + [anon_sym_return] = ACTIONS(3015), + [anon_sym_DOLLARfor] = ACTIONS(3015), + [anon_sym_for] = ACTIONS(3015), + [anon_sym_POUND] = ACTIONS(3015), + [anon_sym_asm] = ACTIONS(3015), + [anon_sym_AT_LBRACK] = ACTIONS(3015), + [sym___double_quote] = ACTIONS(3015), + [sym___single_quote] = ACTIONS(3015), + [sym___c_double_quote] = ACTIONS(3015), + [sym___c_single_quote] = ACTIONS(3015), + [sym___r_double_quote] = ACTIONS(3015), + [sym___r_single_quote] = ACTIONS(3015), + }, + [1461] = { + [sym_block] = STATE(1507), [ts_builtin_sym_end] = ACTIONS(3845), [sym_identifier] = ACTIONS(3847), [anon_sym_LF] = ACTIONS(3847), @@ -178767,7 +180197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CR_LF] = ACTIONS(3847), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(3847), - [anon_sym_LBRACE] = ACTIONS(3799), + [anon_sym_LBRACE] = ACTIONS(3809), [anon_sym_const] = ACTIONS(3847), [anon_sym_LPAREN] = ACTIONS(3847), [anon_sym___global] = ACTIONS(3847), @@ -178831,8 +180261,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3847), [sym___r_single_quote] = ACTIONS(3847), }, - [1453] = { - [sym_block] = STATE(1510), + [1462] = { + [ts_builtin_sym_end] = ACTIONS(3033), + [sym_identifier] = ACTIONS(3035), + [anon_sym_LF] = ACTIONS(3035), + [anon_sym_CR] = ACTIONS(3035), + [anon_sym_CR_LF] = ACTIONS(3035), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3035), + [anon_sym_LBRACE] = ACTIONS(3035), + [anon_sym_const] = ACTIONS(3035), + [anon_sym_LPAREN] = ACTIONS(3035), + [anon_sym___global] = ACTIONS(3035), + [anon_sym_type] = ACTIONS(3035), + [anon_sym_PIPE] = ACTIONS(3035), + [anon_sym_fn] = ACTIONS(3035), + [anon_sym_PLUS] = ACTIONS(3035), + [anon_sym_DASH] = ACTIONS(3035), + [anon_sym_STAR] = ACTIONS(3035), + [anon_sym_struct] = ACTIONS(3035), + [anon_sym_union] = ACTIONS(3035), + [anon_sym_pub] = ACTIONS(3035), + [anon_sym_mut] = ACTIONS(3035), + [anon_sym_enum] = ACTIONS(3035), + [anon_sym_interface] = ACTIONS(3035), + [anon_sym_QMARK] = ACTIONS(3035), + [anon_sym_BANG] = ACTIONS(3035), + [anon_sym_go] = ACTIONS(3035), + [anon_sym_spawn] = ACTIONS(3035), + [anon_sym_json_DOTdecode] = ACTIONS(3035), + [anon_sym_LBRACK2] = ACTIONS(3035), + [anon_sym_TILDE] = ACTIONS(3035), + [anon_sym_CARET] = ACTIONS(3035), + [anon_sym_AMP] = ACTIONS(3035), + [anon_sym_LT_DASH] = ACTIONS(3035), + [sym_none] = ACTIONS(3035), + [sym_true] = ACTIONS(3035), + [sym_false] = ACTIONS(3035), + [sym_nil] = ACTIONS(3035), + [anon_sym_if] = ACTIONS(3035), + [anon_sym_DOLLARif] = ACTIONS(3035), + [anon_sym_match] = ACTIONS(3035), + [anon_sym_select] = ACTIONS(3035), + [anon_sym_lock] = ACTIONS(3035), + [anon_sym_rlock] = ACTIONS(3035), + [anon_sym_unsafe] = ACTIONS(3035), + [anon_sym_sql] = ACTIONS(3035), + [sym_int_literal] = ACTIONS(3035), + [sym_float_literal] = ACTIONS(3035), + [sym_rune_literal] = ACTIONS(3035), + [anon_sym_AT] = ACTIONS(3035), + [anon_sym_shared] = ACTIONS(3035), + [anon_sym_map_LBRACK] = ACTIONS(3035), + [anon_sym_chan] = ACTIONS(3035), + [anon_sym_thread] = ACTIONS(3035), + [anon_sym_atomic] = ACTIONS(3035), + [anon_sym_assert] = ACTIONS(3035), + [anon_sym_defer] = ACTIONS(3035), + [anon_sym_goto] = ACTIONS(3035), + [anon_sym_break] = ACTIONS(3035), + [anon_sym_continue] = ACTIONS(3035), + [anon_sym_return] = ACTIONS(3035), + [anon_sym_DOLLARfor] = ACTIONS(3035), + [anon_sym_for] = ACTIONS(3035), + [anon_sym_POUND] = ACTIONS(3035), + [anon_sym_asm] = ACTIONS(3035), + [anon_sym_AT_LBRACK] = ACTIONS(3035), + [sym___double_quote] = ACTIONS(3035), + [sym___single_quote] = ACTIONS(3035), + [sym___c_double_quote] = ACTIONS(3035), + [sym___c_single_quote] = ACTIONS(3035), + [sym___r_double_quote] = ACTIONS(3035), + [sym___r_single_quote] = ACTIONS(3035), + }, + [1463] = { + [sym_block] = STATE(1528), [ts_builtin_sym_end] = ACTIONS(3849), [sym_identifier] = ACTIONS(3851), [anon_sym_LF] = ACTIONS(3851), @@ -178840,7 +180343,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CR_LF] = ACTIONS(3851), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(3851), - [anon_sym_LBRACE] = ACTIONS(3799), + [anon_sym_LBRACE] = ACTIONS(3809), [anon_sym_const] = ACTIONS(3851), [anon_sym_LPAREN] = ACTIONS(3851), [anon_sym___global] = ACTIONS(3851), @@ -178904,89 +180407,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3851), [sym___r_single_quote] = ACTIONS(3851), }, - [1454] = { - [ts_builtin_sym_end] = ACTIONS(2937), - [sym_identifier] = ACTIONS(2939), - [anon_sym_LF] = ACTIONS(2939), - [anon_sym_CR] = ACTIONS(2939), - [anon_sym_CR_LF] = ACTIONS(2939), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2939), - [anon_sym_LBRACE] = ACTIONS(2939), - [anon_sym_const] = ACTIONS(2939), - [anon_sym_LPAREN] = ACTIONS(2939), - [anon_sym___global] = ACTIONS(2939), - [anon_sym_type] = ACTIONS(2939), - [anon_sym_PIPE] = ACTIONS(2939), - [anon_sym_fn] = ACTIONS(2939), - [anon_sym_PLUS] = ACTIONS(2939), - [anon_sym_DASH] = ACTIONS(2939), - [anon_sym_STAR] = ACTIONS(2939), - [anon_sym_struct] = ACTIONS(2939), - [anon_sym_union] = ACTIONS(2939), - [anon_sym_pub] = ACTIONS(2939), - [anon_sym_mut] = ACTIONS(2939), - [anon_sym_enum] = ACTIONS(2939), - [anon_sym_interface] = ACTIONS(2939), - [anon_sym_QMARK] = ACTIONS(2939), - [anon_sym_BANG] = ACTIONS(2939), - [anon_sym_go] = ACTIONS(2939), - [anon_sym_spawn] = ACTIONS(2939), - [anon_sym_json_DOTdecode] = ACTIONS(2939), - [anon_sym_LBRACK2] = ACTIONS(2939), - [anon_sym_TILDE] = ACTIONS(2939), - [anon_sym_CARET] = ACTIONS(2939), - [anon_sym_AMP] = ACTIONS(2939), - [anon_sym_LT_DASH] = ACTIONS(2939), - [sym_none] = ACTIONS(2939), - [sym_true] = ACTIONS(2939), - [sym_false] = ACTIONS(2939), - [sym_nil] = ACTIONS(2939), - [anon_sym_if] = ACTIONS(2939), - [anon_sym_DOLLARif] = ACTIONS(2939), - [anon_sym_match] = ACTIONS(2939), - [anon_sym_select] = ACTIONS(2939), - [anon_sym_lock] = ACTIONS(2939), - [anon_sym_rlock] = ACTIONS(2939), - [anon_sym_unsafe] = ACTIONS(2939), - [anon_sym_sql] = ACTIONS(2939), - [sym_int_literal] = ACTIONS(2939), - [sym_float_literal] = ACTIONS(2939), - [sym_rune_literal] = ACTIONS(2939), - [anon_sym_AT] = ACTIONS(2939), - [anon_sym_shared] = ACTIONS(2939), - [anon_sym_map_LBRACK] = ACTIONS(2939), - [anon_sym_chan] = ACTIONS(2939), - [anon_sym_thread] = ACTIONS(2939), - [anon_sym_atomic] = ACTIONS(2939), - [anon_sym_assert] = ACTIONS(2939), - [anon_sym_defer] = ACTIONS(2939), - [anon_sym_goto] = ACTIONS(2939), - [anon_sym_break] = ACTIONS(2939), - [anon_sym_continue] = ACTIONS(2939), - [anon_sym_return] = ACTIONS(2939), - [anon_sym_DOLLARfor] = ACTIONS(2939), - [anon_sym_for] = ACTIONS(2939), - [anon_sym_POUND] = ACTIONS(2939), - [anon_sym_asm] = ACTIONS(2939), - [anon_sym_AT_LBRACK] = ACTIONS(2939), - [sym___double_quote] = ACTIONS(2939), - [sym___single_quote] = ACTIONS(2939), - [sym___c_double_quote] = ACTIONS(2939), - [sym___c_single_quote] = ACTIONS(2939), - [sym___r_double_quote] = ACTIONS(2939), - [sym___r_single_quote] = ACTIONS(2939), - }, - [1455] = { - [sym_label_reference] = STATE(1559), + [1464] = { + [sym_block] = STATE(1492), [ts_builtin_sym_end] = ACTIONS(3853), - [sym_identifier] = ACTIONS(3827), + [sym_identifier] = ACTIONS(3855), [anon_sym_LF] = ACTIONS(3855), [anon_sym_CR] = ACTIONS(3855), [anon_sym_CR_LF] = ACTIONS(3855), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(3855), - [anon_sym_LBRACE] = ACTIONS(3855), + [anon_sym_LBRACE] = ACTIONS(3809), [anon_sym_const] = ACTIONS(3855), [anon_sym_LPAREN] = ACTIONS(3855), [anon_sym___global] = ACTIONS(3855), @@ -179050,227 +180480,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3855), [sym___r_single_quote] = ACTIONS(3855), }, - [1456] = { - [ts_builtin_sym_end] = ACTIONS(2901), - [sym_identifier] = ACTIONS(2903), - [anon_sym_LF] = ACTIONS(2903), - [anon_sym_CR] = ACTIONS(2903), - [anon_sym_CR_LF] = ACTIONS(2903), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2903), - [anon_sym_LBRACE] = ACTIONS(2903), - [anon_sym_const] = ACTIONS(2903), - [anon_sym_LPAREN] = ACTIONS(2903), - [anon_sym___global] = ACTIONS(2903), - [anon_sym_type] = ACTIONS(2903), - [anon_sym_PIPE] = ACTIONS(2903), - [anon_sym_fn] = ACTIONS(2903), - [anon_sym_PLUS] = ACTIONS(2903), - [anon_sym_DASH] = ACTIONS(2903), - [anon_sym_STAR] = ACTIONS(2903), - [anon_sym_struct] = ACTIONS(2903), - [anon_sym_union] = ACTIONS(2903), - [anon_sym_pub] = ACTIONS(2903), - [anon_sym_mut] = ACTIONS(2903), - [anon_sym_enum] = ACTIONS(2903), - [anon_sym_interface] = ACTIONS(2903), - [anon_sym_QMARK] = ACTIONS(2903), - [anon_sym_BANG] = ACTIONS(2903), - [anon_sym_go] = ACTIONS(2903), - [anon_sym_spawn] = ACTIONS(2903), - [anon_sym_json_DOTdecode] = ACTIONS(2903), - [anon_sym_LBRACK2] = ACTIONS(2903), - [anon_sym_TILDE] = ACTIONS(2903), - [anon_sym_CARET] = ACTIONS(2903), - [anon_sym_AMP] = ACTIONS(2903), - [anon_sym_LT_DASH] = ACTIONS(2903), - [sym_none] = ACTIONS(2903), - [sym_true] = ACTIONS(2903), - [sym_false] = ACTIONS(2903), - [sym_nil] = ACTIONS(2903), - [anon_sym_if] = ACTIONS(2903), - [anon_sym_DOLLARif] = ACTIONS(2903), - [anon_sym_match] = ACTIONS(2903), - [anon_sym_select] = ACTIONS(2903), - [anon_sym_lock] = ACTIONS(2903), - [anon_sym_rlock] = ACTIONS(2903), - [anon_sym_unsafe] = ACTIONS(2903), - [anon_sym_sql] = ACTIONS(2903), - [sym_int_literal] = ACTIONS(2903), - [sym_float_literal] = ACTIONS(2903), - [sym_rune_literal] = ACTIONS(2903), - [anon_sym_AT] = ACTIONS(2903), - [anon_sym_shared] = ACTIONS(2903), - [anon_sym_map_LBRACK] = ACTIONS(2903), - [anon_sym_chan] = ACTIONS(2903), - [anon_sym_thread] = ACTIONS(2903), - [anon_sym_atomic] = ACTIONS(2903), - [anon_sym_assert] = ACTIONS(2903), - [anon_sym_defer] = ACTIONS(2903), - [anon_sym_goto] = ACTIONS(2903), - [anon_sym_break] = ACTIONS(2903), - [anon_sym_continue] = ACTIONS(2903), - [anon_sym_return] = ACTIONS(2903), - [anon_sym_DOLLARfor] = ACTIONS(2903), - [anon_sym_for] = ACTIONS(2903), - [anon_sym_POUND] = ACTIONS(2903), - [anon_sym_asm] = ACTIONS(2903), - [anon_sym_AT_LBRACK] = ACTIONS(2903), - [sym___double_quote] = ACTIONS(2903), - [sym___single_quote] = ACTIONS(2903), - [sym___c_double_quote] = ACTIONS(2903), - [sym___c_single_quote] = ACTIONS(2903), - [sym___r_double_quote] = ACTIONS(2903), - [sym___r_single_quote] = ACTIONS(2903), - }, - [1457] = { - [ts_builtin_sym_end] = ACTIONS(3111), - [sym_identifier] = ACTIONS(3113), - [anon_sym_LF] = ACTIONS(3113), - [anon_sym_CR] = ACTIONS(3113), - [anon_sym_CR_LF] = ACTIONS(3113), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3113), - [anon_sym_LBRACE] = ACTIONS(3113), - [anon_sym_const] = ACTIONS(3113), - [anon_sym_LPAREN] = ACTIONS(3113), - [anon_sym___global] = ACTIONS(3113), - [anon_sym_type] = ACTIONS(3113), - [anon_sym_PIPE] = ACTIONS(3113), - [anon_sym_fn] = ACTIONS(3113), - [anon_sym_PLUS] = ACTIONS(3113), - [anon_sym_DASH] = ACTIONS(3113), - [anon_sym_STAR] = ACTIONS(3113), - [anon_sym_struct] = ACTIONS(3113), - [anon_sym_union] = ACTIONS(3113), - [anon_sym_pub] = ACTIONS(3113), - [anon_sym_mut] = ACTIONS(3113), - [anon_sym_enum] = ACTIONS(3113), - [anon_sym_interface] = ACTIONS(3113), - [anon_sym_QMARK] = ACTIONS(3113), - [anon_sym_BANG] = ACTIONS(3113), - [anon_sym_go] = ACTIONS(3113), - [anon_sym_spawn] = ACTIONS(3113), - [anon_sym_json_DOTdecode] = ACTIONS(3113), - [anon_sym_LBRACK2] = ACTIONS(3113), - [anon_sym_TILDE] = ACTIONS(3113), - [anon_sym_CARET] = ACTIONS(3113), - [anon_sym_AMP] = ACTIONS(3113), - [anon_sym_LT_DASH] = ACTIONS(3113), - [sym_none] = ACTIONS(3113), - [sym_true] = ACTIONS(3113), - [sym_false] = ACTIONS(3113), - [sym_nil] = ACTIONS(3113), - [anon_sym_if] = ACTIONS(3113), - [anon_sym_DOLLARif] = ACTIONS(3113), - [anon_sym_match] = ACTIONS(3113), - [anon_sym_select] = ACTIONS(3113), - [anon_sym_lock] = ACTIONS(3113), - [anon_sym_rlock] = ACTIONS(3113), - [anon_sym_unsafe] = ACTIONS(3113), - [anon_sym_sql] = ACTIONS(3113), - [sym_int_literal] = ACTIONS(3113), - [sym_float_literal] = ACTIONS(3113), - [sym_rune_literal] = ACTIONS(3113), - [anon_sym_AT] = ACTIONS(3113), - [anon_sym_shared] = ACTIONS(3113), - [anon_sym_map_LBRACK] = ACTIONS(3113), - [anon_sym_chan] = ACTIONS(3113), - [anon_sym_thread] = ACTIONS(3113), - [anon_sym_atomic] = ACTIONS(3113), - [anon_sym_assert] = ACTIONS(3113), - [anon_sym_defer] = ACTIONS(3113), - [anon_sym_goto] = ACTIONS(3113), - [anon_sym_break] = ACTIONS(3113), - [anon_sym_continue] = ACTIONS(3113), - [anon_sym_return] = ACTIONS(3113), - [anon_sym_DOLLARfor] = ACTIONS(3113), - [anon_sym_for] = ACTIONS(3113), - [anon_sym_POUND] = ACTIONS(3113), - [anon_sym_asm] = ACTIONS(3113), - [anon_sym_AT_LBRACK] = ACTIONS(3113), - [sym___double_quote] = ACTIONS(3113), - [sym___single_quote] = ACTIONS(3113), - [sym___c_double_quote] = ACTIONS(3113), - [sym___c_single_quote] = ACTIONS(3113), - [sym___r_double_quote] = ACTIONS(3113), - [sym___r_single_quote] = ACTIONS(3113), - }, - [1458] = { - [ts_builtin_sym_end] = ACTIONS(3107), - [sym_identifier] = ACTIONS(3109), - [anon_sym_LF] = ACTIONS(3109), - [anon_sym_CR] = ACTIONS(3109), - [anon_sym_CR_LF] = ACTIONS(3109), + [1465] = { + [ts_builtin_sym_end] = ACTIONS(3769), + [sym_identifier] = ACTIONS(3771), + [anon_sym_LF] = ACTIONS(3771), + [anon_sym_CR] = ACTIONS(3771), + [anon_sym_CR_LF] = ACTIONS(3771), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3109), - [anon_sym_LBRACE] = ACTIONS(3109), - [anon_sym_const] = ACTIONS(3109), - [anon_sym_LPAREN] = ACTIONS(3109), - [anon_sym___global] = ACTIONS(3109), - [anon_sym_type] = ACTIONS(3109), - [anon_sym_PIPE] = ACTIONS(3109), - [anon_sym_fn] = ACTIONS(3109), - [anon_sym_PLUS] = ACTIONS(3109), - [anon_sym_DASH] = ACTIONS(3109), - [anon_sym_STAR] = ACTIONS(3109), - [anon_sym_struct] = ACTIONS(3109), - [anon_sym_union] = ACTIONS(3109), - [anon_sym_pub] = ACTIONS(3109), - [anon_sym_mut] = ACTIONS(3109), - [anon_sym_enum] = ACTIONS(3109), - [anon_sym_interface] = ACTIONS(3109), - [anon_sym_QMARK] = ACTIONS(3109), - [anon_sym_BANG] = ACTIONS(3109), - [anon_sym_go] = ACTIONS(3109), - [anon_sym_spawn] = ACTIONS(3109), - [anon_sym_json_DOTdecode] = ACTIONS(3109), - [anon_sym_LBRACK2] = ACTIONS(3109), - [anon_sym_TILDE] = ACTIONS(3109), - [anon_sym_CARET] = ACTIONS(3109), - [anon_sym_AMP] = ACTIONS(3109), - [anon_sym_LT_DASH] = ACTIONS(3109), - [sym_none] = ACTIONS(3109), - [sym_true] = ACTIONS(3109), - [sym_false] = ACTIONS(3109), - [sym_nil] = ACTIONS(3109), - [anon_sym_if] = ACTIONS(3109), - [anon_sym_DOLLARif] = ACTIONS(3109), - [anon_sym_match] = ACTIONS(3109), - [anon_sym_select] = ACTIONS(3109), - [anon_sym_lock] = ACTIONS(3109), - [anon_sym_rlock] = ACTIONS(3109), - [anon_sym_unsafe] = ACTIONS(3109), - [anon_sym_sql] = ACTIONS(3109), - [sym_int_literal] = ACTIONS(3109), - [sym_float_literal] = ACTIONS(3109), - [sym_rune_literal] = ACTIONS(3109), - [anon_sym_AT] = ACTIONS(3109), - [anon_sym_shared] = ACTIONS(3109), - [anon_sym_map_LBRACK] = ACTIONS(3109), - [anon_sym_chan] = ACTIONS(3109), - [anon_sym_thread] = ACTIONS(3109), - [anon_sym_atomic] = ACTIONS(3109), - [anon_sym_assert] = ACTIONS(3109), - [anon_sym_defer] = ACTIONS(3109), - [anon_sym_goto] = ACTIONS(3109), - [anon_sym_break] = ACTIONS(3109), - [anon_sym_continue] = ACTIONS(3109), - [anon_sym_return] = ACTIONS(3109), - [anon_sym_DOLLARfor] = ACTIONS(3109), - [anon_sym_for] = ACTIONS(3109), - [anon_sym_POUND] = ACTIONS(3109), - [anon_sym_asm] = ACTIONS(3109), - [anon_sym_AT_LBRACK] = ACTIONS(3109), - [sym___double_quote] = ACTIONS(3109), - [sym___single_quote] = ACTIONS(3109), - [sym___c_double_quote] = ACTIONS(3109), - [sym___c_single_quote] = ACTIONS(3109), - [sym___r_double_quote] = ACTIONS(3109), - [sym___r_single_quote] = ACTIONS(3109), + [anon_sym_DOT] = ACTIONS(3771), + [anon_sym_LBRACE] = ACTIONS(3771), + [anon_sym_const] = ACTIONS(3771), + [anon_sym_LPAREN] = ACTIONS(3771), + [anon_sym___global] = ACTIONS(3771), + [anon_sym_type] = ACTIONS(3771), + [anon_sym_PIPE] = ACTIONS(3771), + [anon_sym_fn] = ACTIONS(3771), + [anon_sym_PLUS] = ACTIONS(3771), + [anon_sym_DASH] = ACTIONS(3771), + [anon_sym_STAR] = ACTIONS(3771), + [anon_sym_struct] = ACTIONS(3771), + [anon_sym_union] = ACTIONS(3771), + [anon_sym_pub] = ACTIONS(3771), + [anon_sym_mut] = ACTIONS(3771), + [anon_sym_enum] = ACTIONS(3771), + [anon_sym_interface] = ACTIONS(3771), + [anon_sym_QMARK] = ACTIONS(3771), + [anon_sym_BANG] = ACTIONS(3771), + [anon_sym_go] = ACTIONS(3771), + [anon_sym_spawn] = ACTIONS(3771), + [anon_sym_json_DOTdecode] = ACTIONS(3771), + [anon_sym_LBRACK2] = ACTIONS(3771), + [anon_sym_TILDE] = ACTIONS(3771), + [anon_sym_CARET] = ACTIONS(3771), + [anon_sym_AMP] = ACTIONS(3771), + [anon_sym_LT_DASH] = ACTIONS(3771), + [sym_none] = ACTIONS(3771), + [sym_true] = ACTIONS(3771), + [sym_false] = ACTIONS(3771), + [sym_nil] = ACTIONS(3771), + [anon_sym_if] = ACTIONS(3771), + [anon_sym_DOLLARif] = ACTIONS(3771), + [anon_sym_match] = ACTIONS(3771), + [anon_sym_select] = ACTIONS(3771), + [anon_sym_lock] = ACTIONS(3771), + [anon_sym_rlock] = ACTIONS(3771), + [anon_sym_unsafe] = ACTIONS(3771), + [anon_sym_sql] = ACTIONS(3771), + [sym_int_literal] = ACTIONS(3771), + [sym_float_literal] = ACTIONS(3771), + [sym_rune_literal] = ACTIONS(3771), + [anon_sym_AT] = ACTIONS(3771), + [anon_sym_shared] = ACTIONS(3771), + [anon_sym_map_LBRACK] = ACTIONS(3771), + [anon_sym_chan] = ACTIONS(3771), + [anon_sym_thread] = ACTIONS(3771), + [anon_sym_atomic] = ACTIONS(3771), + [anon_sym_assert] = ACTIONS(3771), + [anon_sym_defer] = ACTIONS(3771), + [anon_sym_goto] = ACTIONS(3771), + [anon_sym_break] = ACTIONS(3771), + [anon_sym_continue] = ACTIONS(3771), + [anon_sym_return] = ACTIONS(3771), + [anon_sym_DOLLARfor] = ACTIONS(3771), + [anon_sym_for] = ACTIONS(3771), + [anon_sym_POUND] = ACTIONS(3771), + [anon_sym_asm] = ACTIONS(3771), + [anon_sym_AT_LBRACK] = ACTIONS(3771), + [sym___double_quote] = ACTIONS(3771), + [sym___single_quote] = ACTIONS(3771), + [sym___c_double_quote] = ACTIONS(3771), + [sym___c_single_quote] = ACTIONS(3771), + [sym___r_double_quote] = ACTIONS(3771), + [sym___r_single_quote] = ACTIONS(3771), }, - [1459] = { - [sym_block] = STATE(1580), + [1466] = { + [sym_block] = STATE(1527), [ts_builtin_sym_end] = ACTIONS(3857), [sym_identifier] = ACTIONS(3859), [anon_sym_LF] = ACTIONS(3859), @@ -179278,7 +180562,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CR_LF] = ACTIONS(3859), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(3859), - [anon_sym_LBRACE] = ACTIONS(3799), + [anon_sym_LBRACE] = ACTIONS(3809), [anon_sym_const] = ACTIONS(3859), [anon_sym_LPAREN] = ACTIONS(3859), [anon_sym___global] = ACTIONS(3859), @@ -179342,8 +180626,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3859), [sym___r_single_quote] = ACTIONS(3859), }, - [1460] = { - [sym_block] = STATE(1550), + [1467] = { + [sym_block] = STATE(1529), [ts_builtin_sym_end] = ACTIONS(3861), [sym_identifier] = ACTIONS(3863), [anon_sym_LF] = ACTIONS(3863), @@ -179351,7 +180635,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CR_LF] = ACTIONS(3863), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(3863), - [anon_sym_LBRACE] = ACTIONS(3799), + [anon_sym_LBRACE] = ACTIONS(3809), [anon_sym_const] = ACTIONS(3863), [anon_sym_LPAREN] = ACTIONS(3863), [anon_sym___global] = ACTIONS(3863), @@ -179415,8 +180699,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3863), [sym___r_single_quote] = ACTIONS(3863), }, - [1461] = { - [sym_block] = STATE(1486), + [1468] = { + [sym_block] = STATE(1493), [ts_builtin_sym_end] = ACTIONS(3865), [sym_identifier] = ACTIONS(3867), [anon_sym_LF] = ACTIONS(3867), @@ -179424,7 +180708,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CR_LF] = ACTIONS(3867), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(3867), - [anon_sym_LBRACE] = ACTIONS(3799), + [anon_sym_LBRACE] = ACTIONS(3809), [anon_sym_const] = ACTIONS(3867), [anon_sym_LPAREN] = ACTIONS(3867), [anon_sym___global] = ACTIONS(3867), @@ -179488,446 +180772,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3867), [sym___r_single_quote] = ACTIONS(3867), }, - [1462] = { - [ts_builtin_sym_end] = ACTIONS(2854), - [sym_identifier] = ACTIONS(2856), - [anon_sym_LF] = ACTIONS(2856), - [anon_sym_CR] = ACTIONS(2856), - [anon_sym_CR_LF] = ACTIONS(2856), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2856), - [anon_sym_LBRACE] = ACTIONS(2856), - [anon_sym_const] = ACTIONS(2856), - [anon_sym_LPAREN] = ACTIONS(2856), - [anon_sym___global] = ACTIONS(2856), - [anon_sym_type] = ACTIONS(2856), - [anon_sym_PIPE] = ACTIONS(2856), - [anon_sym_fn] = ACTIONS(2856), - [anon_sym_PLUS] = ACTIONS(2856), - [anon_sym_DASH] = ACTIONS(2856), - [anon_sym_STAR] = ACTIONS(2856), - [anon_sym_struct] = ACTIONS(2856), - [anon_sym_union] = ACTIONS(2856), - [anon_sym_pub] = ACTIONS(2856), - [anon_sym_mut] = ACTIONS(2856), - [anon_sym_enum] = ACTIONS(2856), - [anon_sym_interface] = ACTIONS(2856), - [anon_sym_QMARK] = ACTIONS(2856), - [anon_sym_BANG] = ACTIONS(2856), - [anon_sym_go] = ACTIONS(2856), - [anon_sym_spawn] = ACTIONS(2856), - [anon_sym_json_DOTdecode] = ACTIONS(2856), - [anon_sym_LBRACK2] = ACTIONS(2856), - [anon_sym_TILDE] = ACTIONS(2856), - [anon_sym_CARET] = ACTIONS(2856), - [anon_sym_AMP] = ACTIONS(2856), - [anon_sym_LT_DASH] = ACTIONS(2856), - [sym_none] = ACTIONS(2856), - [sym_true] = ACTIONS(2856), - [sym_false] = ACTIONS(2856), - [sym_nil] = ACTIONS(2856), - [anon_sym_if] = ACTIONS(2856), - [anon_sym_DOLLARif] = ACTIONS(2856), - [anon_sym_match] = ACTIONS(2856), - [anon_sym_select] = ACTIONS(2856), - [anon_sym_lock] = ACTIONS(2856), - [anon_sym_rlock] = ACTIONS(2856), - [anon_sym_unsafe] = ACTIONS(2856), - [anon_sym_sql] = ACTIONS(2856), - [sym_int_literal] = ACTIONS(2856), - [sym_float_literal] = ACTIONS(2856), - [sym_rune_literal] = ACTIONS(2856), - [anon_sym_AT] = ACTIONS(2856), - [anon_sym_shared] = ACTIONS(2856), - [anon_sym_map_LBRACK] = ACTIONS(2856), - [anon_sym_chan] = ACTIONS(2856), - [anon_sym_thread] = ACTIONS(2856), - [anon_sym_atomic] = ACTIONS(2856), - [anon_sym_assert] = ACTIONS(2856), - [anon_sym_defer] = ACTIONS(2856), - [anon_sym_goto] = ACTIONS(2856), - [anon_sym_break] = ACTIONS(2856), - [anon_sym_continue] = ACTIONS(2856), - [anon_sym_return] = ACTIONS(2856), - [anon_sym_DOLLARfor] = ACTIONS(2856), - [anon_sym_for] = ACTIONS(2856), - [anon_sym_POUND] = ACTIONS(2856), - [anon_sym_asm] = ACTIONS(2856), - [anon_sym_AT_LBRACK] = ACTIONS(2856), - [sym___double_quote] = ACTIONS(2856), - [sym___single_quote] = ACTIONS(2856), - [sym___c_double_quote] = ACTIONS(2856), - [sym___c_single_quote] = ACTIONS(2856), - [sym___r_double_quote] = ACTIONS(2856), - [sym___r_single_quote] = ACTIONS(2856), - }, - [1463] = { - [ts_builtin_sym_end] = ACTIONS(3103), - [sym_identifier] = ACTIONS(3105), - [anon_sym_LF] = ACTIONS(3105), - [anon_sym_CR] = ACTIONS(3105), - [anon_sym_CR_LF] = ACTIONS(3105), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3105), - [anon_sym_LBRACE] = ACTIONS(3105), - [anon_sym_const] = ACTIONS(3105), - [anon_sym_LPAREN] = ACTIONS(3105), - [anon_sym___global] = ACTIONS(3105), - [anon_sym_type] = ACTIONS(3105), - [anon_sym_PIPE] = ACTIONS(3105), - [anon_sym_fn] = ACTIONS(3105), - [anon_sym_PLUS] = ACTIONS(3105), - [anon_sym_DASH] = ACTIONS(3105), - [anon_sym_STAR] = ACTIONS(3105), - [anon_sym_struct] = ACTIONS(3105), - [anon_sym_union] = ACTIONS(3105), - [anon_sym_pub] = ACTIONS(3105), - [anon_sym_mut] = ACTIONS(3105), - [anon_sym_enum] = ACTIONS(3105), - [anon_sym_interface] = ACTIONS(3105), - [anon_sym_QMARK] = ACTIONS(3105), - [anon_sym_BANG] = ACTIONS(3105), - [anon_sym_go] = ACTIONS(3105), - [anon_sym_spawn] = ACTIONS(3105), - [anon_sym_json_DOTdecode] = ACTIONS(3105), - [anon_sym_LBRACK2] = ACTIONS(3105), - [anon_sym_TILDE] = ACTIONS(3105), - [anon_sym_CARET] = ACTIONS(3105), - [anon_sym_AMP] = ACTIONS(3105), - [anon_sym_LT_DASH] = ACTIONS(3105), - [sym_none] = ACTIONS(3105), - [sym_true] = ACTIONS(3105), - [sym_false] = ACTIONS(3105), - [sym_nil] = ACTIONS(3105), - [anon_sym_if] = ACTIONS(3105), - [anon_sym_DOLLARif] = ACTIONS(3105), - [anon_sym_match] = ACTIONS(3105), - [anon_sym_select] = ACTIONS(3105), - [anon_sym_lock] = ACTIONS(3105), - [anon_sym_rlock] = ACTIONS(3105), - [anon_sym_unsafe] = ACTIONS(3105), - [anon_sym_sql] = ACTIONS(3105), - [sym_int_literal] = ACTIONS(3105), - [sym_float_literal] = ACTIONS(3105), - [sym_rune_literal] = ACTIONS(3105), - [anon_sym_AT] = ACTIONS(3105), - [anon_sym_shared] = ACTIONS(3105), - [anon_sym_map_LBRACK] = ACTIONS(3105), - [anon_sym_chan] = ACTIONS(3105), - [anon_sym_thread] = ACTIONS(3105), - [anon_sym_atomic] = ACTIONS(3105), - [anon_sym_assert] = ACTIONS(3105), - [anon_sym_defer] = ACTIONS(3105), - [anon_sym_goto] = ACTIONS(3105), - [anon_sym_break] = ACTIONS(3105), - [anon_sym_continue] = ACTIONS(3105), - [anon_sym_return] = ACTIONS(3105), - [anon_sym_DOLLARfor] = ACTIONS(3105), - [anon_sym_for] = ACTIONS(3105), - [anon_sym_POUND] = ACTIONS(3105), - [anon_sym_asm] = ACTIONS(3105), - [anon_sym_AT_LBRACK] = ACTIONS(3105), - [sym___double_quote] = ACTIONS(3105), - [sym___single_quote] = ACTIONS(3105), - [sym___c_double_quote] = ACTIONS(3105), - [sym___c_single_quote] = ACTIONS(3105), - [sym___r_double_quote] = ACTIONS(3105), - [sym___r_single_quote] = ACTIONS(3105), - }, - [1464] = { - [ts_builtin_sym_end] = ACTIONS(3099), - [sym_identifier] = ACTIONS(3101), - [anon_sym_LF] = ACTIONS(3101), - [anon_sym_CR] = ACTIONS(3101), - [anon_sym_CR_LF] = ACTIONS(3101), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3101), - [anon_sym_LBRACE] = ACTIONS(3101), - [anon_sym_const] = ACTIONS(3101), - [anon_sym_LPAREN] = ACTIONS(3101), - [anon_sym___global] = ACTIONS(3101), - [anon_sym_type] = ACTIONS(3101), - [anon_sym_PIPE] = ACTIONS(3101), - [anon_sym_fn] = ACTIONS(3101), - [anon_sym_PLUS] = ACTIONS(3101), - [anon_sym_DASH] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(3101), - [anon_sym_struct] = ACTIONS(3101), - [anon_sym_union] = ACTIONS(3101), - [anon_sym_pub] = ACTIONS(3101), - [anon_sym_mut] = ACTIONS(3101), - [anon_sym_enum] = ACTIONS(3101), - [anon_sym_interface] = ACTIONS(3101), - [anon_sym_QMARK] = ACTIONS(3101), - [anon_sym_BANG] = ACTIONS(3101), - [anon_sym_go] = ACTIONS(3101), - [anon_sym_spawn] = ACTIONS(3101), - [anon_sym_json_DOTdecode] = ACTIONS(3101), - [anon_sym_LBRACK2] = ACTIONS(3101), - [anon_sym_TILDE] = ACTIONS(3101), - [anon_sym_CARET] = ACTIONS(3101), - [anon_sym_AMP] = ACTIONS(3101), - [anon_sym_LT_DASH] = ACTIONS(3101), - [sym_none] = ACTIONS(3101), - [sym_true] = ACTIONS(3101), - [sym_false] = ACTIONS(3101), - [sym_nil] = ACTIONS(3101), - [anon_sym_if] = ACTIONS(3101), - [anon_sym_DOLLARif] = ACTIONS(3101), - [anon_sym_match] = ACTIONS(3101), - [anon_sym_select] = ACTIONS(3101), - [anon_sym_lock] = ACTIONS(3101), - [anon_sym_rlock] = ACTIONS(3101), - [anon_sym_unsafe] = ACTIONS(3101), - [anon_sym_sql] = ACTIONS(3101), - [sym_int_literal] = ACTIONS(3101), - [sym_float_literal] = ACTIONS(3101), - [sym_rune_literal] = ACTIONS(3101), - [anon_sym_AT] = ACTIONS(3101), - [anon_sym_shared] = ACTIONS(3101), - [anon_sym_map_LBRACK] = ACTIONS(3101), - [anon_sym_chan] = ACTIONS(3101), - [anon_sym_thread] = ACTIONS(3101), - [anon_sym_atomic] = ACTIONS(3101), - [anon_sym_assert] = ACTIONS(3101), - [anon_sym_defer] = ACTIONS(3101), - [anon_sym_goto] = ACTIONS(3101), - [anon_sym_break] = ACTIONS(3101), - [anon_sym_continue] = ACTIONS(3101), - [anon_sym_return] = ACTIONS(3101), - [anon_sym_DOLLARfor] = ACTIONS(3101), - [anon_sym_for] = ACTIONS(3101), - [anon_sym_POUND] = ACTIONS(3101), - [anon_sym_asm] = ACTIONS(3101), - [anon_sym_AT_LBRACK] = ACTIONS(3101), - [sym___double_quote] = ACTIONS(3101), - [sym___single_quote] = ACTIONS(3101), - [sym___c_double_quote] = ACTIONS(3101), - [sym___c_single_quote] = ACTIONS(3101), - [sym___r_double_quote] = ACTIONS(3101), - [sym___r_single_quote] = ACTIONS(3101), - }, - [1465] = { - [ts_builtin_sym_end] = ACTIONS(2987), - [sym_identifier] = ACTIONS(2989), - [anon_sym_LF] = ACTIONS(2989), - [anon_sym_CR] = ACTIONS(2989), - [anon_sym_CR_LF] = ACTIONS(2989), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2989), - [anon_sym_LBRACE] = ACTIONS(2989), - [anon_sym_const] = ACTIONS(2989), - [anon_sym_LPAREN] = ACTIONS(2989), - [anon_sym___global] = ACTIONS(2989), - [anon_sym_type] = ACTIONS(2989), - [anon_sym_PIPE] = ACTIONS(2989), - [anon_sym_fn] = ACTIONS(2989), - [anon_sym_PLUS] = ACTIONS(2989), - [anon_sym_DASH] = ACTIONS(2989), - [anon_sym_STAR] = ACTIONS(2989), - [anon_sym_struct] = ACTIONS(2989), - [anon_sym_union] = ACTIONS(2989), - [anon_sym_pub] = ACTIONS(2989), - [anon_sym_mut] = ACTIONS(2989), - [anon_sym_enum] = ACTIONS(2989), - [anon_sym_interface] = ACTIONS(2989), - [anon_sym_QMARK] = ACTIONS(2989), - [anon_sym_BANG] = ACTIONS(2989), - [anon_sym_go] = ACTIONS(2989), - [anon_sym_spawn] = ACTIONS(2989), - [anon_sym_json_DOTdecode] = ACTIONS(2989), - [anon_sym_LBRACK2] = ACTIONS(2989), - [anon_sym_TILDE] = ACTIONS(2989), - [anon_sym_CARET] = ACTIONS(2989), - [anon_sym_AMP] = ACTIONS(2989), - [anon_sym_LT_DASH] = ACTIONS(2989), - [sym_none] = ACTIONS(2989), - [sym_true] = ACTIONS(2989), - [sym_false] = ACTIONS(2989), - [sym_nil] = ACTIONS(2989), - [anon_sym_if] = ACTIONS(2989), - [anon_sym_DOLLARif] = ACTIONS(2989), - [anon_sym_match] = ACTIONS(2989), - [anon_sym_select] = ACTIONS(2989), - [anon_sym_lock] = ACTIONS(2989), - [anon_sym_rlock] = ACTIONS(2989), - [anon_sym_unsafe] = ACTIONS(2989), - [anon_sym_sql] = ACTIONS(2989), - [sym_int_literal] = ACTIONS(2989), - [sym_float_literal] = ACTIONS(2989), - [sym_rune_literal] = ACTIONS(2989), - [anon_sym_AT] = ACTIONS(2989), - [anon_sym_shared] = ACTIONS(2989), - [anon_sym_map_LBRACK] = ACTIONS(2989), - [anon_sym_chan] = ACTIONS(2989), - [anon_sym_thread] = ACTIONS(2989), - [anon_sym_atomic] = ACTIONS(2989), - [anon_sym_assert] = ACTIONS(2989), - [anon_sym_defer] = ACTIONS(2989), - [anon_sym_goto] = ACTIONS(2989), - [anon_sym_break] = ACTIONS(2989), - [anon_sym_continue] = ACTIONS(2989), - [anon_sym_return] = ACTIONS(2989), - [anon_sym_DOLLARfor] = ACTIONS(2989), - [anon_sym_for] = ACTIONS(2989), - [anon_sym_POUND] = ACTIONS(2989), - [anon_sym_asm] = ACTIONS(2989), - [anon_sym_AT_LBRACK] = ACTIONS(2989), - [sym___double_quote] = ACTIONS(2989), - [sym___single_quote] = ACTIONS(2989), - [sym___c_double_quote] = ACTIONS(2989), - [sym___c_single_quote] = ACTIONS(2989), - [sym___r_double_quote] = ACTIONS(2989), - [sym___r_single_quote] = ACTIONS(2989), - }, - [1466] = { - [ts_builtin_sym_end] = ACTIONS(3095), - [sym_identifier] = ACTIONS(3097), - [anon_sym_LF] = ACTIONS(3097), - [anon_sym_CR] = ACTIONS(3097), - [anon_sym_CR_LF] = ACTIONS(3097), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3097), - [anon_sym_LBRACE] = ACTIONS(3097), - [anon_sym_const] = ACTIONS(3097), - [anon_sym_LPAREN] = ACTIONS(3097), - [anon_sym___global] = ACTIONS(3097), - [anon_sym_type] = ACTIONS(3097), - [anon_sym_PIPE] = ACTIONS(3097), - [anon_sym_fn] = ACTIONS(3097), - [anon_sym_PLUS] = ACTIONS(3097), - [anon_sym_DASH] = ACTIONS(3097), - [anon_sym_STAR] = ACTIONS(3097), - [anon_sym_struct] = ACTIONS(3097), - [anon_sym_union] = ACTIONS(3097), - [anon_sym_pub] = ACTIONS(3097), - [anon_sym_mut] = ACTIONS(3097), - [anon_sym_enum] = ACTIONS(3097), - [anon_sym_interface] = ACTIONS(3097), - [anon_sym_QMARK] = ACTIONS(3097), - [anon_sym_BANG] = ACTIONS(3097), - [anon_sym_go] = ACTIONS(3097), - [anon_sym_spawn] = ACTIONS(3097), - [anon_sym_json_DOTdecode] = ACTIONS(3097), - [anon_sym_LBRACK2] = ACTIONS(3097), - [anon_sym_TILDE] = ACTIONS(3097), - [anon_sym_CARET] = ACTIONS(3097), - [anon_sym_AMP] = ACTIONS(3097), - [anon_sym_LT_DASH] = ACTIONS(3097), - [sym_none] = ACTIONS(3097), - [sym_true] = ACTIONS(3097), - [sym_false] = ACTIONS(3097), - [sym_nil] = ACTIONS(3097), - [anon_sym_if] = ACTIONS(3097), - [anon_sym_DOLLARif] = ACTIONS(3097), - [anon_sym_match] = ACTIONS(3097), - [anon_sym_select] = ACTIONS(3097), - [anon_sym_lock] = ACTIONS(3097), - [anon_sym_rlock] = ACTIONS(3097), - [anon_sym_unsafe] = ACTIONS(3097), - [anon_sym_sql] = ACTIONS(3097), - [sym_int_literal] = ACTIONS(3097), - [sym_float_literal] = ACTIONS(3097), - [sym_rune_literal] = ACTIONS(3097), - [anon_sym_AT] = ACTIONS(3097), - [anon_sym_shared] = ACTIONS(3097), - [anon_sym_map_LBRACK] = ACTIONS(3097), - [anon_sym_chan] = ACTIONS(3097), - [anon_sym_thread] = ACTIONS(3097), - [anon_sym_atomic] = ACTIONS(3097), - [anon_sym_assert] = ACTIONS(3097), - [anon_sym_defer] = ACTIONS(3097), - [anon_sym_goto] = ACTIONS(3097), - [anon_sym_break] = ACTIONS(3097), - [anon_sym_continue] = ACTIONS(3097), - [anon_sym_return] = ACTIONS(3097), - [anon_sym_DOLLARfor] = ACTIONS(3097), - [anon_sym_for] = ACTIONS(3097), - [anon_sym_POUND] = ACTIONS(3097), - [anon_sym_asm] = ACTIONS(3097), - [anon_sym_AT_LBRACK] = ACTIONS(3097), - [sym___double_quote] = ACTIONS(3097), - [sym___single_quote] = ACTIONS(3097), - [sym___c_double_quote] = ACTIONS(3097), - [sym___c_single_quote] = ACTIONS(3097), - [sym___r_double_quote] = ACTIONS(3097), - [sym___r_single_quote] = ACTIONS(3097), - }, - [1467] = { - [ts_builtin_sym_end] = ACTIONS(2933), - [sym_identifier] = ACTIONS(2935), - [anon_sym_LF] = ACTIONS(2935), - [anon_sym_CR] = ACTIONS(2935), - [anon_sym_CR_LF] = ACTIONS(2935), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2935), - [anon_sym_LBRACE] = ACTIONS(2935), - [anon_sym_const] = ACTIONS(2935), - [anon_sym_LPAREN] = ACTIONS(2935), - [anon_sym___global] = ACTIONS(2935), - [anon_sym_type] = ACTIONS(2935), - [anon_sym_PIPE] = ACTIONS(2935), - [anon_sym_fn] = ACTIONS(2935), - [anon_sym_PLUS] = ACTIONS(2935), - [anon_sym_DASH] = ACTIONS(2935), - [anon_sym_STAR] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2935), - [anon_sym_union] = ACTIONS(2935), - [anon_sym_pub] = ACTIONS(2935), - [anon_sym_mut] = ACTIONS(2935), - [anon_sym_enum] = ACTIONS(2935), - [anon_sym_interface] = ACTIONS(2935), - [anon_sym_QMARK] = ACTIONS(2935), - [anon_sym_BANG] = ACTIONS(2935), - [anon_sym_go] = ACTIONS(2935), - [anon_sym_spawn] = ACTIONS(2935), - [anon_sym_json_DOTdecode] = ACTIONS(2935), - [anon_sym_LBRACK2] = ACTIONS(2935), - [anon_sym_TILDE] = ACTIONS(2935), - [anon_sym_CARET] = ACTIONS(2935), - [anon_sym_AMP] = ACTIONS(2935), - [anon_sym_LT_DASH] = ACTIONS(2935), - [sym_none] = ACTIONS(2935), - [sym_true] = ACTIONS(2935), - [sym_false] = ACTIONS(2935), - [sym_nil] = ACTIONS(2935), - [anon_sym_if] = ACTIONS(2935), - [anon_sym_DOLLARif] = ACTIONS(2935), - [anon_sym_match] = ACTIONS(2935), - [anon_sym_select] = ACTIONS(2935), - [anon_sym_lock] = ACTIONS(2935), - [anon_sym_rlock] = ACTIONS(2935), - [anon_sym_unsafe] = ACTIONS(2935), - [anon_sym_sql] = ACTIONS(2935), - [sym_int_literal] = ACTIONS(2935), - [sym_float_literal] = ACTIONS(2935), - [sym_rune_literal] = ACTIONS(2935), - [anon_sym_AT] = ACTIONS(2935), - [anon_sym_shared] = ACTIONS(2935), - [anon_sym_map_LBRACK] = ACTIONS(2935), - [anon_sym_chan] = ACTIONS(2935), - [anon_sym_thread] = ACTIONS(2935), - [anon_sym_atomic] = ACTIONS(2935), - [anon_sym_assert] = ACTIONS(2935), - [anon_sym_defer] = ACTIONS(2935), - [anon_sym_goto] = ACTIONS(2935), - [anon_sym_break] = ACTIONS(2935), - [anon_sym_continue] = ACTIONS(2935), - [anon_sym_return] = ACTIONS(2935), - [anon_sym_DOLLARfor] = ACTIONS(2935), - [anon_sym_for] = ACTIONS(2935), - [anon_sym_POUND] = ACTIONS(2935), - [anon_sym_asm] = ACTIONS(2935), - [anon_sym_AT_LBRACK] = ACTIONS(2935), - [sym___double_quote] = ACTIONS(2935), - [sym___single_quote] = ACTIONS(2935), - [sym___c_double_quote] = ACTIONS(2935), - [sym___c_single_quote] = ACTIONS(2935), - [sym___r_double_quote] = ACTIONS(2935), - [sym___r_single_quote] = ACTIONS(2935), - }, - [1468] = { - [sym_block] = STATE(1499), + [1469] = { + [sym_block] = STATE(1521), [ts_builtin_sym_end] = ACTIONS(3869), [sym_identifier] = ACTIONS(3871), [anon_sym_LF] = ACTIONS(3871), @@ -179935,7 +180781,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CR_LF] = ACTIONS(3871), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(3871), - [anon_sym_LBRACE] = ACTIONS(3799), + [anon_sym_LBRACE] = ACTIONS(3809), [anon_sym_const] = ACTIONS(3871), [anon_sym_LPAREN] = ACTIONS(3871), [anon_sym___global] = ACTIONS(3871), @@ -179999,81 +180845,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3871), [sym___r_single_quote] = ACTIONS(3871), }, - [1469] = { - [ts_builtin_sym_end] = ACTIONS(3756), - [sym_identifier] = ACTIONS(3758), - [anon_sym_LF] = ACTIONS(3758), - [anon_sym_CR] = ACTIONS(3758), - [anon_sym_CR_LF] = ACTIONS(3758), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3758), - [anon_sym_LBRACE] = ACTIONS(3758), - [anon_sym_const] = ACTIONS(3758), - [anon_sym_LPAREN] = ACTIONS(3758), - [anon_sym___global] = ACTIONS(3758), - [anon_sym_type] = ACTIONS(3758), - [anon_sym_PIPE] = ACTIONS(3758), - [anon_sym_fn] = ACTIONS(3758), - [anon_sym_PLUS] = ACTIONS(3758), - [anon_sym_DASH] = ACTIONS(3758), - [anon_sym_STAR] = ACTIONS(3758), - [anon_sym_struct] = ACTIONS(3758), - [anon_sym_union] = ACTIONS(3758), - [anon_sym_pub] = ACTIONS(3758), - [anon_sym_mut] = ACTIONS(3758), - [anon_sym_enum] = ACTIONS(3758), - [anon_sym_interface] = ACTIONS(3758), - [anon_sym_QMARK] = ACTIONS(3758), - [anon_sym_BANG] = ACTIONS(3758), - [anon_sym_go] = ACTIONS(3758), - [anon_sym_spawn] = ACTIONS(3758), - [anon_sym_json_DOTdecode] = ACTIONS(3758), - [anon_sym_LBRACK2] = ACTIONS(3758), - [anon_sym_TILDE] = ACTIONS(3758), - [anon_sym_CARET] = ACTIONS(3758), - [anon_sym_AMP] = ACTIONS(3758), - [anon_sym_LT_DASH] = ACTIONS(3758), - [sym_none] = ACTIONS(3758), - [sym_true] = ACTIONS(3758), - [sym_false] = ACTIONS(3758), - [sym_nil] = ACTIONS(3758), - [anon_sym_if] = ACTIONS(3758), - [anon_sym_DOLLARif] = ACTIONS(3758), - [anon_sym_match] = ACTIONS(3758), - [anon_sym_select] = ACTIONS(3758), - [anon_sym_lock] = ACTIONS(3758), - [anon_sym_rlock] = ACTIONS(3758), - [anon_sym_unsafe] = ACTIONS(3758), - [anon_sym_sql] = ACTIONS(3758), - [sym_int_literal] = ACTIONS(3758), - [sym_float_literal] = ACTIONS(3758), - [sym_rune_literal] = ACTIONS(3758), - [anon_sym_AT] = ACTIONS(3758), - [anon_sym_shared] = ACTIONS(3758), - [anon_sym_map_LBRACK] = ACTIONS(3758), - [anon_sym_chan] = ACTIONS(3758), - [anon_sym_thread] = ACTIONS(3758), - [anon_sym_atomic] = ACTIONS(3758), - [anon_sym_assert] = ACTIONS(3758), - [anon_sym_defer] = ACTIONS(3758), - [anon_sym_goto] = ACTIONS(3758), - [anon_sym_break] = ACTIONS(3758), - [anon_sym_continue] = ACTIONS(3758), - [anon_sym_return] = ACTIONS(3758), - [anon_sym_DOLLARfor] = ACTIONS(3758), - [anon_sym_for] = ACTIONS(3758), - [anon_sym_POUND] = ACTIONS(3758), - [anon_sym_asm] = ACTIONS(3758), - [anon_sym_AT_LBRACK] = ACTIONS(3758), - [sym___double_quote] = ACTIONS(3758), - [sym___single_quote] = ACTIONS(3758), - [sym___c_double_quote] = ACTIONS(3758), - [sym___c_single_quote] = ACTIONS(3758), - [sym___r_double_quote] = ACTIONS(3758), - [sym___r_single_quote] = ACTIONS(3758), - }, [1470] = { - [sym_block] = STATE(1530), + [sym_block] = STATE(1494), [ts_builtin_sym_end] = ACTIONS(3873), [sym_identifier] = ACTIONS(3875), [anon_sym_LF] = ACTIONS(3875), @@ -180081,7 +180854,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CR_LF] = ACTIONS(3875), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(3875), - [anon_sym_LBRACE] = ACTIONS(3799), + [anon_sym_LBRACE] = ACTIONS(3809), [anon_sym_const] = ACTIONS(3875), [anon_sym_LPAREN] = ACTIONS(3875), [anon_sym___global] = ACTIONS(3875), @@ -180146,153 +180919,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_single_quote] = ACTIONS(3875), }, [1471] = { - [ts_builtin_sym_end] = ACTIONS(2917), - [sym_identifier] = ACTIONS(2919), - [anon_sym_LF] = ACTIONS(2919), - [anon_sym_CR] = ACTIONS(2919), - [anon_sym_CR_LF] = ACTIONS(2919), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2919), - [anon_sym_LBRACE] = ACTIONS(2919), - [anon_sym_const] = ACTIONS(2919), - [anon_sym_LPAREN] = ACTIONS(2919), - [anon_sym___global] = ACTIONS(2919), - [anon_sym_type] = ACTIONS(2919), - [anon_sym_PIPE] = ACTIONS(2919), - [anon_sym_fn] = ACTIONS(2919), - [anon_sym_PLUS] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2919), - [anon_sym_STAR] = ACTIONS(2919), - [anon_sym_struct] = ACTIONS(2919), - [anon_sym_union] = ACTIONS(2919), - [anon_sym_pub] = ACTIONS(2919), - [anon_sym_mut] = ACTIONS(2919), - [anon_sym_enum] = ACTIONS(2919), - [anon_sym_interface] = ACTIONS(2919), - [anon_sym_QMARK] = ACTIONS(2919), - [anon_sym_BANG] = ACTIONS(2919), - [anon_sym_go] = ACTIONS(2919), - [anon_sym_spawn] = ACTIONS(2919), - [anon_sym_json_DOTdecode] = ACTIONS(2919), - [anon_sym_LBRACK2] = ACTIONS(2919), - [anon_sym_TILDE] = ACTIONS(2919), - [anon_sym_CARET] = ACTIONS(2919), - [anon_sym_AMP] = ACTIONS(2919), - [anon_sym_LT_DASH] = ACTIONS(2919), - [sym_none] = ACTIONS(2919), - [sym_true] = ACTIONS(2919), - [sym_false] = ACTIONS(2919), - [sym_nil] = ACTIONS(2919), - [anon_sym_if] = ACTIONS(2919), - [anon_sym_DOLLARif] = ACTIONS(2919), - [anon_sym_match] = ACTIONS(2919), - [anon_sym_select] = ACTIONS(2919), - [anon_sym_lock] = ACTIONS(2919), - [anon_sym_rlock] = ACTIONS(2919), - [anon_sym_unsafe] = ACTIONS(2919), - [anon_sym_sql] = ACTIONS(2919), - [sym_int_literal] = ACTIONS(2919), - [sym_float_literal] = ACTIONS(2919), - [sym_rune_literal] = ACTIONS(2919), - [anon_sym_AT] = ACTIONS(2919), - [anon_sym_shared] = ACTIONS(2919), - [anon_sym_map_LBRACK] = ACTIONS(2919), - [anon_sym_chan] = ACTIONS(2919), - [anon_sym_thread] = ACTIONS(2919), - [anon_sym_atomic] = ACTIONS(2919), - [anon_sym_assert] = ACTIONS(2919), - [anon_sym_defer] = ACTIONS(2919), - [anon_sym_goto] = ACTIONS(2919), - [anon_sym_break] = ACTIONS(2919), - [anon_sym_continue] = ACTIONS(2919), - [anon_sym_return] = ACTIONS(2919), - [anon_sym_DOLLARfor] = ACTIONS(2919), - [anon_sym_for] = ACTIONS(2919), - [anon_sym_POUND] = ACTIONS(2919), - [anon_sym_asm] = ACTIONS(2919), - [anon_sym_AT_LBRACK] = ACTIONS(2919), - [sym___double_quote] = ACTIONS(2919), - [sym___single_quote] = ACTIONS(2919), - [sym___c_double_quote] = ACTIONS(2919), - [sym___c_single_quote] = ACTIONS(2919), - [sym___r_double_quote] = ACTIONS(2919), - [sym___r_single_quote] = ACTIONS(2919), - }, - [1472] = { - [ts_builtin_sym_end] = ACTIONS(2842), - [sym_identifier] = ACTIONS(2844), - [anon_sym_LF] = ACTIONS(2844), - [anon_sym_CR] = ACTIONS(2844), - [anon_sym_CR_LF] = ACTIONS(2844), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2844), - [anon_sym_LBRACE] = ACTIONS(2844), - [anon_sym_const] = ACTIONS(2844), - [anon_sym_LPAREN] = ACTIONS(2844), - [anon_sym___global] = ACTIONS(2844), - [anon_sym_type] = ACTIONS(2844), - [anon_sym_PIPE] = ACTIONS(2844), - [anon_sym_fn] = ACTIONS(2844), - [anon_sym_PLUS] = ACTIONS(2844), - [anon_sym_DASH] = ACTIONS(2844), - [anon_sym_STAR] = ACTIONS(2844), - [anon_sym_struct] = ACTIONS(2844), - [anon_sym_union] = ACTIONS(2844), - [anon_sym_pub] = ACTIONS(2844), - [anon_sym_mut] = ACTIONS(2844), - [anon_sym_enum] = ACTIONS(2844), - [anon_sym_interface] = ACTIONS(2844), - [anon_sym_QMARK] = ACTIONS(2844), - [anon_sym_BANG] = ACTIONS(2844), - [anon_sym_go] = ACTIONS(2844), - [anon_sym_spawn] = ACTIONS(2844), - [anon_sym_json_DOTdecode] = ACTIONS(2844), - [anon_sym_LBRACK2] = ACTIONS(2844), - [anon_sym_TILDE] = ACTIONS(2844), - [anon_sym_CARET] = ACTIONS(2844), - [anon_sym_AMP] = ACTIONS(2844), - [anon_sym_LT_DASH] = ACTIONS(2844), - [sym_none] = ACTIONS(2844), - [sym_true] = ACTIONS(2844), - [sym_false] = ACTIONS(2844), - [sym_nil] = ACTIONS(2844), - [anon_sym_if] = ACTIONS(2844), - [anon_sym_DOLLARif] = ACTIONS(2844), - [anon_sym_match] = ACTIONS(2844), - [anon_sym_select] = ACTIONS(2844), - [anon_sym_lock] = ACTIONS(2844), - [anon_sym_rlock] = ACTIONS(2844), - [anon_sym_unsafe] = ACTIONS(2844), - [anon_sym_sql] = ACTIONS(2844), - [sym_int_literal] = ACTIONS(2844), - [sym_float_literal] = ACTIONS(2844), - [sym_rune_literal] = ACTIONS(2844), - [anon_sym_AT] = ACTIONS(2844), - [anon_sym_shared] = ACTIONS(2844), - [anon_sym_map_LBRACK] = ACTIONS(2844), - [anon_sym_chan] = ACTIONS(2844), - [anon_sym_thread] = ACTIONS(2844), - [anon_sym_atomic] = ACTIONS(2844), - [anon_sym_assert] = ACTIONS(2844), - [anon_sym_defer] = ACTIONS(2844), - [anon_sym_goto] = ACTIONS(2844), - [anon_sym_break] = ACTIONS(2844), - [anon_sym_continue] = ACTIONS(2844), - [anon_sym_return] = ACTIONS(2844), - [anon_sym_DOLLARfor] = ACTIONS(2844), - [anon_sym_for] = ACTIONS(2844), - [anon_sym_POUND] = ACTIONS(2844), - [anon_sym_asm] = ACTIONS(2844), - [anon_sym_AT_LBRACK] = ACTIONS(2844), - [sym___double_quote] = ACTIONS(2844), - [sym___single_quote] = ACTIONS(2844), - [sym___c_double_quote] = ACTIONS(2844), - [sym___c_single_quote] = ACTIONS(2844), - [sym___r_double_quote] = ACTIONS(2844), - [sym___r_single_quote] = ACTIONS(2844), - }, - [1473] = { - [sym_block] = STATE(1513), + [sym_block] = STATE(1504), [ts_builtin_sym_end] = ACTIONS(3877), [sym_identifier] = ACTIONS(3879), [anon_sym_LF] = ACTIONS(3879), @@ -180300,7 +180927,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CR_LF] = ACTIONS(3879), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(3879), - [anon_sym_LBRACE] = ACTIONS(3799), + [anon_sym_LBRACE] = ACTIONS(3809), [anon_sym_const] = ACTIONS(3879), [anon_sym_LPAREN] = ACTIONS(3879), [anon_sym___global] = ACTIONS(3879), @@ -180364,154 +180991,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3879), [sym___r_single_quote] = ACTIONS(3879), }, - [1474] = { - [ts_builtin_sym_end] = ACTIONS(3131), - [sym_identifier] = ACTIONS(3133), - [anon_sym_LF] = ACTIONS(3133), - [anon_sym_CR] = ACTIONS(3133), - [anon_sym_CR_LF] = ACTIONS(3133), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3133), - [anon_sym_LBRACE] = ACTIONS(3133), - [anon_sym_const] = ACTIONS(3133), - [anon_sym_LPAREN] = ACTIONS(3133), - [anon_sym___global] = ACTIONS(3133), - [anon_sym_type] = ACTIONS(3133), - [anon_sym_PIPE] = ACTIONS(3133), - [anon_sym_fn] = ACTIONS(3133), - [anon_sym_PLUS] = ACTIONS(3133), - [anon_sym_DASH] = ACTIONS(3133), - [anon_sym_STAR] = ACTIONS(3133), - [anon_sym_struct] = ACTIONS(3133), - [anon_sym_union] = ACTIONS(3133), - [anon_sym_pub] = ACTIONS(3133), - [anon_sym_mut] = ACTIONS(3133), - [anon_sym_enum] = ACTIONS(3133), - [anon_sym_interface] = ACTIONS(3133), - [anon_sym_QMARK] = ACTIONS(3133), - [anon_sym_BANG] = ACTIONS(3133), - [anon_sym_go] = ACTIONS(3133), - [anon_sym_spawn] = ACTIONS(3133), - [anon_sym_json_DOTdecode] = ACTIONS(3133), - [anon_sym_LBRACK2] = ACTIONS(3133), - [anon_sym_TILDE] = ACTIONS(3133), - [anon_sym_CARET] = ACTIONS(3133), - [anon_sym_AMP] = ACTIONS(3133), - [anon_sym_LT_DASH] = ACTIONS(3133), - [sym_none] = ACTIONS(3133), - [sym_true] = ACTIONS(3133), - [sym_false] = ACTIONS(3133), - [sym_nil] = ACTIONS(3133), - [anon_sym_if] = ACTIONS(3133), - [anon_sym_DOLLARif] = ACTIONS(3133), - [anon_sym_match] = ACTIONS(3133), - [anon_sym_select] = ACTIONS(3133), - [anon_sym_lock] = ACTIONS(3133), - [anon_sym_rlock] = ACTIONS(3133), - [anon_sym_unsafe] = ACTIONS(3133), - [anon_sym_sql] = ACTIONS(3133), - [sym_int_literal] = ACTIONS(3133), - [sym_float_literal] = ACTIONS(3133), - [sym_rune_literal] = ACTIONS(3133), - [anon_sym_AT] = ACTIONS(3133), - [anon_sym_shared] = ACTIONS(3133), - [anon_sym_map_LBRACK] = ACTIONS(3133), - [anon_sym_chan] = ACTIONS(3133), - [anon_sym_thread] = ACTIONS(3133), - [anon_sym_atomic] = ACTIONS(3133), - [anon_sym_assert] = ACTIONS(3133), - [anon_sym_defer] = ACTIONS(3133), - [anon_sym_goto] = ACTIONS(3133), - [anon_sym_break] = ACTIONS(3133), - [anon_sym_continue] = ACTIONS(3133), - [anon_sym_return] = ACTIONS(3133), - [anon_sym_DOLLARfor] = ACTIONS(3133), - [anon_sym_for] = ACTIONS(3133), - [anon_sym_POUND] = ACTIONS(3133), - [anon_sym_asm] = ACTIONS(3133), - [anon_sym_AT_LBRACK] = ACTIONS(3133), - [sym___double_quote] = ACTIONS(3133), - [sym___single_quote] = ACTIONS(3133), - [sym___c_double_quote] = ACTIONS(3133), - [sym___c_single_quote] = ACTIONS(3133), - [sym___r_double_quote] = ACTIONS(3133), - [sym___r_single_quote] = ACTIONS(3133), - }, - [1475] = { - [ts_builtin_sym_end] = ACTIONS(3135), - [sym_identifier] = ACTIONS(3137), - [anon_sym_LF] = ACTIONS(3137), - [anon_sym_CR] = ACTIONS(3137), - [anon_sym_CR_LF] = ACTIONS(3137), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3137), - [anon_sym_LBRACE] = ACTIONS(3137), - [anon_sym_const] = ACTIONS(3137), - [anon_sym_LPAREN] = ACTIONS(3137), - [anon_sym___global] = ACTIONS(3137), - [anon_sym_type] = ACTIONS(3137), - [anon_sym_PIPE] = ACTIONS(3137), - [anon_sym_fn] = ACTIONS(3137), - [anon_sym_PLUS] = ACTIONS(3137), - [anon_sym_DASH] = ACTIONS(3137), - [anon_sym_STAR] = ACTIONS(3137), - [anon_sym_struct] = ACTIONS(3137), - [anon_sym_union] = ACTIONS(3137), - [anon_sym_pub] = ACTIONS(3137), - [anon_sym_mut] = ACTIONS(3137), - [anon_sym_enum] = ACTIONS(3137), - [anon_sym_interface] = ACTIONS(3137), - [anon_sym_QMARK] = ACTIONS(3137), - [anon_sym_BANG] = ACTIONS(3137), - [anon_sym_go] = ACTIONS(3137), - [anon_sym_spawn] = ACTIONS(3137), - [anon_sym_json_DOTdecode] = ACTIONS(3137), - [anon_sym_LBRACK2] = ACTIONS(3137), - [anon_sym_TILDE] = ACTIONS(3137), - [anon_sym_CARET] = ACTIONS(3137), - [anon_sym_AMP] = ACTIONS(3137), - [anon_sym_LT_DASH] = ACTIONS(3137), - [sym_none] = ACTIONS(3137), - [sym_true] = ACTIONS(3137), - [sym_false] = ACTIONS(3137), - [sym_nil] = ACTIONS(3137), - [anon_sym_if] = ACTIONS(3137), - [anon_sym_DOLLARif] = ACTIONS(3137), - [anon_sym_match] = ACTIONS(3137), - [anon_sym_select] = ACTIONS(3137), - [anon_sym_lock] = ACTIONS(3137), - [anon_sym_rlock] = ACTIONS(3137), - [anon_sym_unsafe] = ACTIONS(3137), - [anon_sym_sql] = ACTIONS(3137), - [sym_int_literal] = ACTIONS(3137), - [sym_float_literal] = ACTIONS(3137), - [sym_rune_literal] = ACTIONS(3137), - [anon_sym_AT] = ACTIONS(3137), - [anon_sym_shared] = ACTIONS(3137), - [anon_sym_map_LBRACK] = ACTIONS(3137), - [anon_sym_chan] = ACTIONS(3137), - [anon_sym_thread] = ACTIONS(3137), - [anon_sym_atomic] = ACTIONS(3137), - [anon_sym_assert] = ACTIONS(3137), - [anon_sym_defer] = ACTIONS(3137), - [anon_sym_goto] = ACTIONS(3137), - [anon_sym_break] = ACTIONS(3137), - [anon_sym_continue] = ACTIONS(3137), - [anon_sym_return] = ACTIONS(3137), - [anon_sym_DOLLARfor] = ACTIONS(3137), - [anon_sym_for] = ACTIONS(3137), - [anon_sym_POUND] = ACTIONS(3137), - [anon_sym_asm] = ACTIONS(3137), - [anon_sym_AT_LBRACK] = ACTIONS(3137), - [sym___double_quote] = ACTIONS(3137), - [sym___single_quote] = ACTIONS(3137), - [sym___c_double_quote] = ACTIONS(3137), - [sym___c_single_quote] = ACTIONS(3137), - [sym___r_double_quote] = ACTIONS(3137), - [sym___r_single_quote] = ACTIONS(3137), - }, - [1476] = { - [sym_block] = STATE(1520), + [1472] = { + [sym_block] = STATE(1581), [ts_builtin_sym_end] = ACTIONS(3881), [sym_identifier] = ACTIONS(3883), [anon_sym_LF] = ACTIONS(3883), @@ -180519,7 +181000,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CR_LF] = ACTIONS(3883), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(3883), - [anon_sym_LBRACE] = ACTIONS(3799), + [anon_sym_LBRACE] = ACTIONS(3809), [anon_sym_const] = ACTIONS(3883), [anon_sym_LPAREN] = ACTIONS(3883), [anon_sym___global] = ACTIONS(3883), @@ -180583,7 +181064,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3883), [sym___r_single_quote] = ACTIONS(3883), }, - [1477] = { + [1473] = { + [ts_builtin_sym_end] = ACTIONS(3029), + [sym_identifier] = ACTIONS(3031), + [anon_sym_LF] = ACTIONS(3031), + [anon_sym_CR] = ACTIONS(3031), + [anon_sym_CR_LF] = ACTIONS(3031), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3031), + [anon_sym_LBRACE] = ACTIONS(3031), + [anon_sym_const] = ACTIONS(3031), + [anon_sym_LPAREN] = ACTIONS(3031), + [anon_sym___global] = ACTIONS(3031), + [anon_sym_type] = ACTIONS(3031), + [anon_sym_PIPE] = ACTIONS(3031), + [anon_sym_fn] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_STAR] = ACTIONS(3031), + [anon_sym_struct] = ACTIONS(3031), + [anon_sym_union] = ACTIONS(3031), + [anon_sym_pub] = ACTIONS(3031), + [anon_sym_mut] = ACTIONS(3031), + [anon_sym_enum] = ACTIONS(3031), + [anon_sym_interface] = ACTIONS(3031), + [anon_sym_QMARK] = ACTIONS(3031), + [anon_sym_BANG] = ACTIONS(3031), + [anon_sym_go] = ACTIONS(3031), + [anon_sym_spawn] = ACTIONS(3031), + [anon_sym_json_DOTdecode] = ACTIONS(3031), + [anon_sym_LBRACK2] = ACTIONS(3031), + [anon_sym_TILDE] = ACTIONS(3031), + [anon_sym_CARET] = ACTIONS(3031), + [anon_sym_AMP] = ACTIONS(3031), + [anon_sym_LT_DASH] = ACTIONS(3031), + [sym_none] = ACTIONS(3031), + [sym_true] = ACTIONS(3031), + [sym_false] = ACTIONS(3031), + [sym_nil] = ACTIONS(3031), + [anon_sym_if] = ACTIONS(3031), + [anon_sym_DOLLARif] = ACTIONS(3031), + [anon_sym_match] = ACTIONS(3031), + [anon_sym_select] = ACTIONS(3031), + [anon_sym_lock] = ACTIONS(3031), + [anon_sym_rlock] = ACTIONS(3031), + [anon_sym_unsafe] = ACTIONS(3031), + [anon_sym_sql] = ACTIONS(3031), + [sym_int_literal] = ACTIONS(3031), + [sym_float_literal] = ACTIONS(3031), + [sym_rune_literal] = ACTIONS(3031), + [anon_sym_AT] = ACTIONS(3031), + [anon_sym_shared] = ACTIONS(3031), + [anon_sym_map_LBRACK] = ACTIONS(3031), + [anon_sym_chan] = ACTIONS(3031), + [anon_sym_thread] = ACTIONS(3031), + [anon_sym_atomic] = ACTIONS(3031), + [anon_sym_assert] = ACTIONS(3031), + [anon_sym_defer] = ACTIONS(3031), + [anon_sym_goto] = ACTIONS(3031), + [anon_sym_break] = ACTIONS(3031), + [anon_sym_continue] = ACTIONS(3031), + [anon_sym_return] = ACTIONS(3031), + [anon_sym_DOLLARfor] = ACTIONS(3031), + [anon_sym_for] = ACTIONS(3031), + [anon_sym_POUND] = ACTIONS(3031), + [anon_sym_asm] = ACTIONS(3031), + [anon_sym_AT_LBRACK] = ACTIONS(3031), + [sym___double_quote] = ACTIONS(3031), + [sym___single_quote] = ACTIONS(3031), + [sym___c_double_quote] = ACTIONS(3031), + [sym___c_single_quote] = ACTIONS(3031), + [sym___r_double_quote] = ACTIONS(3031), + [sym___r_single_quote] = ACTIONS(3031), + }, + [1474] = { + [sym_block] = STATE(1497), [ts_builtin_sym_end] = ACTIONS(3885), [sym_identifier] = ACTIONS(3887), [anon_sym_LF] = ACTIONS(3887), @@ -180591,12 +181146,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CR_LF] = ACTIONS(3887), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(3887), - [anon_sym_LBRACE] = ACTIONS(3887), + [anon_sym_LBRACE] = ACTIONS(3809), [anon_sym_const] = ACTIONS(3887), [anon_sym_LPAREN] = ACTIONS(3887), [anon_sym___global] = ACTIONS(3887), [anon_sym_type] = ACTIONS(3887), - [anon_sym_PIPE] = ACTIONS(3887), [anon_sym_fn] = ACTIONS(3887), [anon_sym_PLUS] = ACTIONS(3887), [anon_sym_DASH] = ACTIONS(3887), @@ -180656,8 +181210,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3887), [sym___r_single_quote] = ACTIONS(3887), }, - [1478] = { - [sym_block] = STATE(1545), + [1475] = { + [ts_builtin_sym_end] = ACTIONS(3025), + [sym_identifier] = ACTIONS(3027), + [anon_sym_LF] = ACTIONS(3027), + [anon_sym_CR] = ACTIONS(3027), + [anon_sym_CR_LF] = ACTIONS(3027), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3027), + [anon_sym_LBRACE] = ACTIONS(3027), + [anon_sym_const] = ACTIONS(3027), + [anon_sym_LPAREN] = ACTIONS(3027), + [anon_sym___global] = ACTIONS(3027), + [anon_sym_type] = ACTIONS(3027), + [anon_sym_PIPE] = ACTIONS(3027), + [anon_sym_fn] = ACTIONS(3027), + [anon_sym_PLUS] = ACTIONS(3027), + [anon_sym_DASH] = ACTIONS(3027), + [anon_sym_STAR] = ACTIONS(3027), + [anon_sym_struct] = ACTIONS(3027), + [anon_sym_union] = ACTIONS(3027), + [anon_sym_pub] = ACTIONS(3027), + [anon_sym_mut] = ACTIONS(3027), + [anon_sym_enum] = ACTIONS(3027), + [anon_sym_interface] = ACTIONS(3027), + [anon_sym_QMARK] = ACTIONS(3027), + [anon_sym_BANG] = ACTIONS(3027), + [anon_sym_go] = ACTIONS(3027), + [anon_sym_spawn] = ACTIONS(3027), + [anon_sym_json_DOTdecode] = ACTIONS(3027), + [anon_sym_LBRACK2] = ACTIONS(3027), + [anon_sym_TILDE] = ACTIONS(3027), + [anon_sym_CARET] = ACTIONS(3027), + [anon_sym_AMP] = ACTIONS(3027), + [anon_sym_LT_DASH] = ACTIONS(3027), + [sym_none] = ACTIONS(3027), + [sym_true] = ACTIONS(3027), + [sym_false] = ACTIONS(3027), + [sym_nil] = ACTIONS(3027), + [anon_sym_if] = ACTIONS(3027), + [anon_sym_DOLLARif] = ACTIONS(3027), + [anon_sym_match] = ACTIONS(3027), + [anon_sym_select] = ACTIONS(3027), + [anon_sym_lock] = ACTIONS(3027), + [anon_sym_rlock] = ACTIONS(3027), + [anon_sym_unsafe] = ACTIONS(3027), + [anon_sym_sql] = ACTIONS(3027), + [sym_int_literal] = ACTIONS(3027), + [sym_float_literal] = ACTIONS(3027), + [sym_rune_literal] = ACTIONS(3027), + [anon_sym_AT] = ACTIONS(3027), + [anon_sym_shared] = ACTIONS(3027), + [anon_sym_map_LBRACK] = ACTIONS(3027), + [anon_sym_chan] = ACTIONS(3027), + [anon_sym_thread] = ACTIONS(3027), + [anon_sym_atomic] = ACTIONS(3027), + [anon_sym_assert] = ACTIONS(3027), + [anon_sym_defer] = ACTIONS(3027), + [anon_sym_goto] = ACTIONS(3027), + [anon_sym_break] = ACTIONS(3027), + [anon_sym_continue] = ACTIONS(3027), + [anon_sym_return] = ACTIONS(3027), + [anon_sym_DOLLARfor] = ACTIONS(3027), + [anon_sym_for] = ACTIONS(3027), + [anon_sym_POUND] = ACTIONS(3027), + [anon_sym_asm] = ACTIONS(3027), + [anon_sym_AT_LBRACK] = ACTIONS(3027), + [sym___double_quote] = ACTIONS(3027), + [sym___single_quote] = ACTIONS(3027), + [sym___c_double_quote] = ACTIONS(3027), + [sym___c_single_quote] = ACTIONS(3027), + [sym___r_double_quote] = ACTIONS(3027), + [sym___r_single_quote] = ACTIONS(3027), + }, + [1476] = { + [sym_block] = STATE(1487), [ts_builtin_sym_end] = ACTIONS(3889), [sym_identifier] = ACTIONS(3891), [anon_sym_LF] = ACTIONS(3891), @@ -180665,7 +181292,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CR_LF] = ACTIONS(3891), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(3891), - [anon_sym_LBRACE] = ACTIONS(3799), + [anon_sym_LBRACE] = ACTIONS(3809), [anon_sym_const] = ACTIONS(3891), [anon_sym_LPAREN] = ACTIONS(3891), [anon_sym___global] = ACTIONS(3891), @@ -180729,8 +181356,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3891), [sym___r_single_quote] = ACTIONS(3891), }, - [1479] = { - [sym_block] = STATE(1573), + [1477] = { + [ts_builtin_sym_end] = ACTIONS(3009), + [sym_identifier] = ACTIONS(3011), + [anon_sym_LF] = ACTIONS(3011), + [anon_sym_CR] = ACTIONS(3011), + [anon_sym_CR_LF] = ACTIONS(3011), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(3011), + [anon_sym_const] = ACTIONS(3011), + [anon_sym_LPAREN] = ACTIONS(3011), + [anon_sym___global] = ACTIONS(3011), + [anon_sym_type] = ACTIONS(3011), + [anon_sym_PIPE] = ACTIONS(3011), + [anon_sym_fn] = ACTIONS(3011), + [anon_sym_PLUS] = ACTIONS(3011), + [anon_sym_DASH] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3011), + [anon_sym_struct] = ACTIONS(3011), + [anon_sym_union] = ACTIONS(3011), + [anon_sym_pub] = ACTIONS(3011), + [anon_sym_mut] = ACTIONS(3011), + [anon_sym_enum] = ACTIONS(3011), + [anon_sym_interface] = ACTIONS(3011), + [anon_sym_QMARK] = ACTIONS(3011), + [anon_sym_BANG] = ACTIONS(3011), + [anon_sym_go] = ACTIONS(3011), + [anon_sym_spawn] = ACTIONS(3011), + [anon_sym_json_DOTdecode] = ACTIONS(3011), + [anon_sym_LBRACK2] = ACTIONS(3011), + [anon_sym_TILDE] = ACTIONS(3011), + [anon_sym_CARET] = ACTIONS(3011), + [anon_sym_AMP] = ACTIONS(3011), + [anon_sym_LT_DASH] = ACTIONS(3011), + [sym_none] = ACTIONS(3011), + [sym_true] = ACTIONS(3011), + [sym_false] = ACTIONS(3011), + [sym_nil] = ACTIONS(3011), + [anon_sym_if] = ACTIONS(3011), + [anon_sym_DOLLARif] = ACTIONS(3011), + [anon_sym_match] = ACTIONS(3011), + [anon_sym_select] = ACTIONS(3011), + [anon_sym_lock] = ACTIONS(3011), + [anon_sym_rlock] = ACTIONS(3011), + [anon_sym_unsafe] = ACTIONS(3011), + [anon_sym_sql] = ACTIONS(3011), + [sym_int_literal] = ACTIONS(3011), + [sym_float_literal] = ACTIONS(3011), + [sym_rune_literal] = ACTIONS(3011), + [anon_sym_AT] = ACTIONS(3011), + [anon_sym_shared] = ACTIONS(3011), + [anon_sym_map_LBRACK] = ACTIONS(3011), + [anon_sym_chan] = ACTIONS(3011), + [anon_sym_thread] = ACTIONS(3011), + [anon_sym_atomic] = ACTIONS(3011), + [anon_sym_assert] = ACTIONS(3011), + [anon_sym_defer] = ACTIONS(3011), + [anon_sym_goto] = ACTIONS(3011), + [anon_sym_break] = ACTIONS(3011), + [anon_sym_continue] = ACTIONS(3011), + [anon_sym_return] = ACTIONS(3011), + [anon_sym_DOLLARfor] = ACTIONS(3011), + [anon_sym_for] = ACTIONS(3011), + [anon_sym_POUND] = ACTIONS(3011), + [anon_sym_asm] = ACTIONS(3011), + [anon_sym_AT_LBRACK] = ACTIONS(3011), + [sym___double_quote] = ACTIONS(3011), + [sym___single_quote] = ACTIONS(3011), + [sym___c_double_quote] = ACTIONS(3011), + [sym___c_single_quote] = ACTIONS(3011), + [sym___r_double_quote] = ACTIONS(3011), + [sym___r_single_quote] = ACTIONS(3011), + }, + [1478] = { + [sym_block] = STATE(1506), [ts_builtin_sym_end] = ACTIONS(3893), [sym_identifier] = ACTIONS(3895), [anon_sym_LF] = ACTIONS(3895), @@ -180738,7 +181438,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CR_LF] = ACTIONS(3895), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(3895), - [anon_sym_LBRACE] = ACTIONS(3799), + [anon_sym_LBRACE] = ACTIONS(3809), [anon_sym_const] = ACTIONS(3895), [anon_sym_LPAREN] = ACTIONS(3895), [anon_sym___global] = ACTIONS(3895), @@ -180802,154 +181502,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3895), [sym___r_single_quote] = ACTIONS(3895), }, - [1480] = { - [ts_builtin_sym_end] = ACTIONS(2838), - [sym_identifier] = ACTIONS(2840), - [anon_sym_LF] = ACTIONS(2840), - [anon_sym_CR] = ACTIONS(2840), - [anon_sym_CR_LF] = ACTIONS(2840), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2840), - [anon_sym_LBRACE] = ACTIONS(2840), - [anon_sym_const] = ACTIONS(2840), - [anon_sym_LPAREN] = ACTIONS(2840), - [anon_sym___global] = ACTIONS(2840), - [anon_sym_type] = ACTIONS(2840), - [anon_sym_PIPE] = ACTIONS(2840), - [anon_sym_fn] = ACTIONS(2840), - [anon_sym_PLUS] = ACTIONS(2840), - [anon_sym_DASH] = ACTIONS(2840), - [anon_sym_STAR] = ACTIONS(2840), - [anon_sym_struct] = ACTIONS(2840), - [anon_sym_union] = ACTIONS(2840), - [anon_sym_pub] = ACTIONS(2840), - [anon_sym_mut] = ACTIONS(2840), - [anon_sym_enum] = ACTIONS(2840), - [anon_sym_interface] = ACTIONS(2840), - [anon_sym_QMARK] = ACTIONS(2840), - [anon_sym_BANG] = ACTIONS(2840), - [anon_sym_go] = ACTIONS(2840), - [anon_sym_spawn] = ACTIONS(2840), - [anon_sym_json_DOTdecode] = ACTIONS(2840), - [anon_sym_LBRACK2] = ACTIONS(2840), - [anon_sym_TILDE] = ACTIONS(2840), - [anon_sym_CARET] = ACTIONS(2840), - [anon_sym_AMP] = ACTIONS(2840), - [anon_sym_LT_DASH] = ACTIONS(2840), - [sym_none] = ACTIONS(2840), - [sym_true] = ACTIONS(2840), - [sym_false] = ACTIONS(2840), - [sym_nil] = ACTIONS(2840), - [anon_sym_if] = ACTIONS(2840), - [anon_sym_DOLLARif] = ACTIONS(2840), - [anon_sym_match] = ACTIONS(2840), - [anon_sym_select] = ACTIONS(2840), - [anon_sym_lock] = ACTIONS(2840), - [anon_sym_rlock] = ACTIONS(2840), - [anon_sym_unsafe] = ACTIONS(2840), - [anon_sym_sql] = ACTIONS(2840), - [sym_int_literal] = ACTIONS(2840), - [sym_float_literal] = ACTIONS(2840), - [sym_rune_literal] = ACTIONS(2840), - [anon_sym_AT] = ACTIONS(2840), - [anon_sym_shared] = ACTIONS(2840), - [anon_sym_map_LBRACK] = ACTIONS(2840), - [anon_sym_chan] = ACTIONS(2840), - [anon_sym_thread] = ACTIONS(2840), - [anon_sym_atomic] = ACTIONS(2840), - [anon_sym_assert] = ACTIONS(2840), - [anon_sym_defer] = ACTIONS(2840), - [anon_sym_goto] = ACTIONS(2840), - [anon_sym_break] = ACTIONS(2840), - [anon_sym_continue] = ACTIONS(2840), - [anon_sym_return] = ACTIONS(2840), - [anon_sym_DOLLARfor] = ACTIONS(2840), - [anon_sym_for] = ACTIONS(2840), - [anon_sym_POUND] = ACTIONS(2840), - [anon_sym_asm] = ACTIONS(2840), - [anon_sym_AT_LBRACK] = ACTIONS(2840), - [sym___double_quote] = ACTIONS(2840), - [sym___single_quote] = ACTIONS(2840), - [sym___c_double_quote] = ACTIONS(2840), - [sym___c_single_quote] = ACTIONS(2840), - [sym___r_double_quote] = ACTIONS(2840), - [sym___r_single_quote] = ACTIONS(2840), - }, - [1481] = { - [ts_builtin_sym_end] = ACTIONS(3175), - [sym_identifier] = ACTIONS(3177), - [anon_sym_LF] = ACTIONS(3177), - [anon_sym_CR] = ACTIONS(3177), - [anon_sym_CR_LF] = ACTIONS(3177), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3177), - [anon_sym_LBRACE] = ACTIONS(3177), - [anon_sym_const] = ACTIONS(3177), - [anon_sym_LPAREN] = ACTIONS(3177), - [anon_sym___global] = ACTIONS(3177), - [anon_sym_type] = ACTIONS(3177), - [anon_sym_PIPE] = ACTIONS(3177), - [anon_sym_fn] = ACTIONS(3177), - [anon_sym_PLUS] = ACTIONS(3177), - [anon_sym_DASH] = ACTIONS(3177), - [anon_sym_STAR] = ACTIONS(3177), - [anon_sym_struct] = ACTIONS(3177), - [anon_sym_union] = ACTIONS(3177), - [anon_sym_pub] = ACTIONS(3177), - [anon_sym_mut] = ACTIONS(3177), - [anon_sym_enum] = ACTIONS(3177), - [anon_sym_interface] = ACTIONS(3177), - [anon_sym_QMARK] = ACTIONS(3177), - [anon_sym_BANG] = ACTIONS(3177), - [anon_sym_go] = ACTIONS(3177), - [anon_sym_spawn] = ACTIONS(3177), - [anon_sym_json_DOTdecode] = ACTIONS(3177), - [anon_sym_LBRACK2] = ACTIONS(3177), - [anon_sym_TILDE] = ACTIONS(3177), - [anon_sym_CARET] = ACTIONS(3177), - [anon_sym_AMP] = ACTIONS(3177), - [anon_sym_LT_DASH] = ACTIONS(3177), - [sym_none] = ACTIONS(3177), - [sym_true] = ACTIONS(3177), - [sym_false] = ACTIONS(3177), - [sym_nil] = ACTIONS(3177), - [anon_sym_if] = ACTIONS(3177), - [anon_sym_DOLLARif] = ACTIONS(3177), - [anon_sym_match] = ACTIONS(3177), - [anon_sym_select] = ACTIONS(3177), - [anon_sym_lock] = ACTIONS(3177), - [anon_sym_rlock] = ACTIONS(3177), - [anon_sym_unsafe] = ACTIONS(3177), - [anon_sym_sql] = ACTIONS(3177), - [sym_int_literal] = ACTIONS(3177), - [sym_float_literal] = ACTIONS(3177), - [sym_rune_literal] = ACTIONS(3177), - [anon_sym_AT] = ACTIONS(3177), - [anon_sym_shared] = ACTIONS(3177), - [anon_sym_map_LBRACK] = ACTIONS(3177), - [anon_sym_chan] = ACTIONS(3177), - [anon_sym_thread] = ACTIONS(3177), - [anon_sym_atomic] = ACTIONS(3177), - [anon_sym_assert] = ACTIONS(3177), - [anon_sym_defer] = ACTIONS(3177), - [anon_sym_goto] = ACTIONS(3177), - [anon_sym_break] = ACTIONS(3177), - [anon_sym_continue] = ACTIONS(3177), - [anon_sym_return] = ACTIONS(3177), - [anon_sym_DOLLARfor] = ACTIONS(3177), - [anon_sym_for] = ACTIONS(3177), - [anon_sym_POUND] = ACTIONS(3177), - [anon_sym_asm] = ACTIONS(3177), - [anon_sym_AT_LBRACK] = ACTIONS(3177), - [sym___double_quote] = ACTIONS(3177), - [sym___single_quote] = ACTIONS(3177), - [sym___c_double_quote] = ACTIONS(3177), - [sym___c_single_quote] = ACTIONS(3177), - [sym___r_double_quote] = ACTIONS(3177), - [sym___r_single_quote] = ACTIONS(3177), - }, - [1482] = { - [sym_block] = STATE(1552), + [1479] = { + [sym_block] = STATE(1535), [ts_builtin_sym_end] = ACTIONS(3897), [sym_identifier] = ACTIONS(3899), [anon_sym_LF] = ACTIONS(3899), @@ -180957,7 +181511,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CR_LF] = ACTIONS(3899), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(3899), - [anon_sym_LBRACE] = ACTIONS(3799), + [anon_sym_LBRACE] = ACTIONS(3809), [anon_sym_const] = ACTIONS(3899), [anon_sym_LPAREN] = ACTIONS(3899), [anon_sym___global] = ACTIONS(3899), @@ -181021,81 +181575,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3899), [sym___r_single_quote] = ACTIONS(3899), }, - [1483] = { - [ts_builtin_sym_end] = ACTIONS(2913), - [sym_identifier] = ACTIONS(2915), - [anon_sym_LF] = ACTIONS(2915), - [anon_sym_CR] = ACTIONS(2915), - [anon_sym_CR_LF] = ACTIONS(2915), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2915), - [anon_sym_LBRACE] = ACTIONS(2915), - [anon_sym_const] = ACTIONS(2915), - [anon_sym_LPAREN] = ACTIONS(2915), - [anon_sym___global] = ACTIONS(2915), - [anon_sym_type] = ACTIONS(2915), - [anon_sym_PIPE] = ACTIONS(2915), - [anon_sym_fn] = ACTIONS(2915), - [anon_sym_PLUS] = ACTIONS(2915), - [anon_sym_DASH] = ACTIONS(2915), - [anon_sym_STAR] = ACTIONS(2915), - [anon_sym_struct] = ACTIONS(2915), - [anon_sym_union] = ACTIONS(2915), - [anon_sym_pub] = ACTIONS(2915), - [anon_sym_mut] = ACTIONS(2915), - [anon_sym_enum] = ACTIONS(2915), - [anon_sym_interface] = ACTIONS(2915), - [anon_sym_QMARK] = ACTIONS(2915), - [anon_sym_BANG] = ACTIONS(2915), - [anon_sym_go] = ACTIONS(2915), - [anon_sym_spawn] = ACTIONS(2915), - [anon_sym_json_DOTdecode] = ACTIONS(2915), - [anon_sym_LBRACK2] = ACTIONS(2915), - [anon_sym_TILDE] = ACTIONS(2915), - [anon_sym_CARET] = ACTIONS(2915), - [anon_sym_AMP] = ACTIONS(2915), - [anon_sym_LT_DASH] = ACTIONS(2915), - [sym_none] = ACTIONS(2915), - [sym_true] = ACTIONS(2915), - [sym_false] = ACTIONS(2915), - [sym_nil] = ACTIONS(2915), - [anon_sym_if] = ACTIONS(2915), - [anon_sym_DOLLARif] = ACTIONS(2915), - [anon_sym_match] = ACTIONS(2915), - [anon_sym_select] = ACTIONS(2915), - [anon_sym_lock] = ACTIONS(2915), - [anon_sym_rlock] = ACTIONS(2915), - [anon_sym_unsafe] = ACTIONS(2915), - [anon_sym_sql] = ACTIONS(2915), - [sym_int_literal] = ACTIONS(2915), - [sym_float_literal] = ACTIONS(2915), - [sym_rune_literal] = ACTIONS(2915), - [anon_sym_AT] = ACTIONS(2915), - [anon_sym_shared] = ACTIONS(2915), - [anon_sym_map_LBRACK] = ACTIONS(2915), - [anon_sym_chan] = ACTIONS(2915), - [anon_sym_thread] = ACTIONS(2915), - [anon_sym_atomic] = ACTIONS(2915), - [anon_sym_assert] = ACTIONS(2915), - [anon_sym_defer] = ACTIONS(2915), - [anon_sym_goto] = ACTIONS(2915), - [anon_sym_break] = ACTIONS(2915), - [anon_sym_continue] = ACTIONS(2915), - [anon_sym_return] = ACTIONS(2915), - [anon_sym_DOLLARfor] = ACTIONS(2915), - [anon_sym_for] = ACTIONS(2915), - [anon_sym_POUND] = ACTIONS(2915), - [anon_sym_asm] = ACTIONS(2915), - [anon_sym_AT_LBRACK] = ACTIONS(2915), - [sym___double_quote] = ACTIONS(2915), - [sym___single_quote] = ACTIONS(2915), - [sym___c_double_quote] = ACTIONS(2915), - [sym___c_single_quote] = ACTIONS(2915), - [sym___r_double_quote] = ACTIONS(2915), - [sym___r_single_quote] = ACTIONS(2915), - }, - [1484] = { - [sym_block] = STATE(1515), + [1480] = { + [sym_block] = STATE(1500), [ts_builtin_sym_end] = ACTIONS(3901), [sym_identifier] = ACTIONS(3903), [anon_sym_LF] = ACTIONS(3903), @@ -181103,7 +181584,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CR_LF] = ACTIONS(3903), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(3903), - [anon_sym_LBRACE] = ACTIONS(3799), + [anon_sym_LBRACE] = ACTIONS(3809), [anon_sym_const] = ACTIONS(3903), [anon_sym_LPAREN] = ACTIONS(3903), [anon_sym___global] = ACTIONS(3903), @@ -181167,8 +181648,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3903), [sym___r_single_quote] = ACTIONS(3903), }, - [1485] = { - [sym_block] = STATE(1556), + [1481] = { [ts_builtin_sym_end] = ACTIONS(3905), [sym_identifier] = ACTIONS(3907), [anon_sym_LF] = ACTIONS(3907), @@ -181176,11 +181656,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CR_LF] = ACTIONS(3907), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(3907), - [anon_sym_LBRACE] = ACTIONS(3799), + [anon_sym_LBRACE] = ACTIONS(3907), [anon_sym_const] = ACTIONS(3907), [anon_sym_LPAREN] = ACTIONS(3907), [anon_sym___global] = ACTIONS(3907), [anon_sym_type] = ACTIONS(3907), + [anon_sym_PIPE] = ACTIONS(3907), [anon_sym_fn] = ACTIONS(3907), [anon_sym_PLUS] = ACTIONS(3907), [anon_sym_DASH] = ACTIONS(3907), @@ -181240,7 +181721,227 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3907), [sym___r_single_quote] = ACTIONS(3907), }, - [1486] = { + [1482] = { + [ts_builtin_sym_end] = ACTIONS(3189), + [sym_identifier] = ACTIONS(3191), + [anon_sym_LF] = ACTIONS(3191), + [anon_sym_CR] = ACTIONS(3191), + [anon_sym_CR_LF] = ACTIONS(3191), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3191), + [anon_sym_LBRACE] = ACTIONS(3191), + [anon_sym_const] = ACTIONS(3191), + [anon_sym_LPAREN] = ACTIONS(3191), + [anon_sym___global] = ACTIONS(3191), + [anon_sym_type] = ACTIONS(3191), + [anon_sym_PIPE] = ACTIONS(3191), + [anon_sym_fn] = ACTIONS(3191), + [anon_sym_PLUS] = ACTIONS(3191), + [anon_sym_DASH] = ACTIONS(3191), + [anon_sym_STAR] = ACTIONS(3191), + [anon_sym_struct] = ACTIONS(3191), + [anon_sym_union] = ACTIONS(3191), + [anon_sym_pub] = ACTIONS(3191), + [anon_sym_mut] = ACTIONS(3191), + [anon_sym_enum] = ACTIONS(3191), + [anon_sym_interface] = ACTIONS(3191), + [anon_sym_QMARK] = ACTIONS(3191), + [anon_sym_BANG] = ACTIONS(3191), + [anon_sym_go] = ACTIONS(3191), + [anon_sym_spawn] = ACTIONS(3191), + [anon_sym_json_DOTdecode] = ACTIONS(3191), + [anon_sym_LBRACK2] = ACTIONS(3191), + [anon_sym_TILDE] = ACTIONS(3191), + [anon_sym_CARET] = ACTIONS(3191), + [anon_sym_AMP] = ACTIONS(3191), + [anon_sym_LT_DASH] = ACTIONS(3191), + [sym_none] = ACTIONS(3191), + [sym_true] = ACTIONS(3191), + [sym_false] = ACTIONS(3191), + [sym_nil] = ACTIONS(3191), + [anon_sym_if] = ACTIONS(3191), + [anon_sym_DOLLARif] = ACTIONS(3191), + [anon_sym_match] = ACTIONS(3191), + [anon_sym_select] = ACTIONS(3191), + [anon_sym_lock] = ACTIONS(3191), + [anon_sym_rlock] = ACTIONS(3191), + [anon_sym_unsafe] = ACTIONS(3191), + [anon_sym_sql] = ACTIONS(3191), + [sym_int_literal] = ACTIONS(3191), + [sym_float_literal] = ACTIONS(3191), + [sym_rune_literal] = ACTIONS(3191), + [anon_sym_AT] = ACTIONS(3191), + [anon_sym_shared] = ACTIONS(3191), + [anon_sym_map_LBRACK] = ACTIONS(3191), + [anon_sym_chan] = ACTIONS(3191), + [anon_sym_thread] = ACTIONS(3191), + [anon_sym_atomic] = ACTIONS(3191), + [anon_sym_assert] = ACTIONS(3191), + [anon_sym_defer] = ACTIONS(3191), + [anon_sym_goto] = ACTIONS(3191), + [anon_sym_break] = ACTIONS(3191), + [anon_sym_continue] = ACTIONS(3191), + [anon_sym_return] = ACTIONS(3191), + [anon_sym_DOLLARfor] = ACTIONS(3191), + [anon_sym_for] = ACTIONS(3191), + [anon_sym_POUND] = ACTIONS(3191), + [anon_sym_asm] = ACTIONS(3191), + [anon_sym_AT_LBRACK] = ACTIONS(3191), + [sym___double_quote] = ACTIONS(3191), + [sym___single_quote] = ACTIONS(3191), + [sym___c_double_quote] = ACTIONS(3191), + [sym___c_single_quote] = ACTIONS(3191), + [sym___r_double_quote] = ACTIONS(3191), + [sym___r_single_quote] = ACTIONS(3191), + }, + [1483] = { + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3703), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(585), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(615), + [anon_sym_as] = ACTIONS(615), + [anon_sym_LBRACE] = ACTIONS(613), + [anon_sym_COMMA] = ACTIONS(613), + [anon_sym_LPAREN] = ACTIONS(613), + [anon_sym_PIPE] = ACTIONS(615), + [anon_sym_fn] = ACTIONS(591), + [anon_sym_PLUS] = ACTIONS(615), + [anon_sym_DASH] = ACTIONS(615), + [anon_sym_STAR] = ACTIONS(613), + [anon_sym_SLASH] = ACTIONS(615), + [anon_sym_PERCENT] = ACTIONS(613), + [anon_sym_LT] = ACTIONS(615), + [anon_sym_GT] = ACTIONS(615), + [anon_sym_EQ_EQ] = ACTIONS(613), + [anon_sym_BANG_EQ] = ACTIONS(613), + [anon_sym_LT_EQ] = ACTIONS(613), + [anon_sym_GT_EQ] = ACTIONS(613), + [anon_sym_DOT_DOT_DOT] = ACTIONS(613), + [anon_sym_LBRACK] = ACTIONS(613), + [anon_sym_LT2] = ACTIONS(615), + [anon_sym_struct] = ACTIONS(595), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_QMARK] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_LBRACK2] = ACTIONS(615), + [anon_sym_CARET] = ACTIONS(613), + [anon_sym_AMP] = ACTIONS(615), + [anon_sym_LT_LT] = ACTIONS(613), + [anon_sym_GT_GT] = ACTIONS(615), + [anon_sym_GT_GT_GT] = ACTIONS(613), + [anon_sym_AMP_CARET] = ACTIONS(613), + [anon_sym_AMP_AMP] = ACTIONS(613), + [anon_sym_PIPE_PIPE] = ACTIONS(613), + [anon_sym_or] = ACTIONS(615), + [anon_sym_QMARK_DOT] = ACTIONS(613), + [anon_sym_POUND_LBRACK] = ACTIONS(613), + [anon_sym_is] = ACTIONS(615), + [anon_sym_BANGis] = ACTIONS(613), + [anon_sym_in] = ACTIONS(615), + [anon_sym_BANGin] = ACTIONS(613), + [anon_sym_COLON_EQ] = ACTIONS(613), + [anon_sym_shared] = ACTIONS(603), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [anon_sym_DOT_DOT] = ACTIONS(615), + }, + [1484] = { + [ts_builtin_sym_end] = ACTIONS(3141), + [sym_identifier] = ACTIONS(3143), + [anon_sym_LF] = ACTIONS(3143), + [anon_sym_CR] = ACTIONS(3143), + [anon_sym_CR_LF] = ACTIONS(3143), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3143), + [anon_sym_LBRACE] = ACTIONS(3143), + [anon_sym_const] = ACTIONS(3143), + [anon_sym_LPAREN] = ACTIONS(3143), + [anon_sym___global] = ACTIONS(3143), + [anon_sym_type] = ACTIONS(3143), + [anon_sym_PIPE] = ACTIONS(3143), + [anon_sym_fn] = ACTIONS(3143), + [anon_sym_PLUS] = ACTIONS(3143), + [anon_sym_DASH] = ACTIONS(3143), + [anon_sym_STAR] = ACTIONS(3143), + [anon_sym_struct] = ACTIONS(3143), + [anon_sym_union] = ACTIONS(3143), + [anon_sym_pub] = ACTIONS(3143), + [anon_sym_mut] = ACTIONS(3143), + [anon_sym_enum] = ACTIONS(3143), + [anon_sym_interface] = ACTIONS(3143), + [anon_sym_QMARK] = ACTIONS(3143), + [anon_sym_BANG] = ACTIONS(3143), + [anon_sym_go] = ACTIONS(3143), + [anon_sym_spawn] = ACTIONS(3143), + [anon_sym_json_DOTdecode] = ACTIONS(3143), + [anon_sym_LBRACK2] = ACTIONS(3143), + [anon_sym_TILDE] = ACTIONS(3143), + [anon_sym_CARET] = ACTIONS(3143), + [anon_sym_AMP] = ACTIONS(3143), + [anon_sym_LT_DASH] = ACTIONS(3143), + [sym_none] = ACTIONS(3143), + [sym_true] = ACTIONS(3143), + [sym_false] = ACTIONS(3143), + [sym_nil] = ACTIONS(3143), + [anon_sym_if] = ACTIONS(3143), + [anon_sym_DOLLARif] = ACTIONS(3143), + [anon_sym_match] = ACTIONS(3143), + [anon_sym_select] = ACTIONS(3143), + [anon_sym_lock] = ACTIONS(3143), + [anon_sym_rlock] = ACTIONS(3143), + [anon_sym_unsafe] = ACTIONS(3143), + [anon_sym_sql] = ACTIONS(3143), + [sym_int_literal] = ACTIONS(3143), + [sym_float_literal] = ACTIONS(3143), + [sym_rune_literal] = ACTIONS(3143), + [anon_sym_AT] = ACTIONS(3143), + [anon_sym_shared] = ACTIONS(3143), + [anon_sym_map_LBRACK] = ACTIONS(3143), + [anon_sym_chan] = ACTIONS(3143), + [anon_sym_thread] = ACTIONS(3143), + [anon_sym_atomic] = ACTIONS(3143), + [anon_sym_assert] = ACTIONS(3143), + [anon_sym_defer] = ACTIONS(3143), + [anon_sym_goto] = ACTIONS(3143), + [anon_sym_break] = ACTIONS(3143), + [anon_sym_continue] = ACTIONS(3143), + [anon_sym_return] = ACTIONS(3143), + [anon_sym_DOLLARfor] = ACTIONS(3143), + [anon_sym_for] = ACTIONS(3143), + [anon_sym_POUND] = ACTIONS(3143), + [anon_sym_asm] = ACTIONS(3143), + [anon_sym_AT_LBRACK] = ACTIONS(3143), + [sym___double_quote] = ACTIONS(3143), + [sym___single_quote] = ACTIONS(3143), + [sym___c_double_quote] = ACTIONS(3143), + [sym___c_single_quote] = ACTIONS(3143), + [sym___r_double_quote] = ACTIONS(3143), + [sym___r_single_quote] = ACTIONS(3143), + }, + [1485] = { + [sym_block] = STATE(1489), [ts_builtin_sym_end] = ACTIONS(3909), [sym_identifier] = ACTIONS(3911), [anon_sym_LF] = ACTIONS(3911), @@ -181248,7 +181949,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CR_LF] = ACTIONS(3911), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(3911), - [anon_sym_LBRACE] = ACTIONS(3911), + [anon_sym_LBRACE] = ACTIONS(3809), [anon_sym_const] = ACTIONS(3911), [anon_sym_LPAREN] = ACTIONS(3911), [anon_sym___global] = ACTIONS(3911), @@ -181312,7 +182013,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3911), [sym___r_single_quote] = ACTIONS(3911), }, - [1487] = { + [1486] = { + [sym_block] = STATE(1490), [ts_builtin_sym_end] = ACTIONS(3913), [sym_identifier] = ACTIONS(3915), [anon_sym_LF] = ACTIONS(3915), @@ -181320,7 +182022,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_CR_LF] = ACTIONS(3915), [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(3915), - [anon_sym_LBRACE] = ACTIONS(3915), + [anon_sym_LBRACE] = ACTIONS(3809), [anon_sym_const] = ACTIONS(3915), [anon_sym_LPAREN] = ACTIONS(3915), [anon_sym___global] = ACTIONS(3915), @@ -181384,7 +182086,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3915), [sym___r_single_quote] = ACTIONS(3915), }, - [1488] = { + [1487] = { [ts_builtin_sym_end] = ACTIONS(3917), [sym_identifier] = ACTIONS(3919), [anon_sym_LF] = ACTIONS(3919), @@ -181456,7 +182158,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3919), [sym___r_single_quote] = ACTIONS(3919), }, - [1489] = { + [1488] = { [ts_builtin_sym_end] = ACTIONS(3921), [sym_identifier] = ACTIONS(3923), [anon_sym_LF] = ACTIONS(3923), @@ -181528,7 +182230,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3923), [sym___r_single_quote] = ACTIONS(3923), }, - [1490] = { + [1489] = { [ts_builtin_sym_end] = ACTIONS(3925), [sym_identifier] = ACTIONS(3927), [anon_sym_LF] = ACTIONS(3927), @@ -181600,7 +182302,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3927), [sym___r_single_quote] = ACTIONS(3927), }, - [1491] = { + [1490] = { [ts_builtin_sym_end] = ACTIONS(3929), [sym_identifier] = ACTIONS(3931), [anon_sym_LF] = ACTIONS(3931), @@ -181672,4471 +182374,4039 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(3931), [sym___r_single_quote] = ACTIONS(3931), }, + [1491] = { + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3701), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(585), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(587), + [anon_sym_as] = ACTIONS(587), + [anon_sym_LBRACE] = ACTIONS(583), + [anon_sym_COMMA] = ACTIONS(583), + [anon_sym_LPAREN] = ACTIONS(3379), + [anon_sym_PIPE] = ACTIONS(587), + [anon_sym_fn] = ACTIONS(591), + [anon_sym_PLUS] = ACTIONS(587), + [anon_sym_DASH] = ACTIONS(587), + [anon_sym_STAR] = ACTIONS(3381), + [anon_sym_SLASH] = ACTIONS(587), + [anon_sym_PERCENT] = ACTIONS(583), + [anon_sym_LT] = ACTIONS(587), + [anon_sym_GT] = ACTIONS(587), + [anon_sym_EQ_EQ] = ACTIONS(583), + [anon_sym_BANG_EQ] = ACTIONS(583), + [anon_sym_LT_EQ] = ACTIONS(583), + [anon_sym_GT_EQ] = ACTIONS(583), + [anon_sym_DOT_DOT_DOT] = ACTIONS(583), + [anon_sym_LBRACK] = ACTIONS(583), + [anon_sym_LT2] = ACTIONS(587), + [anon_sym_struct] = ACTIONS(595), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_QMARK] = ACTIONS(503), + [anon_sym_BANG] = ACTIONS(3933), + [anon_sym_LBRACK2] = ACTIONS(599), + [anon_sym_CARET] = ACTIONS(583), + [anon_sym_AMP] = ACTIONS(601), + [anon_sym_LT_LT] = ACTIONS(583), + [anon_sym_GT_GT] = ACTIONS(587), + [anon_sym_GT_GT_GT] = ACTIONS(583), + [anon_sym_AMP_CARET] = ACTIONS(583), + [anon_sym_AMP_AMP] = ACTIONS(583), + [anon_sym_PIPE_PIPE] = ACTIONS(583), + [anon_sym_or] = ACTIONS(587), + [anon_sym_QMARK_DOT] = ACTIONS(583), + [anon_sym_POUND_LBRACK] = ACTIONS(583), + [anon_sym_is] = ACTIONS(587), + [anon_sym_BANGis] = ACTIONS(583), + [anon_sym_in] = ACTIONS(587), + [anon_sym_BANGin] = ACTIONS(583), + [anon_sym_shared] = ACTIONS(603), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), + [anon_sym_DOT_DOT] = ACTIONS(587), + }, [1492] = { - [ts_builtin_sym_end] = ACTIONS(2826), - [sym_identifier] = ACTIONS(2828), - [anon_sym_LF] = ACTIONS(2828), - [anon_sym_CR] = ACTIONS(2828), - [anon_sym_CR_LF] = ACTIONS(2828), + [ts_builtin_sym_end] = ACTIONS(3935), + [sym_identifier] = ACTIONS(3937), + [anon_sym_LF] = ACTIONS(3937), + [anon_sym_CR] = ACTIONS(3937), + [anon_sym_CR_LF] = ACTIONS(3937), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2828), - [anon_sym_LBRACE] = ACTIONS(2828), - [anon_sym_const] = ACTIONS(2828), - [anon_sym_LPAREN] = ACTIONS(2828), - [anon_sym___global] = ACTIONS(2828), - [anon_sym_type] = ACTIONS(2828), - [anon_sym_fn] = ACTIONS(2828), - [anon_sym_PLUS] = ACTIONS(2828), - [anon_sym_DASH] = ACTIONS(2828), - [anon_sym_STAR] = ACTIONS(2828), - [anon_sym_struct] = ACTIONS(2828), - [anon_sym_union] = ACTIONS(2828), - [anon_sym_pub] = ACTIONS(2828), - [anon_sym_mut] = ACTIONS(2828), - [anon_sym_enum] = ACTIONS(2828), - [anon_sym_interface] = ACTIONS(2828), - [anon_sym_QMARK] = ACTIONS(2828), - [anon_sym_BANG] = ACTIONS(2828), - [anon_sym_go] = ACTIONS(2828), - [anon_sym_spawn] = ACTIONS(2828), - [anon_sym_json_DOTdecode] = ACTIONS(2828), - [anon_sym_LBRACK2] = ACTIONS(2828), - [anon_sym_TILDE] = ACTIONS(2828), - [anon_sym_CARET] = ACTIONS(2828), - [anon_sym_AMP] = ACTIONS(2828), - [anon_sym_LT_DASH] = ACTIONS(2828), - [sym_none] = ACTIONS(2828), - [sym_true] = ACTIONS(2828), - [sym_false] = ACTIONS(2828), - [sym_nil] = ACTIONS(2828), - [anon_sym_if] = ACTIONS(2828), - [anon_sym_DOLLARif] = ACTIONS(2828), - [anon_sym_match] = ACTIONS(2828), - [anon_sym_select] = ACTIONS(2828), - [anon_sym_lock] = ACTIONS(2828), - [anon_sym_rlock] = ACTIONS(2828), - [anon_sym_unsafe] = ACTIONS(2828), - [anon_sym_sql] = ACTIONS(2828), - [sym_int_literal] = ACTIONS(2828), - [sym_float_literal] = ACTIONS(2828), - [sym_rune_literal] = ACTIONS(2828), - [anon_sym_AT] = ACTIONS(2828), - [anon_sym_shared] = ACTIONS(2828), - [anon_sym_map_LBRACK] = ACTIONS(2828), - [anon_sym_chan] = ACTIONS(2828), - [anon_sym_thread] = ACTIONS(2828), - [anon_sym_atomic] = ACTIONS(2828), - [anon_sym_assert] = ACTIONS(2828), - [anon_sym_defer] = ACTIONS(2828), - [anon_sym_goto] = ACTIONS(2828), - [anon_sym_break] = ACTIONS(2828), - [anon_sym_continue] = ACTIONS(2828), - [anon_sym_return] = ACTIONS(2828), - [anon_sym_DOLLARfor] = ACTIONS(2828), - [anon_sym_for] = ACTIONS(2828), - [anon_sym_POUND] = ACTIONS(2828), - [anon_sym_asm] = ACTIONS(2828), - [anon_sym_AT_LBRACK] = ACTIONS(2828), - [sym___double_quote] = ACTIONS(2828), - [sym___single_quote] = ACTIONS(2828), - [sym___c_double_quote] = ACTIONS(2828), - [sym___c_single_quote] = ACTIONS(2828), - [sym___r_double_quote] = ACTIONS(2828), - [sym___r_single_quote] = ACTIONS(2828), + [anon_sym_DOT] = ACTIONS(3937), + [anon_sym_LBRACE] = ACTIONS(3937), + [anon_sym_const] = ACTIONS(3937), + [anon_sym_LPAREN] = ACTIONS(3937), + [anon_sym___global] = ACTIONS(3937), + [anon_sym_type] = ACTIONS(3937), + [anon_sym_fn] = ACTIONS(3937), + [anon_sym_PLUS] = ACTIONS(3937), + [anon_sym_DASH] = ACTIONS(3937), + [anon_sym_STAR] = ACTIONS(3937), + [anon_sym_struct] = ACTIONS(3937), + [anon_sym_union] = ACTIONS(3937), + [anon_sym_pub] = ACTIONS(3937), + [anon_sym_mut] = ACTIONS(3937), + [anon_sym_enum] = ACTIONS(3937), + [anon_sym_interface] = ACTIONS(3937), + [anon_sym_QMARK] = ACTIONS(3937), + [anon_sym_BANG] = ACTIONS(3937), + [anon_sym_go] = ACTIONS(3937), + [anon_sym_spawn] = ACTIONS(3937), + [anon_sym_json_DOTdecode] = ACTIONS(3937), + [anon_sym_LBRACK2] = ACTIONS(3937), + [anon_sym_TILDE] = ACTIONS(3937), + [anon_sym_CARET] = ACTIONS(3937), + [anon_sym_AMP] = ACTIONS(3937), + [anon_sym_LT_DASH] = ACTIONS(3937), + [sym_none] = ACTIONS(3937), + [sym_true] = ACTIONS(3937), + [sym_false] = ACTIONS(3937), + [sym_nil] = ACTIONS(3937), + [anon_sym_if] = ACTIONS(3937), + [anon_sym_DOLLARif] = ACTIONS(3937), + [anon_sym_match] = ACTIONS(3937), + [anon_sym_select] = ACTIONS(3937), + [anon_sym_lock] = ACTIONS(3937), + [anon_sym_rlock] = ACTIONS(3937), + [anon_sym_unsafe] = ACTIONS(3937), + [anon_sym_sql] = ACTIONS(3937), + [sym_int_literal] = ACTIONS(3937), + [sym_float_literal] = ACTIONS(3937), + [sym_rune_literal] = ACTIONS(3937), + [anon_sym_AT] = ACTIONS(3937), + [anon_sym_shared] = ACTIONS(3937), + [anon_sym_map_LBRACK] = ACTIONS(3937), + [anon_sym_chan] = ACTIONS(3937), + [anon_sym_thread] = ACTIONS(3937), + [anon_sym_atomic] = ACTIONS(3937), + [anon_sym_assert] = ACTIONS(3937), + [anon_sym_defer] = ACTIONS(3937), + [anon_sym_goto] = ACTIONS(3937), + [anon_sym_break] = ACTIONS(3937), + [anon_sym_continue] = ACTIONS(3937), + [anon_sym_return] = ACTIONS(3937), + [anon_sym_DOLLARfor] = ACTIONS(3937), + [anon_sym_for] = ACTIONS(3937), + [anon_sym_POUND] = ACTIONS(3937), + [anon_sym_asm] = ACTIONS(3937), + [anon_sym_AT_LBRACK] = ACTIONS(3937), + [sym___double_quote] = ACTIONS(3937), + [sym___single_quote] = ACTIONS(3937), + [sym___c_double_quote] = ACTIONS(3937), + [sym___c_single_quote] = ACTIONS(3937), + [sym___r_double_quote] = ACTIONS(3937), + [sym___r_single_quote] = ACTIONS(3937), }, [1493] = { - [ts_builtin_sym_end] = ACTIONS(3933), - [sym_identifier] = ACTIONS(3935), - [anon_sym_LF] = ACTIONS(3935), - [anon_sym_CR] = ACTIONS(3935), - [anon_sym_CR_LF] = ACTIONS(3935), + [ts_builtin_sym_end] = ACTIONS(3939), + [sym_identifier] = ACTIONS(3941), + [anon_sym_LF] = ACTIONS(3941), + [anon_sym_CR] = ACTIONS(3941), + [anon_sym_CR_LF] = ACTIONS(3941), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3935), - [anon_sym_LBRACE] = ACTIONS(3935), - [anon_sym_const] = ACTIONS(3935), - [anon_sym_LPAREN] = ACTIONS(3935), - [anon_sym___global] = ACTIONS(3935), - [anon_sym_type] = ACTIONS(3935), - [anon_sym_fn] = ACTIONS(3935), - [anon_sym_PLUS] = ACTIONS(3935), - [anon_sym_DASH] = ACTIONS(3935), - [anon_sym_STAR] = ACTIONS(3935), - [anon_sym_struct] = ACTIONS(3935), - [anon_sym_union] = ACTIONS(3935), - [anon_sym_pub] = ACTIONS(3935), - [anon_sym_mut] = ACTIONS(3935), - [anon_sym_enum] = ACTIONS(3935), - [anon_sym_interface] = ACTIONS(3935), - [anon_sym_QMARK] = ACTIONS(3935), - [anon_sym_BANG] = ACTIONS(3935), - [anon_sym_go] = ACTIONS(3935), - [anon_sym_spawn] = ACTIONS(3935), - [anon_sym_json_DOTdecode] = ACTIONS(3935), - [anon_sym_LBRACK2] = ACTIONS(3935), - [anon_sym_TILDE] = ACTIONS(3935), - [anon_sym_CARET] = ACTIONS(3935), - [anon_sym_AMP] = ACTIONS(3935), - [anon_sym_LT_DASH] = ACTIONS(3935), - [sym_none] = ACTIONS(3935), - [sym_true] = ACTIONS(3935), - [sym_false] = ACTIONS(3935), - [sym_nil] = ACTIONS(3935), - [anon_sym_if] = ACTIONS(3935), - [anon_sym_DOLLARif] = ACTIONS(3935), - [anon_sym_match] = ACTIONS(3935), - [anon_sym_select] = ACTIONS(3935), - [anon_sym_lock] = ACTIONS(3935), - [anon_sym_rlock] = ACTIONS(3935), - [anon_sym_unsafe] = ACTIONS(3935), - [anon_sym_sql] = ACTIONS(3935), - [sym_int_literal] = ACTIONS(3935), - [sym_float_literal] = ACTIONS(3935), - [sym_rune_literal] = ACTIONS(3935), - [anon_sym_AT] = ACTIONS(3935), - [anon_sym_shared] = ACTIONS(3935), - [anon_sym_map_LBRACK] = ACTIONS(3935), - [anon_sym_chan] = ACTIONS(3935), - [anon_sym_thread] = ACTIONS(3935), - [anon_sym_atomic] = ACTIONS(3935), - [anon_sym_assert] = ACTIONS(3935), - [anon_sym_defer] = ACTIONS(3935), - [anon_sym_goto] = ACTIONS(3935), - [anon_sym_break] = ACTIONS(3935), - [anon_sym_continue] = ACTIONS(3935), - [anon_sym_return] = ACTIONS(3935), - [anon_sym_DOLLARfor] = ACTIONS(3935), - [anon_sym_for] = ACTIONS(3935), - [anon_sym_POUND] = ACTIONS(3935), - [anon_sym_asm] = ACTIONS(3935), - [anon_sym_AT_LBRACK] = ACTIONS(3935), - [sym___double_quote] = ACTIONS(3935), - [sym___single_quote] = ACTIONS(3935), - [sym___c_double_quote] = ACTIONS(3935), - [sym___c_single_quote] = ACTIONS(3935), - [sym___r_double_quote] = ACTIONS(3935), - [sym___r_single_quote] = ACTIONS(3935), + [anon_sym_DOT] = ACTIONS(3941), + [anon_sym_LBRACE] = ACTIONS(3941), + [anon_sym_const] = ACTIONS(3941), + [anon_sym_LPAREN] = ACTIONS(3941), + [anon_sym___global] = ACTIONS(3941), + [anon_sym_type] = ACTIONS(3941), + [anon_sym_fn] = ACTIONS(3941), + [anon_sym_PLUS] = ACTIONS(3941), + [anon_sym_DASH] = ACTIONS(3941), + [anon_sym_STAR] = ACTIONS(3941), + [anon_sym_struct] = ACTIONS(3941), + [anon_sym_union] = ACTIONS(3941), + [anon_sym_pub] = ACTIONS(3941), + [anon_sym_mut] = ACTIONS(3941), + [anon_sym_enum] = ACTIONS(3941), + [anon_sym_interface] = ACTIONS(3941), + [anon_sym_QMARK] = ACTIONS(3941), + [anon_sym_BANG] = ACTIONS(3941), + [anon_sym_go] = ACTIONS(3941), + [anon_sym_spawn] = ACTIONS(3941), + [anon_sym_json_DOTdecode] = ACTIONS(3941), + [anon_sym_LBRACK2] = ACTIONS(3941), + [anon_sym_TILDE] = ACTIONS(3941), + [anon_sym_CARET] = ACTIONS(3941), + [anon_sym_AMP] = ACTIONS(3941), + [anon_sym_LT_DASH] = ACTIONS(3941), + [sym_none] = ACTIONS(3941), + [sym_true] = ACTIONS(3941), + [sym_false] = ACTIONS(3941), + [sym_nil] = ACTIONS(3941), + [anon_sym_if] = ACTIONS(3941), + [anon_sym_DOLLARif] = ACTIONS(3941), + [anon_sym_match] = ACTIONS(3941), + [anon_sym_select] = ACTIONS(3941), + [anon_sym_lock] = ACTIONS(3941), + [anon_sym_rlock] = ACTIONS(3941), + [anon_sym_unsafe] = ACTIONS(3941), + [anon_sym_sql] = ACTIONS(3941), + [sym_int_literal] = ACTIONS(3941), + [sym_float_literal] = ACTIONS(3941), + [sym_rune_literal] = ACTIONS(3941), + [anon_sym_AT] = ACTIONS(3941), + [anon_sym_shared] = ACTIONS(3941), + [anon_sym_map_LBRACK] = ACTIONS(3941), + [anon_sym_chan] = ACTIONS(3941), + [anon_sym_thread] = ACTIONS(3941), + [anon_sym_atomic] = ACTIONS(3941), + [anon_sym_assert] = ACTIONS(3941), + [anon_sym_defer] = ACTIONS(3941), + [anon_sym_goto] = ACTIONS(3941), + [anon_sym_break] = ACTIONS(3941), + [anon_sym_continue] = ACTIONS(3941), + [anon_sym_return] = ACTIONS(3941), + [anon_sym_DOLLARfor] = ACTIONS(3941), + [anon_sym_for] = ACTIONS(3941), + [anon_sym_POUND] = ACTIONS(3941), + [anon_sym_asm] = ACTIONS(3941), + [anon_sym_AT_LBRACK] = ACTIONS(3941), + [sym___double_quote] = ACTIONS(3941), + [sym___single_quote] = ACTIONS(3941), + [sym___c_double_quote] = ACTIONS(3941), + [sym___c_single_quote] = ACTIONS(3941), + [sym___r_double_quote] = ACTIONS(3941), + [sym___r_single_quote] = ACTIONS(3941), }, [1494] = { - [ts_builtin_sym_end] = ACTIONS(3937), - [sym_identifier] = ACTIONS(3939), - [anon_sym_LF] = ACTIONS(3939), - [anon_sym_CR] = ACTIONS(3939), - [anon_sym_CR_LF] = ACTIONS(3939), + [ts_builtin_sym_end] = ACTIONS(3943), + [sym_identifier] = ACTIONS(3945), + [anon_sym_LF] = ACTIONS(3945), + [anon_sym_CR] = ACTIONS(3945), + [anon_sym_CR_LF] = ACTIONS(3945), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3939), - [anon_sym_LBRACE] = ACTIONS(3939), - [anon_sym_const] = ACTIONS(3939), - [anon_sym_LPAREN] = ACTIONS(3939), - [anon_sym___global] = ACTIONS(3939), - [anon_sym_type] = ACTIONS(3939), - [anon_sym_fn] = ACTIONS(3939), - [anon_sym_PLUS] = ACTIONS(3939), - [anon_sym_DASH] = ACTIONS(3939), - [anon_sym_STAR] = ACTIONS(3939), - [anon_sym_struct] = ACTIONS(3939), - [anon_sym_union] = ACTIONS(3939), - [anon_sym_pub] = ACTIONS(3939), - [anon_sym_mut] = ACTIONS(3939), - [anon_sym_enum] = ACTIONS(3939), - [anon_sym_interface] = ACTIONS(3939), - [anon_sym_QMARK] = ACTIONS(3939), - [anon_sym_BANG] = ACTIONS(3939), - [anon_sym_go] = ACTIONS(3939), - [anon_sym_spawn] = ACTIONS(3939), - [anon_sym_json_DOTdecode] = ACTIONS(3939), - [anon_sym_LBRACK2] = ACTIONS(3939), - [anon_sym_TILDE] = ACTIONS(3939), - [anon_sym_CARET] = ACTIONS(3939), - [anon_sym_AMP] = ACTIONS(3939), - [anon_sym_LT_DASH] = ACTIONS(3939), - [sym_none] = ACTIONS(3939), - [sym_true] = ACTIONS(3939), - [sym_false] = ACTIONS(3939), - [sym_nil] = ACTIONS(3939), - [anon_sym_if] = ACTIONS(3939), - [anon_sym_DOLLARif] = ACTIONS(3939), - [anon_sym_match] = ACTIONS(3939), - [anon_sym_select] = ACTIONS(3939), - [anon_sym_lock] = ACTIONS(3939), - [anon_sym_rlock] = ACTIONS(3939), - [anon_sym_unsafe] = ACTIONS(3939), - [anon_sym_sql] = ACTIONS(3939), - [sym_int_literal] = ACTIONS(3939), - [sym_float_literal] = ACTIONS(3939), - [sym_rune_literal] = ACTIONS(3939), - [anon_sym_AT] = ACTIONS(3939), - [anon_sym_shared] = ACTIONS(3939), - [anon_sym_map_LBRACK] = ACTIONS(3939), - [anon_sym_chan] = ACTIONS(3939), - [anon_sym_thread] = ACTIONS(3939), - [anon_sym_atomic] = ACTIONS(3939), - [anon_sym_assert] = ACTIONS(3939), - [anon_sym_defer] = ACTIONS(3939), - [anon_sym_goto] = ACTIONS(3939), - [anon_sym_break] = ACTIONS(3939), - [anon_sym_continue] = ACTIONS(3939), - [anon_sym_return] = ACTIONS(3939), - [anon_sym_DOLLARfor] = ACTIONS(3939), - [anon_sym_for] = ACTIONS(3939), - [anon_sym_POUND] = ACTIONS(3939), - [anon_sym_asm] = ACTIONS(3939), - [anon_sym_AT_LBRACK] = ACTIONS(3939), - [sym___double_quote] = ACTIONS(3939), - [sym___single_quote] = ACTIONS(3939), - [sym___c_double_quote] = ACTIONS(3939), - [sym___c_single_quote] = ACTIONS(3939), - [sym___r_double_quote] = ACTIONS(3939), - [sym___r_single_quote] = ACTIONS(3939), + [anon_sym_DOT] = ACTIONS(3945), + [anon_sym_LBRACE] = ACTIONS(3945), + [anon_sym_const] = ACTIONS(3945), + [anon_sym_LPAREN] = ACTIONS(3945), + [anon_sym___global] = ACTIONS(3945), + [anon_sym_type] = ACTIONS(3945), + [anon_sym_fn] = ACTIONS(3945), + [anon_sym_PLUS] = ACTIONS(3945), + [anon_sym_DASH] = ACTIONS(3945), + [anon_sym_STAR] = ACTIONS(3945), + [anon_sym_struct] = ACTIONS(3945), + [anon_sym_union] = ACTIONS(3945), + [anon_sym_pub] = ACTIONS(3945), + [anon_sym_mut] = ACTIONS(3945), + [anon_sym_enum] = ACTIONS(3945), + [anon_sym_interface] = ACTIONS(3945), + [anon_sym_QMARK] = ACTIONS(3945), + [anon_sym_BANG] = ACTIONS(3945), + [anon_sym_go] = ACTIONS(3945), + [anon_sym_spawn] = ACTIONS(3945), + [anon_sym_json_DOTdecode] = ACTIONS(3945), + [anon_sym_LBRACK2] = ACTIONS(3945), + [anon_sym_TILDE] = ACTIONS(3945), + [anon_sym_CARET] = ACTIONS(3945), + [anon_sym_AMP] = ACTIONS(3945), + [anon_sym_LT_DASH] = ACTIONS(3945), + [sym_none] = ACTIONS(3945), + [sym_true] = ACTIONS(3945), + [sym_false] = ACTIONS(3945), + [sym_nil] = ACTIONS(3945), + [anon_sym_if] = ACTIONS(3945), + [anon_sym_DOLLARif] = ACTIONS(3945), + [anon_sym_match] = ACTIONS(3945), + [anon_sym_select] = ACTIONS(3945), + [anon_sym_lock] = ACTIONS(3945), + [anon_sym_rlock] = ACTIONS(3945), + [anon_sym_unsafe] = ACTIONS(3945), + [anon_sym_sql] = ACTIONS(3945), + [sym_int_literal] = ACTIONS(3945), + [sym_float_literal] = ACTIONS(3945), + [sym_rune_literal] = ACTIONS(3945), + [anon_sym_AT] = ACTIONS(3945), + [anon_sym_shared] = ACTIONS(3945), + [anon_sym_map_LBRACK] = ACTIONS(3945), + [anon_sym_chan] = ACTIONS(3945), + [anon_sym_thread] = ACTIONS(3945), + [anon_sym_atomic] = ACTIONS(3945), + [anon_sym_assert] = ACTIONS(3945), + [anon_sym_defer] = ACTIONS(3945), + [anon_sym_goto] = ACTIONS(3945), + [anon_sym_break] = ACTIONS(3945), + [anon_sym_continue] = ACTIONS(3945), + [anon_sym_return] = ACTIONS(3945), + [anon_sym_DOLLARfor] = ACTIONS(3945), + [anon_sym_for] = ACTIONS(3945), + [anon_sym_POUND] = ACTIONS(3945), + [anon_sym_asm] = ACTIONS(3945), + [anon_sym_AT_LBRACK] = ACTIONS(3945), + [sym___double_quote] = ACTIONS(3945), + [sym___single_quote] = ACTIONS(3945), + [sym___c_double_quote] = ACTIONS(3945), + [sym___c_single_quote] = ACTIONS(3945), + [sym___r_double_quote] = ACTIONS(3945), + [sym___r_single_quote] = ACTIONS(3945), }, [1495] = { - [ts_builtin_sym_end] = ACTIONS(3941), - [sym_identifier] = ACTIONS(3943), - [anon_sym_LF] = ACTIONS(3943), - [anon_sym_CR] = ACTIONS(3943), - [anon_sym_CR_LF] = ACTIONS(3943), + [ts_builtin_sym_end] = ACTIONS(3947), + [sym_identifier] = ACTIONS(3949), + [anon_sym_LF] = ACTIONS(3949), + [anon_sym_CR] = ACTIONS(3949), + [anon_sym_CR_LF] = ACTIONS(3949), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3943), - [anon_sym_LBRACE] = ACTIONS(3943), - [anon_sym_const] = ACTIONS(3943), - [anon_sym_LPAREN] = ACTIONS(3943), - [anon_sym___global] = ACTIONS(3943), - [anon_sym_type] = ACTIONS(3943), - [anon_sym_fn] = ACTIONS(3943), - [anon_sym_PLUS] = ACTIONS(3943), - [anon_sym_DASH] = ACTIONS(3943), - [anon_sym_STAR] = ACTIONS(3943), - [anon_sym_struct] = ACTIONS(3943), - [anon_sym_union] = ACTIONS(3943), - [anon_sym_pub] = ACTIONS(3943), - [anon_sym_mut] = ACTIONS(3943), - [anon_sym_enum] = ACTIONS(3943), - [anon_sym_interface] = ACTIONS(3943), - [anon_sym_QMARK] = ACTIONS(3943), - [anon_sym_BANG] = ACTIONS(3943), - [anon_sym_go] = ACTIONS(3943), - [anon_sym_spawn] = ACTIONS(3943), - [anon_sym_json_DOTdecode] = ACTIONS(3943), - [anon_sym_LBRACK2] = ACTIONS(3943), - [anon_sym_TILDE] = ACTIONS(3943), - [anon_sym_CARET] = ACTIONS(3943), - [anon_sym_AMP] = ACTIONS(3943), - [anon_sym_LT_DASH] = ACTIONS(3943), - [sym_none] = ACTIONS(3943), - [sym_true] = ACTIONS(3943), - [sym_false] = ACTIONS(3943), - [sym_nil] = ACTIONS(3943), - [anon_sym_if] = ACTIONS(3943), - [anon_sym_DOLLARif] = ACTIONS(3943), - [anon_sym_match] = ACTIONS(3943), - [anon_sym_select] = ACTIONS(3943), - [anon_sym_lock] = ACTIONS(3943), - [anon_sym_rlock] = ACTIONS(3943), - [anon_sym_unsafe] = ACTIONS(3943), - [anon_sym_sql] = ACTIONS(3943), - [sym_int_literal] = ACTIONS(3943), - [sym_float_literal] = ACTIONS(3943), - [sym_rune_literal] = ACTIONS(3943), - [anon_sym_AT] = ACTIONS(3943), - [anon_sym_shared] = ACTIONS(3943), - [anon_sym_map_LBRACK] = ACTIONS(3943), - [anon_sym_chan] = ACTIONS(3943), - [anon_sym_thread] = ACTIONS(3943), - [anon_sym_atomic] = ACTIONS(3943), - [anon_sym_assert] = ACTIONS(3943), - [anon_sym_defer] = ACTIONS(3943), - [anon_sym_goto] = ACTIONS(3943), - [anon_sym_break] = ACTIONS(3943), - [anon_sym_continue] = ACTIONS(3943), - [anon_sym_return] = ACTIONS(3943), - [anon_sym_DOLLARfor] = ACTIONS(3943), - [anon_sym_for] = ACTIONS(3943), - [anon_sym_POUND] = ACTIONS(3943), - [anon_sym_asm] = ACTIONS(3943), - [anon_sym_AT_LBRACK] = ACTIONS(3943), - [sym___double_quote] = ACTIONS(3943), - [sym___single_quote] = ACTIONS(3943), - [sym___c_double_quote] = ACTIONS(3943), - [sym___c_single_quote] = ACTIONS(3943), - [sym___r_double_quote] = ACTIONS(3943), - [sym___r_single_quote] = ACTIONS(3943), + [anon_sym_DOT] = ACTIONS(3949), + [anon_sym_LBRACE] = ACTIONS(3949), + [anon_sym_const] = ACTIONS(3949), + [anon_sym_LPAREN] = ACTIONS(3949), + [anon_sym___global] = ACTIONS(3949), + [anon_sym_type] = ACTIONS(3949), + [anon_sym_fn] = ACTIONS(3949), + [anon_sym_PLUS] = ACTIONS(3949), + [anon_sym_DASH] = ACTIONS(3949), + [anon_sym_STAR] = ACTIONS(3949), + [anon_sym_struct] = ACTIONS(3949), + [anon_sym_union] = ACTIONS(3949), + [anon_sym_pub] = ACTIONS(3949), + [anon_sym_mut] = ACTIONS(3949), + [anon_sym_enum] = ACTIONS(3949), + [anon_sym_interface] = ACTIONS(3949), + [anon_sym_QMARK] = ACTIONS(3949), + [anon_sym_BANG] = ACTIONS(3949), + [anon_sym_go] = ACTIONS(3949), + [anon_sym_spawn] = ACTIONS(3949), + [anon_sym_json_DOTdecode] = ACTIONS(3949), + [anon_sym_LBRACK2] = ACTIONS(3949), + [anon_sym_TILDE] = ACTIONS(3949), + [anon_sym_CARET] = ACTIONS(3949), + [anon_sym_AMP] = ACTIONS(3949), + [anon_sym_LT_DASH] = ACTIONS(3949), + [sym_none] = ACTIONS(3949), + [sym_true] = ACTIONS(3949), + [sym_false] = ACTIONS(3949), + [sym_nil] = ACTIONS(3949), + [anon_sym_if] = ACTIONS(3949), + [anon_sym_DOLLARif] = ACTIONS(3949), + [anon_sym_match] = ACTIONS(3949), + [anon_sym_select] = ACTIONS(3949), + [anon_sym_lock] = ACTIONS(3949), + [anon_sym_rlock] = ACTIONS(3949), + [anon_sym_unsafe] = ACTIONS(3949), + [anon_sym_sql] = ACTIONS(3949), + [sym_int_literal] = ACTIONS(3949), + [sym_float_literal] = ACTIONS(3949), + [sym_rune_literal] = ACTIONS(3949), + [anon_sym_AT] = ACTIONS(3949), + [anon_sym_shared] = ACTIONS(3949), + [anon_sym_map_LBRACK] = ACTIONS(3949), + [anon_sym_chan] = ACTIONS(3949), + [anon_sym_thread] = ACTIONS(3949), + [anon_sym_atomic] = ACTIONS(3949), + [anon_sym_assert] = ACTIONS(3949), + [anon_sym_defer] = ACTIONS(3949), + [anon_sym_goto] = ACTIONS(3949), + [anon_sym_break] = ACTIONS(3949), + [anon_sym_continue] = ACTIONS(3949), + [anon_sym_return] = ACTIONS(3949), + [anon_sym_DOLLARfor] = ACTIONS(3949), + [anon_sym_for] = ACTIONS(3949), + [anon_sym_POUND] = ACTIONS(3949), + [anon_sym_asm] = ACTIONS(3949), + [anon_sym_AT_LBRACK] = ACTIONS(3949), + [sym___double_quote] = ACTIONS(3949), + [sym___single_quote] = ACTIONS(3949), + [sym___c_double_quote] = ACTIONS(3949), + [sym___c_single_quote] = ACTIONS(3949), + [sym___r_double_quote] = ACTIONS(3949), + [sym___r_single_quote] = ACTIONS(3949), }, [1496] = { - [ts_builtin_sym_end] = ACTIONS(3945), - [sym_identifier] = ACTIONS(3947), - [anon_sym_LF] = ACTIONS(3947), - [anon_sym_CR] = ACTIONS(3947), - [anon_sym_CR_LF] = ACTIONS(3947), + [ts_builtin_sym_end] = ACTIONS(3951), + [sym_identifier] = ACTIONS(3953), + [anon_sym_LF] = ACTIONS(3953), + [anon_sym_CR] = ACTIONS(3953), + [anon_sym_CR_LF] = ACTIONS(3953), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3947), - [anon_sym_LBRACE] = ACTIONS(3947), - [anon_sym_const] = ACTIONS(3947), - [anon_sym_LPAREN] = ACTIONS(3947), - [anon_sym___global] = ACTIONS(3947), - [anon_sym_type] = ACTIONS(3947), - [anon_sym_fn] = ACTIONS(3947), - [anon_sym_PLUS] = ACTIONS(3947), - [anon_sym_DASH] = ACTIONS(3947), - [anon_sym_STAR] = ACTIONS(3947), - [anon_sym_struct] = ACTIONS(3947), - [anon_sym_union] = ACTIONS(3947), - [anon_sym_pub] = ACTIONS(3947), - [anon_sym_mut] = ACTIONS(3947), - [anon_sym_enum] = ACTIONS(3947), - [anon_sym_interface] = ACTIONS(3947), - [anon_sym_QMARK] = ACTIONS(3947), - [anon_sym_BANG] = ACTIONS(3947), - [anon_sym_go] = ACTIONS(3947), - [anon_sym_spawn] = ACTIONS(3947), - [anon_sym_json_DOTdecode] = ACTIONS(3947), - [anon_sym_LBRACK2] = ACTIONS(3947), - [anon_sym_TILDE] = ACTIONS(3947), - [anon_sym_CARET] = ACTIONS(3947), - [anon_sym_AMP] = ACTIONS(3947), - [anon_sym_LT_DASH] = ACTIONS(3947), - [sym_none] = ACTIONS(3947), - [sym_true] = ACTIONS(3947), - [sym_false] = ACTIONS(3947), - [sym_nil] = ACTIONS(3947), - [anon_sym_if] = ACTIONS(3947), - [anon_sym_DOLLARif] = ACTIONS(3947), - [anon_sym_match] = ACTIONS(3947), - [anon_sym_select] = ACTIONS(3947), - [anon_sym_lock] = ACTIONS(3947), - [anon_sym_rlock] = ACTIONS(3947), - [anon_sym_unsafe] = ACTIONS(3947), - [anon_sym_sql] = ACTIONS(3947), - [sym_int_literal] = ACTIONS(3947), - [sym_float_literal] = ACTIONS(3947), - [sym_rune_literal] = ACTIONS(3947), - [anon_sym_AT] = ACTIONS(3947), - [anon_sym_shared] = ACTIONS(3947), - [anon_sym_map_LBRACK] = ACTIONS(3947), - [anon_sym_chan] = ACTIONS(3947), - [anon_sym_thread] = ACTIONS(3947), - [anon_sym_atomic] = ACTIONS(3947), - [anon_sym_assert] = ACTIONS(3947), - [anon_sym_defer] = ACTIONS(3947), - [anon_sym_goto] = ACTIONS(3947), - [anon_sym_break] = ACTIONS(3947), - [anon_sym_continue] = ACTIONS(3947), - [anon_sym_return] = ACTIONS(3947), - [anon_sym_DOLLARfor] = ACTIONS(3947), - [anon_sym_for] = ACTIONS(3947), - [anon_sym_POUND] = ACTIONS(3947), - [anon_sym_asm] = ACTIONS(3947), - [anon_sym_AT_LBRACK] = ACTIONS(3947), - [sym___double_quote] = ACTIONS(3947), - [sym___single_quote] = ACTIONS(3947), - [sym___c_double_quote] = ACTIONS(3947), - [sym___c_single_quote] = ACTIONS(3947), - [sym___r_double_quote] = ACTIONS(3947), - [sym___r_single_quote] = ACTIONS(3947), + [anon_sym_DOT] = ACTIONS(3953), + [anon_sym_LBRACE] = ACTIONS(3953), + [anon_sym_const] = ACTIONS(3953), + [anon_sym_LPAREN] = ACTIONS(3953), + [anon_sym___global] = ACTIONS(3953), + [anon_sym_type] = ACTIONS(3953), + [anon_sym_fn] = ACTIONS(3953), + [anon_sym_PLUS] = ACTIONS(3953), + [anon_sym_DASH] = ACTIONS(3953), + [anon_sym_STAR] = ACTIONS(3953), + [anon_sym_struct] = ACTIONS(3953), + [anon_sym_union] = ACTIONS(3953), + [anon_sym_pub] = ACTIONS(3953), + [anon_sym_mut] = ACTIONS(3953), + [anon_sym_enum] = ACTIONS(3953), + [anon_sym_interface] = ACTIONS(3953), + [anon_sym_QMARK] = ACTIONS(3953), + [anon_sym_BANG] = ACTIONS(3953), + [anon_sym_go] = ACTIONS(3953), + [anon_sym_spawn] = ACTIONS(3953), + [anon_sym_json_DOTdecode] = ACTIONS(3953), + [anon_sym_LBRACK2] = ACTIONS(3953), + [anon_sym_TILDE] = ACTIONS(3953), + [anon_sym_CARET] = ACTIONS(3953), + [anon_sym_AMP] = ACTIONS(3953), + [anon_sym_LT_DASH] = ACTIONS(3953), + [sym_none] = ACTIONS(3953), + [sym_true] = ACTIONS(3953), + [sym_false] = ACTIONS(3953), + [sym_nil] = ACTIONS(3953), + [anon_sym_if] = ACTIONS(3953), + [anon_sym_DOLLARif] = ACTIONS(3953), + [anon_sym_match] = ACTIONS(3953), + [anon_sym_select] = ACTIONS(3953), + [anon_sym_lock] = ACTIONS(3953), + [anon_sym_rlock] = ACTIONS(3953), + [anon_sym_unsafe] = ACTIONS(3953), + [anon_sym_sql] = ACTIONS(3953), + [sym_int_literal] = ACTIONS(3953), + [sym_float_literal] = ACTIONS(3953), + [sym_rune_literal] = ACTIONS(3953), + [anon_sym_AT] = ACTIONS(3953), + [anon_sym_shared] = ACTIONS(3953), + [anon_sym_map_LBRACK] = ACTIONS(3953), + [anon_sym_chan] = ACTIONS(3953), + [anon_sym_thread] = ACTIONS(3953), + [anon_sym_atomic] = ACTIONS(3953), + [anon_sym_assert] = ACTIONS(3953), + [anon_sym_defer] = ACTIONS(3953), + [anon_sym_goto] = ACTIONS(3953), + [anon_sym_break] = ACTIONS(3953), + [anon_sym_continue] = ACTIONS(3953), + [anon_sym_return] = ACTIONS(3953), + [anon_sym_DOLLARfor] = ACTIONS(3953), + [anon_sym_for] = ACTIONS(3953), + [anon_sym_POUND] = ACTIONS(3953), + [anon_sym_asm] = ACTIONS(3953), + [anon_sym_AT_LBRACK] = ACTIONS(3953), + [sym___double_quote] = ACTIONS(3953), + [sym___single_quote] = ACTIONS(3953), + [sym___c_double_quote] = ACTIONS(3953), + [sym___c_single_quote] = ACTIONS(3953), + [sym___r_double_quote] = ACTIONS(3953), + [sym___r_single_quote] = ACTIONS(3953), }, [1497] = { - [ts_builtin_sym_end] = ACTIONS(3949), - [sym_identifier] = ACTIONS(3951), - [anon_sym_LF] = ACTIONS(3951), - [anon_sym_CR] = ACTIONS(3951), - [anon_sym_CR_LF] = ACTIONS(3951), + [ts_builtin_sym_end] = ACTIONS(3955), + [sym_identifier] = ACTIONS(3957), + [anon_sym_LF] = ACTIONS(3957), + [anon_sym_CR] = ACTIONS(3957), + [anon_sym_CR_LF] = ACTIONS(3957), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3951), - [anon_sym_LBRACE] = ACTIONS(3951), - [anon_sym_const] = ACTIONS(3951), - [anon_sym_LPAREN] = ACTIONS(3951), - [anon_sym___global] = ACTIONS(3951), - [anon_sym_type] = ACTIONS(3951), - [anon_sym_fn] = ACTIONS(3951), - [anon_sym_PLUS] = ACTIONS(3951), - [anon_sym_DASH] = ACTIONS(3951), - [anon_sym_STAR] = ACTIONS(3951), - [anon_sym_struct] = ACTIONS(3951), - [anon_sym_union] = ACTIONS(3951), - [anon_sym_pub] = ACTIONS(3951), - [anon_sym_mut] = ACTIONS(3951), - [anon_sym_enum] = ACTIONS(3951), - [anon_sym_interface] = ACTIONS(3951), - [anon_sym_QMARK] = ACTIONS(3951), - [anon_sym_BANG] = ACTIONS(3951), - [anon_sym_go] = ACTIONS(3951), - [anon_sym_spawn] = ACTIONS(3951), - [anon_sym_json_DOTdecode] = ACTIONS(3951), - [anon_sym_LBRACK2] = ACTIONS(3951), - [anon_sym_TILDE] = ACTIONS(3951), - [anon_sym_CARET] = ACTIONS(3951), - [anon_sym_AMP] = ACTIONS(3951), - [anon_sym_LT_DASH] = ACTIONS(3951), - [sym_none] = ACTIONS(3951), - [sym_true] = ACTIONS(3951), - [sym_false] = ACTIONS(3951), - [sym_nil] = ACTIONS(3951), - [anon_sym_if] = ACTIONS(3951), - [anon_sym_DOLLARif] = ACTIONS(3951), - [anon_sym_match] = ACTIONS(3951), - [anon_sym_select] = ACTIONS(3951), - [anon_sym_lock] = ACTIONS(3951), - [anon_sym_rlock] = ACTIONS(3951), - [anon_sym_unsafe] = ACTIONS(3951), - [anon_sym_sql] = ACTIONS(3951), - [sym_int_literal] = ACTIONS(3951), - [sym_float_literal] = ACTIONS(3951), - [sym_rune_literal] = ACTIONS(3951), - [anon_sym_AT] = ACTIONS(3951), - [anon_sym_shared] = ACTIONS(3951), - [anon_sym_map_LBRACK] = ACTIONS(3951), - [anon_sym_chan] = ACTIONS(3951), - [anon_sym_thread] = ACTIONS(3951), - [anon_sym_atomic] = ACTIONS(3951), - [anon_sym_assert] = ACTIONS(3951), - [anon_sym_defer] = ACTIONS(3951), - [anon_sym_goto] = ACTIONS(3951), - [anon_sym_break] = ACTIONS(3951), - [anon_sym_continue] = ACTIONS(3951), - [anon_sym_return] = ACTIONS(3951), - [anon_sym_DOLLARfor] = ACTIONS(3951), - [anon_sym_for] = ACTIONS(3951), - [anon_sym_POUND] = ACTIONS(3951), - [anon_sym_asm] = ACTIONS(3951), - [anon_sym_AT_LBRACK] = ACTIONS(3951), - [sym___double_quote] = ACTIONS(3951), - [sym___single_quote] = ACTIONS(3951), - [sym___c_double_quote] = ACTIONS(3951), - [sym___c_single_quote] = ACTIONS(3951), - [sym___r_double_quote] = ACTIONS(3951), - [sym___r_single_quote] = ACTIONS(3951), + [anon_sym_DOT] = ACTIONS(3957), + [anon_sym_LBRACE] = ACTIONS(3957), + [anon_sym_const] = ACTIONS(3957), + [anon_sym_LPAREN] = ACTIONS(3957), + [anon_sym___global] = ACTIONS(3957), + [anon_sym_type] = ACTIONS(3957), + [anon_sym_fn] = ACTIONS(3957), + [anon_sym_PLUS] = ACTIONS(3957), + [anon_sym_DASH] = ACTIONS(3957), + [anon_sym_STAR] = ACTIONS(3957), + [anon_sym_struct] = ACTIONS(3957), + [anon_sym_union] = ACTIONS(3957), + [anon_sym_pub] = ACTIONS(3957), + [anon_sym_mut] = ACTIONS(3957), + [anon_sym_enum] = ACTIONS(3957), + [anon_sym_interface] = ACTIONS(3957), + [anon_sym_QMARK] = ACTIONS(3957), + [anon_sym_BANG] = ACTIONS(3957), + [anon_sym_go] = ACTIONS(3957), + [anon_sym_spawn] = ACTIONS(3957), + [anon_sym_json_DOTdecode] = ACTIONS(3957), + [anon_sym_LBRACK2] = ACTIONS(3957), + [anon_sym_TILDE] = ACTIONS(3957), + [anon_sym_CARET] = ACTIONS(3957), + [anon_sym_AMP] = ACTIONS(3957), + [anon_sym_LT_DASH] = ACTIONS(3957), + [sym_none] = ACTIONS(3957), + [sym_true] = ACTIONS(3957), + [sym_false] = ACTIONS(3957), + [sym_nil] = ACTIONS(3957), + [anon_sym_if] = ACTIONS(3957), + [anon_sym_DOLLARif] = ACTIONS(3957), + [anon_sym_match] = ACTIONS(3957), + [anon_sym_select] = ACTIONS(3957), + [anon_sym_lock] = ACTIONS(3957), + [anon_sym_rlock] = ACTIONS(3957), + [anon_sym_unsafe] = ACTIONS(3957), + [anon_sym_sql] = ACTIONS(3957), + [sym_int_literal] = ACTIONS(3957), + [sym_float_literal] = ACTIONS(3957), + [sym_rune_literal] = ACTIONS(3957), + [anon_sym_AT] = ACTIONS(3957), + [anon_sym_shared] = ACTIONS(3957), + [anon_sym_map_LBRACK] = ACTIONS(3957), + [anon_sym_chan] = ACTIONS(3957), + [anon_sym_thread] = ACTIONS(3957), + [anon_sym_atomic] = ACTIONS(3957), + [anon_sym_assert] = ACTIONS(3957), + [anon_sym_defer] = ACTIONS(3957), + [anon_sym_goto] = ACTIONS(3957), + [anon_sym_break] = ACTIONS(3957), + [anon_sym_continue] = ACTIONS(3957), + [anon_sym_return] = ACTIONS(3957), + [anon_sym_DOLLARfor] = ACTIONS(3957), + [anon_sym_for] = ACTIONS(3957), + [anon_sym_POUND] = ACTIONS(3957), + [anon_sym_asm] = ACTIONS(3957), + [anon_sym_AT_LBRACK] = ACTIONS(3957), + [sym___double_quote] = ACTIONS(3957), + [sym___single_quote] = ACTIONS(3957), + [sym___c_double_quote] = ACTIONS(3957), + [sym___c_single_quote] = ACTIONS(3957), + [sym___r_double_quote] = ACTIONS(3957), + [sym___r_single_quote] = ACTIONS(3957), }, [1498] = { - [ts_builtin_sym_end] = ACTIONS(3953), - [sym_identifier] = ACTIONS(3955), - [anon_sym_LF] = ACTIONS(3955), - [anon_sym_CR] = ACTIONS(3955), - [anon_sym_CR_LF] = ACTIONS(3955), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3955), - [anon_sym_LBRACE] = ACTIONS(3955), - [anon_sym_const] = ACTIONS(3955), - [anon_sym_LPAREN] = ACTIONS(3955), - [anon_sym___global] = ACTIONS(3955), - [anon_sym_type] = ACTIONS(3955), - [anon_sym_fn] = ACTIONS(3955), - [anon_sym_PLUS] = ACTIONS(3955), - [anon_sym_DASH] = ACTIONS(3955), - [anon_sym_STAR] = ACTIONS(3955), - [anon_sym_struct] = ACTIONS(3955), - [anon_sym_union] = ACTIONS(3955), - [anon_sym_pub] = ACTIONS(3955), - [anon_sym_mut] = ACTIONS(3955), - [anon_sym_enum] = ACTIONS(3955), - [anon_sym_interface] = ACTIONS(3955), - [anon_sym_QMARK] = ACTIONS(3955), - [anon_sym_BANG] = ACTIONS(3955), - [anon_sym_go] = ACTIONS(3955), - [anon_sym_spawn] = ACTIONS(3955), - [anon_sym_json_DOTdecode] = ACTIONS(3955), - [anon_sym_LBRACK2] = ACTIONS(3955), - [anon_sym_TILDE] = ACTIONS(3955), - [anon_sym_CARET] = ACTIONS(3955), - [anon_sym_AMP] = ACTIONS(3955), - [anon_sym_LT_DASH] = ACTIONS(3955), - [sym_none] = ACTIONS(3955), - [sym_true] = ACTIONS(3955), - [sym_false] = ACTIONS(3955), - [sym_nil] = ACTIONS(3955), - [anon_sym_if] = ACTIONS(3955), - [anon_sym_DOLLARif] = ACTIONS(3955), - [anon_sym_match] = ACTIONS(3955), - [anon_sym_select] = ACTIONS(3955), - [anon_sym_lock] = ACTIONS(3955), - [anon_sym_rlock] = ACTIONS(3955), - [anon_sym_unsafe] = ACTIONS(3955), - [anon_sym_sql] = ACTIONS(3955), - [sym_int_literal] = ACTIONS(3955), - [sym_float_literal] = ACTIONS(3955), - [sym_rune_literal] = ACTIONS(3955), - [anon_sym_AT] = ACTIONS(3955), - [anon_sym_shared] = ACTIONS(3955), - [anon_sym_map_LBRACK] = ACTIONS(3955), - [anon_sym_chan] = ACTIONS(3955), - [anon_sym_thread] = ACTIONS(3955), - [anon_sym_atomic] = ACTIONS(3955), - [anon_sym_assert] = ACTIONS(3955), - [anon_sym_defer] = ACTIONS(3955), - [anon_sym_goto] = ACTIONS(3955), - [anon_sym_break] = ACTIONS(3955), - [anon_sym_continue] = ACTIONS(3955), - [anon_sym_return] = ACTIONS(3955), - [anon_sym_DOLLARfor] = ACTIONS(3955), - [anon_sym_for] = ACTIONS(3955), - [anon_sym_POUND] = ACTIONS(3955), - [anon_sym_asm] = ACTIONS(3955), - [anon_sym_AT_LBRACK] = ACTIONS(3955), - [sym___double_quote] = ACTIONS(3955), - [sym___single_quote] = ACTIONS(3955), - [sym___c_double_quote] = ACTIONS(3955), - [sym___c_single_quote] = ACTIONS(3955), - [sym___r_double_quote] = ACTIONS(3955), - [sym___r_single_quote] = ACTIONS(3955), + [sym_reference_expression] = STATE(4648), + [sym_type_reference_expression] = STATE(2649), + [sym_plain_type] = STATE(2783), + [sym__plain_type_without_special] = STATE(2778), + [sym_anon_struct_type] = STATE(2779), + [sym_multi_return_type] = STATE(2778), + [sym_result_type] = STATE(2778), + [sym_option_type] = STATE(2778), + [sym_qualified_type] = STATE(2649), + [sym_fixed_array_type] = STATE(2779), + [sym_array_type] = STATE(2779), + [sym_pointer_type] = STATE(2779), + [sym_wrong_pointer_type] = STATE(2779), + [sym_map_type] = STATE(2779), + [sym_channel_type] = STATE(2779), + [sym_shared_type] = STATE(2779), + [sym_thread_type] = STATE(2779), + [sym_atomic_type] = STATE(2779), + [sym_generic_type] = STATE(2779), + [sym_function_type] = STATE(2779), + [sym_identifier] = ACTIONS(3959), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(611), + [anon_sym_as] = ACTIONS(611), + [anon_sym_LBRACE] = ACTIONS(609), + [anon_sym_COMMA] = ACTIONS(609), + [anon_sym_LPAREN] = ACTIONS(3961), + [anon_sym_PIPE] = ACTIONS(611), + [anon_sym_fn] = ACTIONS(3963), + [anon_sym_PLUS] = ACTIONS(611), + [anon_sym_DASH] = ACTIONS(611), + [anon_sym_STAR] = ACTIONS(3965), + [anon_sym_SLASH] = ACTIONS(611), + [anon_sym_PERCENT] = ACTIONS(609), + [anon_sym_LT] = ACTIONS(611), + [anon_sym_GT] = ACTIONS(611), + [anon_sym_EQ_EQ] = ACTIONS(609), + [anon_sym_BANG_EQ] = ACTIONS(609), + [anon_sym_LT_EQ] = ACTIONS(609), + [anon_sym_GT_EQ] = ACTIONS(609), + [anon_sym_DOT_DOT_DOT] = ACTIONS(609), + [anon_sym_LBRACK] = ACTIONS(609), + [anon_sym_LT2] = ACTIONS(611), + [anon_sym_struct] = ACTIONS(3967), + [anon_sym_PLUS_PLUS] = ACTIONS(609), + [anon_sym_DASH_DASH] = ACTIONS(609), + [anon_sym_QMARK] = ACTIONS(3969), + [anon_sym_BANG] = ACTIONS(3971), + [anon_sym_LBRACK2] = ACTIONS(3973), + [anon_sym_CARET] = ACTIONS(609), + [anon_sym_AMP] = ACTIONS(3975), + [anon_sym_LT_LT] = ACTIONS(609), + [anon_sym_GT_GT] = ACTIONS(611), + [anon_sym_GT_GT_GT] = ACTIONS(609), + [anon_sym_AMP_CARET] = ACTIONS(609), + [anon_sym_AMP_AMP] = ACTIONS(609), + [anon_sym_PIPE_PIPE] = ACTIONS(609), + [anon_sym_or] = ACTIONS(611), + [anon_sym_QMARK_DOT] = ACTIONS(609), + [anon_sym_POUND_LBRACK] = ACTIONS(609), + [anon_sym_is] = ACTIONS(611), + [anon_sym_BANGis] = ACTIONS(609), + [anon_sym_in] = ACTIONS(611), + [anon_sym_BANGin] = ACTIONS(609), + [anon_sym_shared] = ACTIONS(3977), + [anon_sym_map_LBRACK] = ACTIONS(3979), + [anon_sym_chan] = ACTIONS(3981), + [anon_sym_thread] = ACTIONS(3983), + [anon_sym_atomic] = ACTIONS(3985), + [anon_sym_DOT_DOT] = ACTIONS(611), }, [1499] = { - [ts_builtin_sym_end] = ACTIONS(3957), - [sym_identifier] = ACTIONS(3959), - [anon_sym_LF] = ACTIONS(3959), - [anon_sym_CR] = ACTIONS(3959), - [anon_sym_CR_LF] = ACTIONS(3959), + [ts_builtin_sym_end] = ACTIONS(3987), + [sym_identifier] = ACTIONS(3989), + [anon_sym_LF] = ACTIONS(3989), + [anon_sym_CR] = ACTIONS(3989), + [anon_sym_CR_LF] = ACTIONS(3989), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3959), - [anon_sym_LBRACE] = ACTIONS(3959), - [anon_sym_const] = ACTIONS(3959), - [anon_sym_LPAREN] = ACTIONS(3959), - [anon_sym___global] = ACTIONS(3959), - [anon_sym_type] = ACTIONS(3959), - [anon_sym_fn] = ACTIONS(3959), - [anon_sym_PLUS] = ACTIONS(3959), - [anon_sym_DASH] = ACTIONS(3959), - [anon_sym_STAR] = ACTIONS(3959), - [anon_sym_struct] = ACTIONS(3959), - [anon_sym_union] = ACTIONS(3959), - [anon_sym_pub] = ACTIONS(3959), - [anon_sym_mut] = ACTIONS(3959), - [anon_sym_enum] = ACTIONS(3959), - [anon_sym_interface] = ACTIONS(3959), - [anon_sym_QMARK] = ACTIONS(3959), - [anon_sym_BANG] = ACTIONS(3959), - [anon_sym_go] = ACTIONS(3959), - [anon_sym_spawn] = ACTIONS(3959), - [anon_sym_json_DOTdecode] = ACTIONS(3959), - [anon_sym_LBRACK2] = ACTIONS(3959), - [anon_sym_TILDE] = ACTIONS(3959), - [anon_sym_CARET] = ACTIONS(3959), - [anon_sym_AMP] = ACTIONS(3959), - [anon_sym_LT_DASH] = ACTIONS(3959), - [sym_none] = ACTIONS(3959), - [sym_true] = ACTIONS(3959), - [sym_false] = ACTIONS(3959), - [sym_nil] = ACTIONS(3959), - [anon_sym_if] = ACTIONS(3959), - [anon_sym_DOLLARif] = ACTIONS(3959), - [anon_sym_match] = ACTIONS(3959), - [anon_sym_select] = ACTIONS(3959), - [anon_sym_lock] = ACTIONS(3959), - [anon_sym_rlock] = ACTIONS(3959), - [anon_sym_unsafe] = ACTIONS(3959), - [anon_sym_sql] = ACTIONS(3959), - [sym_int_literal] = ACTIONS(3959), - [sym_float_literal] = ACTIONS(3959), - [sym_rune_literal] = ACTIONS(3959), - [anon_sym_AT] = ACTIONS(3959), - [anon_sym_shared] = ACTIONS(3959), - [anon_sym_map_LBRACK] = ACTIONS(3959), - [anon_sym_chan] = ACTIONS(3959), - [anon_sym_thread] = ACTIONS(3959), - [anon_sym_atomic] = ACTIONS(3959), - [anon_sym_assert] = ACTIONS(3959), - [anon_sym_defer] = ACTIONS(3959), - [anon_sym_goto] = ACTIONS(3959), - [anon_sym_break] = ACTIONS(3959), - [anon_sym_continue] = ACTIONS(3959), - [anon_sym_return] = ACTIONS(3959), - [anon_sym_DOLLARfor] = ACTIONS(3959), - [anon_sym_for] = ACTIONS(3959), - [anon_sym_POUND] = ACTIONS(3959), - [anon_sym_asm] = ACTIONS(3959), - [anon_sym_AT_LBRACK] = ACTIONS(3959), - [sym___double_quote] = ACTIONS(3959), - [sym___single_quote] = ACTIONS(3959), - [sym___c_double_quote] = ACTIONS(3959), - [sym___c_single_quote] = ACTIONS(3959), - [sym___r_double_quote] = ACTIONS(3959), - [sym___r_single_quote] = ACTIONS(3959), + [anon_sym_DOT] = ACTIONS(3989), + [anon_sym_LBRACE] = ACTIONS(3989), + [anon_sym_const] = ACTIONS(3989), + [anon_sym_LPAREN] = ACTIONS(3989), + [anon_sym___global] = ACTIONS(3989), + [anon_sym_type] = ACTIONS(3989), + [anon_sym_fn] = ACTIONS(3989), + [anon_sym_PLUS] = ACTIONS(3989), + [anon_sym_DASH] = ACTIONS(3989), + [anon_sym_STAR] = ACTIONS(3989), + [anon_sym_struct] = ACTIONS(3989), + [anon_sym_union] = ACTIONS(3989), + [anon_sym_pub] = ACTIONS(3989), + [anon_sym_mut] = ACTIONS(3989), + [anon_sym_enum] = ACTIONS(3989), + [anon_sym_interface] = ACTIONS(3989), + [anon_sym_QMARK] = ACTIONS(3989), + [anon_sym_BANG] = ACTIONS(3989), + [anon_sym_go] = ACTIONS(3989), + [anon_sym_spawn] = ACTIONS(3989), + [anon_sym_json_DOTdecode] = ACTIONS(3989), + [anon_sym_LBRACK2] = ACTIONS(3989), + [anon_sym_TILDE] = ACTIONS(3989), + [anon_sym_CARET] = ACTIONS(3989), + [anon_sym_AMP] = ACTIONS(3989), + [anon_sym_LT_DASH] = ACTIONS(3989), + [sym_none] = ACTIONS(3989), + [sym_true] = ACTIONS(3989), + [sym_false] = ACTIONS(3989), + [sym_nil] = ACTIONS(3989), + [anon_sym_if] = ACTIONS(3989), + [anon_sym_DOLLARif] = ACTIONS(3989), + [anon_sym_match] = ACTIONS(3989), + [anon_sym_select] = ACTIONS(3989), + [anon_sym_lock] = ACTIONS(3989), + [anon_sym_rlock] = ACTIONS(3989), + [anon_sym_unsafe] = ACTIONS(3989), + [anon_sym_sql] = ACTIONS(3989), + [sym_int_literal] = ACTIONS(3989), + [sym_float_literal] = ACTIONS(3989), + [sym_rune_literal] = ACTIONS(3989), + [anon_sym_AT] = ACTIONS(3989), + [anon_sym_shared] = ACTIONS(3989), + [anon_sym_map_LBRACK] = ACTIONS(3989), + [anon_sym_chan] = ACTIONS(3989), + [anon_sym_thread] = ACTIONS(3989), + [anon_sym_atomic] = ACTIONS(3989), + [anon_sym_assert] = ACTIONS(3989), + [anon_sym_defer] = ACTIONS(3989), + [anon_sym_goto] = ACTIONS(3989), + [anon_sym_break] = ACTIONS(3989), + [anon_sym_continue] = ACTIONS(3989), + [anon_sym_return] = ACTIONS(3989), + [anon_sym_DOLLARfor] = ACTIONS(3989), + [anon_sym_for] = ACTIONS(3989), + [anon_sym_POUND] = ACTIONS(3989), + [anon_sym_asm] = ACTIONS(3989), + [anon_sym_AT_LBRACK] = ACTIONS(3989), + [sym___double_quote] = ACTIONS(3989), + [sym___single_quote] = ACTIONS(3989), + [sym___c_double_quote] = ACTIONS(3989), + [sym___c_single_quote] = ACTIONS(3989), + [sym___r_double_quote] = ACTIONS(3989), + [sym___r_single_quote] = ACTIONS(3989), }, [1500] = { - [ts_builtin_sym_end] = ACTIONS(3961), - [sym_identifier] = ACTIONS(3963), - [anon_sym_LF] = ACTIONS(3963), - [anon_sym_CR] = ACTIONS(3963), - [anon_sym_CR_LF] = ACTIONS(3963), + [ts_builtin_sym_end] = ACTIONS(3991), + [sym_identifier] = ACTIONS(3993), + [anon_sym_LF] = ACTIONS(3993), + [anon_sym_CR] = ACTIONS(3993), + [anon_sym_CR_LF] = ACTIONS(3993), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3963), - [anon_sym_LBRACE] = ACTIONS(3963), - [anon_sym_const] = ACTIONS(3963), - [anon_sym_LPAREN] = ACTIONS(3963), - [anon_sym___global] = ACTIONS(3963), - [anon_sym_type] = ACTIONS(3963), - [anon_sym_fn] = ACTIONS(3963), - [anon_sym_PLUS] = ACTIONS(3963), - [anon_sym_DASH] = ACTIONS(3963), - [anon_sym_STAR] = ACTIONS(3963), - [anon_sym_struct] = ACTIONS(3963), - [anon_sym_union] = ACTIONS(3963), - [anon_sym_pub] = ACTIONS(3963), - [anon_sym_mut] = ACTIONS(3963), - [anon_sym_enum] = ACTIONS(3963), - [anon_sym_interface] = ACTIONS(3963), - [anon_sym_QMARK] = ACTIONS(3963), - [anon_sym_BANG] = ACTIONS(3963), - [anon_sym_go] = ACTIONS(3963), - [anon_sym_spawn] = ACTIONS(3963), - [anon_sym_json_DOTdecode] = ACTIONS(3963), - [anon_sym_LBRACK2] = ACTIONS(3963), - [anon_sym_TILDE] = ACTIONS(3963), - [anon_sym_CARET] = ACTIONS(3963), - [anon_sym_AMP] = ACTIONS(3963), - [anon_sym_LT_DASH] = ACTIONS(3963), - [sym_none] = ACTIONS(3963), - [sym_true] = ACTIONS(3963), - [sym_false] = ACTIONS(3963), - [sym_nil] = ACTIONS(3963), - [anon_sym_if] = ACTIONS(3963), - [anon_sym_DOLLARif] = ACTIONS(3963), - [anon_sym_match] = ACTIONS(3963), - [anon_sym_select] = ACTIONS(3963), - [anon_sym_lock] = ACTIONS(3963), - [anon_sym_rlock] = ACTIONS(3963), - [anon_sym_unsafe] = ACTIONS(3963), - [anon_sym_sql] = ACTIONS(3963), - [sym_int_literal] = ACTIONS(3963), - [sym_float_literal] = ACTIONS(3963), - [sym_rune_literal] = ACTIONS(3963), - [anon_sym_AT] = ACTIONS(3963), - [anon_sym_shared] = ACTIONS(3963), - [anon_sym_map_LBRACK] = ACTIONS(3963), - [anon_sym_chan] = ACTIONS(3963), - [anon_sym_thread] = ACTIONS(3963), - [anon_sym_atomic] = ACTIONS(3963), - [anon_sym_assert] = ACTIONS(3963), - [anon_sym_defer] = ACTIONS(3963), - [anon_sym_goto] = ACTIONS(3963), - [anon_sym_break] = ACTIONS(3963), - [anon_sym_continue] = ACTIONS(3963), - [anon_sym_return] = ACTIONS(3963), - [anon_sym_DOLLARfor] = ACTIONS(3963), - [anon_sym_for] = ACTIONS(3963), - [anon_sym_POUND] = ACTIONS(3963), - [anon_sym_asm] = ACTIONS(3963), - [anon_sym_AT_LBRACK] = ACTIONS(3963), - [sym___double_quote] = ACTIONS(3963), - [sym___single_quote] = ACTIONS(3963), - [sym___c_double_quote] = ACTIONS(3963), - [sym___c_single_quote] = ACTIONS(3963), - [sym___r_double_quote] = ACTIONS(3963), - [sym___r_single_quote] = ACTIONS(3963), + [anon_sym_DOT] = ACTIONS(3993), + [anon_sym_LBRACE] = ACTIONS(3993), + [anon_sym_const] = ACTIONS(3993), + [anon_sym_LPAREN] = ACTIONS(3993), + [anon_sym___global] = ACTIONS(3993), + [anon_sym_type] = ACTIONS(3993), + [anon_sym_fn] = ACTIONS(3993), + [anon_sym_PLUS] = ACTIONS(3993), + [anon_sym_DASH] = ACTIONS(3993), + [anon_sym_STAR] = ACTIONS(3993), + [anon_sym_struct] = ACTIONS(3993), + [anon_sym_union] = ACTIONS(3993), + [anon_sym_pub] = ACTIONS(3993), + [anon_sym_mut] = ACTIONS(3993), + [anon_sym_enum] = ACTIONS(3993), + [anon_sym_interface] = ACTIONS(3993), + [anon_sym_QMARK] = ACTIONS(3993), + [anon_sym_BANG] = ACTIONS(3993), + [anon_sym_go] = ACTIONS(3993), + [anon_sym_spawn] = ACTIONS(3993), + [anon_sym_json_DOTdecode] = ACTIONS(3993), + [anon_sym_LBRACK2] = ACTIONS(3993), + [anon_sym_TILDE] = ACTIONS(3993), + [anon_sym_CARET] = ACTIONS(3993), + [anon_sym_AMP] = ACTIONS(3993), + [anon_sym_LT_DASH] = ACTIONS(3993), + [sym_none] = ACTIONS(3993), + [sym_true] = ACTIONS(3993), + [sym_false] = ACTIONS(3993), + [sym_nil] = ACTIONS(3993), + [anon_sym_if] = ACTIONS(3993), + [anon_sym_DOLLARif] = ACTIONS(3993), + [anon_sym_match] = ACTIONS(3993), + [anon_sym_select] = ACTIONS(3993), + [anon_sym_lock] = ACTIONS(3993), + [anon_sym_rlock] = ACTIONS(3993), + [anon_sym_unsafe] = ACTIONS(3993), + [anon_sym_sql] = ACTIONS(3993), + [sym_int_literal] = ACTIONS(3993), + [sym_float_literal] = ACTIONS(3993), + [sym_rune_literal] = ACTIONS(3993), + [anon_sym_AT] = ACTIONS(3993), + [anon_sym_shared] = ACTIONS(3993), + [anon_sym_map_LBRACK] = ACTIONS(3993), + [anon_sym_chan] = ACTIONS(3993), + [anon_sym_thread] = ACTIONS(3993), + [anon_sym_atomic] = ACTIONS(3993), + [anon_sym_assert] = ACTIONS(3993), + [anon_sym_defer] = ACTIONS(3993), + [anon_sym_goto] = ACTIONS(3993), + [anon_sym_break] = ACTIONS(3993), + [anon_sym_continue] = ACTIONS(3993), + [anon_sym_return] = ACTIONS(3993), + [anon_sym_DOLLARfor] = ACTIONS(3993), + [anon_sym_for] = ACTIONS(3993), + [anon_sym_POUND] = ACTIONS(3993), + [anon_sym_asm] = ACTIONS(3993), + [anon_sym_AT_LBRACK] = ACTIONS(3993), + [sym___double_quote] = ACTIONS(3993), + [sym___single_quote] = ACTIONS(3993), + [sym___c_double_quote] = ACTIONS(3993), + [sym___c_single_quote] = ACTIONS(3993), + [sym___r_double_quote] = ACTIONS(3993), + [sym___r_single_quote] = ACTIONS(3993), }, [1501] = { - [ts_builtin_sym_end] = ACTIONS(3965), - [sym_identifier] = ACTIONS(3967), - [anon_sym_LF] = ACTIONS(3967), - [anon_sym_CR] = ACTIONS(3967), - [anon_sym_CR_LF] = ACTIONS(3967), + [ts_builtin_sym_end] = ACTIONS(3995), + [sym_identifier] = ACTIONS(3997), + [anon_sym_LF] = ACTIONS(3997), + [anon_sym_CR] = ACTIONS(3997), + [anon_sym_CR_LF] = ACTIONS(3997), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3967), - [anon_sym_LBRACE] = ACTIONS(3967), - [anon_sym_const] = ACTIONS(3967), - [anon_sym_LPAREN] = ACTIONS(3967), - [anon_sym___global] = ACTIONS(3967), - [anon_sym_type] = ACTIONS(3967), - [anon_sym_fn] = ACTIONS(3967), - [anon_sym_PLUS] = ACTIONS(3967), - [anon_sym_DASH] = ACTIONS(3967), - [anon_sym_STAR] = ACTIONS(3967), - [anon_sym_struct] = ACTIONS(3967), - [anon_sym_union] = ACTIONS(3967), - [anon_sym_pub] = ACTIONS(3967), - [anon_sym_mut] = ACTIONS(3967), - [anon_sym_enum] = ACTIONS(3967), - [anon_sym_interface] = ACTIONS(3967), - [anon_sym_QMARK] = ACTIONS(3967), - [anon_sym_BANG] = ACTIONS(3967), - [anon_sym_go] = ACTIONS(3967), - [anon_sym_spawn] = ACTIONS(3967), - [anon_sym_json_DOTdecode] = ACTIONS(3967), - [anon_sym_LBRACK2] = ACTIONS(3967), - [anon_sym_TILDE] = ACTIONS(3967), - [anon_sym_CARET] = ACTIONS(3967), - [anon_sym_AMP] = ACTIONS(3967), - [anon_sym_LT_DASH] = ACTIONS(3967), - [sym_none] = ACTIONS(3967), - [sym_true] = ACTIONS(3967), - [sym_false] = ACTIONS(3967), - [sym_nil] = ACTIONS(3967), - [anon_sym_if] = ACTIONS(3967), - [anon_sym_DOLLARif] = ACTIONS(3967), - [anon_sym_match] = ACTIONS(3967), - [anon_sym_select] = ACTIONS(3967), - [anon_sym_lock] = ACTIONS(3967), - [anon_sym_rlock] = ACTIONS(3967), - [anon_sym_unsafe] = ACTIONS(3967), - [anon_sym_sql] = ACTIONS(3967), - [sym_int_literal] = ACTIONS(3967), - [sym_float_literal] = ACTIONS(3967), - [sym_rune_literal] = ACTIONS(3967), - [anon_sym_AT] = ACTIONS(3967), - [anon_sym_shared] = ACTIONS(3967), - [anon_sym_map_LBRACK] = ACTIONS(3967), - [anon_sym_chan] = ACTIONS(3967), - [anon_sym_thread] = ACTIONS(3967), - [anon_sym_atomic] = ACTIONS(3967), - [anon_sym_assert] = ACTIONS(3967), - [anon_sym_defer] = ACTIONS(3967), - [anon_sym_goto] = ACTIONS(3967), - [anon_sym_break] = ACTIONS(3967), - [anon_sym_continue] = ACTIONS(3967), - [anon_sym_return] = ACTIONS(3967), - [anon_sym_DOLLARfor] = ACTIONS(3967), - [anon_sym_for] = ACTIONS(3967), - [anon_sym_POUND] = ACTIONS(3967), - [anon_sym_asm] = ACTIONS(3967), - [anon_sym_AT_LBRACK] = ACTIONS(3967), - [sym___double_quote] = ACTIONS(3967), - [sym___single_quote] = ACTIONS(3967), - [sym___c_double_quote] = ACTIONS(3967), - [sym___c_single_quote] = ACTIONS(3967), - [sym___r_double_quote] = ACTIONS(3967), - [sym___r_single_quote] = ACTIONS(3967), + [anon_sym_DOT] = ACTIONS(3997), + [anon_sym_LBRACE] = ACTIONS(3997), + [anon_sym_const] = ACTIONS(3997), + [anon_sym_LPAREN] = ACTIONS(3997), + [anon_sym___global] = ACTIONS(3997), + [anon_sym_type] = ACTIONS(3997), + [anon_sym_fn] = ACTIONS(3997), + [anon_sym_PLUS] = ACTIONS(3997), + [anon_sym_DASH] = ACTIONS(3997), + [anon_sym_STAR] = ACTIONS(3997), + [anon_sym_struct] = ACTIONS(3997), + [anon_sym_union] = ACTIONS(3997), + [anon_sym_pub] = ACTIONS(3997), + [anon_sym_mut] = ACTIONS(3997), + [anon_sym_enum] = ACTIONS(3997), + [anon_sym_interface] = ACTIONS(3997), + [anon_sym_QMARK] = ACTIONS(3997), + [anon_sym_BANG] = ACTIONS(3997), + [anon_sym_go] = ACTIONS(3997), + [anon_sym_spawn] = ACTIONS(3997), + [anon_sym_json_DOTdecode] = ACTIONS(3997), + [anon_sym_LBRACK2] = ACTIONS(3997), + [anon_sym_TILDE] = ACTIONS(3997), + [anon_sym_CARET] = ACTIONS(3997), + [anon_sym_AMP] = ACTIONS(3997), + [anon_sym_LT_DASH] = ACTIONS(3997), + [sym_none] = ACTIONS(3997), + [sym_true] = ACTIONS(3997), + [sym_false] = ACTIONS(3997), + [sym_nil] = ACTIONS(3997), + [anon_sym_if] = ACTIONS(3997), + [anon_sym_DOLLARif] = ACTIONS(3997), + [anon_sym_match] = ACTIONS(3997), + [anon_sym_select] = ACTIONS(3997), + [anon_sym_lock] = ACTIONS(3997), + [anon_sym_rlock] = ACTIONS(3997), + [anon_sym_unsafe] = ACTIONS(3997), + [anon_sym_sql] = ACTIONS(3997), + [sym_int_literal] = ACTIONS(3997), + [sym_float_literal] = ACTIONS(3997), + [sym_rune_literal] = ACTIONS(3997), + [anon_sym_AT] = ACTIONS(3997), + [anon_sym_shared] = ACTIONS(3997), + [anon_sym_map_LBRACK] = ACTIONS(3997), + [anon_sym_chan] = ACTIONS(3997), + [anon_sym_thread] = ACTIONS(3997), + [anon_sym_atomic] = ACTIONS(3997), + [anon_sym_assert] = ACTIONS(3997), + [anon_sym_defer] = ACTIONS(3997), + [anon_sym_goto] = ACTIONS(3997), + [anon_sym_break] = ACTIONS(3997), + [anon_sym_continue] = ACTIONS(3997), + [anon_sym_return] = ACTIONS(3997), + [anon_sym_DOLLARfor] = ACTIONS(3997), + [anon_sym_for] = ACTIONS(3997), + [anon_sym_POUND] = ACTIONS(3997), + [anon_sym_asm] = ACTIONS(3997), + [anon_sym_AT_LBRACK] = ACTIONS(3997), + [sym___double_quote] = ACTIONS(3997), + [sym___single_quote] = ACTIONS(3997), + [sym___c_double_quote] = ACTIONS(3997), + [sym___c_single_quote] = ACTIONS(3997), + [sym___r_double_quote] = ACTIONS(3997), + [sym___r_single_quote] = ACTIONS(3997), }, [1502] = { - [ts_builtin_sym_end] = ACTIONS(3969), - [sym_identifier] = ACTIONS(3971), - [anon_sym_LF] = ACTIONS(3971), - [anon_sym_CR] = ACTIONS(3971), - [anon_sym_CR_LF] = ACTIONS(3971), + [ts_builtin_sym_end] = ACTIONS(3999), + [sym_identifier] = ACTIONS(4001), + [anon_sym_LF] = ACTIONS(4001), + [anon_sym_CR] = ACTIONS(4001), + [anon_sym_CR_LF] = ACTIONS(4001), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3971), - [anon_sym_LBRACE] = ACTIONS(3971), - [anon_sym_const] = ACTIONS(3971), - [anon_sym_LPAREN] = ACTIONS(3971), - [anon_sym___global] = ACTIONS(3971), - [anon_sym_type] = ACTIONS(3971), - [anon_sym_fn] = ACTIONS(3971), - [anon_sym_PLUS] = ACTIONS(3971), - [anon_sym_DASH] = ACTIONS(3971), - [anon_sym_STAR] = ACTIONS(3971), - [anon_sym_struct] = ACTIONS(3971), - [anon_sym_union] = ACTIONS(3971), - [anon_sym_pub] = ACTIONS(3971), - [anon_sym_mut] = ACTIONS(3971), - [anon_sym_enum] = ACTIONS(3971), - [anon_sym_interface] = ACTIONS(3971), - [anon_sym_QMARK] = ACTIONS(3971), - [anon_sym_BANG] = ACTIONS(3971), - [anon_sym_go] = ACTIONS(3971), - [anon_sym_spawn] = ACTIONS(3971), - [anon_sym_json_DOTdecode] = ACTIONS(3971), - [anon_sym_LBRACK2] = ACTIONS(3971), - [anon_sym_TILDE] = ACTIONS(3971), - [anon_sym_CARET] = ACTIONS(3971), - [anon_sym_AMP] = ACTIONS(3971), - [anon_sym_LT_DASH] = ACTIONS(3971), - [sym_none] = ACTIONS(3971), - [sym_true] = ACTIONS(3971), - [sym_false] = ACTIONS(3971), - [sym_nil] = ACTIONS(3971), - [anon_sym_if] = ACTIONS(3971), - [anon_sym_DOLLARif] = ACTIONS(3971), - [anon_sym_match] = ACTIONS(3971), - [anon_sym_select] = ACTIONS(3971), - [anon_sym_lock] = ACTIONS(3971), - [anon_sym_rlock] = ACTIONS(3971), - [anon_sym_unsafe] = ACTIONS(3971), - [anon_sym_sql] = ACTIONS(3971), - [sym_int_literal] = ACTIONS(3971), - [sym_float_literal] = ACTIONS(3971), - [sym_rune_literal] = ACTIONS(3971), - [anon_sym_AT] = ACTIONS(3971), - [anon_sym_shared] = ACTIONS(3971), - [anon_sym_map_LBRACK] = ACTIONS(3971), - [anon_sym_chan] = ACTIONS(3971), - [anon_sym_thread] = ACTIONS(3971), - [anon_sym_atomic] = ACTIONS(3971), - [anon_sym_assert] = ACTIONS(3971), - [anon_sym_defer] = ACTIONS(3971), - [anon_sym_goto] = ACTIONS(3971), - [anon_sym_break] = ACTIONS(3971), - [anon_sym_continue] = ACTIONS(3971), - [anon_sym_return] = ACTIONS(3971), - [anon_sym_DOLLARfor] = ACTIONS(3971), - [anon_sym_for] = ACTIONS(3971), - [anon_sym_POUND] = ACTIONS(3971), - [anon_sym_asm] = ACTIONS(3971), - [anon_sym_AT_LBRACK] = ACTIONS(3971), - [sym___double_quote] = ACTIONS(3971), - [sym___single_quote] = ACTIONS(3971), - [sym___c_double_quote] = ACTIONS(3971), - [sym___c_single_quote] = ACTIONS(3971), - [sym___r_double_quote] = ACTIONS(3971), - [sym___r_single_quote] = ACTIONS(3971), + [anon_sym_DOT] = ACTIONS(4001), + [anon_sym_LBRACE] = ACTIONS(4001), + [anon_sym_const] = ACTIONS(4001), + [anon_sym_LPAREN] = ACTIONS(4001), + [anon_sym___global] = ACTIONS(4001), + [anon_sym_type] = ACTIONS(4001), + [anon_sym_fn] = ACTIONS(4001), + [anon_sym_PLUS] = ACTIONS(4001), + [anon_sym_DASH] = ACTIONS(4001), + [anon_sym_STAR] = ACTIONS(4001), + [anon_sym_struct] = ACTIONS(4001), + [anon_sym_union] = ACTIONS(4001), + [anon_sym_pub] = ACTIONS(4001), + [anon_sym_mut] = ACTIONS(4001), + [anon_sym_enum] = ACTIONS(4001), + [anon_sym_interface] = ACTIONS(4001), + [anon_sym_QMARK] = ACTIONS(4001), + [anon_sym_BANG] = ACTIONS(4001), + [anon_sym_go] = ACTIONS(4001), + [anon_sym_spawn] = ACTIONS(4001), + [anon_sym_json_DOTdecode] = ACTIONS(4001), + [anon_sym_LBRACK2] = ACTIONS(4001), + [anon_sym_TILDE] = ACTIONS(4001), + [anon_sym_CARET] = ACTIONS(4001), + [anon_sym_AMP] = ACTIONS(4001), + [anon_sym_LT_DASH] = ACTIONS(4001), + [sym_none] = ACTIONS(4001), + [sym_true] = ACTIONS(4001), + [sym_false] = ACTIONS(4001), + [sym_nil] = ACTIONS(4001), + [anon_sym_if] = ACTIONS(4001), + [anon_sym_DOLLARif] = ACTIONS(4001), + [anon_sym_match] = ACTIONS(4001), + [anon_sym_select] = ACTIONS(4001), + [anon_sym_lock] = ACTIONS(4001), + [anon_sym_rlock] = ACTIONS(4001), + [anon_sym_unsafe] = ACTIONS(4001), + [anon_sym_sql] = ACTIONS(4001), + [sym_int_literal] = ACTIONS(4001), + [sym_float_literal] = ACTIONS(4001), + [sym_rune_literal] = ACTIONS(4001), + [anon_sym_AT] = ACTIONS(4001), + [anon_sym_shared] = ACTIONS(4001), + [anon_sym_map_LBRACK] = ACTIONS(4001), + [anon_sym_chan] = ACTIONS(4001), + [anon_sym_thread] = ACTIONS(4001), + [anon_sym_atomic] = ACTIONS(4001), + [anon_sym_assert] = ACTIONS(4001), + [anon_sym_defer] = ACTIONS(4001), + [anon_sym_goto] = ACTIONS(4001), + [anon_sym_break] = ACTIONS(4001), + [anon_sym_continue] = ACTIONS(4001), + [anon_sym_return] = ACTIONS(4001), + [anon_sym_DOLLARfor] = ACTIONS(4001), + [anon_sym_for] = ACTIONS(4001), + [anon_sym_POUND] = ACTIONS(4001), + [anon_sym_asm] = ACTIONS(4001), + [anon_sym_AT_LBRACK] = ACTIONS(4001), + [sym___double_quote] = ACTIONS(4001), + [sym___single_quote] = ACTIONS(4001), + [sym___c_double_quote] = ACTIONS(4001), + [sym___c_single_quote] = ACTIONS(4001), + [sym___r_double_quote] = ACTIONS(4001), + [sym___r_single_quote] = ACTIONS(4001), }, [1503] = { - [ts_builtin_sym_end] = ACTIONS(3973), - [sym_identifier] = ACTIONS(3975), - [anon_sym_LF] = ACTIONS(3975), - [anon_sym_CR] = ACTIONS(3975), - [anon_sym_CR_LF] = ACTIONS(3975), + [ts_builtin_sym_end] = ACTIONS(4003), + [sym_identifier] = ACTIONS(4005), + [anon_sym_LF] = ACTIONS(4005), + [anon_sym_CR] = ACTIONS(4005), + [anon_sym_CR_LF] = ACTIONS(4005), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3975), - [anon_sym_LBRACE] = ACTIONS(3975), - [anon_sym_const] = ACTIONS(3975), - [anon_sym_LPAREN] = ACTIONS(3975), - [anon_sym___global] = ACTIONS(3975), - [anon_sym_type] = ACTIONS(3975), - [anon_sym_fn] = ACTIONS(3975), - [anon_sym_PLUS] = ACTIONS(3975), - [anon_sym_DASH] = ACTIONS(3975), - [anon_sym_STAR] = ACTIONS(3975), - [anon_sym_struct] = ACTIONS(3975), - [anon_sym_union] = ACTIONS(3975), - [anon_sym_pub] = ACTIONS(3975), - [anon_sym_mut] = ACTIONS(3975), - [anon_sym_enum] = ACTIONS(3975), - [anon_sym_interface] = ACTIONS(3975), - [anon_sym_QMARK] = ACTIONS(3975), - [anon_sym_BANG] = ACTIONS(3975), - [anon_sym_go] = ACTIONS(3975), - [anon_sym_spawn] = ACTIONS(3975), - [anon_sym_json_DOTdecode] = ACTIONS(3975), - [anon_sym_LBRACK2] = ACTIONS(3975), - [anon_sym_TILDE] = ACTIONS(3975), - [anon_sym_CARET] = ACTIONS(3975), - [anon_sym_AMP] = ACTIONS(3975), - [anon_sym_LT_DASH] = ACTIONS(3975), - [sym_none] = ACTIONS(3975), - [sym_true] = ACTIONS(3975), - [sym_false] = ACTIONS(3975), - [sym_nil] = ACTIONS(3975), - [anon_sym_if] = ACTIONS(3975), - [anon_sym_DOLLARif] = ACTIONS(3975), - [anon_sym_match] = ACTIONS(3975), - [anon_sym_select] = ACTIONS(3975), - [anon_sym_lock] = ACTIONS(3975), - [anon_sym_rlock] = ACTIONS(3975), - [anon_sym_unsafe] = ACTIONS(3975), - [anon_sym_sql] = ACTIONS(3975), - [sym_int_literal] = ACTIONS(3975), - [sym_float_literal] = ACTIONS(3975), - [sym_rune_literal] = ACTIONS(3975), - [anon_sym_AT] = ACTIONS(3975), - [anon_sym_shared] = ACTIONS(3975), - [anon_sym_map_LBRACK] = ACTIONS(3975), - [anon_sym_chan] = ACTIONS(3975), - [anon_sym_thread] = ACTIONS(3975), - [anon_sym_atomic] = ACTIONS(3975), - [anon_sym_assert] = ACTIONS(3975), - [anon_sym_defer] = ACTIONS(3975), - [anon_sym_goto] = ACTIONS(3975), - [anon_sym_break] = ACTIONS(3975), - [anon_sym_continue] = ACTIONS(3975), - [anon_sym_return] = ACTIONS(3975), - [anon_sym_DOLLARfor] = ACTIONS(3975), - [anon_sym_for] = ACTIONS(3975), - [anon_sym_POUND] = ACTIONS(3975), - [anon_sym_asm] = ACTIONS(3975), - [anon_sym_AT_LBRACK] = ACTIONS(3975), - [sym___double_quote] = ACTIONS(3975), - [sym___single_quote] = ACTIONS(3975), - [sym___c_double_quote] = ACTIONS(3975), - [sym___c_single_quote] = ACTIONS(3975), - [sym___r_double_quote] = ACTIONS(3975), - [sym___r_single_quote] = ACTIONS(3975), + [anon_sym_DOT] = ACTIONS(4005), + [anon_sym_LBRACE] = ACTIONS(4005), + [anon_sym_const] = ACTIONS(4005), + [anon_sym_LPAREN] = ACTIONS(4005), + [anon_sym___global] = ACTIONS(4005), + [anon_sym_type] = ACTIONS(4005), + [anon_sym_fn] = ACTIONS(4005), + [anon_sym_PLUS] = ACTIONS(4005), + [anon_sym_DASH] = ACTIONS(4005), + [anon_sym_STAR] = ACTIONS(4005), + [anon_sym_struct] = ACTIONS(4005), + [anon_sym_union] = ACTIONS(4005), + [anon_sym_pub] = ACTIONS(4005), + [anon_sym_mut] = ACTIONS(4005), + [anon_sym_enum] = ACTIONS(4005), + [anon_sym_interface] = ACTIONS(4005), + [anon_sym_QMARK] = ACTIONS(4005), + [anon_sym_BANG] = ACTIONS(4005), + [anon_sym_go] = ACTIONS(4005), + [anon_sym_spawn] = ACTIONS(4005), + [anon_sym_json_DOTdecode] = ACTIONS(4005), + [anon_sym_LBRACK2] = ACTIONS(4005), + [anon_sym_TILDE] = ACTIONS(4005), + [anon_sym_CARET] = ACTIONS(4005), + [anon_sym_AMP] = ACTIONS(4005), + [anon_sym_LT_DASH] = ACTIONS(4005), + [sym_none] = ACTIONS(4005), + [sym_true] = ACTIONS(4005), + [sym_false] = ACTIONS(4005), + [sym_nil] = ACTIONS(4005), + [anon_sym_if] = ACTIONS(4005), + [anon_sym_DOLLARif] = ACTIONS(4005), + [anon_sym_match] = ACTIONS(4005), + [anon_sym_select] = ACTIONS(4005), + [anon_sym_lock] = ACTIONS(4005), + [anon_sym_rlock] = ACTIONS(4005), + [anon_sym_unsafe] = ACTIONS(4005), + [anon_sym_sql] = ACTIONS(4005), + [sym_int_literal] = ACTIONS(4005), + [sym_float_literal] = ACTIONS(4005), + [sym_rune_literal] = ACTIONS(4005), + [anon_sym_AT] = ACTIONS(4005), + [anon_sym_shared] = ACTIONS(4005), + [anon_sym_map_LBRACK] = ACTIONS(4005), + [anon_sym_chan] = ACTIONS(4005), + [anon_sym_thread] = ACTIONS(4005), + [anon_sym_atomic] = ACTIONS(4005), + [anon_sym_assert] = ACTIONS(4005), + [anon_sym_defer] = ACTIONS(4005), + [anon_sym_goto] = ACTIONS(4005), + [anon_sym_break] = ACTIONS(4005), + [anon_sym_continue] = ACTIONS(4005), + [anon_sym_return] = ACTIONS(4005), + [anon_sym_DOLLARfor] = ACTIONS(4005), + [anon_sym_for] = ACTIONS(4005), + [anon_sym_POUND] = ACTIONS(4005), + [anon_sym_asm] = ACTIONS(4005), + [anon_sym_AT_LBRACK] = ACTIONS(4005), + [sym___double_quote] = ACTIONS(4005), + [sym___single_quote] = ACTIONS(4005), + [sym___c_double_quote] = ACTIONS(4005), + [sym___c_single_quote] = ACTIONS(4005), + [sym___r_double_quote] = ACTIONS(4005), + [sym___r_single_quote] = ACTIONS(4005), }, [1504] = { - [ts_builtin_sym_end] = ACTIONS(3977), - [sym_identifier] = ACTIONS(3979), - [anon_sym_LF] = ACTIONS(3979), - [anon_sym_CR] = ACTIONS(3979), - [anon_sym_CR_LF] = ACTIONS(3979), + [ts_builtin_sym_end] = ACTIONS(4007), + [sym_identifier] = ACTIONS(4009), + [anon_sym_LF] = ACTIONS(4009), + [anon_sym_CR] = ACTIONS(4009), + [anon_sym_CR_LF] = ACTIONS(4009), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3979), - [anon_sym_LBRACE] = ACTIONS(3979), - [anon_sym_const] = ACTIONS(3979), - [anon_sym_LPAREN] = ACTIONS(3979), - [anon_sym___global] = ACTIONS(3979), - [anon_sym_type] = ACTIONS(3979), - [anon_sym_fn] = ACTIONS(3979), - [anon_sym_PLUS] = ACTIONS(3979), - [anon_sym_DASH] = ACTIONS(3979), - [anon_sym_STAR] = ACTIONS(3979), - [anon_sym_struct] = ACTIONS(3979), - [anon_sym_union] = ACTIONS(3979), - [anon_sym_pub] = ACTIONS(3979), - [anon_sym_mut] = ACTIONS(3979), - [anon_sym_enum] = ACTIONS(3979), - [anon_sym_interface] = ACTIONS(3979), - [anon_sym_QMARK] = ACTIONS(3979), - [anon_sym_BANG] = ACTIONS(3979), - [anon_sym_go] = ACTIONS(3979), - [anon_sym_spawn] = ACTIONS(3979), - [anon_sym_json_DOTdecode] = ACTIONS(3979), - [anon_sym_LBRACK2] = ACTIONS(3979), - [anon_sym_TILDE] = ACTIONS(3979), - [anon_sym_CARET] = ACTIONS(3979), - [anon_sym_AMP] = ACTIONS(3979), - [anon_sym_LT_DASH] = ACTIONS(3979), - [sym_none] = ACTIONS(3979), - [sym_true] = ACTIONS(3979), - [sym_false] = ACTIONS(3979), - [sym_nil] = ACTIONS(3979), - [anon_sym_if] = ACTIONS(3979), - [anon_sym_DOLLARif] = ACTIONS(3979), - [anon_sym_match] = ACTIONS(3979), - [anon_sym_select] = ACTIONS(3979), - [anon_sym_lock] = ACTIONS(3979), - [anon_sym_rlock] = ACTIONS(3979), - [anon_sym_unsafe] = ACTIONS(3979), - [anon_sym_sql] = ACTIONS(3979), - [sym_int_literal] = ACTIONS(3979), - [sym_float_literal] = ACTIONS(3979), - [sym_rune_literal] = ACTIONS(3979), - [anon_sym_AT] = ACTIONS(3979), - [anon_sym_shared] = ACTIONS(3979), - [anon_sym_map_LBRACK] = ACTIONS(3979), - [anon_sym_chan] = ACTIONS(3979), - [anon_sym_thread] = ACTIONS(3979), - [anon_sym_atomic] = ACTIONS(3979), - [anon_sym_assert] = ACTIONS(3979), - [anon_sym_defer] = ACTIONS(3979), - [anon_sym_goto] = ACTIONS(3979), - [anon_sym_break] = ACTIONS(3979), - [anon_sym_continue] = ACTIONS(3979), - [anon_sym_return] = ACTIONS(3979), - [anon_sym_DOLLARfor] = ACTIONS(3979), - [anon_sym_for] = ACTIONS(3979), - [anon_sym_POUND] = ACTIONS(3979), - [anon_sym_asm] = ACTIONS(3979), - [anon_sym_AT_LBRACK] = ACTIONS(3979), - [sym___double_quote] = ACTIONS(3979), - [sym___single_quote] = ACTIONS(3979), - [sym___c_double_quote] = ACTIONS(3979), - [sym___c_single_quote] = ACTIONS(3979), - [sym___r_double_quote] = ACTIONS(3979), - [sym___r_single_quote] = ACTIONS(3979), + [anon_sym_DOT] = ACTIONS(4009), + [anon_sym_LBRACE] = ACTIONS(4009), + [anon_sym_const] = ACTIONS(4009), + [anon_sym_LPAREN] = ACTIONS(4009), + [anon_sym___global] = ACTIONS(4009), + [anon_sym_type] = ACTIONS(4009), + [anon_sym_fn] = ACTIONS(4009), + [anon_sym_PLUS] = ACTIONS(4009), + [anon_sym_DASH] = ACTIONS(4009), + [anon_sym_STAR] = ACTIONS(4009), + [anon_sym_struct] = ACTIONS(4009), + [anon_sym_union] = ACTIONS(4009), + [anon_sym_pub] = ACTIONS(4009), + [anon_sym_mut] = ACTIONS(4009), + [anon_sym_enum] = ACTIONS(4009), + [anon_sym_interface] = ACTIONS(4009), + [anon_sym_QMARK] = ACTIONS(4009), + [anon_sym_BANG] = ACTIONS(4009), + [anon_sym_go] = ACTIONS(4009), + [anon_sym_spawn] = ACTIONS(4009), + [anon_sym_json_DOTdecode] = ACTIONS(4009), + [anon_sym_LBRACK2] = ACTIONS(4009), + [anon_sym_TILDE] = ACTIONS(4009), + [anon_sym_CARET] = ACTIONS(4009), + [anon_sym_AMP] = ACTIONS(4009), + [anon_sym_LT_DASH] = ACTIONS(4009), + [sym_none] = ACTIONS(4009), + [sym_true] = ACTIONS(4009), + [sym_false] = ACTIONS(4009), + [sym_nil] = ACTIONS(4009), + [anon_sym_if] = ACTIONS(4009), + [anon_sym_DOLLARif] = ACTIONS(4009), + [anon_sym_match] = ACTIONS(4009), + [anon_sym_select] = ACTIONS(4009), + [anon_sym_lock] = ACTIONS(4009), + [anon_sym_rlock] = ACTIONS(4009), + [anon_sym_unsafe] = ACTIONS(4009), + [anon_sym_sql] = ACTIONS(4009), + [sym_int_literal] = ACTIONS(4009), + [sym_float_literal] = ACTIONS(4009), + [sym_rune_literal] = ACTIONS(4009), + [anon_sym_AT] = ACTIONS(4009), + [anon_sym_shared] = ACTIONS(4009), + [anon_sym_map_LBRACK] = ACTIONS(4009), + [anon_sym_chan] = ACTIONS(4009), + [anon_sym_thread] = ACTIONS(4009), + [anon_sym_atomic] = ACTIONS(4009), + [anon_sym_assert] = ACTIONS(4009), + [anon_sym_defer] = ACTIONS(4009), + [anon_sym_goto] = ACTIONS(4009), + [anon_sym_break] = ACTIONS(4009), + [anon_sym_continue] = ACTIONS(4009), + [anon_sym_return] = ACTIONS(4009), + [anon_sym_DOLLARfor] = ACTIONS(4009), + [anon_sym_for] = ACTIONS(4009), + [anon_sym_POUND] = ACTIONS(4009), + [anon_sym_asm] = ACTIONS(4009), + [anon_sym_AT_LBRACK] = ACTIONS(4009), + [sym___double_quote] = ACTIONS(4009), + [sym___single_quote] = ACTIONS(4009), + [sym___c_double_quote] = ACTIONS(4009), + [sym___c_single_quote] = ACTIONS(4009), + [sym___r_double_quote] = ACTIONS(4009), + [sym___r_single_quote] = ACTIONS(4009), }, [1505] = { - [ts_builtin_sym_end] = ACTIONS(3981), - [sym_identifier] = ACTIONS(3983), - [anon_sym_LF] = ACTIONS(3983), - [anon_sym_CR] = ACTIONS(3983), - [anon_sym_CR_LF] = ACTIONS(3983), + [ts_builtin_sym_end] = ACTIONS(4011), + [sym_identifier] = ACTIONS(4013), + [anon_sym_LF] = ACTIONS(4013), + [anon_sym_CR] = ACTIONS(4013), + [anon_sym_CR_LF] = ACTIONS(4013), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3983), - [anon_sym_LBRACE] = ACTIONS(3983), - [anon_sym_const] = ACTIONS(3983), - [anon_sym_LPAREN] = ACTIONS(3983), - [anon_sym___global] = ACTIONS(3983), - [anon_sym_type] = ACTIONS(3983), - [anon_sym_fn] = ACTIONS(3983), - [anon_sym_PLUS] = ACTIONS(3983), - [anon_sym_DASH] = ACTIONS(3983), - [anon_sym_STAR] = ACTIONS(3983), - [anon_sym_struct] = ACTIONS(3983), - [anon_sym_union] = ACTIONS(3983), - [anon_sym_pub] = ACTIONS(3983), - [anon_sym_mut] = ACTIONS(3983), - [anon_sym_enum] = ACTIONS(3983), - [anon_sym_interface] = ACTIONS(3983), - [anon_sym_QMARK] = ACTIONS(3983), - [anon_sym_BANG] = ACTIONS(3983), - [anon_sym_go] = ACTIONS(3983), - [anon_sym_spawn] = ACTIONS(3983), - [anon_sym_json_DOTdecode] = ACTIONS(3983), - [anon_sym_LBRACK2] = ACTIONS(3983), - [anon_sym_TILDE] = ACTIONS(3983), - [anon_sym_CARET] = ACTIONS(3983), - [anon_sym_AMP] = ACTIONS(3983), - [anon_sym_LT_DASH] = ACTIONS(3983), - [sym_none] = ACTIONS(3983), - [sym_true] = ACTIONS(3983), - [sym_false] = ACTIONS(3983), - [sym_nil] = ACTIONS(3983), - [anon_sym_if] = ACTIONS(3983), - [anon_sym_DOLLARif] = ACTIONS(3983), - [anon_sym_match] = ACTIONS(3983), - [anon_sym_select] = ACTIONS(3983), - [anon_sym_lock] = ACTIONS(3983), - [anon_sym_rlock] = ACTIONS(3983), - [anon_sym_unsafe] = ACTIONS(3983), - [anon_sym_sql] = ACTIONS(3983), - [sym_int_literal] = ACTIONS(3983), - [sym_float_literal] = ACTIONS(3983), - [sym_rune_literal] = ACTIONS(3983), - [anon_sym_AT] = ACTIONS(3983), - [anon_sym_shared] = ACTIONS(3983), - [anon_sym_map_LBRACK] = ACTIONS(3983), - [anon_sym_chan] = ACTIONS(3983), - [anon_sym_thread] = ACTIONS(3983), - [anon_sym_atomic] = ACTIONS(3983), - [anon_sym_assert] = ACTIONS(3983), - [anon_sym_defer] = ACTIONS(3983), - [anon_sym_goto] = ACTIONS(3983), - [anon_sym_break] = ACTIONS(3983), - [anon_sym_continue] = ACTIONS(3983), - [anon_sym_return] = ACTIONS(3983), - [anon_sym_DOLLARfor] = ACTIONS(3983), - [anon_sym_for] = ACTIONS(3983), - [anon_sym_POUND] = ACTIONS(3983), - [anon_sym_asm] = ACTIONS(3983), - [anon_sym_AT_LBRACK] = ACTIONS(3983), - [sym___double_quote] = ACTIONS(3983), - [sym___single_quote] = ACTIONS(3983), - [sym___c_double_quote] = ACTIONS(3983), - [sym___c_single_quote] = ACTIONS(3983), - [sym___r_double_quote] = ACTIONS(3983), - [sym___r_single_quote] = ACTIONS(3983), + [anon_sym_DOT] = ACTIONS(4013), + [anon_sym_LBRACE] = ACTIONS(4013), + [anon_sym_const] = ACTIONS(4013), + [anon_sym_LPAREN] = ACTIONS(4013), + [anon_sym___global] = ACTIONS(4013), + [anon_sym_type] = ACTIONS(4013), + [anon_sym_fn] = ACTIONS(4013), + [anon_sym_PLUS] = ACTIONS(4013), + [anon_sym_DASH] = ACTIONS(4013), + [anon_sym_STAR] = ACTIONS(4013), + [anon_sym_struct] = ACTIONS(4013), + [anon_sym_union] = ACTIONS(4013), + [anon_sym_pub] = ACTIONS(4013), + [anon_sym_mut] = ACTIONS(4013), + [anon_sym_enum] = ACTIONS(4013), + [anon_sym_interface] = ACTIONS(4013), + [anon_sym_QMARK] = ACTIONS(4013), + [anon_sym_BANG] = ACTIONS(4013), + [anon_sym_go] = ACTIONS(4013), + [anon_sym_spawn] = ACTIONS(4013), + [anon_sym_json_DOTdecode] = ACTIONS(4013), + [anon_sym_LBRACK2] = ACTIONS(4013), + [anon_sym_TILDE] = ACTIONS(4013), + [anon_sym_CARET] = ACTIONS(4013), + [anon_sym_AMP] = ACTIONS(4013), + [anon_sym_LT_DASH] = ACTIONS(4013), + [sym_none] = ACTIONS(4013), + [sym_true] = ACTIONS(4013), + [sym_false] = ACTIONS(4013), + [sym_nil] = ACTIONS(4013), + [anon_sym_if] = ACTIONS(4013), + [anon_sym_DOLLARif] = ACTIONS(4013), + [anon_sym_match] = ACTIONS(4013), + [anon_sym_select] = ACTIONS(4013), + [anon_sym_lock] = ACTIONS(4013), + [anon_sym_rlock] = ACTIONS(4013), + [anon_sym_unsafe] = ACTIONS(4013), + [anon_sym_sql] = ACTIONS(4013), + [sym_int_literal] = ACTIONS(4013), + [sym_float_literal] = ACTIONS(4013), + [sym_rune_literal] = ACTIONS(4013), + [anon_sym_AT] = ACTIONS(4013), + [anon_sym_shared] = ACTIONS(4013), + [anon_sym_map_LBRACK] = ACTIONS(4013), + [anon_sym_chan] = ACTIONS(4013), + [anon_sym_thread] = ACTIONS(4013), + [anon_sym_atomic] = ACTIONS(4013), + [anon_sym_assert] = ACTIONS(4013), + [anon_sym_defer] = ACTIONS(4013), + [anon_sym_goto] = ACTIONS(4013), + [anon_sym_break] = ACTIONS(4013), + [anon_sym_continue] = ACTIONS(4013), + [anon_sym_return] = ACTIONS(4013), + [anon_sym_DOLLARfor] = ACTIONS(4013), + [anon_sym_for] = ACTIONS(4013), + [anon_sym_POUND] = ACTIONS(4013), + [anon_sym_asm] = ACTIONS(4013), + [anon_sym_AT_LBRACK] = ACTIONS(4013), + [sym___double_quote] = ACTIONS(4013), + [sym___single_quote] = ACTIONS(4013), + [sym___c_double_quote] = ACTIONS(4013), + [sym___c_single_quote] = ACTIONS(4013), + [sym___r_double_quote] = ACTIONS(4013), + [sym___r_single_quote] = ACTIONS(4013), }, [1506] = { - [ts_builtin_sym_end] = ACTIONS(3985), - [sym_identifier] = ACTIONS(3987), - [anon_sym_LF] = ACTIONS(3987), - [anon_sym_CR] = ACTIONS(3987), - [anon_sym_CR_LF] = ACTIONS(3987), + [ts_builtin_sym_end] = ACTIONS(4015), + [sym_identifier] = ACTIONS(4017), + [anon_sym_LF] = ACTIONS(4017), + [anon_sym_CR] = ACTIONS(4017), + [anon_sym_CR_LF] = ACTIONS(4017), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3987), - [anon_sym_LBRACE] = ACTIONS(3987), - [anon_sym_const] = ACTIONS(3987), - [anon_sym_LPAREN] = ACTIONS(3987), - [anon_sym___global] = ACTIONS(3987), - [anon_sym_type] = ACTIONS(3987), - [anon_sym_fn] = ACTIONS(3987), - [anon_sym_PLUS] = ACTIONS(3987), - [anon_sym_DASH] = ACTIONS(3987), - [anon_sym_STAR] = ACTIONS(3987), - [anon_sym_struct] = ACTIONS(3987), - [anon_sym_union] = ACTIONS(3987), - [anon_sym_pub] = ACTIONS(3987), - [anon_sym_mut] = ACTIONS(3987), - [anon_sym_enum] = ACTIONS(3987), - [anon_sym_interface] = ACTIONS(3987), - [anon_sym_QMARK] = ACTIONS(3987), - [anon_sym_BANG] = ACTIONS(3987), - [anon_sym_go] = ACTIONS(3987), - [anon_sym_spawn] = ACTIONS(3987), - [anon_sym_json_DOTdecode] = ACTIONS(3987), - [anon_sym_LBRACK2] = ACTIONS(3987), - [anon_sym_TILDE] = ACTIONS(3987), - [anon_sym_CARET] = ACTIONS(3987), - [anon_sym_AMP] = ACTIONS(3987), - [anon_sym_LT_DASH] = ACTIONS(3987), - [sym_none] = ACTIONS(3987), - [sym_true] = ACTIONS(3987), - [sym_false] = ACTIONS(3987), - [sym_nil] = ACTIONS(3987), - [anon_sym_if] = ACTIONS(3987), - [anon_sym_DOLLARif] = ACTIONS(3987), - [anon_sym_match] = ACTIONS(3987), - [anon_sym_select] = ACTIONS(3987), - [anon_sym_lock] = ACTIONS(3987), - [anon_sym_rlock] = ACTIONS(3987), - [anon_sym_unsafe] = ACTIONS(3987), - [anon_sym_sql] = ACTIONS(3987), - [sym_int_literal] = ACTIONS(3987), - [sym_float_literal] = ACTIONS(3987), - [sym_rune_literal] = ACTIONS(3987), - [anon_sym_AT] = ACTIONS(3987), - [anon_sym_shared] = ACTIONS(3987), - [anon_sym_map_LBRACK] = ACTIONS(3987), - [anon_sym_chan] = ACTIONS(3987), - [anon_sym_thread] = ACTIONS(3987), - [anon_sym_atomic] = ACTIONS(3987), - [anon_sym_assert] = ACTIONS(3987), - [anon_sym_defer] = ACTIONS(3987), - [anon_sym_goto] = ACTIONS(3987), - [anon_sym_break] = ACTIONS(3987), - [anon_sym_continue] = ACTIONS(3987), - [anon_sym_return] = ACTIONS(3987), - [anon_sym_DOLLARfor] = ACTIONS(3987), - [anon_sym_for] = ACTIONS(3987), - [anon_sym_POUND] = ACTIONS(3987), - [anon_sym_asm] = ACTIONS(3987), - [anon_sym_AT_LBRACK] = ACTIONS(3987), - [sym___double_quote] = ACTIONS(3987), - [sym___single_quote] = ACTIONS(3987), - [sym___c_double_quote] = ACTIONS(3987), - [sym___c_single_quote] = ACTIONS(3987), - [sym___r_double_quote] = ACTIONS(3987), - [sym___r_single_quote] = ACTIONS(3987), + [anon_sym_DOT] = ACTIONS(4017), + [anon_sym_LBRACE] = ACTIONS(4017), + [anon_sym_const] = ACTIONS(4017), + [anon_sym_LPAREN] = ACTIONS(4017), + [anon_sym___global] = ACTIONS(4017), + [anon_sym_type] = ACTIONS(4017), + [anon_sym_fn] = ACTIONS(4017), + [anon_sym_PLUS] = ACTIONS(4017), + [anon_sym_DASH] = ACTIONS(4017), + [anon_sym_STAR] = ACTIONS(4017), + [anon_sym_struct] = ACTIONS(4017), + [anon_sym_union] = ACTIONS(4017), + [anon_sym_pub] = ACTIONS(4017), + [anon_sym_mut] = ACTIONS(4017), + [anon_sym_enum] = ACTIONS(4017), + [anon_sym_interface] = ACTIONS(4017), + [anon_sym_QMARK] = ACTIONS(4017), + [anon_sym_BANG] = ACTIONS(4017), + [anon_sym_go] = ACTIONS(4017), + [anon_sym_spawn] = ACTIONS(4017), + [anon_sym_json_DOTdecode] = ACTIONS(4017), + [anon_sym_LBRACK2] = ACTIONS(4017), + [anon_sym_TILDE] = ACTIONS(4017), + [anon_sym_CARET] = ACTIONS(4017), + [anon_sym_AMP] = ACTIONS(4017), + [anon_sym_LT_DASH] = ACTIONS(4017), + [sym_none] = ACTIONS(4017), + [sym_true] = ACTIONS(4017), + [sym_false] = ACTIONS(4017), + [sym_nil] = ACTIONS(4017), + [anon_sym_if] = ACTIONS(4017), + [anon_sym_DOLLARif] = ACTIONS(4017), + [anon_sym_match] = ACTIONS(4017), + [anon_sym_select] = ACTIONS(4017), + [anon_sym_lock] = ACTIONS(4017), + [anon_sym_rlock] = ACTIONS(4017), + [anon_sym_unsafe] = ACTIONS(4017), + [anon_sym_sql] = ACTIONS(4017), + [sym_int_literal] = ACTIONS(4017), + [sym_float_literal] = ACTIONS(4017), + [sym_rune_literal] = ACTIONS(4017), + [anon_sym_AT] = ACTIONS(4017), + [anon_sym_shared] = ACTIONS(4017), + [anon_sym_map_LBRACK] = ACTIONS(4017), + [anon_sym_chan] = ACTIONS(4017), + [anon_sym_thread] = ACTIONS(4017), + [anon_sym_atomic] = ACTIONS(4017), + [anon_sym_assert] = ACTIONS(4017), + [anon_sym_defer] = ACTIONS(4017), + [anon_sym_goto] = ACTIONS(4017), + [anon_sym_break] = ACTIONS(4017), + [anon_sym_continue] = ACTIONS(4017), + [anon_sym_return] = ACTIONS(4017), + [anon_sym_DOLLARfor] = ACTIONS(4017), + [anon_sym_for] = ACTIONS(4017), + [anon_sym_POUND] = ACTIONS(4017), + [anon_sym_asm] = ACTIONS(4017), + [anon_sym_AT_LBRACK] = ACTIONS(4017), + [sym___double_quote] = ACTIONS(4017), + [sym___single_quote] = ACTIONS(4017), + [sym___c_double_quote] = ACTIONS(4017), + [sym___c_single_quote] = ACTIONS(4017), + [sym___r_double_quote] = ACTIONS(4017), + [sym___r_single_quote] = ACTIONS(4017), }, [1507] = { - [ts_builtin_sym_end] = ACTIONS(3989), - [sym_identifier] = ACTIONS(3991), - [anon_sym_LF] = ACTIONS(3991), - [anon_sym_CR] = ACTIONS(3991), - [anon_sym_CR_LF] = ACTIONS(3991), + [ts_builtin_sym_end] = ACTIONS(4019), + [sym_identifier] = ACTIONS(4021), + [anon_sym_LF] = ACTIONS(4021), + [anon_sym_CR] = ACTIONS(4021), + [anon_sym_CR_LF] = ACTIONS(4021), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3991), - [anon_sym_LBRACE] = ACTIONS(3991), - [anon_sym_const] = ACTIONS(3991), - [anon_sym_LPAREN] = ACTIONS(3991), - [anon_sym___global] = ACTIONS(3991), - [anon_sym_type] = ACTIONS(3991), - [anon_sym_fn] = ACTIONS(3991), - [anon_sym_PLUS] = ACTIONS(3991), - [anon_sym_DASH] = ACTIONS(3991), - [anon_sym_STAR] = ACTIONS(3991), - [anon_sym_struct] = ACTIONS(3991), - [anon_sym_union] = ACTIONS(3991), - [anon_sym_pub] = ACTIONS(3991), - [anon_sym_mut] = ACTIONS(3991), - [anon_sym_enum] = ACTIONS(3991), - [anon_sym_interface] = ACTIONS(3991), - [anon_sym_QMARK] = ACTIONS(3991), - [anon_sym_BANG] = ACTIONS(3991), - [anon_sym_go] = ACTIONS(3991), - [anon_sym_spawn] = ACTIONS(3991), - [anon_sym_json_DOTdecode] = ACTIONS(3991), - [anon_sym_LBRACK2] = ACTIONS(3991), - [anon_sym_TILDE] = ACTIONS(3991), - [anon_sym_CARET] = ACTIONS(3991), - [anon_sym_AMP] = ACTIONS(3991), - [anon_sym_LT_DASH] = ACTIONS(3991), - [sym_none] = ACTIONS(3991), - [sym_true] = ACTIONS(3991), - [sym_false] = ACTIONS(3991), - [sym_nil] = ACTIONS(3991), - [anon_sym_if] = ACTIONS(3991), - [anon_sym_DOLLARif] = ACTIONS(3991), - [anon_sym_match] = ACTIONS(3991), - [anon_sym_select] = ACTIONS(3991), - [anon_sym_lock] = ACTIONS(3991), - [anon_sym_rlock] = ACTIONS(3991), - [anon_sym_unsafe] = ACTIONS(3991), - [anon_sym_sql] = ACTIONS(3991), - [sym_int_literal] = ACTIONS(3991), - [sym_float_literal] = ACTIONS(3991), - [sym_rune_literal] = ACTIONS(3991), - [anon_sym_AT] = ACTIONS(3991), - [anon_sym_shared] = ACTIONS(3991), - [anon_sym_map_LBRACK] = ACTIONS(3991), - [anon_sym_chan] = ACTIONS(3991), - [anon_sym_thread] = ACTIONS(3991), - [anon_sym_atomic] = ACTIONS(3991), - [anon_sym_assert] = ACTIONS(3991), - [anon_sym_defer] = ACTIONS(3991), - [anon_sym_goto] = ACTIONS(3991), - [anon_sym_break] = ACTIONS(3991), - [anon_sym_continue] = ACTIONS(3991), - [anon_sym_return] = ACTIONS(3991), - [anon_sym_DOLLARfor] = ACTIONS(3991), - [anon_sym_for] = ACTIONS(3991), - [anon_sym_POUND] = ACTIONS(3991), - [anon_sym_asm] = ACTIONS(3991), - [anon_sym_AT_LBRACK] = ACTIONS(3991), - [sym___double_quote] = ACTIONS(3991), - [sym___single_quote] = ACTIONS(3991), - [sym___c_double_quote] = ACTIONS(3991), - [sym___c_single_quote] = ACTIONS(3991), - [sym___r_double_quote] = ACTIONS(3991), - [sym___r_single_quote] = ACTIONS(3991), + [anon_sym_DOT] = ACTIONS(4021), + [anon_sym_LBRACE] = ACTIONS(4021), + [anon_sym_const] = ACTIONS(4021), + [anon_sym_LPAREN] = ACTIONS(4021), + [anon_sym___global] = ACTIONS(4021), + [anon_sym_type] = ACTIONS(4021), + [anon_sym_fn] = ACTIONS(4021), + [anon_sym_PLUS] = ACTIONS(4021), + [anon_sym_DASH] = ACTIONS(4021), + [anon_sym_STAR] = ACTIONS(4021), + [anon_sym_struct] = ACTIONS(4021), + [anon_sym_union] = ACTIONS(4021), + [anon_sym_pub] = ACTIONS(4021), + [anon_sym_mut] = ACTIONS(4021), + [anon_sym_enum] = ACTIONS(4021), + [anon_sym_interface] = ACTIONS(4021), + [anon_sym_QMARK] = ACTIONS(4021), + [anon_sym_BANG] = ACTIONS(4021), + [anon_sym_go] = ACTIONS(4021), + [anon_sym_spawn] = ACTIONS(4021), + [anon_sym_json_DOTdecode] = ACTIONS(4021), + [anon_sym_LBRACK2] = ACTIONS(4021), + [anon_sym_TILDE] = ACTIONS(4021), + [anon_sym_CARET] = ACTIONS(4021), + [anon_sym_AMP] = ACTIONS(4021), + [anon_sym_LT_DASH] = ACTIONS(4021), + [sym_none] = ACTIONS(4021), + [sym_true] = ACTIONS(4021), + [sym_false] = ACTIONS(4021), + [sym_nil] = ACTIONS(4021), + [anon_sym_if] = ACTIONS(4021), + [anon_sym_DOLLARif] = ACTIONS(4021), + [anon_sym_match] = ACTIONS(4021), + [anon_sym_select] = ACTIONS(4021), + [anon_sym_lock] = ACTIONS(4021), + [anon_sym_rlock] = ACTIONS(4021), + [anon_sym_unsafe] = ACTIONS(4021), + [anon_sym_sql] = ACTIONS(4021), + [sym_int_literal] = ACTIONS(4021), + [sym_float_literal] = ACTIONS(4021), + [sym_rune_literal] = ACTIONS(4021), + [anon_sym_AT] = ACTIONS(4021), + [anon_sym_shared] = ACTIONS(4021), + [anon_sym_map_LBRACK] = ACTIONS(4021), + [anon_sym_chan] = ACTIONS(4021), + [anon_sym_thread] = ACTIONS(4021), + [anon_sym_atomic] = ACTIONS(4021), + [anon_sym_assert] = ACTIONS(4021), + [anon_sym_defer] = ACTIONS(4021), + [anon_sym_goto] = ACTIONS(4021), + [anon_sym_break] = ACTIONS(4021), + [anon_sym_continue] = ACTIONS(4021), + [anon_sym_return] = ACTIONS(4021), + [anon_sym_DOLLARfor] = ACTIONS(4021), + [anon_sym_for] = ACTIONS(4021), + [anon_sym_POUND] = ACTIONS(4021), + [anon_sym_asm] = ACTIONS(4021), + [anon_sym_AT_LBRACK] = ACTIONS(4021), + [sym___double_quote] = ACTIONS(4021), + [sym___single_quote] = ACTIONS(4021), + [sym___c_double_quote] = ACTIONS(4021), + [sym___c_single_quote] = ACTIONS(4021), + [sym___r_double_quote] = ACTIONS(4021), + [sym___r_single_quote] = ACTIONS(4021), }, [1508] = { - [ts_builtin_sym_end] = ACTIONS(3993), - [sym_identifier] = ACTIONS(3995), - [anon_sym_LF] = ACTIONS(3995), - [anon_sym_CR] = ACTIONS(3995), - [anon_sym_CR_LF] = ACTIONS(3995), + [ts_builtin_sym_end] = ACTIONS(4023), + [sym_identifier] = ACTIONS(4025), + [anon_sym_LF] = ACTIONS(4025), + [anon_sym_CR] = ACTIONS(4025), + [anon_sym_CR_LF] = ACTIONS(4025), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3995), - [anon_sym_LBRACE] = ACTIONS(3995), - [anon_sym_const] = ACTIONS(3995), - [anon_sym_LPAREN] = ACTIONS(3995), - [anon_sym___global] = ACTIONS(3995), - [anon_sym_type] = ACTIONS(3995), - [anon_sym_fn] = ACTIONS(3995), - [anon_sym_PLUS] = ACTIONS(3995), - [anon_sym_DASH] = ACTIONS(3995), - [anon_sym_STAR] = ACTIONS(3995), - [anon_sym_struct] = ACTIONS(3995), - [anon_sym_union] = ACTIONS(3995), - [anon_sym_pub] = ACTIONS(3995), - [anon_sym_mut] = ACTIONS(3995), - [anon_sym_enum] = ACTIONS(3995), - [anon_sym_interface] = ACTIONS(3995), - [anon_sym_QMARK] = ACTIONS(3995), - [anon_sym_BANG] = ACTIONS(3995), - [anon_sym_go] = ACTIONS(3995), - [anon_sym_spawn] = ACTIONS(3995), - [anon_sym_json_DOTdecode] = ACTIONS(3995), - [anon_sym_LBRACK2] = ACTIONS(3995), - [anon_sym_TILDE] = ACTIONS(3995), - [anon_sym_CARET] = ACTIONS(3995), - [anon_sym_AMP] = ACTIONS(3995), - [anon_sym_LT_DASH] = ACTIONS(3995), - [sym_none] = ACTIONS(3995), - [sym_true] = ACTIONS(3995), - [sym_false] = ACTIONS(3995), - [sym_nil] = ACTIONS(3995), - [anon_sym_if] = ACTIONS(3995), - [anon_sym_DOLLARif] = ACTIONS(3995), - [anon_sym_match] = ACTIONS(3995), - [anon_sym_select] = ACTIONS(3995), - [anon_sym_lock] = ACTIONS(3995), - [anon_sym_rlock] = ACTIONS(3995), - [anon_sym_unsafe] = ACTIONS(3995), - [anon_sym_sql] = ACTIONS(3995), - [sym_int_literal] = ACTIONS(3995), - [sym_float_literal] = ACTIONS(3995), - [sym_rune_literal] = ACTIONS(3995), - [anon_sym_AT] = ACTIONS(3995), - [anon_sym_shared] = ACTIONS(3995), - [anon_sym_map_LBRACK] = ACTIONS(3995), - [anon_sym_chan] = ACTIONS(3995), - [anon_sym_thread] = ACTIONS(3995), - [anon_sym_atomic] = ACTIONS(3995), - [anon_sym_assert] = ACTIONS(3995), - [anon_sym_defer] = ACTIONS(3995), - [anon_sym_goto] = ACTIONS(3995), - [anon_sym_break] = ACTIONS(3995), - [anon_sym_continue] = ACTIONS(3995), - [anon_sym_return] = ACTIONS(3995), - [anon_sym_DOLLARfor] = ACTIONS(3995), - [anon_sym_for] = ACTIONS(3995), - [anon_sym_POUND] = ACTIONS(3995), - [anon_sym_asm] = ACTIONS(3995), - [anon_sym_AT_LBRACK] = ACTIONS(3995), - [sym___double_quote] = ACTIONS(3995), - [sym___single_quote] = ACTIONS(3995), - [sym___c_double_quote] = ACTIONS(3995), - [sym___c_single_quote] = ACTIONS(3995), - [sym___r_double_quote] = ACTIONS(3995), - [sym___r_single_quote] = ACTIONS(3995), + [anon_sym_DOT] = ACTIONS(4025), + [anon_sym_LBRACE] = ACTIONS(4025), + [anon_sym_const] = ACTIONS(4025), + [anon_sym_LPAREN] = ACTIONS(4025), + [anon_sym___global] = ACTIONS(4025), + [anon_sym_type] = ACTIONS(4025), + [anon_sym_fn] = ACTIONS(4025), + [anon_sym_PLUS] = ACTIONS(4025), + [anon_sym_DASH] = ACTIONS(4025), + [anon_sym_STAR] = ACTIONS(4025), + [anon_sym_struct] = ACTIONS(4025), + [anon_sym_union] = ACTIONS(4025), + [anon_sym_pub] = ACTIONS(4025), + [anon_sym_mut] = ACTIONS(4025), + [anon_sym_enum] = ACTIONS(4025), + [anon_sym_interface] = ACTIONS(4025), + [anon_sym_QMARK] = ACTIONS(4025), + [anon_sym_BANG] = ACTIONS(4025), + [anon_sym_go] = ACTIONS(4025), + [anon_sym_spawn] = ACTIONS(4025), + [anon_sym_json_DOTdecode] = ACTIONS(4025), + [anon_sym_LBRACK2] = ACTIONS(4025), + [anon_sym_TILDE] = ACTIONS(4025), + [anon_sym_CARET] = ACTIONS(4025), + [anon_sym_AMP] = ACTIONS(4025), + [anon_sym_LT_DASH] = ACTIONS(4025), + [sym_none] = ACTIONS(4025), + [sym_true] = ACTIONS(4025), + [sym_false] = ACTIONS(4025), + [sym_nil] = ACTIONS(4025), + [anon_sym_if] = ACTIONS(4025), + [anon_sym_DOLLARif] = ACTIONS(4025), + [anon_sym_match] = ACTIONS(4025), + [anon_sym_select] = ACTIONS(4025), + [anon_sym_lock] = ACTIONS(4025), + [anon_sym_rlock] = ACTIONS(4025), + [anon_sym_unsafe] = ACTIONS(4025), + [anon_sym_sql] = ACTIONS(4025), + [sym_int_literal] = ACTIONS(4025), + [sym_float_literal] = ACTIONS(4025), + [sym_rune_literal] = ACTIONS(4025), + [anon_sym_AT] = ACTIONS(4025), + [anon_sym_shared] = ACTIONS(4025), + [anon_sym_map_LBRACK] = ACTIONS(4025), + [anon_sym_chan] = ACTIONS(4025), + [anon_sym_thread] = ACTIONS(4025), + [anon_sym_atomic] = ACTIONS(4025), + [anon_sym_assert] = ACTIONS(4025), + [anon_sym_defer] = ACTIONS(4025), + [anon_sym_goto] = ACTIONS(4025), + [anon_sym_break] = ACTIONS(4025), + [anon_sym_continue] = ACTIONS(4025), + [anon_sym_return] = ACTIONS(4025), + [anon_sym_DOLLARfor] = ACTIONS(4025), + [anon_sym_for] = ACTIONS(4025), + [anon_sym_POUND] = ACTIONS(4025), + [anon_sym_asm] = ACTIONS(4025), + [anon_sym_AT_LBRACK] = ACTIONS(4025), + [sym___double_quote] = ACTIONS(4025), + [sym___single_quote] = ACTIONS(4025), + [sym___c_double_quote] = ACTIONS(4025), + [sym___c_single_quote] = ACTIONS(4025), + [sym___r_double_quote] = ACTIONS(4025), + [sym___r_single_quote] = ACTIONS(4025), }, [1509] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2378), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(593), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(585), - [anon_sym_as] = ACTIONS(585), - [anon_sym_LBRACE] = ACTIONS(583), - [anon_sym_COMMA] = ACTIONS(583), - [anon_sym_LPAREN] = ACTIONS(583), - [anon_sym_PIPE] = ACTIONS(585), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(585), - [anon_sym_DASH] = ACTIONS(585), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_SLASH] = ACTIONS(585), - [anon_sym_PERCENT] = ACTIONS(583), - [anon_sym_LT] = ACTIONS(585), - [anon_sym_GT] = ACTIONS(585), - [anon_sym_EQ_EQ] = ACTIONS(583), - [anon_sym_BANG_EQ] = ACTIONS(583), - [anon_sym_LT_EQ] = ACTIONS(583), - [anon_sym_GT_EQ] = ACTIONS(583), - [anon_sym_DOT_DOT_DOT] = ACTIONS(583), - [anon_sym_LBRACK] = ACTIONS(583), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(583), - [anon_sym_DASH_DASH] = ACTIONS(583), - [anon_sym_QMARK] = ACTIONS(585), - [anon_sym_BANG] = ACTIONS(585), - [anon_sym_LBRACK2] = ACTIONS(585), - [anon_sym_CARET] = ACTIONS(583), - [anon_sym_AMP] = ACTIONS(585), - [anon_sym_LT_LT] = ACTIONS(583), - [anon_sym_GT_GT] = ACTIONS(585), - [anon_sym_GT_GT_GT] = ACTIONS(583), - [anon_sym_AMP_CARET] = ACTIONS(583), - [anon_sym_AMP_AMP] = ACTIONS(583), - [anon_sym_PIPE_PIPE] = ACTIONS(583), - [anon_sym_or] = ACTIONS(585), - [anon_sym_QMARK_DOT] = ACTIONS(583), - [anon_sym_POUND_LBRACK] = ACTIONS(583), - [anon_sym_is] = ACTIONS(585), - [anon_sym_BANGis] = ACTIONS(583), - [anon_sym_in] = ACTIONS(585), - [anon_sym_BANGin] = ACTIONS(583), - [anon_sym_COLON_EQ] = ACTIONS(583), - [anon_sym_shared] = ACTIONS(611), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(585), + [ts_builtin_sym_end] = ACTIONS(4027), + [sym_identifier] = ACTIONS(4029), + [anon_sym_LF] = ACTIONS(4029), + [anon_sym_CR] = ACTIONS(4029), + [anon_sym_CR_LF] = ACTIONS(4029), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(4029), + [anon_sym_LBRACE] = ACTIONS(4029), + [anon_sym_const] = ACTIONS(4029), + [anon_sym_LPAREN] = ACTIONS(4029), + [anon_sym___global] = ACTIONS(4029), + [anon_sym_type] = ACTIONS(4029), + [anon_sym_fn] = ACTIONS(4029), + [anon_sym_PLUS] = ACTIONS(4029), + [anon_sym_DASH] = ACTIONS(4029), + [anon_sym_STAR] = ACTIONS(4029), + [anon_sym_struct] = ACTIONS(4029), + [anon_sym_union] = ACTIONS(4029), + [anon_sym_pub] = ACTIONS(4029), + [anon_sym_mut] = ACTIONS(4029), + [anon_sym_enum] = ACTIONS(4029), + [anon_sym_interface] = ACTIONS(4029), + [anon_sym_QMARK] = ACTIONS(4029), + [anon_sym_BANG] = ACTIONS(4029), + [anon_sym_go] = ACTIONS(4029), + [anon_sym_spawn] = ACTIONS(4029), + [anon_sym_json_DOTdecode] = ACTIONS(4029), + [anon_sym_LBRACK2] = ACTIONS(4029), + [anon_sym_TILDE] = ACTIONS(4029), + [anon_sym_CARET] = ACTIONS(4029), + [anon_sym_AMP] = ACTIONS(4029), + [anon_sym_LT_DASH] = ACTIONS(4029), + [sym_none] = ACTIONS(4029), + [sym_true] = ACTIONS(4029), + [sym_false] = ACTIONS(4029), + [sym_nil] = ACTIONS(4029), + [anon_sym_if] = ACTIONS(4029), + [anon_sym_DOLLARif] = ACTIONS(4029), + [anon_sym_match] = ACTIONS(4029), + [anon_sym_select] = ACTIONS(4029), + [anon_sym_lock] = ACTIONS(4029), + [anon_sym_rlock] = ACTIONS(4029), + [anon_sym_unsafe] = ACTIONS(4029), + [anon_sym_sql] = ACTIONS(4029), + [sym_int_literal] = ACTIONS(4029), + [sym_float_literal] = ACTIONS(4029), + [sym_rune_literal] = ACTIONS(4029), + [anon_sym_AT] = ACTIONS(4029), + [anon_sym_shared] = ACTIONS(4029), + [anon_sym_map_LBRACK] = ACTIONS(4029), + [anon_sym_chan] = ACTIONS(4029), + [anon_sym_thread] = ACTIONS(4029), + [anon_sym_atomic] = ACTIONS(4029), + [anon_sym_assert] = ACTIONS(4029), + [anon_sym_defer] = ACTIONS(4029), + [anon_sym_goto] = ACTIONS(4029), + [anon_sym_break] = ACTIONS(4029), + [anon_sym_continue] = ACTIONS(4029), + [anon_sym_return] = ACTIONS(4029), + [anon_sym_DOLLARfor] = ACTIONS(4029), + [anon_sym_for] = ACTIONS(4029), + [anon_sym_POUND] = ACTIONS(4029), + [anon_sym_asm] = ACTIONS(4029), + [anon_sym_AT_LBRACK] = ACTIONS(4029), + [sym___double_quote] = ACTIONS(4029), + [sym___single_quote] = ACTIONS(4029), + [sym___c_double_quote] = ACTIONS(4029), + [sym___c_single_quote] = ACTIONS(4029), + [sym___r_double_quote] = ACTIONS(4029), + [sym___r_single_quote] = ACTIONS(4029), }, [1510] = { - [ts_builtin_sym_end] = ACTIONS(3997), - [sym_identifier] = ACTIONS(3999), - [anon_sym_LF] = ACTIONS(3999), - [anon_sym_CR] = ACTIONS(3999), - [anon_sym_CR_LF] = ACTIONS(3999), + [ts_builtin_sym_end] = ACTIONS(4031), + [sym_identifier] = ACTIONS(4033), + [anon_sym_LF] = ACTIONS(4033), + [anon_sym_CR] = ACTIONS(4033), + [anon_sym_CR_LF] = ACTIONS(4033), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3999), - [anon_sym_LBRACE] = ACTIONS(3999), - [anon_sym_const] = ACTIONS(3999), - [anon_sym_LPAREN] = ACTIONS(3999), - [anon_sym___global] = ACTIONS(3999), - [anon_sym_type] = ACTIONS(3999), - [anon_sym_fn] = ACTIONS(3999), - [anon_sym_PLUS] = ACTIONS(3999), - [anon_sym_DASH] = ACTIONS(3999), - [anon_sym_STAR] = ACTIONS(3999), - [anon_sym_struct] = ACTIONS(3999), - [anon_sym_union] = ACTIONS(3999), - [anon_sym_pub] = ACTIONS(3999), - [anon_sym_mut] = ACTIONS(3999), - [anon_sym_enum] = ACTIONS(3999), - [anon_sym_interface] = ACTIONS(3999), - [anon_sym_QMARK] = ACTIONS(3999), - [anon_sym_BANG] = ACTIONS(3999), - [anon_sym_go] = ACTIONS(3999), - [anon_sym_spawn] = ACTIONS(3999), - [anon_sym_json_DOTdecode] = ACTIONS(3999), - [anon_sym_LBRACK2] = ACTIONS(3999), - [anon_sym_TILDE] = ACTIONS(3999), - [anon_sym_CARET] = ACTIONS(3999), - [anon_sym_AMP] = ACTIONS(3999), - [anon_sym_LT_DASH] = ACTIONS(3999), - [sym_none] = ACTIONS(3999), - [sym_true] = ACTIONS(3999), - [sym_false] = ACTIONS(3999), - [sym_nil] = ACTIONS(3999), - [anon_sym_if] = ACTIONS(3999), - [anon_sym_DOLLARif] = ACTIONS(3999), - [anon_sym_match] = ACTIONS(3999), - [anon_sym_select] = ACTIONS(3999), - [anon_sym_lock] = ACTIONS(3999), - [anon_sym_rlock] = ACTIONS(3999), - [anon_sym_unsafe] = ACTIONS(3999), - [anon_sym_sql] = ACTIONS(3999), - [sym_int_literal] = ACTIONS(3999), - [sym_float_literal] = ACTIONS(3999), - [sym_rune_literal] = ACTIONS(3999), - [anon_sym_AT] = ACTIONS(3999), - [anon_sym_shared] = ACTIONS(3999), - [anon_sym_map_LBRACK] = ACTIONS(3999), - [anon_sym_chan] = ACTIONS(3999), - [anon_sym_thread] = ACTIONS(3999), - [anon_sym_atomic] = ACTIONS(3999), - [anon_sym_assert] = ACTIONS(3999), - [anon_sym_defer] = ACTIONS(3999), - [anon_sym_goto] = ACTIONS(3999), - [anon_sym_break] = ACTIONS(3999), - [anon_sym_continue] = ACTIONS(3999), - [anon_sym_return] = ACTIONS(3999), - [anon_sym_DOLLARfor] = ACTIONS(3999), - [anon_sym_for] = ACTIONS(3999), - [anon_sym_POUND] = ACTIONS(3999), - [anon_sym_asm] = ACTIONS(3999), - [anon_sym_AT_LBRACK] = ACTIONS(3999), - [sym___double_quote] = ACTIONS(3999), - [sym___single_quote] = ACTIONS(3999), - [sym___c_double_quote] = ACTIONS(3999), - [sym___c_single_quote] = ACTIONS(3999), - [sym___r_double_quote] = ACTIONS(3999), - [sym___r_single_quote] = ACTIONS(3999), + [anon_sym_DOT] = ACTIONS(4033), + [anon_sym_LBRACE] = ACTIONS(4033), + [anon_sym_const] = ACTIONS(4033), + [anon_sym_LPAREN] = ACTIONS(4033), + [anon_sym___global] = ACTIONS(4033), + [anon_sym_type] = ACTIONS(4033), + [anon_sym_fn] = ACTIONS(4033), + [anon_sym_PLUS] = ACTIONS(4033), + [anon_sym_DASH] = ACTIONS(4033), + [anon_sym_STAR] = ACTIONS(4033), + [anon_sym_struct] = ACTIONS(4033), + [anon_sym_union] = ACTIONS(4033), + [anon_sym_pub] = ACTIONS(4033), + [anon_sym_mut] = ACTIONS(4033), + [anon_sym_enum] = ACTIONS(4033), + [anon_sym_interface] = ACTIONS(4033), + [anon_sym_QMARK] = ACTIONS(4033), + [anon_sym_BANG] = ACTIONS(4033), + [anon_sym_go] = ACTIONS(4033), + [anon_sym_spawn] = ACTIONS(4033), + [anon_sym_json_DOTdecode] = ACTIONS(4033), + [anon_sym_LBRACK2] = ACTIONS(4033), + [anon_sym_TILDE] = ACTIONS(4033), + [anon_sym_CARET] = ACTIONS(4033), + [anon_sym_AMP] = ACTIONS(4033), + [anon_sym_LT_DASH] = ACTIONS(4033), + [sym_none] = ACTIONS(4033), + [sym_true] = ACTIONS(4033), + [sym_false] = ACTIONS(4033), + [sym_nil] = ACTIONS(4033), + [anon_sym_if] = ACTIONS(4033), + [anon_sym_DOLLARif] = ACTIONS(4033), + [anon_sym_match] = ACTIONS(4033), + [anon_sym_select] = ACTIONS(4033), + [anon_sym_lock] = ACTIONS(4033), + [anon_sym_rlock] = ACTIONS(4033), + [anon_sym_unsafe] = ACTIONS(4033), + [anon_sym_sql] = ACTIONS(4033), + [sym_int_literal] = ACTIONS(4033), + [sym_float_literal] = ACTIONS(4033), + [sym_rune_literal] = ACTIONS(4033), + [anon_sym_AT] = ACTIONS(4033), + [anon_sym_shared] = ACTIONS(4033), + [anon_sym_map_LBRACK] = ACTIONS(4033), + [anon_sym_chan] = ACTIONS(4033), + [anon_sym_thread] = ACTIONS(4033), + [anon_sym_atomic] = ACTIONS(4033), + [anon_sym_assert] = ACTIONS(4033), + [anon_sym_defer] = ACTIONS(4033), + [anon_sym_goto] = ACTIONS(4033), + [anon_sym_break] = ACTIONS(4033), + [anon_sym_continue] = ACTIONS(4033), + [anon_sym_return] = ACTIONS(4033), + [anon_sym_DOLLARfor] = ACTIONS(4033), + [anon_sym_for] = ACTIONS(4033), + [anon_sym_POUND] = ACTIONS(4033), + [anon_sym_asm] = ACTIONS(4033), + [anon_sym_AT_LBRACK] = ACTIONS(4033), + [sym___double_quote] = ACTIONS(4033), + [sym___single_quote] = ACTIONS(4033), + [sym___c_double_quote] = ACTIONS(4033), + [sym___c_single_quote] = ACTIONS(4033), + [sym___r_double_quote] = ACTIONS(4033), + [sym___r_single_quote] = ACTIONS(4033), }, [1511] = { - [ts_builtin_sym_end] = ACTIONS(4001), - [sym_identifier] = ACTIONS(4003), - [anon_sym_LF] = ACTIONS(4003), - [anon_sym_CR] = ACTIONS(4003), - [anon_sym_CR_LF] = ACTIONS(4003), + [ts_builtin_sym_end] = ACTIONS(4035), + [sym_identifier] = ACTIONS(4037), + [anon_sym_LF] = ACTIONS(4037), + [anon_sym_CR] = ACTIONS(4037), + [anon_sym_CR_LF] = ACTIONS(4037), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4003), - [anon_sym_LBRACE] = ACTIONS(4003), - [anon_sym_const] = ACTIONS(4003), - [anon_sym_LPAREN] = ACTIONS(4003), - [anon_sym___global] = ACTIONS(4003), - [anon_sym_type] = ACTIONS(4003), - [anon_sym_fn] = ACTIONS(4003), - [anon_sym_PLUS] = ACTIONS(4003), - [anon_sym_DASH] = ACTIONS(4003), - [anon_sym_STAR] = ACTIONS(4003), - [anon_sym_struct] = ACTIONS(4003), - [anon_sym_union] = ACTIONS(4003), - [anon_sym_pub] = ACTIONS(4003), - [anon_sym_mut] = ACTIONS(4003), - [anon_sym_enum] = ACTIONS(4003), - [anon_sym_interface] = ACTIONS(4003), - [anon_sym_QMARK] = ACTIONS(4003), - [anon_sym_BANG] = ACTIONS(4003), - [anon_sym_go] = ACTIONS(4003), - [anon_sym_spawn] = ACTIONS(4003), - [anon_sym_json_DOTdecode] = ACTIONS(4003), - [anon_sym_LBRACK2] = ACTIONS(4003), - [anon_sym_TILDE] = ACTIONS(4003), - [anon_sym_CARET] = ACTIONS(4003), - [anon_sym_AMP] = ACTIONS(4003), - [anon_sym_LT_DASH] = ACTIONS(4003), - [sym_none] = ACTIONS(4003), - [sym_true] = ACTIONS(4003), - [sym_false] = ACTIONS(4003), - [sym_nil] = ACTIONS(4003), - [anon_sym_if] = ACTIONS(4003), - [anon_sym_DOLLARif] = ACTIONS(4003), - [anon_sym_match] = ACTIONS(4003), - [anon_sym_select] = ACTIONS(4003), - [anon_sym_lock] = ACTIONS(4003), - [anon_sym_rlock] = ACTIONS(4003), - [anon_sym_unsafe] = ACTIONS(4003), - [anon_sym_sql] = ACTIONS(4003), - [sym_int_literal] = ACTIONS(4003), - [sym_float_literal] = ACTIONS(4003), - [sym_rune_literal] = ACTIONS(4003), - [anon_sym_AT] = ACTIONS(4003), - [anon_sym_shared] = ACTIONS(4003), - [anon_sym_map_LBRACK] = ACTIONS(4003), - [anon_sym_chan] = ACTIONS(4003), - [anon_sym_thread] = ACTIONS(4003), - [anon_sym_atomic] = ACTIONS(4003), - [anon_sym_assert] = ACTIONS(4003), - [anon_sym_defer] = ACTIONS(4003), - [anon_sym_goto] = ACTIONS(4003), - [anon_sym_break] = ACTIONS(4003), - [anon_sym_continue] = ACTIONS(4003), - [anon_sym_return] = ACTIONS(4003), - [anon_sym_DOLLARfor] = ACTIONS(4003), - [anon_sym_for] = ACTIONS(4003), - [anon_sym_POUND] = ACTIONS(4003), - [anon_sym_asm] = ACTIONS(4003), - [anon_sym_AT_LBRACK] = ACTIONS(4003), - [sym___double_quote] = ACTIONS(4003), - [sym___single_quote] = ACTIONS(4003), - [sym___c_double_quote] = ACTIONS(4003), - [sym___c_single_quote] = ACTIONS(4003), - [sym___r_double_quote] = ACTIONS(4003), - [sym___r_single_quote] = ACTIONS(4003), + [anon_sym_DOT] = ACTIONS(4037), + [anon_sym_LBRACE] = ACTIONS(4037), + [anon_sym_const] = ACTIONS(4037), + [anon_sym_LPAREN] = ACTIONS(4037), + [anon_sym___global] = ACTIONS(4037), + [anon_sym_type] = ACTIONS(4037), + [anon_sym_fn] = ACTIONS(4037), + [anon_sym_PLUS] = ACTIONS(4037), + [anon_sym_DASH] = ACTIONS(4037), + [anon_sym_STAR] = ACTIONS(4037), + [anon_sym_struct] = ACTIONS(4037), + [anon_sym_union] = ACTIONS(4037), + [anon_sym_pub] = ACTIONS(4037), + [anon_sym_mut] = ACTIONS(4037), + [anon_sym_enum] = ACTIONS(4037), + [anon_sym_interface] = ACTIONS(4037), + [anon_sym_QMARK] = ACTIONS(4037), + [anon_sym_BANG] = ACTIONS(4037), + [anon_sym_go] = ACTIONS(4037), + [anon_sym_spawn] = ACTIONS(4037), + [anon_sym_json_DOTdecode] = ACTIONS(4037), + [anon_sym_LBRACK2] = ACTIONS(4037), + [anon_sym_TILDE] = ACTIONS(4037), + [anon_sym_CARET] = ACTIONS(4037), + [anon_sym_AMP] = ACTIONS(4037), + [anon_sym_LT_DASH] = ACTIONS(4037), + [sym_none] = ACTIONS(4037), + [sym_true] = ACTIONS(4037), + [sym_false] = ACTIONS(4037), + [sym_nil] = ACTIONS(4037), + [anon_sym_if] = ACTIONS(4037), + [anon_sym_DOLLARif] = ACTIONS(4037), + [anon_sym_match] = ACTIONS(4037), + [anon_sym_select] = ACTIONS(4037), + [anon_sym_lock] = ACTIONS(4037), + [anon_sym_rlock] = ACTIONS(4037), + [anon_sym_unsafe] = ACTIONS(4037), + [anon_sym_sql] = ACTIONS(4037), + [sym_int_literal] = ACTIONS(4037), + [sym_float_literal] = ACTIONS(4037), + [sym_rune_literal] = ACTIONS(4037), + [anon_sym_AT] = ACTIONS(4037), + [anon_sym_shared] = ACTIONS(4037), + [anon_sym_map_LBRACK] = ACTIONS(4037), + [anon_sym_chan] = ACTIONS(4037), + [anon_sym_thread] = ACTIONS(4037), + [anon_sym_atomic] = ACTIONS(4037), + [anon_sym_assert] = ACTIONS(4037), + [anon_sym_defer] = ACTIONS(4037), + [anon_sym_goto] = ACTIONS(4037), + [anon_sym_break] = ACTIONS(4037), + [anon_sym_continue] = ACTIONS(4037), + [anon_sym_return] = ACTIONS(4037), + [anon_sym_DOLLARfor] = ACTIONS(4037), + [anon_sym_for] = ACTIONS(4037), + [anon_sym_POUND] = ACTIONS(4037), + [anon_sym_asm] = ACTIONS(4037), + [anon_sym_AT_LBRACK] = ACTIONS(4037), + [sym___double_quote] = ACTIONS(4037), + [sym___single_quote] = ACTIONS(4037), + [sym___c_double_quote] = ACTIONS(4037), + [sym___c_single_quote] = ACTIONS(4037), + [sym___r_double_quote] = ACTIONS(4037), + [sym___r_single_quote] = ACTIONS(4037), }, [1512] = { - [ts_builtin_sym_end] = ACTIONS(4005), - [sym_identifier] = ACTIONS(4007), - [anon_sym_LF] = ACTIONS(4007), - [anon_sym_CR] = ACTIONS(4007), - [anon_sym_CR_LF] = ACTIONS(4007), + [ts_builtin_sym_end] = ACTIONS(4039), + [sym_identifier] = ACTIONS(4041), + [anon_sym_LF] = ACTIONS(4041), + [anon_sym_CR] = ACTIONS(4041), + [anon_sym_CR_LF] = ACTIONS(4041), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4007), - [anon_sym_LBRACE] = ACTIONS(4007), - [anon_sym_const] = ACTIONS(4007), - [anon_sym_LPAREN] = ACTIONS(4007), - [anon_sym___global] = ACTIONS(4007), - [anon_sym_type] = ACTIONS(4007), - [anon_sym_fn] = ACTIONS(4007), - [anon_sym_PLUS] = ACTIONS(4007), - [anon_sym_DASH] = ACTIONS(4007), - [anon_sym_STAR] = ACTIONS(4007), - [anon_sym_struct] = ACTIONS(4007), - [anon_sym_union] = ACTIONS(4007), - [anon_sym_pub] = ACTIONS(4007), - [anon_sym_mut] = ACTIONS(4007), - [anon_sym_enum] = ACTIONS(4007), - [anon_sym_interface] = ACTIONS(4007), - [anon_sym_QMARK] = ACTIONS(4007), - [anon_sym_BANG] = ACTIONS(4007), - [anon_sym_go] = ACTIONS(4007), - [anon_sym_spawn] = ACTIONS(4007), - [anon_sym_json_DOTdecode] = ACTIONS(4007), - [anon_sym_LBRACK2] = ACTIONS(4007), - [anon_sym_TILDE] = ACTIONS(4007), - [anon_sym_CARET] = ACTIONS(4007), - [anon_sym_AMP] = ACTIONS(4007), - [anon_sym_LT_DASH] = ACTIONS(4007), - [sym_none] = ACTIONS(4007), - [sym_true] = ACTIONS(4007), - [sym_false] = ACTIONS(4007), - [sym_nil] = ACTIONS(4007), - [anon_sym_if] = ACTIONS(4007), - [anon_sym_DOLLARif] = ACTIONS(4007), - [anon_sym_match] = ACTIONS(4007), - [anon_sym_select] = ACTIONS(4007), - [anon_sym_lock] = ACTIONS(4007), - [anon_sym_rlock] = ACTIONS(4007), - [anon_sym_unsafe] = ACTIONS(4007), - [anon_sym_sql] = ACTIONS(4007), - [sym_int_literal] = ACTIONS(4007), - [sym_float_literal] = ACTIONS(4007), - [sym_rune_literal] = ACTIONS(4007), - [anon_sym_AT] = ACTIONS(4007), - [anon_sym_shared] = ACTIONS(4007), - [anon_sym_map_LBRACK] = ACTIONS(4007), - [anon_sym_chan] = ACTIONS(4007), - [anon_sym_thread] = ACTIONS(4007), - [anon_sym_atomic] = ACTIONS(4007), - [anon_sym_assert] = ACTIONS(4007), - [anon_sym_defer] = ACTIONS(4007), - [anon_sym_goto] = ACTIONS(4007), - [anon_sym_break] = ACTIONS(4007), - [anon_sym_continue] = ACTIONS(4007), - [anon_sym_return] = ACTIONS(4007), - [anon_sym_DOLLARfor] = ACTIONS(4007), - [anon_sym_for] = ACTIONS(4007), - [anon_sym_POUND] = ACTIONS(4007), - [anon_sym_asm] = ACTIONS(4007), - [anon_sym_AT_LBRACK] = ACTIONS(4007), - [sym___double_quote] = ACTIONS(4007), - [sym___single_quote] = ACTIONS(4007), - [sym___c_double_quote] = ACTIONS(4007), - [sym___c_single_quote] = ACTIONS(4007), - [sym___r_double_quote] = ACTIONS(4007), - [sym___r_single_quote] = ACTIONS(4007), + [anon_sym_DOT] = ACTIONS(4041), + [anon_sym_LBRACE] = ACTIONS(4041), + [anon_sym_const] = ACTIONS(4041), + [anon_sym_LPAREN] = ACTIONS(4041), + [anon_sym___global] = ACTIONS(4041), + [anon_sym_type] = ACTIONS(4041), + [anon_sym_fn] = ACTIONS(4041), + [anon_sym_PLUS] = ACTIONS(4041), + [anon_sym_DASH] = ACTIONS(4041), + [anon_sym_STAR] = ACTIONS(4041), + [anon_sym_struct] = ACTIONS(4041), + [anon_sym_union] = ACTIONS(4041), + [anon_sym_pub] = ACTIONS(4041), + [anon_sym_mut] = ACTIONS(4041), + [anon_sym_enum] = ACTIONS(4041), + [anon_sym_interface] = ACTIONS(4041), + [anon_sym_QMARK] = ACTIONS(4041), + [anon_sym_BANG] = ACTIONS(4041), + [anon_sym_go] = ACTIONS(4041), + [anon_sym_spawn] = ACTIONS(4041), + [anon_sym_json_DOTdecode] = ACTIONS(4041), + [anon_sym_LBRACK2] = ACTIONS(4041), + [anon_sym_TILDE] = ACTIONS(4041), + [anon_sym_CARET] = ACTIONS(4041), + [anon_sym_AMP] = ACTIONS(4041), + [anon_sym_LT_DASH] = ACTIONS(4041), + [sym_none] = ACTIONS(4041), + [sym_true] = ACTIONS(4041), + [sym_false] = ACTIONS(4041), + [sym_nil] = ACTIONS(4041), + [anon_sym_if] = ACTIONS(4041), + [anon_sym_DOLLARif] = ACTIONS(4041), + [anon_sym_match] = ACTIONS(4041), + [anon_sym_select] = ACTIONS(4041), + [anon_sym_lock] = ACTIONS(4041), + [anon_sym_rlock] = ACTIONS(4041), + [anon_sym_unsafe] = ACTIONS(4041), + [anon_sym_sql] = ACTIONS(4041), + [sym_int_literal] = ACTIONS(4041), + [sym_float_literal] = ACTIONS(4041), + [sym_rune_literal] = ACTIONS(4041), + [anon_sym_AT] = ACTIONS(4041), + [anon_sym_shared] = ACTIONS(4041), + [anon_sym_map_LBRACK] = ACTIONS(4041), + [anon_sym_chan] = ACTIONS(4041), + [anon_sym_thread] = ACTIONS(4041), + [anon_sym_atomic] = ACTIONS(4041), + [anon_sym_assert] = ACTIONS(4041), + [anon_sym_defer] = ACTIONS(4041), + [anon_sym_goto] = ACTIONS(4041), + [anon_sym_break] = ACTIONS(4041), + [anon_sym_continue] = ACTIONS(4041), + [anon_sym_return] = ACTIONS(4041), + [anon_sym_DOLLARfor] = ACTIONS(4041), + [anon_sym_for] = ACTIONS(4041), + [anon_sym_POUND] = ACTIONS(4041), + [anon_sym_asm] = ACTIONS(4041), + [anon_sym_AT_LBRACK] = ACTIONS(4041), + [sym___double_quote] = ACTIONS(4041), + [sym___single_quote] = ACTIONS(4041), + [sym___c_double_quote] = ACTIONS(4041), + [sym___c_single_quote] = ACTIONS(4041), + [sym___r_double_quote] = ACTIONS(4041), + [sym___r_single_quote] = ACTIONS(4041), }, [1513] = { - [ts_builtin_sym_end] = ACTIONS(4009), - [sym_identifier] = ACTIONS(4011), - [anon_sym_LF] = ACTIONS(4011), - [anon_sym_CR] = ACTIONS(4011), - [anon_sym_CR_LF] = ACTIONS(4011), + [ts_builtin_sym_end] = ACTIONS(4043), + [sym_identifier] = ACTIONS(4045), + [anon_sym_LF] = ACTIONS(4045), + [anon_sym_CR] = ACTIONS(4045), + [anon_sym_CR_LF] = ACTIONS(4045), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4011), - [anon_sym_LBRACE] = ACTIONS(4011), - [anon_sym_const] = ACTIONS(4011), - [anon_sym_LPAREN] = ACTIONS(4011), - [anon_sym___global] = ACTIONS(4011), - [anon_sym_type] = ACTIONS(4011), - [anon_sym_fn] = ACTIONS(4011), - [anon_sym_PLUS] = ACTIONS(4011), - [anon_sym_DASH] = ACTIONS(4011), - [anon_sym_STAR] = ACTIONS(4011), - [anon_sym_struct] = ACTIONS(4011), - [anon_sym_union] = ACTIONS(4011), - [anon_sym_pub] = ACTIONS(4011), - [anon_sym_mut] = ACTIONS(4011), - [anon_sym_enum] = ACTIONS(4011), - [anon_sym_interface] = ACTIONS(4011), - [anon_sym_QMARK] = ACTIONS(4011), - [anon_sym_BANG] = ACTIONS(4011), - [anon_sym_go] = ACTIONS(4011), - [anon_sym_spawn] = ACTIONS(4011), - [anon_sym_json_DOTdecode] = ACTIONS(4011), - [anon_sym_LBRACK2] = ACTIONS(4011), - [anon_sym_TILDE] = ACTIONS(4011), - [anon_sym_CARET] = ACTIONS(4011), - [anon_sym_AMP] = ACTIONS(4011), - [anon_sym_LT_DASH] = ACTIONS(4011), - [sym_none] = ACTIONS(4011), - [sym_true] = ACTIONS(4011), - [sym_false] = ACTIONS(4011), - [sym_nil] = ACTIONS(4011), - [anon_sym_if] = ACTIONS(4011), - [anon_sym_DOLLARif] = ACTIONS(4011), - [anon_sym_match] = ACTIONS(4011), - [anon_sym_select] = ACTIONS(4011), - [anon_sym_lock] = ACTIONS(4011), - [anon_sym_rlock] = ACTIONS(4011), - [anon_sym_unsafe] = ACTIONS(4011), - [anon_sym_sql] = ACTIONS(4011), - [sym_int_literal] = ACTIONS(4011), - [sym_float_literal] = ACTIONS(4011), - [sym_rune_literal] = ACTIONS(4011), - [anon_sym_AT] = ACTIONS(4011), - [anon_sym_shared] = ACTIONS(4011), - [anon_sym_map_LBRACK] = ACTIONS(4011), - [anon_sym_chan] = ACTIONS(4011), - [anon_sym_thread] = ACTIONS(4011), - [anon_sym_atomic] = ACTIONS(4011), - [anon_sym_assert] = ACTIONS(4011), - [anon_sym_defer] = ACTIONS(4011), - [anon_sym_goto] = ACTIONS(4011), - [anon_sym_break] = ACTIONS(4011), - [anon_sym_continue] = ACTIONS(4011), - [anon_sym_return] = ACTIONS(4011), - [anon_sym_DOLLARfor] = ACTIONS(4011), - [anon_sym_for] = ACTIONS(4011), - [anon_sym_POUND] = ACTIONS(4011), - [anon_sym_asm] = ACTIONS(4011), - [anon_sym_AT_LBRACK] = ACTIONS(4011), - [sym___double_quote] = ACTIONS(4011), - [sym___single_quote] = ACTIONS(4011), - [sym___c_double_quote] = ACTIONS(4011), - [sym___c_single_quote] = ACTIONS(4011), - [sym___r_double_quote] = ACTIONS(4011), - [sym___r_single_quote] = ACTIONS(4011), + [anon_sym_DOT] = ACTIONS(4045), + [anon_sym_LBRACE] = ACTIONS(4045), + [anon_sym_const] = ACTIONS(4045), + [anon_sym_LPAREN] = ACTIONS(4045), + [anon_sym___global] = ACTIONS(4045), + [anon_sym_type] = ACTIONS(4045), + [anon_sym_fn] = ACTIONS(4045), + [anon_sym_PLUS] = ACTIONS(4045), + [anon_sym_DASH] = ACTIONS(4045), + [anon_sym_STAR] = ACTIONS(4045), + [anon_sym_struct] = ACTIONS(4045), + [anon_sym_union] = ACTIONS(4045), + [anon_sym_pub] = ACTIONS(4045), + [anon_sym_mut] = ACTIONS(4045), + [anon_sym_enum] = ACTIONS(4045), + [anon_sym_interface] = ACTIONS(4045), + [anon_sym_QMARK] = ACTIONS(4045), + [anon_sym_BANG] = ACTIONS(4045), + [anon_sym_go] = ACTIONS(4045), + [anon_sym_spawn] = ACTIONS(4045), + [anon_sym_json_DOTdecode] = ACTIONS(4045), + [anon_sym_LBRACK2] = ACTIONS(4045), + [anon_sym_TILDE] = ACTIONS(4045), + [anon_sym_CARET] = ACTIONS(4045), + [anon_sym_AMP] = ACTIONS(4045), + [anon_sym_LT_DASH] = ACTIONS(4045), + [sym_none] = ACTIONS(4045), + [sym_true] = ACTIONS(4045), + [sym_false] = ACTIONS(4045), + [sym_nil] = ACTIONS(4045), + [anon_sym_if] = ACTIONS(4045), + [anon_sym_DOLLARif] = ACTIONS(4045), + [anon_sym_match] = ACTIONS(4045), + [anon_sym_select] = ACTIONS(4045), + [anon_sym_lock] = ACTIONS(4045), + [anon_sym_rlock] = ACTIONS(4045), + [anon_sym_unsafe] = ACTIONS(4045), + [anon_sym_sql] = ACTIONS(4045), + [sym_int_literal] = ACTIONS(4045), + [sym_float_literal] = ACTIONS(4045), + [sym_rune_literal] = ACTIONS(4045), + [anon_sym_AT] = ACTIONS(4045), + [anon_sym_shared] = ACTIONS(4045), + [anon_sym_map_LBRACK] = ACTIONS(4045), + [anon_sym_chan] = ACTIONS(4045), + [anon_sym_thread] = ACTIONS(4045), + [anon_sym_atomic] = ACTIONS(4045), + [anon_sym_assert] = ACTIONS(4045), + [anon_sym_defer] = ACTIONS(4045), + [anon_sym_goto] = ACTIONS(4045), + [anon_sym_break] = ACTIONS(4045), + [anon_sym_continue] = ACTIONS(4045), + [anon_sym_return] = ACTIONS(4045), + [anon_sym_DOLLARfor] = ACTIONS(4045), + [anon_sym_for] = ACTIONS(4045), + [anon_sym_POUND] = ACTIONS(4045), + [anon_sym_asm] = ACTIONS(4045), + [anon_sym_AT_LBRACK] = ACTIONS(4045), + [sym___double_quote] = ACTIONS(4045), + [sym___single_quote] = ACTIONS(4045), + [sym___c_double_quote] = ACTIONS(4045), + [sym___c_single_quote] = ACTIONS(4045), + [sym___r_double_quote] = ACTIONS(4045), + [sym___r_single_quote] = ACTIONS(4045), }, [1514] = { - [ts_builtin_sym_end] = ACTIONS(4013), - [sym_identifier] = ACTIONS(4015), - [anon_sym_LF] = ACTIONS(4015), - [anon_sym_CR] = ACTIONS(4015), - [anon_sym_CR_LF] = ACTIONS(4015), + [ts_builtin_sym_end] = ACTIONS(4047), + [sym_identifier] = ACTIONS(4049), + [anon_sym_LF] = ACTIONS(4049), + [anon_sym_CR] = ACTIONS(4049), + [anon_sym_CR_LF] = ACTIONS(4049), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4015), - [anon_sym_LBRACE] = ACTIONS(4015), - [anon_sym_const] = ACTIONS(4015), - [anon_sym_LPAREN] = ACTIONS(4015), - [anon_sym___global] = ACTIONS(4015), - [anon_sym_type] = ACTIONS(4015), - [anon_sym_fn] = ACTIONS(4015), - [anon_sym_PLUS] = ACTIONS(4015), - [anon_sym_DASH] = ACTIONS(4015), - [anon_sym_STAR] = ACTIONS(4015), - [anon_sym_struct] = ACTIONS(4015), - [anon_sym_union] = ACTIONS(4015), - [anon_sym_pub] = ACTIONS(4015), - [anon_sym_mut] = ACTIONS(4015), - [anon_sym_enum] = ACTIONS(4015), - [anon_sym_interface] = ACTIONS(4015), - [anon_sym_QMARK] = ACTIONS(4015), - [anon_sym_BANG] = ACTIONS(4015), - [anon_sym_go] = ACTIONS(4015), - [anon_sym_spawn] = ACTIONS(4015), - [anon_sym_json_DOTdecode] = ACTIONS(4015), - [anon_sym_LBRACK2] = ACTIONS(4015), - [anon_sym_TILDE] = ACTIONS(4015), - [anon_sym_CARET] = ACTIONS(4015), - [anon_sym_AMP] = ACTIONS(4015), - [anon_sym_LT_DASH] = ACTIONS(4015), - [sym_none] = ACTIONS(4015), - [sym_true] = ACTIONS(4015), - [sym_false] = ACTIONS(4015), - [sym_nil] = ACTIONS(4015), - [anon_sym_if] = ACTIONS(4015), - [anon_sym_DOLLARif] = ACTIONS(4015), - [anon_sym_match] = ACTIONS(4015), - [anon_sym_select] = ACTIONS(4015), - [anon_sym_lock] = ACTIONS(4015), - [anon_sym_rlock] = ACTIONS(4015), - [anon_sym_unsafe] = ACTIONS(4015), - [anon_sym_sql] = ACTIONS(4015), - [sym_int_literal] = ACTIONS(4015), - [sym_float_literal] = ACTIONS(4015), - [sym_rune_literal] = ACTIONS(4015), - [anon_sym_AT] = ACTIONS(4015), - [anon_sym_shared] = ACTIONS(4015), - [anon_sym_map_LBRACK] = ACTIONS(4015), - [anon_sym_chan] = ACTIONS(4015), - [anon_sym_thread] = ACTIONS(4015), - [anon_sym_atomic] = ACTIONS(4015), - [anon_sym_assert] = ACTIONS(4015), - [anon_sym_defer] = ACTIONS(4015), - [anon_sym_goto] = ACTIONS(4015), - [anon_sym_break] = ACTIONS(4015), - [anon_sym_continue] = ACTIONS(4015), - [anon_sym_return] = ACTIONS(4015), - [anon_sym_DOLLARfor] = ACTIONS(4015), - [anon_sym_for] = ACTIONS(4015), - [anon_sym_POUND] = ACTIONS(4015), - [anon_sym_asm] = ACTIONS(4015), - [anon_sym_AT_LBRACK] = ACTIONS(4015), - [sym___double_quote] = ACTIONS(4015), - [sym___single_quote] = ACTIONS(4015), - [sym___c_double_quote] = ACTIONS(4015), - [sym___c_single_quote] = ACTIONS(4015), - [sym___r_double_quote] = ACTIONS(4015), - [sym___r_single_quote] = ACTIONS(4015), + [anon_sym_DOT] = ACTIONS(4049), + [anon_sym_LBRACE] = ACTIONS(4049), + [anon_sym_const] = ACTIONS(4049), + [anon_sym_LPAREN] = ACTIONS(4049), + [anon_sym___global] = ACTIONS(4049), + [anon_sym_type] = ACTIONS(4049), + [anon_sym_fn] = ACTIONS(4049), + [anon_sym_PLUS] = ACTIONS(4049), + [anon_sym_DASH] = ACTIONS(4049), + [anon_sym_STAR] = ACTIONS(4049), + [anon_sym_struct] = ACTIONS(4049), + [anon_sym_union] = ACTIONS(4049), + [anon_sym_pub] = ACTIONS(4049), + [anon_sym_mut] = ACTIONS(4049), + [anon_sym_enum] = ACTIONS(4049), + [anon_sym_interface] = ACTIONS(4049), + [anon_sym_QMARK] = ACTIONS(4049), + [anon_sym_BANG] = ACTIONS(4049), + [anon_sym_go] = ACTIONS(4049), + [anon_sym_spawn] = ACTIONS(4049), + [anon_sym_json_DOTdecode] = ACTIONS(4049), + [anon_sym_LBRACK2] = ACTIONS(4049), + [anon_sym_TILDE] = ACTIONS(4049), + [anon_sym_CARET] = ACTIONS(4049), + [anon_sym_AMP] = ACTIONS(4049), + [anon_sym_LT_DASH] = ACTIONS(4049), + [sym_none] = ACTIONS(4049), + [sym_true] = ACTIONS(4049), + [sym_false] = ACTIONS(4049), + [sym_nil] = ACTIONS(4049), + [anon_sym_if] = ACTIONS(4049), + [anon_sym_DOLLARif] = ACTIONS(4049), + [anon_sym_match] = ACTIONS(4049), + [anon_sym_select] = ACTIONS(4049), + [anon_sym_lock] = ACTIONS(4049), + [anon_sym_rlock] = ACTIONS(4049), + [anon_sym_unsafe] = ACTIONS(4049), + [anon_sym_sql] = ACTIONS(4049), + [sym_int_literal] = ACTIONS(4049), + [sym_float_literal] = ACTIONS(4049), + [sym_rune_literal] = ACTIONS(4049), + [anon_sym_AT] = ACTIONS(4049), + [anon_sym_shared] = ACTIONS(4049), + [anon_sym_map_LBRACK] = ACTIONS(4049), + [anon_sym_chan] = ACTIONS(4049), + [anon_sym_thread] = ACTIONS(4049), + [anon_sym_atomic] = ACTIONS(4049), + [anon_sym_assert] = ACTIONS(4049), + [anon_sym_defer] = ACTIONS(4049), + [anon_sym_goto] = ACTIONS(4049), + [anon_sym_break] = ACTIONS(4049), + [anon_sym_continue] = ACTIONS(4049), + [anon_sym_return] = ACTIONS(4049), + [anon_sym_DOLLARfor] = ACTIONS(4049), + [anon_sym_for] = ACTIONS(4049), + [anon_sym_POUND] = ACTIONS(4049), + [anon_sym_asm] = ACTIONS(4049), + [anon_sym_AT_LBRACK] = ACTIONS(4049), + [sym___double_quote] = ACTIONS(4049), + [sym___single_quote] = ACTIONS(4049), + [sym___c_double_quote] = ACTIONS(4049), + [sym___c_single_quote] = ACTIONS(4049), + [sym___r_double_quote] = ACTIONS(4049), + [sym___r_single_quote] = ACTIONS(4049), }, [1515] = { - [ts_builtin_sym_end] = ACTIONS(4017), - [sym_identifier] = ACTIONS(4019), - [anon_sym_LF] = ACTIONS(4019), - [anon_sym_CR] = ACTIONS(4019), - [anon_sym_CR_LF] = ACTIONS(4019), + [ts_builtin_sym_end] = ACTIONS(4051), + [sym_identifier] = ACTIONS(4053), + [anon_sym_LF] = ACTIONS(4053), + [anon_sym_CR] = ACTIONS(4053), + [anon_sym_CR_LF] = ACTIONS(4053), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4019), - [anon_sym_LBRACE] = ACTIONS(4019), - [anon_sym_const] = ACTIONS(4019), - [anon_sym_LPAREN] = ACTIONS(4019), - [anon_sym___global] = ACTIONS(4019), - [anon_sym_type] = ACTIONS(4019), - [anon_sym_fn] = ACTIONS(4019), - [anon_sym_PLUS] = ACTIONS(4019), - [anon_sym_DASH] = ACTIONS(4019), - [anon_sym_STAR] = ACTIONS(4019), - [anon_sym_struct] = ACTIONS(4019), - [anon_sym_union] = ACTIONS(4019), - [anon_sym_pub] = ACTIONS(4019), - [anon_sym_mut] = ACTIONS(4019), - [anon_sym_enum] = ACTIONS(4019), - [anon_sym_interface] = ACTIONS(4019), - [anon_sym_QMARK] = ACTIONS(4019), - [anon_sym_BANG] = ACTIONS(4019), - [anon_sym_go] = ACTIONS(4019), - [anon_sym_spawn] = ACTIONS(4019), - [anon_sym_json_DOTdecode] = ACTIONS(4019), - [anon_sym_LBRACK2] = ACTIONS(4019), - [anon_sym_TILDE] = ACTIONS(4019), - [anon_sym_CARET] = ACTIONS(4019), - [anon_sym_AMP] = ACTIONS(4019), - [anon_sym_LT_DASH] = ACTIONS(4019), - [sym_none] = ACTIONS(4019), - [sym_true] = ACTIONS(4019), - [sym_false] = ACTIONS(4019), - [sym_nil] = ACTIONS(4019), - [anon_sym_if] = ACTIONS(4019), - [anon_sym_DOLLARif] = ACTIONS(4019), - [anon_sym_match] = ACTIONS(4019), - [anon_sym_select] = ACTIONS(4019), - [anon_sym_lock] = ACTIONS(4019), - [anon_sym_rlock] = ACTIONS(4019), - [anon_sym_unsafe] = ACTIONS(4019), - [anon_sym_sql] = ACTIONS(4019), - [sym_int_literal] = ACTIONS(4019), - [sym_float_literal] = ACTIONS(4019), - [sym_rune_literal] = ACTIONS(4019), - [anon_sym_AT] = ACTIONS(4019), - [anon_sym_shared] = ACTIONS(4019), - [anon_sym_map_LBRACK] = ACTIONS(4019), - [anon_sym_chan] = ACTIONS(4019), - [anon_sym_thread] = ACTIONS(4019), - [anon_sym_atomic] = ACTIONS(4019), - [anon_sym_assert] = ACTIONS(4019), - [anon_sym_defer] = ACTIONS(4019), - [anon_sym_goto] = ACTIONS(4019), - [anon_sym_break] = ACTIONS(4019), - [anon_sym_continue] = ACTIONS(4019), - [anon_sym_return] = ACTIONS(4019), - [anon_sym_DOLLARfor] = ACTIONS(4019), - [anon_sym_for] = ACTIONS(4019), - [anon_sym_POUND] = ACTIONS(4019), - [anon_sym_asm] = ACTIONS(4019), - [anon_sym_AT_LBRACK] = ACTIONS(4019), - [sym___double_quote] = ACTIONS(4019), - [sym___single_quote] = ACTIONS(4019), - [sym___c_double_quote] = ACTIONS(4019), - [sym___c_single_quote] = ACTIONS(4019), - [sym___r_double_quote] = ACTIONS(4019), - [sym___r_single_quote] = ACTIONS(4019), + [anon_sym_DOT] = ACTIONS(4053), + [anon_sym_LBRACE] = ACTIONS(4053), + [anon_sym_const] = ACTIONS(4053), + [anon_sym_LPAREN] = ACTIONS(4053), + [anon_sym___global] = ACTIONS(4053), + [anon_sym_type] = ACTIONS(4053), + [anon_sym_fn] = ACTIONS(4053), + [anon_sym_PLUS] = ACTIONS(4053), + [anon_sym_DASH] = ACTIONS(4053), + [anon_sym_STAR] = ACTIONS(4053), + [anon_sym_struct] = ACTIONS(4053), + [anon_sym_union] = ACTIONS(4053), + [anon_sym_pub] = ACTIONS(4053), + [anon_sym_mut] = ACTIONS(4053), + [anon_sym_enum] = ACTIONS(4053), + [anon_sym_interface] = ACTIONS(4053), + [anon_sym_QMARK] = ACTIONS(4053), + [anon_sym_BANG] = ACTIONS(4053), + [anon_sym_go] = ACTIONS(4053), + [anon_sym_spawn] = ACTIONS(4053), + [anon_sym_json_DOTdecode] = ACTIONS(4053), + [anon_sym_LBRACK2] = ACTIONS(4053), + [anon_sym_TILDE] = ACTIONS(4053), + [anon_sym_CARET] = ACTIONS(4053), + [anon_sym_AMP] = ACTIONS(4053), + [anon_sym_LT_DASH] = ACTIONS(4053), + [sym_none] = ACTIONS(4053), + [sym_true] = ACTIONS(4053), + [sym_false] = ACTIONS(4053), + [sym_nil] = ACTIONS(4053), + [anon_sym_if] = ACTIONS(4053), + [anon_sym_DOLLARif] = ACTIONS(4053), + [anon_sym_match] = ACTIONS(4053), + [anon_sym_select] = ACTIONS(4053), + [anon_sym_lock] = ACTIONS(4053), + [anon_sym_rlock] = ACTIONS(4053), + [anon_sym_unsafe] = ACTIONS(4053), + [anon_sym_sql] = ACTIONS(4053), + [sym_int_literal] = ACTIONS(4053), + [sym_float_literal] = ACTIONS(4053), + [sym_rune_literal] = ACTIONS(4053), + [anon_sym_AT] = ACTIONS(4053), + [anon_sym_shared] = ACTIONS(4053), + [anon_sym_map_LBRACK] = ACTIONS(4053), + [anon_sym_chan] = ACTIONS(4053), + [anon_sym_thread] = ACTIONS(4053), + [anon_sym_atomic] = ACTIONS(4053), + [anon_sym_assert] = ACTIONS(4053), + [anon_sym_defer] = ACTIONS(4053), + [anon_sym_goto] = ACTIONS(4053), + [anon_sym_break] = ACTIONS(4053), + [anon_sym_continue] = ACTIONS(4053), + [anon_sym_return] = ACTIONS(4053), + [anon_sym_DOLLARfor] = ACTIONS(4053), + [anon_sym_for] = ACTIONS(4053), + [anon_sym_POUND] = ACTIONS(4053), + [anon_sym_asm] = ACTIONS(4053), + [anon_sym_AT_LBRACK] = ACTIONS(4053), + [sym___double_quote] = ACTIONS(4053), + [sym___single_quote] = ACTIONS(4053), + [sym___c_double_quote] = ACTIONS(4053), + [sym___c_single_quote] = ACTIONS(4053), + [sym___r_double_quote] = ACTIONS(4053), + [sym___r_single_quote] = ACTIONS(4053), }, [1516] = { - [ts_builtin_sym_end] = ACTIONS(4021), - [sym_identifier] = ACTIONS(4023), - [anon_sym_LF] = ACTIONS(4023), - [anon_sym_CR] = ACTIONS(4023), - [anon_sym_CR_LF] = ACTIONS(4023), + [ts_builtin_sym_end] = ACTIONS(4055), + [sym_identifier] = ACTIONS(4057), + [anon_sym_LF] = ACTIONS(4057), + [anon_sym_CR] = ACTIONS(4057), + [anon_sym_CR_LF] = ACTIONS(4057), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4023), - [anon_sym_LBRACE] = ACTIONS(4023), - [anon_sym_const] = ACTIONS(4023), - [anon_sym_LPAREN] = ACTIONS(4023), - [anon_sym___global] = ACTIONS(4023), - [anon_sym_type] = ACTIONS(4023), - [anon_sym_fn] = ACTIONS(4023), - [anon_sym_PLUS] = ACTIONS(4023), - [anon_sym_DASH] = ACTIONS(4023), - [anon_sym_STAR] = ACTIONS(4023), - [anon_sym_struct] = ACTIONS(4023), - [anon_sym_union] = ACTIONS(4023), - [anon_sym_pub] = ACTIONS(4023), - [anon_sym_mut] = ACTIONS(4023), - [anon_sym_enum] = ACTIONS(4023), - [anon_sym_interface] = ACTIONS(4023), - [anon_sym_QMARK] = ACTIONS(4023), - [anon_sym_BANG] = ACTIONS(4023), - [anon_sym_go] = ACTIONS(4023), - [anon_sym_spawn] = ACTIONS(4023), - [anon_sym_json_DOTdecode] = ACTIONS(4023), - [anon_sym_LBRACK2] = ACTIONS(4023), - [anon_sym_TILDE] = ACTIONS(4023), - [anon_sym_CARET] = ACTIONS(4023), - [anon_sym_AMP] = ACTIONS(4023), - [anon_sym_LT_DASH] = ACTIONS(4023), - [sym_none] = ACTIONS(4023), - [sym_true] = ACTIONS(4023), - [sym_false] = ACTIONS(4023), - [sym_nil] = ACTIONS(4023), - [anon_sym_if] = ACTIONS(4023), - [anon_sym_DOLLARif] = ACTIONS(4023), - [anon_sym_match] = ACTIONS(4023), - [anon_sym_select] = ACTIONS(4023), - [anon_sym_lock] = ACTIONS(4023), - [anon_sym_rlock] = ACTIONS(4023), - [anon_sym_unsafe] = ACTIONS(4023), - [anon_sym_sql] = ACTIONS(4023), - [sym_int_literal] = ACTIONS(4023), - [sym_float_literal] = ACTIONS(4023), - [sym_rune_literal] = ACTIONS(4023), - [anon_sym_AT] = ACTIONS(4023), - [anon_sym_shared] = ACTIONS(4023), - [anon_sym_map_LBRACK] = ACTIONS(4023), - [anon_sym_chan] = ACTIONS(4023), - [anon_sym_thread] = ACTIONS(4023), - [anon_sym_atomic] = ACTIONS(4023), - [anon_sym_assert] = ACTIONS(4023), - [anon_sym_defer] = ACTIONS(4023), - [anon_sym_goto] = ACTIONS(4023), - [anon_sym_break] = ACTIONS(4023), - [anon_sym_continue] = ACTIONS(4023), - [anon_sym_return] = ACTIONS(4023), - [anon_sym_DOLLARfor] = ACTIONS(4023), - [anon_sym_for] = ACTIONS(4023), - [anon_sym_POUND] = ACTIONS(4023), - [anon_sym_asm] = ACTIONS(4023), - [anon_sym_AT_LBRACK] = ACTIONS(4023), - [sym___double_quote] = ACTIONS(4023), - [sym___single_quote] = ACTIONS(4023), - [sym___c_double_quote] = ACTIONS(4023), - [sym___c_single_quote] = ACTIONS(4023), - [sym___r_double_quote] = ACTIONS(4023), - [sym___r_single_quote] = ACTIONS(4023), + [anon_sym_DOT] = ACTIONS(4057), + [anon_sym_LBRACE] = ACTIONS(4057), + [anon_sym_const] = ACTIONS(4057), + [anon_sym_LPAREN] = ACTIONS(4057), + [anon_sym___global] = ACTIONS(4057), + [anon_sym_type] = ACTIONS(4057), + [anon_sym_fn] = ACTIONS(4057), + [anon_sym_PLUS] = ACTIONS(4057), + [anon_sym_DASH] = ACTIONS(4057), + [anon_sym_STAR] = ACTIONS(4057), + [anon_sym_struct] = ACTIONS(4057), + [anon_sym_union] = ACTIONS(4057), + [anon_sym_pub] = ACTIONS(4057), + [anon_sym_mut] = ACTIONS(4057), + [anon_sym_enum] = ACTIONS(4057), + [anon_sym_interface] = ACTIONS(4057), + [anon_sym_QMARK] = ACTIONS(4057), + [anon_sym_BANG] = ACTIONS(4057), + [anon_sym_go] = ACTIONS(4057), + [anon_sym_spawn] = ACTIONS(4057), + [anon_sym_json_DOTdecode] = ACTIONS(4057), + [anon_sym_LBRACK2] = ACTIONS(4057), + [anon_sym_TILDE] = ACTIONS(4057), + [anon_sym_CARET] = ACTIONS(4057), + [anon_sym_AMP] = ACTIONS(4057), + [anon_sym_LT_DASH] = ACTIONS(4057), + [sym_none] = ACTIONS(4057), + [sym_true] = ACTIONS(4057), + [sym_false] = ACTIONS(4057), + [sym_nil] = ACTIONS(4057), + [anon_sym_if] = ACTIONS(4057), + [anon_sym_DOLLARif] = ACTIONS(4057), + [anon_sym_match] = ACTIONS(4057), + [anon_sym_select] = ACTIONS(4057), + [anon_sym_lock] = ACTIONS(4057), + [anon_sym_rlock] = ACTIONS(4057), + [anon_sym_unsafe] = ACTIONS(4057), + [anon_sym_sql] = ACTIONS(4057), + [sym_int_literal] = ACTIONS(4057), + [sym_float_literal] = ACTIONS(4057), + [sym_rune_literal] = ACTIONS(4057), + [anon_sym_AT] = ACTIONS(4057), + [anon_sym_shared] = ACTIONS(4057), + [anon_sym_map_LBRACK] = ACTIONS(4057), + [anon_sym_chan] = ACTIONS(4057), + [anon_sym_thread] = ACTIONS(4057), + [anon_sym_atomic] = ACTIONS(4057), + [anon_sym_assert] = ACTIONS(4057), + [anon_sym_defer] = ACTIONS(4057), + [anon_sym_goto] = ACTIONS(4057), + [anon_sym_break] = ACTIONS(4057), + [anon_sym_continue] = ACTIONS(4057), + [anon_sym_return] = ACTIONS(4057), + [anon_sym_DOLLARfor] = ACTIONS(4057), + [anon_sym_for] = ACTIONS(4057), + [anon_sym_POUND] = ACTIONS(4057), + [anon_sym_asm] = ACTIONS(4057), + [anon_sym_AT_LBRACK] = ACTIONS(4057), + [sym___double_quote] = ACTIONS(4057), + [sym___single_quote] = ACTIONS(4057), + [sym___c_double_quote] = ACTIONS(4057), + [sym___c_single_quote] = ACTIONS(4057), + [sym___r_double_quote] = ACTIONS(4057), + [sym___r_single_quote] = ACTIONS(4057), }, [1517] = { - [ts_builtin_sym_end] = ACTIONS(4025), - [sym_identifier] = ACTIONS(4027), - [anon_sym_LF] = ACTIONS(4027), - [anon_sym_CR] = ACTIONS(4027), - [anon_sym_CR_LF] = ACTIONS(4027), + [ts_builtin_sym_end] = ACTIONS(4059), + [sym_identifier] = ACTIONS(4061), + [anon_sym_LF] = ACTIONS(4061), + [anon_sym_CR] = ACTIONS(4061), + [anon_sym_CR_LF] = ACTIONS(4061), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4027), - [anon_sym_LBRACE] = ACTIONS(4027), - [anon_sym_const] = ACTIONS(4027), - [anon_sym_LPAREN] = ACTIONS(4027), - [anon_sym___global] = ACTIONS(4027), - [anon_sym_type] = ACTIONS(4027), - [anon_sym_fn] = ACTIONS(4027), - [anon_sym_PLUS] = ACTIONS(4027), - [anon_sym_DASH] = ACTIONS(4027), - [anon_sym_STAR] = ACTIONS(4027), - [anon_sym_struct] = ACTIONS(4027), - [anon_sym_union] = ACTIONS(4027), - [anon_sym_pub] = ACTIONS(4027), - [anon_sym_mut] = ACTIONS(4027), - [anon_sym_enum] = ACTIONS(4027), - [anon_sym_interface] = ACTIONS(4027), - [anon_sym_QMARK] = ACTIONS(4027), - [anon_sym_BANG] = ACTIONS(4027), - [anon_sym_go] = ACTIONS(4027), - [anon_sym_spawn] = ACTIONS(4027), - [anon_sym_json_DOTdecode] = ACTIONS(4027), - [anon_sym_LBRACK2] = ACTIONS(4027), - [anon_sym_TILDE] = ACTIONS(4027), - [anon_sym_CARET] = ACTIONS(4027), - [anon_sym_AMP] = ACTIONS(4027), - [anon_sym_LT_DASH] = ACTIONS(4027), - [sym_none] = ACTIONS(4027), - [sym_true] = ACTIONS(4027), - [sym_false] = ACTIONS(4027), - [sym_nil] = ACTIONS(4027), - [anon_sym_if] = ACTIONS(4027), - [anon_sym_DOLLARif] = ACTIONS(4027), - [anon_sym_match] = ACTIONS(4027), - [anon_sym_select] = ACTIONS(4027), - [anon_sym_lock] = ACTIONS(4027), - [anon_sym_rlock] = ACTIONS(4027), - [anon_sym_unsafe] = ACTIONS(4027), - [anon_sym_sql] = ACTIONS(4027), - [sym_int_literal] = ACTIONS(4027), - [sym_float_literal] = ACTIONS(4027), - [sym_rune_literal] = ACTIONS(4027), - [anon_sym_AT] = ACTIONS(4027), - [anon_sym_shared] = ACTIONS(4027), - [anon_sym_map_LBRACK] = ACTIONS(4027), - [anon_sym_chan] = ACTIONS(4027), - [anon_sym_thread] = ACTIONS(4027), - [anon_sym_atomic] = ACTIONS(4027), - [anon_sym_assert] = ACTIONS(4027), - [anon_sym_defer] = ACTIONS(4027), - [anon_sym_goto] = ACTIONS(4027), - [anon_sym_break] = ACTIONS(4027), - [anon_sym_continue] = ACTIONS(4027), - [anon_sym_return] = ACTIONS(4027), - [anon_sym_DOLLARfor] = ACTIONS(4027), - [anon_sym_for] = ACTIONS(4027), - [anon_sym_POUND] = ACTIONS(4027), - [anon_sym_asm] = ACTIONS(4027), - [anon_sym_AT_LBRACK] = ACTIONS(4027), - [sym___double_quote] = ACTIONS(4027), - [sym___single_quote] = ACTIONS(4027), - [sym___c_double_quote] = ACTIONS(4027), - [sym___c_single_quote] = ACTIONS(4027), - [sym___r_double_quote] = ACTIONS(4027), - [sym___r_single_quote] = ACTIONS(4027), + [anon_sym_DOT] = ACTIONS(4061), + [anon_sym_LBRACE] = ACTIONS(4061), + [anon_sym_const] = ACTIONS(4061), + [anon_sym_LPAREN] = ACTIONS(4061), + [anon_sym___global] = ACTIONS(4061), + [anon_sym_type] = ACTIONS(4061), + [anon_sym_fn] = ACTIONS(4061), + [anon_sym_PLUS] = ACTIONS(4061), + [anon_sym_DASH] = ACTIONS(4061), + [anon_sym_STAR] = ACTIONS(4061), + [anon_sym_struct] = ACTIONS(4061), + [anon_sym_union] = ACTIONS(4061), + [anon_sym_pub] = ACTIONS(4061), + [anon_sym_mut] = ACTIONS(4061), + [anon_sym_enum] = ACTIONS(4061), + [anon_sym_interface] = ACTIONS(4061), + [anon_sym_QMARK] = ACTIONS(4061), + [anon_sym_BANG] = ACTIONS(4061), + [anon_sym_go] = ACTIONS(4061), + [anon_sym_spawn] = ACTIONS(4061), + [anon_sym_json_DOTdecode] = ACTIONS(4061), + [anon_sym_LBRACK2] = ACTIONS(4061), + [anon_sym_TILDE] = ACTIONS(4061), + [anon_sym_CARET] = ACTIONS(4061), + [anon_sym_AMP] = ACTIONS(4061), + [anon_sym_LT_DASH] = ACTIONS(4061), + [sym_none] = ACTIONS(4061), + [sym_true] = ACTIONS(4061), + [sym_false] = ACTIONS(4061), + [sym_nil] = ACTIONS(4061), + [anon_sym_if] = ACTIONS(4061), + [anon_sym_DOLLARif] = ACTIONS(4061), + [anon_sym_match] = ACTIONS(4061), + [anon_sym_select] = ACTIONS(4061), + [anon_sym_lock] = ACTIONS(4061), + [anon_sym_rlock] = ACTIONS(4061), + [anon_sym_unsafe] = ACTIONS(4061), + [anon_sym_sql] = ACTIONS(4061), + [sym_int_literal] = ACTIONS(4061), + [sym_float_literal] = ACTIONS(4061), + [sym_rune_literal] = ACTIONS(4061), + [anon_sym_AT] = ACTIONS(4061), + [anon_sym_shared] = ACTIONS(4061), + [anon_sym_map_LBRACK] = ACTIONS(4061), + [anon_sym_chan] = ACTIONS(4061), + [anon_sym_thread] = ACTIONS(4061), + [anon_sym_atomic] = ACTIONS(4061), + [anon_sym_assert] = ACTIONS(4061), + [anon_sym_defer] = ACTIONS(4061), + [anon_sym_goto] = ACTIONS(4061), + [anon_sym_break] = ACTIONS(4061), + [anon_sym_continue] = ACTIONS(4061), + [anon_sym_return] = ACTIONS(4061), + [anon_sym_DOLLARfor] = ACTIONS(4061), + [anon_sym_for] = ACTIONS(4061), + [anon_sym_POUND] = ACTIONS(4061), + [anon_sym_asm] = ACTIONS(4061), + [anon_sym_AT_LBRACK] = ACTIONS(4061), + [sym___double_quote] = ACTIONS(4061), + [sym___single_quote] = ACTIONS(4061), + [sym___c_double_quote] = ACTIONS(4061), + [sym___c_single_quote] = ACTIONS(4061), + [sym___r_double_quote] = ACTIONS(4061), + [sym___r_single_quote] = ACTIONS(4061), }, [1518] = { - [ts_builtin_sym_end] = ACTIONS(4029), - [sym_identifier] = ACTIONS(4031), - [anon_sym_LF] = ACTIONS(4031), - [anon_sym_CR] = ACTIONS(4031), - [anon_sym_CR_LF] = ACTIONS(4031), + [ts_builtin_sym_end] = ACTIONS(4063), + [sym_identifier] = ACTIONS(4065), + [anon_sym_LF] = ACTIONS(4065), + [anon_sym_CR] = ACTIONS(4065), + [anon_sym_CR_LF] = ACTIONS(4065), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4031), - [anon_sym_LBRACE] = ACTIONS(4031), - [anon_sym_const] = ACTIONS(4031), - [anon_sym_LPAREN] = ACTIONS(4031), - [anon_sym___global] = ACTIONS(4031), - [anon_sym_type] = ACTIONS(4031), - [anon_sym_fn] = ACTIONS(4031), - [anon_sym_PLUS] = ACTIONS(4031), - [anon_sym_DASH] = ACTIONS(4031), - [anon_sym_STAR] = ACTIONS(4031), - [anon_sym_struct] = ACTIONS(4031), - [anon_sym_union] = ACTIONS(4031), - [anon_sym_pub] = ACTIONS(4031), - [anon_sym_mut] = ACTIONS(4031), - [anon_sym_enum] = ACTIONS(4031), - [anon_sym_interface] = ACTIONS(4031), - [anon_sym_QMARK] = ACTIONS(4031), - [anon_sym_BANG] = ACTIONS(4031), - [anon_sym_go] = ACTIONS(4031), - [anon_sym_spawn] = ACTIONS(4031), - [anon_sym_json_DOTdecode] = ACTIONS(4031), - [anon_sym_LBRACK2] = ACTIONS(4031), - [anon_sym_TILDE] = ACTIONS(4031), - [anon_sym_CARET] = ACTIONS(4031), - [anon_sym_AMP] = ACTIONS(4031), - [anon_sym_LT_DASH] = ACTIONS(4031), - [sym_none] = ACTIONS(4031), - [sym_true] = ACTIONS(4031), - [sym_false] = ACTIONS(4031), - [sym_nil] = ACTIONS(4031), - [anon_sym_if] = ACTIONS(4031), - [anon_sym_DOLLARif] = ACTIONS(4031), - [anon_sym_match] = ACTIONS(4031), - [anon_sym_select] = ACTIONS(4031), - [anon_sym_lock] = ACTIONS(4031), - [anon_sym_rlock] = ACTIONS(4031), - [anon_sym_unsafe] = ACTIONS(4031), - [anon_sym_sql] = ACTIONS(4031), - [sym_int_literal] = ACTIONS(4031), - [sym_float_literal] = ACTIONS(4031), - [sym_rune_literal] = ACTIONS(4031), - [anon_sym_AT] = ACTIONS(4031), - [anon_sym_shared] = ACTIONS(4031), - [anon_sym_map_LBRACK] = ACTIONS(4031), - [anon_sym_chan] = ACTIONS(4031), - [anon_sym_thread] = ACTIONS(4031), - [anon_sym_atomic] = ACTIONS(4031), - [anon_sym_assert] = ACTIONS(4031), - [anon_sym_defer] = ACTIONS(4031), - [anon_sym_goto] = ACTIONS(4031), - [anon_sym_break] = ACTIONS(4031), - [anon_sym_continue] = ACTIONS(4031), - [anon_sym_return] = ACTIONS(4031), - [anon_sym_DOLLARfor] = ACTIONS(4031), - [anon_sym_for] = ACTIONS(4031), - [anon_sym_POUND] = ACTIONS(4031), - [anon_sym_asm] = ACTIONS(4031), - [anon_sym_AT_LBRACK] = ACTIONS(4031), - [sym___double_quote] = ACTIONS(4031), - [sym___single_quote] = ACTIONS(4031), - [sym___c_double_quote] = ACTIONS(4031), - [sym___c_single_quote] = ACTIONS(4031), - [sym___r_double_quote] = ACTIONS(4031), - [sym___r_single_quote] = ACTIONS(4031), + [anon_sym_DOT] = ACTIONS(4065), + [anon_sym_LBRACE] = ACTIONS(4065), + [anon_sym_const] = ACTIONS(4065), + [anon_sym_LPAREN] = ACTIONS(4065), + [anon_sym___global] = ACTIONS(4065), + [anon_sym_type] = ACTIONS(4065), + [anon_sym_fn] = ACTIONS(4065), + [anon_sym_PLUS] = ACTIONS(4065), + [anon_sym_DASH] = ACTIONS(4065), + [anon_sym_STAR] = ACTIONS(4065), + [anon_sym_struct] = ACTIONS(4065), + [anon_sym_union] = ACTIONS(4065), + [anon_sym_pub] = ACTIONS(4065), + [anon_sym_mut] = ACTIONS(4065), + [anon_sym_enum] = ACTIONS(4065), + [anon_sym_interface] = ACTIONS(4065), + [anon_sym_QMARK] = ACTIONS(4065), + [anon_sym_BANG] = ACTIONS(4065), + [anon_sym_go] = ACTIONS(4065), + [anon_sym_spawn] = ACTIONS(4065), + [anon_sym_json_DOTdecode] = ACTIONS(4065), + [anon_sym_LBRACK2] = ACTIONS(4065), + [anon_sym_TILDE] = ACTIONS(4065), + [anon_sym_CARET] = ACTIONS(4065), + [anon_sym_AMP] = ACTIONS(4065), + [anon_sym_LT_DASH] = ACTIONS(4065), + [sym_none] = ACTIONS(4065), + [sym_true] = ACTIONS(4065), + [sym_false] = ACTIONS(4065), + [sym_nil] = ACTIONS(4065), + [anon_sym_if] = ACTIONS(4065), + [anon_sym_DOLLARif] = ACTIONS(4065), + [anon_sym_match] = ACTIONS(4065), + [anon_sym_select] = ACTIONS(4065), + [anon_sym_lock] = ACTIONS(4065), + [anon_sym_rlock] = ACTIONS(4065), + [anon_sym_unsafe] = ACTIONS(4065), + [anon_sym_sql] = ACTIONS(4065), + [sym_int_literal] = ACTIONS(4065), + [sym_float_literal] = ACTIONS(4065), + [sym_rune_literal] = ACTIONS(4065), + [anon_sym_AT] = ACTIONS(4065), + [anon_sym_shared] = ACTIONS(4065), + [anon_sym_map_LBRACK] = ACTIONS(4065), + [anon_sym_chan] = ACTIONS(4065), + [anon_sym_thread] = ACTIONS(4065), + [anon_sym_atomic] = ACTIONS(4065), + [anon_sym_assert] = ACTIONS(4065), + [anon_sym_defer] = ACTIONS(4065), + [anon_sym_goto] = ACTIONS(4065), + [anon_sym_break] = ACTIONS(4065), + [anon_sym_continue] = ACTIONS(4065), + [anon_sym_return] = ACTIONS(4065), + [anon_sym_DOLLARfor] = ACTIONS(4065), + [anon_sym_for] = ACTIONS(4065), + [anon_sym_POUND] = ACTIONS(4065), + [anon_sym_asm] = ACTIONS(4065), + [anon_sym_AT_LBRACK] = ACTIONS(4065), + [sym___double_quote] = ACTIONS(4065), + [sym___single_quote] = ACTIONS(4065), + [sym___c_double_quote] = ACTIONS(4065), + [sym___c_single_quote] = ACTIONS(4065), + [sym___r_double_quote] = ACTIONS(4065), + [sym___r_single_quote] = ACTIONS(4065), }, [1519] = { - [ts_builtin_sym_end] = ACTIONS(4033), - [sym_identifier] = ACTIONS(4035), - [anon_sym_LF] = ACTIONS(4035), - [anon_sym_CR] = ACTIONS(4035), - [anon_sym_CR_LF] = ACTIONS(4035), + [ts_builtin_sym_end] = ACTIONS(4067), + [sym_identifier] = ACTIONS(4069), + [anon_sym_LF] = ACTIONS(4069), + [anon_sym_CR] = ACTIONS(4069), + [anon_sym_CR_LF] = ACTIONS(4069), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4035), - [anon_sym_LBRACE] = ACTIONS(4035), - [anon_sym_const] = ACTIONS(4035), - [anon_sym_LPAREN] = ACTIONS(4035), - [anon_sym___global] = ACTIONS(4035), - [anon_sym_type] = ACTIONS(4035), - [anon_sym_fn] = ACTIONS(4035), - [anon_sym_PLUS] = ACTIONS(4035), - [anon_sym_DASH] = ACTIONS(4035), - [anon_sym_STAR] = ACTIONS(4035), - [anon_sym_struct] = ACTIONS(4035), - [anon_sym_union] = ACTIONS(4035), - [anon_sym_pub] = ACTIONS(4035), - [anon_sym_mut] = ACTIONS(4035), - [anon_sym_enum] = ACTIONS(4035), - [anon_sym_interface] = ACTIONS(4035), - [anon_sym_QMARK] = ACTIONS(4035), - [anon_sym_BANG] = ACTIONS(4035), - [anon_sym_go] = ACTIONS(4035), - [anon_sym_spawn] = ACTIONS(4035), - [anon_sym_json_DOTdecode] = ACTIONS(4035), - [anon_sym_LBRACK2] = ACTIONS(4035), - [anon_sym_TILDE] = ACTIONS(4035), - [anon_sym_CARET] = ACTIONS(4035), - [anon_sym_AMP] = ACTIONS(4035), - [anon_sym_LT_DASH] = ACTIONS(4035), - [sym_none] = ACTIONS(4035), - [sym_true] = ACTIONS(4035), - [sym_false] = ACTIONS(4035), - [sym_nil] = ACTIONS(4035), - [anon_sym_if] = ACTIONS(4035), - [anon_sym_DOLLARif] = ACTIONS(4035), - [anon_sym_match] = ACTIONS(4035), - [anon_sym_select] = ACTIONS(4035), - [anon_sym_lock] = ACTIONS(4035), - [anon_sym_rlock] = ACTIONS(4035), - [anon_sym_unsafe] = ACTIONS(4035), - [anon_sym_sql] = ACTIONS(4035), - [sym_int_literal] = ACTIONS(4035), - [sym_float_literal] = ACTIONS(4035), - [sym_rune_literal] = ACTIONS(4035), - [anon_sym_AT] = ACTIONS(4035), - [anon_sym_shared] = ACTIONS(4035), - [anon_sym_map_LBRACK] = ACTIONS(4035), - [anon_sym_chan] = ACTIONS(4035), - [anon_sym_thread] = ACTIONS(4035), - [anon_sym_atomic] = ACTIONS(4035), - [anon_sym_assert] = ACTIONS(4035), - [anon_sym_defer] = ACTIONS(4035), - [anon_sym_goto] = ACTIONS(4035), - [anon_sym_break] = ACTIONS(4035), - [anon_sym_continue] = ACTIONS(4035), - [anon_sym_return] = ACTIONS(4035), - [anon_sym_DOLLARfor] = ACTIONS(4035), - [anon_sym_for] = ACTIONS(4035), - [anon_sym_POUND] = ACTIONS(4035), - [anon_sym_asm] = ACTIONS(4035), - [anon_sym_AT_LBRACK] = ACTIONS(4035), - [sym___double_quote] = ACTIONS(4035), - [sym___single_quote] = ACTIONS(4035), - [sym___c_double_quote] = ACTIONS(4035), - [sym___c_single_quote] = ACTIONS(4035), - [sym___r_double_quote] = ACTIONS(4035), - [sym___r_single_quote] = ACTIONS(4035), + [anon_sym_DOT] = ACTIONS(4069), + [anon_sym_LBRACE] = ACTIONS(4069), + [anon_sym_const] = ACTIONS(4069), + [anon_sym_LPAREN] = ACTIONS(4069), + [anon_sym___global] = ACTIONS(4069), + [anon_sym_type] = ACTIONS(4069), + [anon_sym_fn] = ACTIONS(4069), + [anon_sym_PLUS] = ACTIONS(4069), + [anon_sym_DASH] = ACTIONS(4069), + [anon_sym_STAR] = ACTIONS(4069), + [anon_sym_struct] = ACTIONS(4069), + [anon_sym_union] = ACTIONS(4069), + [anon_sym_pub] = ACTIONS(4069), + [anon_sym_mut] = ACTIONS(4069), + [anon_sym_enum] = ACTIONS(4069), + [anon_sym_interface] = ACTIONS(4069), + [anon_sym_QMARK] = ACTIONS(4069), + [anon_sym_BANG] = ACTIONS(4069), + [anon_sym_go] = ACTIONS(4069), + [anon_sym_spawn] = ACTIONS(4069), + [anon_sym_json_DOTdecode] = ACTIONS(4069), + [anon_sym_LBRACK2] = ACTIONS(4069), + [anon_sym_TILDE] = ACTIONS(4069), + [anon_sym_CARET] = ACTIONS(4069), + [anon_sym_AMP] = ACTIONS(4069), + [anon_sym_LT_DASH] = ACTIONS(4069), + [sym_none] = ACTIONS(4069), + [sym_true] = ACTIONS(4069), + [sym_false] = ACTIONS(4069), + [sym_nil] = ACTIONS(4069), + [anon_sym_if] = ACTIONS(4069), + [anon_sym_DOLLARif] = ACTIONS(4069), + [anon_sym_match] = ACTIONS(4069), + [anon_sym_select] = ACTIONS(4069), + [anon_sym_lock] = ACTIONS(4069), + [anon_sym_rlock] = ACTIONS(4069), + [anon_sym_unsafe] = ACTIONS(4069), + [anon_sym_sql] = ACTIONS(4069), + [sym_int_literal] = ACTIONS(4069), + [sym_float_literal] = ACTIONS(4069), + [sym_rune_literal] = ACTIONS(4069), + [anon_sym_AT] = ACTIONS(4069), + [anon_sym_shared] = ACTIONS(4069), + [anon_sym_map_LBRACK] = ACTIONS(4069), + [anon_sym_chan] = ACTIONS(4069), + [anon_sym_thread] = ACTIONS(4069), + [anon_sym_atomic] = ACTIONS(4069), + [anon_sym_assert] = ACTIONS(4069), + [anon_sym_defer] = ACTIONS(4069), + [anon_sym_goto] = ACTIONS(4069), + [anon_sym_break] = ACTIONS(4069), + [anon_sym_continue] = ACTIONS(4069), + [anon_sym_return] = ACTIONS(4069), + [anon_sym_DOLLARfor] = ACTIONS(4069), + [anon_sym_for] = ACTIONS(4069), + [anon_sym_POUND] = ACTIONS(4069), + [anon_sym_asm] = ACTIONS(4069), + [anon_sym_AT_LBRACK] = ACTIONS(4069), + [sym___double_quote] = ACTIONS(4069), + [sym___single_quote] = ACTIONS(4069), + [sym___c_double_quote] = ACTIONS(4069), + [sym___c_single_quote] = ACTIONS(4069), + [sym___r_double_quote] = ACTIONS(4069), + [sym___r_single_quote] = ACTIONS(4069), }, [1520] = { - [ts_builtin_sym_end] = ACTIONS(4037), - [sym_identifier] = ACTIONS(4039), - [anon_sym_LF] = ACTIONS(4039), - [anon_sym_CR] = ACTIONS(4039), - [anon_sym_CR_LF] = ACTIONS(4039), + [ts_builtin_sym_end] = ACTIONS(4071), + [sym_identifier] = ACTIONS(4073), + [anon_sym_LF] = ACTIONS(4073), + [anon_sym_CR] = ACTIONS(4073), + [anon_sym_CR_LF] = ACTIONS(4073), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4039), - [anon_sym_LBRACE] = ACTIONS(4039), - [anon_sym_const] = ACTIONS(4039), - [anon_sym_LPAREN] = ACTIONS(4039), - [anon_sym___global] = ACTIONS(4039), - [anon_sym_type] = ACTIONS(4039), - [anon_sym_fn] = ACTIONS(4039), - [anon_sym_PLUS] = ACTIONS(4039), - [anon_sym_DASH] = ACTIONS(4039), - [anon_sym_STAR] = ACTIONS(4039), - [anon_sym_struct] = ACTIONS(4039), - [anon_sym_union] = ACTIONS(4039), - [anon_sym_pub] = ACTIONS(4039), - [anon_sym_mut] = ACTIONS(4039), - [anon_sym_enum] = ACTIONS(4039), - [anon_sym_interface] = ACTIONS(4039), - [anon_sym_QMARK] = ACTIONS(4039), - [anon_sym_BANG] = ACTIONS(4039), - [anon_sym_go] = ACTIONS(4039), - [anon_sym_spawn] = ACTIONS(4039), - [anon_sym_json_DOTdecode] = ACTIONS(4039), - [anon_sym_LBRACK2] = ACTIONS(4039), - [anon_sym_TILDE] = ACTIONS(4039), - [anon_sym_CARET] = ACTIONS(4039), - [anon_sym_AMP] = ACTIONS(4039), - [anon_sym_LT_DASH] = ACTIONS(4039), - [sym_none] = ACTIONS(4039), - [sym_true] = ACTIONS(4039), - [sym_false] = ACTIONS(4039), - [sym_nil] = ACTIONS(4039), - [anon_sym_if] = ACTIONS(4039), - [anon_sym_DOLLARif] = ACTIONS(4039), - [anon_sym_match] = ACTIONS(4039), - [anon_sym_select] = ACTIONS(4039), - [anon_sym_lock] = ACTIONS(4039), - [anon_sym_rlock] = ACTIONS(4039), - [anon_sym_unsafe] = ACTIONS(4039), - [anon_sym_sql] = ACTIONS(4039), - [sym_int_literal] = ACTIONS(4039), - [sym_float_literal] = ACTIONS(4039), - [sym_rune_literal] = ACTIONS(4039), - [anon_sym_AT] = ACTIONS(4039), - [anon_sym_shared] = ACTIONS(4039), - [anon_sym_map_LBRACK] = ACTIONS(4039), - [anon_sym_chan] = ACTIONS(4039), - [anon_sym_thread] = ACTIONS(4039), - [anon_sym_atomic] = ACTIONS(4039), - [anon_sym_assert] = ACTIONS(4039), - [anon_sym_defer] = ACTIONS(4039), - [anon_sym_goto] = ACTIONS(4039), - [anon_sym_break] = ACTIONS(4039), - [anon_sym_continue] = ACTIONS(4039), - [anon_sym_return] = ACTIONS(4039), - [anon_sym_DOLLARfor] = ACTIONS(4039), - [anon_sym_for] = ACTIONS(4039), - [anon_sym_POUND] = ACTIONS(4039), - [anon_sym_asm] = ACTIONS(4039), - [anon_sym_AT_LBRACK] = ACTIONS(4039), - [sym___double_quote] = ACTIONS(4039), - [sym___single_quote] = ACTIONS(4039), - [sym___c_double_quote] = ACTIONS(4039), - [sym___c_single_quote] = ACTIONS(4039), - [sym___r_double_quote] = ACTIONS(4039), - [sym___r_single_quote] = ACTIONS(4039), + [anon_sym_DOT] = ACTIONS(4073), + [anon_sym_LBRACE] = ACTIONS(4073), + [anon_sym_const] = ACTIONS(4073), + [anon_sym_LPAREN] = ACTIONS(4073), + [anon_sym___global] = ACTIONS(4073), + [anon_sym_type] = ACTIONS(4073), + [anon_sym_fn] = ACTIONS(4073), + [anon_sym_PLUS] = ACTIONS(4073), + [anon_sym_DASH] = ACTIONS(4073), + [anon_sym_STAR] = ACTIONS(4073), + [anon_sym_struct] = ACTIONS(4073), + [anon_sym_union] = ACTIONS(4073), + [anon_sym_pub] = ACTIONS(4073), + [anon_sym_mut] = ACTIONS(4073), + [anon_sym_enum] = ACTIONS(4073), + [anon_sym_interface] = ACTIONS(4073), + [anon_sym_QMARK] = ACTIONS(4073), + [anon_sym_BANG] = ACTIONS(4073), + [anon_sym_go] = ACTIONS(4073), + [anon_sym_spawn] = ACTIONS(4073), + [anon_sym_json_DOTdecode] = ACTIONS(4073), + [anon_sym_LBRACK2] = ACTIONS(4073), + [anon_sym_TILDE] = ACTIONS(4073), + [anon_sym_CARET] = ACTIONS(4073), + [anon_sym_AMP] = ACTIONS(4073), + [anon_sym_LT_DASH] = ACTIONS(4073), + [sym_none] = ACTIONS(4073), + [sym_true] = ACTIONS(4073), + [sym_false] = ACTIONS(4073), + [sym_nil] = ACTIONS(4073), + [anon_sym_if] = ACTIONS(4073), + [anon_sym_DOLLARif] = ACTIONS(4073), + [anon_sym_match] = ACTIONS(4073), + [anon_sym_select] = ACTIONS(4073), + [anon_sym_lock] = ACTIONS(4073), + [anon_sym_rlock] = ACTIONS(4073), + [anon_sym_unsafe] = ACTIONS(4073), + [anon_sym_sql] = ACTIONS(4073), + [sym_int_literal] = ACTIONS(4073), + [sym_float_literal] = ACTIONS(4073), + [sym_rune_literal] = ACTIONS(4073), + [anon_sym_AT] = ACTIONS(4073), + [anon_sym_shared] = ACTIONS(4073), + [anon_sym_map_LBRACK] = ACTIONS(4073), + [anon_sym_chan] = ACTIONS(4073), + [anon_sym_thread] = ACTIONS(4073), + [anon_sym_atomic] = ACTIONS(4073), + [anon_sym_assert] = ACTIONS(4073), + [anon_sym_defer] = ACTIONS(4073), + [anon_sym_goto] = ACTIONS(4073), + [anon_sym_break] = ACTIONS(4073), + [anon_sym_continue] = ACTIONS(4073), + [anon_sym_return] = ACTIONS(4073), + [anon_sym_DOLLARfor] = ACTIONS(4073), + [anon_sym_for] = ACTIONS(4073), + [anon_sym_POUND] = ACTIONS(4073), + [anon_sym_asm] = ACTIONS(4073), + [anon_sym_AT_LBRACK] = ACTIONS(4073), + [sym___double_quote] = ACTIONS(4073), + [sym___single_quote] = ACTIONS(4073), + [sym___c_double_quote] = ACTIONS(4073), + [sym___c_single_quote] = ACTIONS(4073), + [sym___r_double_quote] = ACTIONS(4073), + [sym___r_single_quote] = ACTIONS(4073), }, [1521] = { - [ts_builtin_sym_end] = ACTIONS(4041), - [sym_identifier] = ACTIONS(4043), - [anon_sym_LF] = ACTIONS(4043), - [anon_sym_CR] = ACTIONS(4043), - [anon_sym_CR_LF] = ACTIONS(4043), + [ts_builtin_sym_end] = ACTIONS(4075), + [sym_identifier] = ACTIONS(4077), + [anon_sym_LF] = ACTIONS(4077), + [anon_sym_CR] = ACTIONS(4077), + [anon_sym_CR_LF] = ACTIONS(4077), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4043), - [anon_sym_LBRACE] = ACTIONS(4043), - [anon_sym_const] = ACTIONS(4043), - [anon_sym_LPAREN] = ACTIONS(4043), - [anon_sym___global] = ACTIONS(4043), - [anon_sym_type] = ACTIONS(4043), - [anon_sym_fn] = ACTIONS(4043), - [anon_sym_PLUS] = ACTIONS(4043), - [anon_sym_DASH] = ACTIONS(4043), - [anon_sym_STAR] = ACTIONS(4043), - [anon_sym_struct] = ACTIONS(4043), - [anon_sym_union] = ACTIONS(4043), - [anon_sym_pub] = ACTIONS(4043), - [anon_sym_mut] = ACTIONS(4043), - [anon_sym_enum] = ACTIONS(4043), - [anon_sym_interface] = ACTIONS(4043), - [anon_sym_QMARK] = ACTIONS(4043), - [anon_sym_BANG] = ACTIONS(4043), - [anon_sym_go] = ACTIONS(4043), - [anon_sym_spawn] = ACTIONS(4043), - [anon_sym_json_DOTdecode] = ACTIONS(4043), - [anon_sym_LBRACK2] = ACTIONS(4043), - [anon_sym_TILDE] = ACTIONS(4043), - [anon_sym_CARET] = ACTIONS(4043), - [anon_sym_AMP] = ACTIONS(4043), - [anon_sym_LT_DASH] = ACTIONS(4043), - [sym_none] = ACTIONS(4043), - [sym_true] = ACTIONS(4043), - [sym_false] = ACTIONS(4043), - [sym_nil] = ACTIONS(4043), - [anon_sym_if] = ACTIONS(4043), - [anon_sym_DOLLARif] = ACTIONS(4043), - [anon_sym_match] = ACTIONS(4043), - [anon_sym_select] = ACTIONS(4043), - [anon_sym_lock] = ACTIONS(4043), - [anon_sym_rlock] = ACTIONS(4043), - [anon_sym_unsafe] = ACTIONS(4043), - [anon_sym_sql] = ACTIONS(4043), - [sym_int_literal] = ACTIONS(4043), - [sym_float_literal] = ACTIONS(4043), - [sym_rune_literal] = ACTIONS(4043), - [anon_sym_AT] = ACTIONS(4043), - [anon_sym_shared] = ACTIONS(4043), - [anon_sym_map_LBRACK] = ACTIONS(4043), - [anon_sym_chan] = ACTIONS(4043), - [anon_sym_thread] = ACTIONS(4043), - [anon_sym_atomic] = ACTIONS(4043), - [anon_sym_assert] = ACTIONS(4043), - [anon_sym_defer] = ACTIONS(4043), - [anon_sym_goto] = ACTIONS(4043), - [anon_sym_break] = ACTIONS(4043), - [anon_sym_continue] = ACTIONS(4043), - [anon_sym_return] = ACTIONS(4043), - [anon_sym_DOLLARfor] = ACTIONS(4043), - [anon_sym_for] = ACTIONS(4043), - [anon_sym_POUND] = ACTIONS(4043), - [anon_sym_asm] = ACTIONS(4043), - [anon_sym_AT_LBRACK] = ACTIONS(4043), - [sym___double_quote] = ACTIONS(4043), - [sym___single_quote] = ACTIONS(4043), - [sym___c_double_quote] = ACTIONS(4043), - [sym___c_single_quote] = ACTIONS(4043), - [sym___r_double_quote] = ACTIONS(4043), - [sym___r_single_quote] = ACTIONS(4043), + [anon_sym_DOT] = ACTIONS(4077), + [anon_sym_LBRACE] = ACTIONS(4077), + [anon_sym_const] = ACTIONS(4077), + [anon_sym_LPAREN] = ACTIONS(4077), + [anon_sym___global] = ACTIONS(4077), + [anon_sym_type] = ACTIONS(4077), + [anon_sym_fn] = ACTIONS(4077), + [anon_sym_PLUS] = ACTIONS(4077), + [anon_sym_DASH] = ACTIONS(4077), + [anon_sym_STAR] = ACTIONS(4077), + [anon_sym_struct] = ACTIONS(4077), + [anon_sym_union] = ACTIONS(4077), + [anon_sym_pub] = ACTIONS(4077), + [anon_sym_mut] = ACTIONS(4077), + [anon_sym_enum] = ACTIONS(4077), + [anon_sym_interface] = ACTIONS(4077), + [anon_sym_QMARK] = ACTIONS(4077), + [anon_sym_BANG] = ACTIONS(4077), + [anon_sym_go] = ACTIONS(4077), + [anon_sym_spawn] = ACTIONS(4077), + [anon_sym_json_DOTdecode] = ACTIONS(4077), + [anon_sym_LBRACK2] = ACTIONS(4077), + [anon_sym_TILDE] = ACTIONS(4077), + [anon_sym_CARET] = ACTIONS(4077), + [anon_sym_AMP] = ACTIONS(4077), + [anon_sym_LT_DASH] = ACTIONS(4077), + [sym_none] = ACTIONS(4077), + [sym_true] = ACTIONS(4077), + [sym_false] = ACTIONS(4077), + [sym_nil] = ACTIONS(4077), + [anon_sym_if] = ACTIONS(4077), + [anon_sym_DOLLARif] = ACTIONS(4077), + [anon_sym_match] = ACTIONS(4077), + [anon_sym_select] = ACTIONS(4077), + [anon_sym_lock] = ACTIONS(4077), + [anon_sym_rlock] = ACTIONS(4077), + [anon_sym_unsafe] = ACTIONS(4077), + [anon_sym_sql] = ACTIONS(4077), + [sym_int_literal] = ACTIONS(4077), + [sym_float_literal] = ACTIONS(4077), + [sym_rune_literal] = ACTIONS(4077), + [anon_sym_AT] = ACTIONS(4077), + [anon_sym_shared] = ACTIONS(4077), + [anon_sym_map_LBRACK] = ACTIONS(4077), + [anon_sym_chan] = ACTIONS(4077), + [anon_sym_thread] = ACTIONS(4077), + [anon_sym_atomic] = ACTIONS(4077), + [anon_sym_assert] = ACTIONS(4077), + [anon_sym_defer] = ACTIONS(4077), + [anon_sym_goto] = ACTIONS(4077), + [anon_sym_break] = ACTIONS(4077), + [anon_sym_continue] = ACTIONS(4077), + [anon_sym_return] = ACTIONS(4077), + [anon_sym_DOLLARfor] = ACTIONS(4077), + [anon_sym_for] = ACTIONS(4077), + [anon_sym_POUND] = ACTIONS(4077), + [anon_sym_asm] = ACTIONS(4077), + [anon_sym_AT_LBRACK] = ACTIONS(4077), + [sym___double_quote] = ACTIONS(4077), + [sym___single_quote] = ACTIONS(4077), + [sym___c_double_quote] = ACTIONS(4077), + [sym___c_single_quote] = ACTIONS(4077), + [sym___r_double_quote] = ACTIONS(4077), + [sym___r_single_quote] = ACTIONS(4077), }, [1522] = { - [ts_builtin_sym_end] = ACTIONS(4045), - [sym_identifier] = ACTIONS(4047), - [anon_sym_LF] = ACTIONS(4047), - [anon_sym_CR] = ACTIONS(4047), - [anon_sym_CR_LF] = ACTIONS(4047), + [ts_builtin_sym_end] = ACTIONS(4079), + [sym_identifier] = ACTIONS(4081), + [anon_sym_LF] = ACTIONS(4081), + [anon_sym_CR] = ACTIONS(4081), + [anon_sym_CR_LF] = ACTIONS(4081), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4047), - [anon_sym_LBRACE] = ACTIONS(4047), - [anon_sym_const] = ACTIONS(4047), - [anon_sym_LPAREN] = ACTIONS(4047), - [anon_sym___global] = ACTIONS(4047), - [anon_sym_type] = ACTIONS(4047), - [anon_sym_fn] = ACTIONS(4047), - [anon_sym_PLUS] = ACTIONS(4047), - [anon_sym_DASH] = ACTIONS(4047), - [anon_sym_STAR] = ACTIONS(4047), - [anon_sym_struct] = ACTIONS(4047), - [anon_sym_union] = ACTIONS(4047), - [anon_sym_pub] = ACTIONS(4047), - [anon_sym_mut] = ACTIONS(4047), - [anon_sym_enum] = ACTIONS(4047), - [anon_sym_interface] = ACTIONS(4047), - [anon_sym_QMARK] = ACTIONS(4047), - [anon_sym_BANG] = ACTIONS(4047), - [anon_sym_go] = ACTIONS(4047), - [anon_sym_spawn] = ACTIONS(4047), - [anon_sym_json_DOTdecode] = ACTIONS(4047), - [anon_sym_LBRACK2] = ACTIONS(4047), - [anon_sym_TILDE] = ACTIONS(4047), - [anon_sym_CARET] = ACTIONS(4047), - [anon_sym_AMP] = ACTIONS(4047), - [anon_sym_LT_DASH] = ACTIONS(4047), - [sym_none] = ACTIONS(4047), - [sym_true] = ACTIONS(4047), - [sym_false] = ACTIONS(4047), - [sym_nil] = ACTIONS(4047), - [anon_sym_if] = ACTIONS(4047), - [anon_sym_DOLLARif] = ACTIONS(4047), - [anon_sym_match] = ACTIONS(4047), - [anon_sym_select] = ACTIONS(4047), - [anon_sym_lock] = ACTIONS(4047), - [anon_sym_rlock] = ACTIONS(4047), - [anon_sym_unsafe] = ACTIONS(4047), - [anon_sym_sql] = ACTIONS(4047), - [sym_int_literal] = ACTIONS(4047), - [sym_float_literal] = ACTIONS(4047), - [sym_rune_literal] = ACTIONS(4047), - [anon_sym_AT] = ACTIONS(4047), - [anon_sym_shared] = ACTIONS(4047), - [anon_sym_map_LBRACK] = ACTIONS(4047), - [anon_sym_chan] = ACTIONS(4047), - [anon_sym_thread] = ACTIONS(4047), - [anon_sym_atomic] = ACTIONS(4047), - [anon_sym_assert] = ACTIONS(4047), - [anon_sym_defer] = ACTIONS(4047), - [anon_sym_goto] = ACTIONS(4047), - [anon_sym_break] = ACTIONS(4047), - [anon_sym_continue] = ACTIONS(4047), - [anon_sym_return] = ACTIONS(4047), - [anon_sym_DOLLARfor] = ACTIONS(4047), - [anon_sym_for] = ACTIONS(4047), - [anon_sym_POUND] = ACTIONS(4047), - [anon_sym_asm] = ACTIONS(4047), - [anon_sym_AT_LBRACK] = ACTIONS(4047), - [sym___double_quote] = ACTIONS(4047), - [sym___single_quote] = ACTIONS(4047), - [sym___c_double_quote] = ACTIONS(4047), - [sym___c_single_quote] = ACTIONS(4047), - [sym___r_double_quote] = ACTIONS(4047), - [sym___r_single_quote] = ACTIONS(4047), + [anon_sym_DOT] = ACTIONS(4081), + [anon_sym_LBRACE] = ACTIONS(4081), + [anon_sym_const] = ACTIONS(4081), + [anon_sym_LPAREN] = ACTIONS(4081), + [anon_sym___global] = ACTIONS(4081), + [anon_sym_type] = ACTIONS(4081), + [anon_sym_fn] = ACTIONS(4081), + [anon_sym_PLUS] = ACTIONS(4081), + [anon_sym_DASH] = ACTIONS(4081), + [anon_sym_STAR] = ACTIONS(4081), + [anon_sym_struct] = ACTIONS(4081), + [anon_sym_union] = ACTIONS(4081), + [anon_sym_pub] = ACTIONS(4081), + [anon_sym_mut] = ACTIONS(4081), + [anon_sym_enum] = ACTIONS(4081), + [anon_sym_interface] = ACTIONS(4081), + [anon_sym_QMARK] = ACTIONS(4081), + [anon_sym_BANG] = ACTIONS(4081), + [anon_sym_go] = ACTIONS(4081), + [anon_sym_spawn] = ACTIONS(4081), + [anon_sym_json_DOTdecode] = ACTIONS(4081), + [anon_sym_LBRACK2] = ACTIONS(4081), + [anon_sym_TILDE] = ACTIONS(4081), + [anon_sym_CARET] = ACTIONS(4081), + [anon_sym_AMP] = ACTIONS(4081), + [anon_sym_LT_DASH] = ACTIONS(4081), + [sym_none] = ACTIONS(4081), + [sym_true] = ACTIONS(4081), + [sym_false] = ACTIONS(4081), + [sym_nil] = ACTIONS(4081), + [anon_sym_if] = ACTIONS(4081), + [anon_sym_DOLLARif] = ACTIONS(4081), + [anon_sym_match] = ACTIONS(4081), + [anon_sym_select] = ACTIONS(4081), + [anon_sym_lock] = ACTIONS(4081), + [anon_sym_rlock] = ACTIONS(4081), + [anon_sym_unsafe] = ACTIONS(4081), + [anon_sym_sql] = ACTIONS(4081), + [sym_int_literal] = ACTIONS(4081), + [sym_float_literal] = ACTIONS(4081), + [sym_rune_literal] = ACTIONS(4081), + [anon_sym_AT] = ACTIONS(4081), + [anon_sym_shared] = ACTIONS(4081), + [anon_sym_map_LBRACK] = ACTIONS(4081), + [anon_sym_chan] = ACTIONS(4081), + [anon_sym_thread] = ACTIONS(4081), + [anon_sym_atomic] = ACTIONS(4081), + [anon_sym_assert] = ACTIONS(4081), + [anon_sym_defer] = ACTIONS(4081), + [anon_sym_goto] = ACTIONS(4081), + [anon_sym_break] = ACTIONS(4081), + [anon_sym_continue] = ACTIONS(4081), + [anon_sym_return] = ACTIONS(4081), + [anon_sym_DOLLARfor] = ACTIONS(4081), + [anon_sym_for] = ACTIONS(4081), + [anon_sym_POUND] = ACTIONS(4081), + [anon_sym_asm] = ACTIONS(4081), + [anon_sym_AT_LBRACK] = ACTIONS(4081), + [sym___double_quote] = ACTIONS(4081), + [sym___single_quote] = ACTIONS(4081), + [sym___c_double_quote] = ACTIONS(4081), + [sym___c_single_quote] = ACTIONS(4081), + [sym___r_double_quote] = ACTIONS(4081), + [sym___r_single_quote] = ACTIONS(4081), }, [1523] = { - [ts_builtin_sym_end] = ACTIONS(4049), - [sym_identifier] = ACTIONS(4051), - [anon_sym_LF] = ACTIONS(4051), - [anon_sym_CR] = ACTIONS(4051), - [anon_sym_CR_LF] = ACTIONS(4051), + [ts_builtin_sym_end] = ACTIONS(4083), + [sym_identifier] = ACTIONS(4085), + [anon_sym_LF] = ACTIONS(4085), + [anon_sym_CR] = ACTIONS(4085), + [anon_sym_CR_LF] = ACTIONS(4085), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4051), - [anon_sym_LBRACE] = ACTIONS(4051), - [anon_sym_const] = ACTIONS(4051), - [anon_sym_LPAREN] = ACTIONS(4051), - [anon_sym___global] = ACTIONS(4051), - [anon_sym_type] = ACTIONS(4051), - [anon_sym_fn] = ACTIONS(4051), - [anon_sym_PLUS] = ACTIONS(4051), - [anon_sym_DASH] = ACTIONS(4051), - [anon_sym_STAR] = ACTIONS(4051), - [anon_sym_struct] = ACTIONS(4051), - [anon_sym_union] = ACTIONS(4051), - [anon_sym_pub] = ACTIONS(4051), - [anon_sym_mut] = ACTIONS(4051), - [anon_sym_enum] = ACTIONS(4051), - [anon_sym_interface] = ACTIONS(4051), - [anon_sym_QMARK] = ACTIONS(4051), - [anon_sym_BANG] = ACTIONS(4051), - [anon_sym_go] = ACTIONS(4051), - [anon_sym_spawn] = ACTIONS(4051), - [anon_sym_json_DOTdecode] = ACTIONS(4051), - [anon_sym_LBRACK2] = ACTIONS(4051), - [anon_sym_TILDE] = ACTIONS(4051), - [anon_sym_CARET] = ACTIONS(4051), - [anon_sym_AMP] = ACTIONS(4051), - [anon_sym_LT_DASH] = ACTIONS(4051), - [sym_none] = ACTIONS(4051), - [sym_true] = ACTIONS(4051), - [sym_false] = ACTIONS(4051), - [sym_nil] = ACTIONS(4051), - [anon_sym_if] = ACTIONS(4051), - [anon_sym_DOLLARif] = ACTIONS(4051), - [anon_sym_match] = ACTIONS(4051), - [anon_sym_select] = ACTIONS(4051), - [anon_sym_lock] = ACTIONS(4051), - [anon_sym_rlock] = ACTIONS(4051), - [anon_sym_unsafe] = ACTIONS(4051), - [anon_sym_sql] = ACTIONS(4051), - [sym_int_literal] = ACTIONS(4051), - [sym_float_literal] = ACTIONS(4051), - [sym_rune_literal] = ACTIONS(4051), - [anon_sym_AT] = ACTIONS(4051), - [anon_sym_shared] = ACTIONS(4051), - [anon_sym_map_LBRACK] = ACTIONS(4051), - [anon_sym_chan] = ACTIONS(4051), - [anon_sym_thread] = ACTIONS(4051), - [anon_sym_atomic] = ACTIONS(4051), - [anon_sym_assert] = ACTIONS(4051), - [anon_sym_defer] = ACTIONS(4051), - [anon_sym_goto] = ACTIONS(4051), - [anon_sym_break] = ACTIONS(4051), - [anon_sym_continue] = ACTIONS(4051), - [anon_sym_return] = ACTIONS(4051), - [anon_sym_DOLLARfor] = ACTIONS(4051), - [anon_sym_for] = ACTIONS(4051), - [anon_sym_POUND] = ACTIONS(4051), - [anon_sym_asm] = ACTIONS(4051), - [anon_sym_AT_LBRACK] = ACTIONS(4051), - [sym___double_quote] = ACTIONS(4051), - [sym___single_quote] = ACTIONS(4051), - [sym___c_double_quote] = ACTIONS(4051), - [sym___c_single_quote] = ACTIONS(4051), - [sym___r_double_quote] = ACTIONS(4051), - [sym___r_single_quote] = ACTIONS(4051), + [anon_sym_DOT] = ACTIONS(4085), + [anon_sym_LBRACE] = ACTIONS(4085), + [anon_sym_const] = ACTIONS(4085), + [anon_sym_LPAREN] = ACTIONS(4085), + [anon_sym___global] = ACTIONS(4085), + [anon_sym_type] = ACTIONS(4085), + [anon_sym_fn] = ACTIONS(4085), + [anon_sym_PLUS] = ACTIONS(4085), + [anon_sym_DASH] = ACTIONS(4085), + [anon_sym_STAR] = ACTIONS(4085), + [anon_sym_struct] = ACTIONS(4085), + [anon_sym_union] = ACTIONS(4085), + [anon_sym_pub] = ACTIONS(4085), + [anon_sym_mut] = ACTIONS(4085), + [anon_sym_enum] = ACTIONS(4085), + [anon_sym_interface] = ACTIONS(4085), + [anon_sym_QMARK] = ACTIONS(4085), + [anon_sym_BANG] = ACTIONS(4085), + [anon_sym_go] = ACTIONS(4085), + [anon_sym_spawn] = ACTIONS(4085), + [anon_sym_json_DOTdecode] = ACTIONS(4085), + [anon_sym_LBRACK2] = ACTIONS(4085), + [anon_sym_TILDE] = ACTIONS(4085), + [anon_sym_CARET] = ACTIONS(4085), + [anon_sym_AMP] = ACTIONS(4085), + [anon_sym_LT_DASH] = ACTIONS(4085), + [sym_none] = ACTIONS(4085), + [sym_true] = ACTIONS(4085), + [sym_false] = ACTIONS(4085), + [sym_nil] = ACTIONS(4085), + [anon_sym_if] = ACTIONS(4085), + [anon_sym_DOLLARif] = ACTIONS(4085), + [anon_sym_match] = ACTIONS(4085), + [anon_sym_select] = ACTIONS(4085), + [anon_sym_lock] = ACTIONS(4085), + [anon_sym_rlock] = ACTIONS(4085), + [anon_sym_unsafe] = ACTIONS(4085), + [anon_sym_sql] = ACTIONS(4085), + [sym_int_literal] = ACTIONS(4085), + [sym_float_literal] = ACTIONS(4085), + [sym_rune_literal] = ACTIONS(4085), + [anon_sym_AT] = ACTIONS(4085), + [anon_sym_shared] = ACTIONS(4085), + [anon_sym_map_LBRACK] = ACTIONS(4085), + [anon_sym_chan] = ACTIONS(4085), + [anon_sym_thread] = ACTIONS(4085), + [anon_sym_atomic] = ACTIONS(4085), + [anon_sym_assert] = ACTIONS(4085), + [anon_sym_defer] = ACTIONS(4085), + [anon_sym_goto] = ACTIONS(4085), + [anon_sym_break] = ACTIONS(4085), + [anon_sym_continue] = ACTIONS(4085), + [anon_sym_return] = ACTIONS(4085), + [anon_sym_DOLLARfor] = ACTIONS(4085), + [anon_sym_for] = ACTIONS(4085), + [anon_sym_POUND] = ACTIONS(4085), + [anon_sym_asm] = ACTIONS(4085), + [anon_sym_AT_LBRACK] = ACTIONS(4085), + [sym___double_quote] = ACTIONS(4085), + [sym___single_quote] = ACTIONS(4085), + [sym___c_double_quote] = ACTIONS(4085), + [sym___c_single_quote] = ACTIONS(4085), + [sym___r_double_quote] = ACTIONS(4085), + [sym___r_single_quote] = ACTIONS(4085), }, [1524] = { - [ts_builtin_sym_end] = ACTIONS(4053), - [sym_identifier] = ACTIONS(4055), - [anon_sym_LF] = ACTIONS(4055), - [anon_sym_CR] = ACTIONS(4055), - [anon_sym_CR_LF] = ACTIONS(4055), + [ts_builtin_sym_end] = ACTIONS(4087), + [sym_identifier] = ACTIONS(4089), + [anon_sym_LF] = ACTIONS(4089), + [anon_sym_CR] = ACTIONS(4089), + [anon_sym_CR_LF] = ACTIONS(4089), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4055), - [anon_sym_LBRACE] = ACTIONS(4055), - [anon_sym_const] = ACTIONS(4055), - [anon_sym_LPAREN] = ACTIONS(4055), - [anon_sym___global] = ACTIONS(4055), - [anon_sym_type] = ACTIONS(4055), - [anon_sym_fn] = ACTIONS(4055), - [anon_sym_PLUS] = ACTIONS(4055), - [anon_sym_DASH] = ACTIONS(4055), - [anon_sym_STAR] = ACTIONS(4055), - [anon_sym_struct] = ACTIONS(4055), - [anon_sym_union] = ACTIONS(4055), - [anon_sym_pub] = ACTIONS(4055), - [anon_sym_mut] = ACTIONS(4055), - [anon_sym_enum] = ACTIONS(4055), - [anon_sym_interface] = ACTIONS(4055), - [anon_sym_QMARK] = ACTIONS(4055), - [anon_sym_BANG] = ACTIONS(4055), - [anon_sym_go] = ACTIONS(4055), - [anon_sym_spawn] = ACTIONS(4055), - [anon_sym_json_DOTdecode] = ACTIONS(4055), - [anon_sym_LBRACK2] = ACTIONS(4055), - [anon_sym_TILDE] = ACTIONS(4055), - [anon_sym_CARET] = ACTIONS(4055), - [anon_sym_AMP] = ACTIONS(4055), - [anon_sym_LT_DASH] = ACTIONS(4055), - [sym_none] = ACTIONS(4055), - [sym_true] = ACTIONS(4055), - [sym_false] = ACTIONS(4055), - [sym_nil] = ACTIONS(4055), - [anon_sym_if] = ACTIONS(4055), - [anon_sym_DOLLARif] = ACTIONS(4055), - [anon_sym_match] = ACTIONS(4055), - [anon_sym_select] = ACTIONS(4055), - [anon_sym_lock] = ACTIONS(4055), - [anon_sym_rlock] = ACTIONS(4055), - [anon_sym_unsafe] = ACTIONS(4055), - [anon_sym_sql] = ACTIONS(4055), - [sym_int_literal] = ACTIONS(4055), - [sym_float_literal] = ACTIONS(4055), - [sym_rune_literal] = ACTIONS(4055), - [anon_sym_AT] = ACTIONS(4055), - [anon_sym_shared] = ACTIONS(4055), - [anon_sym_map_LBRACK] = ACTIONS(4055), - [anon_sym_chan] = ACTIONS(4055), - [anon_sym_thread] = ACTIONS(4055), - [anon_sym_atomic] = ACTIONS(4055), - [anon_sym_assert] = ACTIONS(4055), - [anon_sym_defer] = ACTIONS(4055), - [anon_sym_goto] = ACTIONS(4055), - [anon_sym_break] = ACTIONS(4055), - [anon_sym_continue] = ACTIONS(4055), - [anon_sym_return] = ACTIONS(4055), - [anon_sym_DOLLARfor] = ACTIONS(4055), - [anon_sym_for] = ACTIONS(4055), - [anon_sym_POUND] = ACTIONS(4055), - [anon_sym_asm] = ACTIONS(4055), - [anon_sym_AT_LBRACK] = ACTIONS(4055), - [sym___double_quote] = ACTIONS(4055), - [sym___single_quote] = ACTIONS(4055), - [sym___c_double_quote] = ACTIONS(4055), - [sym___c_single_quote] = ACTIONS(4055), - [sym___r_double_quote] = ACTIONS(4055), - [sym___r_single_quote] = ACTIONS(4055), + [anon_sym_DOT] = ACTIONS(4089), + [anon_sym_LBRACE] = ACTIONS(4089), + [anon_sym_const] = ACTIONS(4089), + [anon_sym_LPAREN] = ACTIONS(4089), + [anon_sym___global] = ACTIONS(4089), + [anon_sym_type] = ACTIONS(4089), + [anon_sym_fn] = ACTIONS(4089), + [anon_sym_PLUS] = ACTIONS(4089), + [anon_sym_DASH] = ACTIONS(4089), + [anon_sym_STAR] = ACTIONS(4089), + [anon_sym_struct] = ACTIONS(4089), + [anon_sym_union] = ACTIONS(4089), + [anon_sym_pub] = ACTIONS(4089), + [anon_sym_mut] = ACTIONS(4089), + [anon_sym_enum] = ACTIONS(4089), + [anon_sym_interface] = ACTIONS(4089), + [anon_sym_QMARK] = ACTIONS(4089), + [anon_sym_BANG] = ACTIONS(4089), + [anon_sym_go] = ACTIONS(4089), + [anon_sym_spawn] = ACTIONS(4089), + [anon_sym_json_DOTdecode] = ACTIONS(4089), + [anon_sym_LBRACK2] = ACTIONS(4089), + [anon_sym_TILDE] = ACTIONS(4089), + [anon_sym_CARET] = ACTIONS(4089), + [anon_sym_AMP] = ACTIONS(4089), + [anon_sym_LT_DASH] = ACTIONS(4089), + [sym_none] = ACTIONS(4089), + [sym_true] = ACTIONS(4089), + [sym_false] = ACTIONS(4089), + [sym_nil] = ACTIONS(4089), + [anon_sym_if] = ACTIONS(4089), + [anon_sym_DOLLARif] = ACTIONS(4089), + [anon_sym_match] = ACTIONS(4089), + [anon_sym_select] = ACTIONS(4089), + [anon_sym_lock] = ACTIONS(4089), + [anon_sym_rlock] = ACTIONS(4089), + [anon_sym_unsafe] = ACTIONS(4089), + [anon_sym_sql] = ACTIONS(4089), + [sym_int_literal] = ACTIONS(4089), + [sym_float_literal] = ACTIONS(4089), + [sym_rune_literal] = ACTIONS(4089), + [anon_sym_AT] = ACTIONS(4089), + [anon_sym_shared] = ACTIONS(4089), + [anon_sym_map_LBRACK] = ACTIONS(4089), + [anon_sym_chan] = ACTIONS(4089), + [anon_sym_thread] = ACTIONS(4089), + [anon_sym_atomic] = ACTIONS(4089), + [anon_sym_assert] = ACTIONS(4089), + [anon_sym_defer] = ACTIONS(4089), + [anon_sym_goto] = ACTIONS(4089), + [anon_sym_break] = ACTIONS(4089), + [anon_sym_continue] = ACTIONS(4089), + [anon_sym_return] = ACTIONS(4089), + [anon_sym_DOLLARfor] = ACTIONS(4089), + [anon_sym_for] = ACTIONS(4089), + [anon_sym_POUND] = ACTIONS(4089), + [anon_sym_asm] = ACTIONS(4089), + [anon_sym_AT_LBRACK] = ACTIONS(4089), + [sym___double_quote] = ACTIONS(4089), + [sym___single_quote] = ACTIONS(4089), + [sym___c_double_quote] = ACTIONS(4089), + [sym___c_single_quote] = ACTIONS(4089), + [sym___r_double_quote] = ACTIONS(4089), + [sym___r_single_quote] = ACTIONS(4089), }, [1525] = { - [ts_builtin_sym_end] = ACTIONS(4057), - [sym_identifier] = ACTIONS(4059), - [anon_sym_LF] = ACTIONS(4059), - [anon_sym_CR] = ACTIONS(4059), - [anon_sym_CR_LF] = ACTIONS(4059), + [ts_builtin_sym_end] = ACTIONS(4091), + [sym_identifier] = ACTIONS(4093), + [anon_sym_LF] = ACTIONS(4093), + [anon_sym_CR] = ACTIONS(4093), + [anon_sym_CR_LF] = ACTIONS(4093), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4059), - [anon_sym_LBRACE] = ACTIONS(4059), - [anon_sym_const] = ACTIONS(4059), - [anon_sym_LPAREN] = ACTIONS(4059), - [anon_sym___global] = ACTIONS(4059), - [anon_sym_type] = ACTIONS(4059), - [anon_sym_fn] = ACTIONS(4059), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_STAR] = ACTIONS(4059), - [anon_sym_struct] = ACTIONS(4059), - [anon_sym_union] = ACTIONS(4059), - [anon_sym_pub] = ACTIONS(4059), - [anon_sym_mut] = ACTIONS(4059), - [anon_sym_enum] = ACTIONS(4059), - [anon_sym_interface] = ACTIONS(4059), - [anon_sym_QMARK] = ACTIONS(4059), - [anon_sym_BANG] = ACTIONS(4059), - [anon_sym_go] = ACTIONS(4059), - [anon_sym_spawn] = ACTIONS(4059), - [anon_sym_json_DOTdecode] = ACTIONS(4059), - [anon_sym_LBRACK2] = ACTIONS(4059), - [anon_sym_TILDE] = ACTIONS(4059), - [anon_sym_CARET] = ACTIONS(4059), - [anon_sym_AMP] = ACTIONS(4059), - [anon_sym_LT_DASH] = ACTIONS(4059), - [sym_none] = ACTIONS(4059), - [sym_true] = ACTIONS(4059), - [sym_false] = ACTIONS(4059), - [sym_nil] = ACTIONS(4059), - [anon_sym_if] = ACTIONS(4059), - [anon_sym_DOLLARif] = ACTIONS(4059), - [anon_sym_match] = ACTIONS(4059), - [anon_sym_select] = ACTIONS(4059), - [anon_sym_lock] = ACTIONS(4059), - [anon_sym_rlock] = ACTIONS(4059), - [anon_sym_unsafe] = ACTIONS(4059), - [anon_sym_sql] = ACTIONS(4059), - [sym_int_literal] = ACTIONS(4059), - [sym_float_literal] = ACTIONS(4059), - [sym_rune_literal] = ACTIONS(4059), - [anon_sym_AT] = ACTIONS(4059), - [anon_sym_shared] = ACTIONS(4059), - [anon_sym_map_LBRACK] = ACTIONS(4059), - [anon_sym_chan] = ACTIONS(4059), - [anon_sym_thread] = ACTIONS(4059), - [anon_sym_atomic] = ACTIONS(4059), - [anon_sym_assert] = ACTIONS(4059), - [anon_sym_defer] = ACTIONS(4059), - [anon_sym_goto] = ACTIONS(4059), - [anon_sym_break] = ACTIONS(4059), - [anon_sym_continue] = ACTIONS(4059), - [anon_sym_return] = ACTIONS(4059), - [anon_sym_DOLLARfor] = ACTIONS(4059), - [anon_sym_for] = ACTIONS(4059), - [anon_sym_POUND] = ACTIONS(4059), - [anon_sym_asm] = ACTIONS(4059), - [anon_sym_AT_LBRACK] = ACTIONS(4059), - [sym___double_quote] = ACTIONS(4059), - [sym___single_quote] = ACTIONS(4059), - [sym___c_double_quote] = ACTIONS(4059), - [sym___c_single_quote] = ACTIONS(4059), - [sym___r_double_quote] = ACTIONS(4059), - [sym___r_single_quote] = ACTIONS(4059), + [anon_sym_DOT] = ACTIONS(4093), + [anon_sym_LBRACE] = ACTIONS(4093), + [anon_sym_const] = ACTIONS(4093), + [anon_sym_LPAREN] = ACTIONS(4093), + [anon_sym___global] = ACTIONS(4093), + [anon_sym_type] = ACTIONS(4093), + [anon_sym_fn] = ACTIONS(4093), + [anon_sym_PLUS] = ACTIONS(4093), + [anon_sym_DASH] = ACTIONS(4093), + [anon_sym_STAR] = ACTIONS(4093), + [anon_sym_struct] = ACTIONS(4093), + [anon_sym_union] = ACTIONS(4093), + [anon_sym_pub] = ACTIONS(4093), + [anon_sym_mut] = ACTIONS(4093), + [anon_sym_enum] = ACTIONS(4093), + [anon_sym_interface] = ACTIONS(4093), + [anon_sym_QMARK] = ACTIONS(4093), + [anon_sym_BANG] = ACTIONS(4093), + [anon_sym_go] = ACTIONS(4093), + [anon_sym_spawn] = ACTIONS(4093), + [anon_sym_json_DOTdecode] = ACTIONS(4093), + [anon_sym_LBRACK2] = ACTIONS(4093), + [anon_sym_TILDE] = ACTIONS(4093), + [anon_sym_CARET] = ACTIONS(4093), + [anon_sym_AMP] = ACTIONS(4093), + [anon_sym_LT_DASH] = ACTIONS(4093), + [sym_none] = ACTIONS(4093), + [sym_true] = ACTIONS(4093), + [sym_false] = ACTIONS(4093), + [sym_nil] = ACTIONS(4093), + [anon_sym_if] = ACTIONS(4093), + [anon_sym_DOLLARif] = ACTIONS(4093), + [anon_sym_match] = ACTIONS(4093), + [anon_sym_select] = ACTIONS(4093), + [anon_sym_lock] = ACTIONS(4093), + [anon_sym_rlock] = ACTIONS(4093), + [anon_sym_unsafe] = ACTIONS(4093), + [anon_sym_sql] = ACTIONS(4093), + [sym_int_literal] = ACTIONS(4093), + [sym_float_literal] = ACTIONS(4093), + [sym_rune_literal] = ACTIONS(4093), + [anon_sym_AT] = ACTIONS(4093), + [anon_sym_shared] = ACTIONS(4093), + [anon_sym_map_LBRACK] = ACTIONS(4093), + [anon_sym_chan] = ACTIONS(4093), + [anon_sym_thread] = ACTIONS(4093), + [anon_sym_atomic] = ACTIONS(4093), + [anon_sym_assert] = ACTIONS(4093), + [anon_sym_defer] = ACTIONS(4093), + [anon_sym_goto] = ACTIONS(4093), + [anon_sym_break] = ACTIONS(4093), + [anon_sym_continue] = ACTIONS(4093), + [anon_sym_return] = ACTIONS(4093), + [anon_sym_DOLLARfor] = ACTIONS(4093), + [anon_sym_for] = ACTIONS(4093), + [anon_sym_POUND] = ACTIONS(4093), + [anon_sym_asm] = ACTIONS(4093), + [anon_sym_AT_LBRACK] = ACTIONS(4093), + [sym___double_quote] = ACTIONS(4093), + [sym___single_quote] = ACTIONS(4093), + [sym___c_double_quote] = ACTIONS(4093), + [sym___c_single_quote] = ACTIONS(4093), + [sym___r_double_quote] = ACTIONS(4093), + [sym___r_single_quote] = ACTIONS(4093), }, [1526] = { - [ts_builtin_sym_end] = ACTIONS(2698), - [sym_identifier] = ACTIONS(2700), - [anon_sym_LF] = ACTIONS(2700), - [anon_sym_CR] = ACTIONS(2700), - [anon_sym_CR_LF] = ACTIONS(2700), + [ts_builtin_sym_end] = ACTIONS(4095), + [sym_identifier] = ACTIONS(4097), + [anon_sym_LF] = ACTIONS(4097), + [anon_sym_CR] = ACTIONS(4097), + [anon_sym_CR_LF] = ACTIONS(4097), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2700), - [anon_sym_LBRACE] = ACTIONS(2700), - [anon_sym_const] = ACTIONS(2700), - [anon_sym_LPAREN] = ACTIONS(2700), - [anon_sym___global] = ACTIONS(2700), - [anon_sym_type] = ACTIONS(2700), - [anon_sym_fn] = ACTIONS(2700), - [anon_sym_PLUS] = ACTIONS(2700), - [anon_sym_DASH] = ACTIONS(2700), - [anon_sym_STAR] = ACTIONS(2700), - [anon_sym_struct] = ACTIONS(2700), - [anon_sym_union] = ACTIONS(2700), - [anon_sym_pub] = ACTIONS(2700), - [anon_sym_mut] = ACTIONS(2700), - [anon_sym_enum] = ACTIONS(2700), - [anon_sym_interface] = ACTIONS(2700), - [anon_sym_QMARK] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_go] = ACTIONS(2700), - [anon_sym_spawn] = ACTIONS(2700), - [anon_sym_json_DOTdecode] = ACTIONS(2700), - [anon_sym_LBRACK2] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2700), - [anon_sym_CARET] = ACTIONS(2700), - [anon_sym_AMP] = ACTIONS(2700), - [anon_sym_LT_DASH] = ACTIONS(2700), - [sym_none] = ACTIONS(2700), - [sym_true] = ACTIONS(2700), - [sym_false] = ACTIONS(2700), - [sym_nil] = ACTIONS(2700), - [anon_sym_if] = ACTIONS(2700), - [anon_sym_DOLLARif] = ACTIONS(2700), - [anon_sym_match] = ACTIONS(2700), - [anon_sym_select] = ACTIONS(2700), - [anon_sym_lock] = ACTIONS(2700), - [anon_sym_rlock] = ACTIONS(2700), - [anon_sym_unsafe] = ACTIONS(2700), - [anon_sym_sql] = ACTIONS(2700), - [sym_int_literal] = ACTIONS(2700), - [sym_float_literal] = ACTIONS(2700), - [sym_rune_literal] = ACTIONS(2700), - [anon_sym_AT] = ACTIONS(2700), - [anon_sym_shared] = ACTIONS(2700), - [anon_sym_map_LBRACK] = ACTIONS(2700), - [anon_sym_chan] = ACTIONS(2700), - [anon_sym_thread] = ACTIONS(2700), - [anon_sym_atomic] = ACTIONS(2700), - [anon_sym_assert] = ACTIONS(2700), - [anon_sym_defer] = ACTIONS(2700), - [anon_sym_goto] = ACTIONS(2700), - [anon_sym_break] = ACTIONS(2700), - [anon_sym_continue] = ACTIONS(2700), - [anon_sym_return] = ACTIONS(2700), - [anon_sym_DOLLARfor] = ACTIONS(2700), - [anon_sym_for] = ACTIONS(2700), - [anon_sym_POUND] = ACTIONS(2700), - [anon_sym_asm] = ACTIONS(2700), - [anon_sym_AT_LBRACK] = ACTIONS(2700), - [sym___double_quote] = ACTIONS(2700), - [sym___single_quote] = ACTIONS(2700), - [sym___c_double_quote] = ACTIONS(2700), - [sym___c_single_quote] = ACTIONS(2700), - [sym___r_double_quote] = ACTIONS(2700), - [sym___r_single_quote] = ACTIONS(2700), + [anon_sym_DOT] = ACTIONS(4097), + [anon_sym_LBRACE] = ACTIONS(4097), + [anon_sym_const] = ACTIONS(4097), + [anon_sym_LPAREN] = ACTIONS(4097), + [anon_sym___global] = ACTIONS(4097), + [anon_sym_type] = ACTIONS(4097), + [anon_sym_fn] = ACTIONS(4097), + [anon_sym_PLUS] = ACTIONS(4097), + [anon_sym_DASH] = ACTIONS(4097), + [anon_sym_STAR] = ACTIONS(4097), + [anon_sym_struct] = ACTIONS(4097), + [anon_sym_union] = ACTIONS(4097), + [anon_sym_pub] = ACTIONS(4097), + [anon_sym_mut] = ACTIONS(4097), + [anon_sym_enum] = ACTIONS(4097), + [anon_sym_interface] = ACTIONS(4097), + [anon_sym_QMARK] = ACTIONS(4097), + [anon_sym_BANG] = ACTIONS(4097), + [anon_sym_go] = ACTIONS(4097), + [anon_sym_spawn] = ACTIONS(4097), + [anon_sym_json_DOTdecode] = ACTIONS(4097), + [anon_sym_LBRACK2] = ACTIONS(4097), + [anon_sym_TILDE] = ACTIONS(4097), + [anon_sym_CARET] = ACTIONS(4097), + [anon_sym_AMP] = ACTIONS(4097), + [anon_sym_LT_DASH] = ACTIONS(4097), + [sym_none] = ACTIONS(4097), + [sym_true] = ACTIONS(4097), + [sym_false] = ACTIONS(4097), + [sym_nil] = ACTIONS(4097), + [anon_sym_if] = ACTIONS(4097), + [anon_sym_DOLLARif] = ACTIONS(4097), + [anon_sym_match] = ACTIONS(4097), + [anon_sym_select] = ACTIONS(4097), + [anon_sym_lock] = ACTIONS(4097), + [anon_sym_rlock] = ACTIONS(4097), + [anon_sym_unsafe] = ACTIONS(4097), + [anon_sym_sql] = ACTIONS(4097), + [sym_int_literal] = ACTIONS(4097), + [sym_float_literal] = ACTIONS(4097), + [sym_rune_literal] = ACTIONS(4097), + [anon_sym_AT] = ACTIONS(4097), + [anon_sym_shared] = ACTIONS(4097), + [anon_sym_map_LBRACK] = ACTIONS(4097), + [anon_sym_chan] = ACTIONS(4097), + [anon_sym_thread] = ACTIONS(4097), + [anon_sym_atomic] = ACTIONS(4097), + [anon_sym_assert] = ACTIONS(4097), + [anon_sym_defer] = ACTIONS(4097), + [anon_sym_goto] = ACTIONS(4097), + [anon_sym_break] = ACTIONS(4097), + [anon_sym_continue] = ACTIONS(4097), + [anon_sym_return] = ACTIONS(4097), + [anon_sym_DOLLARfor] = ACTIONS(4097), + [anon_sym_for] = ACTIONS(4097), + [anon_sym_POUND] = ACTIONS(4097), + [anon_sym_asm] = ACTIONS(4097), + [anon_sym_AT_LBRACK] = ACTIONS(4097), + [sym___double_quote] = ACTIONS(4097), + [sym___single_quote] = ACTIONS(4097), + [sym___c_double_quote] = ACTIONS(4097), + [sym___c_single_quote] = ACTIONS(4097), + [sym___r_double_quote] = ACTIONS(4097), + [sym___r_single_quote] = ACTIONS(4097), }, [1527] = { - [ts_builtin_sym_end] = ACTIONS(4061), - [sym_identifier] = ACTIONS(4063), - [anon_sym_LF] = ACTIONS(4063), - [anon_sym_CR] = ACTIONS(4063), - [anon_sym_CR_LF] = ACTIONS(4063), + [ts_builtin_sym_end] = ACTIONS(4099), + [sym_identifier] = ACTIONS(4101), + [anon_sym_LF] = ACTIONS(4101), + [anon_sym_CR] = ACTIONS(4101), + [anon_sym_CR_LF] = ACTIONS(4101), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4063), - [anon_sym_LBRACE] = ACTIONS(4063), - [anon_sym_const] = ACTIONS(4063), - [anon_sym_LPAREN] = ACTIONS(4063), - [anon_sym___global] = ACTIONS(4063), - [anon_sym_type] = ACTIONS(4063), - [anon_sym_fn] = ACTIONS(4063), - [anon_sym_PLUS] = ACTIONS(4063), - [anon_sym_DASH] = ACTIONS(4063), - [anon_sym_STAR] = ACTIONS(4063), - [anon_sym_struct] = ACTIONS(4063), - [anon_sym_union] = ACTIONS(4063), - [anon_sym_pub] = ACTIONS(4063), - [anon_sym_mut] = ACTIONS(4063), - [anon_sym_enum] = ACTIONS(4063), - [anon_sym_interface] = ACTIONS(4063), - [anon_sym_QMARK] = ACTIONS(4063), - [anon_sym_BANG] = ACTIONS(4063), - [anon_sym_go] = ACTIONS(4063), - [anon_sym_spawn] = ACTIONS(4063), - [anon_sym_json_DOTdecode] = ACTIONS(4063), - [anon_sym_LBRACK2] = ACTIONS(4063), - [anon_sym_TILDE] = ACTIONS(4063), - [anon_sym_CARET] = ACTIONS(4063), - [anon_sym_AMP] = ACTIONS(4063), - [anon_sym_LT_DASH] = ACTIONS(4063), - [sym_none] = ACTIONS(4063), - [sym_true] = ACTIONS(4063), - [sym_false] = ACTIONS(4063), - [sym_nil] = ACTIONS(4063), - [anon_sym_if] = ACTIONS(4063), - [anon_sym_DOLLARif] = ACTIONS(4063), - [anon_sym_match] = ACTIONS(4063), - [anon_sym_select] = ACTIONS(4063), - [anon_sym_lock] = ACTIONS(4063), - [anon_sym_rlock] = ACTIONS(4063), - [anon_sym_unsafe] = ACTIONS(4063), - [anon_sym_sql] = ACTIONS(4063), - [sym_int_literal] = ACTIONS(4063), - [sym_float_literal] = ACTIONS(4063), - [sym_rune_literal] = ACTIONS(4063), - [anon_sym_AT] = ACTIONS(4063), - [anon_sym_shared] = ACTIONS(4063), - [anon_sym_map_LBRACK] = ACTIONS(4063), - [anon_sym_chan] = ACTIONS(4063), - [anon_sym_thread] = ACTIONS(4063), - [anon_sym_atomic] = ACTIONS(4063), - [anon_sym_assert] = ACTIONS(4063), - [anon_sym_defer] = ACTIONS(4063), - [anon_sym_goto] = ACTIONS(4063), - [anon_sym_break] = ACTIONS(4063), - [anon_sym_continue] = ACTIONS(4063), - [anon_sym_return] = ACTIONS(4063), - [anon_sym_DOLLARfor] = ACTIONS(4063), - [anon_sym_for] = ACTIONS(4063), - [anon_sym_POUND] = ACTIONS(4063), - [anon_sym_asm] = ACTIONS(4063), - [anon_sym_AT_LBRACK] = ACTIONS(4063), - [sym___double_quote] = ACTIONS(4063), - [sym___single_quote] = ACTIONS(4063), - [sym___c_double_quote] = ACTIONS(4063), - [sym___c_single_quote] = ACTIONS(4063), - [sym___r_double_quote] = ACTIONS(4063), - [sym___r_single_quote] = ACTIONS(4063), + [anon_sym_DOT] = ACTIONS(4101), + [anon_sym_LBRACE] = ACTIONS(4101), + [anon_sym_const] = ACTIONS(4101), + [anon_sym_LPAREN] = ACTIONS(4101), + [anon_sym___global] = ACTIONS(4101), + [anon_sym_type] = ACTIONS(4101), + [anon_sym_fn] = ACTIONS(4101), + [anon_sym_PLUS] = ACTIONS(4101), + [anon_sym_DASH] = ACTIONS(4101), + [anon_sym_STAR] = ACTIONS(4101), + [anon_sym_struct] = ACTIONS(4101), + [anon_sym_union] = ACTIONS(4101), + [anon_sym_pub] = ACTIONS(4101), + [anon_sym_mut] = ACTIONS(4101), + [anon_sym_enum] = ACTIONS(4101), + [anon_sym_interface] = ACTIONS(4101), + [anon_sym_QMARK] = ACTIONS(4101), + [anon_sym_BANG] = ACTIONS(4101), + [anon_sym_go] = ACTIONS(4101), + [anon_sym_spawn] = ACTIONS(4101), + [anon_sym_json_DOTdecode] = ACTIONS(4101), + [anon_sym_LBRACK2] = ACTIONS(4101), + [anon_sym_TILDE] = ACTIONS(4101), + [anon_sym_CARET] = ACTIONS(4101), + [anon_sym_AMP] = ACTIONS(4101), + [anon_sym_LT_DASH] = ACTIONS(4101), + [sym_none] = ACTIONS(4101), + [sym_true] = ACTIONS(4101), + [sym_false] = ACTIONS(4101), + [sym_nil] = ACTIONS(4101), + [anon_sym_if] = ACTIONS(4101), + [anon_sym_DOLLARif] = ACTIONS(4101), + [anon_sym_match] = ACTIONS(4101), + [anon_sym_select] = ACTIONS(4101), + [anon_sym_lock] = ACTIONS(4101), + [anon_sym_rlock] = ACTIONS(4101), + [anon_sym_unsafe] = ACTIONS(4101), + [anon_sym_sql] = ACTIONS(4101), + [sym_int_literal] = ACTIONS(4101), + [sym_float_literal] = ACTIONS(4101), + [sym_rune_literal] = ACTIONS(4101), + [anon_sym_AT] = ACTIONS(4101), + [anon_sym_shared] = ACTIONS(4101), + [anon_sym_map_LBRACK] = ACTIONS(4101), + [anon_sym_chan] = ACTIONS(4101), + [anon_sym_thread] = ACTIONS(4101), + [anon_sym_atomic] = ACTIONS(4101), + [anon_sym_assert] = ACTIONS(4101), + [anon_sym_defer] = ACTIONS(4101), + [anon_sym_goto] = ACTIONS(4101), + [anon_sym_break] = ACTIONS(4101), + [anon_sym_continue] = ACTIONS(4101), + [anon_sym_return] = ACTIONS(4101), + [anon_sym_DOLLARfor] = ACTIONS(4101), + [anon_sym_for] = ACTIONS(4101), + [anon_sym_POUND] = ACTIONS(4101), + [anon_sym_asm] = ACTIONS(4101), + [anon_sym_AT_LBRACK] = ACTIONS(4101), + [sym___double_quote] = ACTIONS(4101), + [sym___single_quote] = ACTIONS(4101), + [sym___c_double_quote] = ACTIONS(4101), + [sym___c_single_quote] = ACTIONS(4101), + [sym___r_double_quote] = ACTIONS(4101), + [sym___r_single_quote] = ACTIONS(4101), }, [1528] = { - [ts_builtin_sym_end] = ACTIONS(4065), - [sym_identifier] = ACTIONS(4067), - [anon_sym_LF] = ACTIONS(4067), - [anon_sym_CR] = ACTIONS(4067), - [anon_sym_CR_LF] = ACTIONS(4067), + [ts_builtin_sym_end] = ACTIONS(4103), + [sym_identifier] = ACTIONS(4105), + [anon_sym_LF] = ACTIONS(4105), + [anon_sym_CR] = ACTIONS(4105), + [anon_sym_CR_LF] = ACTIONS(4105), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4067), - [anon_sym_LBRACE] = ACTIONS(4067), - [anon_sym_const] = ACTIONS(4067), - [anon_sym_LPAREN] = ACTIONS(4067), - [anon_sym___global] = ACTIONS(4067), - [anon_sym_type] = ACTIONS(4067), - [anon_sym_fn] = ACTIONS(4067), - [anon_sym_PLUS] = ACTIONS(4067), - [anon_sym_DASH] = ACTIONS(4067), - [anon_sym_STAR] = ACTIONS(4067), - [anon_sym_struct] = ACTIONS(4067), - [anon_sym_union] = ACTIONS(4067), - [anon_sym_pub] = ACTIONS(4067), - [anon_sym_mut] = ACTIONS(4067), - [anon_sym_enum] = ACTIONS(4067), - [anon_sym_interface] = ACTIONS(4067), - [anon_sym_QMARK] = ACTIONS(4067), - [anon_sym_BANG] = ACTIONS(4067), - [anon_sym_go] = ACTIONS(4067), - [anon_sym_spawn] = ACTIONS(4067), - [anon_sym_json_DOTdecode] = ACTIONS(4067), - [anon_sym_LBRACK2] = ACTIONS(4067), - [anon_sym_TILDE] = ACTIONS(4067), - [anon_sym_CARET] = ACTIONS(4067), - [anon_sym_AMP] = ACTIONS(4067), - [anon_sym_LT_DASH] = ACTIONS(4067), - [sym_none] = ACTIONS(4067), - [sym_true] = ACTIONS(4067), - [sym_false] = ACTIONS(4067), - [sym_nil] = ACTIONS(4067), - [anon_sym_if] = ACTIONS(4067), - [anon_sym_DOLLARif] = ACTIONS(4067), - [anon_sym_match] = ACTIONS(4067), - [anon_sym_select] = ACTIONS(4067), - [anon_sym_lock] = ACTIONS(4067), - [anon_sym_rlock] = ACTIONS(4067), - [anon_sym_unsafe] = ACTIONS(4067), - [anon_sym_sql] = ACTIONS(4067), - [sym_int_literal] = ACTIONS(4067), - [sym_float_literal] = ACTIONS(4067), - [sym_rune_literal] = ACTIONS(4067), - [anon_sym_AT] = ACTIONS(4067), - [anon_sym_shared] = ACTIONS(4067), - [anon_sym_map_LBRACK] = ACTIONS(4067), - [anon_sym_chan] = ACTIONS(4067), - [anon_sym_thread] = ACTIONS(4067), - [anon_sym_atomic] = ACTIONS(4067), - [anon_sym_assert] = ACTIONS(4067), - [anon_sym_defer] = ACTIONS(4067), - [anon_sym_goto] = ACTIONS(4067), - [anon_sym_break] = ACTIONS(4067), - [anon_sym_continue] = ACTIONS(4067), - [anon_sym_return] = ACTIONS(4067), - [anon_sym_DOLLARfor] = ACTIONS(4067), - [anon_sym_for] = ACTIONS(4067), - [anon_sym_POUND] = ACTIONS(4067), - [anon_sym_asm] = ACTIONS(4067), - [anon_sym_AT_LBRACK] = ACTIONS(4067), - [sym___double_quote] = ACTIONS(4067), - [sym___single_quote] = ACTIONS(4067), - [sym___c_double_quote] = ACTIONS(4067), - [sym___c_single_quote] = ACTIONS(4067), - [sym___r_double_quote] = ACTIONS(4067), - [sym___r_single_quote] = ACTIONS(4067), + [anon_sym_DOT] = ACTIONS(4105), + [anon_sym_LBRACE] = ACTIONS(4105), + [anon_sym_const] = ACTIONS(4105), + [anon_sym_LPAREN] = ACTIONS(4105), + [anon_sym___global] = ACTIONS(4105), + [anon_sym_type] = ACTIONS(4105), + [anon_sym_fn] = ACTIONS(4105), + [anon_sym_PLUS] = ACTIONS(4105), + [anon_sym_DASH] = ACTIONS(4105), + [anon_sym_STAR] = ACTIONS(4105), + [anon_sym_struct] = ACTIONS(4105), + [anon_sym_union] = ACTIONS(4105), + [anon_sym_pub] = ACTIONS(4105), + [anon_sym_mut] = ACTIONS(4105), + [anon_sym_enum] = ACTIONS(4105), + [anon_sym_interface] = ACTIONS(4105), + [anon_sym_QMARK] = ACTIONS(4105), + [anon_sym_BANG] = ACTIONS(4105), + [anon_sym_go] = ACTIONS(4105), + [anon_sym_spawn] = ACTIONS(4105), + [anon_sym_json_DOTdecode] = ACTIONS(4105), + [anon_sym_LBRACK2] = ACTIONS(4105), + [anon_sym_TILDE] = ACTIONS(4105), + [anon_sym_CARET] = ACTIONS(4105), + [anon_sym_AMP] = ACTIONS(4105), + [anon_sym_LT_DASH] = ACTIONS(4105), + [sym_none] = ACTIONS(4105), + [sym_true] = ACTIONS(4105), + [sym_false] = ACTIONS(4105), + [sym_nil] = ACTIONS(4105), + [anon_sym_if] = ACTIONS(4105), + [anon_sym_DOLLARif] = ACTIONS(4105), + [anon_sym_match] = ACTIONS(4105), + [anon_sym_select] = ACTIONS(4105), + [anon_sym_lock] = ACTIONS(4105), + [anon_sym_rlock] = ACTIONS(4105), + [anon_sym_unsafe] = ACTIONS(4105), + [anon_sym_sql] = ACTIONS(4105), + [sym_int_literal] = ACTIONS(4105), + [sym_float_literal] = ACTIONS(4105), + [sym_rune_literal] = ACTIONS(4105), + [anon_sym_AT] = ACTIONS(4105), + [anon_sym_shared] = ACTIONS(4105), + [anon_sym_map_LBRACK] = ACTIONS(4105), + [anon_sym_chan] = ACTIONS(4105), + [anon_sym_thread] = ACTIONS(4105), + [anon_sym_atomic] = ACTIONS(4105), + [anon_sym_assert] = ACTIONS(4105), + [anon_sym_defer] = ACTIONS(4105), + [anon_sym_goto] = ACTIONS(4105), + [anon_sym_break] = ACTIONS(4105), + [anon_sym_continue] = ACTIONS(4105), + [anon_sym_return] = ACTIONS(4105), + [anon_sym_DOLLARfor] = ACTIONS(4105), + [anon_sym_for] = ACTIONS(4105), + [anon_sym_POUND] = ACTIONS(4105), + [anon_sym_asm] = ACTIONS(4105), + [anon_sym_AT_LBRACK] = ACTIONS(4105), + [sym___double_quote] = ACTIONS(4105), + [sym___single_quote] = ACTIONS(4105), + [sym___c_double_quote] = ACTIONS(4105), + [sym___c_single_quote] = ACTIONS(4105), + [sym___r_double_quote] = ACTIONS(4105), + [sym___r_single_quote] = ACTIONS(4105), }, [1529] = { - [ts_builtin_sym_end] = ACTIONS(4069), - [sym_identifier] = ACTIONS(4071), - [anon_sym_LF] = ACTIONS(4071), - [anon_sym_CR] = ACTIONS(4071), - [anon_sym_CR_LF] = ACTIONS(4071), + [ts_builtin_sym_end] = ACTIONS(4107), + [sym_identifier] = ACTIONS(4109), + [anon_sym_LF] = ACTIONS(4109), + [anon_sym_CR] = ACTIONS(4109), + [anon_sym_CR_LF] = ACTIONS(4109), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4071), - [anon_sym_LBRACE] = ACTIONS(4071), - [anon_sym_const] = ACTIONS(4071), - [anon_sym_LPAREN] = ACTIONS(4071), - [anon_sym___global] = ACTIONS(4071), - [anon_sym_type] = ACTIONS(4071), - [anon_sym_fn] = ACTIONS(4071), - [anon_sym_PLUS] = ACTIONS(4071), - [anon_sym_DASH] = ACTIONS(4071), - [anon_sym_STAR] = ACTIONS(4071), - [anon_sym_struct] = ACTIONS(4071), - [anon_sym_union] = ACTIONS(4071), - [anon_sym_pub] = ACTIONS(4071), - [anon_sym_mut] = ACTIONS(4071), - [anon_sym_enum] = ACTIONS(4071), - [anon_sym_interface] = ACTIONS(4071), - [anon_sym_QMARK] = ACTIONS(4071), - [anon_sym_BANG] = ACTIONS(4071), - [anon_sym_go] = ACTIONS(4071), - [anon_sym_spawn] = ACTIONS(4071), - [anon_sym_json_DOTdecode] = ACTIONS(4071), - [anon_sym_LBRACK2] = ACTIONS(4071), - [anon_sym_TILDE] = ACTIONS(4071), - [anon_sym_CARET] = ACTIONS(4071), - [anon_sym_AMP] = ACTIONS(4071), - [anon_sym_LT_DASH] = ACTIONS(4071), - [sym_none] = ACTIONS(4071), - [sym_true] = ACTIONS(4071), - [sym_false] = ACTIONS(4071), - [sym_nil] = ACTIONS(4071), - [anon_sym_if] = ACTIONS(4071), - [anon_sym_DOLLARif] = ACTIONS(4071), - [anon_sym_match] = ACTIONS(4071), - [anon_sym_select] = ACTIONS(4071), - [anon_sym_lock] = ACTIONS(4071), - [anon_sym_rlock] = ACTIONS(4071), - [anon_sym_unsafe] = ACTIONS(4071), - [anon_sym_sql] = ACTIONS(4071), - [sym_int_literal] = ACTIONS(4071), - [sym_float_literal] = ACTIONS(4071), - [sym_rune_literal] = ACTIONS(4071), - [anon_sym_AT] = ACTIONS(4071), - [anon_sym_shared] = ACTIONS(4071), - [anon_sym_map_LBRACK] = ACTIONS(4071), - [anon_sym_chan] = ACTIONS(4071), - [anon_sym_thread] = ACTIONS(4071), - [anon_sym_atomic] = ACTIONS(4071), - [anon_sym_assert] = ACTIONS(4071), - [anon_sym_defer] = ACTIONS(4071), - [anon_sym_goto] = ACTIONS(4071), - [anon_sym_break] = ACTIONS(4071), - [anon_sym_continue] = ACTIONS(4071), - [anon_sym_return] = ACTIONS(4071), - [anon_sym_DOLLARfor] = ACTIONS(4071), - [anon_sym_for] = ACTIONS(4071), - [anon_sym_POUND] = ACTIONS(4071), - [anon_sym_asm] = ACTIONS(4071), - [anon_sym_AT_LBRACK] = ACTIONS(4071), - [sym___double_quote] = ACTIONS(4071), - [sym___single_quote] = ACTIONS(4071), - [sym___c_double_quote] = ACTIONS(4071), - [sym___c_single_quote] = ACTIONS(4071), - [sym___r_double_quote] = ACTIONS(4071), - [sym___r_single_quote] = ACTIONS(4071), + [anon_sym_DOT] = ACTIONS(4109), + [anon_sym_LBRACE] = ACTIONS(4109), + [anon_sym_const] = ACTIONS(4109), + [anon_sym_LPAREN] = ACTIONS(4109), + [anon_sym___global] = ACTIONS(4109), + [anon_sym_type] = ACTIONS(4109), + [anon_sym_fn] = ACTIONS(4109), + [anon_sym_PLUS] = ACTIONS(4109), + [anon_sym_DASH] = ACTIONS(4109), + [anon_sym_STAR] = ACTIONS(4109), + [anon_sym_struct] = ACTIONS(4109), + [anon_sym_union] = ACTIONS(4109), + [anon_sym_pub] = ACTIONS(4109), + [anon_sym_mut] = ACTIONS(4109), + [anon_sym_enum] = ACTIONS(4109), + [anon_sym_interface] = ACTIONS(4109), + [anon_sym_QMARK] = ACTIONS(4109), + [anon_sym_BANG] = ACTIONS(4109), + [anon_sym_go] = ACTIONS(4109), + [anon_sym_spawn] = ACTIONS(4109), + [anon_sym_json_DOTdecode] = ACTIONS(4109), + [anon_sym_LBRACK2] = ACTIONS(4109), + [anon_sym_TILDE] = ACTIONS(4109), + [anon_sym_CARET] = ACTIONS(4109), + [anon_sym_AMP] = ACTIONS(4109), + [anon_sym_LT_DASH] = ACTIONS(4109), + [sym_none] = ACTIONS(4109), + [sym_true] = ACTIONS(4109), + [sym_false] = ACTIONS(4109), + [sym_nil] = ACTIONS(4109), + [anon_sym_if] = ACTIONS(4109), + [anon_sym_DOLLARif] = ACTIONS(4109), + [anon_sym_match] = ACTIONS(4109), + [anon_sym_select] = ACTIONS(4109), + [anon_sym_lock] = ACTIONS(4109), + [anon_sym_rlock] = ACTIONS(4109), + [anon_sym_unsafe] = ACTIONS(4109), + [anon_sym_sql] = ACTIONS(4109), + [sym_int_literal] = ACTIONS(4109), + [sym_float_literal] = ACTIONS(4109), + [sym_rune_literal] = ACTIONS(4109), + [anon_sym_AT] = ACTIONS(4109), + [anon_sym_shared] = ACTIONS(4109), + [anon_sym_map_LBRACK] = ACTIONS(4109), + [anon_sym_chan] = ACTIONS(4109), + [anon_sym_thread] = ACTIONS(4109), + [anon_sym_atomic] = ACTIONS(4109), + [anon_sym_assert] = ACTIONS(4109), + [anon_sym_defer] = ACTIONS(4109), + [anon_sym_goto] = ACTIONS(4109), + [anon_sym_break] = ACTIONS(4109), + [anon_sym_continue] = ACTIONS(4109), + [anon_sym_return] = ACTIONS(4109), + [anon_sym_DOLLARfor] = ACTIONS(4109), + [anon_sym_for] = ACTIONS(4109), + [anon_sym_POUND] = ACTIONS(4109), + [anon_sym_asm] = ACTIONS(4109), + [anon_sym_AT_LBRACK] = ACTIONS(4109), + [sym___double_quote] = ACTIONS(4109), + [sym___single_quote] = ACTIONS(4109), + [sym___c_double_quote] = ACTIONS(4109), + [sym___c_single_quote] = ACTIONS(4109), + [sym___r_double_quote] = ACTIONS(4109), + [sym___r_single_quote] = ACTIONS(4109), }, [1530] = { - [ts_builtin_sym_end] = ACTIONS(4073), - [sym_identifier] = ACTIONS(4075), - [anon_sym_LF] = ACTIONS(4075), - [anon_sym_CR] = ACTIONS(4075), - [anon_sym_CR_LF] = ACTIONS(4075), + [ts_builtin_sym_end] = ACTIONS(4111), + [sym_identifier] = ACTIONS(4113), + [anon_sym_LF] = ACTIONS(4113), + [anon_sym_CR] = ACTIONS(4113), + [anon_sym_CR_LF] = ACTIONS(4113), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4075), - [anon_sym_LBRACE] = ACTIONS(4075), - [anon_sym_const] = ACTIONS(4075), - [anon_sym_LPAREN] = ACTIONS(4075), - [anon_sym___global] = ACTIONS(4075), - [anon_sym_type] = ACTIONS(4075), - [anon_sym_fn] = ACTIONS(4075), - [anon_sym_PLUS] = ACTIONS(4075), - [anon_sym_DASH] = ACTIONS(4075), - [anon_sym_STAR] = ACTIONS(4075), - [anon_sym_struct] = ACTIONS(4075), - [anon_sym_union] = ACTIONS(4075), - [anon_sym_pub] = ACTIONS(4075), - [anon_sym_mut] = ACTIONS(4075), - [anon_sym_enum] = ACTIONS(4075), - [anon_sym_interface] = ACTIONS(4075), - [anon_sym_QMARK] = ACTIONS(4075), - [anon_sym_BANG] = ACTIONS(4075), - [anon_sym_go] = ACTIONS(4075), - [anon_sym_spawn] = ACTIONS(4075), - [anon_sym_json_DOTdecode] = ACTIONS(4075), - [anon_sym_LBRACK2] = ACTIONS(4075), - [anon_sym_TILDE] = ACTIONS(4075), - [anon_sym_CARET] = ACTIONS(4075), - [anon_sym_AMP] = ACTIONS(4075), - [anon_sym_LT_DASH] = ACTIONS(4075), - [sym_none] = ACTIONS(4075), - [sym_true] = ACTIONS(4075), - [sym_false] = ACTIONS(4075), - [sym_nil] = ACTIONS(4075), - [anon_sym_if] = ACTIONS(4075), - [anon_sym_DOLLARif] = ACTIONS(4075), - [anon_sym_match] = ACTIONS(4075), - [anon_sym_select] = ACTIONS(4075), - [anon_sym_lock] = ACTIONS(4075), - [anon_sym_rlock] = ACTIONS(4075), - [anon_sym_unsafe] = ACTIONS(4075), - [anon_sym_sql] = ACTIONS(4075), - [sym_int_literal] = ACTIONS(4075), - [sym_float_literal] = ACTIONS(4075), - [sym_rune_literal] = ACTIONS(4075), - [anon_sym_AT] = ACTIONS(4075), - [anon_sym_shared] = ACTIONS(4075), - [anon_sym_map_LBRACK] = ACTIONS(4075), - [anon_sym_chan] = ACTIONS(4075), - [anon_sym_thread] = ACTIONS(4075), - [anon_sym_atomic] = ACTIONS(4075), - [anon_sym_assert] = ACTIONS(4075), - [anon_sym_defer] = ACTIONS(4075), - [anon_sym_goto] = ACTIONS(4075), - [anon_sym_break] = ACTIONS(4075), - [anon_sym_continue] = ACTIONS(4075), - [anon_sym_return] = ACTIONS(4075), - [anon_sym_DOLLARfor] = ACTIONS(4075), - [anon_sym_for] = ACTIONS(4075), - [anon_sym_POUND] = ACTIONS(4075), - [anon_sym_asm] = ACTIONS(4075), - [anon_sym_AT_LBRACK] = ACTIONS(4075), - [sym___double_quote] = ACTIONS(4075), - [sym___single_quote] = ACTIONS(4075), - [sym___c_double_quote] = ACTIONS(4075), - [sym___c_single_quote] = ACTIONS(4075), - [sym___r_double_quote] = ACTIONS(4075), - [sym___r_single_quote] = ACTIONS(4075), + [anon_sym_DOT] = ACTIONS(4113), + [anon_sym_LBRACE] = ACTIONS(4113), + [anon_sym_const] = ACTIONS(4113), + [anon_sym_LPAREN] = ACTIONS(4113), + [anon_sym___global] = ACTIONS(4113), + [anon_sym_type] = ACTIONS(4113), + [anon_sym_fn] = ACTIONS(4113), + [anon_sym_PLUS] = ACTIONS(4113), + [anon_sym_DASH] = ACTIONS(4113), + [anon_sym_STAR] = ACTIONS(4113), + [anon_sym_struct] = ACTIONS(4113), + [anon_sym_union] = ACTIONS(4113), + [anon_sym_pub] = ACTIONS(4113), + [anon_sym_mut] = ACTIONS(4113), + [anon_sym_enum] = ACTIONS(4113), + [anon_sym_interface] = ACTIONS(4113), + [anon_sym_QMARK] = ACTIONS(4113), + [anon_sym_BANG] = ACTIONS(4113), + [anon_sym_go] = ACTIONS(4113), + [anon_sym_spawn] = ACTIONS(4113), + [anon_sym_json_DOTdecode] = ACTIONS(4113), + [anon_sym_LBRACK2] = ACTIONS(4113), + [anon_sym_TILDE] = ACTIONS(4113), + [anon_sym_CARET] = ACTIONS(4113), + [anon_sym_AMP] = ACTIONS(4113), + [anon_sym_LT_DASH] = ACTIONS(4113), + [sym_none] = ACTIONS(4113), + [sym_true] = ACTIONS(4113), + [sym_false] = ACTIONS(4113), + [sym_nil] = ACTIONS(4113), + [anon_sym_if] = ACTIONS(4113), + [anon_sym_DOLLARif] = ACTIONS(4113), + [anon_sym_match] = ACTIONS(4113), + [anon_sym_select] = ACTIONS(4113), + [anon_sym_lock] = ACTIONS(4113), + [anon_sym_rlock] = ACTIONS(4113), + [anon_sym_unsafe] = ACTIONS(4113), + [anon_sym_sql] = ACTIONS(4113), + [sym_int_literal] = ACTIONS(4113), + [sym_float_literal] = ACTIONS(4113), + [sym_rune_literal] = ACTIONS(4113), + [anon_sym_AT] = ACTIONS(4113), + [anon_sym_shared] = ACTIONS(4113), + [anon_sym_map_LBRACK] = ACTIONS(4113), + [anon_sym_chan] = ACTIONS(4113), + [anon_sym_thread] = ACTIONS(4113), + [anon_sym_atomic] = ACTIONS(4113), + [anon_sym_assert] = ACTIONS(4113), + [anon_sym_defer] = ACTIONS(4113), + [anon_sym_goto] = ACTIONS(4113), + [anon_sym_break] = ACTIONS(4113), + [anon_sym_continue] = ACTIONS(4113), + [anon_sym_return] = ACTIONS(4113), + [anon_sym_DOLLARfor] = ACTIONS(4113), + [anon_sym_for] = ACTIONS(4113), + [anon_sym_POUND] = ACTIONS(4113), + [anon_sym_asm] = ACTIONS(4113), + [anon_sym_AT_LBRACK] = ACTIONS(4113), + [sym___double_quote] = ACTIONS(4113), + [sym___single_quote] = ACTIONS(4113), + [sym___c_double_quote] = ACTIONS(4113), + [sym___c_single_quote] = ACTIONS(4113), + [sym___r_double_quote] = ACTIONS(4113), + [sym___r_single_quote] = ACTIONS(4113), }, [1531] = { - [ts_builtin_sym_end] = ACTIONS(4077), - [sym_identifier] = ACTIONS(4079), - [anon_sym_LF] = ACTIONS(4079), - [anon_sym_CR] = ACTIONS(4079), - [anon_sym_CR_LF] = ACTIONS(4079), + [ts_builtin_sym_end] = ACTIONS(4115), + [sym_identifier] = ACTIONS(4117), + [anon_sym_LF] = ACTIONS(4117), + [anon_sym_CR] = ACTIONS(4117), + [anon_sym_CR_LF] = ACTIONS(4117), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4079), - [anon_sym_LBRACE] = ACTIONS(4079), - [anon_sym_const] = ACTIONS(4079), - [anon_sym_LPAREN] = ACTIONS(4079), - [anon_sym___global] = ACTIONS(4079), - [anon_sym_type] = ACTIONS(4079), - [anon_sym_fn] = ACTIONS(4079), - [anon_sym_PLUS] = ACTIONS(4079), - [anon_sym_DASH] = ACTIONS(4079), - [anon_sym_STAR] = ACTIONS(4079), - [anon_sym_struct] = ACTIONS(4079), - [anon_sym_union] = ACTIONS(4079), - [anon_sym_pub] = ACTIONS(4079), - [anon_sym_mut] = ACTIONS(4079), - [anon_sym_enum] = ACTIONS(4079), - [anon_sym_interface] = ACTIONS(4079), - [anon_sym_QMARK] = ACTIONS(4079), - [anon_sym_BANG] = ACTIONS(4079), - [anon_sym_go] = ACTIONS(4079), - [anon_sym_spawn] = ACTIONS(4079), - [anon_sym_json_DOTdecode] = ACTIONS(4079), - [anon_sym_LBRACK2] = ACTIONS(4079), - [anon_sym_TILDE] = ACTIONS(4079), - [anon_sym_CARET] = ACTIONS(4079), - [anon_sym_AMP] = ACTIONS(4079), - [anon_sym_LT_DASH] = ACTIONS(4079), - [sym_none] = ACTIONS(4079), - [sym_true] = ACTIONS(4079), - [sym_false] = ACTIONS(4079), - [sym_nil] = ACTIONS(4079), - [anon_sym_if] = ACTIONS(4079), - [anon_sym_DOLLARif] = ACTIONS(4079), - [anon_sym_match] = ACTIONS(4079), - [anon_sym_select] = ACTIONS(4079), - [anon_sym_lock] = ACTIONS(4079), - [anon_sym_rlock] = ACTIONS(4079), - [anon_sym_unsafe] = ACTIONS(4079), - [anon_sym_sql] = ACTIONS(4079), - [sym_int_literal] = ACTIONS(4079), - [sym_float_literal] = ACTIONS(4079), - [sym_rune_literal] = ACTIONS(4079), - [anon_sym_AT] = ACTIONS(4079), - [anon_sym_shared] = ACTIONS(4079), - [anon_sym_map_LBRACK] = ACTIONS(4079), - [anon_sym_chan] = ACTIONS(4079), - [anon_sym_thread] = ACTIONS(4079), - [anon_sym_atomic] = ACTIONS(4079), - [anon_sym_assert] = ACTIONS(4079), - [anon_sym_defer] = ACTIONS(4079), - [anon_sym_goto] = ACTIONS(4079), - [anon_sym_break] = ACTIONS(4079), - [anon_sym_continue] = ACTIONS(4079), - [anon_sym_return] = ACTIONS(4079), - [anon_sym_DOLLARfor] = ACTIONS(4079), - [anon_sym_for] = ACTIONS(4079), - [anon_sym_POUND] = ACTIONS(4079), - [anon_sym_asm] = ACTIONS(4079), - [anon_sym_AT_LBRACK] = ACTIONS(4079), - [sym___double_quote] = ACTIONS(4079), - [sym___single_quote] = ACTIONS(4079), - [sym___c_double_quote] = ACTIONS(4079), - [sym___c_single_quote] = ACTIONS(4079), - [sym___r_double_quote] = ACTIONS(4079), - [sym___r_single_quote] = ACTIONS(4079), + [anon_sym_DOT] = ACTIONS(4117), + [anon_sym_LBRACE] = ACTIONS(4117), + [anon_sym_const] = ACTIONS(4117), + [anon_sym_LPAREN] = ACTIONS(4117), + [anon_sym___global] = ACTIONS(4117), + [anon_sym_type] = ACTIONS(4117), + [anon_sym_fn] = ACTIONS(4117), + [anon_sym_PLUS] = ACTIONS(4117), + [anon_sym_DASH] = ACTIONS(4117), + [anon_sym_STAR] = ACTIONS(4117), + [anon_sym_struct] = ACTIONS(4117), + [anon_sym_union] = ACTIONS(4117), + [anon_sym_pub] = ACTIONS(4117), + [anon_sym_mut] = ACTIONS(4117), + [anon_sym_enum] = ACTIONS(4117), + [anon_sym_interface] = ACTIONS(4117), + [anon_sym_QMARK] = ACTIONS(4117), + [anon_sym_BANG] = ACTIONS(4117), + [anon_sym_go] = ACTIONS(4117), + [anon_sym_spawn] = ACTIONS(4117), + [anon_sym_json_DOTdecode] = ACTIONS(4117), + [anon_sym_LBRACK2] = ACTIONS(4117), + [anon_sym_TILDE] = ACTIONS(4117), + [anon_sym_CARET] = ACTIONS(4117), + [anon_sym_AMP] = ACTIONS(4117), + [anon_sym_LT_DASH] = ACTIONS(4117), + [sym_none] = ACTIONS(4117), + [sym_true] = ACTIONS(4117), + [sym_false] = ACTIONS(4117), + [sym_nil] = ACTIONS(4117), + [anon_sym_if] = ACTIONS(4117), + [anon_sym_DOLLARif] = ACTIONS(4117), + [anon_sym_match] = ACTIONS(4117), + [anon_sym_select] = ACTIONS(4117), + [anon_sym_lock] = ACTIONS(4117), + [anon_sym_rlock] = ACTIONS(4117), + [anon_sym_unsafe] = ACTIONS(4117), + [anon_sym_sql] = ACTIONS(4117), + [sym_int_literal] = ACTIONS(4117), + [sym_float_literal] = ACTIONS(4117), + [sym_rune_literal] = ACTIONS(4117), + [anon_sym_AT] = ACTIONS(4117), + [anon_sym_shared] = ACTIONS(4117), + [anon_sym_map_LBRACK] = ACTIONS(4117), + [anon_sym_chan] = ACTIONS(4117), + [anon_sym_thread] = ACTIONS(4117), + [anon_sym_atomic] = ACTIONS(4117), + [anon_sym_assert] = ACTIONS(4117), + [anon_sym_defer] = ACTIONS(4117), + [anon_sym_goto] = ACTIONS(4117), + [anon_sym_break] = ACTIONS(4117), + [anon_sym_continue] = ACTIONS(4117), + [anon_sym_return] = ACTIONS(4117), + [anon_sym_DOLLARfor] = ACTIONS(4117), + [anon_sym_for] = ACTIONS(4117), + [anon_sym_POUND] = ACTIONS(4117), + [anon_sym_asm] = ACTIONS(4117), + [anon_sym_AT_LBRACK] = ACTIONS(4117), + [sym___double_quote] = ACTIONS(4117), + [sym___single_quote] = ACTIONS(4117), + [sym___c_double_quote] = ACTIONS(4117), + [sym___c_single_quote] = ACTIONS(4117), + [sym___r_double_quote] = ACTIONS(4117), + [sym___r_single_quote] = ACTIONS(4117), }, [1532] = { - [ts_builtin_sym_end] = ACTIONS(4081), - [sym_identifier] = ACTIONS(4083), - [anon_sym_LF] = ACTIONS(4083), - [anon_sym_CR] = ACTIONS(4083), - [anon_sym_CR_LF] = ACTIONS(4083), + [ts_builtin_sym_end] = ACTIONS(4119), + [sym_identifier] = ACTIONS(4121), + [anon_sym_LF] = ACTIONS(4121), + [anon_sym_CR] = ACTIONS(4121), + [anon_sym_CR_LF] = ACTIONS(4121), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4083), - [anon_sym_LBRACE] = ACTIONS(4083), - [anon_sym_const] = ACTIONS(4083), - [anon_sym_LPAREN] = ACTIONS(4083), - [anon_sym___global] = ACTIONS(4083), - [anon_sym_type] = ACTIONS(4083), - [anon_sym_fn] = ACTIONS(4083), - [anon_sym_PLUS] = ACTIONS(4083), - [anon_sym_DASH] = ACTIONS(4083), - [anon_sym_STAR] = ACTIONS(4083), - [anon_sym_struct] = ACTIONS(4083), - [anon_sym_union] = ACTIONS(4083), - [anon_sym_pub] = ACTIONS(4083), - [anon_sym_mut] = ACTIONS(4083), - [anon_sym_enum] = ACTIONS(4083), - [anon_sym_interface] = ACTIONS(4083), - [anon_sym_QMARK] = ACTIONS(4083), - [anon_sym_BANG] = ACTIONS(4083), - [anon_sym_go] = ACTIONS(4083), - [anon_sym_spawn] = ACTIONS(4083), - [anon_sym_json_DOTdecode] = ACTIONS(4083), - [anon_sym_LBRACK2] = ACTIONS(4083), - [anon_sym_TILDE] = ACTIONS(4083), - [anon_sym_CARET] = ACTIONS(4083), - [anon_sym_AMP] = ACTIONS(4083), - [anon_sym_LT_DASH] = ACTIONS(4083), - [sym_none] = ACTIONS(4083), - [sym_true] = ACTIONS(4083), - [sym_false] = ACTIONS(4083), - [sym_nil] = ACTIONS(4083), - [anon_sym_if] = ACTIONS(4083), - [anon_sym_DOLLARif] = ACTIONS(4083), - [anon_sym_match] = ACTIONS(4083), - [anon_sym_select] = ACTIONS(4083), - [anon_sym_lock] = ACTIONS(4083), - [anon_sym_rlock] = ACTIONS(4083), - [anon_sym_unsafe] = ACTIONS(4083), - [anon_sym_sql] = ACTIONS(4083), - [sym_int_literal] = ACTIONS(4083), - [sym_float_literal] = ACTIONS(4083), - [sym_rune_literal] = ACTIONS(4083), - [anon_sym_AT] = ACTIONS(4083), - [anon_sym_shared] = ACTIONS(4083), - [anon_sym_map_LBRACK] = ACTIONS(4083), - [anon_sym_chan] = ACTIONS(4083), - [anon_sym_thread] = ACTIONS(4083), - [anon_sym_atomic] = ACTIONS(4083), - [anon_sym_assert] = ACTIONS(4083), - [anon_sym_defer] = ACTIONS(4083), - [anon_sym_goto] = ACTIONS(4083), - [anon_sym_break] = ACTIONS(4083), - [anon_sym_continue] = ACTIONS(4083), - [anon_sym_return] = ACTIONS(4083), - [anon_sym_DOLLARfor] = ACTIONS(4083), - [anon_sym_for] = ACTIONS(4083), - [anon_sym_POUND] = ACTIONS(4083), - [anon_sym_asm] = ACTIONS(4083), - [anon_sym_AT_LBRACK] = ACTIONS(4083), - [sym___double_quote] = ACTIONS(4083), - [sym___single_quote] = ACTIONS(4083), - [sym___c_double_quote] = ACTIONS(4083), - [sym___c_single_quote] = ACTIONS(4083), - [sym___r_double_quote] = ACTIONS(4083), - [sym___r_single_quote] = ACTIONS(4083), + [anon_sym_DOT] = ACTIONS(4121), + [anon_sym_LBRACE] = ACTIONS(4121), + [anon_sym_const] = ACTIONS(4121), + [anon_sym_LPAREN] = ACTIONS(4121), + [anon_sym___global] = ACTIONS(4121), + [anon_sym_type] = ACTIONS(4121), + [anon_sym_fn] = ACTIONS(4121), + [anon_sym_PLUS] = ACTIONS(4121), + [anon_sym_DASH] = ACTIONS(4121), + [anon_sym_STAR] = ACTIONS(4121), + [anon_sym_struct] = ACTIONS(4121), + [anon_sym_union] = ACTIONS(4121), + [anon_sym_pub] = ACTIONS(4121), + [anon_sym_mut] = ACTIONS(4121), + [anon_sym_enum] = ACTIONS(4121), + [anon_sym_interface] = ACTIONS(4121), + [anon_sym_QMARK] = ACTIONS(4121), + [anon_sym_BANG] = ACTIONS(4121), + [anon_sym_go] = ACTIONS(4121), + [anon_sym_spawn] = ACTIONS(4121), + [anon_sym_json_DOTdecode] = ACTIONS(4121), + [anon_sym_LBRACK2] = ACTIONS(4121), + [anon_sym_TILDE] = ACTIONS(4121), + [anon_sym_CARET] = ACTIONS(4121), + [anon_sym_AMP] = ACTIONS(4121), + [anon_sym_LT_DASH] = ACTIONS(4121), + [sym_none] = ACTIONS(4121), + [sym_true] = ACTIONS(4121), + [sym_false] = ACTIONS(4121), + [sym_nil] = ACTIONS(4121), + [anon_sym_if] = ACTIONS(4121), + [anon_sym_DOLLARif] = ACTIONS(4121), + [anon_sym_match] = ACTIONS(4121), + [anon_sym_select] = ACTIONS(4121), + [anon_sym_lock] = ACTIONS(4121), + [anon_sym_rlock] = ACTIONS(4121), + [anon_sym_unsafe] = ACTIONS(4121), + [anon_sym_sql] = ACTIONS(4121), + [sym_int_literal] = ACTIONS(4121), + [sym_float_literal] = ACTIONS(4121), + [sym_rune_literal] = ACTIONS(4121), + [anon_sym_AT] = ACTIONS(4121), + [anon_sym_shared] = ACTIONS(4121), + [anon_sym_map_LBRACK] = ACTIONS(4121), + [anon_sym_chan] = ACTIONS(4121), + [anon_sym_thread] = ACTIONS(4121), + [anon_sym_atomic] = ACTIONS(4121), + [anon_sym_assert] = ACTIONS(4121), + [anon_sym_defer] = ACTIONS(4121), + [anon_sym_goto] = ACTIONS(4121), + [anon_sym_break] = ACTIONS(4121), + [anon_sym_continue] = ACTIONS(4121), + [anon_sym_return] = ACTIONS(4121), + [anon_sym_DOLLARfor] = ACTIONS(4121), + [anon_sym_for] = ACTIONS(4121), + [anon_sym_POUND] = ACTIONS(4121), + [anon_sym_asm] = ACTIONS(4121), + [anon_sym_AT_LBRACK] = ACTIONS(4121), + [sym___double_quote] = ACTIONS(4121), + [sym___single_quote] = ACTIONS(4121), + [sym___c_double_quote] = ACTIONS(4121), + [sym___c_single_quote] = ACTIONS(4121), + [sym___r_double_quote] = ACTIONS(4121), + [sym___r_single_quote] = ACTIONS(4121), }, [1533] = { - [ts_builtin_sym_end] = ACTIONS(4085), - [sym_identifier] = ACTIONS(4087), - [anon_sym_LF] = ACTIONS(4087), - [anon_sym_CR] = ACTIONS(4087), - [anon_sym_CR_LF] = ACTIONS(4087), + [ts_builtin_sym_end] = ACTIONS(4123), + [sym_identifier] = ACTIONS(4125), + [anon_sym_LF] = ACTIONS(4125), + [anon_sym_CR] = ACTIONS(4125), + [anon_sym_CR_LF] = ACTIONS(4125), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4087), - [anon_sym_LBRACE] = ACTIONS(4087), - [anon_sym_const] = ACTIONS(4087), - [anon_sym_LPAREN] = ACTIONS(4087), - [anon_sym___global] = ACTIONS(4087), - [anon_sym_type] = ACTIONS(4087), - [anon_sym_fn] = ACTIONS(4087), - [anon_sym_PLUS] = ACTIONS(4087), - [anon_sym_DASH] = ACTIONS(4087), - [anon_sym_STAR] = ACTIONS(4087), - [anon_sym_struct] = ACTIONS(4087), - [anon_sym_union] = ACTIONS(4087), - [anon_sym_pub] = ACTIONS(4087), - [anon_sym_mut] = ACTIONS(4087), - [anon_sym_enum] = ACTIONS(4087), - [anon_sym_interface] = ACTIONS(4087), - [anon_sym_QMARK] = ACTIONS(4087), - [anon_sym_BANG] = ACTIONS(4087), - [anon_sym_go] = ACTIONS(4087), - [anon_sym_spawn] = ACTIONS(4087), - [anon_sym_json_DOTdecode] = ACTIONS(4087), - [anon_sym_LBRACK2] = ACTIONS(4087), - [anon_sym_TILDE] = ACTIONS(4087), - [anon_sym_CARET] = ACTIONS(4087), - [anon_sym_AMP] = ACTIONS(4087), - [anon_sym_LT_DASH] = ACTIONS(4087), - [sym_none] = ACTIONS(4087), - [sym_true] = ACTIONS(4087), - [sym_false] = ACTIONS(4087), - [sym_nil] = ACTIONS(4087), - [anon_sym_if] = ACTIONS(4087), - [anon_sym_DOLLARif] = ACTIONS(4087), - [anon_sym_match] = ACTIONS(4087), - [anon_sym_select] = ACTIONS(4087), - [anon_sym_lock] = ACTIONS(4087), - [anon_sym_rlock] = ACTIONS(4087), - [anon_sym_unsafe] = ACTIONS(4087), - [anon_sym_sql] = ACTIONS(4087), - [sym_int_literal] = ACTIONS(4087), - [sym_float_literal] = ACTIONS(4087), - [sym_rune_literal] = ACTIONS(4087), - [anon_sym_AT] = ACTIONS(4087), - [anon_sym_shared] = ACTIONS(4087), - [anon_sym_map_LBRACK] = ACTIONS(4087), - [anon_sym_chan] = ACTIONS(4087), - [anon_sym_thread] = ACTIONS(4087), - [anon_sym_atomic] = ACTIONS(4087), - [anon_sym_assert] = ACTIONS(4087), - [anon_sym_defer] = ACTIONS(4087), - [anon_sym_goto] = ACTIONS(4087), - [anon_sym_break] = ACTIONS(4087), - [anon_sym_continue] = ACTIONS(4087), - [anon_sym_return] = ACTIONS(4087), - [anon_sym_DOLLARfor] = ACTIONS(4087), - [anon_sym_for] = ACTIONS(4087), - [anon_sym_POUND] = ACTIONS(4087), - [anon_sym_asm] = ACTIONS(4087), - [anon_sym_AT_LBRACK] = ACTIONS(4087), - [sym___double_quote] = ACTIONS(4087), - [sym___single_quote] = ACTIONS(4087), - [sym___c_double_quote] = ACTIONS(4087), - [sym___c_single_quote] = ACTIONS(4087), - [sym___r_double_quote] = ACTIONS(4087), - [sym___r_single_quote] = ACTIONS(4087), + [anon_sym_DOT] = ACTIONS(4125), + [anon_sym_LBRACE] = ACTIONS(4125), + [anon_sym_const] = ACTIONS(4125), + [anon_sym_LPAREN] = ACTIONS(4125), + [anon_sym___global] = ACTIONS(4125), + [anon_sym_type] = ACTIONS(4125), + [anon_sym_fn] = ACTIONS(4125), + [anon_sym_PLUS] = ACTIONS(4125), + [anon_sym_DASH] = ACTIONS(4125), + [anon_sym_STAR] = ACTIONS(4125), + [anon_sym_struct] = ACTIONS(4125), + [anon_sym_union] = ACTIONS(4125), + [anon_sym_pub] = ACTIONS(4125), + [anon_sym_mut] = ACTIONS(4125), + [anon_sym_enum] = ACTIONS(4125), + [anon_sym_interface] = ACTIONS(4125), + [anon_sym_QMARK] = ACTIONS(4125), + [anon_sym_BANG] = ACTIONS(4125), + [anon_sym_go] = ACTIONS(4125), + [anon_sym_spawn] = ACTIONS(4125), + [anon_sym_json_DOTdecode] = ACTIONS(4125), + [anon_sym_LBRACK2] = ACTIONS(4125), + [anon_sym_TILDE] = ACTIONS(4125), + [anon_sym_CARET] = ACTIONS(4125), + [anon_sym_AMP] = ACTIONS(4125), + [anon_sym_LT_DASH] = ACTIONS(4125), + [sym_none] = ACTIONS(4125), + [sym_true] = ACTIONS(4125), + [sym_false] = ACTIONS(4125), + [sym_nil] = ACTIONS(4125), + [anon_sym_if] = ACTIONS(4125), + [anon_sym_DOLLARif] = ACTIONS(4125), + [anon_sym_match] = ACTIONS(4125), + [anon_sym_select] = ACTIONS(4125), + [anon_sym_lock] = ACTIONS(4125), + [anon_sym_rlock] = ACTIONS(4125), + [anon_sym_unsafe] = ACTIONS(4125), + [anon_sym_sql] = ACTIONS(4125), + [sym_int_literal] = ACTIONS(4125), + [sym_float_literal] = ACTIONS(4125), + [sym_rune_literal] = ACTIONS(4125), + [anon_sym_AT] = ACTIONS(4125), + [anon_sym_shared] = ACTIONS(4125), + [anon_sym_map_LBRACK] = ACTIONS(4125), + [anon_sym_chan] = ACTIONS(4125), + [anon_sym_thread] = ACTIONS(4125), + [anon_sym_atomic] = ACTIONS(4125), + [anon_sym_assert] = ACTIONS(4125), + [anon_sym_defer] = ACTIONS(4125), + [anon_sym_goto] = ACTIONS(4125), + [anon_sym_break] = ACTIONS(4125), + [anon_sym_continue] = ACTIONS(4125), + [anon_sym_return] = ACTIONS(4125), + [anon_sym_DOLLARfor] = ACTIONS(4125), + [anon_sym_for] = ACTIONS(4125), + [anon_sym_POUND] = ACTIONS(4125), + [anon_sym_asm] = ACTIONS(4125), + [anon_sym_AT_LBRACK] = ACTIONS(4125), + [sym___double_quote] = ACTIONS(4125), + [sym___single_quote] = ACTIONS(4125), + [sym___c_double_quote] = ACTIONS(4125), + [sym___c_single_quote] = ACTIONS(4125), + [sym___r_double_quote] = ACTIONS(4125), + [sym___r_single_quote] = ACTIONS(4125), }, [1534] = { - [ts_builtin_sym_end] = ACTIONS(4089), - [sym_identifier] = ACTIONS(4091), - [anon_sym_LF] = ACTIONS(4091), - [anon_sym_CR] = ACTIONS(4091), - [anon_sym_CR_LF] = ACTIONS(4091), + [ts_builtin_sym_end] = ACTIONS(4127), + [sym_identifier] = ACTIONS(4129), + [anon_sym_LF] = ACTIONS(4129), + [anon_sym_CR] = ACTIONS(4129), + [anon_sym_CR_LF] = ACTIONS(4129), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4091), - [anon_sym_LBRACE] = ACTIONS(4091), - [anon_sym_const] = ACTIONS(4091), - [anon_sym_LPAREN] = ACTIONS(4091), - [anon_sym___global] = ACTIONS(4091), - [anon_sym_type] = ACTIONS(4091), - [anon_sym_fn] = ACTIONS(4091), - [anon_sym_PLUS] = ACTIONS(4091), - [anon_sym_DASH] = ACTIONS(4091), - [anon_sym_STAR] = ACTIONS(4091), - [anon_sym_struct] = ACTIONS(4091), - [anon_sym_union] = ACTIONS(4091), - [anon_sym_pub] = ACTIONS(4091), - [anon_sym_mut] = ACTIONS(4091), - [anon_sym_enum] = ACTIONS(4091), - [anon_sym_interface] = ACTIONS(4091), - [anon_sym_QMARK] = ACTIONS(4091), - [anon_sym_BANG] = ACTIONS(4091), - [anon_sym_go] = ACTIONS(4091), - [anon_sym_spawn] = ACTIONS(4091), - [anon_sym_json_DOTdecode] = ACTIONS(4091), - [anon_sym_LBRACK2] = ACTIONS(4091), - [anon_sym_TILDE] = ACTIONS(4091), - [anon_sym_CARET] = ACTIONS(4091), - [anon_sym_AMP] = ACTIONS(4091), - [anon_sym_LT_DASH] = ACTIONS(4091), - [sym_none] = ACTIONS(4091), - [sym_true] = ACTIONS(4091), - [sym_false] = ACTIONS(4091), - [sym_nil] = ACTIONS(4091), - [anon_sym_if] = ACTIONS(4091), - [anon_sym_DOLLARif] = ACTIONS(4091), - [anon_sym_match] = ACTIONS(4091), - [anon_sym_select] = ACTIONS(4091), - [anon_sym_lock] = ACTIONS(4091), - [anon_sym_rlock] = ACTIONS(4091), - [anon_sym_unsafe] = ACTIONS(4091), - [anon_sym_sql] = ACTIONS(4091), - [sym_int_literal] = ACTIONS(4091), - [sym_float_literal] = ACTIONS(4091), - [sym_rune_literal] = ACTIONS(4091), - [anon_sym_AT] = ACTIONS(4091), - [anon_sym_shared] = ACTIONS(4091), - [anon_sym_map_LBRACK] = ACTIONS(4091), - [anon_sym_chan] = ACTIONS(4091), - [anon_sym_thread] = ACTIONS(4091), - [anon_sym_atomic] = ACTIONS(4091), - [anon_sym_assert] = ACTIONS(4091), - [anon_sym_defer] = ACTIONS(4091), - [anon_sym_goto] = ACTIONS(4091), - [anon_sym_break] = ACTIONS(4091), - [anon_sym_continue] = ACTIONS(4091), - [anon_sym_return] = ACTIONS(4091), - [anon_sym_DOLLARfor] = ACTIONS(4091), - [anon_sym_for] = ACTIONS(4091), - [anon_sym_POUND] = ACTIONS(4091), - [anon_sym_asm] = ACTIONS(4091), - [anon_sym_AT_LBRACK] = ACTIONS(4091), - [sym___double_quote] = ACTIONS(4091), - [sym___single_quote] = ACTIONS(4091), - [sym___c_double_quote] = ACTIONS(4091), - [sym___c_single_quote] = ACTIONS(4091), - [sym___r_double_quote] = ACTIONS(4091), - [sym___r_single_quote] = ACTIONS(4091), + [anon_sym_DOT] = ACTIONS(4129), + [anon_sym_LBRACE] = ACTIONS(4129), + [anon_sym_const] = ACTIONS(4129), + [anon_sym_LPAREN] = ACTIONS(4129), + [anon_sym___global] = ACTIONS(4129), + [anon_sym_type] = ACTIONS(4129), + [anon_sym_fn] = ACTIONS(4129), + [anon_sym_PLUS] = ACTIONS(4129), + [anon_sym_DASH] = ACTIONS(4129), + [anon_sym_STAR] = ACTIONS(4129), + [anon_sym_struct] = ACTIONS(4129), + [anon_sym_union] = ACTIONS(4129), + [anon_sym_pub] = ACTIONS(4129), + [anon_sym_mut] = ACTIONS(4129), + [anon_sym_enum] = ACTIONS(4129), + [anon_sym_interface] = ACTIONS(4129), + [anon_sym_QMARK] = ACTIONS(4129), + [anon_sym_BANG] = ACTIONS(4129), + [anon_sym_go] = ACTIONS(4129), + [anon_sym_spawn] = ACTIONS(4129), + [anon_sym_json_DOTdecode] = ACTIONS(4129), + [anon_sym_LBRACK2] = ACTIONS(4129), + [anon_sym_TILDE] = ACTIONS(4129), + [anon_sym_CARET] = ACTIONS(4129), + [anon_sym_AMP] = ACTIONS(4129), + [anon_sym_LT_DASH] = ACTIONS(4129), + [sym_none] = ACTIONS(4129), + [sym_true] = ACTIONS(4129), + [sym_false] = ACTIONS(4129), + [sym_nil] = ACTIONS(4129), + [anon_sym_if] = ACTIONS(4129), + [anon_sym_DOLLARif] = ACTIONS(4129), + [anon_sym_match] = ACTIONS(4129), + [anon_sym_select] = ACTIONS(4129), + [anon_sym_lock] = ACTIONS(4129), + [anon_sym_rlock] = ACTIONS(4129), + [anon_sym_unsafe] = ACTIONS(4129), + [anon_sym_sql] = ACTIONS(4129), + [sym_int_literal] = ACTIONS(4129), + [sym_float_literal] = ACTIONS(4129), + [sym_rune_literal] = ACTIONS(4129), + [anon_sym_AT] = ACTIONS(4129), + [anon_sym_shared] = ACTIONS(4129), + [anon_sym_map_LBRACK] = ACTIONS(4129), + [anon_sym_chan] = ACTIONS(4129), + [anon_sym_thread] = ACTIONS(4129), + [anon_sym_atomic] = ACTIONS(4129), + [anon_sym_assert] = ACTIONS(4129), + [anon_sym_defer] = ACTIONS(4129), + [anon_sym_goto] = ACTIONS(4129), + [anon_sym_break] = ACTIONS(4129), + [anon_sym_continue] = ACTIONS(4129), + [anon_sym_return] = ACTIONS(4129), + [anon_sym_DOLLARfor] = ACTIONS(4129), + [anon_sym_for] = ACTIONS(4129), + [anon_sym_POUND] = ACTIONS(4129), + [anon_sym_asm] = ACTIONS(4129), + [anon_sym_AT_LBRACK] = ACTIONS(4129), + [sym___double_quote] = ACTIONS(4129), + [sym___single_quote] = ACTIONS(4129), + [sym___c_double_quote] = ACTIONS(4129), + [sym___c_single_quote] = ACTIONS(4129), + [sym___r_double_quote] = ACTIONS(4129), + [sym___r_single_quote] = ACTIONS(4129), }, [1535] = { - [ts_builtin_sym_end] = ACTIONS(4093), - [sym_identifier] = ACTIONS(4095), - [anon_sym_LF] = ACTIONS(4095), - [anon_sym_CR] = ACTIONS(4095), - [anon_sym_CR_LF] = ACTIONS(4095), + [ts_builtin_sym_end] = ACTIONS(4131), + [sym_identifier] = ACTIONS(4133), + [anon_sym_LF] = ACTIONS(4133), + [anon_sym_CR] = ACTIONS(4133), + [anon_sym_CR_LF] = ACTIONS(4133), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4095), - [anon_sym_LBRACE] = ACTIONS(4095), - [anon_sym_const] = ACTIONS(4095), - [anon_sym_LPAREN] = ACTIONS(4095), - [anon_sym___global] = ACTIONS(4095), - [anon_sym_type] = ACTIONS(4095), - [anon_sym_fn] = ACTIONS(4095), - [anon_sym_PLUS] = ACTIONS(4095), - [anon_sym_DASH] = ACTIONS(4095), - [anon_sym_STAR] = ACTIONS(4095), - [anon_sym_struct] = ACTIONS(4095), - [anon_sym_union] = ACTIONS(4095), - [anon_sym_pub] = ACTIONS(4095), - [anon_sym_mut] = ACTIONS(4095), - [anon_sym_enum] = ACTIONS(4095), - [anon_sym_interface] = ACTIONS(4095), - [anon_sym_QMARK] = ACTIONS(4095), - [anon_sym_BANG] = ACTIONS(4095), - [anon_sym_go] = ACTIONS(4095), - [anon_sym_spawn] = ACTIONS(4095), - [anon_sym_json_DOTdecode] = ACTIONS(4095), - [anon_sym_LBRACK2] = ACTIONS(4095), - [anon_sym_TILDE] = ACTIONS(4095), - [anon_sym_CARET] = ACTIONS(4095), - [anon_sym_AMP] = ACTIONS(4095), - [anon_sym_LT_DASH] = ACTIONS(4095), - [sym_none] = ACTIONS(4095), - [sym_true] = ACTIONS(4095), - [sym_false] = ACTIONS(4095), - [sym_nil] = ACTIONS(4095), - [anon_sym_if] = ACTIONS(4095), - [anon_sym_DOLLARif] = ACTIONS(4095), - [anon_sym_match] = ACTIONS(4095), - [anon_sym_select] = ACTIONS(4095), - [anon_sym_lock] = ACTIONS(4095), - [anon_sym_rlock] = ACTIONS(4095), - [anon_sym_unsafe] = ACTIONS(4095), - [anon_sym_sql] = ACTIONS(4095), - [sym_int_literal] = ACTIONS(4095), - [sym_float_literal] = ACTIONS(4095), - [sym_rune_literal] = ACTIONS(4095), - [anon_sym_AT] = ACTIONS(4095), - [anon_sym_shared] = ACTIONS(4095), - [anon_sym_map_LBRACK] = ACTIONS(4095), - [anon_sym_chan] = ACTIONS(4095), - [anon_sym_thread] = ACTIONS(4095), - [anon_sym_atomic] = ACTIONS(4095), - [anon_sym_assert] = ACTIONS(4095), - [anon_sym_defer] = ACTIONS(4095), - [anon_sym_goto] = ACTIONS(4095), - [anon_sym_break] = ACTIONS(4095), - [anon_sym_continue] = ACTIONS(4095), - [anon_sym_return] = ACTIONS(4095), - [anon_sym_DOLLARfor] = ACTIONS(4095), - [anon_sym_for] = ACTIONS(4095), - [anon_sym_POUND] = ACTIONS(4095), - [anon_sym_asm] = ACTIONS(4095), - [anon_sym_AT_LBRACK] = ACTIONS(4095), - [sym___double_quote] = ACTIONS(4095), - [sym___single_quote] = ACTIONS(4095), - [sym___c_double_quote] = ACTIONS(4095), - [sym___c_single_quote] = ACTIONS(4095), - [sym___r_double_quote] = ACTIONS(4095), - [sym___r_single_quote] = ACTIONS(4095), + [anon_sym_DOT] = ACTIONS(4133), + [anon_sym_LBRACE] = ACTIONS(4133), + [anon_sym_const] = ACTIONS(4133), + [anon_sym_LPAREN] = ACTIONS(4133), + [anon_sym___global] = ACTIONS(4133), + [anon_sym_type] = ACTIONS(4133), + [anon_sym_fn] = ACTIONS(4133), + [anon_sym_PLUS] = ACTIONS(4133), + [anon_sym_DASH] = ACTIONS(4133), + [anon_sym_STAR] = ACTIONS(4133), + [anon_sym_struct] = ACTIONS(4133), + [anon_sym_union] = ACTIONS(4133), + [anon_sym_pub] = ACTIONS(4133), + [anon_sym_mut] = ACTIONS(4133), + [anon_sym_enum] = ACTIONS(4133), + [anon_sym_interface] = ACTIONS(4133), + [anon_sym_QMARK] = ACTIONS(4133), + [anon_sym_BANG] = ACTIONS(4133), + [anon_sym_go] = ACTIONS(4133), + [anon_sym_spawn] = ACTIONS(4133), + [anon_sym_json_DOTdecode] = ACTIONS(4133), + [anon_sym_LBRACK2] = ACTIONS(4133), + [anon_sym_TILDE] = ACTIONS(4133), + [anon_sym_CARET] = ACTIONS(4133), + [anon_sym_AMP] = ACTIONS(4133), + [anon_sym_LT_DASH] = ACTIONS(4133), + [sym_none] = ACTIONS(4133), + [sym_true] = ACTIONS(4133), + [sym_false] = ACTIONS(4133), + [sym_nil] = ACTIONS(4133), + [anon_sym_if] = ACTIONS(4133), + [anon_sym_DOLLARif] = ACTIONS(4133), + [anon_sym_match] = ACTIONS(4133), + [anon_sym_select] = ACTIONS(4133), + [anon_sym_lock] = ACTIONS(4133), + [anon_sym_rlock] = ACTIONS(4133), + [anon_sym_unsafe] = ACTIONS(4133), + [anon_sym_sql] = ACTIONS(4133), + [sym_int_literal] = ACTIONS(4133), + [sym_float_literal] = ACTIONS(4133), + [sym_rune_literal] = ACTIONS(4133), + [anon_sym_AT] = ACTIONS(4133), + [anon_sym_shared] = ACTIONS(4133), + [anon_sym_map_LBRACK] = ACTIONS(4133), + [anon_sym_chan] = ACTIONS(4133), + [anon_sym_thread] = ACTIONS(4133), + [anon_sym_atomic] = ACTIONS(4133), + [anon_sym_assert] = ACTIONS(4133), + [anon_sym_defer] = ACTIONS(4133), + [anon_sym_goto] = ACTIONS(4133), + [anon_sym_break] = ACTIONS(4133), + [anon_sym_continue] = ACTIONS(4133), + [anon_sym_return] = ACTIONS(4133), + [anon_sym_DOLLARfor] = ACTIONS(4133), + [anon_sym_for] = ACTIONS(4133), + [anon_sym_POUND] = ACTIONS(4133), + [anon_sym_asm] = ACTIONS(4133), + [anon_sym_AT_LBRACK] = ACTIONS(4133), + [sym___double_quote] = ACTIONS(4133), + [sym___single_quote] = ACTIONS(4133), + [sym___c_double_quote] = ACTIONS(4133), + [sym___c_single_quote] = ACTIONS(4133), + [sym___r_double_quote] = ACTIONS(4133), + [sym___r_single_quote] = ACTIONS(4133), }, [1536] = { - [ts_builtin_sym_end] = ACTIONS(4097), - [sym_identifier] = ACTIONS(4099), - [anon_sym_LF] = ACTIONS(4099), - [anon_sym_CR] = ACTIONS(4099), - [anon_sym_CR_LF] = ACTIONS(4099), + [ts_builtin_sym_end] = ACTIONS(4135), + [sym_identifier] = ACTIONS(4137), + [anon_sym_LF] = ACTIONS(4137), + [anon_sym_CR] = ACTIONS(4137), + [anon_sym_CR_LF] = ACTIONS(4137), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4099), - [anon_sym_LBRACE] = ACTIONS(4099), - [anon_sym_const] = ACTIONS(4099), - [anon_sym_LPAREN] = ACTIONS(4099), - [anon_sym___global] = ACTIONS(4099), - [anon_sym_type] = ACTIONS(4099), - [anon_sym_fn] = ACTIONS(4099), - [anon_sym_PLUS] = ACTIONS(4099), - [anon_sym_DASH] = ACTIONS(4099), - [anon_sym_STAR] = ACTIONS(4099), - [anon_sym_struct] = ACTIONS(4099), - [anon_sym_union] = ACTIONS(4099), - [anon_sym_pub] = ACTIONS(4099), - [anon_sym_mut] = ACTIONS(4099), - [anon_sym_enum] = ACTIONS(4099), - [anon_sym_interface] = ACTIONS(4099), - [anon_sym_QMARK] = ACTIONS(4099), - [anon_sym_BANG] = ACTIONS(4099), - [anon_sym_go] = ACTIONS(4099), - [anon_sym_spawn] = ACTIONS(4099), - [anon_sym_json_DOTdecode] = ACTIONS(4099), - [anon_sym_LBRACK2] = ACTIONS(4099), - [anon_sym_TILDE] = ACTIONS(4099), - [anon_sym_CARET] = ACTIONS(4099), - [anon_sym_AMP] = ACTIONS(4099), - [anon_sym_LT_DASH] = ACTIONS(4099), - [sym_none] = ACTIONS(4099), - [sym_true] = ACTIONS(4099), - [sym_false] = ACTIONS(4099), - [sym_nil] = ACTIONS(4099), - [anon_sym_if] = ACTIONS(4099), - [anon_sym_DOLLARif] = ACTIONS(4099), - [anon_sym_match] = ACTIONS(4099), - [anon_sym_select] = ACTIONS(4099), - [anon_sym_lock] = ACTIONS(4099), - [anon_sym_rlock] = ACTIONS(4099), - [anon_sym_unsafe] = ACTIONS(4099), - [anon_sym_sql] = ACTIONS(4099), - [sym_int_literal] = ACTIONS(4099), - [sym_float_literal] = ACTIONS(4099), - [sym_rune_literal] = ACTIONS(4099), - [anon_sym_AT] = ACTIONS(4099), - [anon_sym_shared] = ACTIONS(4099), - [anon_sym_map_LBRACK] = ACTIONS(4099), - [anon_sym_chan] = ACTIONS(4099), - [anon_sym_thread] = ACTIONS(4099), - [anon_sym_atomic] = ACTIONS(4099), - [anon_sym_assert] = ACTIONS(4099), - [anon_sym_defer] = ACTIONS(4099), - [anon_sym_goto] = ACTIONS(4099), - [anon_sym_break] = ACTIONS(4099), - [anon_sym_continue] = ACTIONS(4099), - [anon_sym_return] = ACTIONS(4099), - [anon_sym_DOLLARfor] = ACTIONS(4099), - [anon_sym_for] = ACTIONS(4099), - [anon_sym_POUND] = ACTIONS(4099), - [anon_sym_asm] = ACTIONS(4099), - [anon_sym_AT_LBRACK] = ACTIONS(4099), - [sym___double_quote] = ACTIONS(4099), - [sym___single_quote] = ACTIONS(4099), - [sym___c_double_quote] = ACTIONS(4099), - [sym___c_single_quote] = ACTIONS(4099), - [sym___r_double_quote] = ACTIONS(4099), - [sym___r_single_quote] = ACTIONS(4099), + [anon_sym_DOT] = ACTIONS(4137), + [anon_sym_LBRACE] = ACTIONS(4137), + [anon_sym_const] = ACTIONS(4137), + [anon_sym_LPAREN] = ACTIONS(4137), + [anon_sym___global] = ACTIONS(4137), + [anon_sym_type] = ACTIONS(4137), + [anon_sym_fn] = ACTIONS(4137), + [anon_sym_PLUS] = ACTIONS(4137), + [anon_sym_DASH] = ACTIONS(4137), + [anon_sym_STAR] = ACTIONS(4137), + [anon_sym_struct] = ACTIONS(4137), + [anon_sym_union] = ACTIONS(4137), + [anon_sym_pub] = ACTIONS(4137), + [anon_sym_mut] = ACTIONS(4137), + [anon_sym_enum] = ACTIONS(4137), + [anon_sym_interface] = ACTIONS(4137), + [anon_sym_QMARK] = ACTIONS(4137), + [anon_sym_BANG] = ACTIONS(4137), + [anon_sym_go] = ACTIONS(4137), + [anon_sym_spawn] = ACTIONS(4137), + [anon_sym_json_DOTdecode] = ACTIONS(4137), + [anon_sym_LBRACK2] = ACTIONS(4137), + [anon_sym_TILDE] = ACTIONS(4137), + [anon_sym_CARET] = ACTIONS(4137), + [anon_sym_AMP] = ACTIONS(4137), + [anon_sym_LT_DASH] = ACTIONS(4137), + [sym_none] = ACTIONS(4137), + [sym_true] = ACTIONS(4137), + [sym_false] = ACTIONS(4137), + [sym_nil] = ACTIONS(4137), + [anon_sym_if] = ACTIONS(4137), + [anon_sym_DOLLARif] = ACTIONS(4137), + [anon_sym_match] = ACTIONS(4137), + [anon_sym_select] = ACTIONS(4137), + [anon_sym_lock] = ACTIONS(4137), + [anon_sym_rlock] = ACTIONS(4137), + [anon_sym_unsafe] = ACTIONS(4137), + [anon_sym_sql] = ACTIONS(4137), + [sym_int_literal] = ACTIONS(4137), + [sym_float_literal] = ACTIONS(4137), + [sym_rune_literal] = ACTIONS(4137), + [anon_sym_AT] = ACTIONS(4137), + [anon_sym_shared] = ACTIONS(4137), + [anon_sym_map_LBRACK] = ACTIONS(4137), + [anon_sym_chan] = ACTIONS(4137), + [anon_sym_thread] = ACTIONS(4137), + [anon_sym_atomic] = ACTIONS(4137), + [anon_sym_assert] = ACTIONS(4137), + [anon_sym_defer] = ACTIONS(4137), + [anon_sym_goto] = ACTIONS(4137), + [anon_sym_break] = ACTIONS(4137), + [anon_sym_continue] = ACTIONS(4137), + [anon_sym_return] = ACTIONS(4137), + [anon_sym_DOLLARfor] = ACTIONS(4137), + [anon_sym_for] = ACTIONS(4137), + [anon_sym_POUND] = ACTIONS(4137), + [anon_sym_asm] = ACTIONS(4137), + [anon_sym_AT_LBRACK] = ACTIONS(4137), + [sym___double_quote] = ACTIONS(4137), + [sym___single_quote] = ACTIONS(4137), + [sym___c_double_quote] = ACTIONS(4137), + [sym___c_single_quote] = ACTIONS(4137), + [sym___r_double_quote] = ACTIONS(4137), + [sym___r_single_quote] = ACTIONS(4137), }, [1537] = { - [ts_builtin_sym_end] = ACTIONS(4101), - [sym_identifier] = ACTIONS(4103), - [anon_sym_LF] = ACTIONS(4103), - [anon_sym_CR] = ACTIONS(4103), - [anon_sym_CR_LF] = ACTIONS(4103), + [ts_builtin_sym_end] = ACTIONS(2925), + [sym_identifier] = ACTIONS(2927), + [anon_sym_LF] = ACTIONS(2927), + [anon_sym_CR] = ACTIONS(2927), + [anon_sym_CR_LF] = ACTIONS(2927), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4103), - [anon_sym_LBRACE] = ACTIONS(4103), - [anon_sym_const] = ACTIONS(4103), - [anon_sym_LPAREN] = ACTIONS(4103), - [anon_sym___global] = ACTIONS(4103), - [anon_sym_type] = ACTIONS(4103), - [anon_sym_fn] = ACTIONS(4103), - [anon_sym_PLUS] = ACTIONS(4103), - [anon_sym_DASH] = ACTIONS(4103), - [anon_sym_STAR] = ACTIONS(4103), - [anon_sym_struct] = ACTIONS(4103), - [anon_sym_union] = ACTIONS(4103), - [anon_sym_pub] = ACTIONS(4103), - [anon_sym_mut] = ACTIONS(4103), - [anon_sym_enum] = ACTIONS(4103), - [anon_sym_interface] = ACTIONS(4103), - [anon_sym_QMARK] = ACTIONS(4103), - [anon_sym_BANG] = ACTIONS(4103), - [anon_sym_go] = ACTIONS(4103), - [anon_sym_spawn] = ACTIONS(4103), - [anon_sym_json_DOTdecode] = ACTIONS(4103), - [anon_sym_LBRACK2] = ACTIONS(4103), - [anon_sym_TILDE] = ACTIONS(4103), - [anon_sym_CARET] = ACTIONS(4103), - [anon_sym_AMP] = ACTIONS(4103), - [anon_sym_LT_DASH] = ACTIONS(4103), - [sym_none] = ACTIONS(4103), - [sym_true] = ACTIONS(4103), - [sym_false] = ACTIONS(4103), - [sym_nil] = ACTIONS(4103), - [anon_sym_if] = ACTIONS(4103), - [anon_sym_DOLLARif] = ACTIONS(4103), - [anon_sym_match] = ACTIONS(4103), - [anon_sym_select] = ACTIONS(4103), - [anon_sym_lock] = ACTIONS(4103), - [anon_sym_rlock] = ACTIONS(4103), - [anon_sym_unsafe] = ACTIONS(4103), - [anon_sym_sql] = ACTIONS(4103), - [sym_int_literal] = ACTIONS(4103), - [sym_float_literal] = ACTIONS(4103), - [sym_rune_literal] = ACTIONS(4103), - [anon_sym_AT] = ACTIONS(4103), - [anon_sym_shared] = ACTIONS(4103), - [anon_sym_map_LBRACK] = ACTIONS(4103), - [anon_sym_chan] = ACTIONS(4103), - [anon_sym_thread] = ACTIONS(4103), - [anon_sym_atomic] = ACTIONS(4103), - [anon_sym_assert] = ACTIONS(4103), - [anon_sym_defer] = ACTIONS(4103), - [anon_sym_goto] = ACTIONS(4103), - [anon_sym_break] = ACTIONS(4103), - [anon_sym_continue] = ACTIONS(4103), - [anon_sym_return] = ACTIONS(4103), - [anon_sym_DOLLARfor] = ACTIONS(4103), - [anon_sym_for] = ACTIONS(4103), - [anon_sym_POUND] = ACTIONS(4103), - [anon_sym_asm] = ACTIONS(4103), - [anon_sym_AT_LBRACK] = ACTIONS(4103), - [sym___double_quote] = ACTIONS(4103), - [sym___single_quote] = ACTIONS(4103), - [sym___c_double_quote] = ACTIONS(4103), - [sym___c_single_quote] = ACTIONS(4103), - [sym___r_double_quote] = ACTIONS(4103), - [sym___r_single_quote] = ACTIONS(4103), + [anon_sym_DOT] = ACTIONS(2927), + [anon_sym_LBRACE] = ACTIONS(2927), + [anon_sym_const] = ACTIONS(2927), + [anon_sym_LPAREN] = ACTIONS(2927), + [anon_sym___global] = ACTIONS(2927), + [anon_sym_type] = ACTIONS(2927), + [anon_sym_fn] = ACTIONS(2927), + [anon_sym_PLUS] = ACTIONS(2927), + [anon_sym_DASH] = ACTIONS(2927), + [anon_sym_STAR] = ACTIONS(2927), + [anon_sym_struct] = ACTIONS(2927), + [anon_sym_union] = ACTIONS(2927), + [anon_sym_pub] = ACTIONS(2927), + [anon_sym_mut] = ACTIONS(2927), + [anon_sym_enum] = ACTIONS(2927), + [anon_sym_interface] = ACTIONS(2927), + [anon_sym_QMARK] = ACTIONS(2927), + [anon_sym_BANG] = ACTIONS(2927), + [anon_sym_go] = ACTIONS(2927), + [anon_sym_spawn] = ACTIONS(2927), + [anon_sym_json_DOTdecode] = ACTIONS(2927), + [anon_sym_LBRACK2] = ACTIONS(2927), + [anon_sym_TILDE] = ACTIONS(2927), + [anon_sym_CARET] = ACTIONS(2927), + [anon_sym_AMP] = ACTIONS(2927), + [anon_sym_LT_DASH] = ACTIONS(2927), + [sym_none] = ACTIONS(2927), + [sym_true] = ACTIONS(2927), + [sym_false] = ACTIONS(2927), + [sym_nil] = ACTIONS(2927), + [anon_sym_if] = ACTIONS(2927), + [anon_sym_DOLLARif] = ACTIONS(2927), + [anon_sym_match] = ACTIONS(2927), + [anon_sym_select] = ACTIONS(2927), + [anon_sym_lock] = ACTIONS(2927), + [anon_sym_rlock] = ACTIONS(2927), + [anon_sym_unsafe] = ACTIONS(2927), + [anon_sym_sql] = ACTIONS(2927), + [sym_int_literal] = ACTIONS(2927), + [sym_float_literal] = ACTIONS(2927), + [sym_rune_literal] = ACTIONS(2927), + [anon_sym_AT] = ACTIONS(2927), + [anon_sym_shared] = ACTIONS(2927), + [anon_sym_map_LBRACK] = ACTIONS(2927), + [anon_sym_chan] = ACTIONS(2927), + [anon_sym_thread] = ACTIONS(2927), + [anon_sym_atomic] = ACTIONS(2927), + [anon_sym_assert] = ACTIONS(2927), + [anon_sym_defer] = ACTIONS(2927), + [anon_sym_goto] = ACTIONS(2927), + [anon_sym_break] = ACTIONS(2927), + [anon_sym_continue] = ACTIONS(2927), + [anon_sym_return] = ACTIONS(2927), + [anon_sym_DOLLARfor] = ACTIONS(2927), + [anon_sym_for] = ACTIONS(2927), + [anon_sym_POUND] = ACTIONS(2927), + [anon_sym_asm] = ACTIONS(2927), + [anon_sym_AT_LBRACK] = ACTIONS(2927), + [sym___double_quote] = ACTIONS(2927), + [sym___single_quote] = ACTIONS(2927), + [sym___c_double_quote] = ACTIONS(2927), + [sym___c_single_quote] = ACTIONS(2927), + [sym___r_double_quote] = ACTIONS(2927), + [sym___r_single_quote] = ACTIONS(2927), }, [1538] = { - [ts_builtin_sym_end] = ACTIONS(4105), - [sym_identifier] = ACTIONS(4107), - [anon_sym_LF] = ACTIONS(4107), - [anon_sym_CR] = ACTIONS(4107), - [anon_sym_CR_LF] = ACTIONS(4107), + [ts_builtin_sym_end] = ACTIONS(4139), + [sym_identifier] = ACTIONS(4141), + [anon_sym_LF] = ACTIONS(4141), + [anon_sym_CR] = ACTIONS(4141), + [anon_sym_CR_LF] = ACTIONS(4141), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4107), - [anon_sym_LBRACE] = ACTIONS(4107), - [anon_sym_const] = ACTIONS(4107), - [anon_sym_LPAREN] = ACTIONS(4107), - [anon_sym___global] = ACTIONS(4107), - [anon_sym_type] = ACTIONS(4107), - [anon_sym_fn] = ACTIONS(4107), - [anon_sym_PLUS] = ACTIONS(4107), - [anon_sym_DASH] = ACTIONS(4107), - [anon_sym_STAR] = ACTIONS(4107), - [anon_sym_struct] = ACTIONS(4107), - [anon_sym_union] = ACTIONS(4107), - [anon_sym_pub] = ACTIONS(4107), - [anon_sym_mut] = ACTIONS(4107), - [anon_sym_enum] = ACTIONS(4107), - [anon_sym_interface] = ACTIONS(4107), - [anon_sym_QMARK] = ACTIONS(4107), - [anon_sym_BANG] = ACTIONS(4107), - [anon_sym_go] = ACTIONS(4107), - [anon_sym_spawn] = ACTIONS(4107), - [anon_sym_json_DOTdecode] = ACTIONS(4107), - [anon_sym_LBRACK2] = ACTIONS(4107), - [anon_sym_TILDE] = ACTIONS(4107), - [anon_sym_CARET] = ACTIONS(4107), - [anon_sym_AMP] = ACTIONS(4107), - [anon_sym_LT_DASH] = ACTIONS(4107), - [sym_none] = ACTIONS(4107), - [sym_true] = ACTIONS(4107), - [sym_false] = ACTIONS(4107), - [sym_nil] = ACTIONS(4107), - [anon_sym_if] = ACTIONS(4107), - [anon_sym_DOLLARif] = ACTIONS(4107), - [anon_sym_match] = ACTIONS(4107), - [anon_sym_select] = ACTIONS(4107), - [anon_sym_lock] = ACTIONS(4107), - [anon_sym_rlock] = ACTIONS(4107), - [anon_sym_unsafe] = ACTIONS(4107), - [anon_sym_sql] = ACTIONS(4107), - [sym_int_literal] = ACTIONS(4107), - [sym_float_literal] = ACTIONS(4107), - [sym_rune_literal] = ACTIONS(4107), - [anon_sym_AT] = ACTIONS(4107), - [anon_sym_shared] = ACTIONS(4107), - [anon_sym_map_LBRACK] = ACTIONS(4107), - [anon_sym_chan] = ACTIONS(4107), - [anon_sym_thread] = ACTIONS(4107), - [anon_sym_atomic] = ACTIONS(4107), - [anon_sym_assert] = ACTIONS(4107), - [anon_sym_defer] = ACTIONS(4107), - [anon_sym_goto] = ACTIONS(4107), - [anon_sym_break] = ACTIONS(4107), - [anon_sym_continue] = ACTIONS(4107), - [anon_sym_return] = ACTIONS(4107), - [anon_sym_DOLLARfor] = ACTIONS(4107), - [anon_sym_for] = ACTIONS(4107), - [anon_sym_POUND] = ACTIONS(4107), - [anon_sym_asm] = ACTIONS(4107), - [anon_sym_AT_LBRACK] = ACTIONS(4107), - [sym___double_quote] = ACTIONS(4107), - [sym___single_quote] = ACTIONS(4107), - [sym___c_double_quote] = ACTIONS(4107), - [sym___c_single_quote] = ACTIONS(4107), - [sym___r_double_quote] = ACTIONS(4107), - [sym___r_single_quote] = ACTIONS(4107), + [anon_sym_DOT] = ACTIONS(4141), + [anon_sym_LBRACE] = ACTIONS(4141), + [anon_sym_const] = ACTIONS(4141), + [anon_sym_LPAREN] = ACTIONS(4141), + [anon_sym___global] = ACTIONS(4141), + [anon_sym_type] = ACTIONS(4141), + [anon_sym_fn] = ACTIONS(4141), + [anon_sym_PLUS] = ACTIONS(4141), + [anon_sym_DASH] = ACTIONS(4141), + [anon_sym_STAR] = ACTIONS(4141), + [anon_sym_struct] = ACTIONS(4141), + [anon_sym_union] = ACTIONS(4141), + [anon_sym_pub] = ACTIONS(4141), + [anon_sym_mut] = ACTIONS(4141), + [anon_sym_enum] = ACTIONS(4141), + [anon_sym_interface] = ACTIONS(4141), + [anon_sym_QMARK] = ACTIONS(4141), + [anon_sym_BANG] = ACTIONS(4141), + [anon_sym_go] = ACTIONS(4141), + [anon_sym_spawn] = ACTIONS(4141), + [anon_sym_json_DOTdecode] = ACTIONS(4141), + [anon_sym_LBRACK2] = ACTIONS(4141), + [anon_sym_TILDE] = ACTIONS(4141), + [anon_sym_CARET] = ACTIONS(4141), + [anon_sym_AMP] = ACTIONS(4141), + [anon_sym_LT_DASH] = ACTIONS(4141), + [sym_none] = ACTIONS(4141), + [sym_true] = ACTIONS(4141), + [sym_false] = ACTIONS(4141), + [sym_nil] = ACTIONS(4141), + [anon_sym_if] = ACTIONS(4141), + [anon_sym_DOLLARif] = ACTIONS(4141), + [anon_sym_match] = ACTIONS(4141), + [anon_sym_select] = ACTIONS(4141), + [anon_sym_lock] = ACTIONS(4141), + [anon_sym_rlock] = ACTIONS(4141), + [anon_sym_unsafe] = ACTIONS(4141), + [anon_sym_sql] = ACTIONS(4141), + [sym_int_literal] = ACTIONS(4141), + [sym_float_literal] = ACTIONS(4141), + [sym_rune_literal] = ACTIONS(4141), + [anon_sym_AT] = ACTIONS(4141), + [anon_sym_shared] = ACTIONS(4141), + [anon_sym_map_LBRACK] = ACTIONS(4141), + [anon_sym_chan] = ACTIONS(4141), + [anon_sym_thread] = ACTIONS(4141), + [anon_sym_atomic] = ACTIONS(4141), + [anon_sym_assert] = ACTIONS(4141), + [anon_sym_defer] = ACTIONS(4141), + [anon_sym_goto] = ACTIONS(4141), + [anon_sym_break] = ACTIONS(4141), + [anon_sym_continue] = ACTIONS(4141), + [anon_sym_return] = ACTIONS(4141), + [anon_sym_DOLLARfor] = ACTIONS(4141), + [anon_sym_for] = ACTIONS(4141), + [anon_sym_POUND] = ACTIONS(4141), + [anon_sym_asm] = ACTIONS(4141), + [anon_sym_AT_LBRACK] = ACTIONS(4141), + [sym___double_quote] = ACTIONS(4141), + [sym___single_quote] = ACTIONS(4141), + [sym___c_double_quote] = ACTIONS(4141), + [sym___c_single_quote] = ACTIONS(4141), + [sym___r_double_quote] = ACTIONS(4141), + [sym___r_single_quote] = ACTIONS(4141), }, [1539] = { - [ts_builtin_sym_end] = ACTIONS(4109), - [sym_identifier] = ACTIONS(4111), - [anon_sym_LF] = ACTIONS(4111), - [anon_sym_CR] = ACTIONS(4111), - [anon_sym_CR_LF] = ACTIONS(4111), + [ts_builtin_sym_end] = ACTIONS(4143), + [sym_identifier] = ACTIONS(4145), + [anon_sym_LF] = ACTIONS(4145), + [anon_sym_CR] = ACTIONS(4145), + [anon_sym_CR_LF] = ACTIONS(4145), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4111), - [anon_sym_LBRACE] = ACTIONS(4111), - [anon_sym_const] = ACTIONS(4111), - [anon_sym_LPAREN] = ACTIONS(4111), - [anon_sym___global] = ACTIONS(4111), - [anon_sym_type] = ACTIONS(4111), - [anon_sym_fn] = ACTIONS(4111), - [anon_sym_PLUS] = ACTIONS(4111), - [anon_sym_DASH] = ACTIONS(4111), - [anon_sym_STAR] = ACTIONS(4111), - [anon_sym_struct] = ACTIONS(4111), - [anon_sym_union] = ACTIONS(4111), - [anon_sym_pub] = ACTIONS(4111), - [anon_sym_mut] = ACTIONS(4111), - [anon_sym_enum] = ACTIONS(4111), - [anon_sym_interface] = ACTIONS(4111), - [anon_sym_QMARK] = ACTIONS(4111), - [anon_sym_BANG] = ACTIONS(4111), - [anon_sym_go] = ACTIONS(4111), - [anon_sym_spawn] = ACTIONS(4111), - [anon_sym_json_DOTdecode] = ACTIONS(4111), - [anon_sym_LBRACK2] = ACTIONS(4111), - [anon_sym_TILDE] = ACTIONS(4111), - [anon_sym_CARET] = ACTIONS(4111), - [anon_sym_AMP] = ACTIONS(4111), - [anon_sym_LT_DASH] = ACTIONS(4111), - [sym_none] = ACTIONS(4111), - [sym_true] = ACTIONS(4111), - [sym_false] = ACTIONS(4111), - [sym_nil] = ACTIONS(4111), - [anon_sym_if] = ACTIONS(4111), - [anon_sym_DOLLARif] = ACTIONS(4111), - [anon_sym_match] = ACTIONS(4111), - [anon_sym_select] = ACTIONS(4111), - [anon_sym_lock] = ACTIONS(4111), - [anon_sym_rlock] = ACTIONS(4111), - [anon_sym_unsafe] = ACTIONS(4111), - [anon_sym_sql] = ACTIONS(4111), - [sym_int_literal] = ACTIONS(4111), - [sym_float_literal] = ACTIONS(4111), - [sym_rune_literal] = ACTIONS(4111), - [anon_sym_AT] = ACTIONS(4111), - [anon_sym_shared] = ACTIONS(4111), - [anon_sym_map_LBRACK] = ACTIONS(4111), - [anon_sym_chan] = ACTIONS(4111), - [anon_sym_thread] = ACTIONS(4111), - [anon_sym_atomic] = ACTIONS(4111), - [anon_sym_assert] = ACTIONS(4111), - [anon_sym_defer] = ACTIONS(4111), - [anon_sym_goto] = ACTIONS(4111), - [anon_sym_break] = ACTIONS(4111), - [anon_sym_continue] = ACTIONS(4111), - [anon_sym_return] = ACTIONS(4111), - [anon_sym_DOLLARfor] = ACTIONS(4111), - [anon_sym_for] = ACTIONS(4111), - [anon_sym_POUND] = ACTIONS(4111), - [anon_sym_asm] = ACTIONS(4111), - [anon_sym_AT_LBRACK] = ACTIONS(4111), - [sym___double_quote] = ACTIONS(4111), - [sym___single_quote] = ACTIONS(4111), - [sym___c_double_quote] = ACTIONS(4111), - [sym___c_single_quote] = ACTIONS(4111), - [sym___r_double_quote] = ACTIONS(4111), - [sym___r_single_quote] = ACTIONS(4111), + [anon_sym_DOT] = ACTIONS(4145), + [anon_sym_LBRACE] = ACTIONS(4145), + [anon_sym_const] = ACTIONS(4145), + [anon_sym_LPAREN] = ACTIONS(4145), + [anon_sym___global] = ACTIONS(4145), + [anon_sym_type] = ACTIONS(4145), + [anon_sym_fn] = ACTIONS(4145), + [anon_sym_PLUS] = ACTIONS(4145), + [anon_sym_DASH] = ACTIONS(4145), + [anon_sym_STAR] = ACTIONS(4145), + [anon_sym_struct] = ACTIONS(4145), + [anon_sym_union] = ACTIONS(4145), + [anon_sym_pub] = ACTIONS(4145), + [anon_sym_mut] = ACTIONS(4145), + [anon_sym_enum] = ACTIONS(4145), + [anon_sym_interface] = ACTIONS(4145), + [anon_sym_QMARK] = ACTIONS(4145), + [anon_sym_BANG] = ACTIONS(4145), + [anon_sym_go] = ACTIONS(4145), + [anon_sym_spawn] = ACTIONS(4145), + [anon_sym_json_DOTdecode] = ACTIONS(4145), + [anon_sym_LBRACK2] = ACTIONS(4145), + [anon_sym_TILDE] = ACTIONS(4145), + [anon_sym_CARET] = ACTIONS(4145), + [anon_sym_AMP] = ACTIONS(4145), + [anon_sym_LT_DASH] = ACTIONS(4145), + [sym_none] = ACTIONS(4145), + [sym_true] = ACTIONS(4145), + [sym_false] = ACTIONS(4145), + [sym_nil] = ACTIONS(4145), + [anon_sym_if] = ACTIONS(4145), + [anon_sym_DOLLARif] = ACTIONS(4145), + [anon_sym_match] = ACTIONS(4145), + [anon_sym_select] = ACTIONS(4145), + [anon_sym_lock] = ACTIONS(4145), + [anon_sym_rlock] = ACTIONS(4145), + [anon_sym_unsafe] = ACTIONS(4145), + [anon_sym_sql] = ACTIONS(4145), + [sym_int_literal] = ACTIONS(4145), + [sym_float_literal] = ACTIONS(4145), + [sym_rune_literal] = ACTIONS(4145), + [anon_sym_AT] = ACTIONS(4145), + [anon_sym_shared] = ACTIONS(4145), + [anon_sym_map_LBRACK] = ACTIONS(4145), + [anon_sym_chan] = ACTIONS(4145), + [anon_sym_thread] = ACTIONS(4145), + [anon_sym_atomic] = ACTIONS(4145), + [anon_sym_assert] = ACTIONS(4145), + [anon_sym_defer] = ACTIONS(4145), + [anon_sym_goto] = ACTIONS(4145), + [anon_sym_break] = ACTIONS(4145), + [anon_sym_continue] = ACTIONS(4145), + [anon_sym_return] = ACTIONS(4145), + [anon_sym_DOLLARfor] = ACTIONS(4145), + [anon_sym_for] = ACTIONS(4145), + [anon_sym_POUND] = ACTIONS(4145), + [anon_sym_asm] = ACTIONS(4145), + [anon_sym_AT_LBRACK] = ACTIONS(4145), + [sym___double_quote] = ACTIONS(4145), + [sym___single_quote] = ACTIONS(4145), + [sym___c_double_quote] = ACTIONS(4145), + [sym___c_single_quote] = ACTIONS(4145), + [sym___r_double_quote] = ACTIONS(4145), + [sym___r_single_quote] = ACTIONS(4145), }, [1540] = { - [ts_builtin_sym_end] = ACTIONS(4113), - [sym_identifier] = ACTIONS(4115), - [anon_sym_LF] = ACTIONS(4115), - [anon_sym_CR] = ACTIONS(4115), - [anon_sym_CR_LF] = ACTIONS(4115), + [ts_builtin_sym_end] = ACTIONS(4147), + [sym_identifier] = ACTIONS(4149), + [anon_sym_LF] = ACTIONS(4149), + [anon_sym_CR] = ACTIONS(4149), + [anon_sym_CR_LF] = ACTIONS(4149), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4115), - [anon_sym_LBRACE] = ACTIONS(4115), - [anon_sym_const] = ACTIONS(4115), - [anon_sym_LPAREN] = ACTIONS(4115), - [anon_sym___global] = ACTIONS(4115), - [anon_sym_type] = ACTIONS(4115), - [anon_sym_fn] = ACTIONS(4115), - [anon_sym_PLUS] = ACTIONS(4115), - [anon_sym_DASH] = ACTIONS(4115), - [anon_sym_STAR] = ACTIONS(4115), - [anon_sym_struct] = ACTIONS(4115), - [anon_sym_union] = ACTIONS(4115), - [anon_sym_pub] = ACTIONS(4115), - [anon_sym_mut] = ACTIONS(4115), - [anon_sym_enum] = ACTIONS(4115), - [anon_sym_interface] = ACTIONS(4115), - [anon_sym_QMARK] = ACTIONS(4115), - [anon_sym_BANG] = ACTIONS(4115), - [anon_sym_go] = ACTIONS(4115), - [anon_sym_spawn] = ACTIONS(4115), - [anon_sym_json_DOTdecode] = ACTIONS(4115), - [anon_sym_LBRACK2] = ACTIONS(4115), - [anon_sym_TILDE] = ACTIONS(4115), - [anon_sym_CARET] = ACTIONS(4115), - [anon_sym_AMP] = ACTIONS(4115), - [anon_sym_LT_DASH] = ACTIONS(4115), - [sym_none] = ACTIONS(4115), - [sym_true] = ACTIONS(4115), - [sym_false] = ACTIONS(4115), - [sym_nil] = ACTIONS(4115), - [anon_sym_if] = ACTIONS(4115), - [anon_sym_DOLLARif] = ACTIONS(4115), - [anon_sym_match] = ACTIONS(4115), - [anon_sym_select] = ACTIONS(4115), - [anon_sym_lock] = ACTIONS(4115), - [anon_sym_rlock] = ACTIONS(4115), - [anon_sym_unsafe] = ACTIONS(4115), - [anon_sym_sql] = ACTIONS(4115), - [sym_int_literal] = ACTIONS(4115), - [sym_float_literal] = ACTIONS(4115), - [sym_rune_literal] = ACTIONS(4115), - [anon_sym_AT] = ACTIONS(4115), - [anon_sym_shared] = ACTIONS(4115), - [anon_sym_map_LBRACK] = ACTIONS(4115), - [anon_sym_chan] = ACTIONS(4115), - [anon_sym_thread] = ACTIONS(4115), - [anon_sym_atomic] = ACTIONS(4115), - [anon_sym_assert] = ACTIONS(4115), - [anon_sym_defer] = ACTIONS(4115), - [anon_sym_goto] = ACTIONS(4115), - [anon_sym_break] = ACTIONS(4115), - [anon_sym_continue] = ACTIONS(4115), - [anon_sym_return] = ACTIONS(4115), - [anon_sym_DOLLARfor] = ACTIONS(4115), - [anon_sym_for] = ACTIONS(4115), - [anon_sym_POUND] = ACTIONS(4115), - [anon_sym_asm] = ACTIONS(4115), - [anon_sym_AT_LBRACK] = ACTIONS(4115), - [sym___double_quote] = ACTIONS(4115), - [sym___single_quote] = ACTIONS(4115), - [sym___c_double_quote] = ACTIONS(4115), - [sym___c_single_quote] = ACTIONS(4115), - [sym___r_double_quote] = ACTIONS(4115), - [sym___r_single_quote] = ACTIONS(4115), + [anon_sym_DOT] = ACTIONS(4149), + [anon_sym_LBRACE] = ACTIONS(4149), + [anon_sym_const] = ACTIONS(4149), + [anon_sym_LPAREN] = ACTIONS(4149), + [anon_sym___global] = ACTIONS(4149), + [anon_sym_type] = ACTIONS(4149), + [anon_sym_fn] = ACTIONS(4149), + [anon_sym_PLUS] = ACTIONS(4149), + [anon_sym_DASH] = ACTIONS(4149), + [anon_sym_STAR] = ACTIONS(4149), + [anon_sym_struct] = ACTIONS(4149), + [anon_sym_union] = ACTIONS(4149), + [anon_sym_pub] = ACTIONS(4149), + [anon_sym_mut] = ACTIONS(4149), + [anon_sym_enum] = ACTIONS(4149), + [anon_sym_interface] = ACTIONS(4149), + [anon_sym_QMARK] = ACTIONS(4149), + [anon_sym_BANG] = ACTIONS(4149), + [anon_sym_go] = ACTIONS(4149), + [anon_sym_spawn] = ACTIONS(4149), + [anon_sym_json_DOTdecode] = ACTIONS(4149), + [anon_sym_LBRACK2] = ACTIONS(4149), + [anon_sym_TILDE] = ACTIONS(4149), + [anon_sym_CARET] = ACTIONS(4149), + [anon_sym_AMP] = ACTIONS(4149), + [anon_sym_LT_DASH] = ACTIONS(4149), + [sym_none] = ACTIONS(4149), + [sym_true] = ACTIONS(4149), + [sym_false] = ACTIONS(4149), + [sym_nil] = ACTIONS(4149), + [anon_sym_if] = ACTIONS(4149), + [anon_sym_DOLLARif] = ACTIONS(4149), + [anon_sym_match] = ACTIONS(4149), + [anon_sym_select] = ACTIONS(4149), + [anon_sym_lock] = ACTIONS(4149), + [anon_sym_rlock] = ACTIONS(4149), + [anon_sym_unsafe] = ACTIONS(4149), + [anon_sym_sql] = ACTIONS(4149), + [sym_int_literal] = ACTIONS(4149), + [sym_float_literal] = ACTIONS(4149), + [sym_rune_literal] = ACTIONS(4149), + [anon_sym_AT] = ACTIONS(4149), + [anon_sym_shared] = ACTIONS(4149), + [anon_sym_map_LBRACK] = ACTIONS(4149), + [anon_sym_chan] = ACTIONS(4149), + [anon_sym_thread] = ACTIONS(4149), + [anon_sym_atomic] = ACTIONS(4149), + [anon_sym_assert] = ACTIONS(4149), + [anon_sym_defer] = ACTIONS(4149), + [anon_sym_goto] = ACTIONS(4149), + [anon_sym_break] = ACTIONS(4149), + [anon_sym_continue] = ACTIONS(4149), + [anon_sym_return] = ACTIONS(4149), + [anon_sym_DOLLARfor] = ACTIONS(4149), + [anon_sym_for] = ACTIONS(4149), + [anon_sym_POUND] = ACTIONS(4149), + [anon_sym_asm] = ACTIONS(4149), + [anon_sym_AT_LBRACK] = ACTIONS(4149), + [sym___double_quote] = ACTIONS(4149), + [sym___single_quote] = ACTIONS(4149), + [sym___c_double_quote] = ACTIONS(4149), + [sym___c_single_quote] = ACTIONS(4149), + [sym___r_double_quote] = ACTIONS(4149), + [sym___r_single_quote] = ACTIONS(4149), }, [1541] = { - [ts_builtin_sym_end] = ACTIONS(4117), - [sym_identifier] = ACTIONS(4119), - [anon_sym_LF] = ACTIONS(4119), - [anon_sym_CR] = ACTIONS(4119), - [anon_sym_CR_LF] = ACTIONS(4119), + [ts_builtin_sym_end] = ACTIONS(4151), + [sym_identifier] = ACTIONS(4153), + [anon_sym_LF] = ACTIONS(4153), + [anon_sym_CR] = ACTIONS(4153), + [anon_sym_CR_LF] = ACTIONS(4153), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4119), - [anon_sym_LBRACE] = ACTIONS(4119), - [anon_sym_const] = ACTIONS(4119), - [anon_sym_LPAREN] = ACTIONS(4119), - [anon_sym___global] = ACTIONS(4119), - [anon_sym_type] = ACTIONS(4119), - [anon_sym_fn] = ACTIONS(4119), - [anon_sym_PLUS] = ACTIONS(4119), - [anon_sym_DASH] = ACTIONS(4119), - [anon_sym_STAR] = ACTIONS(4119), - [anon_sym_struct] = ACTIONS(4119), - [anon_sym_union] = ACTIONS(4119), - [anon_sym_pub] = ACTIONS(4119), - [anon_sym_mut] = ACTIONS(4119), - [anon_sym_enum] = ACTIONS(4119), - [anon_sym_interface] = ACTIONS(4119), - [anon_sym_QMARK] = ACTIONS(4119), - [anon_sym_BANG] = ACTIONS(4119), - [anon_sym_go] = ACTIONS(4119), - [anon_sym_spawn] = ACTIONS(4119), - [anon_sym_json_DOTdecode] = ACTIONS(4119), - [anon_sym_LBRACK2] = ACTIONS(4119), - [anon_sym_TILDE] = ACTIONS(4119), - [anon_sym_CARET] = ACTIONS(4119), - [anon_sym_AMP] = ACTIONS(4119), - [anon_sym_LT_DASH] = ACTIONS(4119), - [sym_none] = ACTIONS(4119), - [sym_true] = ACTIONS(4119), - [sym_false] = ACTIONS(4119), - [sym_nil] = ACTIONS(4119), - [anon_sym_if] = ACTIONS(4119), - [anon_sym_DOLLARif] = ACTIONS(4119), - [anon_sym_match] = ACTIONS(4119), - [anon_sym_select] = ACTIONS(4119), - [anon_sym_lock] = ACTIONS(4119), - [anon_sym_rlock] = ACTIONS(4119), - [anon_sym_unsafe] = ACTIONS(4119), - [anon_sym_sql] = ACTIONS(4119), - [sym_int_literal] = ACTIONS(4119), - [sym_float_literal] = ACTIONS(4119), - [sym_rune_literal] = ACTIONS(4119), - [anon_sym_AT] = ACTIONS(4119), - [anon_sym_shared] = ACTIONS(4119), - [anon_sym_map_LBRACK] = ACTIONS(4119), - [anon_sym_chan] = ACTIONS(4119), - [anon_sym_thread] = ACTIONS(4119), - [anon_sym_atomic] = ACTIONS(4119), - [anon_sym_assert] = ACTIONS(4119), - [anon_sym_defer] = ACTIONS(4119), - [anon_sym_goto] = ACTIONS(4119), - [anon_sym_break] = ACTIONS(4119), - [anon_sym_continue] = ACTIONS(4119), - [anon_sym_return] = ACTIONS(4119), - [anon_sym_DOLLARfor] = ACTIONS(4119), - [anon_sym_for] = ACTIONS(4119), - [anon_sym_POUND] = ACTIONS(4119), - [anon_sym_asm] = ACTIONS(4119), - [anon_sym_AT_LBRACK] = ACTIONS(4119), - [sym___double_quote] = ACTIONS(4119), - [sym___single_quote] = ACTIONS(4119), - [sym___c_double_quote] = ACTIONS(4119), - [sym___c_single_quote] = ACTIONS(4119), - [sym___r_double_quote] = ACTIONS(4119), - [sym___r_single_quote] = ACTIONS(4119), + [anon_sym_DOT] = ACTIONS(4153), + [anon_sym_LBRACE] = ACTIONS(4153), + [anon_sym_const] = ACTIONS(4153), + [anon_sym_LPAREN] = ACTIONS(4153), + [anon_sym___global] = ACTIONS(4153), + [anon_sym_type] = ACTIONS(4153), + [anon_sym_fn] = ACTIONS(4153), + [anon_sym_PLUS] = ACTIONS(4153), + [anon_sym_DASH] = ACTIONS(4153), + [anon_sym_STAR] = ACTIONS(4153), + [anon_sym_struct] = ACTIONS(4153), + [anon_sym_union] = ACTIONS(4153), + [anon_sym_pub] = ACTIONS(4153), + [anon_sym_mut] = ACTIONS(4153), + [anon_sym_enum] = ACTIONS(4153), + [anon_sym_interface] = ACTIONS(4153), + [anon_sym_QMARK] = ACTIONS(4153), + [anon_sym_BANG] = ACTIONS(4153), + [anon_sym_go] = ACTIONS(4153), + [anon_sym_spawn] = ACTIONS(4153), + [anon_sym_json_DOTdecode] = ACTIONS(4153), + [anon_sym_LBRACK2] = ACTIONS(4153), + [anon_sym_TILDE] = ACTIONS(4153), + [anon_sym_CARET] = ACTIONS(4153), + [anon_sym_AMP] = ACTIONS(4153), + [anon_sym_LT_DASH] = ACTIONS(4153), + [sym_none] = ACTIONS(4153), + [sym_true] = ACTIONS(4153), + [sym_false] = ACTIONS(4153), + [sym_nil] = ACTIONS(4153), + [anon_sym_if] = ACTIONS(4153), + [anon_sym_DOLLARif] = ACTIONS(4153), + [anon_sym_match] = ACTIONS(4153), + [anon_sym_select] = ACTIONS(4153), + [anon_sym_lock] = ACTIONS(4153), + [anon_sym_rlock] = ACTIONS(4153), + [anon_sym_unsafe] = ACTIONS(4153), + [anon_sym_sql] = ACTIONS(4153), + [sym_int_literal] = ACTIONS(4153), + [sym_float_literal] = ACTIONS(4153), + [sym_rune_literal] = ACTIONS(4153), + [anon_sym_AT] = ACTIONS(4153), + [anon_sym_shared] = ACTIONS(4153), + [anon_sym_map_LBRACK] = ACTIONS(4153), + [anon_sym_chan] = ACTIONS(4153), + [anon_sym_thread] = ACTIONS(4153), + [anon_sym_atomic] = ACTIONS(4153), + [anon_sym_assert] = ACTIONS(4153), + [anon_sym_defer] = ACTIONS(4153), + [anon_sym_goto] = ACTIONS(4153), + [anon_sym_break] = ACTIONS(4153), + [anon_sym_continue] = ACTIONS(4153), + [anon_sym_return] = ACTIONS(4153), + [anon_sym_DOLLARfor] = ACTIONS(4153), + [anon_sym_for] = ACTIONS(4153), + [anon_sym_POUND] = ACTIONS(4153), + [anon_sym_asm] = ACTIONS(4153), + [anon_sym_AT_LBRACK] = ACTIONS(4153), + [sym___double_quote] = ACTIONS(4153), + [sym___single_quote] = ACTIONS(4153), + [sym___c_double_quote] = ACTIONS(4153), + [sym___c_single_quote] = ACTIONS(4153), + [sym___r_double_quote] = ACTIONS(4153), + [sym___r_single_quote] = ACTIONS(4153), }, [1542] = { - [ts_builtin_sym_end] = ACTIONS(4121), - [sym_identifier] = ACTIONS(4123), - [anon_sym_LF] = ACTIONS(4123), - [anon_sym_CR] = ACTIONS(4123), - [anon_sym_CR_LF] = ACTIONS(4123), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4123), - [anon_sym_LBRACE] = ACTIONS(4123), - [anon_sym_const] = ACTIONS(4123), - [anon_sym_LPAREN] = ACTIONS(4123), - [anon_sym___global] = ACTIONS(4123), - [anon_sym_type] = ACTIONS(4123), - [anon_sym_fn] = ACTIONS(4123), - [anon_sym_PLUS] = ACTIONS(4123), - [anon_sym_DASH] = ACTIONS(4123), - [anon_sym_STAR] = ACTIONS(4123), - [anon_sym_struct] = ACTIONS(4123), - [anon_sym_union] = ACTIONS(4123), - [anon_sym_pub] = ACTIONS(4123), - [anon_sym_mut] = ACTIONS(4123), - [anon_sym_enum] = ACTIONS(4123), - [anon_sym_interface] = ACTIONS(4123), - [anon_sym_QMARK] = ACTIONS(4123), - [anon_sym_BANG] = ACTIONS(4123), - [anon_sym_go] = ACTIONS(4123), - [anon_sym_spawn] = ACTIONS(4123), - [anon_sym_json_DOTdecode] = ACTIONS(4123), - [anon_sym_LBRACK2] = ACTIONS(4123), - [anon_sym_TILDE] = ACTIONS(4123), - [anon_sym_CARET] = ACTIONS(4123), - [anon_sym_AMP] = ACTIONS(4123), - [anon_sym_LT_DASH] = ACTIONS(4123), - [sym_none] = ACTIONS(4123), - [sym_true] = ACTIONS(4123), - [sym_false] = ACTIONS(4123), - [sym_nil] = ACTIONS(4123), - [anon_sym_if] = ACTIONS(4123), - [anon_sym_DOLLARif] = ACTIONS(4123), - [anon_sym_match] = ACTIONS(4123), - [anon_sym_select] = ACTIONS(4123), - [anon_sym_lock] = ACTIONS(4123), - [anon_sym_rlock] = ACTIONS(4123), - [anon_sym_unsafe] = ACTIONS(4123), - [anon_sym_sql] = ACTIONS(4123), - [sym_int_literal] = ACTIONS(4123), - [sym_float_literal] = ACTIONS(4123), - [sym_rune_literal] = ACTIONS(4123), - [anon_sym_AT] = ACTIONS(4123), - [anon_sym_shared] = ACTIONS(4123), - [anon_sym_map_LBRACK] = ACTIONS(4123), - [anon_sym_chan] = ACTIONS(4123), - [anon_sym_thread] = ACTIONS(4123), - [anon_sym_atomic] = ACTIONS(4123), - [anon_sym_assert] = ACTIONS(4123), - [anon_sym_defer] = ACTIONS(4123), - [anon_sym_goto] = ACTIONS(4123), - [anon_sym_break] = ACTIONS(4123), - [anon_sym_continue] = ACTIONS(4123), - [anon_sym_return] = ACTIONS(4123), - [anon_sym_DOLLARfor] = ACTIONS(4123), - [anon_sym_for] = ACTIONS(4123), - [anon_sym_POUND] = ACTIONS(4123), - [anon_sym_asm] = ACTIONS(4123), - [anon_sym_AT_LBRACK] = ACTIONS(4123), - [sym___double_quote] = ACTIONS(4123), - [sym___single_quote] = ACTIONS(4123), - [sym___c_double_quote] = ACTIONS(4123), - [sym___c_single_quote] = ACTIONS(4123), - [sym___r_double_quote] = ACTIONS(4123), - [sym___r_single_quote] = ACTIONS(4123), + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3703), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(585), + [sym_comment] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(613), + [anon_sym_DOT] = ACTIONS(613), + [anon_sym_as] = ACTIONS(615), + [anon_sym_LBRACE] = ACTIONS(551), + [anon_sym_COMMA] = ACTIONS(613), + [anon_sym_LPAREN] = ACTIONS(613), + [anon_sym_PIPE] = ACTIONS(615), + [anon_sym_fn] = ACTIONS(591), + [anon_sym_PLUS] = ACTIONS(615), + [anon_sym_DASH] = ACTIONS(615), + [anon_sym_STAR] = ACTIONS(613), + [anon_sym_SLASH] = ACTIONS(615), + [anon_sym_PERCENT] = ACTIONS(613), + [anon_sym_LT] = ACTIONS(615), + [anon_sym_GT] = ACTIONS(615), + [anon_sym_EQ_EQ] = ACTIONS(613), + [anon_sym_BANG_EQ] = ACTIONS(613), + [anon_sym_LT_EQ] = ACTIONS(613), + [anon_sym_GT_EQ] = ACTIONS(613), + [anon_sym_LBRACK] = ACTIONS(613), + [anon_sym_LT2] = ACTIONS(615), + [anon_sym_struct] = ACTIONS(595), + [anon_sym_PLUS_PLUS] = ACTIONS(613), + [anon_sym_DASH_DASH] = ACTIONS(613), + [anon_sym_QMARK] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_LBRACK2] = ACTIONS(615), + [anon_sym_CARET] = ACTIONS(613), + [anon_sym_AMP] = ACTIONS(615), + [anon_sym_LT_LT] = ACTIONS(613), + [anon_sym_GT_GT] = ACTIONS(615), + [anon_sym_GT_GT_GT] = ACTIONS(613), + [anon_sym_AMP_CARET] = ACTIONS(613), + [anon_sym_AMP_AMP] = ACTIONS(613), + [anon_sym_PIPE_PIPE] = ACTIONS(613), + [anon_sym_or] = ACTIONS(615), + [anon_sym_QMARK_DOT] = ACTIONS(613), + [anon_sym_POUND_LBRACK] = ACTIONS(613), + [anon_sym_is] = ACTIONS(615), + [anon_sym_BANGis] = ACTIONS(613), + [anon_sym_in] = ACTIONS(615), + [anon_sym_BANGin] = ACTIONS(613), + [anon_sym_COLON_EQ] = ACTIONS(613), + [anon_sym_shared] = ACTIONS(603), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), }, [1543] = { - [ts_builtin_sym_end] = ACTIONS(4125), - [sym_identifier] = ACTIONS(4127), - [anon_sym_LF] = ACTIONS(4127), - [anon_sym_CR] = ACTIONS(4127), - [anon_sym_CR_LF] = ACTIONS(4127), + [ts_builtin_sym_end] = ACTIONS(4155), + [sym_identifier] = ACTIONS(4157), + [anon_sym_LF] = ACTIONS(4157), + [anon_sym_CR] = ACTIONS(4157), + [anon_sym_CR_LF] = ACTIONS(4157), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4127), - [anon_sym_LBRACE] = ACTIONS(4127), - [anon_sym_const] = ACTIONS(4127), - [anon_sym_LPAREN] = ACTIONS(4127), - [anon_sym___global] = ACTIONS(4127), - [anon_sym_type] = ACTIONS(4127), - [anon_sym_fn] = ACTIONS(4127), - [anon_sym_PLUS] = ACTIONS(4127), - [anon_sym_DASH] = ACTIONS(4127), - [anon_sym_STAR] = ACTIONS(4127), - [anon_sym_struct] = ACTIONS(4127), - [anon_sym_union] = ACTIONS(4127), - [anon_sym_pub] = ACTIONS(4127), - [anon_sym_mut] = ACTIONS(4127), - [anon_sym_enum] = ACTIONS(4127), - [anon_sym_interface] = ACTIONS(4127), - [anon_sym_QMARK] = ACTIONS(4127), - [anon_sym_BANG] = ACTIONS(4127), - [anon_sym_go] = ACTIONS(4127), - [anon_sym_spawn] = ACTIONS(4127), - [anon_sym_json_DOTdecode] = ACTIONS(4127), - [anon_sym_LBRACK2] = ACTIONS(4127), - [anon_sym_TILDE] = ACTIONS(4127), - [anon_sym_CARET] = ACTIONS(4127), - [anon_sym_AMP] = ACTIONS(4127), - [anon_sym_LT_DASH] = ACTIONS(4127), - [sym_none] = ACTIONS(4127), - [sym_true] = ACTIONS(4127), - [sym_false] = ACTIONS(4127), - [sym_nil] = ACTIONS(4127), - [anon_sym_if] = ACTIONS(4127), - [anon_sym_DOLLARif] = ACTIONS(4127), - [anon_sym_match] = ACTIONS(4127), - [anon_sym_select] = ACTIONS(4127), - [anon_sym_lock] = ACTIONS(4127), - [anon_sym_rlock] = ACTIONS(4127), - [anon_sym_unsafe] = ACTIONS(4127), - [anon_sym_sql] = ACTIONS(4127), - [sym_int_literal] = ACTIONS(4127), - [sym_float_literal] = ACTIONS(4127), - [sym_rune_literal] = ACTIONS(4127), - [anon_sym_AT] = ACTIONS(4127), - [anon_sym_shared] = ACTIONS(4127), - [anon_sym_map_LBRACK] = ACTIONS(4127), - [anon_sym_chan] = ACTIONS(4127), - [anon_sym_thread] = ACTIONS(4127), - [anon_sym_atomic] = ACTIONS(4127), - [anon_sym_assert] = ACTIONS(4127), - [anon_sym_defer] = ACTIONS(4127), - [anon_sym_goto] = ACTIONS(4127), - [anon_sym_break] = ACTIONS(4127), - [anon_sym_continue] = ACTIONS(4127), - [anon_sym_return] = ACTIONS(4127), - [anon_sym_DOLLARfor] = ACTIONS(4127), - [anon_sym_for] = ACTIONS(4127), - [anon_sym_POUND] = ACTIONS(4127), - [anon_sym_asm] = ACTIONS(4127), - [anon_sym_AT_LBRACK] = ACTIONS(4127), - [sym___double_quote] = ACTIONS(4127), - [sym___single_quote] = ACTIONS(4127), - [sym___c_double_quote] = ACTIONS(4127), - [sym___c_single_quote] = ACTIONS(4127), - [sym___r_double_quote] = ACTIONS(4127), - [sym___r_single_quote] = ACTIONS(4127), + [anon_sym_DOT] = ACTIONS(4157), + [anon_sym_LBRACE] = ACTIONS(4157), + [anon_sym_const] = ACTIONS(4157), + [anon_sym_LPAREN] = ACTIONS(4157), + [anon_sym___global] = ACTIONS(4157), + [anon_sym_type] = ACTIONS(4157), + [anon_sym_fn] = ACTIONS(4157), + [anon_sym_PLUS] = ACTIONS(4157), + [anon_sym_DASH] = ACTIONS(4157), + [anon_sym_STAR] = ACTIONS(4157), + [anon_sym_struct] = ACTIONS(4157), + [anon_sym_union] = ACTIONS(4157), + [anon_sym_pub] = ACTIONS(4157), + [anon_sym_mut] = ACTIONS(4157), + [anon_sym_enum] = ACTIONS(4157), + [anon_sym_interface] = ACTIONS(4157), + [anon_sym_QMARK] = ACTIONS(4157), + [anon_sym_BANG] = ACTIONS(4157), + [anon_sym_go] = ACTIONS(4157), + [anon_sym_spawn] = ACTIONS(4157), + [anon_sym_json_DOTdecode] = ACTIONS(4157), + [anon_sym_LBRACK2] = ACTIONS(4157), + [anon_sym_TILDE] = ACTIONS(4157), + [anon_sym_CARET] = ACTIONS(4157), + [anon_sym_AMP] = ACTIONS(4157), + [anon_sym_LT_DASH] = ACTIONS(4157), + [sym_none] = ACTIONS(4157), + [sym_true] = ACTIONS(4157), + [sym_false] = ACTIONS(4157), + [sym_nil] = ACTIONS(4157), + [anon_sym_if] = ACTIONS(4157), + [anon_sym_DOLLARif] = ACTIONS(4157), + [anon_sym_match] = ACTIONS(4157), + [anon_sym_select] = ACTIONS(4157), + [anon_sym_lock] = ACTIONS(4157), + [anon_sym_rlock] = ACTIONS(4157), + [anon_sym_unsafe] = ACTIONS(4157), + [anon_sym_sql] = ACTIONS(4157), + [sym_int_literal] = ACTIONS(4157), + [sym_float_literal] = ACTIONS(4157), + [sym_rune_literal] = ACTIONS(4157), + [anon_sym_AT] = ACTIONS(4157), + [anon_sym_shared] = ACTIONS(4157), + [anon_sym_map_LBRACK] = ACTIONS(4157), + [anon_sym_chan] = ACTIONS(4157), + [anon_sym_thread] = ACTIONS(4157), + [anon_sym_atomic] = ACTIONS(4157), + [anon_sym_assert] = ACTIONS(4157), + [anon_sym_defer] = ACTIONS(4157), + [anon_sym_goto] = ACTIONS(4157), + [anon_sym_break] = ACTIONS(4157), + [anon_sym_continue] = ACTIONS(4157), + [anon_sym_return] = ACTIONS(4157), + [anon_sym_DOLLARfor] = ACTIONS(4157), + [anon_sym_for] = ACTIONS(4157), + [anon_sym_POUND] = ACTIONS(4157), + [anon_sym_asm] = ACTIONS(4157), + [anon_sym_AT_LBRACK] = ACTIONS(4157), + [sym___double_quote] = ACTIONS(4157), + [sym___single_quote] = ACTIONS(4157), + [sym___c_double_quote] = ACTIONS(4157), + [sym___c_single_quote] = ACTIONS(4157), + [sym___r_double_quote] = ACTIONS(4157), + [sym___r_single_quote] = ACTIONS(4157), }, [1544] = { - [ts_builtin_sym_end] = ACTIONS(4129), - [sym_identifier] = ACTIONS(4131), - [anon_sym_LF] = ACTIONS(4131), - [anon_sym_CR] = ACTIONS(4131), - [anon_sym_CR_LF] = ACTIONS(4131), + [ts_builtin_sym_end] = ACTIONS(4159), + [sym_identifier] = ACTIONS(4161), + [anon_sym_LF] = ACTIONS(4161), + [anon_sym_CR] = ACTIONS(4161), + [anon_sym_CR_LF] = ACTIONS(4161), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4131), - [anon_sym_LBRACE] = ACTIONS(4131), - [anon_sym_const] = ACTIONS(4131), - [anon_sym_LPAREN] = ACTIONS(4131), - [anon_sym___global] = ACTIONS(4131), - [anon_sym_type] = ACTIONS(4131), - [anon_sym_fn] = ACTIONS(4131), - [anon_sym_PLUS] = ACTIONS(4131), - [anon_sym_DASH] = ACTIONS(4131), - [anon_sym_STAR] = ACTIONS(4131), - [anon_sym_struct] = ACTIONS(4131), - [anon_sym_union] = ACTIONS(4131), - [anon_sym_pub] = ACTIONS(4131), - [anon_sym_mut] = ACTIONS(4131), - [anon_sym_enum] = ACTIONS(4131), - [anon_sym_interface] = ACTIONS(4131), - [anon_sym_QMARK] = ACTIONS(4131), - [anon_sym_BANG] = ACTIONS(4131), - [anon_sym_go] = ACTIONS(4131), - [anon_sym_spawn] = ACTIONS(4131), - [anon_sym_json_DOTdecode] = ACTIONS(4131), - [anon_sym_LBRACK2] = ACTIONS(4131), - [anon_sym_TILDE] = ACTIONS(4131), - [anon_sym_CARET] = ACTIONS(4131), - [anon_sym_AMP] = ACTIONS(4131), - [anon_sym_LT_DASH] = ACTIONS(4131), - [sym_none] = ACTIONS(4131), - [sym_true] = ACTIONS(4131), - [sym_false] = ACTIONS(4131), - [sym_nil] = ACTIONS(4131), - [anon_sym_if] = ACTIONS(4131), - [anon_sym_DOLLARif] = ACTIONS(4131), - [anon_sym_match] = ACTIONS(4131), - [anon_sym_select] = ACTIONS(4131), - [anon_sym_lock] = ACTIONS(4131), - [anon_sym_rlock] = ACTIONS(4131), - [anon_sym_unsafe] = ACTIONS(4131), - [anon_sym_sql] = ACTIONS(4131), - [sym_int_literal] = ACTIONS(4131), - [sym_float_literal] = ACTIONS(4131), - [sym_rune_literal] = ACTIONS(4131), - [anon_sym_AT] = ACTIONS(4131), - [anon_sym_shared] = ACTIONS(4131), - [anon_sym_map_LBRACK] = ACTIONS(4131), - [anon_sym_chan] = ACTIONS(4131), - [anon_sym_thread] = ACTIONS(4131), - [anon_sym_atomic] = ACTIONS(4131), - [anon_sym_assert] = ACTIONS(4131), - [anon_sym_defer] = ACTIONS(4131), - [anon_sym_goto] = ACTIONS(4131), - [anon_sym_break] = ACTIONS(4131), - [anon_sym_continue] = ACTIONS(4131), - [anon_sym_return] = ACTIONS(4131), - [anon_sym_DOLLARfor] = ACTIONS(4131), - [anon_sym_for] = ACTIONS(4131), - [anon_sym_POUND] = ACTIONS(4131), - [anon_sym_asm] = ACTIONS(4131), - [anon_sym_AT_LBRACK] = ACTIONS(4131), - [sym___double_quote] = ACTIONS(4131), - [sym___single_quote] = ACTIONS(4131), - [sym___c_double_quote] = ACTIONS(4131), - [sym___c_single_quote] = ACTIONS(4131), - [sym___r_double_quote] = ACTIONS(4131), - [sym___r_single_quote] = ACTIONS(4131), + [anon_sym_DOT] = ACTIONS(4161), + [anon_sym_LBRACE] = ACTIONS(4161), + [anon_sym_const] = ACTIONS(4161), + [anon_sym_LPAREN] = ACTIONS(4161), + [anon_sym___global] = ACTIONS(4161), + [anon_sym_type] = ACTIONS(4161), + [anon_sym_fn] = ACTIONS(4161), + [anon_sym_PLUS] = ACTIONS(4161), + [anon_sym_DASH] = ACTIONS(4161), + [anon_sym_STAR] = ACTIONS(4161), + [anon_sym_struct] = ACTIONS(4161), + [anon_sym_union] = ACTIONS(4161), + [anon_sym_pub] = ACTIONS(4161), + [anon_sym_mut] = ACTIONS(4161), + [anon_sym_enum] = ACTIONS(4161), + [anon_sym_interface] = ACTIONS(4161), + [anon_sym_QMARK] = ACTIONS(4161), + [anon_sym_BANG] = ACTIONS(4161), + [anon_sym_go] = ACTIONS(4161), + [anon_sym_spawn] = ACTIONS(4161), + [anon_sym_json_DOTdecode] = ACTIONS(4161), + [anon_sym_LBRACK2] = ACTIONS(4161), + [anon_sym_TILDE] = ACTIONS(4161), + [anon_sym_CARET] = ACTIONS(4161), + [anon_sym_AMP] = ACTIONS(4161), + [anon_sym_LT_DASH] = ACTIONS(4161), + [sym_none] = ACTIONS(4161), + [sym_true] = ACTIONS(4161), + [sym_false] = ACTIONS(4161), + [sym_nil] = ACTIONS(4161), + [anon_sym_if] = ACTIONS(4161), + [anon_sym_DOLLARif] = ACTIONS(4161), + [anon_sym_match] = ACTIONS(4161), + [anon_sym_select] = ACTIONS(4161), + [anon_sym_lock] = ACTIONS(4161), + [anon_sym_rlock] = ACTIONS(4161), + [anon_sym_unsafe] = ACTIONS(4161), + [anon_sym_sql] = ACTIONS(4161), + [sym_int_literal] = ACTIONS(4161), + [sym_float_literal] = ACTIONS(4161), + [sym_rune_literal] = ACTIONS(4161), + [anon_sym_AT] = ACTIONS(4161), + [anon_sym_shared] = ACTIONS(4161), + [anon_sym_map_LBRACK] = ACTIONS(4161), + [anon_sym_chan] = ACTIONS(4161), + [anon_sym_thread] = ACTIONS(4161), + [anon_sym_atomic] = ACTIONS(4161), + [anon_sym_assert] = ACTIONS(4161), + [anon_sym_defer] = ACTIONS(4161), + [anon_sym_goto] = ACTIONS(4161), + [anon_sym_break] = ACTIONS(4161), + [anon_sym_continue] = ACTIONS(4161), + [anon_sym_return] = ACTIONS(4161), + [anon_sym_DOLLARfor] = ACTIONS(4161), + [anon_sym_for] = ACTIONS(4161), + [anon_sym_POUND] = ACTIONS(4161), + [anon_sym_asm] = ACTIONS(4161), + [anon_sym_AT_LBRACK] = ACTIONS(4161), + [sym___double_quote] = ACTIONS(4161), + [sym___single_quote] = ACTIONS(4161), + [sym___c_double_quote] = ACTIONS(4161), + [sym___c_single_quote] = ACTIONS(4161), + [sym___r_double_quote] = ACTIONS(4161), + [sym___r_single_quote] = ACTIONS(4161), }, [1545] = { - [ts_builtin_sym_end] = ACTIONS(4133), - [sym_identifier] = ACTIONS(4135), - [anon_sym_LF] = ACTIONS(4135), - [anon_sym_CR] = ACTIONS(4135), - [anon_sym_CR_LF] = ACTIONS(4135), + [ts_builtin_sym_end] = ACTIONS(4163), + [sym_identifier] = ACTIONS(4165), + [anon_sym_LF] = ACTIONS(4165), + [anon_sym_CR] = ACTIONS(4165), + [anon_sym_CR_LF] = ACTIONS(4165), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4135), - [anon_sym_LBRACE] = ACTIONS(4135), - [anon_sym_const] = ACTIONS(4135), - [anon_sym_LPAREN] = ACTIONS(4135), - [anon_sym___global] = ACTIONS(4135), - [anon_sym_type] = ACTIONS(4135), - [anon_sym_fn] = ACTIONS(4135), - [anon_sym_PLUS] = ACTIONS(4135), - [anon_sym_DASH] = ACTIONS(4135), - [anon_sym_STAR] = ACTIONS(4135), - [anon_sym_struct] = ACTIONS(4135), - [anon_sym_union] = ACTIONS(4135), - [anon_sym_pub] = ACTIONS(4135), - [anon_sym_mut] = ACTIONS(4135), - [anon_sym_enum] = ACTIONS(4135), - [anon_sym_interface] = ACTIONS(4135), - [anon_sym_QMARK] = ACTIONS(4135), - [anon_sym_BANG] = ACTIONS(4135), - [anon_sym_go] = ACTIONS(4135), - [anon_sym_spawn] = ACTIONS(4135), - [anon_sym_json_DOTdecode] = ACTIONS(4135), - [anon_sym_LBRACK2] = ACTIONS(4135), - [anon_sym_TILDE] = ACTIONS(4135), - [anon_sym_CARET] = ACTIONS(4135), - [anon_sym_AMP] = ACTIONS(4135), - [anon_sym_LT_DASH] = ACTIONS(4135), - [sym_none] = ACTIONS(4135), - [sym_true] = ACTIONS(4135), - [sym_false] = ACTIONS(4135), - [sym_nil] = ACTIONS(4135), - [anon_sym_if] = ACTIONS(4135), - [anon_sym_DOLLARif] = ACTIONS(4135), - [anon_sym_match] = ACTIONS(4135), - [anon_sym_select] = ACTIONS(4135), - [anon_sym_lock] = ACTIONS(4135), - [anon_sym_rlock] = ACTIONS(4135), - [anon_sym_unsafe] = ACTIONS(4135), - [anon_sym_sql] = ACTIONS(4135), - [sym_int_literal] = ACTIONS(4135), - [sym_float_literal] = ACTIONS(4135), - [sym_rune_literal] = ACTIONS(4135), - [anon_sym_AT] = ACTIONS(4135), - [anon_sym_shared] = ACTIONS(4135), - [anon_sym_map_LBRACK] = ACTIONS(4135), - [anon_sym_chan] = ACTIONS(4135), - [anon_sym_thread] = ACTIONS(4135), - [anon_sym_atomic] = ACTIONS(4135), - [anon_sym_assert] = ACTIONS(4135), - [anon_sym_defer] = ACTIONS(4135), - [anon_sym_goto] = ACTIONS(4135), - [anon_sym_break] = ACTIONS(4135), - [anon_sym_continue] = ACTIONS(4135), - [anon_sym_return] = ACTIONS(4135), - [anon_sym_DOLLARfor] = ACTIONS(4135), - [anon_sym_for] = ACTIONS(4135), - [anon_sym_POUND] = ACTIONS(4135), - [anon_sym_asm] = ACTIONS(4135), - [anon_sym_AT_LBRACK] = ACTIONS(4135), - [sym___double_quote] = ACTIONS(4135), - [sym___single_quote] = ACTIONS(4135), - [sym___c_double_quote] = ACTIONS(4135), - [sym___c_single_quote] = ACTIONS(4135), - [sym___r_double_quote] = ACTIONS(4135), - [sym___r_single_quote] = ACTIONS(4135), + [anon_sym_DOT] = ACTIONS(4165), + [anon_sym_LBRACE] = ACTIONS(4165), + [anon_sym_const] = ACTIONS(4165), + [anon_sym_LPAREN] = ACTIONS(4165), + [anon_sym___global] = ACTIONS(4165), + [anon_sym_type] = ACTIONS(4165), + [anon_sym_fn] = ACTIONS(4165), + [anon_sym_PLUS] = ACTIONS(4165), + [anon_sym_DASH] = ACTIONS(4165), + [anon_sym_STAR] = ACTIONS(4165), + [anon_sym_struct] = ACTIONS(4165), + [anon_sym_union] = ACTIONS(4165), + [anon_sym_pub] = ACTIONS(4165), + [anon_sym_mut] = ACTIONS(4165), + [anon_sym_enum] = ACTIONS(4165), + [anon_sym_interface] = ACTIONS(4165), + [anon_sym_QMARK] = ACTIONS(4165), + [anon_sym_BANG] = ACTIONS(4165), + [anon_sym_go] = ACTIONS(4165), + [anon_sym_spawn] = ACTIONS(4165), + [anon_sym_json_DOTdecode] = ACTIONS(4165), + [anon_sym_LBRACK2] = ACTIONS(4165), + [anon_sym_TILDE] = ACTIONS(4165), + [anon_sym_CARET] = ACTIONS(4165), + [anon_sym_AMP] = ACTIONS(4165), + [anon_sym_LT_DASH] = ACTIONS(4165), + [sym_none] = ACTIONS(4165), + [sym_true] = ACTIONS(4165), + [sym_false] = ACTIONS(4165), + [sym_nil] = ACTIONS(4165), + [anon_sym_if] = ACTIONS(4165), + [anon_sym_DOLLARif] = ACTIONS(4165), + [anon_sym_match] = ACTIONS(4165), + [anon_sym_select] = ACTIONS(4165), + [anon_sym_lock] = ACTIONS(4165), + [anon_sym_rlock] = ACTIONS(4165), + [anon_sym_unsafe] = ACTIONS(4165), + [anon_sym_sql] = ACTIONS(4165), + [sym_int_literal] = ACTIONS(4165), + [sym_float_literal] = ACTIONS(4165), + [sym_rune_literal] = ACTIONS(4165), + [anon_sym_AT] = ACTIONS(4165), + [anon_sym_shared] = ACTIONS(4165), + [anon_sym_map_LBRACK] = ACTIONS(4165), + [anon_sym_chan] = ACTIONS(4165), + [anon_sym_thread] = ACTIONS(4165), + [anon_sym_atomic] = ACTIONS(4165), + [anon_sym_assert] = ACTIONS(4165), + [anon_sym_defer] = ACTIONS(4165), + [anon_sym_goto] = ACTIONS(4165), + [anon_sym_break] = ACTIONS(4165), + [anon_sym_continue] = ACTIONS(4165), + [anon_sym_return] = ACTIONS(4165), + [anon_sym_DOLLARfor] = ACTIONS(4165), + [anon_sym_for] = ACTIONS(4165), + [anon_sym_POUND] = ACTIONS(4165), + [anon_sym_asm] = ACTIONS(4165), + [anon_sym_AT_LBRACK] = ACTIONS(4165), + [sym___double_quote] = ACTIONS(4165), + [sym___single_quote] = ACTIONS(4165), + [sym___c_double_quote] = ACTIONS(4165), + [sym___c_single_quote] = ACTIONS(4165), + [sym___r_double_quote] = ACTIONS(4165), + [sym___r_single_quote] = ACTIONS(4165), }, [1546] = { - [ts_builtin_sym_end] = ACTIONS(4137), - [sym_identifier] = ACTIONS(4139), - [anon_sym_LF] = ACTIONS(4139), - [anon_sym_CR] = ACTIONS(4139), - [anon_sym_CR_LF] = ACTIONS(4139), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4139), - [anon_sym_LBRACE] = ACTIONS(4139), - [anon_sym_const] = ACTIONS(4139), - [anon_sym_LPAREN] = ACTIONS(4139), - [anon_sym___global] = ACTIONS(4139), - [anon_sym_type] = ACTIONS(4139), - [anon_sym_fn] = ACTIONS(4139), - [anon_sym_PLUS] = ACTIONS(4139), - [anon_sym_DASH] = ACTIONS(4139), - [anon_sym_STAR] = ACTIONS(4139), - [anon_sym_struct] = ACTIONS(4139), - [anon_sym_union] = ACTIONS(4139), - [anon_sym_pub] = ACTIONS(4139), - [anon_sym_mut] = ACTIONS(4139), - [anon_sym_enum] = ACTIONS(4139), - [anon_sym_interface] = ACTIONS(4139), - [anon_sym_QMARK] = ACTIONS(4139), - [anon_sym_BANG] = ACTIONS(4139), - [anon_sym_go] = ACTIONS(4139), - [anon_sym_spawn] = ACTIONS(4139), - [anon_sym_json_DOTdecode] = ACTIONS(4139), - [anon_sym_LBRACK2] = ACTIONS(4139), - [anon_sym_TILDE] = ACTIONS(4139), - [anon_sym_CARET] = ACTIONS(4139), - [anon_sym_AMP] = ACTIONS(4139), - [anon_sym_LT_DASH] = ACTIONS(4139), - [sym_none] = ACTIONS(4139), - [sym_true] = ACTIONS(4139), - [sym_false] = ACTIONS(4139), - [sym_nil] = ACTIONS(4139), - [anon_sym_if] = ACTIONS(4139), - [anon_sym_DOLLARif] = ACTIONS(4139), - [anon_sym_match] = ACTIONS(4139), - [anon_sym_select] = ACTIONS(4139), - [anon_sym_lock] = ACTIONS(4139), - [anon_sym_rlock] = ACTIONS(4139), - [anon_sym_unsafe] = ACTIONS(4139), - [anon_sym_sql] = ACTIONS(4139), - [sym_int_literal] = ACTIONS(4139), - [sym_float_literal] = ACTIONS(4139), - [sym_rune_literal] = ACTIONS(4139), - [anon_sym_AT] = ACTIONS(4139), - [anon_sym_shared] = ACTIONS(4139), - [anon_sym_map_LBRACK] = ACTIONS(4139), - [anon_sym_chan] = ACTIONS(4139), - [anon_sym_thread] = ACTIONS(4139), - [anon_sym_atomic] = ACTIONS(4139), - [anon_sym_assert] = ACTIONS(4139), - [anon_sym_defer] = ACTIONS(4139), - [anon_sym_goto] = ACTIONS(4139), - [anon_sym_break] = ACTIONS(4139), - [anon_sym_continue] = ACTIONS(4139), - [anon_sym_return] = ACTIONS(4139), - [anon_sym_DOLLARfor] = ACTIONS(4139), - [anon_sym_for] = ACTIONS(4139), - [anon_sym_POUND] = ACTIONS(4139), - [anon_sym_asm] = ACTIONS(4139), - [anon_sym_AT_LBRACK] = ACTIONS(4139), - [sym___double_quote] = ACTIONS(4139), - [sym___single_quote] = ACTIONS(4139), - [sym___c_double_quote] = ACTIONS(4139), - [sym___c_single_quote] = ACTIONS(4139), - [sym___r_double_quote] = ACTIONS(4139), - [sym___r_single_quote] = ACTIONS(4139), - }, - [1547] = { - [ts_builtin_sym_end] = ACTIONS(4141), - [sym_identifier] = ACTIONS(4143), - [anon_sym_LF] = ACTIONS(4143), - [anon_sym_CR] = ACTIONS(4143), - [anon_sym_CR_LF] = ACTIONS(4143), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4143), - [anon_sym_LBRACE] = ACTIONS(4143), - [anon_sym_const] = ACTIONS(4143), - [anon_sym_LPAREN] = ACTIONS(4143), - [anon_sym___global] = ACTIONS(4143), - [anon_sym_type] = ACTIONS(4143), - [anon_sym_fn] = ACTIONS(4143), - [anon_sym_PLUS] = ACTIONS(4143), - [anon_sym_DASH] = ACTIONS(4143), - [anon_sym_STAR] = ACTIONS(4143), - [anon_sym_struct] = ACTIONS(4143), - [anon_sym_union] = ACTIONS(4143), - [anon_sym_pub] = ACTIONS(4143), - [anon_sym_mut] = ACTIONS(4143), - [anon_sym_enum] = ACTIONS(4143), - [anon_sym_interface] = ACTIONS(4143), - [anon_sym_QMARK] = ACTIONS(4143), - [anon_sym_BANG] = ACTIONS(4143), - [anon_sym_go] = ACTIONS(4143), - [anon_sym_spawn] = ACTIONS(4143), - [anon_sym_json_DOTdecode] = ACTIONS(4143), - [anon_sym_LBRACK2] = ACTIONS(4143), - [anon_sym_TILDE] = ACTIONS(4143), - [anon_sym_CARET] = ACTIONS(4143), - [anon_sym_AMP] = ACTIONS(4143), - [anon_sym_LT_DASH] = ACTIONS(4143), - [sym_none] = ACTIONS(4143), - [sym_true] = ACTIONS(4143), - [sym_false] = ACTIONS(4143), - [sym_nil] = ACTIONS(4143), - [anon_sym_if] = ACTIONS(4143), - [anon_sym_DOLLARif] = ACTIONS(4143), - [anon_sym_match] = ACTIONS(4143), - [anon_sym_select] = ACTIONS(4143), - [anon_sym_lock] = ACTIONS(4143), - [anon_sym_rlock] = ACTIONS(4143), - [anon_sym_unsafe] = ACTIONS(4143), - [anon_sym_sql] = ACTIONS(4143), - [sym_int_literal] = ACTIONS(4143), - [sym_float_literal] = ACTIONS(4143), - [sym_rune_literal] = ACTIONS(4143), - [anon_sym_AT] = ACTIONS(4143), - [anon_sym_shared] = ACTIONS(4143), - [anon_sym_map_LBRACK] = ACTIONS(4143), - [anon_sym_chan] = ACTIONS(4143), - [anon_sym_thread] = ACTIONS(4143), - [anon_sym_atomic] = ACTIONS(4143), - [anon_sym_assert] = ACTIONS(4143), - [anon_sym_defer] = ACTIONS(4143), - [anon_sym_goto] = ACTIONS(4143), - [anon_sym_break] = ACTIONS(4143), - [anon_sym_continue] = ACTIONS(4143), - [anon_sym_return] = ACTIONS(4143), - [anon_sym_DOLLARfor] = ACTIONS(4143), - [anon_sym_for] = ACTIONS(4143), - [anon_sym_POUND] = ACTIONS(4143), - [anon_sym_asm] = ACTIONS(4143), - [anon_sym_AT_LBRACK] = ACTIONS(4143), - [sym___double_quote] = ACTIONS(4143), - [sym___single_quote] = ACTIONS(4143), - [sym___c_double_quote] = ACTIONS(4143), - [sym___c_single_quote] = ACTIONS(4143), - [sym___r_double_quote] = ACTIONS(4143), - [sym___r_single_quote] = ACTIONS(4143), - }, - [1548] = { - [ts_builtin_sym_end] = ACTIONS(4145), - [sym_identifier] = ACTIONS(4147), - [anon_sym_LF] = ACTIONS(4147), - [anon_sym_CR] = ACTIONS(4147), - [anon_sym_CR_LF] = ACTIONS(4147), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4147), - [anon_sym_LBRACE] = ACTIONS(4147), - [anon_sym_const] = ACTIONS(4147), - [anon_sym_LPAREN] = ACTIONS(4147), - [anon_sym___global] = ACTIONS(4147), - [anon_sym_type] = ACTIONS(4147), - [anon_sym_fn] = ACTIONS(4147), - [anon_sym_PLUS] = ACTIONS(4147), - [anon_sym_DASH] = ACTIONS(4147), - [anon_sym_STAR] = ACTIONS(4147), - [anon_sym_struct] = ACTIONS(4147), - [anon_sym_union] = ACTIONS(4147), - [anon_sym_pub] = ACTIONS(4147), - [anon_sym_mut] = ACTIONS(4147), - [anon_sym_enum] = ACTIONS(4147), - [anon_sym_interface] = ACTIONS(4147), - [anon_sym_QMARK] = ACTIONS(4147), - [anon_sym_BANG] = ACTIONS(4147), - [anon_sym_go] = ACTIONS(4147), - [anon_sym_spawn] = ACTIONS(4147), - [anon_sym_json_DOTdecode] = ACTIONS(4147), - [anon_sym_LBRACK2] = ACTIONS(4147), - [anon_sym_TILDE] = ACTIONS(4147), - [anon_sym_CARET] = ACTIONS(4147), - [anon_sym_AMP] = ACTIONS(4147), - [anon_sym_LT_DASH] = ACTIONS(4147), - [sym_none] = ACTIONS(4147), - [sym_true] = ACTIONS(4147), - [sym_false] = ACTIONS(4147), - [sym_nil] = ACTIONS(4147), - [anon_sym_if] = ACTIONS(4147), - [anon_sym_DOLLARif] = ACTIONS(4147), - [anon_sym_match] = ACTIONS(4147), - [anon_sym_select] = ACTIONS(4147), - [anon_sym_lock] = ACTIONS(4147), - [anon_sym_rlock] = ACTIONS(4147), - [anon_sym_unsafe] = ACTIONS(4147), - [anon_sym_sql] = ACTIONS(4147), - [sym_int_literal] = ACTIONS(4147), - [sym_float_literal] = ACTIONS(4147), - [sym_rune_literal] = ACTIONS(4147), - [anon_sym_AT] = ACTIONS(4147), - [anon_sym_shared] = ACTIONS(4147), - [anon_sym_map_LBRACK] = ACTIONS(4147), - [anon_sym_chan] = ACTIONS(4147), - [anon_sym_thread] = ACTIONS(4147), - [anon_sym_atomic] = ACTIONS(4147), - [anon_sym_assert] = ACTIONS(4147), - [anon_sym_defer] = ACTIONS(4147), - [anon_sym_goto] = ACTIONS(4147), - [anon_sym_break] = ACTIONS(4147), - [anon_sym_continue] = ACTIONS(4147), - [anon_sym_return] = ACTIONS(4147), - [anon_sym_DOLLARfor] = ACTIONS(4147), - [anon_sym_for] = ACTIONS(4147), - [anon_sym_POUND] = ACTIONS(4147), - [anon_sym_asm] = ACTIONS(4147), - [anon_sym_AT_LBRACK] = ACTIONS(4147), - [sym___double_quote] = ACTIONS(4147), - [sym___single_quote] = ACTIONS(4147), - [sym___c_double_quote] = ACTIONS(4147), - [sym___c_single_quote] = ACTIONS(4147), - [sym___r_double_quote] = ACTIONS(4147), - [sym___r_single_quote] = ACTIONS(4147), - }, - [1549] = { - [ts_builtin_sym_end] = ACTIONS(4149), - [sym_identifier] = ACTIONS(4151), - [anon_sym_LF] = ACTIONS(4151), - [anon_sym_CR] = ACTIONS(4151), - [anon_sym_CR_LF] = ACTIONS(4151), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4151), - [anon_sym_LBRACE] = ACTIONS(4151), - [anon_sym_const] = ACTIONS(4151), - [anon_sym_LPAREN] = ACTIONS(4151), - [anon_sym___global] = ACTIONS(4151), - [anon_sym_type] = ACTIONS(4151), - [anon_sym_fn] = ACTIONS(4151), - [anon_sym_PLUS] = ACTIONS(4151), - [anon_sym_DASH] = ACTIONS(4151), - [anon_sym_STAR] = ACTIONS(4151), - [anon_sym_struct] = ACTIONS(4151), - [anon_sym_union] = ACTIONS(4151), - [anon_sym_pub] = ACTIONS(4151), - [anon_sym_mut] = ACTIONS(4151), - [anon_sym_enum] = ACTIONS(4151), - [anon_sym_interface] = ACTIONS(4151), - [anon_sym_QMARK] = ACTIONS(4151), - [anon_sym_BANG] = ACTIONS(4151), - [anon_sym_go] = ACTIONS(4151), - [anon_sym_spawn] = ACTIONS(4151), - [anon_sym_json_DOTdecode] = ACTIONS(4151), - [anon_sym_LBRACK2] = ACTIONS(4151), - [anon_sym_TILDE] = ACTIONS(4151), - [anon_sym_CARET] = ACTIONS(4151), - [anon_sym_AMP] = ACTIONS(4151), - [anon_sym_LT_DASH] = ACTIONS(4151), - [sym_none] = ACTIONS(4151), - [sym_true] = ACTIONS(4151), - [sym_false] = ACTIONS(4151), - [sym_nil] = ACTIONS(4151), - [anon_sym_if] = ACTIONS(4151), - [anon_sym_DOLLARif] = ACTIONS(4151), - [anon_sym_match] = ACTIONS(4151), - [anon_sym_select] = ACTIONS(4151), - [anon_sym_lock] = ACTIONS(4151), - [anon_sym_rlock] = ACTIONS(4151), - [anon_sym_unsafe] = ACTIONS(4151), - [anon_sym_sql] = ACTIONS(4151), - [sym_int_literal] = ACTIONS(4151), - [sym_float_literal] = ACTIONS(4151), - [sym_rune_literal] = ACTIONS(4151), - [anon_sym_AT] = ACTIONS(4151), - [anon_sym_shared] = ACTIONS(4151), - [anon_sym_map_LBRACK] = ACTIONS(4151), - [anon_sym_chan] = ACTIONS(4151), - [anon_sym_thread] = ACTIONS(4151), - [anon_sym_atomic] = ACTIONS(4151), - [anon_sym_assert] = ACTIONS(4151), - [anon_sym_defer] = ACTIONS(4151), - [anon_sym_goto] = ACTIONS(4151), - [anon_sym_break] = ACTIONS(4151), - [anon_sym_continue] = ACTIONS(4151), - [anon_sym_return] = ACTIONS(4151), - [anon_sym_DOLLARfor] = ACTIONS(4151), - [anon_sym_for] = ACTIONS(4151), - [anon_sym_POUND] = ACTIONS(4151), - [anon_sym_asm] = ACTIONS(4151), - [anon_sym_AT_LBRACK] = ACTIONS(4151), - [sym___double_quote] = ACTIONS(4151), - [sym___single_quote] = ACTIONS(4151), - [sym___c_double_quote] = ACTIONS(4151), - [sym___c_single_quote] = ACTIONS(4151), - [sym___r_double_quote] = ACTIONS(4151), - [sym___r_single_quote] = ACTIONS(4151), - }, - [1550] = { - [ts_builtin_sym_end] = ACTIONS(4153), - [sym_identifier] = ACTIONS(4155), - [anon_sym_LF] = ACTIONS(4155), - [anon_sym_CR] = ACTIONS(4155), - [anon_sym_CR_LF] = ACTIONS(4155), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4155), - [anon_sym_LBRACE] = ACTIONS(4155), - [anon_sym_const] = ACTIONS(4155), - [anon_sym_LPAREN] = ACTIONS(4155), - [anon_sym___global] = ACTIONS(4155), - [anon_sym_type] = ACTIONS(4155), - [anon_sym_fn] = ACTIONS(4155), - [anon_sym_PLUS] = ACTIONS(4155), - [anon_sym_DASH] = ACTIONS(4155), - [anon_sym_STAR] = ACTIONS(4155), - [anon_sym_struct] = ACTIONS(4155), - [anon_sym_union] = ACTIONS(4155), - [anon_sym_pub] = ACTIONS(4155), - [anon_sym_mut] = ACTIONS(4155), - [anon_sym_enum] = ACTIONS(4155), - [anon_sym_interface] = ACTIONS(4155), - [anon_sym_QMARK] = ACTIONS(4155), - [anon_sym_BANG] = ACTIONS(4155), - [anon_sym_go] = ACTIONS(4155), - [anon_sym_spawn] = ACTIONS(4155), - [anon_sym_json_DOTdecode] = ACTIONS(4155), - [anon_sym_LBRACK2] = ACTIONS(4155), - [anon_sym_TILDE] = ACTIONS(4155), - [anon_sym_CARET] = ACTIONS(4155), - [anon_sym_AMP] = ACTIONS(4155), - [anon_sym_LT_DASH] = ACTIONS(4155), - [sym_none] = ACTIONS(4155), - [sym_true] = ACTIONS(4155), - [sym_false] = ACTIONS(4155), - [sym_nil] = ACTIONS(4155), - [anon_sym_if] = ACTIONS(4155), - [anon_sym_DOLLARif] = ACTIONS(4155), - [anon_sym_match] = ACTIONS(4155), - [anon_sym_select] = ACTIONS(4155), - [anon_sym_lock] = ACTIONS(4155), - [anon_sym_rlock] = ACTIONS(4155), - [anon_sym_unsafe] = ACTIONS(4155), - [anon_sym_sql] = ACTIONS(4155), - [sym_int_literal] = ACTIONS(4155), - [sym_float_literal] = ACTIONS(4155), - [sym_rune_literal] = ACTIONS(4155), - [anon_sym_AT] = ACTIONS(4155), - [anon_sym_shared] = ACTIONS(4155), - [anon_sym_map_LBRACK] = ACTIONS(4155), - [anon_sym_chan] = ACTIONS(4155), - [anon_sym_thread] = ACTIONS(4155), - [anon_sym_atomic] = ACTIONS(4155), - [anon_sym_assert] = ACTIONS(4155), - [anon_sym_defer] = ACTIONS(4155), - [anon_sym_goto] = ACTIONS(4155), - [anon_sym_break] = ACTIONS(4155), - [anon_sym_continue] = ACTIONS(4155), - [anon_sym_return] = ACTIONS(4155), - [anon_sym_DOLLARfor] = ACTIONS(4155), - [anon_sym_for] = ACTIONS(4155), - [anon_sym_POUND] = ACTIONS(4155), - [anon_sym_asm] = ACTIONS(4155), - [anon_sym_AT_LBRACK] = ACTIONS(4155), - [sym___double_quote] = ACTIONS(4155), - [sym___single_quote] = ACTIONS(4155), - [sym___c_double_quote] = ACTIONS(4155), - [sym___c_single_quote] = ACTIONS(4155), - [sym___r_double_quote] = ACTIONS(4155), - [sym___r_single_quote] = ACTIONS(4155), - }, - [1551] = { - [ts_builtin_sym_end] = ACTIONS(4157), - [sym_identifier] = ACTIONS(4159), - [anon_sym_LF] = ACTIONS(4159), - [anon_sym_CR] = ACTIONS(4159), - [anon_sym_CR_LF] = ACTIONS(4159), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4159), - [anon_sym_LBRACE] = ACTIONS(4159), - [anon_sym_const] = ACTIONS(4159), - [anon_sym_LPAREN] = ACTIONS(4159), - [anon_sym___global] = ACTIONS(4159), - [anon_sym_type] = ACTIONS(4159), - [anon_sym_fn] = ACTIONS(4159), - [anon_sym_PLUS] = ACTIONS(4159), - [anon_sym_DASH] = ACTIONS(4159), - [anon_sym_STAR] = ACTIONS(4159), - [anon_sym_struct] = ACTIONS(4159), - [anon_sym_union] = ACTIONS(4159), - [anon_sym_pub] = ACTIONS(4159), - [anon_sym_mut] = ACTIONS(4159), - [anon_sym_enum] = ACTIONS(4159), - [anon_sym_interface] = ACTIONS(4159), - [anon_sym_QMARK] = ACTIONS(4159), - [anon_sym_BANG] = ACTIONS(4159), - [anon_sym_go] = ACTIONS(4159), - [anon_sym_spawn] = ACTIONS(4159), - [anon_sym_json_DOTdecode] = ACTIONS(4159), - [anon_sym_LBRACK2] = ACTIONS(4159), - [anon_sym_TILDE] = ACTIONS(4159), - [anon_sym_CARET] = ACTIONS(4159), - [anon_sym_AMP] = ACTIONS(4159), - [anon_sym_LT_DASH] = ACTIONS(4159), - [sym_none] = ACTIONS(4159), - [sym_true] = ACTIONS(4159), - [sym_false] = ACTIONS(4159), - [sym_nil] = ACTIONS(4159), - [anon_sym_if] = ACTIONS(4159), - [anon_sym_DOLLARif] = ACTIONS(4159), - [anon_sym_match] = ACTIONS(4159), - [anon_sym_select] = ACTIONS(4159), - [anon_sym_lock] = ACTIONS(4159), - [anon_sym_rlock] = ACTIONS(4159), - [anon_sym_unsafe] = ACTIONS(4159), - [anon_sym_sql] = ACTIONS(4159), - [sym_int_literal] = ACTIONS(4159), - [sym_float_literal] = ACTIONS(4159), - [sym_rune_literal] = ACTIONS(4159), - [anon_sym_AT] = ACTIONS(4159), - [anon_sym_shared] = ACTIONS(4159), - [anon_sym_map_LBRACK] = ACTIONS(4159), - [anon_sym_chan] = ACTIONS(4159), - [anon_sym_thread] = ACTIONS(4159), - [anon_sym_atomic] = ACTIONS(4159), - [anon_sym_assert] = ACTIONS(4159), - [anon_sym_defer] = ACTIONS(4159), - [anon_sym_goto] = ACTIONS(4159), - [anon_sym_break] = ACTIONS(4159), - [anon_sym_continue] = ACTIONS(4159), - [anon_sym_return] = ACTIONS(4159), - [anon_sym_DOLLARfor] = ACTIONS(4159), - [anon_sym_for] = ACTIONS(4159), - [anon_sym_POUND] = ACTIONS(4159), - [anon_sym_asm] = ACTIONS(4159), - [anon_sym_AT_LBRACK] = ACTIONS(4159), - [sym___double_quote] = ACTIONS(4159), - [sym___single_quote] = ACTIONS(4159), - [sym___c_double_quote] = ACTIONS(4159), - [sym___c_single_quote] = ACTIONS(4159), - [sym___r_double_quote] = ACTIONS(4159), - [sym___r_single_quote] = ACTIONS(4159), - }, - [1552] = { - [ts_builtin_sym_end] = ACTIONS(4161), - [sym_identifier] = ACTIONS(4163), - [anon_sym_LF] = ACTIONS(4163), - [anon_sym_CR] = ACTIONS(4163), - [anon_sym_CR_LF] = ACTIONS(4163), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4163), - [anon_sym_LBRACE] = ACTIONS(4163), - [anon_sym_const] = ACTIONS(4163), - [anon_sym_LPAREN] = ACTIONS(4163), - [anon_sym___global] = ACTIONS(4163), - [anon_sym_type] = ACTIONS(4163), - [anon_sym_fn] = ACTIONS(4163), - [anon_sym_PLUS] = ACTIONS(4163), - [anon_sym_DASH] = ACTIONS(4163), - [anon_sym_STAR] = ACTIONS(4163), - [anon_sym_struct] = ACTIONS(4163), - [anon_sym_union] = ACTIONS(4163), - [anon_sym_pub] = ACTIONS(4163), - [anon_sym_mut] = ACTIONS(4163), - [anon_sym_enum] = ACTIONS(4163), - [anon_sym_interface] = ACTIONS(4163), - [anon_sym_QMARK] = ACTIONS(4163), - [anon_sym_BANG] = ACTIONS(4163), - [anon_sym_go] = ACTIONS(4163), - [anon_sym_spawn] = ACTIONS(4163), - [anon_sym_json_DOTdecode] = ACTIONS(4163), - [anon_sym_LBRACK2] = ACTIONS(4163), - [anon_sym_TILDE] = ACTIONS(4163), - [anon_sym_CARET] = ACTIONS(4163), - [anon_sym_AMP] = ACTIONS(4163), - [anon_sym_LT_DASH] = ACTIONS(4163), - [sym_none] = ACTIONS(4163), - [sym_true] = ACTIONS(4163), - [sym_false] = ACTIONS(4163), - [sym_nil] = ACTIONS(4163), - [anon_sym_if] = ACTIONS(4163), - [anon_sym_DOLLARif] = ACTIONS(4163), - [anon_sym_match] = ACTIONS(4163), - [anon_sym_select] = ACTIONS(4163), - [anon_sym_lock] = ACTIONS(4163), - [anon_sym_rlock] = ACTIONS(4163), - [anon_sym_unsafe] = ACTIONS(4163), - [anon_sym_sql] = ACTIONS(4163), - [sym_int_literal] = ACTIONS(4163), - [sym_float_literal] = ACTIONS(4163), - [sym_rune_literal] = ACTIONS(4163), - [anon_sym_AT] = ACTIONS(4163), - [anon_sym_shared] = ACTIONS(4163), - [anon_sym_map_LBRACK] = ACTIONS(4163), - [anon_sym_chan] = ACTIONS(4163), - [anon_sym_thread] = ACTIONS(4163), - [anon_sym_atomic] = ACTIONS(4163), - [anon_sym_assert] = ACTIONS(4163), - [anon_sym_defer] = ACTIONS(4163), - [anon_sym_goto] = ACTIONS(4163), - [anon_sym_break] = ACTIONS(4163), - [anon_sym_continue] = ACTIONS(4163), - [anon_sym_return] = ACTIONS(4163), - [anon_sym_DOLLARfor] = ACTIONS(4163), - [anon_sym_for] = ACTIONS(4163), - [anon_sym_POUND] = ACTIONS(4163), - [anon_sym_asm] = ACTIONS(4163), - [anon_sym_AT_LBRACK] = ACTIONS(4163), - [sym___double_quote] = ACTIONS(4163), - [sym___single_quote] = ACTIONS(4163), - [sym___c_double_quote] = ACTIONS(4163), - [sym___c_single_quote] = ACTIONS(4163), - [sym___r_double_quote] = ACTIONS(4163), - [sym___r_single_quote] = ACTIONS(4163), - }, - [1553] = { - [ts_builtin_sym_end] = ACTIONS(4165), - [sym_identifier] = ACTIONS(4167), + [ts_builtin_sym_end] = ACTIONS(4167), + [sym_identifier] = ACTIONS(4169), [anon_sym_LF] = ACTIONS(4169), [anon_sym_CR] = ACTIONS(4169), [anon_sym_CR_LF] = ACTIONS(4169), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4167), - [anon_sym_LBRACE] = ACTIONS(4167), - [anon_sym_const] = ACTIONS(4167), - [anon_sym_LPAREN] = ACTIONS(4167), - [anon_sym___global] = ACTIONS(4167), - [anon_sym_type] = ACTIONS(4167), - [anon_sym_fn] = ACTIONS(4167), - [anon_sym_PLUS] = ACTIONS(4167), - [anon_sym_DASH] = ACTIONS(4167), - [anon_sym_STAR] = ACTIONS(4167), - [anon_sym_struct] = ACTIONS(4167), - [anon_sym_union] = ACTIONS(4167), - [anon_sym_pub] = ACTIONS(4167), - [anon_sym_mut] = ACTIONS(4167), - [anon_sym_enum] = ACTIONS(4167), - [anon_sym_interface] = ACTIONS(4167), - [anon_sym_QMARK] = ACTIONS(4167), - [anon_sym_BANG] = ACTIONS(4167), - [anon_sym_go] = ACTIONS(4167), - [anon_sym_spawn] = ACTIONS(4167), - [anon_sym_json_DOTdecode] = ACTIONS(4167), - [anon_sym_LBRACK2] = ACTIONS(4167), - [anon_sym_TILDE] = ACTIONS(4167), - [anon_sym_CARET] = ACTIONS(4167), - [anon_sym_AMP] = ACTIONS(4167), - [anon_sym_LT_DASH] = ACTIONS(4167), - [sym_none] = ACTIONS(4167), - [sym_true] = ACTIONS(4167), - [sym_false] = ACTIONS(4167), - [sym_nil] = ACTIONS(4167), - [anon_sym_if] = ACTIONS(4167), - [anon_sym_DOLLARif] = ACTIONS(4167), - [anon_sym_match] = ACTIONS(4167), - [anon_sym_select] = ACTIONS(4167), - [anon_sym_lock] = ACTIONS(4167), - [anon_sym_rlock] = ACTIONS(4167), - [anon_sym_unsafe] = ACTIONS(4167), - [anon_sym_sql] = ACTIONS(4167), - [sym_int_literal] = ACTIONS(4167), - [sym_float_literal] = ACTIONS(4167), - [sym_rune_literal] = ACTIONS(4167), - [anon_sym_AT] = ACTIONS(4167), - [anon_sym_shared] = ACTIONS(4167), - [anon_sym_map_LBRACK] = ACTIONS(4167), - [anon_sym_chan] = ACTIONS(4167), - [anon_sym_thread] = ACTIONS(4167), - [anon_sym_atomic] = ACTIONS(4167), - [anon_sym_assert] = ACTIONS(4167), - [anon_sym_defer] = ACTIONS(4167), - [anon_sym_goto] = ACTIONS(4167), - [anon_sym_break] = ACTIONS(4167), - [anon_sym_continue] = ACTIONS(4167), - [anon_sym_return] = ACTIONS(4167), - [anon_sym_DOLLARfor] = ACTIONS(4167), - [anon_sym_for] = ACTIONS(4167), - [anon_sym_POUND] = ACTIONS(4167), - [anon_sym_asm] = ACTIONS(4167), - [anon_sym_AT_LBRACK] = ACTIONS(4167), - [sym___double_quote] = ACTIONS(4167), - [sym___single_quote] = ACTIONS(4167), - [sym___c_double_quote] = ACTIONS(4167), - [sym___c_single_quote] = ACTIONS(4167), - [sym___r_double_quote] = ACTIONS(4167), - [sym___r_single_quote] = ACTIONS(4167), + [anon_sym_DOT] = ACTIONS(4169), + [anon_sym_LBRACE] = ACTIONS(4169), + [anon_sym_const] = ACTIONS(4169), + [anon_sym_LPAREN] = ACTIONS(4169), + [anon_sym___global] = ACTIONS(4169), + [anon_sym_type] = ACTIONS(4169), + [anon_sym_fn] = ACTIONS(4169), + [anon_sym_PLUS] = ACTIONS(4169), + [anon_sym_DASH] = ACTIONS(4169), + [anon_sym_STAR] = ACTIONS(4169), + [anon_sym_struct] = ACTIONS(4169), + [anon_sym_union] = ACTIONS(4169), + [anon_sym_pub] = ACTIONS(4169), + [anon_sym_mut] = ACTIONS(4169), + [anon_sym_enum] = ACTIONS(4169), + [anon_sym_interface] = ACTIONS(4169), + [anon_sym_QMARK] = ACTIONS(4169), + [anon_sym_BANG] = ACTIONS(4169), + [anon_sym_go] = ACTIONS(4169), + [anon_sym_spawn] = ACTIONS(4169), + [anon_sym_json_DOTdecode] = ACTIONS(4169), + [anon_sym_LBRACK2] = ACTIONS(4169), + [anon_sym_TILDE] = ACTIONS(4169), + [anon_sym_CARET] = ACTIONS(4169), + [anon_sym_AMP] = ACTIONS(4169), + [anon_sym_LT_DASH] = ACTIONS(4169), + [sym_none] = ACTIONS(4169), + [sym_true] = ACTIONS(4169), + [sym_false] = ACTIONS(4169), + [sym_nil] = ACTIONS(4169), + [anon_sym_if] = ACTIONS(4169), + [anon_sym_DOLLARif] = ACTIONS(4169), + [anon_sym_match] = ACTIONS(4169), + [anon_sym_select] = ACTIONS(4169), + [anon_sym_lock] = ACTIONS(4169), + [anon_sym_rlock] = ACTIONS(4169), + [anon_sym_unsafe] = ACTIONS(4169), + [anon_sym_sql] = ACTIONS(4169), + [sym_int_literal] = ACTIONS(4169), + [sym_float_literal] = ACTIONS(4169), + [sym_rune_literal] = ACTIONS(4169), + [anon_sym_AT] = ACTIONS(4169), + [anon_sym_shared] = ACTIONS(4169), + [anon_sym_map_LBRACK] = ACTIONS(4169), + [anon_sym_chan] = ACTIONS(4169), + [anon_sym_thread] = ACTIONS(4169), + [anon_sym_atomic] = ACTIONS(4169), + [anon_sym_assert] = ACTIONS(4169), + [anon_sym_defer] = ACTIONS(4169), + [anon_sym_goto] = ACTIONS(4169), + [anon_sym_break] = ACTIONS(4169), + [anon_sym_continue] = ACTIONS(4169), + [anon_sym_return] = ACTIONS(4169), + [anon_sym_DOLLARfor] = ACTIONS(4169), + [anon_sym_for] = ACTIONS(4169), + [anon_sym_POUND] = ACTIONS(4169), + [anon_sym_asm] = ACTIONS(4169), + [anon_sym_AT_LBRACK] = ACTIONS(4169), + [sym___double_quote] = ACTIONS(4169), + [sym___single_quote] = ACTIONS(4169), + [sym___c_double_quote] = ACTIONS(4169), + [sym___c_single_quote] = ACTIONS(4169), + [sym___r_double_quote] = ACTIONS(4169), + [sym___r_single_quote] = ACTIONS(4169), }, - [1554] = { + [1547] = { [ts_builtin_sym_end] = ACTIONS(4171), [sym_identifier] = ACTIONS(4173), [anon_sym_LF] = ACTIONS(4173), @@ -186208,7 +186478,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4173), [sym___r_single_quote] = ACTIONS(4173), }, - [1555] = { + [1548] = { [ts_builtin_sym_end] = ACTIONS(4175), [sym_identifier] = ACTIONS(4177), [anon_sym_LF] = ACTIONS(4177), @@ -186280,7 +186550,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4177), [sym___r_single_quote] = ACTIONS(4177), }, - [1556] = { + [1549] = { [ts_builtin_sym_end] = ACTIONS(4179), [sym_identifier] = ACTIONS(4181), [anon_sym_LF] = ACTIONS(4181), @@ -186352,79 +186622,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4181), [sym___r_single_quote] = ACTIONS(4181), }, - [1557] = { - [ts_builtin_sym_end] = ACTIONS(1764), - [sym_identifier] = ACTIONS(1766), - [anon_sym_LF] = ACTIONS(1766), - [anon_sym_CR] = ACTIONS(1766), - [anon_sym_CR_LF] = ACTIONS(1766), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(1766), - [anon_sym_LBRACE] = ACTIONS(1766), - [anon_sym_const] = ACTIONS(1766), - [anon_sym_LPAREN] = ACTIONS(1766), - [anon_sym___global] = ACTIONS(1766), - [anon_sym_type] = ACTIONS(1766), - [anon_sym_fn] = ACTIONS(1766), - [anon_sym_PLUS] = ACTIONS(1766), - [anon_sym_DASH] = ACTIONS(1766), - [anon_sym_STAR] = ACTIONS(1766), - [anon_sym_struct] = ACTIONS(1766), - [anon_sym_union] = ACTIONS(1766), - [anon_sym_pub] = ACTIONS(1766), - [anon_sym_mut] = ACTIONS(1766), - [anon_sym_enum] = ACTIONS(1766), - [anon_sym_interface] = ACTIONS(1766), - [anon_sym_QMARK] = ACTIONS(1766), - [anon_sym_BANG] = ACTIONS(1766), - [anon_sym_go] = ACTIONS(1766), - [anon_sym_spawn] = ACTIONS(1766), - [anon_sym_json_DOTdecode] = ACTIONS(1766), - [anon_sym_LBRACK2] = ACTIONS(1766), - [anon_sym_TILDE] = ACTIONS(1766), - [anon_sym_CARET] = ACTIONS(1766), - [anon_sym_AMP] = ACTIONS(1766), - [anon_sym_LT_DASH] = ACTIONS(1766), - [sym_none] = ACTIONS(1766), - [sym_true] = ACTIONS(1766), - [sym_false] = ACTIONS(1766), - [sym_nil] = ACTIONS(1766), - [anon_sym_if] = ACTIONS(1766), - [anon_sym_DOLLARif] = ACTIONS(1766), - [anon_sym_match] = ACTIONS(1766), - [anon_sym_select] = ACTIONS(1766), - [anon_sym_lock] = ACTIONS(1766), - [anon_sym_rlock] = ACTIONS(1766), - [anon_sym_unsafe] = ACTIONS(1766), - [anon_sym_sql] = ACTIONS(1766), - [sym_int_literal] = ACTIONS(1766), - [sym_float_literal] = ACTIONS(1766), - [sym_rune_literal] = ACTIONS(1766), - [anon_sym_AT] = ACTIONS(1766), - [anon_sym_shared] = ACTIONS(1766), - [anon_sym_map_LBRACK] = ACTIONS(1766), - [anon_sym_chan] = ACTIONS(1766), - [anon_sym_thread] = ACTIONS(1766), - [anon_sym_atomic] = ACTIONS(1766), - [anon_sym_assert] = ACTIONS(1766), - [anon_sym_defer] = ACTIONS(1766), - [anon_sym_goto] = ACTIONS(1766), - [anon_sym_break] = ACTIONS(1766), - [anon_sym_continue] = ACTIONS(1766), - [anon_sym_return] = ACTIONS(1766), - [anon_sym_DOLLARfor] = ACTIONS(1766), - [anon_sym_for] = ACTIONS(1766), - [anon_sym_POUND] = ACTIONS(1766), - [anon_sym_asm] = ACTIONS(1766), - [anon_sym_AT_LBRACK] = ACTIONS(1766), - [sym___double_quote] = ACTIONS(1766), - [sym___single_quote] = ACTIONS(1766), - [sym___c_double_quote] = ACTIONS(1766), - [sym___c_single_quote] = ACTIONS(1766), - [sym___r_double_quote] = ACTIONS(1766), - [sym___r_single_quote] = ACTIONS(1766), - }, - [1558] = { + [1550] = { [ts_builtin_sym_end] = ACTIONS(4183), [sym_identifier] = ACTIONS(4185), [anon_sym_LF] = ACTIONS(4185), @@ -186496,7 +186694,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4185), [sym___r_single_quote] = ACTIONS(4185), }, - [1559] = { + [1551] = { [ts_builtin_sym_end] = ACTIONS(4187), [sym_identifier] = ACTIONS(4189), [anon_sym_LF] = ACTIONS(4189), @@ -186568,7 +186766,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4189), [sym___r_single_quote] = ACTIONS(4189), }, - [1560] = { + [1552] = { [ts_builtin_sym_end] = ACTIONS(4191), [sym_identifier] = ACTIONS(4193), [anon_sym_LF] = ACTIONS(4193), @@ -186640,39 +186838,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4193), [sym___r_single_quote] = ACTIONS(4193), }, - [1561] = { + [1553] = { + [sym_import_declaration] = STATE(1553), + [aux_sym_import_list_repeat1] = STATE(1553), [ts_builtin_sym_end] = ACTIONS(4195), [sym_identifier] = ACTIONS(4197), - [anon_sym_LF] = ACTIONS(4197), - [anon_sym_CR] = ACTIONS(4197), - [anon_sym_CR_LF] = ACTIONS(4197), - [sym_comment] = ACTIONS(487), + [sym_comment] = ACTIONS(3), + [anon_sym_import] = ACTIONS(4199), [anon_sym_DOT] = ACTIONS(4197), - [anon_sym_LBRACE] = ACTIONS(4197), + [anon_sym_LBRACE] = ACTIONS(4195), [anon_sym_const] = ACTIONS(4197), - [anon_sym_LPAREN] = ACTIONS(4197), + [anon_sym_LPAREN] = ACTIONS(4195), [anon_sym___global] = ACTIONS(4197), [anon_sym_type] = ACTIONS(4197), [anon_sym_fn] = ACTIONS(4197), - [anon_sym_PLUS] = ACTIONS(4197), - [anon_sym_DASH] = ACTIONS(4197), - [anon_sym_STAR] = ACTIONS(4197), + [anon_sym_PLUS] = ACTIONS(4195), + [anon_sym_DASH] = ACTIONS(4195), + [anon_sym_STAR] = ACTIONS(4195), [anon_sym_struct] = ACTIONS(4197), [anon_sym_union] = ACTIONS(4197), [anon_sym_pub] = ACTIONS(4197), [anon_sym_mut] = ACTIONS(4197), [anon_sym_enum] = ACTIONS(4197), [anon_sym_interface] = ACTIONS(4197), - [anon_sym_QMARK] = ACTIONS(4197), - [anon_sym_BANG] = ACTIONS(4197), + [anon_sym_QMARK] = ACTIONS(4195), + [anon_sym_BANG] = ACTIONS(4195), [anon_sym_go] = ACTIONS(4197), [anon_sym_spawn] = ACTIONS(4197), - [anon_sym_json_DOTdecode] = ACTIONS(4197), - [anon_sym_LBRACK2] = ACTIONS(4197), - [anon_sym_TILDE] = ACTIONS(4197), - [anon_sym_CARET] = ACTIONS(4197), - [anon_sym_AMP] = ACTIONS(4197), - [anon_sym_LT_DASH] = ACTIONS(4197), + [anon_sym_json_DOTdecode] = ACTIONS(4195), + [anon_sym_LBRACK2] = ACTIONS(4195), + [anon_sym_TILDE] = ACTIONS(4195), + [anon_sym_CARET] = ACTIONS(4195), + [anon_sym_AMP] = ACTIONS(4195), + [anon_sym_LT_DASH] = ACTIONS(4195), [sym_none] = ACTIONS(4197), [sym_true] = ACTIONS(4197), [sym_false] = ACTIONS(4197), @@ -186686,11 +186884,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsafe] = ACTIONS(4197), [anon_sym_sql] = ACTIONS(4197), [sym_int_literal] = ACTIONS(4197), - [sym_float_literal] = ACTIONS(4197), - [sym_rune_literal] = ACTIONS(4197), + [sym_float_literal] = ACTIONS(4195), + [sym_rune_literal] = ACTIONS(4195), [anon_sym_AT] = ACTIONS(4197), [anon_sym_shared] = ACTIONS(4197), - [anon_sym_map_LBRACK] = ACTIONS(4197), + [anon_sym_map_LBRACK] = ACTIONS(4195), [anon_sym_chan] = ACTIONS(4197), [anon_sym_thread] = ACTIONS(4197), [anon_sym_atomic] = ACTIONS(4197), @@ -186702,233 +186900,377 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return] = ACTIONS(4197), [anon_sym_DOLLARfor] = ACTIONS(4197), [anon_sym_for] = ACTIONS(4197), - [anon_sym_POUND] = ACTIONS(4197), + [anon_sym_POUND] = ACTIONS(4195), [anon_sym_asm] = ACTIONS(4197), - [anon_sym_AT_LBRACK] = ACTIONS(4197), - [sym___double_quote] = ACTIONS(4197), - [sym___single_quote] = ACTIONS(4197), - [sym___c_double_quote] = ACTIONS(4197), - [sym___c_single_quote] = ACTIONS(4197), - [sym___r_double_quote] = ACTIONS(4197), - [sym___r_single_quote] = ACTIONS(4197), + [anon_sym_AT_LBRACK] = ACTIONS(4195), + [sym___double_quote] = ACTIONS(4195), + [sym___single_quote] = ACTIONS(4195), + [sym___c_double_quote] = ACTIONS(4195), + [sym___c_single_quote] = ACTIONS(4195), + [sym___r_double_quote] = ACTIONS(4195), + [sym___r_single_quote] = ACTIONS(4195), }, - [1562] = { - [ts_builtin_sym_end] = ACTIONS(4199), - [sym_identifier] = ACTIONS(4201), - [anon_sym_LF] = ACTIONS(4201), - [anon_sym_CR] = ACTIONS(4201), - [anon_sym_CR_LF] = ACTIONS(4201), + [1554] = { + [ts_builtin_sym_end] = ACTIONS(2588), + [sym_identifier] = ACTIONS(2590), + [anon_sym_LF] = ACTIONS(2590), + [anon_sym_CR] = ACTIONS(2590), + [anon_sym_CR_LF] = ACTIONS(2590), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4201), - [anon_sym_LBRACE] = ACTIONS(4201), - [anon_sym_const] = ACTIONS(4201), - [anon_sym_LPAREN] = ACTIONS(4201), - [anon_sym___global] = ACTIONS(4201), - [anon_sym_type] = ACTIONS(4201), - [anon_sym_fn] = ACTIONS(4201), - [anon_sym_PLUS] = ACTIONS(4201), - [anon_sym_DASH] = ACTIONS(4201), - [anon_sym_STAR] = ACTIONS(4201), - [anon_sym_struct] = ACTIONS(4201), - [anon_sym_union] = ACTIONS(4201), - [anon_sym_pub] = ACTIONS(4201), - [anon_sym_mut] = ACTIONS(4201), - [anon_sym_enum] = ACTIONS(4201), - [anon_sym_interface] = ACTIONS(4201), - [anon_sym_QMARK] = ACTIONS(4201), - [anon_sym_BANG] = ACTIONS(4201), - [anon_sym_go] = ACTIONS(4201), - [anon_sym_spawn] = ACTIONS(4201), - [anon_sym_json_DOTdecode] = ACTIONS(4201), - [anon_sym_LBRACK2] = ACTIONS(4201), - [anon_sym_TILDE] = ACTIONS(4201), - [anon_sym_CARET] = ACTIONS(4201), - [anon_sym_AMP] = ACTIONS(4201), - [anon_sym_LT_DASH] = ACTIONS(4201), - [sym_none] = ACTIONS(4201), - [sym_true] = ACTIONS(4201), - [sym_false] = ACTIONS(4201), - [sym_nil] = ACTIONS(4201), - [anon_sym_if] = ACTIONS(4201), - [anon_sym_DOLLARif] = ACTIONS(4201), - [anon_sym_match] = ACTIONS(4201), - [anon_sym_select] = ACTIONS(4201), - [anon_sym_lock] = ACTIONS(4201), - [anon_sym_rlock] = ACTIONS(4201), - [anon_sym_unsafe] = ACTIONS(4201), - [anon_sym_sql] = ACTIONS(4201), - [sym_int_literal] = ACTIONS(4201), - [sym_float_literal] = ACTIONS(4201), - [sym_rune_literal] = ACTIONS(4201), - [anon_sym_AT] = ACTIONS(4201), - [anon_sym_shared] = ACTIONS(4201), - [anon_sym_map_LBRACK] = ACTIONS(4201), - [anon_sym_chan] = ACTIONS(4201), - [anon_sym_thread] = ACTIONS(4201), - [anon_sym_atomic] = ACTIONS(4201), - [anon_sym_assert] = ACTIONS(4201), - [anon_sym_defer] = ACTIONS(4201), - [anon_sym_goto] = ACTIONS(4201), - [anon_sym_break] = ACTIONS(4201), - [anon_sym_continue] = ACTIONS(4201), - [anon_sym_return] = ACTIONS(4201), - [anon_sym_DOLLARfor] = ACTIONS(4201), - [anon_sym_for] = ACTIONS(4201), - [anon_sym_POUND] = ACTIONS(4201), - [anon_sym_asm] = ACTIONS(4201), - [anon_sym_AT_LBRACK] = ACTIONS(4201), - [sym___double_quote] = ACTIONS(4201), - [sym___single_quote] = ACTIONS(4201), - [sym___c_double_quote] = ACTIONS(4201), - [sym___c_single_quote] = ACTIONS(4201), - [sym___r_double_quote] = ACTIONS(4201), - [sym___r_single_quote] = ACTIONS(4201), + [anon_sym_DOT] = ACTIONS(2590), + [anon_sym_LBRACE] = ACTIONS(2590), + [anon_sym_const] = ACTIONS(2590), + [anon_sym_LPAREN] = ACTIONS(2590), + [anon_sym___global] = ACTIONS(2590), + [anon_sym_type] = ACTIONS(2590), + [anon_sym_fn] = ACTIONS(2590), + [anon_sym_PLUS] = ACTIONS(2590), + [anon_sym_DASH] = ACTIONS(2590), + [anon_sym_STAR] = ACTIONS(2590), + [anon_sym_struct] = ACTIONS(2590), + [anon_sym_union] = ACTIONS(2590), + [anon_sym_pub] = ACTIONS(2590), + [anon_sym_mut] = ACTIONS(2590), + [anon_sym_enum] = ACTIONS(2590), + [anon_sym_interface] = ACTIONS(2590), + [anon_sym_QMARK] = ACTIONS(2590), + [anon_sym_BANG] = ACTIONS(2590), + [anon_sym_go] = ACTIONS(2590), + [anon_sym_spawn] = ACTIONS(2590), + [anon_sym_json_DOTdecode] = ACTIONS(2590), + [anon_sym_LBRACK2] = ACTIONS(2590), + [anon_sym_TILDE] = ACTIONS(2590), + [anon_sym_CARET] = ACTIONS(2590), + [anon_sym_AMP] = ACTIONS(2590), + [anon_sym_LT_DASH] = ACTIONS(2590), + [sym_none] = ACTIONS(2590), + [sym_true] = ACTIONS(2590), + [sym_false] = ACTIONS(2590), + [sym_nil] = ACTIONS(2590), + [anon_sym_if] = ACTIONS(2590), + [anon_sym_DOLLARif] = ACTIONS(2590), + [anon_sym_match] = ACTIONS(2590), + [anon_sym_select] = ACTIONS(2590), + [anon_sym_lock] = ACTIONS(2590), + [anon_sym_rlock] = ACTIONS(2590), + [anon_sym_unsafe] = ACTIONS(2590), + [anon_sym_sql] = ACTIONS(2590), + [sym_int_literal] = ACTIONS(2590), + [sym_float_literal] = ACTIONS(2590), + [sym_rune_literal] = ACTIONS(2590), + [anon_sym_AT] = ACTIONS(2590), + [anon_sym_shared] = ACTIONS(2590), + [anon_sym_map_LBRACK] = ACTIONS(2590), + [anon_sym_chan] = ACTIONS(2590), + [anon_sym_thread] = ACTIONS(2590), + [anon_sym_atomic] = ACTIONS(2590), + [anon_sym_assert] = ACTIONS(2590), + [anon_sym_defer] = ACTIONS(2590), + [anon_sym_goto] = ACTIONS(2590), + [anon_sym_break] = ACTIONS(2590), + [anon_sym_continue] = ACTIONS(2590), + [anon_sym_return] = ACTIONS(2590), + [anon_sym_DOLLARfor] = ACTIONS(2590), + [anon_sym_for] = ACTIONS(2590), + [anon_sym_POUND] = ACTIONS(2590), + [anon_sym_asm] = ACTIONS(2590), + [anon_sym_AT_LBRACK] = ACTIONS(2590), + [sym___double_quote] = ACTIONS(2590), + [sym___single_quote] = ACTIONS(2590), + [sym___c_double_quote] = ACTIONS(2590), + [sym___c_single_quote] = ACTIONS(2590), + [sym___r_double_quote] = ACTIONS(2590), + [sym___r_single_quote] = ACTIONS(2590), }, - [1563] = { - [ts_builtin_sym_end] = ACTIONS(4203), - [sym_identifier] = ACTIONS(4205), - [anon_sym_LF] = ACTIONS(4205), - [anon_sym_CR] = ACTIONS(4205), - [anon_sym_CR_LF] = ACTIONS(4205), + [1555] = { + [ts_builtin_sym_end] = ACTIONS(4202), + [sym_identifier] = ACTIONS(4204), + [anon_sym_LF] = ACTIONS(4204), + [anon_sym_CR] = ACTIONS(4204), + [anon_sym_CR_LF] = ACTIONS(4204), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(4205), - [anon_sym_LBRACE] = ACTIONS(4205), - [anon_sym_const] = ACTIONS(4205), - [anon_sym_LPAREN] = ACTIONS(4205), - [anon_sym___global] = ACTIONS(4205), - [anon_sym_type] = ACTIONS(4205), - [anon_sym_fn] = ACTIONS(4205), - [anon_sym_PLUS] = ACTIONS(4205), - [anon_sym_DASH] = ACTIONS(4205), - [anon_sym_STAR] = ACTIONS(4205), - [anon_sym_struct] = ACTIONS(4205), - [anon_sym_union] = ACTIONS(4205), - [anon_sym_pub] = ACTIONS(4205), - [anon_sym_mut] = ACTIONS(4205), - [anon_sym_enum] = ACTIONS(4205), - [anon_sym_interface] = ACTIONS(4205), - [anon_sym_QMARK] = ACTIONS(4205), - [anon_sym_BANG] = ACTIONS(4205), - [anon_sym_go] = ACTIONS(4205), - [anon_sym_spawn] = ACTIONS(4205), - [anon_sym_json_DOTdecode] = ACTIONS(4205), - [anon_sym_LBRACK2] = ACTIONS(4205), - [anon_sym_TILDE] = ACTIONS(4205), - [anon_sym_CARET] = ACTIONS(4205), - [anon_sym_AMP] = ACTIONS(4205), - [anon_sym_LT_DASH] = ACTIONS(4205), - [sym_none] = ACTIONS(4205), - [sym_true] = ACTIONS(4205), - [sym_false] = ACTIONS(4205), - [sym_nil] = ACTIONS(4205), - [anon_sym_if] = ACTIONS(4205), - [anon_sym_DOLLARif] = ACTIONS(4205), - [anon_sym_match] = ACTIONS(4205), - [anon_sym_select] = ACTIONS(4205), - [anon_sym_lock] = ACTIONS(4205), - [anon_sym_rlock] = ACTIONS(4205), - [anon_sym_unsafe] = ACTIONS(4205), - [anon_sym_sql] = ACTIONS(4205), - [sym_int_literal] = ACTIONS(4205), - [sym_float_literal] = ACTIONS(4205), - [sym_rune_literal] = ACTIONS(4205), - [anon_sym_AT] = ACTIONS(4205), - [anon_sym_shared] = ACTIONS(4205), - [anon_sym_map_LBRACK] = ACTIONS(4205), - [anon_sym_chan] = ACTIONS(4205), - [anon_sym_thread] = ACTIONS(4205), - [anon_sym_atomic] = ACTIONS(4205), - [anon_sym_assert] = ACTIONS(4205), - [anon_sym_defer] = ACTIONS(4205), - [anon_sym_goto] = ACTIONS(4205), - [anon_sym_break] = ACTIONS(4205), - [anon_sym_continue] = ACTIONS(4205), - [anon_sym_return] = ACTIONS(4205), - [anon_sym_DOLLARfor] = ACTIONS(4205), - [anon_sym_for] = ACTIONS(4205), - [anon_sym_POUND] = ACTIONS(4205), - [anon_sym_asm] = ACTIONS(4205), - [anon_sym_AT_LBRACK] = ACTIONS(4205), - [sym___double_quote] = ACTIONS(4205), - [sym___single_quote] = ACTIONS(4205), - [sym___c_double_quote] = ACTIONS(4205), - [sym___c_single_quote] = ACTIONS(4205), - [sym___r_double_quote] = ACTIONS(4205), - [sym___r_single_quote] = ACTIONS(4205), + [anon_sym_DOT] = ACTIONS(4204), + [anon_sym_LBRACE] = ACTIONS(4204), + [anon_sym_const] = ACTIONS(4204), + [anon_sym_LPAREN] = ACTIONS(4204), + [anon_sym___global] = ACTIONS(4204), + [anon_sym_type] = ACTIONS(4204), + [anon_sym_fn] = ACTIONS(4204), + [anon_sym_PLUS] = ACTIONS(4204), + [anon_sym_DASH] = ACTIONS(4204), + [anon_sym_STAR] = ACTIONS(4204), + [anon_sym_struct] = ACTIONS(4204), + [anon_sym_union] = ACTIONS(4204), + [anon_sym_pub] = ACTIONS(4204), + [anon_sym_mut] = ACTIONS(4204), + [anon_sym_enum] = ACTIONS(4204), + [anon_sym_interface] = ACTIONS(4204), + [anon_sym_QMARK] = ACTIONS(4204), + [anon_sym_BANG] = ACTIONS(4204), + [anon_sym_go] = ACTIONS(4204), + [anon_sym_spawn] = ACTIONS(4204), + [anon_sym_json_DOTdecode] = ACTIONS(4204), + [anon_sym_LBRACK2] = ACTIONS(4204), + [anon_sym_TILDE] = ACTIONS(4204), + [anon_sym_CARET] = ACTIONS(4204), + [anon_sym_AMP] = ACTIONS(4204), + [anon_sym_LT_DASH] = ACTIONS(4204), + [sym_none] = ACTIONS(4204), + [sym_true] = ACTIONS(4204), + [sym_false] = ACTIONS(4204), + [sym_nil] = ACTIONS(4204), + [anon_sym_if] = ACTIONS(4204), + [anon_sym_DOLLARif] = ACTIONS(4204), + [anon_sym_match] = ACTIONS(4204), + [anon_sym_select] = ACTIONS(4204), + [anon_sym_lock] = ACTIONS(4204), + [anon_sym_rlock] = ACTIONS(4204), + [anon_sym_unsafe] = ACTIONS(4204), + [anon_sym_sql] = ACTIONS(4204), + [sym_int_literal] = ACTIONS(4204), + [sym_float_literal] = ACTIONS(4204), + [sym_rune_literal] = ACTIONS(4204), + [anon_sym_AT] = ACTIONS(4204), + [anon_sym_shared] = ACTIONS(4204), + [anon_sym_map_LBRACK] = ACTIONS(4204), + [anon_sym_chan] = ACTIONS(4204), + [anon_sym_thread] = ACTIONS(4204), + [anon_sym_atomic] = ACTIONS(4204), + [anon_sym_assert] = ACTIONS(4204), + [anon_sym_defer] = ACTIONS(4204), + [anon_sym_goto] = ACTIONS(4204), + [anon_sym_break] = ACTIONS(4204), + [anon_sym_continue] = ACTIONS(4204), + [anon_sym_return] = ACTIONS(4204), + [anon_sym_DOLLARfor] = ACTIONS(4204), + [anon_sym_for] = ACTIONS(4204), + [anon_sym_POUND] = ACTIONS(4204), + [anon_sym_asm] = ACTIONS(4204), + [anon_sym_AT_LBRACK] = ACTIONS(4204), + [sym___double_quote] = ACTIONS(4204), + [sym___single_quote] = ACTIONS(4204), + [sym___c_double_quote] = ACTIONS(4204), + [sym___c_single_quote] = ACTIONS(4204), + [sym___r_double_quote] = ACTIONS(4204), + [sym___r_single_quote] = ACTIONS(4204), }, - [1564] = { - [sym_import_declaration] = STATE(1564), - [aux_sym_import_list_repeat1] = STATE(1564), - [ts_builtin_sym_end] = ACTIONS(4207), - [sym_identifier] = ACTIONS(4209), - [sym_comment] = ACTIONS(3), - [anon_sym_import] = ACTIONS(4211), - [anon_sym_DOT] = ACTIONS(4209), - [anon_sym_LBRACE] = ACTIONS(4207), - [anon_sym_const] = ACTIONS(4209), - [anon_sym_LPAREN] = ACTIONS(4207), - [anon_sym___global] = ACTIONS(4209), - [anon_sym_type] = ACTIONS(4209), - [anon_sym_fn] = ACTIONS(4209), - [anon_sym_PLUS] = ACTIONS(4207), - [anon_sym_DASH] = ACTIONS(4207), - [anon_sym_STAR] = ACTIONS(4207), - [anon_sym_struct] = ACTIONS(4209), - [anon_sym_union] = ACTIONS(4209), - [anon_sym_pub] = ACTIONS(4209), - [anon_sym_mut] = ACTIONS(4209), - [anon_sym_enum] = ACTIONS(4209), - [anon_sym_interface] = ACTIONS(4209), - [anon_sym_QMARK] = ACTIONS(4207), - [anon_sym_BANG] = ACTIONS(4207), - [anon_sym_go] = ACTIONS(4209), - [anon_sym_spawn] = ACTIONS(4209), - [anon_sym_json_DOTdecode] = ACTIONS(4207), - [anon_sym_LBRACK2] = ACTIONS(4207), - [anon_sym_TILDE] = ACTIONS(4207), - [anon_sym_CARET] = ACTIONS(4207), - [anon_sym_AMP] = ACTIONS(4207), - [anon_sym_LT_DASH] = ACTIONS(4207), - [sym_none] = ACTIONS(4209), - [sym_true] = ACTIONS(4209), - [sym_false] = ACTIONS(4209), - [sym_nil] = ACTIONS(4209), - [anon_sym_if] = ACTIONS(4209), - [anon_sym_DOLLARif] = ACTIONS(4209), - [anon_sym_match] = ACTIONS(4209), - [anon_sym_select] = ACTIONS(4209), - [anon_sym_lock] = ACTIONS(4209), - [anon_sym_rlock] = ACTIONS(4209), - [anon_sym_unsafe] = ACTIONS(4209), - [anon_sym_sql] = ACTIONS(4209), - [sym_int_literal] = ACTIONS(4209), - [sym_float_literal] = ACTIONS(4207), - [sym_rune_literal] = ACTIONS(4207), - [anon_sym_AT] = ACTIONS(4209), - [anon_sym_shared] = ACTIONS(4209), - [anon_sym_map_LBRACK] = ACTIONS(4207), - [anon_sym_chan] = ACTIONS(4209), - [anon_sym_thread] = ACTIONS(4209), - [anon_sym_atomic] = ACTIONS(4209), - [anon_sym_assert] = ACTIONS(4209), - [anon_sym_defer] = ACTIONS(4209), - [anon_sym_goto] = ACTIONS(4209), - [anon_sym_break] = ACTIONS(4209), - [anon_sym_continue] = ACTIONS(4209), - [anon_sym_return] = ACTIONS(4209), - [anon_sym_DOLLARfor] = ACTIONS(4209), - [anon_sym_for] = ACTIONS(4209), - [anon_sym_POUND] = ACTIONS(4207), - [anon_sym_asm] = ACTIONS(4209), - [anon_sym_AT_LBRACK] = ACTIONS(4207), - [sym___double_quote] = ACTIONS(4207), - [sym___single_quote] = ACTIONS(4207), - [sym___c_double_quote] = ACTIONS(4207), - [sym___c_single_quote] = ACTIONS(4207), - [sym___r_double_quote] = ACTIONS(4207), - [sym___r_single_quote] = ACTIONS(4207), + [1556] = { + [ts_builtin_sym_end] = ACTIONS(4206), + [sym_identifier] = ACTIONS(4208), + [anon_sym_LF] = ACTIONS(4208), + [anon_sym_CR] = ACTIONS(4208), + [anon_sym_CR_LF] = ACTIONS(4208), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(4208), + [anon_sym_LBRACE] = ACTIONS(4208), + [anon_sym_const] = ACTIONS(4208), + [anon_sym_LPAREN] = ACTIONS(4208), + [anon_sym___global] = ACTIONS(4208), + [anon_sym_type] = ACTIONS(4208), + [anon_sym_fn] = ACTIONS(4208), + [anon_sym_PLUS] = ACTIONS(4208), + [anon_sym_DASH] = ACTIONS(4208), + [anon_sym_STAR] = ACTIONS(4208), + [anon_sym_struct] = ACTIONS(4208), + [anon_sym_union] = ACTIONS(4208), + [anon_sym_pub] = ACTIONS(4208), + [anon_sym_mut] = ACTIONS(4208), + [anon_sym_enum] = ACTIONS(4208), + [anon_sym_interface] = ACTIONS(4208), + [anon_sym_QMARK] = ACTIONS(4208), + [anon_sym_BANG] = ACTIONS(4208), + [anon_sym_go] = ACTIONS(4208), + [anon_sym_spawn] = ACTIONS(4208), + [anon_sym_json_DOTdecode] = ACTIONS(4208), + [anon_sym_LBRACK2] = ACTIONS(4208), + [anon_sym_TILDE] = ACTIONS(4208), + [anon_sym_CARET] = ACTIONS(4208), + [anon_sym_AMP] = ACTIONS(4208), + [anon_sym_LT_DASH] = ACTIONS(4208), + [sym_none] = ACTIONS(4208), + [sym_true] = ACTIONS(4208), + [sym_false] = ACTIONS(4208), + [sym_nil] = ACTIONS(4208), + [anon_sym_if] = ACTIONS(4208), + [anon_sym_DOLLARif] = ACTIONS(4208), + [anon_sym_match] = ACTIONS(4208), + [anon_sym_select] = ACTIONS(4208), + [anon_sym_lock] = ACTIONS(4208), + [anon_sym_rlock] = ACTIONS(4208), + [anon_sym_unsafe] = ACTIONS(4208), + [anon_sym_sql] = ACTIONS(4208), + [sym_int_literal] = ACTIONS(4208), + [sym_float_literal] = ACTIONS(4208), + [sym_rune_literal] = ACTIONS(4208), + [anon_sym_AT] = ACTIONS(4208), + [anon_sym_shared] = ACTIONS(4208), + [anon_sym_map_LBRACK] = ACTIONS(4208), + [anon_sym_chan] = ACTIONS(4208), + [anon_sym_thread] = ACTIONS(4208), + [anon_sym_atomic] = ACTIONS(4208), + [anon_sym_assert] = ACTIONS(4208), + [anon_sym_defer] = ACTIONS(4208), + [anon_sym_goto] = ACTIONS(4208), + [anon_sym_break] = ACTIONS(4208), + [anon_sym_continue] = ACTIONS(4208), + [anon_sym_return] = ACTIONS(4208), + [anon_sym_DOLLARfor] = ACTIONS(4208), + [anon_sym_for] = ACTIONS(4208), + [anon_sym_POUND] = ACTIONS(4208), + [anon_sym_asm] = ACTIONS(4208), + [anon_sym_AT_LBRACK] = ACTIONS(4208), + [sym___double_quote] = ACTIONS(4208), + [sym___single_quote] = ACTIONS(4208), + [sym___c_double_quote] = ACTIONS(4208), + [sym___c_single_quote] = ACTIONS(4208), + [sym___r_double_quote] = ACTIONS(4208), + [sym___r_single_quote] = ACTIONS(4208), }, - [1565] = { + [1557] = { + [ts_builtin_sym_end] = ACTIONS(2416), + [sym_identifier] = ACTIONS(2418), + [anon_sym_LF] = ACTIONS(2418), + [anon_sym_CR] = ACTIONS(2418), + [anon_sym_CR_LF] = ACTIONS(2418), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(2418), + [anon_sym_LBRACE] = ACTIONS(2418), + [anon_sym_const] = ACTIONS(2418), + [anon_sym_LPAREN] = ACTIONS(2418), + [anon_sym___global] = ACTIONS(2418), + [anon_sym_type] = ACTIONS(2418), + [anon_sym_fn] = ACTIONS(2418), + [anon_sym_PLUS] = ACTIONS(2418), + [anon_sym_DASH] = ACTIONS(2418), + [anon_sym_STAR] = ACTIONS(2418), + [anon_sym_struct] = ACTIONS(2418), + [anon_sym_union] = ACTIONS(2418), + [anon_sym_pub] = ACTIONS(2418), + [anon_sym_mut] = ACTIONS(2418), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_interface] = ACTIONS(2418), + [anon_sym_QMARK] = ACTIONS(2418), + [anon_sym_BANG] = ACTIONS(2418), + [anon_sym_go] = ACTIONS(2418), + [anon_sym_spawn] = ACTIONS(2418), + [anon_sym_json_DOTdecode] = ACTIONS(2418), + [anon_sym_LBRACK2] = ACTIONS(2418), + [anon_sym_TILDE] = ACTIONS(2418), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_AMP] = ACTIONS(2418), + [anon_sym_LT_DASH] = ACTIONS(2418), + [sym_none] = ACTIONS(2418), + [sym_true] = ACTIONS(2418), + [sym_false] = ACTIONS(2418), + [sym_nil] = ACTIONS(2418), + [anon_sym_if] = ACTIONS(2418), + [anon_sym_DOLLARif] = ACTIONS(2418), + [anon_sym_match] = ACTIONS(2418), + [anon_sym_select] = ACTIONS(2418), + [anon_sym_lock] = ACTIONS(2418), + [anon_sym_rlock] = ACTIONS(2418), + [anon_sym_unsafe] = ACTIONS(2418), + [anon_sym_sql] = ACTIONS(2418), + [sym_int_literal] = ACTIONS(2418), + [sym_float_literal] = ACTIONS(2418), + [sym_rune_literal] = ACTIONS(2418), + [anon_sym_AT] = ACTIONS(2418), + [anon_sym_shared] = ACTIONS(2418), + [anon_sym_map_LBRACK] = ACTIONS(2418), + [anon_sym_chan] = ACTIONS(2418), + [anon_sym_thread] = ACTIONS(2418), + [anon_sym_atomic] = ACTIONS(2418), + [anon_sym_assert] = ACTIONS(2418), + [anon_sym_defer] = ACTIONS(2418), + [anon_sym_goto] = ACTIONS(2418), + [anon_sym_break] = ACTIONS(2418), + [anon_sym_continue] = ACTIONS(2418), + [anon_sym_return] = ACTIONS(2418), + [anon_sym_DOLLARfor] = ACTIONS(2418), + [anon_sym_for] = ACTIONS(2418), + [anon_sym_POUND] = ACTIONS(2418), + [anon_sym_asm] = ACTIONS(2418), + [anon_sym_AT_LBRACK] = ACTIONS(2418), + [sym___double_quote] = ACTIONS(2418), + [sym___single_quote] = ACTIONS(2418), + [sym___c_double_quote] = ACTIONS(2418), + [sym___c_single_quote] = ACTIONS(2418), + [sym___r_double_quote] = ACTIONS(2418), + [sym___r_single_quote] = ACTIONS(2418), + }, + [1558] = { + [ts_builtin_sym_end] = ACTIONS(4210), + [sym_identifier] = ACTIONS(4212), + [anon_sym_LF] = ACTIONS(4212), + [anon_sym_CR] = ACTIONS(4212), + [anon_sym_CR_LF] = ACTIONS(4212), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(4212), + [anon_sym_LBRACE] = ACTIONS(4212), + [anon_sym_const] = ACTIONS(4212), + [anon_sym_LPAREN] = ACTIONS(4212), + [anon_sym___global] = ACTIONS(4212), + [anon_sym_type] = ACTIONS(4212), + [anon_sym_fn] = ACTIONS(4212), + [anon_sym_PLUS] = ACTIONS(4212), + [anon_sym_DASH] = ACTIONS(4212), + [anon_sym_STAR] = ACTIONS(4212), + [anon_sym_struct] = ACTIONS(4212), + [anon_sym_union] = ACTIONS(4212), + [anon_sym_pub] = ACTIONS(4212), + [anon_sym_mut] = ACTIONS(4212), + [anon_sym_enum] = ACTIONS(4212), + [anon_sym_interface] = ACTIONS(4212), + [anon_sym_QMARK] = ACTIONS(4212), + [anon_sym_BANG] = ACTIONS(4212), + [anon_sym_go] = ACTIONS(4212), + [anon_sym_spawn] = ACTIONS(4212), + [anon_sym_json_DOTdecode] = ACTIONS(4212), + [anon_sym_LBRACK2] = ACTIONS(4212), + [anon_sym_TILDE] = ACTIONS(4212), + [anon_sym_CARET] = ACTIONS(4212), + [anon_sym_AMP] = ACTIONS(4212), + [anon_sym_LT_DASH] = ACTIONS(4212), + [sym_none] = ACTIONS(4212), + [sym_true] = ACTIONS(4212), + [sym_false] = ACTIONS(4212), + [sym_nil] = ACTIONS(4212), + [anon_sym_if] = ACTIONS(4212), + [anon_sym_DOLLARif] = ACTIONS(4212), + [anon_sym_match] = ACTIONS(4212), + [anon_sym_select] = ACTIONS(4212), + [anon_sym_lock] = ACTIONS(4212), + [anon_sym_rlock] = ACTIONS(4212), + [anon_sym_unsafe] = ACTIONS(4212), + [anon_sym_sql] = ACTIONS(4212), + [sym_int_literal] = ACTIONS(4212), + [sym_float_literal] = ACTIONS(4212), + [sym_rune_literal] = ACTIONS(4212), + [anon_sym_AT] = ACTIONS(4212), + [anon_sym_shared] = ACTIONS(4212), + [anon_sym_map_LBRACK] = ACTIONS(4212), + [anon_sym_chan] = ACTIONS(4212), + [anon_sym_thread] = ACTIONS(4212), + [anon_sym_atomic] = ACTIONS(4212), + [anon_sym_assert] = ACTIONS(4212), + [anon_sym_defer] = ACTIONS(4212), + [anon_sym_goto] = ACTIONS(4212), + [anon_sym_break] = ACTIONS(4212), + [anon_sym_continue] = ACTIONS(4212), + [anon_sym_return] = ACTIONS(4212), + [anon_sym_DOLLARfor] = ACTIONS(4212), + [anon_sym_for] = ACTIONS(4212), + [anon_sym_POUND] = ACTIONS(4212), + [anon_sym_asm] = ACTIONS(4212), + [anon_sym_AT_LBRACK] = ACTIONS(4212), + [sym___double_quote] = ACTIONS(4212), + [sym___single_quote] = ACTIONS(4212), + [sym___c_double_quote] = ACTIONS(4212), + [sym___c_single_quote] = ACTIONS(4212), + [sym___r_double_quote] = ACTIONS(4212), + [sym___r_single_quote] = ACTIONS(4212), + }, + [1559] = { [ts_builtin_sym_end] = ACTIONS(4214), [sym_identifier] = ACTIONS(4216), [anon_sym_LF] = ACTIONS(4216), @@ -187000,7 +187342,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4216), [sym___r_single_quote] = ACTIONS(4216), }, - [1566] = { + [1560] = { [ts_builtin_sym_end] = ACTIONS(4218), [sym_identifier] = ACTIONS(4220), [anon_sym_LF] = ACTIONS(4220), @@ -187072,7 +187414,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4220), [sym___r_single_quote] = ACTIONS(4220), }, - [1567] = { + [1561] = { [ts_builtin_sym_end] = ACTIONS(4222), [sym_identifier] = ACTIONS(4224), [anon_sym_LF] = ACTIONS(4224), @@ -187144,79 +187486,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4224), [sym___r_single_quote] = ACTIONS(4224), }, - [1568] = { - [ts_builtin_sym_end] = ACTIONS(2728), - [sym_identifier] = ACTIONS(2730), - [anon_sym_LF] = ACTIONS(2730), - [anon_sym_CR] = ACTIONS(2730), - [anon_sym_CR_LF] = ACTIONS(2730), - [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(2730), - [anon_sym_LBRACE] = ACTIONS(2730), - [anon_sym_const] = ACTIONS(2730), - [anon_sym_LPAREN] = ACTIONS(2730), - [anon_sym___global] = ACTIONS(2730), - [anon_sym_type] = ACTIONS(2730), - [anon_sym_fn] = ACTIONS(2730), - [anon_sym_PLUS] = ACTIONS(2730), - [anon_sym_DASH] = ACTIONS(2730), - [anon_sym_STAR] = ACTIONS(2730), - [anon_sym_struct] = ACTIONS(2730), - [anon_sym_union] = ACTIONS(2730), - [anon_sym_pub] = ACTIONS(2730), - [anon_sym_mut] = ACTIONS(2730), - [anon_sym_enum] = ACTIONS(2730), - [anon_sym_interface] = ACTIONS(2730), - [anon_sym_QMARK] = ACTIONS(2730), - [anon_sym_BANG] = ACTIONS(2730), - [anon_sym_go] = ACTIONS(2730), - [anon_sym_spawn] = ACTIONS(2730), - [anon_sym_json_DOTdecode] = ACTIONS(2730), - [anon_sym_LBRACK2] = ACTIONS(2730), - [anon_sym_TILDE] = ACTIONS(2730), - [anon_sym_CARET] = ACTIONS(2730), - [anon_sym_AMP] = ACTIONS(2730), - [anon_sym_LT_DASH] = ACTIONS(2730), - [sym_none] = ACTIONS(2730), - [sym_true] = ACTIONS(2730), - [sym_false] = ACTIONS(2730), - [sym_nil] = ACTIONS(2730), - [anon_sym_if] = ACTIONS(2730), - [anon_sym_DOLLARif] = ACTIONS(2730), - [anon_sym_match] = ACTIONS(2730), - [anon_sym_select] = ACTIONS(2730), - [anon_sym_lock] = ACTIONS(2730), - [anon_sym_rlock] = ACTIONS(2730), - [anon_sym_unsafe] = ACTIONS(2730), - [anon_sym_sql] = ACTIONS(2730), - [sym_int_literal] = ACTIONS(2730), - [sym_float_literal] = ACTIONS(2730), - [sym_rune_literal] = ACTIONS(2730), - [anon_sym_AT] = ACTIONS(2730), - [anon_sym_shared] = ACTIONS(2730), - [anon_sym_map_LBRACK] = ACTIONS(2730), - [anon_sym_chan] = ACTIONS(2730), - [anon_sym_thread] = ACTIONS(2730), - [anon_sym_atomic] = ACTIONS(2730), - [anon_sym_assert] = ACTIONS(2730), - [anon_sym_defer] = ACTIONS(2730), - [anon_sym_goto] = ACTIONS(2730), - [anon_sym_break] = ACTIONS(2730), - [anon_sym_continue] = ACTIONS(2730), - [anon_sym_return] = ACTIONS(2730), - [anon_sym_DOLLARfor] = ACTIONS(2730), - [anon_sym_for] = ACTIONS(2730), - [anon_sym_POUND] = ACTIONS(2730), - [anon_sym_asm] = ACTIONS(2730), - [anon_sym_AT_LBRACK] = ACTIONS(2730), - [sym___double_quote] = ACTIONS(2730), - [sym___single_quote] = ACTIONS(2730), - [sym___c_double_quote] = ACTIONS(2730), - [sym___c_single_quote] = ACTIONS(2730), - [sym___r_double_quote] = ACTIONS(2730), - [sym___r_single_quote] = ACTIONS(2730), - }, - [1569] = { + [1562] = { [ts_builtin_sym_end] = ACTIONS(4226), [sym_identifier] = ACTIONS(4228), [anon_sym_LF] = ACTIONS(4228), @@ -187288,7 +187558,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4228), [sym___r_single_quote] = ACTIONS(4228), }, - [1570] = { + [1563] = { [ts_builtin_sym_end] = ACTIONS(4230), [sym_identifier] = ACTIONS(4232), [anon_sym_LF] = ACTIONS(4232), @@ -187360,39 +187630,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4232), [sym___r_single_quote] = ACTIONS(4232), }, - [1571] = { - [sym_import_declaration] = STATE(1564), - [aux_sym_import_list_repeat1] = STATE(1564), + [1564] = { [ts_builtin_sym_end] = ACTIONS(4234), [sym_identifier] = ACTIONS(4236), - [sym_comment] = ACTIONS(3), - [anon_sym_import] = ACTIONS(11), + [anon_sym_LF] = ACTIONS(4236), + [anon_sym_CR] = ACTIONS(4236), + [anon_sym_CR_LF] = ACTIONS(4236), + [sym_comment] = ACTIONS(487), [anon_sym_DOT] = ACTIONS(4236), - [anon_sym_LBRACE] = ACTIONS(4234), + [anon_sym_LBRACE] = ACTIONS(4236), [anon_sym_const] = ACTIONS(4236), - [anon_sym_LPAREN] = ACTIONS(4234), + [anon_sym_LPAREN] = ACTIONS(4236), [anon_sym___global] = ACTIONS(4236), [anon_sym_type] = ACTIONS(4236), [anon_sym_fn] = ACTIONS(4236), - [anon_sym_PLUS] = ACTIONS(4234), - [anon_sym_DASH] = ACTIONS(4234), - [anon_sym_STAR] = ACTIONS(4234), + [anon_sym_PLUS] = ACTIONS(4236), + [anon_sym_DASH] = ACTIONS(4236), + [anon_sym_STAR] = ACTIONS(4236), [anon_sym_struct] = ACTIONS(4236), [anon_sym_union] = ACTIONS(4236), [anon_sym_pub] = ACTIONS(4236), [anon_sym_mut] = ACTIONS(4236), [anon_sym_enum] = ACTIONS(4236), [anon_sym_interface] = ACTIONS(4236), - [anon_sym_QMARK] = ACTIONS(4234), - [anon_sym_BANG] = ACTIONS(4234), + [anon_sym_QMARK] = ACTIONS(4236), + [anon_sym_BANG] = ACTIONS(4236), [anon_sym_go] = ACTIONS(4236), [anon_sym_spawn] = ACTIONS(4236), - [anon_sym_json_DOTdecode] = ACTIONS(4234), - [anon_sym_LBRACK2] = ACTIONS(4234), - [anon_sym_TILDE] = ACTIONS(4234), - [anon_sym_CARET] = ACTIONS(4234), - [anon_sym_AMP] = ACTIONS(4234), - [anon_sym_LT_DASH] = ACTIONS(4234), + [anon_sym_json_DOTdecode] = ACTIONS(4236), + [anon_sym_LBRACK2] = ACTIONS(4236), + [anon_sym_TILDE] = ACTIONS(4236), + [anon_sym_CARET] = ACTIONS(4236), + [anon_sym_AMP] = ACTIONS(4236), + [anon_sym_LT_DASH] = ACTIONS(4236), [sym_none] = ACTIONS(4236), [sym_true] = ACTIONS(4236), [sym_false] = ACTIONS(4236), @@ -187406,11 +187676,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsafe] = ACTIONS(4236), [anon_sym_sql] = ACTIONS(4236), [sym_int_literal] = ACTIONS(4236), - [sym_float_literal] = ACTIONS(4234), - [sym_rune_literal] = ACTIONS(4234), + [sym_float_literal] = ACTIONS(4236), + [sym_rune_literal] = ACTIONS(4236), [anon_sym_AT] = ACTIONS(4236), [anon_sym_shared] = ACTIONS(4236), - [anon_sym_map_LBRACK] = ACTIONS(4234), + [anon_sym_map_LBRACK] = ACTIONS(4236), [anon_sym_chan] = ACTIONS(4236), [anon_sym_thread] = ACTIONS(4236), [anon_sym_atomic] = ACTIONS(4236), @@ -187422,17 +187692,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return] = ACTIONS(4236), [anon_sym_DOLLARfor] = ACTIONS(4236), [anon_sym_for] = ACTIONS(4236), - [anon_sym_POUND] = ACTIONS(4234), + [anon_sym_POUND] = ACTIONS(4236), [anon_sym_asm] = ACTIONS(4236), - [anon_sym_AT_LBRACK] = ACTIONS(4234), - [sym___double_quote] = ACTIONS(4234), - [sym___single_quote] = ACTIONS(4234), - [sym___c_double_quote] = ACTIONS(4234), - [sym___c_single_quote] = ACTIONS(4234), - [sym___r_double_quote] = ACTIONS(4234), - [sym___r_single_quote] = ACTIONS(4234), + [anon_sym_AT_LBRACK] = ACTIONS(4236), + [sym___double_quote] = ACTIONS(4236), + [sym___single_quote] = ACTIONS(4236), + [sym___c_double_quote] = ACTIONS(4236), + [sym___c_single_quote] = ACTIONS(4236), + [sym___r_double_quote] = ACTIONS(4236), + [sym___r_single_quote] = ACTIONS(4236), }, - [1572] = { + [1565] = { [ts_builtin_sym_end] = ACTIONS(4238), [sym_identifier] = ACTIONS(4240), [anon_sym_LF] = ACTIONS(4240), @@ -187504,7 +187774,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4240), [sym___r_single_quote] = ACTIONS(4240), }, - [1573] = { + [1566] = { [ts_builtin_sym_end] = ACTIONS(4242), [sym_identifier] = ACTIONS(4244), [anon_sym_LF] = ACTIONS(4244), @@ -187576,7 +187846,151 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4244), [sym___r_single_quote] = ACTIONS(4244), }, - [1574] = { + [1567] = { + [sym_reference_expression] = STATE(4648), + [sym_type_reference_expression] = STATE(2649), + [sym_plain_type] = STATE(2798), + [sym__plain_type_without_special] = STATE(2778), + [sym_anon_struct_type] = STATE(2779), + [sym_multi_return_type] = STATE(2778), + [sym_result_type] = STATE(2778), + [sym_option_type] = STATE(2778), + [sym_qualified_type] = STATE(2649), + [sym_fixed_array_type] = STATE(2779), + [sym_array_type] = STATE(2779), + [sym_pointer_type] = STATE(2779), + [sym_wrong_pointer_type] = STATE(2779), + [sym_map_type] = STATE(2779), + [sym_channel_type] = STATE(2779), + [sym_shared_type] = STATE(2779), + [sym_thread_type] = STATE(2779), + [sym_atomic_type] = STATE(2779), + [sym_generic_type] = STATE(2779), + [sym_function_type] = STATE(2779), + [sym_identifier] = ACTIONS(3959), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(555), + [anon_sym_as] = ACTIONS(555), + [anon_sym_LBRACE] = ACTIONS(551), + [anon_sym_COMMA] = ACTIONS(551), + [anon_sym_LPAREN] = ACTIONS(3961), + [anon_sym_PIPE] = ACTIONS(555), + [anon_sym_fn] = ACTIONS(3963), + [anon_sym_PLUS] = ACTIONS(555), + [anon_sym_DASH] = ACTIONS(555), + [anon_sym_STAR] = ACTIONS(3965), + [anon_sym_SLASH] = ACTIONS(555), + [anon_sym_PERCENT] = ACTIONS(551), + [anon_sym_LT] = ACTIONS(555), + [anon_sym_GT] = ACTIONS(555), + [anon_sym_EQ_EQ] = ACTIONS(551), + [anon_sym_BANG_EQ] = ACTIONS(551), + [anon_sym_LT_EQ] = ACTIONS(551), + [anon_sym_GT_EQ] = ACTIONS(551), + [anon_sym_DOT_DOT_DOT] = ACTIONS(551), + [anon_sym_LBRACK] = ACTIONS(551), + [anon_sym_LT2] = ACTIONS(555), + [anon_sym_struct] = ACTIONS(3967), + [anon_sym_PLUS_PLUS] = ACTIONS(551), + [anon_sym_DASH_DASH] = ACTIONS(551), + [anon_sym_QMARK] = ACTIONS(3969), + [anon_sym_BANG] = ACTIONS(3971), + [anon_sym_LBRACK2] = ACTIONS(3973), + [anon_sym_CARET] = ACTIONS(551), + [anon_sym_AMP] = ACTIONS(3975), + [anon_sym_LT_LT] = ACTIONS(551), + [anon_sym_GT_GT] = ACTIONS(555), + [anon_sym_GT_GT_GT] = ACTIONS(551), + [anon_sym_AMP_CARET] = ACTIONS(551), + [anon_sym_AMP_AMP] = ACTIONS(551), + [anon_sym_PIPE_PIPE] = ACTIONS(551), + [anon_sym_or] = ACTIONS(555), + [anon_sym_QMARK_DOT] = ACTIONS(551), + [anon_sym_POUND_LBRACK] = ACTIONS(551), + [anon_sym_is] = ACTIONS(555), + [anon_sym_BANGis] = ACTIONS(551), + [anon_sym_in] = ACTIONS(555), + [anon_sym_BANGin] = ACTIONS(551), + [anon_sym_shared] = ACTIONS(3977), + [anon_sym_map_LBRACK] = ACTIONS(3979), + [anon_sym_chan] = ACTIONS(3981), + [anon_sym_thread] = ACTIONS(3983), + [anon_sym_atomic] = ACTIONS(3985), + [anon_sym_DOT_DOT] = ACTIONS(555), + }, + [1568] = { + [sym_reference_expression] = STATE(4648), + [sym_type_reference_expression] = STATE(2649), + [sym_plain_type] = STATE(2794), + [sym__plain_type_without_special] = STATE(2778), + [sym_anon_struct_type] = STATE(2779), + [sym_multi_return_type] = STATE(2778), + [sym_result_type] = STATE(2778), + [sym_option_type] = STATE(2778), + [sym_qualified_type] = STATE(2649), + [sym_fixed_array_type] = STATE(2779), + [sym_array_type] = STATE(2779), + [sym_pointer_type] = STATE(2779), + [sym_wrong_pointer_type] = STATE(2779), + [sym_map_type] = STATE(2779), + [sym_channel_type] = STATE(2779), + [sym_shared_type] = STATE(2779), + [sym_thread_type] = STATE(2779), + [sym_atomic_type] = STATE(2779), + [sym_generic_type] = STATE(2779), + [sym_function_type] = STATE(2779), + [sym_identifier] = ACTIONS(3959), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(607), + [anon_sym_as] = ACTIONS(607), + [anon_sym_LBRACE] = ACTIONS(605), + [anon_sym_COMMA] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(3961), + [anon_sym_PIPE] = ACTIONS(607), + [anon_sym_fn] = ACTIONS(3963), + [anon_sym_PLUS] = ACTIONS(607), + [anon_sym_DASH] = ACTIONS(607), + [anon_sym_STAR] = ACTIONS(3965), + [anon_sym_SLASH] = ACTIONS(607), + [anon_sym_PERCENT] = ACTIONS(605), + [anon_sym_LT] = ACTIONS(607), + [anon_sym_GT] = ACTIONS(607), + [anon_sym_EQ_EQ] = ACTIONS(605), + [anon_sym_BANG_EQ] = ACTIONS(605), + [anon_sym_LT_EQ] = ACTIONS(605), + [anon_sym_GT_EQ] = ACTIONS(605), + [anon_sym_DOT_DOT_DOT] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LT2] = ACTIONS(607), + [anon_sym_struct] = ACTIONS(3967), + [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_DASH_DASH] = ACTIONS(605), + [anon_sym_QMARK] = ACTIONS(3969), + [anon_sym_BANG] = ACTIONS(3971), + [anon_sym_LBRACK2] = ACTIONS(3973), + [anon_sym_CARET] = ACTIONS(605), + [anon_sym_AMP] = ACTIONS(3975), + [anon_sym_LT_LT] = ACTIONS(605), + [anon_sym_GT_GT] = ACTIONS(607), + [anon_sym_GT_GT_GT] = ACTIONS(605), + [anon_sym_AMP_CARET] = ACTIONS(605), + [anon_sym_AMP_AMP] = ACTIONS(605), + [anon_sym_PIPE_PIPE] = ACTIONS(605), + [anon_sym_or] = ACTIONS(607), + [anon_sym_QMARK_DOT] = ACTIONS(605), + [anon_sym_POUND_LBRACK] = ACTIONS(605), + [anon_sym_is] = ACTIONS(607), + [anon_sym_BANGis] = ACTIONS(605), + [anon_sym_in] = ACTIONS(607), + [anon_sym_BANGin] = ACTIONS(605), + [anon_sym_shared] = ACTIONS(3977), + [anon_sym_map_LBRACK] = ACTIONS(3979), + [anon_sym_chan] = ACTIONS(3981), + [anon_sym_thread] = ACTIONS(3983), + [anon_sym_atomic] = ACTIONS(3985), + [anon_sym_DOT_DOT] = ACTIONS(607), + }, + [1569] = { [ts_builtin_sym_end] = ACTIONS(4246), [sym_identifier] = ACTIONS(4248), [anon_sym_LF] = ACTIONS(4248), @@ -187648,7 +188062,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4248), [sym___r_single_quote] = ACTIONS(4248), }, - [1575] = { + [1570] = { [ts_builtin_sym_end] = ACTIONS(4250), [sym_identifier] = ACTIONS(4252), [anon_sym_LF] = ACTIONS(4252), @@ -187720,7 +188134,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4252), [sym___r_single_quote] = ACTIONS(4252), }, - [1576] = { + [1571] = { [ts_builtin_sym_end] = ACTIONS(4254), [sym_identifier] = ACTIONS(4256), [anon_sym_LF] = ACTIONS(4256), @@ -187792,7 +188206,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4256), [sym___r_single_quote] = ACTIONS(4256), }, - [1577] = { + [1572] = { [ts_builtin_sym_end] = ACTIONS(4258), [sym_identifier] = ACTIONS(4260), [anon_sym_LF] = ACTIONS(4260), @@ -187864,39 +188278,39 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4260), [sym___r_single_quote] = ACTIONS(4260), }, - [1578] = { + [1573] = { + [sym_import_declaration] = STATE(1553), + [aux_sym_import_list_repeat1] = STATE(1553), [ts_builtin_sym_end] = ACTIONS(4262), [sym_identifier] = ACTIONS(4264), - [anon_sym_LF] = ACTIONS(4264), - [anon_sym_CR] = ACTIONS(4264), - [anon_sym_CR_LF] = ACTIONS(4264), - [sym_comment] = ACTIONS(487), + [sym_comment] = ACTIONS(3), + [anon_sym_import] = ACTIONS(11), [anon_sym_DOT] = ACTIONS(4264), - [anon_sym_LBRACE] = ACTIONS(4264), + [anon_sym_LBRACE] = ACTIONS(4262), [anon_sym_const] = ACTIONS(4264), - [anon_sym_LPAREN] = ACTIONS(4264), + [anon_sym_LPAREN] = ACTIONS(4262), [anon_sym___global] = ACTIONS(4264), [anon_sym_type] = ACTIONS(4264), [anon_sym_fn] = ACTIONS(4264), - [anon_sym_PLUS] = ACTIONS(4264), - [anon_sym_DASH] = ACTIONS(4264), - [anon_sym_STAR] = ACTIONS(4264), + [anon_sym_PLUS] = ACTIONS(4262), + [anon_sym_DASH] = ACTIONS(4262), + [anon_sym_STAR] = ACTIONS(4262), [anon_sym_struct] = ACTIONS(4264), [anon_sym_union] = ACTIONS(4264), [anon_sym_pub] = ACTIONS(4264), [anon_sym_mut] = ACTIONS(4264), [anon_sym_enum] = ACTIONS(4264), [anon_sym_interface] = ACTIONS(4264), - [anon_sym_QMARK] = ACTIONS(4264), - [anon_sym_BANG] = ACTIONS(4264), + [anon_sym_QMARK] = ACTIONS(4262), + [anon_sym_BANG] = ACTIONS(4262), [anon_sym_go] = ACTIONS(4264), [anon_sym_spawn] = ACTIONS(4264), - [anon_sym_json_DOTdecode] = ACTIONS(4264), - [anon_sym_LBRACK2] = ACTIONS(4264), - [anon_sym_TILDE] = ACTIONS(4264), - [anon_sym_CARET] = ACTIONS(4264), - [anon_sym_AMP] = ACTIONS(4264), - [anon_sym_LT_DASH] = ACTIONS(4264), + [anon_sym_json_DOTdecode] = ACTIONS(4262), + [anon_sym_LBRACK2] = ACTIONS(4262), + [anon_sym_TILDE] = ACTIONS(4262), + [anon_sym_CARET] = ACTIONS(4262), + [anon_sym_AMP] = ACTIONS(4262), + [anon_sym_LT_DASH] = ACTIONS(4262), [sym_none] = ACTIONS(4264), [sym_true] = ACTIONS(4264), [sym_false] = ACTIONS(4264), @@ -187910,11 +188324,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsafe] = ACTIONS(4264), [anon_sym_sql] = ACTIONS(4264), [sym_int_literal] = ACTIONS(4264), - [sym_float_literal] = ACTIONS(4264), - [sym_rune_literal] = ACTIONS(4264), + [sym_float_literal] = ACTIONS(4262), + [sym_rune_literal] = ACTIONS(4262), [anon_sym_AT] = ACTIONS(4264), [anon_sym_shared] = ACTIONS(4264), - [anon_sym_map_LBRACK] = ACTIONS(4264), + [anon_sym_map_LBRACK] = ACTIONS(4262), [anon_sym_chan] = ACTIONS(4264), [anon_sym_thread] = ACTIONS(4264), [anon_sym_atomic] = ACTIONS(4264), @@ -187926,17 +188340,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_return] = ACTIONS(4264), [anon_sym_DOLLARfor] = ACTIONS(4264), [anon_sym_for] = ACTIONS(4264), - [anon_sym_POUND] = ACTIONS(4264), + [anon_sym_POUND] = ACTIONS(4262), [anon_sym_asm] = ACTIONS(4264), - [anon_sym_AT_LBRACK] = ACTIONS(4264), - [sym___double_quote] = ACTIONS(4264), - [sym___single_quote] = ACTIONS(4264), - [sym___c_double_quote] = ACTIONS(4264), - [sym___c_single_quote] = ACTIONS(4264), - [sym___r_double_quote] = ACTIONS(4264), - [sym___r_single_quote] = ACTIONS(4264), + [anon_sym_AT_LBRACK] = ACTIONS(4262), + [sym___double_quote] = ACTIONS(4262), + [sym___single_quote] = ACTIONS(4262), + [sym___c_double_quote] = ACTIONS(4262), + [sym___c_single_quote] = ACTIONS(4262), + [sym___r_double_quote] = ACTIONS(4262), + [sym___r_single_quote] = ACTIONS(4262), }, - [1579] = { + [1574] = { [ts_builtin_sym_end] = ACTIONS(4266), [sym_identifier] = ACTIONS(4268), [anon_sym_LF] = ACTIONS(4268), @@ -188008,7 +188422,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4268), [sym___r_single_quote] = ACTIONS(4268), }, - [1580] = { + [1575] = { [ts_builtin_sym_end] = ACTIONS(4270), [sym_identifier] = ACTIONS(4272), [anon_sym_LF] = ACTIONS(4272), @@ -188080,423 +188494,574 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4272), [sym___r_single_quote] = ACTIONS(4272), }, - [1581] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2378), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(593), - [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(583), - [anon_sym_DOT] = ACTIONS(583), - [anon_sym_as] = ACTIONS(585), - [anon_sym_LBRACE] = ACTIONS(587), - [anon_sym_COMMA] = ACTIONS(583), - [anon_sym_LPAREN] = ACTIONS(583), - [anon_sym_PIPE] = ACTIONS(585), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(585), - [anon_sym_DASH] = ACTIONS(585), - [anon_sym_STAR] = ACTIONS(583), - [anon_sym_SLASH] = ACTIONS(585), - [anon_sym_PERCENT] = ACTIONS(583), - [anon_sym_LT] = ACTIONS(585), - [anon_sym_GT] = ACTIONS(585), - [anon_sym_EQ_EQ] = ACTIONS(583), - [anon_sym_BANG_EQ] = ACTIONS(583), - [anon_sym_LT_EQ] = ACTIONS(583), - [anon_sym_GT_EQ] = ACTIONS(583), - [anon_sym_LBRACK] = ACTIONS(583), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(583), - [anon_sym_DASH_DASH] = ACTIONS(583), - [anon_sym_QMARK] = ACTIONS(585), - [anon_sym_BANG] = ACTIONS(585), - [anon_sym_LBRACK2] = ACTIONS(585), - [anon_sym_CARET] = ACTIONS(583), - [anon_sym_AMP] = ACTIONS(585), - [anon_sym_LT_LT] = ACTIONS(583), - [anon_sym_GT_GT] = ACTIONS(585), - [anon_sym_GT_GT_GT] = ACTIONS(583), - [anon_sym_AMP_CARET] = ACTIONS(583), - [anon_sym_AMP_AMP] = ACTIONS(583), - [anon_sym_PIPE_PIPE] = ACTIONS(583), - [anon_sym_or] = ACTIONS(585), - [anon_sym_QMARK_DOT] = ACTIONS(583), - [anon_sym_POUND_LBRACK] = ACTIONS(583), - [anon_sym_is] = ACTIONS(585), - [anon_sym_BANGis] = ACTIONS(583), - [anon_sym_in] = ACTIONS(585), - [anon_sym_BANGin] = ACTIONS(583), - [anon_sym_COLON_EQ] = ACTIONS(583), - [anon_sym_shared] = ACTIONS(611), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - }, - [1582] = { - [sym_reference_expression] = STATE(4574), - [sym_type_reference_expression] = STATE(2635), - [sym_plain_type] = STATE(2746), - [sym__plain_type_without_special] = STATE(2723), - [sym_anon_struct_type] = STATE(2724), - [sym_multi_return_type] = STATE(2723), - [sym_result_type] = STATE(2723), - [sym_option_type] = STATE(2723), - [sym_qualified_type] = STATE(2635), - [sym_fixed_array_type] = STATE(2724), - [sym_array_type] = STATE(2724), - [sym_pointer_type] = STATE(2724), - [sym_wrong_pointer_type] = STATE(2724), - [sym_map_type] = STATE(2724), - [sym_channel_type] = STATE(2724), - [sym_shared_type] = STATE(2724), - [sym_thread_type] = STATE(2724), - [sym_atomic_type] = STATE(2724), - [sym_generic_type] = STATE(2724), - [sym_function_type] = STATE(2724), - [sym_identifier] = ACTIONS(4274), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(615), - [anon_sym_as] = ACTIONS(615), - [anon_sym_LBRACE] = ACTIONS(613), - [anon_sym_COMMA] = ACTIONS(613), + [1576] = { + [ts_builtin_sym_end] = ACTIONS(4274), + [sym_identifier] = ACTIONS(4276), + [anon_sym_LF] = ACTIONS(4276), + [anon_sym_CR] = ACTIONS(4276), + [anon_sym_CR_LF] = ACTIONS(4276), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(4276), + [anon_sym_LBRACE] = ACTIONS(4276), + [anon_sym_const] = ACTIONS(4276), [anon_sym_LPAREN] = ACTIONS(4276), - [anon_sym_PIPE] = ACTIONS(615), - [anon_sym_fn] = ACTIONS(4278), - [anon_sym_PLUS] = ACTIONS(615), - [anon_sym_DASH] = ACTIONS(615), - [anon_sym_STAR] = ACTIONS(4280), - [anon_sym_SLASH] = ACTIONS(615), - [anon_sym_PERCENT] = ACTIONS(613), - [anon_sym_LT] = ACTIONS(615), - [anon_sym_GT] = ACTIONS(615), - [anon_sym_EQ_EQ] = ACTIONS(613), - [anon_sym_BANG_EQ] = ACTIONS(613), - [anon_sym_LT_EQ] = ACTIONS(613), - [anon_sym_GT_EQ] = ACTIONS(613), - [anon_sym_DOT_DOT_DOT] = ACTIONS(613), - [anon_sym_LBRACK] = ACTIONS(613), - [anon_sym_struct] = ACTIONS(4282), - [anon_sym_PLUS_PLUS] = ACTIONS(613), - [anon_sym_DASH_DASH] = ACTIONS(613), - [anon_sym_QMARK] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4286), - [anon_sym_LBRACK2] = ACTIONS(4288), - [anon_sym_CARET] = ACTIONS(613), - [anon_sym_AMP] = ACTIONS(4290), - [anon_sym_LT_LT] = ACTIONS(613), - [anon_sym_GT_GT] = ACTIONS(615), - [anon_sym_GT_GT_GT] = ACTIONS(613), - [anon_sym_AMP_CARET] = ACTIONS(613), - [anon_sym_AMP_AMP] = ACTIONS(613), - [anon_sym_PIPE_PIPE] = ACTIONS(613), - [anon_sym_or] = ACTIONS(615), - [anon_sym_QMARK_DOT] = ACTIONS(613), - [anon_sym_POUND_LBRACK] = ACTIONS(613), - [anon_sym_is] = ACTIONS(615), - [anon_sym_BANGis] = ACTIONS(613), - [anon_sym_in] = ACTIONS(615), - [anon_sym_BANGin] = ACTIONS(613), - [anon_sym_shared] = ACTIONS(4292), - [anon_sym_map_LBRACK] = ACTIONS(4294), - [anon_sym_chan] = ACTIONS(4296), - [anon_sym_thread] = ACTIONS(4298), - [anon_sym_atomic] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(615), + [anon_sym___global] = ACTIONS(4276), + [anon_sym_type] = ACTIONS(4276), + [anon_sym_fn] = ACTIONS(4276), + [anon_sym_PLUS] = ACTIONS(4276), + [anon_sym_DASH] = ACTIONS(4276), + [anon_sym_STAR] = ACTIONS(4276), + [anon_sym_struct] = ACTIONS(4276), + [anon_sym_union] = ACTIONS(4276), + [anon_sym_pub] = ACTIONS(4276), + [anon_sym_mut] = ACTIONS(4276), + [anon_sym_enum] = ACTIONS(4276), + [anon_sym_interface] = ACTIONS(4276), + [anon_sym_QMARK] = ACTIONS(4276), + [anon_sym_BANG] = ACTIONS(4276), + [anon_sym_go] = ACTIONS(4276), + [anon_sym_spawn] = ACTIONS(4276), + [anon_sym_json_DOTdecode] = ACTIONS(4276), + [anon_sym_LBRACK2] = ACTIONS(4276), + [anon_sym_TILDE] = ACTIONS(4276), + [anon_sym_CARET] = ACTIONS(4276), + [anon_sym_AMP] = ACTIONS(4276), + [anon_sym_LT_DASH] = ACTIONS(4276), + [sym_none] = ACTIONS(4276), + [sym_true] = ACTIONS(4276), + [sym_false] = ACTIONS(4276), + [sym_nil] = ACTIONS(4276), + [anon_sym_if] = ACTIONS(4276), + [anon_sym_DOLLARif] = ACTIONS(4276), + [anon_sym_match] = ACTIONS(4276), + [anon_sym_select] = ACTIONS(4276), + [anon_sym_lock] = ACTIONS(4276), + [anon_sym_rlock] = ACTIONS(4276), + [anon_sym_unsafe] = ACTIONS(4276), + [anon_sym_sql] = ACTIONS(4276), + [sym_int_literal] = ACTIONS(4276), + [sym_float_literal] = ACTIONS(4276), + [sym_rune_literal] = ACTIONS(4276), + [anon_sym_AT] = ACTIONS(4276), + [anon_sym_shared] = ACTIONS(4276), + [anon_sym_map_LBRACK] = ACTIONS(4276), + [anon_sym_chan] = ACTIONS(4276), + [anon_sym_thread] = ACTIONS(4276), + [anon_sym_atomic] = ACTIONS(4276), + [anon_sym_assert] = ACTIONS(4276), + [anon_sym_defer] = ACTIONS(4276), + [anon_sym_goto] = ACTIONS(4276), + [anon_sym_break] = ACTIONS(4276), + [anon_sym_continue] = ACTIONS(4276), + [anon_sym_return] = ACTIONS(4276), + [anon_sym_DOLLARfor] = ACTIONS(4276), + [anon_sym_for] = ACTIONS(4276), + [anon_sym_POUND] = ACTIONS(4276), + [anon_sym_asm] = ACTIONS(4276), + [anon_sym_AT_LBRACK] = ACTIONS(4276), + [sym___double_quote] = ACTIONS(4276), + [sym___single_quote] = ACTIONS(4276), + [sym___c_double_quote] = ACTIONS(4276), + [sym___c_single_quote] = ACTIONS(4276), + [sym___r_double_quote] = ACTIONS(4276), + [sym___r_single_quote] = ACTIONS(4276), }, - [1583] = { - [sym_reference_expression] = STATE(4574), - [sym_type_reference_expression] = STATE(2635), - [sym_plain_type] = STATE(2734), - [sym__plain_type_without_special] = STATE(2723), - [sym_anon_struct_type] = STATE(2724), - [sym_multi_return_type] = STATE(2723), - [sym_result_type] = STATE(2723), - [sym_option_type] = STATE(2723), - [sym_qualified_type] = STATE(2635), - [sym_fixed_array_type] = STATE(2724), - [sym_array_type] = STATE(2724), - [sym_pointer_type] = STATE(2724), - [sym_wrong_pointer_type] = STATE(2724), - [sym_map_type] = STATE(2724), - [sym_channel_type] = STATE(2724), - [sym_shared_type] = STATE(2724), - [sym_thread_type] = STATE(2724), - [sym_atomic_type] = STATE(2724), - [sym_generic_type] = STATE(2724), - [sym_function_type] = STATE(2724), - [sym_identifier] = ACTIONS(4274), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(555), - [anon_sym_as] = ACTIONS(555), - [anon_sym_LBRACE] = ACTIONS(551), - [anon_sym_COMMA] = ACTIONS(551), - [anon_sym_LPAREN] = ACTIONS(4276), - [anon_sym_PIPE] = ACTIONS(555), - [anon_sym_fn] = ACTIONS(4278), - [anon_sym_PLUS] = ACTIONS(555), - [anon_sym_DASH] = ACTIONS(555), + [1577] = { + [ts_builtin_sym_end] = ACTIONS(4278), + [sym_identifier] = ACTIONS(4280), + [anon_sym_LF] = ACTIONS(4280), + [anon_sym_CR] = ACTIONS(4280), + [anon_sym_CR_LF] = ACTIONS(4280), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(4280), + [anon_sym_LBRACE] = ACTIONS(4280), + [anon_sym_const] = ACTIONS(4280), + [anon_sym_LPAREN] = ACTIONS(4280), + [anon_sym___global] = ACTIONS(4280), + [anon_sym_type] = ACTIONS(4280), + [anon_sym_fn] = ACTIONS(4280), + [anon_sym_PLUS] = ACTIONS(4280), + [anon_sym_DASH] = ACTIONS(4280), [anon_sym_STAR] = ACTIONS(4280), - [anon_sym_SLASH] = ACTIONS(555), - [anon_sym_PERCENT] = ACTIONS(551), - [anon_sym_LT] = ACTIONS(555), - [anon_sym_GT] = ACTIONS(555), - [anon_sym_EQ_EQ] = ACTIONS(551), - [anon_sym_BANG_EQ] = ACTIONS(551), - [anon_sym_LT_EQ] = ACTIONS(551), - [anon_sym_GT_EQ] = ACTIONS(551), - [anon_sym_DOT_DOT_DOT] = ACTIONS(551), - [anon_sym_LBRACK] = ACTIONS(551), - [anon_sym_struct] = ACTIONS(4282), - [anon_sym_PLUS_PLUS] = ACTIONS(551), - [anon_sym_DASH_DASH] = ACTIONS(551), - [anon_sym_QMARK] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4286), - [anon_sym_LBRACK2] = ACTIONS(4288), - [anon_sym_CARET] = ACTIONS(551), - [anon_sym_AMP] = ACTIONS(4290), - [anon_sym_LT_LT] = ACTIONS(551), - [anon_sym_GT_GT] = ACTIONS(555), - [anon_sym_GT_GT_GT] = ACTIONS(551), - [anon_sym_AMP_CARET] = ACTIONS(551), - [anon_sym_AMP_AMP] = ACTIONS(551), - [anon_sym_PIPE_PIPE] = ACTIONS(551), - [anon_sym_or] = ACTIONS(555), - [anon_sym_QMARK_DOT] = ACTIONS(551), - [anon_sym_POUND_LBRACK] = ACTIONS(551), - [anon_sym_is] = ACTIONS(555), - [anon_sym_BANGis] = ACTIONS(551), - [anon_sym_in] = ACTIONS(555), - [anon_sym_BANGin] = ACTIONS(551), - [anon_sym_shared] = ACTIONS(4292), - [anon_sym_map_LBRACK] = ACTIONS(4294), - [anon_sym_chan] = ACTIONS(4296), - [anon_sym_thread] = ACTIONS(4298), - [anon_sym_atomic] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(555), + [anon_sym_struct] = ACTIONS(4280), + [anon_sym_union] = ACTIONS(4280), + [anon_sym_pub] = ACTIONS(4280), + [anon_sym_mut] = ACTIONS(4280), + [anon_sym_enum] = ACTIONS(4280), + [anon_sym_interface] = ACTIONS(4280), + [anon_sym_QMARK] = ACTIONS(4280), + [anon_sym_BANG] = ACTIONS(4280), + [anon_sym_go] = ACTIONS(4280), + [anon_sym_spawn] = ACTIONS(4280), + [anon_sym_json_DOTdecode] = ACTIONS(4280), + [anon_sym_LBRACK2] = ACTIONS(4280), + [anon_sym_TILDE] = ACTIONS(4280), + [anon_sym_CARET] = ACTIONS(4280), + [anon_sym_AMP] = ACTIONS(4280), + [anon_sym_LT_DASH] = ACTIONS(4280), + [sym_none] = ACTIONS(4280), + [sym_true] = ACTIONS(4280), + [sym_false] = ACTIONS(4280), + [sym_nil] = ACTIONS(4280), + [anon_sym_if] = ACTIONS(4280), + [anon_sym_DOLLARif] = ACTIONS(4280), + [anon_sym_match] = ACTIONS(4280), + [anon_sym_select] = ACTIONS(4280), + [anon_sym_lock] = ACTIONS(4280), + [anon_sym_rlock] = ACTIONS(4280), + [anon_sym_unsafe] = ACTIONS(4280), + [anon_sym_sql] = ACTIONS(4280), + [sym_int_literal] = ACTIONS(4280), + [sym_float_literal] = ACTIONS(4280), + [sym_rune_literal] = ACTIONS(4280), + [anon_sym_AT] = ACTIONS(4280), + [anon_sym_shared] = ACTIONS(4280), + [anon_sym_map_LBRACK] = ACTIONS(4280), + [anon_sym_chan] = ACTIONS(4280), + [anon_sym_thread] = ACTIONS(4280), + [anon_sym_atomic] = ACTIONS(4280), + [anon_sym_assert] = ACTIONS(4280), + [anon_sym_defer] = ACTIONS(4280), + [anon_sym_goto] = ACTIONS(4280), + [anon_sym_break] = ACTIONS(4280), + [anon_sym_continue] = ACTIONS(4280), + [anon_sym_return] = ACTIONS(4280), + [anon_sym_DOLLARfor] = ACTIONS(4280), + [anon_sym_for] = ACTIONS(4280), + [anon_sym_POUND] = ACTIONS(4280), + [anon_sym_asm] = ACTIONS(4280), + [anon_sym_AT_LBRACK] = ACTIONS(4280), + [sym___double_quote] = ACTIONS(4280), + [sym___single_quote] = ACTIONS(4280), + [sym___c_double_quote] = ACTIONS(4280), + [sym___c_single_quote] = ACTIONS(4280), + [sym___r_double_quote] = ACTIONS(4280), + [sym___r_single_quote] = ACTIONS(4280), }, - [1584] = { - [sym_reference_expression] = STATE(4574), - [sym_type_reference_expression] = STATE(2635), - [sym_plain_type] = STATE(2750), - [sym__plain_type_without_special] = STATE(2723), - [sym_anon_struct_type] = STATE(2724), - [sym_multi_return_type] = STATE(2723), - [sym_result_type] = STATE(2723), - [sym_option_type] = STATE(2723), - [sym_qualified_type] = STATE(2635), - [sym_fixed_array_type] = STATE(2724), - [sym_array_type] = STATE(2724), - [sym_pointer_type] = STATE(2724), - [sym_wrong_pointer_type] = STATE(2724), - [sym_map_type] = STATE(2724), - [sym_channel_type] = STATE(2724), - [sym_shared_type] = STATE(2724), - [sym_thread_type] = STATE(2724), - [sym_atomic_type] = STATE(2724), - [sym_generic_type] = STATE(2724), - [sym_function_type] = STATE(2724), - [sym_identifier] = ACTIONS(4274), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(589), - [anon_sym_as] = ACTIONS(589), - [anon_sym_LBRACE] = ACTIONS(587), - [anon_sym_COMMA] = ACTIONS(587), - [anon_sym_LPAREN] = ACTIONS(4276), - [anon_sym_PIPE] = ACTIONS(589), - [anon_sym_fn] = ACTIONS(4278), - [anon_sym_PLUS] = ACTIONS(589), - [anon_sym_DASH] = ACTIONS(589), - [anon_sym_STAR] = ACTIONS(4280), - [anon_sym_SLASH] = ACTIONS(589), - [anon_sym_PERCENT] = ACTIONS(587), - [anon_sym_LT] = ACTIONS(589), - [anon_sym_GT] = ACTIONS(589), - [anon_sym_EQ_EQ] = ACTIONS(587), - [anon_sym_BANG_EQ] = ACTIONS(587), - [anon_sym_LT_EQ] = ACTIONS(587), - [anon_sym_GT_EQ] = ACTIONS(587), - [anon_sym_DOT_DOT_DOT] = ACTIONS(587), - [anon_sym_LBRACK] = ACTIONS(587), - [anon_sym_struct] = ACTIONS(4282), - [anon_sym_PLUS_PLUS] = ACTIONS(587), - [anon_sym_DASH_DASH] = ACTIONS(587), + [1578] = { + [ts_builtin_sym_end] = ACTIONS(4282), + [sym_identifier] = ACTIONS(4284), + [anon_sym_LF] = ACTIONS(4284), + [anon_sym_CR] = ACTIONS(4284), + [anon_sym_CR_LF] = ACTIONS(4284), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(4284), + [anon_sym_LBRACE] = ACTIONS(4284), + [anon_sym_const] = ACTIONS(4284), + [anon_sym_LPAREN] = ACTIONS(4284), + [anon_sym___global] = ACTIONS(4284), + [anon_sym_type] = ACTIONS(4284), + [anon_sym_fn] = ACTIONS(4284), + [anon_sym_PLUS] = ACTIONS(4284), + [anon_sym_DASH] = ACTIONS(4284), + [anon_sym_STAR] = ACTIONS(4284), + [anon_sym_struct] = ACTIONS(4284), + [anon_sym_union] = ACTIONS(4284), + [anon_sym_pub] = ACTIONS(4284), + [anon_sym_mut] = ACTIONS(4284), + [anon_sym_enum] = ACTIONS(4284), + [anon_sym_interface] = ACTIONS(4284), [anon_sym_QMARK] = ACTIONS(4284), - [anon_sym_BANG] = ACTIONS(4286), + [anon_sym_BANG] = ACTIONS(4284), + [anon_sym_go] = ACTIONS(4284), + [anon_sym_spawn] = ACTIONS(4284), + [anon_sym_json_DOTdecode] = ACTIONS(4284), + [anon_sym_LBRACK2] = ACTIONS(4284), + [anon_sym_TILDE] = ACTIONS(4284), + [anon_sym_CARET] = ACTIONS(4284), + [anon_sym_AMP] = ACTIONS(4284), + [anon_sym_LT_DASH] = ACTIONS(4284), + [sym_none] = ACTIONS(4284), + [sym_true] = ACTIONS(4284), + [sym_false] = ACTIONS(4284), + [sym_nil] = ACTIONS(4284), + [anon_sym_if] = ACTIONS(4284), + [anon_sym_DOLLARif] = ACTIONS(4284), + [anon_sym_match] = ACTIONS(4284), + [anon_sym_select] = ACTIONS(4284), + [anon_sym_lock] = ACTIONS(4284), + [anon_sym_rlock] = ACTIONS(4284), + [anon_sym_unsafe] = ACTIONS(4284), + [anon_sym_sql] = ACTIONS(4284), + [sym_int_literal] = ACTIONS(4284), + [sym_float_literal] = ACTIONS(4284), + [sym_rune_literal] = ACTIONS(4284), + [anon_sym_AT] = ACTIONS(4284), + [anon_sym_shared] = ACTIONS(4284), + [anon_sym_map_LBRACK] = ACTIONS(4284), + [anon_sym_chan] = ACTIONS(4284), + [anon_sym_thread] = ACTIONS(4284), + [anon_sym_atomic] = ACTIONS(4284), + [anon_sym_assert] = ACTIONS(4284), + [anon_sym_defer] = ACTIONS(4284), + [anon_sym_goto] = ACTIONS(4284), + [anon_sym_break] = ACTIONS(4284), + [anon_sym_continue] = ACTIONS(4284), + [anon_sym_return] = ACTIONS(4284), + [anon_sym_DOLLARfor] = ACTIONS(4284), + [anon_sym_for] = ACTIONS(4284), + [anon_sym_POUND] = ACTIONS(4284), + [anon_sym_asm] = ACTIONS(4284), + [anon_sym_AT_LBRACK] = ACTIONS(4284), + [sym___double_quote] = ACTIONS(4284), + [sym___single_quote] = ACTIONS(4284), + [sym___c_double_quote] = ACTIONS(4284), + [sym___c_single_quote] = ACTIONS(4284), + [sym___r_double_quote] = ACTIONS(4284), + [sym___r_single_quote] = ACTIONS(4284), + }, + [1579] = { + [ts_builtin_sym_end] = ACTIONS(4286), + [sym_identifier] = ACTIONS(4288), + [anon_sym_LF] = ACTIONS(4288), + [anon_sym_CR] = ACTIONS(4288), + [anon_sym_CR_LF] = ACTIONS(4288), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(4288), + [anon_sym_LBRACE] = ACTIONS(4288), + [anon_sym_const] = ACTIONS(4288), + [anon_sym_LPAREN] = ACTIONS(4288), + [anon_sym___global] = ACTIONS(4288), + [anon_sym_type] = ACTIONS(4288), + [anon_sym_fn] = ACTIONS(4288), + [anon_sym_PLUS] = ACTIONS(4288), + [anon_sym_DASH] = ACTIONS(4288), + [anon_sym_STAR] = ACTIONS(4288), + [anon_sym_struct] = ACTIONS(4288), + [anon_sym_union] = ACTIONS(4288), + [anon_sym_pub] = ACTIONS(4288), + [anon_sym_mut] = ACTIONS(4288), + [anon_sym_enum] = ACTIONS(4288), + [anon_sym_interface] = ACTIONS(4288), + [anon_sym_QMARK] = ACTIONS(4288), + [anon_sym_BANG] = ACTIONS(4288), + [anon_sym_go] = ACTIONS(4288), + [anon_sym_spawn] = ACTIONS(4288), + [anon_sym_json_DOTdecode] = ACTIONS(4288), [anon_sym_LBRACK2] = ACTIONS(4288), - [anon_sym_CARET] = ACTIONS(587), - [anon_sym_AMP] = ACTIONS(4290), - [anon_sym_LT_LT] = ACTIONS(587), - [anon_sym_GT_GT] = ACTIONS(589), - [anon_sym_GT_GT_GT] = ACTIONS(587), - [anon_sym_AMP_CARET] = ACTIONS(587), - [anon_sym_AMP_AMP] = ACTIONS(587), - [anon_sym_PIPE_PIPE] = ACTIONS(587), - [anon_sym_or] = ACTIONS(589), - [anon_sym_QMARK_DOT] = ACTIONS(587), - [anon_sym_POUND_LBRACK] = ACTIONS(587), - [anon_sym_is] = ACTIONS(589), - [anon_sym_BANGis] = ACTIONS(587), - [anon_sym_in] = ACTIONS(589), - [anon_sym_BANGin] = ACTIONS(587), + [anon_sym_TILDE] = ACTIONS(4288), + [anon_sym_CARET] = ACTIONS(4288), + [anon_sym_AMP] = ACTIONS(4288), + [anon_sym_LT_DASH] = ACTIONS(4288), + [sym_none] = ACTIONS(4288), + [sym_true] = ACTIONS(4288), + [sym_false] = ACTIONS(4288), + [sym_nil] = ACTIONS(4288), + [anon_sym_if] = ACTIONS(4288), + [anon_sym_DOLLARif] = ACTIONS(4288), + [anon_sym_match] = ACTIONS(4288), + [anon_sym_select] = ACTIONS(4288), + [anon_sym_lock] = ACTIONS(4288), + [anon_sym_rlock] = ACTIONS(4288), + [anon_sym_unsafe] = ACTIONS(4288), + [anon_sym_sql] = ACTIONS(4288), + [sym_int_literal] = ACTIONS(4288), + [sym_float_literal] = ACTIONS(4288), + [sym_rune_literal] = ACTIONS(4288), + [anon_sym_AT] = ACTIONS(4288), + [anon_sym_shared] = ACTIONS(4288), + [anon_sym_map_LBRACK] = ACTIONS(4288), + [anon_sym_chan] = ACTIONS(4288), + [anon_sym_thread] = ACTIONS(4288), + [anon_sym_atomic] = ACTIONS(4288), + [anon_sym_assert] = ACTIONS(4288), + [anon_sym_defer] = ACTIONS(4288), + [anon_sym_goto] = ACTIONS(4288), + [anon_sym_break] = ACTIONS(4288), + [anon_sym_continue] = ACTIONS(4288), + [anon_sym_return] = ACTIONS(4288), + [anon_sym_DOLLARfor] = ACTIONS(4288), + [anon_sym_for] = ACTIONS(4288), + [anon_sym_POUND] = ACTIONS(4288), + [anon_sym_asm] = ACTIONS(4288), + [anon_sym_AT_LBRACK] = ACTIONS(4288), + [sym___double_quote] = ACTIONS(4288), + [sym___single_quote] = ACTIONS(4288), + [sym___c_double_quote] = ACTIONS(4288), + [sym___c_single_quote] = ACTIONS(4288), + [sym___r_double_quote] = ACTIONS(4288), + [sym___r_single_quote] = ACTIONS(4288), + }, + [1580] = { + [ts_builtin_sym_end] = ACTIONS(4290), + [sym_identifier] = ACTIONS(4292), + [anon_sym_LF] = ACTIONS(4292), + [anon_sym_CR] = ACTIONS(4292), + [anon_sym_CR_LF] = ACTIONS(4292), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(4292), + [anon_sym_LBRACE] = ACTIONS(4292), + [anon_sym_const] = ACTIONS(4292), + [anon_sym_LPAREN] = ACTIONS(4292), + [anon_sym___global] = ACTIONS(4292), + [anon_sym_type] = ACTIONS(4292), + [anon_sym_fn] = ACTIONS(4292), + [anon_sym_PLUS] = ACTIONS(4292), + [anon_sym_DASH] = ACTIONS(4292), + [anon_sym_STAR] = ACTIONS(4292), + [anon_sym_struct] = ACTIONS(4292), + [anon_sym_union] = ACTIONS(4292), + [anon_sym_pub] = ACTIONS(4292), + [anon_sym_mut] = ACTIONS(4292), + [anon_sym_enum] = ACTIONS(4292), + [anon_sym_interface] = ACTIONS(4292), + [anon_sym_QMARK] = ACTIONS(4292), + [anon_sym_BANG] = ACTIONS(4292), + [anon_sym_go] = ACTIONS(4292), + [anon_sym_spawn] = ACTIONS(4292), + [anon_sym_json_DOTdecode] = ACTIONS(4292), + [anon_sym_LBRACK2] = ACTIONS(4292), + [anon_sym_TILDE] = ACTIONS(4292), + [anon_sym_CARET] = ACTIONS(4292), + [anon_sym_AMP] = ACTIONS(4292), + [anon_sym_LT_DASH] = ACTIONS(4292), + [sym_none] = ACTIONS(4292), + [sym_true] = ACTIONS(4292), + [sym_false] = ACTIONS(4292), + [sym_nil] = ACTIONS(4292), + [anon_sym_if] = ACTIONS(4292), + [anon_sym_DOLLARif] = ACTIONS(4292), + [anon_sym_match] = ACTIONS(4292), + [anon_sym_select] = ACTIONS(4292), + [anon_sym_lock] = ACTIONS(4292), + [anon_sym_rlock] = ACTIONS(4292), + [anon_sym_unsafe] = ACTIONS(4292), + [anon_sym_sql] = ACTIONS(4292), + [sym_int_literal] = ACTIONS(4292), + [sym_float_literal] = ACTIONS(4292), + [sym_rune_literal] = ACTIONS(4292), + [anon_sym_AT] = ACTIONS(4292), [anon_sym_shared] = ACTIONS(4292), - [anon_sym_map_LBRACK] = ACTIONS(4294), + [anon_sym_map_LBRACK] = ACTIONS(4292), + [anon_sym_chan] = ACTIONS(4292), + [anon_sym_thread] = ACTIONS(4292), + [anon_sym_atomic] = ACTIONS(4292), + [anon_sym_assert] = ACTIONS(4292), + [anon_sym_defer] = ACTIONS(4292), + [anon_sym_goto] = ACTIONS(4292), + [anon_sym_break] = ACTIONS(4292), + [anon_sym_continue] = ACTIONS(4292), + [anon_sym_return] = ACTIONS(4292), + [anon_sym_DOLLARfor] = ACTIONS(4292), + [anon_sym_for] = ACTIONS(4292), + [anon_sym_POUND] = ACTIONS(4292), + [anon_sym_asm] = ACTIONS(4292), + [anon_sym_AT_LBRACK] = ACTIONS(4292), + [sym___double_quote] = ACTIONS(4292), + [sym___single_quote] = ACTIONS(4292), + [sym___c_double_quote] = ACTIONS(4292), + [sym___c_single_quote] = ACTIONS(4292), + [sym___r_double_quote] = ACTIONS(4292), + [sym___r_single_quote] = ACTIONS(4292), + }, + [1581] = { + [ts_builtin_sym_end] = ACTIONS(4294), + [sym_identifier] = ACTIONS(4296), + [anon_sym_LF] = ACTIONS(4296), + [anon_sym_CR] = ACTIONS(4296), + [anon_sym_CR_LF] = ACTIONS(4296), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(4296), + [anon_sym_LBRACE] = ACTIONS(4296), + [anon_sym_const] = ACTIONS(4296), + [anon_sym_LPAREN] = ACTIONS(4296), + [anon_sym___global] = ACTIONS(4296), + [anon_sym_type] = ACTIONS(4296), + [anon_sym_fn] = ACTIONS(4296), + [anon_sym_PLUS] = ACTIONS(4296), + [anon_sym_DASH] = ACTIONS(4296), + [anon_sym_STAR] = ACTIONS(4296), + [anon_sym_struct] = ACTIONS(4296), + [anon_sym_union] = ACTIONS(4296), + [anon_sym_pub] = ACTIONS(4296), + [anon_sym_mut] = ACTIONS(4296), + [anon_sym_enum] = ACTIONS(4296), + [anon_sym_interface] = ACTIONS(4296), + [anon_sym_QMARK] = ACTIONS(4296), + [anon_sym_BANG] = ACTIONS(4296), + [anon_sym_go] = ACTIONS(4296), + [anon_sym_spawn] = ACTIONS(4296), + [anon_sym_json_DOTdecode] = ACTIONS(4296), + [anon_sym_LBRACK2] = ACTIONS(4296), + [anon_sym_TILDE] = ACTIONS(4296), + [anon_sym_CARET] = ACTIONS(4296), + [anon_sym_AMP] = ACTIONS(4296), + [anon_sym_LT_DASH] = ACTIONS(4296), + [sym_none] = ACTIONS(4296), + [sym_true] = ACTIONS(4296), + [sym_false] = ACTIONS(4296), + [sym_nil] = ACTIONS(4296), + [anon_sym_if] = ACTIONS(4296), + [anon_sym_DOLLARif] = ACTIONS(4296), + [anon_sym_match] = ACTIONS(4296), + [anon_sym_select] = ACTIONS(4296), + [anon_sym_lock] = ACTIONS(4296), + [anon_sym_rlock] = ACTIONS(4296), + [anon_sym_unsafe] = ACTIONS(4296), + [anon_sym_sql] = ACTIONS(4296), + [sym_int_literal] = ACTIONS(4296), + [sym_float_literal] = ACTIONS(4296), + [sym_rune_literal] = ACTIONS(4296), + [anon_sym_AT] = ACTIONS(4296), + [anon_sym_shared] = ACTIONS(4296), + [anon_sym_map_LBRACK] = ACTIONS(4296), [anon_sym_chan] = ACTIONS(4296), - [anon_sym_thread] = ACTIONS(4298), - [anon_sym_atomic] = ACTIONS(4300), - [anon_sym_DOT_DOT] = ACTIONS(589), + [anon_sym_thread] = ACTIONS(4296), + [anon_sym_atomic] = ACTIONS(4296), + [anon_sym_assert] = ACTIONS(4296), + [anon_sym_defer] = ACTIONS(4296), + [anon_sym_goto] = ACTIONS(4296), + [anon_sym_break] = ACTIONS(4296), + [anon_sym_continue] = ACTIONS(4296), + [anon_sym_return] = ACTIONS(4296), + [anon_sym_DOLLARfor] = ACTIONS(4296), + [anon_sym_for] = ACTIONS(4296), + [anon_sym_POUND] = ACTIONS(4296), + [anon_sym_asm] = ACTIONS(4296), + [anon_sym_AT_LBRACK] = ACTIONS(4296), + [sym___double_quote] = ACTIONS(4296), + [sym___single_quote] = ACTIONS(4296), + [sym___c_double_quote] = ACTIONS(4296), + [sym___c_single_quote] = ACTIONS(4296), + [sym___r_double_quote] = ACTIONS(4296), + [sym___r_single_quote] = ACTIONS(4296), }, - [1585] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2374), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(593), - [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(595), - [anon_sym_as] = ACTIONS(595), - [anon_sym_LBRACE] = ACTIONS(591), - [anon_sym_COMMA] = ACTIONS(591), - [anon_sym_LPAREN] = ACTIONS(3377), - [anon_sym_PIPE] = ACTIONS(595), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(595), - [anon_sym_DASH] = ACTIONS(595), - [anon_sym_STAR] = ACTIONS(3379), - [anon_sym_SLASH] = ACTIONS(595), - [anon_sym_PERCENT] = ACTIONS(591), - [anon_sym_LT] = ACTIONS(595), - [anon_sym_GT] = ACTIONS(595), - [anon_sym_EQ_EQ] = ACTIONS(591), - [anon_sym_BANG_EQ] = ACTIONS(591), - [anon_sym_LT_EQ] = ACTIONS(591), - [anon_sym_GT_EQ] = ACTIONS(591), - [anon_sym_DOT_DOT_DOT] = ACTIONS(591), - [anon_sym_LBRACK] = ACTIONS(591), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(591), - [anon_sym_QMARK] = ACTIONS(503), - [anon_sym_BANG] = ACTIONS(4302), - [anon_sym_LBRACK2] = ACTIONS(607), - [anon_sym_CARET] = ACTIONS(591), - [anon_sym_AMP] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(591), - [anon_sym_GT_GT] = ACTIONS(595), - [anon_sym_GT_GT_GT] = ACTIONS(591), - [anon_sym_AMP_CARET] = ACTIONS(591), - [anon_sym_AMP_AMP] = ACTIONS(591), - [anon_sym_PIPE_PIPE] = ACTIONS(591), - [anon_sym_or] = ACTIONS(595), - [anon_sym_QMARK_DOT] = ACTIONS(591), - [anon_sym_POUND_LBRACK] = ACTIONS(591), - [anon_sym_is] = ACTIONS(595), - [anon_sym_BANGis] = ACTIONS(591), - [anon_sym_in] = ACTIONS(595), - [anon_sym_BANGin] = ACTIONS(591), - [anon_sym_shared] = ACTIONS(611), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - [anon_sym_DOT_DOT] = ACTIONS(595), + [1582] = { + [ts_builtin_sym_end] = ACTIONS(4298), + [sym_identifier] = ACTIONS(4300), + [anon_sym_LF] = ACTIONS(4300), + [anon_sym_CR] = ACTIONS(4300), + [anon_sym_CR_LF] = ACTIONS(4300), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(4300), + [anon_sym_LBRACE] = ACTIONS(4300), + [anon_sym_const] = ACTIONS(4300), + [anon_sym_LPAREN] = ACTIONS(4300), + [anon_sym___global] = ACTIONS(4300), + [anon_sym_type] = ACTIONS(4300), + [anon_sym_fn] = ACTIONS(4300), + [anon_sym_PLUS] = ACTIONS(4300), + [anon_sym_DASH] = ACTIONS(4300), + [anon_sym_STAR] = ACTIONS(4300), + [anon_sym_struct] = ACTIONS(4300), + [anon_sym_union] = ACTIONS(4300), + [anon_sym_pub] = ACTIONS(4300), + [anon_sym_mut] = ACTIONS(4300), + [anon_sym_enum] = ACTIONS(4300), + [anon_sym_interface] = ACTIONS(4300), + [anon_sym_QMARK] = ACTIONS(4300), + [anon_sym_BANG] = ACTIONS(4300), + [anon_sym_go] = ACTIONS(4300), + [anon_sym_spawn] = ACTIONS(4300), + [anon_sym_json_DOTdecode] = ACTIONS(4300), + [anon_sym_LBRACK2] = ACTIONS(4300), + [anon_sym_TILDE] = ACTIONS(4300), + [anon_sym_CARET] = ACTIONS(4300), + [anon_sym_AMP] = ACTIONS(4300), + [anon_sym_LT_DASH] = ACTIONS(4300), + [sym_none] = ACTIONS(4300), + [sym_true] = ACTIONS(4300), + [sym_false] = ACTIONS(4300), + [sym_nil] = ACTIONS(4300), + [anon_sym_if] = ACTIONS(4300), + [anon_sym_DOLLARif] = ACTIONS(4300), + [anon_sym_match] = ACTIONS(4300), + [anon_sym_select] = ACTIONS(4300), + [anon_sym_lock] = ACTIONS(4300), + [anon_sym_rlock] = ACTIONS(4300), + [anon_sym_unsafe] = ACTIONS(4300), + [anon_sym_sql] = ACTIONS(4300), + [sym_int_literal] = ACTIONS(4300), + [sym_float_literal] = ACTIONS(4300), + [sym_rune_literal] = ACTIONS(4300), + [anon_sym_AT] = ACTIONS(4300), + [anon_sym_shared] = ACTIONS(4300), + [anon_sym_map_LBRACK] = ACTIONS(4300), + [anon_sym_chan] = ACTIONS(4300), + [anon_sym_thread] = ACTIONS(4300), + [anon_sym_atomic] = ACTIONS(4300), + [anon_sym_assert] = ACTIONS(4300), + [anon_sym_defer] = ACTIONS(4300), + [anon_sym_goto] = ACTIONS(4300), + [anon_sym_break] = ACTIONS(4300), + [anon_sym_continue] = ACTIONS(4300), + [anon_sym_return] = ACTIONS(4300), + [anon_sym_DOLLARfor] = ACTIONS(4300), + [anon_sym_for] = ACTIONS(4300), + [anon_sym_POUND] = ACTIONS(4300), + [anon_sym_asm] = ACTIONS(4300), + [anon_sym_AT_LBRACK] = ACTIONS(4300), + [sym___double_quote] = ACTIONS(4300), + [sym___single_quote] = ACTIONS(4300), + [sym___c_double_quote] = ACTIONS(4300), + [sym___c_single_quote] = ACTIONS(4300), + [sym___r_double_quote] = ACTIONS(4300), + [sym___r_single_quote] = ACTIONS(4300), }, - [1586] = { - [ts_builtin_sym_end] = ACTIONS(4304), - [sym_identifier] = ACTIONS(4306), - [sym_comment] = ACTIONS(3), - [anon_sym_import] = ACTIONS(4306), - [anon_sym_DOT] = ACTIONS(4306), + [1583] = { + [ts_builtin_sym_end] = ACTIONS(4302), + [sym_identifier] = ACTIONS(4304), + [anon_sym_LF] = ACTIONS(4306), + [anon_sym_CR] = ACTIONS(4306), + [anon_sym_CR_LF] = ACTIONS(4306), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(4304), [anon_sym_LBRACE] = ACTIONS(4304), - [anon_sym_const] = ACTIONS(4306), + [anon_sym_const] = ACTIONS(4304), [anon_sym_LPAREN] = ACTIONS(4304), - [anon_sym___global] = ACTIONS(4306), - [anon_sym_type] = ACTIONS(4306), - [anon_sym_fn] = ACTIONS(4306), + [anon_sym___global] = ACTIONS(4304), + [anon_sym_type] = ACTIONS(4304), + [anon_sym_fn] = ACTIONS(4304), [anon_sym_PLUS] = ACTIONS(4304), [anon_sym_DASH] = ACTIONS(4304), [anon_sym_STAR] = ACTIONS(4304), - [anon_sym_struct] = ACTIONS(4306), - [anon_sym_union] = ACTIONS(4306), - [anon_sym_pub] = ACTIONS(4306), - [anon_sym_mut] = ACTIONS(4306), - [anon_sym_enum] = ACTIONS(4306), - [anon_sym_interface] = ACTIONS(4306), + [anon_sym_struct] = ACTIONS(4304), + [anon_sym_union] = ACTIONS(4304), + [anon_sym_pub] = ACTIONS(4304), + [anon_sym_mut] = ACTIONS(4304), + [anon_sym_enum] = ACTIONS(4304), + [anon_sym_interface] = ACTIONS(4304), [anon_sym_QMARK] = ACTIONS(4304), [anon_sym_BANG] = ACTIONS(4304), - [anon_sym_go] = ACTIONS(4306), - [anon_sym_spawn] = ACTIONS(4306), + [anon_sym_go] = ACTIONS(4304), + [anon_sym_spawn] = ACTIONS(4304), [anon_sym_json_DOTdecode] = ACTIONS(4304), [anon_sym_LBRACK2] = ACTIONS(4304), [anon_sym_TILDE] = ACTIONS(4304), [anon_sym_CARET] = ACTIONS(4304), [anon_sym_AMP] = ACTIONS(4304), [anon_sym_LT_DASH] = ACTIONS(4304), - [sym_none] = ACTIONS(4306), - [sym_true] = ACTIONS(4306), - [sym_false] = ACTIONS(4306), - [sym_nil] = ACTIONS(4306), - [anon_sym_if] = ACTIONS(4306), - [anon_sym_DOLLARif] = ACTIONS(4306), - [anon_sym_match] = ACTIONS(4306), - [anon_sym_select] = ACTIONS(4306), - [anon_sym_lock] = ACTIONS(4306), - [anon_sym_rlock] = ACTIONS(4306), - [anon_sym_unsafe] = ACTIONS(4306), - [anon_sym_sql] = ACTIONS(4306), - [sym_int_literal] = ACTIONS(4306), + [sym_none] = ACTIONS(4304), + [sym_true] = ACTIONS(4304), + [sym_false] = ACTIONS(4304), + [sym_nil] = ACTIONS(4304), + [anon_sym_if] = ACTIONS(4304), + [anon_sym_DOLLARif] = ACTIONS(4304), + [anon_sym_match] = ACTIONS(4304), + [anon_sym_select] = ACTIONS(4304), + [anon_sym_lock] = ACTIONS(4304), + [anon_sym_rlock] = ACTIONS(4304), + [anon_sym_unsafe] = ACTIONS(4304), + [anon_sym_sql] = ACTIONS(4304), + [sym_int_literal] = ACTIONS(4304), [sym_float_literal] = ACTIONS(4304), [sym_rune_literal] = ACTIONS(4304), - [anon_sym_AT] = ACTIONS(4306), - [anon_sym_shared] = ACTIONS(4306), + [anon_sym_AT] = ACTIONS(4304), + [anon_sym_shared] = ACTIONS(4304), [anon_sym_map_LBRACK] = ACTIONS(4304), - [anon_sym_chan] = ACTIONS(4306), - [anon_sym_thread] = ACTIONS(4306), - [anon_sym_atomic] = ACTIONS(4306), - [anon_sym_assert] = ACTIONS(4306), - [anon_sym_defer] = ACTIONS(4306), - [anon_sym_goto] = ACTIONS(4306), - [anon_sym_break] = ACTIONS(4306), - [anon_sym_continue] = ACTIONS(4306), - [anon_sym_return] = ACTIONS(4306), - [anon_sym_DOLLARfor] = ACTIONS(4306), - [anon_sym_for] = ACTIONS(4306), + [anon_sym_chan] = ACTIONS(4304), + [anon_sym_thread] = ACTIONS(4304), + [anon_sym_atomic] = ACTIONS(4304), + [anon_sym_assert] = ACTIONS(4304), + [anon_sym_defer] = ACTIONS(4304), + [anon_sym_goto] = ACTIONS(4304), + [anon_sym_break] = ACTIONS(4304), + [anon_sym_continue] = ACTIONS(4304), + [anon_sym_return] = ACTIONS(4304), + [anon_sym_DOLLARfor] = ACTIONS(4304), + [anon_sym_for] = ACTIONS(4304), [anon_sym_POUND] = ACTIONS(4304), - [anon_sym_asm] = ACTIONS(4306), + [anon_sym_asm] = ACTIONS(4304), [anon_sym_AT_LBRACK] = ACTIONS(4304), [sym___double_quote] = ACTIONS(4304), [sym___single_quote] = ACTIONS(4304), @@ -188505,138 +189070,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4304), [sym___r_single_quote] = ACTIONS(4304), }, - [1587] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2374), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(593), - [sym_comment] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(591), - [anon_sym_DOT] = ACTIONS(591), - [anon_sym_as] = ACTIONS(595), - [anon_sym_COMMA] = ACTIONS(591), - [anon_sym_LPAREN] = ACTIONS(3377), - [anon_sym_PIPE] = ACTIONS(595), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(595), - [anon_sym_DASH] = ACTIONS(595), - [anon_sym_STAR] = ACTIONS(3379), - [anon_sym_SLASH] = ACTIONS(595), - [anon_sym_PERCENT] = ACTIONS(591), - [anon_sym_LT] = ACTIONS(595), - [anon_sym_GT] = ACTIONS(595), - [anon_sym_EQ_EQ] = ACTIONS(591), - [anon_sym_BANG_EQ] = ACTIONS(591), - [anon_sym_LT_EQ] = ACTIONS(591), - [anon_sym_GT_EQ] = ACTIONS(591), - [anon_sym_LBRACK] = ACTIONS(591), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(591), - [anon_sym_QMARK] = ACTIONS(503), - [anon_sym_BANG] = ACTIONS(4308), - [anon_sym_LBRACK2] = ACTIONS(607), - [anon_sym_CARET] = ACTIONS(591), - [anon_sym_AMP] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(591), - [anon_sym_GT_GT] = ACTIONS(595), - [anon_sym_GT_GT_GT] = ACTIONS(591), - [anon_sym_AMP_CARET] = ACTIONS(591), - [anon_sym_AMP_AMP] = ACTIONS(591), - [anon_sym_PIPE_PIPE] = ACTIONS(591), - [anon_sym_or] = ACTIONS(595), - [anon_sym_QMARK_DOT] = ACTIONS(591), - [anon_sym_POUND_LBRACK] = ACTIONS(591), - [anon_sym_is] = ACTIONS(595), - [anon_sym_BANGis] = ACTIONS(591), - [anon_sym_in] = ACTIONS(595), - [anon_sym_BANGin] = ACTIONS(591), - [anon_sym_COLON_EQ] = ACTIONS(591), - [anon_sym_shared] = ACTIONS(611), - [anon_sym_map_LBRACK] = ACTIONS(81), - [anon_sym_chan] = ACTIONS(83), - [anon_sym_thread] = ACTIONS(85), - [anon_sym_atomic] = ACTIONS(87), - }, - [1588] = { - [ts_builtin_sym_end] = ACTIONS(4310), - [sym_identifier] = ACTIONS(4312), - [sym_comment] = ACTIONS(3), - [anon_sym_import] = ACTIONS(4312), - [anon_sym_DOT] = ACTIONS(4312), + [1584] = { + [ts_builtin_sym_end] = ACTIONS(4308), + [sym_identifier] = ACTIONS(4310), + [anon_sym_LF] = ACTIONS(4310), + [anon_sym_CR] = ACTIONS(4310), + [anon_sym_CR_LF] = ACTIONS(4310), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(4310), [anon_sym_LBRACE] = ACTIONS(4310), - [anon_sym_const] = ACTIONS(4312), + [anon_sym_const] = ACTIONS(4310), [anon_sym_LPAREN] = ACTIONS(4310), - [anon_sym___global] = ACTIONS(4312), - [anon_sym_type] = ACTIONS(4312), - [anon_sym_fn] = ACTIONS(4312), + [anon_sym___global] = ACTIONS(4310), + [anon_sym_type] = ACTIONS(4310), + [anon_sym_fn] = ACTIONS(4310), [anon_sym_PLUS] = ACTIONS(4310), [anon_sym_DASH] = ACTIONS(4310), [anon_sym_STAR] = ACTIONS(4310), - [anon_sym_struct] = ACTIONS(4312), - [anon_sym_union] = ACTIONS(4312), - [anon_sym_pub] = ACTIONS(4312), - [anon_sym_mut] = ACTIONS(4312), - [anon_sym_enum] = ACTIONS(4312), - [anon_sym_interface] = ACTIONS(4312), + [anon_sym_struct] = ACTIONS(4310), + [anon_sym_union] = ACTIONS(4310), + [anon_sym_pub] = ACTIONS(4310), + [anon_sym_mut] = ACTIONS(4310), + [anon_sym_enum] = ACTIONS(4310), + [anon_sym_interface] = ACTIONS(4310), [anon_sym_QMARK] = ACTIONS(4310), [anon_sym_BANG] = ACTIONS(4310), - [anon_sym_go] = ACTIONS(4312), - [anon_sym_spawn] = ACTIONS(4312), + [anon_sym_go] = ACTIONS(4310), + [anon_sym_spawn] = ACTIONS(4310), [anon_sym_json_DOTdecode] = ACTIONS(4310), [anon_sym_LBRACK2] = ACTIONS(4310), [anon_sym_TILDE] = ACTIONS(4310), [anon_sym_CARET] = ACTIONS(4310), [anon_sym_AMP] = ACTIONS(4310), [anon_sym_LT_DASH] = ACTIONS(4310), - [sym_none] = ACTIONS(4312), - [sym_true] = ACTIONS(4312), - [sym_false] = ACTIONS(4312), - [sym_nil] = ACTIONS(4312), - [anon_sym_if] = ACTIONS(4312), - [anon_sym_DOLLARif] = ACTIONS(4312), - [anon_sym_match] = ACTIONS(4312), - [anon_sym_select] = ACTIONS(4312), - [anon_sym_lock] = ACTIONS(4312), - [anon_sym_rlock] = ACTIONS(4312), - [anon_sym_unsafe] = ACTIONS(4312), - [anon_sym_sql] = ACTIONS(4312), - [sym_int_literal] = ACTIONS(4312), + [sym_none] = ACTIONS(4310), + [sym_true] = ACTIONS(4310), + [sym_false] = ACTIONS(4310), + [sym_nil] = ACTIONS(4310), + [anon_sym_if] = ACTIONS(4310), + [anon_sym_DOLLARif] = ACTIONS(4310), + [anon_sym_match] = ACTIONS(4310), + [anon_sym_select] = ACTIONS(4310), + [anon_sym_lock] = ACTIONS(4310), + [anon_sym_rlock] = ACTIONS(4310), + [anon_sym_unsafe] = ACTIONS(4310), + [anon_sym_sql] = ACTIONS(4310), + [sym_int_literal] = ACTIONS(4310), [sym_float_literal] = ACTIONS(4310), [sym_rune_literal] = ACTIONS(4310), - [anon_sym_AT] = ACTIONS(4312), - [anon_sym_shared] = ACTIONS(4312), + [anon_sym_AT] = ACTIONS(4310), + [anon_sym_shared] = ACTIONS(4310), [anon_sym_map_LBRACK] = ACTIONS(4310), - [anon_sym_chan] = ACTIONS(4312), - [anon_sym_thread] = ACTIONS(4312), - [anon_sym_atomic] = ACTIONS(4312), - [anon_sym_assert] = ACTIONS(4312), - [anon_sym_defer] = ACTIONS(4312), - [anon_sym_goto] = ACTIONS(4312), - [anon_sym_break] = ACTIONS(4312), - [anon_sym_continue] = ACTIONS(4312), - [anon_sym_return] = ACTIONS(4312), - [anon_sym_DOLLARfor] = ACTIONS(4312), - [anon_sym_for] = ACTIONS(4312), + [anon_sym_chan] = ACTIONS(4310), + [anon_sym_thread] = ACTIONS(4310), + [anon_sym_atomic] = ACTIONS(4310), + [anon_sym_assert] = ACTIONS(4310), + [anon_sym_defer] = ACTIONS(4310), + [anon_sym_goto] = ACTIONS(4310), + [anon_sym_break] = ACTIONS(4310), + [anon_sym_continue] = ACTIONS(4310), + [anon_sym_return] = ACTIONS(4310), + [anon_sym_DOLLARfor] = ACTIONS(4310), + [anon_sym_for] = ACTIONS(4310), [anon_sym_POUND] = ACTIONS(4310), - [anon_sym_asm] = ACTIONS(4312), + [anon_sym_asm] = ACTIONS(4310), [anon_sym_AT_LBRACK] = ACTIONS(4310), [sym___double_quote] = ACTIONS(4310), [sym___single_quote] = ACTIONS(4310), @@ -188645,147 +189142,291 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4310), [sym___r_single_quote] = ACTIONS(4310), }, - [1589] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2411), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(4314), + [1585] = { + [ts_builtin_sym_end] = ACTIONS(1678), + [sym_identifier] = ACTIONS(1680), + [anon_sym_LF] = ACTIONS(1680), + [anon_sym_CR] = ACTIONS(1680), + [anon_sym_CR_LF] = ACTIONS(1680), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(1680), + [anon_sym_LBRACE] = ACTIONS(1680), + [anon_sym_const] = ACTIONS(1680), + [anon_sym_LPAREN] = ACTIONS(1680), + [anon_sym___global] = ACTIONS(1680), + [anon_sym_type] = ACTIONS(1680), + [anon_sym_fn] = ACTIONS(1680), + [anon_sym_PLUS] = ACTIONS(1680), + [anon_sym_DASH] = ACTIONS(1680), + [anon_sym_STAR] = ACTIONS(1680), + [anon_sym_struct] = ACTIONS(1680), + [anon_sym_union] = ACTIONS(1680), + [anon_sym_pub] = ACTIONS(1680), + [anon_sym_mut] = ACTIONS(1680), + [anon_sym_enum] = ACTIONS(1680), + [anon_sym_interface] = ACTIONS(1680), + [anon_sym_QMARK] = ACTIONS(1680), + [anon_sym_BANG] = ACTIONS(1680), + [anon_sym_go] = ACTIONS(1680), + [anon_sym_spawn] = ACTIONS(1680), + [anon_sym_json_DOTdecode] = ACTIONS(1680), + [anon_sym_LBRACK2] = ACTIONS(1680), + [anon_sym_TILDE] = ACTIONS(1680), + [anon_sym_CARET] = ACTIONS(1680), + [anon_sym_AMP] = ACTIONS(1680), + [anon_sym_LT_DASH] = ACTIONS(1680), + [sym_none] = ACTIONS(1680), + [sym_true] = ACTIONS(1680), + [sym_false] = ACTIONS(1680), + [sym_nil] = ACTIONS(1680), + [anon_sym_if] = ACTIONS(1680), + [anon_sym_DOLLARif] = ACTIONS(1680), + [anon_sym_match] = ACTIONS(1680), + [anon_sym_select] = ACTIONS(1680), + [anon_sym_lock] = ACTIONS(1680), + [anon_sym_rlock] = ACTIONS(1680), + [anon_sym_unsafe] = ACTIONS(1680), + [anon_sym_sql] = ACTIONS(1680), + [sym_int_literal] = ACTIONS(1680), + [sym_float_literal] = ACTIONS(1680), + [sym_rune_literal] = ACTIONS(1680), + [anon_sym_AT] = ACTIONS(1680), + [anon_sym_shared] = ACTIONS(1680), + [anon_sym_map_LBRACK] = ACTIONS(1680), + [anon_sym_chan] = ACTIONS(1680), + [anon_sym_thread] = ACTIONS(1680), + [anon_sym_atomic] = ACTIONS(1680), + [anon_sym_assert] = ACTIONS(1680), + [anon_sym_defer] = ACTIONS(1680), + [anon_sym_goto] = ACTIONS(1680), + [anon_sym_break] = ACTIONS(1680), + [anon_sym_continue] = ACTIONS(1680), + [anon_sym_return] = ACTIONS(1680), + [anon_sym_DOLLARfor] = ACTIONS(1680), + [anon_sym_for] = ACTIONS(1680), + [anon_sym_POUND] = ACTIONS(1680), + [anon_sym_asm] = ACTIONS(1680), + [anon_sym_AT_LBRACK] = ACTIONS(1680), + [sym___double_quote] = ACTIONS(1680), + [sym___single_quote] = ACTIONS(1680), + [sym___c_double_quote] = ACTIONS(1680), + [sym___c_single_quote] = ACTIONS(1680), + [sym___r_double_quote] = ACTIONS(1680), + [sym___r_single_quote] = ACTIONS(1680), + }, + [1586] = { + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3701), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(585), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(4314), - [anon_sym_LBRACE] = ACTIONS(4316), - [anon_sym_LPAREN] = ACTIONS(4316), - [anon_sym_fn] = ACTIONS(4314), - [anon_sym_PLUS] = ACTIONS(4316), - [anon_sym_DASH] = ACTIONS(4316), - [anon_sym_STAR] = ACTIONS(4316), - [anon_sym_struct] = ACTIONS(4314), - [anon_sym_mut] = ACTIONS(4314), - [anon_sym_QMARK] = ACTIONS(4316), - [anon_sym_BANG] = ACTIONS(4316), - [anon_sym_go] = ACTIONS(4314), - [anon_sym_spawn] = ACTIONS(4314), - [anon_sym_json_DOTdecode] = ACTIONS(4316), - [anon_sym_LBRACK2] = ACTIONS(4316), - [anon_sym_TILDE] = ACTIONS(4316), - [anon_sym_CARET] = ACTIONS(4316), - [anon_sym_AMP] = ACTIONS(4316), - [anon_sym_LT_DASH] = ACTIONS(4316), - [sym_none] = ACTIONS(4314), - [sym_true] = ACTIONS(4314), - [sym_false] = ACTIONS(4314), - [sym_nil] = ACTIONS(4314), - [anon_sym_if] = ACTIONS(4314), - [anon_sym_DOLLARif] = ACTIONS(4314), - [anon_sym_match] = ACTIONS(4314), - [anon_sym_select] = ACTIONS(4314), - [anon_sym_lock] = ACTIONS(4314), - [anon_sym_rlock] = ACTIONS(4314), - [anon_sym_unsafe] = ACTIONS(4314), - [anon_sym_sql] = ACTIONS(4314), - [sym_int_literal] = ACTIONS(4314), - [sym_float_literal] = ACTIONS(4316), - [sym_rune_literal] = ACTIONS(4316), - [anon_sym_AT] = ACTIONS(4314), - [anon_sym_shared] = ACTIONS(4314), - [anon_sym_map_LBRACK] = ACTIONS(4316), - [anon_sym_chan] = ACTIONS(4314), - [anon_sym_thread] = ACTIONS(4314), - [anon_sym_atomic] = ACTIONS(4314), - [sym___double_quote] = ACTIONS(4316), - [sym___single_quote] = ACTIONS(4316), - [sym___c_double_quote] = ACTIONS(4316), - [sym___c_single_quote] = ACTIONS(4316), - [sym___r_double_quote] = ACTIONS(4316), - [sym___r_single_quote] = ACTIONS(4316), + [anon_sym_DOT] = ACTIONS(583), + [anon_sym_as] = ACTIONS(587), + [anon_sym_LBRACE] = ACTIONS(583), + [anon_sym_COMMA] = ACTIONS(583), + [anon_sym_LPAREN] = ACTIONS(3379), + [anon_sym_PIPE] = ACTIONS(587), + [anon_sym_fn] = ACTIONS(591), + [anon_sym_PLUS] = ACTIONS(587), + [anon_sym_DASH] = ACTIONS(587), + [anon_sym_STAR] = ACTIONS(3381), + [anon_sym_SLASH] = ACTIONS(587), + [anon_sym_PERCENT] = ACTIONS(583), + [anon_sym_LT] = ACTIONS(587), + [anon_sym_GT] = ACTIONS(587), + [anon_sym_EQ_EQ] = ACTIONS(583), + [anon_sym_BANG_EQ] = ACTIONS(583), + [anon_sym_LT_EQ] = ACTIONS(583), + [anon_sym_GT_EQ] = ACTIONS(583), + [anon_sym_LBRACK] = ACTIONS(583), + [anon_sym_LT2] = ACTIONS(587), + [anon_sym_struct] = ACTIONS(595), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_QMARK] = ACTIONS(503), + [anon_sym_BANG] = ACTIONS(3933), + [anon_sym_LBRACK2] = ACTIONS(599), + [anon_sym_CARET] = ACTIONS(583), + [anon_sym_AMP] = ACTIONS(601), + [anon_sym_LT_LT] = ACTIONS(583), + [anon_sym_GT_GT] = ACTIONS(587), + [anon_sym_GT_GT_GT] = ACTIONS(583), + [anon_sym_AMP_CARET] = ACTIONS(583), + [anon_sym_AMP_AMP] = ACTIONS(583), + [anon_sym_PIPE_PIPE] = ACTIONS(583), + [anon_sym_or] = ACTIONS(587), + [anon_sym_QMARK_DOT] = ACTIONS(583), + [anon_sym_POUND_LBRACK] = ACTIONS(583), + [anon_sym_is] = ACTIONS(587), + [anon_sym_BANGis] = ACTIONS(583), + [anon_sym_in] = ACTIONS(587), + [anon_sym_BANGin] = ACTIONS(583), + [anon_sym_COLON_EQ] = ACTIONS(583), + [anon_sym_shared] = ACTIONS(603), + [anon_sym_map_LBRACK] = ACTIONS(81), + [anon_sym_chan] = ACTIONS(83), + [anon_sym_thread] = ACTIONS(85), + [anon_sym_atomic] = ACTIONS(87), }, - [1590] = { - [sym_reference_expression] = STATE(4600), - [sym_type_reference_expression] = STATE(3581), - [sym_plain_type] = STATE(2374), - [sym__plain_type_without_special] = STATE(2428), - [sym_anon_struct_type] = STATE(2424), - [sym_multi_return_type] = STATE(2428), - [sym_result_type] = STATE(2428), - [sym_option_type] = STATE(2428), - [sym_qualified_type] = STATE(3581), - [sym_fixed_array_type] = STATE(2424), - [sym_array_type] = STATE(2424), - [sym_pointer_type] = STATE(2424), - [sym_wrong_pointer_type] = STATE(2424), - [sym_map_type] = STATE(2424), - [sym_channel_type] = STATE(2424), - [sym_shared_type] = STATE(2424), - [sym_thread_type] = STATE(2424), - [sym_atomic_type] = STATE(2424), - [sym_generic_type] = STATE(2424), - [sym_function_type] = STATE(2424), - [sym_identifier] = ACTIONS(593), + [1587] = { + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3701), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), + [sym_identifier] = ACTIONS(585), [sym_comment] = ACTIONS(3), - [anon_sym_DOT] = ACTIONS(591), - [anon_sym_as] = ACTIONS(595), - [anon_sym_LBRACE] = ACTIONS(591), - [anon_sym_COMMA] = ACTIONS(591), - [anon_sym_LPAREN] = ACTIONS(3377), - [anon_sym_PIPE] = ACTIONS(595), - [anon_sym_fn] = ACTIONS(599), - [anon_sym_PLUS] = ACTIONS(595), - [anon_sym_DASH] = ACTIONS(595), - [anon_sym_STAR] = ACTIONS(3379), - [anon_sym_SLASH] = ACTIONS(595), - [anon_sym_PERCENT] = ACTIONS(591), - [anon_sym_LT] = ACTIONS(595), - [anon_sym_GT] = ACTIONS(595), - [anon_sym_EQ_EQ] = ACTIONS(591), - [anon_sym_BANG_EQ] = ACTIONS(591), - [anon_sym_LT_EQ] = ACTIONS(591), - [anon_sym_GT_EQ] = ACTIONS(591), - [anon_sym_LBRACK] = ACTIONS(591), - [anon_sym_struct] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(591), - [anon_sym_DASH_DASH] = ACTIONS(591), + [anon_sym_SEMI] = ACTIONS(583), + [anon_sym_DOT] = ACTIONS(583), + [anon_sym_as] = ACTIONS(587), + [anon_sym_COMMA] = ACTIONS(583), + [anon_sym_LPAREN] = ACTIONS(3379), + [anon_sym_PIPE] = ACTIONS(587), + [anon_sym_fn] = ACTIONS(591), + [anon_sym_PLUS] = ACTIONS(587), + [anon_sym_DASH] = ACTIONS(587), + [anon_sym_STAR] = ACTIONS(3381), + [anon_sym_SLASH] = ACTIONS(587), + [anon_sym_PERCENT] = ACTIONS(583), + [anon_sym_LT] = ACTIONS(587), + [anon_sym_GT] = ACTIONS(587), + [anon_sym_EQ_EQ] = ACTIONS(583), + [anon_sym_BANG_EQ] = ACTIONS(583), + [anon_sym_LT_EQ] = ACTIONS(583), + [anon_sym_GT_EQ] = ACTIONS(583), + [anon_sym_LBRACK] = ACTIONS(583), + [anon_sym_LT2] = ACTIONS(587), + [anon_sym_struct] = ACTIONS(595), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [anon_sym_DASH_DASH] = ACTIONS(583), [anon_sym_QMARK] = ACTIONS(503), - [anon_sym_BANG] = ACTIONS(4302), - [anon_sym_LBRACK2] = ACTIONS(607), - [anon_sym_CARET] = ACTIONS(591), - [anon_sym_AMP] = ACTIONS(609), - [anon_sym_LT_LT] = ACTIONS(591), - [anon_sym_GT_GT] = ACTIONS(595), - [anon_sym_GT_GT_GT] = ACTIONS(591), - [anon_sym_AMP_CARET] = ACTIONS(591), - [anon_sym_AMP_AMP] = ACTIONS(591), - [anon_sym_PIPE_PIPE] = ACTIONS(591), - [anon_sym_or] = ACTIONS(595), - [anon_sym_QMARK_DOT] = ACTIONS(591), - [anon_sym_POUND_LBRACK] = ACTIONS(591), - [anon_sym_is] = ACTIONS(595), - [anon_sym_BANGis] = ACTIONS(591), - [anon_sym_in] = ACTIONS(595), - [anon_sym_BANGin] = ACTIONS(591), - [anon_sym_COLON_EQ] = ACTIONS(591), - [anon_sym_shared] = ACTIONS(611), + [anon_sym_BANG] = ACTIONS(4312), + [anon_sym_LBRACK2] = ACTIONS(599), + [anon_sym_CARET] = ACTIONS(583), + [anon_sym_AMP] = ACTIONS(601), + [anon_sym_LT_LT] = ACTIONS(583), + [anon_sym_GT_GT] = ACTIONS(587), + [anon_sym_GT_GT_GT] = ACTIONS(583), + [anon_sym_AMP_CARET] = ACTIONS(583), + [anon_sym_AMP_AMP] = ACTIONS(583), + [anon_sym_PIPE_PIPE] = ACTIONS(583), + [anon_sym_or] = ACTIONS(587), + [anon_sym_QMARK_DOT] = ACTIONS(583), + [anon_sym_POUND_LBRACK] = ACTIONS(583), + [anon_sym_is] = ACTIONS(587), + [anon_sym_BANGis] = ACTIONS(583), + [anon_sym_in] = ACTIONS(587), + [anon_sym_BANGin] = ACTIONS(583), + [anon_sym_COLON_EQ] = ACTIONS(583), + [anon_sym_shared] = ACTIONS(603), [anon_sym_map_LBRACK] = ACTIONS(81), [anon_sym_chan] = ACTIONS(83), [anon_sym_thread] = ACTIONS(85), [anon_sym_atomic] = ACTIONS(87), }, - [1591] = { + [1588] = { + [ts_builtin_sym_end] = ACTIONS(4314), + [sym_identifier] = ACTIONS(4316), + [sym_comment] = ACTIONS(3), + [anon_sym_import] = ACTIONS(4316), + [anon_sym_DOT] = ACTIONS(4316), + [anon_sym_LBRACE] = ACTIONS(4314), + [anon_sym_const] = ACTIONS(4316), + [anon_sym_LPAREN] = ACTIONS(4314), + [anon_sym___global] = ACTIONS(4316), + [anon_sym_type] = ACTIONS(4316), + [anon_sym_fn] = ACTIONS(4316), + [anon_sym_PLUS] = ACTIONS(4314), + [anon_sym_DASH] = ACTIONS(4314), + [anon_sym_STAR] = ACTIONS(4314), + [anon_sym_struct] = ACTIONS(4316), + [anon_sym_union] = ACTIONS(4316), + [anon_sym_pub] = ACTIONS(4316), + [anon_sym_mut] = ACTIONS(4316), + [anon_sym_enum] = ACTIONS(4316), + [anon_sym_interface] = ACTIONS(4316), + [anon_sym_QMARK] = ACTIONS(4314), + [anon_sym_BANG] = ACTIONS(4314), + [anon_sym_go] = ACTIONS(4316), + [anon_sym_spawn] = ACTIONS(4316), + [anon_sym_json_DOTdecode] = ACTIONS(4314), + [anon_sym_LBRACK2] = ACTIONS(4314), + [anon_sym_TILDE] = ACTIONS(4314), + [anon_sym_CARET] = ACTIONS(4314), + [anon_sym_AMP] = ACTIONS(4314), + [anon_sym_LT_DASH] = ACTIONS(4314), + [sym_none] = ACTIONS(4316), + [sym_true] = ACTIONS(4316), + [sym_false] = ACTIONS(4316), + [sym_nil] = ACTIONS(4316), + [anon_sym_if] = ACTIONS(4316), + [anon_sym_DOLLARif] = ACTIONS(4316), + [anon_sym_match] = ACTIONS(4316), + [anon_sym_select] = ACTIONS(4316), + [anon_sym_lock] = ACTIONS(4316), + [anon_sym_rlock] = ACTIONS(4316), + [anon_sym_unsafe] = ACTIONS(4316), + [anon_sym_sql] = ACTIONS(4316), + [sym_int_literal] = ACTIONS(4316), + [sym_float_literal] = ACTIONS(4314), + [sym_rune_literal] = ACTIONS(4314), + [anon_sym_AT] = ACTIONS(4316), + [anon_sym_shared] = ACTIONS(4316), + [anon_sym_map_LBRACK] = ACTIONS(4314), + [anon_sym_chan] = ACTIONS(4316), + [anon_sym_thread] = ACTIONS(4316), + [anon_sym_atomic] = ACTIONS(4316), + [anon_sym_assert] = ACTIONS(4316), + [anon_sym_defer] = ACTIONS(4316), + [anon_sym_goto] = ACTIONS(4316), + [anon_sym_break] = ACTIONS(4316), + [anon_sym_continue] = ACTIONS(4316), + [anon_sym_return] = ACTIONS(4316), + [anon_sym_DOLLARfor] = ACTIONS(4316), + [anon_sym_for] = ACTIONS(4316), + [anon_sym_POUND] = ACTIONS(4314), + [anon_sym_asm] = ACTIONS(4316), + [anon_sym_AT_LBRACK] = ACTIONS(4314), + [sym___double_quote] = ACTIONS(4314), + [sym___single_quote] = ACTIONS(4314), + [sym___c_double_quote] = ACTIONS(4314), + [sym___c_single_quote] = ACTIONS(4314), + [sym___r_double_quote] = ACTIONS(4314), + [sym___r_single_quote] = ACTIONS(4314), + }, + [1589] = { [ts_builtin_sym_end] = ACTIONS(4318), [sym_identifier] = ACTIONS(4320), [sym_comment] = ACTIONS(3), @@ -188855,36 +189496,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym___r_double_quote] = ACTIONS(4318), [sym___r_single_quote] = ACTIONS(4318), }, - [1592] = { - [ts_builtin_sym_end] = ACTIONS(125), + [1590] = { + [sym_reference_expression] = STATE(4656), + [sym_type_reference_expression] = STATE(3476), + [sym_plain_type] = STATE(3717), + [sym__plain_type_without_special] = STATE(3675), + [sym_anon_struct_type] = STATE(3676), + [sym_multi_return_type] = STATE(3675), + [sym_result_type] = STATE(3675), + [sym_option_type] = STATE(3675), + [sym_qualified_type] = STATE(3476), + [sym_fixed_array_type] = STATE(3676), + [sym_array_type] = STATE(3676), + [sym_pointer_type] = STATE(3676), + [sym_wrong_pointer_type] = STATE(3676), + [sym_map_type] = STATE(3676), + [sym_channel_type] = STATE(3676), + [sym_shared_type] = STATE(3676), + [sym_thread_type] = STATE(3676), + [sym_atomic_type] = STATE(3676), + [sym_generic_type] = STATE(3676), + [sym_function_type] = STATE(3676), [sym_identifier] = ACTIONS(4322), [sym_comment] = ACTIONS(3), [anon_sym_DOT] = ACTIONS(4322), - [anon_sym_LBRACE] = ACTIONS(125), - [anon_sym_const] = ACTIONS(4322), - [anon_sym_LPAREN] = ACTIONS(125), - [anon_sym___global] = ACTIONS(4322), - [anon_sym_type] = ACTIONS(4322), + [anon_sym_LBRACE] = ACTIONS(4324), + [anon_sym_LPAREN] = ACTIONS(4324), [anon_sym_fn] = ACTIONS(4322), - [anon_sym_PLUS] = ACTIONS(125), - [anon_sym_DASH] = ACTIONS(125), - [anon_sym_STAR] = ACTIONS(125), + [anon_sym_PLUS] = ACTIONS(4324), + [anon_sym_DASH] = ACTIONS(4324), + [anon_sym_STAR] = ACTIONS(4324), [anon_sym_struct] = ACTIONS(4322), - [anon_sym_union] = ACTIONS(4322), - [anon_sym_pub] = ACTIONS(4322), [anon_sym_mut] = ACTIONS(4322), - [anon_sym_enum] = ACTIONS(4322), - [anon_sym_interface] = ACTIONS(4322), - [anon_sym_QMARK] = ACTIONS(125), - [anon_sym_BANG] = ACTIONS(125), + [anon_sym_QMARK] = ACTIONS(4324), + [anon_sym_BANG] = ACTIONS(4324), [anon_sym_go] = ACTIONS(4322), [anon_sym_spawn] = ACTIONS(4322), - [anon_sym_json_DOTdecode] = ACTIONS(125), - [anon_sym_LBRACK2] = ACTIONS(125), - [anon_sym_TILDE] = ACTIONS(125), - [anon_sym_CARET] = ACTIONS(125), - [anon_sym_AMP] = ACTIONS(125), - [anon_sym_LT_DASH] = ACTIONS(125), + [anon_sym_json_DOTdecode] = ACTIONS(4324), + [anon_sym_LBRACK2] = ACTIONS(4324), + [anon_sym_TILDE] = ACTIONS(4324), + [anon_sym_CARET] = ACTIONS(4324), + [anon_sym_AMP] = ACTIONS(4324), + [anon_sym_LT_DASH] = ACTIONS(4324), [sym_none] = ACTIONS(4322), [sym_true] = ACTIONS(4322), [sym_false] = ACTIONS(4322), @@ -188898,696 +189551,925 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsafe] = ACTIONS(4322), [anon_sym_sql] = ACTIONS(4322), [sym_int_literal] = ACTIONS(4322), - [sym_float_literal] = ACTIONS(125), - [sym_rune_literal] = ACTIONS(125), + [sym_float_literal] = ACTIONS(4324), + [sym_rune_literal] = ACTIONS(4324), [anon_sym_AT] = ACTIONS(4322), [anon_sym_shared] = ACTIONS(4322), - [anon_sym_map_LBRACK] = ACTIONS(125), + [anon_sym_map_LBRACK] = ACTIONS(4324), [anon_sym_chan] = ACTIONS(4322), [anon_sym_thread] = ACTIONS(4322), [anon_sym_atomic] = ACTIONS(4322), - [anon_sym_assert] = ACTIONS(4322), - [anon_sym_defer] = ACTIONS(4322), - [anon_sym_goto] = ACTIONS(4322), - [anon_sym_break] = ACTIONS(4322), - [anon_sym_continue] = ACTIONS(4322), - [anon_sym_return] = ACTIONS(4322), - [anon_sym_DOLLARfor] = ACTIONS(4322), - [anon_sym_for] = ACTIONS(4322), - [anon_sym_POUND] = ACTIONS(125), - [anon_sym_asm] = ACTIONS(4322), - [anon_sym_AT_LBRACK] = ACTIONS(125), - [sym___double_quote] = ACTIONS(125), - [sym___single_quote] = ACTIONS(125), - [sym___c_double_quote] = ACTIONS(125), - [sym___c_single_quote] = ACTIONS(125), - [sym___r_double_quote] = ACTIONS(125), - [sym___r_single_quote] = ACTIONS(125), + [sym___double_quote] = ACTIONS(4324), + [sym___single_quote] = ACTIONS(4324), + [sym___c_double_quote] = ACTIONS(4324), + [sym___c_single_quote] = ACTIONS(4324), + [sym___r_double_quote] = ACTIONS(4324), + [sym___r_single_quote] = ACTIONS(4324), }, - [1593] = { - [sym_identifier] = ACTIONS(3101), - [anon_sym_LF] = ACTIONS(3101), - [anon_sym_CR] = ACTIONS(3101), - [anon_sym_CR_LF] = ACTIONS(3101), + [1591] = { + [ts_builtin_sym_end] = ACTIONS(4326), + [sym_identifier] = ACTIONS(4328), + [sym_comment] = ACTIONS(3), + [anon_sym_import] = ACTIONS(4328), + [anon_sym_DOT] = ACTIONS(4328), + [anon_sym_LBRACE] = ACTIONS(4326), + [anon_sym_const] = ACTIONS(4328), + [anon_sym_LPAREN] = ACTIONS(4326), + [anon_sym___global] = ACTIONS(4328), + [anon_sym_type] = ACTIONS(4328), + [anon_sym_fn] = ACTIONS(4328), + [anon_sym_PLUS] = ACTIONS(4326), + [anon_sym_DASH] = ACTIONS(4326), + [anon_sym_STAR] = ACTIONS(4326), + [anon_sym_struct] = ACTIONS(4328), + [anon_sym_union] = ACTIONS(4328), + [anon_sym_pub] = ACTIONS(4328), + [anon_sym_mut] = ACTIONS(4328), + [anon_sym_enum] = ACTIONS(4328), + [anon_sym_interface] = ACTIONS(4328), + [anon_sym_QMARK] = ACTIONS(4326), + [anon_sym_BANG] = ACTIONS(4326), + [anon_sym_go] = ACTIONS(4328), + [anon_sym_spawn] = ACTIONS(4328), + [anon_sym_json_DOTdecode] = ACTIONS(4326), + [anon_sym_LBRACK2] = ACTIONS(4326), + [anon_sym_TILDE] = ACTIONS(4326), + [anon_sym_CARET] = ACTIONS(4326), + [anon_sym_AMP] = ACTIONS(4326), + [anon_sym_LT_DASH] = ACTIONS(4326), + [sym_none] = ACTIONS(4328), + [sym_true] = ACTIONS(4328), + [sym_false] = ACTIONS(4328), + [sym_nil] = ACTIONS(4328), + [anon_sym_if] = ACTIONS(4328), + [anon_sym_DOLLARif] = ACTIONS(4328), + [anon_sym_match] = ACTIONS(4328), + [anon_sym_select] = ACTIONS(4328), + [anon_sym_lock] = ACTIONS(4328), + [anon_sym_rlock] = ACTIONS(4328), + [anon_sym_unsafe] = ACTIONS(4328), + [anon_sym_sql] = ACTIONS(4328), + [sym_int_literal] = ACTIONS(4328), + [sym_float_literal] = ACTIONS(4326), + [sym_rune_literal] = ACTIONS(4326), + [anon_sym_AT] = ACTIONS(4328), + [anon_sym_shared] = ACTIONS(4328), + [anon_sym_map_LBRACK] = ACTIONS(4326), + [anon_sym_chan] = ACTIONS(4328), + [anon_sym_thread] = ACTIONS(4328), + [anon_sym_atomic] = ACTIONS(4328), + [anon_sym_assert] = ACTIONS(4328), + [anon_sym_defer] = ACTIONS(4328), + [anon_sym_goto] = ACTIONS(4328), + [anon_sym_break] = ACTIONS(4328), + [anon_sym_continue] = ACTIONS(4328), + [anon_sym_return] = ACTIONS(4328), + [anon_sym_DOLLARfor] = ACTIONS(4328), + [anon_sym_for] = ACTIONS(4328), + [anon_sym_POUND] = ACTIONS(4326), + [anon_sym_asm] = ACTIONS(4328), + [anon_sym_AT_LBRACK] = ACTIONS(4326), + [sym___double_quote] = ACTIONS(4326), + [sym___single_quote] = ACTIONS(4326), + [sym___c_double_quote] = ACTIONS(4326), + [sym___c_single_quote] = ACTIONS(4326), + [sym___r_double_quote] = ACTIONS(4326), + [sym___r_single_quote] = ACTIONS(4326), + }, + [1592] = { + [sym_identifier] = ACTIONS(3159), + [anon_sym_LF] = ACTIONS(3159), + [anon_sym_CR] = ACTIONS(3159), + [anon_sym_CR_LF] = ACTIONS(3159), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3101), - [anon_sym_as] = ACTIONS(3101), - [anon_sym_COMMA] = ACTIONS(3101), - [anon_sym_RBRACE] = ACTIONS(3101), - [anon_sym_LPAREN] = ACTIONS(3101), - [anon_sym_EQ] = ACTIONS(3101), - [anon_sym_PIPE] = ACTIONS(3101), - [anon_sym_fn] = ACTIONS(3101), - [anon_sym_PLUS] = ACTIONS(3101), - [anon_sym_DASH] = ACTIONS(3101), - [anon_sym_STAR] = ACTIONS(3101), - [anon_sym_SLASH] = ACTIONS(3101), - [anon_sym_PERCENT] = ACTIONS(3101), - [anon_sym_LT] = ACTIONS(3101), - [anon_sym_GT] = ACTIONS(3101), - [anon_sym_EQ_EQ] = ACTIONS(3101), - [anon_sym_BANG_EQ] = ACTIONS(3101), - [anon_sym_LT_EQ] = ACTIONS(3101), - [anon_sym_GT_EQ] = ACTIONS(3101), - [anon_sym_LBRACK] = ACTIONS(3099), - [anon_sym_struct] = ACTIONS(3101), - [anon_sym_COLON] = ACTIONS(3101), - [anon_sym_PLUS_PLUS] = ACTIONS(3101), - [anon_sym_DASH_DASH] = ACTIONS(3101), - [anon_sym_QMARK] = ACTIONS(3101), - [anon_sym_BANG] = ACTIONS(3101), - [anon_sym_LBRACK2] = ACTIONS(3101), - [anon_sym_CARET] = ACTIONS(3101), - [anon_sym_AMP] = ACTIONS(3101), - [anon_sym_LT_DASH] = ACTIONS(3101), - [anon_sym_LT_LT] = ACTIONS(3101), - [anon_sym_GT_GT] = ACTIONS(3101), - [anon_sym_GT_GT_GT] = ACTIONS(3101), - [anon_sym_AMP_CARET] = ACTIONS(3101), - [anon_sym_AMP_AMP] = ACTIONS(3101), - [anon_sym_PIPE_PIPE] = ACTIONS(3101), - [anon_sym_or] = ACTIONS(3101), - [anon_sym_QMARK_DOT] = ACTIONS(3101), - [anon_sym_POUND_LBRACK] = ACTIONS(3101), - [anon_sym_is] = ACTIONS(3101), - [anon_sym_BANGis] = ACTIONS(3101), - [anon_sym_in] = ACTIONS(3101), - [anon_sym_BANGin] = ACTIONS(3101), - [anon_sym_STAR_EQ] = ACTIONS(3101), - [anon_sym_SLASH_EQ] = ACTIONS(3101), - [anon_sym_PERCENT_EQ] = ACTIONS(3101), - [anon_sym_LT_LT_EQ] = ACTIONS(3101), - [anon_sym_GT_GT_EQ] = ACTIONS(3101), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3101), - [anon_sym_AMP_EQ] = ACTIONS(3101), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3101), - [anon_sym_PLUS_EQ] = ACTIONS(3101), - [anon_sym_DASH_EQ] = ACTIONS(3101), - [anon_sym_PIPE_EQ] = ACTIONS(3101), - [anon_sym_CARET_EQ] = ACTIONS(3101), - [anon_sym_COLON_EQ] = ACTIONS(3101), - [anon_sym_shared] = ACTIONS(3101), - [anon_sym_map_LBRACK] = ACTIONS(3101), - [anon_sym_chan] = ACTIONS(3101), - [anon_sym_thread] = ACTIONS(3101), - [anon_sym_atomic] = ACTIONS(3101), + [anon_sym_DOT] = ACTIONS(3159), + [anon_sym_as] = ACTIONS(3159), + [anon_sym_COMMA] = ACTIONS(3159), + [anon_sym_RBRACE] = ACTIONS(3159), + [anon_sym_LPAREN] = ACTIONS(3159), + [anon_sym_EQ] = ACTIONS(3159), + [anon_sym_PIPE] = ACTIONS(3159), + [anon_sym_fn] = ACTIONS(3159), + [anon_sym_PLUS] = ACTIONS(3159), + [anon_sym_DASH] = ACTIONS(3159), + [anon_sym_STAR] = ACTIONS(3159), + [anon_sym_SLASH] = ACTIONS(3159), + [anon_sym_PERCENT] = ACTIONS(3159), + [anon_sym_LT] = ACTIONS(3159), + [anon_sym_GT] = ACTIONS(3159), + [anon_sym_EQ_EQ] = ACTIONS(3159), + [anon_sym_BANG_EQ] = ACTIONS(3159), + [anon_sym_LT_EQ] = ACTIONS(3159), + [anon_sym_GT_EQ] = ACTIONS(3159), + [anon_sym_LBRACK] = ACTIONS(3157), + [anon_sym_LT2] = ACTIONS(3159), + [anon_sym_struct] = ACTIONS(3159), + [anon_sym_COLON] = ACTIONS(3159), + [anon_sym_PLUS_PLUS] = ACTIONS(3159), + [anon_sym_DASH_DASH] = ACTIONS(3159), + [anon_sym_QMARK] = ACTIONS(3159), + [anon_sym_BANG] = ACTIONS(3159), + [anon_sym_LBRACK2] = ACTIONS(3159), + [anon_sym_CARET] = ACTIONS(3159), + [anon_sym_AMP] = ACTIONS(3159), + [anon_sym_LT_DASH] = ACTIONS(3159), + [anon_sym_LT_LT] = ACTIONS(3159), + [anon_sym_GT_GT] = ACTIONS(3159), + [anon_sym_GT_GT_GT] = ACTIONS(3159), + [anon_sym_AMP_CARET] = ACTIONS(3159), + [anon_sym_AMP_AMP] = ACTIONS(3159), + [anon_sym_PIPE_PIPE] = ACTIONS(3159), + [anon_sym_or] = ACTIONS(3159), + [anon_sym_QMARK_DOT] = ACTIONS(3159), + [anon_sym_POUND_LBRACK] = ACTIONS(3159), + [anon_sym_is] = ACTIONS(3159), + [anon_sym_BANGis] = ACTIONS(3159), + [anon_sym_in] = ACTIONS(3159), + [anon_sym_BANGin] = ACTIONS(3159), + [anon_sym_STAR_EQ] = ACTIONS(3159), + [anon_sym_SLASH_EQ] = ACTIONS(3159), + [anon_sym_PERCENT_EQ] = ACTIONS(3159), + [anon_sym_LT_LT_EQ] = ACTIONS(3159), + [anon_sym_GT_GT_EQ] = ACTIONS(3159), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3159), + [anon_sym_AMP_EQ] = ACTIONS(3159), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3159), + [anon_sym_PLUS_EQ] = ACTIONS(3159), + [anon_sym_DASH_EQ] = ACTIONS(3159), + [anon_sym_PIPE_EQ] = ACTIONS(3159), + [anon_sym_CARET_EQ] = ACTIONS(3159), + [anon_sym_COLON_EQ] = ACTIONS(3159), + [anon_sym_shared] = ACTIONS(3159), + [anon_sym_map_LBRACK] = ACTIONS(3159), + [anon_sym_chan] = ACTIONS(3159), + [anon_sym_thread] = ACTIONS(3159), + [anon_sym_atomic] = ACTIONS(3159), + }, + [1593] = { + [ts_builtin_sym_end] = ACTIONS(127), + [sym_identifier] = ACTIONS(4330), + [sym_comment] = ACTIONS(3), + [anon_sym_DOT] = ACTIONS(4330), + [anon_sym_LBRACE] = ACTIONS(127), + [anon_sym_const] = ACTIONS(4330), + [anon_sym_LPAREN] = ACTIONS(127), + [anon_sym___global] = ACTIONS(4330), + [anon_sym_type] = ACTIONS(4330), + [anon_sym_fn] = ACTIONS(4330), + [anon_sym_PLUS] = ACTIONS(127), + [anon_sym_DASH] = ACTIONS(127), + [anon_sym_STAR] = ACTIONS(127), + [anon_sym_struct] = ACTIONS(4330), + [anon_sym_union] = ACTIONS(4330), + [anon_sym_pub] = ACTIONS(4330), + [anon_sym_mut] = ACTIONS(4330), + [anon_sym_enum] = ACTIONS(4330), + [anon_sym_interface] = ACTIONS(4330), + [anon_sym_QMARK] = ACTIONS(127), + [anon_sym_BANG] = ACTIONS(127), + [anon_sym_go] = ACTIONS(4330), + [anon_sym_spawn] = ACTIONS(4330), + [anon_sym_json_DOTdecode] = ACTIONS(127), + [anon_sym_LBRACK2] = ACTIONS(127), + [anon_sym_TILDE] = ACTIONS(127), + [anon_sym_CARET] = ACTIONS(127), + [anon_sym_AMP] = ACTIONS(127), + [anon_sym_LT_DASH] = ACTIONS(127), + [sym_none] = ACTIONS(4330), + [sym_true] = ACTIONS(4330), + [sym_false] = ACTIONS(4330), + [sym_nil] = ACTIONS(4330), + [anon_sym_if] = ACTIONS(4330), + [anon_sym_DOLLARif] = ACTIONS(4330), + [anon_sym_match] = ACTIONS(4330), + [anon_sym_select] = ACTIONS(4330), + [anon_sym_lock] = ACTIONS(4330), + [anon_sym_rlock] = ACTIONS(4330), + [anon_sym_unsafe] = ACTIONS(4330), + [anon_sym_sql] = ACTIONS(4330), + [sym_int_literal] = ACTIONS(4330), + [sym_float_literal] = ACTIONS(127), + [sym_rune_literal] = ACTIONS(127), + [anon_sym_AT] = ACTIONS(4330), + [anon_sym_shared] = ACTIONS(4330), + [anon_sym_map_LBRACK] = ACTIONS(127), + [anon_sym_chan] = ACTIONS(4330), + [anon_sym_thread] = ACTIONS(4330), + [anon_sym_atomic] = ACTIONS(4330), + [anon_sym_assert] = ACTIONS(4330), + [anon_sym_defer] = ACTIONS(4330), + [anon_sym_goto] = ACTIONS(4330), + [anon_sym_break] = ACTIONS(4330), + [anon_sym_continue] = ACTIONS(4330), + [anon_sym_return] = ACTIONS(4330), + [anon_sym_DOLLARfor] = ACTIONS(4330), + [anon_sym_for] = ACTIONS(4330), + [anon_sym_POUND] = ACTIONS(127), + [anon_sym_asm] = ACTIONS(4330), + [anon_sym_AT_LBRACK] = ACTIONS(127), + [sym___double_quote] = ACTIONS(127), + [sym___single_quote] = ACTIONS(127), + [sym___c_double_quote] = ACTIONS(127), + [sym___c_single_quote] = ACTIONS(127), + [sym___r_double_quote] = ACTIONS(127), + [sym___r_single_quote] = ACTIONS(127), }, [1594] = { - [sym_identifier] = ACTIONS(3041), - [anon_sym_LF] = ACTIONS(3041), - [anon_sym_CR] = ACTIONS(3041), - [anon_sym_CR_LF] = ACTIONS(3041), + [sym_identifier] = ACTIONS(3163), + [anon_sym_LF] = ACTIONS(3163), + [anon_sym_CR] = ACTIONS(3163), + [anon_sym_CR_LF] = ACTIONS(3163), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3041), - [anon_sym_as] = ACTIONS(3041), - [anon_sym_COMMA] = ACTIONS(3041), - [anon_sym_RBRACE] = ACTIONS(3041), - [anon_sym_LPAREN] = ACTIONS(3041), - [anon_sym_EQ] = ACTIONS(3041), - [anon_sym_PIPE] = ACTIONS(3041), - [anon_sym_fn] = ACTIONS(3041), - [anon_sym_PLUS] = ACTIONS(3041), - [anon_sym_DASH] = ACTIONS(3041), - [anon_sym_STAR] = ACTIONS(3041), - [anon_sym_SLASH] = ACTIONS(3041), - [anon_sym_PERCENT] = ACTIONS(3041), - [anon_sym_LT] = ACTIONS(3041), - [anon_sym_GT] = ACTIONS(3041), - [anon_sym_EQ_EQ] = ACTIONS(3041), - [anon_sym_BANG_EQ] = ACTIONS(3041), - [anon_sym_LT_EQ] = ACTIONS(3041), - [anon_sym_GT_EQ] = ACTIONS(3041), - [anon_sym_LBRACK] = ACTIONS(3039), - [anon_sym_struct] = ACTIONS(3041), - [anon_sym_COLON] = ACTIONS(3041), - [anon_sym_PLUS_PLUS] = ACTIONS(3041), - [anon_sym_DASH_DASH] = ACTIONS(3041), - [anon_sym_QMARK] = ACTIONS(3041), - [anon_sym_BANG] = ACTIONS(3041), - [anon_sym_LBRACK2] = ACTIONS(3041), - [anon_sym_CARET] = ACTIONS(3041), - [anon_sym_AMP] = ACTIONS(3041), - [anon_sym_LT_DASH] = ACTIONS(3041), - [anon_sym_LT_LT] = ACTIONS(3041), - [anon_sym_GT_GT] = ACTIONS(3041), - [anon_sym_GT_GT_GT] = ACTIONS(3041), - [anon_sym_AMP_CARET] = ACTIONS(3041), - [anon_sym_AMP_AMP] = ACTIONS(3041), - [anon_sym_PIPE_PIPE] = ACTIONS(3041), - [anon_sym_or] = ACTIONS(3041), - [anon_sym_QMARK_DOT] = ACTIONS(3041), - [anon_sym_POUND_LBRACK] = ACTIONS(3041), - [anon_sym_is] = ACTIONS(3041), - [anon_sym_BANGis] = ACTIONS(3041), - [anon_sym_in] = ACTIONS(3041), - [anon_sym_BANGin] = ACTIONS(3041), - [anon_sym_STAR_EQ] = ACTIONS(3041), - [anon_sym_SLASH_EQ] = ACTIONS(3041), - [anon_sym_PERCENT_EQ] = ACTIONS(3041), - [anon_sym_LT_LT_EQ] = ACTIONS(3041), - [anon_sym_GT_GT_EQ] = ACTIONS(3041), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3041), - [anon_sym_AMP_EQ] = ACTIONS(3041), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3041), - [anon_sym_PLUS_EQ] = ACTIONS(3041), - [anon_sym_DASH_EQ] = ACTIONS(3041), - [anon_sym_PIPE_EQ] = ACTIONS(3041), - [anon_sym_CARET_EQ] = ACTIONS(3041), - [anon_sym_COLON_EQ] = ACTIONS(3041), - [anon_sym_shared] = ACTIONS(3041), - [anon_sym_map_LBRACK] = ACTIONS(3041), - [anon_sym_chan] = ACTIONS(3041), - [anon_sym_thread] = ACTIONS(3041), - [anon_sym_atomic] = ACTIONS(3041), + [anon_sym_DOT] = ACTIONS(3163), + [anon_sym_as] = ACTIONS(3163), + [anon_sym_COMMA] = ACTIONS(3163), + [anon_sym_RBRACE] = ACTIONS(3163), + [anon_sym_LPAREN] = ACTIONS(3163), + [anon_sym_EQ] = ACTIONS(3163), + [anon_sym_PIPE] = ACTIONS(3163), + [anon_sym_fn] = ACTIONS(3163), + [anon_sym_PLUS] = ACTIONS(3163), + [anon_sym_DASH] = ACTIONS(3163), + [anon_sym_STAR] = ACTIONS(3163), + [anon_sym_SLASH] = ACTIONS(3163), + [anon_sym_PERCENT] = ACTIONS(3163), + [anon_sym_LT] = ACTIONS(3163), + [anon_sym_GT] = ACTIONS(3163), + [anon_sym_EQ_EQ] = ACTIONS(3163), + [anon_sym_BANG_EQ] = ACTIONS(3163), + [anon_sym_LT_EQ] = ACTIONS(3163), + [anon_sym_GT_EQ] = ACTIONS(3163), + [anon_sym_LBRACK] = ACTIONS(3161), + [anon_sym_LT2] = ACTIONS(3163), + [anon_sym_struct] = ACTIONS(3163), + [anon_sym_COLON] = ACTIONS(3163), + [anon_sym_PLUS_PLUS] = ACTIONS(3163), + [anon_sym_DASH_DASH] = ACTIONS(3163), + [anon_sym_QMARK] = ACTIONS(3163), + [anon_sym_BANG] = ACTIONS(3163), + [anon_sym_LBRACK2] = ACTIONS(3163), + [anon_sym_CARET] = ACTIONS(3163), + [anon_sym_AMP] = ACTIONS(3163), + [anon_sym_LT_DASH] = ACTIONS(3163), + [anon_sym_LT_LT] = ACTIONS(3163), + [anon_sym_GT_GT] = ACTIONS(3163), + [anon_sym_GT_GT_GT] = ACTIONS(3163), + [anon_sym_AMP_CARET] = ACTIONS(3163), + [anon_sym_AMP_AMP] = ACTIONS(3163), + [anon_sym_PIPE_PIPE] = ACTIONS(3163), + [anon_sym_or] = ACTIONS(3163), + [anon_sym_QMARK_DOT] = ACTIONS(3163), + [anon_sym_POUND_LBRACK] = ACTIONS(3163), + [anon_sym_is] = ACTIONS(3163), + [anon_sym_BANGis] = ACTIONS(3163), + [anon_sym_in] = ACTIONS(3163), + [anon_sym_BANGin] = ACTIONS(3163), + [anon_sym_STAR_EQ] = ACTIONS(3163), + [anon_sym_SLASH_EQ] = ACTIONS(3163), + [anon_sym_PERCENT_EQ] = ACTIONS(3163), + [anon_sym_LT_LT_EQ] = ACTIONS(3163), + [anon_sym_GT_GT_EQ] = ACTIONS(3163), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3163), + [anon_sym_AMP_EQ] = ACTIONS(3163), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3163), + [anon_sym_PLUS_EQ] = ACTIONS(3163), + [anon_sym_DASH_EQ] = ACTIONS(3163), + [anon_sym_PIPE_EQ] = ACTIONS(3163), + [anon_sym_CARET_EQ] = ACTIONS(3163), + [anon_sym_COLON_EQ] = ACTIONS(3163), + [anon_sym_shared] = ACTIONS(3163), + [anon_sym_map_LBRACK] = ACTIONS(3163), + [anon_sym_chan] = ACTIONS(3163), + [anon_sym_thread] = ACTIONS(3163), + [anon_sym_atomic] = ACTIONS(3163), }, [1595] = { - [sym_identifier] = ACTIONS(3137), - [anon_sym_LF] = ACTIONS(3137), - [anon_sym_CR] = ACTIONS(3137), - [anon_sym_CR_LF] = ACTIONS(3137), + [sym_identifier] = ACTIONS(3119), + [anon_sym_LF] = ACTIONS(3119), + [anon_sym_CR] = ACTIONS(3119), + [anon_sym_CR_LF] = ACTIONS(3119), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3137), - [anon_sym_as] = ACTIONS(3137), - [anon_sym_COMMA] = ACTIONS(3137), - [anon_sym_RBRACE] = ACTIONS(3137), - [anon_sym_LPAREN] = ACTIONS(3137), - [anon_sym_EQ] = ACTIONS(3137), - [anon_sym_PIPE] = ACTIONS(3137), - [anon_sym_fn] = ACTIONS(3137), - [anon_sym_PLUS] = ACTIONS(3137), - [anon_sym_DASH] = ACTIONS(3137), - [anon_sym_STAR] = ACTIONS(3137), - [anon_sym_SLASH] = ACTIONS(3137), - [anon_sym_PERCENT] = ACTIONS(3137), - [anon_sym_LT] = ACTIONS(3137), - [anon_sym_GT] = ACTIONS(3137), - [anon_sym_EQ_EQ] = ACTIONS(3137), - [anon_sym_BANG_EQ] = ACTIONS(3137), - [anon_sym_LT_EQ] = ACTIONS(3137), - [anon_sym_GT_EQ] = ACTIONS(3137), - [anon_sym_LBRACK] = ACTIONS(3135), - [anon_sym_struct] = ACTIONS(3137), - [anon_sym_COLON] = ACTIONS(3137), - [anon_sym_PLUS_PLUS] = ACTIONS(3137), - [anon_sym_DASH_DASH] = ACTIONS(3137), - [anon_sym_QMARK] = ACTIONS(3137), - [anon_sym_BANG] = ACTIONS(3137), - [anon_sym_LBRACK2] = ACTIONS(3137), - [anon_sym_CARET] = ACTIONS(3137), - [anon_sym_AMP] = ACTIONS(3137), - [anon_sym_LT_DASH] = ACTIONS(3137), - [anon_sym_LT_LT] = ACTIONS(3137), - [anon_sym_GT_GT] = ACTIONS(3137), - [anon_sym_GT_GT_GT] = ACTIONS(3137), - [anon_sym_AMP_CARET] = ACTIONS(3137), - [anon_sym_AMP_AMP] = ACTIONS(3137), - [anon_sym_PIPE_PIPE] = ACTIONS(3137), - [anon_sym_or] = ACTIONS(3137), - [anon_sym_QMARK_DOT] = ACTIONS(3137), - [anon_sym_POUND_LBRACK] = ACTIONS(3137), - [anon_sym_is] = ACTIONS(3137), - [anon_sym_BANGis] = ACTIONS(3137), - [anon_sym_in] = ACTIONS(3137), - [anon_sym_BANGin] = ACTIONS(3137), - [anon_sym_STAR_EQ] = ACTIONS(3137), - [anon_sym_SLASH_EQ] = ACTIONS(3137), - [anon_sym_PERCENT_EQ] = ACTIONS(3137), - [anon_sym_LT_LT_EQ] = ACTIONS(3137), - [anon_sym_GT_GT_EQ] = ACTIONS(3137), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3137), - [anon_sym_AMP_EQ] = ACTIONS(3137), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3137), - [anon_sym_PLUS_EQ] = ACTIONS(3137), - [anon_sym_DASH_EQ] = ACTIONS(3137), - [anon_sym_PIPE_EQ] = ACTIONS(3137), - [anon_sym_CARET_EQ] = ACTIONS(3137), - [anon_sym_COLON_EQ] = ACTIONS(3137), - [anon_sym_shared] = ACTIONS(3137), - [anon_sym_map_LBRACK] = ACTIONS(3137), - [anon_sym_chan] = ACTIONS(3137), - [anon_sym_thread] = ACTIONS(3137), - [anon_sym_atomic] = ACTIONS(3137), + [anon_sym_DOT] = ACTIONS(3119), + [anon_sym_as] = ACTIONS(3119), + [anon_sym_COMMA] = ACTIONS(3119), + [anon_sym_RBRACE] = ACTIONS(3119), + [anon_sym_LPAREN] = ACTIONS(3119), + [anon_sym_EQ] = ACTIONS(3119), + [anon_sym_PIPE] = ACTIONS(3119), + [anon_sym_fn] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3119), + [anon_sym_SLASH] = ACTIONS(3119), + [anon_sym_PERCENT] = ACTIONS(3119), + [anon_sym_LT] = ACTIONS(3119), + [anon_sym_GT] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3119), + [anon_sym_BANG_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), + [anon_sym_LBRACK] = ACTIONS(3117), + [anon_sym_LT2] = ACTIONS(3119), + [anon_sym_struct] = ACTIONS(3119), + [anon_sym_COLON] = ACTIONS(3119), + [anon_sym_PLUS_PLUS] = ACTIONS(3119), + [anon_sym_DASH_DASH] = ACTIONS(3119), + [anon_sym_QMARK] = ACTIONS(3119), + [anon_sym_BANG] = ACTIONS(3119), + [anon_sym_LBRACK2] = ACTIONS(3119), + [anon_sym_CARET] = ACTIONS(3119), + [anon_sym_AMP] = ACTIONS(3119), + [anon_sym_LT_DASH] = ACTIONS(3119), + [anon_sym_LT_LT] = ACTIONS(3119), + [anon_sym_GT_GT] = ACTIONS(3119), + [anon_sym_GT_GT_GT] = ACTIONS(3119), + [anon_sym_AMP_CARET] = ACTIONS(3119), + [anon_sym_AMP_AMP] = ACTIONS(3119), + [anon_sym_PIPE_PIPE] = ACTIONS(3119), + [anon_sym_or] = ACTIONS(3119), + [anon_sym_QMARK_DOT] = ACTIONS(3119), + [anon_sym_POUND_LBRACK] = ACTIONS(3119), + [anon_sym_is] = ACTIONS(3119), + [anon_sym_BANGis] = ACTIONS(3119), + [anon_sym_in] = ACTIONS(3119), + [anon_sym_BANGin] = ACTIONS(3119), + [anon_sym_STAR_EQ] = ACTIONS(3119), + [anon_sym_SLASH_EQ] = ACTIONS(3119), + [anon_sym_PERCENT_EQ] = ACTIONS(3119), + [anon_sym_LT_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_GT_EQ] = ACTIONS(3119), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3119), + [anon_sym_AMP_EQ] = ACTIONS(3119), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3119), + [anon_sym_PLUS_EQ] = ACTIONS(3119), + [anon_sym_DASH_EQ] = ACTIONS(3119), + [anon_sym_PIPE_EQ] = ACTIONS(3119), + [anon_sym_CARET_EQ] = ACTIONS(3119), + [anon_sym_COLON_EQ] = ACTIONS(3119), + [anon_sym_shared] = ACTIONS(3119), + [anon_sym_map_LBRACK] = ACTIONS(3119), + [anon_sym_chan] = ACTIONS(3119), + [anon_sym_thread] = ACTIONS(3119), + [anon_sym_atomic] = ACTIONS(3119), }, [1596] = { - [sym_identifier] = ACTIONS(3133), - [anon_sym_LF] = ACTIONS(3133), - [anon_sym_CR] = ACTIONS(3133), - [anon_sym_CR_LF] = ACTIONS(3133), + [sym_identifier] = ACTIONS(3115), + [anon_sym_LF] = ACTIONS(3115), + [anon_sym_CR] = ACTIONS(3115), + [anon_sym_CR_LF] = ACTIONS(3115), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3133), - [anon_sym_as] = ACTIONS(3133), - [anon_sym_COMMA] = ACTIONS(3133), - [anon_sym_RBRACE] = ACTIONS(3133), - [anon_sym_LPAREN] = ACTIONS(3133), - [anon_sym_EQ] = ACTIONS(3133), - [anon_sym_PIPE] = ACTIONS(3133), - [anon_sym_fn] = ACTIONS(3133), - [anon_sym_PLUS] = ACTIONS(3133), - [anon_sym_DASH] = ACTIONS(3133), - [anon_sym_STAR] = ACTIONS(3133), - [anon_sym_SLASH] = ACTIONS(3133), - [anon_sym_PERCENT] = ACTIONS(3133), - [anon_sym_LT] = ACTIONS(3133), - [anon_sym_GT] = ACTIONS(3133), - [anon_sym_EQ_EQ] = ACTIONS(3133), - [anon_sym_BANG_EQ] = ACTIONS(3133), - [anon_sym_LT_EQ] = ACTIONS(3133), - [anon_sym_GT_EQ] = ACTIONS(3133), - [anon_sym_LBRACK] = ACTIONS(3131), - [anon_sym_struct] = ACTIONS(3133), - [anon_sym_COLON] = ACTIONS(3133), - [anon_sym_PLUS_PLUS] = ACTIONS(3133), - [anon_sym_DASH_DASH] = ACTIONS(3133), - [anon_sym_QMARK] = ACTIONS(3133), - [anon_sym_BANG] = ACTIONS(3133), - [anon_sym_LBRACK2] = ACTIONS(3133), - [anon_sym_CARET] = ACTIONS(3133), - [anon_sym_AMP] = ACTIONS(3133), - [anon_sym_LT_DASH] = ACTIONS(3133), - [anon_sym_LT_LT] = ACTIONS(3133), - [anon_sym_GT_GT] = ACTIONS(3133), - [anon_sym_GT_GT_GT] = ACTIONS(3133), - [anon_sym_AMP_CARET] = ACTIONS(3133), - [anon_sym_AMP_AMP] = ACTIONS(3133), - [anon_sym_PIPE_PIPE] = ACTIONS(3133), - [anon_sym_or] = ACTIONS(3133), - [anon_sym_QMARK_DOT] = ACTIONS(3133), - [anon_sym_POUND_LBRACK] = ACTIONS(3133), - [anon_sym_is] = ACTIONS(3133), - [anon_sym_BANGis] = ACTIONS(3133), - [anon_sym_in] = ACTIONS(3133), - [anon_sym_BANGin] = ACTIONS(3133), - [anon_sym_STAR_EQ] = ACTIONS(3133), - [anon_sym_SLASH_EQ] = ACTIONS(3133), - [anon_sym_PERCENT_EQ] = ACTIONS(3133), - [anon_sym_LT_LT_EQ] = ACTIONS(3133), - [anon_sym_GT_GT_EQ] = ACTIONS(3133), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3133), - [anon_sym_AMP_EQ] = ACTIONS(3133), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3133), - [anon_sym_PLUS_EQ] = ACTIONS(3133), - [anon_sym_DASH_EQ] = ACTIONS(3133), - [anon_sym_PIPE_EQ] = ACTIONS(3133), - [anon_sym_CARET_EQ] = ACTIONS(3133), - [anon_sym_COLON_EQ] = ACTIONS(3133), - [anon_sym_shared] = ACTIONS(3133), - [anon_sym_map_LBRACK] = ACTIONS(3133), - [anon_sym_chan] = ACTIONS(3133), - [anon_sym_thread] = ACTIONS(3133), - [anon_sym_atomic] = ACTIONS(3133), + [anon_sym_DOT] = ACTIONS(3115), + [anon_sym_as] = ACTIONS(3115), + [anon_sym_COMMA] = ACTIONS(3115), + [anon_sym_RBRACE] = ACTIONS(3115), + [anon_sym_LPAREN] = ACTIONS(3115), + [anon_sym_EQ] = ACTIONS(3115), + [anon_sym_PIPE] = ACTIONS(3115), + [anon_sym_fn] = ACTIONS(3115), + [anon_sym_PLUS] = ACTIONS(3115), + [anon_sym_DASH] = ACTIONS(3115), + [anon_sym_STAR] = ACTIONS(3115), + [anon_sym_SLASH] = ACTIONS(3115), + [anon_sym_PERCENT] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(3115), + [anon_sym_GT] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3115), + [anon_sym_BANG_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(3115), + [anon_sym_GT_EQ] = ACTIONS(3115), + [anon_sym_LBRACK] = ACTIONS(3113), + [anon_sym_LT2] = ACTIONS(3115), + [anon_sym_struct] = ACTIONS(3115), + [anon_sym_COLON] = ACTIONS(3115), + [anon_sym_PLUS_PLUS] = ACTIONS(3115), + [anon_sym_DASH_DASH] = ACTIONS(3115), + [anon_sym_QMARK] = ACTIONS(3115), + [anon_sym_BANG] = ACTIONS(3115), + [anon_sym_LBRACK2] = ACTIONS(3115), + [anon_sym_CARET] = ACTIONS(3115), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT_DASH] = ACTIONS(3115), + [anon_sym_LT_LT] = ACTIONS(3115), + [anon_sym_GT_GT] = ACTIONS(3115), + [anon_sym_GT_GT_GT] = ACTIONS(3115), + [anon_sym_AMP_CARET] = ACTIONS(3115), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_or] = ACTIONS(3115), + [anon_sym_QMARK_DOT] = ACTIONS(3115), + [anon_sym_POUND_LBRACK] = ACTIONS(3115), + [anon_sym_is] = ACTIONS(3115), + [anon_sym_BANGis] = ACTIONS(3115), + [anon_sym_in] = ACTIONS(3115), + [anon_sym_BANGin] = ACTIONS(3115), + [anon_sym_STAR_EQ] = ACTIONS(3115), + [anon_sym_SLASH_EQ] = ACTIONS(3115), + [anon_sym_PERCENT_EQ] = ACTIONS(3115), + [anon_sym_LT_LT_EQ] = ACTIONS(3115), + [anon_sym_GT_GT_EQ] = ACTIONS(3115), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3115), + [anon_sym_AMP_EQ] = ACTIONS(3115), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3115), + [anon_sym_PLUS_EQ] = ACTIONS(3115), + [anon_sym_DASH_EQ] = ACTIONS(3115), + [anon_sym_PIPE_EQ] = ACTIONS(3115), + [anon_sym_CARET_EQ] = ACTIONS(3115), + [anon_sym_COLON_EQ] = ACTIONS(3115), + [anon_sym_shared] = ACTIONS(3115), + [anon_sym_map_LBRACK] = ACTIONS(3115), + [anon_sym_chan] = ACTIONS(3115), + [anon_sym_thread] = ACTIONS(3115), + [anon_sym_atomic] = ACTIONS(3115), }, [1597] = { - [sym_identifier] = ACTIONS(3105), - [anon_sym_LF] = ACTIONS(3105), - [anon_sym_CR] = ACTIONS(3105), - [anon_sym_CR_LF] = ACTIONS(3105), + [sym_identifier] = ACTIONS(3007), + [anon_sym_LF] = ACTIONS(3007), + [anon_sym_CR] = ACTIONS(3007), + [anon_sym_CR_LF] = ACTIONS(3007), [sym_comment] = ACTIONS(487), - [anon_sym_DOT] = ACTIONS(3105), - [anon_sym_as] = ACTIONS(3105), - [anon_sym_COMMA] = ACTIONS(3105), - [anon_sym_RBRACE] = ACTIONS(3105), - [anon_sym_LPAREN] = ACTIONS(3105), - [anon_sym_EQ] = ACTIONS(3105), - [anon_sym_PIPE] = ACTIONS(3105), - [anon_sym_fn] = ACTIONS(3105), - [anon_sym_PLUS] = ACTIONS(3105), - [anon_sym_DASH] = ACTIONS(3105), - [anon_sym_STAR] = ACTIONS(3105), - [anon_sym_SLASH] = ACTIONS(3105), - [anon_sym_PERCENT] = ACTIONS(3105), - [anon_sym_LT] = ACTIONS(3105), - [anon_sym_GT] = ACTIONS(3105), - [anon_sym_EQ_EQ] = ACTIONS(3105), - [anon_sym_BANG_EQ] = ACTIONS(3105), - [anon_sym_LT_EQ] = ACTIONS(3105), - [anon_sym_GT_EQ] = ACTIONS(3105), - [anon_sym_LBRACK] = ACTIONS(3103), - [anon_sym_struct] = ACTIONS(3105), - [anon_sym_COLON] = ACTIONS(3105), - [anon_sym_PLUS_PLUS] = ACTIONS(3105), - [anon_sym_DASH_DASH] = ACTIONS(3105), - [anon_sym_QMARK] = ACTIONS(3105), - [anon_sym_BANG] = ACTIONS(3105), - [anon_sym_LBRACK2] = ACTIONS(3105), - [anon_sym_CARET] = ACTIONS(3105), - [anon_sym_AMP] = ACTIONS(3105), - [anon_sym_LT_DASH] = ACTIONS(3105), - [anon_sym_LT_LT] = ACTIONS(3105), - [anon_sym_GT_GT] = ACTIONS(3105), - [anon_sym_GT_GT_GT] = ACTIONS(3105), - [anon_sym_AMP_CARET] = ACTIONS(3105), - [anon_sym_AMP_AMP] = ACTIONS(3105), - [anon_sym_PIPE_PIPE] = ACTIONS(3105), - [anon_sym_or] = ACTIONS(3105), - [anon_sym_QMARK_DOT] = ACTIONS(3105), - [anon_sym_POUND_LBRACK] = ACTIONS(3105), - [anon_sym_is] = ACTIONS(3105), - [anon_sym_BANGis] = ACTIONS(3105), - [anon_sym_in] = ACTIONS(3105), - [anon_sym_BANGin] = ACTIONS(3105), - [anon_sym_STAR_EQ] = ACTIONS(3105), - [anon_sym_SLASH_EQ] = ACTIONS(3105), - [anon_sym_PERCENT_EQ] = ACTIONS(3105), - [anon_sym_LT_LT_EQ] = ACTIONS(3105), - [anon_sym_GT_GT_EQ] = ACTIONS(3105), - [anon_sym_GT_GT_GT_EQ] = ACTIONS(3105), - [anon_sym_AMP_EQ] = ACTIONS(3105), - [anon_sym_AMP_CARET_EQ] = ACTIONS(3105), - [anon_sym_PLUS_EQ] = ACTIONS(3105), - [anon_sym_DASH_EQ] = ACTIONS(3105), - [anon_sym_PIPE_EQ] = ACTIONS(3105), - [anon_sym_CARET_EQ] = ACTIONS(3105), - [anon_sym_COLON_EQ] = ACTIONS(3105), - [anon_sym_shared] = ACTIONS(3105), - [anon_sym_map_LBRACK] = ACTIONS(3105), - [anon_sym_chan] = ACTIONS(3105), - [anon_sym_thread] = ACTIONS(3105), - [anon_sym_atomic] = ACTIONS(3105), + [anon_sym_DOT] = ACTIONS(3007), + [anon_sym_as] = ACTIONS(3007), + [anon_sym_COMMA] = ACTIONS(3007), + [anon_sym_RBRACE] = ACTIONS(3007), + [anon_sym_LPAREN] = ACTIONS(3007), + [anon_sym_EQ] = ACTIONS(3007), + [anon_sym_PIPE] = ACTIONS(3007), + [anon_sym_fn] = ACTIONS(3007), + [anon_sym_PLUS] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3007), + [anon_sym_STAR] = ACTIONS(3007), + [anon_sym_SLASH] = ACTIONS(3007), + [anon_sym_PERCENT] = ACTIONS(3007), + [anon_sym_LT] = ACTIONS(3007), + [anon_sym_GT] = ACTIONS(3007), + [anon_sym_EQ_EQ] = ACTIONS(3007), + [anon_sym_BANG_EQ] = ACTIONS(3007), + [anon_sym_LT_EQ] = ACTIONS(3007), + [anon_sym_GT_EQ] = ACTIONS(3007), + [anon_sym_LBRACK] = ACTIONS(3005), + [anon_sym_LT2] = ACTIONS(3007), + [anon_sym_struct] = ACTIONS(3007), + [anon_sym_COLON] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_QMARK] = ACTIONS(3007), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_LBRACK2] = ACTIONS(3007), + [anon_sym_CARET] = ACTIONS(3007), + [anon_sym_AMP] = ACTIONS(3007), + [anon_sym_LT_DASH] = ACTIONS(3007), + [anon_sym_LT_LT] = ACTIONS(3007), + [anon_sym_GT_GT] = ACTIONS(3007), + [anon_sym_GT_GT_GT] = ACTIONS(3007), + [anon_sym_AMP_CARET] = ACTIONS(3007), + [anon_sym_AMP_AMP] = ACTIONS(3007), + [anon_sym_PIPE_PIPE] = ACTIONS(3007), + [anon_sym_or] = ACTIONS(3007), + [anon_sym_QMARK_DOT] = ACTIONS(3007), + [anon_sym_POUND_LBRACK] = ACTIONS(3007), + [anon_sym_is] = ACTIONS(3007), + [anon_sym_BANGis] = ACTIONS(3007), + [anon_sym_in] = ACTIONS(3007), + [anon_sym_BANGin] = ACTIONS(3007), + [anon_sym_STAR_EQ] = ACTIONS(3007), + [anon_sym_SLASH_EQ] = ACTIONS(3007), + [anon_sym_PERCENT_EQ] = ACTIONS(3007), + [anon_sym_LT_LT_EQ] = ACTIONS(3007), + [anon_sym_GT_GT_EQ] = ACTIONS(3007), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3007), + [anon_sym_AMP_EQ] = ACTIONS(3007), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3007), + [anon_sym_PLUS_EQ] = ACTIONS(3007), + [anon_sym_DASH_EQ] = ACTIONS(3007), + [anon_sym_PIPE_EQ] = ACTIONS(3007), + [anon_sym_CARET_EQ] = ACTIONS(3007), + [anon_sym_COLON_EQ] = ACTIONS(3007), + [anon_sym_shared] = ACTIONS(3007), + [anon_sym_map_LBRACK] = ACTIONS(3007), + [anon_sym_chan] = ACTIONS(3007), + [anon_sym_thread] = ACTIONS(3007), + [anon_sym_atomic] = ACTIONS(3007), + }, + [1598] = { + [sym_identifier] = ACTIONS(3159), + [anon_sym_LF] = ACTIONS(3159), + [anon_sym_CR] = ACTIONS(3159), + [anon_sym_CR_LF] = ACTIONS(3159), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3159), + [anon_sym_as] = ACTIONS(3159), + [anon_sym_COMMA] = ACTIONS(3159), + [anon_sym_RBRACE] = ACTIONS(3159), + [anon_sym_LPAREN] = ACTIONS(3159), + [anon_sym_EQ] = ACTIONS(3159), + [anon_sym_PIPE] = ACTIONS(3159), + [anon_sym_fn] = ACTIONS(3159), + [anon_sym_PLUS] = ACTIONS(3159), + [anon_sym_DASH] = ACTIONS(3159), + [anon_sym_STAR] = ACTIONS(3159), + [anon_sym_SLASH] = ACTIONS(3159), + [anon_sym_PERCENT] = ACTIONS(3159), + [anon_sym_LT] = ACTIONS(3159), + [anon_sym_GT] = ACTIONS(3159), + [anon_sym_EQ_EQ] = ACTIONS(3159), + [anon_sym_BANG_EQ] = ACTIONS(3159), + [anon_sym_LT_EQ] = ACTIONS(3159), + [anon_sym_GT_EQ] = ACTIONS(3159), + [anon_sym_LBRACK] = ACTIONS(3157), + [anon_sym_LT2] = ACTIONS(3159), + [anon_sym_struct] = ACTIONS(3159), + [anon_sym_PLUS_PLUS] = ACTIONS(3159), + [anon_sym_DASH_DASH] = ACTIONS(3159), + [anon_sym_QMARK] = ACTIONS(3159), + [anon_sym_BANG] = ACTIONS(3159), + [anon_sym_LBRACK2] = ACTIONS(3159), + [anon_sym_CARET] = ACTIONS(3159), + [anon_sym_AMP] = ACTIONS(3159), + [anon_sym_LT_LT] = ACTIONS(3159), + [anon_sym_GT_GT] = ACTIONS(3159), + [anon_sym_GT_GT_GT] = ACTIONS(3159), + [anon_sym_AMP_CARET] = ACTIONS(3159), + [anon_sym_AMP_AMP] = ACTIONS(3159), + [anon_sym_PIPE_PIPE] = ACTIONS(3159), + [anon_sym_or] = ACTIONS(3159), + [anon_sym_QMARK_DOT] = ACTIONS(3159), + [anon_sym_POUND_LBRACK] = ACTIONS(3159), + [anon_sym_is] = ACTIONS(3159), + [anon_sym_BANGis] = ACTIONS(3159), + [anon_sym_in] = ACTIONS(3159), + [anon_sym_BANGin] = ACTIONS(3159), + [anon_sym_STAR_EQ] = ACTIONS(3159), + [anon_sym_SLASH_EQ] = ACTIONS(3159), + [anon_sym_PERCENT_EQ] = ACTIONS(3159), + [anon_sym_LT_LT_EQ] = ACTIONS(3159), + [anon_sym_GT_GT_EQ] = ACTIONS(3159), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3159), + [anon_sym_AMP_EQ] = ACTIONS(3159), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3159), + [anon_sym_PLUS_EQ] = ACTIONS(3159), + [anon_sym_DASH_EQ] = ACTIONS(3159), + [anon_sym_PIPE_EQ] = ACTIONS(3159), + [anon_sym_CARET_EQ] = ACTIONS(3159), + [anon_sym_COLON_EQ] = ACTIONS(3159), + [anon_sym_shared] = ACTIONS(3159), + [anon_sym_map_LBRACK] = ACTIONS(3159), + [anon_sym_chan] = ACTIONS(3159), + [anon_sym_thread] = ACTIONS(3159), + [anon_sym_atomic] = ACTIONS(3159), + }, + [1599] = { + [sym_identifier] = ACTIONS(3163), + [anon_sym_LF] = ACTIONS(3163), + [anon_sym_CR] = ACTIONS(3163), + [anon_sym_CR_LF] = ACTIONS(3163), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3163), + [anon_sym_as] = ACTIONS(3163), + [anon_sym_COMMA] = ACTIONS(3163), + [anon_sym_RBRACE] = ACTIONS(3163), + [anon_sym_LPAREN] = ACTIONS(3163), + [anon_sym_EQ] = ACTIONS(3163), + [anon_sym_PIPE] = ACTIONS(3163), + [anon_sym_fn] = ACTIONS(3163), + [anon_sym_PLUS] = ACTIONS(3163), + [anon_sym_DASH] = ACTIONS(3163), + [anon_sym_STAR] = ACTIONS(3163), + [anon_sym_SLASH] = ACTIONS(3163), + [anon_sym_PERCENT] = ACTIONS(3163), + [anon_sym_LT] = ACTIONS(3163), + [anon_sym_GT] = ACTIONS(3163), + [anon_sym_EQ_EQ] = ACTIONS(3163), + [anon_sym_BANG_EQ] = ACTIONS(3163), + [anon_sym_LT_EQ] = ACTIONS(3163), + [anon_sym_GT_EQ] = ACTIONS(3163), + [anon_sym_LBRACK] = ACTIONS(3161), + [anon_sym_LT2] = ACTIONS(3163), + [anon_sym_struct] = ACTIONS(3163), + [anon_sym_PLUS_PLUS] = ACTIONS(3163), + [anon_sym_DASH_DASH] = ACTIONS(3163), + [anon_sym_QMARK] = ACTIONS(3163), + [anon_sym_BANG] = ACTIONS(3163), + [anon_sym_LBRACK2] = ACTIONS(3163), + [anon_sym_CARET] = ACTIONS(3163), + [anon_sym_AMP] = ACTIONS(3163), + [anon_sym_LT_LT] = ACTIONS(3163), + [anon_sym_GT_GT] = ACTIONS(3163), + [anon_sym_GT_GT_GT] = ACTIONS(3163), + [anon_sym_AMP_CARET] = ACTIONS(3163), + [anon_sym_AMP_AMP] = ACTIONS(3163), + [anon_sym_PIPE_PIPE] = ACTIONS(3163), + [anon_sym_or] = ACTIONS(3163), + [anon_sym_QMARK_DOT] = ACTIONS(3163), + [anon_sym_POUND_LBRACK] = ACTIONS(3163), + [anon_sym_is] = ACTIONS(3163), + [anon_sym_BANGis] = ACTIONS(3163), + [anon_sym_in] = ACTIONS(3163), + [anon_sym_BANGin] = ACTIONS(3163), + [anon_sym_STAR_EQ] = ACTIONS(3163), + [anon_sym_SLASH_EQ] = ACTIONS(3163), + [anon_sym_PERCENT_EQ] = ACTIONS(3163), + [anon_sym_LT_LT_EQ] = ACTIONS(3163), + [anon_sym_GT_GT_EQ] = ACTIONS(3163), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3163), + [anon_sym_AMP_EQ] = ACTIONS(3163), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3163), + [anon_sym_PLUS_EQ] = ACTIONS(3163), + [anon_sym_DASH_EQ] = ACTIONS(3163), + [anon_sym_PIPE_EQ] = ACTIONS(3163), + [anon_sym_CARET_EQ] = ACTIONS(3163), + [anon_sym_COLON_EQ] = ACTIONS(3163), + [anon_sym_shared] = ACTIONS(3163), + [anon_sym_map_LBRACK] = ACTIONS(3163), + [anon_sym_chan] = ACTIONS(3163), + [anon_sym_thread] = ACTIONS(3163), + [anon_sym_atomic] = ACTIONS(3163), + }, + [1600] = { + [sym_identifier] = ACTIONS(3007), + [anon_sym_LF] = ACTIONS(3007), + [anon_sym_CR] = ACTIONS(3007), + [anon_sym_CR_LF] = ACTIONS(3007), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3007), + [anon_sym_as] = ACTIONS(3007), + [anon_sym_COMMA] = ACTIONS(3007), + [anon_sym_RBRACE] = ACTIONS(3007), + [anon_sym_LPAREN] = ACTIONS(3007), + [anon_sym_EQ] = ACTIONS(3007), + [anon_sym_PIPE] = ACTIONS(3007), + [anon_sym_fn] = ACTIONS(3007), + [anon_sym_PLUS] = ACTIONS(3007), + [anon_sym_DASH] = ACTIONS(3007), + [anon_sym_STAR] = ACTIONS(3007), + [anon_sym_SLASH] = ACTIONS(3007), + [anon_sym_PERCENT] = ACTIONS(3007), + [anon_sym_LT] = ACTIONS(3007), + [anon_sym_GT] = ACTIONS(3007), + [anon_sym_EQ_EQ] = ACTIONS(3007), + [anon_sym_BANG_EQ] = ACTIONS(3007), + [anon_sym_LT_EQ] = ACTIONS(3007), + [anon_sym_GT_EQ] = ACTIONS(3007), + [anon_sym_LBRACK] = ACTIONS(3005), + [anon_sym_LT2] = ACTIONS(3007), + [anon_sym_struct] = ACTIONS(3007), + [anon_sym_PLUS_PLUS] = ACTIONS(3007), + [anon_sym_DASH_DASH] = ACTIONS(3007), + [anon_sym_QMARK] = ACTIONS(3007), + [anon_sym_BANG] = ACTIONS(3007), + [anon_sym_LBRACK2] = ACTIONS(3007), + [anon_sym_CARET] = ACTIONS(3007), + [anon_sym_AMP] = ACTIONS(3007), + [anon_sym_LT_LT] = ACTIONS(3007), + [anon_sym_GT_GT] = ACTIONS(3007), + [anon_sym_GT_GT_GT] = ACTIONS(3007), + [anon_sym_AMP_CARET] = ACTIONS(3007), + [anon_sym_AMP_AMP] = ACTIONS(3007), + [anon_sym_PIPE_PIPE] = ACTIONS(3007), + [anon_sym_or] = ACTIONS(3007), + [anon_sym_QMARK_DOT] = ACTIONS(3007), + [anon_sym_POUND_LBRACK] = ACTIONS(3007), + [anon_sym_is] = ACTIONS(3007), + [anon_sym_BANGis] = ACTIONS(3007), + [anon_sym_in] = ACTIONS(3007), + [anon_sym_BANGin] = ACTIONS(3007), + [anon_sym_STAR_EQ] = ACTIONS(3007), + [anon_sym_SLASH_EQ] = ACTIONS(3007), + [anon_sym_PERCENT_EQ] = ACTIONS(3007), + [anon_sym_LT_LT_EQ] = ACTIONS(3007), + [anon_sym_GT_GT_EQ] = ACTIONS(3007), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3007), + [anon_sym_AMP_EQ] = ACTIONS(3007), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3007), + [anon_sym_PLUS_EQ] = ACTIONS(3007), + [anon_sym_DASH_EQ] = ACTIONS(3007), + [anon_sym_PIPE_EQ] = ACTIONS(3007), + [anon_sym_CARET_EQ] = ACTIONS(3007), + [anon_sym_COLON_EQ] = ACTIONS(3007), + [anon_sym_shared] = ACTIONS(3007), + [anon_sym_map_LBRACK] = ACTIONS(3007), + [anon_sym_chan] = ACTIONS(3007), + [anon_sym_thread] = ACTIONS(3007), + [anon_sym_atomic] = ACTIONS(3007), + }, + [1601] = { + [sym_identifier] = ACTIONS(3115), + [anon_sym_LF] = ACTIONS(3115), + [anon_sym_CR] = ACTIONS(3115), + [anon_sym_CR_LF] = ACTIONS(3115), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3115), + [anon_sym_as] = ACTIONS(3115), + [anon_sym_COMMA] = ACTIONS(3115), + [anon_sym_RBRACE] = ACTIONS(3115), + [anon_sym_LPAREN] = ACTIONS(3115), + [anon_sym_EQ] = ACTIONS(3115), + [anon_sym_PIPE] = ACTIONS(3115), + [anon_sym_fn] = ACTIONS(3115), + [anon_sym_PLUS] = ACTIONS(3115), + [anon_sym_DASH] = ACTIONS(3115), + [anon_sym_STAR] = ACTIONS(3115), + [anon_sym_SLASH] = ACTIONS(3115), + [anon_sym_PERCENT] = ACTIONS(3115), + [anon_sym_LT] = ACTIONS(3115), + [anon_sym_GT] = ACTIONS(3115), + [anon_sym_EQ_EQ] = ACTIONS(3115), + [anon_sym_BANG_EQ] = ACTIONS(3115), + [anon_sym_LT_EQ] = ACTIONS(3115), + [anon_sym_GT_EQ] = ACTIONS(3115), + [anon_sym_LBRACK] = ACTIONS(3113), + [anon_sym_LT2] = ACTIONS(3115), + [anon_sym_struct] = ACTIONS(3115), + [anon_sym_PLUS_PLUS] = ACTIONS(3115), + [anon_sym_DASH_DASH] = ACTIONS(3115), + [anon_sym_QMARK] = ACTIONS(3115), + [anon_sym_BANG] = ACTIONS(3115), + [anon_sym_LBRACK2] = ACTIONS(3115), + [anon_sym_CARET] = ACTIONS(3115), + [anon_sym_AMP] = ACTIONS(3115), + [anon_sym_LT_LT] = ACTIONS(3115), + [anon_sym_GT_GT] = ACTIONS(3115), + [anon_sym_GT_GT_GT] = ACTIONS(3115), + [anon_sym_AMP_CARET] = ACTIONS(3115), + [anon_sym_AMP_AMP] = ACTIONS(3115), + [anon_sym_PIPE_PIPE] = ACTIONS(3115), + [anon_sym_or] = ACTIONS(3115), + [anon_sym_QMARK_DOT] = ACTIONS(3115), + [anon_sym_POUND_LBRACK] = ACTIONS(3115), + [anon_sym_is] = ACTIONS(3115), + [anon_sym_BANGis] = ACTIONS(3115), + [anon_sym_in] = ACTIONS(3115), + [anon_sym_BANGin] = ACTIONS(3115), + [anon_sym_STAR_EQ] = ACTIONS(3115), + [anon_sym_SLASH_EQ] = ACTIONS(3115), + [anon_sym_PERCENT_EQ] = ACTIONS(3115), + [anon_sym_LT_LT_EQ] = ACTIONS(3115), + [anon_sym_GT_GT_EQ] = ACTIONS(3115), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3115), + [anon_sym_AMP_EQ] = ACTIONS(3115), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3115), + [anon_sym_PLUS_EQ] = ACTIONS(3115), + [anon_sym_DASH_EQ] = ACTIONS(3115), + [anon_sym_PIPE_EQ] = ACTIONS(3115), + [anon_sym_CARET_EQ] = ACTIONS(3115), + [anon_sym_COLON_EQ] = ACTIONS(3115), + [anon_sym_shared] = ACTIONS(3115), + [anon_sym_map_LBRACK] = ACTIONS(3115), + [anon_sym_chan] = ACTIONS(3115), + [anon_sym_thread] = ACTIONS(3115), + [anon_sym_atomic] = ACTIONS(3115), + }, + [1602] = { + [sym_identifier] = ACTIONS(3119), + [anon_sym_LF] = ACTIONS(3119), + [anon_sym_CR] = ACTIONS(3119), + [anon_sym_CR_LF] = ACTIONS(3119), + [sym_comment] = ACTIONS(487), + [anon_sym_DOT] = ACTIONS(3119), + [anon_sym_as] = ACTIONS(3119), + [anon_sym_COMMA] = ACTIONS(3119), + [anon_sym_RBRACE] = ACTIONS(3119), + [anon_sym_LPAREN] = ACTIONS(3119), + [anon_sym_EQ] = ACTIONS(3119), + [anon_sym_PIPE] = ACTIONS(3119), + [anon_sym_fn] = ACTIONS(3119), + [anon_sym_PLUS] = ACTIONS(3119), + [anon_sym_DASH] = ACTIONS(3119), + [anon_sym_STAR] = ACTIONS(3119), + [anon_sym_SLASH] = ACTIONS(3119), + [anon_sym_PERCENT] = ACTIONS(3119), + [anon_sym_LT] = ACTIONS(3119), + [anon_sym_GT] = ACTIONS(3119), + [anon_sym_EQ_EQ] = ACTIONS(3119), + [anon_sym_BANG_EQ] = ACTIONS(3119), + [anon_sym_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_EQ] = ACTIONS(3119), + [anon_sym_LBRACK] = ACTIONS(3117), + [anon_sym_LT2] = ACTIONS(3119), + [anon_sym_struct] = ACTIONS(3119), + [anon_sym_PLUS_PLUS] = ACTIONS(3119), + [anon_sym_DASH_DASH] = ACTIONS(3119), + [anon_sym_QMARK] = ACTIONS(3119), + [anon_sym_BANG] = ACTIONS(3119), + [anon_sym_LBRACK2] = ACTIONS(3119), + [anon_sym_CARET] = ACTIONS(3119), + [anon_sym_AMP] = ACTIONS(3119), + [anon_sym_LT_LT] = ACTIONS(3119), + [anon_sym_GT_GT] = ACTIONS(3119), + [anon_sym_GT_GT_GT] = ACTIONS(3119), + [anon_sym_AMP_CARET] = ACTIONS(3119), + [anon_sym_AMP_AMP] = ACTIONS(3119), + [anon_sym_PIPE_PIPE] = ACTIONS(3119), + [anon_sym_or] = ACTIONS(3119), + [anon_sym_QMARK_DOT] = ACTIONS(3119), + [anon_sym_POUND_LBRACK] = ACTIONS(3119), + [anon_sym_is] = ACTIONS(3119), + [anon_sym_BANGis] = ACTIONS(3119), + [anon_sym_in] = ACTIONS(3119), + [anon_sym_BANGin] = ACTIONS(3119), + [anon_sym_STAR_EQ] = ACTIONS(3119), + [anon_sym_SLASH_EQ] = ACTIONS(3119), + [anon_sym_PERCENT_EQ] = ACTIONS(3119), + [anon_sym_LT_LT_EQ] = ACTIONS(3119), + [anon_sym_GT_GT_EQ] = ACTIONS(3119), + [anon_sym_GT_GT_GT_EQ] = ACTIONS(3119), + [anon_sym_AMP_EQ] = ACTIONS(3119), + [anon_sym_AMP_CARET_EQ] = ACTIONS(3119), + [anon_sym_PLUS_EQ] = ACTIONS(3119), + [anon_sym_DASH_EQ] = ACTIONS(3119), + [anon_sym_PIPE_EQ] = ACTIONS(3119), + [anon_sym_CARET_EQ] = ACTIONS(3119), + [anon_sym_COLON_EQ] = ACTIONS(3119), + [anon_sym_shared] = ACTIONS(3119), + [anon_sym_map_LBRACK] = ACTIONS(3119), + [anon_sym_chan] = ACTIONS(3119), + [anon_sym_thread] = ACTIONS(3119), + [anon_sym_atomic] = ACTIONS(3119), }, }; static const uint16_t ts_small_parse_table[] = { - [0] = 3, + [0] = 31, ACTIONS(487), 1, sym_comment, - ACTIONS(3039), 1, - anon_sym_LBRACK, - ACTIONS(3041), 62, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4334), 1, anon_sym_as, + ACTIONS(4336), 1, anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(4338), 1, anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_fn, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_struct, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - sym_identifier, - anon_sym_shared, - anon_sym_map_LBRACK, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - [71] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(3131), 1, + ACTIONS(4346), 1, anon_sym_LBRACK, - ACTIONS(3133), 62, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_fn, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_struct, + ACTIONS(4348), 1, + anon_sym_COLON, + ACTIONS(4350), 1, anon_sym_PLUS_PLUS, + ACTIONS(4352), 1, anon_sym_DASH_DASH, + ACTIONS(4354), 1, anon_sym_QMARK, + ACTIONS(4356), 1, anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(4360), 1, + anon_sym_LT_DASH, + ACTIONS(4362), 1, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, + ACTIONS(4364), 1, anon_sym_AMP_AMP, + ACTIONS(4366), 1, anon_sym_PIPE_PIPE, + ACTIONS(4368), 1, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, + ACTIONS(4370), 1, anon_sym_is, + ACTIONS(4372), 1, anon_sym_BANGis, + ACTIONS(4374), 1, anon_sym_in, + ACTIONS(4376), 1, anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - sym_identifier, - anon_sym_shared, - anon_sym_map_LBRACK, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - [142] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(3135), 1, - anon_sym_LBRACK, - ACTIONS(3137), 62, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + STATE(1731), 1, + sym_argument_list, + STATE(1760), 1, + sym_or_block, + STATE(3356), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4245), 1, + sym_type_parameters, + ACTIONS(4332), 2, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_fn, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_struct, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, anon_sym_QMARK_DOT, + ACTIONS(4358), 2, + anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - sym_identifier, - anon_sym_shared, - anon_sym_map_LBRACK, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - [213] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(3103), 1, - anon_sym_LBRACK, - ACTIONS(3105), 62, + ACTIONS(1680), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(4340), 4, anon_sym_PIPE, - anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(4344), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_struct, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - sym_identifier, - anon_sym_shared, - anon_sym_map_LBRACK, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - [284] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(3099), 1, - anon_sym_LBRACK, - ACTIONS(3101), 62, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_fn, - anon_sym_PLUS, - anon_sym_DASH, + ACTIONS(4342), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_struct, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, + ACTIONS(1684), 14, + anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -189601,16 +190483,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - sym_identifier, - anon_sym_shared, - anon_sym_map_LBRACK, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - [355] = 3, + [126] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3137), 29, + ACTIONS(3115), 30, anon_sym_as, anon_sym_EQ, anon_sym_PIPE, @@ -189622,6 +190498,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_struct, anon_sym_QMARK, anon_sym_BANG, @@ -189640,7 +190517,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(3135), 32, + ACTIONS(3113), 32, anon_sym_DOT, anon_sym_LBRACE, anon_sym_COMMA, @@ -189673,10 +190550,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_map_LBRACK, - [424] = 3, + [196] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3041), 29, + ACTIONS(3159), 30, anon_sym_as, anon_sym_EQ, anon_sym_PIPE, @@ -189688,6 +190565,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_struct, anon_sym_QMARK, anon_sym_BANG, @@ -189706,7 +190584,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(3039), 32, + ACTIONS(3157), 32, anon_sym_SEMI, anon_sym_DOT, anon_sym_LBRACE, @@ -189739,103 +190617,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_COLON_EQ, anon_sym_map_LBRACK, - [493] = 30, - ACTIONS(487), 1, - sym_comment, - ACTIONS(4326), 1, - anon_sym_as, - ACTIONS(4328), 1, - anon_sym_COMMA, - ACTIONS(4330), 1, - anon_sym_LPAREN, - ACTIONS(4338), 1, - anon_sym_LBRACK, - ACTIONS(4340), 1, - anon_sym_COLON, - ACTIONS(4342), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4344), 1, - anon_sym_DASH_DASH, - ACTIONS(4346), 1, - anon_sym_QMARK, - ACTIONS(4348), 1, - anon_sym_BANG, - ACTIONS(4352), 1, - anon_sym_LT_DASH, - ACTIONS(4354), 1, - anon_sym_LT_LT, - ACTIONS(4356), 1, - anon_sym_AMP_AMP, - ACTIONS(4358), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4360), 1, - anon_sym_or, - ACTIONS(4362), 1, - anon_sym_is, - ACTIONS(4364), 1, - anon_sym_BANGis, - ACTIONS(4366), 1, - anon_sym_in, - ACTIONS(4368), 1, - anon_sym_BANGin, - STATE(1715), 1, - sym_argument_list, - STATE(1716), 1, - sym_or_block, - STATE(3349), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4166), 1, - sym_type_parameters, - ACTIONS(4324), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4350), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(1766), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - ACTIONS(4332), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4336), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4334), 7, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(1770), 14, - anon_sym_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [616] = 3, + [266] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3133), 29, + ACTIONS(3163), 30, anon_sym_as, anon_sym_EQ, anon_sym_PIPE, @@ -189847,6 +190632,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_struct, anon_sym_QMARK, anon_sym_BANG, @@ -189865,7 +190651,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(3131), 32, + ACTIONS(3161), 32, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LBRACE, anon_sym_COMMA, @@ -189875,10 +190662,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOT, @@ -189897,11 +190682,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, + anon_sym_COLON_EQ, anon_sym_map_LBRACK, - [685] = 3, + [336] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3105), 29, + ACTIONS(3007), 30, anon_sym_as, anon_sym_EQ, anon_sym_PIPE, @@ -189913,6 +190699,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_struct, anon_sym_QMARK, anon_sym_BANG, @@ -189931,7 +190718,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(3103), 32, + ACTIONS(3005), 32, anon_sym_DOT, anon_sym_LBRACE, anon_sym_COMMA, @@ -189964,10 +190751,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_map_LBRACK, - [754] = 3, + [406] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3101), 29, + ACTIONS(3115), 30, anon_sym_as, anon_sym_EQ, anon_sym_PIPE, @@ -189979,6 +190766,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_struct, anon_sym_QMARK, anon_sym_BANG, @@ -189997,7 +190785,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(3099), 32, + ACTIONS(3113), 32, anon_sym_SEMI, anon_sym_DOT, anon_sym_LBRACE, @@ -190030,10 +190818,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_COLON_EQ, anon_sym_map_LBRACK, - [823] = 3, + [476] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3101), 29, + ACTIONS(3007), 30, anon_sym_as, anon_sym_EQ, anon_sym_PIPE, @@ -190045,6 +190833,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_struct, anon_sym_QMARK, anon_sym_BANG, @@ -190063,7 +190852,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(3099), 32, + ACTIONS(3005), 32, + anon_sym_SEMI, anon_sym_DOT, anon_sym_LBRACE, anon_sym_COMMA, @@ -190073,10 +190863,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOT, @@ -190095,11 +190883,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, + anon_sym_COLON_EQ, anon_sym_map_LBRACK, - [892] = 3, + [546] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3041), 29, + ACTIONS(3119), 30, anon_sym_as, anon_sym_EQ, anon_sym_PIPE, @@ -190111,6 +190900,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_struct, anon_sym_QMARK, anon_sym_BANG, @@ -190129,7 +190919,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(3039), 32, + ACTIONS(3117), 32, anon_sym_DOT, anon_sym_LBRACE, anon_sym_COMMA, @@ -190162,10 +190952,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_map_LBRACK, - [961] = 3, + [616] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3105), 29, + ACTIONS(3163), 30, anon_sym_as, anon_sym_EQ, anon_sym_PIPE, @@ -190177,6 +190967,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_struct, anon_sym_QMARK, anon_sym_BANG, @@ -190195,8 +190986,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(3103), 32, - anon_sym_SEMI, + ACTIONS(3161), 32, anon_sym_DOT, anon_sym_LBRACE, anon_sym_COMMA, @@ -190206,8 +190996,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOT, @@ -190226,12 +191018,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, anon_sym_map_LBRACK, - [1030] = 3, + [686] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3137), 29, + ACTIONS(3119), 30, anon_sym_as, anon_sym_EQ, anon_sym_PIPE, @@ -190243,6 +191034,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_struct, anon_sym_QMARK, anon_sym_BANG, @@ -190261,7 +191053,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(3135), 32, + ACTIONS(3117), 32, anon_sym_SEMI, anon_sym_DOT, anon_sym_LBRACE, @@ -190294,10 +191086,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_COLON_EQ, anon_sym_map_LBRACK, - [1099] = 3, + [756] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3133), 29, + ACTIONS(3159), 30, anon_sym_as, anon_sym_EQ, anon_sym_PIPE, @@ -190309,6 +191101,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_struct, anon_sym_QMARK, anon_sym_BANG, @@ -190327,8 +191120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(3131), 32, - anon_sym_SEMI, + ACTIONS(3157), 32, anon_sym_DOT, anon_sym_LBRACE, anon_sym_COMMA, @@ -190338,8 +191130,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_QMARK_DOT, @@ -190358,64 +191152,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, anon_sym_map_LBRACK, - [1168] = 24, + [826] = 14, ACTIONS(487), 1, sym_comment, - ACTIONS(4326), 1, - anon_sym_as, - ACTIONS(4330), 1, - anon_sym_LPAREN, + ACTIONS(1652), 1, + anon_sym_LT2, ACTIONS(4338), 1, - anon_sym_LBRACK, - ACTIONS(4342), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4344), 1, - anon_sym_DASH_DASH, + anon_sym_LPAREN, ACTIONS(4346), 1, + anon_sym_LBRACK, + ACTIONS(4354), 1, anon_sym_QMARK, - ACTIONS(4348), 1, - anon_sym_BANG, ACTIONS(4356), 1, - anon_sym_AMP_AMP, - ACTIONS(4358), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4360), 1, - anon_sym_or, - ACTIONS(4362), 1, - anon_sym_is, - ACTIONS(4364), 1, - anon_sym_BANGis, - ACTIONS(4366), 1, - anon_sym_in, - ACTIONS(4368), 1, - anon_sym_BANGin, - STATE(1715), 1, + anon_sym_BANG, + STATE(1731), 1, sym_argument_list, - STATE(1716), 1, + STATE(1760), 1, sym_or_block, - STATE(4166), 1, + STATE(4245), 1, sym_type_parameters, - ACTIONS(4324), 2, + ACTIONS(4332), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4350), 2, + ACTIONS(4358), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4332), 4, + ACTIONS(4340), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4336), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4334), 8, + ACTIONS(4342), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -190424,15 +191192,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2220), 21, + ACTIONS(1782), 37, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_LT_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -190446,71 +191230,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [1278] = 16, + [917] = 30, ACTIONS(487), 1, sym_comment, - ACTIONS(4330), 1, - anon_sym_LPAREN, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4334), 1, + anon_sym_as, + ACTIONS(4336), 1, + anon_sym_COMMA, ACTIONS(4338), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(4346), 1, + anon_sym_LBRACK, + ACTIONS(4350), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4352), 1, + anon_sym_DASH_DASH, + ACTIONS(4354), 1, anon_sym_QMARK, - ACTIONS(4348), 1, + ACTIONS(4356), 1, anon_sym_BANG, + ACTIONS(4360), 1, + anon_sym_LT_DASH, + ACTIONS(4362), 1, + anon_sym_LT_LT, + ACTIONS(4364), 1, + anon_sym_AMP_AMP, ACTIONS(4366), 1, - anon_sym_in, + anon_sym_PIPE_PIPE, ACTIONS(4368), 1, + anon_sym_or, + ACTIONS(4370), 1, + anon_sym_is, + ACTIONS(4372), 1, + anon_sym_BANGis, + ACTIONS(4374), 1, + anon_sym_in, + ACTIONS(4376), 1, anon_sym_BANGin, - STATE(1715), 1, + STATE(1731), 1, sym_argument_list, - STATE(1716), 1, + STATE(1760), 1, sym_or_block, - STATE(4166), 1, + STATE(3356), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4245), 1, sym_type_parameters, - ACTIONS(4324), 2, + ACTIONS(4332), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4350), 2, + ACTIONS(4358), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4332), 4, + ACTIONS(1680), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + ACTIONS(4340), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4336), 6, + ACTIONS(4344), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4334), 8, + ACTIONS(4342), 7, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_AMP, - anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2076), 29, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1684), 14, anon_sym_EQ, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LT_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -190524,72 +191323,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [1372] = 17, + [1040] = 13, ACTIONS(487), 1, sym_comment, - ACTIONS(4330), 1, - anon_sym_LPAREN, + ACTIONS(1652), 1, + anon_sym_LT2, ACTIONS(4338), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(4346), 1, + anon_sym_LBRACK, + ACTIONS(4354), 1, anon_sym_QMARK, - ACTIONS(4348), 1, - anon_sym_BANG, ACTIONS(4356), 1, - anon_sym_AMP_AMP, - ACTIONS(4366), 1, - anon_sym_in, - ACTIONS(4368), 1, - anon_sym_BANGin, - STATE(1715), 1, + anon_sym_BANG, + STATE(1731), 1, sym_argument_list, - STATE(1716), 1, + STATE(1760), 1, sym_or_block, - STATE(4166), 1, + STATE(4245), 1, sym_type_parameters, - ACTIONS(4324), 2, + ACTIONS(4332), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4350), 2, + ACTIONS(4358), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4332), 4, + ACTIONS(1780), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + ACTIONS(1782), 45, + anon_sym_as, + anon_sym_COMMA, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4336), 6, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4334), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2076), 28, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LT_DASH, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_is, anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -190603,62 +191399,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [1468] = 24, + [1129] = 17, ACTIONS(487), 1, sym_comment, - ACTIONS(4326), 1, - anon_sym_as, - ACTIONS(4330), 1, - anon_sym_LPAREN, + ACTIONS(1652), 1, + anon_sym_LT2, ACTIONS(4338), 1, - anon_sym_LBRACK, - ACTIONS(4342), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4344), 1, - anon_sym_DASH_DASH, + anon_sym_LPAREN, ACTIONS(4346), 1, + anon_sym_LBRACK, + ACTIONS(4354), 1, anon_sym_QMARK, - ACTIONS(4348), 1, - anon_sym_BANG, ACTIONS(4356), 1, - anon_sym_AMP_AMP, - ACTIONS(4358), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4360), 1, - anon_sym_or, - ACTIONS(4362), 1, - anon_sym_is, - ACTIONS(4364), 1, - anon_sym_BANGis, - ACTIONS(4366), 1, + anon_sym_BANG, + ACTIONS(4374), 1, anon_sym_in, - ACTIONS(4368), 1, + ACTIONS(4376), 1, anon_sym_BANGin, - STATE(1715), 1, + STATE(1731), 1, sym_argument_list, - STATE(1716), 1, + STATE(1760), 1, sym_or_block, - STATE(4166), 1, + STATE(4245), 1, sym_type_parameters, - ACTIONS(4324), 2, + ACTIONS(4332), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4350), 2, + ACTIONS(4358), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4332), 4, + ACTIONS(4340), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4336), 6, + ACTIONS(4344), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4334), 8, + ACTIONS(4342), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -190667,15 +191449,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2210), 21, + ACTIONS(1782), 29, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_LT_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -190689,44 +191479,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [1578] = 13, + [1226] = 12, ACTIONS(487), 1, sym_comment, - ACTIONS(4330), 1, - anon_sym_LPAREN, + ACTIONS(1652), 1, + anon_sym_LT2, ACTIONS(4338), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(4346), 1, + anon_sym_LBRACK, + ACTIONS(4354), 1, anon_sym_QMARK, - ACTIONS(4348), 1, + ACTIONS(4356), 1, anon_sym_BANG, - STATE(1715), 1, + STATE(1731), 1, sym_argument_list, - STATE(1716), 1, + STATE(1760), 1, sym_or_block, - STATE(4166), 1, + STATE(4245), 1, sym_type_parameters, - ACTIONS(4324), 2, + ACTIONS(4332), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4350), 2, + ACTIONS(4358), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4332), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4334), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2108), 37, + ACTIONS(1788), 49, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -190734,6 +191512,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, @@ -190743,7 +191527,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_DASH, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -190764,44 +191554,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [1666] = 13, + [1313] = 12, ACTIONS(487), 1, sym_comment, - ACTIONS(4330), 1, - anon_sym_LPAREN, + ACTIONS(1652), 1, + anon_sym_LT2, ACTIONS(4338), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(4346), 1, + anon_sym_LBRACK, + ACTIONS(4354), 1, anon_sym_QMARK, - ACTIONS(4348), 1, + ACTIONS(4356), 1, anon_sym_BANG, - STATE(1715), 1, + STATE(1731), 1, sym_argument_list, - STATE(1716), 1, + STATE(1760), 1, sym_or_block, - STATE(4166), 1, + STATE(4245), 1, sym_type_parameters, - ACTIONS(4324), 2, + ACTIONS(4332), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4350), 2, + ACTIONS(4358), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4332), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4334), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2112), 37, + ACTIONS(1782), 49, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -190809,6 +191587,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, @@ -190818,7 +191602,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_DASH, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -190839,30 +191629,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [1754] = 12, + [1400] = 13, ACTIONS(487), 1, sym_comment, - ACTIONS(4330), 1, - anon_sym_LPAREN, + ACTIONS(1652), 1, + anon_sym_LT2, ACTIONS(4338), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(4346), 1, + anon_sym_LBRACK, + ACTIONS(4354), 1, anon_sym_QMARK, - ACTIONS(4348), 1, + ACTIONS(4356), 1, anon_sym_BANG, - STATE(1715), 1, + STATE(1731), 1, sym_argument_list, - STATE(1716), 1, + STATE(1760), 1, sym_or_block, - STATE(4166), 1, + STATE(4245), 1, sym_type_parameters, - ACTIONS(4324), 2, + ACTIONS(4332), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4350), 2, + ACTIONS(4358), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4334), 8, + ACTIONS(4342), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -190871,7 +191663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2076), 41, + ACTIONS(1782), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -190913,104 +191705,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [1840] = 12, + [1489] = 18, ACTIONS(487), 1, sym_comment, - ACTIONS(4330), 1, - anon_sym_LPAREN, + ACTIONS(1652), 1, + anon_sym_LT2, ACTIONS(4338), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(4346), 1, + anon_sym_LBRACK, + ACTIONS(4354), 1, anon_sym_QMARK, - ACTIONS(4348), 1, + ACTIONS(4356), 1, anon_sym_BANG, - STATE(1715), 1, + ACTIONS(4364), 1, + anon_sym_AMP_AMP, + ACTIONS(4374), 1, + anon_sym_in, + ACTIONS(4376), 1, + anon_sym_BANGin, + STATE(1731), 1, sym_argument_list, - STATE(1716), 1, + STATE(1760), 1, sym_or_block, - STATE(4166), 1, + STATE(4245), 1, sym_type_parameters, - ACTIONS(4324), 2, + ACTIONS(4332), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4350), 2, + ACTIONS(4358), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(2092), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - ACTIONS(2076), 45, - anon_sym_as, - anon_sym_COMMA, - anon_sym_EQ, + ACTIONS(4340), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(4344), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(4342), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [1926] = 11, - ACTIONS(487), 1, - sym_comment, - ACTIONS(4330), 1, - anon_sym_LPAREN, - ACTIONS(4338), 1, - anon_sym_LBRACK, - ACTIONS(4346), 1, - anon_sym_QMARK, - ACTIONS(4348), 1, - anon_sym_BANG, - STATE(1715), 1, - sym_argument_list, - STATE(1716), 1, - sym_or_block, - STATE(4166), 1, - sym_type_parameters, - ACTIONS(4324), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4350), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(2230), 49, + ACTIONS(1782), 28, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -191018,35 +191765,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_AMP, anon_sym_LT_DASH, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -191060,84 +191786,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [2010] = 29, + [1588] = 25, ACTIONS(487), 1, sym_comment, - ACTIONS(4326), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4334), 1, anon_sym_as, - ACTIONS(4328), 1, - anon_sym_COMMA, - ACTIONS(4330), 1, - anon_sym_LPAREN, ACTIONS(4338), 1, + anon_sym_LPAREN, + ACTIONS(4346), 1, anon_sym_LBRACK, - ACTIONS(4342), 1, + ACTIONS(4350), 1, anon_sym_PLUS_PLUS, - ACTIONS(4344), 1, - anon_sym_DASH_DASH, - ACTIONS(4346), 1, - anon_sym_QMARK, - ACTIONS(4348), 1, - anon_sym_BANG, ACTIONS(4352), 1, - anon_sym_LT_DASH, + anon_sym_DASH_DASH, ACTIONS(4354), 1, - anon_sym_LT_LT, + anon_sym_QMARK, ACTIONS(4356), 1, + anon_sym_BANG, + ACTIONS(4364), 1, anon_sym_AMP_AMP, - ACTIONS(4358), 1, + ACTIONS(4366), 1, anon_sym_PIPE_PIPE, - ACTIONS(4360), 1, + ACTIONS(4368), 1, anon_sym_or, - ACTIONS(4362), 1, + ACTIONS(4370), 1, anon_sym_is, - ACTIONS(4364), 1, + ACTIONS(4372), 1, anon_sym_BANGis, - ACTIONS(4366), 1, + ACTIONS(4374), 1, anon_sym_in, - ACTIONS(4368), 1, + ACTIONS(4376), 1, anon_sym_BANGin, - STATE(1715), 1, + STATE(1731), 1, sym_argument_list, - STATE(1716), 1, + STATE(1760), 1, sym_or_block, - STATE(3349), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4166), 1, + STATE(4245), 1, sym_type_parameters, - ACTIONS(4324), 2, + ACTIONS(4332), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4350), 2, + ACTIONS(4358), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(1766), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - ACTIONS(4332), 4, + ACTIONS(4340), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4336), 6, + ACTIONS(4344), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4334), 7, + ACTIONS(4342), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_AMP, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1770), 14, + ACTIONS(1724), 21, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ, + anon_sym_COLON, + anon_sym_LT_DASH, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -191151,30 +191874,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [2130] = 11, + [1701] = 12, ACTIONS(487), 1, sym_comment, - ACTIONS(4330), 1, - anon_sym_LPAREN, + ACTIONS(1652), 1, + anon_sym_LT2, ACTIONS(4338), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(4346), 1, + anon_sym_LBRACK, + ACTIONS(4354), 1, anon_sym_QMARK, - ACTIONS(4348), 1, + ACTIONS(4356), 1, anon_sym_BANG, - STATE(1715), 1, + STATE(1731), 1, sym_argument_list, - STATE(1716), 1, + STATE(1760), 1, sym_or_block, - STATE(4166), 1, + STATE(4245), 1, sym_type_parameters, - ACTIONS(4324), 2, + ACTIONS(4332), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4350), 2, + ACTIONS(4358), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(2164), 49, + ACTIONS(1754), 49, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -191224,35 +191949,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [2214] = 13, + [1788] = 14, ACTIONS(487), 1, sym_comment, - ACTIONS(4330), 1, - anon_sym_LPAREN, + ACTIONS(1652), 1, + anon_sym_LT2, ACTIONS(4338), 1, - anon_sym_LBRACK, + anon_sym_LPAREN, ACTIONS(4346), 1, + anon_sym_LBRACK, + ACTIONS(4354), 1, anon_sym_QMARK, - ACTIONS(4348), 1, + ACTIONS(4356), 1, anon_sym_BANG, - STATE(1715), 1, + STATE(1731), 1, sym_argument_list, - STATE(1716), 1, + STATE(1760), 1, sym_or_block, - STATE(4166), 1, + STATE(4245), 1, sym_type_parameters, - ACTIONS(4324), 2, + ACTIONS(4332), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4350), 2, + ACTIONS(4358), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4332), 4, + ACTIONS(4340), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4334), 8, + ACTIONS(4342), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -191261,7 +191988,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2076), 37, + ACTIONS(1958), 37, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -191299,36 +192026,189 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [2302] = 11, + [1879] = 14, ACTIONS(487), 1, sym_comment, - ACTIONS(4330), 1, - anon_sym_LPAREN, + ACTIONS(1652), 1, + anon_sym_LT2, ACTIONS(4338), 1, + anon_sym_LPAREN, + ACTIONS(4346), 1, anon_sym_LBRACK, + ACTIONS(4354), 1, + anon_sym_QMARK, + ACTIONS(4356), 1, + anon_sym_BANG, + STATE(1731), 1, + sym_argument_list, + STATE(1760), 1, + sym_or_block, + STATE(4245), 1, + sym_type_parameters, + ACTIONS(4332), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4358), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(4340), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4342), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1964), 37, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LT_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [1970] = 25, + ACTIONS(487), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4334), 1, + anon_sym_as, + ACTIONS(4338), 1, + anon_sym_LPAREN, ACTIONS(4346), 1, + anon_sym_LBRACK, + ACTIONS(4350), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4352), 1, + anon_sym_DASH_DASH, + ACTIONS(4354), 1, anon_sym_QMARK, - ACTIONS(4348), 1, + ACTIONS(4356), 1, anon_sym_BANG, - STATE(1715), 1, + ACTIONS(4364), 1, + anon_sym_AMP_AMP, + ACTIONS(4366), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4368), 1, + anon_sym_or, + ACTIONS(4370), 1, + anon_sym_is, + ACTIONS(4372), 1, + anon_sym_BANGis, + ACTIONS(4374), 1, + anon_sym_in, + ACTIONS(4376), 1, + anon_sym_BANGin, + STATE(1731), 1, sym_argument_list, - STATE(1716), 1, + STATE(1760), 1, sym_or_block, - STATE(4166), 1, + STATE(4245), 1, sym_type_parameters, - ACTIONS(4324), 2, + ACTIONS(4332), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4350), 2, + ACTIONS(4358), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(2076), 49, + ACTIONS(4340), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4344), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4342), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1730), 21, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_LT_DASH, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [2083] = 5, + ACTIONS(487), 1, + sym_comment, + ACTIONS(2262), 1, + anon_sym_LBRACK, + ACTIONS(4378), 1, + anon_sym_else, + STATE(1712), 1, + sym_else_branch, + ACTIONS(2264), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -191342,9 +192222,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, anon_sym_LT_DASH, @@ -191355,6 +192239,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -191372,12 +192258,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [2386] = 3, + [2155] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2698), 1, + ACTIONS(2588), 1, anon_sym_LBRACK, - ACTIONS(2700), 58, + ACTIONS(2590), 59, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -191399,6 +192285,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -191436,69 +192323,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [2453] = 26, + [2223] = 27, ACTIONS(487), 1, sym_comment, - ACTIONS(4372), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4382), 1, anon_sym_as, - ACTIONS(4374), 1, + ACTIONS(4384), 1, anon_sym_LPAREN, - ACTIONS(4382), 1, + ACTIONS(4392), 1, anon_sym_LBRACK, - ACTIONS(4384), 1, + ACTIONS(4394), 1, anon_sym_PLUS_PLUS, - ACTIONS(4386), 1, + ACTIONS(4396), 1, anon_sym_DASH_DASH, - ACTIONS(4388), 1, + ACTIONS(4398), 1, anon_sym_QMARK, - ACTIONS(4390), 1, + ACTIONS(4400), 1, anon_sym_BANG, - ACTIONS(4394), 1, + ACTIONS(4404), 1, anon_sym_AMP_AMP, - ACTIONS(4396), 1, + ACTIONS(4406), 1, anon_sym_PIPE_PIPE, - ACTIONS(4398), 1, + ACTIONS(4408), 1, anon_sym_or, - ACTIONS(4400), 1, + ACTIONS(4410), 1, anon_sym_is, - ACTIONS(4402), 1, + ACTIONS(4412), 1, anon_sym_BANGis, - ACTIONS(4404), 1, + ACTIONS(4414), 1, anon_sym_in, - ACTIONS(4406), 1, + ACTIONS(4416), 1, anon_sym_BANGin, - STATE(1854), 1, + STATE(1891), 1, sym_or_block, - STATE(1861), 1, + STATE(1892), 1, sym_argument_list, - STATE(3569), 1, + STATE(3592), 1, aux_sym_strictly_expression_list_repeat1, - STATE(4399), 1, + STATE(4330), 1, sym_type_parameters, - ACTIONS(4370), 2, + ACTIONS(4380), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4392), 2, + ACTIONS(4402), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(1684), 4, + ACTIONS(1634), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - ACTIONS(4376), 4, + ACTIONS(4386), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4380), 6, + ACTIONS(4390), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4378), 8, + ACTIONS(4388), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -191507,7 +192396,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(1690), 15, + ACTIONS(1640), 15, anon_sym_COMMA, anon_sym_EQ, anon_sym_STAR_EQ, @@ -191523,12 +192412,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [2566] = 3, + [2339] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2728), 1, + ACTIONS(2416), 1, anon_sym_LBRACK, - ACTIONS(2730), 58, + ACTIONS(2418), 59, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -191550,6 +192439,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -191587,16 +192477,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [2633] = 5, + [2407] = 5, ACTIONS(487), 1, sym_comment, - ACTIONS(2404), 1, + ACTIONS(2256), 1, anon_sym_LBRACK, - ACTIONS(4408), 1, + ACTIONS(4378), 1, anon_sym_else, - STATE(1724), 1, + STATE(1711), 1, sym_else_branch, - ACTIONS(2406), 56, + ACTIONS(2258), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -191618,6 +192508,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -191653,19 +192544,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [2704] = 5, + [2479] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2398), 1, + ACTIONS(2817), 1, anon_sym_LBRACK, - ACTIONS(4408), 1, - anon_sym_else, - STATE(1729), 1, - sym_else_branch, - ACTIONS(2400), 56, + ACTIONS(2819), 58, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -191684,6 +192572,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -191719,16 +192608,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [2775] = 3, + [2546] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(2913), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(2915), 57, + STATE(1721), 1, + sym_type_parameters, + ACTIONS(2628), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -191747,6 +192637,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_DASH, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [2615] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(2410), 1, + anon_sym_LBRACK, + ACTIONS(4418), 1, + anon_sym_DOLLARelse, + ACTIONS(2412), 57, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -191782,12 +192738,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [2841] = 3, + [2684] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3095), 1, + ACTIONS(3009), 1, anon_sym_LBRACK, - ACTIONS(3097), 57, + ACTIONS(3011), 58, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -191810,6 +192766,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -191845,12 +192802,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [2907] = 3, + [2751] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3107), 1, + ACTIONS(3121), 1, anon_sym_LBRACK, - ACTIONS(3109), 57, + ACTIONS(3123), 58, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -191873,6 +192830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -191908,56 +192866,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [2973] = 3, + [2818] = 25, ACTIONS(487), 1, sym_comment, - ACTIONS(3111), 1, - anon_sym_LBRACK, - ACTIONS(3113), 57, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4382), 1, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(4384), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(4392), 1, + anon_sym_LBRACK, + ACTIONS(4394), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4396), 1, + anon_sym_DASH_DASH, + ACTIONS(4398), 1, + anon_sym_QMARK, + ACTIONS(4400), 1, + anon_sym_BANG, + ACTIONS(4404), 1, + anon_sym_AMP_AMP, + ACTIONS(4406), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4408), 1, + anon_sym_or, + ACTIONS(4414), 1, + anon_sym_in, + ACTIONS(4416), 1, + anon_sym_BANGin, + ACTIONS(4420), 1, + anon_sym_is, + ACTIONS(4422), 1, + anon_sym_BANGis, + STATE(1891), 1, + sym_or_block, + STATE(1892), 1, + sym_argument_list, + STATE(4330), 1, + sym_type_parameters, + ACTIONS(4380), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4402), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(4386), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(4390), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, + ACTIONS(4388), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, + ACTIONS(1942), 19, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -191971,16 +192952,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [3039] = 3, + [2929] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(3119), 1, + ACTIONS(2420), 1, + anon_sym_LBRACE, + ACTIONS(2861), 1, anon_sym_LBRACK, - ACTIONS(3121), 57, + ACTIONS(2863), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -191999,6 +192981,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -192034,12 +193017,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [3105] = 3, + [2998] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3127), 1, + ACTIONS(3125), 1, anon_sym_LBRACK, - ACTIONS(3129), 57, + ACTIONS(3127), 58, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -192062,6 +193045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -192097,36 +193081,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [3171] = 11, + [3065] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(4374), 1, - anon_sym_LPAREN, - ACTIONS(4382), 1, + ACTIONS(3013), 1, anon_sym_LBRACK, - ACTIONS(4388), 1, - anon_sym_QMARK, - ACTIONS(4390), 1, - anon_sym_BANG, - STATE(1854), 1, - sym_or_block, - STATE(1861), 1, - sym_argument_list, - STATE(4399), 1, - sym_type_parameters, - ACTIONS(4370), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4392), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(2076), 47, + ACTIONS(3015), 58, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -192140,10 +193109,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -192151,6 +193126,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -192168,12 +193145,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [3253] = 3, + [3132] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2901), 1, + ACTIONS(3141), 1, anon_sym_LBRACK, - ACTIONS(2903), 57, + ACTIONS(3143), 58, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -192196,6 +193173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -192231,77 +193209,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [3319] = 24, + [3199] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(4372), 1, - anon_sym_as, - ACTIONS(4374), 1, - anon_sym_LPAREN, - ACTIONS(4382), 1, + ACTIONS(3001), 1, anon_sym_LBRACK, - ACTIONS(4384), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4386), 1, - anon_sym_DASH_DASH, - ACTIONS(4388), 1, - anon_sym_QMARK, - ACTIONS(4390), 1, - anon_sym_BANG, - ACTIONS(4394), 1, - anon_sym_AMP_AMP, - ACTIONS(4396), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4398), 1, - anon_sym_or, - ACTIONS(4404), 1, - anon_sym_in, - ACTIONS(4406), 1, - anon_sym_BANGin, - ACTIONS(4410), 1, - anon_sym_is, - ACTIONS(4412), 1, - anon_sym_BANGis, - STATE(1854), 1, - sym_or_block, - STATE(1861), 1, - sym_argument_list, - STATE(4399), 1, - sym_type_parameters, - ACTIONS(4370), 2, + ACTIONS(3003), 58, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4392), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4376), 4, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4380), 6, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4378), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_LT2, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2124), 19, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -192315,12 +193273,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [3427] = 3, + [3266] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2702), 1, + ACTIONS(3105), 1, anon_sym_LBRACK, - ACTIONS(2704), 57, + ACTIONS(3107), 58, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -192343,6 +193301,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -192378,14 +193337,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [3493] = 4, + [3333] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(2738), 1, + ACTIONS(2472), 1, + anon_sym_LT2, + ACTIONS(2475), 1, anon_sym_LBRACK, - ACTIONS(4414), 1, - anon_sym_DOLLARelse, - ACTIONS(2740), 56, + ACTIONS(2478), 1, + anon_sym_COLON, + ACTIONS(3179), 1, + anon_sym_LBRACE, + ACTIONS(2470), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -192407,7 +193370,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -192442,12 +193404,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [3561] = 3, + [3406] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2917), 1, + ACTIONS(3021), 1, anon_sym_LBRACK, - ACTIONS(2919), 57, + ACTIONS(3023), 58, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -192470,6 +193432,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -192505,12 +193468,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [3627] = 3, + [3473] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2933), 1, + ACTIONS(3153), 1, anon_sym_LBRACK, - ACTIONS(2935), 57, + ACTIONS(3155), 58, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -192533,6 +193496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -192568,30 +193532,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [3693] = 12, + [3540] = 14, ACTIONS(487), 1, sym_comment, - ACTIONS(4374), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4384), 1, anon_sym_LPAREN, - ACTIONS(4382), 1, + ACTIONS(4392), 1, anon_sym_LBRACK, - ACTIONS(4388), 1, + ACTIONS(4398), 1, anon_sym_QMARK, - ACTIONS(4390), 1, + ACTIONS(4400), 1, anon_sym_BANG, - STATE(1854), 1, + STATE(1891), 1, sym_or_block, - STATE(1861), 1, + STATE(1892), 1, sym_argument_list, - STATE(4399), 1, + STATE(4330), 1, sym_type_parameters, - ACTIONS(4370), 2, + ACTIONS(4380), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4392), 2, + ACTIONS(4402), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4378), 8, + ACTIONS(4386), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4388), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -192600,7 +193571,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2076), 39, + ACTIONS(1964), 35, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -192608,9 +193579,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, @@ -192619,7 +193587,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -192640,76 +193607,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [3777] = 4, + [3629] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2777), 1, + ACTIONS(3041), 1, anon_sym_LBRACK, - ACTIONS(3029), 1, - anon_sym_LBRACE, - ACTIONS(2772), 56, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [3845] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(2937), 1, - anon_sym_LBRACK, - ACTIONS(2939), 57, + ACTIONS(3043), 58, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -192732,6 +193635,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -192767,35 +193671,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [3911] = 13, + [3696] = 14, ACTIONS(487), 1, sym_comment, - ACTIONS(4374), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4384), 1, anon_sym_LPAREN, - ACTIONS(4382), 1, + ACTIONS(4392), 1, anon_sym_LBRACK, - ACTIONS(4388), 1, + ACTIONS(4398), 1, anon_sym_QMARK, - ACTIONS(4390), 1, + ACTIONS(4400), 1, anon_sym_BANG, - STATE(1854), 1, + STATE(1891), 1, sym_or_block, - STATE(1861), 1, + STATE(1892), 1, sym_argument_list, - STATE(4399), 1, + STATE(4330), 1, sym_type_parameters, - ACTIONS(4370), 2, + ACTIONS(4380), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4392), 2, + ACTIONS(4402), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4376), 4, + ACTIONS(4386), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4378), 8, + ACTIONS(4388), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -192804,7 +193710,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2076), 35, + ACTIONS(1958), 35, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -192840,69 +193746,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [3997] = 16, + [3785] = 5, ACTIONS(487), 1, sym_comment, - ACTIONS(4374), 1, - anon_sym_LPAREN, - ACTIONS(4382), 1, + ACTIONS(2472), 1, + anon_sym_LT2, + ACTIONS(2475), 1, anon_sym_LBRACK, - ACTIONS(4388), 1, - anon_sym_QMARK, - ACTIONS(4390), 1, - anon_sym_BANG, - ACTIONS(4404), 1, - anon_sym_in, - ACTIONS(4406), 1, - anon_sym_BANGin, - STATE(1854), 1, - sym_or_block, - STATE(1861), 1, - sym_argument_list, - STATE(4399), 1, - sym_type_parameters, - ACTIONS(4370), 2, + ACTIONS(3179), 1, + anon_sym_LBRACE, + ACTIONS(2470), 56, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4392), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4376), 4, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4380), 6, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4378), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2076), 27, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -192916,48 +193812,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [4089] = 17, + [3856] = 18, ACTIONS(487), 1, sym_comment, - ACTIONS(4374), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4384), 1, anon_sym_LPAREN, - ACTIONS(4382), 1, + ACTIONS(4392), 1, anon_sym_LBRACK, - ACTIONS(4388), 1, + ACTIONS(4398), 1, anon_sym_QMARK, - ACTIONS(4390), 1, + ACTIONS(4400), 1, anon_sym_BANG, - ACTIONS(4394), 1, - anon_sym_AMP_AMP, ACTIONS(4404), 1, + anon_sym_AMP_AMP, + ACTIONS(4414), 1, anon_sym_in, - ACTIONS(4406), 1, + ACTIONS(4416), 1, anon_sym_BANGin, - STATE(1854), 1, + STATE(1891), 1, sym_or_block, - STATE(1861), 1, + STATE(1892), 1, sym_argument_list, - STATE(4399), 1, + STATE(4330), 1, sym_type_parameters, - ACTIONS(4370), 2, + ACTIONS(4380), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4392), 2, + ACTIONS(4402), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4376), 4, + ACTIONS(4386), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4380), 6, + ACTIONS(4390), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4378), 8, + ACTIONS(4388), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -192966,7 +193864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2076), 26, + ACTIONS(1782), 26, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -192993,62 +193891,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [4183] = 13, + [3953] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(4374), 1, - anon_sym_LPAREN, - ACTIONS(4382), 1, + ACTIONS(3025), 1, anon_sym_LBRACK, - ACTIONS(4388), 1, - anon_sym_QMARK, - ACTIONS(4390), 1, - anon_sym_BANG, - STATE(1854), 1, - sym_or_block, - STATE(1861), 1, - sym_argument_list, - STATE(4399), 1, - sym_type_parameters, - ACTIONS(4370), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4392), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4376), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4378), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2108), 35, + ACTIONS(3027), 58, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_DASH, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -193066,35 +193955,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [4269] = 13, + [4020] = 13, ACTIONS(487), 1, sym_comment, - ACTIONS(4374), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4384), 1, anon_sym_LPAREN, - ACTIONS(4382), 1, + ACTIONS(4392), 1, anon_sym_LBRACK, - ACTIONS(4388), 1, + ACTIONS(4398), 1, anon_sym_QMARK, - ACTIONS(4390), 1, + ACTIONS(4400), 1, anon_sym_BANG, - STATE(1854), 1, + STATE(1891), 1, sym_or_block, - STATE(1861), 1, + STATE(1892), 1, sym_argument_list, - STATE(4399), 1, + STATE(4330), 1, sym_type_parameters, - ACTIONS(4370), 2, + ACTIONS(4380), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4392), 2, + ACTIONS(4402), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4376), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4378), 8, + ACTIONS(4388), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -193103,7 +193989,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2112), 35, + ACTIONS(1782), 39, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -193111,6 +193997,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, @@ -193119,6 +194008,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -193139,12 +194029,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [4355] = 3, + [4107] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2991), 1, + ACTIONS(3029), 1, anon_sym_LBRACK, - ACTIONS(2993), 57, + ACTIONS(3031), 58, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -193167,6 +194057,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -193202,12 +194093,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [4421] = 3, + [4174] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3007), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(3009), 57, + ACTIONS(2628), 58, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -193230,6 +194121,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -193265,16 +194157,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [4487] = 3, + [4241] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1678), 1, + anon_sym_SEMI, + ACTIONS(1684), 1, + anon_sym_EQ, + ACTIONS(4426), 1, + anon_sym_as, + ACTIONS(4428), 1, + anon_sym_LBRACE, + ACTIONS(4430), 1, + anon_sym_COMMA, + ACTIONS(4432), 1, + anon_sym_LPAREN, + ACTIONS(4442), 1, + anon_sym_LBRACK, + ACTIONS(4444), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4446), 1, + anon_sym_DASH_DASH, + ACTIONS(4448), 1, + anon_sym_QMARK, + ACTIONS(4450), 1, + anon_sym_BANG, + ACTIONS(4452), 1, + anon_sym_LBRACK2, + ACTIONS(4454), 1, + anon_sym_AMP_AMP, + ACTIONS(4456), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4458), 1, + anon_sym_or, + ACTIONS(4460), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4462), 1, + anon_sym_is, + ACTIONS(4464), 1, + anon_sym_BANGis, + ACTIONS(4466), 1, + anon_sym_in, + ACTIONS(4468), 1, + anon_sym_BANGin, + STATE(1582), 1, + sym_block, + STATE(2056), 1, + sym_argument_list, + STATE(2131), 1, + sym_or_block, + STATE(3356), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4376), 1, + sym_type_parameters, + ACTIONS(4424), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4438), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4434), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4440), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4436), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(3229), 13, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [4368] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(3079), 1, + ACTIONS(2416), 1, anon_sym_LBRACK, - ACTIONS(3081), 57, + ACTIONS(2420), 1, + anon_sym_LBRACE, + ACTIONS(2418), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -193293,6 +194280,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -193328,21 +194316,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [4553] = 3, + [4437] = 12, ACTIONS(487), 1, sym_comment, - ACTIONS(2838), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4384), 1, + anon_sym_LPAREN, + ACTIONS(4392), 1, anon_sym_LBRACK, - ACTIONS(2840), 57, + ACTIONS(4398), 1, + anon_sym_QMARK, + ACTIONS(4400), 1, + anon_sym_BANG, + STATE(1891), 1, + sym_or_block, + STATE(1892), 1, + sym_argument_list, + STATE(4330), 1, + sym_type_parameters, + ACTIONS(4380), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4402), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(1782), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -193356,15 +194361,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -193372,8 +194372,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -193391,12 +194389,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [4619] = 3, + [4522] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2842), 1, + ACTIONS(2849), 1, anon_sym_LBRACK, - ACTIONS(2844), 57, + ACTIONS(2851), 58, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -193419,6 +194417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -193454,79 +194453,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [4685] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4418), 24, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_json_DOTdecode, - anon_sym_LBRACK2, - anon_sym_TILDE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - sym_float_literal, - sym_rune_literal, - anon_sym_map_LBRACK, - anon_sym_POUND, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - ACTIONS(4416), 34, - anon_sym_DOT, - anon_sym_fn, - anon_sym_struct, - anon_sym_mut, - anon_sym_go, - anon_sym_spawn, - sym_none, - sym_true, - sym_false, - sym_nil, - anon_sym_if, - anon_sym_DOLLARif, - anon_sym_match, - anon_sym_select, - anon_sym_lock, - anon_sym_rlock, - anon_sym_unsafe, - anon_sym_sql, - sym_int_literal, - anon_sym_AT, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - anon_sym_assert, - anon_sym_defer, - anon_sym_goto, - anon_sym_break, - anon_sym_continue, - anon_sym_return, - anon_sym_DOLLARfor, - anon_sym_for, - anon_sym_asm, - [4751] = 3, + [4589] = 5, ACTIONS(487), 1, sym_comment, - ACTIONS(2782), 1, + ACTIONS(2472), 1, + anon_sym_LT2, + ACTIONS(2475), 1, anon_sym_LBRACK, - ACTIONS(2784), 57, + ACTIONS(3179), 1, + anon_sym_LBRACE, + ACTIONS(2470), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -193580,21 +194519,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [4817] = 3, + [4660] = 12, ACTIONS(487), 1, sym_comment, - ACTIONS(2854), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4384), 1, + anon_sym_LPAREN, + ACTIONS(4392), 1, anon_sym_LBRACK, - ACTIONS(2856), 57, + ACTIONS(4398), 1, + anon_sym_QMARK, + ACTIONS(4400), 1, + anon_sym_BANG, + STATE(1891), 1, + sym_or_block, + STATE(1892), 1, + sym_argument_list, + STATE(4330), 1, + sym_type_parameters, + ACTIONS(4380), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4402), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(1754), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -193608,15 +194564,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -193624,8 +194575,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -193643,56 +194592,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [4883] = 3, + [4745] = 17, ACTIONS(487), 1, sym_comment, - ACTIONS(2925), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4384), 1, + anon_sym_LPAREN, + ACTIONS(4392), 1, anon_sym_LBRACK, - ACTIONS(2927), 57, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + ACTIONS(4398), 1, + anon_sym_QMARK, + ACTIONS(4400), 1, + anon_sym_BANG, + ACTIONS(4414), 1, + anon_sym_in, + ACTIONS(4416), 1, + anon_sym_BANGin, + STATE(1891), 1, + sym_or_block, + STATE(1892), 1, + sym_argument_list, + STATE(4330), 1, + sym_type_parameters, + ACTIONS(4380), 2, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_EQ, + anon_sym_QMARK_DOT, + ACTIONS(4402), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(4386), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(4390), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, + ACTIONS(4388), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(1782), 27, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -193706,76 +194670,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [4949] = 32, - ACTIONS(3), 1, + [4840] = 25, + ACTIONS(487), 1, sym_comment, - ACTIONS(1764), 1, - anon_sym_SEMI, - ACTIONS(1770), 1, - anon_sym_EQ, - ACTIONS(4422), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4382), 1, anon_sym_as, - ACTIONS(4424), 1, - anon_sym_LBRACE, - ACTIONS(4426), 1, - anon_sym_COMMA, - ACTIONS(4428), 1, + ACTIONS(4384), 1, anon_sym_LPAREN, - ACTIONS(4438), 1, + ACTIONS(4392), 1, anon_sym_LBRACK, - ACTIONS(4440), 1, + ACTIONS(4394), 1, anon_sym_PLUS_PLUS, - ACTIONS(4442), 1, + ACTIONS(4396), 1, anon_sym_DASH_DASH, - ACTIONS(4444), 1, + ACTIONS(4398), 1, anon_sym_QMARK, - ACTIONS(4446), 1, + ACTIONS(4400), 1, anon_sym_BANG, - ACTIONS(4448), 1, - anon_sym_LBRACK2, - ACTIONS(4450), 1, + ACTIONS(4404), 1, anon_sym_AMP_AMP, - ACTIONS(4452), 1, + ACTIONS(4406), 1, anon_sym_PIPE_PIPE, - ACTIONS(4454), 1, + ACTIONS(4408), 1, anon_sym_or, - ACTIONS(4456), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4458), 1, + ACTIONS(4410), 1, anon_sym_is, - ACTIONS(4460), 1, + ACTIONS(4412), 1, anon_sym_BANGis, - ACTIONS(4462), 1, + ACTIONS(4414), 1, anon_sym_in, - ACTIONS(4464), 1, + ACTIONS(4416), 1, anon_sym_BANGin, - STATE(1529), 1, - sym_block, - STATE(1934), 1, + STATE(1891), 1, sym_or_block, - STATE(1935), 1, + STATE(1892), 1, sym_argument_list, - STATE(3349), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4313), 1, + STATE(4330), 1, sym_type_parameters, - ACTIONS(4420), 2, + ACTIONS(4380), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4434), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4430), 4, + ACTIONS(4402), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(4386), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4436), 4, + ACTIONS(4390), 6, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4432), 8, + ACTIONS(4388), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -193784,7 +194736,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3227), 13, + ACTIONS(1724), 19, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -193798,12 +194756,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [5073] = 3, + [4951] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2957), 1, + ACTIONS(2885), 1, anon_sym_LBRACK, - ACTIONS(2959), 57, + ACTIONS(2887), 58, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -193826,6 +194784,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -193861,57 +194820,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [5139] = 4, + [5018] = 25, ACTIONS(487), 1, sym_comment, - ACTIONS(2698), 1, - anon_sym_LBRACK, - ACTIONS(2766), 1, - anon_sym_LBRACE, - ACTIONS(2700), 56, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4382), 1, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(4384), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(4392), 1, + anon_sym_LBRACK, + ACTIONS(4394), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4396), 1, + anon_sym_DASH_DASH, + ACTIONS(4398), 1, + anon_sym_QMARK, + ACTIONS(4400), 1, + anon_sym_BANG, + ACTIONS(4404), 1, + anon_sym_AMP_AMP, + ACTIONS(4406), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4408), 1, + anon_sym_or, + ACTIONS(4410), 1, + anon_sym_is, + ACTIONS(4412), 1, + anon_sym_BANGis, + ACTIONS(4414), 1, + anon_sym_in, + ACTIONS(4416), 1, + anon_sym_BANGin, + STATE(1891), 1, + sym_or_block, + STATE(1892), 1, + sym_argument_list, + STATE(4330), 1, + sym_type_parameters, + ACTIONS(4380), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4402), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(4386), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(4390), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, + ACTIONS(4388), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, + ACTIONS(1730), 19, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -193925,12 +194906,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [5207] = 3, + [5129] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2987), 1, + ACTIONS(2929), 1, anon_sym_LBRACK, - ACTIONS(2989), 57, + ACTIONS(2931), 58, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -193953,6 +194934,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -193988,17 +194970,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [5273] = 4, + [5196] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2702), 1, + ACTIONS(2949), 1, anon_sym_LBRACK, - STATE(1744), 1, - sym_type_parameters, - ACTIONS(2704), 56, + ACTIONS(2951), 58, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -194017,6 +194998,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -194052,17 +195034,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [5341] = 4, + [5263] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2777), 1, + ACTIONS(2953), 1, anon_sym_LBRACK, - ACTIONS(3029), 1, - anon_sym_LBRACE, - ACTIONS(2772), 56, + ACTIONS(2955), 58, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -194081,6 +195062,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -194116,17 +195098,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [5409] = 4, + [5330] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2766), 1, - anon_sym_LBRACE, - ACTIONS(2965), 1, + ACTIONS(3033), 1, anon_sym_LBRACK, - ACTIONS(2967), 56, + ACTIONS(3035), 58, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -194145,6 +195126,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -194180,17 +195162,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [5477] = 4, + [5397] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(2957), 1, anon_sym_LBRACK, - ACTIONS(4466), 1, - anon_sym_DOLLARelse, - ACTIONS(2734), 56, + ACTIONS(2959), 58, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -194209,6 +195190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -194244,122 +195226,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [5545] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1764), 1, - anon_sym_SEMI, - ACTIONS(1770), 1, - anon_sym_EQ, - ACTIONS(4422), 1, - anon_sym_as, - ACTIONS(4426), 1, - anon_sym_COMMA, - ACTIONS(4428), 1, - anon_sym_LPAREN, - ACTIONS(4438), 1, - anon_sym_LBRACK, - ACTIONS(4440), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4442), 1, - anon_sym_DASH_DASH, - ACTIONS(4444), 1, - anon_sym_QMARK, - ACTIONS(4446), 1, - anon_sym_BANG, - ACTIONS(4448), 1, - anon_sym_LBRACK2, - ACTIONS(4450), 1, - anon_sym_AMP_AMP, - ACTIONS(4452), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4454), 1, - anon_sym_or, - ACTIONS(4456), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4458), 1, - anon_sym_is, - ACTIONS(4460), 1, - anon_sym_BANGis, - ACTIONS(4462), 1, - anon_sym_in, - ACTIONS(4464), 1, - anon_sym_BANGin, - ACTIONS(4468), 1, - anon_sym_LBRACE, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, - sym_argument_list, - STATE(3349), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(3751), 1, - sym_block, - STATE(4313), 1, - sym_type_parameters, - ACTIONS(4420), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4434), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4430), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4436), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4432), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(3227), 13, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [5669] = 11, + [5464] = 12, ACTIONS(487), 1, sym_comment, - ACTIONS(4374), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4384), 1, anon_sym_LPAREN, - ACTIONS(4382), 1, + ACTIONS(4392), 1, anon_sym_LBRACK, - ACTIONS(4388), 1, + ACTIONS(4398), 1, anon_sym_QMARK, - ACTIONS(4390), 1, + ACTIONS(4400), 1, anon_sym_BANG, - STATE(1854), 1, + STATE(1891), 1, sym_or_block, - STATE(1861), 1, + STATE(1892), 1, sym_argument_list, - STATE(4399), 1, + STATE(4330), 1, sym_type_parameters, - ACTIONS(4370), 2, + ACTIONS(4380), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4392), 2, + ACTIONS(4402), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(2164), 47, + ACTIONS(1788), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -194407,146 +195299,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [5751] = 24, + [5549] = 14, ACTIONS(487), 1, sym_comment, - ACTIONS(4372), 1, - anon_sym_as, - ACTIONS(4374), 1, - anon_sym_LPAREN, - ACTIONS(4382), 1, - anon_sym_LBRACK, + ACTIONS(1652), 1, + anon_sym_LT2, ACTIONS(4384), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4386), 1, - anon_sym_DASH_DASH, - ACTIONS(4388), 1, - anon_sym_QMARK, - ACTIONS(4390), 1, - anon_sym_BANG, - ACTIONS(4394), 1, - anon_sym_AMP_AMP, - ACTIONS(4396), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4398), 1, - anon_sym_or, - ACTIONS(4400), 1, - anon_sym_is, - ACTIONS(4402), 1, - anon_sym_BANGis, - ACTIONS(4404), 1, - anon_sym_in, - ACTIONS(4406), 1, - anon_sym_BANGin, - STATE(1854), 1, - sym_or_block, - STATE(1861), 1, - sym_argument_list, - STATE(4399), 1, - sym_type_parameters, - ACTIONS(4370), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4392), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4376), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4380), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4378), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2210), 19, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [5859] = 24, - ACTIONS(487), 1, - sym_comment, - ACTIONS(4372), 1, - anon_sym_as, - ACTIONS(4374), 1, anon_sym_LPAREN, - ACTIONS(4382), 1, + ACTIONS(4392), 1, anon_sym_LBRACK, - ACTIONS(4384), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4386), 1, - anon_sym_DASH_DASH, - ACTIONS(4388), 1, - anon_sym_QMARK, - ACTIONS(4390), 1, - anon_sym_BANG, - ACTIONS(4394), 1, - anon_sym_AMP_AMP, - ACTIONS(4396), 1, - anon_sym_PIPE_PIPE, ACTIONS(4398), 1, - anon_sym_or, + anon_sym_QMARK, ACTIONS(4400), 1, - anon_sym_is, - ACTIONS(4402), 1, - anon_sym_BANGis, - ACTIONS(4404), 1, - anon_sym_in, - ACTIONS(4406), 1, - anon_sym_BANGin, - STATE(1854), 1, + anon_sym_BANG, + STATE(1891), 1, sym_or_block, - STATE(1861), 1, + STATE(1892), 1, sym_argument_list, - STATE(4399), 1, + STATE(4330), 1, sym_type_parameters, - ACTIONS(4370), 2, + ACTIONS(4380), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4392), 2, + ACTIONS(4402), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4376), 4, + ACTIONS(4386), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4380), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4378), 8, + ACTIONS(4388), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -194555,50 +195338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2220), 19, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [5967] = 11, - ACTIONS(487), 1, - sym_comment, - ACTIONS(4374), 1, - anon_sym_LPAREN, - ACTIONS(4382), 1, - anon_sym_LBRACK, - ACTIONS(4388), 1, - anon_sym_QMARK, - ACTIONS(4390), 1, - anon_sym_BANG, - STATE(1854), 1, - sym_or_block, - STATE(1861), 1, - sym_argument_list, - STATE(4399), 1, - sym_type_parameters, - ACTIONS(4370), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4392), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(2230), 47, + ACTIONS(1782), 35, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -194606,12 +195346,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, @@ -194620,12 +195354,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -194646,16 +195374,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6049] = 5, + [5638] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(2777), 1, + ACTIONS(2454), 1, anon_sym_LBRACK, - ACTIONS(2780), 1, - anon_sym_COLON, - ACTIONS(3029), 1, - anon_sym_LBRACE, - ACTIONS(2772), 55, + ACTIONS(4470), 1, + anon_sym_DOLLARelse, + ACTIONS(2456), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -194677,6 +195403,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -194711,55 +195439,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6119] = 3, - ACTIONS(487), 1, + [5707] = 33, + ACTIONS(3), 1, sym_comment, - ACTIONS(2850), 1, - anon_sym_LBRACK, - ACTIONS(2852), 56, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1678), 1, + anon_sym_SEMI, + ACTIONS(1684), 1, + anon_sym_EQ, + ACTIONS(4426), 1, anon_sym_as, + ACTIONS(4430), 1, anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(4432), 1, anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_COLON, + ACTIONS(4442), 1, + anon_sym_LBRACK, + ACTIONS(4444), 1, anon_sym_PLUS_PLUS, + ACTIONS(4446), 1, anon_sym_DASH_DASH, + ACTIONS(4448), 1, anon_sym_QMARK, + ACTIONS(4450), 1, anon_sym_BANG, + ACTIONS(4452), 1, anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, + ACTIONS(4454), 1, anon_sym_AMP_AMP, + ACTIONS(4456), 1, anon_sym_PIPE_PIPE, + ACTIONS(4458), 1, anon_sym_or, - anon_sym_QMARK_DOT, + ACTIONS(4460), 1, anon_sym_POUND_LBRACK, + ACTIONS(4462), 1, anon_sym_is, + ACTIONS(4464), 1, anon_sym_BANGis, + ACTIONS(4466), 1, anon_sym_in, + ACTIONS(4468), 1, anon_sym_BANGin, + ACTIONS(4472), 1, + anon_sym_LBRACE, + STATE(2056), 1, + sym_argument_list, + STATE(2131), 1, + sym_or_block, + STATE(3356), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(3791), 1, + sym_block, + STATE(4376), 1, + sym_type_parameters, + ACTIONS(4424), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4438), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4434), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4440), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4436), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(3229), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -194773,12 +195533,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6184] = 3, + [5834] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2810), 1, + ACTIONS(2869), 1, anon_sym_LBRACK, - ACTIONS(2812), 56, + ACTIONS(2871), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -194800,6 +195560,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -194835,12 +195596,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6249] = 3, + [5900] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3123), 1, + ACTIONS(2945), 1, anon_sym_LBRACK, - ACTIONS(3125), 56, + ACTIONS(2947), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -194862,6 +195623,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -194897,12 +195659,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6314] = 3, + [5966] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2822), 1, + ACTIONS(3053), 1, anon_sym_LBRACK, - ACTIONS(2824), 56, + ACTIONS(3055), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -194924,6 +195686,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -194959,12 +195722,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6379] = 3, + [6032] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(3065), 1, anon_sym_LBRACK, - ACTIONS(3177), 56, + ACTIONS(3067), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -194986,6 +195749,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -195021,12 +195785,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6444] = 3, + [6098] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2818), 1, + ACTIONS(3073), 1, anon_sym_LBRACK, - ACTIONS(2820), 56, + ACTIONS(3075), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -195048,6 +195812,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -195083,12 +195848,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6509] = 3, + [6164] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2794), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(2796), 56, + ACTIONS(3079), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -195110,6 +195875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -195145,12 +195911,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6574] = 3, + [6230] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3031), 1, + ACTIONS(2630), 1, anon_sym_LBRACK, - ACTIONS(3033), 56, + ACTIONS(2632), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -195172,6 +195938,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -195207,12 +195974,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6639] = 3, + [6296] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2806), 1, + ACTIONS(3129), 1, anon_sym_LBRACK, - ACTIONS(2808), 56, + ACTIONS(3131), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -195234,6 +196001,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -195269,12 +196037,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6704] = 3, + [6362] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2858), 1, + ACTIONS(3133), 1, anon_sym_LBRACK, - ACTIONS(2860), 56, + ACTIONS(3135), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -195296,6 +196064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -195331,12 +196100,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6769] = 3, + [6428] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4476), 24, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_json_DOTdecode, + anon_sym_LBRACK2, + anon_sym_TILDE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_DASH, + sym_float_literal, + sym_rune_literal, + anon_sym_map_LBRACK, + anon_sym_POUND, + sym___double_quote, + sym___single_quote, + sym___c_double_quote, + sym___c_single_quote, + sym___r_double_quote, + sym___r_single_quote, + ACTIONS(4474), 34, + anon_sym_DOT, + anon_sym_fn, + anon_sym_struct, + anon_sym_mut, + anon_sym_go, + anon_sym_spawn, + sym_none, + sym_true, + sym_false, + sym_nil, + anon_sym_if, + anon_sym_DOLLARif, + anon_sym_match, + anon_sym_select, + anon_sym_lock, + anon_sym_rlock, + anon_sym_unsafe, + anon_sym_sql, + sym_int_literal, + anon_sym_AT, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + anon_sym_assert, + anon_sym_defer, + anon_sym_goto, + anon_sym_break, + anon_sym_continue, + anon_sym_return, + anon_sym_DOLLARfor, + anon_sym_for, + anon_sym_asm, + [6494] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2728), 1, + ACTIONS(3137), 1, anon_sym_LBRACK, - ACTIONS(2730), 56, + ACTIONS(3139), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -195358,6 +196190,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -195365,6 +196199,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -195374,8 +196209,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_else, - anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -195393,12 +196226,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6834] = 3, + [6560] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3071), 1, + ACTIONS(2715), 1, anon_sym_LBRACK, - ACTIONS(3073), 56, + ACTIONS(2717), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -195420,6 +196253,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -195455,12 +196289,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6899] = 3, + [6626] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3075), 1, + ACTIONS(3149), 1, anon_sym_LBRACK, - ACTIONS(3077), 56, + ACTIONS(3151), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -195482,6 +196316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -195517,12 +196352,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [6964] = 3, + [6692] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2909), 1, + ACTIONS(2468), 1, anon_sym_LBRACK, - ACTIONS(2911), 56, + ACTIONS(2470), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -195544,6 +196379,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -195579,12 +196415,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7029] = 3, + [6758] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2698), 1, + ACTIONS(2588), 1, anon_sym_LBRACK, - ACTIONS(2700), 56, + ACTIONS(2590), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -195606,6 +196442,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -195641,14 +196478,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7094] = 4, + [6824] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2774), 1, + ACTIONS(2416), 1, + anon_sym_LBRACK, + ACTIONS(2418), 57, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_DOT, - ACTIONS(3027), 1, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_else, + anon_sym_DOLLARelse, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [6890] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(2472), 1, + anon_sym_DOT, + ACTIONS(3177), 1, anon_sym_LBRACK, - ACTIONS(3029), 55, + ACTIONS(3179), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -195669,6 +196569,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -195704,12 +196605,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7161] = 3, + [6958] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3115), 1, + ACTIONS(3145), 1, anon_sym_LBRACK, - ACTIONS(3117), 56, + ACTIONS(3147), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -195731,6 +196632,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -195766,12 +196668,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7226] = 3, + [7024] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3139), 1, + ACTIONS(3049), 1, anon_sym_LBRACK, - ACTIONS(3141), 56, + ACTIONS(3051), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -195793,6 +196695,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -195828,12 +196731,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7291] = 3, + [7090] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3143), 1, + ACTIONS(3045), 1, anon_sym_LBRACK, - ACTIONS(3145), 56, + ACTIONS(3047), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -195855,6 +196758,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -195890,12 +196794,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7356] = 3, + [7156] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3035), 1, + ACTIONS(3037), 1, anon_sym_LBRACK, - ACTIONS(3037), 56, + ACTIONS(3039), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -195917,6 +196821,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -195952,12 +196857,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7421] = 3, + [7222] = 5, ACTIONS(487), 1, sym_comment, - ACTIONS(3067), 1, + ACTIONS(2262), 1, anon_sym_LBRACK, - ACTIONS(3069), 56, + ACTIONS(4478), 1, + anon_sym_else, + STATE(1840), 1, + sym_else_branch, + ACTIONS(2264), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -195979,7 +196888,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -195987,7 +196896,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -196014,12 +196922,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7486] = 3, + [7292] = 5, ACTIONS(487), 1, sym_comment, - ACTIONS(2983), 1, + ACTIONS(2256), 1, anon_sym_LBRACK, - ACTIONS(2985), 56, + ACTIONS(4478), 1, + anon_sym_else, + STATE(1839), 1, + sym_else_branch, + ACTIONS(2258), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -196041,7 +196953,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -196049,7 +196961,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -196076,12 +196987,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7551] = 3, + [7362] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2979), 1, + ACTIONS(2985), 1, anon_sym_LBRACK, - ACTIONS(2981), 56, + ACTIONS(2987), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -196103,6 +197014,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -196138,20 +197050,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7616] = 4, + [7428] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2768), 1, + ACTIONS(2981), 1, anon_sym_LBRACK, - ACTIONS(2700), 4, + ACTIONS(2983), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_RBRACE, - ACTIONS(2766), 52, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, @@ -196166,6 +197077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -196201,19 +197113,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7683] = 4, + [7494] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(2976), 1, + ACTIONS(2978), 1, anon_sym_LBRACK, - ACTIONS(2971), 6, + ACTIONS(2973), 6, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, anon_sym_COLON, anon_sym_LT_DASH, - ACTIONS(2973), 50, + ACTIONS(2975), 51, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -196231,6 +197143,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -196264,19 +197177,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7750] = 3, + [7562] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(3043), 1, + ACTIONS(2968), 1, anon_sym_LBRACK, - ACTIONS(3045), 56, + ACTIONS(2963), 6, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_LT_DASH, + ACTIONS(2965), 51, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, @@ -196291,7 +197207,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -196299,7 +197215,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -196326,12 +197241,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7815] = 3, + [7630] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2893), 1, + ACTIONS(2941), 1, anon_sym_LBRACK, - ACTIONS(2895), 56, + ACTIONS(2943), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -196353,6 +197268,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -196388,22 +197304,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7880] = 4, + [7696] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2954), 1, + ACTIONS(2933), 1, anon_sym_LBRACK, - ACTIONS(2949), 6, + ACTIONS(2935), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_LT_DASH, - ACTIONS(2951), 50, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, @@ -196418,6 +197331,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -196425,6 +197340,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -196451,12 +197367,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [7947] = 3, + [7762] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3051), 1, + ACTIONS(2925), 1, anon_sym_LBRACK, - ACTIONS(3053), 56, + ACTIONS(2927), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -196478,6 +197394,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -196513,21 +197430,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8012] = 3, + [7828] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(2929), 1, + ACTIONS(2968), 1, anon_sym_LBRACK, - ACTIONS(2931), 56, + ACTIONS(2963), 21, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_EQ, + anon_sym_COLON, + anon_sym_LT_DASH, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + ACTIONS(2965), 36, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -196540,7 +197473,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -196548,7 +197481,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -196562,6 +197494,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, + [7896] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(2978), 1, + anon_sym_LBRACK, + ACTIONS(2973), 21, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_LT_DASH, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -196575,19 +197521,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8077] = 3, + ACTIONS(2975), 36, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [7964] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(2961), 1, + ACTIONS(2422), 1, anon_sym_LBRACK, - ACTIONS(2963), 56, + ACTIONS(2418), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_RBRACE, + ACTIONS(2420), 53, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, @@ -196602,7 +197588,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -196610,7 +197596,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -196637,12 +197622,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8142] = 3, + [8032] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2866), 1, + ACTIONS(2921), 1, anon_sym_LBRACK, - ACTIONS(2868), 56, + ACTIONS(2923), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -196664,6 +197649,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -196699,12 +197685,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8207] = 3, + [8098] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2889), 1, + ACTIONS(2917), 1, anon_sym_LBRACK, - ACTIONS(2891), 56, + ACTIONS(2919), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -196726,6 +197712,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -196761,12 +197748,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8272] = 3, + [8164] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3155), 1, + ACTIONS(2905), 1, anon_sym_LBRACK, - ACTIONS(3157), 56, + ACTIONS(2907), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -196788,6 +197775,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -196823,12 +197811,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8337] = 3, + [8230] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3195), 1, + ACTIONS(2901), 1, anon_sym_LBRACK, - ACTIONS(3197), 56, + ACTIONS(2903), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -196850,6 +197838,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -196885,12 +197874,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8402] = 3, + [8296] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3059), 1, + ACTIONS(2897), 1, anon_sym_LBRACK, - ACTIONS(3061), 56, + ACTIONS(2899), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -196912,6 +197901,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -196947,12 +197937,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8467] = 3, + [8362] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3179), 1, + ACTIONS(2893), 1, anon_sym_LBRACK, - ACTIONS(3181), 56, + ACTIONS(2895), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -196974,6 +197964,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -197009,12 +198000,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8532] = 3, + [8428] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2897), 1, + ACTIONS(2422), 1, anon_sym_LBRACK, - ACTIONS(2899), 56, + ACTIONS(2420), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -197036,6 +198027,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -197071,12 +198063,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8597] = 3, + [8494] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3171), 1, + ACTIONS(2889), 1, anon_sym_LBRACK, - ACTIONS(3173), 56, + ACTIONS(2891), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -197098,6 +198090,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -197133,12 +198126,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8662] = 3, + [8560] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3183), 1, + ACTIONS(2865), 1, anon_sym_LBRACK, - ACTIONS(3185), 56, + ACTIONS(2867), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -197160,6 +198153,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -197195,12 +198189,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8727] = 3, + [8626] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3187), 1, + ACTIONS(2857), 1, anon_sym_LBRACK, - ACTIONS(3189), 56, + ACTIONS(2859), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -197222,6 +198216,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -197257,12 +198252,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8792] = 3, + [8692] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3159), 1, + ACTIONS(2719), 1, anon_sym_LBRACK, - ACTIONS(3161), 56, + ACTIONS(2721), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -197284,6 +198279,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -197319,12 +198315,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8857] = 3, + [8758] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3055), 1, + ACTIONS(2641), 1, anon_sym_LBRACK, - ACTIONS(3057), 56, + ACTIONS(2643), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -197346,6 +198342,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -197381,16 +198378,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8922] = 3, + [8824] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(2814), 1, + ACTIONS(2634), 1, anon_sym_LBRACK, - ACTIONS(2816), 56, + ACTIONS(2638), 1, + anon_sym_DOT, + ACTIONS(2636), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -197408,6 +198406,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -197443,12 +198442,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [8987] = 3, + [8892] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2802), 1, + ACTIONS(3189), 1, anon_sym_LBRACK, - ACTIONS(2804), 56, + ACTIONS(3191), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -197470,6 +198469,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -197505,12 +198505,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9052] = 3, + [8958] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2770), 1, + ACTIONS(2853), 1, anon_sym_LBRACK, - ACTIONS(2772), 56, + ACTIONS(2855), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -197532,6 +198532,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -197567,12 +198568,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9117] = 3, + [9024] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2798), 1, + ACTIONS(2997), 1, anon_sym_LBRACK, - ACTIONS(2800), 56, + ACTIONS(2999), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -197594,6 +198595,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -197629,21 +198631,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9182] = 4, + [9090] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(2768), 1, + ACTIONS(2422), 1, anon_sym_LBRACK, - ACTIONS(2700), 4, + ACTIONS(2418), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - ACTIONS(2766), 52, - anon_sym_SEMI, + ACTIONS(2420), 53, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ, @@ -197659,6 +198659,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -197666,6 +198668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -197692,12 +198695,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9249] = 3, + [9158] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3083), 1, + ACTIONS(3185), 1, anon_sym_LBRACK, - ACTIONS(3085), 56, + ACTIONS(3187), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -197719,6 +198722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -197754,16 +198758,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9314] = 5, + [9224] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2398), 1, + ACTIONS(2801), 1, anon_sym_LBRACK, - ACTIONS(4470), 1, - anon_sym_else, - STATE(1842), 1, - sym_else_branch, - ACTIONS(2400), 54, + ACTIONS(2803), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -197785,6 +198785,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -197792,6 +198794,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -197818,12 +198821,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9383] = 3, + [9290] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2768), 1, + ACTIONS(2771), 1, anon_sym_LBRACK, - ACTIONS(2766), 56, + ACTIONS(2773), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -197845,6 +198848,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -197880,16 +198884,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9448] = 5, + [9356] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2404), 1, + ACTIONS(2767), 1, anon_sym_LBRACK, - ACTIONS(4470), 1, - anon_sym_else, - STATE(1841), 1, - sym_else_branch, - ACTIONS(2406), 54, + ACTIONS(2769), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -197911,6 +198911,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -197918,6 +198920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -197944,12 +198947,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9517] = 3, + [9422] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3167), 1, + ACTIONS(2763), 1, anon_sym_LBRACK, - ACTIONS(3169), 56, + ACTIONS(2765), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -197971,6 +198974,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -198006,12 +199010,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9582] = 3, + [9488] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2999), 1, + ACTIONS(2759), 1, anon_sym_LBRACK, - ACTIONS(3001), 56, + ACTIONS(2761), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -198033,6 +199037,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -198068,12 +199073,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9647] = 3, + [9554] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3019), 1, + ACTIONS(3061), 1, anon_sym_LBRACK, - ACTIONS(3021), 56, + ACTIONS(3063), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -198095,6 +199100,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -198130,12 +199136,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9712] = 3, + [9620] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3063), 1, + ACTIONS(3173), 1, anon_sym_LBRACK, - ACTIONS(3065), 56, + ACTIONS(3175), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -198157,6 +199163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -198192,12 +199199,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9777] = 3, + [9686] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3023), 1, + ACTIONS(3169), 1, anon_sym_LBRACK, - ACTIONS(3025), 56, + ACTIONS(3171), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -198219,6 +199226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -198254,12 +199262,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9842] = 3, + [9752] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3191), 1, + ACTIONS(2649), 1, anon_sym_LBRACK, - ACTIONS(3193), 56, + ACTIONS(2651), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -198281,6 +199289,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -198316,17 +199325,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9907] = 4, + [9818] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2882), 1, + ACTIONS(2645), 1, anon_sym_LBRACK, - ACTIONS(2886), 1, - anon_sym_DOT, - ACTIONS(2884), 55, + ACTIONS(2647), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -198344,6 +199352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -198379,12 +199388,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [9974] = 3, + [9884] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2846), 1, + ACTIONS(3165), 1, anon_sym_LBRACK, - ACTIONS(2848), 56, + ACTIONS(3167), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -198406,6 +199415,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -198441,12 +199451,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10039] = 3, + [9950] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3151), 1, + ACTIONS(3093), 1, anon_sym_LBRACK, - ACTIONS(3153), 56, + ACTIONS(3095), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -198468,6 +199478,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -198503,12 +199514,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10104] = 3, + [10016] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3015), 1, + ACTIONS(2805), 1, anon_sym_LBRACK, - ACTIONS(3017), 56, + ACTIONS(2807), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -198530,6 +199541,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -198565,12 +199577,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10169] = 3, + [10082] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2826), 1, + ACTIONS(2809), 1, anon_sym_LBRACK, - ACTIONS(2828), 56, + ACTIONS(2811), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -198592,6 +199604,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -198627,12 +199640,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10234] = 3, + [10148] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2921), 1, + ACTIONS(3177), 1, anon_sym_LBRACK, - ACTIONS(2923), 56, + ACTIONS(3179), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -198654,6 +199667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -198689,12 +199703,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10299] = 3, + [10214] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3047), 1, + ACTIONS(3109), 1, anon_sym_LBRACK, - ACTIONS(3049), 56, + ACTIONS(3111), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -198716,6 +199730,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -198751,12 +199766,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10364] = 3, + [10280] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3027), 1, + ACTIONS(3101), 1, anon_sym_LBRACK, - ACTIONS(3029), 56, + ACTIONS(3103), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -198778,6 +199793,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -198813,12 +199829,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10429] = 3, + [10346] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2905), 1, + ACTIONS(3097), 1, anon_sym_LBRACK, - ACTIONS(2907), 56, + ACTIONS(3099), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -198840,6 +199856,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -198875,12 +199892,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10494] = 3, + [10412] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3147), 1, + ACTIONS(3197), 1, anon_sym_LBRACK, - ACTIONS(3149), 56, + ACTIONS(3199), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -198902,6 +199919,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -198937,12 +199955,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10559] = 3, + [10478] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3163), 1, + ACTIONS(2813), 1, anon_sym_LBRACK, - ACTIONS(3165), 56, + ACTIONS(2815), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -198964,6 +199982,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -198999,12 +200018,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10624] = 3, + [10544] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2874), 1, + ACTIONS(2839), 1, anon_sym_LBRACK, - ACTIONS(2876), 56, + ACTIONS(2841), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -199026,6 +200045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -199061,12 +200081,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10689] = 3, + [10610] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2870), 1, + ACTIONS(2843), 1, anon_sym_LBRACK, - ACTIONS(2872), 56, + ACTIONS(2845), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -199088,6 +200108,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -199123,12 +200144,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10754] = 3, + [10676] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3011), 1, + ACTIONS(3089), 1, anon_sym_LBRACK, - ACTIONS(3013), 56, + ACTIONS(3091), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -199150,6 +200171,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -199185,37 +200207,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [10819] = 4, + [10742] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2954), 1, + ACTIONS(3085), 1, anon_sym_LBRACK, - ACTIONS(2949), 21, + ACTIONS(3087), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_LT_DASH, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - ACTIONS(2951), 35, anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -199228,6 +200234,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -199235,6 +200243,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -199248,20 +200257,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [10886] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(2976), 1, - anon_sym_LBRACK, - ACTIONS(2971), 21, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_LT_DASH, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -199275,10 +200270,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - ACTIONS(2973), 35, + [10808] = 3, + ACTIONS(487), 1, + sym_comment, + ACTIONS(3081), 1, + anon_sym_LBRACK, + ACTIONS(3083), 57, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -199291,6 +200297,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -199298,6 +200306,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -199311,12 +200320,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [10953] = 3, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [10874] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2862), 1, + ACTIONS(3193), 1, anon_sym_LBRACK, - ACTIONS(2864), 56, + ACTIONS(3195), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -199338,6 +200360,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -199373,12 +200396,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [11018] = 3, + [10940] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(2834), 1, + ACTIONS(2873), 1, anon_sym_LBRACK, - ACTIONS(2836), 56, + ACTIONS(4480), 1, + anon_sym_BANG, + ACTIONS(2875), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -199400,11 +200425,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, - anon_sym_BANG, anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, @@ -199435,12 +200460,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [11083] = 3, + [11008] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2830), 1, + ACTIONS(2937), 1, anon_sym_LBRACK, - ACTIONS(2832), 56, + ACTIONS(2939), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -199462,6 +200487,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -199497,12 +200523,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [11148] = 3, + [11074] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2790), 1, + ACTIONS(3181), 1, anon_sym_LBRACK, - ACTIONS(2792), 56, + ACTIONS(3183), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -199524,6 +200550,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -199559,12 +200586,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [11213] = 3, + [11140] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3091), 1, + ACTIONS(2989), 1, anon_sym_LBRACK, - ACTIONS(3093), 56, + ACTIONS(2991), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -199586,6 +200613,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -199621,12 +200649,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [11278] = 3, + [11206] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3087), 1, + ACTIONS(3069), 1, anon_sym_LBRACK, - ACTIONS(3089), 56, + ACTIONS(3071), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -199648,6 +200676,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -199683,12 +200712,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [11343] = 3, + [11272] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2786), 1, + ACTIONS(3017), 1, anon_sym_LBRACK, - ACTIONS(2788), 56, + ACTIONS(3019), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -199710,6 +200739,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -199745,12 +200775,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [11408] = 3, + [11338] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3003), 1, + ACTIONS(2993), 1, anon_sym_LBRACK, - ACTIONS(3005), 56, + ACTIONS(2995), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -199772,6 +200802,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -199807,12 +200838,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [11473] = 3, + [11404] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2995), 1, + ACTIONS(2913), 1, anon_sym_LBRACK, - ACTIONS(2997), 56, + ACTIONS(2915), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -199834,6 +200865,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -199869,12 +200901,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [11538] = 3, + [11470] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2878), 1, + ACTIONS(3057), 1, anon_sym_LBRACK, - ACTIONS(2880), 56, + ACTIONS(3059), 57, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -199896,6 +200928,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -199931,14 +200964,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [11603] = 4, + [11536] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(2941), 1, + ACTIONS(2454), 1, anon_sym_LBRACK, - ACTIONS(4472), 1, - anon_sym_BANG, - ACTIONS(2943), 55, + ACTIONS(4482), 1, + anon_sym_DOLLARelse, + ACTIONS(2456), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -199960,14 +200993,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, + anon_sym_BANG, anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, @@ -199994,92 +201027,194 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [11670] = 3, - ACTIONS(487), 1, + [11603] = 15, + ACTIONS(3), 1, sym_comment, - ACTIONS(3103), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4432), 1, + anon_sym_LPAREN, + ACTIONS(4442), 1, anon_sym_LBRACK, - ACTIONS(3105), 55, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + ACTIONS(4448), 1, + anon_sym_QMARK, + ACTIONS(4450), 1, + anon_sym_BANG, + ACTIONS(4452), 1, + anon_sym_LBRACK2, + ACTIONS(4460), 1, + anon_sym_POUND_LBRACK, + STATE(2056), 1, + sym_argument_list, + STATE(2131), 1, + sym_or_block, + STATE(4376), 1, + sym_type_parameters, + ACTIONS(4424), 2, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym___global, + anon_sym_QMARK_DOT, + ACTIONS(1782), 7, + anon_sym_EQ, anon_sym_PIPE, - anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_CARET, + ACTIONS(4436), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1796), 30, + anon_sym_SEMI, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_struct, - anon_sym_pub, - anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [11692] = 28, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1724), 1, + anon_sym_EQ, + ACTIONS(4426), 1, + anon_sym_as, + ACTIONS(4432), 1, + anon_sym_LPAREN, + ACTIONS(4442), 1, + anon_sym_LBRACK, + ACTIONS(4444), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4446), 1, + anon_sym_DASH_DASH, + ACTIONS(4448), 1, anon_sym_QMARK, + ACTIONS(4450), 1, anon_sym_BANG, + ACTIONS(4452), 1, anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, + ACTIONS(4454), 1, anon_sym_AMP_AMP, + ACTIONS(4456), 1, anon_sym_PIPE_PIPE, + ACTIONS(4458), 1, anon_sym_or, - anon_sym_QMARK_DOT, + ACTIONS(4460), 1, anon_sym_POUND_LBRACK, + ACTIONS(4462), 1, anon_sym_is, + ACTIONS(4464), 1, anon_sym_BANGis, + ACTIONS(4466), 1, anon_sym_in, + ACTIONS(4468), 1, anon_sym_BANGin, - sym_identifier, - anon_sym_shared, - anon_sym_map_LBRACK, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - anon_sym_AT_LBRACK, - [11734] = 13, + STATE(2056), 1, + sym_argument_list, + STATE(2131), 1, + sym_or_block, + STATE(4376), 1, + sym_type_parameters, + ACTIONS(4424), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4438), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4434), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4440), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4436), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1722), 16, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [11807] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4476), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4432), 1, anon_sym_LPAREN, - ACTIONS(4478), 1, + ACTIONS(4442), 1, anon_sym_LBRACK, - ACTIONS(4480), 1, + ACTIONS(4448), 1, anon_sym_QMARK, - ACTIONS(4482), 1, + ACTIONS(4450), 1, anon_sym_BANG, - ACTIONS(4484), 1, + ACTIONS(4452), 1, anon_sym_LBRACK2, - ACTIONS(4486), 1, + ACTIONS(4460), 1, anon_sym_POUND_LBRACK, - STATE(2081), 1, + STATE(2056), 1, sym_argument_list, - STATE(2082), 1, + STATE(2131), 1, sym_or_block, - STATE(4192), 1, + STATE(4376), 1, sym_type_parameters, - ACTIONS(4474), 2, + ACTIONS(4424), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(2076), 15, + ACTIONS(1782), 15, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -200095,7 +201230,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2074), 30, + ACTIONS(1796), 30, + anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -200103,10 +201239,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -200126,70 +201260,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [11818] = 29, + anon_sym_COLON_EQ, + [11894] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(1682), 1, - anon_sym_LBRACE, - ACTIONS(1690), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1730), 1, anon_sym_EQ, - ACTIONS(4422), 1, + ACTIONS(4426), 1, anon_sym_as, - ACTIONS(4428), 1, + ACTIONS(4432), 1, anon_sym_LPAREN, - ACTIONS(4438), 1, + ACTIONS(4442), 1, anon_sym_LBRACK, - ACTIONS(4440), 1, + ACTIONS(4444), 1, anon_sym_PLUS_PLUS, - ACTIONS(4442), 1, + ACTIONS(4446), 1, anon_sym_DASH_DASH, - ACTIONS(4444), 1, + ACTIONS(4448), 1, anon_sym_QMARK, - ACTIONS(4446), 1, + ACTIONS(4450), 1, anon_sym_BANG, - ACTIONS(4448), 1, + ACTIONS(4452), 1, anon_sym_LBRACK2, - ACTIONS(4450), 1, + ACTIONS(4454), 1, anon_sym_AMP_AMP, - ACTIONS(4452), 1, + ACTIONS(4456), 1, anon_sym_PIPE_PIPE, - ACTIONS(4454), 1, + ACTIONS(4458), 1, anon_sym_or, - ACTIONS(4456), 1, + ACTIONS(4460), 1, anon_sym_POUND_LBRACK, - ACTIONS(4458), 1, + ACTIONS(4462), 1, anon_sym_is, - ACTIONS(4460), 1, + ACTIONS(4464), 1, anon_sym_BANGis, - ACTIONS(4462), 1, + ACTIONS(4466), 1, anon_sym_in, - ACTIONS(4464), 1, + ACTIONS(4468), 1, anon_sym_BANGin, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, + STATE(2056), 1, sym_argument_list, - STATE(4091), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4313), 1, + STATE(2131), 1, + sym_or_block, + STATE(4376), 1, sym_type_parameters, - ACTIONS(4420), 2, + ACTIONS(4424), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4434), 2, + ACTIONS(4438), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4430), 4, + ACTIONS(4434), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4436), 4, + ACTIONS(4440), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4432), 8, + ACTIONS(4436), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -200198,7 +201331,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3305), 14, + ACTIONS(1728), 16, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -200213,31 +201348,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [11934] = 13, + [12009] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4428), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4432), 1, anon_sym_LPAREN, - ACTIONS(4438), 1, + ACTIONS(4442), 1, anon_sym_LBRACK, - ACTIONS(4444), 1, + ACTIONS(4448), 1, anon_sym_QMARK, - ACTIONS(4446), 1, + ACTIONS(4450), 1, anon_sym_BANG, - ACTIONS(4448), 1, + ACTIONS(4452), 1, anon_sym_LBRACK2, - ACTIONS(4456), 1, + ACTIONS(4460), 1, anon_sym_POUND_LBRACK, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, + STATE(2056), 1, sym_argument_list, - STATE(4313), 1, + STATE(2131), 1, + sym_or_block, + STATE(4376), 1, sym_type_parameters, - ACTIONS(4420), 2, + ACTIONS(4424), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(2076), 15, + ACTIONS(1788), 15, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -200253,7 +201390,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2074), 30, + ACTIONS(1786), 30, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -200284,40 +201421,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [12018] = 15, + [12096] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4428), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4432), 1, anon_sym_LPAREN, - ACTIONS(4438), 1, + ACTIONS(4442), 1, anon_sym_LBRACK, - ACTIONS(4444), 1, + ACTIONS(4448), 1, anon_sym_QMARK, - ACTIONS(4446), 1, + ACTIONS(4450), 1, anon_sym_BANG, - ACTIONS(4448), 1, + ACTIONS(4452), 1, anon_sym_LBRACK2, - ACTIONS(4456), 1, + ACTIONS(4460), 1, anon_sym_POUND_LBRACK, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, + STATE(2056), 1, sym_argument_list, - STATE(4313), 1, + STATE(2131), 1, + sym_or_block, + STATE(4376), 1, sym_type_parameters, - ACTIONS(4420), 2, + ACTIONS(4424), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(2076), 3, + ACTIONS(1782), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(4430), 4, + ACTIONS(4434), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4432), 8, + ACTIONS(4436), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -200326,7 +201465,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2074), 30, + ACTIONS(1796), 30, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -200357,50 +201496,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [12106] = 19, + [12187] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2076), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1782), 1, anon_sym_EQ, - ACTIONS(4428), 1, + ACTIONS(4432), 1, anon_sym_LPAREN, - ACTIONS(4438), 1, + ACTIONS(4442), 1, anon_sym_LBRACK, - ACTIONS(4444), 1, + ACTIONS(4448), 1, anon_sym_QMARK, - ACTIONS(4446), 1, + ACTIONS(4450), 1, anon_sym_BANG, - ACTIONS(4448), 1, + ACTIONS(4452), 1, anon_sym_LBRACK2, - ACTIONS(4456), 1, + ACTIONS(4460), 1, anon_sym_POUND_LBRACK, - ACTIONS(4462), 1, + ACTIONS(4466), 1, anon_sym_in, - ACTIONS(4464), 1, + ACTIONS(4468), 1, anon_sym_BANGin, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, + STATE(2056), 1, sym_argument_list, - STATE(4313), 1, + STATE(2131), 1, + sym_or_block, + STATE(4376), 1, sym_type_parameters, - ACTIONS(4420), 2, + ACTIONS(4424), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4434), 2, + ACTIONS(4438), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4430), 4, + ACTIONS(4434), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4436), 4, + ACTIONS(4440), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4432), 8, + ACTIONS(4436), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -200409,7 +201550,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2074), 24, + ACTIONS(1796), 24, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -200434,47 +201575,132 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [12202] = 13, + [12286] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(4476), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1782), 1, + anon_sym_EQ, + ACTIONS(4432), 1, anon_sym_LPAREN, - ACTIONS(4478), 1, + ACTIONS(4442), 1, anon_sym_LBRACK, - ACTIONS(4480), 1, + ACTIONS(4448), 1, anon_sym_QMARK, - ACTIONS(4482), 1, + ACTIONS(4450), 1, anon_sym_BANG, - ACTIONS(4484), 1, + ACTIONS(4452), 1, anon_sym_LBRACK2, - ACTIONS(4486), 1, + ACTIONS(4454), 1, + anon_sym_AMP_AMP, + ACTIONS(4460), 1, anon_sym_POUND_LBRACK, - STATE(2081), 1, + ACTIONS(4466), 1, + anon_sym_in, + ACTIONS(4468), 1, + anon_sym_BANGin, + STATE(2056), 1, sym_argument_list, - STATE(2082), 1, + STATE(2131), 1, sym_or_block, - STATE(4192), 1, + STATE(4376), 1, sym_type_parameters, - ACTIONS(4474), 2, + ACTIONS(4424), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(2230), 15, - anon_sym_EQ, + ACTIONS(4438), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4434), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4440), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4436), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1796), 23, + anon_sym_SEMI, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [12387] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4432), 1, + anon_sym_LPAREN, + ACTIONS(4442), 1, + anon_sym_LBRACK, + ACTIONS(4448), 1, + anon_sym_QMARK, + ACTIONS(4450), 1, + anon_sym_BANG, + ACTIONS(4452), 1, + anon_sym_LBRACK2, + ACTIONS(4460), 1, + anon_sym_POUND_LBRACK, + STATE(2056), 1, + sym_argument_list, + STATE(2131), 1, + sym_or_block, + STATE(4376), 1, + sym_type_parameters, + ACTIONS(4424), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(1958), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, + ACTIONS(4434), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_CARET, + ACTIONS(4436), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2228), 30, + ACTIONS(1956), 30, + anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -200482,10 +201708,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -200505,52 +201729,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [12286] = 20, + anon_sym_COLON_EQ, + [12478] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2076), 1, - anon_sym_EQ, - ACTIONS(4428), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4432), 1, anon_sym_LPAREN, - ACTIONS(4438), 1, + ACTIONS(4442), 1, anon_sym_LBRACK, - ACTIONS(4444), 1, + ACTIONS(4448), 1, anon_sym_QMARK, - ACTIONS(4446), 1, + ACTIONS(4450), 1, anon_sym_BANG, - ACTIONS(4448), 1, + ACTIONS(4452), 1, anon_sym_LBRACK2, - ACTIONS(4450), 1, - anon_sym_AMP_AMP, - ACTIONS(4456), 1, + ACTIONS(4460), 1, anon_sym_POUND_LBRACK, - ACTIONS(4462), 1, - anon_sym_in, - ACTIONS(4464), 1, - anon_sym_BANGin, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, + STATE(2056), 1, sym_argument_list, - STATE(4313), 1, + STATE(2131), 1, + sym_or_block, + STATE(4376), 1, sym_type_parameters, - ACTIONS(4420), 2, + ACTIONS(4424), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4434), 2, + ACTIONS(1964), 3, + anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(4430), 4, + ACTIONS(4434), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4436), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4432), 8, + ACTIONS(4436), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -200559,17 +201774,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2074), 23, + ACTIONS(1962), 30, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_is, anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -200583,79 +201805,183 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [12384] = 27, - ACTIONS(3), 1, + [12569] = 4, + ACTIONS(487), 1, sym_comment, - ACTIONS(2220), 1, - anon_sym_EQ, - ACTIONS(4476), 1, - anon_sym_LPAREN, - ACTIONS(4478), 1, + ACTIONS(2416), 1, anon_sym_LBRACK, - ACTIONS(4480), 1, + ACTIONS(2420), 1, + anon_sym_LBRACE, + ACTIONS(2418), 55, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_QMARK, - ACTIONS(4482), 1, anon_sym_BANG, - ACTIONS(4484), 1, anon_sym_LBRACK2, - ACTIONS(4486), 1, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - ACTIONS(4488), 1, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [12636] = 5, + ACTIONS(487), 1, + sym_comment, + ACTIONS(2472), 1, + anon_sym_LT2, + ACTIONS(2475), 1, + anon_sym_LBRACK, + ACTIONS(3179), 1, + anon_sym_LBRACE, + ACTIONS(2470), 54, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, anon_sym_as, - ACTIONS(4498), 1, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PLUS_PLUS, - ACTIONS(4500), 1, anon_sym_DASH_DASH, - ACTIONS(4502), 1, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, - ACTIONS(4504), 1, anon_sym_PIPE_PIPE, - ACTIONS(4506), 1, anon_sym_or, - ACTIONS(4508), 1, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, - ACTIONS(4510), 1, anon_sym_BANGis, - ACTIONS(4512), 1, anon_sym_in, - ACTIONS(4514), 1, anon_sym_BANGin, - STATE(2081), 1, - sym_argument_list, - STATE(2082), 1, - sym_or_block, - STATE(4192), 1, - sym_type_parameters, - ACTIONS(4474), 2, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [12705] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(2420), 1, + anon_sym_LBRACE, + ACTIONS(2861), 1, + anon_sym_LBRACK, + ACTIONS(2863), 55, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4494), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4490), 4, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4496), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4492), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_LT2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2218), 16, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_LT_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -200668,66 +201994,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [12496] = 27, + anon_sym_COLON_EQ, + [12772] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(2210), 1, + ACTIONS(1632), 1, + anon_sym_SEMI, + ACTIONS(1640), 1, anon_sym_EQ, - ACTIONS(4476), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4426), 1, + anon_sym_as, + ACTIONS(4432), 1, anon_sym_LPAREN, - ACTIONS(4478), 1, + ACTIONS(4442), 1, anon_sym_LBRACK, - ACTIONS(4480), 1, + ACTIONS(4444), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4446), 1, + anon_sym_DASH_DASH, + ACTIONS(4448), 1, anon_sym_QMARK, - ACTIONS(4482), 1, + ACTIONS(4450), 1, anon_sym_BANG, - ACTIONS(4484), 1, + ACTIONS(4452), 1, anon_sym_LBRACK2, - ACTIONS(4486), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4488), 1, - anon_sym_as, - ACTIONS(4498), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4500), 1, - anon_sym_DASH_DASH, - ACTIONS(4502), 1, - anon_sym_AMP_AMP, - ACTIONS(4504), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4506), 1, + ACTIONS(4458), 1, anon_sym_or, - ACTIONS(4508), 1, + ACTIONS(4460), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4462), 1, anon_sym_is, - ACTIONS(4510), 1, + ACTIONS(4464), 1, anon_sym_BANGis, - ACTIONS(4512), 1, + ACTIONS(4492), 1, + anon_sym_AMP_AMP, + ACTIONS(4494), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4496), 1, anon_sym_in, - ACTIONS(4514), 1, + ACTIONS(4498), 1, anon_sym_BANGin, - STATE(2081), 1, + STATE(2056), 1, sym_argument_list, - STATE(2082), 1, + STATE(2131), 1, sym_or_block, - STATE(4192), 1, + STATE(3896), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4376), 1, sym_type_parameters, - ACTIONS(4474), 2, + ACTIONS(4424), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4494), 2, + ACTIONS(4488), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4490), 4, + ACTIONS(4484), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4496), 4, + ACTIONS(4490), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4492), 8, + ACTIONS(4486), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -200736,11 +202069,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2208), 16, - anon_sym_LBRACE, + ACTIONS(3307), 14, anon_sym_COMMA, - anon_sym_COLON, - anon_sym_LT_DASH, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -200753,31 +202083,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [12608] = 13, + anon_sym_COLON_EQ, + [12891] = 3, + ACTIONS(487), 1, + sym_comment, + ACTIONS(3005), 1, + anon_sym_LBRACK, + ACTIONS(3007), 56, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym___global, + anon_sym_PIPE, + anon_sym_fn, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LT2, + anon_sym_struct, + anon_sym_pub, + anon_sym_mut, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + sym_identifier, + anon_sym_shared, + anon_sym_map_LBRACK, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + anon_sym_AT_LBRACK, + [12956] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4476), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4502), 1, anon_sym_LPAREN, - ACTIONS(4478), 1, + ACTIONS(4504), 1, anon_sym_LBRACK, - ACTIONS(4480), 1, + ACTIONS(4506), 1, anon_sym_QMARK, - ACTIONS(4482), 1, + ACTIONS(4508), 1, anon_sym_BANG, - ACTIONS(4484), 1, + ACTIONS(4510), 1, anon_sym_LBRACK2, - ACTIONS(4486), 1, + ACTIONS(4512), 1, anon_sym_POUND_LBRACK, - STATE(2081), 1, + STATE(2083), 1, sym_argument_list, - STATE(2082), 1, + STATE(2084), 1, sym_or_block, - STATE(4192), 1, + STATE(4458), 1, sym_type_parameters, - ACTIONS(4474), 2, + ACTIONS(4500), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(2164), 15, + ACTIONS(1782), 15, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -200793,7 +202188,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2162), 30, + ACTIONS(1796), 30, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -200824,51 +202219,216 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [12692] = 4, - ACTIONS(487), 1, + [13043] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(2410), 1, + anon_sym_LBRACK, + ACTIONS(4514), 1, + anon_sym_DOLLARelse, + ACTIONS(2412), 55, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [13110] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1632), 1, + anon_sym_LBRACE, + ACTIONS(1640), 1, + anon_sym_EQ, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4426), 1, + anon_sym_as, + ACTIONS(4432), 1, + anon_sym_LPAREN, + ACTIONS(4442), 1, + anon_sym_LBRACK, + ACTIONS(4444), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4446), 1, + anon_sym_DASH_DASH, + ACTIONS(4448), 1, + anon_sym_QMARK, + ACTIONS(4450), 1, + anon_sym_BANG, + ACTIONS(4452), 1, + anon_sym_LBRACK2, + ACTIONS(4454), 1, + anon_sym_AMP_AMP, + ACTIONS(4456), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4458), 1, + anon_sym_or, + ACTIONS(4460), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4462), 1, + anon_sym_is, + ACTIONS(4464), 1, + anon_sym_BANGis, + ACTIONS(4466), 1, + anon_sym_in, + ACTIONS(4468), 1, + anon_sym_BANGin, + STATE(2056), 1, + sym_argument_list, + STATE(2131), 1, + sym_or_block, + STATE(3960), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4376), 1, + sym_type_parameters, + ACTIONS(4424), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4438), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4434), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4440), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4436), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(3307), 14, + anon_sym_COMMA, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [13229] = 15, + ACTIONS(3), 1, sym_comment, - ACTIONS(2698), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4502), 1, + anon_sym_LPAREN, + ACTIONS(4504), 1, anon_sym_LBRACK, - ACTIONS(2766), 1, - anon_sym_LBRACE, - ACTIONS(2700), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(4506), 1, + anon_sym_QMARK, + ACTIONS(4508), 1, + anon_sym_BANG, + ACTIONS(4510), 1, + anon_sym_LBRACK2, + ACTIONS(4512), 1, + anon_sym_POUND_LBRACK, + STATE(2083), 1, + sym_argument_list, + STATE(2084), 1, + sym_or_block, + STATE(4458), 1, + sym_type_parameters, + ACTIONS(4500), 2, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + anon_sym_QMARK_DOT, + ACTIONS(1782), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_CARET, + ACTIONS(4516), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1796), 30, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -200885,41 +202445,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [12758] = 15, + [13318] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4428), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4502), 1, anon_sym_LPAREN, - ACTIONS(4438), 1, + ACTIONS(4504), 1, anon_sym_LBRACK, - ACTIONS(4444), 1, + ACTIONS(4506), 1, anon_sym_QMARK, - ACTIONS(4446), 1, + ACTIONS(4508), 1, anon_sym_BANG, - ACTIONS(4448), 1, + ACTIONS(4510), 1, anon_sym_LBRACK2, - ACTIONS(4456), 1, + ACTIONS(4512), 1, anon_sym_POUND_LBRACK, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, + STATE(2083), 1, sym_argument_list, - STATE(4313), 1, + STATE(2084), 1, + sym_or_block, + STATE(4458), 1, sym_type_parameters, - ACTIONS(4420), 2, + ACTIONS(4500), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(2108), 3, + ACTIONS(1782), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(4430), 4, + ACTIONS(4518), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4432), 8, + ACTIONS(4516), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -200928,8 +202489,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2106), 30, - anon_sym_SEMI, + ACTIONS(1796), 30, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -200937,8 +202497,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -200958,51 +202520,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [12846] = 15, + [13409] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(4428), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4502), 1, anon_sym_LPAREN, - ACTIONS(4438), 1, + ACTIONS(4504), 1, anon_sym_LBRACK, - ACTIONS(4444), 1, + ACTIONS(4506), 1, anon_sym_QMARK, - ACTIONS(4446), 1, + ACTIONS(4508), 1, anon_sym_BANG, - ACTIONS(4448), 1, + ACTIONS(4510), 1, anon_sym_LBRACK2, - ACTIONS(4456), 1, + ACTIONS(4512), 1, anon_sym_POUND_LBRACK, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, + STATE(2083), 1, sym_argument_list, - STATE(4313), 1, + STATE(2084), 1, + sym_or_block, + STATE(4458), 1, sym_type_parameters, - ACTIONS(4420), 2, + ACTIONS(4500), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(2112), 3, + ACTIONS(1788), 15, anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4430), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4432), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2110), 30, - anon_sym_SEMI, + ACTIONS(1786), 30, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -201010,8 +202570,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -201031,56 +202593,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [12934] = 4, - ACTIONS(487), 1, + [13496] = 20, + ACTIONS(3), 1, sym_comment, - ACTIONS(2777), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1782), 1, + anon_sym_EQ, + ACTIONS(4502), 1, + anon_sym_LPAREN, + ACTIONS(4504), 1, anon_sym_LBRACK, - ACTIONS(3029), 1, - anon_sym_LBRACE, - ACTIONS(2772), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(4506), 1, + anon_sym_QMARK, + ACTIONS(4508), 1, + anon_sym_BANG, + ACTIONS(4510), 1, + anon_sym_LBRACK2, + ACTIONS(4512), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4524), 1, + anon_sym_in, + ACTIONS(4526), 1, + anon_sym_BANGin, + STATE(2083), 1, + sym_argument_list, + STATE(2084), 1, + sym_or_block, + STATE(4458), 1, + sym_type_parameters, + ACTIONS(4500), 2, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_EQ, + anon_sym_QMARK_DOT, + ACTIONS(4520), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4518), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_CARET, + ACTIONS(4522), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, + ACTIONS(4516), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(1796), 24, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -201093,23 +202672,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [13000] = 4, - ACTIONS(487), 1, + [13595] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(2766), 1, - anon_sym_LBRACE, - ACTIONS(2965), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4432), 1, + anon_sym_LPAREN, + ACTIONS(4442), 1, anon_sym_LBRACK, - ACTIONS(2967), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(4448), 1, + anon_sym_QMARK, + ACTIONS(4450), 1, + anon_sym_BANG, + ACTIONS(4452), 1, + anon_sym_LBRACK2, + ACTIONS(4460), 1, + anon_sym_POUND_LBRACK, + STATE(2056), 1, + sym_argument_list, + STATE(2131), 1, + sym_or_block, + STATE(4376), 1, + sym_type_parameters, + ACTIONS(4424), 2, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + anon_sym_QMARK_DOT, + ACTIONS(1754), 15, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -201119,26 +202708,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(1752), 30, + anon_sym_SEMI, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -201156,60 +202745,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [13066] = 29, + [13682] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1682), 1, - anon_sym_SEMI, - ACTIONS(1690), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1782), 1, anon_sym_EQ, - ACTIONS(4422), 1, - anon_sym_as, - ACTIONS(4428), 1, + ACTIONS(4502), 1, anon_sym_LPAREN, - ACTIONS(4438), 1, + ACTIONS(4504), 1, anon_sym_LBRACK, - ACTIONS(4440), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4442), 1, - anon_sym_DASH_DASH, - ACTIONS(4444), 1, + ACTIONS(4506), 1, anon_sym_QMARK, - ACTIONS(4446), 1, + ACTIONS(4508), 1, anon_sym_BANG, - ACTIONS(4448), 1, + ACTIONS(4510), 1, anon_sym_LBRACK2, - ACTIONS(4454), 1, - anon_sym_or, - ACTIONS(4456), 1, + ACTIONS(4512), 1, anon_sym_POUND_LBRACK, - ACTIONS(4458), 1, - anon_sym_is, - ACTIONS(4460), 1, - anon_sym_BANGis, ACTIONS(4524), 1, - anon_sym_AMP_AMP, - ACTIONS(4526), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4528), 1, anon_sym_in, - ACTIONS(4530), 1, + ACTIONS(4526), 1, anon_sym_BANGin, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, + ACTIONS(4528), 1, + anon_sym_AMP_AMP, + STATE(2083), 1, sym_argument_list, - STATE(3969), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4313), 1, + STATE(2084), 1, + sym_or_block, + STATE(4458), 1, sym_type_parameters, - ACTIONS(4420), 2, + ACTIONS(4500), 2, anon_sym_DOT, anon_sym_QMARK_DOT, ACTIONS(4520), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4516), 4, + ACTIONS(4518), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -201219,7 +202792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4518), 8, + ACTIONS(4516), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -201228,8 +202801,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3305), 14, + ACTIONS(1796), 23, + anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LT_DASH, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -201242,49 +202825,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [13182] = 13, + [13783] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4428), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4502), 1, anon_sym_LPAREN, - ACTIONS(4438), 1, + ACTIONS(4504), 1, anon_sym_LBRACK, - ACTIONS(4444), 1, + ACTIONS(4506), 1, anon_sym_QMARK, - ACTIONS(4446), 1, + ACTIONS(4508), 1, anon_sym_BANG, - ACTIONS(4448), 1, + ACTIONS(4510), 1, anon_sym_LBRACK2, - ACTIONS(4456), 1, + ACTIONS(4512), 1, anon_sym_POUND_LBRACK, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, + STATE(2083), 1, sym_argument_list, - STATE(4313), 1, + STATE(2084), 1, + sym_or_block, + STATE(4458), 1, sym_type_parameters, - ACTIONS(4420), 2, + ACTIONS(4500), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(2164), 15, + ACTIONS(1958), 3, anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4518), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4516), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2162), 30, - anon_sym_SEMI, + ACTIONS(1956), 30, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -201292,8 +202877,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -201313,67 +202900,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [13266] = 27, + [13874] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(2210), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1730), 1, anon_sym_EQ, - ACTIONS(4422), 1, - anon_sym_as, - ACTIONS(4428), 1, + ACTIONS(4502), 1, anon_sym_LPAREN, - ACTIONS(4438), 1, + ACTIONS(4504), 1, anon_sym_LBRACK, - ACTIONS(4440), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4442), 1, - anon_sym_DASH_DASH, - ACTIONS(4444), 1, + ACTIONS(4506), 1, anon_sym_QMARK, - ACTIONS(4446), 1, + ACTIONS(4508), 1, anon_sym_BANG, - ACTIONS(4448), 1, + ACTIONS(4510), 1, anon_sym_LBRACK2, - ACTIONS(4450), 1, + ACTIONS(4512), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4524), 1, + anon_sym_in, + ACTIONS(4526), 1, + anon_sym_BANGin, + ACTIONS(4528), 1, anon_sym_AMP_AMP, - ACTIONS(4452), 1, + ACTIONS(4530), 1, + anon_sym_as, + ACTIONS(4532), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4534), 1, + anon_sym_DASH_DASH, + ACTIONS(4536), 1, anon_sym_PIPE_PIPE, - ACTIONS(4454), 1, + ACTIONS(4538), 1, anon_sym_or, - ACTIONS(4456), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4458), 1, + ACTIONS(4540), 1, anon_sym_is, - ACTIONS(4460), 1, + ACTIONS(4542), 1, anon_sym_BANGis, - ACTIONS(4462), 1, - anon_sym_in, - ACTIONS(4464), 1, - anon_sym_BANGin, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, + STATE(2083), 1, sym_argument_list, - STATE(4313), 1, + STATE(2084), 1, + sym_or_block, + STATE(4458), 1, sym_type_parameters, - ACTIONS(4420), 2, + ACTIONS(4500), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4434), 2, + ACTIONS(4520), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4430), 4, + ACTIONS(4518), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4436), 4, + ACTIONS(4522), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4432), 8, + ACTIONS(4516), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -201382,10 +202970,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2208), 16, - anon_sym_SEMI, + ACTIONS(1728), 16, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LT_DASH, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -201398,67 +202987,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [13378] = 27, + [13989] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(2220), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1724), 1, anon_sym_EQ, - ACTIONS(4422), 1, - anon_sym_as, - ACTIONS(4428), 1, + ACTIONS(4502), 1, anon_sym_LPAREN, - ACTIONS(4438), 1, + ACTIONS(4504), 1, anon_sym_LBRACK, - ACTIONS(4440), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4442), 1, - anon_sym_DASH_DASH, - ACTIONS(4444), 1, + ACTIONS(4506), 1, anon_sym_QMARK, - ACTIONS(4446), 1, + ACTIONS(4508), 1, anon_sym_BANG, - ACTIONS(4448), 1, + ACTIONS(4510), 1, anon_sym_LBRACK2, - ACTIONS(4450), 1, + ACTIONS(4512), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4524), 1, + anon_sym_in, + ACTIONS(4526), 1, + anon_sym_BANGin, + ACTIONS(4528), 1, anon_sym_AMP_AMP, - ACTIONS(4452), 1, + ACTIONS(4530), 1, + anon_sym_as, + ACTIONS(4532), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4534), 1, + anon_sym_DASH_DASH, + ACTIONS(4536), 1, anon_sym_PIPE_PIPE, - ACTIONS(4454), 1, + ACTIONS(4538), 1, anon_sym_or, - ACTIONS(4456), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4458), 1, + ACTIONS(4540), 1, anon_sym_is, - ACTIONS(4460), 1, + ACTIONS(4542), 1, anon_sym_BANGis, - ACTIONS(4462), 1, - anon_sym_in, - ACTIONS(4464), 1, - anon_sym_BANGin, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, + STATE(2083), 1, sym_argument_list, - STATE(4313), 1, + STATE(2084), 1, + sym_or_block, + STATE(4458), 1, sym_type_parameters, - ACTIONS(4420), 2, + ACTIONS(4500), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4434), 2, + ACTIONS(4520), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4430), 4, + ACTIONS(4518), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4436), 4, + ACTIONS(4522), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4432), 8, + ACTIONS(4516), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -201467,10 +203057,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2218), 16, - anon_sym_SEMI, + ACTIONS(1722), 16, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_COLON, + anon_sym_LT_DASH, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -201483,49 +203074,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [13490] = 13, + [14104] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4428), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4502), 1, anon_sym_LPAREN, - ACTIONS(4438), 1, + ACTIONS(4504), 1, anon_sym_LBRACK, - ACTIONS(4444), 1, + ACTIONS(4506), 1, anon_sym_QMARK, - ACTIONS(4446), 1, + ACTIONS(4508), 1, anon_sym_BANG, - ACTIONS(4448), 1, + ACTIONS(4510), 1, anon_sym_LBRACK2, - ACTIONS(4456), 1, + ACTIONS(4512), 1, anon_sym_POUND_LBRACK, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, + STATE(2083), 1, sym_argument_list, - STATE(4313), 1, + STATE(2084), 1, + sym_or_block, + STATE(4458), 1, sym_type_parameters, - ACTIONS(4420), 2, + ACTIONS(4500), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(2230), 15, + ACTIONS(1964), 3, anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4518), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4516), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2228), 30, - anon_sym_SEMI, + ACTIONS(1962), 30, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -201533,8 +203126,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -201554,26 +203149,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [13574] = 3, - ACTIONS(487), 1, + [14195] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(3039), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4502), 1, + anon_sym_LPAREN, + ACTIONS(4504), 1, anon_sym_LBRACK, - ACTIONS(3041), 55, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + ACTIONS(4506), 1, + anon_sym_QMARK, + ACTIONS(4508), 1, + anon_sym_BANG, + ACTIONS(4510), 1, + anon_sym_LBRACK2, + ACTIONS(4512), 1, + anon_sym_POUND_LBRACK, + STATE(2083), 1, + sym_argument_list, + STATE(2084), 1, + sym_or_block, + STATE(4458), 1, + sym_type_parameters, + ACTIONS(4500), 2, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym___global, + anon_sym_QMARK_DOT, + ACTIONS(1754), 15, + anon_sym_EQ, anon_sym_PIPE, - anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, @@ -201581,86 +203185,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_struct, - anon_sym_pub, - anon_sym_mut, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - sym_identifier, - anon_sym_shared, - anon_sym_map_LBRACK, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - anon_sym_AT_LBRACK, - [13638] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(2732), 1, - anon_sym_LBRACK, - ACTIONS(4532), 1, - anon_sym_DOLLARelse, - ACTIONS(2734), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, + ACTIONS(1752), 30, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -201677,13 +203222,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [13704] = 3, + [14282] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3099), 1, + ACTIONS(3113), 1, anon_sym_LBRACK, - ACTIONS(3101), 55, + ACTIONS(3115), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -201709,6 +203253,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_struct, anon_sym_pub, anon_sym_mut, @@ -201739,163 +203284,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, anon_sym_atomic, anon_sym_AT_LBRACK, - [13768] = 19, - ACTIONS(3), 1, + [14347] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(2076), 1, - anon_sym_EQ, - ACTIONS(4476), 1, - anon_sym_LPAREN, - ACTIONS(4478), 1, + ACTIONS(3117), 1, anon_sym_LBRACK, - ACTIONS(4480), 1, - anon_sym_QMARK, - ACTIONS(4482), 1, - anon_sym_BANG, - ACTIONS(4484), 1, - anon_sym_LBRACK2, - ACTIONS(4486), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4512), 1, - anon_sym_in, - ACTIONS(4514), 1, - anon_sym_BANGin, - STATE(2081), 1, - sym_argument_list, - STATE(2082), 1, - sym_or_block, - STATE(4192), 1, - sym_type_parameters, - ACTIONS(4474), 2, + ACTIONS(3119), 56, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4494), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4490), 4, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym___global, anon_sym_PIPE, + anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4496), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4492), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2074), 24, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_COLON, + anon_sym_DOT_DOT_DOT, + anon_sym_LT2, + anon_sym_struct, + anon_sym_pub, + anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [13864] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4428), 1, - anon_sym_LPAREN, - ACTIONS(4438), 1, - anon_sym_LBRACK, - ACTIONS(4444), 1, anon_sym_QMARK, - ACTIONS(4446), 1, anon_sym_BANG, - ACTIONS(4448), 1, anon_sym_LBRACK2, - ACTIONS(4456), 1, - anon_sym_POUND_LBRACK, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, - sym_argument_list, - STATE(4313), 1, - sym_type_parameters, - ACTIONS(4420), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(2076), 7, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT, - anon_sym_GT, anon_sym_CARET, - ACTIONS(4432), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2074), 30, - anon_sym_SEMI, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [13950] = 4, + sym_identifier, + anon_sym_shared, + anon_sym_map_LBRACK, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + anon_sym_AT_LBRACK, + [14412] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(2702), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - STATE(1860), 1, + STATE(1806), 1, sym_type_parameters, - ACTIONS(2704), 54, + ACTIONS(2628), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -201917,6 +203375,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -201950,144 +203409,136 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [14016] = 14, - ACTIONS(3), 1, + [14479] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(4476), 1, - anon_sym_LPAREN, - ACTIONS(4478), 1, + ACTIONS(3161), 1, anon_sym_LBRACK, - ACTIONS(4480), 1, - anon_sym_QMARK, - ACTIONS(4482), 1, - anon_sym_BANG, - ACTIONS(4484), 1, - anon_sym_LBRACK2, - ACTIONS(4486), 1, - anon_sym_POUND_LBRACK, - STATE(2081), 1, - sym_argument_list, - STATE(2082), 1, - sym_or_block, - STATE(4192), 1, - sym_type_parameters, - ACTIONS(4474), 2, + ACTIONS(3163), 56, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(2076), 7, - anon_sym_EQ, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym___global, anon_sym_PIPE, + anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_CARET, - ACTIONS(4492), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2074), 30, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, + anon_sym_DOT_DOT_DOT, + anon_sym_LT2, + anon_sym_struct, + anon_sym_pub, + anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [14102] = 30, + sym_identifier, + anon_sym_shared, + anon_sym_map_LBRACK, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + anon_sym_AT_LBRACK, + [14544] = 31, ACTIONS(3), 1, sym_comment, - ACTIONS(1764), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1678), 1, anon_sym_LBRACE, - ACTIONS(1770), 1, + ACTIONS(1684), 1, anon_sym_EQ, - ACTIONS(4422), 1, + ACTIONS(4426), 1, anon_sym_as, - ACTIONS(4428), 1, + ACTIONS(4432), 1, anon_sym_LPAREN, - ACTIONS(4438), 1, + ACTIONS(4442), 1, anon_sym_LBRACK, - ACTIONS(4440), 1, + ACTIONS(4444), 1, anon_sym_PLUS_PLUS, - ACTIONS(4442), 1, + ACTIONS(4446), 1, anon_sym_DASH_DASH, - ACTIONS(4444), 1, + ACTIONS(4448), 1, anon_sym_QMARK, - ACTIONS(4446), 1, + ACTIONS(4450), 1, anon_sym_BANG, - ACTIONS(4448), 1, + ACTIONS(4452), 1, anon_sym_LBRACK2, - ACTIONS(4450), 1, + ACTIONS(4454), 1, anon_sym_AMP_AMP, - ACTIONS(4452), 1, + ACTIONS(4456), 1, anon_sym_PIPE_PIPE, - ACTIONS(4454), 1, + ACTIONS(4458), 1, anon_sym_or, - ACTIONS(4456), 1, + ACTIONS(4460), 1, anon_sym_POUND_LBRACK, - ACTIONS(4458), 1, + ACTIONS(4462), 1, anon_sym_is, - ACTIONS(4460), 1, + ACTIONS(4464), 1, anon_sym_BANGis, - ACTIONS(4462), 1, + ACTIONS(4466), 1, anon_sym_in, - ACTIONS(4464), 1, + ACTIONS(4468), 1, anon_sym_BANGin, - ACTIONS(4534), 1, + ACTIONS(4544), 1, anon_sym_COMMA, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, + STATE(2056), 1, sym_argument_list, - STATE(3349), 1, + STATE(2131), 1, + sym_or_block, + STATE(3356), 1, aux_sym_strictly_expression_list_repeat1, - STATE(4313), 1, + STATE(4376), 1, sym_type_parameters, - ACTIONS(4420), 2, + ACTIONS(4424), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4434), 2, + ACTIONS(4438), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4430), 4, + ACTIONS(4434), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4436), 4, + ACTIONS(4440), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4432), 8, + ACTIONS(4436), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -202096,7 +203547,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3227), 13, + ACTIONS(3229), 13, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -202110,90 +203561,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [14220] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2076), 1, - anon_sym_EQ, - ACTIONS(4476), 1, - anon_sym_LPAREN, - ACTIONS(4478), 1, - anon_sym_LBRACK, - ACTIONS(4480), 1, - anon_sym_QMARK, - ACTIONS(4482), 1, - anon_sym_BANG, - ACTIONS(4484), 1, - anon_sym_LBRACK2, - ACTIONS(4486), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4502), 1, - anon_sym_AMP_AMP, - ACTIONS(4512), 1, - anon_sym_in, - ACTIONS(4514), 1, - anon_sym_BANGin, - STATE(2081), 1, - sym_argument_list, - STATE(2082), 1, - sym_or_block, - STATE(4192), 1, - sym_type_parameters, - ACTIONS(4474), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4494), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4490), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4496), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4492), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2074), 23, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LT_DASH, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [14318] = 3, + [14665] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3135), 1, + ACTIONS(3157), 1, anon_sym_LBRACK, - ACTIONS(3137), 55, + ACTIONS(3159), 56, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -202219,6 +203592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_struct, anon_sym_pub, anon_sym_mut, @@ -202249,25 +203623,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, anon_sym_atomic, anon_sym_AT_LBRACK, - [14382] = 3, + [14730] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3131), 1, + ACTIONS(2889), 1, anon_sym_LBRACK, - ACTIONS(3133), 55, + ACTIONS(2891), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym___global, + anon_sym_EQ, anon_sym_PIPE, - anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, @@ -202279,10 +203650,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_struct, - anon_sym_pub, - anon_sym_mut, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -202303,21 +203671,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - sym_identifier, - anon_sym_shared, - anon_sym_map_LBRACK, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - anon_sym_AT_LBRACK, - [14446] = 4, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [14794] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2738), 1, + ACTIONS(3185), 1, anon_sym_LBRACK, - ACTIONS(4536), 1, - anon_sym_DOLLARelse, - ACTIONS(2740), 54, + ACTIONS(3187), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -202339,6 +203711,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -202372,209 +203745,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [14512] = 15, - ACTIONS(3), 1, + [14858] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(4476), 1, - anon_sym_LPAREN, - ACTIONS(4478), 1, + ACTIONS(2929), 1, anon_sym_LBRACK, - ACTIONS(4480), 1, - anon_sym_QMARK, - ACTIONS(4482), 1, - anon_sym_BANG, - ACTIONS(4484), 1, - anon_sym_LBRACK2, - ACTIONS(4486), 1, - anon_sym_POUND_LBRACK, - STATE(2081), 1, - sym_argument_list, - STATE(2082), 1, - sym_or_block, - STATE(4192), 1, - sym_type_parameters, - ACTIONS(4474), 2, + ACTIONS(2931), 55, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(2112), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4490), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4492), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2110), 30, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LT_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [14600] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4476), 1, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(4478), 1, - anon_sym_LBRACK, - ACTIONS(4480), 1, - anon_sym_QMARK, - ACTIONS(4482), 1, - anon_sym_BANG, - ACTIONS(4484), 1, - anon_sym_LBRACK2, - ACTIONS(4486), 1, - anon_sym_POUND_LBRACK, - STATE(2081), 1, - sym_argument_list, - STATE(2082), 1, - sym_or_block, - STATE(4192), 1, - sym_type_parameters, - ACTIONS(4474), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(2108), 3, anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4490), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4492), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2106), 30, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [14688] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4476), 1, - anon_sym_LPAREN, - ACTIONS(4478), 1, - anon_sym_LBRACK, - ACTIONS(4480), 1, anon_sym_QMARK, - ACTIONS(4482), 1, anon_sym_BANG, - ACTIONS(4484), 1, anon_sym_LBRACK2, - ACTIONS(4486), 1, - anon_sym_POUND_LBRACK, - STATE(2081), 1, - sym_argument_list, - STATE(2082), 1, - sym_or_block, - STATE(4192), 1, - sym_type_parameters, - ACTIONS(4474), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(2076), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4490), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_CARET, - ACTIONS(4492), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2074), 30, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -202591,12 +203805,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [14776] = 3, + anon_sym_COLON_EQ, + [14922] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2782), 1, + ACTIONS(2949), 1, anon_sym_LBRACK, - ACTIONS(2784), 54, + ACTIONS(2951), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -202618,6 +203833,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -202651,12 +203867,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [14839] = 3, + [14986] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2870), 1, + ACTIONS(2953), 1, anon_sym_LBRACK, - ACTIONS(2872), 54, + ACTIONS(2955), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -202678,6 +203894,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -202711,12 +203928,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [14902] = 3, + [15050] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3123), 1, + ACTIONS(2957), 1, anon_sym_LBRACK, - ACTIONS(3125), 54, + ACTIONS(2959), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -202738,6 +203955,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -202771,20 +203989,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [14965] = 3, - ACTIONS(487), 1, + [15114] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(2878), 1, - anon_sym_LBRACK, - ACTIONS(2880), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(4546), 1, + anon_sym_else, + STATE(2101), 1, + sym_else_branch, + ACTIONS(2258), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -202794,12 +204006,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(2256), 35, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [15182] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4546), 1, + anon_sym_else, + STATE(2102), 1, + sym_else_branch, + ACTIONS(2264), 19, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -202809,6 +204079,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(2262), 35, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -202831,12 +204115,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15028] = 3, + [15250] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2830), 1, + ACTIONS(3093), 1, anon_sym_LBRACK, - ACTIONS(2832), 54, + ACTIONS(3095), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -202858,6 +204142,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -202891,12 +204176,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15091] = 3, + [15314] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(3189), 1, anon_sym_LBRACK, - ACTIONS(3177), 54, + ACTIONS(3191), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -202918,6 +204203,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -202951,12 +204237,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15154] = 3, + [15378] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3115), 1, + ACTIONS(2719), 1, anon_sym_LBRACK, - ACTIONS(3117), 54, + ACTIONS(2721), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -202978,6 +204264,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -203011,12 +204298,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15217] = 3, + [15442] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3075), 1, + ACTIONS(3153), 1, anon_sym_LBRACK, - ACTIONS(3077), 54, + ACTIONS(3155), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -203038,6 +204325,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -203071,12 +204359,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15280] = 3, + [15506] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3071), 1, + ACTIONS(3017), 1, anon_sym_LBRACK, - ACTIONS(3073), 54, + ACTIONS(3019), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -203098,6 +204386,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -203131,12 +204420,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15343] = 3, + [15570] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3127), 1, + ACTIONS(3001), 1, anon_sym_LBRACK, - ACTIONS(3129), 54, + ACTIONS(3003), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -203158,6 +204447,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -203191,12 +204481,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15406] = 3, + [15634] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3171), 1, + ACTIONS(3101), 1, anon_sym_LBRACK, - ACTIONS(3173), 54, + ACTIONS(3103), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -203218,6 +204508,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -203251,12 +204542,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15469] = 3, + [15698] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3119), 1, + ACTIONS(3009), 1, anon_sym_LBRACK, - ACTIONS(3121), 54, + ACTIONS(3011), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -203278,6 +204569,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -203311,12 +204603,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15532] = 3, + [15762] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3151), 1, + ACTIONS(3013), 1, anon_sym_LBRACK, - ACTIONS(3153), 54, + ACTIONS(3015), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -203338,6 +204630,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -203371,77 +204664,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15595] = 27, - ACTIONS(3), 1, + [15826] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(2124), 1, - anon_sym_EQ, - ACTIONS(4422), 1, - anon_sym_as, - ACTIONS(4428), 1, - anon_sym_LPAREN, - ACTIONS(4438), 1, + ACTIONS(3149), 1, anon_sym_LBRACK, - ACTIONS(4440), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4442), 1, - anon_sym_DASH_DASH, - ACTIONS(4444), 1, - anon_sym_QMARK, - ACTIONS(4446), 1, - anon_sym_BANG, - ACTIONS(4448), 1, - anon_sym_LBRACK2, - ACTIONS(4454), 1, - anon_sym_or, - ACTIONS(4456), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4524), 1, - anon_sym_AMP_AMP, - ACTIONS(4526), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4528), 1, - anon_sym_in, - ACTIONS(4530), 1, - anon_sym_BANGin, - ACTIONS(4538), 1, - anon_sym_is, - ACTIONS(4540), 1, - anon_sym_BANGis, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, - sym_argument_list, - STATE(4313), 1, - sym_type_parameters, - ACTIONS(4420), 2, + ACTIONS(3151), 55, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4520), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4516), 4, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4522), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4518), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_LT2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2122), 15, - anon_sym_SEMI, - anon_sym_COMMA, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -203455,77 +204725,115 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15706] = 27, - ACTIONS(3), 1, + [15890] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(2124), 1, - anon_sym_EQ, - ACTIONS(4422), 1, + ACTIONS(3145), 1, + anon_sym_LBRACK, + ACTIONS(3147), 55, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, anon_sym_as, - ACTIONS(4428), 1, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(4438), 1, - anon_sym_LBRACK, - ACTIONS(4440), 1, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, - ACTIONS(4442), 1, anon_sym_DASH_DASH, - ACTIONS(4444), 1, anon_sym_QMARK, - ACTIONS(4446), 1, anon_sym_BANG, - ACTIONS(4448), 1, anon_sym_LBRACK2, - ACTIONS(4450), 1, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, - ACTIONS(4452), 1, anon_sym_PIPE_PIPE, - ACTIONS(4454), 1, anon_sym_or, - ACTIONS(4456), 1, + anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - ACTIONS(4462), 1, - anon_sym_in, - ACTIONS(4464), 1, - anon_sym_BANGin, - ACTIONS(4538), 1, anon_sym_is, - ACTIONS(4540), 1, anon_sym_BANGis, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, - sym_argument_list, - STATE(4313), 1, - sym_type_parameters, - ACTIONS(4420), 2, + anon_sym_in, + anon_sym_BANGin, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [15954] = 3, + ACTIONS(487), 1, + sym_comment, + ACTIONS(3137), 1, + anon_sym_LBRACK, + ACTIONS(3139), 55, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4434), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4430), 4, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4436), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4432), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_LT2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2122), 15, - anon_sym_LBRACE, - anon_sym_COMMA, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -203539,12 +204847,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15817] = 3, + [16018] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3111), 1, + ACTIONS(3133), 1, anon_sym_LBRACK, - ACTIONS(3113), 54, + ACTIONS(3135), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -203566,6 +204874,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -203599,12 +204908,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15880] = 3, + [16082] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3107), 1, + ACTIONS(3129), 1, anon_sym_LBRACK, - ACTIONS(3109), 54, + ACTIONS(3131), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -203626,6 +204935,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -203659,12 +204969,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [15943] = 3, + [16146] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3095), 1, + ACTIONS(3021), 1, anon_sym_LBRACK, - ACTIONS(3097), 54, + ACTIONS(3023), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -203686,6 +204996,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -203719,12 +205030,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [16006] = 3, + [16210] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2961), 1, + ACTIONS(2630), 1, anon_sym_LBRACK, - ACTIONS(2963), 54, + ACTIONS(2632), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -203746,6 +205057,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -203779,60 +205091,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [16069] = 14, - ACTIONS(3), 1, + [16274] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(4428), 1, - anon_sym_LPAREN, - ACTIONS(4438), 1, + ACTIONS(3025), 1, anon_sym_LBRACK, - ACTIONS(4444), 1, - anon_sym_QMARK, - ACTIONS(4446), 1, - anon_sym_BANG, - ACTIONS(4448), 1, - anon_sym_LBRACK2, - ACTIONS(4456), 1, - anon_sym_POUND_LBRACK, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, - sym_argument_list, - STATE(4313), 1, - sym_type_parameters, - ACTIONS(4420), 2, + ACTIONS(3027), 55, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(2076), 7, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_CARET, - ACTIONS(4518), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2074), 29, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -203850,12 +205152,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [16154] = 3, + [16338] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3159), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3161), 54, + ACTIONS(3079), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -203877,6 +205179,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -203910,12 +205213,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [16217] = 3, + [16402] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3167), 1, + ACTIONS(3073), 1, anon_sym_LBRACK, - ACTIONS(3169), 54, + ACTIONS(3075), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -203937,6 +205240,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -203970,12 +205274,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [16280] = 3, + [16466] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3027), 1, + ACTIONS(3065), 1, anon_sym_LBRACK, - ACTIONS(3029), 54, + ACTIONS(3067), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -203997,6 +205301,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -204030,77 +205335,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [16343] = 27, - ACTIONS(3), 1, + [16530] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(2220), 1, - anon_sym_EQ, - ACTIONS(4422), 1, - anon_sym_as, - ACTIONS(4428), 1, - anon_sym_LPAREN, - ACTIONS(4438), 1, + ACTIONS(3053), 1, anon_sym_LBRACK, - ACTIONS(4440), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4442), 1, - anon_sym_DASH_DASH, - ACTIONS(4444), 1, - anon_sym_QMARK, - ACTIONS(4446), 1, - anon_sym_BANG, - ACTIONS(4448), 1, - anon_sym_LBRACK2, - ACTIONS(4454), 1, - anon_sym_or, - ACTIONS(4456), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4458), 1, - anon_sym_is, - ACTIONS(4460), 1, - anon_sym_BANGis, - ACTIONS(4524), 1, - anon_sym_AMP_AMP, - ACTIONS(4526), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4528), 1, - anon_sym_in, - ACTIONS(4530), 1, - anon_sym_BANGin, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, - sym_argument_list, - STATE(4313), 1, - sym_type_parameters, - ACTIONS(4420), 2, + ACTIONS(3055), 55, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4520), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4516), 4, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4522), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4518), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_LT2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2218), 15, - anon_sym_SEMI, - anon_sym_COMMA, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -204114,17 +205396,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [16454] = 4, + [16594] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2774), 1, - anon_sym_DOT, - ACTIONS(3027), 1, + ACTIONS(3049), 1, anon_sym_LBRACK, - ACTIONS(3029), 53, + ACTIONS(3051), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -204142,6 +205423,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -204175,12 +205457,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [16519] = 3, + [16658] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3067), 1, + ACTIONS(3045), 1, anon_sym_LBRACK, - ACTIONS(3069), 54, + ACTIONS(3047), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -204202,6 +205484,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -204235,12 +205518,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [16582] = 3, + [16722] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2909), 1, + ACTIONS(3037), 1, anon_sym_LBRACK, - ACTIONS(2911), 54, + ACTIONS(3039), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -204262,6 +205545,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -204295,12 +205579,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [16645] = 3, + [16786] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2889), 1, + ACTIONS(2985), 1, anon_sym_LBRACK, - ACTIONS(2891), 54, + ACTIONS(2987), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -204322,6 +205606,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -204355,19 +205640,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [16708] = 7, - ACTIONS(3), 1, + [16850] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(4542), 1, - anon_sym_COMMA, - ACTIONS(4544), 1, - anon_sym_COLON_EQ, - STATE(3919), 1, - aux_sym_identifier_list_repeat1, - ACTIONS(2777), 2, - anon_sym_LBRACE, + ACTIONS(2981), 1, anon_sym_LBRACK, - ACTIONS(2772), 19, + ACTIONS(2983), 55, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -204377,7 +205663,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_COLON, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -204387,17 +205679,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2770), 31, - anon_sym_DOT, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -204419,35 +205700,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [16779] = 4, + anon_sym_COLON_EQ, + [16914] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2976), 1, + ACTIONS(3193), 1, anon_sym_LBRACK, - ACTIONS(2971), 19, + ACTIONS(3195), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - ACTIONS(2973), 35, anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -204460,6 +205728,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -204480,12 +205749,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [16844] = 3, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [16978] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2901), 1, + ACTIONS(3029), 1, anon_sym_LBRACK, - ACTIONS(2903), 54, + ACTIONS(3031), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -204507,6 +205789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -204540,18 +205823,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [16907] = 4, + [17042] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2954), 1, + ACTIONS(2945), 1, anon_sym_LBRACK, - ACTIONS(2949), 19, + ACTIONS(2947), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -204565,10 +205884,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - ACTIONS(2951), 35, + [17106] = 3, + ACTIONS(487), 1, + sym_comment, + ACTIONS(2941), 1, + anon_sym_LBRACK, + ACTIONS(2943), 55, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -204581,6 +205911,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -204601,12 +205932,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [16972] = 3, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [17170] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2983), 1, + ACTIONS(2933), 1, anon_sym_LBRACK, - ACTIONS(2985), 54, + ACTIONS(2935), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -204628,6 +205972,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -204661,12 +206006,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17035] = 3, + [17234] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2979), 1, + ACTIONS(2921), 1, anon_sym_LBRACK, - ACTIONS(2981), 54, + ACTIONS(2923), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -204688,6 +206033,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -204721,12 +206067,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17098] = 3, + [17298] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2913), 1, + ACTIONS(2917), 1, anon_sym_LBRACK, - ACTIONS(2915), 54, + ACTIONS(2919), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -204748,6 +206094,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -204781,12 +206128,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17161] = 3, + [17362] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2917), 1, + ACTIONS(2905), 1, anon_sym_LBRACK, - ACTIONS(2919), 54, + ACTIONS(2907), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -204808,6 +206155,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -204841,12 +206189,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17224] = 3, + [17426] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2929), 1, + ACTIONS(2901), 1, anon_sym_LBRACK, - ACTIONS(2931), 54, + ACTIONS(2903), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -204868,6 +206216,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -204901,12 +206250,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17287] = 3, + [17490] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2933), 1, + ACTIONS(2897), 1, anon_sym_LBRACK, - ACTIONS(2935), 54, + ACTIONS(2899), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -204928,6 +206277,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -204961,12 +206311,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17350] = 3, + [17554] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2866), 1, + ACTIONS(2893), 1, anon_sym_LBRACK, - ACTIONS(2868), 54, + ACTIONS(2895), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -204988,6 +206338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -205021,12 +206372,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17413] = 3, + [17618] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2850), 1, + ACTIONS(3033), 1, anon_sym_LBRACK, - ACTIONS(2852), 54, + ACTIONS(3035), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -205048,6 +206399,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -205081,12 +206433,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17476] = 3, + [17682] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2818), 1, + ACTIONS(3141), 1, anon_sym_LBRACK, - ACTIONS(2820), 54, + ACTIONS(3143), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -205108,6 +206460,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -205141,12 +206494,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17539] = 3, + [17746] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2814), 1, + ACTIONS(2869), 1, anon_sym_LBRACK, - ACTIONS(2816), 54, + ACTIONS(2871), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -205168,6 +206521,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -205201,12 +206555,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17602] = 3, + [17810] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2802), 1, + ACTIONS(2865), 1, anon_sym_LBRACK, - ACTIONS(2804), 54, + ACTIONS(2867), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -205228,6 +206582,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -205261,12 +206616,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17665] = 3, + [17874] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2798), 1, + ACTIONS(2857), 1, anon_sym_LBRACK, - ACTIONS(2800), 54, + ACTIONS(2859), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -205288,6 +206643,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -205321,12 +206677,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17728] = 3, + [17938] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3083), 1, + ACTIONS(2853), 1, anon_sym_LBRACK, - ACTIONS(3085), 54, + ACTIONS(2855), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -205348,6 +206704,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -205381,12 +206738,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17791] = 3, + [18002] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2999), 1, + ACTIONS(3165), 1, anon_sym_LBRACK, - ACTIONS(3001), 54, + ACTIONS(3167), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -205408,6 +206765,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -205441,12 +206799,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17854] = 3, + [18066] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4432), 1, + anon_sym_LPAREN, + ACTIONS(4442), 1, + anon_sym_LBRACK, + ACTIONS(4448), 1, + anon_sym_QMARK, + ACTIONS(4450), 1, + anon_sym_BANG, + ACTIONS(4452), 1, + anon_sym_LBRACK2, + ACTIONS(4460), 1, + anon_sym_POUND_LBRACK, + STATE(2056), 1, + sym_argument_list, + STATE(2131), 1, + sym_or_block, + STATE(4376), 1, + sym_type_parameters, + ACTIONS(4424), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(1958), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4484), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4486), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1956), 29, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [18156] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3019), 1, + ACTIONS(2801), 1, anon_sym_LBRACK, - ACTIONS(3021), 54, + ACTIONS(2803), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -205468,6 +206900,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -205501,12 +206934,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17917] = 3, + [18220] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3023), 1, + ACTIONS(2771), 1, anon_sym_LBRACK, - ACTIONS(3025), 54, + ACTIONS(2773), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -205528,6 +206961,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -205561,12 +206995,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [17980] = 3, + [18284] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3191), 1, + ACTIONS(3097), 1, anon_sym_LBRACK, - ACTIONS(3193), 54, + ACTIONS(3099), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -205588,6 +207022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -205621,12 +207056,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18043] = 3, + [18348] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2937), 1, + ACTIONS(2997), 1, anon_sym_LBRACK, - ACTIONS(2939), 54, + ACTIONS(2999), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -205648,6 +207083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -205681,12 +207117,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18106] = 3, + [18412] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3015), 1, + ACTIONS(2767), 1, anon_sym_LBRACK, - ACTIONS(3017), 54, + ACTIONS(2769), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -205708,6 +207144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -205741,12 +207178,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18169] = 3, + [18476] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2991), 1, + ACTIONS(2763), 1, anon_sym_LBRACK, - ACTIONS(2993), 54, + ACTIONS(2765), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -205768,6 +207205,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -205801,12 +207239,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18232] = 3, + [18540] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3007), 1, + ACTIONS(2759), 1, anon_sym_LBRACK, - ACTIONS(3009), 54, + ACTIONS(2761), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -205828,6 +207266,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -205861,14 +207300,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18295] = 5, + [18604] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(4546), 1, - anon_sym_else, - STATE(1976), 1, - sym_else_branch, - ACTIONS(2406), 18, + ACTIONS(2472), 1, + anon_sym_LT2, + ACTIONS(4548), 1, + anon_sym_COMMA, + ACTIONS(4550), 1, + anon_sym_COLON_EQ, + STATE(3945), 1, + aux_sym_identifier_list_repeat1, + ACTIONS(2475), 2, + anon_sym_LBRACE, + anon_sym_LBRACK, + ACTIONS(2470), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -205878,6 +207324,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -205887,20 +207334,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2404), 35, - anon_sym_SEMI, + ACTIONS(2468), 31, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -205922,15 +207366,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [18362] = 5, - ACTIONS(3), 1, + [18678] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(4546), 1, - anon_sym_else, - STATE(1980), 1, - sym_else_branch, - ACTIONS(2400), 18, + ACTIONS(2885), 1, + anon_sym_LBRACK, + ACTIONS(2887), 55, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -205940,6 +207389,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -205949,25 +207405,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2398), 35, - anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [18742] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4432), 1, + anon_sym_LPAREN, + ACTIONS(4442), 1, + anon_sym_LBRACK, + ACTIONS(4448), 1, + anon_sym_QMARK, + ACTIONS(4450), 1, + anon_sym_BANG, + ACTIONS(4452), 1, + anon_sym_LBRACK2, + ACTIONS(4460), 1, + anon_sym_POUND_LBRACK, + STATE(2056), 1, + sym_argument_list, + STATE(2131), 1, + sym_or_block, + STATE(4376), 1, + sym_type_parameters, + ACTIONS(4424), 2, anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(1964), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4484), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4486), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1962), 29, + anon_sym_SEMI, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -205985,12 +207501,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18429] = 3, + [18832] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3079), 1, + ACTIONS(2849), 1, anon_sym_LBRACK, - ACTIONS(3081), 54, + ACTIONS(2851), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -206012,6 +207528,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -206045,12 +207562,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18492] = 3, + [18896] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3011), 1, + ACTIONS(3041), 1, anon_sym_LBRACK, - ACTIONS(3013), 54, + ACTIONS(3043), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -206072,6 +207589,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -206105,12 +207623,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18555] = 3, + [18960] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3187), 1, + ACTIONS(2641), 1, anon_sym_LBRACK, - ACTIONS(3189), 54, + ACTIONS(2643), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -206132,6 +207650,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -206165,12 +207684,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18618] = 3, + [19024] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2921), 1, + ACTIONS(3109), 1, anon_sym_LBRACK, - ACTIONS(2923), 54, + ACTIONS(3111), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -206192,6 +207711,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -206225,12 +207745,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18681] = 3, + [19088] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2905), 1, + ACTIONS(3181), 1, anon_sym_LBRACK, - ACTIONS(2907), 54, + ACTIONS(3183), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -206252,6 +207772,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -206285,10 +207806,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18744] = 3, - ACTIONS(3), 1, + [19152] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(2730), 18, + ACTIONS(2715), 1, + anon_sym_LBRACK, + ACTIONS(2717), 55, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -206298,6 +207829,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -206307,27 +207845,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2728), 37, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_else, - anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -206345,12 +207867,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18807] = 3, + [19216] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2826), 1, + ACTIONS(2649), 1, anon_sym_LBRACK, - ACTIONS(2828), 54, + ACTIONS(2651), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -206372,6 +207894,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -206405,12 +207928,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18870] = 3, + [19280] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2897), 1, + ACTIONS(2645), 1, anon_sym_LBRACK, - ACTIONS(2899), 54, + ACTIONS(2647), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -206432,6 +207955,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -206465,12 +207989,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18933] = 3, + [19344] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3163), 1, + ACTIONS(3169), 1, anon_sym_LBRACK, - ACTIONS(3165), 54, + ACTIONS(3171), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -206492,6 +208016,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -206525,12 +208050,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [18996] = 3, + [19408] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3183), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(3185), 54, + ACTIONS(2628), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -206552,6 +208077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -206585,12 +208111,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [19059] = 3, + [19472] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2874), 1, + ACTIONS(2805), 1, anon_sym_LBRACK, - ACTIONS(2876), 54, + ACTIONS(2807), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -206612,6 +208138,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -206645,12 +208172,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [19122] = 3, + [19536] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2768), 1, + ACTIONS(2809), 1, anon_sym_LBRACK, - ACTIONS(2766), 54, + ACTIONS(2811), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -206672,6 +208199,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -206705,12 +208233,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [19185] = 3, + [19600] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2858), 1, + ACTIONS(2813), 1, anon_sym_LBRACK, - ACTIONS(2860), 54, + ACTIONS(2815), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -206732,6 +208260,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -206765,12 +208294,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [19248] = 3, + [19664] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2806), 1, + ACTIONS(2839), 1, anon_sym_LBRACK, - ACTIONS(2808), 54, + ACTIONS(2841), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -206792,6 +208321,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -206825,12 +208355,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [19311] = 3, + [19728] = 28, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1730), 1, + anon_sym_EQ, + ACTIONS(4426), 1, + anon_sym_as, + ACTIONS(4432), 1, + anon_sym_LPAREN, + ACTIONS(4442), 1, + anon_sym_LBRACK, + ACTIONS(4444), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4446), 1, + anon_sym_DASH_DASH, + ACTIONS(4448), 1, + anon_sym_QMARK, + ACTIONS(4450), 1, + anon_sym_BANG, + ACTIONS(4452), 1, + anon_sym_LBRACK2, + ACTIONS(4458), 1, + anon_sym_or, + ACTIONS(4460), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4462), 1, + anon_sym_is, + ACTIONS(4464), 1, + anon_sym_BANGis, + ACTIONS(4492), 1, + anon_sym_AMP_AMP, + ACTIONS(4494), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4496), 1, + anon_sym_in, + ACTIONS(4498), 1, + anon_sym_BANGin, + STATE(2056), 1, + sym_argument_list, + STATE(2131), 1, + sym_or_block, + STATE(4376), 1, + sym_type_parameters, + ACTIONS(4424), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4488), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4484), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4490), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4486), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1728), 15, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [19842] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2810), 1, + ACTIONS(2843), 1, anon_sym_LBRACK, - ACTIONS(2812), 54, + ACTIONS(2845), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -206852,6 +208468,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -206885,12 +208502,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [19374] = 3, + [19906] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2838), 1, + ACTIONS(2817), 1, anon_sym_LBRACK, - ACTIONS(2840), 54, + ACTIONS(2819), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -206912,6 +208529,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -206945,12 +208563,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [19437] = 3, + [19970] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2842), 1, + ACTIONS(2925), 1, anon_sym_LBRACK, - ACTIONS(2844), 54, + ACTIONS(2927), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -206972,6 +208590,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -207005,115 +208624,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [19500] = 5, + [20034] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(4548), 1, - anon_sym_else, - STATE(2018), 1, - sym_else_branch, - ACTIONS(2406), 18, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1724), 1, anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2404), 35, - anon_sym_DOT, + ACTIONS(4426), 1, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, + ACTIONS(4432), 1, anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(4442), 1, anon_sym_LBRACK, - anon_sym_COLON, + ACTIONS(4444), 1, anon_sym_PLUS_PLUS, + ACTIONS(4446), 1, anon_sym_DASH_DASH, - anon_sym_LT_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4448), 1, + anon_sym_QMARK, + ACTIONS(4450), 1, + anon_sym_BANG, + ACTIONS(4452), 1, + anon_sym_LBRACK2, + ACTIONS(4458), 1, anon_sym_or, - anon_sym_QMARK_DOT, + ACTIONS(4460), 1, anon_sym_POUND_LBRACK, + ACTIONS(4462), 1, anon_sym_is, + ACTIONS(4464), 1, anon_sym_BANGis, + ACTIONS(4492), 1, + anon_sym_AMP_AMP, + ACTIONS(4494), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4496), 1, anon_sym_in, + ACTIONS(4498), 1, anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [19567] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(2862), 1, - anon_sym_LBRACK, - ACTIONS(2864), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + STATE(2056), 1, + sym_argument_list, + STATE(2131), 1, + sym_or_block, + STATE(4376), 1, + sym_type_parameters, + ACTIONS(4424), 2, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_EQ, + anon_sym_QMARK_DOT, + ACTIONS(4488), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4484), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_CARET, + ACTIONS(4490), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, + ACTIONS(4486), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, + ACTIONS(1722), 15, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -207127,12 +208710,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [19630] = 3, + [20148] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(2854), 1, + ACTIONS(2873), 1, anon_sym_LBRACK, - ACTIONS(2856), 54, + ACTIONS(4552), 1, + anon_sym_BANG, + ACTIONS(2875), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -207154,10 +208739,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, - anon_sym_BANG, anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, @@ -207187,20 +208772,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [19693] = 3, - ACTIONS(487), 1, + [20214] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(3047), 1, - anon_sym_LBRACK, - ACTIONS(3049), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(4554), 1, + anon_sym_else, + STATE(2014), 1, + sym_else_branch, + ACTIONS(2264), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -207210,12 +208789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -207225,6 +208799,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(2262), 35, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -207246,13 +208835,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [19756] = 3, + [20282] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2834), 1, + ACTIONS(2937), 1, anon_sym_LBRACK, - ACTIONS(2836), 54, + ACTIONS(2939), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -207274,6 +208862,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -207307,49 +208896,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [19819] = 3, - ACTIONS(487), 1, + [20346] = 15, + ACTIONS(3), 1, sym_comment, - ACTIONS(2790), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4432), 1, + anon_sym_LPAREN, + ACTIONS(4442), 1, anon_sym_LBRACK, - ACTIONS(2792), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(4448), 1, + anon_sym_QMARK, + ACTIONS(4450), 1, + anon_sym_BANG, + ACTIONS(4452), 1, + anon_sym_LBRACK2, + ACTIONS(4460), 1, + anon_sym_POUND_LBRACK, + STATE(2056), 1, + sym_argument_list, + STATE(2131), 1, + sym_or_block, + STATE(4376), 1, + sym_type_parameters, + ACTIONS(4424), 2, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + anon_sym_QMARK_DOT, + ACTIONS(1782), 7, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_CARET, + ACTIONS(4486), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1796), 29, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -207367,12 +208969,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [19882] = 3, + [20434] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2925), 1, + ACTIONS(2989), 1, anon_sym_LBRACK, - ACTIONS(2927), 54, + ACTIONS(2991), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -207394,6 +208996,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -207427,54 +209030,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [19945] = 3, + [20498] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2700), 18, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1782), 1, anon_sym_EQ, + ACTIONS(4432), 1, + anon_sym_LPAREN, + ACTIONS(4442), 1, + anon_sym_LBRACK, + ACTIONS(4448), 1, + anon_sym_QMARK, + ACTIONS(4450), 1, + anon_sym_BANG, + ACTIONS(4452), 1, + anon_sym_LBRACK2, + ACTIONS(4460), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4492), 1, + anon_sym_AMP_AMP, + ACTIONS(4496), 1, + anon_sym_in, + ACTIONS(4498), 1, + anon_sym_BANGin, + STATE(2056), 1, + sym_argument_list, + STATE(2131), 1, + sym_or_block, + STATE(4376), 1, + sym_type_parameters, + ACTIONS(4424), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4488), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4484), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4490), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4486), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2698), 37, - anon_sym_DOT, + ACTIONS(1796), 22, + anon_sym_SEMI, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, - anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_else, - anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -207487,53 +209108,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [20008] = 3, - ACTIONS(487), 1, + anon_sym_COLON_EQ, + [20598] = 28, + ACTIONS(3), 1, sym_comment, - ACTIONS(3091), 1, - anon_sym_LBRACK, - ACTIONS(3093), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1942), 1, + anon_sym_EQ, + ACTIONS(4426), 1, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(4432), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(4442), 1, + anon_sym_LBRACK, + ACTIONS(4444), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4446), 1, + anon_sym_DASH_DASH, + ACTIONS(4448), 1, + anon_sym_QMARK, + ACTIONS(4450), 1, + anon_sym_BANG, + ACTIONS(4452), 1, + anon_sym_LBRACK2, + ACTIONS(4458), 1, + anon_sym_or, + ACTIONS(4460), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4492), 1, + anon_sym_AMP_AMP, + ACTIONS(4494), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4496), 1, + anon_sym_in, + ACTIONS(4498), 1, + anon_sym_BANGin, + ACTIONS(4556), 1, + anon_sym_is, + ACTIONS(4558), 1, + anon_sym_BANGis, + STATE(2056), 1, + sym_argument_list, + STATE(2131), 1, + sym_or_block, + STATE(4376), 1, + sym_type_parameters, + ACTIONS(4424), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4488), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4484), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_CARET, + ACTIONS(4490), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, + ACTIONS(4486), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, + ACTIONS(1940), 15, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -207547,12 +209195,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20071] = 3, + [20712] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2794), 1, + ACTIONS(2422), 1, anon_sym_LBRACK, - ACTIONS(2796), 54, + ACTIONS(2420), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -207574,6 +209222,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -207607,12 +209256,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20134] = 3, + [20776] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3087), 1, + ACTIONS(2993), 1, anon_sym_LBRACK, - ACTIONS(3089), 54, + ACTIONS(2995), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -207634,6 +209283,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -207667,12 +209317,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20197] = 3, + [20840] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2786), 1, + ACTIONS(2913), 1, anon_sym_LBRACK, - ACTIONS(2788), 54, + ACTIONS(2915), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -207694,6 +209344,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -207727,20 +209378,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20260] = 3, - ACTIONS(487), 1, + [20904] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(2822), 1, - anon_sym_LBRACK, - ACTIONS(2824), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(2590), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -207750,12 +209391,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -207765,11 +209401,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(2588), 37, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, + anon_sym_else, + anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -207786,13 +209439,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [20323] = 3, + [20968] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3003), 1, + ACTIONS(2468), 1, anon_sym_LBRACK, - ACTIONS(3005), 54, + ACTIONS(2470), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -207814,6 +209466,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -207847,12 +209500,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20386] = 3, + [21032] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2957), 1, + ACTIONS(3057), 1, anon_sym_LBRACK, - ACTIONS(2959), 54, + ACTIONS(3059), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -207874,6 +209527,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -207907,12 +209561,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20449] = 3, + [21096] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2893), 1, + ACTIONS(3061), 1, anon_sym_LBRACK, - ACTIONS(2895), 54, + ACTIONS(3063), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -207934,6 +209588,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -207967,12 +209622,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20512] = 3, + [21160] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3055), 1, + ACTIONS(3125), 1, anon_sym_LBRACK, - ACTIONS(3057), 54, + ACTIONS(3127), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -207994,6 +209649,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -208027,49 +209683,149 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20575] = 3, - ACTIONS(487), 1, + [21224] = 28, + ACTIONS(3), 1, sym_comment, - ACTIONS(2702), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1942), 1, + anon_sym_EQ, + ACTIONS(4426), 1, + anon_sym_as, + ACTIONS(4432), 1, + anon_sym_LPAREN, + ACTIONS(4442), 1, anon_sym_LBRACK, - ACTIONS(2704), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(4444), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4446), 1, + anon_sym_DASH_DASH, + ACTIONS(4448), 1, + anon_sym_QMARK, + ACTIONS(4450), 1, + anon_sym_BANG, + ACTIONS(4452), 1, + anon_sym_LBRACK2, + ACTIONS(4454), 1, + anon_sym_AMP_AMP, + ACTIONS(4456), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4458), 1, + anon_sym_or, + ACTIONS(4460), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4466), 1, + anon_sym_in, + ACTIONS(4468), 1, + anon_sym_BANGin, + ACTIONS(4556), 1, + anon_sym_is, + ACTIONS(4558), 1, + anon_sym_BANGis, + STATE(2056), 1, + sym_argument_list, + STATE(2131), 1, + sym_or_block, + STATE(4376), 1, + sym_type_parameters, + ACTIONS(4424), 2, anon_sym_DOT, - anon_sym_as, + anon_sym_QMARK_DOT, + ACTIONS(4438), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4434), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4440), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4436), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1940), 15, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [21338] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4432), 1, anon_sym_LPAREN, + ACTIONS(4442), 1, + anon_sym_LBRACK, + ACTIONS(4448), 1, + anon_sym_QMARK, + ACTIONS(4450), 1, + anon_sym_BANG, + ACTIONS(4452), 1, + anon_sym_LBRACK2, + ACTIONS(4460), 1, + anon_sym_POUND_LBRACK, + STATE(2056), 1, + sym_argument_list, + STATE(2131), 1, + sym_or_block, + STATE(4376), 1, + sym_type_parameters, + ACTIONS(4424), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(1782), 3, anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4484), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4486), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1796), 29, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -208087,12 +209843,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20638] = 3, + [21428] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2987), 1, + ACTIONS(3069), 1, anon_sym_LBRACK, - ACTIONS(2989), 54, + ACTIONS(3071), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -208114,6 +209870,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -208147,77 +209904,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20701] = 27, + [21492] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2210), 1, + ACTIONS(2590), 19, anon_sym_EQ, - ACTIONS(4422), 1, - anon_sym_as, - ACTIONS(4428), 1, - anon_sym_LPAREN, - ACTIONS(4438), 1, - anon_sym_LBRACK, - ACTIONS(4440), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4442), 1, - anon_sym_DASH_DASH, - ACTIONS(4444), 1, - anon_sym_QMARK, - ACTIONS(4446), 1, - anon_sym_BANG, - ACTIONS(4448), 1, - anon_sym_LBRACK2, - ACTIONS(4454), 1, - anon_sym_or, - ACTIONS(4456), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4458), 1, - anon_sym_is, - ACTIONS(4460), 1, - anon_sym_BANGis, - ACTIONS(4524), 1, - anon_sym_AMP_AMP, - ACTIONS(4526), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4528), 1, - anon_sym_in, - ACTIONS(4530), 1, - anon_sym_BANGin, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, - sym_argument_list, - STATE(4313), 1, - sym_type_parameters, - ACTIONS(4420), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4520), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4516), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4522), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4518), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2208), 15, + ACTIONS(2588), 37, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_else, + anon_sym_DOLLARelse, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -208231,17 +209965,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20812] = 4, + [21556] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2882), 1, + ACTIONS(3177), 1, anon_sym_LBRACK, - ACTIONS(2886), 1, - anon_sym_DOT, - ACTIONS(2884), 53, + ACTIONS(3179), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -208259,6 +209992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -208292,16 +210026,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20877] = 3, + [21620] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(3059), 1, + ACTIONS(2634), 1, anon_sym_LBRACK, - ACTIONS(3061), 54, + ACTIONS(2638), 1, + anon_sym_DOT, + ACTIONS(2636), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -208319,6 +210054,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -208352,12 +210088,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [20940] = 3, + [21686] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3179), 1, + ACTIONS(3197), 1, anon_sym_LBRACK, - ACTIONS(3181), 54, + ACTIONS(3199), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -208379,6 +210115,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -208412,10 +210149,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21003] = 3, - ACTIONS(3), 1, + [21750] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(2730), 18, + ACTIONS(3173), 1, + anon_sym_LBRACK, + ACTIONS(3175), 55, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -208425,6 +210172,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -208434,28 +210188,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2728), 37, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_else, - anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -208472,12 +210209,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [21066] = 3, + anon_sym_COLON_EQ, + [21814] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2770), 1, + ACTIONS(3105), 1, anon_sym_LBRACK, - ACTIONS(2772), 54, + ACTIONS(3107), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -208499,6 +210237,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -208532,61 +210271,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21129] = 15, - ACTIONS(3), 1, + [21878] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(4428), 1, - anon_sym_LPAREN, - ACTIONS(4438), 1, + ACTIONS(2968), 1, anon_sym_LBRACK, - ACTIONS(4444), 1, - anon_sym_QMARK, - ACTIONS(4446), 1, - anon_sym_BANG, - ACTIONS(4448), 1, - anon_sym_LBRACK2, - ACTIONS(4456), 1, - anon_sym_POUND_LBRACK, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, - sym_argument_list, - STATE(4313), 1, - sym_type_parameters, - ACTIONS(4420), 2, + ACTIONS(2965), 55, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(2076), 3, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4516), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4518), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2074), 29, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -208604,12 +210332,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21216] = 3, + [21942] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3195), 1, + ACTIONS(2978), 1, anon_sym_LBRACK, - ACTIONS(3197), 54, + ACTIONS(2975), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -208631,6 +210359,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -208664,12 +210393,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21279] = 3, + [22006] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2976), 1, + ACTIONS(3121), 1, anon_sym_LBRACK, - ACTIONS(2973), 54, + ACTIONS(3123), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -208691,6 +210420,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -208724,12 +210454,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21342] = 3, + [22070] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2954), 1, + ACTIONS(3081), 1, anon_sym_LBRACK, - ACTIONS(2951), 54, + ACTIONS(3083), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -208751,6 +210481,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -208784,10 +210515,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21405] = 3, + [22134] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2700), 18, + ACTIONS(2418), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -208797,6 +210528,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -208806,8 +210538,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2698), 37, - anon_sym_SEMI, + ACTIONS(2416), 37, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -208818,8 +210549,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -208843,70 +210576,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [21468] = 19, - ACTIONS(3), 1, + [22198] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(2076), 1, - anon_sym_EQ, - ACTIONS(4428), 1, - anon_sym_LPAREN, - ACTIONS(4438), 1, + ACTIONS(3085), 1, anon_sym_LBRACK, - ACTIONS(4444), 1, - anon_sym_QMARK, - ACTIONS(4446), 1, - anon_sym_BANG, - ACTIONS(4448), 1, - anon_sym_LBRACK2, - ACTIONS(4456), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4528), 1, - anon_sym_in, - ACTIONS(4530), 1, - anon_sym_BANGin, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, - sym_argument_list, - STATE(4313), 1, - sym_type_parameters, - ACTIONS(4420), 2, + ACTIONS(3087), 55, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4520), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4516), 4, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4522), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4518), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_LT2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2074), 23, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -208920,70 +210637,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21563] = 20, - ACTIONS(3), 1, + [22262] = 4, + ACTIONS(487), 1, sym_comment, - ACTIONS(2076), 1, - anon_sym_EQ, - ACTIONS(4428), 1, - anon_sym_LPAREN, - ACTIONS(4438), 1, + ACTIONS(2968), 1, anon_sym_LBRACK, - ACTIONS(4444), 1, - anon_sym_QMARK, - ACTIONS(4446), 1, - anon_sym_BANG, - ACTIONS(4448), 1, - anon_sym_LBRACK2, - ACTIONS(4456), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4524), 1, - anon_sym_AMP_AMP, - ACTIONS(4528), 1, - anon_sym_in, - ACTIONS(4530), 1, - anon_sym_BANGin, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, - sym_argument_list, - STATE(4313), 1, - sym_type_parameters, - ACTIONS(4420), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4520), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4516), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4522), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4518), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2074), 22, - anon_sym_SEMI, - anon_sym_as, + ACTIONS(2963), 19, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, + anon_sym_RBRACE, + anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -208997,21 +210662,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21660] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(3155), 1, - anon_sym_LBRACK, - ACTIONS(3157), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(2965), 36, anon_sym_DOT, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -209024,6 +210678,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -209044,6 +210699,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, + [22328] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(2978), 1, + anon_sym_LBRACK, + ACTIONS(2973), 19, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -209057,21 +210724,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21723] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(3031), 1, - anon_sym_LBRACK, - ACTIONS(3033), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(2975), 36, anon_sym_DOT, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -209084,6 +210740,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -209104,74 +210761,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [21786] = 15, + [22394] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4428), 1, - anon_sym_LPAREN, - ACTIONS(4438), 1, - anon_sym_LBRACK, - ACTIONS(4444), 1, - anon_sym_QMARK, - ACTIONS(4446), 1, - anon_sym_BANG, - ACTIONS(4448), 1, - anon_sym_LBRACK2, - ACTIONS(4456), 1, - anon_sym_POUND_LBRACK, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, - sym_argument_list, - STATE(4313), 1, - sym_type_parameters, - ACTIONS(4420), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(2112), 3, + ACTIONS(2418), 19, anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4516), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4518), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2110), 29, + ACTIONS(2416), 37, anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_else, + anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -209189,12 +210822,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21873] = 3, + [22458] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3035), 1, + ACTIONS(3089), 1, anon_sym_LBRACK, - ACTIONS(3037), 54, + ACTIONS(3091), 55, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -209216,6 +210849,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -209249,16 +210883,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21936] = 3, + [22522] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(3043), 1, + ACTIONS(2472), 1, + anon_sym_DOT, + ACTIONS(3177), 1, anon_sym_LBRACK, - ACTIONS(3045), 54, + ACTIONS(3179), 54, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -209276,6 +210911,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -209309,61 +210945,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [21999] = 15, + [22588] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4428), 1, - anon_sym_LPAREN, - ACTIONS(4438), 1, - anon_sym_LBRACK, - ACTIONS(4444), 1, - anon_sym_QMARK, - ACTIONS(4446), 1, - anon_sym_BANG, - ACTIONS(4448), 1, - anon_sym_LBRACK2, - ACTIONS(4456), 1, - anon_sym_POUND_LBRACK, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, - sym_argument_list, - STATE(4313), 1, - sym_type_parameters, - ACTIONS(4420), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(2108), 3, + ACTIONS(4554), 1, + anon_sym_else, + STATE(2013), 1, + sym_else_branch, + ACTIONS(2258), 19, anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4516), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4518), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2106), 29, - anon_sym_SEMI, + ACTIONS(2256), 35, + anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, @@ -209380,54 +211008,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [22086] = 3, - ACTIONS(487), 1, + [22656] = 20, + ACTIONS(3), 1, sym_comment, - ACTIONS(3143), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1782), 1, + anon_sym_EQ, + ACTIONS(4432), 1, + anon_sym_LPAREN, + ACTIONS(4442), 1, anon_sym_LBRACK, - ACTIONS(3145), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(4448), 1, + anon_sym_QMARK, + ACTIONS(4450), 1, + anon_sym_BANG, + ACTIONS(4452), 1, + anon_sym_LBRACK2, + ACTIONS(4460), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4496), 1, + anon_sym_in, + ACTIONS(4498), 1, + anon_sym_BANGin, + STATE(2056), 1, + sym_argument_list, + STATE(2131), 1, + sym_or_block, + STATE(4376), 1, + sym_type_parameters, + ACTIONS(4424), 2, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_EQ, + anon_sym_QMARK_DOT, + ACTIONS(4488), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4484), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_CARET, + ACTIONS(4490), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, + ACTIONS(4486), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(1796), 23, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -209441,14 +211086,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [22149] = 5, + [22754] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4548), 1, - anon_sym_else, - STATE(2013), 1, - sym_else_branch, - ACTIONS(2400), 18, + ACTIONS(4560), 1, + anon_sym_DOLLARelse, + ACTIONS(2412), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -209458,6 +211101,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -209467,7 +211111,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2398), 35, + ACTIONS(2410), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -209503,114 +211147,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [22216] = 3, - ACTIONS(487), 1, + [22819] = 28, + ACTIONS(3), 1, sym_comment, - ACTIONS(3139), 1, - anon_sym_LBRACK, - ACTIONS(3141), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, + ACTIONS(1640), 1, + anon_sym_EQ, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4426), 1, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(4432), 1, anon_sym_LPAREN, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(4442), 1, + anon_sym_LBRACK, + ACTIONS(4444), 1, anon_sym_PLUS_PLUS, + ACTIONS(4446), 1, anon_sym_DASH_DASH, + ACTIONS(4448), 1, anon_sym_QMARK, + ACTIONS(4450), 1, anon_sym_BANG, + ACTIONS(4452), 1, anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4458), 1, anon_sym_or, - anon_sym_QMARK_DOT, + ACTIONS(4460), 1, anon_sym_POUND_LBRACK, + ACTIONS(4462), 1, anon_sym_is, + ACTIONS(4464), 1, anon_sym_BANGis, + ACTIONS(4492), 1, + anon_sym_AMP_AMP, + ACTIONS(4494), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4496), 1, anon_sym_in, + ACTIONS(4498), 1, anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [22279] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(2941), 1, - anon_sym_LBRACK, - ACTIONS(4550), 1, - anon_sym_BANG, - ACTIONS(2943), 53, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + STATE(2056), 1, + sym_argument_list, + STATE(2131), 1, + sym_or_block, + STATE(4376), 1, + sym_type_parameters, + ACTIONS(4424), 2, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_EQ, + anon_sym_QMARK_DOT, + ACTIONS(4488), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4484), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_CARET, + ACTIONS(4490), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_LBRACK2, - anon_sym_CARET, + ACTIONS(4486), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, + ACTIONS(3307), 14, + anon_sym_COMMA, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -209624,53 +211232,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [22344] = 3, - ACTIONS(487), 1, + [22932] = 28, + ACTIONS(3), 1, sym_comment, - ACTIONS(2846), 1, - anon_sym_LBRACK, - ACTIONS(2848), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1942), 1, + anon_sym_EQ, + ACTIONS(4426), 1, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(4432), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(4442), 1, + anon_sym_LBRACK, + ACTIONS(4444), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4446), 1, + anon_sym_DASH_DASH, + ACTIONS(4448), 1, + anon_sym_QMARK, + ACTIONS(4450), 1, + anon_sym_BANG, + ACTIONS(4452), 1, + anon_sym_LBRACK2, + ACTIONS(4458), 1, + anon_sym_or, + ACTIONS(4460), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4492), 1, + anon_sym_AMP_AMP, + ACTIONS(4494), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4496), 1, + anon_sym_in, + ACTIONS(4498), 1, + anon_sym_BANGin, + ACTIONS(4562), 1, + anon_sym_is, + ACTIONS(4564), 1, + anon_sym_BANGis, + STATE(2056), 1, + sym_argument_list, + STATE(2131), 1, + sym_or_block, + STATE(4376), 1, + sym_type_parameters, + ACTIONS(4424), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4488), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4484), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_CARET, + ACTIONS(4490), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, + ACTIONS(4486), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, + ACTIONS(1940), 14, + anon_sym_COMMA, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -209684,53 +211317,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [22407] = 3, - ACTIONS(487), 1, + [23045] = 28, + ACTIONS(3), 1, sym_comment, - ACTIONS(2995), 1, - anon_sym_LBRACK, - ACTIONS(2997), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1942), 1, + anon_sym_EQ, + ACTIONS(4426), 1, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(4432), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(4442), 1, + anon_sym_LBRACK, + ACTIONS(4444), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4446), 1, + anon_sym_DASH_DASH, + ACTIONS(4448), 1, + anon_sym_QMARK, + ACTIONS(4450), 1, + anon_sym_BANG, + ACTIONS(4452), 1, + anon_sym_LBRACK2, + ACTIONS(4458), 1, + anon_sym_or, + ACTIONS(4460), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4492), 1, + anon_sym_AMP_AMP, + ACTIONS(4494), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4496), 1, + anon_sym_in, + ACTIONS(4498), 1, + anon_sym_BANGin, + ACTIONS(4566), 1, + anon_sym_is, + ACTIONS(4568), 1, + anon_sym_BANGis, + STATE(2056), 1, + sym_argument_list, + STATE(2131), 1, + sym_or_block, + STATE(4376), 1, + sym_type_parameters, + ACTIONS(4424), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4488), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4484), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_CARET, + ACTIONS(4490), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, + ACTIONS(4486), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, + ACTIONS(1940), 14, + anon_sym_COMMA, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -209744,20 +211402,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [22470] = 3, - ACTIONS(487), 1, + [23158] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(3147), 1, - anon_sym_LBRACK, - ACTIONS(3149), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + STATE(1937), 1, + sym_type_parameters, + ACTIONS(2628), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -209767,12 +211417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -209782,6 +211427,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(2626), 35, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -209804,53 +211463,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [22533] = 3, - ACTIONS(487), 1, + [23223] = 28, + ACTIONS(3), 1, sym_comment, - ACTIONS(3051), 1, - anon_sym_LBRACK, - ACTIONS(3053), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1942), 1, + anon_sym_EQ, + ACTIONS(4426), 1, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(4432), 1, anon_sym_LPAREN, - anon_sym_EQ, + ACTIONS(4442), 1, + anon_sym_LBRACK, + ACTIONS(4444), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4446), 1, + anon_sym_DASH_DASH, + ACTIONS(4448), 1, + anon_sym_QMARK, + ACTIONS(4450), 1, + anon_sym_BANG, + ACTIONS(4452), 1, + anon_sym_LBRACK2, + ACTIONS(4458), 1, + anon_sym_or, + ACTIONS(4460), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4492), 1, + anon_sym_AMP_AMP, + ACTIONS(4494), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4496), 1, + anon_sym_in, + ACTIONS(4498), 1, + anon_sym_BANGin, + ACTIONS(4570), 1, + anon_sym_is, + ACTIONS(4572), 1, + anon_sym_BANGis, + STATE(2056), 1, + sym_argument_list, + STATE(2131), 1, + sym_or_block, + STATE(4376), 1, + sym_type_parameters, + ACTIONS(4424), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4488), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4484), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_CARET, + ACTIONS(4490), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, + ACTIONS(4486), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, + ACTIONS(1940), 14, + anon_sym_COMMA, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -209864,20 +211548,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [22596] = 3, - ACTIONS(487), 1, + [23336] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(3063), 1, - anon_sym_LBRACK, - ACTIONS(3065), 54, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, + ACTIONS(4574), 1, + anon_sym_DOLLARelse, + ACTIONS(2456), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -209887,12 +211563,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -209902,6 +211573,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(2454), 35, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -209923,13 +211609,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [22659] = 4, + [23401] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4552), 1, + ACTIONS(4576), 1, anon_sym_DOLLARelse, - ACTIONS(2740), 18, + ACTIONS(2412), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -209939,6 +211624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -209948,7 +211634,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2738), 35, + ACTIONS(2410), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -209984,159 +211670,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [22723] = 27, + [23466] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2124), 1, - anon_sym_EQ, - ACTIONS(4422), 1, - anon_sym_as, - ACTIONS(4428), 1, - anon_sym_LPAREN, - ACTIONS(4438), 1, - anon_sym_LBRACK, - ACTIONS(4440), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4442), 1, - anon_sym_DASH_DASH, - ACTIONS(4444), 1, - anon_sym_QMARK, - ACTIONS(4446), 1, - anon_sym_BANG, - ACTIONS(4448), 1, - anon_sym_LBRACK2, - ACTIONS(4454), 1, - anon_sym_or, - ACTIONS(4456), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4524), 1, - anon_sym_AMP_AMP, - ACTIONS(4526), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4528), 1, - anon_sym_in, - ACTIONS(4530), 1, - anon_sym_BANGin, - ACTIONS(4554), 1, - anon_sym_is, - ACTIONS(4556), 1, - anon_sym_BANGis, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, - sym_argument_list, - STATE(4313), 1, + STATE(1977), 1, sym_type_parameters, - ACTIONS(4420), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4520), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4516), 4, + ACTIONS(2628), 19, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4522), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4518), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2122), 14, - anon_sym_COMMA, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [22833] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1690), 1, - anon_sym_EQ, - ACTIONS(4422), 1, + ACTIONS(2626), 35, + anon_sym_DOT, anon_sym_as, - ACTIONS(4428), 1, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4438), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_LBRACK, - ACTIONS(4440), 1, + anon_sym_COLON, anon_sym_PLUS_PLUS, - ACTIONS(4442), 1, anon_sym_DASH_DASH, - ACTIONS(4444), 1, - anon_sym_QMARK, - ACTIONS(4446), 1, - anon_sym_BANG, - ACTIONS(4448), 1, - anon_sym_LBRACK2, - ACTIONS(4454), 1, + anon_sym_LT_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(4456), 1, + anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - ACTIONS(4458), 1, anon_sym_is, - ACTIONS(4460), 1, anon_sym_BANGis, - ACTIONS(4524), 1, - anon_sym_AMP_AMP, - ACTIONS(4526), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4528), 1, anon_sym_in, - ACTIONS(4530), 1, anon_sym_BANGin, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, - sym_argument_list, - STATE(4313), 1, - sym_type_parameters, - ACTIONS(4420), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4520), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4516), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4522), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4518), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(3305), 14, - anon_sym_COMMA, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -210149,13 +211731,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [22943] = 4, + [23531] = 4, ACTIONS(3), 1, sym_comment, - STATE(2015), 1, - sym_type_parameters, - ACTIONS(2704), 18, + ACTIONS(4578), 1, + anon_sym_DOLLARelse, + ACTIONS(2456), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -210165,6 +211746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -210174,7 +211756,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2702), 35, + ACTIONS(2454), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -210210,12 +211792,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [23007] = 4, + [23596] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4558), 1, - anon_sym_DOLLARelse, - ACTIONS(2734), 18, + ACTIONS(4582), 1, + anon_sym_COMMA, + ACTIONS(4584), 1, + anon_sym_EQ, + STATE(3362), 1, + aux_sym_expression_without_blocks_list_repeat1, + ACTIONS(4580), 13, + anon_sym_LBRACE, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + ACTIONS(2721), 18, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(2719), 21, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LT_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [23667] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2470), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -210225,6 +211869,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -210234,7 +211879,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2732), 35, + ACTIONS(2468), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -210270,76 +211915,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [23071] = 27, + [23729] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2124), 1, + ACTIONS(3167), 19, anon_sym_EQ, - ACTIONS(4422), 1, - anon_sym_as, - ACTIONS(4428), 1, - anon_sym_LPAREN, - ACTIONS(4438), 1, - anon_sym_LBRACK, - ACTIONS(4440), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4442), 1, - anon_sym_DASH_DASH, - ACTIONS(4444), 1, - anon_sym_QMARK, - ACTIONS(4446), 1, - anon_sym_BANG, - ACTIONS(4448), 1, - anon_sym_LBRACK2, - ACTIONS(4454), 1, - anon_sym_or, - ACTIONS(4456), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4524), 1, - anon_sym_AMP_AMP, - ACTIONS(4526), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4528), 1, - anon_sym_in, - ACTIONS(4530), 1, - anon_sym_BANGin, - ACTIONS(4560), 1, - anon_sym_is, - ACTIONS(4562), 1, - anon_sym_BANGis, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, - sym_argument_list, - STATE(4313), 1, - sym_type_parameters, - ACTIONS(4420), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4520), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4516), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4522), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4518), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2122), 14, + ACTIONS(3165), 35, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -210353,30 +211974,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [23181] = 7, + [23791] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4566), 1, - anon_sym_COMMA, - ACTIONS(4568), 1, + ACTIONS(3035), 19, anon_sym_EQ, - STATE(3351), 1, - aux_sym_expression_without_blocks_list_repeat1, - ACTIONS(4564), 13, - anon_sym_LBRACE, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - ACTIONS(2880), 17, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -210385,6 +211987,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -210394,9 +211997,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2878), 21, + ACTIONS(3033), 35, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -210416,12 +212021,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [23251] = 4, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + [23853] = 3, ACTIONS(3), 1, sym_comment, - STATE(1930), 1, - sym_type_parameters, - ACTIONS(2704), 18, + ACTIONS(3043), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -210431,6 +212046,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -210440,7 +212056,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2702), 35, + ACTIONS(3041), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -210476,12 +212092,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [23315] = 4, + [23915] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4570), 1, - anon_sym_DOLLARelse, - ACTIONS(2734), 18, + ACTIONS(3179), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -210491,6 +212105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -210500,8 +212115,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2732), 35, - anon_sym_SEMI, + ACTIONS(3177), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -210512,8 +212126,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -210535,13 +212151,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [23379] = 4, + [23977] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4572), 1, - anon_sym_DOLLARelse, - ACTIONS(2740), 18, + ACTIONS(3199), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -210551,6 +212164,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -210560,7 +212174,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2738), 35, + ACTIONS(3197), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -210596,76 +212210,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [23443] = 27, + [24039] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2124), 1, + ACTIONS(3107), 19, anon_sym_EQ, - ACTIONS(4422), 1, - anon_sym_as, - ACTIONS(4428), 1, - anon_sym_LPAREN, - ACTIONS(4438), 1, - anon_sym_LBRACK, - ACTIONS(4440), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4442), 1, - anon_sym_DASH_DASH, - ACTIONS(4444), 1, - anon_sym_QMARK, - ACTIONS(4446), 1, - anon_sym_BANG, - ACTIONS(4448), 1, - anon_sym_LBRACK2, - ACTIONS(4454), 1, - anon_sym_or, - ACTIONS(4456), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4524), 1, - anon_sym_AMP_AMP, - ACTIONS(4526), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4528), 1, - anon_sym_in, - ACTIONS(4530), 1, - anon_sym_BANGin, - ACTIONS(4574), 1, - anon_sym_is, - ACTIONS(4576), 1, - anon_sym_BANGis, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, - sym_argument_list, - STATE(4313), 1, - sym_type_parameters, - ACTIONS(4420), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4520), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4516), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4522), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4518), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2122), 14, + ACTIONS(3105), 35, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LT_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -210678,11 +212269,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [23553] = 3, + [24101] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2824), 18, + ACTIONS(3123), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -210692,6 +212282,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -210701,8 +212292,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2822), 35, - anon_sym_SEMI, + ACTIONS(3121), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -210713,8 +212303,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -210736,11 +212328,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [23614] = 3, + [24163] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3145), 18, + ACTIONS(3127), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -210750,6 +212341,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -210759,7 +212351,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3143), 35, + ACTIONS(3125), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -210795,10 +212387,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [23675] = 3, + [24225] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3161), 18, + ACTIONS(3143), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -210808,6 +212400,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -210817,8 +212410,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3159), 35, - anon_sym_SEMI, + ACTIONS(3141), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -210829,8 +212421,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -210852,11 +212446,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [23736] = 3, + [24287] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3165), 18, + ACTIONS(3191), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -210866,6 +212459,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -210875,7 +212469,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3163), 35, + ACTIONS(3189), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -210886,10 +212481,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -210911,10 +212504,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [23797] = 3, + anon_sym_COLON_EQ, + [24349] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3109), 18, + ACTIONS(3195), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -210924,6 +212518,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -210933,8 +212528,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3107), 35, - anon_sym_SEMI, + ACTIONS(3193), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -210945,8 +212539,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -210968,53 +212564,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [23858] = 3, + [24411] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3169), 18, + ACTIONS(2963), 1, anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(3167), 35, - anon_sym_DOT, - anon_sym_as, + ACTIONS(2961), 16, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_LT_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -211027,11 +212586,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [23919] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3029), 18, - anon_sym_EQ, + ACTIONS(2965), 18, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -211040,6 +212595,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -211049,21 +212605,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3027), 35, + ACTIONS(2968), 19, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -211073,22 +212625,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [23980] = 3, + [24477] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3189), 18, + ACTIONS(3023), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -211098,6 +212638,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -211107,7 +212648,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3187), 35, + ACTIONS(3021), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -211143,10 +212684,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [24041] = 3, + [24539] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3185), 18, + ACTIONS(4586), 1, + anon_sym_DOT, + ACTIONS(2636), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -211156,6 +212699,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -211165,9 +212709,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3183), 35, - anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(2634), 34, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -211177,8 +212719,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -211200,53 +212744,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [24102] = 3, + [24603] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3097), 18, + ACTIONS(2973), 1, anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(3095), 35, - anon_sym_DOT, - anon_sym_as, + ACTIONS(2971), 16, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_LT_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -211259,11 +212766,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [24163] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3005), 18, - anon_sym_EQ, + ACTIONS(2975), 18, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -211272,6 +212775,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -211281,12 +212785,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3003), 35, - anon_sym_SEMI, + ACTIONS(2978), 19, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -211304,23 +212805,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [24224] = 3, + [24669] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2997), 18, + ACTIONS(3155), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -211330,6 +212818,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -211339,7 +212828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2995), 35, + ACTIONS(3153), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -211375,68 +212864,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [24285] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(4580), 5, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_COMMA, - ACTIONS(4578), 48, - anon_sym_DOT, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_fn, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_struct, - anon_sym_mut, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_go, - anon_sym_spawn, - anon_sym_json_DOTdecode, - anon_sym_LBRACK2, - anon_sym_TILDE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - sym_none, - sym_true, - sym_false, - sym_nil, - anon_sym_if, - anon_sym_DOLLARif, - anon_sym_match, - anon_sym_select, - anon_sym_lock, - anon_sym_rlock, - anon_sym_unsafe, - anon_sym_sql, - sym_int_literal, - sym_float_literal, - sym_rune_literal, - anon_sym_AT, - sym_identifier, - anon_sym_shared, - anon_sym_map_LBRACK, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - [24346] = 3, + [24731] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2985), 18, + ACTIONS(3183), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -211446,6 +212877,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -211455,8 +212887,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2983), 35, - anon_sym_SEMI, + ACTIONS(3181), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -211467,8 +212898,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -211490,11 +212923,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [24407] = 3, + [24793] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2981), 18, + ACTIONS(3027), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -211504,6 +212936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -211513,7 +212946,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2979), 35, + ACTIONS(3025), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -211549,10 +212982,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [24468] = 3, + [24855] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2704), 18, + ACTIONS(3031), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -211562,6 +212995,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -211571,7 +213005,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2702), 35, + ACTIONS(3029), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -211582,10 +213017,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -211607,10 +213040,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [24529] = 3, + anon_sym_COLON_EQ, + [24917] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3181), 18, + ACTIONS(3035), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -211620,6 +213054,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -211629,7 +213064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3179), 35, + ACTIONS(3033), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -211665,68 +213100,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [24590] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3101), 24, - anon_sym_DOT, - anon_sym_as, - anon_sym_PIPE, - anon_sym_fn, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_struct, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_is, - anon_sym_in, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - ACTIONS(3099), 29, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_BANGis, - anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_map_LBRACK, - anon_sym_DOT_DOT, - [24651] = 3, + [24979] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3149), 18, + ACTIONS(3043), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -211736,6 +213113,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -211745,7 +213123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3147), 35, + ACTIONS(3041), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -211781,10 +213159,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [24712] = 3, + [25041] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3193), 18, + ACTIONS(3003), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -211794,6 +213172,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -211803,7 +213182,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3191), 35, + ACTIONS(3001), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -211814,10 +213194,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -211839,10 +213217,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [24773] = 3, + anon_sym_COLON_EQ, + [25103] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3065), 18, + ACTIONS(3179), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -211852,6 +213231,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -211861,7 +213241,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3063), 35, + ACTIONS(3177), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -211897,10 +213277,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [24834] = 3, + [25165] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3053), 18, + ACTIONS(3199), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -211910,6 +213290,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -211919,7 +213300,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3051), 35, + ACTIONS(3197), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -211955,68 +213336,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [24895] = 3, + [25227] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3133), 24, - anon_sym_DOT, - anon_sym_as, - anon_sym_PIPE, - anon_sym_fn, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_struct, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_is, - anon_sym_in, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - ACTIONS(3131), 29, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_BANGis, - anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_map_LBRACK, - anon_sym_DOT_DOT, - [24956] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2931), 18, + ACTIONS(3107), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -212026,6 +213349,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -212035,7 +213359,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2929), 35, + ACTIONS(3105), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -212071,10 +213395,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [25017] = 3, + [25289] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3069), 18, + ACTIONS(3123), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -212084,6 +213408,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -212093,7 +213418,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3067), 35, + ACTIONS(3121), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -212129,126 +213454,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [25078] = 3, + [25351] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2824), 18, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2822), 35, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LT_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [25139] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3109), 18, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(3107), 35, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LT_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [25200] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2796), 18, + ACTIONS(2863), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -212258,6 +213467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -212267,7 +213477,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2794), 35, + ACTIONS(2861), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -212303,12 +213513,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [25261] = 4, + [25413] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, - anon_sym_DOT, - ACTIONS(2884), 18, + ACTIONS(3127), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -212318,6 +213526,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -212327,64 +213536,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2882), 34, + ACTIONS(3125), 35, anon_sym_SEMI, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [25324] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2820), 18, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2818), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -212395,10 +213548,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -212420,10 +213571,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [25385] = 3, + anon_sym_COLON_EQ, + [25475] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3045), 18, + ACTIONS(2965), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -212433,6 +213585,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -212442,7 +213595,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3043), 35, + ACTIONS(2968), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -212478,10 +213631,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [25446] = 3, + [25537] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3113), 18, + ACTIONS(2927), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -212491,6 +213644,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -212500,7 +213654,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3111), 35, + ACTIONS(2925), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -212536,10 +213690,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [25507] = 3, + [25599] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 18, + ACTIONS(2975), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -212549,6 +213703,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -212558,7 +213713,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3035), 35, + ACTIONS(2978), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -212594,10 +213749,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [25568] = 3, + [25661] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2967), 18, + ACTIONS(3143), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -212607,6 +213762,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -212616,7 +213772,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2965), 35, + ACTIONS(3141), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -212652,10 +213808,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [25629] = 3, + [25723] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3033), 18, + ACTIONS(3195), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -212665,6 +213821,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -212674,7 +213831,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3031), 35, + ACTIONS(3193), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -212710,10 +213867,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [25690] = 3, + [25785] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3145), 18, + ACTIONS(2418), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -212723,6 +213880,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -212732,8 +213890,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3143), 35, - anon_sym_SEMI, + ACTIONS(2416), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -212744,8 +213901,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -212767,11 +213926,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [25751] = 3, + [25847] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2868), 18, + ACTIONS(2863), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -212781,6 +213939,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -212790,7 +213949,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2866), 35, + ACTIONS(2861), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -212826,10 +213985,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [25812] = 3, + [25909] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2852), 18, + ACTIONS(2472), 1, + anon_sym_LT2, + ACTIONS(2475), 2, + anon_sym_LBRACE, + anon_sym_LBRACK, + ACTIONS(2470), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -212848,20 +214012,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2850), 35, - anon_sym_SEMI, + ACTIONS(2468), 33, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -212883,11 +214046,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [25873] = 3, + [25975] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2828), 18, + ACTIONS(3155), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -212897,6 +214059,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -212906,7 +214069,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2826), 35, + ACTIONS(3153), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -212942,10 +214105,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [25934] = 3, + [26037] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2903), 18, + ACTIONS(2475), 1, + anon_sym_DOT, + ACTIONS(3179), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -212955,6 +214120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -212964,8 +214130,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2901), 35, - anon_sym_DOT, + ACTIONS(3177), 34, + anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -212975,10 +214141,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -213000,10 +214164,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [25995] = 3, + anon_sym_COLON_EQ, + [26101] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3061), 18, + ACTIONS(3183), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -213013,6 +214178,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -213022,7 +214188,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3059), 35, + ACTIONS(3181), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -213058,10 +214224,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [26056] = 3, + [26163] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3141), 18, + ACTIONS(2475), 1, + anon_sym_DOT, + ACTIONS(3179), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -213071,6 +214239,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -213080,9 +214249,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3139), 35, - anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(3177), 34, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -213092,8 +214259,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -213115,11 +214284,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [26117] = 3, + [26227] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2816), 18, + ACTIONS(2819), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -213129,6 +214297,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -213138,8 +214307,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2814), 35, - anon_sym_SEMI, + ACTIONS(2817), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -213150,8 +214318,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -213173,11 +214343,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [26178] = 3, + [26289] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2804), 18, + ACTIONS(2628), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -213187,6 +214356,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -213196,8 +214366,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2802), 35, - anon_sym_SEMI, + ACTIONS(2626), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -213208,8 +214377,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -213231,11 +214402,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [26239] = 3, + [26351] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2915), 18, + ACTIONS(3011), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -213245,6 +214415,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -213254,7 +214425,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2913), 35, + ACTIONS(3009), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -213265,10 +214437,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -213290,10 +214460,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [26300] = 3, + anon_sym_COLON_EQ, + [26413] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2800), 18, + ACTIONS(2851), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -213303,6 +214474,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -213312,8 +214484,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2798), 35, - anon_sym_SEMI, + ACTIONS(2849), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -213324,8 +214495,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -213347,11 +214520,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [26361] = 3, + [26475] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3153), 18, + ACTIONS(3015), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -213361,6 +214533,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -213370,7 +214543,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3151), 35, + ACTIONS(3013), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -213406,10 +214579,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [26422] = 3, + [26537] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2808), 18, + ACTIONS(2931), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -213419,6 +214592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -213428,7 +214602,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2806), 35, + ACTIONS(2929), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -213464,10 +214638,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [26483] = 3, + [26599] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2840), 18, + ACTIONS(2951), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -213477,6 +214651,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -213486,8 +214661,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2838), 35, - anon_sym_SEMI, + ACTIONS(2949), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -213498,8 +214672,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -213521,11 +214697,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [26544] = 3, + [26661] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3085), 18, + ACTIONS(2955), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -213535,6 +214710,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -213544,8 +214720,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3083), 35, - anon_sym_SEMI, + ACTIONS(2953), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -213556,8 +214731,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -213579,11 +214756,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [26605] = 3, + [26723] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3157), 18, + ACTIONS(2959), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -213593,6 +214769,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -213602,8 +214779,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3155), 35, - anon_sym_SEMI, + ACTIONS(2957), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -213614,8 +214790,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -213637,11 +214815,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [26666] = 3, + [26785] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3197), 18, + ACTIONS(3191), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -213651,6 +214828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -213660,8 +214838,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3195), 35, - anon_sym_SEMI, + ACTIONS(3189), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -213672,8 +214849,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -213695,11 +214874,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [26727] = 3, + [26847] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2860), 18, + ACTIONS(3003), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -213709,6 +214887,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -213718,7 +214897,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2858), 35, + ACTIONS(3001), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -213754,10 +214933,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [26788] = 3, + [26909] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3001), 18, + ACTIONS(3011), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -213767,6 +214946,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -213776,8 +214956,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2999), 35, - anon_sym_SEMI, + ACTIONS(3009), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -213788,8 +214967,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -213811,11 +214992,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [26849] = 3, + [26971] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2828), 18, + ACTIONS(3015), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -213825,6 +215005,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -213834,7 +215015,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2826), 35, + ACTIONS(3013), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -213870,10 +215051,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [26910] = 3, + [27033] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3125), 18, + ACTIONS(3023), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -213883,6 +215064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -213892,8 +215074,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3123), 35, - anon_sym_SEMI, + ACTIONS(3021), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -213904,8 +215085,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -213927,11 +215110,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [26971] = 3, + [27095] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2919), 18, + ACTIONS(3027), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -213941,6 +215123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -213950,7 +215133,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2917), 35, + ACTIONS(3025), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -213986,10 +215169,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [27032] = 3, + [27157] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 18, + ACTIONS(2418), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -213999,6 +215182,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -214008,7 +215192,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3019), 35, + ACTIONS(2416), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -214044,10 +215228,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [27093] = 3, + [27219] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3057), 18, + ACTIONS(2887), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -214057,6 +215241,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -214066,8 +215251,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3055), 35, - anon_sym_SEMI, + ACTIONS(2885), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -214078,8 +215262,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -214101,11 +215287,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [27154] = 3, + [27281] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3025), 18, + ACTIONS(2955), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -214115,6 +215300,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -214124,7 +215310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3023), 35, + ACTIONS(2953), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -214160,10 +215346,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [27215] = 3, + [27343] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3129), 18, + ACTIONS(2951), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -214173,6 +215359,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -214182,7 +215369,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3127), 35, + ACTIONS(2949), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -214193,10 +215381,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -214218,10 +215404,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [27276] = 3, + anon_sym_COLON_EQ, + [27405] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3117), 18, + ACTIONS(2931), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -214231,6 +215418,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -214240,7 +215428,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3115), 35, + ACTIONS(2929), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -214276,10 +215464,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [27337] = 3, + [27467] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3193), 18, + ACTIONS(2887), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -214289,6 +215477,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -214298,7 +215487,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3191), 35, + ACTIONS(2885), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -214334,10 +215523,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [27398] = 3, + [27529] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3173), 18, + ACTIONS(2851), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -214347,6 +215536,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -214356,7 +215546,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3171), 35, + ACTIONS(2849), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -214392,10 +215582,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [27459] = 3, + [27591] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2981), 18, + ACTIONS(2959), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -214405,6 +215595,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -214414,7 +215605,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2979), 35, + ACTIONS(2957), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -214425,10 +215617,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -214450,10 +215640,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [27520] = 3, + anon_sym_COLON_EQ, + [27653] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3049), 18, + ACTIONS(2628), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -214463,6 +215654,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -214472,7 +215664,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3047), 35, + ACTIONS(2626), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -214508,10 +215700,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [27581] = 3, + [27715] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3077), 18, + ACTIONS(4586), 1, + anon_sym_DOT, + ACTIONS(2636), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -214521,6 +215715,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -214530,9 +215725,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3075), 35, + ACTIONS(2634), 34, anon_sym_SEMI, - anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -214566,10 +215760,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [27642] = 3, + [27779] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3161), 18, + ACTIONS(2819), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -214579,6 +215773,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -214588,7 +215783,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3159), 35, + ACTIONS(2817), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -214599,10 +215795,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -214624,10 +215818,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [27703] = 3, + anon_sym_COLON_EQ, + [27841] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2985), 18, + ACTIONS(3139), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -214637,6 +215832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -214646,7 +215842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2983), 35, + ACTIONS(3137), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -214682,10 +215878,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [27764] = 3, + [27903] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3177), 18, + ACTIONS(3135), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -214695,6 +215891,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -214704,7 +215901,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3175), 35, + ACTIONS(3133), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -214740,10 +215937,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [27825] = 3, + [27965] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3129), 18, + ACTIONS(3079), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -214753,6 +215950,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -214762,8 +215960,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3127), 35, - anon_sym_SEMI, + ACTIONS(3077), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -214774,8 +215971,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -214797,11 +215996,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [27886] = 3, + [28027] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3073), 18, + ACTIONS(3075), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -214811,6 +216009,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -214820,7 +216019,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3071), 35, + ACTIONS(3073), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -214856,10 +216055,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [27947] = 3, + [28089] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2848), 18, + ACTIONS(3067), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -214869,6 +216068,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -214878,8 +216078,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2846), 35, - anon_sym_SEMI, + ACTIONS(3065), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -214890,8 +216089,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -214913,11 +216114,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [28008] = 3, + [28151] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2935), 18, + ACTIONS(2470), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -214927,6 +216127,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -214936,7 +216137,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2933), 35, + ACTIONS(2468), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -214947,10 +216149,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -214972,10 +216172,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [28069] = 3, + anon_sym_COLON_EQ, + [28213] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3153), 18, + ACTIONS(2871), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -214985,6 +216186,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -214994,7 +216196,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3151), 35, + ACTIONS(2869), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -215030,10 +216232,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [28130] = 3, + [28275] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3017), 18, + ACTIONS(3055), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -215043,6 +216245,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -215052,8 +216255,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3015), 35, - anon_sym_SEMI, + ACTIONS(3053), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -215064,8 +216266,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -215087,11 +216291,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [28191] = 3, + [28337] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2939), 18, + ACTIONS(3051), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -215101,6 +216304,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -215110,7 +216314,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2937), 35, + ACTIONS(3049), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -215146,10 +216350,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [28252] = 3, + [28399] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3013), 18, + ACTIONS(3047), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -215159,6 +216363,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -215168,8 +216373,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3011), 35, - anon_sym_SEMI, + ACTIONS(3045), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -215180,8 +216384,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -215203,11 +216409,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [28313] = 3, + [28461] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2993), 18, + ACTIONS(2987), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -215217,6 +216422,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -215226,7 +216432,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2991), 35, + ACTIONS(2985), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -215262,10 +216468,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [28374] = 3, + [28523] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3009), 18, + ACTIONS(2983), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -215275,6 +216481,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -215284,7 +216491,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3007), 35, + ACTIONS(2981), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -215320,29 +216527,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [28435] = 5, + [28585] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(2420), 19, anon_sym_EQ, - ACTIONS(2947), 16, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_LT_DASH, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - ACTIONS(2951), 17, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -215351,6 +216540,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -215360,9 +216550,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2954), 19, + ACTIONS(2422), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -215380,72 +216573,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [28500] = 4, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [28647] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2947), 2, - anon_sym_SEMI, - anon_sym_LBRACE, - ACTIONS(2951), 18, - anon_sym_EQ, + ACTIONS(3007), 25, + anon_sym_DOT, + anon_sym_as, anon_sym_PIPE, + anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, + anon_sym_struct, + anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, - anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2954), 33, - anon_sym_DOT, - anon_sym_as, + anon_sym_or, + anon_sym_is, + anon_sym_in, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + ACTIONS(3005), 29, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_is, anon_sym_BANGis, - anon_sym_in, anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [28563] = 4, + anon_sym_map_LBRACK, + anon_sym_DOT_DOT, + [28709] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2969), 2, + ACTIONS(2961), 2, anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(2973), 18, + ACTIONS(2965), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -215455,6 +216661,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -215464,7 +216671,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2976), 33, + ACTIONS(2968), 33, anon_sym_DOT, anon_sym_as, anon_sym_COMMA, @@ -215498,29 +216705,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [28626] = 5, + [28773] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2971), 1, - anon_sym_EQ, - ACTIONS(2969), 16, + ACTIONS(2971), 2, + anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_COLON, - anon_sym_LT_DASH, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - ACTIONS(2973), 17, + ACTIONS(2975), 19, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -215529,6 +216721,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -215538,9 +216731,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2976), 19, + ACTIONS(2978), 33, anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -215558,10 +216752,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [28691] = 3, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [28837] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3113), 18, + ACTIONS(2647), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -215571,6 +216778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -215580,7 +216788,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3111), 35, + ACTIONS(2645), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -215616,10 +216824,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [28752] = 3, + [28899] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3073), 18, + ACTIONS(2919), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -215629,6 +216837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -215638,8 +216847,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3071), 35, - anon_sym_SEMI, + ACTIONS(2917), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -215650,8 +216858,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -215673,11 +216883,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [28813] = 3, + [28961] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3001), 18, + ACTIONS(2907), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -215687,6 +216896,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -215696,7 +216906,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2999), 35, + ACTIONS(2905), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -215732,10 +216942,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [28874] = 3, + [29023] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2860), 18, + ACTIONS(2903), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -215745,6 +216955,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -215754,8 +216965,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2858), 35, - anon_sym_SEMI, + ACTIONS(2901), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -215766,8 +216976,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -215789,11 +217001,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [28935] = 3, + [29085] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3165), 18, + ACTIONS(2899), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -215803,6 +217014,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -215812,8 +217024,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3163), 35, - anon_sym_SEMI, + ACTIONS(2897), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -215824,8 +217035,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -215847,69 +217060,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [28996] = 3, + [29147] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3105), 24, - anon_sym_DOT, - anon_sym_as, + ACTIONS(2651), 19, + anon_sym_EQ, anon_sym_PIPE, - anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_struct, - anon_sym_COLON, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_or, - anon_sym_is, - anon_sym_in, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - ACTIONS(3103), 29, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(2649), 35, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, + anon_sym_is, anon_sym_BANGis, + anon_sym_in, anon_sym_BANGin, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, anon_sym_COLON_EQ, - anon_sym_map_LBRACK, - anon_sym_DOT_DOT, - [29057] = 3, + [29209] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2808), 18, + ACTIONS(2867), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -215919,6 +217132,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -215928,8 +217142,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2806), 35, - anon_sym_SEMI, + ACTIONS(2865), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -215940,8 +217153,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -215963,69 +217178,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [29118] = 3, + [29271] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3085), 18, - anon_sym_EQ, + ACTIONS(3115), 25, + anon_sym_DOT, + anon_sym_as, anon_sym_PIPE, + anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, + anon_sym_struct, + anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, - anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_or, + anon_sym_is, + anon_sym_in, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + ACTIONS(3113), 29, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3083), 35, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_BANGis, + anon_sym_BANGin, + anon_sym_COLON_EQ, + anon_sym_map_LBRACK, + anon_sym_DOT_DOT, + [29333] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3119), 25, anon_sym_DOT, anon_sym_as, + anon_sym_PIPE, + anon_sym_fn, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_struct, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_is, + anon_sym_in, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + ACTIONS(3117), 29, + anon_sym_SEMI, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_is, anon_sym_BANGis, - anon_sym_in, anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [29179] = 3, + anon_sym_COLON_EQ, + anon_sym_map_LBRACK, + anon_sym_DOT_DOT, + [29395] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2923), 18, + ACTIONS(2803), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -216035,6 +217309,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -216044,8 +217319,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2921), 35, - anon_sym_SEMI, + ACTIONS(2801), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -216056,8 +217330,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -216079,69 +217355,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [29240] = 3, + [29457] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2989), 18, - anon_sym_EQ, + ACTIONS(3159), 25, + anon_sym_DOT, + anon_sym_as, anon_sym_PIPE, + anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, + anon_sym_struct, + anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, - anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_or, + anon_sym_is, + anon_sym_in, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + ACTIONS(3157), 29, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2987), 35, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_BANGis, + anon_sym_BANGin, + anon_sym_COLON_EQ, + anon_sym_map_LBRACK, + anon_sym_DOT_DOT, + [29519] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3163), 25, anon_sym_DOT, anon_sym_as, + anon_sym_PIPE, + anon_sym_fn, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_struct, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_is, + anon_sym_in, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + ACTIONS(3161), 29, + anon_sym_SEMI, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_is, anon_sym_BANGis, - anon_sym_in, anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [29301] = 3, + anon_sym_COLON_EQ, + anon_sym_map_LBRACK, + anon_sym_DOT_DOT, + [29581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2907), 18, + ACTIONS(2841), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -216151,6 +217486,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -216160,8 +217496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2905), 35, - anon_sym_SEMI, + ACTIONS(2839), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -216172,8 +217507,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -216195,11 +217532,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [29362] = 3, + [29643] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2788), 18, + ACTIONS(3019), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -216209,6 +217545,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -216218,7 +217555,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2786), 35, + ACTIONS(3017), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -216254,10 +217591,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [29423] = 3, + [29705] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2963), 18, + ACTIONS(2845), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -216267,6 +217604,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -216276,8 +217614,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2961), 35, - anon_sym_SEMI, + ACTIONS(2843), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -216288,8 +217625,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -216311,52 +217650,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [29484] = 3, + [29767] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3089), 18, + ACTIONS(2973), 1, anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(3087), 35, + ACTIONS(2971), 16, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -216370,11 +217672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [29545] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3069), 18, - anon_sym_EQ, + ACTIONS(2975), 18, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -216383,6 +217681,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -216392,21 +217691,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3067), 35, + ACTIONS(2978), 19, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -216416,22 +217711,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [29606] = 3, + [29833] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2812), 18, + ACTIONS(2721), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -216441,6 +217724,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -216450,7 +217734,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2810), 35, + ACTIONS(2719), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -216486,10 +217770,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [29667] = 3, + [29895] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3121), 18, + ACTIONS(2643), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -216499,6 +217783,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -216508,7 +217793,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3119), 35, + ACTIONS(2641), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -216519,10 +217805,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -216544,10 +217828,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [29728] = 3, + anon_sym_COLON_EQ, + [29957] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2796), 18, + ACTIONS(2999), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -216557,6 +217842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -216566,7 +217852,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2794), 35, + ACTIONS(2997), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -216602,10 +217888,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [29789] = 3, + [30019] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2766), 18, + ACTIONS(2721), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -216615,6 +217901,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -216624,7 +217911,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2768), 35, + ACTIONS(2719), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -216660,10 +217947,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [29850] = 3, + [30081] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2832), 18, + ACTIONS(3019), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -216673,6 +217960,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -216682,7 +217970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2830), 35, + ACTIONS(3017), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -216718,10 +218006,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [29911] = 3, + [30143] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3077), 18, + ACTIONS(2643), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -216731,6 +218019,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -216740,7 +218029,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3075), 35, + ACTIONS(2641), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -216776,10 +218065,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [29972] = 3, + [30205] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2880), 18, + ACTIONS(3187), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -216789,6 +218078,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -216798,7 +218088,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2878), 35, + ACTIONS(3185), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -216834,10 +218124,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [30033] = 3, + [30267] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3081), 18, + ACTIONS(2923), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -216847,6 +218137,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -216856,7 +218147,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3079), 35, + ACTIONS(2921), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -216892,10 +218183,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [30094] = 3, + [30329] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2820), 18, + ACTIONS(2422), 1, + anon_sym_LBRACE, + ACTIONS(2418), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -216905,6 +218198,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -216914,11 +218208,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2818), 35, + ACTIONS(2416), 34, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, @@ -216950,10 +218243,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [30155] = 3, + [30393] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2899), 18, + ACTIONS(2472), 1, + anon_sym_LT2, + ACTIONS(2475), 2, + anon_sym_LBRACE, + anon_sym_LBRACK, + ACTIONS(2470), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -216972,18 +218270,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2897), 35, + ACTIONS(2468), 33, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_AMP_AMP, @@ -217008,10 +218304,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [30216] = 3, + [30459] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 18, + ACTIONS(3175), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217021,6 +218317,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -217030,7 +218327,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3003), 35, + ACTIONS(3173), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -217041,10 +218339,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -217066,12 +218362,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [30277] = 4, + anon_sym_COLON_EQ, + [30521] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, - anon_sym_DOT, - ACTIONS(2884), 18, + ACTIONS(3171), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217081,6 +218376,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -217090,7 +218386,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2882), 34, + ACTIONS(3169), 35, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -217100,10 +218398,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -217125,10 +218421,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [30340] = 3, + anon_sym_COLON_EQ, + [30583] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2848), 18, + ACTIONS(3031), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217138,6 +218435,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -217147,7 +218445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2846), 35, + ACTIONS(3029), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -217183,10 +218481,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [30401] = 3, + [30645] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2772), 18, + ACTIONS(3095), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217196,6 +218494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -217205,7 +218504,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2770), 35, + ACTIONS(3093), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -217216,10 +218516,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -217241,10 +218539,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [30462] = 3, + anon_sym_COLON_EQ, + [30707] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2911), 18, + ACTIONS(3111), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217254,6 +218553,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -217263,7 +218563,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2909), 35, + ACTIONS(3109), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -217299,10 +218599,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [30523] = 3, + [30769] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2891), 18, + ACTIONS(2999), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217312,6 +218612,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -217321,7 +218622,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2889), 35, + ACTIONS(2997), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -217357,10 +218658,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [30584] = 3, + [30831] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2876), 18, + ACTIONS(2472), 1, + anon_sym_LT2, + ACTIONS(2475), 1, + anon_sym_LBRACK, + ACTIONS(3177), 1, + anon_sym_LBRACE, + ACTIONS(2470), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217379,18 +218686,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2874), 35, + ACTIONS(2468), 33, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_AMP_AMP, @@ -217415,10 +218720,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [30645] = 3, + [30899] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2792), 18, + ACTIONS(3103), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217428,6 +218733,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -217437,7 +218743,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2790), 35, + ACTIONS(3101), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -217473,10 +218779,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [30706] = 3, + [30961] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3081), 18, + ACTIONS(3099), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217486,6 +218792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -217495,7 +218802,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3079), 35, + ACTIONS(3097), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -217531,10 +218838,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [30767] = 3, + [31023] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3093), 18, + ACTIONS(3175), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217544,6 +218851,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -217553,8 +218861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3091), 35, - anon_sym_SEMI, + ACTIONS(3173), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -217565,8 +218872,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -217588,11 +218897,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [30828] = 3, + [31085] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3121), 18, + ACTIONS(3171), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217602,6 +218910,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -217611,8 +218920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3119), 35, - anon_sym_SEMI, + ACTIONS(3169), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -217623,8 +218931,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -217646,11 +218956,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [30889] = 3, + [31147] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2844), 18, + ACTIONS(3167), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217660,6 +218969,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -217669,8 +218979,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2842), 35, - anon_sym_SEMI, + ACTIONS(3165), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -217681,8 +218990,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -217704,11 +219015,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [30950] = 3, + [31209] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2872), 18, + ACTIONS(2807), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217718,6 +219028,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -217727,7 +219038,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2870), 35, + ACTIONS(2805), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -217763,10 +219074,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [31011] = 3, + [31271] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2967), 18, + ACTIONS(2811), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217776,6 +219087,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -217785,7 +219097,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2965), 35, + ACTIONS(2809), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -217796,10 +219109,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -217821,10 +219132,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [31072] = 3, + anon_sym_COLON_EQ, + [31333] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2816), 18, + ACTIONS(2815), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217834,6 +219146,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -217843,7 +219156,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2814), 35, + ACTIONS(2813), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -217854,10 +219168,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -217879,10 +219191,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [31133] = 3, + anon_sym_COLON_EQ, + [31395] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2864), 18, + ACTIONS(2939), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217892,6 +219205,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -217901,7 +219215,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2862), 35, + ACTIONS(2937), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -217937,10 +219251,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [31194] = 3, + [31457] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3009), 18, + ACTIONS(2841), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -217950,6 +219264,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -217959,7 +219274,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3007), 35, + ACTIONS(2839), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -217995,10 +219310,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [31255] = 3, + [31519] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2993), 18, + ACTIONS(2420), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218008,6 +219323,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -218017,8 +219333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2991), 35, - anon_sym_SEMI, + ACTIONS(2422), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -218029,8 +219344,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -218052,11 +219369,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [31316] = 3, + [31581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3049), 18, + ACTIONS(3187), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218066,6 +219382,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -218075,7 +219392,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3047), 35, + ACTIONS(3185), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -218111,10 +219428,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [31377] = 3, + [31643] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2939), 18, + ACTIONS(2845), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218124,6 +219441,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -218133,7 +219451,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2937), 35, + ACTIONS(2843), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -218169,70 +219487,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [31438] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2971), 1, - anon_sym_EQ, - ACTIONS(2969), 16, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - ACTIONS(2973), 17, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2976), 19, - anon_sym_DOT, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [31503] = 3, + [31705] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3097), 18, + ACTIONS(3063), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218242,6 +219500,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -218251,7 +219510,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3095), 35, + ACTIONS(3061), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -218287,10 +219546,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [31564] = 3, + [31767] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2935), 18, + ACTIONS(3151), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218300,6 +219559,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -218309,7 +219569,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2933), 35, + ACTIONS(3149), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -218345,10 +219605,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [31625] = 3, + [31829] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2919), 18, + ACTIONS(3147), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218358,6 +219618,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -218367,7 +219628,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2917), 35, + ACTIONS(3145), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -218403,29 +219664,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [31686] = 5, + [31891] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3139), 19, anon_sym_EQ, - ACTIONS(2947), 16, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - ACTIONS(2951), 17, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -218434,6 +219677,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -218443,9 +219687,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2954), 19, + ACTIONS(3137), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -218463,10 +219710,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [31751] = 3, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [31953] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2812), 18, + ACTIONS(3135), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218476,6 +219736,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -218485,7 +219746,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2810), 35, + ACTIONS(3133), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -218496,10 +219758,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -218521,10 +219781,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [31812] = 3, + anon_sym_COLON_EQ, + [32015] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3157), 18, + ACTIONS(3131), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218534,6 +219795,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -218543,7 +219805,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3155), 35, + ACTIONS(3129), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -218554,10 +219817,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -218579,10 +219840,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [31873] = 3, + anon_sym_COLON_EQ, + [32077] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2923), 18, + ACTIONS(3095), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218592,6 +219854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -218601,7 +219864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2921), 35, + ACTIONS(3093), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -218637,10 +219900,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [31934] = 3, + [32139] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3169), 18, + ACTIONS(2632), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218650,6 +219913,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -218659,7 +219923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3167), 35, + ACTIONS(2630), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -218695,184 +219959,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [31995] = 3, + [32201] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2931), 18, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2929), 35, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LT_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [32056] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2804), 18, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2802), 35, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LT_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [32117] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3033), 18, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(3031), 35, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LT_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [32178] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3037), 18, + ACTIONS(3079), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218882,6 +219972,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -218891,7 +219982,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3035), 35, + ACTIONS(3077), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -218902,10 +219994,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -218927,10 +220017,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [32239] = 3, + anon_sym_COLON_EQ, + [32263] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3045), 18, + ACTIONS(3075), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218940,6 +220031,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -218949,7 +220041,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3043), 35, + ACTIONS(3073), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -218960,10 +220053,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -218985,10 +220076,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [32300] = 3, + anon_sym_COLON_EQ, + [32325] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2915), 18, + ACTIONS(3067), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -218998,6 +220090,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -219007,7 +220100,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2913), 35, + ACTIONS(3065), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -219043,68 +220136,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [32361] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(4587), 5, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_COMMA, - ACTIONS(4585), 48, - anon_sym_DOT, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_fn, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_struct, - anon_sym_mut, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_go, - anon_sym_spawn, - anon_sym_json_DOTdecode, - anon_sym_LBRACK2, - anon_sym_TILDE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - sym_none, - sym_true, - sym_false, - sym_nil, - anon_sym_if, - anon_sym_DOLLARif, - anon_sym_match, - anon_sym_select, - anon_sym_lock, - anon_sym_rlock, - anon_sym_unsafe, - anon_sym_sql, - sym_int_literal, - sym_float_literal, - sym_rune_literal, - anon_sym_AT, - sym_identifier, - anon_sym_shared, - anon_sym_map_LBRACK, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - [32422] = 3, + [32387] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2895), 18, + ACTIONS(3111), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219114,6 +220149,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -219123,8 +220159,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2893), 35, - anon_sym_SEMI, + ACTIONS(3109), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -219135,8 +220170,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -219158,11 +220195,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [32483] = 3, + [32449] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3053), 18, + ACTIONS(3103), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219172,6 +220208,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -219181,7 +220218,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3051), 35, + ACTIONS(3101), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -219217,10 +220254,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [32544] = 3, + [32511] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3065), 18, + ACTIONS(3099), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219230,6 +220267,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -219239,7 +220277,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3063), 35, + ACTIONS(3097), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -219275,10 +220313,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [32605] = 3, + [32573] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3149), 18, + ACTIONS(3055), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219288,6 +220326,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -219297,7 +220336,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3147), 35, + ACTIONS(3053), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -219308,10 +220348,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -219333,10 +220371,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [32666] = 3, + anon_sym_COLON_EQ, + [32635] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3181), 18, + ACTIONS(3051), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219346,6 +220385,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -219355,7 +220395,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3179), 35, + ACTIONS(3049), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -219366,10 +220407,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -219391,10 +220430,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [32727] = 3, + anon_sym_COLON_EQ, + [32697] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3029), 18, + ACTIONS(3047), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219404,6 +220444,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -219413,7 +220454,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3027), 35, + ACTIONS(3045), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -219449,10 +220490,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [32788] = 3, + [32759] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2951), 18, + ACTIONS(3091), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219462,6 +220503,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -219471,8 +220513,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2954), 35, - anon_sym_SEMI, + ACTIONS(3089), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -219483,8 +220524,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -219506,11 +220549,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [32849] = 3, + [32821] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3141), 18, + ACTIONS(3087), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219520,6 +220562,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -219529,7 +220572,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3139), 35, + ACTIONS(3085), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -219565,10 +220608,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [32910] = 3, + [32883] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2973), 18, + ACTIONS(3083), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219578,6 +220621,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -219587,8 +220631,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2976), 35, - anon_sym_SEMI, + ACTIONS(3081), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -219599,8 +220642,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -219622,11 +220667,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [32971] = 3, + [32945] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3185), 18, + ACTIONS(3071), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219636,6 +220680,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -219645,7 +220690,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3183), 35, + ACTIONS(3069), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -219681,10 +220726,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [33032] = 3, + [33007] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3189), 18, + ACTIONS(3039), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219694,6 +220739,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -219703,7 +220749,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3187), 35, + ACTIONS(3037), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -219714,10 +220761,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -219739,10 +220784,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [33093] = 3, + anon_sym_COLON_EQ, + [33069] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2800), 18, + ACTIONS(4589), 1, + anon_sym_BANG, + ACTIONS(2875), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219752,6 +220800,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(2873), 35, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [33133] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2987), 19, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -219761,7 +220868,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2798), 35, + ACTIONS(2985), 35, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [33195] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2963), 1, + anon_sym_EQ, + ACTIONS(2961), 16, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + ACTIONS(2965), 18, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(2968), 19, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [33261] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2947), 19, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(2945), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -219797,10 +221024,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [33154] = 3, + [33323] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2997), 18, + ACTIONS(2717), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219810,6 +221037,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -219819,7 +221047,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2995), 35, + ACTIONS(2715), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -219855,10 +221083,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [33215] = 3, + [33385] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2868), 18, + ACTIONS(3063), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219868,6 +221096,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -219877,7 +221106,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2866), 35, + ACTIONS(3061), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -219913,10 +221142,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [33276] = 3, + [33447] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2852), 18, + ACTIONS(3059), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219926,6 +221155,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -219935,7 +221165,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2850), 35, + ACTIONS(3057), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -219971,10 +221201,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [33337] = 3, + [33509] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2772), 18, + ACTIONS(2983), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -219984,6 +221214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -219993,7 +221224,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2770), 35, + ACTIONS(2981), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -220029,10 +221260,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [33398] = 3, + [33571] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2915), 19, + anon_sym_EQ, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(2913), 35, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_LT_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + [33633] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2766), 18, + ACTIONS(2991), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220042,6 +221332,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -220051,7 +221342,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2768), 35, + ACTIONS(2989), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -220087,10 +221378,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [33459] = 3, + [33695] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2963), 18, + ACTIONS(2947), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220100,6 +221391,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -220109,7 +221401,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2961), 35, + ACTIONS(2945), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -220120,10 +221413,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -220145,12 +221436,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [33520] = 4, + anon_sym_COLON_EQ, + [33757] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4589), 1, - anon_sym_BANG, - ACTIONS(2943), 17, + ACTIONS(2943), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220160,7 +221450,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, + anon_sym_BANG, anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, @@ -220169,7 +221461,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT_GT, anon_sym_AMP_CARET, ACTIONS(2941), 35, - anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -220180,8 +221471,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -220203,11 +221496,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [33583] = 3, + [33819] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2891), 18, + ACTIONS(3151), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220217,6 +221509,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -220226,8 +221519,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2889), 35, - anon_sym_SEMI, + ACTIONS(3149), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -220238,8 +221530,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -220261,11 +221555,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [33644] = 3, + [33881] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2911), 18, + ACTIONS(2991), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220275,6 +221568,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -220284,7 +221578,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2909), 35, + ACTIONS(2989), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -220320,74 +221614,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [33705] = 3, + [33943] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3041), 24, - anon_sym_DOT, - anon_sym_as, - anon_sym_PIPE, - anon_sym_fn, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_struct, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_is, - anon_sym_in, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - ACTIONS(3039), 29, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_BANGis, - anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_map_LBRACK, - anon_sym_DOT_DOT, - [33766] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2777), 2, - anon_sym_LBRACE, - anon_sym_LBRACK, - ACTIONS(4591), 2, - anon_sym_COMMA, - anon_sym_in, - ACTIONS(2772), 18, + ACTIONS(2943), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220397,6 +221627,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -220406,61 +221637,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2770), 31, + ACTIONS(2941), 35, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [33831] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2840), 18, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2838), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -220471,10 +221649,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -220496,10 +221672,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [33892] = 3, + anon_sym_COLON_EQ, + [34005] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3173), 18, + ACTIONS(2935), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220509,6 +221686,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -220518,7 +221696,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3171), 35, + ACTIONS(2933), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -220529,10 +221708,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -220554,10 +221731,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [33953] = 3, + anon_sym_COLON_EQ, + [34067] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2844), 18, + ACTIONS(2939), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220567,6 +221745,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -220576,7 +221755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2842), 35, + ACTIONS(2937), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -220612,10 +221791,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [34014] = 3, + [34129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2784), 18, + ACTIONS(2995), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220625,6 +221804,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -220634,7 +221814,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2782), 35, + ACTIONS(2993), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -220670,14 +221850,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [34075] = 5, + [34191] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2777), 1, - anon_sym_LBRACK, - ACTIONS(3027), 1, - anon_sym_LBRACE, - ACTIONS(2772), 18, + ACTIONS(2927), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220687,6 +221863,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -220696,16 +221873,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2770), 33, + ACTIONS(2925), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_AMP_AMP, @@ -220730,10 +221909,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [34140] = 3, + [34253] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2836), 18, + ACTIONS(2923), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220743,6 +221922,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -220752,7 +221932,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2834), 35, + ACTIONS(2921), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -220788,10 +221968,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [34201] = 3, + [34315] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2784), 18, + ACTIONS(2919), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220801,6 +221981,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -220810,7 +221991,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2782), 35, + ACTIONS(2917), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -220821,10 +222003,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -220846,10 +222026,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [34262] = 3, + anon_sym_COLON_EQ, + [34377] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2832), 18, + ACTIONS(2907), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220859,6 +222040,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -220868,7 +222050,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2830), 35, + ACTIONS(2905), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -220904,69 +222086,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [34323] = 4, + [34439] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4593), 1, - anon_sym_BANG, - ACTIONS(2943), 17, - anon_sym_EQ, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2941), 35, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_LT_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [34386] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2856), 18, + ACTIONS(3147), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -220976,6 +222099,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -220985,7 +222109,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2854), 35, + ACTIONS(3145), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -221021,10 +222145,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [34447] = 3, + [34501] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2880), 18, + ACTIONS(2903), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221034,6 +222158,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -221043,7 +222168,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2878), 35, + ACTIONS(2901), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -221054,10 +222180,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -221079,10 +222203,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [34508] = 3, + anon_sym_COLON_EQ, + [34563] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2700), 18, + ACTIONS(2899), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221092,6 +222217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -221101,7 +222227,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2698), 35, + ACTIONS(2897), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -221137,12 +222263,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [34569] = 4, + [34625] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2768), 1, - anon_sym_LBRACE, - ACTIONS(2967), 18, + ACTIONS(2895), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221152,6 +222276,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -221161,10 +222286,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2965), 34, + ACTIONS(2893), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, @@ -221196,10 +222322,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [34632] = 3, + [34687] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2903), 18, + ACTIONS(3131), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221209,6 +222335,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -221218,8 +222345,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2901), 35, - anon_sym_SEMI, + ACTIONS(3129), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -221230,8 +222356,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -221253,11 +222381,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [34693] = 3, + [34749] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2927), 18, + ACTIONS(4591), 1, + anon_sym_BANG, + ACTIONS(2875), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221267,8 +222396,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, - anon_sym_BANG, anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, @@ -221276,7 +222405,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2925), 35, + ACTIONS(2873), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -221312,10 +222441,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [34754] = 3, + [34813] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2700), 18, + ACTIONS(3071), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221325,6 +222454,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -221334,7 +222464,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2698), 35, + ACTIONS(3069), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -221345,10 +222476,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -221370,10 +222499,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [34815] = 3, + anon_sym_COLON_EQ, + [34875] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2856), 18, + ACTIONS(2632), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221383,6 +222513,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -221392,8 +222523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2854), 35, - anon_sym_SEMI, + ACTIONS(2630), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -221404,8 +222534,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -221427,11 +222559,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [34876] = 3, + [34937] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2788), 18, + ACTIONS(3039), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221441,6 +222572,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -221450,7 +222582,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2786), 35, + ACTIONS(3037), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -221486,10 +222618,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [34937] = 3, + [34999] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3089), 18, + ACTIONS(2422), 1, + anon_sym_LBRACE, + ACTIONS(2863), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221499,6 +222633,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -221508,10 +222643,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3087), 35, + ACTIONS(2861), 34, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, @@ -221519,10 +222654,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -221544,10 +222677,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [34998] = 3, + anon_sym_COLON_EQ, + [35063] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3093), 18, + ACTIONS(2891), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221557,6 +222691,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -221566,7 +222701,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3091), 35, + ACTIONS(2889), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -221577,10 +222713,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -221602,10 +222736,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [35059] = 3, + anon_sym_COLON_EQ, + [35125] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2792), 18, + ACTIONS(3083), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221615,6 +222750,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -221624,7 +222760,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2790), 35, + ACTIONS(3081), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -221635,10 +222772,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -221660,10 +222795,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [35120] = 3, + anon_sym_COLON_EQ, + [35187] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2836), 18, + ACTIONS(2815), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221673,6 +222809,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -221682,7 +222819,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2834), 35, + ACTIONS(2813), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -221718,10 +222855,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [35181] = 3, + [35249] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2864), 18, + ACTIONS(2811), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221731,6 +222868,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -221740,7 +222878,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2862), 35, + ACTIONS(2809), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -221776,13 +222914,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [35242] = 4, + [35311] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2777), 2, - anon_sym_LBRACE, - anon_sym_LBRACK, - ACTIONS(2772), 18, + ACTIONS(2807), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221792,6 +222927,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -221801,15 +222937,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2770), 33, + ACTIONS(2805), 35, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -221835,10 +222973,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [35305] = 3, + [35373] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2895), 18, + ACTIONS(2647), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221848,6 +222986,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -221857,7 +222996,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2893), 35, + ACTIONS(2645), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -221893,12 +223032,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [35366] = 4, + [35435] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2777), 1, - anon_sym_DOT, - ACTIONS(3029), 18, + ACTIONS(2651), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221908,6 +223045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -221917,8 +223055,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3027), 34, - anon_sym_SEMI, + ACTIONS(2649), 35, + anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -221928,8 +223066,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -221951,13 +223091,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [35429] = 4, + [35497] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2777), 1, - anon_sym_DOT, - ACTIONS(3029), 18, + ACTIONS(2717), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -221967,6 +223104,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -221976,7 +223114,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3027), 34, + ACTIONS(2715), 35, + anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -222011,10 +223150,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [35492] = 3, + [35559] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3177), 18, + ACTIONS(2871), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222024,6 +223163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -222033,7 +223173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3175), 35, + ACTIONS(2869), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -222069,10 +223209,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [35553] = 3, + [35621] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2872), 18, + ACTIONS(2867), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222082,6 +223222,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -222091,7 +223232,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2870), 35, + ACTIONS(2865), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -222102,10 +223244,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -222127,10 +223267,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [35614] = 3, + anon_sym_COLON_EQ, + [35683] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2876), 18, + ACTIONS(2859), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222140,6 +223281,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -222149,7 +223291,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2874), 35, + ACTIONS(2857), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -222160,10 +223303,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -222185,10 +223326,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [35675] = 3, + anon_sym_COLON_EQ, + [35745] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2899), 18, + ACTIONS(2855), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222198,6 +223340,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -222207,7 +223350,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2897), 35, + ACTIONS(2853), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -222218,10 +223362,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -222243,10 +223385,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [35736] = 3, + anon_sym_COLON_EQ, + [35807] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2989), 18, + ACTIONS(2915), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222256,6 +223399,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -222265,7 +223409,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2987), 35, + ACTIONS(2913), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, @@ -222301,10 +223445,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [35797] = 3, + [35869] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2704), 18, + ACTIONS(2761), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222314,6 +223458,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -222323,8 +223468,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2702), 35, - anon_sym_SEMI, + ACTIONS(2759), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -222335,8 +223479,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -222358,11 +223504,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [35858] = 3, + [35931] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2907), 18, + ACTIONS(2765), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222372,6 +223517,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -222381,7 +223527,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2905), 35, + ACTIONS(2763), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -222417,12 +223563,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [35919] = 4, + [35993] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2768), 1, - anon_sym_LBRACE, - ACTIONS(2700), 18, + ACTIONS(2769), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222432,6 +223576,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -222441,10 +223586,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2698), 34, - anon_sym_SEMI, + ACTIONS(2767), 35, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, @@ -222452,8 +223597,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -222475,14 +223622,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [35982] = 4, + [36055] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2777), 2, - anon_sym_LBRACE, - anon_sym_LBRACK, - ACTIONS(2772), 18, + ACTIONS(3087), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222492,6 +223635,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -222501,16 +223645,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2770), 33, + ACTIONS(3085), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_AMP_AMP, @@ -222535,10 +223681,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [36045] = 3, + [36117] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 18, + ACTIONS(2995), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222548,6 +223694,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -222557,7 +223704,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2957), 35, + ACTIONS(2993), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -222593,10 +223740,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [36106] = 3, + [36179] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 18, + ACTIONS(2773), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222606,6 +223753,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -222615,8 +223763,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2957), 35, - anon_sym_SEMI, + ACTIONS(2771), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -222627,8 +223774,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -222650,11 +223799,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [36167] = 3, + [36241] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3125), 18, + ACTIONS(2803), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222664,6 +223812,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -222673,7 +223822,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3123), 35, + ACTIONS(2801), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -222684,10 +223834,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -222709,10 +223857,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [36228] = 3, + anon_sym_COLON_EQ, + [36303] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3117), 18, + ACTIONS(3091), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222722,6 +223871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -222731,7 +223881,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3115), 35, + ACTIONS(3089), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -222742,10 +223893,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -222767,10 +223916,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [36289] = 3, + anon_sym_COLON_EQ, + [36365] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3013), 18, + ACTIONS(3059), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222780,6 +223930,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -222789,7 +223940,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3011), 35, + ACTIONS(3057), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -222800,10 +223952,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -222825,10 +223975,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [36350] = 3, + anon_sym_COLON_EQ, + [36427] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3017), 18, + ACTIONS(2935), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222838,6 +223989,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -222847,7 +223999,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3015), 35, + ACTIONS(2933), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -222883,10 +224035,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [36411] = 3, + [36489] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2927), 18, + ACTIONS(2472), 1, + anon_sym_LT2, + ACTIONS(2475), 2, + anon_sym_LBRACE, + anon_sym_LBRACK, + ACTIONS(4593), 2, + anon_sym_COMMA, + anon_sym_in, + ACTIONS(2470), 18, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222905,18 +224065,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2925), 35, + ACTIONS(2468), 31, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_AMP_AMP, @@ -222926,7 +224083,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - anon_sym_in, anon_sym_BANGin, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -222941,10 +224097,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [36472] = 3, + [36557] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3025), 18, + ACTIONS(2855), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -222954,6 +224110,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -222963,7 +224120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3023), 35, + ACTIONS(2853), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -222999,10 +224156,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [36533] = 3, + [36619] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3057), 18, + ACTIONS(2859), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -223012,6 +224169,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -223021,7 +224179,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3055), 35, + ACTIONS(2857), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -223057,10 +224215,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [36594] = 3, + [36681] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 18, + ACTIONS(2773), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -223070,6 +224228,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -223079,7 +224238,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3019), 35, + ACTIONS(2771), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -223090,10 +224250,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -223115,10 +224273,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [36655] = 3, + anon_sym_COLON_EQ, + [36743] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3061), 18, + ACTIONS(2891), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -223128,6 +224287,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -223137,7 +224297,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3059), 35, + ACTIONS(2889), 35, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -223173,10 +224333,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [36716] = 3, + [36805] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3197), 18, + ACTIONS(2769), 19, anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, @@ -223186,6 +224346,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -223195,7 +224356,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(3195), 35, + ACTIONS(2767), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -223206,10 +224368,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -223231,136 +224391,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [36777] = 3, + anon_sym_COLON_EQ, + [36867] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3137), 24, - anon_sym_DOT, - anon_sym_as, + ACTIONS(2895), 19, + anon_sym_EQ, anon_sym_PIPE, - anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_struct, - anon_sym_COLON, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_is, - anon_sym_in, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - ACTIONS(3135), 29, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_BANGis, - anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_map_LBRACK, - anon_sym_DOT_DOT, - [36838] = 11, - ACTIONS(487), 1, - sym_comment, - ACTIONS(4597), 1, - anon_sym_LPAREN, - ACTIONS(4599), 1, - anon_sym_LBRACK, - ACTIONS(4601), 1, - anon_sym_QMARK, - ACTIONS(4603), 1, - anon_sym_BANG, - STATE(2196), 1, - sym_argument_list, - STATE(2198), 1, - sym_or_block, - STATE(4283), 1, - sym_type_parameters, - ACTIONS(4595), 2, + ACTIONS(2893), 35, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4605), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(2076), 40, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym___global, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, + anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, + anon_sym_LT_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [36913] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4609), 1, - anon_sym_EQ, - ACTIONS(4607), 14, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -223373,7 +224451,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - ACTIONS(2880), 17, + [36929] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2765), 19, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -223382,6 +224464,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, @@ -223391,9 +224474,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2878), 19, + ACTIONS(2763), 35, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -223411,38 +224497,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [36976] = 11, - ACTIONS(487), 1, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [36991] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(4597), 1, - anon_sym_LPAREN, - ACTIONS(4599), 1, - anon_sym_LBRACK, - ACTIONS(4601), 1, - anon_sym_QMARK, - ACTIONS(4603), 1, - anon_sym_BANG, - STATE(2196), 1, - sym_argument_list, - STATE(2198), 1, - sym_or_block, - STATE(4283), 1, - sym_type_parameters, - ACTIONS(4595), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4605), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(2164), 40, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym___global, + ACTIONS(2761), 19, + anon_sym_EQ, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -223451,140 +224523,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [37051] = 11, - ACTIONS(487), 1, - sym_comment, - ACTIONS(4597), 1, - anon_sym_LPAREN, - ACTIONS(4599), 1, - anon_sym_LBRACK, - ACTIONS(4601), 1, + anon_sym_LT2, anon_sym_QMARK, - ACTIONS(4603), 1, anon_sym_BANG, - STATE(2196), 1, - sym_argument_list, - STATE(2198), 1, - sym_or_block, - STATE(4283), 1, - sym_type_parameters, - ACTIONS(4595), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4605), 2, anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(2230), 40, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym___global, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [37126] = 5, - ACTIONS(487), 1, - sym_comment, - ACTIONS(2404), 1, - anon_sym_LBRACK, - ACTIONS(4611), 1, - anon_sym_else, - STATE(2272), 1, - sym_else_branch, - ACTIONS(2406), 47, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(2759), 35, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym___global, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -223594,104 +224556,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [37188] = 5, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + anon_sym_COLON_EQ, + [37053] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2398), 1, - anon_sym_LBRACK, - ACTIONS(4611), 1, - anon_sym_else, - STATE(2271), 1, - sym_else_branch, - ACTIONS(2400), 47, + ACTIONS(4597), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, anon_sym_COMMA, + ACTIONS(4595), 48, + anon_sym_DOT, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym___global, - anon_sym_PIPE, + anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, + anon_sym_struct, anon_sym_mut, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [37250] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4613), 1, - anon_sym_COLON, - ACTIONS(4615), 1, - anon_sym_static, - ACTIONS(4617), 1, - anon_sym_volatile, - ACTIONS(4316), 22, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, anon_sym_QMARK, anon_sym_BANG, + anon_sym_go, + anon_sym_spawn, anon_sym_json_DOTdecode, anon_sym_LBRACK2, anon_sym_TILDE, anon_sym_CARET, anon_sym_AMP, anon_sym_LT_DASH, - sym_float_literal, - sym_rune_literal, - anon_sym_map_LBRACK, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - ACTIONS(4314), 25, - anon_sym_DOT, - anon_sym_fn, - anon_sym_struct, - anon_sym_mut, - anon_sym_go, - anon_sym_spawn, sym_none, sym_true, sym_false, @@ -223705,107 +224612,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsafe, anon_sym_sql, sym_int_literal, + sym_float_literal, + sym_rune_literal, anon_sym_AT, sym_identifier, anon_sym_shared, + anon_sym_map_LBRACK, anon_sym_chan, anon_sym_thread, anon_sym_atomic, - [37314] = 4, + sym___double_quote, + sym___single_quote, + sym___c_double_quote, + sym___c_single_quote, + sym___r_double_quote, + sym___r_single_quote, + [37114] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2777), 1, - anon_sym_LBRACK, - ACTIONS(3029), 1, - anon_sym_LBRACE, - ACTIONS(2772), 47, + ACTIONS(4601), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym___global, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [37373] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4621), 23, + ACTIONS(4599), 48, + anon_sym_DOT, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, + anon_sym_struct, + anon_sym_mut, anon_sym_QMARK, anon_sym_BANG, + anon_sym_go, + anon_sym_spawn, anon_sym_json_DOTdecode, anon_sym_LBRACK2, anon_sym_TILDE, anon_sym_CARET, anon_sym_AMP, anon_sym_LT_DASH, - sym_float_literal, - sym_rune_literal, - anon_sym_map_LBRACK, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - ACTIONS(4619), 26, - anon_sym_DOT, - anon_sym_fn, - anon_sym_struct, - anon_sym_mut, - anon_sym_go, - anon_sym_spawn, sym_none, sym_true, sym_false, sym_nil, anon_sym_if, - anon_sym_else, anon_sym_DOLLARif, anon_sym_match, anon_sym_select, @@ -223814,270 +224670,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsafe, anon_sym_sql, sym_int_literal, + sym_float_literal, + sym_rune_literal, anon_sym_AT, sym_identifier, anon_sym_shared, + anon_sym_map_LBRACK, anon_sym_chan, anon_sym_thread, anon_sym_atomic, - [37430] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2728), 23, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_json_DOTdecode, - anon_sym_LBRACK2, - anon_sym_TILDE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - sym_float_literal, - sym_rune_literal, - anon_sym_map_LBRACK, sym___double_quote, sym___single_quote, sym___c_double_quote, sym___c_single_quote, sym___r_double_quote, sym___r_single_quote, - ACTIONS(2730), 26, - anon_sym_DOT, - anon_sym_fn, - anon_sym_struct, - anon_sym_mut, - anon_sym_go, - anon_sym_spawn, - sym_none, - sym_true, - sym_false, - sym_nil, - anon_sym_if, - anon_sym_else, - anon_sym_DOLLARif, - anon_sym_match, - anon_sym_select, - anon_sym_lock, - anon_sym_rlock, - anon_sym_unsafe, - anon_sym_sql, - sym_int_literal, - anon_sym_AT, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - [37487] = 27, - ACTIONS(487), 1, + [37175] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(4597), 1, - anon_sym_LPAREN, - ACTIONS(4599), 1, - anon_sym_LBRACK, - ACTIONS(4601), 1, - anon_sym_QMARK, - ACTIONS(4603), 1, - anon_sym_BANG, ACTIONS(4605), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4625), 1, - anon_sym_as, - ACTIONS(4633), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4635), 1, - anon_sym_DASH_DASH, - ACTIONS(4637), 1, - anon_sym_LBRACK2, - ACTIONS(4639), 1, - anon_sym_AMP_AMP, - ACTIONS(4641), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4643), 1, - anon_sym_or, - ACTIONS(4645), 1, - anon_sym_is, - ACTIONS(4647), 1, - anon_sym_BANGis, - ACTIONS(4649), 1, - anon_sym_in, - ACTIONS(4651), 1, - anon_sym_BANGin, - ACTIONS(4653), 1, - anon_sym_AT_LBRACK, - STATE(2196), 1, - sym_argument_list, - STATE(2198), 1, - sym_or_block, - STATE(3475), 1, - sym_attribute, - STATE(4283), 1, - sym_type_parameters, - ACTIONS(4595), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4627), 4, + anon_sym_EQ, + ACTIONS(4603), 14, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + ACTIONS(2721), 18, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4631), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4623), 8, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - sym_identifier, - ACTIONS(4629), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [37592] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4615), 1, - anon_sym_static, - ACTIONS(4617), 1, - anon_sym_volatile, - ACTIONS(4655), 1, - sym_identifier, - ACTIONS(4316), 22, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, - anon_sym_json_DOTdecode, anon_sym_LBRACK2, - anon_sym_TILDE, anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_DASH, - sym_float_literal, - sym_rune_literal, - anon_sym_map_LBRACK, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - ACTIONS(4314), 24, - anon_sym_DOT, - anon_sym_fn, - anon_sym_struct, - anon_sym_mut, - anon_sym_go, - anon_sym_spawn, - sym_none, - sym_true, - sym_false, - sym_nil, - anon_sym_if, - anon_sym_DOLLARif, - anon_sym_match, - anon_sym_select, - anon_sym_lock, - anon_sym_rlock, - anon_sym_unsafe, - anon_sym_sql, - sym_int_literal, - anon_sym_AT, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - [37655] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(2728), 1, - anon_sym_LBRACK, - ACTIONS(2730), 48, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(2719), 19, anon_sym_DOT, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym___global, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_else, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [37712] = 3, + [37239] = 12, ACTIONS(487), 1, sym_comment, - ACTIONS(2698), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4609), 1, + anon_sym_LPAREN, + ACTIONS(4611), 1, anon_sym_LBRACK, - ACTIONS(2700), 48, + ACTIONS(4613), 1, + anon_sym_QMARK, + ACTIONS(4615), 1, + anon_sym_BANG, + STATE(2258), 1, + sym_or_block, + STATE(2259), 1, + sym_argument_list, + STATE(4421), 1, + sym_type_parameters, + ACTIONS(4607), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4617), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(1782), 40, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym___global, anon_sym_PIPE, anon_sym_PLUS, @@ -224096,9 +224795,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, @@ -224108,30 +224804,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_else, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [37769] = 3, + [37317] = 12, ACTIONS(487), 1, sym_comment, - ACTIONS(2698), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4609), 1, + anon_sym_LPAREN, + ACTIONS(4611), 1, anon_sym_LBRACK, - ACTIONS(2700), 48, + ACTIONS(4613), 1, + anon_sym_QMARK, + ACTIONS(4615), 1, + anon_sym_BANG, + STATE(2258), 1, + sym_or_block, + STATE(2259), 1, + sym_argument_list, + STATE(4421), 1, + sym_type_parameters, + ACTIONS(4607), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4617), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(1754), 40, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym___global, anon_sym_PIPE, anon_sym_PLUS, @@ -224150,9 +224861,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, @@ -224162,32 +224870,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [37826] = 4, + [37395] = 12, ACTIONS(487), 1, sym_comment, - ACTIONS(2702), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4609), 1, + anon_sym_LPAREN, + ACTIONS(4611), 1, anon_sym_LBRACK, - STATE(2230), 1, + ACTIONS(4613), 1, + anon_sym_QMARK, + ACTIONS(4615), 1, + anon_sym_BANG, + STATE(2258), 1, + sym_or_block, + STATE(2259), 1, + sym_argument_list, + STATE(4421), 1, sym_type_parameters, - ACTIONS(2704), 47, + ACTIONS(4607), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4617), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(1788), 40, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym___global, anon_sym_PIPE, anon_sym_PLUS, @@ -224206,9 +224927,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, @@ -224218,22 +224936,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [37885] = 4, + [37473] = 5, ACTIONS(487), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(2256), 1, anon_sym_LBRACK, - ACTIONS(4657), 1, - anon_sym_DOLLARelse, - ACTIONS(2734), 47, + ACTIONS(4619), 1, + anon_sym_else, + STATE(2180), 1, + sym_else_branch, + ACTIONS(2258), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -224257,6 +224975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -224281,232 +225000,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [37944] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4661), 23, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_json_DOTdecode, - anon_sym_LBRACK2, - anon_sym_TILDE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - sym_float_literal, - sym_rune_literal, - anon_sym_map_LBRACK, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - ACTIONS(4659), 26, - anon_sym_DOT, - anon_sym_fn, - anon_sym_struct, - anon_sym_mut, - anon_sym_go, - anon_sym_spawn, - sym_none, - sym_true, - sym_false, - sym_nil, - anon_sym_if, - anon_sym_else, - anon_sym_DOLLARif, - anon_sym_match, - anon_sym_select, - anon_sym_lock, - anon_sym_rlock, - anon_sym_unsafe, - anon_sym_sql, - sym_int_literal, - anon_sym_AT, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - [38001] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4615), 1, - anon_sym_static, - ACTIONS(4617), 1, - anon_sym_volatile, - ACTIONS(4316), 22, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_json_DOTdecode, - anon_sym_LBRACK2, - anon_sym_TILDE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - sym_float_literal, - sym_rune_literal, - anon_sym_map_LBRACK, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - ACTIONS(4314), 25, - anon_sym_DOT, - anon_sym_fn, - anon_sym_struct, - anon_sym_mut, - anon_sym_go, - anon_sym_spawn, - sym_none, - sym_true, - sym_false, - sym_nil, - anon_sym_if, - anon_sym_DOLLARif, - anon_sym_match, - anon_sym_select, - anon_sym_lock, - anon_sym_rlock, - anon_sym_unsafe, - anon_sym_sql, - sym_int_literal, - anon_sym_AT, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - [38062] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2698), 23, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_json_DOTdecode, - anon_sym_LBRACK2, - anon_sym_TILDE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - sym_float_literal, - sym_rune_literal, - anon_sym_map_LBRACK, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - ACTIONS(2700), 26, - anon_sym_DOT, - anon_sym_fn, - anon_sym_struct, - anon_sym_mut, - anon_sym_go, - anon_sym_spawn, - sym_none, - sym_true, - sym_false, - sym_nil, - anon_sym_if, - anon_sym_else, - anon_sym_DOLLARif, - anon_sym_match, - anon_sym_select, - anon_sym_lock, - anon_sym_rlock, - anon_sym_unsafe, - anon_sym_sql, - sym_int_literal, - anon_sym_AT, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - [38119] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4665), 23, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_json_DOTdecode, - anon_sym_LBRACK2, - anon_sym_TILDE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - sym_float_literal, - sym_rune_literal, - anon_sym_map_LBRACK, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - ACTIONS(4663), 26, - anon_sym_DOT, - anon_sym_fn, - anon_sym_struct, - anon_sym_mut, - anon_sym_go, - anon_sym_spawn, - sym_none, - sym_true, - sym_false, - sym_nil, - anon_sym_if, - anon_sym_else, - anon_sym_DOLLARif, - anon_sym_match, - anon_sym_select, - anon_sym_lock, - anon_sym_rlock, - anon_sym_unsafe, - anon_sym_sql, - sym_int_literal, - anon_sym_AT, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - [38176] = 4, + [37536] = 5, ACTIONS(487), 1, sym_comment, - ACTIONS(2738), 1, + ACTIONS(2262), 1, anon_sym_LBRACK, - ACTIONS(4667), 1, - anon_sym_DOLLARelse, - ACTIONS(2740), 47, + ACTIONS(4619), 1, + anon_sym_else, + STATE(2181), 1, + sym_else_branch, + ACTIONS(2264), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -224530,6 +225033,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -224554,225 +225058,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [38235] = 3, + [37599] = 28, ACTIONS(487), 1, sym_comment, - ACTIONS(2728), 1, - anon_sym_LBRACK, - ACTIONS(2730), 48, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4609), 1, anon_sym_LPAREN, - anon_sym___global, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4611), 1, + anon_sym_LBRACK, + ACTIONS(4613), 1, anon_sym_QMARK, + ACTIONS(4615), 1, anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, + ACTIONS(4617), 1, anon_sym_POUND_LBRACK, - anon_sym_DOLLARelse, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [38292] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(3143), 1, - anon_sym_LBRACK, - ACTIONS(3145), 47, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(4623), 1, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym___global, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, + ACTIONS(4631), 1, anon_sym_PLUS_PLUS, + ACTIONS(4633), 1, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, + ACTIONS(4635), 1, anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, + ACTIONS(4637), 1, anon_sym_AMP_AMP, + ACTIONS(4639), 1, anon_sym_PIPE_PIPE, + ACTIONS(4641), 1, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, + ACTIONS(4643), 1, anon_sym_is, + ACTIONS(4645), 1, anon_sym_BANGis, + ACTIONS(4647), 1, anon_sym_in, + ACTIONS(4649), 1, anon_sym_BANGin, - sym_identifier, + ACTIONS(4651), 1, anon_sym_AT_LBRACK, - [38348] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(2917), 1, - anon_sym_LBRACK, - ACTIONS(2919), 47, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + STATE(2258), 1, + sym_or_block, + STATE(2259), 1, + sym_argument_list, + STATE(3488), 1, + sym_attribute, + STATE(4421), 1, + sym_type_parameters, + ACTIONS(4607), 2, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym___global, + anon_sym_QMARK_DOT, + ACTIONS(4625), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(4629), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [38404] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(3043), 1, - anon_sym_LBRACK, - ACTIONS(3045), 47, + ACTIONS(4621), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym___global, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_pub, + anon_sym_mut, + sym_identifier, + ACTIONS(4627), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [38460] = 3, + [37707] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(3155), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(3157), 47, + STATE(2187), 1, + sym_type_parameters, + ACTIONS(2628), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -224796,6 +225169,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -224820,12 +225194,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [38516] = 3, + [37767] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3035), 1, + ACTIONS(2416), 1, anon_sym_LBRACK, - ACTIONS(3037), 47, + ACTIONS(2418), 49, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -224849,6 +225223,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -224867,18 +225242,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, + anon_sym_else, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [38572] = 3, + [37825] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3055), 1, + ACTIONS(2588), 1, anon_sym_LBRACK, - ACTIONS(3057), 47, + ACTIONS(2590), 49, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -224902,6 +225278,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -224920,18 +225297,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, + anon_sym_else, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [38628] = 3, + [37883] = 5, ACTIONS(487), 1, sym_comment, - ACTIONS(3031), 1, + ACTIONS(2472), 1, + anon_sym_LT2, + ACTIONS(2475), 1, anon_sym_LBRACK, - ACTIONS(3033), 47, + ACTIONS(3179), 1, + anon_sym_LBRACE, + ACTIONS(2470), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -224979,12 +225361,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [38684] = 3, + [37945] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3195), 1, + ACTIONS(2588), 1, anon_sym_LBRACK, - ACTIONS(3197), 47, + ACTIONS(2590), 49, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -225008,6 +225390,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -225026,18 +225409,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, + anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [38740] = 3, + [38003] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(2416), 1, anon_sym_LBRACK, - ACTIONS(3177), 47, + ACTIONS(2418), 49, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -225061,6 +225445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -225079,95 +225464,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, + anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [38796] = 27, - ACTIONS(487), 1, - sym_comment, - ACTIONS(2772), 1, - anon_sym_DOT, - ACTIONS(3027), 1, - anon_sym_LBRACK, - ACTIONS(3199), 1, - sym_identifier, - ACTIONS(3203), 1, - anon_sym_fn, - ACTIONS(3205), 1, - anon_sym_STAR, - ACTIONS(3207), 1, - anon_sym_struct, - ACTIONS(3209), 1, - anon_sym_QMARK, - ACTIONS(3211), 1, - anon_sym_BANG, - ACTIONS(3213), 1, - anon_sym_LBRACK2, - ACTIONS(3215), 1, - anon_sym_AMP, - ACTIONS(3217), 1, - anon_sym_shared, - ACTIONS(3219), 1, - anon_sym_map_LBRACK, - ACTIONS(3221), 1, - anon_sym_chan, - ACTIONS(3223), 1, - anon_sym_thread, - ACTIONS(3225), 1, - anon_sym_atomic, - ACTIONS(4669), 1, - anon_sym_LPAREN, - ACTIONS(4671), 1, - anon_sym_LT2, - STATE(3415), 1, - sym_plain_type, - STATE(3432), 1, - sym_signature, - STATE(3787), 1, - sym_generic_parameters, - STATE(4416), 1, - sym_reference_expression, - STATE(2513), 2, - sym_parameter_list, - sym_type_parameter_list, - STATE(3389), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3442), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - ACTIONS(3029), 7, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - STATE(3438), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [38900] = 3, + [38061] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(2822), 1, + ACTIONS(2410), 1, anon_sym_LBRACK, - ACTIONS(2824), 47, + ACTIONS(4653), 1, + anon_sym_DOLLARelse, + ACTIONS(2412), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -225191,6 +225502,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -225215,16 +225527,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [38956] = 3, + [38121] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2255), 23, + ACTIONS(4655), 1, + anon_sym_COLON, + ACTIONS(4657), 1, + anon_sym_static, + ACTIONS(4659), 1, + anon_sym_volatile, + ACTIONS(4324), 22, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, - anon_sym_RBRACK, anon_sym_QMARK, anon_sym_BANG, anon_sym_json_DOTdecode, @@ -225242,7 +225559,7 @@ static const uint16_t ts_small_parse_table[] = { sym___c_single_quote, sym___r_double_quote, sym___r_single_quote, - ACTIONS(4673), 25, + ACTIONS(4322), 25, anon_sym_DOT, anon_sym_fn, anon_sym_struct, @@ -225268,12 +225585,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - [39012] = 3, + [38185] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(3047), 1, + ACTIONS(2454), 1, anon_sym_LBRACK, - ACTIONS(3049), 47, + ACTIONS(4661), 1, + anon_sym_DOLLARelse, + ACTIONS(2456), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -225297,6 +225616,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -225321,12 +225641,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [39068] = 3, + [38245] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3157), 24, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_BANGis, + anon_sym_BANGin, + anon_sym_map_LBRACK, + ACTIONS(3159), 25, + anon_sym_DOT, + anon_sym_as, + anon_sym_PIPE, + anon_sym_fn, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_struct, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_is, + anon_sym_in, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + anon_sym_DOT_DOT, + [38302] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3127), 1, + ACTIONS(3149), 1, anon_sym_LBRACK, - ACTIONS(3129), 47, + ACTIONS(3151), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -225350,6 +225724,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -225374,12 +225749,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [39124] = 3, + [38359] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2818), 1, + ACTIONS(3045), 1, anon_sym_LBRACK, - ACTIONS(2820), 47, + ACTIONS(3047), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -225403,6 +225778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -225427,12 +225803,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [39180] = 3, + [38416] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3179), 1, + ACTIONS(2641), 1, anon_sym_LBRACK, - ACTIONS(3181), 47, + ACTIONS(2643), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -225456,6 +225832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -225480,18 +225857,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [39236] = 4, + [38473] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2774), 1, - anon_sym_DOT, - ACTIONS(3027), 1, + ACTIONS(3037), 1, anon_sym_LBRACK, - ACTIONS(3029), 46, + ACTIONS(3039), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -225510,6 +225886,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -225534,12 +225911,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [39294] = 3, + [38530] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2987), 1, + ACTIONS(2985), 1, anon_sym_LBRACK, - ACTIONS(2989), 47, + ACTIONS(2987), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -225563,6 +225940,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -225587,12 +225965,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [39350] = 3, + [38587] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2702), 1, + ACTIONS(2981), 1, anon_sym_LBRACK, - ACTIONS(2704), 47, + ACTIONS(2983), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -225616,6 +225994,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -225640,76 +226019,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [39406] = 14, - ACTIONS(3), 1, + [38644] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(4675), 1, + ACTIONS(2945), 1, + anon_sym_LBRACK, + ACTIONS(2947), 48, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, - ACTIONS(4677), 1, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4687), 1, - anon_sym_QMARK_DOT, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(2076), 9, + anon_sym___global, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_COLON, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2074), 28, - anon_sym_SEMI, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_RBRACK, + anon_sym_DOT_DOT_DOT, + anon_sym_LT2, + anon_sym_pub, + anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [39484] = 3, + sym_identifier, + anon_sym_AT_LBRACK, + [38701] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2794), 1, + ACTIONS(2941), 1, anon_sym_LBRACK, - ACTIONS(2796), 47, + ACTIONS(2943), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -225733,6 +226102,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -225757,12 +226127,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [39540] = 3, + [38758] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3051), 1, + ACTIONS(2719), 1, anon_sym_LBRACK, - ACTIONS(3053), 47, + ACTIONS(2721), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -225786,6 +226156,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -225810,12 +226181,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [39596] = 3, + [38815] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4665), 23, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_json_DOTdecode, + anon_sym_LBRACK2, + anon_sym_TILDE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_DASH, + sym_float_literal, + sym_rune_literal, + anon_sym_map_LBRACK, + sym___double_quote, + sym___single_quote, + sym___c_double_quote, + sym___c_single_quote, + sym___r_double_quote, + sym___r_single_quote, + ACTIONS(4663), 26, + anon_sym_DOT, + anon_sym_fn, + anon_sym_struct, + anon_sym_mut, + anon_sym_go, + anon_sym_spawn, + sym_none, + sym_true, + sym_false, + sym_nil, + anon_sym_if, + anon_sym_else, + anon_sym_DOLLARif, + anon_sym_match, + anon_sym_select, + anon_sym_lock, + anon_sym_rlock, + anon_sym_unsafe, + anon_sym_sql, + sym_int_literal, + anon_sym_AT, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + [38872] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3063), 1, + ACTIONS(2921), 1, anon_sym_LBRACK, - ACTIONS(3065), 47, + ACTIONS(2923), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -225839,6 +226264,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -225863,12 +226289,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [39652] = 3, + [38929] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3147), 1, + ACTIONS(2917), 1, anon_sym_LBRACK, - ACTIONS(3149), 47, + ACTIONS(2919), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -225892,6 +226318,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -225916,118 +226343,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [39708] = 3, - ACTIONS(3), 1, + [38986] = 13, + ACTIONS(487), 1, sym_comment, - ACTIONS(3039), 24, - anon_sym_LBRACE, - anon_sym_COMMA, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4609), 1, anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, + ACTIONS(4611), 1, anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_BANGis, - anon_sym_BANGin, - anon_sym_map_LBRACK, - ACTIONS(3041), 24, - anon_sym_DOT, - anon_sym_as, - anon_sym_PIPE, - anon_sym_fn, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_struct, + ACTIONS(4613), 1, anon_sym_QMARK, + ACTIONS(4615), 1, anon_sym_BANG, + STATE(2258), 1, + sym_or_block, + STATE(2259), 1, + sym_argument_list, + STATE(4421), 1, + sym_type_parameters, + ACTIONS(4607), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4617), 2, anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(4627), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, + anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_or, - anon_sym_is, - anon_sym_in, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - anon_sym_DOT_DOT, - [39764] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(2957), 1, - anon_sym_LBRACK, - ACTIONS(2959), 47, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1782), 29, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym___global, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [39820] = 3, + [39063] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2889), 1, + ACTIONS(2905), 1, anon_sym_LBRACK, - ACTIONS(2891), 47, + ACTIONS(2907), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -226051,6 +226436,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -226075,62 +226461,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [39876] = 24, + [39120] = 14, ACTIONS(487), 1, sym_comment, - ACTIONS(4597), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4609), 1, anon_sym_LPAREN, - ACTIONS(4599), 1, + ACTIONS(4611), 1, anon_sym_LBRACK, - ACTIONS(4601), 1, + ACTIONS(4613), 1, anon_sym_QMARK, - ACTIONS(4603), 1, + ACTIONS(4615), 1, anon_sym_BANG, - ACTIONS(4625), 1, + STATE(2258), 1, + sym_or_block, + STATE(2259), 1, + sym_argument_list, + STATE(4421), 1, + sym_type_parameters, + ACTIONS(4607), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4617), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(4625), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4627), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1782), 25, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_as, - ACTIONS(4633), 1, + anon_sym_RBRACE, + anon_sym___global, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_pub, + anon_sym_mut, anon_sym_PLUS_PLUS, - ACTIONS(4635), 1, anon_sym_DASH_DASH, - ACTIONS(4639), 1, anon_sym_AMP_AMP, - ACTIONS(4641), 1, anon_sym_PIPE_PIPE, - ACTIONS(4643), 1, anon_sym_or, - ACTIONS(4645), 1, anon_sym_is, - ACTIONS(4647), 1, anon_sym_BANGis, - ACTIONS(4649), 1, anon_sym_in, - ACTIONS(4651), 1, anon_sym_BANGin, - STATE(2196), 1, - sym_argument_list, - STATE(2198), 1, + sym_identifier, + anon_sym_AT_LBRACK, + [39199] = 17, + ACTIONS(487), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4609), 1, + anon_sym_LPAREN, + ACTIONS(4611), 1, + anon_sym_LBRACK, + ACTIONS(4613), 1, + anon_sym_QMARK, + ACTIONS(4615), 1, + anon_sym_BANG, + ACTIONS(4647), 1, + anon_sym_in, + ACTIONS(4649), 1, + anon_sym_BANGin, + STATE(2258), 1, sym_or_block, - STATE(4283), 1, + STATE(2259), 1, + sym_argument_list, + STATE(4421), 1, sym_type_parameters, - ACTIONS(4595), 2, + ACTIONS(4607), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4605), 2, + ACTIONS(4617), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4627), 4, + ACTIONS(4625), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4631), 6, + ACTIONS(4629), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4629), 8, + ACTIONS(4627), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -226139,128 +226576,229 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2220), 9, + ACTIONS(1782), 17, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_as, anon_sym_RBRACE, anon_sym___global, anon_sym_pub, anon_sym_mut, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, sym_identifier, anon_sym_AT_LBRACK, - [39974] = 3, + [39284] = 18, ACTIONS(487), 1, sym_comment, - ACTIONS(2810), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4609), 1, + anon_sym_LPAREN, + ACTIONS(4611), 1, anon_sym_LBRACK, - ACTIONS(2812), 47, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + ACTIONS(4613), 1, + anon_sym_QMARK, + ACTIONS(4615), 1, + anon_sym_BANG, + ACTIONS(4637), 1, + anon_sym_AMP_AMP, + ACTIONS(4647), 1, + anon_sym_in, + ACTIONS(4649), 1, + anon_sym_BANGin, + STATE(2258), 1, + sym_or_block, + STATE(2259), 1, + sym_argument_list, + STATE(4421), 1, + sym_type_parameters, + ACTIONS(4607), 2, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym___global, + anon_sym_QMARK_DOT, + ACTIONS(4617), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(4625), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(4629), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, + ACTIONS(4627), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1782), 16, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_as, + anon_sym_RBRACE, + anon_sym___global, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + sym_identifier, + anon_sym_AT_LBRACK, + [39371] = 14, + ACTIONS(487), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4609), 1, + anon_sym_LPAREN, + ACTIONS(4611), 1, + anon_sym_LBRACK, + ACTIONS(4613), 1, anon_sym_QMARK, + ACTIONS(4615), 1, anon_sym_BANG, + STATE(2258), 1, + sym_or_block, + STATE(2259), 1, + sym_argument_list, + STATE(4421), 1, + sym_type_parameters, + ACTIONS(4607), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4617), 2, anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(4625), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_CARET, + ACTIONS(4627), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(1958), 25, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_as, + anon_sym_RBRACE, + anon_sym___global, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_pub, + anon_sym_mut, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [40030] = 3, + [39450] = 14, ACTIONS(487), 1, sym_comment, - ACTIONS(3183), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4609), 1, + anon_sym_LPAREN, + ACTIONS(4611), 1, anon_sym_LBRACK, - ACTIONS(3185), 47, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + ACTIONS(4613), 1, + anon_sym_QMARK, + ACTIONS(4615), 1, + anon_sym_BANG, + STATE(2258), 1, + sym_or_block, + STATE(2259), 1, + sym_argument_list, + STATE(4421), 1, + sym_type_parameters, + ACTIONS(4607), 2, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym___global, + anon_sym_QMARK_DOT, + ACTIONS(4617), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(4625), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4627), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1964), 25, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_as, + anon_sym_RBRACE, + anon_sym___global, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [40086] = 3, + [39529] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2925), 1, + ACTIONS(2901), 1, anon_sym_LBRACK, - ACTIONS(2927), 47, + ACTIONS(2903), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -226284,6 +226822,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -226308,12 +226847,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [40142] = 3, + [39586] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3187), 1, + ACTIONS(2897), 1, anon_sym_LBRACK, - ACTIONS(3189), 47, + ACTIONS(2899), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -226337,6 +226876,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -226361,12 +226901,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [40198] = 3, + [39643] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3159), 1, + ACTIONS(2893), 1, anon_sym_LBRACK, - ACTIONS(3161), 47, + ACTIONS(2895), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -226390,6 +226930,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -226414,12 +226955,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [40254] = 3, + [39700] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3151), 1, + ACTIONS(2889), 1, anon_sym_LBRACK, - ACTIONS(3153), 47, + ACTIONS(2891), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -226443,6 +226984,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -226467,12 +227009,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [40310] = 3, + [39757] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2768), 1, + ACTIONS(2869), 1, anon_sym_LBRACK, - ACTIONS(2766), 47, + ACTIONS(2871), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -226496,6 +227038,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -226520,12 +227063,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [40366] = 3, + [39814] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2961), 1, + ACTIONS(2865), 1, anon_sym_LBRACK, - ACTIONS(2963), 47, + ACTIONS(2867), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -226549,6 +227092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -226573,32 +227117,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [40422] = 14, + [39871] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(4675), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4667), 1, anon_sym_DOT, - ACTIONS(4677), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4687), 1, + ACTIONS(4679), 1, anon_sym_QMARK_DOT, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(2230), 9, + ACTIONS(1788), 9, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -226608,7 +227154,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2228), 28, + ACTIONS(1786), 28, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -226637,12 +227183,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [40500] = 3, + [39952] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2909), 1, + ACTIONS(3189), 1, anon_sym_LBRACK, - ACTIONS(2911), 47, + ACTIONS(3191), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -226666,6 +227212,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -226690,66 +227237,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [40556] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(2976), 1, - anon_sym_LBRACK, - ACTIONS(2971), 12, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym___global, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, - sym_identifier, - anon_sym_AT_LBRACK, - ACTIONS(2973), 35, - anon_sym_DOT, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [40614] = 3, + [40009] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2770), 1, + ACTIONS(2817), 1, anon_sym_LBRACK, - ACTIONS(2772), 47, + ACTIONS(2819), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -226773,6 +227266,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -226797,28 +227291,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [40670] = 4, + [40066] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2954), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(2949), 12, + ACTIONS(2628), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym___global, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, - sym_identifier, - anon_sym_AT_LBRACK, - ACTIONS(2951), 35, anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym___global, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -226831,6 +227319,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LT2, + anon_sym_pub, + anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -226851,12 +227343,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [40728] = 3, + sym_identifier, + anon_sym_AT_LBRACK, + [40123] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2806), 1, + ACTIONS(2853), 1, anon_sym_LBRACK, - ACTIONS(2808), 47, + ACTIONS(2855), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -226880,6 +227374,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -226904,12 +227399,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [40784] = 3, + [40180] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2858), 1, + ACTIONS(3073), 1, anon_sym_LBRACK, - ACTIONS(2860), 47, + ACTIONS(3075), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -226933,6 +227428,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -226957,12 +227453,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [40840] = 3, + [40237] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2854), 1, + ACTIONS(2801), 1, anon_sym_LBRACK, - ACTIONS(2856), 47, + ACTIONS(2803), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -226986,6 +227482,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -227010,12 +227507,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [40896] = 3, + [40294] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2782), 1, + ACTIONS(2771), 1, anon_sym_LBRACK, - ACTIONS(2784), 47, + ACTIONS(2773), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -227039,6 +227536,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -227063,12 +227561,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [40952] = 3, + [40351] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2842), 1, + ACTIONS(3141), 1, anon_sym_LBRACK, - ACTIONS(2844), 47, + ACTIONS(3143), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -227092,6 +227590,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -227116,12 +227615,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [41008] = 3, + [40408] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2838), 1, + ACTIONS(2849), 1, anon_sym_LBRACK, - ACTIONS(2840), 47, + ACTIONS(2851), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -227145,6 +227644,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -227169,74 +227669,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [41064] = 3, + [40465] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(3135), 24, - anon_sym_LBRACE, - anon_sym_COMMA, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4667), 1, + anon_sym_DOT, + ACTIONS(4669), 1, anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, + ACTIONS(4671), 1, anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4679), 1, anon_sym_QMARK_DOT, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - anon_sym_BANGis, - anon_sym_BANGin, - anon_sym_map_LBRACK, - ACTIONS(3137), 24, - anon_sym_DOT, - anon_sym_as, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(1754), 9, anon_sym_PIPE, - anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - anon_sym_struct, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, + anon_sym_COLON, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_or, - anon_sym_is, - anon_sym_in, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - anon_sym_DOT_DOT, - [41120] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3131), 24, + ACTIONS(1752), 28, + anon_sym_SEMI, + anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, + anon_sym_RBRACE, + anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, @@ -227245,203 +227728,235 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, + anon_sym_or, + anon_sym_is, anon_sym_BANGis, + anon_sym_in, anon_sym_BANGin, - anon_sym_map_LBRACK, - ACTIONS(3133), 24, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [40546] = 3, + ACTIONS(487), 1, + sym_comment, + ACTIONS(3145), 1, + anon_sym_LBRACK, + ACTIONS(3147), 48, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym___global, anon_sym_PIPE, - anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_struct, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_or, - anon_sym_is, - anon_sym_in, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - anon_sym_DOT_DOT, - [41176] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3103), 24, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, + anon_sym_LT2, + anon_sym_pub, + anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, + anon_sym_is, anon_sym_BANGis, + anon_sym_in, anon_sym_BANGin, - anon_sym_map_LBRACK, - ACTIONS(3105), 24, + sym_identifier, + anon_sym_AT_LBRACK, + [40603] = 3, + ACTIONS(487), 1, + sym_comment, + ACTIONS(3137), 1, + anon_sym_LBRACK, + ACTIONS(3139), 48, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym___global, anon_sym_PIPE, - anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_struct, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LT2, + anon_sym_pub, + anon_sym_mut, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, + anon_sym_BANGis, anon_sym_in, + anon_sym_BANGin, sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - anon_sym_DOT_DOT, - [41232] = 3, - ACTIONS(3), 1, + anon_sym_AT_LBRACK, + [40660] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(3099), 24, - anon_sym_LBRACE, + ACTIONS(2767), 1, + anon_sym_LBRACK, + ACTIONS(2769), 48, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym___global, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, + anon_sym_LT2, + anon_sym_pub, + anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, + anon_sym_is, anon_sym_BANGis, + anon_sym_in, anon_sym_BANGin, - anon_sym_map_LBRACK, - ACTIONS(3101), 24, + sym_identifier, + anon_sym_AT_LBRACK, + [40717] = 3, + ACTIONS(487), 1, + sym_comment, + ACTIONS(2885), 1, + anon_sym_LBRACK, + ACTIONS(2887), 48, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym___global, anon_sym_PIPE, - anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_struct, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LT2, + anon_sym_pub, + anon_sym_mut, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, + anon_sym_BANGis, anon_sym_in, + anon_sym_BANGin, sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - anon_sym_DOT_DOT, - [41288] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1789), 23, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_json_DOTdecode, - anon_sym_LBRACK2, - anon_sym_TILDE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - sym_float_literal, - sym_rune_literal, - anon_sym_map_LBRACK, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - ACTIONS(4691), 25, - anon_sym_DOT, - anon_sym_fn, - anon_sym_struct, - anon_sym_mut, - anon_sym_go, - anon_sym_spawn, - sym_none, - sym_true, - sym_false, - sym_nil, - anon_sym_if, - anon_sym_DOLLARif, - anon_sym_match, - anon_sym_select, - anon_sym_lock, - anon_sym_rlock, - anon_sym_unsafe, - anon_sym_sql, - sym_int_literal, - anon_sym_AT, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - [41344] = 4, + anon_sym_AT_LBRACK, + [40774] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2941), 1, + ACTIONS(2763), 1, anon_sym_LBRACK, - ACTIONS(4693), 1, - anon_sym_BANG, - ACTIONS(2943), 46, + ACTIONS(2765), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -227465,11 +227980,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, + anon_sym_BANG, anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, @@ -227488,65 +228005,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [41402] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1927), 23, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_json_DOTdecode, - anon_sym_LBRACK2, - anon_sym_TILDE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - sym_float_literal, - sym_rune_literal, - anon_sym_map_LBRACK, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - ACTIONS(4695), 25, - anon_sym_DOT, - anon_sym_fn, - anon_sym_struct, - anon_sym_mut, - anon_sym_go, - anon_sym_spawn, - sym_none, - sym_true, - sym_false, - sym_nil, - anon_sym_if, - anon_sym_DOLLARif, - anon_sym_match, - anon_sym_select, - anon_sym_lock, - anon_sym_rlock, - anon_sym_unsafe, - anon_sym_sql, - sym_int_literal, - anon_sym_AT, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - [41458] = 3, + [40831] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2995), 1, + ACTIONS(2759), 1, anon_sym_LBRACK, - ACTIONS(2997), 47, + ACTIONS(2761), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -227570,6 +228034,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -227594,12 +228059,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [41514] = 3, + [40888] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3171), 1, + ACTIONS(3129), 1, anon_sym_LBRACK, - ACTIONS(3173), 47, + ACTIONS(3131), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -227623,6 +228088,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -227647,12 +228113,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [41570] = 3, + [40945] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3119), 1, + ACTIONS(2468), 1, anon_sym_LBRACK, - ACTIONS(3121), 47, + ACTIONS(2470), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -227676,6 +228142,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -227700,12 +228167,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [41626] = 3, + [41002] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2416), 23, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_json_DOTdecode, + anon_sym_LBRACK2, + anon_sym_TILDE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_DASH, + sym_float_literal, + sym_rune_literal, + anon_sym_map_LBRACK, + sym___double_quote, + sym___single_quote, + sym___c_double_quote, + sym___c_single_quote, + sym___r_double_quote, + sym___r_single_quote, + ACTIONS(2418), 26, + anon_sym_DOT, + anon_sym_fn, + anon_sym_struct, + anon_sym_mut, + anon_sym_go, + anon_sym_spawn, + sym_none, + sym_true, + sym_false, + sym_nil, + anon_sym_if, + anon_sym_else, + anon_sym_DOLLARif, + anon_sym_match, + anon_sym_select, + anon_sym_lock, + anon_sym_rlock, + anon_sym_unsafe, + anon_sym_sql, + sym_int_literal, + anon_sym_AT, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + [41059] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3003), 1, + ACTIONS(3153), 1, anon_sym_LBRACK, - ACTIONS(3005), 47, + ACTIONS(3155), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -227729,6 +228250,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -227753,76 +228275,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [41682] = 14, - ACTIONS(3), 1, + [41116] = 4, + ACTIONS(487), 1, sym_comment, - ACTIONS(4675), 1, + ACTIONS(2472), 1, anon_sym_DOT, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(3177), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4687), 1, - anon_sym_QMARK_DOT, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(2164), 9, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2162), 28, + ACTIONS(3179), 47, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_SEMI, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym___global, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_RBRACK, + anon_sym_DOT_DOT_DOT, + anon_sym_LT2, + anon_sym_pub, + anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [41760] = 3, + sym_identifier, + anon_sym_AT_LBRACK, + [41175] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3071), 1, + ACTIONS(2715), 1, anon_sym_LBRACK, - ACTIONS(3073), 47, + ACTIONS(2717), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -227846,6 +228359,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -227870,86 +228384,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [41816] = 24, - ACTIONS(487), 1, + [41232] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(4597), 1, + ACTIONS(4657), 1, + anon_sym_static, + ACTIONS(4659), 1, + anon_sym_volatile, + ACTIONS(4324), 22, + anon_sym_LBRACE, anon_sym_LPAREN, - ACTIONS(4599), 1, - anon_sym_LBRACK, - ACTIONS(4601), 1, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, anon_sym_QMARK, - ACTIONS(4603), 1, anon_sym_BANG, - ACTIONS(4625), 1, - anon_sym_as, - ACTIONS(4633), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4635), 1, - anon_sym_DASH_DASH, - ACTIONS(4639), 1, - anon_sym_AMP_AMP, - ACTIONS(4641), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4643), 1, - anon_sym_or, - ACTIONS(4645), 1, - anon_sym_is, - ACTIONS(4647), 1, - anon_sym_BANGis, - ACTIONS(4649), 1, - anon_sym_in, - ACTIONS(4651), 1, - anon_sym_BANGin, - STATE(2196), 1, - sym_argument_list, - STATE(2198), 1, - sym_or_block, - STATE(4283), 1, - sym_type_parameters, - ACTIONS(4595), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4605), 2, + anon_sym_json_DOTdecode, anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4627), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_TILDE, anon_sym_CARET, - ACTIONS(4631), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4629), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2210), 9, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - anon_sym___global, - anon_sym_pub, + anon_sym_LT_DASH, + sym_float_literal, + sym_rune_literal, + anon_sym_map_LBRACK, + sym___double_quote, + sym___single_quote, + sym___c_double_quote, + sym___c_single_quote, + sym___r_double_quote, + sym___r_single_quote, + ACTIONS(4322), 25, + anon_sym_DOT, + anon_sym_fn, + anon_sym_struct, anon_sym_mut, + anon_sym_go, + anon_sym_spawn, + sym_none, + sym_true, + sym_false, + sym_nil, + anon_sym_if, + anon_sym_DOLLARif, + anon_sym_match, + anon_sym_select, + anon_sym_lock, + anon_sym_rlock, + anon_sym_unsafe, + anon_sym_sql, + sym_int_literal, + anon_sym_AT, sym_identifier, - anon_sym_AT_LBRACK, - [41914] = 3, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + [41293] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2786), 1, + ACTIONS(2649), 1, anon_sym_LBRACK, - ACTIONS(2788), 47, + ACTIONS(2651), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -227973,6 +228469,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -227997,12 +228494,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [41970] = 3, + [41350] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3075), 1, + ACTIONS(2645), 1, anon_sym_LBRACK, - ACTIONS(3077), 47, + ACTIONS(2647), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -228026,6 +228523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -228050,12 +228548,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42026] = 3, + [41407] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3163), 1, + ACTIONS(2929), 1, anon_sym_LBRACK, - ACTIONS(3165), 47, + ACTIONS(2931), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -228079,6 +228577,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -228103,12 +228602,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42082] = 3, + [41464] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3087), 1, + ACTIONS(2949), 1, anon_sym_LBRACK, - ACTIONS(3089), 47, + ACTIONS(2951), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -228132,6 +228631,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -228156,18 +228656,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42138] = 4, + [41521] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2882), 1, + ACTIONS(2953), 1, anon_sym_LBRACK, - ACTIONS(2886), 1, - anon_sym_DOT, - ACTIONS(2884), 46, + ACTIONS(2955), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -228186,6 +228685,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -228210,12 +228710,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42196] = 3, + [41578] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2893), 1, + ACTIONS(2957), 1, anon_sym_LBRACK, - ACTIONS(2895), 47, + ACTIONS(2959), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -228239,6 +228739,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -228263,205 +228764,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42252] = 13, + [41635] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(4597), 1, - anon_sym_LPAREN, - ACTIONS(4599), 1, + ACTIONS(2805), 1, anon_sym_LBRACK, - ACTIONS(4601), 1, - anon_sym_QMARK, - ACTIONS(4603), 1, - anon_sym_BANG, - STATE(2196), 1, - sym_argument_list, - STATE(2198), 1, - sym_or_block, - STATE(4283), 1, - sym_type_parameters, - ACTIONS(4595), 2, + ACTIONS(2807), 48, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4605), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4627), 4, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym___global, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4629), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2112), 25, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_as, - anon_sym_RBRACE, - anon_sym___global, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42328] = 13, + [41692] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(4597), 1, - anon_sym_LPAREN, - ACTIONS(4599), 1, + ACTIONS(2809), 1, anon_sym_LBRACK, - ACTIONS(4601), 1, - anon_sym_QMARK, - ACTIONS(4603), 1, - anon_sym_BANG, - STATE(2196), 1, - sym_argument_list, - STATE(2198), 1, - sym_or_block, - STATE(4283), 1, - sym_type_parameters, - ACTIONS(4595), 2, + ACTIONS(2811), 48, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4605), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4627), 4, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym___global, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4629), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2108), 25, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_as, - anon_sym_RBRACE, - anon_sym___global, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [42404] = 17, - ACTIONS(487), 1, - sym_comment, - ACTIONS(4597), 1, - anon_sym_LPAREN, - ACTIONS(4599), 1, - anon_sym_LBRACK, - ACTIONS(4601), 1, anon_sym_QMARK, - ACTIONS(4603), 1, anon_sym_BANG, - ACTIONS(4639), 1, - anon_sym_AMP_AMP, - ACTIONS(4649), 1, - anon_sym_in, - ACTIONS(4651), 1, - anon_sym_BANGin, - STATE(2196), 1, - sym_argument_list, - STATE(2198), 1, - sym_or_block, - STATE(4283), 1, - sym_type_parameters, - ACTIONS(4595), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4605), 2, anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4627), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_CARET, - ACTIONS(4631), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4629), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2076), 16, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_as, - anon_sym_RBRACE, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42488] = 3, + [41749] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3079), 1, + ACTIONS(2813), 1, anon_sym_LBRACK, - ACTIONS(3081), 47, + ACTIONS(2815), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -228485,6 +228901,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -228509,146 +228926,234 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42544] = 16, + [41806] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(4597), 1, - anon_sym_LPAREN, - ACTIONS(4599), 1, + ACTIONS(2997), 1, anon_sym_LBRACK, - ACTIONS(4601), 1, - anon_sym_QMARK, - ACTIONS(4603), 1, - anon_sym_BANG, - ACTIONS(4649), 1, - anon_sym_in, - ACTIONS(4651), 1, - anon_sym_BANGin, - STATE(2196), 1, - sym_argument_list, - STATE(2198), 1, - sym_or_block, - STATE(4283), 1, - sym_type_parameters, - ACTIONS(4595), 2, + ACTIONS(2999), 48, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4605), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4627), 4, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym___global, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4631), 6, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4629), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_DOT_DOT_DOT, + anon_sym_LT2, + anon_sym_pub, + anon_sym_mut, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2076), 17, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + sym_identifier, + anon_sym_AT_LBRACK, + [41863] = 3, + ACTIONS(487), 1, + sym_comment, + ACTIONS(2839), 1, + anon_sym_LBRACK, + ACTIONS(2841), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym___global, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42626] = 13, + [41920] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(4597), 1, - anon_sym_LPAREN, - ACTIONS(4599), 1, + ACTIONS(3133), 1, anon_sym_LBRACK, - ACTIONS(4601), 1, - anon_sym_QMARK, - ACTIONS(4603), 1, - anon_sym_BANG, - STATE(2196), 1, - sym_argument_list, - STATE(2198), 1, - sym_or_block, - STATE(4283), 1, - sym_type_parameters, - ACTIONS(4595), 2, + ACTIONS(3135), 48, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4605), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4627), 4, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym___global, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4629), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LT2, + anon_sym_pub, + anon_sym_mut, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2076), 25, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + sym_identifier, + anon_sym_AT_LBRACK, + [41977] = 3, + ACTIONS(487), 1, + sym_comment, + ACTIONS(2843), 1, + anon_sym_LBRACK, + ACTIONS(2845), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym___global, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42702] = 3, + [42034] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(3007), 1, + ACTIONS(2634), 1, anon_sym_LBRACK, - ACTIONS(3009), 47, + ACTIONS(2638), 1, + anon_sym_DOT, + ACTIONS(2636), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -228667,6 +229172,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -228691,12 +229197,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42758] = 3, + [42093] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4657), 1, + anon_sym_static, + ACTIONS(4659), 1, + anon_sym_volatile, + ACTIONS(4683), 1, + sym_identifier, + ACTIONS(4324), 22, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_json_DOTdecode, + anon_sym_LBRACK2, + anon_sym_TILDE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_DASH, + sym_float_literal, + sym_rune_literal, + anon_sym_map_LBRACK, + sym___double_quote, + sym___single_quote, + sym___c_double_quote, + sym___c_single_quote, + sym___r_double_quote, + sym___r_single_quote, + ACTIONS(4322), 24, + anon_sym_DOT, + anon_sym_fn, + anon_sym_struct, + anon_sym_mut, + anon_sym_go, + anon_sym_spawn, + sym_none, + sym_true, + sym_false, + sym_nil, + anon_sym_if, + anon_sym_DOLLARif, + anon_sym_match, + anon_sym_select, + anon_sym_lock, + anon_sym_rlock, + anon_sym_unsafe, + anon_sym_sql, + sym_int_literal, + anon_sym_AT, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + [42156] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2991), 1, + ACTIONS(3017), 1, anon_sym_LBRACK, - ACTIONS(2993), 47, + ACTIONS(3019), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -228720,6 +229283,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -228744,12 +229308,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42814] = 3, + [42213] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2937), 1, + ACTIONS(3181), 1, anon_sym_LBRACK, - ACTIONS(2939), 47, + ACTIONS(3183), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -228773,6 +229337,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -228797,12 +229362,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42870] = 3, + [42270] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2933), 1, + ACTIONS(3053), 1, anon_sym_LBRACK, - ACTIONS(2935), 47, + ACTIONS(3055), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -228826,6 +229391,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -228850,12 +229416,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42926] = 3, + [42327] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(3059), 1, + ACTIONS(2873), 1, anon_sym_LBRACK, - ACTIONS(3061), 47, + ACTIONS(4685), 1, + anon_sym_BANG, + ACTIONS(2875), 47, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -228879,12 +229447,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, - anon_sym_BANG, anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, @@ -228903,12 +229471,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [42982] = 3, + [42386] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2878), 1, + ACTIONS(3065), 1, anon_sym_LBRACK, - ACTIONS(2880), 47, + ACTIONS(3067), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -228932,6 +229500,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -228956,12 +229525,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [43038] = 3, + [42443] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2913), 1, + ACTIONS(2933), 1, anon_sym_LBRACK, - ACTIONS(2915), 47, + ACTIONS(2935), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -228985,6 +229554,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -229009,74 +229579,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [43094] = 12, + [42500] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(4597), 1, - anon_sym_LPAREN, - ACTIONS(4599), 1, + ACTIONS(3049), 1, anon_sym_LBRACK, - ACTIONS(4601), 1, - anon_sym_QMARK, - ACTIONS(4603), 1, - anon_sym_BANG, - STATE(2196), 1, - sym_argument_list, - STATE(2198), 1, - sym_or_block, - STATE(4283), 1, - sym_type_parameters, - ACTIONS(4595), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4605), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4629), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2076), 29, + ACTIONS(3051), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym___global, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [43168] = 3, + [42557] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2901), 1, + ACTIONS(2857), 1, anon_sym_LBRACK, - ACTIONS(2903), 47, + ACTIONS(2859), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -229100,6 +229662,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -229124,12 +229687,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [43224] = 3, + [42614] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2830), 1, + ACTIONS(3125), 1, anon_sym_LBRACK, - ACTIONS(2832), 47, + ACTIONS(3127), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -229153,6 +229716,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -229177,12 +229741,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [43280] = 3, + [42671] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3115), 1, + ACTIONS(3121), 1, anon_sym_LBRACK, - ACTIONS(3117), 47, + ACTIONS(3123), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -229206,6 +229770,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -229230,65 +229795,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [43336] = 3, - ACTIONS(487), 1, + [42728] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3091), 1, - anon_sym_LBRACK, - ACTIONS(3093), 47, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, + ACTIONS(4689), 23, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym___global, - anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_QMARK, anon_sym_BANG, + anon_sym_json_DOTdecode, anon_sym_LBRACK2, + anon_sym_TILDE, anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, + anon_sym_LT_DASH, + sym_float_literal, + sym_rune_literal, + anon_sym_map_LBRACK, + sym___double_quote, + sym___single_quote, + sym___c_double_quote, + sym___c_single_quote, + sym___r_double_quote, + sym___r_single_quote, + ACTIONS(4687), 26, + anon_sym_DOT, + anon_sym_fn, + anon_sym_struct, + anon_sym_mut, + anon_sym_go, + anon_sym_spawn, + sym_none, + sym_true, + sym_false, + sym_nil, + anon_sym_if, + anon_sym_else, + anon_sym_DOLLARif, + anon_sym_match, + anon_sym_select, + anon_sym_lock, + anon_sym_rlock, + anon_sym_unsafe, + anon_sym_sql, + sym_int_literal, + anon_sym_AT, sym_identifier, - anon_sym_AT_LBRACK, - [43392] = 3, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + [42785] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2790), 1, + ACTIONS(2937), 1, anon_sym_LBRACK, - ACTIONS(2792), 47, + ACTIONS(2939), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -229312,6 +229878,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -229336,75 +229903,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [43448] = 3, + [42842] = 25, ACTIONS(487), 1, sym_comment, - ACTIONS(2834), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4609), 1, + anon_sym_LPAREN, + ACTIONS(4611), 1, anon_sym_LBRACK, - ACTIONS(2836), 47, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, + ACTIONS(4613), 1, + anon_sym_QMARK, + ACTIONS(4615), 1, + anon_sym_BANG, + ACTIONS(4623), 1, anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym___global, + ACTIONS(4631), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4633), 1, + anon_sym_DASH_DASH, + ACTIONS(4637), 1, + anon_sym_AMP_AMP, + ACTIONS(4639), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4641), 1, + anon_sym_or, + ACTIONS(4643), 1, + anon_sym_is, + ACTIONS(4645), 1, + anon_sym_BANGis, + ACTIONS(4647), 1, + anon_sym_in, + ACTIONS(4649), 1, + anon_sym_BANGin, + STATE(2258), 1, + sym_or_block, + STATE(2259), 1, + sym_argument_list, + STATE(4421), 1, + sym_type_parameters, + ACTIONS(4607), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4617), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(4625), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(4629), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, + ACTIONS(4627), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, + ACTIONS(1730), 9, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, sym_identifier, anon_sym_AT_LBRACK, - [43504] = 3, + [42943] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(3111), 1, + ACTIONS(2978), 1, anon_sym_LBRACK, - ACTIONS(3113), 47, + ACTIONS(2973), 12, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym___global, + anon_sym_DOT_DOT_DOT, + anon_sym_pub, + anon_sym_mut, + sym_identifier, + anon_sym_AT_LBRACK, + ACTIONS(2975), 36, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -229417,9 +230013,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -229440,14 +230034,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [43560] = 3, + [43002] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2862), 1, + ACTIONS(3001), 1, anon_sym_LBRACK, - ACTIONS(2864), 47, + ACTIONS(3003), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -229471,6 +230063,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -229495,22 +230088,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [43616] = 3, + [43059] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(3123), 1, + ACTIONS(2968), 1, anon_sym_LBRACK, - ACTIONS(3125), 47, + ACTIONS(2963), 12, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym___global, + anon_sym_DOT_DOT_DOT, + anon_sym_pub, + anon_sym_mut, + sym_identifier, + anon_sym_AT_LBRACK, + ACTIONS(2965), 36, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -229523,9 +230122,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -229546,14 +230143,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [43672] = 3, + [43118] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2826), 1, + ACTIONS(2989), 1, anon_sym_LBRACK, - ACTIONS(2828), 47, + ACTIONS(2991), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -229577,6 +230172,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -229601,66 +230197,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [43728] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4701), 1, - anon_sym_volatile, - ACTIONS(4699), 22, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_json_DOTdecode, - anon_sym_LBRACK2, - anon_sym_TILDE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - sym_float_literal, - sym_rune_literal, - anon_sym_map_LBRACK, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - ACTIONS(4697), 25, - anon_sym_DOT, - anon_sym_fn, - anon_sym_struct, - anon_sym_mut, - anon_sym_go, - anon_sym_spawn, - sym_none, - sym_true, - sym_false, - sym_nil, - anon_sym_if, - anon_sym_DOLLARif, - anon_sym_match, - anon_sym_select, - anon_sym_lock, - anon_sym_rlock, - anon_sym_unsafe, - anon_sym_sql, - sym_int_literal, - anon_sym_AT, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - [43786] = 3, + [43175] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2870), 1, + ACTIONS(3009), 1, anon_sym_LBRACK, - ACTIONS(2872), 47, + ACTIONS(3011), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -229684,6 +230226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -229708,12 +230251,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [43842] = 3, + [43232] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2874), 1, + ACTIONS(3013), 1, anon_sym_LBRACK, - ACTIONS(2876), 47, + ACTIONS(3015), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -229737,6 +230280,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -229761,12 +230305,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [43898] = 3, + [43289] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2897), 1, + ACTIONS(3021), 1, anon_sym_LBRACK, - ACTIONS(2899), 47, + ACTIONS(3023), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -229790,6 +230334,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -229814,12 +230359,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [43954] = 3, + [43346] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2905), 1, + ACTIONS(3025), 1, anon_sym_LBRACK, - ACTIONS(2907), 47, + ACTIONS(3027), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -229843,6 +230388,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -229867,12 +230413,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44010] = 3, + [43403] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2921), 1, + ACTIONS(3029), 1, anon_sym_LBRACK, - ACTIONS(2923), 47, + ACTIONS(3031), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -229896,6 +230442,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -229920,12 +230467,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44066] = 3, + [43460] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3107), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3109), 47, + ACTIONS(3079), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -229949,6 +230496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -229973,12 +230521,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44122] = 3, + [43517] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3011), 1, + ACTIONS(3033), 1, anon_sym_LBRACK, - ACTIONS(3013), 47, + ACTIONS(3035), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -230002,6 +230550,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -230026,12 +230575,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44178] = 3, + [43574] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3015), 1, + ACTIONS(2422), 1, anon_sym_LBRACK, - ACTIONS(3017), 47, + ACTIONS(2420), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -230055,6 +230604,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -230079,12 +230629,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44234] = 3, + [43631] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2846), 1, + ACTIONS(3041), 1, anon_sym_LBRACK, - ACTIONS(2848), 47, + ACTIONS(3043), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -230108,6 +230658,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -230132,12 +230683,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44290] = 3, + [43688] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3191), 1, + ACTIONS(2993), 1, anon_sym_LBRACK, - ACTIONS(3193), 47, + ACTIONS(2995), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -230161,6 +230712,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -230185,12 +230737,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44346] = 3, + [43745] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3023), 1, + ACTIONS(2630), 1, anon_sym_LBRACK, - ACTIONS(3025), 47, + ACTIONS(2632), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -230214,6 +230766,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -230238,12 +230791,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44402] = 3, + [43802] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3019), 1, + ACTIONS(3185), 1, anon_sym_LBRACK, - ACTIONS(3021), 47, + ACTIONS(3187), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -230267,6 +230820,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -230291,12 +230845,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44458] = 3, + [43859] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2999), 1, + ACTIONS(3173), 1, anon_sym_LBRACK, - ACTIONS(3001), 47, + ACTIONS(3175), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -230320,6 +230874,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -230344,12 +230899,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44514] = 3, + [43916] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2588), 23, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_json_DOTdecode, + anon_sym_LBRACK2, + anon_sym_TILDE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_DASH, + sym_float_literal, + sym_rune_literal, + anon_sym_map_LBRACK, + sym___double_quote, + sym___single_quote, + sym___c_double_quote, + sym___c_single_quote, + sym___r_double_quote, + sym___r_single_quote, + ACTIONS(2590), 26, + anon_sym_DOT, + anon_sym_fn, + anon_sym_struct, + anon_sym_mut, + anon_sym_go, + anon_sym_spawn, + sym_none, + sym_true, + sym_false, + sym_nil, + anon_sym_if, + anon_sym_else, + anon_sym_DOLLARif, + anon_sym_match, + anon_sym_select, + anon_sym_lock, + anon_sym_rlock, + anon_sym_unsafe, + anon_sym_sql, + sym_int_literal, + anon_sym_AT, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + [43973] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3083), 1, + ACTIONS(3105), 1, anon_sym_LBRACK, - ACTIONS(3085), 47, + ACTIONS(3107), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -230373,6 +230982,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -230397,12 +231007,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44570] = 3, + [44030] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2798), 1, + ACTIONS(2913), 1, anon_sym_LBRACK, - ACTIONS(2800), 47, + ACTIONS(2915), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -230426,6 +231036,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -230450,12 +231061,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44626] = 3, + [44087] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2802), 1, + ACTIONS(3057), 1, anon_sym_LBRACK, - ACTIONS(2804), 47, + ACTIONS(3059), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -230479,6 +231090,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -230503,12 +231115,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44682] = 3, + [44144] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2814), 1, + ACTIONS(3061), 1, anon_sym_LBRACK, - ACTIONS(2816), 47, + ACTIONS(3063), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -230532,6 +231144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -230556,12 +231169,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44738] = 3, + [44201] = 25, + ACTIONS(487), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4609), 1, + anon_sym_LPAREN, + ACTIONS(4611), 1, + anon_sym_LBRACK, + ACTIONS(4613), 1, + anon_sym_QMARK, + ACTIONS(4615), 1, + anon_sym_BANG, + ACTIONS(4623), 1, + anon_sym_as, + ACTIONS(4631), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4633), 1, + anon_sym_DASH_DASH, + ACTIONS(4637), 1, + anon_sym_AMP_AMP, + ACTIONS(4639), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4641), 1, + anon_sym_or, + ACTIONS(4643), 1, + anon_sym_is, + ACTIONS(4645), 1, + anon_sym_BANGis, + ACTIONS(4647), 1, + anon_sym_in, + ACTIONS(4649), 1, + anon_sym_BANGin, + STATE(2258), 1, + sym_or_block, + STATE(2259), 1, + sym_argument_list, + STATE(4421), 1, + sym_type_parameters, + ACTIONS(4607), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4617), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(4625), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4629), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4627), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1724), 9, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + sym_identifier, + anon_sym_AT_LBRACK, + [44302] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3027), 1, + ACTIONS(2925), 1, anon_sym_LBRACK, - ACTIONS(3029), 47, + ACTIONS(2927), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -230585,6 +231274,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -230609,12 +231299,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44794] = 3, + [44359] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3161), 24, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_BANGis, + anon_sym_BANGin, + anon_sym_map_LBRACK, + ACTIONS(3163), 25, + anon_sym_DOT, + anon_sym_as, + anon_sym_PIPE, + anon_sym_fn, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_struct, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_is, + anon_sym_in, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + anon_sym_DOT_DOT, + [44416] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3167), 1, + ACTIONS(3193), 1, anon_sym_LBRACK, - ACTIONS(3169), 47, + ACTIONS(3195), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -230638,6 +231382,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -230662,12 +231407,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44850] = 3, + [44473] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4693), 23, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_json_DOTdecode, + anon_sym_LBRACK2, + anon_sym_TILDE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_DASH, + sym_float_literal, + sym_rune_literal, + anon_sym_map_LBRACK, + sym___double_quote, + sym___single_quote, + sym___c_double_quote, + sym___c_single_quote, + sym___r_double_quote, + sym___r_single_quote, + ACTIONS(4691), 26, + anon_sym_DOT, + anon_sym_fn, + anon_sym_struct, + anon_sym_mut, + anon_sym_go, + anon_sym_spawn, + sym_none, + sym_true, + sym_false, + sym_nil, + anon_sym_if, + anon_sym_else, + anon_sym_DOLLARif, + anon_sym_match, + anon_sym_select, + anon_sym_lock, + anon_sym_rlock, + anon_sym_unsafe, + anon_sym_sql, + sym_int_literal, + anon_sym_AT, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + [44530] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2850), 1, + ACTIONS(3069), 1, anon_sym_LBRACK, - ACTIONS(2852), 47, + ACTIONS(3071), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -230691,6 +231490,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -230715,12 +231515,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44906] = 3, + [44587] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3095), 1, + ACTIONS(3081), 1, anon_sym_LBRACK, - ACTIONS(3097), 47, + ACTIONS(3083), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -230744,6 +231544,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -230768,12 +231569,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [44962] = 3, + [44644] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2866), 1, + ACTIONS(3085), 1, anon_sym_LBRACK, - ACTIONS(2868), 47, + ACTIONS(3087), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -230797,6 +231598,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -230821,12 +231623,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [45018] = 3, + [44701] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2929), 1, + ACTIONS(3089), 1, anon_sym_LBRACK, - ACTIONS(2931), 47, + ACTIONS(3091), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -230850,6 +231652,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -230874,65 +231677,186 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [45074] = 3, - ACTIONS(487), 1, + [44758] = 15, + ACTIONS(3), 1, sym_comment, - ACTIONS(2979), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4667), 1, + anon_sym_DOT, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(2981), 47, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4679), 1, + anon_sym_QMARK_DOT, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(1782), 9, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_COLON, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(1796), 28, anon_sym_SEMI, - anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_RBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [44839] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3117), 24, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, - anon_sym___global, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_BANGis, + anon_sym_BANGin, + anon_sym_map_LBRACK, + ACTIONS(3119), 25, + anon_sym_DOT, + anon_sym_as, anon_sym_PIPE, + anon_sym_fn, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, + anon_sym_struct, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_is, + anon_sym_in, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + anon_sym_DOT_DOT, + [44896] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3113), 24, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, - anon_sym_pub, - anon_sym_mut, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, - anon_sym_AMP, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_is, anon_sym_BANGis, - anon_sym_in, anon_sym_BANGin, + anon_sym_map_LBRACK, + ACTIONS(3115), 25, + anon_sym_DOT, + anon_sym_as, + anon_sym_PIPE, + anon_sym_fn, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_struct, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_or, + anon_sym_is, + anon_sym_in, sym_identifier, - anon_sym_AT_LBRACK, - [45130] = 3, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + anon_sym_DOT_DOT, + [44953] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2983), 1, + ACTIONS(3097), 1, anon_sym_LBRACK, - ACTIONS(2985), 47, + ACTIONS(3099), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -230956,6 +231880,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -230980,12 +231905,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [45186] = 3, + [45010] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3067), 1, + ACTIONS(3101), 1, anon_sym_LBRACK, - ACTIONS(3069), 47, + ACTIONS(3103), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -231009,6 +231934,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -231033,12 +231959,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [45242] = 3, + [45067] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3139), 1, + ACTIONS(3109), 1, anon_sym_LBRACK, - ACTIONS(3141), 47, + ACTIONS(3111), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -231062,6 +231988,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -231086,20 +232013,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [45298] = 4, + [45124] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2698), 1, + ACTIONS(3093), 1, anon_sym_LBRACK, - ACTIONS(2766), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - ACTIONS(2700), 44, + ACTIONS(3095), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym___global, @@ -231115,6 +232041,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_pub, anon_sym_mut, anon_sym_PLUS_PLUS, @@ -231139,176 +232067,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, sym_identifier, anon_sym_AT_LBRACK, - [45355] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4699), 22, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_json_DOTdecode, - anon_sym_LBRACK2, - anon_sym_TILDE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_DASH, - sym_float_literal, - sym_rune_literal, - anon_sym_map_LBRACK, - sym___double_quote, - sym___single_quote, - sym___c_double_quote, - sym___c_single_quote, - sym___r_double_quote, - sym___r_single_quote, - ACTIONS(4697), 25, - anon_sym_DOT, - anon_sym_fn, - anon_sym_struct, - anon_sym_mut, - anon_sym_go, - anon_sym_spawn, - sym_none, - sym_true, - sym_false, - sym_nil, - anon_sym_if, - anon_sym_DOLLARif, - anon_sym_match, - anon_sym_select, - anon_sym_lock, - anon_sym_rlock, - anon_sym_unsafe, - anon_sym_sql, - sym_int_literal, - anon_sym_AT, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - [45410] = 24, + [45181] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(4597), 1, - anon_sym_LPAREN, - ACTIONS(4599), 1, + ACTIONS(3165), 1, anon_sym_LBRACK, - ACTIONS(4601), 1, - anon_sym_QMARK, - ACTIONS(4603), 1, - anon_sym_BANG, - ACTIONS(4625), 1, - anon_sym_as, - ACTIONS(4633), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4635), 1, - anon_sym_DASH_DASH, - ACTIONS(4643), 1, - anon_sym_or, - ACTIONS(4645), 1, - anon_sym_is, - ACTIONS(4647), 1, - anon_sym_BANGis, - ACTIONS(4711), 1, - anon_sym_AMP_AMP, - ACTIONS(4713), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4715), 1, - anon_sym_in, - ACTIONS(4717), 1, - anon_sym_BANGin, - STATE(2196), 1, - sym_argument_list, - STATE(2198), 1, - sym_or_block, - STATE(4283), 1, - sym_type_parameters, - ACTIONS(4595), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4605), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4705), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4709), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4703), 8, + ACTIONS(3167), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_DOT_DOT_DOT, - sym_identifier, - ACTIONS(4707), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [45507] = 13, - ACTIONS(487), 1, - sym_comment, - ACTIONS(4597), 1, anon_sym_LPAREN, - ACTIONS(4599), 1, - anon_sym_LBRACK, - ACTIONS(4601), 1, - anon_sym_QMARK, - ACTIONS(4603), 1, - anon_sym_BANG, - STATE(2196), 1, - sym_argument_list, - STATE(2198), 1, - sym_or_block, - STATE(4283), 1, - sym_type_parameters, - ACTIONS(4595), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4605), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4705), 4, + anon_sym___global, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4707), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2108), 24, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, @@ -231316,192 +232096,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, + anon_sym_pub, + anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - sym_identifier, - [45582] = 17, - ACTIONS(487), 1, - sym_comment, - ACTIONS(4597), 1, - anon_sym_LPAREN, - ACTIONS(4599), 1, - anon_sym_LBRACK, - ACTIONS(4601), 1, anon_sym_QMARK, - ACTIONS(4603), 1, anon_sym_BANG, - ACTIONS(4711), 1, - anon_sym_AMP_AMP, - ACTIONS(4715), 1, - anon_sym_in, - ACTIONS(4717), 1, - anon_sym_BANGin, - STATE(2196), 1, - sym_argument_list, - STATE(2198), 1, - sym_or_block, - STATE(4283), 1, - sym_type_parameters, - ACTIONS(4595), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4605), 2, anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4705), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_CARET, - ACTIONS(4709), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4707), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2076), 15, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_DOT_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, sym_identifier, - [45665] = 24, + anon_sym_AT_LBRACK, + [45238] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(4597), 1, - anon_sym_LPAREN, - ACTIONS(4599), 1, + ACTIONS(3169), 1, anon_sym_LBRACK, - ACTIONS(4601), 1, - anon_sym_QMARK, - ACTIONS(4603), 1, - anon_sym_BANG, - ACTIONS(4625), 1, - anon_sym_as, - ACTIONS(4633), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4635), 1, - anon_sym_DASH_DASH, - ACTIONS(4643), 1, - anon_sym_or, - ACTIONS(4645), 1, - anon_sym_is, - ACTIONS(4647), 1, - anon_sym_BANGis, - ACTIONS(4711), 1, - anon_sym_AMP_AMP, - ACTIONS(4713), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4715), 1, - anon_sym_in, - ACTIONS(4717), 1, - anon_sym_BANGin, - STATE(2196), 1, - sym_argument_list, - STATE(2198), 1, - sym_or_block, - STATE(4283), 1, - sym_type_parameters, - ACTIONS(4595), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4605), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4705), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4709), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(2210), 8, + ACTIONS(3171), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_DOT_DOT_DOT, - sym_identifier, - ACTIONS(4707), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [45762] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2700), 13, anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2698), 34, - anon_sym_SEMI, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym___global, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_DOT_DOT_DOT, + anon_sym_LT2, + anon_sym_pub, + anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -231509,124 +232169,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_else, - anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [45817] = 16, + sym_identifier, + anon_sym_AT_LBRACK, + [45295] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(4597), 1, - anon_sym_LPAREN, - ACTIONS(4599), 1, + ACTIONS(3177), 1, anon_sym_LBRACK, - ACTIONS(4601), 1, - anon_sym_QMARK, - ACTIONS(4603), 1, - anon_sym_BANG, - ACTIONS(4715), 1, - anon_sym_in, - ACTIONS(4717), 1, - anon_sym_BANGin, - STATE(2196), 1, - sym_argument_list, - STATE(2198), 1, - sym_or_block, - STATE(4283), 1, - sym_type_parameters, - ACTIONS(4595), 2, + ACTIONS(3179), 48, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4605), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4705), 4, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym___global, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4709), 6, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4707), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_DOT_DOT_DOT, + anon_sym_LT2, + anon_sym_pub, + anon_sym_mut, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2076), 16, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_DOT_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, sym_identifier, - [45898] = 13, + anon_sym_AT_LBRACK, + [45352] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(4597), 1, - anon_sym_LPAREN, - ACTIONS(4599), 1, + ACTIONS(3197), 1, anon_sym_LBRACK, - ACTIONS(4601), 1, - anon_sym_QMARK, - ACTIONS(4603), 1, - anon_sym_BANG, - STATE(2196), 1, - sym_argument_list, - STATE(2198), 1, - sym_or_block, - STATE(4283), 1, - sym_type_parameters, - ACTIONS(4595), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4605), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4705), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4707), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2076), 24, + ACTIONS(3199), 48, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym___global, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, @@ -231634,133 +232258,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LT2, + anon_sym_pub, + anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, sym_identifier, - [45973] = 12, - ACTIONS(487), 1, + anon_sym_AT_LBRACK, + [45409] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(4597), 1, + ACTIONS(3005), 24, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(4599), 1, - anon_sym_LBRACK, - ACTIONS(4601), 1, - anon_sym_QMARK, - ACTIONS(4603), 1, - anon_sym_BANG, - STATE(2196), 1, - sym_argument_list, - STATE(2198), 1, - sym_or_block, - STATE(4283), 1, - sym_type_parameters, - ACTIONS(4595), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4605), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4707), 8, anon_sym_STAR, - anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2076), 28, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT, - anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_BANGis, + anon_sym_BANGin, + anon_sym_map_LBRACK, + ACTIONS(3007), 25, + anon_sym_DOT, + anon_sym_as, + anon_sym_PIPE, + anon_sym_fn, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_struct, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, anon_sym_or, anon_sym_is, - anon_sym_BANGis, anon_sym_in, - anon_sym_BANGin, sym_identifier, - [46046] = 24, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + anon_sym_DOT_DOT, + [45466] = 25, ACTIONS(487), 1, sym_comment, - ACTIONS(4597), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4609), 1, anon_sym_LPAREN, - ACTIONS(4599), 1, + ACTIONS(4611), 1, anon_sym_LBRACK, - ACTIONS(4601), 1, + ACTIONS(4613), 1, anon_sym_QMARK, - ACTIONS(4603), 1, + ACTIONS(4615), 1, anon_sym_BANG, - ACTIONS(4625), 1, + ACTIONS(4623), 1, anon_sym_as, - ACTIONS(4633), 1, + ACTIONS(4631), 1, anon_sym_PLUS_PLUS, - ACTIONS(4635), 1, + ACTIONS(4633), 1, anon_sym_DASH_DASH, - ACTIONS(4643), 1, + ACTIONS(4641), 1, anon_sym_or, - ACTIONS(4645), 1, + ACTIONS(4643), 1, anon_sym_is, - ACTIONS(4647), 1, + ACTIONS(4645), 1, anon_sym_BANGis, - ACTIONS(4711), 1, + ACTIONS(4701), 1, anon_sym_AMP_AMP, - ACTIONS(4713), 1, + ACTIONS(4703), 1, anon_sym_PIPE_PIPE, - ACTIONS(4715), 1, + ACTIONS(4705), 1, anon_sym_in, - ACTIONS(4717), 1, + ACTIONS(4707), 1, anon_sym_BANGin, - STATE(2196), 1, - sym_argument_list, - STATE(2198), 1, + STATE(2258), 1, sym_or_block, - STATE(4283), 1, + STATE(2259), 1, + sym_argument_list, + STATE(4421), 1, sym_type_parameters, - ACTIONS(4595), 2, + ACTIONS(4607), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4605), 2, + ACTIONS(4617), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4705), 4, + ACTIONS(4695), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4709), 6, + ACTIONS(4699), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4707), 8, + ACTIONS(1724), 8, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_DOT_DOT_DOT, + sym_identifier, + ACTIONS(4697), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -231769,19 +232412,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(4719), 8, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_DOT_DOT_DOT, + [45566] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4713), 1, + anon_sym_volatile, + ACTIONS(4711), 22, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_json_DOTdecode, + anon_sym_LBRACK2, + anon_sym_TILDE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_DASH, + sym_float_literal, + sym_rune_literal, + anon_sym_map_LBRACK, + sym___double_quote, + sym___single_quote, + sym___c_double_quote, + sym___c_single_quote, + sym___r_double_quote, + sym___r_single_quote, + ACTIONS(4709), 25, + anon_sym_DOT, + anon_sym_fn, + anon_sym_struct, + anon_sym_mut, + anon_sym_go, + anon_sym_spawn, + sym_none, + sym_true, + sym_false, + sym_nil, + anon_sym_if, + anon_sym_DOLLARif, + anon_sym_match, + anon_sym_select, + anon_sym_lock, + anon_sym_rlock, + anon_sym_unsafe, + anon_sym_sql, + sym_int_literal, + anon_sym_AT, sym_identifier, - [46143] = 3, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + [45624] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2730), 13, + ACTIONS(2418), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -231789,13 +232477,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2728), 34, + ACTIONS(2416), 34, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -231830,14 +232519,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [46198] = 5, + [45680] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4721), 1, + ACTIONS(4715), 1, anon_sym_else, - STATE(2372), 1, + STATE(2357), 1, sym_else_branch, - ACTIONS(2406), 13, + ACTIONS(2264), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -231845,13 +232534,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2404), 32, + ACTIONS(2262), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -231884,65 +232574,151 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [46257] = 5, - ACTIONS(3), 1, + [45740] = 14, + ACTIONS(487), 1, sym_comment, - ACTIONS(4721), 1, - anon_sym_else, - STATE(2376), 1, - sym_else_branch, - ACTIONS(2400), 13, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4609), 1, + anon_sym_LPAREN, + ACTIONS(4611), 1, + anon_sym_LBRACK, + ACTIONS(4613), 1, + anon_sym_QMARK, + ACTIONS(4615), 1, + anon_sym_BANG, + STATE(2258), 1, + sym_or_block, + STATE(2259), 1, + sym_argument_list, + STATE(4421), 1, + sym_type_parameters, + ACTIONS(4607), 2, anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4617), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(4695), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4697), 8, + anon_sym_STAR, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, + anon_sym_PERCENT, anon_sym_AMP, + anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2398), 32, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1958), 24, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_SEMI, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [46316] = 3, + sym_identifier, + [45818] = 25, + ACTIONS(487), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4609), 1, + anon_sym_LPAREN, + ACTIONS(4611), 1, + anon_sym_LBRACK, + ACTIONS(4613), 1, + anon_sym_QMARK, + ACTIONS(4615), 1, + anon_sym_BANG, + ACTIONS(4623), 1, + anon_sym_as, + ACTIONS(4631), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4633), 1, + anon_sym_DASH_DASH, + ACTIONS(4641), 1, + anon_sym_or, + ACTIONS(4643), 1, + anon_sym_is, + ACTIONS(4645), 1, + anon_sym_BANGis, + ACTIONS(4701), 1, + anon_sym_AMP_AMP, + ACTIONS(4703), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4705), 1, + anon_sym_in, + ACTIONS(4707), 1, + anon_sym_BANGin, + STATE(2258), 1, + sym_or_block, + STATE(2259), 1, + sym_argument_list, + STATE(4421), 1, + sym_type_parameters, + ACTIONS(4607), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4617), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(4695), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4699), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1730), 8, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_DOT_DOT_DOT, + sym_identifier, + ACTIONS(4697), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [45918] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4725), 22, + ACTIONS(1829), 23, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_PLUS, anon_sym_DASH, @@ -231964,7 +232740,7 @@ static const uint16_t ts_small_parse_table[] = { sym___c_single_quote, sym___r_double_quote, sym___r_single_quote, - ACTIONS(4723), 25, + ACTIONS(4717), 25, anon_sym_DOT, anon_sym_fn, anon_sym_struct, @@ -231990,108 +232766,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - [46371] = 24, + [45974] = 14, ACTIONS(487), 1, sym_comment, - ACTIONS(4597), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4609), 1, anon_sym_LPAREN, - ACTIONS(4599), 1, + ACTIONS(4611), 1, anon_sym_LBRACK, - ACTIONS(4601), 1, + ACTIONS(4613), 1, anon_sym_QMARK, - ACTIONS(4603), 1, + ACTIONS(4615), 1, anon_sym_BANG, - ACTIONS(4625), 1, - anon_sym_as, - ACTIONS(4633), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4635), 1, - anon_sym_DASH_DASH, - ACTIONS(4643), 1, - anon_sym_or, - ACTIONS(4645), 1, - anon_sym_is, - ACTIONS(4647), 1, - anon_sym_BANGis, - ACTIONS(4711), 1, - anon_sym_AMP_AMP, - ACTIONS(4713), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4715), 1, - anon_sym_in, - ACTIONS(4717), 1, - anon_sym_BANGin, - STATE(2196), 1, - sym_argument_list, - STATE(2198), 1, + STATE(2258), 1, sym_or_block, - STATE(4283), 1, - sym_type_parameters, - ACTIONS(4595), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4605), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4705), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4709), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(2220), 8, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_DOT_DOT_DOT, - sym_identifier, - ACTIONS(4707), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [46468] = 13, - ACTIONS(487), 1, - sym_comment, - ACTIONS(4597), 1, - anon_sym_LPAREN, - ACTIONS(4599), 1, - anon_sym_LBRACK, - ACTIONS(4601), 1, - anon_sym_QMARK, - ACTIONS(4603), 1, - anon_sym_BANG, - STATE(2196), 1, + STATE(2259), 1, sym_argument_list, - STATE(2198), 1, - sym_or_block, - STATE(4283), 1, + STATE(4421), 1, sym_type_parameters, - ACTIONS(4595), 2, + ACTIONS(4607), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4605), 2, + ACTIONS(4617), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4705), 4, + ACTIONS(4695), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4707), 8, + ACTIONS(4697), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -232100,7 +232805,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2112), 24, + ACTIONS(1964), 24, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -232125,46 +232830,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_BANGin, sym_identifier, - [46543] = 4, - ACTIONS(487), 1, + [46052] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(2965), 1, - anon_sym_LBRACK, - ACTIONS(2766), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - ACTIONS(2967), 44, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(2590), 14, anon_sym_DOT, - anon_sym_as, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym___global, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(2588), 34, + anon_sym_SEMI, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_pub, - anon_sym_mut, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, - anon_sym_AMP, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -232172,18 +232875,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, + anon_sym_else, + anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - sym_identifier, - anon_sym_AT_LBRACK, - [46600] = 4, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [46108] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4727), 1, - anon_sym_DOLLARelse, - ACTIONS(2734), 13, + ACTIONS(4715), 1, + anon_sym_else, + STATE(2359), 1, + sym_else_branch, + ACTIONS(2258), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -232191,13 +232898,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2732), 32, + ACTIONS(2256), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -232230,35 +232938,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [46656] = 13, + [46168] = 25, ACTIONS(487), 1, sym_comment, - ACTIONS(4731), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4609), 1, anon_sym_LPAREN, - ACTIONS(4737), 1, + ACTIONS(4611), 1, anon_sym_LBRACK, - ACTIONS(4739), 1, + ACTIONS(4613), 1, anon_sym_QMARK, - ACTIONS(4741), 1, + ACTIONS(4615), 1, anon_sym_BANG, - STATE(2520), 1, + ACTIONS(4623), 1, + anon_sym_as, + ACTIONS(4631), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4633), 1, + anon_sym_DASH_DASH, + ACTIONS(4641), 1, + anon_sym_or, + ACTIONS(4643), 1, + anon_sym_is, + ACTIONS(4645), 1, + anon_sym_BANGis, + ACTIONS(4701), 1, + anon_sym_AMP_AMP, + ACTIONS(4703), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4705), 1, + anon_sym_in, + ACTIONS(4707), 1, + anon_sym_BANGin, + STATE(2258), 1, sym_or_block, - STATE(2523), 1, + STATE(2259), 1, sym_argument_list, - STATE(4222), 1, + STATE(4421), 1, sym_type_parameters, - ACTIONS(4729), 2, + ACTIONS(4607), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4743), 2, + ACTIONS(4617), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4733), 4, + ACTIONS(4695), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4735), 8, + ACTIONS(4699), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4697), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -232267,69 +233004,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2112), 23, + ACTIONS(4719), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [46730] = 4, - ACTIONS(3), 1, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [46268] = 4, + ACTIONS(487), 1, sym_comment, - ACTIONS(4745), 1, - anon_sym_DOLLARelse, - ACTIONS(2740), 13, + ACTIONS(2861), 1, + anon_sym_LBRACK, + ACTIONS(2420), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + ACTIONS(2863), 45, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_DOT, + anon_sym_as, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym___global, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2738), 32, - anon_sym_SEMI, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_LT2, + anon_sym_pub, + anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -232341,72 +233065,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [46786] = 24, + sym_identifier, + anon_sym_AT_LBRACK, + [46326] = 18, ACTIONS(487), 1, sym_comment, - ACTIONS(4731), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4609), 1, anon_sym_LPAREN, - ACTIONS(4737), 1, + ACTIONS(4611), 1, anon_sym_LBRACK, - ACTIONS(4739), 1, + ACTIONS(4613), 1, anon_sym_QMARK, - ACTIONS(4741), 1, + ACTIONS(4615), 1, anon_sym_BANG, - ACTIONS(4747), 1, - anon_sym_as, - ACTIONS(4751), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4753), 1, - anon_sym_DASH_DASH, - ACTIONS(4755), 1, + ACTIONS(4701), 1, anon_sym_AMP_AMP, - ACTIONS(4757), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4759), 1, - anon_sym_or, - ACTIONS(4761), 1, - anon_sym_is, - ACTIONS(4763), 1, - anon_sym_BANGis, - ACTIONS(4765), 1, + ACTIONS(4705), 1, anon_sym_in, - ACTIONS(4767), 1, + ACTIONS(4707), 1, anon_sym_BANGin, - STATE(2520), 1, + STATE(2258), 1, sym_or_block, - STATE(2523), 1, + STATE(2259), 1, sym_argument_list, - STATE(4222), 1, + STATE(4421), 1, sym_type_parameters, - ACTIONS(4729), 2, + ACTIONS(4607), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4743), 2, + ACTIONS(4617), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4733), 4, + ACTIONS(4695), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4749), 6, + ACTIONS(4699), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(2124), 7, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - ACTIONS(4735), 8, + ACTIONS(4697), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -232415,30 +233119,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [46882] = 12, + ACTIONS(1782), 15, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_DOT_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + sym_identifier, + [46412] = 17, ACTIONS(487), 1, sym_comment, - ACTIONS(4731), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4609), 1, anon_sym_LPAREN, - ACTIONS(4737), 1, + ACTIONS(4611), 1, anon_sym_LBRACK, - ACTIONS(4739), 1, + ACTIONS(4613), 1, anon_sym_QMARK, - ACTIONS(4741), 1, + ACTIONS(4615), 1, anon_sym_BANG, - STATE(2520), 1, + ACTIONS(4705), 1, + anon_sym_in, + ACTIONS(4707), 1, + anon_sym_BANGin, + STATE(2258), 1, sym_or_block, - STATE(2523), 1, + STATE(2259), 1, sym_argument_list, - STATE(4222), 1, + STATE(4421), 1, sym_type_parameters, - ACTIONS(4729), 2, + ACTIONS(4607), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4743), 2, + ACTIONS(4617), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4735), 8, + ACTIONS(4695), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4699), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4697), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -232447,7 +233185,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2076), 27, + ACTIONS(1782), 16, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -232455,50 +233193,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [46954] = 11, + sym_identifier, + [46496] = 14, ACTIONS(487), 1, sym_comment, - ACTIONS(4731), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4609), 1, anon_sym_LPAREN, - ACTIONS(4737), 1, + ACTIONS(4611), 1, anon_sym_LBRACK, - ACTIONS(4739), 1, + ACTIONS(4613), 1, anon_sym_QMARK, - ACTIONS(4741), 1, + ACTIONS(4615), 1, anon_sym_BANG, - STATE(2520), 1, + STATE(2258), 1, sym_or_block, - STATE(2523), 1, + STATE(2259), 1, sym_argument_list, - STATE(4222), 1, + STATE(4421), 1, sym_type_parameters, - ACTIONS(4729), 2, + ACTIONS(4607), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4743), 2, + ACTIONS(4617), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(2076), 35, + ACTIONS(4695), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4697), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1782), 24, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -232506,27 +233249,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -232534,30 +233265,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [47024] = 11, + sym_identifier, + [46574] = 13, ACTIONS(487), 1, sym_comment, - ACTIONS(4731), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4609), 1, anon_sym_LPAREN, - ACTIONS(4737), 1, + ACTIONS(4611), 1, anon_sym_LBRACK, - ACTIONS(4739), 1, + ACTIONS(4613), 1, anon_sym_QMARK, - ACTIONS(4741), 1, + ACTIONS(4615), 1, anon_sym_BANG, - STATE(2520), 1, + STATE(2258), 1, sym_or_block, - STATE(2523), 1, + STATE(2259), 1, sym_argument_list, - STATE(4222), 1, + STATE(4421), 1, sym_type_parameters, - ACTIONS(4729), 2, + ACTIONS(4607), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4743), 2, + ACTIONS(4617), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(2230), 35, + ACTIONS(4697), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1782), 28, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -232565,27 +233308,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -232593,142 +233328,141 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [47094] = 24, + sym_identifier, + [46650] = 26, ACTIONS(487), 1, sym_comment, - ACTIONS(4731), 1, - anon_sym_LPAREN, - ACTIONS(4737), 1, - anon_sym_LBRACK, - ACTIONS(4739), 1, + ACTIONS(2470), 1, + anon_sym_DOT, + ACTIONS(3201), 1, + sym_identifier, + ACTIONS(3205), 1, + anon_sym_fn, + ACTIONS(3207), 1, + anon_sym_STAR, + ACTIONS(3209), 1, + anon_sym_struct, + ACTIONS(3211), 1, anon_sym_QMARK, - ACTIONS(4741), 1, + ACTIONS(3213), 1, anon_sym_BANG, - ACTIONS(4747), 1, - anon_sym_as, - ACTIONS(4751), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4753), 1, - anon_sym_DASH_DASH, - ACTIONS(4755), 1, - anon_sym_AMP_AMP, - ACTIONS(4757), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4759), 1, - anon_sym_or, - ACTIONS(4765), 1, - anon_sym_in, - ACTIONS(4767), 1, - anon_sym_BANGin, - ACTIONS(4769), 1, - anon_sym_is, - ACTIONS(4771), 1, - anon_sym_BANGis, - STATE(2520), 1, - sym_or_block, - STATE(2523), 1, - sym_argument_list, - STATE(4222), 1, - sym_type_parameters, - ACTIONS(4729), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4743), 2, + ACTIONS(3215), 1, anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4733), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4749), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(2220), 7, + ACTIONS(3217), 1, + anon_sym_AMP, + ACTIONS(3219), 1, + anon_sym_shared, + ACTIONS(3221), 1, + anon_sym_map_LBRACK, + ACTIONS(3223), 1, + anon_sym_chan, + ACTIONS(3225), 1, + anon_sym_thread, + ACTIONS(3227), 1, + anon_sym_atomic, + ACTIONS(4721), 1, + anon_sym_LPAREN, + STATE(3424), 1, + sym_plain_type, + STATE(3446), 1, + sym_signature, + STATE(3873), 1, + sym_generic_parameters, + STATE(4512), 1, + sym_reference_expression, + ACTIONS(3177), 2, + anon_sym_LBRACK, + anon_sym_LT2, + STATE(2595), 2, + sym_parameter_list, + sym_type_parameter_list, + STATE(3367), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3449), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + ACTIONS(3179), 7, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, - ACTIONS(4735), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [47190] = 24, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + STATE(3433), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [46752] = 25, ACTIONS(487), 1, sym_comment, - ACTIONS(4731), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4609), 1, anon_sym_LPAREN, - ACTIONS(4737), 1, + ACTIONS(4611), 1, anon_sym_LBRACK, - ACTIONS(4739), 1, + ACTIONS(4613), 1, anon_sym_QMARK, - ACTIONS(4741), 1, + ACTIONS(4615), 1, anon_sym_BANG, - ACTIONS(4747), 1, + ACTIONS(4623), 1, anon_sym_as, - ACTIONS(4751), 1, + ACTIONS(4631), 1, anon_sym_PLUS_PLUS, - ACTIONS(4753), 1, + ACTIONS(4633), 1, anon_sym_DASH_DASH, - ACTIONS(4755), 1, + ACTIONS(4641), 1, + anon_sym_or, + ACTIONS(4643), 1, + anon_sym_is, + ACTIONS(4645), 1, + anon_sym_BANGis, + ACTIONS(4701), 1, anon_sym_AMP_AMP, - ACTIONS(4757), 1, + ACTIONS(4703), 1, anon_sym_PIPE_PIPE, - ACTIONS(4759), 1, - anon_sym_or, - ACTIONS(4765), 1, + ACTIONS(4705), 1, anon_sym_in, - ACTIONS(4767), 1, + ACTIONS(4707), 1, anon_sym_BANGin, - ACTIONS(4769), 1, - anon_sym_is, - ACTIONS(4771), 1, - anon_sym_BANGis, - STATE(2520), 1, + STATE(2258), 1, sym_or_block, - STATE(2523), 1, + STATE(2259), 1, sym_argument_list, - STATE(4222), 1, + STATE(4421), 1, sym_type_parameters, - ACTIONS(4729), 2, + ACTIONS(4607), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4743), 2, + ACTIONS(4617), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4733), 4, + ACTIONS(4695), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4749), 6, + ACTIONS(4699), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(2210), 7, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - ACTIONS(4735), 8, + ACTIONS(4697), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -232737,92 +233471,202 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [47286] = 13, - ACTIONS(487), 1, + ACTIONS(4723), 8, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [46852] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(4731), 1, + ACTIONS(2287), 23, + anon_sym_LBRACE, anon_sym_LPAREN, - ACTIONS(4737), 1, - anon_sym_LBRACK, - ACTIONS(4739), 1, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_RBRACK, anon_sym_QMARK, - ACTIONS(4741), 1, anon_sym_BANG, - STATE(2520), 1, - sym_or_block, - STATE(2523), 1, - sym_argument_list, - STATE(4222), 1, - sym_type_parameters, - ACTIONS(4729), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4743), 2, + anon_sym_json_DOTdecode, anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4733), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_TILDE, anon_sym_CARET, - ACTIONS(4735), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2076), 23, + anon_sym_LT_DASH, + sym_float_literal, + sym_rune_literal, + anon_sym_map_LBRACK, + sym___double_quote, + sym___single_quote, + sym___c_double_quote, + sym___c_single_quote, + sym___r_double_quote, + sym___r_single_quote, + ACTIONS(4725), 25, + anon_sym_DOT, + anon_sym_fn, + anon_sym_struct, + anon_sym_mut, + anon_sym_go, + anon_sym_spawn, + sym_none, + sym_true, + sym_false, + sym_nil, + anon_sym_if, + anon_sym_DOLLARif, + anon_sym_match, + anon_sym_select, + anon_sym_lock, + anon_sym_rlock, + anon_sym_unsafe, + anon_sym_sql, + sym_int_literal, + anon_sym_AT, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + [46908] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(2416), 1, + anon_sym_LBRACK, + ACTIONS(2420), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + ACTIONS(2418), 45, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym___global, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_pub, + anon_sym_mut, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [47360] = 16, + sym_identifier, + anon_sym_AT_LBRACK, + [46966] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1975), 23, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_json_DOTdecode, + anon_sym_LBRACK2, + anon_sym_TILDE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_DASH, + sym_float_literal, + sym_rune_literal, + anon_sym_map_LBRACK, + sym___double_quote, + sym___single_quote, + sym___c_double_quote, + sym___c_single_quote, + sym___r_double_quote, + sym___r_single_quote, + ACTIONS(4727), 25, + anon_sym_DOT, + anon_sym_fn, + anon_sym_struct, + anon_sym_mut, + anon_sym_go, + anon_sym_spawn, + sym_none, + sym_true, + sym_false, + sym_nil, + anon_sym_if, + anon_sym_DOLLARif, + anon_sym_match, + anon_sym_select, + anon_sym_lock, + anon_sym_rlock, + anon_sym_unsafe, + anon_sym_sql, + sym_int_literal, + anon_sym_AT, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + [47022] = 17, ACTIONS(487), 1, sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, ACTIONS(4731), 1, anon_sym_LPAREN, - ACTIONS(4737), 1, - anon_sym_LBRACK, ACTIONS(4739), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, anon_sym_BANG, - ACTIONS(4765), 1, + ACTIONS(4747), 1, anon_sym_in, - ACTIONS(4767), 1, + ACTIONS(4749), 1, anon_sym_BANGin, - STATE(2520), 1, - sym_or_block, - STATE(2523), 1, + STATE(2575), 1, sym_argument_list, - STATE(4222), 1, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, sym_type_parameters, ACTIONS(4729), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4743), 2, + ACTIONS(4745), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, ACTIONS(4733), 4, @@ -232830,7 +233674,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4749), 6, + ACTIONS(4737), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, @@ -232846,7 +233690,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2076), 15, + ACTIONS(1782), 15, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -232862,33 +233706,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_is, anon_sym_BANGis, - [47440] = 17, + [47105] = 25, ACTIONS(487), 1, sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, ACTIONS(4731), 1, anon_sym_LPAREN, - ACTIONS(4737), 1, - anon_sym_LBRACK, ACTIONS(4739), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, anon_sym_BANG, + ACTIONS(4747), 1, + anon_sym_in, + ACTIONS(4749), 1, + anon_sym_BANGin, + ACTIONS(4751), 1, + anon_sym_as, + ACTIONS(4753), 1, + anon_sym_PLUS_PLUS, ACTIONS(4755), 1, + anon_sym_DASH_DASH, + ACTIONS(4757), 1, anon_sym_AMP_AMP, + ACTIONS(4759), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4761), 1, + anon_sym_or, + ACTIONS(4763), 1, + anon_sym_is, ACTIONS(4765), 1, - anon_sym_in, - ACTIONS(4767), 1, - anon_sym_BANGin, - STATE(2520), 1, - sym_or_block, - STATE(2523), 1, + anon_sym_BANGis, + STATE(2575), 1, sym_argument_list, - STATE(4222), 1, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, sym_type_parameters, ACTIONS(4729), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4743), 2, + ACTIONS(4745), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, ACTIONS(4733), 4, @@ -232896,13 +233756,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4749), 6, + ACTIONS(4737), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(1942), 7, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, ACTIONS(4735), 8, anon_sym_STAR, anon_sym_SLASH, @@ -232912,147 +233780,198 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2076), 14, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - [47522] = 11, + [47204] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4711), 22, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_json_DOTdecode, + anon_sym_LBRACK2, + anon_sym_TILDE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_DASH, + sym_float_literal, + sym_rune_literal, + anon_sym_map_LBRACK, + sym___double_quote, + sym___single_quote, + sym___c_double_quote, + sym___c_single_quote, + sym___r_double_quote, + sym___r_single_quote, + ACTIONS(4709), 25, + anon_sym_DOT, + anon_sym_fn, + anon_sym_struct, + anon_sym_mut, + anon_sym_go, + anon_sym_spawn, + sym_none, + sym_true, + sym_false, + sym_nil, + anon_sym_if, + anon_sym_DOLLARif, + anon_sym_match, + anon_sym_select, + anon_sym_lock, + anon_sym_rlock, + anon_sym_unsafe, + anon_sym_sql, + sym_int_literal, + anon_sym_AT, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + [47259] = 25, ACTIONS(487), 1, sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, ACTIONS(4731), 1, anon_sym_LPAREN, - ACTIONS(4737), 1, - anon_sym_LBRACK, ACTIONS(4739), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, anon_sym_BANG, - STATE(2520), 1, - sym_or_block, - STATE(2523), 1, + ACTIONS(4747), 1, + anon_sym_in, + ACTIONS(4749), 1, + anon_sym_BANGin, + ACTIONS(4751), 1, + anon_sym_as, + ACTIONS(4753), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4755), 1, + anon_sym_DASH_DASH, + ACTIONS(4757), 1, + anon_sym_AMP_AMP, + ACTIONS(4759), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4761), 1, + anon_sym_or, + ACTIONS(4767), 1, + anon_sym_is, + ACTIONS(4769), 1, + anon_sym_BANGis, + STATE(2575), 1, sym_argument_list, - STATE(4222), 1, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, sym_type_parameters, ACTIONS(4729), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4743), 2, + ACTIONS(4745), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(2164), 35, + ACTIONS(4733), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4737), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(1730), 7, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, + ACTIONS(4735), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [47592] = 27, + [47358] = 25, ACTIONS(487), 1, sym_comment, - ACTIONS(4597), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4731), 1, anon_sym_LPAREN, - ACTIONS(4599), 1, + ACTIONS(4739), 1, anon_sym_LBRACK, - ACTIONS(4601), 1, + ACTIONS(4741), 1, anon_sym_QMARK, - ACTIONS(4603), 1, + ACTIONS(4743), 1, anon_sym_BANG, - ACTIONS(4605), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4625), 1, + ACTIONS(4747), 1, + anon_sym_in, + ACTIONS(4749), 1, + anon_sym_BANGin, + ACTIONS(4751), 1, anon_sym_as, - ACTIONS(4633), 1, + ACTIONS(4753), 1, anon_sym_PLUS_PLUS, - ACTIONS(4635), 1, + ACTIONS(4755), 1, anon_sym_DASH_DASH, - ACTIONS(4637), 1, - anon_sym_LBRACK2, - ACTIONS(4639), 1, + ACTIONS(4757), 1, anon_sym_AMP_AMP, - ACTIONS(4641), 1, + ACTIONS(4759), 1, anon_sym_PIPE_PIPE, - ACTIONS(4643), 1, + ACTIONS(4761), 1, anon_sym_or, - ACTIONS(4645), 1, + ACTIONS(4767), 1, anon_sym_is, - ACTIONS(4647), 1, + ACTIONS(4769), 1, anon_sym_BANGis, - ACTIONS(4649), 1, - anon_sym_in, - ACTIONS(4651), 1, - anon_sym_BANGin, - ACTIONS(4653), 1, - anon_sym_AT_LBRACK, - STATE(2196), 1, + STATE(2575), 1, sym_argument_list, - STATE(2198), 1, + STATE(2589), 1, sym_or_block, - STATE(3655), 1, - sym_attribute, - STATE(4283), 1, + STATE(4459), 1, sym_type_parameters, - ACTIONS(4595), 2, + ACTIONS(4729), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4627), 4, + ACTIONS(4745), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(4733), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4773), 5, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - sym_identifier, - ACTIONS(4631), 6, + ACTIONS(4737), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4629), 8, + ACTIONS(1724), 7, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + ACTIONS(4735), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -233061,12 +233980,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [47694] = 4, + [47457] = 4, ACTIONS(3), 1, sym_comment, - STATE(2321), 1, - sym_type_parameters, - ACTIONS(2704), 13, + ACTIONS(4771), 1, + anon_sym_DOLLARelse, + ACTIONS(2456), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -233074,13 +233993,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2702), 32, + ACTIONS(2454), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -233113,44 +234033,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [47750] = 13, + [47514] = 12, ACTIONS(487), 1, sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, ACTIONS(4731), 1, anon_sym_LPAREN, - ACTIONS(4737), 1, - anon_sym_LBRACK, ACTIONS(4739), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, anon_sym_BANG, - STATE(2520), 1, - sym_or_block, - STATE(2523), 1, + STATE(2575), 1, sym_argument_list, - STATE(4222), 1, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, sym_type_parameters, ACTIONS(4729), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4743), 2, + ACTIONS(4745), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4733), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4735), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2108), 23, + ACTIONS(1788), 35, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -233159,484 +234067,341 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_RBRACE, anon_sym_RPAREN, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [47824] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3161), 13, - anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(3159), 32, - anon_sym_SEMI, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [47877] = 3, - ACTIONS(3), 1, + [47587] = 14, + ACTIONS(487), 1, sym_comment, - ACTIONS(3165), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(3163), 32, - anon_sym_SEMI, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4731), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(4739), 1, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, + ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, + anon_sym_BANG, + STATE(2575), 1, + sym_argument_list, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, + sym_type_parameters, + ACTIONS(4729), 2, + anon_sym_DOT, anon_sym_QMARK_DOT, + ACTIONS(4745), 2, + anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [47930] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3173), 13, - anon_sym_DOT, + ACTIONS(4733), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4735), 8, + anon_sym_STAR, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, + anon_sym_PERCENT, anon_sym_AMP, + anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3171), 32, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1964), 23, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_SEMI, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [47983] = 3, - ACTIONS(3), 1, + [47664] = 14, + ACTIONS(487), 1, sym_comment, - ACTIONS(3121), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(3119), 32, - anon_sym_SEMI, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4731), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(4739), 1, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, + ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, + anon_sym_BANG, + STATE(2575), 1, + sym_argument_list, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, + sym_type_parameters, + ACTIONS(4729), 2, + anon_sym_DOT, anon_sym_QMARK_DOT, + ACTIONS(4745), 2, + anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [48036] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2812), 13, - anon_sym_DOT, + ACTIONS(4733), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4735), 8, + anon_sym_STAR, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, + anon_sym_PERCENT, anon_sym_AMP, + anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2810), 32, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1958), 23, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_SEMI, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [48089] = 3, + [47741] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2824), 13, - anon_sym_DOT, - anon_sym_PIPE, + ACTIONS(4775), 22, + anon_sym_LBRACE, + anon_sym_LPAREN, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, + anon_sym_STAR, anon_sym_QMARK, anon_sym_BANG, + anon_sym_json_DOTdecode, anon_sym_LBRACK2, + anon_sym_TILDE, + anon_sym_CARET, anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2822), 32, - anon_sym_SEMI, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LT_DASH, + sym_float_literal, + sym_rune_literal, + anon_sym_map_LBRACK, + sym___double_quote, + sym___single_quote, + sym___c_double_quote, + sym___c_single_quote, + sym___r_double_quote, + sym___r_single_quote, + ACTIONS(4773), 25, + anon_sym_DOT, + anon_sym_fn, + anon_sym_struct, + anon_sym_mut, + anon_sym_go, + anon_sym_spawn, + sym_none, + sym_true, + sym_false, + sym_nil, + anon_sym_if, + anon_sym_DOLLARif, + anon_sym_match, + anon_sym_select, + anon_sym_lock, + anon_sym_rlock, + anon_sym_unsafe, + anon_sym_sql, + sym_int_literal, + anon_sym_AT, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + [47796] = 12, + ACTIONS(487), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4731), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(4739), 1, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [48142] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2820), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, + ACTIONS(4741), 1, anon_sym_QMARK, + ACTIONS(4743), 1, anon_sym_BANG, + STATE(2575), 1, + sym_argument_list, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, + sym_type_parameters, + ACTIONS(4729), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4745), 2, anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2818), 32, + anon_sym_POUND_LBRACK, + ACTIONS(1754), 35, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_SEMI, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [48195] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2796), 13, - anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2794), 32, - anon_sym_SEMI, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [48248] = 24, + [47869] = 28, ACTIONS(487), 1, sym_comment, - ACTIONS(4731), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4609), 1, anon_sym_LPAREN, - ACTIONS(4737), 1, + ACTIONS(4611), 1, anon_sym_LBRACK, - ACTIONS(4739), 1, + ACTIONS(4613), 1, anon_sym_QMARK, - ACTIONS(4741), 1, + ACTIONS(4615), 1, anon_sym_BANG, - ACTIONS(4747), 1, + ACTIONS(4617), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4623), 1, anon_sym_as, - ACTIONS(4751), 1, + ACTIONS(4631), 1, anon_sym_PLUS_PLUS, - ACTIONS(4753), 1, + ACTIONS(4633), 1, anon_sym_DASH_DASH, - ACTIONS(4755), 1, + ACTIONS(4635), 1, + anon_sym_LBRACK2, + ACTIONS(4637), 1, anon_sym_AMP_AMP, - ACTIONS(4757), 1, + ACTIONS(4639), 1, anon_sym_PIPE_PIPE, - ACTIONS(4759), 1, + ACTIONS(4641), 1, anon_sym_or, - ACTIONS(4765), 1, - anon_sym_in, - ACTIONS(4767), 1, - anon_sym_BANGin, - ACTIONS(4769), 1, + ACTIONS(4643), 1, anon_sym_is, - ACTIONS(4771), 1, + ACTIONS(4645), 1, anon_sym_BANGis, - STATE(2520), 1, + ACTIONS(4647), 1, + anon_sym_in, + ACTIONS(4649), 1, + anon_sym_BANGin, + ACTIONS(4651), 1, + anon_sym_AT_LBRACK, + STATE(2258), 1, sym_or_block, - STATE(2523), 1, + STATE(2259), 1, sym_argument_list, - STATE(4222), 1, + STATE(3708), 1, + sym_attribute, + STATE(4421), 1, sym_type_parameters, - ACTIONS(4729), 2, + ACTIONS(4607), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4743), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4733), 4, + ACTIONS(4625), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4703), 6, + ACTIONS(4777), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(4749), 6, + anon_sym_RBRACE, + sym_identifier, + ACTIONS(4629), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4735), 8, + ACTIONS(4627), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -233645,47 +234410,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [48343] = 24, + [47974] = 18, ACTIONS(487), 1, sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, ACTIONS(4731), 1, anon_sym_LPAREN, - ACTIONS(4737), 1, - anon_sym_LBRACK, ACTIONS(4739), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, anon_sym_BANG, ACTIONS(4747), 1, - anon_sym_as, - ACTIONS(4751), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4753), 1, - anon_sym_DASH_DASH, - ACTIONS(4755), 1, - anon_sym_AMP_AMP, - ACTIONS(4757), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4759), 1, - anon_sym_or, - ACTIONS(4765), 1, anon_sym_in, - ACTIONS(4767), 1, + ACTIONS(4749), 1, anon_sym_BANGin, - ACTIONS(4769), 1, - anon_sym_is, - ACTIONS(4771), 1, - anon_sym_BANGis, - STATE(2520), 1, - sym_or_block, - STATE(2523), 1, + ACTIONS(4757), 1, + anon_sym_AMP_AMP, + STATE(2575), 1, sym_argument_list, - STATE(4222), 1, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, sym_type_parameters, ACTIONS(4729), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4743), 2, + ACTIONS(4745), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, ACTIONS(4733), 4, @@ -233693,14 +234446,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4719), 6, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(4749), 6, + ACTIONS(4737), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, @@ -233716,160 +234462,213 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [48438] = 3, - ACTIONS(3), 1, + ACTIONS(1782), 14, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + [48059] = 14, + ACTIONS(487), 1, sym_comment, - ACTIONS(2907), 13, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4731), 1, + anon_sym_LPAREN, + ACTIONS(4739), 1, + anon_sym_LBRACK, + ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, + anon_sym_BANG, + STATE(2575), 1, + sym_argument_list, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, + sym_type_parameters, + ACTIONS(4729), 2, anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4745), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(4733), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4735), 8, + anon_sym_STAR, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, + anon_sym_PERCENT, anon_sym_AMP, + anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2905), 32, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1782), 23, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_SEMI, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [48491] = 3, - ACTIONS(3), 1, + [48136] = 12, + ACTIONS(487), 1, sym_comment, - ACTIONS(2808), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4731), 1, + anon_sym_LPAREN, + ACTIONS(4739), 1, + anon_sym_LBRACK, + ACTIONS(4741), 1, anon_sym_QMARK, + ACTIONS(4743), 1, anon_sym_BANG, + STATE(2575), 1, + sym_argument_list, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, + sym_type_parameters, + ACTIONS(4729), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4745), 2, anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2806), 32, + anon_sym_POUND_LBRACK, + ACTIONS(1782), 35, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_SEMI, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [48544] = 3, - ACTIONS(3), 1, + [48209] = 13, + ACTIONS(487), 1, sym_comment, - ACTIONS(3113), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4731), 1, + anon_sym_LPAREN, + ACTIONS(4739), 1, + anon_sym_LBRACK, + ACTIONS(4741), 1, anon_sym_QMARK, + ACTIONS(4743), 1, anon_sym_BANG, + STATE(2575), 1, + sym_argument_list, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, + sym_type_parameters, + ACTIONS(4729), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4745), 2, anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(4735), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, + anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3111), 32, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1782), 27, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_SEMI, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [48597] = 3, + [48284] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2927), 13, + ACTIONS(4779), 1, + anon_sym_DOLLARelse, + ACTIONS(2412), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -233877,13 +234676,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2925), 32, + ACTIONS(2410), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -233916,99 +234716,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [48650] = 5, - ACTIONS(487), 1, + [48341] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(2398), 1, - anon_sym_LBRACK, - ACTIONS(4775), 1, - anon_sym_else, - STATE(2549), 1, - sym_else_branch, - ACTIONS(2400), 42, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + STATE(2379), 1, + sym_type_parameters, + ACTIONS(2628), 14, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_LT2, + anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, - anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [48707] = 5, - ACTIONS(487), 1, - sym_comment, - ACTIONS(2404), 1, - anon_sym_LBRACK, - ACTIONS(4775), 1, - anon_sym_else, - STATE(2553), 1, - sym_else_branch, - ACTIONS(2406), 42, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(2626), 32, anon_sym_SEMI, - anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_STAR, - anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, - anon_sym_AMP, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -234020,24 +234767,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [48764] = 3, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [48398] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2832), 13, + ACTIONS(2472), 1, anon_sym_DOT, + ACTIONS(3179), 13, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2830), 32, + ACTIONS(3177), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -234070,43 +234821,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [48817] = 3, - ACTIONS(487), 1, + [48454] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(2728), 1, - anon_sym_LBRACK, - ACTIONS(2730), 44, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + ACTIONS(2943), 14, anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(2941), 32, + anon_sym_SEMI, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_STAR, - anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, - anon_sym_AMP, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -234114,16 +234866,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - anon_sym_else, - anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [48870] = 3, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [48508] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2880), 13, + ACTIONS(3031), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -234131,13 +234883,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2878), 32, + ACTIONS(3029), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -234170,10 +234923,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [48923] = 3, + [48562] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2860), 13, + ACTIONS(2947), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -234181,13 +234934,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2858), 32, + ACTIONS(2945), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -234220,10 +234974,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [48976] = 3, + [48616] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2895), 13, + ACTIONS(2963), 1, + anon_sym_COLON, + ACTIONS(2961), 6, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_DOT_DOT, + ACTIONS(2965), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -234231,13 +234994,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(2968), 26, + anon_sym_as, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_COLON_EQ, + [48674] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2973), 1, anon_sym_COLON, + ACTIONS(2971), 6, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_DOT_DOT, + ACTIONS(2975), 13, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2893), 32, + ACTIONS(2978), 26, + anon_sym_as, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_COLON_EQ, + [48732] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2983), 14, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(2981), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -234270,25 +235131,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [49029] = 4, + [48786] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2886), 1, + ACTIONS(2987), 14, anon_sym_DOT, - ACTIONS(2884), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 32, + ACTIONS(2985), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -234321,10 +235182,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [49084] = 3, + [48840] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3129), 13, + ACTIONS(3039), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -234332,13 +235193,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3127), 32, + ACTIONS(3037), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -234371,10 +235233,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [49137] = 3, + [48894] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3073), 13, + ACTIONS(2470), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -234382,13 +235244,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3071), 32, + ACTIONS(2468), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -234421,10 +235284,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [49190] = 3, + [48948] = 5, + ACTIONS(487), 1, + sym_comment, + ACTIONS(2256), 1, + anon_sym_LBRACK, + ACTIONS(4781), 1, + anon_sym_else, + STATE(2529), 1, + sym_else_branch, + ACTIONS(2258), 43, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [49006] = 5, + ACTIONS(487), 1, + sym_comment, + ACTIONS(2262), 1, + anon_sym_LBRACK, + ACTIONS(4781), 1, + anon_sym_else, + STATE(2578), 1, + sym_else_branch, + ACTIONS(2264), 43, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [49064] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3109), 13, + ACTIONS(3047), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -234432,13 +235401,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3107), 32, + ACTIONS(3045), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -234471,10 +235441,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [49243] = 3, + [49118] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3077), 13, + ACTIONS(3051), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -234482,13 +235452,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3075), 32, + ACTIONS(3049), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -234521,10 +235492,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [49296] = 3, + [49172] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3097), 13, + ACTIONS(3055), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -234532,13 +235503,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3095), 32, + ACTIONS(3053), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -234571,10 +235543,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [49349] = 3, + [49226] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2891), 13, + ACTIONS(3067), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -234582,13 +235554,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2889), 32, + ACTIONS(3065), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -234621,10 +235594,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [49402] = 3, + [49280] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3117), 13, + ACTIONS(3075), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -234632,13 +235605,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3115), 32, + ACTIONS(3073), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -234671,10 +235645,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [49455] = 3, + [49334] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3125), 13, + ACTIONS(2819), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -234682,13 +235656,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3123), 32, + ACTIONS(2817), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -234721,10 +235696,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [49508] = 3, + [49388] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3049), 13, + ACTIONS(2628), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -234732,13 +235707,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3047), 32, + ACTIONS(2626), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -234771,10 +235747,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [49561] = 3, + [49442] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3141), 13, + ACTIONS(3079), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -234782,13 +235758,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3139), 32, + ACTIONS(3077), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -234821,10 +235798,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [49614] = 3, + [49496] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3145), 13, + ACTIONS(3131), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -234832,13 +235809,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3143), 32, + ACTIONS(3129), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -234871,10 +235849,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [49667] = 3, + [49550] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3057), 13, + ACTIONS(3135), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -234882,13 +235860,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3055), 32, + ACTIONS(3133), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -234921,10 +235900,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [49720] = 3, + [49604] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3169), 13, + ACTIONS(3139), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -234932,13 +235911,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3167), 32, + ACTIONS(3137), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -234971,10 +235951,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [49773] = 3, + [49658] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3029), 13, + ACTIONS(3147), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -234982,13 +235962,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3027), 32, + ACTIONS(3145), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -235021,10 +236002,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [49826] = 3, + [49712] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3069), 13, + ACTIONS(2851), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -235032,13 +236013,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3067), 32, + ACTIONS(2849), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -235071,10 +236053,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [49879] = 3, + [49766] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2985), 13, + ACTIONS(3151), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -235082,13 +236064,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2983), 32, + ACTIONS(3149), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -235121,114 +236104,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [49932] = 24, + [49820] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(4731), 1, - anon_sym_LPAREN, - ACTIONS(4737), 1, + ACTIONS(2588), 1, anon_sym_LBRACK, - ACTIONS(4739), 1, - anon_sym_QMARK, - ACTIONS(4741), 1, - anon_sym_BANG, - ACTIONS(4747), 1, - anon_sym_as, - ACTIONS(4751), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4753), 1, - anon_sym_DASH_DASH, - ACTIONS(4755), 1, - anon_sym_AMP_AMP, - ACTIONS(4757), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4759), 1, - anon_sym_or, - ACTIONS(4765), 1, - anon_sym_in, - ACTIONS(4767), 1, - anon_sym_BANGin, - ACTIONS(4769), 1, - anon_sym_is, - ACTIONS(4771), 1, - anon_sym_BANGis, - STATE(2520), 1, - sym_or_block, - STATE(2523), 1, - sym_argument_list, - STATE(4222), 1, - sym_type_parameters, - ACTIONS(4729), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4743), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4733), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4749), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4777), 6, + ACTIONS(2590), 45, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(4735), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [50027] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2981), 13, anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2979), 32, - anon_sym_SEMI, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -235236,25 +236149,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, + anon_sym_else, + anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [50080] = 5, + [49874] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2971), 1, - anon_sym_COLON, - ACTIONS(2969), 6, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_DOT_DOT, - ACTIONS(2973), 12, + ACTIONS(2891), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -235262,15 +236166,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, + anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2976), 26, + ACTIONS(2889), 32, + anon_sym_SEMI, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_EQ_EQ, @@ -235278,6 +236188,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, @@ -235294,19 +236205,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_BANGin, anon_sym_COLON_EQ, - [50137] = 5, + anon_sym_DOT_DOT, + [49928] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - anon_sym_COLON, - ACTIONS(2947), 6, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_DOT_DOT, - ACTIONS(2951), 12, + ACTIONS(2887), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -235314,15 +236217,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, + anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2954), 26, + ACTIONS(2885), 32, + anon_sym_SEMI, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_EQ_EQ, @@ -235330,6 +236239,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, @@ -235346,10 +236256,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_BANGin, anon_sym_COLON_EQ, - [50194] = 3, + anon_sym_DOT_DOT, + [49982] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2931), 13, + ACTIONS(2871), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -235357,13 +236268,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2929), 32, + ACTIONS(2869), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -235396,10 +236308,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [50247] = 3, + [50036] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2868), 13, + ACTIONS(2867), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -235407,13 +236319,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2866), 32, + ACTIONS(2865), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -235446,10 +236359,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [50300] = 3, + [50090] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2852), 13, + ACTIONS(2859), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -235457,13 +236370,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2850), 32, + ACTIONS(2857), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -235496,83 +236410,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [50353] = 26, - ACTIONS(487), 1, - sym_comment, - ACTIONS(4731), 1, - anon_sym_LPAREN, - ACTIONS(4737), 1, - anon_sym_LBRACK, - ACTIONS(4739), 1, - anon_sym_QMARK, - ACTIONS(4741), 1, - anon_sym_BANG, - ACTIONS(4747), 1, - anon_sym_as, - ACTIONS(4751), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4753), 1, - anon_sym_DASH_DASH, - ACTIONS(4755), 1, - anon_sym_AMP_AMP, - ACTIONS(4757), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4759), 1, - anon_sym_or, - ACTIONS(4765), 1, - anon_sym_in, - ACTIONS(4767), 1, - anon_sym_BANGin, - ACTIONS(4769), 1, - anon_sym_is, - ACTIONS(4771), 1, - anon_sym_BANGis, - ACTIONS(4779), 1, - anon_sym_COMMA, - STATE(2520), 1, - sym_or_block, - STATE(2523), 1, - sym_argument_list, - STATE(3550), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4222), 1, - sym_type_parameters, - ACTIONS(4729), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4743), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(1770), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - ACTIONS(4733), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4749), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4735), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [50452] = 3, + [50144] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2828), 13, + ACTIONS(3183), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -235580,13 +236421,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2826), 32, + ACTIONS(3181), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -235619,10 +236461,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [50505] = 3, + [50198] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2816), 13, + ACTIONS(2855), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -235630,13 +236472,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2814), 32, + ACTIONS(2853), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -235669,60 +236512,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [50558] = 3, + [50252] = 25, ACTIONS(487), 1, sym_comment, - ACTIONS(2698), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4731), 1, + anon_sym_LPAREN, + ACTIONS(4739), 1, anon_sym_LBRACK, - ACTIONS(2700), 44, + ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, + anon_sym_BANG, + ACTIONS(4747), 1, + anon_sym_in, + ACTIONS(4749), 1, + anon_sym_BANGin, + ACTIONS(4751), 1, + anon_sym_as, + ACTIONS(4753), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4755), 1, + anon_sym_DASH_DASH, + ACTIONS(4757), 1, + anon_sym_AMP_AMP, + ACTIONS(4759), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4761), 1, + anon_sym_or, + ACTIONS(4767), 1, + anon_sym_is, + ACTIONS(4769), 1, + anon_sym_BANGis, + STATE(2575), 1, + sym_argument_list, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, + sym_type_parameters, + ACTIONS(4729), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4745), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(4733), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4719), 6, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4737), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, + ACTIONS(4735), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_else, - anon_sym_DOLLARelse, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [50611] = 3, + [50350] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2804), 13, + ACTIONS(2632), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -235730,13 +236596,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2802), 32, + ACTIONS(2630), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -235769,10 +236636,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [50664] = 3, + [50404] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2800), 13, + ACTIONS(2803), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -235780,13 +236647,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2798), 32, + ACTIONS(2801), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -235819,25 +236687,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [50717] = 4, + [50458] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2774), 1, + ACTIONS(2899), 14, anon_sym_DOT, - ACTIONS(3029), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3027), 32, + ACTIONS(2897), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -235870,10 +236738,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [50772] = 3, + [50512] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3085), 13, + ACTIONS(2773), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -235881,13 +236749,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3083), 32, + ACTIONS(2771), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -235920,45 +236789,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [50825] = 4, - ACTIONS(487), 1, + [50566] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(2766), 1, - anon_sym_LBRACE, - ACTIONS(2965), 1, - anon_sym_LBRACK, - ACTIONS(2967), 43, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + ACTIONS(2903), 14, anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(2901), 32, + anon_sym_SEMI, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [50620] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2931), 14, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(2929), 32, + anon_sym_SEMI, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [50674] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2951), 14, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, - anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_LT, anon_sym_GT_GT, + ACTIONS(2949), 32, + anon_sym_SEMI, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -235970,11 +236940,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - sym_identifier, - [50880] = 3, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [50728] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2903), 13, + ACTIONS(2955), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -235982,13 +236953,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2901), 32, + ACTIONS(2953), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -236021,10 +236993,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [50933] = 3, + [50782] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2915), 13, + ACTIONS(2959), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -236032,13 +237004,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2913), 32, + ACTIONS(2957), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -236071,10 +237044,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [50986] = 3, + [50836] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3001), 13, + ACTIONS(2907), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -236082,13 +237055,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2999), 32, + ACTIONS(2905), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -236121,10 +237095,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [51039] = 3, + [50890] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3197), 13, + ACTIONS(2769), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -236132,13 +237106,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3195), 32, + ACTIONS(2767), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -236171,10 +237146,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [51092] = 3, + [50944] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2919), 13, + ACTIONS(2765), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -236182,13 +237157,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2917), 32, + ACTIONS(2763), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -236221,10 +237197,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [51145] = 3, + [50998] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2935), 13, + ACTIONS(3155), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -236232,13 +237208,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2933), 32, + ACTIONS(3153), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -236271,10 +237248,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [51198] = 3, + [51052] = 3, + ACTIONS(487), 1, + sym_comment, + ACTIONS(2416), 1, + anon_sym_LBRACK, + ACTIONS(2418), 45, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_else, + anon_sym_DOLLARelse, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [51106] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2939), 13, + ACTIONS(2761), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -236282,13 +237310,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2937), 32, + ACTIONS(2759), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -236321,10 +237350,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [51251] = 3, + [51160] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2993), 13, + ACTIONS(2717), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -236332,13 +237361,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2991), 32, + ACTIONS(2715), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -236371,10 +237401,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [51304] = 3, + [51214] = 25, + ACTIONS(487), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4731), 1, + anon_sym_LPAREN, + ACTIONS(4739), 1, + anon_sym_LBRACK, + ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, + anon_sym_BANG, + ACTIONS(4747), 1, + anon_sym_in, + ACTIONS(4749), 1, + anon_sym_BANGin, + ACTIONS(4751), 1, + anon_sym_as, + ACTIONS(4753), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4755), 1, + anon_sym_DASH_DASH, + ACTIONS(4757), 1, + anon_sym_AMP_AMP, + ACTIONS(4759), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4761), 1, + anon_sym_or, + ACTIONS(4767), 1, + anon_sym_is, + ACTIONS(4769), 1, + anon_sym_BANGis, + STATE(2575), 1, + sym_argument_list, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, + sym_type_parameters, + ACTIONS(4729), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4745), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(4733), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4737), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4783), 6, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(4735), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [51312] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 13, + ACTIONS(2651), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -236382,13 +237485,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3019), 32, + ACTIONS(2649), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -236421,10 +237525,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [51357] = 3, + [51366] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3009), 13, + ACTIONS(2919), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -236432,13 +237536,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3007), 32, + ACTIONS(2917), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -236471,10 +237576,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [51410] = 3, + [51420] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3025), 13, + ACTIONS(3027), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -236482,13 +237587,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3023), 32, + ACTIONS(3025), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -236521,10 +237627,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [51463] = 3, + [51474] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3177), 13, + ACTIONS(2807), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -236532,13 +237638,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3175), 32, + ACTIONS(2805), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -236571,10 +237678,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [51516] = 3, + [51528] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3193), 13, + ACTIONS(2811), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -236582,13 +237689,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3191), 32, + ACTIONS(2809), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -236621,10 +237729,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [51569] = 3, + [51582] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3157), 13, + ACTIONS(2815), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -236632,13 +237740,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3155), 32, + ACTIONS(2813), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -236671,46 +237780,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [51622] = 4, - ACTIONS(487), 1, + [51636] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(2777), 1, - anon_sym_LBRACK, - ACTIONS(3029), 1, - anon_sym_LBRACE, - ACTIONS(2772), 43, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + ACTIONS(2841), 14, anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(2839), 32, + anon_sym_SEMI, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_STAR, - anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_COLON, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, - anon_sym_AMP, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -236722,10 +237829,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [51677] = 3, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [51690] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3081), 13, + ACTIONS(3191), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -236733,13 +237842,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3079), 32, + ACTIONS(3189), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -236772,10 +237882,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [51730] = 3, + [51744] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2766), 13, + ACTIONS(2845), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -236783,13 +237893,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2768), 32, + ACTIONS(2843), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -236822,10 +237933,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [51783] = 3, + [51798] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2848), 13, + ACTIONS(3195), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -236833,13 +237944,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2846), 32, + ACTIONS(3193), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -236872,10 +237984,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [51836] = 3, + [51852] = 25, + ACTIONS(487), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4731), 1, + anon_sym_LPAREN, + ACTIONS(4739), 1, + anon_sym_LBRACK, + ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, + anon_sym_BANG, + ACTIONS(4747), 1, + anon_sym_in, + ACTIONS(4749), 1, + anon_sym_BANGin, + ACTIONS(4751), 1, + anon_sym_as, + ACTIONS(4753), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4755), 1, + anon_sym_DASH_DASH, + ACTIONS(4757), 1, + anon_sym_AMP_AMP, + ACTIONS(4759), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4761), 1, + anon_sym_or, + ACTIONS(4767), 1, + anon_sym_is, + ACTIONS(4769), 1, + anon_sym_BANGis, + STATE(2575), 1, + sym_argument_list, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, + sym_type_parameters, + ACTIONS(4729), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4745), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(4733), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4723), 6, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(4737), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4735), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [51950] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3017), 13, + ACTIONS(3143), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -236883,13 +238068,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3015), 32, + ACTIONS(3141), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -236922,10 +238108,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [51889] = 3, + [52004] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 13, + ACTIONS(4785), 1, + anon_sym_BANG, + ACTIONS(2875), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -236933,13 +238121,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, - anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2957), 32, + ACTIONS(2873), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -236972,10 +238160,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [51942] = 3, + [52060] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3013), 13, + ACTIONS(2895), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -236983,13 +238171,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3011), 32, + ACTIONS(2893), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -237022,10 +238211,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [51995] = 3, + [52114] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3033), 13, + ACTIONS(3003), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -237033,13 +238222,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3031), 32, + ACTIONS(3001), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -237072,43 +238262,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [52048] = 3, - ACTIONS(3), 1, + [52168] = 4, + ACTIONS(487), 1, sym_comment, - ACTIONS(2772), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2770), 32, + ACTIONS(2420), 1, + anon_sym_LBRACE, + ACTIONS(2861), 1, + anon_sym_LBRACK, + ACTIONS(2863), 44, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -237120,12 +238313,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [52101] = 3, + sym_identifier, + [52224] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2923), 13, + ACTIONS(2939), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -237133,13 +238325,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2921), 32, + ACTIONS(2937), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -237172,10 +238365,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [52154] = 3, + [52278] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 13, + ACTIONS(3011), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -237183,13 +238376,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3035), 32, + ACTIONS(3009), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -237222,10 +238416,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [52207] = 3, + [52332] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3045), 13, + ACTIONS(3015), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -237233,13 +238427,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3043), 32, + ACTIONS(3013), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -237272,10 +238467,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [52260] = 3, + [52386] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3053), 13, + ACTIONS(3023), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -237283,13 +238478,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3051), 32, + ACTIONS(3021), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -237322,10 +238518,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [52313] = 3, + [52440] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3065), 13, + ACTIONS(2647), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -237333,13 +238529,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3063), 32, + ACTIONS(2645), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -237372,10 +238569,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [52366] = 3, + [52494] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3149), 13, + ACTIONS(2935), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -237383,13 +238580,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3147), 32, + ACTIONS(2933), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -237422,10 +238620,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [52419] = 3, + [52548] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3181), 13, + ACTIONS(3019), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -237433,13 +238631,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3179), 32, + ACTIONS(3017), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -237472,10 +238671,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [52472] = 3, + [52602] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3185), 13, + ACTIONS(3035), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -237483,13 +238682,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3183), 32, + ACTIONS(3033), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -237522,10 +238722,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [52525] = 3, + [52656] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3061), 13, + ACTIONS(2995), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -237533,13 +238733,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3059), 32, + ACTIONS(2993), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -237572,45 +238773,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [52578] = 4, - ACTIONS(487), 1, + [52710] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(2698), 1, - anon_sym_LBRACK, - ACTIONS(2766), 1, - anon_sym_LBRACE, - ACTIONS(2700), 43, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + ACTIONS(3043), 14, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3041), 32, + anon_sym_SEMI, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, - anon_sym_AMP, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -237622,11 +238822,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - sym_identifier, - [52633] = 3, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [52764] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2840), 13, + ACTIONS(2420), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -237634,13 +238835,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2838), 32, + ACTIONS(2422), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -237673,10 +238875,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [52686] = 3, + [52818] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3189), 13, + ACTIONS(2915), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -237684,13 +238886,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3187), 32, + ACTIONS(2913), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -237723,43 +238926,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [52739] = 3, - ACTIONS(3), 1, + [52872] = 4, + ACTIONS(487), 1, sym_comment, - ACTIONS(2844), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2842), 32, + ACTIONS(2416), 1, + anon_sym_LBRACK, + ACTIONS(2420), 1, + anon_sym_LBRACE, + ACTIONS(2418), 44, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -237771,12 +238977,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - anon_sym_DOT_DOT, - [52792] = 3, + sym_identifier, + [52928] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2784), 13, + ACTIONS(3059), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -237784,13 +238989,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2782), 32, + ACTIONS(3057), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -237823,10 +239029,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [52845] = 3, + [52982] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2856), 13, + ACTIONS(3063), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -237834,13 +239040,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2854), 32, + ACTIONS(3061), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -237873,10 +239080,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [52898] = 3, + [53036] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2899), 13, + ACTIONS(3071), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -237884,13 +239091,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2897), 32, + ACTIONS(3069), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -237923,10 +239131,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [52951] = 3, + [53090] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2876), 13, + ACTIONS(3083), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -237934,13 +239142,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2874), 32, + ACTIONS(3081), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -237973,10 +239182,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53004] = 3, + [53144] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2872), 13, + ACTIONS(2721), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -237984,13 +239193,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2870), 32, + ACTIONS(2719), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -238023,10 +239233,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53057] = 3, + [53198] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2864), 13, + ACTIONS(2643), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -238034,13 +239244,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2862), 32, + ACTIONS(2641), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -238073,10 +239284,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53110] = 3, + [53252] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3153), 13, + ACTIONS(2991), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -238084,13 +239295,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3151), 32, + ACTIONS(2989), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -238123,24 +239335,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53163] = 3, + [53306] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2836), 13, + ACTIONS(2638), 1, anon_sym_DOT, + ACTIONS(2636), 13, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2834), 32, + ACTIONS(2634), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -238173,10 +239387,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53216] = 3, + [53362] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2792), 13, + ACTIONS(2999), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -238184,13 +239398,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2790), 32, + ACTIONS(2997), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -238223,10 +239438,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53269] = 3, + [53416] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3093), 13, + ACTIONS(3127), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -238234,13 +239449,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3091), 32, + ACTIONS(3125), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -238273,10 +239489,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53322] = 3, + [53470] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3089), 13, + ACTIONS(3087), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -238284,13 +239500,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3087), 32, + ACTIONS(3085), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -238323,10 +239540,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53375] = 3, + [53524] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2788), 13, + ACTIONS(3091), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -238334,13 +239551,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2786), 32, + ACTIONS(3089), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -238373,10 +239591,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53428] = 3, + [53578] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 13, + ACTIONS(3123), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -238384,13 +239602,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3003), 32, + ACTIONS(3121), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -238423,10 +239642,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53481] = 3, + [53632] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2997), 13, + ACTIONS(3099), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -238434,13 +239653,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2995), 32, + ACTIONS(3097), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -238473,10 +239693,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53534] = 3, + [53686] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2704), 13, + ACTIONS(3103), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -238484,13 +239704,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2702), 32, + ACTIONS(3101), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -238523,12 +239744,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53587] = 4, + [53740] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4781), 1, - anon_sym_BANG, - ACTIONS(2943), 12, + ACTIONS(2923), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -238536,12 +239755,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, + anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2941), 32, + ACTIONS(2921), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -238574,10 +239795,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53642] = 3, + [53794] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2911), 13, + ACTIONS(2927), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -238585,13 +239806,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2909), 32, + ACTIONS(2925), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -238624,10 +239846,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53695] = 3, + [53848] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2963), 13, + ACTIONS(3111), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -238635,13 +239857,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2961), 32, + ACTIONS(3109), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -238674,10 +239897,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53748] = 3, + [53902] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2989), 13, + ACTIONS(3095), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -238685,13 +239908,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2987), 32, + ACTIONS(3093), 32, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, @@ -238724,91 +239948,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGin, anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53801] = 32, - ACTIONS(3), 1, + [53956] = 5, + ACTIONS(487), 1, sym_comment, - ACTIONS(3227), 1, - anon_sym_COLON_EQ, - ACTIONS(4468), 1, - anon_sym_LBRACE, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(2472), 1, + anon_sym_LT2, + ACTIONS(2475), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(3179), 1, + anon_sym_LBRACE, + ACTIONS(2470), 43, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, - ACTIONS(4785), 1, anon_sym_COMMA, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4801), 1, - anon_sym_CARET, - ACTIONS(4803), 1, - anon_sym_AMP_AMP, - ACTIONS(4805), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(4813), 1, - anon_sym_in, - ACTIONS(4815), 1, - anon_sym_BANGin, - STATE(1631), 1, - sym_block, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(3935), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4793), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4787), 3, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4791), 3, + anon_sym_STAR, anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4795), 4, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4789), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [53911] = 4, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [54014] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2768), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - ACTIONS(2967), 12, + ACTIONS(3167), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -238816,14 +240012,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, + anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2965), 30, + ACTIONS(3165), 32, anon_sym_SEMI, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, @@ -238835,7 +240035,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, @@ -238851,92 +240050,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, + anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [53965] = 32, + [54068] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3227), 1, - anon_sym_COLON_EQ, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(3171), 14, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_COLON, anon_sym_QMARK, - ACTIONS(4683), 1, anon_sym_BANG, - ACTIONS(4685), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3169), 32, + anon_sym_SEMI, anon_sym_as, - ACTIONS(4785), 1, + anon_sym_LBRACE, anon_sym_COMMA, - ACTIONS(4797), 1, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, anon_sym_DASH_DASH, - ACTIONS(4801), 1, anon_sym_CARET, - ACTIONS(4803), 1, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, - ACTIONS(4805), 1, anon_sym_PIPE_PIPE, - ACTIONS(4807), 1, anon_sym_or, - ACTIONS(4809), 1, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, - ACTIONS(4811), 1, anon_sym_BANGis, - ACTIONS(4813), 1, anon_sym_in, - ACTIONS(4815), 1, anon_sym_BANGin, - ACTIONS(4817), 1, - anon_sym_LBRACE, - STATE(390), 1, - sym_block, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(3935), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4793), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4787), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4791), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4795), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4789), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [54075] = 4, + anon_sym_COLON_EQ, + anon_sym_DOT_DOT, + [54122] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2768), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - ACTIONS(2700), 12, + ACTIONS(3175), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -238944,14 +240114,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, + anon_sym_COLON, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2698), 30, + ACTIONS(3173), 32, anon_sym_SEMI, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, @@ -238963,7 +240137,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, @@ -238979,53 +240152,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, + anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [54129] = 25, + [54176] = 27, ACTIONS(487), 1, sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, ACTIONS(4731), 1, anon_sym_LPAREN, - ACTIONS(4737), 1, - anon_sym_LBRACK, ACTIONS(4739), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, anon_sym_BANG, ACTIONS(4747), 1, - anon_sym_as, + anon_sym_in, + ACTIONS(4749), 1, + anon_sym_BANGin, ACTIONS(4751), 1, - anon_sym_PLUS_PLUS, + anon_sym_as, ACTIONS(4753), 1, - anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(4755), 1, - anon_sym_AMP_AMP, + anon_sym_DASH_DASH, ACTIONS(4757), 1, - anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, ACTIONS(4759), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4761), 1, anon_sym_or, - ACTIONS(4765), 1, - anon_sym_in, ACTIONS(4767), 1, - anon_sym_BANGin, - ACTIONS(4769), 1, anon_sym_is, - ACTIONS(4771), 1, + ACTIONS(4769), 1, anon_sym_BANGis, - ACTIONS(4819), 1, + ACTIONS(4787), 1, anon_sym_COMMA, - STATE(2520), 1, - sym_or_block, - STATE(2523), 1, + STATE(2575), 1, sym_argument_list, - STATE(4222), 1, + STATE(2589), 1, + sym_or_block, + STATE(3585), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4459), 1, sym_type_parameters, ACTIONS(4729), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4743), 2, + ACTIONS(4745), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(3271), 4, + ACTIONS(1684), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -239035,7 +240213,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4749), 6, + ACTIONS(4737), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, @@ -239051,689 +240229,425 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [54225] = 16, + [54278] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4675), 1, + ACTIONS(3179), 14, anon_sym_DOT, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4687), 1, - anon_sym_QMARK_DOT, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2076), 5, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(4821), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2074), 20, + anon_sym_LT2, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(3177), 32, anon_sym_SEMI, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, + anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [54303] = 18, + [54332] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4675), 1, + ACTIONS(3199), 14, anon_sym_DOT, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_COLON, anon_sym_QMARK, - ACTIONS(4683), 1, anon_sym_BANG, - ACTIONS(4685), 1, anon_sym_LBRACK2, - ACTIONS(4687), 1, - anon_sym_QMARK_DOT, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4827), 1, - anon_sym_CARET, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(2076), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4825), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4821), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2074), 19, + ACTIONS(3197), 32, anon_sym_SEMI, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, + anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [54385] = 21, + [54386] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4675), 1, + ACTIONS(3187), 14, anon_sym_DOT, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_COLON, anon_sym_QMARK, - ACTIONS(4683), 1, anon_sym_BANG, - ACTIONS(4685), 1, anon_sym_LBRACK2, - ACTIONS(4687), 1, - anon_sym_QMARK_DOT, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4827), 1, - anon_sym_CARET, - ACTIONS(4833), 1, - anon_sym_in, - ACTIONS(4835), 1, - anon_sym_BANGin, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4829), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4825), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4831), 4, + ACTIONS(3185), 32, + anon_sym_SEMI, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4821), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2074), 13, - anon_sym_SEMI, - anon_sym_as, - anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [54473] = 22, + [54440] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4675), 1, + ACTIONS(3107), 14, anon_sym_DOT, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4687), 1, - anon_sym_QMARK_DOT, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4827), 1, - anon_sym_CARET, - ACTIONS(4833), 1, - anon_sym_in, - ACTIONS(4835), 1, - anon_sym_BANGin, - ACTIONS(4837), 1, - anon_sym_AMP_AMP, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4829), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4831), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4821), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2074), 12, - anon_sym_SEMI, - anon_sym_as, - anon_sym_RBRACE, - anon_sym_RBRACK, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_DOT_DOT, - [54563] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4675), 1, - anon_sym_DOT, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, anon_sym_QMARK, - ACTIONS(4683), 1, anon_sym_BANG, - ACTIONS(4685), 1, anon_sym_LBRACK2, - ACTIONS(4687), 1, - anon_sym_QMARK_DOT, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4827), 1, - anon_sym_CARET, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(2108), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4825), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4821), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2106), 19, + ACTIONS(3105), 32, anon_sym_SEMI, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, + anon_sym_COLON_EQ, anon_sym_DOT_DOT, - [54645] = 18, - ACTIONS(3), 1, + [54494] = 4, + ACTIONS(487), 1, sym_comment, - ACTIONS(4675), 1, + ACTIONS(2420), 1, + anon_sym_LBRACE, + ACTIONS(2861), 1, + anon_sym_LBRACK, + ACTIONS(2863), 43, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, - ACTIONS(4677), 1, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4687), 1, - anon_sym_QMARK_DOT, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4827), 1, - anon_sym_CARET, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(2112), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4821), 5, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2110), 19, - anon_sym_SEMI, - anon_sym_as, - anon_sym_RBRACE, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_RBRACK, - anon_sym_COLON, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_DOT_DOT, - [54727] = 32, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3227), 1, - anon_sym_COLON_EQ, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, anon_sym_QMARK, - ACTIONS(4683), 1, anon_sym_BANG, - ACTIONS(4685), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4785), 1, - anon_sym_COMMA, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4801), 1, anon_sym_CARET, - ACTIONS(4803), 1, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, - ACTIONS(4805), 1, anon_sym_PIPE_PIPE, - ACTIONS(4807), 1, anon_sym_or, - ACTIONS(4809), 1, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, - ACTIONS(4811), 1, anon_sym_BANGis, - ACTIONS(4813), 1, anon_sym_in, - ACTIONS(4815), 1, anon_sym_BANGin, - ACTIONS(4839), 1, - anon_sym_LBRACE, - STATE(1283), 1, - sym_block, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(3935), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4793), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4787), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4791), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4795), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4789), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [54837] = 32, + [54549] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(3227), 1, - anon_sym_COLON_EQ, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4667), 1, + anon_sym_DOT, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4679), 1, + anon_sym_QMARK_DOT, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4785), 1, - anon_sym_COMMA, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4801), 1, + ACTIONS(4805), 1, anon_sym_CARET, - ACTIONS(4803), 1, + ACTIONS(4807), 1, anon_sym_AMP_AMP, - ACTIONS(4805), 1, + ACTIONS(4809), 1, anon_sym_PIPE_PIPE, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4813), 1, + ACTIONS(4817), 1, anon_sym_in, - ACTIONS(4815), 1, + ACTIONS(4819), 1, anon_sym_BANGin, - ACTIONS(4841), 1, - anon_sym_LBRACE, - STATE(987), 1, - sym_block, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(3935), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4793), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4787), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4791), 3, + ACTIONS(4795), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4795), 4, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4789), 5, + ACTIONS(1728), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_DOT_DOT, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [54947] = 32, + [54656] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3227), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(3229), 1, anon_sym_COLON_EQ, - ACTIONS(4677), 1, + ACTIONS(4472), 1, + anon_sym_LBRACE, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4785), 1, - anon_sym_COMMA, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, ACTIONS(4801), 1, - anon_sym_CARET, + anon_sym_PLUS_PLUS, ACTIONS(4803), 1, - anon_sym_AMP_AMP, - ACTIONS(4805), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4807), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4813), 1, + ACTIONS(4821), 1, + anon_sym_COMMA, + ACTIONS(4833), 1, + anon_sym_CARET, + ACTIONS(4835), 1, + anon_sym_AMP_AMP, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, anon_sym_in, - ACTIONS(4815), 1, + ACTIONS(4841), 1, anon_sym_BANGin, - ACTIONS(4843), 1, - anon_sym_LBRACE, - STATE(1851), 1, + STATE(1627), 1, sym_block, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(3935), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4063), 1, aux_sym_strictly_expression_list_repeat1, - STATE(4199), 1, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4793), 2, + ACTIONS(4829), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4787), 3, + ACTIONS(4823), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4791), 3, + ACTIONS(4827), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4795), 4, + ACTIONS(4831), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4789), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [55057] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(2738), 1, - anon_sym_LBRACK, - ACTIONS(4845), 1, - anon_sym_DOLLARelse, - ACTIONS(2740), 42, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, + ACTIONS(4825), 5, anon_sym_STAR, - anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [55111] = 5, + [54769] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2777), 2, - anon_sym_RPAREN, - anon_sym_LBRACK, - ACTIONS(3027), 2, + ACTIONS(2422), 2, anon_sym_LBRACE, anon_sym_COMMA, - ACTIONS(2772), 12, + ACTIONS(2418), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -239741,22 +240655,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2770), 28, + ACTIONS(2416), 30, anon_sym_SEMI, anon_sym_as, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_COLON, anon_sym_PLUS_PLUS, @@ -239775,14 +240692,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_BANGin, anon_sym_DOT_DOT, - [55167] = 4, + [54824] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(2698), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(2766), 1, - anon_sym_LBRACE, - ACTIONS(2700), 42, + STATE(2586), 1, + sym_type_parameters, + ACTIONS(2628), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -239805,6 +240722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -239825,362 +240743,504 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [55221] = 32, + [54879] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3227), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(3229), 1, anon_sym_COLON_EQ, - ACTIONS(4677), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4785), 1, - anon_sym_COMMA, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, ACTIONS(4801), 1, - anon_sym_CARET, + anon_sym_PLUS_PLUS, ACTIONS(4803), 1, - anon_sym_AMP_AMP, - ACTIONS(4805), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4807), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4813), 1, + ACTIONS(4821), 1, + anon_sym_COMMA, + ACTIONS(4833), 1, + anon_sym_CARET, + ACTIONS(4835), 1, + anon_sym_AMP_AMP, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, anon_sym_in, - ACTIONS(4815), 1, + ACTIONS(4841), 1, anon_sym_BANGin, - ACTIONS(4847), 1, + ACTIONS(4843), 1, anon_sym_LBRACE, - STATE(2334), 1, + STATE(1283), 1, sym_block, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(3935), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4063), 1, aux_sym_strictly_expression_list_repeat1, - STATE(4199), 1, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4793), 2, + ACTIONS(4829), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4787), 3, + ACTIONS(4823), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4791), 3, + ACTIONS(4827), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4795), 4, + ACTIONS(4831), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4789), 5, + ACTIONS(4825), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [55331] = 29, + [54992] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(4675), 1, - anon_sym_DOT, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(3229), 1, + anon_sym_COLON_EQ, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4687), 1, - anon_sym_QMARK_DOT, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4827), 1, - anon_sym_CARET, + ACTIONS(4821), 1, + anon_sym_COMMA, ACTIONS(4833), 1, - anon_sym_in, + anon_sym_CARET, ACTIONS(4835), 1, - anon_sym_BANGin, - ACTIONS(4837), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(4839), 1, + anon_sym_in, + ACTIONS(4841), 1, + anon_sym_BANGin, + ACTIONS(4845), 1, + anon_sym_LBRACE, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(2737), 1, + sym_block, + STATE(4063), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4472), 1, sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, ACTIONS(4829), 2, anon_sym_LT, anon_sym_GT, ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4827), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, ACTIONS(4831), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(2208), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_DOT_DOT, - ACTIONS(4821), 5, + ACTIONS(4825), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [55435] = 29, + [55105] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(4675), 1, - anon_sym_DOT, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(3229), 1, + anon_sym_COLON_EQ, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4687), 1, - anon_sym_QMARK_DOT, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4827), 1, - anon_sym_CARET, + ACTIONS(4821), 1, + anon_sym_COMMA, ACTIONS(4833), 1, - anon_sym_in, + anon_sym_CARET, ACTIONS(4835), 1, - anon_sym_BANGin, - ACTIONS(4837), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(4839), 1, + anon_sym_in, + ACTIONS(4841), 1, + anon_sym_BANGin, + ACTIONS(4847), 1, + anon_sym_LBRACE, + STATE(1150), 1, + sym_block, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4063), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4472), 1, sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, ACTIONS(4829), 2, anon_sym_LT, anon_sym_GT, ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4827), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, ACTIONS(4831), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(2218), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_RBRACK, - anon_sym_COLON, - anon_sym_DOT_DOT, - ACTIONS(4821), 5, + ACTIONS(4825), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [55539] = 32, + [55218] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(3227), 1, - anon_sym_COLON_EQ, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4667), 1, + anon_sym_DOT, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4679), 1, + anon_sym_QMARK_DOT, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4805), 1, + anon_sym_CARET, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(1964), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4791), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4795), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4793), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1962), 19, + anon_sym_SEMI, anon_sym_as, - ACTIONS(4785), 1, - anon_sym_COMMA, - ACTIONS(4797), 1, + anon_sym_RBRACE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, anon_sym_DASH_DASH, - ACTIONS(4801), 1, - anon_sym_CARET, - ACTIONS(4803), 1, anon_sym_AMP_AMP, - ACTIONS(4805), 1, anon_sym_PIPE_PIPE, - ACTIONS(4807), 1, anon_sym_or, - ACTIONS(4809), 1, anon_sym_is, - ACTIONS(4811), 1, anon_sym_BANGis, - ACTIONS(4813), 1, anon_sym_in, - ACTIONS(4815), 1, anon_sym_BANGin, - ACTIONS(4851), 1, - anon_sym_LBRACE, - STATE(1145), 1, - sym_block, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + anon_sym_DOT_DOT, + [55303] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4667), 1, + anon_sym_DOT, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4679), 1, + anon_sym_QMARK_DOT, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4805), 1, + anon_sym_CARET, + STATE(2401), 1, sym_or_block, - STATE(3935), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(1958), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4791), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4795), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4793), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1956), 19, + anon_sym_SEMI, + anon_sym_as, + anon_sym_RBRACE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_DOT_DOT, + [55388] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4667), 1, anon_sym_DOT, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4679), 1, anon_sym_QMARK_DOT, - ACTIONS(4793), 2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4805), 1, + anon_sym_CARET, + ACTIONS(4807), 1, + anon_sym_AMP_AMP, + ACTIONS(4817), 1, + anon_sym_in, + ACTIONS(4819), 1, + anon_sym_BANGin, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4787), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4791), 3, + ACTIONS(4795), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4795), 4, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4789), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [55649] = 13, - ACTIONS(487), 1, + ACTIONS(1796), 12, + anon_sym_SEMI, + anon_sym_as, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_DOT_DOT, + [55481] = 19, + ACTIONS(3), 1, sym_comment, - ACTIONS(4731), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4667), 1, + anon_sym_DOT, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4737), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4739), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4741), 1, + ACTIONS(4675), 1, anon_sym_BANG, - STATE(2520), 1, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4679), 1, + anon_sym_QMARK_DOT, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4805), 1, + anon_sym_CARET, + STATE(2401), 1, sym_or_block, - STATE(2523), 1, + STATE(2402), 1, sym_argument_list, - STATE(4222), 1, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4729), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4743), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4853), 4, + ACTIONS(1782), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4855), 8, - anon_sym_STAR, + ACTIONS(4795), 3, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_AMP, - anon_sym_LT_LT, anon_sym_GT_GT, + ACTIONS(4793), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2112), 21, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(1796), 19, anon_sym_SEMI, anon_sym_as, anon_sym_RBRACE, - anon_sym_LT, - anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_AMP_AMP, @@ -240190,58 +241250,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [55721] = 13, - ACTIONS(487), 1, + anon_sym_DOT_DOT, + [55566] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(4731), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4667), 1, + anon_sym_DOT, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4737), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4739), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4741), 1, + ACTIONS(4675), 1, anon_sym_BANG, - STATE(2520), 1, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4679), 1, + anon_sym_QMARK_DOT, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + STATE(2401), 1, sym_or_block, - STATE(2523), 1, + STATE(2402), 1, sym_argument_list, - STATE(4222), 1, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4729), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4743), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4853), 4, + ACTIONS(4795), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(1782), 5, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4855), 8, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4793), 5, anon_sym_STAR, - anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_AMP, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2108), 21, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(1796), 20, anon_sym_SEMI, anon_sym_as, anon_sym_RBRACE, - anon_sym_LT, - anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -240249,48 +241314,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [55793] = 17, + anon_sym_DOT_DOT, + [55647] = 14, ACTIONS(487), 1, sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, ACTIONS(4731), 1, anon_sym_LPAREN, - ACTIONS(4737), 1, - anon_sym_LBRACK, ACTIONS(4739), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, anon_sym_BANG, - ACTIONS(4859), 1, - anon_sym_AMP_AMP, - ACTIONS(4861), 1, - anon_sym_in, - ACTIONS(4863), 1, - anon_sym_BANGin, - STATE(2520), 1, - sym_or_block, - STATE(2523), 1, + STATE(2575), 1, sym_argument_list, - STATE(4222), 1, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, sym_type_parameters, ACTIONS(4729), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4743), 2, + ACTIONS(4745), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4853), 4, + ACTIONS(4849), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4857), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4855), 8, + ACTIONS(4851), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -240299,285 +241354,208 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2076), 12, + ACTIONS(1958), 21, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_as, anon_sym_RBRACE, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_is, anon_sym_BANGis, - [55873] = 32, + anon_sym_in, + anon_sym_BANGin, + [55722] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3227), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(3229), 1, anon_sym_COLON_EQ, - ACTIONS(4677), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4785), 1, - anon_sym_COMMA, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, ACTIONS(4801), 1, - anon_sym_CARET, + anon_sym_PLUS_PLUS, ACTIONS(4803), 1, - anon_sym_AMP_AMP, - ACTIONS(4805), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4807), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4813), 1, + ACTIONS(4821), 1, + anon_sym_COMMA, + ACTIONS(4833), 1, + anon_sym_CARET, + ACTIONS(4835), 1, + anon_sym_AMP_AMP, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, anon_sym_in, - ACTIONS(4815), 1, + ACTIONS(4841), 1, anon_sym_BANGin, - ACTIONS(4865), 1, + ACTIONS(4853), 1, anon_sym_LBRACE, - STATE(1908), 1, + STATE(1696), 1, sym_block, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(3935), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4063), 1, aux_sym_strictly_expression_list_repeat1, - STATE(4199), 1, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4793), 2, + ACTIONS(4829), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4787), 3, + ACTIONS(4823), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4791), 3, + ACTIONS(4827), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4795), 4, + ACTIONS(4831), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4789), 5, + ACTIONS(4825), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [55983] = 32, + [55835] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3227), 1, - anon_sym_COLON_EQ, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4667), 1, + anon_sym_DOT, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4679), 1, + anon_sym_QMARK_DOT, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4785), 1, - anon_sym_COMMA, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4801), 1, - anon_sym_CARET, - ACTIONS(4803), 1, - anon_sym_AMP_AMP, ACTIONS(4805), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(4813), 1, + anon_sym_CARET, + ACTIONS(4817), 1, anon_sym_in, - ACTIONS(4815), 1, + ACTIONS(4819), 1, anon_sym_BANGin, - ACTIONS(4867), 1, - anon_sym_LBRACE, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(2733), 1, - sym_block, - STATE(3935), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4793), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4787), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4791), 3, + ACTIONS(4795), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4795), 4, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4789), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [56093] = 24, - ACTIONS(487), 1, - sym_comment, - ACTIONS(4731), 1, - anon_sym_LPAREN, - ACTIONS(4737), 1, - anon_sym_LBRACK, - ACTIONS(4739), 1, - anon_sym_QMARK, - ACTIONS(4741), 1, - anon_sym_BANG, - ACTIONS(4747), 1, + ACTIONS(1796), 13, + anon_sym_SEMI, anon_sym_as, - ACTIONS(4751), 1, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, - ACTIONS(4753), 1, anon_sym_DASH_DASH, - ACTIONS(4759), 1, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(4769), 1, anon_sym_is, - ACTIONS(4771), 1, anon_sym_BANGis, - ACTIONS(4859), 1, - anon_sym_AMP_AMP, - ACTIONS(4861), 1, - anon_sym_in, - ACTIONS(4863), 1, - anon_sym_BANGin, - ACTIONS(4869), 1, - anon_sym_PIPE_PIPE, - STATE(2520), 1, - sym_or_block, - STATE(2523), 1, - sym_argument_list, - STATE(4222), 1, - sym_type_parameters, - ACTIONS(4729), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4743), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4853), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(2220), 5, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_RBRACE, - ACTIONS(4857), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4855), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [56187] = 16, + anon_sym_DOT_DOT, + [55926] = 14, ACTIONS(487), 1, sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, ACTIONS(4731), 1, anon_sym_LPAREN, - ACTIONS(4737), 1, - anon_sym_LBRACK, ACTIONS(4739), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, anon_sym_BANG, - ACTIONS(4861), 1, - anon_sym_in, - ACTIONS(4863), 1, - anon_sym_BANGin, - STATE(2520), 1, - sym_or_block, - STATE(2523), 1, + STATE(2575), 1, sym_argument_list, - STATE(4222), 1, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, sym_type_parameters, ACTIONS(4729), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4743), 2, + ACTIONS(4745), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4853), 4, + ACTIONS(4849), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4857), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4855), 8, + ACTIONS(4851), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -240586,13 +241564,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2076), 13, + ACTIONS(1964), 21, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_as, anon_sym_RBRACE, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_AMP_AMP, @@ -240600,45 +241584,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_is, anon_sym_BANGis, - [56265] = 4, - ACTIONS(487), 1, + anon_sym_in, + anon_sym_BANGin, + [56001] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(2702), 1, + ACTIONS(2472), 1, + anon_sym_LT2, + ACTIONS(2475), 2, + anon_sym_RPAREN, anon_sym_LBRACK, - STATE(2519), 1, - sym_type_parameters, - ACTIONS(2704), 42, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, + ACTIONS(3177), 2, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(2470), 12, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(2468), 28, + anon_sym_SEMI, + anon_sym_as, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, - anon_sym_AMP, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -240650,167 +241638,203 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [56319] = 13, + anon_sym_DOT_DOT, + [56060] = 25, ACTIONS(487), 1, sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, ACTIONS(4731), 1, anon_sym_LPAREN, - ACTIONS(4737), 1, - anon_sym_LBRACK, ACTIONS(4739), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, anon_sym_BANG, - STATE(2520), 1, - sym_or_block, - STATE(2523), 1, + ACTIONS(4751), 1, + anon_sym_as, + ACTIONS(4753), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4755), 1, + anon_sym_DASH_DASH, + ACTIONS(4761), 1, + anon_sym_or, + ACTIONS(4767), 1, + anon_sym_is, + ACTIONS(4769), 1, + anon_sym_BANGis, + ACTIONS(4857), 1, + anon_sym_AMP_AMP, + ACTIONS(4859), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4861), 1, + anon_sym_in, + ACTIONS(4863), 1, + anon_sym_BANGin, + STATE(2575), 1, sym_argument_list, - STATE(4222), 1, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, sym_type_parameters, ACTIONS(4729), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4743), 2, + ACTIONS(4745), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4853), 4, + ACTIONS(4849), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4855), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2076), 21, + ACTIONS(1730), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_as, anon_sym_RBRACE, + ACTIONS(4855), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [56391] = 32, + ACTIONS(4851), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [56157] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3227), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(3229), 1, anon_sym_COLON_EQ, - ACTIONS(4677), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4785), 1, - anon_sym_COMMA, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, ACTIONS(4801), 1, - anon_sym_CARET, + anon_sym_PLUS_PLUS, ACTIONS(4803), 1, - anon_sym_AMP_AMP, - ACTIONS(4805), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4807), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4813), 1, + ACTIONS(4821), 1, + anon_sym_COMMA, + ACTIONS(4833), 1, + anon_sym_CARET, + ACTIONS(4835), 1, + anon_sym_AMP_AMP, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, anon_sym_in, - ACTIONS(4815), 1, + ACTIONS(4841), 1, anon_sym_BANGin, - ACTIONS(4871), 1, + ACTIONS(4865), 1, anon_sym_LBRACE, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(2613), 1, + STATE(2149), 1, sym_block, - STATE(3935), 1, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4063), 1, aux_sym_strictly_expression_list_repeat1, - STATE(4199), 1, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4793), 2, + ACTIONS(4829), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4787), 3, + ACTIONS(4823), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4791), 3, + ACTIONS(4827), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4795), 4, + ACTIONS(4831), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4789), 5, + ACTIONS(4825), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [56501] = 4, + [56270] = 13, ACTIONS(487), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4731), 1, + anon_sym_LPAREN, + ACTIONS(4739), 1, anon_sym_LBRACK, - ACTIONS(4873), 1, - anon_sym_DOLLARelse, - ACTIONS(2734), 42, + ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, + anon_sym_BANG, + STATE(2575), 1, + sym_argument_list, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, + sym_type_parameters, + ACTIONS(4729), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4745), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(4851), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1782), 25, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_DOT, anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, @@ -240819,86 +241843,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [56555] = 24, + [56343] = 18, ACTIONS(487), 1, sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, ACTIONS(4731), 1, anon_sym_LPAREN, - ACTIONS(4737), 1, - anon_sym_LBRACK, ACTIONS(4739), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, anon_sym_BANG, - ACTIONS(4747), 1, - anon_sym_as, - ACTIONS(4751), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4753), 1, - anon_sym_DASH_DASH, - ACTIONS(4759), 1, - anon_sym_or, - ACTIONS(4769), 1, - anon_sym_is, - ACTIONS(4771), 1, - anon_sym_BANGis, - ACTIONS(4859), 1, + ACTIONS(4857), 1, anon_sym_AMP_AMP, ACTIONS(4861), 1, anon_sym_in, ACTIONS(4863), 1, anon_sym_BANGin, - ACTIONS(4869), 1, - anon_sym_PIPE_PIPE, - STATE(2520), 1, - sym_or_block, - STATE(2523), 1, + STATE(2575), 1, sym_argument_list, - STATE(4222), 1, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, sym_type_parameters, ACTIONS(4729), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4743), 2, + ACTIONS(4745), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4853), 4, + ACTIONS(4849), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(2210), 5, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_RBRACE, - ACTIONS(4857), 6, + ACTIONS(4855), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4855), 8, + ACTIONS(4851), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -240907,248 +241903,331 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [56649] = 32, + ACTIONS(1782), 12, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_as, + anon_sym_RBRACE, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + [56426] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3227), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(3229), 1, anon_sym_COLON_EQ, - ACTIONS(4677), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4785), 1, - anon_sym_COMMA, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, ACTIONS(4801), 1, - anon_sym_CARET, + anon_sym_PLUS_PLUS, ACTIONS(4803), 1, - anon_sym_AMP_AMP, - ACTIONS(4805), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4807), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4813), 1, + ACTIONS(4821), 1, + anon_sym_COMMA, + ACTIONS(4833), 1, + anon_sym_CARET, + ACTIONS(4835), 1, + anon_sym_AMP_AMP, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, anon_sym_in, - ACTIONS(4815), 1, + ACTIONS(4841), 1, anon_sym_BANGin, - ACTIONS(4875), 1, + ACTIONS(4867), 1, anon_sym_LBRACE, - STATE(2149), 1, - sym_block, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(3935), 1, + STATE(2402), 1, + sym_argument_list, + STATE(2596), 1, + sym_block, + STATE(4063), 1, aux_sym_strictly_expression_list_repeat1, - STATE(4199), 1, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4793), 2, + ACTIONS(4829), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4787), 3, + ACTIONS(4823), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4791), 3, + ACTIONS(4827), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4795), 4, + ACTIONS(4831), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4789), 5, + ACTIONS(4825), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [56759] = 32, + [56539] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3227), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(3229), 1, anon_sym_COLON_EQ, - ACTIONS(4677), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4785), 1, - anon_sym_COMMA, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, ACTIONS(4801), 1, - anon_sym_CARET, + anon_sym_PLUS_PLUS, ACTIONS(4803), 1, - anon_sym_AMP_AMP, - ACTIONS(4805), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4807), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4813), 1, + ACTIONS(4821), 1, + anon_sym_COMMA, + ACTIONS(4833), 1, + anon_sym_CARET, + ACTIONS(4835), 1, + anon_sym_AMP_AMP, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_in, + ACTIONS(4841), 1, + anon_sym_BANGin, + ACTIONS(4869), 1, + anon_sym_LBRACE, + STATE(2331), 1, + sym_block, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4063), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4829), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4823), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4827), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4831), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4825), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [56652] = 17, + ACTIONS(487), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4731), 1, + anon_sym_LPAREN, + ACTIONS(4739), 1, + anon_sym_LBRACK, + ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, + anon_sym_BANG, + ACTIONS(4861), 1, anon_sym_in, - ACTIONS(4815), 1, + ACTIONS(4863), 1, anon_sym_BANGin, - ACTIONS(4877), 1, - anon_sym_LBRACE, - STATE(2299), 1, - sym_block, - STATE(2404), 1, + STATE(2575), 1, sym_argument_list, - STATE(2408), 1, + STATE(2589), 1, sym_or_block, - STATE(3935), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4199), 1, + STATE(4459), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4729), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4793), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4787), 3, + ACTIONS(4745), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(4849), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4791), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4795), 4, + anon_sym_CARET, + ACTIONS(4855), 6, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4789), 5, + ACTIONS(4851), 8, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [56869] = 32, + ACTIONS(1782), 13, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_as, + anon_sym_RBRACE, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + [56733] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(3227), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(3229), 1, anon_sym_COLON_EQ, - ACTIONS(4677), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4785), 1, - anon_sym_COMMA, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, ACTIONS(4801), 1, - anon_sym_CARET, + anon_sym_PLUS_PLUS, ACTIONS(4803), 1, - anon_sym_AMP_AMP, - ACTIONS(4805), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4807), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4813), 1, + ACTIONS(4821), 1, + anon_sym_COMMA, + ACTIONS(4833), 1, + anon_sym_CARET, + ACTIONS(4835), 1, + anon_sym_AMP_AMP, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, anon_sym_in, - ACTIONS(4815), 1, + ACTIONS(4841), 1, anon_sym_BANGin, - ACTIONS(4879), 1, + ACTIONS(4871), 1, anon_sym_LBRACE, - STATE(1725), 1, + STATE(1804), 1, sym_block, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(3935), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4063), 1, aux_sym_strictly_expression_list_repeat1, - STATE(4199), 1, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4793), 2, + ACTIONS(4829), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4787), 3, + ACTIONS(4823), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4791), 3, + ACTIONS(4827), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4795), 4, + ACTIONS(4831), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4789), 5, + ACTIONS(4825), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [56979] = 4, + [56846] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(2766), 1, - anon_sym_LBRACE, - ACTIONS(2965), 1, + ACTIONS(2416), 1, anon_sym_LBRACK, - ACTIONS(2967), 42, + ACTIONS(2420), 1, + anon_sym_LBRACE, + ACTIONS(2418), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -241171,6 +242250,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -241191,100 +242271,168 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [57033] = 24, - ACTIONS(487), 1, + [56901] = 33, + ACTIONS(3), 1, sym_comment, - ACTIONS(4731), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(3229), 1, + anon_sym_COLON_EQ, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4737), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4739), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4741), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4747), 1, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4751), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4753), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4755), 1, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(4821), 1, + anon_sym_COMMA, + ACTIONS(4833), 1, + anon_sym_CARET, + ACTIONS(4835), 1, anon_sym_AMP_AMP, - ACTIONS(4757), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4759), 1, - anon_sym_or, - ACTIONS(4765), 1, + ACTIONS(4839), 1, anon_sym_in, - ACTIONS(4767), 1, + ACTIONS(4841), 1, anon_sym_BANGin, - ACTIONS(4769), 1, - anon_sym_is, - ACTIONS(4771), 1, - anon_sym_BANGis, - STATE(2520), 1, + ACTIONS(4873), 1, + anon_sym_LBRACE, + STATE(989), 1, + sym_block, + STATE(2401), 1, sym_or_block, - STATE(2523), 1, + STATE(2402), 1, sym_argument_list, - STATE(4222), 1, + STATE(4063), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4729), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4743), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(4733), 4, + ACTIONS(4829), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4823), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(1690), 5, + ACTIONS(4827), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4831), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4825), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [57014] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(2454), 1, + anon_sym_LBRACK, + ACTIONS(4875), 1, + anon_sym_DOLLARelse, + ACTIONS(2456), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - ACTIONS(4749), 6, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4735), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_LT2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [57127] = 12, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [57069] = 14, ACTIONS(487), 1, sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, ACTIONS(4731), 1, anon_sym_LPAREN, - ACTIONS(4737), 1, - anon_sym_LBRACK, ACTIONS(4739), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, anon_sym_BANG, - STATE(2520), 1, - sym_or_block, - STATE(2523), 1, + STATE(2575), 1, sym_argument_list, - STATE(4222), 1, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, sym_type_parameters, ACTIONS(4729), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4743), 2, + ACTIONS(4745), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(4855), 8, + ACTIONS(4849), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4851), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -241293,16 +242441,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2076), 25, + ACTIONS(1782), 21, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_as, anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, @@ -241311,7 +242456,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, @@ -241319,91 +242463,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [57197] = 3, - ACTIONS(487), 1, + [57144] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(3139), 1, - anon_sym_LBRACK, - ACTIONS(3141), 42, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, + ACTIONS(2422), 2, + anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(2863), 13, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, - anon_sym_CARET, anon_sym_AMP, - anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [57248] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(2866), 1, - anon_sym_LBRACK, - ACTIONS(2868), 42, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(2861), 30, anon_sym_SEMI, - anon_sym_DOT, anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_STAR, - anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, - anon_sym_AMP, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -241415,300 +242513,549 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [57299] = 3, + anon_sym_DOT_DOT, + [57199] = 26, ACTIONS(487), 1, sym_comment, - ACTIONS(2897), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4731), 1, + anon_sym_LPAREN, + ACTIONS(4739), 1, anon_sym_LBRACK, - ACTIONS(2899), 42, + ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, + anon_sym_BANG, + ACTIONS(4747), 1, + anon_sym_in, + ACTIONS(4749), 1, + anon_sym_BANGin, + ACTIONS(4751), 1, + anon_sym_as, + ACTIONS(4753), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4755), 1, + anon_sym_DASH_DASH, + ACTIONS(4757), 1, + anon_sym_AMP_AMP, + ACTIONS(4759), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4761), 1, + anon_sym_or, + ACTIONS(4767), 1, + anon_sym_is, + ACTIONS(4769), 1, + anon_sym_BANGis, + ACTIONS(4877), 1, + anon_sym_COMMA, + STATE(2575), 1, + sym_argument_list, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, + sym_type_parameters, + ACTIONS(4729), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4745), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(3303), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(4733), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(4737), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, + ACTIONS(4735), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + [57298] = 25, + ACTIONS(487), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4731), 1, + anon_sym_LPAREN, + ACTIONS(4739), 1, + anon_sym_LBRACK, + ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, + anon_sym_BANG, + ACTIONS(4747), 1, + anon_sym_in, + ACTIONS(4749), 1, + anon_sym_BANGin, + ACTIONS(4751), 1, + anon_sym_as, + ACTIONS(4753), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4755), 1, + anon_sym_DASH_DASH, + ACTIONS(4757), 1, anon_sym_AMP_AMP, + ACTIONS(4759), 1, anon_sym_PIPE_PIPE, + ACTIONS(4761), 1, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, + ACTIONS(4767), 1, anon_sym_is, + ACTIONS(4769), 1, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [57350] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(2874), 1, - anon_sym_LBRACK, - ACTIONS(2876), 42, + STATE(2575), 1, + sym_argument_list, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, + sym_type_parameters, + ACTIONS(4729), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4745), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(4733), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1640), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4737), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, + ACTIONS(4735), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + [57395] = 25, + ACTIONS(487), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4731), 1, + anon_sym_LPAREN, + ACTIONS(4739), 1, + anon_sym_LBRACK, + ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, + anon_sym_BANG, + ACTIONS(4751), 1, + anon_sym_as, + ACTIONS(4753), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4755), 1, + anon_sym_DASH_DASH, + ACTIONS(4761), 1, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, + ACTIONS(4767), 1, anon_sym_is, + ACTIONS(4769), 1, anon_sym_BANGis, + ACTIONS(4857), 1, + anon_sym_AMP_AMP, + ACTIONS(4859), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4861), 1, anon_sym_in, + ACTIONS(4863), 1, anon_sym_BANGin, - [57401] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(2870), 1, - anon_sym_LBRACK, - ACTIONS(2872), 42, + STATE(2575), 1, + sym_argument_list, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, + sym_type_parameters, + ACTIONS(4729), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4745), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(4849), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(1724), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4855), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, + ACTIONS(4851), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + [57492] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4667), 1, + anon_sym_DOT, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4679), 1, + anon_sym_QMARK_DOT, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4805), 1, + anon_sym_CARET, + ACTIONS(4807), 1, anon_sym_AMP_AMP, + ACTIONS(4809), 1, anon_sym_PIPE_PIPE, + ACTIONS(4811), 1, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, + ACTIONS(4813), 1, anon_sym_is, + ACTIONS(4815), 1, anon_sym_BANGis, + ACTIONS(4817), 1, anon_sym_in, + ACTIONS(4819), 1, anon_sym_BANGin, - [57452] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(2862), 1, - anon_sym_LBRACK, - ACTIONS(2864), 42, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4797), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, + ACTIONS(4795), 3, anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(1722), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_DOT_DOT, + ACTIONS(4793), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, + [57599] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(3229), 1, + anon_sym_COLON_EQ, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, anon_sym_is, + ACTIONS(4815), 1, anon_sym_BANGis, + ACTIONS(4821), 1, + anon_sym_COMMA, + ACTIONS(4833), 1, + anon_sym_CARET, + ACTIONS(4835), 1, + anon_sym_AMP_AMP, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, anon_sym_in, + ACTIONS(4841), 1, anon_sym_BANGin, - [57503] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(2834), 1, - anon_sym_LBRACK, - ACTIONS(2836), 42, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + ACTIONS(4879), 1, + anon_sym_LBRACE, + STATE(378), 1, + sym_block, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4063), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_QMARK_DOT, + ACTIONS(4829), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4823), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, + ACTIONS(4827), 3, anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4831), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(4825), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, + [57712] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(3229), 1, + anon_sym_COLON_EQ, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, anon_sym_is, + ACTIONS(4815), 1, anon_sym_BANGis, + ACTIONS(4821), 1, + anon_sym_COMMA, + ACTIONS(4833), 1, + anon_sym_CARET, + ACTIONS(4835), 1, + anon_sym_AMP_AMP, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, anon_sym_in, + ACTIONS(4841), 1, anon_sym_BANGin, - [57554] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(2790), 1, - anon_sym_LBRACK, - ACTIONS(2792), 42, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + ACTIONS(4881), 1, + anon_sym_LBRACE, + STATE(2284), 1, + sym_block, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4063), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, + anon_sym_QMARK_DOT, + ACTIONS(4829), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4823), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, + ACTIONS(4827), 3, anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4831), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(4825), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, + [57825] = 33, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(3229), 1, + anon_sym_COLON_EQ, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, anon_sym_is, + ACTIONS(4815), 1, anon_sym_BANGis, + ACTIONS(4821), 1, + anon_sym_COMMA, + ACTIONS(4833), 1, + anon_sym_CARET, + ACTIONS(4835), 1, + anon_sym_AMP_AMP, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, anon_sym_in, + ACTIONS(4841), 1, anon_sym_BANGin, - [57605] = 3, + ACTIONS(4883), 1, + anon_sym_LBRACE, + STATE(1880), 1, + sym_block, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4063), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4829), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4823), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4827), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4831), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4825), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [57938] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(3091), 1, + ACTIONS(2410), 1, anon_sym_LBRACK, - ACTIONS(3093), 42, + ACTIONS(4885), 1, + anon_sym_DOLLARelse, + ACTIONS(2412), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -241731,6 +243078,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -241751,12 +243099,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [57656] = 3, + [57993] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3087), 1, + ACTIONS(2978), 1, anon_sym_LBRACK, - ACTIONS(3089), 42, + ACTIONS(2975), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -241779,6 +243127,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -241799,12 +243148,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [57707] = 3, + [58045] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2786), 1, + ACTIONS(2997), 1, anon_sym_LBRACK, - ACTIONS(2788), 42, + ACTIONS(2999), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -241827,6 +243176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -241847,12 +243197,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [57758] = 3, + [58097] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2770), 1, + ACTIONS(2949), 1, anon_sym_LBRACK, - ACTIONS(2772), 42, + ACTIONS(2951), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -241875,6 +243225,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -241895,130 +243246,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [57809] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2777), 2, - anon_sym_LBRACE, - anon_sym_LBRACK, - ACTIONS(2772), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2770), 28, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_RBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_COLON_EQ, - [57862] = 24, - ACTIONS(487), 1, - sym_comment, - ACTIONS(4731), 1, - anon_sym_LPAREN, - ACTIONS(4737), 1, - anon_sym_LBRACK, - ACTIONS(4739), 1, - anon_sym_QMARK, - ACTIONS(4741), 1, - anon_sym_BANG, - ACTIONS(4747), 1, - anon_sym_as, - ACTIONS(4751), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4753), 1, - anon_sym_DASH_DASH, - ACTIONS(4759), 1, - anon_sym_or, - ACTIONS(4769), 1, - anon_sym_is, - ACTIONS(4771), 1, - anon_sym_BANGis, - ACTIONS(4859), 1, - anon_sym_AMP_AMP, - ACTIONS(4861), 1, - anon_sym_in, - ACTIONS(4863), 1, - anon_sym_BANGin, - ACTIONS(4869), 1, - anon_sym_PIPE_PIPE, - STATE(2520), 1, - sym_or_block, - STATE(2523), 1, - sym_argument_list, - STATE(4222), 1, - sym_type_parameters, - ACTIONS(4729), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4743), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(3339), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - ACTIONS(4853), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4857), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4855), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [57955] = 3, + [58149] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3003), 1, + ACTIONS(2929), 1, anon_sym_LBRACK, - ACTIONS(3005), 42, + ACTIONS(2931), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -242041,6 +243274,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -242061,12 +243295,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [58006] = 3, + [58201] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2995), 1, + ACTIONS(3093), 1, anon_sym_LBRACK, - ACTIONS(2997), 42, + ACTIONS(3095), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -242089,6 +243323,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -242109,151 +243344,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [58057] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2076), 1, - anon_sym_DOT_DOT, - ACTIONS(4881), 1, - anon_sym_DOT, - ACTIONS(4883), 1, - anon_sym_LPAREN, - ACTIONS(4895), 1, - anon_sym_LBRACK, - ACTIONS(4897), 1, - anon_sym_QMARK, - ACTIONS(4899), 1, - anon_sym_BANG, - ACTIONS(4901), 1, - anon_sym_LBRACK2, - ACTIONS(4903), 1, - anon_sym_CARET, - ACTIONS(4905), 1, - anon_sym_AMP_AMP, - ACTIONS(4907), 1, - anon_sym_QMARK_DOT, - ACTIONS(4909), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4911), 1, - anon_sym_in, - ACTIONS(4913), 1, - anon_sym_BANGin, - STATE(2721), 1, - sym_argument_list, - STATE(2722), 1, - sym_or_block, - STATE(4158), 1, - sym_type_parameters, - ACTIONS(4891), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4885), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4889), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4893), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4887), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2074), 10, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_DOT_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - [58148] = 24, - ACTIONS(487), 1, - sym_comment, - ACTIONS(4731), 1, - anon_sym_LPAREN, - ACTIONS(4737), 1, - anon_sym_LBRACK, - ACTIONS(4739), 1, - anon_sym_QMARK, - ACTIONS(4741), 1, - anon_sym_BANG, - ACTIONS(4747), 1, - anon_sym_as, - ACTIONS(4751), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4753), 1, - anon_sym_DASH_DASH, - ACTIONS(4759), 1, - anon_sym_or, - ACTIONS(4769), 1, - anon_sym_is, - ACTIONS(4771), 1, - anon_sym_BANGis, - ACTIONS(4859), 1, - anon_sym_AMP_AMP, - ACTIONS(4861), 1, - anon_sym_in, - ACTIONS(4863), 1, - anon_sym_BANGin, - ACTIONS(4869), 1, - anon_sym_PIPE_PIPE, - STATE(2520), 1, - sym_or_block, - STATE(2523), 1, - sym_argument_list, - STATE(4222), 1, - sym_type_parameters, - ACTIONS(4729), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4743), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(3335), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - ACTIONS(4853), 4, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4857), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4855), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [58241] = 4, + [58253] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2941), 1, + ACTIONS(3165), 1, anon_sym_LBRACK, - ACTIONS(4915), 1, - anon_sym_BANG, - ACTIONS(2943), 41, + ACTIONS(3167), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -242276,110 +243372,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, - anon_sym_LBRACK2, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [58294] = 24, - ACTIONS(487), 1, - sym_comment, - ACTIONS(4731), 1, - anon_sym_LPAREN, - ACTIONS(4737), 1, - anon_sym_LBRACK, - ACTIONS(4739), 1, - anon_sym_QMARK, - ACTIONS(4741), 1, - anon_sym_BANG, - ACTIONS(4747), 1, - anon_sym_as, - ACTIONS(4751), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4753), 1, - anon_sym_DASH_DASH, - ACTIONS(4759), 1, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(4769), 1, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, - ACTIONS(4771), 1, anon_sym_BANGis, - ACTIONS(4859), 1, - anon_sym_AMP_AMP, - ACTIONS(4861), 1, anon_sym_in, - ACTIONS(4863), 1, anon_sym_BANGin, - ACTIONS(4869), 1, - anon_sym_PIPE_PIPE, - STATE(2520), 1, - sym_or_block, - STATE(2523), 1, - sym_argument_list, - STATE(4222), 1, - sym_type_parameters, - ACTIONS(4729), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4743), 2, - anon_sym_LBRACK2, - anon_sym_POUND_LBRACK, - ACTIONS(3331), 4, + [58305] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(2968), 1, + anon_sym_LBRACK, + ACTIONS(2963), 7, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - ACTIONS(4853), 4, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_RPAREN, + ACTIONS(2965), 36, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_CARET, - ACTIONS(4857), 6, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4855), 8, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_LT2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [58387] = 3, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [58359] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(2901), 1, + ACTIONS(2978), 1, anon_sym_LBRACK, - ACTIONS(2903), 42, + ACTIONS(2973), 7, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_LPAREN, anon_sym_RPAREN, + ACTIONS(2975), 36, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -242392,6 +243472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -242412,71 +243493,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [58438] = 14, - ACTIONS(3), 1, + [58413] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(4881), 1, + ACTIONS(3169), 1, + anon_sym_LBRACK, + ACTIONS(3171), 43, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, - ACTIONS(4883), 1, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(4895), 1, - anon_sym_LBRACK, - ACTIONS(4897), 1, - anon_sym_QMARK, - ACTIONS(4899), 1, - anon_sym_BANG, - ACTIONS(4901), 1, - anon_sym_LBRACK2, - ACTIONS(4907), 1, - anon_sym_QMARK_DOT, - ACTIONS(4909), 1, - anon_sym_POUND_LBRACK, - STATE(2721), 1, - sym_argument_list, - STATE(2722), 1, - sym_or_block, - STATE(4158), 1, - sym_type_parameters, - ACTIONS(2164), 9, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2162), 23, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [58511] = 3, + [58465] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2913), 1, + ACTIONS(3173), 1, anon_sym_LBRACK, - ACTIONS(2915), 42, + ACTIONS(3175), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -242499,6 +243570,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -242519,67 +243591,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [58562] = 24, + [58517] = 23, ACTIONS(487), 1, sym_comment, - ACTIONS(4731), 1, + ACTIONS(2470), 1, + anon_sym_DOT, + ACTIONS(3201), 1, + sym_identifier, + ACTIONS(3203), 1, anon_sym_LPAREN, - ACTIONS(4737), 1, + ACTIONS(3205), 1, + anon_sym_fn, + ACTIONS(3207), 1, + anon_sym_STAR, + ACTIONS(3209), 1, + anon_sym_struct, + ACTIONS(3211), 1, + anon_sym_QMARK, + ACTIONS(3213), 1, + anon_sym_BANG, + ACTIONS(3215), 1, + anon_sym_LBRACK2, + ACTIONS(3217), 1, + anon_sym_AMP, + ACTIONS(3219), 1, + anon_sym_shared, + ACTIONS(3221), 1, + anon_sym_map_LBRACK, + ACTIONS(3223), 1, + anon_sym_chan, + ACTIONS(3225), 1, + anon_sym_thread, + ACTIONS(3227), 1, + anon_sym_atomic, + STATE(3424), 1, + sym_plain_type, + STATE(4512), 1, + sym_reference_expression, + ACTIONS(3177), 2, anon_sym_LBRACK, + anon_sym_LT2, + STATE(3367), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3449), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + ACTIONS(3179), 7, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + STATE(3433), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [58609] = 25, + ACTIONS(487), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4731), 1, + anon_sym_LPAREN, ACTIONS(4739), 1, - anon_sym_QMARK, + anon_sym_LBRACK, ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, anon_sym_BANG, - ACTIONS(4747), 1, - anon_sym_as, ACTIONS(4751), 1, - anon_sym_PLUS_PLUS, + anon_sym_as, ACTIONS(4753), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4755), 1, anon_sym_DASH_DASH, - ACTIONS(4759), 1, + ACTIONS(4761), 1, anon_sym_or, - ACTIONS(4769), 1, + ACTIONS(4767), 1, anon_sym_is, - ACTIONS(4771), 1, + ACTIONS(4769), 1, anon_sym_BANGis, - ACTIONS(4859), 1, + ACTIONS(4857), 1, anon_sym_AMP_AMP, + ACTIONS(4859), 1, + anon_sym_PIPE_PIPE, ACTIONS(4861), 1, anon_sym_in, ACTIONS(4863), 1, anon_sym_BANGin, - ACTIONS(4869), 1, - anon_sym_PIPE_PIPE, - STATE(2520), 1, - sym_or_block, - STATE(2523), 1, + STATE(2575), 1, sym_argument_list, - STATE(4222), 1, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, sym_type_parameters, ACTIONS(4729), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4743), 2, + ACTIONS(4745), 2, anon_sym_LBRACK2, anon_sym_POUND_LBRACK, - ACTIONS(3313), 4, + ACTIONS(3333), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - ACTIONS(4853), 4, + ACTIONS(4849), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_CARET, - ACTIONS(4857), 6, + ACTIONS(4855), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4855), 8, + ACTIONS(4851), 8, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -242588,210 +243731,303 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [58655] = 3, + [58705] = 25, ACTIONS(487), 1, sym_comment, - ACTIONS(2917), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4731), 1, + anon_sym_LPAREN, + ACTIONS(4739), 1, anon_sym_LBRACK, - ACTIONS(2919), 42, + ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, + anon_sym_BANG, + ACTIONS(4751), 1, + anon_sym_as, + ACTIONS(4753), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4755), 1, + anon_sym_DASH_DASH, + ACTIONS(4761), 1, + anon_sym_or, + ACTIONS(4767), 1, + anon_sym_is, + ACTIONS(4769), 1, + anon_sym_BANGis, + ACTIONS(4857), 1, + anon_sym_AMP_AMP, + ACTIONS(4859), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4861), 1, + anon_sym_in, + ACTIONS(4863), 1, + anon_sym_BANGin, + STATE(2575), 1, + sym_argument_list, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, + sym_type_parameters, + ACTIONS(4729), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4745), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(3337), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(4849), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + anon_sym_CARET, + ACTIONS(4855), 6, anon_sym_LT, anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_CARET, + ACTIONS(4851), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_AMP, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + [58801] = 25, + ACTIONS(487), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4731), 1, + anon_sym_LPAREN, + ACTIONS(4739), 1, + anon_sym_LBRACK, + ACTIONS(4741), 1, + anon_sym_QMARK, + ACTIONS(4743), 1, + anon_sym_BANG, + ACTIONS(4751), 1, + anon_sym_as, + ACTIONS(4753), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4755), 1, + anon_sym_DASH_DASH, + ACTIONS(4761), 1, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, + ACTIONS(4767), 1, anon_sym_is, + ACTIONS(4769), 1, anon_sym_BANGis, + ACTIONS(4857), 1, + anon_sym_AMP_AMP, + ACTIONS(4859), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4861), 1, anon_sym_in, + ACTIONS(4863), 1, anon_sym_BANGin, - [58706] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2210), 1, - anon_sym_DOT_DOT, - ACTIONS(4881), 1, + STATE(2575), 1, + sym_argument_list, + STATE(2589), 1, + sym_or_block, + STATE(4459), 1, + sym_type_parameters, + ACTIONS(4729), 2, anon_sym_DOT, - ACTIONS(4883), 1, + anon_sym_QMARK_DOT, + ACTIONS(4745), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(3341), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + ACTIONS(4849), 4, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + ACTIONS(4855), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4851), 8, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [58897] = 25, + ACTIONS(487), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4731), 1, anon_sym_LPAREN, - ACTIONS(4895), 1, + ACTIONS(4739), 1, anon_sym_LBRACK, - ACTIONS(4897), 1, + ACTIONS(4741), 1, anon_sym_QMARK, - ACTIONS(4899), 1, + ACTIONS(4743), 1, anon_sym_BANG, - ACTIONS(4901), 1, - anon_sym_LBRACK2, - ACTIONS(4903), 1, - anon_sym_CARET, - ACTIONS(4905), 1, - anon_sym_AMP_AMP, - ACTIONS(4907), 1, - anon_sym_QMARK_DOT, - ACTIONS(4909), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4911), 1, - anon_sym_in, - ACTIONS(4913), 1, - anon_sym_BANGin, - ACTIONS(4917), 1, + ACTIONS(4751), 1, anon_sym_as, - ACTIONS(4919), 1, + ACTIONS(4753), 1, anon_sym_PLUS_PLUS, - ACTIONS(4921), 1, + ACTIONS(4755), 1, anon_sym_DASH_DASH, - ACTIONS(4923), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4925), 1, + ACTIONS(4761), 1, anon_sym_or, - ACTIONS(4927), 1, + ACTIONS(4767), 1, anon_sym_is, - ACTIONS(4929), 1, + ACTIONS(4769), 1, anon_sym_BANGis, - STATE(2721), 1, + ACTIONS(4857), 1, + anon_sym_AMP_AMP, + ACTIONS(4859), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4861), 1, + anon_sym_in, + ACTIONS(4863), 1, + anon_sym_BANGin, + STATE(2575), 1, sym_argument_list, - STATE(2722), 1, + STATE(2589), 1, sym_or_block, - STATE(4158), 1, + STATE(4459), 1, sym_type_parameters, - ACTIONS(4891), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2208), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_DOT_DOT_DOT, - ACTIONS(4885), 3, + ACTIONS(4729), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4745), 2, + anon_sym_LBRACK2, + anon_sym_POUND_LBRACK, + ACTIONS(3329), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + ACTIONS(4849), 4, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4889), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4893), 4, + anon_sym_CARET, + ACTIONS(4855), 6, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4887), 5, + ACTIONS(4851), 8, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [58811] = 30, + [58993] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(2220), 1, - anon_sym_DOT_DOT, - ACTIONS(4881), 1, - anon_sym_DOT, - ACTIONS(4883), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4895), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4897), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4899), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4901), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4903), 1, - anon_sym_CARET, - ACTIONS(4905), 1, - anon_sym_AMP_AMP, - ACTIONS(4907), 1, - anon_sym_QMARK_DOT, - ACTIONS(4909), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4911), 1, - anon_sym_in, - ACTIONS(4913), 1, - anon_sym_BANGin, - ACTIONS(4917), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4919), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4921), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4923), 1, + ACTIONS(4805), 1, + anon_sym_CARET, + ACTIONS(4807), 1, + anon_sym_AMP_AMP, + ACTIONS(4809), 1, anon_sym_PIPE_PIPE, - ACTIONS(4925), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4927), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4929), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - STATE(2721), 1, - sym_argument_list, - STATE(2722), 1, + ACTIONS(4817), 1, + anon_sym_in, + ACTIONS(4819), 1, + anon_sym_BANGin, + ACTIONS(4887), 1, + anon_sym_RBRACE, + ACTIONS(4889), 1, + anon_sym_COLON, + STATE(2401), 1, sym_or_block, - STATE(4158), 1, + STATE(2402), 1, + sym_argument_list, + STATE(3829), 1, + sym___rcbr, + STATE(4302), 1, + sym_format_specifier, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4891), 2, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2218), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_DOT_DOT_DOT, - ACTIONS(4885), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4889), 3, + ACTIONS(4795), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4893), 4, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4887), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [58916] = 3, + [59103] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3107), 1, + ACTIONS(2953), 1, anon_sym_LBRACK, - ACTIONS(3109), 42, + ACTIONS(2955), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -242814,6 +244050,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -242834,12 +244071,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [58967] = 3, + [59155] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3027), 1, + ACTIONS(3185), 1, anon_sym_LBRACK, - ACTIONS(3029), 42, + ACTIONS(3187), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -242862,6 +244099,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -242882,12 +244120,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [59018] = 3, + [59207] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3167), 1, + ACTIONS(2925), 1, anon_sym_LBRACK, - ACTIONS(3169), 42, + ACTIONS(2927), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -242910,6 +244148,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -242930,71 +244169,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [59069] = 14, - ACTIONS(3), 1, + [59259] = 4, + ACTIONS(487), 1, sym_comment, - ACTIONS(4881), 1, + ACTIONS(2472), 1, anon_sym_DOT, - ACTIONS(4883), 1, - anon_sym_LPAREN, - ACTIONS(4895), 1, + ACTIONS(3177), 1, anon_sym_LBRACK, - ACTIONS(4897), 1, - anon_sym_QMARK, - ACTIONS(4899), 1, - anon_sym_BANG, - ACTIONS(4901), 1, - anon_sym_LBRACK2, - ACTIONS(4907), 1, - anon_sym_QMARK_DOT, - ACTIONS(4909), 1, - anon_sym_POUND_LBRACK, - STATE(2721), 1, - sym_argument_list, - STATE(2722), 1, - sym_or_block, - STATE(4158), 1, - sym_type_parameters, - ACTIONS(2230), 9, + ACTIONS(3179), 42, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2228), 23, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [59142] = 3, + [59313] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2933), 1, + ACTIONS(2885), 1, anon_sym_LBRACK, - ACTIONS(2935), 42, + ACTIONS(2887), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -243017,6 +244247,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -243037,12 +244268,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [59193] = 3, + [59365] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2937), 1, + ACTIONS(3149), 1, anon_sym_LBRACK, - ACTIONS(2939), 42, + ACTIONS(3151), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -243065,6 +244296,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -243085,14 +244317,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [59244] = 22, + [59417] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2076), 1, - anon_sym_DOT_DOT, - ACTIONS(4881), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4891), 1, anon_sym_DOT, - ACTIONS(4883), 1, + ACTIONS(4893), 1, anon_sym_LPAREN, ACTIONS(4895), 1, anon_sym_LBRACK, @@ -243103,71 +244335,66 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(4901), 1, anon_sym_LBRACK2, ACTIONS(4903), 1, - anon_sym_CARET, - ACTIONS(4907), 1, anon_sym_QMARK_DOT, - ACTIONS(4909), 1, + ACTIONS(4905), 1, anon_sym_POUND_LBRACK, - ACTIONS(4911), 1, - anon_sym_in, - ACTIONS(4913), 1, - anon_sym_BANGin, - STATE(2721), 1, - sym_argument_list, - STATE(2722), 1, + STATE(2765), 1, sym_or_block, - STATE(4158), 1, + STATE(2766), 1, + sym_argument_list, + STATE(4305), 1, sym_type_parameters, - ACTIONS(4891), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4885), 3, + ACTIONS(1788), 9, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4889), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4893), 4, + anon_sym_DOT_DOT, + ACTIONS(1786), 23, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4887), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2074), 11, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_is, anon_sym_BANGis, - [59333] = 3, + anon_sym_in, + anon_sym_BANGin, + [59493] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(2921), 1, + ACTIONS(2416), 1, anon_sym_LBRACK, - ACTIONS(2923), 42, + ACTIONS(2420), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + ACTIONS(2418), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -243180,6 +244407,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -243200,12 +244428,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [59384] = 3, + [59547] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2991), 1, + ACTIONS(2422), 1, anon_sym_LBRACK, - ACTIONS(2993), 42, + ACTIONS(2420), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -243228,6 +244456,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -243248,12 +244477,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [59435] = 3, + [59599] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3007), 1, + ACTIONS(2849), 1, anon_sym_LBRACK, - ACTIONS(3009), 42, + ACTIONS(2851), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -243276,6 +244505,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -243296,12 +244526,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [59486] = 3, + [59651] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2909), 1, + ACTIONS(3145), 1, anon_sym_LBRACK, - ACTIONS(2911), 42, + ACTIONS(3147), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -243324,6 +244554,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -243344,12 +244575,166 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [59537] = 3, + [59703] = 31, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1730), 1, + anon_sym_DOT_DOT, + ACTIONS(4891), 1, + anon_sym_DOT, + ACTIONS(4893), 1, + anon_sym_LPAREN, + ACTIONS(4895), 1, + anon_sym_LBRACK, + ACTIONS(4897), 1, + anon_sym_QMARK, + ACTIONS(4899), 1, + anon_sym_BANG, + ACTIONS(4901), 1, + anon_sym_LBRACK2, + ACTIONS(4903), 1, + anon_sym_QMARK_DOT, + ACTIONS(4905), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4907), 1, + anon_sym_as, + ACTIONS(4919), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4921), 1, + anon_sym_DASH_DASH, + ACTIONS(4923), 1, + anon_sym_CARET, + ACTIONS(4925), 1, + anon_sym_AMP_AMP, + ACTIONS(4927), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4929), 1, + anon_sym_or, + ACTIONS(4931), 1, + anon_sym_is, + ACTIONS(4933), 1, + anon_sym_BANGis, + ACTIONS(4935), 1, + anon_sym_in, + ACTIONS(4937), 1, + anon_sym_BANGin, + STATE(2765), 1, + sym_or_block, + STATE(2766), 1, + sym_argument_list, + STATE(4305), 1, + sym_type_parameters, + ACTIONS(4915), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1728), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_DOT_DOT_DOT, + ACTIONS(4909), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4913), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4917), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4911), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [59811] = 31, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1724), 1, + anon_sym_DOT_DOT, + ACTIONS(4891), 1, + anon_sym_DOT, + ACTIONS(4893), 1, + anon_sym_LPAREN, + ACTIONS(4895), 1, + anon_sym_LBRACK, + ACTIONS(4897), 1, + anon_sym_QMARK, + ACTIONS(4899), 1, + anon_sym_BANG, + ACTIONS(4901), 1, + anon_sym_LBRACK2, + ACTIONS(4903), 1, + anon_sym_QMARK_DOT, + ACTIONS(4905), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4907), 1, + anon_sym_as, + ACTIONS(4919), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4921), 1, + anon_sym_DASH_DASH, + ACTIONS(4923), 1, + anon_sym_CARET, + ACTIONS(4925), 1, + anon_sym_AMP_AMP, + ACTIONS(4927), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4929), 1, + anon_sym_or, + ACTIONS(4931), 1, + anon_sym_is, + ACTIONS(4933), 1, + anon_sym_BANGis, + ACTIONS(4935), 1, + anon_sym_in, + ACTIONS(4937), 1, + anon_sym_BANGin, + STATE(2765), 1, + sym_or_block, + STATE(2766), 1, + sym_argument_list, + STATE(4305), 1, + sym_type_parameters, + ACTIONS(4915), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1722), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_DOT_DOT_DOT, + ACTIONS(4909), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4913), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4917), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4911), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [59919] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3079), 1, + ACTIONS(3137), 1, anon_sym_LBRACK, - ACTIONS(3081), 42, + ACTIONS(3139), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -243372,6 +244757,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -243392,12 +244778,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [59588] = 3, + [59971] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3095), 1, + ACTIONS(3133), 1, anon_sym_LBRACK, - ACTIONS(3097), 42, + ACTIONS(3135), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -243420,6 +244806,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -243440,12 +244827,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [59639] = 3, + [60023] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3011), 1, + ACTIONS(3129), 1, anon_sym_LBRACK, - ACTIONS(3013), 42, + ACTIONS(3131), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -243468,6 +244855,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -243488,22 +244876,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [59690] = 3, + [60075] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4891), 1, + anon_sym_DOT, + ACTIONS(4893), 1, + anon_sym_LPAREN, + ACTIONS(4895), 1, + anon_sym_LBRACK, + ACTIONS(4897), 1, + anon_sym_QMARK, + ACTIONS(4899), 1, + anon_sym_BANG, + ACTIONS(4901), 1, + anon_sym_LBRACK2, + ACTIONS(4903), 1, + anon_sym_QMARK_DOT, + ACTIONS(4905), 1, + anon_sym_POUND_LBRACK, + STATE(2765), 1, + sym_or_block, + STATE(2766), 1, + sym_argument_list, + STATE(4305), 1, + sym_type_parameters, + ACTIONS(1754), 9, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(1752), 23, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [60151] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(3015), 1, + ACTIONS(2861), 1, anon_sym_LBRACK, - ACTIONS(3017), 42, + ACTIONS(2420), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + ACTIONS(2863), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, - anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -243516,6 +244966,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -243536,78 +244987,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [59741] = 21, - ACTIONS(487), 1, - sym_comment, - ACTIONS(3199), 1, - sym_identifier, - ACTIONS(3201), 1, - anon_sym_LPAREN, - ACTIONS(3203), 1, - anon_sym_fn, - ACTIONS(3205), 1, - anon_sym_STAR, - ACTIONS(3207), 1, - anon_sym_struct, - ACTIONS(3209), 1, - anon_sym_QMARK, - ACTIONS(3211), 1, - anon_sym_BANG, - ACTIONS(3213), 1, - anon_sym_LBRACK2, - ACTIONS(3215), 1, - anon_sym_AMP, - ACTIONS(3217), 1, - anon_sym_shared, - ACTIONS(3219), 1, - anon_sym_map_LBRACK, - ACTIONS(3221), 1, - anon_sym_chan, - ACTIONS(3223), 1, - anon_sym_thread, - ACTIONS(3225), 1, - anon_sym_atomic, - STATE(3436), 1, - sym_plain_type, - STATE(4416), 1, - sym_reference_expression, - STATE(3389), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3442), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - ACTIONS(589), 9, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - anon_sym_AT_LBRACK, - STATE(3438), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [59828] = 3, + [60205] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2768), 1, + ACTIONS(3181), 1, anon_sym_LBRACK, - ACTIONS(2766), 42, + ACTIONS(3183), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -243630,6 +245015,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -243650,12 +245036,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [59879] = 3, + [60257] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3151), 1, + ACTIONS(2626), 1, anon_sym_LBRACK, - ACTIONS(3153), 42, + ACTIONS(2628), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -243678,6 +245064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -243698,144 +245085,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [59930] = 21, - ACTIONS(487), 1, - sym_comment, - ACTIONS(3199), 1, - sym_identifier, - ACTIONS(3201), 1, - anon_sym_LPAREN, - ACTIONS(3203), 1, - anon_sym_fn, - ACTIONS(3205), 1, - anon_sym_STAR, - ACTIONS(3207), 1, - anon_sym_struct, - ACTIONS(3209), 1, - anon_sym_QMARK, - ACTIONS(3211), 1, - anon_sym_BANG, - ACTIONS(3213), 1, - anon_sym_LBRACK2, - ACTIONS(3215), 1, - anon_sym_AMP, - ACTIONS(3217), 1, - anon_sym_shared, - ACTIONS(3219), 1, - anon_sym_map_LBRACK, - ACTIONS(3221), 1, - anon_sym_chan, - ACTIONS(3223), 1, - anon_sym_thread, - ACTIONS(3225), 1, - anon_sym_atomic, - STATE(3434), 1, - sym_plain_type, - STATE(4416), 1, - sym_reference_expression, - STATE(3389), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3442), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - ACTIONS(615), 9, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - anon_sym_AT_LBRACK, - STATE(3438), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [60017] = 21, - ACTIONS(487), 1, - sym_comment, - ACTIONS(3199), 1, - sym_identifier, - ACTIONS(3201), 1, - anon_sym_LPAREN, - ACTIONS(3203), 1, - anon_sym_fn, - ACTIONS(3205), 1, - anon_sym_STAR, - ACTIONS(3207), 1, - anon_sym_struct, - ACTIONS(3209), 1, - anon_sym_QMARK, - ACTIONS(3211), 1, - anon_sym_BANG, - ACTIONS(3213), 1, - anon_sym_LBRACK2, - ACTIONS(3215), 1, - anon_sym_AMP, - ACTIONS(3217), 1, - anon_sym_shared, - ACTIONS(3219), 1, - anon_sym_map_LBRACK, - ACTIONS(3221), 1, - anon_sym_chan, - ACTIONS(3223), 1, - anon_sym_thread, - ACTIONS(3225), 1, - anon_sym_atomic, - STATE(3420), 1, - sym_plain_type, - STATE(4416), 1, - sym_reference_expression, - STATE(3389), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3442), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - ACTIONS(555), 9, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - anon_sym_AT_LBRACK, - STATE(3438), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [60104] = 3, + [60309] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2846), 1, + ACTIONS(2630), 1, anon_sym_LBRACK, - ACTIONS(2848), 42, + ACTIONS(2632), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -243858,6 +245113,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -243878,136 +245134,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [60155] = 18, - ACTIONS(3), 1, + [60361] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(4881), 1, + ACTIONS(2817), 1, + anon_sym_LBRACK, + ACTIONS(2819), 43, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, - ACTIONS(4883), 1, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(4895), 1, - anon_sym_LBRACK, - ACTIONS(4897), 1, - anon_sym_QMARK, - ACTIONS(4899), 1, - anon_sym_BANG, - ACTIONS(4901), 1, - anon_sym_LBRACK2, - ACTIONS(4903), 1, - anon_sym_CARET, - ACTIONS(4907), 1, - anon_sym_QMARK_DOT, - ACTIONS(4909), 1, - anon_sym_POUND_LBRACK, - STATE(2721), 1, - sym_argument_list, - STATE(2722), 1, - sym_or_block, - STATE(4158), 1, - sym_type_parameters, - ACTIONS(2076), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT_DOT, - ACTIONS(4885), 3, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4889), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4887), 5, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2074), 17, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [60236] = 16, - ACTIONS(3), 1, + [60413] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(4881), 1, + ACTIONS(2641), 1, + anon_sym_LBRACK, + ACTIONS(2643), 43, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, - ACTIONS(4883), 1, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(4895), 1, - anon_sym_LBRACK, - ACTIONS(4897), 1, - anon_sym_QMARK, - ACTIONS(4899), 1, - anon_sym_BANG, - ACTIONS(4901), 1, - anon_sym_LBRACK2, - ACTIONS(4907), 1, - anon_sym_QMARK_DOT, - ACTIONS(4909), 1, - anon_sym_POUND_LBRACK, - STATE(2721), 1, - sym_argument_list, - STATE(2722), 1, - sym_or_block, - STATE(4158), 1, - sym_type_parameters, - ACTIONS(4889), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4887), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2076), 6, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_DOT_DOT, - ACTIONS(2074), 18, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [60313] = 3, + [60465] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3159), 1, + ACTIONS(2719), 1, anon_sym_LBRACK, - ACTIONS(3161), 42, + ACTIONS(2721), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -244030,6 +245260,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -244050,12 +245281,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [60364] = 3, + [60517] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3163), 1, + ACTIONS(3077), 1, anon_sym_LBRACK, - ACTIONS(3165), 42, + ACTIONS(3079), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -244078,6 +245309,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -244098,12 +245330,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [60415] = 3, + [60569] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3187), 1, + ACTIONS(3073), 1, anon_sym_LBRACK, - ACTIONS(3189), 42, + ACTIONS(3075), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -244126,6 +245358,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -244146,85 +245379,196 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [60466] = 18, - ACTIONS(3), 1, + [60621] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(4881), 1, + ACTIONS(3065), 1, + anon_sym_LBRACK, + ACTIONS(3067), 43, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, - ACTIONS(4883), 1, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(4895), 1, - anon_sym_LBRACK, - ACTIONS(4897), 1, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_QMARK, - ACTIONS(4899), 1, anon_sym_BANG, - ACTIONS(4901), 1, anon_sym_LBRACK2, - ACTIONS(4903), 1, anon_sym_CARET, - ACTIONS(4907), 1, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, anon_sym_QMARK_DOT, - ACTIONS(4909), 1, anon_sym_POUND_LBRACK, - STATE(2721), 1, - sym_argument_list, - STATE(2722), 1, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [60673] = 32, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4805), 1, + anon_sym_CARET, + ACTIONS(4807), 1, + anon_sym_AMP_AMP, + ACTIONS(4809), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(4817), 1, + anon_sym_in, + ACTIONS(4819), 1, + anon_sym_BANGin, + ACTIONS(4889), 1, + anon_sym_COLON, + ACTIONS(4939), 1, + anon_sym_RBRACE, + STATE(2401), 1, sym_or_block, - STATE(4158), 1, + STATE(2402), 1, + sym_argument_list, + STATE(3787), 1, + sym___rcbr, + STATE(4247), 1, + sym_format_specifier, + STATE(4472), 1, sym_type_parameters, - ACTIONS(2112), 3, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - anon_sym_DOT_DOT, - ACTIONS(4885), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4889), 3, + ACTIONS(4795), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4887), 5, + ACTIONS(4799), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2110), 17, + [60783] = 3, + ACTIONS(487), 1, + sym_comment, + ACTIONS(3053), 1, + anon_sym_LBRACK, + ACTIONS(3055), 43, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [60547] = 5, + [60835] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2882), 1, + ACTIONS(3049), 1, anon_sym_LBRACK, - ACTIONS(2886), 1, - anon_sym_DOT, - ACTIONS(3525), 1, - anon_sym_COLON, - ACTIONS(2884), 40, + ACTIONS(3051), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, @@ -244239,6 +245583,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -244259,12 +245604,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [60602] = 3, + [60887] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3183), 1, + ACTIONS(3017), 1, anon_sym_LBRACK, - ACTIONS(3185), 42, + ACTIONS(3019), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -244287,6 +245632,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -244307,12 +245653,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [60653] = 3, + [60939] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3179), 1, + ACTIONS(3045), 1, anon_sym_LBRACK, - ACTIONS(3181), 42, + ACTIONS(3047), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -244335,6 +245681,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -244355,88 +245702,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [60704] = 31, - ACTIONS(3), 1, + [60991] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(3037), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(3039), 43, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, - ACTIONS(4797), 1, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(4809), 1, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, - ACTIONS(4811), 1, anon_sym_BANGis, - ACTIONS(4827), 1, - anon_sym_CARET, - ACTIONS(4833), 1, anon_sym_in, - ACTIONS(4835), 1, anon_sym_BANGin, - ACTIONS(4837), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4931), 1, - anon_sym_RBRACE, - ACTIONS(4933), 1, - anon_sym_COLON, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(3828), 1, - sym___rcbr, - STATE(4199), 1, - sym_type_parameters, - STATE(4378), 1, - sym_format_specifier, - ACTIONS(4687), 2, + [61043] = 3, + ACTIONS(487), 1, + sym_comment, + ACTIONS(3153), 1, + anon_sym_LBRACK, + ACTIONS(3155), 43, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4829), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4831), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4821), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_LT2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [60811] = 3, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [61095] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3147), 1, + ACTIONS(2985), 1, anon_sym_LBRACK, - ACTIONS(3149), 42, + ACTIONS(2987), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -244459,6 +245828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -244479,12 +245849,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [60862] = 3, + [61147] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3063), 1, + ACTIONS(2981), 1, anon_sym_LBRACK, - ACTIONS(3065), 42, + ACTIONS(2983), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -244507,6 +245877,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -244527,12 +245898,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [60913] = 3, + [61199] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3051), 1, + ACTIONS(2945), 1, anon_sym_LBRACK, - ACTIONS(3053), 42, + ACTIONS(2947), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -244555,6 +245926,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -244575,23 +245947,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [60964] = 4, + [61251] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2965), 1, + ACTIONS(3193), 1, anon_sym_LBRACK, - ACTIONS(2766), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - ACTIONS(2967), 40, + ACTIONS(3195), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -244604,6 +245975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -244624,12 +245996,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [61017] = 3, + [61303] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3043), 1, + ACTIONS(2941), 1, anon_sym_LBRACK, - ACTIONS(3045), 42, + ACTIONS(2943), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -244652,6 +246024,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -244672,12 +246045,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [61068] = 3, + [61355] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3035), 1, + ACTIONS(2933), 1, anon_sym_LBRACK, - ACTIONS(3037), 42, + ACTIONS(2935), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -244700,6 +246073,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -244720,12 +246094,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [61119] = 3, + [61407] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3191), 1, + ACTIONS(3141), 1, anon_sym_LBRACK, - ACTIONS(3193), 42, + ACTIONS(3143), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -244748,6 +246122,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -244768,20 +246143,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [61170] = 3, + [61459] = 5, ACTIONS(487), 1, sym_comment, - ACTIONS(3031), 1, + ACTIONS(2634), 1, anon_sym_LBRACK, - ACTIONS(3033), 42, + ACTIONS(2638), 1, + anon_sym_DOT, + ACTIONS(3584), 1, + anon_sym_COLON, + ACTIONS(2636), 41, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_DOT, anon_sym_as, anon_sym_COMMA, - anon_sym_RBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PIPE, @@ -244796,6 +246173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -244816,12 +246194,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [61221] = 3, + [61515] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2838), 1, + ACTIONS(2921), 1, anon_sym_LBRACK, - ACTIONS(2840), 42, + ACTIONS(2923), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -244844,6 +246222,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -244864,12 +246243,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [61272] = 3, + [61567] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2842), 1, + ACTIONS(2917), 1, anon_sym_LBRACK, - ACTIONS(2844), 42, + ACTIONS(2919), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -244892,6 +246271,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -244912,12 +246292,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [61323] = 3, + [61619] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2782), 1, + ACTIONS(2905), 1, anon_sym_LBRACK, - ACTIONS(2784), 42, + ACTIONS(2907), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -244940,6 +246320,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -244960,12 +246341,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [61374] = 3, + [61671] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2854), 1, + ACTIONS(2901), 1, anon_sym_LBRACK, - ACTIONS(2856), 42, + ACTIONS(2903), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -244988,6 +246369,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -245008,12 +246390,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [61425] = 3, + [61723] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2826), 1, + ACTIONS(2893), 1, anon_sym_LBRACK, - ACTIONS(2828), 42, + ACTIONS(2895), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -245036,6 +246418,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -245056,12 +246439,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [61476] = 3, + [61775] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3155), 1, + ACTIONS(3125), 1, anon_sym_LBRACK, - ACTIONS(3157), 42, + ACTIONS(3127), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -245084,6 +246467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -245104,12 +246488,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [61527] = 3, + [61827] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3195), 1, + ACTIONS(2957), 1, anon_sym_LBRACK, - ACTIONS(3197), 42, + ACTIONS(2959), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -245132,6 +246516,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -245152,12 +246537,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [61578] = 3, + [61879] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3059), 1, + ACTIONS(2889), 1, anon_sym_LBRACK, - ACTIONS(3061), 42, + ACTIONS(2891), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -245180,6 +246565,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -245200,23 +246586,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [61629] = 4, + [61931] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2976), 1, + ACTIONS(3121), 1, anon_sym_LBRACK, - ACTIONS(2971), 7, + ACTIONS(3123), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - ACTIONS(2973), 35, anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -245229,6 +246614,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -245249,23 +246635,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [61682] = 4, + [61983] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2954), 1, + ACTIONS(2869), 1, anon_sym_LBRACK, - ACTIONS(2949), 7, + ACTIONS(2871), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RPAREN, - ACTIONS(2951), 35, anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -245278,6 +246663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -245298,12 +246684,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [61735] = 3, + [62035] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3055), 1, + ACTIONS(2865), 1, anon_sym_LBRACK, - ACTIONS(3057), 42, + ACTIONS(2867), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -245326,6 +246712,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -245346,12 +246733,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [61786] = 3, + [62087] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3023), 1, + ACTIONS(2857), 1, anon_sym_LBRACK, - ACTIONS(3025), 42, + ACTIONS(2859), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -245374,6 +246761,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -245394,12 +246782,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [61837] = 3, + [62139] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3111), 1, + ACTIONS(2853), 1, anon_sym_LBRACK, - ACTIONS(3113), 42, + ACTIONS(2855), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -245422,6 +246810,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -245442,12 +246831,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [61888] = 3, + [62191] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3019), 1, + ACTIONS(3105), 1, anon_sym_LBRACK, - ACTIONS(3021), 42, + ACTIONS(3107), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -245470,6 +246859,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -245490,12 +246880,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [61939] = 3, + [62243] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3047), 1, + ACTIONS(2801), 1, anon_sym_LBRACK, - ACTIONS(3049), 42, + ACTIONS(2803), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -245518,6 +246908,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -245538,12 +246929,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [61990] = 3, + [62295] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2999), 1, + ACTIONS(3197), 1, anon_sym_LBRACK, - ACTIONS(3001), 42, + ACTIONS(3199), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -245566,6 +246957,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -245586,12 +246978,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [62041] = 3, + [62347] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2925), 1, + ACTIONS(3177), 1, anon_sym_LBRACK, - ACTIONS(2927), 42, + ACTIONS(3179), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -245614,6 +247006,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -245634,23 +247027,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [62092] = 4, + [62399] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2698), 1, + ACTIONS(3109), 1, anon_sym_LBRACK, - ACTIONS(2766), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - ACTIONS(2700), 40, + ACTIONS(3111), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_DOT, anon_sym_as, + anon_sym_COMMA, anon_sym_RBRACE, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -245663,6 +247055,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -245683,88 +247076,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [62145] = 31, - ACTIONS(3), 1, + [62451] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(3101), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(3103), 43, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, - ACTIONS(4797), 1, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(4809), 1, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, - ACTIONS(4811), 1, anon_sym_BANGis, - ACTIONS(4827), 1, - anon_sym_CARET, - ACTIONS(4833), 1, anon_sym_in, - ACTIONS(4835), 1, anon_sym_BANGin, - ACTIONS(4837), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4933), 1, - anon_sym_COLON, - ACTIONS(4935), 1, - anon_sym_RBRACE, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(3774), 1, - sym___rcbr, - STATE(4105), 1, - sym_format_specifier, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, + [62503] = 3, + ACTIONS(487), 1, + sym_comment, + ACTIONS(2771), 1, + anon_sym_LBRACK, + ACTIONS(2773), 43, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4829), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4831), 4, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4821), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_LT2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [62252] = 3, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [62555] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3083), 1, + ACTIONS(2767), 1, anon_sym_LBRACK, - ACTIONS(3085), 42, + ACTIONS(2769), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -245787,6 +247202,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -245807,75 +247223,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [62303] = 18, - ACTIONS(3), 1, + [62607] = 4, + ACTIONS(487), 1, sym_comment, - ACTIONS(4881), 1, + ACTIONS(2634), 1, + anon_sym_LBRACK, + ACTIONS(2638), 1, anon_sym_DOT, - ACTIONS(4883), 1, + ACTIONS(2636), 42, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(4895), 1, - anon_sym_LBRACK, - ACTIONS(4897), 1, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LT2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_QMARK, - ACTIONS(4899), 1, anon_sym_BANG, - ACTIONS(4901), 1, anon_sym_LBRACK2, - ACTIONS(4903), 1, anon_sym_CARET, - ACTIONS(4907), 1, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, anon_sym_QMARK_DOT, - ACTIONS(4909), 1, anon_sym_POUND_LBRACK, - STATE(2721), 1, - sym_argument_list, - STATE(2722), 1, - sym_or_block, - STATE(4158), 1, - sym_type_parameters, - ACTIONS(2108), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT_DOT, - ACTIONS(4885), 3, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [62661] = 3, + ACTIONS(487), 1, + sym_comment, + ACTIONS(2763), 1, + anon_sym_LBRACK, + ACTIONS(2765), 43, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4889), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4887), 5, anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2106), 17, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, + anon_sym_LT, + anon_sym_GT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [62384] = 3, + [62713] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2798), 1, + ACTIONS(2759), 1, anon_sym_LBRACK, - ACTIONS(2800), 42, + ACTIONS(2761), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -245898,6 +247350,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -245918,12 +247371,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [62435] = 3, + [62765] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2802), 1, + ACTIONS(2715), 1, anon_sym_LBRACK, - ACTIONS(2804), 42, + ACTIONS(2717), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -245946,6 +247399,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -245966,18 +247420,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [62486] = 4, + [62817] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2882), 1, + ACTIONS(2649), 1, anon_sym_LBRACK, - ACTIONS(2886), 1, - anon_sym_DOT, - ACTIONS(2884), 41, + ACTIONS(2651), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -245995,6 +247448,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -246015,12 +247469,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [62539] = 3, + [62869] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2814), 1, + ACTIONS(2645), 1, anon_sym_LBRACK, - ACTIONS(2816), 42, + ACTIONS(2647), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -246043,6 +247497,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -246063,71 +247518,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [62590] = 14, - ACTIONS(3), 1, + [62921] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(4881), 1, + ACTIONS(2805), 1, + anon_sym_LBRACK, + ACTIONS(2807), 43, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_DOT, - ACTIONS(4883), 1, + anon_sym_as, + anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_LPAREN, - ACTIONS(4895), 1, - anon_sym_LBRACK, - ACTIONS(4897), 1, - anon_sym_QMARK, - ACTIONS(4899), 1, - anon_sym_BANG, - ACTIONS(4901), 1, - anon_sym_LBRACK2, - ACTIONS(4907), 1, - anon_sym_QMARK_DOT, - ACTIONS(4909), 1, - anon_sym_POUND_LBRACK, - STATE(2721), 1, - sym_argument_list, - STATE(2722), 1, - sym_or_block, - STATE(4158), 1, - sym_type_parameters, - ACTIONS(2076), 9, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_STAR, anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2074), 23, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_CARET, + anon_sym_AMP, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [62663] = 3, + [62973] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3119), 1, + ACTIONS(2809), 1, anon_sym_LBRACK, - ACTIONS(3121), 42, + ACTIONS(2811), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -246150,6 +247595,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -246170,80 +247616,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [62714] = 23, + [63025] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2772), 1, - anon_sym_DOT, - ACTIONS(3027), 1, + ACTIONS(2813), 1, anon_sym_LBRACK, - ACTIONS(3199), 1, - sym_identifier, - ACTIONS(3201), 1, - anon_sym_LPAREN, - ACTIONS(3203), 1, - anon_sym_fn, - ACTIONS(3205), 1, - anon_sym_STAR, - ACTIONS(3207), 1, - anon_sym_struct, - ACTIONS(3209), 1, - anon_sym_QMARK, - ACTIONS(3211), 1, - anon_sym_BANG, - ACTIONS(3213), 1, - anon_sym_LBRACK2, - ACTIONS(3215), 1, - anon_sym_AMP, - ACTIONS(3217), 1, - anon_sym_shared, - ACTIONS(3219), 1, - anon_sym_map_LBRACK, - ACTIONS(3221), 1, - anon_sym_chan, - ACTIONS(3223), 1, - anon_sym_thread, - ACTIONS(3225), 1, - anon_sym_atomic, - STATE(3415), 1, - sym_plain_type, - STATE(4416), 1, - sym_reference_expression, - STATE(3389), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3442), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - ACTIONS(3029), 7, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - STATE(3438), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [62805] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(2957), 1, - anon_sym_LBRACK, - ACTIONS(2959), 42, + ACTIONS(2815), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -246266,6 +247644,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -246286,18 +247665,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [62856] = 4, + [63077] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2774), 1, - anon_sym_DOT, - ACTIONS(3027), 1, + ACTIONS(2839), 1, anon_sym_LBRACK, - ACTIONS(3029), 41, + ACTIONS(2841), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, anon_sym_COMMA, anon_sym_RBRACE, @@ -246315,6 +247693,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -246335,12 +247714,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [62909] = 3, + [63129] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2976), 1, + ACTIONS(2843), 1, anon_sym_LBRACK, - ACTIONS(2973), 42, + ACTIONS(2845), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -246363,6 +247742,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -246383,12 +247763,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [62960] = 3, + [63181] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(2850), 1, + ACTIONS(2873), 1, anon_sym_LBRACK, - ACTIONS(2852), 42, + ACTIONS(4941), 1, + anon_sym_BANG, + ACTIONS(2875), 42, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -246411,10 +247793,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, - anon_sym_BANG, anon_sym_LBRACK2, anon_sym_CARET, anon_sym_AMP, @@ -246431,12 +247813,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63011] = 3, + [63235] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4891), 1, + anon_sym_DOT, + ACTIONS(4893), 1, + anon_sym_LPAREN, + ACTIONS(4895), 1, + anon_sym_LBRACK, + ACTIONS(4897), 1, + anon_sym_QMARK, + ACTIONS(4899), 1, + anon_sym_BANG, + ACTIONS(4901), 1, + anon_sym_LBRACK2, + ACTIONS(4903), 1, + anon_sym_QMARK_DOT, + ACTIONS(4905), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4923), 1, + anon_sym_CARET, + STATE(2765), 1, + sym_or_block, + STATE(2766), 1, + sym_argument_list, + STATE(4305), 1, + sym_type_parameters, + ACTIONS(1964), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT_DOT, + ACTIONS(4909), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4913), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4911), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1962), 17, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [63319] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2889), 1, + ACTIONS(3097), 1, anon_sym_LBRACK, - ACTIONS(2891), 42, + ACTIONS(3099), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -246459,6 +247906,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -246479,60 +247927,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63062] = 3, - ACTIONS(487), 1, + [63371] = 15, + ACTIONS(3), 1, sym_comment, - ACTIONS(2954), 1, - anon_sym_LBRACK, - ACTIONS(2951), 42, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4891), 1, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(4893), 1, anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(4895), 1, + anon_sym_LBRACK, + ACTIONS(4897), 1, + anon_sym_QMARK, + ACTIONS(4899), 1, + anon_sym_BANG, + ACTIONS(4901), 1, + anon_sym_LBRACK2, + ACTIONS(4903), 1, + anon_sym_QMARK_DOT, + ACTIONS(4905), 1, + anon_sym_POUND_LBRACK, + STATE(2765), 1, + sym_or_block, + STATE(2766), 1, + sym_argument_list, + STATE(4305), 1, + sym_type_parameters, + ACTIONS(1782), 9, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(1796), 23, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, - anon_sym_AMP, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63113] = 3, + [63447] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2905), 1, + ACTIONS(3089), 1, anon_sym_LBRACK, - ACTIONS(2907), 42, + ACTIONS(3091), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -246555,6 +248016,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -246575,12 +248037,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63164] = 3, + [63499] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2702), 1, + ACTIONS(3013), 1, anon_sym_LBRACK, - ACTIONS(2704), 42, + ACTIONS(3015), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -246603,6 +248065,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -246623,12 +248086,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63215] = 3, + [63551] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2987), 1, + ACTIONS(3085), 1, anon_sym_LBRACK, - ACTIONS(2989), 42, + ACTIONS(3087), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -246651,6 +248114,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -246671,60 +248135,216 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63266] = 3, - ACTIONS(487), 1, + [63603] = 19, + ACTIONS(3), 1, sym_comment, - ACTIONS(2893), 1, - anon_sym_LBRACK, - ACTIONS(2895), 42, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4891), 1, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(4893), 1, anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(4895), 1, + anon_sym_LBRACK, + ACTIONS(4897), 1, + anon_sym_QMARK, + ACTIONS(4899), 1, + anon_sym_BANG, + ACTIONS(4901), 1, + anon_sym_LBRACK2, + ACTIONS(4903), 1, + anon_sym_QMARK_DOT, + ACTIONS(4905), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4923), 1, + anon_sym_CARET, + STATE(2765), 1, + sym_or_block, + STATE(2766), 1, + sym_argument_list, + STATE(4305), 1, + sym_type_parameters, + ACTIONS(1958), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT_DOT, + ACTIONS(4909), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, + ACTIONS(4913), 3, anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4911), 5, + anon_sym_STAR, anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1956), 17, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [63687] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1782), 1, + anon_sym_DOT_DOT, + ACTIONS(4891), 1, + anon_sym_DOT, + ACTIONS(4893), 1, + anon_sym_LPAREN, + ACTIONS(4895), 1, + anon_sym_LBRACK, + ACTIONS(4897), 1, + anon_sym_QMARK, + ACTIONS(4899), 1, + anon_sym_BANG, + ACTIONS(4901), 1, + anon_sym_LBRACK2, + ACTIONS(4903), 1, + anon_sym_QMARK_DOT, + ACTIONS(4905), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4923), 1, + anon_sym_CARET, + ACTIONS(4925), 1, + anon_sym_AMP_AMP, + ACTIONS(4935), 1, + anon_sym_in, + ACTIONS(4937), 1, + anon_sym_BANGin, + STATE(2765), 1, + sym_or_block, + STATE(2766), 1, + sym_argument_list, + STATE(4305), 1, + sym_type_parameters, + ACTIONS(4915), 2, anon_sym_LT, anon_sym_GT, + ACTIONS(4909), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4913), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4917), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + ACTIONS(4911), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1796), 10, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + [63781] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1782), 1, + anon_sym_DOT_DOT, + ACTIONS(4891), 1, + anon_sym_DOT, + ACTIONS(4893), 1, + anon_sym_LPAREN, + ACTIONS(4895), 1, + anon_sym_LBRACK, + ACTIONS(4897), 1, anon_sym_QMARK, + ACTIONS(4899), 1, anon_sym_BANG, + ACTIONS(4901), 1, anon_sym_LBRACK2, + ACTIONS(4903), 1, + anon_sym_QMARK_DOT, + ACTIONS(4905), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4923), 1, anon_sym_CARET, + ACTIONS(4935), 1, + anon_sym_in, + ACTIONS(4937), 1, + anon_sym_BANGin, + STATE(2765), 1, + sym_or_block, + STATE(2766), 1, + sym_argument_list, + STATE(4305), 1, + sym_type_parameters, + ACTIONS(4915), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4909), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4913), 3, + anon_sym_SLASH, anon_sym_AMP, - anon_sym_LT_LT, anon_sym_GT_GT, + ACTIONS(4917), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4911), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(1796), 11, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_DOT_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [63317] = 3, + [63873] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2878), 1, + ACTIONS(3081), 1, anon_sym_LBRACK, - ACTIONS(2880), 42, + ACTIONS(3083), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -246747,6 +248367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -246767,12 +248388,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63368] = 3, + [63925] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3171), 1, + ACTIONS(3069), 1, anon_sym_LBRACK, - ACTIONS(3173), 42, + ACTIONS(3071), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -246795,6 +248416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -246815,60 +248437,140 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63419] = 3, - ACTIONS(487), 1, + [63977] = 19, + ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, - anon_sym_LBRACK, - ACTIONS(2931), 42, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4891), 1, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, + ACTIONS(4893), 1, anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(4895), 1, + anon_sym_LBRACK, + ACTIONS(4897), 1, + anon_sym_QMARK, + ACTIONS(4899), 1, + anon_sym_BANG, + ACTIONS(4901), 1, + anon_sym_LBRACK2, + ACTIONS(4903), 1, + anon_sym_QMARK_DOT, + ACTIONS(4905), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4923), 1, + anon_sym_CARET, + STATE(2765), 1, + sym_or_block, + STATE(2766), 1, + sym_argument_list, + STATE(4305), 1, + sym_type_parameters, + ACTIONS(1782), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT_DOT, + ACTIONS(4909), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, + ACTIONS(4913), 3, anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4911), 5, + anon_sym_STAR, anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1796), 17, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [64061] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4891), 1, + anon_sym_DOT, + ACTIONS(4893), 1, + anon_sym_LPAREN, + ACTIONS(4895), 1, + anon_sym_LBRACK, + ACTIONS(4897), 1, anon_sym_QMARK, + ACTIONS(4899), 1, anon_sym_BANG, + ACTIONS(4901), 1, anon_sym_LBRACK2, - anon_sym_CARET, + ACTIONS(4903), 1, + anon_sym_QMARK_DOT, + ACTIONS(4905), 1, + anon_sym_POUND_LBRACK, + STATE(2765), 1, + sym_or_block, + STATE(2766), 1, + sym_argument_list, + STATE(4305), 1, + sym_type_parameters, + ACTIONS(4913), 3, + anon_sym_SLASH, anon_sym_AMP, - anon_sym_LT_LT, anon_sym_GT_GT, + ACTIONS(4911), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(1782), 6, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT_DOT, + ACTIONS(1796), 18, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63470] = 3, + [64141] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2979), 1, + ACTIONS(3041), 1, anon_sym_LBRACK, - ACTIONS(2981), 42, + ACTIONS(3043), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -246891,6 +248593,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -246911,12 +248614,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63521] = 3, + [64193] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2983), 1, + ACTIONS(3033), 1, anon_sym_LBRACK, - ACTIONS(2985), 42, + ACTIONS(3035), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -246939,6 +248642,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -246959,12 +248663,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63572] = 3, + [64245] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3127), 1, + ACTIONS(3029), 1, anon_sym_LBRACK, - ACTIONS(3129), 42, + ACTIONS(3031), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -246987,6 +248691,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -247007,12 +248712,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63623] = 3, + [64297] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2830), 1, + ACTIONS(3061), 1, anon_sym_LBRACK, - ACTIONS(2832), 42, + ACTIONS(3063), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -247035,6 +248740,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -247055,12 +248761,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63674] = 3, + [64349] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3067), 1, + ACTIONS(3025), 1, anon_sym_LBRACK, - ACTIONS(3069), 42, + ACTIONS(3027), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -247083,6 +248789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -247103,12 +248810,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63725] = 3, + [64401] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3143), 1, + ACTIONS(3021), 1, anon_sym_LBRACK, - ACTIONS(3145), 42, + ACTIONS(3023), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -247131,6 +248838,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -247151,12 +248859,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63776] = 3, + [64453] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2822), 1, + ACTIONS(2897), 1, anon_sym_LBRACK, - ACTIONS(2824), 42, + ACTIONS(2899), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -247179,6 +248887,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -247199,12 +248908,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63827] = 3, + [64505] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2961), 1, + ACTIONS(3009), 1, anon_sym_LBRACK, - ACTIONS(2963), 42, + ACTIONS(3011), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -247227,6 +248936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -247247,12 +248957,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63878] = 3, + [64557] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3123), 1, + ACTIONS(2937), 1, anon_sym_LBRACK, - ACTIONS(3125), 42, + ACTIONS(2939), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -247275,6 +248985,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -247295,12 +249006,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63929] = 3, + [64609] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3115), 1, + ACTIONS(3001), 1, anon_sym_LBRACK, - ACTIONS(3117), 42, + ACTIONS(3003), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -247323,6 +249034,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -247343,12 +249055,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [63980] = 3, + [64661] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2818), 1, + ACTIONS(2989), 1, anon_sym_LBRACK, - ACTIONS(2820), 42, + ACTIONS(2991), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -247371,6 +249083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -247391,12 +249104,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [64031] = 3, + [64713] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3075), 1, + ACTIONS(2993), 1, anon_sym_LBRACK, - ACTIONS(3077), 42, + ACTIONS(2995), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -247419,6 +249132,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -247439,12 +249153,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [64082] = 3, + [64765] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3071), 1, + ACTIONS(2468), 1, anon_sym_LBRACK, - ACTIONS(3073), 42, + ACTIONS(2470), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -247467,6 +249181,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -247487,43 +249202,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [64133] = 3, - ACTIONS(487), 1, + [64817] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(2858), 1, + ACTIONS(2472), 1, + anon_sym_LT2, + ACTIONS(2475), 2, + anon_sym_LBRACE, anon_sym_LBRACK, - ACTIONS(2860), 42, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, + ACTIONS(2470), 13, anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_STAR, anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(2468), 28, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_RBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_CARET, - anon_sym_AMP, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, anon_sym_AMP_AMP, @@ -247535,12 +249252,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [64184] = 3, + anon_sym_COLON_EQ, + [64873] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(3189), 1, anon_sym_LBRACK, - ACTIONS(3177), 42, + ACTIONS(3191), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -247563,6 +249281,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -247583,12 +249302,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [64235] = 3, + [64925] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2806), 1, + ACTIONS(2913), 1, anon_sym_LBRACK, - ACTIONS(2808), 42, + ACTIONS(2915), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -247611,6 +249330,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -247631,12 +249351,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [64286] = 3, + [64977] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2810), 1, + ACTIONS(2968), 1, anon_sym_LBRACK, - ACTIONS(2812), 42, + ACTIONS(2965), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -247659,6 +249379,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -247679,12 +249400,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [64337] = 3, + [65029] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(2794), 1, + ACTIONS(3057), 1, anon_sym_LBRACK, - ACTIONS(2796), 42, + ACTIONS(3059), 43, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -247707,6 +249428,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LT2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_QMARK, @@ -247727,190 +249449,566 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [64388] = 15, + [65081] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(4953), 1, + anon_sym_CARET, + ACTIONS(4955), 1, + anon_sym_AMP_AMP, + ACTIONS(4957), 1, + anon_sym_in, + ACTIONS(4959), 1, + anon_sym_BANGin, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4791), 3, + ACTIONS(4949), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4943), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4947), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2076), 5, + ACTIONS(4951), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4945), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1796), 10, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_COLON_EQ, + [65170] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4953), 1, + anon_sym_CARET, + ACTIONS(4957), 1, + anon_sym_in, + ACTIONS(4959), 1, + anon_sym_BANGin, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4949), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4943), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4789), 5, + ACTIONS(4947), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4951), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4945), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2074), 18, + ACTIONS(1796), 11, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_COLON_EQ, + [65257] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4961), 1, + anon_sym_else, + STATE(2699), 1, + sym_else_branch, + ACTIONS(2258), 14, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(2256), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - [64462] = 28, + [65312] = 31, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(3229), 1, + anon_sym_LBRACE, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4947), 1, + ACTIONS(4833), 1, anon_sym_CARET, - ACTIONS(4949), 1, + ACTIONS(4835), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4953), 1, + ACTIONS(4839), 1, anon_sym_in, - ACTIONS(4955), 1, + ACTIONS(4841), 1, anon_sym_BANGin, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(4963), 1, + anon_sym_COMMA, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4031), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4943), 2, + ACTIONS(4829), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2218), 3, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_COLON_EQ, - ACTIONS(4937), 3, + ACTIONS(4823), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4941), 3, + ACTIONS(4827), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4945), 4, + ACTIONS(4831), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4939), 5, + ACTIONS(4825), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [64562] = 18, + [65419] = 21, + ACTIONS(487), 1, + sym_comment, + ACTIONS(3201), 1, + sym_identifier, + ACTIONS(3203), 1, + anon_sym_LPAREN, + ACTIONS(3205), 1, + anon_sym_fn, + ACTIONS(3207), 1, + anon_sym_STAR, + ACTIONS(3209), 1, + anon_sym_struct, + ACTIONS(3211), 1, + anon_sym_QMARK, + ACTIONS(3213), 1, + anon_sym_BANG, + ACTIONS(3215), 1, + anon_sym_LBRACK2, + ACTIONS(3217), 1, + anon_sym_AMP, + ACTIONS(3219), 1, + anon_sym_shared, + ACTIONS(3221), 1, + anon_sym_map_LBRACK, + ACTIONS(3223), 1, + anon_sym_chan, + ACTIONS(3225), 1, + anon_sym_thread, + ACTIONS(3227), 1, + anon_sym_atomic, + STATE(3441), 1, + sym_plain_type, + STATE(4512), 1, + sym_reference_expression, + STATE(3367), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3449), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + ACTIONS(555), 9, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + anon_sym_AT_LBRACK, + STATE(3433), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [65506] = 21, + ACTIONS(487), 1, + sym_comment, + ACTIONS(3201), 1, + sym_identifier, + ACTIONS(3203), 1, + anon_sym_LPAREN, + ACTIONS(3205), 1, + anon_sym_fn, + ACTIONS(3207), 1, + anon_sym_STAR, + ACTIONS(3209), 1, + anon_sym_struct, + ACTIONS(3211), 1, + anon_sym_QMARK, + ACTIONS(3213), 1, + anon_sym_BANG, + ACTIONS(3215), 1, + anon_sym_LBRACK2, + ACTIONS(3217), 1, + anon_sym_AMP, + ACTIONS(3219), 1, + anon_sym_shared, + ACTIONS(3221), 1, + anon_sym_map_LBRACK, + ACTIONS(3223), 1, + anon_sym_chan, + ACTIONS(3225), 1, + anon_sym_thread, + ACTIONS(3227), 1, + anon_sym_atomic, + STATE(3448), 1, + sym_plain_type, + STATE(4512), 1, + sym_reference_expression, + STATE(3367), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3449), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + ACTIONS(607), 9, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + anon_sym_AT_LBRACK, + STATE(3433), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [65593] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4961), 1, + anon_sym_else, + STATE(2698), 1, + sym_else_branch, + ACTIONS(2264), 14, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(2262), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [65648] = 21, + ACTIONS(487), 1, + sym_comment, + ACTIONS(3201), 1, + sym_identifier, + ACTIONS(3203), 1, + anon_sym_LPAREN, + ACTIONS(3205), 1, + anon_sym_fn, + ACTIONS(3207), 1, + anon_sym_STAR, + ACTIONS(3209), 1, + anon_sym_struct, + ACTIONS(3211), 1, + anon_sym_QMARK, + ACTIONS(3213), 1, + anon_sym_BANG, + ACTIONS(3215), 1, + anon_sym_LBRACK2, + ACTIONS(3217), 1, + anon_sym_AMP, + ACTIONS(3219), 1, + anon_sym_shared, + ACTIONS(3221), 1, + anon_sym_map_LBRACK, + ACTIONS(3223), 1, + anon_sym_chan, + ACTIONS(3225), 1, + anon_sym_thread, + ACTIONS(3227), 1, + anon_sym_atomic, + STATE(3444), 1, + sym_plain_type, + STATE(4512), 1, + sym_reference_expression, + STATE(3367), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3449), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + ACTIONS(611), 9, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + anon_sym_AT_LBRACK, + STATE(3433), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [65735] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4881), 1, - anon_sym_DOT, - ACTIONS(4883), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4895), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4897), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4899), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4901), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4907), 1, - anon_sym_QMARK_DOT, - ACTIONS(4909), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4963), 1, + ACTIONS(4833), 1, anon_sym_CARET, - STATE(2721), 1, - sym_argument_list, - STATE(2722), 1, + STATE(2401), 1, sym_or_block, - STATE(4158), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(2112), 3, + ACTIONS(1964), 2, anon_sym_LT, anon_sym_GT, - anon_sym_DOT_DOT, - ACTIONS(4957), 3, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4823), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4961), 3, + ACTIONS(4827), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4959), 5, + ACTIONS(4825), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2110), 16, + ACTIONS(1962), 17, anon_sym_as, anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_AMP_AMP, @@ -247920,59 +250018,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [64642] = 18, + anon_sym_COLON_EQ, + [65816] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4881), 1, - anon_sym_DOT, - ACTIONS(4883), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4895), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4897), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4899), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4901), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4907), 1, - anon_sym_QMARK_DOT, - ACTIONS(4909), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4963), 1, + ACTIONS(4833), 1, anon_sym_CARET, - STATE(2721), 1, - sym_argument_list, - STATE(2722), 1, + STATE(2401), 1, sym_or_block, - STATE(4158), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(2108), 3, + ACTIONS(1958), 2, anon_sym_LT, anon_sym_GT, - anon_sym_DOT_DOT, - ACTIONS(4957), 3, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4823), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4961), 3, + ACTIONS(4827), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4959), 5, + ACTIONS(4825), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2106), 16, + ACTIONS(1956), 17, anon_sym_as, anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_AMP_AMP, @@ -247982,227 +250081,227 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [64722] = 28, + anon_sym_COLON_EQ, + [65897] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4891), 1, + anon_sym_DOT, + ACTIONS(4893), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4895), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4897), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4899), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4901), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4903), 1, + anon_sym_QMARK_DOT, + ACTIONS(4905), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4907), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4919), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4921), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4929), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4931), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4933), 1, anon_sym_BANGis, - ACTIONS(4947), 1, + ACTIONS(4965), 1, + anon_sym_LBRACE, + ACTIONS(4977), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4979), 1, anon_sym_CARET, - ACTIONS(4949), 1, + ACTIONS(4981), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(4983), 1, anon_sym_PIPE_PIPE, - ACTIONS(4953), 1, + ACTIONS(4985), 1, anon_sym_in, - ACTIONS(4955), 1, + ACTIONS(4987), 1, anon_sym_BANGin, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(4989), 1, + anon_sym_DOT_DOT, + STATE(2765), 1, sym_or_block, - STATE(4199), 1, + STATE(2766), 1, + sym_argument_list, + STATE(4305), 1, sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4943), 2, + ACTIONS(4973), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2208), 3, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_COLON_EQ, - ACTIONS(4937), 3, + ACTIONS(4967), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4941), 3, + ACTIONS(4971), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4945), 4, + ACTIONS(4975), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4939), 5, + ACTIONS(4969), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [64822] = 23, + [66006] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2076), 1, - anon_sym_DOT_DOT, - ACTIONS(4881), 1, - anon_sym_DOT, - ACTIONS(4883), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4895), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4897), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4899), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4901), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4907), 1, - anon_sym_QMARK_DOT, - ACTIONS(4909), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4963), 1, + ACTIONS(4833), 1, anon_sym_CARET, - ACTIONS(4969), 1, + ACTIONS(4835), 1, anon_sym_AMP_AMP, - ACTIONS(4971), 1, + ACTIONS(4839), 1, anon_sym_in, - ACTIONS(4973), 1, + ACTIONS(4841), 1, anon_sym_BANGin, - STATE(2721), 1, - sym_argument_list, - STATE(2722), 1, + STATE(2401), 1, sym_or_block, - STATE(4158), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4965), 2, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4829), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4957), 3, + ACTIONS(4823), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4961), 3, + ACTIONS(4827), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4967), 4, + ACTIONS(4831), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4959), 5, + ACTIONS(4825), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2074), 9, + ACTIONS(1796), 10, anon_sym_as, anon_sym_LBRACE, - anon_sym_DOT_DOT_DOT, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_is, anon_sym_BANGis, - [64912] = 30, + anon_sym_COLON_EQ, + [66095] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2220), 1, - anon_sym_DOT_DOT, - ACTIONS(4881), 1, - anon_sym_DOT, - ACTIONS(4883), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4895), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4897), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4899), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4901), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4907), 1, - anon_sym_QMARK_DOT, - ACTIONS(4909), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4917), 1, - anon_sym_as, - ACTIONS(4919), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4921), 1, - anon_sym_DASH_DASH, - ACTIONS(4925), 1, - anon_sym_or, - ACTIONS(4927), 1, - anon_sym_is, - ACTIONS(4929), 1, - anon_sym_BANGis, - ACTIONS(4963), 1, + ACTIONS(4833), 1, anon_sym_CARET, - ACTIONS(4969), 1, - anon_sym_AMP_AMP, - ACTIONS(4971), 1, + ACTIONS(4839), 1, anon_sym_in, - ACTIONS(4973), 1, + ACTIONS(4841), 1, anon_sym_BANGin, - ACTIONS(4975), 1, - anon_sym_PIPE_PIPE, - STATE(2721), 1, - sym_argument_list, - STATE(2722), 1, + STATE(2401), 1, sym_or_block, - STATE(4158), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(2218), 2, - anon_sym_LBRACE, - anon_sym_DOT_DOT_DOT, - ACTIONS(4965), 2, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4829), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4957), 3, + ACTIONS(4823), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4961), 3, + ACTIONS(4827), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4967), 4, + ACTIONS(4831), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4959), 5, + ACTIONS(4825), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [65016] = 30, + ACTIONS(1796), 11, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_COLON_EQ, + [66182] = 31, ACTIONS(3), 1, sym_comment, - ACTIONS(2210), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1730), 1, anon_sym_DOT_DOT, - ACTIONS(4881), 1, + ACTIONS(4891), 1, anon_sym_DOT, - ACTIONS(4883), 1, + ACTIONS(4893), 1, anon_sym_LPAREN, ACTIONS(4895), 1, anon_sym_LBRACK, @@ -248212,352 +250311,265 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, ACTIONS(4901), 1, anon_sym_LBRACK2, - ACTIONS(4907), 1, + ACTIONS(4903), 1, anon_sym_QMARK_DOT, - ACTIONS(4909), 1, + ACTIONS(4905), 1, anon_sym_POUND_LBRACK, - ACTIONS(4917), 1, + ACTIONS(4907), 1, anon_sym_as, ACTIONS(4919), 1, anon_sym_PLUS_PLUS, ACTIONS(4921), 1, anon_sym_DASH_DASH, - ACTIONS(4925), 1, + ACTIONS(4929), 1, anon_sym_or, - ACTIONS(4927), 1, + ACTIONS(4931), 1, anon_sym_is, - ACTIONS(4929), 1, + ACTIONS(4933), 1, anon_sym_BANGis, - ACTIONS(4963), 1, + ACTIONS(4979), 1, anon_sym_CARET, - ACTIONS(4969), 1, + ACTIONS(4981), 1, anon_sym_AMP_AMP, - ACTIONS(4971), 1, + ACTIONS(4983), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4985), 1, anon_sym_in, - ACTIONS(4973), 1, + ACTIONS(4987), 1, anon_sym_BANGin, - ACTIONS(4975), 1, - anon_sym_PIPE_PIPE, - STATE(2721), 1, - sym_argument_list, - STATE(2722), 1, + STATE(2765), 1, sym_or_block, - STATE(4158), 1, + STATE(2766), 1, + sym_argument_list, + STATE(4305), 1, sym_type_parameters, - ACTIONS(2208), 2, + ACTIONS(1728), 2, anon_sym_LBRACE, anon_sym_DOT_DOT_DOT, - ACTIONS(4965), 2, + ACTIONS(4973), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4957), 3, + ACTIONS(4967), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4961), 3, + ACTIONS(4971), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4967), 4, + ACTIONS(4975), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4959), 5, + ACTIONS(4969), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [65120] = 22, + [66289] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2076), 1, - anon_sym_DOT_DOT, - ACTIONS(4881), 1, - anon_sym_DOT, - ACTIONS(4883), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4895), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4897), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4899), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4901), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4907), 1, - anon_sym_QMARK_DOT, - ACTIONS(4909), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4963), 1, + ACTIONS(4833), 1, anon_sym_CARET, - ACTIONS(4971), 1, - anon_sym_in, - ACTIONS(4973), 1, - anon_sym_BANGin, - STATE(2721), 1, - sym_argument_list, - STATE(2722), 1, + STATE(2401), 1, sym_or_block, - STATE(4158), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4965), 2, + ACTIONS(1782), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4957), 3, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4823), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4961), 3, + ACTIONS(4827), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4967), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4959), 5, + ACTIONS(4825), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2074), 10, + ACTIONS(1796), 17, anon_sym_as, anon_sym_LBRACE, - anon_sym_DOT_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - [65208] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2971), 1, - anon_sym_DOT_DOT, - ACTIONS(2969), 5, - anon_sym_SEMI, - anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_DOT_DOT_DOT, - anon_sym_COLON_EQ, - ACTIONS(2973), 12, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2976), 24, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [65262] = 5, + anon_sym_COLON_EQ, + [66370] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - anon_sym_DOT_DOT, - ACTIONS(2947), 5, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_DOT_DOT_DOT, - anon_sym_COLON_EQ, - ACTIONS(2951), 12, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4827), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(1782), 5, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2954), 24, - anon_sym_as, - anon_sym_LPAREN, + ACTIONS(4825), 5, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [65316] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2700), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2698), 29, + ACTIONS(1796), 18, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_else, - anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [65366] = 30, + anon_sym_COLON_EQ, + [66447] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(3227), 1, - anon_sym_LBRACE, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, ACTIONS(4801), 1, - anon_sym_CARET, + anon_sym_PLUS_PLUS, ACTIONS(4803), 1, - anon_sym_AMP_AMP, - ACTIONS(4805), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4807), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4813), 1, + ACTIONS(4953), 1, + anon_sym_CARET, + ACTIONS(4955), 1, + anon_sym_AMP_AMP, + ACTIONS(4957), 1, anon_sym_in, - ACTIONS(4815), 1, + ACTIONS(4959), 1, anon_sym_BANGin, - ACTIONS(4977), 1, - anon_sym_COMMA, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(4991), 1, + anon_sym_PIPE_PIPE, + STATE(2401), 1, sym_or_block, - STATE(3894), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4793), 2, + ACTIONS(4949), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4787), 3, + ACTIONS(3307), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_COLON_EQ, + ACTIONS(4943), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4791), 3, + ACTIONS(4947), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4795), 4, + ACTIONS(4951), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4789), 5, + ACTIONS(4945), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [65470] = 3, + [66550] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2730), 13, + ACTIONS(2590), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -248565,13 +250577,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2728), 29, + ACTIONS(2588), 29, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -248601,258 +250614,214 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [65520] = 18, + [66601] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4881), 1, - anon_sym_DOT, - ACTIONS(4883), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4895), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4897), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4899), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4901), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4907), 1, - anon_sym_QMARK_DOT, - ACTIONS(4909), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4963), 1, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(4953), 1, anon_sym_CARET, - STATE(2721), 1, - sym_argument_list, - STATE(2722), 1, + ACTIONS(4955), 1, + anon_sym_AMP_AMP, + ACTIONS(4957), 1, + anon_sym_in, + ACTIONS(4959), 1, + anon_sym_BANGin, + ACTIONS(4991), 1, + anon_sym_PIPE_PIPE, + STATE(2401), 1, sym_or_block, - STATE(4158), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(2076), 3, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4949), 2, anon_sym_LT, anon_sym_GT, - anon_sym_DOT_DOT, - ACTIONS(4957), 3, + ACTIONS(1728), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_COLON_EQ, + ACTIONS(4943), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4961), 3, + ACTIONS(4947), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4959), 5, + ACTIONS(4951), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4945), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2074), 16, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [65600] = 16, + [66704] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4881), 1, - anon_sym_DOT, - ACTIONS(4883), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4895), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4897), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4899), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4901), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4907), 1, - anon_sym_QMARK_DOT, - ACTIONS(4909), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - STATE(2721), 1, - sym_argument_list, - STATE(2722), 1, - sym_or_block, - STATE(4158), 1, - sym_type_parameters, - ACTIONS(4961), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4959), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2076), 6, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_DOT_DOT, - ACTIONS(2074), 17, + ACTIONS(4789), 1, anon_sym_as, - anon_sym_LBRACE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4811), 1, anon_sym_or, + ACTIONS(4813), 1, anon_sym_is, + ACTIONS(4815), 1, anon_sym_BANGis, + ACTIONS(4953), 1, + anon_sym_CARET, + ACTIONS(4955), 1, + anon_sym_AMP_AMP, + ACTIONS(4957), 1, anon_sym_in, + ACTIONS(4959), 1, anon_sym_BANGin, - [65676] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4801), 1, - anon_sym_CARET, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(4991), 1, + anon_sym_PIPE_PIPE, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(2112), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4787), 3, + ACTIONS(4949), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(1722), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_COLON_EQ, + ACTIONS(4943), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4791), 3, + ACTIONS(4947), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4789), 5, + ACTIONS(4951), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4945), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2110), 17, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_COLON_EQ, - [65754] = 17, + [66807] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4801), 1, - anon_sym_CARET, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(2108), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4687), 2, + ACTIONS(2418), 14, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4787), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4791), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4789), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2106), 17, + anon_sym_DOT_DOT, + ACTIONS(2416), 29, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_else, + anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - [65832] = 5, + [66858] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4979), 1, - anon_sym_else, - STATE(2697), 1, - sym_else_branch, - ACTIONS(2406), 13, + ACTIONS(2963), 1, + anon_sym_DOT_DOT, + ACTIONS(2961), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_DOT_DOT_DOT, + anon_sym_COLON_EQ, + ACTIONS(2965), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -248860,16 +250829,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2404), 27, + ACTIONS(2968), 24, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -248877,7 +250844,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -248894,89 +250860,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [65886] = 31, + [66913] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4881), 1, - anon_sym_DOT, - ACTIONS(4883), 1, - anon_sym_LPAREN, - ACTIONS(4895), 1, - anon_sym_LBRACK, - ACTIONS(4897), 1, - anon_sym_QMARK, - ACTIONS(4899), 1, - anon_sym_BANG, - ACTIONS(4901), 1, - anon_sym_LBRACK2, - ACTIONS(4907), 1, - anon_sym_QMARK_DOT, - ACTIONS(4909), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4917), 1, - anon_sym_as, - ACTIONS(4919), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4921), 1, - anon_sym_DASH_DASH, - ACTIONS(4925), 1, - anon_sym_or, - ACTIONS(4927), 1, - anon_sym_is, - ACTIONS(4929), 1, - anon_sym_BANGis, - ACTIONS(4963), 1, - anon_sym_CARET, - ACTIONS(4969), 1, - anon_sym_AMP_AMP, - ACTIONS(4971), 1, - anon_sym_in, - ACTIONS(4973), 1, - anon_sym_BANGin, - ACTIONS(4975), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4981), 1, + ACTIONS(2973), 1, + anon_sym_DOT_DOT, + ACTIONS(2971), 5, + anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(4983), 1, + anon_sym_COMMA, anon_sym_DOT_DOT_DOT, - ACTIONS(4985), 1, - anon_sym_DOT_DOT, - STATE(2721), 1, - sym_argument_list, - STATE(2722), 1, - sym_or_block, - STATE(4158), 1, - sym_type_parameters, - ACTIONS(4965), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4957), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4961), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4967), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4959), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [65992] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4979), 1, - anon_sym_else, - STATE(2696), 1, - sym_else_branch, - ACTIONS(2400), 13, + anon_sym_COLON_EQ, + ACTIONS(2975), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -248984,16 +250879,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2398), 27, + ACTIONS(2978), 24, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -249001,7 +250894,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -249018,199 +250910,199 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [66046] = 21, + [66968] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4891), 1, + anon_sym_DOT, + ACTIONS(4893), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4895), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4897), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4899), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4901), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4903), 1, + anon_sym_QMARK_DOT, + ACTIONS(4905), 1, anon_sym_POUND_LBRACK, - ACTIONS(4801), 1, - anon_sym_CARET, - ACTIONS(4803), 1, - anon_sym_AMP_AMP, - ACTIONS(4813), 1, - anon_sym_in, - ACTIONS(4815), 1, - anon_sym_BANGin, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2765), 1, sym_or_block, - STATE(4199), 1, + STATE(2766), 1, + sym_argument_list, + STATE(4305), 1, sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4793), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4787), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4791), 3, + ACTIONS(4971), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4795), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4789), 5, + ACTIONS(4969), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2074), 10, + ACTIONS(1782), 6, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_DOT_DOT, + ACTIONS(1796), 17, anon_sym_as, anon_sym_LBRACE, - anon_sym_COMMA, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, anon_sym_is, anon_sym_BANGis, - anon_sym_COLON_EQ, - [66132] = 28, + anon_sym_in, + anon_sym_BANGin, + [67047] = 31, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(3229), 1, + anon_sym_SEMI, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4947), 1, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4949), 1, + ACTIONS(4955), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4953), 1, + ACTIONS(4957), 1, anon_sym_in, - ACTIONS(4955), 1, + ACTIONS(4959), 1, anon_sym_BANGin, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(4991), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4993), 1, + anon_sym_COMMA, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(3911), 1, + aux_sym_strictly_expression_list_repeat1, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4943), 2, + ACTIONS(4949), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(3305), 3, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_COLON_EQ, - ACTIONS(4937), 3, + ACTIONS(4943), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4941), 3, + ACTIONS(4947), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4945), 4, + ACTIONS(4951), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4939), 5, + ACTIONS(4945), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [66232] = 20, + [67154] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4891), 1, + anon_sym_DOT, + ACTIONS(4893), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4895), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4897), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4899), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4901), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4903), 1, + anon_sym_QMARK_DOT, + ACTIONS(4905), 1, anon_sym_POUND_LBRACK, - ACTIONS(4801), 1, + ACTIONS(4979), 1, anon_sym_CARET, - ACTIONS(4813), 1, - anon_sym_in, - ACTIONS(4815), 1, - anon_sym_BANGin, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2765), 1, sym_or_block, - STATE(4199), 1, + STATE(2766), 1, + sym_argument_list, + STATE(4305), 1, sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4793), 2, + ACTIONS(1782), 3, anon_sym_LT, anon_sym_GT, - ACTIONS(4787), 3, + anon_sym_DOT_DOT, + ACTIONS(4967), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4791), 3, + ACTIONS(4971), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4795), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4789), 5, + ACTIONS(4969), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2074), 11, + ACTIONS(1796), 16, anon_sym_as, anon_sym_LBRACE, - anon_sym_COMMA, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_AMP_AMP, @@ -249218,58 +251110,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_is, anon_sym_BANGis, - anon_sym_COLON_EQ, - [66316] = 17, + anon_sym_in, + anon_sym_BANGin, + [67237] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1782), 1, + anon_sym_DOT_DOT, + ACTIONS(4891), 1, + anon_sym_DOT, + ACTIONS(4893), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4895), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4897), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4899), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4901), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4903), 1, + anon_sym_QMARK_DOT, + ACTIONS(4905), 1, anon_sym_POUND_LBRACK, - ACTIONS(4801), 1, + ACTIONS(4979), 1, anon_sym_CARET, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(4985), 1, + anon_sym_in, + ACTIONS(4987), 1, + anon_sym_BANGin, + STATE(2765), 1, sym_or_block, - STATE(4199), 1, + STATE(2766), 1, + sym_argument_list, + STATE(4305), 1, sym_type_parameters, - ACTIONS(2076), 2, + ACTIONS(4973), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4787), 3, + ACTIONS(4967), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4791), 3, + ACTIONS(4971), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4789), 5, + ACTIONS(4975), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4969), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2074), 17, + ACTIONS(1796), 10, anon_sym_as, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_AMP_AMP, @@ -249277,278 +251180,204 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_COLON_EQ, - [66394] = 30, + [67328] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(3227), 1, - anon_sym_SEMI, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1782), 1, + anon_sym_DOT_DOT, + ACTIONS(4891), 1, + anon_sym_DOT, + ACTIONS(4893), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4895), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4897), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4899), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4901), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4903), 1, + anon_sym_QMARK_DOT, + ACTIONS(4905), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(4947), 1, + ACTIONS(4979), 1, anon_sym_CARET, - ACTIONS(4949), 1, + ACTIONS(4981), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4953), 1, + ACTIONS(4985), 1, anon_sym_in, - ACTIONS(4955), 1, - anon_sym_BANGin, ACTIONS(4987), 1, - anon_sym_COMMA, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + anon_sym_BANGin, + STATE(2765), 1, sym_or_block, - STATE(3972), 1, - aux_sym_strictly_expression_list_repeat1, - STATE(4199), 1, + STATE(2766), 1, + sym_argument_list, + STATE(4305), 1, sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4943), 2, + ACTIONS(4973), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4937), 3, + ACTIONS(4967), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4941), 3, + ACTIONS(4971), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4945), 4, + ACTIONS(4975), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4939), 5, + ACTIONS(4969), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [66498] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(1796), 9, anon_sym_as, - ACTIONS(4797), 1, + anon_sym_LBRACE, + anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, anon_sym_DASH_DASH, - ACTIONS(4801), 1, - anon_sym_CARET, - ACTIONS(4803), 1, - anon_sym_AMP_AMP, - ACTIONS(4805), 1, anon_sym_PIPE_PIPE, - ACTIONS(4807), 1, anon_sym_or, - ACTIONS(4809), 1, anon_sym_is, - ACTIONS(4811), 1, anon_sym_BANGis, - ACTIONS(4813), 1, - anon_sym_in, - ACTIONS(4815), 1, - anon_sym_BANGin, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4793), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2208), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_COLON_EQ, - ACTIONS(4787), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4791), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4795), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4789), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [66598] = 28, + [67421] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, ACTIONS(4801), 1, - anon_sym_CARET, + anon_sym_PLUS_PLUS, ACTIONS(4803), 1, - anon_sym_AMP_AMP, - ACTIONS(4805), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4807), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4813), 1, + ACTIONS(4833), 1, + anon_sym_CARET, + ACTIONS(4835), 1, + anon_sym_AMP_AMP, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, anon_sym_in, - ACTIONS(4815), 1, + ACTIONS(4841), 1, anon_sym_BANGin, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4793), 2, + ACTIONS(4829), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(2218), 3, + ACTIONS(1728), 3, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON_EQ, - ACTIONS(4787), 3, + ACTIONS(4823), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4791), 3, + ACTIONS(4827), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4795), 4, + ACTIONS(4831), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4789), 5, + ACTIONS(4825), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [66698] = 17, + [67524] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4891), 1, + anon_sym_DOT, + ACTIONS(4893), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4895), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4897), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4899), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4901), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4903), 1, + anon_sym_QMARK_DOT, + ACTIONS(4905), 1, anon_sym_POUND_LBRACK, - ACTIONS(4947), 1, + ACTIONS(4979), 1, anon_sym_CARET, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2765), 1, sym_or_block, - STATE(4199), 1, + STATE(2766), 1, + sym_argument_list, + STATE(4305), 1, sym_type_parameters, - ACTIONS(2112), 2, + ACTIONS(1958), 3, anon_sym_LT, anon_sym_GT, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4937), 3, + anon_sym_DOT_DOT, + ACTIONS(4967), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4941), 3, + ACTIONS(4971), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4939), 5, + ACTIONS(4969), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2110), 17, - anon_sym_SEMI, + ACTIONS(1956), 16, anon_sym_as, - anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_AMP_AMP, @@ -249558,58 +251387,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - [66776] = 17, + [67607] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4891), 1, + anon_sym_DOT, + ACTIONS(4893), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4895), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4897), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4899), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4901), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4903), 1, + anon_sym_QMARK_DOT, + ACTIONS(4905), 1, anon_sym_POUND_LBRACK, - ACTIONS(4947), 1, + ACTIONS(4979), 1, anon_sym_CARET, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2765), 1, sym_or_block, - STATE(4199), 1, + STATE(2766), 1, + sym_argument_list, + STATE(4305), 1, sym_type_parameters, - ACTIONS(2108), 2, + ACTIONS(1964), 3, anon_sym_LT, anon_sym_GT, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4937), 3, + anon_sym_DOT_DOT, + ACTIONS(4967), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4941), 3, + ACTIONS(4971), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4939), 5, + ACTIONS(4969), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2106), 17, - anon_sym_SEMI, + ACTIONS(1962), 16, anon_sym_as, - anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_AMP_AMP, @@ -249619,128 +251451,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - [66854] = 21, + [67690] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4947), 1, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(4833), 1, anon_sym_CARET, - ACTIONS(4949), 1, + ACTIONS(4835), 1, anon_sym_AMP_AMP, - ACTIONS(4953), 1, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, anon_sym_in, - ACTIONS(4955), 1, + ACTIONS(4841), 1, anon_sym_BANGin, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4943), 2, + ACTIONS(4829), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4937), 3, + ACTIONS(1722), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_COLON_EQ, + ACTIONS(4823), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4941), 3, + ACTIONS(4827), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4945), 4, + ACTIONS(4831), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4939), 5, + ACTIONS(4825), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2074), 10, - anon_sym_SEMI, - anon_sym_as, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_COLON_EQ, - [66940] = 20, + [67793] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4947), 1, - anon_sym_CARET, ACTIONS(4953), 1, - anon_sym_in, - ACTIONS(4955), 1, - anon_sym_BANGin, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + anon_sym_CARET, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4943), 2, + ACTIONS(1964), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4937), 3, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4943), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4941), 3, + ACTIONS(4947), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4945), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4939), 5, + ACTIONS(4945), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2074), 11, + ACTIONS(1962), 17, anon_sym_SEMI, anon_sym_as, anon_sym_COMMA, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_AMP_AMP, @@ -249748,51 +251585,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_is, anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, anon_sym_COLON_EQ, - [67024] = 17, + [67874] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4947), 1, + ACTIONS(4953), 1, anon_sym_CARET, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(2076), 2, + ACTIONS(1958), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4937), 3, + ACTIONS(4943), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4941), 3, + ACTIONS(4947), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4939), 5, + ACTIONS(4945), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2074), 17, + ACTIONS(1956), 17, anon_sym_SEMI, anon_sym_as, anon_sym_COMMA, @@ -249810,47 +251651,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_BANGin, anon_sym_COLON_EQ, - [67102] = 15, + [67955] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4941), 3, + ACTIONS(4947), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2076), 5, + ACTIONS(1782), 5, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_LT, anon_sym_GT, - ACTIONS(4939), 5, + ACTIONS(4945), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2074), 18, + ACTIONS(1796), 18, anon_sym_SEMI, anon_sym_as, anon_sym_COMMA, @@ -249869,301 +251712,475 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_BANGin, anon_sym_COLON_EQ, - [67176] = 3, + [68032] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2967), 13, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4953), 1, + anon_sym_CARET, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(1782), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4679), 2, anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4943), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4947), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2965), 28, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(4945), 5, anon_sym_STAR, anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1796), 17, + anon_sym_SEMI, + anon_sym_as, + anon_sym_COMMA, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, anon_sym_COLON_EQ, - [67225] = 29, + [68113] = 31, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1724), 1, + anon_sym_DOT_DOT, + ACTIONS(4891), 1, + anon_sym_DOT, + ACTIONS(4893), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4895), 1, anon_sym_LBRACK, - ACTIONS(4683), 1, + ACTIONS(4897), 1, + anon_sym_QMARK, + ACTIONS(4899), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4901), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4903), 1, + anon_sym_QMARK_DOT, + ACTIONS(4905), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4907), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4919), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4921), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4929), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4931), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4933), 1, anon_sym_BANGis, - ACTIONS(4871), 1, - anon_sym_LBRACE, - ACTIONS(4999), 1, - anon_sym_QMARK, - ACTIONS(5001), 1, + ACTIONS(4979), 1, anon_sym_CARET, - ACTIONS(5003), 1, + ACTIONS(4981), 1, anon_sym_AMP_AMP, - ACTIONS(5005), 1, + ACTIONS(4983), 1, anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, + ACTIONS(4985), 1, anon_sym_in, - ACTIONS(5009), 1, + ACTIONS(4987), 1, anon_sym_BANGin, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2765), 1, sym_or_block, - STATE(2655), 1, - sym_block, - STATE(4199), 1, + STATE(2766), 1, + sym_argument_list, + STATE(4305), 1, sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4995), 2, + ACTIONS(1722), 2, + anon_sym_LBRACE, + anon_sym_DOT_DOT_DOT, + ACTIONS(4973), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4989), 3, + ACTIONS(4967), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, + ACTIONS(4971), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + ACTIONS(4975), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, + ACTIONS(4969), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [67326] = 29, + [68220] = 31, ACTIONS(3), 1, sym_comment, - ACTIONS(4476), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4667), 1, + anon_sym_DOT, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4478), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4480), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4482), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4484), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4486), 1, + ACTIONS(4679), 1, + anon_sym_QMARK_DOT, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4488), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4498), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4500), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4502), 1, + ACTIONS(4805), 1, + anon_sym_CARET, + ACTIONS(4807), 1, anon_sym_AMP_AMP, - ACTIONS(4504), 1, + ACTIONS(4809), 1, anon_sym_PIPE_PIPE, - ACTIONS(4506), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4508), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4510), 1, + ACTIONS(4815), 1, anon_sym_BANGis, + ACTIONS(4817), 1, + anon_sym_in, + ACTIONS(4819), 1, + anon_sym_BANGin, + ACTIONS(4995), 1, + anon_sym_RBRACK, + ACTIONS(4997), 1, + anon_sym_DOT_DOT, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4797), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4791), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4795), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4799), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4793), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [68326] = 30, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4502), 1, + anon_sym_LPAREN, + ACTIONS(4504), 1, + anon_sym_LBRACK, + ACTIONS(4506), 1, + anon_sym_QMARK, + ACTIONS(4508), 1, + anon_sym_BANG, + ACTIONS(4510), 1, + anon_sym_LBRACK2, ACTIONS(4512), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4524), 1, anon_sym_in, - ACTIONS(4514), 1, + ACTIONS(4526), 1, anon_sym_BANGin, - ACTIONS(5013), 1, + ACTIONS(4528), 1, + anon_sym_AMP_AMP, + ACTIONS(4530), 1, + anon_sym_as, + ACTIONS(4532), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4534), 1, + anon_sym_DASH_DASH, + ACTIONS(4536), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4538), 1, + anon_sym_or, + ACTIONS(4540), 1, + anon_sym_is, + ACTIONS(4542), 1, + anon_sym_BANGis, + ACTIONS(5001), 1, anon_sym_COLON, - ACTIONS(5015), 1, + ACTIONS(5003), 1, anon_sym_CARET, - ACTIONS(5017), 1, + ACTIONS(5005), 1, anon_sym_LT_DASH, - STATE(2081), 1, + STATE(2083), 1, sym_argument_list, - STATE(2082), 1, + STATE(2084), 1, sym_or_block, - STATE(4192), 1, + STATE(4458), 1, + sym_type_parameters, + ACTIONS(4500), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4520), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4516), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4518), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4522), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4999), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [68430] = 29, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(4833), 1, + anon_sym_CARET, + ACTIONS(4835), 1, + anon_sym_AMP_AMP, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, + anon_sym_in, + ACTIONS(4841), 1, + anon_sym_BANGin, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4474), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4494), 2, + ACTIONS(4829), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4490), 3, + ACTIONS(5007), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + ACTIONS(4823), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4492), 3, + ACTIONS(4827), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4496), 4, + ACTIONS(4831), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5011), 5, + ACTIONS(4825), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [67427] = 29, + [68532] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(4468), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4472), 1, anon_sym_LBRACE, - ACTIONS(4677), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5001), 1, + ACTIONS(5019), 1, + anon_sym_QMARK, + ACTIONS(5021), 1, anon_sym_CARET, - ACTIONS(5003), 1, + ACTIONS(5023), 1, anon_sym_AMP_AMP, - ACTIONS(5005), 1, + ACTIONS(5025), 1, anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, + ACTIONS(5027), 1, anon_sym_in, - ACTIONS(5009), 1, + ACTIONS(5029), 1, anon_sym_BANGin, - ACTIONS(5019), 1, - anon_sym_QMARK, - STATE(1669), 1, + STATE(1634), 1, sym_block, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4995), 2, + ACTIONS(5015), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4989), 3, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, + ACTIONS(5013), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, + ACTIONS(5011), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [67528] = 6, + [68636] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, - anon_sym_DOT, - ACTIONS(5023), 1, - anon_sym_QMARK, - ACTIONS(5021), 2, - anon_sym_SEMI, - anon_sym_RBRACK, - ACTIONS(2884), 10, + ACTIONS(2472), 1, + anon_sym_LT2, + ACTIONS(2475), 1, + anon_sym_LBRACK, + ACTIONS(3177), 1, + anon_sym_LBRACE, + ACTIONS(2470), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 27, + ACTIONS(2468), 28, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, @@ -250180,242 +252197,251 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_BANGin, anon_sym_COLON_EQ, - [67583] = 30, + [68692] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(4675), 1, - anon_sym_DOT, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4687), 1, - anon_sym_QMARK_DOT, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4827), 1, + ACTIONS(5021), 1, anon_sym_CARET, - ACTIONS(4833), 1, - anon_sym_in, - ACTIONS(4835), 1, - anon_sym_BANGin, - ACTIONS(4837), 1, + ACTIONS(5023), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE_PIPE, ACTIONS(5025), 1, - anon_sym_RBRACK, + anon_sym_PIPE_PIPE, ACTIONS(5027), 1, - anon_sym_DOT_DOT, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + anon_sym_in, + ACTIONS(5029), 1, + anon_sym_BANGin, + ACTIONS(5031), 1, + anon_sym_LBRACE, + ACTIONS(5033), 1, + anon_sym_QMARK, + STATE(1300), 1, + sym_block, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4829), 2, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5015), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4831), 4, + ACTIONS(5013), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4821), 5, + ACTIONS(5011), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [67686] = 28, + [68796] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, ACTIONS(4801), 1, - anon_sym_CARET, + anon_sym_PLUS_PLUS, ACTIONS(4803), 1, - anon_sym_AMP_AMP, - ACTIONS(4805), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4807), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4813), 1, + ACTIONS(4833), 1, + anon_sym_CARET, + ACTIONS(4835), 1, + anon_sym_AMP_AMP, + ACTIONS(4837), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4839), 1, anon_sym_in, - ACTIONS(4815), 1, + ACTIONS(4841), 1, anon_sym_BANGin, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(3305), 2, + ACTIONS(3307), 2, anon_sym_LBRACE, anon_sym_COMMA, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4793), 2, + ACTIONS(4829), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4787), 3, + ACTIONS(4823), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4791), 3, + ACTIONS(4827), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4795), 4, + ACTIONS(4831), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4789), 5, + ACTIONS(4825), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [67785] = 29, + [68898] = 31, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4667), 1, + anon_sym_DOT, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4683), 1, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4679), 1, + anon_sym_QMARK_DOT, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, + ACTIONS(4805), 1, + anon_sym_CARET, ACTIONS(4807), 1, - anon_sym_or, + anon_sym_AMP_AMP, ACTIONS(4809), 1, - anon_sym_is, + anon_sym_PIPE_PIPE, ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4843), 1, - anon_sym_LBRACE, - ACTIONS(5001), 1, - anon_sym_CARET, - ACTIONS(5003), 1, - anon_sym_AMP_AMP, - ACTIONS(5005), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, + ACTIONS(4817), 1, anon_sym_in, - ACTIONS(5009), 1, + ACTIONS(4819), 1, anon_sym_BANGin, - ACTIONS(5029), 1, - anon_sym_QMARK, - STATE(1924), 1, - sym_block, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(4997), 1, + anon_sym_DOT_DOT, + ACTIONS(5035), 1, + anon_sym_RBRACK, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4995), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4989), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, + ACTIONS(4795), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [67886] = 4, + [69004] = 6, ACTIONS(3), 1, sym_comment, - STATE(2741), 1, - sym_type_parameters, - ACTIONS(2704), 13, + ACTIONS(4586), 1, anon_sym_DOT, + ACTIONS(5039), 1, + anon_sym_QMARK, + ACTIONS(5037), 2, + anon_sym_SEMI, + anon_sym_RBRACK, + ACTIONS(2636), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - anon_sym_QMARK, + anon_sym_LT2, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2702), 27, + ACTIONS(2634), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -250426,7 +252452,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -250443,833 +252468,923 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [67937] = 28, + anon_sym_COLON_EQ, + [69060] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4947), 1, + ACTIONS(4833), 1, anon_sym_CARET, - ACTIONS(4949), 1, + ACTIONS(4835), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(4953), 1, + ACTIONS(4839), 1, anon_sym_in, - ACTIONS(4955), 1, + ACTIONS(4841), 1, anon_sym_BANGin, - ACTIONS(5031), 1, + ACTIONS(5041), 1, anon_sym_is, - ACTIONS(5033), 1, + ACTIONS(5043), 1, anon_sym_BANGis, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(2122), 2, - anon_sym_SEMI, + ACTIONS(1940), 2, + anon_sym_LBRACE, anon_sym_COMMA, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4943), 2, + ACTIONS(4829), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4937), 3, + ACTIONS(4823), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4941), 3, + ACTIONS(4827), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4945), 4, + ACTIONS(4831), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4939), 5, + ACTIONS(4825), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [68036] = 30, + [69162] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4675), 1, - anon_sym_DOT, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4687), 1, - anon_sym_QMARK_DOT, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(4827), 1, + anon_sym_or, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4833), 1, + ACTIONS(4955), 1, + anon_sym_AMP_AMP, + ACTIONS(4957), 1, anon_sym_in, - ACTIONS(4835), 1, + ACTIONS(4959), 1, anon_sym_BANGin, - ACTIONS(4837), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(4991), 1, anon_sym_PIPE_PIPE, - ACTIONS(5027), 1, - anon_sym_DOT_DOT, - ACTIONS(5035), 1, - anon_sym_RBRACK, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(5041), 1, + anon_sym_is, + ACTIONS(5043), 1, + anon_sym_BANGis, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4829), 2, + ACTIONS(1940), 2, + anon_sym_SEMI, + anon_sym_COMMA, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4949), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, + ACTIONS(4943), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4831), 4, + ACTIONS(4947), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4951), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4821), 5, + ACTIONS(4945), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [68139] = 30, + [69264] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(4675), 1, - anon_sym_DOT, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4687), 1, - anon_sym_QMARK_DOT, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4827), 1, + ACTIONS(4845), 1, + anon_sym_LBRACE, + ACTIONS(5021), 1, anon_sym_CARET, - ACTIONS(4833), 1, - anon_sym_in, - ACTIONS(4835), 1, - anon_sym_BANGin, - ACTIONS(4837), 1, + ACTIONS(5023), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(5025), 1, anon_sym_PIPE_PIPE, ACTIONS(5027), 1, - anon_sym_DOT_DOT, - ACTIONS(5037), 1, - anon_sym_RBRACK, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + anon_sym_in, + ACTIONS(5029), 1, + anon_sym_BANGin, + ACTIONS(5045), 1, + anon_sym_QMARK, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(2862), 1, + sym_block, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4829), 2, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5015), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4831), 4, + ACTIONS(5013), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4821), 5, + ACTIONS(5011), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [68242] = 29, + [69368] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4847), 1, - anon_sym_LBRACE, - ACTIONS(5001), 1, + ACTIONS(5021), 1, anon_sym_CARET, - ACTIONS(5003), 1, + ACTIONS(5023), 1, anon_sym_AMP_AMP, - ACTIONS(5005), 1, + ACTIONS(5025), 1, anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, + ACTIONS(5027), 1, anon_sym_in, - ACTIONS(5009), 1, + ACTIONS(5029), 1, anon_sym_BANGin, - ACTIONS(5039), 1, + ACTIONS(5047), 1, + anon_sym_LBRACE, + ACTIONS(5049), 1, anon_sym_QMARK, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(2460), 1, + STATE(1160), 1, sym_block, - STATE(4199), 1, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4995), 2, + ACTIONS(5015), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4989), 3, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, + ACTIONS(5013), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, + ACTIONS(5011), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [68343] = 30, + [69472] = 31, ACTIONS(3), 1, sym_comment, - ACTIONS(4675), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4667), 1, anon_sym_DOT, - ACTIONS(4677), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4687), 1, + ACTIONS(4679), 1, anon_sym_QMARK_DOT, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, + ACTIONS(4805), 1, + anon_sym_CARET, ACTIONS(4807), 1, - anon_sym_or, + anon_sym_AMP_AMP, ACTIONS(4809), 1, - anon_sym_is, + anon_sym_PIPE_PIPE, ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4827), 1, - anon_sym_CARET, - ACTIONS(4833), 1, + ACTIONS(4817), 1, anon_sym_in, - ACTIONS(4835), 1, + ACTIONS(4819), 1, anon_sym_BANGin, - ACTIONS(4837), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5027), 1, + ACTIONS(4997), 1, anon_sym_DOT_DOT, - ACTIONS(5041), 1, + ACTIONS(5051), 1, anon_sym_RBRACK, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4829), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4831), 4, + ACTIONS(4795), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4821), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [68446] = 29, + [69578] = 31, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4667), 1, + anon_sym_DOT, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4683), 1, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4679), 1, + anon_sym_QMARK_DOT, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, + ACTIONS(4805), 1, + anon_sym_CARET, ACTIONS(4807), 1, - anon_sym_or, + anon_sym_AMP_AMP, ACTIONS(4809), 1, - anon_sym_is, + anon_sym_PIPE_PIPE, ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5001), 1, - anon_sym_CARET, - ACTIONS(5003), 1, - anon_sym_AMP_AMP, - ACTIONS(5005), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, + ACTIONS(4817), 1, anon_sym_in, - ACTIONS(5009), 1, + ACTIONS(4819), 1, anon_sym_BANGin, - ACTIONS(5043), 1, - anon_sym_LBRACE, - ACTIONS(5045), 1, - anon_sym_QMARK, - STATE(1162), 1, - sym_block, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(4997), 1, + anon_sym_DOT_DOT, + ACTIONS(5053), 1, + anon_sym_RBRACK, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4995), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4989), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, + ACTIONS(4795), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [68547] = 29, + [69684] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4683), 1, + ACTIONS(5055), 1, + anon_sym_DOLLARelse, + ACTIONS(2456), 14, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, anon_sym_BANG, - ACTIONS(4685), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(2454), 27, anon_sym_as, - ACTIONS(4797), 1, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(4809), 1, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, - ACTIONS(4811), 1, anon_sym_BANGis, - ACTIONS(4865), 1, + anon_sym_in, + anon_sym_BANGin, + [69736] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2418), 14, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(2416), 28, + anon_sym_as, anon_sym_LBRACE, - ACTIONS(5001), 1, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_CARET, - ACTIONS(5003), 1, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, - ACTIONS(5005), 1, anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, anon_sym_in, - ACTIONS(5009), 1, anon_sym_BANGin, - ACTIONS(5047), 1, - anon_sym_QMARK, - STATE(1920), 1, - sym_block, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, + anon_sym_COLON_EQ, + [69786] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2863), 14, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4995), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4989), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + anon_sym_DOT_DOT, + ACTIONS(2861), 28, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [68648] = 30, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + anon_sym_COLON_EQ, + [69836] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(4675), 1, - anon_sym_DOT, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4687), 1, - anon_sym_QMARK_DOT, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4827), 1, + ACTIONS(4869), 1, + anon_sym_LBRACE, + ACTIONS(5021), 1, anon_sym_CARET, - ACTIONS(4833), 1, - anon_sym_in, - ACTIONS(4835), 1, - anon_sym_BANGin, - ACTIONS(4837), 1, + ACTIONS(5023), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(5025), 1, anon_sym_PIPE_PIPE, ACTIONS(5027), 1, - anon_sym_DOT_DOT, - ACTIONS(5049), 1, - anon_sym_RBRACK, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + anon_sym_in, + ACTIONS(5029), 1, + anon_sym_BANGin, + ACTIONS(5057), 1, + anon_sym_QMARK, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(2467), 1, + sym_block, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4829), 2, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5015), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4831), 4, + ACTIONS(5013), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4821), 5, + ACTIONS(5011), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [68751] = 30, + [69940] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4675), 1, - anon_sym_DOT, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4687), 1, - anon_sym_QMARK_DOT, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(4827), 1, + anon_sym_or, + ACTIONS(4953), 1, anon_sym_CARET, - ACTIONS(4833), 1, + ACTIONS(4955), 1, + anon_sym_AMP_AMP, + ACTIONS(4957), 1, anon_sym_in, - ACTIONS(4835), 1, + ACTIONS(4959), 1, anon_sym_BANGin, - ACTIONS(4837), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(4991), 1, anon_sym_PIPE_PIPE, - ACTIONS(5027), 1, - anon_sym_DOT_DOT, - ACTIONS(5051), 1, - anon_sym_RBRACK, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(5059), 1, + anon_sym_is, + ACTIONS(5061), 1, + anon_sym_BANGis, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4829), 2, + ACTIONS(1940), 2, + anon_sym_COMMA, + anon_sym_COLON_EQ, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4949), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, + ACTIONS(4943), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4831), 4, + ACTIONS(4947), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4951), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4821), 5, + ACTIONS(4945), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [68854] = 29, + [70042] = 31, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4667), 1, + anon_sym_DOT, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4683), 1, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4679), 1, + anon_sym_QMARK_DOT, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, + ACTIONS(4805), 1, + anon_sym_CARET, ACTIONS(4807), 1, - anon_sym_or, + anon_sym_AMP_AMP, ACTIONS(4809), 1, - anon_sym_is, + anon_sym_PIPE_PIPE, ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4867), 1, - anon_sym_LBRACE, - ACTIONS(5001), 1, - anon_sym_CARET, - ACTIONS(5003), 1, - anon_sym_AMP_AMP, - ACTIONS(5005), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, + ACTIONS(4817), 1, anon_sym_in, - ACTIONS(5009), 1, + ACTIONS(4819), 1, anon_sym_BANGin, - ACTIONS(5053), 1, - anon_sym_QMARK, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(4997), 1, + anon_sym_DOT_DOT, + ACTIONS(5063), 1, + anon_sym_RBRACK, + STATE(2401), 1, sym_or_block, - STATE(2867), 1, - sym_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4995), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4989), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, + ACTIONS(4795), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [68955] = 28, + [70148] = 31, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4667), 1, + anon_sym_DOT, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4679), 1, + anon_sym_QMARK_DOT, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4801), 1, + ACTIONS(4805), 1, anon_sym_CARET, - ACTIONS(4803), 1, + ACTIONS(4807), 1, anon_sym_AMP_AMP, - ACTIONS(4805), 1, + ACTIONS(4809), 1, anon_sym_PIPE_PIPE, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, ACTIONS(4813), 1, - anon_sym_in, - ACTIONS(4815), 1, - anon_sym_BANGin, - ACTIONS(5031), 1, anon_sym_is, - ACTIONS(5033), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(4817), 1, + anon_sym_in, + ACTIONS(4819), 1, + anon_sym_BANGin, + ACTIONS(4997), 1, + anon_sym_DOT_DOT, + ACTIONS(5065), 1, + anon_sym_RBRACK, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(2122), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4793), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4787), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4791), 3, + ACTIONS(4795), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4795), 4, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4789), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [69054] = 5, + [70254] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2777), 1, - anon_sym_LBRACK, - ACTIONS(3027), 1, - anon_sym_LBRACE, - ACTIONS(2772), 11, + STATE(2790), 1, + sym_type_parameters, + ACTIONS(2628), 14, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2770), 28, - anon_sym_SEMI, - anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(2626), 27, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_STAR, anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, @@ -251285,235 +253400,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - [69107] = 29, + [70306] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5001), 1, + ACTIONS(4883), 1, + anon_sym_LBRACE, + ACTIONS(5021), 1, anon_sym_CARET, - ACTIONS(5003), 1, + ACTIONS(5023), 1, anon_sym_AMP_AMP, - ACTIONS(5005), 1, + ACTIONS(5025), 1, anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, + ACTIONS(5027), 1, anon_sym_in, - ACTIONS(5009), 1, + ACTIONS(5029), 1, anon_sym_BANGin, - ACTIONS(5055), 1, - anon_sym_LBRACE, - ACTIONS(5057), 1, + ACTIONS(5067), 1, anon_sym_QMARK, - STATE(997), 1, + STATE(1916), 1, sym_block, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4995), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4989), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4993), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4991), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [69208] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4881), 1, + ACTIONS(4679), 2, anon_sym_DOT, - ACTIONS(4883), 1, - anon_sym_LPAREN, - ACTIONS(4895), 1, - anon_sym_LBRACK, - ACTIONS(4897), 1, - anon_sym_QMARK, - ACTIONS(4899), 1, - anon_sym_BANG, - ACTIONS(4901), 1, - anon_sym_LBRACK2, - ACTIONS(4903), 1, - anon_sym_CARET, - ACTIONS(4905), 1, - anon_sym_AMP_AMP, - ACTIONS(4907), 1, anon_sym_QMARK_DOT, - ACTIONS(4909), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4911), 1, - anon_sym_in, - ACTIONS(4913), 1, - anon_sym_BANGin, - ACTIONS(4917), 1, - anon_sym_as, - ACTIONS(4919), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4921), 1, - anon_sym_DASH_DASH, - ACTIONS(4923), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4925), 1, - anon_sym_or, - ACTIONS(4927), 1, - anon_sym_is, - ACTIONS(4929), 1, - anon_sym_BANGis, - ACTIONS(5059), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5061), 1, - anon_sym_DOT_DOT, - STATE(2721), 1, - sym_argument_list, - STATE(2722), 1, - sym_or_block, - STATE(4158), 1, - sym_type_parameters, - ACTIONS(4891), 2, + ACTIONS(5015), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4885), 3, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4889), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4893), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4887), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [69311] = 30, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4675), 1, - anon_sym_DOT, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4687), 1, - anon_sym_QMARK_DOT, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(4827), 1, - anon_sym_CARET, - ACTIONS(4833), 1, - anon_sym_in, - ACTIONS(4835), 1, - anon_sym_BANGin, - ACTIONS(4837), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5027), 1, - anon_sym_DOT_DOT, - ACTIONS(5063), 1, - anon_sym_RBRACK, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4829), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4823), 3, + ACTIONS(5013), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4825), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4831), 4, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4821), 5, + ACTIONS(5011), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [69414] = 6, + [70410] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5065), 1, + ACTIONS(5069), 1, anon_sym_LBRACE, - ACTIONS(5067), 1, + ACTIONS(5071), 1, anon_sym_COMMA, - STATE(3986), 1, + STATE(4041), 1, aux_sym_match_expression_list_repeat1, - ACTIONS(2880), 13, + ACTIONS(2721), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -251521,13 +253491,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2878), 25, + ACTIONS(2719), 25, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -251553,1017 +253524,980 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [69469] = 30, + [70466] = 31, ACTIONS(3), 1, sym_comment, - ACTIONS(4675), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4891), 1, anon_sym_DOT, - ACTIONS(4677), 1, + ACTIONS(4893), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4895), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4897), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4899), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4901), 1, anon_sym_LBRACK2, - ACTIONS(4687), 1, + ACTIONS(4903), 1, anon_sym_QMARK_DOT, - ACTIONS(4689), 1, + ACTIONS(4905), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4907), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4919), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4921), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4923), 1, + anon_sym_CARET, + ACTIONS(4925), 1, + anon_sym_AMP_AMP, + ACTIONS(4927), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4929), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4931), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4933), 1, anon_sym_BANGis, - ACTIONS(4827), 1, - anon_sym_CARET, - ACTIONS(4833), 1, + ACTIONS(4935), 1, anon_sym_in, - ACTIONS(4835), 1, + ACTIONS(4937), 1, anon_sym_BANGin, - ACTIONS(4837), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5027), 1, + ACTIONS(5073), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5075), 1, anon_sym_DOT_DOT, - ACTIONS(5069), 1, - anon_sym_RBRACK, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2765), 1, sym_or_block, - STATE(4199), 1, + STATE(2766), 1, + sym_argument_list, + STATE(4305), 1, sym_type_parameters, - ACTIONS(4829), 2, + ACTIONS(4915), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, + ACTIONS(4909), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4831), 4, + ACTIONS(4913), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4917), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4821), 5, + ACTIONS(4911), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [69572] = 28, + [70572] = 31, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4667), 1, + anon_sym_DOT, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4679), 1, + anon_sym_QMARK_DOT, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4801), 1, + ACTIONS(4805), 1, anon_sym_CARET, - ACTIONS(4803), 1, + ACTIONS(4807), 1, anon_sym_AMP_AMP, - ACTIONS(4805), 1, + ACTIONS(4809), 1, anon_sym_PIPE_PIPE, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4813), 1, + ACTIONS(4817), 1, anon_sym_in, - ACTIONS(4815), 1, + ACTIONS(4819), 1, anon_sym_BANGin, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(4997), 1, + anon_sym_DOT_DOT, + ACTIONS(5077), 1, + anon_sym_RBRACK, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4793), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(5071), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - ACTIONS(4787), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4791), 3, + ACTIONS(4795), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4795), 4, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4789), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [69671] = 29, + [70678] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5001), 1, + ACTIONS(4853), 1, + anon_sym_LBRACE, + ACTIONS(5021), 1, anon_sym_CARET, - ACTIONS(5003), 1, + ACTIONS(5023), 1, anon_sym_AMP_AMP, - ACTIONS(5005), 1, + ACTIONS(5025), 1, anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, + ACTIONS(5027), 1, anon_sym_in, - ACTIONS(5009), 1, + ACTIONS(5029), 1, anon_sym_BANGin, - ACTIONS(5073), 1, - anon_sym_LBRACE, - ACTIONS(5075), 1, + ACTIONS(5079), 1, anon_sym_QMARK, - STATE(1299), 1, + STATE(1778), 1, sym_block, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4995), 2, + ACTIONS(5015), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4989), 3, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, + ACTIONS(5013), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, + ACTIONS(5011), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [69772] = 4, + [70782] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(5077), 1, - anon_sym_DOLLARelse, - ACTIONS(2734), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2732), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, + ACTIONS(4671), 1, anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [69823] = 30, - ACTIONS(3), 1, - sym_comment, ACTIONS(4675), 1, - anon_sym_DOT, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4687), 1, - anon_sym_QMARK_DOT, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4827), 1, + ACTIONS(5021), 1, anon_sym_CARET, - ACTIONS(4833), 1, - anon_sym_in, - ACTIONS(4835), 1, - anon_sym_BANGin, - ACTIONS(4837), 1, + ACTIONS(5023), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(5025), 1, anon_sym_PIPE_PIPE, ACTIONS(5027), 1, - anon_sym_DOT_DOT, - ACTIONS(5079), 1, - anon_sym_RBRACK, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + anon_sym_in, + ACTIONS(5029), 1, + anon_sym_BANGin, + ACTIONS(5081), 1, + anon_sym_LBRACE, + ACTIONS(5083), 1, + anon_sym_QMARK, + STATE(394), 1, + sym_block, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4829), 2, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5015), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4831), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4821), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [69926] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5081), 1, - anon_sym_DOLLARelse, - ACTIONS(2740), 13, - anon_sym_DOT, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5013), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2738), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5011), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [69977] = 30, + [70886] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(4675), 1, - anon_sym_DOT, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4687), 1, - anon_sym_QMARK_DOT, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4827), 1, + ACTIONS(5021), 1, anon_sym_CARET, - ACTIONS(4833), 1, - anon_sym_in, - ACTIONS(4835), 1, - anon_sym_BANGin, - ACTIONS(4837), 1, + ACTIONS(5023), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(5025), 1, anon_sym_PIPE_PIPE, ACTIONS(5027), 1, - anon_sym_DOT_DOT, - ACTIONS(5083), 1, - anon_sym_RBRACK, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + anon_sym_in, + ACTIONS(5029), 1, + anon_sym_BANGin, + ACTIONS(5085), 1, + anon_sym_LBRACE, + ACTIONS(5087), 1, + anon_sym_QMARK, + STATE(995), 1, + sym_block, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4829), 2, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5015), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4831), 4, + ACTIONS(5013), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4821), 5, + ACTIONS(5011), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [70080] = 29, + [70990] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5001), 1, + ACTIONS(5021), 1, anon_sym_CARET, - ACTIONS(5003), 1, + ACTIONS(5023), 1, anon_sym_AMP_AMP, - ACTIONS(5005), 1, + ACTIONS(5025), 1, anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, + ACTIONS(5027), 1, anon_sym_in, - ACTIONS(5009), 1, + ACTIONS(5029), 1, anon_sym_BANGin, - ACTIONS(5085), 1, + ACTIONS(5089), 1, anon_sym_LBRACE, - ACTIONS(5087), 1, + ACTIONS(5091), 1, anon_sym_QMARK, - STATE(2160), 1, + STATE(2157), 1, sym_block, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4995), 2, + ACTIONS(5015), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4989), 3, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, + ACTIONS(5013), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, + ACTIONS(5011), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [70181] = 29, + [71094] = 31, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4667), 1, + anon_sym_DOT, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4683), 1, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4679), 1, + anon_sym_QMARK_DOT, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, + ACTIONS(4805), 1, + anon_sym_CARET, ACTIONS(4807), 1, - anon_sym_or, + anon_sym_AMP_AMP, ACTIONS(4809), 1, - anon_sym_is, + anon_sym_PIPE_PIPE, ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4879), 1, - anon_sym_LBRACE, - ACTIONS(5001), 1, - anon_sym_CARET, - ACTIONS(5003), 1, - anon_sym_AMP_AMP, - ACTIONS(5005), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, + ACTIONS(4817), 1, anon_sym_in, - ACTIONS(5009), 1, + ACTIONS(4819), 1, anon_sym_BANGin, - ACTIONS(5089), 1, - anon_sym_QMARK, - STATE(1783), 1, - sym_block, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(4997), 1, + anon_sym_DOT_DOT, + ACTIONS(5093), 1, + anon_sym_RBRACK, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4995), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4989), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, + ACTIONS(4795), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [70282] = 30, + [71200] = 31, ACTIONS(3), 1, sym_comment, - ACTIONS(4675), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4667), 1, anon_sym_DOT, - ACTIONS(4677), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4687), 1, + ACTIONS(4679), 1, anon_sym_QMARK_DOT, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, + ACTIONS(4805), 1, + anon_sym_CARET, ACTIONS(4807), 1, - anon_sym_or, + anon_sym_AMP_AMP, ACTIONS(4809), 1, - anon_sym_is, + anon_sym_PIPE_PIPE, ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4827), 1, - anon_sym_CARET, - ACTIONS(4833), 1, + ACTIONS(4817), 1, anon_sym_in, - ACTIONS(4835), 1, + ACTIONS(4819), 1, anon_sym_BANGin, - ACTIONS(4837), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5027), 1, + ACTIONS(4997), 1, anon_sym_DOT_DOT, - ACTIONS(5091), 1, + ACTIONS(5095), 1, anon_sym_RBRACK, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4829), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4831), 4, + ACTIONS(4795), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4821), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [70385] = 30, + [71306] = 31, ACTIONS(3), 1, sym_comment, - ACTIONS(4675), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4667), 1, anon_sym_DOT, - ACTIONS(4677), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4687), 1, + ACTIONS(4679), 1, anon_sym_QMARK_DOT, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, + ACTIONS(4805), 1, + anon_sym_CARET, ACTIONS(4807), 1, - anon_sym_or, + anon_sym_AMP_AMP, ACTIONS(4809), 1, - anon_sym_is, + anon_sym_PIPE_PIPE, ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4827), 1, - anon_sym_CARET, - ACTIONS(4833), 1, + ACTIONS(4817), 1, anon_sym_in, - ACTIONS(4835), 1, + ACTIONS(4819), 1, anon_sym_BANGin, - ACTIONS(4837), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5027), 1, + ACTIONS(4997), 1, anon_sym_DOT_DOT, - ACTIONS(5093), 1, + ACTIONS(5097), 1, anon_sym_RBRACK, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4829), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4831), 4, + ACTIONS(4795), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4821), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [70488] = 28, + [71412] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4947), 1, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(4867), 1, + anon_sym_LBRACE, + ACTIONS(5021), 1, anon_sym_CARET, - ACTIONS(4949), 1, + ACTIONS(5023), 1, anon_sym_AMP_AMP, - ACTIONS(4951), 1, + ACTIONS(5025), 1, anon_sym_PIPE_PIPE, - ACTIONS(4953), 1, + ACTIONS(5027), 1, anon_sym_in, - ACTIONS(4955), 1, + ACTIONS(5029), 1, anon_sym_BANGin, - ACTIONS(5095), 1, - anon_sym_is, - ACTIONS(5097), 1, - anon_sym_BANGis, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(5099), 1, + anon_sym_QMARK, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(2665), 1, + sym_block, + STATE(4472), 1, sym_type_parameters, - ACTIONS(2122), 2, - anon_sym_COMMA, - anon_sym_COLON_EQ, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4943), 2, + ACTIONS(5015), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4937), 3, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4941), 3, + ACTIONS(5013), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4945), 4, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4939), 5, + ACTIONS(5011), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [70587] = 3, + [71516] = 31, ACTIONS(3), 1, sym_comment, - ACTIONS(2700), 13, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4667), 1, anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, anon_sym_QMARK, + ACTIONS(4675), 1, anon_sym_BANG, + ACTIONS(4677), 1, anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2698), 28, + ACTIONS(4679), 1, + anon_sym_QMARK_DOT, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, anon_sym_DASH_DASH, + ACTIONS(4805), 1, anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, + ACTIONS(4807), 1, anon_sym_AMP_AMP, + ACTIONS(4809), 1, anon_sym_PIPE_PIPE, + ACTIONS(4811), 1, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, + ACTIONS(4813), 1, anon_sym_is, + ACTIONS(4815), 1, anon_sym_BANGis, + ACTIONS(4817), 1, anon_sym_in, + ACTIONS(4819), 1, anon_sym_BANGin, - anon_sym_COLON_EQ, - [70636] = 29, + ACTIONS(4997), 1, + anon_sym_DOT_DOT, + ACTIONS(5101), 1, + anon_sym_RBRACK, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4797), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4791), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4795), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4799), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4793), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [71622] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4877), 1, + ACTIONS(4871), 1, anon_sym_LBRACE, - ACTIONS(5001), 1, + ACTIONS(5021), 1, anon_sym_CARET, - ACTIONS(5003), 1, + ACTIONS(5023), 1, anon_sym_AMP_AMP, - ACTIONS(5005), 1, + ACTIONS(5025), 1, anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, + ACTIONS(5027), 1, anon_sym_in, - ACTIONS(5009), 1, + ACTIONS(5029), 1, anon_sym_BANGin, - ACTIONS(5099), 1, + ACTIONS(5103), 1, anon_sym_QMARK, - STATE(2304), 1, + STATE(1923), 1, sym_block, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4995), 2, + ACTIONS(5015), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4989), 3, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, + ACTIONS(5013), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, + ACTIONS(5011), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [70737] = 29, + [71726] = 30, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5001), 1, + ACTIONS(4881), 1, + anon_sym_LBRACE, + ACTIONS(5021), 1, anon_sym_CARET, - ACTIONS(5003), 1, + ACTIONS(5023), 1, anon_sym_AMP_AMP, - ACTIONS(5005), 1, + ACTIONS(5025), 1, anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, + ACTIONS(5027), 1, anon_sym_in, - ACTIONS(5009), 1, + ACTIONS(5029), 1, anon_sym_BANGin, - ACTIONS(5101), 1, - anon_sym_LBRACE, - ACTIONS(5103), 1, + ACTIONS(5105), 1, anon_sym_QMARK, - STATE(569), 1, + STATE(2318), 1, sym_block, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4995), 2, + ACTIONS(5015), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4989), 3, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, + ACTIONS(5013), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, + ACTIONS(5011), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [70838] = 3, + [71830] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2985), 13, + ACTIONS(5107), 1, + anon_sym_DOLLARelse, + ACTIONS(2412), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -252571,13 +254505,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2983), 27, + ACTIONS(2410), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -252605,95 +254540,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [70886] = 28, + [71882] = 31, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4667), 1, + anon_sym_DOT, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4679), 1, + anon_sym_QMARK_DOT, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, + ACTIONS(4805), 1, + anon_sym_CARET, ACTIONS(4807), 1, - anon_sym_or, + anon_sym_AMP_AMP, ACTIONS(4809), 1, - anon_sym_is, + anon_sym_PIPE_PIPE, ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5105), 1, - anon_sym_RPAREN, - ACTIONS(5117), 1, - anon_sym_CARET, - ACTIONS(5119), 1, - anon_sym_AMP_AMP, - ACTIONS(5121), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, + ACTIONS(4817), 1, anon_sym_in, - ACTIONS(5125), 1, + ACTIONS(4819), 1, anon_sym_BANGin, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(4997), 1, + anon_sym_DOT_DOT, + ACTIONS(5109), 1, + anon_sym_RBRACK, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5113), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(5107), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, + ACTIONS(4795), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5115), 4, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5109), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [70984] = 4, + [71988] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2886), 1, + ACTIONS(2815), 14, anon_sym_DOT, - ACTIONS(2884), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2882), 27, + ACTIONS(2813), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -252721,55 +254661,154 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [71034] = 3, + [72037] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(2891), 13, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1940), 1, + anon_sym_LBRACE, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(5021), 1, + anon_sym_CARET, + ACTIONS(5023), 1, + anon_sym_AMP_AMP, + ACTIONS(5025), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5027), 1, + anon_sym_in, + ACTIONS(5029), 1, + anon_sym_BANGin, + ACTIONS(5041), 1, + anon_sym_is, + ACTIONS(5043), 1, + anon_sym_BANGis, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5015), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5013), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2889), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5011), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, + [72138] = 29, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, anon_sym_is, + ACTIONS(4815), 1, anon_sym_BANGis, + ACTIONS(5111), 1, + anon_sym_RPAREN, + ACTIONS(5123), 1, + anon_sym_CARET, + ACTIONS(5125), 1, + anon_sym_AMP_AMP, + ACTIONS(5127), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5129), 1, anon_sym_in, + ACTIONS(5131), 1, anon_sym_BANGin, - [71082] = 3, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5119), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5113), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5117), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5121), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5115), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [72239] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3153), 13, + ACTIONS(2859), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -252777,13 +254816,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3151), 27, + ACTIONS(2857), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -252811,10 +254851,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [71130] = 3, + [72288] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2766), 13, + ACTIONS(2855), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -252822,13 +254862,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2768), 27, + ACTIONS(2853), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -252856,628 +254897,521 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [71178] = 28, + [72337] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5117), 1, + ACTIONS(5021), 1, anon_sym_CARET, - ACTIONS(5119), 1, + ACTIONS(5023), 1, anon_sym_AMP_AMP, - ACTIONS(5121), 1, + ACTIONS(5025), 1, anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, + ACTIONS(5027), 1, anon_sym_in, - ACTIONS(5125), 1, + ACTIONS(5029), 1, anon_sym_BANGin, - ACTIONS(5127), 1, - anon_sym_RPAREN, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(5133), 1, + anon_sym_LBRACE, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5113), 2, + ACTIONS(5015), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(5107), 3, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, + ACTIONS(5013), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5115), 4, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5109), 5, + ACTIONS(5011), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [71276] = 3, + [72438] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(2832), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4502), 1, + anon_sym_LPAREN, + ACTIONS(4504), 1, + anon_sym_LBRACK, + ACTIONS(4506), 1, anon_sym_QMARK, + ACTIONS(4508), 1, anon_sym_BANG, + ACTIONS(4510), 1, anon_sym_LBRACK2, + ACTIONS(4512), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4524), 1, + anon_sym_in, + ACTIONS(4526), 1, + anon_sym_BANGin, + ACTIONS(4528), 1, + anon_sym_AMP_AMP, + ACTIONS(4530), 1, + anon_sym_as, + ACTIONS(4532), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4534), 1, + anon_sym_DASH_DASH, + ACTIONS(4536), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4538), 1, + anon_sym_or, + ACTIONS(4540), 1, + anon_sym_is, + ACTIONS(4542), 1, + anon_sym_BANGis, + ACTIONS(5003), 1, + anon_sym_CARET, + ACTIONS(5005), 1, + anon_sym_LT_DASH, + STATE(2083), 1, + sym_argument_list, + STATE(2084), 1, + sym_or_block, + STATE(4458), 1, + sym_type_parameters, + ACTIONS(4500), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4520), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4516), 3, + anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2830), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(4518), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4522), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(4999), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [71324] = 28, + [72539] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5117), 1, + ACTIONS(5021), 1, anon_sym_CARET, - ACTIONS(5119), 1, + ACTIONS(5023), 1, anon_sym_AMP_AMP, - ACTIONS(5121), 1, + ACTIONS(5025), 1, anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, + ACTIONS(5027), 1, anon_sym_in, - ACTIONS(5125), 1, + ACTIONS(5029), 1, anon_sym_BANGin, - ACTIONS(5129), 1, - anon_sym_RPAREN, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(5135), 1, + anon_sym_LBRACE, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5113), 2, + ACTIONS(5015), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(5107), 3, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, + ACTIONS(5013), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5115), 4, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5109), 5, + ACTIONS(5011), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [71422] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(599), 1, - anon_sym_fn, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3379), 1, - anon_sym_STAR, - ACTIONS(5131), 1, - sym_identifier, - ACTIONS(5133), 1, - anon_sym_RPAREN, - ACTIONS(5135), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5137), 1, - anon_sym_mut, - ACTIONS(5139), 1, - anon_sym_BANG, - ACTIONS(5141), 1, - anon_sym_LBRACK2, - ACTIONS(5143), 1, - anon_sym_AMP, - ACTIONS(5145), 1, - anon_sym_shared, - STATE(3017), 1, - sym_mutability_modifiers, - STATE(4000), 1, - sym_type_parameter_declaration, - STATE(4004), 1, - sym_parameter_declaration, - STATE(4382), 1, - sym_plain_type, - STATE(4600), 1, - sym_reference_expression, - STATE(3581), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2428), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2424), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [71516] = 28, + [72640] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(5001), 1, + ACTIONS(5123), 1, anon_sym_CARET, - ACTIONS(5003), 1, - anon_sym_AMP_AMP, - ACTIONS(5005), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, - anon_sym_in, - ACTIONS(5009), 1, - anon_sym_BANGin, - ACTIONS(5147), 1, - anon_sym_LBRACE, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4995), 2, + ACTIONS(1964), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4989), 3, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5113), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, + ACTIONS(5117), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4991), 5, + ACTIONS(5115), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [71614] = 28, + ACTIONS(1962), 15, + anon_sym_as, + anon_sym_RPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [72719] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, + ACTIONS(4805), 1, + anon_sym_CARET, ACTIONS(4807), 1, - anon_sym_or, + anon_sym_AMP_AMP, ACTIONS(4809), 1, - anon_sym_is, + anon_sym_PIPE_PIPE, ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5117), 1, - anon_sym_CARET, - ACTIONS(5119), 1, - anon_sym_AMP_AMP, - ACTIONS(5121), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, + ACTIONS(4817), 1, anon_sym_in, - ACTIONS(5125), 1, + ACTIONS(4819), 1, anon_sym_BANGin, - ACTIONS(5149), 1, - anon_sym_RPAREN, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(5137), 1, + anon_sym_SEMI, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5113), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(5107), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, + ACTIONS(4795), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5115), 4, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5109), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [71712] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(599), 1, - anon_sym_fn, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3379), 1, - anon_sym_STAR, - ACTIONS(5131), 1, - sym_identifier, - ACTIONS(5135), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5137), 1, - anon_sym_mut, - ACTIONS(5139), 1, - anon_sym_BANG, - ACTIONS(5141), 1, - anon_sym_LBRACK2, - ACTIONS(5143), 1, - anon_sym_AMP, - ACTIONS(5145), 1, - anon_sym_shared, - ACTIONS(5151), 1, - anon_sym_RPAREN, - STATE(3017), 1, - sym_mutability_modifiers, - STATE(3994), 1, - sym_type_parameter_declaration, - STATE(3996), 1, - sym_parameter_declaration, - STATE(4382), 1, - sym_plain_type, - STATE(4600), 1, - sym_reference_expression, - STATE(3581), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2428), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2424), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [71806] = 28, + [72820] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5117), 1, + ACTIONS(5021), 1, anon_sym_CARET, - ACTIONS(5119), 1, + ACTIONS(5023), 1, anon_sym_AMP_AMP, - ACTIONS(5121), 1, + ACTIONS(5025), 1, anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, + ACTIONS(5027), 1, anon_sym_in, - ACTIONS(5125), 1, + ACTIONS(5029), 1, anon_sym_BANGin, - ACTIONS(5153), 1, - anon_sym_RPAREN, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(5139), 1, + anon_sym_LBRACE, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5113), 2, + ACTIONS(5015), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(5107), 3, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, + ACTIONS(5013), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5115), 4, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5109), 5, + ACTIONS(5011), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [71904] = 28, + [72921] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5001), 1, + ACTIONS(5123), 1, anon_sym_CARET, - ACTIONS(5003), 1, + ACTIONS(5125), 1, anon_sym_AMP_AMP, - ACTIONS(5005), 1, + ACTIONS(5127), 1, anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, + ACTIONS(5129), 1, anon_sym_in, - ACTIONS(5009), 1, + ACTIONS(5131), 1, anon_sym_BANGin, - ACTIONS(5155), 1, - anon_sym_LBRACE, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(5141), 1, + anon_sym_RPAREN, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4995), 2, + ACTIONS(5119), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4989), 3, + ACTIONS(5113), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, + ACTIONS(5117), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + ACTIONS(5121), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, + ACTIONS(5115), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [72002] = 3, + [73022] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3049), 13, - anon_sym_DOT, + ACTIONS(2422), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + ACTIONS(2863), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3047), 27, + ACTIONS(2861), 27, + anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -253485,11 +255419,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -253502,27 +255437,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [72050] = 4, + [73073] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2768), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - ACTIONS(2967), 11, + ACTIONS(2845), 14, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2965), 27, - anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(2843), 27, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -253530,12 +255466,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -253548,10 +255483,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [72100] = 3, + [73122] = 29, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(5123), 1, + anon_sym_CARET, + ACTIONS(5125), 1, + anon_sym_AMP_AMP, + ACTIONS(5127), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5129), 1, + anon_sym_in, + ACTIONS(5131), 1, + anon_sym_BANGin, + ACTIONS(5143), 1, + anon_sym_RPAREN, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5119), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5113), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5117), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5121), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5115), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [73223] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2997), 13, + ACTIONS(2841), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -253559,13 +255566,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2995), 27, + ACTIONS(2839), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -253593,80 +255601,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [72148] = 28, + [73272] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5001), 1, + ACTIONS(5021), 1, anon_sym_CARET, - ACTIONS(5003), 1, + ACTIONS(5023), 1, anon_sym_AMP_AMP, - ACTIONS(5005), 1, + ACTIONS(5025), 1, anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, + ACTIONS(5027), 1, anon_sym_in, - ACTIONS(5009), 1, + ACTIONS(5029), 1, anon_sym_BANGin, - ACTIONS(5157), 1, + ACTIONS(5145), 1, anon_sym_LBRACE, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4995), 2, + ACTIONS(5015), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4989), 3, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, + ACTIONS(5013), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, + ACTIONS(5011), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [72246] = 3, + [73373] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 13, + ACTIONS(2935), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -253674,13 +255684,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3003), 27, + ACTIONS(2933), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -253708,10 +255719,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [72294] = 3, + [73422] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3157), 13, + ACTIONS(2773), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -253719,13 +255730,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3155), 27, + ACTIONS(2771), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -253753,80 +255765,148 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [72342] = 28, + [73471] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(2769), 14, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, - ACTIONS(4683), 1, anon_sym_BANG, - ACTIONS(4685), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(2767), 27, anon_sym_as, - ACTIONS(4797), 1, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(4809), 1, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, - ACTIONS(4811), 1, anon_sym_BANGis, - ACTIONS(5117), 1, + anon_sym_in, + anon_sym_BANGin, + [73520] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2765), 14, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(2763), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_CARET, - ACTIONS(5119), 1, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, - ACTIONS(5121), 1, anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, anon_sym_in, - ACTIONS(5125), 1, anon_sym_BANGin, - ACTIONS(5159), 1, - anon_sym_RPAREN, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, + [73569] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2761), 14, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5113), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5107), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5115), 4, + anon_sym_DOT_DOT, + ACTIONS(2759), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5109), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [72440] = 3, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [73618] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3033), 13, + ACTIONS(2943), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -253834,13 +255914,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3031), 27, + ACTIONS(2941), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -253868,10 +255949,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [72488] = 3, + [73667] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2923), 13, + ACTIONS(2803), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -253879,13 +255960,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2921), 27, + ACTIONS(2801), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -253913,80 +255995,200 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [72536] = 28, + [73716] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4827), 1, + ACTIONS(5123), 1, anon_sym_CARET, - ACTIONS(4833), 1, - anon_sym_in, - ACTIONS(4835), 1, - anon_sym_BANGin, - ACTIONS(4837), 1, + ACTIONS(5125), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(5127), 1, anon_sym_PIPE_PIPE, - ACTIONS(5161), 1, - anon_sym_RBRACK, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(5129), 1, + anon_sym_in, + ACTIONS(5131), 1, + anon_sym_BANGin, + ACTIONS(5147), 1, + anon_sym_RPAREN, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4829), 2, + ACTIONS(5119), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4823), 3, + ACTIONS(5113), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5117), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4825), 3, + ACTIONS(5121), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5115), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [73817] = 29, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(5123), 1, + anon_sym_CARET, + ACTIONS(5125), 1, + anon_sym_AMP_AMP, + ACTIONS(5127), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5129), 1, + anon_sym_in, + ACTIONS(5131), 1, + anon_sym_BANGin, + ACTIONS(5149), 1, + anon_sym_RPAREN, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5119), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5113), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4831), 4, + ACTIONS(5117), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5121), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4821), 5, + ACTIONS(5115), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [73918] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2717), 14, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(2715), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [72634] = 3, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [73967] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2848), 13, + ACTIONS(2867), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -253994,13 +256196,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2846), 27, + ACTIONS(2865), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -254028,10 +256231,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [72682] = 3, + [74016] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3193), 13, + ACTIONS(2871), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -254039,13 +256242,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3191), 27, + ACTIONS(2869), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -254073,10 +256277,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [72730] = 3, + [74065] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 13, + ACTIONS(2651), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -254084,13 +256288,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3035), 27, + ACTIONS(2649), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -254118,80 +256323,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [72778] = 28, + [74114] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(5001), 1, - anon_sym_CARET, - ACTIONS(5003), 1, - anon_sym_AMP_AMP, - ACTIONS(5005), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, - anon_sym_in, - ACTIONS(5009), 1, - anon_sym_BANGin, - ACTIONS(5163), 1, - anon_sym_LBRACE, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4995), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4989), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4993), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4991), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [72876] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3001), 13, + ACTIONS(2647), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -254199,13 +256334,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2999), 27, + ACTIONS(2645), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -254233,10 +256369,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [72924] = 3, + [74163] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3085), 13, + ACTIONS(2899), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -254244,13 +256380,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3083), 27, + ACTIONS(2897), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -254278,10 +256415,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [72972] = 3, + [74212] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2800), 13, + ACTIONS(2903), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -254289,13 +256426,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2798), 27, + ACTIONS(2901), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -254323,10 +256461,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [73020] = 3, + [74261] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2804), 13, + ACTIONS(2907), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -254334,13 +256472,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2802), 27, + ACTIONS(2905), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -254368,10 +256507,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [73068] = 3, + [74310] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2816), 13, + ACTIONS(2919), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -254379,13 +256518,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2814), 27, + ACTIONS(2917), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -254413,10 +256553,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [73116] = 3, + [74359] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3045), 13, + ACTIONS(2923), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -254424,13 +256564,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3043), 27, + ACTIONS(2921), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -254458,150 +256599,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [73164] = 28, + [74408] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(5001), 1, - anon_sym_CARET, - ACTIONS(5003), 1, - anon_sym_AMP_AMP, - ACTIONS(5005), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, - anon_sym_in, - ACTIONS(5009), 1, - anon_sym_BANGin, - ACTIONS(5165), 1, - anon_sym_LBRACE, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(2947), 14, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4995), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4989), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + anon_sym_DOT_DOT, + ACTIONS(2945), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [73262] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, + anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(5117), 1, anon_sym_CARET, - ACTIONS(5119), 1, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, - ACTIONS(5121), 1, anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, anon_sym_in, - ACTIONS(5125), 1, anon_sym_BANGin, - ACTIONS(5167), 1, - anon_sym_RPAREN, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5113), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5107), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5111), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5115), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5109), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [73360] = 3, + [74457] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3053), 13, + ACTIONS(2807), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -254609,13 +256656,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3051), 27, + ACTIONS(2805), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -254643,10 +256691,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [73408] = 3, + [74506] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2981), 13, + ACTIONS(2811), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -254654,13 +256702,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2979), 27, + ACTIONS(2809), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -254688,150 +256737,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [73456] = 28, + [74555] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(4827), 1, - anon_sym_CARET, - ACTIONS(4833), 1, - anon_sym_in, - ACTIONS(4835), 1, - anon_sym_BANGin, - ACTIONS(4837), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5169), 1, - anon_sym_SEMI, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4829), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4831), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4821), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [73554] = 28, - ACTIONS(3), 1, - sym_comment, ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5117), 1, + ACTIONS(5021), 1, anon_sym_CARET, - ACTIONS(5119), 1, + ACTIONS(5023), 1, anon_sym_AMP_AMP, - ACTIONS(5121), 1, + ACTIONS(5025), 1, anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, + ACTIONS(5027), 1, anon_sym_in, - ACTIONS(5125), 1, + ACTIONS(5029), 1, anon_sym_BANGin, - ACTIONS(5171), 1, - anon_sym_RPAREN, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(5151), 1, + anon_sym_LBRACE, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5113), 2, + ACTIONS(5015), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(5107), 3, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, + ACTIONS(5013), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5115), 4, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5109), 5, + ACTIONS(5011), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [73652] = 3, + [74656] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3065), 13, + ACTIONS(2983), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -254839,13 +256820,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3063), 27, + ACTIONS(2981), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -254873,10 +256855,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [73700] = 3, + [74705] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3145), 13, + ACTIONS(2987), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -254884,13 +256866,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3143), 27, + ACTIONS(2985), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -254918,10 +256901,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [73748] = 3, + [74754] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3141), 13, + ACTIONS(3039), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -254929,13 +256912,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3139), 27, + ACTIONS(3037), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -254963,27 +256947,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [73796] = 3, + [74803] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3125), 13, - anon_sym_DOT, + ACTIONS(2418), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3123), 27, + ACTIONS(2416), 29, + anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -254991,11 +256973,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -255004,14 +256987,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, + anon_sym_else, + anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [73844] = 3, + [74852] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3117), 13, + ACTIONS(3047), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -255019,13 +257004,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3115), 27, + ACTIONS(3045), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -255053,10 +257039,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [73892] = 3, + [74901] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3077), 13, + ACTIONS(3051), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -255064,13 +257050,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3075), 27, + ACTIONS(3049), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -255098,10 +257085,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [73940] = 3, + [74950] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3073), 13, + ACTIONS(3055), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -255109,13 +257096,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3071), 27, + ACTIONS(3053), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -255143,78 +257131,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [73988] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(599), 1, - anon_sym_fn, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3379), 1, - anon_sym_STAR, - ACTIONS(5131), 1, - sym_identifier, - ACTIONS(5135), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5137), 1, - anon_sym_mut, - ACTIONS(5139), 1, - anon_sym_BANG, - ACTIONS(5141), 1, - anon_sym_LBRACK2, - ACTIONS(5143), 1, - anon_sym_AMP, - ACTIONS(5145), 1, - anon_sym_shared, - ACTIONS(5173), 1, - anon_sym_RPAREN, - STATE(3017), 1, - sym_mutability_modifiers, - STATE(4043), 1, - sym_parameter_declaration, - STATE(4044), 1, - sym_type_parameter_declaration, - STATE(4382), 1, - sym_plain_type, - STATE(4600), 1, - sym_reference_expression, - STATE(3581), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2428), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2424), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [74082] = 3, + [74999] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2812), 13, + ACTIONS(3067), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -255222,13 +257142,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2810), 27, + ACTIONS(3065), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -255256,10 +257177,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [74130] = 3, + [75048] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2796), 13, + ACTIONS(3075), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -255267,13 +257188,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2794), 27, + ACTIONS(3073), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -255301,10 +257223,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [74178] = 3, + [75097] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3149), 13, + ACTIONS(3079), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -255312,13 +257234,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3147), 27, + ACTIONS(3077), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -255346,80 +257269,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [74226] = 28, + [75146] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(2122), 1, - anon_sym_LBRACE, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(5001), 1, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(5123), 1, anon_sym_CARET, - ACTIONS(5003), 1, + ACTIONS(5125), 1, anon_sym_AMP_AMP, - ACTIONS(5005), 1, + ACTIONS(5127), 1, anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, + ACTIONS(5129), 1, anon_sym_in, - ACTIONS(5009), 1, + ACTIONS(5131), 1, anon_sym_BANGin, - ACTIONS(5031), 1, - anon_sym_is, - ACTIONS(5033), 1, - anon_sym_BANGis, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(5153), 1, + anon_sym_RPAREN, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4995), 2, + ACTIONS(5119), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4989), 3, + ACTIONS(5113), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, + ACTIONS(5117), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + ACTIONS(5121), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, + ACTIONS(5115), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [74324] = 3, + [75247] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3181), 13, + ACTIONS(3135), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -255427,13 +257352,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3179), 27, + ACTIONS(3133), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -255461,10 +257387,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [74372] = 3, + [75296] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3185), 13, + ACTIONS(3139), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -255472,13 +257398,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3183), 27, + ACTIONS(3137), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -255506,26 +257433,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [74420] = 3, + [75345] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3189), 13, - anon_sym_DOT, + ACTIONS(2422), 1, + anon_sym_LBRACE, + ACTIONS(2863), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3187), 27, + ACTIONS(2861), 28, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, @@ -255534,7 +257463,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -255551,100 +257479,443 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [74468] = 3, + anon_sym_COLON_EQ, + [75396] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(2989), 13, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(5021), 1, + anon_sym_CARET, + ACTIONS(5023), 1, + anon_sym_AMP_AMP, + ACTIONS(5025), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5027), 1, + anon_sym_in, + ACTIONS(5029), 1, + anon_sym_BANGin, + ACTIONS(5155), 1, + anon_sym_LBRACE, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5015), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5013), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2987), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, + ACTIONS(5011), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [75497] = 29, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(5021), 1, anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, + ACTIONS(5023), 1, anon_sym_AMP_AMP, + ACTIONS(5025), 1, anon_sym_PIPE_PIPE, - anon_sym_or, + ACTIONS(5027), 1, + anon_sym_in, + ACTIONS(5029), 1, + anon_sym_BANGin, + ACTIONS(5157), 1, + anon_sym_LBRACE, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, anon_sym_QMARK_DOT, + ACTIONS(5015), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5009), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5013), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5017), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5011), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [75598] = 29, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, anon_sym_is, + ACTIONS(4815), 1, anon_sym_BANGis, + ACTIONS(5123), 1, + anon_sym_CARET, + ACTIONS(5125), 1, + anon_sym_AMP_AMP, + ACTIONS(5127), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5129), 1, anon_sym_in, + ACTIONS(5131), 1, anon_sym_BANGin, - [74516] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2704), 13, + ACTIONS(5159), 1, + anon_sym_RPAREN, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5119), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5113), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5117), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2702), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5121), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, + ACTIONS(5115), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [75699] = 29, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(5021), 1, anon_sym_CARET, + ACTIONS(5023), 1, + anon_sym_AMP_AMP, + ACTIONS(5025), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5027), 1, + anon_sym_in, + ACTIONS(5029), 1, + anon_sym_BANGin, + ACTIONS(5161), 1, + anon_sym_LBRACE, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5015), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5009), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5013), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5017), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5011), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + [75800] = 29, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(5021), 1, + anon_sym_CARET, + ACTIONS(5023), 1, anon_sym_AMP_AMP, + ACTIONS(5025), 1, anon_sym_PIPE_PIPE, - anon_sym_or, + ACTIONS(5027), 1, + anon_sym_in, + ACTIONS(5029), 1, + anon_sym_BANGin, + ACTIONS(5163), 1, + anon_sym_LBRACE, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, anon_sym_QMARK_DOT, + ACTIONS(5015), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5009), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5013), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5017), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5011), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [75901] = 29, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, anon_sym_is, + ACTIONS(4815), 1, anon_sym_BANGis, + ACTIONS(5021), 1, + anon_sym_CARET, + ACTIONS(5023), 1, + anon_sym_AMP_AMP, + ACTIONS(5025), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5027), 1, anon_sym_in, + ACTIONS(5029), 1, anon_sym_BANGin, - [74564] = 3, + ACTIONS(5165), 1, + anon_sym_LBRACE, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5015), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5009), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5013), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5017), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5011), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [76002] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2772), 13, + ACTIONS(2470), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -255652,13 +257923,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2770), 27, + ACTIONS(2468), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -255686,10 +257958,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [74612] = 3, + [76051] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2963), 13, + ACTIONS(5167), 1, + anon_sym_BANG, + ACTIONS(2875), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -255697,13 +257971,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, - anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2961), 27, + ACTIONS(2873), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -255731,27 +258005,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [74660] = 3, + [76102] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2911), 13, + ACTIONS(2638), 1, anon_sym_DOT, + ACTIONS(3654), 3, + anon_sym_SEMI, + anon_sym_RBRACK, + anon_sym_COLON, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2909), 27, + ACTIONS(2634), 25, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -255759,7 +258036,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -255776,80 +258052,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [74708] = 28, + anon_sym_DOT_DOT, + [76155] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(2208), 1, - anon_sym_RPAREN, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5117), 1, + ACTIONS(5123), 1, anon_sym_CARET, - ACTIONS(5119), 1, + ACTIONS(5125), 1, anon_sym_AMP_AMP, - ACTIONS(5121), 1, + ACTIONS(5127), 1, anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, + ACTIONS(5129), 1, anon_sym_in, - ACTIONS(5125), 1, + ACTIONS(5131), 1, anon_sym_BANGin, - STATE(2404), 1, + ACTIONS(5169), 1, + anon_sym_RPAREN, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, sym_argument_list, - STATE(2408), 1, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5119), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5113), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5117), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5121), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5115), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [76256] = 29, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(5123), 1, + anon_sym_CARET, + ACTIONS(5125), 1, + anon_sym_AMP_AMP, + ACTIONS(5127), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5129), 1, + anon_sym_in, + ACTIONS(5131), 1, + anon_sym_BANGin, + ACTIONS(5171), 1, + anon_sym_RPAREN, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5113), 2, + ACTIONS(5119), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(5107), 3, + ACTIONS(5113), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, + ACTIONS(5117), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5115), 4, + ACTIONS(5121), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5109), 5, + ACTIONS(5115), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [74806] = 3, + [76357] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2959), 13, + ACTIONS(2632), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -255857,13 +258208,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2957), 27, + ACTIONS(2630), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -255891,82 +258243,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [74854] = 28, + [76406] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_RPAREN, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, + ACTIONS(4805), 1, + anon_sym_CARET, ACTIONS(4807), 1, - anon_sym_or, + anon_sym_AMP_AMP, ACTIONS(4809), 1, - anon_sym_is, + anon_sym_PIPE_PIPE, ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5117), 1, - anon_sym_CARET, - ACTIONS(5119), 1, - anon_sym_AMP_AMP, - ACTIONS(5121), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, + ACTIONS(4817), 1, anon_sym_in, - ACTIONS(5125), 1, + ACTIONS(4819), 1, anon_sym_BANGin, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(5001), 1, + anon_sym_COLON, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5113), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(5107), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, + ACTIONS(4795), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5115), 4, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5109), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [74952] = 4, + [76507] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5175), 1, - anon_sym_BANG, - ACTIONS(2943), 12, + ACTIONS(3019), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -255974,12 +258326,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, + anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2941), 27, + ACTIONS(3017), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -256007,26 +258361,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [75002] = 5, + [76556] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(5177), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(5123), 1, + anon_sym_CARET, + ACTIONS(5125), 1, + anon_sym_AMP_AMP, + ACTIONS(5127), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5129), 1, + anon_sym_in, + ACTIONS(5131), 1, + anon_sym_BANGin, + ACTIONS(5173), 1, + anon_sym_RPAREN, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5119), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5113), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5117), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5121), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5115), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [76657] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5175), 1, anon_sym_else, - STATE(2908), 1, + STATE(2895), 1, sym_else_branch, - ACTIONS(2406), 11, + ACTIONS(2258), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2404), 27, + ACTIONS(2256), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -256054,26 +258481,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [75054] = 5, + [76710] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5177), 1, + ACTIONS(5175), 1, anon_sym_else, - STATE(2909), 1, + STATE(2903), 1, sym_else_branch, - ACTIONS(2400), 11, + ACTIONS(2264), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2398), 27, + ACTIONS(2262), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -256101,10 +258529,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [75106] = 3, + [76763] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2927), 13, + ACTIONS(3131), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -256112,13 +258540,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2925), 27, + ACTIONS(3129), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -256146,150 +258575,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [75154] = 28, + [76812] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(5117), 1, - anon_sym_CARET, - ACTIONS(5119), 1, - anon_sym_AMP_AMP, - ACTIONS(5121), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, - anon_sym_in, - ACTIONS(5125), 1, - anon_sym_BANGin, - ACTIONS(5179), 1, - anon_sym_RPAREN, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5113), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5107), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5111), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5115), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5109), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [75252] = 28, - ACTIONS(3), 1, - sym_comment, ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5117), 1, + ACTIONS(5123), 1, anon_sym_CARET, - ACTIONS(5119), 1, + ACTIONS(5125), 1, anon_sym_AMP_AMP, - ACTIONS(5121), 1, + ACTIONS(5127), 1, anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, + ACTIONS(5129), 1, anon_sym_in, - ACTIONS(5125), 1, + ACTIONS(5131), 1, anon_sym_BANGin, - ACTIONS(5181), 1, + ACTIONS(5177), 1, anon_sym_RPAREN, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5113), 2, + ACTIONS(5119), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(5107), 3, + ACTIONS(5113), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, + ACTIONS(5117), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5115), 4, + ACTIONS(5121), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5109), 5, + ACTIONS(5115), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [75350] = 3, + [76913] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2856), 13, + ACTIONS(3147), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -256297,13 +258658,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2854), 27, + ACTIONS(3145), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -256331,10 +258693,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [75398] = 3, + [76962] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2784), 13, + ACTIONS(3151), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -256342,13 +258704,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2782), 27, + ACTIONS(3149), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -256376,10 +258739,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [75446] = 3, + [77011] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2844), 13, + ACTIONS(2939), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -256387,13 +258750,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2842), 27, + ACTIONS(2937), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -256421,238 +258785,298 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [75494] = 3, + [77060] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(2840), 13, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(5007), 1, + anon_sym_LBRACE, + ACTIONS(5021), 1, + anon_sym_CARET, + ACTIONS(5023), 1, + anon_sym_AMP_AMP, + ACTIONS(5025), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5027), 1, + anon_sym_in, + ACTIONS(5029), 1, + anon_sym_BANGin, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5015), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5013), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2838), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5011), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, + [77161] = 29, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, anon_sym_is, + ACTIONS(4815), 1, anon_sym_BANGis, + ACTIONS(5021), 1, + anon_sym_CARET, + ACTIONS(5023), 1, + anon_sym_AMP_AMP, + ACTIONS(5025), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5027), 1, anon_sym_in, + ACTIONS(5029), 1, anon_sym_BANGin, - [75542] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3165), 13, + ACTIONS(5179), 1, + anon_sym_LBRACE, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5015), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5013), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3163), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5011), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [75590] = 26, + [77262] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(599), 1, - anon_sym_fn, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, - anon_sym_STAR, - ACTIONS(5131), 1, - sym_identifier, - ACTIONS(5135), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5137), 1, - anon_sym_mut, - ACTIONS(5139), 1, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, - anon_sym_AMP, - ACTIONS(5145), 1, - anon_sym_shared, - ACTIONS(5183), 1, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(5123), 1, + anon_sym_CARET, + ACTIONS(5125), 1, + anon_sym_AMP_AMP, + ACTIONS(5127), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5129), 1, + anon_sym_in, + ACTIONS(5131), 1, + anon_sym_BANGin, + ACTIONS(5181), 1, anon_sym_RPAREN, - STATE(3017), 1, - sym_mutability_modifiers, - STATE(3941), 1, - sym_parameter_declaration, - STATE(3942), 1, - sym_type_parameter_declaration, - STATE(4382), 1, - sym_plain_type, - STATE(4600), 1, - sym_reference_expression, - STATE(3581), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2428), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2424), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [75684] = 28, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5119), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5113), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5117), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5121), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5115), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [77363] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5001), 1, + ACTIONS(5021), 1, anon_sym_CARET, - ACTIONS(5003), 1, + ACTIONS(5023), 1, anon_sym_AMP_AMP, - ACTIONS(5005), 1, + ACTIONS(5025), 1, anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, + ACTIONS(5027), 1, anon_sym_in, - ACTIONS(5009), 1, + ACTIONS(5029), 1, anon_sym_BANGin, - ACTIONS(5185), 1, + ACTIONS(5183), 1, anon_sym_LBRACE, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4995), 2, + ACTIONS(5015), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4989), 3, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, + ACTIONS(5013), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, + ACTIONS(5011), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [75782] = 3, + [77464] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3081), 13, + ACTIONS(2991), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -256660,13 +259084,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3079), 27, + ACTIONS(2989), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -256694,123 +259119,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [75830] = 26, + [77513] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(599), 1, - anon_sym_fn, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, - anon_sym_STAR, - ACTIONS(5131), 1, - sym_identifier, - ACTIONS(5135), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5137), 1, - anon_sym_mut, - ACTIONS(5139), 1, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, - anon_sym_AMP, - ACTIONS(5145), 1, - anon_sym_shared, - ACTIONS(5187), 1, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(5123), 1, + anon_sym_CARET, + ACTIONS(5125), 1, + anon_sym_AMP_AMP, + ACTIONS(5127), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5129), 1, + anon_sym_in, + ACTIONS(5131), 1, + anon_sym_BANGin, + ACTIONS(5185), 1, anon_sym_RPAREN, - STATE(3017), 1, - sym_mutability_modifiers, - STATE(3915), 1, - sym_parameter_declaration, - STATE(3916), 1, - sym_type_parameter_declaration, - STATE(4382), 1, - sym_plain_type, - STATE(4600), 1, - sym_reference_expression, - STATE(3581), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2428), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2424), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [75924] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3009), 13, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5119), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5113), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5117), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3007), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5121), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5115), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [75972] = 3, + [77614] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2993), 13, + ACTIONS(2643), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -256818,13 +259202,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2991), 27, + ACTIONS(2641), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -256852,10 +259237,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [76020] = 3, + [77663] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2939), 13, + ACTIONS(2995), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -256863,13 +259248,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2937), 27, + ACTIONS(2993), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -256897,577 +259283,604 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [76068] = 3, + [77712] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(2935), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, anon_sym_QMARK, + ACTIONS(4675), 1, anon_sym_BANG, + ACTIONS(4677), 1, anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2933), 27, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, anon_sym_DASH_DASH, + ACTIONS(4805), 1, anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, + ACTIONS(4807), 1, anon_sym_AMP_AMP, + ACTIONS(4809), 1, anon_sym_PIPE_PIPE, + ACTIONS(4811), 1, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, + ACTIONS(4813), 1, anon_sym_is, + ACTIONS(4815), 1, anon_sym_BANGis, + ACTIONS(4817), 1, anon_sym_in, + ACTIONS(4819), 1, anon_sym_BANGin, - [76116] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2919), 13, + ACTIONS(5187), 1, + anon_sym_RBRACK, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4797), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4795), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4799), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4793), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [77813] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, anon_sym_QMARK, + ACTIONS(4675), 1, anon_sym_BANG, + ACTIONS(4677), 1, anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5013), 3, + anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2917), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(1782), 5, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5011), 5, anon_sym_STAR, anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1796), 16, + anon_sym_as, + anon_sym_LBRACE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [76164] = 4, + [77888] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2768), 1, - anon_sym_LBRACE, - ACTIONS(2967), 11, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5021), 1, + anon_sym_CARET, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(1782), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5013), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2965), 28, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(5011), 5, anon_sym_STAR, anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1796), 15, + anon_sym_as, + anon_sym_LBRACE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - [76214] = 3, + [77967] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2915), 13, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5123), 1, + anon_sym_CARET, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(1958), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4679), 2, anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5113), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5117), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2913), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, + ACTIONS(5115), 5, anon_sym_STAR, anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1956), 15, + anon_sym_as, + anon_sym_RPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [76262] = 26, + [78046] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(599), 1, - anon_sym_fn, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, - anon_sym_STAR, - ACTIONS(5131), 1, - sym_identifier, - ACTIONS(5135), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5137), 1, - anon_sym_mut, - ACTIONS(5139), 1, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, - anon_sym_AMP, - ACTIONS(5145), 1, - anon_sym_shared, - ACTIONS(5189), 1, - anon_sym_RPAREN, - STATE(3017), 1, - sym_mutability_modifiers, - STATE(3854), 1, - sym_parameter_declaration, - STATE(3992), 1, - sym_type_parameter_declaration, - STATE(4382), 1, - sym_plain_type, - STATE(4600), 1, - sym_reference_expression, - STATE(3581), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2428), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2424), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [76356] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2903), 13, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5021), 1, + anon_sym_CARET, + ACTIONS(5027), 1, + anon_sym_in, + ACTIONS(5029), 1, + anon_sym_BANGin, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5015), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5013), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2901), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5011), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(1796), 9, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [76404] = 26, + [78131] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(599), 1, - anon_sym_fn, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, - anon_sym_STAR, - ACTIONS(5135), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5137), 1, - anon_sym_mut, - ACTIONS(5139), 1, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, - anon_sym_AMP, - ACTIONS(5145), 1, - anon_sym_shared, - ACTIONS(5191), 1, - sym_identifier, - ACTIONS(5193), 1, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(5123), 1, + anon_sym_CARET, + ACTIONS(5125), 1, + anon_sym_AMP_AMP, + ACTIONS(5127), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5129), 1, + anon_sym_in, + ACTIONS(5131), 1, + anon_sym_BANGin, + ACTIONS(5189), 1, anon_sym_RPAREN, - STATE(3024), 1, - sym_mutability_modifiers, - STATE(3868), 1, - sym_parameter_declaration, - STATE(3873), 1, - sym_type_parameter_declaration, - STATE(4382), 1, - sym_plain_type, - STATE(4600), 1, - sym_reference_expression, - STATE(3581), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2428), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2424), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [76498] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2730), 11, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5119), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5113), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5117), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2728), 29, - anon_sym_DOT, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5121), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_DASH, + ACTIONS(5115), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_else, - anon_sym_DOLLARelse, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [76546] = 28, + [78232] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5117), 1, + ACTIONS(5123), 1, anon_sym_CARET, - ACTIONS(5119), 1, + ACTIONS(5125), 1, anon_sym_AMP_AMP, - ACTIONS(5121), 1, + ACTIONS(5127), 1, anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, + ACTIONS(5129), 1, anon_sym_in, - ACTIONS(5125), 1, + ACTIONS(5131), 1, anon_sym_BANGin, - ACTIONS(5195), 1, + ACTIONS(5191), 1, anon_sym_RPAREN, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5113), 2, + ACTIONS(5119), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(5107), 3, + ACTIONS(5113), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, + ACTIONS(5117), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5115), 4, + ACTIONS(5121), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5109), 5, + ACTIONS(5115), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [76644] = 3, + [78333] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2700), 11, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5021), 1, + anon_sym_CARET, + ACTIONS(5023), 1, + anon_sym_AMP_AMP, + ACTIONS(5027), 1, + anon_sym_in, + ACTIONS(5029), 1, + anon_sym_BANGin, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5015), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5013), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2698), 29, - anon_sym_DOT, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_DASH, + ACTIONS(5011), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, + ACTIONS(1796), 8, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_else, - anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [76692] = 3, + [78420] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3029), 13, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5123), 1, + anon_sym_CARET, + ACTIONS(5125), 1, + anon_sym_AMP_AMP, + ACTIONS(5129), 1, + anon_sym_in, + ACTIONS(5131), 1, + anon_sym_BANGin, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5119), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5113), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5117), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3027), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5121), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5115), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, + ACTIONS(1796), 8, + anon_sym_as, + anon_sym_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [76740] = 3, + [78507] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3169), 13, + ACTIONS(5193), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + ACTIONS(2721), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -257475,16 +259888,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3167), 27, + ACTIONS(2719), 25, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -257509,195 +259921,207 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [76788] = 3, + [78558] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(3097), 13, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5123), 1, + anon_sym_CARET, + ACTIONS(5129), 1, + anon_sym_in, + ACTIONS(5131), 1, + anon_sym_BANGin, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5119), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5113), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5117), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3095), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5121), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5115), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, + ACTIONS(1796), 9, + anon_sym_as, + anon_sym_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [76836] = 28, + [78643] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(3331), 1, + anon_sym_LBRACE, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5117), 1, + ACTIONS(5021), 1, anon_sym_CARET, - ACTIONS(5119), 1, + ACTIONS(5023), 1, anon_sym_AMP_AMP, - ACTIONS(5121), 1, + ACTIONS(5025), 1, anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, + ACTIONS(5027), 1, anon_sym_in, - ACTIONS(5125), 1, + ACTIONS(5029), 1, anon_sym_BANGin, - ACTIONS(5197), 1, - anon_sym_RPAREN, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5113), 2, + ACTIONS(5015), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(5107), 3, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, + ACTIONS(5013), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5115), 4, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5109), 5, + ACTIONS(5011), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [76934] = 28, + [78744] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(5117), 1, - anon_sym_CARET, - ACTIONS(5119), 1, - anon_sym_AMP_AMP, - ACTIONS(5121), 1, - anon_sym_PIPE_PIPE, ACTIONS(5123), 1, - anon_sym_in, - ACTIONS(5125), 1, - anon_sym_BANGin, - ACTIONS(5199), 1, - anon_sym_RPAREN, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + anon_sym_CARET, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5113), 2, + ACTIONS(1782), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(5107), 3, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5113), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, + ACTIONS(5117), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5115), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5109), 5, + ACTIONS(5115), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [77032] = 3, + ACTIONS(1796), 15, + anon_sym_as, + anon_sym_RPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [78823] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3109), 13, + ACTIONS(2915), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -257705,13 +260129,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3107), 27, + ACTIONS(2913), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -257739,10 +260164,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [77080] = 3, + [78872] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3113), 13, + ACTIONS(3059), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -257750,13 +260175,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3111), 27, + ACTIONS(3057), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -257784,10 +260210,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [77128] = 3, + [78921] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2828), 13, + ACTIONS(3063), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -257795,13 +260221,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2826), 27, + ACTIONS(3061), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -257829,10 +260256,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [77176] = 3, + [78970] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5117), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(1782), 5, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5115), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1796), 16, + anon_sym_as, + anon_sym_RPAREN, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [79045] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3121), 13, + ACTIONS(2927), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -257840,13 +260326,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3119), 27, + ACTIONS(2925), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -257874,10 +260361,132 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [77224] = 3, + [79094] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5021), 1, + anon_sym_CARET, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(1958), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5009), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5013), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5011), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1956), 15, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [79173] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(5021), 1, + anon_sym_CARET, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(1964), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5009), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5013), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5011), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + ACTIONS(1962), 15, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [79252] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3173), 13, + ACTIONS(2895), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -257885,13 +260494,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3171), 27, + ACTIONS(2893), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -257919,80 +260529,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [77272] = 28, + [79301] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5117), 1, + ACTIONS(5123), 1, anon_sym_CARET, - ACTIONS(5119), 1, + ACTIONS(5125), 1, anon_sym_AMP_AMP, - ACTIONS(5121), 1, + ACTIONS(5127), 1, anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, + ACTIONS(5129), 1, anon_sym_in, - ACTIONS(5125), 1, + ACTIONS(5131), 1, anon_sym_BANGin, - ACTIONS(5201), 1, + ACTIONS(5195), 1, anon_sym_RPAREN, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5113), 2, + ACTIONS(5119), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(5107), 3, + ACTIONS(5113), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, + ACTIONS(5117), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5115), 4, + ACTIONS(5121), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5109), 5, + ACTIONS(5115), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [77370] = 3, + [79402] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3197), 13, + ACTIONS(3071), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -258000,13 +260612,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3195), 27, + ACTIONS(3069), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -258034,10 +260647,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [77418] = 3, + [79451] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3129), 13, + ACTIONS(3083), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -258045,13 +260658,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3127), 27, + ACTIONS(3081), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -258079,10 +260693,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [77466] = 3, + [79500] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3061), 13, + ACTIONS(3087), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -258090,13 +260704,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3059), 27, + ACTIONS(3085), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -258124,10 +260739,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [77514] = 3, + [79549] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3057), 13, + ACTIONS(3091), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -258135,13 +260750,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3055), 27, + ACTIONS(3089), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -258169,117 +260785,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [77562] = 3, + [79598] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(3177), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, anon_sym_QMARK, + ACTIONS(4675), 1, anon_sym_BANG, + ACTIONS(4677), 1, anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3175), 27, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, anon_sym_DASH_DASH, + ACTIONS(4805), 1, anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, + ACTIONS(4807), 1, anon_sym_AMP_AMP, + ACTIONS(4809), 1, anon_sym_PIPE_PIPE, + ACTIONS(4811), 1, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, + ACTIONS(4813), 1, anon_sym_is, + ACTIONS(4815), 1, anon_sym_BANGis, + ACTIONS(4817), 1, anon_sym_in, + ACTIONS(4819), 1, anon_sym_BANGin, - [77610] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2788), 13, + ACTIONS(5197), 1, + anon_sym_RBRACK, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4797), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4795), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2786), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(4793), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [77658] = 4, + [79699] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2768), 1, - anon_sym_LBRACE, - ACTIONS(2700), 11, + ACTIONS(2819), 14, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2698), 28, - anon_sym_SEMI, - anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(2817), 27, anon_sym_as, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, @@ -258288,6 +260886,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -258304,30 +260903,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_COLON_EQ, - [77708] = 5, + [79748] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2886), 1, + ACTIONS(2628), 14, anon_sym_DOT, - ACTIONS(3652), 3, - anon_sym_SEMI, - anon_sym_RBRACK, - anon_sym_COLON, - ACTIONS(2884), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, + anon_sym_DOT_DOT, + ACTIONS(2626), 27, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -258335,6 +260932,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -258351,27 +260949,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - anon_sym_DOT_DOT, - [77760] = 3, + [79797] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3089), 13, - anon_sym_DOT, + ACTIONS(2422), 1, + anon_sym_LBRACE, + ACTIONS(2418), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3087), 27, + ACTIONS(2416), 28, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, @@ -258380,7 +260979,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -258397,55 +260995,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [77808] = 3, + anon_sym_COLON_EQ, + [79848] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(3093), 13, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(5123), 1, + anon_sym_CARET, + ACTIONS(5125), 1, + anon_sym_AMP_AMP, + ACTIONS(5127), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5129), 1, + anon_sym_in, + ACTIONS(5131), 1, + anon_sym_BANGin, + ACTIONS(5199), 1, + anon_sym_RPAREN, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5119), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5113), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5117), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(3091), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5121), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5115), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [77856] = 3, + [79949] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2792), 13, + ACTIONS(2851), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -258453,13 +261079,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2790), 27, + ACTIONS(2849), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -258487,10 +261114,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [77904] = 3, + [79998] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2836), 13, + ACTIONS(2887), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -258498,13 +261125,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2834), 27, + ACTIONS(2885), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -258532,10 +261160,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [77952] = 3, + [80047] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2864), 13, + ACTIONS(2891), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -258543,13 +261171,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2862), 27, + ACTIONS(2889), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -258577,235 +261206,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [78000] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(5117), 1, - anon_sym_CARET, - ACTIONS(5119), 1, - anon_sym_AMP_AMP, - ACTIONS(5121), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, - anon_sym_in, - ACTIONS(5125), 1, - anon_sym_BANGin, - ACTIONS(5203), 1, - anon_sym_RPAREN, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5113), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5107), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5111), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5115), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5109), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [78098] = 26, + [80096] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(599), 1, - anon_sym_fn, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3379), 1, - anon_sym_STAR, - ACTIONS(5131), 1, - sym_identifier, - ACTIONS(5135), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5137), 1, - anon_sym_mut, - ACTIONS(5139), 1, - anon_sym_BANG, - ACTIONS(5141), 1, - anon_sym_LBRACK2, - ACTIONS(5143), 1, - anon_sym_AMP, - ACTIONS(5145), 1, - anon_sym_shared, - ACTIONS(5205), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1728), 1, anon_sym_RPAREN, - STATE(3017), 1, - sym_mutability_modifiers, - STATE(3918), 1, - sym_type_parameter_declaration, - STATE(3920), 1, - sym_parameter_declaration, - STATE(4382), 1, - sym_plain_type, - STATE(4600), 1, - sym_reference_expression, - STATE(3581), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2428), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2424), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [78192] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4677), 1, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5117), 1, + ACTIONS(5123), 1, anon_sym_CARET, - ACTIONS(5119), 1, + ACTIONS(5125), 1, anon_sym_AMP_AMP, - ACTIONS(5121), 1, + ACTIONS(5127), 1, anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, + ACTIONS(5129), 1, anon_sym_in, - ACTIONS(5125), 1, + ACTIONS(5131), 1, anon_sym_BANGin, - ACTIONS(5207), 1, - anon_sym_RPAREN, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5113), 2, + ACTIONS(5119), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(5107), 3, + ACTIONS(5113), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, + ACTIONS(5117), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5115), 4, + ACTIONS(5121), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5109), 5, + ACTIONS(5115), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [78290] = 4, + [80197] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2768), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - ACTIONS(2700), 11, + ACTIONS(2931), 14, + anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2698), 27, - anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(2929), 27, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -258813,12 +261307,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -258831,10 +261324,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [78340] = 3, + [80246] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2872), 13, + ACTIONS(2951), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -258842,13 +261335,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2870), 27, + ACTIONS(2949), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -258876,80 +261370,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [78388] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(5001), 1, - anon_sym_CARET, - ACTIONS(5003), 1, - anon_sym_AMP_AMP, - ACTIONS(5005), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, - anon_sym_in, - ACTIONS(5009), 1, - anon_sym_BANGin, - ACTIONS(5209), 1, - anon_sym_LBRACE, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4995), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4989), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4993), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4991), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [78486] = 3, + [80295] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2876), 13, + ACTIONS(2955), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -258957,13 +261381,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2874), 27, + ACTIONS(2953), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -258991,10 +261416,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [78534] = 3, + [80344] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2899), 13, + ACTIONS(2959), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -259002,13 +261427,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2897), 27, + ACTIONS(2957), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -259036,10 +261462,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [78582] = 3, + [80393] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2907), 13, + ACTIONS(3191), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -259047,13 +261473,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2905), 27, + ACTIONS(3189), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -259081,220 +261508,129 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [78630] = 28, + [80442] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1722), 1, + anon_sym_RPAREN, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5001), 1, + ACTIONS(5123), 1, anon_sym_CARET, - ACTIONS(5003), 1, + ACTIONS(5125), 1, anon_sym_AMP_AMP, - ACTIONS(5005), 1, + ACTIONS(5127), 1, anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, + ACTIONS(5129), 1, anon_sym_in, - ACTIONS(5009), 1, + ACTIONS(5131), 1, anon_sym_BANGin, - ACTIONS(5211), 1, - anon_sym_LBRACE, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4995), 2, + ACTIONS(5119), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4989), 3, + ACTIONS(5113), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, + ACTIONS(5117), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + ACTIONS(5121), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, + ACTIONS(5115), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [78728] = 28, + [80543] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(5117), 1, - anon_sym_CARET, - ACTIONS(5119), 1, - anon_sym_AMP_AMP, - ACTIONS(5121), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, - anon_sym_in, - ACTIONS(5125), 1, - anon_sym_BANGin, - ACTIONS(5213), 1, - anon_sym_RPAREN, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(2638), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5113), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5107), 3, + ACTIONS(2636), 13, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5115), 4, + anon_sym_DOT_DOT, + ACTIONS(2634), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5109), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [78826] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, + anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(5001), 1, anon_sym_CARET, - ACTIONS(5003), 1, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, - ACTIONS(5005), 1, anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, anon_sym_in, - ACTIONS(5009), 1, anon_sym_BANGin, - ACTIONS(5215), 1, - anon_sym_LBRACE, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4995), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4989), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4993), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4991), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [78924] = 3, + [80594] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2895), 13, + ACTIONS(3003), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -259302,13 +261638,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2893), 27, + ACTIONS(3001), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -259336,10 +261673,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [78972] = 3, + [80643] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2880), 13, + ACTIONS(3011), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -259347,13 +261684,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2878), 27, + ACTIONS(3009), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -259381,218 +261719,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [79020] = 28, + [80692] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(5117), 1, - anon_sym_CARET, - ACTIONS(5119), 1, - anon_sym_AMP_AMP, - ACTIONS(5121), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, - anon_sym_in, - ACTIONS(5125), 1, - anon_sym_BANGin, - ACTIONS(5217), 1, - anon_sym_RPAREN, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(3015), 14, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5113), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5107), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5115), 4, + anon_sym_DOT_DOT, + ACTIONS(3013), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5109), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [79118] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, + anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(5117), 1, anon_sym_CARET, - ACTIONS(5119), 1, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, - ACTIONS(5121), 1, anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, anon_sym_in, - ACTIONS(5125), 1, anon_sym_BANGin, - ACTIONS(5219), 1, - anon_sym_RPAREN, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5113), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5107), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(5111), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(5115), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5109), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [79216] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(599), 1, - anon_sym_fn, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3379), 1, - anon_sym_STAR, - ACTIONS(5131), 1, - sym_identifier, - ACTIONS(5135), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5137), 1, - anon_sym_mut, - ACTIONS(5139), 1, - anon_sym_BANG, - ACTIONS(5141), 1, - anon_sym_LBRACK2, - ACTIONS(5143), 1, - anon_sym_AMP, - ACTIONS(5145), 1, - anon_sym_shared, - ACTIONS(5221), 1, - anon_sym_RPAREN, - STATE(3017), 1, - sym_mutability_modifiers, - STATE(4049), 1, - sym_parameter_declaration, - STATE(4053), 1, - sym_type_parameter_declaration, - STATE(4382), 1, - sym_plain_type, - STATE(4600), 1, - sym_reference_expression, - STATE(3581), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2428), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2424), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [79310] = 3, + [80741] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3013), 13, + ACTIONS(3023), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -259600,13 +261776,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3011), 27, + ACTIONS(3021), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -259634,10 +261811,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [79358] = 3, + [80790] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3017), 13, + ACTIONS(3027), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -259645,13 +261822,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3015), 27, + ACTIONS(3025), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -259679,80 +261857,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [79406] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4476), 1, - anon_sym_LPAREN, - ACTIONS(4478), 1, - anon_sym_LBRACK, - ACTIONS(4480), 1, - anon_sym_QMARK, - ACTIONS(4482), 1, - anon_sym_BANG, - ACTIONS(4484), 1, - anon_sym_LBRACK2, - ACTIONS(4486), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4488), 1, - anon_sym_as, - ACTIONS(4498), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4500), 1, - anon_sym_DASH_DASH, - ACTIONS(4502), 1, - anon_sym_AMP_AMP, - ACTIONS(4504), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4506), 1, - anon_sym_or, - ACTIONS(4508), 1, - anon_sym_is, - ACTIONS(4510), 1, - anon_sym_BANGis, - ACTIONS(4512), 1, - anon_sym_in, - ACTIONS(4514), 1, - anon_sym_BANGin, - ACTIONS(5015), 1, - anon_sym_CARET, - ACTIONS(5017), 1, - anon_sym_LT_DASH, - STATE(2081), 1, - sym_argument_list, - STATE(2082), 1, - sym_or_block, - STATE(4192), 1, - sym_type_parameters, - ACTIONS(4474), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4494), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4490), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4492), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4496), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5011), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [79504] = 3, + [80839] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2824), 13, + ACTIONS(3031), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -259760,13 +261868,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2822), 27, + ACTIONS(3029), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -259794,10 +261903,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [79552] = 3, + [80888] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2820), 13, + ACTIONS(3035), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -259805,13 +261914,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2818), 27, + ACTIONS(3033), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -259839,137 +261949,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [79600] = 15, + [80937] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(3043), 14, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4993), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2076), 5, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(4991), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2074), 16, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(3041), 27, anon_sym_as, anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [79672] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, + anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, anon_sym_is, - ACTIONS(4811), 1, anon_sym_BANGis, - ACTIONS(5001), 1, - anon_sym_CARET, - ACTIONS(5003), 1, - anon_sym_AMP_AMP, - ACTIONS(5005), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, anon_sym_in, - ACTIONS(5009), 1, anon_sym_BANGin, - ACTIONS(5223), 1, - anon_sym_LBRACE, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4995), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4989), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4993), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4991), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [79770] = 3, + [80986] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2808), 13, + ACTIONS(3099), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -259977,13 +262006,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2806), 27, + ACTIONS(3097), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -260010,410 +262040,241 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_is, anon_sym_BANGis, anon_sym_in, - anon_sym_BANGin, - [79818] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(5001), 1, - anon_sym_CARET, - ACTIONS(5003), 1, - anon_sym_AMP_AMP, - ACTIONS(5005), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, - anon_sym_in, - ACTIONS(5009), 1, - anon_sym_BANGin, - ACTIONS(5071), 1, - anon_sym_LBRACE, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4995), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4989), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4993), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4991), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [79916] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(599), 1, - anon_sym_fn, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3379), 1, - anon_sym_STAR, - ACTIONS(5131), 1, - sym_identifier, - ACTIONS(5135), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5137), 1, - anon_sym_mut, - ACTIONS(5139), 1, - anon_sym_BANG, - ACTIONS(5141), 1, - anon_sym_LBRACK2, - ACTIONS(5143), 1, - anon_sym_AMP, - ACTIONS(5145), 1, - anon_sym_shared, - ACTIONS(5187), 1, - anon_sym_RPAREN, - STATE(3017), 1, - sym_mutability_modifiers, - STATE(3882), 1, - sym_plain_type, - STATE(3915), 1, - sym_parameter_declaration, - STATE(3916), 1, - sym_type_parameter_declaration, - STATE(4600), 1, - sym_reference_expression, - STATE(3581), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2428), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2424), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [80010] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5001), 1, - anon_sym_CARET, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(2076), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4687), 2, + anon_sym_BANGin, + [81035] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3179), 14, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4989), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4991), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2074), 15, + anon_sym_DOT_DOT, + ACTIONS(3177), 27, anon_sym_as, anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [80086] = 28, + [81084] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(3199), 14, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, - ACTIONS(4683), 1, anon_sym_BANG, - ACTIONS(4685), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(3197), 27, anon_sym_as, - ACTIONS(4797), 1, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(5117), 1, anon_sym_CARET, - ACTIONS(5119), 1, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, - ACTIONS(5121), 1, anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, anon_sym_in, - ACTIONS(5125), 1, anon_sym_BANGin, - ACTIONS(5225), 1, - anon_sym_RPAREN, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, + [81133] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3107), 14, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5113), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5107), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5115), 4, + anon_sym_DOT_DOT, + ACTIONS(3105), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5109), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [80184] = 28, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, + anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_or, - ACTIONS(4809), 1, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, - ACTIONS(4811), 1, anon_sym_BANGis, - ACTIONS(4827), 1, - anon_sym_CARET, - ACTIONS(4833), 1, anon_sym_in, - ACTIONS(4835), 1, anon_sym_BANGin, - ACTIONS(4837), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5227), 1, - anon_sym_RBRACK, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, + [81182] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3123), 14, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4829), 2, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4825), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4831), 4, + anon_sym_DOT_DOT, + ACTIONS(3121), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4821), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [80282] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - ACTIONS(5001), 1, - anon_sym_CARET, - ACTIONS(5007), 1, + anon_sym_is, + anon_sym_BANGis, anon_sym_in, - ACTIONS(5009), 1, anon_sym_BANGin, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, + [81231] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3127), 14, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4995), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4989), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + anon_sym_DOT_DOT, + ACTIONS(3125), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2074), 9, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - [80364] = 3, + anon_sym_in, + anon_sym_BANGin, + [81280] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2860), 13, + ACTIONS(3143), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -260421,13 +262282,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2858), 27, + ACTIONS(3141), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -260455,135 +262317,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [80412] = 17, + [81329] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5117), 1, - anon_sym_CARET, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(2112), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4687), 2, + ACTIONS(3195), 14, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5107), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5109), 5, + anon_sym_DOT_DOT, + ACTIONS(3193), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2110), 15, - anon_sym_as, - anon_sym_RPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [80488] = 21, + [81378] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5001), 1, - anon_sym_CARET, - ACTIONS(5003), 1, - anon_sym_AMP_AMP, - ACTIONS(5007), 1, - anon_sym_in, - ACTIONS(5009), 1, - anon_sym_BANGin, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(3103), 14, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4995), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4989), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + anon_sym_DOT_DOT, + ACTIONS(3101), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2074), 8, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - [80572] = 4, + anon_sym_in, + anon_sym_BANGin, + [81427] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2768), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - ACTIONS(2967), 13, + ACTIONS(3111), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -260591,14 +262420,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2965), 25, + ACTIONS(3109), 27, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -260623,259 +262455,149 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [80622] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(599), 1, - anon_sym_fn, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3379), 1, - anon_sym_STAR, - ACTIONS(5131), 1, - sym_identifier, - ACTIONS(5135), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5137), 1, - anon_sym_mut, - ACTIONS(5139), 1, - anon_sym_BANG, - ACTIONS(5141), 1, - anon_sym_LBRACK2, - ACTIONS(5143), 1, - anon_sym_AMP, - ACTIONS(5145), 1, - anon_sym_shared, - ACTIONS(5229), 1, - anon_sym_RPAREN, - STATE(3017), 1, - sym_mutability_modifiers, - STATE(4062), 1, - sym_type_parameter_declaration, - STATE(4064), 1, - sym_parameter_declaration, - STATE(4382), 1, - sym_plain_type, - STATE(4600), 1, - sym_reference_expression, - STATE(3581), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2428), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2424), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [80716] = 17, + [81476] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5001), 1, - anon_sym_CARET, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(2108), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4687), 2, + ACTIONS(3155), 14, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4989), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4991), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2106), 15, + anon_sym_DOT_DOT, + ACTIONS(3153), 27, anon_sym_as, anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [80792] = 17, + [81525] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5001), 1, - anon_sym_CARET, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(2112), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4687), 2, + ACTIONS(3183), 14, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4989), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4991), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2110), 15, + anon_sym_DOT_DOT, + ACTIONS(3181), 27, anon_sym_as, anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [80868] = 17, + [81574] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5117), 1, - anon_sym_CARET, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(2108), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5107), 3, + ACTIONS(2422), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + ACTIONS(2418), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5109), 5, + ACTIONS(2416), 27, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2106), 15, - anon_sym_as, - anon_sym_RPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_DASH, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [80944] = 4, + [81625] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2777), 3, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LBRACK, - ACTIONS(2772), 13, + ACTIONS(3095), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -260883,14 +262605,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(2770), 24, + ACTIONS(3093), 27, anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -260899,6 +262624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, @@ -260914,78 +262640,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [80994] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(599), 1, - anon_sym_fn, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3379), 1, - anon_sym_STAR, - ACTIONS(5131), 1, - sym_identifier, - ACTIONS(5135), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5137), 1, - anon_sym_mut, - ACTIONS(5139), 1, - anon_sym_BANG, - ACTIONS(5141), 1, - anon_sym_LBRACK2, - ACTIONS(5143), 1, - anon_sym_AMP, - ACTIONS(5145), 1, - anon_sym_shared, - ACTIONS(5231), 1, - anon_sym_RPAREN, - STATE(3017), 1, - sym_mutability_modifiers, - STATE(4076), 1, - sym_parameter_declaration, - STATE(4080), 1, - sym_type_parameter_declaration, - STATE(4382), 1, - sym_plain_type, - STATE(4600), 1, - sym_reference_expression, - STATE(3581), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2428), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2424), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [81088] = 3, + [81674] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3161), 13, + ACTIONS(2721), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -260993,13 +262651,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3159), 27, + ACTIONS(2719), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -261027,10 +262686,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [81136] = 3, + [81723] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3069), 13, + ACTIONS(2422), 1, + anon_sym_COMMA, + ACTIONS(2863), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -261038,16 +262699,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3067), 27, + ACTIONS(2861), 26, anon_sym_as, anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -261072,10 +262733,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [81184] = 3, + [81774] = 29, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4805), 1, + anon_sym_CARET, + ACTIONS(4807), 1, + anon_sym_AMP_AMP, + ACTIONS(4809), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(4817), 1, + anon_sym_in, + ACTIONS(4819), 1, + anon_sym_BANGin, + ACTIONS(5201), 1, + anon_sym_SEMI, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4797), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4791), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4795), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4799), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4793), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [81875] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3025), 13, + ACTIONS(3187), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -261083,13 +262816,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3023), 27, + ACTIONS(3185), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -261117,27 +262851,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [81232] = 4, + [81924] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(2768), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - ACTIONS(2700), 13, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(5123), 1, + anon_sym_CARET, + ACTIONS(5125), 1, + anon_sym_AMP_AMP, + ACTIONS(5127), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5129), 1, + anon_sym_in, + ACTIONS(5131), 1, + anon_sym_BANGin, + ACTIONS(5203), 1, + anon_sym_RPAREN, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5119), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5113), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5117), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5121), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5115), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [82025] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2590), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2698), 25, + ACTIONS(2588), 29, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -261146,11 +262949,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -261159,469 +262963,684 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_or, anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, + anon_sym_else, + anon_sym_DOLLARelse, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [81282] = 26, + [82074] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(599), 1, - anon_sym_fn, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, - anon_sym_STAR, - ACTIONS(5131), 1, - sym_identifier, - ACTIONS(5135), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5137), 1, - anon_sym_mut, - ACTIONS(5139), 1, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, - anon_sym_AMP, - ACTIONS(5145), 1, - anon_sym_shared, - ACTIONS(5193), 1, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(5123), 1, + anon_sym_CARET, + ACTIONS(5125), 1, + anon_sym_AMP_AMP, + ACTIONS(5127), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5129), 1, + anon_sym_in, + ACTIONS(5131), 1, + anon_sym_BANGin, + ACTIONS(5205), 1, anon_sym_RPAREN, - STATE(3017), 1, - sym_mutability_modifiers, - STATE(3868), 1, - sym_parameter_declaration, - STATE(3873), 1, - sym_type_parameter_declaration, - STATE(4382), 1, - sym_plain_type, - STATE(4600), 1, - sym_reference_expression, - STATE(3581), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2428), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2424), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [81376] = 21, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5119), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5113), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5117), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5121), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5115), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [82175] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(5117), 1, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(5123), 1, anon_sym_CARET, - ACTIONS(5119), 1, + ACTIONS(5125), 1, anon_sym_AMP_AMP, - ACTIONS(5123), 1, + ACTIONS(5127), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5129), 1, anon_sym_in, - ACTIONS(5125), 1, + ACTIONS(5131), 1, anon_sym_BANGin, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(5207), 1, + anon_sym_RPAREN, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5113), 2, + ACTIONS(5119), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(5107), 3, + ACTIONS(5113), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, + ACTIONS(5117), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5115), 4, + ACTIONS(5121), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5109), 5, + ACTIONS(5115), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2074), 8, + [82276] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2422), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + ACTIONS(2863), 14, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(2861), 25, anon_sym_as, - anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - [81460] = 28, + anon_sym_in, + anon_sym_BANGin, + [82327] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5001), 1, + ACTIONS(5123), 1, + anon_sym_CARET, + ACTIONS(5125), 1, + anon_sym_AMP_AMP, + ACTIONS(5127), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5129), 1, + anon_sym_in, + ACTIONS(5131), 1, + anon_sym_BANGin, + ACTIONS(5209), 1, + anon_sym_RPAREN, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5119), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5113), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(5117), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5121), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5115), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [82428] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2472), 1, + anon_sym_LT2, + ACTIONS(2475), 3, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LBRACK, + ACTIONS(2470), 13, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(2468), 24, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [82481] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3167), 14, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(3165), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_CARET, - ACTIONS(5003), 1, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, - ACTIONS(5005), 1, anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, anon_sym_in, - ACTIONS(5009), 1, anon_sym_BANGin, - ACTIONS(5233), 1, - anon_sym_LBRACE, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, + [82530] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3171), 14, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4995), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4989), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + anon_sym_DOT_DOT, + ACTIONS(3169), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [81558] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, anon_sym_POUND_LBRACK, - ACTIONS(5117), 1, - anon_sym_CARET, - ACTIONS(5123), 1, + anon_sym_is, + anon_sym_BANGis, anon_sym_in, - ACTIONS(5125), 1, anon_sym_BANGin, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, + [82579] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2422), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + ACTIONS(2418), 14, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5113), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5107), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5115), 4, + anon_sym_DOT_DOT, + ACTIONS(2416), 25, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5109), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2074), 9, - anon_sym_as, - anon_sym_RPAREN, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, - [81640] = 28, + anon_sym_in, + anon_sym_BANGin, + [82630] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3337), 1, - anon_sym_LBRACE, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(2420), 14, + anon_sym_DOT, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, - ACTIONS(4683), 1, anon_sym_BANG, - ACTIONS(4685), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + anon_sym_AMP, + anon_sym_GT_GT, + anon_sym_DOT_DOT, + ACTIONS(2422), 27, anon_sym_as, - ACTIONS(4797), 1, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(5001), 1, anon_sym_CARET, - ACTIONS(5003), 1, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, - ACTIONS(5005), 1, anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, anon_sym_in, - ACTIONS(5009), 1, anon_sym_BANGin, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, + [82679] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2999), 14, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4995), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4989), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + anon_sym_DOT_DOT, + ACTIONS(2997), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [81738] = 17, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [82728] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(5117), 1, - anon_sym_CARET, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(2076), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4687), 2, + ACTIONS(3175), 14, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(5107), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5109), 5, + anon_sym_DOT_DOT, + ACTIONS(3173), 27, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - ACTIONS(2074), 15, - anon_sym_as, - anon_sym_RPAREN, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [81814] = 15, + [82777] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(5123), 1, + anon_sym_CARET, + ACTIONS(5125), 1, + anon_sym_AMP_AMP, + ACTIONS(5127), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5129), 1, + anon_sym_in, + ACTIONS(5131), 1, + anon_sym_BANGin, + ACTIONS(5211), 1, + anon_sym_RPAREN, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5111), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2076), 5, + ACTIONS(5119), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5113), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5109), 5, + ACTIONS(5117), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5121), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(5115), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - ACTIONS(2074), 16, - anon_sym_as, - anon_sym_RPAREN, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [81886] = 5, + [82878] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2777), 2, + ACTIONS(2472), 1, + anon_sym_LT2, + ACTIONS(2475), 2, anon_sym_LBRACK, anon_sym_RBRACK, - ACTIONS(3027), 2, + ACTIONS(3177), 2, anon_sym_LBRACE, anon_sym_COMMA, - ACTIONS(2772), 12, + ACTIONS(2470), 12, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -261634,7 +263653,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2770), 24, + ACTIONS(2468), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -261659,25 +263678,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_in, anon_sym_BANGin, anon_sym_DOT_DOT, - [81938] = 4, + [82933] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2774), 1, + ACTIONS(2472), 1, anon_sym_DOT, - ACTIONS(3029), 12, + ACTIONS(3179), 13, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3027), 27, + ACTIONS(3177), 27, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -261705,10 +263725,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [81988] = 3, + [82984] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3021), 13, + ACTIONS(2422), 1, + anon_sym_COMMA, + ACTIONS(2418), 14, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -261716,16 +263738,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, anon_sym_DOT_DOT, - ACTIONS(3019), 27, + ACTIONS(2416), 26, anon_sym_as, anon_sym_LBRACE, - anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -261750,382 +263772,711 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [82036] = 28, + [83035] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4827), 1, + ACTIONS(5123), 1, anon_sym_CARET, - ACTIONS(4833), 1, - anon_sym_in, - ACTIONS(4835), 1, - anon_sym_BANGin, - ACTIONS(4837), 1, + ACTIONS(5125), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(5127), 1, anon_sym_PIPE_PIPE, - ACTIONS(5013), 1, - anon_sym_COLON, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(5129), 1, + anon_sym_in, + ACTIONS(5131), 1, + anon_sym_BANGin, + ACTIONS(5213), 1, + anon_sym_RPAREN, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4829), 2, + ACTIONS(5119), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, + ACTIONS(5113), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4831), 4, + ACTIONS(5117), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(5121), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4821), 5, + ACTIONS(5115), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [82134] = 28, + [83136] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5001), 1, + ACTIONS(5021), 1, anon_sym_CARET, - ACTIONS(5003), 1, + ACTIONS(5023), 1, anon_sym_AMP_AMP, - ACTIONS(5005), 1, + ACTIONS(5025), 1, anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, + ACTIONS(5027), 1, anon_sym_in, - ACTIONS(5009), 1, + ACTIONS(5029), 1, anon_sym_BANGin, - ACTIONS(5235), 1, + ACTIONS(5215), 1, anon_sym_LBRACE, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4995), 2, + ACTIONS(5015), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4989), 3, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, + ACTIONS(5013), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, + ACTIONS(5011), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [82232] = 28, + [83237] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1722), 1, + anon_sym_LBRACE, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5117), 1, + ACTIONS(5021), 1, anon_sym_CARET, - ACTIONS(5119), 1, + ACTIONS(5023), 1, anon_sym_AMP_AMP, - ACTIONS(5121), 1, + ACTIONS(5025), 1, anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, + ACTIONS(5027), 1, anon_sym_in, - ACTIONS(5125), 1, + ACTIONS(5029), 1, anon_sym_BANGin, - ACTIONS(5237), 1, - anon_sym_RPAREN, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5113), 2, + ACTIONS(5015), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(5107), 3, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, + ACTIONS(5013), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5115), 4, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5109), 5, + ACTIONS(5011), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [82330] = 3, + [83338] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(2931), 13, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(1728), 1, + anon_sym_LBRACE, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, + ACTIONS(5021), 1, + anon_sym_CARET, + ACTIONS(5023), 1, + anon_sym_AMP_AMP, + ACTIONS(5025), 1, + anon_sym_PIPE_PIPE, + ACTIONS(5027), 1, + anon_sym_in, + ACTIONS(5029), 1, + anon_sym_BANGin, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(5015), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5009), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(5013), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2929), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(5017), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(5011), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [82378] = 28, + [83439] = 29, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4809), 1, + ACTIONS(4813), 1, anon_sym_is, - ACTIONS(4811), 1, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(5117), 1, + ACTIONS(5123), 1, anon_sym_CARET, - ACTIONS(5119), 1, + ACTIONS(5125), 1, anon_sym_AMP_AMP, - ACTIONS(5121), 1, + ACTIONS(5127), 1, anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, + ACTIONS(5129), 1, anon_sym_in, - ACTIONS(5125), 1, + ACTIONS(5131), 1, anon_sym_BANGin, - ACTIONS(5239), 1, + ACTIONS(5217), 1, anon_sym_RPAREN, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5113), 2, + ACTIONS(5119), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(5107), 3, + ACTIONS(5113), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, + ACTIONS(5117), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5115), 4, + ACTIONS(5121), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5109), 5, + ACTIONS(5115), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [82476] = 3, + [83540] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(2868), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, + ACTIONS(43), 1, anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5219), 1, + sym_identifier, + ACTIONS(5221), 1, + anon_sym_RPAREN, + ACTIONS(5223), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5225), 1, + anon_sym_mut, + ACTIONS(5227), 1, anon_sym_BANG, + ACTIONS(5229), 1, anon_sym_LBRACK2, + ACTIONS(5231), 1, anon_sym_AMP, - anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2866), 27, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, + ACTIONS(5233), 1, + anon_sym_shared, + STATE(3032), 1, + sym_mutability_modifiers, + STATE(3891), 1, + sym_parameter_declaration, + STATE(3892), 1, + sym_type_parameter_declaration, + STATE(4433), 1, + sym_plain_type, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3675), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(3676), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [83634] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(3379), 1, anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(5219), 1, + sym_identifier, + ACTIONS(5223), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5225), 1, + anon_sym_mut, + ACTIONS(5227), 1, + anon_sym_BANG, + ACTIONS(5229), 1, + anon_sym_LBRACK2, + ACTIONS(5231), 1, + anon_sym_AMP, + ACTIONS(5233), 1, + anon_sym_shared, + ACTIONS(5235), 1, + anon_sym_RPAREN, + STATE(3032), 1, + sym_mutability_modifiers, + STATE(4093), 1, + sym_parameter_declaration, + STATE(4094), 1, + sym_type_parameter_declaration, + STATE(4433), 1, + sym_plain_type, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3675), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(3676), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [83728] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(599), 1, + anon_sym_LBRACK2, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(2470), 1, + anon_sym_DOT, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5227), 1, + anon_sym_BANG, + ACTIONS(5231), 1, + anon_sym_AMP, + ACTIONS(5237), 1, anon_sym_DOT_DOT_DOT, + STATE(4221), 1, + sym_plain_type, + STATE(4222), 1, + sym__plain_type_without_special, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3675), 3, + sym_multi_return_type, + sym_result_type, + sym_option_type, + ACTIONS(3177), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_LT2, + STATE(3676), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [83818] = 28, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, anon_sym_LBRACK, + ACTIONS(4673), 1, + anon_sym_QMARK, + ACTIONS(4675), 1, + anon_sym_BANG, + ACTIONS(4677), 1, + anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, anon_sym_DASH_DASH, + ACTIONS(4805), 1, anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, + ACTIONS(4807), 1, anon_sym_AMP_AMP, + ACTIONS(4809), 1, anon_sym_PIPE_PIPE, + ACTIONS(4811), 1, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, + ACTIONS(4817), 1, anon_sym_in, + ACTIONS(4819), 1, anon_sym_BANGin, - [82524] = 4, + ACTIONS(5239), 1, + anon_sym_is, + ACTIONS(5241), 1, + anon_sym_BANGis, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4797), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4791), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4795), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4799), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(4793), 5, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + [83916] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(2768), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(599), 1, + anon_sym_LBRACK2, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(2470), 1, + anon_sym_DOT, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5227), 1, + anon_sym_BANG, + ACTIONS(5231), 1, + anon_sym_AMP, + ACTIONS(5243), 1, + anon_sym_DOT_DOT_DOT, + STATE(4243), 1, + sym_plain_type, + STATE(4424), 1, + sym__plain_type_without_special, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3675), 3, + sym_multi_return_type, + sym_result_type, + sym_option_type, + ACTIONS(3177), 4, anon_sym_COMMA, - ACTIONS(2967), 13, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_LT2, + STATE(3676), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [84006] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3658), 2, + anon_sym_SEMI, + anon_sym_RBRACK, + ACTIONS(3656), 13, anon_sym_DOT, anon_sym_PIPE, anon_sym_PLUS, @@ -262133,15 +264484,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2965), 26, + ACTIONS(3660), 25, anon_sym_as, - anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -262149,7 +264499,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -262166,24 +264515,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [82574] = 3, + anon_sym_DOT_DOT, + [84056] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2852), 13, - anon_sym_DOT, + ACTIONS(2965), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2850), 27, + ACTIONS(2968), 28, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, anon_sym_COMMA, @@ -262194,7 +264545,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -262211,28 +264561,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [82622] = 4, + [84104] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2768), 1, - anon_sym_COMMA, - ACTIONS(2700), 13, - anon_sym_DOT, + ACTIONS(2975), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2698), 26, + ACTIONS(2978), 28, + anon_sym_SEMI, + anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -262240,7 +264590,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -262257,147 +264606,142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [82672] = 28, + [84152] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(2208), 1, - anon_sym_LBRACE, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(5001), 1, + ACTIONS(4805), 1, anon_sym_CARET, - ACTIONS(5003), 1, + ACTIONS(4807), 1, anon_sym_AMP_AMP, - ACTIONS(5005), 1, + ACTIONS(4809), 1, anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4817), 1, anon_sym_in, - ACTIONS(5009), 1, + ACTIONS(4819), 1, anon_sym_BANGin, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(5245), 1, + anon_sym_is, + ACTIONS(5247), 1, + anon_sym_BANGis, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4995), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4989), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, + ACTIONS(4795), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [82770] = 28, + [84250] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_LBRACE, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(43), 1, anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(599), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(5001), 1, - anon_sym_CARET, - ACTIONS(5003), 1, - anon_sym_AMP_AMP, - ACTIONS(5005), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, - anon_sym_in, - ACTIONS(5009), 1, - anon_sym_BANGin, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(2470), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4995), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4989), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4993), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4991), 5, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [82868] = 26, + ACTIONS(5227), 1, + anon_sym_BANG, + ACTIONS(5231), 1, + anon_sym_AMP, + ACTIONS(5237), 1, + anon_sym_DOT_DOT_DOT, + STATE(4221), 1, + sym_plain_type, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, + sym_type_reference_expression, + sym_qualified_type, + ACTIONS(3177), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_LT2, + STATE(3675), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(3676), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [84338] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -262410,49 +264754,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5131), 1, + ACTIONS(5219), 1, sym_identifier, - ACTIONS(5135), 1, + ACTIONS(5223), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5137), 1, + ACTIONS(5225), 1, anon_sym_mut, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5145), 1, + ACTIONS(5233), 1, anon_sym_shared, - ACTIONS(5241), 1, + ACTIONS(5249), 1, anon_sym_RPAREN, - STATE(3017), 1, + STATE(3032), 1, sym_mutability_modifiers, - STATE(3866), 1, + STATE(4125), 1, sym_parameter_declaration, - STATE(3876), 1, + STATE(4133), 1, sym_type_parameter_declaration, - STATE(4382), 1, + STATE(4433), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -262465,123 +264809,147 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [82962] = 4, + [84432] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(5243), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - ACTIONS(2880), 13, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, anon_sym_QMARK, + ACTIONS(4675), 1, anon_sym_BANG, + ACTIONS(4677), 1, anon_sym_LBRACK2, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, + anon_sym_as, + ACTIONS(4801), 1, + anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, + anon_sym_DASH_DASH, + ACTIONS(4805), 1, + anon_sym_CARET, + ACTIONS(4807), 1, + anon_sym_AMP_AMP, + ACTIONS(4809), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4817), 1, + anon_sym_in, + ACTIONS(4819), 1, + anon_sym_BANGin, + ACTIONS(5251), 1, + anon_sym_is, + ACTIONS(5253), 1, + anon_sym_BANGis, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4797), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4791), 3, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4795), 3, + anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - anon_sym_DOT_DOT, - ACTIONS(2878), 25, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(4793), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [83012] = 28, + [84530] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(5001), 1, + ACTIONS(4805), 1, anon_sym_CARET, - ACTIONS(5003), 1, + ACTIONS(4807), 1, anon_sym_AMP_AMP, - ACTIONS(5005), 1, + ACTIONS(4809), 1, anon_sym_PIPE_PIPE, - ACTIONS(5007), 1, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4817), 1, anon_sym_in, - ACTIONS(5009), 1, + ACTIONS(4819), 1, anon_sym_BANGin, - ACTIONS(5245), 1, - anon_sym_LBRACE, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(5255), 1, + anon_sym_is, + ACTIONS(5257), 1, + anon_sym_BANGis, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4995), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4989), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4993), 3, + ACTIONS(4795), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4997), 4, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4991), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [83110] = 26, + [84628] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -262594,49 +264962,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5131), 1, + ACTIONS(5219), 1, sym_identifier, - ACTIONS(5135), 1, + ACTIONS(5223), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5137), 1, + ACTIONS(5225), 1, anon_sym_mut, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5145), 1, + ACTIONS(5233), 1, anon_sym_shared, - ACTIONS(5247), 1, + ACTIONS(5259), 1, anon_sym_RPAREN, - STATE(3017), 1, + STATE(3032), 1, sym_mutability_modifiers, - STATE(3860), 1, + STATE(4020), 1, sym_parameter_declaration, - STATE(3861), 1, + STATE(4021), 1, sym_type_parameter_declaration, - STATE(4382), 1, + STATE(4433), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -262649,7 +265017,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [83204] = 26, + [84722] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -262662,49 +265030,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5131), 1, + ACTIONS(5219), 1, sym_identifier, - ACTIONS(5135), 1, + ACTIONS(5223), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5137), 1, + ACTIONS(5225), 1, anon_sym_mut, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5145), 1, + ACTIONS(5233), 1, anon_sym_shared, - ACTIONS(5249), 1, + ACTIONS(5261), 1, anon_sym_RPAREN, - STATE(3017), 1, + STATE(3032), 1, sym_mutability_modifiers, - STATE(4029), 1, - sym_type_parameter_declaration, - STATE(4032), 1, + STATE(3900), 1, sym_parameter_declaration, - STATE(4382), 1, + STATE(3906), 1, + sym_type_parameter_declaration, + STATE(4433), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -262717,534 +265085,587 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [83298] = 28, + [84816] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(43), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5219), 1, + sym_identifier, + ACTIONS(5223), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5225), 1, + anon_sym_mut, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(4827), 1, - anon_sym_CARET, - ACTIONS(4833), 1, - anon_sym_in, - ACTIONS(4835), 1, - anon_sym_BANGin, - ACTIONS(4837), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5251), 1, - anon_sym_SEMI, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4829), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, + ACTIONS(5231), 1, anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4831), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4821), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [83396] = 28, + ACTIONS(5233), 1, + anon_sym_shared, + ACTIONS(5263), 1, + anon_sym_RPAREN, + STATE(3032), 1, + sym_mutability_modifiers, + STATE(4034), 1, + sym_type_parameter_declaration, + STATE(4035), 1, + sym_parameter_declaration, + STATE(4433), 1, + sym_plain_type, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3675), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(3676), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [84910] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(5117), 1, + ACTIONS(4805), 1, anon_sym_CARET, - ACTIONS(5119), 1, + ACTIONS(4807), 1, anon_sym_AMP_AMP, - ACTIONS(5121), 1, + ACTIONS(4809), 1, anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4817), 1, anon_sym_in, - ACTIONS(5125), 1, + ACTIONS(4819), 1, anon_sym_BANGin, - ACTIONS(5253), 1, - anon_sym_RPAREN, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(5265), 1, + anon_sym_is, + ACTIONS(5267), 1, + anon_sym_BANGis, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5113), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(5107), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, + ACTIONS(4795), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5115), 4, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5109), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [83494] = 28, + [85008] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4809), 1, - anon_sym_is, - ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(5117), 1, + ACTIONS(4805), 1, anon_sym_CARET, - ACTIONS(5119), 1, + ACTIONS(4807), 1, anon_sym_AMP_AMP, - ACTIONS(5121), 1, + ACTIONS(4809), 1, anon_sym_PIPE_PIPE, - ACTIONS(5123), 1, + ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4817), 1, anon_sym_in, - ACTIONS(5125), 1, + ACTIONS(4819), 1, anon_sym_BANGin, - ACTIONS(5255), 1, - anon_sym_RPAREN, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(5059), 1, + anon_sym_is, + ACTIONS(5061), 1, + anon_sym_BANGis, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(5113), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(5107), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(5111), 3, + ACTIONS(4795), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(5115), 4, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(5109), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [83592] = 4, + [85106] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5257), 1, - anon_sym_DOLLARelse, - ACTIONS(2740), 11, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, + ACTIONS(43), 1, anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5219), 1, + sym_identifier, + ACTIONS(5223), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5225), 1, + anon_sym_mut, + ACTIONS(5227), 1, anon_sym_BANG, + ACTIONS(5229), 1, anon_sym_LBRACK2, + ACTIONS(5231), 1, anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2738), 27, - anon_sym_DOT, + ACTIONS(5233), 1, + anon_sym_shared, + ACTIONS(5263), 1, + anon_sym_RPAREN, + STATE(3032), 1, + sym_mutability_modifiers, + STATE(4034), 1, + sym_type_parameter_declaration, + STATE(4035), 1, + sym_parameter_declaration, + STATE(4096), 1, + sym_plain_type, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3675), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(3676), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [85200] = 28, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4426), 1, anon_sym_as, + ACTIONS(4432), 1, anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(4442), 1, anon_sym_LBRACK, - anon_sym_COLON, + ACTIONS(4444), 1, anon_sym_PLUS_PLUS, + ACTIONS(4446), 1, anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_DASH, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, + ACTIONS(4448), 1, + anon_sym_QMARK, + ACTIONS(4450), 1, + anon_sym_BANG, + ACTIONS(4452), 1, + anon_sym_LBRACK2, + ACTIONS(4454), 1, anon_sym_AMP_AMP, + ACTIONS(4456), 1, anon_sym_PIPE_PIPE, + ACTIONS(4458), 1, anon_sym_or, - anon_sym_QMARK_DOT, + ACTIONS(4460), 1, anon_sym_POUND_LBRACK, + ACTIONS(4462), 1, anon_sym_is, + ACTIONS(4464), 1, anon_sym_BANGis, + ACTIONS(4466), 1, anon_sym_in, + ACTIONS(4468), 1, anon_sym_BANGin, - [83641] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4827), 1, + ACTIONS(5271), 1, anon_sym_CARET, - ACTIONS(4833), 1, - anon_sym_in, - ACTIONS(4835), 1, - anon_sym_BANGin, - ACTIONS(4837), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5259), 1, - anon_sym_is, - ACTIONS(5261), 1, - anon_sym_BANGis, - STATE(2404), 1, + STATE(2056), 1, sym_argument_list, - STATE(2408), 1, + STATE(2131), 1, sym_or_block, - STATE(4199), 1, + STATE(4376), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4424), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4829), 2, + ACTIONS(4438), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, + ACTIONS(4434), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4831), 4, + ACTIONS(4436), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4440), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4821), 5, + ACTIONS(5269), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [83736] = 27, + [85298] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, ACTIONS(4801), 1, - anon_sym_CARET, + anon_sym_PLUS_PLUS, ACTIONS(4803), 1, - anon_sym_AMP_AMP, + anon_sym_DASH_DASH, ACTIONS(4805), 1, - anon_sym_PIPE_PIPE, + anon_sym_CARET, ACTIONS(4807), 1, - anon_sym_or, + anon_sym_AMP_AMP, ACTIONS(4809), 1, - anon_sym_is, + anon_sym_PIPE_PIPE, ACTIONS(4811), 1, - anon_sym_BANGis, - ACTIONS(4813), 1, + anon_sym_or, + ACTIONS(4817), 1, anon_sym_in, - ACTIONS(4815), 1, + ACTIONS(4819), 1, anon_sym_BANGin, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(5273), 1, + anon_sym_is, + ACTIONS(5275), 1, + anon_sym_BANGis, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4793), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4787), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4791), 3, + ACTIONS(4795), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4795), 4, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4789), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [83831] = 27, + [85396] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(5277), 1, + anon_sym_DOLLARelse, + ACTIONS(2412), 12, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, - ACTIONS(4683), 1, anon_sym_BANG, - ACTIONS(4685), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(2410), 27, + anon_sym_DOT, anon_sym_as, - ACTIONS(4797), 1, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4827), 1, anon_sym_CARET, - ACTIONS(4833), 1, - anon_sym_in, - ACTIONS(4835), 1, - anon_sym_BANGin, - ACTIONS(4837), 1, + anon_sym_LT_DASH, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, anon_sym_AMP_AMP, - ACTIONS(4849), 1, anon_sym_PIPE_PIPE, - ACTIONS(5263), 1, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, anon_sym_is, - ACTIONS(5265), 1, anon_sym_BANGis, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4829), 2, + anon_sym_in, + anon_sym_BANGin, + [85446] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4580), 1, + anon_sym_LBRACE, + ACTIONS(5279), 1, + anon_sym_COMMA, + STATE(3949), 1, + aux_sym_expression_without_blocks_list_repeat1, + ACTIONS(2721), 12, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4825), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4831), 4, + ACTIONS(2719), 25, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4821), 5, - anon_sym_STAR, - anon_sym_PERCENT, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [83926] = 27, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [85500] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, + ACTIONS(4805), 1, + anon_sym_CARET, ACTIONS(4807), 1, + anon_sym_AMP_AMP, + ACTIONS(4809), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4827), 1, - anon_sym_CARET, - ACTIONS(4833), 1, + ACTIONS(4817), 1, anon_sym_in, - ACTIONS(4835), 1, + ACTIONS(4819), 1, anon_sym_BANGin, - ACTIONS(4837), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5267), 1, + ACTIONS(5281), 1, anon_sym_is, - ACTIONS(5269), 1, + ACTIONS(5283), 1, anon_sym_BANGis, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4829), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4831), 4, + ACTIONS(4795), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4821), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [84021] = 23, + [85598] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -263257,45 +265678,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, - sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(607), 1, - anon_sym_LBRACK2, - ACTIONS(611), 1, - anon_sym_shared, - ACTIONS(2772), 1, - anon_sym_DOT, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5219), 1, + sym_identifier, + ACTIONS(5223), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5225), 1, + anon_sym_mut, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5143), 1, + ACTIONS(5229), 1, + anon_sym_LBRACK2, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5271), 1, - anon_sym_DOT_DOT_DOT, - STATE(4125), 1, + ACTIONS(5233), 1, + anon_sym_shared, + ACTIONS(5285), 1, + anon_sym_RPAREN, + STATE(3032), 1, + sym_mutability_modifiers, + STATE(4156), 1, + sym_type_parameter_declaration, + STATE(4157), 1, + sym_parameter_declaration, + STATE(4433), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - ACTIONS(3027), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LBRACK, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -263308,188 +265733,143 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [84108] = 27, + [85692] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(43), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5223), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5225), 1, + anon_sym_mut, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4827), 1, - anon_sym_CARET, - ACTIONS(4833), 1, - anon_sym_in, - ACTIONS(4835), 1, - anon_sym_BANGin, - ACTIONS(4837), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5273), 1, - anon_sym_is, - ACTIONS(5275), 1, - anon_sym_BANGis, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4829), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, + ACTIONS(5231), 1, anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4831), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4821), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [84203] = 4, + ACTIONS(5233), 1, + anon_sym_shared, + ACTIONS(5287), 1, + sym_identifier, + ACTIONS(5289), 1, + anon_sym_RPAREN, + STATE(3039), 1, + sym_mutability_modifiers, + STATE(4023), 1, + sym_parameter_declaration, + STATE(4024), 1, + sym_type_parameter_declaration, + STATE(4433), 1, + sym_plain_type, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3675), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(3676), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [85786] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(3659), 2, - anon_sym_SEMI, - anon_sym_RBRACK, - ACTIONS(3657), 12, - anon_sym_DOT, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, + ACTIONS(43), 1, anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(3661), 25, - anon_sym_as, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(3379), 1, anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - anon_sym_DOT_DOT, - [84252] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(5219), 1, + sym_identifier, + ACTIONS(5223), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5225), 1, + anon_sym_mut, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4827), 1, - anon_sym_CARET, - ACTIONS(4833), 1, - anon_sym_in, - ACTIONS(4835), 1, - anon_sym_BANGin, - ACTIONS(4837), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5277), 1, - anon_sym_is, - ACTIONS(5279), 1, - anon_sym_BANGis, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4829), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, + ACTIONS(5231), 1, anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4831), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4821), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [84347] = 24, + ACTIONS(5233), 1, + anon_sym_shared, + ACTIONS(5291), 1, + anon_sym_RPAREN, + STATE(3032), 1, + sym_mutability_modifiers, + STATE(4062), 1, + sym_parameter_declaration, + STATE(4089), 1, + sym_type_parameter_declaration, + STATE(4433), 1, + sym_plain_type, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3675), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(3676), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [85880] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -263502,46 +265882,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, - sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(607), 1, - anon_sym_LBRACK2, - ACTIONS(611), 1, - anon_sym_shared, - ACTIONS(2772), 1, - anon_sym_DOT, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5219), 1, + sym_identifier, + ACTIONS(5223), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5225), 1, + anon_sym_mut, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5143), 1, + ACTIONS(5229), 1, + anon_sym_LBRACK2, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5281), 1, - anon_sym_DOT_DOT_DOT, - STATE(4150), 1, - sym__plain_type_without_special, - STATE(4151), 1, + ACTIONS(5233), 1, + anon_sym_shared, + ACTIONS(5293), 1, + anon_sym_RPAREN, + STATE(3032), 1, + sym_mutability_modifiers, + STATE(4046), 1, + sym_parameter_declaration, + STATE(4047), 1, + sym_type_parameter_declaration, + STATE(4433), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - ACTIONS(3027), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LBRACK, - STATE(2428), 3, + STATE(3675), 4, + sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -263554,129 +265937,152 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [84436] = 4, + [85974] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(5283), 1, - anon_sym_DOLLARelse, - ACTIONS(2734), 11, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, + ACTIONS(43), 1, anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5219), 1, + sym_identifier, + ACTIONS(5223), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5225), 1, + anon_sym_mut, + ACTIONS(5227), 1, anon_sym_BANG, + ACTIONS(5229), 1, anon_sym_LBRACK2, + ACTIONS(5231), 1, anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2732), 27, - anon_sym_DOT, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_DASH, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [84485] = 27, + ACTIONS(5233), 1, + anon_sym_shared, + ACTIONS(5289), 1, + anon_sym_RPAREN, + STATE(3032), 1, + sym_mutability_modifiers, + STATE(4023), 1, + sym_parameter_declaration, + STATE(4024), 1, + sym_type_parameter_declaration, + STATE(4433), 1, + sym_plain_type, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3675), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(3676), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [86068] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(43), 1, anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(599), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4827), 1, - anon_sym_CARET, - ACTIONS(4833), 1, - anon_sym_in, - ACTIONS(4835), 1, - anon_sym_BANGin, - ACTIONS(4837), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5285), 1, - anon_sym_is, - ACTIONS(5287), 1, - anon_sym_BANGis, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(2470), 1, anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4829), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4831), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4821), 5, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [84580] = 6, + ACTIONS(5227), 1, + anon_sym_BANG, + ACTIONS(5231), 1, + anon_sym_AMP, + ACTIONS(5243), 1, + anon_sym_DOT_DOT_DOT, + STATE(4243), 1, + sym_plain_type, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, + sym_type_reference_expression, + sym_qualified_type, + ACTIONS(3177), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_LT2, + STATE(3675), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(3676), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [86156] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4564), 1, + ACTIONS(2472), 1, + anon_sym_LT2, + ACTIONS(2475), 1, + anon_sym_LBRACK, + ACTIONS(3177), 1, anon_sym_LBRACE, - ACTIONS(5289), 1, + ACTIONS(5295), 2, anon_sym_COMMA, - STATE(4077), 1, - aux_sym_expression_without_blocks_list_repeat1, - ACTIONS(2880), 11, + anon_sym_COLON_EQ, + ACTIONS(2470), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, @@ -263688,7 +266094,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2878), 25, + ACTIONS(2468), 24, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -263698,7 +266104,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, @@ -263714,165 +266119,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [84633] = 27, + [86212] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, + ACTIONS(4805), 1, + anon_sym_CARET, ACTIONS(4807), 1, - anon_sym_or, + anon_sym_AMP_AMP, ACTIONS(4809), 1, - anon_sym_is, + anon_sym_PIPE_PIPE, ACTIONS(4811), 1, + anon_sym_or, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, anon_sym_BANGis, - ACTIONS(4827), 1, - anon_sym_CARET, - ACTIONS(4833), 1, + ACTIONS(4817), 1, anon_sym_in, - ACTIONS(4835), 1, + ACTIONS(4819), 1, anon_sym_BANGin, - ACTIONS(4837), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE_PIPE, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4829), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4831), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4821), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [84728] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4827), 1, - anon_sym_CARET, - ACTIONS(4833), 1, - anon_sym_in, - ACTIONS(4835), 1, - anon_sym_BANGin, - ACTIONS(4837), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5291), 1, - anon_sym_is, - ACTIONS(5293), 1, - anon_sym_BANGis, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4829), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4823), 3, + ACTIONS(4795), 3, anon_sym_SLASH, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(4825), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4831), 4, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4821), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [84823] = 6, + [86310] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2777), 1, - anon_sym_LBRACK, - ACTIONS(3027), 1, - anon_sym_LBRACE, - ACTIONS(5295), 2, - anon_sym_COMMA, - anon_sym_COLON_EQ, - ACTIONS(2772), 11, + ACTIONS(5297), 1, + anon_sym_DOLLARelse, + ACTIONS(2456), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2770), 24, + ACTIONS(2454), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -263882,9 +266217,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -263897,75 +266235,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [84876] = 27, + [86360] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, + ACTIONS(4805), 1, + anon_sym_CARET, ACTIONS(4807), 1, + anon_sym_AMP_AMP, + ACTIONS(4809), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4827), 1, - anon_sym_CARET, - ACTIONS(4833), 1, + ACTIONS(4817), 1, anon_sym_in, - ACTIONS(4835), 1, + ACTIONS(4819), 1, anon_sym_BANGin, - ACTIONS(4837), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5095), 1, + ACTIONS(5299), 1, anon_sym_is, - ACTIONS(5097), 1, + ACTIONS(5301), 1, anon_sym_BANGis, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4829), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4831), 4, + ACTIONS(4795), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4821), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [84971] = 23, + [86458] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -263978,45 +266318,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, - sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(607), 1, - anon_sym_LBRACK2, - ACTIONS(611), 1, - anon_sym_shared, - ACTIONS(2772), 1, - anon_sym_DOT, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5219), 1, + sym_identifier, + ACTIONS(5223), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5225), 1, + anon_sym_mut, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5143), 1, + ACTIONS(5229), 1, + anon_sym_LBRACK2, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5281), 1, - anon_sym_DOT_DOT_DOT, - STATE(4151), 1, + ACTIONS(5233), 1, + anon_sym_shared, + ACTIONS(5303), 1, + anon_sym_RPAREN, + STATE(3032), 1, + sym_mutability_modifiers, + STATE(4138), 1, + sym_type_parameter_declaration, + STATE(4140), 1, + sym_parameter_declaration, + STATE(4433), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - ACTIONS(3027), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LBRACK, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -264029,75 +266373,77 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [85058] = 27, + [86552] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, + ACTIONS(4805), 1, + anon_sym_CARET, ACTIONS(4807), 1, + anon_sym_AMP_AMP, + ACTIONS(4809), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4827), 1, - anon_sym_CARET, - ACTIONS(4833), 1, + ACTIONS(4817), 1, anon_sym_in, - ACTIONS(4835), 1, + ACTIONS(4819), 1, anon_sym_BANGin, - ACTIONS(4837), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5297), 1, + ACTIONS(5305), 1, anon_sym_is, - ACTIONS(5299), 1, + ACTIONS(5307), 1, anon_sym_BANGis, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4829), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4831), 4, + ACTIONS(4795), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4821), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [85153] = 24, + [86650] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -264110,46 +266456,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, - sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(607), 1, - anon_sym_LBRACK2, - ACTIONS(611), 1, - anon_sym_shared, - ACTIONS(2772), 1, - anon_sym_DOT, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5219), 1, + sym_identifier, + ACTIONS(5223), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5225), 1, + anon_sym_mut, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5143), 1, + ACTIONS(5229), 1, + anon_sym_LBRACK2, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5271), 1, - anon_sym_DOT_DOT_DOT, - STATE(4125), 1, + ACTIONS(5233), 1, + anon_sym_shared, + ACTIONS(5309), 1, + anon_sym_RPAREN, + STATE(3032), 1, + sym_mutability_modifiers, + STATE(3994), 1, + sym_parameter_declaration, + STATE(3995), 1, + sym_type_parameter_declaration, + STATE(4433), 1, sym_plain_type, - STATE(4138), 1, - sym__plain_type_without_special, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - ACTIONS(3027), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LBRACK, - STATE(2428), 3, + STATE(3675), 4, + sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -264162,564 +266511,285 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [85242] = 27, + [86744] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, - anon_sym_or, - ACTIONS(4827), 1, + ACTIONS(4805), 1, anon_sym_CARET, - ACTIONS(4833), 1, - anon_sym_in, - ACTIONS(4835), 1, - anon_sym_BANGin, - ACTIONS(4837), 1, + ACTIONS(4807), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(4809), 1, anon_sym_PIPE_PIPE, - ACTIONS(5301), 1, - anon_sym_is, - ACTIONS(5303), 1, - anon_sym_BANGis, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, - sym_or_block, - STATE(4199), 1, - sym_type_parameters, - ACTIONS(4687), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4829), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4831), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4821), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [85337] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4677), 1, - anon_sym_LPAREN, - ACTIONS(4679), 1, - anon_sym_LBRACK, - ACTIONS(4681), 1, - anon_sym_QMARK, - ACTIONS(4683), 1, - anon_sym_BANG, - ACTIONS(4685), 1, - anon_sym_LBRACK2, - ACTIONS(4689), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, - anon_sym_as, - ACTIONS(4797), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, - anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4827), 1, - anon_sym_CARET, - ACTIONS(4833), 1, + ACTIONS(4817), 1, anon_sym_in, - ACTIONS(4835), 1, + ACTIONS(4819), 1, anon_sym_BANGin, - ACTIONS(4837), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5305), 1, + ACTIONS(5311), 1, anon_sym_is, - ACTIONS(5307), 1, + ACTIONS(5313), 1, anon_sym_BANGis, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4829), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4831), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4821), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [85432] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2973), 11, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4795), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2976), 28, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, + ACTIONS(4793), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [85479] = 27, + [86842] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, + ACTIONS(4805), 1, + anon_sym_CARET, ACTIONS(4807), 1, + anon_sym_AMP_AMP, + ACTIONS(4809), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4827), 1, - anon_sym_CARET, - ACTIONS(4833), 1, + ACTIONS(4817), 1, anon_sym_in, - ACTIONS(4835), 1, + ACTIONS(4819), 1, anon_sym_BANGin, - ACTIONS(4837), 1, - anon_sym_AMP_AMP, - ACTIONS(4849), 1, - anon_sym_PIPE_PIPE, - ACTIONS(5309), 1, + ACTIONS(5315), 1, anon_sym_is, - ACTIONS(5311), 1, + ACTIONS(5317), 1, anon_sym_BANGis, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, - ACTIONS(4829), 2, + ACTIONS(4797), 2, anon_sym_LT, anon_sym_GT, - ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4831), 4, + ACTIONS(4795), 3, + anon_sym_SLASH, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(4821), 5, + ACTIONS(4793), 5, anon_sym_STAR, anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - [85574] = 3, + [86940] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(2951), 11, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, + ACTIONS(43), 1, anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2954), 28, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, - anon_sym_COMMA, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(3379), 1, anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [85621] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4422), 1, - anon_sym_as, - ACTIONS(4428), 1, - anon_sym_LPAREN, - ACTIONS(4438), 1, - anon_sym_LBRACK, - ACTIONS(4440), 1, - anon_sym_PLUS_PLUS, - ACTIONS(4442), 1, - anon_sym_DASH_DASH, - ACTIONS(4444), 1, - anon_sym_QMARK, - ACTIONS(4446), 1, + ACTIONS(5219), 1, + sym_identifier, + ACTIONS(5223), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5225), 1, + anon_sym_mut, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(4448), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(4450), 1, - anon_sym_AMP_AMP, - ACTIONS(4452), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4454), 1, - anon_sym_or, - ACTIONS(4456), 1, - anon_sym_POUND_LBRACK, - ACTIONS(4458), 1, - anon_sym_is, - ACTIONS(4460), 1, - anon_sym_BANGis, - ACTIONS(4462), 1, - anon_sym_in, - ACTIONS(4464), 1, - anon_sym_BANGin, - ACTIONS(5315), 1, - anon_sym_CARET, - STATE(1934), 1, - sym_or_block, - STATE(1935), 1, - sym_argument_list, - STATE(4313), 1, - sym_type_parameters, - ACTIONS(4420), 2, - anon_sym_DOT, - anon_sym_QMARK_DOT, - ACTIONS(4434), 2, - anon_sym_LT, - anon_sym_GT, - ACTIONS(4430), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4432), 3, - anon_sym_SLASH, + ACTIONS(5231), 1, anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4436), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(5313), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [85716] = 27, + ACTIONS(5233), 1, + anon_sym_shared, + ACTIONS(5319), 1, + anon_sym_RPAREN, + STATE(3032), 1, + sym_mutability_modifiers, + STATE(3989), 1, + sym_parameter_declaration, + STATE(3990), 1, + sym_type_parameter_declaration, + STATE(4433), 1, + sym_plain_type, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3675), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(3676), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [87034] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(4679), 1, + ACTIONS(4671), 1, anon_sym_LBRACK, - ACTIONS(4681), 1, + ACTIONS(4673), 1, anon_sym_QMARK, - ACTIONS(4683), 1, + ACTIONS(4675), 1, anon_sym_BANG, - ACTIONS(4685), 1, + ACTIONS(4677), 1, anon_sym_LBRACK2, - ACTIONS(4689), 1, + ACTIONS(4681), 1, anon_sym_POUND_LBRACK, - ACTIONS(4783), 1, + ACTIONS(4789), 1, anon_sym_as, - ACTIONS(4797), 1, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, - ACTIONS(4799), 1, + ACTIONS(4803), 1, anon_sym_DASH_DASH, - ACTIONS(4807), 1, + ACTIONS(4811), 1, anon_sym_or, - ACTIONS(4827), 1, - anon_sym_CARET, + ACTIONS(4813), 1, + anon_sym_is, + ACTIONS(4815), 1, + anon_sym_BANGis, ACTIONS(4833), 1, - anon_sym_in, + anon_sym_CARET, ACTIONS(4835), 1, - anon_sym_BANGin, - ACTIONS(4837), 1, anon_sym_AMP_AMP, - ACTIONS(4849), 1, + ACTIONS(4837), 1, anon_sym_PIPE_PIPE, - ACTIONS(5317), 1, - anon_sym_is, - ACTIONS(5319), 1, - anon_sym_BANGis, - STATE(2404), 1, - sym_argument_list, - STATE(2408), 1, + ACTIONS(4839), 1, + anon_sym_in, + ACTIONS(4841), 1, + anon_sym_BANGin, + STATE(2401), 1, sym_or_block, - STATE(4199), 1, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, sym_type_parameters, - ACTIONS(4687), 2, + ACTIONS(4679), 2, anon_sym_DOT, anon_sym_QMARK_DOT, ACTIONS(4829), 2, anon_sym_LT, anon_sym_GT, ACTIONS(4823), 3, - anon_sym_SLASH, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(4825), 3, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4831), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(4821), 5, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - [85811] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2766), 11, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2768), 27, - anon_sym_DOT, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_DASH, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [85857] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3153), 11, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4827), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3151), 27, - anon_sym_DOT, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(4831), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_DASH, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [85903] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2981), 11, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2979), 27, - anon_sym_DOT, - anon_sym_as, - anon_sym_LPAREN, + ACTIONS(4825), 5, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [85949] = 24, + [87132] = 26, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -264732,45 +266802,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, - sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5135), 1, + ACTIONS(5219), 1, + sym_identifier, + ACTIONS(5223), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5137), 1, + ACTIONS(5225), 1, anon_sym_mut, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5145), 1, + ACTIONS(5233), 1, anon_sym_shared, - STATE(3037), 1, + ACTIONS(5321), 1, + anon_sym_RPAREN, + STATE(3032), 1, sym_mutability_modifiers, - STATE(4117), 1, + STATE(3929), 1, + sym_parameter_declaration, + STATE(3930), 1, sym_type_parameter_declaration, - STATE(4382), 1, + STATE(4433), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -264783,215 +266857,95 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [86037] = 21, + [87226] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, - sym_identifier, - ACTIONS(599), 1, - anon_sym_fn, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(611), 1, - anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(1652), 1, + anon_sym_LT2, + ACTIONS(4669), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, - anon_sym_STAR, - ACTIONS(5139), 1, - anon_sym_BANG, - ACTIONS(5141), 1, - anon_sym_LBRACK2, - ACTIONS(5143), 1, - anon_sym_AMP, - STATE(2378), 1, - sym_plain_type, - STATE(4600), 1, - sym_reference_expression, - STATE(3581), 2, - sym_type_reference_expression, - sym_qualified_type, - ACTIONS(587), 4, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - STATE(2428), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2424), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [86119] = 4, - ACTIONS(3), 1, - sym_comment, - STATE(2857), 1, - sym_block, - ACTIONS(3149), 11, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, + ACTIONS(4671), 1, + anon_sym_LBRACK, + ACTIONS(4673), 1, anon_sym_QMARK, + ACTIONS(4675), 1, anon_sym_BANG, + ACTIONS(4677), 1, anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(3147), 26, - anon_sym_DOT, + ACTIONS(4681), 1, + anon_sym_POUND_LBRACK, + ACTIONS(4789), 1, anon_sym_as, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, + ACTIONS(4801), 1, anon_sym_PLUS_PLUS, + ACTIONS(4803), 1, anon_sym_DASH_DASH, + ACTIONS(4805), 1, anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, + ACTIONS(4807), 1, anon_sym_AMP_AMP, + ACTIONS(4809), 1, anon_sym_PIPE_PIPE, + ACTIONS(4811), 1, anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, + ACTIONS(4817), 1, anon_sym_in, + ACTIONS(4819), 1, anon_sym_BANGin, - [86167] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2880), 11, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2878), 27, - anon_sym_DOT, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_DASH, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, + ACTIONS(5323), 1, anon_sym_is, + ACTIONS(5325), 1, anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [86213] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2816), 11, + STATE(2401), 1, + sym_or_block, + STATE(2402), 1, + sym_argument_list, + STATE(4472), 1, + sym_type_parameters, + ACTIONS(4679), 2, + anon_sym_DOT, + anon_sym_QMARK_DOT, + ACTIONS(4797), 2, + anon_sym_LT, + anon_sym_GT, + ACTIONS(4791), 3, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(4795), 3, anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2814), 27, - anon_sym_DOT, - anon_sym_as, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_PERCENT, + ACTIONS(4799), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_COLON, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_DASH, + ACTIONS(4793), 5, + anon_sym_STAR, + anon_sym_PERCENT, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [86259] = 4, + [87324] = 4, ACTIONS(3), 1, sym_comment, - STATE(1925), 1, + STATE(399), 1, sym_block, - ACTIONS(3149), 11, + ACTIONS(3083), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3147), 26, + ACTIONS(3081), 26, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -265018,24 +266972,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [86307] = 3, + [87373] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2804), 11, + STATE(1673), 1, + sym_block, + ACTIONS(3083), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2802), 27, + ACTIONS(3081), 26, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -265044,11 +267002,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -265061,22 +267017,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [86353] = 3, + [87422] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2800), 11, + ACTIONS(2871), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2798), 27, + ACTIONS(2869), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -265104,85 +267061,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [86399] = 21, - ACTIONS(487), 1, + [87469] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, - sym_identifier, - ACTIONS(3413), 1, - anon_sym_LPAREN, - ACTIONS(3419), 1, - anon_sym_struct, - ACTIONS(5321), 1, - anon_sym_fn, - ACTIONS(5323), 1, - anon_sym_STAR, - ACTIONS(5325), 1, + STATE(2642), 1, + sym_block, + ACTIONS(3083), 12, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, - ACTIONS(5327), 1, anon_sym_BANG, - ACTIONS(5329), 1, anon_sym_LBRACK2, - ACTIONS(5331), 1, anon_sym_AMP, - ACTIONS(5333), 1, - anon_sym_shared, - ACTIONS(5335), 1, - anon_sym_map_LBRACK, - ACTIONS(5337), 1, - anon_sym_chan, - ACTIONS(5339), 1, - anon_sym_thread, - ACTIONS(5341), 1, - anon_sym_atomic, - STATE(1643), 1, - sym_plain_type, - STATE(4416), 1, - sym_reference_expression, - STATE(3389), 2, - sym_type_reference_expression, - sym_qualified_type, - ACTIONS(589), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - STATE(1665), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(1641), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [86481] = 4, + anon_sym_GT_GT, + ACTIONS(3081), 26, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [87518] = 4, ACTIONS(3), 1, sym_comment, - STATE(993), 1, + STATE(2307), 1, sym_block, - ACTIONS(3149), 11, + ACTIONS(3083), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3147), 26, + ACTIONS(3081), 26, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -265209,22 +267151,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [86529] = 3, + [87567] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2985), 11, + ACTIONS(2987), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2983), 27, + ACTIONS(2985), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -265252,85 +267195,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [86575] = 21, - ACTIONS(487), 1, + [87614] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, - sym_identifier, - ACTIONS(3413), 1, - anon_sym_LPAREN, - ACTIONS(3419), 1, - anon_sym_struct, - ACTIONS(5321), 1, - anon_sym_fn, - ACTIONS(5323), 1, - anon_sym_STAR, - ACTIONS(5325), 1, + ACTIONS(2919), 12, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, - ACTIONS(5327), 1, anon_sym_BANG, - ACTIONS(5329), 1, anon_sym_LBRACK2, - ACTIONS(5331), 1, anon_sym_AMP, - ACTIONS(5333), 1, - anon_sym_shared, - ACTIONS(5335), 1, - anon_sym_map_LBRACK, - ACTIONS(5337), 1, - anon_sym_chan, - ACTIONS(5339), 1, - anon_sym_thread, - ACTIONS(5341), 1, - anon_sym_atomic, - STATE(1654), 1, - sym_plain_type, - STATE(4416), 1, - sym_reference_expression, - STATE(3389), 2, - sym_type_reference_expression, - sym_qualified_type, - ACTIONS(615), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - STATE(1665), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(1641), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [86657] = 4, + anon_sym_GT_GT, + ACTIONS(2917), 27, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_DASH, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [87661] = 4, ACTIONS(3), 1, sym_comment, - STATE(2165), 1, + STATE(1297), 1, sym_block, - ACTIONS(3149), 11, + ACTIONS(3083), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3147), 26, + ACTIONS(3081), 26, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -265357,25 +267284,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [86705] = 4, + [87710] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4607), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - ACTIONS(2880), 11, + ACTIONS(2927), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2878), 25, + ACTIONS(2925), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -265386,9 +267311,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -265401,27 +267328,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [86753] = 4, + [87757] = 21, ACTIONS(3), 1, sym_comment, - STATE(2306), 1, - sym_block, - ACTIONS(3149), 11, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5227), 1, + anon_sym_BANG, + ACTIONS(5229), 1, + anon_sym_LBRACK2, + ACTIONS(5231), 1, + anon_sym_AMP, + STATE(3707), 1, + sym_plain_type, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3675), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + ACTIONS(605), 5, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + STATE(3676), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [87840] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2983), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3147), 26, + ACTIONS(2981), 27, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -265430,9 +267417,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -265445,22 +267434,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [86801] = 3, + [87887] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2895), 11, + ACTIONS(2903), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2893), 27, + ACTIONS(2901), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -265488,22 +267478,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [86847] = 3, + [87934] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2828), 11, + ACTIONS(2907), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2826), 27, + ACTIONS(2905), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -265531,22 +267522,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [86893] = 3, + [87981] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3145), 11, + ACTIONS(2845), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3143), 27, + ACTIONS(2843), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -265574,22 +267566,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [86939] = 3, + [88028] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3141), 11, + ACTIONS(3047), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3139), 27, + ACTIONS(3045), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -265617,27 +267610,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [86985] = 4, + [88075] = 3, ACTIONS(3), 1, sym_comment, - STATE(1793), 1, - sym_block, - ACTIONS(3149), 11, + ACTIONS(3051), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3147), 26, + ACTIONS(3049), 27, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -265646,9 +267637,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -265661,22 +267654,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [87033] = 3, + [88122] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3117), 11, + ACTIONS(3055), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3115), 27, + ACTIONS(3053), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -265704,22 +267698,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [87079] = 3, + [88169] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3085), 11, + ACTIONS(3067), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3083), 27, + ACTIONS(3065), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -265747,22 +267742,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [87125] = 3, + [88216] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3001), 11, + ACTIONS(3075), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2999), 27, + ACTIONS(3073), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -265790,22 +267786,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [87171] = 3, + [88263] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3077), 11, + ACTIONS(2899), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3075), 27, + ACTIONS(2897), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -265833,22 +267830,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [87217] = 3, + [88310] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3193), 11, + ACTIONS(4603), 2, + anon_sym_LBRACE, + anon_sym_COMMA, + ACTIONS(2721), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3191), 27, + ACTIONS(2719), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -265859,11 +267860,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -265876,85 +267875,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [87263] = 21, - ACTIONS(487), 1, - sym_comment, - ACTIONS(3199), 1, - sym_identifier, - ACTIONS(3413), 1, - anon_sym_LPAREN, - ACTIONS(3419), 1, - anon_sym_struct, - ACTIONS(5321), 1, - anon_sym_fn, - ACTIONS(5323), 1, - anon_sym_STAR, - ACTIONS(5325), 1, - anon_sym_QMARK, - ACTIONS(5327), 1, - anon_sym_BANG, - ACTIONS(5329), 1, - anon_sym_LBRACK2, - ACTIONS(5331), 1, - anon_sym_AMP, - ACTIONS(5333), 1, - anon_sym_shared, - ACTIONS(5335), 1, - anon_sym_map_LBRACK, - ACTIONS(5337), 1, - anon_sym_chan, - ACTIONS(5339), 1, - anon_sym_thread, - ACTIONS(5341), 1, - anon_sym_atomic, - STATE(1661), 1, - sym_plain_type, - STATE(4416), 1, - sym_reference_expression, - STATE(3389), 2, - sym_type_reference_expression, - sym_qualified_type, - ACTIONS(555), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - STATE(1665), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(1641), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [87345] = 3, + [88359] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2848), 11, + STATE(996), 1, + sym_block, + ACTIONS(3083), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2846), 27, + ACTIONS(3081), 26, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -265963,11 +267905,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -265980,22 +267920,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [87391] = 3, + [88408] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2923), 11, + ACTIONS(2643), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2921), 27, + ACTIONS(2641), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -266023,22 +267964,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [87437] = 3, + [88455] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(3057), 11, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5227), 1, + anon_sym_BANG, + ACTIONS(5229), 1, + anon_sym_LBRACK2, + ACTIONS(5231), 1, + anon_sym_AMP, + STATE(3703), 1, + sym_plain_type, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3675), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + ACTIONS(551), 5, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + STATE(3676), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [88538] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3079), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3055), 27, + ACTIONS(3077), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -266066,27 +268070,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [87483] = 4, + [88585] = 21, ACTIONS(3), 1, sym_comment, - STATE(1160), 1, - sym_block, - ACTIONS(3149), 11, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5227), 1, + anon_sym_BANG, + ACTIONS(5229), 1, + anon_sym_LBRACK2, + ACTIONS(5231), 1, + anon_sym_AMP, + STATE(3696), 1, + sym_plain_type, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3675), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + ACTIONS(609), 5, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + STATE(3676), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [88668] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2721), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3147), 26, + ACTIONS(2719), 27, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -266095,9 +268159,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -266110,27 +268176,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [87531] = 4, + [88715] = 3, ACTIONS(3), 1, sym_comment, - STATE(1916), 1, - sym_block, - ACTIONS(3149), 11, + ACTIONS(3135), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3147), 26, + ACTIONS(3133), 27, anon_sym_DOT, anon_sym_as, - anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -266139,9 +268203,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, + anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, + anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -266154,24 +268220,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [87579] = 3, + [88762] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 11, + STATE(2873), 1, + sym_block, + ACTIONS(3083), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3003), 27, + ACTIONS(3081), 26, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -266180,11 +268250,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -266197,24 +268265,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [87625] = 3, + [88811] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3073), 11, + STATE(1922), 1, + sym_block, + ACTIONS(3083), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3071), 27, + ACTIONS(3081), 26, anon_sym_DOT, anon_sym_as, + anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_STAR, anon_sym_PERCENT, @@ -266223,11 +268295,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_LBRACK, - anon_sym_COLON, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_CARET, - anon_sym_LT_DASH, anon_sym_LT_LT, anon_sym_GT_GT_GT, anon_sym_AMP_CARET, @@ -266240,24 +268310,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [87671] = 4, + [88860] = 4, ACTIONS(3), 1, sym_comment, - STATE(2657), 1, + STATE(2159), 1, sym_block, - ACTIONS(3149), 11, + ACTIONS(3083), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3147), 26, + ACTIONS(3081), 26, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -266284,22 +268355,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [87719] = 3, + [88909] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2812), 11, + ACTIONS(3139), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2810), 27, + ACTIONS(3137), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -266327,22 +268399,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [87765] = 3, + [88956] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2997), 11, + ACTIONS(2923), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2995), 27, + ACTIONS(2921), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -266370,146 +268443,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [87811] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, - sym_identifier, - ACTIONS(599), 1, - anon_sym_fn, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(611), 1, - anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3379), 1, - anon_sym_STAR, - ACTIONS(5139), 1, - anon_sym_BANG, - ACTIONS(5141), 1, - anon_sym_LBRACK2, - ACTIONS(5143), 1, - anon_sym_AMP, - STATE(2333), 1, - sym_plain_type, - STATE(4600), 1, - sym_reference_expression, - STATE(3581), 2, - sym_type_reference_expression, - sym_qualified_type, - ACTIONS(551), 4, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - STATE(2428), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2424), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [87893] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, - sym_identifier, - ACTIONS(599), 1, - anon_sym_fn, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(611), 1, - anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3379), 1, - anon_sym_STAR, - ACTIONS(5139), 1, - anon_sym_BANG, - ACTIONS(5141), 1, - anon_sym_LBRACK2, - ACTIONS(5143), 1, - anon_sym_AMP, - STATE(2383), 1, - sym_plain_type, - STATE(4600), 1, - sym_reference_expression, - STATE(3581), 2, - sym_type_reference_expression, - sym_qualified_type, - ACTIONS(613), 4, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - STATE(2428), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2424), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [87975] = 4, + [89003] = 4, ACTIONS(3), 1, sym_comment, - STATE(1296), 1, + STATE(2457), 1, sym_block, - ACTIONS(3149), 11, + ACTIONS(3083), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3147), 26, + ACTIONS(3081), 26, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -266536,22 +268488,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88023] = 3, + [89052] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3161), 11, + ACTIONS(3171), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3159), 27, + ACTIONS(3169), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -266579,22 +268532,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88069] = 3, + [89099] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2796), 11, + ACTIONS(3167), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2794), 27, + ACTIONS(3165), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -266622,22 +268576,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88115] = 3, + [89146] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3125), 11, + ACTIONS(2915), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3123), 27, + ACTIONS(2913), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -266665,24 +268620,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88161] = 4, + [89193] = 4, ACTIONS(3), 1, sym_comment, - STATE(2443), 1, + STATE(1925), 1, sym_block, - ACTIONS(3149), 11, + ACTIONS(3083), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3147), 26, + ACTIONS(3081), 26, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -266709,24 +268665,157 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88209] = 4, + [89242] = 3, ACTIONS(3), 1, sym_comment, - STATE(1642), 1, + ACTIONS(2867), 12, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(2865), 27, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_DASH, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [89289] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2841), 12, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(2839), 27, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_DASH, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [89336] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2420), 12, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(2422), 27, + anon_sym_DOT, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_DASH, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [89383] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(1162), 1, sym_block, - ACTIONS(3149), 11, + ACTIONS(3083), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3147), 26, + ACTIONS(3081), 26, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -266753,24 +268842,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88257] = 4, + [89432] = 4, ACTIONS(3), 1, sym_comment, - STATE(596), 1, + STATE(1761), 1, sym_block, - ACTIONS(3149), 11, + ACTIONS(3083), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3147), 26, + ACTIONS(3081), 26, anon_sym_DOT, anon_sym_as, anon_sym_LBRACE, @@ -266797,22 +268887,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88305] = 3, + [89481] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3061), 11, + ACTIONS(3175), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3059), 27, + ACTIONS(3173), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -266840,22 +268931,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88351] = 3, + [89528] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3197), 11, + ACTIONS(2803), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(3195), 27, + ACTIONS(2801), 27, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -266883,26 +268975,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88397] = 5, + [89575] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, + ACTIONS(2995), 12, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(2993), 27, anon_sym_DOT, - ACTIONS(5343), 1, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_COLON, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_DASH, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [89622] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4586), 1, + anon_sym_DOT, + ACTIONS(5327), 1, anon_sym_RPAREN, - ACTIONS(2884), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -266927,25 +269064,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88446] = 4, + [89672] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5345), 1, - anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(4586), 1, + anon_sym_DOT, + ACTIONS(5329), 1, + anon_sym_RPAREN, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, + ACTIONS(2634), 24, + anon_sym_as, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_LBRACK, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_CARET, + anon_sym_LT_LT, + anon_sym_GT_GT_GT, + anon_sym_AMP_CARET, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_or, + anon_sym_QMARK_DOT, + anon_sym_POUND_LBRACK, + anon_sym_is, + anon_sym_BANGis, + anon_sym_in, + anon_sym_BANGin, + [89722] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4586), 1, anon_sym_DOT, + ACTIONS(5331), 1, + anon_sym_RBRACK, + ACTIONS(2636), 12, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT2, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_GT_GT, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -266970,24 +269154,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88493] = 4, + [89772] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5347), 1, - anon_sym_RPAREN, - ACTIONS(2884), 11, + ACTIONS(5331), 1, + anon_sym_RBRACK, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, + ACTIONS(2634), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -267013,25 +269198,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88540] = 4, + [89820] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5349), 1, + ACTIONS(4586), 1, + anon_sym_DOT, + ACTIONS(5333), 1, anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, - anon_sym_DOT, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -267056,26 +269243,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88587] = 5, + [89870] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, + ACTIONS(4586), 1, anon_sym_DOT, - ACTIONS(5351), 1, + ACTIONS(5335), 1, anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -267100,24 +269288,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88636] = 4, + [89920] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5351), 1, + ACTIONS(5333), 1, anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, + ACTIONS(2634), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -267143,24 +269332,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88683] = 4, + [89968] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5351), 1, + ACTIONS(5331), 1, anon_sym_RBRACK, - ACTIONS(2832), 11, + ACTIONS(3019), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2830), 25, + ACTIONS(3017), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -267186,24 +269376,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88730] = 4, + [90016] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5353), 1, + ACTIONS(5333), 1, anon_sym_RBRACK, - ACTIONS(2832), 11, + ACTIONS(3019), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2830), 25, + ACTIONS(3017), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -267229,24 +269420,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88777] = 4, + [90064] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5353), 1, + ACTIONS(5337), 1, anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(3019), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, + ACTIONS(3017), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -267272,25 +269464,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88824] = 4, + [90112] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5355), 1, - anon_sym_RPAREN, - ACTIONS(2884), 11, + ACTIONS(4586), 1, + anon_sym_DOT, + ACTIONS(5339), 1, + anon_sym_RBRACK, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, - anon_sym_DOT, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -267315,26 +269509,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88871] = 5, + [90162] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, - anon_sym_DOT, - ACTIONS(5347), 1, - anon_sym_RPAREN, - ACTIONS(2884), 11, + ACTIONS(5341), 1, + anon_sym_RBRACK, + ACTIONS(3019), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(3017), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -267359,26 +269553,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88920] = 5, + [90210] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, - anon_sym_DOT, - ACTIONS(5355), 1, - anon_sym_RPAREN, - ACTIONS(2884), 11, + ACTIONS(5337), 1, + anon_sym_RBRACK, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(2634), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -267403,26 +269597,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [88969] = 5, + [90258] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, + ACTIONS(4586), 1, anon_sym_DOT, - ACTIONS(5357), 1, - anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(5343), 1, + anon_sym_RPAREN, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -267447,26 +269642,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [89018] = 5, + [90308] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, - anon_sym_DOT, - ACTIONS(5353), 1, + ACTIONS(5345), 1, anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(3019), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(3017), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -267491,25 +269686,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [89067] = 4, + [90356] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5359), 1, + ACTIONS(4586), 1, + anon_sym_DOT, + ACTIONS(5337), 1, anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, - anon_sym_DOT, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -267534,24 +269731,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [89114] = 4, + [90406] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5357), 1, + ACTIONS(5347), 1, anon_sym_RBRACK, - ACTIONS(2832), 11, + ACTIONS(3019), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2830), 25, + ACTIONS(3017), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -267577,24 +269775,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [89161] = 4, + [90454] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(5349), 1, anon_sym_RBRACK, - ACTIONS(2832), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2830), 25, + ACTIONS(2634), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -267620,26 +269819,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [89208] = 5, + [90502] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, - anon_sym_DOT, - ACTIONS(5361), 1, - anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(5343), 1, + anon_sym_RPAREN, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(2634), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -267664,24 +269863,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [89257] = 4, + [90550] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5363), 1, + ACTIONS(5335), 1, anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, + ACTIONS(2634), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -267707,24 +269907,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [89304] = 4, + [90598] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5363), 1, + ACTIONS(5335), 1, anon_sym_RBRACK, - ACTIONS(2832), 11, + ACTIONS(3019), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2830), 25, + ACTIONS(3017), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -267750,26 +269951,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [89351] = 5, + [90646] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, - anon_sym_DOT, - ACTIONS(5365), 1, - anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(5351), 1, + anon_sym_RPAREN, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(2634), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -267794,26 +269995,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [89400] = 5, + [90694] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, + ACTIONS(4586), 1, anon_sym_DOT, - ACTIONS(5367), 1, + ACTIONS(5351), 1, anon_sym_RPAREN, - ACTIONS(2884), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -267838,25 +270040,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [89449] = 4, + [90744] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5367), 1, + ACTIONS(4586), 1, + anon_sym_DOT, + ACTIONS(5353), 1, anon_sym_RPAREN, - ACTIONS(2884), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, - anon_sym_DOT, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -267881,25 +270085,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [89496] = 4, + [90794] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5365), 1, + ACTIONS(4586), 1, + anon_sym_DOT, + ACTIONS(5355), 1, anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, - anon_sym_DOT, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -267924,24 +270130,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [89543] = 4, + [90844] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5365), 1, + ACTIONS(5357), 1, anon_sym_RBRACK, - ACTIONS(2832), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2830), 25, + ACTIONS(2634), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -267967,26 +270174,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [89590] = 5, + [90892] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, + ACTIONS(4586), 1, anon_sym_DOT, - ACTIONS(5369), 1, + ACTIONS(5359), 1, anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -268011,24 +270219,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [89639] = 4, + [90942] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5369), 1, - anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(5361), 1, + anon_sym_RPAREN, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, + ACTIONS(2634), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -268054,24 +270263,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [89686] = 4, + [90990] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5369), 1, + ACTIONS(5355), 1, anon_sym_RBRACK, - ACTIONS(2832), 11, + ACTIONS(3019), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2830), 25, + ACTIONS(3017), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -268097,24 +270307,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [89733] = 4, + [91038] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5359), 1, + ACTIONS(5345), 1, anon_sym_RBRACK, - ACTIONS(2832), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2830), 25, + ACTIONS(2634), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -268140,26 +270351,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [89780] = 5, + [91086] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, - anon_sym_DOT, - ACTIONS(5371), 1, + ACTIONS(5363), 1, anon_sym_RPAREN, - ACTIONS(2884), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(2634), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -268184,26 +270395,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [89829] = 5, + [91134] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, + ACTIONS(4586), 1, anon_sym_DOT, - ACTIONS(5359), 1, - anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(5363), 1, + anon_sym_RPAREN, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -268228,26 +270440,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [89878] = 5, + [91184] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, - anon_sym_DOT, - ACTIONS(5373), 1, - anon_sym_RPAREN, - ACTIONS(2884), 11, + ACTIONS(5339), 1, + anon_sym_RBRACK, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(2634), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -268272,24 +270484,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [89927] = 4, + [91232] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5373), 1, - anon_sym_RPAREN, - ACTIONS(2884), 11, + ACTIONS(5341), 1, + anon_sym_RBRACK, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, + ACTIONS(2634), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -268315,24 +270528,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [89974] = 4, + [91280] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5375), 1, + ACTIONS(5339), 1, anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(3019), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, + ACTIONS(3017), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -268358,26 +270572,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [90021] = 5, - ACTIONS(3), 1, + [91328] = 21, + ACTIONS(487), 1, sym_comment, - ACTIONS(4582), 1, - anon_sym_DOT, + ACTIONS(3201), 1, + sym_identifier, + ACTIONS(3417), 1, + anon_sym_LPAREN, + ACTIONS(3423), 1, + anon_sym_struct, + ACTIONS(5365), 1, + anon_sym_fn, + ACTIONS(5367), 1, + anon_sym_STAR, + ACTIONS(5369), 1, + anon_sym_QMARK, + ACTIONS(5371), 1, + anon_sym_BANG, + ACTIONS(5373), 1, + anon_sym_LBRACK2, + ACTIONS(5375), 1, + anon_sym_AMP, ACTIONS(5377), 1, - anon_sym_RBRACK, - ACTIONS(2884), 11, + anon_sym_shared, + ACTIONS(5379), 1, + anon_sym_map_LBRACK, + ACTIONS(5381), 1, + anon_sym_chan, + ACTIONS(5383), 1, + anon_sym_thread, + ACTIONS(5385), 1, + anon_sym_atomic, + STATE(1654), 1, + sym_plain_type, + STATE(4512), 1, + sym_reference_expression, + STATE(3367), 2, + sym_type_reference_expression, + sym_qualified_type, + ACTIONS(555), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + STATE(1632), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(1655), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [91410] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5353), 1, + anon_sym_RPAREN, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(2634), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -268402,24 +270677,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [90070] = 4, + [91458] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5375), 1, - anon_sym_RBRACK, - ACTIONS(2832), 11, + ACTIONS(5327), 1, + anon_sym_RPAREN, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2830), 25, + ACTIONS(2634), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -268445,24 +270721,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [90117] = 4, + [91506] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(5379), 1, - anon_sym_RBRACK, - ACTIONS(2832), 11, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5223), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5225), 1, + anon_sym_mut, + ACTIONS(5227), 1, + anon_sym_BANG, + ACTIONS(5229), 1, + anon_sym_LBRACK2, + ACTIONS(5231), 1, + anon_sym_AMP, + ACTIONS(5233), 1, + anon_sym_shared, + STATE(3017), 1, + sym_mutability_modifiers, + STATE(4433), 1, + sym_plain_type, + STATE(4449), 1, + sym_type_parameter_declaration, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3675), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(3676), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [91594] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5387), 1, + anon_sym_RPAREN, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2830), 25, + ACTIONS(2634), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -268488,25 +270829,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [90164] = 4, + [91642] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5379), 1, + ACTIONS(4586), 1, + anon_sym_DOT, + ACTIONS(5347), 1, anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, - anon_sym_DOT, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -268531,26 +270874,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [90211] = 5, + [91692] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, + ACTIONS(4586), 1, anon_sym_DOT, - ACTIONS(5363), 1, - anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(5361), 1, + anon_sym_RPAREN, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -268575,68 +270919,147 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [90260] = 5, - ACTIONS(3), 1, + [91742] = 21, + ACTIONS(487), 1, sym_comment, - ACTIONS(4582), 1, - anon_sym_DOT, - ACTIONS(5381), 1, - anon_sym_RPAREN, - ACTIONS(2884), 11, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, + ACTIONS(3201), 1, + sym_identifier, + ACTIONS(3417), 1, + anon_sym_LPAREN, + ACTIONS(3423), 1, + anon_sym_struct, + ACTIONS(5365), 1, + anon_sym_fn, + ACTIONS(5367), 1, + anon_sym_STAR, + ACTIONS(5369), 1, anon_sym_QMARK, + ACTIONS(5371), 1, anon_sym_BANG, + ACTIONS(5373), 1, anon_sym_LBRACK2, + ACTIONS(5375), 1, anon_sym_AMP, - anon_sym_GT_GT, - ACTIONS(2882), 24, - anon_sym_as, + ACTIONS(5377), 1, + anon_sym_shared, + ACTIONS(5379), 1, + anon_sym_map_LBRACK, + ACTIONS(5381), 1, + anon_sym_chan, + ACTIONS(5383), 1, + anon_sym_thread, + ACTIONS(5385), 1, + anon_sym_atomic, + STATE(1664), 1, + sym_plain_type, + STATE(4512), 1, + sym_reference_expression, + STATE(3367), 2, + sym_type_reference_expression, + sym_qualified_type, + ACTIONS(611), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + STATE(1632), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(1655), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [91824] = 21, + ACTIONS(487), 1, + sym_comment, + ACTIONS(3201), 1, + sym_identifier, + ACTIONS(3417), 1, anon_sym_LPAREN, + ACTIONS(3423), 1, + anon_sym_struct, + ACTIONS(5365), 1, + anon_sym_fn, + ACTIONS(5367), 1, anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_LBRACK, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_CARET, - anon_sym_LT_LT, - anon_sym_GT_GT_GT, - anon_sym_AMP_CARET, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_or, - anon_sym_QMARK_DOT, - anon_sym_POUND_LBRACK, - anon_sym_is, - anon_sym_BANGis, - anon_sym_in, - anon_sym_BANGin, - [90309] = 4, + ACTIONS(5369), 1, + anon_sym_QMARK, + ACTIONS(5371), 1, + anon_sym_BANG, + ACTIONS(5373), 1, + anon_sym_LBRACK2, + ACTIONS(5375), 1, + anon_sym_AMP, + ACTIONS(5377), 1, + anon_sym_shared, + ACTIONS(5379), 1, + anon_sym_map_LBRACK, + ACTIONS(5381), 1, + anon_sym_chan, + ACTIONS(5383), 1, + anon_sym_thread, + ACTIONS(5385), 1, + anon_sym_atomic, + STATE(1635), 1, + sym_plain_type, + STATE(4512), 1, + sym_reference_expression, + STATE(3367), 2, + sym_type_reference_expression, + sym_qualified_type, + ACTIONS(607), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + STATE(1632), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(1655), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [91906] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5383), 1, + ACTIONS(5389), 1, anon_sym_RPAREN, - ACTIONS(2884), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, + ACTIONS(2634), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -268662,26 +271085,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [90356] = 5, + [91954] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, - anon_sym_DOT, - ACTIONS(5383), 1, - anon_sym_RPAREN, - ACTIONS(2884), 11, + ACTIONS(5391), 1, + anon_sym_RBRACK, + ACTIONS(3019), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(3017), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -268706,24 +271129,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [90405] = 4, + [92002] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5377), 1, + ACTIONS(5391), 1, anon_sym_RBRACK, - ACTIONS(2832), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2830), 25, + ACTIONS(2634), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -268749,26 +271173,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [90452] = 5, + [92050] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, + ACTIONS(4586), 1, anon_sym_DOT, - ACTIONS(5349), 1, + ACTIONS(5391), 1, anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -268793,25 +271218,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [90501] = 4, + [92100] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5377), 1, - anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(4586), 1, + anon_sym_DOT, + ACTIONS(5387), 1, + anon_sym_RPAREN, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, - anon_sym_DOT, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -268836,25 +271263,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [90548] = 4, + [92150] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5381), 1, + ACTIONS(4586), 1, + anon_sym_DOT, + ACTIONS(5389), 1, anon_sym_RPAREN, - ACTIONS(2884), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, - anon_sym_DOT, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -268879,24 +271308,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [90595] = 4, + [92200] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5385), 1, - anon_sym_RBRACK, - ACTIONS(2832), 11, + ACTIONS(5329), 1, + anon_sym_RPAREN, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2830), 25, + ACTIONS(2634), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -268922,24 +271352,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [90642] = 4, + [92248] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5371), 1, + ACTIONS(5393), 1, anon_sym_RPAREN, - ACTIONS(2884), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, + ACTIONS(2634), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -268965,26 +271396,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [90689] = 5, + [92296] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, - anon_sym_DOT, - ACTIONS(5387), 1, + ACTIONS(5355), 1, anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(2634), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -269009,26 +271440,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [90738] = 5, + [92344] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, + ACTIONS(4586), 1, anon_sym_DOT, - ACTIONS(5375), 1, + ACTIONS(5349), 1, anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -269053,26 +271485,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [90787] = 5, + [92394] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, - anon_sym_DOT, - ACTIONS(5345), 1, + ACTIONS(5357), 1, anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(3019), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(3017), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -269097,26 +271529,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [90836] = 5, + [92442] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, + ACTIONS(4586), 1, anon_sym_DOT, - ACTIONS(5379), 1, - anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(5393), 1, + anon_sym_RPAREN, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -269141,25 +271574,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [90885] = 4, + [92492] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5345), 1, + ACTIONS(4586), 1, + anon_sym_DOT, + ACTIONS(5395), 1, anon_sym_RBRACK, - ACTIONS(2832), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2830), 25, - anon_sym_DOT, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -269184,26 +271619,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [90932] = 5, + [92542] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, - anon_sym_DOT, - ACTIONS(5389), 1, - anon_sym_RPAREN, - ACTIONS(2884), 11, + ACTIONS(5347), 1, + anon_sym_RBRACK, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(2634), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -269228,24 +271663,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [90981] = 4, + [92590] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5389), 1, - anon_sym_RPAREN, - ACTIONS(2884), 11, + ACTIONS(5359), 1, + anon_sym_RBRACK, + ACTIONS(3019), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, + ACTIONS(3017), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -269271,25 +271707,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [91028] = 4, + [92638] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5391), 1, - anon_sym_RPAREN, - ACTIONS(2884), 11, + ACTIONS(4586), 1, + anon_sym_DOT, + ACTIONS(5357), 1, + anon_sym_RBRACK, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, - anon_sym_DOT, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -269314,26 +271752,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [91075] = 5, + [92688] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, + ACTIONS(4586), 1, anon_sym_DOT, - ACTIONS(5391), 1, - anon_sym_RPAREN, - ACTIONS(2884), 11, + ACTIONS(5397), 1, + anon_sym_RBRACK, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -269358,26 +271797,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [91124] = 5, + [92738] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, - anon_sym_DOT, - ACTIONS(5393), 1, - anon_sym_RPAREN, - ACTIONS(2884), 11, + ACTIONS(5395), 1, + anon_sym_RBRACK, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(2634), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -269402,24 +271841,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [91173] = 4, + [92786] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5393), 1, - anon_sym_RPAREN, - ACTIONS(2884), 11, + ACTIONS(5395), 1, + anon_sym_RBRACK, + ACTIONS(3019), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, + ACTIONS(3017), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -269445,24 +271885,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [91220] = 4, + [92834] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5361), 1, + ACTIONS(5349), 1, anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(3019), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, + ACTIONS(3017), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -269488,25 +271929,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [91267] = 4, + [92882] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5343), 1, + ACTIONS(4586), 1, + anon_sym_DOT, + ACTIONS(5399), 1, anon_sym_RPAREN, - ACTIONS(2884), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, - anon_sym_DOT, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -269531,25 +271974,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [91314] = 4, + [92932] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5395), 1, - anon_sym_RBRACK, - ACTIONS(2832), 11, + ACTIONS(4586), 1, + anon_sym_DOT, + ACTIONS(5401), 1, + anon_sym_RPAREN, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2830), 25, - anon_sym_DOT, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -269574,24 +272019,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [91361] = 4, + [92982] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5395), 1, - anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(5401), 1, + anon_sym_RPAREN, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, + ACTIONS(2634), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -269617,24 +272063,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [91408] = 4, + [93030] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5361), 1, + ACTIONS(5397), 1, anon_sym_RBRACK, - ACTIONS(2832), 11, + ACTIONS(3019), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2830), 25, + ACTIONS(3017), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -269660,26 +272107,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [91455] = 5, + [93078] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, - anon_sym_DOT, - ACTIONS(5395), 1, + ACTIONS(5403), 1, anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(2634), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -269704,25 +272151,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [91504] = 4, + [93126] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5357), 1, + ACTIONS(4586), 1, + anon_sym_DOT, + ACTIONS(5341), 1, anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, - anon_sym_DOT, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -269747,24 +272196,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [91551] = 4, + [93176] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5387), 1, + ACTIONS(5359), 1, anon_sym_RBRACK, - ACTIONS(2832), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2830), 25, + ACTIONS(2634), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -269790,26 +272240,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [91598] = 5, + [93224] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, - anon_sym_DOT, - ACTIONS(5385), 1, - anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(5399), 1, + anon_sym_RPAREN, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(2634), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -269834,26 +272284,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [91647] = 5, + [93272] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, - anon_sym_DOT, ACTIONS(5397), 1, - anon_sym_RPAREN, - ACTIONS(2884), 11, + anon_sym_RBRACK, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 24, + ACTIONS(2634), 25, + anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -269878,24 +272328,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [91696] = 4, + [93320] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5385), 1, + ACTIONS(5403), 1, anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(3019), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, + ACTIONS(3017), 25, anon_sym_DOT, anon_sym_as, anon_sym_LPAREN, @@ -269921,25 +272372,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [91743] = 4, + [93368] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5387), 1, + ACTIONS(4586), 1, + anon_sym_DOT, + ACTIONS(5403), 1, anon_sym_RBRACK, - ACTIONS(2884), 11, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, - anon_sym_DOT, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -269964,25 +272417,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [91790] = 4, + [93418] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5397), 1, - anon_sym_RPAREN, - ACTIONS(2884), 11, + ACTIONS(4586), 1, + anon_sym_DOT, + ACTIONS(5345), 1, + anon_sym_RBRACK, + ACTIONS(2636), 12, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, + anon_sym_LT2, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_GT_GT, - ACTIONS(2882), 25, - anon_sym_DOT, + ACTIONS(2634), 24, anon_sym_as, anon_sym_LPAREN, anon_sym_STAR, @@ -270007,54 +272462,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANGis, anon_sym_in, anon_sym_BANGin, - [91837] = 22, + [93468] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(3201), 1, sym_identifier, - ACTIONS(3419), 1, + ACTIONS(3423), 1, anon_sym_struct, - ACTIONS(5321), 1, + ACTIONS(5365), 1, anon_sym_fn, - ACTIONS(5333), 1, + ACTIONS(5377), 1, anon_sym_shared, - ACTIONS(5337), 1, + ACTIONS(5381), 1, anon_sym_chan, - ACTIONS(5339), 1, + ACTIONS(5383), 1, anon_sym_thread, - ACTIONS(5341), 1, + ACTIONS(5385), 1, anon_sym_atomic, - ACTIONS(5399), 1, + ACTIONS(5405), 1, anon_sym_LPAREN, - ACTIONS(5401), 1, + ACTIONS(5407), 1, anon_sym_EQ, - ACTIONS(5403), 1, + ACTIONS(5409), 1, anon_sym_STAR, - ACTIONS(5405), 1, + ACTIONS(5411), 1, anon_sym_QMARK, - ACTIONS(5407), 1, + ACTIONS(5413), 1, anon_sym_BANG, - ACTIONS(5409), 1, + ACTIONS(5415), 1, anon_sym_LBRACK2, - ACTIONS(5411), 1, + ACTIONS(5417), 1, anon_sym_AMP, - ACTIONS(5413), 1, + ACTIONS(5419), 1, anon_sym_map_LBRACK, - STATE(3735), 1, + STATE(3722), 1, sym__global_var_value, - STATE(3736), 1, + STATE(3805), 1, sym_plain_type, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, - STATE(3389), 2, + STATE(3367), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -270067,54 +272522,54 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [91919] = 22, + [93550] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(3383), 1, + ACTIONS(3385), 1, sym_identifier, - ACTIONS(3387), 1, + ACTIONS(3389), 1, anon_sym_fn, - ACTIONS(3391), 1, + ACTIONS(3393), 1, anon_sym_struct, - ACTIONS(3401), 1, + ACTIONS(3403), 1, anon_sym_shared, - ACTIONS(3405), 1, - anon_sym_chan, ACTIONS(3407), 1, - anon_sym_thread, + anon_sym_chan, ACTIONS(3409), 1, + anon_sym_thread, + ACTIONS(3411), 1, anon_sym_atomic, - ACTIONS(5415), 1, + ACTIONS(5421), 1, anon_sym_LPAREN, - ACTIONS(5417), 1, + ACTIONS(5423), 1, anon_sym_EQ, - ACTIONS(5419), 1, + ACTIONS(5425), 1, anon_sym_STAR, - ACTIONS(5421), 1, + ACTIONS(5427), 1, anon_sym_QMARK, - ACTIONS(5423), 1, + ACTIONS(5429), 1, anon_sym_BANG, - ACTIONS(5425), 1, + ACTIONS(5431), 1, anon_sym_LBRACK2, - ACTIONS(5427), 1, + ACTIONS(5433), 1, anon_sym_AMP, - ACTIONS(5429), 1, + ACTIONS(5435), 1, anon_sym_map_LBRACK, - STATE(1538), 1, - sym_plain_type, - STATE(1541), 1, + STATE(1564), 1, sym__global_var_value, - STATE(4515), 1, + STATE(1565), 1, + sym_plain_type, + STATE(4634), 1, sym_reference_expression, - STATE(1411), 2, + STATE(1410), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1465), 4, + STATE(1444), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1431), 12, + STATE(1443), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -270127,7 +272582,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [92001] = 21, + [93632] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -270140,155 +272595,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, - anon_sym_STAR, - ACTIONS(5139), 1, - anon_sym_BANG, - ACTIONS(5141), 1, - anon_sym_LBRACK2, - ACTIONS(5143), 1, - anon_sym_AMP, - ACTIONS(5281), 1, - anon_sym_DOT_DOT_DOT, - STATE(4151), 1, - sym_plain_type, - STATE(4600), 1, - sym_reference_expression, - STATE(3581), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2428), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2424), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [92080] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3383), 1, - sym_identifier, - ACTIONS(3387), 1, - anon_sym_fn, - ACTIONS(3391), 1, - anon_sym_struct, - ACTIONS(3401), 1, - anon_sym_shared, - ACTIONS(3405), 1, - anon_sym_chan, - ACTIONS(3407), 1, - anon_sym_thread, - ACTIONS(3409), 1, - anon_sym_atomic, - ACTIONS(5415), 1, anon_sym_LPAREN, - ACTIONS(5419), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5421), 1, - anon_sym_QMARK, - ACTIONS(5423), 1, - anon_sym_BANG, - ACTIONS(5425), 1, - anon_sym_LBRACK2, - ACTIONS(5427), 1, - anon_sym_AMP, - ACTIONS(5429), 1, - anon_sym_map_LBRACK, - STATE(1419), 1, - sym_plain_type, - STATE(1577), 1, - sym__type_union_list, - STATE(4515), 1, - sym_reference_expression, - STATE(1411), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(1465), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(1431), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [92159] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3383), 1, - sym_identifier, - ACTIONS(3387), 1, - anon_sym_fn, - ACTIONS(3391), 1, - anon_sym_struct, - ACTIONS(3401), 1, - anon_sym_shared, - ACTIONS(3405), 1, - anon_sym_chan, - ACTIONS(3407), 1, - anon_sym_thread, - ACTIONS(3409), 1, - anon_sym_atomic, - ACTIONS(5415), 1, - anon_sym_LPAREN, - ACTIONS(5419), 1, - anon_sym_STAR, - ACTIONS(5421), 1, - anon_sym_QMARK, - ACTIONS(5423), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5425), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5427), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5429), 1, - anon_sym_map_LBRACK, - STATE(1419), 1, + ACTIONS(5437), 1, + anon_sym_RPAREN, + STATE(3842), 1, sym_plain_type, - STATE(1512), 1, - sym__type_union_list, - STATE(4515), 1, + STATE(4656), 1, sym_reference_expression, - STATE(1411), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1465), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1431), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -270301,7 +272640,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [92238] = 21, + [93711] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -270314,39 +272653,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5431), 1, + ACTIONS(5439), 1, anon_sym_RPAREN, - STATE(4020), 1, + STATE(3842), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -270359,7 +272698,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [92317] = 21, + [93790] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -270372,39 +272711,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5433), 1, + ACTIONS(5441), 1, anon_sym_RPAREN, - STATE(4020), 1, + STATE(3842), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -270417,110 +272756,52 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [92396] = 21, + [93869] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(3385), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(3389), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3393), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(3403), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3379), 1, - anon_sym_STAR, - ACTIONS(5139), 1, - anon_sym_BANG, - ACTIONS(5141), 1, - anon_sym_LBRACK2, - ACTIONS(5143), 1, - anon_sym_AMP, - ACTIONS(5435), 1, - anon_sym_RPAREN, - STATE(4020), 1, - sym_plain_type, - STATE(4600), 1, - sym_reference_expression, - STATE(3581), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2428), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - STATE(2424), 12, - sym_anon_struct_type, - sym_fixed_array_type, - sym_array_type, - sym_pointer_type, - sym_wrong_pointer_type, - sym_map_type, - sym_channel_type, - sym_shared_type, - sym_thread_type, - sym_atomic_type, - sym_generic_type, - sym_function_type, - [92475] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, + ACTIONS(3407), 1, anon_sym_chan, - ACTIONS(85), 1, + ACTIONS(3409), 1, anon_sym_thread, - ACTIONS(87), 1, + ACTIONS(3411), 1, anon_sym_atomic, - ACTIONS(593), 1, - sym_identifier, - ACTIONS(599), 1, - anon_sym_fn, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(611), 1, - anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(5421), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(5425), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5427), 1, + anon_sym_QMARK, + ACTIONS(5429), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5431), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5433), 1, anon_sym_AMP, - ACTIONS(5437), 1, - anon_sym_RPAREN, - STATE(4020), 1, + ACTIONS(5435), 1, + anon_sym_map_LBRACK, + STATE(1427), 1, sym_plain_type, - STATE(4600), 1, + STATE(1510), 1, + sym__type_union_list, + STATE(4634), 1, sym_reference_expression, - STATE(3581), 2, + STATE(1410), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1444), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1443), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -270533,52 +272814,52 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [92554] = 21, + [93948] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(3383), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, sym_identifier, - ACTIONS(3387), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(3391), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(3401), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3405), 1, - anon_sym_chan, - ACTIONS(3407), 1, - anon_sym_thread, - ACTIONS(3409), 1, - anon_sym_atomic, - ACTIONS(5415), 1, + ACTIONS(3379), 1, anon_sym_LPAREN, - ACTIONS(5419), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5421), 1, - anon_sym_QMARK, - ACTIONS(5423), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5425), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5427), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5429), 1, - anon_sym_map_LBRACK, - STATE(1419), 1, + ACTIONS(5443), 1, + anon_sym_RPAREN, + STATE(3842), 1, sym_plain_type, - STATE(1503), 1, - sym__type_union_list, - STATE(4515), 1, + STATE(4656), 1, sym_reference_expression, - STATE(1411), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1465), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1431), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -270591,7 +272872,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [92633] = 21, + [94027] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -270604,39 +272885,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5439), 1, + ACTIONS(5445), 1, anon_sym_RPAREN, - STATE(4020), 1, + STATE(3842), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -270649,52 +272930,52 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [92712] = 21, + [94106] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(599), 1, + ACTIONS(3385), 1, + sym_identifier, + ACTIONS(3389), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3393), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(3403), 1, anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(3407), 1, + anon_sym_chan, + ACTIONS(3409), 1, + anon_sym_thread, + ACTIONS(3411), 1, + anon_sym_atomic, + ACTIONS(5421), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(5425), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5427), 1, + anon_sym_QMARK, + ACTIONS(5429), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5431), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5433), 1, anon_sym_AMP, - ACTIONS(5441), 1, - sym_identifier, - ACTIONS(5443), 1, - anon_sym_DOT_DOT_DOT, - STATE(4110), 1, + ACTIONS(5435), 1, + anon_sym_map_LBRACK, + STATE(1427), 1, sym_plain_type, - STATE(4600), 1, + STATE(1538), 1, + sym__type_union_list, + STATE(4634), 1, sym_reference_expression, - STATE(3581), 2, + STATE(1410), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1444), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1443), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -270707,7 +272988,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [92791] = 21, + [94185] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -270720,39 +273001,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5445), 1, + ACTIONS(5447), 1, anon_sym_RPAREN, - STATE(4020), 1, + STATE(3842), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -270765,7 +273046,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [92870] = 21, + [94264] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -270778,39 +273059,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5447), 1, - anon_sym_RPAREN, - STATE(4020), 1, + ACTIONS(5243), 1, + anon_sym_DOT_DOT_DOT, + STATE(4243), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -270823,7 +273104,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [92949] = 21, + [94343] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -270836,39 +273117,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, ACTIONS(5449), 1, - anon_sym_RPAREN, - STATE(4020), 1, + anon_sym_DOT_DOT_DOT, + STATE(4274), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -270881,7 +273162,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [93028] = 21, + [94422] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -270894,39 +273175,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, ACTIONS(5451), 1, anon_sym_RPAREN, - STATE(4020), 1, + STATE(3842), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -270939,52 +273220,52 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [93107] = 21, + [94501] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(3385), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(3389), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3393), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(3403), 1, anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(3407), 1, + anon_sym_chan, + ACTIONS(3409), 1, + anon_sym_thread, + ACTIONS(3411), 1, + anon_sym_atomic, + ACTIONS(5421), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(5425), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5427), 1, + anon_sym_QMARK, + ACTIONS(5429), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5431), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5433), 1, anon_sym_AMP, - ACTIONS(5453), 1, - anon_sym_RPAREN, - STATE(4020), 1, + ACTIONS(5435), 1, + anon_sym_map_LBRACK, + STATE(1427), 1, sym_plain_type, - STATE(4600), 1, + STATE(1530), 1, + sym__type_union_list, + STATE(4634), 1, sym_reference_expression, - STATE(3581), 2, + STATE(1410), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1444), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1443), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -270997,7 +273278,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [93186] = 21, + [94580] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -271010,39 +273291,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5455), 1, + ACTIONS(5453), 1, anon_sym_RPAREN, - STATE(4020), 1, + STATE(3842), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -271055,7 +273336,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [93265] = 21, + [94659] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -271068,39 +273349,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(599), 1, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5443), 1, + ACTIONS(5237), 1, anon_sym_DOT_DOT_DOT, - ACTIONS(5457), 1, - sym_identifier, - STATE(4110), 1, + STATE(4221), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -271113,7 +273394,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [93344] = 21, + [94738] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -271126,39 +273407,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5271), 1, - anon_sym_DOT_DOT_DOT, - STATE(4125), 1, + ACTIONS(5455), 1, + anon_sym_RPAREN, + STATE(3842), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -271171,7 +273452,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [93423] = 21, + [94817] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -271184,39 +273465,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5459), 1, + ACTIONS(5457), 1, anon_sym_RPAREN, - STATE(4020), 1, + STATE(3842), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -271229,7 +273510,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [93502] = 21, + [94896] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -271242,39 +273523,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5461), 1, + ACTIONS(5459), 1, anon_sym_RPAREN, - STATE(4020), 1, + STATE(3842), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -271287,7 +273568,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [93581] = 21, + [94975] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -271300,39 +273581,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5463), 1, + ACTIONS(5461), 1, anon_sym_RPAREN, - STATE(4020), 1, + STATE(3842), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -271345,7 +273626,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [93660] = 21, + [95054] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -271358,39 +273639,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5465), 1, + ACTIONS(5463), 1, anon_sym_RPAREN, - STATE(4020), 1, + STATE(3842), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -271403,7 +273684,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [93739] = 21, + [95133] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -271416,39 +273697,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5467), 1, + ACTIONS(5465), 1, anon_sym_RPAREN, - STATE(4020), 1, + STATE(3842), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -271461,52 +273742,52 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [93818] = 21, + [95212] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(3383), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, sym_identifier, - ACTIONS(3387), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(3391), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(3401), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3405), 1, - anon_sym_chan, - ACTIONS(3407), 1, - anon_sym_thread, - ACTIONS(3409), 1, - anon_sym_atomic, - ACTIONS(5415), 1, + ACTIONS(3379), 1, anon_sym_LPAREN, - ACTIONS(5419), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5421), 1, - anon_sym_QMARK, - ACTIONS(5423), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5425), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5427), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5429), 1, - anon_sym_map_LBRACK, - STATE(1419), 1, + ACTIONS(5467), 1, + anon_sym_RPAREN, + STATE(3842), 1, sym_plain_type, - STATE(1527), 1, - sym__type_union_list, - STATE(4515), 1, + STATE(4656), 1, sym_reference_expression, - STATE(1411), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1465), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1431), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -271519,52 +273800,39 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [93897] = 21, + [95291] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, - sym_identifier, - ACTIONS(599), 1, - anon_sym_fn, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(611), 1, - anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3379), 1, - anon_sym_STAR, - ACTIONS(5139), 1, - anon_sym_BANG, - ACTIONS(5141), 1, - anon_sym_LBRACK2, - ACTIONS(5143), 1, - anon_sym_AMP, - ACTIONS(5469), 1, - anon_sym_RPAREN, - STATE(4020), 1, + STATE(3717), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + ACTIONS(4322), 7, + anon_sym_fn, + anon_sym_struct, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + ACTIONS(4324), 8, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_DOT_DOT_DOT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_map_LBRACK, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -271577,7 +273845,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [93976] = 21, + [95344] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -271590,39 +273858,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5471), 1, + ACTIONS(5469), 1, anon_sym_RPAREN, - STATE(4020), 1, + STATE(3842), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -271635,7 +273903,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [94055] = 21, + [95423] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -271648,39 +273916,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5473), 1, + ACTIONS(5471), 1, anon_sym_RPAREN, - STATE(4020), 1, + STATE(3842), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -271693,7 +273961,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [94134] = 21, + [95502] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -271706,39 +273974,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, - sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5475), 1, - anon_sym_RPAREN, - STATE(4020), 1, + ACTIONS(5449), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5473), 1, + sym_identifier, + STATE(4274), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -271751,7 +274019,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [94213] = 21, + [95581] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -271764,39 +274032,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5477), 1, + ACTIONS(5475), 1, anon_sym_RPAREN, - STATE(4020), 1, + STATE(3842), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -271809,7 +274077,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [94292] = 21, + [95660] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -271822,39 +274090,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5443), 1, - anon_sym_DOT_DOT_DOT, - STATE(4110), 1, + ACTIONS(5477), 1, + anon_sym_RPAREN, + STATE(3842), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -271867,7 +274135,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [94371] = 21, + [95739] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -271880,39 +274148,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, ACTIONS(5479), 1, anon_sym_RPAREN, - STATE(4020), 1, + STATE(3842), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -271925,7 +274193,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [94450] = 21, + [95818] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -271938,39 +274206,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, ACTIONS(5481), 1, anon_sym_RPAREN, - STATE(4020), 1, + STATE(3842), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -271983,7 +274251,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [94529] = 21, + [95897] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -271996,39 +274264,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, ACTIONS(5483), 1, anon_sym_RPAREN, - STATE(4020), 1, + STATE(3842), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -272041,7 +274309,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [94608] = 21, + [95976] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -272054,39 +274322,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, ACTIONS(5485), 1, anon_sym_RPAREN, - STATE(4020), 1, + STATE(3842), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -272099,7 +274367,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [94687] = 21, + [96055] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -272112,39 +274380,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, - sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, + ACTIONS(5449), 1, + anon_sym_DOT_DOT_DOT, ACTIONS(5487), 1, - anon_sym_RPAREN, - STATE(4020), 1, + sym_identifier, + STATE(4274), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -272157,39 +274425,52 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [94766] = 8, + [96134] = 21, ACTIONS(3), 1, sym_comment, - STATE(2411), 1, - sym_plain_type, - STATE(4600), 1, - sym_reference_expression, - STATE(3581), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(2428), 4, - sym__plain_type_without_special, - sym_multi_return_type, - sym_result_type, - sym_option_type, - ACTIONS(4314), 7, - anon_sym_fn, - anon_sym_struct, - sym_identifier, - anon_sym_shared, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, anon_sym_chan, + ACTIONS(85), 1, anon_sym_thread, + ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(4316), 8, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(3379), 1, anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - anon_sym_DOT_DOT_DOT, - anon_sym_QMARK, + ACTIONS(5227), 1, anon_sym_BANG, + ACTIONS(5229), 1, anon_sym_LBRACK2, + ACTIONS(5231), 1, anon_sym_AMP, - anon_sym_map_LBRACK, - STATE(2424), 12, + ACTIONS(5489), 1, + anon_sym_RPAREN, + STATE(3842), 1, + sym_plain_type, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3675), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -272202,7 +274483,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [94819] = 21, + [96213] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -272215,39 +274496,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5489), 1, + ACTIONS(5491), 1, anon_sym_RPAREN, - STATE(4020), 1, + STATE(3842), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -272260,7 +274541,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [94898] = 21, + [96292] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -272273,39 +274554,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5491), 1, + ACTIONS(5493), 1, anon_sym_RPAREN, - STATE(4020), 1, + STATE(3842), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -272318,50 +274599,52 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [94977] = 20, + [96371] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3750), 1, - anon_sym_chan, - ACTIONS(3752), 1, - anon_sym_thread, - ACTIONS(3754), 1, - anon_sym_atomic, - ACTIONS(5493), 1, + ACTIONS(3379), 1, anon_sym_LPAREN, - ACTIONS(5495), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5497), 1, - anon_sym_QMARK, - ACTIONS(5499), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5501), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5503), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5505), 1, - anon_sym_map_LBRACK, - STATE(2560), 1, + ACTIONS(5495), 1, + anon_sym_RPAREN, + STATE(3842), 1, sym_plain_type, - STATE(4486), 1, + STATE(4656), 1, sym_reference_expression, - STATE(2457), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2570), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2569), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -272374,50 +274657,52 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [95053] = 20, + [96450] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(3527), 1, - sym_identifier, - ACTIONS(3529), 1, - anon_sym_LPAREN, - ACTIONS(3531), 1, - anon_sym_fn, - ACTIONS(3535), 1, - anon_sym_struct, - ACTIONS(3545), 1, - anon_sym_shared, - ACTIONS(3547), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, anon_sym_map_LBRACK, - ACTIONS(3549), 1, + ACTIONS(83), 1, anon_sym_chan, - ACTIONS(3551), 1, + ACTIONS(85), 1, anon_sym_thread, - ACTIONS(3553), 1, + ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(5507), 1, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5509), 1, - anon_sym_QMARK, - ACTIONS(5511), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5513), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5515), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(2027), 1, + ACTIONS(5497), 1, + anon_sym_RPAREN, + STATE(3842), 1, sym_plain_type, - STATE(4528), 1, + STATE(4656), 1, sym_reference_expression, - STATE(1923), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2020), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1942), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -272430,50 +274715,52 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [95129] = 20, + [96529] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(3411), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, sym_identifier, - ACTIONS(3415), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(3419), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(3429), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3433), 1, - anon_sym_chan, - ACTIONS(3435), 1, - anon_sym_thread, - ACTIONS(3437), 1, - anon_sym_atomic, - ACTIONS(5399), 1, + ACTIONS(3379), 1, anon_sym_LPAREN, - ACTIONS(5517), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5519), 1, - anon_sym_QMARK, - ACTIONS(5521), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5523), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5525), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5527), 1, - anon_sym_map_LBRACK, - STATE(1749), 1, + ACTIONS(5499), 1, + anon_sym_RPAREN, + STATE(3842), 1, sym_plain_type, - STATE(4409), 1, + STATE(4656), 1, sym_reference_expression, - STATE(1666), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -272486,50 +274773,52 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [95205] = 20, + [96608] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3702), 1, + ACTIONS(3385), 1, sym_identifier, - ACTIONS(3704), 1, + ACTIONS(3389), 1, anon_sym_fn, - ACTIONS(3706), 1, - anon_sym_STAR, - ACTIONS(3716), 1, + ACTIONS(3393), 1, + anon_sym_struct, + ACTIONS(3403), 1, anon_sym_shared, - ACTIONS(3718), 1, - anon_sym_map_LBRACK, - ACTIONS(3720), 1, + ACTIONS(3407), 1, anon_sym_chan, - ACTIONS(3722), 1, + ACTIONS(3409), 1, anon_sym_thread, - ACTIONS(3724), 1, + ACTIONS(3411), 1, anon_sym_atomic, - ACTIONS(5529), 1, + ACTIONS(5421), 1, + anon_sym_LPAREN, + ACTIONS(5425), 1, + anon_sym_STAR, + ACTIONS(5427), 1, anon_sym_QMARK, - ACTIONS(5531), 1, + ACTIONS(5429), 1, anon_sym_BANG, - ACTIONS(5533), 1, + ACTIONS(5431), 1, anon_sym_LBRACK2, - ACTIONS(5535), 1, + ACTIONS(5433), 1, anon_sym_AMP, - STATE(2411), 1, + ACTIONS(5435), 1, + anon_sym_map_LBRACK, + STATE(1427), 1, sym_plain_type, - STATE(4600), 1, + STATE(1570), 1, + sym__type_union_list, + STATE(4634), 1, sym_reference_expression, - STATE(2318), 2, + STATE(1410), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1444), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1443), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -272542,7 +274831,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [95281] = 20, + [96687] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -272555,37 +274844,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(3910), 1, + ACTIONS(5501), 1, + anon_sym_RPAREN, + STATE(3842), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -272598,50 +274889,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [95357] = 20, + [96766] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3555), 1, + ACTIONS(3201), 1, sym_identifier, - ACTIONS(3557), 1, - anon_sym_LPAREN, - ACTIONS(3559), 1, - anon_sym_fn, - ACTIONS(3563), 1, + ACTIONS(3423), 1, anon_sym_struct, - ACTIONS(3573), 1, + ACTIONS(5365), 1, + anon_sym_fn, + ACTIONS(5377), 1, anon_sym_shared, - ACTIONS(3575), 1, - anon_sym_map_LBRACK, - ACTIONS(3577), 1, + ACTIONS(5381), 1, anon_sym_chan, - ACTIONS(3579), 1, + ACTIONS(5383), 1, anon_sym_thread, - ACTIONS(3581), 1, + ACTIONS(5385), 1, anon_sym_atomic, - ACTIONS(5537), 1, + ACTIONS(5405), 1, + anon_sym_LPAREN, + ACTIONS(5409), 1, anon_sym_STAR, - ACTIONS(5539), 1, + ACTIONS(5411), 1, anon_sym_QMARK, - ACTIONS(5541), 1, + ACTIONS(5413), 1, anon_sym_BANG, - ACTIONS(5543), 1, + ACTIONS(5415), 1, anon_sym_LBRACK2, - ACTIONS(5545), 1, + ACTIONS(5417), 1, anon_sym_AMP, - STATE(2009), 1, + ACTIONS(5419), 1, + anon_sym_map_LBRACK, + STATE(1639), 1, sym_plain_type, - STATE(4465), 1, + STATE(4512), 1, sym_reference_expression, - STATE(1919), 2, + STATE(3367), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2126), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2127), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -272654,50 +274945,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [95433] = 20, + [96842] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3555), 1, + ACTIONS(3545), 1, sym_identifier, - ACTIONS(3557), 1, + ACTIONS(3547), 1, anon_sym_LPAREN, - ACTIONS(3559), 1, + ACTIONS(3549), 1, anon_sym_fn, - ACTIONS(3563), 1, + ACTIONS(3553), 1, anon_sym_struct, - ACTIONS(3573), 1, + ACTIONS(3563), 1, anon_sym_shared, - ACTIONS(3575), 1, + ACTIONS(3565), 1, anon_sym_map_LBRACK, - ACTIONS(3577), 1, + ACTIONS(3567), 1, anon_sym_chan, - ACTIONS(3579), 1, + ACTIONS(3569), 1, anon_sym_thread, - ACTIONS(3581), 1, + ACTIONS(3571), 1, anon_sym_atomic, - ACTIONS(5537), 1, + ACTIONS(5503), 1, anon_sym_STAR, - ACTIONS(5539), 1, + ACTIONS(5505), 1, anon_sym_QMARK, - ACTIONS(5541), 1, + ACTIONS(5507), 1, anon_sym_BANG, - ACTIONS(5543), 1, + ACTIONS(5509), 1, anon_sym_LBRACK2, - ACTIONS(5545), 1, + ACTIONS(5511), 1, anon_sym_AMP, - STATE(2008), 1, + STATE(1982), 1, sym_plain_type, - STATE(4465), 1, + STATE(4619), 1, sym_reference_expression, - STATE(1919), 2, + STATE(1924), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2126), 4, + STATE(1968), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2127), 12, + STATE(1969), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -272710,50 +275001,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [95509] = 20, + [96918] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(3674), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3678), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(3682), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(3692), 1, anon_sym_shared, - ACTIONS(3750), 1, + ACTIONS(3696), 1, anon_sym_chan, - ACTIONS(3752), 1, + ACTIONS(3698), 1, anon_sym_thread, - ACTIONS(3754), 1, + ACTIONS(3700), 1, anon_sym_atomic, - ACTIONS(5493), 1, + ACTIONS(5513), 1, anon_sym_LPAREN, - ACTIONS(5495), 1, + ACTIONS(5515), 1, anon_sym_STAR, - ACTIONS(5497), 1, + ACTIONS(5517), 1, anon_sym_QMARK, - ACTIONS(5499), 1, + ACTIONS(5519), 1, anon_sym_BANG, - ACTIONS(5501), 1, + ACTIONS(5521), 1, anon_sym_LBRACK2, - ACTIONS(5503), 1, + ACTIONS(5523), 1, anon_sym_AMP, - ACTIONS(5505), 1, + ACTIONS(5525), 1, anon_sym_map_LBRACK, - STATE(2537), 1, + STATE(2214), 1, sym_plain_type, - STATE(4486), 1, + STATE(4644), 1, sym_reference_expression, - STATE(2457), 2, + STATE(2151), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2570), 4, + STATE(2188), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2569), 12, + STATE(2189), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -272766,50 +275057,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [95585] = 20, + [96994] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4274), 1, + ACTIONS(3674), 1, sym_identifier, - ACTIONS(4276), 1, - anon_sym_LPAREN, - ACTIONS(4278), 1, + ACTIONS(3678), 1, anon_sym_fn, - ACTIONS(4280), 1, - anon_sym_STAR, - ACTIONS(4282), 1, + ACTIONS(3682), 1, anon_sym_struct, - ACTIONS(4292), 1, + ACTIONS(3692), 1, anon_sym_shared, - ACTIONS(4294), 1, - anon_sym_map_LBRACK, - ACTIONS(4296), 1, + ACTIONS(3696), 1, anon_sym_chan, - ACTIONS(4298), 1, + ACTIONS(3698), 1, anon_sym_thread, - ACTIONS(4300), 1, + ACTIONS(3700), 1, anon_sym_atomic, - ACTIONS(5547), 1, + ACTIONS(5513), 1, + anon_sym_LPAREN, + ACTIONS(5515), 1, + anon_sym_STAR, + ACTIONS(5517), 1, anon_sym_QMARK, - ACTIONS(5549), 1, + ACTIONS(5519), 1, anon_sym_BANG, - ACTIONS(5551), 1, + ACTIONS(5521), 1, anon_sym_LBRACK2, - ACTIONS(5553), 1, + ACTIONS(5523), 1, anon_sym_AMP, - STATE(2603), 1, + ACTIONS(5525), 1, + anon_sym_map_LBRACK, + STATE(2215), 1, sym_plain_type, - STATE(4574), 1, + STATE(4644), 1, sym_reference_expression, - STATE(2635), 2, + STATE(2151), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2723), 4, + STATE(2188), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2724), 12, + STATE(2189), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -272822,7 +275113,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [95661] = 20, + [97070] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -272835,37 +275126,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(2375), 1, + STATE(4048), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -272878,50 +275169,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [95737] = 20, + [97146] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3672), 1, + ACTIONS(3674), 1, sym_identifier, - ACTIONS(3676), 1, + ACTIONS(3678), 1, anon_sym_fn, - ACTIONS(3680), 1, + ACTIONS(3682), 1, anon_sym_struct, - ACTIONS(3690), 1, + ACTIONS(3692), 1, anon_sym_shared, - ACTIONS(3694), 1, - anon_sym_chan, ACTIONS(3696), 1, - anon_sym_thread, + anon_sym_chan, ACTIONS(3698), 1, + anon_sym_thread, + ACTIONS(3700), 1, anon_sym_atomic, - ACTIONS(5555), 1, + ACTIONS(5513), 1, anon_sym_LPAREN, - ACTIONS(5557), 1, + ACTIONS(5515), 1, anon_sym_STAR, - ACTIONS(5559), 1, + ACTIONS(5517), 1, anon_sym_QMARK, - ACTIONS(5561), 1, + ACTIONS(5519), 1, anon_sym_BANG, - ACTIONS(5563), 1, + ACTIONS(5521), 1, anon_sym_LBRACK2, - ACTIONS(5565), 1, + ACTIONS(5523), 1, anon_sym_AMP, - ACTIONS(5567), 1, + ACTIONS(5525), 1, anon_sym_map_LBRACK, - STATE(2213), 1, + STATE(2245), 1, sym_plain_type, - STATE(4566), 1, + STATE(4644), 1, sym_reference_expression, - STATE(2159), 2, + STATE(2151), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2184), 4, + STATE(2188), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2185), 12, + STATE(2189), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -272934,7 +275225,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [95813] = 20, + [97222] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -272947,37 +275238,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(2411), 1, + STATE(4192), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -272990,50 +275281,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [95889] = 20, + [97298] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3383), 1, + ACTIONS(3674), 1, sym_identifier, - ACTIONS(3387), 1, + ACTIONS(3678), 1, anon_sym_fn, - ACTIONS(3391), 1, + ACTIONS(3682), 1, anon_sym_struct, - ACTIONS(3401), 1, + ACTIONS(3692), 1, anon_sym_shared, - ACTIONS(3405), 1, + ACTIONS(3696), 1, anon_sym_chan, - ACTIONS(3407), 1, + ACTIONS(3698), 1, anon_sym_thread, - ACTIONS(3409), 1, + ACTIONS(3700), 1, anon_sym_atomic, - ACTIONS(5415), 1, + ACTIONS(5513), 1, anon_sym_LPAREN, - ACTIONS(5419), 1, + ACTIONS(5515), 1, anon_sym_STAR, - ACTIONS(5421), 1, + ACTIONS(5517), 1, anon_sym_QMARK, - ACTIONS(5423), 1, + ACTIONS(5519), 1, anon_sym_BANG, - ACTIONS(5425), 1, + ACTIONS(5521), 1, anon_sym_LBRACK2, - ACTIONS(5427), 1, + ACTIONS(5523), 1, anon_sym_AMP, - ACTIONS(5429), 1, + ACTIONS(5525), 1, anon_sym_map_LBRACK, - STATE(1439), 1, + STATE(2248), 1, sym_plain_type, - STATE(4515), 1, + STATE(4644), 1, sym_reference_expression, - STATE(1411), 2, + STATE(2151), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1465), 4, + STATE(2188), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1431), 12, + STATE(2189), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -273046,50 +275337,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [95965] = 20, + [97374] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3527), 1, + ACTIONS(3674), 1, sym_identifier, - ACTIONS(3529), 1, - anon_sym_LPAREN, - ACTIONS(3531), 1, + ACTIONS(3678), 1, anon_sym_fn, - ACTIONS(3535), 1, + ACTIONS(3682), 1, anon_sym_struct, - ACTIONS(3545), 1, + ACTIONS(3692), 1, anon_sym_shared, - ACTIONS(3547), 1, - anon_sym_map_LBRACK, - ACTIONS(3549), 1, + ACTIONS(3696), 1, anon_sym_chan, - ACTIONS(3551), 1, + ACTIONS(3698), 1, anon_sym_thread, - ACTIONS(3553), 1, + ACTIONS(3700), 1, anon_sym_atomic, - ACTIONS(5507), 1, + ACTIONS(5513), 1, + anon_sym_LPAREN, + ACTIONS(5515), 1, anon_sym_STAR, - ACTIONS(5509), 1, + ACTIONS(5517), 1, anon_sym_QMARK, - ACTIONS(5511), 1, + ACTIONS(5519), 1, anon_sym_BANG, - ACTIONS(5513), 1, + ACTIONS(5521), 1, anon_sym_LBRACK2, - ACTIONS(5515), 1, + ACTIONS(5523), 1, anon_sym_AMP, - STATE(2095), 1, + ACTIONS(5525), 1, + anon_sym_map_LBRACK, + STATE(2212), 1, sym_plain_type, - STATE(4528), 1, + STATE(4644), 1, sym_reference_expression, - STATE(1923), 2, + STATE(2151), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2020), 4, + STATE(2188), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1942), 12, + STATE(2189), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -273102,50 +275393,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [96041] = 20, + [97450] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3527), 1, + ACTIONS(3674), 1, sym_identifier, - ACTIONS(3529), 1, - anon_sym_LPAREN, - ACTIONS(3531), 1, + ACTIONS(3678), 1, anon_sym_fn, - ACTIONS(3535), 1, + ACTIONS(3682), 1, anon_sym_struct, - ACTIONS(3545), 1, + ACTIONS(3692), 1, anon_sym_shared, - ACTIONS(3547), 1, - anon_sym_map_LBRACK, - ACTIONS(3549), 1, + ACTIONS(3696), 1, anon_sym_chan, - ACTIONS(3551), 1, + ACTIONS(3698), 1, anon_sym_thread, - ACTIONS(3553), 1, + ACTIONS(3700), 1, anon_sym_atomic, - ACTIONS(5507), 1, + ACTIONS(5513), 1, + anon_sym_LPAREN, + ACTIONS(5515), 1, anon_sym_STAR, - ACTIONS(5509), 1, + ACTIONS(5517), 1, anon_sym_QMARK, - ACTIONS(5511), 1, + ACTIONS(5519), 1, anon_sym_BANG, - ACTIONS(5513), 1, + ACTIONS(5521), 1, anon_sym_LBRACK2, - ACTIONS(5515), 1, + ACTIONS(5523), 1, anon_sym_AMP, - STATE(2000), 1, + ACTIONS(5525), 1, + anon_sym_map_LBRACK, + STATE(2250), 1, sym_plain_type, - STATE(4528), 1, + STATE(4644), 1, sym_reference_expression, - STATE(1923), 2, + STATE(2151), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2020), 4, + STATE(2188), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1942), 12, + STATE(2189), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -273158,50 +275449,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [96117] = 20, + [97526] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4274), 1, + ACTIONS(3674), 1, sym_identifier, - ACTIONS(4276), 1, - anon_sym_LPAREN, - ACTIONS(4278), 1, + ACTIONS(3678), 1, anon_sym_fn, - ACTIONS(4280), 1, - anon_sym_STAR, - ACTIONS(4282), 1, + ACTIONS(3682), 1, anon_sym_struct, - ACTIONS(4292), 1, + ACTIONS(3692), 1, anon_sym_shared, - ACTIONS(4294), 1, - anon_sym_map_LBRACK, - ACTIONS(4296), 1, + ACTIONS(3696), 1, anon_sym_chan, - ACTIONS(4298), 1, + ACTIONS(3698), 1, anon_sym_thread, - ACTIONS(4300), 1, + ACTIONS(3700), 1, anon_sym_atomic, - ACTIONS(5547), 1, + ACTIONS(5513), 1, + anon_sym_LPAREN, + ACTIONS(5515), 1, + anon_sym_STAR, + ACTIONS(5517), 1, anon_sym_QMARK, - ACTIONS(5549), 1, + ACTIONS(5519), 1, anon_sym_BANG, - ACTIONS(5551), 1, + ACTIONS(5521), 1, anon_sym_LBRACK2, - ACTIONS(5553), 1, + ACTIONS(5523), 1, anon_sym_AMP, - STATE(2602), 1, + ACTIONS(5525), 1, + anon_sym_map_LBRACK, + STATE(2233), 1, sym_plain_type, - STATE(4574), 1, + STATE(4644), 1, sym_reference_expression, - STATE(2635), 2, + STATE(2151), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2723), 4, + STATE(2188), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2724), 12, + STATE(2189), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -273214,50 +275505,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [96193] = 20, + [97602] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3555), 1, + ACTIONS(3674), 1, sym_identifier, - ACTIONS(3557), 1, - anon_sym_LPAREN, - ACTIONS(3559), 1, + ACTIONS(3678), 1, anon_sym_fn, - ACTIONS(3563), 1, + ACTIONS(3682), 1, anon_sym_struct, - ACTIONS(3573), 1, + ACTIONS(3692), 1, anon_sym_shared, - ACTIONS(3575), 1, - anon_sym_map_LBRACK, - ACTIONS(3577), 1, + ACTIONS(3696), 1, anon_sym_chan, - ACTIONS(3579), 1, + ACTIONS(3698), 1, anon_sym_thread, - ACTIONS(3581), 1, + ACTIONS(3700), 1, anon_sym_atomic, - ACTIONS(5537), 1, + ACTIONS(5513), 1, + anon_sym_LPAREN, + ACTIONS(5515), 1, anon_sym_STAR, - ACTIONS(5539), 1, + ACTIONS(5517), 1, anon_sym_QMARK, - ACTIONS(5541), 1, + ACTIONS(5519), 1, anon_sym_BANG, - ACTIONS(5543), 1, + ACTIONS(5521), 1, anon_sym_LBRACK2, - ACTIONS(5545), 1, + ACTIONS(5523), 1, anon_sym_AMP, - STATE(2078), 1, + ACTIONS(5525), 1, + anon_sym_map_LBRACK, + STATE(2194), 1, sym_plain_type, - STATE(4465), 1, + STATE(4644), 1, sym_reference_expression, - STATE(1919), 2, + STATE(2151), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2126), 4, + STATE(2188), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2127), 12, + STATE(2189), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -273270,7 +275561,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [96269] = 20, + [97678] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -273283,37 +275574,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(3970), 1, + STATE(4646), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -273326,50 +275617,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [96345] = 20, + [97754] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3555), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3557), 1, + ACTIONS(3517), 1, anon_sym_LPAREN, - ACTIONS(3559), 1, + ACTIONS(3519), 1, anon_sym_fn, - ACTIONS(3563), 1, + ACTIONS(3523), 1, anon_sym_struct, - ACTIONS(3573), 1, + ACTIONS(3533), 1, anon_sym_shared, - ACTIONS(3575), 1, + ACTIONS(3535), 1, anon_sym_map_LBRACK, - ACTIONS(3577), 1, + ACTIONS(3537), 1, anon_sym_chan, - ACTIONS(3579), 1, + ACTIONS(3539), 1, anon_sym_thread, - ACTIONS(3581), 1, + ACTIONS(3541), 1, anon_sym_atomic, - ACTIONS(5537), 1, + ACTIONS(5527), 1, anon_sym_STAR, - ACTIONS(5539), 1, + ACTIONS(5529), 1, anon_sym_QMARK, - ACTIONS(5541), 1, + ACTIONS(5531), 1, anon_sym_BANG, - ACTIONS(5543), 1, + ACTIONS(5533), 1, anon_sym_LBRACK2, - ACTIONS(5545), 1, + ACTIONS(5535), 1, anon_sym_AMP, - STATE(2080), 1, + STATE(1947), 1, sym_plain_type, - STATE(4465), 1, + STATE(4556), 1, sym_reference_expression, - STATE(1919), 2, + STATE(1920), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2126), 4, + STATE(1993), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2127), 12, + STATE(1991), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -273382,29 +275673,29 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [96421] = 20, + [97830] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3702), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3704), 1, + ACTIONS(3517), 1, + anon_sym_LPAREN, + ACTIONS(3519), 1, anon_sym_fn, - ACTIONS(3706), 1, - anon_sym_STAR, - ACTIONS(3716), 1, + ACTIONS(3523), 1, + anon_sym_struct, + ACTIONS(3533), 1, anon_sym_shared, - ACTIONS(3718), 1, + ACTIONS(3535), 1, anon_sym_map_LBRACK, - ACTIONS(3720), 1, + ACTIONS(3537), 1, anon_sym_chan, - ACTIONS(3722), 1, + ACTIONS(3539), 1, anon_sym_thread, - ACTIONS(3724), 1, + ACTIONS(3541), 1, anon_sym_atomic, + ACTIONS(5527), 1, + anon_sym_STAR, ACTIONS(5529), 1, anon_sym_QMARK, ACTIONS(5531), 1, @@ -273413,19 +275704,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, ACTIONS(5535), 1, anon_sym_AMP, - STATE(2375), 1, + STATE(1955), 1, sym_plain_type, - STATE(4600), 1, + STATE(4556), 1, sym_reference_expression, - STATE(2318), 2, + STATE(1920), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1993), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1991), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -273438,50 +275729,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [96497] = 20, + [97906] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3383), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3387), 1, + ACTIONS(3517), 1, + anon_sym_LPAREN, + ACTIONS(3519), 1, anon_sym_fn, - ACTIONS(3391), 1, + ACTIONS(3523), 1, anon_sym_struct, - ACTIONS(3401), 1, + ACTIONS(3533), 1, anon_sym_shared, - ACTIONS(3405), 1, + ACTIONS(3535), 1, + anon_sym_map_LBRACK, + ACTIONS(3537), 1, anon_sym_chan, - ACTIONS(3407), 1, + ACTIONS(3539), 1, anon_sym_thread, - ACTIONS(3409), 1, + ACTIONS(3541), 1, anon_sym_atomic, - ACTIONS(5415), 1, - anon_sym_LPAREN, - ACTIONS(5419), 1, + ACTIONS(5527), 1, anon_sym_STAR, - ACTIONS(5421), 1, + ACTIONS(5529), 1, anon_sym_QMARK, - ACTIONS(5423), 1, + ACTIONS(5531), 1, anon_sym_BANG, - ACTIONS(5425), 1, + ACTIONS(5533), 1, anon_sym_LBRACK2, - ACTIONS(5427), 1, + ACTIONS(5535), 1, anon_sym_AMP, - ACTIONS(5429), 1, - anon_sym_map_LBRACK, - STATE(1457), 1, + STATE(1948), 1, sym_plain_type, - STATE(4515), 1, + STATE(4556), 1, sym_reference_expression, - STATE(1411), 2, + STATE(1920), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1465), 4, + STATE(1993), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1431), 12, + STATE(1991), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -273494,50 +275785,106 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [96573] = 20, + [97982] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(3271), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3275), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(3279), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(3289), 1, anon_sym_shared, - ACTIONS(3750), 1, + ACTIONS(3293), 1, anon_sym_chan, - ACTIONS(3752), 1, + ACTIONS(3295), 1, anon_sym_thread, - ACTIONS(3754), 1, + ACTIONS(3297), 1, anon_sym_atomic, - ACTIONS(5493), 1, + ACTIONS(5537), 1, anon_sym_LPAREN, - ACTIONS(5495), 1, + ACTIONS(5539), 1, anon_sym_STAR, - ACTIONS(5497), 1, + ACTIONS(5541), 1, anon_sym_QMARK, - ACTIONS(5499), 1, + ACTIONS(5543), 1, anon_sym_BANG, - ACTIONS(5501), 1, + ACTIONS(5545), 1, anon_sym_LBRACK2, - ACTIONS(5503), 1, + ACTIONS(5547), 1, anon_sym_AMP, - ACTIONS(5505), 1, + ACTIONS(5549), 1, + anon_sym_map_LBRACK, + STATE(1268), 1, + sym_plain_type, + STATE(4598), 1, + sym_reference_expression, + STATE(1163), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(1231), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(1233), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [98058] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, anon_sym_map_LBRACK, - STATE(2490), 1, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5227), 1, + anon_sym_BANG, + ACTIONS(5229), 1, + anon_sym_LBRACK2, + ACTIONS(5231), 1, + anon_sym_AMP, + STATE(4575), 1, sym_plain_type, - STATE(4486), 1, + STATE(4656), 1, sym_reference_expression, - STATE(2457), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2570), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2569), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -273550,50 +275897,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [96649] = 20, + [98134] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3383), 1, + ACTIONS(3443), 1, sym_identifier, - ACTIONS(3387), 1, + ACTIONS(3447), 1, anon_sym_fn, - ACTIONS(3391), 1, + ACTIONS(3451), 1, anon_sym_struct, - ACTIONS(3401), 1, + ACTIONS(3461), 1, anon_sym_shared, - ACTIONS(3405), 1, + ACTIONS(3465), 1, anon_sym_chan, - ACTIONS(3407), 1, + ACTIONS(3467), 1, anon_sym_thread, - ACTIONS(3409), 1, + ACTIONS(3469), 1, anon_sym_atomic, - ACTIONS(5415), 1, + ACTIONS(5551), 1, anon_sym_LPAREN, - ACTIONS(5419), 1, + ACTIONS(5553), 1, anon_sym_STAR, - ACTIONS(5421), 1, + ACTIONS(5555), 1, anon_sym_QMARK, - ACTIONS(5423), 1, + ACTIONS(5557), 1, anon_sym_BANG, - ACTIONS(5425), 1, + ACTIONS(5559), 1, anon_sym_LBRACK2, - ACTIONS(5427), 1, + ACTIONS(5561), 1, anon_sym_AMP, - ACTIONS(5429), 1, + ACTIONS(5563), 1, anon_sym_map_LBRACK, - STATE(1456), 1, + STATE(1802), 1, sym_plain_type, - STATE(4515), 1, + STATE(4636), 1, sym_reference_expression, - STATE(1411), 2, + STATE(1793), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1465), 4, + STATE(1876), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1431), 12, + STATE(1869), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -273606,50 +275953,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [96725] = 20, + [98210] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3702), 1, + ACTIONS(3201), 1, sym_identifier, - ACTIONS(3704), 1, + ACTIONS(3205), 1, anon_sym_fn, - ACTIONS(3706), 1, - anon_sym_STAR, - ACTIONS(3716), 1, + ACTIONS(3209), 1, + anon_sym_struct, + ACTIONS(3219), 1, anon_sym_shared, - ACTIONS(3718), 1, - anon_sym_map_LBRACK, - ACTIONS(3720), 1, + ACTIONS(3223), 1, anon_sym_chan, - ACTIONS(3722), 1, + ACTIONS(3225), 1, anon_sym_thread, - ACTIONS(3724), 1, + ACTIONS(3227), 1, anon_sym_atomic, - ACTIONS(5529), 1, + ACTIONS(5565), 1, + anon_sym_LPAREN, + ACTIONS(5567), 1, + anon_sym_STAR, + ACTIONS(5569), 1, anon_sym_QMARK, - ACTIONS(5531), 1, + ACTIONS(5571), 1, anon_sym_BANG, - ACTIONS(5533), 1, + ACTIONS(5573), 1, anon_sym_LBRACK2, - ACTIONS(5535), 1, + ACTIONS(5575), 1, anon_sym_AMP, - STATE(2379), 1, + ACTIONS(5577), 1, + anon_sym_map_LBRACK, + STATE(3439), 1, sym_plain_type, - STATE(4600), 1, + STATE(4512), 1, sym_reference_expression, - STATE(2318), 2, + STATE(3367), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3449), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3433), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -273662,29 +276009,27 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [96801] = 20, + [98286] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3349), 1, + ACTIONS(3201), 1, sym_identifier, - ACTIONS(3351), 1, - anon_sym_LPAREN, - ACTIONS(3353), 1, + ACTIONS(3205), 1, anon_sym_fn, - ACTIONS(3355), 1, - anon_sym_STAR, - ACTIONS(3357), 1, + ACTIONS(3209), 1, anon_sym_struct, - ACTIONS(3367), 1, + ACTIONS(3219), 1, anon_sym_shared, - ACTIONS(3369), 1, - anon_sym_map_LBRACK, - ACTIONS(3371), 1, + ACTIONS(3223), 1, anon_sym_chan, - ACTIONS(3373), 1, + ACTIONS(3225), 1, anon_sym_thread, - ACTIONS(3375), 1, + ACTIONS(3227), 1, anon_sym_atomic, + ACTIONS(5565), 1, + anon_sym_LPAREN, + ACTIONS(5567), 1, + anon_sym_STAR, ACTIONS(5569), 1, anon_sym_QMARK, ACTIONS(5571), 1, @@ -273693,19 +276038,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, ACTIONS(5575), 1, anon_sym_AMP, - STATE(1319), 1, + ACTIONS(5577), 1, + anon_sym_map_LBRACK, + STATE(3430), 1, sym_plain_type, - STATE(4423), 1, + STATE(4512), 1, sym_reference_expression, - STATE(1294), 2, + STATE(3367), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1341), 4, + STATE(3449), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1344), 12, + STATE(3433), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -273718,50 +276065,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [96877] = 20, + [98362] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(3201), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3205), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(3209), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(3219), 1, anon_sym_shared, - ACTIONS(3750), 1, + ACTIONS(3223), 1, anon_sym_chan, - ACTIONS(3752), 1, + ACTIONS(3225), 1, anon_sym_thread, - ACTIONS(3754), 1, + ACTIONS(3227), 1, anon_sym_atomic, - ACTIONS(5493), 1, + ACTIONS(5565), 1, anon_sym_LPAREN, - ACTIONS(5495), 1, + ACTIONS(5567), 1, anon_sym_STAR, - ACTIONS(5497), 1, + ACTIONS(5569), 1, anon_sym_QMARK, - ACTIONS(5499), 1, + ACTIONS(5571), 1, anon_sym_BANG, - ACTIONS(5501), 1, + ACTIONS(5573), 1, anon_sym_LBRACK2, - ACTIONS(5503), 1, + ACTIONS(5575), 1, anon_sym_AMP, - ACTIONS(5505), 1, + ACTIONS(5577), 1, anon_sym_map_LBRACK, - STATE(2499), 1, + STATE(3443), 1, sym_plain_type, - STATE(4486), 1, + STATE(4512), 1, sym_reference_expression, - STATE(2457), 2, + STATE(3367), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2570), 4, + STATE(3449), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2569), 12, + STATE(3433), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -273774,50 +276121,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [96953] = 20, + [98438] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3527), 1, + ACTIONS(3704), 1, sym_identifier, - ACTIONS(3529), 1, + ACTIONS(3706), 1, anon_sym_LPAREN, - ACTIONS(3531), 1, + ACTIONS(3708), 1, anon_sym_fn, - ACTIONS(3535), 1, + ACTIONS(3710), 1, + anon_sym_STAR, + ACTIONS(3712), 1, anon_sym_struct, - ACTIONS(3545), 1, + ACTIONS(3722), 1, anon_sym_shared, - ACTIONS(3547), 1, + ACTIONS(3724), 1, anon_sym_map_LBRACK, - ACTIONS(3549), 1, + ACTIONS(3726), 1, anon_sym_chan, - ACTIONS(3551), 1, + ACTIONS(3728), 1, anon_sym_thread, - ACTIONS(3553), 1, + ACTIONS(3730), 1, anon_sym_atomic, - ACTIONS(5507), 1, - anon_sym_STAR, - ACTIONS(5509), 1, + ACTIONS(5579), 1, anon_sym_QMARK, - ACTIONS(5511), 1, + ACTIONS(5581), 1, anon_sym_BANG, - ACTIONS(5513), 1, + ACTIONS(5583), 1, anon_sym_LBRACK2, - ACTIONS(5515), 1, + ACTIONS(5585), 1, anon_sym_AMP, - STATE(2101), 1, + STATE(2361), 1, sym_plain_type, - STATE(4528), 1, + STATE(4498), 1, sym_reference_expression, - STATE(1923), 2, + STATE(2319), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2020), 4, + STATE(2337), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1942), 12, + STATE(2338), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -273830,50 +276177,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [97029] = 20, + [98514] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3383), 1, + ACTIONS(3271), 1, sym_identifier, - ACTIONS(3387), 1, + ACTIONS(3275), 1, anon_sym_fn, - ACTIONS(3391), 1, + ACTIONS(3279), 1, anon_sym_struct, - ACTIONS(3401), 1, + ACTIONS(3289), 1, anon_sym_shared, - ACTIONS(3405), 1, + ACTIONS(3293), 1, anon_sym_chan, - ACTIONS(3407), 1, + ACTIONS(3295), 1, anon_sym_thread, - ACTIONS(3409), 1, + ACTIONS(3297), 1, anon_sym_atomic, - ACTIONS(5415), 1, + ACTIONS(5537), 1, anon_sym_LPAREN, - ACTIONS(5419), 1, + ACTIONS(5539), 1, anon_sym_STAR, - ACTIONS(5421), 1, + ACTIONS(5541), 1, anon_sym_QMARK, - ACTIONS(5423), 1, + ACTIONS(5543), 1, anon_sym_BANG, - ACTIONS(5425), 1, + ACTIONS(5545), 1, anon_sym_LBRACK2, - ACTIONS(5427), 1, + ACTIONS(5547), 1, anon_sym_AMP, - ACTIONS(5429), 1, + ACTIONS(5549), 1, anon_sym_map_LBRACK, - STATE(1472), 1, + STATE(1265), 1, sym_plain_type, - STATE(4515), 1, + STATE(4598), 1, sym_reference_expression, - STATE(1411), 2, + STATE(1163), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1465), 4, + STATE(1231), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1431), 12, + STATE(1233), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -273886,50 +276233,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [97105] = 20, + [98590] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3349), 1, + ACTIONS(3704), 1, sym_identifier, - ACTIONS(3351), 1, + ACTIONS(3706), 1, anon_sym_LPAREN, - ACTIONS(3353), 1, + ACTIONS(3708), 1, anon_sym_fn, - ACTIONS(3355), 1, + ACTIONS(3710), 1, anon_sym_STAR, - ACTIONS(3357), 1, + ACTIONS(3712), 1, anon_sym_struct, - ACTIONS(3367), 1, + ACTIONS(3722), 1, anon_sym_shared, - ACTIONS(3369), 1, + ACTIONS(3724), 1, anon_sym_map_LBRACK, - ACTIONS(3371), 1, + ACTIONS(3726), 1, anon_sym_chan, - ACTIONS(3373), 1, + ACTIONS(3728), 1, anon_sym_thread, - ACTIONS(3375), 1, + ACTIONS(3730), 1, anon_sym_atomic, - ACTIONS(5569), 1, + ACTIONS(5579), 1, anon_sym_QMARK, - ACTIONS(5571), 1, + ACTIONS(5581), 1, anon_sym_BANG, - ACTIONS(5573), 1, + ACTIONS(5583), 1, anon_sym_LBRACK2, - ACTIONS(5575), 1, + ACTIONS(5585), 1, anon_sym_AMP, - STATE(1362), 1, + STATE(2363), 1, sym_plain_type, - STATE(4423), 1, + STATE(4498), 1, sym_reference_expression, - STATE(1294), 2, + STATE(2319), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1341), 4, + STATE(2337), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1344), 12, + STATE(2338), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -273942,50 +276289,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [97181] = 20, + [98666] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3443), 1, + ACTIONS(3385), 1, sym_identifier, - ACTIONS(3447), 1, + ACTIONS(3389), 1, anon_sym_fn, - ACTIONS(3451), 1, + ACTIONS(3393), 1, anon_sym_struct, - ACTIONS(3461), 1, + ACTIONS(3403), 1, anon_sym_shared, - ACTIONS(3465), 1, + ACTIONS(3407), 1, anon_sym_chan, - ACTIONS(3467), 1, + ACTIONS(3409), 1, anon_sym_thread, - ACTIONS(3469), 1, + ACTIONS(3411), 1, anon_sym_atomic, - ACTIONS(5577), 1, + ACTIONS(5421), 1, anon_sym_LPAREN, - ACTIONS(5579), 1, + ACTIONS(5425), 1, anon_sym_STAR, - ACTIONS(5581), 1, + ACTIONS(5427), 1, anon_sym_QMARK, - ACTIONS(5583), 1, + ACTIONS(5429), 1, anon_sym_BANG, - ACTIONS(5585), 1, + ACTIONS(5431), 1, anon_sym_LBRACK2, - ACTIONS(5587), 1, + ACTIONS(5433), 1, anon_sym_AMP, - ACTIONS(5589), 1, + ACTIONS(5435), 1, anon_sym_map_LBRACK, - STATE(1828), 1, + STATE(1429), 1, sym_plain_type, - STATE(4549), 1, + STATE(4634), 1, sym_reference_expression, - STATE(1787), 2, + STATE(1410), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1887), 4, + STATE(1444), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1886), 12, + STATE(1443), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -273998,50 +276345,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [97257] = 20, + [98742] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3555), 1, + ACTIONS(3271), 1, sym_identifier, - ACTIONS(3557), 1, - anon_sym_LPAREN, - ACTIONS(3559), 1, + ACTIONS(3275), 1, anon_sym_fn, - ACTIONS(3563), 1, + ACTIONS(3279), 1, anon_sym_struct, - ACTIONS(3573), 1, + ACTIONS(3289), 1, anon_sym_shared, - ACTIONS(3575), 1, - anon_sym_map_LBRACK, - ACTIONS(3577), 1, + ACTIONS(3293), 1, anon_sym_chan, - ACTIONS(3579), 1, + ACTIONS(3295), 1, anon_sym_thread, - ACTIONS(3581), 1, + ACTIONS(3297), 1, anon_sym_atomic, ACTIONS(5537), 1, - anon_sym_STAR, + anon_sym_LPAREN, ACTIONS(5539), 1, - anon_sym_QMARK, + anon_sym_STAR, ACTIONS(5541), 1, - anon_sym_BANG, + anon_sym_QMARK, ACTIONS(5543), 1, - anon_sym_LBRACK2, + anon_sym_BANG, ACTIONS(5545), 1, + anon_sym_LBRACK2, + ACTIONS(5547), 1, anon_sym_AMP, - STATE(2047), 1, + ACTIONS(5549), 1, + anon_sym_map_LBRACK, + STATE(1256), 1, sym_plain_type, - STATE(4465), 1, + STATE(4598), 1, sym_reference_expression, - STATE(1919), 2, + STATE(1163), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2126), 4, + STATE(1231), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2127), 12, + STATE(1233), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -274054,50 +276401,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [97333] = 20, + [98818] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1602), 1, + ACTIONS(3736), 1, sym_identifier, - ACTIONS(1606), 1, + ACTIONS(3740), 1, anon_sym_fn, - ACTIONS(1610), 1, + ACTIONS(3744), 1, anon_sym_struct, - ACTIONS(1620), 1, + ACTIONS(3754), 1, anon_sym_shared, - ACTIONS(1624), 1, + ACTIONS(3758), 1, anon_sym_chan, - ACTIONS(1626), 1, + ACTIONS(3760), 1, anon_sym_thread, - ACTIONS(1628), 1, + ACTIONS(3762), 1, anon_sym_atomic, - ACTIONS(5591), 1, + ACTIONS(5587), 1, anon_sym_LPAREN, - ACTIONS(5593), 1, + ACTIONS(5589), 1, anon_sym_STAR, - ACTIONS(5595), 1, + ACTIONS(5591), 1, anon_sym_QMARK, - ACTIONS(5597), 1, + ACTIONS(5593), 1, anon_sym_BANG, - ACTIONS(5599), 1, + ACTIONS(5595), 1, anon_sym_LBRACK2, - ACTIONS(5601), 1, + ACTIONS(5597), 1, anon_sym_AMP, - ACTIONS(5603), 1, + ACTIONS(5599), 1, anon_sym_map_LBRACK, - STATE(1074), 1, + STATE(2470), 1, sym_plain_type, - STATE(4444), 1, + STATE(4577), 1, sym_reference_expression, - STATE(994), 2, + STATE(2433), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1059), 4, + STATE(2505), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1060), 12, + STATE(2503), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -274110,50 +276457,106 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [97409] = 20, + [98894] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3527), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, sym_identifier, - ACTIONS(3529), 1, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(3379), 1, anon_sym_LPAREN, - ACTIONS(3531), 1, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5227), 1, + anon_sym_BANG, + ACTIONS(5229), 1, + anon_sym_LBRACK2, + ACTIONS(5231), 1, + anon_sym_AMP, + STATE(4483), 1, + sym_plain_type, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3675), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(3676), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [98970] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1562), 1, + sym_identifier, + ACTIONS(1566), 1, anon_sym_fn, - ACTIONS(3535), 1, + ACTIONS(1570), 1, anon_sym_struct, - ACTIONS(3545), 1, + ACTIONS(1580), 1, anon_sym_shared, - ACTIONS(3547), 1, - anon_sym_map_LBRACK, - ACTIONS(3549), 1, + ACTIONS(1584), 1, anon_sym_chan, - ACTIONS(3551), 1, + ACTIONS(1586), 1, anon_sym_thread, - ACTIONS(3553), 1, + ACTIONS(1588), 1, anon_sym_atomic, - ACTIONS(5507), 1, + ACTIONS(5601), 1, + anon_sym_LPAREN, + ACTIONS(5603), 1, anon_sym_STAR, - ACTIONS(5509), 1, + ACTIONS(5605), 1, anon_sym_QMARK, - ACTIONS(5511), 1, + ACTIONS(5607), 1, anon_sym_BANG, - ACTIONS(5513), 1, + ACTIONS(5609), 1, anon_sym_LBRACK2, - ACTIONS(5515), 1, + ACTIONS(5611), 1, anon_sym_AMP, - STATE(1971), 1, + ACTIONS(5613), 1, + anon_sym_map_LBRACK, + STATE(1083), 1, sym_plain_type, - STATE(4528), 1, + STATE(4540), 1, sym_reference_expression, - STATE(1923), 2, + STATE(998), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2020), 4, + STATE(1101), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1942), 12, + STATE(1100), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -274166,50 +276569,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [97485] = 20, + [99046] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3411), 1, + ACTIONS(1562), 1, sym_identifier, - ACTIONS(3415), 1, + ACTIONS(1566), 1, anon_sym_fn, - ACTIONS(3419), 1, + ACTIONS(1570), 1, anon_sym_struct, - ACTIONS(3429), 1, + ACTIONS(1580), 1, anon_sym_shared, - ACTIONS(3433), 1, + ACTIONS(1584), 1, anon_sym_chan, - ACTIONS(3435), 1, + ACTIONS(1586), 1, anon_sym_thread, - ACTIONS(3437), 1, + ACTIONS(1588), 1, anon_sym_atomic, - ACTIONS(5399), 1, + ACTIONS(5601), 1, anon_sym_LPAREN, - ACTIONS(5517), 1, + ACTIONS(5603), 1, anon_sym_STAR, - ACTIONS(5519), 1, + ACTIONS(5605), 1, anon_sym_QMARK, - ACTIONS(5521), 1, + ACTIONS(5607), 1, anon_sym_BANG, - ACTIONS(5523), 1, + ACTIONS(5609), 1, anon_sym_LBRACK2, - ACTIONS(5525), 1, + ACTIONS(5611), 1, anon_sym_AMP, - ACTIONS(5527), 1, + ACTIONS(5613), 1, anon_sym_map_LBRACK, - STATE(1748), 1, + STATE(1107), 1, sym_plain_type, - STATE(4409), 1, + STATE(4540), 1, sym_reference_expression, - STATE(1666), 2, + STATE(998), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(1101), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(1100), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -274222,50 +276625,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [97561] = 20, + [99122] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3443), 1, + ACTIONS(3736), 1, sym_identifier, - ACTIONS(3447), 1, + ACTIONS(3740), 1, anon_sym_fn, - ACTIONS(3451), 1, + ACTIONS(3744), 1, anon_sym_struct, - ACTIONS(3461), 1, + ACTIONS(3754), 1, anon_sym_shared, - ACTIONS(3465), 1, + ACTIONS(3758), 1, anon_sym_chan, - ACTIONS(3467), 1, + ACTIONS(3760), 1, anon_sym_thread, - ACTIONS(3469), 1, + ACTIONS(3762), 1, anon_sym_atomic, - ACTIONS(5577), 1, + ACTIONS(5587), 1, anon_sym_LPAREN, - ACTIONS(5579), 1, + ACTIONS(5589), 1, anon_sym_STAR, - ACTIONS(5581), 1, + ACTIONS(5591), 1, anon_sym_QMARK, - ACTIONS(5583), 1, + ACTIONS(5593), 1, anon_sym_BANG, - ACTIONS(5585), 1, + ACTIONS(5595), 1, anon_sym_LBRACK2, - ACTIONS(5587), 1, + ACTIONS(5597), 1, anon_sym_AMP, - ACTIONS(5589), 1, + ACTIONS(5599), 1, anon_sym_map_LBRACK, - STATE(1826), 1, + STATE(2484), 1, sym_plain_type, - STATE(4549), 1, + STATE(4577), 1, sym_reference_expression, - STATE(1787), 2, + STATE(2433), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1887), 4, + STATE(2505), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1886), 12, + STATE(2503), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -274278,50 +276681,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [97637] = 20, + [99198] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(3736), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(3740), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3744), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(3754), 1, anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(3758), 1, + anon_sym_chan, + ACTIONS(3760), 1, + anon_sym_thread, + ACTIONS(3762), 1, + anon_sym_atomic, + ACTIONS(5587), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(5589), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5591), 1, + anon_sym_QMARK, + ACTIONS(5593), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5595), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5597), 1, anon_sym_AMP, - STATE(4600), 1, - sym_reference_expression, - STATE(4663), 1, + ACTIONS(5599), 1, + anon_sym_map_LBRACK, + STATE(2532), 1, sym_plain_type, - STATE(3581), 2, + STATE(4577), 1, + sym_reference_expression, + STATE(2433), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(2505), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(2503), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -274334,50 +276737,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [97713] = 20, + [99274] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1602), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(1606), 1, + ACTIONS(3517), 1, + anon_sym_LPAREN, + ACTIONS(3519), 1, anon_sym_fn, - ACTIONS(1610), 1, + ACTIONS(3523), 1, anon_sym_struct, - ACTIONS(1620), 1, + ACTIONS(3533), 1, anon_sym_shared, - ACTIONS(1624), 1, + ACTIONS(3535), 1, + anon_sym_map_LBRACK, + ACTIONS(3537), 1, anon_sym_chan, - ACTIONS(1626), 1, + ACTIONS(3539), 1, anon_sym_thread, - ACTIONS(1628), 1, + ACTIONS(3541), 1, anon_sym_atomic, - ACTIONS(5591), 1, - anon_sym_LPAREN, - ACTIONS(5593), 1, + ACTIONS(5527), 1, anon_sym_STAR, - ACTIONS(5595), 1, + ACTIONS(5529), 1, anon_sym_QMARK, - ACTIONS(5597), 1, + ACTIONS(5531), 1, anon_sym_BANG, - ACTIONS(5599), 1, + ACTIONS(5533), 1, anon_sym_LBRACK2, - ACTIONS(5601), 1, + ACTIONS(5535), 1, anon_sym_AMP, - ACTIONS(5603), 1, - anon_sym_map_LBRACK, - STATE(1075), 1, + STATE(1987), 1, sym_plain_type, - STATE(4444), 1, + STATE(4556), 1, sym_reference_expression, - STATE(994), 2, + STATE(1920), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1059), 4, + STATE(1993), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1060), 12, + STATE(1991), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -274390,50 +276793,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [97789] = 20, + [99350] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3672), 1, + ACTIONS(3736), 1, sym_identifier, - ACTIONS(3676), 1, + ACTIONS(3740), 1, anon_sym_fn, - ACTIONS(3680), 1, + ACTIONS(3744), 1, anon_sym_struct, - ACTIONS(3690), 1, + ACTIONS(3754), 1, anon_sym_shared, - ACTIONS(3694), 1, + ACTIONS(3758), 1, anon_sym_chan, - ACTIONS(3696), 1, + ACTIONS(3760), 1, anon_sym_thread, - ACTIONS(3698), 1, + ACTIONS(3762), 1, anon_sym_atomic, - ACTIONS(5555), 1, + ACTIONS(5587), 1, anon_sym_LPAREN, - ACTIONS(5557), 1, + ACTIONS(5589), 1, anon_sym_STAR, - ACTIONS(5559), 1, + ACTIONS(5591), 1, anon_sym_QMARK, - ACTIONS(5561), 1, + ACTIONS(5593), 1, anon_sym_BANG, - ACTIONS(5563), 1, + ACTIONS(5595), 1, anon_sym_LBRACK2, - ACTIONS(5565), 1, + ACTIONS(5597), 1, anon_sym_AMP, - ACTIONS(5567), 1, + ACTIONS(5599), 1, anon_sym_map_LBRACK, - STATE(2223), 1, + STATE(2576), 1, sym_plain_type, - STATE(4566), 1, + STATE(4577), 1, sym_reference_expression, - STATE(2159), 2, + STATE(2433), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2184), 4, + STATE(2505), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2185), 12, + STATE(2503), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -274446,50 +276849,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [97865] = 20, + [99426] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3702), 1, + ACTIONS(3385), 1, sym_identifier, - ACTIONS(3704), 1, + ACTIONS(3389), 1, anon_sym_fn, - ACTIONS(3706), 1, - anon_sym_STAR, - ACTIONS(3716), 1, + ACTIONS(3393), 1, + anon_sym_struct, + ACTIONS(3403), 1, anon_sym_shared, - ACTIONS(3718), 1, - anon_sym_map_LBRACK, - ACTIONS(3720), 1, + ACTIONS(3407), 1, anon_sym_chan, - ACTIONS(3722), 1, + ACTIONS(3409), 1, anon_sym_thread, - ACTIONS(3724), 1, + ACTIONS(3411), 1, anon_sym_atomic, - ACTIONS(5529), 1, + ACTIONS(5421), 1, + anon_sym_LPAREN, + ACTIONS(5425), 1, + anon_sym_STAR, + ACTIONS(5427), 1, anon_sym_QMARK, - ACTIONS(5531), 1, + ACTIONS(5429), 1, anon_sym_BANG, - ACTIONS(5533), 1, + ACTIONS(5431), 1, anon_sym_LBRACK2, - ACTIONS(5535), 1, + ACTIONS(5433), 1, anon_sym_AMP, - STATE(2417), 1, + ACTIONS(5435), 1, + anon_sym_map_LBRACK, + STATE(1441), 1, sym_plain_type, - STATE(4600), 1, + STATE(4634), 1, sym_reference_expression, - STATE(2318), 2, + STATE(1410), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1444), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1443), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -274502,50 +276905,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [97941] = 20, + [99502] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3443), 1, + ACTIONS(3704), 1, sym_identifier, - ACTIONS(3447), 1, + ACTIONS(3706), 1, + anon_sym_LPAREN, + ACTIONS(3708), 1, anon_sym_fn, - ACTIONS(3451), 1, + ACTIONS(3710), 1, + anon_sym_STAR, + ACTIONS(3712), 1, anon_sym_struct, - ACTIONS(3461), 1, + ACTIONS(3722), 1, anon_sym_shared, - ACTIONS(3465), 1, + ACTIONS(3724), 1, + anon_sym_map_LBRACK, + ACTIONS(3726), 1, anon_sym_chan, - ACTIONS(3467), 1, + ACTIONS(3728), 1, anon_sym_thread, - ACTIONS(3469), 1, + ACTIONS(3730), 1, anon_sym_atomic, - ACTIONS(5577), 1, - anon_sym_LPAREN, ACTIONS(5579), 1, - anon_sym_STAR, - ACTIONS(5581), 1, anon_sym_QMARK, - ACTIONS(5583), 1, + ACTIONS(5581), 1, anon_sym_BANG, - ACTIONS(5585), 1, + ACTIONS(5583), 1, anon_sym_LBRACK2, - ACTIONS(5587), 1, + ACTIONS(5585), 1, anon_sym_AMP, - ACTIONS(5589), 1, - anon_sym_map_LBRACK, - STATE(1827), 1, + STATE(2362), 1, sym_plain_type, - STATE(4549), 1, + STATE(4498), 1, sym_reference_expression, - STATE(1787), 2, + STATE(2319), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1887), 4, + STATE(2337), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1886), 12, + STATE(2338), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -274558,50 +276961,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [98017] = 20, + [99578] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1602), 1, + ACTIONS(3736), 1, sym_identifier, - ACTIONS(1606), 1, + ACTIONS(3740), 1, anon_sym_fn, - ACTIONS(1610), 1, + ACTIONS(3744), 1, anon_sym_struct, - ACTIONS(1620), 1, + ACTIONS(3754), 1, anon_sym_shared, - ACTIONS(1624), 1, + ACTIONS(3758), 1, anon_sym_chan, - ACTIONS(1626), 1, + ACTIONS(3760), 1, anon_sym_thread, - ACTIONS(1628), 1, + ACTIONS(3762), 1, anon_sym_atomic, - ACTIONS(5591), 1, + ACTIONS(5587), 1, anon_sym_LPAREN, - ACTIONS(5593), 1, + ACTIONS(5589), 1, anon_sym_STAR, - ACTIONS(5595), 1, + ACTIONS(5591), 1, anon_sym_QMARK, - ACTIONS(5597), 1, + ACTIONS(5593), 1, anon_sym_BANG, - ACTIONS(5599), 1, + ACTIONS(5595), 1, anon_sym_LBRACK2, - ACTIONS(5601), 1, + ACTIONS(5597), 1, anon_sym_AMP, - ACTIONS(5603), 1, + ACTIONS(5599), 1, anon_sym_map_LBRACK, - STATE(1076), 1, + STATE(2573), 1, sym_plain_type, - STATE(4444), 1, + STATE(4577), 1, sym_reference_expression, - STATE(994), 2, + STATE(2433), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1059), 4, + STATE(2505), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1060), 12, + STATE(2503), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -274614,50 +277017,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [98093] = 20, + [99654] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1602), 1, + ACTIONS(3385), 1, sym_identifier, - ACTIONS(1606), 1, + ACTIONS(3389), 1, anon_sym_fn, - ACTIONS(1610), 1, + ACTIONS(3393), 1, anon_sym_struct, - ACTIONS(1620), 1, + ACTIONS(3403), 1, anon_sym_shared, - ACTIONS(1624), 1, + ACTIONS(3407), 1, anon_sym_chan, - ACTIONS(1626), 1, + ACTIONS(3409), 1, anon_sym_thread, - ACTIONS(1628), 1, + ACTIONS(3411), 1, anon_sym_atomic, - ACTIONS(5591), 1, + ACTIONS(5421), 1, anon_sym_LPAREN, - ACTIONS(5593), 1, + ACTIONS(5425), 1, anon_sym_STAR, - ACTIONS(5595), 1, + ACTIONS(5427), 1, anon_sym_QMARK, - ACTIONS(5597), 1, + ACTIONS(5429), 1, anon_sym_BANG, - ACTIONS(5599), 1, + ACTIONS(5431), 1, anon_sym_LBRACK2, - ACTIONS(5601), 1, + ACTIONS(5433), 1, anon_sym_AMP, - ACTIONS(5603), 1, + ACTIONS(5435), 1, anon_sym_map_LBRACK, - STATE(1088), 1, + STATE(1462), 1, sym_plain_type, - STATE(4444), 1, + STATE(4634), 1, sym_reference_expression, - STATE(994), 2, + STATE(1410), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1059), 4, + STATE(1444), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1060), 12, + STATE(1443), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -274670,50 +277073,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [98169] = 20, + [99730] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3702), 1, + ACTIONS(3385), 1, sym_identifier, - ACTIONS(3704), 1, + ACTIONS(3389), 1, anon_sym_fn, - ACTIONS(3706), 1, - anon_sym_STAR, - ACTIONS(3716), 1, + ACTIONS(3393), 1, + anon_sym_struct, + ACTIONS(3403), 1, anon_sym_shared, - ACTIONS(3718), 1, - anon_sym_map_LBRACK, - ACTIONS(3720), 1, + ACTIONS(3407), 1, anon_sym_chan, - ACTIONS(3722), 1, + ACTIONS(3409), 1, anon_sym_thread, - ACTIONS(3724), 1, + ACTIONS(3411), 1, anon_sym_atomic, - ACTIONS(5529), 1, + ACTIONS(5421), 1, + anon_sym_LPAREN, + ACTIONS(5425), 1, + anon_sym_STAR, + ACTIONS(5427), 1, anon_sym_QMARK, - ACTIONS(5531), 1, + ACTIONS(5429), 1, anon_sym_BANG, - ACTIONS(5533), 1, + ACTIONS(5431), 1, anon_sym_LBRACK2, - ACTIONS(5535), 1, + ACTIONS(5433), 1, anon_sym_AMP, - STATE(2413), 1, + ACTIONS(5435), 1, + anon_sym_map_LBRACK, + STATE(1459), 1, sym_plain_type, - STATE(4600), 1, + STATE(4634), 1, sym_reference_expression, - STATE(2318), 2, + STATE(1410), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1444), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1443), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -274726,50 +277129,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [98245] = 20, + [99806] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3702), 1, + ACTIONS(3385), 1, sym_identifier, - ACTIONS(3704), 1, + ACTIONS(3389), 1, anon_sym_fn, - ACTIONS(3706), 1, - anon_sym_STAR, - ACTIONS(3716), 1, + ACTIONS(3393), 1, + anon_sym_struct, + ACTIONS(3403), 1, anon_sym_shared, - ACTIONS(3718), 1, - anon_sym_map_LBRACK, - ACTIONS(3720), 1, + ACTIONS(3407), 1, anon_sym_chan, - ACTIONS(3722), 1, + ACTIONS(3409), 1, anon_sym_thread, - ACTIONS(3724), 1, + ACTIONS(3411), 1, anon_sym_atomic, - ACTIONS(5529), 1, + ACTIONS(5421), 1, + anon_sym_LPAREN, + ACTIONS(5425), 1, + anon_sym_STAR, + ACTIONS(5427), 1, anon_sym_QMARK, - ACTIONS(5531), 1, + ACTIONS(5429), 1, anon_sym_BANG, - ACTIONS(5533), 1, + ACTIONS(5431), 1, anon_sym_LBRACK2, - ACTIONS(5535), 1, + ACTIONS(5433), 1, anon_sym_AMP, - STATE(2412), 1, + ACTIONS(5435), 1, + anon_sym_map_LBRACK, + STATE(1475), 1, sym_plain_type, - STATE(4600), 1, + STATE(4634), 1, sym_reference_expression, - STATE(2318), 2, + STATE(1410), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1444), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1443), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -274782,50 +277185,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [98321] = 20, + [99882] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(3443), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(3447), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3451), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(3461), 1, anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(3465), 1, + anon_sym_chan, + ACTIONS(3467), 1, + anon_sym_thread, + ACTIONS(3469), 1, + anon_sym_atomic, + ACTIONS(5551), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(5553), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5555), 1, + anon_sym_QMARK, + ACTIONS(5557), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5559), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5561), 1, anon_sym_AMP, - STATE(4567), 1, + ACTIONS(5563), 1, + anon_sym_map_LBRACK, + STATE(1821), 1, sym_plain_type, - STATE(4600), 1, + STATE(4636), 1, sym_reference_expression, - STATE(3581), 2, + STATE(1793), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1876), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1869), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -274838,50 +277241,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [98397] = 20, + [99958] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(3385), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(3389), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3393), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(3403), 1, anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(3407), 1, + anon_sym_chan, + ACTIONS(3409), 1, + anon_sym_thread, + ACTIONS(3411), 1, + anon_sym_atomic, + ACTIONS(5421), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(5425), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5427), 1, + anon_sym_QMARK, + ACTIONS(5429), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5431), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5433), 1, anon_sym_AMP, - STATE(4586), 1, + ACTIONS(5435), 1, + anon_sym_map_LBRACK, + STATE(1484), 1, sym_plain_type, - STATE(4600), 1, + STATE(4634), 1, sym_reference_expression, - STATE(3581), 2, + STATE(1410), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1444), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1443), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -274894,50 +277297,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [98473] = 20, + [100034] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3672), 1, + ACTIONS(3736), 1, sym_identifier, - ACTIONS(3676), 1, + ACTIONS(3740), 1, anon_sym_fn, - ACTIONS(3680), 1, + ACTIONS(3744), 1, anon_sym_struct, - ACTIONS(3690), 1, + ACTIONS(3754), 1, anon_sym_shared, - ACTIONS(3694), 1, + ACTIONS(3758), 1, anon_sym_chan, - ACTIONS(3696), 1, + ACTIONS(3760), 1, anon_sym_thread, - ACTIONS(3698), 1, + ACTIONS(3762), 1, anon_sym_atomic, - ACTIONS(5555), 1, + ACTIONS(5587), 1, anon_sym_LPAREN, - ACTIONS(5557), 1, + ACTIONS(5589), 1, anon_sym_STAR, - ACTIONS(5559), 1, + ACTIONS(5591), 1, anon_sym_QMARK, - ACTIONS(5561), 1, + ACTIONS(5593), 1, anon_sym_BANG, - ACTIONS(5563), 1, + ACTIONS(5595), 1, anon_sym_LBRACK2, - ACTIONS(5565), 1, + ACTIONS(5597), 1, anon_sym_AMP, - ACTIONS(5567), 1, + ACTIONS(5599), 1, anon_sym_map_LBRACK, - STATE(2254), 1, + STATE(2471), 1, sym_plain_type, - STATE(4566), 1, + STATE(4577), 1, sym_reference_expression, - STATE(2159), 2, + STATE(2433), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2184), 4, + STATE(2505), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2185), 12, + STATE(2503), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -274950,50 +277353,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [98549] = 20, + [100110] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3527), 1, + ACTIONS(3201), 1, sym_identifier, - ACTIONS(3529), 1, - anon_sym_LPAREN, - ACTIONS(3531), 1, + ACTIONS(3205), 1, anon_sym_fn, - ACTIONS(3535), 1, + ACTIONS(3209), 1, anon_sym_struct, - ACTIONS(3545), 1, + ACTIONS(3219), 1, anon_sym_shared, - ACTIONS(3547), 1, - anon_sym_map_LBRACK, - ACTIONS(3549), 1, + ACTIONS(3223), 1, anon_sym_chan, - ACTIONS(3551), 1, + ACTIONS(3225), 1, anon_sym_thread, - ACTIONS(3553), 1, + ACTIONS(3227), 1, anon_sym_atomic, - ACTIONS(5507), 1, + ACTIONS(5565), 1, + anon_sym_LPAREN, + ACTIONS(5567), 1, anon_sym_STAR, - ACTIONS(5509), 1, + ACTIONS(5569), 1, anon_sym_QMARK, - ACTIONS(5511), 1, + ACTIONS(5571), 1, anon_sym_BANG, - ACTIONS(5513), 1, + ACTIONS(5573), 1, anon_sym_LBRACK2, - ACTIONS(5515), 1, + ACTIONS(5575), 1, anon_sym_AMP, - STATE(2125), 1, + ACTIONS(5577), 1, + anon_sym_map_LBRACK, + STATE(3432), 1, sym_plain_type, - STATE(4528), 1, + STATE(4512), 1, sym_reference_expression, - STATE(1923), 2, + STATE(3367), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2020), 4, + STATE(3449), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1942), 12, + STATE(3433), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -275006,50 +277409,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [98625] = 20, + [100186] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3672), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, sym_identifier, - ACTIONS(3676), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(3680), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(3690), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3694), 1, - anon_sym_chan, - ACTIONS(3696), 1, - anon_sym_thread, - ACTIONS(3698), 1, - anon_sym_atomic, - ACTIONS(5555), 1, + ACTIONS(3379), 1, anon_sym_LPAREN, - ACTIONS(5557), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5559), 1, - anon_sym_QMARK, - ACTIONS(5561), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5563), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5565), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5567), 1, - anon_sym_map_LBRACK, - STATE(2248), 1, + STATE(3904), 1, sym_plain_type, - STATE(4566), 1, + STATE(4656), 1, sym_reference_expression, - STATE(2159), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2184), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2185), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -275062,50 +277465,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [98701] = 20, + [100262] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3672), 1, + ACTIONS(3415), 1, sym_identifier, - ACTIONS(3676), 1, + ACTIONS(3419), 1, anon_sym_fn, - ACTIONS(3680), 1, + ACTIONS(3423), 1, anon_sym_struct, - ACTIONS(3690), 1, + ACTIONS(3433), 1, anon_sym_shared, - ACTIONS(3694), 1, + ACTIONS(3437), 1, anon_sym_chan, - ACTIONS(3696), 1, + ACTIONS(3439), 1, anon_sym_thread, - ACTIONS(3698), 1, + ACTIONS(3441), 1, anon_sym_atomic, - ACTIONS(5555), 1, + ACTIONS(5405), 1, anon_sym_LPAREN, - ACTIONS(5557), 1, + ACTIONS(5615), 1, anon_sym_STAR, - ACTIONS(5559), 1, + ACTIONS(5617), 1, anon_sym_QMARK, - ACTIONS(5561), 1, + ACTIONS(5619), 1, anon_sym_BANG, - ACTIONS(5563), 1, + ACTIONS(5621), 1, anon_sym_LBRACK2, - ACTIONS(5565), 1, + ACTIONS(5623), 1, anon_sym_AMP, - ACTIONS(5567), 1, + ACTIONS(5625), 1, anon_sym_map_LBRACK, - STATE(2210), 1, + STATE(1641), 1, sym_plain_type, - STATE(4566), 1, + STATE(4485), 1, sym_reference_expression, - STATE(2159), 2, + STATE(1633), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2184), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2185), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -275118,50 +277521,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [98777] = 20, + [100338] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3672), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, sym_identifier, - ACTIONS(3676), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(3680), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(3690), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3694), 1, - anon_sym_chan, - ACTIONS(3696), 1, - anon_sym_thread, - ACTIONS(3698), 1, - anon_sym_atomic, - ACTIONS(5555), 1, + ACTIONS(3379), 1, anon_sym_LPAREN, - ACTIONS(5557), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5559), 1, - anon_sym_QMARK, - ACTIONS(5561), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5563), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5565), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5567), 1, - anon_sym_map_LBRACK, - STATE(2246), 1, + STATE(4013), 1, sym_plain_type, - STATE(4566), 1, + STATE(4656), 1, sym_reference_expression, - STATE(2159), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2184), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2185), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -275174,7 +277577,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [98853] = 20, + [100414] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -275187,37 +277590,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(4597), 1, + STATE(4444), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -275230,50 +277633,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [98929] = 20, + [100490] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3672), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3676), 1, + ACTIONS(3517), 1, + anon_sym_LPAREN, + ACTIONS(3519), 1, anon_sym_fn, - ACTIONS(3680), 1, + ACTIONS(3523), 1, anon_sym_struct, - ACTIONS(3690), 1, + ACTIONS(3533), 1, anon_sym_shared, - ACTIONS(3694), 1, + ACTIONS(3535), 1, + anon_sym_map_LBRACK, + ACTIONS(3537), 1, anon_sym_chan, - ACTIONS(3696), 1, + ACTIONS(3539), 1, anon_sym_thread, - ACTIONS(3698), 1, + ACTIONS(3541), 1, anon_sym_atomic, - ACTIONS(5555), 1, - anon_sym_LPAREN, - ACTIONS(5557), 1, + ACTIONS(5527), 1, anon_sym_STAR, - ACTIONS(5559), 1, + ACTIONS(5529), 1, anon_sym_QMARK, - ACTIONS(5561), 1, + ACTIONS(5531), 1, anon_sym_BANG, - ACTIONS(5563), 1, + ACTIONS(5533), 1, anon_sym_LBRACK2, - ACTIONS(5565), 1, + ACTIONS(5535), 1, anon_sym_AMP, - ACTIONS(5567), 1, - anon_sym_map_LBRACK, - STATE(2243), 1, + STATE(1945), 1, sym_plain_type, - STATE(4566), 1, + STATE(4556), 1, sym_reference_expression, - STATE(2159), 2, + STATE(1920), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2184), 4, + STATE(1993), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2185), 12, + STATE(1991), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -275286,29 +277689,27 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [99005] = 20, + [100566] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3349), 1, + ACTIONS(3201), 1, sym_identifier, - ACTIONS(3351), 1, - anon_sym_LPAREN, - ACTIONS(3353), 1, + ACTIONS(3205), 1, anon_sym_fn, - ACTIONS(3355), 1, - anon_sym_STAR, - ACTIONS(3357), 1, + ACTIONS(3209), 1, anon_sym_struct, - ACTIONS(3367), 1, + ACTIONS(3219), 1, anon_sym_shared, - ACTIONS(3369), 1, - anon_sym_map_LBRACK, - ACTIONS(3371), 1, + ACTIONS(3223), 1, anon_sym_chan, - ACTIONS(3373), 1, + ACTIONS(3225), 1, anon_sym_thread, - ACTIONS(3375), 1, + ACTIONS(3227), 1, anon_sym_atomic, + ACTIONS(5565), 1, + anon_sym_LPAREN, + ACTIONS(5567), 1, + anon_sym_STAR, ACTIONS(5569), 1, anon_sym_QMARK, ACTIONS(5571), 1, @@ -275317,19 +277718,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, ACTIONS(5575), 1, anon_sym_AMP, - STATE(1313), 1, + ACTIONS(5577), 1, + anon_sym_map_LBRACK, + STATE(3445), 1, sym_plain_type, - STATE(4423), 1, + STATE(4512), 1, sym_reference_expression, - STATE(1294), 2, + STATE(3367), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1341), 4, + STATE(3449), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1344), 12, + STATE(3433), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -275342,7 +277745,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [99081] = 20, + [100642] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -275355,37 +277758,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(4600), 1, - sym_reference_expression, - STATE(4615), 1, + STATE(4507), 1, sym_plain_type, - STATE(3581), 2, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -275398,50 +277801,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [99157] = 20, + [100718] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1602), 1, + ACTIONS(3201), 1, sym_identifier, - ACTIONS(1606), 1, + ACTIONS(3205), 1, anon_sym_fn, - ACTIONS(1610), 1, + ACTIONS(3209), 1, anon_sym_struct, - ACTIONS(1620), 1, + ACTIONS(3219), 1, anon_sym_shared, - ACTIONS(1624), 1, + ACTIONS(3223), 1, anon_sym_chan, - ACTIONS(1626), 1, + ACTIONS(3225), 1, anon_sym_thread, - ACTIONS(1628), 1, + ACTIONS(3227), 1, anon_sym_atomic, - ACTIONS(5591), 1, + ACTIONS(5565), 1, anon_sym_LPAREN, - ACTIONS(5593), 1, + ACTIONS(5567), 1, anon_sym_STAR, - ACTIONS(5595), 1, + ACTIONS(5569), 1, anon_sym_QMARK, - ACTIONS(5597), 1, + ACTIONS(5571), 1, anon_sym_BANG, - ACTIONS(5599), 1, + ACTIONS(5573), 1, anon_sym_LBRACK2, - ACTIONS(5601), 1, + ACTIONS(5575), 1, anon_sym_AMP, - ACTIONS(5603), 1, + ACTIONS(5577), 1, anon_sym_map_LBRACK, - STATE(1092), 1, + STATE(3442), 1, sym_plain_type, - STATE(4444), 1, + STATE(4512), 1, sym_reference_expression, - STATE(994), 2, + STATE(3367), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1059), 4, + STATE(3449), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1060), 12, + STATE(3433), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -275454,50 +277857,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [99233] = 20, + [100794] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1602), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(1606), 1, + ACTIONS(3517), 1, + anon_sym_LPAREN, + ACTIONS(3519), 1, anon_sym_fn, - ACTIONS(1610), 1, + ACTIONS(3523), 1, anon_sym_struct, - ACTIONS(1620), 1, + ACTIONS(3533), 1, anon_sym_shared, - ACTIONS(1624), 1, + ACTIONS(3535), 1, + anon_sym_map_LBRACK, + ACTIONS(3537), 1, anon_sym_chan, - ACTIONS(1626), 1, + ACTIONS(3539), 1, anon_sym_thread, - ACTIONS(1628), 1, + ACTIONS(3541), 1, anon_sym_atomic, - ACTIONS(5591), 1, - anon_sym_LPAREN, - ACTIONS(5593), 1, + ACTIONS(5527), 1, anon_sym_STAR, - ACTIONS(5595), 1, + ACTIONS(5529), 1, anon_sym_QMARK, - ACTIONS(5597), 1, + ACTIONS(5531), 1, anon_sym_BANG, - ACTIONS(5599), 1, + ACTIONS(5533), 1, anon_sym_LBRACK2, - ACTIONS(5601), 1, + ACTIONS(5535), 1, anon_sym_AMP, - ACTIONS(5603), 1, - anon_sym_map_LBRACK, - STATE(1072), 1, + STATE(1990), 1, sym_plain_type, - STATE(4444), 1, + STATE(4556), 1, sym_reference_expression, - STATE(994), 2, + STATE(1920), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1059), 4, + STATE(1993), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1060), 12, + STATE(1991), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -275510,50 +277913,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [99309] = 20, + [100870] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3672), 1, + ACTIONS(3201), 1, sym_identifier, - ACTIONS(3676), 1, + ACTIONS(3205), 1, anon_sym_fn, - ACTIONS(3680), 1, + ACTIONS(3209), 1, anon_sym_struct, - ACTIONS(3690), 1, + ACTIONS(3219), 1, anon_sym_shared, - ACTIONS(3694), 1, + ACTIONS(3223), 1, anon_sym_chan, - ACTIONS(3696), 1, + ACTIONS(3225), 1, anon_sym_thread, - ACTIONS(3698), 1, + ACTIONS(3227), 1, anon_sym_atomic, - ACTIONS(5555), 1, + ACTIONS(5565), 1, anon_sym_LPAREN, - ACTIONS(5557), 1, + ACTIONS(5567), 1, anon_sym_STAR, - ACTIONS(5559), 1, + ACTIONS(5569), 1, anon_sym_QMARK, - ACTIONS(5561), 1, + ACTIONS(5571), 1, anon_sym_BANG, - ACTIONS(5563), 1, + ACTIONS(5573), 1, anon_sym_LBRACK2, - ACTIONS(5565), 1, + ACTIONS(5575), 1, anon_sym_AMP, - ACTIONS(5567), 1, + ACTIONS(5577), 1, anon_sym_map_LBRACK, - STATE(2212), 1, + STATE(3435), 1, sym_plain_type, - STATE(4566), 1, + STATE(4512), 1, sym_reference_expression, - STATE(2159), 2, + STATE(3367), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2184), 4, + STATE(3449), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2185), 12, + STATE(3433), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -275566,50 +277969,106 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [99385] = 20, + [100946] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3443), 1, + ACTIONS(553), 1, sym_identifier, - ACTIONS(3447), 1, + ACTIONS(559), 1, anon_sym_fn, - ACTIONS(3451), 1, + ACTIONS(563), 1, anon_sym_struct, - ACTIONS(3461), 1, + ACTIONS(573), 1, anon_sym_shared, - ACTIONS(3465), 1, + ACTIONS(577), 1, anon_sym_chan, - ACTIONS(3467), 1, + ACTIONS(579), 1, anon_sym_thread, - ACTIONS(3469), 1, + ACTIONS(581), 1, anon_sym_atomic, - ACTIONS(5577), 1, + ACTIONS(5627), 1, anon_sym_LPAREN, - ACTIONS(5579), 1, + ACTIONS(5629), 1, anon_sym_STAR, - ACTIONS(5581), 1, + ACTIONS(5631), 1, anon_sym_QMARK, - ACTIONS(5583), 1, + ACTIONS(5633), 1, anon_sym_BANG, - ACTIONS(5585), 1, + ACTIONS(5635), 1, anon_sym_LBRACK2, - ACTIONS(5587), 1, + ACTIONS(5637), 1, anon_sym_AMP, - ACTIONS(5589), 1, + ACTIONS(5639), 1, anon_sym_map_LBRACK, - STATE(1812), 1, + STATE(451), 1, sym_plain_type, - STATE(4549), 1, + STATE(4567), 1, + sym_reference_expression, + STATE(444), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(518), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(515), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [101022] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5227), 1, + anon_sym_BANG, + ACTIONS(5229), 1, + anon_sym_LBRACK2, + ACTIONS(5231), 1, + anon_sym_AMP, + STATE(4101), 1, + sym_plain_type, + STATE(4656), 1, sym_reference_expression, - STATE(1787), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1887), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1886), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -275622,50 +278081,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [99461] = 20, + [101098] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3672), 1, + ACTIONS(3201), 1, sym_identifier, - ACTIONS(3676), 1, + ACTIONS(3205), 1, anon_sym_fn, - ACTIONS(3680), 1, + ACTIONS(3209), 1, anon_sym_struct, - ACTIONS(3690), 1, + ACTIONS(3219), 1, anon_sym_shared, - ACTIONS(3694), 1, + ACTIONS(3223), 1, anon_sym_chan, - ACTIONS(3696), 1, + ACTIONS(3225), 1, anon_sym_thread, - ACTIONS(3698), 1, + ACTIONS(3227), 1, anon_sym_atomic, - ACTIONS(5555), 1, + ACTIONS(5565), 1, anon_sym_LPAREN, - ACTIONS(5557), 1, + ACTIONS(5567), 1, anon_sym_STAR, - ACTIONS(5559), 1, + ACTIONS(5569), 1, anon_sym_QMARK, - ACTIONS(5561), 1, + ACTIONS(5571), 1, anon_sym_BANG, - ACTIONS(5563), 1, + ACTIONS(5573), 1, anon_sym_LBRACK2, - ACTIONS(5565), 1, + ACTIONS(5575), 1, anon_sym_AMP, - ACTIONS(5567), 1, + ACTIONS(5577), 1, anon_sym_map_LBRACK, - STATE(2205), 1, + STATE(3434), 1, sym_plain_type, - STATE(4566), 1, + STATE(4512), 1, sym_reference_expression, - STATE(2159), 2, + STATE(3367), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2184), 4, + STATE(3449), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2185), 12, + STATE(3433), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -275678,50 +278137,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [99537] = 20, + [101174] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3672), 1, + ACTIONS(3201), 1, sym_identifier, - ACTIONS(3676), 1, + ACTIONS(3205), 1, anon_sym_fn, - ACTIONS(3680), 1, + ACTIONS(3209), 1, anon_sym_struct, - ACTIONS(3690), 1, + ACTIONS(3219), 1, anon_sym_shared, - ACTIONS(3694), 1, + ACTIONS(3223), 1, anon_sym_chan, - ACTIONS(3696), 1, + ACTIONS(3225), 1, anon_sym_thread, - ACTIONS(3698), 1, + ACTIONS(3227), 1, anon_sym_atomic, - ACTIONS(5555), 1, + ACTIONS(5565), 1, anon_sym_LPAREN, - ACTIONS(5557), 1, + ACTIONS(5567), 1, anon_sym_STAR, - ACTIONS(5559), 1, + ACTIONS(5569), 1, anon_sym_QMARK, - ACTIONS(5561), 1, + ACTIONS(5571), 1, anon_sym_BANG, - ACTIONS(5563), 1, + ACTIONS(5573), 1, anon_sym_LBRACK2, - ACTIONS(5565), 1, + ACTIONS(5575), 1, anon_sym_AMP, - ACTIONS(5567), 1, + ACTIONS(5577), 1, anon_sym_map_LBRACK, - STATE(2211), 1, + STATE(3427), 1, sym_plain_type, - STATE(4566), 1, + STATE(4512), 1, sym_reference_expression, - STATE(2159), 2, + STATE(3367), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2184), 4, + STATE(3449), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2185), 12, + STATE(3433), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -275734,50 +278193,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [99613] = 20, + [101250] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3527), 1, + ACTIONS(553), 1, sym_identifier, - ACTIONS(3529), 1, - anon_sym_LPAREN, - ACTIONS(3531), 1, + ACTIONS(559), 1, anon_sym_fn, - ACTIONS(3535), 1, + ACTIONS(563), 1, anon_sym_struct, - ACTIONS(3545), 1, + ACTIONS(573), 1, anon_sym_shared, - ACTIONS(3547), 1, - anon_sym_map_LBRACK, - ACTIONS(3549), 1, + ACTIONS(577), 1, anon_sym_chan, - ACTIONS(3551), 1, + ACTIONS(579), 1, anon_sym_thread, - ACTIONS(3553), 1, + ACTIONS(581), 1, anon_sym_atomic, - ACTIONS(5507), 1, + ACTIONS(5627), 1, + anon_sym_LPAREN, + ACTIONS(5629), 1, anon_sym_STAR, - ACTIONS(5509), 1, + ACTIONS(5631), 1, anon_sym_QMARK, - ACTIONS(5511), 1, + ACTIONS(5633), 1, anon_sym_BANG, - ACTIONS(5513), 1, + ACTIONS(5635), 1, anon_sym_LBRACK2, - ACTIONS(5515), 1, + ACTIONS(5637), 1, anon_sym_AMP, - STATE(2104), 1, + ACTIONS(5639), 1, + anon_sym_map_LBRACK, + STATE(463), 1, sym_plain_type, - STATE(4528), 1, + STATE(4567), 1, sym_reference_expression, - STATE(1923), 2, + STATE(444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2020), 4, + STATE(518), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1942), 12, + STATE(515), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -275790,50 +278249,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [99689] = 20, + [101326] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3527), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3529), 1, + ACTIONS(3517), 1, anon_sym_LPAREN, - ACTIONS(3531), 1, + ACTIONS(3519), 1, anon_sym_fn, - ACTIONS(3535), 1, + ACTIONS(3523), 1, anon_sym_struct, - ACTIONS(3545), 1, + ACTIONS(3533), 1, anon_sym_shared, - ACTIONS(3547), 1, + ACTIONS(3535), 1, anon_sym_map_LBRACK, - ACTIONS(3549), 1, + ACTIONS(3537), 1, anon_sym_chan, - ACTIONS(3551), 1, + ACTIONS(3539), 1, anon_sym_thread, - ACTIONS(3553), 1, + ACTIONS(3541), 1, anon_sym_atomic, - ACTIONS(5507), 1, + ACTIONS(5527), 1, anon_sym_STAR, - ACTIONS(5509), 1, + ACTIONS(5529), 1, anon_sym_QMARK, - ACTIONS(5511), 1, + ACTIONS(5531), 1, anon_sym_BANG, - ACTIONS(5513), 1, + ACTIONS(5533), 1, anon_sym_LBRACK2, - ACTIONS(5515), 1, + ACTIONS(5535), 1, anon_sym_AMP, - STATE(2124), 1, + STATE(1985), 1, sym_plain_type, - STATE(4528), 1, + STATE(4556), 1, sym_reference_expression, - STATE(1923), 2, + STATE(1920), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2020), 4, + STATE(1993), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1942), 12, + STATE(1991), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -275846,50 +278305,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [99765] = 20, + [101402] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(553), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(563), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(573), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(577), 1, - anon_sym_chan, - ACTIONS(579), 1, - anon_sym_thread, - ACTIONS(581), 1, - anon_sym_atomic, - ACTIONS(5605), 1, + ACTIONS(3379), 1, anon_sym_LPAREN, - ACTIONS(5607), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5609), 1, - anon_sym_QMARK, - ACTIONS(5611), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5613), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5615), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5617), 1, - anon_sym_map_LBRACK, - STATE(847), 1, + STATE(4079), 1, sym_plain_type, - STATE(4460), 1, + STATE(4656), 1, sym_reference_expression, - STATE(521), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(898), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(896), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -275902,50 +278361,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [99841] = 20, + [101478] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1602), 1, + ACTIONS(3443), 1, sym_identifier, - ACTIONS(1606), 1, + ACTIONS(3447), 1, anon_sym_fn, - ACTIONS(1610), 1, + ACTIONS(3451), 1, anon_sym_struct, - ACTIONS(1620), 1, + ACTIONS(3461), 1, anon_sym_shared, - ACTIONS(1624), 1, + ACTIONS(3465), 1, anon_sym_chan, - ACTIONS(1626), 1, + ACTIONS(3467), 1, anon_sym_thread, - ACTIONS(1628), 1, + ACTIONS(3469), 1, anon_sym_atomic, - ACTIONS(5591), 1, + ACTIONS(5551), 1, anon_sym_LPAREN, - ACTIONS(5593), 1, + ACTIONS(5553), 1, anon_sym_STAR, - ACTIONS(5595), 1, + ACTIONS(5555), 1, anon_sym_QMARK, - ACTIONS(5597), 1, + ACTIONS(5557), 1, anon_sym_BANG, - ACTIONS(5599), 1, + ACTIONS(5559), 1, anon_sym_LBRACK2, - ACTIONS(5601), 1, + ACTIONS(5561), 1, anon_sym_AMP, - ACTIONS(5603), 1, + ACTIONS(5563), 1, anon_sym_map_LBRACK, - STATE(1093), 1, + STATE(1842), 1, sym_plain_type, - STATE(4444), 1, + STATE(4636), 1, sym_reference_expression, - STATE(994), 2, + STATE(1793), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1059), 4, + STATE(1876), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1060), 12, + STATE(1869), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -275958,50 +278417,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [99917] = 20, + [101554] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(3517), 1, + anon_sym_LPAREN, + ACTIONS(3519), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3523), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(3533), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(3535), 1, + anon_sym_map_LBRACK, + ACTIONS(3537), 1, + anon_sym_chan, + ACTIONS(3539), 1, + anon_sym_thread, + ACTIONS(3541), 1, + anon_sym_atomic, + ACTIONS(5527), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5529), 1, + anon_sym_QMARK, + ACTIONS(5531), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5533), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5535), 1, anon_sym_AMP, - STATE(3947), 1, + STATE(1986), 1, sym_plain_type, - STATE(4600), 1, + STATE(4556), 1, sym_reference_expression, - STATE(3581), 2, + STATE(1920), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1993), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1991), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -276014,50 +278473,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [99993] = 20, + [101630] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3527), 1, + ACTIONS(3443), 1, sym_identifier, - ACTIONS(3529), 1, - anon_sym_LPAREN, - ACTIONS(3531), 1, + ACTIONS(3447), 1, anon_sym_fn, - ACTIONS(3535), 1, + ACTIONS(3451), 1, anon_sym_struct, - ACTIONS(3545), 1, + ACTIONS(3461), 1, anon_sym_shared, - ACTIONS(3547), 1, - anon_sym_map_LBRACK, - ACTIONS(3549), 1, + ACTIONS(3465), 1, anon_sym_chan, - ACTIONS(3551), 1, + ACTIONS(3467), 1, anon_sym_thread, - ACTIONS(3553), 1, + ACTIONS(3469), 1, anon_sym_atomic, - ACTIONS(5507), 1, + ACTIONS(5551), 1, + anon_sym_LPAREN, + ACTIONS(5553), 1, anon_sym_STAR, - ACTIONS(5509), 1, + ACTIONS(5555), 1, anon_sym_QMARK, - ACTIONS(5511), 1, + ACTIONS(5557), 1, anon_sym_BANG, - ACTIONS(5513), 1, + ACTIONS(5559), 1, anon_sym_LBRACK2, - ACTIONS(5515), 1, + ACTIONS(5561), 1, anon_sym_AMP, - STATE(2116), 1, + ACTIONS(5563), 1, + anon_sym_map_LBRACK, + STATE(1799), 1, sym_plain_type, - STATE(4528), 1, + STATE(4636), 1, sym_reference_expression, - STATE(1923), 2, + STATE(1793), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2020), 4, + STATE(1876), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1942), 12, + STATE(1869), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -276070,50 +278529,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [100069] = 20, + [101706] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3672), 1, + ACTIONS(3415), 1, sym_identifier, - ACTIONS(3676), 1, + ACTIONS(3419), 1, anon_sym_fn, - ACTIONS(3680), 1, + ACTIONS(3423), 1, anon_sym_struct, - ACTIONS(3690), 1, + ACTIONS(3433), 1, anon_sym_shared, - ACTIONS(3694), 1, + ACTIONS(3437), 1, anon_sym_chan, - ACTIONS(3696), 1, + ACTIONS(3439), 1, anon_sym_thread, - ACTIONS(3698), 1, + ACTIONS(3441), 1, anon_sym_atomic, - ACTIONS(5555), 1, + ACTIONS(5405), 1, anon_sym_LPAREN, - ACTIONS(5557), 1, + ACTIONS(5615), 1, anon_sym_STAR, - ACTIONS(5559), 1, + ACTIONS(5617), 1, anon_sym_QMARK, - ACTIONS(5561), 1, + ACTIONS(5619), 1, anon_sym_BANG, - ACTIONS(5563), 1, + ACTIONS(5621), 1, anon_sym_LBRACK2, - ACTIONS(5565), 1, + ACTIONS(5623), 1, anon_sym_AMP, - ACTIONS(5567), 1, + ACTIONS(5625), 1, anon_sym_map_LBRACK, - STATE(2207), 1, + STATE(1639), 1, sym_plain_type, - STATE(4566), 1, + STATE(4485), 1, sym_reference_expression, - STATE(2159), 2, + STATE(1633), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2184), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2185), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -276126,50 +278585,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [100145] = 20, + [101782] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(3704), 1, sym_identifier, - ACTIONS(3203), 1, + ACTIONS(3706), 1, + anon_sym_LPAREN, + ACTIONS(3708), 1, anon_sym_fn, - ACTIONS(3207), 1, + ACTIONS(3710), 1, + anon_sym_STAR, + ACTIONS(3712), 1, anon_sym_struct, - ACTIONS(3217), 1, + ACTIONS(3722), 1, anon_sym_shared, - ACTIONS(3221), 1, + ACTIONS(3724), 1, + anon_sym_map_LBRACK, + ACTIONS(3726), 1, anon_sym_chan, - ACTIONS(3223), 1, + ACTIONS(3728), 1, anon_sym_thread, - ACTIONS(3225), 1, + ACTIONS(3730), 1, anon_sym_atomic, - ACTIONS(5619), 1, - anon_sym_LPAREN, - ACTIONS(5621), 1, - anon_sym_STAR, - ACTIONS(5623), 1, + ACTIONS(5579), 1, anon_sym_QMARK, - ACTIONS(5625), 1, + ACTIONS(5581), 1, anon_sym_BANG, - ACTIONS(5627), 1, + ACTIONS(5583), 1, anon_sym_LBRACK2, - ACTIONS(5629), 1, + ACTIONS(5585), 1, anon_sym_AMP, - ACTIONS(5631), 1, - anon_sym_map_LBRACK, - STATE(3426), 1, + STATE(2372), 1, sym_plain_type, - STATE(4416), 1, + STATE(4498), 1, sym_reference_expression, - STATE(3389), 2, + STATE(2319), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3442), 4, + STATE(2337), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(3438), 12, + STATE(2338), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -276182,50 +278641,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [100221] = 20, + [101858] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(1562), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(1566), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(1570), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(1580), 1, anon_sym_shared, - ACTIONS(3750), 1, + ACTIONS(1584), 1, anon_sym_chan, - ACTIONS(3752), 1, + ACTIONS(1586), 1, anon_sym_thread, - ACTIONS(3754), 1, + ACTIONS(1588), 1, anon_sym_atomic, - ACTIONS(5493), 1, + ACTIONS(5601), 1, anon_sym_LPAREN, - ACTIONS(5495), 1, + ACTIONS(5603), 1, anon_sym_STAR, - ACTIONS(5497), 1, + ACTIONS(5605), 1, anon_sym_QMARK, - ACTIONS(5499), 1, + ACTIONS(5607), 1, anon_sym_BANG, - ACTIONS(5501), 1, + ACTIONS(5609), 1, anon_sym_LBRACK2, - ACTIONS(5503), 1, + ACTIONS(5611), 1, anon_sym_AMP, - ACTIONS(5505), 1, + ACTIONS(5613), 1, anon_sym_map_LBRACK, - STATE(2534), 1, + STATE(1017), 1, sym_plain_type, - STATE(4486), 1, + STATE(4540), 1, sym_reference_expression, - STATE(2457), 2, + STATE(998), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2570), 4, + STATE(1101), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2569), 12, + STATE(1100), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -276238,50 +278697,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [100297] = 20, + [101934] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1602), 1, + ACTIONS(3385), 1, sym_identifier, - ACTIONS(1606), 1, + ACTIONS(3389), 1, anon_sym_fn, - ACTIONS(1610), 1, + ACTIONS(3393), 1, anon_sym_struct, - ACTIONS(1620), 1, + ACTIONS(3403), 1, anon_sym_shared, - ACTIONS(1624), 1, + ACTIONS(3407), 1, anon_sym_chan, - ACTIONS(1626), 1, + ACTIONS(3409), 1, anon_sym_thread, - ACTIONS(1628), 1, + ACTIONS(3411), 1, anon_sym_atomic, - ACTIONS(5591), 1, + ACTIONS(5421), 1, anon_sym_LPAREN, - ACTIONS(5593), 1, + ACTIONS(5425), 1, anon_sym_STAR, - ACTIONS(5595), 1, + ACTIONS(5427), 1, anon_sym_QMARK, - ACTIONS(5597), 1, + ACTIONS(5429), 1, anon_sym_BANG, - ACTIONS(5599), 1, + ACTIONS(5431), 1, anon_sym_LBRACK2, - ACTIONS(5601), 1, + ACTIONS(5433), 1, anon_sym_AMP, - ACTIONS(5603), 1, + ACTIONS(5435), 1, anon_sym_map_LBRACK, - STATE(1107), 1, + STATE(1465), 1, sym_plain_type, - STATE(4444), 1, + STATE(4634), 1, sym_reference_expression, - STATE(994), 2, + STATE(1410), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1059), 4, + STATE(1444), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1060), 12, + STATE(1443), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -276294,50 +278753,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [100373] = 20, + [102010] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, sym_identifier, - ACTIONS(3203), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(3207), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(3217), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3221), 1, - anon_sym_chan, - ACTIONS(3223), 1, - anon_sym_thread, - ACTIONS(3225), 1, - anon_sym_atomic, - ACTIONS(5619), 1, + ACTIONS(3379), 1, anon_sym_LPAREN, - ACTIONS(5621), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5623), 1, - anon_sym_QMARK, - ACTIONS(5625), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5627), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5629), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5631), 1, - anon_sym_map_LBRACK, - STATE(3429), 1, + STATE(3965), 1, sym_plain_type, - STATE(4416), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3389), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3442), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(3438), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -276350,50 +278809,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [100449] = 20, + [102086] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3443), 1, + ACTIONS(3704), 1, sym_identifier, - ACTIONS(3447), 1, + ACTIONS(3706), 1, + anon_sym_LPAREN, + ACTIONS(3708), 1, anon_sym_fn, - ACTIONS(3451), 1, + ACTIONS(3710), 1, + anon_sym_STAR, + ACTIONS(3712), 1, anon_sym_struct, - ACTIONS(3461), 1, + ACTIONS(3722), 1, anon_sym_shared, - ACTIONS(3465), 1, + ACTIONS(3724), 1, + anon_sym_map_LBRACK, + ACTIONS(3726), 1, anon_sym_chan, - ACTIONS(3467), 1, + ACTIONS(3728), 1, anon_sym_thread, - ACTIONS(3469), 1, + ACTIONS(3730), 1, anon_sym_atomic, - ACTIONS(5577), 1, - anon_sym_LPAREN, ACTIONS(5579), 1, - anon_sym_STAR, - ACTIONS(5581), 1, anon_sym_QMARK, - ACTIONS(5583), 1, + ACTIONS(5581), 1, anon_sym_BANG, - ACTIONS(5585), 1, + ACTIONS(5583), 1, anon_sym_LBRACK2, - ACTIONS(5587), 1, + ACTIONS(5585), 1, anon_sym_AMP, - ACTIONS(5589), 1, - anon_sym_map_LBRACK, - STATE(1808), 1, + STATE(2366), 1, sym_plain_type, - STATE(4549), 1, + STATE(4498), 1, sym_reference_expression, - STATE(1787), 2, + STATE(2319), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1887), 4, + STATE(2337), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1886), 12, + STATE(2338), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -276406,50 +278865,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [100525] = 20, + [102162] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3702), 1, - sym_identifier, ACTIONS(3704), 1, - anon_sym_fn, + sym_identifier, ACTIONS(3706), 1, + anon_sym_LPAREN, + ACTIONS(3708), 1, + anon_sym_fn, + ACTIONS(3710), 1, anon_sym_STAR, - ACTIONS(3716), 1, + ACTIONS(3712), 1, + anon_sym_struct, + ACTIONS(3722), 1, anon_sym_shared, - ACTIONS(3718), 1, + ACTIONS(3724), 1, anon_sym_map_LBRACK, - ACTIONS(3720), 1, + ACTIONS(3726), 1, anon_sym_chan, - ACTIONS(3722), 1, + ACTIONS(3728), 1, anon_sym_thread, - ACTIONS(3724), 1, + ACTIONS(3730), 1, anon_sym_atomic, - ACTIONS(5529), 1, + ACTIONS(5579), 1, anon_sym_QMARK, - ACTIONS(5531), 1, + ACTIONS(5581), 1, anon_sym_BANG, - ACTIONS(5533), 1, + ACTIONS(5583), 1, anon_sym_LBRACK2, - ACTIONS(5535), 1, + ACTIONS(5585), 1, anon_sym_AMP, - STATE(2361), 1, + STATE(2365), 1, sym_plain_type, - STATE(4600), 1, + STATE(4498), 1, sym_reference_expression, - STATE(2318), 2, + STATE(2319), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(2337), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(2338), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -276462,50 +278921,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [100601] = 20, + [102238] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3702), 1, + ACTIONS(1562), 1, sym_identifier, - ACTIONS(3704), 1, + ACTIONS(1566), 1, anon_sym_fn, - ACTIONS(3706), 1, - anon_sym_STAR, - ACTIONS(3716), 1, + ACTIONS(1570), 1, + anon_sym_struct, + ACTIONS(1580), 1, anon_sym_shared, - ACTIONS(3718), 1, - anon_sym_map_LBRACK, - ACTIONS(3720), 1, + ACTIONS(1584), 1, anon_sym_chan, - ACTIONS(3722), 1, + ACTIONS(1586), 1, anon_sym_thread, - ACTIONS(3724), 1, + ACTIONS(1588), 1, anon_sym_atomic, - ACTIONS(5529), 1, + ACTIONS(5601), 1, + anon_sym_LPAREN, + ACTIONS(5603), 1, + anon_sym_STAR, + ACTIONS(5605), 1, anon_sym_QMARK, - ACTIONS(5531), 1, + ACTIONS(5607), 1, anon_sym_BANG, - ACTIONS(5533), 1, + ACTIONS(5609), 1, anon_sym_LBRACK2, - ACTIONS(5535), 1, + ACTIONS(5611), 1, anon_sym_AMP, - STATE(2360), 1, + ACTIONS(5613), 1, + anon_sym_map_LBRACK, + STATE(1018), 1, sym_plain_type, - STATE(4600), 1, + STATE(4540), 1, sym_reference_expression, - STATE(2318), 2, + STATE(998), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1101), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1100), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -276518,50 +278977,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [100677] = 20, + [102314] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(1562), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(1566), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(1570), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(1580), 1, anon_sym_shared, - ACTIONS(3750), 1, + ACTIONS(1584), 1, anon_sym_chan, - ACTIONS(3752), 1, + ACTIONS(1586), 1, anon_sym_thread, - ACTIONS(3754), 1, + ACTIONS(1588), 1, anon_sym_atomic, - ACTIONS(5493), 1, + ACTIONS(5601), 1, anon_sym_LPAREN, - ACTIONS(5495), 1, + ACTIONS(5603), 1, anon_sym_STAR, - ACTIONS(5497), 1, + ACTIONS(5605), 1, anon_sym_QMARK, - ACTIONS(5499), 1, + ACTIONS(5607), 1, anon_sym_BANG, - ACTIONS(5501), 1, + ACTIONS(5609), 1, anon_sym_LBRACK2, - ACTIONS(5503), 1, + ACTIONS(5611), 1, anon_sym_AMP, - ACTIONS(5505), 1, + ACTIONS(5613), 1, anon_sym_map_LBRACK, - STATE(2535), 1, + STATE(1040), 1, sym_plain_type, - STATE(4486), 1, + STATE(4540), 1, sym_reference_expression, - STATE(2457), 2, + STATE(998), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2570), 4, + STATE(1101), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2569), 12, + STATE(1100), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -276574,50 +279033,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [100753] = 20, + [102390] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(3385), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(3389), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3393), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(3403), 1, anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(3407), 1, + anon_sym_chan, + ACTIONS(3409), 1, + anon_sym_thread, + ACTIONS(3411), 1, + anon_sym_atomic, + ACTIONS(5421), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(5425), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5427), 1, + anon_sym_QMARK, + ACTIONS(5429), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5431), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5433), 1, anon_sym_AMP, - STATE(4020), 1, + ACTIONS(5435), 1, + anon_sym_map_LBRACK, + STATE(1448), 1, sym_plain_type, - STATE(4600), 1, + STATE(4634), 1, sym_reference_expression, - STATE(3581), 2, + STATE(1410), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1444), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1443), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -276630,50 +279089,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [100829] = 20, + [102466] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(3385), 1, sym_identifier, - ACTIONS(3203), 1, + ACTIONS(3389), 1, anon_sym_fn, - ACTIONS(3207), 1, + ACTIONS(3393), 1, anon_sym_struct, - ACTIONS(3217), 1, + ACTIONS(3403), 1, anon_sym_shared, - ACTIONS(3221), 1, + ACTIONS(3407), 1, anon_sym_chan, - ACTIONS(3223), 1, + ACTIONS(3409), 1, anon_sym_thread, - ACTIONS(3225), 1, + ACTIONS(3411), 1, anon_sym_atomic, - ACTIONS(5619), 1, + ACTIONS(5421), 1, anon_sym_LPAREN, - ACTIONS(5621), 1, + ACTIONS(5425), 1, anon_sym_STAR, - ACTIONS(5623), 1, + ACTIONS(5427), 1, anon_sym_QMARK, - ACTIONS(5625), 1, + ACTIONS(5429), 1, anon_sym_BANG, - ACTIONS(5627), 1, + ACTIONS(5431), 1, anon_sym_LBRACK2, - ACTIONS(5629), 1, + ACTIONS(5433), 1, anon_sym_AMP, - ACTIONS(5631), 1, + ACTIONS(5435), 1, anon_sym_map_LBRACK, - STATE(3439), 1, + STATE(1428), 1, sym_plain_type, - STATE(4416), 1, + STATE(4634), 1, sym_reference_expression, - STATE(3389), 2, + STATE(1410), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3442), 4, + STATE(1444), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(3438), 12, + STATE(1443), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -276686,50 +279145,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [100905] = 20, + [102542] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3702), 1, + ACTIONS(3385), 1, sym_identifier, - ACTIONS(3704), 1, + ACTIONS(3389), 1, anon_sym_fn, - ACTIONS(3706), 1, - anon_sym_STAR, - ACTIONS(3716), 1, + ACTIONS(3393), 1, + anon_sym_struct, + ACTIONS(3403), 1, anon_sym_shared, - ACTIONS(3718), 1, - anon_sym_map_LBRACK, - ACTIONS(3720), 1, + ACTIONS(3407), 1, anon_sym_chan, - ACTIONS(3722), 1, + ACTIONS(3409), 1, anon_sym_thread, - ACTIONS(3724), 1, + ACTIONS(3411), 1, anon_sym_atomic, - ACTIONS(5529), 1, + ACTIONS(5421), 1, + anon_sym_LPAREN, + ACTIONS(5425), 1, + anon_sym_STAR, + ACTIONS(5427), 1, anon_sym_QMARK, - ACTIONS(5531), 1, + ACTIONS(5429), 1, anon_sym_BANG, - ACTIONS(5533), 1, + ACTIONS(5431), 1, anon_sym_LBRACK2, - ACTIONS(5535), 1, + ACTIONS(5433), 1, anon_sym_AMP, - STATE(2407), 1, + ACTIONS(5435), 1, + anon_sym_map_LBRACK, + STATE(1442), 1, sym_plain_type, - STATE(4600), 1, + STATE(4634), 1, sym_reference_expression, - STATE(2318), 2, + STATE(1410), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1444), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1443), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -276742,7 +279201,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [100981] = 20, + [102618] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -276755,37 +279214,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(4660), 1, + STATE(4678), 1, sym_plain_type, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -276798,50 +279257,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101057] = 20, + [102694] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3277), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, sym_identifier, - ACTIONS(3281), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(3285), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(3295), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3299), 1, - anon_sym_chan, - ACTIONS(3301), 1, - anon_sym_thread, - ACTIONS(3303), 1, - anon_sym_atomic, - ACTIONS(5633), 1, + ACTIONS(3379), 1, anon_sym_LPAREN, - ACTIONS(5635), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5637), 1, - anon_sym_QMARK, - ACTIONS(5639), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5641), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5643), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5645), 1, - anon_sym_map_LBRACK, - STATE(1220), 1, - sym_plain_type, - STATE(4507), 1, + STATE(4656), 1, sym_reference_expression, - STATE(1164), 2, + STATE(4736), 1, + sym_plain_type, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1175), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1176), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -276854,50 +279313,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101133] = 20, + [102770] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(553), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(563), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(573), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(577), 1, - anon_sym_chan, - ACTIONS(579), 1, - anon_sym_thread, - ACTIONS(581), 1, - anon_sym_atomic, - ACTIONS(5605), 1, + ACTIONS(3379), 1, anon_sym_LPAREN, - ACTIONS(5607), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5609), 1, - anon_sym_QMARK, - ACTIONS(5611), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5613), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5615), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5617), 1, - anon_sym_map_LBRACK, - STATE(862), 1, - sym_plain_type, - STATE(4460), 1, + STATE(4656), 1, sym_reference_expression, - STATE(521), 2, + STATE(4683), 1, + sym_plain_type, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(898), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(896), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -276910,50 +279369,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101209] = 20, + [102846] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3702), 1, - sym_identifier, - ACTIONS(3704), 1, - anon_sym_fn, - ACTIONS(3706), 1, - anon_sym_STAR, - ACTIONS(3716), 1, - anon_sym_shared, - ACTIONS(3718), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, anon_sym_map_LBRACK, - ACTIONS(3720), 1, + ACTIONS(83), 1, anon_sym_chan, - ACTIONS(3722), 1, + ACTIONS(85), 1, anon_sym_thread, - ACTIONS(3724), 1, + ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(5529), 1, - anon_sym_QMARK, - ACTIONS(5531), 1, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5533), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5535), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(2409), 1, + STATE(4102), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(2318), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -276966,7 +279425,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101285] = 20, + [102922] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(553), 1, @@ -276983,33 +279442,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(581), 1, anon_sym_atomic, - ACTIONS(5605), 1, + ACTIONS(5627), 1, anon_sym_LPAREN, - ACTIONS(5607), 1, + ACTIONS(5629), 1, anon_sym_STAR, - ACTIONS(5609), 1, + ACTIONS(5631), 1, anon_sym_QMARK, - ACTIONS(5611), 1, + ACTIONS(5633), 1, anon_sym_BANG, - ACTIONS(5613), 1, + ACTIONS(5635), 1, anon_sym_LBRACK2, - ACTIONS(5615), 1, + ACTIONS(5637), 1, anon_sym_AMP, - ACTIONS(5617), 1, + ACTIONS(5639), 1, anon_sym_map_LBRACK, - STATE(861), 1, + STATE(462), 1, sym_plain_type, - STATE(4460), 1, + STATE(4567), 1, sym_reference_expression, - STATE(521), 2, + STATE(444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(898), 4, + STATE(518), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(896), 12, + STATE(515), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -277022,50 +279481,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101361] = 20, + [102998] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3349), 1, - sym_identifier, - ACTIONS(3351), 1, - anon_sym_LPAREN, - ACTIONS(3353), 1, - anon_sym_fn, - ACTIONS(3355), 1, - anon_sym_STAR, - ACTIONS(3357), 1, - anon_sym_struct, - ACTIONS(3367), 1, - anon_sym_shared, - ACTIONS(3369), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, anon_sym_map_LBRACK, - ACTIONS(3371), 1, + ACTIONS(83), 1, anon_sym_chan, - ACTIONS(3373), 1, + ACTIONS(85), 1, anon_sym_thread, - ACTIONS(3375), 1, + ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(5569), 1, - anon_sym_QMARK, - ACTIONS(5571), 1, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5573), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5575), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(1385), 1, - sym_plain_type, - STATE(4423), 1, + STATE(4656), 1, sym_reference_expression, - STATE(1294), 2, + STATE(4713), 1, + sym_plain_type, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1341), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1344), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -277078,50 +279537,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101437] = 20, + [103074] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3411), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, sym_identifier, - ACTIONS(3415), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(3419), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(3429), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3433), 1, - anon_sym_chan, - ACTIONS(3435), 1, - anon_sym_thread, - ACTIONS(3437), 1, - anon_sym_atomic, - ACTIONS(5399), 1, + ACTIONS(3379), 1, anon_sym_LPAREN, - ACTIONS(5517), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5519), 1, - anon_sym_QMARK, - ACTIONS(5521), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5523), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5525), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5527), 1, - anon_sym_map_LBRACK, - STATE(1636), 1, - sym_plain_type, - STATE(4409), 1, + STATE(4656), 1, sym_reference_expression, - STATE(1666), 2, + STATE(4684), 1, + sym_plain_type, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -277134,50 +279593,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101513] = 20, + [103150] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(3415), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(3419), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3423), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(3433), 1, anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(3437), 1, + anon_sym_chan, + ACTIONS(3439), 1, + anon_sym_thread, + ACTIONS(3441), 1, + anon_sym_atomic, + ACTIONS(5405), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(5615), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5617), 1, + anon_sym_QMARK, + ACTIONS(5619), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5621), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5623), 1, anon_sym_AMP, - STATE(3962), 1, + ACTIONS(5625), 1, + anon_sym_map_LBRACK, + STATE(1648), 1, sym_plain_type, - STATE(4600), 1, + STATE(4485), 1, sym_reference_expression, - STATE(3581), 2, + STATE(1633), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -277190,50 +279649,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101589] = 20, + [103226] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3443), 1, + ACTIONS(3415), 1, sym_identifier, - ACTIONS(3447), 1, + ACTIONS(3419), 1, anon_sym_fn, - ACTIONS(3451), 1, + ACTIONS(3423), 1, anon_sym_struct, - ACTIONS(3461), 1, + ACTIONS(3433), 1, anon_sym_shared, - ACTIONS(3465), 1, + ACTIONS(3437), 1, anon_sym_chan, - ACTIONS(3467), 1, + ACTIONS(3439), 1, anon_sym_thread, - ACTIONS(3469), 1, + ACTIONS(3441), 1, anon_sym_atomic, - ACTIONS(5577), 1, + ACTIONS(5405), 1, anon_sym_LPAREN, - ACTIONS(5579), 1, + ACTIONS(5615), 1, anon_sym_STAR, - ACTIONS(5581), 1, + ACTIONS(5617), 1, anon_sym_QMARK, - ACTIONS(5583), 1, + ACTIONS(5619), 1, anon_sym_BANG, - ACTIONS(5585), 1, + ACTIONS(5621), 1, anon_sym_LBRACK2, - ACTIONS(5587), 1, + ACTIONS(5623), 1, anon_sym_AMP, - ACTIONS(5589), 1, + ACTIONS(5625), 1, anon_sym_map_LBRACK, - STATE(1896), 1, + STATE(1666), 1, sym_plain_type, - STATE(4549), 1, + STATE(4485), 1, sym_reference_expression, - STATE(1787), 2, + STATE(1633), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1887), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1886), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -277246,50 +279705,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101665] = 20, + [103302] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(3545), 1, sym_identifier, - ACTIONS(3203), 1, + ACTIONS(3547), 1, + anon_sym_LPAREN, + ACTIONS(3549), 1, anon_sym_fn, - ACTIONS(3207), 1, + ACTIONS(3553), 1, anon_sym_struct, - ACTIONS(3217), 1, + ACTIONS(3563), 1, anon_sym_shared, - ACTIONS(3221), 1, + ACTIONS(3565), 1, + anon_sym_map_LBRACK, + ACTIONS(3567), 1, anon_sym_chan, - ACTIONS(3223), 1, + ACTIONS(3569), 1, anon_sym_thread, - ACTIONS(3225), 1, + ACTIONS(3571), 1, anon_sym_atomic, - ACTIONS(5619), 1, - anon_sym_LPAREN, - ACTIONS(5621), 1, + ACTIONS(5503), 1, anon_sym_STAR, - ACTIONS(5623), 1, + ACTIONS(5505), 1, anon_sym_QMARK, - ACTIONS(5625), 1, + ACTIONS(5507), 1, anon_sym_BANG, - ACTIONS(5627), 1, + ACTIONS(5509), 1, anon_sym_LBRACK2, - ACTIONS(5629), 1, + ACTIONS(5511), 1, anon_sym_AMP, - ACTIONS(5631), 1, - anon_sym_map_LBRACK, - STATE(3435), 1, + STATE(2116), 1, sym_plain_type, - STATE(4416), 1, + STATE(4619), 1, sym_reference_expression, - STATE(3389), 2, + STATE(1924), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3442), 4, + STATE(1968), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(3438), 12, + STATE(1969), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -277302,50 +279761,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101741] = 20, + [103378] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4274), 1, + ACTIONS(3545), 1, sym_identifier, - ACTIONS(4276), 1, + ACTIONS(3547), 1, anon_sym_LPAREN, - ACTIONS(4278), 1, + ACTIONS(3549), 1, anon_sym_fn, - ACTIONS(4280), 1, - anon_sym_STAR, - ACTIONS(4282), 1, + ACTIONS(3553), 1, anon_sym_struct, - ACTIONS(4292), 1, + ACTIONS(3563), 1, anon_sym_shared, - ACTIONS(4294), 1, + ACTIONS(3565), 1, anon_sym_map_LBRACK, - ACTIONS(4296), 1, + ACTIONS(3567), 1, anon_sym_chan, - ACTIONS(4298), 1, + ACTIONS(3569), 1, anon_sym_thread, - ACTIONS(4300), 1, + ACTIONS(3571), 1, anon_sym_atomic, - ACTIONS(5547), 1, + ACTIONS(5503), 1, + anon_sym_STAR, + ACTIONS(5505), 1, anon_sym_QMARK, - ACTIONS(5549), 1, + ACTIONS(5507), 1, anon_sym_BANG, - ACTIONS(5551), 1, + ACTIONS(5509), 1, anon_sym_LBRACK2, - ACTIONS(5553), 1, + ACTIONS(5511), 1, anon_sym_AMP, - STATE(2781), 1, + STATE(2124), 1, sym_plain_type, - STATE(4574), 1, + STATE(4619), 1, sym_reference_expression, - STATE(2635), 2, + STATE(1924), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2723), 4, + STATE(1968), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2724), 12, + STATE(1969), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -277358,50 +279817,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101817] = 20, + [103454] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(3415), 1, sym_identifier, - ACTIONS(3203), 1, + ACTIONS(3419), 1, anon_sym_fn, - ACTIONS(3207), 1, + ACTIONS(3423), 1, anon_sym_struct, - ACTIONS(3217), 1, + ACTIONS(3433), 1, anon_sym_shared, - ACTIONS(3221), 1, + ACTIONS(3437), 1, anon_sym_chan, - ACTIONS(3223), 1, + ACTIONS(3439), 1, anon_sym_thread, - ACTIONS(3225), 1, + ACTIONS(3441), 1, anon_sym_atomic, - ACTIONS(5619), 1, + ACTIONS(5405), 1, anon_sym_LPAREN, - ACTIONS(5621), 1, + ACTIONS(5615), 1, anon_sym_STAR, - ACTIONS(5623), 1, + ACTIONS(5617), 1, anon_sym_QMARK, - ACTIONS(5625), 1, + ACTIONS(5619), 1, anon_sym_BANG, - ACTIONS(5627), 1, + ACTIONS(5621), 1, anon_sym_LBRACK2, - ACTIONS(5629), 1, + ACTIONS(5623), 1, anon_sym_AMP, - ACTIONS(5631), 1, + ACTIONS(5625), 1, anon_sym_map_LBRACK, - STATE(3418), 1, + STATE(1669), 1, sym_plain_type, - STATE(4416), 1, + STATE(4485), 1, sym_reference_expression, - STATE(3389), 2, + STATE(1633), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3442), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(3438), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -277414,50 +279873,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101893] = 20, + [103530] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4274), 1, + ACTIONS(3545), 1, sym_identifier, - ACTIONS(4276), 1, + ACTIONS(3547), 1, anon_sym_LPAREN, - ACTIONS(4278), 1, + ACTIONS(3549), 1, anon_sym_fn, - ACTIONS(4280), 1, - anon_sym_STAR, - ACTIONS(4282), 1, + ACTIONS(3553), 1, anon_sym_struct, - ACTIONS(4292), 1, + ACTIONS(3563), 1, anon_sym_shared, - ACTIONS(4294), 1, + ACTIONS(3565), 1, anon_sym_map_LBRACK, - ACTIONS(4296), 1, + ACTIONS(3567), 1, anon_sym_chan, - ACTIONS(4298), 1, + ACTIONS(3569), 1, anon_sym_thread, - ACTIONS(4300), 1, + ACTIONS(3571), 1, anon_sym_atomic, - ACTIONS(5547), 1, + ACTIONS(5503), 1, + anon_sym_STAR, + ACTIONS(5505), 1, anon_sym_QMARK, - ACTIONS(5549), 1, + ACTIONS(5507), 1, anon_sym_BANG, - ACTIONS(5551), 1, + ACTIONS(5509), 1, anon_sym_LBRACK2, - ACTIONS(5553), 1, + ACTIONS(5511), 1, anon_sym_AMP, - STATE(2789), 1, + STATE(2125), 1, sym_plain_type, - STATE(4574), 1, + STATE(4619), 1, sym_reference_expression, - STATE(2635), 2, + STATE(1924), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2723), 4, + STATE(1968), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2724), 12, + STATE(1969), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -277470,50 +279929,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [101969] = 20, + [103606] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4274), 1, - sym_identifier, - ACTIONS(4276), 1, - anon_sym_LPAREN, - ACTIONS(4278), 1, - anon_sym_fn, - ACTIONS(4280), 1, - anon_sym_STAR, - ACTIONS(4282), 1, - anon_sym_struct, - ACTIONS(4292), 1, - anon_sym_shared, - ACTIONS(4294), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, anon_sym_map_LBRACK, - ACTIONS(4296), 1, + ACTIONS(83), 1, anon_sym_chan, - ACTIONS(4298), 1, + ACTIONS(85), 1, anon_sym_thread, - ACTIONS(4300), 1, + ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(5547), 1, - anon_sym_QMARK, - ACTIONS(5549), 1, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5551), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5553), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(2790), 1, + STATE(4615), 1, sym_plain_type, - STATE(4574), 1, + STATE(4656), 1, sym_reference_expression, - STATE(2635), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2723), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2724), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -277526,50 +279985,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102045] = 20, + [103682] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(1562), 1, sym_identifier, - ACTIONS(3203), 1, + ACTIONS(1566), 1, anon_sym_fn, - ACTIONS(3207), 1, + ACTIONS(1570), 1, anon_sym_struct, - ACTIONS(3217), 1, + ACTIONS(1580), 1, anon_sym_shared, - ACTIONS(3221), 1, + ACTIONS(1584), 1, anon_sym_chan, - ACTIONS(3223), 1, + ACTIONS(1586), 1, anon_sym_thread, - ACTIONS(3225), 1, + ACTIONS(1588), 1, anon_sym_atomic, - ACTIONS(5619), 1, + ACTIONS(5601), 1, anon_sym_LPAREN, - ACTIONS(5621), 1, + ACTIONS(5603), 1, anon_sym_STAR, - ACTIONS(5623), 1, + ACTIONS(5605), 1, anon_sym_QMARK, - ACTIONS(5625), 1, + ACTIONS(5607), 1, anon_sym_BANG, - ACTIONS(5627), 1, + ACTIONS(5609), 1, anon_sym_LBRACK2, - ACTIONS(5629), 1, + ACTIONS(5611), 1, anon_sym_AMP, - ACTIONS(5631), 1, + ACTIONS(5613), 1, anon_sym_map_LBRACK, - STATE(3431), 1, + STATE(1080), 1, sym_plain_type, - STATE(4416), 1, + STATE(4540), 1, sym_reference_expression, - STATE(3389), 2, + STATE(998), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3442), 4, + STATE(1101), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(3438), 12, + STATE(1100), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -277582,50 +280041,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102121] = 20, + [103758] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(3415), 1, sym_identifier, - ACTIONS(3203), 1, + ACTIONS(3419), 1, anon_sym_fn, - ACTIONS(3207), 1, + ACTIONS(3423), 1, anon_sym_struct, - ACTIONS(3217), 1, + ACTIONS(3433), 1, anon_sym_shared, - ACTIONS(3221), 1, + ACTIONS(3437), 1, anon_sym_chan, - ACTIONS(3223), 1, + ACTIONS(3439), 1, anon_sym_thread, - ACTIONS(3225), 1, + ACTIONS(3441), 1, anon_sym_atomic, - ACTIONS(5619), 1, + ACTIONS(5405), 1, anon_sym_LPAREN, - ACTIONS(5621), 1, + ACTIONS(5615), 1, anon_sym_STAR, - ACTIONS(5623), 1, + ACTIONS(5617), 1, anon_sym_QMARK, - ACTIONS(5625), 1, + ACTIONS(5619), 1, anon_sym_BANG, - ACTIONS(5627), 1, + ACTIONS(5621), 1, anon_sym_LBRACK2, - ACTIONS(5629), 1, + ACTIONS(5623), 1, anon_sym_AMP, - ACTIONS(5631), 1, + ACTIONS(5625), 1, anon_sym_map_LBRACK, - STATE(3425), 1, + STATE(1652), 1, sym_plain_type, - STATE(4416), 1, + STATE(4485), 1, sym_reference_expression, - STATE(3389), 2, + STATE(1633), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3442), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(3438), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -277638,50 +280097,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102197] = 20, + [103834] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3411), 1, + ACTIONS(1562), 1, sym_identifier, - ACTIONS(3415), 1, + ACTIONS(1566), 1, anon_sym_fn, - ACTIONS(3419), 1, + ACTIONS(1570), 1, anon_sym_struct, - ACTIONS(3429), 1, + ACTIONS(1580), 1, anon_sym_shared, - ACTIONS(3433), 1, + ACTIONS(1584), 1, anon_sym_chan, - ACTIONS(3435), 1, + ACTIONS(1586), 1, anon_sym_thread, - ACTIONS(3437), 1, + ACTIONS(1588), 1, anon_sym_atomic, - ACTIONS(5399), 1, + ACTIONS(5601), 1, anon_sym_LPAREN, - ACTIONS(5517), 1, + ACTIONS(5603), 1, anon_sym_STAR, - ACTIONS(5519), 1, + ACTIONS(5605), 1, anon_sym_QMARK, - ACTIONS(5521), 1, + ACTIONS(5607), 1, anon_sym_BANG, - ACTIONS(5523), 1, + ACTIONS(5609), 1, anon_sym_LBRACK2, - ACTIONS(5525), 1, + ACTIONS(5611), 1, anon_sym_AMP, - ACTIONS(5527), 1, + ACTIONS(5613), 1, anon_sym_map_LBRACK, - STATE(1635), 1, + STATE(1047), 1, sym_plain_type, - STATE(4409), 1, + STATE(4540), 1, sym_reference_expression, - STATE(1666), 2, + STATE(998), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(1101), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(1100), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -277694,50 +280153,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102273] = 20, + [103910] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(3415), 1, sym_identifier, - ACTIONS(3203), 1, + ACTIONS(3419), 1, anon_sym_fn, - ACTIONS(3207), 1, + ACTIONS(3423), 1, anon_sym_struct, - ACTIONS(3217), 1, + ACTIONS(3433), 1, anon_sym_shared, - ACTIONS(3221), 1, + ACTIONS(3437), 1, anon_sym_chan, - ACTIONS(3223), 1, + ACTIONS(3439), 1, anon_sym_thread, - ACTIONS(3225), 1, + ACTIONS(3441), 1, anon_sym_atomic, - ACTIONS(5619), 1, + ACTIONS(5405), 1, anon_sym_LPAREN, - ACTIONS(5621), 1, + ACTIONS(5615), 1, anon_sym_STAR, - ACTIONS(5623), 1, + ACTIONS(5617), 1, anon_sym_QMARK, - ACTIONS(5625), 1, + ACTIONS(5619), 1, anon_sym_BANG, - ACTIONS(5627), 1, + ACTIONS(5621), 1, anon_sym_LBRACK2, - ACTIONS(5629), 1, + ACTIONS(5623), 1, anon_sym_AMP, - ACTIONS(5631), 1, + ACTIONS(5625), 1, anon_sym_map_LBRACK, - STATE(3419), 1, + STATE(1670), 1, sym_plain_type, - STATE(4416), 1, + STATE(4485), 1, sym_reference_expression, - STATE(3389), 2, + STATE(1633), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3442), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(3438), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -277750,50 +280209,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102349] = 20, + [103986] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, sym_identifier, - ACTIONS(3203), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(3207), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(3217), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3221), 1, - anon_sym_chan, - ACTIONS(3223), 1, - anon_sym_thread, - ACTIONS(3225), 1, - anon_sym_atomic, - ACTIONS(5619), 1, + ACTIONS(3379), 1, anon_sym_LPAREN, - ACTIONS(5621), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5623), 1, - anon_sym_QMARK, - ACTIONS(5625), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5627), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5629), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5631), 1, - anon_sym_map_LBRACK, - STATE(3433), 1, + STATE(3717), 1, sym_plain_type, - STATE(4416), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3389), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3442), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(3438), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -277806,50 +280265,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102425] = 20, + [104062] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3443), 1, + ACTIONS(1562), 1, sym_identifier, - ACTIONS(3447), 1, + ACTIONS(1566), 1, anon_sym_fn, - ACTIONS(3451), 1, + ACTIONS(1570), 1, anon_sym_struct, - ACTIONS(3461), 1, + ACTIONS(1580), 1, anon_sym_shared, - ACTIONS(3465), 1, + ACTIONS(1584), 1, anon_sym_chan, - ACTIONS(3467), 1, + ACTIONS(1586), 1, anon_sym_thread, - ACTIONS(3469), 1, + ACTIONS(1588), 1, anon_sym_atomic, - ACTIONS(5577), 1, + ACTIONS(5601), 1, anon_sym_LPAREN, - ACTIONS(5579), 1, + ACTIONS(5603), 1, anon_sym_STAR, - ACTIONS(5581), 1, + ACTIONS(5605), 1, anon_sym_QMARK, - ACTIONS(5583), 1, + ACTIONS(5607), 1, anon_sym_BANG, - ACTIONS(5585), 1, + ACTIONS(5609), 1, anon_sym_LBRACK2, - ACTIONS(5587), 1, + ACTIONS(5611), 1, anon_sym_AMP, - ACTIONS(5589), 1, + ACTIONS(5613), 1, anon_sym_map_LBRACK, - STATE(1897), 1, + STATE(1051), 1, sym_plain_type, - STATE(4549), 1, + STATE(4540), 1, sym_reference_expression, - STATE(1787), 2, + STATE(998), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1887), 4, + STATE(1101), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1886), 12, + STATE(1100), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -277862,50 +280321,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102501] = 20, + [104138] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3411), 1, + ACTIONS(1562), 1, sym_identifier, - ACTIONS(3415), 1, + ACTIONS(1566), 1, anon_sym_fn, - ACTIONS(3419), 1, + ACTIONS(1570), 1, anon_sym_struct, - ACTIONS(3429), 1, + ACTIONS(1580), 1, anon_sym_shared, - ACTIONS(3433), 1, + ACTIONS(1584), 1, anon_sym_chan, - ACTIONS(3435), 1, + ACTIONS(1586), 1, anon_sym_thread, - ACTIONS(3437), 1, + ACTIONS(1588), 1, anon_sym_atomic, - ACTIONS(5399), 1, + ACTIONS(5601), 1, anon_sym_LPAREN, - ACTIONS(5517), 1, + ACTIONS(5603), 1, anon_sym_STAR, - ACTIONS(5519), 1, + ACTIONS(5605), 1, anon_sym_QMARK, - ACTIONS(5521), 1, + ACTIONS(5607), 1, anon_sym_BANG, - ACTIONS(5523), 1, + ACTIONS(5609), 1, anon_sym_LBRACK2, - ACTIONS(5525), 1, + ACTIONS(5611), 1, anon_sym_AMP, - ACTIONS(5527), 1, + ACTIONS(5613), 1, anon_sym_map_LBRACK, - STATE(1639), 1, + STATE(1074), 1, sym_plain_type, - STATE(4409), 1, + STATE(4540), 1, sym_reference_expression, - STATE(1666), 2, + STATE(998), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(1101), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(1100), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -277918,7 +280377,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102577] = 20, + [104214] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -277931,37 +280390,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(4600), 1, - sym_reference_expression, - STATE(4700), 1, + STATE(3702), 1, sym_plain_type, - STATE(3581), 2, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -277974,50 +280433,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102653] = 20, + [104290] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3411), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, sym_identifier, - ACTIONS(3415), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(3419), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(3429), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3433), 1, - anon_sym_chan, - ACTIONS(3435), 1, - anon_sym_thread, - ACTIONS(3437), 1, - anon_sym_atomic, - ACTIONS(5399), 1, + ACTIONS(3379), 1, anon_sym_LPAREN, - ACTIONS(5517), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5519), 1, - anon_sym_QMARK, - ACTIONS(5521), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5523), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5525), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5527), 1, - anon_sym_map_LBRACK, - STATE(1660), 1, + STATE(3704), 1, sym_plain_type, - STATE(4409), 1, + STATE(4656), 1, sym_reference_expression, - STATE(1666), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -278030,50 +280489,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102729] = 20, + [104366] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3277), 1, + ACTIONS(3415), 1, sym_identifier, - ACTIONS(3281), 1, + ACTIONS(3419), 1, anon_sym_fn, - ACTIONS(3285), 1, + ACTIONS(3423), 1, anon_sym_struct, - ACTIONS(3295), 1, + ACTIONS(3433), 1, anon_sym_shared, - ACTIONS(3299), 1, + ACTIONS(3437), 1, anon_sym_chan, - ACTIONS(3301), 1, + ACTIONS(3439), 1, anon_sym_thread, - ACTIONS(3303), 1, + ACTIONS(3441), 1, anon_sym_atomic, - ACTIONS(5633), 1, + ACTIONS(5405), 1, anon_sym_LPAREN, - ACTIONS(5635), 1, + ACTIONS(5615), 1, anon_sym_STAR, - ACTIONS(5637), 1, + ACTIONS(5617), 1, anon_sym_QMARK, - ACTIONS(5639), 1, + ACTIONS(5619), 1, anon_sym_BANG, - ACTIONS(5641), 1, + ACTIONS(5621), 1, anon_sym_LBRACK2, - ACTIONS(5643), 1, + ACTIONS(5623), 1, anon_sym_AMP, - ACTIONS(5645), 1, + ACTIONS(5625), 1, anon_sym_map_LBRACK, - STATE(1165), 1, + STATE(1668), 1, sym_plain_type, - STATE(4507), 1, + STATE(4485), 1, sym_reference_expression, - STATE(1164), 2, + STATE(1633), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1175), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1176), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -278086,50 +280545,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102805] = 20, + [104442] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3277), 1, + ACTIONS(1562), 1, sym_identifier, - ACTIONS(3281), 1, + ACTIONS(1566), 1, anon_sym_fn, - ACTIONS(3285), 1, + ACTIONS(1570), 1, anon_sym_struct, - ACTIONS(3295), 1, + ACTIONS(1580), 1, anon_sym_shared, - ACTIONS(3299), 1, + ACTIONS(1584), 1, anon_sym_chan, - ACTIONS(3301), 1, + ACTIONS(1586), 1, anon_sym_thread, - ACTIONS(3303), 1, + ACTIONS(1588), 1, anon_sym_atomic, - ACTIONS(5633), 1, + ACTIONS(5601), 1, anon_sym_LPAREN, - ACTIONS(5635), 1, + ACTIONS(5603), 1, anon_sym_STAR, - ACTIONS(5637), 1, + ACTIONS(5605), 1, anon_sym_QMARK, - ACTIONS(5639), 1, + ACTIONS(5607), 1, anon_sym_BANG, - ACTIONS(5641), 1, + ACTIONS(5609), 1, anon_sym_LBRACK2, - ACTIONS(5643), 1, + ACTIONS(5611), 1, anon_sym_AMP, - ACTIONS(5645), 1, + ACTIONS(5613), 1, anon_sym_map_LBRACK, - STATE(1217), 1, + STATE(1077), 1, sym_plain_type, - STATE(4507), 1, + STATE(4540), 1, sym_reference_expression, - STATE(1164), 2, + STATE(998), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1175), 4, + STATE(1101), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1176), 12, + STATE(1100), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -278142,50 +280601,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102881] = 20, + [104518] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3527), 1, + ACTIONS(3704), 1, sym_identifier, - ACTIONS(3529), 1, + ACTIONS(3706), 1, anon_sym_LPAREN, - ACTIONS(3531), 1, + ACTIONS(3708), 1, anon_sym_fn, - ACTIONS(3535), 1, + ACTIONS(3710), 1, + anon_sym_STAR, + ACTIONS(3712), 1, anon_sym_struct, - ACTIONS(3545), 1, + ACTIONS(3722), 1, anon_sym_shared, - ACTIONS(3547), 1, + ACTIONS(3724), 1, anon_sym_map_LBRACK, - ACTIONS(3549), 1, + ACTIONS(3726), 1, anon_sym_chan, - ACTIONS(3551), 1, + ACTIONS(3728), 1, anon_sym_thread, - ACTIONS(3553), 1, + ACTIONS(3730), 1, anon_sym_atomic, - ACTIONS(5507), 1, - anon_sym_STAR, - ACTIONS(5509), 1, + ACTIONS(5579), 1, anon_sym_QMARK, - ACTIONS(5511), 1, + ACTIONS(5581), 1, anon_sym_BANG, - ACTIONS(5513), 1, + ACTIONS(5583), 1, anon_sym_LBRACK2, - ACTIONS(5515), 1, + ACTIONS(5585), 1, anon_sym_AMP, - STATE(1966), 1, + STATE(2324), 1, sym_plain_type, - STATE(4528), 1, + STATE(4498), 1, sym_reference_expression, - STATE(1923), 2, + STATE(2319), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2020), 4, + STATE(2337), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1942), 12, + STATE(2338), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -278198,50 +280657,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [102957] = 20, + [104594] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3527), 1, + ACTIONS(3704), 1, sym_identifier, - ACTIONS(3529), 1, + ACTIONS(3706), 1, anon_sym_LPAREN, - ACTIONS(3531), 1, + ACTIONS(3708), 1, anon_sym_fn, - ACTIONS(3535), 1, + ACTIONS(3710), 1, + anon_sym_STAR, + ACTIONS(3712), 1, anon_sym_struct, - ACTIONS(3545), 1, + ACTIONS(3722), 1, anon_sym_shared, - ACTIONS(3547), 1, + ACTIONS(3724), 1, anon_sym_map_LBRACK, - ACTIONS(3549), 1, + ACTIONS(3726), 1, anon_sym_chan, - ACTIONS(3551), 1, + ACTIONS(3728), 1, anon_sym_thread, - ACTIONS(3553), 1, + ACTIONS(3730), 1, anon_sym_atomic, - ACTIONS(5507), 1, - anon_sym_STAR, - ACTIONS(5509), 1, + ACTIONS(5579), 1, anon_sym_QMARK, - ACTIONS(5511), 1, + ACTIONS(5581), 1, anon_sym_BANG, - ACTIONS(5513), 1, + ACTIONS(5583), 1, anon_sym_LBRACK2, - ACTIONS(5515), 1, + ACTIONS(5585), 1, anon_sym_AMP, - STATE(1958), 1, + STATE(2325), 1, sym_plain_type, - STATE(4528), 1, + STATE(4498), 1, sym_reference_expression, - STATE(1923), 2, + STATE(2319), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2020), 4, + STATE(2337), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1942), 12, + STATE(2338), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -278254,50 +280713,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103033] = 20, + [104670] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(553), 1, + ACTIONS(1562), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(1566), 1, anon_sym_fn, - ACTIONS(563), 1, + ACTIONS(1570), 1, anon_sym_struct, - ACTIONS(573), 1, + ACTIONS(1580), 1, anon_sym_shared, - ACTIONS(577), 1, + ACTIONS(1584), 1, anon_sym_chan, - ACTIONS(579), 1, + ACTIONS(1586), 1, anon_sym_thread, - ACTIONS(581), 1, + ACTIONS(1588), 1, anon_sym_atomic, - ACTIONS(5605), 1, + ACTIONS(5601), 1, anon_sym_LPAREN, - ACTIONS(5607), 1, + ACTIONS(5603), 1, anon_sym_STAR, - ACTIONS(5609), 1, + ACTIONS(5605), 1, anon_sym_QMARK, - ACTIONS(5611), 1, + ACTIONS(5607), 1, anon_sym_BANG, - ACTIONS(5613), 1, + ACTIONS(5609), 1, anon_sym_LBRACK2, - ACTIONS(5615), 1, + ACTIONS(5611), 1, anon_sym_AMP, - ACTIONS(5617), 1, + ACTIONS(5613), 1, anon_sym_map_LBRACK, - STATE(886), 1, + STATE(1079), 1, sym_plain_type, - STATE(4460), 1, + STATE(4540), 1, sym_reference_expression, - STATE(521), 2, + STATE(998), 2, sym_type_reference_expression, sym_qualified_type, - STATE(898), 4, + STATE(1101), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(896), 12, + STATE(1100), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -278310,50 +280769,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103109] = 20, + [104746] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(553), 1, + ACTIONS(3736), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(3740), 1, anon_sym_fn, - ACTIONS(563), 1, + ACTIONS(3744), 1, anon_sym_struct, - ACTIONS(573), 1, + ACTIONS(3754), 1, anon_sym_shared, - ACTIONS(577), 1, + ACTIONS(3758), 1, anon_sym_chan, - ACTIONS(579), 1, + ACTIONS(3760), 1, anon_sym_thread, - ACTIONS(581), 1, + ACTIONS(3762), 1, anon_sym_atomic, - ACTIONS(5605), 1, + ACTIONS(5587), 1, anon_sym_LPAREN, - ACTIONS(5607), 1, + ACTIONS(5589), 1, anon_sym_STAR, - ACTIONS(5609), 1, + ACTIONS(5591), 1, anon_sym_QMARK, - ACTIONS(5611), 1, + ACTIONS(5593), 1, anon_sym_BANG, - ACTIONS(5613), 1, + ACTIONS(5595), 1, anon_sym_LBRACK2, - ACTIONS(5615), 1, + ACTIONS(5597), 1, anon_sym_AMP, - ACTIONS(5617), 1, + ACTIONS(5599), 1, anon_sym_map_LBRACK, - STATE(881), 1, + STATE(2572), 1, sym_plain_type, - STATE(4460), 1, + STATE(4577), 1, sym_reference_expression, - STATE(521), 2, + STATE(2433), 2, sym_type_reference_expression, sym_qualified_type, - STATE(898), 4, + STATE(2505), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(896), 12, + STATE(2503), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -278366,50 +280825,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103185] = 20, + [104822] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3383), 1, + ACTIONS(3415), 1, sym_identifier, - ACTIONS(3387), 1, + ACTIONS(3419), 1, anon_sym_fn, - ACTIONS(3391), 1, + ACTIONS(3423), 1, anon_sym_struct, - ACTIONS(3401), 1, + ACTIONS(3433), 1, anon_sym_shared, - ACTIONS(3405), 1, + ACTIONS(3437), 1, anon_sym_chan, - ACTIONS(3407), 1, + ACTIONS(3439), 1, anon_sym_thread, - ACTIONS(3409), 1, + ACTIONS(3441), 1, anon_sym_atomic, - ACTIONS(5415), 1, + ACTIONS(5405), 1, anon_sym_LPAREN, - ACTIONS(5419), 1, + ACTIONS(5615), 1, anon_sym_STAR, - ACTIONS(5421), 1, + ACTIONS(5617), 1, anon_sym_QMARK, - ACTIONS(5423), 1, + ACTIONS(5619), 1, anon_sym_BANG, - ACTIONS(5425), 1, + ACTIONS(5621), 1, anon_sym_LBRACK2, - ACTIONS(5427), 1, + ACTIONS(5623), 1, anon_sym_AMP, - ACTIONS(5429), 1, + ACTIONS(5625), 1, anon_sym_map_LBRACK, - STATE(1462), 1, + STATE(1667), 1, sym_plain_type, - STATE(4515), 1, + STATE(4485), 1, sym_reference_expression, - STATE(1411), 2, + STATE(1633), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1465), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1431), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -278422,50 +280881,106 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103261] = 20, + [104898] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3383), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, sym_identifier, - ACTIONS(3387), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(3391), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(3401), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3405), 1, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5227), 1, + anon_sym_BANG, + ACTIONS(5229), 1, + anon_sym_LBRACK2, + ACTIONS(5231), 1, + anon_sym_AMP, + STATE(4611), 1, + sym_plain_type, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3675), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(3676), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [104974] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, anon_sym_chan, - ACTIONS(3407), 1, + ACTIONS(85), 1, anon_sym_thread, - ACTIONS(3409), 1, + ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(5415), 1, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(3379), 1, anon_sym_LPAREN, - ACTIONS(5419), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5421), 1, - anon_sym_QMARK, - ACTIONS(5423), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5425), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5427), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5429), 1, - anon_sym_map_LBRACK, - STATE(1483), 1, + STATE(3842), 1, sym_plain_type, - STATE(4515), 1, + STATE(4656), 1, sym_reference_expression, - STATE(1411), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1465), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1431), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -278478,50 +280993,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103337] = 20, + [105050] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3383), 1, + ACTIONS(3736), 1, sym_identifier, - ACTIONS(3387), 1, + ACTIONS(3740), 1, anon_sym_fn, - ACTIONS(3391), 1, + ACTIONS(3744), 1, anon_sym_struct, - ACTIONS(3401), 1, + ACTIONS(3754), 1, anon_sym_shared, - ACTIONS(3405), 1, + ACTIONS(3758), 1, anon_sym_chan, - ACTIONS(3407), 1, + ACTIONS(3760), 1, anon_sym_thread, - ACTIONS(3409), 1, + ACTIONS(3762), 1, anon_sym_atomic, - ACTIONS(5415), 1, + ACTIONS(5587), 1, anon_sym_LPAREN, - ACTIONS(5419), 1, + ACTIONS(5589), 1, anon_sym_STAR, - ACTIONS(5421), 1, + ACTIONS(5591), 1, anon_sym_QMARK, - ACTIONS(5423), 1, + ACTIONS(5593), 1, anon_sym_BANG, - ACTIONS(5425), 1, + ACTIONS(5595), 1, anon_sym_LBRACK2, - ACTIONS(5427), 1, + ACTIONS(5597), 1, anon_sym_AMP, - ACTIONS(5429), 1, + ACTIONS(5599), 1, anon_sym_map_LBRACK, - STATE(1467), 1, + STATE(2531), 1, sym_plain_type, - STATE(4515), 1, + STATE(4577), 1, sym_reference_expression, - STATE(1411), 2, + STATE(2433), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1465), 4, + STATE(2505), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1431), 12, + STATE(2503), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -278534,50 +281049,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103413] = 20, + [105126] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3383), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3387), 1, + ACTIONS(3517), 1, + anon_sym_LPAREN, + ACTIONS(3519), 1, anon_sym_fn, - ACTIONS(3391), 1, + ACTIONS(3523), 1, anon_sym_struct, - ACTIONS(3401), 1, + ACTIONS(3533), 1, anon_sym_shared, - ACTIONS(3405), 1, + ACTIONS(3535), 1, + anon_sym_map_LBRACK, + ACTIONS(3537), 1, anon_sym_chan, - ACTIONS(3407), 1, + ACTIONS(3539), 1, anon_sym_thread, - ACTIONS(3409), 1, + ACTIONS(3541), 1, anon_sym_atomic, - ACTIONS(5415), 1, - anon_sym_LPAREN, - ACTIONS(5419), 1, + ACTIONS(5527), 1, anon_sym_STAR, - ACTIONS(5421), 1, + ACTIONS(5529), 1, anon_sym_QMARK, - ACTIONS(5423), 1, + ACTIONS(5531), 1, anon_sym_BANG, - ACTIONS(5425), 1, + ACTIONS(5533), 1, anon_sym_LBRACK2, - ACTIONS(5427), 1, + ACTIONS(5535), 1, anon_sym_AMP, - ACTIONS(5429), 1, - anon_sym_map_LBRACK, - STATE(1469), 1, + STATE(2008), 1, sym_plain_type, - STATE(4515), 1, + STATE(4556), 1, sym_reference_expression, - STATE(1411), 2, + STATE(1920), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1465), 4, + STATE(1993), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1431), 12, + STATE(1991), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -278590,50 +281105,106 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103489] = 20, + [105202] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3517), 1, + anon_sym_LPAREN, + ACTIONS(3519), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(3523), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(3533), 1, anon_sym_shared, - ACTIONS(3750), 1, + ACTIONS(3535), 1, + anon_sym_map_LBRACK, + ACTIONS(3537), 1, anon_sym_chan, - ACTIONS(3752), 1, + ACTIONS(3539), 1, anon_sym_thread, + ACTIONS(3541), 1, + anon_sym_atomic, + ACTIONS(5527), 1, + anon_sym_STAR, + ACTIONS(5529), 1, + anon_sym_QMARK, + ACTIONS(5531), 1, + anon_sym_BANG, + ACTIONS(5533), 1, + anon_sym_LBRACK2, + ACTIONS(5535), 1, + anon_sym_AMP, + STATE(2009), 1, + sym_plain_type, + STATE(4556), 1, + sym_reference_expression, + STATE(1920), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(1993), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(1991), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [105278] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3736), 1, + sym_identifier, + ACTIONS(3740), 1, + anon_sym_fn, + ACTIONS(3744), 1, + anon_sym_struct, ACTIONS(3754), 1, + anon_sym_shared, + ACTIONS(3758), 1, + anon_sym_chan, + ACTIONS(3760), 1, + anon_sym_thread, + ACTIONS(3762), 1, anon_sym_atomic, - ACTIONS(5493), 1, + ACTIONS(5587), 1, anon_sym_LPAREN, - ACTIONS(5495), 1, + ACTIONS(5589), 1, anon_sym_STAR, - ACTIONS(5497), 1, + ACTIONS(5591), 1, anon_sym_QMARK, - ACTIONS(5499), 1, + ACTIONS(5593), 1, anon_sym_BANG, - ACTIONS(5501), 1, + ACTIONS(5595), 1, anon_sym_LBRACK2, - ACTIONS(5503), 1, + ACTIONS(5597), 1, anon_sym_AMP, - ACTIONS(5505), 1, + ACTIONS(5599), 1, anon_sym_map_LBRACK, - STATE(2474), 1, + STATE(2524), 1, sym_plain_type, - STATE(4486), 1, + STATE(4577), 1, sym_reference_expression, - STATE(2457), 2, + STATE(2433), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2570), 4, + STATE(2505), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2569), 12, + STATE(2503), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -278646,50 +281217,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103565] = 20, + [105354] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3411), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3415), 1, + ACTIONS(3517), 1, + anon_sym_LPAREN, + ACTIONS(3519), 1, anon_sym_fn, - ACTIONS(3419), 1, + ACTIONS(3523), 1, anon_sym_struct, - ACTIONS(3429), 1, + ACTIONS(3533), 1, anon_sym_shared, - ACTIONS(3433), 1, + ACTIONS(3535), 1, + anon_sym_map_LBRACK, + ACTIONS(3537), 1, anon_sym_chan, - ACTIONS(3435), 1, + ACTIONS(3539), 1, anon_sym_thread, - ACTIONS(3437), 1, + ACTIONS(3541), 1, anon_sym_atomic, - ACTIONS(5399), 1, - anon_sym_LPAREN, - ACTIONS(5517), 1, + ACTIONS(5527), 1, anon_sym_STAR, - ACTIONS(5519), 1, + ACTIONS(5529), 1, anon_sym_QMARK, - ACTIONS(5521), 1, + ACTIONS(5531), 1, anon_sym_BANG, - ACTIONS(5523), 1, + ACTIONS(5533), 1, anon_sym_LBRACK2, - ACTIONS(5525), 1, + ACTIONS(5535), 1, anon_sym_AMP, - ACTIONS(5527), 1, - anon_sym_map_LBRACK, - STATE(1632), 1, + STATE(1959), 1, sym_plain_type, - STATE(4409), 1, + STATE(4556), 1, sym_reference_expression, - STATE(1666), 2, + STATE(1920), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(1993), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(1991), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -278702,50 +281273,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103641] = 20, + [105430] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3411), 1, + ACTIONS(3351), 1, sym_identifier, - ACTIONS(3415), 1, + ACTIONS(3353), 1, + anon_sym_LPAREN, + ACTIONS(3355), 1, anon_sym_fn, - ACTIONS(3419), 1, + ACTIONS(3357), 1, + anon_sym_STAR, + ACTIONS(3359), 1, anon_sym_struct, - ACTIONS(3429), 1, + ACTIONS(3369), 1, anon_sym_shared, - ACTIONS(3433), 1, + ACTIONS(3371), 1, + anon_sym_map_LBRACK, + ACTIONS(3373), 1, anon_sym_chan, - ACTIONS(3435), 1, + ACTIONS(3375), 1, anon_sym_thread, - ACTIONS(3437), 1, + ACTIONS(3377), 1, anon_sym_atomic, - ACTIONS(5399), 1, - anon_sym_LPAREN, - ACTIONS(5517), 1, - anon_sym_STAR, - ACTIONS(5519), 1, + ACTIONS(5641), 1, anon_sym_QMARK, - ACTIONS(5521), 1, + ACTIONS(5643), 1, anon_sym_BANG, - ACTIONS(5523), 1, + ACTIONS(5645), 1, anon_sym_LBRACK2, - ACTIONS(5525), 1, + ACTIONS(5647), 1, anon_sym_AMP, - ACTIONS(5527), 1, - anon_sym_map_LBRACK, - STATE(1644), 1, + STATE(1315), 1, sym_plain_type, - STATE(4409), 1, + STATE(4530), 1, sym_reference_expression, - STATE(1666), 2, + STATE(1286), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(1314), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(1313), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -278758,50 +281329,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103717] = 20, + [105506] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(553), 1, + ACTIONS(3736), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(3740), 1, anon_sym_fn, - ACTIONS(563), 1, + ACTIONS(3744), 1, anon_sym_struct, - ACTIONS(573), 1, + ACTIONS(3754), 1, anon_sym_shared, - ACTIONS(577), 1, + ACTIONS(3758), 1, anon_sym_chan, - ACTIONS(579), 1, + ACTIONS(3760), 1, anon_sym_thread, - ACTIONS(581), 1, + ACTIONS(3762), 1, anon_sym_atomic, - ACTIONS(5605), 1, + ACTIONS(5587), 1, anon_sym_LPAREN, - ACTIONS(5607), 1, + ACTIONS(5589), 1, anon_sym_STAR, - ACTIONS(5609), 1, + ACTIONS(5591), 1, anon_sym_QMARK, - ACTIONS(5611), 1, + ACTIONS(5593), 1, anon_sym_BANG, - ACTIONS(5613), 1, + ACTIONS(5595), 1, anon_sym_LBRACK2, - ACTIONS(5615), 1, + ACTIONS(5597), 1, anon_sym_AMP, - ACTIONS(5617), 1, + ACTIONS(5599), 1, anon_sym_map_LBRACK, - STATE(866), 1, + STATE(2588), 1, sym_plain_type, - STATE(4460), 1, + STATE(4577), 1, sym_reference_expression, - STATE(521), 2, + STATE(2433), 2, sym_type_reference_expression, sym_qualified_type, - STATE(898), 4, + STATE(2505), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(896), 12, + STATE(2503), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -278814,50 +281385,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103793] = 20, + [105582] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(1562), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(1566), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(1570), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(1580), 1, anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(1584), 1, + anon_sym_chan, + ACTIONS(1586), 1, + anon_sym_thread, + ACTIONS(1588), 1, + anon_sym_atomic, + ACTIONS(5601), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(5603), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5605), 1, + anon_sym_QMARK, + ACTIONS(5607), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5609), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5611), 1, anon_sym_AMP, - STATE(4070), 1, + ACTIONS(5613), 1, + anon_sym_map_LBRACK, + STATE(1014), 1, sym_plain_type, - STATE(4600), 1, + STATE(4540), 1, sym_reference_expression, - STATE(3581), 2, + STATE(998), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1101), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1100), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -278870,50 +281441,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103869] = 20, + [105658] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3411), 1, + ACTIONS(1562), 1, sym_identifier, - ACTIONS(3415), 1, + ACTIONS(1566), 1, anon_sym_fn, - ACTIONS(3419), 1, + ACTIONS(1570), 1, anon_sym_struct, - ACTIONS(3429), 1, + ACTIONS(1580), 1, anon_sym_shared, - ACTIONS(3433), 1, + ACTIONS(1584), 1, anon_sym_chan, - ACTIONS(3435), 1, + ACTIONS(1586), 1, anon_sym_thread, - ACTIONS(3437), 1, + ACTIONS(1588), 1, anon_sym_atomic, - ACTIONS(5399), 1, + ACTIONS(5601), 1, anon_sym_LPAREN, - ACTIONS(5517), 1, + ACTIONS(5603), 1, anon_sym_STAR, - ACTIONS(5519), 1, + ACTIONS(5605), 1, anon_sym_QMARK, - ACTIONS(5521), 1, + ACTIONS(5607), 1, anon_sym_BANG, - ACTIONS(5523), 1, + ACTIONS(5609), 1, anon_sym_LBRACK2, - ACTIONS(5525), 1, + ACTIONS(5611), 1, anon_sym_AMP, - ACTIONS(5527), 1, + ACTIONS(5613), 1, anon_sym_map_LBRACK, - STATE(1656), 1, + STATE(1015), 1, sym_plain_type, - STATE(4409), 1, + STATE(4540), 1, sym_reference_expression, - STATE(1666), 2, + STATE(998), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(1101), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(1100), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -278926,50 +281497,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [103945] = 20, + [105734] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3277), 1, + ACTIONS(3271), 1, sym_identifier, - ACTIONS(3281), 1, + ACTIONS(3275), 1, anon_sym_fn, - ACTIONS(3285), 1, + ACTIONS(3279), 1, anon_sym_struct, - ACTIONS(3295), 1, + ACTIONS(3289), 1, anon_sym_shared, - ACTIONS(3299), 1, + ACTIONS(3293), 1, anon_sym_chan, - ACTIONS(3301), 1, + ACTIONS(3295), 1, anon_sym_thread, - ACTIONS(3303), 1, + ACTIONS(3297), 1, anon_sym_atomic, - ACTIONS(5633), 1, + ACTIONS(5537), 1, anon_sym_LPAREN, - ACTIONS(5635), 1, + ACTIONS(5539), 1, anon_sym_STAR, - ACTIONS(5637), 1, + ACTIONS(5541), 1, anon_sym_QMARK, - ACTIONS(5639), 1, + ACTIONS(5543), 1, anon_sym_BANG, - ACTIONS(5641), 1, + ACTIONS(5545), 1, anon_sym_LBRACK2, - ACTIONS(5643), 1, + ACTIONS(5547), 1, anon_sym_AMP, - ACTIONS(5645), 1, + ACTIONS(5549), 1, anon_sym_map_LBRACK, - STATE(1185), 1, + STATE(1241), 1, sym_plain_type, - STATE(4507), 1, + STATE(4598), 1, sym_reference_expression, - STATE(1164), 2, + STATE(1163), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1175), 4, + STATE(1231), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1176), 12, + STATE(1233), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -278982,50 +281553,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104021] = 20, + [105810] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3411), 1, + ACTIONS(3271), 1, sym_identifier, - ACTIONS(3415), 1, + ACTIONS(3275), 1, anon_sym_fn, - ACTIONS(3419), 1, + ACTIONS(3279), 1, anon_sym_struct, - ACTIONS(3429), 1, + ACTIONS(3289), 1, anon_sym_shared, - ACTIONS(3433), 1, + ACTIONS(3293), 1, anon_sym_chan, - ACTIONS(3435), 1, + ACTIONS(3295), 1, anon_sym_thread, - ACTIONS(3437), 1, + ACTIONS(3297), 1, anon_sym_atomic, - ACTIONS(5399), 1, + ACTIONS(5537), 1, anon_sym_LPAREN, - ACTIONS(5517), 1, + ACTIONS(5539), 1, anon_sym_STAR, - ACTIONS(5519), 1, + ACTIONS(5541), 1, anon_sym_QMARK, - ACTIONS(5521), 1, + ACTIONS(5543), 1, anon_sym_BANG, - ACTIONS(5523), 1, + ACTIONS(5545), 1, anon_sym_LBRACK2, - ACTIONS(5525), 1, + ACTIONS(5547), 1, anon_sym_AMP, - ACTIONS(5527), 1, + ACTIONS(5549), 1, anon_sym_map_LBRACK, - STATE(1657), 1, + STATE(1240), 1, sym_plain_type, - STATE(4409), 1, + STATE(4598), 1, sym_reference_expression, - STATE(1666), 2, + STATE(1163), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(1231), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(1233), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -279038,50 +281609,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104097] = 20, + [105886] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(553), 1, + ACTIONS(3415), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(3419), 1, anon_sym_fn, - ACTIONS(563), 1, + ACTIONS(3423), 1, anon_sym_struct, - ACTIONS(573), 1, + ACTIONS(3433), 1, anon_sym_shared, - ACTIONS(577), 1, + ACTIONS(3437), 1, anon_sym_chan, - ACTIONS(579), 1, + ACTIONS(3439), 1, anon_sym_thread, - ACTIONS(581), 1, + ACTIONS(3441), 1, anon_sym_atomic, - ACTIONS(5605), 1, + ACTIONS(5405), 1, anon_sym_LPAREN, - ACTIONS(5607), 1, + ACTIONS(5615), 1, anon_sym_STAR, - ACTIONS(5609), 1, + ACTIONS(5617), 1, anon_sym_QMARK, - ACTIONS(5611), 1, + ACTIONS(5619), 1, anon_sym_BANG, - ACTIONS(5613), 1, + ACTIONS(5621), 1, anon_sym_LBRACK2, - ACTIONS(5615), 1, + ACTIONS(5623), 1, anon_sym_AMP, - ACTIONS(5617), 1, + ACTIONS(5625), 1, anon_sym_map_LBRACK, - STATE(889), 1, + STATE(1700), 1, sym_plain_type, - STATE(4460), 1, + STATE(4485), 1, sym_reference_expression, - STATE(521), 2, + STATE(1633), 2, sym_type_reference_expression, sym_qualified_type, - STATE(898), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(896), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -279094,50 +281665,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104173] = 20, + [105962] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3702), 1, - sym_identifier, - ACTIONS(3704), 1, - anon_sym_fn, - ACTIONS(3706), 1, - anon_sym_STAR, - ACTIONS(3716), 1, - anon_sym_shared, - ACTIONS(3718), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, anon_sym_map_LBRACK, - ACTIONS(3720), 1, + ACTIONS(83), 1, anon_sym_chan, - ACTIONS(3722), 1, + ACTIONS(85), 1, anon_sym_thread, - ACTIONS(3724), 1, + ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(5529), 1, - anon_sym_QMARK, - ACTIONS(5531), 1, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5533), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5535), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(2879), 1, - sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(2318), 2, + STATE(4707), 1, + sym_plain_type, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -279150,50 +281721,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104249] = 20, + [106038] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3702), 1, + ACTIONS(3415), 1, sym_identifier, - ACTIONS(3704), 1, + ACTIONS(3419), 1, anon_sym_fn, - ACTIONS(3706), 1, - anon_sym_STAR, - ACTIONS(3716), 1, + ACTIONS(3423), 1, + anon_sym_struct, + ACTIONS(3433), 1, anon_sym_shared, - ACTIONS(3718), 1, - anon_sym_map_LBRACK, - ACTIONS(3720), 1, + ACTIONS(3437), 1, anon_sym_chan, - ACTIONS(3722), 1, + ACTIONS(3439), 1, anon_sym_thread, - ACTIONS(3724), 1, + ACTIONS(3441), 1, anon_sym_atomic, - ACTIONS(5529), 1, + ACTIONS(5405), 1, + anon_sym_LPAREN, + ACTIONS(5615), 1, + anon_sym_STAR, + ACTIONS(5617), 1, anon_sym_QMARK, - ACTIONS(5531), 1, + ACTIONS(5619), 1, anon_sym_BANG, - ACTIONS(5533), 1, + ACTIONS(5621), 1, anon_sym_LBRACK2, - ACTIONS(5535), 1, + ACTIONS(5623), 1, anon_sym_AMP, - STATE(2881), 1, + ACTIONS(5625), 1, + anon_sym_map_LBRACK, + STATE(1701), 1, sym_plain_type, - STATE(4600), 1, + STATE(4485), 1, sym_reference_expression, - STATE(2318), 2, + STATE(1633), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -279206,50 +281777,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104325] = 20, + [106114] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(3271), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(3275), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3279), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(3289), 1, anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(3293), 1, + anon_sym_chan, + ACTIONS(3295), 1, + anon_sym_thread, + ACTIONS(3297), 1, + anon_sym_atomic, + ACTIONS(5537), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(5539), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5541), 1, + anon_sym_QMARK, + ACTIONS(5543), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5545), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5547), 1, anon_sym_AMP, - STATE(2323), 1, + ACTIONS(5549), 1, + anon_sym_map_LBRACK, + STATE(1239), 1, sym_plain_type, - STATE(4600), 1, + STATE(4598), 1, sym_reference_expression, - STATE(3581), 2, + STATE(1163), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1231), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1233), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -279262,50 +281833,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104401] = 20, + [106190] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(3351), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3353), 1, + anon_sym_LPAREN, + ACTIONS(3355), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(3357), 1, + anon_sym_STAR, + ACTIONS(3359), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(3369), 1, anon_sym_shared, - ACTIONS(3750), 1, + ACTIONS(3371), 1, + anon_sym_map_LBRACK, + ACTIONS(3373), 1, anon_sym_chan, - ACTIONS(3752), 1, + ACTIONS(3375), 1, anon_sym_thread, - ACTIONS(3754), 1, + ACTIONS(3377), 1, anon_sym_atomic, - ACTIONS(5493), 1, - anon_sym_LPAREN, - ACTIONS(5495), 1, - anon_sym_STAR, - ACTIONS(5497), 1, + ACTIONS(5641), 1, anon_sym_QMARK, - ACTIONS(5499), 1, + ACTIONS(5643), 1, anon_sym_BANG, - ACTIONS(5501), 1, + ACTIONS(5645), 1, anon_sym_LBRACK2, - ACTIONS(5503), 1, + ACTIONS(5647), 1, anon_sym_AMP, - ACTIONS(5505), 1, - anon_sym_map_LBRACK, - STATE(2543), 1, + STATE(1355), 1, sym_plain_type, - STATE(4486), 1, + STATE(4530), 1, sym_reference_expression, - STATE(2457), 2, + STATE(1286), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2570), 4, + STATE(1314), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2569), 12, + STATE(1313), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -279318,50 +281889,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104477] = 20, + [106266] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1602), 1, + ACTIONS(3271), 1, sym_identifier, - ACTIONS(1606), 1, + ACTIONS(3275), 1, anon_sym_fn, - ACTIONS(1610), 1, + ACTIONS(3279), 1, anon_sym_struct, - ACTIONS(1620), 1, + ACTIONS(3289), 1, anon_sym_shared, - ACTIONS(1624), 1, + ACTIONS(3293), 1, anon_sym_chan, - ACTIONS(1626), 1, + ACTIONS(3295), 1, anon_sym_thread, - ACTIONS(1628), 1, + ACTIONS(3297), 1, anon_sym_atomic, - ACTIONS(5591), 1, + ACTIONS(5537), 1, anon_sym_LPAREN, - ACTIONS(5593), 1, + ACTIONS(5539), 1, anon_sym_STAR, - ACTIONS(5595), 1, + ACTIONS(5541), 1, anon_sym_QMARK, - ACTIONS(5597), 1, + ACTIONS(5543), 1, anon_sym_BANG, - ACTIONS(5599), 1, + ACTIONS(5545), 1, anon_sym_LBRACK2, - ACTIONS(5601), 1, + ACTIONS(5547), 1, anon_sym_AMP, - ACTIONS(5603), 1, + ACTIONS(5549), 1, anon_sym_map_LBRACK, - STATE(1102), 1, + STATE(1196), 1, sym_plain_type, - STATE(4444), 1, + STATE(4598), 1, sym_reference_expression, - STATE(994), 2, + STATE(1163), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1059), 4, + STATE(1231), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1060), 12, + STATE(1233), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -279374,50 +281945,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104553] = 20, + [106342] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(3271), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3275), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(3279), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(3289), 1, anon_sym_shared, - ACTIONS(3750), 1, + ACTIONS(3293), 1, anon_sym_chan, - ACTIONS(3752), 1, + ACTIONS(3295), 1, anon_sym_thread, - ACTIONS(3754), 1, + ACTIONS(3297), 1, anon_sym_atomic, - ACTIONS(5493), 1, + ACTIONS(5537), 1, anon_sym_LPAREN, - ACTIONS(5495), 1, + ACTIONS(5539), 1, anon_sym_STAR, - ACTIONS(5497), 1, + ACTIONS(5541), 1, anon_sym_QMARK, - ACTIONS(5499), 1, + ACTIONS(5543), 1, anon_sym_BANG, - ACTIONS(5501), 1, + ACTIONS(5545), 1, anon_sym_LBRACK2, - ACTIONS(5503), 1, + ACTIONS(5547), 1, anon_sym_AMP, - ACTIONS(5505), 1, + ACTIONS(5549), 1, anon_sym_map_LBRACK, - STATE(2542), 1, + STATE(1192), 1, sym_plain_type, - STATE(4486), 1, + STATE(4598), 1, sym_reference_expression, - STATE(2457), 2, + STATE(1163), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2570), 4, + STATE(1231), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2569), 12, + STATE(1233), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -279430,50 +282001,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104629] = 20, + [106418] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3411), 1, + ACTIONS(553), 1, sym_identifier, - ACTIONS(3415), 1, + ACTIONS(559), 1, anon_sym_fn, - ACTIONS(3419), 1, + ACTIONS(563), 1, anon_sym_struct, - ACTIONS(3429), 1, + ACTIONS(573), 1, anon_sym_shared, - ACTIONS(3433), 1, + ACTIONS(577), 1, anon_sym_chan, - ACTIONS(3435), 1, + ACTIONS(579), 1, anon_sym_thread, - ACTIONS(3437), 1, + ACTIONS(581), 1, anon_sym_atomic, - ACTIONS(5399), 1, + ACTIONS(5627), 1, anon_sym_LPAREN, - ACTIONS(5517), 1, + ACTIONS(5629), 1, anon_sym_STAR, - ACTIONS(5519), 1, + ACTIONS(5631), 1, anon_sym_QMARK, - ACTIONS(5521), 1, + ACTIONS(5633), 1, anon_sym_BANG, - ACTIONS(5523), 1, + ACTIONS(5635), 1, anon_sym_LBRACK2, - ACTIONS(5525), 1, + ACTIONS(5637), 1, anon_sym_AMP, - ACTIONS(5527), 1, + ACTIONS(5639), 1, anon_sym_map_LBRACK, - STATE(1659), 1, + STATE(662), 1, sym_plain_type, - STATE(4409), 1, + STATE(4567), 1, sym_reference_expression, - STATE(1666), 2, + STATE(444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(518), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(515), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -279486,50 +282057,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104705] = 20, + [106494] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4274), 1, + ACTIONS(553), 1, sym_identifier, - ACTIONS(4276), 1, - anon_sym_LPAREN, - ACTIONS(4278), 1, + ACTIONS(559), 1, anon_sym_fn, - ACTIONS(4280), 1, - anon_sym_STAR, - ACTIONS(4282), 1, + ACTIONS(563), 1, anon_sym_struct, - ACTIONS(4292), 1, + ACTIONS(573), 1, anon_sym_shared, - ACTIONS(4294), 1, - anon_sym_map_LBRACK, - ACTIONS(4296), 1, + ACTIONS(577), 1, anon_sym_chan, - ACTIONS(4298), 1, + ACTIONS(579), 1, anon_sym_thread, - ACTIONS(4300), 1, + ACTIONS(581), 1, anon_sym_atomic, - ACTIONS(5547), 1, + ACTIONS(5627), 1, + anon_sym_LPAREN, + ACTIONS(5629), 1, + anon_sym_STAR, + ACTIONS(5631), 1, anon_sym_QMARK, - ACTIONS(5549), 1, + ACTIONS(5633), 1, anon_sym_BANG, - ACTIONS(5551), 1, + ACTIONS(5635), 1, anon_sym_LBRACK2, - ACTIONS(5553), 1, + ACTIONS(5637), 1, anon_sym_AMP, - STATE(2738), 1, + ACTIONS(5639), 1, + anon_sym_map_LBRACK, + STATE(666), 1, sym_plain_type, - STATE(4574), 1, + STATE(4567), 1, sym_reference_expression, - STATE(2635), 2, + STATE(444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2723), 4, + STATE(518), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2724), 12, + STATE(515), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -279542,50 +282113,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104781] = 20, + [106570] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(553), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(559), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(563), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(573), 1, anon_sym_shared, - ACTIONS(3750), 1, + ACTIONS(577), 1, anon_sym_chan, - ACTIONS(3752), 1, + ACTIONS(579), 1, anon_sym_thread, - ACTIONS(3754), 1, + ACTIONS(581), 1, anon_sym_atomic, - ACTIONS(5493), 1, + ACTIONS(5627), 1, anon_sym_LPAREN, - ACTIONS(5495), 1, + ACTIONS(5629), 1, anon_sym_STAR, - ACTIONS(5497), 1, + ACTIONS(5631), 1, anon_sym_QMARK, - ACTIONS(5499), 1, + ACTIONS(5633), 1, anon_sym_BANG, - ACTIONS(5501), 1, + ACTIONS(5635), 1, anon_sym_LBRACK2, - ACTIONS(5503), 1, + ACTIONS(5637), 1, anon_sym_AMP, - ACTIONS(5505), 1, + ACTIONS(5639), 1, anon_sym_map_LBRACK, - STATE(2471), 1, + STATE(668), 1, sym_plain_type, - STATE(4486), 1, + STATE(4567), 1, sym_reference_expression, - STATE(2457), 2, + STATE(444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2570), 4, + STATE(518), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2569), 12, + STATE(515), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -279598,7 +282169,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104857] = 20, + [106646] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -279611,37 +282182,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(3869), 1, + STATE(4315), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -279654,50 +282225,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [104933] = 20, + [106722] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3672), 1, + ACTIONS(3736), 1, sym_identifier, - ACTIONS(3676), 1, + ACTIONS(3740), 1, anon_sym_fn, - ACTIONS(3680), 1, + ACTIONS(3744), 1, anon_sym_struct, - ACTIONS(3690), 1, + ACTIONS(3754), 1, anon_sym_shared, - ACTIONS(3694), 1, + ACTIONS(3758), 1, anon_sym_chan, - ACTIONS(3696), 1, + ACTIONS(3760), 1, anon_sym_thread, - ACTIONS(3698), 1, + ACTIONS(3762), 1, anon_sym_atomic, - ACTIONS(5555), 1, + ACTIONS(5587), 1, anon_sym_LPAREN, - ACTIONS(5557), 1, + ACTIONS(5589), 1, anon_sym_STAR, - ACTIONS(5559), 1, + ACTIONS(5591), 1, anon_sym_QMARK, - ACTIONS(5561), 1, + ACTIONS(5593), 1, anon_sym_BANG, - ACTIONS(5563), 1, + ACTIONS(5595), 1, anon_sym_LBRACK2, - ACTIONS(5565), 1, + ACTIONS(5597), 1, anon_sym_AMP, - ACTIONS(5567), 1, + ACTIONS(5599), 1, anon_sym_map_LBRACK, - STATE(2261), 1, + STATE(2468), 1, sym_plain_type, - STATE(4566), 1, + STATE(4577), 1, sym_reference_expression, - STATE(2159), 2, + STATE(2433), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2184), 4, + STATE(2505), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2185), 12, + STATE(2503), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -279710,50 +282281,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105009] = 20, + [106798] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(553), 1, + ACTIONS(3271), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(3275), 1, anon_sym_fn, - ACTIONS(563), 1, + ACTIONS(3279), 1, anon_sym_struct, - ACTIONS(573), 1, + ACTIONS(3289), 1, anon_sym_shared, - ACTIONS(577), 1, + ACTIONS(3293), 1, anon_sym_chan, - ACTIONS(579), 1, + ACTIONS(3295), 1, anon_sym_thread, - ACTIONS(581), 1, + ACTIONS(3297), 1, anon_sym_atomic, - ACTIONS(5605), 1, + ACTIONS(5537), 1, anon_sym_LPAREN, - ACTIONS(5607), 1, + ACTIONS(5539), 1, anon_sym_STAR, - ACTIONS(5609), 1, + ACTIONS(5541), 1, anon_sym_QMARK, - ACTIONS(5611), 1, + ACTIONS(5543), 1, anon_sym_BANG, - ACTIONS(5613), 1, + ACTIONS(5545), 1, anon_sym_LBRACK2, - ACTIONS(5615), 1, + ACTIONS(5547), 1, anon_sym_AMP, - ACTIONS(5617), 1, + ACTIONS(5549), 1, anon_sym_map_LBRACK, - STATE(860), 1, + STATE(1245), 1, sym_plain_type, - STATE(4460), 1, + STATE(4598), 1, sym_reference_expression, - STATE(521), 2, + STATE(1163), 2, sym_type_reference_expression, sym_qualified_type, - STATE(898), 4, + STATE(1231), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(896), 12, + STATE(1233), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -279766,50 +282337,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105085] = 20, + [106874] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3672), 1, + ACTIONS(3415), 1, sym_identifier, - ACTIONS(3676), 1, + ACTIONS(3419), 1, anon_sym_fn, - ACTIONS(3680), 1, + ACTIONS(3423), 1, anon_sym_struct, - ACTIONS(3690), 1, + ACTIONS(3433), 1, anon_sym_shared, - ACTIONS(3694), 1, + ACTIONS(3437), 1, anon_sym_chan, - ACTIONS(3696), 1, + ACTIONS(3439), 1, anon_sym_thread, - ACTIONS(3698), 1, + ACTIONS(3441), 1, anon_sym_atomic, - ACTIONS(5555), 1, + ACTIONS(5405), 1, anon_sym_LPAREN, - ACTIONS(5557), 1, + ACTIONS(5615), 1, anon_sym_STAR, - ACTIONS(5559), 1, + ACTIONS(5617), 1, anon_sym_QMARK, - ACTIONS(5561), 1, + ACTIONS(5619), 1, anon_sym_BANG, - ACTIONS(5563), 1, + ACTIONS(5621), 1, anon_sym_LBRACK2, - ACTIONS(5565), 1, + ACTIONS(5623), 1, anon_sym_AMP, - ACTIONS(5567), 1, + ACTIONS(5625), 1, anon_sym_map_LBRACK, - STATE(2260), 1, + STATE(1728), 1, sym_plain_type, - STATE(4566), 1, + STATE(4485), 1, sym_reference_expression, - STATE(2159), 2, + STATE(1633), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2184), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2185), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -279822,50 +282393,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105161] = 20, + [106950] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3672), 1, + ACTIONS(3271), 1, sym_identifier, - ACTIONS(3676), 1, + ACTIONS(3275), 1, anon_sym_fn, - ACTIONS(3680), 1, + ACTIONS(3279), 1, anon_sym_struct, - ACTIONS(3690), 1, + ACTIONS(3289), 1, anon_sym_shared, - ACTIONS(3694), 1, + ACTIONS(3293), 1, anon_sym_chan, - ACTIONS(3696), 1, + ACTIONS(3295), 1, anon_sym_thread, - ACTIONS(3698), 1, + ACTIONS(3297), 1, anon_sym_atomic, - ACTIONS(5555), 1, + ACTIONS(5537), 1, anon_sym_LPAREN, - ACTIONS(5557), 1, + ACTIONS(5539), 1, anon_sym_STAR, - ACTIONS(5559), 1, + ACTIONS(5541), 1, anon_sym_QMARK, - ACTIONS(5561), 1, + ACTIONS(5543), 1, anon_sym_BANG, - ACTIONS(5563), 1, + ACTIONS(5545), 1, anon_sym_LBRACK2, - ACTIONS(5565), 1, + ACTIONS(5547), 1, anon_sym_AMP, - ACTIONS(5567), 1, + ACTIONS(5549), 1, anon_sym_map_LBRACK, - STATE(2253), 1, + STATE(1191), 1, sym_plain_type, - STATE(4566), 1, + STATE(4598), 1, sym_reference_expression, - STATE(2159), 2, + STATE(1163), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2184), 4, + STATE(1231), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2185), 12, + STATE(1233), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -279878,50 +282449,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105237] = 20, + [107026] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4274), 1, - sym_identifier, - ACTIONS(4276), 1, - anon_sym_LPAREN, - ACTIONS(4278), 1, - anon_sym_fn, - ACTIONS(4280), 1, - anon_sym_STAR, - ACTIONS(4282), 1, - anon_sym_struct, - ACTIONS(4292), 1, - anon_sym_shared, - ACTIONS(4294), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, anon_sym_map_LBRACK, - ACTIONS(4296), 1, + ACTIONS(83), 1, anon_sym_chan, - ACTIONS(4298), 1, + ACTIONS(85), 1, anon_sym_thread, - ACTIONS(4300), 1, + ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(5547), 1, - anon_sym_QMARK, - ACTIONS(5549), 1, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5551), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5553), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(2739), 1, + STATE(4141), 1, sym_plain_type, - STATE(4574), 1, + STATE(4656), 1, sym_reference_expression, - STATE(2635), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2723), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2724), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -279934,50 +282505,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105313] = 20, + [107102] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4274), 1, + ACTIONS(3271), 1, sym_identifier, - ACTIONS(4276), 1, - anon_sym_LPAREN, - ACTIONS(4278), 1, + ACTIONS(3275), 1, anon_sym_fn, - ACTIONS(4280), 1, - anon_sym_STAR, - ACTIONS(4282), 1, + ACTIONS(3279), 1, anon_sym_struct, - ACTIONS(4292), 1, + ACTIONS(3289), 1, anon_sym_shared, - ACTIONS(4294), 1, - anon_sym_map_LBRACK, - ACTIONS(4296), 1, + ACTIONS(3293), 1, anon_sym_chan, - ACTIONS(4298), 1, + ACTIONS(3295), 1, anon_sym_thread, - ACTIONS(4300), 1, + ACTIONS(3297), 1, anon_sym_atomic, - ACTIONS(5547), 1, + ACTIONS(5537), 1, + anon_sym_LPAREN, + ACTIONS(5539), 1, + anon_sym_STAR, + ACTIONS(5541), 1, anon_sym_QMARK, - ACTIONS(5549), 1, + ACTIONS(5543), 1, anon_sym_BANG, - ACTIONS(5551), 1, + ACTIONS(5545), 1, anon_sym_LBRACK2, - ACTIONS(5553), 1, + ACTIONS(5547), 1, anon_sym_AMP, - STATE(2740), 1, + ACTIONS(5549), 1, + anon_sym_map_LBRACK, + STATE(1171), 1, sym_plain_type, - STATE(4574), 1, + STATE(4598), 1, sym_reference_expression, - STATE(2635), 2, + STATE(1163), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2723), 4, + STATE(1231), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2724), 12, + STATE(1233), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -279990,50 +282561,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105389] = 20, + [107178] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3277), 1, + ACTIONS(3271), 1, sym_identifier, - ACTIONS(3281), 1, + ACTIONS(3275), 1, anon_sym_fn, - ACTIONS(3285), 1, + ACTIONS(3279), 1, anon_sym_struct, - ACTIONS(3295), 1, + ACTIONS(3289), 1, anon_sym_shared, - ACTIONS(3299), 1, + ACTIONS(3293), 1, anon_sym_chan, - ACTIONS(3301), 1, + ACTIONS(3295), 1, anon_sym_thread, - ACTIONS(3303), 1, + ACTIONS(3297), 1, anon_sym_atomic, - ACTIONS(5633), 1, + ACTIONS(5537), 1, anon_sym_LPAREN, - ACTIONS(5635), 1, + ACTIONS(5539), 1, anon_sym_STAR, - ACTIONS(5637), 1, + ACTIONS(5541), 1, anon_sym_QMARK, - ACTIONS(5639), 1, + ACTIONS(5543), 1, anon_sym_BANG, - ACTIONS(5641), 1, + ACTIONS(5545), 1, anon_sym_LBRACK2, - ACTIONS(5643), 1, + ACTIONS(5547), 1, anon_sym_AMP, - ACTIONS(5645), 1, + ACTIONS(5549), 1, anon_sym_map_LBRACK, - STATE(1211), 1, + STATE(1187), 1, sym_plain_type, - STATE(4507), 1, + STATE(4598), 1, sym_reference_expression, - STATE(1164), 2, + STATE(1163), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1175), 4, + STATE(1231), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1176), 12, + STATE(1233), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -280046,50 +282617,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105465] = 20, + [107254] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(3351), 1, sym_identifier, - ACTIONS(3419), 1, - anon_sym_struct, - ACTIONS(5321), 1, + ACTIONS(3353), 1, + anon_sym_LPAREN, + ACTIONS(3355), 1, anon_sym_fn, - ACTIONS(5333), 1, + ACTIONS(3357), 1, + anon_sym_STAR, + ACTIONS(3359), 1, + anon_sym_struct, + ACTIONS(3369), 1, anon_sym_shared, - ACTIONS(5337), 1, + ACTIONS(3371), 1, + anon_sym_map_LBRACK, + ACTIONS(3373), 1, anon_sym_chan, - ACTIONS(5339), 1, + ACTIONS(3375), 1, anon_sym_thread, - ACTIONS(5341), 1, + ACTIONS(3377), 1, anon_sym_atomic, - ACTIONS(5399), 1, - anon_sym_LPAREN, - ACTIONS(5403), 1, - anon_sym_STAR, - ACTIONS(5405), 1, + ACTIONS(5641), 1, anon_sym_QMARK, - ACTIONS(5407), 1, + ACTIONS(5643), 1, anon_sym_BANG, - ACTIONS(5409), 1, + ACTIONS(5645), 1, anon_sym_LBRACK2, - ACTIONS(5411), 1, + ACTIONS(5647), 1, anon_sym_AMP, - ACTIONS(5413), 1, - anon_sym_map_LBRACK, - STATE(1657), 1, + STATE(1318), 1, sym_plain_type, - STATE(4416), 1, + STATE(4530), 1, sym_reference_expression, - STATE(3389), 2, + STATE(1286), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(1314), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(1313), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -280102,50 +282673,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105541] = 20, + [107330] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3555), 1, - sym_identifier, - ACTIONS(3557), 1, - anon_sym_LPAREN, - ACTIONS(3559), 1, - anon_sym_fn, - ACTIONS(3563), 1, - anon_sym_struct, - ACTIONS(3573), 1, - anon_sym_shared, - ACTIONS(3575), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, anon_sym_map_LBRACK, - ACTIONS(3577), 1, + ACTIONS(83), 1, anon_sym_chan, - ACTIONS(3579), 1, + ACTIONS(85), 1, anon_sym_thread, - ACTIONS(3581), 1, + ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(5537), 1, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5539), 1, - anon_sym_QMARK, - ACTIONS(5541), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5543), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5545), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(2098), 1, + STATE(4590), 1, sym_plain_type, - STATE(4465), 1, + STATE(4656), 1, sym_reference_expression, - STATE(1919), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2126), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2127), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -280158,50 +282729,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105617] = 20, + [107406] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3555), 1, + ACTIONS(3443), 1, sym_identifier, - ACTIONS(3557), 1, - anon_sym_LPAREN, - ACTIONS(3559), 1, + ACTIONS(3447), 1, anon_sym_fn, - ACTIONS(3563), 1, + ACTIONS(3451), 1, anon_sym_struct, - ACTIONS(3573), 1, + ACTIONS(3461), 1, anon_sym_shared, - ACTIONS(3575), 1, - anon_sym_map_LBRACK, - ACTIONS(3577), 1, + ACTIONS(3465), 1, anon_sym_chan, - ACTIONS(3579), 1, + ACTIONS(3467), 1, anon_sym_thread, - ACTIONS(3581), 1, + ACTIONS(3469), 1, anon_sym_atomic, - ACTIONS(5537), 1, + ACTIONS(5551), 1, + anon_sym_LPAREN, + ACTIONS(5553), 1, anon_sym_STAR, - ACTIONS(5539), 1, + ACTIONS(5555), 1, anon_sym_QMARK, - ACTIONS(5541), 1, + ACTIONS(5557), 1, anon_sym_BANG, - ACTIONS(5543), 1, + ACTIONS(5559), 1, anon_sym_LBRACK2, - ACTIONS(5545), 1, + ACTIONS(5561), 1, anon_sym_AMP, - STATE(2046), 1, + ACTIONS(5563), 1, + anon_sym_map_LBRACK, + STATE(1861), 1, sym_plain_type, - STATE(4465), 1, + STATE(4636), 1, sym_reference_expression, - STATE(1919), 2, + STATE(1793), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2126), 4, + STATE(1876), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2127), 12, + STATE(1869), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -280214,7 +282785,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105693] = 20, + [107482] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -280227,37 +282798,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(4600), 1, - sym_reference_expression, - STATE(4711), 1, + STATE(4205), 1, sym_plain_type, - STATE(3581), 2, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -280270,50 +282841,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105769] = 20, + [107558] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3383), 1, + ACTIONS(3415), 1, sym_identifier, - ACTIONS(3387), 1, + ACTIONS(3419), 1, anon_sym_fn, - ACTIONS(3391), 1, + ACTIONS(3423), 1, anon_sym_struct, - ACTIONS(3401), 1, + ACTIONS(3433), 1, anon_sym_shared, - ACTIONS(3405), 1, + ACTIONS(3437), 1, anon_sym_chan, - ACTIONS(3407), 1, + ACTIONS(3439), 1, anon_sym_thread, - ACTIONS(3409), 1, + ACTIONS(3441), 1, anon_sym_atomic, - ACTIONS(5415), 1, + ACTIONS(5405), 1, anon_sym_LPAREN, - ACTIONS(5419), 1, + ACTIONS(5615), 1, anon_sym_STAR, - ACTIONS(5421), 1, + ACTIONS(5617), 1, anon_sym_QMARK, - ACTIONS(5423), 1, + ACTIONS(5619), 1, anon_sym_BANG, - ACTIONS(5425), 1, + ACTIONS(5621), 1, anon_sym_LBRACK2, - ACTIONS(5427), 1, + ACTIONS(5623), 1, anon_sym_AMP, - ACTIONS(5429), 1, + ACTIONS(5625), 1, anon_sym_map_LBRACK, - STATE(1480), 1, + STATE(1729), 1, sym_plain_type, - STATE(4515), 1, + STATE(4485), 1, sym_reference_expression, - STATE(1411), 2, + STATE(1633), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1465), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1431), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -280326,50 +282897,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105845] = 20, + [107634] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(553), 1, + ACTIONS(3545), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(3547), 1, + anon_sym_LPAREN, + ACTIONS(3549), 1, anon_sym_fn, - ACTIONS(563), 1, + ACTIONS(3553), 1, anon_sym_struct, - ACTIONS(573), 1, + ACTIONS(3563), 1, anon_sym_shared, - ACTIONS(577), 1, + ACTIONS(3565), 1, + anon_sym_map_LBRACK, + ACTIONS(3567), 1, anon_sym_chan, - ACTIONS(579), 1, + ACTIONS(3569), 1, anon_sym_thread, - ACTIONS(581), 1, + ACTIONS(3571), 1, anon_sym_atomic, - ACTIONS(5605), 1, - anon_sym_LPAREN, - ACTIONS(5607), 1, + ACTIONS(5503), 1, anon_sym_STAR, - ACTIONS(5609), 1, + ACTIONS(5505), 1, anon_sym_QMARK, - ACTIONS(5611), 1, + ACTIONS(5507), 1, anon_sym_BANG, - ACTIONS(5613), 1, + ACTIONS(5509), 1, anon_sym_LBRACK2, - ACTIONS(5615), 1, + ACTIONS(5511), 1, anon_sym_AMP, - ACTIONS(5617), 1, - anon_sym_map_LBRACK, - STATE(871), 1, + STATE(1975), 1, sym_plain_type, - STATE(4460), 1, + STATE(4619), 1, sym_reference_expression, - STATE(521), 2, + STATE(1924), 2, sym_type_reference_expression, sym_qualified_type, - STATE(898), 4, + STATE(1968), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(896), 12, + STATE(1969), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -280382,50 +282953,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105921] = 20, + [107710] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(553), 1, + ACTIONS(3545), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(3547), 1, + anon_sym_LPAREN, + ACTIONS(3549), 1, anon_sym_fn, - ACTIONS(563), 1, + ACTIONS(3553), 1, anon_sym_struct, - ACTIONS(573), 1, + ACTIONS(3563), 1, anon_sym_shared, - ACTIONS(577), 1, + ACTIONS(3565), 1, + anon_sym_map_LBRACK, + ACTIONS(3567), 1, anon_sym_chan, - ACTIONS(579), 1, + ACTIONS(3569), 1, anon_sym_thread, - ACTIONS(581), 1, + ACTIONS(3571), 1, anon_sym_atomic, - ACTIONS(5605), 1, - anon_sym_LPAREN, - ACTIONS(5607), 1, + ACTIONS(5503), 1, anon_sym_STAR, - ACTIONS(5609), 1, + ACTIONS(5505), 1, anon_sym_QMARK, - ACTIONS(5611), 1, + ACTIONS(5507), 1, anon_sym_BANG, - ACTIONS(5613), 1, + ACTIONS(5509), 1, anon_sym_LBRACK2, - ACTIONS(5615), 1, + ACTIONS(5511), 1, anon_sym_AMP, - ACTIONS(5617), 1, - anon_sym_map_LBRACK, - STATE(877), 1, + STATE(1976), 1, sym_plain_type, - STATE(4460), 1, + STATE(4619), 1, sym_reference_expression, - STATE(521), 2, + STATE(1924), 2, sym_type_reference_expression, sym_qualified_type, - STATE(898), 4, + STATE(1968), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(896), 12, + STATE(1969), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -280438,50 +283009,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [105997] = 20, + [107786] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(3351), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3353), 1, + anon_sym_LPAREN, + ACTIONS(3355), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(3357), 1, + anon_sym_STAR, + ACTIONS(3359), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(3369), 1, anon_sym_shared, - ACTIONS(3750), 1, + ACTIONS(3371), 1, + anon_sym_map_LBRACK, + ACTIONS(3373), 1, anon_sym_chan, - ACTIONS(3752), 1, + ACTIONS(3375), 1, anon_sym_thread, - ACTIONS(3754), 1, + ACTIONS(3377), 1, anon_sym_atomic, - ACTIONS(5493), 1, - anon_sym_LPAREN, - ACTIONS(5495), 1, - anon_sym_STAR, - ACTIONS(5497), 1, + ACTIONS(5641), 1, anon_sym_QMARK, - ACTIONS(5499), 1, + ACTIONS(5643), 1, anon_sym_BANG, - ACTIONS(5501), 1, + ACTIONS(5645), 1, anon_sym_LBRACK2, - ACTIONS(5503), 1, + ACTIONS(5647), 1, anon_sym_AMP, - ACTIONS(5505), 1, - anon_sym_map_LBRACK, - STATE(2488), 1, + STATE(1326), 1, sym_plain_type, - STATE(4486), 1, + STATE(4530), 1, sym_reference_expression, - STATE(2457), 2, + STATE(1286), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2570), 4, + STATE(1314), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2569), 12, + STATE(1313), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -280494,50 +283065,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106073] = 20, + [107862] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4274), 1, + ACTIONS(3351), 1, sym_identifier, - ACTIONS(4276), 1, + ACTIONS(3353), 1, anon_sym_LPAREN, - ACTIONS(4278), 1, + ACTIONS(3355), 1, anon_sym_fn, - ACTIONS(4280), 1, + ACTIONS(3357), 1, anon_sym_STAR, - ACTIONS(4282), 1, + ACTIONS(3359), 1, anon_sym_struct, - ACTIONS(4292), 1, + ACTIONS(3369), 1, anon_sym_shared, - ACTIONS(4294), 1, + ACTIONS(3371), 1, anon_sym_map_LBRACK, - ACTIONS(4296), 1, + ACTIONS(3373), 1, anon_sym_chan, - ACTIONS(4298), 1, + ACTIONS(3375), 1, anon_sym_thread, - ACTIONS(4300), 1, + ACTIONS(3377), 1, anon_sym_atomic, - ACTIONS(5547), 1, + ACTIONS(5641), 1, anon_sym_QMARK, - ACTIONS(5549), 1, + ACTIONS(5643), 1, anon_sym_BANG, - ACTIONS(5551), 1, + ACTIONS(5645), 1, anon_sym_LBRACK2, - ACTIONS(5553), 1, + ACTIONS(5647), 1, anon_sym_AMP, - STATE(2749), 1, + STATE(1331), 1, sym_plain_type, - STATE(4574), 1, + STATE(4530), 1, sym_reference_expression, - STATE(2635), 2, + STATE(1286), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2723), 4, + STATE(1314), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2724), 12, + STATE(1313), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -280550,50 +283121,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106149] = 20, + [107938] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3411), 1, + ACTIONS(3736), 1, sym_identifier, - ACTIONS(3415), 1, + ACTIONS(3740), 1, anon_sym_fn, - ACTIONS(3419), 1, + ACTIONS(3744), 1, anon_sym_struct, - ACTIONS(3429), 1, + ACTIONS(3754), 1, anon_sym_shared, - ACTIONS(3433), 1, + ACTIONS(3758), 1, anon_sym_chan, - ACTIONS(3435), 1, + ACTIONS(3760), 1, anon_sym_thread, - ACTIONS(3437), 1, + ACTIONS(3762), 1, anon_sym_atomic, - ACTIONS(5399), 1, + ACTIONS(5587), 1, anon_sym_LPAREN, - ACTIONS(5517), 1, + ACTIONS(5589), 1, anon_sym_STAR, - ACTIONS(5519), 1, + ACTIONS(5591), 1, anon_sym_QMARK, - ACTIONS(5521), 1, + ACTIONS(5593), 1, anon_sym_BANG, - ACTIONS(5523), 1, + ACTIONS(5595), 1, anon_sym_LBRACK2, - ACTIONS(5525), 1, + ACTIONS(5597), 1, anon_sym_AMP, - ACTIONS(5527), 1, + ACTIONS(5599), 1, anon_sym_map_LBRACK, - STATE(1700), 1, + STATE(2546), 1, sym_plain_type, - STATE(4409), 1, + STATE(4577), 1, sym_reference_expression, - STATE(1666), 2, + STATE(2433), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(2505), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(2503), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -280606,50 +283177,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106225] = 20, + [108014] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3411), 1, - sym_identifier, ACTIONS(3415), 1, - anon_sym_fn, + sym_identifier, ACTIONS(3419), 1, + anon_sym_fn, + ACTIONS(3423), 1, anon_sym_struct, - ACTIONS(3429), 1, - anon_sym_shared, ACTIONS(3433), 1, + anon_sym_shared, + ACTIONS(3437), 1, anon_sym_chan, - ACTIONS(3435), 1, + ACTIONS(3439), 1, anon_sym_thread, - ACTIONS(3437), 1, + ACTIONS(3441), 1, anon_sym_atomic, - ACTIONS(5399), 1, + ACTIONS(5405), 1, anon_sym_LPAREN, - ACTIONS(5517), 1, + ACTIONS(5615), 1, anon_sym_STAR, - ACTIONS(5519), 1, + ACTIONS(5617), 1, anon_sym_QMARK, - ACTIONS(5521), 1, + ACTIONS(5619), 1, anon_sym_BANG, - ACTIONS(5523), 1, + ACTIONS(5621), 1, anon_sym_LBRACK2, - ACTIONS(5525), 1, + ACTIONS(5623), 1, anon_sym_AMP, - ACTIONS(5527), 1, + ACTIONS(5625), 1, anon_sym_map_LBRACK, - STATE(1703), 1, + STATE(1734), 1, sym_plain_type, - STATE(4409), 1, + STATE(4485), 1, sym_reference_expression, - STATE(1666), 2, + STATE(1633), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -280662,50 +283233,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106301] = 20, + [108090] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4274), 1, + ACTIONS(3736), 1, sym_identifier, - ACTIONS(4276), 1, - anon_sym_LPAREN, - ACTIONS(4278), 1, + ACTIONS(3740), 1, anon_sym_fn, - ACTIONS(4280), 1, - anon_sym_STAR, - ACTIONS(4282), 1, + ACTIONS(3744), 1, anon_sym_struct, - ACTIONS(4292), 1, + ACTIONS(3754), 1, anon_sym_shared, - ACTIONS(4294), 1, - anon_sym_map_LBRACK, - ACTIONS(4296), 1, + ACTIONS(3758), 1, anon_sym_chan, - ACTIONS(4298), 1, + ACTIONS(3760), 1, anon_sym_thread, - ACTIONS(4300), 1, + ACTIONS(3762), 1, anon_sym_atomic, - ACTIONS(5547), 1, + ACTIONS(5587), 1, + anon_sym_LPAREN, + ACTIONS(5589), 1, + anon_sym_STAR, + ACTIONS(5591), 1, anon_sym_QMARK, - ACTIONS(5549), 1, + ACTIONS(5593), 1, anon_sym_BANG, - ACTIONS(5551), 1, + ACTIONS(5595), 1, anon_sym_LBRACK2, - ACTIONS(5553), 1, + ACTIONS(5597), 1, anon_sym_AMP, - STATE(2752), 1, + ACTIONS(5599), 1, + anon_sym_map_LBRACK, + STATE(2548), 1, sym_plain_type, - STATE(4574), 1, + STATE(4577), 1, sym_reference_expression, - STATE(2635), 2, + STATE(2433), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2723), 4, + STATE(2505), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2724), 12, + STATE(2503), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -280718,50 +283289,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106377] = 20, + [108166] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3527), 1, - sym_identifier, - ACTIONS(3529), 1, - anon_sym_LPAREN, - ACTIONS(3531), 1, - anon_sym_fn, - ACTIONS(3535), 1, - anon_sym_struct, - ACTIONS(3545), 1, - anon_sym_shared, - ACTIONS(3547), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, anon_sym_map_LBRACK, - ACTIONS(3549), 1, + ACTIONS(83), 1, anon_sym_chan, - ACTIONS(3551), 1, + ACTIONS(85), 1, anon_sym_thread, - ACTIONS(3553), 1, + ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(5507), 1, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5509), 1, - anon_sym_QMARK, - ACTIONS(5511), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5513), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5515), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(2097), 1, + STATE(4001), 1, sym_plain_type, - STATE(4528), 1, + STATE(4656), 1, sym_reference_expression, - STATE(1923), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2020), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1942), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -280774,50 +283345,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106453] = 20, + [108242] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3349), 1, + ACTIONS(3443), 1, sym_identifier, - ACTIONS(3351), 1, - anon_sym_LPAREN, - ACTIONS(3353), 1, + ACTIONS(3447), 1, anon_sym_fn, - ACTIONS(3355), 1, - anon_sym_STAR, - ACTIONS(3357), 1, + ACTIONS(3451), 1, anon_sym_struct, - ACTIONS(3367), 1, + ACTIONS(3461), 1, anon_sym_shared, - ACTIONS(3369), 1, - anon_sym_map_LBRACK, - ACTIONS(3371), 1, + ACTIONS(3465), 1, anon_sym_chan, - ACTIONS(3373), 1, + ACTIONS(3467), 1, anon_sym_thread, - ACTIONS(3375), 1, + ACTIONS(3469), 1, anon_sym_atomic, - ACTIONS(5569), 1, + ACTIONS(5551), 1, + anon_sym_LPAREN, + ACTIONS(5553), 1, + anon_sym_STAR, + ACTIONS(5555), 1, anon_sym_QMARK, - ACTIONS(5571), 1, + ACTIONS(5557), 1, anon_sym_BANG, - ACTIONS(5573), 1, + ACTIONS(5559), 1, anon_sym_LBRACK2, - ACTIONS(5575), 1, + ACTIONS(5561), 1, anon_sym_AMP, - STATE(1375), 1, + ACTIONS(5563), 1, + anon_sym_map_LBRACK, + STATE(1893), 1, sym_plain_type, - STATE(4423), 1, + STATE(4636), 1, sym_reference_expression, - STATE(1294), 2, + STATE(1793), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1341), 4, + STATE(1876), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1344), 12, + STATE(1869), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -280830,7 +283401,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106529] = 20, + [108318] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -280843,37 +283414,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(3897), 1, + STATE(4000), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -280886,50 +283457,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106605] = 20, + [108394] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4274), 1, + ACTIONS(3736), 1, sym_identifier, - ACTIONS(4276), 1, - anon_sym_LPAREN, - ACTIONS(4278), 1, + ACTIONS(3740), 1, anon_sym_fn, - ACTIONS(4280), 1, - anon_sym_STAR, - ACTIONS(4282), 1, + ACTIONS(3744), 1, anon_sym_struct, - ACTIONS(4292), 1, + ACTIONS(3754), 1, anon_sym_shared, - ACTIONS(4294), 1, - anon_sym_map_LBRACK, - ACTIONS(4296), 1, + ACTIONS(3758), 1, anon_sym_chan, - ACTIONS(4298), 1, + ACTIONS(3760), 1, anon_sym_thread, - ACTIONS(4300), 1, + ACTIONS(3762), 1, anon_sym_atomic, - ACTIONS(5547), 1, + ACTIONS(5587), 1, + anon_sym_LPAREN, + ACTIONS(5589), 1, + anon_sym_STAR, + ACTIONS(5591), 1, anon_sym_QMARK, - ACTIONS(5549), 1, + ACTIONS(5593), 1, anon_sym_BANG, - ACTIONS(5551), 1, + ACTIONS(5595), 1, anon_sym_LBRACK2, - ACTIONS(5553), 1, + ACTIONS(5597), 1, anon_sym_AMP, - STATE(2737), 1, + ACTIONS(5599), 1, + anon_sym_map_LBRACK, + STATE(2551), 1, sym_plain_type, - STATE(4574), 1, + STATE(4577), 1, sym_reference_expression, - STATE(2635), 2, + STATE(2433), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2723), 4, + STATE(2505), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2724), 12, + STATE(2503), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -280942,50 +283513,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106681] = 20, + [108470] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3349), 1, + ACTIONS(3443), 1, sym_identifier, - ACTIONS(3351), 1, - anon_sym_LPAREN, - ACTIONS(3353), 1, + ACTIONS(3447), 1, anon_sym_fn, - ACTIONS(3355), 1, - anon_sym_STAR, - ACTIONS(3357), 1, + ACTIONS(3451), 1, anon_sym_struct, - ACTIONS(3367), 1, + ACTIONS(3461), 1, anon_sym_shared, - ACTIONS(3369), 1, - anon_sym_map_LBRACK, - ACTIONS(3371), 1, + ACTIONS(3465), 1, anon_sym_chan, - ACTIONS(3373), 1, + ACTIONS(3467), 1, anon_sym_thread, - ACTIONS(3375), 1, + ACTIONS(3469), 1, anon_sym_atomic, - ACTIONS(5569), 1, + ACTIONS(5551), 1, + anon_sym_LPAREN, + ACTIONS(5553), 1, + anon_sym_STAR, + ACTIONS(5555), 1, anon_sym_QMARK, - ACTIONS(5571), 1, + ACTIONS(5557), 1, anon_sym_BANG, - ACTIONS(5573), 1, + ACTIONS(5559), 1, anon_sym_LBRACK2, - ACTIONS(5575), 1, + ACTIONS(5561), 1, anon_sym_AMP, - STATE(1383), 1, + ACTIONS(5563), 1, + anon_sym_map_LBRACK, + STATE(1843), 1, sym_plain_type, - STATE(4423), 1, + STATE(4636), 1, sym_reference_expression, - STATE(1294), 2, + STATE(1793), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1341), 4, + STATE(1876), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1344), 12, + STATE(1869), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -280998,50 +283569,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106757] = 20, + [108546] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3349), 1, - sym_identifier, ACTIONS(3351), 1, - anon_sym_LPAREN, + sym_identifier, ACTIONS(3353), 1, - anon_sym_fn, + anon_sym_LPAREN, ACTIONS(3355), 1, - anon_sym_STAR, + anon_sym_fn, ACTIONS(3357), 1, + anon_sym_STAR, + ACTIONS(3359), 1, anon_sym_struct, - ACTIONS(3367), 1, - anon_sym_shared, ACTIONS(3369), 1, - anon_sym_map_LBRACK, + anon_sym_shared, ACTIONS(3371), 1, - anon_sym_chan, + anon_sym_map_LBRACK, ACTIONS(3373), 1, - anon_sym_thread, + anon_sym_chan, ACTIONS(3375), 1, + anon_sym_thread, + ACTIONS(3377), 1, anon_sym_atomic, - ACTIONS(5569), 1, + ACTIONS(5641), 1, anon_sym_QMARK, - ACTIONS(5571), 1, + ACTIONS(5643), 1, anon_sym_BANG, - ACTIONS(5573), 1, + ACTIONS(5645), 1, anon_sym_LBRACK2, - ACTIONS(5575), 1, + ACTIONS(5647), 1, anon_sym_AMP, - STATE(1384), 1, + STATE(1391), 1, sym_plain_type, - STATE(4423), 1, + STATE(4530), 1, sym_reference_expression, - STATE(1294), 2, + STATE(1286), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1341), 4, + STATE(1314), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1344), 12, + STATE(1313), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281054,50 +283625,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106833] = 20, + [108622] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(3443), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(3447), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3451), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(3461), 1, anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(3465), 1, + anon_sym_chan, + ACTIONS(3467), 1, + anon_sym_thread, + ACTIONS(3469), 1, + anon_sym_atomic, + ACTIONS(5551), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(5553), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5555), 1, + anon_sym_QMARK, + ACTIONS(5557), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5559), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5561), 1, anon_sym_AMP, - STATE(3974), 1, + ACTIONS(5563), 1, + anon_sym_map_LBRACK, + STATE(1866), 1, sym_plain_type, - STATE(4600), 1, + STATE(4636), 1, sym_reference_expression, - STATE(3581), 2, + STATE(1793), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1876), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1869), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281110,50 +283681,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106909] = 20, + [108698] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3555), 1, + ACTIONS(3351), 1, sym_identifier, - ACTIONS(3557), 1, + ACTIONS(3353), 1, anon_sym_LPAREN, - ACTIONS(3559), 1, + ACTIONS(3355), 1, anon_sym_fn, - ACTIONS(3563), 1, + ACTIONS(3357), 1, + anon_sym_STAR, + ACTIONS(3359), 1, anon_sym_struct, - ACTIONS(3573), 1, + ACTIONS(3369), 1, anon_sym_shared, - ACTIONS(3575), 1, + ACTIONS(3371), 1, anon_sym_map_LBRACK, - ACTIONS(3577), 1, + ACTIONS(3373), 1, anon_sym_chan, - ACTIONS(3579), 1, + ACTIONS(3375), 1, anon_sym_thread, - ACTIONS(3581), 1, + ACTIONS(3377), 1, anon_sym_atomic, - ACTIONS(5537), 1, - anon_sym_STAR, - ACTIONS(5539), 1, + ACTIONS(5641), 1, anon_sym_QMARK, - ACTIONS(5541), 1, + ACTIONS(5643), 1, anon_sym_BANG, - ACTIONS(5543), 1, + ACTIONS(5645), 1, anon_sym_LBRACK2, - ACTIONS(5545), 1, + ACTIONS(5647), 1, anon_sym_AMP, - STATE(2070), 1, + STATE(1394), 1, sym_plain_type, - STATE(4465), 1, + STATE(4530), 1, sym_reference_expression, - STATE(1919), 2, + STATE(1286), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2126), 4, + STATE(1314), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2127), 12, + STATE(1313), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281166,50 +283737,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [106985] = 20, + [108774] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3383), 1, + ACTIONS(3443), 1, sym_identifier, - ACTIONS(3387), 1, + ACTIONS(3447), 1, anon_sym_fn, - ACTIONS(3391), 1, + ACTIONS(3451), 1, anon_sym_struct, - ACTIONS(3401), 1, + ACTIONS(3461), 1, anon_sym_shared, - ACTIONS(3405), 1, + ACTIONS(3465), 1, anon_sym_chan, - ACTIONS(3407), 1, + ACTIONS(3467), 1, anon_sym_thread, - ACTIONS(3409), 1, + ACTIONS(3469), 1, anon_sym_atomic, - ACTIONS(5415), 1, + ACTIONS(5551), 1, anon_sym_LPAREN, - ACTIONS(5419), 1, + ACTIONS(5553), 1, anon_sym_STAR, - ACTIONS(5421), 1, + ACTIONS(5555), 1, anon_sym_QMARK, - ACTIONS(5423), 1, + ACTIONS(5557), 1, anon_sym_BANG, - ACTIONS(5425), 1, + ACTIONS(5559), 1, anon_sym_LBRACK2, - ACTIONS(5427), 1, + ACTIONS(5561), 1, anon_sym_AMP, - ACTIONS(5429), 1, + ACTIONS(5563), 1, anon_sym_map_LBRACK, - STATE(1427), 1, + STATE(1855), 1, sym_plain_type, - STATE(4515), 1, + STATE(4636), 1, sym_reference_expression, - STATE(1411), 2, + STATE(1793), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1465), 4, + STATE(1876), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1431), 12, + STATE(1869), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281222,50 +283793,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [107061] = 20, + [108850] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(3443), 1, sym_identifier, - ACTIONS(3419), 1, - anon_sym_struct, - ACTIONS(5321), 1, + ACTIONS(3447), 1, anon_sym_fn, - ACTIONS(5333), 1, + ACTIONS(3451), 1, + anon_sym_struct, + ACTIONS(3461), 1, anon_sym_shared, - ACTIONS(5337), 1, + ACTIONS(3465), 1, anon_sym_chan, - ACTIONS(5339), 1, + ACTIONS(3467), 1, anon_sym_thread, - ACTIONS(5341), 1, + ACTIONS(3469), 1, anon_sym_atomic, - ACTIONS(5399), 1, + ACTIONS(5551), 1, anon_sym_LPAREN, - ACTIONS(5403), 1, + ACTIONS(5553), 1, anon_sym_STAR, - ACTIONS(5405), 1, + ACTIONS(5555), 1, anon_sym_QMARK, - ACTIONS(5407), 1, + ACTIONS(5557), 1, anon_sym_BANG, - ACTIONS(5409), 1, + ACTIONS(5559), 1, anon_sym_LBRACK2, - ACTIONS(5411), 1, + ACTIONS(5561), 1, anon_sym_AMP, - ACTIONS(5413), 1, + ACTIONS(5563), 1, anon_sym_map_LBRACK, - STATE(1636), 1, + STATE(1854), 1, sym_plain_type, - STATE(4416), 1, + STATE(4636), 1, sym_reference_expression, - STATE(3389), 2, + STATE(1793), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(1876), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(1869), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281278,50 +283849,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [107137] = 20, + [108926] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4274), 1, - sym_identifier, - ACTIONS(4276), 1, - anon_sym_LPAREN, - ACTIONS(4278), 1, - anon_sym_fn, - ACTIONS(4280), 1, - anon_sym_STAR, - ACTIONS(4282), 1, - anon_sym_struct, - ACTIONS(4292), 1, - anon_sym_shared, - ACTIONS(4294), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, anon_sym_map_LBRACK, - ACTIONS(4296), 1, + ACTIONS(83), 1, anon_sym_chan, - ACTIONS(4298), 1, + ACTIONS(85), 1, anon_sym_thread, - ACTIONS(4300), 1, + ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(5547), 1, - anon_sym_QMARK, - ACTIONS(5549), 1, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5551), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5553), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(2754), 1, + STATE(3899), 1, sym_plain_type, - STATE(4574), 1, + STATE(4656), 1, sym_reference_expression, - STATE(2635), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2723), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2724), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281334,50 +283905,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [107213] = 20, + [109002] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3349), 1, - sym_identifier, - ACTIONS(3351), 1, - anon_sym_LPAREN, - ACTIONS(3353), 1, - anon_sym_fn, - ACTIONS(3355), 1, - anon_sym_STAR, - ACTIONS(3357), 1, - anon_sym_struct, - ACTIONS(3367), 1, - anon_sym_shared, - ACTIONS(3369), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, anon_sym_map_LBRACK, - ACTIONS(3371), 1, + ACTIONS(83), 1, anon_sym_chan, - ACTIONS(3373), 1, + ACTIONS(85), 1, anon_sym_thread, - ACTIONS(3375), 1, + ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(5569), 1, - anon_sym_QMARK, - ACTIONS(5571), 1, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5573), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5575), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(1309), 1, + STATE(4545), 1, sym_plain_type, - STATE(4423), 1, + STATE(4656), 1, sym_reference_expression, - STATE(1294), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1341), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1344), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281390,50 +283961,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [107289] = 20, + [109078] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(3351), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3353), 1, + anon_sym_LPAREN, + ACTIONS(3355), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(3357), 1, + anon_sym_STAR, + ACTIONS(3359), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(3369), 1, anon_sym_shared, - ACTIONS(3750), 1, + ACTIONS(3371), 1, + anon_sym_map_LBRACK, + ACTIONS(3373), 1, anon_sym_chan, - ACTIONS(3752), 1, + ACTIONS(3375), 1, anon_sym_thread, - ACTIONS(3754), 1, + ACTIONS(3377), 1, anon_sym_atomic, - ACTIONS(5493), 1, - anon_sym_LPAREN, - ACTIONS(5495), 1, - anon_sym_STAR, - ACTIONS(5497), 1, + ACTIONS(5641), 1, anon_sym_QMARK, - ACTIONS(5499), 1, + ACTIONS(5643), 1, anon_sym_BANG, - ACTIONS(5501), 1, + ACTIONS(5645), 1, anon_sym_LBRACK2, - ACTIONS(5503), 1, + ACTIONS(5647), 1, anon_sym_AMP, - ACTIONS(5505), 1, - anon_sym_map_LBRACK, - STATE(2470), 1, + STATE(1322), 1, sym_plain_type, - STATE(4486), 1, + STATE(4530), 1, sym_reference_expression, - STATE(2457), 2, + STATE(1286), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2570), 4, + STATE(1314), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2569), 12, + STATE(1313), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281446,50 +284017,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [107365] = 20, + [109154] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3555), 1, + ACTIONS(3443), 1, sym_identifier, - ACTIONS(3557), 1, - anon_sym_LPAREN, - ACTIONS(3559), 1, + ACTIONS(3447), 1, anon_sym_fn, - ACTIONS(3563), 1, + ACTIONS(3451), 1, anon_sym_struct, - ACTIONS(3573), 1, + ACTIONS(3461), 1, anon_sym_shared, - ACTIONS(3575), 1, - anon_sym_map_LBRACK, - ACTIONS(3577), 1, + ACTIONS(3465), 1, anon_sym_chan, - ACTIONS(3579), 1, + ACTIONS(3467), 1, anon_sym_thread, - ACTIONS(3581), 1, + ACTIONS(3469), 1, anon_sym_atomic, - ACTIONS(5537), 1, + ACTIONS(5551), 1, + anon_sym_LPAREN, + ACTIONS(5553), 1, anon_sym_STAR, - ACTIONS(5539), 1, + ACTIONS(5555), 1, anon_sym_QMARK, - ACTIONS(5541), 1, + ACTIONS(5557), 1, anon_sym_BANG, - ACTIONS(5543), 1, + ACTIONS(5559), 1, anon_sym_LBRACK2, - ACTIONS(5545), 1, + ACTIONS(5561), 1, anon_sym_AMP, - STATE(2011), 1, + ACTIONS(5563), 1, + anon_sym_map_LBRACK, + STATE(1801), 1, sym_plain_type, - STATE(4465), 1, + STATE(4636), 1, sym_reference_expression, - STATE(1919), 2, + STATE(1793), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2126), 4, + STATE(1876), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2127), 12, + STATE(1869), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281502,50 +284073,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [107441] = 20, + [109230] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3555), 1, + ACTIONS(3545), 1, sym_identifier, - ACTIONS(3557), 1, + ACTIONS(3547), 1, anon_sym_LPAREN, - ACTIONS(3559), 1, + ACTIONS(3549), 1, anon_sym_fn, - ACTIONS(3563), 1, + ACTIONS(3553), 1, anon_sym_struct, - ACTIONS(3573), 1, + ACTIONS(3563), 1, anon_sym_shared, - ACTIONS(3575), 1, + ACTIONS(3565), 1, anon_sym_map_LBRACK, - ACTIONS(3577), 1, + ACTIONS(3567), 1, anon_sym_chan, - ACTIONS(3579), 1, + ACTIONS(3569), 1, anon_sym_thread, - ACTIONS(3581), 1, + ACTIONS(3571), 1, anon_sym_atomic, - ACTIONS(5537), 1, + ACTIONS(5503), 1, anon_sym_STAR, - ACTIONS(5539), 1, + ACTIONS(5505), 1, anon_sym_QMARK, - ACTIONS(5541), 1, + ACTIONS(5507), 1, anon_sym_BANG, - ACTIONS(5543), 1, + ACTIONS(5509), 1, anon_sym_LBRACK2, - ACTIONS(5545), 1, + ACTIONS(5511), 1, anon_sym_AMP, - STATE(2035), 1, + STATE(1929), 1, sym_plain_type, - STATE(4465), 1, + STATE(4619), 1, sym_reference_expression, - STATE(1919), 2, + STATE(1924), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2126), 4, + STATE(1968), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2127), 12, + STATE(1969), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281558,50 +284129,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [107517] = 20, + [109306] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1602), 1, + ACTIONS(3545), 1, sym_identifier, - ACTIONS(1606), 1, + ACTIONS(3547), 1, + anon_sym_LPAREN, + ACTIONS(3549), 1, anon_sym_fn, - ACTIONS(1610), 1, + ACTIONS(3553), 1, anon_sym_struct, - ACTIONS(1620), 1, + ACTIONS(3563), 1, anon_sym_shared, - ACTIONS(1624), 1, + ACTIONS(3565), 1, + anon_sym_map_LBRACK, + ACTIONS(3567), 1, anon_sym_chan, - ACTIONS(1626), 1, + ACTIONS(3569), 1, anon_sym_thread, - ACTIONS(1628), 1, + ACTIONS(3571), 1, anon_sym_atomic, - ACTIONS(5591), 1, - anon_sym_LPAREN, - ACTIONS(5593), 1, + ACTIONS(5503), 1, anon_sym_STAR, - ACTIONS(5595), 1, + ACTIONS(5505), 1, anon_sym_QMARK, - ACTIONS(5597), 1, + ACTIONS(5507), 1, anon_sym_BANG, - ACTIONS(5599), 1, + ACTIONS(5509), 1, anon_sym_LBRACK2, - ACTIONS(5601), 1, + ACTIONS(5511), 1, anon_sym_AMP, - ACTIONS(5603), 1, - anon_sym_map_LBRACK, - STATE(1079), 1, + STATE(1973), 1, sym_plain_type, - STATE(4444), 1, + STATE(4619), 1, sym_reference_expression, - STATE(994), 2, + STATE(1924), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1059), 4, + STATE(1968), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1060), 12, + STATE(1969), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281614,50 +284185,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [107593] = 20, + [109382] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1602), 1, + ACTIONS(3545), 1, sym_identifier, - ACTIONS(1606), 1, + ACTIONS(3547), 1, + anon_sym_LPAREN, + ACTIONS(3549), 1, anon_sym_fn, - ACTIONS(1610), 1, + ACTIONS(3553), 1, anon_sym_struct, - ACTIONS(1620), 1, + ACTIONS(3563), 1, anon_sym_shared, - ACTIONS(1624), 1, + ACTIONS(3565), 1, + anon_sym_map_LBRACK, + ACTIONS(3567), 1, anon_sym_chan, - ACTIONS(1626), 1, + ACTIONS(3569), 1, anon_sym_thread, - ACTIONS(1628), 1, + ACTIONS(3571), 1, anon_sym_atomic, - ACTIONS(5591), 1, - anon_sym_LPAREN, - ACTIONS(5593), 1, + ACTIONS(5503), 1, anon_sym_STAR, - ACTIONS(5595), 1, + ACTIONS(5505), 1, anon_sym_QMARK, - ACTIONS(5597), 1, + ACTIONS(5507), 1, anon_sym_BANG, - ACTIONS(5599), 1, + ACTIONS(5509), 1, anon_sym_LBRACK2, - ACTIONS(5601), 1, + ACTIONS(5511), 1, anon_sym_AMP, - ACTIONS(5603), 1, - anon_sym_map_LBRACK, - STATE(1086), 1, + STATE(1974), 1, sym_plain_type, - STATE(4444), 1, + STATE(4619), 1, sym_reference_expression, - STATE(994), 2, + STATE(1924), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1059), 4, + STATE(1968), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1060), 12, + STATE(1969), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281670,50 +284241,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [107669] = 20, + [109458] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3555), 1, + ACTIONS(3351), 1, sym_identifier, - ACTIONS(3557), 1, + ACTIONS(3353), 1, anon_sym_LPAREN, - ACTIONS(3559), 1, + ACTIONS(3355), 1, anon_sym_fn, - ACTIONS(3563), 1, + ACTIONS(3357), 1, + anon_sym_STAR, + ACTIONS(3359), 1, anon_sym_struct, - ACTIONS(3573), 1, + ACTIONS(3369), 1, anon_sym_shared, - ACTIONS(3575), 1, + ACTIONS(3371), 1, anon_sym_map_LBRACK, - ACTIONS(3577), 1, + ACTIONS(3373), 1, anon_sym_chan, - ACTIONS(3579), 1, + ACTIONS(3375), 1, anon_sym_thread, - ACTIONS(3581), 1, + ACTIONS(3377), 1, anon_sym_atomic, - ACTIONS(5537), 1, - anon_sym_STAR, - ACTIONS(5539), 1, + ACTIONS(5641), 1, anon_sym_QMARK, - ACTIONS(5541), 1, + ACTIONS(5643), 1, anon_sym_BANG, - ACTIONS(5543), 1, + ACTIONS(5645), 1, anon_sym_LBRACK2, - ACTIONS(5545), 1, + ACTIONS(5647), 1, anon_sym_AMP, - STATE(2042), 1, + STATE(1389), 1, sym_plain_type, - STATE(4465), 1, + STATE(4530), 1, sym_reference_expression, - STATE(1919), 2, + STATE(1286), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2126), 4, + STATE(1314), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2127), 12, + STATE(1313), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281726,50 +284297,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [107745] = 20, + [109534] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(3517), 1, + anon_sym_LPAREN, + ACTIONS(3519), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3523), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(3533), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(3535), 1, + anon_sym_map_LBRACK, + ACTIONS(3537), 1, + anon_sym_chan, + ACTIONS(3539), 1, + anon_sym_thread, + ACTIONS(3541), 1, + anon_sym_atomic, + ACTIONS(5527), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5529), 1, + anon_sym_QMARK, + ACTIONS(5531), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5533), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5535), 1, anon_sym_AMP, - STATE(4600), 1, - sym_reference_expression, - STATE(4661), 1, + STATE(2080), 1, sym_plain_type, - STATE(3581), 2, + STATE(4556), 1, + sym_reference_expression, + STATE(1920), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1993), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1991), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281782,50 +284353,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [107821] = 20, + [109610] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3555), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3557), 1, + ACTIONS(3517), 1, anon_sym_LPAREN, - ACTIONS(3559), 1, + ACTIONS(3519), 1, anon_sym_fn, - ACTIONS(3563), 1, + ACTIONS(3523), 1, anon_sym_struct, - ACTIONS(3573), 1, + ACTIONS(3533), 1, anon_sym_shared, - ACTIONS(3575), 1, + ACTIONS(3535), 1, anon_sym_map_LBRACK, - ACTIONS(3577), 1, + ACTIONS(3537), 1, anon_sym_chan, - ACTIONS(3579), 1, + ACTIONS(3539), 1, anon_sym_thread, - ACTIONS(3581), 1, + ACTIONS(3541), 1, anon_sym_atomic, - ACTIONS(5537), 1, + ACTIONS(5527), 1, anon_sym_STAR, - ACTIONS(5539), 1, + ACTIONS(5529), 1, anon_sym_QMARK, - ACTIONS(5541), 1, + ACTIONS(5531), 1, anon_sym_BANG, - ACTIONS(5543), 1, + ACTIONS(5533), 1, anon_sym_LBRACK2, - ACTIONS(5545), 1, + ACTIONS(5535), 1, anon_sym_AMP, - STATE(2100), 1, + STATE(2025), 1, sym_plain_type, - STATE(4465), 1, + STATE(4556), 1, sym_reference_expression, - STATE(1919), 2, + STATE(1920), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2126), 4, + STATE(1993), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2127), 12, + STATE(1991), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281838,7 +284409,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [107897] = 20, + [109686] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -281851,37 +284422,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(2332), 1, + STATE(3961), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281894,50 +284465,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [107973] = 20, + [109762] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(553), 1, + ACTIONS(3351), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(3353), 1, + anon_sym_LPAREN, + ACTIONS(3355), 1, anon_sym_fn, - ACTIONS(563), 1, + ACTIONS(3357), 1, + anon_sym_STAR, + ACTIONS(3359), 1, anon_sym_struct, - ACTIONS(573), 1, + ACTIONS(3369), 1, anon_sym_shared, - ACTIONS(577), 1, + ACTIONS(3371), 1, + anon_sym_map_LBRACK, + ACTIONS(3373), 1, anon_sym_chan, - ACTIONS(579), 1, + ACTIONS(3375), 1, anon_sym_thread, - ACTIONS(581), 1, + ACTIONS(3377), 1, anon_sym_atomic, - ACTIONS(5605), 1, - anon_sym_LPAREN, - ACTIONS(5607), 1, - anon_sym_STAR, - ACTIONS(5609), 1, + ACTIONS(5641), 1, anon_sym_QMARK, - ACTIONS(5611), 1, + ACTIONS(5643), 1, anon_sym_BANG, - ACTIONS(5613), 1, + ACTIONS(5645), 1, anon_sym_LBRACK2, - ACTIONS(5615), 1, + ACTIONS(5647), 1, anon_sym_AMP, - ACTIONS(5617), 1, - anon_sym_map_LBRACK, - STATE(933), 1, + STATE(1372), 1, sym_plain_type, - STATE(4460), 1, + STATE(4530), 1, sym_reference_expression, - STATE(521), 2, + STATE(1286), 2, sym_type_reference_expression, sym_qualified_type, - STATE(898), 4, + STATE(1314), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(896), 12, + STATE(1313), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -281950,50 +284521,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108049] = 20, + [109838] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(3351), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(3353), 1, + anon_sym_LPAREN, + ACTIONS(3355), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3357), 1, + anon_sym_STAR, + ACTIONS(3359), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(3369), 1, anon_sym_shared, + ACTIONS(3371), 1, + anon_sym_map_LBRACK, + ACTIONS(3373), 1, + anon_sym_chan, + ACTIONS(3375), 1, + anon_sym_thread, ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3379), 1, - anon_sym_STAR, - ACTIONS(5139), 1, + anon_sym_atomic, + ACTIONS(5641), 1, + anon_sym_QMARK, + ACTIONS(5643), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5645), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5647), 1, anon_sym_AMP, - STATE(2379), 1, + STATE(1334), 1, sym_plain_type, - STATE(4600), 1, + STATE(4530), 1, sym_reference_expression, - STATE(3581), 2, + STATE(1286), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1314), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1313), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282006,50 +284577,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108125] = 20, + [109914] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(553), 1, + ACTIONS(3959), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(3961), 1, + anon_sym_LPAREN, + ACTIONS(3963), 1, anon_sym_fn, - ACTIONS(563), 1, + ACTIONS(3965), 1, + anon_sym_STAR, + ACTIONS(3967), 1, anon_sym_struct, - ACTIONS(573), 1, + ACTIONS(3977), 1, anon_sym_shared, - ACTIONS(577), 1, + ACTIONS(3979), 1, + anon_sym_map_LBRACK, + ACTIONS(3981), 1, anon_sym_chan, - ACTIONS(579), 1, + ACTIONS(3983), 1, anon_sym_thread, - ACTIONS(581), 1, + ACTIONS(3985), 1, anon_sym_atomic, - ACTIONS(5605), 1, - anon_sym_LPAREN, - ACTIONS(5607), 1, - anon_sym_STAR, - ACTIONS(5609), 1, + ACTIONS(5649), 1, anon_sym_QMARK, - ACTIONS(5611), 1, + ACTIONS(5651), 1, anon_sym_BANG, - ACTIONS(5613), 1, + ACTIONS(5653), 1, anon_sym_LBRACK2, - ACTIONS(5615), 1, + ACTIONS(5655), 1, anon_sym_AMP, - ACTIONS(5617), 1, - anon_sym_map_LBRACK, - STATE(934), 1, + STATE(2787), 1, sym_plain_type, - STATE(4460), 1, + STATE(4648), 1, sym_reference_expression, - STATE(521), 2, + STATE(2649), 2, sym_type_reference_expression, sym_qualified_type, - STATE(898), 4, + STATE(2778), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(896), 12, + STATE(2779), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282062,50 +284633,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108201] = 20, + [109990] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4274), 1, + ACTIONS(3959), 1, sym_identifier, - ACTIONS(4276), 1, + ACTIONS(3961), 1, anon_sym_LPAREN, - ACTIONS(4278), 1, + ACTIONS(3963), 1, anon_sym_fn, - ACTIONS(4280), 1, + ACTIONS(3965), 1, anon_sym_STAR, - ACTIONS(4282), 1, + ACTIONS(3967), 1, anon_sym_struct, - ACTIONS(4292), 1, + ACTIONS(3977), 1, anon_sym_shared, - ACTIONS(4294), 1, + ACTIONS(3979), 1, anon_sym_map_LBRACK, - ACTIONS(4296), 1, + ACTIONS(3981), 1, anon_sym_chan, - ACTIONS(4298), 1, + ACTIONS(3983), 1, anon_sym_thread, - ACTIONS(4300), 1, + ACTIONS(3985), 1, anon_sym_atomic, - ACTIONS(5547), 1, + ACTIONS(5649), 1, anon_sym_QMARK, - ACTIONS(5549), 1, + ACTIONS(5651), 1, anon_sym_BANG, - ACTIONS(5551), 1, + ACTIONS(5653), 1, anon_sym_LBRACK2, - ACTIONS(5553), 1, + ACTIONS(5655), 1, anon_sym_AMP, - STATE(2765), 1, + STATE(2788), 1, sym_plain_type, - STATE(4574), 1, + STATE(4648), 1, sym_reference_expression, - STATE(2635), 2, + STATE(2649), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2723), 4, + STATE(2778), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2724), 12, + STATE(2779), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282118,7 +284689,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108277] = 20, + [110066] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -282131,37 +284702,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(3902), 1, + STATE(4113), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282174,50 +284745,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108353] = 20, + [110142] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3555), 1, + ACTIONS(3959), 1, sym_identifier, - ACTIONS(3557), 1, + ACTIONS(3961), 1, anon_sym_LPAREN, - ACTIONS(3559), 1, + ACTIONS(3963), 1, anon_sym_fn, - ACTIONS(3563), 1, + ACTIONS(3965), 1, + anon_sym_STAR, + ACTIONS(3967), 1, anon_sym_struct, - ACTIONS(3573), 1, + ACTIONS(3977), 1, anon_sym_shared, - ACTIONS(3575), 1, + ACTIONS(3979), 1, anon_sym_map_LBRACK, - ACTIONS(3577), 1, + ACTIONS(3981), 1, anon_sym_chan, - ACTIONS(3579), 1, + ACTIONS(3983), 1, anon_sym_thread, - ACTIONS(3581), 1, + ACTIONS(3985), 1, anon_sym_atomic, - ACTIONS(5537), 1, - anon_sym_STAR, - ACTIONS(5539), 1, + ACTIONS(5649), 1, anon_sym_QMARK, - ACTIONS(5541), 1, + ACTIONS(5651), 1, anon_sym_BANG, - ACTIONS(5543), 1, + ACTIONS(5653), 1, anon_sym_LBRACK2, - ACTIONS(5545), 1, + ACTIONS(5655), 1, anon_sym_AMP, - STATE(2108), 1, + STATE(2789), 1, sym_plain_type, - STATE(4465), 1, + STATE(4648), 1, sym_reference_expression, - STATE(1919), 2, + STATE(2649), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2126), 4, + STATE(2778), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2127), 12, + STATE(2779), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282230,50 +284801,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108429] = 20, + [110218] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(3201), 1, sym_identifier, - ACTIONS(3732), 1, - anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(3423), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(5365), 1, + anon_sym_fn, + ACTIONS(5377), 1, anon_sym_shared, - ACTIONS(3750), 1, + ACTIONS(5381), 1, anon_sym_chan, - ACTIONS(3752), 1, + ACTIONS(5383), 1, anon_sym_thread, - ACTIONS(3754), 1, + ACTIONS(5385), 1, anon_sym_atomic, - ACTIONS(5493), 1, + ACTIONS(5405), 1, anon_sym_LPAREN, - ACTIONS(5495), 1, + ACTIONS(5409), 1, anon_sym_STAR, - ACTIONS(5497), 1, + ACTIONS(5411), 1, anon_sym_QMARK, - ACTIONS(5499), 1, + ACTIONS(5413), 1, anon_sym_BANG, - ACTIONS(5501), 1, + ACTIONS(5415), 1, anon_sym_LBRACK2, - ACTIONS(5503), 1, + ACTIONS(5417), 1, anon_sym_AMP, - ACTIONS(5505), 1, + ACTIONS(5419), 1, anon_sym_map_LBRACK, - STATE(2536), 1, + STATE(1641), 1, sym_plain_type, - STATE(4486), 1, + STATE(4512), 1, sym_reference_expression, - STATE(2457), 2, + STATE(3367), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2570), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2569), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282286,50 +284857,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108505] = 20, + [110294] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3555), 1, + ACTIONS(3959), 1, sym_identifier, - ACTIONS(3557), 1, + ACTIONS(3961), 1, anon_sym_LPAREN, - ACTIONS(3559), 1, + ACTIONS(3963), 1, anon_sym_fn, - ACTIONS(3563), 1, + ACTIONS(3965), 1, + anon_sym_STAR, + ACTIONS(3967), 1, anon_sym_struct, - ACTIONS(3573), 1, + ACTIONS(3977), 1, anon_sym_shared, - ACTIONS(3575), 1, + ACTIONS(3979), 1, anon_sym_map_LBRACK, - ACTIONS(3577), 1, + ACTIONS(3981), 1, anon_sym_chan, - ACTIONS(3579), 1, + ACTIONS(3983), 1, anon_sym_thread, - ACTIONS(3581), 1, + ACTIONS(3985), 1, anon_sym_atomic, - ACTIONS(5537), 1, - anon_sym_STAR, - ACTIONS(5539), 1, + ACTIONS(5649), 1, anon_sym_QMARK, - ACTIONS(5541), 1, + ACTIONS(5651), 1, anon_sym_BANG, - ACTIONS(5543), 1, + ACTIONS(5653), 1, anon_sym_LBRACK2, - ACTIONS(5545), 1, + ACTIONS(5655), 1, anon_sym_AMP, - STATE(1975), 1, + STATE(2797), 1, sym_plain_type, - STATE(4465), 1, + STATE(4648), 1, sym_reference_expression, - STATE(1919), 2, + STATE(2649), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2126), 4, + STATE(2778), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2127), 12, + STATE(2779), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282342,50 +284913,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108581] = 20, + [110370] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(4274), 1, + ACTIONS(3674), 1, sym_identifier, - ACTIONS(4276), 1, - anon_sym_LPAREN, - ACTIONS(4278), 1, + ACTIONS(3678), 1, anon_sym_fn, - ACTIONS(4280), 1, - anon_sym_STAR, - ACTIONS(4282), 1, + ACTIONS(3682), 1, anon_sym_struct, - ACTIONS(4292), 1, + ACTIONS(3692), 1, anon_sym_shared, - ACTIONS(4294), 1, - anon_sym_map_LBRACK, - ACTIONS(4296), 1, + ACTIONS(3696), 1, anon_sym_chan, - ACTIONS(4298), 1, + ACTIONS(3698), 1, anon_sym_thread, - ACTIONS(4300), 1, + ACTIONS(3700), 1, anon_sym_atomic, - ACTIONS(5547), 1, + ACTIONS(5513), 1, + anon_sym_LPAREN, + ACTIONS(5515), 1, + anon_sym_STAR, + ACTIONS(5517), 1, anon_sym_QMARK, - ACTIONS(5549), 1, + ACTIONS(5519), 1, anon_sym_BANG, - ACTIONS(5551), 1, + ACTIONS(5521), 1, anon_sym_LBRACK2, - ACTIONS(5553), 1, + ACTIONS(5523), 1, anon_sym_AMP, - STATE(2767), 1, + ACTIONS(5525), 1, + anon_sym_map_LBRACK, + STATE(2213), 1, sym_plain_type, - STATE(4574), 1, + STATE(4644), 1, sym_reference_expression, - STATE(2635), 2, + STATE(2151), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2723), 4, + STATE(2188), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2724), 12, + STATE(2189), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282398,50 +284969,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108657] = 20, + [110446] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3527), 1, + ACTIONS(3201), 1, sym_identifier, - ACTIONS(3529), 1, - anon_sym_LPAREN, - ACTIONS(3531), 1, - anon_sym_fn, - ACTIONS(3535), 1, + ACTIONS(3423), 1, anon_sym_struct, - ACTIONS(3545), 1, + ACTIONS(5365), 1, + anon_sym_fn, + ACTIONS(5377), 1, anon_sym_shared, - ACTIONS(3547), 1, - anon_sym_map_LBRACK, - ACTIONS(3549), 1, + ACTIONS(5381), 1, anon_sym_chan, - ACTIONS(3551), 1, + ACTIONS(5383), 1, anon_sym_thread, - ACTIONS(3553), 1, + ACTIONS(5385), 1, anon_sym_atomic, - ACTIONS(5507), 1, + ACTIONS(5405), 1, + anon_sym_LPAREN, + ACTIONS(5409), 1, anon_sym_STAR, - ACTIONS(5509), 1, + ACTIONS(5411), 1, anon_sym_QMARK, - ACTIONS(5511), 1, + ACTIONS(5413), 1, anon_sym_BANG, - ACTIONS(5513), 1, + ACTIONS(5415), 1, anon_sym_LBRACK2, - ACTIONS(5515), 1, + ACTIONS(5417), 1, anon_sym_AMP, - STATE(2010), 1, + ACTIONS(5419), 1, + anon_sym_map_LBRACK, + STATE(1648), 1, sym_plain_type, - STATE(4528), 1, + STATE(4512), 1, sym_reference_expression, - STATE(1923), 2, + STATE(3367), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2020), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1942), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282454,50 +285025,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108733] = 20, + [110522] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3277), 1, + ACTIONS(3351), 1, sym_identifier, - ACTIONS(3281), 1, + ACTIONS(3353), 1, + anon_sym_LPAREN, + ACTIONS(3355), 1, anon_sym_fn, - ACTIONS(3285), 1, + ACTIONS(3357), 1, + anon_sym_STAR, + ACTIONS(3359), 1, anon_sym_struct, - ACTIONS(3295), 1, + ACTIONS(3369), 1, anon_sym_shared, - ACTIONS(3299), 1, + ACTIONS(3371), 1, + anon_sym_map_LBRACK, + ACTIONS(3373), 1, anon_sym_chan, - ACTIONS(3301), 1, + ACTIONS(3375), 1, anon_sym_thread, - ACTIONS(3303), 1, + ACTIONS(3377), 1, anon_sym_atomic, - ACTIONS(5633), 1, - anon_sym_LPAREN, - ACTIONS(5635), 1, - anon_sym_STAR, - ACTIONS(5637), 1, + ACTIONS(5641), 1, anon_sym_QMARK, - ACTIONS(5639), 1, + ACTIONS(5643), 1, anon_sym_BANG, - ACTIONS(5641), 1, + ACTIONS(5645), 1, anon_sym_LBRACK2, - ACTIONS(5643), 1, + ACTIONS(5647), 1, anon_sym_AMP, - ACTIONS(5645), 1, - anon_sym_map_LBRACK, - STATE(1222), 1, + STATE(1303), 1, sym_plain_type, - STATE(4507), 1, + STATE(4530), 1, sym_reference_expression, - STATE(1164), 2, + STATE(1286), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1175), 4, + STATE(1314), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1176), 12, + STATE(1313), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282510,50 +285081,106 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108809] = 20, + [110598] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(603), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(3377), 1, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(3379), 1, anon_sym_LPAREN, - ACTIONS(3702), 1, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5227), 1, + anon_sym_BANG, + ACTIONS(5229), 1, + anon_sym_LBRACK2, + ACTIONS(5231), 1, + anon_sym_AMP, + STATE(4513), 1, + sym_plain_type, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3675), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(3676), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [110674] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3959), 1, sym_identifier, - ACTIONS(3704), 1, + ACTIONS(3961), 1, + anon_sym_LPAREN, + ACTIONS(3963), 1, anon_sym_fn, - ACTIONS(3706), 1, + ACTIONS(3965), 1, anon_sym_STAR, - ACTIONS(3716), 1, + ACTIONS(3967), 1, + anon_sym_struct, + ACTIONS(3977), 1, anon_sym_shared, - ACTIONS(3718), 1, + ACTIONS(3979), 1, anon_sym_map_LBRACK, - ACTIONS(3720), 1, + ACTIONS(3981), 1, anon_sym_chan, - ACTIONS(3722), 1, + ACTIONS(3983), 1, anon_sym_thread, - ACTIONS(3724), 1, + ACTIONS(3985), 1, anon_sym_atomic, - ACTIONS(5529), 1, + ACTIONS(5649), 1, anon_sym_QMARK, - ACTIONS(5531), 1, + ACTIONS(5651), 1, anon_sym_BANG, - ACTIONS(5533), 1, + ACTIONS(5653), 1, anon_sym_LBRACK2, - ACTIONS(5535), 1, + ACTIONS(5655), 1, anon_sym_AMP, - STATE(2374), 1, + STATE(2799), 1, sym_plain_type, - STATE(4600), 1, + STATE(4648), 1, sym_reference_expression, - STATE(2318), 2, + STATE(2649), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(2778), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(2779), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282566,50 +285193,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108885] = 20, + [110750] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3443), 1, + ACTIONS(3351), 1, sym_identifier, - ACTIONS(3447), 1, + ACTIONS(3353), 1, + anon_sym_LPAREN, + ACTIONS(3355), 1, anon_sym_fn, - ACTIONS(3451), 1, + ACTIONS(3357), 1, + anon_sym_STAR, + ACTIONS(3359), 1, anon_sym_struct, - ACTIONS(3461), 1, + ACTIONS(3369), 1, anon_sym_shared, - ACTIONS(3465), 1, + ACTIONS(3371), 1, + anon_sym_map_LBRACK, + ACTIONS(3373), 1, anon_sym_chan, - ACTIONS(3467), 1, + ACTIONS(3375), 1, anon_sym_thread, - ACTIONS(3469), 1, + ACTIONS(3377), 1, anon_sym_atomic, - ACTIONS(5577), 1, - anon_sym_LPAREN, - ACTIONS(5579), 1, - anon_sym_STAR, - ACTIONS(5581), 1, + ACTIONS(5641), 1, anon_sym_QMARK, - ACTIONS(5583), 1, + ACTIONS(5643), 1, anon_sym_BANG, - ACTIONS(5585), 1, + ACTIONS(5645), 1, anon_sym_LBRACK2, - ACTIONS(5587), 1, + ACTIONS(5647), 1, anon_sym_AMP, - ACTIONS(5589), 1, - anon_sym_map_LBRACK, - STATE(1868), 1, + STATE(1386), 1, sym_plain_type, - STATE(4549), 1, + STATE(4530), 1, sym_reference_expression, - STATE(1787), 2, + STATE(1286), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1887), 4, + STATE(1314), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1886), 12, + STATE(1313), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282622,50 +285249,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [108961] = 20, + [110826] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(553), 1, + ACTIONS(3351), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(3353), 1, + anon_sym_LPAREN, + ACTIONS(3355), 1, anon_sym_fn, - ACTIONS(563), 1, + ACTIONS(3357), 1, + anon_sym_STAR, + ACTIONS(3359), 1, anon_sym_struct, - ACTIONS(573), 1, + ACTIONS(3369), 1, anon_sym_shared, - ACTIONS(577), 1, + ACTIONS(3371), 1, + anon_sym_map_LBRACK, + ACTIONS(3373), 1, anon_sym_chan, - ACTIONS(579), 1, + ACTIONS(3375), 1, anon_sym_thread, - ACTIONS(581), 1, + ACTIONS(3377), 1, anon_sym_atomic, - ACTIONS(5605), 1, - anon_sym_LPAREN, - ACTIONS(5607), 1, - anon_sym_STAR, - ACTIONS(5609), 1, + ACTIONS(5641), 1, anon_sym_QMARK, - ACTIONS(5611), 1, + ACTIONS(5643), 1, anon_sym_BANG, - ACTIONS(5613), 1, + ACTIONS(5645), 1, anon_sym_LBRACK2, - ACTIONS(5615), 1, + ACTIONS(5647), 1, anon_sym_AMP, - ACTIONS(5617), 1, - anon_sym_map_LBRACK, - STATE(949), 1, + STATE(1387), 1, sym_plain_type, - STATE(4460), 1, + STATE(4530), 1, sym_reference_expression, - STATE(521), 2, + STATE(1286), 2, sym_type_reference_expression, sym_qualified_type, - STATE(898), 4, + STATE(1314), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(896), 12, + STATE(1313), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282678,50 +285305,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109037] = 20, + [110902] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(553), 1, + ACTIONS(3271), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(3275), 1, anon_sym_fn, - ACTIONS(563), 1, + ACTIONS(3279), 1, anon_sym_struct, - ACTIONS(573), 1, + ACTIONS(3289), 1, anon_sym_shared, - ACTIONS(577), 1, + ACTIONS(3293), 1, anon_sym_chan, - ACTIONS(579), 1, + ACTIONS(3295), 1, anon_sym_thread, - ACTIONS(581), 1, + ACTIONS(3297), 1, anon_sym_atomic, - ACTIONS(5605), 1, + ACTIONS(5537), 1, anon_sym_LPAREN, - ACTIONS(5607), 1, + ACTIONS(5539), 1, anon_sym_STAR, - ACTIONS(5609), 1, + ACTIONS(5541), 1, anon_sym_QMARK, - ACTIONS(5611), 1, + ACTIONS(5543), 1, anon_sym_BANG, - ACTIONS(5613), 1, + ACTIONS(5545), 1, anon_sym_LBRACK2, - ACTIONS(5615), 1, + ACTIONS(5547), 1, anon_sym_AMP, - ACTIONS(5617), 1, + ACTIONS(5549), 1, anon_sym_map_LBRACK, - STATE(950), 1, + STATE(1260), 1, sym_plain_type, - STATE(4460), 1, + STATE(4598), 1, sym_reference_expression, - STATE(521), 2, + STATE(1163), 2, sym_type_reference_expression, sym_qualified_type, - STATE(898), 4, + STATE(1231), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(896), 12, + STATE(1233), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282734,7 +285361,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109113] = 20, + [110978] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -282747,37 +285374,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(2374), 1, + STATE(3966), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282790,50 +285417,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109189] = 20, + [111054] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3527), 1, + ACTIONS(3201), 1, sym_identifier, - ACTIONS(3529), 1, - anon_sym_LPAREN, - ACTIONS(3531), 1, - anon_sym_fn, - ACTIONS(3535), 1, + ACTIONS(3423), 1, anon_sym_struct, - ACTIONS(3545), 1, + ACTIONS(5365), 1, + anon_sym_fn, + ACTIONS(5377), 1, anon_sym_shared, - ACTIONS(3547), 1, - anon_sym_map_LBRACK, - ACTIONS(3549), 1, + ACTIONS(5381), 1, anon_sym_chan, - ACTIONS(3551), 1, + ACTIONS(5383), 1, anon_sym_thread, - ACTIONS(3553), 1, + ACTIONS(5385), 1, anon_sym_atomic, - ACTIONS(5507), 1, + ACTIONS(5405), 1, + anon_sym_LPAREN, + ACTIONS(5409), 1, anon_sym_STAR, - ACTIONS(5509), 1, + ACTIONS(5411), 1, anon_sym_QMARK, - ACTIONS(5511), 1, + ACTIONS(5413), 1, anon_sym_BANG, - ACTIONS(5513), 1, + ACTIONS(5415), 1, anon_sym_LBRACK2, - ACTIONS(5515), 1, + ACTIONS(5417), 1, anon_sym_AMP, - STATE(2007), 1, + ACTIONS(5419), 1, + anon_sym_map_LBRACK, + STATE(1669), 1, sym_plain_type, - STATE(4528), 1, + STATE(4512), 1, sym_reference_expression, - STATE(1923), 2, + STATE(3367), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2020), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1942), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282846,50 +285473,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109265] = 20, + [111130] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3443), 1, + ACTIONS(553), 1, sym_identifier, - ACTIONS(3447), 1, + ACTIONS(559), 1, anon_sym_fn, - ACTIONS(3451), 1, + ACTIONS(563), 1, anon_sym_struct, - ACTIONS(3461), 1, + ACTIONS(573), 1, anon_sym_shared, - ACTIONS(3465), 1, + ACTIONS(577), 1, anon_sym_chan, - ACTIONS(3467), 1, + ACTIONS(579), 1, anon_sym_thread, - ACTIONS(3469), 1, + ACTIONS(581), 1, anon_sym_atomic, - ACTIONS(5577), 1, + ACTIONS(5627), 1, anon_sym_LPAREN, - ACTIONS(5579), 1, + ACTIONS(5629), 1, anon_sym_STAR, - ACTIONS(5581), 1, + ACTIONS(5631), 1, anon_sym_QMARK, - ACTIONS(5583), 1, + ACTIONS(5633), 1, anon_sym_BANG, - ACTIONS(5585), 1, + ACTIONS(5635), 1, anon_sym_LBRACK2, - ACTIONS(5587), 1, + ACTIONS(5637), 1, anon_sym_AMP, - ACTIONS(5589), 1, + ACTIONS(5639), 1, anon_sym_map_LBRACK, - STATE(1871), 1, + STATE(730), 1, sym_plain_type, - STATE(4549), 1, + STATE(4567), 1, sym_reference_expression, - STATE(1787), 2, + STATE(444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1887), 4, + STATE(518), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1886), 12, + STATE(515), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282902,50 +285529,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109341] = 20, + [111206] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(3271), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(3275), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3279), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(3289), 1, anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(3293), 1, + anon_sym_chan, + ACTIONS(3295), 1, + anon_sym_thread, + ACTIONS(3297), 1, + anon_sym_atomic, + ACTIONS(5537), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(5539), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5541), 1, + anon_sym_QMARK, + ACTIONS(5543), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5545), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5547), 1, anon_sym_AMP, - STATE(4600), 1, - sym_reference_expression, - STATE(4608), 1, + ACTIONS(5549), 1, + anon_sym_map_LBRACK, + STATE(1259), 1, sym_plain_type, - STATE(3581), 2, + STATE(4598), 1, + sym_reference_expression, + STATE(1163), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1231), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1233), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -282958,50 +285585,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109417] = 20, + [111282] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(553), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(559), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(563), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(573), 1, anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(577), 1, + anon_sym_chan, + ACTIONS(579), 1, + anon_sym_thread, + ACTIONS(581), 1, + anon_sym_atomic, + ACTIONS(5627), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(5629), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5631), 1, + anon_sym_QMARK, + ACTIONS(5633), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5635), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5637), 1, anon_sym_AMP, - STATE(3865), 1, + ACTIONS(5639), 1, + anon_sym_map_LBRACK, + STATE(733), 1, sym_plain_type, - STATE(4600), 1, + STATE(4567), 1, sym_reference_expression, - STATE(3581), 2, + STATE(444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(518), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(515), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283014,50 +285641,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109493] = 20, + [111358] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3443), 1, + ACTIONS(3545), 1, sym_identifier, - ACTIONS(3447), 1, + ACTIONS(3547), 1, + anon_sym_LPAREN, + ACTIONS(3549), 1, anon_sym_fn, - ACTIONS(3451), 1, + ACTIONS(3553), 1, anon_sym_struct, - ACTIONS(3461), 1, + ACTIONS(3563), 1, anon_sym_shared, - ACTIONS(3465), 1, + ACTIONS(3565), 1, + anon_sym_map_LBRACK, + ACTIONS(3567), 1, anon_sym_chan, - ACTIONS(3467), 1, + ACTIONS(3569), 1, anon_sym_thread, - ACTIONS(3469), 1, + ACTIONS(3571), 1, anon_sym_atomic, - ACTIONS(5577), 1, - anon_sym_LPAREN, - ACTIONS(5579), 1, + ACTIONS(5503), 1, anon_sym_STAR, - ACTIONS(5581), 1, + ACTIONS(5505), 1, anon_sym_QMARK, - ACTIONS(5583), 1, + ACTIONS(5507), 1, anon_sym_BANG, - ACTIONS(5585), 1, + ACTIONS(5509), 1, anon_sym_LBRACK2, - ACTIONS(5587), 1, + ACTIONS(5511), 1, anon_sym_AMP, - ACTIONS(5589), 1, - anon_sym_map_LBRACK, - STATE(1831), 1, + STATE(1930), 1, sym_plain_type, - STATE(4549), 1, + STATE(4619), 1, sym_reference_expression, - STATE(1787), 2, + STATE(1924), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1887), 4, + STATE(1968), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1886), 12, + STATE(1969), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283070,50 +285697,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109569] = 20, + [111434] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3349), 1, + ACTIONS(3959), 1, sym_identifier, - ACTIONS(3351), 1, + ACTIONS(3961), 1, anon_sym_LPAREN, - ACTIONS(3353), 1, + ACTIONS(3963), 1, anon_sym_fn, - ACTIONS(3355), 1, + ACTIONS(3965), 1, anon_sym_STAR, - ACTIONS(3357), 1, + ACTIONS(3967), 1, anon_sym_struct, - ACTIONS(3367), 1, + ACTIONS(3977), 1, anon_sym_shared, - ACTIONS(3369), 1, + ACTIONS(3979), 1, anon_sym_map_LBRACK, - ACTIONS(3371), 1, + ACTIONS(3981), 1, anon_sym_chan, - ACTIONS(3373), 1, + ACTIONS(3983), 1, anon_sym_thread, - ACTIONS(3375), 1, + ACTIONS(3985), 1, anon_sym_atomic, - ACTIONS(5569), 1, + ACTIONS(5649), 1, anon_sym_QMARK, - ACTIONS(5571), 1, + ACTIONS(5651), 1, anon_sym_BANG, - ACTIONS(5573), 1, + ACTIONS(5653), 1, anon_sym_LBRACK2, - ACTIONS(5575), 1, + ACTIONS(5655), 1, anon_sym_AMP, - STATE(1378), 1, + STATE(2786), 1, sym_plain_type, - STATE(4423), 1, + STATE(4648), 1, sym_reference_expression, - STATE(1294), 2, + STATE(2649), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1341), 4, + STATE(2778), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1344), 12, + STATE(2779), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283126,7 +285753,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109645] = 20, + [111510] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -283139,37 +285766,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(4600), 1, - sym_reference_expression, - STATE(4659), 1, + STATE(3964), 1, sym_plain_type, - STATE(3581), 2, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283182,50 +285809,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109721] = 20, + [111586] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3443), 1, + ACTIONS(3201), 1, sym_identifier, - ACTIONS(3447), 1, - anon_sym_fn, - ACTIONS(3451), 1, + ACTIONS(3423), 1, anon_sym_struct, - ACTIONS(3461), 1, + ACTIONS(5365), 1, + anon_sym_fn, + ACTIONS(5377), 1, anon_sym_shared, - ACTIONS(3465), 1, + ACTIONS(5381), 1, anon_sym_chan, - ACTIONS(3467), 1, + ACTIONS(5383), 1, anon_sym_thread, - ACTIONS(3469), 1, + ACTIONS(5385), 1, anon_sym_atomic, - ACTIONS(5577), 1, + ACTIONS(5405), 1, anon_sym_LPAREN, - ACTIONS(5579), 1, + ACTIONS(5409), 1, anon_sym_STAR, - ACTIONS(5581), 1, + ACTIONS(5411), 1, anon_sym_QMARK, - ACTIONS(5583), 1, + ACTIONS(5413), 1, anon_sym_BANG, - ACTIONS(5585), 1, + ACTIONS(5415), 1, anon_sym_LBRACK2, - ACTIONS(5587), 1, + ACTIONS(5417), 1, anon_sym_AMP, - ACTIONS(5589), 1, + ACTIONS(5419), 1, anon_sym_map_LBRACK, - STATE(1834), 1, + STATE(1652), 1, sym_plain_type, - STATE(4549), 1, + STATE(4512), 1, sym_reference_expression, - STATE(1787), 2, + STATE(3367), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1887), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1886), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283238,50 +285865,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109797] = 20, + [111662] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1602), 1, + ACTIONS(3545), 1, sym_identifier, - ACTIONS(1606), 1, + ACTIONS(3547), 1, + anon_sym_LPAREN, + ACTIONS(3549), 1, anon_sym_fn, - ACTIONS(1610), 1, + ACTIONS(3553), 1, anon_sym_struct, - ACTIONS(1620), 1, + ACTIONS(3563), 1, anon_sym_shared, - ACTIONS(1624), 1, + ACTIONS(3565), 1, + anon_sym_map_LBRACK, + ACTIONS(3567), 1, anon_sym_chan, - ACTIONS(1626), 1, + ACTIONS(3569), 1, anon_sym_thread, - ACTIONS(1628), 1, + ACTIONS(3571), 1, anon_sym_atomic, - ACTIONS(5591), 1, - anon_sym_LPAREN, - ACTIONS(5593), 1, + ACTIONS(5503), 1, anon_sym_STAR, - ACTIONS(5595), 1, + ACTIONS(5505), 1, anon_sym_QMARK, - ACTIONS(5597), 1, + ACTIONS(5507), 1, anon_sym_BANG, - ACTIONS(5599), 1, + ACTIONS(5509), 1, anon_sym_LBRACK2, - ACTIONS(5601), 1, + ACTIONS(5511), 1, anon_sym_AMP, - ACTIONS(5603), 1, - anon_sym_map_LBRACK, - STATE(1099), 1, + STATE(1935), 1, sym_plain_type, - STATE(4444), 1, + STATE(4619), 1, sym_reference_expression, - STATE(994), 2, + STATE(1924), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1059), 4, + STATE(1968), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1060), 12, + STATE(1969), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283294,50 +285921,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109873] = 20, + [111738] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3349), 1, - sym_identifier, - ACTIONS(3351), 1, - anon_sym_LPAREN, - ACTIONS(3353), 1, - anon_sym_fn, - ACTIONS(3355), 1, - anon_sym_STAR, - ACTIONS(3357), 1, - anon_sym_struct, - ACTIONS(3367), 1, - anon_sym_shared, - ACTIONS(3369), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, anon_sym_map_LBRACK, - ACTIONS(3371), 1, + ACTIONS(83), 1, anon_sym_chan, - ACTIONS(3373), 1, + ACTIONS(85), 1, anon_sym_thread, - ACTIONS(3375), 1, + ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(5569), 1, - anon_sym_QMARK, - ACTIONS(5571), 1, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5573), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5575), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(1380), 1, + STATE(3928), 1, sym_plain_type, - STATE(4423), 1, + STATE(4656), 1, sym_reference_expression, - STATE(1294), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1341), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1344), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283350,7 +285977,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [109949] = 20, + [111814] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -283363,37 +285990,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(4018), 1, + STATE(3701), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283406,50 +286033,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110025] = 20, + [111890] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3349), 1, + ACTIONS(553), 1, sym_identifier, - ACTIONS(3351), 1, - anon_sym_LPAREN, - ACTIONS(3353), 1, + ACTIONS(559), 1, anon_sym_fn, - ACTIONS(3355), 1, - anon_sym_STAR, - ACTIONS(3357), 1, + ACTIONS(563), 1, anon_sym_struct, - ACTIONS(3367), 1, + ACTIONS(573), 1, anon_sym_shared, - ACTIONS(3369), 1, - anon_sym_map_LBRACK, - ACTIONS(3371), 1, + ACTIONS(577), 1, anon_sym_chan, - ACTIONS(3373), 1, + ACTIONS(579), 1, anon_sym_thread, - ACTIONS(3375), 1, + ACTIONS(581), 1, anon_sym_atomic, - ACTIONS(5569), 1, + ACTIONS(5627), 1, + anon_sym_LPAREN, + ACTIONS(5629), 1, + anon_sym_STAR, + ACTIONS(5631), 1, anon_sym_QMARK, - ACTIONS(5571), 1, + ACTIONS(5633), 1, anon_sym_BANG, - ACTIONS(5573), 1, + ACTIONS(5635), 1, anon_sym_LBRACK2, - ACTIONS(5575), 1, + ACTIONS(5637), 1, anon_sym_AMP, - STATE(1381), 1, + ACTIONS(5639), 1, + anon_sym_map_LBRACK, + STATE(644), 1, sym_plain_type, - STATE(4423), 1, + STATE(4567), 1, sym_reference_expression, - STATE(1294), 2, + STATE(444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1341), 4, + STATE(518), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1344), 12, + STATE(515), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283462,50 +286089,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110101] = 20, + [111966] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3411), 1, + ACTIONS(1562), 1, sym_identifier, - ACTIONS(3415), 1, + ACTIONS(1566), 1, anon_sym_fn, - ACTIONS(3419), 1, + ACTIONS(1570), 1, anon_sym_struct, - ACTIONS(3429), 1, + ACTIONS(1580), 1, anon_sym_shared, - ACTIONS(3433), 1, + ACTIONS(1584), 1, anon_sym_chan, - ACTIONS(3435), 1, + ACTIONS(1586), 1, anon_sym_thread, - ACTIONS(3437), 1, + ACTIONS(1588), 1, anon_sym_atomic, - ACTIONS(5399), 1, + ACTIONS(5601), 1, anon_sym_LPAREN, - ACTIONS(5517), 1, + ACTIONS(5603), 1, anon_sym_STAR, - ACTIONS(5519), 1, + ACTIONS(5605), 1, anon_sym_QMARK, - ACTIONS(5521), 1, + ACTIONS(5607), 1, anon_sym_BANG, - ACTIONS(5523), 1, + ACTIONS(5609), 1, anon_sym_LBRACK2, - ACTIONS(5525), 1, + ACTIONS(5611), 1, anon_sym_AMP, - ACTIONS(5527), 1, + ACTIONS(5613), 1, anon_sym_map_LBRACK, - STATE(1713), 1, + STATE(1054), 1, sym_plain_type, - STATE(4409), 1, + STATE(4540), 1, sym_reference_expression, - STATE(1666), 2, + STATE(998), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(1101), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(1100), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283518,50 +286145,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110177] = 20, + [112042] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1602), 1, + ACTIONS(3674), 1, sym_identifier, - ACTIONS(1606), 1, + ACTIONS(3678), 1, anon_sym_fn, - ACTIONS(1610), 1, + ACTIONS(3682), 1, anon_sym_struct, - ACTIONS(1620), 1, + ACTIONS(3692), 1, anon_sym_shared, - ACTIONS(1624), 1, + ACTIONS(3696), 1, anon_sym_chan, - ACTIONS(1626), 1, + ACTIONS(3698), 1, anon_sym_thread, - ACTIONS(1628), 1, + ACTIONS(3700), 1, anon_sym_atomic, - ACTIONS(5591), 1, + ACTIONS(5513), 1, anon_sym_LPAREN, - ACTIONS(5593), 1, + ACTIONS(5515), 1, anon_sym_STAR, - ACTIONS(5595), 1, + ACTIONS(5517), 1, anon_sym_QMARK, - ACTIONS(5597), 1, + ACTIONS(5519), 1, anon_sym_BANG, - ACTIONS(5599), 1, + ACTIONS(5521), 1, anon_sym_LBRACK2, - ACTIONS(5601), 1, + ACTIONS(5523), 1, anon_sym_AMP, - ACTIONS(5603), 1, + ACTIONS(5525), 1, anon_sym_map_LBRACK, - STATE(999), 1, + STATE(2210), 1, sym_plain_type, - STATE(4444), 1, + STATE(4644), 1, sym_reference_expression, - STATE(994), 2, + STATE(2151), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1059), 4, + STATE(2188), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1060), 12, + STATE(2189), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283574,50 +286201,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110253] = 20, + [112118] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3411), 1, + ACTIONS(1562), 1, sym_identifier, - ACTIONS(3415), 1, + ACTIONS(1566), 1, anon_sym_fn, - ACTIONS(3419), 1, + ACTIONS(1570), 1, anon_sym_struct, - ACTIONS(3429), 1, + ACTIONS(1580), 1, anon_sym_shared, - ACTIONS(3433), 1, + ACTIONS(1584), 1, anon_sym_chan, - ACTIONS(3435), 1, + ACTIONS(1586), 1, anon_sym_thread, - ACTIONS(3437), 1, + ACTIONS(1588), 1, anon_sym_atomic, - ACTIONS(5399), 1, + ACTIONS(5601), 1, anon_sym_LPAREN, - ACTIONS(5517), 1, + ACTIONS(5603), 1, anon_sym_STAR, - ACTIONS(5519), 1, + ACTIONS(5605), 1, anon_sym_QMARK, - ACTIONS(5521), 1, + ACTIONS(5607), 1, anon_sym_BANG, - ACTIONS(5523), 1, + ACTIONS(5609), 1, anon_sym_LBRACK2, - ACTIONS(5525), 1, + ACTIONS(5611), 1, anon_sym_AMP, - ACTIONS(5527), 1, + ACTIONS(5613), 1, anon_sym_map_LBRACK, - STATE(1745), 1, + STATE(1046), 1, sym_plain_type, - STATE(4409), 1, + STATE(4540), 1, sym_reference_expression, - STATE(1666), 2, + STATE(998), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(1101), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(1100), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283630,50 +286257,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110329] = 20, + [112194] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(3674), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3678), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(3682), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(3692), 1, anon_sym_shared, - ACTIONS(3750), 1, + ACTIONS(3696), 1, anon_sym_chan, - ACTIONS(3752), 1, + ACTIONS(3698), 1, anon_sym_thread, - ACTIONS(3754), 1, + ACTIONS(3700), 1, anon_sym_atomic, - ACTIONS(5493), 1, + ACTIONS(5513), 1, anon_sym_LPAREN, - ACTIONS(5495), 1, + ACTIONS(5515), 1, anon_sym_STAR, - ACTIONS(5497), 1, + ACTIONS(5517), 1, anon_sym_QMARK, - ACTIONS(5499), 1, + ACTIONS(5519), 1, anon_sym_BANG, - ACTIONS(5501), 1, + ACTIONS(5521), 1, anon_sym_LBRACK2, - ACTIONS(5503), 1, + ACTIONS(5523), 1, anon_sym_AMP, - ACTIONS(5505), 1, + ACTIONS(5525), 1, anon_sym_map_LBRACK, - STATE(2546), 1, + STATE(2201), 1, sym_plain_type, - STATE(4486), 1, + STATE(4644), 1, sym_reference_expression, - STATE(2457), 2, + STATE(2151), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2570), 4, + STATE(2188), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2569), 12, + STATE(2189), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283686,50 +286313,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110405] = 20, + [112270] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3702), 1, + ACTIONS(3674), 1, sym_identifier, - ACTIONS(3704), 1, + ACTIONS(3678), 1, anon_sym_fn, - ACTIONS(3706), 1, - anon_sym_STAR, - ACTIONS(3716), 1, + ACTIONS(3682), 1, + anon_sym_struct, + ACTIONS(3692), 1, anon_sym_shared, - ACTIONS(3718), 1, - anon_sym_map_LBRACK, - ACTIONS(3720), 1, + ACTIONS(3696), 1, anon_sym_chan, - ACTIONS(3722), 1, + ACTIONS(3698), 1, anon_sym_thread, - ACTIONS(3724), 1, + ACTIONS(3700), 1, anon_sym_atomic, - ACTIONS(5529), 1, + ACTIONS(5513), 1, + anon_sym_LPAREN, + ACTIONS(5515), 1, + anon_sym_STAR, + ACTIONS(5517), 1, anon_sym_QMARK, - ACTIONS(5531), 1, + ACTIONS(5519), 1, anon_sym_BANG, - ACTIONS(5533), 1, + ACTIONS(5521), 1, anon_sym_LBRACK2, - ACTIONS(5535), 1, + ACTIONS(5523), 1, anon_sym_AMP, - STATE(2332), 1, + ACTIONS(5525), 1, + anon_sym_map_LBRACK, + STATE(2199), 1, sym_plain_type, - STATE(4600), 1, + STATE(4644), 1, sym_reference_expression, - STATE(2318), 2, + STATE(2151), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(2188), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(2189), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283742,50 +286369,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110481] = 20, + [112346] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3411), 1, + ACTIONS(553), 1, sym_identifier, - ACTIONS(3415), 1, + ACTIONS(559), 1, anon_sym_fn, - ACTIONS(3419), 1, + ACTIONS(563), 1, anon_sym_struct, - ACTIONS(3429), 1, + ACTIONS(573), 1, anon_sym_shared, - ACTIONS(3433), 1, + ACTIONS(577), 1, anon_sym_chan, - ACTIONS(3435), 1, + ACTIONS(579), 1, anon_sym_thread, - ACTIONS(3437), 1, + ACTIONS(581), 1, anon_sym_atomic, - ACTIONS(5399), 1, + ACTIONS(5627), 1, anon_sym_LPAREN, - ACTIONS(5517), 1, + ACTIONS(5629), 1, anon_sym_STAR, - ACTIONS(5519), 1, + ACTIONS(5631), 1, anon_sym_QMARK, - ACTIONS(5521), 1, + ACTIONS(5633), 1, anon_sym_BANG, - ACTIONS(5523), 1, + ACTIONS(5635), 1, anon_sym_LBRACK2, - ACTIONS(5525), 1, + ACTIONS(5637), 1, anon_sym_AMP, - ACTIONS(5527), 1, + ACTIONS(5639), 1, anon_sym_map_LBRACK, - STATE(1751), 1, + STATE(672), 1, sym_plain_type, - STATE(4409), 1, + STATE(4567), 1, sym_reference_expression, - STATE(1666), 2, + STATE(444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(518), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(515), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283798,50 +286425,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110557] = 20, + [112422] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3277), 1, + ACTIONS(3201), 1, sym_identifier, - ACTIONS(3281), 1, - anon_sym_fn, - ACTIONS(3285), 1, + ACTIONS(3423), 1, anon_sym_struct, - ACTIONS(3295), 1, + ACTIONS(5365), 1, + anon_sym_fn, + ACTIONS(5377), 1, anon_sym_shared, - ACTIONS(3299), 1, + ACTIONS(5381), 1, anon_sym_chan, - ACTIONS(3301), 1, + ACTIONS(5383), 1, anon_sym_thread, - ACTIONS(3303), 1, + ACTIONS(5385), 1, anon_sym_atomic, - ACTIONS(5633), 1, + ACTIONS(5405), 1, anon_sym_LPAREN, - ACTIONS(5635), 1, + ACTIONS(5409), 1, anon_sym_STAR, - ACTIONS(5637), 1, + ACTIONS(5411), 1, anon_sym_QMARK, - ACTIONS(5639), 1, + ACTIONS(5413), 1, anon_sym_BANG, - ACTIONS(5641), 1, + ACTIONS(5415), 1, anon_sym_LBRACK2, - ACTIONS(5643), 1, + ACTIONS(5417), 1, anon_sym_AMP, - ACTIONS(5645), 1, + ACTIONS(5419), 1, anon_sym_map_LBRACK, - STATE(1188), 1, + STATE(1670), 1, sym_plain_type, - STATE(4507), 1, + STATE(4512), 1, sym_reference_expression, - STATE(1164), 2, + STATE(3367), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1175), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1176), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283854,50 +286481,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110633] = 20, + [112498] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3277), 1, + ACTIONS(3201), 1, sym_identifier, - ACTIONS(3281), 1, - anon_sym_fn, - ACTIONS(3285), 1, + ACTIONS(3423), 1, anon_sym_struct, - ACTIONS(3295), 1, + ACTIONS(5365), 1, + anon_sym_fn, + ACTIONS(5377), 1, anon_sym_shared, - ACTIONS(3299), 1, + ACTIONS(5381), 1, anon_sym_chan, - ACTIONS(3301), 1, + ACTIONS(5383), 1, anon_sym_thread, - ACTIONS(3303), 1, + ACTIONS(5385), 1, anon_sym_atomic, - ACTIONS(5633), 1, + ACTIONS(5405), 1, anon_sym_LPAREN, - ACTIONS(5635), 1, + ACTIONS(5409), 1, anon_sym_STAR, - ACTIONS(5637), 1, + ACTIONS(5411), 1, anon_sym_QMARK, - ACTIONS(5639), 1, + ACTIONS(5413), 1, anon_sym_BANG, - ACTIONS(5641), 1, + ACTIONS(5415), 1, anon_sym_LBRACK2, - ACTIONS(5643), 1, + ACTIONS(5417), 1, anon_sym_AMP, - ACTIONS(5645), 1, + ACTIONS(5419), 1, anon_sym_map_LBRACK, - STATE(1187), 1, + STATE(1668), 1, sym_plain_type, - STATE(4507), 1, + STATE(4512), 1, sym_reference_expression, - STATE(1164), 2, + STATE(3367), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1175), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1176), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283910,50 +286537,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110709] = 20, + [112574] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3277), 1, + ACTIONS(3201), 1, sym_identifier, - ACTIONS(3281), 1, - anon_sym_fn, - ACTIONS(3285), 1, + ACTIONS(3423), 1, anon_sym_struct, - ACTIONS(3295), 1, + ACTIONS(5365), 1, + anon_sym_fn, + ACTIONS(5377), 1, anon_sym_shared, - ACTIONS(3299), 1, + ACTIONS(5381), 1, anon_sym_chan, - ACTIONS(3301), 1, + ACTIONS(5383), 1, anon_sym_thread, - ACTIONS(3303), 1, + ACTIONS(5385), 1, anon_sym_atomic, - ACTIONS(5633), 1, + ACTIONS(5405), 1, anon_sym_LPAREN, - ACTIONS(5635), 1, + ACTIONS(5409), 1, anon_sym_STAR, - ACTIONS(5637), 1, + ACTIONS(5411), 1, anon_sym_QMARK, - ACTIONS(5639), 1, + ACTIONS(5413), 1, anon_sym_BANG, - ACTIONS(5641), 1, + ACTIONS(5415), 1, anon_sym_LBRACK2, - ACTIONS(5643), 1, + ACTIONS(5417), 1, anon_sym_AMP, - ACTIONS(5645), 1, + ACTIONS(5419), 1, anon_sym_map_LBRACK, - STATE(1186), 1, + STATE(1667), 1, sym_plain_type, - STATE(4507), 1, + STATE(4512), 1, sym_reference_expression, - STATE(1164), 2, + STATE(3367), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1175), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1176), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -283966,50 +286593,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110785] = 20, + [112650] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3383), 1, + ACTIONS(3545), 1, sym_identifier, - ACTIONS(3387), 1, + ACTIONS(3547), 1, + anon_sym_LPAREN, + ACTIONS(3549), 1, anon_sym_fn, - ACTIONS(3391), 1, + ACTIONS(3553), 1, anon_sym_struct, - ACTIONS(3401), 1, + ACTIONS(3563), 1, anon_sym_shared, - ACTIONS(3405), 1, + ACTIONS(3565), 1, + anon_sym_map_LBRACK, + ACTIONS(3567), 1, anon_sym_chan, - ACTIONS(3407), 1, + ACTIONS(3569), 1, anon_sym_thread, - ACTIONS(3409), 1, + ACTIONS(3571), 1, anon_sym_atomic, - ACTIONS(5415), 1, - anon_sym_LPAREN, - ACTIONS(5419), 1, + ACTIONS(5503), 1, anon_sym_STAR, - ACTIONS(5421), 1, + ACTIONS(5505), 1, anon_sym_QMARK, - ACTIONS(5423), 1, + ACTIONS(5507), 1, anon_sym_BANG, - ACTIONS(5425), 1, + ACTIONS(5509), 1, anon_sym_LBRACK2, - ACTIONS(5427), 1, + ACTIONS(5511), 1, anon_sym_AMP, - ACTIONS(5429), 1, - anon_sym_map_LBRACK, - STATE(1477), 1, + STATE(1936), 1, sym_plain_type, - STATE(4515), 1, + STATE(4619), 1, sym_reference_expression, - STATE(1411), 2, + STATE(1924), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1465), 4, + STATE(1968), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1431), 12, + STATE(1969), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284022,50 +286649,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110861] = 20, + [112726] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3702), 1, - sym_identifier, ACTIONS(3704), 1, - anon_sym_fn, + sym_identifier, ACTIONS(3706), 1, + anon_sym_LPAREN, + ACTIONS(3708), 1, + anon_sym_fn, + ACTIONS(3710), 1, anon_sym_STAR, - ACTIONS(3716), 1, + ACTIONS(3712), 1, + anon_sym_struct, + ACTIONS(3722), 1, anon_sym_shared, - ACTIONS(3718), 1, + ACTIONS(3724), 1, anon_sym_map_LBRACK, - ACTIONS(3720), 1, + ACTIONS(3726), 1, anon_sym_chan, - ACTIONS(3722), 1, + ACTIONS(3728), 1, anon_sym_thread, - ACTIONS(3724), 1, + ACTIONS(3730), 1, anon_sym_atomic, - ACTIONS(5529), 1, + ACTIONS(5579), 1, anon_sym_QMARK, - ACTIONS(5531), 1, + ACTIONS(5581), 1, anon_sym_BANG, - ACTIONS(5533), 1, + ACTIONS(5583), 1, anon_sym_LBRACK2, - ACTIONS(5535), 1, + ACTIONS(5585), 1, anon_sym_AMP, - STATE(2323), 1, + STATE(2848), 1, sym_plain_type, - STATE(4600), 1, + STATE(4498), 1, sym_reference_expression, - STATE(2318), 2, + STATE(2319), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(2337), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(2338), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284078,50 +286705,106 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [110937] = 20, + [112802] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, + ACTIONS(3704), 1, + sym_identifier, + ACTIONS(3706), 1, + anon_sym_LPAREN, + ACTIONS(3708), 1, + anon_sym_fn, + ACTIONS(3710), 1, + anon_sym_STAR, + ACTIONS(3712), 1, + anon_sym_struct, + ACTIONS(3722), 1, + anon_sym_shared, + ACTIONS(3724), 1, anon_sym_map_LBRACK, - ACTIONS(83), 1, + ACTIONS(3726), 1, anon_sym_chan, - ACTIONS(85), 1, + ACTIONS(3728), 1, anon_sym_thread, - ACTIONS(87), 1, + ACTIONS(3730), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(5579), 1, + anon_sym_QMARK, + ACTIONS(5581), 1, + anon_sym_BANG, + ACTIONS(5583), 1, + anon_sym_LBRACK2, + ACTIONS(5585), 1, + anon_sym_AMP, + STATE(2847), 1, + sym_plain_type, + STATE(4498), 1, + sym_reference_expression, + STATE(2319), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2337), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(2338), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [112878] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3415), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(3419), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3423), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(3433), 1, anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(3437), 1, + anon_sym_chan, + ACTIONS(3439), 1, + anon_sym_thread, + ACTIONS(3441), 1, + anon_sym_atomic, + ACTIONS(5405), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(5615), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5617), 1, + anon_sym_QMARK, + ACTIONS(5619), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5621), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5623), 1, anon_sym_AMP, - STATE(4543), 1, + ACTIONS(5625), 1, + anon_sym_map_LBRACK, + STATE(1705), 1, sym_plain_type, - STATE(4600), 1, + STATE(4485), 1, sym_reference_expression, - STATE(3581), 2, + STATE(1633), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284134,50 +286817,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111013] = 20, + [112954] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(1562), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(1566), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(1570), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(1580), 1, anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(1584), 1, + anon_sym_chan, + ACTIONS(1586), 1, + anon_sym_thread, + ACTIONS(1588), 1, + anon_sym_atomic, + ACTIONS(5601), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(5603), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5605), 1, + anon_sym_QMARK, + ACTIONS(5607), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5609), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5611), 1, anon_sym_AMP, - STATE(4593), 1, + ACTIONS(5613), 1, + anon_sym_map_LBRACK, + STATE(1035), 1, sym_plain_type, - STATE(4600), 1, + STATE(4540), 1, sym_reference_expression, - STATE(3581), 2, + STATE(998), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1101), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1100), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284190,7 +286873,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111089] = 20, + [113030] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -284203,37 +286886,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(4345), 1, + STATE(3671), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284246,50 +286929,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111165] = 20, + [113106] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3702), 1, + ACTIONS(553), 1, sym_identifier, - ACTIONS(3704), 1, + ACTIONS(559), 1, anon_sym_fn, - ACTIONS(3706), 1, - anon_sym_STAR, - ACTIONS(3716), 1, + ACTIONS(563), 1, + anon_sym_struct, + ACTIONS(573), 1, anon_sym_shared, - ACTIONS(3718), 1, - anon_sym_map_LBRACK, - ACTIONS(3720), 1, + ACTIONS(577), 1, anon_sym_chan, - ACTIONS(3722), 1, + ACTIONS(579), 1, anon_sym_thread, - ACTIONS(3724), 1, + ACTIONS(581), 1, anon_sym_atomic, - ACTIONS(5529), 1, + ACTIONS(5627), 1, + anon_sym_LPAREN, + ACTIONS(5629), 1, + anon_sym_STAR, + ACTIONS(5631), 1, anon_sym_QMARK, - ACTIONS(5531), 1, + ACTIONS(5633), 1, anon_sym_BANG, - ACTIONS(5533), 1, + ACTIONS(5635), 1, anon_sym_LBRACK2, - ACTIONS(5535), 1, + ACTIONS(5637), 1, anon_sym_AMP, - STATE(2602), 1, + ACTIONS(5639), 1, + anon_sym_map_LBRACK, + STATE(948), 1, sym_plain_type, - STATE(4600), 1, + STATE(4567), 1, sym_reference_expression, - STATE(2318), 2, + STATE(444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(518), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(515), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284302,50 +286985,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111241] = 20, + [113182] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3702), 1, + ACTIONS(553), 1, sym_identifier, - ACTIONS(3704), 1, + ACTIONS(559), 1, anon_sym_fn, - ACTIONS(3706), 1, - anon_sym_STAR, - ACTIONS(3716), 1, + ACTIONS(563), 1, + anon_sym_struct, + ACTIONS(573), 1, anon_sym_shared, - ACTIONS(3718), 1, - anon_sym_map_LBRACK, - ACTIONS(3720), 1, + ACTIONS(577), 1, anon_sym_chan, - ACTIONS(3722), 1, + ACTIONS(579), 1, anon_sym_thread, - ACTIONS(3724), 1, + ACTIONS(581), 1, anon_sym_atomic, - ACTIONS(5529), 1, + ACTIONS(5627), 1, + anon_sym_LPAREN, + ACTIONS(5629), 1, + anon_sym_STAR, + ACTIONS(5631), 1, anon_sym_QMARK, - ACTIONS(5531), 1, + ACTIONS(5633), 1, anon_sym_BANG, - ACTIONS(5533), 1, + ACTIONS(5635), 1, anon_sym_LBRACK2, - ACTIONS(5535), 1, + ACTIONS(5637), 1, anon_sym_AMP, - STATE(2603), 1, + ACTIONS(5639), 1, + anon_sym_map_LBRACK, + STATE(941), 1, sym_plain_type, - STATE(4600), 1, + STATE(4567), 1, sym_reference_expression, - STATE(2318), 2, + STATE(444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(518), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(515), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284358,50 +287041,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111317] = 20, + [113258] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(603), 1, - anon_sym_struct, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3702), 1, - sym_identifier, - ACTIONS(3704), 1, - anon_sym_fn, - ACTIONS(3706), 1, - anon_sym_STAR, - ACTIONS(3716), 1, - anon_sym_shared, - ACTIONS(3718), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, anon_sym_map_LBRACK, - ACTIONS(3720), 1, + ACTIONS(83), 1, anon_sym_chan, - ACTIONS(3722), 1, + ACTIONS(85), 1, anon_sym_thread, - ACTIONS(3724), 1, + ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(5529), 1, - anon_sym_QMARK, - ACTIONS(5531), 1, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5533), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5535), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(2410), 1, + STATE(3938), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(2318), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284414,50 +287097,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111393] = 20, + [113334] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3443), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, sym_identifier, - ACTIONS(3447), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(3451), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(3461), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3465), 1, - anon_sym_chan, - ACTIONS(3467), 1, - anon_sym_thread, - ACTIONS(3469), 1, - anon_sym_atomic, - ACTIONS(5577), 1, + ACTIONS(3379), 1, anon_sym_LPAREN, - ACTIONS(5579), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5581), 1, - anon_sym_QMARK, - ACTIONS(5583), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5585), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5587), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5589), 1, - anon_sym_map_LBRACK, - STATE(1867), 1, + STATE(3713), 1, sym_plain_type, - STATE(4549), 1, + STATE(4656), 1, sym_reference_expression, - STATE(1787), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1887), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1886), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284470,50 +287153,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111469] = 20, + [113410] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3277), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, sym_identifier, - ACTIONS(3281), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(3285), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(3295), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3299), 1, - anon_sym_chan, - ACTIONS(3301), 1, - anon_sym_thread, - ACTIONS(3303), 1, - anon_sym_atomic, - ACTIONS(5633), 1, + ACTIONS(3379), 1, anon_sym_LPAREN, - ACTIONS(5635), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5637), 1, - anon_sym_QMARK, - ACTIONS(5639), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5641), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5643), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5645), 1, - anon_sym_map_LBRACK, - STATE(1236), 1, + STATE(3712), 1, sym_plain_type, - STATE(4507), 1, + STATE(4656), 1, sym_reference_expression, - STATE(1164), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1175), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1176), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284526,50 +287209,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111545] = 20, + [113486] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3277), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, sym_identifier, - ACTIONS(3281), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(3285), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(3295), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3299), 1, - anon_sym_chan, - ACTIONS(3301), 1, - anon_sym_thread, - ACTIONS(3303), 1, - anon_sym_atomic, - ACTIONS(5633), 1, + ACTIONS(3379), 1, anon_sym_LPAREN, - ACTIONS(5635), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5637), 1, - anon_sym_QMARK, - ACTIONS(5639), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5641), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5643), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5645), 1, - anon_sym_map_LBRACK, - STATE(1235), 1, + STATE(3934), 1, sym_plain_type, - STATE(4507), 1, + STATE(4656), 1, sym_reference_expression, - STATE(1164), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1175), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1176), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284582,50 +287265,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111621] = 20, + [113562] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3443), 1, + ACTIONS(3704), 1, sym_identifier, - ACTIONS(3447), 1, + ACTIONS(3706), 1, + anon_sym_LPAREN, + ACTIONS(3708), 1, anon_sym_fn, - ACTIONS(3451), 1, + ACTIONS(3710), 1, + anon_sym_STAR, + ACTIONS(3712), 1, anon_sym_struct, - ACTIONS(3461), 1, + ACTIONS(3722), 1, anon_sym_shared, - ACTIONS(3465), 1, + ACTIONS(3724), 1, + anon_sym_map_LBRACK, + ACTIONS(3726), 1, anon_sym_chan, - ACTIONS(3467), 1, + ACTIONS(3728), 1, anon_sym_thread, - ACTIONS(3469), 1, + ACTIONS(3730), 1, anon_sym_atomic, - ACTIONS(5577), 1, - anon_sym_LPAREN, ACTIONS(5579), 1, - anon_sym_STAR, - ACTIONS(5581), 1, anon_sym_QMARK, - ACTIONS(5583), 1, + ACTIONS(5581), 1, anon_sym_BANG, - ACTIONS(5585), 1, + ACTIONS(5583), 1, anon_sym_LBRACK2, - ACTIONS(5587), 1, + ACTIONS(5585), 1, anon_sym_AMP, - ACTIONS(5589), 1, - anon_sym_map_LBRACK, - STATE(1797), 1, + STATE(2611), 1, sym_plain_type, - STATE(4549), 1, + STATE(4498), 1, sym_reference_expression, - STATE(1787), 2, + STATE(2319), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1887), 4, + STATE(2337), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1886), 12, + STATE(2338), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284638,50 +287321,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111697] = 20, + [113638] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3349), 1, + ACTIONS(3704), 1, sym_identifier, - ACTIONS(3351), 1, + ACTIONS(3706), 1, anon_sym_LPAREN, - ACTIONS(3353), 1, + ACTIONS(3708), 1, anon_sym_fn, - ACTIONS(3355), 1, + ACTIONS(3710), 1, anon_sym_STAR, - ACTIONS(3357), 1, + ACTIONS(3712), 1, anon_sym_struct, - ACTIONS(3367), 1, + ACTIONS(3722), 1, anon_sym_shared, - ACTIONS(3369), 1, + ACTIONS(3724), 1, anon_sym_map_LBRACK, - ACTIONS(3371), 1, + ACTIONS(3726), 1, anon_sym_chan, - ACTIONS(3373), 1, + ACTIONS(3728), 1, anon_sym_thread, - ACTIONS(3375), 1, + ACTIONS(3730), 1, anon_sym_atomic, - ACTIONS(5569), 1, + ACTIONS(5579), 1, anon_sym_QMARK, - ACTIONS(5571), 1, + ACTIONS(5581), 1, anon_sym_BANG, - ACTIONS(5573), 1, + ACTIONS(5583), 1, anon_sym_LBRACK2, - ACTIONS(5575), 1, + ACTIONS(5585), 1, anon_sym_AMP, - STATE(1321), 1, + STATE(2612), 1, sym_plain_type, - STATE(4423), 1, + STATE(4498), 1, sym_reference_expression, - STATE(1294), 2, + STATE(2319), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1341), 4, + STATE(2337), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1344), 12, + STATE(2338), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284694,7 +287377,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111773] = 20, + [113714] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -284707,37 +287390,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(3990), 1, + STATE(3718), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284750,50 +287433,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111849] = 20, + [113790] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(3415), 1, sym_identifier, ACTIONS(3419), 1, - anon_sym_struct, - ACTIONS(5321), 1, anon_sym_fn, - ACTIONS(5333), 1, + ACTIONS(3423), 1, + anon_sym_struct, + ACTIONS(3433), 1, anon_sym_shared, - ACTIONS(5337), 1, + ACTIONS(3437), 1, anon_sym_chan, - ACTIONS(5339), 1, + ACTIONS(3439), 1, anon_sym_thread, - ACTIONS(5341), 1, + ACTIONS(3441), 1, anon_sym_atomic, - ACTIONS(5399), 1, + ACTIONS(5405), 1, anon_sym_LPAREN, - ACTIONS(5403), 1, + ACTIONS(5615), 1, anon_sym_STAR, - ACTIONS(5405), 1, + ACTIONS(5617), 1, anon_sym_QMARK, - ACTIONS(5407), 1, + ACTIONS(5619), 1, anon_sym_BANG, - ACTIONS(5409), 1, + ACTIONS(5621), 1, anon_sym_LBRACK2, - ACTIONS(5411), 1, + ACTIONS(5623), 1, anon_sym_AMP, - ACTIONS(5413), 1, + ACTIONS(5625), 1, anon_sym_map_LBRACK, - STATE(1659), 1, + STATE(1706), 1, sym_plain_type, - STATE(4416), 1, + STATE(4485), 1, sym_reference_expression, - STATE(3389), 2, + STATE(1633), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284806,50 +287489,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [111925] = 20, + [113866] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(553), 1, sym_identifier, - ACTIONS(3419), 1, - anon_sym_struct, - ACTIONS(5321), 1, + ACTIONS(559), 1, anon_sym_fn, - ACTIONS(5333), 1, + ACTIONS(563), 1, + anon_sym_struct, + ACTIONS(573), 1, anon_sym_shared, - ACTIONS(5337), 1, + ACTIONS(577), 1, anon_sym_chan, - ACTIONS(5339), 1, + ACTIONS(579), 1, anon_sym_thread, - ACTIONS(5341), 1, + ACTIONS(581), 1, anon_sym_atomic, - ACTIONS(5399), 1, + ACTIONS(5627), 1, anon_sym_LPAREN, - ACTIONS(5403), 1, + ACTIONS(5629), 1, anon_sym_STAR, - ACTIONS(5405), 1, + ACTIONS(5631), 1, anon_sym_QMARK, - ACTIONS(5407), 1, + ACTIONS(5633), 1, anon_sym_BANG, - ACTIONS(5409), 1, + ACTIONS(5635), 1, anon_sym_LBRACK2, - ACTIONS(5411), 1, + ACTIONS(5637), 1, anon_sym_AMP, - ACTIONS(5413), 1, + ACTIONS(5639), 1, anon_sym_map_LBRACK, - STATE(1656), 1, + STATE(671), 1, sym_plain_type, - STATE(4416), 1, + STATE(4567), 1, sym_reference_expression, - STATE(3389), 2, + STATE(444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(518), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(515), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284862,50 +287545,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112001] = 20, + [113942] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3277), 1, + ACTIONS(3959), 1, sym_identifier, - ACTIONS(3281), 1, + ACTIONS(3961), 1, + anon_sym_LPAREN, + ACTIONS(3963), 1, anon_sym_fn, - ACTIONS(3285), 1, + ACTIONS(3965), 1, + anon_sym_STAR, + ACTIONS(3967), 1, anon_sym_struct, - ACTIONS(3295), 1, + ACTIONS(3977), 1, anon_sym_shared, - ACTIONS(3299), 1, + ACTIONS(3979), 1, + anon_sym_map_LBRACK, + ACTIONS(3981), 1, anon_sym_chan, - ACTIONS(3301), 1, + ACTIONS(3983), 1, anon_sym_thread, - ACTIONS(3303), 1, + ACTIONS(3985), 1, anon_sym_atomic, - ACTIONS(5633), 1, - anon_sym_LPAREN, - ACTIONS(5635), 1, - anon_sym_STAR, - ACTIONS(5637), 1, + ACTIONS(5649), 1, anon_sym_QMARK, - ACTIONS(5639), 1, + ACTIONS(5651), 1, anon_sym_BANG, - ACTIONS(5641), 1, + ACTIONS(5653), 1, anon_sym_LBRACK2, - ACTIONS(5643), 1, + ACTIONS(5655), 1, anon_sym_AMP, - ACTIONS(5645), 1, - anon_sym_map_LBRACK, - STATE(1231), 1, + STATE(2800), 1, sym_plain_type, - STATE(4507), 1, + STATE(4648), 1, sym_reference_expression, - STATE(1164), 2, + STATE(2649), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1175), 4, + STATE(2778), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1176), 12, + STATE(2779), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284918,50 +287601,106 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112077] = 20, + [114018] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, + ACTIONS(3704), 1, + sym_identifier, + ACTIONS(3706), 1, + anon_sym_LPAREN, + ACTIONS(3708), 1, + anon_sym_fn, + ACTIONS(3710), 1, + anon_sym_STAR, + ACTIONS(3712), 1, + anon_sym_struct, + ACTIONS(3722), 1, + anon_sym_shared, + ACTIONS(3724), 1, anon_sym_map_LBRACK, - ACTIONS(83), 1, + ACTIONS(3726), 1, anon_sym_chan, - ACTIONS(85), 1, + ACTIONS(3728), 1, anon_sym_thread, - ACTIONS(87), 1, + ACTIONS(3730), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(5579), 1, + anon_sym_QMARK, + ACTIONS(5581), 1, + anon_sym_BANG, + ACTIONS(5583), 1, + anon_sym_LBRACK2, + ACTIONS(5585), 1, + anon_sym_AMP, + STATE(2383), 1, + sym_plain_type, + STATE(4498), 1, + sym_reference_expression, + STATE(2319), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(2337), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(2338), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [114094] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3704), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(3706), 1, + anon_sym_LPAREN, + ACTIONS(3708), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3710), 1, + anon_sym_STAR, + ACTIONS(3712), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(3722), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3379), 1, - anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(3724), 1, + anon_sym_map_LBRACK, + ACTIONS(3726), 1, + anon_sym_chan, + ACTIONS(3728), 1, + anon_sym_thread, + ACTIONS(3730), 1, + anon_sym_atomic, + ACTIONS(5579), 1, + anon_sym_QMARK, + ACTIONS(5581), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5583), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5585), 1, anon_sym_AMP, - STATE(4102), 1, + STATE(2410), 1, sym_plain_type, - STATE(4600), 1, + STATE(4498), 1, sym_reference_expression, - STATE(3581), 2, + STATE(2319), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(2337), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(2338), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -284974,50 +287713,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112153] = 20, + [114170] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3349), 1, + ACTIONS(3704), 1, sym_identifier, - ACTIONS(3351), 1, + ACTIONS(3706), 1, anon_sym_LPAREN, - ACTIONS(3353), 1, + ACTIONS(3708), 1, anon_sym_fn, - ACTIONS(3355), 1, + ACTIONS(3710), 1, anon_sym_STAR, - ACTIONS(3357), 1, + ACTIONS(3712), 1, anon_sym_struct, - ACTIONS(3367), 1, + ACTIONS(3722), 1, anon_sym_shared, - ACTIONS(3369), 1, + ACTIONS(3724), 1, anon_sym_map_LBRACK, - ACTIONS(3371), 1, + ACTIONS(3726), 1, anon_sym_chan, - ACTIONS(3373), 1, + ACTIONS(3728), 1, anon_sym_thread, - ACTIONS(3375), 1, + ACTIONS(3730), 1, anon_sym_atomic, - ACTIONS(5569), 1, + ACTIONS(5579), 1, anon_sym_QMARK, - ACTIONS(5571), 1, + ACTIONS(5581), 1, anon_sym_BANG, - ACTIONS(5573), 1, + ACTIONS(5583), 1, anon_sym_LBRACK2, - ACTIONS(5575), 1, + ACTIONS(5585), 1, anon_sym_AMP, - STATE(1332), 1, + STATE(2397), 1, sym_plain_type, - STATE(4423), 1, + STATE(4498), 1, sym_reference_expression, - STATE(1294), 2, + STATE(2319), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1341), 4, + STATE(2337), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1344), 12, + STATE(2338), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285030,50 +287769,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112229] = 20, + [114246] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(3517), 1, + anon_sym_LPAREN, + ACTIONS(3519), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(3523), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(3533), 1, anon_sym_shared, - ACTIONS(3750), 1, + ACTIONS(3535), 1, + anon_sym_map_LBRACK, + ACTIONS(3537), 1, anon_sym_chan, - ACTIONS(3752), 1, + ACTIONS(3539), 1, anon_sym_thread, - ACTIONS(3754), 1, + ACTIONS(3541), 1, anon_sym_atomic, - ACTIONS(5493), 1, - anon_sym_LPAREN, - ACTIONS(5495), 1, + ACTIONS(5527), 1, anon_sym_STAR, - ACTIONS(5497), 1, + ACTIONS(5529), 1, anon_sym_QMARK, - ACTIONS(5499), 1, + ACTIONS(5531), 1, anon_sym_BANG, - ACTIONS(5501), 1, + ACTIONS(5533), 1, anon_sym_LBRACK2, - ACTIONS(5503), 1, + ACTIONS(5535), 1, anon_sym_AMP, - ACTIONS(5505), 1, - anon_sym_map_LBRACK, - STATE(2567), 1, + STATE(2138), 1, sym_plain_type, - STATE(4486), 1, + STATE(4556), 1, sym_reference_expression, - STATE(2457), 2, + STATE(1920), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2570), 4, + STATE(1993), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2569), 12, + STATE(1991), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285086,50 +287825,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112305] = 20, + [114322] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3349), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3351), 1, + ACTIONS(3517), 1, anon_sym_LPAREN, - ACTIONS(3353), 1, + ACTIONS(3519), 1, anon_sym_fn, - ACTIONS(3355), 1, - anon_sym_STAR, - ACTIONS(3357), 1, + ACTIONS(3523), 1, anon_sym_struct, - ACTIONS(3367), 1, + ACTIONS(3533), 1, anon_sym_shared, - ACTIONS(3369), 1, + ACTIONS(3535), 1, anon_sym_map_LBRACK, - ACTIONS(3371), 1, + ACTIONS(3537), 1, anon_sym_chan, - ACTIONS(3373), 1, + ACTIONS(3539), 1, anon_sym_thread, - ACTIONS(3375), 1, + ACTIONS(3541), 1, anon_sym_atomic, - ACTIONS(5569), 1, + ACTIONS(5527), 1, + anon_sym_STAR, + ACTIONS(5529), 1, anon_sym_QMARK, - ACTIONS(5571), 1, + ACTIONS(5531), 1, anon_sym_BANG, - ACTIONS(5573), 1, + ACTIONS(5533), 1, anon_sym_LBRACK2, - ACTIONS(5575), 1, + ACTIONS(5535), 1, anon_sym_AMP, - STATE(1338), 1, + STATE(2140), 1, sym_plain_type, - STATE(4423), 1, + STATE(4556), 1, sym_reference_expression, - STATE(1294), 2, + STATE(1920), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1341), 4, + STATE(1993), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1344), 12, + STATE(1991), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285142,50 +287881,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112381] = 20, + [114398] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3728), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, sym_identifier, - ACTIONS(3732), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(3736), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(3746), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3750), 1, - anon_sym_chan, - ACTIONS(3752), 1, - anon_sym_thread, - ACTIONS(3754), 1, - anon_sym_atomic, - ACTIONS(5493), 1, + ACTIONS(3379), 1, anon_sym_LPAREN, - ACTIONS(5495), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5497), 1, - anon_sym_QMARK, - ACTIONS(5499), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5501), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5503), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5505), 1, - anon_sym_map_LBRACK, - STATE(2564), 1, - sym_plain_type, - STATE(4486), 1, + STATE(4656), 1, sym_reference_expression, - STATE(2457), 2, + STATE(4724), 1, + sym_plain_type, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2570), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2569), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285198,7 +287937,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112457] = 20, + [114474] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -285211,37 +287950,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(4500), 1, + STATE(4609), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285254,7 +287993,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112533] = 20, + [114550] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(553), 1, @@ -285271,33 +288010,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(581), 1, anon_sym_atomic, - ACTIONS(5605), 1, + ACTIONS(5627), 1, anon_sym_LPAREN, - ACTIONS(5607), 1, + ACTIONS(5629), 1, anon_sym_STAR, - ACTIONS(5609), 1, + ACTIONS(5631), 1, anon_sym_QMARK, - ACTIONS(5611), 1, + ACTIONS(5633), 1, anon_sym_BANG, - ACTIONS(5613), 1, + ACTIONS(5635), 1, anon_sym_LBRACK2, - ACTIONS(5615), 1, + ACTIONS(5637), 1, anon_sym_AMP, - ACTIONS(5617), 1, + ACTIONS(5639), 1, anon_sym_map_LBRACK, - STATE(893), 1, + STATE(836), 1, sym_plain_type, - STATE(4460), 1, + STATE(4567), 1, sym_reference_expression, - STATE(521), 2, + STATE(444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(898), 4, + STATE(518), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(896), 12, + STATE(515), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285310,50 +288049,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112609] = 20, + [114626] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3419), 1, - anon_sym_struct, - ACTIONS(5321), 1, + ACTIONS(3517), 1, + anon_sym_LPAREN, + ACTIONS(3519), 1, anon_sym_fn, - ACTIONS(5333), 1, + ACTIONS(3523), 1, + anon_sym_struct, + ACTIONS(3533), 1, anon_sym_shared, - ACTIONS(5337), 1, + ACTIONS(3535), 1, + anon_sym_map_LBRACK, + ACTIONS(3537), 1, anon_sym_chan, - ACTIONS(5339), 1, + ACTIONS(3539), 1, anon_sym_thread, - ACTIONS(5341), 1, + ACTIONS(3541), 1, anon_sym_atomic, - ACTIONS(5399), 1, - anon_sym_LPAREN, - ACTIONS(5403), 1, + ACTIONS(5527), 1, anon_sym_STAR, - ACTIONS(5405), 1, + ACTIONS(5529), 1, anon_sym_QMARK, - ACTIONS(5407), 1, + ACTIONS(5531), 1, anon_sym_BANG, - ACTIONS(5409), 1, + ACTIONS(5533), 1, anon_sym_LBRACK2, - ACTIONS(5411), 1, + ACTIONS(5535), 1, anon_sym_AMP, - ACTIONS(5413), 1, - anon_sym_map_LBRACK, - STATE(1644), 1, + STATE(2015), 1, sym_plain_type, - STATE(4416), 1, + STATE(4556), 1, sym_reference_expression, - STATE(3389), 2, + STATE(1920), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(1993), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(1991), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285366,50 +288105,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112685] = 20, + [114702] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3443), 1, + ACTIONS(3959), 1, sym_identifier, - ACTIONS(3447), 1, + ACTIONS(3961), 1, + anon_sym_LPAREN, + ACTIONS(3963), 1, anon_sym_fn, - ACTIONS(3451), 1, + ACTIONS(3965), 1, + anon_sym_STAR, + ACTIONS(3967), 1, anon_sym_struct, - ACTIONS(3461), 1, + ACTIONS(3977), 1, anon_sym_shared, - ACTIONS(3465), 1, + ACTIONS(3979), 1, + anon_sym_map_LBRACK, + ACTIONS(3981), 1, anon_sym_chan, - ACTIONS(3467), 1, + ACTIONS(3983), 1, anon_sym_thread, - ACTIONS(3469), 1, + ACTIONS(3985), 1, anon_sym_atomic, - ACTIONS(5577), 1, - anon_sym_LPAREN, - ACTIONS(5579), 1, - anon_sym_STAR, - ACTIONS(5581), 1, + ACTIONS(5649), 1, anon_sym_QMARK, - ACTIONS(5583), 1, + ACTIONS(5651), 1, anon_sym_BANG, - ACTIONS(5585), 1, + ACTIONS(5653), 1, anon_sym_LBRACK2, - ACTIONS(5587), 1, + ACTIONS(5655), 1, anon_sym_AMP, - ACTIONS(5589), 1, - anon_sym_map_LBRACK, - STATE(1873), 1, + STATE(2806), 1, sym_plain_type, - STATE(4549), 1, + STATE(4648), 1, sym_reference_expression, - STATE(1787), 2, + STATE(2649), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1887), 4, + STATE(2778), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1886), 12, + STATE(2779), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285422,50 +288161,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112761] = 20, + [114778] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, - sym_identifier, - ACTIONS(3419), 1, - anon_sym_struct, - ACTIONS(5321), 1, - anon_sym_fn, - ACTIONS(5333), 1, - anon_sym_shared, - ACTIONS(5337), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, anon_sym_chan, - ACTIONS(5339), 1, + ACTIONS(85), 1, anon_sym_thread, - ACTIONS(5341), 1, + ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(5399), 1, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(603), 1, + anon_sym_shared, + ACTIONS(3379), 1, anon_sym_LPAREN, - ACTIONS(5403), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5405), 1, - anon_sym_QMARK, - ACTIONS(5407), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5409), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5411), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5413), 1, - anon_sym_map_LBRACK, - STATE(1632), 1, + STATE(4016), 1, sym_plain_type, - STATE(4416), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3389), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285478,7 +288217,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112837] = 20, + [114854] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(3443), 1, @@ -285495,33 +288234,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(3469), 1, anon_sym_atomic, - ACTIONS(5577), 1, + ACTIONS(5551), 1, anon_sym_LPAREN, - ACTIONS(5579), 1, + ACTIONS(5553), 1, anon_sym_STAR, - ACTIONS(5581), 1, + ACTIONS(5555), 1, anon_sym_QMARK, - ACTIONS(5583), 1, + ACTIONS(5557), 1, anon_sym_BANG, - ACTIONS(5585), 1, + ACTIONS(5559), 1, anon_sym_LBRACK2, - ACTIONS(5587), 1, + ACTIONS(5561), 1, anon_sym_AMP, - ACTIONS(5589), 1, + ACTIONS(5563), 1, anon_sym_map_LBRACK, - STATE(1862), 1, + STATE(1910), 1, sym_plain_type, - STATE(4549), 1, + STATE(4636), 1, sym_reference_expression, - STATE(1787), 2, + STATE(1793), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1887), 4, + STATE(1876), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1886), 12, + STATE(1869), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285534,7 +288273,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112913] = 20, + [114930] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(3443), 1, @@ -285551,33 +288290,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(3469), 1, anon_sym_atomic, - ACTIONS(5577), 1, + ACTIONS(5551), 1, anon_sym_LPAREN, - ACTIONS(5579), 1, + ACTIONS(5553), 1, anon_sym_STAR, - ACTIONS(5581), 1, + ACTIONS(5555), 1, anon_sym_QMARK, - ACTIONS(5583), 1, + ACTIONS(5557), 1, anon_sym_BANG, - ACTIONS(5585), 1, + ACTIONS(5559), 1, anon_sym_LBRACK2, - ACTIONS(5587), 1, + ACTIONS(5561), 1, anon_sym_AMP, - ACTIONS(5589), 1, + ACTIONS(5563), 1, anon_sym_map_LBRACK, - STATE(1859), 1, + STATE(1909), 1, sym_plain_type, - STATE(4549), 1, + STATE(4636), 1, sym_reference_expression, - STATE(1787), 2, + STATE(1793), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1887), 4, + STATE(1876), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1886), 12, + STATE(1869), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285590,50 +288329,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [112989] = 20, + [115006] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(3545), 1, sym_identifier, - ACTIONS(3419), 1, - anon_sym_struct, - ACTIONS(5321), 1, + ACTIONS(3547), 1, + anon_sym_LPAREN, + ACTIONS(3549), 1, anon_sym_fn, - ACTIONS(5333), 1, + ACTIONS(3553), 1, + anon_sym_struct, + ACTIONS(3563), 1, anon_sym_shared, - ACTIONS(5337), 1, + ACTIONS(3565), 1, + anon_sym_map_LBRACK, + ACTIONS(3567), 1, anon_sym_chan, - ACTIONS(5339), 1, + ACTIONS(3569), 1, anon_sym_thread, - ACTIONS(5341), 1, + ACTIONS(3571), 1, anon_sym_atomic, - ACTIONS(5399), 1, - anon_sym_LPAREN, - ACTIONS(5403), 1, + ACTIONS(5503), 1, anon_sym_STAR, - ACTIONS(5405), 1, + ACTIONS(5505), 1, anon_sym_QMARK, - ACTIONS(5407), 1, + ACTIONS(5507), 1, anon_sym_BANG, - ACTIONS(5409), 1, + ACTIONS(5509), 1, anon_sym_LBRACK2, - ACTIONS(5411), 1, + ACTIONS(5511), 1, anon_sym_AMP, - ACTIONS(5413), 1, - anon_sym_map_LBRACK, - STATE(1660), 1, + STATE(1939), 1, sym_plain_type, - STATE(4416), 1, + STATE(4619), 1, sym_reference_expression, - STATE(3389), 2, + STATE(1924), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(1968), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(1969), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285646,50 +288385,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113065] = 20, + [115082] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(3517), 1, + anon_sym_LPAREN, + ACTIONS(3519), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3523), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(3533), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(3535), 1, + anon_sym_map_LBRACK, + ACTIONS(3537), 1, + anon_sym_chan, + ACTIONS(3539), 1, + anon_sym_thread, + ACTIONS(3541), 1, + anon_sym_atomic, + ACTIONS(5527), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5529), 1, + anon_sym_QMARK, + ACTIONS(5531), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5533), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5535), 1, anon_sym_AMP, - STATE(3870), 1, + STATE(1958), 1, sym_plain_type, - STATE(4600), 1, + STATE(4556), 1, sym_reference_expression, - STATE(3581), 2, + STATE(1920), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1993), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1991), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285702,50 +288441,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113141] = 20, + [115158] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3555), 1, + ACTIONS(3515), 1, sym_identifier, - ACTIONS(3557), 1, + ACTIONS(3517), 1, anon_sym_LPAREN, - ACTIONS(3559), 1, + ACTIONS(3519), 1, anon_sym_fn, - ACTIONS(3563), 1, + ACTIONS(3523), 1, anon_sym_struct, - ACTIONS(3573), 1, + ACTIONS(3533), 1, anon_sym_shared, - ACTIONS(3575), 1, + ACTIONS(3535), 1, anon_sym_map_LBRACK, - ACTIONS(3577), 1, + ACTIONS(3537), 1, anon_sym_chan, - ACTIONS(3579), 1, + ACTIONS(3539), 1, anon_sym_thread, - ACTIONS(3581), 1, + ACTIONS(3541), 1, anon_sym_atomic, - ACTIONS(5537), 1, + ACTIONS(5527), 1, anon_sym_STAR, - ACTIONS(5539), 1, + ACTIONS(5529), 1, anon_sym_QMARK, - ACTIONS(5541), 1, + ACTIONS(5531), 1, anon_sym_BANG, - ACTIONS(5543), 1, + ACTIONS(5533), 1, anon_sym_LBRACK2, - ACTIONS(5545), 1, + ACTIONS(5535), 1, anon_sym_AMP, - STATE(2111), 1, + STATE(1956), 1, sym_plain_type, - STATE(4465), 1, + STATE(4556), 1, sym_reference_expression, - STATE(1919), 2, + STATE(1920), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2126), 4, + STATE(1993), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2127), 12, + STATE(1991), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285758,7 +288497,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113217] = 20, + [115234] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(43), 1, @@ -285771,37 +288510,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(3379), 1, anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_STAR, + ACTIONS(5227), 1, + anon_sym_BANG, + ACTIONS(5229), 1, + anon_sym_LBRACK2, + ACTIONS(5231), 1, + anon_sym_AMP, + STATE(3893), 1, + sym_plain_type, + STATE(4656), 1, + sym_reference_expression, + STATE(3476), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3675), 4, + sym__plain_type_without_special, + sym_multi_return_type, + sym_result_type, + sym_option_type, + STATE(3676), 12, + sym_anon_struct_type, + sym_fixed_array_type, + sym_array_type, + sym_pointer_type, + sym_wrong_pointer_type, + sym_map_type, + sym_channel_type, + sym_shared_type, + sym_thread_type, + sym_atomic_type, + sym_generic_type, + sym_function_type, + [115310] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, + sym_identifier, + ACTIONS(591), 1, + anon_sym_fn, + ACTIONS(595), 1, + anon_sym_struct, + ACTIONS(603), 1, + anon_sym_shared, ACTIONS(3379), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(4485), 1, + STATE(3683), 1, sym_plain_type, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285814,50 +288609,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113293] = 20, + [115386] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3555), 1, + ACTIONS(3545), 1, sym_identifier, - ACTIONS(3557), 1, + ACTIONS(3547), 1, anon_sym_LPAREN, - ACTIONS(3559), 1, + ACTIONS(3549), 1, anon_sym_fn, - ACTIONS(3563), 1, + ACTIONS(3553), 1, anon_sym_struct, - ACTIONS(3573), 1, + ACTIONS(3563), 1, anon_sym_shared, - ACTIONS(3575), 1, + ACTIONS(3565), 1, anon_sym_map_LBRACK, - ACTIONS(3577), 1, + ACTIONS(3567), 1, anon_sym_chan, - ACTIONS(3579), 1, + ACTIONS(3569), 1, anon_sym_thread, - ACTIONS(3581), 1, + ACTIONS(3571), 1, anon_sym_atomic, - ACTIONS(5537), 1, + ACTIONS(5503), 1, anon_sym_STAR, - ACTIONS(5539), 1, + ACTIONS(5505), 1, anon_sym_QMARK, - ACTIONS(5541), 1, + ACTIONS(5507), 1, anon_sym_BANG, - ACTIONS(5543), 1, + ACTIONS(5509), 1, anon_sym_LBRACK2, - ACTIONS(5545), 1, + ACTIONS(5511), 1, anon_sym_AMP, - STATE(2060), 1, + STATE(1942), 1, sym_plain_type, - STATE(4465), 1, + STATE(4619), 1, sym_reference_expression, - STATE(1919), 2, + STATE(1924), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2126), 4, + STATE(1968), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2127), 12, + STATE(1969), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285870,50 +288665,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113369] = 20, + [115462] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(3385), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(3389), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3393), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(3403), 1, anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(3407), 1, + anon_sym_chan, + ACTIONS(3409), 1, + anon_sym_thread, + ACTIONS(3411), 1, + anon_sym_atomic, + ACTIONS(5421), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(5425), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5427), 1, + anon_sym_QMARK, + ACTIONS(5429), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5431), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5433), 1, anon_sym_AMP, - STATE(4046), 1, + ACTIONS(5435), 1, + anon_sym_map_LBRACK, + STATE(1481), 1, sym_plain_type, - STATE(4600), 1, + STATE(4634), 1, sym_reference_expression, - STATE(3581), 2, + STATE(1410), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1444), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1443), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285926,50 +288721,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113445] = 20, + [115538] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3555), 1, + ACTIONS(3959), 1, sym_identifier, - ACTIONS(3557), 1, + ACTIONS(3961), 1, anon_sym_LPAREN, - ACTIONS(3559), 1, + ACTIONS(3963), 1, anon_sym_fn, - ACTIONS(3563), 1, + ACTIONS(3965), 1, + anon_sym_STAR, + ACTIONS(3967), 1, anon_sym_struct, - ACTIONS(3573), 1, + ACTIONS(3977), 1, anon_sym_shared, - ACTIONS(3575), 1, + ACTIONS(3979), 1, anon_sym_map_LBRACK, - ACTIONS(3577), 1, + ACTIONS(3981), 1, anon_sym_chan, - ACTIONS(3579), 1, + ACTIONS(3983), 1, anon_sym_thread, - ACTIONS(3581), 1, + ACTIONS(3985), 1, anon_sym_atomic, - ACTIONS(5537), 1, - anon_sym_STAR, - ACTIONS(5539), 1, + ACTIONS(5649), 1, anon_sym_QMARK, - ACTIONS(5541), 1, + ACTIONS(5651), 1, anon_sym_BANG, - ACTIONS(5543), 1, + ACTIONS(5653), 1, anon_sym_LBRACK2, - ACTIONS(5545), 1, + ACTIONS(5655), 1, anon_sym_AMP, - STATE(2056), 1, + STATE(2696), 1, sym_plain_type, - STATE(4465), 1, + STATE(4648), 1, sym_reference_expression, - STATE(1919), 2, + STATE(2649), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2126), 4, + STATE(2778), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2127), 12, + STATE(2779), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -285982,50 +288777,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113521] = 20, + [115614] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3277), 1, + ACTIONS(3959), 1, sym_identifier, - ACTIONS(3281), 1, + ACTIONS(3961), 1, + anon_sym_LPAREN, + ACTIONS(3963), 1, anon_sym_fn, - ACTIONS(3285), 1, + ACTIONS(3965), 1, + anon_sym_STAR, + ACTIONS(3967), 1, anon_sym_struct, - ACTIONS(3295), 1, + ACTIONS(3977), 1, anon_sym_shared, - ACTIONS(3299), 1, + ACTIONS(3979), 1, + anon_sym_map_LBRACK, + ACTIONS(3981), 1, anon_sym_chan, - ACTIONS(3301), 1, + ACTIONS(3983), 1, anon_sym_thread, - ACTIONS(3303), 1, + ACTIONS(3985), 1, anon_sym_atomic, - ACTIONS(5633), 1, - anon_sym_LPAREN, - ACTIONS(5635), 1, - anon_sym_STAR, - ACTIONS(5637), 1, + ACTIONS(5649), 1, anon_sym_QMARK, - ACTIONS(5639), 1, + ACTIONS(5651), 1, anon_sym_BANG, - ACTIONS(5641), 1, + ACTIONS(5653), 1, anon_sym_LBRACK2, - ACTIONS(5643), 1, + ACTIONS(5655), 1, anon_sym_AMP, - ACTIONS(5645), 1, - anon_sym_map_LBRACK, - STATE(1246), 1, + STATE(2612), 1, sym_plain_type, - STATE(4507), 1, + STATE(4648), 1, sym_reference_expression, - STATE(1164), 2, + STATE(2649), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1175), 4, + STATE(2778), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1176), 12, + STATE(2779), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286038,50 +288833,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113597] = 20, + [115690] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(3959), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(3961), 1, + anon_sym_LPAREN, + ACTIONS(3963), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3965), 1, + anon_sym_STAR, + ACTIONS(3967), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(3977), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3379), 1, - anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(3979), 1, + anon_sym_map_LBRACK, + ACTIONS(3981), 1, + anon_sym_chan, + ACTIONS(3983), 1, + anon_sym_thread, + ACTIONS(3985), 1, + anon_sym_atomic, + ACTIONS(5649), 1, + anon_sym_QMARK, + ACTIONS(5651), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5653), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5655), 1, anon_sym_AMP, - STATE(3864), 1, + STATE(2611), 1, sym_plain_type, - STATE(4600), 1, + STATE(4648), 1, sym_reference_expression, - STATE(3581), 2, + STATE(2649), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(2778), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(2779), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286094,50 +288889,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113673] = 20, + [115766] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(553), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(559), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(563), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(573), 1, anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(577), 1, + anon_sym_chan, + ACTIONS(579), 1, + anon_sym_thread, + ACTIONS(581), 1, + anon_sym_atomic, + ACTIONS(5627), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(5629), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5631), 1, + anon_sym_QMARK, + ACTIONS(5633), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5635), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5637), 1, anon_sym_AMP, - STATE(4131), 1, + ACTIONS(5639), 1, + anon_sym_map_LBRACK, + STATE(743), 1, sym_plain_type, - STATE(4600), 1, + STATE(4567), 1, sym_reference_expression, - STATE(3581), 2, + STATE(444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(518), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(515), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286150,50 +288945,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113749] = 20, + [115842] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3555), 1, + ACTIONS(3674), 1, sym_identifier, - ACTIONS(3557), 1, - anon_sym_LPAREN, - ACTIONS(3559), 1, + ACTIONS(3678), 1, anon_sym_fn, - ACTIONS(3563), 1, + ACTIONS(3682), 1, anon_sym_struct, - ACTIONS(3573), 1, + ACTIONS(3692), 1, anon_sym_shared, - ACTIONS(3575), 1, - anon_sym_map_LBRACK, - ACTIONS(3577), 1, + ACTIONS(3696), 1, anon_sym_chan, - ACTIONS(3579), 1, + ACTIONS(3698), 1, anon_sym_thread, - ACTIONS(3581), 1, + ACTIONS(3700), 1, anon_sym_atomic, - ACTIONS(5537), 1, + ACTIONS(5513), 1, + anon_sym_LPAREN, + ACTIONS(5515), 1, anon_sym_STAR, - ACTIONS(5539), 1, + ACTIONS(5517), 1, anon_sym_QMARK, - ACTIONS(5541), 1, + ACTIONS(5519), 1, anon_sym_BANG, - ACTIONS(5543), 1, + ACTIONS(5521), 1, anon_sym_LBRACK2, - ACTIONS(5545), 1, + ACTIONS(5523), 1, anon_sym_AMP, - STATE(2058), 1, + ACTIONS(5525), 1, + anon_sym_map_LBRACK, + STATE(2238), 1, sym_plain_type, - STATE(4465), 1, + STATE(4644), 1, sym_reference_expression, - STATE(1919), 2, + STATE(2151), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2126), 4, + STATE(2188), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2127), 12, + STATE(2189), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286206,50 +289001,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113825] = 20, + [115918] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(3674), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(3678), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3682), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(3692), 1, anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(3696), 1, + anon_sym_chan, + ACTIONS(3698), 1, + anon_sym_thread, + ACTIONS(3700), 1, + anon_sym_atomic, + ACTIONS(5513), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(5515), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5517), 1, + anon_sym_QMARK, + ACTIONS(5519), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5521), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5523), 1, anon_sym_AMP, - STATE(4092), 1, + ACTIONS(5525), 1, + anon_sym_map_LBRACK, + STATE(2240), 1, sym_plain_type, - STATE(4600), 1, + STATE(4644), 1, sym_reference_expression, - STATE(3581), 2, + STATE(2151), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(2188), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(2189), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286262,50 +289057,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113901] = 20, + [115994] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(553), 1, + ACTIONS(3959), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(3961), 1, + anon_sym_LPAREN, + ACTIONS(3963), 1, anon_sym_fn, - ACTIONS(563), 1, + ACTIONS(3965), 1, + anon_sym_STAR, + ACTIONS(3967), 1, anon_sym_struct, - ACTIONS(573), 1, + ACTIONS(3977), 1, anon_sym_shared, - ACTIONS(577), 1, + ACTIONS(3979), 1, + anon_sym_map_LBRACK, + ACTIONS(3981), 1, anon_sym_chan, - ACTIONS(579), 1, + ACTIONS(3983), 1, anon_sym_thread, - ACTIONS(581), 1, + ACTIONS(3985), 1, anon_sym_atomic, - ACTIONS(5605), 1, - anon_sym_LPAREN, - ACTIONS(5607), 1, - anon_sym_STAR, - ACTIONS(5609), 1, + ACTIONS(5649), 1, anon_sym_QMARK, - ACTIONS(5611), 1, + ACTIONS(5651), 1, anon_sym_BANG, - ACTIONS(5613), 1, + ACTIONS(5653), 1, anon_sym_LBRACK2, - ACTIONS(5615), 1, + ACTIONS(5655), 1, anon_sym_AMP, - ACTIONS(5617), 1, - anon_sym_map_LBRACK, - STATE(878), 1, + STATE(2687), 1, sym_plain_type, - STATE(4460), 1, + STATE(4648), 1, sym_reference_expression, - STATE(521), 2, + STATE(2649), 2, sym_type_reference_expression, sym_qualified_type, - STATE(898), 4, + STATE(2778), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(896), 12, + STATE(2779), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286318,50 +289113,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [113977] = 20, + [116070] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(553), 1, + ACTIONS(43), 1, + anon_sym_QMARK, + ACTIONS(81), 1, + anon_sym_map_LBRACK, + ACTIONS(83), 1, + anon_sym_chan, + ACTIONS(85), 1, + anon_sym_thread, + ACTIONS(87), 1, + anon_sym_atomic, + ACTIONS(585), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(563), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(573), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(577), 1, - anon_sym_chan, - ACTIONS(579), 1, - anon_sym_thread, - ACTIONS(581), 1, - anon_sym_atomic, - ACTIONS(5605), 1, + ACTIONS(3379), 1, anon_sym_LPAREN, - ACTIONS(5607), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5609), 1, - anon_sym_QMARK, - ACTIONS(5611), 1, + ACTIONS(5227), 1, anon_sym_BANG, - ACTIONS(5613), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5615), 1, + ACTIONS(5231), 1, anon_sym_AMP, - ACTIONS(5617), 1, - anon_sym_map_LBRACK, - STATE(929), 1, + STATE(3894), 1, sym_plain_type, - STATE(4460), 1, + STATE(4656), 1, sym_reference_expression, - STATE(521), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(898), 4, + STATE(3675), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(896), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286374,50 +289169,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114053] = 20, + [116146] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(553), 1, + ACTIONS(3959), 1, sym_identifier, - ACTIONS(559), 1, + ACTIONS(3961), 1, + anon_sym_LPAREN, + ACTIONS(3963), 1, anon_sym_fn, - ACTIONS(563), 1, + ACTIONS(3965), 1, + anon_sym_STAR, + ACTIONS(3967), 1, anon_sym_struct, - ACTIONS(573), 1, + ACTIONS(3977), 1, anon_sym_shared, - ACTIONS(577), 1, + ACTIONS(3979), 1, + anon_sym_map_LBRACK, + ACTIONS(3981), 1, anon_sym_chan, - ACTIONS(579), 1, + ACTIONS(3983), 1, anon_sym_thread, - ACTIONS(581), 1, + ACTIONS(3985), 1, anon_sym_atomic, - ACTIONS(5605), 1, - anon_sym_LPAREN, - ACTIONS(5607), 1, - anon_sym_STAR, - ACTIONS(5609), 1, + ACTIONS(5649), 1, anon_sym_QMARK, - ACTIONS(5611), 1, + ACTIONS(5651), 1, anon_sym_BANG, - ACTIONS(5613), 1, + ACTIONS(5653), 1, anon_sym_LBRACK2, - ACTIONS(5615), 1, + ACTIONS(5655), 1, anon_sym_AMP, - ACTIONS(5617), 1, - anon_sym_map_LBRACK, - STATE(931), 1, + STATE(2686), 1, sym_plain_type, - STATE(4460), 1, + STATE(4648), 1, sym_reference_expression, - STATE(521), 2, + STATE(2649), 2, sym_type_reference_expression, sym_qualified_type, - STATE(898), 4, + STATE(2778), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(896), 12, + STATE(2779), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286430,50 +289225,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114129] = 20, + [116222] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3277), 1, + ACTIONS(3704), 1, sym_identifier, - ACTIONS(3281), 1, + ACTIONS(3706), 1, + anon_sym_LPAREN, + ACTIONS(3708), 1, anon_sym_fn, - ACTIONS(3285), 1, + ACTIONS(3710), 1, + anon_sym_STAR, + ACTIONS(3712), 1, anon_sym_struct, - ACTIONS(3295), 1, + ACTIONS(3722), 1, anon_sym_shared, - ACTIONS(3299), 1, + ACTIONS(3724), 1, + anon_sym_map_LBRACK, + ACTIONS(3726), 1, anon_sym_chan, - ACTIONS(3301), 1, + ACTIONS(3728), 1, anon_sym_thread, - ACTIONS(3303), 1, + ACTIONS(3730), 1, anon_sym_atomic, - ACTIONS(5633), 1, - anon_sym_LPAREN, - ACTIONS(5635), 1, - anon_sym_STAR, - ACTIONS(5637), 1, + ACTIONS(5579), 1, anon_sym_QMARK, - ACTIONS(5639), 1, + ACTIONS(5581), 1, anon_sym_BANG, - ACTIONS(5641), 1, + ACTIONS(5583), 1, anon_sym_LBRACK2, - ACTIONS(5643), 1, + ACTIONS(5585), 1, anon_sym_AMP, - ACTIONS(5645), 1, - anon_sym_map_LBRACK, - STATE(1245), 1, + STATE(2360), 1, sym_plain_type, - STATE(4507), 1, + STATE(4498), 1, sym_reference_expression, - STATE(1164), 2, + STATE(2319), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1175), 4, + STATE(2337), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1176), 12, + STATE(2338), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286486,50 +289281,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114205] = 20, + [116298] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(3704), 1, sym_identifier, - ACTIONS(3419), 1, - anon_sym_struct, - ACTIONS(5321), 1, + ACTIONS(3706), 1, + anon_sym_LPAREN, + ACTIONS(3708), 1, anon_sym_fn, - ACTIONS(5333), 1, + ACTIONS(3710), 1, + anon_sym_STAR, + ACTIONS(3712), 1, + anon_sym_struct, + ACTIONS(3722), 1, anon_sym_shared, - ACTIONS(5337), 1, + ACTIONS(3724), 1, + anon_sym_map_LBRACK, + ACTIONS(3726), 1, anon_sym_chan, - ACTIONS(5339), 1, + ACTIONS(3728), 1, anon_sym_thread, - ACTIONS(5341), 1, + ACTIONS(3730), 1, anon_sym_atomic, - ACTIONS(5399), 1, - anon_sym_LPAREN, - ACTIONS(5403), 1, - anon_sym_STAR, - ACTIONS(5405), 1, + ACTIONS(5579), 1, anon_sym_QMARK, - ACTIONS(5407), 1, + ACTIONS(5581), 1, anon_sym_BANG, - ACTIONS(5409), 1, + ACTIONS(5583), 1, anon_sym_LBRACK2, - ACTIONS(5411), 1, + ACTIONS(5585), 1, anon_sym_AMP, - ACTIONS(5413), 1, - anon_sym_map_LBRACK, - STATE(1635), 1, + STATE(2395), 1, sym_plain_type, - STATE(4416), 1, + STATE(4498), 1, sym_reference_expression, - STATE(3389), 2, + STATE(2319), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(2337), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(2338), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286542,50 +289337,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114281] = 20, + [116374] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(3704), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(3706), 1, + anon_sym_LPAREN, + ACTIONS(3708), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3710), 1, + anon_sym_STAR, + ACTIONS(3712), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(3722), 1, anon_sym_shared, - ACTIONS(3377), 1, - anon_sym_LPAREN, - ACTIONS(3379), 1, - anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(3724), 1, + anon_sym_map_LBRACK, + ACTIONS(3726), 1, + anon_sym_chan, + ACTIONS(3728), 1, + anon_sym_thread, + ACTIONS(3730), 1, + anon_sym_atomic, + ACTIONS(5579), 1, + anon_sym_QMARK, + ACTIONS(5581), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5583), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5585), 1, anon_sym_AMP, - STATE(4562), 1, + STATE(2374), 1, sym_plain_type, - STATE(4600), 1, + STATE(4498), 1, sym_reference_expression, - STATE(3581), 2, + STATE(2319), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(2337), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(2338), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286598,50 +289393,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114357] = 20, + [116450] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(3201), 1, sym_identifier, - ACTIONS(599), 1, - anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3423), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(5365), 1, + anon_sym_fn, + ACTIONS(5377), 1, anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(5381), 1, + anon_sym_chan, + ACTIONS(5383), 1, + anon_sym_thread, + ACTIONS(5385), 1, + anon_sym_atomic, + ACTIONS(5405), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(5409), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5411), 1, + anon_sym_QMARK, + ACTIONS(5413), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5415), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5417), 1, anon_sym_AMP, - STATE(4063), 1, + ACTIONS(5419), 1, + anon_sym_map_LBRACK, + STATE(1666), 1, sym_plain_type, - STATE(4600), 1, + STATE(4512), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3367), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1632), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1655), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286654,50 +289449,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114433] = 20, + [116526] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(3443), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(3447), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3451), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(3461), 1, anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(3465), 1, + anon_sym_chan, + ACTIONS(3467), 1, + anon_sym_thread, + ACTIONS(3469), 1, + anon_sym_atomic, + ACTIONS(5551), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(5553), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5555), 1, + anon_sym_QMARK, + ACTIONS(5557), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5559), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5561), 1, anon_sym_AMP, - STATE(2410), 1, + ACTIONS(5563), 1, + anon_sym_map_LBRACK, + STATE(1904), 1, sym_plain_type, - STATE(4600), 1, + STATE(4636), 1, sym_reference_expression, - STATE(3581), 2, + STATE(1793), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1876), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1869), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286710,50 +289505,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114509] = 20, + [116602] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(3443), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(3447), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3451), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(3461), 1, anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(3465), 1, + anon_sym_chan, + ACTIONS(3467), 1, + anon_sym_thread, + ACTIONS(3469), 1, + anon_sym_atomic, + ACTIONS(5551), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(5553), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5555), 1, + anon_sym_QMARK, + ACTIONS(5557), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5559), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5561), 1, anon_sym_AMP, - STATE(2409), 1, + ACTIONS(5563), 1, + anon_sym_map_LBRACK, + STATE(1903), 1, sym_plain_type, - STATE(4600), 1, + STATE(4636), 1, sym_reference_expression, - STATE(3581), 2, + STATE(1793), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1876), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1869), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286766,50 +289561,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114585] = 20, + [116678] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(553), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(559), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(563), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(573), 1, anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(577), 1, + anon_sym_chan, + ACTIONS(579), 1, + anon_sym_thread, + ACTIONS(581), 1, + anon_sym_atomic, + ACTIONS(5627), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(5629), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5631), 1, + anon_sym_QMARK, + ACTIONS(5633), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5635), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5637), 1, anon_sym_AMP, - STATE(4153), 1, + ACTIONS(5639), 1, + anon_sym_map_LBRACK, + STATE(854), 1, sym_plain_type, - STATE(4600), 1, + STATE(4567), 1, sym_reference_expression, - STATE(3581), 2, + STATE(444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(518), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(515), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286822,50 +289617,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114661] = 20, + [116754] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1602), 1, + ACTIONS(3736), 1, sym_identifier, - ACTIONS(1606), 1, + ACTIONS(3740), 1, anon_sym_fn, - ACTIONS(1610), 1, + ACTIONS(3744), 1, anon_sym_struct, - ACTIONS(1620), 1, + ACTIONS(3754), 1, anon_sym_shared, - ACTIONS(1624), 1, + ACTIONS(3758), 1, anon_sym_chan, - ACTIONS(1626), 1, + ACTIONS(3760), 1, anon_sym_thread, - ACTIONS(1628), 1, + ACTIONS(3762), 1, anon_sym_atomic, - ACTIONS(5591), 1, + ACTIONS(5587), 1, anon_sym_LPAREN, - ACTIONS(5593), 1, + ACTIONS(5589), 1, anon_sym_STAR, - ACTIONS(5595), 1, + ACTIONS(5591), 1, anon_sym_QMARK, - ACTIONS(5597), 1, + ACTIONS(5593), 1, anon_sym_BANG, - ACTIONS(5599), 1, + ACTIONS(5595), 1, anon_sym_LBRACK2, - ACTIONS(5601), 1, + ACTIONS(5597), 1, anon_sym_AMP, - ACTIONS(5603), 1, + ACTIONS(5599), 1, anon_sym_map_LBRACK, - STATE(1028), 1, + STATE(2474), 1, sym_plain_type, - STATE(4444), 1, + STATE(4577), 1, sym_reference_expression, - STATE(994), 2, + STATE(2433), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1059), 4, + STATE(2505), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1060), 12, + STATE(2503), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286878,50 +289673,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114737] = 20, + [116830] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(3736), 1, sym_identifier, - ACTIONS(3419), 1, - anon_sym_struct, - ACTIONS(5321), 1, + ACTIONS(3740), 1, anon_sym_fn, - ACTIONS(5333), 1, + ACTIONS(3744), 1, + anon_sym_struct, + ACTIONS(3754), 1, anon_sym_shared, - ACTIONS(5337), 1, + ACTIONS(3758), 1, anon_sym_chan, - ACTIONS(5339), 1, + ACTIONS(3760), 1, anon_sym_thread, - ACTIONS(5341), 1, + ACTIONS(3762), 1, anon_sym_atomic, - ACTIONS(5399), 1, + ACTIONS(5587), 1, anon_sym_LPAREN, - ACTIONS(5403), 1, + ACTIONS(5589), 1, anon_sym_STAR, - ACTIONS(5405), 1, + ACTIONS(5591), 1, anon_sym_QMARK, - ACTIONS(5407), 1, + ACTIONS(5593), 1, anon_sym_BANG, - ACTIONS(5409), 1, + ACTIONS(5595), 1, anon_sym_LBRACK2, - ACTIONS(5411), 1, + ACTIONS(5597), 1, anon_sym_AMP, - ACTIONS(5413), 1, + ACTIONS(5599), 1, anon_sym_map_LBRACK, - STATE(1639), 1, + STATE(2475), 1, sym_plain_type, - STATE(4416), 1, + STATE(4577), 1, sym_reference_expression, - STATE(3389), 2, + STATE(2433), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1665), 4, + STATE(2505), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1641), 12, + STATE(2503), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286934,50 +289729,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114813] = 20, + [116906] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(3443), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(3447), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(3451), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(3461), 1, anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(3465), 1, + anon_sym_chan, + ACTIONS(3467), 1, + anon_sym_thread, + ACTIONS(3469), 1, + anon_sym_atomic, + ACTIONS(5551), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(5553), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5555), 1, + anon_sym_QMARK, + ACTIONS(5557), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5559), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5561), 1, anon_sym_AMP, - STATE(2407), 1, + ACTIONS(5563), 1, + anon_sym_map_LBRACK, + STATE(1800), 1, sym_plain_type, - STATE(4600), 1, + STATE(4636), 1, sym_reference_expression, - STATE(3581), 2, + STATE(1793), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(1876), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(1869), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -286990,50 +289785,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114889] = 20, + [116982] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1602), 1, + ACTIONS(553), 1, sym_identifier, - ACTIONS(1606), 1, + ACTIONS(559), 1, anon_sym_fn, - ACTIONS(1610), 1, + ACTIONS(563), 1, anon_sym_struct, - ACTIONS(1620), 1, + ACTIONS(573), 1, anon_sym_shared, - ACTIONS(1624), 1, + ACTIONS(577), 1, anon_sym_chan, - ACTIONS(1626), 1, + ACTIONS(579), 1, anon_sym_thread, - ACTIONS(1628), 1, + ACTIONS(581), 1, anon_sym_atomic, - ACTIONS(5591), 1, + ACTIONS(5627), 1, anon_sym_LPAREN, - ACTIONS(5593), 1, + ACTIONS(5629), 1, anon_sym_STAR, - ACTIONS(5595), 1, + ACTIONS(5631), 1, anon_sym_QMARK, - ACTIONS(5597), 1, + ACTIONS(5633), 1, anon_sym_BANG, - ACTIONS(5599), 1, + ACTIONS(5635), 1, anon_sym_LBRACK2, - ACTIONS(5601), 1, + ACTIONS(5637), 1, anon_sym_AMP, - ACTIONS(5603), 1, + ACTIONS(5639), 1, anon_sym_map_LBRACK, - STATE(1017), 1, + STATE(789), 1, sym_plain_type, - STATE(4444), 1, + STATE(4567), 1, sym_reference_expression, - STATE(994), 2, + STATE(444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1059), 4, + STATE(518), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1060), 12, + STATE(515), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287046,50 +289841,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [114965] = 20, + [117058] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1602), 1, + ACTIONS(3959), 1, sym_identifier, - ACTIONS(1606), 1, + ACTIONS(3961), 1, + anon_sym_LPAREN, + ACTIONS(3963), 1, anon_sym_fn, - ACTIONS(1610), 1, + ACTIONS(3965), 1, + anon_sym_STAR, + ACTIONS(3967), 1, anon_sym_struct, - ACTIONS(1620), 1, + ACTIONS(3977), 1, anon_sym_shared, - ACTIONS(1624), 1, + ACTIONS(3979), 1, + anon_sym_map_LBRACK, + ACTIONS(3981), 1, anon_sym_chan, - ACTIONS(1626), 1, + ACTIONS(3983), 1, anon_sym_thread, - ACTIONS(1628), 1, + ACTIONS(3985), 1, anon_sym_atomic, - ACTIONS(5591), 1, - anon_sym_LPAREN, - ACTIONS(5593), 1, - anon_sym_STAR, - ACTIONS(5595), 1, + ACTIONS(5649), 1, anon_sym_QMARK, - ACTIONS(5597), 1, + ACTIONS(5651), 1, anon_sym_BANG, - ACTIONS(5599), 1, + ACTIONS(5653), 1, anon_sym_LBRACK2, - ACTIONS(5601), 1, + ACTIONS(5655), 1, anon_sym_AMP, - ACTIONS(5603), 1, - anon_sym_map_LBRACK, - STATE(1016), 1, + STATE(2807), 1, sym_plain_type, - STATE(4444), 1, + STATE(4648), 1, sym_reference_expression, - STATE(994), 2, + STATE(2649), 2, sym_type_reference_expression, sym_qualified_type, - STATE(1059), 4, + STATE(2778), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(1060), 12, + STATE(2779), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287102,50 +289897,50 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115041] = 20, + [117134] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(43), 1, - anon_sym_QMARK, - ACTIONS(81), 1, - anon_sym_map_LBRACK, - ACTIONS(83), 1, - anon_sym_chan, - ACTIONS(85), 1, - anon_sym_thread, - ACTIONS(87), 1, - anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(553), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(559), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(563), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(573), 1, anon_sym_shared, - ACTIONS(3377), 1, + ACTIONS(577), 1, + anon_sym_chan, + ACTIONS(579), 1, + anon_sym_thread, + ACTIONS(581), 1, + anon_sym_atomic, + ACTIONS(5627), 1, anon_sym_LPAREN, - ACTIONS(3379), 1, + ACTIONS(5629), 1, anon_sym_STAR, - ACTIONS(5139), 1, + ACTIONS(5631), 1, + anon_sym_QMARK, + ACTIONS(5633), 1, anon_sym_BANG, - ACTIONS(5141), 1, + ACTIONS(5635), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5637), 1, anon_sym_AMP, - STATE(4430), 1, + ACTIONS(5639), 1, + anon_sym_map_LBRACK, + STATE(749), 1, sym_plain_type, - STATE(4600), 1, + STATE(4567), 1, sym_reference_expression, - STATE(3581), 2, + STATE(444), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2428), 4, + STATE(518), 4, sym__plain_type_without_special, sym_multi_return_type, sym_result_type, sym_option_type, - STATE(2424), 12, + STATE(515), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287158,7 +289953,54 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115117] = 16, + [117210] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1348), 1, + sym___double_quote, + ACTIONS(1350), 1, + sym___single_quote, + ACTIONS(1352), 1, + sym___c_double_quote, + ACTIONS(1354), 1, + sym___c_single_quote, + ACTIONS(1356), 1, + sym___r_double_quote, + ACTIONS(1358), 1, + sym___r_single_quote, + ACTIONS(5657), 1, + sym_identifier, + ACTIONS(5659), 1, + anon_sym_if, + ACTIONS(5661), 1, + anon_sym_unsafe, + STATE(3955), 1, + sym_attribute_expression, + STATE(3958), 1, + sym_value_attribute, + STATE(3980), 1, + sym_reference_expression, + STATE(4412), 1, + sym_literal, + ACTIONS(1342), 2, + sym_float_literal, + sym_rune_literal, + STATE(2394), 3, + sym_c_string_literal, + sym_raw_string_literal, + sym_interpreted_string_literal, + STATE(4328), 4, + sym_if_attribute, + sym__plain_attribute, + sym_literal_attribute, + sym_key_value_attribute, + ACTIONS(1326), 5, + sym_none, + sym_true, + sym_false, + sym_nil, + sym_int_literal, + [117275] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, @@ -287169,28 +290011,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3379), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(4387), 1, + STATE(4466), 1, sym__plain_type_without_special, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287203,7 +290045,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115178] = 16, + [117336] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, @@ -287214,28 +290056,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3379), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(4301), 1, + STATE(4286), 1, sym__plain_type_without_special, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287248,7 +290090,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115239] = 16, + [117397] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, @@ -287259,28 +290101,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3379), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(4377), 1, + STATE(4482), 1, sym__plain_type_without_special, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287293,54 +290135,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115300] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1293), 1, - sym___double_quote, - ACTIONS(1295), 1, - sym___single_quote, - ACTIONS(1297), 1, - sym___c_double_quote, - ACTIONS(1299), 1, - sym___c_single_quote, - ACTIONS(1301), 1, - sym___r_double_quote, - ACTIONS(1303), 1, - sym___r_single_quote, - ACTIONS(5647), 1, - sym_identifier, - ACTIONS(5649), 1, - anon_sym_if, - ACTIONS(5651), 1, - anon_sym_unsafe, - STATE(3967), 1, - sym_reference_expression, - STATE(4013), 1, - sym_value_attribute, - STATE(4027), 1, - sym_attribute_expression, - STATE(4247), 1, - sym_literal, - ACTIONS(1287), 2, - sym_float_literal, - sym_rune_literal, - STATE(2336), 3, - sym_c_string_literal, - sym_raw_string_literal, - sym_interpreted_string_literal, - STATE(4184), 4, - sym_if_attribute, - sym__plain_attribute, - sym_literal_attribute, - sym_key_value_attribute, - ACTIONS(1271), 5, - sym_none, - sym_true, - sym_false, - sym_nil, - sym_int_literal, - [115365] = 16, + [117458] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, @@ -287351,28 +290146,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3379), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(4354), 1, + STATE(4168), 1, sym__plain_type_without_special, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287385,7 +290180,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115426] = 16, + [117519] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, @@ -287396,28 +290191,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3379), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(4263), 1, + STATE(4407), 1, sym__plain_type_without_special, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287430,54 +290225,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115487] = 18, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1293), 1, - sym___double_quote, - ACTIONS(1295), 1, - sym___single_quote, - ACTIONS(1297), 1, - sym___c_double_quote, - ACTIONS(1299), 1, - sym___c_single_quote, - ACTIONS(1301), 1, - sym___r_double_quote, - ACTIONS(1303), 1, - sym___r_single_quote, - ACTIONS(5647), 1, - sym_identifier, - ACTIONS(5649), 1, - anon_sym_if, - ACTIONS(5651), 1, - anon_sym_unsafe, - STATE(3967), 1, - sym_reference_expression, - STATE(4013), 1, - sym_value_attribute, - STATE(4093), 1, - sym_attribute_expression, - STATE(4247), 1, - sym_literal, - ACTIONS(1287), 2, - sym_float_literal, - sym_rune_literal, - STATE(2336), 3, - sym_c_string_literal, - sym_raw_string_literal, - sym_interpreted_string_literal, - STATE(4184), 4, - sym_if_attribute, - sym__plain_attribute, - sym_literal_attribute, - sym_key_value_attribute, - ACTIONS(1271), 5, - sym_none, - sym_true, - sym_false, - sym_nil, - sym_int_literal, - [115552] = 16, + [117580] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, @@ -287488,28 +290236,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3379), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(4211), 1, - sym__plain_type_without_special, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(4735), 1, + sym__plain_type_without_special, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287522,7 +290270,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115613] = 16, + [117641] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, @@ -287533,28 +290281,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3379), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(4219), 1, + STATE(4266), 1, sym__plain_type_without_special, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287567,7 +290315,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115674] = 16, + [117702] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, @@ -287578,28 +290326,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3379), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(4496), 1, + STATE(4240), 1, sym__plain_type_without_special, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287612,7 +290360,54 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115735] = 16, + [117763] = 18, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1348), 1, + sym___double_quote, + ACTIONS(1350), 1, + sym___single_quote, + ACTIONS(1352), 1, + sym___c_double_quote, + ACTIONS(1354), 1, + sym___c_single_quote, + ACTIONS(1356), 1, + sym___r_double_quote, + ACTIONS(1358), 1, + sym___r_single_quote, + ACTIONS(5657), 1, + sym_identifier, + ACTIONS(5659), 1, + anon_sym_if, + ACTIONS(5661), 1, + anon_sym_unsafe, + STATE(3958), 1, + sym_value_attribute, + STATE(3980), 1, + sym_reference_expression, + STATE(4311), 1, + sym_attribute_expression, + STATE(4412), 1, + sym_literal, + ACTIONS(1342), 2, + sym_float_literal, + sym_rune_literal, + STATE(2394), 3, + sym_c_string_literal, + sym_raw_string_literal, + sym_interpreted_string_literal, + STATE(4328), 4, + sym_if_attribute, + sym__plain_attribute, + sym_literal_attribute, + sym_key_value_attribute, + ACTIONS(1326), 5, + sym_none, + sym_true, + sym_false, + sym_nil, + sym_int_literal, + [117828] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, @@ -287623,28 +290418,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3379), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(4119), 1, + STATE(4366), 1, sym__plain_type_without_special, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287657,7 +290452,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115796] = 16, + [117889] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, @@ -287668,28 +290463,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3379), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(4318), 1, + STATE(4180), 1, sym__plain_type_without_special, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287702,7 +290497,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115857] = 16, + [117950] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, @@ -287713,28 +290508,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3379), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(4103), 1, + STATE(4465), 1, sym__plain_type_without_special, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287747,7 +290542,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115918] = 16, + [118011] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, @@ -287758,28 +290553,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3379), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(4137), 1, + STATE(4364), 1, sym__plain_type_without_special, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287792,7 +290587,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [115979] = 16, + [118072] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, @@ -287803,28 +290598,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3379), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(4438), 1, + STATE(4437), 1, sym__plain_type_without_special, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287837,7 +290632,7 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [116040] = 16, + [118133] = 16, ACTIONS(3), 1, sym_comment, ACTIONS(81), 1, @@ -287848,28 +290643,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, ACTIONS(87), 1, anon_sym_atomic, - ACTIONS(593), 1, + ACTIONS(585), 1, sym_identifier, - ACTIONS(599), 1, + ACTIONS(591), 1, anon_sym_fn, - ACTIONS(603), 1, + ACTIONS(595), 1, anon_sym_struct, - ACTIONS(611), 1, + ACTIONS(603), 1, anon_sym_shared, - ACTIONS(3379), 1, + ACTIONS(3381), 1, anon_sym_STAR, - ACTIONS(5141), 1, + ACTIONS(5229), 1, anon_sym_LBRACK2, - ACTIONS(5143), 1, + ACTIONS(5231), 1, anon_sym_AMP, - STATE(4208), 1, + STATE(4220), 1, sym__plain_type_without_special, - STATE(4600), 1, + STATE(4656), 1, sym_reference_expression, - STATE(3581), 2, + STATE(3476), 2, sym_type_reference_expression, sym_qualified_type, - STATE(2424), 12, + STATE(3676), 12, sym_anon_struct_type, sym_fixed_array_type, sym_array_type, @@ -287882,42 +290677,42 @@ static const uint16_t ts_small_parse_table[] = { sym_atomic_type, sym_generic_type, sym_function_type, - [116101] = 16, + [118194] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(4671), 1, - anon_sym_LBRACK, - ACTIONS(5653), 1, + ACTIONS(5663), 1, sym_identifier, - ACTIONS(5655), 1, + ACTIONS(5665), 1, anon_sym_LPAREN, - ACTIONS(5661), 1, + ACTIONS(5671), 1, + anon_sym_LBRACK, + ACTIONS(5673), 1, anon_sym_LT2, - ACTIONS(5663), 1, + ACTIONS(5675), 1, anon_sym_LBRACK2, - STATE(3405), 1, + STATE(3412), 1, sym_receiver, - STATE(3537), 1, + STATE(3538), 1, sym_capture_list, - STATE(3784), 1, + STATE(3838), 1, sym_generic_parameters, - STATE(4095), 1, + STATE(4283), 1, sym_signature, - STATE(4613), 1, + STATE(4675), 1, sym_reference_expression, - STATE(4626), 1, + STATE(4682), 1, sym_static_receiver, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - STATE(3534), 2, + STATE(3493), 2, sym__function_name, sym_overridable_operator, - ACTIONS(5659), 3, + ACTIONS(5669), 3, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(5657), 8, + ACTIONS(5667), 8, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, @@ -287926,10 +290721,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [116161] = 2, + [118254] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(3137), 24, + ACTIONS(3159), 24, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -287954,10 +290749,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, anon_sym_atomic, anon_sym_AT_LBRACK, - [116191] = 2, + [118284] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(3133), 24, + ACTIONS(3115), 24, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -287982,10 +290777,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, anon_sym_atomic, anon_sym_AT_LBRACK, - [116221] = 2, + [118314] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(3105), 24, + ACTIONS(3007), 24, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -288010,10 +290805,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, anon_sym_atomic, anon_sym_AT_LBRACK, - [116251] = 2, + [118344] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(3101), 24, + ACTIONS(3163), 24, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -288038,10 +290833,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, anon_sym_atomic, anon_sym_AT_LBRACK, - [116281] = 2, + [118374] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(3041), 24, + ACTIONS(3119), 24, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -288066,17 +290861,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_thread, anon_sym_atomic, anon_sym_AT_LBRACK, - [116311] = 4, + [118404] = 4, ACTIONS(487), 1, sym_comment, - STATE(3569), 1, + STATE(3592), 1, aux_sym_strictly_expression_list_repeat1, - ACTIONS(1684), 4, + ACTIONS(1634), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - ACTIONS(1690), 15, + ACTIONS(1640), 15, anon_sym_COMMA, anon_sym_EQ, anon_sym_STAR_EQ, @@ -288092,10 +290887,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [116341] = 3, + [118434] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3105), 7, + ACTIONS(3159), 7, anon_sym_fn, anon_sym_struct, sym_identifier, @@ -288103,22 +290898,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(3103), 11, + ACTIONS(3157), 12, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_STAR, + anon_sym_GT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_map_LBRACK, - [116367] = 3, + [118461] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3137), 7, + ACTIONS(3119), 7, anon_sym_fn, anon_sym_struct, sym_identifier, @@ -288126,22 +290922,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(3135), 11, + ACTIONS(3117), 12, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_STAR, + anon_sym_GT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_map_LBRACK, - [116393] = 3, + [118488] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3133), 7, + ACTIONS(3115), 7, anon_sym_fn, anon_sym_struct, sym_identifier, @@ -288149,39 +290946,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(3131), 11, + ACTIONS(3113), 12, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_STAR, + anon_sym_GT, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_BANG, anon_sym_LBRACK2, anon_sym_AMP, anon_sym_map_LBRACK, - [116419] = 9, + [118515] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5653), 1, + ACTIONS(3007), 7, + anon_sym_fn, + anon_sym_struct, sym_identifier, - ACTIONS(5665), 1, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + ACTIONS(3005), 12, + anon_sym_LBRACE, + anon_sym_COMMA, anon_sym_LPAREN, - STATE(3374), 1, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_GT, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_map_LBRACK, + [118542] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3163), 7, + anon_sym_fn, + anon_sym_struct, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + ACTIONS(3161), 12, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR, + anon_sym_GT, + anon_sym_RBRACK, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_map_LBRACK, + [118569] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5663), 1, + sym_identifier, + ACTIONS(5677), 1, + anon_sym_LPAREN, + STATE(3406), 1, sym_receiver, - STATE(4613), 1, + STATE(4675), 1, sym_reference_expression, - STATE(4668), 1, + STATE(4720), 1, sym_static_receiver, - STATE(3515), 2, + STATE(3519), 2, sym__function_name, sym_overridable_operator, - ACTIONS(5659), 3, + ACTIONS(5669), 3, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(5657), 8, + ACTIONS(5667), 8, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, @@ -288190,27 +291036,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [116457] = 9, + [118607] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5653), 1, + ACTIONS(5663), 1, sym_identifier, - ACTIONS(5665), 1, + ACTIONS(5677), 1, anon_sym_LPAREN, - STATE(3365), 1, + STATE(3399), 1, sym_receiver, - STATE(4560), 1, - sym_static_receiver, - STATE(4613), 1, + STATE(4675), 1, sym_reference_expression, - STATE(3529), 2, + STATE(4695), 1, + sym_static_receiver, + STATE(3504), 2, sym__function_name, sym_overridable_operator, - ACTIONS(5659), 3, + ACTIONS(5669), 3, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(5657), 8, + ACTIONS(5667), 8, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, @@ -288219,27 +291065,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [116495] = 9, + [118645] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5653), 1, + ACTIONS(5663), 1, sym_identifier, - ACTIONS(5665), 1, + ACTIONS(5677), 1, anon_sym_LPAREN, - STATE(3397), 1, + STATE(3389), 1, sym_receiver, - STATE(4542), 1, - sym_static_receiver, - STATE(4613), 1, + STATE(4675), 1, sym_reference_expression, - STATE(3506), 2, + STATE(4696), 1, + sym_static_receiver, + STATE(3496), 2, sym__function_name, sym_overridable_operator, - ACTIONS(5659), 3, + ACTIONS(5669), 3, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(5657), 8, + ACTIONS(5667), 8, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, @@ -288248,109 +291094,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [116533] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3041), 7, - anon_sym_fn, - anon_sym_struct, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - ACTIONS(3039), 11, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_map_LBRACK, - [116559] = 12, + [118683] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1293), 1, + ACTIONS(1348), 1, sym___double_quote, - ACTIONS(1295), 1, + ACTIONS(1350), 1, sym___single_quote, - ACTIONS(1297), 1, + ACTIONS(1352), 1, sym___c_double_quote, - ACTIONS(1299), 1, + ACTIONS(1354), 1, sym___c_single_quote, - ACTIONS(1301), 1, + ACTIONS(1356), 1, sym___r_double_quote, - ACTIONS(1303), 1, + ACTIONS(1358), 1, sym___r_single_quote, - ACTIONS(5667), 1, + ACTIONS(5679), 1, sym_identifier, - STATE(4218), 1, + STATE(4272), 1, sym_literal, - ACTIONS(1287), 2, + ACTIONS(1342), 2, sym_float_literal, sym_rune_literal, - STATE(2336), 3, + STATE(2394), 3, sym_c_string_literal, sym_raw_string_literal, sym_interpreted_string_literal, - ACTIONS(1271), 5, + ACTIONS(1326), 5, sym_none, sym_true, sym_false, sym_nil, sym_int_literal, - [116603] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3101), 7, - anon_sym_fn, - anon_sym_struct, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - ACTIONS(3099), 11, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR, - anon_sym_RBRACK, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_map_LBRACK, - [116629] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3305), 17, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - anon_sym_COLON_EQ, - [116652] = 2, + [118727] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(5669), 17, + ACTIONS(5681), 17, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -288368,14 +291147,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [116675] = 4, + [118750] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1682), 1, + ACTIONS(3307), 17, anon_sym_SEMI, - STATE(3969), 1, - aux_sym_strictly_expression_list_repeat1, - ACTIONS(3305), 15, + anon_sym_LBRACE, anon_sym_COMMA, anon_sym_EQ, anon_sym_STAR_EQ, @@ -288391,10 +291168,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [116702] = 2, + [118773] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(5671), 17, + ACTIONS(5683), 17, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -288412,14 +291189,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [116725] = 4, + [118796] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1682), 1, - anon_sym_LBRACE, - STATE(4091), 1, + ACTIONS(1632), 1, + anon_sym_SEMI, + STATE(3896), 1, aux_sym_strictly_expression_list_repeat1, - ACTIONS(3305), 15, + ACTIONS(3307), 15, anon_sym_COMMA, anon_sym_EQ, anon_sym_STAR_EQ, @@ -288435,14 +291212,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [116752] = 5, + [118823] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5673), 1, + ACTIONS(5685), 1, anon_sym_static, - ACTIONS(5675), 1, + ACTIONS(5687), 1, anon_sym_volatile, - ACTIONS(4314), 7, + ACTIONS(4322), 7, anon_sym_fn, anon_sym_struct, sym_identifier, @@ -288450,7 +291227,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(4316), 8, + ACTIONS(4324), 8, anon_sym_LPAREN, anon_sym_STAR, anon_sym_DOT_DOT_DOT, @@ -288459,14 +291236,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_map_LBRACK, - [116781] = 4, + [118852] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5677), 1, - anon_sym_COMMA, - STATE(3350), 1, + ACTIONS(1632), 1, + anon_sym_LBRACE, + STATE(3960), 1, aux_sym_strictly_expression_list_repeat1, - ACTIONS(3785), 14, + ACTIONS(3307), 15, + anon_sym_COMMA, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -288481,14 +291259,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [116807] = 4, + [118879] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5679), 1, + ACTIONS(4544), 1, anon_sym_COMMA, - STATE(3350), 1, + STATE(3356), 1, aux_sym_strictly_expression_list_repeat1, - ACTIONS(3305), 14, + ACTIONS(3229), 14, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -288503,15 +291281,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [116833] = 4, + [118905] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4566), 1, + ACTIONS(5689), 1, anon_sym_COMMA, - STATE(3355), 1, - aux_sym_expression_without_blocks_list_repeat1, - ACTIONS(5682), 14, - anon_sym_LBRACE, + STATE(3363), 1, + aux_sym_strictly_expression_list_repeat1, + ACTIONS(3779), 14, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -288525,14 +291302,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [116859] = 4, + anon_sym_COLON_EQ, + [118931] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5684), 1, + ACTIONS(5691), 1, anon_sym_COMMA, - STATE(3349), 1, + STATE(3356), 1, aux_sym_strictly_expression_list_repeat1, - ACTIONS(3227), 14, + ACTIONS(3229), 14, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -288547,14 +291325,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [116885] = 4, + [118957] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5686), 1, + ACTIONS(5693), 1, anon_sym_COMMA, - STATE(3349), 1, + STATE(3356), 1, aux_sym_strictly_expression_list_repeat1, - ACTIONS(3227), 14, + ACTIONS(3229), 14, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -288569,14 +291347,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [116911] = 4, + [118983] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4426), 1, + ACTIONS(5695), 1, + anon_sym_volatile, + ACTIONS(4709), 7, + anon_sym_fn, + anon_sym_struct, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + ACTIONS(4711), 8, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_DOT_DOT_DOT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_map_LBRACK, + [119009] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5697), 1, + anon_sym_COMMA, + STATE(3360), 1, + aux_sym_expression_without_blocks_list_repeat1, + ACTIONS(4603), 14, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + [119035] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4430), 1, anon_sym_COMMA, - STATE(3349), 1, + STATE(3356), 1, aux_sym_strictly_expression_list_repeat1, - ACTIONS(3227), 14, + ACTIONS(3229), 14, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -288591,14 +291413,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [116937] = 4, + [119061] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5688), 1, + ACTIONS(4582), 1, anon_sym_COMMA, - STATE(3355), 1, + STATE(3360), 1, aux_sym_expression_without_blocks_list_repeat1, - ACTIONS(4607), 14, + ACTIONS(5700), 14, anon_sym_LBRACE, anon_sym_EQ, anon_sym_STAR_EQ, @@ -288613,36 +291435,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [116963] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5691), 1, - anon_sym_volatile, - ACTIONS(4697), 7, - anon_sym_fn, - anon_sym_struct, - sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - ACTIONS(4699), 8, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_DOT_DOT_DOT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_map_LBRACK, - [116989] = 4, + [119087] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4534), 1, + ACTIONS(5702), 1, anon_sym_COMMA, - STATE(3349), 1, + STATE(3363), 1, aux_sym_strictly_expression_list_repeat1, - ACTIONS(3227), 14, + ACTIONS(3307), 14, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -288657,10 +291457,159 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_CARET_EQ, anon_sym_COLON_EQ, - [117015] = 3, + [119113] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(639), 1, + anon_sym_pub, + ACTIONS(5705), 1, + sym_identifier, + ACTIONS(5707), 1, + anon_sym_RBRACE, + STATE(3369), 1, + aux_sym__interface_body_repeat1, + STATE(3472), 1, + sym_embedded_definition, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, + sym__struct_field_definition, + STATE(4512), 1, + sym_reference_expression, + ACTIONS(627), 2, + anon_sym___global, + anon_sym_mut, + STATE(3440), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3492), 3, + sym_struct_field_scope, + sym_struct_field_declaration, + sym_interface_method_definition, + [119154] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5709), 1, + sym_identifier, + ACTIONS(5712), 1, + anon_sym_RBRACE, + ACTIONS(5717), 1, + anon_sym_pub, + STATE(3365), 1, + aux_sym__interface_body_repeat1, + STATE(3472), 1, + sym_embedded_definition, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, + sym__struct_field_definition, + STATE(4512), 1, + sym_reference_expression, + ACTIONS(5714), 2, + anon_sym___global, + anon_sym_mut, + STATE(3440), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3492), 3, + sym_struct_field_scope, + sym_struct_field_declaration, + sym_interface_method_definition, + [119195] = 3, + ACTIONS(487), 1, + sym_comment, + ACTIONS(3197), 2, + anon_sym_LBRACK, + anon_sym_LT2, + ACTIONS(3199), 13, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + anon_sym_LBRACK2, + sym_identifier, + anon_sym_AT_LBRACK, + [119218] = 5, + ACTIONS(487), 1, + sym_comment, + ACTIONS(5720), 1, + anon_sym_LBRACK, + ACTIONS(5722), 1, + anon_sym_LT2, + STATE(3418), 1, + sym_type_parameters, + ACTIONS(2628), 12, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + anon_sym_LBRACK2, + sym_identifier, + anon_sym_AT_LBRACK, + [119245] = 3, + ACTIONS(487), 1, + sym_comment, + ACTIONS(3177), 2, + anon_sym_LBRACK, + anon_sym_LT2, + ACTIONS(3179), 13, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + anon_sym_LBRACK2, + sym_identifier, + anon_sym_AT_LBRACK, + [119268] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(639), 1, + anon_sym_pub, + ACTIONS(5705), 1, + sym_identifier, + ACTIONS(5724), 1, + anon_sym_RBRACE, + STATE(3365), 1, + aux_sym__interface_body_repeat1, + STATE(3472), 1, + sym_embedded_definition, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, + sym__struct_field_definition, + STATE(4512), 1, + sym_reference_expression, + ACTIONS(627), 2, + anon_sym___global, + anon_sym_mut, + STATE(3440), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3492), 3, + sym_struct_field_scope, + sym_struct_field_declaration, + sym_interface_method_definition, + [119309] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4697), 7, + ACTIONS(4709), 7, anon_sym_fn, anon_sym_struct, sym_identifier, @@ -288668,7 +291617,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_chan, anon_sym_thread, anon_sym_atomic, - ACTIONS(4699), 8, + ACTIONS(4711), 8, anon_sym_LPAREN, anon_sym_STAR, anon_sym_DOT_DOT_DOT, @@ -288677,14 +291626,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, anon_sym_AMP, anon_sym_map_LBRACK, - [117038] = 4, + [119332] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5693), 1, + ACTIONS(4773), 7, + anon_sym_fn, + anon_sym_struct, + sym_identifier, + anon_sym_shared, + anon_sym_chan, + anon_sym_thread, + anon_sym_atomic, + ACTIONS(4775), 8, + anon_sym_LPAREN, + anon_sym_STAR, + anon_sym_DOT_DOT_DOT, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_LBRACK2, + anon_sym_AMP, + anon_sym_map_LBRACK, + [119355] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(2470), 1, + anon_sym_DOT, + ACTIONS(3177), 2, + anon_sym_LBRACK, + anon_sym_LT2, + ACTIONS(3179), 12, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + anon_sym_LBRACK2, + sym_identifier, + anon_sym_AT_LBRACK, + [119380] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5726), 1, anon_sym_LBRACE, - STATE(4707), 1, + STATE(4708), 1, sym__select_arm_assignment_statement, - ACTIONS(5695), 13, + ACTIONS(5728), 13, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -288698,383 +291688,430 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [117063] = 3, + [119405] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(4723), 7, - anon_sym_fn, - anon_sym_struct, + ACTIONS(639), 1, + anon_sym_pub, + ACTIONS(5730), 1, sym_identifier, - anon_sym_shared, - anon_sym_chan, - anon_sym_thread, - anon_sym_atomic, - ACTIONS(4725), 8, - anon_sym_LPAREN, - anon_sym_STAR, - anon_sym_DOT_DOT_DOT, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_LBRACK2, - anon_sym_AMP, - anon_sym_map_LBRACK, - [117086] = 12, + ACTIONS(5732), 1, + anon_sym_RBRACE, + STATE(3408), 1, + aux_sym__struct_body_repeat1, + STATE(3472), 1, + sym_embedded_definition, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, + sym__struct_field_definition, + STATE(4512), 1, + sym_reference_expression, + ACTIONS(627), 2, + anon_sym___global, + anon_sym_mut, + STATE(3440), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3491), 2, + sym_struct_field_scope, + sym_struct_field_declaration, + [119445] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5697), 1, + ACTIONS(5730), 1, sym_identifier, - ACTIONS(5699), 1, + ACTIONS(5734), 1, anon_sym_RBRACE, - STATE(3363), 1, - aux_sym__interface_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3398), 1, + aux_sym__struct_body_repeat1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3465), 3, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - sym_interface_method_definition, - [117127] = 12, + [119485] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5697), 1, + ACTIONS(5730), 1, sym_identifier, - ACTIONS(5701), 1, + ACTIONS(5736), 1, anon_sym_RBRACE, - STATE(3361), 1, - aux_sym__interface_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3404), 1, + aux_sym__struct_body_repeat1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3465), 3, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - sym_interface_method_definition, - [117168] = 12, + [119525] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(5703), 1, + ACTIONS(639), 1, + anon_sym_pub, + ACTIONS(5730), 1, sym_identifier, - ACTIONS(5706), 1, + ACTIONS(5738), 1, anon_sym_RBRACE, - ACTIONS(5711), 1, - anon_sym_pub, - STATE(3363), 1, - aux_sym__interface_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3408), 1, + aux_sym__struct_body_repeat1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, - ACTIONS(5708), 2, + ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3465), 3, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - sym_interface_method_definition, - [117209] = 5, + [119565] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(5714), 1, + ACTIONS(639), 1, + anon_sym_pub, + ACTIONS(5730), 1, sym_identifier, - STATE(3530), 2, - sym__function_name, - sym_overridable_operator, - ACTIONS(5659), 3, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5657), 8, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [117235] = 5, + ACTIONS(5740), 1, + anon_sym_RBRACE, + STATE(3374), 1, + aux_sym__struct_body_repeat1, + STATE(3472), 1, + sym_embedded_definition, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, + sym__struct_field_definition, + STATE(4512), 1, + sym_reference_expression, + ACTIONS(627), 2, + anon_sym___global, + anon_sym_mut, + STATE(3440), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3491), 2, + sym_struct_field_scope, + sym_struct_field_declaration, + [119605] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(5716), 1, + ACTIONS(639), 1, + anon_sym_pub, + ACTIONS(5730), 1, sym_identifier, - STATE(3528), 2, - sym__function_name, - sym_overridable_operator, - ACTIONS(5659), 3, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5657), 8, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [117261] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5720), 1, - anon_sym_COLON_EQ, - ACTIONS(5718), 13, - anon_sym_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_GT_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_AMP_CARET_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_PIPE_EQ, - anon_sym_CARET_EQ, - [117283] = 12, + ACTIONS(5742), 1, + anon_sym_RBRACE, + STATE(3384), 1, + aux_sym__struct_body_repeat1, + STATE(3472), 1, + sym_embedded_definition, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, + sym__struct_field_definition, + STATE(4512), 1, + sym_reference_expression, + ACTIONS(627), 2, + anon_sym___global, + anon_sym_mut, + STATE(3440), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3491), 2, + sym_struct_field_scope, + sym_struct_field_declaration, + [119645] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5722), 1, + ACTIONS(5730), 1, sym_identifier, - ACTIONS(5724), 1, + ACTIONS(5744), 1, anon_sym_RBRACE, - STATE(3398), 1, + STATE(3382), 1, aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3479), 2, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - [117323] = 12, + [119685] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5722), 1, + ACTIONS(5730), 1, sym_identifier, - ACTIONS(5726), 1, + ACTIONS(5746), 1, anon_sym_RBRACE, - STATE(3398), 1, + STATE(3408), 1, aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3479), 2, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - [117363] = 12, + [119725] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5722), 1, + ACTIONS(5730), 1, sym_identifier, - ACTIONS(5728), 1, + ACTIONS(5748), 1, anon_sym_RBRACE, - STATE(3388), 1, + STATE(3408), 1, aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3479), 2, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - [117403] = 12, + [119765] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5722), 1, - sym_identifier, ACTIONS(5730), 1, + sym_identifier, + ACTIONS(5750), 1, anon_sym_RBRACE, - STATE(3398), 1, + STATE(3408), 1, aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3479), 2, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - [117443] = 12, + [119805] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5722), 1, + ACTIONS(5730), 1, sym_identifier, - ACTIONS(5732), 1, + ACTIONS(5752), 1, anon_sym_RBRACE, - STATE(3376), 1, + STATE(3408), 1, aux_sym__struct_body_repeat1, - STATE(3474), 1, + STATE(3472), 1, + sym_embedded_definition, + STATE(3480), 1, sym_generic_type, - STATE(3477), 1, + STATE(3487), 1, + sym__struct_field_definition, + STATE(4512), 1, + sym_reference_expression, + ACTIONS(627), 2, + anon_sym___global, + anon_sym_mut, + STATE(3440), 2, + sym_type_reference_expression, + sym_qualified_type, + STATE(3491), 2, + sym_struct_field_scope, + sym_struct_field_declaration, + [119845] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(623), 1, + anon_sym_RBRACE, + ACTIONS(639), 1, + anon_sym_pub, + ACTIONS(5730), 1, + sym_identifier, + STATE(3405), 1, + aux_sym__struct_body_repeat1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3479), 2, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - [117483] = 12, + [119885] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5756), 1, + anon_sym_COLON_EQ, + ACTIONS(5754), 13, + anon_sym_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_GT_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_AMP_CARET_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_PIPE_EQ, + anon_sym_CARET_EQ, + [119907] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5722), 1, + ACTIONS(5730), 1, sym_identifier, - ACTIONS(5734), 1, + ACTIONS(5758), 1, anon_sym_RBRACE, - STATE(3391), 1, + STATE(3403), 1, aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3479), 2, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - [117523] = 12, + [119947] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5722), 1, + ACTIONS(5730), 1, sym_identifier, - ACTIONS(5736), 1, + ACTIONS(5760), 1, anon_sym_RBRACE, - STATE(3398), 1, + STATE(3408), 1, aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3479), 2, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - [117563] = 5, + [119987] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5738), 1, + ACTIONS(5762), 1, sym_identifier, - STATE(3536), 2, + STATE(3514), 2, sym__function_name, sym_overridable_operator, - ACTIONS(5659), 3, + ACTIONS(5669), 3, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(5657), 8, + ACTIONS(5667), 8, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, @@ -289083,144 +292120,248 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [117589] = 12, + [120013] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5764), 1, + sym_identifier, + STATE(3549), 2, + sym__function_name, + sym_overridable_operator, + ACTIONS(5669), 3, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5667), 8, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [120039] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5766), 1, + sym_identifier, + STATE(3511), 2, + sym__function_name, + sym_overridable_operator, + ACTIONS(5669), 3, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5667), 8, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [120065] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(623), 1, - anon_sym_RBRACE, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5722), 1, + ACTIONS(5730), 1, sym_identifier, - STATE(3381), 1, + ACTIONS(5768), 1, + anon_sym_RBRACE, + STATE(3414), 1, aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3479), 2, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - [117629] = 12, + [120105] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5770), 1, + sym_identifier, + STATE(3521), 2, + sym__function_name, + sym_overridable_operator, + ACTIONS(5669), 3, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5667), 8, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [120131] = 3, + ACTIONS(487), 1, + sym_comment, + ACTIONS(5772), 3, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + ACTIONS(5774), 11, + anon_sym_module, + anon_sym_const, + anon_sym___global, + anon_sym_fn, + anon_sym_struct, + anon_sym_union, + anon_sym_pub, + anon_sym_enum, + anon_sym_interface, + anon_sym_LBRACK2, + anon_sym_AT_LBRACK, + [120153] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5776), 1, + sym_identifier, + STATE(3545), 2, + sym__function_name, + sym_overridable_operator, + ACTIONS(5669), 3, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5667), 8, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [120179] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5722), 1, + ACTIONS(5730), 1, sym_identifier, - ACTIONS(5740), 1, + ACTIONS(5778), 1, anon_sym_RBRACE, - STATE(3398), 1, + STATE(3408), 1, aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3479), 2, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - [117669] = 12, + [120219] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5722), 1, + ACTIONS(5730), 1, sym_identifier, - ACTIONS(5742), 1, + ACTIONS(5780), 1, anon_sym_RBRACE, - STATE(3398), 1, + STATE(3383), 1, aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3479), 2, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - [117709] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(2772), 1, - anon_sym_DOT, - ACTIONS(3027), 1, - anon_sym_LBRACK, - ACTIONS(3029), 12, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - anon_sym_LBRACK2, - sym_identifier, - anon_sym_AT_LBRACK, - [117733] = 12, + [120259] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5722), 1, + ACTIONS(5730), 1, sym_identifier, - ACTIONS(5744), 1, + ACTIONS(5782), 1, anon_sym_RBRACE, - STATE(3367), 1, + STATE(3408), 1, aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3479), 2, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - [117773] = 3, + [120299] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5748), 1, + ACTIONS(5784), 1, + sym_identifier, + STATE(3533), 2, + sym__function_name, + sym_overridable_operator, + ACTIONS(5669), 3, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5667), 8, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [120325] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5788), 1, anon_sym_COLON_EQ, - ACTIONS(5746), 13, + ACTIONS(5786), 13, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -289234,40 +292375,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [117795] = 12, + [120347] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5722), 1, + ACTIONS(5730), 1, sym_identifier, - ACTIONS(5750), 1, + ACTIONS(5790), 1, anon_sym_RBRACE, - STATE(3398), 1, + STATE(3416), 1, aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3479), 2, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - [117835] = 3, + [120387] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5754), 1, + ACTIONS(5794), 1, anon_sym_COLON_EQ, - ACTIONS(5752), 13, + ACTIONS(5792), 13, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -289281,305 +292422,229 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [117857] = 12, + [120409] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5722), 1, + ACTIONS(5730), 1, sym_identifier, - ACTIONS(5756), 1, + ACTIONS(5796), 1, anon_sym_RBRACE, - STATE(3406), 1, + STATE(3408), 1, aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, - sym__struct_field_definition, - STATE(4416), 1, - sym_reference_expression, - ACTIONS(627), 2, - anon_sym___global, - anon_sym_mut, - STATE(3445), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3479), 2, - sym_struct_field_scope, - sym_struct_field_declaration, - [117897] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(639), 1, - anon_sym_pub, - ACTIONS(5722), 1, - sym_identifier, - ACTIONS(5758), 1, - anon_sym_RBRACE, - STATE(3373), 1, - aux_sym__struct_body_repeat1, - STATE(3474), 1, + STATE(3480), 1, sym_generic_type, - STATE(3477), 1, - sym_embedded_definition, - STATE(3478), 1, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3479), 2, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - [117937] = 12, + [120449] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5722), 1, + ACTIONS(5730), 1, sym_identifier, - ACTIONS(5760), 1, + ACTIONS(5798), 1, anon_sym_RBRACE, - STATE(3409), 1, + STATE(3408), 1, aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3479), 2, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - [117977] = 12, + [120489] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5722), 1, + ACTIONS(5730), 1, sym_identifier, - ACTIONS(5762), 1, + ACTIONS(5800), 1, anon_sym_RBRACE, - STATE(3370), 1, + STATE(3408), 1, aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3479), 2, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - [118017] = 12, + [120529] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(639), 1, - anon_sym_pub, - ACTIONS(5722), 1, + ACTIONS(5802), 1, sym_identifier, - ACTIONS(5764), 1, - anon_sym_RBRACE, - STATE(3398), 1, - aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, - sym_embedded_definition, - STATE(3478), 1, - sym__struct_field_definition, - STATE(4416), 1, - sym_reference_expression, - ACTIONS(627), 2, - anon_sym___global, - anon_sym_mut, - STATE(3445), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3479), 2, - sym_struct_field_scope, - sym_struct_field_declaration, - [118057] = 12, + STATE(3510), 2, + sym__function_name, + sym_overridable_operator, + ACTIONS(5669), 3, + anon_sym_SLASH, + anon_sym_LT, + anon_sym_GT, + ACTIONS(5667), 8, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_PERCENT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + [120555] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5722), 1, + ACTIONS(5730), 1, sym_identifier, - ACTIONS(5766), 1, + ACTIONS(5804), 1, anon_sym_RBRACE, - STATE(3398), 1, + STATE(3410), 1, aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3479), 2, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - [118097] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(5768), 1, - anon_sym_LBRACK, - STATE(3412), 1, - sym_type_parameters, - ACTIONS(2704), 12, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - anon_sym_LBRACK2, - sym_identifier, - anon_sym_AT_LBRACK, - [118121] = 12, + [120595] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(639), 1, - anon_sym_pub, - ACTIONS(5722), 1, + ACTIONS(5806), 1, sym_identifier, - ACTIONS(5770), 1, + ACTIONS(5809), 1, anon_sym_RBRACE, - STATE(3392), 1, + ACTIONS(5814), 1, + anon_sym_pub, + STATE(3408), 1, aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, - ACTIONS(627), 2, + ACTIONS(5811), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3479), 2, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - [118161] = 12, + [120635] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5722), 1, + ACTIONS(5730), 1, sym_identifier, - ACTIONS(5772), 1, + ACTIONS(5817), 1, anon_sym_RBRACE, - STATE(3398), 1, + STATE(3377), 1, aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3479), 2, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - [118201] = 12, + [120675] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5722), 1, + ACTIONS(5730), 1, sym_identifier, - ACTIONS(5774), 1, + ACTIONS(5819), 1, anon_sym_RBRACE, - STATE(3398), 1, + STATE(3408), 1, aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3479), 2, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - [118241] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5776), 1, - sym_identifier, - STATE(3483), 2, - sym__function_name, - sym_overridable_operator, - ACTIONS(5659), 3, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5657), 8, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [118267] = 3, + [120715] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5780), 1, + ACTIONS(5823), 1, anon_sym_COLON_EQ, - ACTIONS(5778), 13, + ACTIONS(5821), 13, anon_sym_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -289593,75 +292658,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_EQ, anon_sym_PIPE_EQ, anon_sym_CARET_EQ, - [118289] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(639), 1, - anon_sym_pub, - ACTIONS(5722), 1, - sym_identifier, - ACTIONS(5782), 1, - anon_sym_RBRACE, - STATE(3377), 1, - aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, - sym_embedded_definition, - STATE(3478), 1, - sym__struct_field_definition, - STATE(4416), 1, - sym_reference_expression, - ACTIONS(627), 2, - anon_sym___global, - anon_sym_mut, - STATE(3445), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3479), 2, - sym_struct_field_scope, - sym_struct_field_declaration, - [118329] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(639), 1, - anon_sym_pub, - ACTIONS(5722), 1, - sym_identifier, - ACTIONS(5784), 1, - anon_sym_RBRACE, - STATE(3403), 1, - aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, - sym_embedded_definition, - STATE(3478), 1, - sym__struct_field_definition, - STATE(4416), 1, - sym_reference_expression, - ACTIONS(627), 2, - anon_sym___global, - anon_sym_mut, - STATE(3445), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3479), 2, - sym_struct_field_scope, - sym_struct_field_declaration, - [118369] = 5, + [120737] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5786), 1, + ACTIONS(5825), 1, sym_identifier, - STATE(3535), 2, + STATE(3544), 2, sym__function_name, sym_overridable_operator, - ACTIONS(5659), 3, + ACTIONS(5669), 3, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(5657), 8, + ACTIONS(5667), 8, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, @@ -289670,298 +292679,150 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - [118395] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5788), 1, - sym_identifier, - ACTIONS(5791), 1, - anon_sym_RBRACE, - ACTIONS(5796), 1, - anon_sym_pub, - STATE(3398), 1, - aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, - sym_embedded_definition, - STATE(3478), 1, - sym__struct_field_definition, - STATE(4416), 1, - sym_reference_expression, - ACTIONS(5793), 2, - anon_sym___global, - anon_sym_mut, - STATE(3445), 2, - sym_type_reference_expression, - sym_qualified_type, - STATE(3479), 2, - sym_struct_field_scope, - sym_struct_field_declaration, - [118435] = 12, + [120763] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5722), 1, + ACTIONS(5730), 1, sym_identifier, - ACTIONS(5799), 1, + ACTIONS(5827), 1, anon_sym_RBRACE, - STATE(3387), 1, + STATE(3388), 1, aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3479), 2, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - [118475] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5801), 1, - sym_identifier, - STATE(3521), 2, - sym__function_name, - sym_overridable_operator, - ACTIONS(5659), 3, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5657), 8, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [118501] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(5803), 3, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - ACTIONS(5805), 11, - anon_sym_module, - anon_sym_const, - anon_sym___global, - anon_sym_fn, - anon_sym_struct, - anon_sym_union, - anon_sym_pub, - anon_sym_enum, - anon_sym_interface, - anon_sym_LBRACK2, - anon_sym_AT_LBRACK, - [118523] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5807), 1, - sym_identifier, - STATE(3499), 2, - sym__function_name, - sym_overridable_operator, - ACTIONS(5659), 3, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5657), 8, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [118549] = 12, + [120803] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5722), 1, + ACTIONS(5730), 1, sym_identifier, - ACTIONS(5809), 1, + ACTIONS(5829), 1, anon_sym_RBRACE, - STATE(3398), 1, + STATE(3408), 1, aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3479), 2, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - [118589] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(3027), 1, - anon_sym_LBRACK, - ACTIONS(3029), 13, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - anon_sym_LBRACK2, - sym_identifier, - anon_sym_AT_LBRACK, - [118611] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5811), 1, - sym_identifier, - STATE(3522), 2, - sym__function_name, - sym_overridable_operator, - ACTIONS(5659), 3, - anon_sym_SLASH, - anon_sym_LT, - anon_sym_GT, - ACTIONS(5657), 8, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_PERCENT, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - [118637] = 12, + [120843] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5722), 1, + ACTIONS(5730), 1, sym_identifier, - ACTIONS(5813), 1, + ACTIONS(5831), 1, anon_sym_RBRACE, - STATE(3398), 1, + STATE(3396), 1, aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3479), 2, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - [118677] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(3167), 1, - anon_sym_LBRACK, - ACTIONS(3169), 13, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - anon_sym_LBRACK2, - sym_identifier, - anon_sym_AT_LBRACK, - [118699] = 12, + [120883] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5722), 1, + ACTIONS(5730), 1, sym_identifier, - ACTIONS(5815), 1, + ACTIONS(5833), 1, anon_sym_RBRACE, - STATE(3368), 1, + STATE(3408), 1, aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3479), 2, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - [118739] = 12, + [120923] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(639), 1, anon_sym_pub, - ACTIONS(5722), 1, + ACTIONS(5730), 1, sym_identifier, - ACTIONS(5817), 1, + ACTIONS(5835), 1, anon_sym_RBRACE, - STATE(3398), 1, + STATE(3381), 1, aux_sym__struct_body_repeat1, - STATE(3474), 1, - sym_generic_type, - STATE(3477), 1, + STATE(3472), 1, sym_embedded_definition, - STATE(3478), 1, + STATE(3480), 1, + sym_generic_type, + STATE(3487), 1, sym__struct_field_definition, - STATE(4416), 1, + STATE(4512), 1, sym_reference_expression, ACTIONS(627), 2, anon_sym___global, anon_sym_mut, - STATE(3445), 2, + STATE(3440), 2, sym_type_reference_expression, sym_qualified_type, - STATE(3479), 2, + STATE(3491), 2, sym_struct_field_scope, sym_struct_field_declaration, - [118779] = 2, + [120963] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(3173), 13, + ACTIONS(3191), 13, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -289975,17 +292836,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [118798] = 5, + [120982] = 5, ACTIONS(3), 1, sym_comment, - STATE(3401), 1, + STATE(3394), 1, sym_attribute, - STATE(3411), 1, + STATE(3419), 1, aux_sym_attributes_repeat1, - ACTIONS(5821), 2, + ACTIONS(5839), 2, anon_sym_LBRACK2, anon_sym_AT_LBRACK, - ACTIONS(5819), 9, + ACTIONS(5837), 9, anon_sym_module, anon_sym_const, anon_sym___global, @@ -289995,10 +292856,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_pub, anon_sym_enum, anon_sym_interface, - [118823] = 2, + [121007] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(3165), 13, + ACTIONS(3195), 13, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -290012,17 +292873,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [118842] = 5, + [121026] = 5, ACTIONS(3), 1, sym_comment, - STATE(3401), 1, + STATE(3394), 1, sym_attribute, - STATE(3411), 1, + STATE(3419), 1, aux_sym_attributes_repeat1, ACTIONS(109), 2, anon_sym_LBRACK2, anon_sym_AT_LBRACK, - ACTIONS(5824), 9, + ACTIONS(5842), 9, anon_sym_module, anon_sym_const, anon_sym___global, @@ -290032,10 +292893,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_pub, anon_sym_enum, anon_sym_interface, - [118867] = 2, + [121051] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(3177), 13, + ACTIONS(3183), 13, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -290049,17 +292910,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [118886] = 5, + [121070] = 6, + ACTIONS(487), 1, + sym_comment, + ACTIONS(2628), 1, + anon_sym_LBRACE, + ACTIONS(5720), 1, + anon_sym_LBRACK, + ACTIONS(5722), 1, + anon_sym_LT2, + STATE(3418), 1, + sym_type_parameters, + ACTIONS(5844), 8, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + sym_identifier, + [121096] = 5, ACTIONS(487), 1, sym_comment, - ACTIONS(5828), 1, + ACTIONS(5848), 1, anon_sym_EQ, - STATE(3464), 1, + STATE(3477), 1, sym_attribute, - ACTIONS(4653), 2, + ACTIONS(4651), 2, anon_sym_LBRACK2, anon_sym_AT_LBRACK, - ACTIONS(5826), 8, + ACTIONS(5846), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -290068,14 +292949,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_pub, anon_sym_mut, sym_identifier, - [118910] = 3, + [121120] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5832), 3, + ACTIONS(5852), 3, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(5830), 9, + ACTIONS(5850), 9, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, @@ -290085,14 +292966,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, sym_identifier, - [118930] = 3, + [121140] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5836), 3, + ACTIONS(5856), 3, anon_sym_SLASH, anon_sym_LT, anon_sym_GT, - ACTIONS(5834), 9, + ACTIONS(5854), 9, anon_sym_PLUS, anon_sym_DASH, anon_sym_STAR, @@ -290102,10 +292983,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_GT_EQ, sym_identifier, - [118950] = 2, + [121160] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(2915), 11, + ACTIONS(2951), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -290117,10 +292998,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [118967] = 2, + [121177] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5837), 11, + anon_sym_module, + anon_sym_const, + anon_sym___global, + anon_sym_fn, + anon_sym_struct, + anon_sym_union, + anon_sym_pub, + anon_sym_enum, + anon_sym_interface, + anon_sym_LBRACK2, + anon_sym_AT_LBRACK, + [121194] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(2844), 11, + ACTIONS(3107), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -290132,10 +293028,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [118984] = 2, + [121211] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(2927), 11, + ACTIONS(3127), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -290147,10 +293043,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [119001] = 2, + [121228] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(3081), 11, + ACTIONS(3123), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -290162,10 +293058,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [119018] = 2, + [121245] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(3109), 11, + ACTIONS(2931), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -290177,45 +293073,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [119035] = 4, + [121262] = 2, ACTIONS(487), 1, sym_comment, - STATE(3481), 1, - sym_attribute, - ACTIONS(4653), 2, - anon_sym_LBRACK2, - anon_sym_AT_LBRACK, - ACTIONS(5838), 8, + ACTIONS(2628), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, + anon_sym_EQ, anon_sym___global, anon_sym_pub, anon_sym_mut, + anon_sym_LBRACK2, sym_identifier, - [119056] = 5, + anon_sym_AT_LBRACK, + [121279] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(2704), 1, - anon_sym_LBRACE, - ACTIONS(5768), 1, - anon_sym_LBRACK, - STATE(3412), 1, - sym_type_parameters, - ACTIONS(5840), 8, + ACTIONS(2955), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, + anon_sym_EQ, anon_sym___global, anon_sym_pub, anon_sym_mut, + anon_sym_LBRACK2, sym_identifier, - [119079] = 2, + anon_sym_AT_LBRACK, + [121296] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(2840), 11, + ACTIONS(2959), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -290227,25 +293118,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [119096] = 2, + [121313] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(3121), 11, + STATE(3486), 1, + sym_attribute, + ACTIONS(4651), 2, + anon_sym_LBRACK2, + anon_sym_AT_LBRACK, + ACTIONS(5858), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - anon_sym_EQ, anon_sym___global, anon_sym_pub, anon_sym_mut, - anon_sym_LBRACK2, sym_identifier, - anon_sym_AT_LBRACK, - [119113] = 2, + [121334] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(2939), 11, + ACTIONS(2851), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -290257,10 +293150,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [119130] = 2, + [121351] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(2959), 11, + ACTIONS(3003), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -290272,10 +293165,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [119147] = 2, + [121368] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(3113), 11, + ACTIONS(3143), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -290287,25 +293180,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [119164] = 2, + [121385] = 5, ACTIONS(487), 1, sym_comment, - ACTIONS(3129), 11, + ACTIONS(5720), 1, + anon_sym_LBRACK, + ACTIONS(5722), 1, + anon_sym_LT2, + STATE(3418), 1, + sym_type_parameters, + ACTIONS(5844), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - anon_sym_EQ, anon_sym___global, anon_sym_pub, anon_sym_mut, - anon_sym_LBRACK2, sym_identifier, - anon_sym_AT_LBRACK, - [119181] = 2, + [121408] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(2935), 11, + ACTIONS(3031), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -290317,27 +293213,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [119198] = 4, + [121425] = 2, ACTIONS(487), 1, sym_comment, - STATE(3473), 1, - sym_attribute, - ACTIONS(4653), 2, - anon_sym_LBRACK2, - anon_sym_AT_LBRACK, - ACTIONS(5842), 8, + ACTIONS(3027), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, + anon_sym_EQ, anon_sym___global, anon_sym_pub, anon_sym_mut, + anon_sym_LBRACK2, sym_identifier, - [119219] = 2, + anon_sym_AT_LBRACK, + [121442] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(2784), 11, + ACTIONS(3043), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -290349,10 +293243,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [119236] = 2, + [121459] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(3009), 11, + ACTIONS(2887), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -290364,10 +293258,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [119253] = 2, + [121476] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(2856), 11, + ACTIONS(3035), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -290379,25 +293273,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [119270] = 2, + [121493] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(2919), 11, + STATE(3489), 1, + sym_attribute, + ACTIONS(4651), 2, + anon_sym_LBRACK2, + anon_sym_AT_LBRACK, + ACTIONS(5860), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - anon_sym_EQ, anon_sym___global, anon_sym_pub, anon_sym_mut, - anon_sym_LBRACK2, sym_identifier, - anon_sym_AT_LBRACK, - [119287] = 2, + [121514] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(3097), 11, + ACTIONS(3155), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -290409,10 +293305,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [119304] = 2, + [121531] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(2704), 11, + ACTIONS(3011), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -290424,10 +293320,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [119321] = 2, + [121548] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(2903), 11, + ACTIONS(2819), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -290439,10 +293335,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [119338] = 2, + [121565] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(2993), 11, + ACTIONS(3015), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -290454,25 +293350,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [119355] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5819), 11, - anon_sym_module, - anon_sym_const, - anon_sym___global, - anon_sym_fn, - anon_sym_struct, - anon_sym_union, - anon_sym_pub, - anon_sym_enum, - anon_sym_interface, - anon_sym_LBRACK2, - anon_sym_AT_LBRACK, - [119372] = 2, + [121582] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(2989), 11, + ACTIONS(3023), 11, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -290484,38 +293365,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK2, sym_identifier, anon_sym_AT_LBRACK, - [119389] = 10, + [121599] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(5844), 1, + ACTIONS(5862), 1, anon_sym_module, - ACTIONS(5846), 1, + ACTIONS(5864), 1, anon_sym_const, - ACTIONS(5848), 1, + ACTIONS(5866), 1, anon_sym___global, - ACTIONS(5850), 1, + ACTIONS(5868), 1, anon_sym_fn, - ACTIONS(5854), 1, + ACTIONS(5872), 1, anon_sym_pub, - ACTIONS(5856), 1, + ACTIONS(5874), 1, anon_sym_enum, - ACTIONS(5858), 1, + ACTIONS(5876), 1, anon_sym_interface, - STATE(3626), 1, + STATE(3607), 1, sym_visibility_modifiers, - ACTIONS(5852), 2, + ACTIONS(5870), 2, anon_sym_struct, anon_sym_union, - [119421] = 5, + [121631] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5860), 1, + ACTIONS(5878), 1, sym_identifier, - ACTIONS(5864), 1, + ACTIONS(5882), 1, anon_sym_LPAREN, - STATE(1517), 1, + STATE(1546), 1, sym_global_var_definition, - ACTIONS(5862), 7, + ACTIONS(5880), 7, anon_sym_const, anon_sym_type, anon_sym_fn, @@ -290523,316 +293404,332 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, anon_sym_enum, anon_sym_interface, - [119443] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(5768), 1, - anon_sym_LBRACK, - STATE(3412), 1, - sym_type_parameters, - ACTIONS(5840), 8, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - sym_identifier, - [119463] = 8, + [121653] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5663), 1, + ACTIONS(5675), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(3490), 1, + STATE(3501), 1, sym_capture_list, - STATE(3739), 1, + STATE(3744), 1, sym_generic_parameters, - STATE(4308), 1, + STATE(4190), 1, sym_signature, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [119490] = 8, + [121680] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5663), 1, + ACTIONS(5675), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(3537), 1, + STATE(3542), 1, sym_capture_list, - STATE(3784), 1, + STATE(3765), 1, sym_generic_parameters, - STATE(4095), 1, + STATE(4290), 1, sym_signature, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [119517] = 2, + [121707] = 5, ACTIONS(487), 1, sym_comment, - ACTIONS(2772), 9, + ACTIONS(5888), 1, + anon_sym_EQ, + STATE(3670), 1, + sym_attribute, + ACTIONS(4651), 2, + anon_sym_LBRACK2, + anon_sym_AT_LBRACK, + ACTIONS(5886), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_COMMA, anon_sym_RBRACE, - anon_sym_DOT_DOT_DOT, - anon_sym_COLON, sym_identifier, - [119532] = 8, + [121728] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5663), 1, + ACTIONS(5675), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(3503), 1, + STATE(3518), 1, sym_capture_list, - STATE(3699), 1, + STATE(3757), 1, sym_generic_parameters, - STATE(4243), 1, + STATE(4214), 1, sym_signature, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [119559] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(3525), 1, - anon_sym_COLON, - ACTIONS(3523), 3, - anon_sym_RBRACE, - anon_sym_DOT_DOT_DOT, - sym_identifier, - ACTIONS(5868), 5, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_COMMA, - [119578] = 8, + [121755] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5663), 1, + ACTIONS(5675), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(3509), 1, + STATE(3550), 1, sym_capture_list, - STATE(3837), 1, + STATE(3776), 1, sym_generic_parameters, - STATE(4244), 1, + STATE(4417), 1, sym_signature, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [119605] = 8, + [121782] = 3, + ACTIONS(487), 1, + sym_comment, + ACTIONS(2628), 1, + anon_sym_LBRACE, + ACTIONS(5844), 8, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + sym_identifier, + [121799] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5663), 1, + ACTIONS(5675), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(3495), 1, + STATE(3528), 1, sym_capture_list, - STATE(3695), 1, + STATE(3800), 1, sym_generic_parameters, - STATE(4157), 1, + STATE(4212), 1, sym_signature, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [119632] = 8, + [121826] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5663), 1, + ACTIONS(5675), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(3487), 1, + STATE(3515), 1, sym_capture_list, - STATE(3705), 1, + STATE(3754), 1, sym_generic_parameters, - STATE(4339), 1, + STATE(4269), 1, sym_signature, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [119659] = 8, + [121853] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5663), 1, + ACTIONS(5675), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(3507), 1, + STATE(3494), 1, sym_capture_list, - STATE(3716), 1, - sym_generic_parameters, - STATE(4329), 1, + STATE(3715), 1, sym_signature, - ACTIONS(4671), 2, + STATE(3781), 1, + sym_generic_parameters, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [119686] = 8, + [121880] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5663), 1, + ACTIONS(5675), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(3493), 1, + STATE(3530), 1, sym_capture_list, - STATE(3701), 1, + STATE(3760), 1, sym_generic_parameters, - STATE(4169), 1, + STATE(4309), 1, sym_signature, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [119713] = 8, + [121907] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5663), 1, - anon_sym_LBRACK2, + ACTIONS(5864), 1, + anon_sym_const, ACTIONS(5866), 1, - anon_sym_LPAREN, - STATE(3514), 1, - sym_capture_list, - STATE(3746), 1, - sym_generic_parameters, - STATE(4270), 1, - sym_signature, - ACTIONS(4671), 2, - anon_sym_LBRACK, - anon_sym_LT2, - STATE(2924), 2, - sym_parameter_list, - sym_type_parameter_list, - [119740] = 8, + anon_sym___global, + ACTIONS(5868), 1, + anon_sym_fn, + ACTIONS(5872), 1, + anon_sym_pub, + ACTIONS(5874), 1, + anon_sym_enum, + ACTIONS(5876), 1, + anon_sym_interface, + STATE(3607), 1, + sym_visibility_modifiers, + ACTIONS(5870), 2, + anon_sym_struct, + anon_sym_union, + [121936] = 2, + ACTIONS(487), 1, + sym_comment, + ACTIONS(2470), 9, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_DOT_DOT_DOT, + anon_sym_COLON, + sym_identifier, + [121951] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(3584), 1, + anon_sym_COLON, + ACTIONS(3582), 3, + anon_sym_RBRACE, + anon_sym_DOT_DOT_DOT, + sym_identifier, + ACTIONS(5890), 5, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_COMMA, + [121970] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5663), 1, + ACTIONS(5675), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(3513), 1, + STATE(3509), 1, sym_capture_list, - STATE(3743), 1, + STATE(3748), 1, sym_generic_parameters, - STATE(4405), 1, + STATE(4425), 1, sym_signature, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [119767] = 5, - ACTIONS(487), 1, - sym_comment, - ACTIONS(5872), 1, - anon_sym_EQ, - STATE(3674), 1, - sym_attribute, - ACTIONS(4653), 2, - anon_sym_LBRACK2, - anon_sym_AT_LBRACK, - ACTIONS(5870), 5, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - sym_identifier, - [119788] = 8, + [121997] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5663), 1, + ACTIONS(5675), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(3511), 1, + STATE(3497), 1, sym_capture_list, - STATE(3722), 1, + STATE(3738), 1, sym_generic_parameters, - STATE(4009), 1, + STATE(4321), 1, sym_signature, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [119815] = 8, + [122024] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5663), 1, + ACTIONS(5675), 1, anon_sym_LBRACK2, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(3525), 1, + STATE(3538), 1, sym_capture_list, - STATE(3679), 1, - sym_signature, - STATE(3794), 1, + STATE(3838), 1, sym_generic_parameters, - ACTIONS(4671), 2, + STATE(4283), 1, + sym_signature, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [119842] = 5, + [122051] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5860), 1, + ACTIONS(5878), 1, sym_identifier, - ACTIONS(5874), 1, + ACTIONS(5892), 1, anon_sym_LPAREN, - STATE(1488), 1, + STATE(1577), 1, sym_global_var_definition, - ACTIONS(5862), 6, + ACTIONS(5880), 6, anon_sym_const, anon_sym_fn, anon_sym_struct, anon_sym_union, anon_sym_enum, anon_sym_interface, - [119863] = 3, + [122072] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5675), 1, + anon_sym_LBRACK2, + ACTIONS(5884), 1, + anon_sym_LPAREN, + STATE(3495), 1, + sym_capture_list, + STATE(3726), 1, + sym_generic_parameters, + STATE(4059), 1, + sym_signature, + ACTIONS(5671), 2, + anon_sym_LBRACK, + anon_sym_LT2, + STATE(2893), 2, + sym_parameter_list, + sym_type_parameter_list, + [122099] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(2704), 1, - anon_sym_LBRACE, - ACTIONS(5840), 8, + ACTIONS(5894), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -290841,73 +293738,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_pub, anon_sym_mut, sym_identifier, - [119880] = 9, + [122113] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5846), 1, - anon_sym_const, - ACTIONS(5848), 1, - anon_sym___global, - ACTIONS(5850), 1, - anon_sym_fn, - ACTIONS(5854), 1, - anon_sym_pub, - ACTIONS(5856), 1, - anon_sym_enum, - ACTIONS(5858), 1, - anon_sym_interface, - STATE(3626), 1, - sym_visibility_modifiers, - ACTIONS(5852), 2, - anon_sym_struct, - anon_sym_union, - [119909] = 2, - ACTIONS(487), 1, - sym_comment, - ACTIONS(5876), 8, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(5896), 1, + sym_identifier, + ACTIONS(5899), 1, anon_sym_RBRACE, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, + ACTIONS(5901), 1, + anon_sym_DOT_DOT_DOT, + STATE(3466), 1, + sym_reference_expression, + STATE(3473), 1, + aux_sym_element_list_repeat1, + STATE(4589), 1, + sym_field_name, + STATE(3483), 2, + sym_keyed_element, + sym_spread_expression, + [122139] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(635), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(5904), 1, sym_identifier, - [119923] = 3, + ACTIONS(5906), 1, + anon_sym_RBRACE, + STATE(3466), 1, + sym_reference_expression, + STATE(3473), 1, + aux_sym_element_list_repeat1, + STATE(4589), 1, + sym_field_name, + STATE(3483), 2, + sym_keyed_element, + sym_spread_expression, + [122165] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(5880), 3, + ACTIONS(5908), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - ACTIONS(5878), 5, anon_sym_RBRACE, anon_sym___global, anon_sym_pub, anon_sym_mut, sym_identifier, - [119939] = 8, + [122179] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(635), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(5882), 1, - sym_identifier, - ACTIONS(5884), 1, - anon_sym_RBRACE, - STATE(3450), 1, - sym_reference_expression, - STATE(3472), 1, - aux_sym_element_list_repeat1, - STATE(4432), 1, - sym_field_name, - STATE(3476), 2, - sym_keyed_element, - sym_spread_expression, - [119965] = 2, + ACTIONS(5910), 1, + anon_sym_LBRACK, + ACTIONS(5912), 1, + anon_sym_LT2, + STATE(3710), 1, + sym_type_parameters, + ACTIONS(2626), 5, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + [122199] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(5886), 8, + ACTIONS(5914), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -290916,103 +293813,125 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_pub, anon_sym_mut, sym_identifier, - [119979] = 6, + [122213] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(5890), 1, - anon_sym_as, - ACTIONS(5892), 1, - anon_sym_LBRACE, - STATE(3622), 1, - sym_import_alias, - STATE(3692), 1, - sym_selective_import_list, - ACTIONS(5888), 4, + ACTIONS(5918), 1, + anon_sym_DOT, + STATE(3481), 1, + aux_sym_import_path_repeat1, + ACTIONS(5916), 6, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - [120001] = 4, + anon_sym_as, + anon_sym_LBRACE, + [122231] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(5896), 1, + ACTIONS(5922), 1, anon_sym_DOT, - STATE(3469), 1, + STATE(3479), 1, aux_sym_import_path_repeat1, - ACTIONS(5894), 6, + ACTIONS(5920), 6, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, - [120019] = 4, + [122249] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(5901), 1, + ACTIONS(5844), 8, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + sym_identifier, + [122263] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(5918), 1, anon_sym_DOT, - STATE(3482), 1, + STATE(3479), 1, aux_sym_import_path_repeat1, - ACTIONS(5899), 6, + ACTIONS(5925), 6, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_as, anon_sym_LBRACE, - [120037] = 9, + [122281] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(5647), 1, + ACTIONS(5657), 1, sym_identifier, - ACTIONS(5903), 1, + ACTIONS(5927), 1, anon_sym_COMMA, - ACTIONS(5905), 1, + ACTIONS(5929), 1, anon_sym_RBRACK, - ACTIONS(5907), 1, + ACTIONS(5931), 1, anon_sym_mut, - ACTIONS(5909), 1, + ACTIONS(5933), 1, anon_sym_shared, - STATE(3880), 1, + STATE(4033), 1, sym_capture, - STATE(4370), 1, + STATE(4409), 1, sym_mutability_modifiers, - STATE(4371), 1, + STATE(4410), 1, sym_reference_expression, - [120065] = 8, - ACTIONS(3), 1, + [122309] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(5911), 1, - sym_identifier, - ACTIONS(5914), 1, + ACTIONS(3582), 3, anon_sym_RBRACE, - ACTIONS(5916), 1, anon_sym_DOT_DOT_DOT, - STATE(3450), 1, - sym_reference_expression, - STATE(3472), 1, - aux_sym_element_list_repeat1, - STATE(4432), 1, - sym_field_name, - STATE(3476), 2, - sym_keyed_element, - sym_spread_expression, - [120091] = 2, + sym_identifier, + ACTIONS(5890), 5, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_COMMA, + [122325] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(5919), 8, + ACTIONS(5937), 1, + anon_sym_as, + ACTIONS(5939), 1, + anon_sym_LBRACE, + STATE(3596), 1, + sym_import_alias, + STATE(3762), 1, + sym_selective_import_list, + ACTIONS(5935), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_RBRACE, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - sym_identifier, - [120105] = 2, + anon_sym_SEMI, + [122347] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2468), 1, + anon_sym_DOT, + ACTIONS(3177), 7, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_LBRACK, + anon_sym_LT2, + anon_sym_RBRACK, + [122363] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(5840), 8, + ACTIONS(5941), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -291021,10 +293940,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_pub, anon_sym_mut, sym_identifier, - [120119] = 2, + [122377] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(5921), 8, + ACTIONS(5943), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -291033,23 +293952,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_pub, anon_sym_mut, sym_identifier, - [120133] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(3523), 3, - anon_sym_RBRACE, - anon_sym_DOT_DOT_DOT, - sym_identifier, - ACTIONS(5868), 5, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_COMMA, - [120149] = 2, + [122391] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(5923), 8, + ACTIONS(5945), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -291058,10 +293964,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_pub, anon_sym_mut, sym_identifier, - [120163] = 2, + [122405] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(5925), 8, + ACTIONS(5947), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, @@ -291070,1062 +293976,1006 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_pub, anon_sym_mut, sym_identifier, - [120177] = 3, + [122419] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(5929), 3, + ACTIONS(5949), 8, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - ACTIONS(5927), 5, anon_sym_RBRACE, anon_sym___global, anon_sym_pub, anon_sym_mut, sym_identifier, - [120193] = 2, + [122433] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(5931), 8, + ACTIONS(5953), 3, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + ACTIONS(5951), 5, anon_sym_RBRACE, anon_sym___global, anon_sym_pub, anon_sym_mut, sym_identifier, - [120207] = 2, + [122449] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(5933), 8, + ACTIONS(5957), 3, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + ACTIONS(5955), 5, anon_sym_RBRACE, anon_sym___global, anon_sym_pub, anon_sym_mut, sym_identifier, - [120221] = 4, + [122465] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5959), 1, + anon_sym_LPAREN, + STATE(1456), 1, + sym_signature, + STATE(3783), 1, + sym_generic_parameters, + ACTIONS(5671), 2, + anon_sym_LBRACK, + anon_sym_LT2, + STATE(1115), 2, + sym_parameter_list, + sym_type_parameter_list, + [122486] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5884), 1, + anon_sym_LPAREN, + STATE(3779), 1, + sym_generic_parameters, + STATE(4476), 1, + sym_signature, + ACTIONS(5671), 2, + anon_sym_LBRACK, + anon_sym_LT2, + STATE(2893), 2, + sym_parameter_list, + sym_type_parameter_list, + [122507] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5884), 1, + anon_sym_LPAREN, + STATE(3790), 1, + sym_generic_parameters, + STATE(4298), 1, + sym_signature, + ACTIONS(5671), 2, + anon_sym_LBRACK, + anon_sym_LT2, + STATE(2893), 2, + sym_parameter_list, + sym_type_parameter_list, + [122528] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5959), 1, + anon_sym_LPAREN, + STATE(1467), 1, + sym_signature, + STATE(3746), 1, + sym_generic_parameters, + ACTIONS(5671), 2, + anon_sym_LBRACK, + anon_sym_LT2, + STATE(1115), 2, + sym_parameter_list, + sym_type_parameter_list, + [122549] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5884), 1, + anon_sym_LPAREN, + STATE(3730), 1, + sym_generic_parameters, + STATE(4447), 1, + sym_signature, + ACTIONS(5671), 2, + anon_sym_LBRACK, + anon_sym_LT2, + STATE(2893), 2, + sym_parameter_list, + sym_type_parameter_list, + [122570] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(5901), 1, - anon_sym_DOT, - STATE(3469), 1, - aux_sym_import_path_repeat1, - ACTIONS(5935), 6, + ACTIONS(5964), 1, + anon_sym_RPAREN, + STATE(3498), 1, + aux_sym_argument_list_repeat1, + ACTIONS(5961), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_as, + anon_sym_COMMA, + [122587] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(5968), 1, + anon_sym_RPAREN, + STATE(3498), 1, + aux_sym_argument_list_repeat1, + ACTIONS(5966), 5, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_COMMA, + [122604] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(5972), 1, + anon_sym_RPAREN, + STATE(3498), 1, + aux_sym_argument_list_repeat1, + ACTIONS(5970), 5, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_COMMA, + [122621] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5884), 1, + anon_sym_LPAREN, + STATE(3742), 1, + sym_generic_parameters, + STATE(4164), 1, + sym_signature, + ACTIONS(5671), 2, + anon_sym_LBRACK, + anon_sym_LT2, + STATE(2893), 2, + sym_parameter_list, + sym_type_parameter_list, + [122642] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3177), 7, anon_sym_LBRACE, - [120239] = 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_LBRACK, + anon_sym_LT2, + anon_sym_RBRACK, + [122655] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5937), 1, + ACTIONS(5974), 1, + anon_sym_const, + ACTIONS(5976), 1, + anon_sym_type, + ACTIONS(5978), 1, + anon_sym_fn, + ACTIONS(5982), 1, + anon_sym_enum, + ACTIONS(5984), 1, + anon_sym_interface, + ACTIONS(5980), 2, + anon_sym_struct, + anon_sym_union, + [122678] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5959), 1, anon_sym_LPAREN, - STATE(1453), 1, + STATE(1471), 1, sym_signature, - STATE(3813), 1, + STATE(3808), 1, sym_generic_parameters, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(1116), 2, + STATE(1115), 2, sym_parameter_list, sym_type_parameter_list, - [120260] = 4, + [122699] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(5988), 1, + anon_sym_RPAREN, + STATE(3506), 1, + aux_sym_argument_list_repeat1, + ACTIONS(5986), 5, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_COMMA, + [122716] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(5941), 1, + ACTIONS(5992), 1, anon_sym_RPAREN, - STATE(3502), 1, + STATE(3498), 1, aux_sym_argument_list_repeat1, - ACTIONS(5939), 5, + ACTIONS(5990), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_COMMA, - [120277] = 4, + [122733] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(5945), 1, + ACTIONS(5996), 1, anon_sym_RPAREN, - STATE(3505), 1, + STATE(3532), 1, aux_sym_argument_list_repeat1, - ACTIONS(5943), 5, + ACTIONS(5994), 5, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_COMMA, + [122750] = 2, + ACTIONS(487), 1, + sym_comment, + ACTIONS(5998), 7, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + [122763] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5884), 1, + anon_sym_LPAREN, + STATE(3745), 1, + sym_generic_parameters, + STATE(4432), 1, + sym_signature, + ACTIONS(5671), 2, + anon_sym_LBRACK, + anon_sym_LT2, + STATE(2893), 2, + sym_parameter_list, + sym_type_parameter_list, + [122784] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5959), 1, + anon_sym_LPAREN, + STATE(1478), 1, + sym_signature, + STATE(3817), 1, + sym_generic_parameters, + ACTIONS(5671), 2, + anon_sym_LBRACK, + anon_sym_LT2, + STATE(1115), 2, + sym_parameter_list, + sym_type_parameter_list, + [122805] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5959), 1, + anon_sym_LPAREN, + STATE(1468), 1, + sym_signature, + STATE(3720), 1, + sym_generic_parameters, + ACTIONS(5671), 2, + anon_sym_LBRACK, + anon_sym_LT2, + STATE(1115), 2, + sym_parameter_list, + sym_type_parameter_list, + [122826] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3197), 7, + anon_sym_LBRACE, anon_sym_COMMA, - [120294] = 4, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_LBRACK, + anon_sym_LT2, + anon_sym_RBRACK, + [122839] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(5949), 1, + ACTIONS(6002), 1, anon_sym_RPAREN, - STATE(3497), 1, + STATE(3531), 1, aux_sym_argument_list_repeat1, - ACTIONS(5947), 5, + ACTIONS(6000), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_COMMA, - [120311] = 6, + [122856] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(5959), 1, anon_sym_LPAREN, - STATE(3721), 1, - sym_generic_parameters, - STATE(4226), 1, + STATE(1452), 1, sym_signature, - ACTIONS(4671), 2, + STATE(3822), 1, + sym_generic_parameters, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2924), 2, + STATE(1115), 2, sym_parameter_list, sym_type_parameter_list, - [120332] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5647), 1, - sym_identifier, - ACTIONS(5907), 1, - anon_sym_mut, - ACTIONS(5909), 1, - anon_sym_shared, - ACTIONS(5951), 1, - anon_sym_RBRACK, - STATE(4162), 1, - sym_capture, - STATE(4370), 1, - sym_mutability_modifiers, - STATE(4371), 1, - sym_reference_expression, - [120357] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(5955), 1, - anon_sym_RPAREN, - STATE(3492), 1, - aux_sym_argument_list_repeat1, - ACTIONS(5953), 5, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_COMMA, - [120374] = 6, + [122877] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(3687), 1, + STATE(3753), 1, sym_generic_parameters, - STATE(4392), 1, + STATE(4209), 1, sym_signature, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [120395] = 4, + [122898] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(5959), 1, + ACTIONS(6006), 1, anon_sym_RPAREN, - STATE(3502), 1, + STATE(3500), 1, aux_sym_argument_list_repeat1, - ACTIONS(5957), 5, + ACTIONS(6004), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_COMMA, - [120412] = 4, + [122915] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(5963), 1, + ACTIONS(6010), 1, anon_sym_RPAREN, - STATE(3502), 1, + STATE(3499), 1, aux_sym_argument_list_repeat1, - ACTIONS(5961), 5, + ACTIONS(6008), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_COMMA, - [120429] = 6, + [122932] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(3708), 1, + STATE(3756), 1, sym_generic_parameters, - STATE(4203), 1, + STATE(4227), 1, sym_signature, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [120450] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(5967), 1, - anon_sym_RPAREN, - STATE(3501), 1, - aux_sym_argument_list_repeat1, - ACTIONS(5965), 5, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_COMMA, - [120467] = 6, + [122953] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(5959), 1, anon_sym_LPAREN, - STATE(3700), 1, - sym_generic_parameters, - STATE(4107), 1, + STATE(1430), 1, sym_signature, - ACTIONS(4671), 2, + STATE(3731), 1, + sym_generic_parameters, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2924), 2, + STATE(1115), 2, sym_parameter_list, sym_type_parameter_list, - [120488] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5969), 7, - anon_sym_const, - anon_sym_type, - anon_sym_fn, - anon_sym_struct, - anon_sym_union, - anon_sym_enum, - anon_sym_interface, - [120501] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(5973), 1, - anon_sym_RPAREN, - STATE(3502), 1, - aux_sym_argument_list_repeat1, - ACTIONS(5971), 5, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_COMMA, - [120518] = 4, + [122974] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(5977), 1, - anon_sym_RPAREN, - STATE(3491), 1, - aux_sym_argument_list_repeat1, - ACTIONS(5975), 5, + ACTIONS(5920), 7, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - anon_sym_COMMA, - [120535] = 6, + anon_sym_DOT, + anon_sym_as, + anon_sym_LBRACE, + [122987] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5937), 1, + ACTIONS(5959), 1, anon_sym_LPAREN, - STATE(1476), 1, + STATE(1474), 1, sym_signature, - STATE(3750), 1, + STATE(3778), 1, sym_generic_parameters, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(1116), 2, + STATE(1115), 2, sym_parameter_list, sym_type_parameter_list, - [120556] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5647), 1, - sym_identifier, - ACTIONS(5907), 1, - anon_sym_mut, - ACTIONS(5909), 1, - anon_sym_shared, - ACTIONS(5979), 1, - anon_sym_RBRACK, - STATE(4162), 1, - sym_capture, - STATE(4370), 1, - sym_mutability_modifiers, - STATE(4371), 1, - sym_reference_expression, - [120581] = 4, + [123008] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(5983), 1, + ACTIONS(6014), 1, anon_sym_RPAREN, - STATE(3502), 1, + STATE(3498), 1, aux_sym_argument_list_repeat1, - ACTIONS(5981), 5, + ACTIONS(6012), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_COMMA, - [120598] = 4, + [123025] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(5988), 1, + ACTIONS(6018), 1, anon_sym_RPAREN, - STATE(3502), 1, + STATE(3541), 1, aux_sym_argument_list_repeat1, - ACTIONS(5985), 5, + ACTIONS(6016), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_COMMA, - [120615] = 6, - ACTIONS(3), 1, + [123042] = 4, + ACTIONS(487), 1, sym_comment, - ACTIONS(5866), 1, - anon_sym_LPAREN, - STATE(3798), 1, - sym_generic_parameters, - STATE(4212), 1, - sym_signature, - ACTIONS(4671), 2, - anon_sym_LBRACK, - anon_sym_LT2, - STATE(2924), 2, - sym_parameter_list, - sym_type_parameter_list, - [120636] = 4, + ACTIONS(6020), 1, + sym_identifier, + STATE(3699), 1, + sym_reference_expression, + ACTIONS(6022), 5, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_COMMA, + anon_sym_RBRACE, + [123059] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(5992), 1, + ACTIONS(6026), 1, anon_sym_RPAREN, - STATE(3502), 1, + STATE(3498), 1, aux_sym_argument_list_repeat1, - ACTIONS(5990), 5, + ACTIONS(6024), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_COMMA, - [120653] = 4, + [123076] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5657), 1, + sym_identifier, + ACTIONS(5931), 1, + anon_sym_mut, + ACTIONS(5933), 1, + anon_sym_shared, + ACTIONS(6028), 1, + anon_sym_RBRACK, + STATE(4224), 1, + sym_capture, + STATE(4409), 1, + sym_mutability_modifiers, + STATE(4410), 1, + sym_reference_expression, + [123101] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(5996), 1, + ACTIONS(6032), 1, anon_sym_RPAREN, - STATE(3502), 1, + STATE(3539), 1, aux_sym_argument_list_repeat1, - ACTIONS(5994), 5, + ACTIONS(6030), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_COMMA, - [120670] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5937), 1, - anon_sym_LPAREN, - STATE(1447), 1, - sym_signature, - STATE(3799), 1, - sym_generic_parameters, - ACTIONS(4671), 2, - anon_sym_LBRACK, - anon_sym_LT2, - STATE(1116), 2, - sym_parameter_list, - sym_type_parameter_list, - [120691] = 6, + [123118] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(3836), 1, + STATE(3795), 1, sym_generic_parameters, - STATE(4305), 1, + STATE(4265), 1, sym_signature, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [120712] = 4, + [123139] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6000), 1, + ACTIONS(6036), 1, anon_sym_RPAREN, - STATE(3502), 1, + STATE(3498), 1, aux_sym_argument_list_repeat1, - ACTIONS(5998), 5, + ACTIONS(6034), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_COMMA, - [120729] = 6, + [123156] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(3850), 1, + STATE(3759), 1, sym_generic_parameters, - STATE(4130), 1, + STATE(4430), 1, sym_signature, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [120750] = 4, + [123177] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6002), 1, - sym_identifier, - STATE(3669), 1, - sym_reference_expression, - ACTIONS(6004), 5, + ACTIONS(6040), 1, + anon_sym_RPAREN, + STATE(3498), 1, + aux_sym_argument_list_repeat1, + ACTIONS(6038), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACE, - [120767] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5866), 1, - anon_sym_LPAREN, - STATE(3733), 1, - sym_generic_parameters, - STATE(4143), 1, - sym_signature, - ACTIONS(4671), 2, - anon_sym_LBRACK, - anon_sym_LT2, - STATE(2924), 2, - sym_parameter_list, - sym_type_parameter_list, - [120788] = 4, + [123194] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6008), 1, + ACTIONS(6044), 1, anon_sym_RPAREN, - STATE(3504), 1, + STATE(3498), 1, aux_sym_argument_list_repeat1, - ACTIONS(6006), 5, + ACTIONS(6042), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_COMMA, - [120805] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5866), 1, - anon_sym_LPAREN, - STATE(3729), 1, - sym_generic_parameters, - STATE(4379), 1, - sym_signature, - ACTIONS(4671), 2, - anon_sym_LBRACK, - anon_sym_LT2, - STATE(2924), 2, - sym_parameter_list, - sym_type_parameter_list, - [120826] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5866), 1, - anon_sym_LPAREN, - STATE(3744), 1, - sym_generic_parameters, - STATE(4330), 1, - sym_signature, - ACTIONS(4671), 2, - anon_sym_LBRACK, - anon_sym_LT2, - STATE(2924), 2, - sym_parameter_list, - sym_type_parameter_list, - [120847] = 6, + [123211] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5937), 1, + ACTIONS(5959), 1, anon_sym_LPAREN, STATE(1485), 1, sym_signature, - STATE(3820), 1, + STATE(3775), 1, sym_generic_parameters, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(1116), 2, + STATE(1115), 2, sym_parameter_list, sym_type_parameter_list, - [120868] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6012), 1, - anon_sym_RPAREN, - STATE(3532), 1, - aux_sym_argument_list_repeat1, - ACTIONS(6010), 5, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_COMMA, - [120885] = 7, + [123232] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6014), 1, + ACTIONS(6046), 7, anon_sym_const, - ACTIONS(6016), 1, anon_sym_type, - ACTIONS(6018), 1, anon_sym_fn, - ACTIONS(6022), 1, - anon_sym_enum, - ACTIONS(6024), 1, - anon_sym_interface, - ACTIONS(6020), 2, anon_sym_struct, anon_sym_union, - [120908] = 4, + anon_sym_enum, + anon_sym_interface, + [123245] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6028), 1, + ACTIONS(6050), 1, anon_sym_RPAREN, - STATE(3538), 1, + STATE(3498), 1, aux_sym_argument_list_repeat1, - ACTIONS(6026), 5, + ACTIONS(6048), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_COMMA, - [120925] = 4, + [123262] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6032), 1, + ACTIONS(6054), 1, anon_sym_RPAREN, - STATE(3524), 1, + STATE(3540), 1, aux_sym_argument_list_repeat1, - ACTIONS(6030), 5, + ACTIONS(6052), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_COMMA, - [120942] = 4, + [123279] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6036), 1, + ACTIONS(6058), 1, anon_sym_RPAREN, - STATE(3508), 1, + STATE(3529), 1, aux_sym_argument_list_repeat1, - ACTIONS(6034), 5, + ACTIONS(6056), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_COMMA, - [120959] = 6, + [123296] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5937), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(1460), 1, - sym_signature, - STATE(3689), 1, + STATE(3786), 1, sym_generic_parameters, - ACTIONS(4671), 2, - anon_sym_LBRACK, - anon_sym_LT2, - STATE(1116), 2, - sym_parameter_list, - sym_type_parameter_list, - [120980] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5937), 1, - anon_sym_LPAREN, - STATE(1482), 1, + STATE(4403), 1, sym_signature, - STATE(3693), 1, - sym_generic_parameters, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(1116), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [121001] = 4, + [123317] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6040), 1, + ACTIONS(6062), 1, anon_sym_RPAREN, - STATE(3502), 1, + STATE(3498), 1, aux_sym_argument_list_repeat1, - ACTIONS(6038), 5, + ACTIONS(6060), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_COMMA, - [121018] = 4, + [123334] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6044), 1, + ACTIONS(6066), 1, anon_sym_RPAREN, - STATE(3502), 1, + STATE(3498), 1, aux_sym_argument_list_repeat1, - ACTIONS(6042), 5, + ACTIONS(6064), 5, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_COMMA, + [123351] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6070), 1, + anon_sym_RPAREN, + STATE(3498), 1, + aux_sym_argument_list_repeat1, + ACTIONS(6068), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_COMMA, - [121035] = 6, + [123368] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(3754), 1, + STATE(3763), 1, sym_generic_parameters, - STATE(4210), 1, + STATE(4229), 1, sym_signature, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [121056] = 2, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6046), 7, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, - [121069] = 4, + [123389] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6050), 1, + ACTIONS(6074), 1, anon_sym_RPAREN, - STATE(3484), 1, + STATE(3525), 1, aux_sym_argument_list_repeat1, - ACTIONS(6048), 5, + ACTIONS(6072), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_COMMA, - [121086] = 6, + [123406] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5937), 1, + ACTIONS(5959), 1, anon_sym_LPAREN, - STATE(1478), 1, + STATE(1479), 1, sym_signature, - STATE(3823), 1, + STATE(3860), 1, sym_generic_parameters, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(1116), 2, + STATE(1115), 2, sym_parameter_list, sym_type_parameter_list, - [121107] = 6, + [123427] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5937), 1, + ACTIONS(5959), 1, anon_sym_LPAREN, STATE(1445), 1, sym_signature, - STATE(3780), 1, + STATE(3878), 1, sym_generic_parameters, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(1116), 2, + STATE(1115), 2, sym_parameter_list, sym_type_parameter_list, - [121128] = 6, + [123448] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(5937), 1, - anon_sym_LPAREN, - STATE(1432), 1, - sym_signature, - STATE(3691), 1, - sym_generic_parameters, - ACTIONS(4671), 2, - anon_sym_LBRACK, - anon_sym_LT2, - STATE(1116), 2, - sym_parameter_list, - sym_type_parameter_list, - [121149] = 4, + ACTIONS(5657), 1, + sym_identifier, + ACTIONS(5931), 1, + anon_sym_mut, + ACTIONS(5933), 1, + anon_sym_shared, + ACTIONS(6076), 1, + anon_sym_RBRACK, + STATE(4224), 1, + sym_capture, + STATE(4409), 1, + sym_mutability_modifiers, + STATE(4410), 1, + sym_reference_expression, + [123473] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6054), 1, + ACTIONS(6080), 1, anon_sym_RPAREN, - STATE(3523), 1, + STATE(3522), 1, aux_sym_argument_list_repeat1, - ACTIONS(6052), 5, + ACTIONS(6078), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_COMMA, - [121166] = 4, + [123490] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6058), 1, + ACTIONS(6084), 1, anon_sym_RPAREN, - STATE(3502), 1, + STATE(3535), 1, aux_sym_argument_list_repeat1, - ACTIONS(6056), 5, + ACTIONS(6082), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_COMMA, - [121183] = 2, - ACTIONS(487), 1, - sym_comment, - ACTIONS(5894), 7, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_DOT, - anon_sym_as, - anon_sym_LBRACE, - [121196] = 6, + [123507] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5937), 1, + ACTIONS(5959), 1, anon_sym_LPAREN, - STATE(1468), 1, + STATE(1466), 1, sym_signature, - STATE(3685), 1, + STATE(3758), 1, sym_generic_parameters, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(1116), 2, + STATE(1115), 2, sym_parameter_list, sym_type_parameter_list, - [121217] = 6, + [123528] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5937), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(1442), 1, - sym_signature, - STATE(3826), 1, + STATE(3771), 1, sym_generic_parameters, - ACTIONS(4671), 2, - anon_sym_LBRACK, - anon_sym_LT2, - STATE(1116), 2, - sym_parameter_list, - sym_type_parameter_list, - [121238] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5937), 1, - anon_sym_LPAREN, - STATE(1470), 1, + STATE(4373), 1, sym_signature, - STATE(3694), 1, - sym_generic_parameters, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - STATE(1116), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [121259] = 6, + [123549] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, - anon_sym_LPAREN, - STATE(3778), 1, - sym_generic_parameters, - STATE(4363), 1, - sym_signature, - ACTIONS(4671), 2, - anon_sym_LBRACK, - anon_sym_LT2, - STATE(2924), 2, - sym_parameter_list, - sym_type_parameter_list, - [121280] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6062), 1, - anon_sym_RPAREN, - STATE(3502), 1, - aux_sym_argument_list_repeat1, - ACTIONS(6060), 5, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_COMMA, - [121297] = 6, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6064), 1, - sym_escape_sequence, - ACTIONS(6066), 1, - aux_sym_c_string_literal_token1, - ACTIONS(6068), 1, - sym___dolcbr, - ACTIONS(6070), 1, - sym___single_quote, - STATE(3571), 2, - sym_string_interpolation, - aux_sym_c_string_literal_repeat1, - [121317] = 6, + ACTIONS(6086), 1, + anon_sym_DOT, + ACTIONS(6088), 1, + anon_sym_RBRACE, + ACTIONS(6090), 1, + sym_int_literal, + ACTIONS(6092), 1, + aux_sym_format_specifier_token1, + ACTIONS(6094), 1, + aux_sym_format_specifier_token2, + ACTIONS(6096), 1, + anon_sym_0, + [123571] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6072), 1, + ACTIONS(6098), 1, sym_escape_sequence, - ACTIONS(6074), 1, + ACTIONS(6100), 1, aux_sym_c_string_literal_token2, - ACTIONS(6076), 1, + ACTIONS(6102), 1, sym___dolcbr, - ACTIONS(6078), 1, + ACTIONS(6104), 1, sym___double_quote, - STATE(3639), 2, + STATE(3572), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [121337] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6082), 1, - anon_sym_RBRACE, - STATE(3561), 1, - aux_sym_selective_import_list_repeat1, - ACTIONS(6080), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_COMMA, - [121353] = 6, + [123591] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6072), 1, + ACTIONS(6098), 1, sym_escape_sequence, - ACTIONS(6074), 1, + ACTIONS(6100), 1, aux_sym_c_string_literal_token2, - ACTIONS(6076), 1, + ACTIONS(6102), 1, sym___dolcbr, - ACTIONS(6084), 1, + ACTIONS(6106), 1, sym___double_quote, - STATE(3639), 2, + STATE(3572), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [121373] = 6, + [123611] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6070), 1, - sym___double_quote, - ACTIONS(6072), 1, + ACTIONS(6106), 1, + sym___single_quote, + ACTIONS(6108), 1, sym_escape_sequence, - ACTIONS(6074), 1, - aux_sym_c_string_literal_token2, - ACTIONS(6076), 1, + ACTIONS(6110), 1, + aux_sym_c_string_literal_token1, + ACTIONS(6112), 1, sym___dolcbr, - STATE(3639), 2, + STATE(3582), 2, sym_string_interpolation, - aux_sym_c_string_literal_repeat2, - [121393] = 6, + aux_sym_c_string_literal_repeat1, + [123631] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6064), 1, + ACTIONS(6108), 1, sym_escape_sequence, - ACTIONS(6066), 1, + ACTIONS(6110), 1, aux_sym_c_string_literal_token1, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6086), 1, + ACTIONS(6114), 1, sym___single_quote, - STATE(3571), 2, + STATE(3582), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [121413] = 6, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6072), 1, - sym_escape_sequence, - ACTIONS(6074), 1, - aux_sym_c_string_literal_token2, - ACTIONS(6076), 1, - sym___dolcbr, - ACTIONS(6086), 1, - sym___double_quote, - STATE(3639), 2, - sym_string_interpolation, - aux_sym_c_string_literal_repeat2, - [121433] = 6, + [123651] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6076), 1, - sym___dolcbr, - ACTIONS(6088), 1, + ACTIONS(6108), 1, sym_escape_sequence, - ACTIONS(6090), 1, - aux_sym_c_string_literal_token2, - ACTIONS(6092), 1, - sym___double_quote, - STATE(3554), 2, - sym_string_interpolation, - aux_sym_c_string_literal_repeat2, - [121453] = 6, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6068), 1, + ACTIONS(6110), 1, + aux_sym_c_string_literal_token1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6092), 1, + ACTIONS(6116), 1, sym___single_quote, - ACTIONS(6094), 1, - sym_escape_sequence, - ACTIONS(6096), 1, - aux_sym_c_string_literal_token1, - STATE(3557), 2, + STATE(3582), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [121473] = 6, + [123671] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6076), 1, - sym___dolcbr, ACTIONS(6098), 1, sym_escape_sequence, ACTIONS(6100), 1, aux_sym_c_string_literal_token2, ACTIONS(6102), 1, + sym___dolcbr, + ACTIONS(6116), 1, sym___double_quote, - STATE(3564), 2, + STATE(3572), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [121493] = 6, + [123691] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6064), 1, + ACTIONS(6108), 1, sym_escape_sequence, - ACTIONS(6066), 1, + ACTIONS(6110), 1, aux_sym_c_string_literal_token1, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6104), 1, + ACTIONS(6118), 1, sym___single_quote, - STATE(3571), 2, + STATE(3582), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [121513] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(4779), 1, - anon_sym_COMMA, - STATE(3640), 1, - aux_sym_strictly_expression_list_repeat1, - ACTIONS(3787), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - [121529] = 6, + [123711] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6068), 1, - sym___dolcbr, - ACTIONS(6102), 1, - sym___single_quote, - ACTIONS(6106), 1, + ACTIONS(6098), 1, sym_escape_sequence, - ACTIONS(6108), 1, - aux_sym_c_string_literal_token1, - STATE(3565), 2, + ACTIONS(6100), 1, + aux_sym_c_string_literal_token2, + ACTIONS(6102), 1, + sym___dolcbr, + ACTIONS(6120), 1, + sym___double_quote, + STATE(3572), 2, sym_string_interpolation, - aux_sym_c_string_literal_repeat1, - [121549] = 6, + aux_sym_c_string_literal_repeat2, + [123731] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6068), 1, - sym___dolcbr, - ACTIONS(6110), 1, + ACTIONS(6108), 1, sym_escape_sequence, - ACTIONS(6112), 1, + ACTIONS(6110), 1, aux_sym_c_string_literal_token1, - ACTIONS(6114), 1, + ACTIONS(6112), 1, + sym___dolcbr, + ACTIONS(6120), 1, sym___single_quote, - STATE(3577), 2, + STATE(3582), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [121569] = 6, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6076), 1, - sym___dolcbr, - ACTIONS(6114), 1, - sym___double_quote, - ACTIONS(6116), 1, - sym_escape_sequence, - ACTIONS(6118), 1, - aux_sym_c_string_literal_token2, - STATE(3572), 2, - sym_string_interpolation, - aux_sym_c_string_literal_repeat2, - [121589] = 6, + [123751] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6072), 1, + ACTIONS(6098), 1, sym_escape_sequence, - ACTIONS(6074), 1, + ACTIONS(6100), 1, aux_sym_c_string_literal_token2, - ACTIONS(6076), 1, + ACTIONS(6102), 1, sym___dolcbr, - ACTIONS(6120), 1, + ACTIONS(6118), 1, sym___double_quote, - STATE(3639), 2, + STATE(3572), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [121609] = 6, + [123771] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, ACTIONS(6122), 1, sym_escape_sequence, @@ -292133,13 +294983,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6126), 1, sym___single_quote, - STATE(3596), 2, + STATE(3610), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [121629] = 6, + [123791] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6076), 1, + ACTIONS(6102), 1, sym___dolcbr, ACTIONS(6126), 1, sym___double_quote, @@ -292147,27 +294997,13 @@ static const uint16_t ts_small_parse_table[] = { sym_escape_sequence, ACTIONS(6130), 1, aux_sym_c_string_literal_token2, - STATE(3542), 2, + STATE(3609), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [121649] = 6, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6064), 1, - sym_escape_sequence, - ACTIONS(6066), 1, - aux_sym_c_string_literal_token1, - ACTIONS(6068), 1, - sym___dolcbr, - ACTIONS(6120), 1, - sym___single_quote, - STATE(3571), 2, - sym_string_interpolation, - aux_sym_c_string_literal_repeat1, - [121669] = 6, + [123811] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, ACTIONS(6132), 1, sym_escape_sequence, @@ -292175,2542 +295011,2917 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_c_string_literal_token1, ACTIONS(6136), 1, sym___single_quote, - STATE(3539), 2, + STATE(3606), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [121689] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6138), 1, - anon_sym_RBRACE, - STATE(3541), 1, - aux_sym_selective_import_list_repeat1, - ACTIONS(6080), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_COMMA, - [121705] = 6, + [123831] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6076), 1, + ACTIONS(6102), 1, sym___dolcbr, ACTIONS(6136), 1, sym___double_quote, - ACTIONS(6140), 1, + ACTIONS(6138), 1, sym_escape_sequence, - ACTIONS(6142), 1, + ACTIONS(6140), 1, aux_sym_c_string_literal_token2, - STATE(3543), 2, + STATE(3605), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [121725] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6147), 1, - anon_sym_RBRACE, - STATE(3561), 1, - aux_sym_selective_import_list_repeat1, - ACTIONS(6144), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_COMMA, - [121741] = 6, + [123851] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6068), 1, - sym___dolcbr, - ACTIONS(6149), 1, + ACTIONS(6108), 1, sym_escape_sequence, - ACTIONS(6151), 1, + ACTIONS(6110), 1, aux_sym_c_string_literal_token1, - ACTIONS(6153), 1, + ACTIONS(6112), 1, + sym___dolcbr, + ACTIONS(6142), 1, sym___single_quote, - STATE(3544), 2, + STATE(3582), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [121761] = 6, + [123871] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6076), 1, - sym___dolcbr, - ACTIONS(6153), 1, - sym___double_quote, - ACTIONS(6155), 1, + ACTIONS(6098), 1, sym_escape_sequence, - ACTIONS(6157), 1, + ACTIONS(6100), 1, aux_sym_c_string_literal_token2, - STATE(3545), 2, + ACTIONS(6102), 1, + sym___dolcbr, + ACTIONS(6144), 1, + sym___double_quote, + STATE(3572), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [121781] = 6, + [123891] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6072), 1, + ACTIONS(6108), 1, sym_escape_sequence, - ACTIONS(6074), 1, - aux_sym_c_string_literal_token2, - ACTIONS(6076), 1, + ACTIONS(6110), 1, + aux_sym_c_string_literal_token1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6159), 1, - sym___double_quote, - STATE(3639), 2, + ACTIONS(6144), 1, + sym___single_quote, + STATE(3582), 2, sym_string_interpolation, - aux_sym_c_string_literal_repeat2, - [121801] = 6, + aux_sym_c_string_literal_repeat1, + [123911] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6064), 1, + ACTIONS(6112), 1, + sym___dolcbr, + ACTIONS(6146), 1, sym_escape_sequence, - ACTIONS(6066), 1, + ACTIONS(6148), 1, aux_sym_c_string_literal_token1, - ACTIONS(6068), 1, - sym___dolcbr, - ACTIONS(6159), 1, + ACTIONS(6150), 1, sym___single_quote, - STATE(3571), 2, + STATE(3556), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [121821] = 4, + [123931] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(4779), 1, - anon_sym_COMMA, - STATE(3550), 1, - aux_sym_strictly_expression_list_repeat1, - ACTIONS(1770), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - [121837] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2770), 1, - anon_sym_DOT, - ACTIONS(3027), 5, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - [121851] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5647), 1, - sym_identifier, - ACTIONS(5907), 1, - anon_sym_mut, - ACTIONS(5909), 1, - anon_sym_shared, - STATE(4162), 1, - sym_capture, - STATE(4370), 1, - sym_mutability_modifiers, - STATE(4371), 1, - sym_reference_expression, - [121873] = 4, + ACTIONS(6102), 1, + sym___dolcbr, + ACTIONS(6150), 1, + sym___double_quote, + ACTIONS(6152), 1, + sym_escape_sequence, + ACTIONS(6154), 1, + aux_sym_c_string_literal_token2, + STATE(3557), 2, + sym_string_interpolation, + aux_sym_c_string_literal_repeat2, + [123951] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(4779), 1, - anon_sym_COMMA, - STATE(3640), 1, - aux_sym_strictly_expression_list_repeat1, - ACTIONS(3791), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, + ACTIONS(6159), 1, anon_sym_RBRACE, - [121889] = 2, - ACTIONS(487), 1, - sym_comment, - ACTIONS(4777), 6, + STATE(3571), 1, + aux_sym_selective_import_list_repeat1, + ACTIONS(6156), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RPAREN, - [121901] = 6, + [123967] = 6, ACTIONS(487), 1, sym_comment, ACTIONS(6161), 1, sym_escape_sequence, ACTIONS(6164), 1, - aux_sym_c_string_literal_token1, + aux_sym_c_string_literal_token2, ACTIONS(6167), 1, sym___dolcbr, ACTIONS(6170), 1, + sym___double_quote, + STATE(3572), 2, + sym_string_interpolation, + aux_sym_c_string_literal_repeat2, + [123987] = 6, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6112), 1, + sym___dolcbr, + ACTIONS(6172), 1, + sym_escape_sequence, + ACTIONS(6174), 1, + aux_sym_c_string_literal_token1, + ACTIONS(6176), 1, sym___single_quote, - STATE(3571), 2, + STATE(3558), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [121921] = 6, + [124007] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6072), 1, + ACTIONS(6102), 1, + sym___dolcbr, + ACTIONS(6178), 1, sym_escape_sequence, - ACTIONS(6074), 1, + ACTIONS(6180), 1, aux_sym_c_string_literal_token2, - ACTIONS(6076), 1, - sym___dolcbr, - ACTIONS(6172), 1, + ACTIONS(6182), 1, sym___double_quote, - STATE(3639), 2, + STATE(3552), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [121941] = 6, + [124027] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6076), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6174), 1, + ACTIONS(6182), 1, + sym___single_quote, + ACTIONS(6184), 1, sym_escape_sequence, + ACTIONS(6186), 1, + aux_sym_c_string_literal_token1, + STATE(3590), 2, + sym_string_interpolation, + aux_sym_c_string_literal_repeat1, + [124047] = 6, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6102), 1, + sym___dolcbr, ACTIONS(6176), 1, + sym___double_quote, + ACTIONS(6188), 1, + sym_escape_sequence, + ACTIONS(6190), 1, aux_sym_c_string_literal_token2, - ACTIONS(6178), 1, + STATE(3561), 2, + sym_string_interpolation, + aux_sym_c_string_literal_repeat2, + [124067] = 6, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6102), 1, + sym___dolcbr, + ACTIONS(6192), 1, + sym_escape_sequence, + ACTIONS(6194), 1, + aux_sym_c_string_literal_token2, + ACTIONS(6196), 1, sym___double_quote, - STATE(3593), 2, + STATE(3595), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [121961] = 6, + [124087] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6178), 1, + ACTIONS(6196), 1, sym___single_quote, - ACTIONS(6180), 1, + ACTIONS(6198), 1, sym_escape_sequence, - ACTIONS(6182), 1, + ACTIONS(6200), 1, aux_sym_c_string_literal_token1, - STATE(3595), 2, + STATE(3664), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [121981] = 6, + [124107] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6076), 1, + ACTIONS(6102), 1, sym___dolcbr, - ACTIONS(6184), 1, + ACTIONS(6202), 1, sym_escape_sequence, - ACTIONS(6186), 1, + ACTIONS(6204), 1, aux_sym_c_string_literal_token2, - ACTIONS(6188), 1, + ACTIONS(6206), 1, sym___double_quote, - STATE(3540), 2, + STATE(3647), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [122001] = 6, + [124127] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6188), 1, + ACTIONS(6206), 1, sym___single_quote, - ACTIONS(6190), 1, + ACTIONS(6208), 1, sym_escape_sequence, - ACTIONS(6192), 1, + ACTIONS(6210), 1, aux_sym_c_string_literal_token1, - STATE(3597), 2, + STATE(3646), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [122021] = 6, + [124147] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5657), 1, + sym_identifier, + ACTIONS(5931), 1, + anon_sym_mut, + ACTIONS(5933), 1, + anon_sym_shared, + STATE(4224), 1, + sym_capture, + STATE(4409), 1, + sym_mutability_modifiers, + STATE(4410), 1, + sym_reference_expression, + [124169] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6064), 1, + ACTIONS(6212), 1, sym_escape_sequence, - ACTIONS(6066), 1, + ACTIONS(6215), 1, aux_sym_c_string_literal_token1, - ACTIONS(6068), 1, + ACTIONS(6218), 1, sym___dolcbr, - ACTIONS(6172), 1, + ACTIONS(6221), 1, sym___single_quote, - STATE(3571), 2, + STATE(3582), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [122041] = 6, + [124189] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6072), 1, + ACTIONS(6098), 1, sym_escape_sequence, - ACTIONS(6074), 1, + ACTIONS(6100), 1, aux_sym_c_string_literal_token2, - ACTIONS(6076), 1, + ACTIONS(6102), 1, sym___dolcbr, - ACTIONS(6104), 1, + ACTIONS(6223), 1, sym___double_quote, - STATE(3639), 2, + STATE(3572), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [122061] = 6, + [124209] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6064), 1, + ACTIONS(6098), 1, sym_escape_sequence, - ACTIONS(6066), 1, - aux_sym_c_string_literal_token1, - ACTIONS(6068), 1, + ACTIONS(6100), 1, + aux_sym_c_string_literal_token2, + ACTIONS(6102), 1, sym___dolcbr, - ACTIONS(6194), 1, + ACTIONS(6142), 1, + sym___double_quote, + STATE(3572), 2, + sym_string_interpolation, + aux_sym_c_string_literal_repeat2, + [124229] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(4787), 1, + anon_sym_COMMA, + STATE(3638), 1, + aux_sym_strictly_expression_list_repeat1, + ACTIONS(3781), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + [124245] = 6, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6112), 1, + sym___dolcbr, + ACTIONS(6225), 1, + sym_escape_sequence, + ACTIONS(6227), 1, + aux_sym_c_string_literal_token1, + ACTIONS(6229), 1, sym___single_quote, - STATE(3571), 2, + STATE(3568), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [122081] = 6, + [124265] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6072), 1, + ACTIONS(6098), 1, sym_escape_sequence, - ACTIONS(6074), 1, + ACTIONS(6100), 1, aux_sym_c_string_literal_token2, - ACTIONS(6076), 1, + ACTIONS(6102), 1, sym___dolcbr, - ACTIONS(6194), 1, + ACTIONS(6231), 1, sym___double_quote, - STATE(3639), 2, + STATE(3572), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [122101] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6196), 1, - anon_sym_LBRACK, - STATE(2321), 1, - sym_type_parameters, - ACTIONS(2702), 4, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [122117] = 6, + [124285] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6076), 1, - sym___dolcbr, - ACTIONS(6198), 1, + ACTIONS(6108), 1, sym_escape_sequence, - ACTIONS(6200), 1, - aux_sym_c_string_literal_token2, - ACTIONS(6202), 1, - sym___double_quote, - STATE(3607), 2, + ACTIONS(6110), 1, + aux_sym_c_string_literal_token1, + ACTIONS(6112), 1, + sym___dolcbr, + ACTIONS(6231), 1, + sym___single_quote, + STATE(3582), 2, sym_string_interpolation, - aux_sym_c_string_literal_repeat2, - [122137] = 6, + aux_sym_c_string_literal_repeat1, + [124305] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6204), 1, + ACTIONS(6233), 1, sym_escape_sequence, - ACTIONS(6206), 1, + ACTIONS(6235), 1, aux_sym_c_string_literal_token1, - ACTIONS(6208), 1, + ACTIONS(6237), 1, sym___single_quote, - STATE(3645), 2, + STATE(3658), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [122157] = 6, + [124325] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6068), 1, - sym___dolcbr, - ACTIONS(6202), 1, + ACTIONS(6104), 1, sym___single_quote, - ACTIONS(6210), 1, + ACTIONS(6108), 1, sym_escape_sequence, - ACTIONS(6212), 1, + ACTIONS(6110), 1, aux_sym_c_string_literal_token1, - STATE(3608), 2, + ACTIONS(6112), 1, + sym___dolcbr, + STATE(3582), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [122177] = 6, + [124345] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6076), 1, + ACTIONS(6102), 1, sym___dolcbr, - ACTIONS(6214), 1, + ACTIONS(6237), 1, + sym___double_quote, + ACTIONS(6239), 1, sym_escape_sequence, - ACTIONS(6216), 1, + ACTIONS(6241), 1, aux_sym_c_string_literal_token2, - ACTIONS(6218), 1, - sym___double_quote, - STATE(3613), 2, + STATE(3594), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [122197] = 6, + [124365] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(4787), 1, + anon_sym_COMMA, + STATE(3638), 1, + aux_sym_strictly_expression_list_repeat1, + ACTIONS(3785), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + [124381] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6218), 1, - sym___single_quote, - ACTIONS(6220), 1, + ACTIONS(6243), 1, sym_escape_sequence, - ACTIONS(6222), 1, + ACTIONS(6245), 1, aux_sym_c_string_literal_token1, - STATE(3614), 2, + ACTIONS(6247), 1, + sym___single_quote, + STATE(3588), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [122217] = 6, + [124401] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6076), 1, - sym___dolcbr, - ACTIONS(6224), 1, + ACTIONS(6098), 1, sym_escape_sequence, - ACTIONS(6226), 1, + ACTIONS(6100), 1, aux_sym_c_string_literal_token2, - ACTIONS(6228), 1, + ACTIONS(6102), 1, + sym___dolcbr, + ACTIONS(6249), 1, sym___double_quote, - STATE(3615), 2, + STATE(3572), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [122237] = 6, + [124421] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6068), 1, - sym___dolcbr, - ACTIONS(6228), 1, - sym___single_quote, - ACTIONS(6230), 1, + ACTIONS(6098), 1, sym_escape_sequence, - ACTIONS(6232), 1, - aux_sym_c_string_literal_token1, - STATE(3616), 2, + ACTIONS(6100), 1, + aux_sym_c_string_literal_token2, + ACTIONS(6102), 1, + sym___dolcbr, + ACTIONS(6251), 1, + sym___double_quote, + STATE(3572), 2, sym_string_interpolation, - aux_sym_c_string_literal_repeat1, - [122257] = 6, + aux_sym_c_string_literal_repeat2, + [124441] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6072), 1, - sym_escape_sequence, - ACTIONS(6074), 1, - aux_sym_c_string_literal_token2, - ACTIONS(6076), 1, + ACTIONS(5939), 1, + anon_sym_LBRACE, + STATE(3833), 1, + sym_selective_import_list, + ACTIONS(6253), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + [124457] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3193), 6, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + [124469] = 6, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6102), 1, sym___dolcbr, - ACTIONS(6234), 1, + ACTIONS(6247), 1, sym___double_quote, - STATE(3639), 2, + ACTIONS(6255), 1, + sym_escape_sequence, + ACTIONS(6257), 1, + aux_sym_c_string_literal_token2, + STATE(3587), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [122277] = 6, + [124489] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6076), 1, - sym___dolcbr, - ACTIONS(6236), 1, + ACTIONS(6098), 1, sym_escape_sequence, - ACTIONS(6238), 1, + ACTIONS(6100), 1, aux_sym_c_string_literal_token2, - ACTIONS(6240), 1, + ACTIONS(6102), 1, + sym___dolcbr, + ACTIONS(6114), 1, sym___double_quote, - STATE(3609), 2, + STATE(3572), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [122297] = 6, + [124509] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6076), 1, + ACTIONS(6102), 1, sym___dolcbr, - ACTIONS(6208), 1, + ACTIONS(6229), 1, sym___double_quote, - ACTIONS(6242), 1, + ACTIONS(6259), 1, sym_escape_sequence, - ACTIONS(6244), 1, + ACTIONS(6261), 1, aux_sym_c_string_literal_token2, - STATE(3646), 2, + STATE(3567), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [122317] = 6, + [124529] = 2, + ACTIONS(487), 1, + sym_comment, + ACTIONS(4783), 6, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + [124541] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6240), 1, - sym___single_quote, - ACTIONS(6246), 1, + ACTIONS(6263), 1, sym_escape_sequence, - ACTIONS(6248), 1, + ACTIONS(6265), 1, aux_sym_c_string_literal_token1, - STATE(3610), 2, + ACTIONS(6267), 1, + sym___single_quote, + STATE(3566), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [122337] = 6, + [124561] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6072), 1, + ACTIONS(6102), 1, + sym___dolcbr, + ACTIONS(6267), 1, + sym___double_quote, + ACTIONS(6269), 1, sym_escape_sequence, - ACTIONS(6074), 1, + ACTIONS(6271), 1, aux_sym_c_string_literal_token2, - ACTIONS(6076), 1, + STATE(3584), 2, + sym_string_interpolation, + aux_sym_c_string_literal_repeat2, + [124581] = 2, + ACTIONS(487), 1, + sym_comment, + ACTIONS(5964), 6, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RPAREN, + [124593] = 6, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6098), 1, + sym_escape_sequence, + ACTIONS(6100), 1, + aux_sym_c_string_literal_token2, + ACTIONS(6102), 1, sym___dolcbr, - ACTIONS(6250), 1, + ACTIONS(6273), 1, sym___double_quote, - STATE(3639), 2, + STATE(3572), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [122357] = 6, + [124613] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6064), 1, + ACTIONS(6108), 1, sym_escape_sequence, - ACTIONS(6066), 1, + ACTIONS(6110), 1, aux_sym_c_string_literal_token1, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6234), 1, + ACTIONS(6273), 1, sym___single_quote, - STATE(3571), 2, + STATE(3582), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [122377] = 6, + [124633] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6275), 1, + anon_sym_const, + ACTIONS(6277), 1, + anon_sym_fn, + ACTIONS(6281), 1, + anon_sym_enum, + ACTIONS(6283), 1, + anon_sym_interface, + ACTIONS(6279), 2, + anon_sym_struct, + anon_sym_union, + [124653] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6064), 1, + ACTIONS(6108), 1, sym_escape_sequence, - ACTIONS(6066), 1, + ACTIONS(6110), 1, aux_sym_c_string_literal_token1, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6250), 1, + ACTIONS(6223), 1, sym___single_quote, - STATE(3571), 2, + STATE(3582), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [122397] = 6, + [124673] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6064), 1, + ACTIONS(6098), 1, sym_escape_sequence, - ACTIONS(6066), 1, + ACTIONS(6100), 1, + aux_sym_c_string_literal_token2, + ACTIONS(6102), 1, + sym___dolcbr, + ACTIONS(6285), 1, + sym___double_quote, + STATE(3572), 2, + sym_string_interpolation, + aux_sym_c_string_literal_repeat2, + [124693] = 6, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6108), 1, + sym_escape_sequence, + ACTIONS(6110), 1, aux_sym_c_string_literal_token1, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6084), 1, + ACTIONS(6285), 1, sym___single_quote, - STATE(3571), 2, + STATE(3582), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [122417] = 6, + [124713] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6064), 1, + ACTIONS(6112), 1, + sym___dolcbr, + ACTIONS(6287), 1, sym_escape_sequence, - ACTIONS(6066), 1, + ACTIONS(6289), 1, aux_sym_c_string_literal_token1, - ACTIONS(6068), 1, - sym___dolcbr, - ACTIONS(6078), 1, + ACTIONS(6291), 1, sym___single_quote, - STATE(3571), 2, + STATE(3554), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [122437] = 6, + [124733] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6064), 1, + ACTIONS(6108), 1, sym_escape_sequence, - ACTIONS(6066), 1, + ACTIONS(6110), 1, aux_sym_c_string_literal_token1, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6252), 1, + ACTIONS(6293), 1, sym___single_quote, - STATE(3571), 2, + STATE(3582), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [122457] = 6, + [124753] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6072), 1, + ACTIONS(6102), 1, + sym___dolcbr, + ACTIONS(6291), 1, + sym___double_quote, + ACTIONS(6295), 1, sym_escape_sequence, - ACTIONS(6074), 1, + ACTIONS(6297), 1, aux_sym_c_string_literal_token2, - ACTIONS(6076), 1, + STATE(3553), 2, + sym_string_interpolation, + aux_sym_c_string_literal_repeat2, + [124773] = 6, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6098), 1, + sym_escape_sequence, + ACTIONS(6100), 1, + aux_sym_c_string_literal_token2, + ACTIONS(6102), 1, sym___dolcbr, - ACTIONS(6252), 1, + ACTIONS(6293), 1, sym___double_quote, - STATE(3639), 2, + STATE(3572), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [122477] = 6, + [124793] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6064), 1, + ACTIONS(6108), 1, sym_escape_sequence, - ACTIONS(6066), 1, + ACTIONS(6110), 1, aux_sym_c_string_literal_token1, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6254), 1, + ACTIONS(6299), 1, sym___single_quote, - STATE(3571), 2, + STATE(3582), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [122497] = 6, + [124813] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6064), 1, + ACTIONS(6112), 1, + sym___dolcbr, + ACTIONS(6301), 1, sym_escape_sequence, - ACTIONS(6066), 1, + ACTIONS(6303), 1, aux_sym_c_string_literal_token1, - ACTIONS(6068), 1, - sym___dolcbr, - ACTIONS(6256), 1, + ACTIONS(6305), 1, sym___single_quote, - STATE(3571), 2, + STATE(3608), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [122517] = 6, + [124833] = 6, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6102), 1, + sym___dolcbr, + ACTIONS(6305), 1, + sym___double_quote, + ACTIONS(6307), 1, + sym_escape_sequence, + ACTIONS(6309), 1, + aux_sym_c_string_literal_token2, + STATE(3583), 2, + sym_string_interpolation, + aux_sym_c_string_literal_repeat2, + [124853] = 6, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6098), 1, + sym_escape_sequence, + ACTIONS(6100), 1, + aux_sym_c_string_literal_token2, + ACTIONS(6102), 1, + sym___dolcbr, + ACTIONS(6299), 1, + sym___double_quote, + STATE(3572), 2, + sym_string_interpolation, + aux_sym_c_string_literal_repeat2, + [124873] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6313), 1, + anon_sym_RBRACE, + STATE(3642), 1, + aux_sym_selective_import_list_repeat1, + ACTIONS(6311), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_COMMA, + [124889] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(4787), 1, + anon_sym_COMMA, + STATE(3585), 1, + aux_sym_strictly_expression_list_repeat1, + ACTIONS(1684), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + [124905] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6072), 1, - sym_escape_sequence, - ACTIONS(6074), 1, - aux_sym_c_string_literal_token2, - ACTIONS(6076), 1, - sym___dolcbr, - ACTIONS(6256), 1, - sym___double_quote, - STATE(3639), 2, - sym_string_interpolation, - aux_sym_c_string_literal_repeat2, - [122537] = 6, + ACTIONS(6315), 1, + sym_identifier, + STATE(3739), 1, + sym_label_reference, + ACTIONS(3815), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + [124921] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6315), 1, + sym_identifier, + STATE(3737), 1, + sym_label_reference, + ACTIONS(3819), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + [124937] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6064), 1, + ACTIONS(6108), 1, sym_escape_sequence, - ACTIONS(6066), 1, + ACTIONS(6110), 1, aux_sym_c_string_literal_token1, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6258), 1, + ACTIONS(6317), 1, sym___single_quote, - STATE(3571), 2, + STATE(3582), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [122557] = 6, + [124957] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6072), 1, + ACTIONS(6098), 1, sym_escape_sequence, - ACTIONS(6074), 1, + ACTIONS(6100), 1, aux_sym_c_string_literal_token2, - ACTIONS(6076), 1, + ACTIONS(6102), 1, sym___dolcbr, - ACTIONS(6258), 1, + ACTIONS(6317), 1, sym___double_quote, - STATE(3639), 2, + STATE(3572), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [122577] = 6, + [124977] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6072), 1, + ACTIONS(6102), 1, + sym___dolcbr, + ACTIONS(6319), 1, sym_escape_sequence, - ACTIONS(6074), 1, + ACTIONS(6321), 1, aux_sym_c_string_literal_token2, - ACTIONS(6076), 1, - sym___dolcbr, - ACTIONS(6254), 1, + ACTIONS(6323), 1, sym___double_quote, - STATE(3639), 2, + STATE(3654), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [122597] = 6, + [124997] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6064), 1, - sym_escape_sequence, - ACTIONS(6066), 1, - aux_sym_c_string_literal_token1, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6260), 1, + ACTIONS(6323), 1, sym___single_quote, - STATE(3571), 2, + ACTIONS(6325), 1, + sym_escape_sequence, + ACTIONS(6327), 1, + aux_sym_c_string_literal_token1, + STATE(3655), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [122617] = 6, + [125017] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6072), 1, + ACTIONS(6102), 1, + sym___dolcbr, + ACTIONS(6329), 1, sym_escape_sequence, - ACTIONS(6074), 1, + ACTIONS(6331), 1, aux_sym_c_string_literal_token2, - ACTIONS(6076), 1, - sym___dolcbr, - ACTIONS(6262), 1, + ACTIONS(6333), 1, sym___double_quote, - STATE(3639), 2, + STATE(3656), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [122637] = 6, + [125037] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6064), 1, - sym_escape_sequence, - ACTIONS(6066), 1, - aux_sym_c_string_literal_token1, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6262), 1, + ACTIONS(6333), 1, sym___single_quote, - STATE(3571), 2, - sym_string_interpolation, - aux_sym_c_string_literal_repeat1, - [122657] = 6, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6072), 1, + ACTIONS(6335), 1, sym_escape_sequence, - ACTIONS(6074), 1, - aux_sym_c_string_literal_token2, - ACTIONS(6076), 1, - sym___dolcbr, - ACTIONS(6264), 1, - sym___double_quote, - STATE(3639), 2, + ACTIONS(6337), 1, + aux_sym_c_string_literal_token1, + STATE(3657), 2, sym_string_interpolation, - aux_sym_c_string_literal_repeat2, - [122677] = 6, + aux_sym_c_string_literal_repeat1, + [125057] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6064), 1, + ACTIONS(6108), 1, sym_escape_sequence, - ACTIONS(6066), 1, + ACTIONS(6110), 1, aux_sym_c_string_literal_token1, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6264), 1, + ACTIONS(6339), 1, sym___single_quote, - STATE(3571), 2, + STATE(3582), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [122697] = 6, + [125077] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3181), 6, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + [125089] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6072), 1, + ACTIONS(6102), 1, + sym___dolcbr, + ACTIONS(6341), 1, sym_escape_sequence, - ACTIONS(6074), 1, + ACTIONS(6343), 1, aux_sym_c_string_literal_token2, - ACTIONS(6076), 1, - sym___dolcbr, - ACTIONS(6260), 1, + ACTIONS(6345), 1, sym___double_quote, - STATE(3639), 2, + STATE(3659), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [122717] = 6, + [125109] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6266), 1, + ACTIONS(6347), 1, sym_escape_sequence, - ACTIONS(6268), 1, + ACTIONS(6349), 1, aux_sym_c_string_literal_token1, - ACTIONS(6270), 1, + ACTIONS(6351), 1, sym___single_quote, - STATE(3647), 2, + STATE(3612), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [122737] = 6, + [125129] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6072), 1, - sym_escape_sequence, - ACTIONS(6074), 1, - aux_sym_c_string_literal_token2, - ACTIONS(6076), 1, + ACTIONS(6102), 1, sym___dolcbr, - ACTIONS(6272), 1, + ACTIONS(6351), 1, sym___double_quote, - STATE(3639), 2, + ACTIONS(6353), 1, + sym_escape_sequence, + ACTIONS(6355), 1, + aux_sym_c_string_literal_token2, + STATE(3614), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [122757] = 6, + [125149] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6064), 1, + ACTIONS(6112), 1, + sym___dolcbr, + ACTIONS(6357), 1, sym_escape_sequence, - ACTIONS(6066), 1, + ACTIONS(6359), 1, aux_sym_c_string_literal_token1, - ACTIONS(6068), 1, - sym___dolcbr, - ACTIONS(6272), 1, + ACTIONS(6361), 1, sym___single_quote, - STATE(3571), 2, + STATE(3615), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [122777] = 6, + [125169] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6072), 1, + ACTIONS(6098), 1, sym_escape_sequence, - ACTIONS(6074), 1, + ACTIONS(6100), 1, aux_sym_c_string_literal_token2, - ACTIONS(6076), 1, + ACTIONS(6102), 1, sym___dolcbr, - ACTIONS(6274), 1, + ACTIONS(6339), 1, sym___double_quote, - STATE(3639), 2, + STATE(3572), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [122797] = 6, + [125189] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6064), 1, - sym_escape_sequence, - ACTIONS(6066), 1, - aux_sym_c_string_literal_token1, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6274), 1, + ACTIONS(6345), 1, sym___single_quote, - STATE(3571), 2, - sym_string_interpolation, - aux_sym_c_string_literal_repeat1, - [122817] = 6, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6068), 1, - sym___dolcbr, - ACTIONS(6276), 1, + ACTIONS(6363), 1, sym_escape_sequence, - ACTIONS(6278), 1, + ACTIONS(6365), 1, aux_sym_c_string_literal_token1, - ACTIONS(6280), 1, - sym___single_quote, - STATE(3594), 2, + STATE(3660), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [122837] = 6, + [125209] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6076), 1, + ACTIONS(6102), 1, sym___dolcbr, - ACTIONS(6280), 1, + ACTIONS(6361), 1, sym___double_quote, - ACTIONS(6282), 1, + ACTIONS(6367), 1, sym_escape_sequence, - ACTIONS(6284), 1, + ACTIONS(6369), 1, aux_sym_c_string_literal_token2, - STATE(3589), 2, + STATE(3618), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [122857] = 6, + [125229] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6068), 1, - sym___dolcbr, - ACTIONS(6286), 1, - sym_escape_sequence, - ACTIONS(6288), 1, - aux_sym_c_string_literal_token1, - ACTIONS(6290), 1, - sym___single_quote, - STATE(3598), 2, - sym_string_interpolation, - aux_sym_c_string_literal_repeat1, - [122877] = 6, + ACTIONS(6371), 1, + anon_sym_COMMA, + STATE(3638), 1, + aux_sym_strictly_expression_list_repeat1, + ACTIONS(1640), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + [125245] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6076), 1, + ACTIONS(6102), 1, sym___dolcbr, - ACTIONS(6290), 1, - sym___double_quote, - ACTIONS(6292), 1, + ACTIONS(6374), 1, sym_escape_sequence, - ACTIONS(6294), 1, + ACTIONS(6376), 1, aux_sym_c_string_literal_token2, + ACTIONS(6378), 1, + sym___double_quote, STATE(3599), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [122897] = 6, + [125265] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6076), 1, + ACTIONS(6102), 1, sym___dolcbr, - ACTIONS(6270), 1, - sym___double_quote, - ACTIONS(6296), 1, + ACTIONS(6380), 1, sym_escape_sequence, - ACTIONS(6298), 1, + ACTIONS(6382), 1, aux_sym_c_string_literal_token2, - STATE(3648), 2, + ACTIONS(6384), 1, + sym___double_quote, + STATE(3661), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [122917] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(5892), 1, - anon_sym_LBRACE, - STATE(3793), 1, - sym_selective_import_list, - ACTIONS(6300), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - [122933] = 6, + [125285] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6302), 1, + ACTIONS(6378), 1, + sym___single_quote, + ACTIONS(6386), 1, sym_escape_sequence, - ACTIONS(6304), 1, + ACTIONS(6388), 1, aux_sym_c_string_literal_token1, - ACTIONS(6306), 1, - sym___single_quote, - STATE(3549), 2, + STATE(3555), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [122953] = 6, + [125305] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6076), 1, - sym___dolcbr, - ACTIONS(6306), 1, - sym___double_quote, - ACTIONS(6308), 1, - sym_escape_sequence, - ACTIONS(6310), 1, - aux_sym_c_string_literal_token2, - STATE(3578), 2, - sym_string_interpolation, - aux_sym_c_string_literal_repeat2, - [122973] = 6, + ACTIONS(6390), 1, + anon_sym_RBRACE, + STATE(3571), 1, + aux_sym_selective_import_list_repeat1, + ACTIONS(6311), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_COMMA, + [125321] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6068), 1, - sym___dolcbr, - ACTIONS(6312), 1, + ACTIONS(6108), 1, sym_escape_sequence, - ACTIONS(6314), 1, + ACTIONS(6110), 1, aux_sym_c_string_literal_token1, - ACTIONS(6316), 1, + ACTIONS(6112), 1, + sym___dolcbr, + ACTIONS(6392), 1, sym___single_quote, - STATE(3579), 2, + STATE(3582), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [122993] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6318), 1, - anon_sym_const, - ACTIONS(6320), 1, - anon_sym_fn, - ACTIONS(6324), 1, - anon_sym_enum, - ACTIONS(6326), 1, - anon_sym_interface, - ACTIONS(6322), 2, - anon_sym_struct, - anon_sym_union, - [123013] = 6, + [125341] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6076), 1, - sym___dolcbr, - ACTIONS(6316), 1, - sym___double_quote, - ACTIONS(6328), 1, + ACTIONS(6098), 1, sym_escape_sequence, - ACTIONS(6330), 1, + ACTIONS(6100), 1, aux_sym_c_string_literal_token2, - STATE(3580), 2, + ACTIONS(6102), 1, + sym___dolcbr, + ACTIONS(6392), 1, + sym___double_quote, + STATE(3572), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [123033] = 2, - ACTIONS(487), 1, - sym_comment, - ACTIONS(5988), 6, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RPAREN, - [123045] = 6, + [125361] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6332), 1, + ACTIONS(6384), 1, + sym___single_quote, + ACTIONS(6394), 1, sym_escape_sequence, - ACTIONS(6334), 1, + ACTIONS(6396), 1, aux_sym_c_string_literal_token1, - ACTIONS(6336), 1, - sym___single_quote, - STATE(3600), 2, + STATE(3662), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [123065] = 6, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6076), 1, - sym___dolcbr, - ACTIONS(6336), 1, - sym___double_quote, - ACTIONS(6338), 1, - sym_escape_sequence, - ACTIONS(6340), 1, - aux_sym_c_string_literal_token2, - STATE(3605), 2, - sym_string_interpolation, - aux_sym_c_string_literal_repeat2, - [123085] = 6, + [125381] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6064), 1, + ACTIONS(6108), 1, sym_escape_sequence, - ACTIONS(6066), 1, + ACTIONS(6110), 1, aux_sym_c_string_literal_token1, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6342), 1, + ACTIONS(6398), 1, sym___single_quote, - STATE(3571), 2, + STATE(3582), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [123105] = 6, + [125401] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6072), 1, + ACTIONS(6098), 1, sym_escape_sequence, - ACTIONS(6074), 1, + ACTIONS(6100), 1, aux_sym_c_string_literal_token2, - ACTIONS(6076), 1, + ACTIONS(6102), 1, sym___dolcbr, - ACTIONS(6342), 1, + ACTIONS(6398), 1, sym___double_quote, - STATE(3639), 2, + STATE(3572), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [123125] = 6, + [125421] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6344), 1, + ACTIONS(6400), 1, sym_escape_sequence, - ACTIONS(6346), 1, + ACTIONS(6402), 1, aux_sym_c_string_literal_token1, - ACTIONS(6348), 1, + ACTIONS(6404), 1, sym___single_quote, - STATE(3606), 2, + STATE(3623), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [123145] = 6, + [125441] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6064), 1, - sym_escape_sequence, - ACTIONS(6066), 1, - aux_sym_c_string_literal_token1, - ACTIONS(6068), 1, + ACTIONS(6102), 1, sym___dolcbr, - ACTIONS(6350), 1, - sym___single_quote, - STATE(3571), 2, - sym_string_interpolation, - aux_sym_c_string_literal_repeat1, - [123165] = 6, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6072), 1, + ACTIONS(6404), 1, + sym___double_quote, + ACTIONS(6406), 1, sym_escape_sequence, - ACTIONS(6074), 1, + ACTIONS(6408), 1, aux_sym_c_string_literal_token2, - ACTIONS(6076), 1, - sym___dolcbr, - ACTIONS(6350), 1, - sym___double_quote, - STATE(3639), 2, + STATE(3624), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [123185] = 4, + [125461] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6352), 1, - sym_identifier, - STATE(3702), 1, - sym_label_reference, - ACTIONS(3855), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - [123201] = 6, + ACTIONS(6112), 1, + sym___dolcbr, + ACTIONS(6410), 1, + sym_escape_sequence, + ACTIONS(6412), 1, + aux_sym_c_string_literal_token1, + ACTIONS(6414), 1, + sym___single_quote, + STATE(3629), 2, + sym_string_interpolation, + aux_sym_c_string_literal_repeat1, + [125481] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6076), 1, + ACTIONS(6102), 1, sym___dolcbr, - ACTIONS(6348), 1, + ACTIONS(6414), 1, sym___double_quote, - ACTIONS(6354), 1, + ACTIONS(6416), 1, sym_escape_sequence, - ACTIONS(6356), 1, + ACTIONS(6418), 1, aux_sym_c_string_literal_token2, - STATE(3611), 2, + STATE(3635), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [123221] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6352), 1, - sym_identifier, - STATE(3704), 1, - sym_label_reference, - ACTIONS(3829), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - [123237] = 6, + [125501] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6358), 1, + ACTIONS(6102), 1, + sym___dolcbr, + ACTIONS(6420), 1, sym_escape_sequence, - ACTIONS(6361), 1, + ACTIONS(6422), 1, aux_sym_c_string_literal_token2, - ACTIONS(6364), 1, - sym___dolcbr, - ACTIONS(6367), 1, + ACTIONS(6424), 1, sym___double_quote, - STATE(3639), 2, + STATE(3559), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [123257] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6369), 1, - anon_sym_COMMA, - STATE(3640), 1, - aux_sym_strictly_expression_list_repeat1, - ACTIONS(1690), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - [123273] = 6, + [125521] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6372), 1, + ACTIONS(6424), 1, + sym___single_quote, + ACTIONS(6426), 1, sym_escape_sequence, - ACTIONS(6374), 1, + ACTIONS(6428), 1, aux_sym_c_string_literal_token1, - ACTIONS(6376), 1, - sym___single_quote, - STATE(3631), 2, + STATE(3560), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [123293] = 6, + [125541] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6076), 1, - sym___dolcbr, - ACTIONS(6376), 1, - sym___double_quote, - ACTIONS(6378), 1, + ACTIONS(6098), 1, sym_escape_sequence, - ACTIONS(6380), 1, + ACTIONS(6100), 1, aux_sym_c_string_literal_token2, - STATE(3632), 2, + ACTIONS(6102), 1, + sym___dolcbr, + ACTIONS(6430), 1, + sym___double_quote, + STATE(3572), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [123313] = 6, + [125561] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6068), 1, - sym___dolcbr, - ACTIONS(6382), 1, + ACTIONS(6108), 1, sym_escape_sequence, - ACTIONS(6384), 1, + ACTIONS(6110), 1, aux_sym_c_string_literal_token1, - ACTIONS(6386), 1, + ACTIONS(6112), 1, + sym___dolcbr, + ACTIONS(6430), 1, sym___single_quote, - STATE(3634), 2, + STATE(3582), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [123333] = 6, + [125581] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6076), 1, - sym___dolcbr, - ACTIONS(6386), 1, - sym___double_quote, - ACTIONS(6388), 1, + ACTIONS(6098), 1, sym_escape_sequence, - ACTIONS(6390), 1, + ACTIONS(6100), 1, aux_sym_c_string_literal_token2, - STATE(3635), 2, + ACTIONS(6102), 1, + sym___dolcbr, + ACTIONS(6432), 1, + sym___double_quote, + STATE(3572), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [123353] = 6, + [125601] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6064), 1, + ACTIONS(6108), 1, sym_escape_sequence, - ACTIONS(6066), 1, + ACTIONS(6110), 1, aux_sym_c_string_literal_token1, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6392), 1, + ACTIONS(6432), 1, sym___single_quote, - STATE(3571), 2, + STATE(3582), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [123373] = 6, + [125621] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6072), 1, + ACTIONS(6108), 1, sym_escape_sequence, - ACTIONS(6074), 1, + ACTIONS(6110), 1, + aux_sym_c_string_literal_token1, + ACTIONS(6112), 1, + sym___dolcbr, + ACTIONS(6249), 1, + sym___single_quote, + STATE(3582), 2, + sym_string_interpolation, + aux_sym_c_string_literal_repeat1, + [125641] = 6, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6098), 1, + sym_escape_sequence, + ACTIONS(6100), 1, aux_sym_c_string_literal_token2, - ACTIONS(6076), 1, + ACTIONS(6102), 1, sym___dolcbr, - ACTIONS(6392), 1, + ACTIONS(6434), 1, sym___double_quote, - STATE(3639), 2, + STATE(3572), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [123393] = 6, + [125661] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6064), 1, + ACTIONS(6108), 1, sym_escape_sequence, - ACTIONS(6066), 1, + ACTIONS(6110), 1, aux_sym_c_string_literal_token1, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6394), 1, + ACTIONS(6434), 1, sym___single_quote, - STATE(3571), 2, + STATE(3582), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [123413] = 6, + [125681] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6072), 1, + ACTIONS(6098), 1, sym_escape_sequence, - ACTIONS(6074), 1, + ACTIONS(6100), 1, aux_sym_c_string_literal_token2, - ACTIONS(6076), 1, + ACTIONS(6102), 1, sym___dolcbr, - ACTIONS(6394), 1, + ACTIONS(6436), 1, sym___double_quote, - STATE(3639), 2, + STATE(3572), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat2, - [123433] = 6, + [125701] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6076), 1, - sym___dolcbr, - ACTIONS(6396), 1, + ACTIONS(6108), 1, sym_escape_sequence, - ACTIONS(6398), 1, - aux_sym_c_string_literal_token2, - ACTIONS(6400), 1, - sym___double_quote, - STATE(3604), 2, + ACTIONS(6110), 1, + aux_sym_c_string_literal_token1, + ACTIONS(6112), 1, + sym___dolcbr, + ACTIONS(6436), 1, + sym___single_quote, + STATE(3582), 2, sym_string_interpolation, - aux_sym_c_string_literal_repeat2, - [123453] = 6, + aux_sym_c_string_literal_repeat1, + [125721] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6068), 1, + ACTIONS(6112), 1, sym___dolcbr, - ACTIONS(6400), 1, - sym___single_quote, - ACTIONS(6402), 1, + ACTIONS(6438), 1, sym_escape_sequence, - ACTIONS(6404), 1, + ACTIONS(6440), 1, aux_sym_c_string_literal_token1, - STATE(3603), 2, + ACTIONS(6442), 1, + sym___single_quote, + STATE(3643), 2, sym_string_interpolation, aux_sym_c_string_literal_repeat1, - [123473] = 6, + [125741] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6076), 1, - sym___dolcbr, - ACTIONS(6406), 1, + ACTIONS(6108), 1, sym_escape_sequence, - ACTIONS(6408), 1, - aux_sym_c_string_literal_token2, - ACTIONS(6410), 1, - sym___double_quote, - STATE(3602), 2, + ACTIONS(6110), 1, + aux_sym_c_string_literal_token1, + ACTIONS(6112), 1, + sym___dolcbr, + ACTIONS(6251), 1, + sym___single_quote, + STATE(3582), 2, sym_string_interpolation, - aux_sym_c_string_literal_repeat2, - [123493] = 6, + aux_sym_c_string_literal_repeat1, + [125761] = 6, ACTIONS(487), 1, sym_comment, - ACTIONS(6068), 1, + ACTIONS(6102), 1, sym___dolcbr, - ACTIONS(6410), 1, - sym___single_quote, - ACTIONS(6412), 1, + ACTIONS(6442), 1, + sym___double_quote, + ACTIONS(6444), 1, sym_escape_sequence, - ACTIONS(6414), 1, - aux_sym_c_string_literal_token1, - STATE(3601), 2, + ACTIONS(6446), 1, + aux_sym_c_string_literal_token2, + STATE(3644), 2, sym_string_interpolation, - aux_sym_c_string_literal_repeat1, - [123513] = 7, + aux_sym_c_string_literal_repeat2, + [125781] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6416), 1, - anon_sym_DOT, - ACTIONS(6418), 1, - anon_sym_RBRACE, - ACTIONS(6420), 1, - sym_int_literal, - ACTIONS(6422), 1, - aux_sym_format_specifier_token1, - ACTIONS(6424), 1, - aux_sym_format_specifier_token2, - ACTIONS(6426), 1, - anon_sym_0, - [123535] = 5, + ACTIONS(5931), 1, + anon_sym_mut, + ACTIONS(5933), 1, + anon_sym_shared, + ACTIONS(6448), 1, + sym_identifier, + STATE(4439), 1, + sym_parameter_declaration, + STATE(4497), 1, + sym_mutability_modifiers, + [125800] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6428), 1, + ACTIONS(3001), 5, anon_sym_LBRACE, - STATE(1535), 1, - sym__interface_body, - STATE(4326), 1, - sym_generic_parameters, - ACTIONS(4671), 2, - anon_sym_LBRACK, - anon_sym_LT2, - [123552] = 2, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + [125811] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5931), 1, + anon_sym_mut, + ACTIONS(5933), 1, + anon_sym_shared, + ACTIONS(6450), 1, + sym_identifier, + STATE(4349), 1, + sym_mutable_identifier, + STATE(4649), 1, + sym_mutability_modifiers, + [125830] = 2, + ACTIONS(487), 1, + sym_comment, + ACTIONS(1640), 5, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_COMMA, + anon_sym_RBRACE, + [125841] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(6430), 5, + ACTIONS(6452), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, sym_identifier, - [123563] = 6, + [125852] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6432), 1, + ACTIONS(3125), 5, anon_sym_LBRACE, - ACTIONS(6434), 1, anon_sym_COMMA, - ACTIONS(6436), 1, + anon_sym_RPAREN, + anon_sym_GT, anon_sym_RBRACK, - STATE(2320), 1, - sym_type_initializer_body, - STATE(4074), 1, - aux_sym_type_parameters_repeat1, - [123582] = 6, + [125863] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6438), 1, + ACTIONS(6454), 1, sym_identifier, - ACTIONS(6440), 1, + ACTIONS(6456), 1, anon_sym_mut, - STATE(3984), 1, + STATE(3968), 1, sym_var_definition, - STATE(4205), 1, + STATE(4388), 1, sym_range_clause, - STATE(4548), 1, + STATE(4591), 1, sym_var_definition_list, - [123601] = 6, + [125882] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6438), 1, - sym_identifier, - ACTIONS(6440), 1, + ACTIONS(5712), 1, + anon_sym_RBRACE, + ACTIONS(6458), 4, + anon_sym___global, + anon_sym_pub, anon_sym_mut, - STATE(3984), 1, - sym_var_definition, - STATE(4228), 1, - sym_range_clause, - STATE(4548), 1, - sym_var_definition_list, - [123620] = 5, + sym_identifier, + [125895] = 3, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6460), 2, + anon_sym_RBRACE, + sym_identifier, + ACTIONS(6462), 3, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + [125908] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6442), 1, + ACTIONS(2817), 5, anon_sym_LBRACE, - STATE(1561), 1, - sym__struct_body, - STATE(4285), 1, - sym_generic_parameters, - ACTIONS(4671), 2, - anon_sym_LBRACK, - anon_sym_LT2, - [123637] = 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + [125919] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6428), 1, + ACTIONS(2626), 5, anon_sym_LBRACE, - STATE(1566), 1, - sym__interface_body, - STATE(4266), 1, - sym_generic_parameters, - ACTIONS(4671), 2, - anon_sym_LBRACK, - anon_sym_LT2, - [123654] = 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + [125930] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4877), 1, + ACTIONS(4881), 1, anon_sym_LBRACE, - STATE(2405), 1, + STATE(2422), 1, sym_block, - ACTIONS(6444), 3, + ACTIONS(6464), 3, anon_sym_SEMI, anon_sym_RBRACK, anon_sym_COLON, - [123669] = 5, + [125945] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6442), 1, + ACTIONS(3121), 5, anon_sym_LBRACE, - STATE(1539), 1, - sym__struct_body, - STATE(4262), 1, - sym_generic_parameters, - ACTIONS(4671), 2, - anon_sym_LBRACK, - anon_sym_LT2, - [123686] = 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + [125956] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6448), 1, + ACTIONS(6468), 1, anon_sym_RBRACE, - STATE(3672), 1, + STATE(3714), 1, aux_sym__statement_list_repeat1, - ACTIONS(6446), 3, + ACTIONS(6466), 3, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - [123701] = 5, + [125971] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6428), 1, - anon_sym_LBRACE, - STATE(1570), 1, - sym__interface_body, - STATE(4251), 1, - sym_generic_parameters, - ACTIONS(4671), 2, - anon_sym_LBRACK, - anon_sym_LT2, - [123718] = 2, - ACTIONS(487), 1, - sym_comment, - ACTIONS(1690), 5, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_COMMA, - anon_sym_RBRACE, - [123729] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6452), 1, + ACTIONS(5809), 1, anon_sym_RBRACE, - STATE(3663), 1, - aux_sym__statement_list_repeat1, - ACTIONS(6450), 3, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - [123744] = 6, + ACTIONS(6470), 4, + anon_sym___global, + anon_sym_pub, + anon_sym_mut, + sym_identifier, + [125984] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6432), 1, + ACTIONS(6472), 1, anon_sym_LBRACE, - ACTIONS(6454), 1, + ACTIONS(6474), 1, anon_sym_COMMA, - ACTIONS(6456), 1, + ACTIONS(6476), 1, anon_sym_RPAREN, - STATE(2320), 1, + STATE(2399), 1, sym_type_initializer_body, - STATE(3856), 1, + STATE(4017), 1, aux_sym_type_parameters_repeat1, - [123763] = 6, + [126003] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5907), 1, - anon_sym_mut, - ACTIONS(5909), 1, - anon_sym_shared, - ACTIONS(6458), 1, - sym_identifier, - STATE(4230), 1, - sym_mutable_identifier, - STATE(4545), 1, - sym_mutability_modifiers, - [123782] = 2, + ACTIONS(6478), 1, + anon_sym_COMMA, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + ACTIONS(6481), 3, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + [126018] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3141), 5, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + [126029] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3105), 5, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + [126040] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6147), 5, + ACTIONS(6486), 1, + anon_sym_RBRACE, + STATE(3685), 1, + aux_sym__statement_list_repeat1, + ACTIONS(6483), 3, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_COMMA, - anon_sym_RBRACE, - [123793] = 2, + [126055] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(6460), 5, + ACTIONS(6488), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, anon_sym_LBRACE, - [123804] = 3, + [126066] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5706), 1, - anon_sym_RBRACE, - ACTIONS(6462), 4, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - sym_identifier, - [123817] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6467), 1, - anon_sym_RBRACE, - STATE(3672), 1, - aux_sym__statement_list_repeat1, - ACTIONS(6464), 3, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - [123832] = 5, + ACTIONS(6490), 1, + anon_sym_LBRACE, + STATE(1515), 1, + sym__struct_body, + STATE(4177), 1, + sym_generic_parameters, + ACTIONS(5671), 2, + anon_sym_LBRACK, + anon_sym_LT2, + [126083] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6442), 1, + ACTIONS(6490), 1, anon_sym_LBRACE, - STATE(1537), 1, + STATE(1569), 1, sym__struct_body, - STATE(4331), 1, + STATE(4385), 1, sym_generic_parameters, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - [123849] = 2, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6469), 5, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - sym_identifier, - [123860] = 4, + [126100] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6432), 1, + ACTIONS(2849), 5, anon_sym_LBRACE, - STATE(2320), 1, - sym_type_initializer_body, - ACTIONS(2917), 3, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_GT, anon_sym_RBRACK, - [123875] = 5, + [126111] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6428), 1, + ACTIONS(6492), 1, anon_sym_LBRACE, - STATE(1521), 1, + STATE(1540), 1, sym__interface_body, - STATE(4343), 1, + STATE(4334), 1, sym_generic_parameters, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - [123892] = 3, + [126128] = 5, ACTIONS(3), 1, sym_comment, - STATE(2320), 1, - sym_type_initializer_body, - ACTIONS(2933), 4, + ACTIONS(6492), 1, anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [123905] = 5, + STATE(1513), 1, + sym__interface_body, + STATE(4307), 1, + sym_generic_parameters, + ACTIONS(5671), 2, + anon_sym_LBRACK, + anon_sym_LT2, + [126145] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6442), 1, + ACTIONS(6492), 1, + anon_sym_LBRACE, + STATE(1571), 1, + sym__interface_body, + STATE(4379), 1, + sym_generic_parameters, + ACTIONS(5671), 2, + anon_sym_LBRACK, + anon_sym_LT2, + [126162] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6490), 1, anon_sym_LBRACE, - STATE(1572), 1, + STATE(1531), 1, sym__struct_body, - STATE(4332), 1, + STATE(4360), 1, sym_generic_parameters, - ACTIONS(4671), 2, + ACTIONS(5671), 2, anon_sym_LBRACK, anon_sym_LT2, - [123922] = 4, + [126179] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4877), 1, + ACTIONS(6492), 1, + anon_sym_LBRACE, + STATE(1549), 1, + sym__interface_body, + STATE(4363), 1, + sym_generic_parameters, + ACTIONS(5671), 2, + anon_sym_LBRACK, + anon_sym_LT2, + [126196] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6490), 1, + anon_sym_LBRACE, + STATE(1552), 1, + sym__struct_body, + STATE(4367), 1, + sym_generic_parameters, + ACTIONS(5671), 2, + anon_sym_LBRACK, + anon_sym_LT2, + [126213] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2885), 5, anon_sym_LBRACE, - STATE(2426), 1, - sym_block, - ACTIONS(2937), 3, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_GT, anon_sym_RBRACK, - [123937] = 4, + [126224] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4839), 1, + ACTIONS(4843), 1, anon_sym_LBRACE, - STATE(1324), 1, + STATE(1328), 1, sym_block, - ACTIONS(6444), 3, + ACTIONS(6464), 3, anon_sym_SEMI, anon_sym_RBRACK, anon_sym_COLON, - [123952] = 3, + [126239] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5791), 1, - anon_sym_RBRACE, - ACTIONS(6471), 4, - anon_sym___global, - anon_sym_pub, - anon_sym_mut, - sym_identifier, - [123965] = 3, + ACTIONS(6472), 1, + anon_sym_LBRACE, + ACTIONS(6494), 1, + anon_sym_COMMA, + ACTIONS(6496), 1, + anon_sym_RBRACK, + STATE(2399), 1, + sym_type_initializer_body, + STATE(3946), 1, + aux_sym_type_parameters_repeat1, + [126258] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(6473), 2, - anon_sym_RBRACE, - sym_identifier, - ACTIONS(6475), 3, + ACTIONS(6159), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - [123978] = 6, + anon_sym_COMMA, + anon_sym_RBRACE, + [126269] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5907), 1, - anon_sym_mut, - ACTIONS(5909), 1, - anon_sym_shared, - ACTIONS(6477), 1, + ACTIONS(6454), 1, sym_identifier, - STATE(4129), 1, - sym_parameter_declaration, - STATE(4650), 1, - sym_mutability_modifiers, - [123997] = 3, + ACTIONS(6456), 1, + anon_sym_mut, + STATE(3968), 1, + sym_var_definition, + STATE(4238), 1, + sym_range_clause, + STATE(4591), 1, + sym_var_definition_list, + [126288] = 2, ACTIONS(3), 1, sym_comment, - STATE(2320), 1, - sym_type_initializer_body, - ACTIONS(2913), 4, + ACTIONS(3041), 5, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_GT, anon_sym_RBRACK, - [124010] = 4, + [126299] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5937), 1, - anon_sym_LPAREN, - STATE(1479), 1, - sym_signature, - STATE(1116), 2, - sym_parameter_list, - sym_type_parameter_list, - [124024] = 2, + ACTIONS(3033), 5, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + [126310] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3029), 5, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + [126321] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3025), 5, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + [126332] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3021), 5, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + [126343] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3013), 5, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + [126354] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3009), 5, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + [126365] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(6467), 4, + ACTIONS(6498), 5, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - [124034] = 4, + sym_identifier, + [126376] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, - anon_sym_LPAREN, - STATE(4384), 1, - sym_signature, - STATE(2924), 2, - sym_parameter_list, - sym_type_parameter_list, - [124048] = 4, + ACTIONS(6472), 1, + anon_sym_LBRACE, + STATE(2399), 1, + sym_type_initializer_body, + ACTIONS(3029), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + [126391] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4839), 1, + ACTIONS(3189), 5, anon_sym_LBRACE, - ACTIONS(6479), 1, - anon_sym_DOLLARif, - STATE(1361), 2, - sym_compile_time_if_expression, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + [126402] = 3, + ACTIONS(3), 1, + sym_comment, + STATE(2399), 1, + sym_type_initializer_body, + ACTIONS(3033), 4, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + [126415] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2953), 5, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + [126426] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2957), 5, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + [126437] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6502), 1, + anon_sym_RBRACE, + STATE(3685), 1, + aux_sym__statement_list_repeat1, + ACTIONS(6500), 3, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + [126452] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4881), 1, + anon_sym_LBRACE, + STATE(2388), 1, sym_block, - [124062] = 4, + ACTIONS(3021), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + [126467] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5937), 1, + ACTIONS(3153), 5, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + [126478] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2929), 5, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + [126489] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2949), 5, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_GT, + anon_sym_RBRACK, + [126500] = 3, + ACTIONS(3), 1, + sym_comment, + STATE(2399), 1, + sym_type_initializer_body, + ACTIONS(3025), 4, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + [126513] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5959), 1, anon_sym_LPAREN, - STATE(1440), 1, + STATE(1469), 1, sym_signature, - STATE(1116), 2, + STATE(1115), 2, sym_parameter_list, sym_type_parameter_list, - [124076] = 5, + [126527] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4839), 1, + ACTIONS(4845), 1, anon_sym_LBRACE, - ACTIONS(6481), 1, + ACTIONS(6504), 1, anon_sym_if, - STATE(1364), 1, + STATE(2898), 1, sym_if_expression, - STATE(1395), 1, + STATE(2899), 1, sym_block, - [124092] = 4, + [126543] = 2, + ACTIONS(487), 1, + sym_comment, + ACTIONS(4236), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + [126553] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5937), 1, + ACTIONS(4847), 1, + anon_sym_LBRACE, + ACTIONS(6506), 1, + anon_sym_DOLLARif, + STATE(1225), 2, + sym_compile_time_if_expression, + sym_block, + [126567] = 2, + ACTIONS(487), 1, + sym_comment, + ACTIONS(4189), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + [126577] = 2, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6508), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + [126587] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(1450), 1, + STATE(4299), 1, sym_signature, - STATE(1116), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [124106] = 2, + [126601] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6510), 1, + sym_identifier, + ACTIONS(6512), 1, + anon_sym_DOLLAR, + STATE(1735), 2, + sym_reference_expression, + sym_compile_time_selector_expression, + [126615] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6514), 1, + sym_identifier, + ACTIONS(6516), 1, + anon_sym_DOLLAR, + STATE(1867), 2, + sym_reference_expression, + sym_compile_time_selector_expression, + [126629] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(6300), 4, + ACTIONS(4165), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, - [124116] = 4, + anon_sym_RBRACE, + [126639] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5937), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(1441), 1, + STATE(4460), 1, sym_signature, - STATE(1116), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [124130] = 4, + [126653] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5937), 1, + ACTIONS(5959), 1, anon_sym_LPAREN, - STATE(1473), 1, + STATE(1461), 1, sym_signature, - STATE(1116), 2, + STATE(1115), 2, sym_parameter_list, sym_type_parameter_list, - [124144] = 4, + [126667] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(6518), 1, anon_sym_LPAREN, - STATE(4101), 1, + STATE(1320), 1, sym_signature, - STATE(2924), 2, + STATE(1111), 2, sym_parameter_list, sym_type_parameter_list, - [124158] = 2, + [126681] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6520), 1, + sym_identifier, + ACTIONS(6522), 1, + anon_sym_RPAREN, + STATE(3772), 1, + sym_global_var_definition, + STATE(3848), 1, + aux_sym_global_var_declaration_repeat1, + [126697] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6524), 1, + sym_identifier, + ACTIONS(6526), 1, + anon_sym_RPAREN, + STATE(3768), 1, + sym_const_definition, + STATE(3843), 1, + aux_sym_const_declaration_repeat1, + [126713] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(4173), 4, + ACTIONS(4161), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - [124168] = 2, + [126723] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(4177), 4, + ACTIONS(4157), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - [124178] = 2, + [126733] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(4185), 4, + ACTIONS(4145), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - [124188] = 4, + [126743] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(4214), 1, + STATE(4445), 1, sym_signature, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [124202] = 4, - ACTIONS(3), 1, + [126757] = 2, + ACTIONS(487), 1, sym_comment, - ACTIONS(5866), 1, - anon_sym_LPAREN, - STATE(4115), 1, - sym_signature, - STATE(2924), 2, - sym_parameter_list, - sym_type_parameter_list, - [124216] = 4, - ACTIONS(3), 1, + ACTIONS(4137), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + [126767] = 2, + ACTIONS(487), 1, sym_comment, - ACTIONS(5866), 1, - anon_sym_LPAREN, - STATE(4202), 1, - sym_signature, - STATE(2924), 2, - sym_parameter_list, - sym_type_parameter_list, - [124230] = 2, + ACTIONS(4085), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + [126777] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(4189), 4, + ACTIONS(4065), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - [124240] = 4, + [126787] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6483), 1, - sym_identifier, - ACTIONS(6485), 1, - anon_sym_DOLLAR, - STATE(1029), 2, - sym_reference_expression, - sym_compile_time_selector_expression, - [124254] = 2, + ACTIONS(5884), 1, + anon_sym_LPAREN, + STATE(4210), 1, + sym_signature, + STATE(2893), 2, + sym_parameter_list, + sym_type_parameter_list, + [126801] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(4201), 4, + ACTIONS(3953), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - [124264] = 4, + [126811] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(4273), 1, + STATE(4277), 1, sym_signature, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [124278] = 4, + [126825] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4877), 1, - anon_sym_LBRACE, - ACTIONS(6487), 1, - anon_sym_DOLLARif, - STATE(2324), 2, - sym_compile_time_if_expression, - sym_block, - [124292] = 4, + ACTIONS(5884), 1, + anon_sym_LPAREN, + STATE(4320), 1, + sym_signature, + STATE(2893), 2, + sym_parameter_list, + sym_type_parameter_list, + [126839] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6489), 1, - sym_identifier, - ACTIONS(6491), 1, - anon_sym_DOLLAR, - STATE(2043), 2, - sym_reference_expression, - sym_compile_time_selector_expression, - [124306] = 4, + ACTIONS(5959), 1, + anon_sym_LPAREN, + STATE(1451), 1, + sym_signature, + STATE(1115), 2, + sym_parameter_list, + sym_type_parameter_list, + [126853] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(6528), 1, anon_sym_LPAREN, - STATE(4245), 1, + STATE(729), 1, sym_signature, - STATE(2924), 2, + STATE(64), 2, sym_parameter_list, sym_type_parameter_list, - [124320] = 4, + [126867] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6493), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(1314), 1, + STATE(4443), 1, sym_signature, - STATE(1109), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [124334] = 5, + [126881] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6495), 1, + ACTIONS(6530), 1, sym_identifier, - ACTIONS(6497), 1, - anon_sym_RPAREN, - STATE(3753), 1, - sym_const_definition, - STATE(3757), 1, - aux_sym_const_declaration_repeat1, - [124350] = 5, + ACTIONS(6532), 1, + anon_sym_DOLLAR, + STATE(1377), 2, + sym_reference_expression, + sym_compile_time_selector_expression, + [126895] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4865), 1, - anon_sym_LBRACE, - ACTIONS(6499), 1, - anon_sym_if, - STATE(1928), 1, - sym_if_expression, - STATE(2079), 1, - sym_block, - [124366] = 2, + ACTIONS(6534), 1, + anon_sym_LPAREN, + STATE(1052), 1, + sym_signature, + STATE(215), 2, + sym_parameter_list, + sym_type_parameter_list, + [126909] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6536), 1, + sym_identifier, + ACTIONS(6538), 1, + anon_sym_DOLLAR, + STATE(450), 2, + sym_reference_expression, + sym_compile_time_selector_expression, + [126923] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(4224), 4, + ACTIONS(1680), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - [124376] = 4, + [126933] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6501), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(1087), 1, + STATE(4323), 1, sym_signature, - STATE(219), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [124390] = 4, + [126947] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4865), 1, - anon_sym_LBRACE, - ACTIONS(6503), 1, - anon_sym_DOLLARif, - STATE(2133), 2, - sym_compile_time_if_expression, - sym_block, - [124404] = 2, + ACTIONS(5884), 1, + anon_sym_LPAREN, + STATE(4202), 1, + sym_signature, + STATE(2893), 2, + sym_parameter_list, + sym_type_parameter_list, + [126961] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(6505), 4, + ACTIONS(4268), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_SEMI, - [124414] = 4, + anon_sym_RBRACE, + [126971] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(4306), 1, + STATE(4335), 1, sym_signature, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [124428] = 4, + [126985] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6507), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(2380), 1, + STATE(4233), 1, + sym_signature, + STATE(2893), 2, + sym_parameter_list, + sym_type_parameter_list, + [126999] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5959), 1, + anon_sym_LPAREN, + STATE(1453), 1, sym_signature, - STATE(1409), 2, + STATE(1115), 2, sym_parameter_list, sym_type_parameter_list, - [124442] = 2, - ACTIONS(487), 1, - sym_comment, - ACTIONS(3955), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - [124452] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4877), 1, - anon_sym_LBRACE, - ACTIONS(6487), 1, - anon_sym_DOLLARif, - STATE(2349), 2, - sym_compile_time_if_expression, - sym_block, - [124466] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4877), 1, - anon_sym_LBRACE, - ACTIONS(6509), 1, - anon_sym_if, - STATE(2351), 1, - sym_block, - STATE(2352), 1, - sym_if_expression, - [124482] = 4, + [127013] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(4246), 1, + STATE(4468), 1, sym_signature, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [124496] = 4, + [127027] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(4114), 1, + STATE(4428), 1, sym_signature, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [124510] = 5, + [127041] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6511), 1, - anon_sym_as, - ACTIONS(6513), 1, + ACTIONS(4881), 1, anon_sym_LBRACE, - STATE(1549), 1, - sym__enum_body, - STATE(4334), 1, - sym_enum_backed_type, - [124526] = 2, + ACTIONS(6540), 1, + anon_sym_if, + STATE(2332), 1, + sym_if_expression, + STATE(2333), 1, + sym_block, + [127057] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(6515), 4, + ACTIONS(6253), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - [124536] = 5, + [127067] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6517), 1, - sym_identifier, - ACTIONS(6519), 1, - anon_sym_RBRACE, - STATE(3682), 1, - sym_enum_field_definition, - STATE(3759), 1, - aux_sym__enum_body_repeat1, - [124552] = 4, + ACTIONS(5884), 1, + anon_sym_LPAREN, + STATE(4184), 1, + sym_signature, + STATE(2893), 2, + sym_parameter_list, + sym_type_parameter_list, + [127081] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4865), 1, + ACTIONS(4881), 1, anon_sym_LBRACE, - ACTIONS(6503), 1, + ACTIONS(6542), 1, anon_sym_DOLLARif, - STATE(2061), 2, + STATE(2334), 2, sym_compile_time_if_expression, sym_block, - [124566] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6521), 1, - sym_identifier, - ACTIONS(6523), 1, - anon_sym_RPAREN, - STATE(3724), 1, - sym_global_var_definition, - STATE(3738), 1, - aux_sym_global_var_declaration_repeat1, - [124582] = 4, + [127095] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6525), 1, - sym_identifier, - STATE(4037), 1, - sym_generic_parameter, - ACTIONS(6527), 2, - anon_sym_GT, - anon_sym_RBRACK, - [124596] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(4365), 1, + STATE(4230), 1, sym_signature, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [124610] = 4, + [127109] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6529), 1, - anon_sym_LPAREN, - STATE(1219), 1, - sym_signature, - STATE(974), 2, - sym_parameter_list, - sym_type_parameter_list, - [124624] = 2, + ACTIONS(4881), 1, + anon_sym_LBRACE, + ACTIONS(6542), 1, + anon_sym_DOLLARif, + STATE(2341), 2, + sym_compile_time_if_expression, + sym_block, + [127123] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6544), 1, + sym_identifier, + ACTIONS(6546), 1, + anon_sym_DOLLAR, + STATE(1034), 2, + sym_reference_expression, + sym_compile_time_selector_expression, + [127137] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(4079), 4, + ACTIONS(6548), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_RBRACE, - [124634] = 4, + anon_sym_SEMI, + [127147] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6531), 1, + ACTIONS(6524), 1, sym_identifier, - ACTIONS(6533), 1, - anon_sym_DOLLAR, - STATE(1753), 2, - sym_reference_expression, - sym_compile_time_selector_expression, - [124648] = 4, + ACTIONS(6550), 1, + anon_sym_RPAREN, + STATE(3768), 1, + sym_const_definition, + STATE(3843), 1, + aux_sym_const_declaration_repeat1, + [127163] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(6524), 1, + sym_identifier, + ACTIONS(6552), 1, + anon_sym_RPAREN, + STATE(3768), 1, + sym_const_definition, + STATE(3843), 1, + aux_sym_const_declaration_repeat1, + [127179] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(4118), 1, + STATE(4161), 1, sym_signature, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [124662] = 2, - ACTIONS(487), 1, - sym_comment, - ACTIONS(4193), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - [124672] = 2, - ACTIONS(487), 1, - sym_comment, - ACTIONS(4119), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - [124682] = 2, + [127193] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(4107), 4, + ACTIONS(6554), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - [124692] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6535), 1, - anon_sym_DOT, - ACTIONS(6537), 1, - anon_sym_RBRACE, - ACTIONS(6539), 1, - sym_int_literal, - ACTIONS(6541), 1, - aux_sym_format_specifier_token1, - [124708] = 5, + [127203] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6543), 1, + ACTIONS(6520), 1, sym_identifier, - ACTIONS(6546), 1, + ACTIONS(6556), 1, anon_sym_RPAREN, - STATE(3724), 1, + STATE(3772), 1, sym_global_var_definition, - STATE(3738), 1, + STATE(3848), 1, aux_sym_global_var_declaration_repeat1, - [124724] = 4, + [127219] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(6558), 1, + sym_identifier, + ACTIONS(6560), 1, + anon_sym_DOLLAR, + STATE(2115), 2, + sym_reference_expression, + sym_compile_time_selector_expression, + [127233] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5959), 1, anon_sym_LPAREN, - STATE(4393), 1, + STATE(1463), 1, sym_signature, - STATE(2924), 2, + STATE(1115), 2, sym_parameter_list, sym_type_parameter_list, - [124738] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6548), 1, - anon_sym_COMMA, - STATE(3740), 1, - aux_sym_generic_parameters_repeat1, - ACTIONS(6551), 2, - anon_sym_GT, - anon_sym_RBRACK, - [124752] = 4, + [127247] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6553), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(1846), 1, + STATE(4374), 1, sym_signature, - STATE(1127), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [124766] = 4, + [127261] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6555), 1, - anon_sym_COMMA, - STATE(3742), 1, - aux_sym_type_parameters_repeat1, - ACTIONS(6558), 2, - anon_sym_RPAREN, - anon_sym_RBRACK, - [124780] = 4, + ACTIONS(4853), 1, + anon_sym_LBRACE, + ACTIONS(6562), 1, + anon_sym_DOLLARif, + STATE(1817), 2, + sym_compile_time_if_expression, + sym_block, + [127275] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(5959), 1, anon_sym_LPAREN, - STATE(4380), 1, + STATE(1472), 1, sym_signature, - STATE(2924), 2, + STATE(1115), 2, sym_parameter_list, sym_type_parameter_list, - [124794] = 4, + [127289] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(4350), 1, + STATE(4451), 1, sym_signature, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [124808] = 4, + [127303] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6560), 1, + ACTIONS(6564), 1, + anon_sym_COMMA, + STATE(3857), 1, + aux_sym_generic_parameters_repeat1, + ACTIONS(6566), 2, + anon_sym_GT, + anon_sym_RBRACK, + [127317] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(887), 1, + STATE(4438), 1, sym_signature, - STATE(66), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [124822] = 4, + [127331] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(6568), 1, anon_sym_LPAREN, - STATE(4317), 1, + STATE(1645), 1, sym_signature, - STATE(2924), 2, + STATE(1121), 2, sym_parameter_list, sym_type_parameter_list, - [124836] = 5, + [127345] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4817), 1, - anon_sym_LBRACE, - ACTIONS(6562), 1, - anon_sym_if, - STATE(939), 1, - sym_block, - STATE(940), 1, - sym_if_expression, - [124852] = 4, + ACTIONS(5959), 1, + anon_sym_LPAREN, + STATE(1476), 1, + sym_signature, + STATE(1115), 2, + sym_parameter_list, + sym_type_parameter_list, + [127359] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4817), 1, + ACTIONS(4869), 1, anon_sym_LBRACE, - ACTIONS(6564), 1, + ACTIONS(6570), 1, anon_sym_DOLLARif, - STATE(932), 2, + STATE(2498), 2, sym_compile_time_if_expression, sym_block, - [124866] = 5, + [127373] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6495), 1, - sym_identifier, - ACTIONS(6566), 1, - anon_sym_RPAREN, - STATE(3753), 1, - sym_const_definition, - STATE(3822), 1, - aux_sym_const_declaration_repeat1, - [124882] = 4, + ACTIONS(6572), 1, + anon_sym_as, + ACTIONS(6574), 1, + anon_sym_LBRACE, + STATE(1514), 1, + sym__enum_body, + STATE(4297), 1, + sym_enum_backed_type, + [127389] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5937), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(1459), 1, + STATE(4357), 1, sym_signature, - STATE(1116), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [124896] = 2, + [127403] = 3, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6578), 1, + aux_sym_c_string_literal_token2, + ACTIONS(6576), 3, + sym_escape_sequence, + sym___dolcbr, + sym___double_quote, + [127415] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(4071), 4, + ACTIONS(4288), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - [124906] = 5, + [127425] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6511), 1, - anon_sym_as, - ACTIONS(6513), 1, - anon_sym_LBRACE, - STATE(1536), 1, - sym__enum_body, - STATE(4328), 1, - sym_enum_backed_type, - [124922] = 2, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6568), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - [124932] = 4, + ACTIONS(6580), 1, + sym_identifier, + ACTIONS(6582), 1, + anon_sym_RBRACE, + STATE(3674), 1, + sym_enum_field_definition, + STATE(3870), 1, + aux_sym__enum_body_repeat1, + [127441] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(4223), 1, + STATE(4260), 1, sym_signature, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [124946] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4871), 1, - anon_sym_LBRACE, - ACTIONS(6570), 1, - anon_sym_DOLLARif, - STATE(2716), 2, - sym_compile_time_if_expression, - sym_block, - [124960] = 4, - ACTIONS(3), 1, + [127455] = 2, + ACTIONS(487), 1, sym_comment, - ACTIONS(4875), 1, - anon_sym_LBRACE, - ACTIONS(6572), 1, - anon_sym_DOLLARif, - STATE(2195), 2, - sym_compile_time_if_expression, - sym_block, - [124974] = 5, + ACTIONS(4300), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + [127465] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6574), 1, + ACTIONS(6524), 1, sym_identifier, - ACTIONS(6577), 1, + ACTIONS(6526), 1, anon_sym_RPAREN, - STATE(3753), 1, + STATE(3768), 1, sym_const_definition, - STATE(3757), 1, + STATE(3811), 1, aux_sym_const_declaration_repeat1, - [124990] = 4, + [127481] = 2, + ACTIONS(487), 1, + sym_comment, + ACTIONS(3923), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + [127491] = 2, + ACTIONS(487), 1, + sym_comment, + ACTIONS(4292), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + [127501] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(2380), 1, + STATE(4280), 1, sym_signature, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [125004] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6579), 1, - sym_identifier, - ACTIONS(6582), 1, - anon_sym_RBRACE, - STATE(3682), 1, - sym_enum_field_definition, - STATE(3759), 1, - aux_sym__enum_body_repeat1, - [125020] = 5, + [127515] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4841), 1, + ACTIONS(4843), 1, anon_sym_LBRACE, ACTIONS(6584), 1, anon_sym_if, - STATE(1021), 1, - sym_if_expression, - STATE(1082), 1, + STATE(1367), 1, sym_block, - [125036] = 4, + STATE(1374), 1, + sym_if_expression, + [127531] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4875), 1, + ACTIONS(4869), 1, anon_sym_LBRACE, - ACTIONS(6572), 1, + ACTIONS(6570), 1, anon_sym_DOLLARif, - STATE(2256), 2, + STATE(2512), 2, sym_compile_time_if_expression, sym_block, - [125050] = 5, + [127545] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4867), 1, + ACTIONS(4869), 1, anon_sym_LBRACE, ACTIONS(6586), 1, anon_sym_if, - STATE(2904), 1, - sym_if_expression, - STATE(2905), 1, + STATE(2513), 1, sym_block, - [125066] = 4, + STATE(2515), 1, + sym_if_expression, + [127561] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4867), 1, + ACTIONS(4843), 1, anon_sym_LBRACE, ACTIONS(6588), 1, anon_sym_DOLLARif, - STATE(2928), 2, + STATE(1363), 2, sym_compile_time_if_expression, sym_block, - [125080] = 5, + [127575] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4875), 1, + ACTIONS(5884), 1, + anon_sym_LPAREN, + STATE(4263), 1, + sym_signature, + STATE(2893), 2, + sym_parameter_list, + sym_type_parameter_list, + [127589] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4472), 1, anon_sym_LBRACE, ACTIONS(6590), 1, anon_sym_if, - STATE(2167), 1, + STATE(1693), 1, + sym_block, + STATE(1694), 1, sym_if_expression, - STATE(2285), 1, + [127605] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4843), 1, + anon_sym_LBRACE, + ACTIONS(6588), 1, + anon_sym_DOLLARif, + STATE(1356), 2, + sym_compile_time_if_expression, sym_block, - [125096] = 2, - ACTIONS(487), 1, + [127619] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(4051), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - [125106] = 2, + ACTIONS(6592), 1, + sym_identifier, + ACTIONS(6594), 1, + anon_sym_DOLLAR, + STATE(2010), 2, + sym_reference_expression, + sym_compile_time_selector_expression, + [127633] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(4047), 4, + ACTIONS(6596), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_RBRACE, - [125116] = 2, + anon_sym_SEMI, + [127643] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(4035), 4, + ACTIONS(4240), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, - anon_sym_RBRACE, - [125126] = 2, - ACTIONS(487), 1, + anon_sym_SEMI, + [127653] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(4216), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - [125136] = 4, + ACTIONS(4845), 1, + anon_sym_LBRACE, + ACTIONS(6598), 1, + anon_sym_DOLLARif, + STATE(2900), 2, + sym_compile_time_if_expression, + sym_block, + [127667] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6592), 1, - sym_identifier, - ACTIONS(6594), 1, - anon_sym_DOLLAR, - STATE(1874), 2, - sym_reference_expression, - sym_compile_time_selector_expression, - [125150] = 4, + ACTIONS(4847), 1, + anon_sym_LBRACE, + ACTIONS(6506), 1, + anon_sym_DOLLARif, + STATE(1242), 2, + sym_compile_time_if_expression, + sym_block, + [127681] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6596), 1, - sym_identifier, - ACTIONS(6598), 1, - anon_sym_DOLLAR, - STATE(849), 2, - sym_reference_expression, - sym_compile_time_selector_expression, - [125164] = 3, - ACTIONS(487), 1, + ACTIONS(5959), 1, + anon_sym_LPAREN, + STATE(1486), 1, + sym_signature, + STATE(1115), 2, + sym_parameter_list, + sym_type_parameter_list, + [127695] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(6602), 1, - aux_sym_c_string_literal_token1, - ACTIONS(6600), 3, - sym_escape_sequence, - sym___dolcbr, - sym___single_quote, - [125176] = 4, + ACTIONS(6600), 1, + anon_sym_LPAREN, + STATE(2391), 1, + sym_signature, + STATE(1408), 2, + sym_parameter_list, + sym_type_parameter_list, + [127709] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4867), 1, + ACTIONS(4847), 1, anon_sym_LBRACE, - ACTIONS(6588), 1, - anon_sym_DOLLARif, - STATE(2921), 2, - sym_compile_time_if_expression, + ACTIONS(6602), 1, + anon_sym_if, + STATE(1224), 1, + sym_if_expression, + STATE(1228), 1, sym_block, - [125190] = 4, + [127725] = 5, ACTIONS(3), 1, sym_comment, + ACTIONS(6524), 1, + sym_identifier, ACTIONS(6604), 1, + anon_sym_RPAREN, + STATE(3768), 1, + sym_const_definition, + STATE(3843), 1, + aux_sym_const_declaration_repeat1, + [127741] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6524), 1, sym_identifier, + ACTIONS(6552), 1, + anon_sym_RPAREN, + STATE(3768), 1, + sym_const_definition, + STATE(3769), 1, + aux_sym_const_declaration_repeat1, + [127757] = 4, + ACTIONS(3), 1, + sym_comment, ACTIONS(6606), 1, - anon_sym_DOLLAR, - STATE(2115), 2, - sym_reference_expression, - sym_compile_time_selector_expression, - [125204] = 3, - ACTIONS(487), 1, + anon_sym_EQ, + STATE(4528), 1, + sym_generic_parameters, + ACTIONS(5671), 2, + anon_sym_LBRACK, + anon_sym_LT2, + [127771] = 4, + ACTIONS(3), 1, sym_comment, + ACTIONS(6608), 1, + anon_sym_LPAREN, + STATE(2796), 1, + sym_signature, + STATE(1568), 2, + sym_parameter_list, + sym_type_parameter_list, + [127785] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5931), 1, + anon_sym_mut, + ACTIONS(5933), 1, + anon_sym_shared, ACTIONS(6610), 1, - aux_sym_c_string_literal_token1, - ACTIONS(6608), 3, - sym_escape_sequence, - sym___dolcbr, - sym___single_quote, - [125216] = 4, + sym_identifier, + STATE(4549), 1, + sym_mutability_modifiers, + [127801] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4841), 1, + ACTIONS(4845), 1, + anon_sym_LBRACE, + ACTIONS(6598), 1, + anon_sym_DOLLARif, + STATE(2911), 2, + sym_compile_time_if_expression, + sym_block, + [127815] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5959), 1, + anon_sym_LPAREN, + STATE(1464), 1, + sym_signature, + STATE(1115), 2, + sym_parameter_list, + sym_type_parameter_list, + [127829] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4472), 1, anon_sym_LBRACE, ACTIONS(6612), 1, anon_sym_DOLLARif, - STATE(1031), 2, + STATE(1683), 2, sym_compile_time_if_expression, sym_block, - [125230] = 3, + [127843] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6572), 1, + anon_sym_as, + ACTIONS(6574), 1, + anon_sym_LBRACE, + STATE(1550), 1, + sym__enum_body, + STATE(4365), 1, + sym_enum_backed_type, + [127859] = 3, ACTIONS(487), 1, sym_comment, ACTIONS(6616), 1, @@ -294719,9846 +297930,10138 @@ static const uint16_t ts_small_parse_table[] = { sym_escape_sequence, sym___dolcbr, sym___single_quote, - [125242] = 4, + [127871] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6618), 1, sym_identifier, ACTIONS(6620), 1, anon_sym_DOLLAR, - STATE(2252), 2, + STATE(2211), 2, sym_reference_expression, sym_compile_time_selector_expression, - [125256] = 4, + [127885] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(5959), 1, anon_sym_LPAREN, - STATE(4096), 1, + STATE(1470), 1, sym_signature, - STATE(2924), 2, + STATE(1115), 2, sym_parameter_list, sym_type_parameter_list, - [125270] = 4, + [127899] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4847), 1, - anon_sym_LBRACE, ACTIONS(6622), 1, - anon_sym_DOLLARif, - STATE(2591), 2, - sym_compile_time_if_expression, - sym_block, - [125284] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5937), 1, anon_sym_LPAREN, - STATE(1461), 1, + STATE(2244), 1, sym_signature, - STATE(1116), 2, + STATE(1342), 2, sym_parameter_list, sym_type_parameter_list, - [125298] = 4, + [127913] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6624), 1, + ACTIONS(6524), 1, sym_identifier, - ACTIONS(6626), 1, - anon_sym_DOLLAR, - STATE(1374), 2, - sym_reference_expression, - sym_compile_time_selector_expression, - [125312] = 5, + ACTIONS(6624), 1, + anon_sym_RPAREN, + STATE(3734), 1, + aux_sym_const_declaration_repeat1, + STATE(3768), 1, + sym_const_definition, + [127929] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6521), 1, + ACTIONS(6520), 1, sym_identifier, - ACTIONS(6628), 1, + ACTIONS(6626), 1, anon_sym_RPAREN, - STATE(3724), 1, - sym_global_var_definition, - STATE(3738), 1, + STATE(3733), 1, aux_sym_global_var_declaration_repeat1, - [125328] = 5, - ACTIONS(3), 1, + STATE(3772), 1, + sym_global_var_definition, + [127945] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(6495), 1, - sym_identifier, - ACTIONS(6566), 1, - anon_sym_RPAREN, - STATE(3753), 1, - sym_const_definition, - STATE(3757), 1, - aux_sym_const_declaration_repeat1, - [125344] = 4, + ACTIONS(6616), 1, + aux_sym_c_string_literal_token2, + ACTIONS(6614), 3, + sym_escape_sequence, + sym___dolcbr, + sym___double_quote, + [127957] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(4364), 1, + STATE(3705), 1, sym_signature, - STATE(2924), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [125358] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_LBRACE, - ACTIONS(6630), 1, - anon_sym_DOLLARif, - STATE(1677), 2, - sym_compile_time_if_expression, - sym_block, - [125372] = 4, + [127971] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4841), 1, + ACTIONS(6572), 1, + anon_sym_as, + ACTIONS(6574), 1, anon_sym_LBRACE, - ACTIONS(6612), 1, - anon_sym_DOLLARif, - STATE(1049), 2, - sym_compile_time_if_expression, - sym_block, - [125386] = 4, - ACTIONS(3), 1, + STATE(1541), 1, + sym__enum_body, + STATE(4353), 1, + sym_enum_backed_type, + [127987] = 3, + ACTIONS(487), 1, sym_comment, - ACTIONS(6632), 1, - anon_sym_LPAREN, - STATE(3423), 1, - sym_signature, - STATE(2513), 2, - sym_parameter_list, - sym_type_parameter_list, - [125400] = 4, + ACTIONS(6578), 1, + aux_sym_c_string_literal_token1, + ACTIONS(6576), 3, + sym_escape_sequence, + sym___dolcbr, + sym___single_quote, + [127999] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6634), 1, - anon_sym_LPAREN, - STATE(1647), 1, - sym_signature, - STATE(1118), 2, - sym_parameter_list, - sym_type_parameter_list, - [125414] = 4, + ACTIONS(6572), 1, + anon_sym_as, + ACTIONS(6574), 1, + anon_sym_LBRACE, + STATE(1576), 1, + sym__enum_body, + STATE(4381), 1, + sym_enum_backed_type, + [128015] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6636), 1, + ACTIONS(6628), 1, anon_sym_LPAREN, - STATE(2242), 1, + STATE(1819), 1, sym_signature, - STATE(1377), 2, + STATE(1124), 2, sym_parameter_list, sym_type_parameter_list, - [125428] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6638), 1, - sym_identifier, - ACTIONS(6640), 1, - anon_sym_DOLLAR, - STATE(2475), 2, - sym_reference_expression, - sym_compile_time_selector_expression, - [125442] = 4, + [128029] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4847), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - ACTIONS(6622), 1, + ACTIONS(6612), 1, anon_sym_DOLLARif, - STATE(2583), 2, + STATE(1677), 2, sym_compile_time_if_expression, sym_block, - [125456] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4847), 1, - anon_sym_LBRACE, - ACTIONS(6642), 1, - anon_sym_if, - STATE(2468), 1, - sym_block, - STATE(2580), 1, - sym_if_expression, - [125472] = 2, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6644), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - [125482] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5866), 1, - anon_sym_LPAREN, - STATE(4207), 1, - sym_signature, - STATE(2924), 2, - sym_parameter_list, - sym_type_parameter_list, - [125496] = 2, + [128043] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(6646), 4, + ACTIONS(6630), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_SEMI, - [125506] = 2, + [128053] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(1766), 4, + ACTIONS(6486), 4, anon_sym_LF, anon_sym_CR, anon_sym_CR_LF, anon_sym_RBRACE, - [125516] = 4, + [128063] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6648), 1, - anon_sym_COMMA, - STATE(3740), 1, - aux_sym_generic_parameters_repeat1, - ACTIONS(6650), 2, - anon_sym_GT, - anon_sym_RBRACK, - [125530] = 4, + ACTIONS(4883), 1, + anon_sym_LBRACE, + ACTIONS(6632), 1, + anon_sym_DOLLARif, + STATE(1995), 2, + sym_compile_time_if_expression, + sym_block, + [128077] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, - anon_sym_LPAREN, - STATE(4194), 1, - sym_signature, - STATE(2924), 2, - sym_parameter_list, - sym_type_parameter_list, - [125544] = 4, + ACTIONS(4883), 1, + anon_sym_LBRACE, + ACTIONS(6632), 1, + anon_sym_DOLLARif, + STATE(2001), 2, + sym_compile_time_if_expression, + sym_block, + [128091] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5937), 1, + ACTIONS(4883), 1, + anon_sym_LBRACE, + ACTIONS(6634), 1, + anon_sym_if, + STATE(2002), 1, + sym_block, + STATE(2003), 1, + sym_if_expression, + [128107] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5884), 1, anon_sym_LPAREN, - STATE(1452), 1, + STATE(4404), 1, sym_signature, - STATE(1116), 2, + STATE(2893), 2, sym_parameter_list, sym_type_parameter_list, - [125558] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2770), 1, - anon_sym_DOT, - ACTIONS(6652), 3, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LT2, - [125570] = 4, + [128121] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4468), 1, + ACTIONS(4873), 1, anon_sym_LBRACE, - ACTIONS(6630), 1, + ACTIONS(6636), 1, anon_sym_DOLLARif, - STATE(1678), 2, + STATE(1084), 2, sym_compile_time_if_expression, sym_block, - [125584] = 5, + [128135] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4468), 1, + ACTIONS(4873), 1, anon_sym_LBRACE, - ACTIONS(6654), 1, + ACTIONS(6638), 1, anon_sym_if, - STATE(1693), 1, + STATE(1086), 1, sym_block, - STATE(1694), 1, + STATE(1087), 1, sym_if_expression, - [125600] = 4, + [128151] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6656), 1, - anon_sym_EQ, - STATE(4431), 1, - sym_generic_parameters, - ACTIONS(4671), 2, + ACTIONS(2468), 1, + anon_sym_DOT, + ACTIONS(6640), 3, + anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LT2, - [125614] = 5, + [128163] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6521), 1, - sym_identifier, - ACTIONS(6658), 1, + ACTIONS(6481), 4, + anon_sym_COMMA, anon_sym_RPAREN, - STATE(3724), 1, - sym_global_var_definition, - STATE(3727), 1, - aux_sym_global_var_declaration_repeat1, - [125630] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4851), 1, - anon_sym_LBRACE, - ACTIONS(6660), 1, - anon_sym_DOLLARif, - STATE(1256), 2, - sym_compile_time_if_expression, - sym_block, - [125644] = 5, + anon_sym_GT, + anon_sym_RBRACK, + [128173] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6495), 1, + ACTIONS(6642), 1, sym_identifier, - ACTIONS(6662), 1, + ACTIONS(6645), 1, anon_sym_RPAREN, - STATE(3710), 1, - aux_sym_const_declaration_repeat1, - STATE(3753), 1, + STATE(3768), 1, sym_const_definition, - [125660] = 4, + STATE(3843), 1, + aux_sym_const_declaration_repeat1, + [128189] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6664), 1, - anon_sym_LPAREN, - STATE(2055), 1, - sym_signature, - STATE(1152), 2, - sym_parameter_list, - sym_type_parameter_list, - [125674] = 4, + ACTIONS(6647), 1, + anon_sym_EQ, + STATE(4481), 1, + sym_generic_parameters, + ACTIONS(5671), 2, + anon_sym_LBRACK, + anon_sym_LT2, + [128203] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(4873), 1, + anon_sym_LBRACE, ACTIONS(6636), 1, + anon_sym_DOLLARif, + STATE(1002), 2, + sym_compile_time_if_expression, + sym_block, + [128217] = 3, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6651), 1, + aux_sym_c_string_literal_token1, + ACTIONS(6649), 3, + sym_escape_sequence, + sym___dolcbr, + sym___single_quote, + [128229] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6653), 1, anon_sym_LPAREN, - STATE(2500), 1, + STATE(1981), 1, sym_signature, - STATE(1423), 2, + STATE(1145), 2, sym_parameter_list, sym_type_parameter_list, - [125688] = 2, - ACTIONS(487), 1, - sym_comment, - ACTIONS(3935), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_RBRACE, - [125698] = 5, + [128243] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4871), 1, - anon_sym_LBRACE, - ACTIONS(6666), 1, - anon_sym_if, - STATE(2709), 1, - sym_if_expression, - STATE(2710), 1, - sym_block, - [125714] = 4, + ACTIONS(6655), 1, + sym_identifier, + ACTIONS(6658), 1, + anon_sym_RPAREN, + STATE(3772), 1, + sym_global_var_definition, + STATE(3848), 1, + aux_sym_global_var_declaration_repeat1, + [128259] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6668), 1, + ACTIONS(6660), 1, sym_identifier, - ACTIONS(6670), 1, + ACTIONS(6662), 1, anon_sym_DOLLAR, - STATE(2418), 2, + STATE(2552), 2, sym_reference_expression, sym_compile_time_selector_expression, - [125728] = 2, + [128273] = 3, ACTIONS(487), 1, sym_comment, - ACTIONS(6672), 4, - anon_sym_LF, - anon_sym_CR, - anon_sym_CR_LF, - anon_sym_SEMI, - [125738] = 4, + ACTIONS(6651), 1, + aux_sym_c_string_literal_token2, + ACTIONS(6649), 3, + sym_escape_sequence, + sym___dolcbr, + sym___double_quote, + [128285] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5937), 1, - anon_sym_LPAREN, - STATE(1484), 1, - sym_signature, - STATE(1116), 2, - sym_parameter_list, - sym_type_parameter_list, - [125752] = 4, + ACTIONS(6664), 1, + anon_sym_DOT, + ACTIONS(6666), 1, + anon_sym_RBRACE, + ACTIONS(6668), 1, + sym_int_literal, + ACTIONS(6670), 1, + aux_sym_format_specifier_token1, + [128301] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6674), 1, + ACTIONS(6672), 1, anon_sym_LPAREN, - STATE(2748), 1, + STATE(1940), 1, sym_signature, - STATE(1582), 2, + STATE(1155), 2, sym_parameter_list, sym_type_parameter_list, - [125766] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6517), 1, - sym_identifier, - ACTIONS(6676), 1, - anon_sym_RBRACE, - STATE(3682), 1, - sym_enum_field_definition, - STATE(3725), 1, - aux_sym__enum_body_repeat1, - [125782] = 5, + [128315] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6511), 1, - anon_sym_as, - ACTIONS(6513), 1, + ACTIONS(4867), 1, anon_sym_LBRACE, - STATE(1569), 1, - sym__enum_body, - STATE(4253), 1, - sym_enum_backed_type, - [125798] = 4, + ACTIONS(6674), 1, + anon_sym_DOLLARif, + STATE(2718), 2, + sym_compile_time_if_expression, + sym_block, + [128329] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4817), 1, + ACTIONS(4867), 1, anon_sym_LBRACE, - ACTIONS(6564), 1, + ACTIONS(6674), 1, anon_sym_DOLLARif, - STATE(854), 2, + STATE(2713), 2, sym_compile_time_if_expression, sym_block, - [125812] = 5, + [128343] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4867), 1, + anon_sym_LBRACE, + ACTIONS(6676), 1, + anon_sym_if, + STATE(2711), 1, + sym_if_expression, + STATE(2712), 1, + sym_block, + [128359] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6495), 1, - sym_identifier, ACTIONS(6678), 1, - anon_sym_RPAREN, - STATE(3753), 1, - sym_const_definition, - STATE(3757), 1, - aux_sym_const_declaration_repeat1, - [125828] = 4, + sym_identifier, + STATE(3897), 1, + sym_generic_parameter, + ACTIONS(6680), 2, + anon_sym_GT, + anon_sym_RBRACK, + [128373] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4871), 1, - anon_sym_LBRACE, - ACTIONS(6570), 1, - anon_sym_DOLLARif, - STATE(2711), 2, - sym_compile_time_if_expression, - sym_block, - [125842] = 4, + ACTIONS(6682), 1, + anon_sym_COMMA, + STATE(3888), 1, + aux_sym_generic_parameters_repeat1, + ACTIONS(6680), 2, + anon_sym_GT, + anon_sym_RBRACK, + [128387] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5937), 1, + ACTIONS(6684), 1, anon_sym_LPAREN, - STATE(1449), 1, + STATE(1645), 1, sym_signature, - STATE(1116), 2, + STATE(2973), 2, sym_parameter_list, sym_type_parameter_list, - [125856] = 4, + [128401] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6632), 1, + ACTIONS(6686), 1, anon_sym_LPAREN, - STATE(1647), 1, + STATE(1202), 1, sym_signature, - STATE(2898), 2, + STATE(977), 2, sym_parameter_list, sym_type_parameter_list, - [125870] = 5, + [128415] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6495), 1, - sym_identifier, - ACTIONS(6680), 1, - anon_sym_RPAREN, - STATE(3753), 1, - sym_const_definition, - STATE(3757), 1, - aux_sym_const_declaration_repeat1, - [125886] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5937), 1, + ACTIONS(5959), 1, anon_sym_LPAREN, - STATE(1435), 1, + STATE(1450), 1, sym_signature, - STATE(1116), 2, + STATE(1115), 2, sym_parameter_list, sym_type_parameter_list, - [125900] = 5, + [128429] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6521), 1, + ACTIONS(6520), 1, sym_identifier, - ACTIONS(6682), 1, + ACTIONS(6688), 1, anon_sym_RPAREN, - STATE(3724), 1, + STATE(3772), 1, sym_global_var_definition, - STATE(3782), 1, + STATE(3773), 1, aux_sym_global_var_declaration_repeat1, - [125916] = 5, + [128445] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6495), 1, + ACTIONS(6524), 1, sym_identifier, - ACTIONS(6684), 1, + ACTIONS(6690), 1, anon_sym_RPAREN, - STATE(3753), 1, + STATE(3768), 1, sym_const_definition, - STATE(3783), 1, + STATE(3770), 1, aux_sym_const_declaration_repeat1, - [125932] = 4, + [128461] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5937), 1, - anon_sym_LPAREN, - STATE(1430), 1, - sym_signature, - STATE(1116), 2, - sym_parameter_list, - sym_type_parameter_list, - [125946] = 4, + ACTIONS(4865), 1, + anon_sym_LBRACE, + ACTIONS(6692), 1, + anon_sym_DOLLARif, + STATE(2221), 2, + sym_compile_time_if_expression, + sym_block, + [128475] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6686), 1, - anon_sym_COMMA, - STATE(3797), 1, - aux_sym_generic_parameters_repeat1, - ACTIONS(6688), 2, - anon_sym_GT, - anon_sym_RBRACK, - [125960] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6610), 1, - aux_sym_c_string_literal_token2, - ACTIONS(6608), 3, - sym_escape_sequence, - sym___dolcbr, - sym___double_quote, - [125972] = 4, + ACTIONS(4879), 1, + anon_sym_LBRACE, + ACTIONS(6694), 1, + anon_sym_DOLLARif, + STATE(846), 2, + sym_compile_time_if_expression, + sym_block, + [128489] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6690), 1, - sym_identifier, + ACTIONS(4865), 1, + anon_sym_LBRACE, ACTIONS(6692), 1, - anon_sym_DOLLAR, - STATE(2780), 2, - sym_reference_expression, - sym_compile_time_selector_expression, - [125986] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6694), 1, - anon_sym_LPAREN, - STATE(2003), 1, - sym_signature, - STATE(1149), 2, - sym_parameter_list, - sym_type_parameter_list, - [126000] = 5, + anon_sym_DOLLARif, + STATE(2227), 2, + sym_compile_time_if_expression, + sym_block, + [128503] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4843), 1, + ACTIONS(4865), 1, anon_sym_LBRACE, ACTIONS(6696), 1, anon_sym_if, - STATE(1962), 1, + STATE(2162), 1, sym_if_expression, - STATE(1968), 1, + STATE(2231), 1, sym_block, - [126016] = 4, + [128519] = 2, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6698), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_SEMI, + [128529] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4839), 1, + ACTIONS(4871), 1, + anon_sym_LBRACE, + ACTIONS(6700), 1, + anon_sym_if, + STATE(2071), 1, + sym_block, + STATE(2072), 1, + sym_if_expression, + [128545] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4871), 1, anon_sym_LBRACE, - ACTIONS(6479), 1, + ACTIONS(6702), 1, anon_sym_DOLLARif, - STATE(1355), 2, + STATE(2070), 2, sym_compile_time_if_expression, sym_block, - [126030] = 4, + [128559] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5937), 1, + ACTIONS(6580), 1, + sym_identifier, + ACTIONS(6704), 1, + anon_sym_RBRACE, + STATE(3674), 1, + sym_enum_field_definition, + STATE(3883), 1, + aux_sym__enum_body_repeat1, + [128575] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5959), 1, anon_sym_LPAREN, - STATE(1454), 1, + STATE(1431), 1, sym_signature, - STATE(1116), 2, + STATE(1115), 2, sym_parameter_list, sym_type_parameter_list, - [126044] = 4, + [128589] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4843), 1, + ACTIONS(4871), 1, anon_sym_LBRACE, - ACTIONS(6698), 1, + ACTIONS(6702), 1, anon_sym_DOLLARif, - STATE(1982), 2, + STATE(2060), 2, sym_compile_time_if_expression, sym_block, - [126058] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6511), 1, - anon_sym_as, - ACTIONS(6513), 1, - anon_sym_LBRACE, - STATE(1563), 1, - sym__enum_body, - STATE(4281), 1, - sym_enum_backed_type, - [126074] = 4, + [128603] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(6684), 1, anon_sym_LPAREN, - STATE(4279), 1, + STATE(3436), 1, sym_signature, - STATE(2924), 2, + STATE(2595), 2, sym_parameter_list, sym_type_parameter_list, - [126088] = 4, + [128617] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5866), 1, + ACTIONS(6706), 1, + sym_identifier, + ACTIONS(6708), 1, + anon_sym_DOLLAR, + STATE(1254), 2, + sym_reference_expression, + sym_compile_time_selector_expression, + [128631] = 2, + ACTIONS(487), 1, + sym_comment, + ACTIONS(4310), 4, + anon_sym_LF, + anon_sym_CR, + anon_sym_CR_LF, + anon_sym_RBRACE, + [128641] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6622), 1, anon_sym_LPAREN, - STATE(4134), 1, + STATE(2577), 1, sym_signature, - STATE(2924), 2, + STATE(1418), 2, sym_parameter_list, sym_type_parameter_list, - [126102] = 5, + [128655] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5907), 1, - anon_sym_mut, - ACTIONS(5909), 1, - anon_sym_shared, - ACTIONS(6700), 1, + ACTIONS(6710), 1, sym_identifier, - STATE(4704), 1, - sym_mutability_modifiers, - [126118] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4843), 1, - anon_sym_LBRACE, - ACTIONS(6698), 1, - anon_sym_DOLLARif, - STATE(2026), 2, - sym_compile_time_if_expression, - sym_block, - [126132] = 4, + ACTIONS(6712), 1, + anon_sym_DOLLAR, + STATE(2392), 2, + sym_reference_expression, + sym_compile_time_selector_expression, + [128669] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6702), 1, - anon_sym_EQ, - STATE(4706), 1, - sym_generic_parameters, - ACTIONS(4671), 2, - anon_sym_LBRACK, - anon_sym_LT2, - [126146] = 4, + ACTIONS(5959), 1, + anon_sym_LPAREN, + STATE(1480), 1, + sym_signature, + STATE(1115), 2, + sym_parameter_list, + sym_type_parameter_list, + [128683] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(4879), 1, anon_sym_LBRACE, - ACTIONS(6704), 1, - anon_sym_DOLLARif, - STATE(1866), 2, - sym_compile_time_if_expression, + ACTIONS(6714), 1, + anon_sym_if, + STATE(752), 1, + sym_if_expression, + STATE(753), 1, sym_block, - [126160] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6602), 1, - aux_sym_c_string_literal_token2, - ACTIONS(6600), 3, - sym_escape_sequence, - sym___dolcbr, - sym___double_quote, - [126172] = 5, + [128699] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4879), 1, anon_sym_LBRACE, - ACTIONS(6706), 1, - anon_sym_if, - STATE(1907), 1, - sym_if_expression, - STATE(1909), 1, + ACTIONS(6694), 1, + anon_sym_DOLLARif, + STATE(755), 2, + sym_compile_time_if_expression, sym_block, - [126188] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6495), 1, - sym_identifier, - ACTIONS(6497), 1, - anon_sym_RPAREN, - STATE(3753), 1, - sym_const_definition, - STATE(3818), 1, - aux_sym_const_declaration_repeat1, - [126204] = 4, + [128713] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6708), 1, + ACTIONS(6716), 1, sym_identifier, - ACTIONS(6710), 1, + ACTIONS(6718), 1, anon_sym_DOLLAR, - STATE(1230), 2, + STATE(2697), 2, sym_reference_expression, sym_compile_time_selector_expression, - [126218] = 4, + [128727] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, - anon_sym_LBRACE, - ACTIONS(6704), 1, - anon_sym_DOLLARif, - STATE(1799), 2, - sym_compile_time_if_expression, - sym_block, - [126232] = 4, + ACTIONS(6678), 1, + sym_identifier, + STATE(3897), 1, + sym_generic_parameter, + ACTIONS(6720), 2, + anon_sym_GT, + anon_sym_RBRACK, + [128741] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4851), 1, - anon_sym_LBRACE, - ACTIONS(6660), 1, - anon_sym_DOLLARif, - STATE(1263), 2, - sym_compile_time_if_expression, - sym_block, - [126246] = 5, + ACTIONS(6722), 1, + sym_identifier, + ACTIONS(6725), 1, + anon_sym_RBRACE, + STATE(3674), 1, + sym_enum_field_definition, + STATE(3883), 1, + aux_sym__enum_body_repeat1, + [128757] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4851), 1, + ACTIONS(4853), 1, anon_sym_LBRACE, - ACTIONS(6712), 1, + ACTIONS(6727), 1, anon_sym_if, - STATE(1264), 1, + STATE(1826), 1, sym_block, - STATE(1265), 1, + STATE(1827), 1, sym_if_expression, - [126262] = 5, + [128773] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6714), 1, + ACTIONS(6729), 1, sym_identifier, - STATE(3468), 1, - sym_import_path, - STATE(3470), 1, + STATE(3478), 1, sym_import_name, - STATE(3812), 1, - sym_import_spec, - [126278] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5866), 1, - anon_sym_LPAREN, - STATE(4116), 1, - sym_signature, - STATE(2924), 2, - sym_parameter_list, - sym_type_parameter_list, - [126292] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6632), 1, - anon_sym_LPAREN, - STATE(3427), 1, - sym_signature, - STATE(2513), 2, - sym_parameter_list, - sym_type_parameter_list, - [126306] = 3, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6616), 1, - aux_sym_c_string_literal_token2, - ACTIONS(6614), 3, - sym_escape_sequence, - sym___dolcbr, - sym___double_quote, - [126318] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6525), 1, - sym_identifier, - STATE(4037), 1, - sym_generic_parameter, - ACTIONS(6650), 2, - anon_sym_GT, - anon_sym_RBRACK, - [126332] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6716), 1, - anon_sym_COMMA, - ACTIONS(6718), 1, - anon_sym_RPAREN, - STATE(4005), 1, - aux_sym_parameter_list_repeat1, - [126345] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6720), 1, - anon_sym_COMMA, - ACTIONS(6723), 1, - anon_sym_RPAREN, - STATE(3855), 1, - aux_sym_type_parameter_list_repeat1, - [126358] = 4, + STATE(3484), 1, + sym_import_path, + STATE(3867), 1, + sym_import_spec, + [128789] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5445), 1, - anon_sym_RPAREN, - ACTIONS(6725), 1, - anon_sym_COMMA, - STATE(3742), 1, - aux_sym_type_parameters_repeat1, - [126371] = 4, + ACTIONS(6684), 1, + anon_sym_LPAREN, + STATE(3451), 1, + sym_signature, + STATE(2595), 2, + sym_parameter_list, + sym_type_parameter_list, + [128803] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5243), 1, + ACTIONS(4853), 1, anon_sym_LBRACE, - ACTIONS(6727), 1, - anon_sym_COMMA, - STATE(3857), 1, - aux_sym_match_expression_list_repeat1, - [126384] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6730), 1, - aux_sym_raw_string_literal_token2, - ACTIONS(6732), 1, - sym___double_quote, - STATE(3954), 1, - aux_sym_raw_string_literal_repeat2, - [126397] = 4, + ACTIONS(6562), 1, + anon_sym_DOLLARif, + STATE(1825), 2, + sym_compile_time_if_expression, + sym_block, + [128817] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5435), 1, - anon_sym_RPAREN, - ACTIONS(6734), 1, + ACTIONS(6731), 1, anon_sym_COMMA, - STATE(3742), 1, - aux_sym_type_parameters_repeat1, - [126410] = 4, + STATE(3888), 1, + aux_sym_generic_parameters_repeat1, + ACTIONS(6734), 2, + anon_sym_GT, + anon_sym_RBRACK, + [128831] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6716), 1, + ACTIONS(6494), 1, anon_sym_COMMA, ACTIONS(6736), 1, - anon_sym_RPAREN, - STATE(3874), 1, - aux_sym_parameter_list_repeat1, - [126423] = 4, - ACTIONS(3), 1, + anon_sym_GT, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [128844] = 4, + ACTIONS(487), 1, sym_comment, ACTIONS(6738), 1, - anon_sym_COMMA, + aux_sym_raw_string_literal_token1, ACTIONS(6740), 1, - anon_sym_RPAREN, - STATE(3875), 1, - aux_sym_type_parameter_list_repeat1, - [126436] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6732), 1, sym___single_quote, - ACTIONS(6742), 1, - aux_sym_raw_string_literal_token1, - STATE(3955), 1, + STATE(3985), 1, aux_sym_raw_string_literal_repeat1, - [126449] = 4, + [128857] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5437), 1, - anon_sym_RPAREN, - ACTIONS(6744), 1, + ACTIONS(6742), 1, anon_sym_COMMA, - STATE(3742), 1, - aux_sym_type_parameters_repeat1, - [126462] = 4, + ACTIONS(6744), 1, + anon_sym_RPAREN, + STATE(3912), 1, + aux_sym_parameter_list_repeat1, + [128870] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6746), 1, anon_sym_COMMA, ACTIONS(6748), 1, anon_sym_RPAREN, - STATE(3987), 1, - aux_sym_type_parameters_repeat1, - [126475] = 4, + STATE(3913), 1, + aux_sym_type_parameter_list_repeat1, + [128883] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6750), 1, anon_sym_COMMA, ACTIONS(6752), 1, anon_sym_RPAREN, - STATE(3914), 1, + STATE(3957), 1, aux_sym_type_parameters_repeat1, - [126488] = 4, + [128896] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6716), 1, - anon_sym_COMMA, ACTIONS(6754), 1, + anon_sym_COMMA, + ACTIONS(6756), 1, anon_sym_RPAREN, - STATE(3889), 1, - aux_sym_parameter_list_repeat1, - [126501] = 2, + STATE(4124), 1, + aux_sym_type_parameters_repeat1, + [128909] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2770), 3, + ACTIONS(2468), 3, anon_sym_SEMI, anon_sym_RBRACK, anon_sym_QMARK, - [126510] = 4, + [128918] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6716), 1, + ACTIONS(3783), 1, + anon_sym_SEMI, + ACTIONS(4993), 1, anon_sym_COMMA, - ACTIONS(6756), 1, - anon_sym_RPAREN, - STATE(4038), 1, - aux_sym_parameter_list_repeat1, - [126523] = 4, + STATE(3925), 1, + aux_sym_strictly_expression_list_repeat1, + [128931] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6734), 3, + anon_sym_COMMA, + anon_sym_GT, + anon_sym_RBRACK, + [128940] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(5461), 1, + anon_sym_RPAREN, ACTIONS(6758), 1, anon_sym_COMMA, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [128953] = 4, + ACTIONS(3), 1, + sym_comment, ACTIONS(6760), 1, + anon_sym_COMMA, + ACTIONS(6762), 1, anon_sym_RPAREN, - STATE(3922), 1, + STATE(4044), 1, aux_sym_type_parameters_repeat1, - [126536] = 4, + [128966] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6762), 1, + ACTIONS(6742), 1, anon_sym_COMMA, ACTIONS(6764), 1, anon_sym_RPAREN, - STATE(3863), 1, - aux_sym_type_parameters_repeat1, - [126549] = 4, + STATE(3951), 1, + aux_sym_parameter_list_repeat1, + [128979] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, + ACTIONS(3229), 1, + anon_sym_SEMI, + ACTIONS(4993), 1, anon_sym_COMMA, - ACTIONS(6766), 1, - anon_sym_RBRACK, - STATE(3881), 1, - aux_sym_type_parameters_repeat1, - [126562] = 4, + STATE(3911), 1, + aux_sym_strictly_expression_list_repeat1, + [128992] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6768), 1, + ACTIONS(6766), 1, sym_identifier, - ACTIONS(6770), 1, + ACTIONS(6768), 1, anon_sym_LPAREN, - STATE(1502), 1, + STATE(1495), 1, sym_const_definition, - [126575] = 4, + [129005] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, + ACTIONS(5071), 1, anon_sym_COMMA, - ACTIONS(6772), 1, - anon_sym_RPAREN, - STATE(4059), 1, - aux_sym_type_parameter_list_repeat1, - [126588] = 4, + ACTIONS(6770), 1, + anon_sym_LBRACE, + STATE(4061), 1, + aux_sym_match_expression_list_repeat1, + [129018] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6716), 1, + ACTIONS(6772), 1, anon_sym_COMMA, ACTIONS(6774), 1, anon_sym_RPAREN, - STATE(4066), 1, - aux_sym_parameter_list_repeat1, - [126601] = 4, + STATE(4032), 1, + aux_sym_type_parameters_repeat1, + [129031] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, - anon_sym_COMMA, ACTIONS(6776), 1, - anon_sym_RPAREN, - STATE(3855), 1, - aux_sym_type_parameter_list_repeat1, - [126614] = 4, + sym_identifier, + ACTIONS(6778), 1, + anon_sym_LBRACE, + STATE(3689), 1, + sym__struct_body, + [129044] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, + ACTIONS(6746), 1, anon_sym_COMMA, - ACTIONS(6778), 1, + ACTIONS(6780), 1, anon_sym_RPAREN, - STATE(3891), 1, + STATE(3953), 1, aux_sym_type_parameter_list_repeat1, - [126627] = 2, + [129057] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6780), 3, + ACTIONS(6494), 1, anon_sym_COMMA, + ACTIONS(6782), 1, anon_sym_GT, - anon_sym_RBRACK, - [126636] = 4, + STATE(3921), 1, + aux_sym_type_parameters_repeat1, + [129070] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3227), 1, - anon_sym_SEMI, - ACTIONS(4987), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - STATE(3972), 1, - aux_sym_strictly_expression_list_repeat1, - [126649] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6782), 3, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LT2, - [126658] = 4, + ACTIONS(6782), 1, + anon_sym_RBRACK, + STATE(3920), 1, + aux_sym_type_parameters_repeat1, + [129083] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(6784), 1, - anon_sym_COMMA, + sym_identifier, ACTIONS(6786), 1, - anon_sym_RBRACK, - STATE(3973), 1, - aux_sym_capture_list_repeat1, - [126671] = 4, + anon_sym_LBRACE, + STATE(885), 1, + sym__content_block, + [129096] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, - anon_sym_COMMA, ACTIONS(6788), 1, - anon_sym_RBRACK, - STATE(3742), 1, - aux_sym_type_parameters_repeat1, - [126684] = 3, + sym_identifier, + ACTIONS(6790), 1, + anon_sym_LBRACE, + STATE(1736), 1, + sym__content_block, + [129109] = 4, ACTIONS(3), 1, sym_comment, - STATE(3863), 1, - aux_sym_type_parameters_repeat1, - ACTIONS(6790), 2, + ACTIONS(3779), 1, + anon_sym_SEMI, + ACTIONS(4993), 1, anon_sym_COMMA, - anon_sym_RPAREN, - [126695] = 4, - ACTIONS(487), 1, + STATE(3925), 1, + aux_sym_strictly_expression_list_repeat1, + [129122] = 4, + ACTIONS(3), 1, sym_comment, + ACTIONS(6742), 1, + anon_sym_COMMA, ACTIONS(6792), 1, - aux_sym_raw_string_literal_token1, - ACTIONS(6794), 1, - sym___single_quote, - STATE(3862), 1, - aux_sym_raw_string_literal_repeat1, - [126708] = 4, + anon_sym_RPAREN, + STATE(4012), 1, + aux_sym_parameter_list_repeat1, + [129135] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(6746), 1, + anon_sym_COMMA, + ACTIONS(6794), 1, + anon_sym_RPAREN, + STATE(4143), 1, + aux_sym_type_parameter_list_repeat1, + [129148] = 4, + ACTIONS(487), 1, + sym_comment, ACTIONS(6796), 1, - sym_identifier, + aux_sym_raw_string_literal_token2, ACTIONS(6798), 1, - anon_sym_LBRACE, - STATE(2393), 1, - sym__struct_body, - [126721] = 4, - ACTIONS(3), 1, + sym___double_quote, + STATE(3924), 1, + aux_sym_raw_string_literal_repeat2, + [129161] = 4, + ACTIONS(487), 1, sym_comment, + ACTIONS(6798), 1, + sym___single_quote, ACTIONS(6800), 1, - anon_sym_COMMA, - ACTIONS(6803), 1, - anon_sym_in, - STATE(3885), 1, - aux_sym_var_definition_list_repeat1, - [126734] = 4, + aux_sym_raw_string_literal_token1, + STATE(3926), 1, + aux_sym_raw_string_literal_repeat1, + [129174] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6794), 1, - sym___double_quote, - ACTIONS(6805), 1, + ACTIONS(6802), 1, aux_sym_raw_string_literal_token2, - STATE(3858), 1, + ACTIONS(6804), 1, + sym___double_quote, + STATE(3982), 1, aux_sym_raw_string_literal_repeat2, - [126747] = 4, - ACTIONS(3), 1, + [129187] = 4, + ACTIONS(487), 1, sym_comment, - ACTIONS(6434), 1, - anon_sym_COMMA, - ACTIONS(6807), 1, - anon_sym_RBRACK, - STATE(3896), 1, - aux_sym_type_parameters_repeat1, - [126760] = 4, + ACTIONS(6804), 1, + sym___single_quote, + ACTIONS(6806), 1, + aux_sym_raw_string_literal_token1, + STATE(3984), 1, + aux_sym_raw_string_literal_repeat1, + [129200] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6809), 1, - sym_identifier, - ACTIONS(6811), 1, + ACTIONS(5069), 1, anon_sym_LBRACE, - STATE(1069), 1, - sym__content_block, - [126773] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6716), 1, + ACTIONS(5071), 1, anon_sym_COMMA, - ACTIONS(6813), 1, - anon_sym_RPAREN, - STATE(4066), 1, - aux_sym_parameter_list_repeat1, - [126786] = 4, + STATE(4041), 1, + aux_sym_match_expression_list_repeat1, + [129213] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6742), 1, + ACTIONS(6808), 1, aux_sym_raw_string_literal_token1, - ACTIONS(6815), 1, + ACTIONS(6810), 1, sym___single_quote, - STATE(3955), 1, + STATE(4095), 1, aux_sym_raw_string_literal_repeat1, - [126799] = 4, + [129226] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - ACTIONS(6817), 1, - anon_sym_RPAREN, - STATE(3855), 1, - aux_sym_type_parameter_list_repeat1, - [126812] = 2, + ACTIONS(6812), 1, + anon_sym_RBRACK, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [129239] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6494), 1, + anon_sym_COMMA, + ACTIONS(6812), 1, + anon_sym_GT, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [129252] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6819), 3, + ACTIONS(6814), 3, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LT2, - [126821] = 4, - ACTIONS(3), 1, + [129261] = 4, + ACTIONS(487), 1, sym_comment, - ACTIONS(6821), 1, - sym_identifier, - ACTIONS(6823), 1, - anon_sym_LBRACE, - STATE(2174), 1, - sym__content_block, - [126834] = 4, + ACTIONS(6810), 1, + sym___double_quote, + ACTIONS(6816), 1, + aux_sym_raw_string_literal_token2, + STATE(4091), 1, + aux_sym_raw_string_literal_repeat2, + [129274] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6816), 1, + aux_sym_raw_string_literal_token2, + ACTIONS(6818), 1, + sym___double_quote, + STATE(4091), 1, + aux_sym_raw_string_literal_repeat2, + [129287] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3785), 1, - anon_sym_LBRACE, - ACTIONS(4977), 1, + ACTIONS(3307), 1, + anon_sym_SEMI, + ACTIONS(6820), 1, anon_sym_COMMA, - STATE(3932), 1, + STATE(3925), 1, aux_sym_strictly_expression_list_repeat1, - [126847] = 4, + [129300] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6730), 1, - aux_sym_raw_string_literal_token2, - ACTIONS(6815), 1, - sym___double_quote, - STATE(3954), 1, - aux_sym_raw_string_literal_repeat2, - [126860] = 4, + ACTIONS(6808), 1, + aux_sym_raw_string_literal_token1, + ACTIONS(6818), 1, + sym___single_quote, + STATE(4095), 1, + aux_sym_raw_string_literal_repeat1, + [129313] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, + ACTIONS(5491), 1, + anon_sym_RPAREN, + ACTIONS(6823), 1, anon_sym_COMMA, - ACTIONS(6825), 1, - anon_sym_RBRACK, - STATE(3742), 1, + STATE(3682), 1, aux_sym_type_parameters_repeat1, - [126873] = 4, + [129326] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(6825), 1, + anon_sym_COMMA, ACTIONS(6827), 1, + anon_sym_RPAREN, + STATE(4123), 1, + aux_sym_type_parameters_repeat1, + [129339] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6742), 1, anon_sym_COMMA, ACTIONS(6829), 1, anon_sym_RPAREN, - STATE(3859), 1, - aux_sym_type_parameters_repeat1, - [126886] = 4, + STATE(3939), 1, + aux_sym_parameter_list_repeat1, + [129352] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, + ACTIONS(6746), 1, anon_sym_COMMA, ACTIONS(6831), 1, - anon_sym_RBRACK, - STATE(3742), 1, - aux_sym_type_parameters_repeat1, - [126899] = 4, - ACTIONS(487), 1, + anon_sym_RPAREN, + STATE(3940), 1, + aux_sym_type_parameter_list_repeat1, + [129365] = 4, + ACTIONS(3), 1, sym_comment, + ACTIONS(4322), 1, + sym_identifier, ACTIONS(6833), 1, - aux_sym_raw_string_literal_token2, + anon_sym_static, ACTIONS(6835), 1, - sym___double_quote, - STATE(3928), 1, - aux_sym_raw_string_literal_repeat2, - [126912] = 4, + anon_sym_volatile, + [129378] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6835), 1, - sym___single_quote, ACTIONS(6837), 1, aux_sym_raw_string_literal_token1, - STATE(3929), 1, + ACTIONS(6839), 1, + sym___single_quote, + STATE(3978), 1, aux_sym_raw_string_literal_repeat1, - [126925] = 4, + [129391] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, - anon_sym_COMMA, - ACTIONS(6839), 1, - anon_sym_RPAREN, - STATE(3855), 1, - aux_sym_type_parameter_list_repeat1, - [126938] = 4, + ACTIONS(6841), 3, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LT2, + [129400] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6841), 1, + ACTIONS(6494), 1, anon_sym_COMMA, ACTIONS(6843), 1, - anon_sym_RPAREN, - STATE(3940), 1, + anon_sym_GT, + STATE(3954), 1, aux_sym_type_parameters_repeat1, - [126951] = 2, + [129413] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(6845), 3, anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_EQ, - [126960] = 4, + [129422] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(3307), 1, + anon_sym_COLON_EQ, ACTIONS(6847), 1, - sym_identifier, - ACTIONS(6849), 1, - anon_sym_LBRACE, - STATE(1978), 1, - sym__content_block, - [126973] = 4, + anon_sym_COMMA, + STATE(3936), 1, + aux_sym_strictly_expression_list_repeat1, + [129435] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6839), 1, + sym___double_quote, + ACTIONS(6850), 1, + aux_sym_raw_string_literal_token2, + STATE(3973), 1, + aux_sym_raw_string_literal_repeat2, + [129448] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6716), 1, + ACTIONS(6494), 1, + anon_sym_COMMA, + ACTIONS(6843), 1, + anon_sym_RBRACK, + STATE(3952), 1, + aux_sym_type_parameters_repeat1, + [129461] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6742), 1, anon_sym_COMMA, - ACTIONS(6851), 1, + ACTIONS(6852), 1, anon_sym_RPAREN, - STATE(4066), 1, + STATE(4012), 1, aux_sym_parameter_list_repeat1, - [126986] = 4, + [129474] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, + ACTIONS(6746), 1, anon_sym_COMMA, - ACTIONS(6853), 1, - anon_sym_RBRACK, - STATE(3898), 1, - aux_sym_type_parameters_repeat1, - [126999] = 4, + ACTIONS(6854), 1, + anon_sym_RPAREN, + STATE(4143), 1, + aux_sym_type_parameter_list_repeat1, + [129487] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6768), 1, + ACTIONS(6856), 1, sym_identifier, - ACTIONS(6855), 1, - anon_sym_LPAREN, - STATE(1511), 1, - sym_const_definition, - [127012] = 4, - ACTIONS(487), 1, + ACTIONS(6858), 1, + anon_sym_LBRACE, + STATE(2276), 1, + sym__content_block, + [129500] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(6857), 1, - aux_sym_raw_string_literal_token1, - ACTIONS(6859), 1, - sym___single_quote, - STATE(3912), 1, - aux_sym_raw_string_literal_repeat1, - [127025] = 4, + ACTIONS(6494), 1, + anon_sym_COMMA, + ACTIONS(6860), 1, + anon_sym_GT, + STATE(3963), 1, + aux_sym_type_parameters_repeat1, + [129513] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6861), 1, + ACTIONS(6862), 1, sym_identifier, - ACTIONS(6863), 1, + ACTIONS(6864), 1, anon_sym_LBRACE, - STATE(956), 1, + STATE(2473), 1, sym__content_block, - [127038] = 4, + [129526] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6454), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - ACTIONS(6456), 1, - anon_sym_RPAREN, - STATE(3856), 1, + ACTIONS(6860), 1, + anon_sym_RBRACK, + STATE(3962), 1, + aux_sym_type_parameters_repeat1, + [129539] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4548), 1, + anon_sym_COMMA, + ACTIONS(6866), 1, + anon_sym_COLON_EQ, + STATE(4078), 1, + aux_sym_identifier_list_repeat1, + [129552] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6494), 1, + anon_sym_COMMA, + ACTIONS(6868), 1, + anon_sym_RBRACK, + STATE(3682), 1, aux_sym_type_parameters_repeat1, - [127051] = 4, + [129565] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6730), 1, + ACTIONS(6870), 1, aux_sym_raw_string_literal_token2, - ACTIONS(6865), 1, + ACTIONS(6872), 1, sym___double_quote, - STATE(3954), 1, + STATE(3976), 1, aux_sym_raw_string_literal_repeat2, - [127064] = 4, + [129578] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6742), 1, - aux_sym_raw_string_literal_token1, - ACTIONS(6865), 1, + ACTIONS(6872), 1, sym___single_quote, - STATE(3955), 1, + ACTIONS(6874), 1, + aux_sym_raw_string_literal_token1, + STATE(3977), 1, aux_sym_raw_string_literal_repeat1, - [127077] = 4, + [129591] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6867), 1, + ACTIONS(5279), 1, + anon_sym_COMMA, + ACTIONS(5700), 1, + anon_sym_LBRACE, + STATE(3956), 1, + aux_sym_expression_without_blocks_list_repeat1, + [129604] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6876), 1, anon_sym_SEMI, - ACTIONS(6869), 1, + ACTIONS(6879), 1, anon_sym_RBRACK, - STATE(3991), 1, + STATE(3950), 1, aux_sym_attribute_repeat1, - [127090] = 4, + [129617] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5467), 1, - anon_sym_RPAREN, - ACTIONS(6871), 1, - anon_sym_COMMA, - STATE(3742), 1, - aux_sym_type_parameters_repeat1, - [127103] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6716), 1, + ACTIONS(6742), 1, anon_sym_COMMA, - ACTIONS(6873), 1, + ACTIONS(6881), 1, anon_sym_RPAREN, - STATE(3933), 1, + STATE(4012), 1, aux_sym_parameter_list_repeat1, - [127116] = 4, + [129630] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - ACTIONS(6875), 1, - anon_sym_RPAREN, - STATE(3934), 1, - aux_sym_type_parameter_list_repeat1, - [127129] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6768), 1, - sym_identifier, - ACTIONS(6877), 1, - anon_sym_LPAREN, - STATE(1544), 1, - sym_const_definition, - [127142] = 4, + ACTIONS(6883), 1, + anon_sym_RBRACK, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [129643] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, + ACTIONS(6746), 1, anon_sym_COMMA, - ACTIONS(6879), 1, + ACTIONS(6885), 1, anon_sym_RPAREN, - STATE(3901), 1, + STATE(4143), 1, aux_sym_type_parameter_list_repeat1, - [127155] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4542), 1, - anon_sym_COMMA, - ACTIONS(6881), 1, - anon_sym_COLON_EQ, - STATE(3971), 1, - aux_sym_identifier_list_repeat1, - [127168] = 4, + [129656] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6716), 1, + ACTIONS(6494), 1, anon_sym_COMMA, ACTIONS(6883), 1, - anon_sym_RPAREN, - STATE(3905), 1, - aux_sym_parameter_list_repeat1, - [127181] = 4, + anon_sym_GT, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [129669] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6885), 1, - sym_identifier, ACTIONS(6887), 1, + anon_sym_SEMI, + ACTIONS(6889), 1, + anon_sym_RBRACK, + STATE(4097), 1, + aux_sym_attribute_repeat1, + [129682] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4603), 1, anon_sym_LBRACE, - STATE(1710), 1, - sym__content_block, - [127194] = 4, + ACTIONS(6891), 1, + anon_sym_COMMA, + STATE(3956), 1, + aux_sym_expression_without_blocks_list_repeat1, + [129695] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5491), 1, + ACTIONS(5451), 1, anon_sym_RPAREN, - ACTIONS(6889), 1, + ACTIONS(6894), 1, anon_sym_COMMA, - STATE(3742), 1, + STATE(3682), 1, aux_sym_type_parameters_repeat1, - [127207] = 4, + [129708] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4542), 1, - anon_sym_COMMA, - ACTIONS(4544), 1, - anon_sym_COLON_EQ, - STATE(3919), 1, - aux_sym_identifier_list_repeat1, - [127220] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6742), 1, - aux_sym_raw_string_literal_token1, - ACTIONS(6891), 1, - sym___single_quote, - STATE(3955), 1, - aux_sym_raw_string_literal_repeat1, - [127233] = 4, - ACTIONS(487), 1, + ACTIONS(6898), 1, + anon_sym_COLON, + ACTIONS(6896), 2, + anon_sym_SEMI, + anon_sym_RBRACK, + [129719] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(6893), 1, - aux_sym_raw_string_literal_token1, - ACTIONS(6895), 1, - sym___single_quote, - STATE(3890), 1, - aux_sym_raw_string_literal_repeat1, - [127246] = 4, - ACTIONS(487), 1, + ACTIONS(3229), 1, + anon_sym_COLON_EQ, + ACTIONS(4821), 1, + anon_sym_COMMA, + STATE(4063), 1, + aux_sym_strictly_expression_list_repeat1, + [129732] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(6895), 1, - sym___double_quote, - ACTIONS(6897), 1, - aux_sym_raw_string_literal_token2, - STATE(3895), 1, - aux_sym_raw_string_literal_repeat2, - [127259] = 4, + ACTIONS(3783), 1, + anon_sym_LBRACE, + ACTIONS(4963), 1, + anon_sym_COMMA, + STATE(4055), 1, + aux_sym_strictly_expression_list_repeat1, + [129745] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, + ACTIONS(6900), 1, anon_sym_COMMA, - ACTIONS(6899), 1, - anon_sym_RBRACK, - STATE(3944), 1, + ACTIONS(6902), 1, + anon_sym_RPAREN, + STATE(4057), 1, aux_sym_type_parameters_repeat1, - [127272] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6730), 1, - aux_sym_raw_string_literal_token2, - ACTIONS(6901), 1, - sym___double_quote, - STATE(3954), 1, - aux_sym_raw_string_literal_repeat2, - [127285] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6742), 1, - aux_sym_raw_string_literal_token1, - ACTIONS(6901), 1, - sym___single_quote, - STATE(3955), 1, - aux_sym_raw_string_literal_repeat1, - [127298] = 4, + [129758] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6903), 1, - sym_identifier, - ACTIONS(6905), 1, - anon_sym_LBRACE, - STATE(1895), 1, - sym__content_block, - [127311] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6730), 1, - aux_sym_raw_string_literal_token2, - ACTIONS(6891), 1, - sym___double_quote, - STATE(3954), 1, - aux_sym_raw_string_literal_repeat2, - [127324] = 4, + ACTIONS(6494), 1, + anon_sym_COMMA, + ACTIONS(6904), 1, + anon_sym_RBRACK, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [129771] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3305), 1, - anon_sym_LBRACE, - ACTIONS(6907), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - STATE(3932), 1, - aux_sym_strictly_expression_list_repeat1, - [127337] = 4, + ACTIONS(6904), 1, + anon_sym_GT, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [129784] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6716), 1, + ACTIONS(6906), 1, anon_sym_COMMA, - ACTIONS(6910), 1, + ACTIONS(6908), 1, anon_sym_RPAREN, - STATE(4066), 1, - aux_sym_parameter_list_repeat1, - [127350] = 4, + STATE(3927), 1, + aux_sym_type_parameters_repeat1, + [129797] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, + ACTIONS(6910), 1, anon_sym_COMMA, ACTIONS(6912), 1, anon_sym_RPAREN, - STATE(3855), 1, - aux_sym_type_parameter_list_repeat1, - [127363] = 4, + STATE(4158), 1, + aux_sym_type_parameters_repeat1, + [129810] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3785), 1, - anon_sym_COLON_EQ, - ACTIONS(4785), 1, + ACTIONS(6914), 1, anon_sym_COMMA, - STATE(4065), 1, - aux_sym_strictly_expression_list_repeat1, - [127376] = 4, + ACTIONS(6916), 1, + anon_sym_RPAREN, + STATE(3988), 1, + aux_sym_type_parameters_repeat1, + [129823] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6438), 1, + ACTIONS(6918), 1, sym_identifier, - ACTIONS(6440), 1, - anon_sym_mut, - STATE(4374), 1, - sym_var_definition, - [127389] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5067), 1, - anon_sym_COMMA, - ACTIONS(6914), 1, + ACTIONS(6920), 1, anon_sym_LBRACE, - STATE(3985), 1, - aux_sym_match_expression_list_repeat1, - [127402] = 4, + STATE(2919), 1, + sym__content_block, + [129836] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6916), 1, + ACTIONS(6922), 1, anon_sym_COMMA, - ACTIONS(6918), 1, + ACTIONS(6924), 1, anon_sym_in, - STATE(3885), 1, + STATE(4085), 1, aux_sym_var_definition_list_repeat1, - [127415] = 4, + [129849] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6926), 1, + aux_sym_raw_string_literal_token2, + ACTIONS(6928), 1, + sym___double_quote, + STATE(4010), 1, + aux_sym_raw_string_literal_repeat2, + [129862] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3227), 1, + ACTIONS(6930), 1, + sym_identifier, + ACTIONS(6932), 1, anon_sym_LBRACE, - ACTIONS(4977), 1, - anon_sym_COMMA, - STATE(3894), 1, - aux_sym_strictly_expression_list_repeat1, - [127428] = 4, + STATE(2421), 1, + sym__content_block, + [129875] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6928), 1, + sym___single_quote, + ACTIONS(6934), 1, + aux_sym_raw_string_literal_token1, + STATE(4011), 1, + aux_sym_raw_string_literal_repeat1, + [129888] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6936), 1, + aux_sym_raw_string_literal_token2, + ACTIONS(6938), 1, + sym___double_quote, + STATE(3991), 1, + aux_sym_raw_string_literal_repeat2, + [129901] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6816), 1, + aux_sym_raw_string_literal_token2, + ACTIONS(6940), 1, + sym___double_quote, + STATE(4091), 1, + aux_sym_raw_string_literal_repeat2, + [129914] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5465), 1, - anon_sym_RPAREN, - ACTIONS(6920), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - STATE(3742), 1, + ACTIONS(6942), 1, + anon_sym_GT, + STATE(3682), 1, aux_sym_type_parameters_repeat1, - [127441] = 4, + [129927] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6716), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - ACTIONS(6922), 1, - anon_sym_RPAREN, - STATE(3965), 1, - aux_sym_parameter_list_repeat1, - [127454] = 4, - ACTIONS(3), 1, + ACTIONS(6942), 1, + anon_sym_RBRACK, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [129940] = 4, + ACTIONS(487), 1, sym_comment, - ACTIONS(6738), 1, - anon_sym_COMMA, - ACTIONS(6924), 1, - anon_sym_RPAREN, - STATE(3966), 1, - aux_sym_type_parameter_list_repeat1, - [127467] = 3, + ACTIONS(6816), 1, + aux_sym_raw_string_literal_token2, + ACTIONS(6944), 1, + sym___double_quote, + STATE(4091), 1, + aux_sym_raw_string_literal_repeat2, + [129953] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6808), 1, + aux_sym_raw_string_literal_token1, + ACTIONS(6944), 1, + sym___single_quote, + STATE(4095), 1, + aux_sym_raw_string_literal_repeat1, + [129966] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6808), 1, + aux_sym_raw_string_literal_token1, + ACTIONS(6940), 1, + sym___single_quote, + STATE(4095), 1, + aux_sym_raw_string_literal_repeat1, + [129979] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6926), 1, - anon_sym_QMARK, - ACTIONS(5021), 2, + ACTIONS(6464), 3, anon_sym_SEMI, anon_sym_RBRACK, - [127478] = 4, + anon_sym_COLON, + [129988] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, - anon_sym_COMMA, - ACTIONS(6928), 1, + ACTIONS(3654), 3, + anon_sym_SEMI, anon_sym_RBRACK, - STATE(3742), 1, - aux_sym_type_parameters_repeat1, - [127491] = 4, + anon_sym_COLON, + [129997] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6930), 1, + ACTIONS(6938), 1, + sym___single_quote, + ACTIONS(6946), 1, aux_sym_raw_string_literal_token1, - ACTIONS(6932), 1, + STATE(3992), 1, + aux_sym_raw_string_literal_repeat1, + [130010] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6816), 1, + aux_sym_raw_string_literal_token2, + ACTIONS(6948), 1, + sym___double_quote, + STATE(4091), 1, + aux_sym_raw_string_literal_repeat2, + [130023] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6950), 1, + aux_sym_raw_string_literal_token1, + ACTIONS(6952), 1, sym___single_quote, - STATE(3924), 1, + STATE(3919), 1, aux_sym_raw_string_literal_repeat1, - [127504] = 4, + [130036] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6742), 1, + ACTIONS(6808), 1, aux_sym_raw_string_literal_token1, - ACTIONS(6934), 1, + ACTIONS(6948), 1, sym___single_quote, - STATE(3955), 1, + STATE(4095), 1, aux_sym_raw_string_literal_repeat1, - [127517] = 4, - ACTIONS(3), 1, + [130049] = 4, + ACTIONS(487), 1, sym_comment, - ACTIONS(6936), 1, - anon_sym_COMMA, - ACTIONS(6938), 1, - anon_sym_RPAREN, - STATE(4042), 1, - aux_sym_type_parameters_repeat1, - [127530] = 4, + ACTIONS(6808), 1, + aux_sym_raw_string_literal_token1, + ACTIONS(6954), 1, + sym___single_quote, + STATE(4095), 1, + aux_sym_raw_string_literal_repeat1, + [130062] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6730), 1, + ACTIONS(6816), 1, aux_sym_raw_string_literal_token2, - ACTIONS(6934), 1, + ACTIONS(6954), 1, sym___double_quote, - STATE(3954), 1, + STATE(4091), 1, aux_sym_raw_string_literal_repeat2, - [127543] = 4, + [130075] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6932), 1, + ACTIONS(6952), 1, sym___double_quote, - ACTIONS(6940), 1, + ACTIONS(6956), 1, aux_sym_raw_string_literal_token2, - STATE(3931), 1, + STATE(3923), 1, aux_sym_raw_string_literal_repeat2, - [127556] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6535), 1, - anon_sym_DOT, - ACTIONS(6537), 1, - anon_sym_RBRACE, - ACTIONS(6541), 1, - aux_sym_format_specifier_token1, - [127569] = 3, + [130088] = 4, ACTIONS(3), 1, sym_comment, - STATE(2824), 1, - sym_type_initializer_body, - ACTIONS(6942), 2, - anon_sym_LBRACE, + ACTIONS(5441), 1, + anon_sym_RPAREN, + ACTIONS(6958), 1, anon_sym_COMMA, - [127580] = 4, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [130101] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6944), 1, - sym_identifier, - ACTIONS(6946), 1, - anon_sym_LBRACE, - STATE(1325), 1, - sym__content_block, - [127593] = 4, + ACTIONS(6742), 1, + anon_sym_COMMA, + ACTIONS(6960), 1, + anon_sym_RPAREN, + STATE(4014), 1, + aux_sym_parameter_list_repeat1, + [130114] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5065), 1, - anon_sym_LBRACE, - ACTIONS(5067), 1, + ACTIONS(6746), 1, anon_sym_COMMA, - STATE(3986), 1, - aux_sym_match_expression_list_repeat1, - [127606] = 4, + ACTIONS(6962), 1, + anon_sym_RPAREN, + STATE(4015), 1, + aux_sym_type_parameter_list_repeat1, + [130127] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6948), 1, + ACTIONS(6816), 1, aux_sym_raw_string_literal_token2, - ACTIONS(6951), 1, + ACTIONS(6964), 1, sym___double_quote, - STATE(3954), 1, + STATE(4091), 1, aux_sym_raw_string_literal_repeat2, - [127619] = 4, + [130140] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6953), 1, + ACTIONS(6808), 1, aux_sym_raw_string_literal_token1, - ACTIONS(6956), 1, + ACTIONS(6964), 1, sym___single_quote, - STATE(3955), 1, + STATE(4095), 1, aux_sym_raw_string_literal_repeat1, - [127632] = 4, + [130153] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6958), 1, + ACTIONS(6966), 1, sym_identifier, - ACTIONS(6960), 1, + ACTIONS(6968), 1, anon_sym_LBRACE, - STATE(2540), 1, + STATE(1247), 1, sym__content_block, - [127645] = 4, + [130166] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, + ACTIONS(6742), 1, anon_sym_COMMA, - ACTIONS(6962), 1, - anon_sym_RBRACK, - STATE(3742), 1, - aux_sym_type_parameters_repeat1, - [127658] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6964), 1, - aux_sym_raw_string_literal_token2, - ACTIONS(6966), 1, - sym___double_quote, - STATE(4025), 1, - aux_sym_raw_string_literal_repeat2, - [127671] = 4, + ACTIONS(6970), 1, + anon_sym_RPAREN, + STATE(4002), 1, + aux_sym_parameter_list_repeat1, + [130179] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, + ACTIONS(6746), 1, anon_sym_COMMA, - ACTIONS(6968), 1, - anon_sym_RBRACK, - STATE(3976), 1, - aux_sym_type_parameters_repeat1, - [127684] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6970), 1, - aux_sym_raw_string_literal_token2, ACTIONS(6972), 1, - sym___double_quote, - STATE(3982), 1, - aux_sym_raw_string_literal_repeat2, - [127697] = 4, - ACTIONS(487), 1, + anon_sym_RPAREN, + STATE(4003), 1, + aux_sym_type_parameter_list_repeat1, + [130192] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(6972), 1, - sym___single_quote, + ACTIONS(6746), 1, + anon_sym_COMMA, ACTIONS(6974), 1, - aux_sym_raw_string_literal_token1, - STATE(3983), 1, - aux_sym_raw_string_literal_repeat1, - [127710] = 4, + anon_sym_RPAREN, + STATE(4143), 1, + aux_sym_type_parameter_list_repeat1, + [130205] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(6766), 1, + sym_identifier, ACTIONS(6976), 1, + anon_sym_LPAREN, + STATE(1556), 1, + sym_const_definition, + [130218] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6742), 1, anon_sym_COMMA, ACTIONS(6978), 1, anon_sym_RPAREN, - STATE(4007), 1, - aux_sym_type_parameters_repeat1, - [127723] = 4, - ACTIONS(487), 1, + STATE(4012), 1, + aux_sym_parameter_list_repeat1, + [130231] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(6966), 1, - sym___single_quote, + ACTIONS(6766), 1, + sym_identifier, ACTIONS(6980), 1, - aux_sym_raw_string_literal_token1, - STATE(4033), 1, - aux_sym_raw_string_literal_repeat1, - [127736] = 4, + anon_sym_LPAREN, + STATE(1578), 1, + sym_const_definition, + [130244] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, + ACTIONS(6494), 1, + anon_sym_COMMA, + ACTIONS(6982), 1, + anon_sym_GT, + STATE(4006), 1, + aux_sym_type_parameters_repeat1, + [130257] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6494), 1, anon_sym_COMMA, ACTIONS(6982), 1, anon_sym_RBRACK, - STATE(3742), 1, + STATE(4004), 1, aux_sym_type_parameters_repeat1, - [127749] = 4, + [130270] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6716), 1, + ACTIONS(6742), 1, anon_sym_COMMA, ACTIONS(6984), 1, anon_sym_RPAREN, - STATE(4066), 1, + STATE(4012), 1, aux_sym_parameter_list_repeat1, - [127762] = 4, + [130283] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, + ACTIONS(6746), 1, anon_sym_COMMA, ACTIONS(6986), 1, anon_sym_RPAREN, - STATE(3855), 1, + STATE(4143), 1, aux_sym_type_parameter_list_repeat1, - [127775] = 2, + [130296] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3652), 3, - anon_sym_SEMI, + ACTIONS(6494), 1, + anon_sym_COMMA, + ACTIONS(6988), 1, anon_sym_RBRACK, - anon_sym_COLON, - [127784] = 2, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [130309] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6444), 3, - anon_sym_SEMI, + ACTIONS(6494), 1, + anon_sym_COMMA, + ACTIONS(6990), 1, anon_sym_RBRACK, - anon_sym_COLON, - [127793] = 4, + STATE(3975), 1, + aux_sym_type_parameters_repeat1, + [130322] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3789), 1, - anon_sym_SEMI, - ACTIONS(4987), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - STATE(4060), 1, - aux_sym_strictly_expression_list_repeat1, - [127806] = 4, + ACTIONS(6988), 1, + anon_sym_GT, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [130335] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6988), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - ACTIONS(6990), 1, - anon_sym_RPAREN, - STATE(3999), 1, + ACTIONS(6992), 1, + anon_sym_GT, + STATE(4026), 1, aux_sym_type_parameters_repeat1, - [127819] = 4, + [130348] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6992), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - ACTIONS(6995), 1, - anon_sym_COLON_EQ, - STATE(3971), 1, - aux_sym_identifier_list_repeat1, - [127832] = 4, + ACTIONS(6992), 1, + anon_sym_RBRACK, + STATE(4025), 1, + aux_sym_type_parameters_repeat1, + [130361] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3785), 1, - anon_sym_SEMI, - ACTIONS(4987), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - STATE(4060), 1, - aux_sym_strictly_expression_list_repeat1, - [127845] = 4, + ACTIONS(6990), 1, + anon_sym_GT, + STATE(3974), 1, + aux_sym_type_parameters_repeat1, + [130374] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6816), 1, + aux_sym_raw_string_literal_token2, + ACTIONS(6994), 1, + sym___double_quote, + STATE(4091), 1, + aux_sym_raw_string_literal_repeat2, + [130387] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6808), 1, + aux_sym_raw_string_literal_token1, + ACTIONS(6994), 1, + sym___single_quote, + STATE(4095), 1, + aux_sym_raw_string_literal_repeat1, + [130400] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5979), 1, - anon_sym_RBRACK, - ACTIONS(6997), 1, + ACTIONS(6996), 1, anon_sym_COMMA, - STATE(4019), 1, - aux_sym_capture_list_repeat1, - [127858] = 4, + ACTIONS(6999), 1, + anon_sym_RPAREN, + STATE(4012), 1, + aux_sym_parameter_list_repeat1, + [130413] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, + ACTIONS(7001), 1, anon_sym_COMMA, - ACTIONS(6436), 1, - anon_sym_RBRACK, - STATE(4074), 1, + ACTIONS(7003), 1, + anon_sym_RPAREN, + STATE(3898), 1, aux_sym_type_parameters_repeat1, - [127871] = 4, + [130426] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, + ACTIONS(6742), 1, anon_sym_COMMA, - ACTIONS(6999), 1, + ACTIONS(7005), 1, anon_sym_RPAREN, - STATE(3855), 1, + STATE(4012), 1, + aux_sym_parameter_list_repeat1, + [130439] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6746), 1, + anon_sym_COMMA, + ACTIONS(7007), 1, + anon_sym_RPAREN, + STATE(4143), 1, aux_sym_type_parameter_list_repeat1, - [127884] = 4, + [130452] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, + ACTIONS(7009), 1, anon_sym_COMMA, - ACTIONS(7001), 1, - anon_sym_RBRACK, - STATE(3742), 1, + ACTIONS(7011), 1, + anon_sym_RPAREN, + STATE(4092), 1, aux_sym_type_parameters_repeat1, - [127897] = 4, + [130465] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6716), 1, + ACTIONS(5489), 1, + anon_sym_RPAREN, + ACTIONS(7013), 1, anon_sym_COMMA, - ACTIONS(7003), 1, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [130478] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6494), 1, + anon_sym_COMMA, + ACTIONS(6868), 1, + anon_sym_GT, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [130491] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5445), 1, anon_sym_RPAREN, - STATE(4066), 1, + ACTIONS(7015), 1, + anon_sym_COMMA, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [130504] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6742), 1, + anon_sym_COMMA, + ACTIONS(7017), 1, + anon_sym_RPAREN, + STATE(4075), 1, aux_sym_parameter_list_repeat1, - [127910] = 4, - ACTIONS(487), 1, + [130517] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(6859), 1, - sym___double_quote, - ACTIONS(7005), 1, - aux_sym_raw_string_literal_token2, - STATE(3911), 1, - aux_sym_raw_string_literal_repeat2, - [127923] = 4, - ACTIONS(487), 1, + ACTIONS(6746), 1, + anon_sym_COMMA, + ACTIONS(7019), 1, + anon_sym_RPAREN, + STATE(4076), 1, + aux_sym_type_parameter_list_repeat1, + [130530] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(7007), 1, - aux_sym_raw_string_literal_token2, - ACTIONS(7009), 1, - sym___double_quote, - STATE(3948), 1, - aux_sym_raw_string_literal_repeat2, - [127936] = 4, - ACTIONS(487), 1, + ACTIONS(7021), 1, + sym_identifier, + ACTIONS(7023), 1, + anon_sym_LBRACE, + STATE(1329), 1, + sym__content_block, + [130543] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(7009), 1, - sym___single_quote, - ACTIONS(7011), 1, - aux_sym_raw_string_literal_token1, - STATE(3946), 1, - aux_sym_raw_string_literal_repeat1, - [127949] = 4, + ACTIONS(6742), 1, + anon_sym_COMMA, + ACTIONS(7025), 1, + anon_sym_RPAREN, + STATE(4139), 1, + aux_sym_parameter_list_repeat1, + [130556] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, + ACTIONS(6746), 1, anon_sym_COMMA, - ACTIONS(7013), 1, + ACTIONS(7027), 1, + anon_sym_RPAREN, + STATE(4136), 1, + aux_sym_type_parameter_list_repeat1, + [130569] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6494), 1, + anon_sym_COMMA, + ACTIONS(7029), 1, anon_sym_RBRACK, - STATE(3957), 1, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [130582] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6494), 1, + anon_sym_COMMA, + ACTIONS(7029), 1, + anon_sym_GT, + STATE(3682), 1, aux_sym_type_parameters_repeat1, - [127962] = 4, + [130595] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6730), 1, + ACTIONS(7031), 1, aux_sym_raw_string_literal_token2, - ACTIONS(7015), 1, + ACTIONS(7033), 1, sym___double_quote, - STATE(3954), 1, + STATE(4042), 1, aux_sym_raw_string_literal_repeat2, - [127975] = 4, + [130608] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6742), 1, - aux_sym_raw_string_literal_token1, - ACTIONS(7015), 1, + ACTIONS(7033), 1, sym___single_quote, - STATE(3955), 1, + ACTIONS(7035), 1, + aux_sym_raw_string_literal_token1, + STATE(4043), 1, aux_sym_raw_string_literal_repeat1, - [127988] = 4, + [130621] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6916), 1, - anon_sym_COMMA, - ACTIONS(7017), 1, - anon_sym_in, - STATE(3938), 1, - aux_sym_var_definition_list_repeat1, - [128001] = 4, + ACTIONS(7037), 1, + anon_sym_DOT, + ACTIONS(7039), 1, + anon_sym_RBRACE, + ACTIONS(7041), 1, + aux_sym_format_specifier_token1, + [130634] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5067), 1, + ACTIONS(7043), 3, anon_sym_COMMA, - ACTIONS(7019), 1, - anon_sym_LBRACE, - STATE(3857), 1, - aux_sym_match_expression_list_repeat1, - [128014] = 4, + anon_sym_GT, + anon_sym_RBRACK, + [130643] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5067), 1, - anon_sym_COMMA, - ACTIONS(7021), 1, + ACTIONS(3779), 1, anon_sym_LBRACE, - STATE(3857), 1, - aux_sym_match_expression_list_repeat1, - [128027] = 4, + ACTIONS(4963), 1, + anon_sym_COMMA, + STATE(4055), 1, + aux_sym_strictly_expression_list_repeat1, + [130656] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5473), 1, + ACTIONS(5465), 1, anon_sym_RPAREN, - ACTIONS(7023), 1, + ACTIONS(7045), 1, anon_sym_COMMA, - STATE(3742), 1, + STATE(3682), 1, aux_sym_type_parameters_repeat1, - [128040] = 4, + [130669] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, + ACTIONS(7047), 1, anon_sym_COMMA, - ACTIONS(7025), 1, + ACTIONS(7049), 1, + anon_sym_RBRACK, + STATE(4071), 1, + aux_sym_capture_list_repeat1, + [130682] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6746), 1, + anon_sym_COMMA, + ACTIONS(7051), 1, anon_sym_RPAREN, - STATE(3855), 1, + STATE(3996), 1, aux_sym_type_parameter_list_repeat1, - [128053] = 4, + [130695] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6716), 1, + ACTIONS(6742), 1, anon_sym_COMMA, - ACTIONS(7027), 1, + ACTIONS(7053), 1, anon_sym_RPAREN, - STATE(4066), 1, + STATE(3998), 1, aux_sym_parameter_list_repeat1, - [128066] = 4, + [130708] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - ACTIONS(7029), 1, - anon_sym_RBRACK, - STATE(3964), 1, + ACTIONS(7055), 1, + anon_sym_GT, + STATE(3682), 1, aux_sym_type_parameters_repeat1, - [128079] = 4, + [130721] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7031), 1, - anon_sym_SEMI, - ACTIONS(7034), 1, + ACTIONS(5899), 3, + anon_sym_RBRACE, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [130730] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6494), 1, + anon_sym_COMMA, + ACTIONS(7057), 1, anon_sym_RBRACK, - STATE(3991), 1, - aux_sym_attribute_repeat1, - [128092] = 4, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [130743] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - ACTIONS(7036), 1, - anon_sym_RPAREN, - STATE(4006), 1, - aux_sym_type_parameter_list_repeat1, - [128105] = 4, + ACTIONS(7055), 1, + anon_sym_RBRACK, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [130756] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7038), 1, - anon_sym_DOT, - ACTIONS(7040), 1, - anon_sym_RBRACE, - ACTIONS(7042), 1, - aux_sym_format_specifier_token1, - [128118] = 4, + ACTIONS(5193), 1, + anon_sym_LBRACE, + ACTIONS(7059), 1, + anon_sym_COMMA, + STATE(4040), 1, + aux_sym_match_expression_list_repeat1, + [130769] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, + ACTIONS(5071), 1, anon_sym_COMMA, - ACTIONS(7044), 1, + ACTIONS(7062), 1, + anon_sym_LBRACE, + STATE(4040), 1, + aux_sym_match_expression_list_repeat1, + [130782] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6816), 1, + aux_sym_raw_string_literal_token2, + ACTIONS(7064), 1, + sym___double_quote, + STATE(4091), 1, + aux_sym_raw_string_literal_repeat2, + [130795] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6808), 1, + aux_sym_raw_string_literal_token1, + ACTIONS(7064), 1, + sym___single_quote, + STATE(4095), 1, + aux_sym_raw_string_literal_repeat1, + [130808] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5475), 1, anon_sym_RPAREN, - STATE(3988), 1, - aux_sym_type_parameter_list_repeat1, - [128131] = 4, + ACTIONS(7066), 1, + anon_sym_COMMA, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [130821] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7046), 1, + ACTIONS(7068), 1, sym_identifier, - ACTIONS(7048), 1, + ACTIONS(7070), 1, anon_sym_LBRACE, - STATE(2770), 1, + STATE(2826), 1, sym__content_block, - [128144] = 4, + [130834] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6716), 1, + ACTIONS(6742), 1, anon_sym_COMMA, - ACTIONS(7050), 1, + ACTIONS(7072), 1, anon_sym_RPAREN, - STATE(3989), 1, + STATE(4064), 1, aux_sym_parameter_list_repeat1, - [128157] = 4, + [130847] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, + ACTIONS(6746), 1, anon_sym_COMMA, - ACTIONS(7052), 1, - anon_sym_RBRACK, - STATE(4012), 1, - aux_sym_type_parameters_repeat1, - [128170] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6768), 1, - sym_identifier, - ACTIONS(7054), 1, - anon_sym_LPAREN, - STATE(1489), 1, - sym_const_definition, - [128183] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5455), 1, + ACTIONS(7074), 1, anon_sym_RPAREN, - ACTIONS(7056), 1, - anon_sym_COMMA, - STATE(3742), 1, - aux_sym_type_parameters_repeat1, - [128196] = 4, + STATE(4066), 1, + aux_sym_type_parameter_list_repeat1, + [130860] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, + ACTIONS(6474), 1, anon_sym_COMMA, - ACTIONS(7058), 1, + ACTIONS(6476), 1, anon_sym_RPAREN, - STATE(3975), 1, - aux_sym_type_parameter_list_repeat1, - [128209] = 4, + STATE(4017), 1, + aux_sym_type_parameters_repeat1, + [130873] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6808), 1, + aux_sym_raw_string_literal_token1, + ACTIONS(7076), 1, + sym___single_quote, + STATE(4095), 1, + aux_sym_raw_string_literal_repeat1, + [130886] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(7060), 1, + ACTIONS(6816), 1, aux_sym_raw_string_literal_token2, - ACTIONS(7062), 1, + ACTIONS(7076), 1, sym___double_quote, - STATE(4030), 1, + STATE(4091), 1, aux_sym_raw_string_literal_repeat2, - [128222] = 4, + [130899] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(7062), 1, - sym___single_quote, - ACTIONS(7064), 1, - aux_sym_raw_string_literal_token1, - STATE(4031), 1, - aux_sym_raw_string_literal_repeat1, - [128235] = 4, + ACTIONS(7078), 1, + aux_sym_raw_string_literal_token2, + ACTIONS(7080), 1, + sym___double_quote, + STATE(4080), 1, + aux_sym_raw_string_literal_repeat2, + [130912] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6742), 1, - aux_sym_raw_string_literal_token1, - ACTIONS(7066), 1, + ACTIONS(7080), 1, sym___single_quote, - STATE(3955), 1, + ACTIONS(7082), 1, + aux_sym_raw_string_literal_token1, + STATE(4081), 1, aux_sym_raw_string_literal_repeat1, - [128248] = 4, + [130925] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6716), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - ACTIONS(7068), 1, - anon_sym_RPAREN, - STATE(3977), 1, - aux_sym_parameter_list_repeat1, - [128261] = 4, + ACTIONS(7084), 1, + anon_sym_GT, + STATE(4105), 1, + aux_sym_type_parameters_repeat1, + [130938] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6716), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - ACTIONS(7070), 1, - anon_sym_RPAREN, - STATE(4066), 1, - aux_sym_parameter_list_repeat1, - [128274] = 4, + ACTIONS(7086), 1, + anon_sym_GT, + STATE(4074), 1, + aux_sym_type_parameters_repeat1, + [130951] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, + ACTIONS(3307), 1, + anon_sym_LBRACE, + ACTIONS(7088), 1, anon_sym_COMMA, - ACTIONS(7072), 1, - anon_sym_RPAREN, - STATE(3855), 1, - aux_sym_type_parameter_list_repeat1, - [128287] = 4, + STATE(4055), 1, + aux_sym_strictly_expression_list_repeat1, + [130964] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5471), 1, + ACTIONS(6494), 1, + anon_sym_COMMA, + ACTIONS(7084), 1, + anon_sym_RBRACK, + STATE(4104), 1, + aux_sym_type_parameters_repeat1, + [130977] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5485), 1, anon_sym_RPAREN, - ACTIONS(7074), 1, + ACTIONS(7091), 1, anon_sym_COMMA, - STATE(3742), 1, + STATE(3682), 1, aux_sym_type_parameters_repeat1, - [128300] = 4, + [130990] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3227), 1, - anon_sym_COLON_EQ, - ACTIONS(4785), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - STATE(3935), 1, - aux_sym_strictly_expression_list_repeat1, - [128313] = 4, + ACTIONS(7086), 1, + anon_sym_RBRACK, + STATE(4073), 1, + aux_sym_type_parameters_repeat1, + [131003] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2937), 1, + ACTIONS(3021), 1, anon_sym_COMMA, - ACTIONS(4871), 1, + ACTIONS(4867), 1, anon_sym_LBRACE, - STATE(2727), 1, + STATE(2742), 1, sym_block, - [128326] = 3, + [131016] = 3, ACTIONS(3), 1, sym_comment, - STATE(2824), 1, + STATE(2764), 1, sym_type_initializer_body, - ACTIONS(2933), 2, + ACTIONS(3025), 2, anon_sym_LBRACE, anon_sym_COMMA, - [128337] = 4, - ACTIONS(487), 1, + [131027] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(6730), 1, - aux_sym_raw_string_literal_token2, - ACTIONS(7066), 1, - sym___double_quote, - STATE(3954), 1, - aux_sym_raw_string_literal_repeat2, - [128350] = 4, + ACTIONS(5071), 1, + anon_sym_COMMA, + ACTIONS(7093), 1, + anon_sym_LBRACE, + STATE(4040), 1, + aux_sym_match_expression_list_repeat1, + [131040] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, + ACTIONS(6742), 1, anon_sym_COMMA, - ACTIONS(7076), 1, - anon_sym_RBRACK, - STATE(3742), 1, - aux_sym_type_parameters_repeat1, - [128363] = 3, + ACTIONS(7095), 1, + anon_sym_RPAREN, + STATE(4100), 1, + aux_sym_parameter_list_repeat1, + [131053] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7080), 1, - anon_sym_COLON, - ACTIONS(7078), 2, - anon_sym_SEMI, - anon_sym_RBRACK, - [128374] = 4, - ACTIONS(487), 1, + ACTIONS(3779), 1, + anon_sym_COLON_EQ, + ACTIONS(4821), 1, + anon_sym_COMMA, + STATE(3936), 1, + aux_sym_strictly_expression_list_repeat1, + [131066] = 4, + ACTIONS(3), 1, sym_comment, ACTIONS(6742), 1, - aux_sym_raw_string_literal_token1, - ACTIONS(7082), 1, - sym___single_quote, - STATE(3955), 1, - aux_sym_raw_string_literal_repeat1, - [128387] = 4, + anon_sym_COMMA, + ACTIONS(7097), 1, + anon_sym_RPAREN, + STATE(4012), 1, + aux_sym_parameter_list_repeat1, + [131079] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2917), 1, + ACTIONS(3029), 1, anon_sym_COMMA, - ACTIONS(7084), 1, + ACTIONS(7099), 1, anon_sym_LBRACE, - STATE(2824), 1, + STATE(2764), 1, sym_type_initializer_body, - [128400] = 4, - ACTIONS(487), 1, + [131092] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(6730), 1, - aux_sym_raw_string_literal_token2, - ACTIONS(7082), 1, - sym___double_quote, - STATE(3954), 1, - aux_sym_raw_string_literal_repeat2, - [128413] = 3, + ACTIONS(6746), 1, + anon_sym_COMMA, + ACTIONS(7101), 1, + anon_sym_RPAREN, + STATE(4143), 1, + aux_sym_type_parameter_list_repeat1, + [131105] = 3, ACTIONS(3), 1, sym_comment, - STATE(2824), 1, + STATE(2764), 1, sym_type_initializer_body, - ACTIONS(2913), 2, + ACTIONS(3033), 2, anon_sym_LBRACE, anon_sym_COMMA, - [128424] = 4, + [131116] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7086), 1, - anon_sym_COMMA, - ACTIONS(7088), 1, + ACTIONS(5493), 1, anon_sym_RPAREN, - STATE(4069), 1, + ACTIONS(7103), 1, + anon_sym_COMMA, + STATE(3682), 1, aux_sym_type_parameters_repeat1, - [128437] = 4, + [131129] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7090), 1, + ACTIONS(3229), 1, + anon_sym_LBRACE, + ACTIONS(4963), 1, anon_sym_COMMA, - ACTIONS(7093), 1, + STATE(4031), 1, + aux_sym_strictly_expression_list_repeat1, + [131142] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7105), 3, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LT2, + [131151] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6076), 1, anon_sym_RBRACK, - STATE(4019), 1, + ACTIONS(7107), 1, + anon_sym_COMMA, + STATE(4099), 1, aux_sym_capture_list_repeat1, - [128450] = 2, + [131164] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6558), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [128459] = 4, + ACTIONS(7109), 3, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LT2, + [131173] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - ACTIONS(7095), 1, + ACTIONS(7111), 1, anon_sym_RBRACK, - STATE(3742), 1, + STATE(3682), 1, aux_sym_type_parameters_repeat1, - [128472] = 4, + [131186] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - ACTIONS(7097), 1, - anon_sym_RPAREN, - STATE(3855), 1, - aux_sym_type_parameter_list_repeat1, - [128485] = 4, + ACTIONS(7111), 1, + anon_sym_GT, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [131199] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6716), 1, + ACTIONS(6742), 1, anon_sym_COMMA, - ACTIONS(7099), 1, + ACTIONS(7113), 1, anon_sym_RPAREN, - STATE(4066), 1, + STATE(4012), 1, aux_sym_parameter_list_repeat1, - [128498] = 4, + [131212] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7101), 1, - sym_identifier, - ACTIONS(7103), 1, - anon_sym_LBRACE, - STATE(1183), 1, - sym__content_block, - [128511] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6730), 1, - aux_sym_raw_string_literal_token2, - ACTIONS(7105), 1, - sym___double_quote, - STATE(3954), 1, - aux_sym_raw_string_literal_repeat2, - [128524] = 4, + ACTIONS(6746), 1, + anon_sym_COMMA, + ACTIONS(7115), 1, + anon_sym_RPAREN, + STATE(4143), 1, + aux_sym_type_parameter_list_repeat1, + [131225] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, + ACTIONS(4548), 1, anon_sym_COMMA, - ACTIONS(7107), 1, - anon_sym_RBRACK, - STATE(4021), 1, - aux_sym_type_parameters_repeat1, - [128537] = 4, + ACTIONS(4550), 1, + anon_sym_COLON_EQ, + STATE(3945), 1, + aux_sym_identifier_list_repeat1, + [131238] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6867), 1, - anon_sym_SEMI, - ACTIONS(7109), 1, - anon_sym_RBRACK, - STATE(3913), 1, - aux_sym_attribute_repeat1, - [128550] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(7111), 1, - aux_sym_raw_string_literal_token2, - ACTIONS(7113), 1, - sym___double_quote, - STATE(4055), 1, - aux_sym_raw_string_literal_repeat2, - [128563] = 4, + ACTIONS(7117), 1, + anon_sym_COMMA, + ACTIONS(7120), 1, + anon_sym_COLON_EQ, + STATE(4078), 1, + aux_sym_identifier_list_repeat1, + [131251] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, + ACTIONS(7122), 1, anon_sym_COMMA, - ACTIONS(7115), 1, + ACTIONS(7124), 1, anon_sym_RPAREN, - STATE(4022), 1, - aux_sym_type_parameter_list_repeat1, - [128576] = 4, + STATE(4019), 1, + aux_sym_type_parameters_repeat1, + [131264] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6730), 1, + ACTIONS(6816), 1, aux_sym_raw_string_literal_token2, - ACTIONS(7117), 1, + ACTIONS(7126), 1, sym___double_quote, - STATE(3954), 1, + STATE(4091), 1, aux_sym_raw_string_literal_repeat2, - [128589] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(6742), 1, - aux_sym_raw_string_literal_token1, - ACTIONS(7117), 1, - sym___single_quote, - STATE(3955), 1, - aux_sym_raw_string_literal_repeat1, - [128602] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6716), 1, - anon_sym_COMMA, - ACTIONS(7119), 1, - anon_sym_RPAREN, - STATE(4023), 1, - aux_sym_parameter_list_repeat1, - [128615] = 4, + [131277] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6742), 1, + ACTIONS(6808), 1, aux_sym_raw_string_literal_token1, - ACTIONS(7105), 1, + ACTIONS(7126), 1, sym___single_quote, - STATE(3955), 1, + STATE(4095), 1, aux_sym_raw_string_literal_repeat1, - [128628] = 4, + [131290] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5489), 1, - anon_sym_RPAREN, - ACTIONS(7121), 1, - anon_sym_COMMA, - STATE(3742), 1, - aux_sym_type_parameters_repeat1, - [128641] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(7113), 1, - sym___single_quote, - ACTIONS(7123), 1, - aux_sym_raw_string_literal_token1, - STATE(4058), 1, - aux_sym_raw_string_literal_repeat1, - [128654] = 2, + ACTIONS(7128), 3, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_EQ, + [131299] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7125), 3, + ACTIONS(7130), 3, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LT2, - [128663] = 2, + [131308] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6551), 3, - anon_sym_COMMA, - anon_sym_GT, - anon_sym_RBRACK, - [128672] = 4, + ACTIONS(6454), 1, + sym_identifier, + ACTIONS(6456), 1, + anon_sym_mut, + STATE(4235), 1, + sym_var_definition, + [131321] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6716), 1, + ACTIONS(6922), 1, anon_sym_COMMA, - ACTIONS(7127), 1, - anon_sym_RPAREN, - STATE(4066), 1, - aux_sym_parameter_list_repeat1, - [128685] = 4, + ACTIONS(7132), 1, + anon_sym_in, + STATE(4126), 1, + aux_sym_var_definition_list_repeat1, + [131334] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, - anon_sym_COMMA, - ACTIONS(7129), 1, + ACTIONS(7134), 1, + sym_identifier, + ACTIONS(7136), 1, + anon_sym_LBRACE, + STATE(1043), 1, + sym__content_block, + [131347] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7138), 1, + anon_sym_QMARK, + ACTIONS(5037), 2, + anon_sym_SEMI, anon_sym_RBRACK, - STATE(3742), 1, - aux_sym_type_parameters_repeat1, - [128698] = 4, + [131358] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(7131), 1, - aux_sym_raw_string_literal_token1, - ACTIONS(7133), 1, + ACTIONS(7140), 1, + aux_sym_raw_string_literal_token2, + ACTIONS(7142), 1, + sym___double_quote, + STATE(4117), 1, + aux_sym_raw_string_literal_repeat2, + [131371] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6746), 1, + anon_sym_COMMA, + ACTIONS(7144), 1, + anon_sym_RPAREN, + STATE(4098), 1, + aux_sym_type_parameter_list_repeat1, + [131384] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(7142), 1, sym___single_quote, - STATE(4014), 1, + ACTIONS(7146), 1, + aux_sym_raw_string_literal_token1, + STATE(4120), 1, aux_sym_raw_string_literal_repeat1, - [128711] = 4, + [131397] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(7133), 1, - sym___double_quote, - ACTIONS(7135), 1, + ACTIONS(7148), 1, aux_sym_raw_string_literal_token2, - STATE(4016), 1, + ACTIONS(7151), 1, + sym___double_quote, + STATE(4091), 1, aux_sym_raw_string_literal_repeat2, - [128724] = 4, + [131410] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5453), 1, + ACTIONS(5447), 1, anon_sym_RPAREN, - ACTIONS(7137), 1, + ACTIONS(7153), 1, anon_sym_COMMA, - STATE(3742), 1, + STATE(3682), 1, aux_sym_type_parameters_repeat1, - [128737] = 4, + [131423] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6716), 1, + ACTIONS(6742), 1, anon_sym_COMMA, - ACTIONS(7139), 1, + ACTIONS(7155), 1, anon_sym_RPAREN, - STATE(4067), 1, + STATE(4118), 1, aux_sym_parameter_list_repeat1, - [128750] = 4, + [131436] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, + ACTIONS(6746), 1, anon_sym_COMMA, - ACTIONS(7141), 1, + ACTIONS(7157), 1, anon_sym_RPAREN, - STATE(4068), 1, + STATE(4119), 1, aux_sym_type_parameter_list_repeat1, - [128763] = 2, - ACTIONS(3), 1, + [131449] = 4, + ACTIONS(487), 1, sym_comment, - ACTIONS(7143), 3, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_EQ, - [128772] = 4, + ACTIONS(7159), 1, + aux_sym_raw_string_literal_token1, + ACTIONS(7162), 1, + sym___single_quote, + STATE(4095), 1, + aux_sym_raw_string_literal_repeat1, + [131462] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7145), 1, + STATE(3957), 1, + aux_sym_type_parameters_repeat1, + ACTIONS(7164), 2, anon_sym_COMMA, - ACTIONS(7147), 1, anon_sym_RPAREN, - STATE(4048), 1, - aux_sym_type_parameters_repeat1, - [128785] = 4, + [131473] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, + ACTIONS(6887), 1, + anon_sym_SEMI, + ACTIONS(7166), 1, + anon_sym_RBRACK, + STATE(3950), 1, + aux_sym_attribute_repeat1, + [131486] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6746), 1, anon_sym_COMMA, - ACTIONS(7149), 1, + ACTIONS(7168), 1, anon_sym_RPAREN, - STATE(3855), 1, + STATE(4143), 1, aux_sym_type_parameter_list_repeat1, - [128798] = 4, + [131499] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5463), 1, - anon_sym_RPAREN, - ACTIONS(7151), 1, + ACTIONS(7170), 1, anon_sym_COMMA, - STATE(3742), 1, - aux_sym_type_parameters_repeat1, - [128811] = 4, + ACTIONS(7173), 1, + anon_sym_RBRACK, + STATE(4099), 1, + aux_sym_capture_list_repeat1, + [131512] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6716), 1, + ACTIONS(6742), 1, anon_sym_COMMA, - ACTIONS(7153), 1, + ACTIONS(7175), 1, anon_sym_RPAREN, - STATE(4072), 1, + STATE(4012), 1, aux_sym_parameter_list_repeat1, - [128824] = 4, + [131525] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7155), 1, - sym_identifier, - ACTIONS(7157), 1, - anon_sym_LBRACE, - STATE(2933), 1, - sym__content_block, - [128837] = 4, + ACTIONS(6494), 1, + anon_sym_COMMA, + ACTIONS(6496), 1, + anon_sym_GT, + STATE(4018), 1, + aux_sym_type_parameters_repeat1, + [131538] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6716), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - ACTIONS(7159), 1, - anon_sym_RPAREN, - STATE(4066), 1, - aux_sym_parameter_list_repeat1, - [128850] = 4, - ACTIONS(487), 1, + ACTIONS(6496), 1, + anon_sym_RBRACK, + STATE(3946), 1, + aux_sym_type_parameters_repeat1, + [131551] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(7161), 1, - aux_sym_raw_string_literal_token1, - ACTIONS(7163), 1, - sym___single_quote, - STATE(4003), 1, - aux_sym_raw_string_literal_repeat1, - [128863] = 4, + ACTIONS(7177), 3, + anon_sym_LBRACE, + anon_sym_LPAREN, + anon_sym_EQ, + [131560] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - ACTIONS(7165), 1, - anon_sym_RPAREN, - STATE(4073), 1, - aux_sym_type_parameter_list_repeat1, - [128876] = 4, - ACTIONS(487), 1, - sym_comment, - ACTIONS(7163), 1, - sym___double_quote, - ACTIONS(7167), 1, - aux_sym_raw_string_literal_token2, - STATE(4011), 1, - aux_sym_raw_string_literal_repeat2, - [128889] = 4, - ACTIONS(487), 1, + ACTIONS(7179), 1, + anon_sym_RBRACK, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [131573] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(6730), 1, - aux_sym_raw_string_literal_token2, - ACTIONS(7169), 1, - sym___double_quote, - STATE(3954), 1, - aux_sym_raw_string_literal_repeat2, - [128902] = 4, + ACTIONS(6494), 1, + anon_sym_COMMA, + ACTIONS(7179), 1, + anon_sym_GT, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [131586] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - ACTIONS(7171), 1, + ACTIONS(7181), 1, anon_sym_RBRACK, STATE(4039), 1, aux_sym_type_parameters_repeat1, - [128915] = 4, + [131599] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7173), 1, - sym_identifier, - ACTIONS(7175), 1, - anon_sym_LBRACE, - STATE(2377), 1, - sym__content_block, - [128928] = 4, + ACTIONS(6494), 1, + anon_sym_COMMA, + ACTIONS(7181), 1, + anon_sym_GT, + STATE(4036), 1, + aux_sym_type_parameters_repeat1, + [131612] = 4, ACTIONS(487), 1, sym_comment, - ACTIONS(6742), 1, + ACTIONS(7183), 1, aux_sym_raw_string_literal_token1, - ACTIONS(7169), 1, + ACTIONS(7185), 1, sym___single_quote, - STATE(3955), 1, + STATE(4049), 1, aux_sym_raw_string_literal_repeat1, - [128941] = 4, + [131625] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(7185), 1, + sym___double_quote, + ACTIONS(7187), 1, + aux_sym_raw_string_literal_token2, + STATE(4050), 1, + aux_sym_raw_string_literal_repeat2, + [131638] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, + STATE(2764), 1, + sym_type_initializer_body, + ACTIONS(7189), 2, + anon_sym_LBRACE, anon_sym_COMMA, - ACTIONS(7177), 1, - anon_sym_RPAREN, - STATE(3855), 1, - aux_sym_type_parameter_list_repeat1, - [128954] = 4, + [131649] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3305), 1, - anon_sym_SEMI, - ACTIONS(7179), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - STATE(4060), 1, - aux_sym_strictly_expression_list_repeat1, - [128967] = 4, + ACTIONS(7191), 1, + anon_sym_GT, + STATE(4130), 1, + aux_sym_type_parameters_repeat1, + [131662] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - ACTIONS(7182), 1, + ACTIONS(7191), 1, anon_sym_RBRACK, - STATE(4078), 1, + STATE(4129), 1, aux_sym_type_parameters_repeat1, - [128980] = 4, + [131675] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, + ACTIONS(7193), 1, anon_sym_COMMA, - ACTIONS(7184), 1, + ACTIONS(7195), 1, anon_sym_RPAREN, - STATE(4047), 1, - aux_sym_type_parameter_list_repeat1, - [128993] = 4, + STATE(4142), 1, + aux_sym_type_parameters_repeat1, + [131688] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7186), 1, - anon_sym_COMMA, - ACTIONS(7188), 1, - anon_sym_RPAREN, - STATE(4034), 1, - aux_sym_type_parameters_repeat1, - [129006] = 4, + ACTIONS(7197), 1, + sym_identifier, + ACTIONS(7199), 1, + anon_sym_LBRACE, + STATE(1928), 1, + sym__content_block, + [131701] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6716), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - ACTIONS(7190), 1, - anon_sym_RPAREN, - STATE(4051), 1, - aux_sym_parameter_list_repeat1, - [129019] = 4, + ACTIONS(7201), 1, + anon_sym_GT, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [131714] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3305), 1, - anon_sym_COLON_EQ, - ACTIONS(7192), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - STATE(4065), 1, - aux_sym_strictly_expression_list_repeat1, - [129032] = 4, + ACTIONS(7201), 1, + anon_sym_RBRACK, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [131727] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6816), 1, + aux_sym_raw_string_literal_token2, + ACTIONS(7203), 1, + sym___double_quote, + STATE(4091), 1, + aux_sym_raw_string_literal_repeat2, + [131740] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7195), 1, + ACTIONS(6742), 1, anon_sym_COMMA, - ACTIONS(7198), 1, + ACTIONS(7205), 1, anon_sym_RPAREN, - STATE(4066), 1, + STATE(4012), 1, aux_sym_parameter_list_repeat1, - [129045] = 4, + [131753] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6716), 1, + ACTIONS(6746), 1, anon_sym_COMMA, - ACTIONS(7200), 1, + ACTIONS(7207), 1, anon_sym_RPAREN, - STATE(4066), 1, - aux_sym_parameter_list_repeat1, - [129058] = 4, + STATE(4143), 1, + aux_sym_type_parameter_list_repeat1, + [131766] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6808), 1, + aux_sym_raw_string_literal_token1, + ACTIONS(7203), 1, + sym___single_quote, + STATE(4095), 1, + aux_sym_raw_string_literal_repeat1, + [131779] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - ACTIONS(7202), 1, - anon_sym_RPAREN, - STATE(3855), 1, - aux_sym_type_parameter_list_repeat1, - [129071] = 4, + ACTIONS(7209), 1, + anon_sym_RBRACK, + STATE(4116), 1, + aux_sym_type_parameters_repeat1, + [131792] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5475), 1, - anon_sym_RPAREN, - ACTIONS(7204), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - STATE(3742), 1, + ACTIONS(7209), 1, + anon_sym_GT, + STATE(4115), 1, aux_sym_type_parameters_repeat1, - [129084] = 4, + [131805] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, + ACTIONS(5483), 1, + anon_sym_RPAREN, + ACTIONS(7211), 1, anon_sym_COMMA, - ACTIONS(7206), 1, - anon_sym_RBRACK, - STATE(4085), 1, + STATE(3682), 1, aux_sym_type_parameters_repeat1, - [129097] = 4, + [131818] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, + ACTIONS(5471), 1, + anon_sym_RPAREN, + ACTIONS(7213), 1, anon_sym_COMMA, - ACTIONS(7208), 1, - anon_sym_RBRACK, - STATE(3742), 1, + STATE(3682), 1, aux_sym_type_parameters_repeat1, - [129110] = 4, + [131831] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6716), 1, + ACTIONS(6742), 1, anon_sym_COMMA, - ACTIONS(7210), 1, + ACTIONS(7215), 1, anon_sym_RPAREN, - STATE(4066), 1, + STATE(4152), 1, aux_sym_parameter_list_repeat1, - [129123] = 4, + [131844] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, + ACTIONS(7217), 1, anon_sym_COMMA, - ACTIONS(7212), 1, - anon_sym_RPAREN, - STATE(3855), 1, - aux_sym_type_parameter_list_repeat1, - [129136] = 4, + ACTIONS(7220), 1, + anon_sym_in, + STATE(4126), 1, + aux_sym_var_definition_list_repeat1, + [131857] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, + ACTIONS(6766), 1, + sym_identifier, + ACTIONS(7222), 1, + anon_sym_LPAREN, + STATE(1548), 1, + sym_const_definition, + [131870] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6494), 1, anon_sym_COMMA, - ACTIONS(7214), 1, + ACTIONS(6736), 1, anon_sym_RBRACK, - STATE(3742), 1, + STATE(3682), 1, aux_sym_type_parameters_repeat1, - [129149] = 4, + [131883] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5449), 1, - anon_sym_RPAREN, - ACTIONS(7216), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - STATE(3742), 1, + ACTIONS(7224), 1, + anon_sym_RBRACK, + STATE(3682), 1, aux_sym_type_parameters_repeat1, - [129162] = 4, + [131896] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6716), 1, + ACTIONS(6494), 1, + anon_sym_COMMA, + ACTIONS(7224), 1, + anon_sym_GT, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [131909] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6746), 1, + anon_sym_COMMA, + ACTIONS(7226), 1, + anon_sym_RPAREN, + STATE(4143), 1, + aux_sym_type_parameter_list_repeat1, + [131922] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6742), 1, anon_sym_COMMA, - ACTIONS(7218), 1, + ACTIONS(7228), 1, anon_sym_RPAREN, - STATE(4083), 1, + STATE(4012), 1, aux_sym_parameter_list_repeat1, - [129175] = 4, + [131935] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5289), 1, + ACTIONS(6746), 1, anon_sym_COMMA, - ACTIONS(5682), 1, - anon_sym_LBRACE, - STATE(4086), 1, - aux_sym_expression_without_blocks_list_repeat1, - [129188] = 4, + ACTIONS(7230), 1, + anon_sym_RPAREN, + STATE(4153), 1, + aux_sym_type_parameter_list_repeat1, + [131948] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, + ACTIONS(6664), 1, + anon_sym_DOT, + ACTIONS(6666), 1, + anon_sym_RBRACE, + ACTIONS(6670), 1, + aux_sym_format_specifier_token1, + [131961] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6494), 1, anon_sym_COMMA, - ACTIONS(7220), 1, + ACTIONS(7232), 1, anon_sym_RBRACK, - STATE(3742), 1, + STATE(4128), 1, aux_sym_type_parameters_repeat1, - [129201] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7222), 3, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LT2, - [129210] = 4, + [131974] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, + ACTIONS(6746), 1, anon_sym_COMMA, - ACTIONS(7224), 1, + ACTIONS(7234), 1, anon_sym_RPAREN, - STATE(4082), 1, + STATE(4143), 1, aux_sym_type_parameter_list_repeat1, - [129223] = 2, + [131987] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7226), 3, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LT2, - [129232] = 4, + ACTIONS(6494), 1, + anon_sym_COMMA, + ACTIONS(7232), 1, + anon_sym_GT, + STATE(3889), 1, + aux_sym_type_parameters_repeat1, + [132000] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, + ACTIONS(6746), 1, anon_sym_COMMA, - ACTIONS(7228), 1, + ACTIONS(7236), 1, anon_sym_RPAREN, - STATE(3855), 1, + STATE(4131), 1, aux_sym_type_parameter_list_repeat1, - [129245] = 4, + [132013] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6716), 1, + ACTIONS(6742), 1, anon_sym_COMMA, - ACTIONS(7230), 1, + ACTIONS(7238), 1, anon_sym_RPAREN, - STATE(4066), 1, + STATE(4012), 1, aux_sym_parameter_list_repeat1, - [129258] = 2, + [132026] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5914), 3, - anon_sym_RBRACE, - anon_sym_DOT_DOT_DOT, - sym_identifier, - [129267] = 4, + ACTIONS(6742), 1, + anon_sym_COMMA, + ACTIONS(7240), 1, + anon_sym_RPAREN, + STATE(4132), 1, + aux_sym_parameter_list_repeat1, + [132039] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, + ACTIONS(7242), 1, anon_sym_COMMA, - ACTIONS(7232), 1, - anon_sym_RBRACK, - STATE(3742), 1, + ACTIONS(7244), 1, + anon_sym_RPAREN, + STATE(4068), 1, aux_sym_type_parameters_repeat1, - [129280] = 4, + [132052] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4607), 1, - anon_sym_LBRACE, - ACTIONS(7234), 1, + ACTIONS(5439), 1, + anon_sym_RPAREN, + ACTIONS(7246), 1, anon_sym_COMMA, - STATE(4086), 1, - aux_sym_expression_without_blocks_list_repeat1, - [129293] = 4, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [132065] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7237), 1, - sym_identifier, - ACTIONS(7239), 1, - anon_sym_LBRACE, - STATE(2142), 1, - sym__content_block, - [129306] = 4, + ACTIONS(7248), 1, + anon_sym_COMMA, + ACTIONS(7251), 1, + anon_sym_RPAREN, + STATE(4143), 1, + aux_sym_type_parameter_list_repeat1, + [132078] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6434), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - ACTIONS(7241), 1, - anon_sym_RBRACK, - STATE(4071), 1, + ACTIONS(7253), 1, + anon_sym_GT, + STATE(4159), 1, aux_sym_type_parameters_repeat1, - [129319] = 4, + [132091] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4314), 1, - sym_identifier, - ACTIONS(7243), 1, - anon_sym_static, - ACTIONS(7245), 1, - anon_sym_volatile, - [129332] = 2, + ACTIONS(6494), 1, + anon_sym_COMMA, + ACTIONS(7253), 1, + anon_sym_RBRACK, + STATE(4038), 1, + aux_sym_type_parameters_repeat1, + [132104] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7247), 3, + ACTIONS(7255), 1, + sym_identifier, + ACTIONS(7257), 1, anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_EQ, - [129341] = 4, + STATE(1848), 1, + sym__content_block, + [132117] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3789), 1, + ACTIONS(7259), 1, + sym_identifier, + ACTIONS(7261), 1, anon_sym_LBRACE, - ACTIONS(4977), 1, - anon_sym_COMMA, - STATE(3932), 1, - aux_sym_strictly_expression_list_repeat1, - [129354] = 4, + STATE(2047), 1, + sym__content_block, + [132130] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7249), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - ACTIONS(7251), 1, - anon_sym_RPAREN, - STATE(4075), 1, + ACTIONS(7263), 1, + anon_sym_GT, + STATE(3682), 1, aux_sym_type_parameters_repeat1, - [129367] = 2, + [132143] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7034), 2, - anon_sym_SEMI, + ACTIONS(6494), 1, + anon_sym_COMMA, + ACTIONS(7263), 1, anon_sym_RBRACK, - [129375] = 3, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [132156] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6798), 1, - anon_sym_LBRACE, - STATE(2393), 1, - sym__struct_body, - [129385] = 3, + ACTIONS(6746), 1, + anon_sym_COMMA, + ACTIONS(7265), 1, + anon_sym_RPAREN, + STATE(4143), 1, + aux_sym_type_parameter_list_repeat1, + [132169] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4817), 1, - anon_sym_LBRACE, - STATE(880), 1, - sym_block, - [129395] = 3, + ACTIONS(6742), 1, + anon_sym_COMMA, + ACTIONS(7267), 1, + anon_sym_RPAREN, + STATE(4012), 1, + aux_sym_parameter_list_repeat1, + [132182] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4817), 1, - anon_sym_LBRACE, - STATE(918), 1, - sym_block, - [129405] = 3, + ACTIONS(6742), 1, + anon_sym_COMMA, + ACTIONS(7269), 1, + anon_sym_RPAREN, + STATE(4012), 1, + aux_sym_parameter_list_repeat1, + [132195] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4697), 1, - sym_identifier, - ACTIONS(7253), 1, - anon_sym_volatile, - [129415] = 2, + ACTIONS(6746), 1, + anon_sym_COMMA, + ACTIONS(7271), 1, + anon_sym_RPAREN, + STATE(4143), 1, + aux_sym_type_parameter_list_repeat1, + [132208] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7255), 2, + ACTIONS(6494), 1, anon_sym_COMMA, + ACTIONS(7273), 1, anon_sym_RBRACK, - [129423] = 3, + STATE(4149), 1, + aux_sym_type_parameters_repeat1, + [132221] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4865), 1, - anon_sym_LBRACE, - STATE(2141), 1, - sym_block, - [129433] = 3, + ACTIONS(6494), 1, + anon_sym_COMMA, + ACTIONS(7273), 1, + anon_sym_GT, + STATE(4148), 1, + aux_sym_type_parameters_repeat1, + [132234] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7084), 1, - anon_sym_LBRACE, - STATE(2824), 1, - sym_type_initializer_body, - [129443] = 3, + ACTIONS(6746), 1, + anon_sym_COMMA, + ACTIONS(7275), 1, + anon_sym_RPAREN, + STATE(4150), 1, + aux_sym_type_parameter_list_repeat1, + [132247] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4851), 1, - anon_sym_LBRACE, - STATE(1249), 1, - sym_block, - [129453] = 2, + ACTIONS(6742), 1, + anon_sym_COMMA, + ACTIONS(7277), 1, + anon_sym_RPAREN, + STATE(4151), 1, + aux_sym_parameter_list_repeat1, + [132260] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7257), 2, - anon_sym_COMMA, + ACTIONS(5477), 1, anon_sym_RPAREN, - [129461] = 3, + ACTIONS(7279), 1, + anon_sym_COMMA, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [132273] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(7259), 1, + ACTIONS(6494), 1, anon_sym_COMMA, - ACTIONS(7261), 1, - anon_sym_RPAREN, - [129471] = 3, + ACTIONS(7057), 1, + anon_sym_GT, + STATE(3682), 1, + aux_sym_type_parameters_repeat1, + [132286] = 4, + ACTIONS(487), 1, + sym_comment, + ACTIONS(6740), 1, + sym___double_quote, + ACTIONS(7281), 1, + aux_sym_raw_string_literal_token2, + STATE(3986), 1, + aux_sym_raw_string_literal_repeat2, + [132299] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7263), 1, + ACTIONS(4843), 1, anon_sym_LBRACE, - STATE(2192), 1, - sym__struct_body, - [129481] = 3, + STATE(1375), 1, + sym_block, + [132309] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4935), 1, + ACTIONS(7283), 1, anon_sym_RBRACE, - STATE(3776), 1, - sym___rcbr, - [129491] = 3, + ACTIONS(7285), 1, + aux_sym_format_specifier_token1, + [132319] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4865), 1, + ACTIONS(7261), 1, anon_sym_LBRACE, - STATE(1869), 1, - sym_block, - [129501] = 3, + STATE(2022), 1, + sym__content_block, + [132329] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4851), 1, + ACTIONS(4853), 1, anon_sym_LBRACE, - STATE(1252), 1, + STATE(1846), 1, sym_block, - [129511] = 3, + [132339] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4847), 1, + ACTIONS(7287), 1, + sym_identifier, + STATE(1900), 1, + sym_type_reference_expression, + [132349] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4869), 1, anon_sym_LBRACE, - STATE(2472), 1, + STATE(2330), 1, sym_block, - [129521] = 3, + [132359] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4865), 1, + ACTIONS(4883), 1, anon_sym_LBRACE, - STATE(1938), 1, + STATE(2024), 1, sym_block, - [129531] = 2, + [132369] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7265), 2, + ACTIONS(7289), 1, anon_sym_COMMA, + ACTIONS(7291), 1, anon_sym_RPAREN, - [129539] = 3, + [132379] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7239), 1, + ACTIONS(3033), 1, anon_sym_LBRACE, - STATE(2036), 1, - sym__content_block, - [129549] = 3, + STATE(2587), 1, + sym_type_initializer_body, + [132389] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6668), 1, - sym_identifier, - STATE(2347), 1, - sym_reference_expression, - [129559] = 3, + ACTIONS(4883), 1, + anon_sym_LBRACE, + STATE(1914), 1, + sym_block, + [132399] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7267), 1, + ACTIONS(6536), 1, sym_identifier, - STATE(2277), 1, - sym_type_reference_expression, - [129569] = 3, + STATE(702), 1, + sym_reference_expression, + [132409] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4871), 1, + ACTIONS(3921), 2, + anon_sym_SEMI, anon_sym_LBRACE, - STATE(2800), 1, - sym_block, - [129579] = 3, + [132417] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4851), 1, + ACTIONS(7293), 1, anon_sym_LBRACE, - STATE(1266), 1, - sym_block, - [129589] = 3, + STATE(3689), 1, + sym__struct_body, + [132427] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4468), 1, + ACTIONS(7295), 1, anon_sym_LBRACE, - STATE(1696), 1, - sym_block, - [129599] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6723), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [129607] = 3, + STATE(2587), 1, + sym_type_initializer_body, + [132437] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4871), 1, + ACTIONS(7297), 1, anon_sym_LBRACE, - STATE(2825), 1, - sym_block, - [129617] = 3, + STATE(3689), 1, + sym__struct_body, + [132447] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7269), 1, - anon_sym_COMMA, - ACTIONS(7271), 1, - anon_sym_RPAREN, - [129627] = 3, + ACTIONS(7299), 1, + anon_sym_LBRACE, + STATE(3689), 1, + sym__struct_body, + [132457] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2933), 1, + ACTIONS(6490), 1, anon_sym_LBRACE, - STATE(944), 1, - sym_type_initializer_body, - [129637] = 3, + STATE(1555), 1, + sym__struct_body, + [132467] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7273), 1, - anon_sym_LPAREN, - STATE(2350), 1, - sym_special_argument_list, - [129647] = 3, + ACTIONS(7301), 1, + anon_sym_LBRACE, + STATE(1388), 1, + sym__struct_body, + [132477] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7275), 1, + ACTIONS(6645), 2, + anon_sym_RPAREN, sym_identifier, - STATE(2064), 1, - sym_type_reference_expression, - [129657] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7277), 1, - anon_sym_LPAREN, - STATE(1238), 1, - sym_argument_list, - [129667] = 3, + [132485] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4851), 1, - anon_sym_LBRACE, - STATE(1234), 1, - sym_block, - [129677] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7279), 2, + ACTIONS(7303), 1, anon_sym_COMMA, + ACTIONS(7305), 1, anon_sym_RPAREN, - [129685] = 3, + [132495] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4877), 1, + ACTIONS(7307), 1, anon_sym_LBRACE, - STATE(2405), 1, - sym_block, - [129695] = 3, + STATE(3689), 1, + sym__struct_body, + [132505] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6604), 1, + ACTIONS(6510), 1, sym_identifier, - STATE(2041), 1, + STATE(1723), 1, sym_reference_expression, - [129705] = 3, + [132515] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7281), 1, + ACTIONS(7309), 1, anon_sym_LBRACE, - STATE(2393), 1, + STATE(1860), 1, sym__struct_body, - [129715] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7198), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [129723] = 3, + [132525] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4468), 1, + ACTIONS(4873), 1, anon_sym_LBRACE, - STATE(1737), 1, + STATE(1108), 1, sym_block, - [129733] = 2, + [132535] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7283), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [129741] = 2, + ACTIONS(7311), 1, + anon_sym_LBRACE, + STATE(3689), 1, + sym__struct_body, + [132545] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1764), 2, + ACTIONS(4290), 2, anon_sym_SEMI, anon_sym_LBRACE, - [129749] = 3, + [132553] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7285), 1, - anon_sym_LPAREN, - STATE(2054), 1, - sym_special_argument_list, - [129759] = 3, + ACTIONS(7313), 1, + anon_sym_LBRACE, + STATE(3689), 1, + sym__struct_body, + [132563] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4468), 1, - anon_sym_LBRACE, - STATE(1747), 1, - sym_block, - [129769] = 3, + ACTIONS(7315), 1, + anon_sym_LPAREN, + STATE(942), 1, + sym_special_argument_list, + [132573] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7103), 1, - anon_sym_LBRACE, - STATE(1166), 1, - sym__content_block, - [129779] = 3, + ACTIONS(6658), 2, + anon_sym_RPAREN, + sym_identifier, + [132581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4867), 1, + ACTIONS(4853), 1, anon_sym_LBRACE, - STATE(2932), 1, + STATE(1881), 1, sym_block, - [129789] = 3, + [132591] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7287), 1, - anon_sym_COMMA, - ACTIONS(7289), 1, - anon_sym_RPAREN, - [129799] = 3, + ACTIONS(4879), 1, + anon_sym_LBRACE, + STATE(898), 1, + sym_block, + [132601] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2987), 1, + ACTIONS(7317), 2, anon_sym_COMMA, - ACTIONS(7291), 1, anon_sym_RPAREN, - [129809] = 3, + [132609] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4851), 1, + ACTIONS(7319), 1, anon_sym_LBRACE, - STATE(1225), 1, - sym_block, - [129819] = 3, + STATE(3689), 1, + sym__struct_body, + [132619] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7293), 1, + ACTIONS(7321), 1, anon_sym_LBRACE, - STATE(2393), 1, + STATE(3689), 1, sym__struct_body, - [129829] = 3, + [132629] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7295), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - STATE(1346), 1, - sym_type_initializer_body, - [129839] = 3, + STATE(1733), 1, + sym_block, + [132639] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7297), 1, - sym_identifier, - STATE(1418), 1, - sym_type_reference_expression, - [129849] = 3, + ACTIONS(7323), 1, + anon_sym_LBRACE, + STATE(3689), 1, + sym__struct_body, + [132649] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4871), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - STATE(2801), 1, + STATE(3743), 1, sym_block, - [129859] = 3, + [132659] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7299), 1, + ACTIONS(7325), 1, anon_sym_LBRACE, - STATE(2161), 1, - sym_block, - [129869] = 3, + STATE(3689), 1, + sym__struct_body, + [132669] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4851), 1, + ACTIONS(4428), 1, anon_sym_LBRACE, - STATE(1150), 1, + STATE(1496), 1, sym_block, - [129879] = 3, + [132679] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7301), 1, - anon_sym_LBRACE, - STATE(890), 1, - sym__struct_body, - [129889] = 3, + ACTIONS(7327), 1, + sym_identifier, + STATE(1523), 1, + sym_label_reference, + [132689] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7303), 1, + ACTIONS(7099), 1, anon_sym_LBRACE, - STATE(2926), 1, + STATE(2764), 1, sym_type_initializer_body, - [129899] = 3, + [132699] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2913), 1, + ACTIONS(4847), 1, anon_sym_LBRACE, - STATE(1200), 1, - sym_type_initializer_body, - [129909] = 3, + STATE(1213), 1, + sym_block, + [132709] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7305), 1, - sym_identifier, - STATE(1818), 1, - sym_type_reference_expression, - [129919] = 3, + ACTIONS(6778), 1, + anon_sym_LBRACE, + STATE(3689), 1, + sym__struct_body, + [132719] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2987), 1, - anon_sym_COMMA, - ACTIONS(7307), 1, - anon_sym_RPAREN, - [129929] = 2, + ACTIONS(4883), 1, + anon_sym_LBRACE, + STATE(2046), 1, + sym_block, + [132729] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7309), 2, + ACTIONS(7329), 2, anon_sym_COMMA, anon_sym_RPAREN, - [129937] = 3, + [132737] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7311), 1, + ACTIONS(4853), 1, anon_sym_LBRACE, - STATE(1200), 1, - sym_type_initializer_body, - [129947] = 2, + STATE(1868), 1, + sym_block, + [132747] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7313), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [129955] = 3, + ACTIONS(7331), 1, + sym_identifier, + STATE(3740), 1, + sym_label_reference, + [132757] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7315), 1, + ACTIONS(3025), 1, anon_sym_LBRACE, - STATE(2132), 1, - sym__struct_body, - [129965] = 3, + STATE(1888), 1, + sym_type_initializer_body, + [132767] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2933), 1, + ACTIONS(4847), 1, anon_sym_LBRACE, - STATE(1200), 1, - sym_type_initializer_body, - [129975] = 3, + STATE(1203), 1, + sym_block, + [132777] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7317), 1, + ACTIONS(4853), 1, anon_sym_LBRACE, - STATE(944), 1, - sym_type_initializer_body, - [129985] = 3, + STATE(1828), 1, + sym_block, + [132787] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4851), 1, + ACTIONS(7333), 1, anon_sym_LBRACE, - STATE(1206), 1, - sym_block, - [129995] = 3, + STATE(1759), 1, + sym_type_initializer_body, + [132797] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4883), 1, - anon_sym_LPAREN, - STATE(2791), 1, - sym_argument_list, - [130005] = 3, + ACTIONS(4472), 1, + anon_sym_LBRACE, + STATE(1753), 1, + sym_block, + [132807] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7319), 1, + ACTIONS(7335), 1, anon_sym_LBRACE, - STATE(2729), 1, + STATE(2195), 1, sym__struct_body, - [130015] = 2, + [132817] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6546), 2, - anon_sym_RPAREN, - sym_identifier, - [130023] = 3, + ACTIONS(4869), 1, + anon_sym_LBRACE, + STATE(2580), 1, + sym_block, + [132827] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4877), 1, + ACTIONS(3025), 1, anon_sym_LBRACE, - STATE(2298), 1, - sym_block, - [130033] = 2, + STATE(1759), 1, + sym_type_initializer_body, + [132837] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7093), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [130041] = 3, + ACTIONS(6490), 1, + anon_sym_LBRACE, + STATE(1437), 1, + sym__struct_body, + [132847] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4877), 1, + ACTIONS(7333), 1, anon_sym_LBRACE, - STATE(2423), 1, - sym_block, - [130051] = 3, + STATE(1759), 1, + sym_type_initializer_body, + [132857] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7321), 1, + ACTIONS(7337), 1, sym_identifier, - STATE(2760), 1, + STATE(2279), 1, sym_type_reference_expression, - [130061] = 3, + [132867] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7311), 1, + ACTIONS(7339), 1, anon_sym_LBRACE, - STATE(1200), 1, + STATE(610), 1, sym_type_initializer_body, - [130071] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7323), 1, - anon_sym_LPAREN, - STATE(1742), 1, - sym_argument_list, - [130081] = 3, + [132877] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4468), 1, - anon_sym_LBRACE, - STATE(1746), 1, - sym_block, - [130091] = 3, + ACTIONS(7341), 1, + anon_sym_COMMA, + ACTIONS(7343), 1, + anon_sym_RPAREN, + [132887] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4871), 1, - anon_sym_LBRACE, - STATE(2787), 1, - sym_block, - [130101] = 3, + ACTIONS(7345), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [132895] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4865), 1, - anon_sym_LBRACE, - STATE(2092), 1, - sym_block, - [130111] = 3, + ACTIONS(2817), 1, + anon_sym_COMMA, + ACTIONS(7347), 1, + anon_sym_RPAREN, + [132905] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2933), 1, - anon_sym_LBRACE, - STATE(1994), 1, - sym_type_initializer_body, - [130121] = 3, + ACTIONS(6592), 1, + sym_identifier, + STATE(2028), 1, + sym_reference_expression, + [132915] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7325), 1, - anon_sym_LBRACE, - STATE(2562), 1, - sym__struct_body, - [130131] = 3, + ACTIONS(7173), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [132923] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7327), 1, + ACTIONS(3033), 1, anon_sym_LBRACE, - STATE(1994), 1, + STATE(1759), 1, sym_type_initializer_body, - [130141] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7175), 1, - anon_sym_LBRACE, - STATE(2422), 1, - sym__content_block, - [130151] = 3, + [132933] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2913), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - STATE(1994), 1, - sym_type_initializer_body, - [130161] = 3, + STATE(1631), 1, + sym_block, + [132943] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4851), 1, + ACTIONS(4869), 1, anon_sym_LBRACE, - STATE(1182), 1, + STATE(2537), 1, sym_block, - [130171] = 3, + [132953] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7048), 1, + ACTIONS(7349), 1, anon_sym_LBRACE, - STATE(2686), 1, - sym__content_block, - [130181] = 3, + STATE(2493), 1, + sym__struct_body, + [132963] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4867), 1, + ACTIONS(4873), 1, anon_sym_LBRACE, - STATE(2732), 1, + STATE(1066), 1, sym_block, - [130191] = 3, + [132973] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4871), 1, + ACTIONS(4873), 1, anon_sym_LBRACE, - STATE(2684), 1, + STATE(1065), 1, sym_block, - [130201] = 3, + [132983] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4867), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - STATE(2922), 1, + STATE(1747), 1, sym_block, - [130211] = 3, + [132993] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7157), 1, + ACTIONS(4709), 1, + sym_identifier, + ACTIONS(7351), 1, + anon_sym_volatile, + [133003] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4869), 1, anon_sym_LBRACE, - STATE(2918), 1, - sym__content_block, - [130221] = 3, + STATE(2538), 1, + sym_block, + [133013] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7329), 1, + ACTIONS(7353), 1, anon_sym_LPAREN, - STATE(1180), 1, + STATE(2032), 1, sym_special_argument_list, - [130231] = 2, + [133023] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6577), 2, - anon_sym_RPAREN, - sym_identifier, - [130239] = 2, + ACTIONS(7220), 2, + anon_sym_COMMA, + anon_sym_in, + [133031] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6582), 2, - anon_sym_RBRACE, - sym_identifier, - [130247] = 2, + ACTIONS(6790), 1, + anon_sym_LBRACE, + STATE(1746), 1, + sym__content_block, + [133041] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7331), 2, - anon_sym_SEMI, - anon_sym_RBRACK, - [130255] = 3, + ACTIONS(7355), 1, + anon_sym_LPAREN, + STATE(1798), 1, + sym_special_argument_list, + [133051] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6708), 1, - sym_identifier, - STATE(1177), 1, - sym_reference_expression, - [130265] = 3, + ACTIONS(4472), 1, + anon_sym_LBRACE, + STATE(3788), 1, + sym_block, + [133061] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4871), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - STATE(2611), 1, + STATE(3791), 1, sym_block, - [130275] = 3, + [133071] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6887), 1, - anon_sym_LBRACE, - STATE(3765), 1, - sym__content_block, - [130285] = 3, + ACTIONS(7357), 1, + anon_sym_COMMA, + ACTIONS(7359), 1, + anon_sym_RPAREN, + [133081] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2913), 1, + ACTIONS(6790), 1, anon_sym_LBRACE, - STATE(944), 1, - sym_type_initializer_body, - [130295] = 3, + STATE(3875), 1, + sym__content_block, + [133091] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7333), 1, + ACTIONS(7361), 1, anon_sym_LBRACE, - STATE(1883), 1, - sym__struct_body, - [130305] = 3, + STATE(2264), 1, + sym_block, + [133101] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7335), 1, - anon_sym_LBRACE, - STATE(2393), 1, - sym__struct_body, - [130315] = 3, + ACTIONS(7363), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [133109] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4865), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - STATE(2123), 1, + STATE(1730), 1, sym_block, - [130325] = 3, + [133119] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4476), 1, + ACTIONS(7365), 1, anon_sym_LPAREN, - STATE(2128), 1, + STATE(1727), 1, sym_argument_list, - [130335] = 3, + [133129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4817), 1, - anon_sym_LBRACE, - STATE(391), 1, - sym_block, - [130345] = 3, + ACTIONS(7367), 1, + sym_identifier, + STATE(1744), 1, + sym_type_reference_expression, + [133139] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4847), 1, + ACTIONS(4939), 1, + anon_sym_RBRACE, + STATE(3850), 1, + sym___rcbr, + [133149] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7369), 1, anon_sym_LBRACE, - STATE(2579), 1, - sym_block, - [130355] = 3, + STATE(2782), 1, + sym__struct_body, + [133159] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7337), 1, + ACTIONS(7371), 1, sym_identifier, - STATE(2497), 1, + STATE(1416), 1, sym_type_reference_expression, - [130365] = 2, + [133169] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7339), 2, + ACTIONS(1678), 2, anon_sym_SEMI, - anon_sym_RBRACK, - [130373] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4468), 1, - anon_sym_LBRACE, - STATE(3751), 1, - sym_block, - [130383] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4877), 1, anon_sym_LBRACE, - STATE(2414), 1, - sym_block, - [130393] = 3, + [133177] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4677), 1, + ACTIONS(7373), 1, anon_sym_LPAREN, - STATE(2330), 1, + STATE(1062), 1, sym_argument_list, - [130403] = 3, + [133187] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7341), 1, + ACTIONS(6618), 1, sym_identifier, - STATE(3407), 1, - sym_type_reference_expression, - [130413] = 3, + STATE(2219), 1, + sym_reference_expression, + [133197] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7327), 1, - anon_sym_LBRACE, - STATE(1994), 1, - sym_type_initializer_body, - [130423] = 3, + ACTIONS(7375), 1, + sym_identifier, + STATE(2803), 1, + sym_type_reference_expression, + [133207] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4865), 1, + ACTIONS(4873), 1, anon_sym_LBRACE, - STATE(2135), 1, + STATE(1045), 1, sym_block, - [130433] = 3, + [133217] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4865), 1, + ACTIONS(7377), 1, anon_sym_LBRACE, - STATE(2136), 1, - sym_block, - [130443] = 3, + STATE(3689), 1, + sym__struct_body, + [133227] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4817), 1, + ACTIONS(6514), 1, + sym_identifier, + STATE(1853), 1, + sym_reference_expression, + [133237] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7379), 1, + anon_sym_LPAREN, + STATE(1235), 1, + sym_argument_list, + [133247] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7381), 1, anon_sym_LBRACE, - STATE(900), 1, - sym_block, - [130453] = 3, + STATE(1888), 1, + sym_type_initializer_body, + [133257] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4468), 1, + ACTIONS(7383), 1, + sym_identifier, + STATE(1023), 1, + sym_type_reference_expression, + [133267] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4867), 1, anon_sym_LBRACE, - STATE(3731), 1, + STATE(2709), 1, sym_block, - [130463] = 3, + [133277] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6887), 1, + ACTIONS(7295), 1, anon_sym_LBRACE, - STATE(1757), 1, - sym__content_block, - [130473] = 3, + STATE(2587), 1, + sym_type_initializer_body, + [133287] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4877), 1, + ACTIONS(4843), 1, anon_sym_LBRACE, - STATE(2394), 1, + STATE(1328), 1, sym_block, - [130483] = 3, + [133297] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7343), 1, - anon_sym_COMMA, - ACTIONS(7345), 1, - anon_sym_RPAREN, - [130493] = 3, + ACTIONS(4472), 1, + anon_sym_LBRACE, + STATE(1722), 1, + sym_block, + [133307] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6863), 1, + ACTIONS(7136), 1, anon_sym_LBRACE, - STATE(902), 1, + STATE(1030), 1, sym__content_block, - [130503] = 3, + [133317] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4877), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - STATE(2392), 1, + STATE(1717), 1, sym_block, - [130513] = 3, + [133327] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7347), 1, + ACTIONS(7385), 1, anon_sym_COMMA, - ACTIONS(7349), 1, + ACTIONS(7387), 1, anon_sym_RPAREN, - [130523] = 3, + [133337] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4847), 1, + ACTIONS(7361), 1, anon_sym_LBRACE, - STATE(2509), 1, + STATE(2235), 1, sym_block, - [130533] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4591), 2, - anon_sym_COMMA, - anon_sym_in, - [130541] = 3, + [133347] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4847), 1, + ACTIONS(4873), 1, anon_sym_LBRACE, - STATE(2508), 1, + STATE(1028), 1, sym_block, - [130551] = 3, + [133357] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4871), 1, + ACTIONS(4847), 1, anon_sym_LBRACE, - STATE(2772), 1, + STATE(1208), 1, sym_block, - [130561] = 3, + [133367] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4468), 1, + ACTIONS(4869), 1, anon_sym_LBRACE, - STATE(1758), 1, + STATE(2557), 1, sym_block, - [130571] = 3, + [133377] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7351), 1, + ACTIONS(7389), 1, anon_sym_LPAREN, - STATE(2682), 1, + STATE(2253), 1, sym_special_argument_list, - [130581] = 2, + [133387] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7353), 2, + ACTIONS(7391), 2, anon_sym_SEMI, anon_sym_RBRACK, - [130589] = 3, + [133395] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7355), 1, + ACTIONS(6678), 1, + sym_identifier, + STATE(3780), 1, + sym_generic_parameter, + [133405] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7393), 2, anon_sym_COMMA, - ACTIONS(7357), 1, anon_sym_RPAREN, - [130599] = 3, + [133413] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7317), 1, + ACTIONS(3033), 1, anon_sym_LBRACE, - STATE(944), 1, + STATE(1888), 1, sym_type_initializer_body, - [130609] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7359), 1, - sym_identifier, - STATE(1104), 1, - sym_type_reference_expression, - [130619] = 3, + [133423] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7361), 1, - anon_sym_LPAREN, - STATE(2568), 1, - sym_argument_list, - [130629] = 3, + ACTIONS(4865), 1, + anon_sym_LBRACE, + STATE(2277), 1, + sym_block, + [133433] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4877), 1, + ACTIONS(4853), 1, anon_sym_LBRACE, - STATE(2356), 1, + STATE(1847), 1, sym_block, - [130639] = 3, + [133443] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4468), 1, + ACTIONS(4873), 1, anon_sym_LBRACE, - STATE(1630), 1, + STATE(990), 1, sym_block, - [130649] = 3, + [133453] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2913), 1, + ACTIONS(3033), 1, anon_sym_LBRACE, - STATE(1717), 1, + STATE(1013), 1, sym_type_initializer_body, - [130659] = 3, + [133463] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4875), 1, + ACTIONS(4472), 1, anon_sym_LBRACE, - STATE(2266), 1, + STATE(1695), 1, sym_block, - [130669] = 3, + [133473] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6690), 1, - sym_identifier, - STATE(2670), 1, - sym_reference_expression, - [130679] = 3, + ACTIONS(7395), 1, + anon_sym_LBRACE, + STATE(1013), 1, + sym_type_initializer_body, + [133483] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4424), 1, + ACTIONS(7397), 1, anon_sym_LBRACE, - STATE(1531), 1, - sym_block, - [130689] = 3, + STATE(2344), 1, + sym__struct_body, + [133493] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6960), 1, + ACTIONS(4879), 1, anon_sym_LBRACE, - STATE(2482), 1, - sym__content_block, - [130699] = 2, + STATE(648), 1, + sym_block, + [133503] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6995), 2, - anon_sym_COMMA, - anon_sym_COLON_EQ, - [130707] = 3, + ACTIONS(7399), 1, + anon_sym_LPAREN, + STATE(1725), 1, + sym_special_argument_list, + [133513] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4424), 1, + ACTIONS(6968), 1, anon_sym_LBRACE, - STATE(1529), 1, - sym_block, - [130717] = 3, + STATE(1182), 1, + sym__content_block, + [133523] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4847), 1, - anon_sym_LBRACE, - STATE(2483), 1, - sym_block, - [130727] = 3, + ACTIONS(7401), 1, + anon_sym_COMMA, + ACTIONS(7403), 1, + anon_sym_RPAREN, + [133533] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7363), 1, + ACTIONS(7405), 1, anon_sym_LBRACE, - STATE(1717), 1, + STATE(2122), 1, sym_type_initializer_body, - [130737] = 3, + [133543] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7365), 1, + ACTIONS(3025), 1, anon_sym_LBRACE, - STATE(1523), 1, - sym__content_block, - [130747] = 3, + STATE(1013), 1, + sym_type_initializer_body, + [133553] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4847), 1, anon_sym_LBRACE, - STATE(2335), 1, + STATE(1263), 1, sym_block, - [130757] = 3, + [133563] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6442), 1, + ACTIONS(4873), 1, anon_sym_LBRACE, - STATE(1433), 1, - sym__struct_body, - [130767] = 3, + STATE(1025), 1, + sym_block, + [133573] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2913), 1, + ACTIONS(3025), 1, anon_sym_LBRACE, - STATE(2518), 1, + STATE(610), 1, sym_type_initializer_body, - [130777] = 3, + [133583] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2933), 1, + ACTIONS(4869), 1, anon_sym_LBRACE, - STATE(1717), 1, - sym_type_initializer_body, - [130787] = 3, + STATE(2476), 1, + sym_block, + [133593] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7367), 1, - anon_sym_LBRACE, - STATE(2518), 1, - sym_type_initializer_body, - [130797] = 3, + ACTIONS(7407), 1, + anon_sym_LPAREN, + STATE(2485), 1, + sym_special_argument_list, + [133603] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7369), 1, + ACTIONS(6716), 1, sym_identifier, - STATE(3943), 1, + STATE(2830), 1, sym_reference_expression, - [130807] = 3, + [133613] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7371), 1, + ACTIONS(4847), 1, anon_sym_LBRACE, - STATE(1065), 1, - sym__struct_body, - [130817] = 3, + STATE(1186), 1, + sym_block, + [133623] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2933), 1, + ACTIONS(7395), 1, anon_sym_LBRACE, - STATE(2518), 1, + STATE(1013), 1, sym_type_initializer_body, - [130827] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4847), 1, - anon_sym_LBRACE, - STATE(2505), 1, - sym_block, - [130837] = 3, + [133633] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4468), 1, + ACTIONS(6574), 1, anon_sym_LBRACE, - STATE(1689), 1, - sym_block, - [130847] = 3, + STATE(1502), 1, + sym__enum_body, + [133643] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4865), 1, + ACTIONS(4867), 1, anon_sym_LBRACE, - STATE(2025), 1, + STATE(2670), 1, sym_block, - [130857] = 3, + [133653] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4875), 1, + ACTIONS(4867), 1, anon_sym_LBRACE, - STATE(2284), 1, + STATE(2671), 1, sym_block, - [130867] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3659), 2, - anon_sym_SEMI, - anon_sym_RBRACK, - [130875] = 3, + [133663] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7367), 1, + ACTIONS(7409), 1, anon_sym_LBRACE, - STATE(2518), 1, + STATE(2257), 1, sym_type_initializer_body, - [130885] = 3, + [133673] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7363), 1, + ACTIONS(7411), 1, anon_sym_LBRACE, - STATE(1717), 1, - sym_type_initializer_body, - [130895] = 3, + STATE(3689), 1, + sym__struct_body, + [133683] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6525), 1, - sym_identifier, - STATE(3827), 1, - sym_generic_parameter, - [130905] = 3, + ACTIONS(4887), 1, + anon_sym_RBRACE, + STATE(3846), 1, + sym___rcbr, + [133693] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6428), 1, + ACTIONS(7413), 1, anon_sym_LBRACE, - STATE(1496), 1, - sym__interface_body, - [130915] = 3, + STATE(3689), 1, + sym__struct_body, + [133703] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6624), 1, + ACTIONS(7415), 1, sym_identifier, - STATE(1305), 1, - sym_reference_expression, - [130925] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6513), 1, - anon_sym_LBRACE, - STATE(1534), 1, - sym__enum_body, - [130935] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4847), 1, - anon_sym_LBRACE, - STATE(2541), 1, - sym_block, - [130945] = 3, + STATE(1932), 1, + sym_type_reference_expression, + [133713] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7373), 1, + ACTIONS(4893), 1, anon_sym_LPAREN, - STATE(1318), 1, - sym_special_argument_list, - [130955] = 3, + STATE(2685), 1, + sym_argument_list, + [133723] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4841), 1, + ACTIONS(4871), 1, anon_sym_LBRACE, - STATE(1070), 1, + STATE(2037), 1, sym_block, - [130965] = 3, + [133733] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7375), 1, + ACTIONS(6492), 1, anon_sym_LBRACE, - STATE(2393), 1, - sym__struct_body, - [130975] = 3, + STATE(1501), 1, + sym__interface_body, + [133743] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7377), 1, + ACTIONS(7417), 1, sym_identifier, - STATE(1558), 1, - sym_label_reference, - [130985] = 3, + STATE(2541), 1, + sym_type_reference_expression, + [133753] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7299), 1, + ACTIONS(4871), 1, anon_sym_LBRACE, - STATE(2164), 1, + STATE(2051), 1, sym_block, - [130995] = 3, + [133763] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7379), 1, + ACTIONS(3025), 1, anon_sym_LBRACE, - STATE(2393), 1, - sym__struct_body, - [131005] = 3, + STATE(2122), 1, + sym_type_initializer_body, + [133773] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7381), 1, - anon_sym_LPAREN, - STATE(2548), 1, - sym_special_argument_list, - [131015] = 3, + ACTIONS(6879), 2, + anon_sym_SEMI, + anon_sym_RBRACK, + [133781] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6442), 1, - anon_sym_LBRACE, - STATE(1579), 1, - sym__struct_body, - [131025] = 3, + ACTIONS(6725), 2, + anon_sym_RBRACE, + sym_identifier, + [133789] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7383), 1, + ACTIONS(7419), 2, anon_sym_COMMA, - ACTIONS(7385), 1, - anon_sym_RPAREN, - [131035] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6638), 1, - sym_identifier, - STATE(2566), 1, - sym_reference_expression, - [131045] = 3, + anon_sym_in, + [133797] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6592), 1, - sym_identifier, - STATE(1824), 1, - sym_reference_expression, - [131055] = 3, + ACTIONS(7421), 1, + anon_sym_LPAREN, + STATE(1056), 1, + sym_special_argument_list, + [133807] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6428), 1, - anon_sym_LBRACE, - STATE(1504), 1, - sym__interface_body, - [131065] = 3, + ACTIONS(7423), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [133815] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4424), 1, + ACTIONS(4867), 1, anon_sym_LBRACE, - STATE(1554), 1, + STATE(2688), 1, sym_block, - [131075] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7387), 1, - sym_identifier, - STATE(3698), 1, - sym_label_reference, - [131085] = 3, + [133825] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6432), 1, + ACTIONS(7339), 1, anon_sym_LBRACE, - STATE(2320), 1, + STATE(610), 1, sym_type_initializer_body, - [131095] = 3, + [133835] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4839), 1, - anon_sym_LBRACE, - STATE(1353), 1, - sym_block, - [131105] = 3, + ACTIONS(6544), 1, + sym_identifier, + STATE(1067), 1, + sym_reference_expression, + [133845] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2933), 1, + ACTIONS(4853), 1, anon_sym_LBRACE, - STATE(1346), 1, - sym_type_initializer_body, - [131115] = 3, + STATE(1697), 1, + sym_block, + [133855] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(4883), 1, anon_sym_LBRACE, - STATE(1798), 1, + STATE(2108), 1, sym_block, - [131125] = 3, + [133865] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4875), 1, + ACTIONS(4865), 1, anon_sym_LBRACE, - STATE(2265), 1, + STATE(2236), 1, sym_block, - [131135] = 3, + [133875] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7389), 1, + ACTIONS(7425), 1, anon_sym_LBRACE, - STATE(1663), 1, + STATE(3437), 1, sym__struct_body, - [131145] = 3, + [133885] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7295), 1, + ACTIONS(4847), 1, anon_sym_LBRACE, - STATE(1346), 1, - sym_type_initializer_body, - [131155] = 3, + STATE(1222), 1, + sym_block, + [133895] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2913), 1, + ACTIONS(3025), 1, anon_sym_LBRACE, - STATE(1346), 1, + STATE(2257), 1, sym_type_initializer_body, - [131165] = 3, + [133905] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4839), 1, + ACTIONS(7361), 1, anon_sym_LBRACE, - STATE(1284), 1, + STATE(2170), 1, sym_block, - [131175] = 3, + [133915] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4839), 1, - anon_sym_LBRACE, - STATE(1369), 1, - sym_block, - [131185] = 3, + ACTIONS(6678), 1, + sym_identifier, + STATE(3897), 1, + sym_generic_parameter, + [133925] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4843), 1, + ACTIONS(4881), 1, anon_sym_LBRACE, - STATE(1951), 1, + STATE(4796), 1, sym_block, - [131195] = 3, + [133935] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7391), 1, - anon_sym_LPAREN, - STATE(1872), 1, - sym_special_argument_list, - [131205] = 3, + ACTIONS(7427), 2, + anon_sym_SEMI, + anon_sym_RBRACK, + [133943] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6513), 1, + ACTIONS(7405), 1, anon_sym_LBRACE, - STATE(1505), 1, - sym__enum_body, - [131215] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7393), 1, - sym_identifier, - STATE(1932), 1, - sym_type_reference_expression, - [131225] = 3, + STATE(2122), 1, + sym_type_initializer_body, + [133953] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7395), 1, + ACTIONS(7429), 1, anon_sym_LPAREN, - STATE(2262), 1, + STATE(1851), 1, sym_argument_list, - [131235] = 2, + [133963] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7397), 2, - anon_sym_COMMA, - anon_sym_in, - [131243] = 3, + ACTIONS(7431), 1, + anon_sym_LBRACE, + STATE(1252), 1, + sym__struct_body, + [133973] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6442), 1, + ACTIONS(3033), 1, anon_sym_LBRACE, - STATE(1514), 1, - sym__struct_body, - [131253] = 3, + STATE(610), 1, + sym_type_initializer_body, + [133983] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6946), 1, + ACTIONS(7070), 1, anon_sym_LBRACE, - STATE(1371), 1, + STATE(2682), 1, sym__content_block, - [131263] = 3, + [133993] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4817), 1, + ACTIONS(6492), 1, anon_sym_LBRACE, - STATE(870), 1, - sym_block, - [131273] = 3, + STATE(1516), 1, + sym__interface_body, + [134003] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(4869), 1, anon_sym_LBRACE, - STATE(1890), 1, + STATE(2516), 1, sym_block, - [131283] = 3, + [134013] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4875), 1, + ACTIONS(3033), 1, anon_sym_LBRACE, - STATE(2259), 1, - sym_block, - [131293] = 3, + STATE(2122), 1, + sym_type_initializer_body, + [134023] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7399), 1, + ACTIONS(4847), 1, anon_sym_LBRACE, - STATE(2393), 1, - sym__struct_body, - [131303] = 3, + STATE(1144), 1, + sym_block, + [134033] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7401), 1, - anon_sym_LPAREN, - STATE(879), 1, - sym_argument_list, - [131313] = 3, + ACTIONS(6864), 1, + anon_sym_LBRACE, + STATE(2556), 1, + sym__content_block, + [134043] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4468), 1, + ACTIONS(4879), 1, anon_sym_LBRACE, - STATE(3696), 1, + STATE(375), 1, sym_block, - [131323] = 3, + [134053] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7403), 1, - sym_identifier, - STATE(2354), 1, - sym_type_reference_expression, - [131333] = 3, + ACTIONS(4867), 1, + anon_sym_LBRACE, + STATE(2680), 1, + sym_block, + [134063] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4839), 1, + ACTIONS(4871), 1, anon_sym_LBRACE, - STATE(1382), 1, + STATE(1803), 1, sym_block, - [131343] = 3, + [134073] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - STATE(1387), 1, - sym_argument_list, - [131353] = 3, + ACTIONS(7409), 1, + anon_sym_LBRACE, + STATE(2257), 1, + sym_type_initializer_body, + [134083] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7405), 1, - sym_identifier, - STATE(947), 1, - sym_type_reference_expression, - [131363] = 3, + ACTIONS(7433), 2, + anon_sym_SEMI, + anon_sym_RBRACK, + [134091] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7407), 1, + ACTIONS(3033), 1, anon_sym_LBRACE, - STATE(1817), 1, + STATE(2257), 1, sym_type_initializer_body, - [131373] = 3, + [134101] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7409), 1, + ACTIONS(6660), 1, + sym_identifier, + STATE(2469), 1, + sym_reference_expression, + [134111] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4865), 1, anon_sym_LBRACE, - STATE(2393), 1, - sym__struct_body, - [131383] = 3, + STATE(2148), 1, + sym_block, + [134121] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6823), 1, + ACTIONS(3033), 1, anon_sym_LBRACE, - STATE(2224), 1, - sym__content_block, - [131393] = 3, + STATE(1166), 1, + sym_type_initializer_body, + [134131] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7299), 1, + ACTIONS(4867), 1, anon_sym_LBRACE, - STATE(2152), 1, + STATE(2592), 1, sym_block, - [131403] = 3, + [134141] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7411), 1, + ACTIONS(7120), 2, anon_sym_COMMA, - ACTIONS(7413), 1, - anon_sym_RPAREN, - [131413] = 3, + anon_sym_COLON_EQ, + [134149] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4877), 1, - anon_sym_LBRACE, - STATE(4696), 1, - sym_block, - [131423] = 3, + ACTIONS(7435), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [134157] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4875), 1, + ACTIONS(4871), 1, anon_sym_LBRACE, - STATE(2221), 1, + STATE(2055), 1, sym_block, - [131433] = 3, + [134167] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7415), 1, + ACTIONS(7437), 1, anon_sym_LBRACE, - STATE(2393), 1, - sym__struct_body, - [131443] = 3, + STATE(1166), 1, + sym_type_initializer_body, + [134177] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4843), 1, + ACTIONS(6574), 1, anon_sym_LBRACE, - STATE(2002), 1, - sym_block, - [131453] = 3, + STATE(1499), 1, + sym__enum_body, + [134187] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4843), 1, + ACTIONS(7439), 1, anon_sym_LBRACE, - STATE(2004), 1, - sym_block, - [131463] = 3, + STATE(1971), 1, + sym__struct_body, + [134197] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4875), 1, + ACTIONS(7199), 1, anon_sym_LBRACE, - STATE(2148), 1, - sym_block, - [131473] = 3, + STATE(2052), 1, + sym__content_block, + [134207] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6558), 1, + sym_identifier, + STATE(2041), 1, + sym_reference_expression, + [134217] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4879), 1, anon_sym_LBRACE, - STATE(1823), 1, + STATE(735), 1, sym_block, - [131483] = 3, + [134227] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2913), 1, + ACTIONS(4879), 1, anon_sym_LBRACE, - STATE(2199), 1, - sym_type_initializer_body, - [131493] = 3, + STATE(538), 1, + sym_block, + [134237] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7417), 1, - sym_identifier, - STATE(1331), 1, - sym_type_reference_expression, - [131503] = 3, + ACTIONS(6786), 1, + anon_sym_LBRACE, + STATE(536), 1, + sym__content_block, + [134247] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4613), 1, - anon_sym_COLON, - ACTIONS(7419), 1, - anon_sym_mut, - [131513] = 3, + ACTIONS(6490), 1, + anon_sym_LBRACE, + STATE(1517), 1, + sym__struct_body, + [134257] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2933), 1, + ACTIONS(7441), 1, anon_sym_LBRACE, - STATE(1817), 1, - sym_type_initializer_body, - [131523] = 3, + STATE(1094), 1, + sym__struct_body, + [134267] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4428), 1, + ACTIONS(7443), 1, anon_sym_LPAREN, - STATE(2021), 1, - sym_argument_list, - [131533] = 3, + STATE(2054), 1, + sym_special_argument_list, + [134277] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4843), 1, + ACTIONS(6492), 1, anon_sym_LBRACE, - STATE(2048), 1, - sym_block, - [131543] = 3, + STATE(1524), 1, + sym__interface_body, + [134287] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7421), 1, + ACTIONS(7445), 1, + anon_sym_COMMA, + ACTIONS(7447), 1, + anon_sym_RPAREN, + [134297] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6574), 1, anon_sym_LBRACE, - STATE(2199), 1, - sym_type_initializer_body, - [131553] = 3, + STATE(1525), 1, + sym__enum_body, + [134307] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7449), 1, + anon_sym_COMMA, + ACTIONS(7451), 1, + anon_sym_RPAREN, + [134317] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7423), 1, + ACTIONS(6490), 1, anon_sym_LBRACE, - STATE(1178), 1, + STATE(1526), 1, sym__struct_body, - [131563] = 3, + [134327] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4839), 1, + ACTIONS(4845), 1, + anon_sym_LBRACE, + STATE(2918), 1, + sym_block, + [134337] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6710), 1, + sym_identifier, + STATE(2409), 1, + sym_reference_expression, + [134347] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4865), 1, anon_sym_LBRACE, - STATE(1376), 1, + STATE(2222), 1, sym_block, - [131573] = 3, + [134357] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7425), 1, - anon_sym_COMMA, - ACTIONS(7427), 1, - anon_sym_RPAREN, - [131583] = 3, + ACTIONS(7453), 1, + anon_sym_LBRACE, + STATE(2086), 1, + sym_type_initializer_body, + [134367] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6849), 1, + ACTIONS(3025), 1, anon_sym_LBRACE, - STATE(1937), 1, - sym__content_block, - [131593] = 3, + STATE(1166), 1, + sym_type_initializer_body, + [134377] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4843), 1, anon_sym_LBRACE, - STATE(2084), 1, + STATE(1398), 1, sym_block, - [131603] = 3, + [134387] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4843), 1, anon_sym_LBRACE, - STATE(1850), 1, + STATE(1397), 1, sym_block, - [131613] = 3, + [134397] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2913), 1, + ACTIONS(4871), 1, anon_sym_LBRACE, - STATE(1929), 1, - sym_type_initializer_body, - [131623] = 3, + STATE(2141), 1, + sym_block, + [134407] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7429), 1, - anon_sym_LBRACE, - STATE(1929), 1, - sym_type_initializer_body, - [131633] = 3, + ACTIONS(4432), 1, + anon_sym_LPAREN, + STATE(2136), 1, + sym_argument_list, + [134417] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7431), 1, - anon_sym_LBRACE, - STATE(1367), 1, - sym__struct_body, - [131643] = 3, + ACTIONS(4593), 2, + anon_sym_COMMA, + anon_sym_in, + [134425] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7433), 1, - anon_sym_LBRACE, - STATE(2131), 1, - sym__struct_body, - [131653] = 3, + ACTIONS(7455), 1, + sym_identifier, + STATE(950), 1, + sym_type_reference_expression, + [134435] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6428), 1, + ACTIONS(6492), 1, anon_sym_LBRACE, - STATE(1524), 1, + STATE(1558), 1, sym__interface_body, - [131663] = 3, + [134445] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2933), 1, - anon_sym_LBRACE, - STATE(1929), 1, - sym_type_initializer_body, - [131673] = 3, + ACTIONS(3600), 1, + anon_sym_LPAREN, + STATE(1390), 1, + sym_argument_list, + [134455] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6513), 1, + ACTIONS(6574), 1, anon_sym_LBRACE, - STATE(1501), 1, + STATE(1560), 1, sym__enum_body, - [131683] = 3, + [134465] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4843), 1, + ACTIONS(4853), 1, anon_sym_LBRACE, - STATE(2040), 1, + STATE(1856), 1, sym_block, - [131693] = 3, + [134475] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4839), 1, + ACTIONS(4843), 1, anon_sym_LBRACE, - STATE(1363), 1, + STATE(1385), 1, sym_block, - [131703] = 3, + [134485] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6442), 1, + ACTIONS(5193), 2, anon_sym_LBRACE, - STATE(1497), 1, - sym__struct_body, - [131713] = 3, + anon_sym_COMMA, + [134493] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6442), 1, + ACTIONS(6490), 1, anon_sym_LBRACE, - STATE(1574), 1, + STATE(1563), 1, sym__struct_body, - [131723] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7429), 1, - anon_sym_LBRACE, - STATE(1929), 1, - sym_type_initializer_body, - [131733] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6513), 1, - anon_sym_LBRACE, - STATE(1576), 1, - sym__enum_body, - [131743] = 3, + [134503] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7407), 1, + ACTIONS(4867), 1, anon_sym_LBRACE, - STATE(1817), 1, - sym_type_initializer_body, - [131753] = 3, + STATE(2827), 1, + sym_block, + [134513] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6525), 1, + ACTIONS(7457), 1, sym_identifier, - STATE(4037), 1, - sym_generic_parameter, - [131763] = 3, + STATE(2426), 1, + sym_type_reference_expression, + [134523] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7435), 1, - anon_sym_RBRACE, - ACTIONS(7437), 1, - aux_sym_format_specifier_token1, - [131773] = 3, + ACTIONS(4428), 1, + anon_sym_LBRACE, + STATE(1579), 1, + sym_block, + [134533] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2933), 1, + ACTIONS(7023), 1, anon_sym_LBRACE, - STATE(2199), 1, - sym_type_initializer_body, - [131783] = 3, + STATE(1373), 1, + sym__content_block, + [134543] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4875), 1, + ACTIONS(7459), 2, anon_sym_LBRACE, - STATE(2204), 1, - sym_block, - [131793] = 3, + anon_sym_COMMA, + [134551] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2913), 1, + ACTIONS(6858), 1, anon_sym_LBRACE, - STATE(1817), 1, - sym_type_initializer_body, - [131803] = 3, + STATE(2220), 1, + sym__content_block, + [134561] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4817), 1, + ACTIONS(4843), 1, anon_sym_LBRACE, - STATE(916), 1, + STATE(1371), 1, sym_block, - [131813] = 3, + [134571] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4839), 1, + ACTIONS(4428), 1, anon_sym_LBRACE, - STATE(1324), 1, + STATE(1582), 1, sym_block, - [131823] = 3, + [134581] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6428), 1, + ACTIONS(7461), 1, anon_sym_LBRACE, - STATE(1578), 1, - sym__interface_body, - [131833] = 3, + STATE(1584), 1, + sym__content_block, + [134591] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7439), 1, + ACTIONS(7463), 1, anon_sym_LPAREN, - STATE(1992), 1, + STATE(2427), 1, sym_special_argument_list, - [131843] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7441), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [131851] = 3, + [134601] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(4843), 1, anon_sym_LBRACE, - STATE(1727), 1, + STATE(1282), 1, sym_block, - [131861] = 3, + [134611] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6489), 1, - sym_identifier, - STATE(2091), 1, - sym_reference_expression, - [131871] = 3, + ACTIONS(3033), 1, + anon_sym_LBRACE, + STATE(1349), 1, + sym_type_initializer_body, + [134621] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7443), 1, - anon_sym_LBRACE, - STATE(2393), 1, - sym__struct_body, - [131881] = 3, + ACTIONS(5295), 2, + anon_sym_COMMA, + anon_sym_COLON_EQ, + [134629] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7445), 1, - anon_sym_LPAREN, - STATE(913), 1, - sym_special_argument_list, - [131891] = 3, + ACTIONS(4655), 1, + anon_sym_COLON, + ACTIONS(7465), 1, + anon_sym_mut, + [134639] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4839), 1, + ACTIONS(4881), 1, anon_sym_LBRACE, - STATE(1366), 1, + STATE(2422), 1, sym_block, - [131901] = 3, + [134649] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6714), 1, - sym_identifier, - STATE(3670), 1, - sym_import_name, - [131911] = 3, + ACTIONS(7467), 1, + anon_sym_LPAREN, + STATE(2818), 1, + sym_special_argument_list, + [134659] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6531), 1, + ACTIONS(7469), 1, sym_identifier, - STATE(3559), 1, + STATE(4087), 1, sym_reference_expression, - [131921] = 3, + [134669] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7421), 1, + ACTIONS(4879), 1, anon_sym_LBRACE, - STATE(2199), 1, - sym_type_initializer_body, - [131931] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7447), 1, - anon_sym_COMMA, - ACTIONS(7449), 1, - anon_sym_RPAREN, - [131941] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7451), 1, - anon_sym_RBRACE, - ACTIONS(7453), 1, - aux_sym_format_specifier_token1, - [131951] = 3, + STATE(553), 1, + sym_block, + [134679] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4879), 1, anon_sym_LBRACE, - STATE(1912), 1, + STATE(552), 1, sym_block, - [131961] = 3, + [134689] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6905), 1, + ACTIONS(4853), 1, anon_sym_LBRACE, - STATE(1882), 1, - sym__content_block, - [131971] = 3, + STATE(1875), 1, + sym_block, + [134699] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4468), 1, + ACTIONS(7471), 1, anon_sym_LBRACE, - STATE(1711), 1, - sym_block, - [131981] = 3, + STATE(1349), 1, + sym_type_initializer_body, + [134709] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7455), 1, + ACTIONS(7473), 1, + anon_sym_COMMA, + ACTIONS(7475), 1, + anon_sym_RPAREN, + [134719] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4865), 1, anon_sym_LBRACE, - STATE(2393), 1, - sym__struct_body, - [131991] = 3, + STATE(2202), 1, + sym_block, + [134729] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6483), 1, + ACTIONS(6710), 1, sym_identifier, - STATE(1078), 1, + STATE(4350), 1, sym_reference_expression, - [132001] = 3, + [134739] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7457), 1, - anon_sym_LPAREN, - STATE(1073), 1, - sym_special_argument_list, - [132011] = 3, + ACTIONS(7477), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [134747] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6714), 1, - sym_identifier, - STATE(3533), 1, - sym_import_name, - [132021] = 3, + ACTIONS(7381), 1, + anon_sym_LBRACE, + STATE(1888), 1, + sym_type_initializer_body, + [134757] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4817), 1, - anon_sym_LBRACE, - STATE(905), 1, - sym_block, - [132031] = 3, + ACTIONS(3658), 2, + anon_sym_SEMI, + anon_sym_RBRACK, + [134765] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4817), 1, + ACTIONS(7479), 1, anon_sym_LBRACE, - STATE(904), 1, - sym_block, - [132041] = 3, + STATE(1659), 1, + sym__struct_body, + [134775] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4841), 1, + ACTIONS(3025), 1, anon_sym_LBRACE, - STATE(1022), 1, - sym_block, - [132051] = 3, + STATE(2587), 1, + sym_type_initializer_body, + [134785] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4875), 1, + ACTIONS(3025), 1, anon_sym_LBRACE, - STATE(2244), 1, - sym_block, - [132061] = 3, + STATE(1349), 1, + sym_type_initializer_body, + [134795] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7459), 1, + ACTIONS(7471), 1, anon_sym_LBRACE, - STATE(2393), 1, - sym__struct_body, - [132071] = 3, + STATE(1349), 1, + sym_type_initializer_body, + [134805] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4843), 1, anon_sym_LBRACE, - STATE(1967), 1, + STATE(1357), 1, sym_block, - [132081] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7461), 1, - anon_sym_LPAREN, - STATE(1740), 1, - sym_special_argument_list, - [132091] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6668), 1, - sym_identifier, - STATE(4098), 1, - sym_reference_expression, - [132101] = 2, + [134815] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7463), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [132109] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7465), 1, - anon_sym_LPAREN, - STATE(2179), 1, - sym_special_argument_list, - [132119] = 3, + ACTIONS(7039), 1, + anon_sym_RBRACE, + ACTIONS(7041), 1, + aux_sym_format_specifier_token1, + [134825] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7467), 1, + ACTIONS(7481), 1, anon_sym_LBRACE, - STATE(2393), 1, - sym__struct_body, - [132129] = 2, + STATE(2920), 1, + sym_type_initializer_body, + [134835] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6803), 2, - anon_sym_COMMA, - anon_sym_in, - [132137] = 3, + ACTIONS(7437), 1, + anon_sym_LBRACE, + STATE(1166), 1, + sym_type_initializer_body, + [134845] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6618), 1, - sym_identifier, + ACTIONS(7483), 1, + anon_sym_LPAREN, STATE(2193), 1, - sym_reference_expression, - [132147] = 3, + sym_argument_list, + [134855] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6531), 1, + ACTIONS(7485), 1, sym_identifier, - STATE(1708), 1, - sym_reference_expression, - [132157] = 3, + STATE(1229), 1, + sym_type_reference_expression, + [134865] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7469), 1, - anon_sym_COMMA, - ACTIONS(7471), 1, - anon_sym_RPAREN, - [132167] = 3, + ACTIONS(7487), 1, + anon_sym_LBRACE, + STATE(543), 1, + sym__struct_body, + [134875] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4931), 1, - anon_sym_RBRACE, - STATE(3852), 1, - sym___rcbr, - [132177] = 3, + ACTIONS(2817), 1, + anon_sym_COMMA, + ACTIONS(7489), 1, + anon_sym_RPAREN, + [134885] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4841), 1, + ACTIONS(4883), 1, anon_sym_LBRACE, - STATE(1006), 1, + STATE(2094), 1, sym_block, - [132187] = 3, + [134895] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4841), 1, + ACTIONS(3025), 1, anon_sym_LBRACE, - STATE(1007), 1, - sym_block, - [132197] = 3, + STATE(2086), 1, + sym_type_initializer_body, + [134905] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7473), 1, + ACTIONS(7453), 1, anon_sym_LBRACE, - STATE(2393), 1, - sym__struct_body, - [132207] = 2, + STATE(2086), 1, + sym_type_initializer_body, + [134915] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6790), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [132215] = 2, + ACTIONS(4871), 1, + anon_sym_LBRACE, + STATE(2121), 1, + sym_block, + [134925] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4045), 2, - anon_sym_SEMI, + ACTIONS(6472), 1, anon_sym_LBRACE, - [132223] = 3, + STATE(2399), 1, + sym_type_initializer_body, + [134935] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(4871), 1, anon_sym_LBRACE, - STATE(1822), 1, + STATE(2120), 1, sym_block, - [132233] = 2, + [134945] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4033), 2, - anon_sym_SEMI, + ACTIONS(4881), 1, anon_sym_LBRACE, - [132241] = 3, + STATE(2290), 1, + sym_block, + [134955] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6596), 1, - sym_identifier, - STATE(875), 1, - sym_reference_expression, - [132251] = 3, + ACTIONS(4883), 1, + anon_sym_LBRACE, + STATE(2135), 1, + sym_block, + [134965] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7475), 1, + ACTIONS(7164), 2, anon_sym_COMMA, - ACTIONS(7477), 1, anon_sym_RPAREN, - [132261] = 3, + [134973] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7479), 1, - sym_identifier, - STATE(1728), 1, - sym_type_reference_expression, - [132271] = 3, + ACTIONS(7491), 1, + anon_sym_LBRACE, + STATE(1989), 1, + sym__struct_body, + [134983] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7481), 1, - anon_sym_LPAREN, - STATE(1013), 1, - sym_argument_list, - [132281] = 3, + ACTIONS(7257), 1, + anon_sym_LBRACE, + STATE(1873), 1, + sym__content_block, + [134993] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4841), 1, + ACTIONS(4881), 1, anon_sym_LBRACE, - STATE(1019), 1, + STATE(2380), 1, sym_block, - [132291] = 2, + [135003] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5243), 2, - anon_sym_LBRACE, + ACTIONS(7493), 1, anon_sym_COMMA, - [132299] = 3, + ACTIONS(7495), 1, + anon_sym_RPAREN, + [135013] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(4881), 1, anon_sym_LBRACE, - STATE(1847), 1, + STATE(2353), 1, sym_block, - [132309] = 3, + [135023] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4879), 1, + ACTIONS(6999), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [135031] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4873), 1, anon_sym_LBRACE, - STATE(1853), 1, + STATE(1044), 1, sym_block, - [132319] = 3, + [135041] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6811), 1, - anon_sym_LBRACE, - STATE(1036), 1, - sym__content_block, - [132329] = 2, + ACTIONS(7497), 1, + anon_sym_LPAREN, + STATE(1261), 1, + sym_special_argument_list, + [135051] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7483), 2, - anon_sym_LBRACE, - anon_sym_COMMA, - [132337] = 3, + ACTIONS(6729), 1, + sym_identifier, + STATE(3520), 1, + sym_import_name, + [135061] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4841), 1, + ACTIONS(4883), 1, anon_sym_LBRACE, - STATE(1037), 1, + STATE(2134), 1, sym_block, - [132347] = 3, + [135071] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7485), 1, - sym_identifier, - STATE(1240), 1, - sym_type_reference_expression, - [132357] = 3, + ACTIONS(7499), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [135079] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4841), 1, + ACTIONS(4865), 1, anon_sym_LBRACE, - STATE(986), 1, + STATE(2190), 1, sym_block, - [132367] = 3, + [135089] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7487), 1, + ACTIONS(7501), 1, anon_sym_LPAREN, - STATE(1856), 1, - sym_argument_list, - [132377] = 3, + STATE(1324), 1, + sym_special_argument_list, + [135099] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2913), 1, + ACTIONS(4865), 1, anon_sym_LBRACE, - STATE(1048), 1, - sym_type_initializer_body, - [132387] = 2, + STATE(2232), 1, + sym_block, + [135109] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5295), 2, + ACTIONS(6510), 1, + sym_identifier, + STATE(3619), 1, + sym_reference_expression, + [135119] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7251), 2, anon_sym_COMMA, - anon_sym_COLON_EQ, - [132395] = 3, + anon_sym_RPAREN, + [135127] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7489), 1, - anon_sym_LBRACE, - STATE(1048), 1, - sym_type_initializer_body, - [132405] = 3, + ACTIONS(6729), 1, + sym_identifier, + STATE(3686), 1, + sym_import_name, + [135137] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7491), 1, + ACTIONS(4881), 1, anon_sym_LBRACE, - STATE(3428), 1, - sym__struct_body, - [132415] = 3, + STATE(2328), 1, + sym_block, + [135147] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2933), 1, + ACTIONS(4869), 1, anon_sym_LBRACE, - STATE(1048), 1, - sym_type_initializer_body, - [132425] = 3, + STATE(2549), 1, + sym_block, + [135157] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4841), 1, + ACTIONS(4845), 1, anon_sym_LBRACE, - STATE(1045), 1, + STATE(2736), 1, sym_block, - [132435] = 3, + [135167] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7040), 1, - anon_sym_RBRACE, - ACTIONS(7042), 1, - aux_sym_format_specifier_token1, - [132445] = 3, + ACTIONS(6920), 1, + anon_sym_LBRACE, + STATE(2923), 1, + sym__content_block, + [135177] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7489), 1, - anon_sym_LBRACE, - STATE(1048), 1, - sym_type_initializer_body, - [132455] = 2, + ACTIONS(7503), 1, + sym_identifier, + STATE(1951), 1, + sym_type_reference_expression, + [135187] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(885), 1, - anon_sym_RBRACE, - [132462] = 2, + ACTIONS(7505), 1, + sym_identifier, + STATE(1401), 1, + sym_type_reference_expression, + [135197] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7493), 1, - anon_sym_DOT, - [132469] = 2, + ACTIONS(6530), 1, + sym_identifier, + STATE(1316), 1, + sym_reference_expression, + [135207] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6786), 1, - anon_sym_RBRACK, - [132476] = 2, + ACTIONS(4502), 1, + anon_sym_LPAREN, + STATE(2128), 1, + sym_argument_list, + [135217] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7495), 1, - anon_sym_RBRACE, - [132483] = 2, + ACTIONS(7507), 1, + anon_sym_LPAREN, + STATE(2545), 1, + sym_argument_list, + [135227] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(929), 1, - anon_sym_RBRACE, - [132490] = 2, + ACTIONS(4865), 1, + anon_sym_LBRACE, + STATE(2164), 1, + sym_block, + [135237] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7497), 1, + ACTIONS(7509), 1, anon_sym_RBRACE, - [132497] = 2, + ACTIONS(7511), 1, + aux_sym_format_specifier_token1, + [135247] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5233), 1, + ACTIONS(4845), 1, anon_sym_LBRACE, - [132504] = 2, + STATE(2897), 1, + sym_block, + [135257] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7499), 1, - anon_sym_LBRACE, - [132511] = 2, + ACTIONS(6706), 1, + sym_identifier, + STATE(1243), 1, + sym_reference_expression, + [135267] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7501), 1, - anon_sym_DOT, - [132518] = 2, - ACTIONS(487), 1, + ACTIONS(4883), 1, + anon_sym_LBRACE, + STATE(2123), 1, + sym_block, + [135277] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7503), 1, - aux_sym__content_block_token1, - [132525] = 2, + ACTIONS(7513), 1, + anon_sym_COMMA, + ACTIONS(7515), 1, + anon_sym_RPAREN, + [135287] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7505), 1, - anon_sym_LBRACE, - [132532] = 2, + ACTIONS(7517), 1, + anon_sym_COMMA, + ACTIONS(7519), 1, + anon_sym_RPAREN, + [135297] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4316), 1, + ACTIONS(7521), 1, sym_identifier, - [132539] = 2, + STATE(3512), 1, + sym_type_reference_expression, + [135307] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5245), 1, + ACTIONS(4871), 1, anon_sym_LBRACE, - [132546] = 2, + STATE(2077), 1, + sym_block, + [135317] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7507), 1, + ACTIONS(6932), 1, anon_sym_LBRACE, - [132553] = 2, - ACTIONS(487), 1, - sym_comment, - ACTIONS(7509), 1, - aux_sym__content_block_token1, - [132560] = 2, + STATE(2378), 1, + sym__content_block, + [135327] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7511), 1, - anon_sym_DOT, - [132567] = 2, + ACTIONS(3033), 1, + anon_sym_LBRACE, + STATE(2086), 1, + sym_type_initializer_body, + [135337] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7513), 1, - sym_int_literal, - [132574] = 2, + ACTIONS(7523), 1, + sym_identifier, + STATE(3366), 1, + sym_type_reference_expression, + [135347] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7515), 1, - anon_sym_RBRACE, - [132581] = 2, + ACTIONS(4669), 1, + anon_sym_LPAREN, + STATE(2358), 1, + sym_argument_list, + [135357] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5235), 1, + ACTIONS(4879), 1, anon_sym_LBRACE, - [132588] = 2, + STATE(461), 1, + sym_block, + [135367] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7517), 1, + ACTIONS(4881), 1, anon_sym_LBRACE, - [132595] = 2, - ACTIONS(487), 1, - sym_comment, - ACTIONS(7519), 1, - aux_sym__content_block_token1, - [132602] = 2, + STATE(2369), 1, + sym_block, + [135377] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7040), 1, - anon_sym_RBRACE, - [132609] = 2, + ACTIONS(7525), 1, + anon_sym_LPAREN, + STATE(464), 1, + sym_argument_list, + [135387] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7521), 1, - anon_sym_RBRACK, - [132616] = 2, + ACTIONS(4881), 1, + anon_sym_LBRACE, + STATE(2351), 1, + sym_block, + [135397] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7523), 1, - anon_sym_EQ, - [132623] = 2, + ACTIONS(4847), 1, + anon_sym_LBRACE, + STATE(1250), 1, + sym_block, + [135407] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7525), 1, - anon_sym_COLON, - [132630] = 2, + ACTIONS(925), 1, + anon_sym_RBRACE, + [135414] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7527), 1, anon_sym_RBRACE, - [132637] = 2, + [135421] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(913), 1, + anon_sym_RBRACE, + [135428] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7529), 1, - aux_sym_pseudo_compile_time_identifier_token1, - [132644] = 2, + anon_sym_EQ, + [135435] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7489), 1, + anon_sym_RPAREN, + [135442] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7531), 1, anon_sym_RBRACK, - [132651] = 2, + [135449] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7533), 1, anon_sym_RBRACE, - [132658] = 2, + [135456] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7535), 1, - anon_sym_RBRACE, - [132665] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7291), 1, - anon_sym_RPAREN, - [132672] = 2, + anon_sym_DOT, + [135463] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7537), 1, + ACTIONS(7509), 1, anon_sym_RBRACE, - [132679] = 2, + [135470] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7451), 1, - anon_sym_RBRACE, - [132686] = 2, + ACTIONS(5179), 1, + anon_sym_LBRACE, + [135477] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(7537), 1, + anon_sym_LBRACE, + [135484] = 2, + ACTIONS(487), 1, + sym_comment, ACTIONS(7539), 1, - anon_sym_RBRACE, - [132693] = 2, + aux_sym__content_block_token1, + [135491] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(895), 1, + ACTIONS(7541), 1, anon_sym_RBRACE, - [132700] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4613), 1, - anon_sym_COLON, - [132707] = 2, + [135498] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7541), 1, - anon_sym_DOT, - [132714] = 2, - ACTIONS(487), 1, - sym_comment, ACTIONS(7543), 1, - aux_sym__content_block_token1, - [132721] = 2, + sym_int_literal, + [135505] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7545), 1, - anon_sym_LBRACE, - [132728] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5223), 1, - anon_sym_LBRACE, - [132735] = 2, + anon_sym_RBRACE, + [135512] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7547), 1, - anon_sym_LBRACE, - [132742] = 2, - ACTIONS(487), 1, - sym_comment, - ACTIONS(7549), 1, - aux_sym__content_block_token1, - [132749] = 2, + anon_sym_RBRACE, + [135519] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5215), 1, - anon_sym_LBRACE, - [132756] = 2, + ACTIONS(7549), 1, + anon_sym_RBRACE, + [135526] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7551), 1, anon_sym_RBRACE, - [132763] = 2, + [135533] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7553), 1, - sym_int_literal, - [132770] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(893), 1, - anon_sym_RBRACE, - [132777] = 2, + anon_sym_RBRACK, + [135540] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7555), 1, - anon_sym_RBRACE, - [132784] = 2, + sym_identifier, + [135547] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7557), 1, - anon_sym_RBRACE, - [132791] = 2, + anon_sym_DOT, + [135554] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7559), 1, + anon_sym_RBRACK, + [135561] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7283), 1, anon_sym_RBRACE, - [132798] = 2, + [135568] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7561), 1, - sym_identifier, - [132805] = 2, + ACTIONS(5165), 1, + anon_sym_LBRACE, + [135575] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(7561), 1, + anon_sym_LBRACE, + [135582] = 2, + ACTIONS(487), 1, + sym_comment, ACTIONS(7563), 1, - sym_identifier, - [132812] = 2, + aux_sym__content_block_token1, + [135589] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(873), 1, + anon_sym_RBRACE, + [135596] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7565), 1, - sym_identifier, - [132819] = 2, + anon_sym_RBRACE, + [135603] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7567), 1, - anon_sym_DOT, - [132826] = 2, + anon_sym_RBRACE, + [135610] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7569), 1, - sym_identifier, - [132833] = 2, + anon_sym_RBRACK, + [135617] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7571), 1, anon_sym_RBRACE, - [132840] = 2, + [135624] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7573), 1, anon_sym_RBRACE, - [132847] = 2, + [135631] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7575), 1, anon_sym_RBRACE, - [132854] = 2, + [135638] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7577), 1, - anon_sym_DOT, - [132861] = 2, + anon_sym_RBRACE, + [135645] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7579), 1, - anon_sym_RBRACK, - [132868] = 2, + anon_sym_DOT, + [135652] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7581), 1, + anon_sym_LBRACE, + [135659] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7583), 1, anon_sym_RBRACE, - [132875] = 2, + [135666] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5211), 1, + ACTIONS(5163), 1, anon_sym_LBRACE, - [132882] = 2, + [135673] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7583), 1, + ACTIONS(7585), 1, anon_sym_LBRACE, - [132889] = 2, + [135680] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(7585), 1, + ACTIONS(7587), 1, aux_sym__content_block_token1, - [132896] = 2, + [135687] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7435), 1, - anon_sym_RBRACE, - [132903] = 2, + ACTIONS(7589), 1, + anon_sym_RBRACK, + [135694] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7587), 1, - anon_sym_RBRACE, - [132910] = 2, + ACTIONS(7591), 1, + sym_identifier, + [135701] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(913), 1, + ACTIONS(7593), 1, anon_sym_RBRACE, - [132917] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7589), 1, - aux_sym_pseudo_compile_time_identifier_token1, - [132924] = 2, + [135708] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7591), 1, - sym_identifier, - [132931] = 2, + ACTIONS(7595), 1, + anon_sym_PIPE, + [135715] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7593), 1, + ACTIONS(7597), 1, sym_identifier, - [132938] = 2, + [135722] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7595), 1, + ACTIONS(7599), 1, sym_identifier, - [132945] = 2, + [135729] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7597), 1, + ACTIONS(7601), 1, anon_sym_RBRACE, - [132952] = 2, + [135736] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7599), 1, + ACTIONS(893), 1, anon_sym_RBRACE, - [132959] = 2, + [135743] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7601), 1, + ACTIONS(7603), 1, sym_identifier, - [132966] = 2, + [135750] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7603), 1, + ACTIONS(887), 1, anon_sym_RBRACE, - [132973] = 2, + [135757] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7605), 1, - anon_sym_RBRACE, - [132980] = 2, + anon_sym_EQ, + [135764] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7607), 1, - anon_sym_LBRACE, - [132987] = 2, + sym_identifier, + [135771] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7609), 1, - anon_sym_RBRACE, - [132994] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7611), 1, - anon_sym_RBRACK, - [133001] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7613), 1, anon_sym_DOT, - [133008] = 2, + [135778] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7615), 1, + ACTIONS(7611), 1, anon_sym_RBRACE, - [133015] = 2, + [135785] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7617), 1, + ACTIONS(7613), 1, anon_sym_RBRACE, - [133022] = 2, + [135792] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5209), 1, + ACTIONS(5161), 1, anon_sym_LBRACE, - [133029] = 2, + [135799] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7619), 1, + ACTIONS(7615), 1, anon_sym_LBRACE, - [133036] = 2, + [135806] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(7621), 1, + ACTIONS(7617), 1, aux_sym__content_block_token1, - [133043] = 2, + [135813] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5693), 1, - anon_sym_LBRACE, - [133050] = 2, + ACTIONS(7619), 1, + sym_identifier, + [135820] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(891), 1, - anon_sym_RBRACE, - [133057] = 2, + ACTIONS(7621), 1, + sym_identifier, + [135827] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7623), 1, - anon_sym_COLON_EQ, - [133064] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(923), 1, - anon_sym_RBRACE, - [133071] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7307), 1, - anon_sym_RPAREN, - [133078] = 2, + sym_identifier, + [135834] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7625), 1, anon_sym_RBRACE, - [133085] = 2, + [135841] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7627), 1, - anon_sym_RBRACK, - [133092] = 2, + anon_sym_DOT, + [135848] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7629), 1, anon_sym_RBRACE, - [133099] = 2, + [135855] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7631), 1, - anon_sym_RBRACK, - [133106] = 2, + ACTIONS(5155), 1, + anon_sym_LBRACE, + [135862] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(7631), 1, + anon_sym_LBRACE, + [135869] = 2, + ACTIONS(487), 1, + sym_comment, ACTIONS(7633), 1, - anon_sym_RBRACE, - [133113] = 2, + aux_sym__content_block_token1, + [135876] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7635), 1, - anon_sym_COLON, - [133120] = 2, + anon_sym_RBRACK, + [135883] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7637), 1, - anon_sym_RBRACE, - [133127] = 2, - ACTIONS(487), 1, + aux_sym_pseudo_compile_time_identifier_token1, + [135890] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(7639), 1, - aux_sym__content_block_token1, - [133134] = 2, + anon_sym_RBRACK, + [135897] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7641), 1, - anon_sym_LBRACE, - [133141] = 2, + anon_sym_RBRACE, + [135904] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7643), 1, - anon_sym_RBRACE, - [133148] = 2, + sym_identifier, + [135911] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7645), 1, - anon_sym_DOT, - [133155] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5163), 1, - anon_sym_LBRACE, - [133162] = 2, + sym_int_literal, + [135918] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7647), 1, anon_sym_RBRACE, - [133169] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5185), 1, - anon_sym_LBRACE, - [133176] = 2, + [135925] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7649), 1, - anon_sym_LBRACE, - [133183] = 2, - ACTIONS(487), 1, + aux_sym_pseudo_compile_time_identifier_token1, + [135932] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(7651), 1, - aux_sym__content_block_token1, - [133190] = 2, + anon_sym_RBRACE, + [135939] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(935), 1, + ACTIONS(875), 1, anon_sym_RBRACE, - [133197] = 2, + [135946] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7653), 1, - anon_sym_RBRACE, - [133204] = 2, + ACTIONS(7049), 1, + anon_sym_RBRACK, + [135953] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7655), 1, + ACTIONS(7653), 1, anon_sym_DOT, - [133211] = 2, + [135960] = 2, + ACTIONS(487), 1, + sym_comment, + ACTIONS(7655), 1, + aux_sym__content_block_token1, + [135967] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7657), 1, - anon_sym_RBRACE, - [133218] = 2, + anon_sym_LBRACE, + [135974] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7659), 1, - anon_sym_RBRACE, - [133225] = 2, + ACTIONS(5145), 1, + anon_sym_LBRACE, + [135981] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(7659), 1, + anon_sym_LBRACE, + [135988] = 2, + ACTIONS(487), 1, + sym_comment, ACTIONS(7661), 1, - anon_sym_EQ, - [133232] = 2, + aux_sym__content_block_token1, + [135995] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7663), 1, - sym_identifier, - [133239] = 2, + ACTIONS(5183), 1, + anon_sym_LBRACE, + [136002] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7665), 1, - aux_sym_pseudo_compile_time_identifier_token1, - [133246] = 2, + ACTIONS(7663), 1, + anon_sym_RBRACE, + [136009] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6537), 1, + ACTIONS(7665), 1, anon_sym_RBRACE, - [133253] = 2, + [136016] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7667), 1, - sym_int_literal, - [133260] = 2, + anon_sym_RBRACE, + [136023] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7669), 1, - anon_sym_LPAREN, - [133267] = 2, + anon_sym_RBRACE, + [136030] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7671), 1, - anon_sym_LBRACE, - [133274] = 2, + anon_sym_DOT, + [136037] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7673), 1, - aux_sym_pseudo_compile_time_identifier_token1, - [133281] = 2, + anon_sym_RBRACE, + [136044] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7675), 1, anon_sym_RBRACE, - [133288] = 2, + [136051] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7677), 1, anon_sym_RBRACE, - [133295] = 2, + [136058] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7679), 1, - anon_sym_DOT, - [133302] = 2, + ACTIONS(4324), 1, + sym_identifier, + [136065] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7681), 1, + ACTIONS(905), 1, anon_sym_RBRACE, - [133309] = 2, + [136072] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(861), 1, - anon_sym_RBRACE, - [133316] = 2, + ACTIONS(7679), 1, + aux_sym_pseudo_compile_time_identifier_token1, + [136079] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5165), 1, - anon_sym_LBRACE, - [133323] = 2, + ACTIONS(7681), 1, + anon_sym_RBRACE, + [136086] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7683), 1, - anon_sym_LBRACE, - [133330] = 2, - ACTIONS(487), 1, + anon_sym_RBRACK, + [136093] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(7685), 1, - aux_sym__content_block_token1, - [133337] = 2, + anon_sym_LBRACE, + [136100] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7687), 1, + anon_sym_DOT, + [136107] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(899), 1, + anon_sym_RBRACE, + [136114] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4655), 1, + anon_sym_COLON, + [136121] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5135), 1, anon_sym_LBRACE, - [133344] = 2, + [136128] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7689), 1, - anon_sym_RBRACK, - [133351] = 2, - ACTIONS(3), 1, + anon_sym_LBRACE, + [136135] = 2, + ACTIONS(487), 1, sym_comment, ACTIONS(7691), 1, - anon_sym_RBRACE, - [133358] = 2, + aux_sym__content_block_token1, + [136142] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7693), 1, - anon_sym_RBRACE, - [133365] = 2, + anon_sym_COLON, + [136149] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7695), 1, - anon_sym_LBRACE, - [133372] = 2, + anon_sym_RBRACE, + [136156] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7697), 1, anon_sym_RBRACE, - [133379] = 2, + [136163] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7699), 1, anon_sym_RBRACE, - [133386] = 2, + [136170] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7701), 1, anon_sym_SEMI, - [133393] = 2, + [136177] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7703), 1, - anon_sym_DOT, - [133400] = 2, + anon_sym_RBRACE, + [136184] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7705), 1, - anon_sym_RBRACK, - [133407] = 2, + anon_sym_COLON, + [136191] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7707), 1, - anon_sym_RBRACE, - [133414] = 2, + anon_sym_RBRACK, + [136198] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7709), 1, - sym_identifier, - [133421] = 2, + anon_sym_in, + [136205] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(871), 1, + anon_sym_RBRACE, + [136212] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7711), 1, anon_sym_RBRACE, - [133428] = 2, + [136219] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7713), 1, - anon_sym_RBRACE, - [133435] = 2, + aux_sym_pseudo_compile_time_identifier_token1, + [136226] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7715), 1, - anon_sym_in, - [133442] = 2, + aux_sym_pseudo_compile_time_identifier_token1, + [136233] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7717), 1, - anon_sym_DOT, - [133449] = 2, + anon_sym_RBRACE, + [136240] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7719), 1, - aux_sym_pseudo_compile_time_identifier_token1, - [133456] = 2, + sym_identifier, + [136247] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7721), 1, + anon_sym_DOT, + [136254] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7723), 1, anon_sym_RBRACE, - [133463] = 2, + [136261] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5157), 1, + ACTIONS(7725), 1, + anon_sym_RBRACE, + [136268] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5133), 1, anon_sym_LBRACE, - [133470] = 2, + [136275] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7723), 1, + ACTIONS(7727), 1, anon_sym_LBRACE, - [133477] = 2, + [136282] = 2, ACTIONS(487), 1, sym_comment, - ACTIONS(7725), 1, + ACTIONS(7729), 1, aux_sym__content_block_token1, - [133484] = 2, + [136289] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7727), 1, + ACTIONS(7731), 1, anon_sym_RBRACE, - [133491] = 2, + [136296] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7729), 1, - sym_identifier, - [133498] = 2, + ACTIONS(7733), 1, + anon_sym_RBRACE, + [136303] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7731), 1, + ACTIONS(7735), 1, anon_sym_RBRACK, - [133505] = 2, + [136310] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7733), 1, + ACTIONS(7039), 1, anon_sym_RBRACE, - [133512] = 2, + [136317] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(883), 1, + ACTIONS(889), 1, anon_sym_RBRACE, - [133519] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7735), 1, - anon_sym_DOT, - [133526] = 2, + [136324] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7737), 1, - anon_sym_RBRACE, - [133533] = 2, + anon_sym_RBRACK, + [136331] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7739), 1, - anon_sym_RBRACK, - [133540] = 2, + anon_sym_RBRACE, + [136338] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7741), 1, - anon_sym_RBRACE, - [133547] = 2, - ACTIONS(3), 1, + anon_sym_RBRACK, + [136345] = 2, + ACTIONS(487), 1, sym_comment, ACTIONS(7743), 1, - anon_sym_RBRACE, - [133554] = 2, + aux_sym__content_block_token1, + [136352] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7745), 1, - anon_sym_RBRACE, - [133561] = 2, + anon_sym_RBRACK, + [136359] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7747), 1, - anon_sym_DOT, - [133568] = 2, + anon_sym_RBRACE, + [136366] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7749), 1, anon_sym_RBRACK, - [133575] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5155), 1, - anon_sym_LBRACE, - [133582] = 2, + [136373] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7751), 1, - anon_sym_LBRACE, - [133589] = 2, - ACTIONS(487), 1, - sym_comment, - ACTIONS(7753), 1, - aux_sym__content_block_token1, - [133596] = 2, + anon_sym_COLON, + [136380] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(933), 1, + ACTIONS(7753), 1, anon_sym_RBRACE, - [133603] = 2, - ACTIONS(487), 1, + [136387] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(7755), 1, - aux_sym__content_block_token1, - [133610] = 2, + anon_sym_LBRACE, + [136394] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7757), 1, - anon_sym_RBRACE, - [133617] = 2, + anon_sym_DOT, + [136401] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7759), 1, - anon_sym_DOT, - [133624] = 2, - ACTIONS(487), 1, + anon_sym_RBRACE, + [136408] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(7761), 1, - aux_sym__content_block_token1, - [133631] = 2, + anon_sym_RBRACE, + [136415] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7763), 1, - anon_sym_RBRACK, - [133638] = 2, + ACTIONS(5139), 1, + anon_sym_LBRACE, + [136422] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(7763), 1, + anon_sym_LBRACE, + [136429] = 2, + ACTIONS(487), 1, + sym_comment, ACTIONS(7765), 1, - anon_sym_RBRACE, - [133645] = 2, + aux_sym__content_block_token1, + [136436] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7767), 1, - anon_sym_LBRACE, - [133652] = 2, + anon_sym_RBRACE, + [136443] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(5151), 1, + anon_sym_LBRACE, + [136450] = 2, + ACTIONS(487), 1, + sym_comment, ACTIONS(7769), 1, - anon_sym_RBRACE, - [133659] = 2, + aux_sym__content_block_token1, + [136457] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7771), 1, - sym_identifier, - [133666] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5147), 1, anon_sym_LBRACE, - [133673] = 2, + [136464] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7773), 1, - sym_identifier, - [133680] = 2, + anon_sym_RBRACE, + [136471] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7775), 1, - sym_identifier, - [133687] = 2, + ACTIONS(5215), 1, + anon_sym_LBRACE, + [136478] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, + ACTIONS(7775), 1, anon_sym_RBRACE, - [133694] = 2, + [136485] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(5748), 1, + ACTIONS(5794), 1, anon_sym_COLON_EQ, - [133701] = 2, + [136492] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7777), 1, + anon_sym_RBRACE, + [136499] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7779), 1, - anon_sym_RBRACK, - [133708] = 2, + anon_sym_DOT, + [136506] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7781), 1, + ACTIONS(895), 1, anon_sym_RBRACE, - [133715] = 2, + [136513] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7783), 1, - anon_sym_RBRACE, - [133722] = 2, + ACTIONS(7781), 1, + anon_sym_DOT, + [136520] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(879), 1, + ACTIONS(865), 1, anon_sym_RBRACE, - [133729] = 2, + [136527] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5157), 1, + anon_sym_LBRACE, + [136534] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(7783), 1, + anon_sym_LBRACE, + [136541] = 2, + ACTIONS(487), 1, + sym_comment, ACTIONS(7785), 1, - anon_sym_RBRACE, - [133736] = 2, + aux_sym__content_block_token1, + [136548] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7787), 1, - anon_sym_LPAREN, - [133743] = 2, + aux_sym_pseudo_compile_time_identifier_token1, + [136555] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7789), 1, - anon_sym_RBRACE, - [133750] = 2, + anon_sym_EQ, + [136562] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7791), 1, - anon_sym_RBRACK, - [133757] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(471), 1, anon_sym_RBRACE, - [133764] = 2, + [136569] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7793), 1, - aux_sym_pseudo_compile_time_identifier_token1, - [133771] = 2, - ACTIONS(3), 1, + anon_sym_DOT, + [136576] = 2, + ACTIONS(487), 1, sym_comment, ACTIONS(7795), 1, - anon_sym_RBRACE, - [133778] = 2, + aux_sym__content_block_token1, + [136583] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7797), 1, anon_sym_RBRACK, - [133785] = 2, + [136590] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7799), 1, - anon_sym_RBRACE, - [133792] = 2, + sym_identifier, + [136597] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7801), 1, - anon_sym_RBRACE, - [133799] = 2, + anon_sym_DOT, + [136604] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7803), 1, - anon_sym_DOT, - [133806] = 2, + sym_identifier, + [136611] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7805), 1, anon_sym_RBRACE, - [133813] = 2, + [136618] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7807), 1, anon_sym_RBRACE, - [133820] = 2, + [136625] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5726), 1, + anon_sym_LBRACE, + [136632] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(867), 1, + ACTIONS(903), 1, anon_sym_RBRACE, - [133827] = 2, + [136639] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7809), 1, - anon_sym_RBRACE, - [133834] = 2, + anon_sym_COLON_EQ, + [136646] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7811), 1, anon_sym_RBRACE, - [133841] = 2, + [136653] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7813), 1, - anon_sym_RBRACE, - [133848] = 2, + anon_sym_DOT, + [136660] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7815), 1, anon_sym_RBRACE, - [133855] = 2, + [136667] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7817), 1, - anon_sym_RBRACK, - [133862] = 2, + anon_sym_RBRACE, + [136674] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7819), 1, - sym_identifier, - [133869] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7821), 1, anon_sym_RBRACE, - [133876] = 2, + [136681] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(887), 1, - anon_sym_RBRACE, - [133883] = 2, + ACTIONS(7821), 1, + aux_sym_pseudo_compile_time_identifier_token1, + [136688] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7823), 1, anon_sym_RBRACE, - [133890] = 2, + [136695] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7825), 1, - anon_sym_DOT, - [133897] = 2, + anon_sym_LPAREN, + [136702] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(891), 1, + anon_sym_RBRACE, + [136709] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7827), 1, anon_sym_RBRACE, - [133904] = 2, + [136716] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7829), 1, - anon_sym_RBRACK, - [133911] = 2, + anon_sym_RBRACE, + [136723] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7831), 1, - anon_sym_RBRACE, - [133918] = 2, + anon_sym_LBRACE, + [136730] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7833), 1, anon_sym_RBRACE, - [133925] = 2, + [136737] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7835), 1, anon_sym_RBRACE, - [133932] = 2, + [136744] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7837), 1, anon_sym_RBRACE, - [133939] = 2, + [136751] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7839), 1, anon_sym_RBRACE, - [133946] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4699), 1, - sym_identifier, - [133953] = 2, + [136758] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7841), 1, - anon_sym_RBRACE, - [133960] = 2, + anon_sym_LPAREN, + [136765] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7843), 1, - anon_sym_RBRACK, - [133967] = 2, + sym_identifier, + [136772] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7845), 1, - anon_sym_COLON, - [133974] = 2, + anon_sym_RBRACE, + [136779] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7847), 1, - anon_sym_RBRACE, - [133981] = 2, + anon_sym_RBRACK, + [136786] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7849), 1, anon_sym_DOT, - [133988] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(907), 1, - anon_sym_RBRACE, - [133995] = 2, + [136793] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7851), 1, anon_sym_RBRACE, - [134002] = 2, + [136800] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7853), 1, anon_sym_RBRACE, - [134009] = 2, + [136807] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7855), 1, - anon_sym_RBRACE, - [134016] = 2, + anon_sym_RBRACK, + [136814] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7857), 1, anon_sym_RBRACE, - [134023] = 2, + [136821] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7859), 1, anon_sym_RBRACE, - [134030] = 2, + [136828] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7861), 1, anon_sym_RBRACE, - [134037] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(863), 1, - anon_sym_RBRACE, - [134044] = 2, + [136835] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7863), 1, - anon_sym_RBRACE, - [134051] = 2, + anon_sym_DOT, + [136842] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7865), 1, - anon_sym_RBRACE, - [134058] = 2, + anon_sym_RBRACK, + [136849] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7867), 1, + anon_sym_RBRACK, + [136856] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(921), 1, anon_sym_RBRACE, - [134065] = 2, + [136863] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7869), 1, - anon_sym_EQ, - [134072] = 2, + anon_sym_RBRACE, + [136870] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7871), 1, anon_sym_RBRACE, - [134079] = 2, + [136877] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7873), 1, anon_sym_RBRACE, - [134086] = 2, + [136884] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7875), 1, - anon_sym_RBRACK, - [134093] = 2, + aux_sym_pseudo_compile_time_identifier_token1, + [136891] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7877), 1, anon_sym_RBRACE, - [134100] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(871), 1, - anon_sym_RBRACE, - [134107] = 2, + [136898] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7879), 1, - anon_sym_RBRACE, - [134114] = 2, + anon_sym_RBRACK, + [136905] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7881), 1, anon_sym_RBRACE, - [134121] = 2, + [136912] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7883), 1, anon_sym_RBRACE, - [134128] = 2, + [136919] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7885), 1, anon_sym_RBRACE, - [134135] = 2, + [136926] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7887), 1, - anon_sym_RBRACE, - [134142] = 2, + anon_sym_DOT, + [136933] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7889), 1, - anon_sym_RBRACK, - [134149] = 2, + anon_sym_DOT, + [136940] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7891), 1, - sym_identifier, - [134156] = 2, + ACTIONS(869), 1, + anon_sym_RBRACE, + [136947] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7893), 1, + ACTIONS(877), 1, anon_sym_RBRACE, - [134163] = 2, + [136954] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(931), 1, + ACTIONS(7891), 1, anon_sym_RBRACE, - [134170] = 2, + [136961] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7893), 1, + anon_sym_RBRACK, + [136968] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7895), 1, - anon_sym_PIPE, - [134177] = 2, + anon_sym_RBRACE, + [136975] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7897), 1, - aux_sym_pseudo_compile_time_identifier_token1, - [134184] = 2, + anon_sym_RBRACE, + [136982] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7899), 1, - anon_sym_RBRACE, - [134191] = 2, + aux_sym_pseudo_compile_time_identifier_token1, + [136989] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7901), 1, anon_sym_RBRACE, - [134198] = 2, + [136996] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7903), 1, anon_sym_RBRACE, - [134205] = 2, + [137003] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7905), 1, - anon_sym_RBRACE, - [134212] = 2, + anon_sym_EQ, + [137010] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7907), 1, - anon_sym_LBRACE, - [134219] = 2, + anon_sym_RBRACK, + [137017] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7909), 1, - anon_sym_RBRACK, - [134226] = 2, + anon_sym_LBRACE, + [137024] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7911), 1, - anon_sym_RBRACK, - [134233] = 2, + anon_sym_RBRACE, + [137031] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7913), 1, anon_sym_RBRACE, - [134240] = 2, + [137038] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7915), 1, - anon_sym_RBRACK, - [134247] = 2, + anon_sym_RBRACE, + [137045] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7917), 1, anon_sym_RBRACE, - [134254] = 2, + [137052] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7919), 1, - aux_sym_pseudo_compile_time_identifier_token1, - [134261] = 2, + anon_sym_RBRACK, + [137059] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7921), 1, anon_sym_RBRACE, - [134268] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(865), 1, - anon_sym_RBRACE, - [134275] = 2, + [137066] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7923), 1, - anon_sym_DOT, - [134282] = 2, + anon_sym_RBRACE, + [137073] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7925), 1, anon_sym_RBRACE, - [134289] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4725), 1, - sym_identifier, - [134296] = 2, + [137080] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7927), 1, - ts_builtin_sym_end, - [134303] = 2, + anon_sym_RBRACK, + [137087] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7929), 1, - anon_sym_RBRACK, - [134310] = 2, + anon_sym_RBRACE, + [137094] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7931), 1, anon_sym_RBRACE, - [134317] = 2, + [137101] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7933), 1, - anon_sym_RBRACE, - [134324] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7935), 1, - anon_sym_RBRACE, - [134331] = 2, + anon_sym_DOT, + [137108] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(919), 1, + ACTIONS(931), 1, anon_sym_RBRACE, - [134338] = 2, + [137115] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(901), 1, - anon_sym_RBRACE, - [134345] = 2, + ACTIONS(7935), 1, + anon_sym_LBRACE, + [137122] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7937), 1, - anon_sym_RBRACE, - [134352] = 2, + anon_sym_LBRACE, + [137129] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7939), 1, - anon_sym_RBRACE, - [134359] = 2, + anon_sym_RBRACK, + [137136] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7941), 1, - anon_sym_RBRACE, - [134366] = 2, + anon_sym_LBRACE, + [137143] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(873), 1, - anon_sym_RBRACE, - [134373] = 2, + ACTIONS(7943), 1, + sym_int_literal, + [137150] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7943), 1, + ACTIONS(7945), 1, anon_sym_RBRACE, - [134380] = 2, + [137157] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7945), 1, + ACTIONS(4711), 1, + sym_identifier, + [137164] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6666), 1, anon_sym_RBRACE, - [134387] = 2, + [137171] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7947), 1, - anon_sym_LPAREN, - [134394] = 2, + anon_sym_RBRACE, + [137178] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7949), 1, - sym_identifier, - [134401] = 2, - ACTIONS(487), 1, + anon_sym_RBRACE, + [137185] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(7951), 1, - aux_sym_hash_statement_token1, - [134408] = 2, + anon_sym_RBRACE, + [137192] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7953), 1, - anon_sym_RBRACK, - [134415] = 2, - ACTIONS(487), 1, + anon_sym_RBRACE, + [137199] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(7955), 1, - aux_sym_hash_statement_token1, - [134422] = 2, + anon_sym_RBRACE, + [137206] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7347), 1, + anon_sym_RPAREN, + [137213] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7957), 1, - anon_sym_LPAREN, - [134429] = 2, + anon_sym_RBRACK, + [137220] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7959), 1, anon_sym_RBRACE, - [134436] = 2, + [137227] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7961), 1, + ACTIONS(937), 1, anon_sym_RBRACE, - [134443] = 2, + [137234] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(875), 1, - anon_sym_RBRACE, - [134450] = 2, + ACTIONS(7961), 1, + ts_builtin_sym_end, + [137241] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7963), 1, - anon_sym_LPAREN, - [134457] = 2, + sym_identifier, + [137248] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(7965), 1, + ACTIONS(897), 1, anon_sym_RBRACE, - [134464] = 2, + [137255] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7965), 1, + sym_identifier, + [137262] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7967), 1, anon_sym_RBRACE, - [134471] = 2, + [137269] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7969), 1, - anon_sym_RBRACE, - [134478] = 2, + anon_sym_LBRACE, + [137276] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7971), 1, - anon_sym_LPAREN, - [134485] = 2, + anon_sym_RBRACE, + [137283] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7973), 1, - aux_sym_pseudo_compile_time_identifier_token1, - [134492] = 2, + anon_sym_RBRACE, + [137290] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7975), 1, - aux_sym_pseudo_compile_time_identifier_token1, - [134499] = 2, - ACTIONS(3), 1, + anon_sym_RBRACE, + [137297] = 2, + ACTIONS(487), 1, sym_comment, ACTIONS(7977), 1, - anon_sym_RBRACK, - [134506] = 2, + aux_sym_hash_statement_token1, + [137304] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7979), 1, - anon_sym_LPAREN, - [134513] = 2, + anon_sym_RBRACE, + [137311] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7981), 1, - aux_sym_pseudo_compile_time_identifier_token1, - [134520] = 2, + sym_identifier, + [137318] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7983), 1, - anon_sym_RBRACE, - [134527] = 2, - ACTIONS(3), 1, + sym_identifier, + [137325] = 2, + ACTIONS(487), 1, sym_comment, ACTIONS(7985), 1, - sym_identifier, - [134534] = 2, + aux_sym_hash_statement_token1, + [137332] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7987), 1, - anon_sym_LPAREN, - [134541] = 2, + anon_sym_RBRACK, + [137339] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7989), 1, - anon_sym_EQ, - [134548] = 2, + anon_sym_RBRACE, + [137346] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7991), 1, - anon_sym_LBRACE, - [134555] = 2, + anon_sym_LPAREN, + [137353] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7993), 1, anon_sym_RBRACE, - [134562] = 2, + [137360] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7995), 1, - anon_sym_LPAREN, - [134569] = 2, + anon_sym_RBRACE, + [137367] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7997), 1, - anon_sym_RBRACE, - [134576] = 2, + aux_sym_pseudo_compile_time_identifier_token1, + [137374] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(7999), 1, - anon_sym_RBRACK, - [134583] = 2, + anon_sym_RBRACE, + [137381] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8001), 1, - sym_identifier, - [134590] = 2, + anon_sym_LPAREN, + [137388] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8003), 1, - anon_sym_LPAREN, - [134597] = 2, + aux_sym_pseudo_compile_time_identifier_token1, + [137395] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8005), 1, - sym_identifier, - [134604] = 2, + anon_sym_RBRACE, + [137402] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8007), 1, - aux_sym_pseudo_compile_time_identifier_token1, - [134611] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(921), 1, anon_sym_RBRACE, - [134618] = 2, + [137409] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8009), 1, anon_sym_LPAREN, - [134625] = 2, + [137416] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(6796), 1, - sym_identifier, - [134632] = 2, + ACTIONS(469), 1, + anon_sym_RBRACE, + [137423] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8011), 1, + ACTIONS(907), 1, anon_sym_RBRACE, - [134639] = 2, + [137430] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8011), 1, + aux_sym_pseudo_compile_time_identifier_token1, + [137437] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8013), 1, - anon_sym_LBRACE, - [134646] = 2, + anon_sym_LPAREN, + [137444] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8015), 1, - anon_sym_LPAREN, - [134653] = 2, + anon_sym_RBRACE, + [137451] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8017), 1, - anon_sym_LBRACE, - [134660] = 2, + anon_sym_RBRACE, + [137458] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8019), 1, anon_sym_RBRACE, - [134667] = 2, + [137465] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8021), 1, - sym_identifier, - [134674] = 2, + anon_sym_LPAREN, + [137472] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(911), 1, + ACTIONS(883), 1, anon_sym_RBRACE, - [134681] = 2, + [137479] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8023), 1, anon_sym_RBRACE, - [134688] = 2, + [137486] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8025), 1, anon_sym_RBRACE, - [134695] = 2, + [137493] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8027), 1, - anon_sym_RBRACE, - [134702] = 2, + anon_sym_LPAREN, + [137500] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8029), 1, - anon_sym_RBRACE, - [134709] = 2, + sym_identifier, + [137507] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8031), 1, - anon_sym_RBRACK, - [134716] = 2, + anon_sym_RBRACE, + [137514] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8033), 1, - anon_sym_RBRACE, - [134723] = 2, + sym_identifier, + [137521] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(8035), 1, + anon_sym_LPAREN, + [137528] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8037), 1, anon_sym_RBRACE, - [134730] = 2, + [137535] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(903), 1, + ACTIONS(8039), 1, anon_sym_RBRACE, - [134737] = 2, + [137542] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(8037), 1, + ACTIONS(8041), 1, + anon_sym_RBRACE, + [137549] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8043), 1, + anon_sym_LPAREN, + [137556] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6776), 1, + sym_identifier, + [137563] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(915), 1, + anon_sym_RBRACE, + [137570] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8045), 1, + anon_sym_RBRACK, + [137577] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8047), 1, + anon_sym_LPAREN, + [137584] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4775), 1, + sym_identifier, + [137591] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8049), 1, + anon_sym_RBRACE, + [137598] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8051), 1, + sym_identifier, + [137605] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8053), 1, + anon_sym_LPAREN, + [137612] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8055), 1, + anon_sym_RBRACE, + [137619] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8057), 1, + anon_sym_RBRACE, + [137626] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8059), 1, + anon_sym_RBRACE, + [137633] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8061), 1, + anon_sym_RBRACE, + [137640] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8063), 1, + anon_sym_RBRACE, + [137647] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8065), 1, + anon_sym_RBRACE, + [137654] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(919), 1, + anon_sym_RBRACE, + [137661] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(929), 1, anon_sym_RBRACE, + [137668] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8067), 1, + anon_sym_RBRACE, + [137675] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(933), 1, + anon_sym_RBRACE, + [137682] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8069), 1, + anon_sym_RBRACE, + [137689] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8071), 1, + anon_sym_RBRACE, + [137696] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8073), 1, + anon_sym_LBRACE, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(1598)] = 0, - [SMALL_STATE(1599)] = 71, - [SMALL_STATE(1600)] = 142, - [SMALL_STATE(1601)] = 213, - [SMALL_STATE(1602)] = 284, - [SMALL_STATE(1603)] = 355, - [SMALL_STATE(1604)] = 424, - [SMALL_STATE(1605)] = 493, - [SMALL_STATE(1606)] = 616, - [SMALL_STATE(1607)] = 685, - [SMALL_STATE(1608)] = 754, - [SMALL_STATE(1609)] = 823, - [SMALL_STATE(1610)] = 892, - [SMALL_STATE(1611)] = 961, - [SMALL_STATE(1612)] = 1030, - [SMALL_STATE(1613)] = 1099, - [SMALL_STATE(1614)] = 1168, - [SMALL_STATE(1615)] = 1278, - [SMALL_STATE(1616)] = 1372, - [SMALL_STATE(1617)] = 1468, - [SMALL_STATE(1618)] = 1578, - [SMALL_STATE(1619)] = 1666, - [SMALL_STATE(1620)] = 1754, - [SMALL_STATE(1621)] = 1840, - [SMALL_STATE(1622)] = 1926, - [SMALL_STATE(1623)] = 2010, - [SMALL_STATE(1624)] = 2130, - [SMALL_STATE(1625)] = 2214, - [SMALL_STATE(1626)] = 2302, - [SMALL_STATE(1627)] = 2386, - [SMALL_STATE(1628)] = 2453, - [SMALL_STATE(1629)] = 2566, - [SMALL_STATE(1630)] = 2633, - [SMALL_STATE(1631)] = 2704, - [SMALL_STATE(1632)] = 2775, - [SMALL_STATE(1633)] = 2841, - [SMALL_STATE(1634)] = 2907, - [SMALL_STATE(1635)] = 2973, - [SMALL_STATE(1636)] = 3039, - [SMALL_STATE(1637)] = 3105, - [SMALL_STATE(1638)] = 3171, - [SMALL_STATE(1639)] = 3253, - [SMALL_STATE(1640)] = 3319, - [SMALL_STATE(1641)] = 3427, - [SMALL_STATE(1642)] = 3493, - [SMALL_STATE(1643)] = 3561, - [SMALL_STATE(1644)] = 3627, - [SMALL_STATE(1645)] = 3693, - [SMALL_STATE(1646)] = 3777, - [SMALL_STATE(1647)] = 3845, - [SMALL_STATE(1648)] = 3911, - [SMALL_STATE(1649)] = 3997, - [SMALL_STATE(1650)] = 4089, - [SMALL_STATE(1651)] = 4183, - [SMALL_STATE(1652)] = 4269, - [SMALL_STATE(1653)] = 4355, - [SMALL_STATE(1654)] = 4421, - [SMALL_STATE(1655)] = 4487, - [SMALL_STATE(1656)] = 4553, - [SMALL_STATE(1657)] = 4619, - [SMALL_STATE(1658)] = 4685, - [SMALL_STATE(1659)] = 4751, - [SMALL_STATE(1660)] = 4817, - [SMALL_STATE(1661)] = 4883, - [SMALL_STATE(1662)] = 4949, - [SMALL_STATE(1663)] = 5073, - [SMALL_STATE(1664)] = 5139, - [SMALL_STATE(1665)] = 5207, - [SMALL_STATE(1666)] = 5273, - [SMALL_STATE(1667)] = 5341, - [SMALL_STATE(1668)] = 5409, - [SMALL_STATE(1669)] = 5477, - [SMALL_STATE(1670)] = 5545, - [SMALL_STATE(1671)] = 5669, - [SMALL_STATE(1672)] = 5751, - [SMALL_STATE(1673)] = 5859, - [SMALL_STATE(1674)] = 5967, - [SMALL_STATE(1675)] = 6049, - [SMALL_STATE(1676)] = 6119, - [SMALL_STATE(1677)] = 6184, - [SMALL_STATE(1678)] = 6249, - [SMALL_STATE(1679)] = 6314, - [SMALL_STATE(1680)] = 6379, - [SMALL_STATE(1681)] = 6444, - [SMALL_STATE(1682)] = 6509, - [SMALL_STATE(1683)] = 6574, - [SMALL_STATE(1684)] = 6639, - [SMALL_STATE(1685)] = 6704, - [SMALL_STATE(1686)] = 6769, - [SMALL_STATE(1687)] = 6834, - [SMALL_STATE(1688)] = 6899, - [SMALL_STATE(1689)] = 6964, - [SMALL_STATE(1690)] = 7029, - [SMALL_STATE(1691)] = 7094, - [SMALL_STATE(1692)] = 7161, - [SMALL_STATE(1693)] = 7226, - [SMALL_STATE(1694)] = 7291, - [SMALL_STATE(1695)] = 7356, - [SMALL_STATE(1696)] = 7421, - [SMALL_STATE(1697)] = 7486, - [SMALL_STATE(1698)] = 7551, - [SMALL_STATE(1699)] = 7616, - [SMALL_STATE(1700)] = 7683, - [SMALL_STATE(1701)] = 7750, - [SMALL_STATE(1702)] = 7815, - [SMALL_STATE(1703)] = 7880, - [SMALL_STATE(1704)] = 7947, - [SMALL_STATE(1705)] = 8012, - [SMALL_STATE(1706)] = 8077, - [SMALL_STATE(1707)] = 8142, - [SMALL_STATE(1708)] = 8207, - [SMALL_STATE(1709)] = 8272, - [SMALL_STATE(1710)] = 8337, - [SMALL_STATE(1711)] = 8402, - [SMALL_STATE(1712)] = 8467, - [SMALL_STATE(1713)] = 8532, - [SMALL_STATE(1714)] = 8597, - [SMALL_STATE(1715)] = 8662, - [SMALL_STATE(1716)] = 8727, - [SMALL_STATE(1717)] = 8792, - [SMALL_STATE(1718)] = 8857, - [SMALL_STATE(1719)] = 8922, - [SMALL_STATE(1720)] = 8987, - [SMALL_STATE(1721)] = 9052, - [SMALL_STATE(1722)] = 9117, - [SMALL_STATE(1723)] = 9182, - [SMALL_STATE(1724)] = 9249, - [SMALL_STATE(1725)] = 9314, - [SMALL_STATE(1726)] = 9383, - [SMALL_STATE(1727)] = 9448, - [SMALL_STATE(1728)] = 9517, - [SMALL_STATE(1729)] = 9582, - [SMALL_STATE(1730)] = 9647, - [SMALL_STATE(1731)] = 9712, - [SMALL_STATE(1732)] = 9777, - [SMALL_STATE(1733)] = 9842, - [SMALL_STATE(1734)] = 9907, - [SMALL_STATE(1735)] = 9974, - [SMALL_STATE(1736)] = 10039, - [SMALL_STATE(1737)] = 10104, - [SMALL_STATE(1738)] = 10169, - [SMALL_STATE(1739)] = 10234, - [SMALL_STATE(1740)] = 10299, - [SMALL_STATE(1741)] = 10364, - [SMALL_STATE(1742)] = 10429, - [SMALL_STATE(1743)] = 10494, - [SMALL_STATE(1744)] = 10559, - [SMALL_STATE(1745)] = 10624, - [SMALL_STATE(1746)] = 10689, - [SMALL_STATE(1747)] = 10754, - [SMALL_STATE(1748)] = 10819, - [SMALL_STATE(1749)] = 10886, - [SMALL_STATE(1750)] = 10953, - [SMALL_STATE(1751)] = 11018, - [SMALL_STATE(1752)] = 11083, - [SMALL_STATE(1753)] = 11148, - [SMALL_STATE(1754)] = 11213, - [SMALL_STATE(1755)] = 11278, - [SMALL_STATE(1756)] = 11343, - [SMALL_STATE(1757)] = 11408, - [SMALL_STATE(1758)] = 11473, - [SMALL_STATE(1759)] = 11538, - [SMALL_STATE(1760)] = 11603, - [SMALL_STATE(1761)] = 11670, - [SMALL_STATE(1762)] = 11734, - [SMALL_STATE(1763)] = 11818, - [SMALL_STATE(1764)] = 11934, - [SMALL_STATE(1765)] = 12018, - [SMALL_STATE(1766)] = 12106, - [SMALL_STATE(1767)] = 12202, - [SMALL_STATE(1768)] = 12286, - [SMALL_STATE(1769)] = 12384, - [SMALL_STATE(1770)] = 12496, - [SMALL_STATE(1771)] = 12608, - [SMALL_STATE(1772)] = 12692, - [SMALL_STATE(1773)] = 12758, - [SMALL_STATE(1774)] = 12846, - [SMALL_STATE(1775)] = 12934, - [SMALL_STATE(1776)] = 13000, - [SMALL_STATE(1777)] = 13066, - [SMALL_STATE(1778)] = 13182, - [SMALL_STATE(1779)] = 13266, - [SMALL_STATE(1780)] = 13378, - [SMALL_STATE(1781)] = 13490, - [SMALL_STATE(1782)] = 13574, - [SMALL_STATE(1783)] = 13638, - [SMALL_STATE(1784)] = 13704, - [SMALL_STATE(1785)] = 13768, - [SMALL_STATE(1786)] = 13864, - [SMALL_STATE(1787)] = 13950, - [SMALL_STATE(1788)] = 14016, - [SMALL_STATE(1789)] = 14102, - [SMALL_STATE(1790)] = 14220, - [SMALL_STATE(1791)] = 14318, - [SMALL_STATE(1792)] = 14382, - [SMALL_STATE(1793)] = 14446, - [SMALL_STATE(1794)] = 14512, - [SMALL_STATE(1795)] = 14600, - [SMALL_STATE(1796)] = 14688, - [SMALL_STATE(1797)] = 14776, - [SMALL_STATE(1798)] = 14839, - [SMALL_STATE(1799)] = 14902, - [SMALL_STATE(1800)] = 14965, - [SMALL_STATE(1801)] = 15028, - [SMALL_STATE(1802)] = 15091, - [SMALL_STATE(1803)] = 15154, - [SMALL_STATE(1804)] = 15217, - [SMALL_STATE(1805)] = 15280, - [SMALL_STATE(1806)] = 15343, - [SMALL_STATE(1807)] = 15406, - [SMALL_STATE(1808)] = 15469, - [SMALL_STATE(1809)] = 15532, - [SMALL_STATE(1810)] = 15595, - [SMALL_STATE(1811)] = 15706, - [SMALL_STATE(1812)] = 15817, - [SMALL_STATE(1813)] = 15880, - [SMALL_STATE(1814)] = 15943, - [SMALL_STATE(1815)] = 16006, - [SMALL_STATE(1816)] = 16069, - [SMALL_STATE(1817)] = 16154, - [SMALL_STATE(1818)] = 16217, - [SMALL_STATE(1819)] = 16280, - [SMALL_STATE(1820)] = 16343, - [SMALL_STATE(1821)] = 16454, - [SMALL_STATE(1822)] = 16519, - [SMALL_STATE(1823)] = 16582, - [SMALL_STATE(1824)] = 16645, - [SMALL_STATE(1825)] = 16708, - [SMALL_STATE(1826)] = 16779, - [SMALL_STATE(1827)] = 16844, - [SMALL_STATE(1828)] = 16907, - [SMALL_STATE(1829)] = 16972, - [SMALL_STATE(1830)] = 17035, - [SMALL_STATE(1831)] = 17098, - [SMALL_STATE(1832)] = 17161, - [SMALL_STATE(1833)] = 17224, - [SMALL_STATE(1834)] = 17287, - [SMALL_STATE(1835)] = 17350, - [SMALL_STATE(1836)] = 17413, - [SMALL_STATE(1837)] = 17476, - [SMALL_STATE(1838)] = 17539, - [SMALL_STATE(1839)] = 17602, - [SMALL_STATE(1840)] = 17665, - [SMALL_STATE(1841)] = 17728, - [SMALL_STATE(1842)] = 17791, - [SMALL_STATE(1843)] = 17854, - [SMALL_STATE(1844)] = 17917, - [SMALL_STATE(1845)] = 17980, - [SMALL_STATE(1846)] = 18043, - [SMALL_STATE(1847)] = 18106, - [SMALL_STATE(1848)] = 18169, - [SMALL_STATE(1849)] = 18232, - [SMALL_STATE(1850)] = 18295, - [SMALL_STATE(1851)] = 18362, - [SMALL_STATE(1852)] = 18429, - [SMALL_STATE(1853)] = 18492, - [SMALL_STATE(1854)] = 18555, - [SMALL_STATE(1855)] = 18618, - [SMALL_STATE(1856)] = 18681, - [SMALL_STATE(1857)] = 18744, - [SMALL_STATE(1858)] = 18807, - [SMALL_STATE(1859)] = 18870, - [SMALL_STATE(1860)] = 18933, - [SMALL_STATE(1861)] = 18996, - [SMALL_STATE(1862)] = 19059, - [SMALL_STATE(1863)] = 19122, - [SMALL_STATE(1864)] = 19185, - [SMALL_STATE(1865)] = 19248, - [SMALL_STATE(1866)] = 19311, - [SMALL_STATE(1867)] = 19374, - [SMALL_STATE(1868)] = 19437, - [SMALL_STATE(1869)] = 19500, - [SMALL_STATE(1870)] = 19567, - [SMALL_STATE(1871)] = 19630, - [SMALL_STATE(1872)] = 19693, - [SMALL_STATE(1873)] = 19756, - [SMALL_STATE(1874)] = 19819, - [SMALL_STATE(1875)] = 19882, - [SMALL_STATE(1876)] = 19945, - [SMALL_STATE(1877)] = 20008, - [SMALL_STATE(1878)] = 20071, - [SMALL_STATE(1879)] = 20134, - [SMALL_STATE(1880)] = 20197, - [SMALL_STATE(1881)] = 20260, - [SMALL_STATE(1882)] = 20323, - [SMALL_STATE(1883)] = 20386, - [SMALL_STATE(1884)] = 20449, - [SMALL_STATE(1885)] = 20512, - [SMALL_STATE(1886)] = 20575, - [SMALL_STATE(1887)] = 20638, - [SMALL_STATE(1888)] = 20701, - [SMALL_STATE(1889)] = 20812, - [SMALL_STATE(1890)] = 20877, - [SMALL_STATE(1891)] = 20940, - [SMALL_STATE(1892)] = 21003, - [SMALL_STATE(1893)] = 21066, - [SMALL_STATE(1894)] = 21129, - [SMALL_STATE(1895)] = 21216, - [SMALL_STATE(1896)] = 21279, - [SMALL_STATE(1897)] = 21342, - [SMALL_STATE(1898)] = 21405, - [SMALL_STATE(1899)] = 21468, - [SMALL_STATE(1900)] = 21563, - [SMALL_STATE(1901)] = 21660, - [SMALL_STATE(1902)] = 21723, - [SMALL_STATE(1903)] = 21786, - [SMALL_STATE(1904)] = 21873, - [SMALL_STATE(1905)] = 21936, - [SMALL_STATE(1906)] = 21999, - [SMALL_STATE(1907)] = 22086, - [SMALL_STATE(1908)] = 22149, - [SMALL_STATE(1909)] = 22216, - [SMALL_STATE(1910)] = 22279, - [SMALL_STATE(1911)] = 22344, - [SMALL_STATE(1912)] = 22407, - [SMALL_STATE(1913)] = 22470, - [SMALL_STATE(1914)] = 22533, - [SMALL_STATE(1915)] = 22596, - [SMALL_STATE(1916)] = 22659, - [SMALL_STATE(1917)] = 22723, - [SMALL_STATE(1918)] = 22833, - [SMALL_STATE(1919)] = 22943, - [SMALL_STATE(1920)] = 23007, - [SMALL_STATE(1921)] = 23071, - [SMALL_STATE(1922)] = 23181, - [SMALL_STATE(1923)] = 23251, - [SMALL_STATE(1924)] = 23315, - [SMALL_STATE(1925)] = 23379, - [SMALL_STATE(1926)] = 23443, - [SMALL_STATE(1927)] = 23553, - [SMALL_STATE(1928)] = 23614, - [SMALL_STATE(1929)] = 23675, - [SMALL_STATE(1930)] = 23736, - [SMALL_STATE(1931)] = 23797, - [SMALL_STATE(1932)] = 23858, - [SMALL_STATE(1933)] = 23919, - [SMALL_STATE(1934)] = 23980, - [SMALL_STATE(1935)] = 24041, - [SMALL_STATE(1936)] = 24102, - [SMALL_STATE(1937)] = 24163, - [SMALL_STATE(1938)] = 24224, - [SMALL_STATE(1939)] = 24285, - [SMALL_STATE(1940)] = 24346, - [SMALL_STATE(1941)] = 24407, - [SMALL_STATE(1942)] = 24468, - [SMALL_STATE(1943)] = 24529, - [SMALL_STATE(1944)] = 24590, - [SMALL_STATE(1945)] = 24651, - [SMALL_STATE(1946)] = 24712, - [SMALL_STATE(1947)] = 24773, - [SMALL_STATE(1948)] = 24834, - [SMALL_STATE(1949)] = 24895, - [SMALL_STATE(1950)] = 24956, - [SMALL_STATE(1951)] = 25017, - [SMALL_STATE(1952)] = 25078, - [SMALL_STATE(1953)] = 25139, - [SMALL_STATE(1954)] = 25200, - [SMALL_STATE(1955)] = 25261, - [SMALL_STATE(1956)] = 25324, - [SMALL_STATE(1957)] = 25385, - [SMALL_STATE(1958)] = 25446, - [SMALL_STATE(1959)] = 25507, - [SMALL_STATE(1960)] = 25568, - [SMALL_STATE(1961)] = 25629, - [SMALL_STATE(1962)] = 25690, - [SMALL_STATE(1963)] = 25751, - [SMALL_STATE(1964)] = 25812, - [SMALL_STATE(1965)] = 25873, - [SMALL_STATE(1966)] = 25934, - [SMALL_STATE(1967)] = 25995, - [SMALL_STATE(1968)] = 26056, - [SMALL_STATE(1969)] = 26117, - [SMALL_STATE(1970)] = 26178, - [SMALL_STATE(1971)] = 26239, - [SMALL_STATE(1972)] = 26300, - [SMALL_STATE(1973)] = 26361, - [SMALL_STATE(1974)] = 26422, - [SMALL_STATE(1975)] = 26483, - [SMALL_STATE(1976)] = 26544, - [SMALL_STATE(1977)] = 26605, - [SMALL_STATE(1978)] = 26666, - [SMALL_STATE(1979)] = 26727, - [SMALL_STATE(1980)] = 26788, - [SMALL_STATE(1981)] = 26849, - [SMALL_STATE(1982)] = 26910, - [SMALL_STATE(1983)] = 26971, - [SMALL_STATE(1984)] = 27032, - [SMALL_STATE(1985)] = 27093, - [SMALL_STATE(1986)] = 27154, - [SMALL_STATE(1987)] = 27215, - [SMALL_STATE(1988)] = 27276, - [SMALL_STATE(1989)] = 27337, - [SMALL_STATE(1990)] = 27398, - [SMALL_STATE(1991)] = 27459, - [SMALL_STATE(1992)] = 27520, - [SMALL_STATE(1993)] = 27581, - [SMALL_STATE(1994)] = 27642, - [SMALL_STATE(1995)] = 27703, - [SMALL_STATE(1996)] = 27764, - [SMALL_STATE(1997)] = 27825, - [SMALL_STATE(1998)] = 27886, - [SMALL_STATE(1999)] = 27947, - [SMALL_STATE(2000)] = 28008, - [SMALL_STATE(2001)] = 28069, - [SMALL_STATE(2002)] = 28130, - [SMALL_STATE(2003)] = 28191, - [SMALL_STATE(2004)] = 28252, - [SMALL_STATE(2005)] = 28313, - [SMALL_STATE(2006)] = 28374, - [SMALL_STATE(2007)] = 28435, - [SMALL_STATE(2008)] = 28500, - [SMALL_STATE(2009)] = 28563, - [SMALL_STATE(2010)] = 28626, - [SMALL_STATE(2011)] = 28691, - [SMALL_STATE(2012)] = 28752, - [SMALL_STATE(2013)] = 28813, - [SMALL_STATE(2014)] = 28874, - [SMALL_STATE(2015)] = 28935, - [SMALL_STATE(2016)] = 28996, - [SMALL_STATE(2017)] = 29057, - [SMALL_STATE(2018)] = 29118, - [SMALL_STATE(2019)] = 29179, - [SMALL_STATE(2020)] = 29240, - [SMALL_STATE(2021)] = 29301, - [SMALL_STATE(2022)] = 29362, - [SMALL_STATE(2023)] = 29423, - [SMALL_STATE(2024)] = 29484, - [SMALL_STATE(2025)] = 29545, - [SMALL_STATE(2026)] = 29606, - [SMALL_STATE(2027)] = 29667, - [SMALL_STATE(2028)] = 29728, - [SMALL_STATE(2029)] = 29789, - [SMALL_STATE(2030)] = 29850, - [SMALL_STATE(2031)] = 29911, - [SMALL_STATE(2032)] = 29972, - [SMALL_STATE(2033)] = 30033, - [SMALL_STATE(2034)] = 30094, - [SMALL_STATE(2035)] = 30155, - [SMALL_STATE(2036)] = 30216, - [SMALL_STATE(2037)] = 30277, - [SMALL_STATE(2038)] = 30340, - [SMALL_STATE(2039)] = 30401, - [SMALL_STATE(2040)] = 30462, - [SMALL_STATE(2041)] = 30523, - [SMALL_STATE(2042)] = 30584, - [SMALL_STATE(2043)] = 30645, - [SMALL_STATE(2044)] = 30706, - [SMALL_STATE(2045)] = 30767, - [SMALL_STATE(2046)] = 30828, - [SMALL_STATE(2047)] = 30889, - [SMALL_STATE(2048)] = 30950, - [SMALL_STATE(2049)] = 31011, - [SMALL_STATE(2050)] = 31072, - [SMALL_STATE(2051)] = 31133, - [SMALL_STATE(2052)] = 31194, - [SMALL_STATE(2053)] = 31255, - [SMALL_STATE(2054)] = 31316, - [SMALL_STATE(2055)] = 31377, - [SMALL_STATE(2056)] = 31438, - [SMALL_STATE(2057)] = 31503, - [SMALL_STATE(2058)] = 31564, - [SMALL_STATE(2059)] = 31625, - [SMALL_STATE(2060)] = 31686, - [SMALL_STATE(2061)] = 31751, - [SMALL_STATE(2062)] = 31812, - [SMALL_STATE(2063)] = 31873, - [SMALL_STATE(2064)] = 31934, - [SMALL_STATE(2065)] = 31995, - [SMALL_STATE(2066)] = 32056, - [SMALL_STATE(2067)] = 32117, - [SMALL_STATE(2068)] = 32178, - [SMALL_STATE(2069)] = 32239, - [SMALL_STATE(2070)] = 32300, - [SMALL_STATE(2071)] = 32361, - [SMALL_STATE(2072)] = 32422, - [SMALL_STATE(2073)] = 32483, - [SMALL_STATE(2074)] = 32544, - [SMALL_STATE(2075)] = 32605, - [SMALL_STATE(2076)] = 32666, - [SMALL_STATE(2077)] = 32727, - [SMALL_STATE(2078)] = 32788, - [SMALL_STATE(2079)] = 32849, - [SMALL_STATE(2080)] = 32910, - [SMALL_STATE(2081)] = 32971, - [SMALL_STATE(2082)] = 33032, - [SMALL_STATE(2083)] = 33093, - [SMALL_STATE(2084)] = 33154, - [SMALL_STATE(2085)] = 33215, - [SMALL_STATE(2086)] = 33276, - [SMALL_STATE(2087)] = 33337, - [SMALL_STATE(2088)] = 33398, - [SMALL_STATE(2089)] = 33459, - [SMALL_STATE(2090)] = 33520, - [SMALL_STATE(2091)] = 33583, - [SMALL_STATE(2092)] = 33644, - [SMALL_STATE(2093)] = 33705, - [SMALL_STATE(2094)] = 33766, - [SMALL_STATE(2095)] = 33831, - [SMALL_STATE(2096)] = 33892, - [SMALL_STATE(2097)] = 33953, - [SMALL_STATE(2098)] = 34014, - [SMALL_STATE(2099)] = 34075, - [SMALL_STATE(2100)] = 34140, - [SMALL_STATE(2101)] = 34201, - [SMALL_STATE(2102)] = 34262, - [SMALL_STATE(2103)] = 34323, - [SMALL_STATE(2104)] = 34386, - [SMALL_STATE(2105)] = 34447, - [SMALL_STATE(2106)] = 34508, - [SMALL_STATE(2107)] = 34569, - [SMALL_STATE(2108)] = 34632, - [SMALL_STATE(2109)] = 34693, - [SMALL_STATE(2110)] = 34754, - [SMALL_STATE(2111)] = 34815, - [SMALL_STATE(2112)] = 34876, - [SMALL_STATE(2113)] = 34937, - [SMALL_STATE(2114)] = 34998, - [SMALL_STATE(2115)] = 35059, - [SMALL_STATE(2116)] = 35120, - [SMALL_STATE(2117)] = 35181, - [SMALL_STATE(2118)] = 35242, - [SMALL_STATE(2119)] = 35305, - [SMALL_STATE(2120)] = 35366, - [SMALL_STATE(2121)] = 35429, - [SMALL_STATE(2122)] = 35492, - [SMALL_STATE(2123)] = 35553, - [SMALL_STATE(2124)] = 35614, - [SMALL_STATE(2125)] = 35675, - [SMALL_STATE(2126)] = 35736, - [SMALL_STATE(2127)] = 35797, - [SMALL_STATE(2128)] = 35858, - [SMALL_STATE(2129)] = 35919, - [SMALL_STATE(2130)] = 35982, - [SMALL_STATE(2131)] = 36045, - [SMALL_STATE(2132)] = 36106, - [SMALL_STATE(2133)] = 36167, - [SMALL_STATE(2134)] = 36228, - [SMALL_STATE(2135)] = 36289, - [SMALL_STATE(2136)] = 36350, - [SMALL_STATE(2137)] = 36411, - [SMALL_STATE(2138)] = 36472, - [SMALL_STATE(2139)] = 36533, - [SMALL_STATE(2140)] = 36594, - [SMALL_STATE(2141)] = 36655, - [SMALL_STATE(2142)] = 36716, - [SMALL_STATE(2143)] = 36777, - [SMALL_STATE(2144)] = 36838, - [SMALL_STATE(2145)] = 36913, - [SMALL_STATE(2146)] = 36976, - [SMALL_STATE(2147)] = 37051, - [SMALL_STATE(2148)] = 37126, - [SMALL_STATE(2149)] = 37188, - [SMALL_STATE(2150)] = 37250, - [SMALL_STATE(2151)] = 37314, - [SMALL_STATE(2152)] = 37373, - [SMALL_STATE(2153)] = 37430, - [SMALL_STATE(2154)] = 37487, - [SMALL_STATE(2155)] = 37592, - [SMALL_STATE(2156)] = 37655, - [SMALL_STATE(2157)] = 37712, - [SMALL_STATE(2158)] = 37769, - [SMALL_STATE(2159)] = 37826, - [SMALL_STATE(2160)] = 37885, - [SMALL_STATE(2161)] = 37944, - [SMALL_STATE(2162)] = 38001, - [SMALL_STATE(2163)] = 38062, - [SMALL_STATE(2164)] = 38119, - [SMALL_STATE(2165)] = 38176, - [SMALL_STATE(2166)] = 38235, - [SMALL_STATE(2167)] = 38292, - [SMALL_STATE(2168)] = 38348, - [SMALL_STATE(2169)] = 38404, - [SMALL_STATE(2170)] = 38460, - [SMALL_STATE(2171)] = 38516, - [SMALL_STATE(2172)] = 38572, - [SMALL_STATE(2173)] = 38628, - [SMALL_STATE(2174)] = 38684, - [SMALL_STATE(2175)] = 38740, - [SMALL_STATE(2176)] = 38796, - [SMALL_STATE(2177)] = 38900, - [SMALL_STATE(2178)] = 38956, - [SMALL_STATE(2179)] = 39012, - [SMALL_STATE(2180)] = 39068, - [SMALL_STATE(2181)] = 39124, - [SMALL_STATE(2182)] = 39180, - [SMALL_STATE(2183)] = 39236, - [SMALL_STATE(2184)] = 39294, - [SMALL_STATE(2185)] = 39350, - [SMALL_STATE(2186)] = 39406, - [SMALL_STATE(2187)] = 39484, - [SMALL_STATE(2188)] = 39540, - [SMALL_STATE(2189)] = 39596, - [SMALL_STATE(2190)] = 39652, - [SMALL_STATE(2191)] = 39708, - [SMALL_STATE(2192)] = 39764, - [SMALL_STATE(2193)] = 39820, - [SMALL_STATE(2194)] = 39876, - [SMALL_STATE(2195)] = 39974, - [SMALL_STATE(2196)] = 40030, - [SMALL_STATE(2197)] = 40086, - [SMALL_STATE(2198)] = 40142, - [SMALL_STATE(2199)] = 40198, - [SMALL_STATE(2200)] = 40254, - [SMALL_STATE(2201)] = 40310, - [SMALL_STATE(2202)] = 40366, - [SMALL_STATE(2203)] = 40422, - [SMALL_STATE(2204)] = 40500, - [SMALL_STATE(2205)] = 40556, - [SMALL_STATE(2206)] = 40614, - [SMALL_STATE(2207)] = 40670, - [SMALL_STATE(2208)] = 40728, - [SMALL_STATE(2209)] = 40784, - [SMALL_STATE(2210)] = 40840, - [SMALL_STATE(2211)] = 40896, - [SMALL_STATE(2212)] = 40952, - [SMALL_STATE(2213)] = 41008, - [SMALL_STATE(2214)] = 41064, - [SMALL_STATE(2215)] = 41120, - [SMALL_STATE(2216)] = 41176, - [SMALL_STATE(2217)] = 41232, - [SMALL_STATE(2218)] = 41288, - [SMALL_STATE(2219)] = 41344, - [SMALL_STATE(2220)] = 41402, - [SMALL_STATE(2221)] = 41458, - [SMALL_STATE(2222)] = 41514, - [SMALL_STATE(2223)] = 41570, - [SMALL_STATE(2224)] = 41626, - [SMALL_STATE(2225)] = 41682, - [SMALL_STATE(2226)] = 41760, - [SMALL_STATE(2227)] = 41816, - [SMALL_STATE(2228)] = 41914, - [SMALL_STATE(2229)] = 41970, - [SMALL_STATE(2230)] = 42026, - [SMALL_STATE(2231)] = 42082, - [SMALL_STATE(2232)] = 42138, - [SMALL_STATE(2233)] = 42196, - [SMALL_STATE(2234)] = 42252, - [SMALL_STATE(2235)] = 42328, - [SMALL_STATE(2236)] = 42404, - [SMALL_STATE(2237)] = 42488, - [SMALL_STATE(2238)] = 42544, - [SMALL_STATE(2239)] = 42626, - [SMALL_STATE(2240)] = 42702, - [SMALL_STATE(2241)] = 42758, - [SMALL_STATE(2242)] = 42814, - [SMALL_STATE(2243)] = 42870, - [SMALL_STATE(2244)] = 42926, - [SMALL_STATE(2245)] = 42982, - [SMALL_STATE(2246)] = 43038, - [SMALL_STATE(2247)] = 43094, - [SMALL_STATE(2248)] = 43168, - [SMALL_STATE(2249)] = 43224, - [SMALL_STATE(2250)] = 43280, - [SMALL_STATE(2251)] = 43336, - [SMALL_STATE(2252)] = 43392, - [SMALL_STATE(2253)] = 43448, - [SMALL_STATE(2254)] = 43504, - [SMALL_STATE(2255)] = 43560, - [SMALL_STATE(2256)] = 43616, - [SMALL_STATE(2257)] = 43672, - [SMALL_STATE(2258)] = 43728, - [SMALL_STATE(2259)] = 43786, - [SMALL_STATE(2260)] = 43842, - [SMALL_STATE(2261)] = 43898, - [SMALL_STATE(2262)] = 43954, - [SMALL_STATE(2263)] = 44010, - [SMALL_STATE(2264)] = 44066, - [SMALL_STATE(2265)] = 44122, - [SMALL_STATE(2266)] = 44178, - [SMALL_STATE(2267)] = 44234, - [SMALL_STATE(2268)] = 44290, - [SMALL_STATE(2269)] = 44346, - [SMALL_STATE(2270)] = 44402, - [SMALL_STATE(2271)] = 44458, - [SMALL_STATE(2272)] = 44514, - [SMALL_STATE(2273)] = 44570, - [SMALL_STATE(2274)] = 44626, - [SMALL_STATE(2275)] = 44682, - [SMALL_STATE(2276)] = 44738, - [SMALL_STATE(2277)] = 44794, - [SMALL_STATE(2278)] = 44850, - [SMALL_STATE(2279)] = 44906, - [SMALL_STATE(2280)] = 44962, - [SMALL_STATE(2281)] = 45018, - [SMALL_STATE(2282)] = 45074, - [SMALL_STATE(2283)] = 45130, - [SMALL_STATE(2284)] = 45186, - [SMALL_STATE(2285)] = 45242, - [SMALL_STATE(2286)] = 45298, - [SMALL_STATE(2287)] = 45355, - [SMALL_STATE(2288)] = 45410, - [SMALL_STATE(2289)] = 45507, - [SMALL_STATE(2290)] = 45582, - [SMALL_STATE(2291)] = 45665, - [SMALL_STATE(2292)] = 45762, - [SMALL_STATE(2293)] = 45817, - [SMALL_STATE(2294)] = 45898, - [SMALL_STATE(2295)] = 45973, - [SMALL_STATE(2296)] = 46046, - [SMALL_STATE(2297)] = 46143, - [SMALL_STATE(2298)] = 46198, - [SMALL_STATE(2299)] = 46257, - [SMALL_STATE(2300)] = 46316, - [SMALL_STATE(2301)] = 46371, - [SMALL_STATE(2302)] = 46468, - [SMALL_STATE(2303)] = 46543, - [SMALL_STATE(2304)] = 46600, - [SMALL_STATE(2305)] = 46656, - [SMALL_STATE(2306)] = 46730, - [SMALL_STATE(2307)] = 46786, - [SMALL_STATE(2308)] = 46882, - [SMALL_STATE(2309)] = 46954, - [SMALL_STATE(2310)] = 47024, - [SMALL_STATE(2311)] = 47094, - [SMALL_STATE(2312)] = 47190, - [SMALL_STATE(2313)] = 47286, - [SMALL_STATE(2314)] = 47360, - [SMALL_STATE(2315)] = 47440, - [SMALL_STATE(2316)] = 47522, - [SMALL_STATE(2317)] = 47592, - [SMALL_STATE(2318)] = 47694, - [SMALL_STATE(2319)] = 47750, - [SMALL_STATE(2320)] = 47824, - [SMALL_STATE(2321)] = 47877, - [SMALL_STATE(2322)] = 47930, - [SMALL_STATE(2323)] = 47983, - [SMALL_STATE(2324)] = 48036, - [SMALL_STATE(2325)] = 48089, - [SMALL_STATE(2326)] = 48142, - [SMALL_STATE(2327)] = 48195, - [SMALL_STATE(2328)] = 48248, - [SMALL_STATE(2329)] = 48343, - [SMALL_STATE(2330)] = 48438, - [SMALL_STATE(2331)] = 48491, - [SMALL_STATE(2332)] = 48544, - [SMALL_STATE(2333)] = 48597, - [SMALL_STATE(2334)] = 48650, - [SMALL_STATE(2335)] = 48707, - [SMALL_STATE(2336)] = 48764, - [SMALL_STATE(2337)] = 48817, - [SMALL_STATE(2338)] = 48870, - [SMALL_STATE(2339)] = 48923, - [SMALL_STATE(2340)] = 48976, - [SMALL_STATE(2341)] = 49029, - [SMALL_STATE(2342)] = 49084, - [SMALL_STATE(2343)] = 49137, - [SMALL_STATE(2344)] = 49190, - [SMALL_STATE(2345)] = 49243, - [SMALL_STATE(2346)] = 49296, - [SMALL_STATE(2347)] = 49349, - [SMALL_STATE(2348)] = 49402, - [SMALL_STATE(2349)] = 49455, - [SMALL_STATE(2350)] = 49508, - [SMALL_STATE(2351)] = 49561, - [SMALL_STATE(2352)] = 49614, - [SMALL_STATE(2353)] = 49667, - [SMALL_STATE(2354)] = 49720, - [SMALL_STATE(2355)] = 49773, - [SMALL_STATE(2356)] = 49826, - [SMALL_STATE(2357)] = 49879, - [SMALL_STATE(2358)] = 49932, - [SMALL_STATE(2359)] = 50027, - [SMALL_STATE(2360)] = 50080, - [SMALL_STATE(2361)] = 50137, - [SMALL_STATE(2362)] = 50194, - [SMALL_STATE(2363)] = 50247, - [SMALL_STATE(2364)] = 50300, - [SMALL_STATE(2365)] = 50353, - [SMALL_STATE(2366)] = 50452, - [SMALL_STATE(2367)] = 50505, - [SMALL_STATE(2368)] = 50558, - [SMALL_STATE(2369)] = 50611, - [SMALL_STATE(2370)] = 50664, - [SMALL_STATE(2371)] = 50717, - [SMALL_STATE(2372)] = 50772, - [SMALL_STATE(2373)] = 50825, - [SMALL_STATE(2374)] = 50880, - [SMALL_STATE(2375)] = 50933, - [SMALL_STATE(2376)] = 50986, - [SMALL_STATE(2377)] = 51039, - [SMALL_STATE(2378)] = 51092, - [SMALL_STATE(2379)] = 51145, - [SMALL_STATE(2380)] = 51198, - [SMALL_STATE(2381)] = 51251, - [SMALL_STATE(2382)] = 51304, - [SMALL_STATE(2383)] = 51357, - [SMALL_STATE(2384)] = 51410, - [SMALL_STATE(2385)] = 51463, - [SMALL_STATE(2386)] = 51516, - [SMALL_STATE(2387)] = 51569, - [SMALL_STATE(2388)] = 51622, - [SMALL_STATE(2389)] = 51677, - [SMALL_STATE(2390)] = 51730, - [SMALL_STATE(2391)] = 51783, - [SMALL_STATE(2392)] = 51836, - [SMALL_STATE(2393)] = 51889, - [SMALL_STATE(2394)] = 51942, - [SMALL_STATE(2395)] = 51995, - [SMALL_STATE(2396)] = 52048, - [SMALL_STATE(2397)] = 52101, - [SMALL_STATE(2398)] = 52154, - [SMALL_STATE(2399)] = 52207, - [SMALL_STATE(2400)] = 52260, - [SMALL_STATE(2401)] = 52313, - [SMALL_STATE(2402)] = 52366, - [SMALL_STATE(2403)] = 52419, - [SMALL_STATE(2404)] = 52472, - [SMALL_STATE(2405)] = 52525, - [SMALL_STATE(2406)] = 52578, - [SMALL_STATE(2407)] = 52633, - [SMALL_STATE(2408)] = 52686, - [SMALL_STATE(2409)] = 52739, - [SMALL_STATE(2410)] = 52792, - [SMALL_STATE(2411)] = 52845, - [SMALL_STATE(2412)] = 52898, - [SMALL_STATE(2413)] = 52951, - [SMALL_STATE(2414)] = 53004, - [SMALL_STATE(2415)] = 53057, - [SMALL_STATE(2416)] = 53110, - [SMALL_STATE(2417)] = 53163, - [SMALL_STATE(2418)] = 53216, - [SMALL_STATE(2419)] = 53269, - [SMALL_STATE(2420)] = 53322, - [SMALL_STATE(2421)] = 53375, - [SMALL_STATE(2422)] = 53428, - [SMALL_STATE(2423)] = 53481, - [SMALL_STATE(2424)] = 53534, - [SMALL_STATE(2425)] = 53587, - [SMALL_STATE(2426)] = 53642, - [SMALL_STATE(2427)] = 53695, - [SMALL_STATE(2428)] = 53748, - [SMALL_STATE(2429)] = 53801, - [SMALL_STATE(2430)] = 53911, - [SMALL_STATE(2431)] = 53965, - [SMALL_STATE(2432)] = 54075, - [SMALL_STATE(2433)] = 54129, - [SMALL_STATE(2434)] = 54225, - [SMALL_STATE(2435)] = 54303, - [SMALL_STATE(2436)] = 54385, - [SMALL_STATE(2437)] = 54473, - [SMALL_STATE(2438)] = 54563, - [SMALL_STATE(2439)] = 54645, - [SMALL_STATE(2440)] = 54727, - [SMALL_STATE(2441)] = 54837, - [SMALL_STATE(2442)] = 54947, - [SMALL_STATE(2443)] = 55057, - [SMALL_STATE(2444)] = 55111, - [SMALL_STATE(2445)] = 55167, - [SMALL_STATE(2446)] = 55221, - [SMALL_STATE(2447)] = 55331, - [SMALL_STATE(2448)] = 55435, - [SMALL_STATE(2449)] = 55539, - [SMALL_STATE(2450)] = 55649, - [SMALL_STATE(2451)] = 55721, - [SMALL_STATE(2452)] = 55793, - [SMALL_STATE(2453)] = 55873, - [SMALL_STATE(2454)] = 55983, - [SMALL_STATE(2455)] = 56093, - [SMALL_STATE(2456)] = 56187, - [SMALL_STATE(2457)] = 56265, - [SMALL_STATE(2458)] = 56319, - [SMALL_STATE(2459)] = 56391, - [SMALL_STATE(2460)] = 56501, - [SMALL_STATE(2461)] = 56555, - [SMALL_STATE(2462)] = 56649, - [SMALL_STATE(2463)] = 56759, - [SMALL_STATE(2464)] = 56869, - [SMALL_STATE(2465)] = 56979, - [SMALL_STATE(2466)] = 57033, - [SMALL_STATE(2467)] = 57127, - [SMALL_STATE(2468)] = 57197, - [SMALL_STATE(2469)] = 57248, - [SMALL_STATE(2470)] = 57299, - [SMALL_STATE(2471)] = 57350, - [SMALL_STATE(2472)] = 57401, - [SMALL_STATE(2473)] = 57452, - [SMALL_STATE(2474)] = 57503, - [SMALL_STATE(2475)] = 57554, - [SMALL_STATE(2476)] = 57605, - [SMALL_STATE(2477)] = 57656, - [SMALL_STATE(2478)] = 57707, - [SMALL_STATE(2479)] = 57758, - [SMALL_STATE(2480)] = 57809, - [SMALL_STATE(2481)] = 57862, - [SMALL_STATE(2482)] = 57955, - [SMALL_STATE(2483)] = 58006, - [SMALL_STATE(2484)] = 58057, - [SMALL_STATE(2485)] = 58148, - [SMALL_STATE(2486)] = 58241, - [SMALL_STATE(2487)] = 58294, - [SMALL_STATE(2488)] = 58387, - [SMALL_STATE(2489)] = 58438, - [SMALL_STATE(2490)] = 58511, - [SMALL_STATE(2491)] = 58562, - [SMALL_STATE(2492)] = 58655, - [SMALL_STATE(2493)] = 58706, - [SMALL_STATE(2494)] = 58811, - [SMALL_STATE(2495)] = 58916, - [SMALL_STATE(2496)] = 58967, - [SMALL_STATE(2497)] = 59018, - [SMALL_STATE(2498)] = 59069, - [SMALL_STATE(2499)] = 59142, - [SMALL_STATE(2500)] = 59193, - [SMALL_STATE(2501)] = 59244, - [SMALL_STATE(2502)] = 59333, - [SMALL_STATE(2503)] = 59384, - [SMALL_STATE(2504)] = 59435, - [SMALL_STATE(2505)] = 59486, - [SMALL_STATE(2506)] = 59537, - [SMALL_STATE(2507)] = 59588, - [SMALL_STATE(2508)] = 59639, - [SMALL_STATE(2509)] = 59690, - [SMALL_STATE(2510)] = 59741, - [SMALL_STATE(2511)] = 59828, - [SMALL_STATE(2512)] = 59879, - [SMALL_STATE(2513)] = 59930, - [SMALL_STATE(2514)] = 60017, - [SMALL_STATE(2515)] = 60104, - [SMALL_STATE(2516)] = 60155, - [SMALL_STATE(2517)] = 60236, - [SMALL_STATE(2518)] = 60313, - [SMALL_STATE(2519)] = 60364, - [SMALL_STATE(2520)] = 60415, - [SMALL_STATE(2521)] = 60466, - [SMALL_STATE(2522)] = 60547, - [SMALL_STATE(2523)] = 60602, - [SMALL_STATE(2524)] = 60653, - [SMALL_STATE(2525)] = 60704, - [SMALL_STATE(2526)] = 60811, - [SMALL_STATE(2527)] = 60862, - [SMALL_STATE(2528)] = 60913, - [SMALL_STATE(2529)] = 60964, - [SMALL_STATE(2530)] = 61017, - [SMALL_STATE(2531)] = 61068, - [SMALL_STATE(2532)] = 61119, - [SMALL_STATE(2533)] = 61170, - [SMALL_STATE(2534)] = 61221, - [SMALL_STATE(2535)] = 61272, - [SMALL_STATE(2536)] = 61323, - [SMALL_STATE(2537)] = 61374, - [SMALL_STATE(2538)] = 61425, - [SMALL_STATE(2539)] = 61476, - [SMALL_STATE(2540)] = 61527, - [SMALL_STATE(2541)] = 61578, - [SMALL_STATE(2542)] = 61629, - [SMALL_STATE(2543)] = 61682, - [SMALL_STATE(2544)] = 61735, - [SMALL_STATE(2545)] = 61786, - [SMALL_STATE(2546)] = 61837, - [SMALL_STATE(2547)] = 61888, - [SMALL_STATE(2548)] = 61939, - [SMALL_STATE(2549)] = 61990, - [SMALL_STATE(2550)] = 62041, - [SMALL_STATE(2551)] = 62092, - [SMALL_STATE(2552)] = 62145, - [SMALL_STATE(2553)] = 62252, - [SMALL_STATE(2554)] = 62303, - [SMALL_STATE(2555)] = 62384, - [SMALL_STATE(2556)] = 62435, - [SMALL_STATE(2557)] = 62486, - [SMALL_STATE(2558)] = 62539, - [SMALL_STATE(2559)] = 62590, - [SMALL_STATE(2560)] = 62663, - [SMALL_STATE(2561)] = 62714, - [SMALL_STATE(2562)] = 62805, - [SMALL_STATE(2563)] = 62856, - [SMALL_STATE(2564)] = 62909, - [SMALL_STATE(2565)] = 62960, - [SMALL_STATE(2566)] = 63011, - [SMALL_STATE(2567)] = 63062, - [SMALL_STATE(2568)] = 63113, - [SMALL_STATE(2569)] = 63164, - [SMALL_STATE(2570)] = 63215, - [SMALL_STATE(2571)] = 63266, - [SMALL_STATE(2572)] = 63317, - [SMALL_STATE(2573)] = 63368, - [SMALL_STATE(2574)] = 63419, - [SMALL_STATE(2575)] = 63470, - [SMALL_STATE(2576)] = 63521, - [SMALL_STATE(2577)] = 63572, - [SMALL_STATE(2578)] = 63623, - [SMALL_STATE(2579)] = 63674, - [SMALL_STATE(2580)] = 63725, - [SMALL_STATE(2581)] = 63776, - [SMALL_STATE(2582)] = 63827, - [SMALL_STATE(2583)] = 63878, - [SMALL_STATE(2584)] = 63929, - [SMALL_STATE(2585)] = 63980, - [SMALL_STATE(2586)] = 64031, - [SMALL_STATE(2587)] = 64082, - [SMALL_STATE(2588)] = 64133, - [SMALL_STATE(2589)] = 64184, - [SMALL_STATE(2590)] = 64235, - [SMALL_STATE(2591)] = 64286, - [SMALL_STATE(2592)] = 64337, - [SMALL_STATE(2593)] = 64388, - [SMALL_STATE(2594)] = 64462, - [SMALL_STATE(2595)] = 64562, - [SMALL_STATE(2596)] = 64642, - [SMALL_STATE(2597)] = 64722, - [SMALL_STATE(2598)] = 64822, - [SMALL_STATE(2599)] = 64912, - [SMALL_STATE(2600)] = 65016, - [SMALL_STATE(2601)] = 65120, - [SMALL_STATE(2602)] = 65208, - [SMALL_STATE(2603)] = 65262, - [SMALL_STATE(2604)] = 65316, - [SMALL_STATE(2605)] = 65366, - [SMALL_STATE(2606)] = 65470, - [SMALL_STATE(2607)] = 65520, - [SMALL_STATE(2608)] = 65600, - [SMALL_STATE(2609)] = 65676, - [SMALL_STATE(2610)] = 65754, - [SMALL_STATE(2611)] = 65832, - [SMALL_STATE(2612)] = 65886, - [SMALL_STATE(2613)] = 65992, - [SMALL_STATE(2614)] = 66046, - [SMALL_STATE(2615)] = 66132, - [SMALL_STATE(2616)] = 66232, - [SMALL_STATE(2617)] = 66316, - [SMALL_STATE(2618)] = 66394, - [SMALL_STATE(2619)] = 66498, - [SMALL_STATE(2620)] = 66598, - [SMALL_STATE(2621)] = 66698, - [SMALL_STATE(2622)] = 66776, - [SMALL_STATE(2623)] = 66854, - [SMALL_STATE(2624)] = 66940, - [SMALL_STATE(2625)] = 67024, - [SMALL_STATE(2626)] = 67102, - [SMALL_STATE(2627)] = 67176, - [SMALL_STATE(2628)] = 67225, - [SMALL_STATE(2629)] = 67326, - [SMALL_STATE(2630)] = 67427, - [SMALL_STATE(2631)] = 67528, - [SMALL_STATE(2632)] = 67583, - [SMALL_STATE(2633)] = 67686, - [SMALL_STATE(2634)] = 67785, - [SMALL_STATE(2635)] = 67886, - [SMALL_STATE(2636)] = 67937, - [SMALL_STATE(2637)] = 68036, - [SMALL_STATE(2638)] = 68139, - [SMALL_STATE(2639)] = 68242, - [SMALL_STATE(2640)] = 68343, - [SMALL_STATE(2641)] = 68446, - [SMALL_STATE(2642)] = 68547, - [SMALL_STATE(2643)] = 68648, - [SMALL_STATE(2644)] = 68751, - [SMALL_STATE(2645)] = 68854, - [SMALL_STATE(2646)] = 68955, - [SMALL_STATE(2647)] = 69054, - [SMALL_STATE(2648)] = 69107, - [SMALL_STATE(2649)] = 69208, - [SMALL_STATE(2650)] = 69311, - [SMALL_STATE(2651)] = 69414, - [SMALL_STATE(2652)] = 69469, - [SMALL_STATE(2653)] = 69572, - [SMALL_STATE(2654)] = 69671, - [SMALL_STATE(2655)] = 69772, - [SMALL_STATE(2656)] = 69823, - [SMALL_STATE(2657)] = 69926, - [SMALL_STATE(2658)] = 69977, - [SMALL_STATE(2659)] = 70080, - [SMALL_STATE(2660)] = 70181, - [SMALL_STATE(2661)] = 70282, - [SMALL_STATE(2662)] = 70385, - [SMALL_STATE(2663)] = 70488, - [SMALL_STATE(2664)] = 70587, - [SMALL_STATE(2665)] = 70636, - [SMALL_STATE(2666)] = 70737, - [SMALL_STATE(2667)] = 70838, - [SMALL_STATE(2668)] = 70886, - [SMALL_STATE(2669)] = 70984, - [SMALL_STATE(2670)] = 71034, - [SMALL_STATE(2671)] = 71082, - [SMALL_STATE(2672)] = 71130, - [SMALL_STATE(2673)] = 71178, - [SMALL_STATE(2674)] = 71276, - [SMALL_STATE(2675)] = 71324, - [SMALL_STATE(2676)] = 71422, - [SMALL_STATE(2677)] = 71516, - [SMALL_STATE(2678)] = 71614, - [SMALL_STATE(2679)] = 71712, - [SMALL_STATE(2680)] = 71806, - [SMALL_STATE(2681)] = 71904, - [SMALL_STATE(2682)] = 72002, - [SMALL_STATE(2683)] = 72050, - [SMALL_STATE(2684)] = 72100, - [SMALL_STATE(2685)] = 72148, - [SMALL_STATE(2686)] = 72246, - [SMALL_STATE(2687)] = 72294, - [SMALL_STATE(2688)] = 72342, - [SMALL_STATE(2689)] = 72440, - [SMALL_STATE(2690)] = 72488, - [SMALL_STATE(2691)] = 72536, - [SMALL_STATE(2692)] = 72634, - [SMALL_STATE(2693)] = 72682, - [SMALL_STATE(2694)] = 72730, - [SMALL_STATE(2695)] = 72778, - [SMALL_STATE(2696)] = 72876, - [SMALL_STATE(2697)] = 72924, - [SMALL_STATE(2698)] = 72972, - [SMALL_STATE(2699)] = 73020, - [SMALL_STATE(2700)] = 73068, - [SMALL_STATE(2701)] = 73116, - [SMALL_STATE(2702)] = 73164, - [SMALL_STATE(2703)] = 73262, - [SMALL_STATE(2704)] = 73360, - [SMALL_STATE(2705)] = 73408, - [SMALL_STATE(2706)] = 73456, - [SMALL_STATE(2707)] = 73554, - [SMALL_STATE(2708)] = 73652, - [SMALL_STATE(2709)] = 73700, - [SMALL_STATE(2710)] = 73748, - [SMALL_STATE(2711)] = 73796, - [SMALL_STATE(2712)] = 73844, - [SMALL_STATE(2713)] = 73892, - [SMALL_STATE(2714)] = 73940, - [SMALL_STATE(2715)] = 73988, - [SMALL_STATE(2716)] = 74082, - [SMALL_STATE(2717)] = 74130, - [SMALL_STATE(2718)] = 74178, - [SMALL_STATE(2719)] = 74226, - [SMALL_STATE(2720)] = 74324, - [SMALL_STATE(2721)] = 74372, - [SMALL_STATE(2722)] = 74420, - [SMALL_STATE(2723)] = 74468, - [SMALL_STATE(2724)] = 74516, - [SMALL_STATE(2725)] = 74564, - [SMALL_STATE(2726)] = 74612, - [SMALL_STATE(2727)] = 74660, - [SMALL_STATE(2728)] = 74708, - [SMALL_STATE(2729)] = 74806, - [SMALL_STATE(2730)] = 74854, - [SMALL_STATE(2731)] = 74952, - [SMALL_STATE(2732)] = 75002, - [SMALL_STATE(2733)] = 75054, - [SMALL_STATE(2734)] = 75106, - [SMALL_STATE(2735)] = 75154, - [SMALL_STATE(2736)] = 75252, - [SMALL_STATE(2737)] = 75350, - [SMALL_STATE(2738)] = 75398, - [SMALL_STATE(2739)] = 75446, - [SMALL_STATE(2740)] = 75494, - [SMALL_STATE(2741)] = 75542, - [SMALL_STATE(2742)] = 75590, - [SMALL_STATE(2743)] = 75684, - [SMALL_STATE(2744)] = 75782, - [SMALL_STATE(2745)] = 75830, - [SMALL_STATE(2746)] = 75924, - [SMALL_STATE(2747)] = 75972, - [SMALL_STATE(2748)] = 76020, - [SMALL_STATE(2749)] = 76068, - [SMALL_STATE(2750)] = 76116, - [SMALL_STATE(2751)] = 76164, - [SMALL_STATE(2752)] = 76214, - [SMALL_STATE(2753)] = 76262, - [SMALL_STATE(2754)] = 76356, - [SMALL_STATE(2755)] = 76404, - [SMALL_STATE(2756)] = 76498, - [SMALL_STATE(2757)] = 76546, - [SMALL_STATE(2758)] = 76644, - [SMALL_STATE(2759)] = 76692, - [SMALL_STATE(2760)] = 76740, - [SMALL_STATE(2761)] = 76788, - [SMALL_STATE(2762)] = 76836, - [SMALL_STATE(2763)] = 76934, - [SMALL_STATE(2764)] = 77032, - [SMALL_STATE(2765)] = 77080, - [SMALL_STATE(2766)] = 77128, - [SMALL_STATE(2767)] = 77176, - [SMALL_STATE(2768)] = 77224, - [SMALL_STATE(2769)] = 77272, - [SMALL_STATE(2770)] = 77370, - [SMALL_STATE(2771)] = 77418, - [SMALL_STATE(2772)] = 77466, - [SMALL_STATE(2773)] = 77514, - [SMALL_STATE(2774)] = 77562, - [SMALL_STATE(2775)] = 77610, - [SMALL_STATE(2776)] = 77658, - [SMALL_STATE(2777)] = 77708, - [SMALL_STATE(2778)] = 77760, - [SMALL_STATE(2779)] = 77808, - [SMALL_STATE(2780)] = 77856, - [SMALL_STATE(2781)] = 77904, - [SMALL_STATE(2782)] = 77952, - [SMALL_STATE(2783)] = 78000, - [SMALL_STATE(2784)] = 78098, - [SMALL_STATE(2785)] = 78192, - [SMALL_STATE(2786)] = 78290, - [SMALL_STATE(2787)] = 78340, - [SMALL_STATE(2788)] = 78388, - [SMALL_STATE(2789)] = 78486, - [SMALL_STATE(2790)] = 78534, - [SMALL_STATE(2791)] = 78582, - [SMALL_STATE(2792)] = 78630, - [SMALL_STATE(2793)] = 78728, - [SMALL_STATE(2794)] = 78826, - [SMALL_STATE(2795)] = 78924, - [SMALL_STATE(2796)] = 78972, - [SMALL_STATE(2797)] = 79020, - [SMALL_STATE(2798)] = 79118, - [SMALL_STATE(2799)] = 79216, - [SMALL_STATE(2800)] = 79310, - [SMALL_STATE(2801)] = 79358, - [SMALL_STATE(2802)] = 79406, - [SMALL_STATE(2803)] = 79504, - [SMALL_STATE(2804)] = 79552, - [SMALL_STATE(2805)] = 79600, - [SMALL_STATE(2806)] = 79672, - [SMALL_STATE(2807)] = 79770, - [SMALL_STATE(2808)] = 79818, - [SMALL_STATE(2809)] = 79916, - [SMALL_STATE(2810)] = 80010, - [SMALL_STATE(2811)] = 80086, - [SMALL_STATE(2812)] = 80184, - [SMALL_STATE(2813)] = 80282, - [SMALL_STATE(2814)] = 80364, - [SMALL_STATE(2815)] = 80412, - [SMALL_STATE(2816)] = 80488, - [SMALL_STATE(2817)] = 80572, - [SMALL_STATE(2818)] = 80622, - [SMALL_STATE(2819)] = 80716, - [SMALL_STATE(2820)] = 80792, - [SMALL_STATE(2821)] = 80868, - [SMALL_STATE(2822)] = 80944, - [SMALL_STATE(2823)] = 80994, - [SMALL_STATE(2824)] = 81088, - [SMALL_STATE(2825)] = 81136, - [SMALL_STATE(2826)] = 81184, - [SMALL_STATE(2827)] = 81232, - [SMALL_STATE(2828)] = 81282, - [SMALL_STATE(2829)] = 81376, - [SMALL_STATE(2830)] = 81460, - [SMALL_STATE(2831)] = 81558, - [SMALL_STATE(2832)] = 81640, - [SMALL_STATE(2833)] = 81738, - [SMALL_STATE(2834)] = 81814, - [SMALL_STATE(2835)] = 81886, - [SMALL_STATE(2836)] = 81938, - [SMALL_STATE(2837)] = 81988, - [SMALL_STATE(2838)] = 82036, - [SMALL_STATE(2839)] = 82134, - [SMALL_STATE(2840)] = 82232, - [SMALL_STATE(2841)] = 82330, - [SMALL_STATE(2842)] = 82378, - [SMALL_STATE(2843)] = 82476, - [SMALL_STATE(2844)] = 82524, - [SMALL_STATE(2845)] = 82574, - [SMALL_STATE(2846)] = 82622, - [SMALL_STATE(2847)] = 82672, - [SMALL_STATE(2848)] = 82770, - [SMALL_STATE(2849)] = 82868, - [SMALL_STATE(2850)] = 82962, - [SMALL_STATE(2851)] = 83012, - [SMALL_STATE(2852)] = 83110, - [SMALL_STATE(2853)] = 83204, - [SMALL_STATE(2854)] = 83298, - [SMALL_STATE(2855)] = 83396, - [SMALL_STATE(2856)] = 83494, - [SMALL_STATE(2857)] = 83592, - [SMALL_STATE(2858)] = 83641, - [SMALL_STATE(2859)] = 83736, - [SMALL_STATE(2860)] = 83831, - [SMALL_STATE(2861)] = 83926, - [SMALL_STATE(2862)] = 84021, - [SMALL_STATE(2863)] = 84108, - [SMALL_STATE(2864)] = 84203, - [SMALL_STATE(2865)] = 84252, - [SMALL_STATE(2866)] = 84347, - [SMALL_STATE(2867)] = 84436, - [SMALL_STATE(2868)] = 84485, - [SMALL_STATE(2869)] = 84580, - [SMALL_STATE(2870)] = 84633, - [SMALL_STATE(2871)] = 84728, - [SMALL_STATE(2872)] = 84823, - [SMALL_STATE(2873)] = 84876, - [SMALL_STATE(2874)] = 84971, - [SMALL_STATE(2875)] = 85058, - [SMALL_STATE(2876)] = 85153, - [SMALL_STATE(2877)] = 85242, - [SMALL_STATE(2878)] = 85337, - [SMALL_STATE(2879)] = 85432, - [SMALL_STATE(2880)] = 85479, - [SMALL_STATE(2881)] = 85574, - [SMALL_STATE(2882)] = 85621, - [SMALL_STATE(2883)] = 85716, - [SMALL_STATE(2884)] = 85811, - [SMALL_STATE(2885)] = 85857, - [SMALL_STATE(2886)] = 85903, - [SMALL_STATE(2887)] = 85949, - [SMALL_STATE(2888)] = 86037, - [SMALL_STATE(2889)] = 86119, - [SMALL_STATE(2890)] = 86167, - [SMALL_STATE(2891)] = 86213, - [SMALL_STATE(2892)] = 86259, - [SMALL_STATE(2893)] = 86307, - [SMALL_STATE(2894)] = 86353, - [SMALL_STATE(2895)] = 86399, - [SMALL_STATE(2896)] = 86481, - [SMALL_STATE(2897)] = 86529, - [SMALL_STATE(2898)] = 86575, - [SMALL_STATE(2899)] = 86657, - [SMALL_STATE(2900)] = 86705, - [SMALL_STATE(2901)] = 86753, - [SMALL_STATE(2902)] = 86801, - [SMALL_STATE(2903)] = 86847, - [SMALL_STATE(2904)] = 86893, - [SMALL_STATE(2905)] = 86939, - [SMALL_STATE(2906)] = 86985, - [SMALL_STATE(2907)] = 87033, - [SMALL_STATE(2908)] = 87079, - [SMALL_STATE(2909)] = 87125, - [SMALL_STATE(2910)] = 87171, - [SMALL_STATE(2911)] = 87217, - [SMALL_STATE(2912)] = 87263, - [SMALL_STATE(2913)] = 87345, - [SMALL_STATE(2914)] = 87391, - [SMALL_STATE(2915)] = 87437, - [SMALL_STATE(2916)] = 87483, - [SMALL_STATE(2917)] = 87531, - [SMALL_STATE(2918)] = 87579, - [SMALL_STATE(2919)] = 87625, - [SMALL_STATE(2920)] = 87671, - [SMALL_STATE(2921)] = 87719, - [SMALL_STATE(2922)] = 87765, - [SMALL_STATE(2923)] = 87811, - [SMALL_STATE(2924)] = 87893, - [SMALL_STATE(2925)] = 87975, - [SMALL_STATE(2926)] = 88023, - [SMALL_STATE(2927)] = 88069, - [SMALL_STATE(2928)] = 88115, - [SMALL_STATE(2929)] = 88161, - [SMALL_STATE(2930)] = 88209, - [SMALL_STATE(2931)] = 88257, - [SMALL_STATE(2932)] = 88305, - [SMALL_STATE(2933)] = 88351, - [SMALL_STATE(2934)] = 88397, - [SMALL_STATE(2935)] = 88446, - [SMALL_STATE(2936)] = 88493, - [SMALL_STATE(2937)] = 88540, - [SMALL_STATE(2938)] = 88587, - [SMALL_STATE(2939)] = 88636, - [SMALL_STATE(2940)] = 88683, - [SMALL_STATE(2941)] = 88730, - [SMALL_STATE(2942)] = 88777, - [SMALL_STATE(2943)] = 88824, - [SMALL_STATE(2944)] = 88871, - [SMALL_STATE(2945)] = 88920, - [SMALL_STATE(2946)] = 88969, - [SMALL_STATE(2947)] = 89018, - [SMALL_STATE(2948)] = 89067, - [SMALL_STATE(2949)] = 89114, - [SMALL_STATE(2950)] = 89161, - [SMALL_STATE(2951)] = 89208, - [SMALL_STATE(2952)] = 89257, - [SMALL_STATE(2953)] = 89304, - [SMALL_STATE(2954)] = 89351, - [SMALL_STATE(2955)] = 89400, - [SMALL_STATE(2956)] = 89449, - [SMALL_STATE(2957)] = 89496, - [SMALL_STATE(2958)] = 89543, - [SMALL_STATE(2959)] = 89590, - [SMALL_STATE(2960)] = 89639, - [SMALL_STATE(2961)] = 89686, - [SMALL_STATE(2962)] = 89733, - [SMALL_STATE(2963)] = 89780, - [SMALL_STATE(2964)] = 89829, - [SMALL_STATE(2965)] = 89878, - [SMALL_STATE(2966)] = 89927, - [SMALL_STATE(2967)] = 89974, - [SMALL_STATE(2968)] = 90021, - [SMALL_STATE(2969)] = 90070, - [SMALL_STATE(2970)] = 90117, - [SMALL_STATE(2971)] = 90164, - [SMALL_STATE(2972)] = 90211, - [SMALL_STATE(2973)] = 90260, - [SMALL_STATE(2974)] = 90309, - [SMALL_STATE(2975)] = 90356, - [SMALL_STATE(2976)] = 90405, - [SMALL_STATE(2977)] = 90452, - [SMALL_STATE(2978)] = 90501, - [SMALL_STATE(2979)] = 90548, - [SMALL_STATE(2980)] = 90595, - [SMALL_STATE(2981)] = 90642, - [SMALL_STATE(2982)] = 90689, - [SMALL_STATE(2983)] = 90738, - [SMALL_STATE(2984)] = 90787, - [SMALL_STATE(2985)] = 90836, - [SMALL_STATE(2986)] = 90885, - [SMALL_STATE(2987)] = 90932, - [SMALL_STATE(2988)] = 90981, - [SMALL_STATE(2989)] = 91028, - [SMALL_STATE(2990)] = 91075, - [SMALL_STATE(2991)] = 91124, - [SMALL_STATE(2992)] = 91173, - [SMALL_STATE(2993)] = 91220, - [SMALL_STATE(2994)] = 91267, - [SMALL_STATE(2995)] = 91314, - [SMALL_STATE(2996)] = 91361, - [SMALL_STATE(2997)] = 91408, - [SMALL_STATE(2998)] = 91455, - [SMALL_STATE(2999)] = 91504, - [SMALL_STATE(3000)] = 91551, - [SMALL_STATE(3001)] = 91598, - [SMALL_STATE(3002)] = 91647, - [SMALL_STATE(3003)] = 91696, - [SMALL_STATE(3004)] = 91743, - [SMALL_STATE(3005)] = 91790, - [SMALL_STATE(3006)] = 91837, - [SMALL_STATE(3007)] = 91919, - [SMALL_STATE(3008)] = 92001, - [SMALL_STATE(3009)] = 92080, - [SMALL_STATE(3010)] = 92159, - [SMALL_STATE(3011)] = 92238, - [SMALL_STATE(3012)] = 92317, - [SMALL_STATE(3013)] = 92396, - [SMALL_STATE(3014)] = 92475, - [SMALL_STATE(3015)] = 92554, - [SMALL_STATE(3016)] = 92633, - [SMALL_STATE(3017)] = 92712, - [SMALL_STATE(3018)] = 92791, - [SMALL_STATE(3019)] = 92870, - [SMALL_STATE(3020)] = 92949, - [SMALL_STATE(3021)] = 93028, - [SMALL_STATE(3022)] = 93107, - [SMALL_STATE(3023)] = 93186, - [SMALL_STATE(3024)] = 93265, - [SMALL_STATE(3025)] = 93344, - [SMALL_STATE(3026)] = 93423, - [SMALL_STATE(3027)] = 93502, - [SMALL_STATE(3028)] = 93581, - [SMALL_STATE(3029)] = 93660, - [SMALL_STATE(3030)] = 93739, - [SMALL_STATE(3031)] = 93818, - [SMALL_STATE(3032)] = 93897, - [SMALL_STATE(3033)] = 93976, - [SMALL_STATE(3034)] = 94055, - [SMALL_STATE(3035)] = 94134, - [SMALL_STATE(3036)] = 94213, - [SMALL_STATE(3037)] = 94292, - [SMALL_STATE(3038)] = 94371, - [SMALL_STATE(3039)] = 94450, - [SMALL_STATE(3040)] = 94529, - [SMALL_STATE(3041)] = 94608, - [SMALL_STATE(3042)] = 94687, - [SMALL_STATE(3043)] = 94766, - [SMALL_STATE(3044)] = 94819, - [SMALL_STATE(3045)] = 94898, - [SMALL_STATE(3046)] = 94977, - [SMALL_STATE(3047)] = 95053, - [SMALL_STATE(3048)] = 95129, - [SMALL_STATE(3049)] = 95205, - [SMALL_STATE(3050)] = 95281, - [SMALL_STATE(3051)] = 95357, - [SMALL_STATE(3052)] = 95433, - [SMALL_STATE(3053)] = 95509, - [SMALL_STATE(3054)] = 95585, - [SMALL_STATE(3055)] = 95661, - [SMALL_STATE(3056)] = 95737, - [SMALL_STATE(3057)] = 95813, - [SMALL_STATE(3058)] = 95889, - [SMALL_STATE(3059)] = 95965, - [SMALL_STATE(3060)] = 96041, - [SMALL_STATE(3061)] = 96117, - [SMALL_STATE(3062)] = 96193, - [SMALL_STATE(3063)] = 96269, - [SMALL_STATE(3064)] = 96345, - [SMALL_STATE(3065)] = 96421, - [SMALL_STATE(3066)] = 96497, - [SMALL_STATE(3067)] = 96573, - [SMALL_STATE(3068)] = 96649, - [SMALL_STATE(3069)] = 96725, - [SMALL_STATE(3070)] = 96801, - [SMALL_STATE(3071)] = 96877, - [SMALL_STATE(3072)] = 96953, - [SMALL_STATE(3073)] = 97029, - [SMALL_STATE(3074)] = 97105, - [SMALL_STATE(3075)] = 97181, - [SMALL_STATE(3076)] = 97257, - [SMALL_STATE(3077)] = 97333, - [SMALL_STATE(3078)] = 97409, - [SMALL_STATE(3079)] = 97485, - [SMALL_STATE(3080)] = 97561, - [SMALL_STATE(3081)] = 97637, - [SMALL_STATE(3082)] = 97713, - [SMALL_STATE(3083)] = 97789, - [SMALL_STATE(3084)] = 97865, - [SMALL_STATE(3085)] = 97941, - [SMALL_STATE(3086)] = 98017, - [SMALL_STATE(3087)] = 98093, - [SMALL_STATE(3088)] = 98169, - [SMALL_STATE(3089)] = 98245, - [SMALL_STATE(3090)] = 98321, - [SMALL_STATE(3091)] = 98397, - [SMALL_STATE(3092)] = 98473, - [SMALL_STATE(3093)] = 98549, - [SMALL_STATE(3094)] = 98625, - [SMALL_STATE(3095)] = 98701, - [SMALL_STATE(3096)] = 98777, - [SMALL_STATE(3097)] = 98853, - [SMALL_STATE(3098)] = 98929, - [SMALL_STATE(3099)] = 99005, - [SMALL_STATE(3100)] = 99081, - [SMALL_STATE(3101)] = 99157, - [SMALL_STATE(3102)] = 99233, - [SMALL_STATE(3103)] = 99309, - [SMALL_STATE(3104)] = 99385, - [SMALL_STATE(3105)] = 99461, - [SMALL_STATE(3106)] = 99537, - [SMALL_STATE(3107)] = 99613, - [SMALL_STATE(3108)] = 99689, - [SMALL_STATE(3109)] = 99765, - [SMALL_STATE(3110)] = 99841, - [SMALL_STATE(3111)] = 99917, - [SMALL_STATE(3112)] = 99993, - [SMALL_STATE(3113)] = 100069, - [SMALL_STATE(3114)] = 100145, - [SMALL_STATE(3115)] = 100221, - [SMALL_STATE(3116)] = 100297, - [SMALL_STATE(3117)] = 100373, - [SMALL_STATE(3118)] = 100449, - [SMALL_STATE(3119)] = 100525, - [SMALL_STATE(3120)] = 100601, - [SMALL_STATE(3121)] = 100677, - [SMALL_STATE(3122)] = 100753, - [SMALL_STATE(3123)] = 100829, - [SMALL_STATE(3124)] = 100905, - [SMALL_STATE(3125)] = 100981, - [SMALL_STATE(3126)] = 101057, - [SMALL_STATE(3127)] = 101133, - [SMALL_STATE(3128)] = 101209, - [SMALL_STATE(3129)] = 101285, - [SMALL_STATE(3130)] = 101361, - [SMALL_STATE(3131)] = 101437, - [SMALL_STATE(3132)] = 101513, - [SMALL_STATE(3133)] = 101589, - [SMALL_STATE(3134)] = 101665, - [SMALL_STATE(3135)] = 101741, - [SMALL_STATE(3136)] = 101817, - [SMALL_STATE(3137)] = 101893, - [SMALL_STATE(3138)] = 101969, - [SMALL_STATE(3139)] = 102045, - [SMALL_STATE(3140)] = 102121, - [SMALL_STATE(3141)] = 102197, - [SMALL_STATE(3142)] = 102273, - [SMALL_STATE(3143)] = 102349, - [SMALL_STATE(3144)] = 102425, - [SMALL_STATE(3145)] = 102501, - [SMALL_STATE(3146)] = 102577, - [SMALL_STATE(3147)] = 102653, - [SMALL_STATE(3148)] = 102729, - [SMALL_STATE(3149)] = 102805, - [SMALL_STATE(3150)] = 102881, - [SMALL_STATE(3151)] = 102957, - [SMALL_STATE(3152)] = 103033, - [SMALL_STATE(3153)] = 103109, - [SMALL_STATE(3154)] = 103185, - [SMALL_STATE(3155)] = 103261, - [SMALL_STATE(3156)] = 103337, - [SMALL_STATE(3157)] = 103413, - [SMALL_STATE(3158)] = 103489, - [SMALL_STATE(3159)] = 103565, - [SMALL_STATE(3160)] = 103641, - [SMALL_STATE(3161)] = 103717, - [SMALL_STATE(3162)] = 103793, - [SMALL_STATE(3163)] = 103869, - [SMALL_STATE(3164)] = 103945, - [SMALL_STATE(3165)] = 104021, - [SMALL_STATE(3166)] = 104097, - [SMALL_STATE(3167)] = 104173, - [SMALL_STATE(3168)] = 104249, - [SMALL_STATE(3169)] = 104325, - [SMALL_STATE(3170)] = 104401, - [SMALL_STATE(3171)] = 104477, - [SMALL_STATE(3172)] = 104553, - [SMALL_STATE(3173)] = 104629, - [SMALL_STATE(3174)] = 104705, - [SMALL_STATE(3175)] = 104781, - [SMALL_STATE(3176)] = 104857, - [SMALL_STATE(3177)] = 104933, - [SMALL_STATE(3178)] = 105009, - [SMALL_STATE(3179)] = 105085, - [SMALL_STATE(3180)] = 105161, - [SMALL_STATE(3181)] = 105237, - [SMALL_STATE(3182)] = 105313, - [SMALL_STATE(3183)] = 105389, - [SMALL_STATE(3184)] = 105465, - [SMALL_STATE(3185)] = 105541, - [SMALL_STATE(3186)] = 105617, - [SMALL_STATE(3187)] = 105693, - [SMALL_STATE(3188)] = 105769, - [SMALL_STATE(3189)] = 105845, - [SMALL_STATE(3190)] = 105921, - [SMALL_STATE(3191)] = 105997, - [SMALL_STATE(3192)] = 106073, - [SMALL_STATE(3193)] = 106149, - [SMALL_STATE(3194)] = 106225, - [SMALL_STATE(3195)] = 106301, - [SMALL_STATE(3196)] = 106377, - [SMALL_STATE(3197)] = 106453, - [SMALL_STATE(3198)] = 106529, - [SMALL_STATE(3199)] = 106605, - [SMALL_STATE(3200)] = 106681, - [SMALL_STATE(3201)] = 106757, - [SMALL_STATE(3202)] = 106833, - [SMALL_STATE(3203)] = 106909, - [SMALL_STATE(3204)] = 106985, - [SMALL_STATE(3205)] = 107061, - [SMALL_STATE(3206)] = 107137, - [SMALL_STATE(3207)] = 107213, - [SMALL_STATE(3208)] = 107289, - [SMALL_STATE(3209)] = 107365, - [SMALL_STATE(3210)] = 107441, - [SMALL_STATE(3211)] = 107517, - [SMALL_STATE(3212)] = 107593, - [SMALL_STATE(3213)] = 107669, - [SMALL_STATE(3214)] = 107745, - [SMALL_STATE(3215)] = 107821, - [SMALL_STATE(3216)] = 107897, - [SMALL_STATE(3217)] = 107973, - [SMALL_STATE(3218)] = 108049, - [SMALL_STATE(3219)] = 108125, - [SMALL_STATE(3220)] = 108201, - [SMALL_STATE(3221)] = 108277, - [SMALL_STATE(3222)] = 108353, - [SMALL_STATE(3223)] = 108429, - [SMALL_STATE(3224)] = 108505, - [SMALL_STATE(3225)] = 108581, - [SMALL_STATE(3226)] = 108657, - [SMALL_STATE(3227)] = 108733, - [SMALL_STATE(3228)] = 108809, - [SMALL_STATE(3229)] = 108885, - [SMALL_STATE(3230)] = 108961, - [SMALL_STATE(3231)] = 109037, - [SMALL_STATE(3232)] = 109113, - [SMALL_STATE(3233)] = 109189, - [SMALL_STATE(3234)] = 109265, - [SMALL_STATE(3235)] = 109341, - [SMALL_STATE(3236)] = 109417, - [SMALL_STATE(3237)] = 109493, - [SMALL_STATE(3238)] = 109569, - [SMALL_STATE(3239)] = 109645, - [SMALL_STATE(3240)] = 109721, - [SMALL_STATE(3241)] = 109797, - [SMALL_STATE(3242)] = 109873, - [SMALL_STATE(3243)] = 109949, - [SMALL_STATE(3244)] = 110025, - [SMALL_STATE(3245)] = 110101, - [SMALL_STATE(3246)] = 110177, - [SMALL_STATE(3247)] = 110253, - [SMALL_STATE(3248)] = 110329, - [SMALL_STATE(3249)] = 110405, - [SMALL_STATE(3250)] = 110481, - [SMALL_STATE(3251)] = 110557, - [SMALL_STATE(3252)] = 110633, - [SMALL_STATE(3253)] = 110709, - [SMALL_STATE(3254)] = 110785, - [SMALL_STATE(3255)] = 110861, - [SMALL_STATE(3256)] = 110937, - [SMALL_STATE(3257)] = 111013, - [SMALL_STATE(3258)] = 111089, - [SMALL_STATE(3259)] = 111165, - [SMALL_STATE(3260)] = 111241, - [SMALL_STATE(3261)] = 111317, - [SMALL_STATE(3262)] = 111393, - [SMALL_STATE(3263)] = 111469, - [SMALL_STATE(3264)] = 111545, - [SMALL_STATE(3265)] = 111621, - [SMALL_STATE(3266)] = 111697, - [SMALL_STATE(3267)] = 111773, - [SMALL_STATE(3268)] = 111849, - [SMALL_STATE(3269)] = 111925, - [SMALL_STATE(3270)] = 112001, - [SMALL_STATE(3271)] = 112077, - [SMALL_STATE(3272)] = 112153, - [SMALL_STATE(3273)] = 112229, - [SMALL_STATE(3274)] = 112305, - [SMALL_STATE(3275)] = 112381, - [SMALL_STATE(3276)] = 112457, - [SMALL_STATE(3277)] = 112533, - [SMALL_STATE(3278)] = 112609, - [SMALL_STATE(3279)] = 112685, - [SMALL_STATE(3280)] = 112761, - [SMALL_STATE(3281)] = 112837, - [SMALL_STATE(3282)] = 112913, - [SMALL_STATE(3283)] = 112989, - [SMALL_STATE(3284)] = 113065, - [SMALL_STATE(3285)] = 113141, - [SMALL_STATE(3286)] = 113217, - [SMALL_STATE(3287)] = 113293, - [SMALL_STATE(3288)] = 113369, - [SMALL_STATE(3289)] = 113445, - [SMALL_STATE(3290)] = 113521, - [SMALL_STATE(3291)] = 113597, - [SMALL_STATE(3292)] = 113673, - [SMALL_STATE(3293)] = 113749, - [SMALL_STATE(3294)] = 113825, - [SMALL_STATE(3295)] = 113901, - [SMALL_STATE(3296)] = 113977, - [SMALL_STATE(3297)] = 114053, - [SMALL_STATE(3298)] = 114129, - [SMALL_STATE(3299)] = 114205, - [SMALL_STATE(3300)] = 114281, - [SMALL_STATE(3301)] = 114357, - [SMALL_STATE(3302)] = 114433, - [SMALL_STATE(3303)] = 114509, - [SMALL_STATE(3304)] = 114585, - [SMALL_STATE(3305)] = 114661, - [SMALL_STATE(3306)] = 114737, - [SMALL_STATE(3307)] = 114813, - [SMALL_STATE(3308)] = 114889, - [SMALL_STATE(3309)] = 114965, - [SMALL_STATE(3310)] = 115041, - [SMALL_STATE(3311)] = 115117, - [SMALL_STATE(3312)] = 115178, - [SMALL_STATE(3313)] = 115239, - [SMALL_STATE(3314)] = 115300, - [SMALL_STATE(3315)] = 115365, - [SMALL_STATE(3316)] = 115426, - [SMALL_STATE(3317)] = 115487, - [SMALL_STATE(3318)] = 115552, - [SMALL_STATE(3319)] = 115613, - [SMALL_STATE(3320)] = 115674, - [SMALL_STATE(3321)] = 115735, - [SMALL_STATE(3322)] = 115796, - [SMALL_STATE(3323)] = 115857, - [SMALL_STATE(3324)] = 115918, - [SMALL_STATE(3325)] = 115979, - [SMALL_STATE(3326)] = 116040, - [SMALL_STATE(3327)] = 116101, - [SMALL_STATE(3328)] = 116161, - [SMALL_STATE(3329)] = 116191, - [SMALL_STATE(3330)] = 116221, - [SMALL_STATE(3331)] = 116251, - [SMALL_STATE(3332)] = 116281, - [SMALL_STATE(3333)] = 116311, - [SMALL_STATE(3334)] = 116341, - [SMALL_STATE(3335)] = 116367, - [SMALL_STATE(3336)] = 116393, - [SMALL_STATE(3337)] = 116419, - [SMALL_STATE(3338)] = 116457, - [SMALL_STATE(3339)] = 116495, - [SMALL_STATE(3340)] = 116533, - [SMALL_STATE(3341)] = 116559, - [SMALL_STATE(3342)] = 116603, - [SMALL_STATE(3343)] = 116629, - [SMALL_STATE(3344)] = 116652, - [SMALL_STATE(3345)] = 116675, - [SMALL_STATE(3346)] = 116702, - [SMALL_STATE(3347)] = 116725, - [SMALL_STATE(3348)] = 116752, - [SMALL_STATE(3349)] = 116781, - [SMALL_STATE(3350)] = 116807, - [SMALL_STATE(3351)] = 116833, - [SMALL_STATE(3352)] = 116859, - [SMALL_STATE(3353)] = 116885, - [SMALL_STATE(3354)] = 116911, - [SMALL_STATE(3355)] = 116937, - [SMALL_STATE(3356)] = 116963, - [SMALL_STATE(3357)] = 116989, - [SMALL_STATE(3358)] = 117015, - [SMALL_STATE(3359)] = 117038, - [SMALL_STATE(3360)] = 117063, - [SMALL_STATE(3361)] = 117086, - [SMALL_STATE(3362)] = 117127, - [SMALL_STATE(3363)] = 117168, - [SMALL_STATE(3364)] = 117209, - [SMALL_STATE(3365)] = 117235, - [SMALL_STATE(3366)] = 117261, - [SMALL_STATE(3367)] = 117283, - [SMALL_STATE(3368)] = 117323, - [SMALL_STATE(3369)] = 117363, - [SMALL_STATE(3370)] = 117403, - [SMALL_STATE(3371)] = 117443, - [SMALL_STATE(3372)] = 117483, - [SMALL_STATE(3373)] = 117523, - [SMALL_STATE(3374)] = 117563, - [SMALL_STATE(3375)] = 117589, - [SMALL_STATE(3376)] = 117629, - [SMALL_STATE(3377)] = 117669, - [SMALL_STATE(3378)] = 117709, - [SMALL_STATE(3379)] = 117733, - [SMALL_STATE(3380)] = 117773, - [SMALL_STATE(3381)] = 117795, - [SMALL_STATE(3382)] = 117835, - [SMALL_STATE(3383)] = 117857, - [SMALL_STATE(3384)] = 117897, - [SMALL_STATE(3385)] = 117937, - [SMALL_STATE(3386)] = 117977, - [SMALL_STATE(3387)] = 118017, - [SMALL_STATE(3388)] = 118057, - [SMALL_STATE(3389)] = 118097, - [SMALL_STATE(3390)] = 118121, - [SMALL_STATE(3391)] = 118161, - [SMALL_STATE(3392)] = 118201, - [SMALL_STATE(3393)] = 118241, - [SMALL_STATE(3394)] = 118267, - [SMALL_STATE(3395)] = 118289, - [SMALL_STATE(3396)] = 118329, - [SMALL_STATE(3397)] = 118369, - [SMALL_STATE(3398)] = 118395, - [SMALL_STATE(3399)] = 118435, - [SMALL_STATE(3400)] = 118475, - [SMALL_STATE(3401)] = 118501, - [SMALL_STATE(3402)] = 118523, - [SMALL_STATE(3403)] = 118549, - [SMALL_STATE(3404)] = 118589, - [SMALL_STATE(3405)] = 118611, - [SMALL_STATE(3406)] = 118637, - [SMALL_STATE(3407)] = 118677, - [SMALL_STATE(3408)] = 118699, - [SMALL_STATE(3409)] = 118739, - [SMALL_STATE(3410)] = 118779, - [SMALL_STATE(3411)] = 118798, - [SMALL_STATE(3412)] = 118823, - [SMALL_STATE(3413)] = 118842, - [SMALL_STATE(3414)] = 118867, - [SMALL_STATE(3415)] = 118886, - [SMALL_STATE(3416)] = 118910, - [SMALL_STATE(3417)] = 118930, - [SMALL_STATE(3418)] = 118950, - [SMALL_STATE(3419)] = 118967, - [SMALL_STATE(3420)] = 118984, - [SMALL_STATE(3421)] = 119001, - [SMALL_STATE(3422)] = 119018, - [SMALL_STATE(3423)] = 119035, - [SMALL_STATE(3424)] = 119056, - [SMALL_STATE(3425)] = 119079, - [SMALL_STATE(3426)] = 119096, - [SMALL_STATE(3427)] = 119113, - [SMALL_STATE(3428)] = 119130, - [SMALL_STATE(3429)] = 119147, - [SMALL_STATE(3430)] = 119164, - [SMALL_STATE(3431)] = 119181, - [SMALL_STATE(3432)] = 119198, - [SMALL_STATE(3433)] = 119219, - [SMALL_STATE(3434)] = 119236, - [SMALL_STATE(3435)] = 119253, - [SMALL_STATE(3436)] = 119270, - [SMALL_STATE(3437)] = 119287, - [SMALL_STATE(3438)] = 119304, - [SMALL_STATE(3439)] = 119321, - [SMALL_STATE(3440)] = 119338, - [SMALL_STATE(3441)] = 119355, - [SMALL_STATE(3442)] = 119372, - [SMALL_STATE(3443)] = 119389, - [SMALL_STATE(3444)] = 119421, - [SMALL_STATE(3445)] = 119443, - [SMALL_STATE(3446)] = 119463, - [SMALL_STATE(3447)] = 119490, - [SMALL_STATE(3448)] = 119517, - [SMALL_STATE(3449)] = 119532, - [SMALL_STATE(3450)] = 119559, - [SMALL_STATE(3451)] = 119578, - [SMALL_STATE(3452)] = 119605, - [SMALL_STATE(3453)] = 119632, - [SMALL_STATE(3454)] = 119659, - [SMALL_STATE(3455)] = 119686, - [SMALL_STATE(3456)] = 119713, - [SMALL_STATE(3457)] = 119740, - [SMALL_STATE(3458)] = 119767, - [SMALL_STATE(3459)] = 119788, - [SMALL_STATE(3460)] = 119815, - [SMALL_STATE(3461)] = 119842, - [SMALL_STATE(3462)] = 119863, - [SMALL_STATE(3463)] = 119880, - [SMALL_STATE(3464)] = 119909, - [SMALL_STATE(3465)] = 119923, - [SMALL_STATE(3466)] = 119939, - [SMALL_STATE(3467)] = 119965, - [SMALL_STATE(3468)] = 119979, - [SMALL_STATE(3469)] = 120001, - [SMALL_STATE(3470)] = 120019, - [SMALL_STATE(3471)] = 120037, - [SMALL_STATE(3472)] = 120065, - [SMALL_STATE(3473)] = 120091, - [SMALL_STATE(3474)] = 120105, - [SMALL_STATE(3475)] = 120119, - [SMALL_STATE(3476)] = 120133, - [SMALL_STATE(3477)] = 120149, - [SMALL_STATE(3478)] = 120163, - [SMALL_STATE(3479)] = 120177, - [SMALL_STATE(3480)] = 120193, - [SMALL_STATE(3481)] = 120207, - [SMALL_STATE(3482)] = 120221, - [SMALL_STATE(3483)] = 120239, - [SMALL_STATE(3484)] = 120260, - [SMALL_STATE(3485)] = 120277, - [SMALL_STATE(3486)] = 120294, - [SMALL_STATE(3487)] = 120311, - [SMALL_STATE(3488)] = 120332, - [SMALL_STATE(3489)] = 120357, - [SMALL_STATE(3490)] = 120374, - [SMALL_STATE(3491)] = 120395, - [SMALL_STATE(3492)] = 120412, - [SMALL_STATE(3493)] = 120429, - [SMALL_STATE(3494)] = 120450, - [SMALL_STATE(3495)] = 120467, - [SMALL_STATE(3496)] = 120488, - [SMALL_STATE(3497)] = 120501, - [SMALL_STATE(3498)] = 120518, - [SMALL_STATE(3499)] = 120535, - [SMALL_STATE(3500)] = 120556, - [SMALL_STATE(3501)] = 120581, - [SMALL_STATE(3502)] = 120598, - [SMALL_STATE(3503)] = 120615, - [SMALL_STATE(3504)] = 120636, - [SMALL_STATE(3505)] = 120653, - [SMALL_STATE(3506)] = 120670, - [SMALL_STATE(3507)] = 120691, - [SMALL_STATE(3508)] = 120712, - [SMALL_STATE(3509)] = 120729, - [SMALL_STATE(3510)] = 120750, - [SMALL_STATE(3511)] = 120767, - [SMALL_STATE(3512)] = 120788, - [SMALL_STATE(3513)] = 120805, - [SMALL_STATE(3514)] = 120826, - [SMALL_STATE(3515)] = 120847, - [SMALL_STATE(3516)] = 120868, - [SMALL_STATE(3517)] = 120885, - [SMALL_STATE(3518)] = 120908, - [SMALL_STATE(3519)] = 120925, - [SMALL_STATE(3520)] = 120942, - [SMALL_STATE(3521)] = 120959, - [SMALL_STATE(3522)] = 120980, - [SMALL_STATE(3523)] = 121001, - [SMALL_STATE(3524)] = 121018, - [SMALL_STATE(3525)] = 121035, - [SMALL_STATE(3526)] = 121056, - [SMALL_STATE(3527)] = 121069, - [SMALL_STATE(3528)] = 121086, - [SMALL_STATE(3529)] = 121107, - [SMALL_STATE(3530)] = 121128, - [SMALL_STATE(3531)] = 121149, - [SMALL_STATE(3532)] = 121166, - [SMALL_STATE(3533)] = 121183, - [SMALL_STATE(3534)] = 121196, - [SMALL_STATE(3535)] = 121217, - [SMALL_STATE(3536)] = 121238, - [SMALL_STATE(3537)] = 121259, - [SMALL_STATE(3538)] = 121280, - [SMALL_STATE(3539)] = 121297, - [SMALL_STATE(3540)] = 121317, - [SMALL_STATE(3541)] = 121337, - [SMALL_STATE(3542)] = 121353, - [SMALL_STATE(3543)] = 121373, - [SMALL_STATE(3544)] = 121393, - [SMALL_STATE(3545)] = 121413, - [SMALL_STATE(3546)] = 121433, - [SMALL_STATE(3547)] = 121453, - [SMALL_STATE(3548)] = 121473, - [SMALL_STATE(3549)] = 121493, - [SMALL_STATE(3550)] = 121513, - [SMALL_STATE(3551)] = 121529, - [SMALL_STATE(3552)] = 121549, - [SMALL_STATE(3553)] = 121569, - [SMALL_STATE(3554)] = 121589, - [SMALL_STATE(3555)] = 121609, - [SMALL_STATE(3556)] = 121629, - [SMALL_STATE(3557)] = 121649, - [SMALL_STATE(3558)] = 121669, - [SMALL_STATE(3559)] = 121689, - [SMALL_STATE(3560)] = 121705, - [SMALL_STATE(3561)] = 121725, - [SMALL_STATE(3562)] = 121741, - [SMALL_STATE(3563)] = 121761, - [SMALL_STATE(3564)] = 121781, - [SMALL_STATE(3565)] = 121801, - [SMALL_STATE(3566)] = 121821, - [SMALL_STATE(3567)] = 121837, - [SMALL_STATE(3568)] = 121851, - [SMALL_STATE(3569)] = 121873, - [SMALL_STATE(3570)] = 121889, - [SMALL_STATE(3571)] = 121901, - [SMALL_STATE(3572)] = 121921, - [SMALL_STATE(3573)] = 121941, - [SMALL_STATE(3574)] = 121961, - [SMALL_STATE(3575)] = 121981, - [SMALL_STATE(3576)] = 122001, - [SMALL_STATE(3577)] = 122021, - [SMALL_STATE(3578)] = 122041, - [SMALL_STATE(3579)] = 122061, - [SMALL_STATE(3580)] = 122081, - [SMALL_STATE(3581)] = 122101, - [SMALL_STATE(3582)] = 122117, - [SMALL_STATE(3583)] = 122137, - [SMALL_STATE(3584)] = 122157, - [SMALL_STATE(3585)] = 122177, - [SMALL_STATE(3586)] = 122197, - [SMALL_STATE(3587)] = 122217, - [SMALL_STATE(3588)] = 122237, - [SMALL_STATE(3589)] = 122257, - [SMALL_STATE(3590)] = 122277, - [SMALL_STATE(3591)] = 122297, - [SMALL_STATE(3592)] = 122317, - [SMALL_STATE(3593)] = 122337, - [SMALL_STATE(3594)] = 122357, - [SMALL_STATE(3595)] = 122377, - [SMALL_STATE(3596)] = 122397, - [SMALL_STATE(3597)] = 122417, - [SMALL_STATE(3598)] = 122437, - [SMALL_STATE(3599)] = 122457, - [SMALL_STATE(3600)] = 122477, - [SMALL_STATE(3601)] = 122497, - [SMALL_STATE(3602)] = 122517, - [SMALL_STATE(3603)] = 122537, - [SMALL_STATE(3604)] = 122557, - [SMALL_STATE(3605)] = 122577, - [SMALL_STATE(3606)] = 122597, - [SMALL_STATE(3607)] = 122617, - [SMALL_STATE(3608)] = 122637, - [SMALL_STATE(3609)] = 122657, - [SMALL_STATE(3610)] = 122677, - [SMALL_STATE(3611)] = 122697, - [SMALL_STATE(3612)] = 122717, - [SMALL_STATE(3613)] = 122737, - [SMALL_STATE(3614)] = 122757, - [SMALL_STATE(3615)] = 122777, - [SMALL_STATE(3616)] = 122797, - [SMALL_STATE(3617)] = 122817, - [SMALL_STATE(3618)] = 122837, - [SMALL_STATE(3619)] = 122857, - [SMALL_STATE(3620)] = 122877, - [SMALL_STATE(3621)] = 122897, - [SMALL_STATE(3622)] = 122917, - [SMALL_STATE(3623)] = 122933, - [SMALL_STATE(3624)] = 122953, - [SMALL_STATE(3625)] = 122973, - [SMALL_STATE(3626)] = 122993, - [SMALL_STATE(3627)] = 123013, - [SMALL_STATE(3628)] = 123033, - [SMALL_STATE(3629)] = 123045, - [SMALL_STATE(3630)] = 123065, - [SMALL_STATE(3631)] = 123085, - [SMALL_STATE(3632)] = 123105, - [SMALL_STATE(3633)] = 123125, - [SMALL_STATE(3634)] = 123145, - [SMALL_STATE(3635)] = 123165, - [SMALL_STATE(3636)] = 123185, - [SMALL_STATE(3637)] = 123201, - [SMALL_STATE(3638)] = 123221, - [SMALL_STATE(3639)] = 123237, - [SMALL_STATE(3640)] = 123257, - [SMALL_STATE(3641)] = 123273, - [SMALL_STATE(3642)] = 123293, - [SMALL_STATE(3643)] = 123313, - [SMALL_STATE(3644)] = 123333, - [SMALL_STATE(3645)] = 123353, - [SMALL_STATE(3646)] = 123373, - [SMALL_STATE(3647)] = 123393, - [SMALL_STATE(3648)] = 123413, - [SMALL_STATE(3649)] = 123433, - [SMALL_STATE(3650)] = 123453, - [SMALL_STATE(3651)] = 123473, - [SMALL_STATE(3652)] = 123493, - [SMALL_STATE(3653)] = 123513, - [SMALL_STATE(3654)] = 123535, - [SMALL_STATE(3655)] = 123552, - [SMALL_STATE(3656)] = 123563, - [SMALL_STATE(3657)] = 123582, - [SMALL_STATE(3658)] = 123601, - [SMALL_STATE(3659)] = 123620, - [SMALL_STATE(3660)] = 123637, - [SMALL_STATE(3661)] = 123654, - [SMALL_STATE(3662)] = 123669, - [SMALL_STATE(3663)] = 123686, - [SMALL_STATE(3664)] = 123701, - [SMALL_STATE(3665)] = 123718, - [SMALL_STATE(3666)] = 123729, - [SMALL_STATE(3667)] = 123744, - [SMALL_STATE(3668)] = 123763, - [SMALL_STATE(3669)] = 123782, - [SMALL_STATE(3670)] = 123793, - [SMALL_STATE(3671)] = 123804, - [SMALL_STATE(3672)] = 123817, - [SMALL_STATE(3673)] = 123832, - [SMALL_STATE(3674)] = 123849, - [SMALL_STATE(3675)] = 123860, - [SMALL_STATE(3676)] = 123875, - [SMALL_STATE(3677)] = 123892, - [SMALL_STATE(3678)] = 123905, - [SMALL_STATE(3679)] = 123922, - [SMALL_STATE(3680)] = 123937, - [SMALL_STATE(3681)] = 123952, - [SMALL_STATE(3682)] = 123965, - [SMALL_STATE(3683)] = 123978, - [SMALL_STATE(3684)] = 123997, - [SMALL_STATE(3685)] = 124010, - [SMALL_STATE(3686)] = 124024, - [SMALL_STATE(3687)] = 124034, - [SMALL_STATE(3688)] = 124048, - [SMALL_STATE(3689)] = 124062, - [SMALL_STATE(3690)] = 124076, - [SMALL_STATE(3691)] = 124092, - [SMALL_STATE(3692)] = 124106, - [SMALL_STATE(3693)] = 124116, - [SMALL_STATE(3694)] = 124130, - [SMALL_STATE(3695)] = 124144, - [SMALL_STATE(3696)] = 124158, - [SMALL_STATE(3697)] = 124168, - [SMALL_STATE(3698)] = 124178, - [SMALL_STATE(3699)] = 124188, - [SMALL_STATE(3700)] = 124202, - [SMALL_STATE(3701)] = 124216, - [SMALL_STATE(3702)] = 124230, - [SMALL_STATE(3703)] = 124240, - [SMALL_STATE(3704)] = 124254, - [SMALL_STATE(3705)] = 124264, - [SMALL_STATE(3706)] = 124278, - [SMALL_STATE(3707)] = 124292, - [SMALL_STATE(3708)] = 124306, - [SMALL_STATE(3709)] = 124320, - [SMALL_STATE(3710)] = 124334, - [SMALL_STATE(3711)] = 124350, - [SMALL_STATE(3712)] = 124366, - [SMALL_STATE(3713)] = 124376, - [SMALL_STATE(3714)] = 124390, - [SMALL_STATE(3715)] = 124404, - [SMALL_STATE(3716)] = 124414, - [SMALL_STATE(3717)] = 124428, - [SMALL_STATE(3718)] = 124442, - [SMALL_STATE(3719)] = 124452, - [SMALL_STATE(3720)] = 124466, - [SMALL_STATE(3721)] = 124482, - [SMALL_STATE(3722)] = 124496, - [SMALL_STATE(3723)] = 124510, - [SMALL_STATE(3724)] = 124526, - [SMALL_STATE(3725)] = 124536, - [SMALL_STATE(3726)] = 124552, - [SMALL_STATE(3727)] = 124566, - [SMALL_STATE(3728)] = 124582, - [SMALL_STATE(3729)] = 124596, - [SMALL_STATE(3730)] = 124610, - [SMALL_STATE(3731)] = 124624, - [SMALL_STATE(3732)] = 124634, - [SMALL_STATE(3733)] = 124648, - [SMALL_STATE(3734)] = 124662, - [SMALL_STATE(3735)] = 124672, - [SMALL_STATE(3736)] = 124682, - [SMALL_STATE(3737)] = 124692, - [SMALL_STATE(3738)] = 124708, - [SMALL_STATE(3739)] = 124724, - [SMALL_STATE(3740)] = 124738, - [SMALL_STATE(3741)] = 124752, - [SMALL_STATE(3742)] = 124766, - [SMALL_STATE(3743)] = 124780, - [SMALL_STATE(3744)] = 124794, - [SMALL_STATE(3745)] = 124808, - [SMALL_STATE(3746)] = 124822, - [SMALL_STATE(3747)] = 124836, - [SMALL_STATE(3748)] = 124852, - [SMALL_STATE(3749)] = 124866, - [SMALL_STATE(3750)] = 124882, - [SMALL_STATE(3751)] = 124896, - [SMALL_STATE(3752)] = 124906, - [SMALL_STATE(3753)] = 124922, - [SMALL_STATE(3754)] = 124932, - [SMALL_STATE(3755)] = 124946, - [SMALL_STATE(3756)] = 124960, - [SMALL_STATE(3757)] = 124974, - [SMALL_STATE(3758)] = 124990, - [SMALL_STATE(3759)] = 125004, - [SMALL_STATE(3760)] = 125020, - [SMALL_STATE(3761)] = 125036, - [SMALL_STATE(3762)] = 125050, - [SMALL_STATE(3763)] = 125066, - [SMALL_STATE(3764)] = 125080, - [SMALL_STATE(3765)] = 125096, - [SMALL_STATE(3766)] = 125106, - [SMALL_STATE(3767)] = 125116, - [SMALL_STATE(3768)] = 125126, - [SMALL_STATE(3769)] = 125136, - [SMALL_STATE(3770)] = 125150, - [SMALL_STATE(3771)] = 125164, - [SMALL_STATE(3772)] = 125176, - [SMALL_STATE(3773)] = 125190, - [SMALL_STATE(3774)] = 125204, - [SMALL_STATE(3775)] = 125216, - [SMALL_STATE(3776)] = 125230, - [SMALL_STATE(3777)] = 125242, - [SMALL_STATE(3778)] = 125256, - [SMALL_STATE(3779)] = 125270, - [SMALL_STATE(3780)] = 125284, - [SMALL_STATE(3781)] = 125298, - [SMALL_STATE(3782)] = 125312, - [SMALL_STATE(3783)] = 125328, - [SMALL_STATE(3784)] = 125344, - [SMALL_STATE(3785)] = 125358, - [SMALL_STATE(3786)] = 125372, - [SMALL_STATE(3787)] = 125386, - [SMALL_STATE(3788)] = 125400, - [SMALL_STATE(3789)] = 125414, - [SMALL_STATE(3790)] = 125428, - [SMALL_STATE(3791)] = 125442, - [SMALL_STATE(3792)] = 125456, - [SMALL_STATE(3793)] = 125472, - [SMALL_STATE(3794)] = 125482, - [SMALL_STATE(3795)] = 125496, - [SMALL_STATE(3796)] = 125506, - [SMALL_STATE(3797)] = 125516, - [SMALL_STATE(3798)] = 125530, - [SMALL_STATE(3799)] = 125544, - [SMALL_STATE(3800)] = 125558, - [SMALL_STATE(3801)] = 125570, - [SMALL_STATE(3802)] = 125584, - [SMALL_STATE(3803)] = 125600, - [SMALL_STATE(3804)] = 125614, - [SMALL_STATE(3805)] = 125630, - [SMALL_STATE(3806)] = 125644, - [SMALL_STATE(3807)] = 125660, - [SMALL_STATE(3808)] = 125674, - [SMALL_STATE(3809)] = 125688, - [SMALL_STATE(3810)] = 125698, - [SMALL_STATE(3811)] = 125714, - [SMALL_STATE(3812)] = 125728, - [SMALL_STATE(3813)] = 125738, - [SMALL_STATE(3814)] = 125752, - [SMALL_STATE(3815)] = 125766, - [SMALL_STATE(3816)] = 125782, - [SMALL_STATE(3817)] = 125798, - [SMALL_STATE(3818)] = 125812, - [SMALL_STATE(3819)] = 125828, - [SMALL_STATE(3820)] = 125842, - [SMALL_STATE(3821)] = 125856, - [SMALL_STATE(3822)] = 125870, - [SMALL_STATE(3823)] = 125886, - [SMALL_STATE(3824)] = 125900, - [SMALL_STATE(3825)] = 125916, - [SMALL_STATE(3826)] = 125932, - [SMALL_STATE(3827)] = 125946, - [SMALL_STATE(3828)] = 125960, - [SMALL_STATE(3829)] = 125972, - [SMALL_STATE(3830)] = 125986, - [SMALL_STATE(3831)] = 126000, - [SMALL_STATE(3832)] = 126016, - [SMALL_STATE(3833)] = 126030, - [SMALL_STATE(3834)] = 126044, - [SMALL_STATE(3835)] = 126058, - [SMALL_STATE(3836)] = 126074, - [SMALL_STATE(3837)] = 126088, - [SMALL_STATE(3838)] = 126102, - [SMALL_STATE(3839)] = 126118, - [SMALL_STATE(3840)] = 126132, - [SMALL_STATE(3841)] = 126146, - [SMALL_STATE(3842)] = 126160, - [SMALL_STATE(3843)] = 126172, - [SMALL_STATE(3844)] = 126188, - [SMALL_STATE(3845)] = 126204, - [SMALL_STATE(3846)] = 126218, - [SMALL_STATE(3847)] = 126232, - [SMALL_STATE(3848)] = 126246, - [SMALL_STATE(3849)] = 126262, - [SMALL_STATE(3850)] = 126278, - [SMALL_STATE(3851)] = 126292, - [SMALL_STATE(3852)] = 126306, - [SMALL_STATE(3853)] = 126318, - [SMALL_STATE(3854)] = 126332, - [SMALL_STATE(3855)] = 126345, - [SMALL_STATE(3856)] = 126358, - [SMALL_STATE(3857)] = 126371, - [SMALL_STATE(3858)] = 126384, - [SMALL_STATE(3859)] = 126397, - [SMALL_STATE(3860)] = 126410, - [SMALL_STATE(3861)] = 126423, - [SMALL_STATE(3862)] = 126436, - [SMALL_STATE(3863)] = 126449, - [SMALL_STATE(3864)] = 126462, - [SMALL_STATE(3865)] = 126475, - [SMALL_STATE(3866)] = 126488, - [SMALL_STATE(3867)] = 126501, - [SMALL_STATE(3868)] = 126510, - [SMALL_STATE(3869)] = 126523, - [SMALL_STATE(3870)] = 126536, - [SMALL_STATE(3871)] = 126549, - [SMALL_STATE(3872)] = 126562, - [SMALL_STATE(3873)] = 126575, - [SMALL_STATE(3874)] = 126588, - [SMALL_STATE(3875)] = 126601, - [SMALL_STATE(3876)] = 126614, - [SMALL_STATE(3877)] = 126627, - [SMALL_STATE(3878)] = 126636, - [SMALL_STATE(3879)] = 126649, - [SMALL_STATE(3880)] = 126658, - [SMALL_STATE(3881)] = 126671, - [SMALL_STATE(3882)] = 126684, - [SMALL_STATE(3883)] = 126695, - [SMALL_STATE(3884)] = 126708, - [SMALL_STATE(3885)] = 126721, - [SMALL_STATE(3886)] = 126734, - [SMALL_STATE(3887)] = 126747, - [SMALL_STATE(3888)] = 126760, - [SMALL_STATE(3889)] = 126773, - [SMALL_STATE(3890)] = 126786, - [SMALL_STATE(3891)] = 126799, - [SMALL_STATE(3892)] = 126812, - [SMALL_STATE(3893)] = 126821, - [SMALL_STATE(3894)] = 126834, - [SMALL_STATE(3895)] = 126847, - [SMALL_STATE(3896)] = 126860, - [SMALL_STATE(3897)] = 126873, - [SMALL_STATE(3898)] = 126886, - [SMALL_STATE(3899)] = 126899, - [SMALL_STATE(3900)] = 126912, - [SMALL_STATE(3901)] = 126925, - [SMALL_STATE(3902)] = 126938, - [SMALL_STATE(3903)] = 126951, - [SMALL_STATE(3904)] = 126960, - [SMALL_STATE(3905)] = 126973, - [SMALL_STATE(3906)] = 126986, - [SMALL_STATE(3907)] = 126999, - [SMALL_STATE(3908)] = 127012, - [SMALL_STATE(3909)] = 127025, - [SMALL_STATE(3910)] = 127038, - [SMALL_STATE(3911)] = 127051, - [SMALL_STATE(3912)] = 127064, - [SMALL_STATE(3913)] = 127077, - [SMALL_STATE(3914)] = 127090, - [SMALL_STATE(3915)] = 127103, - [SMALL_STATE(3916)] = 127116, - [SMALL_STATE(3917)] = 127129, - [SMALL_STATE(3918)] = 127142, - [SMALL_STATE(3919)] = 127155, - [SMALL_STATE(3920)] = 127168, - [SMALL_STATE(3921)] = 127181, - [SMALL_STATE(3922)] = 127194, - [SMALL_STATE(3923)] = 127207, - [SMALL_STATE(3924)] = 127220, - [SMALL_STATE(3925)] = 127233, - [SMALL_STATE(3926)] = 127246, - [SMALL_STATE(3927)] = 127259, - [SMALL_STATE(3928)] = 127272, - [SMALL_STATE(3929)] = 127285, - [SMALL_STATE(3930)] = 127298, - [SMALL_STATE(3931)] = 127311, - [SMALL_STATE(3932)] = 127324, - [SMALL_STATE(3933)] = 127337, - [SMALL_STATE(3934)] = 127350, - [SMALL_STATE(3935)] = 127363, - [SMALL_STATE(3936)] = 127376, - [SMALL_STATE(3937)] = 127389, - [SMALL_STATE(3938)] = 127402, - [SMALL_STATE(3939)] = 127415, - [SMALL_STATE(3940)] = 127428, - [SMALL_STATE(3941)] = 127441, - [SMALL_STATE(3942)] = 127454, - [SMALL_STATE(3943)] = 127467, - [SMALL_STATE(3944)] = 127478, - [SMALL_STATE(3945)] = 127491, - [SMALL_STATE(3946)] = 127504, - [SMALL_STATE(3947)] = 127517, - [SMALL_STATE(3948)] = 127530, - [SMALL_STATE(3949)] = 127543, - [SMALL_STATE(3950)] = 127556, - [SMALL_STATE(3951)] = 127569, - [SMALL_STATE(3952)] = 127580, - [SMALL_STATE(3953)] = 127593, - [SMALL_STATE(3954)] = 127606, - [SMALL_STATE(3955)] = 127619, - [SMALL_STATE(3956)] = 127632, - [SMALL_STATE(3957)] = 127645, - [SMALL_STATE(3958)] = 127658, - [SMALL_STATE(3959)] = 127671, - [SMALL_STATE(3960)] = 127684, - [SMALL_STATE(3961)] = 127697, - [SMALL_STATE(3962)] = 127710, - [SMALL_STATE(3963)] = 127723, - [SMALL_STATE(3964)] = 127736, - [SMALL_STATE(3965)] = 127749, - [SMALL_STATE(3966)] = 127762, - [SMALL_STATE(3967)] = 127775, - [SMALL_STATE(3968)] = 127784, - [SMALL_STATE(3969)] = 127793, - [SMALL_STATE(3970)] = 127806, - [SMALL_STATE(3971)] = 127819, - [SMALL_STATE(3972)] = 127832, - [SMALL_STATE(3973)] = 127845, - [SMALL_STATE(3974)] = 127858, - [SMALL_STATE(3975)] = 127871, - [SMALL_STATE(3976)] = 127884, - [SMALL_STATE(3977)] = 127897, - [SMALL_STATE(3978)] = 127910, - [SMALL_STATE(3979)] = 127923, - [SMALL_STATE(3980)] = 127936, - [SMALL_STATE(3981)] = 127949, - [SMALL_STATE(3982)] = 127962, - [SMALL_STATE(3983)] = 127975, - [SMALL_STATE(3984)] = 127988, - [SMALL_STATE(3985)] = 128001, - [SMALL_STATE(3986)] = 128014, - [SMALL_STATE(3987)] = 128027, - [SMALL_STATE(3988)] = 128040, - [SMALL_STATE(3989)] = 128053, - [SMALL_STATE(3990)] = 128066, - [SMALL_STATE(3991)] = 128079, - [SMALL_STATE(3992)] = 128092, - [SMALL_STATE(3993)] = 128105, - [SMALL_STATE(3994)] = 128118, - [SMALL_STATE(3995)] = 128131, - [SMALL_STATE(3996)] = 128144, - [SMALL_STATE(3997)] = 128157, - [SMALL_STATE(3998)] = 128170, - [SMALL_STATE(3999)] = 128183, - [SMALL_STATE(4000)] = 128196, - [SMALL_STATE(4001)] = 128209, - [SMALL_STATE(4002)] = 128222, - [SMALL_STATE(4003)] = 128235, - [SMALL_STATE(4004)] = 128248, - [SMALL_STATE(4005)] = 128261, - [SMALL_STATE(4006)] = 128274, - [SMALL_STATE(4007)] = 128287, - [SMALL_STATE(4008)] = 128300, - [SMALL_STATE(4009)] = 128313, - [SMALL_STATE(4010)] = 128326, - [SMALL_STATE(4011)] = 128337, - [SMALL_STATE(4012)] = 128350, - [SMALL_STATE(4013)] = 128363, - [SMALL_STATE(4014)] = 128374, - [SMALL_STATE(4015)] = 128387, - [SMALL_STATE(4016)] = 128400, - [SMALL_STATE(4017)] = 128413, - [SMALL_STATE(4018)] = 128424, - [SMALL_STATE(4019)] = 128437, - [SMALL_STATE(4020)] = 128450, - [SMALL_STATE(4021)] = 128459, - [SMALL_STATE(4022)] = 128472, - [SMALL_STATE(4023)] = 128485, - [SMALL_STATE(4024)] = 128498, - [SMALL_STATE(4025)] = 128511, - [SMALL_STATE(4026)] = 128524, - [SMALL_STATE(4027)] = 128537, - [SMALL_STATE(4028)] = 128550, - [SMALL_STATE(4029)] = 128563, - [SMALL_STATE(4030)] = 128576, - [SMALL_STATE(4031)] = 128589, - [SMALL_STATE(4032)] = 128602, - [SMALL_STATE(4033)] = 128615, - [SMALL_STATE(4034)] = 128628, - [SMALL_STATE(4035)] = 128641, - [SMALL_STATE(4036)] = 128654, - [SMALL_STATE(4037)] = 128663, - [SMALL_STATE(4038)] = 128672, - [SMALL_STATE(4039)] = 128685, - [SMALL_STATE(4040)] = 128698, - [SMALL_STATE(4041)] = 128711, - [SMALL_STATE(4042)] = 128724, - [SMALL_STATE(4043)] = 128737, - [SMALL_STATE(4044)] = 128750, - [SMALL_STATE(4045)] = 128763, - [SMALL_STATE(4046)] = 128772, - [SMALL_STATE(4047)] = 128785, - [SMALL_STATE(4048)] = 128798, - [SMALL_STATE(4049)] = 128811, - [SMALL_STATE(4050)] = 128824, - [SMALL_STATE(4051)] = 128837, - [SMALL_STATE(4052)] = 128850, - [SMALL_STATE(4053)] = 128863, - [SMALL_STATE(4054)] = 128876, - [SMALL_STATE(4055)] = 128889, - [SMALL_STATE(4056)] = 128902, - [SMALL_STATE(4057)] = 128915, - [SMALL_STATE(4058)] = 128928, - [SMALL_STATE(4059)] = 128941, - [SMALL_STATE(4060)] = 128954, - [SMALL_STATE(4061)] = 128967, - [SMALL_STATE(4062)] = 128980, - [SMALL_STATE(4063)] = 128993, - [SMALL_STATE(4064)] = 129006, - [SMALL_STATE(4065)] = 129019, - [SMALL_STATE(4066)] = 129032, - [SMALL_STATE(4067)] = 129045, - [SMALL_STATE(4068)] = 129058, - [SMALL_STATE(4069)] = 129071, - [SMALL_STATE(4070)] = 129084, - [SMALL_STATE(4071)] = 129097, - [SMALL_STATE(4072)] = 129110, - [SMALL_STATE(4073)] = 129123, - [SMALL_STATE(4074)] = 129136, - [SMALL_STATE(4075)] = 129149, - [SMALL_STATE(4076)] = 129162, - [SMALL_STATE(4077)] = 129175, - [SMALL_STATE(4078)] = 129188, - [SMALL_STATE(4079)] = 129201, - [SMALL_STATE(4080)] = 129210, - [SMALL_STATE(4081)] = 129223, - [SMALL_STATE(4082)] = 129232, - [SMALL_STATE(4083)] = 129245, - [SMALL_STATE(4084)] = 129258, - [SMALL_STATE(4085)] = 129267, - [SMALL_STATE(4086)] = 129280, - [SMALL_STATE(4087)] = 129293, - [SMALL_STATE(4088)] = 129306, - [SMALL_STATE(4089)] = 129319, - [SMALL_STATE(4090)] = 129332, - [SMALL_STATE(4091)] = 129341, - [SMALL_STATE(4092)] = 129354, - [SMALL_STATE(4093)] = 129367, - [SMALL_STATE(4094)] = 129375, - [SMALL_STATE(4095)] = 129385, - [SMALL_STATE(4096)] = 129395, - [SMALL_STATE(4097)] = 129405, - [SMALL_STATE(4098)] = 129415, - [SMALL_STATE(4099)] = 129423, - [SMALL_STATE(4100)] = 129433, - [SMALL_STATE(4101)] = 129443, - [SMALL_STATE(4102)] = 129453, - [SMALL_STATE(4103)] = 129461, - [SMALL_STATE(4104)] = 129471, - [SMALL_STATE(4105)] = 129481, - [SMALL_STATE(4106)] = 129491, - [SMALL_STATE(4107)] = 129501, - [SMALL_STATE(4108)] = 129511, - [SMALL_STATE(4109)] = 129521, - [SMALL_STATE(4110)] = 129531, - [SMALL_STATE(4111)] = 129539, - [SMALL_STATE(4112)] = 129549, - [SMALL_STATE(4113)] = 129559, - [SMALL_STATE(4114)] = 129569, - [SMALL_STATE(4115)] = 129579, - [SMALL_STATE(4116)] = 129589, - [SMALL_STATE(4117)] = 129599, - [SMALL_STATE(4118)] = 129607, - [SMALL_STATE(4119)] = 129617, - [SMALL_STATE(4120)] = 129627, - [SMALL_STATE(4121)] = 129637, - [SMALL_STATE(4122)] = 129647, - [SMALL_STATE(4123)] = 129657, - [SMALL_STATE(4124)] = 129667, - [SMALL_STATE(4125)] = 129677, - [SMALL_STATE(4126)] = 129685, - [SMALL_STATE(4127)] = 129695, - [SMALL_STATE(4128)] = 129705, - [SMALL_STATE(4129)] = 129715, - [SMALL_STATE(4130)] = 129723, - [SMALL_STATE(4131)] = 129733, - [SMALL_STATE(4132)] = 129741, - [SMALL_STATE(4133)] = 129749, - [SMALL_STATE(4134)] = 129759, - [SMALL_STATE(4135)] = 129769, - [SMALL_STATE(4136)] = 129779, - [SMALL_STATE(4137)] = 129789, - [SMALL_STATE(4138)] = 129799, - [SMALL_STATE(4139)] = 129809, - [SMALL_STATE(4140)] = 129819, - [SMALL_STATE(4141)] = 129829, - [SMALL_STATE(4142)] = 129839, - [SMALL_STATE(4143)] = 129849, - [SMALL_STATE(4144)] = 129859, - [SMALL_STATE(4145)] = 129869, - [SMALL_STATE(4146)] = 129879, - [SMALL_STATE(4147)] = 129889, - [SMALL_STATE(4148)] = 129899, - [SMALL_STATE(4149)] = 129909, - [SMALL_STATE(4150)] = 129919, - [SMALL_STATE(4151)] = 129929, - [SMALL_STATE(4152)] = 129937, - [SMALL_STATE(4153)] = 129947, - [SMALL_STATE(4154)] = 129955, - [SMALL_STATE(4155)] = 129965, - [SMALL_STATE(4156)] = 129975, - [SMALL_STATE(4157)] = 129985, - [SMALL_STATE(4158)] = 129995, - [SMALL_STATE(4159)] = 130005, - [SMALL_STATE(4160)] = 130015, - [SMALL_STATE(4161)] = 130023, - [SMALL_STATE(4162)] = 130033, - [SMALL_STATE(4163)] = 130041, - [SMALL_STATE(4164)] = 130051, - [SMALL_STATE(4165)] = 130061, - [SMALL_STATE(4166)] = 130071, - [SMALL_STATE(4167)] = 130081, - [SMALL_STATE(4168)] = 130091, - [SMALL_STATE(4169)] = 130101, - [SMALL_STATE(4170)] = 130111, - [SMALL_STATE(4171)] = 130121, - [SMALL_STATE(4172)] = 130131, - [SMALL_STATE(4173)] = 130141, - [SMALL_STATE(4174)] = 130151, - [SMALL_STATE(4175)] = 130161, - [SMALL_STATE(4176)] = 130171, - [SMALL_STATE(4177)] = 130181, - [SMALL_STATE(4178)] = 130191, - [SMALL_STATE(4179)] = 130201, - [SMALL_STATE(4180)] = 130211, - [SMALL_STATE(4181)] = 130221, - [SMALL_STATE(4182)] = 130231, - [SMALL_STATE(4183)] = 130239, - [SMALL_STATE(4184)] = 130247, - [SMALL_STATE(4185)] = 130255, - [SMALL_STATE(4186)] = 130265, - [SMALL_STATE(4187)] = 130275, - [SMALL_STATE(4188)] = 130285, - [SMALL_STATE(4189)] = 130295, - [SMALL_STATE(4190)] = 130305, - [SMALL_STATE(4191)] = 130315, - [SMALL_STATE(4192)] = 130325, - [SMALL_STATE(4193)] = 130335, - [SMALL_STATE(4194)] = 130345, - [SMALL_STATE(4195)] = 130355, - [SMALL_STATE(4196)] = 130365, - [SMALL_STATE(4197)] = 130373, - [SMALL_STATE(4198)] = 130383, - [SMALL_STATE(4199)] = 130393, - [SMALL_STATE(4200)] = 130403, - [SMALL_STATE(4201)] = 130413, - [SMALL_STATE(4202)] = 130423, - [SMALL_STATE(4203)] = 130433, - [SMALL_STATE(4204)] = 130443, - [SMALL_STATE(4205)] = 130453, - [SMALL_STATE(4206)] = 130463, - [SMALL_STATE(4207)] = 130473, - [SMALL_STATE(4208)] = 130483, - [SMALL_STATE(4209)] = 130493, - [SMALL_STATE(4210)] = 130503, - [SMALL_STATE(4211)] = 130513, - [SMALL_STATE(4212)] = 130523, - [SMALL_STATE(4213)] = 130533, - [SMALL_STATE(4214)] = 130541, - [SMALL_STATE(4215)] = 130551, - [SMALL_STATE(4216)] = 130561, - [SMALL_STATE(4217)] = 130571, - [SMALL_STATE(4218)] = 130581, - [SMALL_STATE(4219)] = 130589, - [SMALL_STATE(4220)] = 130599, - [SMALL_STATE(4221)] = 130609, - [SMALL_STATE(4222)] = 130619, - [SMALL_STATE(4223)] = 130629, - [SMALL_STATE(4224)] = 130639, - [SMALL_STATE(4225)] = 130649, - [SMALL_STATE(4226)] = 130659, - [SMALL_STATE(4227)] = 130669, - [SMALL_STATE(4228)] = 130679, - [SMALL_STATE(4229)] = 130689, - [SMALL_STATE(4230)] = 130699, - [SMALL_STATE(4231)] = 130707, - [SMALL_STATE(4232)] = 130717, - [SMALL_STATE(4233)] = 130727, - [SMALL_STATE(4234)] = 130737, - [SMALL_STATE(4235)] = 130747, - [SMALL_STATE(4236)] = 130757, - [SMALL_STATE(4237)] = 130767, - [SMALL_STATE(4238)] = 130777, - [SMALL_STATE(4239)] = 130787, - [SMALL_STATE(4240)] = 130797, - [SMALL_STATE(4241)] = 130807, - [SMALL_STATE(4242)] = 130817, - [SMALL_STATE(4243)] = 130827, - [SMALL_STATE(4244)] = 130837, - [SMALL_STATE(4245)] = 130847, - [SMALL_STATE(4246)] = 130857, - [SMALL_STATE(4247)] = 130867, - [SMALL_STATE(4248)] = 130875, - [SMALL_STATE(4249)] = 130885, - [SMALL_STATE(4250)] = 130895, - [SMALL_STATE(4251)] = 130905, - [SMALL_STATE(4252)] = 130915, - [SMALL_STATE(4253)] = 130925, - [SMALL_STATE(4254)] = 130935, - [SMALL_STATE(4255)] = 130945, - [SMALL_STATE(4256)] = 130955, - [SMALL_STATE(4257)] = 130965, - [SMALL_STATE(4258)] = 130975, - [SMALL_STATE(4259)] = 130985, - [SMALL_STATE(4260)] = 130995, - [SMALL_STATE(4261)] = 131005, - [SMALL_STATE(4262)] = 131015, - [SMALL_STATE(4263)] = 131025, - [SMALL_STATE(4264)] = 131035, - [SMALL_STATE(4265)] = 131045, - [SMALL_STATE(4266)] = 131055, - [SMALL_STATE(4267)] = 131065, - [SMALL_STATE(4268)] = 131075, - [SMALL_STATE(4269)] = 131085, - [SMALL_STATE(4270)] = 131095, - [SMALL_STATE(4271)] = 131105, - [SMALL_STATE(4272)] = 131115, - [SMALL_STATE(4273)] = 131125, - [SMALL_STATE(4274)] = 131135, - [SMALL_STATE(4275)] = 131145, - [SMALL_STATE(4276)] = 131155, - [SMALL_STATE(4277)] = 131165, - [SMALL_STATE(4278)] = 131175, - [SMALL_STATE(4279)] = 131185, - [SMALL_STATE(4280)] = 131195, - [SMALL_STATE(4281)] = 131205, - [SMALL_STATE(4282)] = 131215, - [SMALL_STATE(4283)] = 131225, - [SMALL_STATE(4284)] = 131235, - [SMALL_STATE(4285)] = 131243, - [SMALL_STATE(4286)] = 131253, - [SMALL_STATE(4287)] = 131263, - [SMALL_STATE(4288)] = 131273, - [SMALL_STATE(4289)] = 131283, - [SMALL_STATE(4290)] = 131293, - [SMALL_STATE(4291)] = 131303, - [SMALL_STATE(4292)] = 131313, - [SMALL_STATE(4293)] = 131323, - [SMALL_STATE(4294)] = 131333, - [SMALL_STATE(4295)] = 131343, - [SMALL_STATE(4296)] = 131353, - [SMALL_STATE(4297)] = 131363, - [SMALL_STATE(4298)] = 131373, - [SMALL_STATE(4299)] = 131383, - [SMALL_STATE(4300)] = 131393, - [SMALL_STATE(4301)] = 131403, - [SMALL_STATE(4302)] = 131413, - [SMALL_STATE(4303)] = 131423, - [SMALL_STATE(4304)] = 131433, - [SMALL_STATE(4305)] = 131443, - [SMALL_STATE(4306)] = 131453, - [SMALL_STATE(4307)] = 131463, - [SMALL_STATE(4308)] = 131473, - [SMALL_STATE(4309)] = 131483, - [SMALL_STATE(4310)] = 131493, - [SMALL_STATE(4311)] = 131503, - [SMALL_STATE(4312)] = 131513, - [SMALL_STATE(4313)] = 131523, - [SMALL_STATE(4314)] = 131533, - [SMALL_STATE(4315)] = 131543, - [SMALL_STATE(4316)] = 131553, - [SMALL_STATE(4317)] = 131563, - [SMALL_STATE(4318)] = 131573, - [SMALL_STATE(4319)] = 131583, - [SMALL_STATE(4320)] = 131593, - [SMALL_STATE(4321)] = 131603, - [SMALL_STATE(4322)] = 131613, - [SMALL_STATE(4323)] = 131623, - [SMALL_STATE(4324)] = 131633, - [SMALL_STATE(4325)] = 131643, - [SMALL_STATE(4326)] = 131653, - [SMALL_STATE(4327)] = 131663, - [SMALL_STATE(4328)] = 131673, - [SMALL_STATE(4329)] = 131683, - [SMALL_STATE(4330)] = 131693, - [SMALL_STATE(4331)] = 131703, - [SMALL_STATE(4332)] = 131713, - [SMALL_STATE(4333)] = 131723, - [SMALL_STATE(4334)] = 131733, - [SMALL_STATE(4335)] = 131743, - [SMALL_STATE(4336)] = 131753, - [SMALL_STATE(4337)] = 131763, - [SMALL_STATE(4338)] = 131773, - [SMALL_STATE(4339)] = 131783, - [SMALL_STATE(4340)] = 131793, - [SMALL_STATE(4341)] = 131803, - [SMALL_STATE(4342)] = 131813, - [SMALL_STATE(4343)] = 131823, - [SMALL_STATE(4344)] = 131833, - [SMALL_STATE(4345)] = 131843, - [SMALL_STATE(4346)] = 131851, - [SMALL_STATE(4347)] = 131861, - [SMALL_STATE(4348)] = 131871, - [SMALL_STATE(4349)] = 131881, - [SMALL_STATE(4350)] = 131891, - [SMALL_STATE(4351)] = 131901, - [SMALL_STATE(4352)] = 131911, - [SMALL_STATE(4353)] = 131921, - [SMALL_STATE(4354)] = 131931, - [SMALL_STATE(4355)] = 131941, - [SMALL_STATE(4356)] = 131951, - [SMALL_STATE(4357)] = 131961, - [SMALL_STATE(4358)] = 131971, - [SMALL_STATE(4359)] = 131981, - [SMALL_STATE(4360)] = 131991, - [SMALL_STATE(4361)] = 132001, - [SMALL_STATE(4362)] = 132011, - [SMALL_STATE(4363)] = 132021, - [SMALL_STATE(4364)] = 132031, - [SMALL_STATE(4365)] = 132041, - [SMALL_STATE(4366)] = 132051, - [SMALL_STATE(4367)] = 132061, - [SMALL_STATE(4368)] = 132071, - [SMALL_STATE(4369)] = 132081, - [SMALL_STATE(4370)] = 132091, - [SMALL_STATE(4371)] = 132101, - [SMALL_STATE(4372)] = 132109, - [SMALL_STATE(4373)] = 132119, - [SMALL_STATE(4374)] = 132129, - [SMALL_STATE(4375)] = 132137, - [SMALL_STATE(4376)] = 132147, - [SMALL_STATE(4377)] = 132157, - [SMALL_STATE(4378)] = 132167, - [SMALL_STATE(4379)] = 132177, - [SMALL_STATE(4380)] = 132187, - [SMALL_STATE(4381)] = 132197, - [SMALL_STATE(4382)] = 132207, - [SMALL_STATE(4383)] = 132215, - [SMALL_STATE(4384)] = 132223, - [SMALL_STATE(4385)] = 132233, - [SMALL_STATE(4386)] = 132241, - [SMALL_STATE(4387)] = 132251, - [SMALL_STATE(4388)] = 132261, - [SMALL_STATE(4389)] = 132271, - [SMALL_STATE(4390)] = 132281, - [SMALL_STATE(4391)] = 132291, - [SMALL_STATE(4392)] = 132299, - [SMALL_STATE(4393)] = 132309, - [SMALL_STATE(4394)] = 132319, - [SMALL_STATE(4395)] = 132329, - [SMALL_STATE(4396)] = 132337, - [SMALL_STATE(4397)] = 132347, - [SMALL_STATE(4398)] = 132357, - [SMALL_STATE(4399)] = 132367, - [SMALL_STATE(4400)] = 132377, - [SMALL_STATE(4401)] = 132387, - [SMALL_STATE(4402)] = 132395, - [SMALL_STATE(4403)] = 132405, - [SMALL_STATE(4404)] = 132415, - [SMALL_STATE(4405)] = 132425, - [SMALL_STATE(4406)] = 132435, - [SMALL_STATE(4407)] = 132445, - [SMALL_STATE(4408)] = 132455, - [SMALL_STATE(4409)] = 132462, - [SMALL_STATE(4410)] = 132469, - [SMALL_STATE(4411)] = 132476, - [SMALL_STATE(4412)] = 132483, - [SMALL_STATE(4413)] = 132490, - [SMALL_STATE(4414)] = 132497, - [SMALL_STATE(4415)] = 132504, - [SMALL_STATE(4416)] = 132511, - [SMALL_STATE(4417)] = 132518, - [SMALL_STATE(4418)] = 132525, - [SMALL_STATE(4419)] = 132532, - [SMALL_STATE(4420)] = 132539, - [SMALL_STATE(4421)] = 132546, - [SMALL_STATE(4422)] = 132553, - [SMALL_STATE(4423)] = 132560, - [SMALL_STATE(4424)] = 132567, - [SMALL_STATE(4425)] = 132574, - [SMALL_STATE(4426)] = 132581, - [SMALL_STATE(4427)] = 132588, - [SMALL_STATE(4428)] = 132595, - [SMALL_STATE(4429)] = 132602, - [SMALL_STATE(4430)] = 132609, - [SMALL_STATE(4431)] = 132616, - [SMALL_STATE(4432)] = 132623, - [SMALL_STATE(4433)] = 132630, - [SMALL_STATE(4434)] = 132637, - [SMALL_STATE(4435)] = 132644, - [SMALL_STATE(4436)] = 132651, - [SMALL_STATE(4437)] = 132658, - [SMALL_STATE(4438)] = 132665, - [SMALL_STATE(4439)] = 132672, - [SMALL_STATE(4440)] = 132679, - [SMALL_STATE(4441)] = 132686, - [SMALL_STATE(4442)] = 132693, - [SMALL_STATE(4443)] = 132700, - [SMALL_STATE(4444)] = 132707, - [SMALL_STATE(4445)] = 132714, - [SMALL_STATE(4446)] = 132721, - [SMALL_STATE(4447)] = 132728, - [SMALL_STATE(4448)] = 132735, - [SMALL_STATE(4449)] = 132742, - [SMALL_STATE(4450)] = 132749, - [SMALL_STATE(4451)] = 132756, - [SMALL_STATE(4452)] = 132763, - [SMALL_STATE(4453)] = 132770, - [SMALL_STATE(4454)] = 132777, - [SMALL_STATE(4455)] = 132784, - [SMALL_STATE(4456)] = 132791, - [SMALL_STATE(4457)] = 132798, - [SMALL_STATE(4458)] = 132805, - [SMALL_STATE(4459)] = 132812, - [SMALL_STATE(4460)] = 132819, - [SMALL_STATE(4461)] = 132826, - [SMALL_STATE(4462)] = 132833, - [SMALL_STATE(4463)] = 132840, - [SMALL_STATE(4464)] = 132847, - [SMALL_STATE(4465)] = 132854, - [SMALL_STATE(4466)] = 132861, - [SMALL_STATE(4467)] = 132868, - [SMALL_STATE(4468)] = 132875, - [SMALL_STATE(4469)] = 132882, - [SMALL_STATE(4470)] = 132889, - [SMALL_STATE(4471)] = 132896, - [SMALL_STATE(4472)] = 132903, - [SMALL_STATE(4473)] = 132910, - [SMALL_STATE(4474)] = 132917, - [SMALL_STATE(4475)] = 132924, - [SMALL_STATE(4476)] = 132931, - [SMALL_STATE(4477)] = 132938, - [SMALL_STATE(4478)] = 132945, - [SMALL_STATE(4479)] = 132952, - [SMALL_STATE(4480)] = 132959, - [SMALL_STATE(4481)] = 132966, - [SMALL_STATE(4482)] = 132973, - [SMALL_STATE(4483)] = 132980, - [SMALL_STATE(4484)] = 132987, - [SMALL_STATE(4485)] = 132994, - [SMALL_STATE(4486)] = 133001, - [SMALL_STATE(4487)] = 133008, - [SMALL_STATE(4488)] = 133015, - [SMALL_STATE(4489)] = 133022, - [SMALL_STATE(4490)] = 133029, - [SMALL_STATE(4491)] = 133036, - [SMALL_STATE(4492)] = 133043, - [SMALL_STATE(4493)] = 133050, - [SMALL_STATE(4494)] = 133057, - [SMALL_STATE(4495)] = 133064, - [SMALL_STATE(4496)] = 133071, - [SMALL_STATE(4497)] = 133078, - [SMALL_STATE(4498)] = 133085, - [SMALL_STATE(4499)] = 133092, - [SMALL_STATE(4500)] = 133099, - [SMALL_STATE(4501)] = 133106, - [SMALL_STATE(4502)] = 133113, - [SMALL_STATE(4503)] = 133120, - [SMALL_STATE(4504)] = 133127, - [SMALL_STATE(4505)] = 133134, - [SMALL_STATE(4506)] = 133141, - [SMALL_STATE(4507)] = 133148, - [SMALL_STATE(4508)] = 133155, - [SMALL_STATE(4509)] = 133162, - [SMALL_STATE(4510)] = 133169, - [SMALL_STATE(4511)] = 133176, - [SMALL_STATE(4512)] = 133183, - [SMALL_STATE(4513)] = 133190, - [SMALL_STATE(4514)] = 133197, - [SMALL_STATE(4515)] = 133204, - [SMALL_STATE(4516)] = 133211, - [SMALL_STATE(4517)] = 133218, - [SMALL_STATE(4518)] = 133225, - [SMALL_STATE(4519)] = 133232, - [SMALL_STATE(4520)] = 133239, - [SMALL_STATE(4521)] = 133246, - [SMALL_STATE(4522)] = 133253, - [SMALL_STATE(4523)] = 133260, - [SMALL_STATE(4524)] = 133267, - [SMALL_STATE(4525)] = 133274, - [SMALL_STATE(4526)] = 133281, - [SMALL_STATE(4527)] = 133288, - [SMALL_STATE(4528)] = 133295, - [SMALL_STATE(4529)] = 133302, - [SMALL_STATE(4530)] = 133309, - [SMALL_STATE(4531)] = 133316, - [SMALL_STATE(4532)] = 133323, - [SMALL_STATE(4533)] = 133330, - [SMALL_STATE(4534)] = 133337, - [SMALL_STATE(4535)] = 133344, - [SMALL_STATE(4536)] = 133351, - [SMALL_STATE(4537)] = 133358, - [SMALL_STATE(4538)] = 133365, - [SMALL_STATE(4539)] = 133372, - [SMALL_STATE(4540)] = 133379, - [SMALL_STATE(4541)] = 133386, - [SMALL_STATE(4542)] = 133393, - [SMALL_STATE(4543)] = 133400, - [SMALL_STATE(4544)] = 133407, - [SMALL_STATE(4545)] = 133414, - [SMALL_STATE(4546)] = 133421, - [SMALL_STATE(4547)] = 133428, - [SMALL_STATE(4548)] = 133435, - [SMALL_STATE(4549)] = 133442, - [SMALL_STATE(4550)] = 133449, - [SMALL_STATE(4551)] = 133456, - [SMALL_STATE(4552)] = 133463, - [SMALL_STATE(4553)] = 133470, - [SMALL_STATE(4554)] = 133477, - [SMALL_STATE(4555)] = 133484, - [SMALL_STATE(4556)] = 133491, - [SMALL_STATE(4557)] = 133498, - [SMALL_STATE(4558)] = 133505, - [SMALL_STATE(4559)] = 133512, - [SMALL_STATE(4560)] = 133519, - [SMALL_STATE(4561)] = 133526, - [SMALL_STATE(4562)] = 133533, - [SMALL_STATE(4563)] = 133540, - [SMALL_STATE(4564)] = 133547, - [SMALL_STATE(4565)] = 133554, - [SMALL_STATE(4566)] = 133561, - [SMALL_STATE(4567)] = 133568, - [SMALL_STATE(4568)] = 133575, - [SMALL_STATE(4569)] = 133582, - [SMALL_STATE(4570)] = 133589, - [SMALL_STATE(4571)] = 133596, - [SMALL_STATE(4572)] = 133603, - [SMALL_STATE(4573)] = 133610, - [SMALL_STATE(4574)] = 133617, - [SMALL_STATE(4575)] = 133624, - [SMALL_STATE(4576)] = 133631, - [SMALL_STATE(4577)] = 133638, - [SMALL_STATE(4578)] = 133645, - [SMALL_STATE(4579)] = 133652, - [SMALL_STATE(4580)] = 133659, - [SMALL_STATE(4581)] = 133666, - [SMALL_STATE(4582)] = 133673, - [SMALL_STATE(4583)] = 133680, - [SMALL_STATE(4584)] = 133687, - [SMALL_STATE(4585)] = 133694, - [SMALL_STATE(4586)] = 133701, - [SMALL_STATE(4587)] = 133708, - [SMALL_STATE(4588)] = 133715, - [SMALL_STATE(4589)] = 133722, - [SMALL_STATE(4590)] = 133729, - [SMALL_STATE(4591)] = 133736, - [SMALL_STATE(4592)] = 133743, - [SMALL_STATE(4593)] = 133750, - [SMALL_STATE(4594)] = 133757, - [SMALL_STATE(4595)] = 133764, - [SMALL_STATE(4596)] = 133771, - [SMALL_STATE(4597)] = 133778, - [SMALL_STATE(4598)] = 133785, - [SMALL_STATE(4599)] = 133792, - [SMALL_STATE(4600)] = 133799, - [SMALL_STATE(4601)] = 133806, - [SMALL_STATE(4602)] = 133813, - [SMALL_STATE(4603)] = 133820, - [SMALL_STATE(4604)] = 133827, - [SMALL_STATE(4605)] = 133834, - [SMALL_STATE(4606)] = 133841, - [SMALL_STATE(4607)] = 133848, - [SMALL_STATE(4608)] = 133855, - [SMALL_STATE(4609)] = 133862, - [SMALL_STATE(4610)] = 133869, - [SMALL_STATE(4611)] = 133876, - [SMALL_STATE(4612)] = 133883, - [SMALL_STATE(4613)] = 133890, - [SMALL_STATE(4614)] = 133897, - [SMALL_STATE(4615)] = 133904, - [SMALL_STATE(4616)] = 133911, - [SMALL_STATE(4617)] = 133918, - [SMALL_STATE(4618)] = 133925, - [SMALL_STATE(4619)] = 133932, - [SMALL_STATE(4620)] = 133939, - [SMALL_STATE(4621)] = 133946, - [SMALL_STATE(4622)] = 133953, - [SMALL_STATE(4623)] = 133960, - [SMALL_STATE(4624)] = 133967, - [SMALL_STATE(4625)] = 133974, - [SMALL_STATE(4626)] = 133981, - [SMALL_STATE(4627)] = 133988, - [SMALL_STATE(4628)] = 133995, - [SMALL_STATE(4629)] = 134002, - [SMALL_STATE(4630)] = 134009, - [SMALL_STATE(4631)] = 134016, - [SMALL_STATE(4632)] = 134023, - [SMALL_STATE(4633)] = 134030, - [SMALL_STATE(4634)] = 134037, - [SMALL_STATE(4635)] = 134044, - [SMALL_STATE(4636)] = 134051, - [SMALL_STATE(4637)] = 134058, - [SMALL_STATE(4638)] = 134065, - [SMALL_STATE(4639)] = 134072, - [SMALL_STATE(4640)] = 134079, - [SMALL_STATE(4641)] = 134086, - [SMALL_STATE(4642)] = 134093, - [SMALL_STATE(4643)] = 134100, - [SMALL_STATE(4644)] = 134107, - [SMALL_STATE(4645)] = 134114, - [SMALL_STATE(4646)] = 134121, - [SMALL_STATE(4647)] = 134128, - [SMALL_STATE(4648)] = 134135, - [SMALL_STATE(4649)] = 134142, - [SMALL_STATE(4650)] = 134149, - [SMALL_STATE(4651)] = 134156, - [SMALL_STATE(4652)] = 134163, - [SMALL_STATE(4653)] = 134170, - [SMALL_STATE(4654)] = 134177, - [SMALL_STATE(4655)] = 134184, - [SMALL_STATE(4656)] = 134191, - [SMALL_STATE(4657)] = 134198, - [SMALL_STATE(4658)] = 134205, - [SMALL_STATE(4659)] = 134212, - [SMALL_STATE(4660)] = 134219, - [SMALL_STATE(4661)] = 134226, - [SMALL_STATE(4662)] = 134233, - [SMALL_STATE(4663)] = 134240, - [SMALL_STATE(4664)] = 134247, - [SMALL_STATE(4665)] = 134254, - [SMALL_STATE(4666)] = 134261, - [SMALL_STATE(4667)] = 134268, - [SMALL_STATE(4668)] = 134275, - [SMALL_STATE(4669)] = 134282, - [SMALL_STATE(4670)] = 134289, - [SMALL_STATE(4671)] = 134296, - [SMALL_STATE(4672)] = 134303, - [SMALL_STATE(4673)] = 134310, - [SMALL_STATE(4674)] = 134317, - [SMALL_STATE(4675)] = 134324, - [SMALL_STATE(4676)] = 134331, - [SMALL_STATE(4677)] = 134338, - [SMALL_STATE(4678)] = 134345, - [SMALL_STATE(4679)] = 134352, - [SMALL_STATE(4680)] = 134359, - [SMALL_STATE(4681)] = 134366, - [SMALL_STATE(4682)] = 134373, - [SMALL_STATE(4683)] = 134380, - [SMALL_STATE(4684)] = 134387, - [SMALL_STATE(4685)] = 134394, - [SMALL_STATE(4686)] = 134401, - [SMALL_STATE(4687)] = 134408, - [SMALL_STATE(4688)] = 134415, - [SMALL_STATE(4689)] = 134422, - [SMALL_STATE(4690)] = 134429, - [SMALL_STATE(4691)] = 134436, - [SMALL_STATE(4692)] = 134443, - [SMALL_STATE(4693)] = 134450, - [SMALL_STATE(4694)] = 134457, - [SMALL_STATE(4695)] = 134464, - [SMALL_STATE(4696)] = 134471, - [SMALL_STATE(4697)] = 134478, - [SMALL_STATE(4698)] = 134485, - [SMALL_STATE(4699)] = 134492, - [SMALL_STATE(4700)] = 134499, - [SMALL_STATE(4701)] = 134506, - [SMALL_STATE(4702)] = 134513, - [SMALL_STATE(4703)] = 134520, - [SMALL_STATE(4704)] = 134527, - [SMALL_STATE(4705)] = 134534, - [SMALL_STATE(4706)] = 134541, - [SMALL_STATE(4707)] = 134548, - [SMALL_STATE(4708)] = 134555, - [SMALL_STATE(4709)] = 134562, - [SMALL_STATE(4710)] = 134569, - [SMALL_STATE(4711)] = 134576, - [SMALL_STATE(4712)] = 134583, - [SMALL_STATE(4713)] = 134590, - [SMALL_STATE(4714)] = 134597, - [SMALL_STATE(4715)] = 134604, - [SMALL_STATE(4716)] = 134611, - [SMALL_STATE(4717)] = 134618, - [SMALL_STATE(4718)] = 134625, - [SMALL_STATE(4719)] = 134632, - [SMALL_STATE(4720)] = 134639, - [SMALL_STATE(4721)] = 134646, - [SMALL_STATE(4722)] = 134653, - [SMALL_STATE(4723)] = 134660, - [SMALL_STATE(4724)] = 134667, - [SMALL_STATE(4725)] = 134674, - [SMALL_STATE(4726)] = 134681, - [SMALL_STATE(4727)] = 134688, - [SMALL_STATE(4728)] = 134695, - [SMALL_STATE(4729)] = 134702, - [SMALL_STATE(4730)] = 134709, - [SMALL_STATE(4731)] = 134716, - [SMALL_STATE(4732)] = 134723, - [SMALL_STATE(4733)] = 134730, - [SMALL_STATE(4734)] = 134737, + [SMALL_STATE(1603)] = 0, + [SMALL_STATE(1604)] = 126, + [SMALL_STATE(1605)] = 196, + [SMALL_STATE(1606)] = 266, + [SMALL_STATE(1607)] = 336, + [SMALL_STATE(1608)] = 406, + [SMALL_STATE(1609)] = 476, + [SMALL_STATE(1610)] = 546, + [SMALL_STATE(1611)] = 616, + [SMALL_STATE(1612)] = 686, + [SMALL_STATE(1613)] = 756, + [SMALL_STATE(1614)] = 826, + [SMALL_STATE(1615)] = 917, + [SMALL_STATE(1616)] = 1040, + [SMALL_STATE(1617)] = 1129, + [SMALL_STATE(1618)] = 1226, + [SMALL_STATE(1619)] = 1313, + [SMALL_STATE(1620)] = 1400, + [SMALL_STATE(1621)] = 1489, + [SMALL_STATE(1622)] = 1588, + [SMALL_STATE(1623)] = 1701, + [SMALL_STATE(1624)] = 1788, + [SMALL_STATE(1625)] = 1879, + [SMALL_STATE(1626)] = 1970, + [SMALL_STATE(1627)] = 2083, + [SMALL_STATE(1628)] = 2155, + [SMALL_STATE(1629)] = 2223, + [SMALL_STATE(1630)] = 2339, + [SMALL_STATE(1631)] = 2407, + [SMALL_STATE(1632)] = 2479, + [SMALL_STATE(1633)] = 2546, + [SMALL_STATE(1634)] = 2615, + [SMALL_STATE(1635)] = 2684, + [SMALL_STATE(1636)] = 2751, + [SMALL_STATE(1637)] = 2818, + [SMALL_STATE(1638)] = 2929, + [SMALL_STATE(1639)] = 2998, + [SMALL_STATE(1640)] = 3065, + [SMALL_STATE(1641)] = 3132, + [SMALL_STATE(1642)] = 3199, + [SMALL_STATE(1643)] = 3266, + [SMALL_STATE(1644)] = 3333, + [SMALL_STATE(1645)] = 3406, + [SMALL_STATE(1646)] = 3473, + [SMALL_STATE(1647)] = 3540, + [SMALL_STATE(1648)] = 3629, + [SMALL_STATE(1649)] = 3696, + [SMALL_STATE(1650)] = 3785, + [SMALL_STATE(1651)] = 3856, + [SMALL_STATE(1652)] = 3953, + [SMALL_STATE(1653)] = 4020, + [SMALL_STATE(1654)] = 4107, + [SMALL_STATE(1655)] = 4174, + [SMALL_STATE(1656)] = 4241, + [SMALL_STATE(1657)] = 4368, + [SMALL_STATE(1658)] = 4437, + [SMALL_STATE(1659)] = 4522, + [SMALL_STATE(1660)] = 4589, + [SMALL_STATE(1661)] = 4660, + [SMALL_STATE(1662)] = 4745, + [SMALL_STATE(1663)] = 4840, + [SMALL_STATE(1664)] = 4951, + [SMALL_STATE(1665)] = 5018, + [SMALL_STATE(1666)] = 5129, + [SMALL_STATE(1667)] = 5196, + [SMALL_STATE(1668)] = 5263, + [SMALL_STATE(1669)] = 5330, + [SMALL_STATE(1670)] = 5397, + [SMALL_STATE(1671)] = 5464, + [SMALL_STATE(1672)] = 5549, + [SMALL_STATE(1673)] = 5638, + [SMALL_STATE(1674)] = 5707, + [SMALL_STATE(1675)] = 5834, + [SMALL_STATE(1676)] = 5900, + [SMALL_STATE(1677)] = 5966, + [SMALL_STATE(1678)] = 6032, + [SMALL_STATE(1679)] = 6098, + [SMALL_STATE(1680)] = 6164, + [SMALL_STATE(1681)] = 6230, + [SMALL_STATE(1682)] = 6296, + [SMALL_STATE(1683)] = 6362, + [SMALL_STATE(1684)] = 6428, + [SMALL_STATE(1685)] = 6494, + [SMALL_STATE(1686)] = 6560, + [SMALL_STATE(1687)] = 6626, + [SMALL_STATE(1688)] = 6692, + [SMALL_STATE(1689)] = 6758, + [SMALL_STATE(1690)] = 6824, + [SMALL_STATE(1691)] = 6890, + [SMALL_STATE(1692)] = 6958, + [SMALL_STATE(1693)] = 7024, + [SMALL_STATE(1694)] = 7090, + [SMALL_STATE(1695)] = 7156, + [SMALL_STATE(1696)] = 7222, + [SMALL_STATE(1697)] = 7292, + [SMALL_STATE(1698)] = 7362, + [SMALL_STATE(1699)] = 7428, + [SMALL_STATE(1700)] = 7494, + [SMALL_STATE(1701)] = 7562, + [SMALL_STATE(1702)] = 7630, + [SMALL_STATE(1703)] = 7696, + [SMALL_STATE(1704)] = 7762, + [SMALL_STATE(1705)] = 7828, + [SMALL_STATE(1706)] = 7896, + [SMALL_STATE(1707)] = 7964, + [SMALL_STATE(1708)] = 8032, + [SMALL_STATE(1709)] = 8098, + [SMALL_STATE(1710)] = 8164, + [SMALL_STATE(1711)] = 8230, + [SMALL_STATE(1712)] = 8296, + [SMALL_STATE(1713)] = 8362, + [SMALL_STATE(1714)] = 8428, + [SMALL_STATE(1715)] = 8494, + [SMALL_STATE(1716)] = 8560, + [SMALL_STATE(1717)] = 8626, + [SMALL_STATE(1718)] = 8692, + [SMALL_STATE(1719)] = 8758, + [SMALL_STATE(1720)] = 8824, + [SMALL_STATE(1721)] = 8892, + [SMALL_STATE(1722)] = 8958, + [SMALL_STATE(1723)] = 9024, + [SMALL_STATE(1724)] = 9090, + [SMALL_STATE(1725)] = 9158, + [SMALL_STATE(1726)] = 9224, + [SMALL_STATE(1727)] = 9290, + [SMALL_STATE(1728)] = 9356, + [SMALL_STATE(1729)] = 9422, + [SMALL_STATE(1730)] = 9488, + [SMALL_STATE(1731)] = 9554, + [SMALL_STATE(1732)] = 9620, + [SMALL_STATE(1733)] = 9686, + [SMALL_STATE(1734)] = 9752, + [SMALL_STATE(1735)] = 9818, + [SMALL_STATE(1736)] = 9884, + [SMALL_STATE(1737)] = 9950, + [SMALL_STATE(1738)] = 10016, + [SMALL_STATE(1739)] = 10082, + [SMALL_STATE(1740)] = 10148, + [SMALL_STATE(1741)] = 10214, + [SMALL_STATE(1742)] = 10280, + [SMALL_STATE(1743)] = 10346, + [SMALL_STATE(1744)] = 10412, + [SMALL_STATE(1745)] = 10478, + [SMALL_STATE(1746)] = 10544, + [SMALL_STATE(1747)] = 10610, + [SMALL_STATE(1748)] = 10676, + [SMALL_STATE(1749)] = 10742, + [SMALL_STATE(1750)] = 10808, + [SMALL_STATE(1751)] = 10874, + [SMALL_STATE(1752)] = 10940, + [SMALL_STATE(1753)] = 11008, + [SMALL_STATE(1754)] = 11074, + [SMALL_STATE(1755)] = 11140, + [SMALL_STATE(1756)] = 11206, + [SMALL_STATE(1757)] = 11272, + [SMALL_STATE(1758)] = 11338, + [SMALL_STATE(1759)] = 11404, + [SMALL_STATE(1760)] = 11470, + [SMALL_STATE(1761)] = 11536, + [SMALL_STATE(1762)] = 11603, + [SMALL_STATE(1763)] = 11692, + [SMALL_STATE(1764)] = 11807, + [SMALL_STATE(1765)] = 11894, + [SMALL_STATE(1766)] = 12009, + [SMALL_STATE(1767)] = 12096, + [SMALL_STATE(1768)] = 12187, + [SMALL_STATE(1769)] = 12286, + [SMALL_STATE(1770)] = 12387, + [SMALL_STATE(1771)] = 12478, + [SMALL_STATE(1772)] = 12569, + [SMALL_STATE(1773)] = 12636, + [SMALL_STATE(1774)] = 12705, + [SMALL_STATE(1775)] = 12772, + [SMALL_STATE(1776)] = 12891, + [SMALL_STATE(1777)] = 12956, + [SMALL_STATE(1778)] = 13043, + [SMALL_STATE(1779)] = 13110, + [SMALL_STATE(1780)] = 13229, + [SMALL_STATE(1781)] = 13318, + [SMALL_STATE(1782)] = 13409, + [SMALL_STATE(1783)] = 13496, + [SMALL_STATE(1784)] = 13595, + [SMALL_STATE(1785)] = 13682, + [SMALL_STATE(1786)] = 13783, + [SMALL_STATE(1787)] = 13874, + [SMALL_STATE(1788)] = 13989, + [SMALL_STATE(1789)] = 14104, + [SMALL_STATE(1790)] = 14195, + [SMALL_STATE(1791)] = 14282, + [SMALL_STATE(1792)] = 14347, + [SMALL_STATE(1793)] = 14412, + [SMALL_STATE(1794)] = 14479, + [SMALL_STATE(1795)] = 14544, + [SMALL_STATE(1796)] = 14665, + [SMALL_STATE(1797)] = 14730, + [SMALL_STATE(1798)] = 14794, + [SMALL_STATE(1799)] = 14858, + [SMALL_STATE(1800)] = 14922, + [SMALL_STATE(1801)] = 14986, + [SMALL_STATE(1802)] = 15050, + [SMALL_STATE(1803)] = 15114, + [SMALL_STATE(1804)] = 15182, + [SMALL_STATE(1805)] = 15250, + [SMALL_STATE(1806)] = 15314, + [SMALL_STATE(1807)] = 15378, + [SMALL_STATE(1808)] = 15442, + [SMALL_STATE(1809)] = 15506, + [SMALL_STATE(1810)] = 15570, + [SMALL_STATE(1811)] = 15634, + [SMALL_STATE(1812)] = 15698, + [SMALL_STATE(1813)] = 15762, + [SMALL_STATE(1814)] = 15826, + [SMALL_STATE(1815)] = 15890, + [SMALL_STATE(1816)] = 15954, + [SMALL_STATE(1817)] = 16018, + [SMALL_STATE(1818)] = 16082, + [SMALL_STATE(1819)] = 16146, + [SMALL_STATE(1820)] = 16210, + [SMALL_STATE(1821)] = 16274, + [SMALL_STATE(1822)] = 16338, + [SMALL_STATE(1823)] = 16402, + [SMALL_STATE(1824)] = 16466, + [SMALL_STATE(1825)] = 16530, + [SMALL_STATE(1826)] = 16594, + [SMALL_STATE(1827)] = 16658, + [SMALL_STATE(1828)] = 16722, + [SMALL_STATE(1829)] = 16786, + [SMALL_STATE(1830)] = 16850, + [SMALL_STATE(1831)] = 16914, + [SMALL_STATE(1832)] = 16978, + [SMALL_STATE(1833)] = 17042, + [SMALL_STATE(1834)] = 17106, + [SMALL_STATE(1835)] = 17170, + [SMALL_STATE(1836)] = 17234, + [SMALL_STATE(1837)] = 17298, + [SMALL_STATE(1838)] = 17362, + [SMALL_STATE(1839)] = 17426, + [SMALL_STATE(1840)] = 17490, + [SMALL_STATE(1841)] = 17554, + [SMALL_STATE(1842)] = 17618, + [SMALL_STATE(1843)] = 17682, + [SMALL_STATE(1844)] = 17746, + [SMALL_STATE(1845)] = 17810, + [SMALL_STATE(1846)] = 17874, + [SMALL_STATE(1847)] = 17938, + [SMALL_STATE(1848)] = 18002, + [SMALL_STATE(1849)] = 18066, + [SMALL_STATE(1850)] = 18156, + [SMALL_STATE(1851)] = 18220, + [SMALL_STATE(1852)] = 18284, + [SMALL_STATE(1853)] = 18348, + [SMALL_STATE(1854)] = 18412, + [SMALL_STATE(1855)] = 18476, + [SMALL_STATE(1856)] = 18540, + [SMALL_STATE(1857)] = 18604, + [SMALL_STATE(1858)] = 18678, + [SMALL_STATE(1859)] = 18742, + [SMALL_STATE(1860)] = 18832, + [SMALL_STATE(1861)] = 18896, + [SMALL_STATE(1862)] = 18960, + [SMALL_STATE(1863)] = 19024, + [SMALL_STATE(1864)] = 19088, + [SMALL_STATE(1865)] = 19152, + [SMALL_STATE(1866)] = 19216, + [SMALL_STATE(1867)] = 19280, + [SMALL_STATE(1868)] = 19344, + [SMALL_STATE(1869)] = 19408, + [SMALL_STATE(1870)] = 19472, + [SMALL_STATE(1871)] = 19536, + [SMALL_STATE(1872)] = 19600, + [SMALL_STATE(1873)] = 19664, + [SMALL_STATE(1874)] = 19728, + [SMALL_STATE(1875)] = 19842, + [SMALL_STATE(1876)] = 19906, + [SMALL_STATE(1877)] = 19970, + [SMALL_STATE(1878)] = 20034, + [SMALL_STATE(1879)] = 20148, + [SMALL_STATE(1880)] = 20214, + [SMALL_STATE(1881)] = 20282, + [SMALL_STATE(1882)] = 20346, + [SMALL_STATE(1883)] = 20434, + [SMALL_STATE(1884)] = 20498, + [SMALL_STATE(1885)] = 20598, + [SMALL_STATE(1886)] = 20712, + [SMALL_STATE(1887)] = 20776, + [SMALL_STATE(1888)] = 20840, + [SMALL_STATE(1889)] = 20904, + [SMALL_STATE(1890)] = 20968, + [SMALL_STATE(1891)] = 21032, + [SMALL_STATE(1892)] = 21096, + [SMALL_STATE(1893)] = 21160, + [SMALL_STATE(1894)] = 21224, + [SMALL_STATE(1895)] = 21338, + [SMALL_STATE(1896)] = 21428, + [SMALL_STATE(1897)] = 21492, + [SMALL_STATE(1898)] = 21556, + [SMALL_STATE(1899)] = 21620, + [SMALL_STATE(1900)] = 21686, + [SMALL_STATE(1901)] = 21750, + [SMALL_STATE(1902)] = 21814, + [SMALL_STATE(1903)] = 21878, + [SMALL_STATE(1904)] = 21942, + [SMALL_STATE(1905)] = 22006, + [SMALL_STATE(1906)] = 22070, + [SMALL_STATE(1907)] = 22134, + [SMALL_STATE(1908)] = 22198, + [SMALL_STATE(1909)] = 22262, + [SMALL_STATE(1910)] = 22328, + [SMALL_STATE(1911)] = 22394, + [SMALL_STATE(1912)] = 22458, + [SMALL_STATE(1913)] = 22522, + [SMALL_STATE(1914)] = 22588, + [SMALL_STATE(1915)] = 22656, + [SMALL_STATE(1916)] = 22754, + [SMALL_STATE(1917)] = 22819, + [SMALL_STATE(1918)] = 22932, + [SMALL_STATE(1919)] = 23045, + [SMALL_STATE(1920)] = 23158, + [SMALL_STATE(1921)] = 23223, + [SMALL_STATE(1922)] = 23336, + [SMALL_STATE(1923)] = 23401, + [SMALL_STATE(1924)] = 23466, + [SMALL_STATE(1925)] = 23531, + [SMALL_STATE(1926)] = 23596, + [SMALL_STATE(1927)] = 23667, + [SMALL_STATE(1928)] = 23729, + [SMALL_STATE(1929)] = 23791, + [SMALL_STATE(1930)] = 23853, + [SMALL_STATE(1931)] = 23915, + [SMALL_STATE(1932)] = 23977, + [SMALL_STATE(1933)] = 24039, + [SMALL_STATE(1934)] = 24101, + [SMALL_STATE(1935)] = 24163, + [SMALL_STATE(1936)] = 24225, + [SMALL_STATE(1937)] = 24287, + [SMALL_STATE(1938)] = 24349, + [SMALL_STATE(1939)] = 24411, + [SMALL_STATE(1940)] = 24477, + [SMALL_STATE(1941)] = 24539, + [SMALL_STATE(1942)] = 24603, + [SMALL_STATE(1943)] = 24669, + [SMALL_STATE(1944)] = 24731, + [SMALL_STATE(1945)] = 24793, + [SMALL_STATE(1946)] = 24855, + [SMALL_STATE(1947)] = 24917, + [SMALL_STATE(1948)] = 24979, + [SMALL_STATE(1949)] = 25041, + [SMALL_STATE(1950)] = 25103, + [SMALL_STATE(1951)] = 25165, + [SMALL_STATE(1952)] = 25227, + [SMALL_STATE(1953)] = 25289, + [SMALL_STATE(1954)] = 25351, + [SMALL_STATE(1955)] = 25413, + [SMALL_STATE(1956)] = 25475, + [SMALL_STATE(1957)] = 25537, + [SMALL_STATE(1958)] = 25599, + [SMALL_STATE(1959)] = 25661, + [SMALL_STATE(1960)] = 25723, + [SMALL_STATE(1961)] = 25785, + [SMALL_STATE(1962)] = 25847, + [SMALL_STATE(1963)] = 25909, + [SMALL_STATE(1964)] = 25975, + [SMALL_STATE(1965)] = 26037, + [SMALL_STATE(1966)] = 26101, + [SMALL_STATE(1967)] = 26163, + [SMALL_STATE(1968)] = 26227, + [SMALL_STATE(1969)] = 26289, + [SMALL_STATE(1970)] = 26351, + [SMALL_STATE(1971)] = 26413, + [SMALL_STATE(1972)] = 26475, + [SMALL_STATE(1973)] = 26537, + [SMALL_STATE(1974)] = 26599, + [SMALL_STATE(1975)] = 26661, + [SMALL_STATE(1976)] = 26723, + [SMALL_STATE(1977)] = 26785, + [SMALL_STATE(1978)] = 26847, + [SMALL_STATE(1979)] = 26909, + [SMALL_STATE(1980)] = 26971, + [SMALL_STATE(1981)] = 27033, + [SMALL_STATE(1982)] = 27095, + [SMALL_STATE(1983)] = 27157, + [SMALL_STATE(1984)] = 27219, + [SMALL_STATE(1985)] = 27281, + [SMALL_STATE(1986)] = 27343, + [SMALL_STATE(1987)] = 27405, + [SMALL_STATE(1988)] = 27467, + [SMALL_STATE(1989)] = 27529, + [SMALL_STATE(1990)] = 27591, + [SMALL_STATE(1991)] = 27653, + [SMALL_STATE(1992)] = 27715, + [SMALL_STATE(1993)] = 27779, + [SMALL_STATE(1994)] = 27841, + [SMALL_STATE(1995)] = 27903, + [SMALL_STATE(1996)] = 27965, + [SMALL_STATE(1997)] = 28027, + [SMALL_STATE(1998)] = 28089, + [SMALL_STATE(1999)] = 28151, + [SMALL_STATE(2000)] = 28213, + [SMALL_STATE(2001)] = 28275, + [SMALL_STATE(2002)] = 28337, + [SMALL_STATE(2003)] = 28399, + [SMALL_STATE(2004)] = 28461, + [SMALL_STATE(2005)] = 28523, + [SMALL_STATE(2006)] = 28585, + [SMALL_STATE(2007)] = 28647, + [SMALL_STATE(2008)] = 28709, + [SMALL_STATE(2009)] = 28773, + [SMALL_STATE(2010)] = 28837, + [SMALL_STATE(2011)] = 28899, + [SMALL_STATE(2012)] = 28961, + [SMALL_STATE(2013)] = 29023, + [SMALL_STATE(2014)] = 29085, + [SMALL_STATE(2015)] = 29147, + [SMALL_STATE(2016)] = 29209, + [SMALL_STATE(2017)] = 29271, + [SMALL_STATE(2018)] = 29333, + [SMALL_STATE(2019)] = 29395, + [SMALL_STATE(2020)] = 29457, + [SMALL_STATE(2021)] = 29519, + [SMALL_STATE(2022)] = 29581, + [SMALL_STATE(2023)] = 29643, + [SMALL_STATE(2024)] = 29705, + [SMALL_STATE(2025)] = 29767, + [SMALL_STATE(2026)] = 29833, + [SMALL_STATE(2027)] = 29895, + [SMALL_STATE(2028)] = 29957, + [SMALL_STATE(2029)] = 30019, + [SMALL_STATE(2030)] = 30081, + [SMALL_STATE(2031)] = 30143, + [SMALL_STATE(2032)] = 30205, + [SMALL_STATE(2033)] = 30267, + [SMALL_STATE(2034)] = 30329, + [SMALL_STATE(2035)] = 30393, + [SMALL_STATE(2036)] = 30459, + [SMALL_STATE(2037)] = 30521, + [SMALL_STATE(2038)] = 30583, + [SMALL_STATE(2039)] = 30645, + [SMALL_STATE(2040)] = 30707, + [SMALL_STATE(2041)] = 30769, + [SMALL_STATE(2042)] = 30831, + [SMALL_STATE(2043)] = 30899, + [SMALL_STATE(2044)] = 30961, + [SMALL_STATE(2045)] = 31023, + [SMALL_STATE(2046)] = 31085, + [SMALL_STATE(2047)] = 31147, + [SMALL_STATE(2048)] = 31209, + [SMALL_STATE(2049)] = 31271, + [SMALL_STATE(2050)] = 31333, + [SMALL_STATE(2051)] = 31395, + [SMALL_STATE(2052)] = 31457, + [SMALL_STATE(2053)] = 31519, + [SMALL_STATE(2054)] = 31581, + [SMALL_STATE(2055)] = 31643, + [SMALL_STATE(2056)] = 31705, + [SMALL_STATE(2057)] = 31767, + [SMALL_STATE(2058)] = 31829, + [SMALL_STATE(2059)] = 31891, + [SMALL_STATE(2060)] = 31953, + [SMALL_STATE(2061)] = 32015, + [SMALL_STATE(2062)] = 32077, + [SMALL_STATE(2063)] = 32139, + [SMALL_STATE(2064)] = 32201, + [SMALL_STATE(2065)] = 32263, + [SMALL_STATE(2066)] = 32325, + [SMALL_STATE(2067)] = 32387, + [SMALL_STATE(2068)] = 32449, + [SMALL_STATE(2069)] = 32511, + [SMALL_STATE(2070)] = 32573, + [SMALL_STATE(2071)] = 32635, + [SMALL_STATE(2072)] = 32697, + [SMALL_STATE(2073)] = 32759, + [SMALL_STATE(2074)] = 32821, + [SMALL_STATE(2075)] = 32883, + [SMALL_STATE(2076)] = 32945, + [SMALL_STATE(2077)] = 33007, + [SMALL_STATE(2078)] = 33069, + [SMALL_STATE(2079)] = 33133, + [SMALL_STATE(2080)] = 33195, + [SMALL_STATE(2081)] = 33261, + [SMALL_STATE(2082)] = 33323, + [SMALL_STATE(2083)] = 33385, + [SMALL_STATE(2084)] = 33447, + [SMALL_STATE(2085)] = 33509, + [SMALL_STATE(2086)] = 33571, + [SMALL_STATE(2087)] = 33633, + [SMALL_STATE(2088)] = 33695, + [SMALL_STATE(2089)] = 33757, + [SMALL_STATE(2090)] = 33819, + [SMALL_STATE(2091)] = 33881, + [SMALL_STATE(2092)] = 33943, + [SMALL_STATE(2093)] = 34005, + [SMALL_STATE(2094)] = 34067, + [SMALL_STATE(2095)] = 34129, + [SMALL_STATE(2096)] = 34191, + [SMALL_STATE(2097)] = 34253, + [SMALL_STATE(2098)] = 34315, + [SMALL_STATE(2099)] = 34377, + [SMALL_STATE(2100)] = 34439, + [SMALL_STATE(2101)] = 34501, + [SMALL_STATE(2102)] = 34563, + [SMALL_STATE(2103)] = 34625, + [SMALL_STATE(2104)] = 34687, + [SMALL_STATE(2105)] = 34749, + [SMALL_STATE(2106)] = 34813, + [SMALL_STATE(2107)] = 34875, + [SMALL_STATE(2108)] = 34937, + [SMALL_STATE(2109)] = 34999, + [SMALL_STATE(2110)] = 35063, + [SMALL_STATE(2111)] = 35125, + [SMALL_STATE(2112)] = 35187, + [SMALL_STATE(2113)] = 35249, + [SMALL_STATE(2114)] = 35311, + [SMALL_STATE(2115)] = 35373, + [SMALL_STATE(2116)] = 35435, + [SMALL_STATE(2117)] = 35497, + [SMALL_STATE(2118)] = 35559, + [SMALL_STATE(2119)] = 35621, + [SMALL_STATE(2120)] = 35683, + [SMALL_STATE(2121)] = 35745, + [SMALL_STATE(2122)] = 35807, + [SMALL_STATE(2123)] = 35869, + [SMALL_STATE(2124)] = 35931, + [SMALL_STATE(2125)] = 35993, + [SMALL_STATE(2126)] = 36055, + [SMALL_STATE(2127)] = 36117, + [SMALL_STATE(2128)] = 36179, + [SMALL_STATE(2129)] = 36241, + [SMALL_STATE(2130)] = 36303, + [SMALL_STATE(2131)] = 36365, + [SMALL_STATE(2132)] = 36427, + [SMALL_STATE(2133)] = 36489, + [SMALL_STATE(2134)] = 36557, + [SMALL_STATE(2135)] = 36619, + [SMALL_STATE(2136)] = 36681, + [SMALL_STATE(2137)] = 36743, + [SMALL_STATE(2138)] = 36805, + [SMALL_STATE(2139)] = 36867, + [SMALL_STATE(2140)] = 36929, + [SMALL_STATE(2141)] = 36991, + [SMALL_STATE(2142)] = 37053, + [SMALL_STATE(2143)] = 37114, + [SMALL_STATE(2144)] = 37175, + [SMALL_STATE(2145)] = 37239, + [SMALL_STATE(2146)] = 37317, + [SMALL_STATE(2147)] = 37395, + [SMALL_STATE(2148)] = 37473, + [SMALL_STATE(2149)] = 37536, + [SMALL_STATE(2150)] = 37599, + [SMALL_STATE(2151)] = 37707, + [SMALL_STATE(2152)] = 37767, + [SMALL_STATE(2153)] = 37825, + [SMALL_STATE(2154)] = 37883, + [SMALL_STATE(2155)] = 37945, + [SMALL_STATE(2156)] = 38003, + [SMALL_STATE(2157)] = 38061, + [SMALL_STATE(2158)] = 38121, + [SMALL_STATE(2159)] = 38185, + [SMALL_STATE(2160)] = 38245, + [SMALL_STATE(2161)] = 38302, + [SMALL_STATE(2162)] = 38359, + [SMALL_STATE(2163)] = 38416, + [SMALL_STATE(2164)] = 38473, + [SMALL_STATE(2165)] = 38530, + [SMALL_STATE(2166)] = 38587, + [SMALL_STATE(2167)] = 38644, + [SMALL_STATE(2168)] = 38701, + [SMALL_STATE(2169)] = 38758, + [SMALL_STATE(2170)] = 38815, + [SMALL_STATE(2171)] = 38872, + [SMALL_STATE(2172)] = 38929, + [SMALL_STATE(2173)] = 38986, + [SMALL_STATE(2174)] = 39063, + [SMALL_STATE(2175)] = 39120, + [SMALL_STATE(2176)] = 39199, + [SMALL_STATE(2177)] = 39284, + [SMALL_STATE(2178)] = 39371, + [SMALL_STATE(2179)] = 39450, + [SMALL_STATE(2180)] = 39529, + [SMALL_STATE(2181)] = 39586, + [SMALL_STATE(2182)] = 39643, + [SMALL_STATE(2183)] = 39700, + [SMALL_STATE(2184)] = 39757, + [SMALL_STATE(2185)] = 39814, + [SMALL_STATE(2186)] = 39871, + [SMALL_STATE(2187)] = 39952, + [SMALL_STATE(2188)] = 40009, + [SMALL_STATE(2189)] = 40066, + [SMALL_STATE(2190)] = 40123, + [SMALL_STATE(2191)] = 40180, + [SMALL_STATE(2192)] = 40237, + [SMALL_STATE(2193)] = 40294, + [SMALL_STATE(2194)] = 40351, + [SMALL_STATE(2195)] = 40408, + [SMALL_STATE(2196)] = 40465, + [SMALL_STATE(2197)] = 40546, + [SMALL_STATE(2198)] = 40603, + [SMALL_STATE(2199)] = 40660, + [SMALL_STATE(2200)] = 40717, + [SMALL_STATE(2201)] = 40774, + [SMALL_STATE(2202)] = 40831, + [SMALL_STATE(2203)] = 40888, + [SMALL_STATE(2204)] = 40945, + [SMALL_STATE(2205)] = 41002, + [SMALL_STATE(2206)] = 41059, + [SMALL_STATE(2207)] = 41116, + [SMALL_STATE(2208)] = 41175, + [SMALL_STATE(2209)] = 41232, + [SMALL_STATE(2210)] = 41293, + [SMALL_STATE(2211)] = 41350, + [SMALL_STATE(2212)] = 41407, + [SMALL_STATE(2213)] = 41464, + [SMALL_STATE(2214)] = 41521, + [SMALL_STATE(2215)] = 41578, + [SMALL_STATE(2216)] = 41635, + [SMALL_STATE(2217)] = 41692, + [SMALL_STATE(2218)] = 41749, + [SMALL_STATE(2219)] = 41806, + [SMALL_STATE(2220)] = 41863, + [SMALL_STATE(2221)] = 41920, + [SMALL_STATE(2222)] = 41977, + [SMALL_STATE(2223)] = 42034, + [SMALL_STATE(2224)] = 42093, + [SMALL_STATE(2225)] = 42156, + [SMALL_STATE(2226)] = 42213, + [SMALL_STATE(2227)] = 42270, + [SMALL_STATE(2228)] = 42327, + [SMALL_STATE(2229)] = 42386, + [SMALL_STATE(2230)] = 42443, + [SMALL_STATE(2231)] = 42500, + [SMALL_STATE(2232)] = 42557, + [SMALL_STATE(2233)] = 42614, + [SMALL_STATE(2234)] = 42671, + [SMALL_STATE(2235)] = 42728, + [SMALL_STATE(2236)] = 42785, + [SMALL_STATE(2237)] = 42842, + [SMALL_STATE(2238)] = 42943, + [SMALL_STATE(2239)] = 43002, + [SMALL_STATE(2240)] = 43059, + [SMALL_STATE(2241)] = 43118, + [SMALL_STATE(2242)] = 43175, + [SMALL_STATE(2243)] = 43232, + [SMALL_STATE(2244)] = 43289, + [SMALL_STATE(2245)] = 43346, + [SMALL_STATE(2246)] = 43403, + [SMALL_STATE(2247)] = 43460, + [SMALL_STATE(2248)] = 43517, + [SMALL_STATE(2249)] = 43574, + [SMALL_STATE(2250)] = 43631, + [SMALL_STATE(2251)] = 43688, + [SMALL_STATE(2252)] = 43745, + [SMALL_STATE(2253)] = 43802, + [SMALL_STATE(2254)] = 43859, + [SMALL_STATE(2255)] = 43916, + [SMALL_STATE(2256)] = 43973, + [SMALL_STATE(2257)] = 44030, + [SMALL_STATE(2258)] = 44087, + [SMALL_STATE(2259)] = 44144, + [SMALL_STATE(2260)] = 44201, + [SMALL_STATE(2261)] = 44302, + [SMALL_STATE(2262)] = 44359, + [SMALL_STATE(2263)] = 44416, + [SMALL_STATE(2264)] = 44473, + [SMALL_STATE(2265)] = 44530, + [SMALL_STATE(2266)] = 44587, + [SMALL_STATE(2267)] = 44644, + [SMALL_STATE(2268)] = 44701, + [SMALL_STATE(2269)] = 44758, + [SMALL_STATE(2270)] = 44839, + [SMALL_STATE(2271)] = 44896, + [SMALL_STATE(2272)] = 44953, + [SMALL_STATE(2273)] = 45010, + [SMALL_STATE(2274)] = 45067, + [SMALL_STATE(2275)] = 45124, + [SMALL_STATE(2276)] = 45181, + [SMALL_STATE(2277)] = 45238, + [SMALL_STATE(2278)] = 45295, + [SMALL_STATE(2279)] = 45352, + [SMALL_STATE(2280)] = 45409, + [SMALL_STATE(2281)] = 45466, + [SMALL_STATE(2282)] = 45566, + [SMALL_STATE(2283)] = 45624, + [SMALL_STATE(2284)] = 45680, + [SMALL_STATE(2285)] = 45740, + [SMALL_STATE(2286)] = 45818, + [SMALL_STATE(2287)] = 45918, + [SMALL_STATE(2288)] = 45974, + [SMALL_STATE(2289)] = 46052, + [SMALL_STATE(2290)] = 46108, + [SMALL_STATE(2291)] = 46168, + [SMALL_STATE(2292)] = 46268, + [SMALL_STATE(2293)] = 46326, + [SMALL_STATE(2294)] = 46412, + [SMALL_STATE(2295)] = 46496, + [SMALL_STATE(2296)] = 46574, + [SMALL_STATE(2297)] = 46650, + [SMALL_STATE(2298)] = 46752, + [SMALL_STATE(2299)] = 46852, + [SMALL_STATE(2300)] = 46908, + [SMALL_STATE(2301)] = 46966, + [SMALL_STATE(2302)] = 47022, + [SMALL_STATE(2303)] = 47105, + [SMALL_STATE(2304)] = 47204, + [SMALL_STATE(2305)] = 47259, + [SMALL_STATE(2306)] = 47358, + [SMALL_STATE(2307)] = 47457, + [SMALL_STATE(2308)] = 47514, + [SMALL_STATE(2309)] = 47587, + [SMALL_STATE(2310)] = 47664, + [SMALL_STATE(2311)] = 47741, + [SMALL_STATE(2312)] = 47796, + [SMALL_STATE(2313)] = 47869, + [SMALL_STATE(2314)] = 47974, + [SMALL_STATE(2315)] = 48059, + [SMALL_STATE(2316)] = 48136, + [SMALL_STATE(2317)] = 48209, + [SMALL_STATE(2318)] = 48284, + [SMALL_STATE(2319)] = 48341, + [SMALL_STATE(2320)] = 48398, + [SMALL_STATE(2321)] = 48454, + [SMALL_STATE(2322)] = 48508, + [SMALL_STATE(2323)] = 48562, + [SMALL_STATE(2324)] = 48616, + [SMALL_STATE(2325)] = 48674, + [SMALL_STATE(2326)] = 48732, + [SMALL_STATE(2327)] = 48786, + [SMALL_STATE(2328)] = 48840, + [SMALL_STATE(2329)] = 48894, + [SMALL_STATE(2330)] = 48948, + [SMALL_STATE(2331)] = 49006, + [SMALL_STATE(2332)] = 49064, + [SMALL_STATE(2333)] = 49118, + [SMALL_STATE(2334)] = 49172, + [SMALL_STATE(2335)] = 49226, + [SMALL_STATE(2336)] = 49280, + [SMALL_STATE(2337)] = 49334, + [SMALL_STATE(2338)] = 49388, + [SMALL_STATE(2339)] = 49442, + [SMALL_STATE(2340)] = 49496, + [SMALL_STATE(2341)] = 49550, + [SMALL_STATE(2342)] = 49604, + [SMALL_STATE(2343)] = 49658, + [SMALL_STATE(2344)] = 49712, + [SMALL_STATE(2345)] = 49766, + [SMALL_STATE(2346)] = 49820, + [SMALL_STATE(2347)] = 49874, + [SMALL_STATE(2348)] = 49928, + [SMALL_STATE(2349)] = 49982, + [SMALL_STATE(2350)] = 50036, + [SMALL_STATE(2351)] = 50090, + [SMALL_STATE(2352)] = 50144, + [SMALL_STATE(2353)] = 50198, + [SMALL_STATE(2354)] = 50252, + [SMALL_STATE(2355)] = 50350, + [SMALL_STATE(2356)] = 50404, + [SMALL_STATE(2357)] = 50458, + [SMALL_STATE(2358)] = 50512, + [SMALL_STATE(2359)] = 50566, + [SMALL_STATE(2360)] = 50620, + [SMALL_STATE(2361)] = 50674, + [SMALL_STATE(2362)] = 50728, + [SMALL_STATE(2363)] = 50782, + [SMALL_STATE(2364)] = 50836, + [SMALL_STATE(2365)] = 50890, + [SMALL_STATE(2366)] = 50944, + [SMALL_STATE(2367)] = 50998, + [SMALL_STATE(2368)] = 51052, + [SMALL_STATE(2369)] = 51106, + [SMALL_STATE(2370)] = 51160, + [SMALL_STATE(2371)] = 51214, + [SMALL_STATE(2372)] = 51312, + [SMALL_STATE(2373)] = 51366, + [SMALL_STATE(2374)] = 51420, + [SMALL_STATE(2375)] = 51474, + [SMALL_STATE(2376)] = 51528, + [SMALL_STATE(2377)] = 51582, + [SMALL_STATE(2378)] = 51636, + [SMALL_STATE(2379)] = 51690, + [SMALL_STATE(2380)] = 51744, + [SMALL_STATE(2381)] = 51798, + [SMALL_STATE(2382)] = 51852, + [SMALL_STATE(2383)] = 51950, + [SMALL_STATE(2384)] = 52004, + [SMALL_STATE(2385)] = 52060, + [SMALL_STATE(2386)] = 52114, + [SMALL_STATE(2387)] = 52168, + [SMALL_STATE(2388)] = 52224, + [SMALL_STATE(2389)] = 52278, + [SMALL_STATE(2390)] = 52332, + [SMALL_STATE(2391)] = 52386, + [SMALL_STATE(2392)] = 52440, + [SMALL_STATE(2393)] = 52494, + [SMALL_STATE(2394)] = 52548, + [SMALL_STATE(2395)] = 52602, + [SMALL_STATE(2396)] = 52656, + [SMALL_STATE(2397)] = 52710, + [SMALL_STATE(2398)] = 52764, + [SMALL_STATE(2399)] = 52818, + [SMALL_STATE(2400)] = 52872, + [SMALL_STATE(2401)] = 52928, + [SMALL_STATE(2402)] = 52982, + [SMALL_STATE(2403)] = 53036, + [SMALL_STATE(2404)] = 53090, + [SMALL_STATE(2405)] = 53144, + [SMALL_STATE(2406)] = 53198, + [SMALL_STATE(2407)] = 53252, + [SMALL_STATE(2408)] = 53306, + [SMALL_STATE(2409)] = 53362, + [SMALL_STATE(2410)] = 53416, + [SMALL_STATE(2411)] = 53470, + [SMALL_STATE(2412)] = 53524, + [SMALL_STATE(2413)] = 53578, + [SMALL_STATE(2414)] = 53632, + [SMALL_STATE(2415)] = 53686, + [SMALL_STATE(2416)] = 53740, + [SMALL_STATE(2417)] = 53794, + [SMALL_STATE(2418)] = 53848, + [SMALL_STATE(2419)] = 53902, + [SMALL_STATE(2420)] = 53956, + [SMALL_STATE(2421)] = 54014, + [SMALL_STATE(2422)] = 54068, + [SMALL_STATE(2423)] = 54122, + [SMALL_STATE(2424)] = 54176, + [SMALL_STATE(2425)] = 54278, + [SMALL_STATE(2426)] = 54332, + [SMALL_STATE(2427)] = 54386, + [SMALL_STATE(2428)] = 54440, + [SMALL_STATE(2429)] = 54494, + [SMALL_STATE(2430)] = 54549, + [SMALL_STATE(2431)] = 54656, + [SMALL_STATE(2432)] = 54769, + [SMALL_STATE(2433)] = 54824, + [SMALL_STATE(2434)] = 54879, + [SMALL_STATE(2435)] = 54992, + [SMALL_STATE(2436)] = 55105, + [SMALL_STATE(2437)] = 55218, + [SMALL_STATE(2438)] = 55303, + [SMALL_STATE(2439)] = 55388, + [SMALL_STATE(2440)] = 55481, + [SMALL_STATE(2441)] = 55566, + [SMALL_STATE(2442)] = 55647, + [SMALL_STATE(2443)] = 55722, + [SMALL_STATE(2444)] = 55835, + [SMALL_STATE(2445)] = 55926, + [SMALL_STATE(2446)] = 56001, + [SMALL_STATE(2447)] = 56060, + [SMALL_STATE(2448)] = 56157, + [SMALL_STATE(2449)] = 56270, + [SMALL_STATE(2450)] = 56343, + [SMALL_STATE(2451)] = 56426, + [SMALL_STATE(2452)] = 56539, + [SMALL_STATE(2453)] = 56652, + [SMALL_STATE(2454)] = 56733, + [SMALL_STATE(2455)] = 56846, + [SMALL_STATE(2456)] = 56901, + [SMALL_STATE(2457)] = 57014, + [SMALL_STATE(2458)] = 57069, + [SMALL_STATE(2459)] = 57144, + [SMALL_STATE(2460)] = 57199, + [SMALL_STATE(2461)] = 57298, + [SMALL_STATE(2462)] = 57395, + [SMALL_STATE(2463)] = 57492, + [SMALL_STATE(2464)] = 57599, + [SMALL_STATE(2465)] = 57712, + [SMALL_STATE(2466)] = 57825, + [SMALL_STATE(2467)] = 57938, + [SMALL_STATE(2468)] = 57993, + [SMALL_STATE(2469)] = 58045, + [SMALL_STATE(2470)] = 58097, + [SMALL_STATE(2471)] = 58149, + [SMALL_STATE(2472)] = 58201, + [SMALL_STATE(2473)] = 58253, + [SMALL_STATE(2474)] = 58305, + [SMALL_STATE(2475)] = 58359, + [SMALL_STATE(2476)] = 58413, + [SMALL_STATE(2477)] = 58465, + [SMALL_STATE(2478)] = 58517, + [SMALL_STATE(2479)] = 58609, + [SMALL_STATE(2480)] = 58705, + [SMALL_STATE(2481)] = 58801, + [SMALL_STATE(2482)] = 58897, + [SMALL_STATE(2483)] = 58993, + [SMALL_STATE(2484)] = 59103, + [SMALL_STATE(2485)] = 59155, + [SMALL_STATE(2486)] = 59207, + [SMALL_STATE(2487)] = 59259, + [SMALL_STATE(2488)] = 59313, + [SMALL_STATE(2489)] = 59365, + [SMALL_STATE(2490)] = 59417, + [SMALL_STATE(2491)] = 59493, + [SMALL_STATE(2492)] = 59547, + [SMALL_STATE(2493)] = 59599, + [SMALL_STATE(2494)] = 59651, + [SMALL_STATE(2495)] = 59703, + [SMALL_STATE(2496)] = 59811, + [SMALL_STATE(2497)] = 59919, + [SMALL_STATE(2498)] = 59971, + [SMALL_STATE(2499)] = 60023, + [SMALL_STATE(2500)] = 60075, + [SMALL_STATE(2501)] = 60151, + [SMALL_STATE(2502)] = 60205, + [SMALL_STATE(2503)] = 60257, + [SMALL_STATE(2504)] = 60309, + [SMALL_STATE(2505)] = 60361, + [SMALL_STATE(2506)] = 60413, + [SMALL_STATE(2507)] = 60465, + [SMALL_STATE(2508)] = 60517, + [SMALL_STATE(2509)] = 60569, + [SMALL_STATE(2510)] = 60621, + [SMALL_STATE(2511)] = 60673, + [SMALL_STATE(2512)] = 60783, + [SMALL_STATE(2513)] = 60835, + [SMALL_STATE(2514)] = 60887, + [SMALL_STATE(2515)] = 60939, + [SMALL_STATE(2516)] = 60991, + [SMALL_STATE(2517)] = 61043, + [SMALL_STATE(2518)] = 61095, + [SMALL_STATE(2519)] = 61147, + [SMALL_STATE(2520)] = 61199, + [SMALL_STATE(2521)] = 61251, + [SMALL_STATE(2522)] = 61303, + [SMALL_STATE(2523)] = 61355, + [SMALL_STATE(2524)] = 61407, + [SMALL_STATE(2525)] = 61459, + [SMALL_STATE(2526)] = 61515, + [SMALL_STATE(2527)] = 61567, + [SMALL_STATE(2528)] = 61619, + [SMALL_STATE(2529)] = 61671, + [SMALL_STATE(2530)] = 61723, + [SMALL_STATE(2531)] = 61775, + [SMALL_STATE(2532)] = 61827, + [SMALL_STATE(2533)] = 61879, + [SMALL_STATE(2534)] = 61931, + [SMALL_STATE(2535)] = 61983, + [SMALL_STATE(2536)] = 62035, + [SMALL_STATE(2537)] = 62087, + [SMALL_STATE(2538)] = 62139, + [SMALL_STATE(2539)] = 62191, + [SMALL_STATE(2540)] = 62243, + [SMALL_STATE(2541)] = 62295, + [SMALL_STATE(2542)] = 62347, + [SMALL_STATE(2543)] = 62399, + [SMALL_STATE(2544)] = 62451, + [SMALL_STATE(2545)] = 62503, + [SMALL_STATE(2546)] = 62555, + [SMALL_STATE(2547)] = 62607, + [SMALL_STATE(2548)] = 62661, + [SMALL_STATE(2549)] = 62713, + [SMALL_STATE(2550)] = 62765, + [SMALL_STATE(2551)] = 62817, + [SMALL_STATE(2552)] = 62869, + [SMALL_STATE(2553)] = 62921, + [SMALL_STATE(2554)] = 62973, + [SMALL_STATE(2555)] = 63025, + [SMALL_STATE(2556)] = 63077, + [SMALL_STATE(2557)] = 63129, + [SMALL_STATE(2558)] = 63181, + [SMALL_STATE(2559)] = 63235, + [SMALL_STATE(2560)] = 63319, + [SMALL_STATE(2561)] = 63371, + [SMALL_STATE(2562)] = 63447, + [SMALL_STATE(2563)] = 63499, + [SMALL_STATE(2564)] = 63551, + [SMALL_STATE(2565)] = 63603, + [SMALL_STATE(2566)] = 63687, + [SMALL_STATE(2567)] = 63781, + [SMALL_STATE(2568)] = 63873, + [SMALL_STATE(2569)] = 63925, + [SMALL_STATE(2570)] = 63977, + [SMALL_STATE(2571)] = 64061, + [SMALL_STATE(2572)] = 64141, + [SMALL_STATE(2573)] = 64193, + [SMALL_STATE(2574)] = 64245, + [SMALL_STATE(2575)] = 64297, + [SMALL_STATE(2576)] = 64349, + [SMALL_STATE(2577)] = 64401, + [SMALL_STATE(2578)] = 64453, + [SMALL_STATE(2579)] = 64505, + [SMALL_STATE(2580)] = 64557, + [SMALL_STATE(2581)] = 64609, + [SMALL_STATE(2582)] = 64661, + [SMALL_STATE(2583)] = 64713, + [SMALL_STATE(2584)] = 64765, + [SMALL_STATE(2585)] = 64817, + [SMALL_STATE(2586)] = 64873, + [SMALL_STATE(2587)] = 64925, + [SMALL_STATE(2588)] = 64977, + [SMALL_STATE(2589)] = 65029, + [SMALL_STATE(2590)] = 65081, + [SMALL_STATE(2591)] = 65170, + [SMALL_STATE(2592)] = 65257, + [SMALL_STATE(2593)] = 65312, + [SMALL_STATE(2594)] = 65419, + [SMALL_STATE(2595)] = 65506, + [SMALL_STATE(2596)] = 65593, + [SMALL_STATE(2597)] = 65648, + [SMALL_STATE(2598)] = 65735, + [SMALL_STATE(2599)] = 65816, + [SMALL_STATE(2600)] = 65897, + [SMALL_STATE(2601)] = 66006, + [SMALL_STATE(2602)] = 66095, + [SMALL_STATE(2603)] = 66182, + [SMALL_STATE(2604)] = 66289, + [SMALL_STATE(2605)] = 66370, + [SMALL_STATE(2606)] = 66447, + [SMALL_STATE(2607)] = 66550, + [SMALL_STATE(2608)] = 66601, + [SMALL_STATE(2609)] = 66704, + [SMALL_STATE(2610)] = 66807, + [SMALL_STATE(2611)] = 66858, + [SMALL_STATE(2612)] = 66913, + [SMALL_STATE(2613)] = 66968, + [SMALL_STATE(2614)] = 67047, + [SMALL_STATE(2615)] = 67154, + [SMALL_STATE(2616)] = 67237, + [SMALL_STATE(2617)] = 67328, + [SMALL_STATE(2618)] = 67421, + [SMALL_STATE(2619)] = 67524, + [SMALL_STATE(2620)] = 67607, + [SMALL_STATE(2621)] = 67690, + [SMALL_STATE(2622)] = 67793, + [SMALL_STATE(2623)] = 67874, + [SMALL_STATE(2624)] = 67955, + [SMALL_STATE(2625)] = 68032, + [SMALL_STATE(2626)] = 68113, + [SMALL_STATE(2627)] = 68220, + [SMALL_STATE(2628)] = 68326, + [SMALL_STATE(2629)] = 68430, + [SMALL_STATE(2630)] = 68532, + [SMALL_STATE(2631)] = 68636, + [SMALL_STATE(2632)] = 68692, + [SMALL_STATE(2633)] = 68796, + [SMALL_STATE(2634)] = 68898, + [SMALL_STATE(2635)] = 69004, + [SMALL_STATE(2636)] = 69060, + [SMALL_STATE(2637)] = 69162, + [SMALL_STATE(2638)] = 69264, + [SMALL_STATE(2639)] = 69368, + [SMALL_STATE(2640)] = 69472, + [SMALL_STATE(2641)] = 69578, + [SMALL_STATE(2642)] = 69684, + [SMALL_STATE(2643)] = 69736, + [SMALL_STATE(2644)] = 69786, + [SMALL_STATE(2645)] = 69836, + [SMALL_STATE(2646)] = 69940, + [SMALL_STATE(2647)] = 70042, + [SMALL_STATE(2648)] = 70148, + [SMALL_STATE(2649)] = 70254, + [SMALL_STATE(2650)] = 70306, + [SMALL_STATE(2651)] = 70410, + [SMALL_STATE(2652)] = 70466, + [SMALL_STATE(2653)] = 70572, + [SMALL_STATE(2654)] = 70678, + [SMALL_STATE(2655)] = 70782, + [SMALL_STATE(2656)] = 70886, + [SMALL_STATE(2657)] = 70990, + [SMALL_STATE(2658)] = 71094, + [SMALL_STATE(2659)] = 71200, + [SMALL_STATE(2660)] = 71306, + [SMALL_STATE(2661)] = 71412, + [SMALL_STATE(2662)] = 71516, + [SMALL_STATE(2663)] = 71622, + [SMALL_STATE(2664)] = 71726, + [SMALL_STATE(2665)] = 71830, + [SMALL_STATE(2666)] = 71882, + [SMALL_STATE(2667)] = 71988, + [SMALL_STATE(2668)] = 72037, + [SMALL_STATE(2669)] = 72138, + [SMALL_STATE(2670)] = 72239, + [SMALL_STATE(2671)] = 72288, + [SMALL_STATE(2672)] = 72337, + [SMALL_STATE(2673)] = 72438, + [SMALL_STATE(2674)] = 72539, + [SMALL_STATE(2675)] = 72640, + [SMALL_STATE(2676)] = 72719, + [SMALL_STATE(2677)] = 72820, + [SMALL_STATE(2678)] = 72921, + [SMALL_STATE(2679)] = 73022, + [SMALL_STATE(2680)] = 73073, + [SMALL_STATE(2681)] = 73122, + [SMALL_STATE(2682)] = 73223, + [SMALL_STATE(2683)] = 73272, + [SMALL_STATE(2684)] = 73373, + [SMALL_STATE(2685)] = 73422, + [SMALL_STATE(2686)] = 73471, + [SMALL_STATE(2687)] = 73520, + [SMALL_STATE(2688)] = 73569, + [SMALL_STATE(2689)] = 73618, + [SMALL_STATE(2690)] = 73667, + [SMALL_STATE(2691)] = 73716, + [SMALL_STATE(2692)] = 73817, + [SMALL_STATE(2693)] = 73918, + [SMALL_STATE(2694)] = 73967, + [SMALL_STATE(2695)] = 74016, + [SMALL_STATE(2696)] = 74065, + [SMALL_STATE(2697)] = 74114, + [SMALL_STATE(2698)] = 74163, + [SMALL_STATE(2699)] = 74212, + [SMALL_STATE(2700)] = 74261, + [SMALL_STATE(2701)] = 74310, + [SMALL_STATE(2702)] = 74359, + [SMALL_STATE(2703)] = 74408, + [SMALL_STATE(2704)] = 74457, + [SMALL_STATE(2705)] = 74506, + [SMALL_STATE(2706)] = 74555, + [SMALL_STATE(2707)] = 74656, + [SMALL_STATE(2708)] = 74705, + [SMALL_STATE(2709)] = 74754, + [SMALL_STATE(2710)] = 74803, + [SMALL_STATE(2711)] = 74852, + [SMALL_STATE(2712)] = 74901, + [SMALL_STATE(2713)] = 74950, + [SMALL_STATE(2714)] = 74999, + [SMALL_STATE(2715)] = 75048, + [SMALL_STATE(2716)] = 75097, + [SMALL_STATE(2717)] = 75146, + [SMALL_STATE(2718)] = 75247, + [SMALL_STATE(2719)] = 75296, + [SMALL_STATE(2720)] = 75345, + [SMALL_STATE(2721)] = 75396, + [SMALL_STATE(2722)] = 75497, + [SMALL_STATE(2723)] = 75598, + [SMALL_STATE(2724)] = 75699, + [SMALL_STATE(2725)] = 75800, + [SMALL_STATE(2726)] = 75901, + [SMALL_STATE(2727)] = 76002, + [SMALL_STATE(2728)] = 76051, + [SMALL_STATE(2729)] = 76102, + [SMALL_STATE(2730)] = 76155, + [SMALL_STATE(2731)] = 76256, + [SMALL_STATE(2732)] = 76357, + [SMALL_STATE(2733)] = 76406, + [SMALL_STATE(2734)] = 76507, + [SMALL_STATE(2735)] = 76556, + [SMALL_STATE(2736)] = 76657, + [SMALL_STATE(2737)] = 76710, + [SMALL_STATE(2738)] = 76763, + [SMALL_STATE(2739)] = 76812, + [SMALL_STATE(2740)] = 76913, + [SMALL_STATE(2741)] = 76962, + [SMALL_STATE(2742)] = 77011, + [SMALL_STATE(2743)] = 77060, + [SMALL_STATE(2744)] = 77161, + [SMALL_STATE(2745)] = 77262, + [SMALL_STATE(2746)] = 77363, + [SMALL_STATE(2747)] = 77464, + [SMALL_STATE(2748)] = 77513, + [SMALL_STATE(2749)] = 77614, + [SMALL_STATE(2750)] = 77663, + [SMALL_STATE(2751)] = 77712, + [SMALL_STATE(2752)] = 77813, + [SMALL_STATE(2753)] = 77888, + [SMALL_STATE(2754)] = 77967, + [SMALL_STATE(2755)] = 78046, + [SMALL_STATE(2756)] = 78131, + [SMALL_STATE(2757)] = 78232, + [SMALL_STATE(2758)] = 78333, + [SMALL_STATE(2759)] = 78420, + [SMALL_STATE(2760)] = 78507, + [SMALL_STATE(2761)] = 78558, + [SMALL_STATE(2762)] = 78643, + [SMALL_STATE(2763)] = 78744, + [SMALL_STATE(2764)] = 78823, + [SMALL_STATE(2765)] = 78872, + [SMALL_STATE(2766)] = 78921, + [SMALL_STATE(2767)] = 78970, + [SMALL_STATE(2768)] = 79045, + [SMALL_STATE(2769)] = 79094, + [SMALL_STATE(2770)] = 79173, + [SMALL_STATE(2771)] = 79252, + [SMALL_STATE(2772)] = 79301, + [SMALL_STATE(2773)] = 79402, + [SMALL_STATE(2774)] = 79451, + [SMALL_STATE(2775)] = 79500, + [SMALL_STATE(2776)] = 79549, + [SMALL_STATE(2777)] = 79598, + [SMALL_STATE(2778)] = 79699, + [SMALL_STATE(2779)] = 79748, + [SMALL_STATE(2780)] = 79797, + [SMALL_STATE(2781)] = 79848, + [SMALL_STATE(2782)] = 79949, + [SMALL_STATE(2783)] = 79998, + [SMALL_STATE(2784)] = 80047, + [SMALL_STATE(2785)] = 80096, + [SMALL_STATE(2786)] = 80197, + [SMALL_STATE(2787)] = 80246, + [SMALL_STATE(2788)] = 80295, + [SMALL_STATE(2789)] = 80344, + [SMALL_STATE(2790)] = 80393, + [SMALL_STATE(2791)] = 80442, + [SMALL_STATE(2792)] = 80543, + [SMALL_STATE(2793)] = 80594, + [SMALL_STATE(2794)] = 80643, + [SMALL_STATE(2795)] = 80692, + [SMALL_STATE(2796)] = 80741, + [SMALL_STATE(2797)] = 80790, + [SMALL_STATE(2798)] = 80839, + [SMALL_STATE(2799)] = 80888, + [SMALL_STATE(2800)] = 80937, + [SMALL_STATE(2801)] = 80986, + [SMALL_STATE(2802)] = 81035, + [SMALL_STATE(2803)] = 81084, + [SMALL_STATE(2804)] = 81133, + [SMALL_STATE(2805)] = 81182, + [SMALL_STATE(2806)] = 81231, + [SMALL_STATE(2807)] = 81280, + [SMALL_STATE(2808)] = 81329, + [SMALL_STATE(2809)] = 81378, + [SMALL_STATE(2810)] = 81427, + [SMALL_STATE(2811)] = 81476, + [SMALL_STATE(2812)] = 81525, + [SMALL_STATE(2813)] = 81574, + [SMALL_STATE(2814)] = 81625, + [SMALL_STATE(2815)] = 81674, + [SMALL_STATE(2816)] = 81723, + [SMALL_STATE(2817)] = 81774, + [SMALL_STATE(2818)] = 81875, + [SMALL_STATE(2819)] = 81924, + [SMALL_STATE(2820)] = 82025, + [SMALL_STATE(2821)] = 82074, + [SMALL_STATE(2822)] = 82175, + [SMALL_STATE(2823)] = 82276, + [SMALL_STATE(2824)] = 82327, + [SMALL_STATE(2825)] = 82428, + [SMALL_STATE(2826)] = 82481, + [SMALL_STATE(2827)] = 82530, + [SMALL_STATE(2828)] = 82579, + [SMALL_STATE(2829)] = 82630, + [SMALL_STATE(2830)] = 82679, + [SMALL_STATE(2831)] = 82728, + [SMALL_STATE(2832)] = 82777, + [SMALL_STATE(2833)] = 82878, + [SMALL_STATE(2834)] = 82933, + [SMALL_STATE(2835)] = 82984, + [SMALL_STATE(2836)] = 83035, + [SMALL_STATE(2837)] = 83136, + [SMALL_STATE(2838)] = 83237, + [SMALL_STATE(2839)] = 83338, + [SMALL_STATE(2840)] = 83439, + [SMALL_STATE(2841)] = 83540, + [SMALL_STATE(2842)] = 83634, + [SMALL_STATE(2843)] = 83728, + [SMALL_STATE(2844)] = 83818, + [SMALL_STATE(2845)] = 83916, + [SMALL_STATE(2846)] = 84006, + [SMALL_STATE(2847)] = 84056, + [SMALL_STATE(2848)] = 84104, + [SMALL_STATE(2849)] = 84152, + [SMALL_STATE(2850)] = 84250, + [SMALL_STATE(2851)] = 84338, + [SMALL_STATE(2852)] = 84432, + [SMALL_STATE(2853)] = 84530, + [SMALL_STATE(2854)] = 84628, + [SMALL_STATE(2855)] = 84722, + [SMALL_STATE(2856)] = 84816, + [SMALL_STATE(2857)] = 84910, + [SMALL_STATE(2858)] = 85008, + [SMALL_STATE(2859)] = 85106, + [SMALL_STATE(2860)] = 85200, + [SMALL_STATE(2861)] = 85298, + [SMALL_STATE(2862)] = 85396, + [SMALL_STATE(2863)] = 85446, + [SMALL_STATE(2864)] = 85500, + [SMALL_STATE(2865)] = 85598, + [SMALL_STATE(2866)] = 85692, + [SMALL_STATE(2867)] = 85786, + [SMALL_STATE(2868)] = 85880, + [SMALL_STATE(2869)] = 85974, + [SMALL_STATE(2870)] = 86068, + [SMALL_STATE(2871)] = 86156, + [SMALL_STATE(2872)] = 86212, + [SMALL_STATE(2873)] = 86310, + [SMALL_STATE(2874)] = 86360, + [SMALL_STATE(2875)] = 86458, + [SMALL_STATE(2876)] = 86552, + [SMALL_STATE(2877)] = 86650, + [SMALL_STATE(2878)] = 86744, + [SMALL_STATE(2879)] = 86842, + [SMALL_STATE(2880)] = 86940, + [SMALL_STATE(2881)] = 87034, + [SMALL_STATE(2882)] = 87132, + [SMALL_STATE(2883)] = 87226, + [SMALL_STATE(2884)] = 87324, + [SMALL_STATE(2885)] = 87373, + [SMALL_STATE(2886)] = 87422, + [SMALL_STATE(2887)] = 87469, + [SMALL_STATE(2888)] = 87518, + [SMALL_STATE(2889)] = 87567, + [SMALL_STATE(2890)] = 87614, + [SMALL_STATE(2891)] = 87661, + [SMALL_STATE(2892)] = 87710, + [SMALL_STATE(2893)] = 87757, + [SMALL_STATE(2894)] = 87840, + [SMALL_STATE(2895)] = 87887, + [SMALL_STATE(2896)] = 87934, + [SMALL_STATE(2897)] = 87981, + [SMALL_STATE(2898)] = 88028, + [SMALL_STATE(2899)] = 88075, + [SMALL_STATE(2900)] = 88122, + [SMALL_STATE(2901)] = 88169, + [SMALL_STATE(2902)] = 88216, + [SMALL_STATE(2903)] = 88263, + [SMALL_STATE(2904)] = 88310, + [SMALL_STATE(2905)] = 88359, + [SMALL_STATE(2906)] = 88408, + [SMALL_STATE(2907)] = 88455, + [SMALL_STATE(2908)] = 88538, + [SMALL_STATE(2909)] = 88585, + [SMALL_STATE(2910)] = 88668, + [SMALL_STATE(2911)] = 88715, + [SMALL_STATE(2912)] = 88762, + [SMALL_STATE(2913)] = 88811, + [SMALL_STATE(2914)] = 88860, + [SMALL_STATE(2915)] = 88909, + [SMALL_STATE(2916)] = 88956, + [SMALL_STATE(2917)] = 89003, + [SMALL_STATE(2918)] = 89052, + [SMALL_STATE(2919)] = 89099, + [SMALL_STATE(2920)] = 89146, + [SMALL_STATE(2921)] = 89193, + [SMALL_STATE(2922)] = 89242, + [SMALL_STATE(2923)] = 89289, + [SMALL_STATE(2924)] = 89336, + [SMALL_STATE(2925)] = 89383, + [SMALL_STATE(2926)] = 89432, + [SMALL_STATE(2927)] = 89481, + [SMALL_STATE(2928)] = 89528, + [SMALL_STATE(2929)] = 89575, + [SMALL_STATE(2930)] = 89622, + [SMALL_STATE(2931)] = 89672, + [SMALL_STATE(2932)] = 89722, + [SMALL_STATE(2933)] = 89772, + [SMALL_STATE(2934)] = 89820, + [SMALL_STATE(2935)] = 89870, + [SMALL_STATE(2936)] = 89920, + [SMALL_STATE(2937)] = 89968, + [SMALL_STATE(2938)] = 90016, + [SMALL_STATE(2939)] = 90064, + [SMALL_STATE(2940)] = 90112, + [SMALL_STATE(2941)] = 90162, + [SMALL_STATE(2942)] = 90210, + [SMALL_STATE(2943)] = 90258, + [SMALL_STATE(2944)] = 90308, + [SMALL_STATE(2945)] = 90356, + [SMALL_STATE(2946)] = 90406, + [SMALL_STATE(2947)] = 90454, + [SMALL_STATE(2948)] = 90502, + [SMALL_STATE(2949)] = 90550, + [SMALL_STATE(2950)] = 90598, + [SMALL_STATE(2951)] = 90646, + [SMALL_STATE(2952)] = 90694, + [SMALL_STATE(2953)] = 90744, + [SMALL_STATE(2954)] = 90794, + [SMALL_STATE(2955)] = 90844, + [SMALL_STATE(2956)] = 90892, + [SMALL_STATE(2957)] = 90942, + [SMALL_STATE(2958)] = 90990, + [SMALL_STATE(2959)] = 91038, + [SMALL_STATE(2960)] = 91086, + [SMALL_STATE(2961)] = 91134, + [SMALL_STATE(2962)] = 91184, + [SMALL_STATE(2963)] = 91232, + [SMALL_STATE(2964)] = 91280, + [SMALL_STATE(2965)] = 91328, + [SMALL_STATE(2966)] = 91410, + [SMALL_STATE(2967)] = 91458, + [SMALL_STATE(2968)] = 91506, + [SMALL_STATE(2969)] = 91594, + [SMALL_STATE(2970)] = 91642, + [SMALL_STATE(2971)] = 91692, + [SMALL_STATE(2972)] = 91742, + [SMALL_STATE(2973)] = 91824, + [SMALL_STATE(2974)] = 91906, + [SMALL_STATE(2975)] = 91954, + [SMALL_STATE(2976)] = 92002, + [SMALL_STATE(2977)] = 92050, + [SMALL_STATE(2978)] = 92100, + [SMALL_STATE(2979)] = 92150, + [SMALL_STATE(2980)] = 92200, + [SMALL_STATE(2981)] = 92248, + [SMALL_STATE(2982)] = 92296, + [SMALL_STATE(2983)] = 92344, + [SMALL_STATE(2984)] = 92394, + [SMALL_STATE(2985)] = 92442, + [SMALL_STATE(2986)] = 92492, + [SMALL_STATE(2987)] = 92542, + [SMALL_STATE(2988)] = 92590, + [SMALL_STATE(2989)] = 92638, + [SMALL_STATE(2990)] = 92688, + [SMALL_STATE(2991)] = 92738, + [SMALL_STATE(2992)] = 92786, + [SMALL_STATE(2993)] = 92834, + [SMALL_STATE(2994)] = 92882, + [SMALL_STATE(2995)] = 92932, + [SMALL_STATE(2996)] = 92982, + [SMALL_STATE(2997)] = 93030, + [SMALL_STATE(2998)] = 93078, + [SMALL_STATE(2999)] = 93126, + [SMALL_STATE(3000)] = 93176, + [SMALL_STATE(3001)] = 93224, + [SMALL_STATE(3002)] = 93272, + [SMALL_STATE(3003)] = 93320, + [SMALL_STATE(3004)] = 93368, + [SMALL_STATE(3005)] = 93418, + [SMALL_STATE(3006)] = 93468, + [SMALL_STATE(3007)] = 93550, + [SMALL_STATE(3008)] = 93632, + [SMALL_STATE(3009)] = 93711, + [SMALL_STATE(3010)] = 93790, + [SMALL_STATE(3011)] = 93869, + [SMALL_STATE(3012)] = 93948, + [SMALL_STATE(3013)] = 94027, + [SMALL_STATE(3014)] = 94106, + [SMALL_STATE(3015)] = 94185, + [SMALL_STATE(3016)] = 94264, + [SMALL_STATE(3017)] = 94343, + [SMALL_STATE(3018)] = 94422, + [SMALL_STATE(3019)] = 94501, + [SMALL_STATE(3020)] = 94580, + [SMALL_STATE(3021)] = 94659, + [SMALL_STATE(3022)] = 94738, + [SMALL_STATE(3023)] = 94817, + [SMALL_STATE(3024)] = 94896, + [SMALL_STATE(3025)] = 94975, + [SMALL_STATE(3026)] = 95054, + [SMALL_STATE(3027)] = 95133, + [SMALL_STATE(3028)] = 95212, + [SMALL_STATE(3029)] = 95291, + [SMALL_STATE(3030)] = 95344, + [SMALL_STATE(3031)] = 95423, + [SMALL_STATE(3032)] = 95502, + [SMALL_STATE(3033)] = 95581, + [SMALL_STATE(3034)] = 95660, + [SMALL_STATE(3035)] = 95739, + [SMALL_STATE(3036)] = 95818, + [SMALL_STATE(3037)] = 95897, + [SMALL_STATE(3038)] = 95976, + [SMALL_STATE(3039)] = 96055, + [SMALL_STATE(3040)] = 96134, + [SMALL_STATE(3041)] = 96213, + [SMALL_STATE(3042)] = 96292, + [SMALL_STATE(3043)] = 96371, + [SMALL_STATE(3044)] = 96450, + [SMALL_STATE(3045)] = 96529, + [SMALL_STATE(3046)] = 96608, + [SMALL_STATE(3047)] = 96687, + [SMALL_STATE(3048)] = 96766, + [SMALL_STATE(3049)] = 96842, + [SMALL_STATE(3050)] = 96918, + [SMALL_STATE(3051)] = 96994, + [SMALL_STATE(3052)] = 97070, + [SMALL_STATE(3053)] = 97146, + [SMALL_STATE(3054)] = 97222, + [SMALL_STATE(3055)] = 97298, + [SMALL_STATE(3056)] = 97374, + [SMALL_STATE(3057)] = 97450, + [SMALL_STATE(3058)] = 97526, + [SMALL_STATE(3059)] = 97602, + [SMALL_STATE(3060)] = 97678, + [SMALL_STATE(3061)] = 97754, + [SMALL_STATE(3062)] = 97830, + [SMALL_STATE(3063)] = 97906, + [SMALL_STATE(3064)] = 97982, + [SMALL_STATE(3065)] = 98058, + [SMALL_STATE(3066)] = 98134, + [SMALL_STATE(3067)] = 98210, + [SMALL_STATE(3068)] = 98286, + [SMALL_STATE(3069)] = 98362, + [SMALL_STATE(3070)] = 98438, + [SMALL_STATE(3071)] = 98514, + [SMALL_STATE(3072)] = 98590, + [SMALL_STATE(3073)] = 98666, + [SMALL_STATE(3074)] = 98742, + [SMALL_STATE(3075)] = 98818, + [SMALL_STATE(3076)] = 98894, + [SMALL_STATE(3077)] = 98970, + [SMALL_STATE(3078)] = 99046, + [SMALL_STATE(3079)] = 99122, + [SMALL_STATE(3080)] = 99198, + [SMALL_STATE(3081)] = 99274, + [SMALL_STATE(3082)] = 99350, + [SMALL_STATE(3083)] = 99426, + [SMALL_STATE(3084)] = 99502, + [SMALL_STATE(3085)] = 99578, + [SMALL_STATE(3086)] = 99654, + [SMALL_STATE(3087)] = 99730, + [SMALL_STATE(3088)] = 99806, + [SMALL_STATE(3089)] = 99882, + [SMALL_STATE(3090)] = 99958, + [SMALL_STATE(3091)] = 100034, + [SMALL_STATE(3092)] = 100110, + [SMALL_STATE(3093)] = 100186, + [SMALL_STATE(3094)] = 100262, + [SMALL_STATE(3095)] = 100338, + [SMALL_STATE(3096)] = 100414, + [SMALL_STATE(3097)] = 100490, + [SMALL_STATE(3098)] = 100566, + [SMALL_STATE(3099)] = 100642, + [SMALL_STATE(3100)] = 100718, + [SMALL_STATE(3101)] = 100794, + [SMALL_STATE(3102)] = 100870, + [SMALL_STATE(3103)] = 100946, + [SMALL_STATE(3104)] = 101022, + [SMALL_STATE(3105)] = 101098, + [SMALL_STATE(3106)] = 101174, + [SMALL_STATE(3107)] = 101250, + [SMALL_STATE(3108)] = 101326, + [SMALL_STATE(3109)] = 101402, + [SMALL_STATE(3110)] = 101478, + [SMALL_STATE(3111)] = 101554, + [SMALL_STATE(3112)] = 101630, + [SMALL_STATE(3113)] = 101706, + [SMALL_STATE(3114)] = 101782, + [SMALL_STATE(3115)] = 101858, + [SMALL_STATE(3116)] = 101934, + [SMALL_STATE(3117)] = 102010, + [SMALL_STATE(3118)] = 102086, + [SMALL_STATE(3119)] = 102162, + [SMALL_STATE(3120)] = 102238, + [SMALL_STATE(3121)] = 102314, + [SMALL_STATE(3122)] = 102390, + [SMALL_STATE(3123)] = 102466, + [SMALL_STATE(3124)] = 102542, + [SMALL_STATE(3125)] = 102618, + [SMALL_STATE(3126)] = 102694, + [SMALL_STATE(3127)] = 102770, + [SMALL_STATE(3128)] = 102846, + [SMALL_STATE(3129)] = 102922, + [SMALL_STATE(3130)] = 102998, + [SMALL_STATE(3131)] = 103074, + [SMALL_STATE(3132)] = 103150, + [SMALL_STATE(3133)] = 103226, + [SMALL_STATE(3134)] = 103302, + [SMALL_STATE(3135)] = 103378, + [SMALL_STATE(3136)] = 103454, + [SMALL_STATE(3137)] = 103530, + [SMALL_STATE(3138)] = 103606, + [SMALL_STATE(3139)] = 103682, + [SMALL_STATE(3140)] = 103758, + [SMALL_STATE(3141)] = 103834, + [SMALL_STATE(3142)] = 103910, + [SMALL_STATE(3143)] = 103986, + [SMALL_STATE(3144)] = 104062, + [SMALL_STATE(3145)] = 104138, + [SMALL_STATE(3146)] = 104214, + [SMALL_STATE(3147)] = 104290, + [SMALL_STATE(3148)] = 104366, + [SMALL_STATE(3149)] = 104442, + [SMALL_STATE(3150)] = 104518, + [SMALL_STATE(3151)] = 104594, + [SMALL_STATE(3152)] = 104670, + [SMALL_STATE(3153)] = 104746, + [SMALL_STATE(3154)] = 104822, + [SMALL_STATE(3155)] = 104898, + [SMALL_STATE(3156)] = 104974, + [SMALL_STATE(3157)] = 105050, + [SMALL_STATE(3158)] = 105126, + [SMALL_STATE(3159)] = 105202, + [SMALL_STATE(3160)] = 105278, + [SMALL_STATE(3161)] = 105354, + [SMALL_STATE(3162)] = 105430, + [SMALL_STATE(3163)] = 105506, + [SMALL_STATE(3164)] = 105582, + [SMALL_STATE(3165)] = 105658, + [SMALL_STATE(3166)] = 105734, + [SMALL_STATE(3167)] = 105810, + [SMALL_STATE(3168)] = 105886, + [SMALL_STATE(3169)] = 105962, + [SMALL_STATE(3170)] = 106038, + [SMALL_STATE(3171)] = 106114, + [SMALL_STATE(3172)] = 106190, + [SMALL_STATE(3173)] = 106266, + [SMALL_STATE(3174)] = 106342, + [SMALL_STATE(3175)] = 106418, + [SMALL_STATE(3176)] = 106494, + [SMALL_STATE(3177)] = 106570, + [SMALL_STATE(3178)] = 106646, + [SMALL_STATE(3179)] = 106722, + [SMALL_STATE(3180)] = 106798, + [SMALL_STATE(3181)] = 106874, + [SMALL_STATE(3182)] = 106950, + [SMALL_STATE(3183)] = 107026, + [SMALL_STATE(3184)] = 107102, + [SMALL_STATE(3185)] = 107178, + [SMALL_STATE(3186)] = 107254, + [SMALL_STATE(3187)] = 107330, + [SMALL_STATE(3188)] = 107406, + [SMALL_STATE(3189)] = 107482, + [SMALL_STATE(3190)] = 107558, + [SMALL_STATE(3191)] = 107634, + [SMALL_STATE(3192)] = 107710, + [SMALL_STATE(3193)] = 107786, + [SMALL_STATE(3194)] = 107862, + [SMALL_STATE(3195)] = 107938, + [SMALL_STATE(3196)] = 108014, + [SMALL_STATE(3197)] = 108090, + [SMALL_STATE(3198)] = 108166, + [SMALL_STATE(3199)] = 108242, + [SMALL_STATE(3200)] = 108318, + [SMALL_STATE(3201)] = 108394, + [SMALL_STATE(3202)] = 108470, + [SMALL_STATE(3203)] = 108546, + [SMALL_STATE(3204)] = 108622, + [SMALL_STATE(3205)] = 108698, + [SMALL_STATE(3206)] = 108774, + [SMALL_STATE(3207)] = 108850, + [SMALL_STATE(3208)] = 108926, + [SMALL_STATE(3209)] = 109002, + [SMALL_STATE(3210)] = 109078, + [SMALL_STATE(3211)] = 109154, + [SMALL_STATE(3212)] = 109230, + [SMALL_STATE(3213)] = 109306, + [SMALL_STATE(3214)] = 109382, + [SMALL_STATE(3215)] = 109458, + [SMALL_STATE(3216)] = 109534, + [SMALL_STATE(3217)] = 109610, + [SMALL_STATE(3218)] = 109686, + [SMALL_STATE(3219)] = 109762, + [SMALL_STATE(3220)] = 109838, + [SMALL_STATE(3221)] = 109914, + [SMALL_STATE(3222)] = 109990, + [SMALL_STATE(3223)] = 110066, + [SMALL_STATE(3224)] = 110142, + [SMALL_STATE(3225)] = 110218, + [SMALL_STATE(3226)] = 110294, + [SMALL_STATE(3227)] = 110370, + [SMALL_STATE(3228)] = 110446, + [SMALL_STATE(3229)] = 110522, + [SMALL_STATE(3230)] = 110598, + [SMALL_STATE(3231)] = 110674, + [SMALL_STATE(3232)] = 110750, + [SMALL_STATE(3233)] = 110826, + [SMALL_STATE(3234)] = 110902, + [SMALL_STATE(3235)] = 110978, + [SMALL_STATE(3236)] = 111054, + [SMALL_STATE(3237)] = 111130, + [SMALL_STATE(3238)] = 111206, + [SMALL_STATE(3239)] = 111282, + [SMALL_STATE(3240)] = 111358, + [SMALL_STATE(3241)] = 111434, + [SMALL_STATE(3242)] = 111510, + [SMALL_STATE(3243)] = 111586, + [SMALL_STATE(3244)] = 111662, + [SMALL_STATE(3245)] = 111738, + [SMALL_STATE(3246)] = 111814, + [SMALL_STATE(3247)] = 111890, + [SMALL_STATE(3248)] = 111966, + [SMALL_STATE(3249)] = 112042, + [SMALL_STATE(3250)] = 112118, + [SMALL_STATE(3251)] = 112194, + [SMALL_STATE(3252)] = 112270, + [SMALL_STATE(3253)] = 112346, + [SMALL_STATE(3254)] = 112422, + [SMALL_STATE(3255)] = 112498, + [SMALL_STATE(3256)] = 112574, + [SMALL_STATE(3257)] = 112650, + [SMALL_STATE(3258)] = 112726, + [SMALL_STATE(3259)] = 112802, + [SMALL_STATE(3260)] = 112878, + [SMALL_STATE(3261)] = 112954, + [SMALL_STATE(3262)] = 113030, + [SMALL_STATE(3263)] = 113106, + [SMALL_STATE(3264)] = 113182, + [SMALL_STATE(3265)] = 113258, + [SMALL_STATE(3266)] = 113334, + [SMALL_STATE(3267)] = 113410, + [SMALL_STATE(3268)] = 113486, + [SMALL_STATE(3269)] = 113562, + [SMALL_STATE(3270)] = 113638, + [SMALL_STATE(3271)] = 113714, + [SMALL_STATE(3272)] = 113790, + [SMALL_STATE(3273)] = 113866, + [SMALL_STATE(3274)] = 113942, + [SMALL_STATE(3275)] = 114018, + [SMALL_STATE(3276)] = 114094, + [SMALL_STATE(3277)] = 114170, + [SMALL_STATE(3278)] = 114246, + [SMALL_STATE(3279)] = 114322, + [SMALL_STATE(3280)] = 114398, + [SMALL_STATE(3281)] = 114474, + [SMALL_STATE(3282)] = 114550, + [SMALL_STATE(3283)] = 114626, + [SMALL_STATE(3284)] = 114702, + [SMALL_STATE(3285)] = 114778, + [SMALL_STATE(3286)] = 114854, + [SMALL_STATE(3287)] = 114930, + [SMALL_STATE(3288)] = 115006, + [SMALL_STATE(3289)] = 115082, + [SMALL_STATE(3290)] = 115158, + [SMALL_STATE(3291)] = 115234, + [SMALL_STATE(3292)] = 115310, + [SMALL_STATE(3293)] = 115386, + [SMALL_STATE(3294)] = 115462, + [SMALL_STATE(3295)] = 115538, + [SMALL_STATE(3296)] = 115614, + [SMALL_STATE(3297)] = 115690, + [SMALL_STATE(3298)] = 115766, + [SMALL_STATE(3299)] = 115842, + [SMALL_STATE(3300)] = 115918, + [SMALL_STATE(3301)] = 115994, + [SMALL_STATE(3302)] = 116070, + [SMALL_STATE(3303)] = 116146, + [SMALL_STATE(3304)] = 116222, + [SMALL_STATE(3305)] = 116298, + [SMALL_STATE(3306)] = 116374, + [SMALL_STATE(3307)] = 116450, + [SMALL_STATE(3308)] = 116526, + [SMALL_STATE(3309)] = 116602, + [SMALL_STATE(3310)] = 116678, + [SMALL_STATE(3311)] = 116754, + [SMALL_STATE(3312)] = 116830, + [SMALL_STATE(3313)] = 116906, + [SMALL_STATE(3314)] = 116982, + [SMALL_STATE(3315)] = 117058, + [SMALL_STATE(3316)] = 117134, + [SMALL_STATE(3317)] = 117210, + [SMALL_STATE(3318)] = 117275, + [SMALL_STATE(3319)] = 117336, + [SMALL_STATE(3320)] = 117397, + [SMALL_STATE(3321)] = 117458, + [SMALL_STATE(3322)] = 117519, + [SMALL_STATE(3323)] = 117580, + [SMALL_STATE(3324)] = 117641, + [SMALL_STATE(3325)] = 117702, + [SMALL_STATE(3326)] = 117763, + [SMALL_STATE(3327)] = 117828, + [SMALL_STATE(3328)] = 117889, + [SMALL_STATE(3329)] = 117950, + [SMALL_STATE(3330)] = 118011, + [SMALL_STATE(3331)] = 118072, + [SMALL_STATE(3332)] = 118133, + [SMALL_STATE(3333)] = 118194, + [SMALL_STATE(3334)] = 118254, + [SMALL_STATE(3335)] = 118284, + [SMALL_STATE(3336)] = 118314, + [SMALL_STATE(3337)] = 118344, + [SMALL_STATE(3338)] = 118374, + [SMALL_STATE(3339)] = 118404, + [SMALL_STATE(3340)] = 118434, + [SMALL_STATE(3341)] = 118461, + [SMALL_STATE(3342)] = 118488, + [SMALL_STATE(3343)] = 118515, + [SMALL_STATE(3344)] = 118542, + [SMALL_STATE(3345)] = 118569, + [SMALL_STATE(3346)] = 118607, + [SMALL_STATE(3347)] = 118645, + [SMALL_STATE(3348)] = 118683, + [SMALL_STATE(3349)] = 118727, + [SMALL_STATE(3350)] = 118750, + [SMALL_STATE(3351)] = 118773, + [SMALL_STATE(3352)] = 118796, + [SMALL_STATE(3353)] = 118823, + [SMALL_STATE(3354)] = 118852, + [SMALL_STATE(3355)] = 118879, + [SMALL_STATE(3356)] = 118905, + [SMALL_STATE(3357)] = 118931, + [SMALL_STATE(3358)] = 118957, + [SMALL_STATE(3359)] = 118983, + [SMALL_STATE(3360)] = 119009, + [SMALL_STATE(3361)] = 119035, + [SMALL_STATE(3362)] = 119061, + [SMALL_STATE(3363)] = 119087, + [SMALL_STATE(3364)] = 119113, + [SMALL_STATE(3365)] = 119154, + [SMALL_STATE(3366)] = 119195, + [SMALL_STATE(3367)] = 119218, + [SMALL_STATE(3368)] = 119245, + [SMALL_STATE(3369)] = 119268, + [SMALL_STATE(3370)] = 119309, + [SMALL_STATE(3371)] = 119332, + [SMALL_STATE(3372)] = 119355, + [SMALL_STATE(3373)] = 119380, + [SMALL_STATE(3374)] = 119405, + [SMALL_STATE(3375)] = 119445, + [SMALL_STATE(3376)] = 119485, + [SMALL_STATE(3377)] = 119525, + [SMALL_STATE(3378)] = 119565, + [SMALL_STATE(3379)] = 119605, + [SMALL_STATE(3380)] = 119645, + [SMALL_STATE(3381)] = 119685, + [SMALL_STATE(3382)] = 119725, + [SMALL_STATE(3383)] = 119765, + [SMALL_STATE(3384)] = 119805, + [SMALL_STATE(3385)] = 119845, + [SMALL_STATE(3386)] = 119885, + [SMALL_STATE(3387)] = 119907, + [SMALL_STATE(3388)] = 119947, + [SMALL_STATE(3389)] = 119987, + [SMALL_STATE(3390)] = 120013, + [SMALL_STATE(3391)] = 120039, + [SMALL_STATE(3392)] = 120065, + [SMALL_STATE(3393)] = 120105, + [SMALL_STATE(3394)] = 120131, + [SMALL_STATE(3395)] = 120153, + [SMALL_STATE(3396)] = 120179, + [SMALL_STATE(3397)] = 120219, + [SMALL_STATE(3398)] = 120259, + [SMALL_STATE(3399)] = 120299, + [SMALL_STATE(3400)] = 120325, + [SMALL_STATE(3401)] = 120347, + [SMALL_STATE(3402)] = 120387, + [SMALL_STATE(3403)] = 120409, + [SMALL_STATE(3404)] = 120449, + [SMALL_STATE(3405)] = 120489, + [SMALL_STATE(3406)] = 120529, + [SMALL_STATE(3407)] = 120555, + [SMALL_STATE(3408)] = 120595, + [SMALL_STATE(3409)] = 120635, + [SMALL_STATE(3410)] = 120675, + [SMALL_STATE(3411)] = 120715, + [SMALL_STATE(3412)] = 120737, + [SMALL_STATE(3413)] = 120763, + [SMALL_STATE(3414)] = 120803, + [SMALL_STATE(3415)] = 120843, + [SMALL_STATE(3416)] = 120883, + [SMALL_STATE(3417)] = 120923, + [SMALL_STATE(3418)] = 120963, + [SMALL_STATE(3419)] = 120982, + [SMALL_STATE(3420)] = 121007, + [SMALL_STATE(3421)] = 121026, + [SMALL_STATE(3422)] = 121051, + [SMALL_STATE(3423)] = 121070, + [SMALL_STATE(3424)] = 121096, + [SMALL_STATE(3425)] = 121120, + [SMALL_STATE(3426)] = 121140, + [SMALL_STATE(3427)] = 121160, + [SMALL_STATE(3428)] = 121177, + [SMALL_STATE(3429)] = 121194, + [SMALL_STATE(3430)] = 121211, + [SMALL_STATE(3431)] = 121228, + [SMALL_STATE(3432)] = 121245, + [SMALL_STATE(3433)] = 121262, + [SMALL_STATE(3434)] = 121279, + [SMALL_STATE(3435)] = 121296, + [SMALL_STATE(3436)] = 121313, + [SMALL_STATE(3437)] = 121334, + [SMALL_STATE(3438)] = 121351, + [SMALL_STATE(3439)] = 121368, + [SMALL_STATE(3440)] = 121385, + [SMALL_STATE(3441)] = 121408, + [SMALL_STATE(3442)] = 121425, + [SMALL_STATE(3443)] = 121442, + [SMALL_STATE(3444)] = 121459, + [SMALL_STATE(3445)] = 121476, + [SMALL_STATE(3446)] = 121493, + [SMALL_STATE(3447)] = 121514, + [SMALL_STATE(3448)] = 121531, + [SMALL_STATE(3449)] = 121548, + [SMALL_STATE(3450)] = 121565, + [SMALL_STATE(3451)] = 121582, + [SMALL_STATE(3452)] = 121599, + [SMALL_STATE(3453)] = 121631, + [SMALL_STATE(3454)] = 121653, + [SMALL_STATE(3455)] = 121680, + [SMALL_STATE(3456)] = 121707, + [SMALL_STATE(3457)] = 121728, + [SMALL_STATE(3458)] = 121755, + [SMALL_STATE(3459)] = 121782, + [SMALL_STATE(3460)] = 121799, + [SMALL_STATE(3461)] = 121826, + [SMALL_STATE(3462)] = 121853, + [SMALL_STATE(3463)] = 121880, + [SMALL_STATE(3464)] = 121907, + [SMALL_STATE(3465)] = 121936, + [SMALL_STATE(3466)] = 121951, + [SMALL_STATE(3467)] = 121970, + [SMALL_STATE(3468)] = 121997, + [SMALL_STATE(3469)] = 122024, + [SMALL_STATE(3470)] = 122051, + [SMALL_STATE(3471)] = 122072, + [SMALL_STATE(3472)] = 122099, + [SMALL_STATE(3473)] = 122113, + [SMALL_STATE(3474)] = 122139, + [SMALL_STATE(3475)] = 122165, + [SMALL_STATE(3476)] = 122179, + [SMALL_STATE(3477)] = 122199, + [SMALL_STATE(3478)] = 122213, + [SMALL_STATE(3479)] = 122231, + [SMALL_STATE(3480)] = 122249, + [SMALL_STATE(3481)] = 122263, + [SMALL_STATE(3482)] = 122281, + [SMALL_STATE(3483)] = 122309, + [SMALL_STATE(3484)] = 122325, + [SMALL_STATE(3485)] = 122347, + [SMALL_STATE(3486)] = 122363, + [SMALL_STATE(3487)] = 122377, + [SMALL_STATE(3488)] = 122391, + [SMALL_STATE(3489)] = 122405, + [SMALL_STATE(3490)] = 122419, + [SMALL_STATE(3491)] = 122433, + [SMALL_STATE(3492)] = 122449, + [SMALL_STATE(3493)] = 122465, + [SMALL_STATE(3494)] = 122486, + [SMALL_STATE(3495)] = 122507, + [SMALL_STATE(3496)] = 122528, + [SMALL_STATE(3497)] = 122549, + [SMALL_STATE(3498)] = 122570, + [SMALL_STATE(3499)] = 122587, + [SMALL_STATE(3500)] = 122604, + [SMALL_STATE(3501)] = 122621, + [SMALL_STATE(3502)] = 122642, + [SMALL_STATE(3503)] = 122655, + [SMALL_STATE(3504)] = 122678, + [SMALL_STATE(3505)] = 122699, + [SMALL_STATE(3506)] = 122716, + [SMALL_STATE(3507)] = 122733, + [SMALL_STATE(3508)] = 122750, + [SMALL_STATE(3509)] = 122763, + [SMALL_STATE(3510)] = 122784, + [SMALL_STATE(3511)] = 122805, + [SMALL_STATE(3512)] = 122826, + [SMALL_STATE(3513)] = 122839, + [SMALL_STATE(3514)] = 122856, + [SMALL_STATE(3515)] = 122877, + [SMALL_STATE(3516)] = 122898, + [SMALL_STATE(3517)] = 122915, + [SMALL_STATE(3518)] = 122932, + [SMALL_STATE(3519)] = 122953, + [SMALL_STATE(3520)] = 122974, + [SMALL_STATE(3521)] = 122987, + [SMALL_STATE(3522)] = 123008, + [SMALL_STATE(3523)] = 123025, + [SMALL_STATE(3524)] = 123042, + [SMALL_STATE(3525)] = 123059, + [SMALL_STATE(3526)] = 123076, + [SMALL_STATE(3527)] = 123101, + [SMALL_STATE(3528)] = 123118, + [SMALL_STATE(3529)] = 123139, + [SMALL_STATE(3530)] = 123156, + [SMALL_STATE(3531)] = 123177, + [SMALL_STATE(3532)] = 123194, + [SMALL_STATE(3533)] = 123211, + [SMALL_STATE(3534)] = 123232, + [SMALL_STATE(3535)] = 123245, + [SMALL_STATE(3536)] = 123262, + [SMALL_STATE(3537)] = 123279, + [SMALL_STATE(3538)] = 123296, + [SMALL_STATE(3539)] = 123317, + [SMALL_STATE(3540)] = 123334, + [SMALL_STATE(3541)] = 123351, + [SMALL_STATE(3542)] = 123368, + [SMALL_STATE(3543)] = 123389, + [SMALL_STATE(3544)] = 123406, + [SMALL_STATE(3545)] = 123427, + [SMALL_STATE(3546)] = 123448, + [SMALL_STATE(3547)] = 123473, + [SMALL_STATE(3548)] = 123490, + [SMALL_STATE(3549)] = 123507, + [SMALL_STATE(3550)] = 123528, + [SMALL_STATE(3551)] = 123549, + [SMALL_STATE(3552)] = 123571, + [SMALL_STATE(3553)] = 123591, + [SMALL_STATE(3554)] = 123611, + [SMALL_STATE(3555)] = 123631, + [SMALL_STATE(3556)] = 123651, + [SMALL_STATE(3557)] = 123671, + [SMALL_STATE(3558)] = 123691, + [SMALL_STATE(3559)] = 123711, + [SMALL_STATE(3560)] = 123731, + [SMALL_STATE(3561)] = 123751, + [SMALL_STATE(3562)] = 123771, + [SMALL_STATE(3563)] = 123791, + [SMALL_STATE(3564)] = 123811, + [SMALL_STATE(3565)] = 123831, + [SMALL_STATE(3566)] = 123851, + [SMALL_STATE(3567)] = 123871, + [SMALL_STATE(3568)] = 123891, + [SMALL_STATE(3569)] = 123911, + [SMALL_STATE(3570)] = 123931, + [SMALL_STATE(3571)] = 123951, + [SMALL_STATE(3572)] = 123967, + [SMALL_STATE(3573)] = 123987, + [SMALL_STATE(3574)] = 124007, + [SMALL_STATE(3575)] = 124027, + [SMALL_STATE(3576)] = 124047, + [SMALL_STATE(3577)] = 124067, + [SMALL_STATE(3578)] = 124087, + [SMALL_STATE(3579)] = 124107, + [SMALL_STATE(3580)] = 124127, + [SMALL_STATE(3581)] = 124147, + [SMALL_STATE(3582)] = 124169, + [SMALL_STATE(3583)] = 124189, + [SMALL_STATE(3584)] = 124209, + [SMALL_STATE(3585)] = 124229, + [SMALL_STATE(3586)] = 124245, + [SMALL_STATE(3587)] = 124265, + [SMALL_STATE(3588)] = 124285, + [SMALL_STATE(3589)] = 124305, + [SMALL_STATE(3590)] = 124325, + [SMALL_STATE(3591)] = 124345, + [SMALL_STATE(3592)] = 124365, + [SMALL_STATE(3593)] = 124381, + [SMALL_STATE(3594)] = 124401, + [SMALL_STATE(3595)] = 124421, + [SMALL_STATE(3596)] = 124441, + [SMALL_STATE(3597)] = 124457, + [SMALL_STATE(3598)] = 124469, + [SMALL_STATE(3599)] = 124489, + [SMALL_STATE(3600)] = 124509, + [SMALL_STATE(3601)] = 124529, + [SMALL_STATE(3602)] = 124541, + [SMALL_STATE(3603)] = 124561, + [SMALL_STATE(3604)] = 124581, + [SMALL_STATE(3605)] = 124593, + [SMALL_STATE(3606)] = 124613, + [SMALL_STATE(3607)] = 124633, + [SMALL_STATE(3608)] = 124653, + [SMALL_STATE(3609)] = 124673, + [SMALL_STATE(3610)] = 124693, + [SMALL_STATE(3611)] = 124713, + [SMALL_STATE(3612)] = 124733, + [SMALL_STATE(3613)] = 124753, + [SMALL_STATE(3614)] = 124773, + [SMALL_STATE(3615)] = 124793, + [SMALL_STATE(3616)] = 124813, + [SMALL_STATE(3617)] = 124833, + [SMALL_STATE(3618)] = 124853, + [SMALL_STATE(3619)] = 124873, + [SMALL_STATE(3620)] = 124889, + [SMALL_STATE(3621)] = 124905, + [SMALL_STATE(3622)] = 124921, + [SMALL_STATE(3623)] = 124937, + [SMALL_STATE(3624)] = 124957, + [SMALL_STATE(3625)] = 124977, + [SMALL_STATE(3626)] = 124997, + [SMALL_STATE(3627)] = 125017, + [SMALL_STATE(3628)] = 125037, + [SMALL_STATE(3629)] = 125057, + [SMALL_STATE(3630)] = 125077, + [SMALL_STATE(3631)] = 125089, + [SMALL_STATE(3632)] = 125109, + [SMALL_STATE(3633)] = 125129, + [SMALL_STATE(3634)] = 125149, + [SMALL_STATE(3635)] = 125169, + [SMALL_STATE(3636)] = 125189, + [SMALL_STATE(3637)] = 125209, + [SMALL_STATE(3638)] = 125229, + [SMALL_STATE(3639)] = 125245, + [SMALL_STATE(3640)] = 125265, + [SMALL_STATE(3641)] = 125285, + [SMALL_STATE(3642)] = 125305, + [SMALL_STATE(3643)] = 125321, + [SMALL_STATE(3644)] = 125341, + [SMALL_STATE(3645)] = 125361, + [SMALL_STATE(3646)] = 125381, + [SMALL_STATE(3647)] = 125401, + [SMALL_STATE(3648)] = 125421, + [SMALL_STATE(3649)] = 125441, + [SMALL_STATE(3650)] = 125461, + [SMALL_STATE(3651)] = 125481, + [SMALL_STATE(3652)] = 125501, + [SMALL_STATE(3653)] = 125521, + [SMALL_STATE(3654)] = 125541, + [SMALL_STATE(3655)] = 125561, + [SMALL_STATE(3656)] = 125581, + [SMALL_STATE(3657)] = 125601, + [SMALL_STATE(3658)] = 125621, + [SMALL_STATE(3659)] = 125641, + [SMALL_STATE(3660)] = 125661, + [SMALL_STATE(3661)] = 125681, + [SMALL_STATE(3662)] = 125701, + [SMALL_STATE(3663)] = 125721, + [SMALL_STATE(3664)] = 125741, + [SMALL_STATE(3665)] = 125761, + [SMALL_STATE(3666)] = 125781, + [SMALL_STATE(3667)] = 125800, + [SMALL_STATE(3668)] = 125811, + [SMALL_STATE(3669)] = 125830, + [SMALL_STATE(3670)] = 125841, + [SMALL_STATE(3671)] = 125852, + [SMALL_STATE(3672)] = 125863, + [SMALL_STATE(3673)] = 125882, + [SMALL_STATE(3674)] = 125895, + [SMALL_STATE(3675)] = 125908, + [SMALL_STATE(3676)] = 125919, + [SMALL_STATE(3677)] = 125930, + [SMALL_STATE(3678)] = 125945, + [SMALL_STATE(3679)] = 125956, + [SMALL_STATE(3680)] = 125971, + [SMALL_STATE(3681)] = 125984, + [SMALL_STATE(3682)] = 126003, + [SMALL_STATE(3683)] = 126018, + [SMALL_STATE(3684)] = 126029, + [SMALL_STATE(3685)] = 126040, + [SMALL_STATE(3686)] = 126055, + [SMALL_STATE(3687)] = 126066, + [SMALL_STATE(3688)] = 126083, + [SMALL_STATE(3689)] = 126100, + [SMALL_STATE(3690)] = 126111, + [SMALL_STATE(3691)] = 126128, + [SMALL_STATE(3692)] = 126145, + [SMALL_STATE(3693)] = 126162, + [SMALL_STATE(3694)] = 126179, + [SMALL_STATE(3695)] = 126196, + [SMALL_STATE(3696)] = 126213, + [SMALL_STATE(3697)] = 126224, + [SMALL_STATE(3698)] = 126239, + [SMALL_STATE(3699)] = 126258, + [SMALL_STATE(3700)] = 126269, + [SMALL_STATE(3701)] = 126288, + [SMALL_STATE(3702)] = 126299, + [SMALL_STATE(3703)] = 126310, + [SMALL_STATE(3704)] = 126321, + [SMALL_STATE(3705)] = 126332, + [SMALL_STATE(3706)] = 126343, + [SMALL_STATE(3707)] = 126354, + [SMALL_STATE(3708)] = 126365, + [SMALL_STATE(3709)] = 126376, + [SMALL_STATE(3710)] = 126391, + [SMALL_STATE(3711)] = 126402, + [SMALL_STATE(3712)] = 126415, + [SMALL_STATE(3713)] = 126426, + [SMALL_STATE(3714)] = 126437, + [SMALL_STATE(3715)] = 126452, + [SMALL_STATE(3716)] = 126467, + [SMALL_STATE(3717)] = 126478, + [SMALL_STATE(3718)] = 126489, + [SMALL_STATE(3719)] = 126500, + [SMALL_STATE(3720)] = 126513, + [SMALL_STATE(3721)] = 126527, + [SMALL_STATE(3722)] = 126543, + [SMALL_STATE(3723)] = 126553, + [SMALL_STATE(3724)] = 126567, + [SMALL_STATE(3725)] = 126577, + [SMALL_STATE(3726)] = 126587, + [SMALL_STATE(3727)] = 126601, + [SMALL_STATE(3728)] = 126615, + [SMALL_STATE(3729)] = 126629, + [SMALL_STATE(3730)] = 126639, + [SMALL_STATE(3731)] = 126653, + [SMALL_STATE(3732)] = 126667, + [SMALL_STATE(3733)] = 126681, + [SMALL_STATE(3734)] = 126697, + [SMALL_STATE(3735)] = 126713, + [SMALL_STATE(3736)] = 126723, + [SMALL_STATE(3737)] = 126733, + [SMALL_STATE(3738)] = 126743, + [SMALL_STATE(3739)] = 126757, + [SMALL_STATE(3740)] = 126767, + [SMALL_STATE(3741)] = 126777, + [SMALL_STATE(3742)] = 126787, + [SMALL_STATE(3743)] = 126801, + [SMALL_STATE(3744)] = 126811, + [SMALL_STATE(3745)] = 126825, + [SMALL_STATE(3746)] = 126839, + [SMALL_STATE(3747)] = 126853, + [SMALL_STATE(3748)] = 126867, + [SMALL_STATE(3749)] = 126881, + [SMALL_STATE(3750)] = 126895, + [SMALL_STATE(3751)] = 126909, + [SMALL_STATE(3752)] = 126923, + [SMALL_STATE(3753)] = 126933, + [SMALL_STATE(3754)] = 126947, + [SMALL_STATE(3755)] = 126961, + [SMALL_STATE(3756)] = 126971, + [SMALL_STATE(3757)] = 126985, + [SMALL_STATE(3758)] = 126999, + [SMALL_STATE(3759)] = 127013, + [SMALL_STATE(3760)] = 127027, + [SMALL_STATE(3761)] = 127041, + [SMALL_STATE(3762)] = 127057, + [SMALL_STATE(3763)] = 127067, + [SMALL_STATE(3764)] = 127081, + [SMALL_STATE(3765)] = 127095, + [SMALL_STATE(3766)] = 127109, + [SMALL_STATE(3767)] = 127123, + [SMALL_STATE(3768)] = 127137, + [SMALL_STATE(3769)] = 127147, + [SMALL_STATE(3770)] = 127163, + [SMALL_STATE(3771)] = 127179, + [SMALL_STATE(3772)] = 127193, + [SMALL_STATE(3773)] = 127203, + [SMALL_STATE(3774)] = 127219, + [SMALL_STATE(3775)] = 127233, + [SMALL_STATE(3776)] = 127247, + [SMALL_STATE(3777)] = 127261, + [SMALL_STATE(3778)] = 127275, + [SMALL_STATE(3779)] = 127289, + [SMALL_STATE(3780)] = 127303, + [SMALL_STATE(3781)] = 127317, + [SMALL_STATE(3782)] = 127331, + [SMALL_STATE(3783)] = 127345, + [SMALL_STATE(3784)] = 127359, + [SMALL_STATE(3785)] = 127373, + [SMALL_STATE(3786)] = 127389, + [SMALL_STATE(3787)] = 127403, + [SMALL_STATE(3788)] = 127415, + [SMALL_STATE(3789)] = 127425, + [SMALL_STATE(3790)] = 127441, + [SMALL_STATE(3791)] = 127455, + [SMALL_STATE(3792)] = 127465, + [SMALL_STATE(3793)] = 127481, + [SMALL_STATE(3794)] = 127491, + [SMALL_STATE(3795)] = 127501, + [SMALL_STATE(3796)] = 127515, + [SMALL_STATE(3797)] = 127531, + [SMALL_STATE(3798)] = 127545, + [SMALL_STATE(3799)] = 127561, + [SMALL_STATE(3800)] = 127575, + [SMALL_STATE(3801)] = 127589, + [SMALL_STATE(3802)] = 127605, + [SMALL_STATE(3803)] = 127619, + [SMALL_STATE(3804)] = 127633, + [SMALL_STATE(3805)] = 127643, + [SMALL_STATE(3806)] = 127653, + [SMALL_STATE(3807)] = 127667, + [SMALL_STATE(3808)] = 127681, + [SMALL_STATE(3809)] = 127695, + [SMALL_STATE(3810)] = 127709, + [SMALL_STATE(3811)] = 127725, + [SMALL_STATE(3812)] = 127741, + [SMALL_STATE(3813)] = 127757, + [SMALL_STATE(3814)] = 127771, + [SMALL_STATE(3815)] = 127785, + [SMALL_STATE(3816)] = 127801, + [SMALL_STATE(3817)] = 127815, + [SMALL_STATE(3818)] = 127829, + [SMALL_STATE(3819)] = 127843, + [SMALL_STATE(3820)] = 127859, + [SMALL_STATE(3821)] = 127871, + [SMALL_STATE(3822)] = 127885, + [SMALL_STATE(3823)] = 127899, + [SMALL_STATE(3824)] = 127913, + [SMALL_STATE(3825)] = 127929, + [SMALL_STATE(3826)] = 127945, + [SMALL_STATE(3827)] = 127957, + [SMALL_STATE(3828)] = 127971, + [SMALL_STATE(3829)] = 127987, + [SMALL_STATE(3830)] = 127999, + [SMALL_STATE(3831)] = 128015, + [SMALL_STATE(3832)] = 128029, + [SMALL_STATE(3833)] = 128043, + [SMALL_STATE(3834)] = 128053, + [SMALL_STATE(3835)] = 128063, + [SMALL_STATE(3836)] = 128077, + [SMALL_STATE(3837)] = 128091, + [SMALL_STATE(3838)] = 128107, + [SMALL_STATE(3839)] = 128121, + [SMALL_STATE(3840)] = 128135, + [SMALL_STATE(3841)] = 128151, + [SMALL_STATE(3842)] = 128163, + [SMALL_STATE(3843)] = 128173, + [SMALL_STATE(3844)] = 128189, + [SMALL_STATE(3845)] = 128203, + [SMALL_STATE(3846)] = 128217, + [SMALL_STATE(3847)] = 128229, + [SMALL_STATE(3848)] = 128243, + [SMALL_STATE(3849)] = 128259, + [SMALL_STATE(3850)] = 128273, + [SMALL_STATE(3851)] = 128285, + [SMALL_STATE(3852)] = 128301, + [SMALL_STATE(3853)] = 128315, + [SMALL_STATE(3854)] = 128329, + [SMALL_STATE(3855)] = 128343, + [SMALL_STATE(3856)] = 128359, + [SMALL_STATE(3857)] = 128373, + [SMALL_STATE(3858)] = 128387, + [SMALL_STATE(3859)] = 128401, + [SMALL_STATE(3860)] = 128415, + [SMALL_STATE(3861)] = 128429, + [SMALL_STATE(3862)] = 128445, + [SMALL_STATE(3863)] = 128461, + [SMALL_STATE(3864)] = 128475, + [SMALL_STATE(3865)] = 128489, + [SMALL_STATE(3866)] = 128503, + [SMALL_STATE(3867)] = 128519, + [SMALL_STATE(3868)] = 128529, + [SMALL_STATE(3869)] = 128545, + [SMALL_STATE(3870)] = 128559, + [SMALL_STATE(3871)] = 128575, + [SMALL_STATE(3872)] = 128589, + [SMALL_STATE(3873)] = 128603, + [SMALL_STATE(3874)] = 128617, + [SMALL_STATE(3875)] = 128631, + [SMALL_STATE(3876)] = 128641, + [SMALL_STATE(3877)] = 128655, + [SMALL_STATE(3878)] = 128669, + [SMALL_STATE(3879)] = 128683, + [SMALL_STATE(3880)] = 128699, + [SMALL_STATE(3881)] = 128713, + [SMALL_STATE(3882)] = 128727, + [SMALL_STATE(3883)] = 128741, + [SMALL_STATE(3884)] = 128757, + [SMALL_STATE(3885)] = 128773, + [SMALL_STATE(3886)] = 128789, + [SMALL_STATE(3887)] = 128803, + [SMALL_STATE(3888)] = 128817, + [SMALL_STATE(3889)] = 128831, + [SMALL_STATE(3890)] = 128844, + [SMALL_STATE(3891)] = 128857, + [SMALL_STATE(3892)] = 128870, + [SMALL_STATE(3893)] = 128883, + [SMALL_STATE(3894)] = 128896, + [SMALL_STATE(3895)] = 128909, + [SMALL_STATE(3896)] = 128918, + [SMALL_STATE(3897)] = 128931, + [SMALL_STATE(3898)] = 128940, + [SMALL_STATE(3899)] = 128953, + [SMALL_STATE(3900)] = 128966, + [SMALL_STATE(3901)] = 128979, + [SMALL_STATE(3902)] = 128992, + [SMALL_STATE(3903)] = 129005, + [SMALL_STATE(3904)] = 129018, + [SMALL_STATE(3905)] = 129031, + [SMALL_STATE(3906)] = 129044, + [SMALL_STATE(3907)] = 129057, + [SMALL_STATE(3908)] = 129070, + [SMALL_STATE(3909)] = 129083, + [SMALL_STATE(3910)] = 129096, + [SMALL_STATE(3911)] = 129109, + [SMALL_STATE(3912)] = 129122, + [SMALL_STATE(3913)] = 129135, + [SMALL_STATE(3914)] = 129148, + [SMALL_STATE(3915)] = 129161, + [SMALL_STATE(3916)] = 129174, + [SMALL_STATE(3917)] = 129187, + [SMALL_STATE(3918)] = 129200, + [SMALL_STATE(3919)] = 129213, + [SMALL_STATE(3920)] = 129226, + [SMALL_STATE(3921)] = 129239, + [SMALL_STATE(3922)] = 129252, + [SMALL_STATE(3923)] = 129261, + [SMALL_STATE(3924)] = 129274, + [SMALL_STATE(3925)] = 129287, + [SMALL_STATE(3926)] = 129300, + [SMALL_STATE(3927)] = 129313, + [SMALL_STATE(3928)] = 129326, + [SMALL_STATE(3929)] = 129339, + [SMALL_STATE(3930)] = 129352, + [SMALL_STATE(3931)] = 129365, + [SMALL_STATE(3932)] = 129378, + [SMALL_STATE(3933)] = 129391, + [SMALL_STATE(3934)] = 129400, + [SMALL_STATE(3935)] = 129413, + [SMALL_STATE(3936)] = 129422, + [SMALL_STATE(3937)] = 129435, + [SMALL_STATE(3938)] = 129448, + [SMALL_STATE(3939)] = 129461, + [SMALL_STATE(3940)] = 129474, + [SMALL_STATE(3941)] = 129487, + [SMALL_STATE(3942)] = 129500, + [SMALL_STATE(3943)] = 129513, + [SMALL_STATE(3944)] = 129526, + [SMALL_STATE(3945)] = 129539, + [SMALL_STATE(3946)] = 129552, + [SMALL_STATE(3947)] = 129565, + [SMALL_STATE(3948)] = 129578, + [SMALL_STATE(3949)] = 129591, + [SMALL_STATE(3950)] = 129604, + [SMALL_STATE(3951)] = 129617, + [SMALL_STATE(3952)] = 129630, + [SMALL_STATE(3953)] = 129643, + [SMALL_STATE(3954)] = 129656, + [SMALL_STATE(3955)] = 129669, + [SMALL_STATE(3956)] = 129682, + [SMALL_STATE(3957)] = 129695, + [SMALL_STATE(3958)] = 129708, + [SMALL_STATE(3959)] = 129719, + [SMALL_STATE(3960)] = 129732, + [SMALL_STATE(3961)] = 129745, + [SMALL_STATE(3962)] = 129758, + [SMALL_STATE(3963)] = 129771, + [SMALL_STATE(3964)] = 129784, + [SMALL_STATE(3965)] = 129797, + [SMALL_STATE(3966)] = 129810, + [SMALL_STATE(3967)] = 129823, + [SMALL_STATE(3968)] = 129836, + [SMALL_STATE(3969)] = 129849, + [SMALL_STATE(3970)] = 129862, + [SMALL_STATE(3971)] = 129875, + [SMALL_STATE(3972)] = 129888, + [SMALL_STATE(3973)] = 129901, + [SMALL_STATE(3974)] = 129914, + [SMALL_STATE(3975)] = 129927, + [SMALL_STATE(3976)] = 129940, + [SMALL_STATE(3977)] = 129953, + [SMALL_STATE(3978)] = 129966, + [SMALL_STATE(3979)] = 129979, + [SMALL_STATE(3980)] = 129988, + [SMALL_STATE(3981)] = 129997, + [SMALL_STATE(3982)] = 130010, + [SMALL_STATE(3983)] = 130023, + [SMALL_STATE(3984)] = 130036, + [SMALL_STATE(3985)] = 130049, + [SMALL_STATE(3986)] = 130062, + [SMALL_STATE(3987)] = 130075, + [SMALL_STATE(3988)] = 130088, + [SMALL_STATE(3989)] = 130101, + [SMALL_STATE(3990)] = 130114, + [SMALL_STATE(3991)] = 130127, + [SMALL_STATE(3992)] = 130140, + [SMALL_STATE(3993)] = 130153, + [SMALL_STATE(3994)] = 130166, + [SMALL_STATE(3995)] = 130179, + [SMALL_STATE(3996)] = 130192, + [SMALL_STATE(3997)] = 130205, + [SMALL_STATE(3998)] = 130218, + [SMALL_STATE(3999)] = 130231, + [SMALL_STATE(4000)] = 130244, + [SMALL_STATE(4001)] = 130257, + [SMALL_STATE(4002)] = 130270, + [SMALL_STATE(4003)] = 130283, + [SMALL_STATE(4004)] = 130296, + [SMALL_STATE(4005)] = 130309, + [SMALL_STATE(4006)] = 130322, + [SMALL_STATE(4007)] = 130335, + [SMALL_STATE(4008)] = 130348, + [SMALL_STATE(4009)] = 130361, + [SMALL_STATE(4010)] = 130374, + [SMALL_STATE(4011)] = 130387, + [SMALL_STATE(4012)] = 130400, + [SMALL_STATE(4013)] = 130413, + [SMALL_STATE(4014)] = 130426, + [SMALL_STATE(4015)] = 130439, + [SMALL_STATE(4016)] = 130452, + [SMALL_STATE(4017)] = 130465, + [SMALL_STATE(4018)] = 130478, + [SMALL_STATE(4019)] = 130491, + [SMALL_STATE(4020)] = 130504, + [SMALL_STATE(4021)] = 130517, + [SMALL_STATE(4022)] = 130530, + [SMALL_STATE(4023)] = 130543, + [SMALL_STATE(4024)] = 130556, + [SMALL_STATE(4025)] = 130569, + [SMALL_STATE(4026)] = 130582, + [SMALL_STATE(4027)] = 130595, + [SMALL_STATE(4028)] = 130608, + [SMALL_STATE(4029)] = 130621, + [SMALL_STATE(4030)] = 130634, + [SMALL_STATE(4031)] = 130643, + [SMALL_STATE(4032)] = 130656, + [SMALL_STATE(4033)] = 130669, + [SMALL_STATE(4034)] = 130682, + [SMALL_STATE(4035)] = 130695, + [SMALL_STATE(4036)] = 130708, + [SMALL_STATE(4037)] = 130721, + [SMALL_STATE(4038)] = 130730, + [SMALL_STATE(4039)] = 130743, + [SMALL_STATE(4040)] = 130756, + [SMALL_STATE(4041)] = 130769, + [SMALL_STATE(4042)] = 130782, + [SMALL_STATE(4043)] = 130795, + [SMALL_STATE(4044)] = 130808, + [SMALL_STATE(4045)] = 130821, + [SMALL_STATE(4046)] = 130834, + [SMALL_STATE(4047)] = 130847, + [SMALL_STATE(4048)] = 130860, + [SMALL_STATE(4049)] = 130873, + [SMALL_STATE(4050)] = 130886, + [SMALL_STATE(4051)] = 130899, + [SMALL_STATE(4052)] = 130912, + [SMALL_STATE(4053)] = 130925, + [SMALL_STATE(4054)] = 130938, + [SMALL_STATE(4055)] = 130951, + [SMALL_STATE(4056)] = 130964, + [SMALL_STATE(4057)] = 130977, + [SMALL_STATE(4058)] = 130990, + [SMALL_STATE(4059)] = 131003, + [SMALL_STATE(4060)] = 131016, + [SMALL_STATE(4061)] = 131027, + [SMALL_STATE(4062)] = 131040, + [SMALL_STATE(4063)] = 131053, + [SMALL_STATE(4064)] = 131066, + [SMALL_STATE(4065)] = 131079, + [SMALL_STATE(4066)] = 131092, + [SMALL_STATE(4067)] = 131105, + [SMALL_STATE(4068)] = 131116, + [SMALL_STATE(4069)] = 131129, + [SMALL_STATE(4070)] = 131142, + [SMALL_STATE(4071)] = 131151, + [SMALL_STATE(4072)] = 131164, + [SMALL_STATE(4073)] = 131173, + [SMALL_STATE(4074)] = 131186, + [SMALL_STATE(4075)] = 131199, + [SMALL_STATE(4076)] = 131212, + [SMALL_STATE(4077)] = 131225, + [SMALL_STATE(4078)] = 131238, + [SMALL_STATE(4079)] = 131251, + [SMALL_STATE(4080)] = 131264, + [SMALL_STATE(4081)] = 131277, + [SMALL_STATE(4082)] = 131290, + [SMALL_STATE(4083)] = 131299, + [SMALL_STATE(4084)] = 131308, + [SMALL_STATE(4085)] = 131321, + [SMALL_STATE(4086)] = 131334, + [SMALL_STATE(4087)] = 131347, + [SMALL_STATE(4088)] = 131358, + [SMALL_STATE(4089)] = 131371, + [SMALL_STATE(4090)] = 131384, + [SMALL_STATE(4091)] = 131397, + [SMALL_STATE(4092)] = 131410, + [SMALL_STATE(4093)] = 131423, + [SMALL_STATE(4094)] = 131436, + [SMALL_STATE(4095)] = 131449, + [SMALL_STATE(4096)] = 131462, + [SMALL_STATE(4097)] = 131473, + [SMALL_STATE(4098)] = 131486, + [SMALL_STATE(4099)] = 131499, + [SMALL_STATE(4100)] = 131512, + [SMALL_STATE(4101)] = 131525, + [SMALL_STATE(4102)] = 131538, + [SMALL_STATE(4103)] = 131551, + [SMALL_STATE(4104)] = 131560, + [SMALL_STATE(4105)] = 131573, + [SMALL_STATE(4106)] = 131586, + [SMALL_STATE(4107)] = 131599, + [SMALL_STATE(4108)] = 131612, + [SMALL_STATE(4109)] = 131625, + [SMALL_STATE(4110)] = 131638, + [SMALL_STATE(4111)] = 131649, + [SMALL_STATE(4112)] = 131662, + [SMALL_STATE(4113)] = 131675, + [SMALL_STATE(4114)] = 131688, + [SMALL_STATE(4115)] = 131701, + [SMALL_STATE(4116)] = 131714, + [SMALL_STATE(4117)] = 131727, + [SMALL_STATE(4118)] = 131740, + [SMALL_STATE(4119)] = 131753, + [SMALL_STATE(4120)] = 131766, + [SMALL_STATE(4121)] = 131779, + [SMALL_STATE(4122)] = 131792, + [SMALL_STATE(4123)] = 131805, + [SMALL_STATE(4124)] = 131818, + [SMALL_STATE(4125)] = 131831, + [SMALL_STATE(4126)] = 131844, + [SMALL_STATE(4127)] = 131857, + [SMALL_STATE(4128)] = 131870, + [SMALL_STATE(4129)] = 131883, + [SMALL_STATE(4130)] = 131896, + [SMALL_STATE(4131)] = 131909, + [SMALL_STATE(4132)] = 131922, + [SMALL_STATE(4133)] = 131935, + [SMALL_STATE(4134)] = 131948, + [SMALL_STATE(4135)] = 131961, + [SMALL_STATE(4136)] = 131974, + [SMALL_STATE(4137)] = 131987, + [SMALL_STATE(4138)] = 132000, + [SMALL_STATE(4139)] = 132013, + [SMALL_STATE(4140)] = 132026, + [SMALL_STATE(4141)] = 132039, + [SMALL_STATE(4142)] = 132052, + [SMALL_STATE(4143)] = 132065, + [SMALL_STATE(4144)] = 132078, + [SMALL_STATE(4145)] = 132091, + [SMALL_STATE(4146)] = 132104, + [SMALL_STATE(4147)] = 132117, + [SMALL_STATE(4148)] = 132130, + [SMALL_STATE(4149)] = 132143, + [SMALL_STATE(4150)] = 132156, + [SMALL_STATE(4151)] = 132169, + [SMALL_STATE(4152)] = 132182, + [SMALL_STATE(4153)] = 132195, + [SMALL_STATE(4154)] = 132208, + [SMALL_STATE(4155)] = 132221, + [SMALL_STATE(4156)] = 132234, + [SMALL_STATE(4157)] = 132247, + [SMALL_STATE(4158)] = 132260, + [SMALL_STATE(4159)] = 132273, + [SMALL_STATE(4160)] = 132286, + [SMALL_STATE(4161)] = 132299, + [SMALL_STATE(4162)] = 132309, + [SMALL_STATE(4163)] = 132319, + [SMALL_STATE(4164)] = 132329, + [SMALL_STATE(4165)] = 132339, + [SMALL_STATE(4166)] = 132349, + [SMALL_STATE(4167)] = 132359, + [SMALL_STATE(4168)] = 132369, + [SMALL_STATE(4169)] = 132379, + [SMALL_STATE(4170)] = 132389, + [SMALL_STATE(4171)] = 132399, + [SMALL_STATE(4172)] = 132409, + [SMALL_STATE(4173)] = 132417, + [SMALL_STATE(4174)] = 132427, + [SMALL_STATE(4175)] = 132437, + [SMALL_STATE(4176)] = 132447, + [SMALL_STATE(4177)] = 132457, + [SMALL_STATE(4178)] = 132467, + [SMALL_STATE(4179)] = 132477, + [SMALL_STATE(4180)] = 132485, + [SMALL_STATE(4181)] = 132495, + [SMALL_STATE(4182)] = 132505, + [SMALL_STATE(4183)] = 132515, + [SMALL_STATE(4184)] = 132525, + [SMALL_STATE(4185)] = 132535, + [SMALL_STATE(4186)] = 132545, + [SMALL_STATE(4187)] = 132553, + [SMALL_STATE(4188)] = 132563, + [SMALL_STATE(4189)] = 132573, + [SMALL_STATE(4190)] = 132581, + [SMALL_STATE(4191)] = 132591, + [SMALL_STATE(4192)] = 132601, + [SMALL_STATE(4193)] = 132609, + [SMALL_STATE(4194)] = 132619, + [SMALL_STATE(4195)] = 132629, + [SMALL_STATE(4196)] = 132639, + [SMALL_STATE(4197)] = 132649, + [SMALL_STATE(4198)] = 132659, + [SMALL_STATE(4199)] = 132669, + [SMALL_STATE(4200)] = 132679, + [SMALL_STATE(4201)] = 132689, + [SMALL_STATE(4202)] = 132699, + [SMALL_STATE(4203)] = 132709, + [SMALL_STATE(4204)] = 132719, + [SMALL_STATE(4205)] = 132729, + [SMALL_STATE(4206)] = 132737, + [SMALL_STATE(4207)] = 132747, + [SMALL_STATE(4208)] = 132757, + [SMALL_STATE(4209)] = 132767, + [SMALL_STATE(4210)] = 132777, + [SMALL_STATE(4211)] = 132787, + [SMALL_STATE(4212)] = 132797, + [SMALL_STATE(4213)] = 132807, + [SMALL_STATE(4214)] = 132817, + [SMALL_STATE(4215)] = 132827, + [SMALL_STATE(4216)] = 132837, + [SMALL_STATE(4217)] = 132847, + [SMALL_STATE(4218)] = 132857, + [SMALL_STATE(4219)] = 132867, + [SMALL_STATE(4220)] = 132877, + [SMALL_STATE(4221)] = 132887, + [SMALL_STATE(4222)] = 132895, + [SMALL_STATE(4223)] = 132905, + [SMALL_STATE(4224)] = 132915, + [SMALL_STATE(4225)] = 132923, + [SMALL_STATE(4226)] = 132933, + [SMALL_STATE(4227)] = 132943, + [SMALL_STATE(4228)] = 132953, + [SMALL_STATE(4229)] = 132963, + [SMALL_STATE(4230)] = 132973, + [SMALL_STATE(4231)] = 132983, + [SMALL_STATE(4232)] = 132993, + [SMALL_STATE(4233)] = 133003, + [SMALL_STATE(4234)] = 133013, + [SMALL_STATE(4235)] = 133023, + [SMALL_STATE(4236)] = 133031, + [SMALL_STATE(4237)] = 133041, + [SMALL_STATE(4238)] = 133051, + [SMALL_STATE(4239)] = 133061, + [SMALL_STATE(4240)] = 133071, + [SMALL_STATE(4241)] = 133081, + [SMALL_STATE(4242)] = 133091, + [SMALL_STATE(4243)] = 133101, + [SMALL_STATE(4244)] = 133109, + [SMALL_STATE(4245)] = 133119, + [SMALL_STATE(4246)] = 133129, + [SMALL_STATE(4247)] = 133139, + [SMALL_STATE(4248)] = 133149, + [SMALL_STATE(4249)] = 133159, + [SMALL_STATE(4250)] = 133169, + [SMALL_STATE(4251)] = 133177, + [SMALL_STATE(4252)] = 133187, + [SMALL_STATE(4253)] = 133197, + [SMALL_STATE(4254)] = 133207, + [SMALL_STATE(4255)] = 133217, + [SMALL_STATE(4256)] = 133227, + [SMALL_STATE(4257)] = 133237, + [SMALL_STATE(4258)] = 133247, + [SMALL_STATE(4259)] = 133257, + [SMALL_STATE(4260)] = 133267, + [SMALL_STATE(4261)] = 133277, + [SMALL_STATE(4262)] = 133287, + [SMALL_STATE(4263)] = 133297, + [SMALL_STATE(4264)] = 133307, + [SMALL_STATE(4265)] = 133317, + [SMALL_STATE(4266)] = 133327, + [SMALL_STATE(4267)] = 133337, + [SMALL_STATE(4268)] = 133347, + [SMALL_STATE(4269)] = 133357, + [SMALL_STATE(4270)] = 133367, + [SMALL_STATE(4271)] = 133377, + [SMALL_STATE(4272)] = 133387, + [SMALL_STATE(4273)] = 133395, + [SMALL_STATE(4274)] = 133405, + [SMALL_STATE(4275)] = 133413, + [SMALL_STATE(4276)] = 133423, + [SMALL_STATE(4277)] = 133433, + [SMALL_STATE(4278)] = 133443, + [SMALL_STATE(4279)] = 133453, + [SMALL_STATE(4280)] = 133463, + [SMALL_STATE(4281)] = 133473, + [SMALL_STATE(4282)] = 133483, + [SMALL_STATE(4283)] = 133493, + [SMALL_STATE(4284)] = 133503, + [SMALL_STATE(4285)] = 133513, + [SMALL_STATE(4286)] = 133523, + [SMALL_STATE(4287)] = 133533, + [SMALL_STATE(4288)] = 133543, + [SMALL_STATE(4289)] = 133553, + [SMALL_STATE(4290)] = 133563, + [SMALL_STATE(4291)] = 133573, + [SMALL_STATE(4292)] = 133583, + [SMALL_STATE(4293)] = 133593, + [SMALL_STATE(4294)] = 133603, + [SMALL_STATE(4295)] = 133613, + [SMALL_STATE(4296)] = 133623, + [SMALL_STATE(4297)] = 133633, + [SMALL_STATE(4298)] = 133643, + [SMALL_STATE(4299)] = 133653, + [SMALL_STATE(4300)] = 133663, + [SMALL_STATE(4301)] = 133673, + [SMALL_STATE(4302)] = 133683, + [SMALL_STATE(4303)] = 133693, + [SMALL_STATE(4304)] = 133703, + [SMALL_STATE(4305)] = 133713, + [SMALL_STATE(4306)] = 133723, + [SMALL_STATE(4307)] = 133733, + [SMALL_STATE(4308)] = 133743, + [SMALL_STATE(4309)] = 133753, + [SMALL_STATE(4310)] = 133763, + [SMALL_STATE(4311)] = 133773, + [SMALL_STATE(4312)] = 133781, + [SMALL_STATE(4313)] = 133789, + [SMALL_STATE(4314)] = 133797, + [SMALL_STATE(4315)] = 133807, + [SMALL_STATE(4316)] = 133815, + [SMALL_STATE(4317)] = 133825, + [SMALL_STATE(4318)] = 133835, + [SMALL_STATE(4319)] = 133845, + [SMALL_STATE(4320)] = 133855, + [SMALL_STATE(4321)] = 133865, + [SMALL_STATE(4322)] = 133875, + [SMALL_STATE(4323)] = 133885, + [SMALL_STATE(4324)] = 133895, + [SMALL_STATE(4325)] = 133905, + [SMALL_STATE(4326)] = 133915, + [SMALL_STATE(4327)] = 133925, + [SMALL_STATE(4328)] = 133935, + [SMALL_STATE(4329)] = 133943, + [SMALL_STATE(4330)] = 133953, + [SMALL_STATE(4331)] = 133963, + [SMALL_STATE(4332)] = 133973, + [SMALL_STATE(4333)] = 133983, + [SMALL_STATE(4334)] = 133993, + [SMALL_STATE(4335)] = 134003, + [SMALL_STATE(4336)] = 134013, + [SMALL_STATE(4337)] = 134023, + [SMALL_STATE(4338)] = 134033, + [SMALL_STATE(4339)] = 134043, + [SMALL_STATE(4340)] = 134053, + [SMALL_STATE(4341)] = 134063, + [SMALL_STATE(4342)] = 134073, + [SMALL_STATE(4343)] = 134083, + [SMALL_STATE(4344)] = 134091, + [SMALL_STATE(4345)] = 134101, + [SMALL_STATE(4346)] = 134111, + [SMALL_STATE(4347)] = 134121, + [SMALL_STATE(4348)] = 134131, + [SMALL_STATE(4349)] = 134141, + [SMALL_STATE(4350)] = 134149, + [SMALL_STATE(4351)] = 134157, + [SMALL_STATE(4352)] = 134167, + [SMALL_STATE(4353)] = 134177, + [SMALL_STATE(4354)] = 134187, + [SMALL_STATE(4355)] = 134197, + [SMALL_STATE(4356)] = 134207, + [SMALL_STATE(4357)] = 134217, + [SMALL_STATE(4358)] = 134227, + [SMALL_STATE(4359)] = 134237, + [SMALL_STATE(4360)] = 134247, + [SMALL_STATE(4361)] = 134257, + [SMALL_STATE(4362)] = 134267, + [SMALL_STATE(4363)] = 134277, + [SMALL_STATE(4364)] = 134287, + [SMALL_STATE(4365)] = 134297, + [SMALL_STATE(4366)] = 134307, + [SMALL_STATE(4367)] = 134317, + [SMALL_STATE(4368)] = 134327, + [SMALL_STATE(4369)] = 134337, + [SMALL_STATE(4370)] = 134347, + [SMALL_STATE(4371)] = 134357, + [SMALL_STATE(4372)] = 134367, + [SMALL_STATE(4373)] = 134377, + [SMALL_STATE(4374)] = 134387, + [SMALL_STATE(4375)] = 134397, + [SMALL_STATE(4376)] = 134407, + [SMALL_STATE(4377)] = 134417, + [SMALL_STATE(4378)] = 134425, + [SMALL_STATE(4379)] = 134435, + [SMALL_STATE(4380)] = 134445, + [SMALL_STATE(4381)] = 134455, + [SMALL_STATE(4382)] = 134465, + [SMALL_STATE(4383)] = 134475, + [SMALL_STATE(4384)] = 134485, + [SMALL_STATE(4385)] = 134493, + [SMALL_STATE(4386)] = 134503, + [SMALL_STATE(4387)] = 134513, + [SMALL_STATE(4388)] = 134523, + [SMALL_STATE(4389)] = 134533, + [SMALL_STATE(4390)] = 134543, + [SMALL_STATE(4391)] = 134551, + [SMALL_STATE(4392)] = 134561, + [SMALL_STATE(4393)] = 134571, + [SMALL_STATE(4394)] = 134581, + [SMALL_STATE(4395)] = 134591, + [SMALL_STATE(4396)] = 134601, + [SMALL_STATE(4397)] = 134611, + [SMALL_STATE(4398)] = 134621, + [SMALL_STATE(4399)] = 134629, + [SMALL_STATE(4400)] = 134639, + [SMALL_STATE(4401)] = 134649, + [SMALL_STATE(4402)] = 134659, + [SMALL_STATE(4403)] = 134669, + [SMALL_STATE(4404)] = 134679, + [SMALL_STATE(4405)] = 134689, + [SMALL_STATE(4406)] = 134699, + [SMALL_STATE(4407)] = 134709, + [SMALL_STATE(4408)] = 134719, + [SMALL_STATE(4409)] = 134729, + [SMALL_STATE(4410)] = 134739, + [SMALL_STATE(4411)] = 134747, + [SMALL_STATE(4412)] = 134757, + [SMALL_STATE(4413)] = 134765, + [SMALL_STATE(4414)] = 134775, + [SMALL_STATE(4415)] = 134785, + [SMALL_STATE(4416)] = 134795, + [SMALL_STATE(4417)] = 134805, + [SMALL_STATE(4418)] = 134815, + [SMALL_STATE(4419)] = 134825, + [SMALL_STATE(4420)] = 134835, + [SMALL_STATE(4421)] = 134845, + [SMALL_STATE(4422)] = 134855, + [SMALL_STATE(4423)] = 134865, + [SMALL_STATE(4424)] = 134875, + [SMALL_STATE(4425)] = 134885, + [SMALL_STATE(4426)] = 134895, + [SMALL_STATE(4427)] = 134905, + [SMALL_STATE(4428)] = 134915, + [SMALL_STATE(4429)] = 134925, + [SMALL_STATE(4430)] = 134935, + [SMALL_STATE(4431)] = 134945, + [SMALL_STATE(4432)] = 134955, + [SMALL_STATE(4433)] = 134965, + [SMALL_STATE(4434)] = 134973, + [SMALL_STATE(4435)] = 134983, + [SMALL_STATE(4436)] = 134993, + [SMALL_STATE(4437)] = 135003, + [SMALL_STATE(4438)] = 135013, + [SMALL_STATE(4439)] = 135023, + [SMALL_STATE(4440)] = 135031, + [SMALL_STATE(4441)] = 135041, + [SMALL_STATE(4442)] = 135051, + [SMALL_STATE(4443)] = 135061, + [SMALL_STATE(4444)] = 135071, + [SMALL_STATE(4445)] = 135079, + [SMALL_STATE(4446)] = 135089, + [SMALL_STATE(4447)] = 135099, + [SMALL_STATE(4448)] = 135109, + [SMALL_STATE(4449)] = 135119, + [SMALL_STATE(4450)] = 135127, + [SMALL_STATE(4451)] = 135137, + [SMALL_STATE(4452)] = 135147, + [SMALL_STATE(4453)] = 135157, + [SMALL_STATE(4454)] = 135167, + [SMALL_STATE(4455)] = 135177, + [SMALL_STATE(4456)] = 135187, + [SMALL_STATE(4457)] = 135197, + [SMALL_STATE(4458)] = 135207, + [SMALL_STATE(4459)] = 135217, + [SMALL_STATE(4460)] = 135227, + [SMALL_STATE(4461)] = 135237, + [SMALL_STATE(4462)] = 135247, + [SMALL_STATE(4463)] = 135257, + [SMALL_STATE(4464)] = 135267, + [SMALL_STATE(4465)] = 135277, + [SMALL_STATE(4466)] = 135287, + [SMALL_STATE(4467)] = 135297, + [SMALL_STATE(4468)] = 135307, + [SMALL_STATE(4469)] = 135317, + [SMALL_STATE(4470)] = 135327, + [SMALL_STATE(4471)] = 135337, + [SMALL_STATE(4472)] = 135347, + [SMALL_STATE(4473)] = 135357, + [SMALL_STATE(4474)] = 135367, + [SMALL_STATE(4475)] = 135377, + [SMALL_STATE(4476)] = 135387, + [SMALL_STATE(4477)] = 135397, + [SMALL_STATE(4478)] = 135407, + [SMALL_STATE(4479)] = 135414, + [SMALL_STATE(4480)] = 135421, + [SMALL_STATE(4481)] = 135428, + [SMALL_STATE(4482)] = 135435, + [SMALL_STATE(4483)] = 135442, + [SMALL_STATE(4484)] = 135449, + [SMALL_STATE(4485)] = 135456, + [SMALL_STATE(4486)] = 135463, + [SMALL_STATE(4487)] = 135470, + [SMALL_STATE(4488)] = 135477, + [SMALL_STATE(4489)] = 135484, + [SMALL_STATE(4490)] = 135491, + [SMALL_STATE(4491)] = 135498, + [SMALL_STATE(4492)] = 135505, + [SMALL_STATE(4493)] = 135512, + [SMALL_STATE(4494)] = 135519, + [SMALL_STATE(4495)] = 135526, + [SMALL_STATE(4496)] = 135533, + [SMALL_STATE(4497)] = 135540, + [SMALL_STATE(4498)] = 135547, + [SMALL_STATE(4499)] = 135554, + [SMALL_STATE(4500)] = 135561, + [SMALL_STATE(4501)] = 135568, + [SMALL_STATE(4502)] = 135575, + [SMALL_STATE(4503)] = 135582, + [SMALL_STATE(4504)] = 135589, + [SMALL_STATE(4505)] = 135596, + [SMALL_STATE(4506)] = 135603, + [SMALL_STATE(4507)] = 135610, + [SMALL_STATE(4508)] = 135617, + [SMALL_STATE(4509)] = 135624, + [SMALL_STATE(4510)] = 135631, + [SMALL_STATE(4511)] = 135638, + [SMALL_STATE(4512)] = 135645, + [SMALL_STATE(4513)] = 135652, + [SMALL_STATE(4514)] = 135659, + [SMALL_STATE(4515)] = 135666, + [SMALL_STATE(4516)] = 135673, + [SMALL_STATE(4517)] = 135680, + [SMALL_STATE(4518)] = 135687, + [SMALL_STATE(4519)] = 135694, + [SMALL_STATE(4520)] = 135701, + [SMALL_STATE(4521)] = 135708, + [SMALL_STATE(4522)] = 135715, + [SMALL_STATE(4523)] = 135722, + [SMALL_STATE(4524)] = 135729, + [SMALL_STATE(4525)] = 135736, + [SMALL_STATE(4526)] = 135743, + [SMALL_STATE(4527)] = 135750, + [SMALL_STATE(4528)] = 135757, + [SMALL_STATE(4529)] = 135764, + [SMALL_STATE(4530)] = 135771, + [SMALL_STATE(4531)] = 135778, + [SMALL_STATE(4532)] = 135785, + [SMALL_STATE(4533)] = 135792, + [SMALL_STATE(4534)] = 135799, + [SMALL_STATE(4535)] = 135806, + [SMALL_STATE(4536)] = 135813, + [SMALL_STATE(4537)] = 135820, + [SMALL_STATE(4538)] = 135827, + [SMALL_STATE(4539)] = 135834, + [SMALL_STATE(4540)] = 135841, + [SMALL_STATE(4541)] = 135848, + [SMALL_STATE(4542)] = 135855, + [SMALL_STATE(4543)] = 135862, + [SMALL_STATE(4544)] = 135869, + [SMALL_STATE(4545)] = 135876, + [SMALL_STATE(4546)] = 135883, + [SMALL_STATE(4547)] = 135890, + [SMALL_STATE(4548)] = 135897, + [SMALL_STATE(4549)] = 135904, + [SMALL_STATE(4550)] = 135911, + [SMALL_STATE(4551)] = 135918, + [SMALL_STATE(4552)] = 135925, + [SMALL_STATE(4553)] = 135932, + [SMALL_STATE(4554)] = 135939, + [SMALL_STATE(4555)] = 135946, + [SMALL_STATE(4556)] = 135953, + [SMALL_STATE(4557)] = 135960, + [SMALL_STATE(4558)] = 135967, + [SMALL_STATE(4559)] = 135974, + [SMALL_STATE(4560)] = 135981, + [SMALL_STATE(4561)] = 135988, + [SMALL_STATE(4562)] = 135995, + [SMALL_STATE(4563)] = 136002, + [SMALL_STATE(4564)] = 136009, + [SMALL_STATE(4565)] = 136016, + [SMALL_STATE(4566)] = 136023, + [SMALL_STATE(4567)] = 136030, + [SMALL_STATE(4568)] = 136037, + [SMALL_STATE(4569)] = 136044, + [SMALL_STATE(4570)] = 136051, + [SMALL_STATE(4571)] = 136058, + [SMALL_STATE(4572)] = 136065, + [SMALL_STATE(4573)] = 136072, + [SMALL_STATE(4574)] = 136079, + [SMALL_STATE(4575)] = 136086, + [SMALL_STATE(4576)] = 136093, + [SMALL_STATE(4577)] = 136100, + [SMALL_STATE(4578)] = 136107, + [SMALL_STATE(4579)] = 136114, + [SMALL_STATE(4580)] = 136121, + [SMALL_STATE(4581)] = 136128, + [SMALL_STATE(4582)] = 136135, + [SMALL_STATE(4583)] = 136142, + [SMALL_STATE(4584)] = 136149, + [SMALL_STATE(4585)] = 136156, + [SMALL_STATE(4586)] = 136163, + [SMALL_STATE(4587)] = 136170, + [SMALL_STATE(4588)] = 136177, + [SMALL_STATE(4589)] = 136184, + [SMALL_STATE(4590)] = 136191, + [SMALL_STATE(4591)] = 136198, + [SMALL_STATE(4592)] = 136205, + [SMALL_STATE(4593)] = 136212, + [SMALL_STATE(4594)] = 136219, + [SMALL_STATE(4595)] = 136226, + [SMALL_STATE(4596)] = 136233, + [SMALL_STATE(4597)] = 136240, + [SMALL_STATE(4598)] = 136247, + [SMALL_STATE(4599)] = 136254, + [SMALL_STATE(4600)] = 136261, + [SMALL_STATE(4601)] = 136268, + [SMALL_STATE(4602)] = 136275, + [SMALL_STATE(4603)] = 136282, + [SMALL_STATE(4604)] = 136289, + [SMALL_STATE(4605)] = 136296, + [SMALL_STATE(4606)] = 136303, + [SMALL_STATE(4607)] = 136310, + [SMALL_STATE(4608)] = 136317, + [SMALL_STATE(4609)] = 136324, + [SMALL_STATE(4610)] = 136331, + [SMALL_STATE(4611)] = 136338, + [SMALL_STATE(4612)] = 136345, + [SMALL_STATE(4613)] = 136352, + [SMALL_STATE(4614)] = 136359, + [SMALL_STATE(4615)] = 136366, + [SMALL_STATE(4616)] = 136373, + [SMALL_STATE(4617)] = 136380, + [SMALL_STATE(4618)] = 136387, + [SMALL_STATE(4619)] = 136394, + [SMALL_STATE(4620)] = 136401, + [SMALL_STATE(4621)] = 136408, + [SMALL_STATE(4622)] = 136415, + [SMALL_STATE(4623)] = 136422, + [SMALL_STATE(4624)] = 136429, + [SMALL_STATE(4625)] = 136436, + [SMALL_STATE(4626)] = 136443, + [SMALL_STATE(4627)] = 136450, + [SMALL_STATE(4628)] = 136457, + [SMALL_STATE(4629)] = 136464, + [SMALL_STATE(4630)] = 136471, + [SMALL_STATE(4631)] = 136478, + [SMALL_STATE(4632)] = 136485, + [SMALL_STATE(4633)] = 136492, + [SMALL_STATE(4634)] = 136499, + [SMALL_STATE(4635)] = 136506, + [SMALL_STATE(4636)] = 136513, + [SMALL_STATE(4637)] = 136520, + [SMALL_STATE(4638)] = 136527, + [SMALL_STATE(4639)] = 136534, + [SMALL_STATE(4640)] = 136541, + [SMALL_STATE(4641)] = 136548, + [SMALL_STATE(4642)] = 136555, + [SMALL_STATE(4643)] = 136562, + [SMALL_STATE(4644)] = 136569, + [SMALL_STATE(4645)] = 136576, + [SMALL_STATE(4646)] = 136583, + [SMALL_STATE(4647)] = 136590, + [SMALL_STATE(4648)] = 136597, + [SMALL_STATE(4649)] = 136604, + [SMALL_STATE(4650)] = 136611, + [SMALL_STATE(4651)] = 136618, + [SMALL_STATE(4652)] = 136625, + [SMALL_STATE(4653)] = 136632, + [SMALL_STATE(4654)] = 136639, + [SMALL_STATE(4655)] = 136646, + [SMALL_STATE(4656)] = 136653, + [SMALL_STATE(4657)] = 136660, + [SMALL_STATE(4658)] = 136667, + [SMALL_STATE(4659)] = 136674, + [SMALL_STATE(4660)] = 136681, + [SMALL_STATE(4661)] = 136688, + [SMALL_STATE(4662)] = 136695, + [SMALL_STATE(4663)] = 136702, + [SMALL_STATE(4664)] = 136709, + [SMALL_STATE(4665)] = 136716, + [SMALL_STATE(4666)] = 136723, + [SMALL_STATE(4667)] = 136730, + [SMALL_STATE(4668)] = 136737, + [SMALL_STATE(4669)] = 136744, + [SMALL_STATE(4670)] = 136751, + [SMALL_STATE(4671)] = 136758, + [SMALL_STATE(4672)] = 136765, + [SMALL_STATE(4673)] = 136772, + [SMALL_STATE(4674)] = 136779, + [SMALL_STATE(4675)] = 136786, + [SMALL_STATE(4676)] = 136793, + [SMALL_STATE(4677)] = 136800, + [SMALL_STATE(4678)] = 136807, + [SMALL_STATE(4679)] = 136814, + [SMALL_STATE(4680)] = 136821, + [SMALL_STATE(4681)] = 136828, + [SMALL_STATE(4682)] = 136835, + [SMALL_STATE(4683)] = 136842, + [SMALL_STATE(4684)] = 136849, + [SMALL_STATE(4685)] = 136856, + [SMALL_STATE(4686)] = 136863, + [SMALL_STATE(4687)] = 136870, + [SMALL_STATE(4688)] = 136877, + [SMALL_STATE(4689)] = 136884, + [SMALL_STATE(4690)] = 136891, + [SMALL_STATE(4691)] = 136898, + [SMALL_STATE(4692)] = 136905, + [SMALL_STATE(4693)] = 136912, + [SMALL_STATE(4694)] = 136919, + [SMALL_STATE(4695)] = 136926, + [SMALL_STATE(4696)] = 136933, + [SMALL_STATE(4697)] = 136940, + [SMALL_STATE(4698)] = 136947, + [SMALL_STATE(4699)] = 136954, + [SMALL_STATE(4700)] = 136961, + [SMALL_STATE(4701)] = 136968, + [SMALL_STATE(4702)] = 136975, + [SMALL_STATE(4703)] = 136982, + [SMALL_STATE(4704)] = 136989, + [SMALL_STATE(4705)] = 136996, + [SMALL_STATE(4706)] = 137003, + [SMALL_STATE(4707)] = 137010, + [SMALL_STATE(4708)] = 137017, + [SMALL_STATE(4709)] = 137024, + [SMALL_STATE(4710)] = 137031, + [SMALL_STATE(4711)] = 137038, + [SMALL_STATE(4712)] = 137045, + [SMALL_STATE(4713)] = 137052, + [SMALL_STATE(4714)] = 137059, + [SMALL_STATE(4715)] = 137066, + [SMALL_STATE(4716)] = 137073, + [SMALL_STATE(4717)] = 137080, + [SMALL_STATE(4718)] = 137087, + [SMALL_STATE(4719)] = 137094, + [SMALL_STATE(4720)] = 137101, + [SMALL_STATE(4721)] = 137108, + [SMALL_STATE(4722)] = 137115, + [SMALL_STATE(4723)] = 137122, + [SMALL_STATE(4724)] = 137129, + [SMALL_STATE(4725)] = 137136, + [SMALL_STATE(4726)] = 137143, + [SMALL_STATE(4727)] = 137150, + [SMALL_STATE(4728)] = 137157, + [SMALL_STATE(4729)] = 137164, + [SMALL_STATE(4730)] = 137171, + [SMALL_STATE(4731)] = 137178, + [SMALL_STATE(4732)] = 137185, + [SMALL_STATE(4733)] = 137192, + [SMALL_STATE(4734)] = 137199, + [SMALL_STATE(4735)] = 137206, + [SMALL_STATE(4736)] = 137213, + [SMALL_STATE(4737)] = 137220, + [SMALL_STATE(4738)] = 137227, + [SMALL_STATE(4739)] = 137234, + [SMALL_STATE(4740)] = 137241, + [SMALL_STATE(4741)] = 137248, + [SMALL_STATE(4742)] = 137255, + [SMALL_STATE(4743)] = 137262, + [SMALL_STATE(4744)] = 137269, + [SMALL_STATE(4745)] = 137276, + [SMALL_STATE(4746)] = 137283, + [SMALL_STATE(4747)] = 137290, + [SMALL_STATE(4748)] = 137297, + [SMALL_STATE(4749)] = 137304, + [SMALL_STATE(4750)] = 137311, + [SMALL_STATE(4751)] = 137318, + [SMALL_STATE(4752)] = 137325, + [SMALL_STATE(4753)] = 137332, + [SMALL_STATE(4754)] = 137339, + [SMALL_STATE(4755)] = 137346, + [SMALL_STATE(4756)] = 137353, + [SMALL_STATE(4757)] = 137360, + [SMALL_STATE(4758)] = 137367, + [SMALL_STATE(4759)] = 137374, + [SMALL_STATE(4760)] = 137381, + [SMALL_STATE(4761)] = 137388, + [SMALL_STATE(4762)] = 137395, + [SMALL_STATE(4763)] = 137402, + [SMALL_STATE(4764)] = 137409, + [SMALL_STATE(4765)] = 137416, + [SMALL_STATE(4766)] = 137423, + [SMALL_STATE(4767)] = 137430, + [SMALL_STATE(4768)] = 137437, + [SMALL_STATE(4769)] = 137444, + [SMALL_STATE(4770)] = 137451, + [SMALL_STATE(4771)] = 137458, + [SMALL_STATE(4772)] = 137465, + [SMALL_STATE(4773)] = 137472, + [SMALL_STATE(4774)] = 137479, + [SMALL_STATE(4775)] = 137486, + [SMALL_STATE(4776)] = 137493, + [SMALL_STATE(4777)] = 137500, + [SMALL_STATE(4778)] = 137507, + [SMALL_STATE(4779)] = 137514, + [SMALL_STATE(4780)] = 137521, + [SMALL_STATE(4781)] = 137528, + [SMALL_STATE(4782)] = 137535, + [SMALL_STATE(4783)] = 137542, + [SMALL_STATE(4784)] = 137549, + [SMALL_STATE(4785)] = 137556, + [SMALL_STATE(4786)] = 137563, + [SMALL_STATE(4787)] = 137570, + [SMALL_STATE(4788)] = 137577, + [SMALL_STATE(4789)] = 137584, + [SMALL_STATE(4790)] = 137591, + [SMALL_STATE(4791)] = 137598, + [SMALL_STATE(4792)] = 137605, + [SMALL_STATE(4793)] = 137612, + [SMALL_STATE(4794)] = 137619, + [SMALL_STATE(4795)] = 137626, + [SMALL_STATE(4796)] = 137633, + [SMALL_STATE(4797)] = 137640, + [SMALL_STATE(4798)] = 137647, + [SMALL_STATE(4799)] = 137654, + [SMALL_STATE(4800)] = 137661, + [SMALL_STATE(4801)] = 137668, + [SMALL_STATE(4802)] = 137675, + [SMALL_STATE(4803)] = 137682, + [SMALL_STATE(4804)] = 137689, + [SMALL_STATE(4805)] = 137696, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -304566,3869 +308069,3887 @@ static const TSParseActionEntry ts_parse_actions[] = { [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0), - [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4609), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3849), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4386), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3872), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3444), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4724), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3327), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3884), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4718), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3496), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4714), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4712), - [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), - [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), - [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4349), - [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4341), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4672), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3885), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4171), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3902), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3453), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4791), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3333), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3905), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4785), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3534), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2209), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4779), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4777), + [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2909), + [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), + [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4188), + [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4191), [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3909), - [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4702), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), - [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3300), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3302), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3303), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3307), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4267), - [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4258), - [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1455), - [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446), + [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4767), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1590), + [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3271), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3267), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3266), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(544), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4199), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4200), + [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432), + [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1433), [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61), - [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3658), - [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), - [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4686), - [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4685), - [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), - [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3621), - [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), - [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), - [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), - [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3979), - [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3980), + [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3672), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), + [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4752), + [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4751), + [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), + [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), + [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), + [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), + [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), + [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3916), + [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3917), [123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1), - [125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), - [127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(792), - [130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4386), - [133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(11), - [136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3872), - [139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(840), - [142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3444), - [145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4724), - [148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3327), - [151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(834), - [154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(832), - [157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3884), - [160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4718), - [163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3496), - [166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2162), - [169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4714), - [172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4712), - [175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2923), - [178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(813), - [181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(811), - [184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(809), - [187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4349), - [190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(170), - [193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(804), - [196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(803), - [199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(859), - [202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(227), - [205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(801), - [208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(424), - [211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(310), - [214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(226), - [217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4341), - [220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3909), - [223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(859), - [226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4702), - [229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1589), - [232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3300), - [235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3302), - [238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3303), - [241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3307), - [244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(786), - [247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4267), - [250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4258), - [253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1455), - [256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1446), - [259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(61), - [262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3658), - [265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(103), - [268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4686), - [271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4685), - [274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3314), - [277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3621), - [280] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3612), - [283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3591), - [286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3583), - [289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3979), - [292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3980), - [295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 3), - [297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2), - [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), - [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4376), - [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3451), - [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), - [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4128), - [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(790), - [321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), - [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4369), - [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), - [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242), - [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), - [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), - [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), - [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(279), - [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4358), - [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3921), - [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), - [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4698), - [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(750), - [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4292), - [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4268), - [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3636), - [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3638), - [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), - [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3657), - [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), - [367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4688), - [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4519), - [371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), - [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), - [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), - [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3623), - [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3958), - [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3963), - [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), - [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), - [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), - [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), - [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), - [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), - [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), - [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), - [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), - [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), - [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), - [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), - [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), - [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), - [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), - [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), - [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), - [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), - [427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1675), - [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), - [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), - [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), - [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), - [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), - [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), - [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), - [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), - [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), - [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), - [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), - [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), - [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), - [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), - [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), - [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 2), - [471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 3), + [125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2), + [127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), + [129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(406), + [132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4171), + [135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(25), + [138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3902), + [141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(554), + [144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3453), + [147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4791), + [150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3333), + [153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(922), + [156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(916), + [159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3905), + [162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4785), + [165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3534), + [168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2209), + [171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4779), + [174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4777), + [177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(2909), + [180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(805), + [183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(890), + [186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(656), + [189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4188), + [192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(173), + [195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(745), + [198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(722), + [201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(721), + [204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(288), + [207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(701), + [210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(440), + [213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(311), + [216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(287), + [219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4191), + [222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3909), + [225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(721), + [228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4767), + [231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1590), + [234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3281), + [237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3271), + [240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3267), + [243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3266), + [246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(544), + [249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4199), + [252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4200), + [255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1432), + [258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(1433), + [261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(61), + [264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3672), + [267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(102), + [270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4752), + [273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(4751), + [276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3317), + [279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3579), + [282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3580), + [285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3665), + [288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3663), + [291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3916), + [294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(3917), + [297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 3), + [299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1660), + [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4182), + [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), + [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3460), + [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4255), + [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), + [321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606), + [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4284), + [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757), + [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), + [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), + [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), + [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), + [341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261), + [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4195), + [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3910), + [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), + [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4761), + [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), + [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4197), + [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4207), + [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3621), + [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3622), + [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), + [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3700), + [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), + [367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4748), + [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4647), + [371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3639), + [373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3641), + [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3652), + [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), + [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3914), + [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3915), + [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), + [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), + [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), + [393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), + [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), + [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), + [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), + [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), + [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), + [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), + [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), + [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), + [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), + [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), + [421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), + [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), + [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1644), + [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), + [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), + [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), + [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283), + [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), + [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), + [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), + [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), + [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), + [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), + [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), + [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), + [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), + [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), + [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), + [469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 3), + [471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 2), [473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_labeled_statement, 1), - [475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3447), - [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4094), - [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3469), + [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4203), + [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), [481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 1), - [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), + [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099), [485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 1), [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), - [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4360), - [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228), - [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768), - [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3457), - [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), - [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824), - [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4260), - [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2923), - [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), - [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), - [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(821), - [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4361), - [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), - [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), - [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), - [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), - [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), - [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), - [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), - [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), - [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285), - [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4256), - [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3888), - [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4434), - [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3300), - [539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3620), - [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3619), - [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3618), - [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3617), - [547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3886), - [549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3883), - [551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option_type, 1), - [553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), - [555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_option_type, 1), - [557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3063), - [559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3745), - [561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3152), - [563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4146), - [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), - [567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64), - [569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392), - [571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3153), - [573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3161), - [575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3257), - [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3109), - [579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3127), - [581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3129), - [583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fixed_array_creation, 3), - [585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fixed_array_creation, 3), - [587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_type, 1), - [589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_result_type, 1), - [591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation, 2), - [593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3567), - [595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation, 2), - [597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3050), - [599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3758), - [601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3218), - [603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4140), - [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), - [607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), - [609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3055), - [611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3057), - [613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 1, .production_id = 2), - [615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 1, .production_id = 2), + [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4318), + [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), + [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), + [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3455), + [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781), + [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780), + [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4196), + [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2909), + [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779), + [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), + [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), + [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4314), + [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(346), + [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), + [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), + [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1085), + [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), + [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697), + [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(392), + [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), + [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(252), + [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4440), + [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4086), + [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4660), + [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3281), + [539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3574), + [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3575), + [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3577), + [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3578), + [547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4088), + [549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4090), + [551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_type, 1), + [553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), + [555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_result_type, 1), + [557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3093), + [559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3747), + [561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3237), + [563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4423), + [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), + [567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), + [569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), + [571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3239), + [573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3247), + [575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3209), + [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3175), + [579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3176), + [581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3177), + [583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation, 2), + [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3485), + [587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation, 2), + [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3052), + [591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3827), + [593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3147), + [595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4301), + [597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), + [599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), + [601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3146), + [603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3143), + [605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 1, .production_id = 2), + [607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 1, .production_id = 2), + [609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option_type, 1), + [611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_option_type, 1), + [613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fixed_array_creation, 3), + [615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fixed_array_creation, 3), [617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), - [619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4185), - [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), - [625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4443), - [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3452), - [631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4304), - [639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4311), - [641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), - [643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), - [647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), - [649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4181), - [651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1172), - [659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), - [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), - [663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), - [665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), - [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), - [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4175), - [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4024), - [673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4595), - [677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), - [679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3586), - [681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), - [683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3588), - [685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), - [687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), - [689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1825), - [691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4127), - [693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), - [697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3455), - [701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4348), - [707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549), - [711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545), - [713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4133), - [715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4463), + [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), + [625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4579), + [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3461), + [631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4187), + [639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4399), + [641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2158), + [643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), + [645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(595), + [647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), + [649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4441), + [651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1201), + [659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(254), + [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754), + [663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), + [665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), + [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289), + [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4477), + [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3993), + [673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4546), + [677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), + [679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), + [681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), + [683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3628), + [685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3987), + [687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), + [689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1857), + [691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4356), + [693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), + [697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3467), + [701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4185), + [707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(530), + [711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), + [713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4362), + [715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), [721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2030), - [723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), - [725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4302), - [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), - [729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), - [731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), - [733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), - [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4136), - [737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4050), + [723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231), + [725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4327), + [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), + [729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), + [731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), + [733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), + [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4368), + [737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3967), [739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), - [741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4654), - [743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3649), - [745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3650), - [747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3651), - [749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3652), - [751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4041), - [753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4040), - [755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), - [757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), - [759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), - [761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), - [765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), - [767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), - [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), - [771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), - [773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), - [777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844), - [779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), - [781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), - [783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), - [785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), - [787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), - [789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), - [791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), - [793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2094), - [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4347), - [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3454), - [805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4290), - [811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), - [813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), - [817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), - [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4344), - [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2102), - [829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), - [831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), - [833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), - [835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(347), - [837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(253), - [839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4368), - [841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3904), - [843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), - [845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4474), - [847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), - [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), - [851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), - [853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), - [855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), - [857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3908), - [859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), - [863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), - [865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), - [867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), - [869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2891), - [871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), - [873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), - [875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), - [877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), - [879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), - [881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), - [883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), - [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), - [887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), - [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), - [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), - [899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), - [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), - [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), - [907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), - [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), - [911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), - [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), - [915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), - [917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), - [925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), - [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), - [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), - [935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), - [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), + [741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4595), + [743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), + [745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), + [747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), + [749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), + [751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3969), + [753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3971), + [755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), + [757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), + [759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), + [761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), + [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), + [765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), + [767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), + [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), + [771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), + [773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), + [775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), + [777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), + [779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), + [781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), + [783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), + [789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), + [791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), + [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4223), + [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3463), + [805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4194), + [811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2224), + [813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), + [817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), + [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4234), + [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2023), + [829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), + [831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(719), + [833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), + [835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), + [837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), + [839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4306), + [841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4114), + [843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), + [845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4703), + [847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), + [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), + [851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), + [853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), + [855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4109), + [857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4108), + [859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), + [863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), + [865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), + [873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), + [875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), + [877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), + [879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), + [881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), + [883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), + [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), + [887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), + [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), + [891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), + [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), + [899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), + [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2916), + [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), + [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), + [907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), + [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), + [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), + [915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), + [917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), + [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), + [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), + [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), + [925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), + [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), + [935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), [939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1143), - [941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), - [943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), - [945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [947] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(1825), - [950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4127), - [953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(250), - [956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), - [958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(590), - [961] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3455), - [964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(555), - [967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(528), - [970] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4348), - [973] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(2162), - [976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(2923), - [979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(527), - [982] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(549), - [985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(545), - [988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4133), - [991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(374), - [994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(524), - [997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(543), - [1000] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(2030), - [1003] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(257), - [1006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), - [1008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(574), - [1011] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(426), - [1014] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(356), - [1017] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(262), - [1020] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4136), - [1023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4050), - [1026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(2030), - [1029] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4654), - [1032] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(1589), - [1035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3300), - [1038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3302), - [1041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3303), - [1044] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3307), - [1047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3649), - [1050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3650), - [1053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3651), - [1056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3652), - [1059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4041), - [1062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4040), - [1065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), - [1067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), - [1069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [1071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), - [1073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), - [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), - [1077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), - [1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), - [1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), - [1085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2822), - [1087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4227), - [1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [1091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), - [1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [1095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3459), - [1097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [1101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4373), - [1103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), - [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), - [1109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4217), - [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [1113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [1115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), - [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2674), - [1119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), - [1121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4144), - [1123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), - [1125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), - [1127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), - [1129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), - [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4215), - [1133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3995), - [1135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), - [1137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4665), - [1139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), - [1141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), - [1143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), - [1145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3592), - [1147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4001), - [1149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4002), - [1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), - [1153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), - [1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), - [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), - [1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), - [1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), - [1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), - [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [1169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), - [1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), - [1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [1175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1282), - [1177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4252), - [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [1183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3456), - [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [1191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4257), - [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [1195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), - [1197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), - [1199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4255), - [1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [1207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1291), - [1209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), - [1211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(762), - [1213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414), - [1215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), - [1217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), - [1219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3680), - [1221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3952), - [1223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292), - [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), - [1227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4520), - [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), - [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), - [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3642), - [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3641), - [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3949), - [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), - [1241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2444), - [1243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4112), - [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [1247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [1249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3460), - [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [1255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4190), - [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [1259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(666), - [1261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(664), - [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4121), - [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [1271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2336), - [1273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), - [1275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(693), - [1277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), - [1279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), - [1281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(251), - [1283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3661), - [1285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4057), - [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), - [1289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4550), - [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), - [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), - [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3575), - [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3576), - [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4054), - [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4052), - [1305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(2822), - [1308] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4227), - [1311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(256), - [1314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), - [1316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(500), - [1319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3459), - [1322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(497), - [1325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(474), - [1328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4373), - [1331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(2162), - [1334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(2923), - [1337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(419), - [1340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(494), - [1343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(493), - [1346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4217), - [1349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(336), - [1352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(472), - [1355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(491), - [1358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(2674), - [1361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(237), - [1364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4144), - [1367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(516), - [1370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(432), - [1373] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(370), - [1376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(249), - [1379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4215), - [1382] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3995), - [1385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(2674), - [1388] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4665), - [1391] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(1589), - [1394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3300), - [1397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3302), - [1400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3303), - [1403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3307), - [1406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3582), - [1409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3584), - [1412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3590), - [1415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3592), - [1418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4001), - [1421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4002), - [1424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arms, 1), - [1426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2388), - [1428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4264), - [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [1432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [1434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), - [1436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3449), - [1438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [1440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [1442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [1444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4298), - [1446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [1448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), - [1450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), - [1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4261), - [1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [1460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2578), - [1462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), - [1464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(838), - [1466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(420), - [1468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), - [1470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), - [1472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4254), - [1474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3956), - [1476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), - [1478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4525), - [1480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), - [1482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), - [1484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), - [1486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), - [1488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3960), - [1490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), - [1492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), - [1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), - [1496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), - [1498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), - [1500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), - [1502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [1504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), - [1506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), - [1508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [1510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), - [1512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), - [1514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [1516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [1518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), - [1520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), - [1522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), - [1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), + [943] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(1857), + [946] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4356), + [949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(272), + [952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), + [954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(788), + [957] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3467), + [960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(533), + [963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(504), + [966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4185), + [969] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(2209), + [972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(2909), + [975] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(503), + [978] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(530), + [981] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(529), + [984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4362), + [987] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(373), + [990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(500), + [993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(527), + [996] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(2030), + [999] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(231), + [1002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), + [1004] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(792), + [1007] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(391), + [1010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(374), + [1013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(294), + [1016] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4368), + [1019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3967), + [1022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(2030), + [1025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(4595), + [1028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(1590), + [1031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3281), + [1034] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3271), + [1037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3267), + [1040] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3266), + [1043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3637), + [1046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3634), + [1049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3633), + [1052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3632), + [1055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3969), + [1058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_select_expression_repeat1, 2), SHIFT_REPEAT(3971), + [1061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [1063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), + [1065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), + [1067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), + [1069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), + [1071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), + [1073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), + [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), + [1077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), + [1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), + [1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), + [1085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2825), + [1087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4294), + [1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [1091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), + [1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [1095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3471), + [1097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [1101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4175), + [1103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [1105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), + [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), + [1109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4401), + [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [1113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [1115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [1117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2734), + [1119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), + [1121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4267), + [1123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), + [1125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), + [1127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), + [1129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), + [1131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4386), + [1133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4045), + [1135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), + [1137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4594), + [1139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), + [1141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), + [1143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), + [1145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3586), + [1147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4051), + [1149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4052), + [1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), + [1153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), + [1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), + [1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), + [1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), + [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), + [1169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), + [1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), + [1175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(2825), + [1178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4294), + [1181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(262), + [1184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), + [1186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(891), + [1189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3471), + [1192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(475), + [1195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(455), + [1198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4175), + [1201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(2209), + [1204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(2909), + [1207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(443), + [1210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(472), + [1213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(471), + [1216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4401), + [1219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(321), + [1222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(454), + [1225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(469), + [1228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(2734), + [1231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(286), + [1234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4267), + [1237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(904), + [1240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(439), + [1243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(352), + [1246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(300), + [1249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4386), + [1252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4045), + [1255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(2734), + [1258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4594), + [1261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(1590), + [1264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3281), + [1267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3271), + [1270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3267), + [1273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3266), + [1276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3603), + [1279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3602), + [1282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3600), + [1285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(3586), + [1288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4051), + [1291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arms_repeat1, 2), SHIFT_REPEAT(4052), + [1294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arms, 1), + [1296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2446), + [1298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4369), + [1300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [1302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [1304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3462), + [1306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [1308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [1310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4303), + [1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [1314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), + [1316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), + [1318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4395), + [1320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [1322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [1324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [1326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2394), + [1328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), + [1330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(658), + [1332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), + [1334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), + [1336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(251), + [1338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3677), + [1340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3970), + [1342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), + [1344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4573), + [1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [1348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3651), + [1350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3650), + [1352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3649), + [1354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3648), + [1356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3972), + [1358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3981), + [1360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), + [1362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4457), + [1364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [1366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [1368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3458), + [1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [1372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [1374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [1376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4198), + [1378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [1380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(875), + [1382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(870), + [1384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4446), + [1386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [1392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1290), + [1394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226), + [1396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(682), + [1398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), + [1400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), + [1402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), + [1404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3697), + [1406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4022), + [1408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296), + [1410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [1412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4641), + [1414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3565), + [1416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3564), + [1418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3563), + [1420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3562), + [1422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4027), + [1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), + [1426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2420), + [1428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4345), + [1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [1432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [1434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), + [1436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3457), + [1438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [1440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [1442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [1444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4193), + [1446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [1448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(676), + [1450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(669), + [1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4293), + [1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [1460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2514), + [1462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), + [1464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(727), + [1466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), + [1468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), + [1470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), + [1472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4292), + [1474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3943), + [1476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), + [1478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4689), + [1480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), + [1482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), + [1484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), + [1486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), + [1488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3937), + [1490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3932), + [1492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), + [1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), + [1496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [1498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [1500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), + [1502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), + [1504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [1506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), + [1508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), + [1510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), + [1512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), + [1514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), + [1516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [1518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), + [1520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [1522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), + [1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), [1526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), - [1528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), - [1530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), - [1532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [1534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), - [1536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), - [1538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), - [1540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), - [1542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), - [1544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), - [1546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), - [1548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), - [1550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [1552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), - [1554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), - [1556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), - [1558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), - [1560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [1562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2130), - [1564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 91), - [1566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 2), - [1568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246), - [1570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836), - [1572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), - [1574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), - [1576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(705), - [1578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4261), - [1580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), - [1582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(700), - [1584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(699), - [1586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3637), - [1588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3633), - [1590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3630), - [1592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3629), - [1594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3960), - [1596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3961), - [1598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 54), - [1600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 60), - [1602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), - [1604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3291), - [1606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3713), - [1608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3087), - [1610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4241), - [1612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), - [1614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), - [1616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406), - [1618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3101), - [1620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3102), - [1622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3214), - [1624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3077), - [1626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3082), - [1628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3086), - [1630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), - [1632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), - [1634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), - [1636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4126), - [1638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), - [1640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2480), - [1642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [1644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [1646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [1648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [1650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), - [1652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), - [1654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [1656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), - [1658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [1660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), - [1662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(252), - [1664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [1666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [1668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), - [1670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), - [1672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), - [1674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), - [1676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [1678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), - [1680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), - [1682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_strictly_expression_list, 3), - [1684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_strictly_expression_list, 3), - [1686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3770), - [1688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3178), - [1690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), - [1692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), - [1694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), - [1696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(454), - [1698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), - [1700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [1702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), - [1704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), - [1706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), - [1708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), - [1710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), - [1712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), - [1714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), - [1716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4287), - [1718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3189), - [1720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3190), - [1722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), - [1724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(473), - [1726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [1728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), - [1730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), - [1732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), - [1734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), - [1736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2511), - [1738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), - [1740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [1742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [1744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), - [1746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [1748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [1750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [1752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [1754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [1756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), - [1758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [1760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [1762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), - [1764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_statement, 1), - [1766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_statement, 1), - [1768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), - [1770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 1), - [1772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), - [1774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(446), - [1776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [1778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [1780] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(1143), - [1783] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(4185), - [1786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(273), - [1789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), - [1791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(702), - [1794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3452), - [1797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(633), - [1800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(592), - [1803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(4304), - [1806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(2162), - [1809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(2923), - [1812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(591), - [1815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(629), - [1818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(628), - [1821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(4181), - [1824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(346), - [1827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(587), - [1830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(623), - [1833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(1172), - [1836] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(272), - [1839] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(692), - [1842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(421), - [1845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(318), - [1848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(276), - [1851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(4175), - [1854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(4024), - [1857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(1172), - [1860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(4595), - [1863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(1589), - [1866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3300), - [1869] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3302), - [1872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3303), - [1875] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3307), - [1878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3585), - [1881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3586), - [1884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3587), - [1887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3588), - [1890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(4028), - [1893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(4035), - [1896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_element_list, 1), - [1898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [1900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), - [1904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), - [1906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), - [1908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [1910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), - [1912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [1914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [1916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [1918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(2444), - [1921] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(4112), - [1924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(247), - [1927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), - [1929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(671), - [1932] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3460), - [1935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(676), - [1938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(675), - [1941] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(4190), - [1944] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(2162), - [1947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(2923), - [1950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(673), - [1953] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(666), - [1956] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(664), - [1959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(4121), - [1962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(343), - [1965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(662), - [1968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(661), - [1971] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(2336), - [1974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(270), - [1977] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(693), - [1980] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(412), - [1983] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(341), - [1986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(251), - [1989] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(4126), - [1992] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(4057), - [1995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(2336), - [1998] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(4550), - [2001] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(1589), - [2004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3300), - [2007] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3302), - [2010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3303), - [2013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3307), - [2016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3573), - [2019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3574), - [2022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3575), - [2025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3576), - [2028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(4054), - [2031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(4052), - [2034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), - [2036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), - [2038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [2040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [2042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [2044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2647), - [2046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), - [2048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [2050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [2052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(589), - [2054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), - [2056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [2058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [2060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [2062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), - [2064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), - [2066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [2068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(274), - [2070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4342), - [2072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), - [2074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 26), - [2076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 26), - [2078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [2080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2835), - [2082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [2084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [2086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [2088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [2090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_append_statement, 3, .production_id = 29), - [2092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_append_statement, 3, .production_id = 29), - [2094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [2096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [2098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), - [2100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [2102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [2104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [2106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_in_expression, 3, .production_id = 29), - [2108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_in_expression, 3, .production_id = 29), - [2110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_in_expression, 3, .production_id = 29), - [2112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_in_expression, 3, .production_id = 29), - [2114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [2116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), - [2118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [2120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), - [2122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mutable_expression, 2), - [2124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mutable_expression, 2), - [2126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3219), - [2128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3217), - [2130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), - [2132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [2134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), - [2136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), - [2138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), - [2140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), - [2142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [2144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), - [2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [2148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), - [2150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), - [2152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), - [2154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [2156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [2158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [2160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), - [2162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 3), - [2164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 3), - [2166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [2168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), - [2170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [2172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [2174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), - [2176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [2178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [2180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [2182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [2184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [2186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4361), - [2188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [2190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [2192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [2194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [2196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), - [2198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), - [2200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3618), - [2202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), - [2204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3886), - [2206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3883), - [2208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_go_expression, 2), - [2210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_go_expression, 2), - [2212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), - [2214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [2216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), - [2218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spawn_expression, 2), - [2220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_spawn_expression, 2), - [2222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [2224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [2226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [2228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receive_expression, 2, .production_id = 3), - [2230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receive_expression, 2, .production_id = 3), - [2232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), - [2234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(1282), - [2237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(4252), - [2240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(235), - [2243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(755), - [2246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3456), - [2249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(727), - [2252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(729), - [2255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), - [2257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(4257), - [2260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(2162), - [2263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(2923), - [2266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(730), - [2269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(731), - [2272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(732), - [2275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(4255), - [2278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(332), - [2281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(736), - [2284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(740), - [2287] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(1291), - [2290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(274), - [2293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(762), - [2296] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(414), - [2299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(330), - [2302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(223), - [2305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(4342), - [2308] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3952), - [2311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(1291), - [2314] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(4520), - [2317] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(1589), - [2320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3300), - [2323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3302), - [2326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3303), - [2329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3307), - [2332] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3644), - [2335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3643), - [2338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3642), - [2341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3641), - [2344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3949), - [2347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3945), - [2350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [2352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [2354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), - [2356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [2358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [2360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [2362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [2364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [2366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [2368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), - [2370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), - [2372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [2374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [2376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), - [2378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3000), - [2380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [2382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [2384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [2386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(742), - [2388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(743), - [2390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [2394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), - [2396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), - [2398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 3, .production_id = 20), - [2400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 3, .production_id = 20), - [2402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3747), - [2404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 3, .production_id = 21), - [2406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 3, .production_id = 21), - [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3295), - [2410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2995), - [2412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), - [2414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2949), - [2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), - [2418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2976), - [2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), - [2422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2969), - [2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), - [2426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2941), - [2428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 2, .production_id = 64), - [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), - [2432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2950), - [2434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1775), - [2436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4265), - [2438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [2440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [2442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3446), - [2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [2446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [2448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4359), - [2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [2452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), - [2454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), - [2456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4280), - [2458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [2464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1801), - [2466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), - [2468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), - [2470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), - [2472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), - [2474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), - [2476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4288), - [2478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3930), - [2480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), - [2482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4699), - [2484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3563), - [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3562), - [2488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), - [2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), - [2492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3926), - [2494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3925), - [2496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), - [2498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2961), - [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [2502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), - [2504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2997), - [2506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [2508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), - [2510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2958), - [2512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), - [2514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2980), - [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), - [2518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2940), - [2520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), - [2522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2986), - [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3145), - [2526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2953), - [2528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [2534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(758), - [2536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759), - [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [2542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), - [2544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), - [2546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2099), - [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [2554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), - [2556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), - [2558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [2564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382), - [2566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), - [2568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), - [2570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283), - [2572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [2574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 1, .production_id = 27), - [2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), - [2578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2970), - [2580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(935), - [2582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [2584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), - [2586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2962), - [2588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [2590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), - [2594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [2598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [2600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), - [2602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), - [2604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [2606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [2608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), - [2610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), - [2612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [2614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [2616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [2618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [2620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [2622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [2624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), - [2626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), - [2628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [2630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [2632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), - [2634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), - [2636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), - [2638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4375), - [2640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [2642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [2644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3453), - [2646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [2648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [2650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4367), - [2652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [2654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), - [2656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), - [2658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4372), - [2660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [2662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [2664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [2666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2249), - [2668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), - [2670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), - [2672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), - [2674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), - [2676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(254), - [2678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4366), - [2680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3893), - [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), - [2684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4715), - [2686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), - [2688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), - [2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), - [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), - [2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3899), - [2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3900), - [2698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), - [2700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), - [2702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__plain_type_without_special, 1), - [2704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__plain_type_without_special, 1), - [2706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2118), - [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [2710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4381), - [2712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), - [2714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556), - [2716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), - [2718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384), - [2720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), - [2722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4099), - [2724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4087), - [2726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2872), - [2728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3), - [2730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3), - [2732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_if_expression, 3, .production_id = 20), - [2734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_if_expression, 3, .production_id = 20), - [2736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3748), - [2738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_if_expression, 4, .production_id = 53), - [2740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_if_expression, 4, .production_id = 53), - [2742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3817), - [2744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), - [2746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [2748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [2750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), - [2752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647), - [2754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [2756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [2758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), - [2760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), - [2762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1646), - [2764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [2766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_init_expression, 2), - [2768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_init_expression, 2), - [2770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 1), - [2772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 1), - [2774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_reference_expression, 1), REDUCE(sym_type_reference_expression, 1), - [2777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_reference_expression, 1), REDUCE(sym_type_reference_expression, 1), - [2780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1658), - [2782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_channel_type, 2), - [2784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_channel_type, 2), - [2786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpreted_string_literal, 3), - [2788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpreted_string_literal, 3), - [2790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selector_expression, 3, .dynamic_precedence = -1, .production_id = 25), - [2792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selector_expression, 3, .dynamic_precedence = -1, .production_id = 25), - [2794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_expression, 6, .production_id = 56), - [2796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_expression, 6, .production_id = 56), - [2798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 4, .production_id = 54), - [2800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 4, .production_id = 54), - [2802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_expression, 4), - [2804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_expression, 4), - [2806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 5, .production_id = 50), - [2808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 5, .production_id = 50), - [2810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_if_expression, 6, .production_id = 112), - [2812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_if_expression, 6, .production_id = 112), - [2814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_expression, 4, .production_id = 56), - [2816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_expression, 4, .production_id = 56), - [2818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_selector_expression, 4), - [2820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_selector_expression, 4), - [2822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5), - [2824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5), - [2826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__content_block, 3), - [2828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__content_block, 3), - [2830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal, 1), - [2832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal, 1), - [2834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_as_type_cast_expression, 3), - [2836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_as_type_cast_expression, 3), - [2838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_atomic_type, 2), - [2840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_atomic_type, 2), - [2842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_thread_type, 2), - [2844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_thread_type, 2), - [2846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anon_struct_value_expression, 4, .production_id = 47), - [2848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anon_struct_value_expression, 4, .production_id = 47), - [2850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), - [2852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), - [2854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shared_type, 2), - [2856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shared_type, 2), - [2858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), - [2860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), - [2862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), - [2864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), - [2866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression, 4, .dynamic_precedence = -1, .production_id = 63), - [2868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_expression, 4, .dynamic_precedence = -1, .production_id = 63), - [2870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_or_block, 2, .production_id = 30), - [2872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_or_block, 2, .production_id = 30), - [2874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_is_expression, 3, .dynamic_precedence = 2, .production_id = 29), - [2876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_is_expression, 3, .dynamic_precedence = 2, .production_id = 29), - [2878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), - [2880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), - [2882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_without_blocks, 1), - [2884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_without_blocks, 1), - [2886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_without_blocks, 1), SHIFT(4293), - [2889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_fetch, 2), - [2891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_fetch, 2), - [2893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_with_blocks, 1), - [2895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_with_blocks, 1), - [2897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_is_expression, 3, .dynamic_precedence = 2, .production_id = 29), - [2899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_is_expression, 3, .dynamic_precedence = 2, .production_id = 29), - [2901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 3, .dynamic_precedence = 2, .production_id = 19), - [2903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 3, .dynamic_precedence = 2, .production_id = 19), - [2905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 3, .production_id = 31), - [2907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 3, .production_id = 31), - [2909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_literal, 3, .production_id = 15), - [2911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_literal, 3, .production_id = 15), - [2913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type, 2), - [2915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type, 2), - [2917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_type, 2), - [2919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_result_type, 2), - [2921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_initializer_body, 2), - [2923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_initializer_body, 2), - [2925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option_type, 2), - [2927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_option_type, 2), - [2929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 4, .production_id = 65), - [2931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 4, .production_id = 65), - [2933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wrong_pointer_type, 2), - [2935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_wrong_pointer_type, 2), - [2937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, .production_id = 1), - [2939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, .production_id = 1), - [2941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation, 3), - [2943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation, 3), - [2945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), - [2947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_is_expression, 4, .dynamic_precedence = 2, .production_id = 68), - [2949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_is_expression, 4, .dynamic_precedence = 2, .production_id = 68), - [2951] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_is_expression, 3, .dynamic_precedence = 2, .production_id = 29), REDUCE(sym_is_expression, 4, .dynamic_precedence = 2, .production_id = 68), - [2954] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_is_expression, 3, .dynamic_precedence = 2, .production_id = 29), REDUCE(sym_is_expression, 4, .dynamic_precedence = 2, .production_id = 68), - [2957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anon_struct_type, 2), - [2959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anon_struct_type, 2), - [2961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, .production_id = 11), - [2963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, .production_id = 11), - [2965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_expression, 3), - [2967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_expression, 3), - [2969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_is_expression, 4, .dynamic_precedence = 2, .production_id = 68), - [2971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_is_expression, 4, .dynamic_precedence = 2, .production_id = 68), - [2973] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_not_is_expression, 3, .dynamic_precedence = 2, .production_id = 29), REDUCE(sym_not_is_expression, 4, .dynamic_precedence = 2, .production_id = 68), - [2976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_not_is_expression, 3, .dynamic_precedence = 2, .production_id = 29), REDUCE(sym_not_is_expression, 4, .dynamic_precedence = 2, .production_id = 68), - [2979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_initializer_body, 3, .production_id = 69), - [2981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_initializer_body, 3, .production_id = 69), - [2983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_initializer_body, 3, .production_id = 70), - [2985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_initializer_body, 3, .production_id = 70), - [2987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_plain_type, 1), - [2989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_plain_type, 1), - [2991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__struct_body, 2), - [2993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__struct_body, 2), - [2995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lock_expression, 3, .production_id = 22), - [2997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lock_expression, 3, .production_id = 22), - [2999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, .production_id = 20), - [3001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 4, .production_id = 20), - [3003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sql_expression, 3), - [3005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sql_expression, 3), - [3007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 2, .production_id = 16), - [3009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 2, .production_id = 16), - [3011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_literal, 4, .production_id = 45), - [3013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_literal, 4, .production_id = 45), - [3015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_literal, 4, .production_id = 46), - [3017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_literal, 4, .production_id = 46), - [3019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fixed_array_creation, 4), - [3021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fixed_array_creation, 4), - [3023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 3, .production_id = 50), - [3025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 3, .production_id = 50), - [3027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_reference_expression, 1), - [3029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_reference_expression, 1), - [3031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpreted_string_literal, 2), - [3033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpreted_string_literal, 2), - [3035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_string_literal, 2), - [3037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_string_literal, 2), - [3039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2), - [3041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2), - [3043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 2), - [3045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 2), - [3047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 4), - [3049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 4), - [3051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inc_expression, 2), - [3053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inc_expression, 2), - [3055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lock_expression, 2, .production_id = 7), - [3057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lock_expression, 2, .production_id = 7), - [3059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unsafe_expression, 2), - [3061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unsafe_expression, 2), - [3063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dec_expression, 2), - [3065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dec_expression, 2), - [3067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_literal, 5, .production_id = 82), - [3069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_literal, 5, .production_id = 82), - [3071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_expression, 5, .production_id = 56), - [3073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_expression, 5, .production_id = 56), - [3075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_expression, 5), - [3077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_expression, 5), - [3079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_return_type, 3), - [3081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_return_type, 3), - [3083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, .production_id = 21), - [3085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 4, .production_id = 21), - [3087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_string_literal, 3), - [3089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_string_literal, 3), - [3091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 3), - [3093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 3), - [3095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_return_type, 4), - [3097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_return_type, 4), - [3099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), - [3101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), - [3103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 3), - [3105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_list, 3), - [3107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__struct_body, 3), - [3109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__struct_body, 3), - [3111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fixed_array_type, 4, .production_id = 51), - [3113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fixed_array_type, 4, .production_id = 51), - [3115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 5, .production_id = 54), - [3117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 5, .production_id = 54), - [3119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_type, 4, .production_id = 57), - [3121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_type, 4, .production_id = 57), - [3123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_if_expression, 5, .production_id = 87), - [3125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_if_expression, 5, .production_id = 87), - [3127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_return_type, 5), - [3129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_return_type, 5), - [3131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4), - [3133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4), - [3135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 4), - [3137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_list, 4), - [3139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_branch, 2, .production_id = 30), - [3141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_branch, 2, .production_id = 30), - [3143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_branch, 2, .production_id = 86), - [3145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_branch, 2, .production_id = 86), - [3147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option_propagation_expression, 2), - [3149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_option_propagation_expression, 2), - [3151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_init_expression, 3), - [3153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_init_expression, 3), - [3155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pseudo_compile_time_identifier, 2), - [3157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pseudo_compile_time_identifier, 2), - [3159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_initializer, 2, .production_id = 10), - [3161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_initializer, 2, .production_id = 10), - [3163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2), - [3165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2), - [3167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type, 3, .production_id = 32), - [3169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type, 3, .production_id = 32), - [3171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, .dynamic_precedence = 2), - [3173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3, .dynamic_precedence = 2), - [3175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, .dynamic_precedence = 2), - [3177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4, .dynamic_precedence = 2), - [3179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_propagation_expression, 2), - [3181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_result_propagation_expression, 2), - [3183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 9), - [3185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 9), - [3187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_or_block_expression, 2), - [3189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_or_block_expression, 2), - [3191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anon_struct_value_expression, 4, .production_id = 48), - [3193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anon_struct_value_expression, 4, .production_id = 48), - [3195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sql_expression, 2), - [3197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sql_expression, 2), - [3199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3378), - [3201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3284), - [3203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3851), - [3205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3139), - [3207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4403), - [3209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2514), - [3211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2510), - [3213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), - [3215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3136), - [3217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3134), - [3219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3256), - [3221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3143), - [3223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3142), - [3225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3140), - [3227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 1), - [3229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3703), - [3231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3305), - [3233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), - [3235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), - [3237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), - [3239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(451), - [3241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), - [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [3245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058), - [3247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), - [3249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), - [3251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), - [3253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), - [3255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), - [3257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(464), - [3259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4390), - [3261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3308), - [3263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3309), - [3265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), - [3267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), - [3269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 2), - [3271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert_statement, 2), - [3273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), - [3275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(972), - [3277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1224), - [3279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3198), - [3281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3730), - [3283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3126), - [3285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4316), - [3287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), - [3289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), - [3291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), - [3293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3148), - [3295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3164), - [3297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3125), - [3299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3253), - [3301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3252), - [3303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3251), - [3305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), - [3307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3212), - [3309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3211), - [3311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 4), - [3313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert_statement, 4), - [3315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606), - [3317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), - [3319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), - [3321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(618), - [3323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(620), - [3325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(621), - [3327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(622), - [3329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__global_var_value, 2, .production_id = 37), - [3331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__global_var_value, 2, .production_id = 37), - [3333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_definition, 3, .production_id = 36), - [3335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_definition, 3, .production_id = 36), - [3337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_send_statement, 3, .production_id = 28), - [3339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_send_statement, 3, .production_id = 28), - [3341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3760), - [3343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3786), - [3345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3775), - [3347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), - [3349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1347), - [3351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), - [3353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3709), - [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), - [3357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4324), - [3359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1113), - [3361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112), - [3363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), - [3365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3207), - [3367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3130), - [3369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), - [3371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3244), - [3373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3242), - [3375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3238), - [3377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), - [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), - [3381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1110), - [3383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420), - [3385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3288), - [3387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3833), - [3389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3156), - [3391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4236), - [3393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), - [3395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), - [3397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), - [3399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3155), - [3401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3154), - [3403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3081), - [3405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3204), - [3407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3073), - [3409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3188), - [3411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1691), - [3413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3176), - [3415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3788), - [3417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3160), - [3419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4274), - [3421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), - [3423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1120), - [3425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(413), - [3427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3159), - [3429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3147), - [3431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3276), - [3433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3173), - [3435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3165), - [3437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3163), - [3439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1117), - [3441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1123), - [3443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), - [3445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3111), - [3447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3741), - [3449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3240), - [3451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4189), + [1528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), + [1530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), + [1532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), + [1534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), + [1536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), + [1538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), + [1540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), + [1542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), + [1544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), + [1546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), + [1548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), + [1550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), + [1552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [1554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), + [1556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), + [1558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), + [1560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [1562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), + [1564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3095), + [1566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3750), + [1568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3144), + [1570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4361), + [1572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), + [1574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), + [1576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), + [1578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3141), + [1580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3139), + [1582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3099), + [1584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3152), + [1586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3149), + [1588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3145), + [1590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2035), + [1592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 60), + [1594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 54), + [1596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 2), + [1598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), + [1600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), + [1602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(681), + [1604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), + [1606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(678), + [1608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4293), + [1610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), + [1612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), + [1614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665), + [1616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3617), + [1618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3616), + [1620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3613), + [1622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3611), + [1624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3937), + [1626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3932), + [1628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 91), + [1630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), + [1632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_strictly_expression_list, 3), + [1634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_strictly_expression_list, 3), + [1636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3751), + [1638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3103), + [1640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), + [1642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), + [1644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(787), + [1646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), + [1648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), + [1650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [1652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3104), + [1654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(782), + [1656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), + [1658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773), + [1660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), + [1662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), + [1664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), + [1666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), + [1668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4473), + [1670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3129), + [1672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3107), + [1674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), + [1676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(759), + [1678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_statement, 1), + [1680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_statement, 1), + [1682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(413), + [1684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 1), + [1686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768), + [1688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), + [1690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [1692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), + [1694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4400), + [1696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), + [1698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_short_element_list, 1), + [1700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2585), + [1702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [1704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), + [1706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [1708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), + [1710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), + [1712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [1714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [1716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [1718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307), + [1720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(253), + [1722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spawn_expression, 2), + [1724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_spawn_expression, 2), + [1726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [1728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_go_expression, 2), + [1730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_go_expression, 2), + [1732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [1734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [1736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), + [1738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), + [1740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), + [1742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [1744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), + [1746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), + [1748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [1750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), + [1752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receive_expression, 2, .production_id = 3), + [1754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receive_expression, 2, .production_id = 3), + [1756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), + [1758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), + [1760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), + [1762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [1764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [1766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), + [1768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), + [1770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [1772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [1774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [1776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [1778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_append_statement, 3, .production_id = 29), + [1780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_append_statement, 3, .production_id = 29), + [1782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 26), + [1784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [1786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 3), + [1788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 3), + [1790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), + [1792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [1794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), + [1796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 26), + [1798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), + [1800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [1802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), + [1804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), + [1806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2924), + [1808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2929), + [1810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [1812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [1814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [1816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [1818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [1820] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(1143), + [1823] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(4463), + [1826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(292), + [1829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), + [1831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(751), + [1834] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3461), + [1837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(602), + [1840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(563), + [1843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(4187), + [1846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(2209), + [1849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(2909), + [1852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(562), + [1855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(595), + [1858] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(594), + [1861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(4441), + [1864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(345), + [1867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(557), + [1870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(591), + [1873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(1201), + [1876] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(254), + [1879] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(754), + [1882] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(401), + [1885] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(372), + [1888] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(289), + [1891] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(4477), + [1894] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3993), + [1897] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(1201), + [1900] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(4546), + [1903] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(1590), + [1906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3281), + [1909] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3271), + [1912] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3267), + [1915] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3266), + [1918] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3625), + [1921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3626), + [1924] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3627), + [1927] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3628), + [1930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3987), + [1933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_short_element_list_repeat1, 2), SHIFT_REPEAT(3983), + [1936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), + [1938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [1940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mutable_expression, 2), + [1942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mutable_expression, 2), + [1944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3314), + [1946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3316), + [1948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [1950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [1952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [1954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [1956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_in_expression, 3, .production_id = 29), + [1958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_in_expression, 3, .production_id = 29), + [1960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [1962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_in_expression, 3, .production_id = 29), + [1964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_in_expression, 3, .production_id = 29), + [1966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(2446), + [1969] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(4369), + [1972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(237), + [1975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), + [1977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(657), + [1980] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3462), + [1983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(639), + [1986] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(638), + [1989] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(4303), + [1992] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(2209), + [1995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(2909), + [1998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(635), + [2001] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(633), + [2004] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(632), + [2007] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(4395), + [2010] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(317), + [2013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(631), + [2016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(630), + [2019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(2394), + [2022] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(271), + [2025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(658), + [2028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(427), + [2031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(325), + [2034] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(251), + [2037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(4400), + [2040] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3970), + [2043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(2394), + [2046] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(4573), + [2049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(1590), + [2052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3281), + [2055] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3271), + [2058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3267), + [2061] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3266), + [2064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3651), + [2067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3650), + [2070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3649), + [2073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3648), + [2076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3972), + [2079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), SHIFT_REPEAT(3981), + [2082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [2084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [2086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), + [2088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), + [2090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4262), + [2092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), + [2094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2833), + [2096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [2098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [2100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [2102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), + [2104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [2106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), + [2108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [2110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [2112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [2114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), + [2116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [2118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [2120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), + [2122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), + [2124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [2126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), + [2128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [2130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [2132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [2134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [2136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [2138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [2140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [2142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4314), + [2144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [2148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [2150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), + [2152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), + [2154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3575), + [2156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), + [2158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), + [2160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4088), + [2162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4090), + [2164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [2166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [2168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [2170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), + [2172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), + [2174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [2176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [2178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [2180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [2182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), + [2184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), + [2186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [2188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [2190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [2192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [2194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [2196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [2198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [2200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [2202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [2204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), + [2206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), + [2208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [2210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2631), + [2212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [2214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [2216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [2218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559), + [2220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), + [2222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [2224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [2226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [2228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), + [2230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), + [2232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [2234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [2236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), + [2238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [2240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), + [2242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [2244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [2246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), + [2248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [2250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), + [2254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [2256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 3, .production_id = 21), + [2258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 3, .production_id = 21), + [2260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3879), + [2262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 3, .production_id = 20), + [2264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 3, .production_id = 20), + [2266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(1284), + [2269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(4457), + [2272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(243), + [2275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(664), + [2278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3458), + [2281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(887), + [2284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(886), + [2287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), + [2289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(4198), + [2292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(2209), + [2295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(2909), + [2298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(879), + [2301] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(875), + [2304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(870), + [2307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(4446), + [2310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(384), + [2313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(865), + [2316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(863), + [2319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(1290), + [2322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(281), + [2325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(682), + [2328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(402), + [2331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(315), + [2334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(284), + [2337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(4262), + [2340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(4022), + [2343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(1290), + [2346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(4641), + [2349] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(1590), + [2352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3281), + [2355] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3271), + [2358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3267), + [2361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3266), + [2364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3565), + [2367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3564), + [2370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3563), + [2373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(3562), + [2376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(4027), + [2379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 2), SHIFT_REPEAT(4028), + [2382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [2384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [2386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [2388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), + [2390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2992), + [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [2396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [2398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(509), + [2400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), + [2402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [2406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), + [2408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(274), + [2410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_if_expression, 3, .production_id = 20), + [2412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_if_expression, 3, .production_id = 20), + [2414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3880), + [2416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2), + [2418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2), + [2420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_init_expression, 2), + [2422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_init_expression, 2), + [2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), + [2426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2946), + [2428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2042), + [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [2432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [2434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [2436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [2438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(708), + [2440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), + [2442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [2446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [2448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), + [2450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228), + [2452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [2454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_if_expression, 4, .production_id = 53), + [2456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_if_expression, 4, .production_id = 53), + [2458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3864), + [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), + [2462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2958), + [2464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3277), + [2466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2938), + [2468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 1), + [2470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 1), + [2472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_reference_expression, 1), REDUCE(sym_type_reference_expression, 1), + [2475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_reference_expression, 1), REDUCE(sym_type_reference_expression, 1), + [2478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1684), + [2480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), + [2482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2944), + [2484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(938), + [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [2488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), + [2490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3003), + [2492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), + [2494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2997), + [2496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [2498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [2502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476), + [2504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477), + [2506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [2508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [2510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350), + [2512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246), + [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), + [2516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2988), + [2518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), + [2520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2964), + [2522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 2, .production_id = 64), + [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [2526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1773), + [2528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4256), + [2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [2534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3454), + [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [2540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4181), + [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [2544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), + [2546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), + [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4237), + [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [2554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [2556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), + [2558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248), + [2560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), + [2562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), + [2564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), + [2566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), + [2568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4206), + [2570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4146), + [2572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [2574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4758), + [2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3576), + [2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), + [2580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), + [2582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), + [2584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4160), + [2586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3890), + [2588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3), + [2590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3), + [2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), + [2594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2937), + [2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), + [2598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2950), + [2600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), + [2602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2984), + [2604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), + [2606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2939), + [2608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 1, .production_id = 27), + [2610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), + [2612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2993), + [2614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3172), + [2616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2941), + [2618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), + [2620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2975), + [2622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), + [2624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), + [2626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__plain_type_without_special, 1), + [2628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__plain_type_without_special, 1), + [2630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), + [2632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), + [2634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_without_blocks, 1), + [2636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_without_blocks, 1), + [2638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_without_blocks, 1), SHIFT(4467), + [2641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_with_blocks, 1), + [2643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_with_blocks, 1), + [2645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selector_expression, 3, .dynamic_precedence = -1, .production_id = 25), + [2647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selector_expression, 3, .dynamic_precedence = -1, .production_id = 25), + [2649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_as_type_cast_expression, 3), + [2651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_as_type_cast_expression, 3), + [2653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), + [2655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4252), + [2657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [2661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3468), + [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [2667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4176), + [2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [2671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), + [2673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647), + [2675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4271), + [2677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [2681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [2683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2225), + [2685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), + [2687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), + [2689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), + [2691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343), + [2693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), + [2695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4276), + [2697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3941), + [2699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), + [2701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4552), + [2703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), + [2705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), + [2707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3640), + [2709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3645), + [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3947), + [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3948), + [2715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), + [2717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), + [2719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), + [2721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), + [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [2729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(626), + [2731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636), + [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), + [2737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), + [2739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), + [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [2745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [2747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490), + [2749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(489), + [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [2755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), + [2757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), + [2759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_or_block, 2, .production_id = 30), + [2761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_or_block, 2, .production_id = 30), + [2763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_is_expression, 3, .dynamic_precedence = 2, .production_id = 29), + [2765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_is_expression, 3, .dynamic_precedence = 2, .production_id = 29), + [2767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_is_expression, 3, .dynamic_precedence = 2, .production_id = 29), + [2769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_is_expression, 3, .dynamic_precedence = 2, .production_id = 29), + [2771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 3, .production_id = 31), + [2773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 3, .production_id = 31), + [2775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [2777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [2779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [2781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1963), + [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [2785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4173), + [2787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299), + [2789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918), + [2791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), + [2793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), + [2795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), + [2797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4204), + [2799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4147), + [2801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_initializer_body, 2), + [2803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_initializer_body, 2), + [2805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 3), + [2807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 3), + [2809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_string_literal, 3), + [2811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_string_literal, 3), + [2813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpreted_string_literal, 3), + [2815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpreted_string_literal, 3), + [2817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_plain_type, 1), + [2819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_plain_type, 1), + [2821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [2823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [2825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [2827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), + [2829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), + [2831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [2833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [2835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), + [2837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), + [2839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sql_expression, 3), + [2841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sql_expression, 3), + [2843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lock_expression, 3, .production_id = 22), + [2845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lock_expression, 3, .production_id = 22), + [2847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2871), + [2849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anon_struct_type, 2), + [2851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anon_struct_type, 2), + [2853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_literal, 4, .production_id = 45), + [2855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_literal, 4, .production_id = 45), + [2857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_literal, 4, .production_id = 46), + [2859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_literal, 4, .production_id = 46), + [2861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_expression, 3), + [2863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_expression, 3), + [2865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anon_struct_value_expression, 4, .production_id = 47), + [2867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anon_struct_value_expression, 4, .production_id = 47), + [2869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anon_struct_value_expression, 4, .production_id = 48), + [2871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anon_struct_value_expression, 4, .production_id = 48), + [2873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation, 3), + [2875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation, 3), + [2877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), + [2879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [2881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [2883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [2885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option_type, 2), + [2887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_option_type, 2), + [2889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 3, .production_id = 50), + [2891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 3, .production_id = 50), + [2893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fixed_array_creation, 4), + [2895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fixed_array_creation, 4), + [2897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, .production_id = 20), + [2899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 4, .production_id = 20), + [2901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, .production_id = 21), + [2903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 4, .production_id = 21), + [2905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 4, .production_id = 54), + [2907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 4, .production_id = 54), + [2909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1650), + [2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [2913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_initializer, 2, .production_id = 10), + [2915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_initializer, 2, .production_id = 10), + [2917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_expression, 4), + [2919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_expression, 4), + [2921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_expression, 4, .production_id = 56), + [2923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_expression, 4, .production_id = 56), + [2925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__content_block, 3), + [2927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__content_block, 3), + [2929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shared_type, 2), + [2931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shared_type, 2), + [2933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), + [2935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), + [2937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_literal, 3, .production_id = 15), + [2939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_literal, 3, .production_id = 15), + [2941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression, 4, .dynamic_precedence = -1, .production_id = 63), + [2943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_expression, 4, .dynamic_precedence = -1, .production_id = 63), + [2945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_expression, 4, .production_id = 65), + [2947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice_expression, 4, .production_id = 65), + [2949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_channel_type, 2), + [2951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_channel_type, 2), + [2953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_thread_type, 2), + [2955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_thread_type, 2), + [2957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_atomic_type, 2), + [2959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_atomic_type, 2), + [2961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_is_expression, 4, .dynamic_precedence = 2, .production_id = 68), + [2963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_is_expression, 4, .dynamic_precedence = 2, .production_id = 68), + [2965] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_is_expression, 3, .dynamic_precedence = 2, .production_id = 29), REDUCE(sym_is_expression, 4, .dynamic_precedence = 2, .production_id = 68), + [2968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_is_expression, 3, .dynamic_precedence = 2, .production_id = 29), REDUCE(sym_is_expression, 4, .dynamic_precedence = 2, .production_id = 68), + [2971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_not_is_expression, 4, .dynamic_precedence = 2, .production_id = 68), + [2973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_not_is_expression, 4, .dynamic_precedence = 2, .production_id = 68), + [2975] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_not_is_expression, 3, .dynamic_precedence = 2, .production_id = 29), REDUCE(sym_not_is_expression, 4, .dynamic_precedence = 2, .production_id = 68), + [2978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_not_is_expression, 3, .dynamic_precedence = 2, .production_id = 29), REDUCE(sym_not_is_expression, 4, .dynamic_precedence = 2, .production_id = 68), + [2981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_initializer_body, 3, .production_id = 69), + [2983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_initializer_body, 3, .production_id = 69), + [2985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_initializer_body, 3, .production_id = 70), + [2987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_initializer_body, 3, .production_id = 70), + [2989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, .production_id = 11), + [2991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, .production_id = 11), + [2993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_init_expression, 3), + [2995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_init_expression, 3), + [2997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_fetch, 2), + [2999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_fetch, 2), + [3001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_return_type, 3), + [3003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_return_type, 3), + [3005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2), + [3007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2), + [3009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signature, 2, .production_id = 16), + [3011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_signature, 2, .production_id = 16), + [3013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__struct_body, 2), + [3015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__struct_body, 2), + [3017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal, 1), + [3019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal, 1), + [3021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, .production_id = 1), + [3023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, .production_id = 1), + [3025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wrong_pointer_type, 2), + [3027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_wrong_pointer_type, 2), + [3029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_type, 2), + [3031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_result_type, 2), + [3033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type, 2), + [3035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type, 2), + [3037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_literal, 5, .production_id = 82), + [3039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_literal, 5, .production_id = 82), + [3041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 3, .dynamic_precedence = 2, .production_id = 19), + [3043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 3, .dynamic_precedence = 2, .production_id = 19), + [3045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_branch, 2, .production_id = 86), + [3047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_branch, 2, .production_id = 86), + [3049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_branch, 2, .production_id = 30), + [3051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_branch, 2, .production_id = 30), + [3053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_if_expression, 5, .production_id = 87), + [3055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_if_expression, 5, .production_id = 87), + [3057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_or_block_expression, 2), + [3059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_or_block_expression, 2), + [3061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 9), + [3063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 9), + [3065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 5, .production_id = 54), + [3067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 5, .production_id = 54), + [3069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_propagation_expression, 2), + [3071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_result_propagation_expression, 2), + [3073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_expression, 5), + [3075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_expression, 5), + [3077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_expression, 5, .production_id = 56), + [3079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_expression, 5, .production_id = 56), + [3081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_option_propagation_expression, 2), + [3083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_option_propagation_expression, 2), + [3085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dec_expression, 2), + [3087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dec_expression, 2), + [3089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inc_expression, 2), + [3091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inc_expression, 2), + [3093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pseudo_compile_time_identifier, 2), + [3095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pseudo_compile_time_identifier, 2), + [3097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 2), + [3099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 2), + [3101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_string_literal, 2), + [3103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_string_literal, 2), + [3105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_return_type, 4), + [3107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_return_type, 4), + [3109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpreted_string_literal, 2), + [3111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpreted_string_literal, 2), + [3113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), + [3115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), + [3117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 3), + [3119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_list, 3), + [3121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__struct_body, 3), + [3123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__struct_body, 3), + [3125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fixed_array_type, 4, .production_id = 51), + [3127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fixed_array_type, 4, .production_id = 51), + [3129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_special_argument_list, 5, .production_id = 50), + [3131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_special_argument_list, 5, .production_id = 50), + [3133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_if_expression, 6, .production_id = 112), + [3135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_if_expression, 6, .production_id = 112), + [3137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_expression, 6, .production_id = 56), + [3139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_expression, 6, .production_id = 56), + [3141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map_type, 4, .production_id = 57), + [3143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_type, 4, .production_id = 57), + [3145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_selector_expression, 4), + [3147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_selector_expression, 4), + [3149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5), + [3151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5), + [3153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multi_return_type, 5), + [3155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multi_return_type, 5), + [3157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4), + [3159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4), + [3161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_list, 4), + [3163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameter_list, 4), + [3165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sql_expression, 2), + [3167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sql_expression, 2), + [3169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unsafe_expression, 2), + [3171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unsafe_expression, 2), + [3173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lock_expression, 2, .production_id = 7), + [3175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lock_expression, 2, .production_id = 7), + [3177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_reference_expression, 1), + [3179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_reference_expression, 1), + [3181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, .dynamic_precedence = 2), + [3183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4, .dynamic_precedence = 2), + [3185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 4), + [3187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 4), + [3189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2), + [3191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2), + [3193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, .dynamic_precedence = 2), + [3195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3, .dynamic_precedence = 2), + [3197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type, 3, .production_id = 32), + [3199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_type, 3, .production_id = 32), + [3201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3372), + [3203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3291), + [3205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3886), + [3207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3100), + [3209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4322), + [3211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2597), + [3213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2594), + [3215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), + [3217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3098), + [3219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3092), + [3221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3138), + [3223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3106), + [3225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3105), + [3227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3102), + [3229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 1), + [3231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3767), + [3233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3261), + [3235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), + [3237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), + [3239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), + [3241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882), + [3243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(881), + [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [3247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007), + [3249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1008), + [3251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009), + [3253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010), + [3255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), + [3257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), + [3259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(873), + [3261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4254), + [3263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3250), + [3265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3248), + [3267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872), + [3269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), + [3271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1183), + [3273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3235), + [3275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3859), + [3277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3173), + [3279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4331), + [3281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), + [3283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971), + [3285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), + [3287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3174), + [3289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3180), + [3291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3060), + [3293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3166), + [3295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3167), + [3297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3171), + [3299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), + [3301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 2), + [3303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert_statement, 2), + [3305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), + [3307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), + [3309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3077), + [3311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3078), + [3313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), + [3315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929), + [3317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), + [3319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), + [3321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), + [3323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), + [3325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), + [3327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 4), + [3329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert_statement, 4), + [3331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_send_statement, 3, .production_id = 28), + [3333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_send_statement, 3, .production_id = 28), + [3335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_definition, 3, .production_id = 36), + [3337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_definition, 3, .production_id = 36), + [3339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__global_var_value, 2, .production_id = 37), + [3341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__global_var_value, 2, .production_id = 37), + [3343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3840), + [3345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3839), + [3347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3845), + [3349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), + [3351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332), + [3353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), + [3355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3732), + [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), + [3359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4178), + [3361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109), + [3363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1110), + [3365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), + [3367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3194), + [3369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3193), + [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), + [3373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3220), + [3375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3219), + [3377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3215), + [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), + [3381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), + [3383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1113), + [3385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1413), + [3387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3242), + [3389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3871), + [3391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3088), + [3393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4216), + [3395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), + [3397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), + [3399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), + [3401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3086), + [3403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3083), + [3405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3280), + [3407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3124), + [3409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3123), + [3411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3122), + [3413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1117), + [3415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1691), + [3417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3208), + [3419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3782), + [3421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3140), + [3423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4413), + [3425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1120), + [3427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1119), + [3429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), + [3431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3136), + [3433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3133), + [3435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3187), + [3437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3154), + [3439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3148), + [3441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3142), + [3443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1913), + [3445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3117), + [3447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3831), + [3449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3089), + [3451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4183), [3453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126), [3455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125), - [3457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), - [3459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3237), - [3461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3234), - [3463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3097), - [3465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3265), - [3467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3229), - [3469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3262), - [3471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3845), - [3473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), - [3475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), - [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [3479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1194), - [3481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1196), - [3483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), - [3485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(694), - [3487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(709), - [3489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), - [3491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), - [3493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(722), - [3495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_element, 1), - [3497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3270), - [3499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1192), - [3501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1193), - [3503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(715), - [3505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4124), - [3507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3264), - [3509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3263), - [3511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_keyed_element, 3, .production_id = 35), - [3513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3848), - [3515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), - [3517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_without_blocks, 1), REDUCE(aux_sym_element_list_repeat1, 1), - [3520] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_without_blocks, 1), SHIFT(4084), - [3523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_element_list_repeat1, 1), - [3525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_name, 1), - [3527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2121), - [3529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), - [3531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3830), - [3533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3060), - [3535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4325), - [3537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), - [3539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), - [3541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), - [3543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3078), - [3545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3107), - [3547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), - [3549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3072), - [3551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3196), - [3553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3059), - [3555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), - [3557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), - [3559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3807), - [3561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3293), - [3563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4154), - [3565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), - [3567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), - [3569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402), - [3571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3203), - [3573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3285), - [3575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), - [3577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3185), - [3579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3076), - [3581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3224), - [3583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141), - [3585] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_without_blocks, 1), SHIFT(4200), - [3588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), - [3590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3805), - [3592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3847), - [3594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1215), - [3596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3781), - [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [3602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1336), - [3604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337), - [3606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), - [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3781), - [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [3612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3197), - [3614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), - [3616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [3618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), - [3620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), - [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), - [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [3634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4294), - [3636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3200), - [3638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), - [3640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), - [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [3644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 1), - [3646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 1), - [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), - [3650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3690), - [3652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_attribute, 1, .production_id = 6), - [3654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_literal, 1), SHIFT(3216), - [3657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__max_group, 1), - [3659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_attribute, 1), - [3661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__max_group, 1), - [3663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3832), - [3665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3688), - [3667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression_without_blocks, 1), SHIFT(3216), - [3670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1401), - [3672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2183), - [3674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3243), - [3676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3789), - [3678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3098), - [3680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4104), - [3682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1391), - [3684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1373), - [3686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), - [3688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3096), - [3690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3095), - [3692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3091), - [3694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3106), - [3696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3103), - [3698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3056), - [3700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1288), - [3702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2371), - [3704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3717), - [3706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), - [3708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1407), - [3710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1408), - [3712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), - [3714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3065), - [3716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3049), - [3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), - [3720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3261), - [3722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3128), - [3724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3124), - [3726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3162), - [3728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2563), - [3730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3132), - [3732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3808), - [3734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3071), - [3736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4171), - [3738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1413), - [3740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1425), - [3742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), - [3744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3067), - [3746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3053), - [3748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3146), - [3750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3223), - [3752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3121), - [3754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3115), - [3756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_union_list_repeat1, 2), - [3758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_union_list_repeat1, 2), - [3760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_union_list_repeat1, 2), SHIFT_REPEAT(4653), - [3763] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_union_list_repeat1, 2), SHIFT_REPEAT(3157), - [3766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_union_list, 2), - [3768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_union_list, 2), - [3770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_union_list, 2), SHIFT(4653), - [3773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3157), - [3775] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), SHIFT_REPEAT(399), - [3778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_union_list, 1), - [3780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_union_list, 1), - [3782] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_union_list, 1), SHIFT(4653), - [3785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2), - [3787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 2), - [3789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_strictly_expression_list, 4), - [3791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_strictly_expression_list, 4), - [3793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412), - [3795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 119), - [3797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 119), - [3799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46), - [3801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 6, .production_id = 120), - [3803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 6, .production_id = 120), - [3805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 123), - [3807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 123), - [3809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 7, .production_id = 133), - [3811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 7, .production_id = 133), - [3813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 81), - [3815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 81), - [3817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 96), - [3819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 96), - [3821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 71), - [3823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 71), - [3825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1), - [3827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), - [3829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 1), - [3831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 66), - [3833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 66), - [3835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), - [3837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 125), - [3839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 125), - [3841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 7, .production_id = 136), - [3843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 7, .production_id = 136), - [3845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 95), - [3847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 95), - [3849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 7, .production_id = 138), - [3851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 7, .production_id = 138), - [3853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 1), - [3855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 1), - [3857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 6, .production_id = 107), - [3859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 6, .production_id = 107), - [3861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 6, .production_id = 116), - [3863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 6, .production_id = 116), - [3865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 99), - [3867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 99), - [3869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 3, .production_id = 14), - [3871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 3, .production_id = 14), - [3873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 126), - [3875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 126), - [3877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, .production_id = 141), - [3879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, .production_id = 141), - [3881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 5, .production_id = 78), - [3883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 5, .production_id = 78), - [3885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_union_list_repeat1, 3), - [3887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_union_list_repeat1, 3), - [3889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 100), - [3891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 100), - [3893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 43), - [3895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 43), + [3457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), + [3459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3110), + [3461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3112), + [3463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3126), + [3465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3313), + [3467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3211), + [3469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3066), + [3471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), + [3473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_element, 1), + [3475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3874), + [3477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3074), + [3479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), + [3481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), + [3483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936), + [3485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), + [3487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [3489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), + [3491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), + [3493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), + [3495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), + [3497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), + [3499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), + [3501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925), + [3503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4289), + [3505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3071), + [3507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3064), + [3509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915), + [3511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), + [3513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map_keyed_element, 3, .production_id = 35), + [3515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1965), + [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), + [3519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3852), + [3521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3097), + [3523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4434), + [3525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), + [3527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142), + [3529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414), + [3531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3061), + [3533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3081), + [3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), + [3537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3111), + [3539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3108), + [3541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3101), + [3543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3810), + [3545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1967), + [3547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), + [3549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3847), + [3551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3049), + [3553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4354), + [3555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), + [3557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), + [3559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), + [3561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3212), + [3563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3213), + [3565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), + [3567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3214), + [3569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3191), + [3571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3192), + [3573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_without_blocks, 1), REDUCE(aux_sym_element_list_repeat1, 1), + [3576] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_without_blocks, 1), SHIFT(4037), + [3579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__expression_without_blocks, 1), SHIFT(4471), + [3582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_element_list_repeat1, 1), + [3584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_name, 1), + [3586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), + [3588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141), + [3590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3807), + [3592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3723), + [3594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), + [3596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1172), + [3598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3749), + [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [3604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1339), + [3606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1340), + [3608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), + [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), + [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [3614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 1), + [3616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3229), + [3618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_repeat1, 1), + [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), + [3622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), + [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [3626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910), + [3628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), + [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), + [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [3638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [3642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4383), + [3644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3232), + [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), + [3648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), + [3650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [3652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3796), + [3654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_attribute, 1, .production_id = 6), + [3656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__max_group, 1), + [3658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal_attribute, 1), + [3660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__max_group, 1), + [3662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_literal, 1), SHIFT(3262), + [3665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3802), + [3667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3799), + [3669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression_without_blocks, 1), SHIFT(3262), + [3672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292), + [3674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2207), + [3676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3223), + [3678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3823), + [3680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3053), + [3682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4213), + [3684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), + [3686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343), + [3688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), + [3690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3055), + [3692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3056), + [3694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3130), + [3696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3227), + [3698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3050), + [3700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3051), + [3702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1404), + [3704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2320), + [3706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), + [3708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3809), + [3710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), + [3712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4282), + [3714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1407), + [3716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1409), + [3718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), + [3720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3305), + [3722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3304), + [3724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), + [3726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3070), + [3728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3084), + [3730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3072), + [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), + [3734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3268), + [3736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2487), + [3738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3183), + [3740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3876), + [3742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3082), + [3744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4228), + [3746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1417), + [3748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1414), + [3750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), + [3752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3085), + [3754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3091), + [3756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3065), + [3758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3075), + [3760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3079), + [3762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3080), + [3764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412), + [3766] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), SHIFT_REPEAT(393), + [3769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_union_list_repeat1, 2), + [3771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_union_list_repeat1, 2), + [3773] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_union_list_repeat1, 2), SHIFT_REPEAT(4521), + [3776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_union_list_repeat1, 2), SHIFT_REPEAT(3116), + [3779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_list, 2), + [3781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_list, 2), + [3783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_strictly_expression_list, 4), + [3785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_strictly_expression_list, 4), + [3787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1411), + [3789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_union_list, 2), + [3791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_union_list, 2), + [3793] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_union_list, 2), SHIFT(4521), + [3796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3116), + [3798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_union_list, 1), + [3800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_union_list, 1), + [3802] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_union_list, 1), SHIFT(4521), + [3805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 71), + [3807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 71), + [3809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49), + [3811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 1), + [3813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518), + [3815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 1), + [3817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 1), + [3819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 1), + [3821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 5, .production_id = 78), + [3823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 5, .production_id = 78), + [3825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 81), + [3827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 81), + [3829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 95), + [3831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 95), + [3833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 96), + [3835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 96), + [3837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 8, .production_id = 145), + [3839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 8, .production_id = 145), + [3841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 3, .production_id = 14), + [3843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 3, .production_id = 14), + [3845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 99), + [3847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 99), + [3849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, .production_id = 141), + [3851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, .production_id = 141), + [3853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 123), + [3855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 123), + [3857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 7, .production_id = 138), + [3859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 7, .production_id = 138), + [3861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 66), + [3863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 66), + [3865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 6, .production_id = 120), + [3867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 6, .production_id = 120), + [3869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 7, .production_id = 136), + [3871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 7, .production_id = 136), + [3873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 119), + [3875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 119), + [3877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 102), + [3879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 102), + [3881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 7, .production_id = 133), + [3883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 7, .production_id = 133), + [3885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 6, .production_id = 116), + [3887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 6, .production_id = 116), + [3889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 43), + [3891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 43), + [3893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 100), + [3895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 100), [3897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 44), [3899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 44), - [3901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 8, .production_id = 145), - [3903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 8, .production_id = 145), - [3905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 102), - [3907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 102), - [3909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 121), - [3911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 121), - [3913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, .production_id = 139), - [3915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, .production_id = 139), - [3917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_declaration, 3, .production_id = 34), - [3919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_declaration, 3, .production_id = 34), - [3921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 4, .production_id = 34), - [3923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 4, .production_id = 34), - [3925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 5, .production_id = 34), - [3927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 5, .production_id = 34), - [3929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 4), - [3931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 4), - [3933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hash_statement, 2), - [3935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hash_statement, 2), - [3937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 108), - [3939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 108), - [3941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_declaration, 4), - [3943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_declaration, 4), - [3945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 101), - [3947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 101), - [3949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 4, .production_id = 49), - [3951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 4, .production_id = 49), - [3953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 2, .production_id = 7), - [3955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 2, .production_id = 7), - [3957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 42), - [3959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 42), - [3961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_body, 2), - [3963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_body, 2), - [3965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, .production_id = 18), - [3967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, .production_id = 18), - [3969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 2), - [3971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 2), - [3973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 6, .production_id = 115), - [3975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 6, .production_id = 115), - [3977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 97), - [3979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 97), - [3981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 5, .production_id = 67), - [3983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 5, .production_id = 67), - [3985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 8, .production_id = 142), - [3987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 8, .production_id = 142), - [3989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 8, .production_id = 143), - [3991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 8, .production_id = 143), - [3993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_body, 2), - [3995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__interface_body, 2), - [3997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 8, .production_id = 144), - [3999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 8, .production_id = 144), - [4001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 3, .production_id = 34), - [4003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 3, .production_id = 34), - [4005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 4, .production_id = 38), - [4007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 4, .production_id = 38), - [4009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8, .production_id = 146), - [4011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 8, .production_id = 146), - [4013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 5, .production_id = 97), - [4015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 5, .production_id = 97), - [4017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 9, .production_id = 147), - [4019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 9, .production_id = 147), - [4021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_declaration, 5, .production_id = 34), - [4023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_declaration, 5, .production_id = 34), - [4025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_declaration, 2), - [4027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_declaration, 2), - [4029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, .production_id = 137), - [4031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, .production_id = 137), - [4033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_declaration, 3, .production_id = 33), - [4035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_declaration, 3, .production_id = 33), - [4037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 6, .production_id = 106), - [4039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 6, .production_id = 106), - [4041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 103), - [4043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 103), - [4045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_statement, 3, .production_id = 26), - [4047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_statement, 3, .production_id = 26), - [4049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_asm_statement, 3), - [4051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_asm_statement, 3), - [4053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 49), - [4055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 49), - [4057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 94), - [4059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 94), - [4061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 5, .production_id = 93), - [4063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 5, .production_id = 93), - [4065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 5), - [4067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 5), - [4069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 3, .production_id = 24), - [4071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 3, .production_id = 24), - [4073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, .production_id = 140), - [4075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, .production_id = 140), - [4077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_for_statement, 3, .production_id = 24), - [4079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_for_statement, 3, .production_id = 24), - [4081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 117), - [4083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 117), - [4085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 118), - [4087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 118), - [4089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 5, .production_id = 72), - [4091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 5, .production_id = 72), - [4093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 3, .production_id = 18), - [4095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 3, .production_id = 18), - [4097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 3, .production_id = 18), - [4099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 3, .production_id = 18), - [4101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 3, .production_id = 18), - [4103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 3, .production_id = 18), - [4105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_definition, 2, .production_id = 6), - [4107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_definition, 2, .production_id = 6), - [4109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 4, .production_id = 72), - [4111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 4, .production_id = 72), - [4113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 7, .production_id = 135), - [4115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 7, .production_id = 135), - [4117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_definition, 2, .production_id = 12), - [4119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_definition, 2, .production_id = 12), - [4121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_declaration, 3), - [4123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_declaration, 3), - [4125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_body, 3), - [4127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__interface_body, 3), - [4129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 3), - [4131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 3), - [4133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 122), - [4135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 122), - [4137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_body, 3), - [4139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_body, 3), - [4141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, .production_id = 134), - [4143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, .production_id = 134), - [4145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 6, .production_id = 34), - [4147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 6, .production_id = 34), - [4149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 5, .production_id = 103), - [4151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 5, .production_id = 103), - [4153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 7, .production_id = 132), - [4155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 7, .production_id = 132), - [4157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 98), - [4159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 98), - [4161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 80), - [4163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 80), - [4165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), - [4167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), - [4169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1592), - [4171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defer_statement, 2), - [4173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defer_statement, 2), - [4175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label_reference, 1), - [4177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_label_reference, 1), - [4179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 124), - [4181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 124), - [4183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 2), - [4185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 2), - [4187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), - [4189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), - [4191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 2), - [4193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 2), - [4195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 4, .production_id = 67), - [4197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 4, .production_id = 67), - [4199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), - [4201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), - [4203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, .production_id = 67), - [4205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, .production_id = 67), - [4207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_list_repeat1, 2), - [4209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_list_repeat1, 2), - [4211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_import_list_repeat1, 2), SHIFT_REPEAT(3849), - [4214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1), - [4216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1), - [4218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 67), - [4220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 67), - [4222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, .production_id = 8), - [4224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2, .production_id = 8), - [4226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, .production_id = 72), - [4228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, .production_id = 72), - [4230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 72), - [4232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 72), - [4234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_list, 1), - [4236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_list, 1), - [4238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 5, .production_id = 103), - [4240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 5, .production_id = 103), - [4242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 79), - [4244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 79), - [4246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 6, .production_id = 127), - [4248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 6, .production_id = 127), - [4250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_declaration, 4, .production_id = 34), - [4252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_declaration, 4, .production_id = 34), - [4254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 6, .production_id = 103), - [4256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 6, .production_id = 103), - [4258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 5, .production_id = 73), - [4260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 5, .production_id = 73), - [4262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 6, .production_id = 127), - [4264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 6, .production_id = 127), - [4266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 5, .production_id = 101), - [4268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 5, .production_id = 101), - [4270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 7, .production_id = 128), - [4272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 7, .production_id = 128), - [4274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2836), - [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), - [4278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3814), - [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), - [4282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4159), - [4284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1583), - [4286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1584), - [4288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410), - [4290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3195), - [4292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3199), - [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), - [4296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3174), - [4298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3181), - [4300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3182), - [4302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509), - [4304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_clause, 2), - [4306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_clause, 2), - [4308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1581), - [4310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_clause, 3), - [4312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_clause, 3), - [4314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mutability_modifiers, 1), - [4316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mutability_modifiers, 1), + [3901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 6, .production_id = 107), + [3903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 6, .production_id = 107), + [3905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_union_list_repeat1, 3), + [3907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_union_list_repeat1, 3), + [3909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 126), + [3911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 126), + [3913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 125), + [3915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 125), + [3917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 79), + [3919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 79), + [3921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_statement, 3, .production_id = 26), + [3923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_statement, 3, .production_id = 26), + [3925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, .production_id = 140), + [3927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, .production_id = 140), + [3929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, .production_id = 139), + [3931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, .production_id = 139), + [3933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483), + [3935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, .production_id = 137), + [3937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, .production_id = 137), + [3939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 7, .production_id = 135), + [3941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 7, .production_id = 135), + [3943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, .production_id = 134), + [3945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, .production_id = 134), + [3947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 2), + [3949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 2), + [3951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defer_statement, 2), + [3953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defer_statement, 2), + [3955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 7, .production_id = 132), + [3957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 7, .production_id = 132), + [3959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2834), + [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), + [3963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3814), + [3965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), + [3967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4248), + [3969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1498), + [3971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567), + [3973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), + [3975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3231), + [3977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3241), + [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), + [3981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3221), + [3983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3222), + [3985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3224), + [3987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 5, .production_id = 72), + [3989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 5, .production_id = 72), + [3991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 7, .production_id = 128), + [3993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 7, .production_id = 128), + [3995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 6, .production_id = 127), + [3997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 6, .production_id = 127), + [3999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 6, .production_id = 103), + [4001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 6, .production_id = 103), + [4003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 5), + [4005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 5), + [4007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 124), + [4009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 124), + [4011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 6, .production_id = 34), + [4013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 6, .production_id = 34), + [4015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 122), + [4017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 122), + [4019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 121), + [4021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 121), + [4023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 118), + [4025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 118), + [4027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 117), + [4029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 117), + [4031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 6, .production_id = 115), + [4033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 6, .production_id = 115), + [4035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, .production_id = 108), + [4037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, .production_id = 108), + [4039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 6, .production_id = 106), + [4041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 6, .production_id = 106), + [4043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 103), + [4045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 103), + [4047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 5, .production_id = 103), + [4049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 5, .production_id = 103), + [4051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 5, .production_id = 103), + [4053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 5, .production_id = 103), + [4055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 101), + [4057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 101), + [4059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 5, .production_id = 101), + [4061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 5, .production_id = 101), + [4063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label_reference, 1), + [4065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_label_reference, 1), + [4067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 98), + [4069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 98), + [4071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_declaration, 5, .production_id = 34), + [4073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_declaration, 5, .production_id = 34), + [4075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 8, .production_id = 143), + [4077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 8, .production_id = 143), + [4079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 5, .production_id = 34), + [4081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 5, .production_id = 34), + [4083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 2), + [4085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 2), + [4087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, .production_id = 97), + [4089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, .production_id = 97), + [4091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 5, .production_id = 67), + [4093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 5, .production_id = 67), + [4095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 5, .production_id = 97), + [4097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 5, .production_id = 97), + [4099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 8, .production_id = 144), + [4101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 8, .production_id = 144), + [4103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8, .production_id = 146), + [4105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 8, .production_id = 146), + [4107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 94), + [4109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 94), + [4111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 5, .production_id = 93), + [4113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 5, .production_id = 93), + [4115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 4, .production_id = 72), + [4117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 4, .production_id = 72), + [4119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_body, 3), + [4121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__interface_body, 3), + [4123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_body, 3), + [4125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_body, 3), + [4127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 9, .production_id = 147), + [4129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 9, .production_id = 147), + [4131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, .production_id = 80), + [4133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, .production_id = 80), + [4135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), + [4137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), + [4139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 5, .production_id = 73), + [4141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 5, .production_id = 73), + [4143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), + [4145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), + [4147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 72), + [4149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 72), + [4151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, .production_id = 72), + [4153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, .production_id = 72), + [4155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, .production_id = 8), + [4157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2, .production_id = 8), + [4159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 2, .production_id = 7), + [4161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 2, .production_id = 7), + [4163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hash_statement, 2), + [4165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hash_statement, 2), + [4167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_declaration, 2), + [4169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_declaration, 2), + [4171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_declaration, 4, .production_id = 34), + [4173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_declaration, 4, .production_id = 34), + [4175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 4, .production_id = 34), + [4177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 4, .production_id = 34), + [4179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 67), + [4181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 67), + [4183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, .production_id = 67), + [4185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, .production_id = 67), + [4187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 2), + [4189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 2), + [4191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 4, .production_id = 67), + [4193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 4, .production_id = 67), + [4195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_list_repeat1, 2), + [4197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_list_repeat1, 2), + [4199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_import_list_repeat1, 2), SHIFT_REPEAT(3885), + [4202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 6, .production_id = 127), + [4204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 6, .production_id = 127), + [4206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 3), + [4208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 3), + [4210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, .production_id = 49), + [4212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, .production_id = 49), + [4214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_body, 2), + [4216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__interface_body, 2), + [4218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, .production_id = 18), + [4220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, .production_id = 18), + [4222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_body, 2), + [4224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__enum_body, 2), + [4226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_declaration, 3), + [4228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_declaration, 3), + [4230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 4, .production_id = 49), + [4232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 4, .production_id = 49), + [4234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_definition, 2, .production_id = 12), + [4236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_definition, 2, .production_id = 12), + [4238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_definition, 2, .production_id = 6), + [4240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_definition, 2, .production_id = 6), + [4242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, .production_id = 42), + [4244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, .production_id = 42), + [4246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_declaration, 3, .production_id = 18), + [4248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_declaration, 3, .production_id = 18), + [4250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 4, .production_id = 38), + [4252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 4, .production_id = 38), + [4254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 3, .production_id = 18), + [4256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 3, .production_id = 18), + [4258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_declaration, 4), + [4260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_declaration, 4), + [4262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_list, 1), + [4264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_list, 1), + [4266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1), + [4268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1), + [4270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 4), + [4272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 4), + [4274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 3, .production_id = 18), + [4276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 3, .production_id = 18), + [4278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_var_declaration, 3, .production_id = 34), + [4280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_var_declaration, 3, .production_id = 34), + [4282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 3, .production_id = 34), + [4284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 3, .production_id = 34), + [4286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compile_time_for_statement, 3, .production_id = 24), + [4288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compile_time_for_statement, 3, .production_id = 24), + [4290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_declaration, 3, .production_id = 33), + [4292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_var_declaration, 3, .production_id = 33), + [4294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_method_declaration, 8, .production_id = 142), + [4296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_method_declaration, 8, .production_id = 142), + [4298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 3, .production_id = 24), + [4300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 3, .production_id = 24), + [4302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1), + [4304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1), + [4306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1593), + [4308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_asm_statement, 3), + [4310] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_asm_statement, 3), + [4312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1542), + [4314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_clause, 2), + [4316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_clause, 2), [4318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 3), [4320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 3), - [4322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), - [4324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3732), - [4326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3250), - [4328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), - [4330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), - [4332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), - [4334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(669), - [4336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(668), - [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [4340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), - [4342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1704), - [4344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1731), - [4346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), - [4348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1712), - [4350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), - [4352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), - [4354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), - [4356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665), - [4358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(663), - [4360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4167), - [4362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3247), - [4364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3245), - [4366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), - [4368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), - [4370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3769), - [4372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3279), - [4374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), - [4376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), - [4378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(782), - [4380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), - [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [4384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1914), - [4386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1915), - [4388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1913), - [4390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1891), - [4392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), - [4394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(753), - [4396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), - [4398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4272), - [4400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3281), - [4402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3282), - [4404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751), - [4406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(748), - [4408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3802), - [4410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3144), - [4412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3133), - [4414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3785), - [4416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_label_definition, 2), - [4418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label_definition, 2), - [4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), - [4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), - [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [4430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), - [4432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), - [4434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), - [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), - [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), - [4444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), - [4446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1943), - [4448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), - [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4314), - [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [4458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), - [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), - [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [4466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3801), - [4468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [4470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3843), - [4472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1730), - [4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3773), - [4476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [4478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [4480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2075), - [4482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2076), - [4484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), - [4486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), - [4490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), - [4492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), - [4494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828), - [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [4498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), - [4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), - [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4191), - [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), - [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), - [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [4516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), - [4518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), - [4520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(546), - [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [4532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3846), - [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [4536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3841), - [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), - [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), - [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3668), - [4544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_list, 1), - [4546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3831), - [4548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), - [4550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1843), - [4552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3839), - [4554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), - [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3277), - [4558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), - [4560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), - [4562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), - [4564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_without_blocks_list, 1), - [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), - [4568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_without_blocks_list, 1), - [4570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3834), - [4572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3726), - [4574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), - [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3051), - [4578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 1), - [4580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2218), - [4582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression_without_blocks, 1), SHIFT(4293), - [4585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 1), - [4587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2220), - [4589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), - [4591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_definition, 1, .production_id = 6), - [4593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), - [4595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3777), - [4597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), - [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [4601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2190), - [4603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2182), - [4605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), - [4607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_without_blocks_list_repeat1, 2), - [4609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expression_without_blocks_list_repeat1, 2), - [4611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3764), - [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), - [4615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2258), - [4617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2287), - [4619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_arm, 2), - [4621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_arm, 2), - [4623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__struct_field_definition, 4, .production_id = 109), - [4625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3180), - [4627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651), - [4629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(653), - [4631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), - [4633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2188), - [4635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2189), - [4637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), - [4639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), - [4641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(660), - [4643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4289), - [4645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3179), - [4647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3177), - [4649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672), - [4651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), - [4653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3314), - [4655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4284), - [4657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3761), - [4659] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_else_arm_clause, 2, .production_id = 30), - [4661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_else_arm_clause, 2, .production_id = 30), - [4663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 2, .production_id = 88), - [4665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 2, .production_id = 88), - [4667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3756), - [4669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2809), - [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4250), - [4673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), - [4675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3811), - [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [4681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2402), - [4683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2403), - [4685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), - [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3811), - [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [4691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), - [4693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2270), - [4695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), - [4697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mutability_modifiers, 2), - [4699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mutability_modifiers, 2), - [4701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2300), - [4703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_spread_expression, 2), - [4705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), - [4707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), - [4709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636), - [4711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(635), - [4713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634), - [4715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), - [4717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), - [4719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keyed_element, 3, .production_id = 35), - [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3720), - [4723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mutability_modifiers, 3), - [4725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mutability_modifiers, 3), - [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), - [4729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3790), - [4731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), - [4733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), - [4735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), - [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [4739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2526), - [4741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2524), - [4743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(293), - [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), - [4747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3158), - [4749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(601), - [4751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2528), - [4753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2527), - [4755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), - [4757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(603), - [4759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4108), - [4761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3273), - [4763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3275), - [4765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(604), - [4767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(605), - [4769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3175), - [4771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3208), - [4773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_field_definition, 3, .production_id = 36), - [4775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3792), - [4777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument, 1), - [4779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), - [4781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2382), - [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3084), - [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [4787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), - [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [4791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(479), - [4793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), - [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), - [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), - [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4198), - [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3088), - [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), - [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [4819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), - [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [4823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(678), - [4825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), - [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [4829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), - [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [4845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3779), - [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [4853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), - [4855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), - [4857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), - [4859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), - [4861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), - [4863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), - [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [4869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), - [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [4873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3791), - [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [4881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3829), - [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [4885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), - [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [4889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), - [4891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), - [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [4897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2718), - [4899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2720), - [4901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), - [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3829), - [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [4915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2547), - [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), - [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), - [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), - [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), - [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), - [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), - [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3842), - [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), - [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3771), - [4937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), - [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [4941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), - [4943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), - [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [4957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), - [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [4961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), - [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [4965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), - [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [4973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), - [4981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_clause, 3, .production_id = 29), - [4983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [4985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(600), - [4987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [4989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698), - [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [4993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(703), - [4995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(711), - [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [4999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2920), - [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [5007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [5015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [5019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2930), - [5021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_attribute, 2), - [5023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4196), - [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), - [5027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [5029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2917), - [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), - [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), - [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), - [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), - [5039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2929), - [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), - [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [5045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2916), - [5047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2892), - [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), - [5053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2889), - [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [5057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2896), - [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [5061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754), - [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), - [5065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression_list, 1), - [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), - [5071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__definite_range, 3, .production_id = 92), - [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [5075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2925), - [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), - [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), - [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), - [5083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), - [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [5087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2899), - [5089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2906), - [5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), - [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), - [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), - [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), - [5099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2901), - [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [5103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2931), - [5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), - [5107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), - [5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [5111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641), - [5113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), - [5115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [5117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [5119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [5121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [5123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), - [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), - [5131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2874), - [5133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), - [5135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), - [5137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3348), - [5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2888), - [5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3055), - [5145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3043), - [5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), - [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), - [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), - [5161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 3, .production_id = 92), - [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), - [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), - [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), - [5175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2837), - [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3762), - [5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), - [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), - [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), - [5185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), - [5189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), - [5191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2866), - [5193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), - [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), - [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), - [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), - [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), - [5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), - [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), - [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), - [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), - [5221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), - [5223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [5225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), - [5227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 2, .production_id = 62), - [5229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), - [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), - [5233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [5239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), - [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), - [5243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_expression_list_repeat1, 2), - [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), - [5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), - [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), - [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), - [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3772), - [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), - [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), - [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), - [5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), - [5267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), - [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), - [5271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), - [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), - [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), - [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3287), - [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), - [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), - [5283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), - [5285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), - [5287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), - [5289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [5291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), - [5293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3259), + [4322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mutability_modifiers, 1), + [4324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mutability_modifiers, 1), + [4326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_clause, 3), + [4328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_clause, 3), + [4330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), + [4332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3727), + [4334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3196), + [4336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), + [4338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), + [4340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902), + [4342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), + [4344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900), + [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [4348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(712), + [4350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1748), + [4352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1749), + [4354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), + [4356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), + [4358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382), + [4360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(457), + [4362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), + [4364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), + [4366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892), + [4368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4244), + [4370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3190), + [4372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3181), + [4374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(889), + [4376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(888), + [4378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3801), + [4380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3728), + [4382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3204), + [4384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), + [4386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), + [4388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(862), + [4390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(838), + [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [4394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1912), + [4396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1908), + [4398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1906), + [4400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1896), + [4402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), + [4404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828), + [4406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), + [4408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4382), + [4410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3206), + [4412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3207), + [4414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(821), + [4416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), + [4418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3832), + [4420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3309), + [4422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3308), + [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3803), + [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), + [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [4434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(618), + [4436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(620), + [4438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(622), + [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), + [4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), + [4448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), + [4450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), + [4452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), + [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [4458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4375), + [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), + [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), + [4466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [4468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [4470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3818), + [4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [4474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_label_definition, 2), + [4476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label_definition, 2), + [4478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3884), + [4480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1713), + [4482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3777), + [4484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), + [4486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808), + [4488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(833), + [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [4498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), + [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [4506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2075), + [4508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2076), + [4510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), + [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [4514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3887), + [4516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(488), + [4518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), + [4520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), + [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), + [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), + [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), + [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4464), + [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), + [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), + [4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [4546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3868), + [4548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3668), + [4550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_list, 1), + [4552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1841), + [4554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3837), + [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), + [4558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), + [4560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3836), + [4562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), + [4564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), + [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), + [4568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), + [4570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), + [4572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), + [4574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), + [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3869), + [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), + [4580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_without_blocks_list, 1), + [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [4584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_without_blocks_list, 1), + [4586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__expression_without_blocks, 1), SHIFT(4467), + [4589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), + [4591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2139), + [4593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_definition, 1, .production_id = 6), + [4595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 1), + [4597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2301), + [4599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 1), + [4601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2287), + [4603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_without_blocks_list_repeat1, 2), + [4605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expression_without_blocks_list_repeat1, 2), + [4607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3821), + [4609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), + [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [4613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2266), + [4615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2265), + [4617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), + [4619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3866), + [4621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__struct_field_definition, 4, .production_id = 109), + [4623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3249), + [4625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), + [4627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), + [4629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(479), + [4631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2268), + [4633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2267), + [4635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), + [4637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), + [4639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), + [4641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4408), + [4643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3251), + [4645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3252), + [4647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(880), + [4649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), + [4651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3317), + [4653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3865), + [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3490), + [4657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2282), + [4659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2304), + [4661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3863), + [4663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select_arm, 2), + [4665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_arm, 2), + [4667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3877), + [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [4673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2404), + [4675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2403), + [4677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), + [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), + [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [4683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4313), + [4685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2182), + [4687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_else_arm_clause, 2, .production_id = 30), + [4689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_else_arm_clause, 2, .production_id = 30), + [4691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 2, .production_id = 88), + [4693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 2, .production_id = 88), + [4695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), + [4697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), + [4699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), + [4701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), + [4703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(847), + [4705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(840), + [4707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793), + [4709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mutability_modifiers, 2), + [4711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mutability_modifiers, 2), + [4713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2311), + [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), + [4717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_short_element_list_repeat1, 2), + [4719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_spread_expression, 2), + [4721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2859), + [4723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keyed_element, 3, .production_id = 35), + [4725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__array_repeat1, 2), + [4727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_map_init_expression_repeat1, 2), + [4729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3849), + [4731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), + [4733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), + [4735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), + [4737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(548), + [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [4741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2568), + [4743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2569), + [4745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), + [4747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(812), + [4749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), + [4751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3201), + [4753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2562), + [4755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2564), + [4757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), + [4759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804), + [4761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4452), + [4763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3163), + [4765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3179), + [4767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3197), + [4769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3195), + [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3766), + [4773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mutability_modifiers, 3), + [4775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mutability_modifiers, 3), + [4777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_field_definition, 3, .production_id = 36), + [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), + [4781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3798), + [4783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument, 1), + [4785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2385), + [4787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), + [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), + [4791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), + [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [4795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806), + [4797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), + [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), + [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), + [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4474), + [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), + [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), + [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [4823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), + [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [4827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), + [4829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(723), + [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [4849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), + [4851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), + [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [4855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), + [4857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549), + [4859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), + [4861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), + [4863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), + [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [4875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3784), + [4877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), + [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [4885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3797), + [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), + [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), + [4891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3881), + [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [4897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2774), + [4899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2773), + [4901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), + [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3881), + [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3295), + [4909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), + [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [4913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), + [4915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(907), + [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), + [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), + [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4316), + [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), + [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), + [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), + [4941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2530), + [4943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), + [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [4947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), + [4949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), + [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), + [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [4965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_clause, 3, .production_id = 29), + [4967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), + [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [4971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), + [4973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), + [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [4981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [4983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [4985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [4987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [4989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), + [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), + [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [5007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__definite_range, 3, .production_id = 92), + [5009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), + [5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [5013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), + [5015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), + [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [5019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2885), + [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [5027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [5029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [5033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2891), + [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), + [5037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_attribute, 2), + [5039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4343), + [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3259), + [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), + [5045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2912), + [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [5049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2925), + [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), + [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3853), + [5057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2917), + [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), + [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), + [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), + [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), + [5067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2913), + [5069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression_list, 1), + [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [5075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(757), + [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), + [5079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2926), + [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [5083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2884), + [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [5087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2905), + [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [5091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2914), + [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), + [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [5099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2887), + [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), + [5103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2921), + [5105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2888), + [5107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3854), + [5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), + [5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), + [5113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), + [5115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [5117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), + [5119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), + [5121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [5123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [5131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [5133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [5135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [5137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), + [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), + [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), + [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), + [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [5157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), + [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [5167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2771), + [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), + [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), + [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), + [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), + [5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), + [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [5185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), + [5187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 2, .production_id = 62), + [5189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), + [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [5193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_expression_list_repeat1, 2), + [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), + [5197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range, 3, .production_id = 92), + [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), + [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), + [5205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), + [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), + [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), + [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [5215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [5219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2850), + [5221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), + [5223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), + [5225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3353), + [5227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), + [5229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), + [5233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3029), + [5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), + [5237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), + [5239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3288), + [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), + [5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), + [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), + [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3270), + [5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), + [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3165), + [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3164), + [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), + [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), + [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), + [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), + [5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), + [5267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), + [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), + [5271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3300), + [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3299), + [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), + [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), + [5283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), + [5285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), + [5287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2843), + [5289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), + [5291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), + [5293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), [5295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mutable_identifier, 2), - [5297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), - [5299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), - [5301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), - [5303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3172), - [5305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), - [5307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), - [5309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), - [5311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), - [5313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [5315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [5317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), - [5319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), - [5321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3821), - [5323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3278), - [5325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2912), - [5327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2895), - [5329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), - [5331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3280), - [5333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3283), - [5335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3286), - [5337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3268), - [5339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3184), - [5341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3269), - [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), - [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), - [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), - [5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), - [5351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), - [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), - [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), - [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3248), - [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), - [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), - [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), - [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), - [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), - [5369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), - [5371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), - [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), - [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), - [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), - [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3299), - [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), - [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), - [5385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), - [5387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3183), - [5389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), - [5391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), - [5393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), - [5395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), - [5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), - [5399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), - [5401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), - [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), - [5407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), - [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [5411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), - [5413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3286), - [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3288), - [5417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), - [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), - [5423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [5425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [5427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), - [5429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3081), - [5431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), - [5433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), - [5435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), - [5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3437), - [5439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [5441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2862), - [5443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3271), - [5445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), - [5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), - [5449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), - [5451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), - [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), - [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [5457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2876), - [5459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), - [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3430), - [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), - [5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), - [5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), - [5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), - [5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), - [5473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), - [5475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), - [5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), - [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [5481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), - [5483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), - [5485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), - [5487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), - [5489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2761), - [5491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), - [5493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), - [5495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), - [5497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), - [5499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), - [5501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [5503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), - [5505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), - [5507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), - [5509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), - [5511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), - [5513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [5515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3078), - [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), - [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), - [5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), - [5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), - [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), - [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), - [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [5535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), - [5537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), - [5539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), - [5541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [5543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [5545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), - [5547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), - [5549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), - [5551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), - [5555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), - [5557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), - [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), - [5561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), - [5563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [5565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), - [5567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), - [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), - [5571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), - [5573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [5575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), - [5577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), - [5579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), - [5581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [5583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [5585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [5587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), - [5589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), - [5591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), - [5593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3087), - [5595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [5597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [5599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [5601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), - [5603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), - [5605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), - [5607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), - [5609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [5611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [5613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [5615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), - [5617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), - [5619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), - [5621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), - [5623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), - [5625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), - [5627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [5629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), - [5631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), - [5633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), - [5635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), - [5637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [5639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [5641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [5643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), - [5645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), - [5647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2396), - [5649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4240), - [5651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3968), - [5653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3800), - [5655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), - [5657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4079), - [5659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4079), - [5661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4250), - [5663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3471), - [5665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), - [5667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4218), - [5669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3), - [5671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 4), - [5673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3356), - [5675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3358), - [5677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [5679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), SHIFT_REPEAT(422), - [5682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_without_blocks_list, 2), - [5684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [5686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [5688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_without_blocks_list_repeat1, 2), SHIFT_REPEAT(611), - [5691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3360), - [5693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_arm_statement, 1), - [5695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [5697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), - [5699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), - [5701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), - [5703] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interface_body_repeat1, 2), SHIFT_REPEAT(2176), - [5706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interface_body_repeat1, 2), - [5708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interface_body_repeat1, 2), SHIFT_REPEAT(4443), - [5711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interface_body_repeat1, 2), SHIFT_REPEAT(4311), - [5714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3530), - [5716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), - [5718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [5720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [5722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2561), - [5724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), - [5726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), - [5728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [5730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), - [5732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [5734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), - [5736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), - [5738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), - [5740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [5742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), - [5744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), - [5746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [5748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [5750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), - [5752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [5754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [5756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), - [5758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), - [5760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), - [5762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), - [5764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [5766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [5768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), - [5770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), - [5772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), - [5774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), - [5776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3483), - [5778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [5780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [5782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), - [5784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), - [5786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), - [5788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__struct_body_repeat1, 2), SHIFT_REPEAT(2561), - [5791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__struct_body_repeat1, 2), - [5793] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__struct_body_repeat1, 2), SHIFT_REPEAT(4443), - [5796] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__struct_body_repeat1, 2), SHIFT_REPEAT(4311), - [5799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), - [5801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), - [5803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3441), - [5805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributes_repeat1, 1), - [5807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3499), - [5809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), - [5811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), - [5813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), - [5815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3440), - [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [5819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributes_repeat1, 2), - [5821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributes_repeat1, 2), SHIFT_REPEAT(3314), - [5824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributes, 1), - [5826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__struct_field_definition, 2, .production_id = 40), - [5828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), - [5830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receiver, 4, .production_id = 75), - [5832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receiver, 4, .production_id = 75), - [5834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receiver, 5, .production_id = 105), - [5836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receiver, 5, .production_id = 105), - [5838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_method_definition, 3, .production_id = 111), - [5840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_embedded_definition, 1), - [5842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_method_definition, 2, .production_id = 85), - [5844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4475), - [5846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3907), - [5848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), - [5850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), - [5852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4459), - [5854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), - [5856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4458), - [5858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4457), - [5860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3007), - [5862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifiers, 1), - [5864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3804), - [5866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), - [5868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4084), - [5870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_field_definition, 1, .production_id = 6), - [5872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737), - [5874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3824), - [5876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__struct_field_definition, 3, .production_id = 83), - [5878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interface_body_repeat1, 1), - [5880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3671), - [5882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), - [5884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_list, 1), - [5886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_field_scope, 3), - [5888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 1), - [5890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4351), - [5892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4352), - [5894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_path_repeat1, 2), - [5896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_import_path_repeat1, 2), SHIFT_REPEAT(4362), - [5899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_path, 1), - [5901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4362), - [5903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4410), - [5905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3879), - [5907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4089), - [5909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4419), - [5911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_element_list_repeat1, 2), SHIFT_REPEAT(3448), - [5914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_element_list_repeat1, 2), - [5916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_element_list_repeat1, 2), SHIFT_REPEAT(697), - [5919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_method_definition, 3, .production_id = 110), - [5921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__struct_field_definition, 5, .production_id = 129), - [5923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_field_declaration, 1), - [5925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_field_declaration, 1, .production_id = 17), - [5927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__struct_body_repeat1, 1), - [5929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3681), - [5931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_field_scope, 2), - [5933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_method_definition, 4, .production_id = 131), - [5935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_path, 2), - [5937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), - [5939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), - [5941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2588), - [5943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), - [5945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1836), - [5947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), - [5949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), - [5951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3892), - [5953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), - [5955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2845), - [5957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), - [5959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259), - [5961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), - [5963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2814), - [5965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), - [5967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1393), - [5969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifiers, 1), - [5971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), - [5973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), - [5975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), - [5977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1237), - [5979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4036), - [5981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), - [5983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), - [5985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(210), - [5988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), - [5990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), - [5992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2339), - [5994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), - [5996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1864), - [5998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), - [6000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2014), - [6002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1721), - [6004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_selective_import_list_repeat1, 1), - [6006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), - [6008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2364), - [6010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), - [6012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010), - [6014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3917), - [6016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4480), - [6018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), - [6020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4477), - [6022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4461), - [6024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4476), - [6026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), - [6028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1676), - [6030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), - [6032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), - [6034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), - [6036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964), - [6038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), - [6040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2209), - [6042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), - [6044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1979), - [6046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_name, 1), - [6048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), - [6050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2565), - [6052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), - [6054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2278), - [6056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190), - [6058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), - [6060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), - [6062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1685), - [6064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3571), - [6066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3571), - [6068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), - [6070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1879), - [6072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3639), - [6074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3639), - [6076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476), - [6078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2420), - [6080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3510), - [6082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3795), - [6084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2022), - [6086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1880), - [6088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3554), - [6090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), - [6092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2173), - [6094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3557), - [6096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), - [6098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3564), - [6100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3564), - [6102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2171), - [6104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1755), - [6106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3565), - [6108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3565), - [6110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3577), - [6112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), - [6114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1959), - [6116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3572), - [6118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), - [6120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), - [6122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3596), - [6124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3596), - [6126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1961), - [6128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3542), - [6130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), - [6132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3539), - [6134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), - [6136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1904), - [6138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3715), - [6140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3543), - [6142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), - [6144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_selective_import_list_repeat1, 2), SHIFT_REPEAT(3510), - [6147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_selective_import_list_repeat1, 2), - [6149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3544), - [6151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), - [6153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1902), - [6155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3545), - [6157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), - [6159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2231), - [6161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat1, 2), SHIFT_REPEAT(3571), - [6164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_c_string_literal_repeat1, 2), SHIFT_REPEAT(3571), - [6167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat1, 2), SHIFT_REPEAT(480), - [6170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat1, 2), - [6172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2024), - [6174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3593), - [6176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), - [6178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2395), - [6180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3595), - [6182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), - [6184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3540), - [6186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), - [6188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2398), - [6190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3597), - [6192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), - [6194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), - [6196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), - [6198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3607), - [6200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), - [6202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2689), - [6204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3645), - [6206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3645), - [6208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910), - [6210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3608), - [6212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3608), - [6214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3613), - [6216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), - [6218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), - [6220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3614), - [6222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), - [6224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3615), - [6226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), - [6228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190), - [6230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3616), - [6232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), - [6234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034), - [6236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3609), - [6238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), - [6240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2694), - [6242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3646), - [6244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), - [6246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3610), - [6248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), - [6250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2421), - [6252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), - [6254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2477), - [6256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), - [6258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), - [6260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2478), - [6262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2775), - [6264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2778), - [6266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3647), - [6268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3647), - [6270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), - [6272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), - [6274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228), - [6276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3594), - [6278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), - [6280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), - [6282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3589), - [6284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), - [6286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3598), - [6288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), - [6290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), - [6292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3599), - [6294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3599), - [6296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3648), - [6298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3648), - [6300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 2), - [6302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3549), - [6304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), - [6306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1695), - [6308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3578), - [6310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), - [6312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3579), - [6314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), - [6316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1683), - [6318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3998), - [6320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), - [6322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4580), - [6324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4582), - [6326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4583), - [6328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3580), - [6330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), - [6332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3600), - [6334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), - [6336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2531), - [6338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3605), - [6340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), - [6342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), - [6344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3606), - [6346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3606), - [6348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2533), - [6350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), - [6352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3697), - [6354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3611), - [6356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), - [6358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat2, 2), SHIFT_REPEAT(3639), - [6361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_c_string_literal_repeat2, 2), SHIFT_REPEAT(3639), - [6364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat2, 2), SHIFT_REPEAT(476), - [6367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat2, 2), - [6369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), SHIFT_REPEAT(433), - [6372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3631), - [6374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), - [6376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1297), - [6378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3632), - [6380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), - [6382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3634), - [6384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), - [6386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1287), - [6388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3635), - [6390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), - [6392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), - [6394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), - [6396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3604), - [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), - [6400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), - [6402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3603), - [6404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), - [6406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3602), - [6408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), - [6410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2068), - [6412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3601), - [6414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), - [6416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4522), - [6418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_specifier, 1), - [6420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3950), - [6422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4521), - [6424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), - [6426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3737), - [6428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3362), - [6430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_field_definition, 4, .production_id = 130), - [6432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [6434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), - [6436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), - [6438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4213), - [6440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4556), - [6442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), - [6444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_attribute, 1, .production_id = 5), - [6446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), - [6448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_list, 2), - [6450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), - [6452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_list, 1), - [6454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3018), - [6456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), - [6458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4230), - [6460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_alias, 2), - [6462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interface_body_repeat1, 2), - [6464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_list_repeat1, 2), SHIFT_REPEAT(59), - [6467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statement_list_repeat1, 2), - [6469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_field_definition, 2, .production_id = 84), - [6471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__struct_body_repeat1, 2), - [6473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__enum_body_repeat1, 1), - [6475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4183), - [6477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3008), - [6479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [6481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [6483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), - [6485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4693), - [6487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [6489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), - [6491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4697), - [6493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), - [6495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4518), - [6497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [6499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [6501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), - [6503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [6505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_import_list, 3), - [6507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), - [6509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [6511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), - [6513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3815), - [6515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4160), - [6517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), - [6519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), - [6521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3006), - [6523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), - [6525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), - [6527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3903), - [6529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), - [6531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), - [6533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4591), - [6535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4424), - [6537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_specifier, 2), - [6539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3993), - [6541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4429), - [6543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_var_declaration_repeat1, 2), SHIFT_REPEAT(3006), - [6546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_var_declaration_repeat1, 2), - [6548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_parameters_repeat1, 2), SHIFT_REPEAT(4336), - [6551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_parameters_repeat1, 2), - [6553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), - [6555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), SHIFT_REPEAT(3122), - [6558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), - [6560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), - [6562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [6564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [6566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), - [6568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4182), - [6570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [6572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [6574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_const_declaration_repeat1, 2), SHIFT_REPEAT(4518), - [6577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_const_declaration_repeat1, 2), - [6579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__enum_body_repeat1, 2), SHIFT_REPEAT(3458), - [6582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__enum_body_repeat1, 2), - [6584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [6586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [6588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [6590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [6592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), - [6594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4713), - [6596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [6598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4523), - [6600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym___rcbr, 1), - [6602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym___rcbr, 1), - [6604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), - [6606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4709), - [6608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_interpolation, 3, .production_id = 61), - [6610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_interpolation, 3, .production_id = 61), - [6612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), - [6614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_interpolation, 4, .production_id = 61), - [6616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_interpolation, 4, .production_id = 61), - [6618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), - [6620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4717), - [6622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [6624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), - [6626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4689), - [6628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), - [6630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [6632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), - [6634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), - [6636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), - [6638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), - [6640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4701), - [6642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [6644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 3), - [6646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_import_list, 4), - [6648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3728), - [6650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4045), - [6652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_name, 1), - [6654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [6656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), - [6658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), - [6660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [6662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), - [6664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), - [6666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [6668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), - [6670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4684), - [6672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591), - [6674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), - [6676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), - [6678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), - [6680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), - [6682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), - [6684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), - [6686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3853), - [6688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4090), - [6690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), - [6692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4721), - [6694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), - [6696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [6698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [6700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3320), - [6702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3031), - [6704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [6706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [6708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [6710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4705), - [6712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [6714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), - [6716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3683), - [6718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [6720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameter_list_repeat1, 2), SHIFT_REPEAT(2887), - [6723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameter_list_repeat1, 2), - [6725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3021), - [6727] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_expression_list_repeat1, 2), SHIFT_REPEAT(331), - [6730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3954), - [6732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), - [6734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), - [6736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [6738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), - [6740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [6742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3955), - [6744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), - [6746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), - [6748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), - [6750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), - [6752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), - [6754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), - [6756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), + [5297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3816), + [5299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), + [5301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), + [5303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), + [5305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3287), + [5307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3286), + [5309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [5311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), + [5313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), + [5315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), + [5317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), + [5319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [5321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), + [5323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), + [5325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), + [5327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), + [5329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), + [5331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), + [5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), + [5335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), + [5337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), + [5339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3262), + [5341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3162), + [5343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), + [5345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3282), + [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), + [5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3087), + [5351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), + [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), + [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), + [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), + [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), + [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), + [5365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3858), + [5367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3243), + [5369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2972), + [5371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2965), + [5373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), + [5375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3236), + [5377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3307), + [5379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3155), + [5381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3256), + [5383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3255), + [5385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3254), + [5387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), + [5389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), + [5391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), + [5393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [5395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), + [5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), + [5399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [5401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), + [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), + [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), + [5407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), + [5411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), + [5413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), + [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [5417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), + [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), + [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), + [5423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [5425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3088), + [5427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), + [5429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [5431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [5433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), + [5435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), + [5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), + [5439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), + [5441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [5443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), + [5445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), + [5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), + [5449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), + [5451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3429), + [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), + [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), + [5459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), + [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), + [5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), + [5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2428), + [5473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2870), + [5475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), + [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [5481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), + [5483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), + [5485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), + [5487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2845), + [5489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), + [5491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), + [5493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), + [5495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), + [5497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), + [5499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), + [5501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3716), + [5503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), + [5505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [5507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), + [5509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [5511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), + [5513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), + [5515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), + [5517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), + [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), + [5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3055), + [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), + [5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), + [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), + [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), + [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [5535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), + [5537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), + [5539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), + [5541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [5543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [5545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [5547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), + [5549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), + [5551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), + [5553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), + [5555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), + [5557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [5559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [5561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), + [5563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), + [5565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), + [5567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), + [5569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2597), + [5571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), + [5573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [5575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), + [5577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), + [5579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), + [5581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), + [5583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [5585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), + [5587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3183), + [5589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3082), + [5591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), + [5593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), + [5595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [5597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), + [5599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), + [5601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), + [5603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), + [5605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [5607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [5609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [5611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), + [5613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), + [5615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), + [5617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [5619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [5621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [5623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), + [5625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), + [5627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), + [5629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), + [5631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [5633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [5635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [5637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), + [5639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), + [5641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), + [5643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [5645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [5647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), + [5649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), + [5651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), + [5653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [5655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), + [5657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2329), + [5659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4402), + [5661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3979), + [5663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3841), + [5665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), + [5667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3933), + [5669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3933), + [5671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), + [5673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4273), + [5675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3482), + [5677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3815), + [5679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4272), + [5681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 4), + [5683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 3), + [5685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3359), + [5687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3370), + [5689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [5691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [5693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [5695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3371), + [5697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_without_blocks_list_repeat1, 2), SHIFT_REPEAT(445), + [5700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_without_blocks_list, 2), + [5702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), SHIFT_REPEAT(397), + [5705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2297), + [5707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [5709] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interface_body_repeat1, 2), SHIFT_REPEAT(2297), + [5712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interface_body_repeat1, 2), + [5714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interface_body_repeat1, 2), SHIFT_REPEAT(4579), + [5717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interface_body_repeat1, 2), SHIFT_REPEAT(4399), + [5720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), + [5722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), + [5724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), + [5726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_arm_statement, 1), + [5728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [5730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2478), + [5732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2413), + [5734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), + [5736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), + [5738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [5740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), + [5742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), + [5744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), + [5746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), + [5748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), + [5750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), + [5752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), + [5754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [5756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [5758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), + [5760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), + [5762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), + [5764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), + [5766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3511), + [5768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), + [5770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), + [5772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3428), + [5774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributes_repeat1, 1), + [5776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), + [5778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [5780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), + [5782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), + [5784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), + [5786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [5788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [5790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), + [5792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [5794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [5796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3431), + [5798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), + [5800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), + [5802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), + [5804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), + [5806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__struct_body_repeat1, 2), SHIFT_REPEAT(2478), + [5809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__struct_body_repeat1, 2), + [5811] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__struct_body_repeat1, 2), SHIFT_REPEAT(4579), + [5814] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__struct_body_repeat1, 2), SHIFT_REPEAT(4399), + [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), + [5819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), + [5821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [5823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [5825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), + [5827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [5829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), + [5831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [5833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), + [5835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [5837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributes_repeat1, 2), + [5839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributes_repeat1, 2), SHIFT_REPEAT(3317), + [5842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributes, 1), + [5844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_embedded_definition, 1), + [5846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__struct_field_definition, 2, .production_id = 40), + [5848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737), + [5850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receiver, 5, .production_id = 105), + [5852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receiver, 5, .production_id = 105), + [5854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receiver, 4, .production_id = 75), + [5856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_receiver, 4, .production_id = 75), + [5858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_method_definition, 3, .production_id = 111), + [5860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_method_definition, 2, .production_id = 85), + [5862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4526), + [5864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3999), + [5866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3470), + [5868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), + [5870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4523), + [5872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), + [5874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4522), + [5876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4519), + [5878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3007), + [5880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifiers, 1), + [5882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3861), + [5884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), + [5886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_field_definition, 1, .production_id = 6), + [5888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), + [5890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4037), + [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), + [5894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_field_declaration, 1), + [5896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_element_list_repeat1, 2), SHIFT_REPEAT(3465), + [5899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_element_list_repeat1, 2), + [5901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_element_list_repeat1, 2), SHIFT_REPEAT(640), + [5904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3465), + [5906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_list, 1), + [5908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_field_scope, 3), + [5910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), + [5912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), + [5914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__struct_field_definition, 3, .production_id = 83), + [5916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_path, 1), + [5918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4442), + [5920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_import_path_repeat1, 2), + [5922] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_import_path_repeat1, 2), SHIFT_REPEAT(4442), + [5925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_path, 2), + [5927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4555), + [5929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4070), + [5931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3931), + [5933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4571), + [5935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 1), + [5937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4450), + [5939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4448), + [5941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_method_definition, 4, .production_id = 131), + [5943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_field_declaration, 1, .production_id = 17), + [5945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__struct_field_definition, 5, .production_id = 129), + [5947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_method_definition, 3, .production_id = 110), + [5949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_field_scope, 2), + [5951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__struct_body_repeat1, 1), + [5953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3680), + [5955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interface_body_repeat1, 1), + [5957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3673), + [5959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), + [5961] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(218), + [5964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_argument_list_repeat1, 2), + [5966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), + [5968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2063), + [5970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), + [5972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), + [5974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3997), + [5976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4538), + [5978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), + [5980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4537), + [5982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4536), + [5984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4529), + [5986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), + [5988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), + [5990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), + [5992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1269), + [5994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), + [5996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1384), + [5998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_name, 1), + [6000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), + [6002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2230), + [6004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), + [6006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1095), + [6008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), + [6010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2093), + [6012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), + [6014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1681), + [6016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), + [6018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2393), + [6020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1688), + [6022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_selective_import_list_repeat1, 1), + [6024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), + [6026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2732), + [6028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4072), + [6030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), + [6032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), + [6034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), + [6036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1820), + [6038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), + [6040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2252), + [6042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), + [6044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1359), + [6046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifiers, 1), + [6048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), + [6050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2504), + [6052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), + [6054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2132), + [6056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), + [6058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1835), + [6060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), + [6062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(446), + [6064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), + [6066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), + [6068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), + [6070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2355), + [6072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), + [6074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2684), + [6076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3922), + [6078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190), + [6080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1703), + [6082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), + [6084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2523), + [6086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4726), + [6088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_specifier, 1), + [6090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4134), + [6092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4729), + [6094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3851), + [6096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3851), + [6098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3572), + [6100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), + [6102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), + [6104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1031), + [6106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2554), + [6108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3582), + [6110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), + [6112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), + [6114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1745), + [6116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1871), + [6118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1872), + [6120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1739), + [6122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3610), + [6124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), + [6126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1293), + [6128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3609), + [6130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), + [6132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3606), + [6134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3606), + [6136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1291), + [6138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3605), + [6140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), + [6142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2667), + [6144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2705), + [6146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3556), + [6148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), + [6150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1811), + [6152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3557), + [6154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), + [6156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_selective_import_list_repeat1, 2), SHIFT_REPEAT(3524), + [6159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_selective_import_list_repeat1, 2), + [6161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat2, 2), SHIFT_REPEAT(3572), + [6164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_c_string_literal_repeat2, 2), SHIFT_REPEAT(3572), + [6167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat2, 2), SHIFT_REPEAT(816), + [6170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat2, 2), + [6172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3558), + [6174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), + [6176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), + [6178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3552), + [6180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), + [6182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), + [6184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3590), + [6186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), + [6188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3561), + [6190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3561), + [6192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3595), + [6194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), + [6196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), + [6198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3664), + [6200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3664), + [6202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3647), + [6204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3647), + [6206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), + [6208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3646), + [6210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), + [6212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat1, 2), SHIFT_REPEAT(3582), + [6215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_c_string_literal_repeat1, 2), SHIFT_REPEAT(3582), + [6218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat1, 2), SHIFT_REPEAT(570), + [6221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_c_string_literal_repeat1, 2), + [6223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2555), + [6225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3568), + [6227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), + [6229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2809), + [6231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), + [6233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3658), + [6235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), + [6237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), + [6239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3594), + [6241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), + [6243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3588), + [6245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3588), + [6247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2040), + [6249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2049), + [6251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1032), + [6253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 2), + [6255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3587), + [6257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), + [6259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3567), + [6261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), + [6263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3566), + [6265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3566), + [6267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2810), + [6269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3584), + [6271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), + [6273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1302), + [6275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4127), + [6277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), + [6279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4740), + [6281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4742), + [6283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4750), + [6285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1287), + [6287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3554), + [6289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), + [6291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2544), + [6293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), + [6295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3553), + [6297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), + [6299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), + [6301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3608), + [6303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3608), + [6305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2543), + [6307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3583), + [6309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), + [6311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3524), + [6313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3725), + [6315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3741), + [6317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2376), + [6319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3654), + [6321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), + [6323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), + [6325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3655), + [6327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), + [6329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3656), + [6331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3656), + [6333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1237), + [6335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3657), + [6337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), + [6339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2377), + [6341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3659), + [6343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), + [6345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2274), + [6347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3612), + [6349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), + [6351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2068), + [6353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3614), + [6355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), + [6357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3615), + [6359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), + [6361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), + [6363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3660), + [6365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), + [6367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3618), + [6369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3618), + [6371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), SHIFT_REPEAT(405), + [6374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3599), + [6376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3599), + [6378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1741), + [6380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3661), + [6382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3661), + [6384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2273), + [6386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3555), + [6388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), + [6390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3804), + [6392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), + [6394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3662), + [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), + [6398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), + [6400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3623), + [6402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3623), + [6404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2415), + [6406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3624), + [6408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), + [6410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3629), + [6412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), + [6414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2418), + [6416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3635), + [6418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), + [6420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3559), + [6422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3559), + [6424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), + [6426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3560), + [6428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), + [6430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181), + [6432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), + [6434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2218), + [6436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2217), + [6438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3643), + [6440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), + [6442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), + [6444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3644), + [6446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), + [6448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3021), + [6450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4349), + [6452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_field_definition, 2, .production_id = 84), + [6454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4377), + [6456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4597), + [6458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interface_body_repeat1, 2), + [6460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__enum_body_repeat1, 1), + [6462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4312), + [6464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_attribute, 1, .production_id = 5), + [6466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), + [6468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_list, 1), + [6470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__struct_body_repeat1, 2), + [6472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [6474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), + [6476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), + [6478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), SHIFT_REPEAT(3156), + [6481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2), + [6483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statement_list_repeat1, 2), SHIFT_REPEAT(59), + [6486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statement_list_repeat1, 2), + [6488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_alias, 2), + [6490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), + [6492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), + [6494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), + [6496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), + [6498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_field_definition, 4, .production_id = 130), + [6500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), + [6502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement_list, 2), + [6504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [6506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [6508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_import_list, 3), + [6510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), + [6512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4662), + [6514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), + [6516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4784), + [6518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), + [6520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3006), + [6522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), + [6524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4642), + [6526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), + [6528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2877), + [6530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [6532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4760), + [6534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), + [6536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [6538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4671), + [6540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [6542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [6544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), + [6546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4764), + [6548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4179), + [6550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), + [6552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), + [6554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4189), + [6556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [6558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), + [6560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4780), + [6562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [6564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3856), + [6566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4103), + [6568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), + [6570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [6572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), + [6574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3789), + [6576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_interpolation, 3, .production_id = 61), + [6578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_interpolation, 3, .production_id = 61), + [6580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3456), + [6582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), + [6584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [6586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [6588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [6590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [6592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [6594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4768), + [6596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_import_list, 4), + [6598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [6600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), + [6602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [6604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), + [6606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), + [6608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), + [6610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3323), + [6612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [6614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym___rcbr, 1), + [6616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym___rcbr, 1), + [6618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), + [6620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4788), + [6622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), + [6624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), + [6626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), + [6628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), + [6630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_spec, 3), + [6632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [6634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [6636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [6638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [6640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_name, 1), + [6642] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_const_declaration_repeat1, 2), SHIFT_REPEAT(4642), + [6645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_const_declaration_repeat1, 2), + [6647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), + [6649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_interpolation, 4, .production_id = 61), + [6651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_interpolation, 4, .production_id = 61), + [6653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2842), + [6655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_var_declaration_repeat1, 2), SHIFT_REPEAT(3006), + [6658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_var_declaration_repeat1, 2), + [6660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), + [6662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4772), + [6664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4550), + [6666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_specifier, 2), + [6668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4029), + [6670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4607), + [6672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), + [6674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [6676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [6678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4030), + [6680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3935), + [6682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3882), + [6684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), + [6686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), + [6688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), + [6690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), + [6692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [6694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [6696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [6698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), + [6700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [6702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [6704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), + [6706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [6708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4776), + [6710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), + [6712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4755), + [6714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [6716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), + [6718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4792), + [6720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4082), + [6722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__enum_body_repeat1, 2), SHIFT_REPEAT(3456), + [6725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__enum_body_repeat1, 2), + [6727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [6729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), + [6731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_parameters_repeat1, 2), SHIFT_REPEAT(4326), + [6734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_parameters_repeat1, 2), + [6736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), + [6738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3985), + [6740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1852), + [6742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3666), + [6744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), + [6746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), + [6748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), + [6750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3018), + [6752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), + [6754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3031), + [6756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), [6758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), - [6760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), - [6762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3014), - [6764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3421), - [6766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), - [6768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4638), - [6770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), - [6772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), - [6774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), - [6776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), - [6778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), - [6780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_parameter, 1), - [6782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list, 2), - [6784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), - [6786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4081), - [6788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [6790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 1, .production_id = 13), - [6792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3862), - [6794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), - [6796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3673), - [6798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [6800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_var_definition_list_repeat1, 2), SHIFT_REPEAT(3936), - [6803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_definition_list_repeat1, 2), - [6805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3858), - [6807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), - [6809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4394), - [6811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4422), - [6813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), - [6815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1877), - [6817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), - [6819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list, 5), - [6821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4299), - [6823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4554), - [6825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), - [6827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), - [6829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [6831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [6833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3928), - [6835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), - [6837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3929), - [6839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), - [6841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3029), - [6843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), - [6845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_parameters, 5), - [6847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4319), - [6849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4428), - [6851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), - [6853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [6855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), - [6857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3912), - [6859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1957), - [6861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4209), - [6863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4572), - [6865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2045), - [6867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), - [6869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), - [6871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), - [6873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), - [6875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), - [6877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3844), - [6879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), - [6881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_list, 2), - [6883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), - [6885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4206), - [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4504), - [6889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), - [6891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), - [6893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3890), - [6895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1905), - [6897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), - [6899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), - [6901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2251), - [6903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4357), - [6905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4533), - [6907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), SHIFT_REPEAT(431), - [6910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), - [6912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), - [6914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression_list, 1, .production_id = 55), - [6916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3936), - [6918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_definition_list, 2), - [6920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3039), - [6922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), - [6924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), - [6926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4196), - [6928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), - [6930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3924), - [6932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), - [6934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), - [6936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), - [6938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), - [6940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3931), - [6942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm_type, 1), - [6944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4286), - [6946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4417), - [6948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_raw_string_literal_repeat2, 2), SHIFT_REPEAT(3954), - [6951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_raw_string_literal_repeat2, 2), - [6953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_raw_string_literal_repeat1, 2), SHIFT_REPEAT(3955), - [6956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_raw_string_literal_repeat1, 2), - [6958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4229), - [6960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4470), - [6962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), - [6964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4025), - [6966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), - [6968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), - [6970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3982), - [6972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2530), - [6974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), - [6976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), - [6978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), - [6980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4033), - [6982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), - [6984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [6986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [6988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), - [6990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [6992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_identifier_list_repeat1, 2), SHIFT_REPEAT(3668), - [6995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_identifier_list_repeat1, 2), - [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), - [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), - [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), - [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), - [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3911), - [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3948), - [7009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), - [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3946), - [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), - [7015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2476), - [7017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_definition_list, 1), - [7019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression_list, 2, .production_id = 55), - [7021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression_list, 2), - [7023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), - [7025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [7029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3410), - [7031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_repeat1, 2), SHIFT_REPEAT(3317), - [7034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_repeat1, 2), - [7036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), - [7038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4452), - [7040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_specifier, 3), - [7042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4440), - [7044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [7046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4176), - [7048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4570), - [7050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [7052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), - [7054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), - [7056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), - [7058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), - [7060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4030), - [7062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2701), - [7064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4031), - [7066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2419), - [7068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), - [7070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), - [7072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), - [7074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), - [7076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [7078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__plain_attribute, 1), - [7080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), - [7082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), - [7084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [7086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), - [7088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), - [7090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_capture_list_repeat1, 2), SHIFT_REPEAT(3568), - [7093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_capture_list_repeat1, 2), - [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), - [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), - [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), - [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4135), - [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4491), - [7105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754), - [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), - [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), - [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4055), - [7113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1191), - [7115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), - [7117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2779), - [7119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), - [7121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3012), - [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4058), - [7125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list, 4), - [7127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), - [7129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), - [7131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4014), - [7133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2069), - [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4016), - [7137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), - [7139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), - [7141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), - [7143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_parameters, 4), - [7145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3028), - [7147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), - [7149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), - [7151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), - [7153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), - [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4180), - [7157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4512), - [7159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), - [7161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), - [7163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2399), - [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), - [7167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4011), - [7169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), - [7171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), - [7173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4173), - [7175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4445), - [7177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), - [7179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), SHIFT_REPEAT(393), - [7182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), - [7184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), - [7186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), - [7188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), - [7190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), - [7192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), SHIFT_REPEAT(389), - [7195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(3683), - [7198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), - [7200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), - [7202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), - [7204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), - [7206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), - [7208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), - [7210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), - [7212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), - [7214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), - [7216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), - [7218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), - [7220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), - [7222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overridable_operator, 1), - [7224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [7226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list, 3), - [7228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [7230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), - [7232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), - [7234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_without_blocks_list_repeat1, 2), SHIFT_REPEAT(457), - [7237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4111), - [7239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4575), - [7241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), - [7243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4097), - [7245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4621), - [7247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_parameters, 3), - [7249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3020), - [7251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), - [7253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4670), - [7255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture, 2), - [7257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 3, .production_id = 76), - [7259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [7261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [7263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3395), - [7265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 2, .production_id = 41), - [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), - [7269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [7271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), - [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3318), - [7275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), - [7277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [7279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, .production_id = 77), - [7281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [7283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, .production_id = 74), - [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3319), - [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [7289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), - [7291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3417), - [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), - [7295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), - [7299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), - [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), - [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3416), - [7309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 40), - [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [7313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 2, .production_id = 39), - [7315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3386), - [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3379), - [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), - [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [7325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3384), - [7327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [7329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), - [7331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_expression, 1), - [7333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3390), - [7335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [7337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [7339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_attribute, 3), - [7341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3404), - [7343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [7345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), - [7347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [7349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), - [7351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), - [7353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_key_value_attribute, 3, .production_id = 52), - [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), - [7359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [7363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [7365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4449), - [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3867), - [7371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), - [7373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), - [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [7377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), - [7379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [7381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), - [7383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [7385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), - [7387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), - [7389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), - [7391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), - [7393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), - [7395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [7397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_definition, 2, .production_id = 23), - [7399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [7401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [7403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), - [7405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [7407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [7409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [7411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [7413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), - [7415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [7417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), - [7419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4624), - [7421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [7423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), - [7425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [7427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [7429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [7431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), - [7433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3396), - [7435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_specifier, 5), - [7437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4478), - [7439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), - [7441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 4, .production_id = 104), - [7443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [7445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), - [7447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [7449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), - [7451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_specifier, 4), - [7453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4471), - [7455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [7457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), - [7459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [7461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), - [7463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture, 1), - [7465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), - [7467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [7469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [7471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [7473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [7475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [7477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), - [7479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [7481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [7483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_expression_list_repeat1, 2, .production_id = 113), - [7485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), - [7487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [7489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [7491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), - [7493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4388), - [7495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [7497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [7499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [7501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4200), - [7503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4467), - [7505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 114), - [7507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [7509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4433), - [7511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4310), - [7513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4355), - [7515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), - [7517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [7519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4497), - [7521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), - [7523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3009), - [7525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [7527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [7529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [7531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [7533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [7535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [7537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), - [7539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), - [7541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4221), - [7543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4558), - [7545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [7547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [7549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4573), - [7551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), - [7553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4337), - [7555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [7557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), - [7559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), - [7561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3664), - [7563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3816), - [7565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), - [7567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4296), - [7569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), - [7571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), - [7573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), - [7575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [7577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4122), - [7579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), - [7581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), - [7583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [7585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4620), - [7587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [7589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), - [7591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), - [7593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), - [7595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), - [7597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_specifier, 6), - [7599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), - [7601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), - [7603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), - [7605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), - [7607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 89), - [7609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [7611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), - [7613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4195), - [7615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), - [7617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), - [7619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [7621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4669), - [7623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [7625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), - [7627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), - [7629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [7631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), - [7633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), - [7635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [7637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), - [7639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4642), - [7641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [7643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), - [7645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4397), - [7647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), - [7649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [7651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4731), - [7653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), - [7655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4142), - [7657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [7659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), - [7661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [7663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4187), - [7665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), - [7667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4406), - [7669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [7671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 90), - [7673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), - [7675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), - [7677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), - [7679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4282), - [7681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [7683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [7685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4691), - [7687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__select_arm_assignment_statement, 2), - [7689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [7691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), - [7693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), - [7695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_var_declaration, 3, .production_id = 33), - [7697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), - [7699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), - [7701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [7703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), - [7705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), - [7707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), - [7709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4401), - [7711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [7713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), - [7715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [7717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4149), - [7719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), - [7721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [7723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [7725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4651), - [7727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), - [7729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4284), - [7731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), - [7733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), - [7735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), - [7737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), - [7739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), - [7741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), - [7743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), - [7745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), - [7747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4113), - [7749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), - [7751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [7753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4610), - [7755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4499), - [7757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), - [7759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4164), - [7761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4596), - [7763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), - [7765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), - [7767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [7769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), - [7771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), - [7773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), - [7775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), - [7777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), - [7779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), - [7781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), - [7783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), - [7785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), - [7787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [7789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), - [7791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), - [7793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [7795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), - [7797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), - [7799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), - [7801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [7803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4293), - [7805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), - [7807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [7809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), - [7811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), - [7813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), - [7815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), - [7817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), - [7819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), - [7821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), - [7823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), - [7825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_receiver, 1), - [7827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2911), - [7829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), - [7831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), - [7833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), - [7835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), - [7837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), - [7839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), - [7841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), - [7843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), - [7845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3467), - [7847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), - [7849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3402), - [7851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), - [7853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [7855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), - [7857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), - [7859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), - [7861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), - [7863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), - [7865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), - [7867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), - [7869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [7871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), - [7873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), - [7875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), - [7877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), - [7879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), - [7881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), - [7883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), - [7885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), - [7887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), - [7889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), - [7891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), - [7893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), - [7895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3254), - [7897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), - [7899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), - [7901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), - [7903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 4), - [7905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), - [7907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_backed_type, 2), - [7909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), - [7911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3171), - [7913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), - [7915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), - [7917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), - [7919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), - [7921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), - [7923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), - [7925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [7927] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [7929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), - [7931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), - [7933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), - [7935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), - [7937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), - [7939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), - [7941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), - [7943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283), - [7945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), - [7947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [7949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4234), - [7951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), - [7953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), - [7955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3809), - [7957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [7959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), - [7961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), - [7963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [7965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), - [7967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), - [7969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_else_arn_clause, 2), - [7971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [7973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), - [7975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), - [7977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), - [7979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [7981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [7983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [7985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), - [7987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [7989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), - [7991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_arm_statement, 2), - [7993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), - [7995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [7997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [7999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), - [8001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), - [8003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [8005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), - [8007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), - [8009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [8011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), - [8013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_clause, 3, .production_id = 58), - [8015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [8017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 59), - [8019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), - [8021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3803), - [8023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), - [8025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), - [8027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), - [8029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), - [8031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), - [8033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), - [8035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [8037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), + [6760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), + [6762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), + [6764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), + [6766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4706), + [6768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3862), + [6770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression_list, 1, .production_id = 55), + [6772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), + [6774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [6776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3688), + [6778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [6780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [6782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), + [6784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4359), + [6786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4612), + [6788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4236), + [6790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4627), + [6792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), + [6794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), + [6796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3924), + [6798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), + [6800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3926), + [6802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3982), + [6804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(795), + [6806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3984), + [6808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4095), + [6810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1251), + [6812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), + [6814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list, 4), + [6816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4091), + [6818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1738), + [6820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), SHIFT_REPEAT(421), + [6823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), + [6825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), + [6827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), + [6829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [6831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), + [6833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4232), + [6835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4728), + [6837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), + [6839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2560), + [6841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overridable_operator, 1), + [6843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), + [6845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_parameters, 4), + [6847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), SHIFT_REPEAT(390), + [6850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3973), + [6852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), + [6854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), + [6856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4391), + [6858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4624), + [6860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [6862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4338), + [6864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4544), + [6866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identifier_list, 2), + [6868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), + [6870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3976), + [6872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2272), + [6874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3977), + [6876] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_repeat1, 2), SHIFT_REPEAT(3326), + [6879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_repeat1, 2), + [6881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), + [6883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), + [6885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), + [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), + [6889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), + [6891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_without_blocks_list_repeat1, 2), SHIFT_REPEAT(578), + [6894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3012), + [6896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__plain_attribute, 1), + [6898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), + [6900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), + [6902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), + [6904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [6906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), + [6908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), + [6910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), + [6912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), + [6914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), + [6916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [6918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4454), + [6920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4582), + [6922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4084), + [6924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_definition_list, 1), + [6926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4010), + [6928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2069), + [6930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4469), + [6932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4557), + [6934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4011), + [6936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3991), + [6938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2414), + [6940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2553), + [6942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), + [6944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2216), + [6946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3992), + [6948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), + [6950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3919), + [6952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236), + [6954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1870), + [6956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3923), + [6958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), + [6960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [6962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [6964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2375), + [6966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4285), + [6968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4561), + [6970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [6972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [6974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), + [6976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), + [6978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), + [6980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3824), + [6982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3420), + [6984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [6986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [6988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), + [6990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), + [6992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [6994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), + [6996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(3666), + [6999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), + [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), + [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), + [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), + [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), + [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), + [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), + [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3008), + [7017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), + [7019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), + [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4389), + [7023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4489), + [7025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), + [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), + [7029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), + [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4042), + [7033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), + [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4043), + [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4491), + [7039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_specifier, 3), + [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4486), + [7043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_parameter, 1), + [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3028), + [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), + [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4083), + [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), + [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), + [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), + [7059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_expression_list_repeat1, 2), SHIFT_REPEAT(338), + [7062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression_list, 2), + [7064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1295), + [7066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), + [7068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4333), + [7070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4640), + [7072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), + [7074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), + [7076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2048), + [7078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4080), + [7080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2801), + [7082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4081), + [7084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), + [7086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [7088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_strictly_expression_list_repeat1, 2), SHIFT_REPEAT(415), + [7091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3020), + [7093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression_list, 2, .production_id = 55), + [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), + [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), + [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), + [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), + [7105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list, 2), + [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), + [7109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list, 5), + [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), + [7115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), + [7117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_identifier_list_repeat1, 2), SHIFT_REPEAT(3668), + [7120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_identifier_list_repeat1, 2), + [7122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), + [7124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), + [7126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2704), + [7128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_parameters, 5), + [7130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture_list, 3), + [7132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_definition_list, 2), + [7134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4264), + [7136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4503), + [7138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4343), + [7140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4117), + [7142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1005), + [7144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), + [7146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4120), + [7148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_raw_string_literal_repeat2, 2), SHIFT_REPEAT(4091), + [7151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_raw_string_literal_repeat2, 2), + [7153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), + [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), + [7157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), + [7159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_raw_string_literal_repeat1, 2), SHIFT_REPEAT(4095), + [7162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_raw_string_literal_repeat1, 2), + [7164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 1, .production_id = 13), + [7166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), + [7168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), + [7170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_capture_list_repeat1, 2), SHIFT_REPEAT(3581), + [7173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_capture_list_repeat1, 2), + [7175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [7177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_parameters, 3), + [7179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), + [7181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [7183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4049), + [7185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2044), + [7187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4050), + [7189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm_type, 1), + [7191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [7193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3009), + [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), + [7197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4355), + [7199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4517), + [7201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), + [7203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), + [7205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), + [7207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), + [7209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2808), + [7211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), + [7213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), + [7215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), + [7217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_var_definition_list_repeat1, 2), SHIFT_REPEAT(4084), + [7220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_var_definition_list_repeat1, 2), + [7222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3792), + [7224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), + [7226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), + [7228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), + [7230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), + [7232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), + [7234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), + [7236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), + [7238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), + [7240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), + [7242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), + [7244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), + [7246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), + [7248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameter_list_repeat1, 2), SHIFT_REPEAT(2968), + [7251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameter_list_repeat1, 2), + [7253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), + [7255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4435), + [7257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4603), + [7259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4163), + [7261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4645), + [7263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), + [7265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), + [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), + [7269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), + [7271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), + [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), + [7275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), + [7277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), + [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), + [7281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3986), + [7283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_specifier, 5), + [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4524), + [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), + [7289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [7291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), + [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [7295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [7299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), + [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), + [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3417), + [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [7315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), + [7317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 3, .production_id = 76), + [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [7325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [7327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), + [7329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 2, .production_id = 39), + [7331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3741), + [7333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [7335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3380), + [7337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), + [7339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [7341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [7343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [7345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 40), + [7347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3426), + [7349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), + [7351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4789), + [7353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), + [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), + [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [7359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), + [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [7363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, .production_id = 77), + [7365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3379), + [7371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), + [7373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), + [7377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [7379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [7381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [7383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), + [7385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [7387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), + [7389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), + [7391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_key_value_attribute, 3, .production_id = 52), + [7393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter_declaration, 2, .production_id = 41), + [7395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [7397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3378), + [7399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), + [7401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [7403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), + [7405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [7407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), + [7409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [7411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), + [7413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [7415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), + [7417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), + [7419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_var_definition, 2, .production_id = 23), + [7421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), + [7423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 4, .production_id = 104), + [7425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3387), + [7427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_expression, 1), + [7429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [7431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), + [7433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_attribute, 3), + [7435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture, 2), + [7437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [7439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3392), + [7441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), + [7443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), + [7445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [7447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [7449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [7451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), + [7453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [7455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [7457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), + [7459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_expression_list_repeat1, 2, .production_id = 113), + [7461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4535), + [7463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3318), + [7465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4583), + [7467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3319), + [7469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3895), + [7471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [7473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [7475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), + [7477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_capture, 1), + [7479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), + [7481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [7483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [7485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [7487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), + [7489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), + [7491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3376), + [7493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [7495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), + [7497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), + [7499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 3, .production_id = 74), + [7501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), + [7503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), + [7505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), + [7507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [7509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_specifier, 4), + [7511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4500), + [7513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [7515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), + [7517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [7519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), + [7521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), + [7523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3368), + [7525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [7527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [7529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3014), + [7531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3161), + [7533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), + [7535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4246), + [7537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [7539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4610), + [7541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), + [7543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4162), + [7545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), + [7547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), + [7549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), + [7551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), + [7553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), + [7555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), + [7557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4387), + [7559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), + [7561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [7563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4747), + [7565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), + [7567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), + [7569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), + [7571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), + [7573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), + [7575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), + [7577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), + [7579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4471), + [7581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_backed_type, 2), + [7583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), + [7585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [7587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4492), + [7589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), + [7591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), + [7593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), + [7595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), + [7597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3828), + [7599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), + [7601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_format_specifier, 6), + [7603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), + [7605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), + [7607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), + [7609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4456), + [7611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [7613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), + [7615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [7617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4718), + [7619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), + [7621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3695), + [7623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3813), + [7625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), + [7627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4259), + [7629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), + [7631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [7633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4694), + [7635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), + [7637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), + [7639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [7641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), + [7643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), + [7645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4461), + [7647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), + [7649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), + [7651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), + [7653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4455), + [7655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4520), + [7657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [7659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [7661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4599), + [7663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), + [7665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), + [7667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), + [7669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [7671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4378), + [7673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), + [7675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), + [7677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), + [7679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), + [7681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), + [7683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), + [7685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 5, .production_id = 114), + [7687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4308), + [7689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [7691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4795), + [7693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3475), + [7695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [7697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [7699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), + [7701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [7703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement_list, 4), + [7705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [7707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), + [7709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [7711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), + [7713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), + [7715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), + [7717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), + [7719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4313), + [7721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4422), + [7723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [7725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), + [7727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [7729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4509), + [7731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), + [7733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), + [7735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), + [7737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), + [7739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), + [7741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), + [7743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4655), + [7745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), + [7747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), + [7749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), + [7751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [7753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [7755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [7757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4304), + [7759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), + [7761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [7763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [7765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4699), + [7767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), + [7769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4693), + [7771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [7773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), + [7775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [7777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [7779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4249), + [7781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4165), + [7783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [7785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4783), + [7787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), + [7789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [7791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [7793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4218), + [7795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4730), + [7797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), + [7799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4241), + [7801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4253), + [7803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4398), + [7805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [7807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), + [7809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [7811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [7813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4467), + [7815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), + [7817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), + [7819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [7821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), + [7823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), + [7825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [7827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), + [7829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [7831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_var_declaration, 3, .production_id = 33), + [7833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), + [7835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), + [7837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [7839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), + [7841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [7843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), + [7845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), + [7847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [7849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_receiver, 1), + [7851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), + [7853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), + [7855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), + [7857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [7859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [7861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), + [7863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3395), + [7865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), + [7867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), + [7869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), + [7871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), + [7873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), + [7875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), + [7877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), + [7879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), + [7881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), + [7883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), + [7885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), + [7887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3390), + [7889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), + [7891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), + [7893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), + [7895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), + [7897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), + [7899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), + [7901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), + [7903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), + [7905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [7907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3275), + [7909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_arm_statement, 2), + [7911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), + [7913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), + [7915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [7917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), + [7919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), + [7921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [7923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [7925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), + [7927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), + [7929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), + [7931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [7933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3391), + [7935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 89), + [7937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 3, .production_id = 59), + [7939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), + [7941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_clause, 4, .production_id = 90), + [7943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4418), + [7945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), + [7947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), + [7949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [7951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), + [7953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), + [7955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), + [7957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), + [7959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [7961] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [7963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), + [7965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3785), + [7967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), + [7969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_clause, 3, .production_id = 58), + [7971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), + [7973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [7975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), + [7977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3729), + [7979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [7981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), + [7983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4394), + [7985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), + [7987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), + [7989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), + [7991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [7993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), + [7995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), + [7997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), + [7999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), + [8001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [8003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), + [8005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), + [8007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), + [8009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [8011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [8013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [8015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), + [8017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), + [8019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), + [8021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [8023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), + [8025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), + [8027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [8029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3692), + [8031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), + [8033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3830), + [8035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [8037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), + [8039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [8041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), + [8043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [8045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), + [8047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [8049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), + [8051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3844), + [8053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [8055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), + [8057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), + [8059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2892), + [8061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_else_arn_clause, 2), + [8063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), + [8065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), + [8067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), + [8069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), + [8071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), + [8073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__select_arm_assignment_statement, 2), }; #ifdef __cplusplus diff --git a/tree_sitter_v/test/corpus/type_initializer.txt b/tree_sitter_v/test/corpus/type_initializer.txt index d6b67ba6..7a548140 100644 --- a/tree_sitter_v/test/corpus/type_initializer.txt +++ b/tree_sitter_v/test/corpus/type_initializer.txt @@ -378,9 +378,40 @@ Foo[int, string]{ name: "John" age: 100 } +Foo{ + name: "John" + age: 100 +} -------------------------------------------------------------------------------- (source_file + (simple_statement + (type_initializer + (plain_type + (generic_type + (type_reference_expression + (identifier)) + (type_parameters + (plain_type + (type_reference_expression + (identifier))) + (plain_type + (type_reference_expression + (identifier)))))) + (type_initializer_body + (element_list + (keyed_element + (field_name + (reference_expression + (identifier))) + (literal + (interpreted_string_literal))) + (keyed_element + (field_name + (reference_expression + (identifier))) + (literal + (int_literal))))))) (simple_statement (type_initializer (plain_type diff --git a/tree_sitter_v/test/corpus/types.txt b/tree_sitter_v/test/corpus/types.txt index 429cfd9f..9f0d7c60 100644 --- a/tree_sitter_v/test/corpus/types.txt +++ b/tree_sitter_v/test/corpus/types.txt @@ -371,9 +371,43 @@ Generic type ================================================================================ fn () Foo[string] {} fn () mod.Bar[string, int] {} +fn () Foo {} +fn () mod.Bar {} -------------------------------------------------------------------------------- (source_file + (simple_statement + (function_literal + (signature + (parameter_list) + (plain_type + (generic_type + (type_reference_expression + (identifier)) + (type_parameters + (plain_type + (type_reference_expression + (identifier))))))) + (block))) + (simple_statement + (function_literal + (signature + (parameter_list) + (plain_type + (generic_type + (qualified_type + (reference_expression + (identifier)) + (type_reference_expression + (identifier))) + (type_parameters + (plain_type + (type_reference_expression + (identifier))) + (plain_type + (type_reference_expression + (identifier))))))) + (block))) (simple_statement (function_literal (signature